body{
  text-align: left;
  line-height: 33px;
  font-size: calc(16px + 2*((100vw - 500px) / 940));
  color: #4e5857;
  font-family: 'Satoshi-Regular';
}

* {

	margin: 0;

	padding: 0;

	border: none;

	outline: none;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box

}

a {

	-webkit-transition: all 0.2s linear;

	-moz-transition: all 0.2s linear;

	-ms-transition: all 0.2s linear;

	-o-transition: all 0.2s linear;

	transition: all 0.2s linear;

	text-decoration: none;

}

a:hover {

	-webkit-transition: all 0.2s linear;

	-moz-transition: all 0.2s linear;

	-ms-transition: all 0.2s linear;

	-o-transition: all 0.2s linear;

	transition: all 0.2s linear;

	text-decoration: none;

}
::selection {

	background: #81aee7;

}

::-moz-selection {

	background: #81aee7;

	color: #fff;

}

::-webkit-selection {

	background: #81aee7;

	color: #fff;

}

::-ms-selection {

	background: #81aee7;

	color: #fff;

}

::-o-selection {

	background: #81aee7;

	color: #fff;

}
:root {
  --base-color: #3759a3;
  --primary-color: #132e52;
  --secondary-color: #e37e6b;
  --black-color: #2f2f2f;
  --white-color: #fff;
  --lighter-color: #f2f9ff;
  --base-font: "Poppins", serif;;
  --second-fonts: "PT Serif", serif;
  scroll-behavior: inherit;
}
@font-face {
  font-family: 'Satoshi-Light';
  src: url('../fonts/Satoshi-Light.woff2') format('woff2'),
       url('../fonts/Satoshi-Light.woff') format('woff'),
       url('../fonts/Satoshi-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi-LightItalic';
  src: url('../fonts/Satoshi-LightItalic.woff2') format('woff2'),
       url('../fonts/Satoshi-LightItalic.woff') format('woff'),
       url('../fonts/Satoshi-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Satoshi-Regular';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2'),
       url('../fonts/Satoshi-Regular.woff') format('woff'),
       url('../fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi-Italic';
  src: url('../fonts/Satoshi-Italic.woff2') format('woff2'),
       url('../fonts/Satoshi-Italic.woff') format('woff'),
       url('../fonts/Satoshi-Italic.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Satoshi-Medium';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2'),
       url('../fonts/Satoshi-Medium.woff') format('woff'),
       url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi-MediumItalic';
  src: url('../fonts/Satoshi-MediumItalic.woff2') format('woff2'),
       url('../fonts/Satoshi-MediumItalic.woff') format('woff'),
       url('../fonts/Satoshi-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Satoshi-Bold';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2'),
       url('../fonts/Satoshi-Bold.woff') format('woff'),
       url('../fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi-BoldItalic';
  src: url('../fonts/Satoshi-BoldItalic.woff2') format('woff2'),
       url('../fonts/Satoshi-BoldItalic.woff') format('woff'),
       url('../fonts/Satoshi-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Satoshi-Black';
  src: url('../fonts/Satoshi-Black.woff2') format('woff2'),
       url('../fonts/Satoshi-Black.woff') format('woff'),
       url('../fonts/Satoshi-Black.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi-BlackItalic';
  src: url('../fonts/Satoshi-BlackItalic.woff2') format('woff2'),
       url('../fonts/Satoshi-BlackItalic.woff') format('woff'),
       url('../fonts/Satoshi-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
  font-style: italic;
}

img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
h2 {
    color: var(--balck-color);
    font-family: 'Satoshi-Regular';
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 1;
    font-weight: 700;
}
p{
  font-family: 'Satoshi-Regular';
}


/*Navigation Logo Setion Start*/
.logo{
  display: none;
}
.logo_menu_section {
	background: #fff;
}
.inner_bg_bgcolor {
	background: #fffef9;
}
.inner_bg_transparent {
	background: #fff4e0;
	position: absolute;
	width: 100%;
}
.top_logo {
	background: url(../images/logo-top-bg.png) no-repeat center center;
	padding: 0px;
	text-align: center;
	display: none;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right :0;
	top: -2px;
	width: 365px;
	z-index: 999999;
}
.top_logo img {
	margin-top: -20px;
	padding: 0px 0px 20px;
	width: 50%;
}
.top_appointment {
	
}
.top_appointment a {
	background: #18224f;
	border-radius: 20px;
	color: #fff !important;
	font-family: 'Now', Arial, sans-serif;
	font-size: 22px !important;
	font-style: normal;
	font-weight: 500 !important;
	margin: 0px 0px 0px 10px !important;
	padding: 12px 24px !important;
	text-decoration: none;
	text-transform: uppercase !important;
}
.top_appointment a:hover {
	background: #225959;
	color: #fff !important;
	text-decoration: none;
}


.mobile_section {
	display: none;
}

/* Smaller than standard 1230(devices and browsers) */
@media only screen and (max-width:1460px) {
.top_appointment a {
	font-size: 19px !important;
	margin: 0px 0px 0px 8px !important;
	padding: 10px 20px !important;
}
.top_logo {
	background-position: 50% 290%;
	width: 300px;
}
.top_logo img {
	margin-top: -20px;
	padding: 0px 0px 20px;
	width: 60%;
}
#cssmenu > ul > li > a {
  padding: 0px 20px 4px;

}
}

@media only screen and (max-width:1300px) {
.top_appointment a {
	font-size: 16px !important;
	margin: 0px 0px 0px 8px !important;
	padding: 10px 20px !important;
}
.top_logo {
	background-position: 50% 150%;
	width: 280px;
}
.top_logo img {
	padding: 0px 20px 20px;
	width: 70%;
}

}


@media only screen and (max-width:1230px) {

.top_logo {
	background-position: 50% 150%;
	width: 250px;
}
.top_logo img {
	margin-top: -20px;
	padding: 0px 20px 20px;
	width: 80%;
}
}

@media only screen and (max-width:1024px) {
.top_appointment a {
	font-size: 12px !important;
	margin: 0px 0px 0px 8px !important;
	padding: 7px 16px !important;
}
.top_logo {
	background-position: 50% 150%;
	width: 295px;
}
.top_logo img {
	margin-top: -20px;
	padding: 0px 20px 20px;
	width: 60%;
}

}


@media only screen and (max-width: 479px) {
.top_logo {
	display: none !important;
}
.top_appointment{
	display: none !important;
}
.mobile_section {
  height: 63px;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.mobile_section li {
  width: 49%;
  font-size: 10px;
  position: relative;
  z-index: 2;
  color: #fff;
}

ul.mobile_section li img {
  max-width: 25px;
  margin-right: 7px;
}

.mobile_section::after {
  content: "";
  background-color: var(--secondary-color);
  height: 40px;
  width: 100%;
  left: 0;
  position: absolute;
  z-index: 1;
  right: 0;
}
.mobile_top_logo {
	background: #225959;
	border-radius: 0px 0px 50% 50%;
	display: inline-block;
	position: inherit;
	padding: 10px 76px 30px;
	width: 100%;
}
.mobile_top_logo img {
	width: 100%;
}
.mobile_top_appointment {
	background: #18224f;
	border-radius: 20px;
	display: inline-block;
	color: #fff !important;
	font-family: 'Now', Arial, sans-serif;
	font-size: 22px !important;
	font-style: normal;
	font-weight: 500 !important;
	margin: 15px 0px 15px !important;
	padding: 12px 24px !important;
	text-decoration: none;
	text-transform: uppercase !important;
	width: 100%;
}
.mobile_top_appointment:hover {
	background: #225959;
	color: #fff !important;
	text-decoration: none;
}


.inner_bg_transparent {
	position: inherit;
}


}
/*Navigation Logo Setion End*/
.wrapper {
  max-width: 1300px;
  margin: 0 auto;
  width: 90%;
}
#header-phone {
  background: var(--secondary-color) !important;
  color: #fff !important;
  padding-left: 60px !important;
  padding: 15px;
  font-family: 'Satoshi-Medium';
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px !important;
}
.header-icon {
  width: 35px;
  height: 35px;
  background: var(--primary-color);
  display: flex
;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  left: 13px;
}
.header-icon img{
  max-width: 13px;
}
#header-phone span, #header-app span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 3px;
  text-align: left;
}
a#header-phone {
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 2;
  font-size: 16px;
  letter-spacing: 2px;
}
ul.lf-o {
  padding: 0;
}

a#header-app {
  position: absolute;
  right: 0;
}
li.top_logo a img {
  position: absolute;
  bottom: -63px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  padding-top: 0 !important;
}

li.top_logo {
  position: relative;
}
a#header-app {
  background: transparent !important;
  color: var(--color-primary) !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid var(--secondary-color);
  position: absolute;
  top: 20px;
  padding-left: 60px !important;
    padding: 15px;
    z-index: 2;
}


/* section Banner Start */

video#hf-video {
  height: 82vh;
  object-fit: cover;
  object-position: top center;
}
.section-banner{
  position: relative;
}
.section-banner::after{
  opacity: 1;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgb(255 255 255 / 0%), transparent, rgb(0 0 0 / 89%));
  display: block !important;
  z-index: 99;
  top: 0;

}

.banner-text-box {
  position: absolute;
  bottom: 7%;
  left: 0;
  right: 0;
  z-index: 9999;
  margin: auto;
}
.banner-text-box h4 {
  margin-bottom: 10px;
  font-size: 28px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #fce1bf;
  font-family: 'Satoshi-Light';
}
.banner-text-box h1 {
  line-height: 1.1;
  font-size: clamp(1.875rem, 1.5017rem + 1.9912vw, 4.6875rem);
  color: #f1f4f3;
  text-align: center;
}
/* section Banner Start */

/* Welcome Section Start */
.welcome-sec{
  background-image: url(../images/body_bg.jpg);
  background-position: center center;
  padding: 80px 0;
  position: relative;
}
.welcome-sec::after {
  background: url(../images/welcome_img_bg.png);
  position: absolute;
  height: 624px;
  width: 100%;
  content: '';
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  top: -19px;
  z-index: 1;
  pointer-events: none;
  max-width: 575px;
}
.welcome-rgt{
  position: relative;
  z-index: 99;
}
.welcome-lft span {
  line-height: 36px;
  color: #00afbe;
  display: block;
  text-transform: uppercase;
  font-size: 26px;
  letter-spacing: 8px;
  font-family: 'Satoshi-Light';
}
.welcome-lft h2 {
  text-transform: initial;
  color: var(--primary-color);
  line-height: 1.1;
  font-size: 38px;
}
.welcome-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 0 0;
}

.welcome-box .welcome-lft , .welcome-box .welcome-rgt {
  width: 45%;
}
.discover-more{
  background: transparent;
    color: #494f57;
    border: 2px solid var(--secondary-color);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 600;
    padding: 7px 30px;
    margin-top: 10px;
    display: inline-block;
    font-family: 'Satoshi-Light'
}
/* Welcome Section End */

/* freature Section Start */

.freature-ser-sec{
  background-image: url(../images/body_bg.jpg);
  background-position: center center;
  padding: 80px 0;
  position: relative;
}

.freature-content{
  padding: 50px 50px 0 0;
}
.freature-content span {
  line-height: 36px;
  color: #00afbe;
  display: block;
  text-transform: uppercase;
  font-size: 26px;
  letter-spacing: 8px;
  font-family: 'Satoshi-Light';
}
.freature-content h2 {
  text-transform: initial;
  color: var(--primary-color);
  line-height: 1.1;
  font-size: clamp(2.375rem, 2.15rem + 1vw, 3.75rem);
}
.freature-box {
  display: flex;
  justify-content: space-between;
}

.freature-box .freature-box-lft {
  width: 44%;
}
.freature-box .freature-box-rgt{
  width: 50%;
}

/* freature Section Start */

/* Meet Section Start */
.meet-sec{
  background-color: var(--primary-color);
  padding-top: 150px;
}
.meet-sec span{
    line-height: 36px;
    color: #00afbe;
    display: block;
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 8px;
    font-family: 'Satoshi-Light';

}
.meet-sec h2 {
  text-transform: initial;
  color: var(--primary-color);
  line-height: 1.1;
  color: #fff;
  font-size: clamp(2.375rem, 2.15rem + 1vw, 3.75rem);
  text-align: center;
  
}
.meet-sec p{
  text-align: center;
  color: rgb(255 255 255 / 64%);
}
.meet-sec a.discover-more{
  color: #fff !important;
}

/* Meet Section End */

/* Before After Gallery Section Start */

.before-box{
  background-image: url(../images/body_bg.jpg);
  background-position: center center;
}
.he-box{
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, 37.585%, rgb(236 251 254) 75.1701%, 87.585%, rgb(200, 232, 247) 100%);
    padding: 6em 5em 8em 5em;
    border-radius: 50px;
    margin-top: -13em;
    position: relative;
}
.he-box::after{
  border: 2px solid #eea88a;
    height: 102%;
    width: 101%;
    position: absolute;
    left: -8px;
    content: '';
    border-radius: 60px;
    top: -7px;
}
.hp-box-top{
  text-align: center;
}
.hp-box-top h2{
  text-transform: initial;
    color: var(--primary-color);
    line-height: 1.1;
    font-size: clamp(2.375rem, 2.15rem + 1vw, 3.75rem);
    
}
.box-img-top img{
  max-width: 80px;
  margin-bottom: 5px;
}
.a-b-gallery {
  position: relative;
margin-top: 30px;
display: inline-block;
}

