/* ABOUT PAGE STYLING */

@media screen and (min-width: 1300px) {
    .container.below-section {
        max-width: 1210px;
        padding: 0;
        padding-left: 63px;
    } 
    
}

.container.below-section {
    padding-top: 47px;
    padding-bottom: 44px;
    display: flex;
    flex-direction: column;
    gap: 56px;
}

.below-section .text-content {
    display: flex;
    justify-content: start;
    align-items: start;
    text-align: left;
    gap: 121px;
}

.below-section  .text-content .left-content {
    width: 516px;
}
.below-section  .text-content.first .left-content {
    padding-top: 11px;
}
.below-section  .text-content.second .right-content {
    padding-top: 14px;
}
.below-section  .text-content.third .right-content {
    padding-top: 39px;
}

.below-section .text-content h3 {
    color: #224984;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 15px;
    padding: 0;
    text-transform: capitalize;
}

.below-section .text-content h4 {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    padding: 0;
    padding-bottom: 21px;
    margin-left: 1px;
}

.below-section .text-content p, .below-section .text-content ul>li {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.below-section .text-content p {
    margin-bottom: 20px;
    margin-left: 1px;
}

.below-section .text-content ul {
    padding-inline-start: 25px;
    margin-bottom: 23px;
}

.below-section .btn-div {
    display: flex;
    align-items: start;
    justify-content: start;
    margin-left: -2px;
    padding-top: 8px;
}

.below-section .logos_flex {
    margin-top: -54px;
    display: flex;
    align-items: start;
    justify-content: start;
    margin-left: -11px;
    flex-wrap: wrap;
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .below-section .logos_flex {
        margin-top: -20px;
    }
}

.below-section .logos_flex img:nth-child(2) {
    margin-top: 26px;
    margin-left: 9px;
    margin-right: 37px;
}
.below-section .logos_flex img:nth-child(3) {
    margin-top: 11px;
}
.below-section .logos_flex img:nth-child(4) {
    margin-top: 5px;
    margin-left: 46px;
    margin-right: 9px;
}
.below-section .logos_flex img:nth-child(4) {
    margin-top: 15px;
}
.below-section .logos_flex img:nth-child(5) {
    width: 120px;
    margin-left: 10px;
    margin-top: -2px;
}

@media screen and (min-width: 1200px) {
    .below-section .text-content.second .btn-div {
        padding-top: 38px;
    }
    .below-section .text-content.third h3 {
        margin-bottom: 13px;
    }
    .below-section .text-content p.diff-mb {
        margin-bottom: 22px;
    }

    .below-section .text-content.second {
        gap: 128px;
    }
    
    .below-section .text-content.third {
        gap: 98px;
    }
}


.about .btn-div .common-btn {
    width: 236px;
    height: 50px;
    background: var(--button-color);
    border-radius: 5px;
    color: var(--primary-color);
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: unset; 
    text-transform: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

#about section.top_logos {
    min-height: 168px;
    display: flex;
    align-items: start;
    justify-content: start;
    background: linear-gradient(90deg, #224984 0%, #1758B6 65.78%, #5583C8 100%), #D9D9D9;
    padding-top: 34px;
}

#about section.top_logos .part {
	display:flex;
	justify-content:center;
	align-items:center;}

@media screen and (min-width: 1300px) {
    #about section.top_logos .container {
        max-width: 1238px;
        padding: 0;
        padding-right: 13px;
    }
}
#about section.top_logos .container {
    display: grid;
    grid-template-columns: 31.4% 29.9% 23.9% auto;
}

#about section.top_logos .container .part:first-child img {
    margin-top: 5px;
}

#about section.top_logos .container .part:nth-child(2) img {
	width: 250px;
}

#about section.top_logos .container .part:nth-child(3) img {
    margin-top: 9px;
}
#about section.top_logos .container .part:last-child img {
    margin-top: 19px;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .below-section .logos_flex {
        margin-top: -30px;
    }
}

@media screen and (max-width: 1200px) {
    .below-section .text-content .right-content img {
        width: 100%;
    }
    .below-section .text-content {
        gap: 50px;
    }
    .below-section .text-content.second {
        gap: 115px;
    }
    .container.below-section {
        gap: 30px;
    }
    #about section.top_logos .container {
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 25px;
    }
    #about section.top_logos {
        padding-top: 25px;
        padding-bottom: 35px;
    }
    #about section.top_logos .container .part {
        display: grid;
        place-content: center;
    }
}

