/**
* Template Name: Carti - v1.0
* Author: Carti
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
    --blue: #01abec;
    --blue-dark: #283593;
    --gray: #455a64;
    --light-gray: #788f9b;
    --for-sale: #880e4f;
    --for-rent: #546e7a;
    --insurance: #2e7d32;
}


body {
    font-family: 'Tajawal', sans-serif;
    color: #444;
}

a {
    color: #4fa6d5;
}

a:hover {
    color: #45beff;
    text-decoration: none;
}

.cl-for-sale {
    color: var(--for-sale);
}

.cl-for-rent {
    color: var(--for-rent);
}

.cl-insurance {
    color: var(--insurance);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    height: 300px;
    /* z-index: 997; */
    background: url(../../assets/img/main-bg.svg) no-repeat center,linear-gradient(
        170deg
        , var(--blue) 0%, #283592 30%, var(--blue) 70%, #ffffff 100%);
}

.inner-page #header {
    background: linear-gradient(
        170deg
        , var(--blue) 0%, #283592 30%, var(--blue) 70%, #ffffff 100%);
}

#header .main-menu {
    background: #fff;
    height: 110px;
}

#header .logo {
    padding: 19px 0
}


#header .logo img {
    padding: 0;
    margin: 0;
}

#main {
    margin-top: 80px;
}

.hero-bg {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -25px;
    text-align: center;
}

.language-switcher li a {
    color: #fff;
    padding: 10px 0;
    display: inline-block;
}

.fixed-header {
    animation-duration: 0.5s;
    transition: 0.5s;
}

.fixed-header.fixed-top {
    animation-name: stickySlideDown;
    transition: none;
}



#header .fixed-header.fixed-top .main-menu .logo {
    padding: 7px 0;
}

.fixed-header.fixed-top .nav-menu .add-with-carti-btn {
    padding: 28px 15px;
}

.fixed-header.fixed-top .nav-menu > ul > li {
    padding: 35px 15px 25px 15px;
}

.fixed-header.fixed-top .nav-menu > ul > li.profile-dropdown {
    padding: 23px 15px 15px 15px;
}

.fixed-header.fixed-top .nav-menu > ul > li.alerts-btn {
    padding: 35px 15px 15px 15px;
}

.fixed-header.fixed-top .profile-dropdown.drop-down:hover > ul {
    top: calc(100% - 15px);
}

#header .fixed-header.fixed-top .main-menu {
    height:86px;
}

@keyframes stickySlideDown {
    0% {
        opacity: 0.7;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



.fixed-header.fixed-top {
    box-shadow: 0 20.8px 20.8px 0 rgb(0 0 0 / 10%);
    background: #03abeb;
}

.switch-country{
    width: 55px;
    float: left;
    margin-top: 5px;
}
.switch-country .dropdown-menu{
    min-width: 210px;
}
.switch-country .dropdown-toggle::after{
    vertical-align: middle;
}
.switch-country .dropdown-menu li{
    padding: 10px 5px 0 10px;
}
.switch-country .dropdown-menu li a{
    color: #000;
}
.switch-country .dropdown-menu li a img{
    width: 25px;
    margin: 0 5px 5px 0;
}
.fixed-top .logo-1 {
    display: none;
}

.logo-2 {
    display: none;
}

.fixed-top span.logo-2 {
    display: block;
    padding: 18px 0;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu > ul > li {
    position: relative;
    white-space: nowrap;
    float: left;
    border-bottom: 4px solid transparent;
    padding: 49px 15px 35px 15px;
}


.nav-menu .add-with-carti-btn a {
    background: var(--blue-dark);
    color: #fff;
    border-radius: 15px;
    padding: 9px 15px 3px;
    line-height: 1;
}

.nav-menu .add-with-carti-btn a:hover {
    color: #fff;
}

.nav-menu .add-with-carti-btn {
    margin: 0 20px;
    padding: 40px 15px;
    border-bottom: 0;
}


.nav-menu .add-with-carti-btn a span {
    padding: 0 0 0 5px;
}

.nav-menu > ul > li.active {
    border-bottom: 4px solid var(--blue);
}

#SearchParameters.show {
    display: block!important;
}

.nav-menu a {
    display: block;
    position: relative;
    color: var(--blue-dark);
    transition: 0.3s;
    font-size: 18px;
    font-family: 'Tajawal', sans-serif;
    line-height: initial;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    color: var(--blue);
    text-decoration: none;
    /* border-bottom: 4px solid var(--blue); */
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% - 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
}

.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #1c3745;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
    color: #68A4C4;
}

.nav-menu .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down > a {
    padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
}

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }
    .nav-menu .drop-down .drop-down:hover > ul {
        left: -100%;
    }
    .nav-menu .drop-down .drop-down > a:after {
        content: "\ea9d";
    }
}

/* Mobile Navigation */
.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: #1e4356;
    transition: 0.4s;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #ddecf5;
    padding: 10px 20px;
    font-weight: 500;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
    color: #a2cce3;
    text-decoration: none;
}

.mobile-nav .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
    top: 20px;
}

.mobile-nav .active.drop-down > a:after {
    content: "\eaa0";
}

