@media (max-width: 1400px) {
    nav ul li {
        margin: 0px 13px;
    }

    nav ul li a {
        font-size: 14px;
    }

    .connect-sect button {
        font-size: 13px;
        padding: 8px 10px;
    }

    .headtext {
        font-size: 1.5rem;
        margin-bottom: 50px;
    }

    .request-form h3 {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .request-form form .form-group .form-control {
        padding: 10px;
        font-size: 10px;
    }

    .request-form form .btn {
        width: 60px;
        height: 60px;
        font-size: 25px;
    }

    .request-quote {
        top: 88%;
    }

    .slid-text {
        top: 20%;
    }

    .banner-text h1 {
        font-size: 3rem;
    }

    .slid-img img {
        object-position: top;
    }

    .request-form form .form-group label {
        font-size: 12px;
        letter-spacing: 0.3px;
    }

    .foot-logo img {
        width: 90px;
    }

    .logo img {
        width: 90px;
    }

    .slid-text h1 {
        font-size: 3.5rem;
    }

    .slid-text h2 {
        font-size: 1.5rem;
    }

}


@media (max-width: 1280px) {
    .whatsapp-chat-widget {
        display: block;
    }

    .chatwidget-list ul li {
        padding-right: 15px;
    }

    .logo {
        width: auto;
    }

    nav ul li {
        margin: 0px 10px;
    }

    .connect-sect {
        width: auto;
    }

    .connect-sect button {
        padding: 14px 10px;
        width: 130px;
    }

    .bannerimg img {
        width: 100%;
    }

    .banner-text {
        padding: 50px 0px;
    }

    .about-text ul {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .whychoose-box p {
        text-align: center;
        font-size: 12px;
        line-height: 22px;
    }

    .vision-img {
        padding: 0px;
        height: 100%;
    }

    .request-quote {
        top: 50%;
        width: 90%;
    }

    .request-form form .form-group {
        width: 100%;
        padding: 0px 5px;
    }

    .slid-text {
        top: 25%;
        width: calc(100% / 1.1);
    }

    .slid-text h1 {
        font-size: 2.6rem;
        margin-bottom: 15px;
    }

    .slid-text h2 {
        font-size: 1.3rem;
        margin-bottom: 15px;
    }

    .slid-text p {
        font-size: 14px;
    }

    .banner-slider .owl-nav {
        top: 40%;
        font-size: 4rem;
    }

    .slid-img img {
        height: 500px;
        object-fit: cover;
        object-position: top center;
    }

    .authkey-m-d {
        display: block;
    }

    .custothinkbox {
        padding: 10px;
    }

    .bannslid-box {
        width: 100%;
        height: 100%;
    }

    .request-form form {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .request-form {
        padding: 20px;
    }

    .service-box h4 {
        font-size: 16px;
        margin-bottom: 10px;
        padding: 0px 10px;
        padding-top: 10px;
    }

    .service-box p {
        margin: 0px 0px 30px;
        padding: 0px 20px;
        font-size: 12px;
        line-height: 21px;
    }

    .whychoose-box {
        padding: 10px;
        border: 2px solid #f1f7ff;
    }

    .whychoose-box h4 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .price-box a {
        padding: 13px 40px;
        width: 100%;
    }

}


@media (max-width: 767px) {
    nav {
        display: none;
    }

    .logo h3 {
        font-size: 15px;
        font-weight: 600;
        color: #058608;
    }

    .logo h3 b {
        font-size: 18px;
        color: #ffcb1f;
    }


    .nav-toggle {
        position: relative;
        margin: 0px 0px 2px;
        top: 2px;
        display: block;
        transition: all 0.5s linear 0s;
        margin-right: 10px;
    }

    .nav-toggle.on {
        position: relative;
        z-index: 999;
        border-color: rgb(233, 233, 233);
        opacity: 1;
        background: rgba(255, 255, 255, 0.98);
    }

    .nav-toggle.on div {
        background: rgb(0, 0, 0);
    }

    .nav-toggle.on .one {
        transform: rotate(45deg) translate(7px, 7px);
    }

    .nav-toggle.on .two {
        opacity: 0;
    }

    .nav-toggle.on .three {
        transform: rotate(-45deg) translate(6px, -6px);
        width: 100%;
    }

    .activated {
        transition: all 0.5s linear 0s;
        padding: 0px;
        left: 0px !important;
        display: block !important;
    }

    nav {
        display: none;
        position: absolute;
        margin: 0px;
        padding: 0px;
        top: 100%;
        background: rgba(0, 0, 0, 0.78);
        z-index: 99;
        transition: all 0.5s linear 0s;
        transform: unset;
        left: -100% !important;
        width: 100% !important;
        height: 100vh !important;
    }

    nav ul {
        width: 100%;
        text-align: left;
        background: rgb(255, 255, 255);
        padding: 0px;
        overflow: hidden;
        overflow-y: auto;
        padding-top: 15px;
        padding-bottom: 30px;
    }

    nav ul li {
        width: 100%;
        text-align: left;
        line-height: unset;
    }

    nav ul li a {
        font-size: 13px;
        padding: 0px 10px;
        line-height: 50px;
        width: 100%;
        border-bottom: 1px solid rgb(237, 237, 237);
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .connect-sect {
        margin: 0px;
        padding: 0px;
        width: 100%;
    }

    .connect-sect button {
        font-size: 13px;
        padding: 10px 10px;
        float: right;
        margin-right: 20px;
    }

    .slid-text {
        top: 30%;
        width: calc(100% / 1.1);
    }

    .slid-text h1 {
        font-size: 1.5rem;
        line-height: 10px;
    }

    .slid-text h2 {
        font-size: 1rem;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .slid-text p {
        font-size: 14px;
        line-height: 25px;
    }

    .slid-img img {
        height: 400px;
        object-fit: cover;
        object-position: top center;
    }

    .headtext {
        font-size: 1.5rem;
    }

    .about-text ul {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .banner-text {
        padding: 10px 0px;
    }

    .banner-text h1 {
        font-size: 2rem;
    }

    .banner-text p {
        font-size: 15px;
    }

    .bannerimg img {
        width: 100%;
    }

    .whatsapp-chat-widget {
        display: block;
    }

    .chatwidget-list ul li {
        padding-right: 15px;
    }

    .logo img {
        width: 100px;
    }

    header {
        padding: 5px 0px;
    }

    .banner-slider .owl-nav {
        font-size: 4rem;
    }

    ul .dropdown:hover>ul {
        display: none !important;
    }

    ul .dropdown.active>ul {
        box-shadow: unset;
        width: 90%;
        position: relative;
        border-radius: unset;
        display: inline-block !important;
        padding: 0px 10px;
        border: unset !important;
    }

    .dropdown ul li a {
        line-height: 25px !important;
        font-size: 12px;
    }

    .dropdown ul li {
        border: unset;
    }

    .request-form {
        padding: 15px;
    }

    .request-form h3 {
        font-size: 25px;
        text-align: center;
    }

    .request-form form .form-group {
        width: 100%;
        padding: 0px;
    }

    .request-quote {
        width: 100%;
        top: 0px;
        position: relative;
        margin-top: 0;
    }

    .aboutus {
        padding-top: 2rem;
    }

    .authkey-m-d {
        display: block;
    }

    .custothink .owl-carousel.owl-theme.custothinkabout .owl-item.active.center {
        width: 300px !important;
        transform: scale(1.0);
    }

    .custothinkbox {
        padding: 20px;
    }

    .custothink .owl-carousel.custothinkabout.owl-theme .owl-stage {
        margin: 10px 0px;
    }

    .comnmarpad {
        padding: 20px 0px;
    }

    .foot-logo ul {
        margin-bottom: 20px;
    }

    .foot-list h4,
    .foot-contact h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .foot-list ul {
        margin-bottom: 15px;
    }

    .foot-logo p {
        font-size: 14px;
        line-height: 25px;
    }

    .foot-contact ul li p {
        font-size: 14px;
        line-height: 22px;
    }

    .copyright p {
        font-size: 14px;
        line-height: 22px;
    }

    .service-box p {
        margin: 0px 0px 15px;
        font-size: 13px;
        line-height: 22px;
    }

    .service-box a {
        padding: 10px 10px;
        font-size: 14px;
        font-weight: 500;
        width: 175px;
    }

    .service-box a span {
        font-size: 14px;
        width: 20px;
        height: 20px;
        line-height: 0px;
        padding: 4px;
    }

    .request-form form {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .whychoose-box h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .whychoose-box p {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 30px;
    }

    .logo a {
        top: 10px;
        z-index: 2;
        /* width: 150px; */
    }

    .hireus .col-sm {
        margin: 0px auto 70px;
    }

    .price-plan .col-md-4 {
        margin-bottom: 30px;
    }

    .banner {
        padding: 50px 0px 30px;
    }

    .booknow-form {
        padding: 30px 5px;
    }

    .booknow-form form .form-group {
        width: 100%;
    }

}