.section-banner-franchise {
         background-repeat: no-repeat;
         background-size: cover;
         background-position: center center;
         }

.become-installer-heading {
    width: 60%;
}
.submit-heading p{
    text-align: center;
color: #00b700 !important;
font-weight: 700;
font-size: 28px;
font-family: Montserrat;
font-style: italic;
text-transform: capitalize;
}

.become-installer-heading h1 {
    color: white;
    padding: 150px 0px;
    font-size: 40px;
    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: 40px;
    }
}

@media (max-width:768px) {
    .become-installer-heading {
        width: 70%;
    }

    .become-installer-heading h1 {
        font-size: 30px;
        padding: 120px 10px;
    }
}

@media (max-width:600px) {
    .become-installer-heading {
        width: 100%;
    }

    .become-installer-heading h1 {
        font-size: 30px;
        padding: 100px 10px;
    }
}

@media (max-width:400px) {
    .become-installer-heading h1 {
        font-size: 25px;
        padding: 100px 10px;
    }

}
/* close */
/* heading */
.bike-detailing-heading{
    text-align: center;
}
.section-bike-detailing {
    padding: 40px 10px 0px 10px;
}
.bike-detailing-heading h2 {
    font-size: 65px;
    font-style: italic;
    text-transform: capitalize;
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-weight: 800;
}
.bike-detailing-heading h2 span{
    color: #ff0000;
}

@media (max-width:997px){
    .bike-detailing-heading h2 {
        font-size: 46px;
    }
}

@media (max-width:768px){
    .bike-detailing-heading h2 {
        font-size: 40px;
    }
}

@media (max-width:500px){
    .bike-detailing-heading h2 {
        font-size: 37px;
    }
}

/* close */



/* banner */

.contact-us-setion{
    padding: 60px 10px 30px 10px;
}

.form-box {
    background: #fff;
    box-shadow: 1px 2px 4px #fff;
    border-radius: 15px;
    box-shadow: rgb(0 0 0) 0px 0px 1px;
    font-family: poppins;
    width: 100%;
    margin: 50px auto;
    padding: 20px;
    background: #e5e5e5 !important;
}

.form-box h2 {
    color: #000;
    text-align: center;
    font-weight: 800;
    margin: 30px;
    font-family: Montserrat;
    font-size: 27px;
}
form {
    width: 90%;
    margin: 2em auto;
}
.contact-form .form-group {
    font-size: 12px;
    font-family: poppins;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    color: #000;
}
.form-box .form-group:nth-child(odd) {
    padding-right: 0px;
    width: 100%;
    margin-bottom: 9px;
    display: block;
}
form .contact-us .form-group{
    text-align: start;
}
form .contact-us .form-group label{
    color: red;
    font-size: 14px;
}
input[type="text"], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: none !important;
}
textarea.form-control {
    box-shadow: none !important;
}
.form-control {
    box-shadow: none !important;
}
.form-submit {
    color: #fff;
    border-radius: 11px;
    margin-top: 11px;
    text-align: center;
}
.form-submit button{
    color: #fff;
    padding: 8px 40px;
    background-color: #e40a0b;
}
.bg textarea {
    width: 100%;
    margin: auto;
    padding-left: 10px;
    height: 80px;
}
.contact-address-section{
    padding: 20px 10px 0px 10px;
}

.details-contact{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 25px 20px 30px 20px;
    border-radius: 5px;
    height: 180px;
    text-align: center;
    transition: 0.4s;
    background: #e5e5e5 !important;
    border-radius: 10px;
}
.details-contact{
    margin-top: 2rem;
    align-content: center;
}
.details-contact:hover{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.details-contact:hover img{
    transform: rotateY(180deg);
    transition: .4s ease-in-out;
}
.details-contact img{
    margin: 0px 0px 10px 0px;
    transition: .4s ease-in-out;
}
.details-contact p{
    font-size: 15px;
    font-weight: 500;
}
.details-contact .bt{
    margin-top: -8px;
}
.details-contact p a{
    text-decoration: none;
    color: black;
}


@media (max-width:500px){}
.form-box h2 {
    font-size: 20px;
}
.details-contact{
    margin-top: 2rem;
}

@media (max-width:997px){
    .contsct-address-row .col-md-3{
        width: 50% !important;
    }
}

@media (max-width:600px){
    .details-contact{
        margin-top: 1rem;
    }
    .contsct-address-row .col-md-3{
        width: 100% !important;
    }
}

