@media screen and (max-width:1366px) {
    .logo a > img {
        max-width: 270px;
    }
    .agent-img > img {
        max-width: 390px;
    }
}
@media screen and (max-width:1024px) {
    * {
        -webkit-appearance: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -ms-border-radius: 0;
        -moz-border-radius: 0;
    }
}
@media screen and (max-width:991px) {
    h1 {
        font-size: 2.2rem;
    }
    .middle-text h2 {
        font-size: 22px;
    }
}
@media screen and (max-width:767px) {
    body,body:after {
        height: 100%;
    }
    h1 {
        font-size: 2rem;
    }
    section.middle-section{
        margin:20px 0 60px 0;
        height: auto;
    }
    .middle-img {
        margin: 40px 0 0 0;
    }
    /* .middle-img {
        order: 1;
    }
    .middle-text {
        order: 2;
    } */
    .footer-email h3 {
        font-size:17px;
        line-height: 21px;
    }
}
@media screen and (max-width:575px) {
    header,footer,.middle-section {
        text-align: center;
    }
    header .col-lg-12 {
        display: inline-block !important;
    }
    .middle-text p{
        max-width: 100%;
    }
    .footer-email {
        display: inline-block !important;
        width: 100%;
    }
    .footer-email h3 {
        text-align: center;
        margin-bottom: 25px;
    }
    .footer-email form {
        margin: 0 auto;
    }
}
@media screen and (max-width:400px) {}