
#medical-review{
  overflow-x: hidden;
}
.heartbeatloader {
    position: absolute;
    width: 10vmin;
    height: 10vmin;
    z-index: -2;
    margin: auto;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
}
.svgdraw {
    top:0px;
    left:0px;
    position: absolute;
    width: 100%;
    height: 100%;
    transform: scale(1.4);
    z-index: 3;
}
.path {
    stroke:rgb(255 255 255 / 95%);
    stroke-width: 6;
    stroke-dasharray: 1000px;
    stroke-dashoffset: 1000px;
    animation: draw 1.5s infinite forwards normal linear;
    animation-delay: 0.1s;
    position: relative;
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
.innercircle {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    margin: auto;
    top: 0;
    opacity: 0.9;
    animation: innerbeat 1.5s infinite linear forwards;
}
@keyframes innerbeat {
    0% {transform: scale(1);}
    10% {transform: scale(1);}
    50% {transform: scale(1.15);}
    60% {transform: scale(1.05);}
    75% {transform: scale(1.2);}
}
.outercircle {
    width: 100%;
    height: 100%;
    background-color:rgb(243 243 243 / 20%);
    position: absolute;
    z-index: -1;
    opacity: 0.9;
    top:0;
    left: 0;
    transform: scale(1.2);
    animation: outerbeat 1.5s infinite linear forwards;
}
@keyframes outerbeat {
    0% {transform: scale(1.2);}
    10% {transform: scale(1.2);}
    50% {transform: scale(1.3);}
    60% {transform: scale(1.25);}
    75% {transform: scale(1.3);}
}
/* blog css */

.eccomerce-blog {
  background: #FFF6E4;
}
#Blog .blog-detail h3 a{
  font: 600 20px/24px Figtree;
  color: #000000;
}
#Blog .blog-detail h3 a:hover{
  color:#56C6F7;
  transition: unset;
}
.post-month-outer{
  position: absolute;
  bottom: 26px;
  color: #fff;
  line-height: 22px;
  background-color: #000000;
  width: 55px;
  height: 60px;
  padding: 8px 6px;
  text-align: center;
  font-size: 20px;
  left: 8px;
  font-weight: 800;
  border-radius: 8px;
  font-family: 'Figtree';
}
.blog-img-outer{
  height: 235px;
}
.blog-img-outer img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.blog-category{
  background: #000;
  width: max-content;
  padding: 10px 16px;
  margin-top: -18px;
  margin-right: 15px;
  border-radius: 6px;
}
.newsinner.blog-detail:hover .post-month-outer, .newsinner.blog-detail:hover .blog-category{
  background: #F2612B;
}
.blog-category p{
  font: 400 14px/18px Figtree;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.single-author-image-blogs{
  width: 15% !important;
  border-radius: 50%;
  height: 100%;

}
.single-author-image{
  width: 35% !important;
  border-radius: 50%;
  height: 100%;

}
.blog-admin, .post-comments{
  font: 500 14px/20px Figtree;
  letter-spacing: 0px;
  color: #000000;
  margin-left: 5px;
    text-transform: capitalize;
}
.blog-admin:hover, .post-comments:hover{
  color:#F2612B;
}
.content_page {
  background: #fff;
  margin-top: -100px;
  position: relative;
  z-index: 1;
  padding: 30px;
}
.author-name{
  font: 600 16px/40px Figtree;
  letter-spacing: 0px;
  color: #000;
}
.blog-meta-content{
  font: 400 16px/40px Figtree;
  color: #9B9B9B;
}
.single-page-title h2, .single-service-title h2{
  font: 600 27px/45px Figtree;
  letter-spacing: 0px;
  color: #000000;
}
.single-post-content  p, .single-service-content p{
  font: 400 16px/31px Figtree;
      color: #000;
}
.blog-que {
  font: 600 24px/25px Figtree;
color: #000000;
}
.modal-new {
 display: none; /* Hidden by default */
 position: fixed; /* Stay in place */
 z-index: 999999999999;
 padding-top: 100px; /* Location of the box */
 left: 0;
 top: 0;
 width: 100%; /* Full width */
 height: 100%; /* Full height */
 overflow: auto; /* Enable scroll if needed */
 background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.blog-detail i{
  color: #000;
}
.post-comments{
  margin-left:50px;
}

/* Modal Content */
 .modal-contents {
  background-color: #fff;
  margin: auto;
  padding: 0;
  transition: 2s;
  border-radius: 10px;
}

#myBtn i{
  position: absolute;
  bottom: 14%;
  z-index: 9;
  right: 6.5%;
  padding: 23px 26px;
  font-size: 22px;
  border-radius: 50%;
  background: rgb(255 255 255 / 31%);
  border: 2px solid #fff;
  transition: .3s;
  height: 70px;
  width: 70px;
  transition: .3s;
  animation: pulse 2s infinite;
    color: #fff;
}
 #myNewModal .close-one , #loginModal .close, #serviceModal .close-one , #serviceAppointment .close-one,#serviceAppointment .close-one{
   color: #252525;
   cursor: pointer;
   background: #ECECEC;
   border: none;
   font-weight: 900;
   position: absolute;
   right: -15px;
   height: 60px;
   width: 60px;
   top: -20px;
   border-radius: 50%;
   padding-top: 6px;
       text-align: center;
}
#myNewModal .close-one:hover , #loginModal .close:hover,  #serviceModal .close-one:hover,#medical-slider #sliderModal .close-one:hover, #serviceAppointment .close-one:hover{
  background:#3FBAD9;
  color: #fff;
  transition: unset;
}
 #myNewModal .close-one  i, #loginModal .close i, #serviceModal .close-one  i, #sliderModal .close-one  i,  #serviceAppointment .close-one i{
       font-size: 35px;
 }