@media screen and (max-width: 992px) {
    .below-section .text-content .left-content {
        width: 100%;
    }
    .below-section .text-content {
        flex-direction: column-reverse;
        gap: 15px;
    }
    .below-section .text-content.first .left-content, .below-section .text-content.second .right-content, .below-section .text-content.third .right-content {
        padding-top: 0;
    }
    .below-section .text-content.second {
        gap: 15px;
        flex-direction: column;
    }
    .below-section .container.top{
        padding: 0;
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .below-section .btn-div {
        padding-top: 10px;
        padding-left: 0;
    }
    .below-section .text-content .right-content {
        width: 100%;
        text-align: left;
    }
    .below-section .text-content .right-content img {
        width: auto;
    }
}

@media screen and (max-width: 767px) {
    #about section.top_logos .container .part img {
        width: 140px;
    }
    #about section.top_logos .container .part:nth-child(2) img {
        width: 120px;
    }
    #about section.top_logos .container .part:nth-child(3) img {
        width: 100px;
    }
    #about section.top_logos .container .part:last-child img {
        width: 90px;
    }
    #about .right-content_video iframe {
        height: 200px !important;
    }
    .below-section .text-content .right-content img {
        width: 100%;
    }
    .below-section .container.top{
        padding: 15px 15px 30px;
    }
    .below-section .text-content p{
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 14px;
    }
    .below-section .text-content a.evt-phone {
        font-size: 14px;
        line-height: 19px;
    }
    .below-section .sign-div {
        padding-top: 0;
    }

    .below-section .text-content h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .container.below-section {
        padding-top: 25px;
        padding-bottom: 35px;
    }
    .below-section .text-content h4 {
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 8px;
    }
    .below-section .text-content .right-content .crest-div img {
        width: 250px;
    }
    .below-section .text-content .left-content {
        padding-top: 0;
    }
    .below-section .logos_flex {
        flex-wrap: wrap;
        margin-top: -28px;
        justify-content: center;
        gap: 15px;
        row-gap: 10px;
        margin-left: 0;
    }
    .below-section .logos_flex img {
        width: 100px;
    }
    .below-section .logos_flex img:nth-child(3) {
        width: 55px;
        margin-top: 3px;
    }
    .below-section .logos_flex img:nth-child(4) {
        width: 50px;
        margin-left: 32px;
        margin-right: 0px;
    }
    .below-section .logos_flex img:nth-child(5) {
        width: 100px;
        margin-left: 7px;
        margin-top: 1px;
    }
    .below-section .logos_flex img:nth-child(2) {
        margin-right: 25px;
        margin-top: 18px;
    }
}

@media screen and (max-width: 330px) {
    .below-section .logo-flex {
        gap: 15px;
    }

    #fleet.below-section .right-content .repairs-page__btn {
        width: 95%;
    }
    #about section.top_logos .container {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    #about section.top_logos {
        padding-top: 18px;
        padding-bottom: 28px;
    }
}

/* END OF ABOUT STYLING */

/* START OF WARRANTY STYLING */

@media screen and (min-width: 1600px) {
    #warranty .container.below-section {
        max-width: 1562px;
        padding: 0;
        padding-right: 81px;
    }
}

#warranty .container.below-section {
    padding-top: 46px;
    padding-bottom: 48px;
}
#warranty .below-section .text-content .left-content {
    width: auto;
    display: flex;
    align-items: start;
    gap: 88px;
    padding-top: 2px;
}

#warranty .below-section .text-content.second .left-content {
    gap: 90px;
    padding-top: 0;
}

#warranty .below-section .text-content.second .left-content img {
    height: 120px;
}
#warranty .below-section .text-content.second .right-content {
    padding-top: 14px;
}

@media screen and (min-width: 767px) {
    #warranty .below-section .text-content h3 {
        font-size: 22px;
        margin-bottom: 22px;
    } 
    #warranty .below-section .text-content h4 {
        padding-bottom: 26px;
        margin-left: 2px;
    }   
}

#warranty .below-section .text-content.second .right-content img.profile {
    border-radius: 5px;
    border: 11px solid #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 16px;
}

#warranty .container.below-section.pt2 {
    padding-top: 60px;
    padding-bottom: 46px;
}

#warranty .below-section .text-content {
    gap: 108px;
}

#warranty .below-section .text-content.first {
    gap: 71px;
}

#warranty .below-section .text-content .profile-content h3 {
    margin-bottom: 4px;
    line-height: 20px;
}


#warranty .below-section .text-content .profile-content p {
    margin-bottom: -5px;
    margin-left: 0;
}
#warranty .below-section .text-content.second h4 {
    margin-left: 1px;
}

#warranty .stripe-line {
    background-image: url("/images/common/warranty-stripe.svg");
    background-repeat: no-repeat;
    height: 102px;
    background-position: left;
}

#warranty .below-section .text-content.second .btn-div {
    margin-left: 0;
}
@media screen and (min-width: 1300px) {
    #warranty .container.below-section.pt2 {
        max-width: 1236px;
        padding-right: 63px;
        padding-left: 0;
    }
}

