@import "common.css";
@import "fonts.css";
* {
	margin: 0px;
	padding: 0px;
}

body{
	font-family: 'Open Sans regular';
	font-size: 15px;
	color: #252525;
	overflow-x: hidden;
	line-height: normal
}
.styles-fix div, .acc-body div{margin-bottom:1.5em;}
html{
	height: 100%;
}

a:hover {
	text-decoration: none;
}

section {
	width: 100%;
}

#responsive-menu-button{display:none !important;}
.mobile-only{display:none;}
/*************************************header area****************************/
.quick_links .inner_texts ul li.active {
    color: #a79569;
}
.nav_header {
	background: #1c1c1c;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 999;
}

.fixed_header {
	position: absolute;
	top: -100%;
	left: 0px;
	width: 100%;
	transition: all 0.5s;
}

.stky {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	transition: all 0.5s;
	z-index: 99;
}

.logo_area {
	padding-top: 25px;
}

.logo_area a svg {
	max-width: 210px
}

.menu_top_bar {
	padding: 15px 0px;
}

.menu_top_bar ul {
	list-style: none;
	margin-bottom: 0px;
}

.menu_top_bar ul li {
	font-family: 'Josefin Sans light';
	font-size: 14px;
	color: #a79569;
	display: inline-block;
	padding: 0px 15px;
	border-right: 1px solid #a79569;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height: 12px;
}

.menu_top_bar ul li:last-child {
	border-right: 0px;
}

.menu_top_bar ul li a {
	color: inherit;
}

.contact_bar {
	display: inline-block;
}

.search_box {
	display: inline-block;
}

.search-submit {
	display: none;
}

.screen-reader-text {
	display: none;
}

.search-field {
	width: 240px;
	height: 25px;
	border: 1px solid #5a5a5a;
	background: none;
	color: #fff;
	padding-left: 30px;
	font-family: 'Open Sans light';
	background: url(../images/search.png)no-repeat 10px center;
	border-radius: 20px;
	font-size: 14px;
}

.responshive_search {
	display: none;
	margin-top: 45px;
}

.responshive_search .search-form .form-group input.form-control::-webkit-input-placeholder {
	display: none;
}

.responshive_search .search-form .form-group input.form-control::-moz-placeholder {
	display: none;
}

.responshive_search .navbar-right {
	min-width: 450px;
	/*or I can probably just use columns*/
}

.responshive_search .navbar-right form {
	width: 100%;
}

.responshive_search .form-group {
	position: relative;
	width: 0%;
	min-width: 60px;
	height: 60px;
	overflow: hidden;
	transition: width 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.responshive_search .form-group input.form-control {
	position: absolute;
	top: 0;
	right: 0;
	outline: none;
	width: 100%;
	height: 45px;
	margin: 0;
	z-index: 10;
	background: none;
	border-bottom: 1px solid #fff;
	border-top: 0px;
	border-left: 0px;
}

.responshive_search input[type="text"].form-control {
	-webkit-appearence: none;
	-webkit-border-radius: 0;
}

.responshive_search .form-control-submit,
.responshive_search .search-label {
	width: 60px;
	height: 60px;
	position: absolute;
	right: 0;
	top: 00px;
	padding: 0;
	margin: 0;
	text-align: center;
	cursor: pointer;
	line-height: 60px;
	background: #1c1c1c;
}

.responshive_search .form-control-submit {
	background: #fff;
	/*stupid IE*/
	opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.responshive_search .search-label {
	z-index: 90;
}

.responshive_search .search-label img {
	margin-top: 0px;
	width: 22px
}

.responshive_search .form-group.sb-search-open,
.responshive_search .no-js .sb-search-open {
	width: 100%;
}

.responshive_search .form-group.sb-search-open .search-label,
.responshive_search .no-js .sb-search .search-label {
	color: #fff;
	z-index: 11;
}

.responshive_search .form-group.sb-search-open .form-control-submit,
.responshive_search .no-js .form-control .form-control-submit {
	z-index: 90;
}








/*:::::::::::::: Mobile Menu ::::::::::::::::*/

.mobile-menu-bottom {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	background: #a79569;
	z-index: 99;
	-webkit-box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.53);
	-moz-box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.53);
	box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.53);
	display: none;
	border-top: 1px solid #fff;
}

.mobile-menu-bottom .display-table {
	width: 100%;
}

.mobile-menu-bottom .display-table .display-table-cell {
	border-width: 0;
	border-left-width: 1px;
	border-right: 1px solid #fff;
	width: 25%;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
}

.mobile-menu-bottom .display-table .display-table-cell img {
	padding: 0 20%;
	display: block;
	margin: 0 auto;
	height: 28px;
}

.mobile-menu-bottom .display-table .display-table-cell:last-child {
	border-right-width: 0;
}

.mobile-menu-bottom .display-table .display-table-cell a {
	color: inherit;
	text-decoration: none;
}

.mobile-menu-bottom-text {
	font-family: 'Josefin Sans light';
	font-size: 14px;
	line-height: 12px;
	color: #fff;
	padding-top: 9px;
}


/*************************************header area****************************/


/*************************************footer area****************************/

.footer_top {
	background: #1c1c1c;
}

.contact_dtls {
	padding: 80px 130px 36px 130px;
}

.location_part {
	float: left;
}

.phone_part {
	float: right;
}

.each_part a p {
	font-size: 15.98px;
	color: #a79569;
	font-family: 'Open Sans regular';
	line-height: 20px;
	font-weight: 500;
}

.each_part a p:hover {
	color: #fff;
}

.social_area ul {
	margin-top: 10px;
}

.social_area ul li {
	display: inline-block;
	width: 60px;
	border-radius: 50%;
	background: #f26f5d;
	margin-right: 10px;
	line-height: 0px;
}

.social_area ul li a span {
	height: 60px;
	display: table;
	width: 100%;
}

.social_area ul li a span span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.social_area ul li:last-child {
	margin-right: 0px;
}

.rating_area {
	text-align: center;
	padding-top: 40px;
	border-top: 1px solid #a79569;
}

.rating_area p {
	color: #fff;
	font-size: 14px;
}

.social_area {
	padding: 24px 0px 30px;
}

.rating_area p {
	margin-top: 8px;
}

.footer_top {
	position: relative;
}

