/* input(1838,13): run-time error CSS1036: Expected expression, found ';' */
/* input(1837,13): run-time error CSS1036: Expected expression, found ';' */
/* ============================================================================
   CUSTOM OVERRIDES  (compiled from scss/_overrides.scss)
   Plain CSS - no SCSS runtime compilation required
   ============================================================================ */

.inactiveLink {
    pointer-events: none;
    opacity: .6;
}

/* ============================================================================
   MOBILE RESPONSIVE FIXES
   ============================================================================ */

body, html {
    overflow-x: hidden !important;
    max-width: 100%;
    position: relative;
}

.container-fluid,
.container {
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
    max-width: 100%;
}

.row {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

/* ============================================================================
   SAMSUNG Z FOLD & FOLDABLE DEVICE FIXES
   ============================================================================ */

@media (min-width: 577px) and (max-width: 900px) and (min-aspect-ratio: 1/2) {
    .container,
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
        max-width: 100% !important;
    }

    [class*="col-md-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .drive-school-box {
        margin-bottom: 20px;
    }

    .nav-tabs {
        flex-wrap: wrap !important;
    }

    .nav-tabs .nav-item {
        flex: 0 0 auto;
        margin-bottom: 10px;
    }

    .OptionWrap .row > div[class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .googleReview .row > div[class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
}

/* Samsung Z Fold Unfolded (Tablet Mode) */
@media (min-width: 993px) and (max-width: 1800px) and (orientation: portrait) {
    .container {
        max-width: 1400px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .OptionWrap .row > div[class*="col-md-3"] {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .googleReview .row > div[class*="col-md-3"] {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* ============================================================================
   MOBILE-SPECIFIC FIXES (Standard Phones: <=576px)
   ============================================================================ */

@media (max-width: 576px) {
    img {
        max-width: 100% !important;
        height: auto !important;
    }

    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }

    .bg-content-box2,
    .media-body {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .nav-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        display: flex;
    }

    .nav-tabs .nav-item {
        white-space: nowrap;
        flex: 0 0 auto;
    }

    .nav-tabs .nav-link {
        padding: 8px 12px;
        font-size: 14px;
    }

    .OptionWrap .row {
        display: flex;
        flex-direction: column;
    }

    .OptionWrap .col-md-3,
    .OptionWrap .col-md-4,
    .OptionWrap .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .drive-school-box {
        margin-bottom: 20px;
    }

    .drive-school-box .card {
        width: 100%;
    }

    .top-header .row {
        display: flex;
        flex-direction: column;
    }

    .top-header .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .logo {
        width: 150px !important;
        max-width: 100%;
        margin: 10px auto;
    }

    .carousel-inner {
        width: 100%;
        overflow: hidden;
    }

    .carousel-item .row {
        display: flex;
        flex-direction: column;
    }

    .carousel-item [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .banner-image-container {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 !important;
        width: 100%;
        overflow: hidden;
    }

    .helpbox .help-btn {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }

    .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

/* ============================================================================
   TABLET OPTIMIZATIONS (577px - 992px)
   ============================================================================ */

@media (min-width: 577px) and (max-width: 992px) {
    .container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .OptionWrap .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .googleReview .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .nav-tabs .nav-link {
        padding: 10px 15px;
        font-size: 14px;
    }
}

/* ============================================================================
   LANDSCAPE ORIENTATION FIXES
   ============================================================================ */

@media (max-height: 500px) and (orientation: landscape) {
    .top-header {
        padding: 10px 0;
    }

    .nav-tabs .nav-link {
        padding: 5px 10px;
        font-size: 12px;
    }

    section {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}

/* ============================================================================
   HIGH-RESOLUTION DISPLAY FIXES (Retina/4K)
   ============================================================================ */

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    img {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* ============================================================================
   PRINT STYLES
   ============================================================================ */

@media print {
    .nav-tabs,
    .carousel-indicators,
    .carousel-control-prev,
    .carousel-control-next,
    .top-header .social,
    .option-yellow-bar-top {
        display: none !important;
    }

    body {
        background: white;
        color: black;
    }
}

@font-face {
    font-family: 'Roboto-Thin';
    src: url(../fonts/Roboto-Thin.ttf?v=L3csahTDBavU_WWhZF5LZKFg8H8) format("truetype");
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Light';
    src: url(../fonts/Roboto-Light.ttf?v=L3csahTDBavU_WWhZF5LZKFg8H8) format("truetype");
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url(../fonts/Roboto-Regular.ttf?v=L3csahTDBavU_WWhZF5LZKFg8H8) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url(../fonts/Roboto-Bold.ttf?v=L3csahTDBavU_WWhZF5LZKFg8H8) format("truetype");
    font-display: swap;
}

.form-control {
    font-size: .9rem;
    border: 1px solid #787576;
    border-radius: .3rem
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 0 solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

label {
    display: inline-block;
    margin-bottom: 0;
    margin-top: .5rem;
    margin-bottom: .5rem
}

.mainheadline, .mainheadline2 {
    padding: 10px;
    display: inline;
    font-family: Roboto-Bold
}

.mainheadline {
    font-size: 4rem
}

.mainheadline2 {
    font-size: 2rem
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all
}

.btn-primary {
    font-weight: 500
}

html {
    font-size: 16px
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit
}

html {
    position: relative;
    min-height: 100%
}

body {
    font-size: 1rem;
    margin-bottom: 0;
    font-family: Helvetica !important
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px
}

.tab-content > .tab-pane {
    display: block;
    padding: 15px
}

.modal-header {
    border-radius: 0
}

.support-mdl label {
    font-size: 13px;
    font-weight: 500
}

.support-mdl input {
    font-size: 12px
}

.support-thanks img {
    max-width: 20%
}

.modal-backdrop.show {
    opacity: .8
}

.bg-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.footer-links, .footer-links:hover {
    font-size: 14px;
    text-decoration: none
}

footer {
    font-size: 14px;
    padding-top: 60px;
    padding-bottom: 30px;
    min-height: 50px;
    line-height: 25px;
    width: 100%
}

    footer p {
        margin-bottom: 0;
        font-size: 13px
    }

.login-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
    -moz-box-shadow: inset 0 150px 180px #000000d9;
    -webkit-box-shadow: inset 0 150px 180px #000000d9;
    box-shadow: inset 180px 93px 320px #000
}

.services {
    margin-bottom: 24px
}

    .services .content2 {
        padding: 10px 0 0;
        text-align: center
    }

.font-red {
    font-size: 20px;
    margin-right: 7px
}

.pricing-table {
    padding: 14px;
    text-align: center;
    position: relative;
    margin-top: 20px
}

    .pricing-table.blue {
        padding: 35px 15px 30px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px
    }

    .pricing-table.yellow {
        padding: 35px 15px 30px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px
    }

.pricing-table-price {
    font-size: 50px;
    font-weight: 800
}

.pricing-table.yellow .pricing-table-price {
    background: #fff0
}

.pricing-table-price .inner {
    border: 6px solid #fff0
}

    .pricing-table-price .inner span {
        line-height: 60px;
        font-weight: 700
    }

.pricing-table-heading {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 15px
}
    .pricing-table-heading small {
        display: block;
        font-size: 14px;
        text-transform: none;
        font-family: 'Open Sans',sans-serif;
        font-weight: 600;
        margin-top: 5px
    }

    .pricing-table-heading:after {
        content: '';
        display: block;
        height: 4px;
        width: 160px;
        margin: 18px auto
    }

.pricing-table-features ul {
    margin-bottom: 0
}

.pricing-table-features li {
    line-height: 50px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400
}

.pricing-table-button {
    padding: 24px 0
}

.accordion .fa {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    top: 5px;
    float: right
}

.accordion .btn {
    width: 100%;
    text-align: left
}

.accordion .card-header {
    padding: .25rem .75rem
}

.btn-link {
    font-size: large !important;
    color: #244891 !important;
    text-decoration: none !important
}

.our-core-wrp .service_single_content {
    position: relative;
    overflow: hidden;
    vertical-align: top;
    margin: 0 !important;
    min-height: 260px
}

.service_single_content p {
    font-size: 14px;
    margin: 0
}

.light-version .service_single_content {
    border-radius: 10px;
    background-image: url(../images/cards-bg.png?v=L3csahTDBavU_WWhZF5LZKFg8H8);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
    padding: 30px;
    margin-bottom: 5px !important;
    -webkit-transition: .5s;
    transition: .5s
}

.service_icon {
    margin-bottom: 30px;
    display: inline-block;
    max-width: 100px;
    border-radius: 50px;
   width: 80px;
    height: 80px
}

    .service_icon img {
        max-width: 100%
    }

.service_single_content h6 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700
}

.service_single_content:hover {
    margin-top: -5px
}

.d-sec {
    position: relative;
    padding: 15px
}

    .d-sec:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover
    }

    .d-sec.bluestrip {
        padding: 20px 0
    }

.header-bottom .container-fluid.align-items-center {
    min-height: 50px
}

    .header-bottom .container-fluid.align-items-center > * {
        flex-shrink: 1
    }

#region-selector {
    cursor: pointer
}

    #region-selector a {
        display: flex;
        text-decoration: none
    }

    #region-selector .car-pin {
        border-radius: 100%;
        height: 60px;
        line-height: 0;
        text-align: center;
        width: 60px
    }

        #region-selector .car-pin .icons8-icons8-people-in-car-filled {
            clear: both;
            font-size: 26px
        }

    #region-selector .selected-region {
        margin-left: 12px;
        align-self: center;
        display: flex;
        flex-direction: column;
        text-align: left
    }

        #region-selector .selected-region .subtitle {
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase
        }

        #region-selector .selected-region .title {
            font-size: 18px;
            text-transform: uppercase;
            font-weight: 700
        }

