@import url(https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css);

.bounce,
.bounce2,
.element1:after,
.element1:before,
.element2:after,
.element2:before,
.element3:after {
  -webkit-animation-duration: 1.3s -webkit-animation-fill-mode both;
  -webkit-animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  cursor: pointer;
}

#preloader:before,
.aon-med-sevices-cat .media:after,
.aon-med-sevices-cat2 .media:after,
.clinics .icon-box .icon::before,
.doctors .member span::after,
.element1:after,
.element1:before,
.element2:after,
.element2:before,
.element3:after,
.element3:before,
.section-title h2::after,
.section-title h2::before,
.video-btn a {
  content: "";
  content: "";
  content: "";
}

.bounce,
.bounce2,
.element1:before {
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
}

#hero,
#hero h1 {
  padding-top: 30px;
}

#hero,
#hero2,
#hero3,
.appointment .php-email-form,
.iti.iti--allow-dropdown,
div#popup form.contactFormNo .form-group.ss {
  width: 100%;
}

#hero2,
#hero3 {
  height: auto;
  background: url(image/background1.png) top center/cover #061c1d;
}

#topbar .contact-info a,
a,
a:hover {
  text-decoration: none;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #444;
}

#footer .footer-top .footer-contact p,
.counts .count-box p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Raleway, sans-serif;
}

.about .icon-box .title a:hover,
.clinics .icon-box:hover .icon i,
.departments .nav-link:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul a:hover,
.navbar .dropdown ul li:hover > a,
.navbar-mobile .active,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul li:hover > a,
.navbar-mobile a:hover,
.navbar-mobile li:hover > a,
a {
  color: #284251;
}

.clinics .icon-box:hover h4 a,
.clinics .icon-box:hover p,
a:hover {
  color: #ff8a00;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #284251;
  border-top-color: #d1e6f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: 1s linear infinite animate-preloader;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 15px;
  bottom: 15px;
  z-index: 996;
  background: #284251;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: 0.4s;
}

#hero .container,
#hero2 .container,
#hero3 .container,
#iframeContainer,
#iframeContainer1,
#iframeContainer2,
#iframeContainer3,
#iframeContainer4,
#iframeContainer5,
.box,
.career h2,
.element1,
.element2,
.element3,
.img-zoom-container,
.navbar li,
.navbar > ul > li,
.overlay-brd,
.services-process__item {
  position: relative;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #707070;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.datepicker-dropdown {
  padding: 20px !important;
}

#topbar {
  background: #284251;
  min-height: 50px;
  font-size: 14px;
  transition: 0.5s;
  z-index: 996;
  position: unset;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info a {
  line-height: 1;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  transition: 0.3s;
  font-style: normal;
}

#topbar .contact-info a:hover,
.about .icon-box:hover .icon i,
.aon-med-sevices-cat2 .aon-med-serices-cat-info1 a,
.aon-med-sevices-cat2 .aon-med-serices-cat-info1 p,
.aon-med-sevices-cat:hover .aon-med-serices-cat-info p,
.card-body.key-feature:hover .card-title.feature-tile,
.faq .faq-list a.collapsed {
  color: #fff;
}

#topbar .contact-info i {
  color: #98a556;
  padding-right: 4px;
  margin-left: 24px;
  line-height: 0;
  text-align: center;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
}

.social-links a {
  color: #fff;
  padding: 5px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
  margin: 0 3px;
  font-size: 20px;
  border-radius: 20px;
}

.social-links a:hover {
  color: #284251;
  background-color: #fff;
}

.social-links a:first-child {
  border-left: 0;
}

#header {
  background: #fff;
  transition: 0.5s;
  z-index: 501;
  padding: 5px 0;
  top: 60px;
  position: static !important;
  box-shadow: rgb(50 50 93 / 0.25) 0 30px 60px -12px,
    rgb(0 0 0 / 0.3) 0 18px 36px -18px;
}

#header.header-scrolled {
  top: 0;
}

#header .logo img {
  max-height: 75px;
}

.appointment-btn {
  margin-left: 25px;
  background: #284251;
  color: #fff;
  border-radius: 5px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.appointment-btn:hover,
.contact .info .address:hover i,
.contact .info .email:hover i,
.contact .info .phone:hover i {
  background: #284251;
  color: #fff;
}

.element1:after,
.element1:before,
.element2:before {
  background-position: center;
}

@media (max-width: 768px) {
    
    div#section-5 a.btn-3.blink.gif_btn{
        margin-left:unset !important;
    }
    
    .b-top-m{
        border-top:1px solid #ffffff40;
    }
    
    span.mdbold {
    display: grid;
}
    
    
    .doctor-profile.mb-3.media.align-items-center.text-left {
        flex-direction: column !important;
        border-radius: 10px;
        text-align: center;
    }

    
    ul.customize-list {
        margin-left: 0 !important;
    }

    .stamp-gif-img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: unset !important;
}
.row-container-color{
    flex-direction: column;
}
    
.row-container-color .media {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
}

    .stamp-gif-img {
    min-height: 18rem;
}
a.btn-3.blink.gif_btn {
    width: auto !important;
}
  img.key-feature-img,
  .enquiry_counter {
    width: 140px !important;
    height: 140px !important;
    padding: 5px;
    font-size: 40px !important;
  }
  .bbc_text {
    text-align: center !important;
  }

  .whatsapp-gif {
    width: 35% !important;
    padding-right: 30px;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-12.col-md-7.text-left.pl-5 {
    padding-top: 2rem;
  }

  section#Hospital
    .col-12.col-md-4.text-center.justify-content-center.about-img {
    display: none;
  }

  .faq.section-bg.home-faq .faq-list {
    flex-direction: column !important;
  }

  .faq.section-bg.home-faq .faq-list > ul.d-flex.flex-column {
    min-width: 100% !important;
    max-width: 100% !important;
  }

  .appointment-btn {
    margin: 0;
    padding: 6px 18px;
  }
}

.bold {
  font-weight: 600;
  font-size: 26px;
  color: #ffffff;
}

.mbold,
.mpbold {
  font-weight: 900;
  font-size: 50px;
  color: #fff;
}

#hero h1,
.sbold,
.sdbold {
  font-weight: 700;
  color: #ffffff;
}

.sbold,
.sdbold {
  padding: 10px 20px;
  margin-top: 18px;
  font-size: 36px;
  background: #ced6bf;
  text-align: center;
}

#hero h1,
.faq .faq-list,
.navbar,
.navbar ul,
.navbar-mobile > ul > li,
div#hero,
section.breadcrumbs {
  padding: 0;
}

.mfbold,
.mmbold {
  font-weight: 900;
  font-size: 50px;
  color: orange;
}

.col-md-4.p-3.rounded-3.bg-light {
  box-shadow: rgb(50 50 93 / 0.25) 0 50px 100px -20px,
    rgb(0 0 0 / 0.3) 0 30px 60px -30px;
  width: 100%;
}

.sec-img img {
  background-size: cover;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

input#btnSubmit {
  background-color: #284251 !important;
  border: #284251 !important;
}

.navbar ul {
  margin: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar > ul > li {
  white-space: nowrap;
  padding: 8px 0 8px 8px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  font-size: 28px;
  color: #284251;
  font-weight: 900;
  white-space: nowrap;
  transition: 0.3s;
  padding: 5px 2px;
  text-transform: capitalize;
}

.navbar-mobile .dropdown > .dropdown-active,
.navbar-mobile ul {
  display: block !important;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.departments .nav-link.active,
.navbar .active,
.navbar .active:focus,
.navbar a:hover,
.navbar li:hover > a {
  color: #284251;
  border-color: #284251;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0 0 30px rgb(1 56 63 / 47%);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 170px;
  border: none;
}

.navbar .dropdown ul a i,
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
  padding: 0;
  border-radius: 4px;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

.mobile-nav-toggle {
  background-color: #fff;
  color: #284251;
  border-radius: 5px;
  font-size: 35px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgb(28 65 53 / 90%);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 9vh;
  right: 15px;
}

.navbar-mobile ul {
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0 80px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
  width: 100%;
  height: 100%;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #284251;
  border: none;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none !important;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0 0 30px rgb(127 137 161 / 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

#hero {
  height: auto;
  background: url(../image/background.jpg) top center/cover;
  display: flex;
  align-items: self-end;
}

#hero h1 {
  margin: 0;
  font-size: 43px;
  line-height: 59px;
  text-transform: uppercase;
  width: 100%;
}

#hero h2 {
  color: #fff;
  margin: 10px 0 0;
  font-size: 24px;
}

#hero .btn-get-started,
#hero2 .btn-get-started,
#hero3 .btn-get-started {
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #284251;
}

#hero .btn-get-started:hover,
#hero2 .btn-get-started:hover,
#hero3 .btn-get-started:hover {
  background: #3291e6;
}

#hero2 .d-flex {
  justify-content: center;
}

#hero2 h2,
#hero3 h2 {
  color: #fff;
  margin: 10px 0 0;
  font-size: 50px;
  width: 83%;
}