#loginModal .close i{
  padding-top: 7px;
}
/* ---------------------------------------------------------Medical Landing Page Css-------------------------------------------------------------------------------------- */

/* -------------Header Login */
#loginform{
      padding: 50px;
}

#loginform label{
  font: 500 18px/32px Figtree;
  color: #000000;
  margin-bottom: 10px !important;
}
#loginform #wp-submit{
  background: #000000;
  border-radius: 8px;
  padding: 10px 30px;
  font: 500 18px/28px Figtree;
  letter-spacing: 0px;
  color: #FFFFFF;
  border:none;
}
#loginform input{
      border: 1px solid #bdbdbd;
}
.medical-slider-inner{
  background-size: 100% 100% !important;
  position: relative;
  z-index: 2;
      padding-top: 30px;
}
#medical-slider .medical-slider-mask-img-box{
/* //  -webkit-mask-image: url(http://localhost/test/wp-content/themes/vw-ecommerce-landing-page-pro/assets/images/medical-template/slider/slider-mask-img.png); */
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  position: relative;
  z-index: 0;
  padding: 0;
}
#medical-slider .medical-slider-mask-img-box .medical-slider-bg-image{
  position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 1;
        object-fit: cover;
}
#medical-slider .slider-right-img{
  height: 650px;
  width: 650px;
  position: relative;
  z-index: 1
}
#medical-slider .slider-right-img img{
  height: 100%;
  width: 100%;
  object-fit: contain;
    margin-top: -38px;

}
#medical-slider .slider-right-img::after{
  content: '';
  position: absolute;
  top: -13px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #3FBAD9;
  opacity: 0.3;
  z-index: -1;
  width: 90%;
  height: 90%;
  margin: auto;
  border-radius: 50%;
}


