


@media (min-width: 768px) {

.cust_img_row {
    width: 80%;
    margin: auto;
}


}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .hero-section {
        background-image: url('../images/images/slider_mobile.jpg');
        /* max-height: 500px; */
        min-height:700px;
        height: auto;
        position: relative;
        margin-bottom: 700px;
    }

    .mobile_card {
        position: absolute;
        top: 420px;
        margin-bottom: 50px;
        z-index: 9;
    }

    .custom-scroll-x {
        flex-wrap: wrap;
        /* Standard grid on desktop */
        overflow-x: hidden;
        /* No horizontal scroll */
    }

    .custom-scroll-x .col-sm-3 {
        width: auto;
        /* Standard width for Bootstrap grid */
    }

    .video-container {

        height: 200px;
    }
    .play-icon {

        top: 40%;
    }

    .cust_img_row {
        width: 100%;
        margin: auto;
    }
    

}

@media (max-width: 767.98px) {

  .formhea_mobile {
    font-size: 20px !important;
  }

  .video-container {

    height: 180px;
}

}