.a-b-gallery .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.a-b-gallery .owl-nav .owl-prev span , .a-b-gallery .owl-nav .owl-next span{
  background-color: transparent;
  border: solid 2px #47bfe7;
  padding: 0px 15px 2px;
  border-radius: 10%;
  font-size: 19px;
  display: flex;
  width: 40px;
  align-items: center;
  justify-content: center;
  height: 38px;
}
.a-b-gallery .owl-nav .owl-prev {
  position: absolute;
  left: -60px;
}

.a-b-gallery .owl-nav .owl-next {
  position: absolute;
  right: -60px;
}
.a-b-gallery .owl-dots {
text-align: center;
padding-top: 25px;
}
.a-b-gallery .owl-dots button.owl-dot {
width: 12px;
height: 12px;
border-radius: 50%;
display: inline-block;
background: #000;
    opacity: .2;
margin: 0 5px;
transition: all 0.5s ease;
}
.a-b-gallery .owl-dots button.owl-dot.active {
background-color: #e4a195;
width: 30px;
border-radius: 40px;
opacity: 1;
}
.a-b-gallery .owl-dots button.owl-dot:focus {
outline: none;
}
.youtube-gallery .owl-dots {
  text-align: center;
  padding-top: 25px;
  }
  .youtube-gallery .owl-dots button.owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  background: #000;
      opacity: .2;
  margin: 0 5px;
  transition: all 0.5s ease;
  }
  .youtube-gallery .owl-dots button.owl-dot.active {
  background-color: #e4a195;
  width: 30px;
  border-radius: 40px;
  opacity: 1;
  }
  .youtube-gallery .owl-dots button.owl-dot:focus {
  outline: none;
  }
  .review-gallery .owl-dots {
    text-align: center;
    padding-top: 25px;
    }
    .review-gallery .owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    background: #E4A009;
        opacity: .2;
    margin: 0 5px;
    transition: all 0.5s ease;
    }
    .review-gallery .owl-dots button.owl-dot.active {
    background-color: #e4a195;
    width: 30px;
    border-radius: 40px;
    opacity: 1;
    }
    .review-gallery .owl-dots button.owl-dot:focus {
    outline: none;
    }
  .testimonial-sec {
    padding-top: 100px;
    padding-bottom: 80px;
}

