/********Custom css********/
:root{
	--theme-color:#aa8453;
}

@media (min-width:992px){
    .navbar-collapse{
        flex-direction:column;
        align-items:flex-end;
    }
    
}

.header{
    position:relative;
}
.header-contact{
        background: #ffffff00;
    padding: 0 0 2px 0;
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
    border-bottom: 1px solid #6d6d6d;
    line-height: normal;
    font-weight: 400;
    margin-right: 12px;
    
}
.header-contact a{
     opacity:.7;
}
.header-contact a:hover{
     opacity:1;
}
.navbar .reservation{
    position:relative;
    transform:none;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    top:auto;
    left:auto;
    right:auto;
    bottom:auto;
    display:none;
}
@media (max-width:991px){
    .navbar .reservation{
        display:block; 
    }
}
.navbar div.reservation a{
    display:flex;
    align-items:center;
    gap:20px;
}
.navbar div.reservation .icon{
    position:relative;
    top:auto;
    left:auto;
    height:40px;
    width:40px;
}
.navbar.nav-scroll div.reservation .icon {
    border: 1px solid rgb(170 132 83) !important;
}
.navbar div.reservation .icon i{
    font-size:20px;
}
.navbar div.reservation .call{
    margin:0;
    line-height:1.5em;
}
.navbar div.reservation .call span{
   font-size:18px;
   display:block;
}

.nav-scroll .header-contact{
    display:none;
}
.banner-header .breadcrumbs{
    letter-spacing:1px;
    text-transform: none;
}
.banner-header .breadcrumbs a {
    color: #ffdea5;
}
.about-dr{
	
	position:relative;
	z-index:1;
}
.about-title{
	background:var(--theme-color);
	padding:30px;
}
.dr-pic img{
	width:320px;
	margin-top:-70px;
	border-radius:5px;
}
.interactive-banner figure{
	position:relative;
	overflow:hidden
}
.interactive-banner figure img{
	-webkit-transition: all .5s cubic-bezier(.5,1,.89,1);
    transition: all .5s cubic-bezier(.5,1,.89,1);
    will-change: transform;
}
.interactive-banner figure:hover img{
	transform:scale(1.2);
	
}
.interactive-banner figcaption{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 20% 50px 50px 50px;
    display: flex;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(32, 35, 41, .8)), to(transparent));
    background-image: linear-gradient(to top, rgba(32, 35, 41, .8) 0, transparent 100%);
    align-items: center;
    justify-content: space-between;
    gap: 30px;
	
}
.interactive-banner figcaption .info{
	max-width:70%;
}
.interactive-banner figcaption .info h3{
	text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 4px;
    font-size: 34px;
}
.interactive-banner figcaption .info p{
	    font-size: 18px;
    line-height: 1.3em;
    font-weight: 300;
}

.interactive-banner figcaption svg{
	fill: #fff;
    height: 40px;
    width: 40px;
}

/*****************Video section***********/
/** Video Section **/
.main-video.active-jq.show-video {
  display: block;
  opacity: 1;
}

