@media only screen and (min-width: 992px) {
    .custom-col-2 {
        max-width: 20%;
        flex: 0 0 20%;
        -ms-flex: 0 0 20%;
    }

    .custom-col-3 {
        max-width: 28.9%;
        flex: 0 0 28.9%;
        -ms-flex: 0 0 28.9%;
    }

    .custom-col-9 {
        max-width: 71.1%;
        flex: 0 0 71.1%;
        -ms-flex: 0 0 71.1%;
    }

    .custom-col-10 {
        max-width: 80%;
        flex: 0 0 80%;
        -ms-flex: 0 0 80%;
    }
}
.header__info-left .logo img {
    max-width: 205px;
}
.header__hotline-icon {
    margin-right: 15px;
}
.header__hotline-icon i {
    font-size: 35px;
    color: #5e5e5e;
}
.header__info-right {
    position: relative;
}
.header__search {
    width: 70%;
}
.f-left {
    float: left;
}
.header__search form {
    position: relative;
}
.header__search-box {
    width: 100%;
    position: relative;
}
.header__search-box::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 160px;
    height: 45%;
    width: 1px;
    background: #e1e1e1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header__search-box input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid #3454d1;
    outline: none;
    padding: 0 15px;
    padding-left: 180px;
    padding-right: 190px;
}
.header__search-box button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    height: 50px;
    display: block;
    line-height: 50px;
    padding: 0 65px;
    font-size: 14px;
    font-weight: 600;
    background: linear-gradient(135deg, #3454d1 0%, #46c6fb 100%);
    color: #fff;
    border-radius: 0 30px 30px 0;
    text-transform: capitalize;
}
.header__search-cat {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99999999;
}
.header__search-cat .nice-select {
    border: none;
    padding-left: 0;
    color: #6d6d6d;
    height: 90%;
}
.header__search-cat .nice-select .list {
    min-width: 220px;
    max-height: 250px;
    overflow: hidden;
    /*overflow-y: scroll;*/
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.header__search-cat .nice-select .list .option:hover, .header__search-cat .nice-select .list .option.selected {
    color: #ffffff;
    background: #005ad5f5;
}
.nice-select .list:hover .option.selected:not(:hover) {
   background: #005ad5f5 !important;
}
.header__search-cat .nice-select .list .option {
    padding: 10px 6px;
    line-height: 1.5;
}
.header__search-cat .nice-select::after {
    border-width: 1px;
    border-color: #222;
    height: 8px;
    width: 8px;
    margin-top: -4px;
    right: 10px;
}
.p-relative {
    position: relative;
}
.f-right {
    float: right;
}
.topbar {
    background: #fff;
    padding: 20px;
    border-bottom: 1px solid #f7f7f7;
}
.add-listing-dropdown {
    margin: auto;
}
.add-listing-dropdown .btn-primary {
    padding: 9px 2rem;
}
.header__search-box input::placeholder {
    color: #c7c7c7;
    font-size: 15px;
}
.header__search-cat .nice-select .current {
    color: #222;
    font-size: 16px;
    font-weight: 500;
    margin-top: 3px;
}

.lang-dropdown-wrapper .lang-dropdown-btn {
    color: #222;
    padding: 0.75rem 1rem;
}
.lang-dropdown-wrapper .lang-dropdown-btn:hover {
    color: #222;
}
.lang-dropdown-wrapper .lang-dropdown-btn img {
    filter: none;
}

.header__hotline-info h6 a {
    color: #222;
    font-size: 15px;
}
.header__hotline-info span {
    font-size: 14px;
}
.header__hotline-icon img {
    width: 38px;
}


/*Slider section start*/
.slider__area {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.cat-toggle {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    position: relative;
}
.cat-toggle-btn {
    background: #ffffff;
    color: #222;
    border: none;
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    height: 61px;
    line-height: 61px;
    width: 100%;
    text-align: left;
    padding-left: 20px;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.cat-toggle-btn i {
    margin-right: 10px;
}
.cat__menu ul {
    background: #ffffff;
    -webkit-border-radius: 0 0 5px 3px;
    -moz-border-radius: 0 0 5px 3px;
    border-radius: 0 0 5px 3px;
    list-style: none;
    padding: 0;
}
.cat__menu ul li {
    position: relative;
}
.cat__menu ul li a {
    position: relative;
    display: inline-block;
    padding: 8.5px 15px;
    text-transform: capitalize;
    background: #ffffff;
    color: #222;
    border-bottom: 1px solid #ebebeb;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    width: 100%;
}
.cat__menu ul li a i {
    position: absolute;
    top: 34%;
    right: 20px;
    -webkit-transform: rotate(-90deg) translateY(-50%);
    -moz-transform: rotate(-90deg) translateY(-50%);
    -ms-transform: rotate(-90deg) translateY(-50%);
    transform: rotate(-90deg) translateY(-50%);
}
.cat__menu ul li .mega-menu {
    position: absolute;
    left: 100%;
    top: 0;
    width: 800px;
    background: #ffffff;
    z-index: 1;
    padding: 40px 50px;
    padding-bottom: 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-box-shadow: 4.316px 4.168px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4.316px 4.168px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 4.316px 4.168px 20px 0px rgba(0, 0, 0, 0.1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}
.cat__menu ul li .mega-menu li {
    width: 33.33%;
    float: left;
    margin-bottom: 25px;
}
.cat__menu ul li .mega-menu li > a {
    font-size: 16px;
    color: #222;
    margin-bottom: 15px;
    padding: 0;
    border: none;
    padding: 0;
    position: relative;
}
.cat__menu ul li .mega-menu li ul {
    padding: 0;
}
.cat__menu ul li .mega-menu li ul li {
    display: block;
    width: 100%;
    margin-bottom: 8px;
}
.cat__menu .mega-menu li ul.mega-item li a {
    font-size: 14px;
    color: #888;
    margin-bottom: 0;
    display: inline;
    width: auto;
}
.cat__menu ul li .mega-menu li ul li a::after {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    bottom: -4px;
    background: #666;
    width: 0;
    height: 1px;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    transition-behavior: normal;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    transition-delay: 0s;

}
.cat__menu ul li .mega-menu li ul li:hover > a::after {
    width: 100%;
    left: 0;
    right: auto;
}
.cat__menu ul li .mega-menu li ul li:hover > a {
    color: #222;
}
.cat__menu ul li > ul.submenu {
    position: absolute;
    top: 20%;
    left: 100%;
    min-width: 200px;
    background: #ffffff;
    -webkit-box-shadow: 0px 15px 30px 0px rgba(0, 3, 143, 0.1);
    -moz-box-shadow: 0px 15px 30px 0px rgba(0, 3, 143, 0.1);
    box-shadow: 0px 15px 30px 0px rgba(0, 3, 143, 0.1);
    border: 1px solid #b0c6c64d;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 11;
}
.cat__menu ul li > ul.submenu li {
    display: block;
    margin-right: 0;
}
.cat__menu ul li > ul.submenu li a {
    padding: 9px 25px;
    font-size: 13px;
    text-transform: capitalize;
    border-bottom: 1px solid #b0c6c64d;
}
.cat__menu ul li:hover > a {
    color: #fcb700;
}
.cat__menu ul li:hover .mega-menu {
    visibility: visible;
    opacity: 1;
    top: 0;
}
.cat__menu ul li:hover > a {
    color: #fcb700;
}
.cat__menu ul li:hover .submenu {
    top: 0;
    visibility: visible;
    opacity: 1;
}
/*Slider section end*/

/*slick css start*/
.slider__area {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.slider__inner .slick-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.slider__inner .slick-dots li {
    display: inline-block;
}
.slider__inner .slick-dots li button {
    font-size: 0;
    width: 7px;
    height: 7px;
    background: #ebebeb;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin: 0 5px;
    border: none;
}
.slider__inner .slick-dots li.slick-active button {
    width: 35px;
    background: #fcb700;
}

.single-slider {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}
.single-slider-4 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/*slick css end*/


/*----------------------------------------*/
/*  04. BANNER CSS START
/*----------------------------------------*/
.banner__item {
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}
.banner__item::after, .banner__item::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.banner__item::before {
    z-index: 1;
}
.banner__item:hover::after {
    top: 50%;
    bottom: 50%;
    background: rgba(255, 255, 255, 0.2);
}
.banner__item:hover::before {
    right: 50%;
    left: 50%;
    background: rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner__item-sidebar {
        padding-top: 40px;
    }
}
.mb-20 {
    margin-bottom: 20px;
}

/*----------------------------------------*/
/*  05. FEATURES CSS START
/*----------------------------------------*/
.features__inner {
    border: 1px solid #ebebeb;
}
.features__wrapper {
    border: 1px solid #ebebeb;
}
.features__item {
    padding: 25px;
    position: relative;
    align-items: center;
}
.features__icon img {
    width: 30px;
    margin-right: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .features__item {
        padding: 25px 20px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .features__item {
        padding: 25px 20px;
    }
}
.features__item::after {
    position: absolute;
    content: "";
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 50%;
    background: #ebebeb;
}
@media (max-width: 575px) {
    .features__item::after {
        display: none;
    }
}
.features__item-last::after {
    display: none;
}
.features__item-4 .features__icon i {
    color: #222;
}
.features__icon i {
    font-size: 40px;
    color: #fcb700;
}
.features__content h6 {
    margin-bottom: 5px;
    font-size: 14px;
}
.features__content p {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 0;
}
.features__area .col {
    padding: 0;
}


@media only screen and (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        justify-content: space-between;
    }
}
@media only screen and (min-width: 1200px)
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
}
@media only screen and (min-width: 1400px)
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1510px;
}


/*--
    - Common Classes
-----------------------------------------*/
.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
    background: #f5f5f5;
}

.grey-bg-2 {
    background: #f5f6f9;
}

.theme-bg {
    background: #fcb700;
}

.white-bg {
    background: #ffffff;
}

.black-bg {
    background: #222;
}

.black-bg-2 {
    background: #333;
}

.footer-bg {
    background: #394150;
}

.footer-bg-2 {
    background: #222e3c;
}

.footer-bottom-bg {
    background: #202935;
}
/*section title start*/
.section__head {
    padding-bottom: 6px;
    border-bottom: 1px solid #ebebeb;
    position: relative;
    margin-bottom: 10px;
}
.section__head::after {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    height: 2px;
    width: 50px;
    background: #3454d1;
}
.section__head-2::after {
    background: #d01418;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section__title {
        margin-bottom: 20px;
    }
}
@media (max-width: 575px) {
    .section__title {
        margin-bottom: 20px;
    }
}
.section__title h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
}
.section__title h3 span {
    font-weight: 300;
}
/*section title end*/
/*cart css start*/


