.section-banner-franchise {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
  .ppf-sec {
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background-blend-mode: multiply;
}

/* banner */
.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:  #222;
    }

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

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

    @media (max-width:768px){
            .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: 20px;
            padding: 100px 10px;
        }
        
    }

/* 1 section-contant */


.opti-coat-section{
    padding: 30px 10px;
    background-color: white;
}
.opti-coat-content{
text-align: center;
}
.opti-coat-content img{
 width: 40%;
    }

.opti-coat-content h2{
    font-size: 30px;
    font-style: italic;
    text-transform: capitalize;
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-weight: 800;
    margin-bottom: 1rem;
    }
    .opti-coat-content h2 span{
        color:  #222;
    }
    .opti-coat-content p{
        text-align: center;
    }
 
    .opti-colum-new img{
        width: 40%;
        transition: .4s ease-in-out;
    }
    .opti-colum-new{
        padding: 10px;
        transition: 0.4s;
    }
    .opti-colum-new:hover{
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        border-radius: 2px;
    }
    .opti-colum-new:hover img{
        transform: rotateY(180deg);
        transition: .4s ease-in-out;
    }
    .opti-colum-new p{
        font-size: 13px;
    }

    .opti-row-new{
        margin: 10px 0px;
    }

    .opti-row-new .col-md-2{
        width: 20%;
    }

    @media (max-width:997px){
        .opti-row-new .col-md-2{
            width: 25%;
        }
    }
    
    @media (max-width:768px){
        .opti-row-new .col-md-2{
            width: 33.33%;
        }
    }
    @media (max-width:500px){
        .opti-row-new .col-md-2{
            width: 50%;
        }
    }

    /* 2 section why -opti coat */

    .section-2-opti{
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        padding: 60px 10px;
    }
    .section2-opti{
        text-align: center;
    }
    .section2-opti h2{
        font-size: 40px;
        font-style: italic;
        text-transform: capitalize;
        color: #ffffff;
        font-family: "Montserrat", Sans-serif;
        font-weight: 800;
        margin-bottom: 1rem;
    }
    .section2-opti h2 span{
        color:  #222;
    }
    .opti2-coat{
        margin-top: 3rem;
    }
    .opti2-coat .col-md-4 .opti2-colum{
        border-top: 2px solid white;
        transition: 0.4s;
        padding: 21px 10px 10px 10px;
    }
    .opti2-coat .col-md-4:hover .opti2-colum{
        border-top: 2px solid  #222;
    }
    .opti2-coat .col-md-4:hover .opti2-colum h2{
        color: white;
    }
    .opti2-colum h2{
        color:  #222;
        font-family: "Montserrat", Sans-serif;
        font-weight: 700;
        font-size: 20px;
        text-align: center;
        font-style: italic;
        text-transform: capitalize;
        transition: 0.4s;
    }
    .opti2-colum p{
        color: white !important;
        text-align: justify;
        font-size: 14px;
    }

    @media (max-width:997px){
        .section2-opti h2 {
            font-size: 30px;
        }
    }

    @media (max-width:768px){
        .opti2-coat .col-md-4 .opti2-colum {
            margin-top: 20px;
            border: none;
        }
        .opti2-colum h2 {
            margin-bottom: 10px;
            font-size: 30px;
            color:  #222;
        }
        .opti2-coat .col-md-4:hover .opti2-colum h2{
            color: #ffffff;
        }
        .opti2-coat .col-md-4:hover .opti2-colum{
            border-top: 2px solid  #222;
        }
        .opti2-coat {
            margin-top: 2rem;
        }
    }

    @media (max-width:500px){
        .section2-opti h2 {
            font-size: 25px;
        }
        .opti2-colum h2 {
            font-size: 25px;
        }
        .opti2-coat {
            margin-top: 1rem;
        }
        .opti2-coat .col-md-4 .opti2-colum {
            padding: 21px 0px 10px 0px;
        }
    }



    /* 3 section range of ceramic coating */
    .opti3-ceramic{
        padding: 30px 10px 0px 10px;
    }

    .opti3-heading{
        text-align: center;
    }
    .opti3-heading h2{
        font-size: 40px;
        font-style: italic;
        text-transform: capitalize;
        color: #000000;
        font-family: "Montserrat", Sans-serif;
        font-weight: 800;
        margin-bottom: 1rem;
    }
    .opti3-heading h2 span{
        color:  #222;
    }

    @media (max-width:768px){
        .opti3-heading h2{
            font-size: 27px;
        }
    }

    @media (max-width:500px){
        .opti3-heading h2{
            font-size: 25px;
        }
    }



