@import url(../../../cdn.jsdelivr.net/npm/bootstrap-icons%401.11.1/font/bootstrap-icons.css);
#hero,
#hero h1 {
  padding-top: 30px;
}
#hero,
#hero2 { 
  width: 100%;
  /* margin-top: 16vh; */
}
#hero2,
#hero3 {
  height: auto;
  background: url("../../404.html") 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;
}
a {
  color: #f57c21;
}
a:hover {
  color: #ff8a00;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}
#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f57c21;
  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: #f57c21;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: 0.4s;
}
#hero .container,
#hero2 .container,
#hero3 .container,
.element1,
.element2,
.element3,
.img-zoom-container,
.navbar li,
.navbar > ul > li {
  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: #f57c21;
  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: #f57c21;
  background-color: #fff;
}
.social-links a:first-child {
  border-left: 0;
}
#header {
  background: #fff;
  transition: 0.5s;
  z-index: 501;
  padding: 15px 0;
  top: 60px;
  /* box-shadow: 0 2px 15px rgba(25, 119, 204, 0.1); */
  position: static !important;
}
#header.header-scrolled {
  top: 0;
}
#header .logo img {
  max-height: 75px;
}
.appointment-btn {
  margin-left: 25px;
  background: #f57c21;
  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: #f57c21;
  color: #fff;
}
@media (max-width: 768px) {
  .bbc_text {
    text-align: center !important;
  }
  .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 15px 0 0;
    padding: 6px 18px;
  }
}
.bold {
  font-weight: 300;
  font-size: 27px;
  color: #fff;
}
.mbold,
.mpbold {
  font-weight: 900;
  font-size: 50px;
  color: #fff;
}
#hero h1,
.sbold,
.sdbold {
  font-weight: 700;
  color: #fff;
}
.sbold,
.sdbold {
  padding: 10px 20px;
  margin-top: 18px;
  font-size: 25px;
  background: #003131;
}
.mfbold,
.mmbold {
  font-weight: 900;
  font-size: 50px;
  color: orange;
}
.col-md-4.p-3.rounded-3.bg-light {
  box-shadow: rgba(50, 50, 93, 0.25) 0 50px 100px -20px,
    rgba(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: #f57c21 !important;
  border: #f57c21 !important;
}
.faq .faq-list,
.navbar,
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar > ul > li {
  white-space: nowrap;
  padding: 8px 0 8px 10px;
}
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #2c4964;
  white-space: nowrap;
  transition: 0.3s;
  padding: 5px 2px;
  text-transform: capitalize;
}
.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: #f57c21;
  border-color: #f57c21;
}
.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;
}
.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 {
  color: #f57c21;
}
.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: #2c4964;
  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 {
  display: block !important;
  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: #2c4964;
  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 rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block !important;
}
#hero {
  /*height: 70vh;*/
  height:auto;
  background: url(../image/background.jpg) top center/cover;
  display: flex;
  align-items: self-end;
}
#hero h1 {
  margin: 0;
  font-size: 88px;
  line-height: 99px;
  text-transform: uppercase;
  width: 100%;
  padding: 0;
}
#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: #f57c21;
}
#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) {
  .social-links {
    display: flex;
  }
  .topbarflex > img {
    max-width: 16px;
    margin-left: 5px !important;
    /* display: none; */
  }
  .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;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .mdbold {
    font-weight: 900;
    font-size: 60px;
  }
  #hero2 {
    margin-bottom: 0;
    height: auto;
    /*margin-top: 20vh;*/
  }
  #hero2 h1 {
    font-size: 30px;
    line-height: 55px;
  }
  #hero2 h2 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero3 {
    margin-bottom: 0;
    height: auto;
  }
  #hero3 h1 {
    font-size: 65px;
    line-height: 49px;
  }
}
@media (max-width: 576px) {
    
    
    
    #topbar .contact-info a {
        font-size: 13px !important;
    }
    
    div#topbar .contact-info.d-flex.align-items-center .topbarflex img.ms-4 {
    display: none !important;
}
    
    .ph-head i.bi.bi-phone {
        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;
  }
  .social-links {
    display: none !important;
  }
  .topbarflex > img {
    max-width: 28px;
    margin-left: 5px !important;
    /* display: none; */
  }
  .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;
}
#hero3 {
  width: 100%;
}
@media (min-width: 1024px) {
  #hero,
  #hero2,
  #hero3 {
    background-attachment: fixed;
  }
}
@media (min-height: 600px) {
  #hero3 {
    height: auto;
  }
}
section {
  padding: 60px 0;
  overflow: hidden;
}
#testimonials,
.about,
.section-bg {
  background-color: #dbe9e5;
}
.section-title {
  text-align: center;
}
.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #2c4964;
}
.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #f57c21;
  bottom: 0;
  left: calc(50% - 20px);
}
.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-image: url(../image/karma-ayurveda.jpg);
  background-size: cover;
  border-radius: 4px;
  color: #fff;
}
.element1:before,
.element2:before {
  background-image: url(../../404.html);
  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: rgba(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 {
  font-size: 14px;
}
.why-us .content .more-btn:hover {
  color: #f57c21;
  background: #fff;
}
.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  padding: 8px 18px;
  width: 100%;
}
.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: #f57c21;
  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: #2c4964;
  margin-bottom: 15px;
}
.about .icon-box,
.contact,
.contact .info .phone {
  margin-top: 25px;
}
.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: #f57c21;
  font-size: 32px;
}
.about .icon-box:hover .icon,
.clinics .icon-box:hover {
  background: #f57c21;
  border-color: #f57c21;
}
.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 {
  -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: bounce;
  -moz-animation-name: bounce;
}
.bounce2,
.element1:before {
  -webkit-animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  cursor: pointer;
  animation-name: bounce2;
}
.bounce2 {
  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;
  content: "";
  background-position: center;
  z-index: 0;
  top: -27px;
  left: -11px;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: bounce2;
}
.element1:after,
.element2:before {
  position: absolute;
  content: "";
  background-position: center;
  z-index: 0;
  -webkit-animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  cursor: pointer;
  animation-name: bounce2;
}
.element2:before {
  top: -30px;
  left: 370px;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: bounce2;
}
.element1:after {
  background: linear-gradient(228deg, #f57c21, #ffd29d 50%, #ed9c3d);
  background-size: cover;
  height: 100%;
  width: 90%;
  top: 20px;
  right: -8px;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: bounce2;
  border-radius: 4px;
}
.element2:after,
.element3:after {
  background-position: center;
  height: 100%;
  width: 90%;
  -webkit-animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: bounce2;
  border-radius: 4px;
  z-index: 0;
  position: absolute;
  content: "";
  cursor: pointer;
}
.element2:after {
  background: linear-gradient(228deg, #93fbe5, #ffd29d 50%, #ed9c3d);
  background-size: cover;
  top: 20px;
  left: 0;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: bounce2;
}
.element3:after {
  background: linear-gradient(228deg, #93fbe5, #ffd29d 50%, #ed9c3d);
  background-size: cover;
  top: 21px;
  left: -7px;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: bounce2;
}
.element3:before {
  position: absolute;
  content: "";
  background-image: url(../../404.html);
  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: #f57c21;*/
/*  font-size: 2.4rem !important;*/
/*  line-height: 1.1;*/
/*  font-weight: 600 !important;*/
/*  margin-bottom: 2.3rem;*/
/*}*/
h2.heading-txt {
    color: #f57c21;
    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,
.custom-file,
.details div:first-child {
  text-transform: uppercase;
}
.aon-med-sevices-cat .media img {
  height: 85px;
}
.aon-med-sevices-cat .media:after {
  content: "";
  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: #f57c21 !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 {
  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 rgba(20, 39, 82, 0.1);
  box-shadow: 0 0 10px 0 rgba(20, 39, 82, 0.1);
}
.new1 {
  color: #ff8a00 !important;
}
.new2 {
  color: #0a5041 !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: rgba(149, 157, 165, 0.2) 0 8px 28px;
  transition: 0.5s linear;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.aon-med-sevices-cat2 .aon_btn,
.clinics .icon-box:hover .icon,
.doctors {
  background: #fff;
}
.aon_btn {
  border: 2px solid #f57c21;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
}
.aon-med-sevices-cat2 .media img {
  height: 85px;
  border-radius: 50%;
}
.aon-med-sevices-cat2 .media:after {
  content: "";
  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 {
  font-weight: 700;
  font-size: 18px;
}
.aon-med-sevices-cat2 {
  background-color: #f57c21;
  color: #050505;
  box-shadow: 10px 10px 0 0 rgba(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: #ffd9ad;
}
.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: #f57c21;
  border-radius: 5px;
}
.counts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  background: #f57c21;
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  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: rgba(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: #f57c21;
  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;
  content: "";
  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: #2c4964;
}
.clinics .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.clinics .icon-box:hover .icon::before {
  background: rgba(255, 255, 255, 0.3);
}
.clinics .icon-box:hover h4 a,
.clinics .icon-box:hover p {
  color: #ff8a00;
}
.clinic-visit-btn {
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #f57c21;
  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 #f57c21;
  background-color: #f57c21;
}
.appointment .php-email-form,
.iti.iti--allow-dropdown {
  width: 100%;
}
.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: #f57c21;
}
.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: #f57c21;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.doctors .member .pic img,
.doctors .member .social a {
  transition: 0.3s ease-in-out;
}
.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: #2c4964;
  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: #2c4964;
}
.departments .details p {
  color: #777;
}
.doctors .member {
}
.doctors .member .pic {
  overflow: hidden;
  width: 100%;
  border-radius: 50%;
}
.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: #2c4964;
}
.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 {
  content: "";
  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;
}
.doctors .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}
.contact .php-email-form button[type="submit"]:hover,
.doctors .member .social a:hover {
  background: #f57c21;
}
.doctors .member .social a + a {
  margin-left: 8px;
}
.faq .faq-list ul {
  padding: 0;
  list-style: none;
}
.faq .faq-list li + li,
.phone-number {
  margin-top: 15px;
}
.faq .faq-list li {
  padding: 6px 10px;
  background: #05382d;
  color: #fff;
  border-radius: 4px;
  position: relative;
}
.faq .faq-list a {
  color: wheat !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,
.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: normal;
}
.testimonials .testimonial-item {
  min-height: 250px !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  border-radius: 5px;
}
.testimonials .testimonial-item2 {
  box-shadow: rgba(50, 50, 93, 0.25) 0 30px 60px -12px inset,
    rgba(0, 0, 0, 0.3) 0 18px 36px -18px inset;
  border: 3px solid #f57c21;
  border-radius: 5px;
  min-height: auto;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}
.testimonials .testimonial-item2 .stepno {
  width: 89px;
  border-radius: 5px;
  border: 3px solid #f57c21;
  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 #f57c21;
}
.btn.btn-secondary:hover,
.testimonials .swiper-pagination .swiper-pagination-bullet-active,
a.btn.btn-dark.btn-theme-colored {
  background-color: #f57c21;
}
@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;
  }
}
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;
  background: #f57c21;
  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: #2c4964;
}
.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: #f57c21;
  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;
  background: #f57c21;
  box-shadow: 0 2px 15px rgba(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: #f57c21;
  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: #f57c21;
}
.foot-bar {
  background-color: #ffebc1;
  color: #f57c21;
}
.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: #f57c21;
  padding: 10px 0 5px;
  margin-bottom: 5px;
  color: #fff;
  font-weight: 700;
}
.member2 {
  position: relative;
  box-shadow: 0 2px 15px rgba(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: #f57c21 !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: #f57c21;
  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;
}
.text-center {
  text-align: center !important;
}
.card .card-body {
  height: 100%;
  border: 1px solid #fff;
  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;
  text-transform: uppercase;
}
.card > .card-body {
  background: #054638;
  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;
}
.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: #f57c21;
  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: #f57c2173 !important;
  box-shadow: 0 0 0 0.25rem rgb(229 229 229) !important;
}
.tint-time {
  background-color: #003131;
}
.opnhr {
  color: #fff;
  font-size: 22px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 0;
  }
  .departments .nav-link {
    border: 0;
    padding: 15px;
  }
  .departments .nav-link.active {
    color: #fff;
    background: #f57c21;
  }
  .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,
    rgba(255, 255, 255, 0.8) -6px -2px 16px 0;
}
.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;
}
.error-message {
  font-size: 14px;
  text-align: center;
  margin: 0;
  color: #ff8a49;
  padding: 10px 0;
}
img.key-feature-img {
  width: 100px;
  border-radius: 50%;
  height: 100px;
}
.card-body.key-feature:hover {
  filter: drop-shadow(2px 4px 6px black);
  background: #285e4e;
}
.card-body.key-feature {
  background: #e4eeeb;
}
.card-title.feature-tile.mt-4 {
  color: #f57c21;
  font-weight: 700;
  font-size: 1.25rem;
  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 rgba(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 {
  content: "";
  background: #cd201f !important;
  outline: #ffffff2e solid 8px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  margin: auto;
  content: "";
  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;
}
.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 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  to {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  to {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.topbarflex {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}
.topbarflex-no-column {
  display: flex;
  flex-direction: column;
  text-align: start;
}
.blink {
  color: #000;
  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;
}
.video-btn::before {
  transition: 0.4s;
}
.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 {
  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: #ff8a00;
}
.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-left: 10px;
  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: #f57c21;
  z-index: 500;
}
.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 transparent transparent;
  z-index: -1;
}
.box,
.career h2,
.overlay-brd,
.services-process__item {
  position: relative;
}
.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: #f57c21;
  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;
}
@media (max-width: 400px) {
    #hero h1 {
        font-size: 60px;}
}
@media (max-width: 350px) {
li.translater-g {
    display: none !important;
}

#header{
    top:70px !important;
}
  #hero h1,
  .mdbold,
  .mmbold {
    font-size: 50px;
  }
  p {
    font-size: 14px;
  }
  h2.heading-txt {
    font-size: 1.5rem !important;
    font-weight: 900 !important;
  }
  #hero h1 {
    line-height: 50px;
  }
  .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: 70px;
  }
  .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;
  }
  #hero2 h1 {
    font-size: 20px;
    line-height: 38px;
    /*margin-top: 3rem;*/
  }
  .sbold {
    font-weight: 700;
    padding: 20px;
    margin-top: 0;
    font-size: 30px;
  }
  .info {
    height: auto;
 }
  #hero3 h1 {
    font-size: 50px;
    line-height: 49px;
  }
}
.blink .a-link {
  color: #000 !important;
  font-size: 16px !important;
}
.phone-number-container {
  /* width: 90%; */
}
.phone-number h6 {
  padding: 0;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2c4964;
}
.phone-number a {
  cursor: pointer;
  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: #f57c21 !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;
  transition: 0.4s;
  font-weight: 700;
}
.career h2:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 60px;
  background-color: #f57c21;
  bottom: -10px;
  border-radius: 100px !important;
  transition: 0.5s;
}
.career h2:hover:before {
  width: 160px !important;
}
.card.shadow-soft form .form-group {
  text-align: left !important;
}
.form-control,
span.input-group-text {
  border-radius: 0 !important;
}
.custom-file {
  padding: 4px 10px;
  background: #fff;
  color: #000 !important;
  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 rgba(82, 63, 105, 0.05);
  box-shadow: 0 0 30px 0 rgba(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;
}
.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 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
#footer2 img {
  width: 130px;
}
@media (min-width: 1000px) {
  .mdbold {
    font-weight: 900;
    font-size: 88px;
    color: orange;
  }
}
@media (max-width: 500px) {
  #hero {
    background: url(../image/background-mobile.jpg) top center/cover;
  }
}
.form-control:focus {
  border-color: #dee2e6 !important;
  box-shadow: none !important;
}
.enquiry_counter {
  width: 100px;
  color: #f57c21;
  height: 100px;
  background: #e3e3e3;
  border-radius: 50%;
  font-size: 42px;
  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 {
  content: "\f04b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.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 {
  cursor: pointer;
}
.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;
}
/*blogs section start*/
    .blog__wrapper {
        padding: 10px;
        width: 100% !important;
        height: 100% !important;
        margin: 5px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    .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: rgb(244, 244, 244);
}
.blog__title {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
p.text-left {
    font-size: 14px;
}
.blog__author-info a {
    font-size: 15px;
}
/*Blogs section end */

/*Blog Detail start */

.teacher__bio.pb-3 h2, .teacher__bio.pb-3 h3, .teacher__bio.pb-3 h4 {
    margin: 20px 0;
    line-height: 25px;
}
.widget-area {
    text-align: left !important;
}
section#categories-3 {
    max-height: 400px;
    overflow: auto;
    scroll-behavior: smooth;
}
.widget-area > .widget {
    background-color: #fff;
    margin-bottom: 35px;
    padding: 20px 23px 25px 23px;
    border: 1px #e2e2e2 solid;
}
.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: 0px;
    /* list-style: none; */
}
.widget-area > .widget.widget_categories ul li a {
    color: #3c3c3c;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
section#tag_cloud-1 {
    max-height: 400px;
    overflow: auto;
    scroll-behavior: smooth;
}
section#categories-3 ul {
    padding-left: 13px !important;
}

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

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

