@import url("https://cdn-uicons.flaticon.com/3.0.0/uicons-brands/css/uicons-brands.css");
@import url("https://cdn-uicons.flaticon.com/3.0.0/uicons-regular-straight/css/uicons-regular-straight.css");

body * {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  transition: 0.4s all;
}

body {
  overflow-x: hidden;
  font-family: "Plus Jakarta Sans", sans-serif;
  position: relative;
  min-height: 100vh;
  padding: 0 !important;
  font-size: 20px;
  display: flex;
  flex-direction: column;
}

html {
  overflow-x: hidden;
}

li {
  list-style: none;
}

figure {
  margin: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

::-webkit-scrollbar {
  width: 9px;
}

::-webkit-scrollbar-track {
  background: rgba(170, 168, 168, 0.185);
}
::-webkit-scrollbar-thumb {
  background: #184ce9;
  border-radius: 10px;
}

.container {
  max-width: 1560px;
}

section {
  position: relative;
}

.content {
  flex: 1;
}

/* ====================== */

.fixed-div a {
  position: fixed;
  z-index: 10;
  right: 12px;
  bottom: 160px;
  height: 80px;
  width: 80px;
  background: #2d9c09;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 10px solid #cde7ce;
}

.fixed-div a:hover {
  opacity: 0.7;
}

/* .fixed-div a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: #cde7ce;
    border-radius: 50%;
    z-index: -1;
    animation: mymove4 1.5s infinite;
}

@keyframes mymove4{
    0%  {transform: scale(0.9); opacity: 1;}
    50% {transform: scale(2); opacity: 0;}
    100%  {transform: scale(0); opacity: 0;}
    
} */

.fixed-div img {
  max-width: 42px;
}

header.header {
  position: absolute;
  z-index: 9;
  padding-top: 8px;
  width: 100%;
}

.header-erapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-figure img {
  max-width: 220px;
}

ul.marketing-list {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

ul.header-nav {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}

.marketing-list li + li {
  padding-left: 16px;
  margin-left: 16px;
}

.marketing-list li + li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 16px;
  width: 1px;
  background: #88aec3;
}

.marketing-list li,
.marketing-list li a {
  font-size: 18px;
  font-weight: 500;
  color: #00256f;
  position: relative;
}

.marketing-list li a:hover {
  color: #184ce9;
}

.header-nav li a {
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #00256f;
  font-weight: 500;
  padding: 0 18px;
  border-radius: 8px;
}

.header-nav li a:hover,
.header-nav li a.active {
  background: #184ce9;
  color: #fff;
}

.banner-section {
  padding: 120px 0 10px;
  /* height: 750px; */
  background: #f5faff;
  z-index: 2;
}

.banner-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 790px;
  width: 100%;
  background: url(../images/banner-after.png) no-repeat center / cover;
  z-index: -1;
}

.banner-info h1 {
  /* font-size: 60px;
    line-height: 70px; */
  font-size: 33px;
  line-height: 47px;
  color: #2a3d76;
  font-weight: 400;
}

.banner-info h1 span {
  font-weight: 800;
  display: block;
  color: #184ce9;
  margin-bottom: 25px;
  font-size: 80px;
}

.banner-info h1 span b {
  color: #f71000;
}

.banner-fig {
  position: relative;
  text-align: right;
}

.banner-fig img {
  width: 640px;
  height: 640px;
  border: 60px solid #cee9ff;
  border-radius: 50%;
  position: relative;
}

.row-new {
  align-items: center;
}

.banner-right {
  position: relative;
}

.imag-2,
.imag-3,
.imag-4 {
  position: absolute;
  height: 150px;
  width: 150px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0px 4px 51.3px 0px #cdeaff;
  border-radius: 20px;
}

.imag-2 img,
.imag-3 img,
.imag-4 img {
  width: 88px;
}

.imag-2 p,
.imag-3 p,
.imag-4 p {
  font-size: 19px;
  color: #083b79;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 4px;
}

.imag-2 {
  bottom: 150px;
  left: 100px;
}

.imag-4 {
  bottom: 0px;
  right: 110px;
}

.imag-3 {
  top: 40px;
  right: 10px;
}

.Book-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  background: #fff;
  height: 60px;
  padding: 0 0 0 25px;
  border-radius: 100px;
  overflow: hidden;
  border: none;
  transition: 0.4s all;
}

.Book-btn span {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  background: #0088ff;
  color: #fff;
  border-radius: 100px;
  margin-left: 25px;
  transition: 0.4s all;
}

.right-angle.right-angle.right-angle {
  font-size: 20px;
  display: block;
  color: #000;
  transition: 0.4s all;
  position: absolute;
  left: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 16px;
}

.Book-btn:hover {
  padding: 0;
}

.Book-btn:hover span {
  margin-left: 0;
  padding-left: 44px;
  transition: 0.4s all;
}

.Book-btn:hover .right-angle.right-angle.right-angle {
  color: #ffffff;
  left: 22px;
}

.banner-info h1 {
  margin-bottom: 50px;
}

.featured-lists {
  margin-top: 100px;
}

.featured-abt figure img {
  width: 85px !important;
  margin: 0 auto 22px;
}

.featured-abt h4 {
  font-size: 20px;
  text-align: center;
  color: #083b79;
  font-weight: 700;
}

