body.custom-font-enabled, body {
	font:400 15px/25px 'Poppins', sans-serif;
	color: #717070;
	margin:0;
	position: relative;
	background-color:#fff;
	text-rendering:initial;
}
.clr {
	clear: both;
	height: 0;
	font-size: 0;
	display: block;
}
.cf:before, .cf:after {
	content: '';
	display: block;
	clear: both;
}
.cf {
	display: block;
}
.cf {
 *display: block;
	_display: block;
 *zoom: 1;
}
ul {
	list-style: none !important;
	padding-left: 0;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
h4, h5, h6 {
	font-weight: normal;
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    color: #003056;
    line-height: 1.3em;
    font-weight: 400;
    letter-spacing: 0.3px;
}
h5 {
	font-size:18px;
	}
h2 {
    letter-spacing: 0.1px;
    font-size: 48px;
}	
p:not(:last-child) {
    margin-bottom: 20px;
}	
b {
	color: #343434;
}
hr {
	border-color: #cfcfce;
}
address {
	margin-bottom: 0;
}
a:hover, a:focus {
	color: #2A6496;
	text-decoration: none;
}
a:focus {
	outline: none;
	outline-offset: 0;
}

/*=========================*/
.topHeader{
	background:#ffffff;
	padding: 8px 0 7px;
	}
.tpRight_sec{
	padding-left:413px;
	}
ul.tpInfo{margin:0px;padding:0px;position: relative;
top: 4px;}	
ul.tpInfo li{
	display:inline-block;
	position:relative;
	line-height:20px;
	color:#575656;
	padding-left:22px;
	}	
ul.tpInfo li .fa-map-marker::before {
    content: "\f041";
}
ul.tpInfo li i.fa{
	position:absolute;
	top:0;
	left:0;
	font-size:20px;
	color:#947640;
	}
ul.tpInfo li p{
	margin:0px;
	}
ul.tpInfo li a {
	color:#575656;
	}
ul.tpInfo li:not(:last-child){
	margin-right:40px;
	}
.tpHdr_social {
	float:right;
	position: relative;
	z-index: 1;
	}
.hdrBnr_sec {
	position:relative;
	}
.indvLogo {
	padding:0 10px 10px;
	background:rgba(255,255,255,0.8);
	box-shadow:0 0 13px rgba(0,0,0,0.75);
	margin-top:-50px;
	}
.navbar-default .navbar-brand {
    color: #777;
	height:auto;
	background:#fff;
	border-left:1px solid #878a8a;
	border-right:1px solid #878a8a;
	border-bottom:1px solid #878a8a;
}	
.navbar-default .navbar-brand:hover, 
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: #fff;
}	
.navbar-default{
	position:absolute;
	top:0;
	width:100%;
	background:none;
	border:none;
	box-shadow:none;
	}
.navbar-default .navbar-nav > li > a {
    color: #fff;
	text-shadow:none;
	font:500 16px/25px 'Poppins', sans-serif;
	text-transform:uppercase;
}

.tp-thumbs.inner {
	transform: matrix(1, 0, 0, 1, 376, -211) !important;
	}
.tp-thumbs.inner .tp-thumb {
	border-radius:15px;
	overflow:hidden;
	}
.nav.navbar-nav{
	margin-top:30px;
	padding-right:45px;
	}
.titleBxset {
	background: -moz-linear-gradient(left,  rgba(74,52,8,1) 0%, rgba(90,64,7,1) 23%, rgba(116,82,5,0.38) 59%, rgba(145,102,2,0.01) 99%, rgba(145,102,2,0) 100%) !important;
background: -webkit-linear-gradient(left,  rgba(74,52,8,1) 0%,rgba(90,64,7,1) 23%,rgba(116,82,5,0.38) 59%,rgba(145,102,2,0.01) 99%,rgba(145,102,2,0) 100%) !important;
background: linear-gradient(to right,  rgba(74,52,8,1) 0%,rgba(90,64,7,1) 23%,rgba(116,82,5,0.38) 59%,rgba(145,102,2,0.01) 99%,rgba(145,102,2,0) 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a3408', endColorstr='#00916602',GradientType=1 ) !important;
}
.yourSalon{color: rgba(255, 255,255,0.6)!important;}

.wrapper {
	float: right;
	margin-top: -40px;
	}
.btn_search {
    text-align: right;
    position: static;
    float:right;
    margin: 0;
}

.btn_search .fa {
  color: rgba(255,255,255,0.7);
  font-size: 25px;
  cursor: pointer;
}

/*.form {
  width:300px;
  height: 100px;
  padding: 0 20px;

  
}
.input {
  width:100%;
  border: 0px;
  background: transparent;
  box-sizing: border-box;
  border-bottom: 3px solid rgba(255,255,255,0.7);
  outline: none;
  padding: 0 20px 10px;
  color: #fff;
  font-size: 20px;
  transition: all 0.5s ease;
  transform: scale(0);
}
#search {
  color: #fff;
  position: relative;
  top: 30px;
  left:50%;
  opacity: 0;
  letter-spacing:0.5px;
  transition: all 0.5s ease;
  transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  text-transform:uppercase;
}
#search.active {
  opacity: 1;
}
.input.active {
  transform: scale(1);
}
#search.move {
  top:75px;
  left:26px;
  font-size: 12px;
}*/
.form {
  width:300px;
  padding: 0 20px;
 position:relative;
 z-index:-1;
  
}
form.search-form{
	position:relative;
	
	}
form.search-form label{
	font-weight:400;
	}
form.search-form label input{
	padding-left:0;
	
	}	
	
.input {
  width:100%;
  border: 0px;
  background: transparent;
  box-sizing: border-box;
  border-bottom: 3px solid rgba(255,255,255,0.7);
  outline: none;
  padding: 0 20px 10px;
  color: #fff;
  font-size: 20px;
  transition: all 0.5s ease;
  transform: scale(0);
}
#search {
  color: #fff;
  position: relative;
  top: 30px;
  left:50%;
  opacity: 0;
  letter-spacing:0.5px;
  transition: all 0.5s ease;
  transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  text-transform:uppercase;
  z-index:555;
}
#search.active {
  opacity: 1;
}
.input.active {
  transform: scale(1);
}
form.search-form .search-submit{
	position:absolute;
	top:32px;
	right:0;
	background:none;
	border:none;
	color:rgba(255,255,255,0.7);
	
	}
form.search-form .search-submit i.fa{
	font-size:24px;
	}
body .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
}

.inner_banner {
	position:relative;
	}
.bannerCaption {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	width:100%;
	}