.mobile-nav .drop-down > a {
    padding-right: 35px;
    padding-left: 0;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li,
.mobile-nav .drop-down li a {
    padding-left: 0;
}

.mobile-nav .profile-dropdown.drop-down:hover > ul {
    background: transparent;
}
.mobile-nav-toggle {
    position: absolute;
    right: 15px;
    top: 75px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.modal {
    z-index: 9999;
}

.mobile-nav-toggle i {
    color: #000;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(30, 67, 86, 0.9);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}


/*--------------------------------------------------------------
# Main Categories
--------------------------------------------------------------*/
.categories {
    padding-bottom: 20px;
    padding: 0;
    margin-top: -150px;
    position: relative;
    /* z-index: 999; */
}

.categories a {
    display: block;
    width: 100%;
}

.categories .row {
    position: relative;
    z-index: 1;
}

/* .categories .container:after {
    content: "";
    position: absolute;
    background: #fff;
    border-radius: 90% 57% 40px 50px / 90% 100% 30px 40px;
    height: 80px;
    width: 1145px;
    top: 20px;
} */

.categories .icon-box {
    padding: 24px 30px;
    position: relative;
    overflow: hidden;
    margin: 0 auto 40px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
    text-align: center;
    border: 1px solid #fff;
    width: 230px;
}

.categories .icon {
    margin: 10px auto 10px auto;
}

.categories .title {
    font-weight: bold;
    font-size: 20px;
    margin: 0;
}

.categories .icon-box.for-sale .title {
    color: var(--for-sale);
}

.categories .icon-box.for-rent .title {
    color: var(--for-rent);
}

.categories .icon-box.for-insurance .title {
    color: var(--insurance);
}

/*--------------------------------------------------------------
# Latest Ads
--------------------------------------------------------------*/

.latest-ads h2 {
    font-size: 34px;
    font-weight: bold;
    color: #283592;
}

.latest-ads .view-all-ads {
    color: #283592;
    font-size: 20px;
}

.adv-box .adv-box-meta {
    top:0;
    z-index: 1;
}
.swiper-slide{
    text-align: center;
}
.adv-box {
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}

.adv-box .swiper-slide {
    height: 170px
}

.adv-box-top {
    position: absolute;
    top: 0;
    width: 100%;
}

.adv-box-img {
    min-height: 170px;
    background-color: #FFFFFF;
    border-top-right-radius: 10px;
}

.adv-box-img img {
    object-fit: cover;
    min-height: 170px;
    display: block;
    margin: 0 auto;

}

.adv-box .adv-box-meta .adv-box-date {
    box-shadow: 0 7.1px 7.1px 0 rgb(0 0 0 / 10%);
    padding: 8px 8px 8px 10px;
    border-radius: 0 0 0 15px;
    color: var(--light-gray);
    line-height: 22px;
    height: 32px;
    float: left;
    font-size: 10px;
    background-color: #ffffff;
}

.adv-box .adv-box-meta .adv-box-fav {
    padding: 4px 8px;
    box-shadow: 0 6px 6px 0 rgb(0 0 0 / 10%);
    border-radius: 0 0 15px 0;
    background-color: #ffffff;
}

.dealer-list .adv-box .adv-box-meta .adv-box-fav {
    padding: 4px 13px 4px 13px;
}

.adv-box .category-type-label {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5.7px 8.1px 7.6px 11.6px;
    box-shadow: 0 6.6px 6.6px 0 rgb(0 0 0 / 10%);
    background-color: #ffffff;
    border-radius: 0 0 0 15px;
    font-size: 13px;
    line-height: 24px;
    text-transform: capitalize;
    height: 32px;
    z-index: 1;
}

.adv-box .category-type-label.for-sale {
    color: var(--for-sale);
}

.adv-box .category-type-label.for-rent {
    color: var(--for-rent);
}

.adv-box .category-type-label.for-insurance {
    color: var(--insurance);
}

.adv-box .adv-box-content .title a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: var(--gray);
    display: block;
}

.adv-box .bottom-meta .price {
    color: var(--blue);
}

.adv-box .bottom-meta span {
    margin-bottom: -10px;
    display: block;
}

.adv-box .location a {
    color: var(--gray);
    font-size: 16px;
}

.adv-box .location {
    display: none;
}

.grid-view-items .adv-box .location {
    display: block;
    margin-bottom: 14px;
}

.grid-view-items .adv-box .adv-box-content .title a {
    color: var(--gray);
    font-weight: 300;
    font-size: 24px;
}

.adv-box .bottom-meta .category {
    color: var(--gray);
    font-size: 14px;
}

.adv-box-content {
    border-radius: 15px;
    background: rgb(255 255 255 / 90%);
    box-shadow: 0 5.4px 5.4px 0 rgb(0 0 0 / 10%);
    padding: 10px;
    margin-top: -30px;
    position: relative;
    z-index: 1;
}

.col-md-6.grid-view-items {
    flex: unset;
    max-width: 100%;
    width: 100%;
    display: block !important;
}

.grid-view-items .adv-box-img {
    width: 30%;
    float: left;
}

.grid-view-items .adv-box {
    border-radius: 10px;
    box-shadow: 0 10px 10px 0 rgb(0 0 0 / 5%);
    padding: 0;
}

.grid-view-items .adv-box-top {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.grid-view-items .adv-box .adv-box-meta {
    position: relative !important;
}

.grid-view-items .adv-box-content {
    margin-top: 15px;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
}

.grid-view-items .bottom-meta {
    padding: 9px 10px 12px 15px;
    box-shadow: 0 -9.4px 9.4px 0 rgb(0 0 0 / 10%);
    background-color: #ffffff;
    border-radius: 10px 0 0 0;
}


.grid-view-items .adv-box-inner-wrapper {
    padding: 0 0 0 30px;
}

.grid-view-items  .adv-box .category-type-label {
    position: relative;
}

.grid-view-items .adv-box-inner-wrapper {
    float: left;
    width: 70%;
}

.similar-ads .adv-box .category-type-label,
.similar-ads .adv-box .adv-box-meta .adv-box-date {
    font-size: 14px;
    line-height: 20px;
    height: 30px;
}

.similar-ads .adv-box .adv-box-content .title a,
.similar-ads .adv-box .bottom-meta .category,
.similar-ads .adv-box .bottom-meta .price {
    font-size: 16px;
}

.similar-ads .adv-box .adv-box-meta .adv-box-fav {
    padding: 4px 10px 4px 6px;
    height: 30px;
}

.similar-ads .adv-box .adv-box-meta .adv-box-fav svg {
    width: 20px;
}

.similar-ads .adv-box-content {
    margin-top:-30px;
}

.similar-ads-heading h3 {
    font-size: 30px;
    color: #ced7db;
    font-weight: 700;
}


/*--------------------------------------------------------------
# Latest News
--------------------------------------------------------------*/

.latest-news {
    background-color: #f7f7f7;
}

.latest-news-box{
    overflow: hidden;
    width: 100%;
}

.latest-news.inner-news {
    background: #fff;
}

.latest-news h2 {
    font-size: 34px;
    font-weight: bold;
    color: #01aced;
}

.latest-ads .view-all-ads {
    color: #01aced;
    font-size: 20px;
}

.latest-news-date {
    position: absolute;
    top: 0;
    padding: 8px 8px 8px 10px;
    border-radius: 10px 0 10px 10px;
    color: var(--light-gray);
    line-height: 22px;
    height: 32px;
    float: left;
    font-size: 10px;
    background-color: #ffffff;
    box-shadow: 0 6.2px 6.2px 0 rgb(0 0 0 / 10%);
}

.latest-news-img img {
    min-height: 224px;
    border-radius: 10px 10px 0 0;
    background: #546e7a;
    display: block;
}

.latest-news-content .title {
    box-shadow: 0 5.4px 5.4px 0 rgb(0 0 0 / 10%);
    background-color: #ffffff;
    border-radius: 0 0 10px 10px;
    padding: 6px 10px;
}

.latest-news-content .title h4 {
    margin:0;
}

.latest-news-content .title a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: var(--gray);
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
}

.section-bg {
    background-color: #f3f8fa;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.section-title h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-title h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #68A4C4;
    bottom: 0;
    left: calc(50% - 20px);
}

.section-title p {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 0;
    background-color: transparent;
    margin-top: -195px;
    z-index: 999;
    position: relative;
    color: #fff;
    padding-bottom: 15px;
}

.breadcrumbs.breadcrumbs-no-heading {
    margin-top: -165px;
    padding-bottom: 50px;
}

.breadcrumbs h2 {
    font-size: 38px;
    font-weight: 300;
    margin-bottom: 0;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
}

.breadcrumbs ol a {
    color: #fff;
}

.breadcrumbs ol a:hover {
    color: #293693;
}

.breadcrumbs ol li + li {
    padding-left: 10px;
}

.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #fff;
    content: "/";
}

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }
    .breadcrumbs ol {
        display: block;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }
    .breadcrumbs ol li {
        display: inline-block;
    }
}

