.become-installer-heading {
    width: 60%;
}

.become-installer-heading h1 {
    color: white;
    padding: 150px 0px;
    font-size: 45px;
    font-weight: 800;
    font-family: "Montserrat", Sans-serif;
    margin: 0px;
    font-style: italic;
}

.become-installer-heading h1 span {
    color: #ff0000;
    font-size: 30px;
}

@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: 45px;
    }
}

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

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

    .become-installer-heading h1 span {
        font-size: 20px;
    }
}

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

}




/* banner */


.franchise-section-new {
    padding: 40px 10px;
}

.franchise-content {
    padding: 15px;
}

.franchise-content h2 {
    font-size: 40px;
    font-style: italic;
    text-transform: capitalize;
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-weight: 900;
}

.franchise-content h2 span {
    color: #ff0000;
}

.franchise-content p {
    text-align: justify;
}

.franchise-content p a {
    color: #ff0000;
    text-decoration: none;
}

.franchise-img {
    padding-top: 2rem;
}

.franchise-content-dark {
    text-align: center;
}

.franchise-content-dark h2 {
    font-size: 40px;
    font-style: italic;
    text-transform: capitalize;
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-weight: 900;
}

.franchise-content-dark h2 span {
    color: #ff0000;
}

.franchise-section-business {
    background-color: #ff0000;
    margin: 30px 0px;
    padding: 40px 10px;
}

.franchise-business-heading {
    text-align: center;
}

.franchise-business-heading h2 {
    font-size: 40px;
    font-style: italic;
    text-transform: capitalize;
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-weight: 900;
}

.franchise-business-heading h2 span {
    color: #ffffff;
}


/* images hover */
.franchise-business {
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    height: 300px;
    transition: transform 0.4s;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 20px;
    align-content: center;
}

.franchise-business:hover {
    transform: scale(1.1);
    z-index: 1;
    align-content: center;
}

.franchise-business h2 {
    color: white;
    font-size: 25px;
    font-style: italic;
    text-transform: capitalize;
    font-family: "Montserrat", Sans-serif;
    font-weight: 900;
    transition: transform 0.4s;
}

.franchise-business:hover h2 {
    display: none;

}

.franchise-business p {
    color: white !important;
    display: none;
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
    transition: transform 0.4s;
    font-size: 15px;
    text-align: justify;
}

.franchise-business:hover p {
    display: block;
    transition: transform 0.4s;
}

.light h2,
.light p {
    color: black !important;
}

.franchise-form {
    padding: 40px 10px 0px 10px !important;
}


/* images hover close */

/* detailign mafia */
.franchise-detaing-business {
    padding: 30px 10px;
}

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

.detaiing-heading h2 span {
    color: #ff0000;
}

.detaiing-heading h2 {
    font-size: 40px;
    font-style: italic;
    text-transform: capitalize;
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-weight: 900;
}

.detailing-content {
    margin-top: 2rem;
}

.detailing-content p {
    text-align: justify;
}

.detailing-content p span {
    color: #000000;
    font-weight: 700;
}


/* section property */
.franchise-property-section {
    padding: 30px 10px;
}

.colum-property {
    text-align: center;
}

.colum-property img {
    width: 90%;
}

.colum-property-para h3 {
    font-size: 14px;
    font-style: italic;
    text-transform: capitalize;
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-weight: 700;
    border: 1px solid black;
    padding: 5px 12px;
    transform: skewX(-16deg);
    height: 113px;
    align-content: center;
}

.colum-property-para h3 span {
    transform: skewX(23deg) !important;
    display: block;
}

.colum-property-para h3 p {
    transform: skewX(23deg) !important;
    display: block;
}

.colum-property-para h3 span {
    color: #ff0000 !important;
}

.outletsection .project-info {
    background: rgb(0 0 0 / 73%) !important;
}

/* our footprints */

.outletsection {
    background-color: #c6c6c6;
    padding-bottom: 38px !important;
    padding: 38px 0px 30px 0px;
}


