﻿.subscribe-section {
    min-height: 420px;
    background-size: cover;
   
}

.subscribe-section2 {
    min-height: 650px;
    background-size: cover;
   
}

.subscribe-section3 {
    min-height: 490px;
    background-size: cover;
   
}

@media (max-width: 767px) {
    .home-banner{
        min-height: 300px;
        padding: 30px 0;
        background-size: cover;
    }
    .home-banner .col-lg.text-left,
    .home-banner .video-play{
        margin-bottom: 20px !important;
    }
    .banner-carousel .carousel-item {
        background-size: cover;
        padding: 50px 0;
    }
}