.videos.active-jq {
  display: block;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  margin-top: 10px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-wrapper img {
  width: 100%;
}

.main-video.active-jq {
  display: none;
}

.main-video {
  padding: 0 1em;
}

.secondary-videos {
  padding: 1em 1em;
}
.secondary-videos::after {
  content: "";
  display: table;
  clear: both;
}

.videos {
  width: 23.1%;
  float: left;
  margin-right: 2.5%;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  cursor: pointer;
  display: none;
  position: relative;
}
.videos:last-of-type {
  margin: 0;
}


.videos.selected-video,
.videos:hover {
  opacity: 1;
}

/* Mobile Styles */
@media only screen and (max-width: 500px) {
  .secondary-videos {
    padding: 0em 1em;
  }

  
}

/**************/
.title-info p{
	font-size: 16px;
    color: #5d5d5d;
	font-family: 'Gilda Display', serif;
}

@media (min-width:992px){
	.title-info p{
		font-size: 30px;
	}
}

/***************Gallery img*********/
.gallery-img figure{
	overflow:hidden;
	margin:0;
}
figure{
	
}
.gallery-img img{
	-webkit-transition: all .5s cubic-bezier(.5,1,.89,1);
    transition: all .5s cubic-bezier(.5,1,.89,1);
    will-change: transform;
}
.gallery-img:hover img{
	transform:scale(1.2);
}
.gallery-img span{
	display: flex;
    padding: 10px 12px;
    color: #fff;
    background: #ab8a62;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Gilda Display', serif;
    align-items: center;
	position:relative;
	justify-content: space-between;
}
.gallery-img span i{
	opacity:0;
	transition:.3s ease-in-out;
}
.gallery-img:hover span i{
	opacity:1;
}
.take-a-tour-home {
	height: 300px;
	border: 0;
	border-collapse: collapse;
	margin-bottom: -8px;
}
@media (min-width: 992px) {
    .take-a-tour-home {
        height: 468px;
    }
}

.v-border{
	height: 100%;
	text-align: center;
}
.v-border span{
	height:100%;
	background:#ddd;
	width:2px;
}
.acceptCredit{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}
.acceptCredit a{
	margin:15px 0;
}
.acceptCredit a img{
	width: 220px;
	
}
.acceptCredit a + a img{
	width: 170px;
	
}

/**************Footer************/
footer ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta{
	display:flex;
	
}
.single-cta i {
  color: #aa8453;
  font-size: 30px;
  float: left;
  margin-top: 0px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 120px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    background: #aa8453 !important;
    color: #fff;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.snapchat-bg{
  background: #fffc00;
  color: #000;
}
.instagram-bg{
  background: #E4405F;
  color: #fff;
}
.youtube-bg{
  background: #f00;
  color: #fff;
}

.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #aa8453;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #aa8453;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #aa8453;
    padding: 13px 20px;
    border: 1px solid #aa8453;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #aa8453;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #aa8453;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

/********Socials media handles******/

.socials-container {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
	margin:0 -15px;
	flex-wrap:wrap;
}

.socials-container .card {
    position: relative;
    border-radius: 10px;
	background:none;
	border:0;
	width:25%;
	padding:0 15px;
	filter:grayscale(1);
	transition:.3s ease-in-out !important;
}
.socials-container .card:hover {
    transform:translate(0px, -10px) !important;
	filter:grayscale(0);
}

.socials-container .card .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f00;
    transition: 0.7s;
    z-index: 1;
}

.socials-container .card:nth-child(1) .icon {
    background: #575453;
}
.socials-container .card:nth-child(2) .icon {
    background: #f00;
}

.socials-container .card:nth-child(3) .icon {
    background: #6eadd4;
	background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
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%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.socials-container .card:nth-child(4) .icon {
    background: #3b5998 ;
}


.socials-container .card .icon .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 80px;
    transition: 0.7s;
    color: #fff;
}

.socials-container i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    transition: 0.7s;
    color: #fff;
}
.socials-container .card:nth-child(1) .icon i{
    color: #fffc00;
}
.socials-container .card:nth-child(2) .icon i{
    color: #fff;
}

.socials-container .card:nth-child(3) .icon i{
  
}
.socials-container .card:nth-child(4) .icon i{
    color: #fff ;
}
.socials-container .card:nth-child(1):hover .icon i{
    color: #f00;
}
.socials-container .card .face {
    width: 100%;
    height: 150px;
    transition: 0.5s;
}
.socials-container .card .face2 {
    height: auto;
}

.socials-container .card .face.face1 {
    position: relative;
    background: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    *transform: translateY(100px);
}

.socials-container .card:hover .face.face1{
    background: #ff0057;
    transform: translateY(0px);
}