section#tag_cloud-1 ul li a {
    text-transform: capitalize;
    display:block;
    font-size:14px;
}
.teacher__bio.pb-3 h2 {
    font-weight: 900;
}


.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
  background-color: #f57c21;
  border-color: #f57c21;
  color: #fff;
}
.pagination>li>a, .pagination>li>span{
      color: #253e4f;
}
a.page-link {
  cursor: pointer;
  pointer-events: visiblefill;
}

.page-link:hover {
  z-index: 2;
  color: #ffffff;
  background-color: #f57c21;
  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: #f57c21;border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;}



/*Blog Detail End */


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

li.translater-g {
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

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


.flash-message {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #03a84e;
  color: rgb(33 33 33);
  padding: 10px 20px;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.5s ease;
  animation: slideIn 1s ease forwards;
  z-index: 6;
  display:none;
  box-shadow: 0px 0px 11px -3px #131a21;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom:5%;
}

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

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

div#flash-message:hover span#close-button {
    opacity: 1;
}

.flash-message {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  color: #f00;
  padding: 10px 20px;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.5s ease;
  animation: slideIn 1s ease forwards, blink 1s infinite;
  z-index: 8;
  display: none;
  box-shadow: 0px 0px 11px -3px #212121;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #f00;
  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 {
    position: fixed;
    background-color: #ffffff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 100vh;
    min-width: 100vw;
    z-index: 7;
    overflow: hidden !important;
}

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

div#hero, section#hero3, section#hero2 , div#hero2 {
    margin-top: 130px;
}
div#hero {
    padding: 0;
}