.contact-menu {
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0;
    overflow: visible;
    padding: 0;
    vertical-align: middle;
    min-width: 130px
}

    .contact-menu li {
        float: left;
        list-style: none;
        padding: 0 20px
    }

        .contact-menu li:first-child {
            border-left: none
        }

        .contact-menu li i {
            font-size: 22px;
            margin-right: 0;
            vertical-align: middle
        }

.d-xl-inline {
    display: inline !important
}

table tr td {
    font-size: 14px;
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.light-version.sendrecive .service_icon {
    float: left;
    width: 48px
}

.heading {
    margin-bottom: 54px;
    margin-top: 54px
}

hr.line {
    width: 154px;
    margin-top: 20px;
    margin-bottom: 20px
}

.heading h3 {
    margin-bottom: 0
}

#cource-time .class {
    border-radius: 3px;
    line-height: 24px
}

.sendrecive .service_single_content {
    min-height: 147px !important
}

.drive-school-box .card .card-header {
    min-height: auto;
    display: inline-block;
    align-content: center;
    align-items: center;
    background-color: #fff0;
    border: none
}

.drive-school-box .card .review-o {
    align-content: flex-end;
    align-items: flex-end;
    margin: 0
}

table th, table td {
    white-space: nowrap
}

table th {
    font-size: 14px
}

.register-student img {
    max-width: 60%
}

.register-student .card:hover {
    background-color: #fff;
    text-decoration: none
}

    .register-student .card:hover a {
        text-decoration: none;
        color: #ff4d3e;
        font-weight: 700 !important
    }

.boxes {
    background-color: #f5f5f5
}

    .boxes:hover {
        background-color: #e4e4e4
    }

.boxes-green {
    background-color: #1aa260
}

    .boxes-green:hover {
        background-color: #26af6c
    }

.boxes-red {
    background-color: #d72719
}

    .boxes-red:hover {
        background-color: #ea3c2e
    }

.c-layout-breadcrumbs-1.c-subtitle {
    padding: 30px 0
}

.c-layout-breadcrumbs-1.c-bordered-both {
    border-top: 1px solid #f4f8f9;
    border-bottom: 1px solid #f4f8f9
}

.c-layout-breadcrumbs-1.c-bordered {
    border-bottom: 1px solid #f4f8f9
}

.c-layout-breadcrumbs-1 {
    padding: 25px 0;
    background: #f3f3f3
}

    .c-layout-breadcrumbs-1 .c-page-title h3 {
        color: #000;
        margin: 10px 0 6px;
        font-weight: 500;
        font-size: 18px;
        letter-spacing: 1px
    }

.c-font-uppercase {
    text-transform: uppercase
}

.c-font-sbold {
    font-weight: 500 !important
}

.c-content-box.c-size-lg {
    padding: 50px 20px;
    background-color: #fff
}

.c-shop-cart-page-1 > .c-cart-table-title, .c-shop-cart-page-1 > .c-cart-table-row {
    border-bottom: 1px solid;
    border-color: rgb(135 151 174 / .15)
}

.c-shop-cart-page-1 .c-cart-table-title {
    border-bottom: 1px solid;
    border-color: rgb(135 151 174 / .15)
}

.c-font-grey-2 {
    color: #677083 !important
}

.c-font-16 {
    font-size: 16px
}

.c-shop-cart-page-1 > .c-cart-table-row > .c-cart-image {
    position: relative;
    clear: both
}

.c-shop-cart-page-1 .c-cart-table-title {
    border-bottom: 1px solid;
    border-color: rgb(135 151 174 / .15)
}

    .c-shop-cart-page-1 .c-cart-table-title th {
        font-size: 16px !important;
        color: #6289b7 !important;
        padding: 20px 0 10px
    }

tbody.c-cart-table-row td {
    font-size: 16px !important;
    color: #1f1f20 !important;
    padding: 20px 0 10px
}

tbody.c-cart-table-row tr {
    padding: 20px 0 !important;
    border-bottom: 1px solid;
    border-color: rgb(135 151 174 / .15);
    background-color: #fff0
}

.c-content-bar-1.c-bordered {
    border: 3px solid #fff0;
    padding: 20px 10px
}

.c-theme-border {
    border-color: #6c757d !important
}

.c-font-24 {
    font-size: 24px
}

.c-font-uppercase {
    text-transform: uppercase
}

.c-font-bold {
    font-weight: 600 !important
}

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none
}

.c-radio-list {
    margin: 10px 0
}

    .c-radio-list .c-radio {
        display: block;
        margin-bottom: 10px
    }

.c-radio input[type=radio] {
    visibility: hidden;
    position: absolute;
    margin-top: 12px
}

.c-radio-list .c-radio {
    display: block;
    height: 13px;
    margin-bottom: 20px
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
    box-sizing: border-box;
    padding: 0
}

.c-radio label {
    line-height: 1px;
    cursor: pointer;
    padding-left: 0
}

.checkbox label, .radio label, .c-checkbox label, .c-radio label {
    color: #454e56;
    font-weight: 300
}

.c-font-20 {
    font-size: 20px
}

.c-radio label > span.inc {
    -webkit-animation: growCircleRadio .3s ease;
    -moz-animation: growCircleRadio .3s ease;
    animation: growCircleRadio .3s ease;
    left: 3px;
    top: 30px;
    height: 20px;
    width: 20px;
    opacity: 0;
    border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important
}

tbody.c-cart-table-row td small {
    display: block;
    font-size: 92%;
    padding: 0;
    border-radius: 5px;
    font-weight: 700;
    color: #244891
}

.c-radio label > span {
    display: inline-block;
    position: relative;
    left: -4px !important;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;
    top: -30px !important
}

span.radio-titel {
    display: inline-block;
    padding-left: 3px;
    vertical-align: middle;
    margin-top: -11px
}

.c-radio label > .check {
    top: 6px;
    left: 5px;
    width: 10px;
    height: 10px;
    background: #d0d7de;
    opacity: 0;
    z-index: 6;
    display: block;
    border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0)
}

.c-radio label > .box {
    top: 1px;
    border: 2px solid #d0d7de;
    height: 20px;
    width: 20px;
    border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    z-index: 5
}

.thankyoupage {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center
}

.login {
    overflow: hidden;
    border-radius: 10px;
    margin: 0 auto;
    border: 1px solid #244891
}

.k-image {
    max-height: 50px;
    border-radius: 10px
}

.login-logo {
    max-width: 100px;
    margin: 8px 0 0
}

.login-logo-wrp .login-logo {
    max-width: 170px;
    margin: 8px 0 0
}

.login100-form {
    width: 100%
}

.validate-input {
    position: relative
}

.wrap-input100 {
    width: 100%;
    position: relative;
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 25px !important
}

.label-input100 {
    font-size: 14px;
    line-height: 1.5
}

.input100:focus + .focus-input100::before {
    width: 100%
}

.input100 {
    font-size: 15px;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 25px;
    background: #fff0;
    padding: 0 7px
}

.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 6px;
    left: 15px;
    pointer-events: none
}

    .focus-input100::before {
        content: "";
        display: block;
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 0;
        height: 2px;
        transition: all .4s
    }

    .focus-input100::after, .focus-input100.password::after {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        padding-left: 0;
        padding-top: 3px
    }

    .focus-input100::after {
        font-family: "FontAwesome";
        content: "\f003";
        font-size: 17px
    }

    .focus-input100.password::after {
        font-family: "FontAwesome";
        content: "\f023";
        font-size: 22px
    }

    .focus-input100::after {
        color: #dadce0
    }

input {
    outline: none;
    border: none
}

.wrap-input100 {
    border: 1px solid #dadce0
}

.h-100 {
    height: 100% !important
}

.login .wrap-input100 {
    width: 100%;
    position: relative;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 0;
    padding: 10px 10px 10px 37px;
    margin-bottom: 10px !important
}

.min-vh-50 {
    min-height: 75vh !important
}

.table th, .table td {
    vertical-align: middle
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgb(215 39 24 / 76%) !important
}

.detail-box-shadow {
    box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / 7%);
    background-color: #fff;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    border-left: solid 5px #244891
}

.price {
    color: #244891;
    font-size: 32px;
    font-weight: 700
}

.thumb-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding-left: 8px;
    padding-top: 8px;
    background-color: #f1f1f1;
    color: #244891;
    font-size: 20px;
    float: left;
    margin-right: 15px
}

.d-sec.bluestrip {
    padding: 20px 0;
    min-height: 150px
}

    .d-sec.bluestrip .header-bottom {
        margin-top: 24px
    }

