/*-----------------------------------------internal CSS Start----------------------------------------*/
.modal-open, .msdsterms {
    overflow-x: hidden !important;
}

.msdsdekstop {
    z-index: 99999 !important;
    padding: 0 !important;
    border: 0 !important;
}

.msdsmodal-dialog {
    margin: auto !important;
}

.modal-body_h {
    max-height: calc(100vh - 212px);
    overflow-y: auto;
}

.msdsdekstop .modal-header {
    color: #000;
    border: 0;
}

.msds_close {
    position: absolute;
    right: 0;
    background-color: transparent;
    color: #000;
    border: 0;
    font-size: 30px;
}

.msdsprocced {
    background-color: #2d3494 !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 16px !important;
    padding: 12px 50px;
}

    .msdsprocced:hover {
        background-color: #000 !important;
        color: #fff !important;
    }

/*-----------------------------------------internal CSS End----------------------------------------*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

section {
    float: left;
    width: 100%;
    padding: 30px 0;
}

.container-fluid {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

h2 {
    font-size: 25px;
}

h6 {
    font-size: 13px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

p {
    font-size: 12px;
}

.my-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-3 {
    margin-bottom: 1rem;
}

.ms-auto {
    margin-left: auto;
}

.mx-4 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
}

.pb-3 {
    padding-bottom: 1rem;
}

.px-0 {
    padding-right: 0;
    padding-left: 0;
}

.px-sm-5 {
    padding-right: 3rem;
    padding-left: 3rem;
}

.px-4 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.d-flex {
    display: flex;
}

.w-25 {
    width: 25%;
}

.w-75 {
    width: 75%;
}

.d-none1 {
    display: block;
}

/*black_line*/
.black_line {
    border-bottom: 1px solid #000;
    width: 98%;
    display: block;
    float: left;
    margin-left: 1%;
}
/*black_line/ */

/*Why Choose Us*/
.blue_title {
    font-weight: 600;
    color: #2d3494;
    text-transform: capitalize;
    line-height: 20px;
}

.boxshadow {
    box-shadow: none;
    border-radius: 5px;
    padding: 4px;
    margin-bottom: 10px;
}

.why_padding {
    padding: 25px 50px;
    position: relative;
}

.why_slider {
    box-shadow: 0px 10px 20px #cccccc;
    border-radius: 5px;
}

.why_padding .owl-nav .owl-prev {
    left: -30px;
}

.why_padding .owl-nav .owl-next {
    right: -30px;
}

.why_padding .owl-nav [class*="owl-"].disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.why_padding .owl-prev,
.why_padding .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.why_padding .owl-theme .owl-nav [class*="owl-"] {
    background-color: #97999b;
    padding: 0;
    margin: 0;
    width: 28px;
    height: 30px;
}

    .why_padding .owl-theme .owl-nav [class*="owl-"]:hover {
        background-color: #2d3494;
        transition: 0.5s;
    }

.why_padding .owl-nav [class*="owl-"] .fa {
    color: #fff;
    line-height: 30px;
}

.why_padding .owl-dots button {
    border: none;
}

.why_padding .item .card {
    background: transparent;
    border: 0;
    padding: 20px 10px;
}

.why_padding .card img {
    width: 70px;
}

.why_padding .available_text {
    max-height: 200px;
    overflow-y: auto;
}
/*Why Choose Us / */

/*-- driving training --*/
.driving_padding {
    padding: 30px 50px;
    position: relative;
}

