/*
Theme Name: Bridge Child Theme
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: Bridge Theme
Tags: creative, portfolio, multi-purpose, clean, retina, responsive, parallax, mega menu, blog, agency, business, fullscreen, modern, background video, ajax
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Template:     bridge
Version: 11.0
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

@import url('https://fonts.googleapis.com/css?family=News+Cycle:400,700');

/* 	==========================================================================
MISC
========================================================================== */
	*{
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	a{
		-webkit-transition: all 0.35s ease 0s;
		   -moz-transition: all 0.35s ease 0s;
		    -ms-transition: all 0.35s ease 0s;
		     -o-transition: all 0.35s ease 0s;
		        transition: all 0.35s ease 0s;
	}
	.main-btn{
		font-size: 16px;
		border-radius: 20px;
		padding: 6px 30px 7px;
		line-height: 16px;
		display: inline-block;
		vertical-align: top;
		font-weight: 500;
		color: #1E97A8;
		border: 1px solid #1E97A8;
		-webkit-transition: all 0.35s ease 0s;
		   -moz-transition: all 0.35s ease 0s;
		    -ms-transition: all 0.35s ease 0s;
		     -o-transition: all 0.35s ease 0s;
		        transition: all 0.35s ease 0s;
	}
	.main-btn:hover{
		background: #1E97A8;
		border-color: #1E97A8;
		color: #fff;
	}
	.main-btn.blue-btn{
		background: #263C85;
		color: #fff;
	}
	.main-btn.blue-btn:hover{
		background: #1E97A8;
	}
	body .content,body .content .container,body .full_width{
		background: #fff;
	}

/* 	==========================================================================
Header
========================================================================== */
.page_header{
	border-bottom: 1px solid rgba(0,0,0,0.05);
}
.page_header nav.main_menu > ul > li{
	border-left: 1px solid rgba(0,0,0,0.1);
}
.page_header nav.main_menu > ul > li:first-child{
	border: 0;
}
.page_header nav.main_menu > ul > li > a{
	font-family: 'News Cycle', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #626262;
	padding: 12px;
	line-height: 1.5 !important;
}
header:not(.with_hover_bg_color).page_header nav.main_menu > ul > li:hover > a,
header.page_header nav.main_menu > ul > li.current-menu-item > a{
	color: #1E97A8;
}
#menu-social-menu li{
	display: inline-block;
	vertical-align: top;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu-social-menu li a{
	display: inline-block;
	width: 30px;
}
#menu-social-menu li a i{
	width: 30px;
	height: 30px;
	border: 2px solid;
	color: #1E97A8;
	border-radius: 100%;
	text-align: center;
	line-height: 26px;
	-webkit-transition: all 0.35s ease 0s;
		   -moz-transition: all 0.35s ease 0s;
		    -ms-transition: all 0.35s ease 0s;
		     -o-transition: all 0.35s ease 0s;
		        transition: all 0.35s ease 0s;
}
#menu-social-menu li a:hover i{
	background: #1E97A8;
	color: #fff;
	border-color: #1E97A8;
}
.head-btn{
	font-family: 'News Cycle', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	background: #1E97A8;
	border-radius: 20px;
	padding: 4px 15px 5px;
	line-height: 16px;
	display: inline-block;
	text-transform: uppercase;
	height: 26px;
}
.head-btn i{
	display: inline-block;
	margin-right: 5px;
}
.head-btn.call-now{
	background: #263C85;
}
.head-btn:hover{
	color: #fff;
	background: #666;
	border-color: #666;
}
.head-btn:hover{
	color: #fff;
}
.page_header .header_bottom_right_widget_holder{
	padding: 0 17px 0 0;
}
.page_header .header_bottom_widget {
    display: inline-block;
    border-left: 1px solid rgba(0,0,0,0.1);
    padding: 9px 10px;
    vertical-align: top;
}
.page_header .header_bottom_widget.widget_custom_html{
	padding-top: 10px;
	padding-bottom: 10px;
}
@media screen and (max-width: 1400px){
	.page_header nav.main_menu > ul > li > a{
		padding: 12px 8px;
	}
}
@media screen and (max-width: 1000px){
	.page_header .header_inner .header_bottom .header_inner_right{
		display: none;
	}
}
@media screen and (max-width: 767px){
	.video-section,.logo-section{
		padding-top: 50px!important;
		padding-bottom: 50px!important;
	}
	.logo-section .grid_section .vc_col-sm-2{
		width: 50%;
		float: left;
	}
}

/* 	==========================================================================
Hero Section
========================================================================== */
	/* .hero-section{
		padding: 150px 0;
		text-align: center;
	} */
	.hero-section h3{
		font-size: 15px;
		font-weight: bold;
		color: #fff;
		text-transform: uppercase;
		position: relative;
		margin: 0 auto;
		text-align: center;
		width: 40%;
	}
	.hero-section h3::before,.hero-section h3::after{
		content: '';
		height: 2px;
		background: #fff;
		display: inline-block;
		width: calc(100% - 29%);
		vertical-align: super;
		position: absolute;
		left: -75%;
		top: 50%;
		margin-top: -1px;
	}
	.hero-section h3::after{
		right: -75%;
		left: auto;
	}
	.hero-section h1{
		font-size: 60px;
		line-height: 1.5;
		margin: 0;
		text-align: center;
		color: #fff;
		text-transform: uppercase;
		letter-spacing: 3px;
		padding-bottom: 12px;
		border-bottom: 2px solid;
	}
	.hero-section p{
		color: #fff;
		text-align: center;
		font-size: 18px;
		margin: 15px 0;
	}
	.hero-section .link{
		color: #a3e7c0;
		font-size: 12px;
		text-align: center;
	}

/* 	==========================================================================
Main Content
========================================================================== */
	.img-overlay::before {
		content: "";
	    display: inline-block !important;
	    width: 100%;
		height: 100%;
	    position: absolute;
	    top: 0;
	    left: 0;
	    background: #263C85;
	    opacity: 0.5;
	}
	.medispa-img-overlay::before{
		background: #9AB5DE;
	}
	.section-title{
		font-size: 18px;
		text-align: center;
		text-transform: uppercase;
		color: #626262;
		position: relative;
		margin: 0 0 50px!important;
		width: 100%;
		display: inline-block;
		font-family: 'News Cycle', sans-serif;
		font-weight: 700;
		letter-spacing: 1px;
	}
	.section-title::after{
		content: '';
		height: 2px;
		width: 50px;
		background: #263c85;
		margin: 10px auto;
		display: inline-block;
		position: absolute;
		bottom: -20px;
		left: 0;
		right: 0;
	}
	.service-listing .services-box .section_inner_margin{
		margin-left: 0;
		margin-right: 0;
	}
	.service-listing .services-box .vc_column_container > .vc_column-inner .wpb_wrapper{
		width: 100%;
		display: inline-block;
    	overflow: hidden;
	}
	.service-listing .services-box .vc_column_container > .vc_column-inner .wpb_wrapper .services-box-info-wrap{
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
	    transform: translate(-50%, -50%);
	    text-align: center;
	}
	.service-listing .services-box .wpb_single_image .vc_single_image-wrapper,.service-listing .services-box .wpb_single_image .vc_single_image-wrapper img{
		width: 100%;
    -webkit-transition: all 0.35s ease 0s;
       -moz-transition: all 0.35s ease 0s;
        -ms-transition: all 0.35s ease 0s;
         -o-transition: all 0.35s ease 0s;
            transition: all 0.35s ease 0s;
	}
	.service-listing .services-box .vc_column_container > .vc_column-inner .wpb_wrapper:hover .wpb_single_image img{
	    -webkit-transform: scale(1.1);
	       -moz-transform: scale(1.1);
	        -ms-transform: scale(1.1);
	         -o-transform: scale(1.1);
	            transform: scale(1.1);
	}
	.service-listing .services-box .vc_column_container > .vc_column-inner .wpb_wrapper span{
		font-size: 15px;
		color: #fff;
		text-transform: uppercase;
		margin: 0;
		width: 100%;
		font-family: 'News Cycle', sans-serif;
		font-weight: 700;
		line-height: 1.384615384615385em;
		letter-spacing: 1px;
		display: none;
	}
	.service-listing .services-box .vc_column_container > .vc_column-inner .wpb_wrapper span::after,.service-listing .services-box .vc_column_container > .vc_column-inner .wpb_wrapper span::before{
		content: '';
		height: 2px;
		width: 33px;
		background: #fff;
		display: inline-block;
		vertical-align: super;
		margin-left: 10px;
	}
	.service-listing .services-box .vc_column_container > .vc_column-inner .wpb_wrapper span::before{
		margin-left: 0;
		margin-right: 10px;
	}
	.service-listing .services-box .vc_column_container > .vc_column-inner .wpb_wrapper b{
		font-size: 42px;
		color: #fff;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: 700;
		font-family: 'News Cycle', sans-serif;
		line-height: 1.304347826086957em;
		width: 100%;
		text-align: center;
		display: inline-block;
		position: relative;
		margin: 0 0 30px;
	}
	.service-listing .services-box .vc_column_container > .vc_column-inner .wpb_wrapper b::after{
		content: '';
		height: 2px;
		width: 50px;
		background: #a3e7c0;
		margin: 10px auto;
		display: inline-block;
		position: absolute;
		bottom: -20px;
		left: 0;
		right: 0;
	}
	.service-listing .services-box .vc_column_container > .vc_column-inner .wpb_wrapper a{
		border: 1px solid #1E97A8;
		color: #263C85;
		font-size: 16px;
		border-radius: 90px;
		padding: 8px 0;
		background: #fff;
		transition: all 0.3s ease 0s;
		line-height: 14px;
		font-weight: 600;
		letter-spacing: 0.5px;
		width: 150px;
		display: inline-block;
		text-align: center;
	}
	.service-listing .services-box .vc_column_container > .vc_column-inner .wpb_wrapper a:hover{
		background: #1E97A8;
		color: #fff ;
		border-color: #1E97A8;
	}
	.about-box .wpb_single_image .vc_single_image-wrapper, .about-box .wpb_single_image img{
		width: 100%;
	}
	.about-box .wpb_text_column h2{
		font-size: 18px;
		position: relative;
		color: #626262;
		margin: 30px 0 50px;
		text-align: center;
		letter-spacing: 0;
		text-transform: none;
	}
	.about-box .wpb_text_column h2::after{
		content: '';
		height: 2px;
		width: 50px;
		background: #1e97a8;
		margin: 10px auto;
		display: inline-block;
		position: absolute;
		bottom: -30px;
		left: 0;
		right: 0;
	}
	.about-box .wpb_text_column p{
		margin: 0 0 15px;
		line-height: 1.5;
	}

	.video-section .section-title{
		color: #fff;
	}
	.video-section .section-title::after{
		background: #1e97a8;
	}
	.service-listing .services-box .vc_column_container > .vc_column-inner{
		padding-left: 0;
		padding-right: 0;
	}
	@media screen and (max-width: 1000px){
		.service-listing{
			padding-top: 50px!important;
		}
		.service-listing .separator{
			margin-bottom: 30px!important;
			margin-top: 40px!important;
		}
		.about-box .wpb_text_column h2{
			margin: 15px 0 25px;
			text-align: left;
		}
		.about-box .grid_section .separator{
			margin-top: 20px!important;
			margin-bottom: 20px!important;
		}
		.about-box .wpb_text_column h2::after{
			margin-left: 0;
			bottom: -20px;
		}
		.box-listing .about-box{
			padding-bottom: 20px!important;
		}
		/* .hero-section{
			padding: 40px 0;
		} */
		.service-listing .services-box .vc_column_container > .vc_column-inner .wpb_wrapper b{
			font-size: 26px;
		}
		.service-listing .services-box .vc_column_container > .vc_column-inner{
			margin-bottom: 15px;
		}
	}