.map_area {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	-webkit-filter: grayscale(100%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	background: #000;
}

.map_area {
	opacity: .5;
}

.footer_bottom {
	background: #a79569;
	padding: 5px 0px;
	position: relative;
	z-index: 5;
	margin-top: -1px;
}

.footer_bottom ul {
	list-style: none;
	margin-bottom: 0px;
}

.footer_bottom ul li {
	font-family: 'Open Sans light';
	font-size: 13px;
	color: #fff;
	display: inline-block;
	border-right: 1px solid #fff;
	line-height: 10px;
	padding: 0px 8px;
}

.footer_bottom ul li:hover {
	color: #000;
}

.footer_bottom ul li:last-child {
	border-right: 0px;
}

.footer_bottom ul li a {
	color: inherit;
}

.footer_bottom .row .col-md-6 p {
	margin-bottom: 0px;
	color: #fff;
	text-align: right;
	padding-right: 10px;
	margin-top: 0px !important;
	line-height: 16px;
	font-size: 13px
}

.responshive_footer_bottom {
	text-align: center;
	display: none;
}

.responshive_footer_bottom p {
	color: #fff;
	margin-bottom: 0px;
}

.responshive_footer_bottom ul {
	text-align: center;
}

.responshive_footer_bottom ul li {
	display: inline-block;
	color: #fff;
	border-right: 1px solid #fff;
	padding: 0px 8px;
	line-height: 10px;
}

.responshive_footer_bottom ul li:hover {
	color: #a79569;
}

.responshive_footer_bottom ul li a {
	color: inherit;
}

.responshive_footer_bottom ul li:last-child {
	border-right: 0px;
}

.each_part h5,
.social_area h5 {
	color: #fff
}


/*************************************footer area end*********************************/


/*************************************landing area css*********************************/

.landing_section {
	min-height: 80vh;
	position: relative;
}

.landing_section:after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(129, 128, 126, 0.25);
	z-index: 0;
	content: '';
}

.landing_section .landing_content {
	padding: 22vh 0px 130px;
	position: relative;
	z-index: 1;
}

.landing_section .landing_content h1 {
	font-size: 66px;
	color: #fff;
	line-height: 86px;
	font-weight: 700;
}

.landing_section .landing_content .default_btn {
	margin-top: 20px;
}


/*************************************landing area css end*********************************/


/*************************************Top rated area css*********************************/

.top_rated_section {
	position: relative;
}

.doctr_img {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	z-index: 1;
}

.doctr_dtls {
	margin-left: -10px;
}

.doctr_dtls .section_heading {
	padding: 97px 0px 4px 55px;
}

.doctr_dtls .section_heading h1 {
	font-size: 46px;
}

.doctr_dtls_txt {
	padding: 35px 0px 0px 55px;
}

.doctr_dtls_txt p b {
	font-family: 'Open Sans regular';
}

.mobile_doctr_img {
	display: none;
}

.doctr_dtls_txt p:last-child {
	margin-bottom: 0px;
}

.res_doc_image {
	display: none;
	position: relative;
}

.res_doc_image:after {
	width: 100vw;
	position: absolute;
	height: 100%;
	top: 0px;
	left: 50%;
	margin-left: -50vw;
	background: #000;
	content: '';
	z-index: -1
}


/*************************************Top rated css end*********************************/


/*************************************Award area css*********************************/

.award_section {
	padding: 115px 0px 50px;
}

.award_sec_wrapper {
	width: 80%;
	margin: 0px auto;
}

.award_sec_wrapper ul {
	list-style: none;
}

.award_sec_wrapper ul li {
	display: inline-block;
	padding: 15px 10px 0px;
	vertical-align: middle;
	opacity: 0.5;
}

.award_sec_wrapper ul li:hover {
	opacity: 1;
}


/*************************************Award css end*********************************/


/*************************************procedure_buttons_sec css*********************************/

.procedure_buttons_sec {
	padding: 87px 0px 108px;
}

.procedure_buttons_sec .container {
	position: relative;
	z-index: 9;
}

.procedure_buttons_sec:after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(24, 24, 24, 0.85);
	z-index: 0;
	content: '';
}

.procedure_buttons_sec h1 {
	font-size: 50px;
}

.procedure_buttons {
	list-style: none;
	margin-top: 55px;
}

.procedure_buttons li {
	font-family: 'Josefin Sans light';
	font-size: 16px;
	color: #a79569;
	padding: 14px 15px 12px 15px;
	width: 20%;
	background: #fff;
	display: inline-block;
	border-radius: 30px;
	margin: 0px 10px 30px 10px;
	border: 1px solid #fff;
	transition: all 0.3s;
}

.procedure_buttons li a {
	color: inherit;
	display: block;
}

.procedure_buttons li:hover {
	background: none;
	border: 1px solid #a79569;
	transition: all 0.3s;
}

.responshive_clr {
	display: none;
}


/*************************************procedure_buttons_sec css end*********************************/


/*************************************Gallery css*********************************/

.gallery_button {
	padding: 113px 0px 30px;
	background: #fcfcfc;
}

.gallery_txt_area .section_heading h2 {
	margin-bottom: 8px
}

.gallery_txt_area .section_heading h1 {
	margin-bottom: 40px;
}

.view_gallery_btn {
	margin-top: 48px;
}

.after_before_pic {
	background: #d6d6d6;
	text-align: center;
}

.after_before_pic p {
	font-family: 'Open Sans regular';
	font-weight: bold;
	padding-bottom: 10px;
	font-size: 18px;
}

.after_before_slider .swiper-pagination-bullets {
	bottom: -3px;
	background: #fcfcfc;
}

.after_before_slider .swiper-pagination-bullet {
	background: #e1e1e1;
	opacity: 1;
}

.after_before_slider .swiper-pagination-bullet-active {
	opacity: 1;
	background: #cccccc;
}

.gallery_txt_area {
	padding-top: 60px;
}


/*************************************Gallery css end*********************************/



/*************************************Testimonial css*********************************/

.testimonial_section {
	padding: 190px 0px 280px;
	position: relative;
	background-position: center top;
}

.testimonial_section:after {
	height: 320px;
	content: '';
	position: absolute;
	bottom: 0px;
	width: 100%;
	left: 0px;
	background-image: url(../images/gradient.png);
	background-repeat: repeat-x;
}

.textimonial_box_border {
	width: 100%;
	border-right: 1px solid #f2f0ec;
	border-left: 1px solid #f2f0ec;
	position: relative;
	text-align: center;
}

.testimonial_dtls {
	padding: 50px 40px 70px;
}

.border_top_area {
	text-align: center;
	position: absolute;
	top: -12px;
	width: 100%
}

.border_top_area:after {
	position: absolute;
	left: 0px;
	top: 10px;
	width: 11%;
	content: '';
	height: 1px;
	background: #f2f0ec;
}

.border_top_area:before {
	position: absolute;
	right: 0px;
	top: 10px;
	width: 11%;
	content: '';
	height: 1px;
	background: #f2f0ec;
}

.border_btm_area {
	text-align: center;
	position: absolute;
	bottom: -14px;
	width: 100%;
}

.border_btm_area:after {
	position: absolute;
	left: 0px;
	top: 10px;
	width: 45%;
	content: '';
	height: 1px;
	background: #f2f0ec;
}

.border_btm_area:before {
	position: absolute;
	right: 0px;
	top: 10px;
	width: 45%;
	content: '';
	height: 1px;
	background: #f2f0ec;
}


/*.border_line {
	display: table;
	position: relative;
	width: 100%;
}

.border_line div {
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
	line-height: 50px;
}
.border_line div:first-child {
	width: 35%
}
.border_line div:last-child {
	width: 35%
}
.border_btm_area .border_line div:first-child {
	width: 45%
}
.border_btm_area .border_line div:last-child {
	width: 45%
}
.border_btm_area .border_line .procuder_name img {
	margin-bottom: 7px
}
.each_border {
	display: block;
	width: 100%;
	border-bottom: 1px solid #e9e6de;
}*/

