/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 480px) {
    .banner-text {
        padding: 50px 22px 25px 20px;
    }

    nav .menu {
        width: 320px;
        float: left;
    }

    .banner-head {
        font-weight: 500;
        color: #000000;
        font-size: 29px;
        line-height: 37px;
        margin-bottom: 10px;
    }

    .glob-lr {
        padding: 30px 30px;
    }

    .title {
        font-weight: 500;
        font-size: 25px;
        color: #080808;
    }

    .testimonials-wrap .owl-item {
        width: 340px !important;
        margin-right: 10px;
    }

    .testimonials-wrap .owl-stage {
        width: 5000px !important;
    }

    tr.counter {
        display: grid;
    }

    .progressbar .descriptions {
        display: grid;
    }

    .progressbar tbody {
        display: flex;
    }

    .progressbar .active,
    .progressbar .active * {
        align-content: center;
    }

    .counter span {
        display: none;
    }

    .owl-carousel .carousel-item .item-kicker {
        color: #ffffff;
        display: block;
        font-size: 16px;
    }

    .progressbar .active,
    .progressbar .active * {
        font-size: 8px;
        border-color: #8fcc52;
        color: #8fcc52;
        margin-bottom: 3px;
    }

    .txt-fnt {
        padding: 0px 4px;
        font-size: 3.5px !important;
        font-weight: 500;
        color: black !important;
        /* border-bottom: 0.3px solid grey !important; */
    }

    .hur54b {
        padding: 16px !important;
    }

    .area iframe {
        height: 120px;
        margin-bottom: 10px;
    }

    .issues {
        display: block;
    }

    .why-choose {
        display: block;
        background: #fff;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 2px 16px rgba(60, 125, 255, 0.08);
        /* margin: 40px auto; */
    }

    .service img {
        width: 100%;
        margin-bottom: 8px;
    }

    .service-title {
        color: #000000;
        font-size: 13px;
        font-weight: 500;
        margin-bottom: 4px;
    }

    .rd-btn-mb {
        display: none;
    }

    .service-bottom {
        margin-bottom: 10px;
    }

    .content h1 {
        line-height: 40px;
    }

    .hero .content {
        position: relative;
        z-index: 2;
        padding: 4px 36px;
    }

    .banner-scnd {
        color: white;
    }

    .image-bg img{
        width: 100%;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width:600px) {
    .banner-head {
        font-weight: 500;
        color: #000000;
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .progressbar .active,
    .progressbar .active * {
        font-size: 6px;
        border-color: #8fcc52;
        color: #8fcc52;
    }

    .area iframe {
        height: 120px;
        margin-bottom: 10px;
    }

}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

    .progressbar .active,
    .progressbar .active * {
        font-size: 8px;
        border-color: #8fcc52;
        color: #8fcc52;
    }

    .area iframe {
        height: 180px;
        margin-bottom: 10px;
    }

    .banner-head {
        font-weight: 500;
        color: #000000;
        font-size: 44px;
        line-height: 55px;
        margin-bottom: 10px;
    }
}