.socials-container .card .face.face1 .content {
    opacity: 1;
    transition: 0.5s;
}

.socials-container .card:hover .face.face1 .content {
    opacity: 1;
}

.socials-container .card .face.face1 .content i{
    max-width: 100px;
}

.socials-container .card .face.face2 {
    position: relative;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    
    *transform: translateY(-100px);
}

.socials-container .card:hover .face.face2{
    transform: translateY(0);
}

.socials-container .card .face.face2 .content p {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #414141;
}

.socials-container .card .face.face2 .content h3 {
    margin: 0 0 10px 0;
    padding: 0;
    color: #fff;
    font-size: 24px;
    text-align: center;
    color: #414141;
} 

.socials-container a {
    color: #414141;
    font-weight: 800;
    font-size: 15px;
    text-decoration: underline;
}
.socials-section-title{
	display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    flex-wrap: wrap;
}

.cta{
	background: var(--theme-color);
	padding:50px 0 20px 0;
}
.cta_text{ 
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.cta_text h2{
	font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}
.procedure-list{
	padding:0;
}
.procedure-list.count-2{
	column-count:2;
}
.procedure-list li{
	padding: 0 0 0 20px;
    position: relative;
    color: #212121;
    margin: 8px 0;
}
.procedure-list li:before{
	content: "\e649";
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: 0;
    font-size: 12px;
    top: 8px;
}
.procedure-list li a:hover{
	color:#aa8453;
}
.sticky{
	height: 105vh;
	overflow: auto;
	position: sticky;
	top: 100px;
}

.procedure .accordion-box .block,.procedure .accordion-box .block .acc-btn.active{
	background: #f8f5f0;
}
.procedure .accordion-box .block .content{
	padding-top:30px;
}
.procedure .section-padding{
	padding:100px 0;
}
.butn-dark.block a {
    display: block;
    margin: 20px 0;
    width: 330px;
    text-align: center;
}
.address-div{
	padding: 30px;
    background: #f6f6f6;
}
.address-div p{
	font-size:20px;
	margin-bottom:30px;
}
.contact__form .form-group{
	margin-bottom:20px;
}
.contact__form .select2-container{
	border-bottom:1px solid #ececec;
	border-radius:0;
	color:#666;
	line-height:1.5em !important;
	padding:10px 0 !important;
}
.contact__form .select2-container span{
	color: #666 !important;
    display: block !important;
    padding: 0 !important;
	
}
.feature-box{
	padding:30px;
	background:#f7f7f7;
	height:100%;
}
.feature-box h2{
	margin-left: -30px;
    background: #ab8a62;
    padding: 5px 10px 5px 30px;
    border-radius: 0 60px 60px 0;
    color: #fff;
}
.feature-box p{
	font-size:18px;
}
.bg-ligt{
	background:#f9f9f9;
}
.video-caption{
	font-size: 20px;
    font-style: italic;
    position: relative;
    background: #aa8453;
    color: #fff;
    padding: 10px 20px;
    line-height: normal;
}
.video-caption:after{
	content: "";
    position: absolute;
    top: -6px;
    height: 20px;
    width: 20px;
    background: #aa8453;
    left: 20%;
    transform: rotate(60deg);
	z-index:0;
}

/************Gallery************/
.cases-list .swiper-slide a{
	display: block;
    height: 170px;
}


/**************Pricing table*********/
.demo-wrap {
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  padding-top: 2em;
  width: 100%;
}

.demo-header {
  padding-right: 1em;
  padding-left: 1em;
  text-align: center;
}

@media (min-width: 62em) {
  .demo-wrap {
    padding-top: 0;
    height: 100vh;
  }
}


/* --- Pricing Plans --- */

.pricing-plans {
  padding-top: 2em;
  padding-bottom: 2em;
  width: 100%;
}

.pricing-tables {
  display: flex;
  flex-flow: column;
  padding-top: 1em;
  gap:30px;
}

.pricing-plan {
  background-color: #f9f9f9;
  border: 2px solid #DDD;
  display: block;
  padding: 0 0 1em 0;
  text-align: center;
  width: 100%;
}



.plan-cost {
  background-color: white;
  color: #77b9dd;
  font-size: 1.25em;
  font-weight: 700;
  padding: 1.25em 1em;
  text-transform: uppercase;
}



.plan-price {
  font-size: 2em;
  letter-spacing: -0.05em;
  line-height: 1;
  margin-bottom: 0;
  color:#ab8a62;
}


.plan-features {
  margin: 0;
  padding: 2em 1em 1em;
}

.plan-features li {
      list-style-type: none;
    border-bottom: 1px solid #DDD;
    margin-bottom: 0.5em;
    padding-bottom: 0.75em;
    display: block;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.3;
    color: #333;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    display:none !important;
}
.aiDoctorBtn {
    width: auto !important;
}



@media (min-width: 400px) {
  .pricing-plans {    
    padding-right: 2em;
    padding-left: 2em;
    width: 100%;
  }

  .featured-plan {
    transform: scale(1.05);
  }
}

@media (min-width: 33.75em) {
	.pricing-plans .module-title {
		margin-bottom: 1em;
	}
	.pricing-tables {
		flex-flow: row wrap;
	}
	.pricing-plan {
		flex-grow: 1;
		width: 50%;
	}
	.no-flexbox .pricing-plan {
		width: 48%;
	}
}

@media (min-width: 48em) {
	.no-flexbox .pricing-plan {
		width: 24%;
	}
}

@media (min-width: 62em) {
	.pricing-tables {
		padding-top: 3em;
	}
	.pricing-plan {
		flex-grow: 1;
		width: 25%;
	}
	.featured-plan {
		margin-top: 0;
		order: 0;
	}
	.pricing-plan .plan-features span {
		display: block !important;
	}
	.plan-cost {
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: center;
		font-size: 1em;
	}
	.plan-cost span {
		color: #BBB;
		font-size: 1.5em;
		font-weight: 400;
		padding-right: 0.15em;
		padding-left: 0.15em;
	}
	.plan-price {
		font-size: 2.5em;
	}
}

@media (min-width: 75em) {
	.plan-cost {
		font-size: 1em;
	}
}

@media (min-width: 100em) {
	.pricing-tables {
		margin: 0 auto;
		max-width: 75.00em;
	}
}

@media (max-width:992px){
	.slider-area {
		height: 310px;
	}
	.slider-area .mySwiper2{
		width:calc(100%  - 70px);
	}
	.slider-area .mySwiper1 {
		width: 70px;
	}
}

@media (max-width:767px){
	.slider-area{
		display:flex;
		height:320px;
		flex-direction:column;
	}
	.slider-area .mySwiper1 {
		width: 100%;
	}
	.slider-area .mySwiper2{
		width:calc(100%  - 0px);
	}
	.swiper-button-next:after, .swiper-button-prev:after{
		font-size:20px;
	}
	.procedure-list.count-2{
		column-count:1;
	}
	.pricing-plans {
	  padding-top: 0em;
	  padding-bottom: 2em;
	  width: 100%;
	}
}


:root {
    --comment-light-gray: #c2c2c2;
    --comment-background-gray: #f3f3f3;
    --comment-black: rgb(17, 17, 17);
    --comment-brown: #42413c;
}
.fd-reviews .all-reviews {
    background: var(--comment-background-gray);
    border-radius: 10px;
    justify-content: space-between;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.fd-reviews .all-reviews > div {
    min-width: 200px;
    padding: 30px;
}
.fd-reviews .all-reviews > div.all-reviews-empty {
    padding: 0;
}
.fd-reviews .all-reviews > div svg,
.fd-reviews .all-reviews > div img {
    width: auto;
    height: 40px;
    margin-bottom: 5px;
}
.fd-reviews .rating-no {
    font-weight: bold;
    display: inline;
    padding-right: 10px;
}
.fd-reviews .no-of-ratings {
    display: inline;
}
.fd-reviews .stars {
    display: flex;
    padding-right: 10px;
}
.fd-reviews .stars i {
    color: #f3c142;
}
.fd-reviews .stars i {
    width: auto;
    font-size: 14px;
    height: 15px !important;
    color: #f3c142;
    margin: 0 2px 0 0;
}
.fd-reviews .all-reviews .no-of-ratings {
    color: var(--comment-light-gray);
    font-size: x-small;
}
.fd-reviews .write-review {
    text-align: right;
    margin: auto 0;
}
.fd-reviews .write-review a {
    background: #212121;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}
.fd-reviews .write-review a:hover {
    opacity: 0.7;
} /*comment-box*/
.fd-reviews .comment-box-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 30px;
    border-radius: 10px;
    margin: 20px 0;
}
.fd-reviews .comment {
    background: var(--comment-background-gray);
    border-radius: 10px;
    min-width: 200px;
    padding: 30px;
}
.fd-reviews .comment-box a {
    text-decoration: none;
}
.fd-reviews .comment-text {
    padding: 12px 0 5px 0;
    color: var(--comment-black);
    line-height: 1.5;
}
.fd-reviews .comment-read-more {
    color: var(--comment-light-gray);
}
.fd-reviews .social-logo svg,
.fd-reviews .social-logo img {
    height: 20px;
    width: auto;
    margin-top: auto;
}
.fd-reviews .logo-and-loc {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0 0;
}
.fd-reviews .loc {
    color: var(--comment-black);
    margin-top: auto;
}
.fd-reviews .comment-box-arrow {
    margin-top: -10px;
    margin-left: 60px;
}
.fd-reviews .comment-box-arrow svg {
    fill: var(--comment-background-gray);
    width: 20px;
}
.fd-reviews .comment-box-reviewer {
    padding: 0 30px;
    display: flex;
}
.fd-reviews .review-name-and-date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
}
.fd-reviews .reviewer-name {
    color: var(--comment-black);
    font-weight: bold;
}
.fd-reviews .review-date {
    color: var(--comment-light-gray);
    padding-top: 5px;
}
@media (max-width: 600px) {
    .fd-reviews .all-reviews {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .fd-reviews .all-reviews .write-review {
        text-align: center;
    }
    .fd-reviews .comment-box-container {
        grid-template-columns: 1fr;
    }
}
@media (min-width: 600px) and (max-width: 1280px) {
    .fd-reviews .all-reviews {
        grid-template-columns: 1fr 1fr;
        text-align: center;
    }
    .fd-reviews .all-reviews .write-review {
        text-align: center;
    }
    .fd-reviews .comment-box-container {
        grid-template-columns: 1fr 1fr;
    }
}

.pdf-div a{
	display: block;
	text-align: center;
	background: #f9f9f9;
	padding: 3em;
	border-radius:10px;
	transition:.3s ease-in-out;
}
.pdf-div a:hover{
	background: #f1f1f1;
	box-shadow:0 10px 10px #ddd;
	transform:translate(0px,-5px)
}
.pdf-div a i{
	font-size:3.5em;
	color:#F40F02;
	display:block;
	margin-bottom:20px;
}
.pdf-div a h4{
	font-size:1.3em;
}

.specials-box {
    background: #fff1d1;
    padding: 30px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    margin: 20px 0;
}
.specials-box h2 {
    font-size: 32px;
    margin: 0;
    text-transform: none;
}
.specials-box p {
    font-size: 18px;
    margin: 40px 0 0;
}
.specials-box p strong {
    font-size: 36px;
    font-weight: 400;
}
.specials-box .qbutton {
    padding: 0 0 2px 0;
    background: none;
    font-size: 18px;
    line-height: normal;
    height: auto;
    margin: 40px 0 0;
    border: 0;
    color: #e99d73;
    border-radius: 0;
    border-bottom: 2px solid #e99d73;
}
.specials-box .qbutton:hover {
    color: #212121;
    border-color: #212121;
}
.contact-page #footer-form,.contact-page .clients{
	display:none;
}
.spinner-div {
	display: flex;
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    background: #f8f5f0d9;
    font-size: 30px;
    visibility: hidden;
    opacity: 0;
    transition: .3s ease-in-out;
}
.spinner-div.spinner-active { /* Need to be added "spinner-state" class on "#spinner-div" 
								during the form submission */
    visibility: visible;
    opacity: 1;
}
.footer-booking-box input,.footer-booking-box textarea {
    display: block;
    width: 100%;
    font-size: 15px;
    color: #222;
    padding: 20px 40px 20px 20px;
    background: #fff;
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin:0;
}
.footer-booking-box textarea {
    height:110px;

}
.footer-booking-box .contact__form .select2-container  {
    font-size: 15px;
    line-height: 28px !important;
    padding: 17px 49px 17px 20px !important;
    color: #222;
    margin-bottom:0;
}
.footer-booking-box  .butn-dark2{
    display: block;
    width: 100%;
}
.footer-booking-box select {
    width: 160px;
    max-width: 100%;
    height: 70px;
    padding: 0 30px;
    border: 1px solid #adadad;
    color: #adadad;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.footer-booking-box .contact__form .select2-container:after, .contact__form .select2-container:after {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: 25px;
    pointer-events: none;
    content: "\e64b";
    font-family: "themify";
    font-size: 10px;
    color: #aa8453;
    font-weight: normal;
    line-height: 15px;
}
.footer-booking-box  .g-recaptcha{
    margin-top:20px;
}

.contact__msg{
    margin: 20px 0;
    border-radius: 30px;
}
.procedure p a,.procedure li a{
    color:#ab8a62;
}
.sensitive{filter: blur(8px)}
.sensitive:hover{filter: none}

/*tooltip - start*/
.toolTipWraper {
    position: relative;
    padding: 8px 0;
}
.Footerlinks {
    margin: 0;
}
.tooltip-pin {
    text-align: center;
    margin: 0 auto ;
    line-height: 20px !important;
}
.tooltip-pin,.Footerlinks a {
    color: #877e7d;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
}
.tooltip-pin .toolTipWraper > a {
    color: #877e7d;
}
.tooltip-pin .tooltiptext {
    visibility: hidden;
    background-color: #ab8a62;
    color: #fff;
    text-align: center;
    padding: 10px;
    position: absolute;
    z-index: 10000;
    bottom: 100%;
    left: -67px;
    margin-left: -60px;
    width: 230px;
    border-radius: 3px;
    font-size: 14px;
}
.tooltip-pin .tooltiptext a {
    color: #fff;
    transition: none;
}
.tooltip-pin .tooltiptext a:hover {
    opacity: .7;
}
.tooltip-pin .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #ab8a62 transparent transparent transparent;
}
.pb-main-span:hover .tooltiptext {
    visibility: visible;
}