#medical-slider .med-slider-head{
  font: 700 57px/70px Figtree;
  letter-spacing: 0px;
  color: #000000;
}
#medical-slider .med-slider-para{
  font: 500 22px/32px Figtree;
  margin: 10px 0;
  color: #000000;
}
.med-slider-btn{
  background: #000000;
border-radius: 8px;
padding: 10px 30px;
font: 500 18px/28px Figtree;
letter-spacing: 0px;
color: #FFFFFF;
}
.med-slider-btn:hover{
  background: #3FBAD9;
}
#medical-slider .slider-top-content{
  position: absolute;
  box-shadow: 0px 0px 10px #00000029;
  border-radius: 8px;
  background: #fff;
  padding: 10px;
  z-index: 2;
  left: -15%;
  top: 24%;
  align-items: center;
  animation: pulse 3s linear infinite;
  delay: 2s;
}
#medical-slider .slider-top-content p{
  font: 500 14px/22px Figtree;
color: #000000;
}
#medical-slider .slider-bottom-right-content h6,#medical-slider .slider-bottom-left-content h6, #medical-slider .slider-top-content h6 a{
  font: 700 18px/25px Figtree;
  color: #000000;
}
#medical-slider .slider-top-content i{
  background: #3FBAD9;
  padding: 10px;
  font-size: 25px;
  color: #fff;
  border-radius: 5px;
}
#medical-slider .slider-bottom-left-content{
  box-shadow: 0px 0px 10px #00000029;
border-radius: 8px;
background: #fff;
padding: 20px;
width: max-content;
position: absolute;
bottom: 6%;
z-index: 1;
    animation: pulse 3s linear infinite;
}
#medical-slider .slider-bottom-left-content .patient-review-img-wrapper{
  width: 240px;
  height: 50px;
}

#medical-slider .slider-bottom-left-content .patient-review-img-wrapper img{
  height: 100%;
  width: 100%;

}
#medical-slider .slider-bottom-right-content{
  box-shadow: 0px 0px 10px #00000029;
  border-radius: 8px;
  background: #fff;
    padding: 17px 10px;
  width: 156px;
  position: absolute;
  right: 0;
  bottom: 17%;
  z-index: 2;
  text-align: center;
  animation: pulse 3s linear infinite;
  delay: 3s;
}
#medical-slider .slider-bottom-right-content img{
  background: #3FBAD9;
  padding: 10px;
  color: #fff;
  border-radius: 5px;
  width: 50px;
}
#medical-slider .slider-bottom-right-content p{
  font: 500 14px/18px Figtree;
color: #000000;
}


#medical-slider .slider-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999999999;
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

#medical-slider .slider-modal-contents{
  background-color: #fff;
  margin: auto;
  padding: 38px;
  width: 50%;
  transition: 2s;
  border-radius: 10px;
  position: relative;
}
#sliderBtn i{
    font-size: 20px;
    border-radius: 50%;
    background: #3FBAD9;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    align-items: center;
    transition: .3s;
    border: 10px solid rgb(243 243 243 / 69%);
    animation: flash 5s infinite;
}
 #medical-slider  #sliderModal .close-one {
   color: #252525;
   cursor: pointer;
   background: #ECECEC;
   border: none;
   font-weight: 900;
   position: absolute;
   right: -15px;
   height: 60px;
   width: 60px;
   top: -20px;
   border-radius: 50%;
   padding-top: 6px;
   text-align: center;
}
/* .medical-slider-inner{
   clip-path: polygon(50% 0%, 100% 0, 100% 43%, 100% 100%, 45% 100%, 40% 79%, 0 78%, 0% 43%, 0 1%);
} */

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
}
#medical-slider .slider-bottom-content {
  position: absolute;