.mentor-carosel .owl-item {
  background:
    linear-gradient(#f5faff, #f5faff) padding-box,
    /* Inner white background */
    linear-gradient(
        180deg,
        #1288ff 0%,
        rgba(245, 250, 255, 0.5) 71.15%,
        #f5faff 100%
      )
      border-box;
  border: 1px solid transparent;
  transition: 0.4s all;
  border-radius: 8px;
}

.mentor-carosel .owl-item:hover {
  background:
    linear-gradient(#ffffff, #f5faff) padding-box,
    /* Inner white background */
    linear-gradient(
        180deg,
        #1288ff 0%,
        rgba(245, 250, 255, 0.5) 71.15%,
        #f5faff 100%
      )
      border-box;
  box-shadow: 0px 4px 51.3px 0px rgba(205, 234, 255, 1);
}

.featured-abt {
  padding: 18px 12px;
}

.mentor-carosel .owl-stage {
  display: flex;
  justify-content: center;
}

.mentor-carosel .owl-stage-outer {
  padding: 25px 0 40px;
  padding-left: 2px;
}

h2 {
  font-size: 54px;
  font-weight: 400;
  color: #00256f;
}

.mentor-carosel .owl-nav {
  display: flex !important;
  align-items: center;
  gap: 6px;
  position: absolute;
  top: -40px;
  right: 0;
}

.mentor-carosel .owl-nav button {
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d5e4ee !important;
  color: #434546 !important;
  border-radius: 12px;
}

.mentor-carosel .owl-nav button.disabled {
  color: #7e95a5 !important;
}

.why-us {
  padding: 70px 0 140px;
}

p,
.para-list li {
  font-size: 20px;
  color: #1b2a3c;
  font-weight: 400;
  margin-bottom: 12px;
  position: relative;
}

p:last-child {
  margin-bottom: 0;
}

.blue-color {
  color: #184ce9;
  font-weight: 700;
}

.h2-mb {
  margin-bottom: 20px;
}

.para-list li:last-child {
  margin-bottom: 0;
}

.para-list li {
  padding-left: 38px;
}

.para-list li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  height: 25px;
  width: 25px;
  background: url(../images/blue-tick.png) no-repeat center / contain;
}

ul.para-list {
  margin-top: 30px;
}

.hospital-wrapper {
  display: flex;
  gap: 22px;
  position: relative;
  padding-left: 22px;
}

.hospital-wrapper::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  height: 518px;
  width: 500px;
  background: linear-gradient(39.97deg, #e9f4fc 41.52%, #ccd7f8 91.5%);
  z-index: -1;
  border-radius: 12px;
}

.first-img img {
  max-width: 330px;
  border-radius: 12px;
  width: 100%;
}

.second-img img {
  max-width: 230px;
  border-radius: 12px;
  width: 100%;
}

.seond-img-about {
  max-width: 230px;
  text-align: center;
  background: #184ce9;
  color: #fff;
  padding: 45px 10px 25px;
  border-radius: 12px;
  margin-top: 20px;
}

.seond-img-about h3 {
  font-size: 35px;
  font-weight: 700;
}

.seond-img-about p {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  margin-top: 8px;
}

.first-img {
  padding-top: 76px;
}

.news-section {
  padding: 70px 0;
  background: #e9f4fc;
  z-index: 2;
}

.news-section::before {
  content: "";
  position: absolute;
  top: -190px;
  left: 0;
  right: 0;
  width: 100%;
  height: 466px;
  background: url(../images/upper-curve.png) no-repeat center / cover;
  z-index: -1;
}

h3 {
  font-size: 30px;
  font-weight: 400;
}

.news-wrapper h3 {
  color: #00256f;
  margin-bottom: 12px;
}

.news-wrapper {
  background: #fff;
  padding: 7px;
  border-radius: 14px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-details {
  padding: 18px 12px;
}

.news-wrapper figure img {
  width: 100%;
}

.clr-change.clr-change {
  background: #e4f1ff;
}

.wrapper-btn {
  padding: 10px 18px 20px;
}

.experience-section {
  padding: 70px 0;
}

.exp-info {
  background:
    linear-gradient(#ecf5ff, #ecf5ff) padding-box,
    /* Inner white background */
    linear-gradient(
        180deg,
        #184ce9 0%,
        rgba(245, 250, 255, 0.5) 71.15%,
        #f5faff 100%
      )
      border-box;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 40px 25px;
}

.exp-info h2 {
  text-align: center;
  max-width: 1100px;
  margin: auto;
  margin-bottom: 50px;
}

.exp-info.exp-info .blue-color {
  font-weight: 400;
}

.tools-details h4 {
  height: 46px;
  display: inline-flex;
  background: #d2e1f2;
  position: relative;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  color: #2a48a4;
  border-radius: 100px;
  padding-left: 50px;
  padding-right: 30px;
  margin-bottom: 8px;
}

.tools-details h4::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  height: 40px;
  width: 40px;
  background: url(../images/round-tick.png) no-repeat center / cover;
  margin: auto;
}

.tools-details p {
  color: #0f1727;
  padding-left: 50px;
  font-size: 19px;
  position: relative;
  margin-bottom: 8px;
  font-weight: 500;
  padding-right: 100px;
}

.tools-details p:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 30px;
  width: 30px;
  background: url(../images/green-tick.png) no-repeat center / cover;
}

ul.management-tools {
  display: flex;
  flex-wrap: wrap;
}

ul.management-tools li {
  flex: 0 0 auto;
  width: 50%;
}

.tools-details {
  max-width: 86%;
  margin-bottom: 10px;
}

ul.management-tools li:nth-child(even) {
  border-left: 1px solid #9eb1c5;
}

ul.management-tools li:nth-child(even) .tools-details {
  margin-left: auto;
}

section.data-science {
  background: #000f28;
  padding: 70px 0;
}

.data-science-info h2 {
  color: #fff;
  margin-bottom: 35px;
}

.blue-new {
  color: #1288ff;
}

.science-details li {
  font-size: 22px;
  color: #fff;
  position: relative;
  padding-left: 42px;
  margin-bottom: 25px;
}

.science-details li:last-child {
  margin-bottom: 0;
}

.science-details li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  height: 25px;
  width: 25px;
  background: url(../images/blue-tick.png) no-repeat center / contain;
  filter: brightness(0) invert(1);
}

.fig-wrapper img:first-child {
  max-width: 450px;
  width: 100%;
}

.fig-wrapper img:last-child {
  position: absolute;
  bottom: -100px;
  right: -110px;
  max-width: 200px;
  width: 100%;
}

.fig-wrapper {
  position: relative;
  padding-top: 60px;
  max-width: 450px;
  margin: auto;
}

.for-before {
  position: relative;
}

.for-before::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 250px;
  width: 250px;
  background: url(../images/Plus.png) no-repeat center / contain;
}

ul.doctor-info {
  background: #184ce9;
  padding: 30px 10px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 20px;
  margin-top: 70px;
}

ul.doctor-info li {
  flex: 0 0 auto;
  width: 33.33%;
  text-align: center;
  position: relative;
}

ul.doctor-info li + li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 80%;
  margin: auto;
  width: 1px;
  background: #7092fa;
}

.doctor-card h2 {
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
}

.doctor-card h2 sup {
  color: #efd700;
}

.doctor-card p {
  font-weight: 500;
  color: #fff;
  max-width: 80%;
  margin: auto;
}

.management-tools-dtls {
  padding: 70px 0 0;
  background: #e9f4fc;
}

.management-details h2 {
  color: #083b79;
  max-width: 1000px;
  margin-bottom: 30px;
}

.management-list.management-list.management-list .science-details li {
  color: #2a48a4;
  font-weight: 600;
  margin-bottom: 25px;
}

.management-list.management-list.management-list .science-details li::before {
  filter: initial;
  background: url(../images/round-tick.png) no-repeat center / cover;
}

.management-figure {
  max-width: 500px;
  margin: auto;
  margin-bottom: -30px;
  position: relative;
  z-index: 2;
}

.management-figure::before {
  content: "";
  position: absolute;
  top: 25px;
  right: -54px;
  height: 110px;
  width: 110px;
  background: url(../images/heart-image.png) no-repeat center / contain;
}

.management-wrap {
  position: relative;
  z-index: 1;
}

.management-wrap::before {
  content: "";
  position: absolute;
  top: -140px;
  right: -140px;
  height: 670px;
  width: 670px;
  border-radius: 50%;
  background: #add6fd;
  z-index: -1;
  border: 70px solid #d4e9fc;
}

.managing-section {
  padding: 70px 0 25px;
}

