/*
Theme Name: WordPress Wolves
Text Domain: wordpress-wolves
Version: 1.0
Description: Custom Theme for WordPress Wolves main website.
Tags: Custom Theme, WordPress Wolves, Custom Modules, Service website.
Author: Windzoon Technologies
Author URI: https://www.windzoon.com/
Theme URI: https://www.windzoon.com/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
.contact-sticky-main{position:fixed;top:0;width:50px;z-index:99999 !important;bottom:12px;display:flex;justify-content:center;align-items:center;left:-3px;}
a.contact-sticky{/*background-image: linear-gradient(to top, #ffba26 , #ff9725);*/background-color: #e74430; border-color: #ff9725;writing-mode:vertical-rl;padding:35px 14px;letter-spacing:4px;color:#fff;text-transform:uppercase;font-size:16px;}
.page-template-contact-us a.contact-sticky{display: none}
.contact-form-row .item-left { background: #00044e; padding: 0 !important; margin-top: -5px; background-image: linear-gradient(to bottom, #00044e , #00207e); }
.contact-form-nb .close{position:absolute;right:8px;z-index:999;font-weight:100;font-size:38px;}
.contact-form-flex{padding:0;}
.img-content-form{height:100%;display:flex;align-items:center;justify-content:center;}
.img-content-content h2{color:#00044e;float:left;font-family:'Fira Sans', sans-serif;font-size:24px;font-weight:800;line-height:32px;margin:0 0 10px;text-align:center;width:100%;letter-spacing:0.02em;}
.contact-width{max-width:975px;}
.contact-form-flex .item-right{padding:28px 39px 20px 39px;}
.modal-body.contact-form-flex {    overflow: hidden !important;}
.page-template-template-contact-us .contact-sticky-main { display: none; }
@media screen and (max-width: 991px) {
	.contact-form-nb .close { color: #fff; opacity: 1; }
	.img-content-form{padding: 20px;}
}



.hidelistsec {
    display: none !IMPORTANT;
}



.cw_pop {
	left: 50%;
	transition: all 0.5s ease-in-out 0s;
	position: fixed;
	top: -150%;
	opacity: 0;
	visibility: hidden;
	transform: translate(-50%, -50%);
	max-width: 980px;
	width:100%;
	z-index: 9999;
}

.cw_pop.show {
	top: 50%;
	transition: all 0.5s ease-in-out 0s;
	opacity: 1;
	visibility: visible;
}

.cw_pop .contact-wrap {
	background: #fff;
	box-shadow: none;
	float: right;
	padding: 28px 39px 20px 39px;
	width: 52%;
}

.popleft {
	width: 48%;
	background: #00044e;
	text-align: center;
}

.popleft span {
	height: 100%
}

.popleft * {
	vertical-align: middle;
	display: inline-block
}

.cw_pop .contact-wrap ul li {
	float: left;
	margin-bottom: 10px;
	width: 100%;
}

.cw_pop .contact-wrap ul li input {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #e1e1e1;
	color: #505050;
	float: left;
	font-size: 13px;
	margin: 3px 0 0;
	padding: 8px 6px 8px 12px;
	width: 100%;
}

.cw_pop .contact-wrap ul li textarea {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #e1e1e1;
	color: #505050;
	float: left;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	height: 100px;
	margin: 3px 0 0;
	padding: 8px 12px;
	resize: none;
	width: 100%;
}

.cw_pop .contact-wrap .btndiv .submit {
	background: rgb(0, 82, 158);
	border: medium none;
	color: #fff;
	cursor: pointer;
	padding: 6px 11px;
}

.cw_pop .contact-wrap .btndiv .submit:hover {
	background: #E30016;
}


.cw_pop .contact-wrap .col-xs-12 {
	margin: 0 0 10px;
	padding: 0
}

.cw_pop .contact-wrap .row {
	margin: 0;
}

.cw_pop .contact-wrap input {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: none;
	border-bottom: 1px solid #999999;
	color: #000000;
	font-family: 'Fira Sans', sans-serif;
	font-size: 18px;
	height: 45px;
	margin-bottom: 0;
	padding: 0 0px;
	width: 100%;
	font-weight: 400;
}

.cw_pop .contact-wrap input:focus,
.cw_pop .contact-wrap textarea:focus {
	outline: none
}

.cw_pop .contact-wrap input::placeholder,
.cw_pop .contact-wrap textarea::placeholder {
	opacity: 0.4;
}

.cw_pop .contact-wrap textarea {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: none;
	border-bottom: 1px solid #999999;
	color: #000000;
	font-family: 'Fira Sans', sans-serif;
	font-size: 18px;
	height: 100px;
	margin-bottom: 0;
	padding: 6px 0px;
	resize: none;
	width: 100%;
	height: 80px;
	min-height: 80px;
}

.cw_pop .contact-wrap .col-xs-12 .custom_btn {
	font-size: 18px;
	margin: 10px 0 0;
	line-height: normal;
	color: #fff;
	min-width: inherit;
	padding: 9px 23px;
	width: auto;
	text-transform: uppercase;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
	border: none;
	border-radius: 0;
	float: right;
	letter-spacing: 0.04em;
	background: #1c9cfc;
	height: auto;
}

.cw_pop .contact-wrap .col-xs-12 .custom_btn:hover {
	color: #fff;
}

.cw_pop .contact-wrap .col-xs-12 span span {
	float: left;
	margin: 8px 0 0;
	width: 100%;
}

.cw_pop .cw_close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	padding: 4px 6px 0;
	height: 30px;
	text-align: center;
	border-radius: 3px;
}

.cw_pop .contact-wrap .col-xs-12.col-sm-6 {
	margin: 0 0 10px;
	width: 100%;
	padding: 0
}

.cw_pop .contact-wrap h2 {
	/*color: #1c9cfc;
	float: left;*/
	font-family: 'Fira Sans', sans-serif;
	font-size: 20px;
	font-weight: 800;
	line-height: 32px;
	margin: 0 0 10px;
	text-align: left;
	width: 95%;
	letter-spacing: 0.02em;
}

.cw_pop .contact-wrap .col-xs-12 label {
	text-transform: uppercase;
	font-weight: 500;
	color: #989898;
	font-size: 13px;
}

.popupmain {
	display: flex;
	flex-wrap: wrap;
	box-shadow: 0px 0px 3px 1px #0003
}

.popupmain * {
	font-family: 'Fira Sans', sans-serif;
}

.contact-wrap p {
	font-size: 14px;
	color: #231f20;
	text-transform: uppercase;
	margin-bottom:0px;
}

.popupmain .contact-wrap div.wpcf7 .ajax-loader {
	position: absolute;
	right: -24px;
	top: 25px;
}

.popupmain .contact-wrap .intl-tel-input {
	display: inline-block;
	position: relative;
	width: 100%;
}

.popleft img {
	width: 240px;
}


#cw_pop_id .input-field {
    margin-bottom: 15px;
}

/*.page-id-847 section.whyyoucantrustus {
    display: none;
}

.page-id-847 section.discovery-call-section {
    display: none;
}*/
.page-id-847 section.letsgetstarted {
    display: none;
}

 .page-id-847 div#cw_pop_id {
    display: none;
}

