@media screen and (max-width:1250px) {

    .started_boxes_right .started_process,
    .started_boxes_left .started_process {
        width: 98%;
    }


    /* 2 */
    .started_boxes_right .started_process:nth-child(1) {
        transform: translateY(115%);
    }

    /* 3 */

    .started_boxes_left .started_process:nth-child(2) {
        transform: translateY(130%);
    }

    /* 4 */
    .started_boxes_right .started_process:nth-child(2) {
        transform: translateY(250%);
    }


    /* 5 */

    .started_boxes_left .started_process:nth-child(3) {
        transform: translateY(270%);
    }

    /* 6 */
    .started_boxes_right .started_process:nth-child(3) {
        transform: translateY(390%);
    }

    .started_boxes_left::before {
        height: 600px;

    }

    .get_started_Sec {
        margin-top: -2rem;
        padding-top: 13rem;
        height: 1050px;
        background: url(../imgs/get-started-bg2.svg) no-repeat;
        background-size: cover;
    }

}

@media screen and (max-width:1200px) {
    /* Home Page */

    h2 {
        font-size: 45px;
    }

    .carouselSec img {
        height: 600px;
    }

    .carousel_content h2 {

        font-size: 65px;
    }

    .carousel_box2 .carousel_img {
        float: unset;
    }

    .backBox2 {
        right: -20%;
        left: unset;
    }

    .backBox2 i:first-child {
        right: 0;
        left: unset;
        top: 50%;

        transform: translateX(50%) translateY(-50%);
    }

    .backBox2 i:nth-child(2) {
        right: 20%;
        left: unset;
        top: 0%;
        transform: translateY(-50%);
    }

    .backBox2 i:nth-child(3) {
        right: 20%;
        left: unset;
        bottom: 0%;
        transform: translateY(50%);
    }

    .ab_img {
        width: 550px;
        height: 550px;
    }

    /* .ab_small_img {
        width: 400px;
        height: 250px;
        left: -5%;
        transform: translateY(-40%) !important;
    } */

    .bg_sprial {
        right: 10%;
        bottom: 4%;
    }

    .tagline {
        margin-top: 80px;
    }

    .get_started_Sec {
        padding-top: 14rem;
        height: 1030px;
    }

    .started_boxes_left .started_process {
        padding-right: 4.5rem;
    }

    .started_boxes_right .started_process {
        padding-left: 4.5rem;
    }



    .started_boxes_right .started_process,
    .started_boxes_left .started_process {
        width: 98%;
    }

    .started_process h4 {
        font-size: 25px;
    }

    .started_boxes_left::before {
        height: 550px;
    }

    .articalImg {
        height: 100%;
    }

    footer ul {
        padding: 0;
    }

    .why_choose_box {
        height: 205px;
    }

    #microsoft .service_pg_sec1 h3,
    #microsoft .service_pg_sec1 p,
    .service_pg_sec1_1 h3,
    .service_pg_sec1_1 p {
        padding-left: 20px;
    }

    #microsoft .service_pg_sec2 h3,
    #microsoft .service_pg_sec2 p,
    .service_pg_sec2_2 h3,
    .service_pg_sec2_2 p {
        padding-right: 20px;
    }

    .modal-panel {
        width: 90%;
    }
}

@media screen and (max-width:992px) {
    :root {
        /* Deep Sapphire Blue */
        --primary: #003366;
        /* Electric Indigo */
        --secondary: #3F51B5;
        --padding: 3rem;
        --margin: 3rem;
    }

    .about_Sec,
    .tagline {
        margin-block: var(--margin);
    }

    .reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    .ab_img {
        width: 100%;
        height: 100%;
        margin-top: 1rem;
    }

    .tgContent {
        width: 100%;
    }

    .services_Sec .owl-dots {
        margin-top: 1rem;
        margin-bottom: 2rem;
    }

    .get_started_Sec {
        padding-top: 8rem;
        padding-bottom: 3rem;
        height: auto;
    }

    .started_process {
        transform: unset !important;
        padding: 20px !important;
        width: 95% !important;
        box-shadow: 0 0 10px #ccc;
        margin: 0 auto;
        margin-top: 1rem;
    }

    .started_process h5 {
        display: none !important;
    }

    .started_process h4 {
        color: var(--primary);
    }

    .started_boxes_left::before {
        display: none;
    }

    .business_card .swiper {
        margin-top: 1rem;
    }

    .service_pg_sec1 img,
    .service_pg_sec2 img {
        margin-top: 1rem;
    }


    #microsoft .service_pg_sec1 h3,
    #microsoft .service_pg_sec1 p,
    .service_pg_sec1_1 h3,
    .service_pg_sec1_1 p {
        padding-left: unset;
    }

    #microsoft .service_pg_sec2 h3,
    #microsoft .service_pg_sec2 p,
    .service_pg_sec2_2 h3,
    .service_pg_sec2_2 p {
        padding-right: unset;
    }

    .filter-buttons {
        margin-bottom: 2rem;
    }

    
    .modal-img-container img.modal-img{
        max-width: unset;
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .modal-title{
        margin-bottom: 0;
    }

    .modal-dialog{
       margin-inline: 20px;
    }

    .contact_page_dtls img{
        margin-top: 1rem;
    }

    .recent_article{
        margin-top: 2rem;
    }
}

@media screen and (max-width:767px) {
    h2 {
        font-size: 40px;
    }

    .reverse_767 {
        display: flex;
        flex-direction: column-reverse;
    }

    .heroSection {
        height: 500px;
    }

    .get_started_Sec {
        padding-top: 15rem;

    }

    .started_process {
        text-align: center;
    }

    .count ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }



    .project-item {
        height: 250px;
    }

}

@media screen and (max-width:600px) {


    .commonBanner_content {
        width: 90%;
    }

    h2 {
        font-size: 28px;
    }

    .topStrip {
        display: none;
    }
}