  .section-banner-franchise {
      background-image: url(../../images/our-services/window-films/glass-films-cover.jpg);
      }
      .section-glass-4{
      background-image: url(../../images/our-services/window-films/icon-bg.jpg);
      }
      .section-glass-10{
      background-image: url(../../images/our-services/window-films/glass-film-last.jpg);
      }
      @media (max-width:500px){
      .section-banner-franchise {
      background-image: url(../../images/our-services/window-films/Glassfilm-phone.jpg);
      }
      }
      
      .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: 30%;
    margin-bottom: 10px;
    }
    .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 */
    
    
    .glass-text{
        align-content: center;
    }
    .glass-3-colum{
        text-align: center;
        margin-top: 1rem;
    }
    .glass-3-colum img{
        width: 70%;
    }
    .glass-3-colum h3{
          font-size: 15px;
    font-weight: 700;
    margin-top: -6px;

    }
    
    @media(max-width:600px){
        .glass-3-row .glass-3-colum{
            width: 50%;
        
    }
    }
    
    
    
    
    /*kits sectin*/
    
.section-benefits {
  padding: 40px 10px 10px 10px;
}

.benefits-heading {
  text-align: center;
}

.benefits-heading h4 {
  font-weight: 800;
  font-size: 40px;
  font-style: italic;
  color: black;
}

.benefits-heading h4 span {
  color: red;
}

.benefits-heading p {
  font-size: 15px;
  color: black;
}

.benefit-row .benefit-item {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 30px 18px;
  transition: 0.4s;
}

.benefit-row .benefit-item:hover {
  transition: 0.4s;
  background: #ff0000;
}

.benefit-row .benefit-item h3 {
  font-size: 22px;
  font-weight: 700;
  transition: 0.4s;
}

.benefit-row .benefit-item:hover h3 {
  color: white;
  transition: 0.4s;
}

.benefit-row .benefit-item p {
  font-size: 15px;
  margin-bottom: 0rem;
  transition: 0.4s;

}

.benefit-row .benefit-item:hover p {
  color: white;
  transition: 0.4s;
}

.special-row .special-colum .feature-row .feature2 p {
  font-weight: 300;
}

.special-row .special-colum .feature-row .feature1 {
  align-content: center;
}


@media(max-width:500px) {
  .ir-heading-row h3 {
    font-size: 30px;
  }

  .benefits-heading h4 {
    font-size: 28px;
  }
}


.section-cta {
  padding: 1px 10px 50px 10px;
}

.button-cta {
  text-align: center;
}

.button-cta a {
  /*border: 1px solid #00000038;*/
  padding: 12px 30px;
  margin: 0px 10px;
  text-decoration: none;
 background: #ff0000;
  color: white;
  border-radius: 100px;
  transition: 0.4s;
  font-weight: 700
}

.button-cta a:hover {
  transition: 0.4s;
  background: #47bbce;
}

.button-cta a i {
  font-size: 20px;
  margin-right: 8px;
  color: white;
}

.kits-row .kits-item img {
  width: 100%;
}

.kits-row .kits-item table {
  margin: auto;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
}

.kits-row .kits-item table tbody th {
  background-color: red !important;
  color: rgb(255, 255, 255) !important;
  border: 0px;
  font-weight: 700;
  font-size: 20px;
}

.kits-row .kits-item table tbody tr:nth-child(2n) {
  background-color: rgb(242, 242, 242);
}

.kits-row .kits-item table tbody tr {
  border: 0px;
  text-align: center;

}

.kits-row .kits-item table tbody tr td {
  padding: 20px 50px;
  border: 1px solid #00000029 ! IMPORTANT;
}

.kits-row .kits-item {
  align-content: center;
}

@media(max-width:768px) {
  .kits-row {
    margin-top: 3rem;
  }

}

@media(max-width:500px) {
  .button-cta a {
    display: block;
    margin: 10px 10px;
  }

  .kits-row table tbody tr td {
    padding: 20px 30px ! IMPORTANT;
  }
}
    /*kits sectin*/
    
    
    /*slider dropworn*/
    
      
         .series-row td {
         background: #4a4a4a;
         color: #fff;
         text-align: center;
         font-weight: 700;
         }
         .paint-note-main {
         margin: 12px 0 10px;
         font-size: 14px;
         line-height: 1.7;
         color: #222;
         }
         .paint-note-main span {
         font-weight: 700;
         color: #000;
         }
         .paint-note-dropdown {
         margin-top: 10px;
         border: 1px solid #ddd;
         border-radius: 8px;
         overflow: hidden;
         background: #fff;
         }
         .paint-note-toggle {
         width: 100%;
         padding: 8px 16px;
         border: none;
         background: #f7f7f7;
         color: #111;
         font-size: 15px;
         font-weight: 600;
         text-align: left;
         cursor: pointer;
         display: flex;
         align-items: center;
         justify-content: space-between;
         transition: 0.3s ease;
         }
         .paint-note-toggle:hover {
         background: #efefef;
         }
         .paint-note-icon {
         font-size: 22px;
         line-height: 1;
         transition: transform 0.3s ease;
         }
         .paint-note-dropdown.active .paint-note-icon {
         transform: rotate(45deg);
         }
         .paint-note-content {
         max-height: 0;
         overflow: hidden;
         transition: max-height 0.35s ease, padding 0.35s ease;
         padding: 0 16px;
         background: #fff;
         }   
         .paint-note-dropdown{
         width: 70%;
         margin: auto;
         }
         .paint-note-dropdown.active .paint-note-content {
         max-height: 100%;
         padding: 10px 30px 14px 30px;
         }
         .paint-explore-note {
         margin: 0;
         padding-left: 18px;
         width:100%;
         }
         .paint-explore-note li {
         margin-bottom: 10px;
         color: #333;
         font-size: 14px;
         line-height: 1.7;
         }
         .paint-explore-note li:last-child {
         margin-bottom: 0;
         }
         .paint-explore-note li p{
         color:black !important;
         font-weight: 500;
         }
         @media(max-width:768px){
         .paint-note-dropdown{
         width: 97%;
         margin: auto;
         }
         }
    /*slider dropworn*/
    
    
    
    /*heading botton slider*/
    .section-paint-explore {
    padding: 60px 10px 20px 10px;
    background-color: #000000;
}