/* 	==========================================================================
Footer
========================================================================== */
	.main-footer {
	    width: 100%;
	    display: inline-block;
	    vertical-align: top;
	    padding: 0 15px !important;
	}
	.footer-top{
		background: #263C85;
		padding: 100px 15px;
	}
	.footer-top .h3{
		font-size: 30px;
		font-family: 'Lato', sans-serif;
		font-weight: 400;
		color: #fff;
		text-transform: uppercase;
		margin: 0 0 50px;
		text-align: center;
	}
	.footer-top .h3 span{
		color: #1e97a8;
	}
	.book-box{
		border: 2px solid #fff;
		width: 100%;
		display: inline-block;
		vertical-align: top;
		text-align: center;
		padding: 0 15px 30px;
		color: #fff;
		margin-top: 50px;
	}
	.book-box i,.book-box img{
		color: #fff;
		font-size: 100px;
		background: #263C85;
		margin: -50px 0 10px;
		padding: 0 20px;
	}
	.book-box i{
		height: 85px;
		line-height: 85px;
	}
	.book-box img{
		vertical-align: top;
	}
	.book-box .h4{
		font-size: 16px;
		font-family: 'Lato', sans-serif;
		font-weight: 400;
		color: #fff;
		text-transform: uppercase;
		margin: 0 0 10px;
		text-align: center;
	}
	.book-box .h4 span{
		color: #1e97a8;
	}
	.book-box p{
		font-size: 14px;
		color: #cbced8;
		margin: 0 0 20px;
	}

	.location-box-listing .wpb_column{
		border-left: 1px solid #fff;
		margin-top: 10px;
	}
	.location-box-listing .wpb_column:first-child{
		border: 0;
	}
	.location-box{
		text-align: center;
		width: 100%;
		display: inline-block;
		padding: 15px 20px;
		margin-top: 30px;
	}
	.location-box .h4{
		font-size: 60px;
		color: #fff;
		margin: 0 0 35px;
	}
	.location-box p{
		font-size: 14px;
		color: #cbced8;
		margin-bottom: 50px;
	}
	.footer-form{
		width: 100%;
		background: #fff;
		border: 1px solid #D7D7D7;
		position: relative;
		padding: 30px 15px;
		margin: -50px 0;
		top: -177px;
		display: inline-block;
	}
	.footer-form::after{
		content: '';
		height: 10px;
		background: #8991AC;
		display: inline-block;
		position: absolute;
		bottom: -11px;
		left: -1px;
		right: -1px;
	}
	/* .footer-form div.wpcf7-response-output{
		display: inline-block!important;
		width: 100%;
	}
	.footer-form div.wpcf7-response-output:empty{
		display: none!important;
	} */
	.contact-form-box.footer-form .h3{
		font-size: 30px;
		text-align: center;
		color: #8b8b8b;
		font-weight: 500;
		margin: 0 0 40px;
		text-transform: uppercase;
	}
	.footer-form .h3 span{
		color: #1e97a8;
	}
	.footer-form ul{
		list-style: none;
		margin: 0 -15px;
		display: block;
	}
	.footer-form ul li{
		display: inline-block;
		padding: 0 15px;
		width: 100%;
		margin-bottom: 15px;
		float: left;
		text-align: center;
	}
	.footer-form ul li:last-child{
		margin-bottom: 0;
	}
	.footer-form ul li.width50{
		width: 50%;
	}
	.footer-form ul li .wpcf7-form-control{
		border: 1px solid #D7D7D7;
		text-align: center;
		box-shadow: none;
		font-size: 14px;
		font-weight: 500;
		color: #8b8b8b;
		margin: 0;
		padding: 10px 15px;
	}
	.footer-form ul li .wpcf7-form-control-wrap.file-27{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	.footer-form ul li .wpcf7-form-control.wpcf7-file{
		border: 0;
		padding: 0;
		border-radius: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		left: 0;
		top: 0;
		position: absolute;
	}
	.footer-form ul li .file-upload{
		position: relative;
		width: 100%;
		display: inline-block;
		vertical-align: top;
	}
	.footer-form ul li .file-upload img{
		width: 100%;
		vertical-align: top;
	}
	.footer-form ul li label{
		width: 100%;
		display: inline-block;
		font-size: 14px;
		margin-bottom: 10px;
		font-weight: 500;
		color: #8b8b8b;
	}
	.footer-form ul li input.wpcf7-submit{
		font-size: 16px;
		border-radius: 20px;
		padding: 6px 30px 7px;
		line-height: 16px;
		display: inline-block;
		vertical-align: top;
		font-weight: 500;
		color: #1E97A8!important;
		text-transform: none;
		font-family: 'Lato', sans-serif;
		height: auto;
		border: 1px solid #1E97A8!important;
		-webkit-transition: all 0.35s ease 0s;
		   -moz-transition: all 0.35s ease 0s;
		    -ms-transition: all 0.35s ease 0s;
		     -o-transition: all 0.35s ease 0s;
		        transition: all 0.35s ease 0s;
	}
	.footer-form ul li input.wpcf7-submit:hover{
		color: #fff!important;
	}
	.contact-form-box ul li.contact-input .ginput_container input, .contact-form-box ul li.contact-input .ginput_container textarea, .contact-form-box ul li.contact-input .ginput_container select{
		border: 1px solid #D7D7D7;
		text-align: center;
		box-shadow: none;
		font-size: 14px !important;
		font-weight: 500;
		color: #8b8b8b;
		margin: 0 !important;
		padding: 10px 15px !important;	
		width: 100%;
	}
	.contact-form-box ul li.contact-input{
		width: 50%;
		padding: 0 15px !important;
		margin: 0 0 15px!important;
		display: inline-block;
		clear: none !important;
	}
	.contact-form-box ul li.contact-input.contact-input2{
		width: 100%;
	}
	.contact-form-box ul li.contact-input.contact-textarea{
		width: 100%;
	}
	.contact-form-box ul li.contact-input label{
		display: none !important;
	}
	.contact-form-box .gform_wrapper .top_label div.ginput_container{
		margin-top:0; 
	}
	.contact-form-box .gform_wrapper{
		margin: 0;
	}
	.contact-form-box .gform_wrapper .gform_footer{
		text-align: center;
		padding: 0;
		margin: 0;
	}
	.contact-form-box .gform_wrapper .gform_footer .gform_button{
		font-size: 16px;
		border-radius: 20px;
		padding: 6px 30px 7px;
		line-height: 16px;
		display: inline-block;
		vertical-align: top;
		font-weight: 500;
		color: #1E97A8!important;
		text-transform: none;
		font-family: 'Lato', sans-serif;
		height: auto;
		border: 1px solid #1E97A8!important;
		-webkit-transition: all 0.35s ease 0s;
		-moz-transition: all 0.35s ease 0s;
		-ms-transition: all 0.35s ease 0s;
		-o-transition: all 0.35s ease 0s;
		transition: all 0.35s ease 0s;
		margin: 0;
	}
	.contact-form-box .gform_wrapper .gform_footer .gform_button:hover{
		background: #1E97A8;
		color: #fff !important;
		border-color:#1E97A8; 
	}
	.footer-form ul li .ginput_container_post_image{
		background: url(https://www.sydneycosmeticsanctuary.com.au/scs/wp-content/uploads/2017/09/upload-bg.png);
		height: 158px;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		cursor: pointer;
		position: relative;
	}
	.footer-form ul li .ginput_container_post_image .ginput_full, .footer-form ul li .ginput_container_post_image .ginput_full input{
		opacity: 0;
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		cursor: pointer;
	}
	.footer-form ul li.gfield.gfield_html{
		margin: 0 !important;
	}
	.footer-bottom{
		width: 100%;
		display: inline-block;
		background: #fff;
		vertical-align: top;
		padding: 60px 0 30px;
	}		
	@media screen and (min-width: 767px){
		.home .footer-bottom{
			padding: 90px 0 40px;
		}
	}
	.footer-links .wpb_column{
		border-left: 1px solid #D7D7D7;
	}
	.footer-links .wpb_column:first-child{
		border: 0;
	}
	.footer-links .widget{
		padding-top: 5px;
		padding-bottom: 10px;
	}
	.footer-links .widget h5{
		font-size: 14px;
		color: #626262;
		border-bottom: 5px solid #263C85;
		margin: 0 0 10px;
		padding: 0 0 10px;
	}
	.footer-links .column_2 .widget h5{
		border-color: #1E97A8;
	}
	.footer-links .column_3 .widget h5{
		border-color: #9AB5DE;
	}
	.footer-links .column_4 .widget h5{
		border-color: #425E73;
	}
	.footer-links .widget ul{
		margin: 0;
		padding: 0;
		list-style: none
	}
	.footer-links .widget ul li a{
		font-size: 11px;
		color: #8b8b8b;
		width: 100%;
		display: inline-block;
		vertical-align: top;
	}
	.footer-links .widget ul li a:hover{
		color: #1E97A8;
	}
	.footer-copyright{
		background: #1E97A8;
		width: 100%;
		display: inline-block;
		padding: 10px 0;
		font-weight: 500;
		font-size: 11px;
		vertical-align: top;
		color: #fff;
	}
	.footer-copyright p{
		color: #fff;
		font-size: 11px;
	}
	.footer-copyright a{
		color: #fff;
		margin: 0 5px;
	}
	.footer-copyright .color-link{
		color: #a3e7c0;
	}
	.footer-copyright a:hover,.footer-copyright .color-link:hover{
		color: #fff;
		text-decoration: underline;
	}
	body:not(.home) .main-footer .footer-top,body:not(.home) .footer-bottom .footer-contact{
		display: none;
	}
	body:not(.home) .footer-bottom{
		border-top: 1px solid rgba(0,0,0,0.08);
	}
	.contact-page .footer-form {
	    margin: 50px 0 0!important;
	    top: 0;
	}

	.gallery-slick .slick-prev::before, .gallery-slick .slick-next::before {
	    line-height: 14px;
	}

	@media screen and (max-width: 1000px){
	    body div.grid_section .section_inner{
	        width: 100%!important;
	        padding: 0 30px;
	    }
	    body .main-footer div.grid_section .section_inner{
	    	padding: 0;
	    }
	    .location-box{
	        padding: 15px 0px;
	    }
	    .face_section {
		    padding: 0 !important;
		}
		.face_section.section_inner .full_section_inner {
		    display: block;
		    margin: 0 auto 30px;
		    width: auto;
		}
	}
	@media screen and (max-width: 767px){
		.hero-section h1{
			font-size: 24px;
		}
		.hero-section p{
			font-size: 14px;
		}
		.hero-section p br{
			display: none;
		}
		.footer-top{
			padding: 50px 15px;
		}
		.book-box{
			margin-bottom: 30px;
		}
		.footer-top .separator{
			margin-top: 20px;
			margin-bottom: 40px;
		}
		.footer-top .h3{
			margin-bottom: 20px;
		}
		.footer-bottom{
			padding: 20px 0 10px;
		}
		.footer-form{
			margin: 0 0 10px;
			top: 0;
			border: 0;
			padding: 0 15px 30px;
		}
		.footer-form::after{
			display: none;
		}
		.footer-links .wpb_column{
			border: 0;
		}
		.footer-copyright p{
			text-align: center;
		}
		.location-box{
			margin-top: 0;
			text-align: left;
		}
		.location-box-listing .wpb_column{
			border: 0;
			margin-top: 0;
		}
		.location-box .h4{
			font-size: 30px;
			margin: 0;
			text-align: center;
		}
		.location-box p{
			margin-bottom: 10px;
		}
		.footer-form ul li.width50{
			width: 100%;
		}
		.footer-links .widget h5{
			border-bottom-width: 1px;
			padding: 0 0 5px;
			margin: 0 0 5px;
		}
	}

/* 	==========================================================================
    Post Detail Page
   	========================================================================== */
   		.singlepost-detail {
		    padding: 70px 0;
		}
		.singlepost-detail #respond input[type="text"], .singlepost-detail #respond input[type="email"], .singlepost-detail #respond textarea, .singlepost-detail .contact_form input[type="text"], .singlepost-detail .contact_form textarea{
			background: #F7F7F7;
		}
		.singlepost-detail p{
			color: #666;
		}
		.singlepost-detail p strong{
			color: #333;
		}

/* 	==========================================================================
plastic-surgery page
========================================================================== */
	.top-banner-title h1, .single-product .title .title_subtitle_holder h1{
		font-size: 30px;
		color: #fff;
		text-transform: uppercase;
		font-family: 'Lato', sans-serif;
		font-weight: 400;
		letter-spacing: 0.5px;
	}
	.top-banner-section, section.parallax_section_holder.top-banner-section{
		margin-top: 220px;
		padding: 200px 0;
		background-attachment: fixed; 
		
	}
	section.parallax_section_holder.top-banner-section{
		position: relative;
	}
	.team-single-section1{
		margin-top: 220px;
	}
	.team-single-top.surgery-sub-section3-box p{
	    margin-bottom: 0 !important;
	}
	.team-single-top.surgery-sub-section3-box h2{
		margin: 0 0 20px;
	}
	.team-single-top.wpb_content_element{
		margin-bottom: 20px !important;
		padding-bottom: 20px;
		border-bottom: 1px solid #1E97A8;
	}
	.team-single-top p strong{
		font-size: 15px;
		color: #263C85;
		margin-bottom: 5px;
		display: inline-block;
		width: 100%;
	}
	.single-product .title .title_holder .container{
		padding: 110px 0 140px;
	}
	.surgery-section2 > .full_section_inner, .experience-section1 > .full_section_inner{
		margin-top:-70px; 
	}
	.surgery-section2 .section_inner{
		display: flex;
	}
	.surgery-section2-box{
		background: #263C85;
		padding: 40px 15px;
		height: 100%;
		position: relative;
		display: flex;
		align-items: center;
	}
	.medispa-section2-box{
		background: #9AB5DE;
	}
	.surgery-section2-box:after{
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 20px 20px 20px;
		border-color: transparent transparent #F0F0F0 transparent;
		z-index: 1;
		margin: 0 auto;
	}
	.surgery-section2-box .h1{
		text-transform: uppercase;
		font-size: 14px;
		color: #fff;
		position: relative;
		padding: 0 0 10px;
		margin: 0 0 15px 0;
		letter-spacing: 0.2px;
	}
	.surgery-section2-box .h1:after{
		position: absolute;
		bottom: 0;
		width: 30px;
		height: 2px;
		content: "";
		left: 0;
		right: 0;
		background: #01CCFF;
		z-index: 1;
		margin: 0 auto;
	}
	.medispa-section2-box h1:after{
		background: #263C85;
	}
	.surgery-section2-box p{
		font-size: 15px;
		color: #fff;
		line-height: 20px;
		font-weight: 300;
	}
	.surgery-section3-tab-box .h1{
		line-height: 20px;
	}
	.surgery-section3-tab-box .h1 a{
		color: #626262;
		font-size: 18px;
		padding: 0 0 10px;
		position: relative;
		width: 100%;
		display: inline-block;
		vertical-align: top;
		line-height: 22px;
		text-transform: uppercase;
	}
	.surgery-section3-tab-box .h1 a:after{
		position: absolute;
		bottom: 0;
		width: 50px;
		height: 2px;
		content: "";
		left: 0;
		right: 0;
		background: #263C85;
		z-index: 1;
		margin: 0 auto;
	}
	.medispa-section3 .surgery-section3-tab-box .h1 a:after{
		background: #9AB5DE;
	}
	.surgery-section3 .section_inner .full_section_inner{
		padding: 15px 0;
		background: #F0F0F0; 
	}
	.surgery-section3-tab{
		border-right:1px solid #DFDFDF;
		padding: 12px 0 10px;
	}
	.surgery-section3-tab:last-child{
		border-right: none;
	}
	.surgery-section4, .surgery-section5, .surgery-section11, .surgery-section7, .surgery-sub-section3, .experience-section2{
		padding:75px 0; 
	}
	.surgery-section6, .surgery-section10{
		padding-top:75px; 
	}
	.medispa-section10-left-info{
		padding: 50px 0;
		border-bottom: 2px solid #809EAD;
	}
	.medispa-section11{
		padding-top: 50px;
	}
	.surgery-section4-left h2, .surgery-section5-left h2, .surgery-section6-left h2, .surgery-section7-left h2, .medispa-section10-left h2, .about-section3-left-top h2, .team-box-top h2, .single-gallery-section-left h1, .surgery-sub-section3-box h2, .sub-box-section1-info h2, .single-product .woocommerce-tabs .woocommerce-Tabs-panel h2{
		color: #626262;
		font-size: 20px;
		padding: 4px 0 4px 10px;
		width: 100%;
		line-height: normal;
		display: inline-block;
		vertical-align: top;
		border-left: 3px solid #263C85;
		line-height: 20px;
		margin: 0 0 30px;
		font-weight: 600; 
		letter-spacing: 0.5px;
	}
	.dental-implants-meet-title h2{
		margin-bottom: 0 !important; 
	}
	.surgery-section5-left.dental-implants-meet-title{
		margin: 0 0 30px !important;
	}
	.surgery-section4-left h3{
		color: #626262;
		margin-bottom: 20px; 
	}
	.single-product .woocommerce-tabs .woocommerce-Tabs-panel h2, .single-product.woocommerce #reviews .woocommerce-Reviews-title h2, .single-product.woocommerce #reviews h2{
		font-size: 17px;
		margin: 0 0 15px;
	}
	.team-box-top h2{
		border-color: #00FBFE;
		color: #fff;
	}
	.medispa-section4 .surgery-section4-left h1, .medispa-section10-left h1, .medispa-section11-left h1{
		border-color: #9AB5DE;
	}
	.surgery-section5-left h2{
		color: #fff;
		border-left: 3px solid #01CCFF;
		font-weight: 500;
	}
	.medispa-section5-left h1{
		border-color: #263C85;
	}
	.surgery-section4-left p, .surgery-section6-left p, .surgery-section7-left p, .medispa-section10-left p, .about-section3-left-top p, .team-box-top p, .single-gallery-section-left p, .surgery-sub-section3-box p, .sub-box-section1-info p{
		color: #8B8B8B;
		font-size: 14px;
		line-height: 24px;	
	}
	.team-box-top p{
		color: #fff;
	}
	.surgery-section4 .qode-accordion-holder .qode-title-holder .qode-tab-title, .surgery-sub-according .qode-accordion-holder .qode-title-holder .qode-tab-title{
		float: right;
		height: 35px;
	}
	.surgery-section4 .qode-accordion-holder .qode-title-holder .qode-tab-title span.qode-tab-title-inner:only-child, .surgery-sub-according .qode-accordion-holder .qode-title-holder .qode-tab-title span.qode-tab-title-inner:only-child{
		padding-left: 10px;
		font-size: 15px;
		font-weight: 500;
		font-family: 'News Cycle', sans-serif;
		letter-spacing: 0.5px;
	}
	.surgery-section4 .ui-accordion-header.qode-title-holder, .surgery-sub-according .ui-accordion-header.qode-title-holder{
		background: #263C85 !important;
		color: #fff !important;
		border: none;
		margin: 0 0 7px 0;
	}
	.surgery-section4 .qode-accordion-holder .qode-title-holder .qode-accordion-mark, .surgery-sub-according .qode-accordion-holder .qode-title-holder .qode-accordion-mark{
		right: auto;
		width: 35px;
		background: #F8F8F8;
	}
	.surgery-section4 .icon_plus:before, .surgery-section4 .icon_minus-06:before, .surgery-sub-according .icon_plus:before, .surgery-sub-according .icon_minus-06:before{
		color: #263C85;
	}
	.surgery-section4 .qode-accordion-holder .qode-accordion-content, .surgery-sub-according .qode-accordion-holder .qode-accordion-content{
		padding: 25px 0 30px 0;
	}
	.surgery-section4 .qode-accordion-holder .qode-accordion-content p strong, .surgery-sub-according .qode-accordion-holder .qode-accordion-content p strong{
		margin-top:15px;
		display: inline-block; 
	}
	.surgery-section4 .qode-accordion-holder .qode-accordion-content p:nth-child(1) strong, .surgery-sub-according .qode-accordion-holder .qode-accordion-content p:nth-child(1) strong{
		margin-top:0px !important;
	}
	.surgery-section4 .qode-accordion-holder .qode-accordion{
		margin-top:20px; 
	}
	.surgery-section4 .qode-accordion .qode-accordion-content-inner ul li, .surgery-section6-left ul li, .surgery-section7-left ul li, .surgery-sub-according .qode-accordion .qode-accordion-content-inner ul li, .surgery-section-ul ul li{
		list-style: none;
		padding-left: 12px;
		position: relative;
	}
	.surgery-section-ul ul{
		margin-top:20px; 
	}
	.surgery-section4 .qode-accordion .qode-accordion-content-inner ul{
		margin: 30px 0 0 30px; 
	}
	.surgery-section4 .qode-accordion .qode-accordion-content-inner ul li:after, .surgery-section6-left ul li:after, .surgery-section7-left ul li:after, .surgery-sub-according .qode-accordion .qode-accordion-content-inner ul li:after, .surgery-section-ul ul li:after{
		position: absolute;
		content: "";
		top: 10px;
		left: 0;
		width: 5px;
		height: 5px;
		background: #263C85;
		z-index: 1;
		border-radius: 50%;
	}
	.surgery-section5-left .h6{
		font-size: 50px;
		color: #fff;
		margin: 0 0 30px;
		line-height: 50px;
	}
	.surgery-section5-left p{
		font-size: 14px;
		color: #fff;
		margin: 0 0 20px;
		line-height: 24px;
	}
	.surgery-section5-left p:nth-last-child(2){
		margin:0;
	}
	.surgery-section5-left a{
		color: #fff;
		border: 1px solid #01CBFF;
		border-radius: 90px;
		padding: 8px 15px;
		font-size: 16px;
		margin-top:30px;
		display: inline-block;
	}
	.surgery-section5-left a:hover{
		background: #01CBFF;
		color: #fff;
	}
	.medispa-section5-left a{
		background: #263C85;
	}
	.medispa-section5-left a:hover{
		background: #01CBFF;
		color: #263C85;
	}
	.surgery-section6-left p, .surgery-section6-left ul li{
		color: #626262;
	}
	.surgery-section6-left p, .surgery-section-p p{
		margin-bottom: 20px; 
	}
	.surgery-section6-left-img{
		margin-top:60px; 
	}
	.surgery-section7-left ul{
		margin: 0 0 0 15px;
	}
	.surgery-section7-left h1{
		margin-bottom: 0 !important; 
	}
	.surgery-section7-left h4{
		color: #263C85;
		font-size: 18px;
		margin: 0 0 25px 0;
		line-height: 22px;
		width: 100%;
		display: inline-block;
		vertical-align: top;
		font-style: italic;
	}
	.surgery-section7-left ul li strong{
		width: 100%;
		font-weight: 500;
		display: inline-block;
	}
	.section-short-title, .surgery-section6-right .qode-title-holder.ui-accordion-header.ui-state-default{
		width: 100%;
		text-transform: uppercase;
		color: #fff;
		font-size: 17px;
		text-align: center;
		font-weight: 500;
		padding: 12px;
		display: inline-block;
		margin: 0 0 35px 0;
		letter-spacing: 0.2px;
		border: none !important;
	}
	.section-short-title{
		background: #263C85;
	}
	.section-short-title strong{
		font-weight: 500;
		color: #01CCFF;
	}
	.surgery-book-form{
		display: inline-block;
		vertical-align: top;
		width: 100%;
	}
	.book-form-box .gform_wrapper ul.gform_fields li.gfield{
		padding: 0 !important;
		margin: 0 0 13px!important;
	}
	.book-form-box ul li.sidebar-input input, .book-form-box ul li.sidebar-input select{
		color: #263C85;
		font-size: 14px !important;
		padding: 0 15px 0 20px !important;
		display: inline-block;
		width: 100%;
		line-height: 35px;
		border: 1px solid #D7D7D7;
		font-weight: 600;
		margin: 0 0 13px;
		height: 35px;
		-webkit-appearance: none;
		  -moz-appearance: none;
		  appearance: none;
		margin: 0 !important;
	}
	.book-form-box .gform_wrapper .top_label div.ginput_container{
		margin: 0;
	}
	.book-form-box ul li.sidebar-input label{
		display: none !important;
	}
	.book-form-box ul li.sidebar-input select{
		background: url('https://www.sydneycosmeticsanctuary.com.au/scs/wp-content/uploads/2017/10/dwn.png');
		background-size: 18px;
		background-position: right 15px center;
		background-repeat: no-repeat;
		padding-right:35px; 
	}
	.book-form-box ul li.sidebar-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	  color:  #263C85;
	}
	.book-form-box ul li.sidebar-input input::-moz-placeholder { /* Firefox 19+ */
	  color:  #263C85;
	}
	.book-form-box ul li.sidebar-input input.book-input:-ms-input-placeholder { /* IE 10+ */
	  color:  #263C85;
	}
	.book-form-box ul li.sidebar-input input.book-input:-moz-placeholder { /* Firefox 18- */
	  color:  #263C85;
	}
	.book-form-box .gform_wrapper .gform_footer {
	    padding: 0;
	    margin: 0;
	}
	.book-form-box .gform_wrapper .gform_footer .gform_button{
		color: #1E97A8;
	    border-radius: 90px;
	    border: 1px solid #1E97A8;
	    padding: 5px;
	    width: 100%;
	    text-align: center;
	    display: inline-block;
	    font-size: 16px;
	    height: 32px;
	    text-transform: capitalize;
	    line-height: 22px;
	    font-weight: 600;
	    letter-spacing: 0.2px;
	    margin-top:10px;
	    box-sizing: border-box;
	    margin-right:0; 
	}
	.book-form-box .gform_wrapper .gform_footer .gform_button:hover{
		background: #1E97A8;
		color: #fff;
	}
	.surgery-section6-right-box{
		padding: 20px 20px 0 20px;
	}
	.surgery-section6-right-box:last-child{
		padding-bottom: 20px;
	}
	.surgery-section6-right-box h6{
		color: #263C85;
		font-size: 14px;
		width: 100%;
		display: inline-block;
		text-transform: uppercase;
		margin: 0 0 10px;
		line-height: 20px;
		vertical-align: top;
		letter-spacing: 0;
	}
	.surgery-section6-right-box h6 a{
		color: #263C85;
	}
	.book-form-box .gform_wrapper, .contact-form-box .gform_wrapper{
		margin: 0;
	}
	.medispa-section6-right-box h6{
		color: #9AB5DE;
	}
	.surgery-section6-right-box ul li{
		font-size: 14px;
		list-style: none;
	}
	.surgery-section6-right-box ul li a{
		color: #263C85;
	}
	.surgery-section6-right-box ul li a:hover{
		color: #000;
	}
	.medispa-section6-right-box ul li a, .medispa-section6-right-box ul li:last-child a{
		color: #404040;
	}
	.medispa-section6-right-box ul li a:hover, .medispa-section6-right-box ul li:last-child a:hover{
		color: #1E97A8;
	}
	.surgery-section6-right-box ul li ul{
		padding: 0;
	}
	.surgery-section6-right-box ul li p.more-btn{
		color: #898989;
		font-size: 14px;
		cursor: pointer;
	}
	.surgery-section6-right-box ul li p.more-btn:hover{
		color: #333;
	}
	.surgery-section6-right .qode-accordion-holder .qode-accordion-content{
		padding: 0;
	}
	.surgery-section6-right .qode-title-holder.ui-accordion-header.ui-state-default{
		margin: 0 0 8px 0;
	}
	.surgery-section6-right .qode-accordion-holder h4.qode-title-holder:nth-child(1){
		background: #263C85 !important;
	}

	.surgery-section6-right .qode-accordion-holder h4.qode-title-holder:nth-child(3){
		background: #1E97A8 !important;
	}
	.surgery-section6-right .qode-accordion-holder h4.qode-title-holder:nth-child(5){
		background: #A9C0E3 !important;
	}
	.surgery-section6-right .qode-accordion-mark{
		display: none !important;
	}
	.surgery-section6-right .qode-accordion-holder .qode-title-holder .qode-tab-title span.qode-tab-title-inner{
		padding: 0 !important;
		vertical-align: top;
		text-align: center;
		letter-spacing: 0.5px;
	}
	.surgery-section6-right .qode-accordion-holder .qode-title-holder .qode-tab-title{
		height: auto;
		vertical-align: top;
		border: none;
	}
	.surgery-section8-right-top .h1{
		font-size: 20px;
		color: #fff;
		width: 100%;
		display: inline-block;
		text-align: center;
		position: relative;
		padding: 0 0 10px 0;
		margin: 0 0 15px 0;
		line-height: 24px;
		text-transform: uppercase;
		letter-spacing: 0.2px;
		font-family: 'News Cycle', sans-serif;
		font-weight: 700;
		line-height: 1.384615384615385em;
		letter-spacing: 1px;
	}
	.surgery-section8-right-top .h1:after{
		position: absolute;
		content: "";
		bottom: 0;
		height: 2px;
		width: 30px;
		background: #00EFFE;
		margin: 0 auto;
		left: 0;
		right: 0;
		font-weight: 600;
	}
	.surgery-section8-right-top p{
		font-size: 14px;
		color: #fff;
		text-align: center;
		width: 100%;
		display: inline-block;
		line-height: 24px;
	}
	.surgery-section8-right.wpb_column{
		background: #263C85;
		padding: 70px 100px;
		display: inline-block;
	}
	.surgery-section8-right-top{
		width: 90%;
		display: table;
		margin: 0 auto;
		padding: 0 0 40px 0;
	}
	.surgery-section8 .full_section_inner, .surgery-section9 .full_section_inner{
		display: flex;
	}
	.surgery-section8-left-bottom{
		display: flex;
	}
	.surgery-section8-left-img1 img, .surgery-section8-left-img2 img{
		width: 100%;
		height: 100%;
	}
	.surgery-section8-box{
		width: 25%;
	}
	.surgery-section8-left{
		position: relative;
	}
	.surgery-full-height-img .vc_column-inner, .surgery-full-height-img .vc_column-inner .wpb_wrapper, .surgery-full-height-img .vc_column-inner .wpb_wrapper .wpb_single_image, .surgery-full-height-img .vc_column-inner .wpb_wrapper .wpb_single_image .wpb_wrapper,  .surgery-full-height-img .vc_column-inner .wpb_wrapper .wpb_single_image .wpb_wrapper .vc_single_image-wrapper, .surgery-full-height-img .vc_column-inner .wpb_wrapper .wpb_single_image .wpb_wrapper .vc_single_image-wrapper img,
	.surgery-section8-left-bottom1, .surgery-section8-left-bottom1 .wpb_wrapper, .surgery-section8-left-bottom1 .wpb_wrapper .surgery-section8-left-bottom, .surgery-section8-left-bottom1 .wpb_wrapper .surgery-section8-left-bottom .surgery-section8-left-img1, .surgery-section8-left-bottom1 .wpb_wrapper .surgery-section8-left-bottom .surgery-section8-left-img1 img{
		height: 100%;
	}
	.surgery-section2 .surgery-full-height-img{
		height: 100%;
	}
	.surgery-section8-left-info{
		position: absolute;
		padding: 30px;
		width: auto;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		text-align: center;
		background: #263C85;
		width: 340px;
	}
	.surgery-section8-left-info p{
		font-size: 14px;
		line-height: 18px;
		color: #fff;
	}
	.surgery-section8-left-info h6{
		font-size: 16px;
		line-height: 20px;
		width: 100%;
		text-transform: uppercase;
		color: #fff;
	}
	.surgery-section8-left-info .h1{
		color: #01CCFF;
		font-size: 20px;
		font-weight: 500;
		line-height: 22px;
		margin: 10px 0;
	}

	.surgery-section8-box .surgery-section8-box-info{
		margin: 10px 0 0;
		padding: 15px 10px 0;
		display: inline-block;
		width: 100%;
		border-right:2px solid #4961A0;
		height: calc(100% - 101px);
	}
	.surgery-section8-box:last-child .surgery-section8-box-info{
		border: none;
	}
	.surgery-section8-boxs .wpb_wrapper{
		display: flex;
	}
	.surgery-section8-boxs img{
		margin: 0 auto;
		display: table;
	}
	.surgery-section8-box-info h6{
		font-size: 12px;
		font-weight: 600;
		letter-spacing: 0.2px;
		color: #00F0FF;
		text-align: center;
		margin: 0 0 7px;
	}
	.surgery-section8-box-info p{
		font-size: 12px;
		color: #fff;
		text-align: center;
		line-height: 20px;
	}
	.surgery-section9-right{
		padding: 50px;
		text-align: center;
		background: #1A2D6D;
		position: relative;
	}
	.surgery-section9-right:after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 20px 0 20px;
		border-color: #263C85 transparent transparent transparent;
		z-index: 1;
		margin: 0 auto;
	}
	.surgery-section9-right	.package-worth{
		font-size: 20px;
		color: #00F0FF;
		padding: 8px 45px;
		display: inline-block;
		width: auto;
		border: 2px solid #00F0FF;
		margin: 0 0 25px !important;
		border-radius: 90px;
	}
	.surgery-section9-right	.package-worth:hover, .surgery-section9-right .package-More-btn:hover, .experience-section2-right-title a:hover{
		background:  #00F0FF;
		color: #1A2D6D;
	}
	.surgery-section9-right p{
		color: #fff;
		font-size: 14px;
		line-height: 20px;
	}
	.surgery-section9-right p strong{
		color: #00F0FF;
		font-weight: 500;
	}
	.surgery-section9-right .package-More-btn, .experience-section2-right-title a{
		padding: 5px 25px;
		display: inline-block;
		width: auto;
		font-size: 16px;
		color: #fff;
		border: 1px solid #00F0FF;
		background: #263C85;
		margin: 25px 0 0;
		border-radius: 90px;	
	}
	.surgery-section10-left p{
		padding:0 0 35px;
		border-bottom: 2px solid #809EAD;
		font-size:11px;
		color: #626262;
		line-height: 20px;
		font-style: italic;
	}
	.dentistry-section2-box, .dentistry-section3 .surgery-section3-tab-box .h1 a:after{
		background: #1E97A8;
	}
	.dentistry-section5 .surgery-section5-left a{
		background: #263C85;
		border-color: #263C85; 
	}
	.dentistry-section5 .surgery-section5-left a:hover{
		background: transparent;
	}
	.dentistry-section5 .surgery-section5-left h1{
		border-color: #00FBFE; 
	}
	/* .dentistry-section6-right-box ul li a, .dentistry-section6-right-box ul li:last-child a{
		color: #1E97A8;
	} */
	.dentistry-section6-left .wpb_wrapper p strong{
		width: 100%;
		display: inline-block;
		color: #1E97A8;
	}
	.dentistry-section6 .surgery-section6-left h1, .dentistry-section4 .surgery-section4-left h1, .dentistry-section11 .surgery-section4-left h1{
		border-color: #1E97A8;
	} 
	.dentistry-section11 .ui-accordion-header.qode-title-holder{
		background: #2897A7 !important;
	}
	.dentistry-section4-left-info p, .medispa-section4-left-info p{
	    margin: 0 0 15px;
	}
	.dentistry-section4-left-info p:last-child, .medispa-section4-left-info p:last-child{
		margin-bottom: 0 !important;
	}
	.surgery-section6-left .medispa-section6-left-h1 h2{
		color: #263C85;
		font-size: 20px;
		line-height: 22px;
		margin: 0;
		text-transform: capitalize;
	}
	.medispa-section6-left-top-img.wpb_content_element{
		margin: 15px 0 35px !important;
	}
	.medispa-section11 .ui-accordion-header.qode-title-holder{
		background: #9AB5DE !important;
	}
	.medispa-section11 .icon_plus:before, .medispa-section11 .icon_minus-06:before{
		color: #9AB5DE;
	}
	.medispa-section5 .section_inner .full_section_inner{
		position: relative;
	}
	.medispa-section5 .surgery-section5-right{
		position: absolute;
		right: 0;
		bottom: -74px;
	}
	.about-section2-left-box{
		padding: 40px 30px;
		background: #263C85;
		margin:45px 0 0 -80px; 
	}
	.about-section2-left-box p{
		color: #fff;
		font-size: 28px;
		font-weight: 300;
		line-height: 36px;
	}
	.about-section2-left-box p strong{
		font-weight: 300;
		color: #02C9FC;
	}
	.about-section2 > .full_section_inner {
	    margin-top: -70px;
	}
	.img-wrap-full .vc_single_image-wrapper, .img-wrap-full .vc_single_image-wrapper img{
		width: 100%;
	}
	.about-section-innner > .full_section_inner, .gallery-section-innner > .full_section_inner{
		margin: 0 15px !important;
	}
	.about-section3{
		padding: 50px 0 150px;
	}
	.about-section2 .about-section-innner .full_section_inner{
		border-bottom: 2px solid #809EAD;
		padding-bottom: 75px; 
	}
	.about-section3-left-bottom p, .team-box-bottom p{
		color: #263C85;
		font-size: 18px;
		line-height: 28px;
		font-weight: 600;
		padding: 15px 0;
		border-style: solid;
		border-color: #D7D7D7;
		border-width: 2px 0;
		margin: 25px 0 0;
	}
	.team-box-bottom p{	
		color: #01CCFF;
		border-color: #01CCFF;
		font-weight: 500;
		line-height: 26px;
	}
	.about-section3-left{
		margin-top:20px; 
	}
	.about-section4{
		padding: 120px 0 80px;
	}
	.about-section4-title{
		padding-right: 15px !important;
	}
	.about-section4-title > .vc_column-inner{
		background: #263C85;
		padding: 180px 20px 66px !important;
		margin: -180px 0 0 0;
	}
	.about-section4-img-box-info{
		position: absolute;
		bottom: 115px;
		left: 15px;
	}
	.about-section4-img-box-info .h1{
		font-size: 50px;
		color: #fff;
		line-height: 46px;
		text-transform: uppercase;
	}
	.about-section4-img-box-info p{
		color: #fff;
		font-size: 15px;
		padding: 10px 0 15px;
		position: relative;
		line-height: 20px;
	}
	.about-section4-img-box-info p:after{
		bottom: 0;
		left: 0;
		background: #00FBFE;
		content: "";
		height: 4px;
		width: 40px;
		position: absolute;
		display: inline-block;
	}
	.about-section4-img-box > .vc_column-inner > .wpb_wrapper{
		position: relative;
		margin-bottom:80px; 
	}
	.col-box-find-btn, .category-product-info .latest_post_holder.dividers .latest_post_title{
		padding: 15px 0;
		border-width: 2px 0;
		border-style: solid;
		border-color: #D7D7D7;
		text-align: center;
		margin: 20px 0 0;
	}
	.col-box-find-btn a, .category-product-info .latest_post_holder.dividers .latest_post_title a{
		font-size: 16px;
		color: #fff;
		background: #263C85;
		border:1px solid #1E97A8;
		padding: 6px 30px;
		border-radius: 90px;
		line-height: 14px;
		vertical-align: top;
		display: inline-block;
		min-height: 30px;
	}
	.category-product-info .latest_post_holder.dividers .latest_post_title a{
		text-transform: capitalize;
		font-weight: 500;
	}
	.col-box-find-btn a:hover, .category-product-info .latest_post_holder.dividers .latest_post_title a:hover{
		background: #1E97A8;
		color: #fff;
	}
	.team-box-bottom{
		line-height: 26px;
	}
	.about-section5-title{
		text-align: center;
	}
	.about-section5-title h2{
		color: #333131;
		font-size: 15px;
		position: relative;
		text-transform: uppercase;
		padding: 20px 80px 10px;
		line-height: 15px;
		width: auto;
		display: inline-block;
		background: #fff;
		letter-spacing: 0.5px;
		font-weight: 600;
	}
	.about-section5-title h2:after{
		position: absolute;
		bottom: 0;
		margin: 0 auto;
		right: 0;
		left: 0;
		content: "";
		width: 30px;
		height: 2px;
		background: #01CCFF;
	}
	.about-section5-title .wpb_wrapper{
		margin-top:-44px; 
	}
	.about-section5-logos .about-section5-logo-box{
		height: 170px;
		display: flex;
		align-items: center;
		border-right: 1px solid #E5E5E5;
	}
	.about-section5-logos .about-section5-logo-box:last-child{
		border-right: none;
	}
	.about-section5-logos{
		padding-top:50px !important; 
		padding-bottom:50px !important; 
	}
	.about-section5-logos .about-section5-logo-box{
		height: 150px;
	}
	.back-to-page-section.vc_row.wpb_row{
		padding-top: 30px!important;
		padding-bottom: 60px!important;
	}
	.back-to-page-section-info{
		padding: 20px 30px;
	}
	.back-to-page-section .back-to-page-section-btn{
		font-size: 19px;
		color: #626262;
		text-transform: uppercase;
		padding: 0 0 3px 0;
		border-bottom: 2px solid #9AB5DE;
		line-height: 22px;
		font-weight: 600;
		font-family: 'News Cycle', sans-serif;
		letter-spacing: 0.5px;
	}
	.single-gallery-section-right-box.wpb_text_column{
		margin-bottom:100px !important;
	}
	.gallery-section2 .section_inner .full_section_inner{
		display: flex;
	}
	.gallery-section2-right{
		background: #263C85;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 15px !important;
		position: relative;
	}
	.gallery-section2-right:after{
		position: absolute;
		left: 0;
		top: 50%;
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 14px 0 14px 12px;
		transform: translateY(-50%);
	}
	.gallery-section2 .gallery-section2-right.gallery-section2-right1::after{
		border-color: transparent transparent transparent #150D0B;
	}	
	.gallery-section2 .gallery-section2-right.gallery-section2-right2::after{
		border-color: transparent transparent transparent #BF8C75;
	}
	.gallery-section2 .gallery-section2-right.gallery-section2-right3::after{
		border-color: transparent transparent transparent #F1EEE9;
	}
	.gallery-section2 .gallery-section2-right.gallery-section2-right4::after{
		border-color: transparent transparent transparent #221409;
	}
	.gallery-section2 .gallery-section2-right.gallery-section2-right5::after{
		border-color: transparent transparent transparent #005299;
	}
	.gallery-section2 .gallery-section2-right.gallery-section2-right6::after{
		border-color: transparent transparent transparent #C5B897;
	}
	.gallery-section2-right:after{
		display: none;
	}
	.gallery-section2-right .blog_slider .blog_slides>li{
		height: 170px !important;
		padding: 0 2px;
		width: 174px !important;
	}
	.gallery-section2-right .blog_slider{
		margin: 0 -2px;
	}
	.gallery-section2-right .blog_text_holder.info_bottom{
		height: 100%;
		margin: 0 0 3px;
	}
	.gallery-section2-right .blog_text_holder.info_bottom .blog_text_date_holder{
		display: none;
	}
	.gallery-section2-right .blog_text_holder.info_bottom .blog_text_holder_outer, .gallery-section2-right .blog_text_holder.info_bottom .blog_text_holder_inner {
	    padding: 0;
	    text-align: center;
	}
	.gallery-section2-right .blog_slides .blog_text_holder_inner .blog_slider_title{
		line-height: 14px;
		height: 100%;
	}
	.gallery-section2-right .blog_slides .blog_text_holder_inner .blog_slider_title a{
		font-size: 12px;
		text-transform: capitalize;
		font-weight: 500;
		height: 100%;
		width: 100%;
		display: flex;
		align-items: flex-end;
		justify-content: center;
		padding: 0 10px 6px;
	}
	.gallery-section2-right .blog_text_holder{
		background: transparent;
	}
	.gallery-section2-right .blog_slider_holder .item_holder::before{
		content: "";
		position: absolute;
		bottom: 0;
		width: 100%;
		display: inline-block;
		height: 100%;
		z-index: 1;
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,1) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,1) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
	}
	.gallery-section2-right .blog_slider .caroufredsel-next{
		right: 2px;
	}
	.gallery-section2-right .caroufredsel-direction-nav{
		position: absolute;
	    left: 0;
	    bottom: -33px;
	    width: 100%;
	    right: 0;
	    display: inline-block;
	}
	.gallery-section2-right .blog_slider .caroufredsel-prev{
		left: 2px;
	}
	.gallery-section2-right .caroufredsel-direction-nav a{
		width: 48%;
		border: 1px solid #01CCFF;
		height: 22px;
		border-radius: 90px; 
	}
	.gallery-section2-right .caroufredsel-direction-nav a i, .gallery-section2-right .caroufredsel-direction-nav a{
		line-height: 19px;
	}
	.gallery-section2-right-title .h1{
		font-size: 15px;
		color: #fff;
		text-transform: uppercase;
		font-weight: 600;
		letter-spacing: 0.5px;
		position: relative;
		line-height: 16px;
		padding: 0 0 10px;
		display: inline-block;
		width: 100%;
		margin: 0 0 20px !important;
	}
	.gallery-section2-right-title .h1:after{
		position: absolute;
		content: "";
		bottom: 0;
		right: 0;
		left: 0;
		margin: 0 auto;
		height: 2px;
		width: 30px;
		background: #01CCFF;
	}
	.experience-section2-right-title .h1:after{
		margin: 0;
	}
	.gallery-section2-right-more-btn a{
		color: #A3E7C0;
		font-size: 12px;
		font-weight: 500;
		text-transform: capitalize;
		margin: 60px 0 0;
		display: inline-block;
		width: 100%;
		line-height: 14px;
		letter-spacing: 0.5px;
	}
	.gallery-section2-right .caroufredsel-direction-nav a:hover{
		background: #01CCFF !important;
	}
	.gallery-section2-right .caroufredsel-direction-nav a:hover i{
		color: #263C85 !important;
	}
	.gallery-section2-right-more-btn a:hover{
		color: #fff;
	}
	.gallery-section2 > .full_section_inner{
		margin-top:-80px; 
	}
	.gallery-section2-right-soon p{
		color: #fff;
		font-size: 12px;
		font-weight: 500;
		letter-spacing: 0.5px;
		width: 100%;
		display: inline-block;
	}
	.gallery-section2{
		padding: 0 0 100px;
	}
	.category-product-info .boxes_image a, .category-product-info .boxes_image a img{
		width: 100%;
	}
	.category-product-info .boxes_image a{
		height: 250px;
		overflow: hidden;
		display: flex;
		align-items: center;
	}
	.category-product-info .latest_post_holder.dividers .latest_post_date, .category-product-info .latest_post_holder.dividers .post_infos{
		display: none;
	}
	.category-product-info .latest_post_holder.dividers .latest_post_inner{
		margin: 0 !important;
	}
	.category-product-info .latest_post_holder.dividers .latest_post_text_inner{
		width: 100%;
		display: inline-block;
		background: transparent;
		text-align: center;
	}
	.category-product-info .latest_post_holder.dividers .latest_post_text_inner a{
		display: inline-block;
	}
	.category-product-info .latest_post_holder > ul >li{
		margin-bottom:60px !important; 
	}
	.space-top-0{
		margin-top:0!important; 
	}
	.surgery-sub-section2 > .full_section_inner{
		margin-top: -70px; 
	}
	.surgery-sub-section2-box p{
		font-size: 18px;
		line-height: 34px;
		color: #fff;
	}
	.surgery-sub-section2-box{
		padding: 40px;
	}
	.surgery-sub-section3-box p{
		margin-bottom: 15px; 
	}
	.surgery-sub-section3 .section_inner .full_section_inner{
		margin-top: 50px; 
	}
	.surgery-sub-section3 .section_inner.surgery-sub-video .full_section_inner{
		margin-top: 0 !important; 
	}		
	.surgery-sub-section3 .section_inner:first-child .full_section_inner{
		margin-top:0; 
	}
	.surgery-sub-section3-table{
		margin-top:15px; 
	}
	.surgery-sub-section3-table table td{
		text-align: left;
		line-height: 20px;
		padding: 11px 0;
	}
	.surgery-sub-section3-table table td a{
		color: #1E97A8;
	}
	.surgery-sub-section3-table table td a:hover{
		color: #263C85;
	}
	.surgery-sub-section3-table table {
		width: 100%;
	}
	.surgery-sub-section3-table table tr{
		border-bottom: 1px solid #9AB5DE;
	}
	.surgery-sub-section3-table table tr:last-child{
		border: none;
	}
	.surgery-sub-section3-table table tr:hover{
		background: #F7F7F7;
	}
	.surgery-sub-section3 .surgery-sub-img{
		margin:20px 0 !important; 
	}
	.surgery-sub-img .vc_single_image-wrapper, .surgery-sub-img .vc_single_image-wrapper img{
		width: 100%;
	}
	.surgery-sub-section3 .surgery-sub-gif .surgery-sub-img{
		margin: 0 !important;
	}
	.surgery-sub-video .wpb_wrapper > .wp-video, .surgery-sub-video .wpb_wrapper > .wp-video .mejs-video{
		width: 100% !important;
	}
	.more-menu{
		display: none;
	}
	.header_top_bottom_holder nav .second .inner{
		visibility: visible;
	}
	.header_top_bottom_holder .drop_down .second .inner>ul, .header_top_bottom_holder li.narrow .second .inner ul{
		background: #1E97A8;
	}
	.header_top_bottom_holder nav .second .inner ul li a, .header_top_bottom_holder .drop_down .second .inner ul li.sub a i.q_menu_arrow{
		color: #fff;
		opacity: 1;
	}
	.header_top_bottom_holder nav .second .inner ul li a:hover{
		color: #263C85 !important;
	}
	.experience-section2-right-title{
		padding: 30px;
		background: #1A2D6D;
	}
	.experience-section2-right-title p{
		color: #fff;
	}
	.experience-section2-right-title .h1{
		margin: 0 0 15px !important;
		padding: 0 0 20px;
	}
	.experience-section2-right-title a{
		margin: 20px 0 0;
	}
	.experience-section2-row{
		padding-bottom: 50px; 
	}
	.experience-section2-row:last-child{
		padding-bottom: 0 ; 
	}
	.surgery-section4 .qode-accordion-holder.qode-accordion{
		margin-top:20px; 
	}
	.experience-section2-right-title2{
		background: #425E73;
	}
	.experience-section2-right-title2 .h1:after{
		margin: 0 auto;
	}
	.video-section .video-overlay{
		background: rgba(28,38,87,0.8);
		opacity: 1 !important;
	}
	.experience-section1-right-title a{
		background: transparent !important;
		color: #01CCFF;
		padding: 0!important;
		margin: 0;
		border: none;
	}
	.experience-section1-right-title a:hover{
		color: #01CCFF;
		text-decoration: underline;
	}
	.sub-box-section1, .shop-product-section, .single-product.woocommerce .content .container .container_inner{
		padding: 100px 0;
	}
	.select-line-section p{
		color: #626262;
		font-size: 18px;
		width: 100%;
		display: inline-block;
		vertical-align: top;
		line-height: 20px;
		font-weight: 600;
		letter-spacing: 0.5px;
		text-transform: uppercase;
		padding: 30px 20px 40px;
		background: #F0F0F0;
		margin: 50px 0!important;
		position: relative;
	}
	.select-line-section p:after{
		position: absolute;
		content: "\f107";
		font-size: 26px;
		bottom: 15px;
		color: #263C85;
		left: 0;
		right: 0;
		width: 100%;
		text-align: center;
		font-family: fontawesome;
	}
	.sub-box-section-img{
		text-align: center;
	}
	.sub-box-section-img a img{
		width: 100%;
		margin: 0;
	}
	.sub-box-section-img .wpb_wrapper{
		position: relative;
	}
	.sub-box-section-img .box-img-title{
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		height: 100%;
		width: 100%;
		background: rgba(38, 60, 133, 0.7);
		color: #fff;
		text-transform: uppercase;
		font-size: 18px;
		font-family: 'News Cycle', sans-serif;
		display: flex;
		align-items: center;
		justify-content: center;
		font-weight: 700;
		letter-spacing: 1px;
		transition: all 0.3s ease 0s;
		transform: scale(1);
		opacity: 1;
		visibility: visible;
		line-height: 20px;
		padding: 0 10px;
	}
	.sub-box-section-img:hover .box-img-title{
		transform: scale(0.5);
		opacity: 0;
		visibility: hidden;
	}
	.sub-box-section-img .sub-box-section-img-btn{
		border: 1px solid #1E97A8;
	    color: #263C85;
	    font-size: 16px;
	    border-radius: 90px;
	    padding: 8px 0;
	    background: #fff;
	    opacity: 0;
	    visibility: hidden;
	    transition: all 0.3s ease 0s;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    line-height: 14px;
	    font-weight: 600;
	    letter-spacing: 0.5px;
	    width: 150px;
	}
	.woocommerce ul.products li.product .add-to-cart-button, .single-product.woocommerce-page .button, .woocommerce-page.woocommerce input[type=submit]{
		border: 1px solid #1E97A8;
		color: #263C85 ;
		font-size: 16px;
		border-radius: 90px;
		padding: 8px 0 !important;
		background: #fff;
		line-height: 16px;
		font-weight: 600;
		letter-spacing: 0.5px;
		width: 140px;
		height: auto !important;
		font-family: 'Lato', sans-serif !important;
		text-transform: capitalize;
		text-align: center;
	}
	.single-product.woocommerce-page .button{
		color: #1E97A8;
	}
	.sub-box-section-img .sub-box-section-img-btn:hover, .woocommerce ul.products li.product .add-to-cart-button:hover, .single-product.woocommerce-page .button:hover, .woocommerce-page.woocommerce input[type=submit]:hover{
		background: #1E97A8 !important;
		color: #fff !important;
		border-color: #1E97A8 !important;
	}
	.sub-box-section-img:hover .sub-box-section-img-btn{
		opacity: 1;
		visibility: visible;
	}
	.sub-box-section1-row > .full_section_inner{
		margin: 0 15px;
	}
	.woocommerce ul.products li.product .image-wrapper img{
		width: 100%;
	}
	.woocommerce ul.products li.product h6{
		text-transform: capitalize;
	    color: #626262;
	    padding: 0 0 12px !important;
	    font-size: 16px;
	    position: relative;
	    margin: 0 0 10px !important;
	}
	.woocommerce ul.products li.product h6:after{
		position: absolute;
		content: "";
		width: 50px;
		background: #1E97A8;
		height: 2px;
		left: 0;
		right: 0;
		bottom: 0;
		margin: 0 auto;
	}
	.woocommerce ul.products li.product .price, .shop-product-section .woocommerce ins, .woocommerce-page ins{
		line-height: 16px;
		font-size: 16px !important;
		color: #8B8B8B !important;
		font-family: 'Lato', sans-serif !important;
		margin: 0 !important;
	}
	.woocommerce .product .onsale-inner:after{
		display: none;
	}
	.woocommerce .product .onsale{
		background: #263C85 !important;
	}
	.woocommerce .product .onsale-inner{
		font-family: 'News Cycle', sans-serif !important;
	}
	.woocommerce ul.products li.product{
		margin-bottom:70px !important; 
	}
	.woocommerce ul.products li.product:last-child, .shop-product-section .woocommerce ul.products li.product:nth-last-child(2), .shop-product-section .woocommerce ul.products li.product:nth-last-child(3), .single-product.woocommerce ul.products li.product{
		margin-bottom: 0 !important;
	}
	.woocommerce ul.products{
		margin: 0 !important;
	}
	.woocommerce ul.products li.product:hover a h6{
		color: #263C85;
	}
	.single-product.woocommerce .product h1.product_title{
		font-size: 30px;
		color: #626262;
		margin-bottom: 0;
	}
	.woocommerce-product-rating{
		display: none;
	}
	.single-product.woocommerce div.product .summary p.price span.amount{
		font-family: 'Lato', sans-serif !important;
		font-size: 30px;
		color: #8B8B8B;
		font-weight: 500;
	}
	.single-product.woocommerce div.product .summary p.price del span.amount{
		font-size: 22px;
		position: relative;
	}
	.single-product.woocommerce div.product .summary p.price del{
		text-decoration: none;
	}
	.single-product.woocommerce div.product .summary p.price del span.amount:after{
		position: absolute;
		content: "";
		top: 50%;
		height: 1px;
		width: 102%;
		left:0;
		background: #8B8B8B;
	}
	.single-product .price{
		margin:25px 0;
	}
	.single-product.woocommerce div.product .cart .quantity{
		margin-right: 40px;
		padding-top: 0;
	}
	.single-product.woocommerce .quantity .minus, .single-product.woocommerce .quantity .plus{
		color: #8B8B8B;
		background: transparent !important;
		font-size: 22px;
	}
	.single-product.woocommerce div.product .cart .quantity, .single-product.woocommerce .quantity .minus, .single-product.woocommerce .quantity .plus, .single-product.woocommerce-page .quantity input.qty, .single-product.woocommerce div.product div.product_meta>span,
	.related.products h2{
		font-family: 'Lato', sans-serif !important;
	}
	.single-product.woocommerce-page .quantity input.qty, .single-product.woocommerce div.product div.product_meta>span, .single-product.woocommerce div.product div.product_meta>span a{
		color: #8B8B8B !important;
	}
	.single-product.woocommerce div.product div.product_meta>span a{
		font-weight: 600;
	}
	.single-product.woocommerce div.product div.product_meta>span a:hover{
		color: #1E97A8 !important;
	}
	.single-product.woocommerce-page .quantity input.qty{
		width: 40px;
	}
	.related.products h2{
		color: #8B8B8B;
		font-size: 16px;
		text-transform: capitalize;
		font-weight: 500;
		display: inline-block;
		width: 100%;
		margin: 0 0 20px;
		letter-spacing: 0.5px;
	}
	.related.products{
		display: inline-block;
		width: 100%;
		margin: 60px 0 0;
	}
	.single-product.woocommerce .summary{
		margin: 0;
	}
	.single-product .woocommerce-Tabs-panel p{
		line-height: 24px;
	}
	.woocommerce-tabs ul li{
		list-style: none;
	}
	.single-product .woocommerce-tabs ul.tabs li a{
		height: 35px;
		line-height: 35px;
		display: inline-block;
		width: 100%;
		padding-left:45px;
		position: relative;
		background: #263C85;
		color: #fff !important;
		margin: 0 0 5px;
	}
	.single-product .woocommerce-tabs ul.tabs li a:after{
		left: 0;
		top: 0;
		content: "+";
		width: 35px;
		height: 35px;
		background: #F8F8F8;
		position: absolute;
		color: #263C85;
		font-size: 28px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.single-product .woocommerce-tabs ul.tabs li.active a:after{
		content: "-";
		font-size: 38px;
	}
	.single-product .woocommerce-Tabs-panel{
		margin-top:20px; 
	}
	.single-product.woocommerce #comments{
		margin-bottom: 0; 
	}
	.woocommerce #commentform textarea{
		border: 1px solid #D7D7D7;
	}
	.single-product.woocommerce #commentform textarea{
		width: 100%;
		height: 100px;
	}
	.single-product.woocommerce ol.commentlist{
		margin-top:15px; 
	}
	.single-product .title .title_holder .container{
		background-image: url(https://www.sydneycosmeticsanctuary.com.au/scs/wp-content/uploads/2017/10/s2-13.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		text-align: center;
	}
	.single-product .title .separator.small{
		display: none;
	}
	.single-product .title{
		height: auto !important;
	}
	.single-product.woocommerce .woocommerce-message{
		background: #F8F8F8;
		padding: 24px 25px;
	}
	.woocommerce-product-details__short-description p{
		line-height: 24px;
	}
	.single-product.woocommerce ul.products li.product .price{
		font-weight: 500;
	}
	.surgery-section4 h5{
		color: #626262;
		margin-bottom: 5px; 
	}
	.top-menu-special > a{
		position: relative;
	}
	.top-menu-special > a:after{
		position: absolute;
	    bottom: 6px;
	    height: 2px;
	    width: calc(100% - 24px);
	    content: "";
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	}
	.plastic-top-menu > a:after{
		background: #263C85;
	}
	.dentist-top-menu > a:after{
		background: #1E97A8;
	}
	.medispa-top-menu > a:after{
		background: #9AB5DE;
	}
	
	.video-section .qode_video_box .qode_video_image .qode_video_box_button{
		position: relative;
		width: 180px;
		height: 32px;
		background: #263C85;
		border-radius: 20px;
		border: 1px solid #1E97A8;
	}
	.video-section .qode_video_box .qode_video_image .qode_video_box_button_arrow{
		opacity: 0;
	}
	.video-section .qode_video_box .qode_video_image .qode_video_box_button:after{
		content: "Watch the Video";
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 16px;
		display: inline-block;
		vertical-align: top;
		font-weight: 500;
		color: #fff;
		width: 100%;
		position: absolute;
	}
	.video-section .qode_video_box .qode_video_image{
		overflow: visible;
		height: 0;
	}
	.video-section .qode_video_box .qode_video_image img{
		display: none;
	}
	.video-section .qode_video_box .qode_video_image .qode_video_box_button_holder{
		top: 0;
	}
	.surgery-section-mo-hide{
		display: block;
	}
	.surgery-section-mo-show{
		display: none;
	}
	.contact-add-box{
		padding: 20px;
		background: #263C85;
		height: 220px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.contact-add-box a{
		color: #fff;
		margin-bottom: 10px !important;
		display: inline-block;
		letter-spacing: 0.5px;
	}
	.contact-add-box p{
		color: #fff;
	}
	.contact-add-box a:hover{
		color: #1E97A8;
	}
	.section_inner.contact-section3 .full_section_inner {
	    margin-top: 30px !important;
	}
	.contact-open-box{
	    padding: 25px;
	    border:1px solid #1E97A8;
	    margin: 40px 0 0;
	    height: 240px;
	}
	.contact-open-box:nth-child(1){
		margin: 0;
	}
	.contact-open-box h2{
		font-size: 18px;
		margin: 0 0 15px;
		padding: 0 0 15px;
		color:#626262;
		position: relative;
	}
	.contact-open-box p{
		color:#626262;
		font-size: 15px;
	}
	.contact-open-box h2:after{
		content: "";
		position: absolute;
		background:  #1E97A8;
		height: 2px;
		width: 40px;
		left: 0;
		bottom: 0;
	}
	.surgery-sub-section3-box h4{
		color: #626262;
	}
	section.parallax_section_holder.top-banner-section{
		min-height: auto;
		height: auto !important;
	}
	.dental-implants-meet-img.wpb_content_element{
		margin-bottom: 50px!important; 
	}
	.footer-bottom-location{
		background: #263C85;
		padding: 30px 15px;
	}
	.footer-bottom-location .h3{
		font-size: 14px;
		font-family: 'Lato', sans-serif;
		font-weight: 400;
		color: #fff;
		text-transform: uppercase;
		margin: 0 0 25px;
		text-align: center;
	}
	.footer-bottom-location .h3 span {
	    color: #1e97a8;
	}
	.footer-bottom-location .location-box{
		padding-top:0 !important;
		margin-top: 10px;
		padding-bottom:0 !important;
	}
	.location-box .location-box-bottom .h4{
		float: left;
		width: auto;
		font-size: 32px;
		margin: 0 !important;
		padding: 0 15px 0 0;
	}
	.location-box .location-box-bottom p{
		line-height: 16px;
		margin: 0 !important;
		text-align: left;
		overflow: hidden;
		display: block;
		font-size: 11px !important;
	}
	.location-box-bottom{
		display: flex;
		align-items: center;
		margin: 0 0 25px;
	}
	.footer-bottom-location .location-box .main-btn{
		font-size: 12px;
		padding: 4px 15px 3px;
	}
	.footer-bottom-location .location-box-listing .wpb_column{
		margin: 0;
	}
	.drop_down .top-menu-special .second .inner:after{
		top: 0;
	}
	.thank-section {
	    padding: 300px 0 60px;
	}
	.thank-box p{
		font-size: 24px;
		text-transform: capitalize;
		color: #263C85;
		border: 2px solid #1E97A8;
		display: inline-block;
		width: 100%;
		padding: 30px;
		letter-spacing: 1px;
	}
	/**/
	.full_section_inner .surgery-section4-block .wpb_wrapper .qode-accordion-holder .ui-accordion-content-active,
	.full_section_inner .surgery-sub-according-block .wpb_wrapper .qode-accordion-holder .ui-accordion-content-active,
	.full_section_inner .surgery-section4-left .wpb_wrapper .qode-accordion-holder .ui-accordion-content-active,
	.surgery-according-block .wpb_wrapper .qode-accordion-holder .ui-accordion-content-active{
		display: block!important;
	}
	.surgery-section5-box .h6{
		margin-bottom: 30px!important;
	}

	.logo-section .carousel-slider .owl-nav.disabled, .logo-section .carousel-slider .owl-dots.disabled{
		display: block;
		cursor: pointer;
	}

	/* --- gallery slider ---- */

	.gallery-slick.slick-initialized .slick-slide{
		padding: 0 2px;
	}
	.gallery-slick.slick-initialized .slick-slide .gallery-slick-box p{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		text-align: center;
		font-size: 12px;
		text-transform: capitalize;
		font-weight: 500;
		color: #fff;
		padding: 7px 15px;
		line-height: 15px;
		z-index: 1;
	}
	.gallery-slick.slick-initialized .slick-slide a{
		position: relative;
		display: inline-block;
		vertical-align: top;
	}
	.gallery-slick.slick-initialized .slick-slide a:after{
		position: absolute;
		content: "";
		top: 0;
		height: 100%;
		width: 100%;
		right: 0;
		background: rgba(248,80,50,0);
		background: -moz-linear-gradient(top, rgba(248,80,50,0) 0%, rgba(241,111,92,0) 0%, rgba(205,94,78,0) 15%, rgba(0,0,0,0.89) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,80,50,0)), color-stop(0%, rgba(241,111,92,0)), color-stop(15%, rgba(205,94,78,0)), color-stop(100%, rgba(0,0,0,0.89)));
		background: -webkit-linear-gradient(top, rgba(248,80,50,0) 0%, rgba(241,111,92,0) 0%, rgba(205,94,78,0) 15%, rgba(0,0,0,0.89) 100%);
		background: -o-linear-gradient(top, rgba(248,80,50,0) 0%, rgba(241,111,92,0) 0%, rgba(205,94,78,0) 15%, rgba(0,0,0,0.89) 100%);
		background: -ms-linear-gradient(top, rgba(248,80,50,0) 0%, rgba(241,111,92,0) 0%, rgba(205,94,78,0) 15%, rgba(0,0,0,0.89) 100%);
		background: linear-gradient(to bottom, rgba(248,80,50,0) 0%, rgba(241,111,92,0) 0%, rgba(205,94,78,0) 15%, rgba(0,0,0,0.89) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#000000', GradientType=0 );
	}
	.gallery-slick .slick-prev, .gallery-slick .slick-next{
		bottom: -45px;
		top: auto;
		color: #fff;
		opacity: 1;
		width: 48%;
		border: 1px solid #01CCFF;
		border-radius: 90px;
		height: 22px;
	}
	.gallery-slick .slick-prev:hover, .gallery-slick .slick-next:hover{
		background: #01CCFF;
	}
	.gallery-slick .slick-prev{
		left: 0;
	}
	.gallery-slick .slick-prev:before{
		content: "\f104";
		font-family: fontawesome;
	}
	.gallery-slick .slick-next:before {
	    content: "\f105";
	    font-family: fontawesome;
	}
	.gallery-slick .slick-next{
		right: 0;
	}
	.gallery-slick .slick-prev:before, .gallery-slick .slick-next:before{
		opacity: 1;
	}
	.gallery-slick.slick-slider{
		top: 20px;
	}

@media screen and (min-width: 1200px){
	.logo-section #id-2912.arrows-outside .owl-prev {
	    left: -40px;
	}
	.logo-section #id-2912.arrows-outside .owl-next {
	    right: -40px;
	}
}


