@media only screen and (max-width: 1199px){
    .resources-hero-div .hero-img-video {
        min-height: 300px;
    }
    .resources-hero-div .hero-wrapper .right-col {
        width: 55%;
    }
    .resources-hero-div .hero-wrapper .left-col {
        width: 44%;
    }
    .resources-hero-div .review-wrap.desk-review .total-review span{
        font-size: 11px;
    }
    .resources-hero-div .resources-right-title h1{
        font-size: 40px;
    }

    .request-banner .request-banner-text h3 {
        font-size: 26px;
        line-height: 36px;
    }
    .request-banner .request-banner-text {
        gap: 20px;
    }

    .resources-listing-row {
        gap: 50px;
    }
    .resolurces-listing-wrapper {
        width: 450px;
    }
    .resources-listing-accordion {
        width: calc(100% - 500px);
    }

    .inner-hero-content p br {
        display: none;
    }
}

@media only screen and (max-width: 991px){
    .resources-hero-div .hero-wrapper .left-col {
        width: 100%;
        margin: 0 auto 42px;
        text-align: center;
    }
    .resources-hero-div .hero-wrapper .right-col {
        width: 100%;
    }
    .resources-right-title h1 {
        font-size: 36px;
        line-height: 55px;
    }
    .resources-hero-div .hero-img-video {
        min-height: 400px;
    }
    .review-wrap.desk-review{
        display: none;
    }
    .review-wrap.mob-review {
        display: block;
        gap: 8px;
        display: flex;
        flex-wrap: wrap;
    }
    .review-wrap.mob-review .review-box {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: #fff;
        z-index: 1;
        border-radius: 10px;
        padding: 18px 24px;
        overflow: hidden;
    }
    .resources-hero-div .review-wrap .review-box::before {
        content: "";
        position: absolute;
        inset: 0;
        padding: 1px; /* thickness of the border */
        border-radius: 10px;
        background: linear-gradient(to right, #15c064, #00d1ff);
        -webkit-mask: 
          linear-gradient(#fff 0 0) content-box, 
          linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        z-index: -1;
    }
    .resources-hero-div .total-review::before {
        background: linear-gradient(to right, #15c064, #00d1ff);
        position: absolute;
        content: '';
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        border-radius: 30px;
        left: -1px;
        top: -1px;
        right: -1px;
        bottom: -1px;
        z-index: 1;
      }
    .resources-hero-div .total-review {
        border-radius: 0;
        margin-top: 0;
        margin-bottom: 0;
        position: relative;
        background-color: transparent;
    }
    .resources-hero-div .total-review span {
        position: relative;
        background-color: #fff;
        z-index: 3;
        border-radius: 30px;
    }
    .inner-hero-sec {
        padding-top: 140px;
    }

    .resources-listing {
        margin-top: 120px;
    }

    .trusted-counter .couter-items {
        width: 50%;
        margin-bottom: 16px;
    }


    .resolurces-listing-wrapper {
        width: 100%;
    }
    .resources-listing-accordion {
        padding: 28px 40px 40px;
        width: 100%;
    }
}


@media only screen and (max-width: 767px){
    .resources-hero-div .hero-wrapper .left-col,
    .resources-hero-div .hero-wrapper .right-col {
        width: 100%;
    }
    .resources-right-title h1 {
        font-size: 38px;
        line-height: 47.2px;
        letter-spacing: -.8px;
    }
    .resources-listing {
        margin-top: 90px;
    }
    .resources-hero-div .resources-right-title h1 {
        font-size: 26px;
    }
    .our-client-sec .wrapper .slick-slide {
        margin: 0 10px;
        
    }

    .trusted-counter .couter-items {
        width: 100%;
        padding: 0 38px;
        margin-bottom: 16px;
    }

    .resolurces-listing-wrapper {
        width: 100%;
    }
    .resources-listing-accordion {
        padding: 28px 20px 40px;
        width: 100%;
    }
}

@media only screen and (max-width: 575px){
    .resources-hero-div .hero-img-video {
        min-height: 300px;
    }
    
}

@media only screen and (max-width: 480px){
    .resources-hero-div .hero-img-video {
        min-height: 242px;
    }
    
}