@media (max-width: 1200px) {
    .banner h2 {
        font-size: 40px;
    }

    .banner-form label {
        font-size: 12px;
    }

    .exper-ul,
    .our-service {
        flex-wrap: wrap;
    }

    .our-service li {
        width: 48%;
        margin-bottom: 20px;
    }

    .our-service li:nth-child(odd) {
        margin-left: 0;
    }

    .our-service li:nth-child(even) {
        margin-right: 0;
    }
}

@media (max-width: 992px) {
    .banner-contact {
        width: 100%;
        margin-bottom: 15px;
    }

    .awards-pic {
        margin-bottom: 20px;
    }

    header .btn-primary {
        display: none;
    }

    .banner-form label {
        font-size: 14px;
    }
    
    .social-media img {
        width: 70px;
    }

    .social-media img.fb {
        width: 90px;
    }
}

@media (max-width: 768px) {

    .fw-bold,
    .testimonials h3,
    .gray-section h2 {
        font-size: 30px;
    }

    .exper-ul li {
        width: 100%;
        margin-bottom: 15px;
    }

    .packing-services{
        width: 100% !important;
    }

    .btn {
        font-weight: 600;
        font-size: 13px;
        padding: 10px 12px;
        letter-spacing: -.5px;
    }
}

@media (max-width: 600px) {
    .thank-you h1 {
        margin-bottom: 15px;
        font-size: 32px;
    }

    .thank-you-logo {
        padding: 30px;
    }

    .thank-you p {
        font-size: 18px;
    }

    .thank-you p {
        font-size: 14px;
    }

    .our-service li {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    
    .banner-form .btn-dark {
        font-size: 18px !important;
    }
    
    .bg-dark .btn-primary {
        font-size: 18px;
    }
    
    .gray-section {
        padding: 50px 0;
    }
    
    h2 {
        font-size: 32px;
    }
    
    header {
        padding-bottom: 5px;
    }
}

@media (max-width: 499px) {
    .btn-primary {
        margin: 0 !important;
    }

    footer {
        padding: 40px 0 180px 0;
    }

    .banner-form h3 {
        font-size: 24px;
    }

    .banner ul li,
    .we-move ul li {
        font-size: 18px;
    }

    header .d-flex {
        flex-direction: column;
    }

    .social-media {
        margin-top: 15px;
    }
    
    .social-media img {
        width: 80px;
    }
    
    .social-media img.fb {
        width: 100px;
    }
    
    .social-media img {
        margin: 5px;
    }
    
    .banner ul li {
        background: url(../images/green-tick.png) no-repeat 5px 5px transparent;
    }
    .bekins-sec-logo img {
    max-width: 210px;
    margin-bottom: 30px;
}
section.sub-text {
    padding-top: 30px !important;
}
.bekins-sec-logo img {
    max-width: 210px !important;
}
section.gray-section h2 {
    font-size: 32px !important;
}
.our-service li:last-child {
    margin-bottom: 0;
}
section.sub-text.whychoose.pb-5 {
    padding-top: 60px !important;
}
section.py-5.packing-service {
    padding-top: 60px !important;
}
}

@media (max-width: 470px) {
    .awards-pic {
        flex-direction: column;
    }

    .exper-ul,
    header .d-flex {
        flex-direction: column;
    }

    .banner h2 {
        font-size: 30px;
    }

    .banner h3,
    .fw-bold {
        font-size: 26px;
    }
    .sec-new-title h2 {
    font-size: 32px;
}
.testimonialsnew h2 {
    font-size: 32px;
    margin-bottom: 0 !important;
}
    .testimonials h3,
    .gray-section h2 {
        font-size: 26px;
    }
    
   .awards-pic .img-1 {
        height: 60px;
        margin-bottom: 20px;
        margin-top: 15px;
    }
    
       .awards-pic .img-2 {
        height: 79px;
        margin-right: 10px;
    }

    /*.awards-pic img,*/
    /*header .d-flex img {*/
    /*    margin-bottom: 10px;*/
    /*}*/

    .exper-ul li {
        width: calc(100% - 20px);
        margin-bottom: 15px;
    }

    .gray-section img {
        max-width: 100%;
        height: auto;
    }
    
    .banner-contact {
        font-size: 20px;
    }
}

@media (max-width: 400px) {
    .thank-you-logo img {
        max-width: 100%;
    }

    .social-media {
        text-align: center;
    }
}