@media (min-width: 576px) and (max-width: 767.98px) {
    .counter-wrap {
        margin-bottom: 30px;
    }
}

@media (max-width: 1399.98px) {
    .mail-txt {
        padding: 10px 25px;
    }

    .c-love .c-luv-slider .owl-carousel .col-md-4 {
        /* margin: auto; */
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 1199.98px) {
    .bnr-txt {
        margin-left: 60px;
    }

    .bnr-txt h3 {
        font-size: 46px;
    }

    .bnr-imgs .main-img {
        left: 35%;
    }

    .bnr-imgs .sld-1 {
        max-width: 600px;
        min-height: 600px;
        top: 8%;
    }

    .main-1 {
        left: 10%;
        width: 100%;
    }

    .mail-btn {
        padding: 10px;
    }

    .mail-txt {
        padding: 10px;
    }

    .heading-txt h2 {
        font-size: 28px;
    }

    .sucess-row {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .srvc-crd .rotate .dot div {
        transform: rotate(calc(-30deg * var(--i))) translate(136px, 10px);
    }

    .srvc-crd .info-token div {
        width: 296px;
        padding: 20px 25px;
    }

    .srvc-crd p {
        font-size: 15px;
    }

    .srvc-crd h3 {
        font-size: 21px;
    }

    /*why choose-us*/

    .chose-bnr::before {
        position: absolute;
        content: '';
        /* background: url(../images/why-choose-us/v-1.png); */
        z-index: 111;
        width: 100%;
        height: 100%;
        bottom: 0;
        /* right: 0; */
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right;
        z-index: -1;
        top: 0;
        right: 0;
        /* overflow: hidden; */
    }

    .chose-bnr::after {
        position: absolute;
        content: '';
        /* background: url(../images/why-choose-us/v-2.png); */
        z-index: 111;
        width: 100%;
        height: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left;
        z-index: -1;
        top: 45%;
        left: -35%;
    }

    /* contact us */

    .social-sldr .owl-prev {
        left: 3%;
    }

    .social-sldr .owl-next {
        right: 9%;
    }

    .tseo-1 {
        font-size: 50px;
        line-height: 60px;
    }


}

@media (max-width: 991.98px) {
    .main-1 {
        top: 25%;
    }

    .bnr-imgs .main-img {
        left: 40%;
        max-width: 400px;
        min-height: 400px;
        top: 27%;
    }

    .bnr-txt h3 {
        font-size: 43px;
    }

    .bnr-imgs .sld-1 {
        max-width: 400px;
        min-height: 400px;
        top: 25%;
    }

    .btn-ae {
        top: 5.5px;
        right: 9px;
        width: 30px;
        height: 30px;
    }

    .nwsltr form img {
        width: 20px;
        height: 20px;
    }

    .nwsltr .form-control {
        padding: 8px;
        font-size: 14px;
    }

    .mail-txt {
        padding: 3px;
    }

    .mail-btn {
        padding: 3px;
    }

    .nwsltr .mail-txt span {
        font-size: 12px;
    }

    .abt-bn .main-abt {
        margin-left: 0;
    }

    .ttt {
        margin-right: 0px;
        z-index: 999;
    }

    .sucess-row {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .heading-txt p {
        font-size: 18px;
    }

    .ttt {
        width: 100%;
    }

    .heading-txt {
        height: unset;
    }

    .second-txt {
        width: 100%;
    }

    .srvc-crd .knob {
        width: 200PX;
        height: 200PX;
    }

    .srvc-crd h1 {
        font-size: 1REM;
    }

    .srvc-crd .knob-content button {
        padding: 5px 10px;
    }

    .srvc-crd .step-dot {
        width: 319PX;
        height: 432PX;
    }

    .srvc-crd .step-dot .dot div {
        width: 100px;
        height: 100px;
    }

    .srvc-crd .rotate .dot div {
        display: none;
    }

    .srvc-crd .content-wrapper {
        width: 100%;
    }

    .scnd-srvc {
        display: block;
    }

    .srvc-crd .info-token div {
        display: none !important;
    }

    .srvc-crd .marge-line .dot div {
        display: none;
    }

    .srvc-crd .container {
        position: relative;
        min-height: 50vh;
    }

    /*why choose-us*/

    .chose-bnr .row {
        flex-direction: column-reverse;
        gap: 50px 0px;
    }

    .chose-bnr::before {
        position: absolute;
        content: '';
        background: url(../images/why-choose-us/v-2.png);
        z-index: 111;
        width: 100%;
        height: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right;
        z-index: -1;
        top: 50%;
        right: 0;
        transform: scaleX(-1);
    }

    .chose-bnr::after {
        position: absolute;
        content: '';
        background: url(../images/why-choose-us/v-1.png);
        z-index: 111;
        width: 100%;
        height: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left;
        z-index: -1;
        top: -40%;
        left: 0;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        transform: rotate(180deg);
    }

    /*contact us*/
    .social-sldr .fb-front {
        max-width: 500px;
    }

    .social-sldr .owl-prev {
        left: 0%;
    }

    .social-sldr .owl-next {
        right: 6%;
    }

    .chose-bnr::before {
        display: none;
    }

    .chose-bnr::after {
        display: none;
    }

    .srv-desc {
        display: block !important;
    }

    .sale-row {
        flex-direction: column;
    }

    .we-ro {
        display: block;
        align-items: center;
    }

    .dm-bnr {
        min-height: 600px !important;
    }

    .sale-pic .inf-img-1 {
        max-width: 470px;
    }

    .sale-row {
        flex-direction: column-reverse;
    }

    .sale-pic img {
        max-width: 420px;
    }
    section.sale-sec .sale-txt {
        /* text-align: center; */
        padding: 30px 0px;
    }
}

@media (max-width: 767.98px) {
    .bulb .blb-rw {
        height: 100%;
    }

    .bulb .text2 {
        margin-top: 110px;
    }

    .bulb .blb-rw {
        margin-top: 30px;
    }

    .text-sec {
        margin-top: 30px;
    }

    .bulb .text1 {
        max-width: 100%;
    }

    .bulb .text2 {
        max-width: 100%;
    }

    .bnr-txt {
        margin-left: 0;
    }

    .main-1 {
        left: 13%;
    }

    .carousel-control-next,
    .carousel-control-prev {
        width: 10%;
    }

    .carousel-item.fst-slide {
        min-height: 600px;
    }

    .bnr-slide-2 {
        min-height: 600px;
    }

    .main-bg {
        top: 0;
        right: -300px;
        height: 100%;
    }

    .ttt {
        margin-right: 0px;
        z-index: 999;
    }

    .srvc-crd .marge-line .dot div {
        display: none;
    }

    .social-sldr .fb-num {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-evenly;
        background: #53bfc9;
    }

    .social-sldr .fb-front:before {
        display: none;
    }

    .social-sldr .owl-next {
        right: 0%;
    }
}

@media (max-width: 575.98px) {
    .bnr-txt {
        margin-left: 10px;
    }

    .bnr-txt h3 {
        font-size: 30px;
    }

    .bnr-txt h4 {
        font-size: 24px;
    }

    .carousel-item.fst-slide {
        min-height: 300px;
    }

    .bnr-slide-2 {
        min-height: 300px;
    }

    .nwsltr .form-control {
        padding: 15px;
        font-size: 16px;
    }

    .btn-ae {
        top: 4.5px;
        right: 9px;
        width: 63px;
        height: 47px;
    }

    .nwsltr form img {
        width: 35px;
        height: 30px;
    }

    section.inr-bnr {
        padding: 0;
    }

    .ttt {
        margin-right: 0;
    }

    .scnd-srvc {
        display: block;
    }

    .srvc-crd .marge-line .dot div {
        display: none;
    }

    .srvc-crd .step-dot {
        width: 248PX;
        height: 364PX;
    }

    .srvc-crd .step-dot .dot div {
        width: 75px;
        height: 75px;
    }

    .srvc-crd h2 {
        font-size: 25px;
    }

    .c-sec {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .drop:nth-child(1) {
        border-radius: 0;
    }

    /*why choose-us*/

    .chose-bnr::before,
    .chose-bnr::after {
        display: none;
    }

    .chose-bnr {
        background: none;
    }

    /*love us*/

    .chose-bnr::before,
    .chose-bnr::after {
        display: none;
    }

    .chose-bnr {
        background: none;
    }

    /* social-sldr */
    .social-sldr .fb-num {
        display: flex;
        background: #53bfc9;
        align-items: flex-start;
        flex-direction: row;
        justify-content: space-around;
        width: 100%;
    }

    .social-sldr .fb-front:before {
        display: none;
    }

    .social-sldr .fb-txt {
        padding: 20px 0;
    }

    .social-sldr .owl-next {
        right: 0;
    }

    .section-title__title {
        font-size: 36px;
        padding: 0 20px;
        line-height: 46px;
    }

}