#region-selector .selected-region .subtitle {
    color: #244891 !important
}

#region-selector .selected-region .title {
    color: #988a9a !important
}

.d-sec.bluestrip .contact-menu li a {
    color: #525152
}

.bd-callout-warning {
    border-left-color: #f0ad4e
}

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem
}

.bdt-tabs .nav-pills .nav-link.active {
    background-color: #fff0;
    border: #fff0;
    border-bottom: 2px solid #244891;
    border-radius: 0;
    color: #244891;
    padding: 0 0px !important;
    outline: none
}

.bdt-tabs .nav-pills {
    border-bottom: 0 solid #dee2e6
}

    .bdt-tabs .nav-pills .nav-link {
        padding: 0 15px;
        background-color: #fff0;
        border: none;
        font-weight: 700;
        text-transform: uppercase;
        border-radius: 0;
        padding: 0 0px !important
    }

.bdt-tabs li.nav-item {
    padding-right: 32px
}

.bdt-tabs div#pills-tabContent {
    padding: 0
}

    .bdt-tabs div#pills-tabContent .tab-pane {
        border: none
    }

.img-circle {
    width: 55px;
    height: 55px;
    border-radius: 50%
}

.views {
    color: #ccc
}

.detail-content-box-padding {
    padding-bottom: 10px;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px
}

.d-appointment h3 {
    border-bottom: 5px solid #192548;
    padding-bottom: 10px;
    color: #192548
}

.slide-box1, .slide-box2 {
    backdrop-filter: blur(5px);
    color: #192548;
    padding: 10px 10px 0;
    font-weight: 700;
    border-radius: 4px;
    height: auto;
    margin: 0 0 0
}

    .slide-box1 h2, .slide-box2 h2 {
        color: #192548;
        padding-bottom: 12px;
        font-weight: 700;
        line-height: 1.4
    }

    .slide-box1 h4, .slide-box2 h4 {
        padding-bottom: 18px;
        font-weight: 700
    }

    .slide-box1 p, .slide-box2 p {
        font-size: 24px
    }

    .slide-box1 span.first-letter-head, .slide-box2 span.first-letter-head {
        color: #244891;
        font-size: 20px;
        padding: 2px;
        padding-left: 10px;
        max-width: 110px !important;
        display: inline-block;
        width: 100%;
        text-align: left;
        border-radius: 3px
    }

    .slide-box2 ul {
        margin: 0;
        padding: 0
    }

        .slide-box2 ul li {
            list-style: none;
            font-size: 22px;
            line-height: 40px
        }

.btn-info {
    color: #fff;
    background-color: #1b5bbd;
    border-color: #1b5bbd
}

    .btn-info:hover {
        color: #fff;
        background-color: #1551ad;
        border-color: #1551ad
    }

.btn-rounded {
    border-radius: 50rem
}

.lead {
    font-size: 1rem
}

div#navbarColor01 {
    display: none !important
}

button.navbar-toggler.collapsed {
    position: absolute
}

.btn-link, .btn-primary {
    text-transform: capitalize !important
}

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #232649 !important;
        border-color: #232649 !important
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem #4095f1 !important
        }

    .btn-primary:hover {
        color: #fff;
        background-color: #232649 !important;
        border-color: #232649 !important
    }

.btn-outline-primary {
    color: #244891;
    border-color: #244891
}

    .btn-outline-primary:hover {
        color: #244891;
        border-color: #244891;
        background-color: #fff
    }

.text-primary {
    color: #244891 !important
}

.detail-link a {
    text-decoration: none
}

.backbtn {
    right: 20px;
    bottom: 28px;
    border: none;
    color: #060500;
    background-color: #f6ba1b;
    font-weight: 600;
    float: right;
    margin-top: 10px
}

.listing-form input, .listing-form select {
    border-radius: 12px;
    border-color: #016ae5;
    padding: 2px 10px;
    font-weight: 600
}

.school-instructor ul {
    list-style: none;
    padding: 0;
    margin: 0
}

    .school-instructor ul li, .school-instructor ul li label {
        line-height: 1.3;
        margin: 0 !important;
        font-weight: 600;
        font-size: 15px
    }

.listing-form input, .listing-form select {
    border-radius: 12px;
    border-color: #016ae5;
    padding: 2px 10px;
    font-weight: 600
}

.school-instructor ul {
    list-style: none;
    padding: 0;
    margin: 0
}

    .school-instructor ul li, .school-instructor ul li label {
        line-height: 1.3;
        margin: 0 !important;
        font-weight: 600;
        font-size: 15px
    }

.school-instructor {
    display: flex;
    gap: 15px;
    align-items: center;
    align-self: center
}

    .school-instructor button {
        border-radius: 7px;
        line-height: 1;
        font-size: 14px;
        margin: 0 0 0 0
    }

.detail-link {
    border-radius: 12px;
    border: 1px solid #016ae5;
    text-align: center !important;
    padding: 5px 0;
    font-weight: normal !important;
    color: #016ae5;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 8px 60px;
    margin-bottom: 20px
}

.drive-school-box .box-shadow {
    border-radius: 14px;
    box-shadow: 0 .25rem .75rem rgb(0 0 0 / 35%);
    height: 100%
}

.Bronze, .Silver, .Gold, .Platinum {
    position: relative
}

    .Bronze:after, .Silver:after, .Gold:after, .Platinum:after {
        background-repeat: no-repeat;
        background-size: cover;
        content: "";
        position: absolute;
        left: 0;
        width: 125px;
        height: 80px;
        top: 0
    }

    .Bronze:after {
        background-image: url(../images/schins/bronze.png?v=L3csahTDBavU_WWhZF5LZKFg8H8)
    }

    .Silver:after {
        background-image: url(../images/schins/silver.png?v=L3csahTDBavU_WWhZF5LZKFg8H8)
    }

    .Gold:after {
        background-image: url(../images/schins/gold.png?v=L3csahTDBavU_WWhZF5LZKFg8H8)
    }

    .Platinum:after {
        background-image: url(../images/schins/platinum.png?v=L3csahTDBavU_WWhZF5LZKFg8H8)
    }

.bg-light-blue {
    background-color: #e8f1fa
}

.why-drive-wrap .why-driveinnr {
    border-radius: 15px;
    width: 100%;
    overflow: hidden
}

.whydrive-list span {
    width: 38px;
    float: left;
    margin-right: 10px
}

.whydrive-list p {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px
}

.whydrive-list {
    padding: 20px 0
}

.driv-section .card.box-shadow img {
    max-width: 50%
}

.driv-section .card.box-shadow {
    padding: 45px 0;
    display: flex;
    position: relative;
    min-height: 260px
}

    .driv-section .card.box-shadow h3 {
        position: absolute;
        bottom: 50px;
        left: 0;
        right: 0;
        margin: 0 auto;
        font-size: 20px
    }

.navbar-nav .nav-item.active a.nav-link {
    border-bottom: 0 solid #2495ff;
    background-color: #244891;
    color: #fff !important;
    border-radius: 8px
}

.login-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px
}

    .login-section .signup {
        font-size: 14px;
        border-radius: 10px;
        padding: 6px 20px
    }

.school-banner {
    min-height: 150px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/banner-bg.jpg?v=L3csahTDBavU_WWhZF5LZKFg8H8)
}

    .school-banner:after {
        background-color: #1f4587;
        position: absolute;
        width: 100%;
        height: 5px;
        bottom: 0;
        content: ""
    }

.banner-logo img {
    padding: 5px;
    border-radius: 5px;
    margin: 30px 15px 30px 0
}

.MinistryApproved-box h3 {
    font-weight: 900;
    padding-bottom: 20px
}

    .MinistryApproved-box h3 span {
        font-size: 18px;
        padding-right: 5px;
        vertical-align: super
    }

.MinistryApproved-box p {
    color: #016ae5
}

.MinistryApproved-box ul {
    list-style: none;
    padding: 0;
    vertical-align: middle;
    padding-bottom: 60px
}

    .MinistryApproved-box ul li {
        vertical-align: middle;
        display: flex;
        justify-content: left;
        align-items: center
    }

.MinistryApproved-box .detail-link {
    padding: 12px;
    font-size: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 160px
}

.MinistryApproved-box.card {
    height: 100%
}

.MinistryApproved-box-total {
    background-color: #d72718;
    color: #fff;
    display: block;
    text-align: center
}

.MinistryApproved-box-heading {
    font-size: 22px;
    font-weight: 700;
    padding-top: 20px
}

p.short-description {
    min-height: 50px
}

.Individual-tablesection h2 {
    font-weight: 600;
    font-size: 22px;
    border-bottom: 3px solid #3579ad;
    padding-bottom: 15px
}

.Individual-tablesection table th {
    border: none;
    font-size: 20px;
    color: #3579ad
}

.Individual-tablesection table tr td {
    font-size: 20px;
    font-weight: 600
}

    .Individual-tablesection table tr td:first-child {
        color: #3579ad
    }

.Individual-tablesection table button {
    border-radius: 10px
}

.badge-section h4 {
    font-weight: 600
}

