body .module-container h3{
    font-size: 26px !important;
    color:#fff !important;
    font-weight: 600 !important;
    text-transform:uppercase;
}
body .module-container [type="submit"]{
    box-shadow:none !important;
    width:100%;
    font-weight: 600!important;
    text-transform:uppercase !important;
}

body .module-container p{
    font-size: 14px !important;
    line-height: 1.3 !important;
    margin-bottom:5px;
}

.contact-module-phone p{
    margin-top:24px;
}
.contact-module-phone p, .contact-module-mail p{
    font-weight: 600 !important;
    font-size: 14px !important;
}

.module-text-one, .module-phone-two, .module-mail-two{
    margin-bottom:14px !important;
}

#contact-module-closed {
    overflow: hidden;
    position: fixed;
    bottom: 40px;
    right: 40px;
    display: block;
    width: 80px;
    height:80px;
    color: #fff;
    z-index: 1040;
    cursor: pointer;
    background-color: #128577;
    transition: 0.3s;
    border-radius: 100%;
    padding:15px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}
#contact-module-closed:hover{
    background-color: #77C3AE;
}


#contact-module-open{
    overflow:hidden;
    display:none;
    position:fixed;
    bottom:0px;
    right:0px;
    padding:10px 40px;
    color:#000;
    background-color: #f0f0f0;
    z-index:2000;
}

#contact-module-open a{
    color:#000 !important;
}

#contact-module-open h3, #contact-module-closed h3{
    color:#000 !important;
}

#contact-module-closed h3{
    margin:0px;
    font-size: 20px !important;
    line-height: 1.4 !important;
    font-weight: 600 !important;
	margin-left:10px;
}

.module-container{
    position:relative;
    display: block;
    width:400px;
    height:auto;
}
.module-container p, 
.module-container a, 
.module-container input, 
.module-container textarea, 
.module-container span{
    font-family: futura-pt, sans-serif !important;
}

.module-container input, .module-container .form-half input, .module-container textarea{
    font-size: 14px !important;
    background-color: #fff !important;
    padding:6px 6px 10px 6px!important;
    border-radius: 0px !important;
}


.module-container .form-half input{
    text-align:center !important;
}

.module-text-container{
    display: block;
    position: relative;

}

.contact-module-phone p:before, .contact-module-mail p:before{
    display:inline-block;
    width:20px;
    position:relative;
    top:2px;
    padding-right:5px;
}


.module-container .wpcf7-form {
    margin-top: 20px;
    margin-bottom:0px !important;
}

.module-container input[type=submit]{
    background-color: #70c5b3 !important;
    color: #ffffff;
    border-color: #70c5b3 !important;
    border-radius: 0px;
    margin-top:10px;
    line-height: 18px;
}

#top .module-container input[type=text]{
    margin-bottom:10px !important;
}

#top .module-container input[type=text]::placeholder, #top .module-container input[type=email]::placeholder, #top .module-container input[type=tel]::placeholder, .your-message textarea::placeholder{
    color:#B7B7B7;
}

.form-half input, .your-message textarea {
    padding: 14px !important;
}

.module-container .form-half{
    width: 49%;
    margin-right: 2%;
    display: inline-block;
}
.module-container .form-half.last{
    margin-right: 0%;    
}
/*.approve .wpcf7-list-item {
    display: flex;
    margin-bottom:20px;
}
*/
.approve .wpcf7-list-item-label{
    font-style: italic;
}

/*.module-container div.wpcf7 .ajax-loader {
    height:0px !important;
}*/


.module-close {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 32px;
  height: 32px;
  opacity: 1;
}
.module-close:hover {
  opacity: 1;
}
.module-close:before, .module-close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 22px;
  width: 4px;
  background-color: #000;
}
#form-concent a{
    font-size: 9px !important;

}
.module-close:before {
  transform: rotate(45deg);
}
.module-close:after {
  transform: rotate(-45deg);
}

.wpcf7-checkbox span{
    font-size: 10px !important;
	display: flex;
}
.wpcf7-checkbox .wpcf7-list-item-label{
	margin-left:10px;
}
.wpcf7-checkbox input[type=checkbox]{
	margin-top:2px;
}

@media only screen and (max-width: 768px) {
   #contact-module-closed{
        width:60px;
        height:60px;
        bottom:20px;
        right:10px;
    }

    #contact-module-closed h3{
        text-align:center;
    }
    .module-container{
        margin:0 auto;
        width:100%;
    }
    .module-container input[type=submit] {
        background-color: #70c5b3 !important;
        color: #ffffff;
        border-color: #70c5b3 !important;
    }
    input[type='submit'] {
        width: 100%;
        -webkit-appearance: none;
        border-radius: 0;
    }
}
@media only screen and (max-width: 589px){
#contact-module-open {
        display: none;
        bottom: 0;
        top: 0;
        overflow-x: hidden;
        overflow-y: scroll;
        width: 100%;
        z-index: 999999;
    }
}
@media screen and (min-width: 589px) and (max-height: 800px) {
    #contact-module-open, #contact-module-closed{
        display:none !important;
    }
}