/* franchise video slider */
.franchise-slider-dark {
    background-color: black;
    padding: 40px 10px;
}




@media (max-width:1400px) {
    .franchise-img {
        padding-top: 5rem;
    }
}

@media (max-width:1200px) {
    .franchise-content h2 {
        font-size: 35px;
    }

    .franchise-img {
        padding-top: 12rem;
    }

    .franchise-business p {
        margin: 3rem 0rem;
    }
}


@media (max-width:997px) {
    .franchise-section-row .col-md-6 {
        width: 100% !important;
    }

    .franchise-img {
        padding-top: 1rem;
    }

    .franchise-content-dark {
        margin-top: 2rem;
    }

    .franchise-content-dark h2 {
        font-size: 30px;
    }

    .franchise-business-row .col-md-3 {
        width: 50%;
    }

    .colum-property-para h3 {
        font-size: 12px;
    }

    .franchise-business p {
        margin: 5rem 0rem;
    }

    .franchaise-with-sec form {
        padding: 30px 30px !important;
    }

    .franchaise-with-sec input[type=submit] {

        width: 20% !important;
    }
}

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

    .franchise-business-heading h2 {
        font-size: 30px;
    }

    .colum-property-para h3 {
        font-size: 13px;
    }

    .property-row .col-md-3 {
        width: 50%;
    }

    .colum-property-para h3 {
        border: none;
    }

    .franchise-business p {
        margin: 3rem 0rem;
    }

    .franchaise-with-sec input[type=submit] {
        width: 25% !important;
    }
}

@media (max-width:550px) {
    .franchise-content h2 {
        font-size: 30px;
    }

    .franchise-content {
        padding: 0px;
    }

    .franchise-content-dark h2 {
        font-size: 25px;
    }

    .franchise-business p {
        font-size: 13px;
    }

    .franchise-business h2 {
        font-size: 20px;
    }

    .detaiing-heading h2 {
        font-size: 37px;
    }

    .franchise-business-heading h2 {
        font-size: 30px;
    }

    .franchise-business p {
        margin: 4rem 0rem;
    }

    .franchaise-with-sec input[type=submit] {
        width: 50% !important;
    }
}

@media (max-width:450px) {
    .franchise-content h2 {
        font-size: 25px;
    }

    .franchise-content-dark h2 {
        font-size: 23px;
    }

    .franchise-business p {
        margin: 3rem 0rem;
    }
}


@media (max-width:400px) {
    .franchise-business h2 {
        margin-top: 8rem;
    }

    .franchise-business-heading h2 {
        font-size: 27px;
    }

    .franchise-business p {
        margin: 2rem 0rem;
    }
}




/* form franchise */
label {
    color: red;
}

.franchaise-with-sec form {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 36px 51px;
    border-radius: 13px;
    margin-bottom: 60px;
    margin-top: 3rem;
}

.form-group {
    margin-bottom: 1rem;
    text-align: start;
}

.franchaise-with-sec label {
    font-size: 14px;
}

.franchaise-with-sec input[type=text],
select,
textarea {
    width: 100%;
    border: 0;
    border-radius: 4px;
    resize: vertical;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #8b8181;
    padding: 12px;
    /* background: #f7f7f7; */
    margin-bottom: 6px;
}

