/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

body {
    background-color: #fff;
    padding-top: 58px;
}
@font-face {
    font-family: Poppins-Medium;
    src: url(../../../landingPage/assets/fonts/poppins/Poppins-Medium.ttf);
}
.body-login {
    padding-top: 20px;
}
*::-webkit-scrollbar-track {
    background-color: #f7f7f7
}
*::-webkit-scrollbar-thumb{
    background-color: #DD3832;
}
::-webkit-scrollbar {
    width: 7px;
    background-color: #f7f7f7;
    height: 7px
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number]{
    -moz-appearance: textfield;
}
#toast-container>div {
    padding: 15px 50px 15px 15px;
    background-position: calc(100% - 15px);
    min-width: 340px;
}
em {
    font-style: normal;
}
.w-100 {
    width: 100%;
}
.mb-0 {
    margin-bottom: 0;
}
.pb-0 {
    padding-bottom: 0;
}
.m-0 {
    margin: 0;
}
.overflow-hidden {
    overflow: hidden;
}
body.add-padding {
    padding-top: 80px;
}
.col-md-12 {
    width: 100%;
}
.bg-white {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 10px;
    overflow: hidden;
}
.btn-primary {
    background-color: #099CEB;
    border-color: #099CEB;
}
.btn-danger {
    background-color: #DD3832;
    border-color: #DD3832;
}
.btn-success {
    background-color: #24BE8A;
    border-color: #24BE8A;
}
.p-l-r-20 {
    padding-left: 20px;
    padding-right: 20px;
}
.m-l-r-0 {
    margin-left: 0;
    margin-right: 0;
}
.p-top-0 {
    padding-top: 0;
}
.p-top-30 {
    padding-top: 30px;
}
.mt-0 {
    margin-top: 0;
}
.mar-30 {
    margin-top: 30px;
}
.mar-20 {
    margin-top: 20px;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-20 {
    margin-bottom: 20px !important;

}
.p-5-l-r {
    padding: 0 5px !important;
}
.p-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.p-b-1 {
    padding-bottom: 1px !important;
}
.mt-5 {
    margin-top: 60px;
}
.flex-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bg-white.overflow-visable {
    overflow: visible;
    padding-top: 0;
}
.mar-15-0 {
    margin: 15px 0;
}
.text-white {
    COLOR: #FFF;
}
.padd-end-0 {
    padding-right: 0;
}
.container-link {
    display: block;
}
.course-container .img-container > a.container-link {
    height: 100%;
}
.container-link:hover,
.container-link:focus {
    text-decoration: none;
}
a.arrow::before {
    content: '\f107';
    position: relative;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    line-height: 10px;
    padding: 6px;
    display: inline-block;
    top: 1px;
}

.dropdown-toggle {
    text-decoration: none;
}

.dropdown-menu {
    color: #000;
    padding: 5px;
    border-radius: 7px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
}
.navbar-nav>li>.dropdown-menu {
    padding: 0;
}
.navbar-nav>li>.dropdown-menu.slideIn {
    margin-top: 1px;
    border: none;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 3px #ccc;
    width: 300px;
}
.navbar-nav>li>.dropdown-menu li,
.notifiction-dropdown .dropdown-menu li {
    padding: 0;
}
.navbar-nav>li>.dropdown-menu li .message,
.notifiction-dropdown .dropdown-menu li .message{
    padding: 5px 10px;
    margin-bottom: 0;
    border-bottom: 1px solid #ededed;
    cursor: pointer;
}
.navbar-nav>li>.dropdown-menu li .message:hover,
.notifiction-dropdown .dropdown-menu li .message:hover {
    background-color: #ededed;
}
.navbar-nav>li>.dropdown-menu li .message.read,
.notifiction-dropdown .dropdown-menu li .message.read {
    background-color: #ededed;
}
.navbar-nav>li>.dropdown-menu li .message p ,
.notifiction-dropdown .dropdown-menu li .message p{
    margin-bottom: 0;
    font-size: 12px;
}
.navbar-nav>li>.dropdown-menu li .message span ,
.notifiction-dropdown .dropdown-menu li .message span {
    margin-bottom: 0;
    font-size: 12px;
    color: #999;
}
.navbar-nav>li>.dropdown-menu li {
    padding: 0;
    font-size: 13px;
}
.navbar-nav>li>.dropdown-menu li a {
    border-bottom: 1px solid #ccc;
    padding: 8px 10px;
}
.navbar-nav>li>.dropdown-menu li:last-child a {
    border-bottom: none;
}

/* ------------------- Menu-header -------------------- */
.Menu-header {
    display: none;
    top: 56px;
    position: fixed;
    width: 100%;
    left: 0;
    background-color: #2c3e50;
    z-index: 99999;
    color: #fff;
    padding: 15px;
}

.Menu-header .login-btns {
    border-bottom: 1px solid #ededed;
    margin-bottom: 25px;
}
.Menu-header .login-btns {
    position: relative;
}
.login-btns::before {
    content: '\f0d8';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: -31px;
    font-size: 19px;
    color: #2c3e50;
}
.Menu-header .login-btns a {
    color: #fff;
    margin-bottom: 20px;
    display: block;
    font-size: 13px;
}
.Menu-header .login-btns a:hover {
    text-decoration: none;
    opacity: 0.8;
}
.Menu-header .login-btns a img {
    display: block;
    margin: 15px 0 10px;
    width: 35px;
}
.Menu-header .pages{

}
.Menu-header .pages a {
    color: #fff;
    margin-bottom: 20px;
    display: block;
    font-size: 13px;
}
.Menu-header .pages a:hover {
    text-decoration: none;
    opacity: 0.75;
}
.Menu-header .socila-media p{
    margin-bottom: 15px;
}
.Menu-header .socila-media a:hover{
    opacity: 0.75;
}
.Menu-header .socila-media a img{

}
/* ------------------- End Menu-header -------------------- */
label.container-checkbox {
    display: block;
    position: relative;
    padding: 7px;
    font-weight: 500;
}

.container-checkbox input[type=radio] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 6px;
    right: 4px;
    height: 23px;
    width: 23px;
    border-radius: 7px;
    background-color: #fff;
    border: 2px solid #eee;
    cursor: pointer;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input~.checkmark {
    border: 2px solid #eee;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked~.checkmark {
    background-color: #06c6b1;
    border-color: #06c6b1;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.password-container {
    position: relative;
}
.password-container a {
    position: absolute;
    color: #999;
    right: 0px;
    padding: 15px 12px;
    display: inline-block;
    text-decoration: none;
    z-index: 9;
    cursor: pointer;
}
.password-container i.active::before{
    content:'\f070';
}
.select2-results__options {

}
.select2-container--open .select2-dropdown {
    left: 0;
    top: -5px;
    border: none !important;
    border-radius: 5px !important;
    overflow: hidden;
}
.select2-container .select2-dropdown .select2-search {
    padding: 5px;
    background-color: #f7f7f7;
}
.select2-container .select2-dropdown .select2-search input {
    outline: none;
    border: 1px solid #bfbfbf;
    padding: 4px 6px;
}
.select2-container--open .select2-dropdown {
    -webkit-box-shadow: 0 0 7px #ccc;
    box-shadow: 0 0 7px #ccc;
}
.select2.select2-container .select2-selection .select2-selection__arrow {
    border: none;
    background-color: transparent;
}
.select2-container .select2-dropdown .select2-results ul {
    border: none;
    border-radius: 5px;

}
.select2-container .select2-dropdown .select2-results ul .select2-results__option{
    position: relative;
    font-size: 13px;
    padding: 8px;
    padding-left: 30px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
}
.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ededed;
    color: #000;
}
.select2-container .select2-dropdown .select2-results ul .select2-results__option:before {
    content: '';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #E26515;
    border: 1px solid #ccc;
    width: 18px;
    height: 18px;
    position: absolute;
    border-radius: 2px;
    left: 5px;
    top: 9px;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
    background-color: #fff;
}
.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected]:before,
.select2-container--default .select2-results__option[aria-selected=true]:before {
    border: none !important;
    content: '\f14a' !important;
    font-size: 20px;
    line-height: 20px;
    top: 8px !important;
}
@media (min-width: 768px) {
    .Header-mobile {
        display: none;
    }
    .container-large {
        width: 95%;
        margin: auto;
    }
    .cart-dropdown .dropdown-menu {
        left: unset;
        right: -45px;
    }
    .plr-40 {
        padding: 5px 40px;
    }
    .animate {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
}

@keyframes slideIn {
    0% {
        -webkit-transform: translateY(1rem);
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0rem);
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

.btn-theme {
    background-image: -webkit-gradient(linear, right top, left top, from(#950D19) , to(#E26515));
    background-image: -o-linear-gradient(right, #950D19 , #E26515);
    background-image: linear-gradient(to left, #950D19 , #E26515);
    border: none !important;
    min-width: 100px;
    color: #fff !important;
    padding: 5px 10px !important;
    font-size: 13px;
    border-radius: 3px;
    margin: 7px 5px 0 !important;
    line-height: 30px;
    min-width: 120px;
}
.btn-theme img {
    height: 19px;
}
.btn-theme.m-0 {
    margin:  0 !important;
}
.btn-theme.btn-orange {
    background-image: none;
    background-color: #E26515;
}
.navbar-right .btn-theme {
    padding: 3px 8px !important;
}
.navbar-right a:hover {
    border-color: transparent !important;
}
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active{
    color: #fff !important;
    opacity: 0.9;
    background-image: -webkit-gradient(linear, right top, left top, from(#950D19) , to(#E26515));
    background-image: -o-linear-gradient(right, #950D19 , #E26515);
    background-image: linear-gradient(to left, #950D19 , #E26515);
}
.btn-theme.small-icon {
    width: auto;
    min-width: unset;
    padding: 0;
    background-color: #F4F7FB;
    background-image: none;
    border: 1px solid #ededed !important;
    text-align: center;
    vertical-align: middle;
    height: 37px;
}
.btn-theme.small-icon img{
    position: relative;
    top: 3px;
    width: 21px;
}
.btn-theme.width-auto {
    padding: 3px 15px !important;
    min-width: auto;
}
.btn-theme.btn-yellow {
    background-color: #F59B22;
    border: 1px solid #F59B22 !important;
}

.btn-theme.btn-theme2 {
    background-color: #E26515;
    border: 1px solid #E26515 !important;
}

.btn-theme.btn-light {
    color: #000 !important;
    background-color: #fff;
    background-image: none;
    border: 1px solid #EAF4FE !important;
}
.btn-theme.btn-light.btn-light-orange {
    border: 2px solid #E26515 !important;
    color: #E26515 !important;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 37px;
}
.btn-theme.btn-light.btn-light-orange.large-width {
    line-height: 29px;
    height: 40px;
}
.btn-theme.theme-border {
    border: 1px solid #05529D !important;
}
.btn-theme.gray-border {
    border: 1px solid #ccc !important;
}

.btn-theme.btn-more {
    min-width: 130px;
    position: absolute;
    left: 10px;
    top: -7px;
    margin: 0 !important;
}

.btn-theme i {
    margin-left: 10px;
}
.bootstrap-select .dropdown-toggle,
.bootstrap-select .dropdown-toggle:hover {
    background-color: #fff !important;
    border: none;
    padding-left: 25px;
}
.bootstrap-select.form-control {
    max-width: calc(100% - 21px);
}
.bootstrap-select .dropdown-menu li a {
    white-space: pre-wrap;
}
.container-custom {
    border-radius: 7px;
}

.normal-clicks .item {
    padding: 0 10px;
}

.home-slider .owl-carousel .owl-item {
    padding-right: 15px;
}
.owl-carousel .owl-stage .owl-item [class*='col-'] {
    padding: 0 8px
}
.owl-carousel {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 25px;
    margin-bottom: 10px;
}
/* .owl-item{
  opacity: 0;
} */
.owl-item.active{
    opacity: 1;
}
.home-slider .owl-carousel .owl-item img {
    width: calc(100% - 30px);
    margin: auto;
    height: 520px;
}

.owl-nav {
    position: absolute;
    width: 44px;
    padding: 0 49px;
    top: -45px;
    z-index: 9;
    left: 44px;
}

.owl-theme .owl-controls .owl-buttons div {
    font-size: 0;
    padding: 0;
    line-height: 30px;
    text-align: center;
}

.owl-prev:after,
.owl-next:after {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
}

.owl-prev:after {
    content: '\f053';
}

.owl-next:after {
    content: '\f054';
}

.owl-next,
.owl-prev {
    border-radius: 50% !important;
    width: 30px;
    height: 30px;
    line-height: 22px;
    float: left;
    position: absolute;
    top: 45%;
    left: 30px;
    color:#999;
    border: none;
    background-color: transparent;
}

.owl-next {

    float: right;
    position: absolute;
    top: 45%;
    right: 40px;
    left: unset
}
.owl-next span, .owl-prev span {
    display: none;
}
.loaderContainer {
    position: fixed;
    z-index: 99999999;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
}
.loaderContainer.active {
    display: block;
}
.loaderContainer.d-none {
    display: none !important;
}
.loaderContainer::before {
    content: '';
    background-color: #fffffffc;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
}
.loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    position: relative;
    z-index: 9;
}

.car__body {
    -webkit-animation: shake 0.2s ease-in-out infinite alternate;
    animation: shake 0.2s ease-in-out infinite alternate;
}
.car__line {
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right;
    stroke-dasharray: 22;
    -webkit-animation: line 0.8s ease-in-out infinite;
    animation: line 0.8s ease-in-out infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.car__line--top {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.car__line--middle {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.car__line--bottom {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

@-webkit-keyframes shake {
    0% {
        -webkit-transform: translateY(-1%);
        transform: translateY(-1%);
    }
    100% {
        -webkit-transform: translateY(3%);
        transform: translateY(3%);
    }
}

@keyframes shake {
    0% {
        -webkit-transform: translateY(-1%);
        transform: translateY(-1%);
    }
    100% {
        -webkit-transform: translateY(3%);
        transform: translateY(3%);
    }
}
@-webkit-keyframes line {
    0% {
        stroke-dashoffset: 22;
    }
    25% {
        stroke-dashoffset: 22;
    }
    50% {
        stroke-dashoffset: 0;
    }
    51% {
        stroke-dashoffset: 0;
    }
    80% {
        stroke-dashoffset: -22;
    }
    100% {
        stroke-dashoffset: -22;
    }
}
@keyframes line {
    0% {
        stroke-dashoffset: 22;
    }
    25% {
        stroke-dashoffset: 22;
    }
    50% {
        stroke-dashoffset: 0;
    }
    51% {
        stroke-dashoffset: 0;
    }
    80% {
        stroke-dashoffset: -22;
    }
    100% {
        stroke-dashoffset: -22;
    }
}
@media (min-width: 991px) {
    .owl-carousel-item.row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .owl-carousel-item.row  [class*="col-"]{
        padding-right: 5px;
        padding-left: 5px;
    }
    .normal-clicks .owl-buttons {
        padding: 0 0px;
    }

    .normal-clicks .owl-buttons [class*='owl-'],
    .normal-clicks .owl-prev,
    .normal-clicks .owl-next{
        margin: 0 -70px !important;
        border-radius: 9px !important;
    }
}

.owl-dots {
    position: absolute;
    height: 20px;
    width: auto;
    z-index: 999;
    bottom: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 82px;
    text-align: center;
    padding: 10px;
    top: -45px;
}

.normal-clicks .owl-dots {
    /* top: 15px; */
}
.owl-dot span {

}
.owl-theme .owl-page.active span {
    outline: 4px solid #E26515;
    padding: 1px;
    background-color: #fff;
}
.owl-dots button.owl-dot {
    border: none;
    width: 6px;
    height: 6px;
    padding: 0;
    background-color: #869791;
    border-radius: 50%;
    margin: 0 4px;
    outline: 4px solid transparent;
}
.owl-dots .owl-dot.active  {
    background-color: #E26515;
    width: 16px;
    border-radius: 5px;
}
.mt-3 {
    margin-top: 20px;
}

.title {
    text-align: start;
    margin-bottom: 35px;
    font-size: 18px;
    position: relative;
    font-weight: 700;
}
.title.white-title {
    color: #fff;
}

.title::after {
    content: "";
    width: 50px;
    bottom: -15px;
    height: 4px;
    background-color: #E26515;
    position: absolute;
}
.title::before {
    margin: 0;
    content: "";
    width: 250px;
    height: 2px;
    position: absolute;
    background-color: #ededed;
    bottom: -14px;
}
.title-with-btn {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;  /* TWEENER - IE 10 */ /* NEW - Chrome */
    display: flex;         /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}
.title-with-btn .btn-light {
    background-color: #fff;
    border: 1px solid #970f19;
    color: #970f19;
    font-size: 12px;
    min-width: 110px;
    padding: 7px;
}
.title-with-btn .btn-light:hover {
    background-color: #970f19;
    color: #fff;
}
.subtitle {
    color: #E26515;
    margin: 0;
    line-height: 27px;
    font-size: 13px;
    padding-right: 38px;
}

.subtitle:before {
    color: #E26515;
    background-color: #E26515;
    content: "";
    width: 23px;
    height: 2px;
    position: absolute;
    margin: 15px -37px;
}

.title-description {
    color: #8A8A8A;
    text-align: center;
    max-width: 600px;
    margin: 10px auto;
    font-size: 16px;
    line-height: 24px;
}


/* ================== header =========== */
.navbar {
    border: none;
    padding: 0px 0;
    border-radius: 0;
    -webkit-box-shadow: 0 4px 6px -3px #bfbfbf;
    box-shadow: 0 4px 6px -3px #bfbfbf;
    background-color: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    top: -1px;
    z-index: 9999;
}
.navbar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.navbar .navbar-brand {
    padding: 0;
    margin: 7px 0 0;
}

.navbar .navbar-brand img {
    width: 90px;
    margin-right: 10px;
}

.navbar .navbar-nav>li>a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 0 10px;
    line-height: 30px;
    border-bottom: 2px solid transparent;
    margin: 0 15px;
    margin-top: 15px !important;
    text-decoration: none;
}
.navbar .navbar-nav .header-dropdown ,
.notifiction-dropdown .header-dropdown{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 7px;
    border-bottom: 1px solid #ededed;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.navbar .navbar-nav .body-dropdown,
.notifiction-dropdown .body-dropdown {
    max-height: 300px;
    overflow: auto;
}
.navbar .navbar-nav .header-dropdown p,
.notifiction-dropdown .header-dropdown p{
    margin-bottom: 0;
}
.navbar .navbar-nav .header-dropdown a,
.notifiction-dropdown .header-dropdown a{
    font-size: 13px;
    text-decoration: underline;
    color: #000
}
.navbar .navbar-nav>li>a.btn-menu {
    cursor: pointer;
    display: none;
}
.navbar .navbar-nav>li>a.bill-count {
    margin: 0 7px;
    position: relative;
}
.bill-count {
    position: relative;
}
.navbar .navbar-nav>li>a.bill-count strong ,
.bill-count strong{
    position: absolute;
    right: -8px;
    background-color: #E26515;
    line-height: 18px;
    width: 17px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 10px;
}
.navbar .navbar-nav>li>a.bill-count img{
    width: 21px;
}
.navbar .navbar-nav>li>a:hover {
    background-color: transparent;
    border-color: #E26515;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.navbar .navbar-nav>li>a.active {
    background-color: transparent;
    border-color: #E26515;
}

.navbar .search-card {
    margin-top: 13px;
    line-height: 28px;
}

.navbar .search-card li {
    margin: 0px 10px;
    list-style: none;
    display: inline-block;
    position: relative;
}

.navbar .search-card li a.dropdown-toggle ,
.navbar .search-card li > a{
    cursor: pointer;
    position: relative;
}
.navbar .search-card li > a,
.navbar .search-card li a.dropdown-toggle > img {
    height: 22px;
}

.navbar .search-card li .count {
    position: absolute;
    border-radius: 50%;
    background-color: #E26515;
    color: #fff;
    display: inline-block;
    top: -6px;
    left: -19px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-weight: 600;
    font-size: 11px;
}

/* ====================== end header =============== */
/* ======================  footer =============== */



.footer {
    padding-top: 40px;
    position: relative;
    background-color:#F4F7FB;
}

.footer .container {
    position: relative;
    z-index: 1;
    color: #333;
}

.footer .container .logo-information img {
    width: 140px;
    margin-bottom: 20px;
}

.footer .container .logo-information p {
    line-height: 30px;
    font-size: 13px;
}
.footer .container .logo-information p a {
    color: #333;
    text-decoration: none;
}
.footer .container .links-footer ul {
    padding: 0;
}

.footer .container .links-footer h5 {
    font-size: 15px;
}

.footer .container .links-footer ul li {
    list-style: none;
}

.footer .container .links-footer ul li a {
    cursor: pointer;
    color: #333;
    display: inline-block;
    line-height: 30px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.footer .container .app-links a{
    margin-bottom: 5px;
    display: block;
}
.footer .container .app-links a img{
    width: 95%;
    height: 35px;
}
.social-links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 80px;
    padding: 0;
}
.footer .container .social-links a{
    display: inline-block;
    width: calc(50% - 23px);
    margin-bottom: 5px;
}
.footer .container .social-links a {
    width: 35px;
}
.footer .container .social-links a:hover,
.footer .container .app-links a:hover{
    opacity: 0.8;
}
.footer .container .social-links a img{
    width: 100%;

}
.footer .container .links-footer ul li a:hover {
    color: #E26515;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


.footer .copyright {
    padding: 10px;
    font-size: 12px;
    color: #333;
    text-align: end;
    position: relative;
    z-index: 1;
}

/* ====================== end footer =============== */

.row-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.error-page {
    padding: 100px 0 50px;
}
.error-page .error_txt {
    color: #DD3832;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
}
.error-page h5 {
    color: #000;
    font-size: 22px;
    margin: 20px 0;
}
.error-page p {
    color: #999;
    font-size: 17px;
    margin: 20px 0;
}
.error-page .btn {
    min-width: 220px;
    line-height: 35px;
}
.avatar-upload .avatar-edit {
    position: absolute;
    right: 0;
    width: 100%;
    top: 0;
    height: 100%;
    text-align: center;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit  label.LabelUploadImg {
    background-color: #F8F9FA;
    border: 1px dashed #ccc;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: center;
    align-content: center;
    font-size: 12px;
    font-weight: 400;
    color: #999
}
.avatar-upload .avatar-edit  label.LabelUploadImg i {
    line-height: 31px;
    font-size: 21px;
    color: #E26515;
    margin-bottom: 6px;
}
.avatar-upload .avatar-edit label.LabelUploadImg:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
    color: #d7a449;
}
.imageUpload {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 999;
    cursor: pointer;
}
.avatar-upload .avatar-preview {
    width: 100%;
    height: 120px;
    position: relative;
    border-radius: 50%;
}

.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border:none;
    overflow: hidden;
}
.imagePreview {
    width: 100%;
    height: 100%;
    opacity: 0;
}



.SidebarContainer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    /*display: none;*/
    z-index: 99999;
}

.SidebarContainer .OverLay {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 993;
    background-color: #000;
    opacity: .5;
}

/*.SidebarContainer.active {
      display: block;
  }*/

.SidebarContainer .SidebarContent {
    position: fixed;
    width: 400px;
    max-width: 100%;
    background-color: #fff;
    padding: 0px;
    height: 100%;
    top: 0;
    z-index: 999;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.SidebarContainer .SidebarContent .SidebarHeader {
    padding: 0;
    border-bottom: 1px solid #f0f0f0;
    margin: 0;
    position: relative;
}
.SidebarContainer .SidebarContent .SidebarHeader h5 {
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    left: 50%;
    top: 17px;
}

.SidebarContainer .SidebarContent .SidebarHeader .CloseSideBar {
    display: inline-block;
    padding: 15px 15px 15px;
    font-weight: 600;
    cursor: pointer;
}
.SidebarContainer .SidebarContent .SidebarHeader .CloseSideBar img {
    width: 14px;
}
.SidebarContainer .SidebarContent .SidebarBody {
    height: calc(100% - 100px);
    overflow: auto;
    padding: 10px 0px;
}

.SidebarContainer .SidebarContent .SidebarBody .list-search {
    padding: 0 20px;
    margin-top: 20px;
}
.SidebarContainer .SidebarContent .SidebarBody .list-search h4{
    font-size: 17px;
}
.SidebarContainer .SidebarContent .SidebarBody .list-search li{
    list-style: none;
}
.SidebarContainer .SidebarContent .SidebarBody .list-search li a{
    padding: 5px 0px;
    color: #777;
    text-decoration: none;
    display: block;
    font-size: 15px;
    cursor: pointer;
}
.SidebarContainer .SidebarContent .SidebarBody .list-search li a:hover {
    background-color: #fafafa;
}
.search-container {
    position: relative;
    margin: 10px 0px 10px;
    padding: 0 20px 20px;
    border-bottom: 1px solid #f0f0f0;
}
.search-container input {
    height: 45px;
    padding-right: 50px;
}
.search-container .btn-search-submit {
    border: none;
    background-color: unset;
    position: absolute;
    right: 20px;
    top: 0;
    height: 45px;
    width: 45px;
}
.search-container .btn-search-submit img {
    width: 18px;
}
.information-user {
    padding:3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ededed;
    margin-bottom: 5px;
}
.information-user .icon-container {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #e26515;
    background-color: #f5f5f5;
    border-radius: 50%;
    font-size: 18px;
    margin: 0 7px;
}
.information-user .icon-container i {
    line-height: 43px;
}
.information-user  .details-container h6 {
    margin-bottom: 5px;
}
.information-user  .details-container p {
    color: #999;
    margin-bottom: 8px;
}
.user-dropdown .dropdown-menu {
    width: 235px;
}
.user-dropdown.notifiction-dropdown .dropdown-menu {
    width: 270px;
}
@media (max-width: 768px) {
    .part-footer ~ .dropdown-menu {
        bottom: 100%;
        top: unset;
        left: 50%;
        -webkit-transform: translate(-50%, -15%);
        -ms-transform: translate(-50%, -15%);
        transform: translate(-50%, -15%);
    }

    .Header-mobile .position-static {
        position: static;
    }
    .mt-5 {
        margin-top:30px;
    }
    .whatsAppIcon {
        display: none;
        position: fixed;
        bottom: 25px;
        right: 15px;
        width: 50px;
        height: 50px;
        color: #ffffff;
        font-size: 30px;
        text-transform: uppercase;
        line-height: 50px;
        border-radius: 50%;
        text-align: center;
        z-index: 100;
        cursor: pointer;
        background: #25D366;
        display: block;
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .whatsAppIcon a {
        color: #fff;
    }
    .Header-mobile {
        position: fixed;
        z-index: 9999999999;
        bottom: 0;
        left: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* display: none; */
        -ms-flex-pack: distribute;
        justify-content: space-around;
        background: rgb(255, 255, 255);
        -webkit-box-shadow: rgb(0 0 0 / 10%) 0px 1px 4px 3px;
        box-shadow: rgb(0 0 0 / 10%) 0px 1px 4px 3px;
        z-index: 99999999999999;
        padding: 8px 0 7px;
    }
    .Header-mobile > a,
    .Header-mobile .part-footer {
        text-align: center;
        font-size: 13px;
        position: relative;
        zoom: 0.85;
        text-decoration: none;
        color: #000;
    }
    .part-footer-dropdown-a {
        padding: 12px !important;
        font-size: 12px;
        text-align: center;
    }
    .part-footer-dropdown-a.active  {
        border-bottom: 2px solid #E26515;
    }

    .Header-mobile .part-footer i {
        color:#383838;
        font-size: 22px;
    }
    .Header-mobile > a,
    .Header-mobile .user-dropdown {
        width: 24%;
        text-align: center;
    }
    .Header-mobile > a > strong{
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        border-radius: 300px;
        cursor: unset;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        -webkit-transition: all 150ms ease-in-out 0s;
        -o-transition: all 150ms ease-in-out 0s;
        transition: all 150ms ease-in-out 0s;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
        background-color: rgb(233, 69, 96);
        color: rgb(255, 255, 255);
        position: absolute;
        top: -4px;
        left: calc(50% + 9px);
        font-weight: 600;
    }
    .section-loading.open .bootstrap-select.form-control .inner {
        max-height: 300px !important;
        overflow-y: auto
    }
    .Header-mobile > a img , .part-footer-dropdown-link img{
        height: 24px;
        display: block;
        margin: 0 auto 5px;
    }

    .part-footer-dropdown-menu::before {
        content: "";
        border-top: .7em solid #fff;
        border-right: .7em solid transparent;
        border-bottom: 0;
        border-left: .7em solid transparent;
        position: absolute;
        bottom: -13px;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .part-footer-dropdown-menu li:first-child {
        border-bottom: 1px solid #ccc;
    }
    .Header-mobile > a.Fund-icon img {
        position: relative;
        top: -17px;
        -webkit-transform: scale(2.2);
        -ms-transform: scale(2.2);
        transform: scale(2.2);
        border-radius: 50%;
    }
    .Header-mobile > a.Fund-icon span {
        font-weight: 600;
    }
    .Header-mobile > a > svg,
    .Header-mobile .part-footer > svg {
        display: block;
        margin: auto;
        height: 24px;
    }
    .Header-mobile > a > svg path ,
    .Header-mobile .part-footer > svg path{
        fill: #383838;
    }
    .Header-mobile > a > span,
    .Header-mobile .part-footer > span {
        display: block;
        font-weight: 500;
        margin-bottom: 2vw;
        color: #000;
        height: 16px;
        font-size: 3.3vw;
    }
    .part-footer-dropdown-link {
        font-size: 3.3vw !important;
        width: 88px !important;
        display: inline-block;
    }

}
.section-loading,
.scroll-loading-data {
    position: relative;
}
.scroll-loading-data {
    min-height: 10px;
    margin-bottom: 50px;
}
.section-loading::before,
.section-loading::after ,
.scroll-loading-data:after{
    display: none;
}
.section-loading.active::before,
.section-loading.active::after,
.scroll-loading-data.active::after  {
    display: block;
}
.section-loading::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.95;
    left: 0;
    top: 0;
    z-index: 98;
}
.section-loading::after,
.scroll-loading-data::after {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite;
    content: "\f110";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    left: 50%;
    top: 45%;
    z-index: 99;
    font-size: 28px;
    color: #9f1819;
}
.modal-body.section-loading::after {
    left: calc(50% - 15px);
}
.section-loading.loading-outside::after {
    top: 50vh;
}
.scroll-loading-data::after {
    font-size: 35px;
}
.loading::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    left: 0;
    top:0;
    z-index: 98;
    background-color: #000;
    opacity: 0.1;
}
.loading::after {
    content: '';
    background: url(../images/loading.svg) no-repeat;
    position: absolute;
    background-size: 170px;
    width: 170px;
    height: 170px;
    z-index: 99;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}
.navbar-nav>li>.dropdown-menu li {
    position: relative;
}
.dropdown-menu > li:hover > .submenu {
    display: block;
    position: absolute;
    top: -3px;
    right: calc(100% - 0px);
    border-radius: 0;
}
.dropdown-item.dropdown-toggle:after {
    content: '\f053';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 5px;
    top: 9px;
    color: #777;
}

/* ====================== About Sec =============== */

.home-banner {
    margin: 15px 0;
}
.home-banner h5 {
    color: #AC292E;
    font-size: 19px;
    font-weight: 900;
}
.home-banner h3 {
    font-weight: 900;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0.5px;
    max-width: 500px;
    color: #E26515;
}
.home-banner h3 span {
    font-size: 21px;
    color: #000;
}
.home-banner p {
    font-size: 16.5px;
    line-height: 29px;
    margin: 10px 0 25px;
    color: #8A8A8A;
    font-weight: 700;
}

.home-banner .imgSec {
    position: relative;
}

.home-banner .imgSec:after {
    content: "";
    background: url(../images/bg-banner.png) no-repeat;
    position: absolute;
    background-position: 0;
    background-size: 100%;
    z-index: -1;
    width: calc(100% - 200px);
    height: 100%;
    left: 50px;
}
.home-banner .btn-theme.large-width {
    min-width: 150px;
}

.home-banner .imgSec img {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    margin: 160px 0 30px;
}
/* ====================== End About Sec =============== */

/* ====================== filter Sec =============== */
.filterBtn {
    display: none;
}
.filter-home-page {
    padding:10px 0 20px;
    box-shadow: 0px 6px 5px rgba(136, 136, 136, 0.24), 0px -6px 5px rgba(136, 136, 136, 0.24);
    -moz-box-shadow: 0px 6px 5px rgba(136, 136, 136, 0.24), 0px -6px 5px rgba(136, 136, 136, 0.24);
    -webkit-box-shadow: 0px 6px 5px rgba(136, 136, 136, 0.24), 0px -6px 5px rgba(136, 136, 136, 0.24);
    margin-bottom: 30px;
}
.filter-home-page .btn-filter{
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;  /* TWEENER - IE 10 */ /* NEW - Chrome */
    display: flex;         /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}
.filter-home-page .btn-filter .btn-theme.btn-orange {
    margin: 0 !important;
}
.filter-home-page .btn-filter .search-btn {
    color: #000;
    padding: 10px 5px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
}
.filter-home-page .btn-filter .search-btn:hover {
    background-color: #AC292E;
    color:#fff;
}
.form-filter .btn-filter-more-less .btn {
    display: none;
}
.form-filter.addMore .btn-filter .showMore {
    display: block;
}
.form-filter.removeAddMore .list-serach-filter-container {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    overflow: visible;
}
.form-filter.removeAddMore .btn-filter .showLess {
    display: block;
}
.filter-home-page .advanced-search {
    display: none;
}
.form-check-box {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px 10px;
    margin-bottom: 10px;
}
.form-check-box .form-check-container{
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;  /* TWEENER - IE 10 */ /* NEW - Chrome */
    display: flex;         /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    gap: 10px;
}
.form-check-box .form-check-container .form-check-inline {
    min-width: 30%;
    position: relative;
    cursor: pointer;
}
.form-check-inline {
    position: relative;
    cursor: pointer;
}
.form-check-box .form-check-container .form-check-inline .form-check-label,
.form-check-inline .form-check-label{
    font-size: 13px;
}
.form-check-box .form-check-container .form-check-inline .form-check-label::before,
.form-check-inline .form-check-label::before {
    content: '\f111';
    font-weight: 400;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-size: 15px;
    color: #999;
}
.form-checkbox.form-check-inline .form-check-label::before {
    content: '\f0c8';
    font-weight: 400;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-size: 16px;
    color: #999;
    top: 5px;
}
.form-check-box .form-check-container .form-check-inline .form-check-input,
.form-check-inline .form-check-input{
    height: 16px;
    width: 17px;
    position: relative;
    top: 2px;
    padding: 2px;
    z-index: 9;
    opacity: 0;
}
.form-check-box .form-check-container .form-check-inline .form-check-input:checked ~ .form-check-label::before,
.form-check-inline .form-check-input:checked ~ .form-check-label::before {
    content: '\f058';
    color: #e26515;
    font-weight: 900;
    font-size: 16px;
    top: 5px;
}
.form-checkbox.form-check-inline .form-check-input:checked ~ .form-check-label::before {
    content: '\f14a';
    color: #e26515;
    font-weight: 900;
}
/* ====================== End filter Sec =============== */
/* ====================== finance Sec =============== */
.how-finance {
    background-color: #F4F7FB;
    padding: 30px 0;
}
@media (min-width: 768px){
    .how-finance .how-finance-row {
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */    /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;  /* TWEENER - IE 10 */ /* NEW - Chrome */
        display: flex;         /* NEW, Spec - Opera 12.1, Firefox 20+ */
        -webkit-box-align: center;
        -webkit-flex-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
    }
}
.how-finance .how-finance-title {

}
.how-finance .how-finance-title h4 {
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 20px;
}
.how-finance .how-finance-title h4 span{
    color: #E26515;
}
.how-finance .how-finance-title p {
    color: #000;
    font-weight: 500;
}
.how-finance .how-finance-sections a {
    text-decoration: none;
}
.how-finance .how-finance-sections h5 {
    margin-bottom: 15px;
    color: #2C3E50;
    font-weight: 600;
}
.how-finance .how-finance-sections p {
    color: #5a5a5a;
}
.how-finance .how-finance-sections img {
    margin-bottom: 20px;
    height: 75px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.how-finance .how-finance-sections a:hover img {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
/* ====================== End finance Sec =============== */
/* ====================== offers Sec =============== */
.offers {
    padding: 50px 0;
}
.offers.details-offer {
    border-radius: 5px;
}
.offers .banner-with-title {
    position: relative;
}
.offers .banner-with-title .img-container {
    overflow: hidden;
    height: 310px;
}
.offers.details-offer .banner-with-title .img-container {
    height: auto;
}
.offers .banner-with-title .img-container img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.offers .banner-with-title:hover .img-container img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.offers .banner-with-title .text {
    position: absolute;
    right: 30px;
    bottom: 25px;
}
.offers .banner-with-title .text span{
    background-color: #981019;
    color: #fff;
    padding: 5px;
    font-size: 12px;
    display: inline-block;
}
.offers .banner-with-title .text span b{

    font-size: 55px;
    line-height: 46px;
}
.offers .banner-with-title .text h3{
    margin-bottom: 30px;
    color: #e26515;
}
.offers .banner-with-title .text a{
    color: #fff;
    border-bottom: 1px solid;
    text-decoration: none;
    cursor: pointer;
    font-size: 13px;
}
.offers .banner-with-title .text a:hover{
    opacity: 0.8;
}
.offers .banner-img-only {

}
.offers .banner-img-only .img-container {
    height: 310px;
    overflow: hidden;
}
.offers .banner-img-only .img-container img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.offers .banner-img-only .img-container:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.offers.offer-gallary {
    padding: 0;
    margin-bottom: 30px;
}
.offers.offer-gallary .banner-with-title .text{
    padding: 15px 20px 0px;
}
.offers.offer-gallary .banner-with-title .text h3 {
    color: #fff;
    font-size: 17px;
}
/* ====================== End offers Sec =============== */
/* ====================== card-item Sec =============== */
.item-container {
    padding: 50px 0;
    background-color: #f7f7f7;
}
.card-item {
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
}
.card-item a {
    text-decoration: none;
    color: #333;
    position: relative;
    display: block;
}
.card-used-label {
    background: #AC292E;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 10px;
    width: 75px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 90% 50%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 90% 50%, 100% 100%, 0% 100%);
    z-index:9;
}
.card-item:hover {
    -webkit-box-shadow: 0 0 9px rgb(173 192 205 / 56%);
    box-shadow: 0 0 9px rgb(173 192 205 / 56%);
}
.card-item .wishlist-icon {
    position: absolute;
    margin: 10px 15px;
    font-size: 19px;
    text-decoration: none;
    cursor: pointer;
    z-index: 9;
    color: #777;
}
.card-item .wishlist-icon i {
    font-style: normal;
}
.card-item .wishlist-icon.active i {
    font-weight: 900;
    color: #e26515;
}
.card-item .img-container {
    height: 150px;
    overflow: hidden;
    text-align: center;
}
.card-item .img-container img{
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.card-item .img-container img[onerror] {
    max-height: 150px;
}
.card-item .img-container:hover img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.card-item h5 {
    font-size: 15px;
    font-weight: 600;
    padding: 0 10px;
    height: 34px;
    overflow: hidden;
}
.card-item h6 {
    font-size: 13px;
    color: #777;
    margin-bottom: 15px;
}
.card-item h6 img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin: 0 10px;
}
.card-item .price,
.box-details .price {
    color: #000;
    padding: 0 10px;
    margin-bottom: 15px;
    font-size: 14px;
}
.card-item .price.used-price-container .used-price-span:first-child {
    color: #000;
    padding: 0;
    margin-bottom: 15px;
    font-size: 14px;
    width: 35%;
    font-weight: 400;
    font-family: 'Changa-Regular' !important;
}
.card-item .price img {
    max-width: 25px;
    position: relative;
    top: -5px;
    -webkit-filter: brightness(0) saturate(100%) invert(14%) sepia(49%) saturate(6231%) hue-rotate(353deg) brightness(84%) contrast(90%);
    filter: brightness(0) saturate(100%) invert(14%) sepia(49%) saturate(6231%) hue-rotate(353deg) brightness(84%) contrast(90%);
}
.card-item .kilos , .used-cars-box-details .kilos {
    color: #000;
    padding: 0 10px;
    margin-bottom: 20px;
    font-size: 12px;
}
.used-cars-box-details .kilos {
    font-size: 16px;
}
.card-item .price span,
.box-details .price span {
    font-size: 28px;
    margin: 0 3px;
    font-weight: 900;
    color: #9f1818;
    line-height: 26px;
    font-family: Poppins-Medium !important;
}
.card-item .kilos span  , .used-cars-box-details .kilos span{
    font-size: 16px;
    margin: 0 3px;
    color: #E26515;
    line-height: 26px;
    font-family: Poppins-Medium !important;
}
.used-cars-box-details .kilos span {
    font-size: 24px;
}
.card-item .price-start {
    color: #999;
    padding: 0 10px;
    font-size: 12px;
}
.card-item .card-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-top: 1px solid #ededed;
    padding: 10px 0 0;
    font-size: 13px;
}
.card-item .card-footer p {
    padding-top: 25px;
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 20px;
    width: 33%;
    height: 46px;
}
.card-item .card-footer p.fuel {
    background-image: url(../images/fuel.png);
}
.card-item:hover .card-footer p.fuel {
    background-image: url(../images/fuel-active.png);
}
.card-item .card-footer p.cc {
    background-image: url(../images/cc.png);
}
.card-item:hover .card-footer p.cc {
    background-image: url(../images/cc-active.png);
}
.card-item .card-footer p.fetis {
    background-image: url(../images/fetis.png);
}
.card-item:hover .card-footer p.fetis {
    background-image: url(../images/fetis-active.png);
}

.Horizontal-item .card-item .card-item-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.Horizontal-item .card-item .card-item-container .img-container{
    width: 230px;
    height: auto;
}
.Horizontal-item .card-item .card-item-containe .details-container {
    width: calc(100% - 234px);
}
.Horizontal-item .card-item .card-item-container h5 {
    width: calc(100% - 40px);
}
.body-gallary.Horizontal-item .card-item .card-item-container .img-container {
    width: 180px;
}
.body-gallary.Horizontal-item .card-item .card-item-container .details-container {
    zoom: 0.9;
    width: calc(100% - 140px);
}
.body-gallary.Horizontal-item .card-item .card-item-container .details-container p {
    margin: 2px 0 6px;
}
@media (min-width: 992px) {
    .body-gallary.Horizontal-item .col-md-4 {
        width: 50%;
    }
}
@media (max-width: 992px) {
    .body-gallary.Horizontal-item .col-sm-6 {
        width: 100%;
    }
}
/* ====================== End card-item Sec =============== */
/* ====================== Featured Sec =============== */
.Featured-cars {
    position: relative;
    padding: 50px 0 40px;
}
.Featured-cars  .Horizontal-item {
    margin-top: 50px;
}
.Featured-cars .img-Featured {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    z-index: 0;
}
.Featured-cars .img-Featured img {
    width: 100%;
}
.Featured-cars .img-Featured::before {
    content: '';
    background-color: #2C3E50;
    opacity: 0.7;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    z-index: 1;
}
.card-item .hint {
    position: absolute;
    background-color: #06C6B1;
    padding: 6px 8px;
    border-radius: 3px;
    top: -10px;
    color: #fff;
    font-size: 13px;
    z-index: 9;
}
    /* ====================== End Featured Sec =============== */

    /* ====================== brands Sec =============== */
.our-brands {
    padding-bottom: 50px;
}
.our-brands .item {
    text-align: center;
}
.our-brands .logo-container {
    height: 90px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.our-brands .logo-container img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-width: 90%;
}
.our-brands .logo-container:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.our-brands .item a{
    color: #333;
    text-decoration: none;
}
/* ====================== End brands Sec =============== */
/* ====================== Gallary Sec =============== */
.our-Gallary {

}
.our-Gallary a {
    text-decoration: none;
}
.our-Gallary .logo-container {
    height: 140px;
    margin-bottom: 15px;
    background-color: #F4F7FB;
    border:1px solid transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.our-Gallary.list-item .logo-container {
    height: 175px;
}
.our-Gallary .logo-container {

}
.our-Gallary .logo-container img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 100%;
    width: 100%;
}
.our-Gallary .item {
    padding: 0;
}

.our-Gallary .item:hover {
    border-radius: 5px;
    border-color: #F4F7FB;
    -webkit-box-shadow: 0 0 9px rgb(173 192 205 / 56%);
    box-shadow: 0 0 9px rgb(173 192 205 / 56%);
}
.our-Gallary .item:hover .logo-container img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.our-Gallary h5 {
    color: #333;
    border-bottom: 2px solid #F4F7FB;
    padding: 0px 10px 10px;
}
.our-Gallary p {
    color: #333;
    margin-bottom: 30px;
    padding: 5px 10px 10px;
}
.our-Gallary p b {
    font-weight: 600;
}
.our-Gallary.list-about .item {
    background-color: #fff;
    overflow: hidden;
}
.our-Gallary.list-about h5 {
    font-weight: 600;
    border-bottom: none;
}
.our-Gallary.list-about.list-item .logo-container {
    height: 225px;
}
.Horizontal-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0px;
}
.our-Gallary.list-item.Horizontal-item .item{
    border-radius: 5px;
    border-color: #F4F7FB;
    -webkit-box-shadow: 0 0 9px rgb(173 192 205 / 56%);
    box-shadow: 0 0 9px rgb(173 192 205 / 56%);
    margin-bottom: 10px;
}
.our-Gallary.list-item.Horizontal-item .logo-container {
    margin-bottom: 0;
    height: 120px;
    max-width: 45%;
    width: 45%;
}
.our-Gallary.list-item.Horizontal-item p {
    color: #333;
    margin-bottom: 0px;
}
.our-Gallary.list-item.Horizontal-item .logo-container + div{
    width: calc(100% - 140px);
}

@media (min-width: 992px) {
    .Horizontal-item .col-md-4 {
        width: 50%;
    }
}
/* ====================== End Gallary Sec =============== */
/* ====================== subscribe Sec =============== */
.subscribe {
    position: relative;
}
.subscribe .content-subscribe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 100px;
    z-index: 999;
}
.subscribe .content-subscribe .title-subscribe h4{
    font-weight: 600;
    font-size: 20px;
    position: relative;
    top: -10px;
}
.subscribe .content-subscribe .title-subscribe h4 b{
    color: #E26515;
    margin: 0 2px;
}
.subscribe .content-subscribe .title-subscribe p{
    font-weight: 600;
    padding: 0 40px;
}
.subscribe .content-subscribe form{

}
.subscribe .content-subscribe .input-group,
.form-search .input-group{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 0 6px rgb(186 186 186 / 54%);
    box-shadow: 0 0 6px rgb(186 186 186 / 54%);
}
.subscribe .content-subscribe input,
.form-search .input-group input{
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 300px;
    height: 50px;
}

#newsletterForm .error {
    color: red;
    position: absolute;
    bottom: -30px;
}
#newsletterForm #successMessage {
    color: green;
    position: absolute;
    bottom: -30px;
}
.subscribe .content-subscribe button,
.form-search  button{
    background-color: transparent;
    border: none;
    height: 50px;
    width: 50px;
}
.subscribe .content-subscribe button:hover,
.form-search  button:hover{
    background-color: #ededed;
}
.subscribe .content-subscribe button:hover{

}
/* ====================== End subscribe Sec =============== */
/* ======================  statistiques Sec =============== */
.statistiques {
    position: relative;
    padding: 150px 0 40px;
}
.statistiques .img-statistiques {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    z-index: 0;
}
.statistiques .img-statistiques img {
    width: 100%;
}
.statistiques .img-statistiques::before {
    content: '';
    background-color: #2C3E50;
    opacity: 0.7;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    z-index: 1;
}
.statistiques .statistiques-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}
.statistiques .statistiques-item img{
    width: 40px;
}
.statistiques .statistiques-item h4 {
    font-size: 16px;
    margin-top: 15px;
}
.statistiques .statistiques-item h5 {
    font-size: 20px;
    font-weight: 600;
}
/* ====================== End statistiques Sec =============== */
/* ====================== Mobile-app Sec =============== */
.Mobile-app {
    margin-top: 250px;
    margin-bottom: 100px;
}
.Mobile-app .Mobile-app-container {
    background-color:#F4F7FB;
    background-image: url(../images/mobApp-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
    border-radius: 15px;
}
.Mobile-app .Mobile-app-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}
.Mobile-app .Mobile-app-container .Mobile-app-content  {
    width: 500px;
    max-width: 100%;
}
.Mobile-app .Mobile-app-container .Mobile-app-content h4 {
    color: #E26515;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}
.Mobile-app .Mobile-app-container .Mobile-app-content h5 {
    color: #2C3E50;
    font-weight: 600;
    margin-bottom: 30px;
}
.Mobile-app .Mobile-app-container .Mobile-app-content p {
    margin-bottom: 30px;
    color: #2C3E50;
    font-size: 13px;
}
.Mobile-app .Mobile-app-container .Mobile-app-content a {
    display: inline-block;
}
.Mobile-app .Mobile-app-container .Mobile-app-content a img {
    height: 35px;
}
.Mobile-app .Mobile-app-container .Mobile-app-content a:hover img {
    opacity: 0.8;
}
.Mobile-app .Mobile-app-container .Mobile-app-img {
    position: relative;
    height: 200px;
    width: 300px;
}
.Mobile-app .Mobile-app-container .Mobile-app-img img{
    position: absolute;
    bottom: -100px;
    right: 0;
    max-width: 100%;
    -webkit-box-shadow: 0 0 8px rgb(197 222 255 / 71%);
    box-shadow: 0 0 8px rgb(197 222 255 / 71%);
    border-radius: 35px;
}
/* ====================== End Mobile-app Sec =============== */

/* ====================== slider Sec =============== */
.slider-range {
    padding: 10px 25px;
}
.slider-labels {
    margin-top: 10px;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    /* Fix 401 */
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    /* This class is applied to the lower origin when
   its values is > 50%. */
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s,top .3s;
    -o-transition: left 0.3s,top .3s;
    transition: left 0.3s,top .3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,.noUi-handle {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
    height: 4px;
}

.noUi-horizontal .noUi-handle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    left: -13px;
    top: -5px;
    background-color: transparent;
    border: 3px solid #000;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
.noUi-horizontal .noUi-handle.noUi-handle-lower {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    left: -2px;
    top: -5px;
    background-color: transparent;
    border: 3px solid #000;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
.noUi-horizontal .noUi-handle.noUi-handle-upper{
    left: -12px;
}
/* Styling;
 */
.noUi-background {
    background: #D6D7D9;
}

.noUi-connect {
    background: #1d1d1d;
    -webkit-transition: background 450ms;
    -o-transition: background 450ms;
    transition: background 450ms;
}

.noUi-origin {
    border-radius: 2px;
}

.noUi-target {
    border-radius: 2px;
}

.noUi-target.noUi-connect {
}

/* Handles and cursors;
 */
.noUi-draggable {
    cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}

.noUi-handle {
    cursor: default;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.noUi-handle:active {
}

/* Disabled state;
 */
[disabled].noUi-connect,[disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled].noUi-origin,[disabled] .noUi-handle {
    cursor: not-allowed;
}
/* ====================== End slider Sec =============== */
/* ====================== Gallary Sec =============== */
.Gallary-page .title-gallary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}
.Gallary-page .title-gallary .filter-show {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}
.Gallary-page .title-gallary .filter-show .select-large {
    width: 150px;
}
.Gallary-page .title-gallary .filter-show .select2.select2-container .select2-selection {
    margin-bottom: 0;
}
.Gallary-page .title-gallary .filter-show .btn-show {
    cursor: pointer;
}
.Gallary-page .title-gallary .filter-show .btn-show:hover {
    opacity: 0.8;
}
.Gallary-page .title-gallary .filter-show .btn-show svg {
    height: 34px;
    top: 3px;
    position: relative;
}
.Gallary-page .title-gallary .filter-show .btn-show svg g g:last-child {
    stroke: none !important;
}
.Gallary-page .title-gallary .filter-show .btn-show svg line,
.Gallary-page .title-gallary .filter-show .btn-show svg g,
.Gallary-page .title-gallary .filter-show .btn-show svg rect {
    stroke: #555;
}
.Gallary-page .title-gallary .filter-show .btn-show.active svg line,
.Gallary-page .title-gallary .filter-show .btn-show.active svg g,
.Gallary-page .title-gallary .filter-show .btn-show.active svg rect {
    stroke: #E26515;
}
.Gallary-page .new-filter {
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 5px rgb(173 192 205 / 56%);
    box-shadow: 0 0 5px rgb(173 192 205 / 56%);
    padding: 15px 0;
}
.Gallary-page .new-filter .select-search-container {
    padding: 5px;
    border-bottom: 1px solid #ededed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.Gallary-page .new-filter .select-search-container .input-search {
    padding: 5px 10px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.input-search-faq {
    width: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url('../images/search.png');
    background-position: 15px 10px;
    background-size: 20px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    border-radius: 25px;
    padding: 7px 20px;
    height: 39px;
    border-radius: 25px;
    font-size: 14px;
    outline: none !important;
    box-shadow: none !important;
}
.input-search-faq:focus {
    width:200px;
    border: 1px solid #ccc;
    background-position: 93%;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
}
.bootstrap-select .dropdown-menu {
    width: 261px !important;
    left: -5px;
    border: none;
    border-radius: 0;
    top: 35px;
}
.bootstrap-select .dropdown-menu li a:focus {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.bootstrap-select.form-control .inner {
    overflow: hidden;
}
.Gallary-page .new-filter .select-search-container .icon-before-select {
    position: relative;
    z-index: 9;
    width: 21px;
}
.Gallary-page .new-filter .select-search-container.input-search-container .icon-before-select {
    opacity: .4;
    margin: 0 9px;
}
.Gallary-page .new-filter .filter-multi-select > .viewbar {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.Gallary-page .new-filter .filter-multi-select > .dropdown-toggle::before {
    content: '\f078';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    border: none;
    width: 25px;
    text-align: center;
    position: absolute;
}
.Gallary-page .new-filter .filter-multi-select > .dropdown-menu {
    width: 100%;
    top: 42px;
    overflow: visible;
}
.Gallary-page .new-filter .filter-multi-select > .viewbar > .selected-items > .item {
    color: #000;
    background-color: #ededed;
}
.Gallary-page .new-filter .filter-multi-select > .viewbar > .selected-items > .item > button {
    color: #af0000;
}
.Gallary-page .new-filter .filter-multi-select > .dropdown-menu > .filter > button {
    color: #af0000;
    top: 12px;
    font-size: 16px;
}
.Gallary-page .new-filter .filter-multi-select .dropdown-item .custom-checkbox ~ .custom-control-label::after {
    content: '\f0c8' !important;
    font-weight: 400;
    font-family: "Font Awesome 5 Free";
    color: #de6015;
    background-image: none;
    font-size: 17px;
    top: -1px;
}
.Gallary-page .new-filter .filter-multi-select .dropdown-item .custom-checkbox:checked ~ .custom-control-label::after {
    content: '\f14a' !important;
    background-image: none;
    font-weight: 900;
}
.Gallary-page .new-filter .filter-multi-select .dropdown-item {
    padding: 2px 10px;
}
.Gallary-page .new-filter .filter-multi-select .dropdown-item.items {
    overflow: auto;
    max-height: 130px;
}
.Gallary-page .new-filter .filter-multi-select .dropdown-item .custom-control-label,
.bootstrap-select.show-tick .dropdown-menu li a span.text {
    font-size: 15px;
    color: #1a1a1a;
    font-weight: 500;
}
.Gallary-page .new-filter .filter-multi-select .dropdown-item .custom-control-label::before {
    opacity: 0;
}
/* Hide the browser's default checkbox */
label.container-checkbox {
    display: block;
    position: relative;
    padding: 5px 27px;
    font-weight: 500;
    font-size: 13px;
}
.container-checkbox img {
    width: 18px;
    height: 18px;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.container-checkbox input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    left: 0;
    top: -2px;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 5px;
    right: 4px;
    height: 19px;
    width: 19px;
    border-radius: 4px;
    background-color: fff;
    border: 2px solid #eee;
    cursor: pointer;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input~.checkmark {
    border: 2px solid #eee;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked~.checkmark {
    background-color: #06c6b1;
    border-color: #06c6b1;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 5.5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.bootstrap-select.show-tick .dropdown-menu li a span.text::before {
    content: '';
    border: 1px solid #ccc;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 4px;
}
.bootstrap-select.show-tick .dropdown-menu li.selected a span.text::before{
    content: '\f14a';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #de6015;
    border-color: transparent;
    font-size: 19px;
    top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.Gallary-page .new-filter .btn-filter {
    text-align: center;
}
.Gallary-page .new-filter .btn-filter .btn{
    width: 90%;
    margin: 5px auto !important;
}
.Gallary-page .new-filter .btn-filter .btn.btn-defualt{

    background-color: transparent;
    color: #e06315;
}
.Gallary-page .new-filter .btn-filter .btn.btn-defualt:hover{
    background-color: #ededed;
}
.Gallary-page .new-filter .title {
    padding: 0 10px;
    font-size: 14px;
    margin-bottom: 20px;
}
.form-filter .CloseSideBar img{
    width: 15px;
    margin: 0 10px 20px;
}
.filter-in-mobile a {
    border: none;
    padding: 7px;
    border-radius: 0px;
    background-color: #fff;
    color: #e26515;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 0 6px rgb(186 186 186 / 54%);
    box-shadow: 0 0 6px rgb(186 186 186 / 54%);
}
.filter-in-mobile a img {
    width: 22px;
}
/* ====================== End Gallary Sec =============== */
/* ====================== breadcrumbs Sec =============== */
.breadcrumbs {
    padding-bottom: 20px;
    border-bottom: 3px solid #ededed;
}
.breadcrumbs .title-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.breadcrumbs .title-page h6 {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
}
.breadcrumbs .title-page .form-search {
    margin-bottom: 0;
}
.breadcrumbs p {
    margin-bottom: 5px;
}
.breadcrumbs p a{
    color: #e26515;
    text-decoration: none;
    cursor: pointer;
}
.breadcrumbs p a:hover {
    opacity: 0.9;
}
.breadcrumbs p a::after{
    content: '/';
    margin: 0 5px;
}
/* ====================== End breadcrumbs Sec =============== */
/* ====================== pagination Sec =============== */
.pagination-gallary {
    margin: 0;
    padding: 0;
}
.pagination-gallary>li {
    display: inline-block;
    margin: 0 2px;
    border-radius: 50%;
    border: none;
}
.pagination-gallary>li a.page-link{
    border-radius: 50%;
    border: none;
    color: #333;
}
.pagination-gallary>li a.page-link.active{
    border-radius: 50%;
    border: none;
    color: #fff;
    background-color: #E26515;
}
/* ====================== End pagination Sec =============== */
.Account-page {
    padding: 20px 0;
}
.Account-page-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.Account-page .Account-page-container .image-part{
    background-image: url(../images/login/login-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
    min-height: 300px;
    width: 50%;
    padding: 30px 30px 10px;
    color: #fff;
}
.Account-page .Account-page-container .image-part a.Logo-account{
}
.Account-page .Account-page-container .image-part a.Logo-account img{
}
.Account-page .Account-page-container .image-part h6{
    margin-top: 70px;
}
.Account-page .Account-page-container .image-part h1{
    font-weight: 600;
    margin-bottom: 25px;
}
.Account-page .Account-page-container .image-part h4{
}
.Account-page .Account-page-container .image-part .img-account {
    width: calc(100% + 85px);
    margin-top: 40px;
    min-height: 370px;
}
.Account-page .Account-page-container .image-part .img-account img {

    -webkit-animation-name: myanimation;

    animation-name: myanimation;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    height: auto;
}
@-webkit-keyframes myanimation {
    0%   {
        width: 0;
    }
    100%  {
        width: 100%;
    }

}
@keyframes myanimation {
    0%   {
        width: 0;
    }
    100%  {
        width: 100%;
    }

}

.Account-page .Account-page-container .form-part{
    width: 50%;
    text-align: center;
}
.Account-page .Account-page-container .form-part .header-form{

}
.Account-page .Account-page-container .form-part .header-form h4{
    font-weight: 600;
    margin-bottom: 30px;
}
.Account-page .Account-page-container .form-part .header-form h4 span{
    color: #e26515;
}
.Account-page .Account-page-container .form-part .header-form .link-account {
    margin-bottom: 25px;
}
.Account-page .Account-page-container .form-part .header-form .link-account a{
    text-decoration: none;
    display: inline-block;
    border-top: 1px solid;
    padding: 15px 10px 10px;
    margin: 0 -2px;
    color: #000;
}
.Account-page .Account-page-container .form-part .header-form .link-account a.active{
    color: #e26515;
    border-top: 6px solid;
    padding-top: 13px;
}
.Account-page .Account-page-container .form-part form{
    text-align: start;
    width: 350px;
    max-width: 90%;
    margin: auto;
}
.Account-page .Account-page-container .form-part form .form-group {
    margin-bottom: 22px;
    background-color: #fff;
}
.Account-page .Account-page-container .form-part form .form-group span.error{
    width: 100%;
    font-size: 11px;
    display: none;
    color: #C70039;
    position: relative;
    top: -3px;
}
.Account-page .Account-page-container .form-part form .form-control,
.form-details .form-control{
    height: 45px;
    position: relative;
    z-index: 1;
    background-color: transparent;
    border: 1px solid #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
}
.form-details .select2.select2-container .select2-selection,
.form-details .select2.select2-container .select2-selection .select2-selection__arrow {
    height: 45px;
}
.form-details .select2.select2-container .select2-selection .select2-selection__rendered {
    line-height: 45px;
}
.Account-page .Account-page-container .form-part form .btn-theme {
    margin: 30px 0 10px !important;
    height: 45px;
}
.Account-page .Account-page-container .form-part form .form-control::-webkit-input-placeholder, .form-details .form-control::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999;
    opacity: 0; /* Firefox */
    font-size: 11px;
}
.Account-page .Account-page-container .form-part form .form-control::-moz-placeholder, .form-details .form-control::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999;
    opacity: 0; /* Firefox */
    font-size: 11px;
}
.Account-page .Account-page-container .form-part form .form-control:-ms-input-placeholder, .form-details .form-control:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999;
    opacity: 0; /* Firefox */
    font-size: 11px;
}
.Account-page .Account-page-container .form-part form .form-control::-ms-input-placeholder, .form-details .form-control::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999;
    opacity: 0; /* Firefox */
    font-size: 11px;
}
.Account-page .Account-page-container .form-part form .form-control::placeholder,
.form-details .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999;
    opacity: 0; /* Firefox */
    font-size: 11px;
}

.Account-page .Account-page-container .form-part form .form-control:-ms-input-placeholder,
.form-details .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999;
    opacity: 0;
    font-size: 11px;
}

.Account-page .Account-page-container .form-part form .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #999;
    opacity: 0;
    font-size: 11px;
}
.Account-page .Account-page-container .form-part form .form-control:focus::-webkit-input-placeholder, .form-details .form-control:focus::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999;
    opacity: 1; /* Firefox */
}
.Account-page .Account-page-container .form-part form .form-control:focus::-moz-placeholder, .form-details .form-control:focus::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999;
    opacity: 1; /* Firefox */
}
.Account-page .Account-page-container .form-part form .form-control:focus:-ms-input-placeholder, .form-details .form-control:focus:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999;
    opacity: 1; /* Firefox */
}
.Account-page .Account-page-container .form-part form .form-control:focus::-ms-input-placeholder, .form-details .form-control:focus::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999;
    opacity: 1; /* Firefox */
}
.Account-page .Account-page-container .form-part form .form-control:focus::placeholder ,
.form-details .form-control:focus::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999;
    opacity: 1; /* Firefox */
}

.Account-page .Account-page-container .form-part form .form-control:focus:-ms-input-placeholder ,
.form-details .form-control:focus:-ms-input-placeholder{ /* Internet Explorer 10-11 */
    color: #999;
    opacity: 1;
}

.Account-page .Account-page-container .form-part form .form-control:focus::-ms-input-placeholder,
.form-details .form-control:focus::-ms-input-placeholder { /* Microsoft Edge */
    color: #999;
    opacity: 1;
}
.Account-page .Account-page-container .form-part form .form-control ~ label.label-form,
.form-details  .form-control ~ label.label-form {
    font-size: 11px;
    position: relative;
    display: inline-block;
    top: -32px;
    padding: 0 10px;
    background-color: #fff;
    width: calc(100% - 20px);
    margin: 0 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 0px;
    z-index: 0;
}
.formid .error {
    width: 100%;
    font-size: 11px;
    color: #f00;
}
.formid strong {
    font-size: 11px;
    color: #f00;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.formid .invalid-feedback strong {
    position: relative;
    /* top: -17px; */
}
.formid label ~ label.error {
    position: relative;
    /* top: -20px; */
    /* height: 0; */
    display: inline-block !important;
}
.help-block strong {
    font-size: 12px;
    color: #f00;
}
.formid input.form-control:not(:-moz-placeholder-shown) ~ label.error {
    /* top: -20px  !important; */

}
.formid input.form-control:not(:-ms-input-placeholder) ~ label.error {
    /* top: -20px  !important; */

}
.formid input.form-control:not(:placeholder-shown) ~ label.error ,
.formid input:focus ~ label.error {
    /* top: -20px  !important; */

}
.mobile-number {
    position: relative;
}
.mobile-number .number-mark-right {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 22px;
    margin: 0 15px;
}
#g-recaptcha-response-error {
    position: relative;
    top: -14px;
}
.form-details .form-control.select2 ~ label  {
    top: -60px;
    z-index: 1;
}
.form-details  .form-control ~ label.label-form{
    top: -45px;
    z-index: 1;
}
.Account-page .Account-page-container .form-part form input.form-control:not(:-moz-placeholder-shown) ~ label, .form-details  input.form-control:not(:-moz-placeholder-shown) ~ label {
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    top: -56px;
    display: inline;
    z-index: 2;
}
.Account-page .Account-page-container .form-part form input.form-control:not(:-ms-input-placeholder) ~ label, .form-details  input.form-control:not(:-ms-input-placeholder) ~ label {
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    top: -56px;
    display: inline;
    z-index: 2;
}
.Account-page .Account-page-container .form-part form .form-control:focus ~ label ,
.Account-page .Account-page-container .form-part form input.form-control:not(:placeholder-shown) ~ label,
.form-details  .form-control:focus ~ label,
.form-details  input.form-control:not(:placeholder-shown) ~ label {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    top: -56px;
    display: inline;
    z-index: 2;
}
.Account-page .Account-page-container .form-part form .remember-forget-password {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.Account-page .Account-page-container .form-part form .remember-forget-password .forget-password,
.Account-page .Account-page-container .form-part form .register-text a {
    color: #e26515;
    text-decoration: none;
    display: inline-block;
}
.Account-page .Account-page-container .form-part form .remember-forget-password .forget-password:hover,
.Account-page .Account-page-container .form-part form .register-text a:hover {
    color: #950D19;
}
.Account-page .Account-page-container .form-part form .register-text{
    font-size: 13px;
    margin: 15px 0;
}
/* ====================== Account-page ===================== */
.Details-page-header {
    text-align: center;
    padding: 20px;
}
.Details-page-header h6 {
    font-size: 15px;
}
.Details-page-header p {
    color: #999;
}
.Details-page-header img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 5px;
}
.easyzoom-notice {
    display: none !important;
}
.easyzoom-container {
    height: 345px;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
}
.easyzoom-container img{
    width: 100%;
}
.easyzoom-container.is-ready .easyzoom-flyout img {
    width: 250%;
}
.box-details {
    border: 1px solid #D5E1F1;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 10px;
}
.box-details.p-0 {
    padding: 0;
}
.box-details .title-box-details {
    font-weight: 600;
    margin-bottom: 20px;
    color: #2C3E50;
}
.box-details p.price{
    margin-bottom: 20px;
    padding: 0;
}
.box-details p.price img {
    max-width: 25px;
    position: relative;
    top: -5px;
    -webkit-filter: brightness(0) saturate(100%) invert(14%) sepia(49%) saturate(6231%) hue-rotate(353deg) brightness(84%) contrast(90%);
    filter: brightness(0) saturate(100%) invert(14%) sepia(49%) saturate(6231%) hue-rotate(353deg) brightness(84%) contrast(90%);
}
.hint-box-details {
    background-color: #F0F7FF;
    padding: 10px 15px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 5px;
}
.hint-box-details .hint-box-details-section{
    width: 50%;
    padding: 5px;
}
.hint-box-details .hint-box-details-section h6{
    font-size: 14;
    font-weight: 500;
    color: #999;
    margin: 0;
}
.hint-box-details .hint-box-details-section p{
    font-size: 14px;
    margin: 0;
}
.hint-box-details .hint-box-details-section p span{
    display: inline-block;
    font-size: 20px;
    color: #9f1818;
    margin: 0;
    padding: 0 3px;

}
.box-details-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.box-details-logo img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #ccc;
    background-color: #fff;
}
.box-details-logo h5{
    margin: 5px 0;
    color: #000;
}
.box-details-logo h6{
    margin-bottom: 5px;
    color: #333;
}
.box-details-logo p{
    margin-bottom: 0px;
    color: #999;
}
.box-details-logo p.small-text{
    font-size: 12px;
}
.table-style.table-bordered>thead>tr>th {
    background-color: #F4F7FB;
    border-color: #D5E1F1;
    font-size: 13px;
    text-align: start;
}
.table-style.table-bordered>tbody>tr>td {
    border-color: #D5E1F1;
}
.table-style>tbody>tr>td .img-car-table {
    width: 40px;
}
.color-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap:10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.color-container .color-style {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ccc;
    opacity: 1;
    position: relative;
}
td .color-container .color-style {
    width: 25px;
    height: 25px;
}
.color-container .color-style.choose {
    /* opacity: 1; */
    /* outline: 2px solid #e26515; */
}
.color-container .color-style.choose:after {
    content: '\f00c';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    padding: 2px 8px;
    font-size: 14px;
    position: relative;
    top: 5px;
    color: #fff;
}
.color-container .color-style.red{
    background-color: #E10000;
}
.color-container .color-style.blue{
    background-color: #079ADC;
}
.color-container .color-style.orange{
    background-color: #EF7025;
}
.color-container .color-style.black{
    background-color: #000000;
}
.color-container .color-style.gray{
    background-color: #779186;
}
.number-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
}
.number-contact .send-message{
    border: 1px solid #ccc;
    padding: 6px;
    border-radius: 5px;
    color: #333;
    font-size: 13px;
    text-decoration: none;
}
.number-contact .send-message img{

}
.number-contact .search-btn{
    color: #333;
    text-decoration: none;
    cursor: pointer;
    padding: 7px;
    border-radius: 5px;
}
.number-container {
    display: none;
}
.number-contact .search-btn.active i{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-color: #fff;
}
.number-container p {
    color: #9f1818;
}
.form-details {

}
.form-details .form-control {
    height: 45px;
    position: relative;
    z-index: 1;
    background-color: transparent;
    border: 1px solid #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
}
.clac-header {
    background-color: #F0F7FF;
    padding: 10px;
    text-align: center;
    border-radius: 5px 5px 0 0;
    margin-bottom: 20px;
}
.clac-header-hint {
    width: 300px;
    max-width: 95%;
    margin: 10px auto 20px;
    text-align: center;
}
.details-calc {
    margin-bottom: 10px;
}
.details-calc .details-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
}
.details-calc .details-row p {
    margin: 0;
    width: 50%;
}
.car-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.car-details .part-section  {
    width: 50%;
    padding: 15px 20px;
}
.car-details .part-section.gray {
    background-color: #f4f7fb;
}
.car-details .part-section b {
    float: left;
}


/* ========== accordion-collapse ========== */
.accordion-collapse .btn-link{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 20px;
    background-color: #f4f7fb;
    color: #000;
    text-decoration: none;
    outline:none;
    position: relative;
}
.accordion-collapse .btn-link:after {
    content: '\f068';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
}
.accordion-collapse .btn-link.collapsed:after {
    content: '\f067';
}
/* ========== End accordion-collapse ========== */

/* ========== box-car ========== */
.box-car {
    border: 1px solid #D5E1F1;
    margin-bottom: 10px;
}
.box-car .box-car-header {
    text-align: center;
    border-bottom: 1px solid #ededed;
    margin-bottom: 10px;
}
.box-car .box-car-header h4{
    font-weight: 600;
    font-size: 20px;
    margin: 15px 0;
}
.box-car .box-car-header h6{
    color: #8b8b8b;
    font-size: 15px;
}
.box-car .box-car-header p{
    color: #AC292E;
    font-size: 19px;
    font-weight: 900;
}
.box-car .box-car-header p span{
    color: #AC292E;
    font-size: 14px;
}
.box-car .box-car-body {
    border-bottom: 1px solid #ededed;
}
.box-car .box-car-body p {
    padding: 5px 15px;
}
.box-car .box-car-body p span {
    display: block;
    margin-bottom: 5px;
}
.box-car .box-car-body p b span {
    display: inline-block;
    margin-bottom: 0px;
    font-size: 11px;
}
.box-car .color-container {
    padding: 0 10px;
    margin-bottom: 15px;
}
.box-car .color-container .color-style {
    width: 21px;
    height: 21px;
}
.box-car .box-car-footer {

}
.box-car .box-car-footer a {
    display: block;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    color: #0064FE;
}
.box-car .box-car-footer a:hover {
    background-color: #f7f7f7;
}
/* ========== End box-car ========== */
.Exhibitions-header {
    background-color:#f4f7fb;
    padding-bottom: 20px;
}
.Exhibitions-header .breadcrumbs{
    margin-bottom: 20px;
    border-bottom: 2px solid #ededed;
    padding-bottom: 15px;
}
.Exhibitions-header .Exhibitions-description {
    /* display: flex; */
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}
.Exhibitions-header .Exhibitions-description p {
    width: 100%;
    margin-bottom: 0;
}
.Exhibitions-header .Exhibitions-description p * {
    background-color: transparent !important;
}
.description-details {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.Exhibitions-header .Exhibitions-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;

}
.list-Exhibitions {
    border-bottom: 2px solid #ededed;
}
.list-Exhibitions .list-Exhibitions-ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 0px;
    padding: 0;
    padding-top: 0px;
}
.list-Exhibitions .list-Exhibitions-ul li {
    list-style: none;
}
.list-Exhibitions .list-Exhibitions-ul li a{
    padding: 15px 0;
    border-bottom: 3px solid transparent;
    display: inline-block;
    position: relative;
    top: 2px;
    color: #000;
    text-decoration: none;
}
.list-Exhibitions .list-Exhibitions-ul li a.active{
    border-bottom: 3px solid #b4444a;

}
.list-serach-filter-container {
    max-height: 275px;
    overflow: hidden;
}
.list-serach-filter {
    padding: 10px 25px;
}
.list-serach-filter li {
    list-style: none;
}
.branch-item {
    -webkit-box-shadow: 0 0 4px rgb(173 192 205 / 45%);
    box-shadow: 0 0 4px rgb(173 192 205 / 45%);
    border-radius: 5px;
    margin-bottom: 15px;
}
.branch-item .body-content {
    padding: 15px;
}
.branch-item .body-content .location-content img{
    width: 21px;
}
.branch-item .body-content h6{
    font-weight: 600;
    font-size: 14px;
    padding: 5px;
}
.branch-item .body-content h6{
    margin-bottom: 0;
    padding: 0px 0 5px;
    color: #888;
}
.branch-item .body-content p{
    margin-bottom: 0;
    padding: 5px;
}
.branch-item .body-content .img-content  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.branch-item .body-content .img-content img {
    width: 38px;
    height: 38px;
    border: 2px solid #ccc;
    border-radius: 50%;
    margin: 0 -8px;
}
.branch-item .body-content .img-content {
    margin-bottom: 5px;
}
/* .branch-item .body-content .img-content a {
  display: none;
} */
.branch-item .body-content .img-content a {
    display: block;
    position: absolute;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background-color: #0000005e;
    text-align: center;
    border-radius: 50%;
    left: -7px;
    color: #fff;
}
.branch-item  a.link {
    display: block;
    text-align: center;
    padding: 10px;
    color: #df6215;
    border-top: 1px solid #ededed;
    cursor: pointer;
}

