.section-padding{
    padding: 60px 0;
}
.single-testimonial-item::before{
    display: none !important;
}
.single-testimonial-item{
    padding: 0px !important;
}
/* .video-testimonials .test-grid{
    display: flex;
    justify-content: space-around;
} */
.contact-form input, .contact-form textarea{
    background: #d8dce7 !important;
}
.contact-form .submit-btn{
    background-color: #FF5E14 !important;
}
.banner-mobile{
    display: none;
}
/* Thank you page */
.thankyou i{
    margin-top: 20%;
    font-size: 4rem;
    color: #4E9F3D;
}
.thankyou h1{
    font-size: 3rem;
    font-weight: 500;
    color: #293d52;
    margin-bottom: 35px;
}
.thankyou a{
    border: none;
    padding: 10px 50px;
    background-color: #5554cc;
    border-radius: 0;
    transition: 0.5s;
}
@media only screen and (max-width: 425px) {
    .banner-desktop{
        display: none;
    }
    .banner-mobile{
        display: block;
    }
}