@media screen and (max-width: 1600px) {
    #warranty .container.below-section {
        max-width: 90%;
        padding-left: 0;
    }
    #warranty .below-section .text-content .left-content {
        gap: 30px;
    }
    #warranty .below-section .text-content.first,
    #warranty .below-section .text-content {
        gap: 50px;
    }
}
@media screen and (max-width: 1300px) {
    #warranty .below-section .text-content .left-content, #warranty .below-section .text-content.second .left-content {
        flex-direction: column;
        gap: 25px;
    }
    #warranty .below-section .text-content .right-content img {
        width: auto;
    }
    #warranty .stripe-line {
        background-size: contain;
    }
    #warranty .container.below-section.pt2, #warranty .container.below-section {
        padding-top: 25px;
        padding-bottom: 40px;
    }
    #warranty .container.below-section {
        padding-bottom: 20px;
    }
    #warranty .below-section .text-content.first {
        gap: 30px;
    }
    #warranty .below-section .text-content {
        gap: 0;
    }
    #warranty .below-section .text-content.second {
        gap: 40px;
    }
    #warranty .below-section .text-content.second .right-content {
        padding-top: 0;
    }
}

@media screen and (max-width: 992px) {
    #warranty .below-section .text-content.first {
        gap: 30px;
    }
  
    #warranty .below-section .text-content.second{
        flex-direction: column-reverse;
    }
}
@media screen and (max-width: 767px){
   
    #warranty .below-section .text-content .right-content img {
        width: 100%;
    }
    #warranty .below-section .text-content .left-content img {
        width: 180px;
    }
    #warranty .below-section .text-content .left-content, #warranty .below-section .text-content.second .left-content{
        gap: 15px;
    }
    #warranty .below-section .text-content h4 {
        padding-bottom: 10px;
    }
    #warranty .stripe-line {
        height: 25px;
    }
    #warranty .container.below-section {
        padding-bottom: 25px;
    }
    #warranty .below-section .text-content.second .left-content img {
        height: 80px;
        width: auto;
    }
    #warranty .below-section .text-content.second .right-content img {
        width: auto;
    }
    #warranty .below-section .text-content.second .right-content img.profile {
        width: 150px;
    }
    #warranty .below-section .text-content .profile-content p {
        margin-bottom: 5px;
    }
}

/* END OF WARRANTY STYLING */

/* MEET THE TEAM PAGE */
@media screen and (min-width:1100px){

    #meet-team-section .container.bottom {
        max-width: 1014px;
        padding: 0;
    }
}
#meet-team-section h2.back-office{
    margin-top: 48px;
}
#meet-team-section{
   padding-bottom: 80px;
}
#meet-team-section .top_para.back-office{
    color:#09172D;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 13px;
    margin-top: 4px;
}
#meet-team-section .workshop-heading{
    margin: 38px 0 20px;
    color: var(--primary-color);
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px; 
}
#meet-team-section .container {
    text-align: center;
}
#meet-team-section .meet-team-grid-section {
    margin-top: 0px;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 36px;
    padding-bottom: 0;
}

#meet-team-section .meet-team-grid-section img.slide{
    width: auto;
    margin: 10px 0 5px;
}
#meet-team-section .meet-team-grid-section img {
    width: 100%;
    border: none;
}
#meet-team-section .meet-team-grid-text-content{
    display: flex  ;
    flex-direction: column;
    align-items: start;
}
#meet-team-section .meet-team-grid-section .meet-team-grid-text-content h3{
    margin:0;
    margin-bottom: 1px;
    color:#224984;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
}

#meet-team-section .meet-team-grid-section .meet-team-grid-text-content p{
    color: #000;
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    line-height: 22px;
}
#meet-team-section h2{
    color:#224984;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; 
    text-transform: capitalize;
    margin-top: 39px;
}
#meet-team-section p.top_para{
    margin-top: 10px;
    color: var(--primary-color);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 46px;
}
#meet-team-section .get-in-touch-btn{
    width: 243px;
    height: 59px;
    border-radius: 3px;
    background: #000;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 16px; 
    padding: 20px;
    font-family: var(--montserrat-font);
}

@media screen and (min-width:768px) and (max-width:992px) {
    #meet-team-section .meet-team-grid-section {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width:767px) {
    #meet-team-section .meet-team-grid-section {
        grid-template-columns: repeat(2,1fr);
        grid-gap: 30px;
    }
    #meet-team-section h2 {
        font-size: 20px;
        margin-top: 25px;
    }
    #meet-team-section p.top_para {
        margin-top: 7px;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
    }
    #meet-team-section .meet-team-grid-section .meet-team-grid-text-content h3 {
        margin: 0;
        font-size: 16px;
        line-height: 20px;
    }
    #meet-team-section .workshop-heading,
    #meet-team-section .top_para.back-office{
        font-size: 16px;
        line-height: 22px;
    }
    #meet-team-section {
        padding-bottom: 30px;
    }
}

@media screen and (max-width:330px) {
    #meet-team-section .meet-team-grid-section {
        grid-template-columns: 1fr;
    }
}