/* ================= page-title ================== */
.page-title{
    position:relative;
    padding:0px 0px 0px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center top;
    height: 275px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.page-title:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    display:block;
    background-image: -webkit-gradient(linear, right top, left top, from(#fff) ,color-stop(#ffffffc9), to(transparent));
    background-image: -o-linear-gradient(right, #fff ,#ffffffc9, transparent);
    background-image: linear-gradient(to left, #fff ,#ffffffc9, transparent);
}

.page-title .auto-container{
    position:relative;
    margin: 0;
    padding: 0;
    text-align: start;
}

.page-title .auto-container h1{
    position: relative;
    font-size: 33px;
    font-weight: 900;
    line-height: 1.2em;
    margin-bottom: 25px;
    text-transform: uppercase;
    text-align: start;
    color: #000;
    padding: 0;
}
.page-title .auto-container p {
    width: 372px;
    font-size: 16px;
    max-width: 95%;
}
/* ================= End page-title ================== */
/***

====================================================================
	Contact Page Section
====================================================================

***/

.contact-page-section{
    padding-top: 50px;
    top: -75px;
    position: relative;
}

.contact-page-section .inner-container{
    position:relative;
    z-index:1;
    background-color:#E26515;
    -webkit-box-shadow:0px 0px 15px 5px rgba(0,0,0,0.1);
    box-shadow:0px 0px 15px 5px rgba(0,0,0,0.1);
}
.contact-page-section .inner-container.bg-white {
    background-color:#fff;
}
.contact-page-section .form-column{
    position:relative;
    padding:0px;
}

.contact-page-section .form-column .inner-column{
    position:relative;
    padding:60px 45px 30px;
    background-color:#ffffff;
}

.contact-page-section .info-column{
    position:relative;
}

.contact-page-section .info-column .inner-column{
    position:relative;
    padding:60px 35px;
}

.contact-page-section .info-column h2{
    position:relative;
    color:#222222;
    font-size:30px;
    font-weight:700;
    line-height:1.4em;
    margin-bottom:45px;
}

.contact-page-section .info-column .list-info{
    position:relative;
    margin-bottom:60px;
}

.contact-page-section .info-column .list-info li{
    position:relative;
    margin-bottom:25px;
    font-size:18px;
    color:#ffffff;
    line-height:1.8em;
    padding-left:45px;
}

.contact-page-section .info-column .list-info li:last-child{
    margin-bottom:0px;
}

.contact-page-section .info-column .list-info li .icon{
    position:absolute;
    left:0px;
    top:8px;
    color:#222222;
    font-size:30px;
}

/*Contact Form*/

.contact-form{
    position:relative;
}
.contact-form > h4 {
    margin-bottom: 20px;
}
.contact-form .form-group{
    position:relative;
    padding-bottom:20px;
}
.g-recaptcha {
    position: relative;
    z-index: 5;
}
.g-recaptcha > div {
    height: 0 !important;
}
.g-recaptcha > div > div{
    height: 0 !important;
}
.contact-form input,
.contact-form textarea{
    position:relative;
    display:block;
    width:100%;
    height:60px;
    color:#222222;
    font-size:14px;
    line-height:38px;
    padding:10px 30px;
    border:1px solid #dddddd;
    background-color:#ffffff;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -webkit-transition:all 300ms ease;
    border-radius: 5px;
}
.contact-form .select2.select2-container .select2-selection,
.contact-form .select2.select2-container .select2-selection .select2-selection__rendered,
.contact-form .select2.select2-container .select2-selection .select2-selection__arrow {
    height: 60px;
    line-height: 60px;
}
.contact-form label {
    font-weight: 500;
    font-size: 13px;
}
.contact-form label span,
.contact-form .required-icon {
    color: #f00
}
.hint-form-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f7f7f7;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ededed;
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 9;
    position: relative;
    text-align: start;
}
.banner-column img {
    width: 100%;
}
.hint-form-header p {
    width: 500px;
    max-width: calc(100% - 100px);
    color: #af0000;
    text-align: start;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus{
    border-color:#E26515;
}

.contact-form textarea{
    height:250px;
    resize:none;
}

.contact-form .theme-btn{
    font-size:16px;
    font-weight:700;
    margin-top:10px;
    text-transform:capitalize;
    padding:16px 39px 16px;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
    border-color:#ff0000 !important;
}

.contact-form label.error{
    display:block;
    line-height:27px;
    padding:5px 0px 0px;
    margin:0px;
    text-transform:uppercase;
    font-size:12px;
    color:#ff0000;
    font-weight:500;
}
.contact-form .inner-container label.error{
    position: absolute;
    bottom: -1px;
}
.contact-form .inner-container label#g-recaptcha-response-error.error ,
.contact-form .inner-container label#facility_bank_accounts-error.error
{
    position: relative;
    top: -14px;
}
.modal-dialog-centered{
    height: 100vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-grid;
    display: grid;
}
.modal-footer.text-center {
    text-align: center;
}
.contact-form label.large-label {
    margin-bottom: -13px !important;
    position: relative;
    top: -16px;
    display: block;
}
.contact-page-section .info-column{
    position:relative;
}

.contact-page-section .info-column .inner-column{
    position: relative;
    padding: 40px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.contact-page-section .info-column h2{
    position:relative;
    color:#fff;
    font-size:22px;
    font-weight:700;
    line-height:1.4em;
    margin-bottom:25px;
}

.contact-page-section .info-column .list-info{
    position:relative;
    margin-bottom:60px;
    padding: 0;
}

.contact-page-section .info-column .list-info li{
    position:relative;
    margin-bottom:25px;
    font-size:16px;
    color:#ffffff;
    line-height:1.8em;
    list-style: none;
}
.contact-page-section .info-column .list-info li img {
    position: absolute;
    top: 5px;
    width: 20px;
}
.contact-page-section .info-column .list-info li:last-child{
    margin-bottom:0px;
}

.contact-page-section .info-column .list-info li .icon{
    position:absolute;
    left:0px;
    top:8px;
    color:#222222;
    font-size:30px;
}

/***

====================================================================
	Social Icon Four
====================================================================

***/

.social-icon-four{
    position:relative;
    padding: 0;
}

.social-icon-four li{
    position:relative;
    margin-right:18px;
    display:inline-block;
}

.social-icon-four li.follow{
    color:#fff;
    font-weight:500;
    font-size:17px;
    display:block;
    margin-bottom:20px;
}

.social-icon-four li a{
    position:relative;
    font-size:20px;
    color:#ffffff;
    -webkit-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}

.social-icon-four li a:hover{
    color:#222222;
}
.inFormation-modal {
    margin-bottom: 25px;
}
.img-container-information {
    background-color: #E26515;
    padding: 15px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    color: #fff;
    border-radius: 15px;
}
.img-container-information h6 {
    font-size: 11px;
    margin-bottom: 0;
}
.img-container-information h5 {
    font-size: 22px;
}
.img-container-information img {
    max-width: 200px;
    margin-right: auto;
    margin-bottom: 30px;
}
.img-container-information p {
    text-align: start;
    font-size: 13px;
    color: #efefef;
}

.Accounts-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #ededed;
    cursor: pointer;
}
.Accounts-header .text h5 {
    font-weight: 600;
    font-size: 14px;
}
.Accounts-header.open {
    background-color: #f4f7fb;
}
.Accounts-header .Accounts-header-logo,
.Accounts-body .Accounts-header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 0 10px
}

.Accounts-body .Accounts-header-logo {
    margin-bottom: 15px;
}
.Accounts-body > p {
    padding: 0 10px;
}
.Accounts-header .Accounts-header-logo img,
.Accounts-body .Accounts-header-logo img {
    width: 50px;
    height: 50px;
    background-color: #ededed;
    padding: 10px;
    border-radius: 50%;
}

.Accounts-body .Accounts-header-logo img {
    background-color: #fff;
}

.Accounts-header .location,
.Accounts-body .location {
    font-weight: 600;
    font-size: 11px;
    margin-bottom: 0;
    padding: 0 10px;
}


.Accounts-header .location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 55px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.Accounts-header .location.arrow-icon {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}
.Accounts-header .location a {
    padding: 8px 11px;
    font-size: 14px;
    cursor: pointer;
    -webkit-margin-start: 7px;
    margin-inline-start: 7px;
    text-decoration: none;
    color: #333;
}
.Accounts-header .location a i {
    font-style: normal;
}
.Accounts-header .location a:hover {
    opacity: 0.7;
}

.Accounts-header .location a.open {
}

.Accounts-header.open .location a i.fa-chevron-down:before {
    content: "\f077";
}

.Accounts-header .Accounts-header-logo h6,
.Accounts-body .Accounts-header-logo h6 {
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 19px;
}

.Accounts-header .Accounts-header-logo p,
.Accounts-body .Accounts-header-logo p {
    font-size: 12px;
    color: #777;
    margin-bottom: 0;
}

.Accounts-body {
    padding: 10px 0;
    margin-bottom: 10px;
    display: none;
    line-height: 25px;
}

.Accounts-body label {
    display: block;
    font-size: 12px;
    color: #777;
    margin-bottom: 0;
}

.Accounts-body b {
    font-size: 12px;
    margin-bottom: 0;
}
.page-about .About-text{
    text-align: center;
    position: relative;
}
.page-about .About-text h4  {
    text-align: center;
    position: absolute;
    z-index: 1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    top: 36%;
    font-size: 60px;
    font-weight: 900;
    width: 100%;
}
.page-about .About-text .water-mark {
    position: relative;
    width: 90%;
    margin: auto;
    text-align: center;

}
.flex-about{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}
.cards-about {
    position: relative;
    padding: 35px 0 50px;
    margin-bottom: 0;
}
.cards-about::before {
    content: '';
    background-color: #de6015;
    width: 50%;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
}
.cards-about-header {
    padding: 0 25px;
    color: #fff;
    margin-bottom: 25px;
}
.cards-about-header h6 {
    font-size: 18px;
}
.cards-about-header p {
    font-size: 14px;
}

.about-vision-message {
    position: relative;
}
.about-vision-message::before {
    content: '';
    background-color: #f4f7fb;;
    width: 50%;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
}
.about-vision-message .about-vision-message-section {
    padding: 100px;
}
.about-vision-message .about-vision-message-section p {
    line-height: 27px;
}

.custom-modal .modal-dialog {
    -webkit-transform: translate(-50%,-50%) !important;
    -ms-transform: translate(-50%,-50%) !important;
    transform: translate(-50%,-50%) !important;
    position: absolute;
    left: 50%;
    top: 40%;
    width: 500px;
    max-width: 95%;
    display: -ms-grid;
    display: grid;
}
.custom-modal .modal-dialog .close-modal img {
    padding: 5px;
    width: 22px;
    margin-bottom: 5px;
    cursor: pointer;
}
.box-logo-number {
    text-align: center;
}
.box-logo-number img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #d9d9d9;
    background-color: #fff;
}
.box-logo-number h6 {
    font-weight: 600;
    font-size: 15px;
    margin: 13px 0 25px;
}
.box-phone-number {
    padding: 0 30px;
}
.box-phone-number .item-phone-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: #0064FE;
    padding: 10px 20px;
    border-bottom: 1px solid #ededed;

}
.box-phone-number .item-phone-number:hover {
    opacity: 0.8;
}
.box-phone-number .item-phone-number img {
    border-radius: 50%;
}
.box-phone-number .item-phone-number a {
    text-decoration: none;
    cursor: pointer;
    color: #0064FE;
}

.scroll-to-top {
    position: fixed;
    bottom: 10px;
    z-index: 99;
    margin: 10px 15px;
    background-color: #e26515;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 100%!important;
    display: none;
    cursor: pointer;
    left: 0;
}

.scroll-to-top.active {
    display: block
}

.scroll-to-top i {
    color: #fff;
    font-size: 1.3em;
    line-height: 38px;
}
.toast-wrapper {
    position: fixed;
    top: 70px;
    z-index: 999999;
}
.toast-wrapper .toast {
    width: 380px;
    max-width: 95%;
    overflow: hidden;
    background-color: rgba(255,255,255,0.85);
    border: 1px solid rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,0.1);
    opacity: 1;
    border-radius: 0.25rem;
    margin-bottom: 10px;
}
.toast-wrapper .toast .toast-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #666;
    background-color: rgb(255 255 255 / 97%);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.toast-wrapper .toast .toast-header.bg-success {
    background-color: #4CAF50 !important;
}
.toast-wrapper .toast .toast-header.bg-warning {
    background-color: #E26515 !important;
}
.toast-wrapper .toast .toast-header.bg-error {
    background-color: #e51c23 !important;
}
.toast-wrapper .toast .toast-header.bg-info {
    background-color: #0088ff !important;
}
.toast-wrapper .toast .toast-body {
    padding: 0.75rem;
    font-size: 16px;
}
.toast-wrapper .toast .toast-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.toast-wrapper .toast .toast-header strong{
    color: #fff;
    font-weight: 500;
}
.toast-wrapper .toast .toast-header .close {
    opacity: 0.9;
}
.toast-wrapper .toast .toast-header .close i{
    font-size: 13px;
}
.toast-wrapper .toast .toast-header .close img{
    width: 14px;
}