.procuder_name h2 {
	margin-bottom: 0px;
	padding: 0px 15px;
	width: 80%;
	display: inline-block;
	letter-spacing: 1.5px;
	margin-top:0px;
}

.textimonial_box_border p {
	font-family: 'Open Sans regular';
	font-size: 20px;
}

.testimonial_slider>.swiper-pagination-bullets {
	bottom: 55px;
}

.testimonial_slider>.swiper-pagination-bullet {
	background: #e1e1e1;
	opacity: 1
}

.testimonial_slider .swiper-pagination-bullet-active {
	opacity: 1;
	background: #cccccc;
}


/*************************************Testimonial css end*********************************/


/*************************************consultation_sec css end*********************************/

.consultation_sec {
	position: relative;
	padding: 60px 0px;
}

.consultation_sec:after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(41, 41, 41, 0.95);
	z-index: 0;
	content: '';
}

.consultation_form_wrapper {
	width: 55%;
	margin: 0px auto;
	position: relative;
	z-index: 9;
}


/*************************************consultation_sec css end*********************************/


/*--------------video gallery---------------------------*/

.video_blogs {
	padding-bottom: 80px;
	padding-top: 70px
}

.each_video_blog {
	height: 265px;
	width: 100%;
	margin-bottom: 30px;
	/*-webkit-filter: grayscale(100%);
	filter: grayscale(100%);*/
}

.video_blog_wrapper .row .col-md-4 a:hover .each_video_blog,
.video_blog_wrapper .row .col-md-4 a:active .each_video_blog {
	/*-webkit-filter: grayscale(0%);
	filter: grayscale(0%);*/
}

.each_video_contnt {
	vertical-align: bottom;
	text-align: center
}

.vdo_txt {
	background-color: rgba(241, 241, 241, 0.91);
	padding: 12px 0px 8px;
	transition: all 0.3s
}

.vdo_txt h2 {
	margin-bottom: 0px;
	font-size: 20px;
	letter-spacing: 1.5px;
	margin-top: 4px;
}

.video_blog_wrapper {
	width: 70%;
	margin: 0px auto
}

.video_blog_wrapper .row .col-md-4 a:hover .each_video_blog .vdo_txt,
.video_blog_wrapper .row .col-md-4 a:active .each_video_blog .vdo_txt {
	background: #1d1d1d;
	transition: all 0.3s
}


/*--------------video gallery end---------------------------*/


/*--------------Procedure css---------------------------*/

.procedure_dection_area {
	padding: 70px 0px 70px;
}

.procedure_dection_area ul, .procedure_dection_area ol {
	padding-left: 25px
}

.procedure_dection_area ul li, .procedure_dection_area ol li {
	font-family: 'Open Sans light';
	font-size: 15px;
	line-height:2em;
	margin-left:10px;
}

/*.procedure_dection_area ul li:before {
	width: 3px;
	height: 3px;
	background: #000;
	content: '';
	top: 13px;
	left: 0px;
	margin-left: 30px;
	margin-right: 30px;
	border-radius: 50%;
	display: inline-block;
}*/

.procedure_testimonial {
	padding: 0px 15px 0px 42px;
	float: right;
	margin-bottom: 15px;
	margin-top: 37px;
}

.procedure_testimonial_txt {
	padding: 0px 15px 0px 30px;
	display: inline-block;
	border-left: 2px solid #a79569;
	margin-bottom: 30px
}

.procedure_testimonial p {
	font-size: 16px;
	font-family: 'Open Sans regular';
	font-style: italic;
	line-height: 35px;
	font-weight: 600;
}

.procedure_testimonial a {
	font-family: 'Josefin Sans light';
	font-size: 16px;
	color: #a79569;
	margin-top: 30px;
	display: inline-block
}

.procedure_testimonial a:hover {
	text-decoration: underline
}

.procedure_testimonial a img {
	padding-left: 10px
}

.procedure_content_wrapper {
	width: 95%;
	margin: 0px auto
}
.sidebar{
	padding: 0px 0 0px 42px;
	float: right;
	max-width:35%;
}
.procedure_dection_area .sidebar p, .procedure_dection_area .sidebar h1, .procedure_dection_area .sidebar h2, .procedure_dection_area .sidebar h3, .procedure_dection_area .sidebar h4, .procedure_dection_area .sidebar h5, .procedure_dection_area .sidebar h6, .procedure_dection_area .sidebar ul {
    width: 100%;
}
body .sidebar .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]){
	color:#252525;
}
body .sidebar .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-webkit-input-placeholder,
body .sidebar .gform_wrapper textarea::-webkit-input-placeholder, body .sidebar .gform_wrapper select::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color:#252525;
}
body .sidebar .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-moz-placeholder,
body .sidebar .gform_wrapper textarea::-moz-placeholder {
	/* Firefox 19+ */
	color:#252525;
	letter-spacing: 0.5px;
}

body .sidebar .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):-ms-input-placeholder,
body .sidebar .gform_wrapper textarea:-ms-input-placeholder {
	/* IE 10+ */
	color:#252525;
	letter-spacing: 0.5px;
}

body .sidebar .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):-moz-placeholder,
body .sidebar .gform_wrapper textarea:-moz-placeholder {
	/* Firefox 18- */
	color:#252525;
	letter-spacing: 0.5px;
}
body .sidebar .gform_wrapper select{
	color:#252525;
}
body .sidebar h2{margin-top:0;}
.quick_links {
	padding: 0px 15px 0px 42px;
	float: right;
}

.inner_texts {
	margin-left: 2%;
	display: inline-block;
	border-left: 2px solid #a79569;
	margin-bottom: 30px;
	padding-left: 30px;
}

.quick_links h5 {
	color: #a79569;
	font-size: 24px;
	margin-bottom: 20px
}

.quick_links .inner_texts ul {
	list-style: none;
	padding-left: 0px
}

.quick_links .inner_texts ul li {
	font-family: 'Open Sans regular';
	font-size: 18px;
	color: #333333;
	padding-bottom: 15px;
	padding-left: 0px
}

.quick_links .inner_texts ul li:hover {
	color: #a79569
}

.quick_links .inner_texts ul li:before {
	display: none;
}

.quick_links .inner_texts ul li a {
	color: inherit
}

.right_banner_blog {
	float: right;
	margin: 50px 0px;
	padding-left: 42px
}

.right_banner_img {
	background-color: #d0d0d0;
	height: 532px;
	width: 100%
}

.right_banner_img_txt {
	vertical-align: middle;
	text-align: center;
	padding: 0px 15px
}

.right_banner_img_txt h2 {
	color: #fff;
	font-size: 27px;
	line-height: 40px
}

.video_box {
	width: 100%;
	height: 300px;
	position: relative;
	text-align: right;
	margin-left: auto;
	margin-right: 0px
}

.youtube_icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.youtube_icon img {
	width: 120px
}

.left_vdo_txt {
	background: #2d2d2d;
	text-align: right;
	padding: 30px 20px 30px 0px;
	position: relative;
}

.left_vdo_txt:after {
	position: absolute;
	width: 100vw;
	top: 0px;
	background: #2d2d2d;
	height: 100%;
	content: '';
	margin-left: -100vw;
	left: 50%;
	z-index: -1;
}