@media screen and (max-width: 1500px){
	.surgery-section8-right.wpb_column{
		padding: 50px 20px;
	}
	.surgery-section9-right	.package-worth{
		font-size: 17px;
		padding: 8px 25px;
		margin: 0 0 20px;
	}
	.surgery-section9-right .package-More-btn{
		font-size: 14px;
		padding: 5px 20px;
		margin: 20px 0 0;
	}
	.single-gallery-section-right-box.wpb_text_column {
	    margin-bottom: 70px !important;
	}
	.surgery-sub-section3 .section_inner .full_section_inner {
	    margin-top: 40px;
	}
	.sub-box-section1, .shop-product-section, .single-product.woocommerce .content .container .container_inner {
	    padding: 80px 0;
	}
	.single-product .title .title_holder .container{
		padding: 80px 0;
	}
	.dental-implants-meet-img.wpb_content_element {
	    margin-bottom: 30px!important;
	}
}
@media screen and (max-width: 1200px){
	.surgery-section2-box p{
		font-size: 14px;
	}
	.top-banner-section{
		margin-top: 230px;
		padding: 110px 0 150px;
	}
	.team-single-section1{
		margin-top: 230px;
	}
	.single-product .title .title_holder .container{
		padding: 70px 0;
	}
	.top-banner-title h1, .single-product .title .title_subtitle_holder h1{
		font-size: 26px;
	}
	.surgery-section4, .surgery-section5, .surgery-section11, .surgery-section7, .surgery-sub-section3, .experience-section2{
		padding: 45px 0;
	}
	.surgery-section6, .surgery-section10, .medispa-section11{
		padding-top: 30px;
	}
	.medispa-section10-left-info{
		padding: 30px 0;
	}
	.surgery-section4-left h2, .surgery-section5-left h2, .surgery-section6-left h2, .surgery-section7-left h2, .medispa-section10-left h2, .about-section3-left-top h2, .team-box-top h2, .single-gallery-section-left h1, .surgery-sub-section3-box h2, .sub-box-section1-info h2, .single-product .woocommerce-tabs .woocommerce-Tabs-panel h2{
		font-size: 18px;
		margin: 0 0 20px;
	}
	.section-short-title, .surgery-section6-right .qode-title-holder.ui-accordion-header.ui-state-default{
		font-size: 15px;
		padding: 8px;
	}
	.surgery-section3-tab-box .h1 a{
		font-size: 16px;
		padding: 0 0 7px;
	}
	.surgery-section3 .section_inner .full_section_inner{
		padding: 10px 0;
	}
	.surgery-section3-tab{
		padding: 5px 0;
	}
	.surgery-section2-box{
		padding: 30px 15px;
	}
	.surgery-section4 .qode-accordion .qode-accordion-content-inner ul{
	    margin: 15px 0 0 20px;
	}
	.surgery-section4 .qode-accordion-holder .qode-accordion-content, .surgery-sub-according .qode-accordion-holder .qode-accordion-content{
		padding: 15px 0;
	}
	.book-form-box ul li.sidebar-input input, .book-form-box ul li.sidebar-input select{
		padding: 0 15px 0 10px;
	}
	.section-short-title, .surgery-section6-right .qode-title-holder.ui-accordion-header.ui-state-default{
		margin: 0 0 20px 0;
	}
	.book-form-box .gform_wrapper .gform_footer .gform_button{
		margin-top: 5px;
	}
	.surgery-section5-left .h6{
		font-size: 36px;
		margin: 0 0 20px;
		line-height: 35px;
	}
	.surgery-section5-left p{
	    margin: 0 0 15px;
	}
	
	.surgery-section5-left a{
	    margin-top: 20px;
	    font-size: 14px;
	    padding: 6px 15px;
	}
	.surgery-section4-left p, .surgery-section6-left p, .surgery-section7-left p, .surgery-section5-left p, .medispa-section10-left p{
		line-height: 22px;
	}	
	.surgery-section6-right-box {
	    padding: 10px 10px 0 10px;
	}
	.surgery-section6-right-box h6{
		margin: 0 0 5px;
	}
	.surgery-section7-left h4{
		font-size: 16px;
		margin: 0 0 15px 0;
	}
	.surgery-section8-left-info{
		padding: 25px;
		width: 290px;
	}
	.surgery-section10-left p{
		padding: 0 0 25px;
	}
	.surgery-section6-left-img {
	    margin-top: 40px;
	}
	.medispa-section5 .surgery-section5-right{
		bottom: -44px;
	}
	.about-section2-left-box p{
		font-size: 20px;
		line-height: 30px;
	}
	.about-section2 .about-section-innner .full_section_inner{
		padding-bottom: 45px;
	}
	.about-section3 {
	    padding: 40px 0 120px;
	}
	.about-section4-img-box-info .h1{
		font-size: 38px;
		line-height: 36px;
	}
	.about-section4-img-box-info p{
		font-size: 14px;
	}
	.about-section4-img-box-info p:after{
		height: 2px;
	}
	.col-box-find-btn a, .category-product-info .latest_post_holder.dividers .latest_post_title a{
		font-size: 15px;
	}
	.col-box-find-btn, .category-product-info .latest_post_holder.dividers .latest_post_title{
		border-width: 1px 0;
		margin: 15px 0 0;
	}
	.about-section4-img-box-info{
		bottom: 100px;
	}
	.about-section3-left-bottom p, .team-box-bottom p{
		font-size: 16px;
	}
	.about-section3-left-bottom p{
		line-height: 26px;
	}
	.team-box-bottom p{
		line-height: 22px;
	}
	.about-section3-left-bottom p, .team-box-bottom p{
	    margin: 15px 0 0;
	}
	.about-section4 {
	    padding: 70px 0 50px;
	}
	.about-section4-title > .vc_column-inner{
		padding: 130px 20px 49px !important;
		margin: -130px 0 0 0;
	}
	.about-section4-img-box > .vc_column-inner > .wpb_wrapper{
		margin-bottom: 60px;
	}
	.back-to-page-section.vc_row.wpb_row {
	    padding-top: 30px!important;
	    padding-bottom: 40px!important;
	}
	.single-gallery-section-right-box.wpb_text_column {
	    margin-bottom: 50px !important;
	}
	.gallery-section2-right-more-btn a{
		margin: 50px 0 0;
	}
	.gallery-section2-right-title .h1{
	    padding: 0 0 7px;
	    margin: 0 0 15px !important;
	}
	.gallery-section2-right .blog_slider .blog_slides>li{
		width: 223px !important;
	}
	.gallery-section2-right .caroufredsel-direction-nav{
		bottom: -30px;
	}
	.gallery-section2-right:after{
		border-width: 14px 0 14px 10px;
	}
	.surgery-sub-section2-box p{
		font-size: 16px;
		line-height: 30px;
	}
	.surgery-sub-section3 .section_inner .full_section_inner {
	    margin-top: 30px;
	}
	.experience-section2-row {
	    padding-bottom: 30px;
	}
	.experience-section2-right-title .h1:after{
		display: none;
	}
	.experience-section2-right-title .h1{
		padding: 0 !important;
	}
	.footer-form ul li .ginput_container_post_image{
		height: 134px;
	}
	.sub-box-section1, .shop-product-section, .single-product.woocommerce .content .container .container_inner {
	    padding: 70px 0;
	}
	.select-line-section p{
		margin: 40px 0!important;
	}
	.select-line-section p{
		font-size: 16px;
		padding: 15px 20px 25px;
	}
	.select-line-section p:after{
		font-size: 22px;
		bottom: 7px;
	}
	.sub-box-section-img .box-img-title{
		font-size: 15px;
	}
	.sub-box-section-img .sub-box-section-img-btn{
		font-size: 15px;
		padding: 6px 0;
	}
	.single-product.woocommerce .product h1.product_title, .single-product.woocommerce div.product .summary p.price span.amount{
		font-size: 24px;
	}
	.single-product.woocommerce div.product .summary p.price del span.amount{
		font-size: 18px;
	}
	.single-product .price {
	    margin: 15px 0;
	}
	.woocommerce div.product .cart, .woocommerce div.product .product_meta {
	    margin: 20px 0 !important;
	}
	.related.products{
		margin: 40px 0 0;
	}
	.related.products h2{
		padding: 0 0 10px;
		margin: 0;
	}
	.woocommerce .product .onsale{
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 12px;
	}
	.woocommerce ul.products li.product .add-to-cart-button, .single-product.woocommerce-page .button, .woocommerce-page.woocommerce input[type=submit]{
		font-size: 14px;
		padding: 5px 0 !important;
	}
	.single-product.woocommerce div.product .cart .quantity {
	    margin-right: 25px;
	}
	.contact-add-box{
		height: 240px;
	}
	.contact-open-box {
	    margin-top: 20px;
	}
	.contact-open-box {
	    margin-top: 20px;
	}
	.contact-add-box{
		padding: 10px;
	}
	.surgery-section5-left.dental-implants-meet-title {
	    margin: 0 0 20px !important;
	}
	.dental-implants-meet-img.wpb_content_element {
	    margin-bottom: 20px!important;
	}
	.thank-section {
	    padding: 320px 0 40px;
	}
	.thank-box p{
		font-size: 22px;
	}
}
@media screen and (max-width: 1000px){
	.top-banner-section, section.parallax_section_holder.top-banner-section{
	    margin-top: 0;
	    padding: 50px 0 50px;

	}
	.team-single-section1{
		margin-top: 0;
	}
	.single-product .title .title_holder .container{
		padding: 50px 0 50px;
	}
	.gallery-section2 > .full_section_inner,.surgery-section2 > .full_section_inner,.about-section2 > .full_section_inner,.surgery-sub-section2 > .full_section_inner, .experience-section1 > .full_section_inner{
		margin-top: 15px;
	}
	.gallery-section2{
		padding: 0 0 20px;
	}
	.hideen-reponsive{
		display: none;
	}
	.surgery-section2-box1{
		width: 50% !important;
	}
	.surgery-section2-box1 .vc_single_image-wrapper, .surgery-section2-box1 .vc_single_image-wrapper img{
		width: 100%;
	}
	.surgery-section4, .surgery-section5, .surgery-section11, .surgery-section7, .surgery-sub-section3, .experience-section2 {
	    padding: 40px 0;
	}
	.surgery-section6, .surgery-section10 {
	    padding-top: 40px;
	}
	.section-short-title, .surgery-section6-right .qode-title-holder.ui-accordion-header.ui-state-default {
	    margin: 0 0 10px 0;
	}
	.surgery-section6-left-img {
	    margin-top: 20px;
	}
	.surgery-section6-left p, .surgery-sub-section3-box p, .surgery-section-p p{
	    margin-bottom: 10px;
	}
	.section-short-title, .surgery-section6-right .qode-title-holder.ui-accordion-header.ui-state-default {
	    font-size: 14px;
	    padding: 6px;
	}
	.book-form-box ul li.sidebar-input input, .book-form-box ul li.sidebar-input select{
		font-size: 13px;
	}
	.book-form-box .gform_wrapper .gform_footer .gform_button{
		font-size: 15px;
	}
	.surgery-section5-left .h6{
	    font-size: 28px;
	    margin: 0 0 15px;
	    line-height: 30px;
	}
	.surgery-section6-right-box ul li{
		font-size: 13px;
	}
	.surgery-section6-right-box:last-child {
	    padding-bottom: 10px;
	}
	.section-short-title, .surgery-section6-right .qode-title-holder.ui-accordion-header.ui-state-default {
	    margin: 0 0 5px 0;
	}
	.surgery-section7-left ul {
	    margin: 0;
	}
	.surgery-section8 .full_section_inner, .surgery-section9 .full_section_inner {
	    display: inline-block;
	    vertical-align: top;
	}
	.surgery-section8-left, .surgery-section8-right{
		width: 100% !important;
	}
	.surgery-section9-responsive-hidden{
		display: none;
	}
	.surgery-section8-img .vc_single_image-wrapper, .surgery-section8-img .vc_single_image-wrapper img{
		width: 100%;
	}
	.surgery-section9-right.wpb_column, .surgery-section9 .full_section_inner{
		width: 100%;
	}
	.surgery-section8-right.wpb_column {
	    padding: 30px 20px;
	}
	.surgery-section8-left-info{
		left: 50%;
		right: auto;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.surgery-section9-right{
		padding: 40px 0 30px;
	}
	.surgery-section10-left p {
	    padding: 0 0 15px;
	}
	.surgery-section10-left{
		width: 100%;
	}
	.surgery-section10-right, .surgery-section11-right{
		display: none;
	}
	.surgery-section10-left.wpb_column, .surgery-section11-left.wpb_column{
		width: 100%;
	}
	.surgery-section2-box{
		display: flex;
		align-items: center;
	}
	.surgery-section4-right .section-short-title{
		margin: 0 0 15px 0;
	}
	.medispa-section5 .surgery-section5-right{
		position: static;
	}
	.book-box{
		min-height: 240px;
	}
	.about-section4-col.about-section4-title{
		width: 100%;
		padding: 0 !important;
	}
	.about-section4-title > .vc_column-inner{
		padding: 30px !important;
		margin: -130px 0 40px 0;
	}
	.team-box-bottom p{
		border-width: 1px 0;
	}
	.about-section4-img-box-info .h1 {
	    font-size: 30px;
	    line-height: 28px;
	}
	.about-section4-img-box-info p{
		line-height: 18px;
	}
	.about-section4-col-top1.about-section4-img-box{
		margin-left: 16.16%; 
	}
	.about-section4-img-box > .vc_column-inner > .wpb_wrapper {
	    margin-bottom: 50px;
	}
	.about-section2-left-box{
		padding: 30px 30px;
	}
	.back-to-page-section .back-to-page-section-btn{
		font-size: 16px;
		border-width: 0 0 1px 0;
		padding: 0 0 2px 0;
	}
	.back-to-page-section-info {
	    padding: 15px 20px !important;
	}
	.back-to-page-section.vc_row.wpb_row {
	    padding-top: 20px!important;
	    padding-bottom: 30px!important;
	    padding-left:15px !important;
	    padding-right:15px !important;  
	}
	.gallery-section2 .section_inner .full_section_inner{
		display: block;
		margin: 0 auto 30px;
		/*width: 760px;*/
		width: auto;
	}
	.gallery-section2-right, .gallery-section2-left{
		width: 100% !important;
	}
	.gallery-section2-right:after{
		display: none;
	}
	.gallery-section2-right{
		padding: 30px 15px 80px !important;
	}
	.gallery-section2-right .blog_slider .blog_slides>li {
	    width: 216px !important;
	}
	.gallery-section2-right .blog_slider_holder .item_holder{
		height: 100%;
	}
	.gallery-section2-right .blog_slider_holder .item_holder:after{
		background: rgba(0, 0, 0, 0.5);
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		content: "";
		position: absolute;
	}
	.category-product-info .boxes_image a{
		height: 240px;
	}
	.category-product-info .latest_post_holder > ul >li {
	    margin-bottom: 40px !important;
	}
	.grid_section .experience-section2-row.section_inner {
	    padding-bottom: 30px;
	}
	.grid_section.experience-section1 .experience-section2-row.section_inner{
		padding-bottom: 0 !important; 
	}
	.sub-box-section1, .shop-product-section, .single-product.woocommerce .content .container .container_inner {
	    padding: 50px 0;
	}
	.select-line-section p {
	    font-size: 14px;
	    padding: 10px;
	    margin: 30px 0!important;
	}
	.select-line-section p:after{
		display: none;
	}
	.single-product.woocommerce .product h1.product_title, .single-product.woocommerce div.product .summary p.price span.amount {
	    font-size: 18px;
	}
	.single-product.woocommerce div.product .summary p.price del span.amount{
		font-size: 15px;
	}
	.single-product .price {
	    margin: 10px 0;
	}
	.single-product .woocommerce-Tabs-panel {
	    margin-top: 15px;
	}
	.woocommerce ul.products li.product h6, .woocommerce ul.products li.product .price, .shop-product-section .woocommerce ins, .woocommerce-page ins{
		font-size: 14px !important;
	}
	.single-product.woocommerce .content .container .container_inner{
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
	.surgery-sub-section3.contact-section2{
		padding-top:60px; 
	}
	.location-box-bottom{
		margin: 0 0 15px;
	}
	.thank-box p{
		font-size: 20px;
		letter-spacing: 0.5px;
		padding: 20px;
	}
	.thank-section {
	    padding: 50px 0;
	}
	.surgery-section5-box .h6{
		margin-bottom: 15px!important;
	}
}
@media screen and (max-width: 768px){
	.single-product.woocommerce ul.products li.product{
		margin-bottom: 30px !important;
	}
	.single-product.woocommerce ul.products li.product:last-child{
		margin-bottom: 0 !important;
	}
	.single-product .price {
	    margin: 5px 0;
	}
}
@media screen and (max-width: 767px){
	.twentytwenty-wrapper.twentytwenty-horizontal {
	    padding: 0 15px;
	}
	.surgery-section2-box1 {
	    width: 100% !important;
	    display: inline-block;
	}
	.surgery-section2-box:after, .surgery-section3-tab-box .h1 a:after{
		display: none;
	}
	.surgery-section2-box, .surgery-section2 .surgery-full-height-img{
		height: auto;
	}
	.surgery-section2-box {
	    padding: 30px 15px !important;
	}
	.surgery-section3-tab-box .h1 a{
		padding: 10px;
		margin:0 0 10px 0 !important;
		background: #fff; 
	}	
	.surgery-section3-tab{
		width: 50% !important;
		float: left;
		border: none;
		padding: 0 5px !important;
	}
	.surgery-section3 .section_inner .full_section_inner {
	    padding: 10px 5px 0;
	}
	.surgery-section3-tab > .vc_column-inner, .surgery-section4-left > .vc_column-inner, .surgery-section4-right > .vc_column-inner, .surgery-section6-left > .vc_column-inner, .surgery-section6-right > .vc_column-inner, .surgery-section10-left > .vc_column-inner, .surgery-section5-left > .vc_column-inner, .surgery-section2-box > .vc_column-inner, .medispa-section10-left > .vc_column-inner, .surgery-sub-section2-info > .vc_column-inner, 
	.surgery-sub-section3 .section_inner .vc_column-inner {
		padding: 0!important; 
	}
	.surgery-section4, .surgery-section5, .surgery-section11, .surgery-section7, .surgery-sub-section3, .experience-section2 {
	    padding: 30px 0;
	}
	.surgery-section6, .surgery-section10 {
	    padding-top: 30px;
	}
	.wpcf7 .surgery-book-form .ajax-loader{
		display: none !important;
	}
	.surgery-section5-right{
		display: none;
	}
	.surgery-section6-right{
		margin-top:20px; 
	}
	.surgery-section9-right	.package-worth{
		border-width: 1px;
		margin: 0 0 15px !important;
		font-size: 15px;
	}
	.surgery-section9-right .package-More-btn{
		margin: 15px 0 0;
	}
	.surgery-section10-left p{
		line-height: 18px;
	}
	.surgery-section5-left .h6{
		font-size: 20px;
		margin: 0 0 10px;
	}
	.surgery-section5-left p {
	    margin: 0 0 10px;
	}
	.dentistry-section4-left-info p, .medispa-section4-left-info p{
	    margin: 0 0 10px;
	}
	.dentistry-section4-left-info p:last-child, .medispa-section4-left-info p:last-child{
		margin-bottom: 0 !important;
	}
	.surgery-section8-box{
	    width: 50%;
	    float: left;
	    margin: 15px 0 0 0;
	}
	.surgery-section8-box:nth-child(1), .surgery-section8-box:nth-child(2){
		margin-top:0; 
	}
	.surgery-section8-boxs .wpb_wrapper {
	    display: inline-block;
	}
	.surgery-section8-box .surgery-section8-box-info{
		border: none;
		margin: 0;
		padding: 10px 10px 0 10px;
	}
	.surgery-section8-right-top{
		padding: 0 0 20px 0;
		width: 100%;
	}
	.surgery-section4-right{
		margin-top:15px; 
	}
	.surgery-section4 .qode-accordion .qode-accordion-content-inner ul{
	    margin: 15px 0 0 10px;
	}
	.surgery-section4 .qode-accordion-holder .qode-accordion-content, .surgery-sub-according .qode-accordion-holder .qode-accordion-content{
	    padding: 10px 0;
	}
	.dentistry-section3 .surgery-section3-tab{
		width: 33.33% !important;
	}
	.book-box{
		min-height: auto;
	}
	.about-section2-left-box{
		margin: -45px 0 0 0;
	}
	.about-section3-left {
	    margin-top:0;
	}
	.about-section3-right{
		display: none;
	}
	.about-section3 {
	    padding: 40px 0 100px;
	}
	.about-section-innner > .full_section_inner{
		margin: 0 !important;
	}
	.about-section4-col-top1.about-section4-img-box {
	    margin-left: 0;
	}
	.about-section4-img-box-info {
	    width: 320px;
	    padding: 20px;
	    background: #1B1B1B;
	    left: auto;
	    right: 0;
	}
	.about-section5-logos .about-section5-logo-box, .about-section5-logos .about-section5-logo-box:last-child{
	    height: auto;
	    display: inline-block;
        border: 1px solid #DADADA !important;
        margin: 10px 0;
        padding: 15px;
	}
	.about-section5-logos {
	    padding-top: 30px !important;
	    padding-bottom: 30px !important;
	}
	.single-gallery-section-right{
		margin-top: 30px;
	}
	.single-gallery-section-right-box.wpb_text_column {
	    margin-bottom: 30px !important;
	}
	.gallery-section2 .section_inner .full_section_inner{
		width: 525px;
	}
	.gallery-section2-right .blog_slider .blog_slides>li {
	    width: 166px !important;
	    height: 160px !important;
	}
	.gallery-section2-right {
	    padding: 20px 15px 100px !important;
	}
	.surgery-sub-gif-left{
		margin-bottom:30px; 
	}
	.experience-section2-right-title {
	    padding: 20px;
	}
	.experience-section2-right-title p{
		line-height: 24px;
	}
	.experience-section2-right-title a {
	    margin: 15px 0 0;
	}
	.footer-form ul li .ginput_container_post_image{
		height: 150px;
	}
	.sub-box-section1-row > .full_section_inner {
	    margin: 0 auto;
	    width: 450px;
	}
	.sub-box-section-img-box{
		margin-bottom: 20px; 
	}
	.sub-box-section1-row:last-child .sub-box-section-img-box:last-child{
		margin-bottom: 0;
	}
	.single-product.woocommerce .woocommerce-tabs {
	    margin: 25px 0 0;
	}
	.related.products h2{
		font-size: 15px;
	}
	.woocommerce ul.products li.product h6:after{
		display: none;
	}
	.woocommerce ul.products li.product h6{
		padding: 0 !important;
	}
	.related.products {
	    margin: 20px 0 0;
	}
	.hero-section .tp-mask-wrap .rev-btn#slide-7-layer-11, .hero-section .tp-mask-wrap .rev-btn#slide-6-layer-11, .hero-section .tp-mask-wrap .rev-btn#slide-1-layer-11{
		top: 10px;
	}
	.surgery-section5{
		display: none;
	}
	.surgery-section-mo-hide{
		display: none;
	}
	.surgery-section-mo-show{
		display: block;
	}
	.contact-add-box{
		padding: 20px;
		display: inline-block;
		height: auto;
		margin-top:  15px;
		width: 100%;
	}
	.section_inner.contact-section3 .full_section_inner {
	    margin-top: 0!important;
	}
	.contact-section4-left{
		margin-bottom:30px; 
	}
	.contact-open-box{
		height: auto;
		padding: 15px
	}
	.contact-open-box p{
		font-size: 14px;
	}
	.surgery-sub-section3.contact-section2{
		padding-top:10px; 
	}
	.contact-open-box, .contact-open-box:nth-child(1) {
	    margin: 20px 0 0;
	}
	.contact-open-box h2{
		font-size: 16px;
		margin: 0 0 10px;
		padding: 0 0 10px;
	}
	.contact-open-box h2:after{
		height: 1px;
	}
	.surgery-sub-section3-box h4 {
	    font-size: 16px;
	    margin-bottom: 3px;
	}
	.surgery-section6-right{
		display: none;
	}
	.footer-bottom-location .h3{
		margin: 0 0 5px;
	}
	.location-box .location-box-bottom .h4{
		font-size: 28px;
	}
	.location-box-bottom{
		margin: 0 0 7px;
	}
	.footer-bottom-location .location-box-listing .wpb_column{
		width: 100%;
	}
	.location-box{
		text-align: center;
	}
	.location-box-bottom{
		width: 100%;
		display: inline-block;
	}
	.location-box .location-box-bottom .h4{
		float: none;
		display: inline-block;
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.location-box .location-box-bottom p{
		text-align: center;
	}
	.thank-box p{
		font-size: 16px;
		border: 1px solid #1E97A8;
	}
}
@media screen and (max-width: 641px){
	.contact-form-box .gform_wrapper .gform_footer .gform_button{
		padding: 0;
		text-align: center;
	}
	.contact-form-box ul li.contact-input .ginput_container input{
		padding: 3px 10px !important;
	}
	.contact-form-box ul li.contact-input .ginput_container textarea{
		padding: 10px;
	}
	.contact-form-box ul li.contact-input{
		width: 100%;
	}
	.contact-form-box ul li.contact-input{
		padding: 0 !important
	}
	.footer-form ul li label{
		margin-bottom: 0; 
	}
	.footer-form ul li{
		padding: 0;
	}
	.contact-page .footer-form{
		margin: 30px 0 10px!important;
	}
}
@media screen and (max-width: 600px){
	.top-banner-section, section.parallax_section_holder.top-banner-section{
	    padding: 20px 0 20px !important;
	}
	.single-product .title .title_holder .container{
		padding: 20px 0 20px !important;
	}
	.top-banner-title h1, .single-product .title .title_subtitle_holder h1{
	    font-size: 20px;
	}
	.surgery-section3-tab, .dentistry-section3 .surgery-section3-tab{
		width: 100% !important;
	}
	.surgery-section4-left h2, .surgery-section5-left h2, .surgery-section6-left h2, .surgery-section7-left h2, .medispa-section10-left h2, .about-section3-left-top h2, .team-box-top h2, .single-gallery-section-left h1, .surgery-sub-section3-box h2, .sub-box-section1-info h2, .single-product .woocommerce-tabs .woocommerce-Tabs-panel h2{
	    font-size: 16px;
	    margin: 0 0 10px;
	}
	.surgery-section4 .qode-accordion-holder.qode-accordion {
	    margin-top: 15px;
	}
	.surgery-section4 .qode-accordion .qode-accordion-content-inner ul {
	    margin: 10px 0 0 10px;
	}
	.surgery-section8-box, .surgery-section8-box:nth-child(2){
		width: 100%;
		margin: 20px 0 0 0;
	}
	.surgery-section8-box-info p{
		line-height: 18px;
	}
	.surgery-section9-right	.package-worth{
		font-size: 14px;
	}
	.surgery-section2-box {
	    padding: 20px!important;
	}
	.about-section2-left-box {
	    padding:20px;
	}
	.about-section2-left-box p {
	    font-size: 18px;
	    line-height: 26px;
	}
	.about-section2 .about-section-innner .full_section_inner {
	    padding-bottom: 30px;
	}
	.about-section3 {
	    padding: 30px 0 90px;
	}
	.about-section4-img-box.vc_column_container>.vc_column-inner{
		padding: 0;
	} 
	.about-section4-title > .vc_column-inner {
	    padding: 20px !important;
	    margin: -130px 0 20px 0;
	}
	.about-section4-img-box-info{
		width: auto;
		padding: 0;
		background: transparent;
		left: 0;
		right: auto;
	}
	.about-section4-img-box > .vc_column-inner > .wpb_wrapper {
	    margin-bottom: 30px;
	}
	.about-section5-title h2{
		width: 100%;
		padding: 20px 20px 10px;
	}
	.back-to-page-section-info {
	    padding: 15px 0 !important;
	}
	.gallery-section2 .section_inner .full_section_inner {
	    width: 420px;
	}
	.gallery-section2-right .blog_slider .blog_slides>li {
	    width: 196px !important;
	    height: 165px !important;
	}
	.category-product-info .boxes_image a{
		height: auto;
	}
	.col-box-find-btn a, .category-product-info .latest_post_holder.dividers .latest_post_title a{
		line-height: 15px;
	}
	.surgery-sub-section2-box {
	    padding: 30px;
	}
	.surgery-sub-section2-box p {
	    font-size: 14px;
	    line-height: 24px;
	}
	.surgery-sub-section3-table table tr{
		display: inline-block;
		width: 100%;
		padding: 5px 0;
	}
	.surgery-sub-section3-table table tr td{
		display: inline-block;
		width: 100%;
		padding: 2px 0;
	}
	.surgery-sub-section3-table table tr:last-child{
		padding-bottom:0; 
	}
	.surgery-sub-section3-table table tr:first-child{
		padding-top:0; 
	}
	.surgery-sub-gif-left{
		margin-bottom:20px; 
	}
	.gallery-section2-right-title .h1{
		margin: 0 0 10px !important;
	}
	.experience-section2-right-title a{
		padding: 5px 20px;
		font-size: 14px;
	}
	.grid_section .experience-section2-row.section_inner {
	    padding-bottom: 20px;
	}
	.contact-form-box.footer-form .h3{
		font-size: 28px;
		margin: 0 0 25px;
	}
	.sub-box-section1, .shop-product-section, .single-product.woocommerce .content .container .container_inner{
	    padding: 30px 0;
	}
	.select-line-section p {
	    font-size: 13px;
	    padding: 7px;
	    margin: 20px 0!important;
	}
	.sub-box-section1-row > .full_section_inner{
		width: 350px;
	}
	.single-product.woocommerce ul.products li.product{
		width: 100% !important;
	}
	.woocommerce ul.products li.product h6{
		margin: 0 0 5px !important;
	}
	.single-product.woocommerce-page .quantity input.qty {
	    width: 30px;
	}
	.single-product.woocommerce .woocommerce-tabs {
	    margin: 0;
	}
	.hero-section .tp-mask-wrap .rev-btn#slide-7-layer-11, .hero-section .tp-mask-wrap .rev-btn#slide-6-layer-11, .hero-section .tp-mask-wrap .rev-btn#slide-1-layer-11{
		top: 20px;
	}
	.footer-bottom-location .location-box-listing .wpb_column{
		width:100%;
		padding: 0;
	}
	.footer-bottom-location{
		padding: 25px 15px;
	}
	.footer-bottom-location .location-box-listing.section_inner_margin{
		margin: 0;
	}
	.thank-box p{
		font-size: 14px;
		padding: 10px;
	}
	.thank-section {
	    padding: 30px 0;
	}
	
}
@media screen and (max-width: 480px){
	.gallery-section2 .section_inner .full_section_inner {
	    width: 100%;
	}
	.gallery-section2-right > .vc_column-inner{
		width: 250px !important;
	}
	.gallery-section2-right .blog_slider .blog_slides>li {
	    width: 250px !important;
	    height: 165px !important;.
	}
	.surgery-sub-section2-box {
	    padding: 20px;
	}
	.surgery-sub-section3-table table tr td{
		vertical-align: top;
		line-height: 18px;
	}
	.experience-section2-right-title {
	    padding: 15px;
	}
	.gallery-section2-right-title .h1{
		line-height: 20px;
	}
	.footer-form ul li .ginput_container_post_image {
	    height: 100px;
	}
	.contact-page .footer-form{
		margin: 30px 0 0!important;
	}
	.sub-box-section1-row > .full_section_inner {
	    width: 100%;
	    padding: 0 15px;
	}
	.sub-box-section-img-box {
	    margin-bottom: 15px;
	}
	.single-product.woocommerce .product h1.product_title, .single-product.woocommerce div.product .summary p.price span.amount {
	    font-size: 16px;
	}
	.single-product.woocommerce div.product .summary p.price del span.amount{
		font-size: 14px;
	}
	.single-product.woocommerce ul.products li.product{
		margin-bottom: 20px !important;
	}
	section.parallax_section_holder.top-banner-section{
		min-height: auto;
	}
	.face_section{
		padding: 0 !important;
	}
}
@media screen and (max-width: 350px){
	.single-gallery-section-left > .vc_column-inner, .single-gallery-section-right > .vc_column-inner{
		padding: 0 !important;
	}
	.footer-form ul li .ginput_container_post_image {
	    height: 80px;
	}
	.footer-form{
	    padding: 0 0 30px;
	}
}
body nav.main_menu{
	z-index: 1000;
}
@media screen and (min-width: 1000px){
	.drop_down .top-menu-special .second:after{
		position: absolute;
		left: 100%;
		background: #263C85;
		top: 0;
		width: 1000%;
		content: "";
		height: 100%;
	}
	.drop_down .top-menu-special .second:before{
		position: absolute;
		right: 100%;
		background: #263C85;
		top: 0;
		width: 1000%;
		content: "";
		height: 100%;
	}
	body .drop_down .top-menu-special .second{
		width: 1000px!important;
		left: 0!important;
		right: auto!important;
	}
	body .drop_down .second{
		width: 200px!important;
	}
	body .drop_down .narrow .second .inner > ul{
		padding: 5px 15px 0;
		box-shadow: none;
		background: #263C85!important;
	}
	body .drop_down .narrow .second .inner > ul > li{
		width: 230px;
		float: left;
		display: inline-block;
		margin-bottom: 10px;
		padding-right:20px;
		box-sizing: border-box; 
	}
	body .header_top_bottom_holder li.narrow .second .inner ul{
		background: transparent;
	}
	body .header_top_bottom_holder nav .second .inner ul li a,body .header_top_bottom_holder .drop_down .second .inner ul li.sub a i.q_menu_arrow{
		color: #fff;
		text-transform: none;
		text-align: left !important;
		font-weight: 400;
		padding: 5px 0!important;
	}
	.header_top_bottom_holder nav .second .inner ul li a:hover{
		color: #1E97A8 !important;
	}
	body .header_top_bottom_holder nav .second .inner > ul > li > a{
		text-transform: uppercase !important;
		color: #1E97A8 !important;
		font-weight: 600 !important;
		font-size: 14px;
		padding: 5px 0 !important;
	}
	body .header_top_bottom_holder nav .second .inner > ul > li > a:hover{
		color: #fff !important;
	}
	body .drop_down .narrow .second .inner ul li i{
		display: none!important;
	}
	body .drop_down .second .inner ul li ul{
		position: relative!important;
		top: 0!important;
		left: 0!important;
		width: 100%!important;
		padding: 0!important;
		display: inline-block!important;
		box-sizing: border-box;
		clear: both;
	}
	.drop_down .top-menu-special .second .inner{
		background: #263C85;
		padding-top: 18px;
	}
	.drop_down .top-menu-special .second .inner, .drop_down .top-menu-special .second:after, .drop_down .top-menu-special .second:before{
		background-image: url(https://www.sydneycosmeticsanctuary.com.au/scs/wp-content/uploads/2017/11/drop-show.png);
		background-size: 100% 18px;
		background-position: center top;
		background-repeat: no-repeat;
	}
	.drop_down .top-menu-special .second .inner:after{
		font-size: 26px;
		text-transform: uppercase;
		color: #fff;
		left: 0;
		top: 30px;
		position: absolute;
		width: auto;
		font-weight: 600;
		border-right:1px solid #1E97A8;
		padding-right: 15px;
	}
	.drop_down .plastic-top-menu .second .inner:after{
		content: "Plastic Surgery";
		height: 90%;
	}
	.drop_down .dentist-top-menu .second .inner:after{
		content: "Dentistry";
		height: 85%;
	}
	.drop_down .medispa-top-menu .second .inner:after{
		content: "Medispa";
		height: 83%;
	}
	.drop_down .plastic-top-menu .second .inner{
		padding-left: 250px !important;
	}
	.drop_down .dentist-top-menu .second .inner{
		padding-left: 170px !important;
	}
	.drop_down .medispa-top-menu .second .inner{
		padding-left: 135px !important;
	}
	body .header_top_bottom_holder nav .top-menu-special .second .inner > ul > li > a{
		border-bottom: 1px solid;
		width: auto !important;
		display: inline-block;
		margin-bottom: 5px;
		font-size: 13px;
		font-family: 'News Cycle', sans-serif;
	}
	body .header_top_bottom_holder nav .top-inner-menu .second .inner > ul > li > a{
		color: #fff !important;
		text-transform: capitalize !important;
		font-size: 11px;
		font-weight: 500 !important;
		padding: 3px 0 !important;
		line-height: 14px;
	}
	body .header_top_bottom_holder nav .top-inner-menu .second .inner > ul > li > a:hover{
		color: #1E97A8 !important;
	}
	header .header_inner_left{
		transition: all 0.3s ease 0s; 
	}
	header.scrolled .header_inner_left .q_logo{
		display: none;
	}
	header.scrolled .header_inner_left{
		opacity: 0;
	    visibility: hidden;
	    height: 0;
	    margin: 0 !important;
	}
	body .drop_down .narrow.top-menu-special .second .inner > ul > li:nth-child(1){
		margin-bottom: 0;
	}
	header.scrolled{
		box-shadow: rgba(7, 7, 12, 0.3) 0px 0px 20px;
	}
}
@media screen and (max-width: 1472px) and (min-width: 1000px){
	body .drop_down ul li{
		position: initial;
	}
	body .drop_down .second{
		top: 50px;
	}
	body .drop_down .narrow .second .inner > ul{
		-moz-column-width: 200px;
		-webkit-column-width: 200px;
		-moz-column-gap: 0;
		-webkit-column-gap: 0;
		width: 100%;
	}
}
.sub-box-section1-info.s-b-s-title h2{
	margin-bottom: 0!important;
}	