.badge-section p {
    font-size: 18px;
    line-height: 36px
}

.school-service-section .box h4 {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    font-weight: 600;
    font-size: 22px;
    width: 100%
}

.school-service-section .box p {
    font-size: 18px;
    line-height: 2
}

#RecentReviews .drive-school-box {
    position: relative
}

    #RecentReviews .drive-school-box:after {
        content: "";
        position: absolute;
        left: 24px;
        top: 24px;
        width: 32px;
        height: 32px;
        background-image: url(../images/schins/quotes.png?v=L3csahTDBavU_WWhZF5LZKFg8H8);
        background-repeat: no-repeat;
        background-size: 100%
    }

    #RecentReviews .drive-school-box p {
        padding-left: 35px
    }

#RecentReviews .detail-link {
    max-width: 320px;
    margin: 60px auto 40px;
    padding: 10px;
    font-size: 23px
}

#RecentReviews .carousel-control-prev {
    left: -120px
}

#RecentReviews .carousel-control-next {
    right: -120px
}

    #RecentReviews .carousel-control-prev i, #RecentReviews .carousel-control-next i {
        color: #204b6c;
        opacity: 1 !important;
        font-size: 46px
    }

#RecentReviews .carousel-control-next, #RecentReviews .carousel-control-prev {
    opacity: 1;
    top: 50%;
    height: auto !important;
    transform: translateY(-50%);
    align-items: inherit
}

p.slogon-data {
    min-height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0 0 0 0
}

.MinistryApproved-main ul li span img {
    max-width: 30px
}

.banner-logo {
    display: flex;
    align-items: center;
    z-index: 100;
    position: relative
}

.logo-detail {
    display: flex;
    flex-direction: column;
    border-left: 4px solid #fbbc05;
    padding-left: 15px
}

    .logo-detail span {
        font-size: 20px
    }

        .logo-detail span.text-orange {
            color: #fbbc05
        }

.banner-inner-detail {
    display:;
    align-items: end;
    color: #1a1919;
    font-size: 16px;
    line-height: 1.5;
    z-index: 100;
    width: 100%
}

.user-d img {
    width: 94%
}

.user-d h3 {
    font-weight: 600;
    font-size: 32px
}

.user-d p {
    margin: 0;
    font-size: x-large;
    font-style: italic
}

#schoolBanner .carousel-control-next, #schoolBanner .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
    border: none;
    background: #fff0
}

div#schoolBanner {
    position: absolute;
    top: 0
}

p.register-content-pera {
    font-size: 14px;
    padding-top: 18px;
    color: #939598
}

    p.register-content-pera a {
        text-decoration: none;
        color: #4f81bf
    }

.RegistrationURL .card.box-shadow {
    min-height: 235px
}

.card.box-shadow.text-center a {
    color: #212530
}

.school-detailNew .accordion .card {
    border-bottom: 1px solid #dfedf8 !important;
    border: none;
    border-radius: 0
}

    .school-detailNew .accordion .card .card-header h2 {
        width: 100%
    }

    .school-detailNew .accordion .card .card-header {
        min-height: auto
    }

        .school-detailNew .accordion .card .card-header h2 button {
            color: #231f20;
            font-weight: 600;
            font-size: 22px !important;
            text-decoration: none;
            padding: 0
        }

            .school-detailNew .accordion .card .card-header h2 button:focus {
                outline: none;
                box-shadow: none
            }

    .school-detailNew .accordion .card .card-body {
        padding: 8px 12px 5px;
        color: #262e48;
        font-size: 20px
    }

    .school-detailNew .accordion .card .card-header h2 button i {
        color: #c0cad3
    }

.light-blclr {
    color: #6289b7
}

.redemption-detail table th {
    color: #6289b7;
    font-size: 18px
}

.banner-inner-detail img.m-auto {
    position: absolute;
    bottom: 0
}

.RegistrationURL .card.box-shadow h3 {
    padding: 20px 0;
    bottom: 0
}

.table > :not(caption) > * > * {
    padding: .5rem 0.5rem !important;
    background-color: var(--bs-table-bg);
    background-image: linear-gradient(var(--bs-table-accent-bg),var(--bs-table-accent-bg));
    border-bottom-width: 1px
}

.verified-half {
    position: absolute;
    top: -33px;
    right: 8px;
    max-width: 30%
}

.card-body {
    padding: 1rem 1.5rem 1rem 1.5rem !important
}

#footer a.footer-links {
    color: #fff !important
}

.form-group {
    margin-bottom: 7px
}

.row.form-group label {
    margin-bottom: 0
}

.hsmall {
    font-size: 20px;
    font-weight: 700;
    background-color: #192548;
    color: #fff;
    display: block;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center
}

.h2small {
    font-size: 16px;
    font-weight: 700;
    background-color: #244891;
    color: #fff;
    display: block;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.h4small {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    background-color: #244891;
    color: #fff;
    display: block;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.bg-light-text {
    background-color: #e8f1fa;
    padding: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.bg-white-text {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.bg-content-box-circle {
    height: 45px;
    width: 45px;
    background-color: #d72718;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    padding-top: 6px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 1
}

.bg-content-box1 {
    background-color: #e8f1fa;
    padding: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 20px;
    cursor: pointer;
    border: solid 1px #e8f1fa;
    text-align: center;
    position: relative
}

    .bg-content-box1:hover {
        background-color: #f9f9f9;
        padding: 20px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        margin-bottom: 20px;
        cursor: pointer;
        border: solid 1px #f9f9f9;
        text-align: center;
        position: relative
    }

.bg-content-box2 {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 20px;
    cursor: pointer;
    border: solid 1px #e8f1fa;
    text-align: center;
    position: relative
}

    .bg-content-box2:hover {
        background-color: #fff;
        padding: 20px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        margin-bottom: 20px;
        cursor: pointer;
        border: solid 1px #f1f1f1;
        text-align: center;
        position: relative
    }

.icondesign {
    font-size: 80px;
    color: #244891
}

.bg-content-box2 ul {
    text-align: left;
    margin: 0 auto
}

.drividia-video {
    padding: 3px;
    border: 10px solid #231f20;
    border-radius: 14px
}

.media.bg-content-box1 {
    text-align: left
}

    .media.bg-content-box1 .icondesign {
        font-size: 48px;
        background-color: #192548;
        width: 70px;
        height: 70px;
        text-align: center;
        justify-content: center;
        display: flex;
        align-content: center;
        align-items: center;
        border-radius: 40px;
        color: #fff
    }

.media.bg-content-box1 {
    text-align: left
}

.media.bg-content-box2 .icondesign {
    font-size: 48px;
    background-color: #192548;
    width: 70px;
    height: 70px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-content: center;
    align-items: center;
    border-radius: 40px;
    color: #fff
}

.media.bg-content-box2 {
    text-align: left
}

ul.text-left {
    padding-left: 15px
}

.option-yellow-bar-homepage {
    background-color: #fbbc04;
    display: block;
    font-size: 28px;
    font-weight: 700;
    width: 100%;
    min-height: 60px;
    padding-top: 17px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 22px;
    letter-spacing: 3px;
    color: #192548;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-transform: uppercase
}

.option-yellow-bar {
    background-color: #fbbc04;
    display: block;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    min-height: 60px;
    padding-top: 17px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 22px;
    letter-spacing: 3px;
    color: #192548;
    text-align: center
}

.option-yellow-bar-top {
    background-color: #fbbc04;
    display: block;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    height: 80px;
    padding: 15px;
    line-height: 22px;
    letter-spacing: 3px;
    color: #192548;
    text-align: center
}

.option-red-bar {
    background-color: #d72718;
    display: block;
    font-size: 17px;
    font-weight: 700;
    width: 100%;
    min-height: 60px;
    padding-top: 17px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 22px;
    letter-spacing: 2px;
    color: #fff;
    text-align: center
}

.option-blue-bar {
    background-color: #002b5e;
    display: block;
    font-size: 18px;
    min-height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 2rem;
    padding-right: 2rem;
    line-height: 28px;
    color: #fff;
    text-align: center;
    margin-top: 0;
    font-weight: 700;
    width: 100%;
    letter-spacing: 1.3px;
    word-wrap: break-word;
    word-break: break-all;
}

.course-detail-address {
    min-height: 45px;
    padding-top: 8px;
    padding: 15px;
    background-color: #d72718;
    color: #fff;
    text-align: center;
    font-size: 18px
}

.card.box-shadow.text-center i a {
    background: #fff0;
    color: #212530 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    padding: 0
}

.about-padding {
    padding-top: 30px;
    padding-bottom: 15px;
    padding-left: 50px;
    padding-right: 50px
}

.about-padding-bullet {
    padding-top: 30px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 30px;
    line-height: 24px
}

button:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none
}

.accordion .btn.focus {
    box-shadow: none !important
}

.accordion .card-header {
    padding: .25rem .75rem;
    position: relative
}

    .accordion .card-header:before {
        content: "";
        width: 65%;
        height: 46px;
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        background-color: rgb(0 43 94 / 8%)
    }

.MinistryApproved-box span.small {
    background: rgb(36 72 145 / 5%);
    display: block;
    padding: 5px;
    color: #184ab0;
    border-radius: 3px;
    margin-top: 5px;
    font-weight: 600
}

.courses-packages-f {
    position: fixed;
    top: 400px;
    right: -85px;
    transform: rotate(90deg);
    z-index: 10
}

    .courses-packages-f a {
        background-color: #d72718;
        padding: 10px 8px;
        border-radius: 0 0 10px 10px;
        line-height: 1;
        color: #fff;
        text-decoration: none;
        transform: rotate(0deg)
    }

.inrUl ul {
    padding-left: 0;
    margin-top: 10px
}

    .inrUl ul li {
        margin-left: 40px
    }

.schoolCouress.modulesCouress .box-shadow {
    box-shadow: none;
    padding: 8px !important;
    border-radius: 50px;
    background-color: #f5f5f5;
    transition: 0.5s ease all
}

    .schoolCouress.modulesCouress .box-shadow:hover {
        background: #002b5e
    }

        .schoolCouress.modulesCouress .box-shadow:hover h2 {
            color: #fff
        }

    .schoolCouress.modulesCouress .box-shadow a h2 {
        font-size: 16px !important
    }

.Faq .MinistryApproved-box p {
    color: #565656
}

.Faq .MinistryApproved-box ul, .Faq .MinistryApproved-box ol {
    margin: 0;
    padding-bottom: 10px;
    list-style-type: circle !important
}

    .Faq .MinistryApproved-box ul li, .Faq .MinistryApproved-box ol li {
        padding-left: 20px;
        list-style: inside;
        line-height: 24px;
        font-size: 14px;
        display: list-item;
        list-style-type: square !important
    }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #f3f7fd;
    border-color: #dee2e6 #dee2e6 #fff
}

.WdlGV {
    max-width: 680px;
    height: auto;
    margin: auto auto 20px
}

#TabsList .nav-link {
    display: block;
    padding: .5rem .7rem
}

.social a {
    display: inline-block;
}

body .bodybanner {
    display: none;
}

.contactus-custom .hWNurY{color:#ffffff;}
@font-face {
    font-family: 'FontAwesome';
    font-display: swap; /* Prevents invisible text during loading */
    /* ... other properties */
}

header {
    background-color: #fbfbfb
}

.rating {
    color: #ffc600
}

.mainheadline {
    background-color: #244891
}

.mainheadline2 {
    background-color: #333
}

.first-letter-head {
    padding: 0;
    font-weight: 700
}

.navbar-light .navbar-nav .nav-link {
    color: #231f20 !important;
    padding: 9px 8px;
    font-size: 15px
}

.bg-dark {
    background-color: #ffffff !important
}

a {
    color: #244891 !important;
    text-decoration: none !important
}

.btn-primary {
    color: #fff !important;
    background-color: #244891 !important;
    border-color: #244891 !important
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac
}

.border-top {
    border-top: 1px solid #e5e5e5
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgb(0 0 0 / .05);
    border: solid 1px #f1f1f1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.mandatory {
    color: red
}

.tab-content > .tab-pane {
    background-color: #fff;
    border-left: solid 1px #dee2e6;
    border-right: solid 1px #dee2e6;
    border-bottom: solid 1px #dee2e6
}

.modal-header {
    background-color: #244891;
    color: #fff
}

.modal-footer {
    background-color: #222d32
}

.modal-header {
    background-color: #244891;
    color: #fff
}

.modal-footer {
    background-color: #222d32
}

.footer-links {
    color: #fff
}

    .footer-links:hover {
        color: #e4e4e4
    }

footer {
    background-color: #192548;
    color: #fff
}

.services .content2 {
    border: 1px solid #244891
}

.font-red {
    color: #fff
}

.courses-packages .card-header {
    color: #fff;
    background-color: #555
}

.pricing-table.blue {
    background: #145eba;
    color: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%),10px -10px 0 rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 10%),10px -10px 0 rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 0 15px rgb(0 0 0 / 10%),10px -10px 0 rgb(0 0 0 / 5%)
}