/*tooltip - end*/
/*rearrange for mobile*/
@media (max-width: 767px) {
    .tooltip-pin {
        text-align:center;
    }
}

@media (max-width: 575px) {
    .toolTipWraper {
        position: relative;
        width: 90px;
        margin: 0 auto;
    }

    .tooltip-pin {
        font-size: 14px;
        padding: 0 10px;
        margin: 20px auto 16px ;
    }
}

.banner-header {
    background-size: cover !important;
}

/*.navbar .dropdown-menu {*/
/*    max-height: 375px;*/
/*    overflow-y: scroll;*/
/*    overflow-x: hidden;*/
/*}*/
.navbar .dropdown-menu::-webkit-scrollbar {
  width: 6px;
}
.navbar .dropdown-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.navbar .dropdown-menu::-webkit-scrollbar-thumb {
  background: #00000000;
  border-radius: 10px;
}
.navbar .dropdown-menu:hover::-webkit-scrollbar-thumb {
  background: #888;
}
.navbar .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #555;
}


@media (max-width:1400px){
    .banner-header div.reservation{
        height:74%;
    }
    .banner-header {
        height: 70vh;
    }
}

@media (max-width:1199px){
	.dr-pic img{
		width:190px;
	}
	.about-dr p{
		font-size:16px !important;
	}
	.interactive-banner figcaption .info p{
		display:none;
	}
}
@media (max-width:991px){
	.caption-wrapper{
		width:100%;
	}
	.banner-header p{
		display:none;
	}
	.section-title{
		font-size:36px;
	}
	.interactive-banner figcaption .info h3{
		font-size:20px;
	}
	.socials-container .card{
		width:50%;
		padding:15px;
	}
	.section-padding{
		padding:80px 0;
	}
	.nav-scroll .logo-wrapper {
        padding: 16px 0 16px 15px;
    }
	.procedure .section-padding {
		padding: 60px 0;
	}
	.nav-scroll div.reservation .call span,.nav-scroll div.reservation .call,.nav-scroll div.reservation a .icon i{
	    color:#aa8453;
	}
	.nav-scroll div.reservation a .icon i{
	    border-color:#aa8453;
	}
}


