/* START OF SERVICING SECTION */

@media screen and (min-width: 1700px) {
    .workshop_content_wrapper .container {
        max-width: 1613px;
        padding: 0;
    }
}
@media screen and (min-width: 992px) {
    #servicing-individual-page.tow-truck .btn-div {
        padding-top: 10px;
        padding-bottom: 25px;
    }
}
.workshop_content_wrapper.home_workshop{
    margin-top: -345px;
    padding-bottom: 125px;
    background-image: url(/images/home/brandwindow-brnd-bottom.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top 345px;
}
.workshop_content_wrapper .workshop_content_wrapper {
    width: 100%;
    height: 100%;
}
.workshop_content_wrapper .servicing-grid .dark-btn {
    max-width: 247px;
}
.workshop_content_wrapper .servicing-grid-part-text p {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 25px;
    width: 100%;
    max-width: 283px;
}
.workshop_content_wrapper .servicing-grid-part-text h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: capitalize;
    color: white;
    max-width: 283px;
}
.workshop_content_wrapper h3.main_heading {
    color: var(--secondary-color);
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    text-transform: none;
    position: relative;
    margin: 0px auto 32px;
}
.workshop_content_wrapper.workshop_page {
    padding-bottom: 75px;
}
.workshop_content_wrapper.workshop_page h3.main_heading {
    font-size: 22px;
    font-weight: 500;
    line-height: 25px; 
    min-height: 38px;
    margin-bottom: 21px;
    margin-top: 26px;
    text-transform: capitalize;
}
#servicing-page p.main_para {
    color: var(--primary-color);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin: 0 auto;
    padding-top: 37px;
    max-width: 730px;
}
.workshop_content_wrapper .servicing-grid-part {
    position: relative;
    filter: drop-shadow(4px 2px 4px rgba(9, 31, 66, 0.50));
}

.workshop_content_wrapper .servicing-grid-image-part img {
    width: 100%;
    cursor: pointer;
    border-radius: 25px 25px 0 0;
}

.workshop_content_wrapper .container .heading.bottom {
    margin: 0 auto;
    margin-bottom: 87px;
}

.workshop_content_wrapper .servicing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 28px;
    padding: 0;
}
.workshop_content_wrapper .servicing-grid-part-text {
   cursor: pointer;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    min-height: 80px;
    padding: 0 12px;
    background: var(--secondary-color);
    border: 1px solid var(--tertiary-color-v2);
    border-top: none;
    border-radius: 0 0 25px 25px;
    padding-bottom: 5px;
}
@media screen and (min-width: 1100px) and (max-width: 1299px) {
    .workshop_content_wrapper .container {
        max-width: 95%;
        padding-inline: 0;
    }
}
@media screen and (min-width: 1100px) and (max-width: 1699px) {
    .workshop_content_wrapper .servicing-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
    .workshop_content_wrapper .container {
        padding-bottom: 50px;
        gap: 35px;
        max-width: 720px;
        padding-inline: 0;
    }
    .workshop_content_wrapper .servicing-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 767px) {
    #servicing-page p.main_para {
        font-size: 15px;
        line-height: 20px;
        padding: 27px 10px 0;
    }
    .workshop_content_wrapper.home_workshop{
        order: 2;
        margin-top: -47px;
        padding-bottom: 44px;
        background-image: url(/images/home/mobile-brand-window-bottom.jpg);
        background-position: center top;
    }
    .workshop_content_wrapper .servicing-grid {
        display: grid;
        grid-template-columns: 1fr;
        padding-bottom: 0;
        grid-row-gap: 10px;
    }
    .workshop_content_wrapper .servicing-grid-part-text {
       padding: 24px 15px 23px;
        min-height: auto;
    }
    
    .workshop_content_wrapper .servicing-grid-part-text h3 {
        min-height: auto;
    }
    .workshop_content_wrapper .container {
        padding-bottom: 0px;
        padding-inline: 22.5px;
    }

    .workshop_content_wrapper .servicing-grid p {
        font-size: 15px;
        line-height: 20px;
        min-height: auto;
    }

    .workshop_content_wrapper h3.main_heading {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 22px;
    }
    .workshop_content_wrapper .servicing-grid-part-text h3 {
        font-size: 18px;
        max-width: 255px;
        line-height: 22px;
    }

    .workshop_content_wrapper p.main_para {
        padding-top: 24px;
    }
}

@media screen and (max-width:369px) {
    .workshop_content_wrapper .container {
        padding-inline: 15px;
  }
}
/* SERVICING PAGE */
/* SERVICING INDIVIDUAL */

#servicing-individual-page {
    padding-top: 62px;
    padding-bottom: 104px;
    position: relative;
    min-height: 70vh;
}

#servicing-individual-page .container {
    z-index: 2;
    padding: 49px 66px 30px;
    position: relative;
    color: #132037;
    border-radius: 25px;
    background: linear-gradient(102deg, #FFF 17.87%, rgba(255, 255, 255, 0.70) 73.58%);
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 768px) {
    #servicing-individual-page .container .right-content{
        position: absolute;
        right: 23px;
        bottom: 52px;
    }
    #servicing-individual-page .container .right-content.nct-logo{
        right: 22px;
        bottom: 34px;
    }
    #servicing-individual-page .container {
        max-width: 707px;
    }
    #servicing-individual-page .container{
        min-height: 402px;
    }
}