/* /==================== =================/ */
.widget .title {
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2e566e;
    margin-bottom: 40px;
}

.right_blog .widget ul {
    color: #778790;
    text-transform: uppercase;
    padding: 0;
    margin-top: 10px;
}
.right_blog .fa-ul>li {
    padding: 5px;
}
.right_blog .fa-ul>li i {
    width: 17px;
}
.right_blog .widget ul a {
    color: #778790;
}

.popular-posts .post {
    margin-bottom: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 5px;
}

.popular-posts img {
    float: right;
}

.popular-posts .content {

}

.popular-posts .content h6 {
    font-size: 14px;
    line-height: 18px;
    color: #778790;
    text-transform: none;
    margin-bottom: 0;
    font-weight: 500;
}

.popular-posts .content h6 a {
    color: #778790;
}

.popular-posts .content .date {
    font-size: 12px;
    line-height: 18px;
    color: #778790;
}
.addtion-details {
    background-color: #f7f7f7;
    padding: 30px 0;
    margin: 30px 0;
}
.empty-result {
    height: 400px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.empty-result img {
    margin-bottom: 20px;
    width: 175px;
}
.empty-result h6 {
    font-weight: 600;
    font-size: 16px;
}
.empty-result p {
    width: 300px;
    max-width: 100%;
}
.sidebar-cta button {
    border: 1px solid #991218;
    background-color: #991218;
    min-width: 133px;
    display: inline-block;
    padding: 9px;
    text-align: center;
    color: #fff;
}
.blog_nav {
    border: none;
    margin-bottom: 25px;
    padding: 0;
}

.blog_nav li {
    float: right;
}

.blog_nav li a {
    border: 1px solid #f3f3f3;
    margin-right: 2px;
    background: #f3f3f3;
    border-radius: 13px;
}

.blog_nav > li.active > a,
.blog_nav > li.active > a:focus,
.blog_nav > li.active > a:hover {
    background: #b92a25;
}


.blog-list .blog-post {
    margin-bottom: 56px;
}

.blog-list .blog-post .title {
    font-size: 24px;
    line-height: 26px;
    color: #b92a25;
}

.blog-list .blog-post .title a {
    color: #b92a25;
}

.blog-list .blog-post .image {
    width: 456px;
    height: 350px;
    float: right;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

.blog-list .blog-post .image:hover {
    opacity: 0.74;
}

.blog-list .blog-post .video {
    width: 456px;
    height: 350px;
    float: right;
    background: #e8eef2;
}

.blog-list .blog-post .video .embed-responsive {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-list .blog-post.quote-post .quote {
    font-family: "Droid Serif", serif;
    width: 456px;
    height: auto;
    float: left;
    background: #e8eef2;
    color: #2e566e;
    font-size: 18px;
    font-style: italic;
    line-height: 30px;
    padding: 32px 44px;
    padding-left: 62px;
    position: relative;
}

.blog-list .blog-post.quote-post .quote:before {
    font-family: Oswald, sans-serif;
    content: "“";
    position: absolute;
    top: 22px;
    left: 20px;
    font-size: 46px;
    line-height: 50px;
    color: #0074e1;
}

.blog-list .blog-post .content {
    border: 1px solid #ebebeb;
    border-left: none;
    padding: 40px 32px;
    padding-right: 23px;
    font-size: 14px;
    line-height: 24px;
    color: #778790;
    position: relative;
    margin-right: 456px;
    height: 350px;
    background: #f6f6f6;
}

.blog-list .blog-post.quote-post .content {
    height: auto;
}

.blog-list .blog-post .content p {
    margin-bottom: 15px;
}

.blog-list .blog-post .content .meta {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 10px;
}

.blog-list .blog-post .content .meta span {
    display: block;
}

.blog-list .blog-post .content .meta span i {
    margin-left: 6px;
    color: #b92a25;
}

.blog-list .blog-post .content .button {
    position: static;
    bottom: 23px;
    right: 23px;
    font-size: 12px;
    font-weight: 300;
    padding: 0 16px;
    line-height: 30px;
}

.blog-list .blog-post.quote-post .content .button {
    bottom: 40px;
}

@media all and (max-width: 1200px) {
    .blog-list .blog-post .image {
        width: 100%;
        float: none;
    }

    .blog-list .blog-post .content {
        margin-right: 0;
        height: auto;
        border-right: 1px solid #ebebeb;
        border-top: none;
    }

    .blog-list .blog-post .video {
        height: auto;
        width: 100%;
        float: none;
    }

    .blog-list .blog-post .video .embed-responsive {
        position: static;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .blog-list .blog-post.quote-post .quote {
        width: 100%;
        height: auto;
        float: none;
    }
}

.single-blog-post .blog-post .title {
    font-size: 24px;
    line-height: 21px;
    color: #b92a25;
    margin-bottom: 20px;
}

.single-blog-post .blog-post .title a {
    color: #b92a25;
}

.single-blog-post .blog-post .image {
    margin-bottom: 30px;
}

.single-blog-post .blog-post .content {
    font-size: 14px;
    line-height: 24px;
    color: #778790;
}

.single-blog-post .blog-post .content h5 {
    line-height: 30px;
    margin-bottom: 24px;
    color: #2e566e;
}

.single-blog-post .blog-post .meta {
    font-size: 14px;
    line-height: 24px;
    color: #778790;
}

.single-blog-post .blog-post .meta span {
    display: block;
}

.single-blog-post .blog-post .meta span i {
    margin-right: 6px;
}

.blog-post .about-author {
    background: #ebf7fd;
    padding: 28px 38px;
    margin-top: 12px;
    color: #778790;
    font-size: 14px;
    line-height: 21px;
}

.blog-post .about-author img {
    display: inline-block;
    width: 82px;
    height: 82px;
    border-radius: 100%;
}

.blog-post .about-author h6 {
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    color: #2e566e;
}

.blog-post .about-author p {
    margin-bottom: 0;
}

@media all and (max-width: 1200px) {
    .single-blog-post .blog-post .meta {
        margin-bottom: 24px;
    }

    .blog-post .about-author img {
        margin-bottom: 24px;
    }
}

.comments {
    margin-bottom: 20px;
}

.comments > h4 {
    color: #000;
    margin-bottom: 24px;
    font-weight: 500;
}

.comment {
    margin-bottom: 20px;
    margin-top: 15px;
    border: 1px solid #eee;
    padding: 10px;
    background: #f9f9f9;
}

.comment h4 {
    color: #000;
    display: inline-block;
}

.comment span {
    float: left;
}

.comment a.small {
    padding-right: 5px;
    float: left;
}

.comment p {
    font-size: 16px;
    color: #000;
}

.comment .comment {
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 100px;
}

.comment .image {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    float: left;
    overflow: hidden;
}

.comment .content {
    margin-left: 52px;
    background: #f3f8fa;
    padding: 24px;
    color: #778790;
    font-size: 14px;
    line-height: 21px;
    position: relative;
}

.comment .content p {
    margin-bottom: 6px;
}

.comment .content .reply {
    position: absolute;
    right: 12px;
    bottom: 12px;
    color: #2e566e;
}

.leave-reply {
    margin-top: 60px;
}

.leave-reply > h4 {
    color: #2e566e;
    margin-bottom: 24px;
    font-weight: 500;
}

.leave-reply .button {
    line-height: 36px;
    padding: 0 50px;
    font-size: 14px;
    font-weight: 400;
}

@media all and (max-width: 1200px) {
    .comment .comment {
        margin-left: 52px;
    }
}

.link-box {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-transform: uppercase;
    text-align: center;
    margin-top: 24px;
}

.link-box a {
    color: #fff;
}

.link-box .overlay {
    padding: 44px 0;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

.link-box.blue .overlay {
    background: rgba(86, 132, 175, 0.68);
}

.link-box.blue .overlay:hover {
    background: rgba(86, 132, 175, 0.51);
}

.link-box.green .overlay {
    background: rgba(110, 158, 80, 0.68);
}

.link-box.green .overlay:hover {
    background: rgba(110, 158, 80, 0.51);
}

.link-box.yellow .overlay {
    background: rgba(200, 184, 78, 0.68);
}

.link-box.yellow .overlay:hover {
    background: rgba(200, 184, 78, 0.51);
}

.link-box .overlay span {
    display: block;
    font-weight: 300;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 4px;
}

.link-box .overlay h2 {
    line-height: 48px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding: 0 6px;
    font-weight: 700;
    margin-bottom: 0;
}

.car-types .car {
    width: 11.11%;
    float: left;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1px;
    border-right: 1px solid #376078;
}

/* -------------------------------------------------------------------------- */

.partners.our-partners {
    line-height: 33px;
    font-weight: 600;
    font-size: 16px;
    color: #2C3E50;
}

.partners.our-partners .image {
    width: 200px;
    height: 200px;
    margin: 5px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    -webkit-box-shadow: 0px 6px 4px #E26515;
    box-shadow: 0px 6px 4px #E26515;
    position: relative;
    top: -20px;
}

.partners.our-partners .section-partner {
    padding:20px  0;
}

/* -------------------------------------------------------------------------------- */
.thanks-page-card {
    border: 1px solid #e7dddd;
    border-radius: 10px 0 10px 10px;
    width: 630px;
    padding-bottom: 10px;
    margin: auto;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 14px -6px gray;
    box-shadow: 0px 0px 14px -6px gray;
    margin-top: 100px;
}

.thanks-page-card b {
    font-size: 16px;
}

.thanks-page-card .card-header {
    background-color: #06C6B1;
    color: #fff;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.thanks-page-card .card-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 26px;
    padding-bottom: 10px;
}

.thanks-page-card .card-content b {
    /* background-color: #721C24; */
}

.thanks-page-card .card-content b.success-text {
    color: #06C6B1 !important;
}

.thanks-page-card .card-content b a {
    color: #000;
}

.thanks-page-card .card-content b.success-text a {
    color: #fff;
    text-decoration: underline;
}

.thanks-page-card .card-content .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}

.thanks-page-card .card-content .buttons button {
    color: #272829;
    margin: 0px 7px;
    width: 106px;
}

.thanks-page-card .card-header.failed {
    background-color: #B00201 !important;
}

.thanks-page-card:has(.card-header.failed) .card-content {
    /* margin: 0 50px;
  background-color: #0062C4 !important; */
}

.modal-id .send-otp,
.modal-id .confirm-otp {
    max-width: 320px;
    margin: auto;
}
.modal-id .send-otp b,
.modal-id .confirm-otp b {
    text-align: center;
    display: block;
    color: #2C3E50;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}
.modal-id .send-otp p,
.modal-id .confirm-otp p {
    text-align: center;
    color: #727B85;
    font-size: 14px;
}
.modal-id .send-otp .form-input,
.modal-id .confirm-otp .form-input {
    margin-top: 12px;
    margin-bottom: 23px;
    position: relative;
}
.modal-id .send-otp .form-input .error-nationalID {
    position: absolute;
    right: 5px;
    bottom: -4px;
    background-color: transparent;
    color: #C70039 !important;
    font: normal normal normal 10px/52px;
    font-size: 11px !important;
    height: 22px;
    font-weight: bold;
}

.modal-id .send-otp .form-input label,
.modal-id .confirm-otp .form-input label {
    color: #2C3E50;
    font-size: 12px;
}
.modal-id .send-otp .form-check-conditions,
.modal-id .confirm-otp .form-check-conditions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
}
.modal-id .send-otp .form-check-conditions input,
.modal-id .confirm-otp .form-check-conditions input {
    float: unset;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    width: 17px;
    height: 17px;
}
.modal-id .send-otp .form-check-conditions label,
.modal-id .send-otp .form-check-conditions p,
.modal-id .confirm-otp .form-check-conditions label,
.modal-id .confirm-otp .form-check-conditions p {
    text-align: justify;
    font-size: 10px;
    color: #2C3E50;
}
.modal-id .send-otp .form-check-conditions label a,
.modal-id .send-otp .form-check-conditions p a,
.modal-id .confirm-otp .form-check-conditions label a,
.modal-id .confirm-otp .form-check-conditions p a {
    color: #0058AF;
}
.form-check-conditions {
    position: relative;
}
.form-check-conditions .tooltip {
    top: -25px !important;
    left: unset !important;
    right: -20px !important;
}
.modal-id .send-otp .tooltip-inner {
    --bs-tooltip-bg: #dc3545 !important;
    background-color: #dc3545 !important;
}

.modal-id .confirm-otp .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5rem;
}
.modal-id .confirm-otp .form-input .inputfield {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.modal-id .confirm-otp .form-input .inputfield .input {
    height: 2em;
    width: 3em;
    border: 2px solid #dad9df;
    outline: none;
    text-align: center;
    font-size: 1.5em;
    border-radius: 0.3em;
    background-color: #ffffff;
    outline: none;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -ms-border-radius: 0.3em;
    -o-border-radius: 0.3em;
}

.modal-id .confirm-otp .form-input .inputfield .input.is-valid {
    border-color: #198754;
}

.modal-id .confirm-otp .form-input .inputfield .input.is-invalid {
    border-color: #dc3545;
}

.modal-id .confirm-otp .form-input .inputfield input[type=number]::-webkit-outer-spin-button,
.modal-id .confirm-otp .form-input .inputfield input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.modal-id .confirm-otp span {
    font-size: 12px;
}
.modal-id .confirm-otp span a {
    color: #00A1AB;
}
.wizard #wizardTabContent .tab-content section .section-body .container .row {
    padding: 0;
    margin: 0;
}

.wizard #wizardTabContent .tab-content section .section-body .container .row:has(.no-data-found){
    /* background-color: red; */
    background-image: url(../assets/bg-images/check.png);
    background-repeat: no-repeat;
    background-position: center;

}

/* .wizard #wizardTabContent .tab-content section .section-body .container .form-filters-offers .data{
    display: none;
} */

.wizard #wizardTabContent .tab-content section .section-body .container .form-filters-offers div {
    background-color: #F5F7F9 !important;
    border-radius: 4px;
    /*height: 72px;
  */position: relative;
    /*z-index: 9999; */
    padding: .4rem .2rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.modal-id .form-check-input[type=checkbox]:checked::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    width: 100%;
    height: 100%;
    background-color: #06C6B1 !important;
    border-color: #06C6B1 !important;
    font-weight: 900;
    text-align: center;
    line-height: 19px;
    color: #fff;
    font-size: 10px;
    border-radius: inherit;
    position: absolute;
    border-radius: 2px;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    -ms-border-radius: inherit;
    -o-border-radius: inherit;
}
.modal-id .title-img-box {
    margin: 0 auto 20px;
    text-align: center;
    display: block;
    width: 90px;
}
.modal-id .btn-next-tab {
    border: none;
    padding: 10px;
    width: calc(100% - 100px);
    margin: 15px auto 5px;
    display: block;
    border-radius: 5px;
    background-color: #e26515;
    color: #fff;
}
.error-message-container.error-empty {
    position: relative;
}
.error-message-container.error-empty:before {
    position: absolute;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: '\f057';
    padding: 7px;
    color: #af0000;
}
.error-message-container.error-empty input {
    border-color: #af0000;
    padding: 4px 25px;
}
.error-message-container.sucsess-empty:before  {
    position: absolute;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    padding: 7px;
    content: '\f00c';
    color: #198754;
}
.error-message-container.sucsess-empty input {
    border-color: #198754;
    padding: 4px 25px;
}
.error-message {
    color: #af0000;
    font-size: 13px;
}
.confirmation-code .digit.sucsess-input {
    border-color: #198754 !important;
}
.confirmation-code .digit.requied-input {
    border-color: #af0000 !important;
}
@media (max-width: 768px) {
    .partners.our-partners .image {
        width: 150px;
        height: 150px;
        top: 0px;
        margin-bottom: 15px;
    }
    .partners.our-partners .section-partner {
        padding: 20px 0;
        font-size: 13px;
        text-align: center;
    }
}
.sucess-NID {
    position: relative;
    z-index: 555;
}
.sucess-NID-content img {
    width: 300px;

}
#conditions-error {
    display: none !important;
}
#cuNID-error {
    color: #C70039 !important;
    font-size: 11px !important;
    font-family: 'Changa-Regular' !important;
    font-weight: 300;
}
.form-icon-trailing {
    position: relative;
    overflow: unset!important;
}
.form-icon-trailing#formCheckCheck:after {
    content:"";
    border:1px solid #dc3545;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.form-icon-trailing.is-invalid#formCheckCheck {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 3px;
}
.form-icon-trailing.is-invalid#formCheckCheck:after {
    display: block;
}
.home-banner-img {
    float: left;
}