.form-control {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.franchaise-with-sec input {
    height: 44px;
}

.franchaise-with-sec input[type=submit] {
    background-color: #000000;
    color: #FFF;
    padding: 10px 28PX 14px 28px;


    border-radius: 8px;
    cursor: pointer;
    /* width: 100%; */
    font-weight: 600;
    FONT-FAMILY: 'MONTSERRAT';
    font-size: 16px;
    transition: 400ms;
    width: 15%;
    margin: auto;
    margin-top: 2rem;
}








/* code phele ke */

/*@import url(https://fonts.googleapis.com/css?family=Montserrat:700);*/

/*@import url(https://fonts.googleapis.com/css?family=Merriweather);*/



.outletsection .nav-item.active:before {
    width: 100%;
}

.outletsection .portfolio {
    display: flex;

    flex-flow: row wrap;

    padding: 0;

    margin: 0;

    list-style: none;

    width: 100%;
}

.outletsection .project {
    position: relative;

    flex: 1 0 calc(100% - 20px);

    margin: 10px;

    background: rgba(89, 89, 89, 0.7);
}

.outletsection .project-info {
    background: rgba(89, 89, 89, 0.7);
}

/* video slider css */

.YT__layout {
    width: 95%;

    max-width: 1400px;

    margin: 0 auto;
}

.YT__header {
    padding: 6px 0;

    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

.YT__brand {
    display: flex;

    align-items: center;

    color: rgba(0, 0, 0, 0.54);

    transition: 0.2s all;

    text-decoration: none;
}

.YT__brand:hover {
    color: rgba(0, 0, 0, 0.87);
}

.YT__logo {
    width: 32px;

    margin-right: 16px;
}

.YT__thumbnail {
    display: inline-block;

    margin: 5px;
}

.YT__thumbnail img {
    max-width: 160px;

    width: 100%;

    height: auto;
}

.YT__title {
    margin: 1.67em 0 0.83em;

    padding-bottom: 3px;

    font-size: 24px;

    line-height: 1.33;

    font-weight: 300;

    letter-spacing: -0.01em;

    border-bottom: 1px solid #ebebeb;
}

.video-block {
    max-width: 850px;

    padding: 0 50px;

    margin: 40px auto 0;

    position: relative;

    animation-fill-mode: none;
    /* фикс chrome fullscreen mode*/

    /*   https://github.com/twbs/bootstrap/issues/24233
  
  -webkit-backface-visibility: hidden
  
  62. fixed */
}

.video-container {
    position: relative;

    padding-bottom: 55.25%;
    /* 16:9 */

    height: 0;

    overflow: hidden;

    background-color: #000;

    border: 10px solid red;
}

.video-container .backdrop {
    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    background-color: rgba(255, 255, 255, 0);

    cursor: pointer;

    z-index: 1;
}

.video-container iframe {
    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;
}

.video-block .owl-prev,
.video-block .owl-next {
    display: block;

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    width: 20px;

    height: 20px;

    z-index: 5;

    cursor: pointer;

    -webkit-transition: all 0.2s ease-out;

    -moz-transition: all 0.2s ease-out;

    -o-transition: all 0.2s ease-out;

    transition: all 0.2s ease-out;
}

.video-block .owl-prev:after,
.video-block .owl-next:after {
    content: "";

    display: block;

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    border-radius: 2px;

    transform: rotate(45deg);
}

.video-block .owl-next {
    right: -30px;
}

.video-block .owl-next:after {
    border-right: 4px solid #ff0000;

    border-top: 4px solid #ff0000;
}

.video-block .owl-next:hover {
    right: -33px;
}

.video-block .owl-prev:after {
    border-left: 4px solid #ff0000;

    border-bottom: 4px solid #ff0000;
}

.video-block .owl-prev {
    left: -30px;
}

.video-block .owl-prev:hover {
    left: -33px;
}

.video-block .owl-pagination {
    margin-top: 10px;

    text-align: center;
}

.video-block .owl-page {
    display: inline-block;

    vertical-align: middle;
}

.video-block .owl-page span {
    display: block;

    margin-left: 8px;

    width: 7px;

    height: 7px;

    background-color: #ff0000;

    border: 2px solid #ff0000;

    border-radius: 100%;
}

.video-block .owl-page.active span {
    width: 11px;

    height: 11px;

    background-color: transparent;
}

/* video slider css */

@media (min-width: 520px) {
    .outletsection .project {
        flex: 0 0 calc((100% / 4) - 20px);
    }
}

@media (min-width: 860px) {
    .outletsection .project {
        flex: 0 0 calc((100% / 4) - 20px);
    }
}

.outletsection .project-image img {
    display: block;

    width: 100%;

    height: 200px;

    transition: all 350ms ease-in;

    outline-offset: -4px;

    border: 3px solid #ff0000;

    transition: transform 0.2s;
}

.outletsection .project-info {
    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    padding: 40px;

    color: #f6f6f6;

    background: rgba(89, 89, 89, 0.7);

    opacity: 1;

    transition: all 350ms ease-in;

    outline-offset: -4px;

    border: 3px solid #ff0000;

    transition: transform 0.2s;
}

.outletsection .project-info:hover,
.outletsection .project-image img:hover {
    /*box-shadow: 0 5px 50px rgba(2, 2, 2, 8);*/

    -ms-transform: scale(1.5);
    /* IE 9 */

    -webkit-transform: scale(1.5);
    /* Safari 3-8 */

    transform: scale(1.1);

    z-index: 1;
}



@media (max-width: 520px) {
    .outletsection .project-info {
        opacity: 0.8;
    }

    .outletsection .nav {
        background: #0000;

        transform: skewX(20deg);

        display: flex;

        flex-flow: row wrap;

        justify-content: center;

        flex: 1 1 auto;

        padding: 0px 0px;

        margin-top: 125px;

        margin-bottom: 50px;

        position: relative;

        width: 100%;

        height: 50px;
    }
}

.outletsection .project-info-title {
    margin: 0 0 0.5em;

    font-size: 20px;

    text-align: center;

    text-transform: uppercase;
}

.outletsection .project-info-button {
    padding: 0.5em 1em;

    color: inherit;

    text-decoration: none;

    border: 1px solid #f6f6f6;

    border-radius: 3px;

    transition: all 350ms;
}

.outletsection .project-info-button:hover {
    color: #595959;

    background: #f6f6f6;

    border-color: #f6f6f6;
}


@media (max-width:768px) {
    .outletsection .project-info-title {
        font-size: 17px;
    }
}

@media (max-width:768px) {
    .outletsection .project-info-title {
        font-size: 18px;
    }
}





/* franchise form */

/* tab view */


@media (max-width:1400px) {
    .franchise-business {
        height: 330px;
    }

    .franchise-business p {
        font-size: 13px;
    }
}

@media (max-width:768px) {
    .outletsection .project {
        flex: auto;
        /* width: 33.33% !important; */
    }

    .franchise-business {
        height: 290px;
    }
}

@media(max-width:600px) {
    .franchise-business {
        height: auto;
    }

    .franchise-business-row .col-md-3 {
        width: 100%;
    }

    .franchise-business h2 {
        margin-top: 0rem;
    }

    .franchise-business {
        align-content: center;
        padding: 50px 10px;
    }
}


/* bottom video slider */

.exclusive-brands-section {
    background: black !important;
    padding: 40px 10px;
}

.glimpse-youtube p {
    color: white !important;
}

.glimpse-youtube iframe {
    width: 700px;
    height: 500px;
    border: 10px solid red;
    border-radius: 5px;
}

@media (max-width:768px) {
    .glimpse-youtube iframe {
        width: 100%;
    }

}




/* 06-06-24 */
.franchise-section-business-a {
    text-align: center;
    margin-top: 3rem;
}

.franchise-section-business-a a {
    color: white;
    text-decoration: none;
    font-size: 22px;
    font-weight: 700;
    border: 2px solid white;
    padding: 7px 25px;
    transition: 0.4s;
}

.franchise-section-business-a a:hover {
    background: white;
    color: black;
}

.footprints a {
    background-color: #ff0000;
    color: white;
    border-radius: 5px;
    margin-top: 1rem;
}

.footprints a:hover {
    background-color: #d00808;
    color: white;
}





.exclusive-brands-sectionn {
    background: black !important;
    padding: 40px 10px;
}

.exclusive-brands-sectionn .section-container {
    padding: 0px 400px !important;
}

@media (max-width:1700px) {
    .exclusive-brands-sectionn .section-container {
        padding: 0px 300px !important;
    }
}

@media (max-width:1440px) {
    .exclusive-brands-sectionn .section-container {
        padding: 0px 200px !important;
    }
}

@media (max-width:1250px) {
    .exclusive-brands-sectionn .section-container {
        padding: 0px 100px !important;
    }
}

@media (max-width:1100px) {
    .exclusive-brands-sectionn .section-container {
        padding: 0px 50px !important;
    }
}

@media (max-width:997px) {
    .exclusive-brands-sectionn .section-container {
        padding: 0px 0px !important;
    }
}






/* banner */
@media (max-width:997px) {
    .section-banner-franchise {
        background-position-x: -405px;
    }
}

@media (max-width:768px) {
    .section-banner-franchise {
        background-position-x: -405px;
        background-position-y: -59px;
    }
}

@media (max-width:500px) {
    .section-banner-franchise {
        background-color: black;
    }
}


/* FAQ Section*/
.details {
    --padding: 10px;
    border: 1px solid #ffffff3b;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    margin: 8px 0px;
}

.details+.details {
    margin-top: 15px;
}

.details__title {
    --width: 15px;
    --height: 2px;
    --radius: 1px;
    --color: currentColor;
    margin: 0;
    padding: var(--padding) calc(var(--width) * 2) var(--padding) var(--padding);
    cursor: pointer;
    transition: all .2s ease-in-out;
    position: relative;
    color: white;
}

.details__title:before,
.details__title:after {
    content: '';
    display: block;
    width: var(--width);
    height: var(--height);
    background-color: var(--color);
    position: absolute;
    border-radius: var(--radius);
    top: calc(50% - (var(--height) / 2));
    right: calc(var(--width) / 2);
    transition: all .2s ease-in-out;
}

.details__title:after {
    rotate: 90deg;
}

.details__container[open] .details__title:before {
    rotate: 45deg;
    /* rotate: 135deg; */
}

.details__container[open] .details__title:after {
    rotate: 135deg;
    /* rotate: 225deg; */
}

.details__container[open] .details__title {
    background-color: #f3f3f3;
}

.details__summary::marker {
    content: '';
}

.details__desc {
    display: grid;
    grid-template-rows: 0fr;
    transition: all .2s ease-in-out;
    overflow: hidden;
    padding-inline: var(--padding);
    pointer-events: none;
}

.details__container[open]+.details__desc {
    grid-template-rows: 1fr;
    padding-block: var(--padding);
}

.details__desc-inner {
    min-height: 0;
}

.section-faq {
    /* padding: 70px 0px 70px 0px; */
    background: url(https://www.thedetailingmafia.com/assets/images/our-services/paint-protection/Inside-lower-image.jpg), rgba(0, 0, 0, 0);
    /* padding: 70px !important; */
    border-radius: 10px;
    background-position: center;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: cover;
}

.details__title {
    font-size: 18px;
    padding: 20px 15px;
}

.heading-faq h3 {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    color: white;
}

.heading-faq h3 span {
    color: #f4001a;
}

.heading-faq {
    margin-bottom: 1rem;
}

.container-faq {
    background: url(https://www.thedetailingmafia.com/assets/images/our-services/paint-protection/Inside-lower-image.jpg), rgba(0, 0, 0, 0);
    padding: 70px !important;
    border-radius: 10px;
    background-position: center;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: cover;
}

.details__desc-inner {
    color: #d3d3d3;
}

.details__container[open] .details__title {
    background-color: #f3f3f300;
}

@media(max-width:997px) {
    .heading-faq h2 {
        font-size: 29px;
    }

    .details__title {
        font-size: 15px;
        padding: 20px 15px;
    }
}

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

    .container-faq {
        padding: 60px 20px !important;
    }

    .details__title {
        font-size: 16px;
    }

    .heading-faq h3 {
        font-size: 25px;
    }
}

/* faq section CLOSE */