.btn-option,
.search-icon {
  color: #48713f;
  font-weight: 600;
}
.highlight-outer:hover .highlight-item img,
.hospital-speciality-icon img {
  filter: invert(100%) sepia(94%) saturate(15%) hue-rotate(338deg)
    brightness(130%) contrast(100%);
}
.emergengy-trigger-pannel a:hover,
.header-contact li a,
.header-contact li a:hover,
.search-row li.search-date a:hover {
  text-decoration: none;
}
#topHeader {
  padding: 4px 0;
}
.header-contact{
  display: flex;
  align-items: center;
  justify-content: end;
}
.dr-search-date-wrapper ul.search-row,
.header-contact ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-contact ul li {
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
.header-contact ul li:last-child {
  padding-right: 0;
}
.header-contact li a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  z-index: 99;
  text-decoration: none;
  text-transform: capitalize;
  transition: all .6s;
}
.header-contact li.show-sub-menu > .sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  z-index: 9;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0);
  transition: all 0.4s;
}
.header-contact .sub-menu.sub-menu-single {
  top: 30px;
  left: auto;
  width: 170%;
  padding: 12px 12px 12px 12px;
  border-top: 2px solid #ffffff;
}
.header-contact .sub-menu{
  background: #fff;
  text-align: left;
  margin: 0;
  padding: 15px;
  position: absolute;
  top: 100%;
  left: 60px;
  width: 90%;
  visibility: hidden;
  opacity: 0;
  border-radius: 0;
  border-bottom: 0;
  -webkit-transform: rotateX(-75deg);
   -moz-transform: rotateX(-75deg);
   -ms-transform: rotateX(-75deg);
   -o-transform: rotateX(-75deg);
   transform: rotateX(-75deg);
   -webkit-transition: all 800ms cubic-bezier(0.680, 0, 0.265, 1);
   -webkit-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
   -moz-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
   -o-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
   transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
   -webkit-box-shadow: 0 8px 20px 0 rgb(0 0 0 / 6%);
   box-shadow: 0 8px 20px 0 rgb(0 0 0 / 6%);
   -webkit-transform-origin: 0 0 0;
   transform-origin: 0 0 0;
}
.sub-menu-details ul {
  margin: 0;
  padding: 0;
}
.sub-menu-details ul li{
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
}
.show-sub-menu ul li a {
  color: #000;
  display: block;
  font-size: 14px;
  padding: 6px 5px 6px 5px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 4px;
}
.bg-blue,
.topmenu-bg {
  background: #4328a9;
}
.section-spacing {
  position: relative;
  padding: 55px 0;
}
.banner-layout-bg {
  background-color: #0000004d;
  transition: 0.5s;
}
.banner-layout {
  padding: 1rem 0;
  position: relative;
  margin-top: -10%;
  z-index: 9;
}
.banner-layout::before {
  content: "";
  background-color: #4328a9;
  width: 10%;
  height: 7px;
  top: -6px;
  left: 8%;
  position: absolute;
}
.highlight-item {
  height: 85px;
  width: 85px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.highlight-item img {
  width: 45px;
  height: 45px;
}
.highlight-text h3 {
  font-size: 17px;
  color: #fff;
  font-weight: 400;
  line-height: 25px;
  text-transform: none;
  margin-top: 8px;
  margin-bottom: 0;
}
#customEnquiryModal .modal-header,
#defaultModal .modal-header,
#jobApplication .modal-header,
#modalSymptom .modal-header,
#packageModal .modal-header,
#requestAppointmentModal .modal-header,
.about-content-bg,
.highlight-outer:hover .highlight-item,
.speciality-style-2 .hospital-speciality-icon {
  background-color: #4328a9;
}
.search-bg {
  background: linear-gradient(
    to right,
    #e8f4ea 0,
    #e8f4ea 50%,
    #def8e2 15.01%,
    #def8e2 100%
  );
  position: relative;
}
.search-line-bg {
  background-image: url(../img/line1.png);
  background-repeat: repeat-y;
  background-position: 49% 50%;
  background-size: 8vw;
}
.alphabet-button-wrap h3,
.home-form-section h3 {
  font-size: 15px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  line-height: normal;
  color: #000;
  text-transform: none;
  font-weight: 600;
}
.btn-size {
  width: 60px;
  height: 45px;
}
.select-option {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  gap: 12.9px;
}
.btn-option {
  background-color: #fff;
  padding: 8px 12px;
  font-size: 16px;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 3px;
  transition: 0.5s;
  border: none;
  outline: 0;
}
button.btn-option:hover {
  background-color: #48713f;
  color: #fff;
}
.search-icon {
  position: absolute;
  top: 12px;
  width: 2.375rem;
  height: 2.375rem;
  left: 12px;
  font-size: 18px;
}
.home-form-section .form-fields-rounded .form-control {
  padding-left: 35px;
}
.why-choose-wrap {
  width: 100%;
  position: relative;
}
.why-choose-wrap .layout-box {
  height: 585px;
  float: left;
  border: 2px solid #afe2e3;
  padding: 40px 0;
  margin-left: 80px;
  position: relative;
  z-index: 1;
}
.layout-border-wrap .layout-box{height: auto;}
.why-choose-wrap.layout-border-wrap .layout-box::before{height: 105%;}
.why-choose-wrap .layout-box::before {
  content: "";
  border: 1px solid #c5ebec;
  position: absolute;
  top: -25px;
  height: 626px;
  width: 94%;
  left: 26px;
  z-index: -1;
}
.footer-brand,
.hospital-speciality-icon {
  height: 80px;
  display: flex;
  border-radius: 50%;
}
.left-image-box {
  position: relative;
  margin-left: -21%;
  z-index: 22;
  float: left;
  width: 40%;
}
.why-choose-section .left-image-box {
  width: 50%;
}
.about-feature-image img,
.blog-feature-image img,
.left-image-box img,
.package-list-section .card-layout-wrap .card-image img {
  width: 100%;
}
.why-choose-section .why-choose-wrap .right-content-box {
  width: 60%;
  padding-left: 150px;
}
.left-image-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #e6f6f6;
  top: 30px;
  left: 20px;
  z-index: -1;
}
.why-choose-wrap .right-content-box {
  float: left;
  padding-left: 200px;
  width: 80%;
}
.right-content-box h1 {
  font-size: 25px;
  line-height: 26px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}
.right-content-box .feature-panel img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.appointment-style-2 .nav > li > a,
.counters.counters-sm strong,
.section-tab .tabs.tabs-simple .nav-tabs > li .nav-link.active,
.select2-results__option {
  color: #000;
}
.feature-panel {
  margin-bottom: 20px;
  padding-bottom: 6px;
}
.feature-panel p {
  font-size: 15px;
  line-height: 25px;
  color: #000;
  margin-top: 10px;
  margin-bottom: 0;
}
.footer-brand {
  width: 80px;
  background: #fff;
  align-items: center;
  justify-content: center;
}
.footer-brand img,
.hospital-speciality-icon img {
  width: 45px;
}
.newsletter button {
  border-radius: 0 6px 6px 0;
  padding: 9px 13px;
}
.about-section-bg,
.appointment-form .form-style-3 .form-control,
.bCream2,
.blog-contact-form .form-style-3 .form-control,
.calender-field .form-control:focus,
.card-bg,
.card-content,
.form-layout-2
  .select-box
  .select2-container--default
  .select2-selection--multiple,
