@charset "UTF-8";

@font-face {
  	font-family: 'Maison Neue';
  	src: url(../fonts/naison-neue/MaisonNeue-Light.woff2) format('woff2'),
       	 url(fonts/naison-neue/MaisonNeue-Light.woff) format('woff'),
         url(fonts/naison-neue/MaisonNeue-Light.ttf) format('truetype');
	font-weight: 300;
  	font-style: normal;
}

@font-face {
  	font-family: 'Maison Neue';
  	src: url(../fonts/naison-neue/MaisonNeue-Medium.woff2) format('woff2'),
       	 url(fonts/naison-neue/MaisonNeue-Medium.woff) format('woff'),
         url(fonts/naison-neue/MaisonNeue-Medium.ttf) format('truetype');
	font-weight: 500;
  	font-style: normal;
}

@font-face {
  	font-family: 'Maison Neue';
  	src: url(../fonts/naison-neue/MaisonNeue-Demi.woff2) format('woff2'),
       	 url(fonts/naison-neue/MaisonNeue-Demi.woff) format('woff'),
         url(fonts/naison-neue/MaisonNeue-Demi.ttf) format('truetype');
	font-weight: 600;
  	font-style: normal;
}

@font-face {
  	font-family: 'Butler';
  	src: url(../fonts/butler/Butler-Bold.woff2) format('woff2'),
       	 url(fonts/butler/Butler-Bold.woff) format('woff');
	font-weight: 700;
  	font-style: normal;
}

body {
	overflow-x:hidden!important;
	font-family: 'Maison Neue', sans-serif;
	font-weight: 300;
  	font-style: normal;
	font-size: 17px;
	line-height: 27px;
}

html {
	scroll-behavior:smooth;
	overflow-x:hidden!important;
}

button, input, textarea {
	border:0;
	background:0 0;
	-webkit-transition:.4s;
	-o-transition:.4s;
	transition:.4s
}

button:focus, input:focus, textarea:focus {
	outline:none
}

a {
	display:inline-block;
	-webkit-transition:.4s;
	-o-transition:.4s;
	transition:.4s
}

a:hover {
	text-decoration:none
}

img {
	max-width:100%
}

span {
	display:inline-block
}

.clearf {
	clear:both;
}

.btn-s1 {
	padding: 10px 20px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	color: #e6e6e6;
	font-family: 'Maison Neue', sans-serif;
	font-weight: 600;
  	font-style: normal;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
}

.btn-s1:hover, .btn-s1:focus {
	border: 1px solid #e6bf67;
	color: #e6e6e6;
}
/*bysurya*/
.li-class-none
{
   list-style: none;  
}
.li-image
{
  float: left;
    margin-top: 7px;
    max-width: 11px;
        margin-right: 3px;
}

.btn-s1 img {
	margin: -3px 2px 0 0;
}

.main-header {
/*	position: fixed;*/
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	z-index: 4;
	/*background-image: url(../images/pattern-bg.png),linear-gradient(#014b3a,#014b3a) !important;
	background: #0f231a;*/
	background: #FFFFFF;
	padding:25px 0;
}

.mobile-header {
	background: rgba(33, 37, 41, 0.96)!important;
}

.main-header .logo {
	
}

.main-header .logo img {
	width: 100%;
	max-width: 200px;
}

.main-header .contact-btn {
	margin-left: auto;
	    background-color: #96545D;
}

.main-header .contact-btn .btn-s1 {
	margin: 0 5px;
	min-width: 140px;
}

