/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) {




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


}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
    .questionnaire-banner h1 {
        font-size: 50px;
        line-height: 55px;
        letter-spacing: 0px;
    }
    .questionnaire-banner p {
        font-size: 18px;
        line-height: 29px;
    }
    .questionnaire-banner {
        padding-top: 80px !important;
        padding-bottom: 80px;
        background-size: cover;
    }
    .form_section_main {
        padding-top: 80px !important;
    }

    .logo-detail-main{
        padding: 20px;
    }
    .contact-details .col-md-6 {
        width:100%;
        max-width:unset;
        flex:unset;
    }
    .logo-detail-main .col-md-6 {
          margin-bottom:0;
    }
    .logo-categories .col-md-6{
          width:100%
          margin-bottom: 20px;
    }
    .img-col, .text-col{
        width: 100%;
    }


    .logo-detail-main .contact-details p {
        margin-bottom: 15px !important;
    }
    .logo-categories {
        margin-top: 50px;
    }
    .logo-categories p {
        margin-bottom: 30px;
    }
    .logo-detail-main .text-col p{
        padding: 40px;
    }
    .img-col p img {
        margin-bottom: 20px;
    }
    .img-col p {
        display: block;
        padding: 50px;
    }
    .footer_row {
        display: block;
    }
    .custom_footer {
        background-size: cover;
    }
    .logo-detail-main .col-md-3 {
        max-width: 48%;
        height: 180px;
    }
    .color-requirment .row {
        margin: 0px;
    }
    .contact-details .row {
        margin: 0px;
    }
    .color-requirment {
        margin-top: 50px;
    }
    .color-requirment > p {
        margin-bottom: 30px;
    }
    .logo-detail-main .input-col span.wpcf7-checkbox.form-control span.wpcf7-list-item label span.wpcf7-list-item-label {
        display: none;
    }
    .input-col p input[type="checkbox"] {
        width: 20px;
        height: 20px;
    }
    .footer_row > div {
        margin-bottom: 20px;
    }

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



}