@media (max-width:767px){
	.banner-header.full-height h1,.caption-wrapper .butn-light,.banner-header.full-height h4{
		text-align:center;
	}
	.brand-thumb {
		justify-content: center;
		flex-wrap: wrap;
	}
	.dr-pic img{
		margin-top: 40px;
		margin-bottom: 30px;
	}
	.section-padding{
		padding:60px 0;
	}
	.section-title {
        font-size: 32px;
    }
	.v-border {
		padding:20px 0;
	}
	.v-border span{
		height: 2px;
		width: 100%;
	}
	.cta_text{
		flex-direction:column;
	}
	.cta_text h2{
		text-align:center;
		font-size:28px;
	}
	.main-video.active-jq.show-video{
		padding:30px 0 0;
	}
	.banner-header.full-height{
		min-height:100vh;
	}
	.caption-wrapper {
        width: 94%;
        margin: 0 auto;
    }
	.payment-logos{
		text-align:center;
	}
	.acceptCredit{
		justify-content:center;
	}
	.procedure .butn-dark {
        text-align: left;
    }
	.pbm-0{
		padding-bottom:0 !important;
	}
	.procedure .section-padding.contact{
        padding-right: 10px ;
        padding-left: 10px ;
    }
	.reservations .icon span {
		font-size: 30px;
	}
	.reservations .text a{
		font-size:20px;
	}
	.address-div p {
		font-size: 16px;
		line-height: normal;
	}
	.feature-box p{
		font-size:16px;
	}
	.banner-header {
        background-position: 70% center !important;
    }

}

@media (max-width:575px){
	.brand-thumb img{
		height:80px;
	}
	.logo-img{
		width:64px;
	}
	.testimonials h5{
		font-size:16px;
	}
	.awards-div img {
		width: 70px;
	}
	.procedure.gallery .banner-header {
		height: 40vh;
	}
	.banner-header.full-height h4 {
        font-size: 22px;
        width: 80%;
        margin-top: 0;
    }
}

.spinner-div.spinner-active{
  z-index: 3;
}
.contact__form{
  position: relative;
}
.footer-booking-box input:focus, .footer-booking-box textarea:focus{  
  box-shadow: 0 0 5px #aa8453;
}

/*reduce medchatai btn size*/
.aiChat-button {
  /*padding: 2px 6px !important;*/
  padding: 4px !important;
}

.footer-menu li:first-child{
  margin-left: 0;
}