.driving_block {
    min-height: 250px;
    background: linear-gradient(to bottom, white 50%, #d0d4f8 100%);
    border-radius: 6px;
}

.numbermodules li {
    background-color: #f9fcfc;
    border: 1px solid #b1b3b6;
    box-shadow: 0px 10px 15px #c4c6d5;
    margin: 10px 10px;
    border-radius: 4px;
}

.numbers {
    border-right: 1px solid #e0e2e2;
    text-align: center;
    padding: 20px;
    margin: 4px;
    color: #2d3494;
    text-transform: capitalize;
    font-size: 30px;
    font-weight: bolder;
    min-width: 100px;
}

.numbermodules {
    padding: 4px;
    margin: 4px;
    text-transform: capitalize;
}

.hours {
    font-weight: 500;
}

.disclaimer_msds li {
    margin-bottom: 10px;
}

.driving_content {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    text-align: left;
    overflow: auto;
    height: 100px;
}

.driving_rupee {
    color: #2d3494;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: bolder;
    padding-top: 5px;
}

.course_fees {
    position: relative;
    top: 10px;
}

.btn_knowmore {
    color: #fff !important;
    line-height: 32px !important;
    padding: 0 10px !important;
    background-color: #2d3494 !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    border: none !important;
    opacity: 1 !important;
}

    .btn_knowmore:hover {
        background-color: #000 !important;
        color: #fff !important;
    }

.driving_padding .owl-nav .owl-prev {
    left: -45px;
}

.driving_padding .owl-nav .owl-next {
    right: -45px;
}

.driving_padding .owl-nav [class*="owl-"].disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.driving_padding .owl-prev,
.driving_padding .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.driving_padding .owl-theme .owl-nav [class*="owl-"] {
    background-color: #97999b;
    padding: 0;
    margin: 0;
    width: 28px;
    height: 30px;
}

    .driving_padding .owl-theme .owl-nav [class*="owl-"]:hover {
        background-color: #2d3494;
        transition: 0.5s;
    }

.driving_padding .owl-nav [class*="owl-"] .fa {
    color: #fff;
    line-height: 30px;
}

.driving_padding .owl-dots button {
    border: none;
}
/*-- driving training/ --*/

/*-- customer feedback --*/
.ourmeet_padding {
    background: #f1f1f1;
    padding: 30px 40px;
    position: relative;
}

    .ourmeet_padding .our_expert {
        background-color: #fff;
        padding: 20px 10px;
        border: 1px solid #dbe2ea;
        border-radius: 6px;
        box-shadow: 0 0 15px rgb(223 223 223 / 90%);
        margin: 4px;
    }

    .ourmeet_padding .item-thumb-img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        margin-left: auto;
        margin-right: auto;
    }

        .ourmeet_padding .item-thumb-img img {
            border-radius: 100%;
            display: block;
            width: 100px;
            height: 100px;
            object-fit: cover;
        }

    .ourmeet_padding .our_expert-caption {
        margin-top: 40px;
        text-align: justify;
    }

    .ourmeet_padding .our_expert-title {
        font-size: 13px;
        color: #000;
        font-weight: 800;
        text-transform: uppercase;
        text-align: center;
    }

    .ourmeet_padding .our_expert-city {
        font-size: 12px;
        color: #000;
        text-transform: capitalize;
        text-align: center;
    }

    .ourmeet_padding .our_expert-post {
        font-size: 14px;
        font-weight: 400;
        color: #2d3494;
        text-transform: capitalize;
        text-align: left;
        margin-bottom: 10px;
    }

    .ourmeet_padding .our_expert-content {
        font-size: 10px;
        color: #000;
        font-weight: 500;
        text-transform: capitalize;
        text-align: left;
    }

    .ourmeet_padding .owl-nav .owl-prev {
        left: -30px;
    }

    .ourmeet_padding .owl-nav .owl-next {
        right: -30px;
    }

    .ourmeet_padding .owl-nav [class*="owl-"].disabled {
        cursor: not-allowed;
        opacity: 0.5;
    }

    .ourmeet_padding .owl-prev,
    .ourmeet_padding .owl-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .ourmeet_padding .owl-theme .owl-nav [class*="owl-"] {
        background-color: #97999b;
        padding: 0;
        margin: 0;
        width: 28px;
        height: 30px;
    }

        .ourmeet_padding .owl-theme .owl-nav [class*="owl-"]:hover {
            background-color: #2d3494;
            transition: 0.5s;
        }

    .ourmeet_padding .owl-nav [class*="owl-"] .fa {
        color: #fff;
        line-height: 30px;
    }

    .ourmeet_padding .owl-dots button {
        border: none;
    }

.feedback_padding {
    padding: 30px 20px;
    position: relative;
}

    .feedback_padding .slide-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: #97999b;
        width: 28px;
        height: 30px;
        color: #fff;
        font-size: 30px;
        line-height: 30px;
        text-align: center;
        cursor: pointer;
        border-radius: 3px;
    }

        .feedback_padding .slide-arrow:hover {
            background-color: #2d3494;
            transition: 0.5s;
        }

    .feedback_padding .prev-arrow {
        left: -30px;
    }

    .feedback_padding .next-arrow {
        right: -30px;
    }

    .feedback_padding .slick-slide {
        transition: 0.6s ease;
        text-align: justify;
        background-color: #fff;
        border: 1px solid #dbe2ea;
        border-radius: 6px;
        padding: 16px;
        margin: 24px 4px;
        cursor: pointer;
    }

        .feedback_padding .slick-slide.slick-current {
            transform: scale(1.1);
            border: #171c8f solid 1px;
            box-shadow: 0 0 15px rgb(223 223 223 / 90%);
        }

.feedback-title {
    font-size: 14px;
    color: #2d3494;
    font-weight: 500;
    text-transform: capitalize;
}

.feedback-post {
    font-size: 10px;
    font-weight: 500;
    color: #2d3494;
    text-transform: capitalize;
    text-align: left;
    margin-bottom: 10px;
    line-height: 16px;
}

.feedback-content {
    font-size: 9px;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
    text-align: left;
    line-height: 16px;
}

.feedback-name {
    font-size: 12px;
    color: #2d3494;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 15px;
}