.paint-explore-heading {
    width: auto;
    padding: 0px 160px;
}

.paint-explore-heading h2 {
    font-size: 35px;
    font-style: italic;
    text-transform: capitalize;
    color: #ffffff;
    font-family: "Montserrat", Sans-serif;
    font-weight: 800;
    text-align: center;
}

.paint-explore-heading h2 span {
    color: #FF0000;
}

.table-2 p {
    color: white !important;
    font-size: 15px;
    margin-top: 1rem;
    font-weight: bold;
    width: 70% !important;
    margin: auto;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.table-2 p span {
    color: #FF0000;
}


@media (max-width:1200px) {
    .paint-explore-heading {
        padding: 0px 100px;
    }
}

@media (max-width:997px) {
    .paint-explore-heading h2 {
        font-size: 30px;
    }

    .paint-explore-heading {
        padding: 0px 50px;
    }
}

@media (max-width:768px) {
    .paint-explore-heading h2 {
        font-size: 25px;
    }

    .paint-explore-heading {
        padding: 0px 0px;
    }

    .table-2 p {
        width: 100% !important;
        margin: auto;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

}

@media (max-width:500px) {
    .paint-explore-heading h2 {
        font-size: 22px;
    }
}


/* section6 */

.paint-explore-slider {
    background-color: #000000;
    padding: 0px 0px 0px 0px;
}

.paint-explore-slider .container-explore-slider {
    padding: 0px !important;
}

.paint-explore-p {
    color: white !important;
    text-align: center;
    font-size: 15px;
    padding: 0px 10px;
}

.paint-new-selider {
    margin-top: 2rem;
}

.paint-explore-slider h2 {
    text-transform: capitalize;
    color: #ffffff;
    font-family: "Montserrat", Sans-serif;
    font-weight: 800;
    margin-bottom: 30px;
    text-align: center;
    padding: 0px 0px 0px 50px;
    margin-top: 30px;
}

.paint-explore-slider h2 span {
    color: #FF0000;
}

.paint-explore-slider img {
    width: 100%;
}

.swiper-button-next {
    top: 17rem !important;
}

.swiper-button-prev {
    top: 17rem !important;
}

@media (max-width:1600px) {
    .swiper-button-next {
        top: 15rem !important;
    }

    .swiper-button-prev {
        top: 15rem !important;
    }
}

@media (max-width:1400px) {
    .swiper-button-next {
        top: 13rem !important;
    }

    .swiper-button-prev {
        top: 13rem !important;
    }
}

@media (max-width:1200px) {
    .swiper-button-next {
        top: 10rem !important;
    }

    .swiper-button-prev {
        top: 10rem !important;
    }
}

@media (max-width:997px) {
    .swiper-button-next {
        top: 8rem !important;
    }

    .swiper-button-prev {
        top: 8rem !important;
    }
}

@media (max-width:768px) {
    .swiper-button-next {
        top: 6rem !important;
    }

    .swiper-button-prev {
        top: 6rem !important;
    }
}

@media (max-width:500px) {
    .paint-explore-slider h2 {
        font-size: 20px;
        margin-bottom: 15px;
        padding: 0px 0px 0px 30px;
    }

    .swiper-button-next {
        top: 4rem !important;
    }

    .swiper-button-prev {
        top: 4rem !important;
    }
}

@media (max-width:400px) {
    .paint-explore-slider h2 {

        padding: 0px 0px 0px 20px;
    }
}


/* table */

.glass-3-heading .mmmmm {
    font-size: 26px !IMPORTANT;
    
}
.glass-3-heading .mmmmm  span{
    color :red;
}

@media(max-width:600px){
    .glass-3-heading .mmmmm {
    font-size: 22px !IMPORTANT;
    
}
}

/*table*/
.warranty{
    display: block;
    color:red;
    font-weight: 700;
}
/*table*/
    
    
.Special-colum , .glass-3-colum{
    transition: transform 0.4s ease;
    
}

.Special-colum:hover , .glass-3-colum:hover{
    transform: translateY(-10px);
      
}
    