@media screen and (max-width:767px){
.cw_pop {max-width: 90%;}
.popleft {width: 100%;display:none;}
.cw_pop .contact-wrap{width:100%}
.popleft img {width: 140px;}
.cw_pop .contact-wrap {padding: 18px 20px 20px 20px;}
.cw_pop .cw_close{background:#fff;}
.cw_close img {margin: 4px 0 0 0;}



}
@media screen and (max-width:1400px){
.cw_pop .contact-wrap textarea {   min-height: 0;   height: 50px;}
}

.wpcf7-captchac + .wpcf7-form-control-wrap {
	display: inline-block;
	width: 170px;
	vertical-align: top;
}
.wpcf7-form-control.wpcf7-captchac {
	margin-top: 7px;
	margin-right: 12px;
}

.ser-sing .ser-cont p {
    font-size: 18px!important;
    line-height: 28px;
    color: #000;
    font-family: 'Conv_MyriadPro-Regular';
    letter-spacing: 0.015em;
    font-weight: normal;
}

@media screen and (max-width:767px){
.ser-sing .ser-cont p {
    font-size: 17px!important;
    line-height: 25px;
    color: #000;
    font-family: 'Conv_MyriadPro-Regular';
    letter-spacing: 0.015em;
    font-weight: normal;
}
.ser-sing .ser-cont {
	max-height: 100% !important;
}

}

.cw_pop .contact-wrap .input-field {
	margin-bottom: 20px;
}

.page-id-175 #exitpopup-modal {
    display: none !important;
}


.thk_sec{margin-top:40px;font-family: 'Open Sans', sans-serif;min-height: 270px;}
 