bottom: 8%;
  width: 100%;
  max-width: 30%;
}
#medical-slider .video-text{
  font: 600 20px/40px Figtree;
  color: #000000;
}
#medical-slider .slider-bottom-content img{
  background: #3FBAD9;
  padding: 10px;
  border-radius: 5px;
}
#medical-slider .slider-bottom-content h6{
  font: 700 28px/33px Figtree;
  color: #000000;
}
#medical-slider .slider-bottom-content p{
  font: normal normal 600 18px/30px Figtree;
  color: #000000;
}
/* section#medical-slider{
  position: relative;
}
section#medical-slider::before{
  content: '';
  background-color: #fff;
  inset: 0 57% 0 0;
  position: absolute;
  border-top-right-radius: 20px;
  height: 150px;
  bottom: 0;
  top: unset;
}
section#medical-slider::after {
  position: absolute;
  content: '';
  height: 15px;
  width: max-content;
  right: 222px;
  left: 0px;
  margin: 0 auto;
  bottom: 0;
  border-left: 40px solid #ffffff;
  border-top: 140px solid #9c5f5f00;
} */
/* -----Medical About Page Css------ */
.med-sec-head{
  font: 700 34px/48px Figtree;
  color: #000000;
}
.med-sec-para {
  font:500 16px/28px Figtree;
  color: #000000;
  margin: 10px 0;
}
#medical-about .med-about-points {
  font: 500 14px/22px Figtree;
  color: #000000;
  margin: 10px 0;
      margin: 10px 0px 10px 20px;
      position: relative;
}
#medical-about .med-about-points::after {
  content: '';
  position: absolute;
  top: 5px;
  left: -21px;
  right: 0;
  background: #3FBAD9;
  height: 10px;
  width: 10px;
  border-radius: 50%;
}

#medical-about .about-points-main{
  box-shadow: 0px 0px 11px #00000029;
  border-radius: 10px;
  padding: 15px 15px 15px 15px;
  align-items: center;
  margin: 10px 0;
}
#medical-about .about-points-main p{
  font: 500 16px/23px Figtree;
  color: #000000;
  padding-left: 14px;
}
#medical-about .regular-checkup-main{
  box-shadow: 0px 0px 8px #00000029;
  border-radius: 6px;
  width: max-content;
  position: absolute;
  right: 19px;
  bottom: -40%;
}
.about-img-main-wrapper:hover .regular-checkup-main{
  transition: all 0.5s;
    animation: rollIn .5s ease-in-out;
}
#medical-about .regular-checkup-main p{
  font: 600 18px/30px Figtree;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 0;
  padding:8px 10px 8px 10px;
  position: relative;
}
#medical-about .regular-checkup-main i{
  height: 27px;
  width: 29px;
  background: #3FBAD9;
  padding: 6px;
  text-align: center;
  font-size: 15px;
  border-radius: 4px;
  color: #fff;
  margin-right: 10px;
}
#medical-about .about-man-img{
  height: 100%;
}
#medical-about .medical-about-one-img{
width: 315px;
height: 270px;
}
#medical-about .medical-about-two-img{
  position: absolute;
    width: 275px;
    height: 270px;
    right: 20px;
    top: 40px;
}
#medical-about .medical-about-one-img img, #medical-about .medical-about-two-img img,#medical-about   .medical-about-three-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#medical-about .medical-about-three-img{
  position: absolute;
  left: 21%;
  top: 54%;
  height: 270px;
  width: 280px;
}
#medical-about .about-left-img img{
    border-radius: 8px;
}
#medical-about .medical-about-three-img img{
  border: 10px solid #fff;
  border-radius: 20px;
}
/*--------- medical-why-choose */
#medical-why-choose{
  /* padding-bottom: 8rem; */
}
#medical-why-choose .why-choose-img-one{
  height: 330px;
  width: 330px;
}
#medical-why-choose .why-choose-img-two{
  height: 365px;
  width: 315px;
  position: absolute;
  top: 80px;
  right: 50px;
  z-index: -1;
}
#medical-why-choose .why-choose-img-one img,#medical-why-choose .why-choose-img-two img{
  height: 100%;
  width: 100%;
  position: relative;
  z-index: -1;
}
#medical-why-choose .why-choose-main{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 12px #00000029;
  border-radius: 10px;
  padding: 20px 10px;
  margin-left: -170px;
  margin-top: 40px;
  max-width: 760px;
      position: relative;
}
#medical-why-choose .why-choose-main p{
  font: 500 14px/22px Figtree;
  color: #000000;
}
#medical-why-choose .why-choose-main-img{
  background: #3FBAD9;
  padding: 6px;
  border-radius: 4px;
}
.about_paragraph_two{
  border-left: 4px solid #3FBAD9;
      padding-left: 20px;
}
.why-choose-main-boxx:hover .why-choose-main-img{
  animation: rotateIn 2s;
}
/* --------Apponment----- */
#medical-appoinment{
  margin-bottom: 13%;
}
#medical-appoinment .med-sec-head, #medical-appoinment .med-sec-para{
  color: #fff;
}
#medical-appoinment .medical-appoinment-form h3, #serviceModal .serv-appoinment-heading {
  font: 700 32px/28px Figtree;
