.text-green {
  color: #00a5bf;
}

.color-gray-600 {
  color: #616161 !important;
}

.bg-green3 {
  background-color: #00a5bf !important;
}

.lh-0 {
  line-height: 0px;
}

.text-lgreen {
  color: #35b6b4;
}

.text-lblack {
  color: #000000;
}

.lh-13 {
  line-height: 13px;
}

.h-42 {
  height: 42px;
}

.f-12 {
  font-size: 12px;
}

.h-20p {
  height: 20px;
}

.w-20p {
  width: 20px;
}

/* html {
  scroll-behavior: smooth;
  scroll-padding-top: 220px;
} */

/***********banner*******************/

.section-speciality-banner.new {
  background: url("https://max-health-care.online/img/package/php-banner.png");
  background-position: center;
  background-size: cover;
}

.int-resp-banner {
  background: #e9edf3;
}

.form-group.agree-check-box input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group.agree-check-box label {
  position: relative;
  cursor: pointer;
}

.form-group.agree-check-box label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #003974;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 7px;
  border-radius: 3px;
  margin-bottom: 4px;
}

.form-group.agree-check-box input:checked +  div label:after  {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 5px;
  width: 4px;
  height: 9px;
  border: solid #003974;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.mx-pagination-item-white::after {
  color: initial !important;
}

.section-speciality-banner.new .banner-box {
  border-radius: 4.283px;
  padding: 10px 18px;
  background: #e2e9f2;
  margin-right: 18px;
}

.section-speciality-banner.new .banner-box:last-child {
  margin-right: 0px;
}

.banner-form {
  border-radius: 11.477px;
  background: #d5dfeb;
  padding: 14px 22px 7px 22px;
}

.banner-form .form-control {
  border-color: #cfcfcf;
  font-size: 1rem;
  padding: 9px 17px;
  color: #003a70;
}

.banner-form .form-control::placeholder {
  color: #66686d;
  font-size: 16.225px;
}

.banner-form .form-group {
  margin-bottom: 14px;
}

.banner-box:last-child {
  margin-right: 0px;
}

.banner-award-img {
  width: 44px;
  height: 44px;
}

.banner-award-section .design-place {
  background-color: #e2e9f2;
  padding: 5px 9px;
  border-radius: 6px;
  border: 1px solid #a6bcd9;
}

.sticky-form {
  position: sticky;
  top: 100px;
  margin-top: -480px;
}