.main-banner .banner-bg {
	position: relative;
	height: 100vh;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-banner .banner-bg video {
	position: absolute;
	object-fit: cover;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 1;
}

.main-banner .banner-bg .video-overlay {
  background: rgba(0,0,0,0.85);
  position: absolute;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
}

.main-banner .banner-content {
	position: absolute;
	object-fit: cover;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 3;
	padding: 60px 0 60px 0;
}

.main-banner .banner-content .container {
	display: none;
}

.main-banner .banner-content .content-left h1 {
font-family: 'Butler', sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 50px;
    line-height: 58px;
    text-align: left;
    color: #ffffff;
    background: linear-gradient(90deg, #f5f4f1 0%, #B89952 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.main-banner .banner-content .content-left ul {
	margin-top: 20px;
	padding-left: 30px;
	list-style-image: url('../images/bullet-2.png');
}

.main-banner .banner-content .content-left ul li {
	font-family: 'Maison Neue', sans-serif;
	font-weight: 300;
  	font-style: normal;
	font-size: 20px;
	line-height: 32px;
	text-align: left;
	color:#E6E6E6;
	margin-bottom: 4px;
	padding-left: 3px;
}

.main-banner .banner-content .content-left p {
   margin-top: 20px;
  font-family: 'Maison Neue', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 32px;
  text-align: left;
  color: #E6E6E6;
  margin-bottom: 6px;
  padding-left: 5px;
}

.inquiry-form {
	background: #fff;
	border-radius: 15px;
	padding: 50px 30px;
}

.inquiry-form h2 {
	font-family: 'Butler', sans-serif;
	font-weight: 700;
  	font-style: normal;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	color:#222;
}

.inquiry-form p {
	font-family: 'Maison Neue', sans-serif;
	font-weight: 300;
  	font-style: normal;
	font-size: 14px;
	line-height: 20px;
	color:#666;
	text-align: center;
}

.inquiry-form form {
	margin-top: 20px;
}

.inquiry-form input[type=text] {
	font-family: 'Maison Neue', sans-serif;
	font-weight: 300;
  	font-style: normal;
	font-size: 15px;
	line-height: 24px;
	color:#222;
	background:none;
	border:none;
	outline:none!important;
	box-shadow:none;
	border-radius:0;
	border-bottom: 1px solid rgba(87, 87, 87, 0.08);
	padding: 5px 10px 5px 0;
	height: 60px;
	/*margin:0 20px;*/
}


.inquiry-form ::placeholder {
  	color: #222;
	opacity: 0.7;
}

.inquiry-form :-ms-input-placeholder {
  	color: #222;
	opacity: 0.7;
}

.inquiry-form ::-ms-input-placeholder {
  	color: #222;
	opacity: 0.7;
}

.inquiry-form .btn-wrap {
	margin: 30px 0 0 0;
}

.inquiry-form .submit-btn {
	background: linear-gradient(90deg, #96545D 0%, #ff97a5 100%);
	border-radius: 7px;
	text-align: center;
	font-family: 'Butler', sans-serif;
	font-weight: 700;
  	font-style: normal;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color:#191C25;
	width: 100%;
	padding: 10px 5px;
	height: 55px;
	text-transform:uppercase;
}

.image-before-after {
	padding: 120px 0; 
	background: #f1f1f1;
}

.image-before-after .before-after-content {
	margin-top: 40px;
}

.image-before-after .content-box {
  padding-top: 20px;
  padding-bottom: 20px;
}

.home-about {
	background: #fff;
	background-blend-mode: normal, luminosity;
	padding: 120px 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.home-about .about-intro {
	margin-bottom: 30px;
}

.custom-underline {
	position: relative;
	display: flex;
	justify-content: center;
}

.custom-underline::after {
	content: '';
	position: absolute;
	bottom: -20px;
	width: 100px;
	height: 1px;
	background: linear-gradient(90deg, #E6BF67 0%, #B89952 100%);
}

.main-title h3 {
	font-family: 'Maison Neue';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	background: linear-gradient(90deg, #E6BF67 0%, #B89952 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	margin-bottom: 14px;
}

.main-title h2 {
	font-family: 'Butler';
	font-style: normal;
	font-weight: 700;
	font-size: 45px;
	line-height: 63px;
	text-align: center;
	text-transform: capitalize;
	color: #222;
	margin-bottom: 20px;
}

.main-title p {
	font-family: 'Maison Neue';
	font-style: normal;
	font-weight: 300;
	font-size: 17px;
	line-height: 27px;
	text-align: center;
	color: #555;
	max-width: 900px;
	margin: auto;
}

.home-about .about-video {
	margin: 50px 0 0 0;
}

.home-about .about-video .youtube-video {
	width: 100%;
	max-width: 800px;
	margin: auto;
}

.video-js {
  width: 100% !important;
}

/*.home-about .about-features {
	padding: 0 15px;
}*/

.home-about .about-features ul {
	margin-bottom: 0;
	padding-left: 30px;
	list-style-image: url('../images/bullet.png');
}

.home-about .about-features ul li {
	font-family: 'Maison Neue';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	text-align: left;
	color: #444;
	margin-bottom: 4px;
	padding-left: 2px;
}

.dr_details {
	margin-top: 30px;
}

.dr_details .box_1 {
	margin-bottom: 30px;
}

.dr_details .box_1 img {
	width: 100%;
}

.dr_details .box_2 {
	margin-bottom: 30px;
}

.dr_details .box_2 p {
	font-family: 'Maison Neue';
	font-style: normal;
	font-weight: 300;
	font-size: 17px;
	line-height: 28px;
	text-align: left;
	color: #444;
	margin-bottom: 10px;
}

.dr_details .box_2 h3 {
	font-family: 'Maison Neue', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 22px;
	line-height: 34px;
	color: #333;
	margin-bottom: 6px;
	text-align: left;
}

.dr_details .box_3 h3 {
	font-family: 'Maison Neue', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 22px;
	line-height: 34px;
	color: #333;
	margin-bottom: 6px;
	text-align: left;
}

.home-zones {
	background: #212529;
	padding: 0;
}

.home-zones .zone-intro {
  margin-bottom: 30px;
}

.home-zones .zone-box-container {
	width: 100%;
	float: left;
	background: #212529;
	padding-top: 50px;
}

.home-zones .zone-box-container .zone-box {
	width: 33.3333%;
	float: left;
	margin: auto;
	min-height: 400px;
	text-align: center;
	padding-top: 160px;
}

.home-zones .zone-box-container .box-1 {
	background: linear-gradient(0deg, rgba(33, 37, 41, 0.8), rgba(33, 37, 41, 0.8)), url(../images/zone-1.jpg), #DDDDDD;
	background-blend-mode: normal, luminosity, normal;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.home-zones .zone-box-container .box-2 {
	background: linear-gradient(0deg, rgba(33, 37, 41, 0.8), rgba(33, 37, 41, 0.8)), url(../images/zone-2.jpg), #BBBBBB;
	background-blend-mode: normal, luminosity, normal;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.home-zones .zone-box-container .box-3 {
	background: linear-gradient(0deg, rgba(33, 37, 41, 0.8), rgba(33, 37, 41, 0.8)), url(../images/zone-3.jpg), #DDDDDD;
	background-blend-mode: normal, luminosity, normal;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.home-zones .zone-box-container .zone-box h2 {
	font-family: 'Butler';
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	line-height: 31px;
	text-align:center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	background: linear-gradient(90deg, #E6BF67 0%, #B89952 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	margin-bottom: 10px;
}

.home-zones .zone-box-container .zone-box p {
	font-family: 'Maison Neue';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #E6E6E6;
}

.footer-copy {
	background: #b194a4;
	padding: 25px 0;
}

.footer-copy .copyright {
	font-family: 'Maison Neue';
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
	line-height: 20px;
	text-align:left;
	color: #fff;
}

.footer-copy .designedby {
	font-family: 'Maison Neue';
	font-style: normal;
	font-weight: 300;
	font-size: 13px;
	line-height: 20px;
	text-align:right;
	color: #f2f2f2;
}

.footer-copy .designedby a {
	color: #000;
	font-weight: 300;
}

.main-footer .footer-info {
	background: #856275;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 40px 0 30px 0;
}

.main-footer .footer-info .footer-logo {
	margin: 30px 0;
}

.main-footer .footer-info .footer-logo img {
  width: 100%;
  max-width: 190px;
}

.main-footer .footer-info .footer-widget {
	margin: 30px 0;
}

.main-footer .footer-info .footer-widget h3 {
	font-style: normal;
	font-weight: 500;
    font-size: 18px;
    line-height: 28px;
	text-transform: uppercase;
	color: #f2f2f2;
	margin-bottom: 10px;
}

.main-footer .footer-info .footer-widget p {
	font-family: 'Maison Neue';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	color: #f2f2f2;
	margin-bottom: 10px;
}

.main-footer .footer-info .footer-widget p a {
	font-family: 'Maison Neue';
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
	line-height: 24px;
	color: #E6E6E6;
}

.main-footer .footer-info .footer-widget .social-icons {
	margin-top: 15px;
}

.main-footer .footer-info .footer-widget .social-icons i {
  color: #E6E6E6;
  border: 1px solid #E6E6E6;
  font-size: 14px;
  font-weight: 500;
  border-radius: 50%;
  padding: 8px;
  display: block;
  margin-right: 7px;
}

.main-footer .footer-info .footer-widget .social-icons i:hover, .main-footer .footer-info .footer-widget .social-icons i:focus {
	color: #e6bf67;
}

.home-packages {
	background: #fff;
	padding: 120px 0 90px 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.home-packages .packages-intro {
  margin-bottom: 30px;
}

.home-packages .package-box-container {
	display: table;
	width: 100%;
	border-collapse:separate;
	border-spacing:30px;
	margin-top: 20px;
}

.package-box-container.mt-fix {
	margin-top: -20px;
}

.home-packages .package-box {
	background: #014b3a21;
	border: 0.7px solid rgba(223, 232, 230, 0.15);
	box-sizing: border-box;
	border-radius: 8px;
	display: table-cell; 
	padding: 0;
}

.home-packages .package-box .package-title {
	background: #d2dfdc;
	padding: 30px 20px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.home-packages .package-box .package-title h3 {
	font-family: 'Butler';
	font-style: normal;
	font-weight: 700;
	font-size: 29px;
	line-height: 36px;
	text-align: center;
	letter-spacing: -0.02em;
	background: linear-gradient(90deg, #014b3a 0%, #014b3a 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	margin-bottom: 0;
}

.home-packages .package-box .package-title h4 {
	font-family: 'Butler';
	font-style: normal;
	font-weight: 700;
	font-size: 17px;
	line-height: 26px;
	text-align: center;
	letter-spacing: -0.01em;
	color: ##292828;
	margin-top: 15px;
}

.home-packages .package-box .package-features {
	padding: 30px 25px;
	margin-bottom: 80px;
}

.home-packages .package-box .package-features ul {
	margin-bottom: 0;
	padding-left: 30px;
	list-style-image: url('../images/bullet.png');
}

.home-packages .package-box .package-features ul li {
	font-family: 'Maison Neue';
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
	line-height: 24px;
	text-align: left;
	color:#333;
	margin-bottom: 10px;
	padding-left: 2px;
}

.home-packages .package-box .btn-wrap {
	padding: 30px 30px;
	position: absolute;
	 bottom:0;
	 width: 100%;
}

.home-packages .package-box .link-btn {
	background: linear-gradient(90deg, #E6BF67 0%, #E6BF67 100%);
	border-radius: 7px;
	text-align: center;
	font-family: 'Butler', sans-serif;
	font-weight: 700;
  	font-style: normal;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color:#191C25;
	width: 100%;
	padding: 10px 5px;
	height: 50px;
	text-transform:uppercase;
}

.home-partners {
	background: #f1f1f1;
	padding: 120px 0;
}

.home-partners .partners-intro {
  margin-bottom: 30px;
}

.home-partners .partners-box-container {
	margin-top: 20px;
	display: table;
	width: 100%;
	border-collapse: separate;
	border-spacing: 30px;
}

.home-partners .partners-box-container .col-12 {
	display: table-cell;
	background: #fff;
	border-radius: 7px;
	padding: 0;
	margin-bottom: 30px;
}

.home-partners .partners-box {
	background: #fff;
	box-sizing: border-box;
	border-radius: 7px;
	text-align: center;
	border: 8px solid #fff;
}

.home-partners .partners-box .img-box {
	width: 100%;
	height: 200px;
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.home-partners .partners-box h3 {
  	margin-top: 20px;
	font-family: 'Maison Neue', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 22px;
	line-height: 34px;
	color: #333;
	margin-bottom: 6px;
	padding: 2px 10px 4px 10px;
	text-align: center;
}

.home-partners .partners-box img {
	margin: auto;
}

.home-partners .partners-box-container.mt-fix {
  margin-top: -25px;
}

.cta {
  background: #dee7e5;
  padding: 60px 0;
}

.cta .cta-phone {
	padding-right: 35px;
	border-right: solid 4px #C7D5D2;
}

.cta .cta-phone h4 {
  font-family: 'Butler';
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  text-align: right;
  letter-spacing: -0.02em;
  color: #014b3a;
  margin-bottom: 20px;
}

.cta .cta-phone a {
	font-family: 'Maison Neue', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 42px;
	line-height: 52px;
	color: #333;
	width: 100%;
	text-align: right;
}

.cta .cta-btn {
	padding-left: 5px;
}

.cta .cta-btn .link-btn {
	background: linear-gradient(90deg, #E6BF67 0%, #E6BF67 100%);
	border-radius: 7px;
	text-align: center;
	font-family: 'Butler', sans-serif;
	font-weight: 700;
  	font-style: normal;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color:#191C25;
	min-width: 160px;
	padding: 10px 5px;
	height: 50px;
	text-transform:uppercase;
}

.cta .cta-btn h4 {
  font-family: 'Butler';
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  text-align: left;
  letter-spacing: -0.02em;
  color: #014b3a;
  margin-bottom: 25px;
}


.home-contact {
	background: linear-gradient(180deg, #212529 0%, rgba(33, 37, 41, 0.8) 52.08%, #212529 100%), url(../images/home-packages-bg-l.jpg), #212529;
	padding: 140px 0 140px 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.home-contact .contact-intro {
  margin-bottom: 30px;
}

.home-contact .btn-wrap {
	margin: 30px 30px 0 30px;
	text-align: center;
}

.home-contact .link-btn {
	background: linear-gradient(90deg, #E6BF67 0%, #B89952 100%);
	border-radius: 7px;
	text-align: center;
	font-family: 'Butler', sans-serif;
	font-weight: 700;
  	font-style: normal;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color:#191C25;
	padding: 10px 20px;
	height: 50px;
	text-transform:uppercase;
	min-width: 180px;
	margin: auto;
}

.home-testimonials {
	background: #f1f1f1;
	padding: 120px 0;
	
}

.home-testimonials .testimonial-slider {
	margin-top: 60px;
}

.home-testimonials .testimonial-slider .single-comment {
	background: #fff;
	border: 0.7px solid rgba(238, 238, 238, 0.15);
	box-sizing: border-box;
	border-radius: 7px;
	padding: 50px 30px;
}

.home-testimonials .testimonial-slider .single-comment .comment-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 15px;
  display: inline;
}

.home-testimonials .testimonial-slider .single-comment .comment-name-letter {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-bottom: 15px;
	display: block;
	color: #fff;
	font-family: 'Maison Neue';
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	padding: 20px 23px 20px 24px;
	background-color: #2d60497a;
}


.home-testimonials .testimonial-slider .single-comment .client-name {
	font-family: 'Maison Neue';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #555;
	margin-bottom: 2px;
}

.home-testimonials .testimonial-slider .single-comment .client-location {
	font-family: 'Maison Neue';
	font-size: 13px;
	line-height: 21px;
	color: #E6E6E6;
	opacity: 0.8;
}

.home-testimonials .testimonial-slider .single-comment h3 {
	font-family: 'Butler';
	font-size: 21px;
	line-height: 32px;
	letter-spacing: -0.02em;
	color: #E6E6E6;
	margin-top: 20px;
}

.home-testimonials .testimonial-slider .single-comment p {
	font-family: 'Maison Neue';
	font-style: normal;
	font-weight: 300;
	font-size: 17px;
	line-height: 27px;
	color: #555;
	opacity: 0.8;
	margin-top: 20px;
}

.home-testimonials .testimonial-slider .single-comment .source-icon {
	margin-top: 20px;
}

.home-testimonials .testimonial-slider .single-comment .source-icon img {
	width: 30px;
}

.home-testimonials .testimonial-slider .single-comment .adj-flt {
	float: left;
}

.home-testimonials .testimonial-slider .single-comment .comment-box .comment-stars i {
  color: #E6BF67;
  font-size: 16px;
}

.home-testimonials .testimonial-slider .single-comment .comment-box .comment-stars i.empty {
  color: #E6E6E6;
  opacity: 0.3;
}

.inquiry-popup .modal-content {
	background: none;
	margin-top: 60px;
}

.inquiry-popup .modal-body {
	padding: 0;
}

.inquiry-popup .inquiry-form h2 {
	color: #222;
}

.inquiry-popup .inquiry-form {
  background: #fff;
}

.inquiry-popup .close {
	background: #EDC56D;
	opacity: 1;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	line-height: 27px;
	margin-right: -8px;
	margin-top: -8px;
}


.home-about .about-video .youtube-video {
  height: 380px !important;
}

.chat-icon {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9998;
  margin-right: 30px;
  margin-bottom: 50px;
}

.chat-icon img {
  width: 100%;
  max-width: 70px;
}

/* BANNER VIDEO ISSUE */
.main-banner .banner-bg video {
	position: inherit;
	width: 100vw;
	height: 100vh;
	display: block;
	width: 100%;
}

.hide-scroll {
	display: block!important;
}

.show-scroll {
	display: block!important;
}

.main-banner {
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.main-banner .banner-bg {
	position: inherit;
	height: auto;
	text-align: center;
	display: block;
	align-items: center;
	justify-content: center;
}

.main-banner .banner-bg .video-overlay {
	display: none!important;
}

.main-banner .banner-content {
	position: inherit;
	object-fit: inherit;
	width: 100%;
	height: auto;
	padding: 120px 0;
}
/* ENd // BANNER VIDEO ISSUE */


.show-read-more .more-text {
	display: none;
}

.show-read-more .read-more {
	font-family: 'Maison Neue';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	color: #4f4f4f;
}

.phone-country-code .select-flag {
	width: 25px;
	margin-left: -15px;
	margin-right: 4px;
}

.phone-country-code .select-code {
	font-family: 'Maison Neue';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	color: #222;
	margin-right: 4px;
}

.phone-country-code .select-country {
	font-family: 'Maison Neue';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	color: #626262;
}

.phone-country-code .filter-option-inner-inner .select-code {
	color: #222;
}

.phone-country-code .filter-option-inner-inner .select-flag {
	width: 25px;
	margin-left: inherit;
	margin-right: 4px;
}

.phone-country-code .filter-option-inner-inner .select-country {
	display: none;
}

.phone-country-code .bootstrap-select > .dropdown-toggle.bs-placeholder, .show > .btn-light.dropdown-toggle, .btn-light, .bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  background-color: transparent!important;
  box-shadow:none!important;
  outline:none!important;
  border:none!important;
  font-family: 'Maison Neue', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 15px;
	line-height: 24px;
	color: #E6E6E6!important;
	background: none;
	border: none;
	outline: none !important;
	box-shadow: none;
	border-radius: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05)!important;
	padding: 20px 2px 5px 0;
	height: 60px;
}

.phone-country-code  .bootstrap-select .dropdown-toggle:focus, .phone-country-code  .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: thin dotted #333!important;
    outline: none!important;
    outline-offset: -2px;
}

.phone-country-code .dropup .dropdown-toggle::after {
  border-right: none!important;
  border-bottom: none!important;
  border-left: none!important;
   outline:none!important;
}

.phone-country-code .bootstrap-select .dropdown-menu.inner {
	overflow-x:hidden;
}

.form_success {
  display: none;
}

.form_error {
  display: none;
}


.doctors-slider {
	background: #fff!important;
}

.doctors-slider .doctors-slider-box-1 {
	/*padding: 100px 200px 80px 200px;*/	padding: 40px 200px 30px 200px;	
	text-align: center;
}

.medical_page_doctors .doctors-slider-box-1 {
	/*padding: 100px 200px 80px 200px;*/	padding: 40px 200px 30px 200px;	
	text-align: center;
}

.doctors-slider .doctors-slider-box-1 h2 {
  font-size: 36px;
  color: #6f6f6f;
  font-family: Jost;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom:30px;
}

.medical_page_doctors .doctors-slider-box-1 h2 {
  font-size: 36px;
  color: #6f6f6f;
  font-family: Jost;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom:30px;
}

.doctors-slider .doctors-slider-box-1 p {
  font-size: 18px;
  color: #6f6f6f;
  font-family: Jost;
  font-weight: 300;
  line-height: 32px;
}

.medical_page_doctors .doctors-slider-box-1 p {
  font-size: 18px;
  color: #6f6f6f;
  font-family: Jost;
  font-weight: 300;
}

.doctors-slider .doctors-slider-1 strong {
  font-size: 18px;
  color: #6f6f6f;
  font-family: Jost;
  text-align: justify;
  font-weight: 500;
}

.medical_page_doctors .doctors-slider-1 strong {
  font-size: 18px;
  color: #6f6f6f;
  font-family: Jost;
  text-align: justify;
  font-weight: 500;
}

.doctors-slider .doctors-slider-box-2 {
	padding: 0;
	margin-top: 50px;
}

.medical_page_doctors .doctors-slider-box-2 {
	padding: 0 0 80px 0;
	float: left;
}

.doctors-slider .doctors-slider-2 .owl-carousel .item img {
	width:100%;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
}

.medical_page_doctors .doctors-slider-2 .item img {
	width:100%;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
}

.doctors-slider .doctors-slider-box-2 .owl-carousel .item {
  margin-left: 1px;
  padding: 0 5px;
}

.medical_page_doctors .doctors-slider-box-2 .item {
  margin-left: 1px;
  padding: 0 5px;
  margin-bottom: 50px;
}


.doctors-slider .read-more {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 80px;
}

.medical_page_doctors .read-more {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 80px;
}

.doctors-slider .doctors-slider-box-2 .owl-carousel .item h3 {
	text-align: center;
	font-size: 23px;
	color: #333;
	font-family: Jost;
	font-weight: 500;
	margin-top: 15px;
	margin-bottom: 8px;
}

.medical_page_doctors .doctors-slider-box-2 .item h3 {
	text-align: center;
	font-size: 23px;
	color: #6f6f6f;
	font-family: Jost;
	font-weight: 500;
	margin-top: 15px;
	margin-bottom: 8px;
}

.doctors-slider .doctors-slider-box-2 .owl-carousel .item p {
	text-align:center;
	font-size: 16px;
	color: #555;
	font-family: Jost;
	font-weight: 300;
}

.medical_page_doctors .doctors-slider-box-2 .item p {
	text-align:center;
	font-size: 16px;
	color: #6f6f6f;
	font-family: Jost;
	font-weight: 300;
}

.bh-banner {
	background: #ece8ea;
}

.bh-banner .bh-banner-img img {
	width: 100%;
}

.bh-banner .bh-banner-logo {
	width: 100%;
	margin-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 30px;
}

.bh-banner .bh-banner-logo img {
	width: 100%;
	max-width: 400px;
}

.bh-banner .bh-banner-txt {
	padding: 60px 45px 60px 45px;
	max-width: 700px;
	margin: auto;
}

.bh-banner .bh-banner-txt h1 {
	color: #222;
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    margin-bottom: 10px;
}

.bh-banner .bh-banner-txt h2 {
	color: #222;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 10px;
}

.bh-banner .bh-banner-txt p {
	color: #222;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
	margin-bottom: 30px;
}

.bh-cta-btn .link-btn {
    background: #96545D;
    border-radius: 7px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #fff;
    min-width: 160px;
    padding: 10px 20px;
    height: 50px;
    text-transform: uppercase;
}

.bh-cta-btn a.link-txt {
	color: #444;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

.sticky_header {
	position: fixed;
	width: 100%;
	z-index: 1;
}

.sticky_header .main-header {
	background: #f5f5f5;
	padding: 15px 0;
}

.bh-highlight {
	background: #fff;
	padding: 90px 0 70px 0;
}

.bh-main-title {
	
}

.bh-main-title h2 {
	color: #222;
    font-size: 38px;
    line-height: 48px;
    font-weight: 500;
    margin-bottom: 20px;
}

.bh-main-title h3 {
	color: #444;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 15px;
}

.bh-highlight .bh-highlight-text p {
	color: #444;
    font-size: 19px;
    line-height: 29px;
    font-weight: 300;
	margin-bottom: 20px;
}

.bh-highlight .bh-highlight-boxes {
	margin-top: 35px;
}

.bh-highlight .bh-highlight-boxes .bh-highlight-box {
	padding: 35px 30px;
	background: #fff;
	text-align: center;
	margin-bottom: 20px;
}

.bh-highlight .bh-highlight-boxes a {
	display: block;
}

.bh-highlight .bh-highlight-boxes .bh-highlight-box img {
	margin-bottom: 25px;
}

.bh-highlight .bh-highlight-boxes .bh-highlight-box h3 {
	color: #fff;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
	margin-bottom: 0;
}

.bh-content {
	background: #ece8ea;
}

.bh-content .bh-content-img img {
	width: 100%;
}

.bh-content .bh-content-logo {
	width: 100%;
	margin-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 30px;
}

.bh-content .bh-content-logo img {
	width: 100%;
	max-width: 400px;
}

.bh-content .bh-content-txt {
	padding: 60px 45px 60px 45px;
	max-width: 700px;
	margin: auto;
}

.bh-content .bh-content-txt h2 {
	color: #222;
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    margin-bottom: 10px;
}

.bh-content .bh-content-txt p {
	color: #222;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
	margin-bottom: 15px;
}

.bh-certificate {
	background: #fff;
	padding: 90px 0 140px 0;
}

/*.bh-certificate .bh-main-title h2 {
    margin-bottom: 40px;
}*/

.bh-certificate .bh-certificate-text p {
	color: #444;
    font-size: 19px;
    line-height: 29px;
    font-weight: 300;
	margin-bottom: 40px;
}

.bh-certificate .bh-certficate-box {
	background: #fff;
	text-align: center;
	border: 2px solid #d7d7d7;
	position: relative;
	padding-top: 40px;
	padding-bottom: 35px;
}

.bh-certificate .bh-certficate-box .bh-certficate-img {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 0;
    margin-bottom: -48px;
}

.bh-certificate .bh-certficate-box .bh-certficate-img img {
    max-width: 60px;
}

.bh-certificate .bh-certficate-box .bh-certficate-txt {
	padding: 0 30px;
}

.bh-certificate .bh-certficate-box .bh-certficate-txt h3 {
	color: #222;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
	margin-bottom: 10px;
}

.bh-certificate .bh-certficate-box .bh-certficate-txt p {
	color: #444;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
	margin-bottom: 20px;
}

.faq-section .accordion-container {
	position: relative;
	height: auto;
}

.faq-section .set {
	position: relative;
	width: 100%;
	height: auto;
}

.faq-section .set > a {
	display: block;
	padding: 15px 15px 15px 0;
	text-decoration: none;
	color: #333;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	transition:all 0.2s linear;
	border-bottom: 1px solid #96545D;
}

.faq-section .set > a.no_border {
	border-bottom: none;
}

.faq-section .set > a img {
	float: right;
	margin-top: 2px;
	max-width: 20px;
}

.faq-section .set > a i {
	float: right;
	margin-top: 2px;
	border: 1px solid #e1e1e1;
	padding: 3px 6px;
	border-radius: 50%;
}

.set > a.active {
	border-bottom: none;
}

/*.set > a.active {
	background-color:#4686c6;
	color: #fff;
	padding-left: 15px;
	margin-top: 10px;
}*/

.faq-section .content {
	/*border-bottom: 1px solid #ededed;*/
	display: none;
	margin-bottom: 15px;
}

.faq-section .content p {
	padding: 0px 0 10px 0;
	margin: 0;
}

.bh-contact {
	background: #ece8ea;
}

.bh-contact .bh-contact-img img {
	width: 100%;
}

.bh-contact .bh-contact-logo {
	width: 100%;
	margin-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 30px;
}

.bh-contact .bh-contact-logo img {
	width: 100%;
	max-width: 400px;
}

.bh-contact .bh-contact-txt {
	padding: 60px 45px 60px 45px;
	max-width: 700px;
	margin: auto;
}

.bh-contact .bh-contact-txt h2 {
	color: #222;
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    margin-bottom: 10px;
}

.bh-contact .bh-contact-txt p {
	color: #222;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
	margin-bottom: 30px;
	text-align: left;
}

.inquiry-form {
	background: #ece8ea;
	padding: 30px 30px;
}

.inquiry-form h2 {
	font-family: 'Maison Neue', sans-serif;
	color: #222;
    font-size: 34px;
    line-height: 44px;
    font-weight: 500;
    margin-bottom: 10px;
	text-align: center;
}

.inquiry-form input[type=text] {
	color: #222;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
	border-bottom: 1px solid rgb(0 0 0 / 9%);
}

.inquiry-form .submit-btn {
	font-family: 'Maison Neue', sans-serif;
	background: #96545D;
	border-radius: 7px;
	font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #fff;
	width: auto;
	min-width: 160px;
    padding: 10px 30px;
	height: 50px;
}

.inquiry-form p {
    color: #222;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 30px;
}

.inquiry-popup .close {
    background: #96545D;
    color: #fff;
}

.bh-contact {
}

.bh-contact .inquiry-form h2 {
	text-align: left;
}

ul.list-style-1 {
	list-style: none;
	padding-left: 30px;
	margin-top: 5px;
}

ul.list-style-1 li {
	color: #222;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 8px;
}

ul.list-style-1 li:before {
	content: '';
    display: inline-block;
    height: 15px;
    width: 15px;
    background-size: cover;
    background-image: url('../images/bhrt/icons/star.png');
    background-repeat: no-repeat;
    margin-right: 10px;
    background-position: center center;
    vertical-align: middle;
}

ul.list-style-2 {
	list-style: none;
	padding-left: 50px;
	margin-top: 15px;
	margin-bottom: 20px;
}

ul.list-style-2 li {
	color: #222;
    font-size: 17px;
    line-height: 27px;
    font-weight: 300;
    margin-bottom: 8px;
}

ul.list-style-2 li:before {
	content: '';
    display: inline-block;
    height: 7px;
    width: 7px;
    background-size: cover;
    background-image: url('../images/bhrt/icons/circle.png');
    background-repeat: no-repeat;
    margin-right: 10px;
    background-position: center center;
    vertical-align: middle;
}

.price-tag {
	color: #96545d;
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #f6f6f6;
    padding: 15px 25px 12px 25px;
    width: fit-content;
}

.bh-content p.bh-cta-btn {
	margin-top: 25px!important;
}

.bh-contact .inquiry-form {
	padding: 0;
}

.bh-content-2 {
	background: #fff;
	padding: 90px 0;
}

.bh-content-2 .bh-content-img img {
	width: 100%;
}

.bh-content-2 .bh-content-logo {
	width: 100%;
	margin-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 30px;
}

.bh-content-2 .bh-content-logo img {
	width: 100%;
	max-width: 400px;
}

.bh-content-2 .bh-content-txt {
	padding: 60px 45px 60px 45px;
	max-width: 700px;
	margin: auto;
}

.bh-content-2 .bh-content-txt h2 {
	color: #222;
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    margin-bottom: 10px;
}

.bh-content-2 .bh-content-txt h3 {
	color: #222;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 20px;
}

.bh-content-2 .bh-content-txt p {
	color: #222;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
	margin-bottom: 15px;
}

.bh-content-2 .bh-main-title h2 {
	margin-bottom: 40px;
}

.text-higlight {
	color: #96545D!important;
	font-weight: 500!important;
}

/* ******** MEDIA QUERIES ******** */

@media only screen and (min-width: 1801px) {
	.home-testimonials .testimonial-slider .single-comment {
		min-height: 400px;
	}
}


@media only screen and (min-width: 1300px) and (max-width: 1800px) {
	.home-testimonials .testimonial-slider .single-comment {
		min-height: 360px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1240px) {
	.main-banner .banner-content {
  		padding: 80px 0;
	}
	
	.main-banner .banner-content .content-left h1 {
  		font-size: 26px;
  		line-height: 44px;
	}
	
	main-banner .banner-content .content-left ul li {
		font-size: 18px;
		line-height: 28px;
	}
	
	.main-banner .banner-content .content-left p {
		font-size: 18px;
		line-height: 28px;
	}
	
	.inquiry-form {;
	  padding: 30px 30px;
	}
	
	.inquiry-form h2 {
	  font-size: 20px;
	  line-height: 28px;
	}
	
	/*.inquiry-form input[type="text"] {
		height: 50px;
	}*/
}

@media only screen and (max-width: 991px) {
	
	.home-packages {
		padding: 60px 0 10px 0;
	}
	
	.image-before-after {
	  padding: 60px 0;
	}
	
	.image-before-after .before-after-content {
	  margin-top: 20px;
	}
	
	.home-packages .package-box-container {
	  margin-top: 0px;
	}
		
	.package-box-container.mt-fix {
	  margin-top: -60px;
	}

	.home-packages .package-box {
	  display: block;
	  margin-bottom: 30px;
	}
	
	.home-partners .partners-box-container .col-12 {
		display: block;
	  	margin-bottom: 30px;
	}
	
	.cta .cta-phone a {
  	font-size: 34px;
  	line-height: 46px;
	}
}
	
@media only screen and (max-width: 767px) {
	
	.doctors-slider .doctors-slider-box-2 {
		margin-top: 30px;
	}
	
	.cta .cta-phone {
  		padding-right: 0;
		border-right: none;
		margin-bottom: 30px;
	}
	
	.cta .cta-phone h4 {
	  font-size: 24px;
	  line-height: 34px;
	  text-align: center;
	  margin-bottom: 15px;
	}
	
	.cta .cta-phone a {
	  font-size: 32px;
	  line-height: 46px;
	  text-align: center;
	}
	
	.cta .cta-btn h4 {
	  font-size: 24px;
	  line-height: 34px;
	  text-align: center;
	  margin-bottom: 25px;
	}
	
	.cta .cta-btn {
	  padding-left: 0;
	  text-align: center;
	}
	
	.main-header .contact-btn .btn-s1 {
		margin: 0;
		min-width: inherit;
	}
	
	.btn-s1 {
		padding: 4px 10px;
		font-size: 13px;
	}
	
	.main-banner .banner-bg video {
		position: inherit;
		width: 100vw;
		height: 42vh;
		display: block;
		width: 100%;
	}
	
	.hide-scroll {
		display: block!important;
	}
	
	.show-scroll {
		display: block!important;
	}
	
	.main-banner {
		background: linear-gradient(0deg, rgba(33, 37, 41, 0.9), rgba(33, 37, 41, 0.9)), url(../images/home-banner-cover.jpg);
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	
	.main-banner .banner-bg {
		position: inherit;
		height: auto;
		text-align: center;
		display: block;
		align-items: center;
		justify-content: center;
	}
	
	.main-banner .banner-bg .video-overlay {
		display: none!important;
	}
	
	.main-banner .banner-content {
		position: inherit;
		object-fit: inherit;
		width: 100%;
		height: auto;
	}
	
	.content-left {
		/*padding: 0 20px;*/
		margin-bottom: 30px;
	}
	
	.main-banner .banner-content .content-left h1 {
		font-size: 30px;
		line-height: 40px;
	}
	
	.main-banner .banner-content .content-left ul li {
		font-size: 18px;
		line-height: 31px;
	}
	
	.inquiry-form {
		padding: 40px 30px;
	}
	
	.inquiry-form h2 {
  		font-size: 28px;
    	line-height: 38px;
	}
	
	.inquiry-form p {
    	font-size: 18px;
    	line-height: 28px;
		margin-bottom: 20px;
	}
	
	.inquiry-form .submit-btn {
		height: 50px;
	}
	
	.home-about {
		padding: 60px 0;
	}
	
	.home-testimonials {
	  padding: 60px 0;
	}
	
	.main-title h2 {
		font-size: 30px;
		line-height: 38px;
	}
	
	.home-packages .package-box .package-title h3 {
	  font-size: 26px;
	  line-height: 34px;
	}
	
	.home-partners .partners-box h3 {
	  font-size: 20px;
	  line-height: 32px;
	}
	
	.main-title p {
  		font-size: 16px;
	}
	
	/*.home-about .about-features ul {
  		margin-top: 40px;
	}*/
	
	.home-about .about-video {
	  margin: 40px 0 0 0;
	}
	
	.footer-copy .copyright {
		text-align: center;
		margin-bottom: 15px;
	}
	
	.footer-copy .designedby {
		text-align: center;
	}
	
	.main-footer .footer-info {
		padding: 25px 0;
	}
	
	.main-footer .footer-info .footer-widget {
		margin: 20px 0;
	}
	
	.home-partners {
	  padding: 60px 0 20px 0;
	}
	
	.home-partners .partners-box-container {
	  margin-top: 0px;
	}
	
	.home-partners .partners-box-container.mt-fix {
	  margin-top: -60px;
	}
		
	/*.home-partners .partners-box {
  		height: 200px;
		margin-bottom: 25px;
	}*/
	
	.home-testimonials .testimonial-slider {
	  margin-top: 50px;
	}
	
	.home-testimonials .testimonial-slider .single-comment {
	  padding: 40px 20px;
	}
	
	.home-testimonials .testimonial-slider .single-comment .comment-box .comment-stars {
		margin-top: 10px;
	}
	
	.home-contact {
		padding: 0 0 60px 0;
	}
	
	.main-banner .banner-content {
		padding: 60px 0;
	}
	
	.chat-icon {
	  margin-right: 10px;
	  margin-bottom: 10px;
	}
	
	.chat-icon img {
	  max-width: 52px;
	}
	
	
	
	/* NEW */
	.main-header .logo {
		text-align: center;
	}
	
	.main-header .logo img {
		max-width: 180px;
	}
	
	.main-header .bh-cta-btn .link-btn {
		font-size: 14px;
		min-width: 96px;
		padding: 6px 10px;
		height: 32px;
		line-height: 21px;
    	border-radius: 5px;
	}
	
	.main-header .bh-cta-btn a.link-txt {
		font-size: 18px;
		line-height: 28px;
	}
	
	.menu_call, .menu_btn {
		margin-top: 15px;
	}
	
	.main-header {
		padding: 15px 0;
	}
	
	.bh-banner .bh-banner-txt {
		padding: 40px 10px 20px 10px;
	}
	
	.bh-banner .bh-banner-txt h1 {
		font-size: 30px;
		line-height: 40px;
	}
	
	.bh-banner .bh-banner-txt h1 {
		font-size: 30px;
		line-height: 40px;
	}
	
	.bh-banner .bh-banner-txt h2 {
		font-size: 20px;
		line-height: 30px;
	}
	
	.bh-banner .bh-banner-txt p {
		font-size: 18px;
		line-height: 28px;
	}
	
	.bh-highlight {
		padding: 40px 10px 20px 10px;
	}
	
	.bh-main-title h2 {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 10px;
	}
	
	.bh-main-title h3 {
		font-size: 20px;
		line-height: 20px;
	}
	
	.bh-highlight .bh-highlight-text p {
		font-size: 18px;
		line-height: 28px;
	}
	
	.bh-highlight .bh-highlight-boxes {
		margin-top: 25px;
	}
	
	.bh-highlight .bh-highlight-boxes .bh-highlight-box {
    	padding: 25px 30px;
	}
	
	.bh-highlight .bh-highlight-boxes .bh-highlight-box h3 {
    	font-size: 21px;
    	line-height: 31px;
	}
	
	.bh-content .bh-content-txt {
		padding: 40px 10px 40px 10px;
	}
	
	.bh-content .bh-content-txt h2 {
		font-size: 28px;
		line-height: 38px;
	}
	
	.bh-content .bh-content-txt p {
		font-size: 18px;
		line-height: 28px;
	}
	
	.bh-certificate {
		padding: 45px 0 30px 0;
	}
	
	.bh-certificate .bh-certificate-text p {
		font-size: 18px;
		line-height: 28px;
	}
	
	.bh-certificate .bh-certficate-box {
		margin-bottom: 70px;
		padding-top: 30px;
	}
	
	.bh-certificate .bh-certficate-box .bh-certficate-txt h3 {
    	font-size: 22px;
    	line-height: 32px;
	}
	
	.bh-contact .bh-contact-txt {
    	padding: 40px 10px 40px 10px;
	}
	
	.bh-contact .bh-contact-txt h2 {
		font-size: 28px;
		line-height: 38px;
	}
	
	.bh-contact .bh-contact-txt p {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 20px;
	}
	
	.inquiry-form input[type=text] {
    	font-size: 18px;
    	line-height: 28px;
	}
	
	.bh-contact .inquiry-form {
		padding: 0 0;
	}
	
	.price-tag {
    	font-size: 24px;
    	line-height: 34px;
	}
	
	.bh-content-2 {
		padding: 40px 0 0 0;
	}
	
	.bh-content-2 .bh-main-title h2 {
		margin-bottom: 25px;
	}
	
	.bh-content-2 .bh-content-txt {
		padding: 40px 10px 40px 10px;
	}
	
	.bh-content-2 .bh-content-txt h2 {
		font-size: 28px;
		line-height: 38px;
	}
	
	.bh-content-2 .bh-content-txt h3 {
		font-size: 20px;
		line-height: 30px;
	}
	
	.bh-content-2 .bh-content-txt p {
		font-size: 18px;
		line-height: 28px;
	}
	
}

@media only screen and (max-width: 575px) {
	
	.home-zones .zone-box-container .zone-box {
		width: 100%;
		min-height: 250px;
		padding-top: 90px;
	}
	
	.main-footer .footer-info {
		text-align: center;
	}
	
	.partners-box-container .col-xs-6 {
		width: 50%;
	}
	
	/*.home-partners .partners-box {
	  height: 160px;
	  padding: 20px;
	}*/
	
	.phone-country-code .bootstrap-select .dropdown-menu {
		max-width: 300px;
	}
	
	
}

@media only screen and (max-width: 479px) {

	.home-about .about-video .youtube-video {
	  height: 200px !important;
	}
}