* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}

/* banner section */

.banner-section {
    background: url('https://www.thedetailingmafia.com/assets/images/our-specials/locate-our-outlets/locate-our-outlets.jpg'), rgba(0, 0, 0, 0.653);
    background-blend-mode: multiply;
    height: 400px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    align-content: center;
}

.heading {
    align-content: center;
}

.heading h2 {
    color: white;
    font-size: 35px;
    font-weight: 800;
}


.heading h2 span {
    -webkit-text-stroke: 1px rgb(255, 255, 255);
    color: transparent;
}

.heading h2 strong {
    color: red;
}

.images img {
    width: 100%;
    border: 5px solid red;
    border-radius: 10px;
}

.heading ul {
    display: flex;
    padding-top: 1rem;
    position: relative;
    padding-left: 0rem;
}

.heading ul li {
    list-style: none;
}

.heading ul li a {
    margin: 0px 8px;
}

.heading ul li a i {
    color: white;
    font-size: 35px;
}

@media(max-width:768px) {
    .banner-section {
        height: auto;
        padding: 60px 10px;
    }

    .heading h2 {
        text-align: center;
    }

    .heading ul {
        justify-content: center;
    }

    .images img {
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
}

@media(max-width:500px) {
    .banner-section {
        background: url('https://www.thedetailingmafia.com/assets/images/our-specials/locate-our-outlets/locate-our-outlets.jpg'), rgba(0, 0, 0, 0.564);
        background-blend-mode: multiply;
        background-position-x: -653px !important;
    }


}

/* banner section close */

/* section-call */
.section-call {
    padding: 40px 10px;
}

.buttons {
    text-align: center;
}

.buttons a {
    background: black;
    padding: 10px 30px;
    color: white;
    text-decoration: none;
    border-radius: 100px;
    margin: 0px 10px;
    border: 2px solid red;
}

.buttons a i {
    font-size: 20px;
}

@media(max-width:500px){
    .buttons a {
    padding: 10px 20px;
        margin: 0px 4px;
    }
    
}

/* section-call  close*/


/* content-section */
.content-section {
    padding: 10px 10px;
}

.heading-section h2 {
    color: red;
    font-weight: 700;
    margin: 10px 0px;
    text-align: center;
    margin-bottom: 30px;
}

.heading-section h3 {
    color: rgb(0, 0, 0);
    font-weight: 500;
    margin: 10px 0px;
    font-size: 28px;
}

.heading-section p {
    font-size: 15px;
    text-align: justify;
}

/* content-section  close*/


/* section-detail */
.section-detail{
    padding: 30px 10px;
}
.row-detail .col-detail2{
    padding: 10px;
}
.row-detail .col-detail2 .contact-detail{
     box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
      padding: 5px 20px;
}
.row-detail .col-detail2 .contact-detail h2{
    color: black;
    font-weight: 800;
 text-transform: uppercase;
 font-size: 30px;
 text-align: center;
 margin-bottom: 20px;
}
.row-detail .col-detail2 .contact-detail h2 span{
    -webkit-text-stroke: 1px rgb(0, 0, 0);
    color: transparent;
}
.row-detail .col-detail2 .contact-detail h2 strong{
    color: red;
}

.row-detail .col-detail2 .contact-detail h3{
    font-size: 18px;
    font-weight: 800;
}
.row-detail .col-detail2 .contact-detail h3 i{
    color: red;
    margin-right: 5px;
    position: relative;
}

.row-detail .col-detail2 .contact-detail p{
    font-size: 15px;
    margin-left: 33px;
}
.row-detail .col-detail2 .contact-detail h3 i:before {
    content: var(--fa) / "";
    background: black;
    padding: 7px;
    border-radius: 5px;
    font-size: 13px;
}

@media(max-width:999px){
       .row-detail {
                flex-direction: column-reverse;
       }
    .row-detail .col-detail1 , .row-detail .col-detail2{
        width: 100%;
    }
    .row-detail .col-detail2{
        margin-bottom: 2rem;
    }
}

@media(max-width:500px){
     .row-detail .col-detail2 .contact-detail{
        padding: 20px ;
     }
    .row-detail .col-detail2 .contact-detail h2 {
       font-size: 27px;
    }
}

/* section-detail close */