.left_vdo_txt h6 {
	font-size: 24px
}

.left_vdo_txt h1 {
	font-size: 56px;
	margin-bottom: 0px
}

.video_blog {
	margin: 50px 0px 80px
}


/*===================accordian CSS=================*/

.accordian_area {
	margin: -5px 0px 15px;
}

.acc-header {
	display: inline-block;
	cursor: pointer;
	width: 100%;
	border-bottom: 1px solid #ccc;
	background: url(../images/up-arrows.png) #a79569 no-repeat 97% center;
	margin-bottom: 20px;
}

.acc-header.open {
	background: url(../images/down-arrows.png) #a79569 no-repeat 97% center;
}

.acc-header h3 {
	font-family: 'Open Sans regular';
	padding-left: 18px !important;
	position: relative;
	font-size: 17px;
	color: #fff
}

.acc-header .acc-header-text {
	display: inline-block;
	padding-bottom: 0px;
	width: 100%;
	position: relative;
	padding-top: 0px;
	padding-right: 0px
}

.acc-header .acc-header-text * {
	display: inline-block;
	padding: 0;
	margin: 0;
	letter-spacing: 0.5px;
	line-height: 18px;
}

.acc-body {
	margin-bottom: 40px
}

.acc-body.hidden-acc {
	display: none;
}

.accordian_area h2 {
	font-family: 'Josefin Sans light';
	font-size: 25px;
	color: #1c1c1c;
	margin-bottom: 10px
}

.before_after_inject {
	margin: 60px 0px 80px;
	border: 1px solid #a79569;
}

.border_box {}

.before_after_inject h1 {
	font-size: 28px;
	color: #1c1c1c;
	position: relative;
	padding: 0px 30px;
	display: inline-block;
	background: #fff;
	top: -27px;
	margin-bottom: 0px
}

.before_after_inject .view_gallery_btn {
	margin-top: 0px;
	background: #fff;
	position: relative;
	bottom: -30px;
	display: inline-block;
	padding: 0px 30px
}


/*.before_after_inject h1:after {
	position: absolute;
	content: '';
	width: 30%;
	height: 1px;
	background: #a79569;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
}
.before_after_inject h1:before {
	position: absolute;
	content: '';
	width: 30%;
	height: 1px;
	background: #a79569;
	top: 50%;
	transform: translateY(-50%);
	right: 0px;
}
.before_after_inject .view_gallery_btn:after {
	position: absolute;
	content: '';
	width: 30%;
	height: 1px;
	background: #a79569;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
}
.before_after_inject .view_gallery_btn:before {
	position: absolute;
	content: '';
	width: 30%;
	height: 1px;
	background: #a79569;
	top: 50%;
	transform: translateY(-50%);
	right: 0px;
}*/

.procedure_slider .after_before_pic {
	background: none;
}

.slider_area {
	width: 70%;
	margin: -15px auto 0px;
	position: relative
}

.before_after_inject .swiper-button-prev {
	width: 44px;
	height: 44px;
	background: #a79569;
	padding-top: 12px;
	left: -44px
}

.before_after_inject .swiper-button-next {
	width: 44px;
	height: 44px;
	background: #a79569;
	padding-top: 12px;
	right: -44px
}

.blog_inject {
	/*margin: 60px 0px;*/
	margin: 114px 0px;
	position: relative
}

.blog_inject:after {
	position: absolute;
	width: 100vw;
	top: 0px;
	background: #2d2d2d;
	height: 100%;
	content: '';
	margin-left: -50vw;
	left: 50%;
	z-index: -1;
}

.blog_inject_pic {
	/*position: absolute;
	margin-top: -35px;*/
	-webkit-box-shadow: 25px 49px 82px -65px rgba(233, 233, 233, 1);
	-moz-box-shadow: 25px 49px 82px -65px rgba(233, 233, 233, 1);
	box-shadow: 25px 49px 82px -65px rgba(233, 233, 233, 1);
}

.blog_text {
	padding: 40px 0px
}

.blog_text h5 {
	font-size: 20px;
	color: #a79569;
}

.blog_text p {
	color: #fff
}

.blog_text a {
	font-family: 'Open Sans regular';
	color: #fff;
	font-weight: 800;
	margin-top: 30px;
	display: inline-block;
	text-decoration: underline
}

.each_btn {
	position: relative;
	display: inline-block;
	padding-right: 15px;
	text-align: left
}

.each_btn h1 {
	font-size: 44px;
	transition: all .5s;
}

.each_btn p {
	font-size: 23px;
	color: #a79569;
	transition: all .5s;
}

.each_btn:hover h1,
.each_btn:hover p {
	color: #4c4c4c;
	transition: all .5s;
}

.each_btn:after {
	position: absolute;
	top: 0px;
	left: 100%;
	background: url(../images/btn_arrw.jpg) no-repeat center center;
	width: 22px;
	height: 94px;
	content: '';
}

.button_links {
	margin: 50px 0px;
}

.button_links .row {
	font-size: 0px;
	text-align: center
}

.button_links .row .col-md-4 {
	float: none;
	display: inline-block
}

.button_links .row .col-md-4:first-child {
	text-align: left
}

.procedure_dection_area p,
.procedure_dection_area h1,
.procedure_dection_area h2,
.procedure_dection_area h3,
.procedure_dection_area h4,
.procedure_dection_area h5,
.procedure_dection_area h6,
.procedure_dection_area ul {
	width: 66.66666667%;
}

.innder_div_full_width p,
.innder_div_full_width h1,
.innder_div_full_width h2,
.innder_div_full_width h3,
.innder_div_full_width h4,
.innder_div_full_width h5,
.innder_div_full_width h6,
.innder_div_full_width ul {
	width: 100%;
}

.before_after_inject h1 {
	width: auto
}


/*--------------Procedure css end---------------------------*/


/*--------------video detaild css---------------------------*/

.each_video_titled.row {
	margin-bottom: 30px
}

.video_area {
	height: 330px;
	background: #f2f2f2;
	width: 100%
}

.video_text {
	padding-bottom: 50px
}

.video_text h5 {
	color: #a79569
}


/*--------------video detaild css end---------------------------*/


/*--------------staff css end---------------------------*/

.staffs_sec {
	padding: 80px 0px
}

.staff_page_wrapper {
	width: 85%;
	margin: 0px auto
}

.staff_dtls {
	padding-left: 20px
}

.staff_dtls h5 {
	color: #a79569;
	letter-spacing: 1.5px
}

.staff_dtls h6 {
	font-family: 'Open Sans regular';
	font-style: italic;
	color: #1c1c1c
}

.each_staff {
	margin-bottom: 70px
}

.staff_testimonial {
	padding: 0px 15px 0px 18px;
}


/*--------------staff css end---------------------------*/


/*--------------Blog overview css---------------------------*/

.blog_overview_img {
	margin-bottom: 70px
}

.blog_overview_img h6 {
	font-family: 'Josefin Sans semibold';
	color: #a79569;
	text-transform: uppercase;
	font-size: 17px;
	margin-top: 20px;
	letter-spacing: 0px;
}

.blog_overview_img p {
	font-family: 'Open Sans regular';
	font-size: 14px;
}

.blog_overview_img img {
	width: 100%;
}