.pricing-table.yellow {
    color: #999;
    background-color: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%),10px -10px 0 rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 10%),10px -10px 0 rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 0 15px rgb(0 0 0 / 10%),10px -10px 0 rgb(0 0 0 / 5%)
}

.pricing-table.dark {
    background: #161616;
    color: #fff
}

.pricing-table > .inner {
    border: 1px solid #ebebeb
}

.pricing-table.blue .pricing-table-price {
    background: #145eba;
    color: #fff
}

.pricing-table.yellow .pricing-table-price {
    background: #fff0;
    color: #383e4a
}

.pricing-table.dark .pricing-table-price {
    background: #161616;
    color: #fff
}

.pricing-table-heading {
    color: #383e4a
}

    .pricing-table-heading:after {
        border-top: 1px solid #3d7eb2;
        border-bottom: 1px solid #3b7eb3
    }

.pricing-table.yellow .pricing-table-heading:after {
    border-top: 1px solid #383e4a;
    border-bottom: 1px solid #383e4a
}

.pricing-table-features li {
    border-bottom: 1px solid #ebebeb
}

.light-version .service_single_content {
    background-color: #fff;
    -webkit-box-shadow: 0 20px 40px 0 rgb(0 0 0 / 11%);
    box-shadow: 0 5px 40px 0 rgb(0 0 0 / 11%)
}

.our-core-wrp .service_single_content:hover {
    background-color: rgb(255 255 255 / .8)
}

.service_single_content:hover {
    -webkit-box-shadow: 0 5px 50px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 5px 50px 0 rgb(0 0 0 / 8%);
    background-color: rgb(255 255 255 / .8)
}

.d-sec {
    background-image: linear-gradient(to right,#145eba 0%,#1d80fb 100%)
}

#region-selector .car-pin {
    background: #fff
}

    #region-selector .car-pin .icons8-icons8-people-in-car-filled {
        color: #002f4f
    }

#region-selector .selected-region .subtitle {
    color: #f2e97f
}

#region-selector .selected-region .title {
    color: #fff
}

.contact-menu {
    color: #fff
}

    .contact-menu li {
        border-left: 2px solid #fff
    }

        .contact-menu li a {
            color: #fff
        }

        .contact-menu li i {
            font-size: 22px;
            margin-right: 0;
            vertical-align: middle
        }

.bg-f4f6fc {
    background-color: #f4f6fc
}

.price-bg {
    background-color: #f4f6fc
}

.pricing-table.blue .pricing-table-heading {
    color: #fff
}

.who-we-contant h4 {
    color: #000
}

.icon-font-box {
    border: 2px solid #2da4ee
}

    .icon-font-box i {
        color: #2da4ee
    }

.inner-box .text {
    color: #888
}

.payment-section-gradient {
    background-color: #f4f6fc
}

hr.line {
    border-top: 2px solid #002b5e
}

#cource-time .class {
    background: #fff;
    color: #4a4a4a
}

.bb {
    border-left: solid 1px #dee2e6;
    border-right: solid 1px #dee2e6;
    border-bottom: solid 1px #dee2e6;
    border-top: none
}

.sendrecive .service_single_content {
    height: 100%
}

.bg-fefefe {
    background-color: #f9f9f9 !important
}

.customlist-wrapper .table-responsive {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 30px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 0 40px rgb(82 85 90 / 10%);
    -moz-box-shadow: 0 0 40px rgb(82 85 90 / .1);
    box-shadow: 0 0 40px rgb(82 85 90 / 10%);
    border: 0;
    background-color: #fff;
    padding: 1px 20px;
    margin: 20px 0
}

.customlist-wrapper .table .thead-dark th {
    background-color: #fff0;
    border-color: #fff0;
    color: #7f889a;
    font-size: 16px
}

.customlist-wrapper .table .thead-dark td {
    border: #fff0
}

.customlist-wrapper .table .thead-dark td {
    border-bottom: 1px solid #f2f3f4 !important
}

.customlist-wrapper .table-bordered td, .customlist-wrapper .table-bordered th {
    border-bottom: 1px solid #e6dde2;
    border-top: #fff0;
    border-left: #fff0;
    border-right: #fff0
}

.customlist-wrapper .table-striped tbody tr:nth-of-type(odd) {
    background: #fff0
}

.customlist-wrapper .table-striped tbody tr:hover {
    background: #fff0
}

.light-blue-bg {
    background: rgb(104 152 209 / .1)
}

.first-widget {
    background-color: #cfe0f0;
    margin-top: 0;
    overflow: hidden
}

    .first-widget a.btn.btn-md-lg.btn-primary {
        padding: 10px 20px
    }

.bg-blue-d {
    background-color: #cfe0f0
}

.join-btn {
    padding: 10px 60px
}

.social ul {
    display: flex;
    gap: 24px;
    list-style: none;
    justify-content: end;
    margin: 0;
    min-height: 70px;
    align-items: center
}

    .social ul li a i {
        color: #244891;
        font-size: 26px
    }

.top-header .call {
    justify-content: start;
    margin: 0;
    min-height: 70px;
    align-items: center;
    padding-top: 25px;
    gap: 12px
}

.phone {
    font-size: 19px;
    color: #244891 !important;
    font-weight: 600
}

