.overflownone {
    overflow: hidden
}

.loading-container {
    background-color: rgba(0, 0, 0, .45);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000
}

.loading {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 -25px 0;
    border-bottom: 6px solid rgba(255, 255, 255, .3);
    border-left: 6px solid rgba(255, 255, 255, .3);
    border-right: 6px solid rgba(255, 255, 255, .3);
    border-top: 6px solid rgba(255, 255, 255, .9);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    animation: rot .6s infinite linear
}

@keyframes rot {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(359deg)
    }
}

#contact_form .error {
    color: #ff4d4d
}

#customer_form .error {
    color: #ff4d4d
}

#questionaries_form .error {
    color: #ff4d4d
}

#mileage_form .error {
    color: #ff4d4d
}

.table td,
.table th {
    padding: .45rem
}

.customlable_group label {
    margin-bottom: 0 !important
}

.slider-sec {
    background: #1b394e;
    font-family: Antenna-Regular, Arial, Helvetica, sans-serif
}

.cvr-compents {
    color: #fff !important
}

.cvr-compents .multiple-items-4-layer {
    font-family: Antenna-Regular, Arial, Helvetica, sans-serif
}

.cvr-compents .multiple-items-4-layer p {
    font-weight: 300;
    margin-top: 25px;
    letter-spacing: 1px;
    text-align: justify;
    margin-bottom: 25px;
    font-family: Antenna-ExtraLight, sans-serif
}

.rdf-btn {
    width: 150px;
    height: 42px;
    border: none;
    display: block;
    font-weight: 300;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    font-family: Antenna-ExtraLight, sans-serif;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}

.btn-width {
    height: 42px !important;
    background: #2d96cd;
    width: 150px !important;
    text-align: left;
    color: #fff !important
}

.b2c-modal.show {
    visibility: visible !important
}

.modal {
    background: rgba(0, 0, 0, .15);
    width: 100vw
}

.modal-address {
    max-width: 670px !important;
    padding: 0 15px 0 0;
}

.modal-address .modal-content {
    border-radius: 15px !important
}

.modal-address .modal-header {
    padding: 12px !important;
    background: #102b4e !important;
    color: #fff !important;
    border-radius: 10px 10px 0 0 !important;
    display: flex !important;
    justify-content: center !important;
    position: relative !important;
}

.modal-address .modal-header h5.modal-title {
    color: #fff !important;
    font-weight: 700 !important
}

.modal-address .modal-header button.close {
    color: #fff;
    cursor: pointer;
    opacity: .7;
    position: absolute;
    right: 12px;
}

.modal-address .modal-body {
    padding: 10px;
    height: auto;
    max-height: 400px;
    overflow: auto
}

.modal-address .modal-body ul {
    padding-left: 0;
    list-style: none
}

.modal-address .modal-body ul li {
    font-size: 14px;
    padding: 10px;
    font-family: 'Antenna-Light';
}

.modal-address .modal-body ul li:nth-child(even) {
    background-color: rgb(233, 233, 233, .4)
}

.modal-address .modal-body ul li:hover {
    background-color: rgba(77, 77, 77, .16);
    cursor: pointer
}

.modal-address .modal-footer {
    padding: 5px;
    border: none;
    border-radius: 0 0 10px 10px
}

.slider-sec {
    position: relative
}

.slider-sec .carousel {
    position: inherit
}

.slider-sec .carousel-control-btn {
    margin: 2px !important;
    border-radius: 0 !important;
    width: 40px !important;
    height: 40px !important;
    background: #2d96cd !important;
    cursor: pointer
}

.slider-sec .carousel-control-btn i {
    color: #fff !important;
    font-size: 14px !important
}

.carouse-controls {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex
}

.carousel-control-next,
.carousel-control-prev {
    position: relative
}

@media (min-width:321px) {
    .mob_displaynone {
        display: none
    }
}

@media (max-width:320px) {
    .desk_displaynone {
        display: none
    }
}

@media (min-width:1366px) {
    .allign_text {
        text-align: center
    }
}

@media (max-width:1365px) {
    .allign_text {
        text-align: center
    }
}

.pricing-ddl .dropdown-toggle {
    background: #2761a4 !important;
    color: #fff !important;
    border-radius: 4px !important;
    text-align: center !important;
    border: none !important;
    font-size: 15px !important
}

.pricing-ddl .dropdown-toggle:active,
.pricing-ddl .dropdown-toggle:focus,
.pricing-ddl .dropdown-toggle:hover {
    background: 0 0;
    color: #1b394e;
    box-shadow: none !important
}

.pricing-ddl .dropdown-toggle::after {
    margin-left: 0;
    position: absolute;
    top: 16px;
    right: 0
}

.pricing-ddl .dropdown-menu .dropdown-item {
    cursor: pointer;
    font-weight: 500;
    color: #111b57
}

.pricing-ddl .dropdown-menu .dropdown-item:hover {
    background-color: #5faed8;
    color: #fff
}

.apology-modal {
    background-color: #102b4e !important;
    font-family: 'Antenna-Light';
}

.apology-modal img {
    width: 316px
}

.apology-modal p {
    font-weight: 500;
    font-size: 19px;
    color: #fff;
    margin-top: 16px
}

.apology-modal .wd-red-btn {
    width: 138px;
    border: 2px solid #fff;
    color: #fff;
    padding: 5px !important
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    color: #fff !important
}

.modal-address .modal-content {
    border: 3px solid #102b4e !important;
}