.next_prev_pegination {
	max-width: 140px;
	width: 100%;
	border: 1px solid #e2e2e2;
	border-radius: 30px;
	margin: 20px auto 35px;
	float: right;
}

.next_prev_pegination ul {
	list-style: none;
	text-align: center;
	margin-bottom: 0px;
	display: table;
	width: 100%;
	height: 40px;
}

.next_prev_pegination ul li {
	font-family: 'Open Sans regular';
	font-size: 16px;
	color: #1c1c1c;
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid #e2e2e2;
	padding: 0px 5px;
	line-height: 0px
}

.next_prev_pegination ul li:first-child a, .next_prev_pegination ul li:first-child span, .next_prev_pegination ul li:last-child a, .next_prev_pegination ul li:last-child span {
	font-size: 30px;
	color: #a79569
}

.next_prev_pegination ul li:last-child {
	border-right: 0px
}

.video_blogs .container .row .col-md-6 {
	padding: 0px 30px
}
.text-center .next_prev_pegination{
	float:none;
}
.video_link {
	padding: 0px 15px 0px 20px;
}


/*--------------Blog overview css end---------------------------*/


/*--------------Doctor details css---------------------------*/

.doctor_dtls {
	padding: 60px 0px
}

.doctr_dtls_txt_wrapper {
	width: 90%;
	margin: 0px auto
}

.doctr_dtls_txt_wrapper .staff_testimonial {
	margin-left: 2%;
	margin-bottom: 30px
}

.doctor_iamge {
	float: left;
	display: inline-block;
	margin-right: 50px;
	margin-bottom: 30px
}

.doctr_page_award_sec {
	padding: 90px 0px 50px;
}

.doctr_page_award_sec .award_sec_wrapper {
	width: 90%
}

.award_sec_wrapper h2 {
	font-family: 'Josefin Sans light';
}


/*--------------Doctor details css end---------------------------*/


/*--------------Bolg details css---------------------------*/

.blog_detailed_wrapper {
	width: 90%;
	margin: 0px auto
}

.blog_categories .inner_texts ul li {
	padding-bottom: 10px;
}

.blog_detailed_area ul {
	padding-left: 0px
}

.blog_detailed_area ul li::before {
	width: 3px;
	height: 3px;
	background: #000;
	content: '';
	top: 13px;
	left: 0px;
	margin-left: 0px;
	margin-right: 10px;
}

.blog_detaild_right_img {
	display: inline-block;
	float: right;
	margin-bottom: 50px
}

.blog_details_form_wrapper {
	display: inline-block;
	float: right;
	padding: 28px;
	margin-left: 50px
}

.blog_details_form {
	background: #a79569;
	padding: 30px 5px 20px 20px
}

.blog_details_form .gform_wrapper {
	padding: 5px 0 00px 0px;
	margin: 0;
}

.blog_details_form .gform_wrapper .gform_heading .gform_title {
	font-size: 25px;
	color: #fff;
	line-height: 34px
}

.blog_details_form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	background: #fff;
	box-shadow: none;
	padding: 10px 18px;
	border: 0px;
	width: 100%;
	border-radius: 32px;
	color: #a79569;
}

.blog_details_form .gform_wrapper ul.gform_fields li.gfield {
	font-size: 13px;
}

.blog_details_form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-webkit-input-placeholder,
.blog_details_form .gform_wrapper textarea::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #a79569;
}

.blog_details_form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-moz-placeholder,
.blog_details_form .gform_wrapper textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #a79569;
}

.blog_details_form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):-ms-input-placeholder,
.blog_details_form .gform_wrapper textarea:-ms-input-placeholder {
	/* IE 10+ */
	color: #a79569;
}

.blog_details_form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):-moz-placeholder,
.blog_details_form .gform_wrapper textarea:-moz-placeholder {
	/* Firefox 18- */
	color: #a79569;
}

.blog_details_form .gfield_select {
	background: #fff;
	box-shadow: none;
	padding: 10px 18px !important;
	border: 0px;
	color: #a79569;
	font-size: 13px !important;
	letter-spacing: 1px;
	font-family: 'Josefin Sans light';
}

.blog_details_form .gform_wrapper textarea {
	height: 60px;
	font-size: 13px;
	color: #a79569;
	letter-spacing: 1px;
	background: #fff;
	box-shadow: none;
	border: 0px;
	border-radius: 20px;
	padding: 10px 18px;
}

.blog_details_form .gform_wrapper .btn {
	font-size: 15px;
	color: #fff;
	letter-spacing: 1px;
	background: none;
	padding: 12px 28px 8px;
	border-radius: 0px;
	border: 1px solid #fff;
	border-radius: 30px;
	box-shadow: none;
}

.blog_details_form .gform_wrapper .btn:hover {
	color: #a79569;
	background: #fff;
}


/*--------------Bolg details css end---------------------------*/

.contact_bradcum {
	padding-bottom: 50px
}

.contact_page_form {
	position: relative
}

.contact_page_form:after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: '';
	background-color: rgba(238, 238, 238, 0.9)
}

.contact_page_form_wrapper {
	width: 65%;
	margin: 0px auto;
	position: relative;
	z-index: 9;
	padding: 15px 0px
}

.contact_page_form_wrapper .gform_wrapper {
	padding: 5px 0 35px 0px;
	margin: 0;
	border-bottom: 1px solid #a79569
}

.contact_page_form_wrapper .gform_heading .gform_description {
	font-family: 'Open Sans regular';
	font-size: 18px;
	color: #121212;
	display: block;
	text-align: center
}

.contact_page_form_wrapper .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 5px;
}

.contact_page_form_wrapper .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	background: #fff;
	box-shadow: none;
	padding: 12px 24px 8px 24px;
	border: 0px;
	width: 100%;
	border-radius: 32px;
	color: #a79569;
}

.contact_page_form_wrapper .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-webkit-input-placeholder,
.contact_page_form_wrapper .gform_wrapper textarea::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #a79569;
	letter-spacing: 0.5px;
}

.contact_page_form_wrapper .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-moz-placeholder,
.contact_page_form_wrapper .gform_wrapper textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #a79569;
	letter-spacing: 0.5px;
}

.contact_page_form_wrapper .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):-ms-input-placeholder,
.contact_page_form_wrapper .gform_wrapper textarea:-ms-input-placeholder {
	/* IE 10+ */
	color: #a79569;
	letter-spacing: 0.5px;
}

.contact_page_form_wrapper .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):-moz-placeholder,
.contact_page_form_wrapper .gform_wrapper textarea:-moz-placeholder {
	/* Firefox 18- */
	color: #a79569;
	letter-spacing: 0.5px;
}

.contact_page_form_wrapper .gfield_select {
	background: url(../images/arrow_dwn.png) #fff no-repeat 96% center;
	box-shadow: none;
	padding: 10px 18px 5px 18px !important;
	border: 0px;
	color: #a79569;
	font-size: 16px !important;
	letter-spacing: 0.5px;
	font-family: 'Josefin Sans light';
}

.contact_page_form_wrapper .gform_wrapper textarea {
	height: 135px;
	font-size: 16px;
	color: #a79569;
	letter-spacing: 0.5px;
	background: #fff;
	box-shadow: none;
	border: 0px;
	border-radius: 20px;
	font-family: 'Josefin Sans light';
}