.testimonial-sec span{
    line-height: 36px;
    color: #00afbe;
    display: block;
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 8px;
    font-family: 'Satoshi-Light';
}
.testimonial-sec h2 {
  text-transform: initial;
  color: var(--primary-color);
  line-height: 1.1;
  font-weight: 600 !important;
  font-size: clamp(2.375rem, 2.15rem + 1vw, 3.75rem);
  text-align: center;
}
.review-gallery{
  
}
.review-box {
  padding: 40px;
  background-color: var(--primary-color);
}

.star-rating ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
}

.star-rating ul li {
  color: #fbe1bf;
  list-style: none;
  margin-right: 5px;
}

.review-box p {
  color: rgb(255 255 255 / 63%);
  margin-bottom: 30px;
}

.star-rating {
 /* margin-bottom: 30px; */
}

.review-box h5 {
  text-align: center;
  text-transform: initial;
  margin-top: 15px;
  color: #fff;
/*  padding-bottom: 54px; */
}

.review-box span {
  font-weight: 300;
  display: block;
  font-size: 13px;
  letter-spacing: normal;
  color: #fff;
}
.testimonial-box {
  display: flex;
  /*justify-content: space-between; */
	justify-content: center;
    align-items: center;
  background: var(--primary-color);	
	text-align:center;
}

