@media (min-width: 320px) and (max-width: 360px) {
    .about-card {
        position: absolute;
        left: 0;
        top: 521px;
    }
    .about-thumb-img {
        width: 100%;
        height: auto;
        margin: 220px auto;
        float: right;
        margin-bottom: 308px;
    }    
    .card__img {
        margin: 0 auto;
        display: block;
        width: 252px;
        height: 229px;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        overflow: hidden;
    }
    .service-nav-info {
        padding: 67px 5px;
        background: #ffffffaf;
        margin-right: 0px;
        position: relative;
        z-index: 1;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        border-radius: 1px 10px 1px 10px;
        border: 1px solid transparent;
        text-align: center;
    }
    .why-chooses-area::after {
        transform: none;
        width: 100%;
        left: 0;
        opacity: 1;
    }
    .why-chooses-area .text-invisible {
        position: absolute;
        right: 20px;
        bottom: 0px;
        font-size: 39px;
        text-transform: uppercase;
        z-index: 9;
        font-weight: 600;
        opacity: 0.8;
    }
    .mission-tab-navs {
        gap: 15px;
    }
    .mission__contents__area {
        display: flex;
        gap: 15px;
        flex-direction: column;
    }
    .nav-item .nav-link {
        color: #000;
    }
    .nav-link.actives {
        background: var(--primary-color) !important;
        color: #fff !important;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
        border-bottom: 3px solid #fff;
        border-radius: 10px 0px 10px 0px;
        text-align: center;
        /* padding: 7px 12px; */
        text-shadow: 1px 1px 10px #fefefe23;
        /* max-width: 150px; */
      }
      .dropdownItems {
        white-space: initial;
      }
      .slick-slides {
        transform: scale(1) !important;
      z-index: 1000;
    }
    
    .slick-slides img {
        max-width: 100%;
        transition: all 0.4s ease-in-out;
    }
    
    .slick-center {
        transform: scale(1) !important;
    }
    .slick-slides:not(.slick-current) {
      filter: blur(0px);
    }
    .carousel-inner img {
        height: 398px;
        object-fit: cover;
    }
    .carousel__captions {
        position: absolute;
        right: 15%;
        top: 99px !important;
        left: 5%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: justify;
    }

    .get__consultant {
        font-size: 13px;
        font-weight: 500;
        max-width: 162px; 
        height: 3.5em;
    }
    .img-fluids {
        max-width: 100%;
        height: auto;
    }
}
@media (min-width: 375px) and (max-width: 768px) {
    .img-fluids {
        max-width: 100%;
        height: auto;
    }
    .carousel-inner img {
        height: 398px;
        object-fit: cover;
    }
    .carousel__captions {
        position: absolute;
        right: 15%;
        top: 99px !important;
        left: 5%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: justify;
    }
    .slick-slides {
        transform: scale(1) !important;
      z-index: 1000;
    }
    
    .slick-slides img {
        max-width: 100%;
        transition: all 0.4s ease-in-out;
    }
    
    .slick-center {
        transform: scale(1) !important;
    }
    .slick-slides:not(.slick-current) {
      filter: blur(0px);
    }
    .nav-item .nav-link {
        color: #000 !important;
    }
    .dropdownItems {
        white-space: initial;
      }
    .nav-link.actives {
        background: var(--primary-color) !important;
        color: #fff !important;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
        border-bottom: 3px solid #fff;
        border-radius: 10px 0px 10px 0px;
        text-align: center;
        /* padding: 7px 12px; */
        text-shadow: 1px 1px 10px #fefefe23;
        /* max-width: 150px; */
      }
    .mission-tab-navs {
        gap: 15px;
    }
    .mission__contents__area {
        display: flex;
        gap: 15px;
        flex-direction: column;
    }
    .service-nav-info {
        padding: 67px 5px;
        background: #ffffffaf;
        margin-right: 0px;
        position: relative;
        z-index: 1;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        border-radius: 1px 10px 1px 10px;
        border: 1px solid transparent;
        text-align: center;
    }
    .why-chooses-area .text-invisible {
        position: absolute;
        right: 20px;
        bottom: 0px;
        font-size: 39px;
        text-transform: uppercase;
        z-index: 9;
        font-weight: 600;
        opacity: 0.8;
    }
    .why-chooses-area::after {
        transform: none;
        width: 100%;
        left: 0;
        opacity: 1;
    }
    .about-card {
        position: absolute;
        left: 0;
        top: 585px;
    }
    .about-thumb-img {
        width: 100%;
        height: auto;
        margin: 220px auto;
        float: right;
        margin-bottom: 308px;
    }    
    .card__img {
        margin: 0 auto;
        display: block;
        width: 252px;
        height: 229px;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        overflow: hidden;
    }
    .get__consultant {
        font-size: 13px;
        font-weight: 500;
        max-width: 162px; 
        height: 3.5em;
    }
}