.contact_page_form_wrapper .gform_wrapper .btn {
	font-size: 16px;
	color: #121212;
	font-family: 'Josefin Sans regular';
	letter-spacing: 1px;
	background: none;
	padding: 12px 35px 8px;
	border-radius: 0px;
	border-radius: 30px;
	margin-top: 10px
}

.contact_area .row {
	padding: 50px 0px 30px
}

.contact_area .row .col-md-6 a {
	display: inline-block
}

.contact_area .row .col-md-6 a h2 {
	font-size: 20px
}

.contact_area .row .col-md-6 a p {
	color: #121212;
	font-size: 20px
}

.contact_area .row .col-md-6 a:hover p {
	color: #a79569;
}

.pop_up_box {
	width: 80%;
	margin: auto
}

.fancybox-close {
	background: url(../images/close.png)no-repeat center center !important;
	top: 3px !important;
	right: 3px !important;
}

#inline2 {
	width: 500px;
	height: 300px
}

.disclainer_popup {
	background: #ebebeb;
	padding: 100px;
	max-width: 900px;
}

.pop_up_btn {
	background: #a79569;
	font-size: 16px;
	font-family: 'Josefin Sans light';
	padding: 12px 55px 10px;
	border: 0px;
	border-radius: 30px;
	color: #fff;
	max-width: 240px;
	width: 100%;
	margin-right: 15px
}

.pop_up_btn:hover,
.pop_up_btn.active {
	background: #2c2c2c
}


/*-------gallery overview--------------*/

.gallery_img img {
	width: 100%
}

.gallery_img_dtls h5 {
	font-size: 20px;
	border-bottom: 1px solid #a79569;
	color: #a79569;
	padding: 30px 0px 12px
}

.gallery_img_dtls ul {
	list-style: none;
	;
	padding-top: 10px
}

.gallery_img_dtls ul li {
	font-family: 'Open Sans light';
	font-size: 18px;
	padding-bottom: 15px
}

.gallery_img_dtls ul li:hover {
	color: #a79569;
}

.gallery_img_dtls ul li a {
	color: inherit
}

.gallery_blog_img {
	margin-top: 30px
}

.gallery_blogs {
	padding-bottom: 100px
}
/*::::::::::::::::::::: gallery overview Menu::::::::::::::::::::::::::::::*/
#procedure_menu {
    clear: both;
    display: flex;
	list-style:none;
	padding:0px;
	margin:0px;
}
/*#procedure_menu .menu-image-title{ 
	font-size:20px;
	font-family: 'Josefin Sans regular';
	text-transform:uppercase;
	color: #a79569;
}*/
#procedure_menu > li {
    padding: 0px 15px;
    float: left;
    width: 25%;
}
.menu-item-has-children a{
   /*position: relative !important;   */
}
#procedure_menu > li > a {
    font-size:20px;
	font-family: 'Josefin Sans regular';
	text-transform:uppercase;
	color: #a79569;
}
#procedure_menu > li img {
    width: 100%;
    padding: 0px;
    /*-webkit-box-shadow: 0px 0px 29px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 29px -7px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 29px -7px rgba(0,0,0,0.75);*/
    margin-bottom: 25px;
	height: auto;
	
}
#procedure_menu .sub-menu {
    position: static;
    display: block;
    background: none;
    box-shadow: none;
	list-style:none;
	margin-top: 15px;
	border-top:1px solid #a79569;
	padding-top: 20px;
}

#procedure_menu .sub-menu li a {
    padding: 0px 0px 15px !important;
    white-space: normal;
    letter-spacing: 0px;
	display:block;
	color:#666666;
	font-family: 'Open Sans light';
	font-size: 18px;
}
#procedure_menu .sub-menu li a:hover{
	color:#a79569;
}
#procedure_menu{
	margin-top:40px;
}

/*-------gallery overview end--------------*/


/*-------gallery category css--------------*/

.gallery_category_overvw {
	padding: 100px 0px 40px
}

.gallery_category_overvw_wrapper {
	width: 88%;
	margin: 0px auto
}

.each_img {
	float: left;
	width: 50%
}

.each_img img {
	width: 100%
}

.category_txt h5 {
	font-size: 20px;
	color: #a79569;
	padding-top: 35px
}

.category_txt a {
	font-family: 'Open Sans regular';
	font-size: 15px;
	color: #333333;
	text-decoration: underline
}

.category_txt a:hover {
	color: #a79569;
}

.gallery_category_overvw_wrapper .row .col-md-6 {
	padding: 0px 30px;
	margin-bottom: 60px
}


/*-------gallery category css end--------------*/

.gallery_detailed_wrapper {
	width: 55%;
	margin: 0px auto
}

.featued_left img,
.featured_right img {
	width: 100%
}

.carousel-indicators {
	position: absolute;
	top: 0px;
	left: 100%;
	z-index: 15;
	width: 70px;
	margin-left: 10px;
}

.carousel-indicators li {
	text-indent: inherit;
	display: block;
	width: 70px;
	height: auto;
	border-radius: 0px;
	background: red;
	border: 0px;
	margin: 0px 0px 10px 0px
}

.carousel-indicators .active {
	text-indent: inherit;
	border: 0px;
	width: 70px;
	height: auto;
	margin: 0px 0px 10px 0px
}

.gallery_detaild {
	padding: 30px 0px
}

.gallery_detailed_wrapper h5 {
	font-size: 20px;
	color: #a79569;
	padding-top: 35px
}

.btn_styl {
	color: #333333;
	transition: all 0.5s;
	padding: 15px 16px 11px;
}

.btn_styl span {
	padding-right: 10px
}

.btn_styl2 span {
	padding-right: 0px;
	padding-left: 15px
}

.btn_styl2 span img {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.btn_styl:hover {
	color: #fff;
	background: #a79569;
	border: 1px solid #a79569;
	transition: all 0.5s
}

.btn_styl:hover span img {
	-webkit-filter: invert(100%);
	/* Safari/Chrome */
	filter: invert(100%);
	transition: all 0.5s
}

.button_area {
	margin: 80px 0px
}

footer h5 {
	font-family: 'Josefin Sans light';
}

footer p {
	margin-bottom: 0px !important;
	margin-top: 8px !important;
}

.consultation_form_wrapper select {
	background-color: rgba(0, 0, 0, 0) !important;
}

option {
	line-height: 40px;
}


/*---------------------add page css--------------*/

.mewsletter_content {
	padding: 60px 0px
}

.newsletter_content_wrapper {
	width: 80%;
	margin: 0px auto
}

.content_logo_area {
	padding-bottom: 65px
}

.content_logo_area a svg {
	max-width: 230px;
	filter: invert(0) brightness(0)
}

.content_logo_area ul {
	padding-top: 15px
}

.content_logo_area ul li {
	font-family: 'Josefin Sans regular';
	font-size: 24px;
	color: #a79569;
	border-right: 2px solid #a79569;
	display: inline-block;
	text-transform: uppercase;
	padding: 0px 15px;
	line-height: 20px
}

.content_logo_area ul li a {
	color: inherit
}

.content_logo_area ul li:last-child {
	border: 0px
}

.newslttr_staff_area {
	width: 100%
}

.newslttr_staff_pic {
	width: 46.5%
}

.newslttr_staff_dtls {
	background: #ebebeb;
	padding: 80px 30px 70px
}

.content_doc_pic {
	width: 100%;
	position: relative;
	/*padding: 60px 35px 35px;*/
	display: table;
}

.content_doc_pic:after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(54, 54, 54, 0.9);
	content: '';
}