@media (max-width: 992px) {
  #hero h2,
  #hero2 h2,
  #hero3 h2 {
    line-height: 24px;
    margin-bottom: 30px;
  }

  .social-links {
    display: flex;
  }

  .topbarflex > img {
    max-width: 16px;
    margin-left: 5px !important;
  }

  .blink {
    padding: 3px 5px !important;
  }

  a.a-link {
    font-size: 12px !important;
  }

  .topbarflex .topbarflex-no-column span.blink {
    margin-left: 5px;
    font-size: 13px !important;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 14px;
    margin-bottom: 5px;
  }

  .topbarflex .topbarflex-no-column i a {
    margin-left: 5px !important;
    font-size: 11px !important;
    min-width: 100% !important;
    font-weight: 600 !important;
  }

  .topbarflex .topbarflex-no-column i {
    margin-left: 3px !important;
    margin-right: 0 !important;
  }

  #hero {
    /* margin-top: 6rem; */
    height: auto;
  }

  #hero .container,
  #hero3 .container {
    padding-bottom: 63px;
  }

  #hero h1 {
    font-size: 75px;
    line-height: 90px;
  }

  #hero h2,
  #hero3 h2 {
    font-size: 18px;
  }

  .mdbold {
    font-weight: 900;
    font-size: 60px;
  }

  #hero2,
  #hero3 {
    margin-bottom: 0;
    height: auto;
  }

  #hero2 h1 {
    font-size: 40px;
    line-height: 55px;
  }

  #hero2 h2 {
    font-size: 24px;
  }

  #hero3 h1 {
    font-size: 40px;
    line-height: 49px;
  }
}

@media (max-width: 576px) {
  #topbar .contact-info a {
    font-size: 13px !important;
  }

  .ph-head i.bi.bi-phone,
  .social-links,
  div#topbar .contact-info.d-flex.align-items-center .topbarflex img.ms-4 {
    display: none !important;
  }

  .phone-number h6 {
    font-size: 12px !important;
  }

  .phone-number a {
    font-size: 14px !important;
  }

  .banner-container .col-md-4 .col-md-4.p-3.rounded-3.bg-light {
    margin-top: 2rem !important;
  }

  .topbarflex > img {
    max-width: 28px;
    margin-left: 5px !important;
  }

  .topbarflex .topbarflex-no-column span.blink {
    margin-left: 5px;
    font-size: 13px !important;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 14px;
    margin-bottom: 5px;
  }

  div#topbar .other a {
    font-size: 22px !important;
  }

  .topbarflex .topbarflex-no-column i a {
    margin-left: 8px !important;
    font-size: 13px !important;
    min-width: 100% !important;
    font-weight: 600 !important;
  }

  .topbarflex .topbarflex-no-column i {
    margin-left: 10px !important;
    margin-right: 0 !important;
  }

  .cl-rs {
    flex: 0 0 auto;
    width: 50%;
  }

  .clinic-visit-btn {
    font-size: small;
  }

  .mmbold {
    font-size: 50px;
  }

  .aon-med-srv-cat-section ul li {
    width: 100% !important;
  }
}

.benefits ul li::before,
.requirements ul li::before,
.responsibilites ul li::before {
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1024px) {
  .testimonials .testimonial-item .testimonial-img {
    max-width: 12% !important;
  }

  #hero,
  #hero2,
  #hero3 {
    background-attachment: fixed;
  }
}

@media (min-height: 600px) {
  #hero3 {
    height: auto;
  }
}

section {
  padding: 50px 0;
  overflow: hidden;
}

#testimonials,
.about,
.section-bg {
  background-color: #1a1a1a08;
}

#loadmore-btn,
#otherLocations {
  background: #0a4f40;
  color: #fff;
}

#popup,
.blog__title,
.section-title,
h2.Phoneheading {
  text-align: center;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #284251;
}

.section-title h2::before {
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #284251;
  bottom: 0;
  left: calc(50% - 20px);
}

.counts .count-box i,
div#popup form.contactFormNo .form-group.ss,
div#popup form.contactFormNo input#phone2 {
  display: inline-flex;
  display: inline-flex;
}

.aon-med-sevices-cat p,
.departments .details p:last-child,
.section-title p {
  margin-bottom: 0;
}

.breadcrumbs {
  margin-top: 0;
}

.iner-nav {
  display: flex;
  margin: 0;
  padding: 0;
}

.iner-nav li {
  padding: 0 10px;
  list-style: none;
  color: #fff;
}

.iner-nav li a {
  color: orange;
}

.iner-nav span {
  color: #dfdfdf;
  font-size: 25px;
  line-height: 1.5rem;
}

.why-us .content {
  padding: 30px;
  background: url(../image/karma-ayurveda.jpg) 0 0 / cover;
  border-radius: 4px;
  color: #fff;
}

.element1:before,
.element2:before {
  background-image: url(assets/image/element1.png);
  background-size: cover;
  height: 120px;
  width: 120px;
  opacity: 0.5;
}

.why-us .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact,
#footer .footer-top .footer-links,
.why-us .content p {
  margin-bottom: 30px;
}

.why-us .content .more-btn {
  display: inline-block;
  background: rgb(255 255 255 / 0.2);
  padding: 6px 30px 8px;
  color: #fff;
  border-radius: 50px;
  transition: 0.4s ease-in-out;
}

.why-us .content .more-btn i,
p.text-left {
  font-size: 14px;
}

.why-us .content .more-btn:hover {
  color: #284251;
  background: #fff;
}

.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 15px rgb(0 0 0 / 0.1);
  padding: 8px 18px;
  width: 100%;
}

.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: #284251;
  margin-bottom: 30px;
}

.why-us .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px;
}

.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}

.about .icon-boxes h4 {
  font-size: 18px;
  color: #4b7dab;
  margin-bottom: 15px;
}

.about .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #284251;
  margin-bottom: 15px;
}

.about .icon-box,
.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #8dc2f1;
  border-radius: 50px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: #284251;
  font-size: 32px;
}

.about .icon-box:hover .icon,
.clinics .icon-box:hover {
  background: #284251;
  border-color: #284251;
}

.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}

.bounce {
  animation-name: bounce;
  -moz-animation-name: bounce;
}

.bounce2,
.element1:before {
  animation-name: bounce2;
  -moz-animation-name: bounce2;
}

.element1:after,
.element2:after,
.element2:before,
.element3:after {
  animation-name: bounce2;
  z-index: 0;
  position: absolute;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: bounce2;
}

@keyframes bounce {
  0%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@keyframes bounce2 {
  0%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(+5px);
    -ms-transform: translateY(+5px);
    transform: translateY(+5px);
  }
}

.img-style {
  border-radius: 6px;
  width: 100%;
}

.element1:before {
  position: absolute;
  z-index: 0;
  top: -27px;
  left: -11px;
}

.element2:before {
  top: -30px;
  left: 370px;
}

.element1:after {
  background: linear-gradient(228deg, #284251, #284251 50%, #284251);
  background-size: cover;
  height: 100%;
  width: 90%;
  top: 20px;
  right: -8px;
  border-radius: 4px;
}

.element2:after,
.element3:after {
  background-position: center;
  height: 100%;
  width: 90%;
  border-radius: 4px;
}

.element2:after {
  background: linear-gradient(228deg, #93fbe5, #ffd29d 50%, #ed9c3d);
  background-size: cover;
  top: 20px;
  left: 0;
}

.element3:after {
  background: linear-gradient(228deg, #93fbe5, #ffd29d 50%, #ed9c3d);
  background-size: cover;
  top: 21px;
  left: -7px;
}

.element3:before {
  position: absolute;
  background-image: url(assets/image/element1.png);
  background-position: center;
  background-size: cover;
  height: 120px;
  width: 120px;
  z-index: 0;
  top: -8%;
  left: 67%;
  opacity: 0.5;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  cursor: pointer;
  animation-name: bounce2;
  -moz-animation-name: bounce2;
}

img.img-fluid.img-style.bounce {
  z-index: 1;
  position: relative;
}

h2.heading-txt {
  color: #284251;
  font-size: 2.4rem !important;
  line-height: 1.1;
  font-weight: 600 !important;
  margin-bottom: 1.3rem;
}

#Causes .row {
  display: flex;
  flex-direction: column-reverse;
}

.aon-med-srv-cat-section ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  border-top: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}

.justify-content-center {
  justify-content: center !important;
}

.aon-med-srv-cat-section ul li {
  border-left: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  width: 33%;
}

.aon-med-sevices-cat {
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
}

.aon-med-sevices-cat .media:after,
.aon-med-sevices-cat2 {
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  -o-transition: 0.5s linear;
}

.aon-med-sevices-cat .media,
.aon-med-sevices-cat2 .media {
  height: 120px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.img-zoom-lens {
  position: absolute;
  border: 1px solid #d4d4d4;
  width: 40px;
  height: 40px;
}

.img-zoom-result {
  border: 1px solid #d4d4d4;
  width: 300px;
  height: 300px;
}

.aon-icon {
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  margin: auto;
}

.aon-med-sevices-cat2.aon-icon-effect .aon-med-serices-cat-info1,
.blink,
.card .card-body .trt__title,
.custom-file,
.details div:first-child,
.flash-message {
  text-transform: uppercase;
}

.aon-med-sevices-cat .media img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.aon-med-sevices-cat .media:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transition: 0.5s linear;
}

.aon-med-sevices-cat:hover h3 {
  color: #ffa800;
}

.aon-med-sevices-cat:hover {
  background: #284251 !important;
}

.aon-med-sevices-cat h3 {
  font-size: 17px;
}

.aon-icon-effect .aon-icon {
  -webkit-animation: 0.3s forwards toTopFromBottom;
  -moz-animation: 0.3s forwards toTopFromBottom;
  animation: 0.3s forwards toTopFromBottom;
}

@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}