/*--------------------------------------------------------------
# Ads Listing
--------------------------------------------------------------*/
.filter-form {
    padding: 15px 22px 35px 22px;
    border-radius: 10px;
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 10%);
    background-color: #f7f7f7;
}

.filter-form h4 {
    font-size: 20px;
    color: var(--blue-dark);
    margin-bottom: 25px;
}

.filter-form .btn {
    border-radius: 10px;
    box-shadow: 0 3.6px 3.6px 0 rgb(0 0 0 / 20%);
    background-color: var(--blue-dark);
    border: 0;
    line-height: 30px;
    height: 36px;
}

.filter-form form,
.form-control::placeholder {
    color: var(--light-gray);
}

.filter-form label.col-form-label {
    line-height: 45px;
}

.filter-form.insurance-filters .form-row h5 {
    font-size: 15px;
    color: var(--light-gray);
    font-weight: bold;
    margin-bottom: 12px;
}

.form-control {
    border-color: #ebeef0;
    color: var(--gray);
    height: 50px;
    border-radius: 10px;
    padding-top: 12px;
}

.form-check input[type='radio'] + label {
    color: var(--light-gray);
    font-size: 20px;
    margin: 5px 0 0 5px;
}

.search-box.input-group {
    border-radius: 10px;
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 10%);
    background-color: #ffffff;
    margin-bottom: 20px;
}

.search-box.input-group input {
    border:0;
}

.search-box.input-group .btn {
    color: var(--blue-dark);
}

.search-box.input-group .btn i {
    font-weight: bold;
}

.view-toggle li {
    border-radius: 10px;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 10%);
    background-color: #ffffff;
    display: inline-block;
    height: 42px;
    line-height: 20px;
    width: 42px;
}

.view-toggle li.active svg path {
    fill: #293592;
}

.view-toggle li a {
    padding: 14px 13px 14px 13px;
    display: block;
}

.categories-selector li {
    border-radius: 15px;
    box-shadow: 0 2.3px 2.3px 0 rgb(0 0 0 / 20%);
    border: solid 1px #4fa7d5;
    display: inline-block;
}

.categories-selector li a {
    line-height: 26px;
    height: 32px;
    padding: 5px 11px 5px 11px;
    display: inline-block;
}

.categories-selector li:hover {
    cursor: pointer;
}

.categories-selector img {
    margin: 0 5px 0 0;
}

.categories-selector li.active:first-child {
    background: var(--blue);
}

.categories-selector li:nth-child(2) {
    border-color: var(--for-sale);
}

.categories-selector li.active:nth-child(2),
.categories-selector li:hover:nth-child(2) {
    background-color: var(--for-sale);
}

.categories-selector li.active:nth-child(3),
.categories-selector li:hover:nth-child(3) {
    background-color: var(--for-rent);
}

.categories-selector li.active:nth-child(4),
.categories-selector li:hover:nth-child(4) {
    background-color: var(--insurance);
}

.categories-selector li.active:nth-child(2) a,
.categories-selector li:hover:nth-child(2) a,
.categories-selector li.active:nth-child(3) a,
.categories-selector li:hover:nth-child(3) a,
.categories-selector li.active:nth-child(4) a,
.categories-selector li:hover:nth-child(4) a {
    color: #fff;
}

.categories-selector li.active:nth-child(2) img,
.categories-selector li:hover:nth-child(2) img,
.categories-selector li.active:nth-child(3) img,
.categories-selector li:hover:nth-child(3) img,
.categories-selector li.active:nth-child(4) img,
.categories-selector li:hover:nth-child(4) img {
    filter: brightness(0) invert(1);
}

.categories-selector li:nth-child(3) {
    border-color: var(--for-rent);
}

