@media screen and (max-width: 2560px) {
    .hero {
        height: 80vh;
    }

    .hero .hero-bg {
        height: 80vh;
    }

    .hero-left {
        left: 22.5%;
        top: 41%;
    }

    .hero-right {
        left: 54%;
        top: 48.5%;
    }

    .line2 {
        bottom: 130px;
        right: 31%;
    }

    .line1 {
        bottom: 130px;
        left: 29%;
    }

    .plan-title {
        margin-bottom: -220px;
    }

    .pricing-img {
        left: 24%;
    }
}

@media screen and (max-width: 1920px) {
    .hero {
        height: 100vh;
    }

    .hero .hero-bg {
        height: 100vh;
    }

    .hero-left {
        left: 12.5%;
        top: 35.5%;
    }

    .hero-right {
        left: 54%;
        top: 43.5%;
    }

    .line1 {
        left: 420px;
    }

    .line2 {
        right: 480px;
    }
}

@media screen and (max-width: 1660px) {
    .hero {
        height: 110vh;
    }

    .hero .hero-bg {
        height: 110vh;
    }

    .hero-left {
        left: 6.5%;
        top: 31%;
    }

    .hero-right {
        left: 54%;
        top: 40%;
    }

    .line1 {
        left: 300px;
    }

    .line2 {
        right: 360px;
    }

    .pricing-img {
        left: 170px;
    }
}

@media screen and (max-width: 1530px) {
    .hero-left {
        left: 2.5%;
        top: 32%;
    }

    .hero-right {
        left: 54%;
        top: 40.5%;
    }

    .line1 {
        left: 240px;
    }

    .line2 {
        right: 290px;
    }

    .pricing-img {
        left: 110px;
    }
}

@media screen and (max-width: 1440px) {
    .hero {
        height: 100vh;
    }

    .logo-img {
        max-width: 90px;
    }

    .hero-left {
        left: 13%;
        top: 46%;
        background-size: 360px !important;
        background-position-y: 70px !important;

        h1 {
            font-weight: 250;
            font-size: 60px;
            margin-left: 90px;
        }

        img {
            max-width: 550px;
            max-height: 400px;
            width: 100%;
        }
    }

    .hero-right {
        left: 54%;
        top: 55%;

        h2 {
            font-weight: 800;
            font-size: 56px;
            margin-bottom: 15px;
        }
    }

    .title {
        font-size: 80px;
    }

    .line1 {
        max-width: 340px;
        max-height: 220px;
        bottom: 100px;
        left: 160px;
    }

    .line2 {
        max-width: 230px;
        max-height: 235px;
        bottom: 100px;
        right: 260px;
    }

    .plan-title {
        margin-bottom: -231px;
    }

    .plan-title .text h3 {
        font-size: 28px;
    }

    .plan-title .text p {
        font-size: 16px;
    }

    .pricing-img {
        max-width: 495px;
    }

    .man-img {
        max-width: 320px;
        left: 40px;
    }

    .pricing h4 {
        font-size: 28px;
    }

    .pricing h6 {
        font-size: 18px;
    }

    .faq .title {
        font-size: 70px;
    }

    .faq h5 {
        font-size: 26px;
    }

    .start-yours h3 {
        font-size: 36px;
    }

    .pricing .plan-wrapper {
        margin-top: 72px;
    }

    .plan-title .text {
        padding: 80px 0 20px;
    }

    .dashboard_project_list {
        .project_listing {
            gap: 30px;

            li {
                padding: 25px;
            }
        }
    }

}

@media screen and (max-width: 1366.99px) {
    .hero-right {
        left: 54%;
        top: 51%;
    }

    .hero-left {
        left: 10%;
        top: 41%;
    }

    .about-img {
        max-width: 510px;
        max-height: 560px;
    }

    .line1 {
        bottom: 140px;
        left: 200px;
    }

    .line2 {
        bottom: 130px;
        right: 260px;
    }

    .about .custom_btn.btn-red {
        left: 45px;
    }

    .pricing .pricing-wrapper {
        width: auto;
    }

    .modal-body {
        padding: 45px 35px 60px !important;
    }

    #searchInquiryModal, #saveInquiryModal {
        .dashboard_form {
            label {
                font-size: 16px;
                line-height: 1;
                font-weight: 700;
            }

            .input_box {
                margin-bottom: 16px;
            }

            textarea {
                min-height: 100px;
                resize: none;
            }
        }
    }
}