.thk_sec input{
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	color: #424242;
	letter-spacing: 0;
	line-height: 14px;
	background: #fff;
	border: 1px solid #424242;
	padding: 6px 16px;
	height: 48px;
    font-family: 'Open Sans', sans-serif;border-radius: 5px;
}
.thk_sec select{
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	color: #424242;
	letter-spacing: 0;
	line-height: 14px;
	background: #fff;
	border: 1px solid #424242;
	padding: 6px 16px;
	height: 48px;
    font-family: 'Open Sans', sans-serif;border-radius: 5px;
}
.thk_sec .chosen-container-single .chosen-single{height: 48px;
	border: 1px solid #424242;
	border-radius: 5px; 
	width: 100% !important;
	color: #9f9f9f;
	padding: 0 20px;
	margin-bottom: 30px;
	font-family: 'Open Sans',sans-serif;
	font-size: 16px;
    box-shadow: none;
    background: #fff;
}
.thk_sec .chosen-container{width:100%}
.thk_sec .chosen-container-single .chosen-single{line-height: 45px;margin-bottom: 0}
.thk_sec label{margin-bottom: 10px;font-size: 16px;} 
.thk_sec .chosen-container-single .chosen-single div b,.thk_sec .chosen-container-active.chosen-with-drop .chosen-single div b{
	background: url(https://laravellions.com/wp-content/themes/wordpress-wolves/down.png) no-repeat;
	background-size: 9px;
	background-position: -1px 19px;
} 
.thk_sec .chosen-container-active.chosen-with-drop .chosen-single{border: 1px solid #424242;box-shadow: none;background: #fff;margin-bottom: 0}
.thk_sec .chosen-container .chosen-drop{border-color:#424242}
.thk_sec .ui-datepicker td span, .thk_sec .ui-datepicker td a{font-size:13px}
.thk_sec .ui-datepicker th{font-size:13px;}
.thk_sec .ui-datepicker select.ui-datepicker-month, .thk_sec .ui-datepicker select.ui-datepicker-year {
	width: 43%;
	font-size: 12px;
	border: 1px solid #bbb7b7;
	padding: 4px;
}
.thk_sec .send-btn{width: 315px;}
.thk_sec .send-btn {width: 225px;margin-top: 48px;float: none;background: #2aace1 !important;color: #fff;margin-bottom: 20px;
}
  
.schedule-call.chosen-results{clear:both}
.chosen-results li {background: none;font-size: 14px;padding: 9px !important;}

.thk_sec .errmsg {
	position: absolute;
	width: 100%;
	left: 17px;
	bottom: -23px;
	color: red;
	font-size: 14px;
}
.thk-page .ui-widget-header .ui-icon {
	background: url(https://laravellions.com/wp-content/themes/wordpress-wolves/ui-icon.png);
}
.thk-page .ui-datepicker .ui-datepicker-next .ui-icon.ui-icon-circle-triangle-e {
	background-position: -29px 0px; 
}
.thk-page .ui-datepicker .ui-datepicker-prev .ui-icon.ui-icon-circle-triangle-w {
	background-position: -87px 0px; 
}
.thk-page .ui-widget-header .ui-icon {
	font-size: 0;
}
.thk-page .ui-datepicker select.ui-datepicker-month, .page-template-magento-thank-you .ui-datepicker select.ui-datepicker-year {
	font-size: 13px !important;
	margin-top: -7px !important;
	vertical-align: middle;
	padding: 6px 8px;
	border: none;
}
.thk-page .ui-datepicker .ui-datepicker-prev,
.thk-page .ui-datepicker .ui-datepicker-next {
	background: #fff !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.thk-page {
	font-size: 13px; 
}
.thk-page .ui-datepicker th {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}
.thk-page .ui-timepicker-wrapper{min-width:18.5%}
.thk-page  .ui-timepicker-list li {
	padding: 3px 0 3px 5px;
	font-family: 'Open Sans',sans-serif;
	font-size: 14px;
	padding: 5px 0 5px 14px;
}
.thk-page .ui-datepicker select.ui-datepicker-month, .thk-page .ui-datepicker select.ui-datepicker-year {
	font-size: 13px !important;
	margin-top: -4px !important;
	vertical-align: middle;
	padding: 6px 8px;
	border: none;
}
.thk_sec .ui-datepicker-title select{appearance:none;-webkit-appearance:none;width: auto !important;padding: 0 !important}
.thk_sec .ui-datepicker .ui-datepicker-header{border:none;background: none;}

.thk_sec .ui-state-highlight,.thk_sec .ui-widget-content .ui-state-highlight, .thk_sec .ui-widget-header .ui-state-highlight{background: #a2d8ef !important}
.thk_sec .ui-state-default, .thk_sec .ui-widget-content .ui-state-default, .thk_sec .ui-widget-header .ui-state-default {border: none;height: 38px;width: 38px;text-align: center;border-radius: 30px;line-height: 32px;background: #cff0fd;color: #11a4e0;font-weight: 600;font-family: 'Open Sans',sans-serif}
.thk_sec .ui-state-hover, .ui-widget-content .ui-state-hover, .thk_sec .ui-widget-header .ui-state-hover, .thk_sec .ui-state-focus, .thk_sec .ui-widget-content .ui-state-focus, .thk_sec .ui-widget-header .ui-state-focus{background: #a2d8ef !important}
.thk_sec .ui-state-default.ui-state-active{background: #2aace1 !important;color:#fff !important;border-color:#2aace1 !important;}
.thk_sec .ui-datepicker{width:100%}
.thk_sec .ui-widget-content{border:1px solid #dbdbdb;}
.left_sec .tim_sec ul li{background: none;position: relative;padding-left: 0}
.left_sec .tim_sec ul li input{position: absolute;width: auto;opacity: 0}
.left_sec .tim_sec ul li label:hover,
.left_sec .tim_sec ul li input:checked + label{background: #2aace1;color:#fff;}
.left_sec .tim_sec ul li label {
	padding: 7px 10px;
	width: 126px;
    transition: all 0.4s ease 0s;
	text-align: center;
	cursor: pointer;
	border: 2px solid #2aace1;
	border-radius: 5px;
	color: #2aace1;
	margin-bottom: 3px;
	font-size: 15px;
	line-height: 20px;
	font-weight: 800;
}
.thk_sec .ui-datepicker .ui-datepicker-prev {
	right: 33px !important;
	left: auto !important;
}
.thk_sec .ui-datepicker-title{margin-left: 11px !important;}
.thk_sec .tim_sec ul {
	padding-left: 0 !important;
	max-height:326px;
	overflow: auto;
	padding-top: 0;
	margin-top: 22px;
}
.thk_sec .left_sec {margin: 0 auto;max-width: 600px;}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #2aace1 !important;
  cursor: pointer;
  left: 0;
  position: relative;
  top: 0;
  width: 6px;
  z-index: 99999;
  border-radius: 9px;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background: #cff0fd !important;
  position: relative;
  width: 10px;
  border-radius: 8px;
}
.thk_sec .tim_sec p.an_time{font-size: 14px !important; color :red !important;}

.page-template-thankyou-calender #exitpopup-modal {
	display: none !important;
}
.page-template-thankyou-calender table, .page-template-thankyou-calender td, .page-template-thankyou-calender tr {
    border: 2px solid #000;
}

.thk_sec .ui-datepicker th {
	font-size: 13px;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
	background: transparent;
}
.thk_sec .ui-datepicker select.ui-datepicker-month, .thk_sec .ui-datepicker select.ui-datepicker-year {
	width: 43%;
	font-size: 12px;
	border: 1px solid #bbb7b7;
	padding: 4px;
	font-size: 13px !important;
	margin-top: -4px !important;
	vertical-align: middle;
	padding: 6px 8px;
	border: none;
}
.thk_sec .left_sec {
	display: flex;
}
.ui-widget-header .ui-icon {
	background-image: url(assets/images/ui-icon.png)!important;
		font-size: 0;

}
.page-id-868 section.whyyoucantrustus {
    display: none;
}
.page-id-868 section.discovery-call-section {
    display: none;
}
.page-id-868 section.letsgetstarted {
    display: none;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: none repeat scroll 0 0 #2e2f33;
    cursor: pointer;
    left: 0px;
    position: relative;
    top: 0;
    width: 6px;
    z-index: 1!important;
    border-radius: 2px;
}
.contact-form-block .input-field input, .contact-form-block .input-field textarea {
	border-color: #cbcbcb;
	height: 34px;
	border-width: 0 0 1px 0;
	background: transparent;
	padding-left: 0;
}

.cw_pop .contact-wrap input{height:35px;}
#exitpopup-modal p {margin-bottom: 3px;margin-top: -10px;}


body.page-template-thankyou #exitpopup-modal {
	display: none !important;
}
.page-template-thankyou-calender .inner_banner.full-width img {
	width: 100%;
}
.ui-datepicker .ui-datepicker-next span {
	background-position: 131px -171px;
}
body .ui-datepicker .ui-datepicker-prev span {
	background-position: 103px -171px;
}

.page-template-thankyou-calender .inner_banner_text {
	position: absolute;
	top: 35%;
	transform: translate(0,-50%);
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
/*section.discovery-call-section {
    display: none;
}*/
.postid-1098 textarea{height: 50px;}
@media screen and (max-width:767px){
  .thk_sec .col-xs-12.col-sm-4 {
	margin-bottom: 30px;
}  
    .thk_sec .send-btn{margin-top:20px;}
    body.page-template-magento-thank-you .ui-timepicker-wrapper{min-width:80%}
    .thk_sec .left_sec {max-width: 390px;}
    .thk_sec .left_sec > div{padding:0}
    .thk_sec .tim_sec ul{margin-left:-15px;}
    .thk_sec .tim_sec ul li {float:left;width: calc(50% - 15px);margin-left: 15px;}
    .left_sec .tim_sec ul li label{width:100%}
    .thk_sec .errmsg{left:0}

    .contact-form-row .img-content-form {
	display: none;
}
.list_cms li {
    font-size: 16px;
    margin-bottom: 14px !important;
}
}


@media only screen and (max-width: 1862px) and (min-width: 1600px)  {
.monkey-right {
	left: 30px;
	bottom: -2px;
	width: 156px;
}
}

/*.single-post .get_started.full-width.text-center.inr_ct {margin: 0 -15px;}*/
.single-post .get_started.full-width.text-center.inr_ct {margin: auto !important;width: 60%; display:block;}
.single-post .get_started.full-width.text-center.inr_ct .wpcf7-form.init {display: flex; flex-wrap: wrap; margin-left: -20px;}
.single-post .get_started.full-width.text-center.inr_ct .input-field {width: calc(33.33% - 20px); text-align: left; margin-left: 20px;}
.single-post .get_started.full-width.text-center.inr_ct .input-field label {margin-bottom: 10px; font-weight: 600;}
.single-post .get_started.full-width.text-center.inr_ct .input-field:nth-child(5) {width: calc(100% - 20px);}
.single-post .rec_cap {margin-left: 20px;margin-top: 9px;}
.single-post .btnbox.text-right.mrt { margin-top: 0;margin-right: 0; margin-left: auto;}
.single-post .wpcf7 .ajax-loader{float:left;}

@media screen and (max-width:767px){
  .single-post .get_started.full-width.text-center.inr_ct .input-field {width: calc(100% - 20px);} 
}

.single-post 
 .blog_con_title {
    text-align: center;
    font-size: 24px;
    display: block;
    margin: 10px 0 20px;
    font-weight: bold;
    line-height: 120%;
}
.single-post section.letsgetstarted, .single-post  .whyyoucantrustus {
    display: none;
}


a.contact-sticky {
	font-family: "AvenirLTStdHeavy",sans-serif,Arial;
}


.single-post.postid-903 div#exitpopup-modal {
    display: none !important;
}






.cw_pop2 {
left:50%;
transition:all .5s ease-in-out 0s;
position:fixed;
top:-150%;
opacity:0;
visibility:hidden;
transform:translate(-50%,-50%);
width:980px;
z-index:9999;
}
.cw_pop2.show2 {
top:50%;
transition:all .5s ease-in-out 0s;
opacity:1;
visibility:visible;
}
.cw_pop2 .contact-wrap2 {
background:#fff;
box-shadow:none;
float:right;
padding:28px 39px 20px 39px;
width:52%;
}
.popleft2 {
width:48%;
background:#00044e;
text-align:center;
}
.popleft2 span {
height:100%;
}
.popleft2 * {
vertical-align:middle;
display:inline-block;
}
.cw_pop2 .contact-wrap2 ul li {
float:left;
margin-bottom:10px;
width:100%;
}
.cw_pop2 .contact-wrap2 ul li input {
background:#fff none repeat scroll 0 0;
border:1px solid #e1e1e1;
color:#505050;
float:left;
font-size:13px;
margin:3px 0 0;
padding:8px 6px 8px 12px;
width:100%;
}
.cw_pop2 .contact-wrap2 ul li textarea {
background:#fff none repeat scroll 0 0;
border:1px solid #e1e1e1;
color:#505050;
float:left;
font-family:"Roboto",sans-serif;
font-size:13px;
height:100px;
margin:3px 0 0;
padding:8px 12px;
resize:none;
width:100%;
}
.cw_pop2 .contact-wrap2 .btndiv .submit {
background:#00529e;
border:medium none;
color:#fff;
cursor:pointer;
padding:6px 11px;
}
.cw_pop2 .contact-wrap2 .btndiv .submit:hover {
background:#e30016;
}
.cw_pop2 .contact-wrap2 h2 {
float:left;
font-family:open sans;
font-size:22px;
font-weight:bold;
line-height:32px;
text-align:center;
width:100%;
color:#ff8a00;
margin:0 0 13px;
}
.cw_pop2 .contact-wrap2 .col-xs-12 {
margin:0 0 10px;
padding:0;
}
.cw_pop2 .contact-wrap2 .row {
margin:0;
}
.cw_pop2 .contact-wrap2 input {
background:rgba(0,0,0,0) none repeat scroll 0 0;
border:none;
border-bottom:1px solid #999;
color:#000;
font-family:"Fira Sans",sans-serif;
font-size:18px;
height:45px;
margin-bottom:0;
padding:0 0px;
width:100%;
font-weight:400;
}
.cw_pop2 .contact-wrap2 input:focus,
.cw_pop2 .contact-wrap2 textarea:focus {
outline:none;
}
.cw_pop2 .contact-wrap2 input::placeholder,
.cw_pop2 .contact-wrap2 textarea::placeholder {
opacity:.4;
}
.cw_pop2 .contact-wrap2 textarea {
background:rgba(0,0,0,0) none repeat scroll 0 0;
border:none;
border-bottom:1px solid #999;
color:#000;
font-family:"Fira Sans",sans-serif;
font-size:18px;
height:100px;
height:80px;
margin-bottom:0;
padding:6px 0px;
resize:none;
width:100%;
}
.cw_pop2 .contact-wrap2 .col-xs-12 .custom_btn {
font-size:18px;
margin:10px 0 0;
line-height:normal;
color:#fff;
min-width:inherit;
padding:9px 23px;
width:auto;
text-transform:uppercase;
font-family:"Fira Sans",sans-serif;
font-weight:700;
border:none;
border-radius:0;
float:right;
letter-spacing:.04em;
background:#1c9cfc;
height:auto;
}
.cw_pop2 .contact-wrap2 .col-xs-12 .custom_btn:hover {
color:#fff;
}
.cw_pop2 .contact-wrap2 .col-xs-12 span span {
float:left;
margin:8px 0 0;
width:100%;
}
.cw_pop2 .cw_close2 {
position:absolute;
right:10px;
top:10px;
width:30px;
padding:4px 6px 0;
height:30px;
text-align:center;
border-radius:3px;
}
.cw_pop2 .contact-wrap2 .col-xs-12.col-sm-6 {
margin:0 0 10px;
width:100%;
padding:0;
}
.cw_pop2 .contact-wrap2 h2 {
color:#1c9cfc;
float:left;
font-family:"Fira Sans",sans-serif;
font-size:20px;
font-weight:800;
line-height:32px;
margin:0 0 10px;
text-align:left;
width:100%;
letter-spacing:.02em;
}
.cw_pop2 .contact-wrap2 .col-xs-12 label {
text-transform:uppercase;
font-weight:500;
color:#989898;
font-size:13px;
}
.popupmain2 {
display:flex;
flex-wrap:wrap;
box-shadow:0px 0px 3px 1px rgba(0,0,0,.2);
}
.popupmain2 * {
font-family:"Fira Sans",sans-serif;
}
.contact-wrap2 p {
font-size:14px;
color:#231f20;
text-transform:uppercase;
}
.popupmain2 .contact-wrap2 div.wpcf7 .ajax-loader {
position:absolute;
right:-24px;
top:25px;
}
.popupmain2 .contact-wrap2 .intl-tel-input {
display:inline-block;
position:relative;
width:100%;
}
.popleft2 img {
width:240px;
}
#cw_pop_id2 .input-field {
margin-bottom:15px;
}


.page-id-175 .cw_pop, .page-id-868 .cw_pop {
    display: none;
}


.page-id-868 a.contact-sticky {
    display: none;
}



@media only screen and (max-width: 767px) {
 .thk_sec .left_sec {
    display: block;
}
}


.rec_cap {
    display: none;
}

.grecaptcha-badge { visibility: hidden; }

.single-post .internal-banner .row .col-lg-5.col-md-6 {
    display: none;
}
.single-post  .internal-banner .row .col-lg-7.col-md-6 {
    text-align: center;
    margin: auto;
}