@font-face {
  font-family: 'DMbold';
  src:url('../font/quicksand/DMSans-Bold.ttf')  format('truetype');   
}
@font-face {
  font-family: 'DMboldmedium';
  src:url('../font/quicksand/DMSans-Medium.ttf')  format('truetype');   
}
@font-face {
  font-family: 'DMboldregular';
  src:url('../font/quicksand/DMSans-Regular.ttf')  format('truetype');   
}


body {
  padding: 0;

  margin: 0;

  font-family: 'DMboldregular';

  font-size: 16px;
  background-color: #F2F2F2;
  overflow-x: hidden;
}
a {

  text-decoration: none;

  -webkit-transition: 0.5s;

  transition: 0.5s;

}
.text-right{
  text-align: right;
}
a:hover, a:focus {
  text-decoration: none;

}

button {

  outline: 0 !important;

}
.pt-80{
  padding-top: 80px;
}
.pb-80{
  padding-bottom: 80px;
}
.ptb-80{
  padding-top: 80px;
  padding-bottom: 80px;
}
.ptb-80-40{
  padding-top: 80px;
  padding-bottom: 40px;
}
.ptb-50{
  padding-top: 50px;
  padding-bottom: 50px;
}
.ptb-200{
  padding-top: 150px;
  padding-bottom: 200px;
}
.mr-2{
  margin-right: 15px;
}
.ml-2{
  margin-left: 15px;
}
.p-relative{
  position: relative;
}

.dropdown-item {
  padding: 10px 16px;
}

.navbar-expand-lg .offcanvas{
  flex-grow: 0;
}
.site_logo{
  height: 70px;
}
.navbar-dark{
  background-color: #007ea7;
  color: white;
  padding: 4px;
}
.nav-link{
  color: white !important;
  font-size: 16px;
  padding: 18px !important;
}
.nav-link.active ,.nav-link:hover{
  font-weight: 700;
  font-size: 16px;
}
.phone h4{
  font-size: 19px;
  font-weight: 300;
  color: white;
  margin-bottom: 2px;
}
.phone h3{
  font-size: 14px;
  font-weight: 300;
  color: white;
}
.phone h3 a{
  color: white;
}
.header-style2__right{
  padding-right: 10px;
}
.phone-number-box1{
  padding-top: 0px;
  display: flex;
}
.navbar-nav .dropdown-menu{
  background-color: #146883;
  color: white;
  border-radius: 2px !important;
  border-top: 2px solid white;
}
.dropdown-item{
  color: white !important;
}
.phone-icon img{
    height: auto;
    width: 30px;
    margin: 5px 10px 0px 0px;
}

/*banner section css*/
.banner-section{
  position: relative;
  height: 90vh;
}
/* .banner-section .bg-image-lyer{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 90vh;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  z-index: 1;
} */

video.bg-image-lyer{
  position: absolute;
  z-index: -1;
  object-fit: cover;
  width:100%;
  height:100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  &::-webkit-media-controls {
     display:none !important;
  }
}