.form-layout-2
  .select-box
  .select2-container--default
  .select2-selection--single,
.form-layout-3,
.page-header.bg-color-pageheader,
.scroll-button,
.section-bg,
.slot-area,
.timeline-wrap ul li:nth-child(2n) .card-icon {
  background-color: #e6f6f6;
}
.expert-section-bg {
  background: linear-gradient(180deg, #6f51bb 80%, rgb(255 255 255) 80%);
}
.home-about-content {
  padding: 40px 50px;
}
.home-about-content h1 {
  font-size: 30px;
  line-height: normal;
  font-weight: 700;
  color: #afe2e3;
  margin-bottom: 25px;
}
.home-about-content p {
  font-size: 16px;
  line-height: normal;
  color: #afe2e3;
  margin-bottom: 6px;
}
#hospitalNetwork .owl-item .hospital-image img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}
#hospitalNetwork .owl-item .hospital-card-content img {
  width: 20px;
  height: 20px;
}
.homehospital-network #hospitalNetwork .hospital-card-content h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.card-details-content h2,
.hospital-card-content h2 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-top: 8px;
  line-height: normal;
  margin-bottom: 8px;
}
.card-details-content p,
.faq-section .accordion-body p {
  color: #000;
  font-size: 15px;
  line-height: normal;
  margin-bottom: 6px;
}
.hospital-card-content p {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  line-height: normal;
  margin-bottom: 0;
}
.hospital-card-content .location-icon {
  color: #4328a9;
  line-height: normal;
  font-size: 20px;
  margin-right: 8px;
}
.hospital-card-content a {
  color: #000;
  font-size: 15px;
  margin-bottom: 5px;
  display: block;
  line-height: normal;
}
.hospital-card-content i {
  color: #ccc;
  line-height: normal;
}
.hospital-card-content img {
  width: 22px;
}
.hospital-card-content h2:not(.card-details-content h2) {
  margin-bottom: 0;
  margin-top: 0;
}
.expert-card-area h1 {
  font-size: 30px;
  color: #000;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}
.expert-image-card {
  margin-left: 35px;
  z-index: 22;
  width: 100%;
}
.expert-image-card .card-image-content {
  width: 260px;
  height: 370px;
  background-color: #e6f6f6;
  padding: 30px 31px;
  border-radius: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}
.expert-image-content-area {
  position: absolute;
  width: 27vw;
  top: 3vw;
  right: 0;
}
.card-image-content p {
  font-size: 15px;
  color: #000;
  margin-bottom: 0;
  line-height: 26px;
  text-align: left;
}
.expert-image-content-area a {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  display: block;
  margin-top: 6px;
  text-align: center;
}
.expert-image-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  background: #e6f6f6;
  top: 73%;
  left: -25px;
  z-index: -1;
}
.section-title {
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.section-title h1 {
  font-size: 25px;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
  line-height: normal;
}
.viewall-btn i img {
  margin-left: 15px;
  width: 30px;
}
.viewall-btn a {
  font-size: 16px;
  font-weight: 600;
}
.section-gradient-bg,
.section-gradient-secondary {
  background: linear-gradient(90deg, rgb(255 255 255) 2%, #e6f6f6 2%);
}
.section2-bg-line,
.section3-line-bg,
.section4-line-bg {
  background-image: url(../img/line2.png);
}
.blog-feature-item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: top;
}
.blog-feature-content,
.blog-list-content {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #00000073;
  padding: 12px;
}
.blog-feature-content h2,
.blog-list-content h2 {
  color: #fff;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 6px;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}
.blog-feature-content p,
.blog-list-content p {
  font-size: 14px;
  line-height: normal;
  margin-bottom: 0;
  color: #fff;
  font-weight: 400;
}
.section-border {
  border-top: 1px solid #fff;
}
.blog-list-item img {
  width: 100%;
  height: 192px;
  object-fit: cover;
  object-position: top;
}
.testimonial.testimonial-style-custom .testimonial-author {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.testimonial-section .testimonial-style-custom blockquote {
  padding: 0 0 22px;
  margin-bottom: 25px;
}
.testimonial-section .testimonial-style-custom blockquote p {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 0;
  text-align: left;
}
.testimonial.testimonial-style-custom .testimonial-author img {
  max-width: 140px;
  max-height: initial;
  border-radius: 6px;
}
html .border-bottom-left-radius-135 {
  border-bottom-left-radius: 135px !important;
}
.hospital-speciality-icon {
  width: 80px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  background-color: #4328a9;
}
.hospital-speciality-card:hover .hospital-speciality-icon,
.thumb-layout {
  background-color: #afe2e3;
}
.hospital-speciality-card:hover .hospital-speciality-icon img {
  filter: none;
}
.hospital-speciality-content h2 {
  font-size: 15px;
  color: #000;
  margin-bottom: 0;
  line-height: normal;
  margin-top: 12px;
  font-weight: 500;
}
.button-section a,
.expert-image-content h2 {
  font-weight: 600;
  display: inline-block;
  color: #000;
}
.speciality-wrap {
  padding: 50px 0 20px;
  z-index: 1;
  margin-top: 35px;
  background-color: #fff;
}
.speciality-wrap::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -4px;
  background-color: #fff;
  height: 380px;
  width: 103%;
  border: 1px solid #c5ebec;
  z-index: -1;
}
.speciality-wrap::after {
  content: "";
  position: absolute;
  top: 16px;
  left: -28px;
  background-color: #fff0;
  height: 330px;
  width: 107%;
  border: 2px solid #afe2e3;
  z-index: -1;
}
.header-filter-form
  .select2-container--default
  .select2-selection--single::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  background: url(../img/doctor-speciality.png) 0 0/100% no-repeat;
  top: 12px;
  left: 9px;
}
.container-spacing {
  padding: 40px 0 30px 30px;
  margin-top: 20px;
}
.diasease-content p {
  color: #000;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 8px;
}
.button-section a {
  font-size: 18px;
  margin-top: 25px;
}
.expert-image img {
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  width: 100%;
  height: auto;
  object-fit: cover;
  position: relative;
  left: -4px;
  outline: #e6f6f6 solid 6px;
}
.expert-image-content {
  margin-left: 35px;
}
.expert-image-content h2 {
  font-size: 25px;
  line-height: normal;
  margin-bottom: 6px;
  border-bottom: 2px solid #e6f6f6;
}
.contact-left p,
.expert-image-content p {
  font-size: 15px;
  color: #000;
  line-height: 25px;
  margin-bottom: 0;
}
.disease-feature-image {
  position: relative;
  z-index: 22;
}
#homePageCondition .tripleMargin,
.tripleMargin {
  margin-top: 2vw;
}
#homePageCondition .disease-feature-image {
  margin-left: 6.5vw;
  width: 100%;
  height: 55vw;
  margin-top: -10vw;
  z-index: 2;
}
#homePageCondition .sideBackground {
  height: 70%;
}
#homeHopeless .pic-feature_1,
#homeTimeless .pic-1 {
  margin-left: 5.5vw;
  width: 47.5vw;
  height: 66vw;
}
.ml2 {
  margin-left: 2vw;
}
.doubleMargin {
  margin-top: 7.5vw;
}
#homePageCondition.centerContainer,
.infoContainer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
#homeHopeless .feature-content-spacing,
.thumb-layout {
  padding: 30px 25px;
}
.infoContainer,
.section-condition .centerContainer {
  width: 1380px;
}
.section-condition .main-background {
  left: 2vw;
  height: 89%;
  width: 100vw;
}
.section-condition .main-background.first {
  top: 11%;
}
.thumb-position {
  position: absolute;
  top: 44%;
  left: 14%;
  transform: translate(-50%, -50%);
}
.banner-btn,
.calender-field,
.feature-content-spacing,
.filter-wrapper.pagination-nav li,
.patient-portal,
.portal-wrap,
.select-box,
.thumb-layout-4 {
  position: relative;
}
.filter-wrapper .pagination-nav li:first-child > a::after,
.thumb-layout-2 .thumb-wrapper-content::before {
  content: none;
}
.thumb-wrapper-content {
  padding: 40px;
  border: 3px solid #fff;
  position: relative;
  z-index: 9;
}
.about-thumb .thumb-wrapper-content {
  min-height: 230px;
}
.thumb-wrapper-content::before {
  content: "";
  position: absolute;
  width: 238px;
  height: 136px;
  top: -15px;
  left: 8px;
  z-index: -1;
  border: 2px solid #fff;
}
.thumb-home-text h2 {
  font-size: 25px;
  color: #000;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}
.procedure-feature p {
  font-size: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
  line-height: 25px;
  color: #000;
}
.procedure-feature a {
  font-size: 18px;
  display: inline-block;
  color: #000;
  font-weight: 600;
}
.section2-bg-line,
.section3-line-bg {
  background-repeat: repeat-y;
  background-position: 15% 50%;
}
.section4-line-bg,
.section5-line-bg {
  background-position: 75% 50%;
  background-repeat: repeat-y;
}
.section5-line-bg {
  background-image: url(../img/line3.png);
}
.section6-line-bg,
.section7-line-bg,
.section8-line-bg,
.section9-line-bg {
  background-image: url(../img/line4.png);
  background-repeat: repeat-y;
  background-position: 76% 50%;
}
.portal-wrap {
  margin-right: 22%;
  width: 25%;
}
.patient-portal-img img {
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  width: 100%;
}
.patient-portal-round {
  background-color: #f9f9f9;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
  width: 100%;
  height: 16vw;
}
.patient-portal-content h2 {
  font-size: 22px;
  color: #000;
  margin-bottom: 15px;
  margin-top: 15px;
  text-transform: uppercase;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  margin-right: 25%;
}
.patient-portal-content a {
  color: #000;
  font-size: 18px;
  display: block;
  font-weight: 700;
  text-align: center;
  margin-right: 25%;
  margin-top: 15px;
  margin-bottom: 20px;
}
.blog-card .blog-content h4,
.blog-card .blog-content p,
.card-style-2 h2,
.card-style-2 p,
.news-content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.patient-portal-content img {
  margin-right: 22%;
  width: 90px;
}
.roundCta {
  text-align: center;
  width: 100vw;
  position: absolute;
  top: 21vw;
  left: -27vw;
}
.border-bar {
  height: 9px;
  width: 100%;
  position: relative;
}
.margin-top {
  margin-top: 20px;
}
.border-bar::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #fff;
}
.border-bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #fff;
}
.appointment-style-generic .nav {
  padding-bottom: 10px;
}
.appointment-style-generic .nav > li > a {
  font-size: 18px;
  padding: 6px 10px;
}
.appointment-style-1 .nav {
  border-bottom: 1px solid #fff;
}
.appointment-style-1 .nav > li > a,
.contact-medium .card:hover .card-image i,
.emergengy-trigger-pannel table i,
.modal-header h4,
.radio-label:hover p,
a.emergency-btn:focus {
  color: #fff;
}
.appointment-style-2 .nav {
  border-bottom: 1px solid #e6f6f6;
}
.appointment-card {
  background-color: #e6f6f6;
  padding: 15px;
  border-radius: 6px;
}
.appointment-form {
  padding: 40px 35px;
  border-radius: 6px;
  margin-top: -2%;
  margin-right: -3%;
}
.appointment-innerCard .calender-field .form-control:focus,
.form-layout-1,
.form-layout-2,
.form-layout-2 .calender-field input,
.form-layout-2 .select-box .nice-select,
.generic-bg,
.pin-wrapper .sticky-active {
  background-color: #fff;
}
.form-layout-2 .calender-field input {
  background-color: #e6f6f6;
  border: 1px solid #f6f6f6;
}
.appointment-innerCard,
.report-screen .report-appointment-card {
  background-color: #c9bae6;
}
.banner-form-area .calender-field input,
.banner-form-area
  .select-box
  .select2-container--default
  .select2-selection--multiple,