.int-page-division .side-nav-tabs .tabs-container {
  height: 190px;
  overflow-y: auto;
  direction: rtl;
}
.int-page-division .side-nav-tabs .tabs {
  direction: ltr;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.int-page-division .side-nav-tabs .tabs li {
  padding: 10px;
}

.int-page-division .side-nav-tabs .tabs li a {
  text-decoration: none;
  color: #000000;
  font-size: 18px;
}

/***********************************int-video-section***********/

.int-video-section .video-container{
  box-shadow: 1px 4px 22px 0px #00000040;

}
.int-video-section{
  background-color: #f1f7ff;
  position: relative;
}

.int-video-section .doc-details{
  padding: 10px;
  background-color: white;
  box-shadow: 0px 4px 14px 0px #D0E4FF;
  border-radius: 5px;
}

.int-video-section::before{
  content: '';
  clip-path: polygon(72% 0, 100% 0, 100% 100%, 55% 100%);
  background-color: #004084;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  position: absolute;
}
/*****************************************************/

.our-specialities-section-linkbox-line {
  color: #616161;
}

.speciality-box div:nth-child(2n) a {
  background-color: #f7f7f7;
  border-radius: 10px;
}



.our-specialities-section-linkbox-sm {
  line-height: 22px;
}

.our-specialities-section-linkbox {
  border-radius: 5px;
  color: #003a70;
  display: block;
  transition: none;
  padding: 5px 19px 5px 0;
}

.our-specialities-section-linkbox-line-blue {
  color: #0084ff;
}

.our-specialities-section-linkbox:focus,
.our-specialities-section-linkbox:focus .our-specialities-section-linkbox-line,
.our-specialities-section-linkbox:hover,
.our-specialities-section-linkbox:hover .our-specialities-section-linkbox-line {
  background: #003a70 !important;
  color: #fff !important;
  text-decoration: none;
}

@media (max-width: 991.98px){

  .faq-consult-btn {
    display: inline-block;
    border-radius: 4px;
    margin: 0 5px;
    padding-left: 10px;
    padding-right: 10px;
    min-width: auto !important;
}

  .health-tips-section-img-sm {
    height: 100px !important;
}

.speciality-box div:nth-child(2n) a {
    padding-left: 16px;
}
.mx-pagination-link{
  font-size: 11px !important;
}

}


.form-group.agree-check-box label {
position: relative;
cursor: pointer;
}

.accordian-icon {
transition: transform 0.3s ease;
cursor: pointer;
}
.rotated {
transform: rotate(180deg);
}

.card-header {
padding: 0px !important;
}


@media (min-width: 992px) {

  .flex-grow-lg-0{
    flex-grow: 0 !important;
  }

  .location-card-img {
    height: 140px;
  }

  .faq-btn {

    min-width: 141px !important;
}

.faq-btn img {
  width: 20px;
  object-fit: contain;
}

.city-page-faq button , .card-body{
  font-weight: 400 !important;
  line-height: 20px;
}


.city-page-faq .card{
  border: none;
  margin-bottom: 17px;
}

.city-page-faq button , .card-body{
  font-weight: 400 !important;
  line-height: 20px;
}

.city-page-faq .card-header , .city-page-faq  .card-body{
background-color: #fbfbfb !important;
border: none !important;
}



.doctor-boxes .box {
  background-color: #E2E9F2;

}
  .our-specialities-section-linkbox-sm {
    padding: 10px 14px;
  }


  .our-specialities-section-linkbox {
    font-size: 17px;
  }

}

/*************************/

.health-tips-section-img, .meet-doctor-section-content-img {
  object-fit: cover;
  width: 100%;
}


@media (min-width: 768px){
.health-tips-section-img {
    border-radius: 5px 5px 0 0;
}
}

.health-tips-section-img-sm {
  height: 180px;
}

.health-tips-section {
  position: relative;
  z-index: 1;
}

.health-tips-section-link {
  margin-bottom: 5px;
}

.health-tips-section-link {
  display: block;
}
.city-page-faq .card{
  border: none;
  margin-bottom: 17px;
}

.city-page-faq .card-header, .city-page-faq  .card-body {
  background-color: #fbfbfb !important;
  border: none !important;
}

.card-body {
padding: 0px !important;
}



.card-body {
padding: 0px !important;
}



.city-page-faq  .card-body{
padding-top: 0px;

color: #605C67;
}

.faq-btn{
display: inline-block;
border-radius: 4px;
margin: 0 5px;
min-width: 211px;

}

.call-back{
background-color: #35B6B4;
}

.whatsapp-btn{
background-color: #24CC63;
}

.faq-btn img{
width: 30px;
object-fit: contain;
}

@media (min-width: 992px){
.health-tips-section-bg-sm {
    padding: 10px;
}

}

.health-tips-section.with-blue-bg:after {
  background: #003a70;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.city-page-faq button {
  text-decoration: none !important;
  color: #49454f !important;
  font-weight: 600 !important;
  padding: 0px !important;
}

@media (min-width: 992px){
  .f-lg-16 {
    font-size: 16px !important;
  }
  .f-lg-18 {
    font-size: 18px !important;
  }
.health-tips-section-bg {
    background: #fff;
    border-radius: 0 0 5px 5px;

}


}

@media (min-width: 1200px){

  .faq-consult-btn {
    width: 220px !important;
    /* min-width: 211px; */
    border-radius: 4px;
    margin: 0 5px;
}

.health-tips-section-link:not(.hover-no-bg):hover .health-tips-section-bg {
    background-color: #f7f7f7;
}
}

.health-tips-section-link:hover {
  text-decoration: none;
}


@media (max-width: 991.98px){

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

.health-tips-section-horizontal-on-sm .health-tips-section-link {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.health-tips-section-group {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  padding: 13px 15px 30px;
}

.health-tips-section-horizontal-on-sm {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  box-shadow: 0 1px 4px rgba(0,0,0,.15);
  height: 90px;
  margin-bottom: 15px;
}

.health-tips-section-horizontal-on-sm .health-tips-section-link {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.health-tips-section-horizontal-on-sm .health-tips-section-img {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  height: 90px;
  margin-left: 5px;
  order: 1;
  width: 90px;
}

.health-tips-section-horizontal-on-sm .health-tips-section-bg {
  min-width: 0;
  padding-left: 8px;
  padding-top: 0;
}
.health-tips-section-bg {
  box-shadow: none!important;
}
}

.health-tips-section.with-blue-bg.one-third:after {
  height: 39%;
}


@media (min-width: 768px) {
  .health-tips-section.with-blue-bg.one-third:after {
    height: 75%;
  }
}


/**********************/
.treatment-cal {
  background-image: url("https://max-website20-images.s3.ap-south-1.amazonaws.com/side_form_banner_1_07cd8df104.png");
  padding: 28px 21px;
  background-size: cover;
  background-repeat: no-repeat;
}

.treatment-cal .form-control{
  border: none !important;
}


.thank-message{
  min-height: 210px;
}

/************Doctor-slider***************/

.main-container-rounded:after {
  border-radius: 10px;
}

.main-container:after {
  background: #003a70;
  border-radius: 0 0 15px 15px;
  content: "";
  height: 192px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}



.meet-doctor-section {
  position: relative;
}

.doctor-box-content {
  padding: 7px 4px;
}



.main-container {

  position: relative;
  z-index: 1;
}

.meet-doctor-section-panel {
  position: relative;
  z-index: 1;
}

.meet-doctor-section-content {
  flex: 0 0 309px;
}

@media (min-width: 992px){

  .width-50{
    width:50% !important;
  }

.meet-doctor-section-content-inner {
    min-height: 715px;
}

.meet-doctor-section-panel._sm:after {
  height: 49.5%!important;
}

.doctor-box:focus,
  .doctor-box:hover {
    background: #f7f7f7;
  }

.meet-doctor-section:after {
  background: url(https://max-health-care.online/images/doctor-group-illustration.svg?207868e93ef87e81b7aa5fa9962a87a2) no-repeat 4% 84%;
  background-size: 370px;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}



.meet-doctor-section-panel:after {
  background-color: #fff;
  border-radius: 10px;
  content: "";
  height: 100%;
  left: 0;
  max-width: 716px;
  position: absolute;
  top: 0;
  width: 90%;
  z-index: -1;
}
}


@media (min-width: 768px) {
  .doctor-box {
    margin: 0 10px 20px !important;
  }

  .doctor-box-img {
    height: 187px !important;
  }

  .doctor-box-content {
    padding: 15px;
}
}

.doctor-box {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}

.doctor-box-img {
  object-fit: cover;
  height: 141px;
  object-position: top;
  width: 100%;
}

.doctor-box:hover {
  text-decoration: none;
}

.int-doctor-slider {
  border-radius: 7px;
}

.doctor-box {
  border-radius: 5px;
  display: block;
  margin: 0 4px 15px;
  overflow: hidden;
}


/*********************/
.technology-section {
  background: #003a70;
}

/*************************/
.video-container {
  border-radius: 0.8rem;
  overflow: hidden;
  padding-top: 55%;
  position: relative;
  width: 100%;
}

.video-player-frame {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.media-container-list {
  max-height: 410px !important;
  overflow-y: auto !important;
}

.media-container-list-item {
  border-radius: 5px;
  padding: 6px;
}


/*************************/

@media (min-width: 992px) {
  .f-lg-33 {
    font-size: 33px;
  }
  .h-lg-68 {
    height: 68px !important;
  }

  .lh-lg-22 {
    line-height: 22px;
  }

  .lh-lg-19 {
    line-height: 19px;
  }
}

@media (max-width: 992px) {

  .int-viewmore {
    top: 2px !important;
}

  .int-technology-section::before {
    position: relative !important;
}

.int-technology-section {
  padding: 0px !important;
}

.technology-carousel {
margin: 0 -9px !important;
}

.location-card-img {
height: 104px !important;
}

.location-card.location-card-wide {
margin: 5px 9px !important;
}

  .faq-btn {
    min-width: 141px !important;
}

.faq-btn img {
  width: 20px;
  object-fit: contain;
}


.city-page-faq button , .card-body{
  font-weight: 400 !important;
  line-height: 20px;
}


.doctor-boxes .box {
  background-color: #E2E9F2;

}

  /* .agree-checkbox{
    margin-left: 105px !important;
  } */
  .section-speciality-banner.new {
    background: #f0f3f7;
  }
  .lh-15 {
    line-height: 15px;
  }

  .section-speciality-banner.new .banner-form {
    padding: 15px 24px;
  }

  .section-speciality-banner.new .banner-box img {
    width: 23px;
    object-fit: fill;
  }

  .section-speciality-banner.new .banner-box {
    padding: 10px 9px;
    margin-right: 10px;
  }
}

#scroll-style::-webkit-scrollbar {
  width: 3px;
  background-color: #bbb8b8;
}

#scroll-style::-webkit-scrollbar-thumb {
  background-color: #008fc5;
  border: 2px solid #008fc5;
  position: relative;
}


@media (max-width: 768px) {

  .location-card-img-wrapper {
    padding: 0px 0px;
}
  .int-video-section::before {
    content: '';
    background-color: transparent;
    position: relative;
}


.int-video-section {
  background-color: transparent;
}

.int-video-section .doc-details {
  padding: 10px 0;
  background-color: white;
  box-shadow: none;
  border-radius: 5px;
}
.int-video-section .video-container {
  box-shadow:none;
}

}

/* .agree-checkbox{
  margin-left: 55px;
} */

.loader-container {
  text-align: center;
  margin-top: 10px;
  }
  .loader {
  border: 4px solid #003a70; /* Light grey */
  border-top: 4px solid #35b6b4; /* Blue */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
  display: inline-block;
  margin-right: 10px;
  }
  @keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
  }


  /* .slick-track:before, .slick-track:after {
    content: "";
    display: table;
} */

.slick-track:before, .slick-track:after {
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 54%;
  content: '';
  background: #EAF3FC;
  border-radius: 33px 33px 0px 0px;
}

.int-technology-section {
position: relative;
padding: 30px 30px 0px;
}

.int-technology-section::before {
position: absolute;
z-index: -1;
width: 100%;
top: 0px;
left: 0px;
height: 54%;
content: '';
background: #EAF3FC;
border-radius: 33px 33px 0px 0px;
}

.color-blue-500{
color: #003A70;
}

.speciality-blog-mobile-img img{
width: 90px !important;
height: 100% !important;
min-width: 90px !important;
margin-left: 15px !important;
}

.to-consult-section {
background: linear-gradient(270deg, #e5f0fa 26.55%, #83e7e5 136.13%);
}

.call-back {
background-color: #35b6b4;
}

.whatsapp-btn-white {
color: #24cc63;
background: #fff;
border: #24cc63 1px solid;
}
.br-10 {
border-radius: 10px;
}

.iti--separate-dial-code .iti__selected-flag {
background-color: #A6BCD9 !important;
}