/* bike section css  */

    .bike-detailing-img img{
        width: 100%;
    }
    .section-bike-detailing{
    padding: 40px 10px;
    }
    .bike-detailing-light{
    padding: 40px 10px;
    }
    .bike-detailing-dark{
    background-color: #e4e4e4b5;
    padding: 40px 10px;
    }

  
    .bike-detailing-content p{
    font-size: 15px;
    text-align: justify;
    }
    .bike-detailing-content h3{
    text-transform: capitalize;
    color:  #222;
    font-family: "Montserrat", Sans-serif;
    font-weight: 800;
    }
    .bike-detailing-content .Bike-wash h2{
    text-transform: capitalize;
    color:  #222;
    font-family: "Montserrat", Sans-serif;
    font-weight: 800;
    margin-bottom: 15px;
    }
    .bike-detailing-content .Bike-wash h2 span{
    border-bottom: 2px solid black;
    padding: 9px 0px;
    }


    .bike-detailing-light{
        padding: 40px 10px;
        }
        .bike-detailing-dark{
        background-color: #e4e4e4b5;
        padding: 40px 10px;
        }

    .Bike-wash{
        margin-top: 1rem;
        }
      
        .bike-detailing-content .Bike-wash p .strong{
            color:  #222 !important;
        }
        
        .bike-detailing-content .Bike-wash h5{
        color: black !important;
        margin-top: 2rem  !important;
        font-size: 25px;
        }
        .bike-detailing-content .Bike-wash h5 STRONG SPAN{
        color:  #222;
        }
        .bike-detailing-content .zoom-in-zoom-out {
            width: 100px;
            background:  #222;
            animation: zoom-in-zoom-out 2s ease-out infinite;
            text-align: center;
            padding: 3px 0px;
            color: white;
            margin-bottom: 1rem;
            }

        @keyframes zoom-in-zoom-out {
        0% {
            transform: scale(1, 1);
        }
        
        50% {
            transform: scale(1.3, 1.3);
        }
        
        100% {
            transform: scale(1, 1);
        }
        }
        
        .bike-detailing-content .Bike-wash ul li{
        color: black !important;
        list-style: square !important;
        }
        .bike-detailing-content .Bike-wash ul {
        margin-top: 20px;
        }
        
        .bike-detailing-content .Bike-wash ul li::marker {
        color: black !important;
        }
        
        .labocosmetica-section-background video{
            width: 100%;
            z-index: -111;
        }
        
        @media (max-width:1400px){
            .bike-detailing-img img{
                width: 100%;
            }
            .bike-detailing-content .Bike-wash h2 {
                font-size: 28px;
            }
        }
        @media (max-width:1200px){
            .bike-detailing-content .Bike-wash h2 {
                font-size: 24px;
            }
        }
        
        @media (max-width:997px){
            .bike-detailing-heading h2 {
                font-size: 50px;
            }
            .bike-detailing-heading p{
                font-size: 25px;
            }
            .row-new .col-md-6{
                width: 100%;
            }
            .bike-detailing-content{
                margin-top: 2rem;
            }
            .bike-detailing-content .zoom-in-zoom-out {
                margin-top: 2rem;
            }
            .row-detailing-dark{
                flex-direction: column-reverse;
            }
            .bike-detailing-light .container .row .col-md-6 ,  .bike-detailing-dark .container .row .col-md-6{
                width: 100%;
                margin-bottom: 20px;
            }
            .bike-detailing-content .Bike-wash h2 {
                font-size: 30px;
                margin-bottom: 25px;
            }
            .bike-detailing-light {
                padding: 0px 10px 40px 10px;
            }
        }
        
        
        @media (max-width:768px){
            .Bike-wash {
                margin-top: 0rem;
                margin-bottom: 10px;
            }
           
            .bike-detailing-content .Bike-wash h5{
                font-size: 20px;
            }
            .bike-detailing-content .Bike-wash h2 {
                font-size: 30px;
            }
            .bike-detailing-content .Bike-wash h2 span {
                border: none;
            }
            .bike-detailing-dark {
                padding: 30px 10px;
            }
        }
        
        @media (max-width:600px){
            .bike-detailing-heading h2 {
                font-size: 35px;
            }
            .bike-detailing-heading p{
                font-size: 18px;
            }
        }
        
        
        @media (max-width:400px){
            .bike-detailing-heading h2 {
                font-size: 30px;
            }
            .bike-detailing-heading p{
                font-size: 15px;
            }
            .bike-detailing-content .Bike-wash h2 {
                font-size: 27px;
            }
        }



    /* 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-2 table thead tr th {
        padding: 10px;
        font-size: 13px;
        background-color:  #222;
        color: white;
        border: 1px solid #000;
    }
    .table-2 table tbody tr td {
        border: 1px solid #000;
        padding: 5px 10px;
        font-size: 14px;
    }

    @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;
        }
    }

    @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 */