.feedback-city {
    font-size: 12px;
    color: #000;
    text-transform: capitalize;
}
/*-- customer feedback/ --*/

/*DRIVING COURSE */
.driving_course_padding {
    padding: 10px 30px;
    position: relative;
}

    .driving_course_padding .owl-nav .owl-prev {
        left: -30px;
    }

    .driving_course_padding .owl-nav .owl-next {
        right: -30px;
    }

    .driving_course_padding .owl-nav [class*="owl-"].disabled {
        cursor: not-allowed;
        opacity: 0.5;
    }

    .driving_course_padding .owl-prev,
    .driving_course_padding .owl-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .driving_course_padding .owl-theme .owl-nav [class*="owl-"] {
        background-color: #97999b;
        padding: 0;
        margin: 0;
        width: 28px;
        height: 30px;
    }

        .driving_course_padding .owl-theme .owl-nav [class*="owl-"]:hover {
            background-color: #2d3494;
            transition: 0.5s;
        }

    .driving_course_padding .owl-nav [class*="owl-"] .fa {
        color: #fff;
        line-height: 30px;
    }

    .driving_course_padding .owl-dots button {
        border: none;
    }

    .driving_course_padding .item .card {
        background: transparent;
        border: #b9badd solid 1px;
        border-radius: 8px;
        padding: 8px;
        min-height: 148px;
        padding: 25px 20px 25px 20px;
        margin: 0 1px;
    }

    .driving_course_padding .card img {
        width: 65px;
        margin: auto;
    }

    .driving_course_padding .available_text {
        max-height: 200px;
        overflow-y: auto;
    }

    .driving_course_padding .icon_data p {
        margin-bottom: 0;
    }
/*DRIVING COURSE / */
.msds_h {
    height: 65px;
}

.msds_input {
    color: #555 !important;
    font-weight: 400;
    padding: 5px 15px;
    height: 45px !important;
    border-radius: 0 !important;
    border: 1px solid #c0c0c0 !important;
    font-size: 14px !important;
    font-family: "Roboto", sans-serif;
}

.customSel_msds select {
    background: url(../images/down-arrow.png) no-repeat center right 8px;
    line-height: 15px;
    border: 1px solid #c0c0c0;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #555;
    font-weight: 400;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    white-space: pre;
    text-overflow: ellipsis;
    padding: 15px 15px;
    width: 100%;
    cursor: pointer;
    color: transparent;
    text-shadow: 0 0 0 #000;
    position: relative;
    z-index: 1;
    border-radius: 0;
    -webkit-border-radius: 0;
}

    .customSel_msds select option {
        color: #000;
    }

    .customSel_msds select::-ms-expand {
        display: none;
    }

    .customSel_msds select:focus::-ms-value {
        background: 0 0;
    }

.msdsdisclaimer_text {
    position: initial;
}

#IsDisclaimerAccepted-error {
    position: absolute;
    bottom: -15px;
}

.msdsdisclaimer_text .content {
    margin-top: 15px;
    text-align: justify;
}

.gap_disclaimer {
    margin: 4% 0;
}

.error {
    font-size: 12px;
    margin: 0;
}

@media (max-width: 767px) {
    h2 {
        font-size: calc(1.325rem + 0.9vw);
    }

    .px-2 {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .d-none1 {
        display: none;
    }

    .blue_title {
        line-height: 30px;
        font-weight: 500;
    }

    section {
        padding-bottom: 60px;
    }

    /*Why Choose Us*/
    .icon_data {
        padding: 10px 0 0 10px;
    }

    .boxshadow {
        box-shadow: 0px 10px 20px #cccccc;
    }

    .icon_data .blue_title {
        font-size: 20px;
    }

    .why_padding {
        padding: 25px 25px;
    }
    /*Why Choose Us/ */

    /*-- driving training --*/
    .driving_padding {
        padding: 0px 20px;
    }

    .driving_caption h4 {
        font-size: calc(1rem + 0.3vw);
    }

    .driving_padding .owl-nav .owl-prev {
        left: -30px;
    }

    .driving_padding .owl-nav .owl-next {
        right: -30px;
    }

    .numbermodules {
        padding-top: 15px;
    }

    .course_fees {
        position: absolute;
        top: 28px;
        font-size: 12px;
    }
    /*-- driving training/ --*/

    /*-- customer feedback --*/
    .feedback_padding .slick-slide {
        border: 1px solid #fff;
    }

    .ourmeet_padding {
        background: #f1f1f1;
        padding: 30px 32px;
    }

    .feedback_padding {
        padding: 0 20px;
    }

    .feedback-caption {
        margin: 20px;
    }

    .feedback-content {
        font-size: 12px;
        line-height: 20px;
    }
    /*-- customer feedback/ --*/

    .driving_course_padding .icon_data h6 {
        font-size: 14px;
    }

    .driving_course_padding .icon_data {
        padding-top: 0;
    }
}
