@media only screen and (min-width : 320px) and (max-width : 576px) {
    .testimonial-sec .owl-nav .owl-prev {
        left: 0;
    }
    .testimonial-sec .owl-nav .owl-next {
        right: 0;
    }
    .testimonial-sec .owl-nav {
        top: auto;
        width: 100%;
    }

    .cloud_microsoft_section {
        background-color: #0F1C38;
        background-size: 0;
    }
.cloud_services_new {
    background: #F6F6F9;
}
.faq_accordion .accordion-button {
    border: solid 1px #eee;
}
.faq_accordion  .accordion-header {
    margin-bottom: 16px;
}

.faq_accordion .accordion-item:first-of-type .accordion-button {
    border: none;
    border-bottom: solid 1px #eee;
}
.cloud_services_new .card.ag-result_dynamics:after {
    width: 25px;
}
.mobile_scroll_view {
    padding: 0 20px;
    overflow-y: scroll;
    height: 710px;
    scrollbar-width: none;  
}

.videosec {
    padding: 0 0 0;
}
}
@media only screen and (min-width : 577px) and (max-width : 767px) {
    .testimonial-sec .owl-nav .owl-prev {
        left: 0;
    }
    .testimonial-sec .owl-nav .owl-next {
        right: 0;
    }
    .testimonial-sec .owl-nav {
        top: auto;
        width: 100%;
    }

    .cloud_microsoft_section {
        background-color: #0F1C38;
        background-size: 0;
    }


    
.cloud_services_new {
    background: #F6F6F9;
}
.faq_accordion .accordion-button {
    border: solid 1px #eee;
}
.faq_accordion  .accordion-header {
    margin-bottom: 16px;
}

.faq_accordion .accordion-item:first-of-type .accordion-button {
    border: none;
    border-bottom: solid 1px #eee;
}
.cloud_services_new .card.ag-result_dynamics:after {
    width: 25px;
}
.mobile_scroll_view {
    padding: 0 20px;
    overflow-y: scroll;
    height: 710px;
    scrollbar-width: none;  
}
.scrollbar-width-none {
    scrollbar-width: none;  
  }
.videosec {
    padding: 0 0 0;
}
}


@media only screen and (min-width : 768px) and (max-width : 992px) {

    .testimonial-sec .owl-nav .owl-prev {
        top: auto;
        left: -20px;
    }
    .testimonial-sec .owl-nav .owl-next {
        top: auto;
        right: -20px;
    }

    .testimonial-sec .owl-nav {
        top: auto;
    }
    .container, .container-md, .container-sm {
        max-width: 90%;
    }

    .cloud_services_new .nav-tabs .nav-link {
        font-size: clamp(16px, 1vw, 18px);
        width: 127px;
    }
}


@media only screen and (min-width : 993px) and (max-width : 1024px) {
    .cloud_services_new .nav-tabs .nav-link {
        font-size: clamp(16px, 1vw, 18px);
        width: 127px;
    }

}
@media only screen and (min-width : 1025px) and (max-width : 1200px) {
    .cloud_services_new .nav-tabs .nav-link {
        font-size: clamp(14px, 1vw, 18px);
        padding: 10px 0;
    }

}