.carousel-inner h4 {
    text-transform: uppercase;
    line-height: 1.5
}

body .navbar-expand-xl .navbar-nav .nav-link {
    font-size: 16px
}

.drive-bdr {
    position: relative
}

    .drive-bdr:after {
        position: absolute;
        background-color: #878787;
        width: 60%;
        height: 3px;
        content: "";
        bottom: 0;
        left: 0;
        right: 0;
        margin: 5px auto 5px
    }

.OptionWrap .card {
    position: relative;
    padding: 40px 0 25px !important;
    min-height: auto !important
}

    .OptionWrap .card span.shap {
        position: absolute;
        top: 5px;
        background-color: #d72718;
        color: #fff;
        font-weight: 700;
        padding: 8px;
        border-radius: 10px;
        font-size: 20px;
        left: 0;
        right: 0;
        margin: 0 auto;
        max-width: 75px
    }

    .OptionWrap .card p {
        font-size: 18px;
        word-wrap: break-word;
        word-break: break-word;
        padding: 30px 15px 15px 15px;
        line-height: 30px;
        min-height: 135px
    }

    .OptionWrap .card a {
        background-color: #244891;
        color: #fff !important;
        font-size: 16px;
        padding: 10px 15px;
        max-width: 145px;
        margin: 0 auto;
        border-radius: 10px
    }

.googleReview .card.box-shadow .shap a {
    background: transparent !important
}

.googleReview .card span.shap {
    background-color: #d9d9d9;
    border-radius: 50px;
    top: -82px;
    color: #7b7b7b;
    font-size: 105px
}

.googleReview .card span.shap {
    background: #fff0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: auto;
    min-width: min-content;
    top: -38px
}

.googleReview h5 {
    padding: 20px 0 0;
    font-weight: 700
}

.googleReview .review-o {
    margin-top: 30px !important
}

.googleReview p {
    font-size: 16px !important;
    line-height: 26px !important;
    padding: 12px 48px 5px !important;
    margin: 0
}

.googleReview .carousel-indicators {
    bottom: -55px
}

    .googleReview .carousel-indicators li {
        background-color: #626060;
        border-radius: 50px;
        width: 15px;
        height: 15px
    }

    .googleReview .carousel-indicators .active {
        background-color: #fbbc05
    }

.googleReview .carousel-item {
    padding: 60px 0 20px
}

.reviewUs .card {
    background: #fff0;
    border: none;
    padding: 0 !important;
    box-shadow: none
}

    .reviewUs .card p {
        padding: 20px 45px 0 !important
    }

.onterio {
    background-color: #192548;
    color: #fff
}

    .onterio h3 {
        text-align: center;
        font-weight: 600;
        font-size: 18px;
        text-transform: uppercase;
        line-height: 1.5
    }

button.btn.btn-preptest {
    background-color: #fbbc04;
    color: #192548;
    font-weight: 600;
    margin: 30px auto;
    text-align: center;
    display: flex;
    border-radius: 10px;
    padding: 12px 60px;
    font-size: 22px
}

.cweOffer h3 {
    position: relative
}

    .cweOffer h3:before {
        content: "";
        background-color: #aeacac;
        min-width: 275px;
        height: 1px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 305px;
        bottom: -16px
    }

.cweOffer li {
    text-transform: uppercase;
    font-size: 14px;
    color: #cdc7c7
}

.cweOffer li {
    text-transform: uppercase;
    font-size: 14px;
    color: #cdc7c7
}

.onterio .container {
    position: relative;
    border-left: 20px solid #fbbc04;
    border-right: 20px solid #fbbc04
}

.onterio .container-fluid:after {
    position: absolute;
    content: "";
    background-color: #fbbc04;
    width: 25px;
    height: 100%;
    display: block;
    left: 30px;
    top: 0
}

.onterio .container-fluid {
    position: relative
}

    .onterio .container-fluid:before {
        position: absolute;
        content: "";
        background-color: #fbbc04;
        width: 25px;
        height: 100%;
        display: block;
        right: 40px;
        top: 0
    }

.cweOffer ul {
    display: flex;
    gap: 60px;
    justify-content: center;
    list-style: none;
    padding-top: 35px;
    text-transform: capitalize;
    font-weight: 600
}

.helpbox span.help-btn {
    box-shadow: 0 .25rem .75rem rgb(0 0 0 / 35%);
    color: #333;
    display: inline-block;
    border-radius: 7px;
    padding: 20px 55px 20px 20px;
    font-size: 16px;
    font-weight: 600;
    margin: 0 20px;
    position: relative
}

    .helpbox span.help-btn span.btn.btn-preptestt {
        position: absolute;
        top: 0;
        right: 0;
        min-height: 48px;
        background-color: #192548;
        color: #fff;
        font-size: 34px;
        border-radius: 10px
    }

#footer h3 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px
}

#footer p {
    font-size: 14px;
    line-height: 1.5
}

#footer .footer-box ul {
    padding: 0;
    margin: 0;
    list-style: none
}

    #footer .footer-box ul li a {
        color: #eeeeee !important;
        line-height: 28px;
        font-size: 15px
    }

#footer .footer-box .footer-address p {
    padding-bottom: 0;
    font-size: 15px
}

#footer .footer-box .social ul {
    justify-content: flex-start;
    padding-top: 30px
}

    #footer .footer-box .social ul i {
        color: #fff
    }

.reviewUs .card a {
    padding: inherit;
    max-width: inherit;
    background-color: #fff0
}

.reviewUs .card p {
    padding: 10px 5px 0 !important;
    color: #223260 !important
}

.mainSlide .carousel-indicators {
    bottom: 0
}

    .mainSlide .carousel-indicators li {
        background-color: #626060;
        border-radius: 50px;
        width: 15px;
        height: 15px
    }

    .mainSlide .carousel-indicators .active {
        background-color: #fff
    }

.mainSlide .carousel-caption {
    position: absolute;
    left: 15%;
    top: 40%;
    z-index: 10;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    text-align: left;
    width: 40%
}

.mainSlide .carousel-inner .carousel-item {
    height: 550px
}

.mainSlide .carousel-caption .btn.btn-md-lg.btn-primary.btn-block {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    text-transform: uppercase !important;
    padding: 12px
}

.mainSlide .carousel-inner .carousel-item:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    top: 0;
    left: 0
}

.googleReview .carousel-inner .card p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 0 20px !important;
    padding-top: 0 !important;
    font-size: 16px !important;
    height: 80px
}

.googleReview .carousel-inner .card a {
    padding: 8px 15px;
    width: 100%;
    font-size: 14px;
    display: block;
    max-width: 85%
}

.mainSlide .carousel-inner .carousel-item img {
    width: 100%
}

.googleReview .carousel-inner .card br {
    display: none
}

.googleReview .carousel-inner .card {
    gap: 12px
}

    .googleReview .carousel-inner .card .shap a img {
        max-width: 100%;
        min-width: 60px
    }

section.blue {
    background-color: #002b5e
}

.schoolCouress .card {
    min-height: 195px
}

    .schoolCouress .card p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        line-clamp: 4;
        -webkit-box-orient: vertical;
        padding: 0 0px !important;
        padding-top: 0 !important;
        font-size: 14px !important
    }

.MinistryApproved-box.table-ministry.inr-box h2 {
    height: 80px;
    -webkit-line-clamp: 3;
    line-clamp: 3
}

.MinistryApproved-box.table-ministry h2, .schoolCouress h2 {
    font-size: 18px;
    color: #3579ad;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: inherit !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
    height: 50px
}

.card.box-shadow.text-center.py-5.px-3 {
    text-align: center;
    height: 100%;
    min-height: 160px;
    padding-bottom: 0 !important;
    text-align: left !important
}

.MinistryApproved-box.table-ministry h3, .MinistryApproved-box.table-ministry h4 {
    font-weight: 600;
    padding: 5px 0;
    font-size: 16px
}

.MinistryApproved-main .inner {
    text-align: center
}

.option-blue-bar2 {
    background-color: #244891;
    color: #fff;
    padding: 10px;
    font-size: 24px;
    word-spacing: 5px
}

.blue hr.line {
    border-top: 2px solid #dfe1e3
}

.process-item {
    width: 25%;
    position: relative;
    float: left
}

    .process-item .square {
        border: 2px solid #fbbc04;
        background: #fff;
        width: 150px;
        height: 150px;
        padding: 12px;
        margin: 48px auto;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: relative;
        z-index: 2
    }

        .about-icon > .inner, .blog-post-date > .inner, .error > .inner, .process-item .sep div, .process-item .square .inner {
            background: #fbbc04;
            width: 100%;
            height: 100%
        }

    .process-item .content {
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        text-align: center;
        color: #222;
        width: 100%;
        height: 100%;
        padding-top: 24px
    }

        .process-item .content i {
            font-size: 36px;
            margin-bottom: 6px
        }

        .process-item .content h5 {
            margin: 0
        }

    .process-item .line {
        width: 100%;
        height: 2px;
        background: #fbbc04;
        position: absolute;
        top: 122px;
        left: 0
    }

    .contacts, .process-item .sep {
        background: #fff;
        position: absolute
    }

    .process-item .sep {
        border: 1px solid #fbbc04;
        width: 18px;
        height: 18px;
        padding: 2px;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 114px;
        right: -9px;
        z-index: 3
    }