@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}

.aon-med-sevices-cat:hover .media:after,
div#flash-message:hover span#close-button {
  opacity: 1;
}

.aon-med-sevices-cat:hover .aon-med-serices-cat-info a,
.aon-med-sevices-cat:hover .aon-med-serices-cat-info h4 {
  color: #ff8a00;
  font-size: 25px;
}

.aon-med-serices-cat-info a {
  font-size: 25px;
}

.aon-med-sevices-cat.aon-icon-effect {
  height: 100%;
  background-color: #fff;
  border: 1px solid #ffa800;
}

.dtr-testimonial-wrapper {
  font-size: 17px;
  padding: 20px 40px;
  margin: 5px;
  border-radius: 10px;
  min-height: 250px;
}

.dtr-5-stars {
  display: block;
  align-self: flex-start;
}

.dtr-5-stars:after {
  font-family: icomoon;
  content: "\ec0e\ec0e\ec0e\ec0e\ec0e";
  letter-spacing: 2px;
  font-size: 12px;
}

.dtr-testimonial-wrapper img {
  padding: 2px;
  -webkit-box-shadow: 0 0 10px 0 rgb(20 39 82 / 0.1);
  box-shadow: 0 0 10px 0 rgb(20 39 82 / 0.1);
}

.new1 {
  color: #284251 !important;
}

.new2 {
  color: #284251 !important;
}

section#liver-disease {
  background: #e5efef;
}

.aon-med-srv-cat-section ul {
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.aon-med-sevices-cat2 {
  padding: 20px;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  box-shadow: rgb(149 157 165 / 0.2) 0 8px 28px;
  transition: 0.5s linear;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.aon-med-sevices-cat2 .aon_btn,
.clinics .icon-box:hover .icon,
.doctors {
  background: #fff;
}

.aon_btn {
  border: 2px solid #284251;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
}

.aon-med-sevices-cat2 .media img {
  border-radius: 50%;
  width: 100%;
  max-width: 60%;
  height: auto;
}

.aon-med-sevices-cat2 .media:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
  opacity: 1;
}

.aon-med-serices-cat-info1 {
  color: #424444 !important;
}

.aon-med-serices-cat-info1 h3 {
  color: white;
  font-size: 18px;
}

.aon-med-sevices-cat2 {
  background-color: #284251;
  color: #050505;
  box-shadow: 10px 10px 0 0 rgb(0 0 0 / 0.1);
}

.aon-med-sevices-cat2 .aon-med-serices-cat-info1 a,
.aon-med-sevices-cat2 .aon-med-serices-cat-info1 h3 {
  color: #ffffff;
}

.aon-med-sevices-cat2.aon-icon-effect {
  height: 100%;
}

.page-menu {
  min-height: 30vh;
  background-color: #009587;
  display: flex;
  align-items: center;
}

.menu-text {
  color: #fff;
  font-weight: 900;
}

.counts {
  background: #fff;
  padding: 70px 0 60px;
}

.counts .count-box {
  padding: 30px 30px 25px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #284251;
  border-radius: 5px;
}

.counts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  background: #284251;
  color: #fff;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 3px solid;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #ff8a00;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}

.clinics .icon-box {
  text-align: center;
  box-shadow: rgb(100 100 111 / 0.2) 0 7px 29px 0;
  background-color: #fff;
  padding: 17px 0;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
  margin-bottom: 10px;
}

.clinics .icon-box .icon {
  margin: 0 auto 20px;
  height: 44px;
  background: #284251;
  border-radius: 5px;
  transition: 0.3s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  position: relative;
  z-index: 2;
}

.clinics .icon-box .icon i {
  color: #fff;
  font-size: 22px;
  animation: 1.5s linear infinite animate;
  transition: 0.3s ease-in-out;
}

.clinics .icon-box .icon::before {
  position: absolute;
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: rgb(25 119 204 / 11%);
  border-radius: 5px;
  transition: 0.3s ease-out;
  transform: translateZ(-1px);
  z-index: -1;
}

.clinics .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.clinics .icon-box h4 a {
  color: #284251;
}

.clinics .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.clinics .icon-box:hover .icon::before {
  background: rgb(255 255 255 / 0.3);
}

.clinic-visit-btn {
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #284251;
  color: #ff8a00;
  font-weight: 700;
  font-size: 11px;
}

.clinics .icon-box:hover .clinic-visit-btn {
  border: 1px solid #fff;
  background-color: #fff;
  color: #ff8a00;
  font-weight: 700;
}

.clinic-visit-btn:hover {
  padding: 5px 0;
  border-radius: 5px;
  border: 1px solid #284251;
  background-color: #284251;
}

.appointment .php-email-form .form-group,
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.appointment .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px;
  font-weight: 400;
  font-size: 13px;
}

.appointment .php-email-form .error-message,
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.appointment .php-email-form .error-message br + br,
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.appointment .php-email-form .sent-message,
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.appointment .php-email-form .loading,
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.appointment .php-email-form .loading:before,
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: 1s linear infinite animate-loading;
}

.appointment .php-email-form input,
.appointment .php-email-form select,
.appointment .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px !important;
}

.appointment .php-email-form input:focus,
.appointment .php-email-form select:focus,
.appointment .php-email-form textarea:focus {
  border-color: #284251;
}

.appointment .php-email-form input,
.appointment .php-email-form select,
.contact .php-email-form input {
  height: 44px;
}

.appointment .php-email-form textarea,
.contact .php-email-form textarea {
  padding: 10px 12px;
}

.appointment .php-email-form button[type="submit"] {
  background: #284251;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.appointment .php-email-form button[type="submit"]:hover {
  background: #1c84e3;
}

.departments,
.member2,
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.departments .nav-tabs {
  border: 0;
}

.departments .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #284251;
  border-radius: 0;
  border-right: 2px solid #ebf1f6;
  font-weight: 600;
  font-size: 15px;
}

.departments .tab-pane.active {
  animation: 0.5s ease-out fadeIn;
}

.departments .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #284251;
}

.departments .details p {
  color: #777;
}

.doctors .member:hover img,
.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

.doctors .member .member-info {
  padding-left: 30px;
  padding-top: 25px;
}

.doctors .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #284251;
}

.doctors .member span,
.faq .faq-list a {
  display: block;
  position: relative;
  font-weight: 500;
}

.doctors .member span {
  font-size: 15px;
  padding-bottom: 10px;
}

.doctors .member span::after {
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b2c8dd;
  bottom: 0;
  left: 0;
}

.doctors .member p {
  margin: 10px 0 0;
  font-size: 14px;
}

.doctors .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.doctors .member .social a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #a0bcd5;
}

#footer .footer-top,
.contact .info i,
.contact .php-email-form button[type="submit"]:hover,
.doctors .member .social a:hover,
.faq .faq-list li {
  background: #284251;
}

.doctors .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}

.doctors .member .social a + a {
  margin-left: 8px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
  width: 100%;
}

.faq .faq-list li + li,
.phone-number {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 6px 10px;
  color: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  color: #ffffff !important;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 24px;
  outline: 0;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #ff8a00;
}

.faq .faq-list .icon-close,
.faq .faq-list .icon-show {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0;
}

.faq .faq-list .icon-show,
.faq .faq-list a.collapsed .icon-close,
.mobile-only111,
.social-link a span,
.social-links a span,
.video-content .about-trainer-img {
  display: none;
}

.faq .faq-list a.collapsed:hover {
  color: wheat;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

@media (max-width: 1200px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    /* display: none; */
  }

  .faq .faq-list {
    padding: 0;
  }
}

#test {
  background-color: #f3f3f3;
}

.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonial-item,
.testimonials .testimonial-item2 {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  position: relative;
  background: #fff;
  font-weight: 400;
}

.testimonials .testimonial-item {
  min-height: 250px !important;
  box-shadow: rgb(100 100 111 / 0.2) 0 7px 29px 0;
  border-radius: 5px;
}

.testimonials .testimonial-item2 {
  box-shadow: rgb(50 50 93 / 0.25) 0 30px 60px -12px inset,
    rgb(0 0 0 / 0.3) 0 18px 36px -18px inset;
  border: 3px solid #284251;
  border-radius: 5px;
  min-height: auto;
}

.testimonials .testimonial-item .testimonial-img {
  border-radius: 50px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
  max-width: 18%;
  height: auto;
}

.testimonials .testimonial-item2 .stepno {
  width: 89px;
  border-radius: 5px;
  border: 3px solid #284251;
  position: absolute;
  left: -55px;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  background: #fff;
  padding: 5px 10px;
  color: #f48a0a;
}

.testimonials .testimonial-item h3,
.testimonials .testimonial-item2 h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0 5px;
  color: #111;
}

.testimonials .testimonial-item h4,
.testimonials .testimonial-item2 h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #badaf7;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p,
.testimonials .testimonial-item2 p {
  font-style: italic;
  margin: 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #284251;
}

.btn.btn-secondary:hover,
.testimonials .swiper-pagination .swiper-pagination-bullet-active,
a.btn.btn-dark.btn-theme-colored {
  background-color: #284251;
}

section#gallery {
  background: #d9e7e3b5;
}

.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.gallery .gallery-item img {
  transition: 0.4s ease-in-out;
}

