@media (min-width: 100px) and (max-width: 991px) {

    /*** Header Start ***/
    .header-top-contact ul li a {
        color: #fff;
        font-weight: 700;
        font-size: 13px;
    }

    .header-top-left {
        margin-right: 5px;
        margin-top: 40px;
    }

    .header-top-social {
        display: none;
    }

    /*** Header End ***/


    .hero-single {
        padding-top: 0px;
        padding-bottom: 0px;
        background-position: center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 1;
    }

    .hero-slider.owl-theme .owl-nav [class*=owl-] {
        color: #1CB9C8;
        font-size: 13px;
        margin: 0;
        padding: 0;
        background: #fff;
        display: inline-block;
        cursor: pointer;
        height: 20px;
        width: 20px;
        border-radius: 50px;
        line-height: 21px;
        text-align: center;
        transition: all .5s ease-in-out;
    }

    .hero-slider.owl-theme .owl-nav .owl-next {
        right: 10px;
    }

    .hero-slider.owl-theme .owl-nav .owl-prev {
        left: unset;
        right: 361px;
    }


    .feature-icon {
        font-size: 25px;
        color: #fff;
        line-height: 1;
        margin-bottom: 15px;
    }

    .feature-title {
        color: #fff;
        margin-bottom: 10px;
        font-size: 15px;
    }

    .feature-item p {
        color: #fff;
        font-size: 12px;
    }

    .service-icon i {
        color: #1CB9C8;
        font-size: 16px;
        line-height: 1;
        transform: rotate(-45deg);
    }


    .service-item {
        position: relative;
        padding: 15px 15px 30px 15px;

        margin-top: 30px;
        margin-bottom: 25px;
        border-radius: 10px;
        background: #fff;
        text-align: center;
        transition: all .5s ease-in-out;
        box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
        z-index: 1;
    }


    .service-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        background: #fff;
        border-radius: 30px 0 30px 0;
        margin: -19px 0 0 0;
        left: 49%;
        transform: translateX(-50%) rotate(45deg);
        position: relative;
        transition: all .5s ease-in-out;
    }

    .service-title a {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 10px;
        color: #151735;
    }

    .service-text {
        font-size: 12px;
    }


    .service-btn1 {
        margin-right: 2px;
        padding: 5px 10px;
        border: 0 none;
        cursor: pointer;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        color: #fff;
        font-size: 12px;
        width: fit-content;
        margin-left: 6px;

    }

    .service-btn2 {
        padding: 5px 10px;
        border: 0 none;
        cursor: pointer;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        color: #fff;
        font-size: 12px;
        width: fit-content;
    }

    .theme-btn2 {
        font-size: 16px;
        color: #ffffff;
        padding: 5px 22px;
        transition: all 0.5s;
        text-transform: uppercase;
        position: relative;
        border-radius: 48px;
        font-weight: 500;
        cursor: pointer;
        text-align: center;
        overflow: hidden;
        border: none;
        background: #1CB9C8;
        box-shadow: 0 3px 24px rgb(0 0 0 / 12%);
        z-index: 1;
        margin-left: 80px;
    }


    .theme-btn3 {
        font-size: 16px;
        color: #ffffff;
        padding: 5px 22px;
        transition: all 0.5s;
        text-transform: uppercase;
        position: relative;
        border-radius: 48px;
        font-weight: 500;
        cursor: pointer;
        text-align: center;
        overflow: hidden;
        border: none;
        background: #1CB9C8;
        box-shadow: 0 3px 24px rgb(0 0 0 / 12%);
        z-index: 1;
        margin-left: 52px;
    }


    /*** Title Css Start ***/
    .site-title {
        font-weight: 700;
        text-transform: capitalize;
        font-size: 22px;
        color: #151735;
        margin-top: 8px;
        margin-bottom: 0;
    }

    /*** Title Css Start ***/

    .choose-content p {
        font-size: 12px;
    }


    /*** Shape image css start **/

    .cta-shape-1 {
        left: 0px;
        top: 40px;
        width: 88px;

    }

    .cta-shape-2 {
        width: 87px;
        right: 9px;
        bottom: 49px;

    }

    /*** Shape image css End **/





}