.categories-selector li:nth-child(4) {
    border-color: var(--insurance);
}

.categories-selector li.active:first-child a {
    color: #fff;
}

.listing-wrapper .swiper-button-next,
.listing-wrapper .swiper-button-prev {
    box-shadow: 0 0 6.4px 0 rgb(0 0 0 / 20%);
    background-color: hsl(0deg 0% 100% / 50%);
    padding: 10px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}

.listing-wrapper .swiper-button-prev:after,
.listing-wrapper .swiper-button-next:after {
    font-size: 12px;
    color: var(--gray);
}

.listing-wrapper .swiper-container-horizontal>.swiper-pagination-bullets,
.listing-wrapper .swiper-pagination-custom,
.listing-wrapper .swiper-pagination-fraction {
    bottom: 35px;
}

.listing-wrapper .grid-view-items .swiper-container-horizontal>.swiper-pagination-bullets,
.listing-wrapper .grid-view-items .swiper-pagination-custom,
.listing-wrapper .grid-view-items .swiper-pagination-fraction {
    bottom: 0;
}

.listing-wrapper .swiper-pagination-bullet {
    background: #ced7db;
    opacity: 1;
}

.listing-wrapper .swiper-pagination-bullet-active {
    background: var(--gray);
}


/*--------------------------------------------------------------
# About Carti
--------------------------------------------------------------*/

.middle-box {
    max-width: 570px;
    padding: 50px 24px 50px 24px;
    border-radius: 10px;
    box-shadow: 0 18.1px 18.1px 0 rgb(0 0 0 / 10%);
    background-color: #ffffff;
    margin: 0 auto;
    color: var(--gray);
}

section.settings-us .middle-box .row a {
    font-size: 20px;
    color: var(--gray);
    padding: 20px;
    display: block;
}

section.settings-us .middle-box .row a > span {
    margin: 5px;
}

.empty-news h6 {
    font-size: 26px;
    font-weight: bold;
    color: var(--light-gray);
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/

.select2-container--default .select2-selection--single {
    border: 1px solid #ebeef0;
    height: 50px;
    border-radius: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
}

.page-link {
    padding: 12px 10px 12px 10px;
    border-radius: 10px !important;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
    border: 0;
    margin: 0 10px 0 0;
    text-align: center;
    width: 42px;
    height: 42px;
    color: #90a4ae;
    font-size: 14px;
    line-height: 22px;
}

.page-link:hover,
.page-link.active {
    background-color: var(--blue);
    color: #fff;
}

.selected-label li a {
    padding: 9px 14px 9px 14px;
    border-radius: 10px;
    box-shadow: 0 4.6px 4.6px 0 rgb(0 0 0 / 10%);
    background-color: #ffffff;
    line-height: 35px;
    display: block;
    height: 42px;
    margin: 0;
    color: #283592;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}

/*--------------------------------------------------------------
# List Listing View Section
--------------------------------------------------------------*/
.list-listing-wrapper {
    margin-top:80px;
}

.list-listing-wrapper .list-item-card img {
    border-radius: 50%;
    padding: 2px 2px 2px 2px;
    border: solid 1px var(--for-sale);
    width: 44px;
}

.list-item-card {
    padding: 10px 0 10px 10px;
    border-radius: 10px;
    box-shadow: 0 10px 10px 0 rgb(0 0 0 / 10%);
    background-color: #ffffff;
    width: 100%;
    border:0;
}

.add-to-fav {
    border-radius: 0 0 10px 0;
}
.dealer-list .add-to-fav {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 10px;
    box-shadow: 0 4.5px 4.5px 0 rgb(0 0 0 / 10%);
    background-color: #ffffff;
    border-radius: 0 0 0 10px;
}

.card-list-img {
    padding: 10px 15px 10px 0;
}

.list-listing-wrapper a {
    color: inherit;
}

/*--------------------------------------------------------------
# Ad Details Page
--------------------------------------------------------------*/

.ad-detail-header .ad-title h3 {
    color: #283592;
    font-size: 40px;
    font-weight: bold;
}
.ad-detail-header .ad-date {
    color: var(--light-gray);
    font-size:13px;
}

.ad-detail-sf li a {
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    background-color: #ffffff;
    border-radius: 50%;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 5px 0;
}

.ad-detail-price {
    font-size: 40px;
    font-weight: bold;
    color: var(--blue);
}

.show-number-btn button {
    border-radius: 10px;
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 20%);
    background-color: var(--blue);
    border: 0;
    color: #fff;
    font-size: 14px;
    width: 100%;
    padding: 10px 0 10px 0;
}

.show-number-btn button svg {
    margin: 0 5px 0 0;
}

.show-number-btn button .click-to-show-label {
    font-size: 10px;
    margin: 0 0 0 15px;
}

.ad-detail-btns .show-number-btn button .click-to-show-label {
    margin:0;
}

.ad-owner img {
    border-radius: 50%;
    width: 44px;
    height: 44px;
    object-fit: cover;
    border: solid 1px var(--blue);
}

.ad-owner .col span {
    color: var(--blue);
    font-size: 18px;
    padding: 10px;
    display: block;
    margin: 0 0 0 30px;
}

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

.adv-block {
    border-radius: 10px;
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 20%);
    background: #fff;
    padding: 20px;
    margin-top: 32px;
}

.ad-detail-gallery .swiper-button-prev:after,
.ad-detail-gallery .swiper-button-next:after {
    color: #fff;
    text-shadow: 0 0 5px black;
}

.ad-detail-gallery .swiper-slide img {
    border-radius: 10px;
}


.ad-detail-gallery .swiper-pagination-bullet {
    background: #ced7db;
    opacity: 1;
}

.ad-detail-gallery .swiper-pagination-bullet-active {
    background: var(--gray);
}