div#popup button.closeModal {
    padding: 2px 9px;
    font-size: 30px;
    border: none;
    color: #183a1d;
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px 5px 0px 0px;
}
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 {
    display: inline-flex;
}

div#popup form.contactFormNo .form-group.ss {
    display: inline-flex;
    width: 100%;
}
div#popup {
    background-color: #183A1D !important;
    max-width: 380px;
    padding-top: 30px;
}
div#popup button.closeModal + p {
    margin-bottom: 1rem;
}
input#phone2 {
    color: #fff !important;
}
#popup {
    background-color: #131a21;
    text-align: center;
    width: 420px !important;
    max-width: 800px;
    padding-top: 25px;
}
h2.Phoneheading {
    font-size: 25px;
    border-bottom: 1px solid #ffffff12;
    padding-bottom: 10px;
    color: #fff !important;
    text-align: center;
    line-height: 1.2;
    text-transform: none;
}
p.PhoneSubHeading {
    font-size: 18px;
    color: white !important;
    padding-top: 10px;
}
#popup span.iti__country-name{
    color:#000;
}
#popup span.subhead{
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
}
button#btnSubmitNo {
    width: min-content;
    margin: 0 auto;
    padding: 8px 10px;
}
h2.Phoneheading {
    font-size: 25px;
    border-bottom: 1px solid #ffffff12;
    padding-bottom: 10px;
    color: #fff !important;
    text-align: center;
    line-height: 1.2;
    text-transform: none;
}
div#popup form.contactFormNo input#phone2 {
    display: inline-flex;
    height: max-content;
    padding-bottom: 9px;
    width: 100%;
}
input#phone2 {
    color: #fff !important;
}
button#btnSubmitNo {
    width: min-content;
    margin: 0 auto;
    padding: 8px 10px;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
