/*
Theme Name:   beautentic Child
Description: This theme has been developed by RH Psychotherapy.
Author: beautentic
Author URI: beautentic/
Version: 2.0
Template:  beautentic
License: General Public License
License URI: license.txt
Tags: web design, website design

------------------------------------------------------------------"*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&display=swap');



@font-face {
    font-family: 'old_standard_ttbold';
    src: url('fonts/oldstandardtt-bold.woff2') format('woff2'),
         url('fonts/oldstandardtt-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'old_standard_ttregular';
    src: url('fonts/oldstandardtt-regular.woff2') format('woff2'),
         url('fonts/oldstandardtt-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}





body, html {
	font-size: 16px;
	color: #000;
	line-height: 24px;
	font-weight: 400;
	overflow-x: hidden;
/*	font-family: 'Abhaya Libre', serif;*/
	font-family: 'Montserrat', sans-serif;
}

a {
	color: #595959; text-decoration:none;
}
a:hover, a:focus {
	color: #222;text-decoration:none;
}
a, button, input, select, div, h1, h2, h3, h4, h5, h6 {
	outline: none;
}
p {margin-bottom: 20px;}

img {max-width: 100%;}


#page.site {
	overflow-x: hidden;
}
h1 {
	font-size: 36px;
	color: #595959;
	margin: 0 0 20px;
	line-height: 40px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}
h2 {
	font-size: 32px;
	color: #595959;
	margin: 0 0 20px;
	line-height: 30px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}
h3 {
	font-size: 28px;
	color: #595959;
	margin: 0 0 10px;
	font-weight: 500;
	line-height: 28px;
	font-family: 'Montserrat', sans-serif;
}
h4 {
	font-size: 22px;
	color: #595959;
	margin: 0 0 10px;
	font-weight: normal;
	line-height: 24px;
	font-family: 'Montserrat', sans-serif;
}
h5 {
	font-size: 20px;
	color: #595959;
	margin: 0 0 10px;
	font-weight: normal;
	line-height: 24px;
	font-family: 'Montserrat', sans-serif;
}
h6 {
	font-size: 18px;
	color: #595959;
	margin: 0 0 10px;
	font-weight: normal;
	line-height: 22px;
	font-family: 'Montserrat', sans-serif;
}

.navbar-brand {padding: 0; margin:0px;}

#wrapper-navbar {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
    background-color: #595959;
}
.home #wrapper-navbar {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
    background-color: inherit;
}

#wrapper-navbar .navbar-block .navbar-box {max-width: 1300px;}
#wrapper-navbar .navbar-block .navbar-box .logomobile {display: none;}

#wrapper-navbar .navbar .navbar-brand img {
	height: 50px;
	-webkit-transition: width 1s, height 1s;
	transition: width 1s, height 1s;
	-moz-transition: width 1s, height 1s;
	-ms-transition: width 1s, height 1s;
	-o-transition: width 1s, height 1s;
}
.hc-offcanvas-nav h2 a img {
	max-width: 120px;
}
.navbar-block {
	padding: 10px 0;
	height: 120px;
}
.navbar {
	padding: 10px 0;
	-webkit-transition: width 1s, height 1s;
	transition: width 1s, height 1s;
	-moz-transition: width 1s, height 1s;
	-ms-transition: width 1s, height 1s;
	-o-transition: width 1s, height 1s;
	height: 100px;
}


/*#wrapper-navbar .navbar.sticky {
	top: 0;
	left: 0;
	width: 100%;
	position: fixed;
	height: 70px;
	background: #fff;
	z-index: 9;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}
#wrapper-navbar .navbar.sticky .header-top {
	display: none;
}
#wrapper-navbar .navbar.sticky .navbar-brand img {
	height: 45px;filter: brightness(0);
}
#wrapper-navbar .navbar.sticky .header-right {
	padding-bottom: 0;
}
*/

.navbar .navbar-nav > li {padding: 0px;}
.navbar .navbar-nav > li:last-child {padding-right: 0;}
.navbar .navbar-nav > li > a.nav-link {color: #fff;font-size: 16px;padding: 10px 35px;font-weight: 400;}
.navbar.sticky .navbar-nav > li > a.nav-link {padding-top: 24px;padding-bottom: 24px;}
.navbar .navbar-nav > li:last-child > a.nav-link {padding-right: 0;}
.navbar .navbar-nav > li:hover > a.nav-link, .navbar .navbar-nav > li.active > a.nav-link {color: #c9c4c4;}
.vc_btn3-container {margin-bottom:0px;}













#menuToggle {
  display: block;
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  margin: 0px;
  padding: 0px;
}
#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -15px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2; 
  -webkit-touch-callout: none;
}
#menuToggle span {
  display: block;
  width: 40px;
  height: 3px;
  margin-bottom: 6px;
  position: relative;
  background: #fff;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
  opacity 0.55s ease;
}

#menuToggle span:first-child {transform-origin: 0% 0%;}
#menuToggle span:nth-last-child(2){transform-origin: 0% 100%;}
#menuToggle input:checked ~ span {opacity: 1; transform: rotate(-45deg) translate(0, -5px); background: #fff;}
#menuToggle input:checked ~ span:nth-last-child(3) {opacity: 1;  transform: rotate(-45deg) translate(0, -2px);}
#menuToggle input:checked ~ span:nth-last-child(2) {opacity: 1; transform: rotate(-45deg) translate(0, 5px);}
#menuslide {position: fixed;  width: 400px; margin: -100px 0 0 0;  padding: 30px;  padding-top: 125px;  right: -100px; list-style-type: none;  -webkit-font-smoothing: antialiased;  transform-origin: 0% 0%;transform: translate(100%, 0); transition:transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0); height: calc(100% + 100vh);background-color: #D8D8D1;}
#menuslide .primary-menu {padding:0px;}



#menuslide ul {padding: 5px 0 130px 0; margin:0px;}
#menuslide ul li {padding: 5px 0; font-size: 15px; list-style-type: none;}
#menuslide ul li a {color:#000; cursor:pointer;}
#menuslide ul li a:hover {color:#62625f;}
#menuToggle input:checked ~ ul {transform: none;  opacity: 1;}

div.btn-section{display: none !important;}
.show_btn_sec .btn-section {display: block !important;}
.show_btn_sec .show-plus-btn {display: none !important;}


/*--------- 28-FEB-2022------------*/

.section-none {
    visibility: hidden !important;
	display:none;
}


.home-services .wpb_column .vc_column-inner > .wpb_wrapper .vc_row.wpb_row.vc_inner .wpb_column .vc_column-inner {
    border: none;
}

.home-services .wpb_column .vc_column-inner > .wpb_wrapper .vc_row.wpb_row.vc_inner .wpb_column .vc_column-inner .wpb_wrapper {
    min-height: auto;
    padding: 0;
}





/*--------- 28-FEB-2022  END  ------------*/


@media screen and (max-width: 768px) {
  #menuslide {transform: none; opacity: 0;  transition: opacity 0.5s cubic-bezier(0.77,0.2,0.05,1.0);}
}


.home-main-slider { margin-bottom:-8px;}
.home-main-slider .slick-slide .content-section { padding-left:0px !important;}
.home-main-slider .slick-slide .carousel-caption {padding-top:0px;}
.home-main-slider .slick-slide .carousel-caption h2 {font-size: 32px;color: #fff;margin: 180px 0 0px;line-height: 36px;	font-weight: 600 !important;
	font-family: 'Montserrat', sans-serif;}