@media (min-width: 320px) and (max-width: 768px){
    .first__circle {
        height: 120px;
        width: 120px;
        border-radius: 50%;
        border: 2px dashed #ffff;
        background: #f5630f;
        box-shadow: #f5630f 0px 2px 8px;
        display: block;
        margin: 0 auto;
      }
      .first__circle p {
        text-align: center;
        font-size: clamp(16px, 4vw, 28px);
        font-weight: 700;
        color: var(--white-color);
        align-items: center;
        padding-top: 40px;
        text-transform: capitalize
      }
      .second__circle {
        position: absolute;
        top: 58px;
        left: 20px;
        height: 127px;
        width: 127px;
        border-radius: 50%;
        border: 2px solid #ffff;
        background: #202a32;
        box-shadow: #883f15 0px 2px 8px;
    }
      .second__circle p {
        text-align: center;
        font-size: clamp(16px, 4vw, 28px);
        font-weight: 600;
        color: var(--white-color);
        align-items: center;
        padding-top: 52px;
        text-transform: capitalize
      }
      .four__circle {
        position: absolute;
        top: 59px;
        right: 20px;
        height: 127px;
        width: 127px;
        border-radius: 50%;
        border: 2px solid #ffff;
        background: #202a32;
        box-shadow: #883f15 0px 2px 8px;
    }
    .four__circle p {
        padding: 0 10px;
        text-align: center;
        font-size: clamp(16px, 4vw, 28px);
        font-weight: 600;
        color: var(--white-color);
        align-items: center;
        padding-top: 45px;
        text-transform: capitalize;
    }
    .five__circle {
        position: absolute;
        top: 148px;
        left: 110px;
        height: 132px;
        width: 132px;
        border-radius: 50%;
        border: 2px dashed #ffff;
        background: #f5630f;
        box-shadow: #f5630f 0px 2px 8px;
    }
      .five__circle p {
        text-align: center;
        font-size: clamp(16px, 4vw, 25px);
        font-weight: 600;
        color: var(--white-color);
        align-items: center;
        padding-top: 54px;
        text-transform: capitalize;
    }
      .third__circle {
        position: absolute;
        top: 99px;
        left: 125px;
        z-index: 2;
        height: 98px;
        width: 98px;
        border-radius: 50%;
        border: 2px solid #ffff;
        background: var(--bg-gradient-reverse);
        box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
      }
      .third__circle p {
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        color: var(--white-color);
        align-items: center;
        padding-top: 24px;
        padding-left: 0px;
        padding-right: 5px;
        text-transform: capitalize;
    }
    .about__us__detailsmob {
        margin-top: 167px;
    }
    .services__three {
        position: absolute;
        bottom: -27px;
        right: -2px;
        width: 140px;
        height: 140px;
        background: #fff;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
        padding: 10px;
        border-radius: 50%;
        z-index: 1;
    }
    .services__two {
        position: absolute;
        top: -56px;
        left: -9px;
        width: 140px;
        height: 140px;
        background: #fff;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
        padding: 10px;
        border-radius: 50%;
    }
    .software__images .images__twosf {
        position: absolute;
        bottom: -40px;
        right: 0px;
    }
    .software__images .images__twosf img {
        width: 182px;
        height: 182px;
    }
    .tilte__contact:nth-child(2)::after {
        content: '';
        position: absolute;
        top: 32px;
        background: #fc650c;
        height: 5px;
        width: 65px;
        right: 30%;
    }
    .tilte__contact:nth-child(2)::before {
        content: '';
        position: absolute;
        top: 32px;
        background: #fc650c;
        height: 5px;
        width: 65px;
        left: 35%;
    }
    .nav-link.active {
        color: #fff !important;
    }
    .nav-link.active:hover {
        color: #202a32 !important;
    }

    .our__services__side .images-thumbs img{
        max-width: 239px !important;
        height:auto
    }
    .our__services__side .images-thumbs img:nth-child(2) {
        position: absolute;
        left: -150px;
        top: 0;
        max-width: 180px !important;
        object-fit: cover;
    }
}