color: #000000;
}
.appointment-date p{
  position: relative;
}
/* .appointment-date p::after{
  content: "\f073";
  font-family: 'FontAwesome';
  color: #d3cfcf;
  font-size: 14px;
  text-align: center;
  position: absolute;
  top: 9px;
  line-height: 16px;
  right: 12px;
} */
#medical-appoinment .medical-appoinment-form {
  box-shadow: 0px 6px 18px #00000029;
  border-radius: 15px;
  background: #fff;
  padding: 20px;
  position: absolute;
  bottom: -11rem;
  /* width: 55%; */
}
 #serviceAppointment .modal-content{
   padding: 2%;
   max-width: 75%;
    margin: 0 auto;
 }
#medical-appoinment .medical-appoinment-form  input, #serviceAppointment input,#medical-appoinment .medical-appoinment-form  select,  #serviceAppointment select{
    border: 1px solid #d3cfcf;
    padding: 6px 10px;
    width: 100%;
    font-size: 14px;
    background: transparent;
}
#medical-appoinment .medical-appoinment-form  [type=submit], #serviceAppointment   [type=submit]{
  background: #000000;
  font: 500 18px/28px Figtree;
  color: #fff;
  text-transform: uppercase;
}
#medical-appoinment .medical-appoinment-form  [type=submit]:hover, #serviceAppointment   [type=submit]:hover{
  background: #5FC8F5;
  color:#000;
  transition: unset;
}
#medical-appoinment .medical-appoinment-form .wpcf7-checkbox .wpcf7-list-item, #serviceAppointment .wpcf7-checkbox .wpcf7-list-item{
  margin: unset;
}
#medical-appoinment .medical-appoinment-form .wpcf7-checkbox .wpcf7-list-item span, #serviceAppointment .wpcf7-checkbox .wpcf7-list-item span{
  font-weight: 600;
font-size: 12px;
}
#medical-appoinment .medical-appoinment-form .wpcf7-checkbox .wpcf7-list-item label,#serviceAppointment  .wpcf7-checkbox .wpcf7-list-item label{
  display: flex;
  align-items: self-start;
  margin: 0;
}
#medical-appoinment input[type="checkbox"], #serviceAppointment input[type="checkbox"]{
  width: max-content;
  margin: 6px 6px 0 0;
}
#medical-appoinment .appoinment-img{
  margin-top: -23%;
  width: 460px;
  height: 572px;
}
#medical-appoinment .appoinment-img img{
  height: 100%;
  width: 100%;
  animation: leftright 3s infinite alternate ease-in-out;
}

#medical-appoinment .wpcf7-response-output, #serviceAppointment .wpcf7-response-output{
  margin: 0!important;
  color: #000!important;
    border-color: red;
}
 .wpcf7 form.sent .wpcf7-response-output,  #serviceAppointment  .wpcf7 form.sent .wpcf7-response-output{
    border-color: #46b450 !important;
}
#medical-appoinment .wpcf7-spinner{
  position: absolute;
right: 45px;
top: 7px;
}
/* input[type="date"] {
  position: relative;
  padding: 10px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  color: transparent;
  background: none;
  z-index: 1;
}

input[type="date"]:before {
  color: transparent;
  background: none;
  display: block;
  font-family: 'FontAwesome';
  content: '\f073';
  width: 15px;
  height: 20px;
  position: absolute;
  top: 12px;
  right: 6px;
  color: #999;
} */