.pricing-table-button {
    padding: 24px 0;
    border-radius: 12px;
    border: 1px solid #016ae5;
    text-align: center !important;
    padding: 5px 0;
    font-weight: normal !important;
    color: #016ae5;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 15px 40px;
    margin-bottom: 20px;
    max-width: 200px
}

.services a img {
    width: 100%
}

.modulesCouress h2 {
    border: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0 !important
}

.Individual-tablesection ul#panelbar ul {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 20px
}

    .Individual-tablesection ul#panelbar ul table tr th {
        font-size: 18px
    }

    .Individual-tablesection ul#panelbar ul table tr td {
        font-size: 14px;
        font-weight: 400
    }

.lesson-desc h3 strong {
    font-size: 18px
}

.lesson-desc button.button-red {
    background: #244891;
    color: #fff;
    border: none;
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 22px;
    cursor: pointer
}

.btn-blue {
    background: #244891;
    color: #fff;
    border: none;
    min-width: 250px;
    padding: 10px 15px 10px 15px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer
}

    .btn-blue:hover {
        background: #244891;
        color: #fff;
        border: none;
        min-width: 250px;
        padding: 10px 15px 10px 15px;
        font-size: 14px;
        font-weight: 700;
        cursor: pointer
    }

.MinistryApproved-box .drive-list li {
    padding-left: 15px;
    justify-content: left;
    list-style: circle !important;
    padding: 0;
    line-height: 28px
}

h3 button.btn.btn-link {
    font-size: 16px !important;
    font-weight: bold !important
}

    h3 button.btn.btn-link i {
        font-size: 18px;
        width: 20px;
        height: 20px;
        margin-right: 4px;
        text-align: center;
        font-weight: 400
    }

.drive-school-box .card .card-header {
    min-height: auto;
    display: inline-block;
    align-content: center;
    align-items: center;
    background-color: #fff0;
    border: none
}

a .option-blue-bar2 {
    background: #002b5e;
    min-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border-radius: 10px
}

.pl-20 {
    padding-left: 20px
}

.accordion .btn.focus {
    box-shadow: none !important
}

@media (min-width:768px) {
    html {
        font-size: 16px
    }
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 700px;
        margin: 1.75rem auto
    }
}

@media (max-width:1400px) {
    .navbar-expand-xl .navbar-nav .nav-link {
        font-size: 14px
    }
}

@media (max-width:1230px) {
    body .banner-logo img {
        max-width: 100%
    }

    body .logo-detail span {
        font-size: 18px;
        word-wrap: break-word
    }

    body .website-info, body .address-info {
        word-wrap: break-word;
        font-size: 14px
    }

    body .banner-inner-detail img.m-auto {
        position: inherit
    }

    body .banner-logo img {
        margin: 8px 0
    }
}

@media (max-width:1110px) {
    body .verified-half {
        top: -25px
    }
}

@media (max-width:1024px) {
    .light-version .service_single_content p {
        font-size: 13px
    }

    .light-version .service_single_content {
        padding: 20px 15px 5px
    }

    button.navbar-toggler {
        position: absolute;
        right: 0;
        top: 0;
        border: none;
        padding: 0
    }

    .navbar-toggler:focus {
        box-shadow: none
    }

    body .dextopBanner {
        display: none;
    }

    body .bodybanner {
        display: block;
    }

    body .triangle, body .square {
        display: none;
    }

    body .school-banner {
        margin: 5px 0 0 0 !important;
        padding-top: 10px
    }

    .navbar-light .navbar-nav .nav-link {
        color: #231f20 !important;
        padding: 9px 8px;
        font-size: 14px
    }
}

@media (max-width:860px) {
    body .verified-half {
        top: -20px
    }

    .bg-light-blue .py-5 {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }

    .bg-light-blue h2 {
        font-size: 18px
    }

    .accordion .card-header:before {
        background-color: #fff0
    }
}

