/* Small devices (landscape phones, 576px and up) */
@media (max-width: 575px) {
    .slide {
        height: 300px !important;
    }

    .content-display {
        display: none !important;
    }

    .slide-headline {
        font-size:30px !important;
    }

    .slider.slider-1 .slide {
        padding-top:0px !important;
    }

    .about-img {height: 250px !important;}

    .heading-title {margin-top: 25px !important; font-size:18px !important;}

    #mobile_view {display: block !important;}
    #web_view {display: none !important;}


    .bg-section {
        height: 200px !important;
    }
}

@media (min-width: 576px) { 
    .slide {
        height: 300px !important;
    }

    .content-display {
        display: none !important;
    }

    .slide-headline {
        font-size:30px !important;
    }

    .slider.slider-1 .slide {
        padding-top:0px !important;
    }

    .about-img {height: 250px !important;}

    .heading-title {margin-top: 25px !important;}

    #mobile_view {display: block !important;}
    #web_view {display: none !important;}

    .bg-section {
        height: 200px !important;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .slide {
        height: 450px !important;
    }

    .content-display {
        display: none !important;
    }

    .slide-headline {
        font-size:35px !important;
    }

    .about-img {height: 450px !important;}

    .heading-title {margin-top: 25px !important;}

    #mobile_view {display: block !important;}
    #web_view {display: none !important;}

    .bg-section {
        height: 300px !important;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .content-display {
        display: block !important;
    }

    .slide-headline {
        font-size:55px !important;
    }

    .slide {
        height: 650px !important;
    }

    .about-img {height: 425px !important;}

    .heading-title {margin-top: 0px !important;}

    .why-choose-card {height:250px !important;}

    #mobile_view {display: none !important;}
    #web_view {display: block !important;}
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .slide {
        height: 650px !important;
    }

    .about-img {height: 425px !important;}

    .heading-title {margin-top: 0px !important;}

    .why-choose-card {height:250px !important;}

    #mobile_view {display: none !important;}
    #web_view {display: block !important;}
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    .slide {
        height: 650px !important;
    }

    .about-img {height: 425px !important;}

    .heading-title {margin-top: 0px !important;}

    .why-choose-card {height:250px !important;}

    #mobile_view {display: none !important;}
    #web_view {display: block !important;}
}