/********************Client**Login**Area*****Star*****************************/

.clientAreaSec { width: 100%; }
.clientAreaNav { width: 100%; /*margin-bottom: 20px;*/ text-align: center; border-bottom: 1px solid #e5e5e5; padding-bottom: 20px; }
.clientAreaNav ul li { list-style: none; margin: 0px; width: 33%; float: left; text-align: center; }
.clientAreaNav li a { color: #727272; display: inline-block; text-transform: uppercase; letter-spacing: 1px; text-decoration: none; font-size: 14px; font-weight: 400; }
.clientAreaNav .active a { color: #e5bc56; }
/*******************Client**Area**Form********Start*********************/
.clientAreaNav li.current-menu-item a { color: #C86958 !important; }
.clientFormSec { width: 100%; padding: 100px 0px; }
.clientFormSec h3 { text-align: center; }
.clientInnerFormCol { width: 560px; max-width: 100%; margin: 0px auto; }
.clientFormRow { width: 100%; margin-bottom: 20px;  }
.clientFormRow:after { content: ""; display: block; clear: both; overflow: hidden; }
.clientFormRow label { text-transform: uppercase; }
.lostPassLink { float: left; width: 82%; padding-top: 10px; }
.lostPassLink a { float: left; text-decoration: none; font-size: 13px; }
.lostPassLink span { float: right; text-transform: uppercase; font-size: 13px; }
.acceptTerms { float: left; padding-top: 0; width: 82%; }
.acceptTerms label { font-size: 13px; }
.acceptTerm p { margin: 0px !important; }
.clientFormRow p { margin: 0px; }

/**********-------********Custom***Live**UpDate****Css******Start*********-------------*********/

.login-remember { float: left; letter-spacing: 0.5px; margin-top: 5px; }
.login-remember label { font-weight: 300; text-transform: uppercase; }
.login-submit { float: right; }
.lostPassLink { float: right; padding-top: 10px; width: 40%; padding-right: 20px; }
.clientInnerFormCol #login-error { background-color: transparent !important; color: #f01; padding: 12px 10px !important; }
.clientInnerFormCol #login-error p { margin-bottom: 0px; }
.lostPassLink a { float: right; }
/**********-------********Custom***Live**UpDate****Css******End*********-------------*********/


.checkBoxColOuter { width: 100%; padding: 10px;     border: 2px solid #D3C8C4;}
.checkBoxCol { width: 50%; float:right;}
.checkBoxCol .checkbox { margin: 5px 0 5px; width: 100%;}
.serviceRequired { text-transform: uppercase; font-size: 13px; }
.checkBoxCol .checkbox label { text-transform: uppercase; color: #727272; }
.checkbox { padding-left: 15px; }
.checkbox label { display: inline-block; position: relative; padding-left: 5px; }
.checkbox label::before { background-color: transparent; border-radius: 0; content: ""; display: inline-block; height: 15px; width: 15px; left: 0; margin-left: -20px; position: absolute; -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out; -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out; transition: border 0.15s ease-in-out, color 0.15s ease-in-out;z-index:1; }
.checkbox label::after {display: inline-block; font-size: 9px; height: 16px; left: 0; margin-left: -20px; padding-left: 3px; padding-top: 1px; position: absolute; top: 0; width: 16px; }
.checkbox input[type="checkbox"] { opacity: 0; }
.checkbox input[type="checkbox"]:checked + label::after { font-family: 'FontAwesome'; content: "\f00c"; }
.checkbox input[type="checkbox"]:disabled + label { opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before { background-color: #eeeeee; cursor: not-allowed; }
.checkbox.checkbox-circle label::before { border-radius: 50%; }
.checkbox.checkbox-inline { margin-top: 0; }
.checkbox-success input[type="checkbox"]:checked + label::before { background-color: #5cb85c; border-color: #5cb85c; }
/***********Chock**Box**Css*******End***********/


/***********Radio**Button**Css*******Start***********/
.radioBoxColOuter { width: 100%; padding: 10px;}
.radioBoxCol { width: 100%; float: right; }
.radioBoxCol .radio { margin: 5px 0 10px; }
.radioBoxCol .radio label { text-transform: uppercase; color: #727272; /*direction: rtl;*/ text-align: left; }
.radiocookie{margin-top:10px;}
.radiocookie .radio{margin-bottom:5px;}
.radiocontact{margin-top:10px;}
.radiocontact .radio{margin-bottom:5px;}
.radiocookie .radio label { text-transform: none;}
.radio { padding-left: 20px; }
.radio label { display: inline-block; vertical-align: middle; position: relative; padding-left: 5px; }
.radio label::before { position: absolute;
    left: 0;
    top: 1px;
    margin: 0;
    width: 18px;
    height: 18px;
    background: transparent;
    border: 2px solid #D3C8C4;
    border-radius: 50%;
    cursor: pointer;
transition: all 250ms cubic-bezier(.4,.0,.23,1);}
.radio label::after { display: inline-block; position: absolute; content: " "; width: 8px; height: 8px; left: 2px; top: 4px; margin-left: -20px; border-radius: 50%; background-color: #fff; -webkit-transform: scale(0, 0); -ms-transform: scale(0, 0); -o-transform: scale(0, 0); transform: scale(0, 0); -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
.radio input[type="radio"] { opacity: 0; z-index: 1; }

.radio-cookie .radio label::after { display: inline-block; position: absolute; content: " "; width: 10px; height: 10px; left: 4px; top: 8px;  border-radius: 50%; background-color: #C86958; -webkit-transform: scale(0, 0); -ms-transform: scale(0, 0); -o-transform: scale(0, 0); transform: scale(0, 0); -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }

.radio input[type="radio"]:checked + label::after { -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); }
.radio input[type="radio"]:disabled + label { opacity: 0.65; }
.radio input[type="radio"]:disabled + label::before { cursor: not-allowed; }
.radio.radio-inline { margin-top: 0; }
input[type="radio"].styled:checked + label:after { font-family: 'FontAwesome'; content: "\f00c"; }
.radioBoxCol .radio { padding-left: 10px; }

.wpcf7-form-control-wrap.radio-cookie .wpcf7-list-item input[type="radio"]:checked + label span:after { opacity: 1; visibility: visible;}
/***********Radio**Button**Css*******End***********/

/**********-------********Custom***Live**UpDate****Css******Start*********-------------*********/

.login-remember {float: left; letter-spacing: 0.5px; margin-top: 5px; }
.login-remember label { font-weight: 300; text-transform: uppercase; }
.login-submit { float: right; }
.lostPassLink { float: right; padding-top: 10px; width: 40%; padding-right: 20px; }
.clientInnerFormCol #login-error { background-color: transparent !important; color: #f01; padding: 12px 10px !important; }
.clientInnerFormCol #login-error p { margin-bottom: 0px; }
.lostPassLink a { float: right; }
/**********-------********Custom***Live**UpDate****Css******End*********-------------*********/

/************************Client***Properties**Area*********Start***********************/
.clientPropertiesSec { width: 100%; }
.propertiesItem { width: 100%; padding: 70px 0px; }
.prosHeadingCol { width: 100%; margin-bottom: 50px; }
.iconLefeHedinng { float: left; height: 36px; margin-bottom: 0px; position: relative; }
.iconLefeHedinng h3:before { background: url(../images/Favicon.png) no-repeat; background-size: contain; height: 36px; width: 25px; position: absolute; top: 0px; left: 0px; content: ""; }
.iconLefeHedinng h3 { letter-spacing: 2px; font-size: 21px; padding-left: 50px; }
.iconLefeHedinng h2 { letter-spacing: 2px; font-size: 25px; font-weight: 600; }
.proSerchFilter { display: inline-block; margin-top: 50px; }
.galleryBtnCol .proSerchFilter{margin-top:0px;}
.proSerchFilter select { background: url(../images/pro_filter_arrow.png) no-repeat right center #fff; -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 200px; max-width: 100%; text-transform: uppercase; height: 36px; font-size: 13px; color: #44555b; border: 1px solid #44555b; padding: 0 25px 0 10px; position: relative; margin-left: 20px; }
.proSerchFilter select option { padding: 6px 5px; }
.propertiesItem table { border: 1px solid #ccc; }
body.page-template-My-Job .propertiesItem table tr td{cursor:pointer;}
body.page-template-My-Job .propertiesItem table tr td .propertiesIconCol{text-align:center;}
body.page-template-My-Job .propertiesItem table tr td .propertiesIconCol .check-style{width:100%;}
.propertiesItem table tr th, .propertiesItem table tr td { vertical-align: middle !important; font-size:14px; }
.propertiesItem table tr th { text-transform: uppercase; border-bottom: 0px; padding: 20px 15px; }
.propertyIdCol table{ border:0px; width:100%;}	
.propertyIdCol table tr td, .propertyIdCol table tr th{vertical-align:top;width:25%;}
.propertiesIconCol { width: 100%; text-align: left; }
.propertiesIconCol span { display: block; }
.propertiesIconCol .iconRightCheck, .propertiesIconCol .iconNotePad, .propertiesIconCol .iconCalendar, .propertiesIconCol .iconDetete { margin-left: 3px; }
.iconRightCheck, .iconNotePad, .iconCalendar, .iconDetete { display: inline-block; }
.iconRightCheck { background: url(../images/spirit_img.png) no-repeat 0px -234px; height: 38px; width: 38px; }
.iconNotePad { background: url(../images/spirit_img.png) no-repeat -40px -234px; height: 38px; width: 38px; }
.iconCalendar { background: url(../images/spirit_img.png) no-repeat -81px -234px; height: 38px; width: 38px; }
.iconDetete { background: url(../images/spirit_img.png) no-repeat -118px -234px; height: 38px; width: 30px; }
.proPagenationCol { width: 100%; text-align: center; margin-top: 5px; position: relative; }
.pageArrowColLeft, .pageArrowColRight { width: auto; font-size: 17px; padding-top: 8px; position: absolute; }
.pageArrowColLeft a, .pageArrowColRight a { color: #e4bb53; text-transform: uppercase; font-weight: 600; }
.pageArrowColLeft a:hover span, .pageArrowColRight a:hover span { background-color: #e4bb53; border-color: #e4bb53; -webkit-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; transition: all 0.2s ease-in; }
.pageArrowColLeft { float: left; left: 0; top: 0px; padding-left: 60px; }
.pageArrowLeft { background: url(../images/spirit_img.png) no-repeat -2px -277px; position: absolute; width: 41px; height: 41px; border: 1px solid #ccc; left: 0; top: 0px; }
.pageArrowColRight { float: right; padding-right: 60px; right: 0; top: 0px; }
.pageArrowRight { background: url(../images/spirit_img.png) no-repeat -48px -278px; position: absolute; width: 41px; height: 41px; border: 1px solid #ccc; right: 0px; top: 0px; }
.middPagerCol { display: inline-block; text-align: center; margin-top: 8px; }
.middPagerCol ul { display: inline-block; list-style: none; margin: 0; vertical-align: top; }
.middPagerCol ul li { display: inline-block; vertical-align: top; margin: 0 6px; }
.middPagerCol li a { display: block; font-size: 17px; color: #727272; font-weight: 600; text-decoration: none; }
.pagerLeft { background: url(../images/spirit_img.png) no-repeat -148px -233px; height: 24px; width: 10px; vertical-align: top; display: inline-block; margin-right: 30px; }
.pagerLeft:hover { background: url(../images/spirit_img.png) no-repeat -148px -255px; }
.pagerRight { background: url(../images/spirit_img.png) no-repeat -160px -232px; height: 24px; width: 10px; vertical-align: top; display: inline-block; margin-left: 30px; }
.pagerRight:hover { background: url(../images/spirit_img.png) no-repeat -160px -254px; }
/******************Selected***Items***************************/

.servicesCol {  border: 1px solid #ddd; position: relative;  width: 100%; text-align: center;  background: #fff; margin-bottom: 20px;}
.selectedItemsCol { width: 100%; position:relative;}
.servicesCol .sevicesImg img { /* height: 260px; */ height: 198px; width: 100%; }
.selectedImgBox { /*border:8px solid #e2b641;*/ position: relative; }
.sevicesImg.selectedImgBox::before { border: 8px solid #e2b641; content: ""; height: 100%; position: absolute; width: 100%; }
.selectedImgBox:after { background: url(../images/spirit_img.png) no-repeat -102px -319px; width: 45px; height: 45px; position: absolute; top: 0px; left: 0px; }
/*.servicesCol .selectedImgBox img {
    height: 245px;
}*/
.serItemMeddOuter {
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.servicesColHover {
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    top: 0px;
    opacity: 1;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    width: 100%;
}
.selectedItemsCol .servicesCol .servicesColHover { opacity: 0; }
.selectedItemsCol .servicesCol:hover .servicesColHover { opacity: 1; }
.selectedItemsCol .serItemMeddInner { vertical-align: top; }
.selectedItemsCol p{color: #fff;font-size: 14px;text-align: left;margin-bottom: 30px;}
.topShareIconCol { width: 100%; display: block; text-align: right; padding: 14px; position: relative; }
.topShareIconCol .checkbox { display: inline-block; float: left; margin: 0px; color: #fff; font-size: 12px; }
.topShareIconCol .checkbox label::before { width: 22px; height: 22px; -webkit-border-radius: 50%; border-radius: 50%; top: -2px; }
.topShareIconCol .checkbox label::after { top: 1px; font-size: 10px; }
.topShareIconCol .checkbox label { padding-left: 10px; }
.iconShare { background: url(../images/spirit_img.png) no-repeat -92px -299px; height: 24px; width: 20px; vertical-align: top; display: inline-block; }
.iconDownload { background: url(../images/spirit_img.png) no-repeat -122px -298px; height: 24px; width: 20px; vertical-align: top; display: inline-block; }
.singleImageClick { display: block; height: 75%; position: absolute; top: 20%; width: 100%; }
.servicesCol.active .servicesColHover{opacity:1;}
.topShareIconCol .checkbox label::before{    background-color: transparent;
    border:1px solid #fff; width: 22px; height: 22px; -webkit-border-radius: 50%; border-radius: 50%}
.topShareIconCol .checkbox:first-child input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome' !important;
    content: "\f00c" !important;
}

/*****************properties*****Single***Image*********Page********Start*****************/


.singleImgCol { width: 100%; margin-bottom: 20px; }
.rightShareCol { float: right; padding-top: 6px; }
.rightShareCol a { display: inline-block; height: 25px; width: 25px; margin-left: 20px; }
.shareBigIcon { background: url(../images/spirit_img.png) no-repeat 2px -320px; }
.downloadBigIcon { background: url(../images/spirit_img.png) no-repeat -40px -320px; }
.imgCloseBtnCol { float: right; margin-left: 50px; }
.imgCloseIcon { background: url(../images/spirit_img.png) no-repeat -74px -320px; display: inline-block; height: 25px; width: 25px; }
.rightShareCol .checkbox { display: inline-block; float: left; margin: 3px 20px 0 0; color: #44555b; text-transform: uppercase; }
.rightShareCol .checkbox label::before { width: 22px; height: 22px; -webkit-border-radius: 50%; border-radius: 50%; top: -2px; margin-left: -21px; border-color: #d5d5d5; }
.rightShareCol .checkbox label::after { font-size: 13px; top: -1px; color: #44555b; }
.rightShareCol .checkbox label { padding-left: 10px; font-size: 10px; padding-top: 2px; }
/*****************properties*****Single***Image*********Page*******End******************/


/*****************properties*****View*********Page*******Star******************/


.propertyIdCol { border: 1px solid #e1e1e1; padding: 30px; width: 100%; margin-bottom: 60px; margin-top:100px; }
.propertyIdCol span { font-size: 14px; text-transform: uppercase; color:#e8c56d; white-space:nowrap;}	
.propertyIdCol em { font-style: normal; color: #e8c56d; }
.propertyIdLeft { float: left; width: 25%; }
.propertyIdRight { float: right; width: 50%; }
.proId { float: left; }
.proTitle { float: right; }
.proDate { float: left; }
.proStatus { float: right; }
.addCommentNotSec { width: 100%; margin-bottom: 80px; }
.addCommentInnerCol { width: 100%; margin-bottom: 30px; }
.addCommentNotSec h2 { margin-bottom: 40px; text-transform: uppercase; text-align: center; }
.addCommentNotSec textarea { width: 100%; height: 170px; padding: 20px; border: 1px solid #e1e1e1; color: #727272; }
.addCommentNotSec ul { margin: 0px; padding: 0px; list-style: none; border: 1px solid #e1e1e1; width: 100%; }
.addCommentNotSec ul li { border-bottom: 1px solid #e1e1e1; padding: 20px; display: block; width: 100%; }
.addCommentNotSec ul li:last-child { border-bottom: 0px; }
.addCommentNotSec li span { color: #44555b; display: block; margin-top: 10px; margin-bottom:10px; }
.addCommentNotSec li span em { color: #e2b641; font-style: normal; }
.propertyDetailSec { width: 100%; }
.propertyDetailRow { width: 100%; margin-bottom: 40px; }
.propertyHeading h2, .propertyHeading h3 { margin-bottom:30px !important; text-align: center; }
.propertyHeading em { display: inline-block; height: 30px; width: 30px; }
.propertyHeading span { display: block; }
.icon-photography { background: url(../images/Photography.svg) no-repeat; background-size:contain; }
.icon-videography {background: url(../images/Video-tour.svg) no-repeat; background-size:contain;}
.icon-plor-plans { background: url(../images/Floorplan.svg) no-repeat; background-size:contain;}
.icon-virtual-toures {background: url(../images/Video-Slideshow.svg) no-repeat; background-size:contain;}
.icon-EPC-toures { background: url(../images/EPC.svg) no-repeat; background-size:contain;}
.iconDownloadGold { background: url(../images/Download.svg) no-repeat; height: 18px; width: 20px; vertical-align: top; display: inline-block; }
.propertiesIconCol .iconDownloadGold { margin-left: 10px; }
.galleryBtnCol { width: 100%; text-align: right; margin-bottom:20px; }
.viewGalleryBtn { margin-right: 25px;}
/*****************properties*****View*********Page*******End******************/

.check-style.modal-dialog .modal-content { padding: 20px;}
#copy_single_email img,#copy_single_email_gallery img,.contactFormRow .btn-save img ,.contactFormRow .btn-save1 img{ opacity: 0; position: absolute;}
#copy_single_email.loading,#copy_single_email_gallery.loading,.contactFormRow .btn-save.loading,.contactFormRow .btn-save1.loading { font-size: 0; }
#copy_single_email.loading img,#copy_single_email_gallery.loading img, .contactFormRow .btn-save.loading img,.contactFormRow .btn-save1.loading img { opacity: 1; top: 50%; left: 50%; margin-top: -8px; margin-left: -8px; } 

.clientInnerFormCol .serviceRequiredPtag span.serviceRequired { color: #727272; text-transform: uppercase; } 
div.wpcf7 .ajax-loader  { margin: 7px 0 0 4px !important; }



/*======================= 30-6-2017 =================*/
.sharePopupBox { height: auto; position: absolute; z-index: 11; min-width: 390px; right: 0; background: rgba(68, 85, 91, 0.95); /*width: 100%;*/ top: 0px}

.sharePopupInner { margin-top: 60px;  padding-bottom: 30px; text-align: center; width: 100%;}
.sharePopupBox input[type="text"], .sharePopupBox input[type="email"] {margin-bottom: 20px; width: calc(100% - 100px); }

.sharePopupBox .sharePopupInner a {  display: inline-block; float: right; position: relative; }
.sharePopupBox .inputRow { padding-right: 0;  position: relative; width: 100%;}





.sharePopupInner { text-align: center; margin-top: 80px; width: 100%; }
.popupContent { width: 550px; max-width: 100%; padding: 15px; display: inline-block; }
.sharePopupBox .inputRow { width: 100%; position: relative; padding-right: 100px; }
.sharePopupBox input[type="text"], .sharePopupBox input[type="email"] { background: none; border: 2px solid #fff; color: #fff; height: 50px; padding: 0 10px; /*width: 100%;*/ }
.sharePopupBox .sharePopupInner a, .sharePopupBox .sharePopupInner button { float: right; position: absolute; right: 0px; top: 0px; cursor: pointer; }
.popupCloseBtn { background: url(../images/spirit_img.png) no-repeat -148px -301px; position: absolute; right: 20px; top: 20px; display: inline-block; width: 30px; height: 30px; }

.sbi_photo_wrap:after { content: ""; display: inline-block; height: 100%; left: 0;  position: absolute;  top: 0; width: 100%; -webkit-transition: all ease 0.5s;transition: all ease 0.5s; }
.sbi_photo_wrap:hover:after{ background-color: #e2b641; opacity: 0.6; }
.sort_from { display: inline-block;}
.sort_from input[type="text"]  {  background: #ffffff none repeat scroll 0 0; border: 1px solid #44555b; color: #44555b; font-size: 13px; height: 36px; margin-left:5px;  max-width: 100%; padding: 0 25px 0 10px; position: relative; text-transform: uppercase; width: 200px; } 
.sort_from input[type="submit"] {  border: 0 none;  /*float: right;*/ height: 36px; min-width: 75px;padding: 5px 20px; width: auto;  margin-left: 10px; } 
.page-template-profile_edit .check-style label { display: inline-block;  margin-bottom: 15px; width: 100%;}
.check-style.modal-dialog { float: none; max-width: 500px; padding: 0; text-align: left; width: 100%;}
.menuFixed-other { z-index: 99;} 
.check-style.modal-dialog .modal-content { padding: 20px;}
.loader { position: relative; width:100%; float:left;}
.loader:after {  background: #fff url("./images/bx_loader.gif") no-repeat center; content: ""; display: inline-block; height: 100%;
left: 0; position: absolute; top: 0; width: 100%; z-index: 99999;min-height: 150px}
.loader.loaded:after { display: none;}


.propertyImg a { display: inline-block; text-align: center; position: relative; background-size: cover; }
.propertyImg a label { text-align: center; max-width: 100%; width: 100%; display: block; position: absolute; top: 50%; -webkit-transform:
translateY(-50%); transform: translateY(-50%); color: #727272; font-size: 16px; text-transform: capitalize;cursor: pointer; font-weight:500;}
.file_uploaded_image .propertyImg a{ margin-top: 25px;}
.file_uploaded_image .propertyImg a label{position: absolute; top: -15px;}

.propertyImg img { height: 80px; width: 130px; }
body .deletePopUp { text-align: center; background: #44555b; height: 220px !important; width: 520px !important; max-width: 100%; padding: 15px 0px; }
.deletePopUp p { font-size: 17px; letter-spacing: 1px; color: #fff;margin-top: 40px; }
.deletePopUp .ui-dialog-titlebar { display: none; }
.deletePopUp .ui-dialog-content { height: auto !important; min-height: inherit !important; }
body .deletePopUp .ui-dialog-buttonpane { background: none !important; margin: 15px 0 0 0px !important; padding: 0px; border: 0px; }
body .deletePopUp .ui-dialog-buttonset { float: none !important; padding: 0px; text-align: center; width: 100%; }
body .deletePopUp .ui-dialog-buttonpane button { background: #e2b641; border: 0 none; border-radius: 0px; color: #44555b; display: inline-block; height: 45px; font-size: 13px; font-weight: 600; letter-spacing: 1px; margin: 0 20px; padding: 9px; text-align: center; text-transform: uppercase; vertical-align: top;min-width:80px; }

.button.gallery_download{display:none;}
.button.floorplans_download{display:none;}
.button.epc_download{display:none;}
.mark_read_icon.button{ margin-top: -2px; padding:5px 13px 2px 13px; height:auto;margin-left:25px;}
span.mark_read_icon_read{margin-left:25px; font-weight: bold; display:inline-block !important;}


/**********************checkboxcss***********31*3*2016*********/
.check-style label { display: inline-block; cursor: pointer; position: relative; padding-left: 25px; margin-right: 15px; font-size: 13px; }
.check-style label:before { content: ""; display: inline-block; width: 21px; height: 21px; margin-right: 10px; position: absolute; left: 0; bottom: 1px; background-color: none; border: 1px solid #C86958; }
.check-style input[type=checkbox] { display: none; }
.check-style .checkbox label:before { border-radius: 3px; }
.check-style input[type=checkbox]:checked + label:before { content: "\2713"; font-size: 15px; color: #C86958; text-align: center; line-height: 20px; }
.check-style{text-align: center;width: 50%;}
.fd-field {float: left;width: 50%; padding-right: 15px; margin-bottom: 10px;}
.fd-field em {float: left; min-width: 155px;}
.propertyIdLeft {float: left; width: 44%;}
.seviceTextCol iframe{
	width:100% !important;

}
.tcvpb-videoWrapper-vimeo .player .sidedock .share-button{
    display: none !important;
}

.embed-container {
	float: left;
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
	overflow: hidden;
}
.embed-container object,
.embed-container embed,
.embed-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 97%;
}

/*.responsiveGallery-item {
    display: none;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 33.33%;
    z-index: 0 !important;
}*/
.wrapfixed{
 background-color: #ffffff !important;
    left: 0 !important;
    margin-top: 0 !important;
    opacity: 0.95;
    position: fixed !important;
    top: 0 !important;
    transition: all 0.3s ease 0s;
    z-index: 2147483647 !important;
}

.hide-scrollbar::-webkit-scrollbar{
    display: none; 
} 

/*div:after, div:before{
	content: "";
    clear: both;
    display: block;
    overflow: hidden;
}*/
div.clientFormServices:after, div.clientFormServices:before, div.clientFormServices div:after, div.clientFormServices div:before{
	content: "";
    clear: both;
    display: block;
    overflow: hidden;
}

.contactFormRow.default_user_data{  justify-content: flex-end !important;}
i.fa.fa-question { font-size: 12px; position: relative; top: 0;left: 5px;  line-height: 12px; display: inline-block; padding: 2px 5px;
border-radius: 50px; cursor: pointer; }
.serviceRequiredPtag { display: inline-block; }
.checkBoxColOuter .wpcf7-list-item { display: block; width: 100%; padding-bottom: 5px; }
.tooltip.button .tooltip-arrow{border-bottom-color:#C86958;}
.tooltip-inner{background:#C86958; text-transform:none;}

#wpcf7-f165-p33-o1 form.invalid .wpcf7-response-output, #wpcf7-f165-p33-o1 form.unaccepted .wpcf7-response-output, #wpcf7-f165-p33-o1 form.failed .wpcf7-response-output{display:block;}

body.page-template-My-Job .propertiesItem table tr th{font-weight:500; color:#727272;}
.clientPropertiesSec .propertiesItem .prosHeadingCol .proSerchFilter{padding-top:50px;}
.clientAreaSec >h3{margin-top:80px;}

.contact-section__right .wpcf7-form .wpcf7-spinner{position:absolute;}
.contact-section__right .wpcf7-form .wpcf7-list-item label .wpcf7-list-item-label:after{top:10px;}
.wpcf7-response-output, .wpcf7-not-valid-tip { display: block !important; }
.wpcf7 form .wpcf7-response-output{border:none;}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border:2px solid #c86958 !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border:2px solid #ffb900 !important;
}

.pageArrowRight, .pageArrowLeft{display:none;}
.middPagerCol ul{padding-top:0px;}

span.wpcf7-not-valid-tip{color: #dc3232;}

body.page-id-390068 .project-gallery-item img{ object-fit: contain;}