.doc_bg_txt {
	position: relative;
	z-index: 9;
	display: table-cell;
	vertical-align: middle
}

.doc_bg_txt fieldset legend {
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	font-family: 'Petit Formal Script';
	color: #a79569;
	display: block;
	width: auto;
	text-align: center;
	margin: 0px auto;
}


/*.doc_bg_txt h1 span {
	margin-top: -20px;
	display: inline-block;
	position: relative
}

.doc_bg_txt h1 span:after {
	position: absolute;
	left: -16px;
	top: 19px;
	width: 11%;
	content: '';
	height: 1px;
	background: #a79569;
}

.doc_bg_txt h1 span:before {
	position: absolute;
	right: -16px;
	top: 19px;
	width: 11%;
	content: '';
	height: 1px;
	background: #a79569;
}*/

.doc_bg_txt p {
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	line-height: 30px;
	padding-top: 15px;
	font-family: 'Josefin Sans light';
}

.doc_bg_outer_div {
	display: table;
	padding: 50px 35px
}

.plastic_surgery_left h2 {
	padding-bottom: 15px
}

.learn_more {
	margin-top: 30px
}

.each_blog {
	position: relative;
	padding: 55px 20px 30px
}

.each_blog:after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	content: '';
}

.each_blog_content {
	position: relative;
	z-index: 9;
}

.each_blog_content h1 {
	font-size: 24px;
	margin-bottom: 0px;
	line-height: 36px
}

.each_blog_content p {
	color: #fff;
	line-height: 24px;
	margin-bottom: 13px;
}

.each_blog_content .default_btn {
	font-family: 'Josefin Sans regular';
	font-size: 16px;
	color: #fff !important;
	padding: 15px 34px 11px;
	border: 1px solid #8b8b8b
}

.right_side_blog .row .col-sm-6 {
	padding: 0px 8px;
	margin-bottom: 16px
}

.plasctic_surgery_area {
	padding: 30px 0px 150px
}

fieldset.scheduler-border {
	border: 1px solid #a79569 !important;
	padding: 0px 15px 30px;
	-webkit-box-shadow: 0px 0px 0px 0px #000;
	box-shadow: 0px 0px 0px 0px #000;
}

.post_type_inject_sec {
	margin: 100px 0px
}

.post_type_inject_pic img {
	width: 100%
}

.post_inject_txt_heading {
	padding: 5px 0px 15px 55px;
}

.post_inject_txt_details {
	padding-top: 25px
}

.post_inject_txt_heading h1 {
	font-size: 45px;
	line-height: 55px
}

.post_inject_txt_heading h1 span {
	padding-left: 50px
}
#request_a_consultation_form select{
	background-color:rgba(0, 0, 0, 0) !important;
}
.gform_wrapper .gform_footer {
    text-align: center;

}
.map_area p{
	margin:0px !important;
}
.map_area iframe{
	width:100% !important;
}
.nav > li > a:hover, .nav > li > a:focus {
    background:none;
}
.injvideo{
	width: 100%;
}
.injvideo iframe{
	width: 100%;
	height: 339px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin: 0em 2.5em 1.5em 0;
}

.alignright {
	float: right;
	margin: 0em 0 2em 1.5em;
}
@media screen and (max-width: 767px) {
	.alignleft, .alignright {
		float: none;
		margin: 0;
		width:auto;
		max-width:100%;
	}
}
.open_nleter{
	background:#a4956e;
	width:400px;
	height:auto;
	padding:15px 30px 30px 30px;
	border-radius:10px 0px 0px 0px;
	position:fixed;
	z-index:999;
	right:0px;
	bottom:-100%;
	max-width:100%;
	-webkit-transition: all .5s; /* Safari */
	transition: all .5s;
}
.open_nleter.selected{	
	bottom:0px;
	-webkit-transition: all .5s; /* Safari */
	transition: all .5s;
}
.open_nleter.selected2{	
	bottom:-100% !important;
	-webkit-transition: all .5s; /* Safari */
	transition: all .5s;
}
.open_nleter_close{
	display:inline-block;
	color:#fff;
	cursor:pointer;
	font-size:20px;
	font-family:'arial';
	margin-top:-15px;
	margin-right:-15px;
}
.open_nleter h1{
	color: #fff;
	text-align: center;
	font-size: 28px;
	border-bottom: 1px solid #fff;
	padding-bottom: 11px;
}
.open_nleter p{
	color: #fff;
	text-align: center;
	font-size: 15px;	
}
.form-control-submit2{
	text-transform: uppercase;
	font-family: 'Josefin Sans light';
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px;
	background: none;
	padding: 14px 37px 10px;
	border-radius: 0px;
	border: 1px solid #5a5a5a;
	border-radius: 30px;
	width: auto;
	background:#000;
	height: auto;
	display:inline-block;
}
.eml {
    background: none;
    -webkit-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.25);
    padding: 8px 24px 10px 24px;
    border: 1px solid #fff;
    width: 100%;
    border-radius: 7px;
    color: #352929;
    background: #fff;
    margin-bottom: 15px;
	text-align:center;
	font-size:15px;
	font-style:italic;
}
.termspopupcontainer .termstitle{
	display:none;
}
.termscontentwrapper {
    text-align: center;
    margin-bottom: 40px;
}
.tbrightcontent {
    top: 50% !important;    
    height: auto !important;
	-ms-transform: translateY(-50%) !important;
	transform: translateY(-50%) !important;
	background-color: #ebebeb !important;
	border: 13px solid #fff;
	padding: 5% 7% 4.5% !important;
	border-radius: 8px;
	left: 19% !important;
    width: 60% !important;
}

.termsagree, .termsdecline {
    background: #a79569;
    font-size: 16px;
    font-family: 'Josefin Sans light';
    padding: 12px 55px 10px;
    border: 0px;
    border-radius: 30px;
    color: #fff;
    max-width: 240px;
    width: 100%;
    margin-right: 15px;
}
.termsagree {
    background: #2c2c2c;
}
body .tthebutton {
    width: 100% !important;
}
body .termsagree:hover {
	background: #a79569;
	-webkit-transition:.5s all;
	transition:.5s all;
}
body .termsdecline:hover {
	background: #2c2c2c;
	-webkit-transition:.5s all;
	transition:.5s all;
}
.doctor_dtls ul li {
	line-height: 2em;
	list-style-position: inside;
	margin-left: 10px;
}
.form-control-submit2:hover {
	background: #a4956e;
    -webkit-transition: .5s all;
    transition: .5s all;
}

/*==========================START OF THE MENU==========================*/
/* RESETS */
.menubar .navbar-collapse {padding-right: 0px;}
.menubar .navbar-nav {float: none;}
.menubar ul {list-style: none !important;}