@media (max-width:767px) {
    .option-blue-bar {
        padding-left: 15px;
        padding-right: 15px;
    }

    .email-limit {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 200px;
    }

    .bg-content-box2 {
        padding: 10px !important;
    }

    body .car {
        margin: 75px auto 0;
    }

    body .bodybanner {
        height: auto;
        padding: 10px;
        border-radius: 20px;
    }

    body .csContainer {
        padding: 0px;
    }

    body .content-box {
        padding: 20px 15px;
    }

    h1#learn-to-drive-safely {
        font-size: 20px;
        padding-bottom: 15px;
    }

    .about-padding-bullet {
        padding-top: 0;
        padding-right: 45px
    }

    .accordion .btn {
        width: 100%;
        text-align: left;
        white-space: inherit;
        position: relative
    }

    .accordion .fa {
        font-size: 24px;
        font-weight: 700;
        position: absolute;
        top: 10px;
        float: right;
        right: -8px
    }

    body .process-item {
        width: 50%;
        position: relative;
        float: left
    }

        body .process-item .square {
            width: 130px;
            height: 100px;
            padding: 5px;
            margin: 8px auto;
            transform: rotate(0deg);
            position: relative;
            z-index: 2
        }

        body .process-item .content {
            transform: rotate(0deg);
            text-align: center;
            color: #222;
            width: 100%;
            height: 100%;
            padding-top: 16px
        }

    .process-item .sep, .process-item .line {
        display: none
    }

    .h1, h1, .h2, h2 {
        font-size: 1.5rem
    }

    .pricing-table-heading {
        font-size: 18px
    }

    body .d-sec {
        padding: 5px 5px !important
    }

    .mainSlide .carousel-inner .carousel-item img {
        width: 100%
    }

    header .navbar a img {
        width: 150px
    }

    body #region-selector .selected-region .title {
        font-size: 12px
    }

    .school-titel {
        font-size: 18px !important
    }

    p.fst-italic {
        font-size: 13px
    }

    body .pricing-table {
        margin-top: 10px !important
    }

    body .price-bg {
        padding-left: 0;
        padding-right: 0
    }

    body .contact-menu li {
        padding: 0 12px
    }

    .our-core-wrp.light-version.d-sec {
        padding-bottom: 10px
    }

    .nav.nav-tabs li {
        width: 100%;
        border: 1px solid #eef0f2
    }

    .footer-links.pl-2 {
        padding: 0 !important
    }

    .mainheadline2 {
        font-size: 1.6rem
    }

    .mainheadline {
        font-size: 2.5rem
    }

    .marketing h2 {
        font-size: 1.5rem;
        padding-bottom: 10px;
        font-weight: 600
    }

    .marketing h3 {
        font-size: 1.3rem
    }

    .bg-light .p-5 {
        padding: 1.5rem !important
    }

    h3, .h3 {
        font-size: 1.2rem;
        font-weight: 600;
        padding-bottom: 10px
    }

    body p {
        font-size: 15px !important;
        line-height: 1.6 !important
    }

    .h4, h4 {
        font-size: 1rem
    }

    body .bg-light-blue {
        padding: 10px
    }

    body .school-service-section .box h4 {
        font-size: 20px
    }

    img.m-auto {
        width: 54px;
        margin-top: 14px !important
    }

    .card.box-shadow.p-4 {
        padding: 10px 10px !important
    }

    .btn {
        display: block;
        margin-bottom: 5px
    }

    .container-fluid.marketing.pt-5.pb-5 {
        padding-bottom: 20px !important
    }

    .heading.text-center.py-0.my-4 {
        margin-bottom: 0 !important;
        margin-top: 10px !important
    }

    .col-sm-4.text-right.review-o p {
        margin-bottom: 0 !important;
        padding: 5px
    }

    .drive-school-box .card .review-o {
        justify-content: end
    }

    .row.drive-school-box.pt-5 {
        padding: 0 !important
    }

    body .why-drive-wrap .why-driveinnr {
        height: auto
    }

    .col-md-5.px-5.py-5 {
        padding-bottom: 0 !important
    }

    h4.my-3 {
        font-size: 1.2rem !important
    }

    .tab-pane h4 {
        font-size: 1.2rem
    }

    .container-fluid.pl-0.pr-0.bg-light {
        min-height: auto !important
    }

    .thankyoupage {
        height: auto
    }

        .thankyoupage h1 {
            font-size: 2.5rem
        }

    body .navbar-expand-xl .navbar-nav .nav-link {
        font-size: 14px;
        padding: 7px
    }

    ul.navbar-nav li.footer-links {
        padding: .5rem 0rem !important
    }

    div#navbarColor01 {
        display: block !important
    }

    .first-widget a.btn.btn-md-lg.btn-primary {
        width: 70%;
        position: inherit;
        left: 0;
        bottom: auto
    }

    body .why-drive-wrap {
        padding: 0 10px !important
    }

    body .whydrive-list {
        padding: 20px 10px !important
    }

    .whydrive-list p {
        font-size: 15px
    }

    .driv-section .col-sm-12.text-center.py-5 {
        padding: 15px 10px !important
    }

    .container.pb-5.driv-section.OptionWrap .col-md-3 {
        margin: 0 45px 60px
    }

        .container.pb-5.driv-section.OptionWrap .col-md-3.lastOption {
            margin-bottom: 0
        }

    .cweOffer ul {
        display: flex;
        gap: 16px;
        justify-content: center;
        list-style: none;
        padding-top: 35px;
        text-transform: capitalize;
        font-weight: 600;
        flex-direction: column;
        text-align: center;
        padding: 0;
        margin: 0
    }

    .onterio .container-fluid:after, .onterio .container-fluid:before {
        display: none
    }

    .helpbox span.help-btn {
        display: block;
        margin-bottom: 15px;
        padding: 20px 40px 20px 5px;
    }
    footer {
        font-size: 12px;
        padding-top: 20px;
        padding-bottom: 15px;
        min-height: 50px;
        line-height: 25px;
        width: 100%;
    }
    .helpSection .container.py-5.text-center {
        padding-top: 15px !important;
        padding-bottom: 15px !important
    }

    #footer h3 {
        padding-bottom: 5px
    }

    body #footer .footer-box {
        padding-top: 14px
    }

    #footer .footer-box ul {
        margin-bottom: 10px
    }

        #footer .footer-box ul li a {
            color: #b8b8b8 !important;
            line-height: 35px;
            font-size: 17px
        }

    .top-header .social {
        display: none
    }

    .top-header .call {
        display: flex;
        text-align: center;
        width: 100%;
        padding-top: 12px;
        min-height: 20px;
        justify-content: space-evenly
    }

    .phone {
        font-size: 13px;
        color: #244891 !important;
        font-weight: 600;
        display: block
    }

    button.navbar-toggler {
        position: absolute;
        right: 0;
        top: -45px;
        border: none
    }

    .mainSlide .carousel-caption {
        position: absolute;
        left: 0;
        top: 20% !important;
        z-index: 10;
        padding-top: 0;
        padding-bottom: 0;
        color: #fff;
        text-align: center;
        width: 80%;
        right: 0;
        margin: 0 auto
    }

    #footer .footer-box ul {
        margin-bottom: 10px
    }

        #footer .footer-box ul li a {
            color: #b8b8b8 !important;
            line-height: 35px;
            font-size: 17px
        }

    .driv-section .drive-school-box {
        margin-bottom: 20px
    }

    .school-banner .banner-logo img {
        max-width: 60%;
        width: 100%
    }

    .banner-logo img {
        margin: 15px 15px
    }

    .school-banner {
        margin-top: 0 !important
    }

    .navbar {
        justify-content: flex-start;
        margin-bottom: 0 !important
    }

    .school-banner {
        margin-top: 0 !important
    }

    section.MinistryApproved-main, .MinistryApproved-main h2 {
        padding-top: 0 !important;
        margin-top: 0;
        padding-bottom: 5px !important
    }

    .MinistryApproved-main .drive-school-box {
        margin-bottom: 20px
    }

    body .Individual-tablesection h2 {
        font-size: 20px
    }

    #RecentReviews .drive-school-box {
        position: relative;
        margin-bottom: 10px
    }

    .school-service-section .col {
        flex: 0 0 100%
    }

    .detail-content-box-padding {
        padding: 0;
        width: 100%;
        margin: 0 !important;
        text-align: center
    }

    .banner-logo, .banner-inner-detail {
        flex-direction: column;
        text-align: left;
        align-items: self-start;
        padding-left: 0;
        position: inherit !important;
        bottom: 0 !important;
        margin-bottom: 20px
    }

        .banner-inner-detail img.m-auto {
            position: inherit
        }

        .banner-inner-detail .col-md-4 {
            margin-bottom: 10px
        }

    .user-d img {
        width: 60px;
        height: 60px
    }

    .banner-inner-detail .col-md-3 {
        padding: 0;
        margin-bottom: 15px
    }

    body .school-banner {
        height: auto;
        padding-bottom: 10px;
        min-height: auto
    }

    .user-d h3 {
        font-weight: 600;
        font-size: 18px;
        padding-bottom: 0
    }

    .user-d p {
        font-size: 16px
    }

    .logo-detail {
        margin-bottom: 20px
    }

        .logo-detail span {
            font-size: 20px
        }

    .school-banner {
        min-height: 100vh
    }

    .banner-inner-detail {
        display: flex;
        align-items: end;
        color: #1a1919;
        font-size: 19px;
        line-height: 1.5;
        z-index: 100;
        position: absolute;
        bottom: 40px;
        filter: blur(0);
        -webkit-filter: blur(0);
        padding-bottom: 0
    }

    #RecentReviews .carousel-control-prev, #RecentReviews .carousel-control-next {
        display: none
    }

    body .login-section {
        align-items: flex-start
    }

    body .first-widget {
        border-radius: 0;
        margin-top: 0;
        padding-bottom: 20px !important
    }

    .first-widget .col-md-5.px-5.py-5, .first-widget .col-md-7.ml-auto.px-5.py-5 {
        padding: 10px !important
    }

    body .banner-inner-detail {
        align-items: flex-start
    }

    .website-info p span, .website-info p, .address-info p {
        font-size: 15px
    }

    .mainSlide .carousel-inner .carousel-item {
        height: 260px !important
    }

    .footer {
        position: inherit;
        bottom: 0;
        width: 100%;
        white-space: nowrap;
        line-height: inherit;
        text-align: center !important
    }

        .footer .text-center.text-white small {
            white-space: initial
        }

    body button.btn.btn-blue {
        white-space: inherit
    }

    body h2.jumbotron {
        font-size: 20px !important
    }

    body h3 button.btn.btn-link {
        font-size: 14px !important;
        font-weight: bold !important;
        padding-left: 0
    }

    .bg-content-box1 p i.fa {
        display: block;
        position: inherit;
        font-size: 42px !important
    }

    .about-padding {
        padding-top: 0;
        padding-bottom: 15px;
        padding-left: 30px;
        padding-right: 30px
    }

    .option-yellow-bar-top .btn, .option-yellow-bar-top .btn-lg {
        padding: .5rem .8rem;
        font-size: .85rem
    }

    .option-yellow-bar-homepage {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 1px
    }

    h2.pb-4.drive-bdr {
        font-size: 18px
    }

    .OptionWrap .card p {
        min-height: auto
    }

    .container.driv-section.reviewUs.googleReview.OptionWrap .col-sm-12.text-center.pb-5.pt-3 {
        padding-bottom: 15px !important
    }

    button.btn.btn-preptest {
        padding: 12px 20px;
        font-size: 18px;
    }
    .cweOffer h3{display:none;}
    .OptionWrap .card a {
        font-size: 14px;
        padding: 10px 12px;
        max-width: 201px;
    }
    .googleReview p {
        font-size: 14px !important;
        line-height: 20px !important;
        padding: 12px 48px 5px !important;
        margin: 0;
    }
}

@media (max-width:650px) {
    .mainheadline {
        font-size: 3rem
    }

    .form-group {
        margin-bottom: 0rem
    }

    label {
        display: inline-block;
        margin-bottom: .5rem;
        margin-top: .5rem
    }

    .marketing .col {
        width: 100%;
        flex: 0 0 100%;
        margin-bottom: 10px
    }

        .marketing .col i {
            font-size: 50px !important;
            max-width: 50%
        }

    .login-wrapper {
        padding: 0
    }

    .slide-box1, .slide-box2 {
        padding: 24px 10px
    }

        .slide-box1 h2, .slide-box2 h2 {
            font-size: 20px
        }

            .slide-box1 h2 span, .slide-box2 h2 span {
                margin-bottom: 10px;
                display: inline-block
            }

        .slide-box1 h4, .slide-box2 h4 {
            font-size: 18px;
            line-height: 1.5
        }

        .slide-box1 span.first-letter-head, .slide-box2 span.first-letter-head, .slide-box1 p, .slide-box2 p {
            font-size: 18px
        }

    .btn-info {
        display: block
    }

    .drive-school-box .box-shadow {
        height: auto !important
    }

    .btn-primary, .btn-outline-danger, .btn-secondary {
        display: block;
        width: 100%;
        margin: 0 auto 10px !important
    }

    body .modal-footer {
        background-color: #fff
    }

    body .close {
        color: #fff;
        text-shadow: 0 1px 0 #fff;
        opacity: 1
    }

    h5.m-title.text-right {
        text-align: left !important
    }

    .school-instructor {
        gap: 15px;
        flex-direction: column
    }

        .school-instructor ul {
            width: 100%;
            display: flex;
            gap: 10px
        }

    body .school-banner .banner-inner-detail {
        align-items: center
    }

    i.fa.fa-user {
        margin-left: 6px
    }
}

@media (max-width:560px) {
    body .verified-half {
        top: -25px
    }

    body .container.pb-5.driv-section.OptionWrap .col-md-3 {
        margin: 0 5px 30px;
    }

    body .OptionWrap .card span.shap {
        font-size: 22px;
        max-width: 52px
    }

    body .container.pb-5.driv-section.OptionWrap {
        padding-bottom: 0 !important
    }

    body .googleReview p {
        padding: 12px 5px 5px !important
    }
}

