@media screen and (max-width:1024px){
    .innerSec{
        width: 100%;
    }

    .ContrCardItem,
    .secItemsIcon,
    .innerSec.imgSec{
        width: 100%!important;
    }
}

/* Adjust Carousel items per slide */
@media (max-width: 1024px) {
    .carousel-inner .row .col-md-6 {
        display: block; /* Only show 2 per slide */
        width: 50%;
    }

    .chkCardItem{
        margin: 10px auto!important;
    }

    .carousel-control-prev{
        left: 0!important;
    }

    .carousel-control-next{
        right: 0!important;
    }

    .navbar-collapse{
        background-color: #000;
        padding: 20px;
    }

    .navContainer .navbar-collapse{
        position: absolute;
        top:70px;
        left: 20px;
        width: 100%;
    }

    .bottomBar h4{
        text-align: center;
    }

}

@media (max-width: 896px) {
    .carousel-inner .row .col-12 {
        display: block; /* Only show 1 per slide */
        width: 100%;
    }

    .hpBanner h1{
        font-size: 40px;
    }

    .contentText h2, .contentText p,
    .contentText,
    .sectionTitle,
    .footerCol1,
    .bottomBar h4{
        width: 100%;
    }

    .sectionTitle img{
        right: 80px;
        width: 50%;
    }

    .subSection p{
        font-size: 12px;
    }

    .ContrCardItem{
        padding:15px;
    }

    .subSection h2{
        font-size: 35px;
    }

    .innerSec{
        padding:0px!important;
    }

    .miniTitle{
        font-size: 12px!important;
        padding:12px 15px;
    }
}