.contact .info,
.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
}

.contact .info h3 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #284251;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 17px;
  color: #181818;
}

.benefits ul li::before,
.requirements ul li::before,
.responsibilites ul li::before,
span.icon.icon-sm {
  margin: 1px 15px 0 0;
  color: #ff8a00;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border: 2px solid #ff8a00;
}

.contact .php-email-form button[type="submit"] {
  background: #284251;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

#footer {
  color: #fff;
  font-size: 14px;
  background: #dbe9e5;
}

#footer .footer-top {
  padding: 15px 0;
  box-shadow: 0 2px 15px rgb(25 119 204 / 0.1);
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px;
  padding: 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .social-links a {
  font-size: 21px;
  display: inline-block;
  background: #ffebc1;
  color: #284251;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #fff;
  color: #284251;
}

.foot-bar {
  background-color: #ffebc1;
  color: #284251;
}

.col-lg-4.hospital-time {
  border-radius: 5px;
  display: flex;
  align-items: center;
}

.about-hospital {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

span.new3 {
  color: #ff8a00;
  line-height: 60px;
}

.head-line {
  background-color: #284251;
  padding: 10px 0 5px;
  margin-bottom: 5px;
  color: #fff;
  font-weight: 700;
}

.member2 {
  position: relative;
  box-shadow: 0 2px 15px rgb(44 100 91 / 0.328);
  border-radius: 10px;
  border: 1px solid orange;
  transition: 0.5s linear;
}

.card_images img,
.flippable {
  transition: transform 0.5s;
}

.bg-success {
  background-color: #284251 !important;
}

.text-success {
  color: #ffddb6 !important;
}

.btn-outline-secondary {
  border: none;
  border-radius: 5px;
  background-color: #436b62;
  color: #fff;
}

.card,
.member2.d-flex.align-items-start:hover .video-btn::before {
  background: 0 0;
}

.btn-outline-secondary:hover {
  background-color: #fcc78b !important;
  color: #284251;
  font-weight: 600;
}

.btn-close,
.calories-box:hover > a,
.card > .card-body,
.navbar .dropdown ul li:hover > a {
  color: #fff !important;
}

#aboutkidney {
  background-color: #edf5f5;
}

.card .card-body {
  height: 100%;
  border: 1px solid #ffffff00;
  margin: 0;
  padding: 10px 5px;
  cursor: pointer;
  text-align: center;
}

.card .card-body .trt__img {
  overflow: hidden;
  margin: auto;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px !important;
}

.card .card-body .trt__title {
  padding-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  text-align: center;
  color: #fff;
  font-weight: 500;
}

.card > .card-body {
  background: #284251;
  padding: 10px 15px;
  border-radius: 5px;
  min-height: 200px;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center !important;
  transition: 0.5s;
  text-align: left;
}

.career h2,
.video-btn::before {
  transition: 0.4s;
}

.card > .card-body > h4.trt__title {
  font-size: 1rem !important;
}

button.btn.btn-sm.text-warning.mt-2 {
  color: #fff !important;
  margin-top: 1rem !important;
  border: 1px solid #098c70 !important;
  border-radius: 0;
  margin-bottom: 0 !important;
}

.card {
  min-height: 175px;
  height: 100%;
  border: none !important;
}

.card:hover > .card-body button.btn.btn-sm.text-warning.mt-2 {
  background-color: #ffa800 !important;
  color: #1f1f1f !important;
  font-weight: 500;
  border: 1px solid #1f1f1f !important;
}

img.header-icon {
  max-width: 16px;
}

.header-btn .sec-btn:hover img.header-icon {
  filter: brightness(0) invert(1);
}

button.toggle-button a {
  color: #0e5041;
  font-weight: 500;
}

.p-2.text-monospace {
  text-align: start !important;
}

#aboutCancer {
  background-color: beige;
}

p.Eq-head-line {
  padding-top: 10px;
  font-size: 19px;
  font-weight: 600;
}

.card-header,
.error-message,
.opnhr,
.writen h3 {
  font-weight: 700;
}

.eq-out {
  text-align: center;
  border-radius: 5px;
}

.rounded-3 {
  background-color: #ffa800;
}

.Eq-head-line {
  font-size: 5em;
  color: #284251;
  text-align: center;
  animation: 1.5s linear infinite animate;
}

@keyframes blinker {
  0% {
    opacity: 0.5;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.7;
  }
}

.subheadingaa {
  padding-top: 20px;
}

.modal-content {
  background-color: #052820 !important;
  color: #fff !important;
  box-shadow: 3px 2px 13px -2px #000000b5;
}

.form-control:focus {
  border-color: #28425173 !important;
  box-shadow: 0 0 0 0.25rem #e5e5e5 !important;
}

.tint-time {
  background-color: #003131;
}

.opnhr {
  color: #fff;
  font-size: 22px;
}

@media (max-width: 992px) {
  .testimonials .testimonial-item .testimonial-img {
    max-width: 12% !important;
  }

  .breadcrumbs {
    margin-top: 0;
  }

  .departments .nav-link {
    border: 0;
    padding: 15px;
  }

  .departments .nav-link.active {
    color: #fff;
    background: #284251;
  }

  .col-12.col-md-5.text-center.element1.about-img {
    padding-top: 30px;
  }

  .col-lg-4.col-md-6.footer-contact {
    text-align: center;
  }
}

.btn-primary:hover,
li.list-group-item:hover {
  background-color: orange !important;
}

li.list-group-item {
  background-color: #fff;
}

li.dropdown ul.list-group li.list-group-item {
  border-bottom: 1px solid #f9f9f9;
  padding-top: 5px;
  padding-bottom: 5px;
}

.col-lg-9.d-flex.align-items-center {
  box-shadow: rgb(136 191 179 / 48%) 6px 2px 16px 0,
    rgb(255 255 255 / 0.8) -6px -2px 16px 0;
  margin-top: 10px;
}

.card-header {
  background: #ff8a0063;
}

@media (max-width: 652px) {
  .col-lg-2.col-md-4.col-sm-6.mb-3 {
    width: 50%;
  }

  .d-flex.d-drop {
    flex-direction: column;
  }

  #topbar .contact-info a {
    font-size: 14px !important;
  }

  .faq .faq-list .icon-close,
  .faq .faq-list .icon-show {
    font-size: 24px;
    position: absolute;
    right: -7px;
    top: 0;
  }
}

@media (max-width: 352px) {
  #topbar .contact-info a {
    font-size: 13px;
  }
}

.fcf {
  border: 2px solid #ff8a00;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  pointer-events: visible;
  cursor: no-drop;
}

#login_btn,
.btn:not(:disabled):not(.disabled),
.close-button,
.member2.d-flex.align-items-start,
.phone-number a,
a.page-link {
  cursor: pointer;
}

.error-message {
  font-size: 14px;
  text-align: center;
  margin: 0;
  color: #ff8a49;
  padding: 10px 0;
}

#popup span.iti__country-name,
.blink {
  color: #000;
}

img.key-feature-img {
  width: 180px;
  height: 180px;
  padding: 5px;
}

.card-body.key-feature:hover {
  filter: drop-shadow(2px 4px 6px black);
  background: #284251;
}

.card-body.key-feature {
  background: #284251;
}

.card-title.feature-tile.mt-4 {
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgb(0 0 0 / 0.2);
  background-color: #fff;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  width: 382px !important;
}

.video-btn a {
  background: #cd201f !important;
  outline: #ffffff2e solid 8px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  margin: auto;
  bottom: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  outline: #ffffff2e solid 8px;
  -webkit-animation: 2s infinite pulse;
  animation: 2s infinite pulse;
}

.phone-number h6,
section#categories-3 ul li.cat-item.cat-item-140 {
  margin-bottom: 5px;
}

.logo-container > div,
.social-link i,
li.translater-g {
  margin-left: 10px;
}

.faq .faq-list li a h3,
.writen h3 {
  font-size: 18px;
}

.fa-play:before {
  content: "\f04b";
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 45px #fff0;
  }

  to {
    -webkit-box-shadow: 0 0 0 0 #fff0;
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgb(255 255 255 / 0.4);
  }

  70% {
    box-shadow: 0 0 0 45px #fff0;
  }

  to {
    box-shadow: 0 0 0 0 #fff0;
  }
}

.topbarflex {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.topbarflex-no-column {
  display: flex;
  flex-direction: column;
  text-align: start;
}

.blink {
  animation: 1.5s linear infinite blinker;
  margin-left: 20px;
  background-color: orange;
  border-radius: 10px;
  padding: 0 7px;
  font-weight: 900;
  text-align: center;
}

.faq-design {
  margin: 0;
}

.container.banner-container .col-md-4.p-3.rounded-3.bg-light {
  margin-top: 5rem;
  margin-bottom: 3rem;
}

.faq-list,
.faq.section-bg.home-faq .faq-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.faq.section-bg.home-faq .faq-list > ul.d-flex.flex-column,
ul.d-flex.flex-column {
  min-width: 49.5%;
  max-width: 49.5%;
}

.col-lg-12.faq-design {
  margin-bottom: 9px;
}

.aon-med-sevices-cat2.aon-icon-effect:hover {
  background-color: #284251;
}

.aon-med-sevices-cat2.aon-icon-effect:hover .aon-med-serices-cat-info1 h3 {
  color: #00231b;
}

@media (max-width: 1400px) {
  .mmbold {
    font-weight: 900;
    font-size: 50px;
    color: orange;
  }
}

@media (max-height: 600px) {
  #hero2 {
    height: auto;
  }

  .clinic-visit-btn {
    font-size: x-small;
  }
}

