/* media query */
@media (max-width: 767.98px) {
    .siteLogo {
        width: 60px !important;
        margin-top: 10px;
    }

    .toggler {
        margin-top: 10px;
    }

    .hero-main-bg {
        height: 600px !important;
    }

    .hero-text {
        padding-top: 30px;
    }

    .service-text p {
        font-size: 14px;
    }
    .service-text h3 {
        font-size: 28px;
        font-weight: 600;
    }

    .service-line {
        width: 59px;
        height: 5px;
        background: #fabbc6;
        margin: auto;
    }
    .about .about-bg {
        padding: 0 !important;
    }
    /* 
    .abour-img {
        width: 100%;
    } */
    .about {
        background-image: none;
    }
    /* Testimonial */

    .testimonial {
        height: 700px !important;
    }
   /* .mobile img{
        width: 100% !important;
    } */
}


@media only screen and (max-width: 991.98px) {
    /* Navigation */
    nav .toggler {
        display: block;
        cursor: pointer;
    }

    nav .toggler i {
        color: rgb(0, 0, 0);
        font-size: 22px;
    }

    nav .side-bar {
        display: none;
    }
    nav .menu {
        position: fixed;
        background: #76bfbe;
        backdrop-filter: blur(5px);
        top: 0;
        right: 0;
        bottom: 0;
        width: 280px;
        height: 100vh;
        padding: 80px 40px 40px 40px;
        transition: transform 0.3s cubic-bezier(0, 0.52, 0, 1);
        z-index: 9;
    }

    nav .menu .close {
        display: block;
        cursor: pointer;
    }

    nav .menu .close i {
        color: rgb(0 0 0);
        font-size: 22px;
        position: absolute;
        top: 25px;
        right: 15px;
    }

    nav .menu li {
        display: flex;
        align-items: center;
        width: 100%;
        text-align: left;
        height: 60px;
    }

    nav .menu li a {
        color: #000;
        font-size: 18px;
        width: 100%;
        text-align: center;
        font-weight: 600;
    }

    /* Hero Section */

    .hero-main-bg {
        height: 400px;
    }

    #hero .Home-bg h2 {
        width: 246px;
        font-weight: 600;
        font-size: 21px;
    }

    .Home-bg p {
        margin: 0px;
        font-size: 14px;
        width: 268px;
        font-weight: 500;
    }

    .hero-line {
        width: 59px;
        height: 5px;
        background: #fabbc6;
        margin-top: 12px;
    }

    .about {
        background-image: none;
    }
    /* .about .about-img {
        width: 100%;
    } */
    /*Testimonial*/

    .testimonial {
        height: 498px;
    }
}

@media (max-width: 1199.98px) {
    .mobile {
        height: 406px;
    }
}

@media (min-width: 1399.98px) {
    .mobile {
        height: 570px;
    }
}