.load-more-btn:focus , .load-more-btn:active{
    outline: none !important;
}
.custom-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 3px;
    margin: 10px;
}
.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    -webkit-transition: background-position .15s ease-in-out;
    -o-transition: background-position .15s ease-in-out;
    transition: background-position .15s ease-in-out;
}
.form-check .form-check-input {
    float: right;
    min-width: 20px !important;
    min-height: 20px !important;
    margin: 3px;
    cursor: pointer;
}
.custom-switch .form-check-input[type=checkbox] {
    width: 70px !important;
    height: 43px !important;
    background-color: #F2F2F2 !important;
    border-color: #F2F2F2 !important;
    background-image: url(../images/light-toggle.svg);
    background-position: left center;
    cursor: pointer;
}
.language-btn {
    text-decoration: none;
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #F2F2F2;
    border-radius: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 9px;
    margin: 10px;
    border: 0;
}
.language-btn >img:first-child {
    max-height: 30px;
}
.language-dropdown-menu {
    width: 250px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 9px 40px 0px rgba(0, 0, 0, 0.105);
    box-shadow: 0px 9px 40px 0px rgba(0, 0, 0, 0.105);
    border: 0;
    padding: 0;
    background: #fff !important;
}
.nav-task-header {
    font-size: 15px;
    padding: 15px 10px;
    color: #404040;
}
.nav-task-header.language {
    border-bottom: 1px solid #F0F0F0;
}
.nav-task-body-name.english {
    font-family: system-ui;
}
.nav-task-body-name img {
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    border-radius: 7px;
    max-height: 35px;
}
.nav-task-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 15px;
    cursor: pointer;
    text-decoration: none;
    color: #333;
}
.nav-task-body a {
    width: 100%;
}
.nav-task-body:hover {
    background: #dde0e4;
    color: #333;
    text-decoration: none;
}