.manag-about.manag-about .clr-change {
  margin-top: 28px;
}

.manag-about p {
  font-size: 22px;
  color: #083b79;
  margin-top: 8px;
}

.fig-selection {
  max-width: 620px;
  margin-left: auto;
}

section.testimonial-section {
  padding: 100px 0 50px;
  background: #3d62d2;
}

.testi-left {
  position: relative;
  display: table;
  z-index: 2;
  margin: auto;
}

.testi-left::after {
  content: "";
  width: 455px;
  height: 455px;
  background: #ffe70c;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  left: 0;
  z-index: -1;
}

.testi-left::before {
  content: "";
  width: 540px;
  height: 540px;
  background: #4578e0;
  border-radius: 50%;
  position: absolute;
  top: -80px;
  left: -44px;
  z-index: -1;
  bottom: 0;
  right: 0;
  margin: auto;
}

.testi-left img {
  max-width: 480px;
}

.testimonial-about h2 {
  color: #fff;
  margin-bottom: 25px;
  display: flex;
  gap: 50px;
  align-items: center;
}

.comma-fig img {
  width: 70px !important;
  position: relative;
  right: -26px;
}

.comma-fig {
  height: 80px;
  width: 80px;
  background: #6188ff;
  display: flex;
  align-items: center;
  border-radius: 20px;
}

.testimonial-about p {
  color: #fff;
  margin-bottom: 20px;
}

.testimonial-about h4 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  margin-top: 30px;
}

.testimonial-carosel .owl-dot {
  height: 10px;
  width: 10px;
  border: 1px solid #fff !important;
  border-radius: 50%;
  transition: 0.4s all;
}

.testimonial-carosel .owl-dot.active {
  background: #fff !important;
}

.testimonial-carosel .owl-dots {
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
  top: 30px;
}

.footer {
  padding: 50px 0 10px;
  background: #000f28;
}

.footer-fig-info img {
  max-width: 220px;
}

.footer-fig-info p {
  color: #fff;
  margin: 20px 0;
}

.form-dtls input {
  background: transparent;
  border: navajowhite;
  border-bottom: 1px solid #7d89ae;
  color: #fff;
  border-radius: 0;
  font-size: 16px;
  margin-top: 35px;
  padding-left: 0;
}

.form-dtls input::placeholder {
  font-size: 16px;
}

.form-dtls .form-control:focus {
  border-color: #fff;
  box-shadow: none;
  color: #fff;
  background: transparent;
}

.useful-links h4 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 30px;
}

.useful-links li {
  margin-bottom: 18px;
}

.useful-links li,
.useful-links li a {
  font-size: 16px;
  color: #fff;
}

.useful-links {
  max-width: 360px;
  margin-left: auto;
}

.useful-links li a:hover {
  color: #0088ff;
}