section.breadcrumbs {
    padding: 0;
}
@media only screen and (max-width:480px){
    div#popup {
        background-color: #183A1D !important;
        max-width: 280px;
        padding-top: 45px;
    }
    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 0px 0px;
        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%;
    }
}
@media only screen and (max-width:992px){
    #hero .container, #hero3 .container{
        padding-bottom:0px;
    }
    div#hero{
        margin-top: 130px;
    }
}
@media only screen and (min-width: 1367px) {
    #hero{
        height:auto !important;
    }
}
@media only screen and (max-width:480px){
    #topbar .contact-info a.a-link {
        font-size: 13px !important;
    }
    #topbar .contact-info a {
        font-size: 15px !important;
    }
    #topbar{
        height:60px;
    }
    #topbar .container.d-flex.justify-content-between{
            justify-content: center !important;
    }
    h1.mbold {
        margin-top: 3rem !important;
    }
    .mdbold, #hero h1{
        font-size:60px;
    }
    .mdbold, #hero h1 {
        font-size: 60px;
        line-height: 80px;
    }
    .container.banner-container .col-md-4.p-3.rounded-3.bg-light{
        margin-top:0rem;
    }
}
@media only screen and (max-width:375px){
    
    li.translater-g {
        display: none;
    }
    #topbar .contact-info a.a-link {
        font-size:13px !important;
    }
    #topbar .contact-info a {
        font-size: 15px !important;
    }
    #topbar{
        height:70px;
    }
    #hero h1 {
        line-height: 70px;
        margin-top: 3rem;
    }
    .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: 9px !important;
        padding: 10px 0;
        line-height: 0;
    }
}
@media only screen and (max-width:320px){
    .mdbold, #hero h1 {
        font-size: 40px;
    }
    .mbold{
        margin-top:3rem !important;
    }
}
    #login_btn {
        position: fixed;
        right: 20px;
        bottom: 0;
        cursor: pointer;
        opacity: 1;
        z-index: 9999;
        animation: bounce 2s infinite;
        -webkit-animation: bounce 2s infinite;
        -moz-animation: bounce 2s infinite;
        -o-animation: bounce 2s infinite;
}
    #login_btn a {
        font-size: 50px;
}
.faa-vertical.animated, .faa-vertical.animated-hover:hover {
        -webkit-animation: vertical 2s ease infinite;
        animation: vertical 2s ease infinite;
}
@keyframes vertical {
        0% {
            -webkit-transform: translate(0,-3px);
            transform: translate(0,-3px)
        }
        4% {
            -webkit-transform: translate(0,3px);
            transform: translate(0,3px)
        }
        8% {
            -webkit-transform: translate(0,-3px);
            transform: translate(0,-3px)
        }
        12% {
            -webkit-transform: translate(0,3px);
            transform: translate(0,3px)
        }
        16% {
            -webkit-transform: translate(0,-3px);
            transform: translate(0,-3px)
        }
        20% {
            -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;
}
span.parent-linking a.inline-linking {
    margin: 0 !important;
    padding: 0 !important;
    color: white !important;
    font-weight: 100 !important;
}
i.bi.bi-play-circle-fill {
    font-size:30px;
    line-height:2.3;
}



.flash-message {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  color: #f00;
  padding: 10px 20px;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.5s ease;
  animation: slideIn 1s ease forwards, blink 1s infinite;
  z-index: 8;
  display: none;
  box-shadow: 0px 0px 11px -3px #212121;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #f00;
  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 {
    position: fixed;
    background-color: #ffffff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 100vh;
    min-width: 100vw;
    z-index: 7;
    overflow: hidden !important;
}

/* Add your styling here */
#iframeContainer , #iframeContainer1 , #iframeContainer2 , #iframeContainer3 , #iframeContainer4 , #iframeContainer5 {
    position: relative;
}
    
    
#iframeContainer iframe  , #iframeContainer1 iframe  , #iframeContainer2 iframe  , #iframeContainer3 iframe  , #iframeContainer4 iframe  , #iframeContainer5 iframe  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

input#passkey {
    color: black !important;
}