@media screen and (max-width: 1280px) {
    .hero-left {
        left: 10%;
        top: 41%;
        background-size: 340px !important;

        h1 {
            font-size: 56px;
        }

        img {
            max-width: 540px;
        }
    }

    .pricing-img {
        left: 70px;
    }

    .hero-right {
        left: 54%;
        top: 50%;

        h2 {
            font-size: 54px;
        }

        p {
            font-size: 19px;
        }
    }

    .line1 {
        bottom: 140px;
        left: 160px;
    }

    .line2 {
        bottom: 130px;
        right: 225px;
    }
}

@media screen and (max-width: 1024px) {
    .hero h1 {
        font-size: 50px;
        margin-left: auto;
    }

    .hero-left {
        left: 3%;
        top: 47%;
        background-size: 300px !important;

        img {
            max-width: 500px;
        }
    }

    .hero-right {
        top: 56%;

        h2 {
            font-size: 46px;
        }

        p {
            font-size: 16px;
        }
    }

    .title {
        font-size: 60px;
    }

    .about-img {
        max-width: 400px;
        top: 200px;
    }

    .man-img {
        max-width: 220px;
        left: -30px;
    }

    .odd-card {
        padding: 0;
        margin-top: 300px;
        background: none;
    }

    .line1 {
        bottom: 180px;
        left: 90px;
        max-width: 260px;
    }

    .line2 {
        bottom: 180px;
        right: 160px;
        max-width: 190px;
    }

    .about .custom_btn.btn-red {
        padding: 12px 40px;
        left: 20px;
    }

    .plan-title {
        position: static;
        margin-bottom: 45px;

        .text {
            width: 50%;
        }
    }

    .plan-title .shape-bg {
        display: none;
    }

    .custom_btn {
        padding: 12px 40px;
    }

    header .custom_btn {
        padding: 12px 60px;
    }

    .planning .custom_btn {
        margin-left: 0;
        margin-top: 45px;
    }

    .plan-wrapper {
        border-radius: 27px;
    }

    .pricing-img {
        max-width: 350px;
        left: 45px;
    }

    .faq .title {
        font-size: 60px;
    }

    .faq h5 {
        font-size: 22px;
    }

    .faq .bg-white {
        padding: 60px 0;
    }

    .start-yours h3 {
        font-size: 30px;
    }

    .start-yours .start-wrapper {
        padding: 50px 0 50px;
    }

    /* dashboard */
    .room-card.mob-card {
        display: block;
    }
}

@media screen and (max-width: 991px) {
    header .logo-img {
        max-width: 100px;
    }

    header .custom_btn {
        padding: 10px 60px;
    }

    .hero {
        height: 110vh;
    }

    .hero-left {
        left: 2%;
        top: 43%;
    }

    .hero-right {
        top: 51%;
    }

    .odd-card {
        margin: 32px 0px;
    }

    .line1,
    .line2 {
        display: none;
    }

    .about .custom_btn.btn-red {
        position: static;
        margin-top: 39px;
    }

    .planning .plan-wrapper ul {
        width: 80%;
        margin: auto;
        margin-bottom: 44px;
    }

    .planning h4 {
        margin-bottom: 27px;
    }

    .pricing .pricing-wrapper {
        flex-wrap: wrap;
    }

    .pricing .pricing-wrapper .pricing-card {
        max-width: 400px;
        margin: auto;
    }

    .pricing .home h4 {
        width: 100%;
    }

    .pricing h4 {
        text-align: center;
    }

    .pricing .pricing-wrapper .pricing-card ul {
        max-width: 200px;
        margin: auto;
    }

    .pricing .home {
        margin: auto;
    }

    .man-img {
        display: none;
    }

    .faq .title {
        margin-bottom: 40px;
        font-size: 54px;
    }

    .faq .bg-white {
        padding: 40px;
    }

    .start-yours {
        text-align: center;
    }

    .renovation {
        max-width: 309px;
        position: static;
        transform: translateY(0);
    }

    .start-yours h3 {
        margin-bottom: 15px;
    }

    .start-yours .custom_btn {
        margin-bottom: 43px;
    }

    .pricing .pricing-wrapper {
        margin-top: 200px;
    }

    .pricing-img {
        left: 50%;
        transform: translateX(-50%);
        top: 100px;
    }

    .about .title {
        margin-bottom: 190px;
    }

    .about-img {
        top: 145px;
        max-width: 300px;
    }

    .odd-card.first {
        padding-top: 20px;
    }

    .plan-title .text {
        padding: 0;
    }

    .pricing {
        padding: 0;
    }

    .start-yours {
        padding: 0px 0 46px;
    }

    .about {
        padding: 100px 0 0px;
    }

    .bgshade {
        display: none;
    }

    .planning dd {
        padding-left: 0;
    }

    .pricing .home .pricing-card {
        margin: 0;
    }

    /* dashboard */
    /* .dashboard-wrapper .col-lg-9.col-xl-10.main-content.p-4 {
        padding-right: 1.5rem !important;
    }

    .bottom_portion {
        padding-inline: 0;
    } */
    .blue-shade {
        display: none;
    }

    .basic_details_box {
        margin-bottom: 35px;
    }

    .heading-wrap {
        text-align: left !important;
    }
}