.ad-detail-gallery .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.ad-detail-gallery .swiper-pagination.swiper-pagination-bullets:after {
    position: absolute;
    content: "";
    background-image: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0));
    height: 100px;
    bottom: -10px;
    width: 100%;
    left: 0;
    z-index: -1;
    border-radius: 0 0 10px 10px;
}

.ad-detail-desc h6 {
    font-size: 12px;
    color: var(--light-gray);
}

.ad-detail-desc p {
    font-size: 16px;
    color: var(--light-gray);
    margin-top:10px;
}

.ad-car-specs li span {
    text-align: left;
    width: 50%;
    display: block;
    padding: 15px;
    line-height: 25px;
    height: 50px;
    background: #f9f9f9;
    border-bottom: 1px solid #fff;
}


.ad-car-specs .spec-label {
    color: var(--light-gray);
    font-size: 14px;
    font-weight: bold;
}

.ad-car-specs .spec-value {
    font-size: 14px;
    color: #283592;
    text-align: left;
    background: #f4f4f4;
}

.car-options {
    background: #eceff1;
    overflow: hidden;
    padding: 14px 10px 10px;
}

.car-options ul li {
    float: left;
    width: 50%;
    font-size: 14px;
    font-weight: bold;
    color: var(--light-gray);
    line-height: 36px;
}

.car-options ul  {
    padding: 0 0 0 15px;
}

.car-options h3 {
    color: #b0bec5;
    font-size: 36px;
    font-weight: 700;
}

.edit-delete-btns li a {
    padding: 4px 6px;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    background-color: #ffffff;
    display: block;
    line-height: 28px;
    height: 30px;
}

.phone-number-btn button {
    border: 1px solid var(--blue);
    border-radius: 10px;
    width: 100%;
    color: var(--blue);
    background: #fff;
    height: 40px;
    line-height: 40px;
}

.phone-number-btn button svg {
    margin: 0 5px 0 0;
}

.phone-number-btn button svg path {
    fill: var(--blue);
}

.ad-statistics li .ad-stats-number div {
    font-size: 12px;
    color: var(--blue);
    line-height: 1;
}

.ad-statistics h6 {
    font-size: 36px;
    color: #ced7db;
    font-weight: 600;
}

.ad-statistics li .ad-stats-number span {
    color: var(--blue);
    font-weight: bold;
    font-size: 19px;
    margin-top: 15px;
    display: block;
}

/*--------------------------------------------------------------
# Add ad
--------------------------------------------------------------*/

.ad-add-page {
    max-width: 730px;
    margin: 0 auto;
}

.ad-add-header h3 {
    font-size: 40px;
    color: #283592;
    font-weight: bold;
}

a.cancel-btn {
    padding: 4px 7px 4px 7px;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    background-color: #ffffff;
    display: block;
    line-height: 30px;
    height: 30px;
}

.add-ad-options ul li {
    width: 33%;
    display: block;
    float: left;
}

.add-ad-options ul {
    list-style: none;
    padding: 0;
}

.add-ad-options li label {
    color: var(--light-gray);
    font-size: 16px;
}

.add-ad-options li {
    padding-bottom: 6px;
}

.add-ad-options h6 {
    font-size: 30px;
    color: #ced7db;
    font-weight: bold;
    margin: 25px 0 15px 0;
}

.price-currency {
    font-size: 20px;
    color: var(--light-gray);
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
    border: solid 1px #ebeef0;
    background-color: #ffffff;
    height: 50px;
    line-height: 35px;
    margin-left:15px;
}

.publish-btn {
    padding: 10px 30px 10px 30px;
    border-radius: 10px;
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 20%);
    background-color: var(--blue);
    border-color: transparent;
    line-height: 35px;
    height: 50px;
    font-size: 20px;
    width: 315px;
}

.ad-detail-btns button svg {
    float: left;
    width: 15px;
}

.ad-detail-btns button {
    border-radius: 10px;
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 20%);
    border: 0;
    color: #fff;
    font-size: 14px;
    width: 100%;
    padding: 5px 10px 5px 10px;
}

.ad-detail-btns .ad-location-btn button {
    background-color: #283592;
}

.ad-detail-btns .ad-location-btn {
    margin: 0 0 0 10px;
}

.ad-detail-btns .ad-location-btn,
.ad-detail-btns .show-number-btn {
    width: 50%;
}

.font-10 {
    font-size: 10px;
}

.btn-text {
    margin: 0 0 0 25px;
    text-align: left;
}

.ad-detail-btns button svg {
    float: left;
    width: 20px;
    height: 30px;
    margin: 0 10px 0 0;
}

.user-ad-btns .location-outline-btn button {
    border: 1px solid #283592;
    border-radius: 10px;
    width: 100%;
    color: #283592;
    background: #fff;
    height: 40px;
    line-height: 40px;
    margin: 0 0 0 15px;
}

.user-ad-btns .location-outline-btn button svg path {
    fill: #283592;
}

.user-ad-btns .location-outline-btn button svg {
    margin: 0 9px 0 0;
}

.location-outline-btn, .phone-number-btn {
    width: 50%;
}

.for-sale-add-page.inner-page #header {
    background-image: linear-gradient(170deg, #c2185b 0%, #880e4f 30%, #c2185b 70%, #ffffff 100%);
}

.for-sale-add-page .ad-add-header h3,
.for-sale-add-page a.cancel-btn {
    color: var(--for-sale);
}

.for-rental-add-page.inner-page #header {
    background-image: linear-gradient(170deg, #607d8b 0%, #455a64 30%, #607d8b 70%, #ffffff 100%);
}

.for-rental-add-page .ad-add-header h3,
.for-rental-add-page a.cancel-btn {
    color: var(--gray);
}

.insurance-add-page.inner-page #header {
    background-image: linear-gradient(170deg, #66bb6a 0%, #2e7d32 30%, #66bb6a 70%, #ffffff 100%);
}

.insurance-add-page .ad-add-header h3,
.insurance-add-page a.cancel-btn {
    color: var(--insurance);
}

.insurance-specs h3 {
    font-size: 14px;
    color: var(--blue);
    height: 35px;
}