.custom-switch .form-check-input[type=checkbox]:focus {
    outline: none;
}
.used-cars-color-box-details-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
    margin-bottom: 40px;
}
.used-cars-box-details {
    position: relative;
    padding-top: 40px;
}
.used-cars-box-details .card-used-label {
    font-size: 18px;
    width: 115px;
    height: 40px;
}
.used-cars-color-container {
    border: 1px solid;
    text-align: center;
    height: 35px;
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border-radius: 3px;
    padding-right: 20px;
}
.used-cars-color-box-details h6 {
    color: #727b85;
}
.used-cars-color-container span {
    width: 30px;
    height: 100%;
    position: absolute;
    right: 0;
}
.dealers-range-head {
    color: #999;
    font-size: 14px;
    position: relative;
}
.dealers-range-head:hover , .dealers-range-head:focus {
    text-decoration: none;
    color: #999;
    outline: 0;
}

.dealers-range-head .caret {
    position: absolute;
    left: -10px;
    top: 3px;
}
.dealers-range-head.collapsed .caret {
    top: 11px;
}
.dealer-buttons-container {
    border: 1px solid #e26515;
    width: 80%;
    margin: 35px auto 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
}
.dealer-filer-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: transparent;
    width: 39%;
    text-align: center;
    padding: 0;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0;
    border-left: 1px solid #e26515;
    font-size: 13px;
}
.dealer-filer-button:last-of-type {
    border-left: 0;
}
.dealer-filer-button.selected {
    background: #e26515;
    color: #fff;
}
.dealer-filer-button:focus, .dealer-filer-button:focus-visible {
    outline: 0 !important;
}