.video-overlay{
  position: absolute;
top: 0;
left: 0;
width: 100%;
height: 101%;
content: "";
opacity: 0.85;
background-image: linear-gradient(270deg, #02010100 0%, #e1f8ff 100%);
z-index: -1;
}
/* .banner-section .bg-image-lyer::before{
  position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
opacity: 0.85;
background-image: linear-gradient(270deg, #02010100 25%, #e1f8ff 55%);
z-index: -1;
} */

.banner-content-wrapper{
  padding-left: 28px;
  position: absolute;
  z-index: 2;
}
.bannercontent-wrappper{
  display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
}
.basic-btn-style{
  background-color: #007ea7;
  padding: 20px  25px;
  border-radius: 5px;
  color: white;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.basic-btn-style:hover{
  background-color: #037195;
}
.banner-content h6{
  font-size: 16px ;
  font-family:'DMboldmedium';
  font-weight: 500;
  color: #007ea7;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.banner-content h5{
  font-size: 75px ;
  font-family: DMbold;
  font-weight: 900 ;
  color: #146883;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.banner-content p{
  font-size: 18px;
  font-family:'DMboldregular';
  font-weight:100;
  color: #054052;
  margin-right: 80px;
}

.banner-cards-section{
  position: relative;
  height: 180px;
}


.banner-card-wrapper{
  background-color: #146883;
  padding: 40px 25px 25px 25px;
  border-radius: 10px;
}
.section-move{
  position: absolute;
  top: -130px;
  width: 90%;
  z-index: 1;
}


.bcard-img img{
  height: 60px;
  margin-bottom: 20px;
}
.banner-card-content h6{
  font-size: 26px;
  font-family: 'DMboldregular' ;
  color: white;
}
.banner-card-content p{
  font-size: 18px;
  font-family: 'DMboldregular' ;
  color: white;
  height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */ 
  -webkit-box-orient: vertical;
}


/*common section css*/
.common-sec-heading h6{
  font-size: 16px ;
  font-family:'DMboldmedium';
  font-weight: 500;
  color: #007ea7;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.common-sec-heading h5{
  font-size: 62px ;
  font-family: DMbold;
  font-weight: 900 ;
  color: #146883;
  margin-bottom: 15px;
}
.common-sec-heading p{
  font-size: 16px;
  font-family:'DMboldregular';
  font-weight:100;
  color: #054052;
  text-align: justify;
}


/*aboutsection css*/

.about-image img{
  border-radius: 15px;
  height: 600px;
    object-fit: cover;
  /* width: ; */
}
.about-image2 img{
  border-radius: 15px;
  height: 500px;
    object-fit: cover;
  /* width: ; */
}
.about-sec-Content{
  padding: 40px 30px;
}
.about-sec-Content2{
  padding: 40px 0px;
}
.our-vision img , .our-mission img{
  height: 50px;
  padding-right: 15px;
}
.our-vision h3 , .our-mission h3{
  color: #146883;
  font-size: 24px;
  padding-top: 10PX;
}
.our-vision p , .our-mission p{
  color: #054052;
  font-size: 16px;
  height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */ 
  -webkit-box-orient: vertical;
}

.about-img-date{
  background-color: #146883;
  color: white;
  padding: 40px 20px;
  border-radius: 10px;
  width: 250px;
  height: 160px;
  text-align: center;
  position: absolute;
  top: 50px;
  left: -40px;
}
.about-img-date h4{
  font-size: 50px;
  font-weight: 800;
}
.about-img-date p{
  font-size: 20px;
}

/*Services section css*/

.services-section{
  background-color: #f9f2ec;
}

.service-card-wrapper{
  border-style: solid;
  border-width: 3px 3px 3px 3px;
  border-color: #007ea7;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  border-radius: 10px;
  padding: 55px;
}
.service-card-content h5{
  font-size: 24px;
  color: #146883;
  font-weight: 700;
  margin-bottom: 0px !important;
  height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */ 
  -webkit-box-orient: vertical;
}

.service-card-content p{
  color: #054052;
  font-size: 16px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */ 
  -webkit-box-orient: vertical;
}
.card-readMore-btn span{
  color: #146883;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
}
.card-readMore-btn img{
  height: 16px;
  margin-bottom: 4px;
}

.service-card-img img{
  height: 90px;
  margin-bottom: 20PX;
}


.partner-logo img{
  width: 220px;
  height: 80px;
  /* filter: brightness( 100% ) contrast( 25% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg ); */
  transition-duration: 0.5s;
  object-fit: contain;
}
/* .partner-logo img:hover , .logo-first img{
  filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
} */


.Rating-section{
  background-color: transparent;
  background-position: center center;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
.Rating-section-overlay{
  background-color: #000000;
  opacity: 0.5;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.rating-img img{
  height: 85px;
  margin-bottom: 15px;
}
.rating-card-content h5{
  color: white;
  font-size: 48px;
  font-weight: 800;
}

.rating-card-content p{
  color: white;
  font-size: 24px;
}

.Why-us-section-wrapper{
  background-color: #f9f2ec;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  border-radius: 15px;
  padding: 70px;
  margin-top: -100px;
  position: relative;
}
.why-left-content{
  margin-right: 2em;
}

.why-us-img img{
  width: 100%;
  height: 250px;
  border-radius: 10px;
  object-fit: cover;
}

.progress-heading{
  color: #146883;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding-right: 15px;
}
.progress-heading h6{
  font-size: 18px;
  font-weight: 800;
}

.progress{
  background-color: #007ea7;
  border-radius: 3px;
}
.progress-bar{
  background-color: #146883;
}

.w-98{
  width: 98%;
}
.w-95{
  width: 95%;
}
.w-96{
  width: 96%;
}

.why-us-list p{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px;
  color: #054052;
}
.why-us-list img{
  height: 15px;
  padding-right: 8px;
  margin-top: 7px;
}



.how-we-card-wrapper{
  text-align: center;
  padding: 25px;
}
.ml-3{
  margin-left: 10px;
}
.mr-3{
  margin-right: 10px;
}
.how-we-card-img{
  padding: 20px;
    color: #69727d;
    border: 3px solid #69727d;
    background-color: transparent;
    width: fit-content;
    margin: auto;
    border-radius: 10px;
}
.how-we-card-img img{
  height: 40px;
}

.how-we-card-wrapper h6{
  font-size: 24px;
  color: #146883;
  font-weight: 700;
}

.how-we-card-wrapper p{
  color: #054052;
  font-size: 16px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */ 
  -webkit-box-orient: vertical;
}

.reviews-image img{
  max-width: 100%;
  height: 650px;
  border-radius: 15px;
  object-fit:cover ;
}

.reviews-left-content{
  padding: 10px 40px 0px 10px;
}
.review-div-content{
  background-color: #146883;
  border-radius: 15px;
  padding: 60px 65px 30px 65px;
  width: 120%;
  position: relative;
  margin-top: 30px;
}
.review-div-content h6{
  color: white;
  font-style: italic;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 0;
  height: 180px;
  overflow-y: auto;
  /* text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7; 
  -webkit-box-orient: vertical; */
}
.review-div-content h6::-webkit-scrollbar {
  width: 8px;
  height: 12px;
  }
  
  .review-div-content h6::-webkit-scrollbar-track {
  border: 1px solid gray;
  border-radius: 10px;
  }
  
  .review-div-content h6::-webkit-scrollbar-thumb {
  background: rgb(233, 227, 227);  
  border-radius: 10px;
  }
  
  .review-div-content h6::-webkit-scrollbar-thumb:hover {
  background: #e9e9e9;  
  }
  /* .review-div-content h6::-webkit-scrollbar {
    display: none; 
  } */
.review-div-content h4{
  color: white;
  font-size: 24px;
  font-weight: bold;
}
.review-div-content p{
  color: white;
  font-size: 18px;
}
.review-div-content img{
  margin-bottom: 15px;
}
.carousel-indicators{
  bottom: -35px;
}


.footer-main-wrapper{
  background-color: #007ea7;
}
.footer-info-wrapper{
  margin: auto;
}
.footer-info-wrapper img {
  height: 100px;
}

.footer-info-wrapper p {
  font-size: 16px;
  margin-top: 10px;
  color: white;
}
.social-media-icon img{
  height: 25px;
  margin: 0px 15px;
  filter: invert(1);
}
.footer-widget-wrapper h3{
  color: white;
  margin-bottom: 20px;
  font-weight: 00;
}
.info-list-single {
  display: flex;
  color: white;
  margin-bottom: 10px;
}
.info-list-icon {
  margin-right: 10px;
}
/* .info-list-icon img{
  height: 15px;
  margin-right: 15px;
  filter: invert(1);
} */
.information-icon img{
  height: 35px;
  margin-right: 15px;
}
.information-heading h1{
  font-size: 24px;
  font-weight: 00;
  color: white;
  margin-bottom: 2px;
}
.information-heading h3{
  font-size: 16px;
  font-weight: 300;
  color: white;
  margin-bottom: 15px;
}
.information-heading h3 a{
  
  color: white;
}
.top-border{
  border-top: 1px solid white;
}
.top-border h6{
  padding: 20px 0px;
  color: white;
}


.blog-card-wrapper{
      background-color: #007ea7;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
    border-radius: 15px 15px 15px 15px;
    padding: 25px;
    margin: 0px 0px 0px 0px;
    border-style: solid;
    border-width: 0px 0px 5px 0px;
    border-color: #146883;
    margin-right: 25px;
}
.blog-card-wrapper > img{
  transition: all .4s ease;
  height: 300px;
  object-fit: cover;
  width: 100%;
}
.blog-card-content{
  padding:20px;
}
.blog-card-content h6{
  color: white;
  font-size: 20px;
  font-weight: bold;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */ 
  -webkit-box-orient: vertical;
}
.blog-card-content p{
  margin: 15px 0px;
  color: white;
  font-size: 16px;
  height: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */ 
  -webkit-box-orient: vertical;
}



/*banner section css*/
.about-banner-section{
  position: relative;
  height: 50vh;
}
.about-banner-section .bg-about-image-lyer{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50vh;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  z-index: 1;
}
.about-banner-section .bg-about-image-lyer::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: transparent;
  background-image: linear-gradient(270deg, #02010100 30%, #e1f8ff 75%);
  opacity: 0.85;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
z-index: -1;
}

.vision-content h3, .mission-content h3{
    color: #146883;
    font-size: 24px;
    font-weight: 700;
    padding-top: 10PX;
}
.vision-content p, .mission-content p{
  color: #146883;
  font-size:16px;
  font-weight: 400;
  padding-top: 10PX;
}
.mission-content ul li{
  list-style-type: decimal;
  font-weight: 700;
  color: #146883;
}


.CEO-message{
    margin: 2em 0em 0em 0em;
    padding: 1em 1em 1em 1em;
    background-color: #f9f2ec;
    border-style: solid;
    border-width: 0px 0px 0px 3px;
    border-color: #007ea7;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.CEO-message p{
  font-size: 1.2rem;
}
.therapist-image{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.therapist-image img{
  border-radius: 10px;
  width: 100%;
  object-fit: contain;
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 450px;
}
.therapist-card-content h4{
  font-weight: bold;
}

.From__Input input , .From__Input .form-select , .From__Input .form-select option , .From__Input textarea{
  width: 100%;
  margin-bottom: 20px;
  background-color: #f2f2f2;
  color: #054052;
  padding: 15px 20px 15px 18px;
  border-radius: 5px;
  border: 1px solid #007ea7;
  font-size: 16px;
  outline: none;
}
.From__Input input::placeholder{
  color: #054052;
}
.From__Input .form-select:focus {
  outline: none;
  box-shadow: none !important;
}
.From__Input .form-select option:hover{
  background-color: #f2f2f2 !important;
  color: #054052 !important;
}


.intro-style2-text-box {
    position: relative;
    display: block;
}

.intro-style2-text-box__inner {
    position: relative;
    display: block;
}
.tab-content{
    height: 100% !important;
}
.sw-theme-dots>.nav .nav-link.active {
    color: darkgray !important;
    cursor: pointer;
}
.sw-theme-dots>.nav .nav-link.default{
  color: #b0b0b1 !important;
}
.sw-theme-dots>.nav .nav-link.done{
  color: #c9c4c4 !important;
}









.offcanvas.offcanvas-start.serviceOffcanvas{

  width: 100% !important;

  background-color: #f9f2ec !important;

}

.serviceOffcanvas .offcanvas-header{

  padding-left: 0px;

  padding-right: 0px;

    

}

.serviceOffcanvas .offcanvas-body{

  padding-left: 0px;

  padding-right: 0px;

}

.serviceOffcanvas .header-area{

  box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);

  position: relative;

}

.offcanvas-header h5{
  font-size: 32px;
  color: #146883;
  font-weight: 700;
  margin-bottom: 0px !important;
}
.service-header-content h5{
  font-size: 44px !important;
}
.service-header-content p{
  text-align: center !important;
}
.services-content ul li{
  list-style-type: decimal;
  font-weight: 500;
  font-size: 24px;
  color: #146883;
}
.services-content h5{
  font-size: 24px;
  color: #146883;
  font-weight: 700;
}
.services-content p{
  font-size: 17px;
  font-family: 'DMboldregular';
  font-weight: 100;
  color: #054052;
}
.services-content h4{
  font-size: 18px;
  color: #146883;
  font-weight: 700;
  padding-top: 8px;
  text-align: center;
  margin: 0px 30px;
}

.contact-section{
  background-color: #f2f2f2;
}
.contact-section-map{
  height: 500px;
}
.contact-section-map iframe{
  height: 100%;
  filter: brightness( 80% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
  transition-duration: 0.5s;
  width: 100%;
  border-radius: 10px;
}
.contact-section-map iframe:hover{
  filter: none !important;
}

.contact-right-section h2{
  font-size: 28px;
  color: #146883;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}

.video-card-wrapper{
  padding: 10px;
  border-radius: 10px;
  background-color: #daedf3;
  text-align: center;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.25);
}


.video-card-wrapper h6{
  font-size: 20px;
  color: black;
  font-weight: 700;
  margin-bottom: 8px;
}

.video_player iframe {
    width: 100%;
    height: 280px;
    border-radius: 10px;
    padding: 5px;
}

.blog-content h6{
    font-size: 28px;
    color: #146883;
    font-weight: 700;
}
.blog-content p{
  font-size: 17px;
    font-family: 'DMboldregular';
    color: #054052;
}
.blog-img img{
  height: 650px;
  width: 100%;
  border-radius: 15px;
  margin-bottom: 30px;
  object-fit: cover;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 44% !important;
  right: auto;
  top: 93% !important;
  color: white !important;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 44% !important;
  left: auto;
  top: 93% !important;
  color: white !important;
}
.swiper-slide{
  margin-bottom: 65px;
}

.floatphone {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 80px;
  right: 20px;
  background-color: #007ea7;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  border: 1px solid white;
  z-index: 100;
  visibility: hidden;
}
.floatphone img{
  height: 30px;
  margin-top: 10px;
}
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 10px;
  right: 25px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.my-float {
  margin-top: 16px;
}


.therapist-card-content{
  position: relative;
}
.card-img-icon{
  color: #007ea7 !important;
  display: inline-block;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  margin: 0 2px;
  /* background-image: linear-gradient(180deg, #02010100 0%, #e1f8ff 100%); */
  width: fit-content;
  padding: 10px 0px 30px 0px;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.therapist-card-content:hover .card-img-icon{
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.therapist-card-content:hover .therapist-image::before{
  position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    border-radius: 20px;
  background-image: linear-gradient(180deg, #02010100 0%, #e1f8ff  100%);
}
.therapist-card-content {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  height: 350px;
  position: relative;
}
.therapist-cardd{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  height: 300px;
  position: relative;
}
.card-img-icon p {
  color: #084052;
}
.card-img-icon h4 {
    color:#084052;
    margin-bottom: 0px;
    margin-right: 5px;
}
.card-img-icon span {
  font-size: 14px;
  color: #084052;
}
.doctor_detail_content span {
  font-size: 22px;
  color: #146883;
}
.card-img-icon a{
  background-color: #007ea7;
  height: 40px;
  border-radius: 25px;
  margin: 0px 10px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-icon a{
  background-color: #007ea7;
  height: 40px;
  border-radius: 25px;
  margin: 0px 10px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-img-icon a img{
  margin: 0px !important;
}
.footer-logo{
  display: flex;
  align-items: center;
}

.doctor_detail_content h4{
    font-size: 38px;
    font-family: DMbold;
    font-weight: 900;
    color: #146883;
      margin-right: 5px;
    margin-bottom: 0px;
}

.doctor_detail_content h6{
  font-size: 24px;
  color: #146883;
  font-weight: 700;
}
.doctor_detail_content p{
  font-size: 17px;
  font-family: 'DMboldregular';
  font-weight: 100;
  color: #054052;
}
/* .phone-number-box1 a{
  display: flex;
} */
.info-icon-content{
  font-size: 16px;
}
.info-list-single:hover {
  font-weight: 700;
}
/* .phone-number-box1:hover .information-heading h1 ,.information-heading h3 {
 
  font-weight: 600;
} */

#backToTop {   
  position: fixed;
  bottom: 80px;
  right: 25px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#backToTop.show {
  opacity: 1;
  visibility: visible;
}
.backToTopIcon{
    width: 22px;
  margin-top: 9px;
  margin-right: 0px;
}
#backToTo {
  content: "\f35b";
  font-family: Font Awesome\ 5 Free;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}


.ti-widget , .ti-widget-container , .ti-reviews-container , .ti-reviews-container-wrapper{
  height: 450px !important;
}
.ti-widget-container{
  width: 600px !important;
}
.ti-review-item {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.ti-inner{
  height: 400px !important;
}
.ti-col-2{
    width: 100%;
    float: left; 
    box-sizing: border-box; 
    padding: 15px;
}

.social-media-icon a:hover .fa-facebook-f , .social-media-icon a:hover .fa-linkedin , .social-media-icon a:hover .fa-instagram {
  animation: spin 0.5s linear;
}

.reviews-star ul{
    list-style-type: none;
    padding: 0px;
    display: flex;
}

@keyframes spin { 
  100% { 
    transform: rotateY(180deg); 
  }
}