@media only screen and (min-width :320px) and (max-width :480px) {
    .quick-contact-btn {
        font-size: 15px !important;
        border: none !important;
        width: 100% !important
    }
}

@media only screen and (min-width:481px) and (max-width:526px) {
    .quick-contact-btn {
        font-size: 15px !important;
        border: none !important;
        width: 100% !important
    }
}

@media only screen and (min-width :526px) and (max-width :600px) {
    .quick-contact-btn {
        width: 100%
    }
}

@media only screen and (min-width :601px) and (max-width :691px) {
    .quick-contact-btn {
        width: 100%
    }
}

@media only screen and (min-width :691px) and (max-width :766px) {

    .aws-title,
    .quick-contact-btn {
        width: 100%
    }
}

@media only screen and (min-width :767px) and (max-width :820px) {
    .msg-icon-line-col {
        margin-left: -35px
    }
}

@media only screen and (min-width :821px) and (max-width :900px) {
    .msg-icon-line-col {
        margin-left: -55px
    }
}

@media only screen and (min-width:993px) and (max-width:1200px) {
    .quick-contact-btn {
        margin-right: 15%
    }

    .msg-icon-line-col {
        margin-left: -25px
    }
}

@media (min-width:1200px) and (max-width:1300px) {
    .quick-contact-btn {
        margin-right: 20%
    }

    .msg-icon-line-col {
        margin-left: -75px
    }
}