.insurance-specs li span {
    background: #f4f4f4;
    padding: 10px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #fff;
    line-height: 15px;
    height: 30px;
    font-size: 14px;
}

.insurance-specs li span.insurance-spec-label {
    color:#283592;
}

.insurance-specs li span.insurance-type-label {
    color: var(--light-gray);
    font-weight: bold;
    background-color: #f9f9f9;
}

.insurance-specs h3.insurance-type {
    color: var(--light-gray);
    font-weight: bold;
    font-size: 14px;
}

.insurance-form-heading h5 {
    color: var(--light-gray);
    font-size: 18px;
    font-weight: bold;
    margin-top:30px;
}

/*--------------------------------------------------------------
# Profile Section
--------------------------------------------------------------*/

.profile-box-img {
    position: relative;
    z-index: 5;
}

.profile-box-img img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    padding: 5px;
    border: solid 1px #ffffff;
    object-fit: cover;
    object-position: center;
}

.edit-profile-img {
    position: absolute;
    top: 40px;
    right: 0;
    left: 0;
}

.edit-profile-img a {
    display: inline-block;
    box-shadow: 0 2.1px 2.1px 0 rgb(0 0 0 / 20%);
    background-color: rgb(255 255 255 / 70%);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 5px;
}

.edit-profile-img svg path {
    fill: var(--gray);
}

.profile-name h5 {
    font-size: 40px;
    color: var(--gray);
    font-weight: 300;
}

.profile-box .phone-number-btn button {
    max-width: 315px;
    background: transparent;
}

.profile-edit-btn {
    position: absolute;
    right: 35px;
    z-index: 99;
}

.profile-sf-btn {
    position: absolute;
    right: auto;
    left: 30px;
    z-index: 99;
}

.profile-edit-btn a {
    display: block;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    background-color: #ffffff;
    padding: 5px 10px;
    line-height: 25px;
    height: 30px;
}