@media (max-width:768px){
    .bike-detailing-content .bike-detailing-table{
        margin: 10px 0px;
    }
}


@media (max-width:600px){
    .bike-detailing-content .bike-detailing-table table thead tr th {
        padding: 7px;
        font-size: 11px;
    }
    .bike-detailing-content .bike-detailing-table table tbody tr td {
        padding: 5px;
        font-size: 13px;
    }
}


/* opti coat shield */
.section-opti-shield{
    padding: 50px 10px;
}
.opti-shield-heading h2{
    text-align: center;
    font-size: 35px;
    font-style: italic;
    text-transform: capitalize;
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-weight: 800;
    margin-bottom: 1rem;
}
.opti-shield-heading h2 span{
    color:  #222;
}
.opti-shield-colum{
    padding: 10px;
    transition: 0.4s;
    text-align: center;
    margin-top: 10px;
}
.opti-shield-colum:hover{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 2px;
}
.opti-shield-colum img{
    width: 40%;
    margin-bottom: 8px;
}
.opti-shield-colum img:hover{
    transform: rotateY(180deg);
    transition: .4s ease-in-out;
}
.opti-shield-colum p{
    font-size: 13px;
}
.opti-shield-row{
    margin-top: 2rem;
}



@media (max-width:997px){
    .opti-shield-heading h2{
        font-size: 30px;
    }
    .opti-shield-row .col-md-2{
        width: 20% ;
    }
}
@media (max-width:768px){
    .opti-shield-heading h2{
        font-size: 25px;
    }
    .opti-shield-row .col-md-2{
        width: 25% ;
    }
}
@media (max-width: 500px){
    .opti-shield-heading h2{
        font-size: 20px;
    }
    .opti-shield-row .col-md-2{
        width: 33.33% ;
    }
    .opti-shield-colum img {
        width: 50%;
    }
}

@media (max-width:400px){
    .opti-shield-colum img {
        width: 60%;
    }
}


/* section-powered */

.section-powered{
    padding: 60px 10px;
    background-color: black;
}
.powered-colum{
    text-align: center;
    margin-top: 20px;
    /* background: #000000b8; */
    /* border: 2px solid #ffffff8f; */
    box-shadow: rgb(255 255 255 / 55%) 1px 3px 10px;
    border-radius: 8px;
    padding: 30px 20px;
    transition: 0.4s;
}
.powered-colum:hover{
    transform: scale(1.1);
}
.powered-colum h2{
    font-size: 35px;
    font-style: italic;
    text-transform: capitalize;
    color:  #222;
    font-family: "Montserrat", Sans-serif;
    font-weight: 800;
    margin-bottom: 1rem;
}
.powered-colum p{
    color: white !important;
}


/* bottom images section */

.shine-before-section h2 {
    text-align: center;
    font-family: "Montserrat", Sans-serif;
    font-weight: 800;
    font-size: 50px;
    font-style: italic;
    text-transform: capitalize;
}

@media (max-width:768px){
    .shine-before-section h2 {
        font-size: 40px;
    }
    .shine-before-section {
        padding: 120px 10px;
    }
    
    
}
@media (max-width:500px){
    .shine-before-section h2 {
        font-size: 35px;
    }
    .shine-before-section {
        padding: 100px 10px;
    }
}



/* Tab */
@media (max-width:997px){
    .opti-coat-content img {
        width: 70%;
    }
}

@media (max-width:500px){
    .opti-coat-content h2 {
        font-size:22px;
    }

    .opti-coat-content img {
        width: 85%;
    }
}