/* input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    filter: invert(1);
     color: transparent;
     height: 50px;
     width: 30px;
    font-size: 25px;
} */
/* .appointment-date input[type="date"], .appointment-date input[type="text"] {
    padding-right: 20px;
    background-image: url('../../images/medical-template/about/about-img.png');
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: right center;
} */
/* ------Medical Services Css------ */
#medical-service{
  margin-top: 9%;
      padding: 3% 0 10% 0;
}
#medical-service .medical-service-title{
  font: normal normal 600 24px/28px Figtree;
  color: #000000;
  margin: 10px 0;
}

#medical-service .medical-service-content p{
  font: 400 15px/30px Figtree;
color: #000000;
}
#serviceModal .single-service-page-main ul li,#serviceModal .service-other-para p{
  font: 400 16px/30px Figtree;
letter-spacing: 0px;
color: #000000;
}
#serviceModal .single-service-page-main ul li::before{
  content: '';
  position: absolute;
  top: 11px;
  left: -21px;
  right: 0;
  background: #2979BF;
  height: 10px;
  width: 10px;
  border-radius: 50%;
}
#medical-service .medical-services-inner .explore-btn{
  font: normal normal 600 16px/28px Figtree;
    color: #000000;
}
#medical-service .medical-services-main{
    /* width: 330px; */
    padding:40px 20px 20px 20px;
    position: relative;
    z-index: 1;

}
#medical-service .medical-services-main::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    opacity: 0;
    background: #3FBAD9;
        transition: 0.2s ease-in-out;
        z-index: -1;
}
#medical-service .medical-services-main:hover::after{
    opacity: 1;
    height:100%;
}
#medical-service .medical-service-title h4{
  font: 600 24px/28px Figtree;
  color: #000000;
  margin: 10px 0;
}
#medical-service .medical-services-main:hover .medical-service-title h4, #medical-service .medical-services-main:hover p, #medical-service .medical-services-main:hover .explore-btn{
  color: #fff;
  transition: unset;
}

#medical-service .medical-services-main:hover .medical-services-img img{
  filter: invert(1);
  transition: 1s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
#medical-service .service-banner-two-img-wrapper{
width: 726px;
height: 210px;
margin: -10rem auto 0 auto;
}
#medical-service .service-banner-two-img{
  height: 100%;
  width: 100%;
  animation: wobble 10s infinite;
}
#serviceModal .modal-data{
  padding: 4%;
}
#medical-service .medical-services-img{
  position: relative;
  z-index: 1;
  height: 53px;
width: 53px;
}
#medical-service .medical-services-img img{
  width: 100%;
  height: 100%;
}
#medical-service .medical-services-img::before{
  content: '';
  position: absolute;
  top: -22px;
  bottom: 0;
  right: 0;
  left: 13px;
  height: 65px;
  width: 65px;
  background: #e1e9eb;
  z-index: -1;
  border-radius: 50%;
}
#medical-service .medical-services-main:hover .medical-services-img::before{
  background:rgb(243 243 243 / 25%);
}

#serviceModal .service-appoinment-btn a{
  background: #000000;
border-radius: 8px;
padding: 10px 30px;
font: 500 18px/28px Figtree;
letter-spacing: 0px;
color: #FFFFFF;
}
#serviceModal .service-appoinment-btn a:hover{
background:#3FBAD9;
color: #fff;
transition: unset;
}
#serviceModal .ser-img-wrapper{
  height: 170px;
    width: 230px;
    margin: 0 auto 10px auto;
}


/* medical-our-expert */
#medical-our-expert .medical-our-expert-meta{
  top: 25px;
  left: 0;
  right: 0;
  text-align: center;
}
#medical-our-expert .medical-our-expert-title{
  font: 700 26px/26px Figtree;
  color: #000;
}
#medical-our-expert .medical-our-expert-desig{
  font: 600 18px/26px Figtree;
  color: #3FBAD9;
}