.home-main-slider .slick-slide .carousel-caption img { margin-bottom:0px !important;}
.home-main-slider .slick-dots {display:none !important;}
.home-main-slider .tdt-slider { margin-bottom:0px !important;}



.home-main-banner {background-repeat:no-repeat; background-size:cover;padding-top: 300px; padding-bottom: 470px;}
.home-main-banner:before {content: ""; width: 100%; height: 100%; left: 0; top: 0; background-color: #00000047; position: absolute;}
.home-main-banner h2 {color: #fff; font-size: 34px; line-height: normal; text-transform: capitalize; margin: 0 0 0px 0; font-weight:500;letter-spacing: 1px;}


.home-services {margin:0px; padding:0px;border-bottom: 1px solid #9a8b89;}
.home-services h1 {margin: 60px 0 90px 0px;color: #595959; line-height: normal;font-size: 50px;font-family: 'old_standard_ttregular'; font-style: italic;font-weight: 100;}
.home-services h2 {margin: 0px 0 30px 0px;color: #383737; line-height: normal;font-weight: 400;}
.home-services h6 {margin: 0px 0 0px 0px;color: #383737; line-height: normal;font-weight: 400; font-size:18px;}
.home-services .wpb_single_image {margin: 0px;}
.home-services > .wpb_column {}
.home-services .wpb_column .vc_column-inner > .wpb_wrapper {height: 100%;padding-left: 80px; padding-bottom:0px;padding-right: 30px; min-height: 620px;}
.home-services .wpb_column .vc_column-inner > .wpb_wrapper ul { padding:0px; text-align:center;}
.home-services .wpb_column .vc_column-inner > .wpb_wrapper ul li { margin:0px; list-style:none;font-size: 14px;line-height: normal;font-family: 'Abhaya Libre', serif; color: #000; font-weight: 500;font-family: 'Montserrat', sans-serif;}
.home-services .wpb_column .vc_column-inner > .wpb_wrapper .vc_btn3-container {display: block;position: absolute;bottom: 30px; left: 20px;}
.home-services .wpb_column .vc_column-inner > .wpb_wrapper .vc_btn3-container .vc_general {border: none;padding: 0px;line-height: 50px;color: #000;
    font-size: 120px;font-weight: 100; background: none;}
.home-services .wpb_column .vc_column-inner > .wpb_wrapper .vc_btn3-container .vc_general:hover {background:none;outline:none;border:none;box-shadow:none;}
.home-services .wpb_column .vc_column-inner > .wpb_wrapper .wpb_text_column p {font-size:14px; line-height:16px;font-family: 'Abhaya Libre', serif;  color: #000; font-weight: 700;}
.home-services > .wpb_column:first-child .vc_column-inner {border-right: 1px solid #9a8b89;}
.home-services > .wpb_column > .vc_column-inner {padding-top: 10px !important;}


.home-services .services1 h2 {margin: 85px 0 50px 0px;}
.home-services .services1 .wpb_text_column {display: inline-block; vertical-align: top;margin-right: 15px;}
.home-services .services1 .wpb_text_column p {font-size:12px; line-height:18px;}
.home-services .services1 .wpb_text_column p br {}

.home-services .services2 h2 {}

.home-services .services3 {}
.home-services .services3 h2 {margin: 90px 50px 60px 0;}
.home-services .services3 .wpb_text_column {text-align: left; margin: 0 50px 15px 0px;}
.home-services .services3 .wpb_text_column p {font-size:12px; line-height:18px;}
.home-services .services3 .wpb_text_column p br {}

.home-services .services4 {}
.home-services .services4 h2 {margin: 10px 0 25px 0px;}
.home-services .services4 h6 {margin: 0px 0 25px 0px;font-size: 14px;line-height: normal;font-family: 'Abhaya Libre', serif;color: #000;font-weight: 700;}
.home-services .services4 .wpb_single_image {margin-top: 50px;}
.home-services .services4 .wpb_text_column {}

.home-services .services5 {}
.home-services .services5 h2 {margin: 0px 0 30px 0px;}
.home-services .services5 .wpb_text_column {margin-bottom:15px;}

.home-services .services6 {}
.home-services .services6 h1 {}
.home-services .services6 h2 {}
.home-services .services6 .wpb_text_column {float:right;}
.home-services .services6 .wpb_text_column p br {}

.home-services .services8 {}
.home-services .services5 h2 {margin: 0px 0 40px 0px;}
.home-services .services8 .wpb_text_column {}
.home-services .services9 {}



.element-content-row {display:none;}

#section-one .vc_images_carousel .vc_carousel-inner {text-align:center;}
#section-one .vc_images_carousel .vc_carousel-control { display:block !important;}
#section-one .vc_images_carousel.vc_build .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item {visibility: visible;}



.home-other-banner {background-repeat:no-repeat; background-size:cover;padding-top:300px; padding-bottom: 480px;background-position: center center;}
.home-other-banner:before {content: ""; width: 100%; height: 100%; left: 0; top: 0; background-color: #00000021; position: absolute;}
.home-other-banner h2 {color: #fff;font-size:34px;line-height:normal;text-transform:capitalize;margin: 0 0 0px 150px; font-weight:500;letter-spacing: 1px;}



.single-accordion-view {background-color: #f1f1ec;border-bottom: 1px solid #9a8b89;}
.single-accordion-view:hover {background-color: #d8d8cc;}
.single-accordion-view .wpb_column .vc_column-inner {padding-top: 0px !important;}
.single-accordion-view .wpb_column .vc_column-inner .wpb_wrapper {}
.single-accordion-view .wpb_column .vc_column-inner .wpb_wrapper .vc_toggle {margin-bottom: 0px;}
.single-accordion-view .wpb_column .vc_column-inner .wpb_wrapper .vc_toggle .vc_toggle_title {padding-top: 60px; padding-bottom: 60px; text-align:center;}
.single-accordion-view .wpb_column .vc_column-inner .wpb_wrapper .vc_toggle .vc_toggle_title h4 { font-size:34px;}
.single-accordion-view .wpb_column .vc_column-inner .wpb_wrapper .vc_toggle .vc_toggle_title .vc_toggle_icon::before {height: 2px;width: 40px;}
.single-accordion-view .wpb_column .vc_column-inner .wpb_wrapper .vc_toggle .vc_toggle_title .vc_toggle_icon::after {height: 35px; width: 2px;}
.single-accordion-view .wpb_column .vc_column-inner .vc_toggle_content {text-align: center;}
.single-accordion-view .wpb_column .vc_column-inner .vc_toggle_content p {}



.accordion-footer {}
.accordion-footer .wpb_column .vc_column-inner {padding-left: 0px; padding-right: 0px;    padding-top: 0 !important;}
.accordion-footer .wpb_column .vc_column-inner .vc_tta-container {margin: 0px;}
.accordion-footer .wpb_column .vc_column-inner .vc_tta-container .vc_tta-panel-heading {border-radius: 0px;background-color: #d8d8cc;border: none;
    background-image: none;border-bottom: 1px solid #9a8b89;}
.accordion-footer .wpb_column .vc_column-inner .vc_tta-container .vc_tta-panel-heading h4 {border-bottom: 1px solid #9a8b89;}
.accordion-footer .wpb_column .vc_column-inner .vc_tta-container .vc_tta-panel-heading a {padding-top: 20px; padding-bottom: 20px; text-align:center;}
.accordion-footer .wpb_column .vc_column-inner .vc_tta-container .vc_tta-panel-heading .vc_tta-title-text {font-size: 32px;color: #000;line-height: normal;}
.accordion-footer .wpb_column .vc_column-inner .vc_tta-container .vc_tta-panel-heading .vc_tta-controls-icon {width: 40px; height: 40px;left: 80px;}
.accordion-footer .wpb_column .vc_column-inner .vc_tta-container .vc_tta-panel-body {background-color: #e7e7e3;}
.accordion-footer .wpb_column .vc_column-inner .vc_tta-container .vc_tta-panel-heading .vc_tta-controls-icon::after,
.accordion-footer .wpb_column .vc_column-inner .vc_tta-container .vc_tta-panel-heading .vc_tta-controls-icon::before {border-color: #363636;}


.accordion-footer .wpb_column .vc_column-inner .vc_tta-container .vc_tta-controls-icon-plus {}
.accordion-footer .wpb_column .vc_column-inner .vc_tta-container .vc_tta-controls-icon-plus::after {}
.accordion-footer .wpb_column .vc_column-inner .vc_tta-container .vc_tta-controls-icon-plus::before {}

.accordion-footer .wpb_column .vc_column-inner .vc_tta-container .vc_active .vc_tta-controls-icon-plus {}
.accordion-footer .wpb_column .vc_column-inner .vc_tta-container .vc_active .vc_tta-controls-icon-plus::after {}
.accordion-footer .wpb_column .vc_column-inner .vc_tta-container .vc_active .vc_tta-controls-icon-plus::before {}


.accordion-view-inner {padding-top: 40px; padding-left: 50px; padding-right: 50px; position:relative;}
.accordion-view-inner h1 {color: #595959; font-size: 50px; line-height: normal; margin: 0 0 50px 0; font-family: 'old_standard_ttregular'; font-style: italic;}
.accordion-view-inner h2 {color: #1f0000; font-size: 34px; line-height:32px; margin: 0 0 30px 0; font-weight: 400;  min-height: 70px; word-break: break-word;}
.accordion-view-inner .wpb_text_column {}
.accordion-view-inner .wpb_text_column p {font-size: 15px; line-height:18px;font-family: 'Abhaya Libre', serif;color:#000;font-weight: 700;}
.accordion-view-inner .wpb_raw_html .wpb_wrapper ul {padding: 0 0 0 30px;margin: 204px 0 0 0;}
.accordion-view-inner .wpb_raw_html .wpb_wrapper ul li {list-style: none;border-bottom: 1px solid #000; padding: 5px 0 3px 0;font-size: 13px;font-weight: 500;display: inline-block; width: 100%;}
.accordion-view-inner .wpb_raw_html .wpb_wrapper ul .gap-space {margin-top: 20px;}
.accordion-view-inner .wpb_raw_html .wpb_wrapper ul li span {float: right;}
.accordion-view-inner .vc_btn3-container {position: absolute; bottom: 40px; right: 0;}
.accordion-view-inner .vc_btn3-container .vc_general {background: none;border: 1px solid #000;border-radius: 0;padding: 9px 20px;line-height: normal; color:#000;}
.accordion-view-inner .vc_btn3-container .vc_general:hover {background: #fff;border: 1px solid #000;border-radius: 0;padding: 9px 20px;line-height: normal;color:#000;}
.accordion-view-inner .wpb_text_column ul {padding: 0; margin: 0px;}
.accordion-view-inner .wpb_text_column ul li {list-style: none;font-size:14px;line-height:18px;font-family: 'Abhaya Libre', serif;color:#000;font-weight:700;}
.accordion-view-inner .white-border-text > .wpb_wrapper {border:6px solid #fff;width:230px;float:right;height:210px;padding:10px; word-break: break-word;    margin-top: 40px;margin-right: 50px;    display: none;}
.accordion-view-inner .white-border-text > .wpb_wrapper h4 {color: #fff;line-height: normal;margin: 0 0 100px 0;font-size: 20px;}
.accordion-view-inner .white-border-text > .wpb_wrapper h3 {color: #fff;text-align: right;font-size: 40px;font-weight: 500;}


#accordion-footer1 {}




/************** Full section one css ****************************/
.section-blog-view1 {padding-bottom: 50px;}
.section-blog-view1 h6 {font-size: 14px;font-weight: 500;color:#000;line-height:normal;margin:0px 0 10px 0;border-bottom: 1px solid #000;padding: 0 0 8px 0;}
.section-blog-view1 .wpb_text_column {}
.section-blog-view1 .wpb_text_column p {font-size: 14px; line-height: 18px; font-family: 'Abhaya Libre', serif;color:#000;font-weight:500;    font-family: 'Montserrat', sans-serif;}
.section-blog-view1 .fotorama .fotorama__arr--prev {transform: translate3d(0px,0,0) !important;width:29px;height:50px;background-repeat:no-repeat;margin:0px;
background-image: url(https://angelsoftwaresolution.in/beutentic/wp-content/themes/beautentic-child/images/prev-ero.png);    background-position: 0 0;}
.section-blog-view1 .fotorama .fotorama__arr--next {transform: translate3d(0px,0,0) !important;width:29px;height:50px;background-repeat:no-repeat;margin:0px;
    background-image: url(https://angelsoftwaresolution.in/beutentic/wp-content/themes/beautentic-child/images/next-ero.png);    background-position: 0 0;}

.section-blog-view1 .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr {opacity: 1 !important;}
.section-blog-view1 h2 {color: #1f0000; font-size: 24px; line-height: 30px; margin: 0 0 30px 0; font-weight: 400;  min-height: 70px;}
.section-blog-view1 .wpb_raw_html .wpb_wrapper ul {padding: 0 0 0 30px;margin: 112px 0 0 0;display: none;}
.section-blog-view1 .wpb_raw_html .wpb_wrapper ul li {list-style: none;border-bottom: 1px solid #000; padding: 5px 0 3px 0;font-size: 13px;font-weight: 500; display: inline-block;  width: 100%;}
.section-blog-view1 .wpb_raw_html .wpb_wrapper ul li span {float: right;}


.section-blog-view1 .more-link-btn {background: none;border: 1px solid #000;border-radius: 0;padding: 9px 20px;line-height: normal;color: #000;
    position: absolute;bottom: 40px;right: 0; font-family: 'Montserrat', sans-serif; font-weight: 400;}
.section-blog-view1 .more-link-btn:hover {background: #fff;border: 1px solid #000;border-radius:0;padding:9px 20px;line-height:normal;color:#000;}
.section-blog-view1 .white-border-text > .wpb_wrapper {border:6px solid #fff;width:230px;float:right;height:210px;padding:10px; word-break: break-word;    margin-top: 40px;margin-right: 50px;}
.section-blog-view1 .white-border-text > .wpb_wrapper h4 {color: #fff;line-height: normal;margin: 0 0 85px 0;font-size: 20px;}
.section-blog-view1 .white-border-text > .wpb_wrapper h3 {color: #fff;text-align: right;font-size: 40px;font-weight: 500;}

.section-blog-view1 h1 {color: #595959; line-height: normal; font-size: 50px; font-family: 'old_standard_ttregular'; margin: 50px 0 20px 0;font-style: italic;}
.section-blog-view1 h3 {text-align: center; color: #222;  line-height: normal;  font-size: 32px;  font-weight: 400;  margin: 0px 0 60px 0;}
.section-blog-view1 h4 {color: #1f0000; font-size: 18px; line-height: normal; margin: 0 0 10px 0; font-weight: 500; text-align:left;}

/************** Full section one css end  ****************************/



.element-close {margin: 0 0px 0 -50px;}
.element-close .vc_general {background-color: inherit !important;padding: 0px 0px 15px 0;font-size: 150px;line-height: 36px;font-weight: 100;
    background: none; box-shadow: none; outline: none; border: none; color: #000 !important; overflow: hidden; height: auto;}
.element-close .vc_general:hover, .element-close .vc_general:focus {background-color: inherit !important; border:none; box-shadow:none; outline:none;}


#section-one {border-top: 1px solid #9a8b89;  border-bottom: 1px solid #9a8b89;}
#section-one .btn-contact {background: none; border: 1px solid #000; border-radius: 0; padding: 9px 20px; line-height: normal; color: #000;position: absolute; bottom:40px;right:0; font-family: 'Montserrat', sans-serif; font-weight: 400;}
#section-one .btn-contact:hover {background: #fff;border: 1px solid #000;border-radius: 0;padding: 9px 20px;line-height: normal;color: #000;}



#section-two {background-color:#eae6e4;padding-bottom: 50px; border-top: 1px solid #9a8b89;  border-bottom: 1px solid #9a8b89;}
#section-two h1 {color: #595959;line-height: normal;font-size: 50px;margin: 50px 0 20px 0;font-weight: 100}
#section-two h2 {min-height: inherit;}	
#section-two h3 {text-align: center; color: #222; line-height: normal; font-size: 40px;  font-weight: 300; margin: 0px 0 60px 0;}
#section-two h5 {font-size: 14px;font-weight: 500;color: #000;line-height: normal;margin: 0px 0 10px 0;border-bottom: 1px solid #000; padding: 0 0 5px 0;}
#section-two h6 {border-top: 1px solid #000;border-bottom: none; padding: 4px 0 0 0;font-size: 14px;font-weight: 500; color: #000; margin: 0 0 25px 0;}
#section-two .wpb_raw_html .wpb_wrapper ul {margin: 55px 0 0 0;}
#section-two .wpb_text_column {}
#section-two .wpb_text_column p {font-size: 14px; line-height: 18px;}
#section-two .wpb_text_column ul {padding: 0; margin: 0px;}
#section-two .wpb_text_column ul li {list-style: none; font-size: 14px; line-height: 18px;font-family: 'Abhaya Libre', serif; color: #000; font-weight: 500;    font-family: 'Montserrat', sans-serif;}
#section-two .btn-contact {background: none;border: 1px solid #000;border-radius: 0;padding: 9px 20px;line-height: normal;color: #000;
    position: absolute;bottom: 40px;right: 0;font-family: 'Montserrat', sans-serif;font-weight: 400;}
#section-two .btn-contact:hover {background: #fff;border: 1px solid #000;border-radius:0;padding:9px 20px;line-height:normal;color:#000;}






#section-three {background-color:#dadbce;padding-bottom: 50px;border-top: 1px solid #9a8b89;  border-bottom: 1px solid #9a8b89;}
#section-three h1 {color: #595959;line-height: normal;font-size: 50px;margin: 50px 0 20px 0;}
#section-three h2 {min-height: inherit;}	
#section-three h3 {text-align: center; color: #222; line-height: normal; font-size: 40px;  font-weight: 300; margin: 0px 0 60px 0;}
#section-three h4 {color: #1f0000; font-size: 16px; line-height: normal; margin: 0 0 10px 0; font-weight: 500;}
#section-three .wpb_raw_html .wpb_wrapper ul {margin: 83px 0 0 0;}
#section-three .wpb_text_column {}
#section-three .wpb_text_column p {font-size: 14px; line-height: 18px;}
#section-three .wpb_text_column ul {padding: 0; margin: 0px;}
#section-three .wpb_text_column ul li {list-style: none; font-size: 14px; line-height: 18px;font-family: 'Abhaya Libre', serif;color: #000;font-weight: 700;}
#section-three .btn-contact {background: none;border: 1px solid #000;border-radius: 0;padding: 9px 20px;line-height: normal;color: #000;
    position: absolute;bottom: 40px;right: 0;font-family: 'Montserrat', sans-serif;font-weight: 400;}
#section-three .btn-contact:hover {background: #fff;border: 1px solid #000;border-radius:0;padding:9px 20px;line-height:normal;color:#000;}





#section-four {background-color:#d6d8d4;padding-bottom: 50px;border-top: 1px solid #9a8b89;  border-bottom: 1px solid #9a8b89;}
#section-four h1 {color: #595959;line-height: normal;font-size: 50px;margin: 50px 0 20px 0;}
#section-four h2 {min-height: inherit;}	
#section-four h3 {text-align: center; color: #222; line-height: normal; font-size: 40px;  font-weight: 300; margin: 0px 0 60px 0;}
#section-four h5 {font-size: 14px;font-weight: 500;color: #000;line-height: normal;margin: 0px 0 10px 0;border-bottom: 1px solid #000; padding: 0 0 5px 0;}
#section-four h6 {border-top: 1px solid #000;border-bottom: none; padding: 4px 0 0 0;font-size: 14px;font-weight: 500; color: #000; margin: 0 0 25px 0;}
#section-four .wpb_raw_html .wpb_wrapper ul {margin: 55px 0 0 0;}
#section-four .wpb_text_column {}
#section-four .wpb_text_column p {font-size: 14px; line-height: 18px;}
#section-four .wpb_text_column ul {padding: 0; margin: 0px;}
#section-four .wpb_text_column ul li {list-style: none; font-size: 14px; line-height: 18px;font-family: 'Abhaya Libre', serif; color: #000; font-weight: 500;    font-family: 'Montserrat', sans-serif;}
#section-four .btn-contact {background: none;border: 1px solid #000;border-radius: 0;padding: 9px 20px;line-height: normal;color: #000;
    position: absolute;bottom: 40px;right: 0;font-family: 'Montserrat', sans-serif;font-weight: 400;}
#section-four .btn-contact:hover {background: #fff;border: 1px solid #000;border-radius:0;padding:9px 20px;line-height:normal;color:#000;}






#section-five {background-color:#e6e6e3;padding-bottom: 50px;border-top: 1px solid #9a8b89;  border-bottom: 1px solid #9a8b89;}
#section-five h1 {color: #595959;line-height: normal;font-size: 50px;margin: 50px 0 20px 0;}
#section-five h2 {min-height: inherit;}	
#section-five h3 {text-align: center; color: #222; line-height: normal; font-size: 40px;  font-weight: 300; margin: 0px 0 60px 0;}
#section-five h5 {font-size: 14px;font-weight: 500;color: #000;line-height: normal;margin: 0px 0 10px 0;border-bottom: 1px solid #000; padding: 0 0 5px 0;}
#section-five h6 {border-top: 1px solid #000;border-bottom: none; padding: 4px 0 0 0;font-size: 14px;font-weight: 500; color: #000; margin: 0 0 25px 0;}
#section-five .wpb_raw_html .wpb_wrapper ul {margin: 55px 0 0 0;}
#section-five .wpb_text_column {}
#section-five .wpb_text_column p {font-size: 14px; line-height: 18px;}
#section-five .wpb_text_column ul {padding: 0; margin: 0px;}
#section-five .wpb_text_column ul li {list-style: none; font-size: 14px; line-height: 18px;font-family: 'Abhaya Libre', serif; color: #000; font-weight: 500;    font-family: 'Montserrat', sans-serif;}
#section-five .btn-contact {background: none;border: 1px solid #000;border-radius: 0;padding: 9px 20px;line-height: normal;color: #000;
    position: absolute;bottom: 40px;right: 0;font-family: 'Montserrat', sans-serif;font-weight: 400;}
#section-five .btn-contact:hover {background: #fff;border: 1px solid #000;border-radius:0;padding:9px 20px;line-height:normal;color:#000;}



#section-six {background-color: #e6e6e3; padding-bottom: 50px; border-top: 1px solid #9a8b89;  border-bottom: 1px solid #9a8b89;}
#section-six .btn-contact {background: none;border: 1px solid #000;border-radius: 0;padding: 9px 20px;line-height: normal;color: #000;
    position: absolute;bottom: 30px;right: 0;font-family: 'Montserrat', sans-serif;font-weight: 400;}
#section-six .btn-contact:hover {background: #fff;border: 1px solid #000;border-radius:0;padding:9px 20px;line-height:normal;color:#000;}

#section-six .wpb_text_column ul {padding: 0; margin: 0px;
}
#section-six .wpb_text_column ul li {
    list-style: none;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Abhaya Libre', serif;
    color: #000;
    font-weight: 500;
	    font-family: 'Montserrat', sans-serif;
}



#section-seven {background-color: #d6d8d4; padding-bottom: 50px; border-top: 1px solid #9a8b89;  border-bottom: 1px solid #9a8b89;}
#section-seven .btn-contact {background: none;border: 1px solid #000;border-radius: 0;padding: 9px 20px;line-height: normal;color: #000;
    position: absolute;bottom: 30px;right: 0;font-family: 'Montserrat', sans-serif;font-weight: 400;}
#section-seven .btn-contact:hover {background: #fff;border: 1px solid #000;border-radius:0;padding:9px 20px;line-height:normal;color:#000;}
#section-seven .wpb_text_column ul {padding: 0; margin: 0px;}
#section-seven .wpb_text_column ul li {list-style: none; font-size: 14px; line-height: 18px; font-family: 'Abhaya Libre', serif; color: #000; font-weight: 500;    font-family: 'Montserrat', sans-serif;}


#section-eight {background-color: #e6e6e3; padding-bottom: 50px; border-top: 1px solid #9a8b89;  border-bottom: 1px solid #9a8b89;}
#section-eight .btn-contact {background: none;border: 1px solid #000;border-radius: 0;padding: 9px 20px;line-height: normal;color: #000;
    position: absolute;bottom: 40px;right: 0;font-family: 'Montserrat', sans-serif;font-weight: 400;}
#section-eight .btn-contact:hover {background: #fff;border: 1px solid #000;border-radius:0;padding:9px 20px;line-height:normal;color:#000;}
#section-eight .wpb_text_column ul {padding: 0; margin: 0px;}
#section-eight .wpb_text_column ul li {list-style: none; font-size: 14px; line-height: 17px; font-family: 'Abhaya Libre', serif; color: #000; font-weight: 500;    font-family: 'Montserrat', sans-serif;}


#section-nine {background-color: #d6d8d4; padding-bottom: 50px; border-top: 1px solid #9a8b89;  border-bottom: 1px solid #9a8b89;}
#section-nine .btn-contact {background: none;border: 1px solid #000;border-radius: 0;padding: 9px 20px;line-height: normal;color: #000;
    position: absolute;bottom: 40px;right: 0;font-family: 'Montserrat', sans-serif;font-weight: 400;}
#section-nine .btn-contact:hover {background: #fff;border: 1px solid #000;border-radius:0;padding:9px 20px;line-height:normal;color:#000;}
#section-nine .wpb_text_column ul {padding: 0; margin: 0px;}
#section-nine .wpb_text_column ul li {list-style: none; font-size: 14px; line-height: 18px; font-family: 'Abhaya Libre', serif; color: #000; font-weight: 500;    font-family: 'Montserrat', sans-serif;}






.accordion-footer {display:none !important;}
.white-space-fix h1 {margin: 30px 0 20px 0;}


.section-blog-view1 .btn-preise-call { background: none; border: 1px solid #000; border-radius: 0; padding: 9px 20px; line-height: normal; color: #000;  position: absolute; bottom: 40px;  right: 0; font-family: 'Montserrat', sans-serif; font-weight: 400; width: auto;  bottom: -5px; min-width: 177px; text-align: center;}
.section-blog-view1 .btn-preise-call:hover {background: #fff;border: 1px solid #000;border-radius: 0;padding: 9px 20px;line-height: normal;color: #000;}

#section-six .btn-preise-call {bottom: -15px;}
#section-seven .btn-preise-call {bottom: -15px;}



#accordion-footer-common { display:block !important;}
#accordion-footer-common .vc_tta-panel-body .vc_row {border-bottom: 1px solid #9a8b89;padding-bottom: 30px;}
#accordion-footer-common .vc_tta-panel-body .vc_row:last-child {border-bottom: 0px solid #9a8b89;padding-bottom: 0px;}


.block3-text-shift {display: flex; margin-bottom: -200px;}
.block-one-text-shift {float: left;margin-top: -412px;}
.block-one-text-shift .first-one {}

.home-services h1 {font-size: 0px;}
.accordion-view-inner h1 {font-size: 0px;}
.section-blog-view1 h1 {font-size: 0px !important;}



/********** Footer css ***********/

#inner-footer {padding: 0px 0 0px;color: #000;border-top: 1px solid #9a8b89; border-bottom: 1px solid #9a8b89; background: #fff;}
#inner-footer a {color: #000;}
#inner-footer .container {}
#inner-footer .row {}
#inner-footer .row .col .widget {padding: 0 10px;}
#inner-footer .row .col {width: auto; flex-basis: auto;border-right: 1px solid #9a8b89;padding-bottom: 10px;}
#inner-footer .row .col:last-child {border-right: 0px solid #9a8b89;}
#inner-footer .widgettitle {font-size: 16px;font-weight: 500; margin: 25px 0 5px 0;line-height: normal;}
#inner-footer .textwidget {}
#inner-footer .textwidget p {font-size: 14px;margin-bottom: 15px; line-height:normal;font-family: 'Abhaya Libre', serif;color: #000;font-weight: 700;}
#inner-footer .textwidget ul {margin:0px; padding:0px;}
#inner-footer .textwidget ul li {margin:0px; padding:0px; list-style:none;line-height: 18px;}
#inner-footer .textwidget ul li a {color:#000;font-size: 14px;font-family: 'Abhaya Libre', serif; color: #000; font-weight: 700;}
#inner-footer .textwidget ul li a:hover {color:#666;}
#inner-footer .menu {margin:0px; padding:0px;}
#inner-footer .menu li {margin:0px; padding:0px; list-style:none;line-height: 18px;}
#inner-footer .menu li a {color:#000;font-size: 14px;font-family: 'Abhaya Libre', serif; color: #000; font-weight: 700;}
#inner-footer .menu li a:hover {color:#666;}

#wrapper-footer {
	background: #222;
	display:none;
}
.copyright {
	color: #fff;
	padding: 20px 0;
}
.copyright .copyright-text {
	line-height: 20px;
	font-size: 16px;
}




.site-main {
	width: 100%;
}
.page-template-default #page-wrapper {
	padding: 0;
}
#error-404-wrapper.wrapper {
	padding: 50px 0;
	text-align: center;
}
#error-404-wrapper.wrapper .field, .search-no-results .input-group .field {
	height: 52px;
}
#search-wrapper.wrapper, #author-wrapper.wrapper, #archive-wrapper.wrapper {
	padding-bottom: 0;
}
#search-wrapper.wrapper .pagination {
	margin-top: 10px;
}
#author-wrapper.wrapper .site-main ul {
	margin-bottom: 0;
}
#author-wrapper.wrapper .site-main ul li {
	padding-bottom: 6px;
}
#author-wrapper.wrapper .site-main ul li:last-child {
	padding-bottom: 0;
}
#search-wrapper.wrapper .hentry {
	border-bottom: solid 1px #e9e9e9;
	margin-bottom: 20px;
}


.navbar .navbar-nav > li > .dropdown-menu {
	background: none;
	margin: 0;
	border: none;
	padding: 0;
	color: #fff;
	border-radius: 0;
	padding: 0;
	left: 35px;
	margin: 0;
	font-size: 14px;
	top: 100%;
	text-transform: uppercase;
}
.navbar.sticky .navbar-nav > li > .dropdown-menu {
	padding-top: 0;
}
.navbar .navbar-nav > li .dropdown-menu {
	font-size: 14px;
}
.navbar .navbar-nav > li .dropdown-menu li:last-child {
	border-bottom: none;
}
.navbar .navbar-nav > li .dropdown-menu li {
	margin-top: 2px;
}
.navbar .navbar-nav > li .dropdown-menu li a {
	color: #fff;
	background: #0099cc;
	padding: 10px 15px;
}
.navbar .navbar-nav > li .dropdown-menu .dropdown-menu {
	padding: 0;
	top: 0;
	left: 100%;
	margin: 0;
	border: none;
	background: none;
}

@media(min-width:768px) {
.navbar .navbar-nav > li .dropdown-menu .dropdown-menu {
	position: absolute;
}
.navbar .navbar-nav > li .dropdown-menu li:hover > .dropdown-menu {
	display: block;
}
.navbar .navbar-nav > li > .dropdown-menu {
	position: absolute;
}
.navbar .navbar-nav > li .dropdown-menu li:hover a {
	background: #0086b2;
}
.navbar .navbar-nav > li:hover > .dropdown-menu {
	display: block;
}
.toggle.hc-nav-trigger {
	display: none!important;
}
}



#error-404-wrapper.wrapper {
	padding: 0 0 50px;
	text-align: center;
}
.search-no-results #content {
	padding-bottom: 50px;
	text-align: center;
}
.search-results #content {
	padding-bottom: 30px;
}
.single-post #content {
	padding-bottom: 30px;
}



.no-click-h {}
.no-click-h h2 {text-align: center !important;
    margin-top: 150px !important;
    pointer-events: none;}
.no-click-h h6 {margin: 0 0 10px 0;
    pointer-events: none;}
.no-click-h .vc_btn3-container { display:none !important;}
.no-click-h .wpb_single_image { margin: 70px;}

.no-click-h > .wpb_column:first-child .vc_column-inner {
    border-right: 0px solid #9a8b89 !important; 
}

.no-click-h .services5 .vc_column-inner > .wpb_wrapper  {}
.no-click-h .services5 .vc_column-inner > .wpb_wrapper  h2 {text-align: right !important;}
.no-click-h .services5 .vc_column-inner > .wpb_wrapper  h6 {text-align: right !important;}
.no-click-h .services5 .vc_column-inner > .wpb_wrapper  .wpb_text_column ul {text-align: right;}

.no-click-h .services6 .vc_column-inner > .wpb_wrapper .wpb_single_image {text-align: left; margin: 70px 0px 70px 0px;} 
.no-click-h .services6 .vc_column-inner > .wpb_wrapper .wpb_single_image img {width: auto;} 


.appointentm-btn {position: absolute; left: auto; right: 10%;}
.appointentm-btn a {color: #00FF00; font-size: 18px; text-transform: uppercase; font-weight: 500; line-height: normal;}






#section-one .set-thum-img .wpb_single_image { display:inline-block; vertical-align:top; width:48%;}
#section-one h4 {margin: 0 0 20px 0; font-weight: 500;color: #000;font-size: 16px;}
#section-one .wpb_text_column ul {}
#section-one .wpb_text_column ul li {list-style: none; font-size: 14px;line-height: 18px;
    font-family: 'Abhaya Libre', serif; color: #000; font-weight: 500;    font-family: 'Montserrat', sans-serif;}

.adjust-para-h .wpb_wrapper .wpb_text_column {width: 45%; margin-right: 20px;}
.adjust-para-r .wpb_wrapper .wpb_text_column {display: inline-block; width: 45%; margin-left: 20px;
    vertical-align: top;  float: none;}


.no-content-show-d {display: none !important;}
.manage-center {}
.manage-center > .vc_column-inner > .wpb_wrapper h2 {margin: 0px;}
.manage-center > .vc_column-inner > .wpb_wrapper {display: flex; align-items: center; justify-content: center;}
.space-more {padding-bottom: 20px;}


@media(max-width:1199px) {
#inner-footer .row .col .widget {padding: 0 0px;}


}



@media(max-width:991px) {
.navbar .navbar-nav > li > a.nav-link {font-size: 14px;	padding: 26px 20px;}
.accordion-view-inner .white-border-text > .wpb_wrapper {margin-right: 0px;}

.home-main-banner {padding-top: 165px; padding-bottom: 150px;}
.home-other-banner {padding-top: 110px; padding-bottom: 160px;}

.section-blog-view1 .white-border-text > .wpb_wrapper {margin-right: 0px;}
#inner-footer .row .col {width: 100%;border: none; border-bottom: 1px solid #9a8b89;}
#inner-footer .row .col:last-child {border-bottom: 0px solid #9a8b89;}
#inner-footer .textwidget ul { margin: 0 0 10px 0;}

.home-services h1 {margin: 30px 0 30px 0px;}
.home-services .wpb_column .vc_column-inner > .wpb_wrapper {padding-left: 50px; padding-bottom: 50px;   min-height: inherit;}

.home-main-slider .slick-slide .carousel-caption h2 {margin:130px 0 0 0;}

.home-services .services1 .wpb_text_column {display: block;}
.home-services .services1 .wpb_text_column p br { display:none;}

.home-services .services3 .wpb_text_column {margin: 0 0px 0 0px;}
.home-services .services3 .wpb_text_column p br {display: none;}
.block3-text-shift {margin-bottom: 0px;}

}

@media(max-width:767px) {
.no-click-h h2 {margin-top:0px !important;}
.container {max-width: 100%;}
.menu-main-menu-container {display: none!important;}
#wrapper-navbar .navbar .navbar-brand img {height: 50px; width:auto;}
#wrapper-navbar .navbar.sticky .navbar-brand img {height: 30px;}
#menuToggle {display: none;}
.navbar-block {height: auto;padding: 5px 15px;}
.navbar {height: auto;}

.home-main-banner h2 {font-size: 24px; letter-spacing: 0px;}
.home-main-banner h2 br {display:none;}
.home-main-banner {padding-top: 200px; padding-bottom: 210px; background-position:center top;}

.home-other-banner {padding-top: 100px; padding-bottom: 200px;}
.home-other-banner h2 {font-size: 24px; margin: 0 0 0px 0px; letter-spacing: 0px; text-align: center !important;}
.home-other-banner h2 br {display:none;}


.home-services .wpb_column .vc_column-inner > .wpb_wrapper {padding-left: 20px; padding-right: 20px;}
.home-services h1 {margin: 0px 0 0px 0px;}
.home-services .services1 h2 {margin: 20px 0 30px 0px;}
.home-services .services1 h2 br {display:none;}
.home-services .services3 .wpb_text_column {margin: 0 0px 0 0px;}
.home-services .wpb_column .vc_column-inner > .wpb_wrapper .wpb_text_column p {padding-right: 0;text-align: left !important;}
.home-services .wpb_column .vc_column-inner > .wpb_wrapper .wpb_text_column p br {display:none;}
.home-services .wpb_column .vc_column-inner > .wpb_wrapper .vc_btn3-container {bottom: 20px;}
.home-services .wpb_column .vc_column-inner > .wpb_wrapper ul li br {display:none;}

.home-services .services2 h2 {margin: 20px 0 30px 0px; text-align: left !important;}
.home-services .services3 h2 {margin: 20px 0px 30px 0; text-align: left !important;}
.home-services .services4 h2 {margin: 20px 0 10px 0px; text-align: left !important;}
.home-services .services4 h6 {text-align: left !important;}
.home-services .services6 h2 {margin: 0px 0 30px 0px; text-align: left !important;}
.home-services .wpb_column .vc_column-inner > .wpb_wrapper ul {text-align: left;}

.accordion-footer .wpb_column .vc_column-inner .vc_tta-container .vc_tta-panel-heading .vc_tta-controls-icon {width: 24px;height: 24px; left: 15px;}
.accordion-footer .wpb_column .vc_column-inner .vc_tta-container .vc_tta-panel-heading .vc_tta-title-text {font-size: 24px;}
.accordion-footer .wpb_column .vc_column-inner .vc_tta-container .vc_tta-panel-heading a {padding-top: 40px; padding-bottom: 40px;}

.accordion-view-inner {padding-left: 20px; padding-right: 20px;    padding-top: 10px;}
.accordion-view-inner h1 {margin: 0 0 30px 0;}
.accordion-view-inner h2 {margin: 0 0 20px 0; min-height: inherit;}
.accordion-view-inner h2 br { display:none;}
.accordion-view-inner .wpb_raw_html .wpb_wrapper ul {padding: 0 0 0 0px; margin: 0px 0 0 0;}
.accordion-view-inner .vc_btn3-container {bottom: 10px; right: auto; left: 0;}
#section-two .wpb_raw_html .wpb_wrapper ul {margin: 0px 0 0 0; padding: 0;}
#section-two .btn-contact {bottom: 10px; right: auto; left: 15px;}
.element-close {margin: 0 0px 0 0px;}

#section-two h3 {margin: 0px 0 30px 0;}
#section-two h1 {margin: 0px 0 20px 0;}
#section-four h3 {margin: 0px 0 30px 0;}
#section-five h3 {margin: 0px 0 30px 0;}
#section-four .wpb_raw_html .wpb_wrapper ul {margin: 0px 0 0 0; padding: 0;}
#section-four .btn-contact {bottom: 10px; right: auto; left: 15px;}

#section-six .btn-contact {bottom: 10px; right: auto; left: 15px;}
#section-seven .btn-contact {bottom: 10px; right: auto; left: 15px;}
#section-eight .btn-contact {bottom: 10px; right: auto; left: 15px;}
#section-nine .btn-contact {bottom: 10px; right: auto; left: 15px;}

.section-blog-view1 .fotorama .fotorama__arr--next {right: 30px;background-size: cover;}
.section-blog-view1 .fotorama .fotorama__arr--prev {left: 30px; background-size: cover;}
.section-blog-view1 .wpb_raw_html .wpb_wrapper ul {padding: 0 0 0 0px; margin: 0px 0 0 0;}
.section-blog-view1 .wpb_raw_html .wpb_wrapper ul li:first-child {display: none;}
.section-blog-view1 .more-link-btn {bottom: 10px;right: auto; left: 15px;}
#section-five .wpb_raw_html .wpb_wrapper ul {margin: 0px 0 0 0; padding: 0;}
#section-five .btn-contact {bottom: 10px; right: auto; left: 15px;}
#section-three .wpb_raw_html .wpb_wrapper ul {margin: 0px 0 0 0;}
#section-three .btn-contact {bottom: 10px; right: auto; left: 15px;}
.section-blog-view1 h2 br { display:none;}

.hc-offcanvas-nav a, .hc-offcanvas-nav .nav-item {color: #000 !important;}

.section-blog-view1 h3 {font-size: 36px;  margin: 0px 0 30px 0; word-break: break-word;}
.home-services  {}
.home-services > .wpb_column {width: 50%;}
.home-services > .wpb_column:first-child .vc_column-inner {border-right: 1px solid #9a8b89;}
.home-services > .wpb_column .vc_column-inner {padding-top: 0px !important;}
.home-services .wpb_column .vc_column-inner > .wpb_wrapper {padding-bottom:0px; padding-left: 0px; padding-right: 0px; min-height: 200px; display: grid;align-items: center;}
.home-services > .wpb_column .vc_column-inner h1 {display: none;}
.home-services > .wpb_column .vc_column-inner h2 {text-align: center !important;word-break: break-word;font-size: 26px; margin:0px;}
.home-services > .wpb_column .vc_column-inner .wpb_text_column {display: none;}
.home-services > .wpb_column .vc_column-inner > .wpb_wrapper .vc_btn3-container {left: 8px; bottom: 5px;}
.home-services > .wpb_column .vc_column-inner > .wpb_wrapper .vc_btn3-container .vc_general {font-size: 70px;}
.home-services > .no-view-mob {display: none !important;}
.home-services > .wpb_column.services3 {}

.home-services > .wpb_column.services3 .vc_column-inner {border-right: 1px solid #9a8b89;}

.home-main-slider .slick-slide .carousel-caption h2 {font-size: 20px;margin:90px 0 0 0; line-height: 28px;}

.element-close .vc_general {font-size: 90px;line-height: 18px;font-weight: 100;color: #2a2a29 !important;text-shadow: none;box-shadow: none;}
.accordion-view-inner .white-border-text > .wpb_wrapper {display: none;}
.section-blog-view1 .white-border-text > .wpb_wrapper {display: none;}

.accordion-view-inner .wpb_raw_html .wpb_wrapper ul li:first-child {}

#wrapper-navbar .navbar-block .navbar-box .navbar-brand {display: none;}
#wrapper-navbar .navbar-block .navbar-box .logomobile {display: block;}
#wrapper-navbar .navbar-block .navbar-box .logomobile img {height: 25px;}
.hc-offcanvas-nav h2 a {opacity: 0;}

.block3-text-shift { display:inherit;}
.block-one-text-shift {margin-top: 0px;}

.no-click-h .services6 .vc_column-inner > .wpb_wrapper .wpb_single_image {margin: 20px 70px;}	
.no-click-h .services5 .vc_column-inner > .wpb_wrapper h2 {margin-top: 70px !important;margin-bottom: 20px;}
.no-click-h .services5 .vc_column-inner > .wpb_wrapper h6 {margin-top: -75px !important;}	
.appointentm-btn a {font-size: 14px;}

#section-one .btn-contact {right: auto; bottom: 10px;}	
.section-blog-view1 .btn-preise-call {right: 20px; width: auto; bottom: 10px; min-width: inherit;}	
#section-six .btn-preise-call {bottom: 10px;}
#section-seven .btn-preise-call {bottom: 10px;}

.sculpt-btn-box .vc_column-inner .wpb_wrapper .open-tab-form-b a.btn-contact {right: auto !important; left: 25px !important; bottom: 10px !important;}
#section-new {display: block;}
#section-new .services7.services10.manage-center.wpb_column.vc_column_container.vc_col-sm-12.vc_col-has-fill {width: 100%;}
#section-new .services7.services10.manage-center.wpb_column.vc_column_container.vc_col-sm-12.vc_col-has-fill .vc_column-inner {border-right: 0;}
#section-one .wpb_text_column ul {padding: 0;}


}

@media(max-width:500px) {
.home-main-banner {padding-top: 220px; padding-bottom: 260px;}
.home-main-banner h2 {font-size: 18px;}
.home-other-banner {padding-top: 50px; padding-bottom: 120px;}
.home-other-banner h2 {font-size: 18px;}

.home-services h1 {font-size: 30px;}
.home-services .services1 h2 {margin: 10px 0 15px 0px; font-size: 18px;}
.home-services .services2 h2 {margin: 10px 0 15px 0px; font-size: 18px;}
.home-services .services3 h2 {margin: 10px 0 15px 0px; font-size: 18px;}
.home-services .services4 h2 {margin: 10px 0 15px 0px; font-size: 18px;}
.home-services h2 {margin: 10px 0 15px 0px; font-size: 18px;}
.home-services .services6 h2 {margin: 10px 0 15px 0px; font-size: 18px;}
.accordion-view-inner h2 { margin: 0 0 10px 0; font-size: 18px;}

.section-blog-view1 h1 {font-size: 0px !important; margin: 30px 0 10px 0;}
.section-blog-view1 .white-border-text > .wpb_wrapper {width: auto; float:none;height:auto;padding: 10px;  margin-top: 0px; margin-bottom:60px !important; margin-right:0px;}
.section-blog-view1 .white-border-text > .wpb_wrapper h4 {margin: 0 0 70px 0;}
.accordion-view-inner .white-border-text > .wpb_wrapper h4 {margin: 0 0 70px 0;}
.accordion-view-inner .white-border-text > .wpb_wrapper {width: auto; float:none;height:auto;padding: 10px;  margin-top: 0px; margin-bottom:60px !important;}
.accordion-view-inner .vc_btn3-container {bottom: 0px;}
.accordion-view-inner h4 {font-size: 16px;  line-height: 22px;}
.accordion-view-inner h1 {margin: 0 0 10px 0; font-size: 0px;}
.accordion-view-inner {  padding-left: 15px; padding-right: 15px;}
.accordion-view-inner .wpb_raw_html .wpb_wrapper ul li {font-size: 12px; letter-spacing: -0.4px;}


#section-two h3  {font-size: 24px;margin: 0px 0 30px 0;}
#section-three h3 {font-size: 24px; margin: 0px 0 30px 0;}
#section-four h3 {font-size: 24px;margin: 0px 0 30px 0;}
#section-five h3 {font-size: 24px;margin: 0px 0 30px 0;}
#section-six h3 {font-size: 24px;margin: 0px 0 30px 0;}
#section-seven h3 {font-size: 24px;margin: 0px 0 30px 0;}
#section-eight h3 {font-size: 24px;margin: 0px 0 30px 0;}
#section-nine h3 {font-size: 24px;margin: 0px 0 30px 0;}
.section-blog-view1 .wpb_raw_html .wpb_wrapper ul li {font-size: 12px; letter-spacing: -0.5px;}
.home-services .wpb_column .vc_column-inner > .wpb_wrapper {min-height: 170px;}
.home-services > .wpb_column .vc_column-inner h2 { font-size: 14px; margin: 0px; letter-spacing: -0.3px;}
.home-services > .wpb_column .vc_column-inner {padding-left: 8px; padding-right: 8px;}
#wrapper-navbar .navbar .navbar-brand img {height:30px;}
.home-services > .wpb_column .vc_column-inner > .wpb_wrapper .vc_btn3-container {bottom: 0px;}
.home-services > .wpb_column .vc_column-inner > .wpb_wrapper .vc_btn3-container .vc_general {font-size:44px; font-weight:200;}

.home-main-slider .slick-slide .carousel-caption h2 {font-size: 14px !important;margin: 60px 0 0px;line-height: normal;}

.accordion-footer .wpb_column .vc_column-inner .vc_tta-container .vc_tta-panel-heading .vc_tta-controls-icon {width: 19px; height: 19px;}
.accordion-footer .wpb_column .vc_column-inner .vc_tta-container .vc_tta-panel-heading .vc_tta-controls-icon:after {border-width: 0px 0 0 1.7px;}
.accordion-footer .wpb_column .vc_column-inner .vc_tta-container .vc_tta-panel-heading .vc_tta-controls-icon:before {border-width: 1.7px 0 0 0;}
.accordion-footer .wpb_column .vc_column-inner .vc_tta-container .vc_tta-panel-heading .vc_tta-title-text {font-size: 14px;}
.accordion-footer .wpb_column .vc_column-inner .vc_tta-container .vc_tta-panel-heading a {padding-top: 28px; padding-bottom: 28px;}

.section-blog-view1 h3 {font-size: 20px !important; margin: 0px 0 20px 0 !important;}
.section-blog-view1 h2 {font-size: 20px; line-height: 24px;margin: 0 0 20px 0;min-height: inherit;}
.element-close .vc_general {font-size: 74px;line-height: 14px;}
.no-click-h h2 {margin-top: 40px !important;}	
.no-click-h .wpb_single_image {margin: 15px 50px;}
.no-click-h h6 {font-size: 12px;margin: -120px 0 0 0;}
.services-single-mob h2 {margin-top: 50px !important;}	
.no-click-h .services5 .vc_column-inner > .wpb_wrapper h2 {margin-top: 40px !important;}
.no-click-h .services5 .vc_column-inner > .wpb_wrapper h6 {margin-top: -110px !important;}	
.no-click-h .services6 .vc_column-inner > .wpb_wrapper .wpb_single_image {margin: 20px 60px;}	
.appointentm-btn {left: 0; right: 0; top: 50px; text-align: center;}
.appointentm-btn a {font-size: 12px;background:#00FF00; color:#000;padding:5px 9px;border-radius: 5px;font-weight: 600;}	
.section-blog-view1 .wpb_text_column p {font-size: 12px;}
#section-one .wpb_text_column ul li	{font-size: 12px;}
#section-two .wpb_text_column p {font-size: 12px;}
#section-two .wpb_text_column ul li {font-size: 12px;}
#section-four .wpb_text_column p {font-size: 12px;}
#section-four .wpb_text_column ul li {font-size: 12px;}
#section-five .wpb_text_column p {font-size: 12px;}
#section-five .wpb_text_column ul li {font-size: 12px;}	
#section-six .wpb_text_column ul li {font-size: 12px;}
#section-seven .wpb_text_column ul li {font-size: 12px;}
#section-eight .wpb_text_column ul li {font-size: 12px;}	
#section-nine .wpb_text_column ul li {font-size: 12px;}	
	
}

@media(max-width:460px) {
.no-click-h .wpb_single_image {}
.no-click-h h2 {margin-top: 15px !important;}
.no-click-h h6 {margin: -85px 0 0 0;}
.no-click-h .services6 .vc_column-inner > .wpb_wrapper .wpb_single_image {margin: 20px 35px;}	
.no-click-h .services5 .vc_column-inner > .wpb_wrapper h2 {margin-top: 25px !important;}
.no-click-h .services5 .vc_column-inner > .wpb_wrapper h6 {margin-top: -90px !important;}
.appointentm-btn a {}
	
}




#section-new-inner .wpb_wrapper ul {
    list-style: none;
    padding: 0px;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
}

.em-fix .wpb_text_column.wpb_content_element.open-tab-form-b:hover{
	background: #fff;	
}
ul.dauer_list {margin: 0 !important;}
h6.sub_heading {padding: 50px 30px 0px;font-size: 17px;font-weight: 500;}

#section-new-inner .btn-contact {
	background: none;
    border: 1px solid #000;
    border-radius: 0;
    padding: 9px 20px;
    line-height: normal;
    color: #000;
    position: absolute;
    bottom: 40px;
    right: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
#section-new-inner .wpb_text_column p {
    display: table;
}
