﻿@media (min-width: 1700px) {
    .hero_container {
        position: relative;
        background-image: url('/images/Main-site/hero-img.jpg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 70vh;
    }

        .hero_container .hero_text {
            position: absolute;
            top: 40%;
            left: 50%;
            margin-right: -50%;
            transform: translate(-50%, -40%);
            max-width: 475px;
            color: #fff;
        }

            .hero_container .hero_text img {
                max-width: 375px;
                margin-bottom: .5rem;
            }

            .hero_container .hero_text h1 {
                font-size: 2rem;
            }

            .hero_container .hero_text a {
                background-color: #ff0418;
                border: solid 1px #000;
                border-radius: 50px;
                color: #fff;
                padding: 5px 25px;
                text-decoration: none;
                font-size: 23px;
            }


    /* ============================ */
    /* Features Banner */
    .section_1 {
        background: linear-gradient(120deg, #bbbbbb, #f2f2f2, #bbbbbb);
        padding: .75rem 0;
    }

        .section_1 img {
            width: 100%;
            max-width: 250px;
        }


    /* ============================ */
    /* About Section */
    .section_2 {
        background: linear-gradient(178deg, #FF0418, #80020C);
        color: #fff;
        padding: 5rem 0;
    }

        .section_2 img {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-right: -50%;
            transform: translate(-50%, -50%);
            width: 100%;
            max-width: 300px;
        }

        .section_2 h2 {
            font-size: 2.2rem;
        }

        .section_2 p {
            font-size: 22px;
        }


    /* ============================ */
    /* Security Services Section */
    .section_3 {
        background: linear-gradient(120deg, #bbbbbb, #f2f2f2, #bbbbbb);
        color: #000;
        padding: 3rem 0;
    }

        .section_3 h2 {
            font-size: 3rem;
        }

        .section_3 img {
            width: 100%;
            max-width: 250px;
            border-radius: 25px;
        }

        .section_3 .col-12 {
            overflow: hidden;
            border-radius: 25px;
        }

            .section_3 .col-12 img {
                width: 100%;
                max-width: unset;
                transition: .3s;
            }

                .section_3 .col-12 img:hover {
                    transform: scale(1.05);
                }

            .section_3 .col-12 h3 {
                position: absolute;
                top: 50%;
                left: 50%;
                margin-right: -50%;
                transform: translate(-50%, -50%);
                font-size: 2.2rem;
                color: #fff;
            }


    /* ============================ */
    /* Residential Security HEADER */
    .section_4 {
        background-color: #ff0418;
    }

        .section_4 .col-12 {
            padding-left: 0;
            padding-right: 0;
            max-height: 500px;
            overflow: hidden;
        }

        .section_4 .sub_text {
            position: absolute;
            top: 40%;
            left: 15%;
            margin-right: -85%;
            transform: translate(-15%, -40%);
            color: #fff;
        }

            .section_4 .sub_text h2 {
                font-size: 2.5rem;
            }

            .section_4 .sub_text h4 {
                font-size: 1.7rem;
                font-weight: 300;
            }

        .section_4 img {
            width: 100%;
        }


    /* ============================ */
    /* Residential Security CONTENT */
    .section_5 {
        background: linear-gradient(120deg, #bbbbbb, #f2f2f2, #bbbbbb);
        color: #000;
        padding: 3rem 0;
    }

        .section_5 video {
            border-radius: 15px;
            max-width: 580px;
            width: 100%;
        }

        .section_5 a.device_trigger {
            padding: 5px 0;
            border-bottom: solid 5px transparent;
            color: #000;
            font-weight: 700;
            font-size: 25px;
            text-decoration: none;
        }

            .section_5 a.device_trigger.active {
                border-bottom-color: #ff0418;
            }

        .section_5 .device_column {
            margin: 5rem 0 2rem;
        }

            .section_5 .device_column .sub_text {
                color: #000;
            }

            .section_5 .device_column img {
                width: 90%;
                max-width: 400px;
                border-radius: 25px;
            }

            .section_5 .device_column p {
                font-size: 20px;
            }

        .section_5 a.products-list {
            background-color: #ff0418;
            border: solid 1px #000;
            border-radius: 50px;
            color: #fff;
            padding: 5px 25px;
            text-decoration: none;
            font-size: 20px;
        }


        /* Pricing Cards */
        .section_5 .price_card {
            background: linear-gradient(90deg, #4b4b4b, #1a1a1a);
            border: solid 3px #4b4b4b;
            border-radius: 15px;
            color: #fff;
            padding: 1rem;
            transition: .3s;
            max-width: 500px;
        }

            .section_5 .price_card:hover {
                transform: scale(1.03);
            }

            .section_5 .price_card h3 {
                font-size: 2rem;
            }

            .section_5 .price_card hr {
                background-color: #fff;
                width: 80%;
            }

            .section_5 .price_card p {
                font-size: 23px;
            }

            .section_5 .price_card i {
                font-size: 17px;
            }

            .section_5 .price_card img {
                width: 100%;
                max-width: 65%;
                margin-top: 1rem;
            }

            .section_5 .price_card a {
                display: inline-block;
                background-color: #ff0418;
                border: solid 1px #ff0418;
                border-radius: 5px;
                text-decoration: none;
                padding: 3px 50px;
                margin-top: 15px;
                color: #fff;
            }


        /* Products Table */
        .section_5 .product_table {
            font-family: arial, sans-serif;
            margin-top: 2rem;
            max-width: 500px;
            width: 100%;
        }

            .section_5 .product_table td, th {
                border: 1px solid #dddddd;
                text-align: center;
                padding: 8px;
            }

            .section_5 .product_table tr:nth-child(even) {
                background-color: #dddddd;
            }

            .section_5 .product_table input[type=image] {
                width: 50px;
            }
            .section_5 .product_table img {
                width: 80px;
            }


    /* ========================= */
    /* Commercial Section HEADER */
    .section_6 {
        display: none;
        background: linear-gradient(180deg, #1a1a1a, #4b4b4b);
    }

        .section_6 .header .col-12 {
            padding-left: 0;
            padding-right: 0;
            overflow: hidden;
        }

        .section_6 .header .sub_text {
            position: absolute;
            top: 40%;
            left: 20%;
            margin-right: -20%;
            transform: translate(-20%, -40%);
            max-width: 700px;
            color: #fff;
        }

            .section_6 .header .sub_text h2 {
                font-size: 2.5rem;
            }

            .section_6 .header .sub_text h4 {
                font-size: 1.7rem;
                font-weight: 300;
            }

        .section_6 .header img {
            width: 100%;
        }

        .section_6 .content {
            color: #fff;
            padding: 4rem 0;
        }

            .section_6 .content img {
                width: 100%;
                max-width: 375px;
            }

            .section_6 .content a.device_trigger {
                padding: 5px 0;
                border-bottom: solid 5px transparent;
                color: #fff;
                font-weight: 700;
                font-size: 25px;
                text-decoration: none;
            }

                .section_6 .content a.device_trigger.active {
                    border-bottom-color: #ff0418;
                }

            .section_6 .content .device_column {
                margin: 5rem 0 2rem;
            }

                .section_6 .content .device_column .sub_text {
                    color: #fff;
                }

                .section_6 .content .device_column img {
                    width: 90%;
                    max-width: 400px;
                    border-radius: 25px;
                }

                .section_6 .content .device_column p {
                    font-size: 20px;
                }

            .section_6 .content .solar_section h2 {
                font-size: 2.2rem;
            }

            .section_6 .content .solar_section p {
                font-size: 25px;
            }

            .section_6 .content .solar_section img {
                border-radius: 25px;
                max-width: 400px;
                width: 100%;
                transition: .2s;
            }


    /* ========================= */
    /* Advantage Section */
    .section_7 {
        background: linear-gradient(90deg, #4b4b4b, #1a1a1a);
        padding: 2rem 0;
        color: #808080;
    }

        .section_7 img.ra_logo {
            max-width: 200px;
        }

        .section_7 p.adv_details {
            font-size: 22px;
        }

        .section_7 .adv_sub img {
            border-radius: 5px;
            margin-left: 50%;
            max-width: 400px;
            z-index: -1;
        }

        .section_7 .adv_sub .adv_bubble {
            background-color: #fff;
            color: #000;
            padding: 5px 25px;
            max-width: 500px;
            position: absolute;
            left: 25%;
            top: 30%;
        }


    /* ========================= */
    /* Contact Form Section */
    .section_8 {
        background: linear-gradient(90deg, #66141f, #b32537);
        color: #fff;
        padding: 2rem 0;
    }

        .section_8 h2 {
            font-size: 2.5rem;
        }

        .section_8 h4 {
            max-width: 500px;
        }

        .section_8 .form_section {
            overflow: hidden;
            background-color: #f2f2f2;
            border: solid 3px #000;
            border-radius: 25px;
            max-width: 600px;
            padding: 1rem;
            color: #000;
        }

            .section_8 .form_section input[type=text] {
                width: 90%;
                margin: .5rem 0;
            }

            .section_8 .form_section button {
                background-color: #ff0418;
                border: solid 1px #ff0418;
                border-radius: 5px;
                color: #fff;
                padding: 3px 50px;
                font-size: 20px;
            }

            .section_8 .form_section .accessories_box {
                display: none;
                text-align: center;
                background-color: #e5e5e5;
                border-radius: 10px;
                color: #000;
                padding: 10px;
                margin-bottom: 1rem;
            }
}

@media (min-width: 1400px) and (max-width: 1699px) {
    .hero_container {
        position: relative;
        background-image: url('/images/Main-site/hero-img.jpg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 80vh;
    }

        .hero_container .hero_text {
            position: absolute;
            top: 40%;
            left: 50%;
            margin-right: -50%;
            transform: translate(-50%, -40%);
            max-width: 475px;
            color: #fff;
        }

            .hero_container .hero_text img {
                max-width: 350px;
                margin-bottom: .5rem;
            }

            .hero_container .hero_text h1 {
                font-size: 1.8rem;
            }

            .hero_container .hero_text a {
                background-color: #ff0418;
                border: solid 1px #000;
                border-radius: 50px;
                color: #fff;
                padding: 5px 25px;
                text-decoration: none;
                font-size: 20px;
            }


    /* ============================ */
    /* Features Banner */
    .section_1 {
        background: linear-gradient(120deg, #bbbbbb, #f2f2f2, #bbbbbb);
        padding: .75rem 2rem;
    }

        .section_1 img {
            width: 100%;
            max-width: 225px;
        }


    /* ============================ */
    /* About Section */
    .section_2 {
        background: linear-gradient(178deg, #FF0418, #80020C);
        color: #fff;
        padding: 5rem 2rem;
    }

        .section_2 img {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-right: -50%;
            transform: translate(-50%, -50%);
            width: 100%;
            max-width: 280px;
        }

        .section_2 h2 {
            font-size: 2rem;
        }

        .section_2 p {
            font-size: 20px;
        }


    /* ============================ */
    /* Security Services Section */
    .section_3 {
        background: linear-gradient(120deg, #bbbbbb, #f2f2f2, #bbbbbb);
        color: #000;
        padding: 3rem 2rem;
    }

        .section_3 h2 {
            font-size: 3rem;
        }

        .section_3 img {
            width: 100%;
            max-width: 250px;
            border-radius: 25px;
        }

        .section_3 .col-12 {
            overflow: hidden;
            border-radius: 25px;
        }

            .section_3 .col-12 img {
                width: 100%;
                max-width: unset;
                transition: .3s;
            }

                .section_3 .col-12 img:hover {
                    transform: scale(1.05);
                }

            .section_3 .col-12 h3 {
                position: absolute;
                top: 50%;
                left: 50%;
                margin-right: -50%;
                transform: translate(-50%, -50%);
                font-size: 2.2rem;
                color: #fff;
            }


    /* ============================ */
    /* Residential Security HEADER */
    .section_4 {
        background-color: #ff0418;
    }

        .section_4 .col-12 {
            padding-left: 0;
            padding-right: 0;
            overflow: hidden;
        }

        .section_4 .sub_text {
            position: absolute;
            top: 40%;
            left: 20%;
            margin-right: -85%;
            transform: translate(-15%, -40%);
            color: #fff;
        }

            .section_4 .sub_text h2 {
                font-size: 2.3rem;
            }

            .section_4 .sub_text h4 {
                font-size: 1.5rem;
                font-weight: 300;
            }

        .section_4 img {
            width: 100%;
        }


    /* ============================ */
    /* Residential Security CONTENT */
    .section_5 {
        background: linear-gradient(120deg, #bbbbbb, #f2f2f2, #bbbbbb);
        color: #000;
        padding: 3rem 2rem;
    }

        .section_5 video {
            border-radius: 15px;
            max-width: 550px;
            width: 100%;
        }

        .section_5 a.device_trigger {
            padding: 5px 0;
            border-bottom: solid 5px transparent;
            color: #000;
            font-weight: 700;
            font-size: 25px;
            text-decoration: none;
        }

            .section_5 a.device_trigger.active {
                border-bottom-color: #ff0418;
            }

        .section_5 .device_column {
            margin: 5rem 0 2rem;
        }

            .section_5 .device_column .sub_text {
                color: #000;
            }

            .section_5 .device_column img {
                width: 90%;
                max-width: 400px;
                border-radius: 25px;
            }

            .section_5 .device_column h2 {
                font-size: 1.8rem;
            }

            .section_5 .device_column p {
                font-size: 20px;
            }

        .section_5 a.products-list {
            background-color: #ff0418;
            border: solid 1px #000;
            border-radius: 50px;
            color: #fff;
            padding: 5px 25px;
            text-decoration: none;
            font-size: 20px;
        }


        /* Pricing Cards */
        .section_5 .price_card {
            background: linear-gradient(90deg, #4b4b4b, #1a1a1a);
            border: solid 3px #4b4b4b;
            border-radius: 15px;
            color: #fff;
            padding: 1rem;
            transition: .3s;
            max-width: 500px;
        }

            .section_5 .price_card:hover {
                transform: scale(1.03);
            }

            .section_5 .price_card h3 {
                font-size: 2rem;
            }

            .section_5 .price_card hr {
                background-color: #fff;
                width: 80%;
            }

            .section_5 .price_card p {
                font-size: 21px;
            }

            .section_5 .price_card i {
                font-size: 17px;
            }

            .section_5 .price_card img {
                width: 100%;
                max-width: 65%;
                margin-top: 1rem;
            }

            .section_5 .price_card a {
                display: inline-block;
                background-color: #ff0418;
                border: solid 1px #ff0418;
                border-radius: 5px;
                text-decoration: none;
                padding: 3px 50px;
                margin-top: 15px;
                color: #fff;
            }


        /* Products Table */
        .section_5 .product_table {
            font-family: arial, sans-serif;
            margin-top: 2rem;
            max-width: 500px;
            width: 100%;
        }

            .section_5 .product_table td, th {
                border: 1px solid #dddddd;
                text-align: center;
                padding: 8px;
            }

            .section_5 .product_table tr:nth-child(even) {
                background-color: #dddddd;
            }

            .section_5 .product_table input[type=image] {
                width: 50px;
            }
            .section_5 .product_table img {
                width: 80px;
            }


    /* ========================= */
    /* Commercial Section HEADER */
    .section_6 {
        display: none;
        background: linear-gradient(180deg, #1a1a1a, #4b4b4b);
    }

        .section_6 .header .col-12 {
            padding-left: 0;
            padding-right: 0;
            overflow: hidden;
        }

        .section_6 .header .sub_text {
            position: absolute;
            top: 40%;
            transform: translateY(-40%);
            padding: 0 0 0 2rem;
            width: 95%;
            color: #fff;
        }

            .section_6 .header .sub_text h2 {
                font-size: 2.5rem;
            }

            .section_6 .header .sub_text h4 {
                font-size: 1.7rem;
                font-weight: 300;
            }

        .section_6 .header img {
            width: 100%;
        }

        .section_6 .content {
            color: #fff;
            padding: 4rem 2rem;
        }

            .section_6 .content img {
                width: 100%;
                max-width: 300px;
            }

            .section_6 .content a.device_trigger {
                padding: 5px 0;
                border-bottom: solid 5px transparent;
                color: #fff;
                font-weight: 700;
                font-size: 23px;
                text-decoration: none;
            }

                .section_6 .content a.device_trigger.active {
                    border-bottom-color: #ff0418;
                }

            .section_6 .content .device_column {
                margin: 5rem 0 2rem;
            }

                .section_6 .content .device_column .sub_text {
                    color: #fff;
                }

                .section_6 .content .device_column img {
                    width: 90%;
                    max-width: 375px;
                    border-radius: 25px;
                }

                .section_6 .content .device_column p {
                    font-size: 20px;
                }

            .section_6 .content .solar_section h2 {
                font-size: 2.2rem;
            }

            .section_6 .content .solar_section p {
                font-size: 25px;
            }

            .section_6 .content .solar_section img {
                border-radius: 25px;
                width: 100%;
                max-width: 375px;
                transition: .2s;
            }


    /* ========================= */
    /* Advantage Section */
    .section_7 {
        background: linear-gradient(90deg, #4b4b4b, #1a1a1a);
        padding: 2rem;
        color: #808080;
    }

        .section_7 img.ra_logo {
            max-width: 180px;
        }

        .section_7 p.adv_details {
            font-size: 22px;
        }

        .section_7 .adv_sub img {
            border-radius: 5px;
            margin-left: 50%;
            max-width: 400px;
            z-index: -1;
        }

        .section_7 .adv_sub .adv_bubble {
            background-color: #fff;
            color: #000;
            padding: 5px 25px;
            max-width: 500px;
            position: absolute;
            left: 20%;
            top: 30%;
        }


    /* ========================= */
    /* Contact Form Section */
    .section_8 {
        background: linear-gradient(90deg, #66141f, #b32537);
        color: #fff;
        padding: 2rem;
    }

        .section_8 h2 {
            font-size: 2.5rem;
        }

        .section_8 h4 {
            max-width: 500px;
        }

        .section_8 .form_section {
            overflow: hidden;
            background-color: #f2f2f2;
            border: solid 3px #000;
            border-radius: 25px;
            max-width: 600px;
            padding: 2rem 1rem;
            color: #000;
        }

            .section_8 .form_section input[type=text] {
                width: 90%;
                margin: .5rem 0;
            }

            .section_8 .form_section button {
                background-color: #ff0418;
                border: solid 1px #ff0418;
                border-radius: 5px;
                color: #fff;
                padding: 3px 50px;
                font-size: 20px;
            }

            .section_8 .form_section .accessories_box {
                display: none;
                text-align: center;
                background-color: #e5e5e5;
                border-radius: 10px;
                color: #000;
                padding: 10px;
                margin-bottom: 1rem;
            }
}

@media (min-width: 1024px) and (max-width: 1399px) {
    .hero_container {
        position: relative;
        background-image: url('/images/Main-site/hero-img.jpg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 70vh;
    }

        .hero_container .hero_text {
            position: absolute;
            top: 40%;
            left: 50%;
            margin-right: -50%;
            transform: translate(-50%, -40%);
            max-width: 475px;
            color: #fff;
        }

            .hero_container .hero_text img {
                max-width: 350px;
                margin-bottom: .5rem;
            }

            .hero_container .hero_text h1 {
                font-size: 1.8rem;
            }

            .hero_container .hero_text a {
                background-color: #ff0418;
                border: solid 1px #000;
                border-radius: 50px;
                color: #fff;
                padding: 5px 25px;
                text-decoration: none;
                font-size: 20px;
            }


    /* ============================ */
    /* Features Banner */
    .section_1 {
        background: linear-gradient(120deg, #bbbbbb, #f2f2f2, #bbbbbb);
        padding: .75rem 2rem;
    }

        .section_1 img {
            width: 100%;
            max-width: 225px;
        }


    /* ============================ */
    /* About Section */
    .section_2 {
        background: linear-gradient(178deg, #FF0418, #80020C);
        color: #fff;
        padding: 5rem 2rem;
    }

        .section_2 img {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-right: -50%;
            transform: translate(-50%, -50%);
            width: 100%;
            max-width: 280px;
        }

        .section_2 h2 {
            font-size: 2rem;
        }

        .section_2 p {
            font-size: 20px;
        }


    /* ============================ */
    /* Security Services Section */
    .section_3 {
        background: linear-gradient(120deg, #bbbbbb, #f2f2f2, #bbbbbb);
        color: #000;
        padding: 3rem 2rem;
    }

        .section_3 h2 {
            font-size: 3rem;
        }

        .section_3 img {
            width: 100%;
            max-width: 250px;
            border-radius: 25px;
        }

        .section_3 .col-12 {
            overflow: hidden;
            border-radius: 25px;
        }

            .section_3 .col-12 img {
                width: 100%;
                max-width: unset;
                transition: .3s;
            }

                .section_3 .col-12 img:hover {
                    transform: scale(1.05);
                }

            .section_3 .col-12 h3 {
                position: absolute;
                top: 50%;
                left: 50%;
                margin-right: -50%;
                transform: translate(-50%, -50%);
                font-size: 2.2rem;
                color: #fff;
            }


    /* ============================ */
    /* Residential Security HEADER */
    .section_4 {
        background-color: #ff0418;
    }

        .section_4 .col-12 {
            padding-left: 0;
            padding-right: 0;
            overflow: hidden;
        }

        .section_4 .sub_text {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-right: -50%;
            transform: translate(-50%, -50%);
            text-align: center;
            padding: 0 2rem;
            color: #fff;
        }

            .section_4 .sub_text h2 {
                font-size: 2.3rem;
            }

            .section_4 .sub_text h4 {
                font-size: 1.5rem;
                font-weight: 300;
            }

        .section_4 img {
            width: 100%;
        }


    /* ============================ */
    /* Residential Security CONTENT */
    .section_5 {
        background: linear-gradient(120deg, #bbbbbb, #f2f2f2, #bbbbbb);
        color: #000;
        padding: 3rem 2rem;
    }

        .section_5 video {
            border-radius: 15px;
            max-width: 500px;
            width: 100%;
        }

        .section_5 a.device_trigger {
            padding: 5px 0;
            border-bottom: solid 5px transparent;
            color: #000;
            font-weight: 700;
            font-size: 25px;
            text-decoration: none;
        }

            .section_5 a.device_trigger.active {
                border-bottom-color: #ff0418;
            }

        .section_5 .device_column {
            margin: 5rem 0 2rem;
        }

            .section_5 .device_column .sub_text {
                color: #000;
            }

            .section_5 .device_column img {
                width: 90%;
                max-width: 350px;
                border-radius: 25px;
            }

            .section_5 .device_column h2 {
                font-size: 1.8rem;
            }

            .section_5 .device_column p {
                font-size: 20px;
            }

        .section_5 a.products-list {
            background-color: #ff0418;
            border: solid 1px #000;
            border-radius: 50px;
            color: #fff;
            padding: 5px 25px;
            text-decoration: none;
            font-size: 20px;
        }


        /* Pricing Cards */
        .section_5 .price_card {
            background: linear-gradient(90deg, #4b4b4b, #1a1a1a);
            border: solid 3px #4b4b4b;
            border-radius: 15px;
            color: #fff;
            padding: 1rem;
            transition: .3s;
            max-width: 400px;
        }

            .section_5 .price_card:hover {
                transform: scale(1.03);
            }

            .section_5 .price_card h3 {
                font-size: 2rem;
            }

            .section_5 .price_card hr {
                background-color: #fff;
                width: 80%;
            }

            .section_5 .price_card p {
                font-size: 21px;
            }

            .section_5 .price_card i {
                font-size: 17px;
            }

            .section_5 .price_card img {
                width: 100%;
                max-width: 65%;
                margin-top: 1rem;
            }

            .section_5 .price_card a {
                display: inline-block;
                background-color: #ff0418;
                border: solid 1px #ff0418;
                border-radius: 5px;
                text-decoration: none;
                padding: 3px 50px;
                margin-top: 15px;
                color: #fff;
            }


        /* Products Table */
        .section_5 .product_table {
            font-family: arial, sans-serif;
            margin-top: 2rem;
            max-width: 500px;
            width: 100%;
        }

            .section_5 .product_table td, th {
                border: 1px solid #dddddd;
                text-align: center;
                padding: 8px;
            }

            .section_5 .product_table tr:nth-child(even) {
                background-color: #dddddd;
            }

            .section_5 .product_table input[type=image] {
                width: 50px;
            }
            .section_5 .product_table img {
                width: 80px;
            }


    /* ========================= */
    /* Commercial Section HEADER */
    .section_6 {
        display: none;
        background: linear-gradient(180deg, #1a1a1a, #4b4b4b);
    }

        .section_6 .header .col-12 {
            padding-left: 0;
            padding-right: 0;
            overflow: hidden;
        }

        .section_6 .header .sub_text {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-right: -50%;
            transform: translate(-50%, -50%);
            text-align: center;
            padding: 0 2rem;
            color: #fff;
        }

            .section_6 .header .sub_text h2 {
                font-size: 2.3rem;
            }

            .section_6 .header .sub_text h4 {
                font-size: 1.5rem;
                font-weight: 300;
            }

        .section_6 .header img {
            width: 100%;
        }

        .section_6 .content {
            color: #fff;
            padding: 4rem 2rem;
        }

            .section_6 .content img {
                width: 100%;
                max-width: 225px;
            }

            .section_6 .content a.device_trigger {
                padding: 5px 0;
                border-bottom: solid 5px transparent;
                color: #fff;
                font-weight: 700;
                font-size: 23px;
                text-decoration: none;
            }

                .section_6 .content a.device_trigger.active {
                    border-bottom-color: #ff0418;
                }

            .section_6 .content .device_column {
                margin: 5rem 0 2rem;
            }

                .section_6 .content .device_column .sub_text {
                    color: #fff;
                }

                .section_6 .content .device_column img {
                    width: 90%;
                    max-width: 350px;
                    border-radius: 25px;
                }

                .section_6 .content .device_column p {
                    font-size: 20px;
                }

            .section_6 .content .solar_section h2 {
                font-size: 2.2rem;
            }

            .section_6 .content .solar_section p {
                font-size: 22px;
                max-width: 700px;
            }

            .section_6 .content .solar_section img {
                border-radius: 25px;
                width: 100%;
                max-width: 325px;
                transition: .2s;
            }


    /* ========================= */
    /* Advantage Section */
    .section_7 {
        background: linear-gradient(90deg, #4b4b4b, #1a1a1a);
        padding: 2rem;
        color: #808080;
    }

        .section_7 img.ra_logo {
            max-width: 180px;
        }

        .section_7 p.adv_details {
            font-size: 22px;
        }

        .section_7 .adv_sub img {
            border-radius: 5px;
            margin-left: 50%;
            max-width: 400px;
            z-index: -1;
        }

        .section_7 .adv_sub .adv_bubble {
            background-color: #fff;
            color: #000;
            padding: 5px 25px;
            max-width: 500px;
            position: absolute;
            left: 12%;
            top: 30%;
        }


    /* ========================= */
    /* Contact Form Section */
    .section_8 {
        background: linear-gradient(90deg, #66141f, #b32537);
        color: #fff;
        padding: 2rem;
    }

        .section_8 h2 {
            font-size: 2.5rem;
        }

        .section_8 h4 {
            max-width: 500px;
        }

        .section_8 .form_section {
            overflow: hidden;
            background-color: #f2f2f2;
            border: solid 3px #000;
            border-radius: 25px;
            max-width: 600px;
            padding: 2rem 1rem;
            color: #000;
        }

            .section_8 .form_section input[type=text] {
                width: 90%;
                margin: .5rem 0;
            }

            .section_8 .form_section button {
                background-color: #ff0418;
                border: solid 1px #ff0418;
                border-radius: 5px;
                color: #fff;
                padding: 3px 50px;
                font-size: 20px;
            }

            .section_8 .form_section .accessories_box {
                display: none;
                text-align: center;
                background-color: #e5e5e5;
                border-radius: 10px;
                color: #000;
                padding: 10px;
                margin-bottom: 1rem;
            }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hero_container {
        position: relative;
        background-image: url('/images/Main-site/hero-img.jpg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 70vh;
    }

        .hero_container .hero_text {
            position: absolute;
            top: 40%;
            left: 50%;
            margin-right: -50%;
            transform: translate(-50%, -40%);
            max-width: 475px;
            color: #fff;
        }

            .hero_container .hero_text img {
                max-width: 350px;
                margin-bottom: .5rem;
            }

            .hero_container .hero_text h1 {
                font-size: 1.8rem;
            }

            .hero_container .hero_text a {
                background-color: #ff0418;
                border: solid 1px #000;
                border-radius: 50px;
                color: #fff;
                padding: 5px 25px;
                text-decoration: none;
                font-size: 20px;
            }


    /* ============================ */
    /* Features Banner */
    .section_1 {
        background: linear-gradient(120deg, #bbbbbb, #f2f2f2, #bbbbbb);
        padding: .75rem 2rem;
    }

        .section_1 img {
            width: 100%;
            max-width: 175px;
        }


    /* ============================ */
    /* About Section */
    .section_2 {
        background: linear-gradient(178deg, #FF0418, #80020C);
        text-align: center;
        padding: 2rem;
        color: #fff;
    }

        .section_2 img {
            max-width: 225px;
            margin-bottom: 2rem;
        }

        .section_2 h2 {
            font-size: 2rem;
        }

        .section_2 p {
            font-size: 20px;
        }


    /* ============================ */
    /* Security Services Section */
    .section_3 {
        background: linear-gradient(120deg, #bbbbbb, #f2f2f2, #bbbbbb);
        color: #000;
        padding: 3rem 2rem;
    }

        .section_3 h2 {
            font-size: 2.7rem;
        }

        .section_3 img {
            width: 100%;
            max-width: 225px;
            border-radius: 25px;
        }

        .section_3 .col-12 {
            overflow: hidden;
            border-radius: 25px;
        }

            .section_3 .col-12 img {
                width: 100%;
                max-width: unset;
                transition: .3s;
            }

                .section_3 .col-12 img:hover {
                    transform: scale(1.05);
                }

            .section_3 .col-12 h3 {
                position: absolute;
                top: 50%;
                left: 50%;
                margin-right: -50%;
                transform: translate(-50%, -50%);
                color: #fff;
            }


    /* ============================ */
    /* Residential Security HEADER */
    .section_4 {
        background-color: #ff0418;
    }

        .section_4 .col-12 {
            padding-left: 0;
            padding-right: 0;
            overflow: hidden;
            height: 300px;
        }

            .section_4 .col-12.mobile {
                display: none;
            }

        .section_4 .sub_text {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-right: -50%;
            transform: translate(-50%, -50%);
            text-align: center;
            padding: 0 2rem;
            color: #fff;
        }

            .section_4 .sub_text h2 {
                font-size: 2.3rem;
            }

            .section_4 .sub_text h4 {
                font-size: 1.5rem;
                font-weight: 300;
            }

        .section_4 img {
            width: 100%;
        }


    /* ============================ */
    /* Residential Security CONTENT */
    .section_5 {
        background: linear-gradient(120deg, #bbbbbb, #f2f2f2, #bbbbbb);
        color: #000;
        padding: 3rem 2rem;
        text-align: center;
    }

        .section_5 video {
            border-radius: 15px;
            max-width: 500px;
            width: 100%;
        }

        .section_5 a.device_trigger {
            padding: 5px 0;
            border-bottom: solid 5px transparent;
            color: #000;
            font-weight: 700;
            font-size: 25px;
            text-decoration: none;
        }

            .section_5 a.device_trigger.active {
                border-bottom-color: #ff0418;
            }

        .section_5 .device_column {
            margin: 5rem 0 2rem;
        }

            .section_5 .device_column .sub_text {
                color: #000;
            }

            .section_5 .device_column img {
                width: 90%;
                max-width: 350px;
                border-radius: 25px;
            }

            .section_5 .device_column h2 {
                font-size: 1.8rem;
            }

            .section_5 .device_column p {
                font-size: 20px;
            }

        .section_5 a.products-list {
            background-color: #ff0418;
            border: solid 1px #000;
            border-radius: 50px;
            color: #fff;
            padding: 5px 25px;
            text-decoration: none;
            font-size: 20px;
        }


        /* Pricing Cards */
        .section_5 .price_card {
            background: linear-gradient(90deg, #4b4b4b, #1a1a1a);
            border: solid 3px #4b4b4b;
            border-radius: 15px;
            color: #fff;
            padding: 1rem;
            transition: .3s;
            max-width: 400px;
        }

            .section_5 .price_card:hover {
                transform: scale(1.03);
            }

            .section_5 .price_card h3 {
                font-size: 2rem;
            }

            .section_5 .price_card hr {
                background-color: #fff;
                width: 80%;
            }

            .section_5 .price_card p {
                font-size: 21px;
            }

            .section_5 .price_card i {
                font-size: 17px;
            }

            .section_5 .price_card img {
                width: 100%;
                max-width: 65%;
                margin-top: 1rem;
            }

            .section_5 .price_card a {
                display: inline-block;
                background-color: #ff0418;
                border: solid 1px #ff0418;
                border-radius: 5px;
                text-decoration: none;
                padding: 3px 50px;
                margin-top: 15px;
                color: #fff;
            }


        /* Products Table */
        .section_5 .product_table {
            font-family: arial, sans-serif;
            margin-top: 2rem;
            max-width: 500px;
            width: 100%;
        }

            .section_5 .product_table td, th {
                border: 1px solid #dddddd;
                text-align: center;
                padding: 8px;
            }

            .section_5 .product_table tr:nth-child(even) {
                background-color: #dddddd;
            }

            .section_5 .product_table input[type=image] {
                width: 50px;
            }
            .section_5 .product_table img {
                width: 80px;
            }


    /* ========================= */
    /* Commercial Section HEADER */
    .section_6 {
        display: none;
        background: linear-gradient(180deg, #1a1a1a, #4b4b4b);
        text-align: center;
    }

        .section_6 .header .col-12 {
            padding-left: 0;
            padding-right: 0;
            overflow: hidden;
            height: 300px;
        }

            .section_6 .header .col-12.mobile {
                display: none;
            }

        .section_6 .header .sub_text {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-right: -50%;
            transform: translate(-50%, -50%);
            text-align: center;
            padding: 0 3rem;
            color: #fff;
        }

            .section_6 .header .sub_text h2 {
                font-size: 2.3rem;
            }

            .section_6 .header .sub_text h4 {
                font-size: 1.5rem;
                font-weight: 300;
            }

        .section_6 .header img {
            width: 100%;
        }

        .section_6 .content {
            color: #fff;
            padding: 4rem 2rem;
        }

            .section_6 .content img {
                width: 100%;
                max-width: 175px;
            }

            .section_6 .content a.device_trigger {
                display: inline-block;
                padding: 5px 0;
                border-bottom: solid 5px transparent;
                color: #fff;
                font-weight: 700;
                font-size: 20px;
                text-decoration: none;
            }

                .section_6 .content a.device_trigger.active {
                    border-bottom-color: #ff0418;
                }

            .section_6 .content .device_column {
                margin: 5rem 0 2rem;
            }

                .section_6 .content .device_column .sub_text {
                    color: #fff;
                }

                .section_6 .content .device_column img {
                    width: 90%;
                    max-width: 320px;
                    border-radius: 25px;
                }

                .section_6 .content .device_column p {
                    font-size: 20px;
                }

            .section_6 .content .solar_section h2 {
                font-size: 2.2rem;
            }

            .section_6 .content .solar_section p {
                font-size: 22px;
                max-width: 600px;
            }

            .section_6 .content .solar_section img {
                border-radius: 25px;
                width: 100%;
                max-width: 300px;
                transition: .2s;
            }


    /* ========================= */
    /* Advantage Section */
    .section_7 {
        background: linear-gradient(90deg, #4b4b4b, #1a1a1a);
        padding: 2rem;
        color: #808080;
        text-align: center;
    }

        .section_7 img.ra_logo {
            max-width: 180px;
        }

        .section_7 p.adv_details {
            font-size: 22px;
        }

        .section_7 .adv_sub {
            color: #fff;
        }

            .section_7 .adv_sub img {
                border-radius: 25px;
                max-width: 400px;
                margin-bottom: 1rem;
            }

    /* ========================= */
    /* Contact Form Section */
    .section_8 {
        background: linear-gradient(90deg, #66141f, #b32537);
        color: #fff;
        padding: 2rem;
    }

        .section_8 h2 {
            font-size: 2.5rem;
        }

        .section_8 h4 {
            max-width: 500px;
        }

        .section_8 .form_section {
            overflow: hidden;
            background-color: #f2f2f2;
            border: solid 3px #000;
            border-radius: 25px;
            max-width: 600px;
            padding: 2rem 1rem;
            color: #000;
        }

            .section_8 .form_section input[type=text] {
                width: 90%;
                margin: .5rem 0;
            }

            .section_8 .form_section button {
                background-color: #ff0418;
                border: solid 1px #ff0418;
                border-radius: 5px;
                color: #fff;
                padding: 3px 50px;
                font-size: 20px;
            }

            .section_8 .form_section .accessories_box {
                display: none;
                text-align: center;
                background-color: #e5e5e5;
                border-radius: 10px;
                color: #000;
                padding: 10px;
                margin-bottom: 1rem;
            }
}

@media (max-width: 767px) {
    .hero_container {
        position: relative;
        background-image: url('/images/Main-site/hero-img.jpg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 70vh;
    }

        .hero_container .hero_text {
            position: absolute;
            top: 40%;
            left: 50%;
            margin-right: -50%;
            transform: translate(-50%, -40%);
            padding: 0 2rem;
            color: #fff;
        }

            .hero_container .hero_text img {
                width: 70%;
                margin-bottom: .5rem;
            }

            .hero_container .hero_text h1 {
                font-size: 1.5rem;
            }

            .hero_container .hero_text a {
                background-color: #ff0418;
                border: solid 1px #000;
                border-radius: 50px;
                color: #fff;
                padding: 5px 25px;
                text-decoration: none;
                font-size: 20px;
            }


    /* ============================ */
    /* Features Banner */
    .section_1 {
        background: linear-gradient(120deg, #bbbbbb, #f2f2f2, #bbbbbb);
        padding: .75rem 2rem;
    }

        .section_1 img {
            width: 100%;
        }


    /* ============================ */
    /* About Section */
    .section_2 {
        background: linear-gradient(178deg, #FF0418, #80020C);
        text-align: center;
        padding: 2rem;
        color: #fff;
    }

        .section_2 img {
            max-width: 200px;
            margin-bottom: 2rem;
        }

        .section_2 h2 {
            font-size: 2rem;
        }

        .section_2 p {
            font-size: 20px;
        }


    /* ============================ */
    /* Security Services Section */
    .section_3 {
        background: linear-gradient(120deg, #bbbbbb, #f2f2f2, #bbbbbb);
        color: #000;
        padding: 3rem 2rem;
    }

        .section_3 h2 {
            font-size: 2.7rem;
        }

        .section_3 img {
            width: 100%;
            max-width: 225px;
            border-radius: 25px;
        }

        .section_3 .col-12 {
            overflow: hidden;
            border-radius: 25px;
        }

            .section_3 .col-12 img {
                width: 100%;
                max-width: unset;
                transition: .3s;
            }

                .section_3 .col-12 img:hover {
                    transform: scale(1.05);
                }

            .section_3 .col-12 h3 {
                position: absolute;
                top: 50%;
                left: 50%;
                margin-right: -50%;
                transform: translate(-50%, -50%);
                color: #fff;
            }


    /* ============================ */
    /* Residential Security HEADER */
    .section_4 {
        background-color: #ff0418;
    }

        .section_4 .col-12 {
            padding-left: 0;
            padding-right: 0;
            overflow: hidden;
            height: 300px;
        }

            .section_4 .col-12.mobile {
                display: none;
            }

        .section_4 .sub_text {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-right: -50%;
            transform: translate(-50%, -50%);
            text-align: center;
            padding: 0 2rem;
            color: #fff;
        }

            .section_4 .sub_text h2 {
                font-size: 2.3rem;
            }

            .section_4 .sub_text h4 {
                font-size: 1.5rem;
                font-weight: 300;
            }

        .section_4 img {
            width: 100%;
        }


    /* ============================ */
    /* Residential Security CONTENT */
    .section_5 {
        background: linear-gradient(120deg, #bbbbbb, #f2f2f2, #bbbbbb);
        color: #000;
        padding: 1rem;
        text-align: center;
    }

        .section_5 video {
            border-radius: 15px;
            max-width: 500px;
            width: 100%;
        }

        .section_5 a.device_trigger {
            padding: 5px 0;
            border-bottom: solid 5px transparent;
            color: #000;
            font-weight: 700;
            font-size: 25px;
            text-decoration: none;
        }

            .section_5 a.device_trigger.active {
                border-bottom-color: #ff0418;
            }

        .section_5 .device_column {
            margin: 5rem 0 2rem;
        }

            .section_5 .device_column .sub_text {
                color: #000;
            }

            .section_5 .device_column img {
                width: 90%;
                max-width: 350px;
                border-radius: 25px;
            }

            .section_5 .device_column h2 {
                font-size: 1.8rem;
            }

            .section_5 .device_column p {
                font-size: 20px;
            }

        .section_5 a.products-list {
            background-color: #ff0418;
            border: solid 1px #000;
            border-radius: 50px;
            color: #fff;
            padding: 5px 25px;
            text-decoration: none;
            font-size: 20px;
        }


        /* Pricing Cards */
        .section_5 .price_card {
            background: linear-gradient(90deg, #4b4b4b, #1a1a1a);
            border: solid 3px #4b4b4b;
            border-radius: 15px;
            color: #fff;
            padding: 1rem;
            transition: .3s;
            max-width: 400px;
        }

            .section_5 .price_card:hover {
                transform: scale(1.03);
            }

            .section_5 .price_card h3 {
                font-size: 2rem;
            }

            .section_5 .price_card hr {
                background-color: #fff;
                width: 80%;
            }

            .section_5 .price_card p {
                font-size: 21px;
            }

            .section_5 .price_card i {
                font-size: 17px;
            }

            .section_5 .price_card img {
                width: 100%;
                max-width: 65%;
                margin-top: 1rem;
            }

            .section_5 .price_card a {
                display: inline-block;
                background-color: #ff0418;
                border: solid 1px #ff0418;
                border-radius: 5px;
                text-decoration: none;
                padding: 3px 50px;
                margin-top: 15px;
                color: #fff;
            }


        /* Products Table */
        .section_5 .product_table {
            font-family: arial, sans-serif;
            margin-top: 2rem;
            max-width: 500px;
            width: 100%;
        }

            .section_5 .product_table td, th {
                border: 1px solid #dddddd;
                text-align: center;
                padding: 8px;
            }

            .section_5 .product_table tr:nth-child(even) {
                background-color: #dddddd;
            }

            .section_5 .product_table input[type=image] {
                width: 50px;
            }
            .section_5 .product_table img {
                width: 50px;
            }


    /* ========================= */
    /* Commercial Section HEADER */
    .section_6 {
        display: none;
        background: linear-gradient(180deg, #1a1a1a, #4b4b4b);
        text-align: center;
    }

        .section_6 .header .col-12 {
            padding-left: 0;
            padding-right: 0;
            overflow: hidden;
            height: 300px;
        }

            .section_6 .header .col-12.mobile {
                display: none;
            }

        .section_6 .header .sub_text {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-right: -50%;
            transform: translate(-50%, -50%);
            text-align: center;
            padding: 0 3rem;
            color: #fff;
        }

            .section_6 .header .sub_text h2 {
                font-size: 2.3rem;
            }

            .section_6 .header .sub_text h4 {
                font-size: 1.5rem;
                font-weight: 300;
            }

        .section_6 .header img {
            width: 100%;
        }

        .section_6 .content {
            color: #fff;
            padding: 4rem 2rem;
        }

            .section_6 .content img {
                width: 100%;
                max-width: 175px;
            }

            .section_6 .content a.device_trigger {
                display: inline-block;
                padding: 5px 0;
                border-bottom: solid 5px transparent;
                color: #fff;
                font-weight: 700;
                font-size: 20px;
                text-decoration: none;
            }

                .section_6 .content a.device_trigger.active {
                    border-bottom-color: #ff0418;
                }

            .section_6 .content .device_column {
                margin: 5rem 0 2rem;
            }

                .section_6 .content .device_column .sub_text {
                    color: #fff;
                }

                .section_6 .content .device_column img {
                    width: 90%;
                    max-width: 320px;
                    border-radius: 25px;
                }

                .section_6 .content .device_column p {
                    font-size: 20px;
                }

            .section_6 .content .solar_section h2 {
                font-size: 2.2rem;
            }

            .section_6 .content .solar_section p {
                font-size: 22px;
                max-width: 600px;
            }

            .section_6 .content .solar_section img {
                border-radius: 25px;
                width: 100%;
                max-width: 300px;
                transition: .2s;
            }


    /* ========================= */
    /* Advantage Section */
    .section_7 {
        background: linear-gradient(90deg, #4b4b4b, #1a1a1a);
        padding: 2rem;
        color: #808080;
        text-align: center;
    }

        .section_7 img.ra_logo {
            max-width: 180px;
        }

        .section_7 p.adv_details {
            font-size: 22px;
        }

        .section_7 .adv_sub {
            color: #fff;
        }

            .section_7 .adv_sub img {
                border-radius: 25px;
                width: 90%;
                margin-bottom: 1rem;
            }

    /* ========================= */
    /* Contact Form Section */
    .section_8 {
        background: linear-gradient(90deg, #66141f, #b32537);
        color: #fff;
        padding: 2rem;
    }

        .section_8 h2 {
            font-size: 2.5rem;
        }

        .section_8 h4 {
            max-width: 500px;
        }

        .section_8 .form_section {
            overflow: hidden;
            background-color: #f2f2f2;
            border: solid 3px #000;
            border-radius: 25px;
            max-width: 600px;
            padding: 2rem 1rem;
            color: #000;
        }

            .section_8 .form_section input[type=text] {
                width: 90%;
                margin: .5rem 0;
            }

            .section_8 .form_section button {
                background-color: #ff0418;
                border: solid 1px #ff0418;
                border-radius: 5px;
                color: #fff;
                padding: 3px 50px;
                font-size: 20px;
            }

            .section_8 .form_section .accessories_box {
                display: none;
                text-align: center;
                background-color: #e5e5e5;
                border-radius: 10px;
                color: #000;
                padding: 10px;
                margin-bottom: 1rem;
            }
}


/* ==================================== */
/* ==================================== */

/* Products checkbox */
.checkbox-label {
    display: inline-block;
    margin-bottom: .5rem;
}

    .checkbox-label input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    .checkbox-label .checkbox-custom {
        background-color: #e5e5e5;
        color: #000;
        padding: 5px 20px;
        font-size: 20px;
        border: 1px solid #000;
        border-radius: 10px;
        cursor: pointer;
    }

    .checkbox-label input:checked ~ .checkbox-custom {
        background-color: #000;
        -webkit-transform: rotate(0deg) scale(1);
        -ms-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
        opacity: 1;
        border: 2px solid #000;
        color: white;
    }

        .checkbox-label input:checked ~ .checkbox-custom::after {
            -webkit-transform: rotate(490deg) scale(1);
            -ms-transform: rotate(490deg) scale(1);
            transform: rotate(490deg) scale(1);
            opacity: 1;
            width: 6px;
            height: 12px;
            border: 1px solid #000;
            border-width: 0 2px 2px 0;
            background-color: transparent;
        }
