/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .footerSocial a {
        margin-right: 13px;
    }

}


/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    .footerBottom {
        margin-top: 20px;
    }
    .footerBottom p {
        margin-top: 20px;
    }
}


/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
    .footerBottom {
        margin-top: 20px;
    }
    .footerBottom p {
        margin-top: 20px;
    }


    .footerBottom {
        margin-top: 20px;
    }
    
    .hero-title h1 {}
    
    .globalPayment h4 {
        font-size: 18px;
    }
    
    .globalPayment label strong {
        font-size: 14px;
        line-height: 20px;
        display: inline-block;
    }
    
    input#other-field {
        left: 0;
        width: 100%;
    }
    
    .globalPayment label {
        font-size: 10px;
    }
    
    .paymentField {
        padding: 15px;
    }
    
    .reNone {
        display: none;
    }
    
    .section-box-area h1 {
        font-size: 38px;
    }
    
    .work-number-area .col-12 h1 {
        font-size: 45px;
    }
    
    .testimonial-txt h1 {
        text-align: center;
        font-size: 40px;
    }
    
    .testimonial-img {
        margin-bottom: 30px;
    }
    
    .newsLetterRight input[type="submit"] {
        width: 99%;
        margin: 0;
        margin-top: 15px;
    }
    
    .newsLetterRight input, .newsLetterRight input[type="email"] {
        width: 100%;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    
    .newsLetterRight input:nth-child(2) {
        display: none;
    }
    
    .newsletter .col-lg-3 {
        text-align: center;
        padding-bottom: 10px;
    }
    
    .newsletter h6 {
        margin-bottom: 0;
    }
    
    .footerMenu {
        text-align: center;
    }
    
    .footerMenu li a {
        font-size: 16px;
        line-height: 30px;
        text-decoration: underline;
    }
    
    .footerSocial {
        text-align: center;
    }
    
    .footerSocial a {
        margin: 0px 20px !important;
        margin-right: 20px;
    }
    
    .nameFiled {
        margin-bottom: 0;
    }
    
    .nameFiled input[type="email"] {
        border-top: none;
        margin-bottom: 20px;
    }

    .hero-title h4:after, 
    .hero-title h4:before {
        display: none;
    }

    .nameFiled select {
        margin-bottom: 20px;
    }
    
    .globalPayment.succes_ .process {
        margin-top: 20px;
    }

    .headrerSocial a {
        width: 30%;
    }
    .headrerSocial a img {
        height: 50px;
        width: 50px;
    }

    .testimonial-area .row {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important;
    }


 }   
    
 
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {

  



}






















