@media(max-width: 1024px) {
    #testimonials .testimonial-item .testimonial-img {
        width: 100%;
    }
}

@media(max-width: 768px) {
    .btm-frm-wrapper {
        display: none;
    }

    #footer .credits {
        padding-bottom: 0px;
    }

    #testimonials .testimonial-item {
        text-align: center;
        height: 450px;
        max-height: 650px;
    }

    .dbanner {
        display: none !important;
    }

    .mbanner {
        display: block !important;
        padding-top: 70px;

    }

    #header {
        background: rgba(0, 0, 0, 1);
    }

    .sharewhatsapp {
        margin: 0 auto;
        display: block !important;
        text-align: center;
        background: #25D366;
        margin-top: 40px;
        border-radius: 5px;
        color: #ffffff;
        padding: 5px 0px;
        width: 50%;
    }

    .sharewhatsapp a {
        color: #ffffff;
    }

    .thankyou-footer {
        position: initial;
        width: 100%;
    }

    a.mcallus {
        display: block !important;
        position: absolute;
        right: 9%;
        font-size: 25px;
        top: 13px;
    }

    #slider-carousel .owl-nav.disabled {
        display: none;
    }

    .section-header h3 {
        font-size: 22px;
    }
}

@media(max-width: 700px) {
    #header {
        height: 80px;
        padding: 22px 0;
    }

    .mbanner {
        display: block;
        padding-top: 0px;
    }
}

@media(max-width: 600px) {
    .sharewhatsapp {
        width: 80%;
    }

}

@media(max-width: 500px) {
    a.mcallus {
        display: block;
        position: absolute;
        right: 15%;
    }
}

@media(max-width: 375px) {
    .sidebar-contact {
        position: fixed;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 300px;
        right: -280px;
        width: 280px;
        padding: 25px;
    }
}

@media(max-width: 500px) {
    a.mcallus {
        display: block;
        position: absolute;
        right: 17%;
        top:50%;
    }
}
