.section-banner-franchise{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.become-installer-heading{
    width: 60%;
    }
    .become-installer-heading h1{
        color: white;
        padding: 150px 0px;
        font-size: 35px;
        font-weight: 800;
        font-family: "Montserrat", Sans-serif;
        margin: 0px;
        font-style: italic;
    }
    .become-installer-heading h1 span{
        color: #ff0000;
    }

    @media (max-width:1200px){
        .become-installer-img img{
            margin-top: 5rem;
        }
    }

    @media (max-width:997px){
        .become-installer-heading{
            width: 70%;
            }
            .become-installer-heading h1{
                font-size: 30px;
            }
    }

    @media (max-width:768px){
        .become-installer-heading{
            width: 70%;
            }
            .become-installer-heading h1{
                font-size: 25px;
                padding: 120px 10px;
            }
    }
    
    @media (max-width:600px){
        .become-installer-heading{
            width: 100%;
            }
            .become-installer-heading h1{
                font-size: 25px;
                padding: 100px 10px;
                text-align: center;
            }
    }
    @media (max-width:400px){
        .become-installer-heading h1{
            font-size: 22px;
            padding: 100px 10px;
        }
        
    }


    /* section1 */
    .section-glass-2{
        padding: 30px 10px;
    }
    .glass-2-colum{
        padding: 0px 20px;
        margin-top: 2rem;
    }
    .glass-2-colum h2{
        font-size: 30px;
        font-weight: 800;
        font-family: "Montserrat", Sans-serif;
        color: #ff0000;
    }
    .glass-2-colum p{
        font-size: 15px;
        text-align: justify;
    }
    .section-glass-1{
        padding: 40px 10px;
        text-align: center;
    }
    .section-glass-1 img {
        width: 39%;
    }
    .glass-2-img img{
        width: 100%;
    }

    @media (max-width:1400px){
        .glass-2-colum{
            margin-top: 0rem;
        }
    }
    @media (max-width:997px){
        .glass-2-row .col-md-6{
            width: 100%;
            margin-bottom: 2rem;
        }
        .glass-2-colum{
            padding: 0px 0px;
        }
    }
    @media (max-width:768px){
        .section-glass-1 img {
            width: 60%;
        }
        .section-glass-1 {
            padding: 20px 10px;
        }
    }
    @media (max-width:500px){
        .glass-2-colum h2{
            font-size: 25px;
        }
        .section-glass-1 img {
            width: 80%;
        }
    }

        /* table */


        table {
            margin: auto;
            border-collapse: collapse;
            overflow-x: auto;
            display: block;
            width: fit-content;
            max-width: 100%;
            box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1);
            margin-top: 2rem;
            margin-left: 0px;
            text-align: center;
        }
        .table-9 table{
            margin-left: auto;
        }
        .table-2 table thead tr th {
            padding: 5px 5px;
            font-size: 15px;
            background-color: #FF0000;
            color: white;
            border: 1px solid #000;
            text-align: center;
        }
        .table-2 table tbody tr td {
            border: 1px solid #000;
            padding: 7px 10px;
            font-size: 14px;
        }
        .small-span{
            font-size: 10px;
        }

        @media(max-width:1400px){
            .glass-2-img img {
                margin-top: 40px;
            }
            .table-2 table tbody tr td {
                border: 1px solid #000;
                padding: 7px 10px;
                font-size: 12px;
            }
        }
    
        @media (max-width:768px){
            .table-2 table thead tr th {
                padding: 10px;
                font-size: 13px;
            }
            .table-2 table tbody tr td {
                padding: 10px;
                font-size: 14px;
            }
            .table-3 table thead tr th {
                padding: 10px 50px 10px 15px !important;
            }
            .glass-2-img img {
                margin-top: 20px;
            }
        }
    
        @media (max-width:500px){
            .table-2 table thead tr th {
                padding: 8px;
                font-size: 12px;
            }
            .table-2 table tbody tr td {
                padding: 8px;
                font-size: 13px;
            }
        }
    
    
    
    /* table-close */

    /* SECTION3 */
    .section-glass-3{
        padding: 30px 10px;
    }
    .glass-3-heading{
        text-align: center;
    }
    .glass-3-heading h2{
        font-size: 50px;
        font-weight: 800;
        font-family: "Montserrat", Sans-serif;
        color: #000000;
        font-style: italic;
    }
    .glass-3-row .col-md-4{
        width: 33.33%;
        text-align: center;
        padding: 20px 20px;
        margin: 10px 0px;
        transition: 0.4s;
    }
    .glass-3-row .col-md-4 img{
        width: 50%;
        transition: .4s ease-in-out;
    }
    .glass-3-row .col-md-4:hover img{
        transform: rotateY(180deg);
        transition: .4s ease-in-out;
    }
    .glass-3-row .col-md-4:hover{
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    }
    .glass-3-row .glass-3-colum p{
        font-size: 15px;
    }

    @media (max-width:768px){
        .glass-3-row .col-md-4{
            width: 50%;
        }
        .glass-3-heading h2 {
            font-size: 40px;
        }
        .glass-3-row .col-md-4 img {
            width: 70%;
        }
    }
 

    /* SECTION4 */
    .section-glass-4{
        padding: 40px 10px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
    .glass-4-row .glass-4-colum{
        text-align: center;
    }
    .glass-4-row .glass-4-colum:hover img{
        transform: rotateY(180deg);
        transition: .4s ease-in-out;
    }
    .glass-4-row .glass-4-colum img{
        width: 60%;
        transition: .4s ease-in-out;
    }
    .glass-4-row .glass-4-colum p{
        color: white !important;
        font-weight: 800;
    }
   
   
    @media (max-width:768px){
        .glass-4-row .glass-4-colum{
            width: 50%;
            margin: 10px 0px;
        }
    }

    /* table 5 */
    
    .table-3 table thead tr th {
        padding: 10px 90px 10px 15px;
    }

    /* section5 */

    .section-glass-5{
        padding: 50px 10px 10px 10px;
    }
    .glass-5-colum h2{
        font-size: 30px;
    }

    @media (max-width:997px){
        .glass-5-row{
            flex-direction: column-reverse;
        }
        .glass-5-colum h2{
            font-size: 25px;
        }
    }

    @media (max-width:400px){
        .glass-5-colum h2{
            font-size: 20px;
        }
    }
    

    /* section6 */
    .glass-6-row .col-md-4{
        width: 25%;
    }
    @media (max-width:768px){
        .glass-6-row .col-md-4{
            width: 50%;
        }
    }


    /* section7 */
    .section-glass-7-dark{
        background-color: rgb(229, 229, 229);
        padding: 50px 10px;
    }
    /* .section9 */
    .section-glass-9-dark{
        background-color: rgb(229, 229, 229);
        padding: 50px 10px;
    }




    /* table9 */
    .table-9 table thead tr th {
        padding: 10px 30px
    }
    .table-9 table tbody tr td {
        text-align: center;
    }

    @media (max-width:500px){
        .table-9 table thead tr th {
            padding: 7px 10px !important;
        }
    }



    /* section 10 */
    .section-glass-10{
        padding: 60px 10px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .paint-clear-row .col-md-2{
        width: 25%;
        text-align: center;
        margin: 20px 0px;
    }
    .paint-clear-row .col-md-2 img{
        width: 40%;
        border-radius: 100%;
        filter: brightness(0) invert(50);
        transition: .4s ease-in-out;
        box-shadow: 0 0 0 12px #ffffff1e;
    }
    .paint-clear-row .col-md-2:hover img{
        filter: brightness(1) invert(0);
        transform: rotateY(180deg);
        transition: .4s ease-in-out;
        box-shadow: 0 0 0 12px #8b4d4d3a;
    }
    .paint-clear-row .col-md-2 p{
        color: white !important;
        font-size: 15px;
        margin-top: 1rem;
    }


    @media (max-width:997px){
        .paint-clear-row .col-md-2{
            width: 25%;
        }
    }

    @media (max-width:768px){
        .paint-clear-row .col-md-2{
            width: 33.33%;
        }
        .paint-clear-heading h2 {
            font-size: 25px;
        }
    }

    @media (max-width:500px){
        .paint-clear-row .col-md-2{
            width: 50%;
        }
        .paint-clear-heading h2 {
            font-size: 20px;
        }
    }


    /* special  FEATURES Add  */
  
    .Special-4 h2{
    font-size: 35px;
    font-weight: 800;
    font-family: Montserrat, sans-serif;
    color: rgb(0, 0, 0);
    font-style: italic;
    text-align: center;
    }
    .Special-4 h2 span{
    color:red;
    }
    .Special-row {
    margin-top: 2rem;
    }
    .Special-row .Special-colum{
    text-align: center;
    margin-top: 1rem;
    }
    .Special-row .Special-colum img{
    width: 40%;
    }
    .Special-row .Special-colum h2{
    font-size: 20px;
    font-weight: 700;
    }
    .Special-row .Special-colum p{
    font-size: 13px;
    }
    @media(Max-width:998px){
    .Special-row .Special-colum{
    width: 33.33%;
    }
    .Special-4 h2 {
    font-size: 30px;
    }
    }
    @media(Max-width:768px){
    .Special-row .Special-colum{
    width: 50%;
    }
    .Special-4 h2 {
    font-size: 25px;
    }
    }
 
    /* special  FEATURES Add  CLOSE */