@media screen and (max-width: 820px) {
    header .logo-img {
        max-width: 80px;
    }

    header .custom_btn {
        padding: 8px 50px;
    }

    .btn_wrapper {
        margin-top: 15px;
    }

    .hero {
        height: 70vh;
    }

    .hero-left img {
        max-width: 400px;
    }

    .hero .hero-bg {
        height: 75vh;
    }

    .hero-left {
        top: 37%;
        background: none !important;

        h1 {
            font-size: 36px;
        }
    }

    .hero-right {
        top: 45.5%;

        h2 {
            font-size: 36px;
        }

        p {
            font-size: 14px;
        }
    }

    /* dsahboard */
    .form-step .heading-wrap .custom_btn {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .hero-left img {
        max-width: 350px;
    }

    .hero-left {
        top: 43%;
        left: 7%;
    }

    .hero-right {
        top: 51.5%;
    }
}

@media screen and (max-width: 667px) {
    header .logo-img {
        max-width: 60px;
    }

    header .custom_btn {
        padding: 5px 30px;
        font-size: 14px;
    }

    .hero-left h1 {
        font-size: 30px;
    }

    .hero-left img {
        max-width: 305px;
    }

    .hero-right h2 {
        font-size: 30px;
    }

    .hero,
    .hero .hero-bg {
        height: 60vh;
    }

    .hero-left {
        top: 37%;
    }

    .hero-right {
        top: 45.5%;
    }

    .start-yours .start-wrapper {
        padding: 50px;
    }

    .plan-title .text {
        width: 70%;
    }
}

@media screen and (max-width: 575px) {
    header {
        padding: 14px 0;
    }

    header .logo-img {
        max-width: 51px;
    }

    header .custom_btn {
        padding: 8px 30px;
        font-size: 14px;
    }

    .btn_wrapper {
        margin-top: 0;
    }

    .hero-left h1 {
        font-size: 17.16px;
        margin-bottom: 9px;
    }

    .hero-left img {
        max-width: 225px;
    }

    .hero-right h2 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .hero-right p {
        font-size: 10px;
    }

    .hero,
    .hero .hero-bg {
        height: 224px;
    }

    .hero-left {
        top: 31%;
        left: 13%;
    }

    .hero-right {
        top: 38%;
    }

    .title {
        font-size: 42px;
    }

    .about-img {
        max-width: 191px;
        top: 130px;
    }

    .about .title {
        margin-bottom: 120px;
    }

    .about {
        padding: 50px 0 0px;
    }

    .faq .title {
        font-size: 42px;
    }

    .faq .bg-white {
        background: url(../images/bgshade.png), url(../images/bg-shad-blue.png);
        background-repeat: no-repeat;
        background-position-x: left, right;
        background-position-Y: -400px, 400px;
    }

    /* dashboard */

    .selecte_dropBox h6 {
        font-size: 14px;
    }

    .empty_state .custom_btn.prev {
        background-color: transparent;
    }

    .date-section,
    .selecte_dropBox .custom_btn {
        background-color: transparent;
    }

    .empty_state .custom_btn.next,
    .empty_state .custom_btn.prev {
        margin: auto;
    }

    .empty_state .custom_btn {
        margin: auto;
        padding: 12px;
    }

    .selecte_dropBox .custom_btn {
        padding: 0;
    }
}

@media screen and (max-width: 480px) {
    header .custom_btn {
        max-width: 89px;
        max-height: 27px;
        font-size: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero-left {
        left: 5%;
    }

    .hero-right p {
        width: 80%;

        br {
            display: none;
        }
    }

    .custom_btn {
        max-width: 197px;
        max-height: 52px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .start-yours .custom_btn {
        padding: 12px;
        margin: 0 auto 43px;
    }

    .about .custom_btn.btn-red {
        margin: 39px auto 0;
    }

    .title {
        font-size: 33px;
    }

    .about-img {
        top: 75px;
    }

    .about .title {
        margin-bottom: 126px;
    }

    .plan-title .text {
        width: 80%;
    }

    .plan-title .text p br {
        display: none;
    }

    .planning .plan-wrapper ul {
        width: max-content;
    }

    .planning .plan-wrapper {
        padding: 45px 22px;
    }

    .planning .custom_btn {
        margin-top: 25px;
    }

    .plan-title .text h3 {
        font-size: 30px;
    }

    .pricing .pricing-wrapper {
        padding: 26px 46px;
    }

    .pricing .title,
    .faq .title {
        font-size: 58px;
    }

    .pricing-img {
        top: 82px;
    }

    .pricing .pricing-wrapper {
        margin-top: 180px;
    }

    .faq h5 {
        font-size: 20px;
    }

    .faq p {
        font-size: 14px;
    }

    .start-yours h3 {
        font-size: 34px;
    }

    footer .footer_wrapper {
        flex-direction: column;
        align-items: center;
        gap: 11px;
    }

    .pricing-img {
        max-width: 383px;
        left: 50%;
        transform: translateX(-50%);
    }

    footer .fade-text {
        font-size: 16px;
    }
}

@media screen and (max-width: 425px) {
    .hero-left {
        left: 0%;
    }

    .pricing .home ul {
        flex-direction: column;
        align-items: center !important;
    }

    header .custom_btn {
        max-width: 81px;
        max-height: 25px;
    }

    .plan-title .text h3 {
        font-size: 28px;
    }

    .pricing .pricing-wrapper {
        padding: 30px;
    }

    .pricing h4 {
        font-size: 26px;
    }

    .pricing .title,
    .faq .title {
        font-size: 44px;
    }

    .start-yours h3 {
        font-size: 30px;
    }

    /* dashboard */
    .selecte_dropBox {
        flex-direction: column;
        align-items: start !important;
        gap: 15px;
    }
}

@media screen and (max-width: 375px) {
    header .custom_btn {
        max-width: 70px;
    }

    .hero-left img {
        max-width: 195px;
    }

    .hero-left {
        top: 38%;
    }

    .hero-right {
        top: 45%;
    }

    .planning h4 {
        width: 100% !important;
    }

    .planning dd {
        font-size: 14px;
    }

    .pricing .title,
    .faq .title {
        font-size: 40px;
    }

    .start-yours .start-wrapper {
        padding: 50px 30px;
    }

    .faq .bg-white {
        padding: 40px 25px;
    }

    .pricing-img {
        max-width: 340px;
    }

    footer a {
        font-size: 16px;
    }

    footer .fade-text {
        font-size: 14px;
    }

    .pricing h4 {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .m-28 {
        margin: 20px 0;
    }

    /* dashboad */
    .room_card_box {
        grid-template-columns: auto;
    }

    .empty_state h3 {
        font-size: 28px;
    }

    .create_project .empty_state p {
        font-size: 18px;
    }

}

@media screen and (max-width: 320px) {

    .hero,
    .hero .hero-bg {
        height: 220px;
    }

    .hero-left {
        top: 45%;
        left: 2%;
    }

    .hero-left img {
        max-width: 160px;
    }

    .hero-right {
        top: 52%;
    }

    .hero-right p {
        width: 90%;
    }

    .plan-title .text h3 {
        font-size: 24px;
    }

    .plan-title .text {
        width: 100%;
    }

    .plan-title .text p {
        font-size: 14px;
    }

    .planning .plan-wrapper ul {
        width: fit-content;
    }

    .pricing-img {
        max-width: 290px;
    }

    .pricing .title,
    .faq .title {
        font-size: 36px;
    }

    .faq h5 {
        font-size: 18px;
    }

    .start-yours h3 {
        font-size: 24px;
    }

    .start-yours p {
        font-size: 14px;
    }

    .btn_wrapper {
        gap: 10px;
    }

    header .custom_btn {
        max-width: 60px;
    }
}