.bnr_inner {
	background: -moz-linear-gradient(left,  rgba(74,52,8,1) 0%, rgba(131,91,8,0) 100%);
background: -webkit-linear-gradient(left,  rgba(74,52,8,1) 0%,rgba(131,91,8,0) 100%);
background: linear-gradient(to right,  rgba(74,52,8,1) 0%,rgba(131,91,8,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a3408', endColorstr='#00835b08',GradientType=1 );
	padding:45px 25px;
	max-width:611px;
	margin-top: 115px;
	}
.bnr_inner h1{
	font:900 48px/40px 'Roboto', sans-serif;
	color:rgba(255,255,255,0.6);
	text-transform:uppercase;
	margin:0px;
	letter-spacing:-1px;
	}
.bnr_inner.asked-questions h1{
	white-space:nowrap;
	}


.inrTitle h2.elementor-heading-title{
	position:relative;
	padding-bottom:15px;
	}
.inrTitle h2.elementor-heading-title:before{
	content:"";
	display:block;
	width:80px;
	height:6px;
	background:#4a3408;
	position:absolute;
	bottom:0;
	left:0;
	}
.ourStory_column > div.elementor-column-wrap{
	justify-content: flex-end;
	}
.ourStory_column > div.elementor-column-wrap > div.elementor-widget-wrap{
	max-width: 511px;
	}
.jrntscs_form_section form .form-group {
    margin-bottom: 18px;
}	
.jrntscs_form_section form .form-control{
	border:2px solid #434444;
	border-radius:3px;
	box-shadow:none;
	height:69px;
	padding:15px 20px;.
	
	}
.jrntscs_form_section form textarea.form-control{
	height:129px;
	}
.jrntscs_form_section form .form-control::-webkit-input-placeholder { color: #292929; }  /* WebKit, Blink, Edge */
.jrntscs_form_section form .form-control:-moz-placeholder { color: #292929; }  /* Mozilla Firefox 4 to 18 */
.jrntscs_form_section form .form-control::-moz-placeholder { color: #292929; }  /* Mozilla Firefox 19+ */
.jrntscs_form_section form .form-control:-ms-input-placeholder { color: #292929; }  /* Internet Explorer 10-11 */

.jrntscs_form_section form select.form-control{
	 -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
	  background:url(assets/images/select-arrow.jpg) no-repeat right center;
	  padding-right:62px;
	}
.submtBtn{
	margin-top:32px;
	}
.submtBtn .btn-info{
	background:#4a3408;
	border-radius:0;
	font:700 30px/25px 'Roboto', sans-serif;
	text-transform:uppercase;
	color:#fff;
	box-shadow:none;
	border:none;
	padding:17px 60px;
	}


.questions_list [role="tablist"] .elementor-accordion-item {
	margin-bottom:8px;
	box-shadow:0 8px 6px -6px rgba(210,211,211,0.75);
	}
.questions_list [role="tablist"] .elementor-accordion-item:not(:first-child) > div{
	border-top:1px solid #b4b5b5;
	}
/*.questions_list [role="tablist"] .elementor-accordion-item > div{ {
	border-top:none;
	} 
*/

.getStardTitle h2.elementor-heading-title strong{
	color:#947640;
	}
.jrntscs_form_section.getStrdJrnyForm form .form-control{
	border:1px solid #372a0f;
	border-radius:1px;
	box-shadow:none;
	height:48px;
	padding:12px 20px;
	font-size:15px;
	
	}
.jrntscs_form_section.getStrdJrnyForm form textarea.form-control{
	height:168px;
	}
.jrntscs_form_section.getStrdJrnyForm form .form-control::-webkit-input-placeholder { color: #372a0f; }  /* WebKit, Blink, Edge */
.jrntscs_form_section.getStrdJrnyForm form .form-control:-moz-placeholder { color: #372a0f; }  /* Mozilla Firefox 4 to 18 */
.jrntscs_form_section.getStrdJrnyForm form .form-control::-moz-placeholder { color: #372a0f; }  /* Mozilla Firefox 19+ */
.jrntscs_form_section.getStrdJrnyForm form .form-control:-ms-input-placeholder { color: #372a0f; }  /* Internet Explorer 10-11 */

.jrntscs_form_section form select.form-control{
	 -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
	  background:url(assets/images/caret-down.jpg) no-repeat right center;
	  padding-right:36px;
	}

.elementor-269 .elementor-element.elementor-element-897e4b2{
	margin-bottom:0px;
	}
.suitApp_formSec form h2{
	font:900 40px/35px 'Roboto', sans-serif;
	text-transform:uppercase;
	color:#36290e;
	margin:25px 0 35px;
	letter-spacing:-0.5px;
	}
.suiteApplicationForm .row {
	margin:0 -10px;
 	}
.suiteApplicationForm .row [class*=col-]{
	padding:0 10px;
	}	
	
.suitApp_formSec form .form-group {
    margin-bottom:25px;
}
.suitApp_formSec form .form-control{
	color:#372a0f;
	font-size:15px;
	border:1px solid #372a0f;
	border-radius:0;
	box-shadow:none;
	height:48px;
	padding:10px 15px;
	}
.suitApp_formSec form .form-control::-webkit-input-placeholder { color: #372a0f; }  /* WebKit, Blink, Edge */
.suitApp_formSec form .form-control:-moz-placeholder { color: #372a0f; }  /* Mozilla Firefox 4 to 18 */
.suitApp_formSec form .form-control::-moz-placeholder { color: #372a0f; }  /* Mozilla Firefox 19+ */
.suitApp_formSec form .form-control:-ms-input-placeholder { color: #372a0f; }  /* Internet Explorer 10-11 */

.suitApp_formSec form textarea.form-control{
	height:129px;
	}
.suitApp_formSec form canvas.form-control{
	height:90px;
}





.suitApp_formSec form h4{
	font:700 24px/20px 'Roboto', sans-serif;
	color:#36290e;
	margin:15px 0 30px;
	}
.suiteApplicationForm  label{
	font:400 17px/27px 'Roboto', sans-serif;
	color:#372a0f;
	margin-bottom:12px;
	}
.suiteApplicationForm {
	font:400 17px/27px 'Roboto', sans-serif;
	color:#372a0f
	}
.otherInfrmn,
.hairSty {
	font-family:'Poppins';
	}
.thankYoutxt h5{
	font:700 30px/27px 'Roboto', sans-serif;
	color:#947640;
	margin:25px 0 20px;
	}
.signature_sec h6{
	font:400 30px/27px 'Poppins', sans-serif;
	color:#372a0f;
	padding-right:15px;
	margin-top: -40px;
	}
.signature_sec div.wpcf7-form-control-clear-wrap input[type="button"]{
	background: #35280c;
	border: none;
	font: 500 15px/22px 'Poppins';
	color: #dddddd;
	text-transform: uppercase;
	padding: 6px 10px 6px;
	border-radius: 0;
	margin-top:10px;
}



.signature_sec {
	display:flex;
	align-items:center;
}
.thnkDat_sec {
	text-align:right;
	display:flex;
	justify-content:flex-end;
	align-items:center;
	}
.thnkDat_sec p{margin:0;}
.thnkDat_sec > p:first-child{
	font:400 28px/27px 'Poppins', sans-serif;
	color:#372a0f;
	margin:10px 0;
	padding-right:10px;
	}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #cccccc;
    background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #1c94c4;
    font-size: 14px;
    text-align: center;
}
.suitApp_formSec form .date-330 .form-control{
	width:210px;
}


.thankYoutxt .col-sm-12 {
	margin-bottom:30px;
	}
.infrmtnSubmt {
	margin:50px 0 0;
	}	
.infrmtnSubmt .smtbtn {
	background: #35280c;
	border: none;
	font: 700 28px/25px 'Poppins';
	color: #dddddd;
	text-transform: uppercase;
	padding: 16px 70px 16px;
	border-radius:0;
	}	
.suiteApplicationForm .row.row-05 [class*=col-]{
	width:20%;
	}	
.suitApp_formSec form select{
	-webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
	  background:url(assets/images/caret-down-01.jpg) no-repeat right center;
	  padding-right:36px;
	}
.suiteApplicationForm .row.row-04 [class*="col-"]:first-child{
	width:42%;
	}	
.suiteApplicationForm .row.row-04 .col-sm-3 {
    width: 19.33%;
}
.suiteApplicationForm .row.row-05-01 [class*="col-"]:first-child{
	width: 20%;
	} 	
.suiteApplicationForm .row.row-05-01 [class*="col-"]:nth-child(2){
	width: 25%;
	} 	
.suiteApplicationForm .row.row-05-01 .col-sm-3 {
    width: 18.33%;
}
.tstimnial_hm_sec {
    padding: 74px 0px 78px;
}
.why_indivi {
    margin-bottom: 50px!important;
}
.singleprftestiitem {
    background: #fff;
    border: #d5d4d4 5px solid;
    padding: 17px 17px 0px;
    border-radius: 5px;
}
.owl-carousel .owl-item .prftesti_item_thumb img {
    width: auto;
    margin: -100px auto 15px;
}
.prftestiloopSection .owl-carousel .owl-stage-outer{
	padding:90px 0 0;
}
p.des_para{
	font-style: italic;
    line-height: 23px;
    color: #444343;
    font-size: 16px;
    position: relative;
}
p.des_para:before, p.des_para:after {
    content: "\f10d";
    font-family: 'FontAwesome';
    font-size: 30px;
    color: #cac9c9;
    font-style: normal;
}
p.des_para:before {
	margin-right: 5px;
}
p.des_para:after {
    content: "\f10e";
    float: right;
}

h3.suitnm, h4.pfof_nm {
    font-size: 17px;
    color: #444343;
}
h3.suitnm {
	margin:11px 0px 25px;
}
.customize_content .elementor-column-wrap.elementor-element-populated {
    display: flex;
    justify-content: flex-end;
	padding-top:80px;

}
.customize_content .elementor-widget-wrap {
    width: 598px!important;
}
.custmsuit_lst_right li, .custmsuit_lst_lft li {
    line-height: 1;
    margin-bottom: 30px!important;
}
.sucess_content .elementor-column-wrap.elementor-element-populated > .elementor-widget-wrap{
    width: 598px!important;
	padding: 60px 0px 0px 80px;
}
.fndprof_srch_frm {
    margin-top: 15px;
}
.fndprof_srch_frm .form-control {
    height: 63px;
    border-radius: 50px;
    background: #e0d7c8;
    padding: 0px 34px;
    border: #846732 1px solid;
}
.fndprof_srch_frm .form-control::placeholder {
	color:#65573d
}
button.btn.sbmtbtn_srchfm {
    padding: 22px 35px;
    line-height: 1;
    background: #252119;
    border-radius: 50px;
    font-size: 22px;
    color: #aca8a1;
    font-weight: 500;
    margin-top: 10px;
}

.contactForm_area .form-group {
    margin-bottom: 25px;
}    
.contactForm_area label{
    font:300 14px/27px 'Roboto';
    color: #363737;
    }
.contactForm_area .form-control {
    border:1px solid rgba(189,189,189,0.7);
    border-radius:0;
    box-shadow:0 0 10px rgba(214,214,214,0.75);
    height:54px;
    }
.contactForm_area textarea.form-control {
    height:94px;
    }
.submitBtn {}
.submitBtn .smtbtn{
    background: #35280c;
    border: none;
    font: 700 22px/22px 'Roboto';
    color: #fff;
    text-transform: uppercase;
    padding: 17px 25px 17px;
    border-radius: 0;
    }
.cntAdrs_list ul li span.elementor-icon-list-icon{
    display:block;
    border:3px solid #4a3408;
    text-align:center;
    width:116px;
    height:116px;
    border-radius:116px;
    line-height:132px;
    margin-right:18px;
    }
.cntAdrs_list.cntAdrs_adrs ul li span.elementor-icon-list-icon{
    line-height:125px;
    }

.lsao_listing ul{
	display:flex;
	justify-content: center;
	}
.lsao_listing ul li:not(:last-child) {
	margin-right:15px;
	}
.lsao_listing ul li span.elementor-icon-list-text{
	padding-left:0px !important;
	}
.yourSlnw_bxsec > .elementor-column-wrap > div.elementor-widget-wrap{
	background:#947640;
	padding-bottom:30px;
	}
.getstrdt_cllus_sec {
    padding: 70px 0px;
}

h2.blg_nm {
    line-height: 1;
    font-size: 21px;
    font-weight: 600;
    color: #413f3f;
    margin-top: 18px;
    margin-bottom: 14px;
}
ul.comnt {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom:35px;
}
ul.comnt li {
    display: flex;
    color: #413f3f;
    align-items: center;
}
ul.comnt li i.fa {
	margin-right:5px;
	font-size:20px;
}
ul.comnt li h5 {
	font-size:15px;
}
.all_blog_ofus_sec {
    padding: 120px 0px 130px;
}
.blog_cnt {
    margin-bottom: 72px;
}
p.blg_sml_des {
    font-size: 15px;
    color: #787676;
    text-align: justify;
    font-weight: 300;
	margin-bottom:43px;
}
p.blg_sml_des a {
	color: #9f7831;
}

a.btn.rdmr_btn_blg {
    padding: 17px 38px;
    background: #4a3408;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 1;
}
p.navrechts {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
p.navrechts a {
    color: #413f3f;
    font-size: 21px;
    font-weight: 600;
    margin: 8px;
}

.all_testi_zigzag {
    padding: 120px 0px;
}
.echtesti_bx.even_bx > .row, .echtesti_bx odd_bx > .row {
    display: flex;
    align-items: center;
}
.echtesti_bx.even_bx .dtls_bx, .echtesti_bx.odd_bx .dtls_bx  {
    padding: 26px;
    border: #dadcdc 1px solid;
}
.echtesti_bx.even_bx .dtls_bx {
	padding-left:65px;
}
.echtesti_bx.odd_bx .dtls_bx {
	padding-right:65px;
}

h3.tsti_ttl.text-uppercase {
    margin: 0px;
    margin-bottom: 12px;
    line-height: 1;
    color: #181d1b;
    font-weight: 600;
    font-size: 30px;
}
p.testi_ds {
    font-size: 15px;
    color: #181d1b;
    margin: 0px;
    font-weight: 300;
    text-align: justify;
	
}
h4.user_desg {
    margin-bottom: 30px;
	font-size: 15px;
    color: #181d1b;
}
.echtesti_bx.even_bx > .row .col-sm-4 {
    width: auto;
    padding-right: 0px;
}
.echtesti_bx.even_bx > .row .col-sm-8 {
	padding-left:0px;
}
.echtesti_bx.odd_bx > .row .col-sm-4 {
    width: auto;
    padding-left: 0px;
}
.echtesti_bx.odd_bx > .row .col-sm-8 {
	padding-right:0px;
}
.echtesti_bx > .row {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}
.echtesti_bx .thmimg_bx img {
    border: #787676 3px solid;
    border-radius: 3px;
    box-shadow: 0px 0px 18px rgb(165, 162, 162,0.8);
} 
/*========== Find A Professional ===========  */
.echpros_bx {
    margin-bottom: 30px;
    min-height: 390px;
    background: #e9e9e9;
   /* display: flex;
    flex-flow: wrap;
    align-content: space-between;*/
}
h4.prf_ttl.text-center {
    width: 100%;
    display: flex;
	min-height:126px;
    /*align-items: center;*/
    background: url(assets/images/test-bg.png) no-repeat center top;
    color: #fff;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    justify-content: center;
	padding:20px 20px;
}
ul.pros_optin {
    padding: 15px 30px 15px;
}
ul.pros_optin li {
    color: #4f4f4f;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}
ul.pros_optin li strong{
    color: #4f4f4f;
}
ul.pros_optin li:last-child {
    color: #e73131;
}
.find_professionals {
    padding: 70px 0px 90px;
}
.fndprf_ttl {
    margin-bottom: 54px!important;
}
.fndprf_ttl h2 {
    font-weight: 300!important;
}
.fndprf_ttl h2 strong{
    font-weight: 700!important;
	color:#947640!important;
}


.startWithbx {
	background:#ebeae9;
	border:1px solid #dedede;
	padding:70px 50px 30px;
	margin-bottom:63px;
	}
.startWithbx h3{
	font:300 48px/35px 'Roboto';
	color: #372a0f;
	text-align:center;
	margin:0px;
	padding:0px;
	}
.startWithbx h3 strong{
	font:italic 900 48px/35px 'Roboto';
	}

.nowCompareBx {
	background:url(assets/images/nowCompare-bg.jpg) no-repeat left top;
	padding:75px 0 55px;
	margin-bottom:70px;
	}
.nowCompareBx h4{
	font:300 40px/35px 'Roboto';
	color: #dea001;
	text-align:center;
	letter-spacing:-1px;
	margin:0px 0 55px;
	padding:0px;
	}
.nowCompareBx h4 strong{
	font:700 40px/35px 'Roboto';
	}
.weeklyRangeRow br{
	display:none;
	}
.weeklyRangeRow {
	position:relative;
	padding-left:165px;
	margin-bottom:70px;
	}
.weeklyRangeRow label{
	font:300 24px/55px 'Roboto';
	color:#fff;
	margin:0px;
	position:absolute;
	top:0;
	left:0;
	}
.weeklyRangeRow .form-control{
	height:55px;
	border-radius:0;
	border:none;
	box-shadow:none;
	}

.lifeTimeIncomebox {
	background:#ebeae9;
	border:1px solid #dedede;
	padding:60px 45px 80px;
	margin-bottom:63px;
	}
.lifeTimeIncomebox h2{
	font:300 48px/35px 'Roboto';
	color: #372a0f;
	text-align:center;
	margin:0px 0 60px;
	padding:0px;
	}
.lifeTimeIncomebox h2 strong{
	font:italic 900 48px/35px 'Roboto';
	}
.lifeTimeIncomebox br{
	display:none;
	}
.lifeTimeIncomebox .row [class*=col] label{
	font:300 18px/55px 'Roboto';
	color:#36290f;
	margin:0px;
	position:absolute;
	top:0;
	left:0;
	}
.thenCalc_row {
	position:relative;
	padding-left:160px;
	}
.thenCalc_row.thclasec-02 {
	padding-left:190px;
	}
.lifeTimeIncomebox .form-control{
	height:55px;
	border-radius:0;
	border:1px solid #c7c7c7;
	box-shadow:none;
	}

.yourResults_Sec {
	background:#947640;
	padding:75px 0 90px;
	}
.yrsRsltHdr {
	margin-bottom:40px;
	}
.yrsRsltHdr h2{
	font:700 60px/45px 'Roboto';
	color:#fff;
	text-transform:uppercase;
	margin:0px 0 20px;
	}
.yrsRsltHdr p{
	font:300 24px/30px 'Roboto';
	color:#fff;
	max-width:550px;
	margin:0 auto;
	}
	
.yourResults_Sec .row{
	margin:0 -10px;
	}
.yourResults_Sec .row [class*=col]{
	padding:0 10px;
	}
.yourResults_Sec .form-group {
    margin-bottom: 25px;
}	
.yourResults_Sec .form-control{
	height:48px;
	border-radius:0;
	border:1px solid #73592b;
	box-shadow:none;
	}
.yourResults_Sec select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background:#fff url(assets/images/caret-down-02.jpg) no-repeat right center;
    padding-right:42px;
}	
	
.yourResults_Sec .submitBtn .smtbtn {
    font: 700 32px/22px 'Poppins';
    padding:19px 80px 19px;
	margin-top:18px;
}


.abtSalon_clmrow figcaption.widget-image-caption{
    color: #FFFFFF;
    background-color: #947640;
    font-family: "Roboto", Sans-serif;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 30px;
}


.questions_list div.elementor-accordion-item ul{
	margin:20px 0;
	list-style: circle !important;
	padding-left: 15px;
}
.questions_list div.elementor-accordion-item a {
	color:#9f7831;
}

.social_iconList i.fa{
	font-family:'FontAwesome';
}
.social_iconList .fa-facebook-f::before, .social_iconList .fa-facebook::before {
    content: "\f09a";
}
.social_iconList a {
    display: inline-block;
    border: 1px solid #9f7831;
    color: #9f7831;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    text-align: center;
    line-height: 30px;
    margin: 0 2px;
}



.mnmn_listing ol{
	padding:0 0 0 25px;
}
.mnmn_listing ol li{
	
}
.mnmn_listing ol li:not(:last-child){
	margin-bottom:20px;
}

.single-ourblogs .bnr_inner h1 {
    font: 900 32px/40px 'Roboto', sans-serif;
    letter-spacing: 0;
}
.reasns_prglink a {
	color:#9f7831;
}




/*Footer Container
===========================*/
.footerContainer {
	background:#d5d7d8;
	}
.tpFtr_container {
	padding:55px 0 42px;
	}
.ftrLeft_Sec {
	margin:0 -15px;
 	}
.ftrLeft_Sec #nav_menu-2.widget_nav_menu{
	width:40%;
	}	
.ftrLeft_Sec #nav_menu-4.widget_nav_menu{
	width:26%;
	}	
		
.ftrLeft_Sec div.widget_nav_menu {
	width:33.333%;
	float:left;
	padding:0 15px;
	}	
.ftrLeft_Sec div.widget_nav_menu li {
	margin-bottom:10px;
	position:relative;
	padding-left:14px;
	}	
.ftrLeft_Sec div.widget_nav_menu li:before{
	content:"\f105";
	font-family:'FontAwesome';
	position:absolute;
	top:0;
	left:0;
	}
.tpFtr_container h2{
	font:900 22px/25px 'Roboto';
	color:#2e2a20;
	text-transform:uppercase;
	margin: 0 0 16px;
	} 	
.ftrLeft_Sec ul li a {
	font:500 17px/25px 'Poppins';
	color:#4d4a4a;
	}
.ftright_Sec form{
	position:relative;
	}
.ftright_Sec p.wysija-paragraph{
	margin-bottom:0px;
	padding-right:143px;
	}
.ftright_Sec p.wysija-paragraph,
.ftright_Sec p.wysija-paragraph + input{
	display:inline-block;
	}	
.ftright_Sec input.wysija-input{
	height:55px;
	border:1px solid #a0a1a2;
	border-radius:0;
	box-shadow:none;
	padding:6px 18px;
	width:100%;
	}	
.ftright_Sec input.wysija-submit{
	background:#9f7831;
	border:none;
	font:700 18px/25px 'Roboto';
	color:#000000;
	text-transform:uppercase;
	padding: 15px 20px 14px;
	margin:0px;
	position:absolute;
	top:0;
	right:0;
	}
.ftright_Sec form div.formError{
	top: 100% !important;
	left: 0 !important;
	}	
	
		
#cnss_widget-2 {
	margin-top:20px;
	}	
 ul#ftr_social_icon.cnss-social-icon li a img{
	 margin:0 !important;
	 }	
ul#ftr_social_icon.cnss-social-icon li:not(:last-child){
	margin-right:9px !important;
	}	
	
.btmFtr_container{
	 background:#010101;
	 padding:15px 0 14px;
	}

.weAccept {
	text-align:right;
	}
	
.weAccept h5,
.weAccept img{
	display:inline-block;
	vertical-align:middle;
}
.weAccept h5 {
	font:500 18px/25px 'Roboto', sans-serif;
	color:#a9abac;
	text-transform:uppercase;
	margin-right:10px;
}
.ftr_copyRight {
	color:#d5d7d8;
	padding: 6px 0 0;
	}
.ftr_copyRight p {
	margin:0px;
}


.profitCalculatorForm div.occf7rs_slider {
    margin: 0;
}
.startWithbx h3{
	margin: 0 0 60px;
}
.startWithbx label,
.estmwklyexpens label{
	font:300 30px/25px 'Roboto', sans-serif;
	color:#372a0f;
	margin-bottom: 15px;
}
.startWithbx .rtooltip,
.estmwklyexpens .rtooltip {
	padding: 0;
	background:none;
	font:300 20px/25px 'Roboto', sans-serif;
	color:#372a0f;
	letter-spacing: 2px;
	left:-16px !important;
	
}
.startWithbx .oc_top::after,
.startWithbx .oc_bottom::after,
.estmwklyexpens .oc_top::after,
.estmwklyexpens .oc_bottom::after{
	display:none;
}
.startWithbx .ui-slider .ui-slider-handle,
.estmwklyexpens .ui-slider .ui-slider-handle{
	width:21px;
	height:21px;
	border: 2px solid #846733;
}
.startWithbx .ui-widget-content,
.estmwklyexpens .ui-widget-content{
    border: none;
    background: #947640;
    color: #333333;
	height:6px;
	border-radius: 0;
}
.startWithbx .form-group {
    margin-bottom: 65px;
}

.estmwklyexpens .ui-widget-content{
	background: #fff;
}
.estmwklyexpens label{
	color:#fff;
	margin-bottom:25px;
}
.estmwklyexpens .rtooltip{
	color:#ebeae9;
}
.estmwklyexpens .ui-slider .ui-slider-handle{
	border: 2px solid #ebeae9;
}


.lifeTimeIncomebox .form-control,
.weeklyRangeRow .form-control{ 
  -webkit-appearance: none; 
	appearance: none; 
	padding-right:5px;
}

span.number-772,
span.number-773,
span.number-900{
	position:relative;
	display:block;
}

span.number-772::after, 
span.number-772::before,
span.number-773::after, 
span.number-773::before,
span.number-900::after, 
span.number-900::before{
    position: absolute;
    right: 5px;
    width: 20px;
    height:21px;
    font-size:18px;
    pointer-events: none;
    background: #fff;
	color: #70695e;
}

span.number-772::before,
span.number-773::before,
span.number-900::before{
    content: "\25BC";
    margin-bottom: 10px;
    bottom:0;
}
span.number-772::after,
span.number-773::after,
span.number-900::after{
    content: "\25B2";
    top: 7px;
}



h4.prf_ttl.text-center{
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.proscnfsTestmls{
	border-top:1px solid #c9ba9f;
	margin:40px 0 50px;
}
.proscnfsTestmls .dtls_bx{
	text-align:center;
}
.proscnfsTestmls .dtls_bx p.testi_ds {
    color: #626060;
    margin: 0px;
	font:400 15px/24px 'Poppins';
	text-align:center;
	padding:35px 0;
}
.proscnfsTestmls h4.user_desg{
	margin-bottom:0px;
}

.proscnfsTestmls .owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin:0px 4px;
    background: #947640;
}
.proscnfsTestmls .owl-theme .owl-dots .owl-dot.active span, 
.proscnfsTestmls .owl-theme .owl-dots .owl-dot:hover span{
	background: #282020;
}


.mnmn_listing ul {
    list-style-type: square !important;
    padding-left: 15px;
}
.mnmn_listing ul li:not(:last-child){
	margin-bottom:8px;
}

.indvs_container{ padding: 30px 0 40px;}
.tprw h2.prftbld_hdng{ margin:0 0 5px; padding:0;font:900 30px/35px "Roboto", Sans-serif;color: #292929;}
.tprw h4.smibld_ttl{margin:0 0 25px; padding:0;font:700 22px/25px "Roboto", Sans-serif;color: #2e2a20;}

.res_row .clt_scnario{ border:1px solid #d5d5d5;}
.clt_scnario h3{margin:0; padding:9px 12px;font:600 20px/30px "Poppins";color: #fff; background:#947640;}
.clt_scnario ul li{ background:#fff;padding:12px 12px;font: 400 16px/22px 'Poppins';color: #4d4a4a;}
.clt_scnario ul li:nth-child(even){background:#f5f5f5;}
.clt_scnario ul li::before,
.clt_scnario ul li::after{ clear:both; content:''; display:table; height:0;}
.clt_scnario ul li > span{ float:right; display:block; width:40%;font:600 16px/22px 'Poppins';color: #947640;}


/*Media Query
===========================*/
@media(min-width:1230px){
	.container {
		width:1200px;
	}
}

@media(max-width:1400px){

.custmsuit_lst_right li, .custmsuit_lst_lft li {
    line-height: 1;
    margin-bottom: 15px!important;
}
.sucess_content .elementor-column-wrap.elementor-element-populated > .elementor-widget-wrap{
    width: 598px!important;
	padding: 30px 0px 0px 80px;
}
.sucss_para_hm p {
    font-size: 16px;
    margin-bottom: 10px;
}
.srvculkfr_sec {
    padding: 57px 0px;
}
.echtesti_bx.even_bx .dtls_bx, .echtesti_bx.odd_bx .dtls_bx  {
    padding: 26px;
    border: #dadcdc 1px solid;
}
.echtesti_bx.even_bx .dtls_bx{
	padding-left:60px;
}
.echtesti_bx.odd_bx .dtls_bx {
	padding-right:60px;

}
	
	
}

@media(max-width:1400px) and (min-width:1200px){
	.tp-thumbs.inner {
		transform: matrix(1, 0, 0, 1, 22, -211) !important;
	}
	
}

@media(max-width:1199px) and (min-width:992px){
	.tp-thumbs.inner {
		transform: matrix(1, 0, 0, 1, 22, -211) !important;
	}
ul.tpInfo li:not(:last-child) {
    margin-right: 16px;
}
.tpRight_sec {
    padding-left: 289px;
}	
	.indvLogo .navbar-brand > img{
		width: 200px;
	}
	.navbar-default .navbar-nav > li > a{
		font: 500 15px/25px 'Poppins', sans-serif;
		padding: 15px 8px;
	}	
.sucess_content .elementor-column-wrap.elementor-element-populated > .elementor-widget-wrap {
    width: 100% !important;
    padding: 30px 10px 30px 30px;
}	
body .elementor-34 .elementor-element.elementor-element-1fdd6415 .elementor-heading-title{
		font-size: 36px;
	}
.hmscess_img_lft.elementor-widget-image .elementor-image img{
		height: 467px;
		object-fit: cover;
	}	
.customize_content .elementor-widget-wrap {
    width: 500px !important;
}	
.customize_content .elementor-column-wrap.elementor-element-populated {
	display: block;
    justify-content: initial;
    padding-top: 25px;
    padding-left: 10px;
    padding-bottom: 30px;
}	
body .elementor-34 .elementor-element.elementor-element-53549342 .elementor-heading-title{
		font-size:38px;
	}	
.custmsuite_img.elementor-widget-image .elementor-image img{
	height: 360px;
	object-fit: cover;	
	}	
body .elementor-34 .elementor-element.elementor-element-260001bb .elementor-heading-title{
		font-size: 44px;
	}	
	body .elementor-34 .elementor-element.elementor-element-328930d0 .elementor-icon-list-item{
		font-size: 40px;
	}
body .elementor-34 .elementor-element.elementor-element-328930d0 .elementor-icon-list-icon i{
		font-size: 34px;
	}	
.tpFtr_container h2 {
    font: 900 17px/25px 'Roboto';
	}
ul#ftr_social_icon.cnss-social-icon li a img {
    width: 41px !important;
    height:41px !important;
}	
.ftrLeft_Sec ul li a {
    font: 500 14px/25px 'Poppins';
	}
	.fndprof_srch_frm{
		padding:0 20px;
	}	
	.bnr_inner{
	 padding: 21px 25px;
    max-width: 600px;
    margin-top: 93px;
	}	
	body .elementor-36 .elementor-element.elementor-element-650ce091{
		padding:0 15px;
	}
body .elementor-36 .elementor-element.elementor-element-1e59dfa > .elementor-element-populated {
    padding: 0px 30px 0px 15px;
}	
	body .elementor-36 .elementor-element.elementor-element-df5038c .elementor-heading-title{
		font-size: 40px;
		line-height: 31px;
	}
.ourStory_thumb.elementor-widget-image .elementor-image img {
    vertical-align: middle;
    display: inline-block;
    object-fit: cover;
    height: 410px;
}	
	body .elementor-36 .elementor-element.elementor-element-f9cc638{
		padding: 0px 15px 40px 15px;
	}	
body .elementor-38 .elementor-element.elementor-element-a0c854c > .elementor-element-populated {
    padding: 0px 0px 0 15px;
}	
body .elementor-38 .elementor-element.elementor-element-185196b > .elementor-element-populated {
    padding: 0px 15px 0px 18px;
}	
	body .elementor-38 .elementor-element.elementor-element-323d080{
		padding: 0px 15px 40px 15px;
	}	
body .elementor-38 .elementor-element.elementor-element-4e89dce > .elementor-element-populated {
    padding: 0px 15px 0px 0px;
}	
	body .elementor-38 .elementor-element.elementor-element-63164570{
		padding:0 15px;
	}	
body .elementor-44 .elementor-element.elementor-element-168a7cf2{
		padding: 100px 15px 60px 15px;
	}
.cntAdrs_list ul li span.elementor-icon-list-icon {
    display: block;
    border: 3px solid #4a3408;
    text-align: center;
    width: 65px;
    height: 65px;
    border-radius: 65px;
    line-height: 65px;
    margin-right: 18px;
}	
.cntAdrs_list.cntAdrs_adrs ul li span.elementor-icon-list-icon {
    line-height: 66px;
}	
	body .elementor-44 .elementor-element.elementor-element-1c65a38a .elementor-icon-list-icon i,
	body .elementor-44 .elementor-element.elementor-element-318451b6 .elementor-icon-list-icon i,
	body .elementor-44 .elementor-element.elementor-element-641b275c .elementor-icon-list-icon i{
		font-size:25px;
	}	
	body .elementor-392 .elementor-element.elementor-element-71691efc .elementor-icon-list-item{
		font-size: 15px;
	}	
	body .elementor-392 .elementor-element.elementor-element-71691efc .elementor-icon-list-icon i {
		font-size: 17px;
	}
	body .elementor-279 .elementor-element.elementor-element-e46e0b5{
		padding: 75px 15px 60px 15px;
	}	
	body .elementor-279 .elementor-element.elementor-element-1caa859 {
    padding: 0px 15px 90px 15px;
}
	.allTestimonials_zigzag {
		padding:0 5px;
	}	

	
	
}
@media(min-width:768px){
	
	.sidebarNav {display:none;}
	.blog_cnt{
		    min-height: 662px;
	}
	
	
}
@media(max-width:991px) and (min-width:768px){
	
.tpRight_sec {
    padding-left: 170px;
}
	.tpHdr_social {
    float: right;
    position: relative;
    z-index: 1;
}
	ul.tpInfo{
		line-height:0;
	}	
ul.tpInfo li:not(:last-child) {
    margin-right: 15px;
}	
	ul.tpInfo li{
		padding-left: 18px;
	font-size: 14px;
	}	
	
	ul#tp_social_icon.cnss-social-icon li a img{
		width:20px !important;
		height:20px !important;
	}	
	.indvLogo .navbar-brand > img{
		width: 100px;
	}
.nav.navbar-nav {
    margin-top: 7px;
	}
.navbar-default .navbar-nav > li > a {
    font: 500 13px/25px 'Poppins', sans-serif;
    padding: 15px 5px;
}	
.sucess_content .elementor-column-wrap.elementor-element-populated > .elementor-widget-wrap {
    width: 100% !important;
    padding: 30px 10px 30px 20px;
}	
body .elementor-34 .elementor-element.elementor-element-1fdd6415 .elementor-heading-title{
		font-size: 30px;
	}
.hmscess_img_lft.elementor-widget-image .elementor-image img{
		height: 545px;
		object-fit: cover;
	}	
.customize_content .elementor-widget-wrap {
    width: 360px !important;
}	
.customize_content .elementor-column-wrap.elementor-element-populated {
	display: block;
    justify-content: initial;
    padding-top: 25px;
    padding-left: 10px;
    padding-bottom: 30px;
}	
body .elementor-34 .elementor-element.elementor-element-2f00d011 .elementor-heading-title{
		font-size:45px;
	}	
body .elementor-34 .elementor-element.elementor-element-53549342 .elementor-heading-title{
		font-size:30px;
	}	
body .elementor-34 .elementor-element.elementor-element-1ea38ec2 .elementor-icon-list-item,
	body .elementor-34 .elementor-element.elementor-element-57dc6859 .elementor-icon-list-item{
		font-size:15px;
	}
	body .elementor-34 .elementor-element.elementor-element-3cb6ea3f .elementor-heading-title{
		font-size:36px;
	}
.custmsuite_img.elementor-widget-image .elementor-image img{
	height: 360px;
	object-fit: cover;	
	}	
body .elementor-34 .elementor-element.elementor-element-260001bb .elementor-heading-title{
		font-size: 44px;
	}	
	body .elementor-34 .elementor-element.elementor-element-328930d0 .elementor-icon-list-item{
		font-size: 40px;
	}
body .elementor-34 .elementor-element.elementor-element-328930d0 .elementor-icon-list-icon i{
		font-size: 34px;
	}	
.tpFtr_container h2 {
    font: 900 17px/25px 'Roboto';
	}
ul#ftr_social_icon.cnss-social-icon li a img {
    width: 41px !important;
    height:41px !important;
}	
.ftrLeft_Sec ul li a {
    font: 500 14px/25px 'Poppins';
	}	
.tp-thumbs.inner {
    transform: matrix(1, 0, 0, 1,22, -128) !important;
}
.yourSalon {
    margin-top: 0px !important;
}	
	.tpFtr_container .row [class*=col-]{
		width:100%;
	}	
	.tpFtr_container .row [class*="col-"]:last-child{
		margin-top:35px;
	}	
.ftright_Sec > div {
    display: table-cell;
    width: 59%;
}	
	#wysija-2{
		padding-right:20px;
	}	
	.weAccept img{
		width:20px;
	}	
.ftr_copyRight {
    color: #d5d7d8;
    padding: 2px 0 0;
}	
.ftr_copyRight p {
    margin: 0px;
    font-size: 13px;
}	
.weAccept h5 {
    font: 500 14px/25px 'Roboto', sans-serif;
	}
.weAccept img {
    width: 160px;
}
	.fndprof_srch_frm{
		padding:0 20px;
	}	
	
.bnr_inner {
    padding: 14px 25px;
    max-width: 435px;
    margin-top: 29px;
}	
	body .elementor-36 .elementor-element.elementor-element-650ce091{
		padding:0 15px;
	}
body .elementor-36 .elementor-element.elementor-element-1e59dfa > .elementor-element-populated {
    padding: 0px 30px 0px 15px;
}	
	body .elementor-36 .elementor-element.elementor-element-df5038c .elementor-heading-title{
		font-size: 40px;
		line-height: 31px;
	}
.ourStory_thumb.elementor-widget-image .elementor-image img {
    vertical-align: middle;
    display: inline-block;
    object-fit: cover;
    height: 410px;
}	
	body .elementor-36 .elementor-element.elementor-element-f9cc638{
		padding: 0px 15px 40px 15px;
	}	
body .elementor-36 .elementor-element.elementor-element-6d00b747 > .elementor-element-populated {
    padding: 0px 0px 0px 20px;
}	
	body .elementor-36 .elementor-element.elementor-element-2f9c3e09 .elementor-heading-title{
		font-size:35px;
	}	
body .elementor-36 .elementor-element.elementor-element-eb3199a .elementor-text-editor {
    line-height: 21px;
}	
body .elementor-36 .elementor-element.elementor-element-743c40b > .elementor-element-populated {
    padding: 0px 25px 0px 0px;
}	
.bnr_inner h1 {
    font: 900 30px/30px 'Roboto', sans-serif;	
	}
body .elementor-38 .elementor-element.elementor-element-5d3f49d1 > .elementor-element-populated {
    padding: 0px 0px 0px 15px;
}
	body .elementor-36 .elementor-element.elementor-element-f9cc638{
		padding: 0px 15px 40px 15px;
	}	
body .elementor-38 .elementor-element.elementor-element-a0c854c > .elementor-element-populated {
    padding: 0px 0px 0 15px;
}	
body .elementor-38 .elementor-element.elementor-element-185196b > .elementor-element-populated {
    padding: 0px 15px 0px 9px;
}	
	body .elementor-38 .elementor-element.elementor-element-323d080{
		padding: 0px 15px 40px 15px;
	}	
body .elementor-38 .elementor-element.elementor-element-4e89dce > .elementor-element-populated {
    padding: 0px 15px 0px 0px;
}	
	body .elementor-38 .elementor-element.elementor-element-63164570{
		padding:0 15px;
	}	
body .elementor-38 .elementor-element.elementor-element-63164570 {
    margin-top: 70px;
    margin-bottom: 70px;
}	
	body .elementor-38 .elementor-element.elementor-element-60973315 .elementor-heading-title{
		font-size: 28px;
	}	
	body .elementor-38 .elementor-element.elementor-element-985245c .elementor-heading-title{
		font-size:27px;
	}	
	.journeyTosuccessForm{
		padding:0 15px;
	}
	
ul.pros_optin {
    padding: 32px 15px 15px;
}	
	h4.prf_ttl.text-center{
		height: 97px;
		font-size: 16px;
	}	
body .elementor-44 .elementor-element.elementor-element-168a7cf2{
		padding: 100px 15px 60px 15px;
	}	
	
.cntAdrs_list ul li span.elementor-icon-list-icon {
    display: block;
    border: 3px solid #4a3408;
    text-align: center;
    width: 65px;
    height: 65px;
    border-radius: 65px;
    line-height: 65px;
    margin-right: 18px;
}	
.cntAdrs_list.cntAdrs_adrs ul li span.elementor-icon-list-icon {
    line-height: 66px;
}	
	body .elementor-44 .elementor-element.elementor-element-1c65a38a .elementor-icon-list-icon i,
	body .elementor-44 .elementor-element.elementor-element-318451b6 .elementor-icon-list-icon i,
	body .elementor-44 .elementor-element.elementor-element-641b275c .elementor-icon-list-icon i{
		font-size:25px;
	}		
body .cntAdrs_list ul li,
	body .cntAdrs_list ul li a{
		display:block !important;
		text-align:center;
	}	
.cntAdrs_list ul li span.elementor-icon-list-icon {
    margin:0 auto 20px;
}	
body .elementor-392 .elementor-element.elementor-element-71691efc .elementor-icon-list-item{
		font-size: 11px;
	}	
	body .elementor-392 .elementor-element.elementor-element-71691efc .elementor-icon-list-icon i {
		font-size: 13px;
	}	

	body .elementor-392 .elementor-element.elementor-element-141d9d90 .widget-image-caption,
	body .elementor-392 .elementor-element.elementor-element-3818b0a5 .widget-image-caption,
	body .elementor-392 .elementor-element.elementor-element-33383ae0 .widget-image-caption{
		font-size: 19px;
	}	
	body .elementor-279 .elementor-element.elementor-element-e46e0b5{
		padding: 75px 15px 60px 15px;
	}	
	body .elementor-279 .elementor-element.elementor-element-1caa859 {
    padding: 0px 15px 90px 15px;
}
.allTestimonials_zigzag {
		padding:0 5px;
	}
	
	
	
	
}

@media(max-width:767px) {
	.indvLogo{
		float:left;
		margin-left: 15px;
		margin-top: -53px;
	}	
	.yourSalon{
		margin-top:0px !important;
	}
	.navbar-default .navbar-brand{
		padding:6px;
	}	
	.navbar-brand > img{
		width:130px;
	}	
	
.navbar-default .navbar-toggle {
    border-color: #fff;
	padding: 10px 11px;
	margin-top: 20px;
}	
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}	
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
    background-color: #fff;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar{
    background-color: #3a2d12;
}	
	
.tp-thumbs.inner {
    transform: matrix(1, 0, 0, 1, 15, -95) !important;
}
	
.tpRight_sec {
    padding-left: 0;
}
	.titleBxset {
		min-height: 151px !important; 
	}	
/*sidebar menu start*/	
.topHeader {
  z-index: 2;
  position: relative;
  height: 100%;
  -webkit-transition: transform .7s ease-in-out;
  -moz-transition: transform .7s ease-in-out;
  -ms-transition: transform .7s ease-in-out;
  -o-transition: transform .7s ease-in-out;
  transition: transform .7s ease-in-out;
}
	
.sidebar {
  height: 100%;
  width:320px;
  position: fixed;
  top: 0;
  z-index: 2222;
  right:-320px;
  background-color: #372a0f;
  padding: 61px 0;
}

.bar {
  display: block;
  height: 2px;
  width:40px;
  background-color: #3a2d12;
  margin: 10px auto;
}

.button {
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}

.nav-right {
 /* position: fixed;
  right: 40px;
  top: 20px;
	*/
	position:static;
	text-align:right;
	padding-right: 15px;
}

.nav-right.visible-xs {
  z-index: 1;
}
	.nav-right.visible-xs div#btn{
		position:relative;
		z-index:3333;
		top:5px;
	}
.hidden-xs {
  display: none;
}

.middle {
  margin: 0 auto;
}

.bar {
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}

.nav-right.visible-xs .active .bar {
  background-color: #FFF;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}

.button.active .top {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -moz-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotateZ(45deg);
  -o-transform: translateY(11px) rotateZ(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.button.active .bottom {
  -webkit-transform: translateY(-13px) rotateZ(-45deg);
  -moz-transform: translateY(-13px) rotateZ(-45deg);
  -ms-transform: translateY(-13px) rotateZ(-45deg);
  -o-transform: translateY(-13px) rotateZ(-45deg);
  transform: translateY(-13px) rotateZ(-45deg);
}

.button.active .middle {
  width: 0;
}

.move-to-left {
  -webkit-transform: translateX(-320px);
  -moz-transform: translateX(-320px);
  -ms-transform: translateX(-320px);
  -o-transform: translateX(-320px);
  transform: translateX(-320px);
}	
	
/*sidebar menu end*/	
	
	
.bnr_inner {
    padding: 14px 25px;
    max-width: 290px;
    margin-top: 29px;
}	
.bnr_inner h1 {
    font: 900 25px/22px 'Roboto', sans-serif;
	}
	
	
	.fndprof_srch_frm{
		padding:0 15px;
	}	
.tpHdr_social {
    float: none;
	}
	ul#tp_social_icon.cnss-social-icon {
		text-align:center !important;
	}
ul.tpInfo {
    margin: 15px 0 0;
	}
ul.tpInfo li:not(:last-child) {
    margin-right: 0;
}	
	ul.tpInfo li {
		color: #fff;
		margin-bottom:20px;
	}	
ul.tpInfo li a {
    color: #fff;
}	
.sucess_content .elementor-column-wrap.elementor-element-populated > .elementor-widget-wrap {
    width: 598px !important;
    padding: 30px 15px 40px 15px;
}	
	body .elementor-34 .elementor-element.elementor-element-1fdd6415 .elementor-heading-title{
		font-size: 40px;
	}
	body .elementor-34 .elementor-element.elementor-element-2f00d011 .elementor-heading-title{
		font-size: 42px;
	}	
.customize_content .elementor-column-wrap.elementor-element-populated {
    justify-content: initial;
	padding: 40px 15px;
	}
.customize_content .elementor-widget-wrap {
    width: 100% !important;
}	
body .elementor-34 .elementor-element.elementor-element-53549342 .elementor-heading-title{
		font-size: 40px;
	}	
	body .elementor-34 .elementor-element.elementor-element-3cb6ea3f .elementor-heading-title{
		font-size: 40px;
		line-height: 50px;
	}	
	body .elementor-34 .elementor-element.elementor-element-260001bb .elementor-heading-title{
		font-size: 40px;
	}	
	body .elementor-34 .elementor-element.elementor-element-328930d0 .elementor-icon-list-item,
	body .elementor-34 .elementor-element.elementor-element-328930d0 .elementor-icon-list-icon i{
		font-size: 35px;
	}
	.ftrLeft_Sec #nav_menu-4.widget_nav_menu,
	.ftrLeft_Sec div.widget_nav_menu,
	.ftrLeft_Sec #nav_menu-2.widget_nav_menu{
		width:100%;
	}	
.ftrLeft_Sec #nav_menu-2.widget_nav_menu,
.ftrLeft_Sec div.widget_nav_menu{
    margin-bottom: 35px;
}	
.ftright_Sec form {
    max-width: 473px;
}
.weAccept {
    text-align: center;
}
.weAccept h5 {
    font: 500 15px/25px 'Roboto', sans-serif;
	}
	.weAccept img{
		width: 150px;
	}	
	.ftr_copyRight{
		text-align:center;
	}	
	.navbar-default .navbar-collapse{
		background:#3a2d12;
	}	
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #947640;
    background-color: transparent;
}	
	.navbar-default .navbar-nav > li > a{
		font-size:15px;
		padding-top:6px;
		padding-bottom:6px;
	}
.wrapper {
    margin-top: 0;
}
	.form{
		width: 100%;
	}	
body .elementor-36 .elementor-element.elementor-element-14005f36 > .elementor-element-populated {
    padding: 0px 0px 30px 30px;
    margin-bottom: 40px;
}	
body .elementor-36 .elementor-element.elementor-element-6d00b747 > .elementor-element-populated {
    padding: 0px 15px 0px 15px;
}	
.ourStory_column > div.elementor-column-wrap > div.elementor-widget-wrap {
    max-width: none;
}	
body .elementor-36 .elementor-element.elementor-element-1e59dfa > .elementor-element-populated {
    padding: 35px 15px;
}	
body .elementor-36 .elementor-element.elementor-element-743c40b > .elementor-element-populated {
    padding: 30px 15px 0;
}	
	body .elementor-36 .elementor-element.elementor-element-f9cc638{
		padding-bottom:0px;
	}	
	.inner_banner > img{
		object-fit: cover;
		height: 200px;
	}	
	
body .elementor-38 .elementor-element.elementor-element-63164570 {
    margin-top: 75px;
    margin-bottom:75px;
}	
body .elementor-38 .elementor-element.elementor-element-3431dd43 {
    text-align: center;
    padding: 0 15px;
}	
body .elementor-38 .elementor-element.elementor-element-5d3f49d1 > .elementor-element-populated {
    padding: 35px 15px 0px 15px;
}	
body .elementor-38 .elementor-element.elementor-element-185196b > .elementor-element-populated {
    padding: 15px;
}	
	body .elementor-38 .elementor-element.elementor-element-323d080{
		padding:0px 15px 40px 15px;
	}	
	body .elementor-38 .elementor-element.elementor-element-985245c .elementor-heading-title{
		margin-top: 30px
	}
body .elementor-38 .elementor-element.elementor-element-4e89dce > .elementor-element-populated {
    padding: 0px 0px 0px 0px;
}	
	.journeyTosuccessForm {
		padding:0 10px;
	}	
h4.prf_ttl.text-center {
    background-size: 100% 140px;
	}
	body .elementor-44 .elementor-element.elementor-element-168a7cf2{
		padding: 70px 15px 60px 15px;
	}
	
.suiteApplicationForm .row.row-05 [class*="col-"],
	.suiteApplicationForm .row.row-05-01 [class*="col-"]:first-child,
	.suiteApplicationForm .row.row-05-01 [class*="col-"]:nth-child(2),
	.suiteApplicationForm .row.row-04 [class*="col-"]:first-child,
	.suiteApplicationForm .row.row-04 .col-sm-3{
    width: 100%;
}	
.thnkDat_sec {
    text-align: left;
    margin-top: 50px;
}
.infrmtnSubmt.text-right {
    text-align: center;
}	
.thankYoutxt h5 {
    font: 700 30px/40px 'Roboto', sans-serif;	
	}
.lsao_listing ul {
    display: block;	
	}
.lsao_listing ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
}	
.yourSlnw_bxsec > .elementor-column-wrap > div.elementor-widget-wrap {
    background: #947640;
    padding-bottom: 30px;
    max-width: 370px;
	margin:0 auto;
}	
	body .elementor-279 .elementor-element.elementor-element-8f84fa8{
		margin-bottom:20px;
	}
	
body .elementor-279 .elementor-element.elementor-element-b662b25 > .elementor-element-populated,
body .elementor-279 .elementor-element.elementor-element-95ef7eb > .elementor-element-populated,
body .elementor-279 .elementor-element.elementor-element-7a951f2 > .elementor-element-populated{
    padding: 0px 15px;
}	
	body .elementor-282 .elementor-element.elementor-element-84d2d45 .elementor-heading-title{
		font-size: 40px;
	font-weight: 300;
	line-height: 44px;
	}	
	.all_blog_ofus_sec .row {
		margin:0 -10px;
	}	
	.blg_img_bx img {
		margin:0 auto;
	}
.allTestimonials_zigzag {
		padding:0 5px;
	}	
.echtesti_bx.even_bx > .row, .echtesti_bx odd_bx > .row {
    display: block;	
	}
.echtesti_bx.even_bx > .row .col-sm-8,
.echtesti_bx.odd_bx > .row .col-sm-4{
    padding-left: 15px;
}	
	.echtesti_bx.even_bx > .row .col-sm-4,
	.echtesti_bx.odd_bx > .row .col-sm-8 {
 		padding-right: 15px;
	}	
.echtesti_bx.even_bx .dtls_bx {
    padding-left: 20px;
}	
	.echtesti_bx .thmimg_bx img{
		margin: 0 auto;
	}	
	.echtesti_bx.odd_bx > .row{
		flex-direction: column-reverse;
	}	
	
.find_professionals {
    padding: 70px 0px 75px;
}	

.nav.navbar-nav {

    padding-right: 0;
}	
.sidebarNav .navbar-nav > li > a {
    color: #fff;
    text-shadow: none;
    font: 500 16px/25px 'Poppins', sans-serif;
        font-size: 16px;
    text-transform: uppercase;
}	
.sidebarNav .navbar-nav > li > a:hover, 
.sidebarNav .navbar-nav > li > a:focus,
.sidebarNav .navbar-nav > li.current-menu-item > a{
    color: #947640;
    background-color: #30250d;
}	
	#myNavbar {
		display:none;
	}	
	.ftrLeft_Sec{
		overflow:hidden;
	}	
.all_blog_ofus_sec {
    padding: 60px 0px 50px;
}		
	p.navrechts{
		margin-top: 0;
	}
	form.search-form .search-submit{
		top: 32px;
	}	
	
}

@media(max-width:767px) and (min-width:580px){}
@media(max-width:579px) and (min-width:401px){
	
.titleBxset {
    min-height: 122px !important;
}	
body .elementor-34 .elementor-element.elementor-element-1fdd6415 .elementor-heading-title {
    font-size: 31px;
}
body .elementor-34 .elementor-element.elementor-element-2f00d011 .elementor-heading-title {
    font-size: 30px;
}	
body .elementor-34 .elementor-element.elementor-element-5fa0984c .elementor-heading-title {
    font-size: 23px;
    line-height: 18px;
}	
	button.btn.sbmtbtn_srchfm{
		font-size: 16px;
	}
body .elementor-34 .elementor-element.elementor-element-53549342 .elementor-heading-title {
    font-size: 30px;
}	
body .elementor-34 .elementor-element.elementor-element-3cb6ea3f .elementor-heading-title {
    font-size: 32px;
    line-height: 50px;
}	
.tstimnial_hm_sec {
    padding: 35px 0px 78px;
}
.owl-carousel .owl-item .prftesti_item_thumb img {
    margin: -80px auto 15px;
    width: 110px;
}	
body .elementor-34 .elementor-element.elementor-element-260001bb .elementor-heading-title {
    font-size: 27px;
}	
body .elementor-34 .elementor-element.elementor-element-328930d0 .elementor-icon-list-item, body .elementor-34 .elementor-element.elementor-element-328930d0 .elementor-icon-list-icon i {
    font-size: 25px;
}	
body .elementor-36 .elementor-element.elementor-element-14005f36 > .elementor-element-populated {
    padding: 0px 0px 30px 30px;
    margin-bottom: 40px;
    margin: 0 15px 40px;
}	
	body .elementor-36 .elementor-element.elementor-element-2f9c3e09 .elementor-heading-title{
		font-size: 31px;
	}	
	body .elementor-36 .elementor-element.elementor-element-42dd573 > .elementor-element-populated{
		margin: 0 15px;
	}	
	body .elementor-38 .elementor-element.elementor-element-255d073 .elementor-heading-title{
		font-size: 35px;
	}	
	body .elementor-38 .elementor-element.elementor-element-a0c854c > .elementor-element-populated {
    padding: 0px 15px;
}
	body .elementor-38 .elementor-element.elementor-element-985245c .elementor-heading-title,
	body .elementor-38 .elementor-element.elementor-element-60973315 .elementor-heading-title{
		font-size:26px;
	}	
	body .elementor-38 .elementor-element.elementor-element-5df581b .elementor-heading-title{
		font-size: 32px;
	line-height: 24px;
	}
	body .elementor-42 .elementor-element.elementor-element-2fae4d70 .elementor-heading-title,
	body .elementor-42 .elementor-element.elementor-element-53c1cd71 .elementor-heading-title{
		font-size:30px;
	}	
	body .elementor-392 .elementor-element.elementor-element-78e255f5 .elementor-button{
		line-height: 26px;
	}
	body .elementor-44 .elementor-element.elementor-element-9170693 .elementor-heading-title{
		font-size:29px;
	}
	
}

@media(max-width:400px) {
.navbar-brand > img {
    width: 100px;
}
	.getNow {
		padding: 6px 12px !important;
	}	
.tp-thumbs.inner {
    transform: matrix(1, 0, 0, 1, 15, -83) !important;
}	
	
.titleBxset {
    min-height: 104px !important;
}	
body .elementor-34 .elementor-element.elementor-element-1fdd6415 .elementor-heading-title {
    font-size: 26px;
}
body .elementor-34 .elementor-element.elementor-element-2f00d011 .elementor-heading-title {
    font-size: 26px;
}	
body .elementor-34 .elementor-element.elementor-element-5fa0984c .elementor-heading-title {
    font-size: 23px;
    line-height: 18px;
}	
	button.btn.sbmtbtn_srchfm{
		font-size: 16px;
	}
body .elementor-34 .elementor-element.elementor-element-53549342 .elementor-heading-title {
    font-size: 26px;
}	
body .elementor-34 .elementor-element.elementor-element-3cb6ea3f .elementor-heading-title {
    font-size: 28px;
    line-height: 39px;
}
body .elementor-34 .elementor-element.elementor-element-3cb6ea3f {
    text-align: center;
    margin-bottom: 20px !important;
}	
.tstimnial_hm_sec {
    padding: 35px 0px 78px;
}
.owl-carousel .owl-item .prftesti_item_thumb img {
    margin: -80px auto 15px;
    width: 110px;
}	
body .elementor-34 .elementor-element.elementor-element-260001bb .elementor-heading-title {
    font-size: 27px;
}	
body .elementor-34 .elementor-element.elementor-element-328930d0 .elementor-icon-list-item, body .elementor-34 .elementor-element.elementor-element-328930d0 .elementor-icon-list-icon i {
    font-size: 25px;
}	
.sucss_para_hm p {
    font-size: 15px;
    margin-bottom: 10px;
}	
.tpFtr_container h2 {
    font: 900 19px/25px 'Roboto';
	}
.ftright_Sec p.wysija-paragraph {
    margin-bottom: 0px;
    padding-right: 120px;
}	
	.ftright_Sec input.wysija-submit{
		font: 700 14px/25px 'Roboto';
	}	
	
body .elementor-34 .elementor-element.elementor-element-260001bb .elementor-heading-title {
    font-size: 27px;
}	
body .elementor-34 .elementor-element.elementor-element-328930d0 .elementor-icon-list-item, body .elementor-34 .elementor-element.elementor-element-328930d0 .elementor-icon-list-icon i {
    font-size: 25px;
}	
body .elementor-36 .elementor-element.elementor-element-14005f36 > .elementor-element-populated {
    padding: 0px 0px 30px 30px;
    margin-bottom: 40px;
    margin: 0 15px 40px;
}	
	body .elementor-36 .elementor-element.elementor-element-2f9c3e09 .elementor-heading-title{
		font-size: 25px;
	}	
	body .elementor-36 .elementor-element.elementor-element-42dd573 > .elementor-element-populated{
		margin: 0 15px;
	}	
	body .elementor-36 .elementor-element.elementor-element-df5038c .elementor-heading-title{
		font-size: 38px;
		line-height: 31px;
	}		
ul#ftr_social_icon.cnss-social-icon li:not(:last-child) {
    margin-right: 5px !important;
}	
	body .elementor-38 .elementor-element.elementor-element-255d073 .elementor-heading-title{
		font-size: 30px;
	}	
	body .elementor-38 .elementor-element.elementor-element-a0c854c > .elementor-element-populated {
    padding: 0px 15px;
}	
	body .elementor-38 .elementor-element.elementor-element-985245c .elementor-heading-title,
	body .elementor-38 .elementor-element.elementor-element-60973315 .elementor-heading-title{
		font-size:21px;
	}	
	body .elementor-38 .elementor-element.elementor-element-5df581b .elementor-heading-title{
		font-size: 25px;
	line-height: 24px;
	}
body .elementor-38 .elementor-element.elementor-element-2b9a544 .elementor-heading-title {
    font-size: 23px;
    line-height: 10px;
}	
body .elementor-38 .elementor-element.elementor-element-5df581b > .elementor-widget-container {
    margin: 0px 0px 10px 0px;
}	
	body .elementor-38 .elementor-element.elementor-element-1e3aacf{
		font-size:14px;
	}	
	.jrntscs_form_section form .form-control{
		height:51px;
	}
	
h4.prf_ttl.text-center {
    background-size: 100% 110px;
	height:110px;
	}	
body .elementor-42 .elementor-element.elementor-element-2fae4d70 .elementor-heading-title,
	body .elementor-42 .elementor-element.elementor-element-53c1cd71 .elementor-heading-title{
		font-size:30px;
	}		
.cntAdrs_list ul li span.elementor-icon-list-icon {
    display: block;
    border: 3px solid #4a3408;
    text-align: center;
    width: 65px;
    height: 65px;
    border-radius: 65px;
    line-height: 65px;
    margin-right: 18px;
}	
.cntAdrs_list.cntAdrs_adrs ul li span.elementor-icon-list-icon {
    line-height: 66px;
}	
	body .elementor-44 .elementor-element.elementor-element-1c65a38a .elementor-icon-list-icon i,
	body .elementor-44 .elementor-element.elementor-element-318451b6 .elementor-icon-list-icon i,
	body .elementor-44 .elementor-element.elementor-element-641b275c .elementor-icon-list-icon i{
		font-size:25px;
	}		
body .cntAdrs_list ul li,
	body .cntAdrs_list ul li a{
		display:block !important;
		text-align:center;
	}	
.cntAdrs_list ul li span.elementor-icon-list-icon {
    margin:0 auto 20px;
}	
.signature_sec h6, .signature_sec p {
    display: block;
    vertical-align: middle;
}	
	.signature_sec h6{
		margin-bottom:15px;
	}	
	.thankYoutxt h5 {
		font: 700 23px/35px 'Roboto', sans-serif;
	}
	body .elementor-392 .elementor-element.elementor-element-78e255f5 .elementor-button{
		line-height: 26px;
	}
body .elementor-282 .elementor-element.elementor-element-84d2d45 .elementor-heading-title {
    font-size: 28px;
    font-weight: 300;
    line-height: 35px;
}	
	body .elementor-282 .elementor-element.elementor-element-6b05a20{
		font-size:14px;
	}	

	body .elementor-44 .elementor-element.elementor-element-9170693 .elementor-heading-title{
		font-size:21px;
	}
.bnr_inner h1 {
    font: 900 22px/22px 'Roboto', sans-serif;
}	
	
	
}