.banner-form-area .select-box
  .select2-container--default
  .select2-selection--single, 
  .search-form .form-control {
  border: 1px solid #4328a9;
}
.header-filter-form
  .select-box
  .select2-container--default
  .select2-selection--single,
.select-box .select2-container--default .select2-selection--multiple {
  border: 1px solid #f6f6f6;
}
.banner-form-area .calender-field input {
  font-size: 15px !important;
  background-color: #fff;
}
.select-box .select2-container--default .select2-selection--multiple,
.select-box .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #f6f6f6;
  border-radius: 8px;
  padding: 8px 8px 8px 36px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #000 !important;
  font-size: 15px;
}
.speciality-icon .select2-container--default .select2-selection--single {
  background-color: #fff;
  padding-top: 6px;
  padding-bottom: 6px;
}
.select-box
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 8px;
}
.select-box .select2-container .select2-selection--single {
  height: auto;
}
.select-box
  .select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid #fff;
  outline: 0;
}
.banner-form-area
  .select-box
  .select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid #4328a9;
  outline: 0;
}
.select-box .select2-container .select2-search--inline .select2-search__field {
  vertical-align: middle;
  line-height: normal;
  font-size: 15px;
  margin-top: 0;
}
.select-box .appointment-form ul li,
.tabs.tabs-simple .nav-tabs > li {
  margin-bottom: 0;
}
.select-box
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  margin: 0;
  background-color: #4328a9;
  color: #fff;
  border: none;
  padding-left: 6px;
  padding-right: 6px;
  max-width: 90%;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #e6f6f6 !important;
  color: #000 !important;
}
.select2-container--default
  .select2-search--dropdown
  .select2-search__field:focus-visible {
  outline: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 8px;
  border: 1px solid #4328a9 !important;
}
.doctor-select
  .select2-container--default
  .select2-selection--multiple::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../img/doctor-icon.png) 0 0 / cover;
  top: 12px;
  left: 8px;
}
.hospital-select
  .select2-container--default
  .select2-selection--single::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../img/hospital-select.png) 0 0 / cover;
  top: 12px;
  left: 10px;
}
.speciality-icon
  .select2-container--default
  .select2-selection--single::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  background: url(../img/badge-speciality.png) 0 0/100% no-repeat;
  top: 10px;
  left: 9px;
}
.calender-icon .select2-container--default .select2-selection--single::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  background: url(../img/calendar.png) 0 0/100% no-repeat;
  top: 12px;
  left: 9px;
}
.btn-gradient:not(.btn-outline) {
  padding: 12px 22px;
  font-size: 18px;
}
.form-btn {
  border-radius: 0.5rem;
}
.calender-field input {
  background: #fff;
  border-radius: 8px;
  position: relative;
  border: none;
  outline: 0;
  padding: 8px 15px 8px 40px;
  width: 100%;
}
.calender-field .field-date {
  position: absolute;
  top: 27%;
  left: 12px;
  width: 20px;
  height: 20px;
  z-index: 1;
}
.appointment-style-generic p {
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
  margin-top: 10px;
  line-height: normal;
}
.appointment-book-steps {
  background-image: url(../img/apppointment-bg.jpg);
  background-size: cover;
  background-position: center;
}
.help-card {
  padding: 30px;
}
.help-section img {
  width: 50px;
}
.help-section p {
  font-size: 20px;
  margin-top: 8px;
  color: #010000;
  border-bottom: 1px solid #e6f6f6;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.help-section .row [class*="col-"]:nth-child(2) {
  border-left: 2px solid #e6f6f6;
  border-right: 2px solid #e6f6f6;
}
.section-tab .tabs.tabs-simple .nav-tabs {
  justify-content: start;
  border-bottom: 2px solid #c9bae6;
}
.section-tab .tabs.tabs-simple .nav-tabs > li .nav-link {
  padding: 12px 50px;
  color: #000;
  font-size: 16px;
  border-bottom: 3px solid #fff0;
}
.section-tab .tabs.tabs-bottom .nav-tabs .nav-link.active {
  border-bottom-color: #4328a9;
}
.card-style-2 {
  background-color: #e6f6f6;
  border: 2px solid #fff;
  transition: 0.5s ease-in;
  border-radius: 8px;
  min-height: 180px;
}
.card-style-2 .card-body {
  padding: 15px 18px;
  border-radius: 6px;
}
.span-line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c9bae6;
}
.card-style-2 h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 6px;
  color: #000;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.card-style-2 p {
  font-size: 14px;
  line-height: 20px;
  margin-top: 8px;
  margin-bottom: 0;
  color: #000;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.accordion-item {
  border: none;
  background: 0 0;
}
.accordion-header {
  background: 0 0;
  border: none;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.accordion-button:not(.collapsed) {
  background: 0 0;
}
.accordion-header .accordion-button {
  background: 0 0;
  box-shadow: none;
  padding: 5px;
}
.faq-section .accordion-header span {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
  line-height: normal;
}
.accordion-button::after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #4328a9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.accordion-button:not(.collapsed)::after {
  content: "\f068";
  font-family: FontAwesome;
  background: #4328a9;
  color: #fff;
}
.contact-section .section-title h1,
.doctor-image,
.leadership-card {
  text-align: center;
}
.contact-section .card {
  height: 100%;
  transition: 0.3s ease-in-out;
  border: none;
}
.contact-section .card-body {
  padding: 1.25rem;
  border-radius: 10px;
}
.contact-section .card-image {
  height: 60px;
  width: 60px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  position: relative;
  border: 1px solid #4328a9;
  border-radius: 50%;
}
.card-image svg {
  position: absolute;
  top: 0;
  left: 0;
}
.card-image svg path {
  transition: 0.5s;
  fill: #fff;
}
.contact-section .card-image i {
  font-size: 20px;
  transition: 0.5s;
  position: relative;
  color: #000;
}
.contact-medium h2 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
  line-height: normal;
  color: #000;
}
.contact-medium p {
  color: #000;
  font-size: 15px;
  margin-bottom: 6px;
  line-height: normal;
}
.container-layout {
  border: 2px solid #afe2e3;
  border-radius: 6px;
}
ul.search-row {
  width: 100%;
  display: flex;
  overflow-x: hidden;
  align-items: center;
  gap: 7px;
}
.dr-search-date-wrapper li.search-date {
  padding: 5px 0;
  list-style: none;
  margin: 0;
}
.search-row li.search-date a {
  background-color: #4328a9;
  display: block;
  text-align: center;
  font-weight: 400;
  color: #fff;
  padding: 8px 0;
  min-width: 60px;
  font-size: 15px;
}
.search-row li.search-date a.active {
  background-color: #afe2e3;
  color: #000;
}
.scroll-container {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.scroll-button img {
  width: 20px;
}
.scroll-button {
  border: none;
  width: 50px;
  height: 40px;
  margin-top: 5px;
}
.scroll-left {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.scroll-right {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.doctor-profile-card .doctor-image img {
  border-radius: 50%;
  width: 320px;
  height: 320px;
  border: 10px solid #fff;
  object-fit: cover;
  object-position: top;
}
.doctor-profile-card .doctor-card-content h2 {
  font-size: 20px;
  margin-bottom: 2rem;
  line-height: normal;
  color: #000;
  font-weight: 600;
  border-bottom: 2px solid #e6f6f6;
  padding-bottom: 5px;
}
.doctor-profile-card .doctor-card-content h4 {
  font-size: 16px;
  line-height: normal;
  color: #000;
  margin-bottom: 5px;
  font-weight: 500;
}
.doctor-card-content a,
.doctor-card-content span {
  display: block;
  font-size: 15px;
  color: #000;
  font-style: italic;
}
.doctor-profile-card .doctor-card-content p {
  font-size: 14px;
  color: #000;
  line-height: normal;
  margin-bottom: 15px;
}
.slot-area {
  padding: 40px 30px;
  border-radius: 6px;
}
.card-layout-wrap .card-image img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 306px;
  height: 250px;
  object-fit: cover;
  object-position: top;
  border: 1px solid #ccc;
}
.card-content {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.card-content h2 {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: normal;
  color: #000;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-content ul,
.package-details-content ul {
  padding-left: 20px;
}
.card-content ul li,
.package-details-content ul li {
  color: #000;
  font-size: 15px;
  margin-bottom: 8px;
  line-height: normal;
}
.card-content span {
  color: #515151;
  font-size: 15px;
  font-weight: 500;
  display: block;
}
.appointment-form .form-style-3 input[type="text"]::placeholder {
  color: #000;
}
.appointment-form .form-style-3 input[type="text"]::-ms-input-placeholder {
  color: #000;
}
.package-details-content span {
  color: #000;
  border-bottom: 1px solid #000;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 6px;
}
.bg-color-card {
  background-color: #e6f6f6 !important;
}
.btn-custom {
  border-radius: 6px;
  width: 12%;
}
.expert-profile-card .doctor-image img {
  border-radius: 50%;
  border: 6px solid #fff;
  width: 250px;
  height: 250px;
  object-fit: cover;
  object-position: top;
  margin: 0 auto;
}
.expert-card-content h2 {
  font-size: 18px;
  color: #000;
  line-height: normal;
  margin-bottom: 12px;
  margin-top: 10px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pharmacy-content-box p,
.section-main p {
  font-size: 15px;
  line-height: 25px;
  color: #000;
}
.academics-card-layout .thumb-wrapper-content ul,
.doctor-profile-card-layout-2 .doctor-card-content ul,
.expert-card-content ul {
  list-style: none;
  padding-left: 0;
}
.doctor-profile-card-layout-2 .doctor-card-content ul li,
.expert-card-content ul li {
  display: flex;
  font-size: 15px;
  margin-bottom: 8px;
  color: #000;
  line-height: normal;
}
.doctor-list-master .expert-card-content ul li {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.expert-profile-style-2 .expert-card-content p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: normal;
}
.contact-icons,
.doctor-profile-card-layout-2 .doctor-card-content i img,
.expert-card-content i img,
.expertCarousel .owl-item .expert-card-content i img {
  width: 20px;
  margin-right: 8px;
}
.expert-card-content a {
  color: #000;
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
}
.expert-card-content p {
  color: #000;
  font-size: 15px;
  margin-bottom: 0;
  min-height: 20px;
}
.pin-wrapper {
  padding: 0;
}
.filter-wrapper .pagination-nav a {
  font-size: 15px;
}
.filter-wrapper .pagination-nav li:first-child > a {
  padding-left: 0;
}
.filter-wrapper .pagination-nav li > a {
  color: #010000;
  position: relative;
  padding: 8px 15px;
  font-size: 16px;
  margin: 0 5px;
}
.filter-wrapper .pagination-nav li > a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #4328a9;
  top: 18px;
  left: -15px;
}
.section-main {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.main-background {
  width: 100%;
  height: 100.1%;
  left: 6vw;
  position: absolute;
  z-index: 0;
}
#overView .main-background.first {
  top: 4.5vw;
  will-change: transform;
}
.sideLines {
  background: url(../img/vertSprite.png);
  height: 100%;
  width: 15vw;
  position: absolute;
  right: 22.5vw;
  will-change: transform;
  transform-origin: top;
  z-index: 1;
}
.centerContainer {
  width: calc(100% - 11vw);
  margin-left: auto;
  margin-right: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.sideBackground {
  top: 4vw;
  height: 26%;
  width: 32.5vw;
  position: absolute;
  right: 10vw;
}
.centerContainer .sideBackground {
  right: 0;
}
.ml3 {
  margin-left: 3vw;
}
.w30 {
  width: 30vw;
}
#overView .tripleMargin {
  margin-top: 3vw;
}
.section-main p {
  margin-bottom: 6px;
}
.procedure-feature img {
  width: 100%;
  height: 420px;
}
#homeTimeless .pic-1 {
  margin-top: -5vw;
  z-index: 1;
}
.doctor-profile-card-layout-2 .doctor-card-content h2,
.isurance-box-layout ul:last-child,
.report-screen .doctor-profile-card-layout-2 {
  border-bottom: none;
}
.doctor-profile-card-layout-2 ul li {
  display: flex;
  align-items: start;
  font-size: 15px;
  color: #000;
  margin-bottom: 8px;
}
.blog-card .blog-content h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 6px;
  margin-top: 6px;
  color: #000;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.blog-card .blog-content p {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 8px;
  margin-bottom: 0;
  color: #878078;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.blog-img img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.blog-card .blog-content {
  background-image: url(../img/blog-card-bg.jpg);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border: 1px solid #afe2e3;
  background-size: 100% 100%;
  background-position: center center;
  min-height: 190px;
}
.why-choose-wrap .pharmacy-image-box {
  width: 40%;
}
.why-choose-wrap .pharmacy-content-box {
  width: 70%;
  padding-left: 140px;
}
.isurance-box-layout {
  background-color: #e8f4ea;
  margin-top: -5%;
  margin-right: -5%;
}
.isurance-box-layout ul {
  margin-top: 8px;
  color: #000;
}
.span-line-2 {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.academics-card-layout .thumb-wrapper-content h2 {
  font-size: 20px;
  color: #4328a9;
  line-height: normal;
  font-weight: 500;
  margin-bottom: 10px;
}
.academics-card-layout .thumb-wrapper-content span {
  display: inline-block;
  border-bottom: 1px solid #000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #000;
}
.academics-card-layout .thumb-wrapper-content ol {
  padding-left: 13px;
}
.academics-card-layout .thumb-wrapper-content ol li,
.academics-card-layout .thumb-wrapper-content ul li {
  color: #000;
  margin-bottom: 6px;
  font-size: 15px;
}
.academics-card-layout .thumb-wrapper-content p {
  color: #000;
  margin-bottom: 6px;
  line-height: 25px;
  font-size: 15px;
}
.appointment-form ul {
  list-style: none;
  padding-left: 0;
  border-bottom: 2px solid #fff;
}
.appointment-form ul li {
  font-size: 15px;
  margin-bottom: 8px;
  color: #000;
}
.otp-row {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
.card-icon,
.content-details-heading h3,
.icons-bg,
.mission-icon {
  display: flex;
  align-items: center;
}
.otp-form .otp-row .form-control {
  width: 50px;
  margin-right: 15px;
  text-align: center;
  background-color: #e6f6f6;
  border: 1px solid #c9bae6;
}
#content-show .show-more {
  max-height: none;
}
#readMoreBtn {
  color: #000;
  font-size: 15px;
  font-weight: 600;
}
.about-section-box {
  background-color: #fff;
  position: relative;
}
.about-section-content-box {
  background-color: #e6f6f6;
  padding: 30px 35px 30px 30px;
  text-align: justify;
}
.feature-img {
  position: relative;
  height: 100%;
}
.about-content-section p,
.about-section-content-box p,
.generic-content p {
  font-size: 15px;
  color: #000;
  margin-bottom: 8px;
  line-height: 26px;
}
.about-section-content-box h1 {
  font-size: 25px;
  line-height: normal;
  margin-bottom: 10px;
  font-weight: 700;
  color: #000;
}
.contact-left h5,
.mission-icon h4,
.moto-box p,
h3 {
  margin-bottom: 0;
  color: #000;
}
.about-box img {
  height: auto;
  width: 35px;
}
.about-content-section {
  margin-bottom: 15%;
}
.mission-box {
  margin-top: -15%;
  position: relative;
}
.mission-icon img {
  height: 50px;
  width: 50px;
  margin-right: 10px;
}
.mission-icon h4 {
  font-size: 20px;
  line-height: normal;
  font-weight: 600;
}
.moto-box p {
  font-size: 14px;
}
.contact-form-bg,
.leadership-section {
  background-color: #f6f6f6;
}
.leadership-card .leadership-content h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 6px;
  margin-top: 6px;
  color: #000;
  text-align: center;
}
.thumb-layout-3 .thumb-wrapper-content::before {
  width: 96%;
  height: 255px;
  left: 12px;
  z-index: -1;
}
.contact-btn-tab.tabs.tabs-simple .nav-tabs > li:nth-child(2) {
  margin: 0 6px;
}
.contact-left h5,
h3 {
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  text-transform: none;
}
.span-line-3 {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #cccaca;
  margin: 20px auto;
}
.contact-left h3 {
  font-size: 18px;
}
.hospital-image img {
  width: 100%;
  height: 410px;
  object-fit: cover;
}
.hospital-card {
  background-color: #fff;
  padding: 10px;
  min-height: 612px;
}
.details-grdient-bg {
  background: linear-gradient(90deg, rgb(255 255 255) 5%, rgb(248 242 234) 5%);
}
.thumb-layout-4 .thumb-wrapper-content::before {
  width: 97%;
  height: 430px;
  z-index: -1;
}
.news-img img {
  border-radius: 8px;
  width: 100%;
  border: 2px solid #e8dbcb;
}
.news-content p {
  font-size: 16px;
  color: #000;
  line-height: 25px;
  font-weight: 500;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.hospital-details-content p {
  font-size: 15px;
  line-height: 25px;
  color: #000;
  margin-bottom: 0;
}
.thumb-layout-5 .thumb-wrapper-content::before {
  width: 97%;
  height: 295px;
  z-index: -1;
}
.blog-details-content P {
  font-size: 15px;
  color: #000;
  line-height: 25px;
  margin-bottom: 15px;
}
.blog-details-content h3 {
  font-size: 15px;
  color: #000;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 5px;
  text-transform: none;
  position: relative;
  padding-left: 16px;
}
.blog-details-content h3::before {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  background-color: #d7c9b4;
  border-radius: 50%;
  top: 7px;
  left: 1px;
}
.blog-details-content ul,
.content-list-style ul {
  list-style: none;
  position: relative;
  padding-left: 0;
}
.blog-details-content ul li {
  color: #000;
  margin-bottom: 6px;
  font-size: 15px;
  padding-left: 22px;
  position: relative;
  line-height: 22px;
}
.blog-details-content ul li::before {
  content: "\f138";
  font-family: Fontawesome;
  position: absolute;
  top: 2px;
  left: 0;
  color: #4328a9;
  font-size: 16px;
}
.treatment-card {
  position: relative;
  background-color: #e4daca;
  padding: 10px;
  border-radius: 6px;
  margin-top: 12px;
  margin-right: 12px;
}
.treatment-card .treatment-thumb-layout {
  border-radius: 6px;
  margin-top: -5%;
  margin-right: -5%;
}
.treatment-card .treatment-thumb-layout .thumb-wrapper-content::before {
  width: 95%;
  height: 150px;
}
.treatment-card .treatment-thumb-layout .card-details-content h2 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: center;
  text-transform: none;
}
.contact-medium .card:hover .card-image path {
  fill: #4328a9;
}
.content-details-heading h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  color: #000;
  margin-bottom: 10px;
  text-transform: none;
}
.doctor-details-content ul {
  list-style: none;
  position: relative;
}
.doctor-details-content ul li,
.list-icons ul li,
.site-content ul li {
  font-size: 15px;
  margin-bottom: 6px;
  color: #000;
  position: relative;
  padding-left: 20px;
}
.doctor-details-content ul li::before,
.site-content ul li::before {
  content: "";
  position: absolute;
  background-color: #4328a9;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 9px;
  left: 2px;
}
.doctor-details-content p {
  padding-left: 2rem;
  font-size: 15px;
  color: #000;
  line-height: 25px;
  margin-bottom: 10px;
}
.doctor-details-content h3 img {
  width: 18px;
  margin-right: 10px;
}
.tpa-section p {
  color: #000;
  font-size: 15px;
  line-height: normal;
  margin-bottom: 8px;
}
.isurance-box-layout ul li {
  padding-left: 16px;
}
.VIpgJd-ZVi9od-xl07Ob-lTBxed img,
.mobile-block,
.mobile-heading,
.mobile-on {
  display: none;
}
.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.testimonial-section
  .owl-carousel
  .owl-item
  .testimonial-video
  img:not(.play-icon img) {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.testimonial-section .owl-carousel .owl-item .testimonial-video .play-icon img {
  width: initial;
  height: auto;
}
#videoPoupModal .btn-close {
  position: absolute;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  top: -11px;
  right: -1%;
  background-color: #f7f1e9;
  z-index: 2;
  opacity: 1;
}
#videoPoupModal .popup-video {
  line-height: 0;
  padding: 0;
}
.contentPopup .modal-header {
  background-color: #4328a9;
  color: #fff;
  border-bottom: none;
}
.contentPopup .popup-tile {
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
}
.contentPopup .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  color: #fff;
  opacity: 1;
}
.contentPopup p {
  color: #000;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 6px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #000 #fff0 #fff0 transparent !important;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #fff0 #fff0 #000 transparent !important;
}
.icon-form-wrap .form-control {
  border-color: #000;
}
.form-control:focus,
.icon-form-wrap .form-control:focus,
.search-form .form-control:focus {
  box-shadow: none;
}
a.emergency-btn:hover {
  text-decoration: none;
  color: #fff;
}
.emergency-trigger {
  position: fixed;
  left: -4px;
  top: 34%;
  z-index: 99;
  width: 40px;
}
.emergency-btn {
  font-size: 15px;
  border-radius: 20px;
  color: #fff;
  background-color: #c13434;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  padding: 10.5px 6px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-transform: uppercase;
  display: flex;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  outline: 0;
  font-weight: 700;
}
.emergengy-trigger-pannel {
  z-index: -1;
  position: absolute;
  top: 0;
  width: 330px;
  left: 38px;
  padding: 10px 8px;
  background-color: #c13434;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 1px solid #fff;
  transition: display 0.5s ease-in-out;
  display: none;
}
.emergengy-trigger-pannel a {
  font-size: 16px;
  color: #fff;
  line-height: normal;
}
.emergengy-trigger-pannel table td {
  padding: 5px;
}
.contact-form .form-control,
.contact-form .form-select {
  border: 1px solid #f6f6f6;
  border-radius: 8px;
}
.popup-modal .btn-close {
  background-color: #fff;
  opacity: 1;
  border-radius: 50%;
}
.treatment-box .card-style-2 {
  min-height: 130px;
}
.treatment-box .card-style-2 p {
  -webkit-line-clamp: 1;
}
.border-bottom {
  border-bottom: 2px solid #e8f4ea !important;
}
.form-bg-color {
  background-color: #e8f4ea;
}
.generic-form-layout h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  color: #4328a9;
  margin-bottom: 8px;
  text-align: left;
}
.sticky-section {
  position: sticky;
  top: 140px;
}
.content-list-style ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  color: #000;
  line-height: normal;
  font-size: 15px;
  padding-top: 4px;
}
.content-list-style ul li::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 10px;
  width: 8px;
  height: 8px;
  background-color: #4328a9;
  border-radius: 50%;
}
.doctor-select .select2-search textarea::-moz-placeholder {
  color: #000;
}
.doctor-select .select2-search textarea::-webkit-input-placeholder {
  color: #000;
}
.doctor-select .select2-search textarea:-ms-input-placeholder {
  color: #000;
}
.appointment-section {
  padding: 110px 0 35px;
  position: relative;
}
.appointment-form .form-control::-moz-placeholder,
.banner-form-area .form-control::-moz-placeholde {
  color: #000;
}
.appointment-form .form-control::placeholder,
.banner-form-area .form-control::placeholder {
  color: #000;
}
.appointment-form .form-control::-webkit-input-placeholder,
.banner-form-area .form-control::-webkit-input-placeholder {
  color: #000;
}
.price-para {
  position: absolute;
  right: 20px;
  top: 6px;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin-top: 0;
}
.radio-label {
  margin-bottom: 0.5em;
  color: #000;
  display: block;
  background-color: #afe2e3;
  padding: 16px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  transition: 0.4s ease-in-out;
}
.radio-label:hover {
  background-color: #4328a9;
  color: #fff;
}
.radio-input {
  position: absolute;
  opacity: 0;
}
.radio-input:checked + .radio-label,
.radio-input:checked + .radio-label p {
  background-color: #4328a9;
  border-color: #fff;
  color: #fff;
}
.radio-input:focus + .radio-label {
  outline: #fff solid 2px;
}
.radio-inner-circle {
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 2px solid #000;
  border-radius: 50%;
  margin-right: 0.5em;
  transition: border-color 0.2s;
  position: relative;
}
.radio-input:checked + .radio-label .radio-inner-circle,
.radio-label:hover .radio-inner-circle {
  border-color: #fff;
}
.radio-input:checked + .radio-label .radio-inner-circle::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.search-box {
  padding: 15px;
  background-color: #fff;
  position: absolute;
  box-shadow: 0 0 32px 2px rgb(0 0 0 / 0.5);
  z-index: 99999;
  display: none;
  top: 75px;
  right: 0;
  min-width: 350px;
  border-radius: 3px;
}
.search-form .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.search-data {
  overflow-y: scroll;
  max-height: 300px;
}
.search-data h3 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: left;
  padding: 5px;
  background: #4328a9;
  margin-top: 8px;
  margin-bottom: 8px;
  border-radius: 3px;
}
.search-data ul,
.timeline-wrap ul {
  padding-left: 0;
  list-style: none;
}
.search-data ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  line-height: normal;
}
.search-data ul li::before {
  content: "\f054";
  font-family: FontAwesome;
  position: absolute;
  color: #4328a9;
  top: 5px;
  left: 0;
  font-size: 12px;
}
.search-data ul li a {
  color: #000;
  line-height: normal;
  font-size: 15px;
}
.search-data::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 0.3);
  background-color: #f5f5f5;
}
.search-data::-webkit-scrollbar {
  width: 6px;
  background-color: #4328a9;
}
.search-data::-webkit-scrollbar-thumb {
  background-color: #4328a9;
}
.close-trigger {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: none;
  outline: 0;
  filter: drop-shadow(0 1px 3px rgb(0 0 0 / 0.2));
  top: -13px;
  right: -9px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close-trigger img {
  width: 18px;
}
.icons-bg {
  background-color: #4328a9;
  width: 22px;
  height: 22px;
  justify-content: center;
  border-radius: 50%;
}
.timeline-bg {
  background-image: url(../img/map.png);
  background-size: cover;
  background-position: 100%;
}
.card-icon {
  background-color: #c9bae6;
  filter: drop-shadow(2.571px 3.064px 5px #d5d5d5);
  border-radius: 4px;
  text-align: center;
  padding: 10px 15px;
}
.card-icon img {
  width: 45px;
  height: auto;
}
.number-content span {
  display: block;
  font-size: 30px;
  color: #000;
  font-weight: 600;
}
.text-content h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
}
.megamenu-panel .card p,
.text-content p {
  font-size: 15px;
  color: #000;
  line-height: normal;
  margin-bottom: 6px;
}
.timeline-wrap ul {
  --col-gap: 2rem;
  --row-gap: 2rem;
  --line-w: 0.25rem;
  display: grid;
  grid-template-columns: var(--line-w) 1fr;
  grid-auto-columns: max-content;
  column-gap: var(--col-gap);
  width: min(85rem, 100%);
  margin-inline: auto;
}
.timeline-wrap.timeline-bar ul::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / span 20;
  background: #000;
  width: 2px;
}
.timeline-wrap ul li:not(:last-child) {
  margin-bottom: var(--row-gap);
}
.timeline-wrap ul li {
  display: grid;
  grid-template-columns: auto 80px auto;
  line-height: normal;
}
.timeline-wrap ul li .card-icon::after {
  content: "";
  position: absolute;
  width: 2rem;
  aspect-ratio: 1;
  background: #fff;
  border: 4px solid #c9bae6;
  border-radius: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  right: calc(100% + 2rem + 5px / 2);
}
.timeline-wrap ul li:nth-child(2n) .card-icon::after {
  border: 4px solid #e6f6f6;
}
.timeline-wrap ul li:nth-child(2n) .number-content span {
  color: #afe2e3;
}
.col-20 {
  width: 20%;
}
.package-list-section .card-content {
  min-height: 135px;
}
.package-overview-section .why-choose-wrap .right-content-box {
  padding-left: 82px;
  padding-right: 40px;
}
.package-details-content p {
  font-size: 14px;
  color: #000;
  line-height: normal;
  margin-bottom: 8px;
}
.about-feature-image {
  height: 100%;
}
.speciality-list .card-body {
  min-height: 166px;
}
.procedure-content h1 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
  line-height: normal;
}
.contact-info h3,
.contact-info h4 {
  font-weight: 700;
  color: #000;
  line-height: normal;
}
.media-coverage .blog-img img {
  border: 1px solid #ccc;
  border-radius: 6px;
}
.gallery-list .card .img-thumbnail img {
  width: 100%;
  height: 424px;
  object-fit: cover;
  object-position: top;
}
.outer-checkbox {
  width: 50px;
  height: 24px;
}
.outer-checkbox .checkbox {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.outer-checkbox .switch {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #217238;
  border-radius: 16px;
  cursor: pointer;
  transition: 0.2s ease-out;
}
.outer-checkbox .slider {
  width: 27px;
  height: 27px;
  position: absolute;
  left: calc(50% - 30px / 2 - 10px);
  top: calc(50% - 27px / 2);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 3px 8px rgb(0 0 0 / 0.15), 0 3px 1px rgb(0 0 0 / 0.06);
  transition: 0.2s ease-out;
  cursor: pointer;
}
.checkbox:checked + .switch {
  background-color: #34c759;
}
.checkbox:checked + .switch .slider {
  left: calc(50% - 24px / 2 + 10px);
  top: calc(50% - 27px / 2);
}
.contact-info h3 {
  font-size: 24px;
  text-transform: none;
  margin-bottom: 12px;
  text-align: left;
}
.contact-info h4 {
  font-size: 17px;
  margin-bottom: 0;
}
.contact-info .icons img {
  width: 24px;
}
.contact-info p {
  color: #000;
  margin-bottom: 6px;
  line-height: normal;
  font-size: 15px;
}
.contact-info-card .card-body {
  margin-top: -22px;
  margin-right: -26px;
  padding-bottom: 0.86rem;
}
.iti {
  display: block !important;
}
.mobile-emergency img {
  width: 28px;
}
.right-map a {
  font-size: 14px;
  color: #fff !important;
  line-height: normal;
}
.contact-info-card {
  padding: 9px;
}
.report-screen .appointment-card.report-appointment-card {
  padding: 12px 11px;
}
.report-screen .report-appointment-card .appointment-form {
  margin-top: -3%;
  margin-right: -3%;
}
.banner-form-area h3 {
  font-size: 25px;
  line-height: normal;
  margin-bottom: 12px;
  color: #000;
  font-weight: 600;
  text-align: center;
}
.leadership-img img {
  border-radius: 50%;
  width: 250px;
  height: 250px;
  object-fit: cover;
}
.leadership-card .leadership-content p {
  font-size: 15px;
  margin-bottom: 6px;
  color: #000;
  line-height: normal;
  text-align: center;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background: #4328a9 !important;
  border-radius: 50%;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.footer-info-area {
  display: flex;
  align-items: start;
  margin-bottom: 15px;
}
.footer-info-area .left img {
  width: 18px;
  margin-bottom: 10px;
  vertical-align: -webkit-baseline-middle;
}
.loader-div {
  display: none;
  position: fixed;
  margin: 0;
  padding: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 30001;
  opacity: 0.8;
}
.loader-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.header-icon {
  width: 18px;
  margin-right: 6px;
}
.w-65 {
  width: 65% !important;
}
.w-40 {
  width: 40% !important;
}
.footer-brand:nth-child(2) img {
  width: 80px !important;
}
.footer-logo {
  display: flex;
}
.footer-logo .footer-brand:nth-child(2) {
  margin-left: 8px;
  margin-right: 8px;
}
.thankyou-section h3 {
  font-size: 30px;
  margin-top: 15px;
  margin-bottom: 0;
  text-align: center;
  color: #000;
  font-weight: 700;
}
.ms-6 {
  margin-left: 6rem !important;
}
.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 0 auto;
  box-shadow: inset 0 0 0 #fff;
  animation: 0.4s ease-in-out 0.4s forwards fill,
    0.3s ease-in-out 0.9s both scale;
}
.checkmark-circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #fff;
  fill: none;
  animation: 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards stroke;
}
.checkmark-check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards stroke;
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%,
  100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0 0 0 30px #217238;
  }
}
.toast button {
  position: absolute;
  right: 15px;
  top: 22px;
  font-size: 15px;
  background-color: #fff;
  opacity: 1;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
.bg-emergency {
  background-color: #c13434;
}
.country-select
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: normal;
}
.country-select .select2-container--default .select2-selection--single {
  padding-left: 6px;
  border: none;
}
.emergency-toaster {
  display: none;
  top: 62px;
  position: fixed;
  left: 10px;
  z-index: 22;
}
#google_translate_element select {
  background: #f6edfd;
  color: #383ffa;
  border: none;
  border-radius: 3px;
  padding: 6px 8px;
}
#goog-gt-tt,
.goog-logo-link,
.goog-te-balloon-frame,
.goog-te-banner-frame {
  display: none !important;
}
.goog-te-gadget {
  color: transparent !important;
}
.goog-text-highlight {
  background: 0 0 !important;
  box-shadow: none !important;
}
.float,
.float-request-appointment {
  position: fixed;
  bottom: 40px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.goog-te-gadget-simple {
  background-color: #fff !important;
  font-size: 11pt !important;
  display: inline-block !important;
  cursor: pointer !important;
  border-radius: 0;
  border: none !important;
}
.VIpgJd-ZVi9od-xl07Ob-lTBxed span {
  border-left: 1px solid #fff0 !important;
}
.star-rating {
  color: #000;
}
.megamenu-panel .card {
  background-color: #fff0;
  border-radius: 8px;
  border: 1px solid #4328a9;
}
.megamenu-panel .card h3 {
  font-size: 18px;
  margin-bottom: 6px;
}
.banner-btn .button-icon {
  position: absolute;
  transform: translateX(100px);
  height: 100%;
  width: 50px;
  background-color: #217238;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.banner-btn .button-text {
  transform: translateX(-18px);
  color: #fff;
  display: block;
}
.button-text {
  transition: 0.3s;
}
.float-request-appointment {
  display: block;
  right: 40px;
  background: #4328a9 !important;
  color: #fff !important;
}
.float {
  display: block;
  width: 60px;
  height: 60px;
  left: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
}
.my-float {
  margin-top: 16px;
}
.book-apt-btn {
  font-size: 20px;
}
.border-bottom-1 {
  border-bottom: 1px solid #e8f4ea !important;
}
.border-bottom-primary {
  border-bottom: 1px solid #4328a9 !important;
}
.list-icons ul,
.site-content ul {
  padding-left: 0;
  list-style: none;
  position: relative;
}
.list-icons ul li {
  padding-left: 25px;
}
.book-strip-bg {
  background-color: #4328a9;
}
.booking-card-strip img {
  width: 100px;
}
.btn-secondary-custom:hover {
  border-color: #fff !important;
}
.list-icons ul li::before {
  content: "";
  position: absolute;
  background-image: url(../img/check-square.svg);
  background-size: cover;
  width: 20px;
  height: 20px;
  left: 0;
  top: 2px;
}
.icon-box {
  width: 80px;
  margin: 0 auto;
}
.icon-box img {
  width: 60px;
}
.immigration-widget .card {
  min-height: 200px;
}
.healthcare-healthday .site-content h3 {
  margin-bottom: 10px;
  font-size: 20px;
}
.blog-feature-image img {
  height: 320px;
  object-fit: contain;
}
.bmw-section .hospital-card {
  min-height: auto;
}
.doctor-details-content .blog-card .blog-content{min-height: auto;}
.doctor-details-content .blog-img img{height: 180px;}
.section-element-card .card-box{
  border: 1px solid #4328a9;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-box-text h4{
  font-size: 20px;
  margin-bottom: 0;
  color: #4328a9;
  font-weight: 600;
}
.section-element-card .card-box-text {
  width: 70%;
  padding: 10px;
  display: flex;
  align-items: center;
}
.section-element-card .card-box-icon {
  width: 30%;
}
.cart-box span {
  width: 25px;
  height: 25px;
  background-color: #383ffa;
  border-radius: 100%;
  color: #fff;
  position: absolute;
  top: -12px;
  right: -14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.diagnosis-cart-border{
  border: 1px solid #4328a9;
}
.generic-boxwrap .layout-box{
  height: auto;
  padding-bottom: 55px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.generic-boxwrap .layout-box::before{
  height: 380px;
}

.radio-diagnostic-bg{
	background-image: url('../img/radio-diagnostic-bg.jpg');
	height: 225px;
	background-size: cover;
	background-position: top;
	border: 1px solid #ccc;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
  padding: 10px;
}
.card-image p{
  font-size: 24px;
	text-align: center;
	font-weight: 800;
	color: #393185;
	text-transform: uppercase;
  margin-bottom: 0;
  line-height: normal;
}