#servicing-individual-page.funky_vehicles .btn-div{
    text-align: center;
    padding-top: 34px;
}
#servicing-individual-page.funky_vehicles {
    padding-bottom: 72px;
}
#servicing-individual-page.funky_vehicles .grid-section p{
    margin-left: 8px;
}
#servicing-individual-page.funky_vehicles .grid-section h3{
    font-size: 22px;
    font-weight: 500;
    line-height: 25px;
    margin-top: 23px;
    text-transform: capitalize;
    margin-left: 8px;
}
#servicing-individual-page.funky_vehicles .grid-section img{
    border-radius: 10px;
}
#servicing-individual-page.funky_vehicles .grid-section{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 28px;
    margin-top: 45px;
}
#servicing-individual-page.funky_vehicles h1{
    text-align: center;
}
#servicing-individual-page.funky_vehicles .container {
    max-width: 90%;
    padding: 49px 40px 54px;
}
@media screen and (min-width: 1400px) {
    #servicing-individual-page.funky_vehicles .container {
        max-width: 1341px;
        padding-left: 68px;
        padding-right: 71px;
    }
}
@media screen and (max-width: 1399px) {
    #servicing-individual-page.funky_vehicles .grid-section img {
        width: 100%;
    }
}
#servicing-individual-page .servicing-individual-content {
    display: flex;
    justify-content: space-between;
}
#servicing-individual-page h1 {
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 15px;
}
#servicing-individual-page p,
#servicing-individual-page a.evt-phone {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
#servicing-individual-page a.evt-phone {
    color: var(--primary-color);
}
#servicing-individual-page a.evt-phone img {
    margin-left: 5px;
    margin-right: 12px;
    margin-top: -1px;
}
#servicing-individual-page a.make-it-bold {
    font-weight: 700;
}

#servicing-individual-page a.evt-phone{
    color: #102346;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
#servicing-individual-page h5{
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    text-transform: capitalize;
    margin-top: 46px;
    margin-bottom: 8px;
}
#servicing-individual-page.bodywork h5,
#servicing-individual-page.puncture-repair h5{
    margin-top: 23px;
}
#servicing-individual-page p {
    margin-bottom: 0;
}
#servicing-individual-page ul li{
   line-height: 22px;
    padding-left: 4px;
}
#servicing-individual-page.valeting ul li{
  line-height: 21.5px;
}
#servicing-individual-page ul {
    margin-bottom: 25px;
    padding-inline-start: 24px;
}
#servicing-individual-page.valeting ul{
    margin-bottom: 13px;
}
#servicing-individual-page.nct .left-content p {
    margin-bottom: 38px;
}
#servicing-individual-page .left-content {
    width: 477px;
}
#servicing-individual-page.max-content .left-content {
  width: 493px;
}
#servicing-individual-page .btn-div {
    padding-top: 27px;
}
#servicing-individual-page .dark-btn {
    max-width: 271px;
}
@media screen and (max-width: 1199px) {
    #servicing-individual-page.funky_vehicles .container {
        max-width: 97%;
        padding: 49px 25px 54px;
    }
    #servicing-individual-page.funky_vehicles .grid-section {
        grid-gap: 20px;
    }
}
@media screen and (min-width:768px) and (max-width: 991px) {
    #servicing-individual-page.funky_vehicles .grid-section p,
    #servicing-individual-page.funky_vehicles .grid-section h3 {
        margin-left: 0;
    }
}
@media screen and (max-width: 767px) {
    #servicing-individual-page.funky_vehicles .container {
        max-width: 100%;
        padding: 25px 20px 30px;
    }
    #servicing-individual-page.funky_vehicles .grid-section h3 {
        font-size: 20px;
        margin-top: 20px;
    }
    #servicing-individual-page.funky_vehicles .grid-section{
       grid-template-columns: 1fr;
        margin-top: 22px;
        row-gap: 30px;
        max-width: 415px;
        margin-inline: auto;
    }
    #servicing-individual-page a.evt-phone, 
    #servicing-individual-page .servicing-individual-content p,
    #servicing-individual-page ul>li,
    #servicing-individual-page .servicing-individual-content p.anchor,
    #servicing-individual-page p,
    #servicing-individual-page .servicing-individual-content p a.anchor,
    #servicing-individual-page .call-flex {
        font-size: 15px;
        line-height: 20px;
    }
    #servicing-individual-page {
        padding-inline: 18px;
        padding-top: 30px;
    }
    #servicing-individual-page .container .right-content.nct-logo img{
        width: 120px;
        margin-left: -10px;
        margin-bottom: -10px;
    }
    #servicing-individual-page .left-content {
        padding-top: 0;
    }
    #servicing-individual-page .servicing-individual-content {
        gap: 10px;
        flex-direction: column-reverse;
    }

    #servicing-individual-page.w-logo p.make-it-bold {
        width: 70%;
    }

    #servicing-individual-page .container {
        padding: 30px 20px 40px;
    }
    #servicing-individual-page a.evt-phone
    #servicing-individual-page .servicing-individual-content p,
    #servicing-individual-page .servicing-individual-content p.anchor {
        font-size: 15px;
        line-height: 20px;
    }
    #servicing-individual-page h1 {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 14px;
        margin-top: 10px;
    }
    #servicing-individual-page.w-logo h1 {
        width: 65%;
    }
    #servicing-individual-page.max-content .left-content,
    #servicing-individual-page .left-content {
        width: 100%;
    }

    #servicing-individual-page .call-flex img.call-icon {
        margin-right: 7px;
    }
}

@media screen and (max-width:330px) {
    #servicing-individual-page .container {
        padding-inline: 15px;
    }
}