.profile-section .profile-box-wrapper {
    background-image: url(../../assets/img/profile-main-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.profile-top-bg {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.profile-top-bg svg {
    width: 100%;
    max-width: 770px;
}

.profile-box {
    padding-top: 100px;
    padding-bottom: 20px;
}

.profile-ads-section h3 {
    font-size: 30px;
    color: #ced7db;
    font-weight: 700;
}

.profile-ads-section {
    max-width: 770px;
    text-align: center;
    margin: 0 auto;
    border-top: 1px solid #ced7db;
    padding-top: 40px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.profile-ad-item-top {
    background-color: var(--blue);
    color: #fff;
    padding: 10px 15px;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 5.2px 5.2px 0 rgb(0 0 0 / 10%);
    position: relative;
}

.profile-ad-item-top .profile-ad-title h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.profile-ad-item-top .profile-ad-title h3 a {
    color: #fff;
}

.profile-ad-date span {
    font-size: 10px;
}

.profile-ad-desc {
    background-color: var(--blue);
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    box-shadow: 0 5.2px 5.2px 0 rgb(0 0 0 / 10%);
    position: relative;
}

.profile-ad-toolbar {
    box-shadow: 0 5.2px 5.2px 0 rgb(0 0 0 / 10%);
    background-color: #ffffff;
    border-radius: 0 0 10px 10px;
    padding: 10px;
}

.profile-ad-price span {
    font-size: 16px;
    color: var(--gray);
    font-weight: 600;
}

.profile-ads {
    max-width: 770px;
    margin: 0 auto;
    padding-bottom: 80px;
}

.profile-ads-wrapper {
    background-color: #f7f7f7;
}

.showrooms-profile #header {
    background-image: linear-gradient(170deg, #c2185b 0%, #880e4f 30%, #c2185b 70%, #ffffff 100%);
}

.showrooms-profile .profile-sf-btn svg path,
.showrooms-profile .profile-edit-btn svg path{
    fill: var(--for-sale);
}

.showrooms-profile .profile-edit-btn a {
    color: var(--for-sale);
}

.rental-profile #header {
    background-image: linear-gradient(170deg, #607d8b 0%, #455a64 30%, #607d8b 70%, #ffffff 100%);
}

.rental-profile .profile-sf-btn svg path,
.rental-profile .profile-edit-btn svg path{
    fill: var(--for-rent);
}

.rental-profile .profile-edit-btn a {
    color: var(--for-rent);
}

.insurance-profile #header {
    background-image: linear-gradient(170deg, #66bb6a 0%, #2e7d32 30%, #66bb6a 70%, #ffffff 100%);
}

.insurance-profile .profile-sf-btn svg path,
.insurance-profile .profile-edit-btn svg path{
    fill: var(--insurance);
}

.insurance-profile .profile-edit-btn a {
    color: var(--insurance);
}

.profile-desc p {
    color: var(--light-gray);
}

.profile-box .ad-detail-btns,
.profile-box .user-ad-btns {
    max-width: 360px;
    margin: 0 auto;
}

.profile-box .user-ad-btns .location-outline-btn button {
    background: transparent;
}

.profile-section .adv-box-img img {
    height: auto;
    border-radius: 10px;
}

.profile-section .adv-box-content {
    background: rgb(255 255 255);
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.profile-section .ad-statistics {
    max-width: 360px;
    margin: 0 auto;
}

.profile-section .ad-statistics li {
    background: transparent;
}

.rental-toggle-btn .switch {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 34px;
    margin-bottom: 0;
}

.toggle-btn .switch {
    width: 60px;
    height: 25px;
}

.rental-toggle-btn .switch input {display:none;}

.rental-toggle-btn .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid #ced7db;
}

.rental-toggle-btn .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    box-shadow: 0 3.1px 3.1px 0 rgba(0, 0, 0, 0.2);
    background-color: var(--light-gray);
    -webkit-transition: .4s;
    transition: .4s;
}

.toggle-btn .slider:before {
    height: 21px;
    width: 21px;
    bottom: 1px;
}

.rental-toggle-btn input:checked + .slider:before {
    box-shadow: 0 3.1px 3.1px 0 rgba(0, 0, 0, 0.2);
    background-color: #283592;
}


.rental-toggle-btn input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.rental-toggle-btn input:checked + .slider:before {
    -webkit-transform: translateX(55px);
    -ms-transform: translateX(55px);
    transform: translateX(55px);
}

.toggle-btn input:checked + .slider:before {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}

/*------ ADDED CSS ---------*/
.rental-toggle-btn .on
{
    display: none;
}

.rental-toggle-btn .off
{
    color: var(--light-gray);
}

.rental-toggle-btn .on
{
    color: #283592;
}

.rental-toggle-btn .on,
.rental-toggle-btn .off
{
    font-size: 16px;
    position: absolute;
    transform: translate(100px, 10px);
    line-height: 1;
    font-weight: 700;
    width: 150px;
}

.rental-toggle-btn input:checked + .slider .on
{display: block;}

.rental-toggle-btn input:checked + .slider .off
{display: none;}

/*--------- END --------*/

/* Rounded sliders */
.rental-toggle-btn .slider.round {
    border-radius: 34px;
}

.rental-toggle-btn .slider.round:before {
    border-radius: 50%;
}

.rental-toggle-btn {
    background: #fff;
    padding: 10px 15px;
    height: 55px;
}

.toggle-btn {
    padding: 10px 0;
}

.rental-profile.user-view .profile-ad-item:not(.available-for-rental) .profile-ad-item-top,
.rental-profile.user-view .profile-ad-item:not(.available-for-rental) .profile-ad-desc {
    background: var(--light-gray);
}

.insurance-profile .profile-box .show-number-btn {
    max-width: 315px;
    margin: 0 auto;
}

.news-details-thumb img {
    border-radius: 10px;
}

.news-details .single-article-title h1 {
    font-size: 40px;
    color:#283592;
    font-weight: 600;
}

.news-details article {
    color: var(--gray);
    font-size: 18px;
}

a.profile-avatar img {
    padding: 2px 2px 2px 2px;
    border: solid 1px var(--blue);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
}

.profile-dropdown.drop-down > a:after {
    content: "";
}

.profile-dropdown.drop-down {
    padding: 33px 15px 33px 15px;
    z-index: 1299;
}

.profile-dropdown.drop-down:hover > ul {
    border-radius: 10px;
    box-shadow: 0 0 11px 0 rgb(0 0 0 / 5%);
    background-color: #ffffff;
    top: calc(100% - 40px);
    padding: 0;
}

.nav-menu .profile-dropdown.drop-down li {
    border-bottom: 1px solid #eceff1;
    margin: 0 5px;
}

.nav-menu .profile-dropdown.drop-down li:last-child {
    border:0;
}

.nav-menu .profile-dropdown.drop-down ul a {
    line-height: 23px;
    height: 35px;
}

.nav-menu .profile-dropdown.drop-down ul a svg {
    margin: 0 10px 0 0;
}

.nav-menu > ul > li.login-link a {
    color: #90a4ae;
}

.btn.btn-modal-primary {
    width: 100%;
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 20%);
    background-color: #283592;
    color: #fff;
    margin: 0;
    border-radius: 10px;
    height: 50px;
    line-height: 42px;
    font-size: 20px;
}

.modal-content {
    padding: 50px 60px;
    border-radius: 15px;
}

.modal-title {
    color: #283592;
    font-size: 34px;
    font-weight: bold;
}

.modal-header .close {
    position: absolute;
    top: 30px;
    right: 30px;
}

.input-group-addon.transparent {
    position: absolute;
    top: 13px;
    right: 18px;
}

.input-with-icon input {
    padding: .375rem 2.4rem .375rem .75rem;
}

.modal-back-btn {
    display: inline-block;
    padding: 9px 12.3px 9px 10.3px;
    box-shadow: 0 0 7.5px 0 rgb(0 0 0 / 20%);
    background-color: #ffffff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 1;
    position: absolute;
    top: 20px;
    left: 30px;
    cursor: pointer;
}

.modal-sub-heading {
    font-size: 16px;
    color: var(--light-gray);
    font-weight: 300;
}

.register-type-btns a {
    border-radius: 10px;
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 20%);
    text-align: center;
    font-size: 26px;
    color: #fff;
    height: 100px;
    line-height: 100px;
    margin-bottom: 40px;
}

.modal .form-check-label {
    font-size: 16px;
    color: var(--light-gray);
    font-weight: 300;
    line-height: 16px;
    padding: 5px 0 0 0;
}

.modal .form-check-label a {
    text-decoration: underline;
    color: var(--light-gray);
}

.action-modals h6 {
    font-size: 18px;
    color:var(--light-gray);
    font-weight: 300;
    margin-bottom: 30px;
}

.action-modals .no-delete {
    background-color: var(--light-gray);
}

.personal-register {
    background-color: #283592;
}

.commercial-register {
    background-color: var(--blue);
}

.personal-register svg {
    margin: 0 10px 0;
    vertical-align: baseline;
}

.commercial-body .btn {
    background: var(--blue);
}

.commercial-type-selector {
    color: var(--blue);
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px;
}

.modal-footer h6 {
    font-size: 16px;
    color: var(--light-gray);
    font-weight: 300;
}
.enter-digit-msg {
    color: var(--light-gray);
}


.form-control.pincode-input-text {
    text-align: center;
    flex-grow: 1;
    border-radius: 10px !important;
    border: solid 1px #ebeef0 !important;
    background-color: #ffffff;
    margin: 0 5px;
    padding: 0;
}

.contact-us-section button[type=submit] {
    border-radius: 10px;
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 20%);
    background-color: #283592;
    width: 315px;
    margin: 0 auto;
    height: 50px;
    border: 0;
    line-height: 42px;
    font-size: 20px;
}

.contact-us-bottom .bx {
    font-size: 32px;
}