.faq .faq-list li a {
  padding-right: 20px;
}

nav#navbar li.dropdown {
  max-width: 90%;
}

.social-link i {
  margin-right: 10px;
}

.step {
  width: 35px;
  height: 45px;
  font-size: 1.8rem;
  display: block;
  position: absolute;
  padding: 0;
  margin: -20px 0 0 -20px;
  font-weight: 600;
  line-height: 35px;
  color: #284251;
  z-index: 5;
}

.custom-file,
.media {
  display: flex;
}

.services-process .step::after,
.step::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 60px 0 0;
  border-color: #dbe9e5 #fff0 #fff0;
  z-index: -1;
}

.services-process__item {
  border-radius: 4px;
  border: 2px solid #b7b7b7;
  padding: 18px;
  background-color: #fff;
}

.crd-img img {
  min-width: 100%;
}

.info {
  background: #dbe9e5;
  height: auto;
}

.writen h3 {
  color: #2f2f2f;
  padding: 25px 15px 0;
}

.card1.my-1.mx-1.p-3.border.rounded {
  padding: 0.3rem;
  background: #fff;
}

.col-md-4.aos-init.aos-animate {
  align-items: stretch;
  display: flex;
}

.sy_card {
  padding: 10px 20px;
  border: 2px solid #8080804a;
  border-radius: 5px;
  background: #284251;
  margin-bottom: 20px;
}

.card_content {
  font-weight: 600;
  padding-top: 10px;
  color: #fff;
}

.card_images img {
  padding: 3px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #fff;
  max-width: 150px;
  transform-style: preserve-3d;
}

.sy_card:hover .card_images {
  transform: rotateY(180deg);
}

.sy_card:not(:hover) .card_images {
  transform: rotateY(0);
}

.inner_nav_active {
  border: 1px solid orange;
  padding: 5px 8px;
  border-radius: 5px;
}

.btn-primary,
.btn-secondary {
  color: #fff;
  padding: 6px 25px;
  box-shadow: 3px 2px 6px -1px #000000a3;
  transition: 0.4s;
}

.blink .a-link,
.custom-file,
input#passkey,
input#phone2 {
  color: #000 !important;
}

@media (max-width: 400px) {
  #hero h1 {
    font-size: 60px;
  }

  .icons {
    margin-top: 20px;
  }
}

@media (max-width: 350px) {
  #hero h1,
  #hero2 h1 {
    line-height: 50px;
  }

  #hero h1,
  #hero2 h1,
  #hero3 h1,
  .mdbold,
  .mmbold {
    font-size: 40px;
  }

  li.translater-g {
    display: none !important;
  }

  #header {
    top: 70px !important;
  }

  p {
    font-size: 14px;
  }

  h2.heading-txt {
    font-size: 1.5rem !important;
    font-weight: 900 !important;
  }

  .sdbold {
    font-weight: 700;
    padding: 15px;
    margin-top: 40px;
    font-size: 24px;
  }

  img.key-feature-img {
    width: 75px;
    border-radius: 50%;
    height: 75px;
  }

  .card-title.feature-tile.mt-4 {
    font-weight: 800;
    font-size: 0.8rem;
  }

  .element1.about-img {
    padding-top: 30px;
  }

  .aon-med-serices-cat-info1 h3 {
    font-weight: 700;
    font-size: 14px;
  }

  .aon-med-sevices-cat2 .media {
    height: 100px;
    width: 100px;
  }

  .aon-med-sevices-cat2 .media:after {
    width: 80px;
    height: 80px;
  }

  .aon-med-sevices-cat2 .media img {
    height: 50px;
  }

  .faq .faq-list a,
  .why-us .icon-boxes .icon-box h4 {
    font-size: 13px;
  }

  .clinics .icon-box .icon i {
    font-size: 16px;
  }

  .clinics .icon-box .icon {
    height: 30px;
    margin-bottom: 15px;
    width: 90%;
  }

  .clinic-visit-btn {
    font-size: 10px;
  }

  .clinics .icon-box > img {
    width: 60%;
  }

  .navbar-mobile .dropdown ul {
    width: 95%;
  }

  .d-lg-flex.social-link.align-items-center.pt-3 {
    width: 100%;
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }

  .back-to-top {
    right: 15px;
    left: auto;
  }

  .aon_btn {
    font-size: 18px;
  }

  .aon-med-serices-cat-info1 p {
    font-size: 11px !important;
  }

  button.btn.btn-sm.text-warning.mt-2 {
    font-size: 11px;
    font-weight: 700;
  }

  .sbold {
    font-weight: 700;
    padding: 20px;
    margin-top: 0;
    font-size: 30px;
  }

  .info {
    height: auto;
  }

  #hero3 h1 {
    line-height: 49px;
  }
}

.blink .a-link {
  font-size: 16px !important;
}

.phone-number h6 {
  padding: 0;
  font-size: 13px;
  font-weight: 600;
  color: #284251;
}

.phone-number a {
  padding: 0 0 0 20px;
  margin-bottom: 0;
  font-size: 16px;
  color: #181818;
}

.d-lg-flex.social-link.align-items-center.justify-unset.pt-3 {
  margin-top: 15px !important;
}

div#hero2 img {
  padding: 50px;
}

h1.display-2.font-weight-extreme.mb-4 {
  font-weight: 800;
}

.overlay-brd {
  z-index: 20;
}

.btn-primary {
  background-color: #284251 !important;
  border: 1px solid #fff !important;
  border-radius: 3px !important;
}

.btn-secondary {
  background-color: orange;
  border: 1px solid #fff !important;
  border-radius: 3px !important;
}

.career h2 {
  color: orange;
  font-weight: 700;
}

.career h2:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 60px;
  background-color: #284251;
  bottom: -10px;
  border-radius: 100px !important;
  transition: 0.5s;
}

.career h2:hover:before {
  width: 160px !important;
}

.card.shadow-soft form .form-group,
.widget-area {
  text-align: left !important;
}

.form-control,
span.input-group-text {
  border-radius: 0 !important;
}

.custom-file {
  padding: 4px 10px;
  background: #fff;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}

.box {
  margin-bottom: 30px;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0 0 30px 0 rgb(82 63 105 / 0.05);
  box-shadow: 0 0 30px 0 rgb(82 63 105 / 0.05);
}

.theme-primary .text-primary {
  color: #2196f3 !important;
}

.box.box-body img {
  max-width: 30px;
}

.box.box-body .d-flex.align-items-center.mb-30 {
  padding: 10px;
}

.details {
  width: 100%;
  display: flex;
  padding: 0 0 0 30px;
  flex-direction: column;
}

.details div:first-child {
  font-weight: 800 !important;
  color: #ff8a00;
}

.box.box-body {
  padding: 30px 10px;
  margin-bottom: 0 !important;
}

.mdbold {
  font-weight: 900;
  font-size: 75px;
  color: orange;
}

.stretched-link::after {
  z-index: -1;
}

.modal-dialog {
  margin-top: 10%;
}

button.btn-close {
  color: #fff !important;
  background-color: #fff !important;
}

.mr-3.animate-up-2 {
  border-radius: 4px;
  border: 1px solid #fff !important;
  box-shadow: 3px 2px 6px -1px #000000a3;
  padding-right: 30px;
  padding-left: 30px;
}

.benefits ul,
.requirements ul,
.responsibilites ul {
  padding-left: 0;
  list-style: none;
}

.benefits ul li,
.requirements ul li,
.responsibilites ul li {
  display: flex;
  justify-content: left;
  align-items: center;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

#footer2 .row-inner,
li.translater-g {
  justify-content: center;
  display: flex;
}

.benefits ul li p,
.requirements ul li p,
.responsibilites ul li p {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 300 !important;
}

.requirements ul li::before {
  content: "\f270";
  font-size: 1.25rem;
  display: inline-block;
}

.responsibilites ul li::before {
  content: "\f133";
  font-size: 1.25rem;
  display: inline-block;
}

.benefits ul li::before {
  content: "\f4f9";
  font-size: 1.25rem;
  display: inline-block;
}

#footer2 .row-inner {
  align-items: center;
  padding: 20px;
}

#footer2 img {
  max-width: 65px;
  height: auto;
}

@media (min-width: 1000px) {
  .mdbold {
    font-weight: 900;
    font-size: 43px;
    color: orange;
  }
}

@media (max-width: 500px) {
  #hero {
    background: #284251;
  }
}

.form-control:focus {
  border-color: #dee2e6 !important;
  box-shadow: none !important;
}

.enquiry_counter {
  width: 100px;
  color: #284251;
  height: 100px;
  background: #e3e3e3;
  border-radius: 50%;
  font-size: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.allmodals .modal-dialog {
  max-width: 835px !important;
  position: relative;
  transform: translate(0, 15%) !important;
}

.allmodals .btn-close {
  top: -10px;
  right: -10px;
  background: #f9f9f9;
  border-radius: 100px;
  position: absolute;
  opacity: 1;
  color: #fff;
  width: 30px;
  height: 30px;
  font-weight: 100;
  z-index: 11;
}

.fa-play:before,
.teacher__bio.pb-3 h2 {
  font-weight: 900;
}

.fa-play:before {
  content: "\f04b";
  font-family: "Font Awesome 5 Free";
}

.allmodals span {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 0.8;
  color: #052820;
  opacity: 1;
}

.video-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000069;
  top: 0;
  left: 0;
  z-index: 1;
}

