@media (max-width: 1440px) {
    :root {
        --bs-fs50: 37px;
        --bs-fs40: 25px;
        --bs-fs30: 26px;
        --bs-fs24: 22px;
        --bs-fs22: 17px;
        --bs-fs20: 18px;
        --bs-fs18: 16px;
        --bs-fs16: 14px;

        --color-red: #DE3232;
    }

    .question_sec {

        .accordion-button {
            padding: 0.7rem 0.9rem;
        }

        .accordion-button::after {
            height: 35px;
            width: 35px;
            background-size: contain;
        }

        .accordion-button.collapsed::after {
            height: 35px;
            width: 35px;
            background-size: contain;
        }
    }
}

@media (max-width: 1200px) {
    :root {
        --bs-fs50: 30px;
        --bs-fs40: 20px;
        --bs-fs30: 20px;
        --bs-fs24: 19px;
        --bs-fs22: 17px;
        --bs-fs20: 17px;
        --bs-fs18: 16px;
        --bs-fs16: 14px;

        --color-red: #DE3232;
    }
}

@media (max-width: 1024px) {
    :root {
        --bs-fs50: 30px;
        --bs-fs40: 20px;
        --bs-fs30: 19px;
        --bs-fs24: 18px;
        --bs-fs22: 16px;
        --bs-fs20: 16px;
        --bs-fs18: 16px;
        --bs-fs16: 14px;

        --color-red: #DE3232;
    }
}

@media (max-width: 991px) {
    :root {
        --bs-fs50: 26px;
        --bs-fs40: 20px;
        --bs-fs30: 18px;
        --bs-fs24: 17px;
        --bs-fs22: 16px;
        --bs-fs20: 15px;
        --bs-fs18: 15px;
        --bs-fs16: 14px;

        --color-red: #DE3232;
    }

    .container {
        max-width: 1620px;
        --bs-gutter-x: 2.5rem;
    }

    .py_3 {
        padding: 3rem 0;
    }

    .navbar-brand.call-icon {
        width: 100%;
        max-width: 290px;

        .fs-50 {
            font-size: var(--bs-fs50);
        }
    }

    .blink-logo {
        width: 100%;
        max-width: 400px;
    }

    header .navbar {
        .navbar-toggler {
            position: relative;
            z-index: 10001;
            width: 45px;
            height: 45px;
            background: transparent;
            display: flex !important;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            min-width: auto;
            margin: 0;
            border: 0;
            padding: 0;
            margin-left: 0.65rem;
            outline: none;
            box-shadow: none;
        }

        .navbar-toggler .icon-bar {
            display: block;
            width: 30px;
            height: 2px;
            border-radius: 1px;
            position: relative;
            background-color: #000;
            transition: all 500ms ease-in-out;
        }

        .navbar-toggler .icon-bar+.icon-bar {
            margin-top: 6px;
        }

        .navbar-toggler .icon-bar:nth-of-type(2) {
            top: 1px;
        }

        .navbar-toggler .icon-bar:nth-of-type(3) {
            top: 2px;
        }

        .navbar-toggler.active .icon-bar:nth-of-type(1) {
            margin-top: 0;
            top: 6px;
            transform: rotate(45deg);
            background-color: #fff;
        }

        .navbar-toggler.active .icon-bar:nth-of-type(2) {
            background: transparent !important;
        }

        .navbar-toggler.active .icon-bar:nth-of-type(3) {
            margin-top: 2px;
            top: -5px;
            transform: rotate(-45deg);
            background-color: #fff;
        }

        .nav_overlay.show {
            display: block;
        }
    }

    #navbarNav {
        &.collapse {
            position: fixed;
            z-index: 1000;
            transition: all .5s ease;
            top: 0;
            bottom: 0;
            right: -100%;
            /* -width of sidebar */
            width: 0;
            height: 100vh !important;
            display: block;
            background: var(--color-red);
        }

        &.collapsing {
            transition: all .18s ease-in;
            position: fixed;
            top: 0;
            bottom: 0;
            right: -100%;
            /* -width of sidebar */
            width: 100%;
            /* width of sidebar */
            height: 100% !important;
            display: block;
            z-index: 1000;
        }

        &.collapse.show {
            right: 0;
            width: 100%;
            padding: 0;
            z-index: 1000;
        }

        .menu_container {
            position: relative;
            height: 100%;
            padding: 100px 2rem;
        }

        .navbar-nav {
            font-size: 28px;
            font-weight: 500;
            /*height: 100vh;*/
            flex-direction: column;
            overflow: auto;

            li.nav-item {
                margin-left: 0;
                margin-top: 1rem;

                a.nav-link {
                    display: inline-block;
                }
            }
        }
    }

    .professional_house_sec {
        .house_heading h2 {
            text-align: center;
            margin-bottom: 1rem;
        }
    }

    .why_choose_sec {
        .col-lg-3 {
            margin-bottom: 5rem;
        }
    }


    .price_sec {
        .price-card {
            background-color: var(--color-red);
            padding: 1rem 1rem;
            color: #fff;
            border-radius: 20px;
            border-bottom: 4px solid #fff;


            .custom-btn {
                text-decoration: none;
                color: #000;
                font-size: var(--bs-fs22);
                font-weight: 700;
                padding: 0.5rem 0rem;
                display: inline-block;
                background-color: #fff;
                border-radius: 40px;
                width: 100%;
                text-align: center;
            }
        }


    }

    .move_sec {
        ul li {
            padding-left: 28px;

            &::before {
                width: 18px;
                height: 18px;
            }
        }
    }

    .question_sec {
        .accordion-button::after {
            height: 30px;
            width: 30px;
        }

        .accordion-button.collapsed::after {
            height: 35px;
            width: 35px;
        }
    }

    #map{
        height: 500px;
    }
}