.inputType {
    z-index: 999;
    position: absolute;
    left: 0;
    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;
    width: 100%;
    padding: 5px 13px;
    margin: 0;
    border-width: .5px;
    border-style: solid;
    border-radius: 3px;
    font-size: 15px;
    font-weight: normal;
    line-height: 25px !important;
    box-sizing: border-box;
    height: 37px;
    width: 100%;
    border-bottom: 1px solid white !important;
    border-right: none !important;
    border-top: none;
    border-left: none;
    color: #ffffff !important;
    font-size: 14px;
    padding: 5px 13px !important;
    border-radius: 3px !important;
}

input#passkey:focus-visible {
    border: none;
    outline: none;
}
.bg-testi{
    background-color:rgb(248 249 250) !important;
}

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

ul.d-flex.flex-column {
    min-width: 49.5%;
    max-width: 49.5%;
}

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

.doctors-card {
    border-radius: 10px !important;
    overflow: hidden !important;
    height: 100%;
    background-color: #ffffff !important;
    box-shadow: 0 2px 15px rgba(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: .3s ease-in-out;
}

.doctors-card > .col-lg-12.d-flex.align-items-center {
    /* background-color: white; */
}
.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: .7rem;
}
.doctors-card > .col-lg-12.d-flex.align-items-center .member-info p {
    font-size: 15px;
}

.logo-container {
    display: flex;
    margin: 13px 0;
    align-items: center;
}
.phone-number i.bi.bi-phone {
    background-color: #f57c21;
    color: white !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: .3rem;
}
.phone-number {
    margin-right: 0;
    /* text-align: center; */
    flex: 0 0 25%;
}
.logo-container > div {
    margin-left: 10px;
}
.ph-head + img.ms-4 {
    margin: 0 !important;
    padding: 0 !important;
    width: 20px !important;
}
.phone-number-container.d-flex.justify-content-between {
    /* flex-direction: column !important; */
    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;
}
.ul1 li{list-style: none;}
.ul1 li a{font-size: 18px;font-weight: 600;}