.member2.d-flex.align-items-start .img-fluid {
  transition: 0.5s;
  cursor: pointer;
}

.member2.d-flex.align-items-start:hover .img-fluid {
  transform: scale(1.2);
}

body,
html {
  overflow-x: hidden;
}

.blog__wrapper {
  padding: 10px;
  width: 100% !important;
  height: 100% !important;
  margin: 5px;
  box-shadow: rgb(100 100 111 / 0.2) 0 7px 29px 0;
}

.blog__item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog__thumb.w-img.fix {
  width: 100%;
  height: fit-content;
}

.blog__thumb img {
  background-size: cover;
  width: 100%;
}

.blog__content {
  padding: 10px;
  background: #f4f4f4;
}

.blog__title {
  font-size: 20px;
  font-weight: 700;
}

.blog__author-info a,
.doctors-card > .col-lg-12.d-flex.align-items-center .member-info p {
  font-size: 15px;
}

h1.blogs-title {
  line-height: 50px !important;
  font-size: 40px !important;
}

.teacher__bio.pb-3 h2,
.teacher__bio.pb-3 h3,
.teacher__bio.pb-3 h4 {
  margin: 20px 0;
  line-height: 25px;
}

section#categories-3,
section#tag_cloud-1 {
  max-height: 400px;
  overflow: auto;
  scroll-behavior: smooth;
}

.widget-area > .widget {
  background-color: #fff;
  margin-bottom: 35px;
  padding: 20px 23px 25px;
  border: 1px solid #e2e2e2;
}

.widget-area > .widget .widget-title {
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #373737;
  line-height: 25px;
}

.widget-area > .widget > :last-child {
  margin-bottom: 0 !important;
}

.widget-area > .widget.widget_categories ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 0;
}

.widget-area > .widget.widget_categories ul li a {
  color: #3c3c3c;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}

section#categories-3 ul {
  padding-left: 13px !important;
}

section#tag_cloud-1 ul {
  padding-left: 10px;
}

section#tag_cloud-1 ul li a {
  text-transform: capitalize;
  display: block;
  font-size: 14px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #284251;
  border-color: #284251;
  color: #fff;
}

.pagination > li > a,
.pagination > li > span {
  color: #253e4f;
}

a.page-link {
  pointer-events: visiblefill;
}

.page-link:hover {
  z-index: 2;
  color: #fff;
  background-color: #284251;
  border-color: var(--bs-pagination-hover-border-color);
}

li.page-item.active a {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: #fff;
  text-decoration: none;
  background-color: #284251;
  border: var(--bs-pagination-border-width) solid
    var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

header#header li {
  list-style: none !important;
}

li.translater-g {
  align-items: center;
}

li.translater-g div#google_translate_element {
  height: 43px !important;
}

.close-button {
  position: fixed;
  top: -23px;
  right: -29px;
  font-size: 20px;
  font-weight: 300;
  opacity: 0;
  transition: 0.4s;
  background-color: red;
  color: #fff;
  padding: 0;
  border-radius: 3px;
  z-index: -4;
  border: 1px solid #fff;
  height: 27px;
  width: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1px;
}

.flash-backdrop,
.flash-message {
  position: fixed;
  background-color: #fff;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1340px;
  }
}

/*div#hero,*/
/*div#hero2,*/
/*section#hero2,*/
/*section#hero3 {*/
/*    margin-top: 100px*/
/*}*/

div#popup button.closeModal {
  padding: 2px 9px;
  font-size: 30px;
  border: none;
  color: #183a1d;
  position: absolute;
  right: 0;
  top: 0;
  margin: 10px 5px 0 0;
}

div#popup form.contactFormNo span#country {
  display: inline-flex;
  padding: 6px 12px;
  font-size: 16px;
  border-radius: 2px 0 0 2px;
  color: #383838;
}

div#popup form.contactFormNo input#phone2 {
  height: max-content;
  padding-bottom: 9px;
  width: 100%;
}

div#popup {
  background-color: #183a1d !important;
  max-width: 380px;
  padding-top: 30px;
}

div#popup button.closeModal + p {
  margin-bottom: 1rem;
}

#popup {
  background-color: #131a21;
  width: 420px !important;
  max-width: 800px;
  padding-top: 25px;
}

p.PhoneSubHeading {
  font-size: 18px;
  color: #fff !important;
  padding-top: 10px;
}

#popup span.subhead {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
  display: block;
}

h2.Phoneheading {
  font-size: 25px;
  border-bottom: 1px solid #ffffff12;
  padding-bottom: 10px;
  color: #fff !important;
  line-height: 1.2;
  text-transform: none;
}

button#btnSubmitNo {
  width: min-content;
  margin: 0 auto;
  padding: 8px 10px;
}

@media only screen and (max-width: 992px) {
  #hero .container,
  #hero3 .container {
    padding-bottom: 0;
  }

  div#hero {
    /* margin-top: 100px; */
  }
}

@media only screen and (min-width: 1367px) {
  #hero {
    height: auto !important;
  }
}

.panchkarma-cards {
  width: 20% !important;
}

@media only screen and (max-width: 480px) {
  div#enquiry,
  img.key-feature-img {
    width: 120px;
    height: 120px;
  }
  section#welcom .row {
    width: 100% !important;
  }
  p.card-title.feature-tile.mt-4.insurance-head {
    font-size: 18px;
    font-weight: 900;
  }
  .card-title.feature-tile.mt-4 {
    font-weight: 600;
    font-size: 14px;
  }
  .why-us .content {
    padding: 30px;
    background: #284251;
  }

  .lady-doc {
    width: 250px;
  }

  .pad {
    padding: 20px !important;
  }

  section#hero3 {
    margin-top: 25px;
  }

  h2.heading-txt {
    margin-bottom: 0.3rem !important;
    font-size: 22px !important;
  }

  .card-title.feature-tile.mt-4 {
    font-weight: 600;
    font-size: 16px;
  }

  .card > .card-body {
    padding: 0 12px;
  }

  .enquiry_counter {
    font-size: 30px !important;
  }

  .splashPage {
    text-align: center !important;
  }

  #hero h1 {
    line-height: 50px !important;
  }

  section.py-5 {
    margin-top: 0 !important;
    padding-top: 10px !important;
  }

  section {
    padding: 40px 0 !important;
  }

  .mfbold,
  .mmbold {
    font-size: 40px !important;
  }

  #header .logo img {
    max-width: 60%;
    height: auto;
  }

  .faq-list,
  .faq.section-bg.home-faq .faq-list {
    flex-direction: column !important;
  }

  .faq.section-bg.home-faq .faq-list > ul.d-flex.flex-column,
  ul.d-flex.flex-column {
    min-width: 100% !important;
    max-width: 100% !important;
  }

  .panchkarma-cards {
    width: 100% !important;
  }

  .phone-number {
    flex: 0 0 43% !important;
  }

  div#popup {
    background-color: #183a1d !important;
    max-width: 280px;
    padding-top: 45px;
  }

  #hero .bold,
  h2.Phoneheading {
    font-size: 18px;
  }

  div#popup button.closeModal {
    padding: 0 9px;
    font-size: 25px;
    border: none;
    color: #183a1d;
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px 5px 0 0;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;
  }

  div#popup form.contactFormNo .form-group.ss {
    display: inline-flex;
    width: 100%;
    justify-content: center;
  }

  div#popup form.contactFormNo span#country {
    display: inline-flex;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 2px 0 0 2px;
    height: 40px;
    width: 21% !important;
  }

  div#popup form.contactFormNo input#phone2 {
    display: inline-flex;
    height: max-content;
    padding-bottom: 8px;
    width: 100%;
  }

  #topbar .contact-info a.a-link {
    font-size: 13px !important;
  }

  #topbar .contact-info a {
    font-size: 15px !important;
  }

  #topbar {
    height: 50px;
  }

  #topbar .container.d-flex.justify-content-between {
    justify-content: center !important;
  }

  h1.mbold {
    margin-top: 2rem !important;
  }

  #hero h1,
  .mdbold {
    font-size: 26px;
    line-height: 61px;
    font-weight: 600;
  }

  .sdbold {
    margin-top: 5px;
  }

  .why-us .icon-boxes .icon-box h3 {
    font-size: 20px !important;
  }

  #hero .sdbold {
    font-size: 20px;
  }

  .container.banner-container .col-md-4.p-3.rounded-3.bg-light {
    margin-top: 0;
  }

  .form-control {
    font-size: 0.8rem !important;
  }

  .main_heading {
    color: #fff !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    margin-top: 30px !important;
  }

  p.Eq-head-line {
    font-size: 17px !important;
  }

  .form_cta {
    font-size: 17px;
    padding-top: 13px;
    font-weight: 600;
  }
}

