
/* Regular smartphones (414px - 479px) e.g. iPhone 11, XR, Android Plus sizes */
@media (min-width: 414px) and (max-width: 479px) {
    .about-area.style-one {
        height: 230vh;
    }

}

/* Generic small screens (up to 480px wide) */
@media (max-width: 480px) {
    .about-area.style-one {
        height: 200vh;
        /* height: 230vh; */
    }
    .banner__space {
    height: 130vh;
  }
}

/* styles for screens 768px wide or less — typically mobile */
@media (max-width: 768px) {
.banner-1 img{
 /* width: 135%; */
 margin-left: -26%;
 margin-top: -8%;
 /* margin-left: -15%;
 margin-top: -11%; */
}
    /* Hero Section */
    .scroll-container {
        margin-top: -10%;      
    }

    .our-testimonial__content-wrapper{
        margin-bottom: 0px !important;
    }
    .pl-sm-5 {
        padding-left: 7px;
    }
    .mobile-padding-left{
        padding-left: 30px;
        margin-top: -30%;
    }
    .ptb-sm-30{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .services-provided__tab-content-media img {
        width: 100%;
        margin-left: 0px;
        /* margin-left: -23px; */
    }

    .tab-content h2 {
        margin-left: 27%;
        width: 80%;
    }

    .counter-area{
        padding-top: 40px;
        padding-bottom: 130px;
    }

    .counter-card.style-two {
        margin-top: 20px;
    }

    .counter-area.style-one .side-text {
        width: 70%;
        margin-left: 0%;
        margin-top: 5%;
    }

    .our-features-1__shape-1 {
        position: absolute;
        right: 25px;
        /* top: 0; */ /* adjust as needed */
    }

    .our-features-1__shape-1 img {
        display: block;
    }

    /* .about-area.style-one {
        height: 195vh;
    } */
    .about-area.style-one .about-img-wrap .about-img{
        width: 60%;
        top: 2%;
        left: 20%;
    }
    .about-area.style-one .about-img-wrap .about-img-2{
        width: 80%;
        top: 60%;
        left: 50%;
    }

    .ptb-130 {
        padding-top: 80px;
        padding-bottom: 100px;
    }

    .mb-50 {
        margin-bottom: 25px;
    }

    .process-tablist .nav-item {
        margin-bottom: 10px;
    }    
    .section__title-wrapper{
        margin-left: 0px;
    }

    .banner__title {
        line-height: 1.0;
        font-size: 55px;
    }

    .footer-2__social a {
        padding: 21px;
    }

    .rr-btn__theme-white .btn-wrap .text-one {
        color: #fff;
    }
    .feedback__item__button-prev, .feedback__item__button-next {
    display: none;
    }

    .image-card.active {
    width: 1900px;
}
.stephen{
    margin-top: 25%; margin-left: 25%; line-height: 25px;
}
.counter-card-wrap.style-two .counter-card.style-two {
  height: auto;
}

.service-card.style-four {
    height: 30vh;
    margin-top: 20px;
}
.coverza-title h2{
    margin-top: 7%;
}
.leading-hosting-7__wrapper.coverza-title p{
    margin-bottom: -5% !important;
}
.counter-card-wrap.style-two .counter-card.style-one {

  height: 32vh;
  /* m?argin-bottom: 10px; */
}
  .feedback__item {
    padding: 30px;
  }

  .feedback__item-info h4 {
    font-size: 15px;
    line-height: 20px;
  }

  .feedback__item-content p {
    font-size: 14px;
    line-height: 24px;
  }
  .gtc-img img{
    width: 60%;
  }
}