.landing-header {
    height: calc(100vh - 58px);
    background: url(../../../landingPage/assets/images/bg-images/header-bg-ar.webp) no-repeat center center;
    background-size: cover;
    position: relative;
}

.landing-btn {
    color: #fff !important;
    position: absolute;
    bottom: 165px;
    right: 140px;
    width: 235px;
    height: 76px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #EA832F;
    border-color: #EA832F;
    font-size: 20px;
    font-family: TajawalRegular !important;
}

.block2-container {
    width: 80%;
    margin: auto;
}


@font-face {
    font-family: TajawalExtraLight ;
    src: url(../../../FundingRequests/css/Tajawal/Tajawal-ExtraLight.ttf);
}

@font-face {
    font-family: TajawalLight ;
    src: url(../../../FundingRequests/css/Tajawal/Tajawal-Light.ttf);
}
@font-face {
    font-family: TajawalRegular ;
    src: url(../../../FundingRequests/css/Tajawal/Tajawal-Regular.ttf);
}
@font-face {
    font-family: TajawalMedium ;
    src: url(../../../FundingRequests/css/Tajawal/Tajawal-Medium.ttf);
}

@font-face {
    font-family: TajawalBold ;
    src: url(../../../FundingRequests/css/Tajawal/Tajawal-Bold.ttf);
}
@font-face {
    font-family: TajawalExtraBold ;
    src: url(../../../FundingRequests/css/Tajawal/Tajawal-ExtraBold.ttf);
}