.notification-wrapper {
    max-width: 570px;
    margin: 0 auto;
}

.notification-card {
    border-radius: 10px;
    box-shadow: 0 7.8px 7.8px 0 rgb(0 0 0 / 10%);
    background-color: #ffffff;
    padding: 10px;
    position: relative;
    margin-bottom: 13px;
}

.notification-date {
    position: absolute;
    top: 0;
    padding: 8px 8px 8px 10px;
    border-radius: 10px 0 10px 10px;
    color: var(--light-gray);
    line-height: 22px;
    height: 32px;
    float: left;
    font-size: 10px;
    background-color: #ffffff;
    box-shadow: 0 6.2px 6.2px 0 rgb(0 0 0 / 10%);
    left: 0;
}

.notification-title {
    color: var(--blue);
    font-size: 14px;
    font-weight: bold;
    padding-top: 40px;
}

.notification-title.seen-notification {
    color: var(--gray);
}

.deativate-label {
    color: #293592;
    font-size: 24px;
    font-weight: 300;
}

.av-or-nv-label {
    color: var(--light-gray);
    font-size: 20px;
    font-weight: 300;
}


.change-psd-btn {
    color: var(--light-gray);
    font-size: 20px;
    font-weight: 300;
}

.change-psd-btn:hover {
    color: var(--light-gray);
}

.change-psd-btn span {
    line-height: 1;
}

.carti-tabs .nav-item .nav-link {
    background: transparent;
    padding: 0;
    color: #01abec;
    border-radius: 15px;
    width: 150px;
    display: block;
    text-align: center;
    line-height: 35px;
    height: 32px;
    box-shadow: 0 2.7px 2.7px 0 rgb(0 0 0 / 20%);
    border: solid 1px #01abec;
    margin: 0 15px 0 0;
}

.carti-tabs .nav-item .nav-link.active {
    background: #01abec;
    color: #fff;
}

.upload-icon {
    position: absolute;
    left: 0;
    top:0;
    border-radius: 10px;
    border: solid 1px #ebeef0;
    background-color: #ffffff;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

input[type="file"] {
    display: inline-block;
    width: 75px;
    height: 75px;
    margin: 0 5px 0 -5px;
    cursor: pointer;
}

span.preview-img-item {
    width: 75px;
    height: 75px;
    margin: 0 5px 0 0;
    position: relative;
}

svg.remove-icon {
    position: absolute;
    top: 1px;
    right: 1px;
    cursor: pointer;
}

img.imageThumb {
    height: 75px;
    width: 75px;
    object-fit: cover;
    border-radius: 10px;
    border: solid 1px #ebeef0;
    margin: 0 5px 0 0;
}

span.img-upload-hint {
    font-size: 15px;
    color: var(--light-gray);
    padding: 0 5px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 440px;
    }
}

@media (max-width: 1366px) {

    .nav-menu .drop-down ul {
        right: 0;
        left: auto;
    }

}

@media (max-width: 1200px) {
    .hero-bg {
        display: none;
    }

    .categories .icon-box {
        width: 100%;
    }
    .listing-wrapper {
        padding-top: 0;
    }

    .listing-filter-sidebar {
        padding-bottom: 15px;
    }

    .filter-form.insurance-filters .form-row h5 {
        width: 100%;
    }
}
section.ad-detail-page{
    padding-top: 85px;
}
@media (max-width: 992px) {
    .ad-detail-page .col-lg-4 {
        order: 1;
    }
}


@media (max-width: 768px) {
    .add-ad-options ul li {
        width: 100%;
    }

    .publish-btn {
        width: 100%;
    }

    .categories-selector {
        margin-top:30px !important;
        text-align: left;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }

    .profile-ad-item {
        margin-bottom: 20px;
    }

    .register-type-btns a {
        font-size: 18px;
    }

    .latest-news-img img {
        min-height: 100%;
    }

    .adv-box .swiper-slide {
        height:100%;
    }

    .ad-detail-header .ad-title h3,
    .news-details .single-article-title h1 {
        font-size: 24px;
    }

    .news-details article {
        margin-top: 25px;
    }

}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #fff;
    color: var(--light-gray);
    font-size: 14px;
}

#footer .footer-top {
    background: #fff;
    padding: 55px 0 20px 0;
    box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.05);
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
    font-size: 18px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    color: #a2cce3;
    font-weight: 600;
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    margin-bottom: 0;
    color: var(--light-gray);
    margin-top: 15px;
    line-height: 16px;
}

#footer .footer-top .social-links a {
    font-size: 28px;
    display: inline-block;
    background: #fff;
    color: var(--blue);
    line-height: 1;
    margin-right: 4px;
    text-align: left;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 25px;
    display: inline-block;
    align-items: center;
}


#footer .footer-top .footer-links ul a {
    color: var(--blue-dark);
    display: inline-block;
    line-height: 1;
    font-size: 18px;
}

#footer .footer-top .footer-links ul.second-list a {
    font-size: 14px;
    color: var(--gray);
}
.error-msg{
    display: none;
}
.has-error .error-msg {
    display: block;
}

.fav-fill-icon{
    display: none;
}
.favored .fav-icon{
    display: none;
}
.favored .fav-fill-icon{
    display: inline-block;
}
.empty-image{
    width: 100%;
    margin-top: 50px;
}
.profile-ad-img{
    text-align: center;
    background: #fff;
    min-height: 244px;
}
@media screen and ( max-width: 520px ){

    li.page-item {
        display: none;
    }

    .page-item:first-child,
    .page-item:nth-child( 2 ),
    .page-item:nth-last-child( 2 ),
    .page-item:last-child,
    .page-item.active
    /*.page-item.active + .page-item,*/
    /*.page-item.active ? .active*/
    /*.page-item:has(+ .page-item.active),*/
    /*.page-item:has(+ .active)*/
    /*.page-item.active ~ .page-item*/
    /*.page-item.disabled */
    {
        display: block;
    }
}
.share-btn{
    display: none!important;
}