.testimonial-box .testimonial-box-lft {
  width: 48%;
}

.testimonial-box .testimonial-box-rgt {
  /*width: 48%; */
	  width: 90%;
}
/* Before After Gallery Section End */

/* Footer Section Start */
.footer-sec{
  background-color: var(--primary-color);
  position: relative;
  padding: 100px 0px 0;
}
.footer-logo img {
  position: absolute;
  top: -94px;
  max-width: 200px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
.social-icon{
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
    margin-top: 20px;
    position: relative;
}
.social-icon::before , .social-icon::after{
  content: "";
  height: 1px;
  background-color:var(--secondary-color);
  width: 50px;
  position: absolute;
  left: 38%;
  top: 34px;
}
.social-icon::after{
  right: 38%;
  left: inherit;
}
.social-icon li {
  display: inline-block;
  margin: 0 2px;
}
.social-icon li a {
  color: #fff;
  border-radius: 50%;
  border: solid 1px var(--secondary-color);
  padding: 8px 12px;
  line-height: 4;
}
.social-icon li a i {
  height: 45px;
  width: 17px;
  font-size: 19px;
}
.footer-box h4{
color: var(--secondary-color);
    font-size: 25px;
    font-weight: 500 !important;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 3px;
  }
.footer-box ul{
  list-style: none;
  margin: 0px;
  padding: 0;;
}
.footer-box ul li{
  display: block;
  color: #fff;
}
.footer-box ul li a{
  font-size: calc(16px + 1*((100vw - 500px) / 1100));
  color: #fff;
  font-weight: 300;
  line-height: 28px;
}
.footer-box a{
  font-size: calc(16px + 1*((100vw - 500px) / 1100));
  color: #fff;
  font-weight: 300;
  line-height: 28px;
}
ul.working-hour li {
  display: flex;
  justify-content: space-between;
}

ul.working-hour li span {
  width: 58%;
}
.footer-sec .row {
  justify-content: space-between;
}
.footer-copyright{
  border-top: 1px solid #d7bda7;
  margin-top: 50px;
  padding: 20px 0;
  text-align: center;
}
.footer-copyright p , .footer-copyright a{
  color: rgb(255 255 255 / 63%);
  font-size: 14px;
}
/* Footer Section End */

/* About Our Doctor Section Start */
.bg-img{
  background-image: url(../images/body_bg.jpg);
  background-position: center center;
}
section.inner-page-banner img {
  height: 300px;
}
.inner-page-banner{
  position: relative;
}
.inner-page-banner h1{
  position: absolute;
  font-size: calc(15px + 20*((100vw - 992px) / 608));
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  color: var(--primary-color);
}


.about-our-doctor{
  /*padding: 100px 0 150px;*/
 padding: 100px 0 50px;
}

.our-doctor-content h2{
  color: #132e52;
  line-height: 1;
  font-size: calc(14px + 2*((100vw - 320px) / 1120));
  font-family: 'Satoshi-Light';
  margin-bottom: 10px;
}
.our-doctor-content h4{
  line-height: 1;
  font-size: calc(23px + 1*((100vw - 320px) / 1120));
  color: #132e52;
  margin-bottom: 20px;
}
.simple-text2 h4  {
   font-size: 20px;
	font-weight:bolder;
     color: #132e52;
}
.simple-text2 p  {
  text-align:left !important;
	
}
.readmore {
   height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 25px;
    padding-right: 25px;
    max-width: max-content;
    color: #FFF;
    background: var(--primary-color);
    font-size: 17px;
    border-radius: 0px;
}
.our-doctor-content p{
  color: #4e5857;
  font-size: 18px;
}
.row.our-doctor-top {
  align-items: end;
  margin-bottom: 60px;
}

.our-doctor-content-img img {
  max-width: 80%;
}
.our-doctor-middle h2 {
  color: #132e52;
  line-height: 1;
  font-size: calc(28px + 2*((100vw - 320px) / 1120));
  font-family: 'Satoshi-Light';
  margin-bottom: 10px;
}
.our-doctor-middle h4 {
  line-height: 1;
  font-size: calc(23px + 1*((100vw - 320px) / 1120));
  color: #132e52;
  margin-bottom: 10px;
}
.our-doctor-middle p{
  color: #4e5857;
  font-size: 18px;
  margin-bottom: 0;
}
.our-doctor-middle{
  padding: 40px 0;
  border-top: solid 1px rgba(0, 0, 0, 0.2);
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
.our-doctor-middle:first-child{
  border-top: 0px;
  padding-top: 0;
}
.our-doctor-middle ul li{
  color: #4e5857;
  font-size: 18px;
}
.d-item{
  width: 23%;
  object-fit: contain;
  max-width: 200px;
  background: rgb(255 255 255 / 73%);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}
.d-item img{
  max-width: 120px;
  object-fit: contain;
  height: 120px;
  margin: auto;
}
.brand-b.d-flex {
  justify-content: space-between;
  margin-top: 25px;
}
.think-dental{
  background: url(../images/ib_img.jpg);
  padding: 3em 1em;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
}
.think-dental p{
  font-style: italic;
  font-size: 25px;
  text-align: center;
  color: var(--primary-color);
}
.think-dental p strong{
  font-family: 'Satoshi-Bold';
  font-weight: 700;
}
.d-item-2 {
    width: 18.5%;
}

.d-item-2 img {
    height: 200px;
    border-radius: 10px;
}
.d-item-3{
  background: #eeeeee;
  border-radius: 20px;
  width: 23%;
}
.d-item-3 img{
  width: 100%;
  border-radius: 10px 10px;
}
.d-item-3 .d-item-3-content{
  padding: 20px;
  text-align: center;
}
.d-item-3 .d-item-3-content h4{
  font-size: 23px;
  color: #132e52;
  margin-bottom: 10px;
}
.d-item-3 .d-item-3-content p{
  line-height: 1.5;
  font-size: 16px;
}
/* About Our Doctor Section End */

/* Our Service Section Start */
section.about-our-doctor.our-service.bg-img h3 {
  text-align: center;
  line-height: 1.3;
  font-size: calc(25px + 2*((100vw - 320px) / 1120));
  color: #132e52;
}
section.about-our-doctor.our-service.bg-img p {
  text-align: center;
}
.effect-image-1 {
  position: relative;
  display: block;
  margin-bottom: 25px;
}
.lern-more{
  margin: 2vw auto;
  display: flex
;
  justify-content: center;
  background-color: #e37e6b;
  align-items: center;
  justify-content: center;
  padding-left: 25px;
  padding-right: 25px;
  max-width: max-content;
  color: #FFF !important;
  font-size: 17px !important;
  border-radius: 0px !important;
  height: 50px;
}

.overlay,
.overlay-text,
.simple-text,
.overlay-sim-text-2,
.overlay-text-effect-3,
.zoom-effect-1 img,
.zoom-effect-2 img,
.opacity-effect img,
.blur-effect img,
.grayscale-effect img{
 transition: all .4s linear;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
}
.image-wrapper{
margin-bottom: 35px;
}
.effect-image-1{
position: relative;
display: block;
}
.effect-image-1::after{
  background: linear-gradient(to bottom, #99651400, rgba(0,0,0,0.5));
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  z-index: 1;
}
.overlay-text p,
.overlay-sim-text-2 p,
.overlay-text-effect-3 p{
  text-align: center;
  color: #fff;
  line-height: 30px;
}
.overlay-sim-text-2 h4{
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.overlay{
position: absolute;
display: block;
width: 100%;
height: 100%;
left:0;
top:0;
background: rgb(19 46 82 / 85%);
opacity: 0;
visibility: hidden;
}

.simple-overlay{
  opacity: 0;
  visibility: hidden;
}
.effect-image-1:hover .simple-overlay{
  visibility: visible;
  opacity: 1;
}

.simple-overlay-1{
  width: 0px;
  visibility: hidden;
}
.effect-image-1:hover .simple-overlay-1{
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.simple-overlay-2{
  width: 0px;
  right: 0;
  left:initial;
}
.effect-image-1:hover .simple-overlay-2{
  visibility: visible;
  opacity: 1;
  width: 100%;
}

  .overlay-sim-text-2 p{
      font-size: 16px;
      color: #fff;
  }

.simple-overlay-3{
  height: 0px;
  right: 0;
  left:initial;
  width: 0px;
}
.effect-image-1:hover .simple-overlay-3{
  visibility: visible;
  opacity: 1;
  width: 100%;
  height: 100%;
}

.overlay-text {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 96%;
    height: 94%;
    background: rgb(19 46 82 / 85%);
}

.overlay-text-1{
  opacity: 0;
  visibility: hidden;
}
.effect-image-1:hover .overlay-text-1{
  opacity: 1;
  visibility: visible;
}
.overlay-text-2{
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
}
.effect-image-1:hover .overlay-text-2{
  opacity: 1;
  visibility: visible;
  transform: scale(1);
     
}

.overlay-sim-text-2{
      position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex
;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  z-index: 3;
  background: rgb(19 46 82 / 85%);
  transform: rotateY(180deg);
  opacity: 0;
  padding-top: 3.5vw;
  padding-bottom: 3.5vw;
}
  .effect-image-1 img {
  object-fit: cover;
  height: 420px;
}
.simple-text {
    position: absolute;
    bottom: 20px;
    left: 0px;
    width: 100%;
      right: 0;
    color: #fff;
      text-align: center;
      margin: 0 auto;
      z-index: 2;
}
.simple-text p{
    margin-bottom: 0px;
    padding: 2px 8px;
}

.effect-image-1:hover .overlay-xs-1{
  opacity: 1;
  visibility: visible;
  display: block;	
      transform: rotateY(0deg);
}
.effect-image-1:hover .simple-text{
  visibility: hidden;
  opacity: 0;
}
.review-box-top {
    display: flex;  
    justify-content: center;
}

/* Our Service Section End */

/* Before After Section Start */
.before-after{
  padding: 100px 0 150px;
}
.before-image img{
  border-radius: 10px;
  margin-bottom: 20px;
}
/* Before After Section End */

/* Testimonial section Start */
section.about-our-doctor.our-txt.bg-img h2 {
  text-align: center;
  line-height: 1.3;
  font-size: calc(28px + 2*((100vw - 320px) / 1120));
  color: #132e52;
  font-family: 'Satoshi-Light';
}
section.about-our-doctor.our-txt.bg-img p{
  text-align: center;
  
}
.video-iframe{
  max-width: 800px;
  margin: 0 auto 1em;
  background: #fff;
  padding: 10px;
  border-radius: 20px;
  box-shadow: 1px 1px 10px 0px rgb(11 12 12 / 14%);
}
.video-iframe iframe{
  border-radius: 20px;
}
/* Testimonial section End */

/* Affordability Page Start */
.our-doctor-middle p strong{
  font-family: 'Satoshi-Black';
}
/* Affordability Page End */

/* Referral Form Page Start */
.referral-box{
  background-color: #fff;
padding: 60px 7% 45px;
margin: 10px 0 80px;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.referral-box h4{
  line-height: 1;
  font-size: calc(23px + 1*((100vw - 320px) / 1120));
  margin-bottom: 35px;
  color: #132e52;
  font-family: 'Satoshi-Black';
}
.referral-box .form-control{
  height: 50px !important;
  border: solid 1px #ddd !important;
  padding-left: 30px;
  font-size: calc(16px + 2*((100vw - 320px) / 1280));
  color: #333;
  border-radius: 0;
}
.referral-box .form-control::placeholder{
  color: #333;
}
.referral-box textarea.form-control{
  height: 150px !important;
}
section.about-our-doctor.our-txt.bg-img .referral-box p {
text-align: left;
}
section.about-our-doctor.our-txt.bg-img .referral-box p strong{
  font-family: 'Satoshi-Black';
}
.referral-box .form-check {
display: flex;
align-items: center;
vertical-align: middle;
color: #333;
font-size: calc(16px + 2 * ((100vw - 500px) / 940));
}

.referral-box .form-check .form-check-input {
margin-right: 9px;
}
.form-check.form-check-inline {
display: inline-flex;
}
.submit-bt{
height: 50px;
display: flex;
align-items: center;
justify-content: center;
padding-left: 25px;
padding-right: 25px;
max-width: max-content;
color: #FFF;
background: var(--primary-color);
font-size: 17px;
border-radius: 0px;
}
/* Referral Form Page Start */

/* Contact Us Page Start */
.cotnact-box{
  border: solid 1px #eee;
}
.cotnact-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cotnact-box ul {
  list-style: none;
  margin: 50px;
  padding: 0;
}
.cotnact-box ul li a {
  color: var(--primary-color);
  font-size: 20px;
  display: flex
;
  align-items: center;
  line-height: 22px;
}
.cotnact-box ul li i{
  width: 45px;
    height: 45px;
    display: flex
;
    align-items: center;
    justify-content: center;
    background: #373737;
    border-radius: 50%;
    margin-right: 10px;
    min-width: 45px;
    color: #fff;
}
.cotnact-box ul li {
  display: flex
;
  margin-bottom: 17px;
}
.footer-social li a i.fa-brands.fa-facebook-f {
  background-color: #1970ca;
}
.footer-social li a i.fa-brands.fa-instagram {
  background: #f09433;
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.footer-social li a i.fa-brands.fa-google-plus-g {
  background: #dd4b39;
}
.cotnact-box .footer-social{
  position: relative;
  padding-top: 50px;
}
.cotnact-box .footer-social::after{
  content: "";
  background-color: #eee;
  height: 1px;
  width: 98%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.cotnact-box .footer-social li {
  display: inline-block;
}
/* Contact Us Page End */
@media only screen and (max-width: 1230px) {
  .freature-ser-sec .container-xxl {
      padding: 0;
  }
}
@media only screen and (max-width: 1300px) {
  .freature-ser-sec .container-xxl {
      padding: 0;
  }
}
@media only screen and (max-width: 1460px) {
  .freature-ser-sec .container-xxl {
      padding: 0;
      max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  a#header-app {
    display: none;
}

a#header-phone {
    display: none;
}
video#hf-video {
  height: 50vh;
  object-fit: cover;
  object-position: top center;
}
.section-banner::after {
  opacity: 0;
}
.banner-text-box {
  padding: 40px 0px;
  position: static;
  background: var(--primary-color);
  max-width: 100% !important;
  margin-bottom: 5px !important;
}
.video-f {
  width: 100%;
  display: flex;
}
.video-f {
  width: 100%;
  display: flex;
}

.welcome-sec::after {
  content: inherit;
}

.welcome-box {flex-direction: column;}

.welcome-box .welcome-lft, .welcome-box .welcome-rgt {
  width: 100%;
}

.welcome-sec {
  padding: 40px 0;
}

.freature-box {
  flex-direction: column;
}

.freature-box .freature-box-lft {
  width: 100%;
}
.freature-box .freature-box-rgt {
  width: 100%;
}
.freature-content {
  width: 100%;
  padding: 20px;
}
.testimonial-box {
  flex-direction: column;
}

.testimonial-box .testimonial-box-lft {
  width: 100%;
}

.testimonial-box .testimonial-box-rgt {
  width: 100%;
}
.inner-page-banner h1 {
  font-size: 30px;
}

.brand-b.d-flex {
  flex-direction: column;
}

.d-item {
  width: 100%;
  margin: 0 0 10px;
  margin: 0 auto 10px;
}
.d-item-3 {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.d-item-2 {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.d-item-2 {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

.footer-box {
  margin-bottom: 20px;
}

.social-icon::before, .social-icon::after {
  display: none;
}

.social-icon li a {
  padding: 11px 12px;
}
}