@import url(https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&display=swap);
@import url(https://fonts.maateen.me/solaiman-lipi/font.css);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
/*----------------------------------------*/
/*   common css
/*----------------------------------------*/
body {
    font-family: "Nunito", "SolaimanLipi", sans-serif !important;
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: 0.5px;
    color: #555555;
}

a,
.btn,
button,
input,
optgroup,
select,
textarea {
    font-family: "Nunito", "SolaimanLipi", sans-serif !important;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-left: 10px;
    padding-right: 10px;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-16 {
    font-size: 16px;
}

.fw-400 {
    font-weight: 400;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Nunito", "SolaimanLipi", sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #222222;
    line-height: 1.5;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

p {
    color: #555555;
    line-height: 1.5;
}

p.lg {
    font-size: 24px;
}

a:hover {
    color: #d81324;
    cursor: pointer;
}

a:focus {
    color: #fff;
}

ul {
    line-height: 1.5;
}

a,
.btn,
button,
span,
p,
i,
input,
select,
textarea,
li,
img,
svg path,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
    transition: all 0.3s ease-out 0s;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input,
textarea {
    letter-spacing: 0.5px !important;
}

.white-color {
    color: #fff;
}

.black-color {
    color: #222;
}

.text-skyblue {
    color: #0dcaf0;
}

.light-black-color {
    color: #555;
}

.red-color {
    color: #d81324 !important;
}

.blue-color {
    color: #0b2154;
}

.bg-deep-blue {
    background: #0b2154;
}

.section-margin {
    margin: 35px 0 30px;
}

.p-10 {
    padding: 10rem;
}

.border-radius-5 {
    border-radius: 5px;
}

.border-radius-10 {
    border-radius: 10px;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.btn-padding {
    padding: 10px 20px;
}

.btn-radio .btn-secondary {
    background: #0b2154 !important;
    color: #fff !important;
    padding: 10px 20px !important;
    border-radius: 5px !important;
}

.btn-danger,
.deep-danger {
    background: #d81324;
    color: #fff;
    padding: 13px 30px;
    border-radius: 5px;
    border: none;
    color: #fff;
}

.btn-radius {
    border-radius: 5px;
}

.text-transform-none {
    text-transform: none;
}

input[type="text"]::-moz-placeholder {
    color: #999 !important;
    font-size: 16px;
}

input[type="text"]:-ms-input-placeholder {
    color: #999 !important;
    font-size: 16px;
}

input[type="text"]::placeholder {
    color: #999 !important;
    font-size: 16px;
}

input[type="number"]::-moz-placeholder {
    color: #999;
    font-size: 16px;
}

input[type="number"]:-ms-input-placeholder {
    color: #999;
    font-size: 16px;
}

input[type="number"]::placeholder {
    color: #999;
    font-size: 16px;
}

input[type="number"] {
    height: 50px;
    border: 1px solid #bbbbbb;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

input[type="email"]::-moz-placeholder {
    color: #999 !important;
    font-size: 16px;
}

input[type="email"]:-ms-input-placeholder {
    color: #999 !important;
    font-size: 16px;
}

input[type="email"]::placeholder {
    color: #999 !important;
    font-size: 16px;
}

input[type="password"]::-moz-placeholder {
    color: #999 !important;
    font-size: 16px;
    letter-spacing: 0px;
}

input[type="password"]:-ms-input-placeholder {
    color: #999 !important;
    font-size: 16px;
    letter-spacing: 0px;
}

input[type="password"]::placeholder {
    color: #999 !important;
    font-size: 16px;
    letter-spacing: 0px;
}

input[type="number"]::-moz-placeholder {
    color: #999 !important;
    font-size: 16px;
    letter-spacing: 0px;
}

input[type="number"]:-ms-input-placeholder {
    color: #999 !important;
    font-size: 16px;
    letter-spacing: 0px;
}

input[type="number"]::placeholder {
    color: #999 !important;
    font-size: 16px;
    letter-spacing: 0px;
}

textarea::-moz-placeholder {
    color: #999 !important;
    font-size: 16px;
    letter-spacing: 0px;
}

textarea:-ms-input-placeholder {
    color: #999 !important;
    font-size: 16px;
    letter-spacing: 0px;
}

textarea::placeholder {
    color: #999 !important;
    font-size: 16px;
    letter-spacing: 0px;
}

.list-style-none {
    list-style: none;
}

.list-unstyled {
    list-style: none;
    padding: 0;
    margin: 0;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
input[type="number"],
input[type="date"],
input[type="month"],
input[type="tel"],
select,
textarea {
    height: 40px !important;
}

.earn-today-form input[type="text"] {
    height: 50px !important;
}

.earn-today-form input[type="text"],
.earn-today-form input[type="email"],
.earn-today-form input[type="password"],
.earn-today-form input[type="submit"],
.earn-today-form input[type="number"],
.earn-today-form input[type="date"],
.earn-today-form input[type="tel"],
.earn-today-form select,
.earn-today-form textarea,
.login_form_field input[type="number"],
.login_form_field input[type="password"] {
    height: 50px !important;
    border-radius: 5px;
}

.section-title-area {
    margin-bottom: 22px;
}

.card-bg {
    background: #f2f6f7;
}

.ps-relative {
    position: relative;
}

.ps-absolute {
    position: absolute;
}

.radiobtn input[type="radio"] {
    display: none !important;
}

.radiobtn input[type="radio"] + *::before {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 20px;
    height: 20px;
    margin-right: 0.3rem;
    border-radius: 50%;
    border: 4px solid #dddddd;
    position: relative;
    top: -2px;
}

.radiobtn input[type="radio"]:checked + *::before {
    background: #0b2154;
    border-color: #dddddd;
}

.checkbox {
    display: inline-flex;
    cursor: pointer;
    position: relative;
}

.checkbox > span {
    color: #696f79;
    padding-left: 0.25rem;
}

.checkbox > input {
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #dddddd;
    border-radius: 4px;
    outline: none;
    transition-duration: 0.3s;
    position: relative;
    top: -2px;
    cursor: pointer;
}

.checkbox > input:checked + span::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f00c";
    display: block;
    text-align: center;
    color: #0b2154;
    position: absolute;
    left: 2px;
    top: -2px;
}

.checkbox > input:active {
    border: 2px solid #dddddd;
}

.brands-container {
    display: flex;
    align-items: center;
}

.brands h3 {
    margin-right: 10px;
}

@media screen and (max-width: 575px) {
    .brands-container {
        flex-direction: column;
        padding: 30px 0;
    }

    .brands h3 {
        margin-right: 0;
        margin-bottom: 20px;
    }
}
#scrollUp i:hover {
    color: #fff;
}

.form-control {
    border: 1px solid #bbbbbb;
    height: 50px;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--ltn__secondary-color);
}

.flex-cradle {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    font-family: Helvetica;
}

.slider-cradle {
    display: flex;
    width: 150px;
    text-align: center;
    border-radius: 50px;
    background: #d81324;
    height: 50px;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0px 0px 5px rgba(216, 19, 36, 0.4);
    transition: background ease-in-out 0.5s;
}

.slider-cradle .option-1 {
    width: 50%;
    font-size: 18px;
}

.slider-cradle .option-2 {
    width: 50%;
    font-size: 18px;
}

.slider-cradle .handle {
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: absolute;
    background: transparent;
    left: 15px;
    top: 5px;
    transition: transform cubic-bezier(1, 0.11, 1, 1.04) 400ms;
}

.slider-cradle.is-transitioned .handle {
    left: -5px;
    top: 5px;
}

.lang-handler {
    display: inline-block;
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
}

.slider-cradle .handle img {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider-cradle div {
    line-height: 50px;
    color: white;
    font-weight: 500;
}

.slider-cradle.is-transitioned {
    background: #d81324;
    box-shadow: inset 0px 0px 5px rgba(216, 19, 36, 0.4);
}

.slider-cradle.is-transitioned .handle {
    transform: translateX(100px);
}

li.menu-icon.menu-cus-icon.active a {
    color: #d81324 !important;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

@media screen and (max-width: 991px) {
    .lg-device-none {
        display: none !important;
    }
}
.pagination {
    display: flex !important;
    justify-content: center !important;
    list-style: none;
    border-radius: 0.25rem;
}

.btn-sm {
    font-size: 0.875rem !important;
    line-height: 1.5;
    border-radius: 0.2rem !important;
}

.cus-badge {
    padding: 0.35em 0.65em !important;
    color: #fff !important;
}

.submit-btn {
    background: #0b2154 !important;
    color: #fff !important;
    padding: 8px 18px !important;
    border-radius: 5px !important;
}

.margin-btn {
    margin-top: 12px;
}
@media screen and (max-width: 991px) {
    .margin-btn {
        text-align: center;
        margin-bottom: 30px;
    }
}

.dots-container {
    width: 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 25px;
}

.dots-container-admin {
    width: 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 25px;
}

.dots-container-reg {
    width: 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 25px;
    margin-right: 40px;
    margin-left: 40px;
}

.pulse-dot-white {
    width: 10px;
    height: 10px;
    border-radius: 25px;
    background-color: #fff;
}

.pulse-dot-admin {
    width: 8px;
    height: 8px;
    border-radius: 25px;
    background-color: #fff;
}

.pulse-dot-1 {
    opacity: 0.5;
    -webkit-animation: pulse 1.5s ease infinite;
    animation: pulse 1.5s ease infinite;
}

.pulse-dot-2 {
    -webkit-animation: pulse 1.5s ease infinite;
    animation: pulse 1.5s ease infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.pulse-dot-3 {
    -webkit-animation: pulse 1.5s ease infinite;
    animation: pulse 1.5s ease infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes pulse {
    0% {
        opacity: 0.4;
        transform: scale(1, 1);
    }
    50% {
        opacity: 1;
        transform: scale(1.2, 1.2);
    }
    100% {
        opacity: 0.4;
        transform: scale(1, 1);
    }
}

@keyframes pulse {
    0% {
        opacity: 0.4;
        transform: scale(1, 1);
    }
    50% {
        opacity: 1;
        transform: scale(1.2, 1.2);
    }
    100% {
        opacity: 0.4;
        transform: scale(1, 1);
    }
}
/* ----------------------------------------------------
    Padding Top
---------------------------------------------------- */
.pt-0 {
    padding-top: 0px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.padding-top-0 {
    padding-top: 0px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-12 {
    padding-top: 12px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-25 {
    padding-top: 25px;
}

.padding-top-30 {
    padding-top: 30px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-85 {
    padding-top: 85px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-95 {
    padding-top: 95px;
}

.pt-97 {
    padding-top: 97px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-105 {
    padding-top: 105px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-112 {
    padding-top: 112px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-118 {
    padding-top: 118px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-122 {
    padding-top: 122px;
}

.pt-125 {
    padding-top: 125px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-135 {
    padding-top: 135px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-145 {
    padding-top: 145px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-155 {
    padding-top: 155px;
}

.pt-160 {
    padding-top: 160px;
}

.pt-170 {
    padding-top: 170px;
}

.pt-180 {
    padding-top: 180px;
}

.pt-190 {
    padding-top: 190px;
}

.pt-200 {
    padding-top: 200px;
}

.pt-210 {
    padding-top: 210px;
}

.pt-220 {
    padding-top: 220px;
}

.pt-230 {
    padding-top: 230px;
}

.pt-250 {
    padding-top: 250px;
}

.pt-280 {
    padding-top: 280px;
}

.pt-290 {
    padding-top: 290px;
}

.pt-300 {
    padding-top: 300px;
}

.pt-310 {
    padding-top: 310px;
}

.pt-320 {
    padding-top: 320px;
}

.pt-350 {
    padding-top: 350px;
}

/* ----------------------------------------------------
    Padding Bottom
---------------------------------------------------- */
.pb-0 {
    padding-bottom: 0px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pb-97 {
    padding-bottom: 97px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-105 {
    padding-bottom: 105px;
}

.pb-107 {
    padding-bottom: 107px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-112 {
    padding-bottom: 112px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-118 {
    padding-bottom: 118px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-122 {
    padding-bottom: 122px;
}

.pb-125 {
    padding-bottom: 125px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-145 {
    padding-bottom: 145px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-155 {
    padding-bottom: 155px;
}

.pb-160 {
    padding-bottom: 160px;
}

.pb-170 {
    padding-bottom: 170px;
}

.pb-180 {
    padding-bottom: 180px;
}

.pb-190 {
    padding-bottom: 190px;
}

.pb-200 {
    padding-bottom: 200px;
}

.pb-210 {
    padding-bottom: 210px;
}

.pb-220 {
    padding-bottom: 220px;
}

.pb-250 {
    padding-bottom: 250px;
}

.pb-280 {
    padding-bottom: 280px;
}

.pb-290 {
    padding-bottom: 290px;
}

.pb-300 {
    padding-bottom: 300px;
}

.pb-310 {
    padding-bottom: 310px;
}

.pb-320 {
    padding-bottom: 320px;
}

.pb-350 {
    padding-bottom: 350px;
}

/* ----------------------------------------------------
    Margin Top
---------------------------------------------------- */
.mt-0 {
    margin-top: 0px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-12 {
    margin-top: 12px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-28 {
    margin-top: 28px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.margin-top-0 {
    margin-top: 0px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-12 {
    margin-top: 12px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-37 {
    margin-top: 37px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-95 {
    margin-top: 95px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-105 {
    margin-top: 105px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-115 {
    margin-top: 115px;
}

.mt-118 {
    margin-top: 118px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-122 {
    margin-top: 122px;
}

.mt-125 {
    margin-top: 125px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-160 {
    margin-top: 160px;
}

.mt-170 {
    margin-top: 170px;
}

.mt-180 {
    margin-top: 180px;
}

.mt-190 {
    margin-top: 190px;
}

.mt-200 {
    margin-top: 200px;
}

.mt-210 {
    margin-top: 210px;
}

.mt-220 {
    margin-top: 220px;
}

.mt-230 {
    margin-top: 230px;
}

.mt-240 {
    margin-top: 240px;
}

.mt-250 {
    margin-top: 250px;
}

/* ----------------------------------------------------
    Margin Bottom
---------------------------------------------------- */
.mb-0 {
    margin-bottom: 0px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-12 {
    margin-bottom: 12px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-12 {
    margin-bottom: 12px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-105 {
    margin-bottom: 105px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-115 {
    margin-bottom: 115px;
}

.mb-118 {
    margin-bottom: 118px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-122 {
    margin-bottom: 122px;
}

.mb-125 {
    margin-bottom: 125px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-150 {
    margin-bottom: 150px;
}

/* ----------------------------------------------------
    Custom margin Padding
---------------------------------------------------- */
.mr-30 {
    margin-right: 30px;
}

.ml-30 {
    margin-left: 30px;
}

.pl-70 {
    padding-left: 70px;
}

.pr-70 {
    padding-right: 70px;
}

/* Padding left right */
.plr--2 {
    padding-left: 2%;
    padding-right: 2%;
}

.plr--3 {
    padding-left: 3%;
    padding-right: 3%;
}

.plr--4 {
    padding-left: 4%;
    padding-right: 4%;
}

.plr--5 {
    padding-left: 5%;
    padding-right: 5%;
}

.plr--6 {
    padding-left: 6%;
    padding-right: 6%;
}

.plr--7 {
    padding-left: 7%;
    padding-right: 7%;
}

.plr--8 {
    padding-left: 8%;
    padding-right: 8%;
}

.plr--9 {
    /* used */
    padding-left: 9%;
    padding-right: 9%;
}

.plr--10 {
    padding-left: 10%;
    padding-right: 10%;
}

.plr--11 {
    padding-left: 11%;
    padding-right: 11%;
}

.plr--12 {
    padding-left: 12%;
    padding-right: 12%;
}

@media (max-width: 1599px) {
    .plr--2,
    .plr--3,
    .plr--4,
    .plr--5,
    .plr--6,
    .plr--7,
    .plr--8,
    .plr--9,
    .plr--10,
    .plr--11,
    .plr--12 {
        padding-left: 2%;
        padding-right: 2%;
    }
}
@media (max-width: 1399px) {
    .plr--2,
    .plr--3,
    .plr--4,
    .plr--5,
    .plr--6,
    .plr--7,
    .plr--8,
    .plr--9,
    .plr--10,
    .plr--11,
    .plr--12 {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 1200px) {
    /* Margin Top Minus */
    .mt--30 {
        margin-top: -30px !important;
    }

    .mt--65 {
        margin-top: -65px;
    }

    .mt--80 {
        margin-top: -100px;
    }

    .mt--90 {
        margin-top: -100px;
    }

    .mt--100 {
        margin-top: -100px;
    }

    .mt--110 {
        margin-top: -100px;
    }

    .mt--120 {
        margin-top: -100px;
    }

    .mt--150 {
        margin-top: -100px;
    }
}
@media (max-width: 767px) {
    .mb-sm-20 {
        margin-bottom: 20px;
    }
}
/* Margin Bottom Minus */
.mb--30 {
    margin-bottom: -30px;
}

.mb--80 {
    margin-bottom: -100px;
}

.mb--90 {
    margin-bottom: -100px;
}

.mb--100 {
    margin-bottom: -100px;
}

.mb--110 {
    margin-bottom: -100px;
}

.mb--120 {
    margin-bottom: -100px;
}

.mb--150 {
    margin-bottom: -100px;
}

.text-transform-none {
    text-transform: none;
}

.menu-cus-icon > a::before {
    content: none;
}

@media screen and (max-width: 991px) {
    /* sticky */
    .sticky-active {
        position: fixed;
    }
}
.ltn__header-middle-area {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.ltn__header-top-area {
    position: relative;
}

.ltn__header-top-area span {
    font-weight: 400;
    font-size: 13px;
}

.top-header-bg {
    background: #0b2154;
    padding-top: 7px;
    padding-bottom: 7px;
}

.header-icon-size-mail,
.header-icon-size-map {
    margin-top: -2px;
}

.header-icon-size-mail {
    max-width: 15px;
    height: auto;
}

.header-icon-size-map {
    max-width: 13px;
    height: auto;
}

a.nav-link.dropdown-lan i {
    color: inherit;
}

.ltn__main-menu li:hover > a {
    color: #d81324;
}

.ltn__header-top-area a:hover i {
    color: #d81324;
}

.dropdown-lan1 .dropdown-toggle {
    font-size: 13px;
}
.dropdown-lan1 .dropdown-menu {
    border: none;
    border-top: 2px solid #d81324;
    border-radius: 5px;
    padding: 0.3rem 0;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}
.dropdown-lan1 .dropdown-menu .dropdown-item {
    padding: 4px 8px;
    font-size: 14px;
}
.dropdown-lan1 .dropdown-menu .dropdown-item:hover,
.dropdown-lan1 .dropdown-menu .dropdown-item:active {
    background: #d81324;
    color: #fff;
}

.dropdown-lan1 i {
    font-size: 12px;
    margin-left: 4px;
}

.header-logo-menu {
    align-items: center;
    padding: 7px 0;
}

.header-right-login {
    margin-left: 20px;
    display: flex;
    align-items: center;
}

.header-right-login .dropdown-toggle::after {
    content: none;
}
.header-right-login .dropdown-menu {
    right: 0;
    left: unset;
}
.header-right-login .logged-avater-img {
    width: 25px;
    height: 25px;
}
.header-right-login img.logged-in-avater {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
}

.btn-logout {
    background: #d81324;
    color: #fff;
    padding: 10px 20px !important;
    border-radius: 5px;
    border: none;
    color: #fff;
}
.btn-logout:hover {
    color: #fff;
}

.background-cus {
    background-image: url("/public/frontend/img/Background.jpg");
    background-size: cover;
    background-position: center;
}

body {
    overflow-x: hidden;
}

.product-img-cus img {
    height: 300px;
}

.blog-img-cus img {
    height: 300px;
}

.extra-space {
    height: 50px;
}

img.banner-img {
    width: 100%;
    max-height: 350px;
}

.content-center {
    display: grid;
    align-items: center;
}

#myFunc {
    width: 100%;
    padding: 50px 0;
    text-align: center;
    margin-top: 20px;
}

input.form-cus {
    height: 40px !important;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: auto;
}
.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}
.avatar-upload .avatar-edit input {
    display: none;
}
.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
    content: "\f044";
    font-family: "Font Awesome 5 Free";
    color: #757575;
    position: absolute;
    left: 5px;
    right: 0;
    text-align: center;
    margin: auto;
}
.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #f8f8f8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.box {
    display: block;
    min-width: 100px;
    height: 150px;
    margin: 10px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
}

.upload-options {
    position: relative;
    height: 50px;
    background-color: cadetblue;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    transition: background-color ease-in-out 150ms;
}
.upload-options:hover {
    background-color: #7fb1b3;
}
.upload-options input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.upload-options label {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
}
.upload-options label::after {
    content: "add";
    font-family: "Material Icons";
    position: absolute;
    font-size: 2.5rem;
    color: #e6e6e6;
    top: calc(50% - 2.5rem);
    left: calc(50% - 1.25rem);
    z-index: 0;
}
.upload-options label span {
    display: inline-block;
    width: 50%;
    height: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
}
.upload-options label span:hover i.material-icons {
    color: lightgray;
}

.js--image-preview {
    height: 100px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-image: url("");
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.js--image-preview::after {
    content: "photo_size_select_actual";
    font-family: "Material Icons";
    position: relative;
    font-size: 4.5em;
    color: #e6e6e6;
    top: calc(50% - 3rem);
    left: calc(50% - 2.25rem);
    z-index: 0;
}
.js--image-preview.js--no-default::after {
    display: none;
}
.js--image-preview:nth-child(2) {
    background-image: url("http://bastianandre.at/giphy.gif");
}

i.material-icons {
    transition: color 100ms ease-in-out;
    font-size: 2.25em;
    line-height: 55px;
    color: white;
    display: block;
}

.drop {
    display: block;
    position: absolute;
    background: rgba(95, 158, 160, 0.2);
    border-radius: 100%;
    transform: scale(0);
}

.animate {
    -webkit-animation: ripple 0.4s linear;
    animation: ripple 0.4s linear;
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}
/* ----------------------------------------------------
    Form input box
---------------------------------------------------- */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
input[type="date"],
input[type="tel"],
textarea {
    background-color: var(--white);
    border: 2px solid;
    border-color: var(--border-color-9);
    height: 50px;
    box-shadow: none;
    padding-left: 20px;
    font-size: 16px;
    color: var(--ltn__paragraph-color);
    width: 100%;
    border-radius: 0;
    padding-right: 20px;
}

input.form-control {
    height: 50px;
}

.nice-select.form-select {
    height: 40px;
    line-height: 3.5;
}

.input-item .nice-select {
    height: 50px;
    line-height: 3.5;
}

span#search-addon {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.ltn__breadcrumb-area {
    margin-bottom: 50px;
    padding-bottom: 50px;
    padding-top: 50px;
}

.ltn__tab-menu-list .nav {
    margin-right: 0px;
}

@media screen and (max-width: 767px) {
    .margin-cus {
        margin-top: 10px;
    }

    .slider {
        margin-left: 10px;
    }

    .ltn__myaccount-tab-content-inner > p {
        margin-top: 20px;
    }
}
.apartments-info-list-color > ul li label {
    background: #fff;
}

.apartments-info-list-color > ul li span {
    background-color: #fff;
}

.month-font {
    font-size: 24px;
}

.apartments-info-list-color > ul li::before {
    border-color: black !important;
}

.apartments-info-list > ul li::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
    border: 1px dashed;
    border-color: var(--section-bg-5);
    z-index: 1;
}

.bg-image {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.radio-div {
    margin-bottom: 20px;
}

.upload-col .file input[type="file"] {
    display: block;
    border: 1px solid #ddd;
    height: 50px;
    display: flex;
    align-items: center;
}

.gallery-mod {
    margin-bottom: 1.5em;
    display: flex;
    width: 85px;
    height: 85px;
    margin-top: 45px;
}

.gallery-mod img {
    margin-right: 5px;
}

.fixed-height {
    height: 240px;
    margin-top: 40px;
}

.ball {
    padding: 15px 55px;
    color: #fff;
    background-color: #f95651;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    font-family: roboto-m;
    margin-right: 0px;
}

.cus-line-clamp {
    height: 70px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.contact-details {
    height: 40px;
}

.app-banner {
    background: #f45652;
    height: 400px;
    position: relative;
}

.img-position {
    position: absolute;
    top: -100px;
}

.app-details-header {
    text-transform: uppercase;
    color: #fff;
}

.app-logo-details {
    color: #ffffff;
}

.ltn__contact-address-item-3 .ltn__contact-address-icon img {
    max-width: 60px;
}

.offer-iamge {
    width: 300px;
    height: 200px;
}

li.lan-rel {
    position: relative;
}

ul.lan-show {
    background: #fff;
    padding: 0;
    position: absolute;
    top: 110px;
    padding: 10px 30px;
    list-style: none;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-top: 0px;
}

.dropdown-lan1 {
    position: relative;
    display: inline-block;
}

.earn-today input[type="text"] {
    width: 280px;
    margin: 0;
    font-size: 18px;
    text-transform: capitalize;
}
@media screen and (max-width: 1200px) {
    .earn-today input[type="text"] {
        width: 250px;
    }
}

.earn-today .btn {
    padding: 11.5px 20px;
    margin-top: -3px;
}

@media screen and (max-width: 1200px) {
    .earn-today .btn {
        padding: 13.5px 12px;
    }
}
@media screen and (max-width: 991px) {
    .earn-today .btn {
        padding: 13.5px 20px;
    }
}
@media screen and (max-width: 575px) {
    .earn-today .btn {
        margin-left: 0;
    }

    .earn-today input[type="text"] {
        margin-bottom: 15px;
    }
}
.earn-today ::-moz-placeholder {
    color: #cccc;
}
.earn-today :-ms-input-placeholder {
    color: #cccc;
}
.earn-today ::placeholder {
    color: #cccc;
}

.hero-slider,
.banner-content {
    height: calc(100vh - 120px);
}
@media screen and (max-width: 991px) {
    .hero-slider,
    .banner-content {
        height: auto;
        min-height: 50vh;
    }
}

.hero-slider {
    background-color: #fbfbfb;
    background-position: 90% 50%;
    background-size: 45%;
    background-repeat: no-repeat;
}

.driver-slider {
    background-image: url("http://localhost/adgari/public/frontend/img/slider/70.jpeg");
}

.banner-content {
    display: flex;
    align-items: center;
}

.hero-caption {
    width: 50%;
}
.hero-caption h1 {
    line-height: 1.3;
}
.hero-caption h1 p span {
    color: #d81324 !important;
}
.hero-caption .hero-caption-sm {
    font-size: 35px;
    text-transform: none;
}
@media screen and (max-width: 991px) {
    .hero-caption {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .ltn__slider-area.hero-slider {
        text-align: center;
        text-transform: capitalize;
        background-color: #0b2154;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .ltn__slider-area.hero-slider .hero-caption h1 {
        color: #fff;
    }
    .ltn__slider-area.hero-slider .hero-caption .earn-today p {
        color: #fff;
        font-size: 18px;
    }
    .ltn__slider-area.hero-slider
        .hero-caption
        .earn-today
        .earn-today-form
        input {
        color: #fff;
        border-color: #fff;
    }
    .ltn__slider-area.hero-slider
        .hero-caption
        .earn-today
        .earn-today-form
        ::-moz-placeholder {
        color: #fff;
    }
    .ltn__slider-area.hero-slider
        .hero-caption
        .earn-today
        .earn-today-form
        :-ms-input-placeholder {
        color: #fff;
    }
    .ltn__slider-area.hero-slider
        .hero-caption
        .earn-today
        .earn-today-form
        ::placeholder {
        color: #fff;
    }

    .ltn__slider-area.hero-slider::before {
        position: absolute;
        content: "";
        background-image: url("/public/frontend/img/body/driver-car-smile-1.jpg");
        width: 100%;
        height: 100%;
        background-position: center;
        top: 0;
        left: 0;
        opacity: 0.3;
    }

    .hero-slider {
        background-image: none;
    }
}
.brand-size {
    width: 100px;
    height: 90px;
}

.ltn__feature-item-6 {
    padding: 30px;
}

.divide {
    flex-grow: 1;
}

.bg-deep-blue.blue-container-width {
    max-width: 550px;
    border-radius: 10px;
}

.how-much-earn {
    max-width: 500px;
    padding: 30px 30px 35px;
}

.contact-us-blue-form input[type="text"],
.contact-us-blue-form input[type="email"],
.contact-us-blue-form input[type="number"],
.contact-us-blue-form textarea {
    width: 100%;
    border-radius: 5px;
    background-color: #fff;
    font-size: 18px;
    height: 50px !important;
}

.contact-us-blue-form input[type="number"] {
    margin-bottom: 30px;
}

.leading-largest-agency .menu-cus-main li {
    margin-top: 30px;
}

.menu-cus-icon {
    display: flex;
    align-items: center;
}

.brand-icon {
    background: #fbfbfb;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    margin-right: 20px;
    min-width: 50px;
}
.brand-icon img {
    max-width: 25px;
    max-height: 25px;
}

.menu-cus-icon p {
    margin: 0;
}

@media screen and (max-width: 767px) {
    .leading-largest-agency {
        margin-bottom: 40px;
    }
}
.choose-us-list {
    padding-top: 20px;
}

.choose-us-list li {
    margin-top: 0px;
}

.info-list p,
.white-icon i,
.info-list ul li a {
    color: #fff;
}

.info-list li {
    list-style: none;
}

.info-list ul {
    padding-left: 0px;
}

.info-list ul li a:hover {
    color: #d81324;
}

.call-to-action-text {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 27px 0;
}

.car-position {
    margin-top: -20%;
}

.call-to-action-img {
    max-width: 30px;
    margin-right: 5px;
}

.why-choose-us-main {
    position: relative;
    background: #0b2154;
}
.why-choose-us-main:before {
    position: absolute;
    content: "";
    background-image: url("/public/frontend/img/body/car-1.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    background-position: -30% 60%;
    background-size: 60%;
}

.about-us-info-wrap {
    margin-left: 30px;
}

.step-indicator {
    margin-top: 20px;
    display: flex;
    align-items: center;
    padding: 0 40px;
    justify-content: center;
}

.step {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.step-indicator .step-icon {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    background: #0b2154;
    text-align: center;
    color: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step.active .step-icon {
    background: #d81324;
}

.step p {
    text-align: center;
    position: absolute;
    bottom: -40px;
    color: #222222;
    font-size: 24px;
    margin-top: 20px;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
    font-weight: 700;
    width: 180px;
}

.indicator-line {
    width: 250px;
    border: 1px dashed #ddd;
}

.card-border {
    border: 1px solid #dddddd;
    border-radius: 5px;
}

.driver-feedback {
    background-color: #0b2154;
    position: relative;
}
.driver-feedback:before {
    position: absolute;
    content: "";
    background-image: url("/public/frontend/img/body/driver-car-smile-1.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.15;
}

.img-circle img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    border-radius: 50%;
}

.feedback-title a {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-bottom: 0px;
}

i.fa.fa-star.count_rating {
    color: #fbb71c;
}

.fa-star {
    color: #ddd;
}

.happy-img img {
    width: 100%;
}

.card-bg-new {
    background-color: #fafafa;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
input[type="date"],
input[type="tel"],
textarea {
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    color: #555;
    background-color: transparent;
}

.nice-select {
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    color: #999999;
    background-color: transparent;
    width: 100% !important;
    height: 40px;
}

span.current {
    position: absolute;
    top: 5px;
}

.header-content input[type="text"] {
    width: 300px;
}

.ltn__faq-inner-2 .card {
    background: #f2f6f7;
    border-radius: 5px;
    margin-bottom: 30px;
}

.ltn__faq-inner-2 .card .ltn__card-title {
    margin-right: 8px;
}

.ltn__faq-inner-2 .card .ltn__card-title::before {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: calc(0% + 23px);
    top: calc(50% - 10px);
    transform: none;
}

.ltn__faq-inner-2 .card .ltn__card-title:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 80%;
    background: #ddd;
    right: 67px;
    top: 6px;
}

.ltn__faq-inner-2 .toggle.plus-content:before {
    content: "+" !important;
}

.ltn__faq-inner-2 .toggle.minus-content:before {
    content: "-" !important;
}

.ltn__faq-inner-2 .inner {
    display: none;
}

.masonry {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 10px;
    column-gap: 10px;
}
.masonry .client-img {
    box-sizing: border-box;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    counter-increment: brick-counter;
}
.masonry .client-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.client-img-cus {
    width: 200px;
    margin: auto;
}

.footer-newsletter input[type="email"] {
    background: #fff;
}

.footer-newsletter::-moz-placeholder {
    color: #555;
}

.footer-newsletter:-ms-input-placeholder {
    color: #555;
}

.footer-newsletter::placeholder {
    color: #555;
}

.card-bg {
    height: 340px;
}

.about-pin {
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    opacity: 4%;
    position: absolute;
    top: 0;
}

.bg-width {
    flex: 1;
    position: relative;
}

.img-about img {
    width: 100%;
    height: 100%;
}

.img-about {
    flex: 1;
}

.choose-content {
    margin-bottom: 10px;
}
.choose-content img {
    width: 25px;
    height: 25px;
    margin-right: 30px;
}

.choose-us-title a {
    font-size: 18px;
    color: #ffff;
    text-transform: capitalize;
}

.pattern-desc {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.72);
    padding-top: 10px;
}

.width-choose {
    width: 620px;
    margin-left: 80px;
}

.left-border,
.right-border {
    width: 170px;
    height: 1px;
    background: #ddd;
}

label.checkbox {
    display: flex;
    align-items: center;
}

img.ps-absolute.eye-icon {
    right: 10px;
    top: 15px;
}

.map-dotted-steps {
    margin-top: 70px;
}

.map-dotted-steps .dotted {
    position: relative;
}

.map-dotted-steps .dotted-map-img {
    position: absolute;
    width: 38px;
    height: 40px;
    bottom: 30px;
    left: -12px;
}

.map-dotted-steps .dotted.disable .dotted-map-img {
    display: none;
}

.dotted {
    width: 15px;
    height: 15px;
    background: #d81324;
    border-radius: 50%;
    margin-right: 3rem;
}

.dotted:last-child {
    margin-right: 0;
}

.dotted.disable {
    width: 15px;
    height: 15px;
    background: #fafafa;
    border-radius: 50%;
}

.contact-info-step.disable {
    display: none;
}

.mapping {
    left: 30%;
    bottom: 10px;
}

#scrollUp:hover {
    background: #d81324;
}

html,
body {
    overflow-x: hidden;
}

.map-img {
    position: relative;
    left: -68px;
}

.ltn__feature-item-6 .ltn__feature-info p {
    font-size: 16px;
}

.ltn__top-bar-menu > ul > li {
    font-weight: 600;
}

.ltn__top-bar-menu ul li img {
    margin-right: 3px;
}

.btn-secondary:hover,
.btn-secondary:focus {
    background: #0b2154;
    color: #fff !important;
    border-color: transparent;
    box-shadow: none;
}

.btn-secondary {
    background: #0b2154 !important;
    color: #fff !important;
    padding: 10px 20px !important;
    border-radius: 5px !important;
}

.btn-danger:hover,
.btn-danger:focus {
    background: #d81324;
    color: #fff !important;
    box-shadow: none;
}

.deep-danger:hover {
    background: #af0211;
    color: #fff !important;
}

.navbar-burger-menu {
    display: none;
}

.ltn__top-bar-menu .header-top-address {
    margin-left: 30px;
}

.header-top-left-side {
    display: flex;
}
.header-top-left-side ul {
    list-style: none;
    display: flex;
    gap: 10px;
}
.header-top-left-side ul li {
    margin-top: 0;
}

.ltn__main-menu > ul > li {
    display: inline-flex;
    position: relative;
    margin-right: 20px;
    align-items: center;
    font-weight: 700;
}

.ltn__main-menu > ul > li > a {
    font-weight: 700;
}

.img-mapping {
    position: relative;
    left: -68px;
    bottom: 10px;
}

.custom-breadcrumb .header-content .btn {
    font-weight: 500;
}

.client-work-process-container .step-indicator .step .step-content p {
    font-size: 18px;
}

.why-choose-us-main {
    position: relative;
    background: #0b2154;
}
.why-choose-us-main:before {
    position: absolute;
    content: "";
    background-image: url("/public/frontend/img/body/car-1.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    background-position: -30% 60%;
    background-size: 60%;
}

.img-about {
    height: 100%;
}

.footer-sticky {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    background: #fff;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    z-index: 999 !important;
    color: #222;
    display: none;
}

.footer-sticky ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.footer-sticky ul li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.footer-sticky .bi {
    font-size: 25px;
}

.contact-form-box input[type="number"] {
    background: transparent;
}

.footer-bg {
    background-color: #001138;
}

.input-field input[type="text"],
.input-field textarea {
    background: #fff;
}

.ask-ques-content {
    padding: 30px;
}

.ltn__faq-inner.ltn__faq-inner-2 {
    margin-bottom: 70px;
}

.google-map-gap {
    margin-bottom: 120px;
    max-height: 500px;
}

.ltn__utilize.ltn__utilize-mobile-menu {
    padding: 10px 20px;
}

.ltn__utilize-menu-inner {
    padding-right: 0px;
}

.ltn__utilize-menu > ul > li > a {
    padding: 8px 0px 8px 0px;
}

.choose-us-content {
    max-width: 650px;
}

.extra-height {
    height: 70px;
}

.masonry-gallery-img {
    margin-bottom: 15px;
}

.insured-img img {
    width: 200px;
}

.footer-menu ul li:hover a {
    padding: 0;
    color: #d81324;
}
.footer-menu ul li a:before {
    display: none;
}

.app-tutorial-md-device {
    display: none;
}

.driver-feature-item {
    display: block !important;
}

.reset-password {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.custom-image-upload-wrapper {
    position: relative;
    background-color: var(--base-color);
}

.custom-image-upload-wrapper,
.custom-image-upload-wrapper .image-area {
    width: 150px;
    height: 150px;
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
}

.custom-image-upload-wrapper .image-area img {
    width: auto !important;
    max-height: 100%;
    border-radius: 0.25rem;
}

.custom-image-upload-wrapper .input-area {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    padding: 5px 0;
    background-color: rgba(0, 0, 0, 0.4);
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    transition: all 0.25s ease-in-out;
}

.custom-image-upload-wrapper .input-area #upload-label {
    width: 100%;
    font-size: 90%;
    cursor: pointer;
    margin-bottom: 0;
    text-align: center;
    color: #fff !important;
}

.custom-image-upload-wrapper:hover .input-area {
    opacity: 1;
}

.driver-tab {
    padding: 20px 30px;
}

.driver-tab .tab-content .tab-pane.active {
    margin-top: 20px !important;
}

.driver-can-earn-container .coverage-level-area .coverage-level-btns {
    width: 100% !important;
}

.dashboard-form {
    padding: 20px 30px;
}

.our-main-focus .featured-img,
.ltn__feature-icon {
    overflow: hidden;
}

.advertise-bc-img.car {
    text-align: center;
}

.advertise-bc-img.person {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
}

.filter-btn-margin {
    margin-top: 20px;
}

@media screen and (max-width: 991px) {
    .filter-btn-margin {
        margin-top: 0px;
    }
}
.with-parallelogram {
    width: 100% !important;
}

.signup-card-height {
    min-height: 290px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_form input[type="number"],
.contact_form input[type="email"],
.contact_form input[type="text"],
.contact_form textarea {
    margin-bottom: 0px;
    background-color: transparent;
}

.contact-us-blue-form input[type="text"],
.contact-us-blue-form input[type="number"],
.contact-us-blue-form input[type="email"],
.contact-us-blue-form textarea {
    margin-bottom: 0px;
}

.error-margin {
    margin-bottom: 30px;
}

td.dataTables_empty img {
    width: 100px !important;
}

.feature-custom-item-6 .featured-img {
    max-height: 135px !important;
}

.card-img-cus {
    text-align: center;
}

.card-img-cus img {
    height: 200px;
}

.car-color {
    display: flex;
    justify-content: space-between;
}

.car-color-select-ext {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #d81324;
    border: 2px solid #222;
}

.car-color-select-int {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #0b2154;
    border: 2px solid #222;
}

.car-color-left {
    display: flex;
    align-items: center;
}

.border_margin {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.border_margin_1 {
    margin-bottom: 10px;
}

.light-green {
    color: #02aa32;
}

.light-header {
    color: #979797;
}

p.light-header {
    font-size: 14px;
    font-weight: 700;
}

span.car-header-details {
    font-size: 14px;
}

.car-info span {
    font-weight: 700;
}

.card-rounded {
    border-radius: 20px;
}

.car-infocontent {
    text-align: center;
}

@media screen and (max-width: 420px) {
    .car-color {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .car-color-left {
        justify-content: center;
    }
}
.change_password_form input[type="text"],
.change_password_form input[type="password"] {
    margin-bottom: 0px;
}

.btn-white-space {
    white-space: nowrap;
}

.slick-carousel-ad {
    display: none;
}

.trusted-by-brand .driver-services-single-card img {
    display: block;
    margin: auto;
}

.footer-menu ul li a:hover {
    padding: 0;
    color: #d81324;
}

.select2-selection__rendered {
    line-height: 50px !important;
}

.select2-container .select2-selection--single {
    height: 50px !important;
    width: 100% !important;
}

.select2-container {
    width: 100% !important;
}

.select2-selection__arrow {
    height: 50px !important;
}

.vehicle_tab input[type="text"] {
    margin-bottom: 0px;
}

.campaign_idea_form input[type="text"],
.campaign_idea_form input[type="email"],
.campaign_idea_form textarea {
    margin-bottom: 0px;
}

.ltn__tab-menu-list a {
    color: #222;
}

.general-tab-margin input[type="text"],
.general-tab-margin input[type="number"],
.general-tab-margin input[type="email"],
.general-tab-margin input[type="date"] {
    margin-bottom: 0px !important;
}

li.menu-icon.menu-cus-icon p {
    text-transform: capitalize;
}

.table-min-height {
    min-height: 400px;
}

a:focus {
    color: inherit;
}

span.icon-size img {
    width: 20px;
}

.modal-position {
    position: relative;
}

.cross-btn {
    position: absolute;
    right: -20px;
    top: -20px;
    opacity: 1 !important;
    text-shadow: 0 0 0 #fff !important;
}

.cross-btn i {
    font-size: 25px;
}

.cross-btn:focus {
    outline: none;
}

.img-thumbnail-cus {
    max-height: 400px;
}

.ltn__header-area-indexing {
    z-index: 999;
}

@media screen and (max-width: 575px) {
    .cross-btn {
        display: none;
    }
}
.driver_login_form input[type="text"] {
    height: 50px !important;
}

.custom-image-upload-wrapper:hover {
    cursor: pointer;
}

.btn-effect-1:hover .pulse-dot-admin {
    background: #222 !important;
}

.with-parallelogram {
    width: 85%;
    height: 350px;
    transform: skew(-15deg);
    overflow: hidden;
    border-radius: 10px;
    margin: auto;
}
.with-parallelogram .with-parallelogram-1 {
    transform: skew(15deg);
    background-image: url("/adgari/public/frontend/img/slider/masked-rideshare-driver.jpg");
    width: 120%;
    height: 100%;
    background-size: cover;
    margin-left: -10%;
}
.with-parallelogram .with-parallelogram-1.contact-breadcrumb {
    background-image: url("/adgari/public/frontend/img/slider/driver-contact.jpg");
}

.slick-slide {
    margin: 0 10px;
}

.slick-list {
    margin: 0px -5px 0px -5px;
}

.slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
}

.slick-prev {
    left: -80px;
}

.slick-next {
    right: -80px;
}

.slick-next::before,
.slick-prev::before {
    background: #d81324;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 25px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}

.slick-next:before {
    font-family: "icofont";
    font-weight: 900;
    content: "\eaca";
    padding: 10px;
}

.slick-prev:before {
    font-family: "icofont";
    font-weight: 900;
    content: "\eac9";
    padding: 10px;
}

.slick-dots li:hover,
.slick-dots li.slick-active {
    background: #d81324;
}

.slick-dots {
    margin: 0 0 40px;
}

.slick-carousel-brand .slick-dots {
    margin: 0 0 20px;
}

.ltn__feature-custom-item {
    padding: 30px;
}

.slick-carousel-feedback {
    width: 100%;
    margin: 0px auto;
    padding-bottom: 50px;
}

.driver-feedback .slick-dotted.slick-slider {
    margin: 0;
}

.slick-carousel-brand {
    max-width: 90%;
    margin: 0 auto;
    margin: 40px 0;
}

@media screen and (max-width: 575px) {
    .slick-carousel-brand {
        margin: 20px 0;
    }
}
.slick-carousel-brand .slick-slide {
    width: 80px;
}

.slick-carousel-brand .slick-slide img {
    margin: auto;
}

.ltn__feature-item-6.no-shadow.active,
.ltn__feature-item-6.no-shadow:hover {
    box-shadow: none;
}

.ltn__feature-item-6 {
    border: none;
    margin-bottom: 20px;
}

.feature-custom-item-6 {
    display: flex;
    align-items: center;
}
.feature-custom-item-6 .featured-img {
    max-height: 120px;
    margin: 25px 0;
}
.feature-custom-item-6 p {
    padding: 0 15%;
}
@media screen and (max-width: 991px) {
    .feature-custom-item-6 p {
        padding: 0;
    }
}
.feature-custom-item-6:before {
    background-color: #d81324;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.feature-custom-item-7 {
    padding: 30px;
}
.feature-custom-item-7 p {
    margin: 0;
}

.driver-card-height {
    height: 320px;
}

.button-position {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card.upload-card {
    box-shadow: 2px 2px 10px #ddd;
    margin-bottom: 20px;
}

input[type="file"] {
    display: none;
}

i.fas.fa-plus.upload-icon {
    padding: 20px;
    font-size: 30px;
    border-radius: 50%;
    border: 1px solid #ddd;
    justify-content: center;
    color: #9e9a9a;
}

.upload-footer {
    background: none;
    border-top: none;
    position: relative;
    text-align: center;
    margin-top: 10px;
    bottom: -10px;
}

.icon-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-center > i {
    position: relative;
    top: calc(50% - 10px);
}

.header-flex-container {
    display: flex;
    width: 100%;
    flex-direction: row;
}

.header-flex-left {
    flex: 1;
}

.header-flex-middle {
    display: flex;
    justify-content: flex-end;
}

.driver-badge {
    font-size: 15px;
    line-height: 2;
}

.badge.badge-pill {
    border-radius: 20px !important;
}

.dashboard-badge {
    background-color: #f9f9f9 !important;
    color: #4466f2 !important;
    height: 40px !important;
    font-size: 20px;
    padding: 0.52em 0.95em !important;
}

.badge-success {
    color: #ffff !important;
    background-color: #28a745;
}

.btn {
    font-family: "Nunito", sans-serif;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
}

.update-btn {
    margin-top: 10px;
    padding: 12px 30px;
}

.active-btn {
    margin-top: 10px;
    padding: 12px 30px;
    background: #0dca13;
}

.btn-padding-next {
    padding: 10px 46px !important;
}

.theme-btn-1,
.ltn__secondary-bg {
    background: #d81324;
}

.footer-newsletter .btn {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.modal-confirm {
    color: #636363;
    width: 400px;
}

.modal-confirm .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
    text-align: center;
    font-size: 14px;
}

.modal-confirm .modal-header {
    border-bottom: none;
    position: relative;
}

.modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -10px;
}

.modal-confirm .close {
    position: absolute;
    top: -5px;
    right: -2px;
}

.modal-confirm .modal-body {
    color: #999;
}

.modal-confirm .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    padding: 10px 15px 25px;
}

.modal-confirm .modal-footer a {
    color: #999;
}

.modal-confirm .icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    border: 3px solid #f15e5e;
}

.modal-confirm .icon-box i {
    color: #f15e5e;
    font-size: 46px;
    display: inline-block;
    margin-top: 13px;
}

.modal-confirm .btn,
.modal-confirm .btn:active {
    color: #fff;
    border-radius: 4px;
    background: #60c7c1;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    min-width: 120px;
    border: none;
    min-height: 40px;
    border-radius: 3px;
    margin: 0 5px;
}

.modal-confirm .btn-secondary {
    background: #c1c1c1;
}

.modal-confirm .btn-secondary:hover,
.modal-confirm .btn-secondary:focus {
    background: #a8a8a8;
}

.modal-confirm .btn-danger {
    background: #f15e5e;
}

.modal-confirm .btn-danger:hover,
.modal-confirm .btn-danger:focus {
    background: #ee3535;
}

.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}

.custom-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.custom-modal.is-visible {
    display: block;
}

.dashboard-card {
    border-top: 3px solid #ff5a3c;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    position: relative;
}

.dashboard-card1 {
    border-top: 3px solid #ffc107;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    position: relative;
}

.dashboard-card2 {
    border-top: 3px solid #6610f2;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    position: relative;
}

.card_body {
    margin-top: 20px;
    margin-left: 20px;
}

.card-para {
    margin-left: 20px;
}

.positioning {
    position: absolute;
    top: 40%;
    right: 30px;
}

h1.card-header-title {
    font-size: 25px;
}

h4.card-para {
    font-size: 14px;
    font-weight: 500;
}

.positioning i.fas.fa-map-marker-alt {
    color: #ff5a3c;
    font-size: 22px;
}

.positioning i.fas.fa-dollar-sign {
    color: #ffc107;
    font-size: 22px;
}

.positioning i.fas.fa-car {
    color: #6610f2;
    font-size: 22px;
}

.style-2 {
    padding: 1.5rem 1rem 1.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
}

.card-d-icon {
    width: 60px;
    height: 60px;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    margin-bottom: 10px;
}

.card-box-title {
    color: #999;
}

.card-box p {
    font-size: 15px;
    margin-bottom: 0px;
    /* color: #999; */
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.86;
}

.card-box.style-2 h3 {
    color: #666;
    font-size: 1.5rem;
    margin-top: 0.5rem;
}

.aside {
    width: 240px;
    height: 100%;
}

.aside-body {
    position: relative;
    padding: 25px;
    height: calc(100% - 59px);
    border-top: 1px solid rgba(72, 94, 144, 0.16);
    border-right: 1px solid rgba(72, 94, 144, 0.16);
    background-color: #fff;
}

.aside-loggedin .avatar {
    width: 48px;
    height: 48px;
}

.avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.aside-alert-link {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.aside-alert-link a.new {
    position: relative;
}

.aside-alert-link a {
    color: rgba(27, 46, 75, 0.5);
    display: block;
}

.aside-loggedin svg {
    width: 16px;
    height: 16px;
    stroke-width: 2.3px;
    pointer-events: none;
}

.aside-loggedin-user {
    margin-top: 15px;
}

.aside-loggedin-user a {
    color: #c0ccda;
}

.nav-aside {
    flex-direction: column;
    line-height: 1.6;
    font-size: 13px;
    white-space: nowrap;
    margin-bottom: 25px;
}

.nav-aside .nav-label {
    font-size: 10px;
    font-weight: 700;
    font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto,
        sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #001737;
    margin-bottom: 5px;
    display: block;
    transition: all 0.25s;
}

.nav-aside .nav-item.active .nav-link {
    opacity: 1;
    color: #0168fa;
    font-weight: 500;
}

.nav-aside .nav-link {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
    height: 30px;
    color: rgba(27, 46, 75, 0.9);
    transition: all 0.25s;
}

.nav-aside .nav-item.active svg {
    color: #0168fa;
    fill: rgba(1, 104, 250, 0.2);
}

.nav-aside svg {
    width: 18px;
    height: 18px;
    stroke-width: 2.3px;
    margin-right: 15px;
    color: rgba(27, 46, 75, 0.65);
    fill: rgba(27, 46, 75, 0.06);
}

.tx-12 {
    font-size: 12px;
}

.tx-color-03 {
    color: #8392a5;
}

.switch1 {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 15px;
    top: 7px;
    margin-right: 10px;
}

/* Hide default HTML checkbox */
.switch1 input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider1 {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
}

.slider1:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 2px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
}

input:checked + .slider1 {
    background-color: #ff5a3c;
}

input:focus + .slider1 {
    box-shadow: 0 0 1px #ff5a3c;
}

input:checked + .slider1:before {
    transform: translateX(15px);
}

/* Rounded sliders */
.slider1.round {
    border-radius: 34px;
}

.slider1.round:before {
    border-radius: 50%;
}

.custom-breadcrumb {
    background-color: #f6f6f6;
}
.custom-breadcrumb .header-content {
    text-transform: capitalize;
}
.custom-breadcrumb .header-content h1 {
    color: #222222;
    font-family: var(--font-family-sans-serif);
}
.custom-breadcrumb .header-content h1 .highlight-text-red {
    color: #d81324;
}
.custom-breadcrumb .header-content .btn {
    padding: 10px 25px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
}
.custom-breadcrumb .header-content .bc-btn-1 {
    background: transparent;
    color: #222222;
    border: 2px solid #0b2154;
}
.custom-breadcrumb .header-content .bc-btn-1:hover {
    color: #fff !important;
    background: #d81324;
    border: 2px solid #d81324;
}
.custom-breadcrumb .header-content .bc-btn-2 {
    background: #d81324;
    color: #fff;
    border: 2px solid #d81324;
}
.custom-breadcrumb .header-content .bc-btn-2:hover {
    background: transparent;
    color: #fff;
    border: 2px solid #0b2154;
    background: #0b2154;
}

.custom-breadcrumb .breadcrumb-input {
    width: 220px !important;
    margin-bottom: 0;
    margin-right: 10px;
    border-radius: 5px;
    padding: 10px 25px;
    height: 50px;
}

@media screen and (max-width: 991px) {
    .custom-breadcrumb {
        text-transform: capitalize;
        background-color: #0b2154;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }

    .custom-breadcrumb::before {
        position: absolute;
        content: "";
        background-image: url("/adgari/public/frontend/img/body/driver-car-smile-1.jpg");
        width: 100%;
        height: 100%;
        background-position: center;
        top: 0;
        left: 0;
        opacity: 0.1;
    }

    .custom-breadcrumb .header-content {
        order: 2;
        text-align: center;
        padding: 30px 0;
    }
    .custom-breadcrumb .header-content h2 {
        color: #fff;
    }
    .custom-breadcrumb .header-content p {
        color: #fff;
    }
    .custom-breadcrumb .header-content .btn-wrapper .bc-btn-1 {
        background: #fff;
        color: #222222;
        border: 1px solid #222222;
    }
    .custom-breadcrumb .header-content .btn-wrapper .bc-btn-1:hover {
        color: #fff;
        background: #d81324;
        border: 1px solid #d81324;
    }
    .custom-breadcrumb .header-content .btn-wrapper .bc-btn-2 {
        background: #d81324;
        color: #fff;
        border: 1px solid #d81324;
    }
    .custom-breadcrumb .header-content .btn-wrapper .bc-btn-2:hover {
        background: #fff;
        color: #222222;
        border: 1px solid #222222;
    }

    .custom-breadcrumb .slide-item-img.with-parallelogram,
    .custom-breadcrumb .slide-item-img {
        display: none;
    }

    .custom-breadcrumb .breadcrumb-input {
        margin-right: 10px;
        border-color: #fff;
        color: #fff;
        height: 42px;
    }

    .custom-breadcrumb .breadcrumb-input::-moz-placeholder {
        color: #fff;
    }

    .custom-breadcrumb .breadcrumb-input:-ms-input-placeholder {
        color: #fff;
    }

    .custom-breadcrumb .breadcrumb-input::placeholder {
        color: #fff;
    }
}
@media screen and (max-width: 575px) {
    .btn-wrapper {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
        align-items: center;
    }
    .btn-wrapper .btn {
        margin: 0;
    }

    .custom-breadcrumb .breadcrumb-input {
        margin-right: 0px;
    }

    .breadcrumb-input.tutorial-bc-input {
        margin-bottom: 0px !important;
    }
}
@media screen and (max-width: 991px) {
    .custom-breadcrumb .breadcrumb-btns .bc-btn-1 {
        color: #fff;
        border: 2px solid #fff;
    }

    .custom-breadcrumb .breadcrumb-btns .bc-btn-2:hover {
        background: #af0211;
        border: 2px solid #af0211;
    }
}
.driver-can-earn-container {
    text-transform: capitalize;
    background-color: #0b2154;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.driver-can-earn-container:before {
    position: absolute;
    content: "";
    background-image: url(http://localhost/adgari/public/images/pattern-pin-1.png);
    width: 100%;
    height: 100%;
    background-position: center;
    top: 0;
    left: 0;
    opacity: 0.5;
}
.driver-can-earn-container .section-title {
    color: #fff;
}
.driver-can-earn-container .coverage-level-area {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 991px) {
    .driver-can-earn-container .coverage-level-area {
        flex-direction: column;
    }
}
.driver-can-earn-container .coverage-level-area .sub-title {
    text-align: center;
}
.driver-can-earn-container .coverage-level-area .sub-title h6 {
    color: #fff;
}
.driver-can-earn-container .coverage-level-area .coverage-level-btns {
    width: 100%;
    text-align: center;
    margin: auto;
}
.driver-can-earn-container .coverage-level-area .coverage-level-btns button {
    background-color: #fff;
    padding: 8px 20px;
    color: #222222;
    font-weight: 600;
    border-radius: 5px;
    margin: 10px;
    display: inline-block;
    text-transform: capitalize;
    font-size: 18px;
}
.driver-can-earn-container .coverage-level-area .coverage-level-btns :hover {
    color: #fff;
    background-color: #d81324;
}
.driver-can-earn-container .coverage-level-area .coverage-level-btns .active {
    color: #fff;
    background-color: #d81324;
}
.driver-can-earn-container .coverage-level-area .coverage-image {
    margin: 30px auto;
    position: relative;
}
.driver-can-earn-container .coverage-level-area .coverage-image img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.driver-can-earn-container .coverage-level-area #sideCarRotation,
.driver-can-earn-container .coverage-level-area #frontCarRotation,
.driver-can-earn-container .coverage-level-area #backCarRotation,
.driver-can-earn-container .coverage-level-area .for-side-car,
.driver-can-earn-container .coverage-level-area .for-front-car,
.driver-can-earn-container .coverage-level-area .for-back-car {
    display: none;
}
.driver-can-earn-container .coverage-level-area .coverage-swiper {
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 20px;
    border-radius: 20px;
    max-width: 250px;
    font-size: 14px;
    margin: 30px auto;
}
@media screen and (min-width: 992px) {
    .driver-can-earn-container .coverage-level-area .coverage-swiper {
        position: absolute;
        top: 40%;
        left: 35%;
    }
}
.driver-can-earn-container .coverage-level-area .coverage-swiper img {
    opacity: 0.7;
    width: 40px;
    -webkit-animation-name: swiperInstruction;
    animation-name: swiperInstruction;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
    .driver-can-earn-container .coverage-level-area .coverage-swiper img {
        width: 20px;
    }
}
@-webkit-keyframes swiperInstruction {
    0% {
        margin-left: -50%;
    }
    25% {
        margin-left: 50%;
    }
    50% {
        margin-left: -50%;
    }
    75% {
        margin-left: 50%;
    }
    100% {
        margin-left: -50%;
    }
}
@keyframes swiperInstruction {
    0% {
        margin-left: -50%;
    }
    25% {
        margin-left: 50%;
    }
    50% {
        margin-left: -50%;
    }
    75% {
        margin-left: 50%;
    }
    100% {
        margin-left: -50%;
    }
}
.driver-can-earn-container .coverage-level-area .coverage-swiper p {
    margin: 0;
    color: #fff;
    font-size: 18px;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
    .driver-can-earn-container .coverage-level-area .coverage-swiper p {
        font-size: 16px;
    }
}
@media screen and (max-width: 575px) {
    .driver-can-earn-container .coverage-level-area .coverage-swiper {
        display: none;
    }
}
.driver-can-earn-container .coverage-level-area .how-much-gonna-earn {
    background-color: #fff;
    padding: 20px 50px;
    text-align: center;
    margin: 30px 0;
    border-radius: 20px;
    border: 1px solid #d81324;
    max-width: 430px;
    margin: 30px auto;
}
.driver-can-earn-container
    .coverage-level-area
    .how-much-gonna-earn
    .per-time-span
    h3 {
    margin: 0;
}
.driver-can-earn-container
    .coverage-level-area
    .how-much-gonna-earn
    .per-time-span
    h3
    span {
    font-size: 14px;
}
.driver-can-earn-container
    .coverage-level-area
    .how-much-gonna-earn
    .coverage-amount
    h2 {
    color: #d81324;
    margin-bottom: 5px;
}
.driver-can-earn-container
    .coverage-level-area
    .how-much-gonna-earn
    .coverage-amount
    h2
    span {
    font-size: 18px;
}
.driver-can-earn-container
    .coverage-level-area
    .how-much-gonna-earn
    .coverage-details
    h5 {
    margin-bottom: 5px;
}
.driver-can-earn-container
    .coverage-level-area
    .how-much-gonna-earn
    .coverage-details
    h6,
.driver-can-earn-container
    .coverage-level-area
    .how-much-gonna-earn
    .coverage-details
    p {
    color: #000;
    margin-bottom: 0;
}

@media screen and (max-width: 360px) {
    .breadcrumb-btns .bc-btn-1 {
        margin-right: 10px;
    }

    .custom-breadcrumb .header-content .btn {
        padding: 10px 15px;
        font-size: 12px;
    }
}
.trusted-by-brand .section-title-area h2 {
    color: #222222;
    text-transform: capitalize;
}
.trusted-by-brand .section-title-area h2 .text-red {
    color: #d81324;
}
.trusted-by-brand .driver-services-single-card {
    border: 1px solid #dddddd;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 20px 0;
    opacity: 0.7;
}
.trusted-by-brand .driver-services-single-card img {
    max-height: 90px;
}
.trusted-by-brand :hover {
    opacity: 1;
}

.driver-services-container {
    text-transform: capitalize;
}
.driver-services-container .driver-services-cards .driver-services-single-card {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    border: 1px solid #ddd;
}
.driver-services-container
    .driver-services-cards
    .driver-services-single-card
    .driver-services-single-card-body
    .ltn__feature-info
    .ltn__feature-icon {
    width: 200px;
    height: 80px;
    margin: auto;
    margin-bottom: 15px;
}
.driver-services-container
    .driver-services-cards
    .driver-services-single-card
    .driver-services-single-card-body
    .ltn__feature-info
    .ltn__feature-icon
    img {
    max-width: 100%;
    max-height: 100%;
}

.client-work-process-container {
    text-transform: capitalize;
    color: #fff;
    background-color: #0b2154;
    position: relative;
    min-height: 620px;
}
.client-work-process-container:before {
    position: absolute;
    content: "";
    background-image: url(http://localhost/adgari/public/images/pattern-pin-1.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
    background-position: center center;
    background-size: 100%;
}
.client-work-process-container .section-title-area h1 {
    color: #fff;
}
.client-work-process-container .step-indicator {
    margin-top: 0;
}
.client-work-process-container .step-indicator .step {
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 3px;
}
.client-work-process-container .step-indicator .step .step-icon {
    background-color: #fff;
    color: #0b2154;
    font-weight: 600;
}
.client-work-process-container .step-indicator .step .step-content {
    text-align: center;
    position: absolute;
    bottom: 0;
    margin-top: 20px;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
    font-weight: 700;
    width: 180px;
}
.client-work-process-container .step-indicator .step .step-content p {
    color: #fff;
    font-size: 18px;
    position: relative;
    min-height: 110px;
}
.client-work-process-container .step-indicator .step.active .step-icon {
    background-color: #d81324;
    color: #fff;
}

.offers-for-brands-container .offer-brand-image-parent {
    position: relative;
    min-height: 450px;
    display: flex;
    align-items: center;
}
.offers-for-brands-container .offer-brand-image.outside-container {
    position: absolute;
    left: -100%;
}
.offers-for-brands-container .offer-brands-content .single-contnet {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}
.offers-for-brands-container
    .offer-brands-content
    .single-contnet
    .single-content-text
    h5 {
    color: #0b2154;
    margin-bottom: 5px;
}
.offers-for-brands-container
    .offer-brands-content
    .single-contnet
    .single-content-text
    p {
    margin-bottom: 0;
}
.offers-for-brands-container
    .offer-brands-content
    .single-contnet
    .single-content-image {
    margin-right: 20px;
    margin-top: 7px;
}
.offers-for-brands-container
    .offer-brands-content
    .single-contnet
    .single-content-image
    img {
    min-width: 40px;
    max-width: 40px;
}

.offers-for-brands-container .offer-brand-image.inside-container {
    display: none;
}

@media screen and (max-width: 767px) {
    .offers-for-brands-container .offer-brand-image.outside-container,
    .offer-brand-image-parent.mobile-display-none {
        display: none;
    }

    .offers-for-brands-container .offer-brand-image.inside-container {
        display: block;
    }

    .for-client-img {
        order: 1;
    }

    .for-client-content {
        order: 2;
        margin-top: 30px;
    }
}
.contact-form-box {
    padding: 80px 50px 70px;
    border-radius: 5px;
}
.contact-form-box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-position: right;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    opacity: 0.15;
}

.validation-error-message {
    color: red;
    padding: 0;
    margin-bottom: 15px;
    font-size: 12px;
}

input.invalid-input {
    border-color: red;
}

#registerAsBrandAmbassador,
#loginAsbrandAmbassador {
    display: none;
}

.eye-icon.show-hide-password {
    cursor: pointer;
}

.eye-icon.show-password {
    display: inline-block;
}

.eye-icon.hide-password {
    display: none;
}

.reg-as-btns {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#scrollUp {
    bottom: 20px;
    right: 23px;
}

@media screen and (max-width: 991px) {
    #scrollUp {
        bottom: 155px;
        right: 23px;
    }
}
@media only screen and (max-width: 420px) {
    .reg-as-btns {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
}
.first-coverage-car {
    margin-left: -180%;
}

.first-coverage-car.animate-car {
    margin-left: 0;
    transition-duration: 2s;
}

.coverage-swiper {
    opacity: 0;
}

.coverage-swiper.coverage-swipper-display {
    transition-delay: 2s;
    transition-duration: 2s;
    opacity: 1;
}

@media screen and (max-width: 991px) {
    .rotation img:not(:first-child) {
        display: none;
    }
}
.ltn__call-to-action-area {
    margin-bottom: -50px;
    z-index: 1;
    position: relative;
}
@media screen and (max-width: 991px) {
    .ltn__call-to-action-area {
        margin-top: 80px;
    }
}

.footer-widget {
    margin-bottom: 40px;
}

.ltn__copyright-menu ul li a {
    font-weight: 400;
}

.ltn__copyright-area {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media screen and (max-width: 1400px) {
    .container {
        max-width: 1100px !important;
    }
}
@media screen and (max-width: 1200px) {
    .container {
        max-width: 900px !important;
    }
}
@media screen and (max-width: 991px) {
    .app-logo img {
        width: 100px;
    }

    .app-logo > img:last-child {
        margin-top: 1rem;
    }

    .driver-card-height {
        height: 270px;
    }

    .signup-card-height {
        height: 180px;
    }

    .card-bg {
        height: 290px;
    }

    .how-much-earn-form {
        margin-top: 50px;
        justify-content: center;
    }

    i.menu-icon.menu-cus-icon {
        margin-right: 0px;
    }

    .ltn__utilize-menu-head .ltn__utilize-close {
        font-size: 30px !important;
        padding: 0;
    }

    .ltn__utilize-menu .custom-sf.active {
        color: #d81324;
        font-weight: 800;
    }

    .navbar-burger-menu {
        display: block;
    }

    .navbar-normal-menu {
        display: none;
    }

    .header-right-login {
        display: none;
    }

    .copyright-padding {
        margin-bottom: 65px;
    }

    .container {
        max-width: 720px !important;
    }

    .client-work-process-container {
        min-height: 415px;
    }

    .ltn__right-sidebar {
        margin-top: 70px;
    }

    .ltn__faq-inner.ltn__faq-inner-2,
    .google-map-gap {
        margin-bottom: 0px;
    }

    .bg-deep-blue.blue-container-width {
        max-width: 100%;
    }

    .lg-device-center {
        text-align: center;
    }

    .extra-height {
        height: 15px;
    }

    .footer-sticky {
        display: block;
    }

    .footer-sticky .custom-sf.active {
        color: #d81324;
        font-weight: 800;
    }

    .top-header-bg {
        display: none;
    }

    .ltn__feature-item-6 {
        padding: 20px !important;
    }

    .responsive-flex {
        flex-direction: column;
    }

    .fs-18,
    .fs-16,
    .step p,
    .about-us-info-wrap p,
    .btn,
    button,
    .ltn__feature-item-6 .ltn__feature-info p,
    .client-work-process-container .step-indicator .step .step-content p {
        font-size: 14px !important;
    }

    .responsive-li li {
        margin-bottom: 0px !important;
        margin-top: 0px;
    }

    .header-width {
        width: auto;
        text-align: center;
    }

    .bg-deep-blue.blue-container-width {
        width: auto;
    }

    .ltn__feature-info h3 {
        font-size: 18px !important;
    }

    .cus-line-clamp {
        height: 60px;
    }

    .car-position {
        display: none;
    }

    .coll-to-info {
        display: flex;
    }

    .coll-to-info h2 {
        margin-right: 30px;
        margin-bottom: 0px;
    }
    .coll-to-info h2 img {
        max-height: 20px;
    }

    .ltn__feature-item {
        padding: 15px;
    }

    .card-border {
        margin-bottom: 20px;
    }

    .client-work-process-container .step-indicator .step .step-content p {
        width: 120px;
        min-height: 65px;
    }

    .client-work-process-container .step-indicator .step .step-content {
        width: inherit;
    }

    .about-us-flex-col {
        flex-direction: column;
    }
}
@media (min-width: 1201px) and (max-width: 1400px) {
    .ltn__main-menu > ul > li {
        margin-right: 5px;
    }

    .ltn__main-menu > ul > li > a {
        font-size: 16px;
        padding: 20px 15px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .ltn__main-menu > ul > li {
        margin-right: 10px;
    }

    .ltn__main-menu > ul > li > a {
        font-size: 15px;
        padding: 20px 10px;
    }
}
@media screen and (max-width: 767px) {
    .slick-carousel-ad {
        display: block;
    }

    .driver-services-single-card.mx-auto {
        border: none;
    }

    .trusted-by-brand-cards-none {
        display: none;
    }

    .why-choose-us-main::before {
        background-image: none !important;
    }

    .choose-us-content {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .aboutus-grid-img {
        display: block;
    }

    .aboutus-img {
        background-image: none !important;
        height: auto !important;
    }

    .offers-for-brands-container .offer-brand-image.outside-container {
        position: inherit;
        left: 0%;
    }

    input[type="text"]::-moz-placeholder {
        color: #555;
        font-size: 14px;
    }

    input[type="text"]:-ms-input-placeholder {
        color: #555;
        font-size: 14px;
    }

    input[type="text"]::placeholder {
        color: #555;
        font-size: 14px;
    }

    input[type="email"]::-moz-placeholder {
        color: #555;
        font-size: 14px;
    }

    input[type="email"]:-ms-input-placeholder {
        color: #555;
        font-size: 14px;
    }

    input[type="email"]::placeholder {
        color: #555;
        font-size: 14px;
    }

    textarea::-moz-placeholder {
        color: #555;
        font-size: 14px;
    }

    textarea:-ms-input-placeholder {
        color: #555;
        font-size: 14px;
    }

    textarea::placeholder {
        color: #555;
        font-size: 14px;
    }

    input[type="password"]::-moz-placeholder {
        color: #555;
        font-size: 14px;
        letter-spacing: 0px;
    }

    input[type="password"]:-ms-input-placeholder {
        color: #555;
        font-size: 14px;
        letter-spacing: 0px;
    }

    input[type="password"]::placeholder {
        color: #555;
        font-size: 14px;
        letter-spacing: 0px;
    }

    .track-img {
        display: none;
    }

    .lg-device-contact-form {
        padding-bottom: 80px;
    }
}
@media screen and (max-width: 575px) {
    .copyright-padding {
        margin-bottom: 15px;
    }

    .footer-site-logo {
        width: 50%;
    }

    .site-logo img {
        width: unset;
    }

    .ltn__copyright-menu {
        margin-top: 10px !important;
    }

    h1 {
        font-size: 22px;
    }

    p.lg {
        font-size: 18px;
    }

    .about-us-img-wrap.about-img-left {
        width: 250px;
        margin: auto;
        padding-bottom: 40px;
    }

    .ltn__copyright-menu {
        margin-top: 25px;
        padding-bottom: 50px;
    }

    .about-us-img-wrap {
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }

    .flex-col-rev {
        flex-direction: column-reverse;
    }

    .md-device-btn-center {
        text-align: center;
    }

    .hero-slider {
        background-image: none;
        background-color: #f2f2f2;
    }

    .banner-content {
        padding-top: 0%;
    }

    .coll-to-info {
        flex-direction: column;
        align-items: center;
        padding: 50px 40px;
    }
    .coll-to-info h2 img {
        max-width: 20px;
    }

    .client-work-process-container {
        display: none;
    }

    .app-tutorial-md-device {
        display: block;
    }

    .app-tutorial-lg-device {
        display: none;
    }

    .contact-form-box {
        padding: inherit;
    }

    .contact-form-box-cus {
        padding: 40px 25px 50px;
    }
}
.dashboard-side-card-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ddd;
    padding: 3px;
    display: block;
    margin-left: auto;
    margin-right: auto !important;
}

.dropdown-icon:after {
    position: absolute;
    top: 20px;
}

.btn.btn-primary {
    color: #fff;
    border-color: #4466f2;
    background-color: #4466f2;
    transition: all 0.25s ease-in-out;
    padding: 0.45rem 1.2rem !important;
}

.btn-light-blue-icon {
    background: #1c12e636;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 10px;
    position: relative;
    margin-right: 10px;
}

.btn-light-blue-icon i {
    color: #4466f2;
    position: absolute;
    top: 8px;
    left: 10px;
}

.btn-light-green-icon {
    background: #00a65b1c;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 10px;
    position: relative;
}

.btn-light-green-icon i {
    color: #00a65a;
    position: absolute;
    top: 8px;
    left: 12px;
}

.ml-35 {
    margin-left: 35px;
}

.dashboard-btn {
    padding: 0.45rem 1.2rem !important;
    border-radius: 5px;
}

.content-wrapper {
    background: #f9f9f9;
}

.card-stats {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    border: 0;
    margin-top: 30px;
    border-radius: 6px;
    color: #333333;
    background: #fff;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border: 50px !important;
}

.card .card-header-warning .card-icon {
    background: linear-gradient(60deg, #ffa726, #fb8c00);
    border-radius: 50%;
    height: 55px;
    width: 55px;
}

.card .card-header-success .card-icon {
    background: linear-gradient(60deg, #66bb6a, #43a047);
    border-radius: 50%;
    height: 55px;
    width: 55px;
}

.card .card-header-success .card-icon {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14),
        0 7px 10px -5px rgba(76, 175, 80, 0.4);
}

.card .card-header-danger .card-icon,
.card .card-header-danger .card-text {
    background: linear-gradient(60deg, #ef5350, #e53935);
    border-radius: 50%;
    height: 55px;
    width: 55px;
}

.card .card-header-danger .card-icon {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14),
        0 7px 10px -5px rgba(244, 67, 54, 0.4);
}

.card-stats .card-header.card-header-icon i {
    font-size: 20px;
    line-height: 56px;
    display: flex;
    justify-content: center;
}

.card .card-header-warning .card-icon {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14),
        0 7px 10px -5px rgba(255, 152, 0, 0.4);
}

.card [class*="card-header-"],
.card[class*="bg-"] {
    color: #fff;
}

.card [class*="card-header-"] .card-icon,
.card [class*="card-header-"] .card-text {
    background-color: #999999;
    padding: 0px;
    margin-top: -40px;
    margin-right: 15px;
    float: left;
}

.table tr:nth-child(odd) {
    background-color: transparent;
}

.card-header-cus {
    border-bottom: none;
    background: transparent;
}

div#table_length select {
    display: inline-block;
    width: 50%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff no-repeat right 0.75rem center/8px 10px;
    background-image: url("https://pipex.gainhq.com/images/chevron-down.svg");
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 0.935rem !important;
}

.dataTables_wrapper .dataTables_filter input {
    background: #fff !important;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05) !important;
    border: 1px solid #fff !important;
    border-radius: 20px !important;
    padding: 0.5rem 1rem 0.5rem 2.2rem !important;
}

.dataTables_filter > label {
    /* border-bottom: none !important; */
}

button.dt-button.buttons-copy.buttons-html5 {
    background: #00a65b1c !important;
    border: none;
    border-radius: 10px;
}

.dataTables_filter > label > ._search_icon {
    position: absolute;
    left: 30px;
    padding: 10px;
}

.dataTables_filter > label > i {
    color: #495057 !important;
}

.dataTables_wrapper .dataTables_filter input {
    padding-left: 50px !important;
}

.fa.fa-files-o {
    content: "\f0c5";
    color: #00a65a;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}

button.dt-button.buttons-excel.buttons-html5 {
    background: #ff980038 !important;
    border: none;
    border-radius: 10px;
}

.fa.fa-file-excel-o {
    content: "\f1c3";
    color: #ef8700;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}

button.dt-button.buttons-csv.buttons-html5 {
    background: #00bcd436 !important;
    border: none;
    border-radius: 10px;
}

.fa.fa-file-text-o {
    content: "\f15c";
    color: #00acc1;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}

button.dt-button.buttons-pdf.buttons-html5 {
    background: #3e00d436 !important;
    border: none;
    border-radius: 10px;
}

.fa.fa-file-pdf-o {
    content: "\f1c1";
    color: #9208f5;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}

button.dt-button.buttons-collection.buttons-colvis {
    border-radius: 10px;
    border: none;
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2) !important;
}

.dataTables_wrapper .dataTables_filter input {
    color: #495057 !important;
}

button.btn.btn-white.dropdown-toggle.align-text-top {
    color: #fff;
    border-color: #4466f2;
    background-color: #4466f2;
    transition: all 0.25s ease-in-out;
    padding: 0.45rem 1.2rem !important;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2) !important;
}

.dataTables_filter > label {
    right: -155px !important;
    left: unset !important;
}

button.dt-button:hover {
    border: none !important;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25) !important;
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 10px;
    color: #495057 !important;
    border: none !important;
    font-size: 0.935rem !important;
}

table#table.dataTable thead {
    background: #fff !important;
}

table#table.dataTable thead tr th {
    /* border-bottom: none !important; */
    padding-left: 40px !important;
    padding-right: 30px !important;
}

.dt-buttons {
    display: flex !important;
    justify-content: center !important;
}

.dataTables_filter > label {
    max-width: unset !important;
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding-right: 25px !important;
}

div#table_length {
    padding-left: 0px !important;
}

@media screen and (max-width: 1200px) {
    .dt-buttons {
        display: flex !important;
        justify-content: flex-start !important;
        padding-left: 0px !important;
    }

    div#table_length {
        position: unset !important;
        padding-left: 0px !important;
        padding-top: 0px !important;
    }
}
@media screen and (max-width: 640px) {
    .dt-buttons {
        display: block !important;
        justify-content: unset !important;
        top: 35px !important;
    }

    .dataTables_filter > label {
        width: 100% !important;
        left: 50% !important;
        top: -60px !important;
    }

    div#table_length {
        position: relative !important;
        top: 25px !important;
    }

    button.dt-button.buttons-collection.buttons-colvis {
        margin-top: 10px !important;
    }
}
table.dataTable thead th {
    padding-left: 18px !important;
    padding-bottom: 30px !important;
    padding-top: 20px !important;
    margin-right: 20px;
}

table#table {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25) !important;
}

table.dataTable thead .sorting:after {
    top: 20px !important;
}

table.dataTable thead .sorting_desc:after {
    top: 20px !important;
}

div.dt-button-collection button.dt-button,
div.dt-button-collection div.dt-button,
div.dt-button-collection a.dt-button {
    margin-bottom: 10px !important;
    color: #fff;
    border-color: #4466f2 !important;
    background: #4466f2 !important;
    transition: all 0.25s ease-in-out;
    padding: 0.45rem 1.2rem !important;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25) !important;
}

div.dt-buttons {
    width: inherit !important;
}

.sticker-cus-table thead tr .sticker-table-head {
    padding: 0px !important;
    font-weight: bold !important;
    padding-left: 20px !important;
}

.sticker-cus-table thead {
    background: transparent !important;
}

table.sticker-cus-table thead tr th {
    font-size: 12px !important;
}

.sticker-cus-table tbody .sticker-table-data .sticker-table-new-data {
    padding-left: 20px !important;
    font-size: 12px !important;
    white-space: nowrap !important;
}

.sorting {
    white-space: nowrap !important;
}

.no-data-found-wrapper img {
    width: 120px;
    opacity: var(--not-found-opacity);
}

table#table.dataTable thead tr th {
    /* border-bottom: none !important; */
    padding-left: 40px !important;
    padding-right: 30px !important;
}

table#table.table {
    box-shadow: none !important;
}

table.dataTable thead {
    background: #fff !important;
}

@media only screen and (max-width: 1300px) and (min-width: 992px) {
    table.dataTable {
        padding: 30px 5px !important;
    }
}
.sticky-container {
    position: fixed;
    top: 50%;
    left: 0px;
    width: 0px;
    height: auto;
    z-index: 9999;
    text-align: center;
}

.sticky-play-store-logo {
    width: 85px;
    transform: rotate(-90deg);
    box-shadow: 2px 2px 3px 0px;
}
.fb_dialog_content iframe {
    bottom: 80px !important;
    right: 0 !important;
}