.medical-our-expert-inner::after{
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  right: 0;
  z-index: 0;
  position: absolute;
  bottom: 0;
  background: transparent linear-gradient(180deg, #3FBAD900 0%, #3FBAD9 100%) 0% 0% no-repeat padding-box;
  transition: 0.2s ease-in-out;
}
.medical-our-expert-inner:hover::after {
  height: 100%;
  height: 47%;
}
.our-expert-banner-two-img{
  width: 342px;
  height: 338px;
  right: 25px;
  top: 14%;
  animation: float 3s ease-in-out infinite;
}
@keyframes float {
  0% {
      transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
.consult-btn{
  font: 600 18px/25px Figtree;
  color: #000000;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  bottom: 20px;
  left: 0;
  right: 0;
  background: #fff;
  width: max-content;
  padding: 6px 30px;
  border-radius: 8px;
  display: none
}
.medical-our-expert-inner:hover .consult-btn{
  display: block;
  transition: 0.2s ease-in-out;
  z-index: 9;
  animation: fadeInUp 1s ease-in-out infinite;
}
.medical-our-expert-inner:hover .consult-btn:hover{
  background: #000000;
}
#medical-our-expert .owl-nav {
  display: block;
}
#medical-our-expert .owl-prev, #medical-our-expert .owl-next{
  position: absolute;
  top: 50%;
  border: 2px solid #333B36;
  border-radius: 10px;
  padding: 10px 15px;
  color: #fff;
  background: #000000;
  border: unset;
}
#medical-our-expert .owl-next:hover, #medical-our-expert .owl-prev:hover{
  background:#3FBAD9;
  transition: unset;
}
#medical-our-expert .owl-next {
    right: -20px;
}
#medical-our-expert .owl-prev{
      left: -20px;
}
#medical-our-expert .medical-our-expert-img img{
      background: #f0f5f6;
}
#medical-our-expert  .owl-stage-outer{
      margin-bottom: 20px;
}
/* medical-our-specialist */
#med-our-specialities{
    margin: 0 5%;
    border-radius: 20px;
}
#med-our-specialities .our-specialities-main{
  background: #FFFFFF;
  border-radius: 10px;
  padding: 40px 20px 30px;
}
#med-our-specialities  .specialities-icon-bg{
  background: #CEEEF6;
  padding: 5px 8px;
  border-radius: 10px;
  width: max-content;
  margin: 0 auto;
}
#med-our-specialities  .specialities-icon-bg img{
  margin: 10px;
  width: 40px;
}
#med-our-specialities .feature-heading h4{
  font: 700 24px/26px Figtree;
color: #000000;
}
#med-our-specialities .medical_our-specialities p{
  font: 500 16px/26px Figtree;
  margin-bottom: 0;
  color: #000;
}
#med-our-specialities  .our-specialities-dr-main{
  margin-left: 30px;
}
#med-our-specialities  .our-specialities-dr-main h5{
  font: 700 20px/30px Figtree;
  color: #000000;
}
#med-our-specialities  .our-specialities-dr-main p{
  font: 500 16px/18px Figtree;
  color: #000000;
  margin-bottom: 0;
  position: relative;
}
#med-our-specialities .our-specialities-dr-main .doctors_img-wrapper{
  height: 65px;
width: 70px;
}
#med-our-specialities .our-specialities-dr-main img{
      border-radius: 10px;
      height: 100%;
      width: 100%;
      object-fit: cover;
}
#med-our-specialities .owl-stage-outer{
      padding-top: 5%;
}
 #med-our-specialities .owl-item.active.center{
      margin-top: -25px;
}
#med-our-specialities .our-specialities-main{
  position: relative;
 overflow: hidden;
 transition: all 1s ease 0s;

}
#med-our-specialities .our-specialities-main:hover{
  background: #3FBAD9;
}


