.mod_tm_ajax_contact_form{position:relative;}.mod_tm_ajax_contact_form .mod_tm_ajax_contact_form_message{position:absolute;width:100%;height:100%;left:0;top:0;font-size:0;line-height:0;z-index:-1;text-align:center;background:50% 50% no-repeat transparent;transition:all .5s ease;}.mod_tm_ajax_contact_form .mod_tm_ajax_contact_form_message.loader{z-index:2;background:url(../images/loading.gif) 50% 50% no-repeat #fff;opacity:.8;filter:alpha(opacity=80);}.mod_tm_ajax_contact_form .mod_tm_ajax_contact_form_message.success{z-index:2;background:#fff;font-size:20px;line-height:24px;color:#4ec385;}.mod_tm_ajax_contact_form .mod_tm_ajax_contact_form_message.error{z-index:2;font-size:20px;line-height:24px;color:#ec7b7b;background:#fff;}.mod_tm_ajax_contact_form .mod_tm_ajax_contact_form_message:before{content:'';display:inline-block;width:0;height:100%;vertical-align:middle;}.mod_tm_ajax_contact_form .mod_tm_ajax_contact_form_message>*{display:inline-block;vertical-align:middle;}.mod_tm_ajax_contact_form .controls{position:relative;display:inline-block;max-width:100%;}.mod_tm_ajax_contact_form .control-group{margin:0;}.mod_tm_ajax_contact_form textarea{width:100%;height:176px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.mod_tm_ajax_contact_form .control-group-textarea .controls{display:block;}#recaptcha_table{transition:all .5s ease;}.recaptcha_error{box-shadow:0 0 3px #ff6363;background:#ec7b7b;}.mod_tm_ajax_contact_form_recaptcha_message{color:#ec7b7b;}
.bottom-call{
width:290px;
background-color:#4bc959;
color:#fff!important;
padding:20px ;
position: fixed;
bottom: 0px;
right: 0px;
border-radius:0px;
text-decoration:none!important;
text-transform:uppercase;
font-weight:bold;
display: block;
margin:auto;
z-index: 9999;
text-align: center;
}
.bottom-call img{
margin:0px auto -9px!important;
display:inline;
}
.bottom-call span{
color:#fff!important;
margin:10px auto;
text-decoration:none!important;
text-transform:uppercase;
font-weight:bold;
display: inline;
font-size:14px;
text-align: center;
}
.bottom-call:hover{
background-color:#0051bb;
transition: all .8s;
}

a.btn {
    word-wrap: break-word;
    white-space: normal !important;
}

.btn-primary {
    background-image: -webkit-linear-gradient(top,#337ab7 0,#265a88 100%);
    background-image: -o-linear-gradient(top,#337ab7 0,#265a88 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88));
    background-image: linear-gradient(to bottom,#337ab7 0,#265a88 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #245580;
}

.btn-group-lg>.btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
	text-decoration: none;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 4px 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.btn-success {
    color: #fff !important;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
	text-decoration: none;
}

.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
	
    z-index: 9999;
}

.modal-footer { background-color: #fff !important;  }
.modal-body { width: 90% !important;}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
.modal .modal-body {
padding: 15px!important;
}
}
/*MODAL WHASAPP*/
.tweb_button{border-bottom:none!important}
.tweb_btn_w_img:hover{text-decoration:none}
.tweb_button, .tweb_btn_popup, .tweb_button *, .tweb_btn_popup *, .tweb_btn_popup:before, .tweb_button:before, .tweb_button:after, .tweb_btn_popup:after, .tweb_popup_chat_box, .tweb_popup_chat_box *, .tweb_popup_chat_box:before, .tweb_popup_chat_box:after{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
.tweb_button{position:relative;width:300px;min-height:64px;display:block;font-family:Arial, Helvetica, sans-serif;text-decoration:none;color:#fff;box-shadow:0 4px 8px 1px rgba(32,32,37,.09);-webkit-box-shadow:0 4px 8px 1px rgba(32,32,37,.09);-moz-box-shadow:0 4px 8px 1px rgba(32,32,37,.09)}
.tweb_btn_txt{display:inline-block;font-size:12px;line-height:1.33em}
.tweb_btn_w_icon .tweb_btn_txt{padding:16px 20px 15px 71px}
.tweb_button_text_only .tweb_btn_txt, .tweb_r_button.tweb_btn_w_img.tweb_button_text_only .tweb_btn_txt, .tweb_sq_button.tweb_btn_w_img.tweb_button_text_only .tweb_btn_txt{padding-top:25px;padding-bottom:24px}
.tweb_btn_w_icon .tweb_btn_txt .tweb_btn_title{font-weight:600;padding-left:2px;font-size:14px}
.tweb_cs_info{margin-bottom:2px}
.tweb_btn_status{color:#f5a623;font-size:9px;padding:2px 0 0;font-weight:700}
.tweb_cs_info .tweb_cs_name, .tweb_cs_info .tweb_cs_status{display:inline-block}
.tweb_cs_info .tweb_cs_name{font-weight:400;font-size:12px;line-height:1.36em}
.tweb_stt_online .tweb_cs_info .tweb_cs_name{color:#d5f0d9}
.tweb_stt_offline .tweb_cs_info .tweb_cs_name{color:#76787d}
.tweb_cs_info .tweb_cs_status{width:36px;height:14px;margin-left:3px;padding:1px;font-size:9px;line-height:1.34em;border-radius:5px;color:rgba(255,255,255,.98);position:relative;top:-1px;left:0;text-align:center}
.tweb_stt_online .tweb_cs_info .tweb_cs_status{background:#62c971}
.tweb_stt_offline .tweb_cs_info .tweb_cs_status{background:#b9bbbe}
.tweb_stt_online{background:#00E676;transition:.4s ease all;-webkit-transition:.4s ease all;-moz-transition:.4s ease all;backface-visibility:hidden;will-change:transform}
.tweb_stt_online .tweb_btn_txt{position:relative;z-index:4}
.tweb_r_button.tweb_stt_online:before{border-radius:50vh}
.tweb_sq_button.tweb_stt_online:before{border-radius:5px}
.tweb_stt_online:before{content:'';transition:.4s ease all;-webkit-transition:.4s ease all;-moz-transition:.4s ease all;background:rgba(0,0,0,.2);position:absolute;left:0;top:0;z-index:-1;width:100%;height:100%;opacity:0;will-change:opacity}
.tweb_button.tweb_stt_online:focus, .tweb_button.tweb_stt_online:active, .tweb_button.tweb_stt_online:hover{box-shadow:0 4px 8px 1px rgba(32,32,37,.19);transform:translate(0, -3px);-webkit-transform:translate(0, -3px);-moz-transform:translate(0, -3px);-ms-transform:translate(0, -3px)}
.tweb_button.tweb_stt_online:focus:before, .tweb_button.tweb_stt_online:active:before, .tweb_button.tweb_stt_online:hover:before{opacity:1}
.tweb_stt_online.tweb_btn_w_icon .tweb_btn_icon img{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transition:.2s ease all;-webkit-transition:.2s ease all;-moz-transition:.2s ease all}
.tweb_stt_offline{background:#ebedf0;color:#595b60;box-shadow:none;cursor:initial}
.tweb_stt_offline.tweb_btn_w_icon .tweb_btn_txt{padding:8px 20px 6px 71px}
.tweb_stt_offline.tweb_r_button.tweb_btn_w_img .tweb_btn_txt{padding:8px 20px 8px 100px}
.tweb_stt_offline.tweb_sq_button.tweb_btn_w_img .tweb_btn_txt{padding:8px 20px 8px 70px}
.tweb_btn_w_icon .tweb_btn_icon{position:absolute;top:50%;left:16px;transform:translate(0, -50%);-moz-transform:translate(0, -50%);-webkit-transform:translate(0, -50%)}
.tweb_btn_w_icon .tweb_btn_icon img{width:41px;height:69px}
.tweb_btn_w_img{position:relative;width:300px;margin:20px 0}
.tweb_btn_w_img .tweb_cs_img{position:absolute;top:50%;left:0;text-align:center;transform:translate(0, -50%);-webkit-transform:translate(0, -50%);-moz-transform:translate(0, -50%)}
.tweb_btn_w_img .tweb_cs_img_wrap{width:79px;height:79px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;border:3px solid #fff;position:relative;overflow:hidden}
.tweb_cs_img_wrap{background:url(../images/whatsapp/logo_.png) center center no-repeat;background-size:cover;}
.tweb_popup_content_item .tweb_cs_img_wrap{width:48px;height:48px;}
.tweb_btn_w_img .tweb_cs_img img{max-width:100%;height:auto;transition:.2s ease transform;-webkit-transition:.2s ease transform;-moz-transition:.2s ease transform}
.tweb_btn_w_img .tweb_cs_img:after{content:'';background:#fff url(../images/whatsapp/whatsapp_logo.png) center center no-repeat;background-size:21px;display:block;width:27px;height:27px;position:absolute;top:20px;right:-14px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;box-shadow:0 4px 6px 0 rgba(39,38,38,.3);-webkit-box-shadow:0 4px 6px 0 rgba(39,38,38,.3);-moz-box-shadow:0 4px 6px 0 rgba(39,38,38,.3)}
.tweb_stt_offline.tweb_btn_w_img .tweb_cs_img:after{content:'';background:#fff url(../images/whatsapp/whatsapp_logo.png) center center no-repeat;background-size:21px;display:block;width:27px;height:27px;position:absolute;top:20px;right:-14px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;box-shadow:0 4px 6px 0 rgba(39,38,38,.3);-webkit-box-shadow:0 4px 6px 0 rgba(39,38,38,.3);-moz-box-shadow:0 4px 6px 0 rgba(39,38,38,.3)}
.tweb_btn_w_img .tweb_btn_txt{padding:14px 20px 12px 103px}
.tweb_r_button{border-radius:50vh}
.tweb_sq_button{border-radius:5px}
.tweb_sq_button.tweb_btn_w_img{width:270px;margin-left:30px}
.tweb_r_button.tweb_btn_w_img .tweb_cs_img{left:-5px}
.tweb_sq_button.tweb_btn_w_img .tweb_cs_img{left:-35px}
.tweb_sq_button.tweb_btn_w_img .tweb_btn_txt{padding:10px 20px 10px 70px;display:table-cell;vertical-align:middle;height:66px}
.tweb_btn_txt .tweb_btn_title{font-weight:600}
.tweb_r_button.tweb_btn_w_img .tweb_btn_txt{padding:8px 20px 8px 100px;display:table-cell;vertical-align:middle;height:66px}
.tweb_r_button.tweb_btn_w_img .tweb_cs_info .tweb_cs_status{margin-left:3px}
.tweb_popup_chat_box{font-family:Arial, Helvetica, sans-serif;width:351px;border-radius:5px 5px 8px 8px;-webkit-border-radius:5px 5px 8px 8px;-moz-border-radius:5px 5px 8px 8px;position:fixed;overflow:hidden;box-shadow:0 10px 10px 4px rgba(0,0,0,.04);-webkit-box-shadow:0 10px 10px 4px rgba(0,0,0,.04);-moz-box-shadow:0 10px 10px 4px rgba(0,0,0,.04);bottom:102px;right:25px;z-index:999;opacity:0;visibility:hidden;-ms-transform:translate(0, 50px);transform:translate(0, 50px);-webkit-transform:translate(0, 50px);-moz-transform:translate(0, 50px);transition:.4s ease all;-webkit-transition:.4s ease all;-moz-transition:.4s ease all;will-change:transform, visibility, opacity;max-width:calc(100% - 50px)}
.tweb_popup_chat_box:hover, .tweb_popup_chat_box:focus, .tweb_popup_chat_box:active{box-shadow:0 10px 10px 4px rgba(32,32,37,.23);-webkit-box-shadow:0 10px 10px 4px rgba(32,32,37,.23);-moz-box-shadow:0 10px 10px 4px rgba(32,32,37,.23)}
.tweb_popup_chat_box.tweb_active{-ms-transform:translate(0, 0);transform:translate(0, 0);-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);visibility:visible;opacity:1}
.tweb_popup_chat_box .tweb_popup_heading{position:relative;padding:15px 43px 17px 74px;color:#fff;background:#00E676}
.tweb_popup_chat_box .tweb_popup_heading_sm{padding:12px 15px 17px 74px}
.tweb_popup_chat_box .tweb_popup_heading:before{content:'';background:url(../images/whatsapp/whatsapp_logo.png) center top no-repeat;background-size:33px;display:block;width:55px;height:33px;position:absolute;top:20px;left:12px}
.tweb_popup_chat_box .tweb_popup_heading_sm:before{top:19px;left:11px}
.tweb_popup_chat_box .tweb_popup_heading .tweb_popup_title{padding-top:2px;padding-bottom:3;color:#fff;font-size:18px;line-height:24px}
.tweb_popup_chat_box .tweb_popup_heading .tweb_popup_intro{padding-top:4px;font-size:12px;line-height:20px}
.tweb_popup_chat_box .tweb_popup_heading_sm .tweb_popup_intro{padding-top:0}
.tweb_popup_chat_box .tweb_popup_heading .tweb_popup_intro a{display:inline-block;color:#fff;text-decoration:none}
.tweb_popup_chat_box .tweb_popup_heading .tweb_popup_intro a:hover, .tweb_popup_chat_box .tweb_popup_heading .tweb_popup_intro a:focus, .tweb_popup_chat_box .tweb_popup_heading .tweb_popup_intro a:active{text-decoration:underline}
.tweb_popup_chat_box .tweb_popup_notice{font-size:11px;color:#666;font-weight:500;padding:0 3px}
.tweb_popup_chat_box .tweb_popup_content{padding:13px 20px 21px 19px;text-align:center;background-image:url(../images/whatsapp/whatsapp-bg.png);background-color:rgb(230, 221, 212);}
.tweb_popup_chat_box .tweb_popup_content_left{text-align:left}
.tweb_popup_chat_box .tweb_popup_avatar{position:absolute;overflow:hidden;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;left:12px;top:12px}
.tweb_popup_chat_box .tweb_popup_avatar.nta-default-avt{border-radius:unset;-webkit-border-radius:unset;-moz-border-radius:unset}
.tweb_popup_chat_box .tweb_stt{padding:13px 40px 12px 74px;position:relative;text-decoration:none;display:table;width:100%;border-left:2px solid #00E676;background:#f5f7f9;border-radius:2px 4px 2px 4px;-webkit-border-radius:2px 4px 2px 4px;-moz-border-radius:2px 4px 2px 4px}
.tweb_popup_chat_box .tweb_stt:after{content:'';background:url(../images/whatsapp/whatsapp_logo_green.png) 0 0 no-repeat;position:absolute;right:14px;top:26px;width:20px;height:20px;background-size:100% 100%;-webkit-background-size:100% 100%;-moz-background-size:100% 100%}
.tweb_popup_chat_box .tweb_stt.tweb_stt_offline:after{background-image:url(../images/whatsapp/whatsapp_logo.png)}
.tweb_popup_chat_box .tweb_stt.tweb_stt_online{transition:.2s ease all;-webkit-transition:.2s ease all;-moz-transition:.2s ease all}
.tweb_popup_chat_box .tweb_stt.tweb_stt_online:hover, .tweb_popup_chat_box .tweb_stt.tweb_stt_online:active, .tweb_popup_chat_box .tweb_stt.tweb_stt_online:focus{background:#fff;box-shadow:0 7px 15px 1px rgba(55,62,70,.07);-webkit-box-shadow:0 7px 15px 1px rgba(55,62,70,.07);-moz-box-shadow:0 7px 15px 1px rgba(55,62,70,.07)}
.tweb_popup_content_list .tweb_popup_content_item{margin:14px 0 0;transform:translate(0, 20px);-webkit-transform:translate(0, 20px);-moz-transform:translate(0, 20px);will-change:opacity, transform;opacity:0}
.tweb_popup_chat_box.tweb_pending .tweb_popup_content_list .tweb_popup_content_item{transition:.4s ease all;-webkit-transition:.4s ease all;-moz-transition:.4s ease all;transition-delay:2.1s;-webkit-transition-delay:2.1s;-moz-transition-delay:2.1s}
.tweb_popup_chat_box.tweb_pending .tweb_popup_content_list .tweb_popup_content_item:nth-child(1){transition-delay:.3s;-webkit-transition-delay:.3s;-moz-transition-delay:.3s}
.tweb_popup_chat_box.tweb_pending .tweb_popup_content_list .tweb_popup_content_item:nth-child(2){transition-delay:.5s;-webkit-transition-delay:.5s;-moz-transition-delay:.5s}
.tweb_popup_chat_box.tweb_pending .tweb_popup_content_list .tweb_popup_content_item:nth-child(3){transition-delay:.7s;-webkit-transition-delay:.7s;-moz-transition-delay:.7s}
.tweb_popup_chat_box.tweb_pending .tweb_popup_content_list .tweb_popup_content_item:nth-child(4){transition-delay:.9s;-webkit-transition-delay:.9s;-moz-transition-delay:.9s}
.tweb_popup_chat_box.tweb_pending .tweb_popup_content_list .tweb_popup_content_item:nth-child(5){transition-delay:1.1s;-webkit-transition-delay:1.1s;-moz-transition-delay:1.1s}
.tweb_popup_chat_box.tweb_pending .tweb_popup_content_list .tweb_popup_content_item:nth-child(6){transition-delay:1.3s;-webkit-transition-delay:1.3s;-moz-transition-delay:1.3s}
.tweb_popup_chat_box.tweb_pending .tweb_popup_content_list .tweb_popup_content_item:nth-child(7){transition-delay:1.5s;-webkit-transition-delay:1.5s;-moz-transition-delay:1.5s}
.tweb_popup_chat_box.tweb_pending .tweb_popup_content_list .tweb_popup_content_item:nth-child(8){transition-delay:1.7s;-webkit-transition-delay:1.7s;-moz-transition-delay:1.7s}
.tweb_popup_chat_box.tweb_pending .tweb_popup_content_list .tweb_popup_content_item:nth-child(9){transition-delay:1.9s;-webkit-transition-delay:1.9s;-moz-transition-delay:1.9s}
.tweb_popup_chat_box.tweb_lauch .tweb_popup_content_list .tweb_popup_content_item{opacity:1;transform:translate(0, 0);-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0)}
.tweb_popup_content_list .tweb_popup_content_item .tweb_member_name{font-size:14px;color:#363c47;line-height:1.188em!important}
.tweb_popup_content_list .tweb_popup_content_item .tweb_member_duty{font-size:11px;color:#989b9f;padding:2px 0 0;line-height:1.125em!important}
.tweb_popup_content_list .tweb_popup_content_item .tweb_member_status{color:#f5a623;font-size:10px;padding:5px 0 0;line-height:1.125em!important}
.tweb_popup_content_list .tweb_popup_content_item .tweb_popup_txt{display:table-cell;vertical-align:middle;min-height:48px;height:48px;text-align:left;}
.tweb_popup_content_list .tweb_popup_content_item .tweb_stt_offline{border-left-color:#c0c5ca}
.tweb_popup_avt_list{font-size:0;margin:7px 0 24px}
.tweb_popup_avt_list .tweb_popup_avt_item{display:inline-block;position:relative;width:46px}
.tweb_popup_avt_list .tweb_popup_avt_img{width:60px;height:60px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;position:relative;overflow:hidden;border:2px solid #fff;left:-7px}
.tweb_popup_call_btn{background:#00E676;color:#fff;text-decoration:none;display:inline-block;width:275px;max-width:100%;font-size:16px;padding:14px 10px;border-radius:24px;-webkit-border-radius:24px;-moz-border-radius:24px;margin:25px 0 15px;box-shadow:0 8px 17px 2px rgba(13,15,18,.2);-webkit-box-shadow:0 8px 17px 2px rgba(13,15,18,.2);-moz-box-shadow:0 8px 17px 2px rgba(13,15,18,.2)}
.tweb_popup_call_btn.tweb_popup_call_btn_lg:before{content:'';display:inline-block;width:20px;height:20px;position:relative;background:url(../images/whatsapp/whatsapp_logo.png) 0 0 no-repeat;background-size:100% 100%;-webkit-background-size:100% 100%;-moz-background-size:100% 100%;vertical-align:top;top:0;margin-right:-19px;left:-31px;transition:.2s ease background-image;-webkit-transition:.2s ease background-image;-moz-transition:.2s ease background-image}
.tweb_popup_call_btn.tweb_popup_call_btn_lg:hover:before, .tweb_popup_call_btn.tweb_popup_call_btn_lg:focus:before, .tweb_popup_call_btn.tweb_popup_call_btn_lg:active:before{background-image:url(../images/whatsapp_logo.png)}
.tweb_popup_chat_box_gray{border-radius:2px 2px 8px 8px}
.tweb_popup_chat_box_gray .tweb_popup_heading_gray{background:#f8f8f8;border-top:3px solid #00E676;color:#868c9a;font-weight:500}
.tweb_popup_chat_box_gray .tweb_popup_heading_gray .tweb_popup_title{color:#595b60}
.tweb_popup_chat_box_gray .tweb_popup_heading_gray:before{content:'';background:url(../images/whatsapp/whatsapp_logo.png) center top no-repeat;background-size:33px;display:block;width:55px;height:33px;position:absolute;top:20px;left:12px}
.tweb_popup_chat_box_gray .tweb_popup_heading_gray .tweb_popup_intro a{color:#595b60}
.tweb_popup_chat_box_ct{width:384px;text-align:center}
.tweb_popup_chat_box_ct .tweb_popup_heading_ct{text-align:center;padding:18px 0}
.tweb_popup_chat_box_ct .tweb_popup_heading_ct:before{content:'';background:url(../images/whatsapp/whatsapp_logo.png) center top no-repeat;background-size:30px;display:block;width:30px;height:31px;position:absolute;top:15px;left:72px}
.tweb_popup_chat_box_ct .tweb_popup_heading_ct .tweb_popup_title{padding-left:22px;padding-bottom:14px}
.tweb_popup_chat_box_ct .tweb_popup_heading_ct .tweb_popup_intro{margin-top:-5px;line-height:12px}
.tweb_popup_chat_box_ct .tweb_popup_ct_avt_list:after{content:'';clear:both;display:block}
.tweb_popup_chat_box_ct .tweb_popup_ct_content{background:#fff;padding:0 0 14px}
.tweb_popup_chat_box_ct .tweb_popup_ct_content .tweb_popup_notice{padding-top:18px;padding-bottom:15px}
.tweb_popup_chat_box_ct .tweb_popup_ct_content_item{width:33%;float:left;font-size:10px}
.tweb_popup_chat_box_ct .tweb_popup_ct_content_item a{text-decoration:none;color:#989b9f}
.tweb_popup_chat_box_ct .tweb_popup_ct_content_item .tweb_popup_ct_txt{padding-top:8px}
.tweb_popup_chat_box_ct .tweb_popup_ct_content_item .tweb_member_name{color:#363c47;font-size:13px}
.tweb_popup_chat_box_ct .tweb_popup_ct_content_item .tweb_member_duty{color:#989b9f;padding:3px 0 0}
.tweb_popup_chat_box_ct .tweb_popup_ct_content_item .tweb_member_stt_online{color:#00E676;font-size:9px;line-height:12px;display:inline-block;padding:3px 0 0 16px;background:url(../images/whatsapp_logo.png) 0 3px no-repeat;background-size:12px auto;-webkit-background-size:12px auto;-moz-background-size:12px auto}
.tweb_popup_chat_box_ct .tweb_popup_ct_content_item .tweb_member_stt_offline{color:#f5a623;font-size:9px;line-height:12px;padding:2px 0 0}
.tweb_popup_chat_box_ct .tweb_popup_ct_avatar img{border-radius:50%}
.tweb_popup_chat_box_ct .tweb_popup_ct_call_btn{width:97px;font-size:11px;padding:9px 10px 11px;margin:15px 0}
.tweb_btn_popup{position:fixed;right:30px;bottom:30px;cursor:pointer;font-family:Arial, Helvetica, sans-serif;z-index:1;bottom:45px;}
.tweb_btn_popup .tweb_btn_popup_icon{width:56px;height:56px;background:#00E676;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;box-shadow:0 6px 8px 2px rgba(0,0,0,.14);-webkit-box-shadow:0 6px 8px 2px rgba(0,0,0,.14);-moz-box-shadow:0 6px 8px 2px rgba(0,0,0,.14)}
.tweb_btn_popup .tweb_btn_popup_icon:before{content:'';position:absolute;z-index:1;width:100%;height:100%;left:0;top:0;background:transparent url(../images/whatsapp/whatsapp_logo.png) center center no-repeat;background-size:30px auto;-webkit-background-size:30px auto;-moz-background-size:30px auto;transition:.4s ease all;-webkit-transition:.4s ease all;-moz-transition:.4s ease all}
.tweb_btn_popup .tweb_btn_popup_icon:after{content:'';opacity:0;position:absolute;z-index:2;width:100%;height:100%;left:0;top:0;background:transparent url(../images/whatsapp/x_icon.png) center center no-repeat;background-size:14px auto;-webkit-background-size:14px auto;-moz-background-size:14px auto;transition:.4s ease all;-webkit-transition:.4s ease all;-moz-transition:.4s ease all;-ms-transform:scale(0) rotate(-360deg);transform:scale(0) rotate(-360deg);-webkit-transform:scale(0) rotate(-360deg);-moz-transform:scale(0) rotate(-360deg)}
.tweb_btn_popup.tweb_active .tweb_btn_popup_icon:before{opacity:0;-ms-transform:scale(0) rotate(360deg);transform:scale(0) rotate(360deg);-webkit-transform:scale(0) rotate(360deg);-moz-transform:scale(0) rotate(360deg)}
.tweb_btn_popup.tweb_active .tweb_btn_popup_icon:after{opacity:1;-ms-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg);-webkit-transform:scale(1) rotate(0deg);-moz-transform:scale(1) rotate(0deg)}
.tweb_btn_popup .tweb_btn_popup_txt{position:absolute;width:170px;right:100%;background-color:#f5f7f9;font-size:12px;color:#43474e;top:10px;padding:5px 0 5px 12px;margin-right:7px;letter-spacing:-.03em;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;transition:.4s ease all;-webkit-transition:.4s ease all;-moz-transition:.4s ease all}
.tweb_btn_popup.tweb_active .tweb_btn_popup_txt{-ms-transform:translate(0, 15px);transform:translate(0, 15px);-webkit-transform:translate(0, 15px);-moz-transform:translate(0, 15px);opacity:0;visibility:hidden}
.tweb_form-group{margin-bottom:0px}
.tweb_form-control{text-indent:5px;font-family:Arial, Helvetica, sans-serif;display:block;width:100% !important;height:34px;padding:4px 0 !important;font-size:14px !important;line-height:1.42857143 !important;color:#555 !important;background-color:#fff !important;background-image:none !important;border:1px solid #ccc !important;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;}
.tweb_form-button{padding:8px 20px;border-radius:8px;border:none;background:#0084ff;color:#fff;font-size:15px;font-weight:700;line-height:20px;cursor:pointer;position:relative;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;width:100%;overflow:hidden;}
.tweb_jsx{background-color:rgb(79, 206, 93);border-radius:18px;}
.tweb_btn_popup2:hover{cursor:pointer;}

/*******************************
********* MODAL WPP ************
*******************************/

.modal {padding: 0; border-radius: 7px}
.modal .modal-header {display: flex;align-items: center;padding: 30px;background-color: #00d86a;border-radius: 7px 7px 0 0}
.modal .modal-header .icone{margin-right: 15px}
.modal .modal-header .icone i {display: flex;font-size: 50px;color: #ffffff}
.modal .modal-header h2 {color: #fff;text-transform: uppercase;font-weight: 900;letter-spacing: -.5px;margin-bottom: 5px;font-size: 27px;}
.modal .modal-header p {font-size: 16px;color: #fff;font-weight: 400;line-height: 1.4;margin: 0}
.modal .modal-body {text-align: center;background-image: url(../images/whatsapp/whatsapp-bg.png);background-color: #e6ddd4;padding: 25px;}
.modal .modal-body input, .modal .modal-body textarea{border: 1px solid #d1c9c0}
.modal .modal-body input:focus, .modal .modal-body textarea:focus{border-color: #00d86a}
.modal .modal-body .form-group::after {position: absolute;left: 20px;top: 12px;width: 20px;}
.modal .modal-body .form-group.nome::after {content: url("../svg/form-nome-wpp.svg")}
.modal .modal-body .form-group.whatsapp::after {content: url("../svg/form-telefone-wpp.svg")}
.modal .modal-body .form-group.email::after {content: url("../svg/form-email-wpp.svg")}
.modal .modal-body .form-group.msg::after {content: url("../svg/form-msg-wpp.svg")}
.modal .modal-body button {display: block;width: 100%;margin-top: 30px}
.modal a.close-modal {background-image: url("data:image/svg+xml,%3Csvg id='Camada_1' data-name='Camada 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D.cls-2%7Bfill:%23038141;%7D%3C/style%3E%3C/defs%3E%3Crect class='cls-1' x='106' y='123' width='308' height='281'/%3E%3Cpath class='cls-2' d='M256,0C114.84,0,0,114.84,0,256S114.84,512,256,512,512,397.16,512,256,397.16,0,256,0Zm94.27,320.11a21.33,21.33,0,1,1-30.16,30.16L256,286.16l-64.11,64.11a21.33,21.33,0,0,1-30.16-30.16L225.84,256l-64.11-64.11a21.33,21.33,0,0,1,30.16-30.16L256,225.84l64.11-64.11a21.33,21.33,0,0,1,30.16,30.16L286.16,256Z'/%3E%3C/svg%3E");}
.modal a.close-modal:hover {opacity: .7}