/* ANCHOR LINKS */
/*Top Level & General*/	.navbar-nav>li a{white-space:nowrap; text-align:left; font-size: 15px; color: #fff; font-family: 'Josefin Sans light'; text-transform: uppercase;}
/*Top Level & General*/	.navbar-nav>li a:hover{color:#a79569;}
/*Sub Menu Specifics*/	.navbar-nav>li>.sub-menu>li a{display: block; margin: 0px; padding: 0px;}
/*Font change for the sub-menus*/.navbar-nav>li.large-dropdown>ul.sub-menu > li > ul.sub-menu>li>a, .navbar-nav>li.large-dropdown>ul.sub-menu > li > ul.sub-menu>li.menu-item-has-children>ul.sub-menu>li>a
			{font-family: 'Open Sans light'; text-transform: none;}
/*Font change for the sub-menus*/.navbar-nav>li.large-dropdown>ul.sub-menu > li > ul.sub-menu>li.menu-item-has-children>a
			{font-family: 'Open Sans regular'; text-transform: none; font-weight:bold;}

	
/* TOP LEVEL STYLES */
.navbar-nav>li {float: none;display: inline-block;padding: 10px 0px 20px; vertical-align:top;}


/* SUB-MENU GENERAL STYLES */
/*background*/		.navbar-nav>li .sub-menu:after, .navbar-nav>li .sub-menu:before {width: 200vw; position: absolute; top: 0px; background: #1d1d1d; content: ''; height: 100%;  z-index: -1;}
/*background*/		.navbar-nav>li .sub-menu:after{margin-left: -100vw; left: 0px;}
/*background*/		.navbar-nav>li .sub-menu:before{margin-right: -100vw; right: 0px;}



/* STANDARD DROPDOWN (SINGLE COLUMN) */
.navbar-nav>li>.sub-menu{display: none; padding:0px 15px 50px; position: absolute; top: 90%; left: 0px;}
.menu-item-has-children.activeDrop .sub-menu {display: block;}
	.navbar-nav>li>.sub-menu>li{margin:0; padding:0;}
		.navbar-nav>li>.sub-menu>li a{line-height:1; margin:0; padding:8px 0; display:block;}


/* LARGE DROPDOWN (Class added to the top-level menu item via Wordpress) */
/*No extra styles needed for the first dropdown since it uses the same layout as the Single Column above */

/* Secondary Hover System */
.navbar-nav>li.large-dropdown>ul.sub-menu > li > ul.sub-menu{display:none; position:absolute; top:0; left:calc(100% + 32px); padding: 0px 0 50px; width: 100vw;}
.navbar-nav>li.large-dropdown>ul.sub-menu > li.activeDrop > ul.sub-menu{display:block;}	
	.navbar-nav>li.large-dropdown>ul.sub-menu > li > ul.sub-menu>li{width: auto; float: none;}
	.navbar-nav>li.large-dropdown>ul.sub-menu > li > ul.sub-menu>li.menu-item-has-children{width: auto; float: left; padding-right:32px;}


/*===== END OF THE MENU =======*/



.blog-default-img img {
	height: 172px;
    width: auto;
}
.blog_inject_pic {
	height: 410px;
	width:auto;
}
.blog_inject_sec {
	margin-top: -50px;
    margin-bottom: -50px;
}
.video-details {
	margin-bottom:50px;
}
.contact_page_form::before {
	content:'';
	background:url(../images/contact_bg_new.png);
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	z-index:1;
	background-size:cover; 
	background-repeat:no-repeat;
}
.blog_overview_img_bg {
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	height: 250px;
    width: auto;
}
.tagline {
	font-weight:bold;
	font-style:italic;
	font-size:21px;
	letter-spacing:2px;
}
.sidebar .textwidget p {
	margin-bottom:0px;
}
.sidebar .textwidget p a {
	font-family: 'Josefin Sans regular';
    font-size: 15px;
    line-height: 32px;
	color: #a79569;
	text-transform: uppercase;
}
.sidebar .textwidget p a::after {
	content:'>';
	margin-left: 8px;
	font-size: 21px;
	transition:.5s all;
	-webkit-transition:.5s all;
}
.sidebar .textwidget p a:hover::after {
	margin-left: 15px;
	transition:.5s all;
	-webkit-transition:.5s all;
}
li.responshive_clr {
    display: none;
}
/*--Goal section--*/
.goal_text h3 {
    color: #a79569;
    font-size: 38px;
    margin: 0 0 20px;
    letter-spacing: 2px;
    line-height: 50px;
    font-family: 'Petit Formal Script';
    text-transform: Capitalize;
    border-bottom: 1px solid;
    padding: 0 0 20px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 5px 5px;
}

/*---------------Special Offer section------------------*/
.special-offer-section{
width:100%;
position:relative;
background:#212121;
}
.june-special-details{
width:100%;
padding:60px 0px 60px 125px;
text-align:center;
color:#ffffff;
}
.june-special-details h3{
font-size:53px;
color:#a79569;
font-family: 'Petit Formal Script';
text-transform: capitalize;
font-weight:600;
margin-bottom:40px;
}
.june-special-details strong{
font-family: 'Josefin Sans semibold';
text-transform:uppercase;
line-height:16px;
letter-spacing: normal;
}
.june-special-details span{
font-family: 'Josefin Sans light';
}
.procedure_buttons_sec h2{
font-family: 'Petit Formal Script';
font-size: 48px;
line-height: 50px;
color: #a79569;
margin-bottom: 16px;
letter-spacing: 0px;
font-weight: bold;
word-spacing: -4px;
text-transform: capitalize;
}
.gallery_area h2{
font-family: 'Petit Formal Script';
font-size: 48px;
line-height: 50px;
color: #a79569;
margin-bottom: 16px;
letter-spacing: 0px;
font-weight: bold;
word-spacing: -4px;
text-transform: capitalize;
}
.section_heading h2{
font-family: 'Petit Formal Script';
font-size: 48px;
line-height: 50px;
color: #a79569;
margin-bottom: 16px;
letter-spacing: 0px;
font-weight: bold;
word-spacing: -4px;
text-transform: capitalize;
}
.section_heading h4 {
font-size: 21px;
font-family: 'Josefin Sans light';
margin-bottom: 18px;
line-height: 27px;
color: #a79569;
text-transform: uppercase;
margin-top: 25px;
}
/*-----------------add footer--------------------------*/
.cost_of_plastic{
	background: url(/wp-content/uploads/2019/06/newsection1.jpg) no-repeat;
	background-size: cover;
}
section.cost_of_plastic {
    height: 597px;
}
.col-md-6.cost_connent {
    padding: 170px 130px;
}
.col-md-6.cost_connent h3{
	color: #a79569;
    font-size: 38px;
    width: 100%;
    margin: 0px auto;
    letter-spacing: 2px;
    line-height: 78px;
    font-family: 'Petit Formal Script';
    text-transform: Capitalize;
}
.col-md-6.cost_connent p {
    margin-bottom: 40px;
}
.col-md-6.cost_connent a {
    padding: 10px 25px;
    background: #a79569;
    border-radius: 30px;
    color: #fff;
}