@media only screen and (max-width: 375px) {
  li.translater-g {
    display: block !important;
    margin-right: 12px;
  }

  .col-xs-12 {
    width: 100%;
  }

  h2.heading-txt {
    line-height: 40px !important;
  }

  .lady-doc {
    width: 250px;
  }

  .pad {
    padding: 20px !important;
  }

  .goog-te-gadget .goog-te-combo {
    padding: 8px 0 !important;
  }

  .join-us {
    width: 183px !important;
  }

  .appointment-btn {
    padding: 6px 3px !important;
  }

  .phone-number {
    flex: 0 0 45% !important;
  }

  #topbar .contact-info a {
    font-size: 15px !important;
  }

  #topbar {
    height: 60px;
  }

  #hero h1 {
    line-height: 77px;
    font-weight: 800;
  }

  .topbarflex .topbarflex-no-column span.blink {
    margin-left: 5px;
    font-size: 13px !important;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 13px;
    margin-bottom: 5px;
  }

  #topbar .contact-info a.a-link {
    font-size: 8px !important;
    padding: 10px 0;
    line-height: 0;
  }

  .why-us .icon-boxes .icon-box h3 {
    font-family: ui-monospace;
    font-size: 17px !important;
  }

  span.new3 {
    color: #ff8a00;
    line-height: 50px;
  }

  .icons {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1366px) {
  .phone-number h6 {
    padding: 0;
    font-size: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .phone-number h6 {
    padding: 0;
    font-size: 12px;
  }
}

@media only screen and (max-width: 320px) {
  #hero h1,
  .mdbold {
    font-size: 40px;
  }

  .lady-doc {
    width: 250px;
  }

  h2.heading-txt {
    line-height: 40px !important;
  }

  .icons {
    margin-top: 20px;
  }

  .pad {
    padding: 20px !important;
  }

  .mbold {
    margin-top: 3rem !important;
  }

  .whatsapp-gif {
    width: 35%;
    padding-right: 30px;
  }

  span.new3 {
    color: #ff8a00;
    line-height: 50px;
  }

  .col-xs-12 {
    width: 100%;
  }

  .lady-doc img {
    width: 250px;
  }
}

#login_btn {
  position: fixed;
  right: 20px;
  bottom: 0;
  opacity: 1;
  z-index: 9999;
  animation: 2s infinite bounce;
  -webkit-animation: 2s infinite bounce;
  -moz-animation: 2s infinite bounce;
  -o-animation: 2s infinite bounce;
}

.join-us {
  width: 183px !important;
}

#login_btn a {
  font-size: 50px;
}

.faa-vertical.animated,
.faa-vertical.animated-hover:hover {
  -webkit-animation: 2s infinite vertical;
  animation: 2s infinite vertical;
}

@keyframes vertical {
  0%,
  16%,
  8% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }

  12%,
  20%,
  4% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }

  100%,
  22% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

span.parent-linking a.inline-linking {
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  font-weight: 500 !important;
}

i.bi.bi-play-circle-fill {
  font-size: 30px;
  line-height: 2.3;
}

.flash-message {
  box-shadow: 0 0 11px -3px #131a21;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: red;
  padding: 10px 20px;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.5s;
  animation: 1s forwards slideIn, 1s infinite blink;
  z-index: 8;
  display: none;
  box-shadow: 0 0 11px -3px #212121;
  font-weight: 700;
  text-align: center;
  border: 1px solid red;
  margin-bottom: 5%;
}

@keyframes slideIn {
  from {
    bottom: -100px;
    opacity: 0;
  }

  to {
    bottom: 20px;
    opacity: 1;
  }
}

@keyframes blink {
  0%,
  100% {
    color: #bf1212;
  }

  50% {
    color: #6f0000;
  }
}

.flash-backdrop {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 100vh;
  min-width: 100vw;
  z-index: 7;
  overflow: hidden !important;
}

#iframeContainer iframe,
#iframeContainer1 iframe,
#iframeContainer2 iframe,
#iframeContainer3 iframe,
#iframeContainer4 iframe,
#iframeContainer5 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.inputType {
  z-index: 999;
  position: absolute;
  width: 15%;
  margin: 0 auto;
  background: #fff0;
  border: 1px solid #f5f5f5;
  box-shadow: none;
  bottom: 2%;
  left: 45%;
}

.inputType input[type="text"] {
  background: #fff0 !important;
  box-shadow: none;
  position: relative;
  display: block;
  margin: 0;
  border-width: 0.5px;
  border-style: solid;
  font-weight: 400;
  line-height: 25px !important;
  box-sizing: border-box;
  height: 37px;
  width: 100%;
  border-bottom: 1px solid #fff !important;
  border-right: none !important;
  border-top: none;
  border-left: none;
  color: #fff !important;
  font-size: 14px;
  padding: 5px 13px !important;
  border-radius: 3px !important;
}

.ph-head + img.ms-4,
input#phone2 {
  margin: 0 !important;
}

input#passkey:focus-visible {
  border: none;
  outline: 0;
}

.bg-testi {
  background-color: #f8f9fa !important;
}

.faq-list .faq-design p span {
  background: 0 0 !important;
  color: #fff !important;
}

.doctors-card {
  border-radius: 10px !important;
  overflow: hidden !important;
  height: 100%;
  background-color: #fff !important;
  box-shadow: 0 2px 15px rgb(44 73 100 / 0.08);
}

.doctors .member {
  position: relative;
  padding: 30px;
  border-radius: 10px;
  height: 100%;
}

.member,
.member-info,
.text-center {
  text-align: center !important;
}

.doctors .member .pic {
  overflow: hidden;
  width: 100%;
  border-radius: 50%;
}

.doctors .member .pic img,
.doctors .member .social a,
.member2 .pic img {
  transition: 0.3s ease-in-out;
}

.member-info {
  padding: 5px 25px;
  min-width: fit-content;
}

.doctors-card > .col-lg-12.d-flex.align-items-center .member-info h3 {
  font-size: 20px;
  color: #253e4f;
  font-weight: 700;
}

.doctors-card > .col-lg-12.d-flex.align-items-center .member-info span {
  font-size: 16px;
  margin-bottom: 1rem !important;
  border-bottom: 1px solid #253e4f;
  width: 90%;
  display: block;
  margin: auto;
  padding-bottom: 0.7rem;
}

.logo-container {
  display: flex;
  margin: 13px 0;
  align-items: center;
}

.phone-number i.bi.bi-phone {
  background-color: #284251;
  color: #fff !important;
  padding: 2px 5px;
  border-radius: 50px;
  display: inline;
}

.phone-number i.bi.bi-phone + h6 {
  display: inline;
  text-wrap: nowrap;
}

.phone-number-container.d-flex.justify-content-between .phone-number a {
  margin: 0 !important;
  text-align: center;
  padding-left: 0;
}

.ph-head {
  margin-bottom: 0.3rem;
}

.phone-number {
  margin-right: 0;
  flex: 0 0 25%;
}

.ph-head + img.ms-4 {
  padding: 0 !important;
  width: 20px !important;
}

.phone-number-container.d-flex.justify-content-between {
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.phoneError {
  margin: 14px 0;
}

.full-header-start {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
}

form#contactForm2 input,
form#contactForm2 select,
form#contactForm2 textarea {
  margin: 10px 0;
}

form#contactForm2 {
  background: #284251;
  padding: 15px;
}

input#btnSubmit2 {
  background: orange !important;
}

section#otherLocationSections {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  /*margin-bottom: -48px*/
}

#otherLocations {
  text-align: center;
  padding: 10px 22px;
  border: none;
  border-radius: 10px;
  font-size: 18px;
  margin-bottom: 60px;
}

div#locations .col-lg-3 a,
div#locations .col-lg-4 a {
  background: #284251;
  padding: 8px 10px;
  display: block;
  margin: 5px 0;
  color: #fff;
  text-align: center;
  border-radius: 10px;
}

#loadmore-btn {
  width: fit-content;
  margin: 0 auto;
  border: 1px solid #0a4f40;
  padding: 6px 20px;
  border-radius: 10px;
  font-size: 14px;
  margin-bottom: 20px;
}

.goog-te-gadget .goog-te-combo {
  padding: 8px 22px;
  border-radius: 5px;
  background-color: #284251;
  color: #fff;
}

@media only screen and (max-width: 400px) {
  #hero .bold {
    font-size: 26px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #hero .sdbold {
    font-size: 18px;
  }

  #hero h1,
  .mdbold,
  .sub_heading {
    font-size: 25px;
    line-height: 1;
  }

  .join-us {
    width: 183px !important;
  }

  .col-xs-12 {
    width: 100%;
  }
}

.desktop-only111 {
  display: block;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonials-carousel,
  .testimonials .testimonials-slider {
    overflow: hidden;
  }

  .testimonials .testimonial-item {
    min-height: 350px !important;
    padding: 30px;
    margin: 15px;
  }

  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }

  .mobile-only111 {
    display: block;
  }

  .desktop-only111 {
    display: none;
  }
}

.form_cta {
  font-size: 22px;
  padding-top: 5px;
}

.position-absolute.gif img {
  width: 40%;
  transform: rotate(260deg);
}

.position-absolute.shape2 {
  top: 30%;
  left: 90%;
  width: 100%;
}

.position-absolute.shape2 img {
  width: 22%;
  animation: rotate-move 2.8s linear infinite;
  transform-origin: center;
}

@keyframes rotate-move {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-10px);
  }

  50% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}

.position-absolute.shape3 img {
  width: 55%;
  animation: rotate-move 2.8s linear infinite;
}

.position-absolute.shape3 {
  top: 34px;
  left: -10%;
  transform: rotate(253deg);
}