.block2 {
    background: #F9F9F9;
    padding: 50px 0;
}
.block2-head {
    font-family: TajawalBold !important;
    font-size: 32px;
    margin-bottom: 35px;
}

.block2-head span {
    font-family: TajawalBold !important;
    color: #A92128;
}

.block2-content {
    font-size: 20px;
    font-family: TajawalMedium !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    margin: 20px 0;
    gap: 10px;
}
.block2-content span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    min-width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #E9802B;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: .8em;
}
.privacy-link {
    font-family: TajawalMedium !important;
    font-size: 20px;
    color: #A92128;
}
.privacy-link button {
    color: #0066FF;
    text-decoration: underline;
    background: transparent;
    border: 0;
}
.block3 .card {
    border: unset;
    opacity: 0.5;
}
.block3 .card:hover {
    opacity: 1;
}
.block3 .card .img {
    width: 176px;
    height: 92px;
}

.block3 .card .img img {
    width: 100%;
    height: 100%;
}

.block3-container {
    overflow: hidden;
    padding: 10px 50px;
}

.block3-head {
    font-family: TajawalBold !important;
    font-size: 32px;
    margin-bottom: 35px;
    text-align: center;
    padding: 50px 0 0;
}

.block4 .Mobile-app-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    background: #F9F9F9;
    border-radius: 15px;
    padding: 70px 50px;
    margin: 200px auto;
}
.block4 .Mobile-app-container .Mobile-app-img {
    position: relative;
    height: 200px;
    width: 300px;
}
.block4 .Mobile-app-container .Mobile-app-img img {
    position: absolute;
    bottom: -100px;
    right: 0;
    max-width: 100%;
    -webkit-box-shadow: 0 0 8px rgb(197 222 255 / 71%);
    box-shadow: 0 0 8px rgb(197 222 255 / 71%);
    border-radius: 35px;
}
.block4 .Mobile-app-content h4{
    font-size: 44px;
    color: #A92128;
    font-family: TajawalBold !important;
}
.mobile-app-btn {
    color: #fff !important;
    width: 235px;
    height: 76px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #EA832F;
    border-color: #EA832F;
    font-size: 20px;
    font-family: TajawalRegular !important;
    margin-top: 60px;
}

