/* why-choose-trubicars-sec css start */
.why-choose-trubicars-card {
    text-align: center
}

.why-choose-trubicars-card img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.why-choose-trubicars-card h3 {
    color: #242E30;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.5px;
    font-weight: 700;
    margin: 20px 0px;
}

.why-choose-trubicars-card p {
    text-wrap: balance;
    margin-bottom: 0;
}

/* why-choose-trubicars-sec css end */
/* benefits-of-choosing-trubicars css start */
.benefits-of-choosing-trubicars {
    background: #F6F3EF;
}

.benefits-of-choosing-trubicars .row {
    align-items: center;
}


.benefits-of-choosing-trubicars-content {
    padding-right: 118px;
}

.benefits-of-choosing-img {
    background: #FFFBF8;
    border-radius: 33px;
    position: relative;
    text-align: center;
    width: 100%;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
}

.benefits-of-choosing-img .benefit-img {
    width: 100%;
    height: 376px;
    object-fit: contain;
}

.benefits-of-choosing-img .benefit-list-img {
    position: absolute;
    left: -58px;
    bottom: -32px;
    width: 275px;
}

/* benefits-of-choosing-trubicars css end */
/* instruction-is-important css start*/
.instruction-is-important {
    background: #FFF;
}

.instruction-is-important .row .col-md-6 {
    margin-top: 56px;
}

.instruction-is-important-card {
    border: 1px solid #F1F1F1;
    background: #FFF;
    border-radius: 16px;
    padding: 0px 16px 16px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.30);
    height: 100%;
}

.instruction-is-important-card h3 {
    color: #242E30;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin: 20px 0px;
}

.instruction-is-important-card p {
    margin-bottom: 0;
    font-weight: 500;
}

.instruction-is-important-card .card-icon {
    background: #FC7B00;
    width: 74px;
    height: 74px;
    border-radius: 100%;
    display: grid;
    place-content: center;
    margin-top: -40px;
}

.instruction-is-important-card .card-icon img {
    width: 48px;
    height: 48px;

}

/* instruction-is-important css end*/
/* experienced-driving-instructors-sec css start */
.experienced-driving-instructors-sec {
    background: #F9FAFB;
}

.experienced-driving-instructors-sec .row {
    align-items: center;
}

.experienced-driving-instructors-sec .col-md-7 {
    padding-right: 110px;
}

.experienced-driving-instructors-sec .img-fluid {
    width: 100%;
    border-radius: 20px;
}

/* experienced-driving-instructors-sec css end */

@media (max-width:1599px) {
    .why-choose-trubicars-card img {
        width: 60px;
        height: 60px;
    }

    .why-choose-trubicars-card h3 {
        font-size: 16px;
        line-height: 20px;
        margin: 12px 0px;
    }

    .instruction-is-important-card h3 {
        margin: 12px 0px;
    }
}

@media(max-width:1365px) {
    .instruction-is-important-card .card-icon {
        width: 60px;
        height: 60px;
        margin-top: -34px;
    }

    .instruction-is-important-card .card-icon img {
        width: 34px;
        height: 34px;
    }

    .benefits-of-choosing-img .benefit-img {
        height: 276px;
    }

    .benefits-of-choosing-img .benefit-list-img {
        left: -28px;
        bottom: -30px;
        width: 220px;
    }
}

@media (max-width:1199px) {
    .benefits-of-choosing-trubicars-content {
        padding-right: 55px;
    }

    .instruction-is-important .row .col-md-6 {
        margin-top: 36px;
    }

    .instruction-is-important-card h3 {
        margin: 10px 0px;
        font-size: 18px;
        line-height: 24px;
    }

    .experienced-driving-instructors-sec .col-md-7 {
        padding-right: 12px;
    }

    .common-banner .banner-content p br {
        display: none;
    }

    .benefits-of-choosing-img .benefit-img {
        height: 225px;
    }

    .benefits-of-choosing-img .benefit-list-img {
        width: 165px;
    }
}

@media(max-width:767px) {
    .why-choose-trubicars-card h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .why-choose-trubicars-card {
        margin: 8px 0px;
    }

    .benefits-of-choosing-trubicars-content {
        padding-right: 12px;
        text-align: center;
        margin-bottom: 20px;
    }

    .instruction-is-important-card {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .instruction-is-important .row .col-md-6 {
        margin-top: 55px;
    }

    .experienced-driving-instructors-sec {
        text-align: center;
    }

    .experienced-driving-instructors-sec .col-md-5 {
        margin-top: 16px;
    }
    .benefits-of-choosing-trubicars .col-md-5{
        padding-left: 25px;
        padding-right: 25px;
    }
    .why-choose-trubicars-sec.p-tb-64{ 
        padding-top:24px;
    }
}