.position-absolute.shape4 {
  top: 80.5%;
  left: 90%;
  width: 100%;
}

.position-absolute.shape4 img {
  width: 20%;
}

.whatsapp-gif {
  width: 90%;
}

.tt-ele {
  background: #d39a11;
  border-radius: 250px 250px 0 0;
  width: 236px;
  position: relative;
}

.right-sec img {
  width: 250px;
  cursor: auto;
}

h2.heading-txt {
  font-size: 38px !important;
  line-height: 52px;
  font-weight: 600 !important;
}

.whatsapp-gif {
  width: 15%;
  padding-right: 30px;
}

.icons {
  text-align: center;
}

a.btn.btn-danger.btn-lg.align-middle.bounce2.bounce-defaulat:before {
  animation-duration: 2s !important;
}

.bg-minus {
  margin-bottom: -48px;
}

.white-bg {
  background-color: #fff;
}

.join-us {
  width: 210px;
}

.join-section {
  background-color: #114137;
  padding: 20px 0;
}

@media (min-width: 768px) and (max-width: 992px) {
  h2.heading-txt {
    font-size: 29px !important;
    line-height: 26px;
  }
  section#welcom .container,
  section#welcom .row {
    max-width: 100% !important;
    width: 100% !important;
  }
  span.new3 {
    color: #ff8a00;
    line-height: 45px;
  }
}

section.patient-video .row .col-lg-4.col-md-6.col-sm-12.mb-3 {
  cursor: pointer;
}

#hero {
  position: relative;
  z-index: 1;
}
.border-diwali {
  width: 100%;
  position: relative;
  height: 30px;
  z-index: -1;
  left: 0;
  background: url(../image/border.png);
  background-repeat: repeat-x;
  position: absolute;
}
.diya-left {
  position: absolute;
  left: 15px;
  top: 80%;
  width: 80px;
  height: 80px;
  user-select: none;
  pointer-events: none;
  z-index: 1;
}
.diya-right {
  position: absolute;
  right: 15px;
  top: 80%;
  width: 80px;
  height: 80px;
  user-select: none;
  pointer-events: none;
  z-index: 11;
}

.diya-left img,
.diya-right img,
.flower-left img,
.flower-right img {
  width: 100%;
}

.flower-left {
  position: absolute;
  left: 15px;
  top: 0;
  width: 45px;
  height: 100%;
  user-select: none;
  pointer-events: none;
  z-index: 11;
}

.flower-right {
  position: absolute;
  right: 15px;
  top: 0;
  width: 45px;
  height: 100%;
  user-select: none;
  pointer-events: none;
  z-index: 11;
}

h5.text-start {
  font-size: 16px;
  padding: 5px 12px;
  font-weight: 600;
}
p.card-title.feature-tile.mt-3:nth-of-type(2) {
  font-size: 22px;
  font-weight: 900;
}
section#welcom .row {
  width: 100%;
  margin: 0 auto;
}
p.card-title.feature-tile.mt-3 {
  color: #ffffff;
}
.insurance {
  width: 100%;
}
p.card-title.feature-tile.mt-4.insurance-head {
  font-size: 22px;
  font-weight: 900;
}
.sub_heading {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-top: 8px;
}

.sub_heading {
  color: #284251;
}

#backdrop,
#popup {
  display: none;
  position: fixed;
}
form.contactFormNo .text-center.form-group {
  margin-top: 20px;
}
form.contactFormNo button#btnSubmitNo {
  border-radius: 0;
  width: auto;
  padding: 8px 10px;
}
input#phone2 {
  color: #000 !important;
}
div#popup button.closeModal {
  padding: 0 7px;
  font-size: 30px;
  border: none;
  color: #183a1d;
  position: absolute;
  right: 0;
  top: 0;
  margin: 7px 4px 0 0;
  height: 35px;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
}
div#popup form.contactFormNo .form-group.ss {
  display: inline-flex;
  width: 100%;
}
#popup {
  background-color: #183a1d !important;
  color: #fff !important;
  max-width: 600px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 50px 20px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 1001;
}
div#popup button.closeModal + p {
  margin-bottom: 1rem;
}
div#popup form.contactFormNo span#country {
  display: inline-flex;
  padding: 6px 12px;
  font-size: 16px;
  border-radius: 2px 0 0 2px;
  height: 40px;
  width: 16% !important;
}
#backdrop {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 65%);
  z-index: 1000;
}
.sub_heading {
  font-weight: 600;
  margin-bottom: 10px;
  padding-top: 8px;
}
.sub_heading2 {
  font-size: 35px;
  font-weight: 600;
  color: #284251;
  margin-bottom: 20px;
}
.sub_heading3,
.sub_heading4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.sub_heading3 {
  color: #fff;
}
.sub_heading4 {
  color: #284251;
}
@media only screen and (max-width: 400px) {
  .sub_heading {
    font-size: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .sub_heading {
    font-size: 26px;
  }
  .sub_heading2 {
    font-size: 22px;
  }
}
.col-md-4.d-flex.flex-column.justify-content-end.d-none.d-lg-block {
  bottom: 0px;
}

img.icon_hero {
    max-width: 40%;
    max-width: 90px;
}

.hero_icon {
    text-align: center;
    background: #28425100;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.hero_icon .icon {
    margin-bottom: .3rem;
    margin-top: 6px;
}
.icon_te p {
    margin-bottom: 0;
}

.icon_te {
    padding-bottom: 0;
    line-height: 20px;
}

.icon_te h3 {
    font-weight: 600;
    color: #ffffff;
}


#symptoms {
    padding: 2.5rem 0px 5.5rem 0px !important;
    background: #284251;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

.stages, .symptoms {
    font-size: 17px;
    line-height: 1.4;
}

.stamp-gif-img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left:30%;
}
.stamp-gif-img img.stamp-img-gif, .stamp-gif-img img.stamp-img-gif-2 {
    position: absolute;
    max-width: 250px;
}

img.stamp-img-gif {
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 13s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


ul.customize-list {
    margin-left: 40px;
}
ul.customize-list > li {
    color: white !important;
    margin-bottom: .8rem;
    display: list-item;
    list-style: disc;
    padding: 5px 0;
}
li {
    line-height: 18px;
    /* list-style-type: circle; */
    margin: 0px;
    letter-spacing: 0;
    /* display: inline-block; */
    font-size: 16px;
}


a.btn-3.blink.gif_btn {
    color: #ffffff;
    display: flex;
    width: 25rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 40px;
    background: #284251;
}
#doctors {
    padding: 90px 0px;
    background: #284251;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#doctors h2 {
    color: white;
}
.doctor-profile {
    background-color: #ffffff29;
    border-radius: 100px;
    border: 1px solid #ffffff8f;
    box-shadow: 1px 1px 8px 1px #102531;
}
.doctor-profile img.doctor-img {
    width: 110px;
    border-radius: 100%;
    margin-right: 15px;
    padding: 5px;
}
#doctors h3 {
    color: white;
}
#doctors p {
    color: white;
    font-size: 18px;
}

div#section-9 a.btn-3.blink.gif_btn {
    margin: auto;
}
div#hero::after {
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(45deg, #072033d9, #093a5fd9);
    z-index: -1;
    content: '';
}
div#hero {
    flex-direction: column;
}
.container.banner-container_diseases {
    background: white;
}
.container-fluid.banner-container_diseases {
    background: #ffffff29;
    backdrop-filter: blur(4px);
    color: white;
}
.container-fluid.banner-container_diseases .col {
    border-right: 1px solid #ffffff40;
    border-top: 1px solid #ffffff40;
}
.icon_te > p {
    display: contents;
    font-size: 13px;
}
img.banner_heart {
    max-width: 40px;
}
div#section-5 a.btn-3.blink.gif_btn {
    background: white;
    color: #284251;
    margin-left: 2rem;
}
div#section-9 a.btn-3.blink.gif_btn {
    background: white;
    color: #284251;
}
.media {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.row-container-color .media span.aon-icon {
    background: #ffffff;
    padding: 10px;
    border-radius: 100px;
    margin-bottom: 1rem;
    margin-top: 1rem;
    overflow: hidden;
}

.row-container-color {
    background: #284251;
    color: white;
    display: flex;
    border-radius: 26px;
}

.doctor-profile.mb-3.media.align-items-center.text-left {
    flex-direction: row;
}
.row-container-color .col-10.d-flex.justify-content-start.align-items-center p {
    margin: 0px 30px;
}

.col-lg-4.text-center.col-md-4.footer-newsletter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.splashPage p.bold {
    margin-top: 1rem;
}
.media.d-in-flex {
    display: inline-flex;
    margin: 0 10px;
    padding-top: 0;
    padding-bottom: 0;
}

.media.d-in-flex span.aon-icon {
    padding: 5px;
}

.media.d-in-flex span > img {
    max-width: 82px;
    object-fit: contain;
}
.media.d-in-flex .aon-med-serices-cat-info1 h3 {
    text-align: center;
}

a.btn-3.blink.gif_btn {
    margin: auto;
}
section#video-testimonials {
    background: #284251;
}

section#video-testimonials h2 {
    color: white;
}

section#video-testimonials a.btn-3.blink.gif_btn {
    color: #284251;
    background: #ffffff !important;
}
.media.d-in-flex span.aon-icon {
    background: transparent !important;
    border-radius: 0;
}