.footer-last {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #4a5977;
  padding-top: 12px;
  margin-top: 20px;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-last p {
  color: #6d8295;
  margin-bottom: 0;
  font-size: 16px;
}

.footer-last p span {
  color: #0088ff;
}

.social-links li a {
  height: 46px;
  width: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
}

.social-links li a:hover {
  background: #fff;
  color: #000f28;
}

.form-dtls {
  position: relative;
}

.up-right {
  color: #fff;
  font-size: 12px;
  transition: 0.4s all;
}

.inner-banner::before {
  display: none;
}

.inner-banner {
  height: 400px;
  background: #e6f4fe;
}

.inner-banner.inner-banner .banner-info h1 {
  margin-bottom: 0;
  text-align: right;
  font-size: 70px;
  font-weight: 800;
  color: #184ce9;
  padding-bottom: 30px;
}

.why-para {
  margin-top: 40px;
}

.inner-us {
  padding-bottom: 50px;
}

.mission-vision,
.module-info {
  height: 100%;
  background:
    linear-gradient(#f5faff, #f5faff) padding-box,
    /* Inner white background */
    linear-gradient(
        180deg,
        #1288ff 0%,
        rgba(245, 250, 255, 0.5) 71.15%,
        #f5faff 100%
      )
      border-box;
  border: 1px solid transparent;
  transition: 0.4s all;
  border-radius: 8px;
  padding: 40px 30px;
  box-shadow: 0px 4px 31.4px 0px #cee5fb;
}

.mission-section .col-md-6 {
  margin-bottom: 40px;
}

.mission-section {
  padding-bottom: 70px;
}

.mission-vision h5 {
  font-size: 32px;
  color: #184ce9;
  font-weight: 700;
  margin-bottom: 13px;
}

.inner-banner-fig {
  max-width: 500px;
}

.inner-banner-fig {
  max-width: 500px;
  margin: auto;
}

.modle-abt.modle-abt ul.para-list {
  margin-top: 10px;
}

section.modules-section {
  padding: 70px 0;
}

.module-info {
  display: flex;
  align-items: start;
  gap: 15px;
  padding: 30px 15px 20px;
  transition: 0.4s all;
}

.module-info img {
  max-width: 70px;
}

.modle-abt h4 {
  font-size: 22px;
  font-weight: 700;
  color: #083b79;
}

.modle-abt.modle-abt .para-list li {
  font-size: 18px;
  margin-bottom: 8px;
}

.modules-section.modules-section .col-md-6 {
  margin-top: 28px;
}

.module-info:hover {
  background:
    linear-gradient(#ffffff, #f5faff) padding-box,
    /* Inner white background */
    linear-gradient(
        180deg,
        #1288ff 0%,
        rgba(245, 250, 255, 0.5) 71.15%,
        #f5faff 100%
      )
      border-box;
  /* box-shadow: 0px 4px 51.3px 0px rgba(205, 234, 255, 1); */
}

.feature-sec .col-md-4 {
  margin-top: 30px;
}

.feature-heading {
  margin-bottom: 10px;
}

.feature-heading h2 {
  margin-bottom: 20px;
}

.contact-sec {
  padding: 70px 0;
}

.contact-abt {
  font-size: 30px;
  color: #1b2a3c;
  font-weight: 400;
  margin-top: 2px;
  display: inline-block;
}

.contact-abt:hover {
  color: #085cb5;
  letter-spacing: 0.4px;
}

.contact-in .form-control {
  background:
    linear-gradient(#f5faff, #f5faff) padding-box,
    linear-gradient(
        180deg,
        #1288ff 0%,
        rgba(245, 250, 255, 0.5) 71.15%,
        #f5faff 100%
      )
      border-box;
  border: 1px solid transparent;
  transition: 0.4s all;
  border-radius: 8px;
  box-shadow: 0px 4px 31.4px 0px #cee5fb;
  height: 60px;
  color: #1b2a3c;
  font-size: 16px;
}

.contact-in .form-control::placeholder {
  font-size: 16px;
  color: #1b2a3c;
}

.contact-wrapperr {
  max-width: 1260px;
  margin: 50px auto 0;
}

.contact-wrapperr h2 {
  text-align: center;
  margin-bottom: 32px;
}

.cntct-frm ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.cntct-frm ul li {
  width: 50%;
  padding: 0 13px;
  margin-bottom: 26px;
}

/* .cntct-frm ul li:last-child{
    width: 100% !important;
} */

.contact-in.contact-in textarea {
  height: 100px !important;
  resize: none;
}

button.clr-change.clr-change {
  display: table;
  margin: 20px auto 0;
}

button.Book-btn span {
  padding: 0 40px;
}

.bar-info {
  display: none;
}

.times-info {
  display: none !important;
}

.news-details p {
  text-align: justify;
}

/* ================= */

.image-box {
  /* display: none; */
  text-align: center;
  opacity: 0;
  transition: opacity 0.7s ease-in-out;
}

.image-box.show {
  /* display: block; */
  opacity: 1;
}

.imag-5.imag-5.imag-5 {
  bottom: 350px;
  left: 70px;
}

.new-3.new-3 {
  top: 90px;
  right: 10px;
}

.new-4.new-4 {
  bottom: -20px;
  right: 180px;
}

.blk-screen {
  width: 100%;
  height: 100dvh;
  position: fixed;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #ffffffc7; */
  z-index: 13;
  transition: all 0.5s ease-in-out;
  backdrop-filter: blur(8px); /* adds the blur */
  -webkit-backdrop-filter: blur(8px);
}

.disabled_loader .blk-screen {
  opacity: 0;
  pointer-events: none;
}

/* ----------------------- */

.heartbeatloader {
  position: absolute;
  width: 20vmin;
  height: 20vmin;
  z-index: -2;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.svgdraw {
  top: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(1.4);
  z-index: 3;
}
.path {
  stroke: rgba(255, 255, 255, 0.95);
  stroke-width: 4;
  stroke-dasharray: 1000px;
  stroke-dashoffset: 1000px;
  animation: draw 1.5s infinite forwards normal linear;
  animation-delay: 0.1s;
  position: relative;
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
.innercircle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #184ce9;
  position: absolute;
  z-index: 1;
  margin: auto;
  top: 0;
  opacity: 0.9;
  animation: innerbeat 1.5s infinite linear forwards;
}
@keyframes innerbeat {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  60% {
    transform: scale(1.05);
  }
  75% {
    transform: scale(1.2);
  }
}
.outercircle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #6e8deb;
  box-shadow: 0 0 40px 20px #fff;
  position: absolute;
  z-index: -1;
  opacity: 0.9;
  top: 0;
  left: 0;
  transform: scale(1.2);
  animation: outerbeat 1.5s infinite linear forwards;
}
@keyframes outerbeat {
  0% {
    transform: scale(1.2);
  }
  10% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1.3);
  }
  60% {
    transform: scale(1.25);
  }
  75% {
    transform: scale(1.3);
  }
}

/* ================================ */

.news-hding h2 {
  margin-bottom: 30px;
}

.contact-us {
  margin-bottom: 20px;
  height: auto;
}

button.submit-btn {
  background: transparent;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 100%;
  transition: 0.4s all;
}

button.submit-btn:hover .up-right {
  color: #117ae3;
  font-size: 13px;
}

/* contact form */
.time-picker {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
}

/* .time-picker input,
.time-picker select {
  width: 60px;
  padding: 6px;
  font-size: 14px;
  background:
    linear-gradient(#f5faff, #f5faff) padding-box,
    linear-gradient(
        180deg,
        #1288ff 0% 0%,
        rgba(245, 250, 255, 0.5) 71.15%,
        #f5faff 100%
      )
      border-box;
  border: 1px solid transparent;
  transition: 0.4s all;
  border-radius: 8px;
  box-shadow: 0px 4px 31.4px 0px #cee5fb;
}

.time-picker input:focus,
.time-picker select:focus {
  outline: none;
} */

.time-picker span {
  font-size: 18px;
}
#timePicker select,
#timePicker .btn-group {
  background-color:
    linear-gradient(#f5faff, #f5faff) padding-box,
    linear-gradient(
        180deg,
        #1288ff 0%,
        rgba(245, 250, 255, 0.5) 71.15%,
        #f5faff 100%
      )
      border-box;
  border: 1px solid transparent;
  transition: 0.4s all;
  border-radius: 8px;
  box-shadow: 0px 4px 31.4px 0px #cee5fb;
  height: 60px;
  width: 80px;
  color: #1b2a3c;
  font-size: 16px;
}
#timePicker .btn-group label {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ui-widget-header .ui-icon {
  background-image: url(../images/ui-icons_444444_256x240.png);
}

@media only screen and (max-width: 1560px) {
  body {
    font-size: 15px;
  }

  .container {
    width: 100%;
    max-width: 100%;
    padding: 0 80px;
  }

  .header-figure img {
    max-width: 170px;
  }

  .marketing-list li,
  .marketing-list li a {
    font-size: 15px;
  }

  .header-nav li a {
    height: 28px;
    font-size: 14px;
    padding: 0 15px;
    border-radius: 8px;
  }

  ul.header-nav {
    gap: 12px;
  }

  ul.marketing-list {
    margin-bottom: 8px;
  }

  header.header {
    padding-top: 6px;
  }

  .banner-info h1 span {
    margin-bottom: 20px;
    font-size: 58px;
  }

  .banner-info h1 {
    /* font-size: 41px;
        line-height: 54px; */
    font-size: 24px;
    line-height: 38px;
  }

  .Book-btn {
    height: 44px;
    padding: 0 0 0 18px;
    font-size: 14px;
  }

  .Book-btn span {
    padding: 0 20px;
    margin-left: 20px;
  }

  .right-angle.right-angle.right-angle {
    font-size: 16px;
    left: 17px;
    height: 14px;
  }

  .Book-btn:hover span {
    padding-left: 36px;
  }

  .banner-fig img {
    width: 500px;
    height: 500px;
    border: 48px solid #cee9ff;
  }

  .imag-2 img,
  .imag-3 img,
  .imag-4 img {
    width: 60px;
  }

  .imag-2,
  .imag-3,
  .imag-4 {
    height: 105px;
    width: 105px;
    border-radius: 15px;
  }

  .imag-2 p,
  .imag-3 p,
  .imag-4 p {
    font-size: 14px;
    margin-top: 4px;
  }

  .banner-info h1 {
    margin-bottom: 40px;
  }

  .banner-section::before {
    height: 620px;
  }

  .banner-section {
    padding: 100px 0 5px;
  }

  .imag-2 {
    bottom: 130px;
    left: 60px;
  }

  .imag-2 {
    bottom: 130px;
    left: auto;
    right: 422px;
  }

  .imag-4 {
    bottom: -3px;
    right: 100px;
  }

  .fixed-div a {
    right: 10px;
    bottom: 120px;
    height: 60px;
    width: 60px;
    border: 8px solid #cde7ce;
  }

  .fixed-div img {
    max-width: 28px;
  }

  .featured-lists {
    margin-top: 60px;
  }

  h2 {
    font-size: 38px;
  }

  .mentor-carosel .owl-nav button {
    height: 38px;
    width: 38px;
    border-radius: 10px;
  }

  .mentor-carosel .owl-stage-outer {
    padding: 24px 0 35px;
  }

  .featured-abt figure img {
    width: 60px !important;
    margin: 0 auto 18px;
  }

  .featured-abt h4 {
    font-size: 15px;
  }

  .featured-abt {
    padding: 16px 8px;
  }

  .why-us {
    padding: 50px 0 120px;
  }

  .h2-mb {
    margin-bottom: 14px;
  }

  p,
  .para-list li {
    font-size: 15px;
    margin-bottom: 10px;
  }

  ul.para-list {
    margin-top: 20px;
  }

  .para-list li::before {
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
  }

  .para-list li {
    padding-left: 31px;
  }

  .first-img img {
    max-width: 255px;
    border-radius: 10px;
  }

  .second-img img {
    max-width: 180px;
    border-radius: 10px;
  }

  .seond-img-about h3 {
    font-size: 28px;
  }

  .seond-img-about p {
    font-size: 15px;
    line-height: 22px;
    margin-top: 6px;
  }

  .seond-img-about {
    max-width: 180px;
    padding: 25px 8px 18px;
    border-radius: 10px;
    margin-top: 16px;
  }

  .hospital-wrapper {
    gap: 16px;
    padding-left: 18px;
  }

  .hospital-wrapper::before {
    top: 50px;
    left: 0;
    height: 395px;
    width: 385px;
    border-radius: 10px;
  }

  .first-img {
    padding-top: 66px;
  }

  .news-section::before {
    top: -160px;
    height: 380px;
  }

  .news-section {
    padding: 50px 0;
  }

  h3 {
    font-size: 20px;
  }

  .news-details {
    padding: 14px 10px;
  }

  .wrapper-btn {
    padding: 8px 14px 12px;
  }

  .experience-section {
    padding: 50px 0;
  }

  .exp-info h2 {
    max-width: 800px;
    margin-bottom: 32px;
  }

  .exp-info {
    padding: 30px 20px;
  }

  .tools-details h4::before {
    left: 4px;
    height: 28px;
    width: 28px;
  }

  .tools-details h4 {
    height: 34px;
    font-size: 17px;
    padding-left: 40px;
    padding-right: 20px;
    margin-bottom: 5px;
  }

  .tools-details p {
    padding-left: 40px;
    font-size: 15px;
    margin-bottom: 5px;
    padding-right: 80px;
  }

  .tools-details p:after {
    height: 24px;
    width: 24px;
  }

  section.data-science {
    padding: 50px 0;
  }

  .science-details li {
    font-size: 16px;
    padding-left: 32px;
    margin-bottom: 20px;
  }

  .science-details li::before {
    top: 3px;
    height: 20px;
    width: 20px;
  }

  .fig-wrapper img:first-child {
    max-width: 300px;
  }

  .fig-wrapper {
    padding-top: 50px;
    max-width: 300px;
  }

  .fig-wrapper img:last-child {
    bottom: -100px;
    right: -85px;
    max-width: 160px;
  }

  .for-before::before {
    right: 0;
    height: 180px;
    width: 180px;
  }

  ul.doctor-info {
    padding: 25px 10px;
    border-radius: 16px;
    margin-top: 50px;
  }

  .doctor-card h2 {
    margin-bottom: 6px;
  }

  .management-tools-dtls {
    padding: 50px 0 0;
  }

  .management-details h2 {
    margin-bottom: 25px;
    max-width: 700px;
  }

  .management-list.management-list.management-list .science-details li {
    margin-bottom: 20px;
  }

  .management-figure {
    max-width: 340px;
    margin-bottom: -25px;
  }

  .management-wrap::before {
    top: -80px;
    right: -80px;
    height: 430px;
    width: 430px;
    border: 40px solid #d4e9fc;
  }

  .management-figure::before {
    top: 20px;
    right: -42px;
    height: 85px;
    width: 85px;
  }

  .manag-about p {
    font-size: 16px;
    margin-top: 8px;
  }

  .fig-selection {
    max-width: 420px;
  }

  .managing-section {
    padding: 56px 0 20px;
  }

  .testi-left img {
    max-width: 350px;
    width: 100%;
  }

  .testi-left::after {
    width: 335px;
    height: 335px;
    top: -18px;
    left: 0;
  }

  .testi-left::before {
    width: 400px;
    height: 400px;
    top: -70px;
    left: -33px;
  }

  section.testimonial-section {
    padding: 90px 0 45px;
  }

  .comma-fig img {
    width: 55px !important;
    right: -26px;
  }

  .comma-fig {
    height: 68px;
    width: 68px;
    border-radius: 14px;
  }

  .testimonial-about h2 {
    margin-bottom: 20px;
    gap: 34px;
  }

  .testimonial-about p {
    margin-bottom: 12px;
  }

  .testimonial-about h4 {
    font-size: 20px;
    margin-top: 20px;
  }

  .footer {
    padding: 40px 0 8px;
  }

  .footer-fig-info img {
    max-width: 180px;
  }

  .form-dtls input {
    font-size: 14px;
    margin-top: 22px;
    padding-left: 0;
  }

  .form-dtls input::placeholder {
    font-size: 14px;
  }

  .up-right {
    font-size: 10px;
  }

  .useful-links h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .useful-links li,
  .useful-links li a {
    font-size: 14px;
  }

  .useful-links li {
    margin-bottom: 14px;
  }

  .footer-last p {
    font-size: 14px;
  }

  .social-links li a {
    height: 38px;
    width: 38px;
    font-size: 14px;
  }

  .footer-last {
    padding-top: 10px;
    margin-top: 15px;
  }

  .inner-banner.inner-banner .banner-info h1 {
    font-size: 46px;
    padding-bottom: 20px;
  }

  .inner-banner {
    height: 290px;
  }

  .inner-banner-fig {
    max-width: 350px;
  }

  .inner-us {
    padding-bottom: 45px;
  }

  .mission-section .col-md-6 {
    margin-bottom: 20px;
  }

  .margin-para {
    margin-top: 10px;
  }

  .mission-section {
    padding-bottom: 50px;
  }

  .mission-vision h5 {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .mission-vision,
  .module-info {
    padding: 24px 20px;
  }

  section.modules-section {
    padding: 50px 0;
  }

  .modle-abt h4 {
    font-size: 17px;
  }

  .modle-abt.modle-abt .para-list li {
    font-size: 14px;
    margin-bottom: 5px;
    padding-left: 24px;
  }

  .modle-abt.modle-abt.modle-abt.modle-abt .para-list li::before {
    top: 3px;
    left: 0;
    height: 17px;
    width: 17px;
  }

  .module-info img {
    max-width: 52px;
  }

  .module-info {
    gap: 10px;
    padding: 18px 12px 12px;
  }

  .modules-section.modules-section .col-md-6 {
    margin-top: 18px;
  }

  .dodule-info {
    margin-bottom: 6px;
  }

  .feature-heading h2 {
    margin-bottom: 16px;
  }

  .feature-sec .col-md-4 {
    margin-top: 18px;
  }

  .feature-heading {
    margin-bottom: 8px;
  }

  .contact-sec {
    padding: 50px 0;
  }

  .contact-abt {
    font-size: 22px;
    margin-top: 1px;
  }

  .module-info.contact-us img {
    max-width: 55px;
  }

  .contact-wrapperr {
    max-width: 900px;
    margin: 40px auto 0;
  }

  .contact-wrapperr h2 {
    margin-bottom: 25px;
  }

  .contact-in .form-control {
    height: 48px;
    font-size: 14px;
  }

  .contact-in .form-control::placeholder {
    font-size: 14px;
  }

  .cntct-frm ul li {
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .contact-in.contact-in textarea {
    height: 80px !important;
  }

  button.clr-change.clr-change {
    margin: 16px auto 0;
  }

  button.Book-btn span {
    padding: 0 30px;
  }

  .imag-5.imag-5.imag-5 {
    bottom: 300px;
    left: 85px;
  }

  .news-hding h2 {
    margin-bottom: 22px;
  }

  button.submit-btn:hover .up-right {
    font-size: 11px;
  }

  button.submit-btn {
    width: 22px;
  }

  #timePicker select,
  #timePicker .btn-group {
    height: 48px;
    font-size: 14px;
  }
  #timePicker .btn-group label {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1240px) {
  .banner-info h1 {
    font-size: 23px;
    line-height: 32px;
  }

  .imag-5.imag-5.imag-5 {
    left: 30px;
  }

  .contact-abt {
    font-size: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .container {
    padding: 0 30px;
  }

  .banner-info h1 span {
    margin-bottom: 10px;
    font-size: 35px;
  }

  .banner-info h1 {
    font-size: 22px;
    line-height: 30px;
  }

  .header-figure img {
    max-width: 120px;
  }

  .banner-info h1 {
    margin-bottom: 22px;
  }

  .Book-btn {
    height: 36px;
    padding: 0 0 0 12px;
    font-size: 12px;
  }

  .right-angle.right-angle.right-angle {
    font-size: 14px;
    left: 12px;
    height: 14px;
  }

  .Book-btn:hover span {
    padding-left: 26px;
  }

  .Book-btn:hover .right-angle.right-angle.right-angle {
    left: 14px;
  }

  .Book-btn span {
    padding: 0 16px;
    margin-left: 15px;
  }

  .banner-fig img {
    width: 330px;
    height: 330px;
    border: 26px solid #cee9ff;
  }

  .banner-fig {
    text-align: center;
  }

  .banner-right {
    position: relative;
    display: table;
    margin: 12px auto 0;
  }

  .imag-2 p,
  .imag-3 p,
  .imag-4 p {
    font-size: 12px;
    margin-top: 4px;
  }

  .imag-2 img,
  .imag-3 img,
  .imag-4 img {
    width: 44px;
  }

  .imag-2,
  .imag-3,
  .imag-4 {
    height: 86px;
    width: 88px;
    border-radius: 10px;
  }

  .imag-3 {
    top: 30px;
    right: 0px;
  }

  .imag-2 {
    bottom: 80px;
    left: -35px;
    right: auto;
  }

  .imag-4 {
    bottom: -13px;
    right: 70px;
  }

  .banner-section::before {
    height: 510px;
  }

  .featured-lists {
    margin-top: 35px;
  }

  h2 {
    font-size: 24px;
  }

  .mentor-carosel .owl-nav button {
    height: 30px;
    width: 30px;
    border-radius: 6px;
  }

  .mentor-carosel .owl-nav button i {
    font-size: 13px;
  }

  .mentor-carosel .owl-stage-outer {
    padding: 12px 0 20px;
  }

  .featured-abt {
    padding: 10px 6px;
  }

  .featured-abt figure img {
    width: 50px !important;
    margin: 0 auto 10px;
  }

  .featured-abt h4 {
    font-size: 13px;
  }

  .fixed-div img {
    max-width: 30px;
  }

  .fixed-div a {
    right: 8px;
    bottom: 160px;
    height: 58px;
    width: 58px;
    border: 7px solid #cde7ce;
  }

  .why-us {
    padding: 30px 0 65px;
  }

  .why-us .row,
  .sml-row {
    flex-direction: column-reverse;
  }

  .h2-mb {
    margin-bottom: 10px;
  }

  p,
  .para-list li {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .para-list li::before {
    top: 2px;
    left: 0;
    height: 15px;
    width: 15px;
  }

  .para-list li {
    padding-left: 21px;
  }

  .why-info {
    margin-bottom: 10px;
  }

  .first-img img {
    max-width: 180px;
    border-radius: 10px;
  }

  .second-img img {
    max-width: 124px;
    border-radius: 10px;
  }

  .seond-img-about {
    max-width: 124px;
    padding: 14px 4px 12px;
    border-radius: 10px;
    margin-top: 14px;
  }

  .seond-img-about h3 {
    font-size: 20px;
  }

  .seond-img-about p {
    font-size: 12px;
    line-height: 16px;
    margin-top: 5px;
  }

  .first-img {
    padding-top: 45px;
  }

  .hospital-wrapper::before {
    top: 30px;
    left: 0;
    height: 282px;
    width: 280px;
    border-radius: 10px;
  }

  .table-div {
    display: table;
    margin: auto;
  }

  .news-section {
    padding: 30px 0;
  }

  .news-section::before {
    top: -100px;
    height: 240px;
  }

  h3 {
    font-size: 15px;
  }

  .news-details {
    padding: 10px 6px;
  }

  .news-wrapper h3 {
    margin-bottom: 8px;
  }

  .news-wrapper {
    padding: 6px;
  }

  .wrapper-btn {
    padding: 6px 10px 8px;
  }

  .experience-section {
    padding: 30px 0;
  }

  .exp-info h2 {
    max-width: 460px;
    margin-bottom: 20px;
  }

  .exp-info {
    padding: 15px 10px;
  }

  .tools-details h4 {
    height: 28px;
    font-size: 15px;
    padding-left: 32px;
    padding-right: 18px;
    margin-bottom: 4px;
  }

  .tools-details h4::before {
    left: 4px;
    height: 23px;
    width: 23px;
  }

  .tools-details p {
    padding-left: 32px;
    font-size: 13px;
    margin-bottom: 3px;
    padding-right: 30px;
  }

  .tools-details p:after {
    height: 20px;
    width: 20px;
  }

  section.data-science {
    padding: 30px 0;
  }

  .data-science-info h2 {
    margin-bottom: 15px;
  }

  .science-details li {
    font-size: 14px;
    padding-left: 22px;
    margin-bottom: 10px;
  }

  .science-details li::before {
    top: 3px;
    height: 15px;
    width: 15px;
  }

  .fig-wrapper {
    padding-top: 0;
    max-width: 220px;
  }

  .fig-wrapper img:last-child {
    bottom: -30px;
    right: -65px;
    max-width: 110px;
  }

  .for-before {
    position: relative;
    display: table;
    margin: 10px auto 0;
  }

  .for-before::before {
    right: -60px;
    height: 90px;
    width: 90px;
    top: -10px;
  }

  ul.doctor-info {
    padding: 14px 6px;
    border-radius: 12px;
    margin-top: 46px;
  }

  .management-tools-dtls {
    padding: 30px 0 0;
  }

  .management-details h2 {
    margin-bottom: 14px;
    max-width: 700px;
  }

  .management-list.management-list.management-list .science-details li {
    margin-bottom: 10px;
  }

  .management-wrap {
    display: table;
    margin: 30px auto 0;
  }

  .management-figure {
    max-width: 200px;
    margin-bottom: -20px;
  }

  .management-figure::before {
    top: 12px;
    right: -32px;
    height: 65px;
    width: 65px;
  }

  .management-wrap::before {
    top: -30px;
    right: -80px;
    height: 210px;
    width: 210px;
    border: 18px solid #d4e9fc;
  }

  .manag-about p {
    font-size: 14px;
    margin-top: 7px;
  }

  .manag-about.manag-about .clr-change {
    margin-top: 18px;
  }

  .fig-selection {
    max-width: 250px;
  }

  section.testimonial-section {
    padding: 30px 0;
  }

  .comma-fig {
    height: 46px;
    width: 46px;
    border-radius: 10px;
  }

  .comma-fig img {
    width: 40px !important;
    right: -15px;
  }

  .testimonial-about h2 {
    margin-bottom: 14px;
    gap: 20px;
  }

  .testimonial-about p {
    margin-bottom: 8px;
  }

  .testimonial-about h4 {
    font-size: 16px;
    margin-top: 14px;
  }

  .testimonial-carosel .owl-dots {
    gap: 5px;
    top: 12px;
  }

  .testimonial-carosel .owl-dot {
    height: 8px;
    width: 8px;
  }

  .testi-left img {
    max-width: 220px;
  }

  .testi-left::after {
    width: 210px;
    height: 210px;
    top: -8px;
    left: 0;
  }

  .testi-left::before {
    width: 245px;
    height: 245px;
    top: -35px;
    left: -18px;
  }

  .testi-left {
    margin-top: 45px;
  }

  .footer-fig-info img {
    max-width: 140px;
  }

  .footer-fig-info p {
    margin: 12px 0;
  }

  .form-dtls input {
    font-size: 13px;
    margin-top: 10px;
    padding-left: 0;
  }

  .form-dtls input::placeholder {
    font-size: 13px;
  }

  .useful-links h4 {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .useful-links li,
  .useful-links li a {
    font-size: 13px;
  }

  .useful-links li {
    margin-bottom: 8px;
  }

  .footer-last {
    padding-top: 6px;
    margin-top: 10px;
  }

  .footer-last p {
    font-size: 12px;
  }

  .social-links li a {
    height: 30px;
    width: 30px;
    font-size: 12px;
  }

  .footer {
    padding: 28px 0 6px;
  }

  .marketing-list li + li::before {
    display: none;
  }

  .marketing-list li,
  .marketing-list li a {
    font-size: 14px;
  }

  .header-erapper {
    flex-direction: column;
    position: relative;
  }

  ul.marketing-list {
    margin-bottom: 0;
    flex-direction: column;
    margin-top: 8px;
  }

  .marketing-list li + li {
    padding-left: 0;
    margin-left: 0;
  }

  .bar-info {
    position: absolute;
    right: 0;
    top: 28px;
    height: 30px;
    width: 30px;
    background: #184ce9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 2px;
  }

  .for-responsive.for-responsive {
    display: block;
    position: fixed;
    top: 0px;
    right: -360px;
    bottom: 0;
    width: 100%;
    max-width: 300px;
    height: 100vh;
    background: white;
    z-index: 11;
    padding: 65px 30px 40px;
    transition: all 0.5s ease-in-out;
  }

  .header-nav.header-nav {
    display: block;
  }

  .times-info {
    position: absolute;
    top: 0px;
    right: 0;
    height: 60px;
    width: 60px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #f71000;
    color: #fff;
    font-size: 24px;
    border-radius: 0 0 0 60px;
  }

  .times-info i {
    position: relative;
    top: -7px;
    right: -6px;
  }

  .toggle-bar.toggle-bar {
    right: 0;
  }

  .bar-info i {
    font-size: 20px;
  }

  header.header {
    padding-top: 2px;
  }

  .banner-section {
    padding: 120px 0 5px;
  }

  .inner-banner.inner-banner .banner-info h1 {
    font-size: 30px;
    padding-bottom: 15px;
  }

  .inner-banner-fig {
    max-width: 260px;
  }

  .inner-banner {
    height: 260px;
  }

  .mission-vision,
  .module-info {
    padding: 15px 14px;
  }

  .mission-vision h5 {
    font-size: 15px;
    margin-bottom: 6px;
  }

  .mission-section .col-md-6 {
    margin-bottom: 15px;
  }

  .mission-section {
    padding-bottom: 30px;
  }

  section.modules-section {
    padding: 30px 0;
  }

  .feature-heading h2 {
    margin-bottom: 10px;
  }

  .module-info {
    gap: 16px;
    padding: 12px 10px 8px;
  }

  .modle-abt h4 {
    font-size: 15px;
  }

  .modle-abt.modle-abt .para-list li {
    font-size: 13px;
    margin-bottom: 4px;
    padding-left: 20px;
  }

  .modle-abt.modle-abt.modle-abt.modle-abt .para-list li::before {
    top: 2px;
    left: 0;
    height: 15px;
    width: 15px;
  }

  .feature-sec .col-md-4 {
    margin-top: 11px;
  }

  .h2-mb {
    margin-bottom: 6px;
  }

  .why-para {
    margin-top: 15px;
  }

  .inner-us {
    padding-bottom: 30px;
  }

  .contact-sec {
    padding: 30px 0;
  }

  .contact-abt {
    font-size: 20px;
    margin-top: 1px;
  }

  .module-info.contact-us img {
    max-width: 40px;
  }

  .new-3.new-3 {
    top: 110px;
    right: -20px;
  }

  .imag-5.imag-5.imag-5 {
    bottom: 220px;
    left: 15px;
  }

  .contact-us {
    margin-bottom: 10px;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .banner-info h1 {
    font-size: 18px;
    line-height: 26px;
  }

  .news-section .col-md-4 + .col-md-4 {
    margin-top: 15px;
  }

  .fig-selection {
    max-width: 250px;
    margin: 5px auto 0;
  }

  .footer-fig-info {
    margin-bottom: 12px;
  }

  .doctor-card p {
    max-width: 98%;
  }

  .header-nav li a {
    height: 30px;
    font-size: 14px;
    padding: 0 20px;
    border-radius: 8px;
  }
}

@media only screen and (max-width: 575px) {
  .container {
    padding: 0 10px;
  }

  .banner-info h1 span {
    margin-bottom: 7px;
    font-size: 26px;
  }

  .banner-info h1 {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 14px;
  }

  .banner-fig img {
    width: 250px;
    height: 250px;
    border: 18px solid #cee9ff;
  }

  .imag-2,
  .imag-3,
  .imag-4 {
    height: 78px;
    width: 85px;
    border-radius: 8px;
  }

  .banner-right {
    margin: 10px auto 0;
  }

  .banner-section::before {
    height: 520px;
  }

  .mentor-carosel .owl-nav {
    gap: 5px;
    top: -28px;
    right: 0;
  }

  h2 {
    font-size: 22px;
  }

  .mentor-carosel .owl-stage-outer {
    padding: 12px 0 15px;
    padding-left: 1px;
  }

  .featured-lists {
    margin-top: 30px;
  }

  .fixed-div img {
    max-width: 25px;
  }

  .fixed-div a {
    right: 5px;
    bottom: 160px;
    height: 50px;
    width: 50px;
    border: 6px solid #cde7ce;
  }

  .why-us {
    padding: 25px 0 45px;
  }

  ul.para-list {
    margin-top: 10px;
  }

  .news-section::before {
    top: -68px;
    height: 160px;
  }

  .news-section .col-md-4 + .col-md-4 {
    margin-top: 12px;
  }

  .news-section {
    padding: 25px 0;
  }

  .experience-section {
    padding: 25px 0;
  }

  .exp-info h2 {
    max-width: 100%;
    margin-bottom: 15px;
    font-size: 20px;
  }

  ul.management-tools li {
    width: 100%;
  }

  ul.management-tools li:nth-child(even) {
    border-left: none;
  }

  .tools-details {
    max-width: 100%;
    margin-bottom: 6px;
  }

  ul.management-tools li:nth-child(even) .tools-details {
    margin-left: initial;
  }

  .exp-info {
    padding: 12px 8px;
  }

  section.data-science {
    padding: 25px 0;
  }

  .science-details li {
    font-size: 13px;
    padding-left: 21px;
    margin-bottom: 8px;
  }

  .science-details li::before {
    top: 2px;
  }

  .fig-wrapper img:first-child {
    max-width: 160px;
  }

  .fig-wrapper img:last-child {
    bottom: -30px;
    right: -55px;
    max-width: 90px;
  }

  .for-before::before {
    right: -40px;
    height: 70px;
    width: 70px;
    top: -10px;
  }

  ul.doctor-info li {
    width: 50%;
  }

  ul.doctor-info {
    padding: 12px 5px;
    border-radius: 10px;
    margin-top: 44px;
    justify-content: center;
  }

  ul.doctor-info li:last-child::before {
    display: none;
  }

  .management-tools-dtls {
    padding: 25px 0 0;
  }

  .management-list.management-list.management-list .science-details li {
    margin-bottom: 6px;
  }

  .management-figure {
    max-width: 180px;
    margin-bottom: -20px;
  }

  .managing-section {
    padding: 40px 0 15px;
  }

  .testimonial-about h2 {
    margin-bottom: 10px;
    gap: 20px;
  }

  section.testimonial-section {
    padding: 25px 0;
  }

  .useful-links li {
    margin-bottom: 6px;
    font-size: 12px;
  }

  .footer-fig-info img {
    max-width: 125px;
  }

  .footer-last {
    padding-top: 6px;
    margin-top: 4px;
    flex-direction: column-reverse;
    gap: 5px;
  }

  .useful-links h4 {
    font-size: 15px;
    margin-bottom: 9px;
  }

  .footer {
    padding: 22px 0 5px;
  }

  header.header {
    padding-top: 2px;
  }

  ul.marketing-list {
    margin-top: 6px;
  }

  .bar-info {
    top: 28px;
  }

  .bar-info i {
    font-size: 16px;
    border-radius: 4px;
  }

  .for-responsive.for-responsive {
    right: -100%;
    max-width: 100%;
  }

  .mission-vision,
  .module-info {
    padding: 12px 14px;
  }

  .toggle-bar.toggle-bar {
    right: 0;
  }

  .header-nav li {
    margin-bottom: 5px;
  }

  .inner-banner.inner-banner .banner-info h1 {
    font-size: 24px;
    padding-bottom: 15px;
    text-align: center;
  }

  .inner-banner-fig {
    max-width: 170px;
  }

  .inner-banner {
    height: 230px;
  }

  section.modules-section {
    padding: 25px 0;
  }

  p,
  .para-list li {
    margin-bottom: 6px;
  }

  .modle-abt.modle-abt ul.para-list {
    margin-top: 6px;
  }

  .inner-us {
    padding-bottom: 20px;
  }

  .mission-vision h5 {
    margin-bottom: 5px;
  }

  .mission-section .col-md-6 {
    margin-bottom: 12px;
  }

  .mission-section {
    padding-bottom: 25px;
  }

  .module-info {
    gap: 10px;
    padding: 12px 10px 8px;
  }

  .module-info img {
    max-width: 38px;
  }

  .modle-abt h4 {
    font-size: 14px;
  }

  .modules-section.modules-section .col-md-6 {
    margin-top: 11px;
  }

  .contact-sec {
    padding: 25px 0;
  }

  .contact-abt {
    font-size: 16px;
    margin-top: 0px;
  }

  .contact-us {
    margin-bottom: 8px;
    height: auto;
  }

  .contact-wrapperr {
    margin: 12px auto 0;
  }

  .cntct-frm ul li {
    padding: 0;
    margin-bottom: 10px;
    width: 100%;
  }

  .cntct-frm ul {
    margin: 0;
  }

  .contact-in .form-control {
    height: 38px;
    font-size: 13px;
  }

  .contact-in .form-control::placeholder {
    font-size: 13px;
  }

  .contact-in.contact-in textarea {
    height: 55px !important;
  }

  .contact-wrapperr h2 {
    margin-bottom: 12px;
  }

  button.clr-change.clr-change {
    margin: 10px auto 0;
  }

  .imag-5.imag-5.imag-5 {
    bottom: auto;
    left: 15px;
    top: 10px;
  }

  .new-4.new-4 {
    bottom: 10px;
    right: 140px;
  }

  .new-3.new-3 {
    top: 70px;
    right: -20px;
  }

  .imag-2 p,
  .imag-3 p,
  .imag-4 p {
    font-size: 11px;
  }

  .news-hding h2 {
    margin-bottom: 12px;
  }

  #timePicker select,
  #timePicker .btn-group {
    height: 38px;
    font-size: 13px;
  }
  #timePicker .btn-group label {
    font-size: 12px;
  }
}

@media only screen and (max-width: 360px) {
  .useful-links li,
  .useful-links li a {
    font-size: 12px;
  }
}