#med-our-specialities .right-corner-circle{
    position: absolute;
    overflow: hidden;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
    border-radius: 50%;
    padding: 0px 40px;
    padding-bottom: 10px;
    background: #f2f2f2;
    width: 145px;
    height: 145px;
    line-height: 145px;
        opacity: 0;
}
#med-our-specialities .right-corner-circle{
    right: -60px;
    top: -60px;
}
#med-our-specialities .our-specialities-main:hover .right-corner-circle{
    display: inline-block;
    background: #CEEEF6;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-animation: zoomIn 400ms ease-in-out;
    animation: zoomIn 400ms ease-in-out;
    transition: all 1s ease 0s;
    z-index: 1;
        opacity: 1;
}
#med-our-specialities .our-specialities-main:hover  .specialities-icon-bg{
      background: #fff;
}
#med-our-specialities .our-specialities-main:hover .medical_our-specialities p,#med-our-specialities .our-specialities-main:hover .our-specialities-dr-main h5,#med-our-specialities .our-specialities-main:hover .our-specialities-dr-main p,#med-our-specialities .our-specialities-main:hover .feature-heading h4{
      color: #fff;
}

/* medical Client Review  */
#medical-review .review-title-main-inner{
  max-width: 370px;
  background: #FFFFFF;
  box-shadow: -1px -1px 12px #0000002B;
  margin: 10px;
  padding: 15px;
}
#medical-review .review-client-image{
  height: 80px;
  width: 80px;
}
#medical-review .review-client-image img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#medical-review .review-title-name{
  font: 600 26px/25px Figtree;
  color: #000000;
  margin-bottom: 5px;
}
#medical-review .review-location{
  font:500 18px/25px Figtree;
  color: #000000;
  margin-bottom: 0;
}
#medical-review .slider-nav  .slick-center{
      margin-left: 20%;
      animation-name: fadeInLeft;
      animation-duration: 1s;
}
#medical-review .slick-slider{
  /* overflow: unset; */
}
/* #medical-review .slick-dots {
    display: grid;
    top: 0;
    bottom: unset;
    width: max-content;
    right: -50px;
     height: 100%;
}
#medical-review .slick-dots li {
     margin:44px 5px;
         height: 10px !important;
} */

.slider-for-outer{
  display: flex ;
  flex-direction: column ;
  justify-content: center ;
}
#medical-review .slider-nav .slick-dots li button, #medical-review .slider-nav li.slick-active button {
    line-height: 0;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
    margin: 6px auto;
}
#medical-review .slick-dots::after {
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    right: 0;
    bottom: 0;
    border-left: 1px solid #000;
    z-index: -2;
}
#medical-review .slick-dots .slick-active button:before {
    color: #3FBAD9;
    background: #3FBAD9;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    opacity: unset;
    left: 0;
}
.sliders-custom-prev, .sliders-custom-next{
  color: #000;
  background: #000;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-left: 3px;
}
/* #medical-review .slick-dots li button:before , .sliders-custom-prev{

  color: #000;
  background: #000;
  width: 15px;
  height: 15px;
  font-size: 0;
  border-radius: 50%;
  opacity: unset;
  left: 3px;
} */
.slider-custom-active-dot{
  color: #3FBAD9;
background: #3FBAD9;
width: 20px;
height: 20px;
border-radius: 50%;
}
.slider-custom-main::after{
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  right: 0;
  bottom: 0;
  border-left: 1px solid #000;
  z-index: -2;
}
.slider-custom-main{
  position: absolute;
  height: 100%;
  justify-content:space-around;
  display: flex;
  flex-direction: column;
  left: -10%;
}
/* #medical-review .slick-arrow{
  display: none !important;
} */
#medical-review .review-star  i {
  color: #3FBAD9;
  font-size: 18px;
}
#medical-review .review-content p{
    font: 500 20px/25px Figtree;
  letter-spacing: 0px;
  color: #000000;
}
#medical-review .chatting-img{
  position: absolute;
  right: 10%;
  top: -14%;
      z-index: -1;
      height: 196px;
      width: 196px;
}
/* #medical-review .slick-list.draggable{
padding: 60px 0 20% 25px
} */
/* blog medical */
.medical-blog .newsinner.blog-detail:hover .post-month-outer,.medical-blog .newsinner.blog-detail:hover .blog-category{
background:#56C6F7;
}
