@media screen and (min-width: 320px) and (max-width: 767px) {
    .about.section img{
       margin-left: 0;
    }

    .whyUssection {
        display: none;
    }

    .about .content h3 {
        text-align: center;
    }

    .whyUsmobile .whyUscontent {
        margin-top: 10px;
    }

    #clmcardsmaindiv .card-body.redbg.whyusCardone {
        display: flex;
        align-items: center;
        gap: 10px;
        border: 1px solid #eb893a;
    }

    #clmcardsmaindiv .card-body.redbg.whyusCardone .card-title {
        color: #272727;
    font-size: 20px;
    margin-bottom: 0;
    }
    
    .aim #clmdesktopcardsmaindiv {
        display: none;
    }

    .ourfocusSectionBlue h3 {
        text-align: center;
        margin-left: 0;
    }

    #aim p {
        margin-top: 0;
    }

    #aim button {
        border: 5px solid #fff;
    border-radius: 50%;
    padding: 0.3rem !important;
    width: 50px;
    height: 50px;
    background-color: rgb(234, 137, 58) !important;
    }

    #aim .card-body.redbg.whyusCardone {
        border: 1px solid #fff;
    }

    ul.ourfocusSection {
        display: none;
    }

    .ourfocusSection h3 {
        text-align: center;
        margin-left: 0;
    }

    #myVideo {
    display: none;
    }

    .hero.section {
        min-height: auto;
    flex-direction: column;
    }

    .carousel-control-next, .carousel-control-prev {
        top: 265px;
    }

    .carousel-control-prev img {
        max-width: 50%;
    }

    .carousel-control-next img {
        max-width: 50%;
    }

    .resourceLibrary .carousel-indicators {
        top: 255px;
    }

    .contact-details .leftColumn {
        padding-left: 12px;
    }

    .contactsection .contact-details img {
        max-width: 50%;
    }

    .contactsection .transparentBg {
        left: 40%;
    }

    .newscasesection .owl-buttons {
        display: flex;
    justify-content: center;
    align-items: center;
    position: static;
    }

    .newscasesection .item {
        display: flex;
        justify-content: center;
    }

    .newscasesection .resourceCards {
        display: flex;
    justify-content: center;
    align-items: center;
    }

    .ourfocusSection {
        padding-top: 40px;
    }

    .hero .bannerHome {
        display: block !important;
    }
}


@media (min-width: 768px) {
    #why-us-mobile {
        display: none;
    }

    .aim #clmcardsmaindiv {
        display: none;
    }

    #focusMobile {
        display: none;
    }

}