.cart__toggle {
    position: relative;
    width: 50px;
    height: 50px;
    display: inline-block;
    border: 2px solid #ebebeb;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-right: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart__toggle>img {
    width: 25px;
}
.cart__toggle::after {
    content: "\f290";
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    color: #222;
    position: absolute;
    top: 0;
    margin-right: 2px;
    line-height: 46px;
    right: 12px;
}
.cart__toggle:hover {
    background: #3654d1;
    color: #ffffff;
    border-color: #3654d1;
}
.cart__toggle:hover>img {
    filter: brightness(0) invert(1);
}
.cart__toggle:hover::after {
    color: #ffffff;
}
.cart__toggle:hover .cart__total-item {
    background: #00b1f5;
    color: #ffffff;
}
.cart__toggle.cart__toggle-open {
    background: #3654d1;
    color: #ffffff;
    border-color: #3654d1;
}
.cart__toggle.cart__toggle-open::after {
    color: #ffffff;
}
.cart__toggle.cart__toggle-open .cart__total-item {
    background: #222;
    color: #ffffff;
}
.cart__mini {
    position: absolute;
    top: 120%;
    right: 0;
    width: 350px;
    background: #ffffff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    z-index: 11;
    border-top: 2px solid #fcb700;
    padding: 35px 15px;
    padding-top: 27px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.cart__mini.cart__opened {
    visibility: visible;
    opacity: 1;
    top: 100%;
}
.cart__mini-4 {
    border-color: #d01418;
}
.cart__mini-4 .cart__price span {
    color: #d01418;
}
.cart__mini-4 .cart__sub-total {
    color: #d01418;
}
.cart__close {
    position: absolute;
    top: 15px;
    right: 15px;
}
.cart__close-btn {
    font-size: 16px;
    color: #222;
    background: transparent;
}
.cart__close-btn:hover {
    color: #fcb700;
}
.cart__title {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
}
.cart__title h4 {
    font-size: 18px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
}
.cart__title span {
    font-size: 12px;
}
.cart__total-item {
    min-width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    position: absolute;
    top: -2px;
    left: 35px;
    color: #ffffff;
    background: #3654d1;
    border-radius: 100%;
    font-size: 10px;
}
.cart__content span {
    display: block;
}
.cart__content {
    font-size: 13px;
    color: #666;
    line-height: 21px;
    font-weight: 500;
}

/*cart css end*/
.view_all_btn {
    padding: 9px 20px;
    background: linear-gradient(135deg, #46c6fb 0%, #2e429f 100%);
    background-size: 200%, 1px;
    border: none;
    transition: .3s all ease;
    font-size: 13px;
    font-weight: 700;
    border-radius: 7px;
    text-decoration: none;
    color: #fff !important;
    position: relative;
}
.view_all_btn:before {
    position: absolute;
    transition: all 0.3s cubic-bezier(0, 0, 0.1, 1);
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.1);
}
.view_all_btn:hover {
    background: linear-gradient(135deg, #46c6fb 0%, #2e429f 100%) !important;
    background-position: 70%;
    border-color: #2742ab;
}
.store-profile-menu .dropdown-menu {
    left: auto;
    right: -22px;
    top: calc(100% + 5px) !important;
    border:1px solid rgba(0, 0, 0, 0.1);
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 10px;
    padding: 10px 0 !important;
}
.store-profile-menu img {
    width: 28px;
}
.store-profile-menu .dropdown-item {
    border: none !important;
    font-weight: 500;
    padding: 5px 15px !important;
}
.store-profile-menu .dropdown-item:hover {
    color: #212529 !important;
    background-color: #f8f9fa !important;
}
.store-profile-menu .btn {
    padding-left: 0;
    padding-right: 0;
    margin-left: 10px;
}
.bg-theme-overlay .section__breadcrumb {
    padding: 45px 0 !important;
}

/*----------------------------------------*/
.right-banner-area .rba-item {
    display: flex;
    height: 250px;
    padding: 15px;
    border-radius: 3px;
    position: relative;
    align-items: end;
    overflow: hidden;
    flex-wrap: wrap;
}
.right-banner-area .rba-item .bg-img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.right-banner-area .rba-item .bg-img::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    /*background: #ffffff30;*/
    background: linear-gradient(180deg,  rgba(255, 255, 255, 0.01) 0%,  #1d293e 100%);
    opacity: 1;
    z-index: 222222;
}
.right-banner-area .rba-item:first-child {
    margin-bottom: 25px;
}
.right-banner-area .rba-item .rba-bg-img {
    width: 325px;
    height: 250px;
    object-fit: cover;
    transition: all 0.4s ease 0s;
}
.right-banner-area .rba-item:hover .rba-bg-img {
    transform: scale(1.1) rotate(-1deg);
}
.right-banner-area .rba-item .category {
    z-index: 3;
    position: absolute;
    top: 20px;
    right: 20px;
}
.right-banner-area .rba-item .category p {
    margin-bottom: 0;
    color: #fff;
    background: #0009;
    padding: 2px 8px;
    border-radius: 5px;
    font-size: 12px;
}
.right-banner-area .rba-item .footer {
    z-index: 3;
    background-color: #ffffffde;
    padding: 15px;
    border-radius: 10px;
    width: 100%;
}
.right-banner-area .rba-item .footer .rbaf-info h6 {
    color: #0065d9;
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.right-banner-area .rba-item .footer .rbaf-info .location {
    font-size: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}
.right-banner-area .rba-item .footer .rbaf-info .price-num {
    background: #0065d9;
    color: #fff;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 5px;
}
.navbar-soft .navbar-nav .nav-item .nav-link:focus-visible {
    outline: none;
}


/*cart design start*/
.add-service-to-cart-btn {
    color: #495057;
    background: transparent;
}
.add-service-to-cart-btn:hover {
    color: #fff !important;
    background: linear-gradient(135deg, #46c6fb 0%, #2e429f 100%) !important;
}

.service-cart-wrapper .cart-details-inner-wrapper {
    padding: 20px;
    background: #fff;
    margin-bottom: 40px;
}
.service-cart-wrapper .cart-details-inner-wrapper .cart-item {
    background-color: #dddddd24;
}
.service-cart-wrapper .cart-details-inner-wrapper .cart-item .qty-am-section {
    flex-basis: 30%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-cart-wrapper .cart-details-inner-wrapper .qty-am-section .qty-input {
    line-height: 2.5;
}
.serviceProviderInfo {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.serviceProviderInfo .img>img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    padding: 5px;
    border: 1px solid #99999945;
    border-radius: 10px;
}
.serviceProviderInfo .name h2 {
    font-size: 22px;
    margin-bottom: 2px;
}
.serviceProviderInfo .name .viewmyservicebtn {
    font-size: 14px;
}
/*cart design end*/