@media (max-width: 767px) {
    body {
    padding-bottom: 100px;
}
    .banner-section {
        padding: 2rem 0;

        .form_sec {
            border: 0;
            padding-top: 0;
            overflow: hidden;

            .form_heading {
                padding: 20px 0;
                background-color: var(--color-red);
                color: #fff;
                margin-bottom: 0.5rem;
            }

            h3 {
                font-size: var(--bs-fs50);
                margin-bottom: 0;
                color: #fff;
            }
        }

        .banner-list {
            position: relative;
            padding-top: 0;
            margin-top: 0;
            padding: 0.3rem 0rem 0.3rem 1rem;
            border-left: 4px solid var(--color-red);
            background: linear-gradient(to right, #fcc1c157, transparent);
            margin: 1.2rem 0;

            &::before {
                content: unset;
            }
        }
    }

    .question_sec {
        .accordion-button::after {
            height: 30px;
            width: 30px;
        }

        .accordion-button.collapsed::after {
            height: 30px;
            width: 30px;
        }
    }

    .move_sec {
        figcaption {
            padding: 1rem 0.5rem;
            width: 75%;
            font-size: 14px;
        }
    }

    .why_choose_sec {
        .col-lg-3:last-child {
            margin-bottom: 0;
        }
    }

    footer {
        padding-bottom: 6rem;
    }
}

@media (max-width: 500px) {
    .price_sec {
        .price-card {
            background-color: var(--color-red);
            padding: 0.5rem 1rem;
            color: #fff;
            border-radius: 20px;
            border-bottom: 4px solid #fff;

            .custom-btn {
                text-decoration: none;
                color: #000;
                font-size: var(--bs-fs22);
                font-weight: 700;
                padding: 0.5rem 0rem;
                display: inline-block;
                background-color: #fff;
                border-radius: 40px;
                width: 100%;
                text-align: center;
            }

            .small-btns {
                img {
                    width: 80%;
                    margin-bottom: 0.5rem;
                }
            }
        }


    }
}