.privacy-iframe {
    width: 800px;
    height: 600px;
}


.landing-page-modal .modal-dialog{
    width: 800px;
}
.landing-page-modal .modal-footer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.privacy-modal-close-btn {
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    -webkit-margin-start: auto !important;
    margin-inline-start: auto !important;
    background: transparent;
    font-size: 17px;
    font-family: 'TajawalBold' !important;
}
.privacy-modal-accept-btn {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background-color: #EA832F;
    border-color: #EA832F;
    font-size: 16px;
    color: #fff !important;
    padding: 7px 17px;
}

.block2 .landing-btn{
    display: none;
}

.landing-page-head {
    font-size: 24px;
    color: #A92228;
    width: 76%;
    font-family: 'TajawalBold' !important;
    margin-bottom: 20px;
}
.landing-page-content {
    font-size: 18px;
    color: #A92228;
    font-family: 'TajawalBold' !important;
}
.landing-page-modal ul {
    font-family: 'TajawalMedium' !important;
    color: #6B6B6B;
    margin-bottom: 20px;
}

.landing-page-modal .modal-body {
    max-height: 725px;
    overflow: scroll;
}
@media (max-width: 1600px) {
    .landing-page-modal .modal-body {
        max-height: 530px;
    }
}
@media (max-width: 1500px) {
    .landing-header {
        height: calc(80vh - 58px);
    }
    .landing-btn {
        bottom: 15%;
    }
}
@media (max-width: 1200px) {
    .landing-header {
        height: calc(65vh - 58px);
    }
    .block4 .Mobile-app-content h4 {
        font-size: 35px;
    }


}
@media (max-width: 767px) {
    .landing-header {
        background: url(../../../landingPage/assets/images/bg-images/header-bg-mobile-ar.webp) no-repeat center center;
        background-size: cover;
        height: 100vh;
    }
    .landing-btn {
        display: none;
    }
    .block2 .landing-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: static;
        width: 100%;
        margin: 20px auto;
        height: 60px;
    }

    .block2-head {
        font-size: 25px;
        text-align: center;
    }
    .block2-content {
        font-size: 17px;
    }

    .privacy-iframe {
        width: 100%;
        height: 355px;
    }
    .landing-page-modal .modal-dialog {
        width: inherit;
    }
    .block3-head {
        font-size: 24px;
        margin-bottom: 20px;
        padding: 30px 0 0;
    }
    .block4 .Mobile-app-container {
        display: none;
    }
}

@media (max-width: 576px) {
    .landing-header {
        height: 110vw;
    }
    .landing-page-head {
        font-size: 4vw;
        width: 100%;
    }
    .landing-page-content {
        font-size: 3.5vw;
    }
    .landing-page-modal ul {
        font-size: 3vw;
    }
    .block2 {
        padding: 10px 0;
    }
    .block2-container {
        width: 100%;
    }
    .block2-head {
        font-size: 4.2vw;
    }
    .block2-content {
        font-size: 3.5vw;
    }
    .block2-content span {
        min-width: 5vw;
        height: 5vw;
    }
    .privacy-link {
        font-size: 4vw;
    }
    .block3 .card .img {
        width: 35vw;
        height: 25vw;
    }
    .block3-container {
        overflow: hidden;
        padding: 10px 0;
    }
}

.price.fixed-height {
    margin-bottom: 61px;
}




