:root {
    /* --theme-primary: #3651A2; */
    --theme-primary: #007fc0;
    --theme-accent: #F5A41D;
    --theme-secondary: #F5F7F8;
    --theme-white-rgb: 255, 255, 255;
    --theme-black-rgb: 0, 0, 0;
    /* --theme-primary-light: #D5E4F5; */
    --theme-primary-light: #E6F7FF;
}

html body .container {
    max-width: 1470px;
}

.ctm-btn.ctm-btn-accent {
    color: rgba(var(--theme-white-rgb), 1);
    background-color: var(--theme-accent);
}

html body .ctm-btn.ctm-btn-accent:hover {
    background-color: var(--theme-secondary);
    color: var(--theme-primary);
}

html body .ctm-btn-area .ctm-btn {
    display: inline-block !important;
    color: #fff !important;
    background-color: #3952A2 !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    text-align: center !important;
    padding: 14px 40px !important;
    letter-spacing: 0.6px !important;
    border: none !important;
    cursor: pointer !important;
    border-radius: 15px !important;
    min-width: 180px !important;
    line-height: 1.3em !important;
    transition: all 0.4s !important;

    &:hover {
        background-color: #F5A41D !important;
        color: #fff !important;
    }

    &.ctm-outline-btn {
        background-color: transparent !important;
        color: #3952A2 !important;
        outline: 2px solid #3952A2 !important;
        outline-offset: -2px !important;

        &:hover {
            background-color: #F5A41D !important;
            color: #fff !important;
            outline-color: #F5A41D !important;
        }
    }
}

.bg-theme-primary {
    background-color: var(--theme-primary) !important;
}
.bg-theme-secondary {
    background-color: var(--theme-secondary) !important;
}

.bg-theme-primary-light {
    background-color: var(--theme-primary-light) !important;
}
.add_vdo_button,
.add_button{
    transition: all 0.3s ease;
}
body .add_button:hover,
body .add_vdo_button:hover{
    color: var(--theme-primary)
}
.modal-content .modal-header .close {
    padding: 0;
    margin: 0;
    background: var(--theme-primary);
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    right: 10px;
    top: 10px;
}

.text-theme-primary {
    color: var(--theme-primary) !important;
}
.text-theme-gray{
    color: #AAAAAA !important;
}

.single-product-category {
    height: 100%;
}

.single-product-category .product-category-detail {
    padding: 15px 15px 0;
}

.single-product-category .product-category-rating {
    background-color: #f8f8f800;
    padding: 0px 15px 15px;
}

.catogery-card-address-link {
    padding-left: 25px;
    white-space: wrap !important;
    position: relative;

    .address-pointer-icon {
        position: absolute;
        width: 20px !important;
        left: 0px;
        top: 2px;
        height: 20px;
    }
}

.single-product-category .product-category-detail .image-section {
    position: relative;
    padding-bottom: 0px;
    border-radius: 20px;
    margin-bottom: 15px;

    img {
        width: 100%;
        border-radius: 20px;
        max-height: 250px;
        object-fit: cover;
        object-position: center;
    }
}

.rating ul li .blank-stars {
    color: #dedede;
    margin-right: 3px;
}

.single-product-category .product-category-detail a {
    transition: all 0.3s ease;

    &:hover {
        color: var(--theme-primary);
    }
}

.single-product-category .product-category-detail .image-section .button-section {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    opacity: 1;
    transition: all .4s ease;
    align-items: center;
    justify-content: center;
    background-color: #d4dfff6b;
    border-radius: 20px;
    transform: scale(0);
}

.single-product-category:hover .product-category-detail .image-section .button-section {
    opacity: 1;
    transform: scale(1);
}

.inquiry-section .inquiry-area .image-section img {
    border-radius: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
    background-color: rgba(251, 251, 251, 1);
}

.inquiry-section .inquiry-form {
    background-color: #fff;
    padding: 40px 45px;
    border-radius: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.inquiry-section .inquiry-form .section-header p {
    font-size: 16px;
    line-height: 1.3em;

    a {
        transition: all 0.3s ease;

        &:hover {
            color: var(--theme-accent);
        }
    }
}

.copyright-section p a {
    transition: all 0.3s ease;
    color: inherit;

    &:hover {
        color: var(--theme-accent);
    }
}

label {
    font-size: 18px;
    font-weight: 600;
}

/* ratings stars */
.information-section.rating-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.rating-row {
    display: flex;
    align-items: center;
    margin: 8px 0;
}

.star-box {
    color: #000;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 600;
    min-width: 36px;
}

.star-box .star {
    color: rgba(255, 193, 0, 1);
    font-style: normal;
    font-size: 20px;
    line-height: inherit;
}

.bar-container {
    background-color: rgba(var(--theme-white-rgb), 1);
    height: 20px;
    margin: 0 10px;
    overflow: hidden;
    width: 320px;
}

.bar {
    height: 100%;
    background-color: var(--theme-primary);
    width: 0%;
    transition: width 0.5s ease-in-out;
}

.count {
    min-width: 40px;
    width: 70px;
    max-width: 70px;
    color: #000;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 600;
    text-align: start;
}

.average-rating strong {
    font-size: 58px;
    line-height: 1.1em;
    color: #000;
    letter-spacing: 3px;
}

.average-rating .star {
    color: rgba(255, 193, 0, 1);
    font-style: normal;
    font-size: 16px;
    margin: 0 3px;
    letter-spacing: -3.5px;
    line-height: 0.80;
}

.reviews-stars-container span {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 8px;
}

.total-avg-ratings {
    display: flex;
    align-items: end;
    justify-content: start;

}

.reviews-stars-container {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    line-height: 1;
}

body .enquiry-btn,
body .know-more-btn {
    padding: 8px 15px !important;
    display: inline-block;
    background-color: var(--theme-primary);
    border-radius: 8px 0 10px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.4s ease;
    overflow: hidden;
    color: rgba(var(--theme-white-rgb), 1) !important;
    margin: 15px 0;
    position: relative;
    z-index: 0;

    i {
        color: rgba(var(--theme-white-rgb), 1) !important;
    }
}

body .enquiry-btn:before,
body .know-more-btn:before {
    position: absolute;
    content: '';
    right: -0.5px;
    left: -0.5px;
    top: -0.5px;
    bottom: -0.5px;
    background-color: var(--theme-accent);
    border-radius: 8px 0 10px;
    z-index: -1;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform 0.4s cubic-bezier(0.74, 0.72, 0.27, 0.24);
}

body .enquiry-btn:hover::before,
body .know-more-btn:hover::before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

body .enquiry-btn:hover,
body .know-more-btn:hover {
    color: rgba(var(--theme-white-rgb), 1) !important;
}

.btn-area {
    gap: 15px;
}

.single-filter-list ul li .custom-checkbox {
    padding-left: 20px;
    line-height: 1.2em;
    font-weight: 500;
    font-size: 18px;
    transition: 0.3s ease;
}

.single-filter-list ul li .custom-checkbox:hover {
    color: var(--theme-primary);
}

.single-filter-list {
    padding-bottom: 0px;
}

.category-webpage .slider-section .slick-track {
    position: relative;
}

.category-webpage .slider-section .single-slider {
    margin: 0 5px;
}

.category-webpage .slider-section .custom-slider-arrow {
    width: 30px;
    height: 30px;
    outline: none;
    box-shadow: none;
    background: var(--theme-primary);
    color: rgba(var(--theme-white-rgb), 1);
    border: none;
    border-radius: 100%;
    line-height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    right: auto;
    z-index: 1;
}

.category-webpage .slider-section .custom-slider-arrow.next-arrow {
    left: auto;
    right: 15px;
}

.user-reviews-container .single-user-review {
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    margin: 15px 0;
    background-color: rgba(var(--theme-white-rgb), 1);
}

.user-reviews-container .single-user-review:last-child {
    margin: 0;
}

.user-reviews-container .single-user-review .user-info {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    gap: 10px;
}

.user-reviews-container .single-user-review .user-info img {
    width: 65px;
    height: 65px;
    border-radius: 100%;
    object-fit: cover;
}

.user-rating-stars {
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 2px;
}

.user-title {
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
    line-height: 1.3em;
}

.right-tick-icon {
    width: 20px;
    height: 20px;
    font-size: 10px;
    color: rgba(var(--theme-white-rgb), 1);
    display: inline-block;
    background: green;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    line-height: 21px;
    margin-left: 5px;
}

.user-company-name {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3em;
    transition: 0.3s ease;
}

.user-company-name:hover {
    color: var(--theme-primary);
}

.user-review-description {
    font-size: 16px;
    line-height: 1.4em;
    padding: 0px 0 8px;
}

.user-review-date {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 16px;
}

body .single-user-review .user-review-date p {
    color: #6e6e6e !important;
    font-size: 16px;
    line-height: 1.3em;
}

/* faq for all */
.faq-section .single-accordion {
    border: 1px solid #dfe7ff;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
    position: relative;
}

/* .faq-section .single-accordion:last-child{margin-bottom: 15px;} */
.faq-section .card-header {
    font-size: 18px;
    padding: 0;
    padding-right: 30px;
}

.faq-icon {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
}

.faq-section .card-body {
    font-size: 16px;
    color: #666;
    padding: 10px 10px 0;
    margin-top: 15px;
    border-top: 1px solid #d5d5d5;
}

.faq-section p {
    font-size: 16px;
}

.banner-section .image-section .new-banner-image {
    display: block;
}

.banner-section .image-section .new-banner-mobile-image {
    display: none;
}


.category-webpage.detail-web-banner.detail-web-page {
    border-radius: 0;
    padding: 0;
    margin: 65px 0px;
    display: block;
    position: relative;
}

/* .category-webpage.detail-web-banner.detail-web-page::before,
.category-webpage.detail-web-banner.detail-web-page::after {
    background-color: #F5F7F8;
    content: '';
    position: absolute;
    bottom: -77px;
    left: 0;
    right: 0;
    height: 78px;
    z-index: -1;
} */

.category-webpage.detail-web-banner.detail-web-page::before {
    bottom: auto;
    top: -77px;
}

.detail-web-banner-inner-container {
    column-gap: 30px;
    padding: 30px 0;
    flex-wrap: wrap;
}

.detail-web-banner-img {
    height: 390px;
    width: 420px;
    max-width: 420px;
    margin: -55px 0;
}

.detail-web-banner-img img {
    height: 100%;
    width: 100%;
    border-radius: 40px;
    border: 1px solid #d5d5d5;
}

.detail-web-banner-inner-container .detail-web-banner-img {
    position: relative;
    z-index: 0;
}

.detail-web-banner-inner-container .detail-web-banner-img::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    /* background: #e7eff3 var(--logo-src-url); */
    background: #e7eff3;
    background-size: 300%;
    background-repeat: no-repeat;
    border-radius: 40px;
    background-position: center;
    z-index: -1;
    /* opacity: 0.5; */
    /* filter: blur(5px); */
}

.contact-info.contact-badge ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    padding: 0 !important;
}

.contact-info.contact-badge ul li {
    padding: 0 !important;
}

.contact-badge-link {
    background: var(--theme-primary);
    background: #254195;
    padding: 10px 18px;
    border-radius: 12px;
    color: rgba(var(--theme-white-rgb), 1) !important;
    vertical-align: middle;
    line-height: 1;
    font-size: 16px;
    display: flex;
    align-items: center;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    z-index: 0;
    min-height: 42px;
}

.contact-badge-link img {
    width: 22px;
    height: 22px;
    margin: 0 5px 0 0 !important;
    vertical-align: middle;
}

.contact-badge-link:hover {
    color: rgba(var(--theme-white-rgb), 1) !important;
}

.contact-badge-link:before {
    position: absolute;
    content: '';
    right: -0.5px;
    left: -0.5px;
    top: -0.5px;
    bottom: -0.5px;
    background-color: var(--theme-accent);
    border-radius: 8px 0 10px;
    z-index: -1;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform 0.4s cubic-bezier(0.74, 0.72, 0.27, 0.24);
}

.contact-badge-link:hover::before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.contact-badge-link.whatsapp {
    background: rgba(24, 206, 31, 1);
}

.contact-badge-link.inquiry {
    background-color: var(--theme-accent);
}

.contact-badge-link.inquiry:before {
    background: rgba(80, 124, 255, 1);
}

.detail-web-banner .content-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 !important;
    /* flex: 2 2 auto; */
}

.detail-web-banner .detail-web-profile .content-section .heading h5 {
    font-size: 26px;
    line-height: 1.4em;
    padding-bottom: 0;
    font-weight: bold;
}

.detail-web-banner .subtitle p {
    font-size: 16px;
    color: #eeeeee;
    font-weight: 500;
    padding-bottom: 12px;
}

.detail-web-banner .detail-web-profile .content-section .contact-info ul li {
    padding-bottom: 10px;
    font-size: 16px;
    color: rgba(var(--theme-white-rgb), 1);
    display: flex;
    align-items: center;
    vertical-align: middle;
}

.detail-web-banner .detail-web-profile .content-section .contact-info ul li a {
    color: inherit;
    transition: all 0.3s ease;
}

.detail-web-banner .detail-web-profile .content-section .contact-info ul li a:hover {
    color: var(--theme-accent);
}

.detail-web-banner .detail-web-profile .content-section .contact-info ul li img {
    padding-right: unset;
    width: 24px;
    margin-right: 5px;
}

.detail-web-banner .detail-web-profile .content-section .rating {
    padding-bottom: 15px;
}

.detail-web-banner .detail-web-profile .content-section .rating p i {
    color: var(--theme-accent);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4em;
    letter-spacing: -2px;
}

.detail-web-banner .detail-web-profile .content-section .rating p span {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4em;
}

.about-profile-list.btn-area {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 10px;
    margin-left: auto;
    padding-right: 116px;
    /* flex: 2 2 auto; */
}

.modal-popup-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: rgba(var(--theme-white-rgb), 1);
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    outline: 3px solid rgba(var(--theme-white-rgb), 1);
    outline-offset: -1px;
}

.modal-popup-btn img {
    width: 20px;
    height: 20px;
    z-index: 1;
    position: relative;
    transition: all 0.5s ease;
    filter: brightness(0) saturate(100%) invert(31%) sepia(42%) saturate(3911%) hue-rotate(180deg) brightness(92%) contrast(101%);
}

.modal-popup-btn:hover img {
    transform: rotateY(360deg);
}

.modal-popup-btn:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--theme-accent);
    transition: .4s;
    z-index: 0;
}

.modal-popup-btn:hover:before {
    top: 0;
}

.category-webpage .baby-care-content {
    padding-bottom: 15px;
}

/******************* 
    click rating 
*******************/

.click-review-container {
    position: absolute;
    right: 131px;
    bottom: 30px;
    text-align: end;
}

.click-review-title {
    font-size: 20px;
    color: rgba(var(--theme-white-rgb), 1);
    font-weight: 500;
    line-height: 1.3em;
}

.click-review-container .rating {
    border: none;
    float: left;
}

.click-review-container .rating>label {
    color: rgba(var(--theme-white-rgb), 1);
    margin: 3px;
    float: right;
}

.click-review-container .rating>label:before {
    margin: 0;
    font-size: 23px;
    content: "\f005";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    line-height: 1;
}

.click-review-container .rating>input {
    display: none;
}

.click-review-container .rating>input:checked~label,
.click-review-container .rating:not(:checked)>label:hover,
.click-review-container .rating:not(:checked)>label:hover~label {
    color: var(--theme-accent);
    opacity: 1;

    &:before {
        font-weight: 900;
    }
}

.click-review-container .rating>input:checked+label:hover,
.click-review-container .rating>input:checked~label:hover,
.click-review-container .rating>label:hover~input:checked~label,
.click-review-container .rating>input:checked~label:hover~label {
    color: rgba(var(--theme-white-rgb), 1);
    opacity: 1;
}

.gap-2 {
    gap: 16px;
}

.rating-section-title {
    font-size: 24px;
    line-height: 1.3em;
    margin-bottom: 35px;
    color: #343434;
}

.about-and-location-container .tab-content {
    padding-top: 20px;
}

.about-and-location-container .about-card {
    background: linear-gradient(90deg, #e6f7ff 0%, rgba(255, 255, 255, 0.2) 100%);
    padding: 25px;
    border-radius: 20px;
}

.about-and-location-container .nav-tabs .nav-link {
    border: none;
    color: #939393;
    font-size: 20px;
    font-weight: 600;
    background: transparent;
    padding: 0 20px;
    line-height: 1.3em;
    border-radius: 0;
    transition: all 0.3s ease;
    position: relative;
    outline: none;
    box-shadow: none;
}

.about-and-location-container .nav-tabs .nav-link:before {
    content: '';
    bottom: -26px;
    left: 1px;
    display: block;
    position: relative;
    width: 90%;
    height: 1px;
    background: var(--theme-accent);
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform 0.4s cubic-bezier(0.74, 0.72, 0.27, 0.24);
}

.about-and-location-container .nav-tabs .nav-link.active {
    color: var(--theme-primary);
}

.about-and-location-container .nav-tabs .nav-link:hover::before,
.about-and-location-container .nav-tabs .nav-link.active::before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.about-card-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4em;
    color: rgba(var(--theme-black-rgb), 1);
    margin-bottom: 15px;
}

.about-card-description {
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 20px;
    text-align: justify;
}

.card-img-area {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-img-area img {
    width: 100%;
    height: 100%;
    max-height: 480px;
    object-fit: cover;
    vertical-align: middle;
}

/* info-section-area */
.info-section-area {
    padding-bottom: 30px;
}

.single-information-card.information-card-primary {
    padding: 25px;
    background-color: rgba(var(--theme-white-rgb), 1);
    border-radius: 30px;
    margin-bottom: 20px;
}

.single-information-card .offer-section.offer-primary-section {
    background-color: var(--theme-primary);
    background-color: #254195;
    border-radius: 14px;
    padding: 15px;
    margin: 15px 0 15px;
}

.offer-section .offer-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}

.single-information-card .title p {
    font-size: 22px;
    color: rgba(var(--theme-black-rgb), 1);
    line-height: 1.4em;
    font-weight: 600;
}

.expiry p,
.offer-price .price p,
.no-offer,
.original-price .price p {
    font-size: 18px;
    color: rgba(var(--theme-white-rgb), 1);
    line-height: 1.4em;
}

.expiry {
    margin-top: 15px;
}

.expiry p:not(:last-child),
.offer-price .price p:not(:last-child),
.original-price .price p:not(:last-child) {
    margin-bottom: 8px;
}

.offer p {
    background-color: #A2B8FF;
    padding: 5px 15px;
    font-size: 18px;
    color: rgba(var(--theme-white-rgb), 1);
    line-height: 1.4em;
    border-radius: 6px;
    margin-top: 15px;
}

.offe-additional-info .subtitle p {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3em;
}

.offe-additional-info ul {
    padding: 0 0 0 25px;
}

.offe-additional-info ul li {
    display: list-item;
    font-size: 16px;
    list-style: disc;
}

.single-information-card.information-card-primary .timing {
    min-width: 40%;
}

.single-information-card.information-card-primary .timing li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    line-height: 1;
    margin-bottom: 5px;
}

.single-information-card.information-card-primary .timing li p {
    font-size: 18px;
    line-height: 1.3em;
    color: #000;
}

.single-information-card.information-card-primary .contact-badge-link {
    width: max-content;
}

.single-information-card.information-card-primary .working-days-container {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    margin-top: 20px;
}

.working-days-container .clock-image {
    max-width: 190px;
    max-width: 145px;
    max-height: 215px;
    margin: 0 auto;
}

.single-information-card.contact-info.address-container .contact-area {
    position: relative;
    padding: 0 0 15px;
    margin-bottom: 15px;
}

.single-information-card.contact-info.address-container .contact-area::before {
    position: absolute;
    content: '';
    background-color: #d5d5d5;
    bottom: 0;
    height: 2px;
    left: -25px;
    right: -25px;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.10));
}

.address-area .address-text {
    font-size: 16px;
    line-height: 1.3em;
    margin-top: 10px;
    color: rgba(var(--theme-black-rgb), 1);
}

.about-card-description-container {
    max-height: 500px;
    overflow: auto;
    padding-right: 4px;
    scrollbar-width: thin;
    scrollbar-color: var(--theme-primary) transparent;
}

.paymentmethod {
    margin-top: 18px;
}

.paymentmethod .paymentmethod-listing .paymentmethod-item {
    font-size: 16px;
    font-weight: 600;
    padding-left: 35px;
    line-height: 2em;
    margin-left: 7px;
    background-image: url(../static_images/discover.svg);
    background-size: 24px;
    background-position: 4px 5px;
    background-repeat: no-repeat;
}

.paymentmethod .paymentmethod-listing .paymentmethod-item:not(:last-child) {
    margin-bottom: 5px;
}

.gap-3 {
    gap: 16px;
}

.custom-slider-section {
    padding: 25px;
    border-radius: 30px;
}

.detail-web-slider {
    position: relative;
    padding: 0 15px;
}

.detail-web-slider .slide-arrow.slick-arrow img {
    width: 25px;
    height: 25px;
}

.detail-web-slider .slide-arrow.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -13px;
}

.detail-web-slider .slide-arrow.next-arrow {
    right: -13px;
    left: auto;
}

.custom-slider-section .detail-web-slider .image-section {
    margin: 0 8px !important;
}

.custom-slider-section .detail-web-slider .image-section img {
    width: 100% !important;
    min-height: 120px;
}

/* wellcome blade */
.single-trending .image-section {
    position: relative;
}

.single-trending .image-section::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff var(--src-url);
    background-size: 300%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    opacity: 0.3;
    filter: blur(5px);
}

.review-img img {
    border-radius: 15px;
    height: 100px;
    width: 100px;
    object-fit: cover;
}

.verified-container {
    gap: 20px;
}

.trusted-business,
.verified-business {
    vertical-align: middle;
    font-size: 18px;
    color: rgba(var(--theme-black-rgb), 1) !important;
    font-weight: 900 !important;
    font-variant: small-caps;
    text-transform: lowercase;
    letter-spacing: 0.5px;
    line-height: 1;
}

.verified-business {
    margin-right: 15px !important;
}

.trusted-business img,
.verified-business img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 3px;
    padding: 0 !important;
}

html body .overflow-unset {
    overflow: unset !important;
}

.detail-web-banner-inner-container .trusted-business,
.detail-web-banner-inner-container .verified-business {
    color: rgba(var(--theme-white-rgb), 1) !important;
}

.review-img {
    margin: 0px 0 15px 15px;
}

.home-page .category-section .category-list {
    max-height: 770px;
    overflow-y: auto;
    scrollbar-width: thin;
    padding-bottom: 05px !important;
}

.home-page .category-section .category-list::-webkit-scrollbar {
    width: 3px;
}

.home-page .category-section {
    background-color: #fff;
    position: sticky;
    top: 0;
}

.home-page .category-section .button-section {
    background: #fff;
    padding-top: 25px;
}

.edit-main-bg-img {
    min-height: 200px;
}

/* new style css for welcome blade */
.new-search-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    padding-bottom: 15px !important;
}

.newSearchArea {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 80%;
}
.catogery-search,
.place-search-container{
    flex: 1 1 auto;
}
.searchLine{
    height: 2px;
    width: 100%;
    background: linear-gradient(90deg, #E6F7FF 0%, #008AD0 50%, #E6F7FF 100%);
}
.sub-search-area,
.place-search-area {
    display: flex;
    align-items: center;
    position: relative;
}

.sub-search-area input,
.sub-search-area label,
.place-search-area input,
.place-search-area label {
    margin: 0;
    padding: 12px 16px;
    font-size: 16px;
    border: 1px solid #0000004D;
}

.sub-search-area label,
.place-search-area label {
    border-radius: 12px 0 0 12px;
    color: #000;
    font-weight: 500;
    min-height: 65px;
    display: flex;
    align-items: center;
}

.sub-search-area input,
.place-search-area input {
    border-left: none;
    border-radius: 0 12px 12px 0px;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    padding-right: 35px;
    min-height: 65px;
    flex: 1 1 auto;
}

.sub-search-area .sub-catogery-btn,
.place-search-area .locate-btn {
    width: 35px !important;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 12px 12px 0;
    transition: all 0.3s ease;

    &:hover {
        background: var(--theme-primary);

        img {
            filter: invert(1);
        }
    }
}

.sub-search-area .sub-catogery-btn img,
.place-search-area .locate-btn img {
    width: 21px;
    height: 21px;
}

.sub-search-area~.dropdown .dropdown-menu,
.place-search-area~.dropdown .dropdown-menu {
    right: 0;
}

header .menu .navbar {
    padding: 0;
}

header .menu .navbar .navbar-collapse {
    height: 100%;
}

header .menu .navbar .navbar-collapse ul {
    height: 100%;
}

header .menu .navbar .navbar-collapse ul li {
    height: 100%;
}

header .menu .navbar .navbar-collapse ul li a {
    display: flex;
    align-items: center;
    gap: 7px;
    position: relative;
    height: 100%;
}

header .menu .navbar .navbar-collapse ul li a>img {
    width: 24px;
    height: 24px;
}

header .menu .navbar .navbar-collapse ul li .nav-link::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-right: 1px solid #00000049;
}

.navbar-right {
    padding-left: 20px;
}

header .menu .navbar .navbar-right .header-profile a img {
    width: 24px;
    height: 24px;
}

.banner_slider_item {
    position: relative;
    background-color: #efefef;
}

.banner_slider_item .book-now-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
}

.banner_slider_item img {
    max-height: 580px;
    width: 100%;
    /* min-height: 200px; */
    object-fit: cover;
}

.banner_slider .slick-dots {
    bottom: 50px;
}
.banner_slider .slick-dots li {
    width: auto;
    height: 10px;
    margin: 0 4px;
    line-height: 10px;
}
.banner_slider .slick-dots li button {
    display: block;
    width: 15px;
    height: 4px;
    line-height: 1;
    opacity: 1;
    border-radius: 15px;
    padding: 0;
    background-color: var(--theme-primary);
    transition: all 0.3s ease;
}
.banner_slider .slick-dots li button:before {
    display: none !important;
}
.banner_slider .slick-dots li.slick-active button {
    opacity: 1;
    background-color: var(--theme-accent);
    width: 25px;
}


.banner_slider_next,
.banner_slider_prev {
    position: absolute;
    bottom: 25px;
    right: 25px;
    z-index: 1;
    background: var(--theme-primary);
    color: rgba(var(--theme-white-rgb), 1);
    border: none;
    outline: none;
    padding: 10px 15px;
    line-height: 1;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.banner_slider_prev {
    right: 80px;
}

.banner_slider_next:focus,
.banner_slider_prev:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.banner_slider_next:hover,
.banner_slider_prev:hover {
    box-shadow: 0px 1px 10px #0000003d !important;
    transform: translateY(-3px);
}
.blog_slider .banner_slider_next,
.banner-slider-section .banner_slider_next {
    right: -6px;
    bottom: auto;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
}
.blog_slider .banner_slider_next{right: 6px;}
.banner-slider-section {overflow: hidden;}
.blog_slider .banner_slider_prev,
.banner-slider-section .banner_slider_prev {
    right: auto;
    bottom: auto;
    top: 50%;
    left: -6px;
    transform: translateY(-50%);
}
.blog_slider .banner_slider_prev{
    left: 6px;
}
.blog_slider .banner_slider_next:hover,
.banner-slider-section .banner_slider_next:hover,
.blog_slider .banner_slider_prev:hover,
.banner-slider-section .banner_slider_prev:hover {
    box-shadow: none;
    transform: translateY(-50%);
}

.about-fegmacci-section {
    padding: 0 0 30px 0;
}

.main-desctription {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
    text-align: justify;
}

.main-desctription:not(:last-child) {
    margin-bottom: 15px;
}

.about-fegmacci-section .about-content,
.about-fegmacci-section .about-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-fegmacci-section .about-content {
    flex-direction: column;
    align-items: start;
    height: 100%;
}

.about-fegmacci-section .about-image img {
    max-height: 440px;
    margin: 0 auto;
    vertical-align: middle;
}

.why-choose-fegmacci-section .col-lg-3 {
    padding: 0 15px;
}

.why-choose-fegmacci-section .why-choose-card {
    background-color: rgba(var(--theme-white-rgb), 1);
    padding: 20px;
    border-radius: 20px;
    height: 100%;
}

.why-choose-fegmacci-section .why-choose-card .why-choose-card-icon img {
    width: 54px;
    height: 54px;
    margin-bottom: 20px;
}

.why-choose-fegmacci-section .why-choose-card .why-choose-card-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 14px;
    line-height: 1.3em;
}

.why-choose-fegmacci-section .why-choose-card .why-choose-card-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
}

.dropdown-menu {
    max-height: 290px;
    overflow-y: auto;
}
.filter-short-dropdown .dropdown-menu,
.filter-dropdown .dropdown-menu {
    min-width: 255px;
    padding: 15px;
    min-height: 150px;
}
.filter-short-dropdown .dropdown-menu {
    left: auto !important;
    right: -40%;
}
.filter-short-dropdown .dropdown-menu .single-filter-list p,
.filter-dropdown .dropdown-menu .single-filter-list p {
    padding-bottom: 5px;
    font-size: 16px;
    transition: all 0.3s ease;
}
.filter-short-dropdown .dropdown-menu .single-filter-list a:hover p,
.filter-dropdown .dropdown-menu .single-filter-list a:hover p {
    color: var(--theme-accent);
}
.powered-by a{
    transition: all 0.3s ease;
}
.powered-by a:hover{
    color: var(--theme-accent);
}

.new-trending-section .single-trending {
    padding: 0 !important;
}

.new-trending-section .single-trending .image-section::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #D5E4F5;
    background-size: 300%;
    border-radius: 16px 16px 0 0;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    opacity: 1;
    filter: unset;
}

.new-trending-section .single-trending .image-section img {
    border: 10px solid #F5F6FA;
}

.new-trending-section .single-trending .content-section {
    padding: 10px 55px 10px 15px;
    margin-bottom: 30px;
    background: #D5E4F5;
    border-radius: 0 0 16px 16px;
}

.new-trending-section .single-trending .button-section {
    right: 10px;
    top: 14 px;
    bottom: 12px;
}

.new-trending-section .single-trending .content-section .button-section a {
    border: none;
    border-radius: 0;
}

.new-trending-section .single-trending .content-section .button-section a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 5px;
    background: var(--theme-primary);
    color: rgba(var(--theme-white-rgb), 1);
    transition: all 0.3s ease;
}

.new-trending-section .single-trending .content-section .button-section a:hover i {
    background: var(--theme-accent);
}

.home-page .home-page-right {
    padding: 30px 0px 40px;
}

.service-list-slider {
    display: flex !important;
    height: 100%;
    /* overflow: hidden; */
    margin: 0 25px;
}

.service-list-slider .banner_slider_prev {
    left: -70px;
    right: auto;
    bottom: auto;
    transform: translateY(-50%);
    top: 50%;
}

.service-list-slider .banner_slider_next {
    right: -70px;
    bottom: auto;
    transform: translateY(-50%);
    left: auto;
    top: 50%;
}

.service-list-slider .slick-track {
    display: flex;
    height: 100%;
}

.service-list-slider .service-list-item {
    margin: 0 10px;
}


.service-list .service-list-item {
    padding: 0 !important;
}

.service-list .service-list-item-link {
    padding: 0 !important;
    width: auto !important;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100%;
}

.service-list .service-list-item-link {
    /* background-color: var(--theme-primary); */
    background-color: transparent;
    /* border-radius: 12px; */
}
.service-list .service-list-item-link img {
    /* max-height: 150px; */
    object-fit: cover;
    vertical-align: middle;
    margin: 0;
    border-radius: 12px;
    /* height: 100%; */
    height: 150px;
    width: auto;
}
.service-section .service-list {
    margin-top: -15px !important;
}
.service-section .service-content .service-list li {
    padding: 15px;
}

.service-list .service-list-item-link p {
    font-size: 16px;
    line-height: 22px;
    /* color: rgba(var(--theme-black-rgb), 1); */
    color: var(--theme-primary);
    padding: 12px 12px 0;
}

.new-blog-section .date-area {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--theme-primary);
    color: rgba(var(--theme-white-rgb), 1);
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.user-review-section{padding: 0 !important;}
.new-blog-section .single-blog .image-section {
    border-radius: 0;
    margin: 0 !important;
}
.new-blog-section .date-area .day {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2em;
}

.new-blog-section .date-area .month {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2em;
}

.new-blog-section .single-blog .content-section p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
}

.new-blog-section .single-blog .image-section img {
    width: 100%;
    max-height: 180px;
    transition: all 0.3s ease;
    border-radius: 0 !important;
}
.new-blog-section .single-blog:hover .image-section img {
    transform: scale(1.1);
}
.new-blog-section .cutsom-blog-card .single-blog {
    border-radius: 15px;
    border: 1px solid #d5d5d5;
    overflow: hidden;
    height: 100%;
}
.blog_slider{
    margin: 0 -20px;
    overflow: hidden;
}
.blog_slider .slick-list,
.blog_slider .slick-track,
.blog_slider{
    display: flex !important;
}
.new-blog-section .cutsom-blog-card {
    /* margin-bottom: 30px; */
    margin: 0 20px;
}
.new-blog-section .cutsom-blog-card .single-blog .content-section {
    padding: 15px 15px;
}
.new-blog-section .cutsom-blog-card .single-blog .read-more-link {
    color: var(--theme-primary);
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2em;
    transition: all 0.3s ease;
}
.new-blog-section .cutsom-blog-card .single-blog:hover .read-more-link {
    text-decoration: underline;
}

.blog-right-contact-section {
    height: 100%;
    background-color: rgba(var(--theme-white-rgb), 1);
    box-shadow: 17px 0 15px rgba(0, 0, 0, 0.10);
    padding: 45px;
    border-radius: 20px;
}

.blog-right-contact-section .address-area:not(:last-child) {
    margin-bottom: 30px;
}

.blog-right-contact-section .address-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 8px;
}

.blog-right-contact-section .address-description {
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 0;
}

.address-link {
    display: block;
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 5px;
    transition: all 0.3s ease;
}

.address-link:hover {
    color: var(--theme-primary);
}

.address-link:last-child {
    margin-bottom: 0;
}

.address-link span {
    font-weight: 600;
    color: inherit;
}

.social-links-section {
    display: flex;
    gap: 10px;
    align-items: center;
}

.social-links {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border-radius: 10px;
    border: 1px solid #000000;
    line-height: 1;
    transition: all 0.3s ease;
}

.social-links:hover {
    background: var(--theme-primary);
    color: rgba(var(--theme-white-rgb), 1);
    border-color: var(--theme-primary);
}

header .menu {
    padding: 0;
}

.user-notification-btn img {
    width: 25px;
    height: 25px;
}

.new-user-notification {
    display: flex;
    align-items: center;
    gap: 15px;
}

.user-notification-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    /* background: rgba(var(--theme-white-rgb), 1); */
    background: var(--theme-secondary);
    border-radius: 100%;
    transition: all 0.3s ease;
}

.user-notification-btn:hover {
    background: #9fb1eb;
}

header .menu .navbar .navbar-right .header-profile .new-profile-btn-area .profile-btn img {
    width: 50px;
    height: 50px;
}

/* new toster */
.success-aleart-area {
    position: fixed;
    right: 15px;
    width: 100%;
    top: 100px;
    display: flex;
    z-index: 11;
    align-items: center;
    justify-content: start;
    max-width: 600px;
    transition: all 0.3s ease;
}

.success-aleart-area.hide {
    visibility: hidden;
    opacity: 0;
    display: none;
}

.success-aleart-area.show {
    visibility: visible;
    opacity: 1;
    display: flex;
}

.catogery-page-main-container {
    padding-top: 30px;
    background-color: var(--theme-secondary);
}

header {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid #b6b6b6;
}

.list_your_business-section {
    background-color: #C2D2FF;
    padding: 75px 0;
    margin: 60px 0 30px;
}

.list_your_business-section-image-area {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.list_your_business-section-image {
    max-height: 330px;
    max-width: 100%;
}

.list_your_business-section-content-area {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;

}

.list_your_business_paragraph {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6em;
    margin-bottom: 50px;
}

.custom-dropdown-menu {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    min-width: 160px;
    z-index: 999;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 15px;
    max-height: 300px;
    overflow: auto !important;
}

.custom-dropdown-menu.show {
    display: block;
}
.custom-dropdown-menu .dropdown-menu-item a,
.custom-dropdown-menu .dropdown-menu-item{
    display: block !important;
}
.catogery-product-card-container .single-product-category{
    background-color: #F5F6FA;
}
.filter-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
}
.filter-area .filter-btns {
    background: #E4EBFF;
    padding: 8px;
    border-radius: 8px;
    column-gap: 5px;
    row-gap: 10px;
}
.filter-area .filter-btns .filter-btn {
    border: none;
    outline: none;
    box-shadow: none;
     background: transparent;
    color: var(--theme-primary);
    transition: all 0.3s ease;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 1;
    border-radius: 8px;
    vertical-align: middle;
    display: flex;
    gap: 5px;
    align-items: center;
}
.filter-area .filter-btns .filter-btn img{
    width: 24px;
    transition: all 0.3s ease;
    height: 24px;
}
.filter-area .filter-btns .filter-btn:focus{
    box-shadow: none;
    outline: none;
}
.filter-area .filter-btns .filter-btn:hover,
.filter-area .filter-btns .filter-btn[aria-expanded="true"]{
    color: rgba(var(--theme-white-rgb), 1);
    background: var(--theme-primary);
}
.filter-area .filter-btns .filter-btn img{
    filter: brightness(0) saturate(100%) invert(33%) sepia(56%) saturate(886%) hue-rotate(189deg) brightness(81%) contrast(90%);
}
.filter-area .filter-btns .filter-btn:hover img,
.filter-area .filter-btns .filter-btn[aria-expanded="true"] img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(49%) saturate(0%) hue-rotate(316deg) brightness(109%) contrast(101%);
}
.new-catogery-section .product-category-slider{
    margin: 0 30px;
}
.new-catogery-section .product-category-slider .banner_slider_prev {
    left: -20px;
    right: auto;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}
.new-catogery-section .product-category-slider li{
    margin: 0 5px;
}
.new-catogery-section .product-category-slider .banner_slider_next {
    right: -20px;
    left: auto;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}

/* -------------------- profile list drop-down ------------------- */

header .menu .navbar .navbar-right .profile-list ul li a{
    font-size: 16px;
}
.myprofile-list-icon-wrapper{
    margin-right: 15px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.myprofile-list-icon-wrapper img{
    width: 100%;
    height: 100%;
}
header .menu .navbar .navbar-right .header-profile a .myprofile-list-icon-wrapper img{
    width: 100%;
    height: 100%;
}
.side-menu-mobile .ctm-profile-main-image{
    width: 60px;
    height:60px;
    border-radius: 50%;
}
.side-menu-mobile .profile-section .ctm-profile-main-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ctm-profile-main-wrapper{
    gap: 20px;
}

/* ******************** new footer ********************* */

.ctm-site-footer {
  color: #000;
  /* background-color: #F5F6FA; */
  background-color: #e6f7ff;
}

.ctm-site-footer h5 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.ctm-site-footer ul {
  padding-left: 1.2rem;
  display: flex;
  flex-direction: column;
}

.ctm-site-footer ul li {
  margin-bottom: 8px;
  display: list-item;
  list-style-type: disc;
}

.ctm-site-footer .list-unstyled {
  padding-left: 0;
}

.ctm-site-footer .list-unstyled li{
    list-style-type: none;
    display: flex;
    align-items: start;
}
.ctm-site-footer .list-unstyled li img{
    padding-right: 10px;
}

.ctm-site-footer ul li a {
  color: inherit;
  font-weight: 500;
}

.ctm-site-footer .footer-text {
  margin-top: 20px;
  font-size: 16px;
}

.ctm-site-footer a:hover {
  color: var(--theme-accent);
  transition: 0.4s all;
}

.ctm-copyright-panel{
    border-top: 20px solid #fff;
}

.ctm-copyright-panel p {
  padding-top: 8px;
}

.footer-description {
  border-right: 20px solid #fff;
}

.footer-description p {
  text-align: justify;
}
/* ******************** new footer end ******************* */
.inner_page_banner_slider .banner_slider .slick-dots {
    right: auto;
    left: 50%;
    width: auto;
    transform: translateX(-50%);
}
.inner_page_banner_slider .banner_slider_item img{
    max-height: unset;
    height: 450px;
}
.banner-ctm-btn {
    padding: 15px 20px;
    border-radius: 5px;
    line-height: 1;
    font-size: 15px;
    margin-top: 15px;
}
.banner-static-content {
    position: absolute;
    top: 50px;
    text-align: center;
    bottom: 50px;
    right: 177px;
    left: 54%;
}
.banner-static-content-title {
    font-size: 42px;
    font-weight: 900;
    color: #1A2A4D;
    font-family: 'Montserrat';
    line-height: 1.1em;
    margin-bottom: 32px;
}
.banner-static-content-desc {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Montserrat';
    line-height: 1.3em;
    margin-bottom: 18px;
    color: #000;
}
.banner-static-content-desc strong {
    font-weight: 600;
}

/* common select2 css */
.select2-container{
    outline: none !important;
    display: block;
}
html body .select2-container .select2-selection .select2-selection__arrow {
    height: 99%;
    right: 12px;
    bottom: 0;
    top: 0;
    background-image: url(../static_images/arrow-down.svg);
    background-position: 0 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}
html body .select2-container--open  .select2-selection__arrow {background-image: url(../static_images/arrow-up.svg) !important;}
html body .select2-selection .select2-selection__arrow b {display: none !important;}
.select2-container .select2-selection {
    height: 60px;
    border-radius: 10px;
    border: 1px solid #bdbdbd;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: none;
}
.select2-container--default .select2-results__option--selected {
    background-color: #007fccc2;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--theme-primary);
    color: white;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.3em;
    color: #000;
    height: 100%;
    padding: 0 35px 0 16px;
    display: flex;
    align-items: center;
}
.select2-container--default .select2-selection .select2-selection__placeholder {
    color: #646464;
}
/* end common select2 css */
.catogery-select-group {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 75%;
    gap: 15px;
    margin-bottom: 25px;
}

.new-catogery-card {
    display: flex;
    column-gap: 20px;
    padding: 15px;
    margin: 0;
    row-gap: 15px;
    background: #F5F6FA;
}
.new-catogery-card .card-content-area {
    width: calc(100% - 220px);
}
.new-catogery-card .product-category-detail{
    padding: 0;
}
.new-catogery-card .product-category-detail .image-section {
    margin: 0;
    height: 100%;
}
.new-catogery-card .product-category-detail .image-section img {
    width: 100%;
    border-radius: 17px;
    max-height: 220px;
    height: 100%;
    max-width: 220px;
    object-fit: cover;
    object-position: center;
}
.new-catogery-card .product-category-detail .image-section .button-section{
    border-radius: 17px;
}
.new-catogery-card .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3em;
}
.new-catogery-card .sub-title {
    font-size: 16px;
    line-height: 1.3em;
    color: #4f4f4f;
    margin-bottom: 10px;
}
.new-catogery-card .catogery-card-address-link {
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 10px;
    display: block;
}
.new-catogery-card .catogery-card-address-link .address-pointer-icon {
    top: -1px;
}
.new-catogery-card .card-content-area .heading-area {
    position: relative;
    display: flex;
    justify-content: space-between;
    column-gap: 15px;
    flex-wrap: wrap;
}
.new-catogery-card .card-content-area .heading-area .verified-business{margin: 0 !important;}
.new-catogery-card .card-content-area .product-category-rating {
    background-color: #f8f8f800;
    padding: 0;
}
.new-catogery-card .verified-area {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 6px;
}
.new-catogery-card .btn-area {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
    flex-wrap: wrap;
}
.new-catogery-card .btn-area .know-more-btn {
    padding: 10px 11px !important;
    border-radius: 10px;
    font-size: 16px;
    background: #000;
}
.new-catogery-card .ctm-badge {
    font-size: 16px;
    color: #fff;
    background: #365ED7;
    padding: 10px 11px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}
.new-catogery-card .ctm-badge img{
    width: 16px;
    filter: brightness(0) invert(1);
    height: 16px;
}
.new-catogery-card .ctm-badge.whatsApp{background: #06930B;}

.new-faq-icon {
  width: 20px;
  height: 3px;
  background: var(--theme-primary);
  position: relative;
  transition: 0.25s all cubic-bezier(0.17, 0.67, 0.09, 0.97);
  display: block;
  border-radius: 30px;
}
.new-faq-icon::after {
  content: "";
  width: 20px;
  transition: 0.25s all cubic-bezier(0.17, 0.67, 0.09, 0.97);
  transition-delay: 0.1s;
  height: 3px;
  position: absolute;
  opacity: 0;
  background: var(--theme-primary);
  border-radius: 30px;
}
.new-faq-icon::after {
  transform: rotate(90deg);
  opacity: 1;
}
.card-link:not(.collapsed) .new-faq-icon::after {
  transform: rotate(0deg);
}
.step-wise-form{padding-bottom: 1px;}
.post-your-add-container{
    background: #E6F7FF;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 40px;
}
.post-your-add-container fieldset {
    padding-bottom: 0 !important;
}
.post-your-add-container .section-header{
    padding: 0 0 25px !important;
}
.post-your-add-container .form-content{
    padding: 0 0 25px !important;
}
.post-your-add-container .section-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500 !important;
    margin-bottom: 0 !important;
}
.post-your-add-container .form-content .form-control {
    border-radius: 10px;
}
.post-your-add-container .description p {
    font-size: 14px;
}
.post-your-add-container .form-content label {
    font-size: 18px;
    font-weight: 500;
}
.post-your-add-container .form-content .select2-container .select2-selection {
    height: 48px;
}
.new-business-catogery-keyword-step-form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.new-business-catogery-keyword-step-form .single-business-category {
    margin: 0 !important;
    max-width: 175px;
}
.new-business-catogery-keyword-step-form .single-business-category img {
    padding: 0;
    max-width: 175px;
    width: 100%;
    height: auto;
    max-height: 118px;
    border-radius: 20px;
    margin-bottom: 10px;
}
.new-business-catogery-keyword-step-form .single-business-category p {
    color: var(--theme-primary);
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 600;
}
.file-dropzone-area.image-box {
    background: #ffff;
    cursor: pointer;
    overflow: hidden;
    border: 2px dashed #B8D5FF;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 220px;
    max-height: 330px;
    padding: 15px;
}
.file-dropzone-content{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    flex-wrap: wrap;
}
.file-dropzone-content .uploadIcon {
    width: 32px !important;
    height: 32px !important;
}
.file-dropzone-content .img-box-inner-text {
    font-size: 20px !important;
    font-weight: 500;
    line-height: 1.2em;
}
.file-dropzone-content .img-box-inner-text span{
    color: var(--theme-accent);
    font-weight: 600;
    text-decoration: underline;
}
.nav-tab-catalog-content {
    gap: 15px;
}
.nav-tab-catalog-content li {
    margin-right: 0;
    width: auto;
}
.nav-tab-catalog-content li .nav-link.single-catalog {
    padding: 16px;
    height: auto;
    min-width: 120px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    border-radius: 12px;
}
.custom-nav-tabs {
    border: none !important;
    gap: 15px;
    padding-bottom: 35px;
}
.custom-nav-tabs .nav-item {
    margin: 0 !important;
}
.custom-tab-content .accordion-item .custom-accordion-btn{
    padding-right: 35px !important;
    position: relative;
}
.custom-tab-content .accordion-item .custom-accordion-btn::before{
    content: '';
    width: 18px;
    height: 18px;
    background-image: url(../static_images/arrow-down.svg);
    background-position: center center;
    background-size: 18px;
    background-repeat: no-repeat;
    position: absolute;
    top: 18px;
    right: 10px;
    transition: background-image 0.01s ease;
}
.custom-tab-content .accordion-item .custom-accordion-btn:not(.collapsed)::before{
    background-image: url(../static_images/arrow-up.svg);
    top: 16px;
    filter: brightness(0) invert(1);
}

.custom-tab-content .accordion-item .custom-accordion-btn,
.custom-nav-tabs .nav-item .nav-link {
    background-color: transparent;
    border-radius: 12px;
    min-width: 120px;
    color: #000;    
    font-size: 18px;
    cursor: pointer;
    padding: 16px;
    transition: all 0.4s ease;
    border: 2px solid var(--theme-primary);
    outline: none !important;
    box-shadow: none !important;
}
.custom-nav-tabs .nav-item .nav-link:hover,
.custom-tab-content .accordion-item .custom-accordion-btn:hover,
.custom-tab-content .accordion-item .custom-accordion-btn:not(.collapsed),
.custom-nav-tabs .nav-item .nav-link.active {
    background-color: var(--theme-primary);
    color: #fff;
}
.custom-tab-content .accordion-item .accordion-header{
    margin: 0 !important;
}
.custom-tab-content .accordion-item .custom-accordion-btn{
    border: none !important;
    border-radius: 8px;
    background-color: transparent;
    transition: all 0.5s ease;
}
.custom-tab-content .accordion-item .custom-accordion-btn:not(.collapsed){
    border-radius: 8px 8px 0 0;
}
.label-desc{
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1;
    color: #606060;
}
.overview-section {
    padding: 12px 0 60px;
}
.overview-section .section-title{
    margin-bottom: 20px;
}
.overview-section .content-area .content-text {
    font-size: 17px;
    line-height: 1.3em;
    margin-bottom: 20px;
}
.overview-section .content-area .content-text:last-child{
    margin-bottom: 0;
}
.photos-videos-section {
    background-color: #E6F7FF;
    padding: 30px 0;
    margin-bottom: 60px;
}
.seaction-heading-area{
    margin-bottom: 36px;
    gap: 15px;
}
.section-desc {
    font-size: 18px;
    line-height: 1.3em;
}
.image-card-container .image-container-column{
    padding-bottom: 30px;
}
.image-card {
    border-radius: 20px;
    overflow: hidden;
}
.image-card .image-card-image {
    border-radius: 20px;
    width: 100%;
    height: auto;
    object-fit: cover;
    vertical-align: middle;
    transition: all 0.3s ease;
    max-height: 268px;
}
.image-card:hover .image-card-image{
    transform: scale(1.05);
}
/* post free add payment page  */
.add-payment-page {
    padding: 60px 0;
}
.banking-info-section .bank-info-row {
    margin-bottom: -15px;
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.banking-info-section .bank-info-column{
    padding: 0 7.5px 15px;
}
.banking-info-section .qr-area {
    padding: 27px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}
.payable-amount {
    font-size: 24px;
    line-height: 1.4em;
    color: var(--theme-primary);
    margin-bottom: 15px;
}
.banking-info-section .qr-image {
    max-width: 133px;
    max-height: 133px;
    margin: 0 auto 10px;
    object-fit: contain;
}
.banking-info-section .upi-icon-image {
    max-width: 99px;
    max-height: 24px;
    object-fit: contain;
    margin: 0 auto;
}
.banking-info-section .qr-note {
    font-size: 17px;
    font-weight: 500;
    margin: 7px 0 0;
    line-height: 1.3em;
}
.bank-info-label {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 1.3em;
    background: var(--theme-primary);
    padding: 15px 20px;
    border-radius: 10px 0 0 10px;
    height: 100%;
    display: flex;
    align-items: center;
}
.bank-info-detail {
    font-size: 18px;
    font-weight: 400;
    color: var(--theme-primary);
    line-height: 1.3em;
    padding: 15px 20px;
    border-radius: 0px 10px 10px 0px;
    border: 1px solid var(--theme-primary);
    height: 100%;
    display: flex;
    align-items: center;
}
.location-section {
    padding: 40px 0;
    margin: 60px 0;
}
.location-container {
    max-width: 60%;
    margin: 0 auto;
}
.location-container .select2-container--default .select2-selection--single .select2-selection__rendered {padding: 0 6px;}
.location-container .select2-container .select2-selection__arrow { display: none !important; }
.select2-group {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 0 15px;
    border: 1px solid #d5d5d5;
    border-radius: 12px;
}
.select2-group .select2-container .select2-selection {
    height: 60px;
    border-radius: 0;
    border: none;
}
.select-label {
    line-height: 1.3em;
    border-right: 1px solid #c8c8c8;
    height: 60px;
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 6px;
    margin-right: 0.9px;
}
.search-location-icon {
    width: 18px;
    height: 18px;
    margin: auto;
}
.add-payment-details-section {
    padding: 60px 0;
}
.custom-form-area {
    padding: 30px 30px 20px;
    background: var(--theme-primary-light);
    border-radius: 20px;
}
.custom-file-dropzone {
    border: 2px dashed var(--theme-primary);
    border-radius: 10px;
    background: #F8FBFF;
    padding: 37px;
    text-align: center;
    cursor: pointer;
}
.custom-file-dropzone .preview{
    width: max-content;
    margin: 0 auto;
    position: relative;
}
.custom-file-dropzone .preview .change-text {
    position: unset;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.custom-file-dropzone .preview .change-text span {
    font-size: 12px;
    background-color: #007fc0b3;
    border-radius: 5px;
    color: #fff;
    padding: 6px 15px;
    transition: all 0.3s ease;
}
.custom-file-dropzone:hover .preview .change-text span {
    background-color: var(--theme-primary);
}
.custom-file-dropzone .file-dropzone-content {
    flex-direction: column;
}
.custom-file-dropzone .file-dropzone-content .img-box-inner-text span {
    font-size: 20px !important;
}
.custom-file-dropzone .file-dropzone-content .uploadIcon {
    margin: 0px 0 6px;
}
.custom-file-dropzone.dragover { background: #d4f1ff; }
.custom-file-dropzone img {
    max-width: 100%; 
    max-height: 250px;
    border-radius: 10px;
}
.custom-file-dropzone small{
    color: #94A3B8;
}
.custom-file-dropzone small span{
    font-size: 16px;
    color: #000;
}
.new-file-dropzone.custom-file-dropzone {
    padding: 9.7px;
    border: 2px dashed #B8D5FF;
}
.new-file-dropzone .file-dropzone-content .uploadIcon {
    width: 27px !important;
    height: 27px !important;
    margin: 0 0;
}
.new-file-dropzone .file-dropzone-content .img-box-inner-text,
.new-file-dropzone .file-dropzone-content .img-box-inner-text span {
    font-size: 13px !important;
}
.new-file-dropzone.custom-file-dropzone img {
    max-height: 100px;
}
.file-upload-note {
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px;
    display: block;
}
.heading-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.heading-container .post-add-custom-nav-tab .ctm-btn{
    min-width: unset;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 10px;
}
.heading-container .post-add-custom-nav-tab .ctm-btn.active{
    display: none;
}
.table-action-btn-area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #ffff;
    padding: 5px 8px;
    border-radius: 10px;
    border: 1px solid #d5d5d5;
    width: max-content;
    position: relative;
    margin: 0 auto;
}
.ctm-action-btn.btn {
    padding: 0;
    line-height: 1;
    font-size: 0;
    transition: all 0.3s ease;
}
.ctm-action-btn.btn svg {
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
}
.ctm-action-btn.btn img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    vertical-align: middle;
    transition: all 0.1s ease;
}
.ctm-action-btn.btn:hover svg path{fill: #F5A41D;}
.ctm-action-btn.btn:hover img{
    filter: brightness(0) saturate(100%) invert(82%) sepia(51%) saturate(3882%) hue-rotate(347deg) brightness(101%) contrast(92%);
}
.ctm-action-btn.btn:not(:last-child)::after {
    content: '';
    background: #d5d5d5;
    top: 0;
    bottom: 0;
    right: 50%;
    position: absolute;
    width: 1px;
}
.post-add-status-table{
    border-radius: 20px;
    overflow: hidden;
    border-collapse: separate;
    border: 1px solid #dee2e6;
}
.post-add-status-table th{border: none !important;background: none !important;}
.post-add-status-table th,
.post-add-status-table td {
    font-size: 14px;
    padding: 15px;
    vertical-align: middle !important;
}
.post-add-status-table .text-success{color:#3ED03E !important;}
.post-add-status-table .proof-icon {
    width: 23px;
    height: 23px;
    vertical-align: middle;
    object-fit: contain;
    margin: 0;
}

table .award-image {
    height: 60px;
    width: 60px;
    object-fit: cover;
}
.custom-new-table-responsive{
    max-height: 450px;
    padding-right: 5px;
}
.custom-new-table th,
.custom-new-table td{
    vertical-align: middle;
}
.editBtn{
    margin-right: 5px;
}
.editBtn img,
.deleteBtn img{
    width: 20px;
    height: 20px;
    object-fit: contain;
    vertical-align: middle;
}
.file-dropzone-area{position: relative;}
.file-dropzone-area .deleteBtn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #b7e7ff;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px #00000030;
}
/******************************************************************
    --------------------------------------------------------
                            responsive 
    --------------------------------------------------------
******************************************************************/

/* custom class for bootstrap row columns grid function */
@media (max-width: 1599.98px) {
    .service-list-slider .banner_slider_prev {
        left: -20px;
    }

    .service-list-slider .banner_slider_next {
        right: -20px;
    }
}

@media (max-width: 1569.98px) {
    .profile-list {
        right: 0 !important;
    }

    body .profile-list::before {
        left: auto !important;
        right: -22px;
    }
}

@media (min-width: 1400px) {
    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
}

@media (max-width: 1499.98px) {
    .detail-webpage-content {
        padding: 30px 50px;
    }

    .detail-web-banner.detail-web-page .detail-web-profile {
        padding-left: 0;
    }

    .detail-web-banner-inner-container {
        column-gap: 20px;
        flex-wrap: wrap;
    }

    .detail-web-banner .content-section .content-inner {
        padding: 0 39% 0 0;
    }

    .detail-web-banner .about-profile-list.btn-area {
        position: absolute;
        top: 34px;
        right: 20px;
        padding-right: 0px;
    }

    .detail-web-banner .content-section {
        flex: 2 2 auto;
        width: 50%;
    }

    .click-review-container {
        right: 18px;
    }
}


@media (max-width: 1399.98px) {
    .new-catogery-card {
        column-gap: 15px;
    }
    .new-catogery-card .product-category-detail .image-section img{
        max-height: 100%;
        max-width: 175px;
    }
    .new-catogery-card .card-content-area{
        width: calc(100% - 175px);
    }
    .new-catogery-card .title {
        margin-bottom: 3px;
    }
    .new-catogery-card .sub-title{
        margin-bottom: 3px;
    }
    .new-catogery-card .verified-area {
        flex-direction: row;
        gap: 10px;
        margin-bottom: 6px;
    }
    .new-catogery-card .catogery-card-address-link{
        margin-bottom: 5px;
    }
    .new-catogery-card .btn-area {
        gap: 10px;
        margin-top: 4px;
    }
    .new-catogery-card .ctm-badge{
        font-size: 13px;
    }
    .new-catogery-card .btn-area .know-more-btn {
        font-size: 13px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .new-catogery-card {
        padding-bottom: 70px;
        position: relative;
    }
    .new-catogery-card .btn-area {
        position: absolute;
        bottom: 15px;
        left: 15px;
        right: 15px;
    }
}

@media (max-width: 1299.98px) {
    .click-review-container {
        top: 100px;
        bottom: auto;
    }

    .detail-webpage-content {
        padding: 30px 15px;
    }

    .single-information-card.information-card-primary .working-days-container,
    .single-information-card.information-card-primary .timing li {
        gap: 15px;
    }
}

@media (max-width: 1199.98px) {
    .new-search-section {
        justify-content: center;
    }

    body .profile-list::before {
        left: auto !important;
        right: -12px;
    }
    .blog_slider {
        margin: 0 -7.5px;
    }
    .new-blog-section .cutsom-blog-card {
        margin: 0 7.5px;
    }
}

@media (min-width: 992px) {
    .ctm-site-footer .container-fluid {
        padding-right: 25px;
        padding-left: 25px;
    }
    .footer-right-section{
        position: relative;
    }
    .footer-right-section::before {
        content: '';
        background: #fff;
        position: absolute;
        left: 47%;
        width: 20px;
        top: 0;
        bottom: 0;
    }
    .footer-description {
        padding-right: 30px;
    }
}
@media (max-width: 991px) {
    .navbar-right {
        padding-left: 0;
    }

    header .menu .navbar .navbar-collapse ul li {
        height: unset;
    }

    header .menu .navbar .navbar-collapse ul li a {
        height: unset;
    }

    .home-page-right {
        padding: 30px 0px 0 !important;
    }

    .newSearchArea {
        justify-content: center;
    }

    .place-search-container {
        width: calc(50% - 65px);
    }

    .place-search-area input {
        width: calc(100% - 103px);
    }

    .inquiry-section .inquiry-form {
        text-align: left;
    }

    .information-section.rating-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .new-rating {
        flex-wrap: wrap;
        flex-direction: column-reverse !important;
        gap: 25px;
    }

    .single-product-category {
        margin-bottom: 0;
        padding: 15px;
    }

    .single-product-category .product-category-detail .heading h5 {
        font-size: 16px;
    }

    .single-product-category .product-category-detail a {
        font-size: 14px;
        padding-bottom: 6px;
    }

    .single-product-category .product-category-detail a:last-child {
        padding-bottom: 0px;
    }

    .rating ul li i,
    .single-product-category .product-category-rating ul li,
    .single-product-category .product-category-rating p {
        font-size: 14px;
    }

    body .enquiry-btn,
    body .know-more-btn {
        margin: 5px 0;
    }

    .baby-care-section.mobile .sub-category-content {
        z-index: 11;
        background-color: #e4ebff;
        padding: 10px 10px;
        border-radius: 12px;
        top: 75px;
        left: 200px;
        box-shadow: 3px 4px 15px #0000001a;
        border: 1px solid #cbcaca;
        left: calc(var(--arrow-left) - 14%);
    }

    .baby-care-section.mobile .sub-category-content::before {
        left: calc(var(--arrow-left) - 5%);
        border-bottom: 15px solid #e4ebff;
    }

    .baby-care-section.mobile .sub-category-content ul {
        background-color: transparent;
        border-radius: 0;
        box-shadow: none;
    }

    .baby-care-section.mobile .sub-category-content ul li .single-sub-category {
        background-color: unset;
    }

    .detail-web-banner-img {
        height: inherit;
        width: 300px;
        filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.1));
    }

    .detail-web-banner-img img {
        object-fit: contain;
    }

    .detail-web-banner .content-section .content-inner {
        padding: 0 32% 0 0;
    }

    .contact-info.contact-badge ul {
        flex-wrap: wrap;
    }

    .detail-web-banner .about-profile-list.btn-area {
        justify-content: center;
        flex-wrap: wrap;
        max-width: 110px;
    }

    .click-review-title {
        font-size: 16px;
        margin: 0;
    }

    .click-review-container .rating>label:nth-child(2) {
        margin-left: 0;
    }

    .click-review-container .rating>label:before {
        font-size: 18px;
    }

    .verified-container {
        flex-wrap: wrap;
        gap: 0;
        column-gap: 10px;
    }

    header .menu .navbar .navbar-collapse ul li .nav-link::after {
        display: none;
    }

    .why-choose-fegmacci-section .why-choose-card-col {
        padding-bottom: 30px;
    }

    .main-desctription {
        font-size: 16px;
    }

    .list_your_business-section-content-area {
        align-items: center;
        text-align: center;
    }

    .list_your_business_paragraph {
        margin-bottom: 30px;
    }
    .banner_slider .slick-dots {
        bottom: 25px;
    }

    .footer-description{     /* new css */
        border-right: none;
    }
    .catogery-select-group{
        max-width: 100%;
    }
    .file-upload-note{
        font-size: 12px;
        line-height: 14px;
    }
    .custom-form-area .form-label,
    .custom-form-area .form-control{
        font-size: 16px;
    }

}

@media (max-width: 767px) {
    .sub-search-area label,
    .place-search-area label,
    .sub-search-area input,
    .place-search-area input {
        min-height: auto;
    }
    .form-control {
        height: 46px;
    }

    .information-section.rating-section {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .rating-summary {
        margin: 0 !important;
    }

    .banner-section.new-banner .content-section {
        flex-wrap: wrap;
        right: 30%;
        gap: 15px;
    }

    .category-webpage .faq-section .card-body {
        font-size: 16px;
        padding: 14px 15px 0;
    }

    .modal-popup-btn {
        width: 30px;
        height: 30px;
    }

    .modal-popup-btn img {
        width: 15px;
        height: 15px;
    }

    .detail-web-banner .about-profile-list.btn-area {
        max-width: 85px;
    }

    .detail-web-banner-img {
        height: 350px;
        width: calc(100% - 100px);
        margin: -55px 0 15px;
        flex: none;
    }

    .detail-web-banner .content-section .content-inner {
        padding: 0;
    }

    .review-img {
        margin: 15px 0 0;
    }

    .newSearchArea {
        flex-wrap: wrap;
    }

    .place-search-container {
        width: 100%;
    }

    .catogery-search {
        width: 100%;
    }

    .sub-search-area input {
        width: calc(100% - 132px);
    }

    .why-choose-fegmacci-section .why-choose-card-col {
        padding-bottom: 15px;
    }

    .why-choose-fegmacci-section .why-choose-card-col:last-child {
        padding-bottom: 0;
    }

    .list_your_business-section {
        padding: 35px 0;
        margin: 35px 0;
    }
    .select2-container .select2-selection {
        height: 46px;
    }
}

@media (max-width: 670px){
    .filter-area .filter-btns {
        margin-left: auto;
    }
}
@media (max-width: 575px) {
    .newSearchArea {
        width: auto;
    }
    .copyright-section {flex-wrap: wrap;justify-content: center;}
    .copyright-section p {
        font-size: 12px;
        line-height: 1.6em;
    }
    .section-title {
        font-size: 22px;
        line-height: 28px;
    }

    header .menu .navbar {
        height: 65px !important;
    }

    .place-search-area input {
        width: 100%;
        padding: 10.5px 16px;
    }

    .sub-search-area input {
        width: calc(100% - 120px);
        padding: 10.5px 27px 10.5px 16px;
    }

    .inquiry-section .inquiry-form {
        border-radius: 0;
        padding: 30px 20px;
    }

    .inquiry-section {
        padding: 25px 15px;
    }

    .information-section.rating-section {
        padding: 35px 15px;
    }

    .form-control {
        height: auto;
        font-size: 14px;
    }

    .rating-summary {
        width: 100%;
    }

    .bar-container {
        width: calc(100% - 105px);
    }

    .category-webpage .slider-section {
        padding: 0 46px 20px;
    }

    .category-webpage .slider-section .single-slider img {
        height: 165px;
    }

    .category-webpage .search-section {
        padding: 0 15px 15px;
    }

    body .search-area input {
        padding-left: 45%;
    }

    body .search-area .place-search {
        width: 43%;
    }

    .category-section-mobile {
        padding: 15px 15px;
        z-index: 1050;
    }

    .category-section-mobile .category-list-mobile li a {
        font-size: 14px;
        justify-content: center;
        height: 100%;
    }

    .category-section-mobile .category-list-mobile {
        gap: 15px;
        justify-content: center;
    }

    .category-section-mobile .category-list-mobile li {
        padding: 10px 5px;
        width: 45%;
        border: 1px solid #dddddd;
    }

    .baby-care-section .baby-care-content .filter-section {
        padding: 20px 15px;
    }

    .baby-care-section.mobile .sub-category-content {
        top: 80px;
    }

    .baby-care-section.mobile .sub-category-content::before {
        top: -19px;
        border-bottom: 20px solid #e4ebff;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
    }

    .product-link-list {
        padding: 30px 15px;
    }

    .banner-section {
        padding: 0 15px 30px;
    }

    footer {
        padding: 30px 0;
    }

    .copyright-section {
        padding: 20px 15px;
    }

    header .menu {
        padding: 0;
    }

    .faq-section {
        padding: 30px 15px;
        margin-top: 30px;
    }

    .category-webpage .faq-section .card-header {
        font-size: 16px;
    }

    .category-webpage .faq-section .card-body {
        font-size: 14px;
        margin-top: 10px;
        padding: 10px 15px 0;
    }

    .category-webpage .faq-section .single-accordion {
        padding: 15px;
    }

    .faq-section .single-accordion.active {
        border-radius: 10px;
    }

    .ctm-btn {
        padding: 10px 10px;
    }

    .banner-section .content-section .heading h5 {
        font-size: 16px;
        padding-right: 10px;
    }

    .banner-section .image-section img {
        height: 120px;
    }

    .detail-web-banner-img {
        height: 270px;
        width: 100%;
        max-width: unset;
    }

    .detail-web-banner .about-profile-list.btn-area {
        justify-content: end;
        max-width: 100%;
        background: #00629387;
        left: 15px;
        right: 15px;
        padding: 8px 10px 8px 0px;
        top: 0;
        border-radius: 6px 6px 0px 0;
    }

    .detail-web-banner .detail-web-profile .content-section .heading h5 {
        font-size: 20px;
    }

    .detail-web-banner-img img {
        border-radius: 15px;
    }

    .detail-web-banner-inner-container .detail-web-banner-img::before {
        border-radius: 15px;
    }

    .rating-section-title {
        line-height: 1.3em;
        margin-bottom: 25px;
        font-size: 20px;
    }

    .single-information-card.information-card-primary .working-days-container,
    .single-information-card.information-card-primary .timing li {
        flex-wrap: wrap;
        justify-content: center;
    }

    .category-webpage.detail-web-banner.detail-web-page {
        margin: 45px 0px;
    }

    .single-information-card .title p {
        font-size: 20px;
    }

    .about-card-title {
        font-size: 20px;
    }

    .about-card-description {
        font-size: 16px;
    }

    .banner_slider_item .book-now-btn {
        top: 10px;
        right: 10px;
    }

    .banner_slider_next,
    .banner_slider_prev {
        bottom: 10px;
        right: 15px;
        padding: 5px 10px;
    }

    .banner_slider_prev {
        right: 55px;
    }

    .main-desctription {
        text-align: start;
    }

    .new-trending-section .single-trending .content-section p {
        font-size: 18px;
        line-height: 24px;
    }

    .new-trending-section .single-trending .content-section ul li {
        line-height: 19px;
    }

    .new-trending-section .single-trending .content-section ul li a {
        font-size: 16px;
    }

    .new-trending-section .single-trending .image-section img {
        height: auto;
    }

    .new-trending-section .single-trending .content-section {
        margin-bottom: 20px;
    }

    .new-blog-section .single-blog .image-section {
        margin: 25px 0 10px;
    }

    .new-blog-section .date-area {
        width: 60px;
        height: 60px;
    }

    .new-blog-section .date-area .day {
        font-size: 18px;
    }

    .new-blog-section .date-area .month {
        font-size: 14px;
    }

    .blog-right-contact-section {
        padding: 30px 15px;
        border-radius: 15px;
    }

    .blog-right-contact-section .address-title {
        font-size: 18px;
    }

    .blog-right-contact-section .address-description {
        font-size: 16px;
    }

    .address-link {
        font-size: 16px;
    }

    .list_your_business_paragraph {
        font-size: 16px;
        margin-bottom: 25px;
    }
    .service-section .service-content .service-list {
        margin-right: -7.5px;
        margin-left: -7.5px;
    }
    .service-section .service-content ul li {
        padding: 0 7.5px;
        width: 100%;
        padding-bottom: 15px;
    }
    .blog_slider{
        margin: 0 0;
        overflow: unset;
    }

    /* ----------- footer --------- */   /* new css */
    .ctm-site-footer ul li a {
        font-size: 15px;
    }
    .ctm-site-footer h5 {
        font-size: 16px;
    }
    .column-gap-20{
        column-gap: 20px;
    }
    .catogery-select-group{
        flex-wrap: wrap;
        margin-bottom: 25px;
    }
    .select2-container .select2-selection {
        height: 47px;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 0 30px 0 16px;
    }
    html body .select2-container .select2-selection .select2-selection__arrow {
        background-position: 50% 50%;
        background-size: 70%;
        right: 5px;
    }
    .profile-section .profile-content .tab-content {
        border-radius: 15px;
        padding: 25px 15px !important;
    }
    .bank-info-detail,
    .bank-info-label {
        border-radius: 10px;
        font-size: 16px;
        padding: 15px;
    }

    .banking-info-section .qr-area {
        padding: 27px 15px;
        border-radius: 15px;
    }
    .payable-amount {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .banking-info-section .qr-note {
        font-size: 14px;
    }
    .section-desc {
        font-size: 16px;
    }
    .location-section {
        padding: 35px 0 21px;
        margin: 40px 0;
    }
    .location-container {
        max-width: 100%;
        margin: 0 auto;
    }
    .select2-group .select2-container .select2-selection {
        height: 48px;
    }
    .select2-group {
        padding: 0 10px;
    }
    .select-label {
        height: 48px;
    }
    .add-payment-page {
        padding: 40px 0;
    }
    .add-payment-details-section {
        padding: 40px 0;
    }
    .custom-form-area {
        padding: 20px 15px 10px;
        border-radius: 15px;
    }

}

@media (min-width: 400px) and (max-width: 575px) {
    .service-section .service-content .service-list li {
        padding: 0 7.5px 15px;
        width: 50%;
    }
}
@media (max-width: 399.98px) {
    .service-section .service-list {
        margin-top: -10px !important;
    }
    .service-section .service-content .service-list li {
        padding: 10px;
    }
    .service-section .section-title{
        padding: 0 !important;
        margin: 0 !important;
    }
    .new-business-catogery-keyword-step-form .single-business-category {
        max-width: 100%;
    }
    .new-business-catogery-keyword-step-form .single-business-category img {
        max-width: 100%;
        max-height: unset;
    }
}
@media (max-width: 425px) {
    .rating-section .ratings-col {
        padding: 0 !important;
    }

    .star-box {
        font-size: 16px;
    }

    .star-box .star {
        font-size: 16px;
    }

    .count {
        font-size: 16px;
    }

    .category-webpage .slider-section .custom-slider-arrow {
        transform: translateY(-70%);
    }

    .category-webpage .slider-section .custom-slider-arrow.prev-arrow {
        right: auto;
        left: 5px;
    }

    .category-webpage .slider-section .custom-slider-arrow.next-arrow {
        left: auto;
        right: 5px;
    }

    .category-webpage .slider-section {
        padding: 0 15px 20px;
    }

    .banner-section .content-section .heading h5 {
        font-size: 16px;
        padding-right: 10px;
    }

    .banner-section.new-banner {
        background-color: var(--theme-primary);
    }

    .banner-section .image-section {
        position: relative;
    }

    .banner-section .image-section .new-banner-image {
        display: none;
    }

    .banner-section .image-section .new-banner-mobile-image {
        display: block;
    }

    .banner-section {
        padding: 30px 15px;
    }

    .banner-section .image-section img {
        height: 150px;
        width: 100%;
        background: none;
    }

    .banner-section.new-banner .content-section {
        flex-wrap: wrap;
        right: 30%;
        gap: 15px;
        margin: 15px 0 0;
        position: unset;
        justify-content: center;
        transform: unset;
    }

    .detail-webpage-content {
        padding: 0px 15px 30px;
    }

    .single-information-card.information-card-primary {
        padding: 15px;
        border-radius: 12px;
    }

    .about-and-location-container .about-card {
        padding: 15px;
        border-radius: 12px;
    }

    .single-information-card.contact-info.address-container .contact-area::before {
        left: -15px;
        right: -15px;
    }

    .custom-slider-section {
        padding: 25px 18px !important;
        border-radius: 20px;
    }

    .review-img img {
        border-radius: 10px;
        height: auto;
        width: 100%;
    }

    .service-list-slider {
        margin: 0 0px;
    }

    .service-list-slider .banner_slider_prev {
        left: -8px;
    }

    .service-list-slider .banner_slider_next {
        right: -8px;
    }
    .filter-area{margin-bottom: 20px;}
    .new-catogery-section .product-category-slider {
        margin: 0 15px;
    }
    .banner_slider .slick-dots {
        bottom: 6px;
    }
    .new-blog-section .cutsom-blog-card:last-child{
        margin-bottom: 0px;
    }
}
body .select2-container .select2-selection--multiple .select2-selection__rendered {
    overflow: auto;
    max-height: 96px;
    display: inline-block;
} 
body .select2-container .select2-selection.select2-selection--multiple {
    min-height: 60px;
    max-height: 96px;
    height: auto !important;
    overflow: hidden;
}
body .pass-icon a img {
    filter: brightness(0) saturate(100%) invert(32%) sepia(65%) saturate(1834%) hue-rotate(175deg) brightness(95%) contrast(101%);
}
/***********************************************
 this responsive css only for custom static common banner 

***********************************************/
@media (max-width: 1799.98px) {
    .inner_page_banner_slider .banner_slider_item img{
        height: 355px;
    }
    .banner-static-content {
        top: 30px;
        bottom: 30px;
        right: 100px;
    }
    .banner-static-content-title {
        font-size: 32px;
        margin-bottom: 15px;
    }
    .banner-static-content-desc {
        font-size: 20px;
        margin-bottom: 15px;
    }
}
@media (max-width: 1499.98px) {
    .banner-static-content {
        top: 30px;
        bottom: 30px;
        right: 15px;
        left: 50%;
    }
    .banner-static-content-title {
        font-size: 32px;
        margin-bottom: 15px;
    }
    .banner-static-content-desc {
        font-size: 20px;
        margin-bottom: 15px;
    }
}
@media (max-width: 991.98px) {
    .banner-static-content {
        left: 47%;
    }
    .banner-static-content-title {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .banner-static-content-desc {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .new-business-catogery-keyword-step-form {
        justify-content: center;
    }
}
@media (max-width: 767.98px){
    /* for custom nav tab accordion */
    .custom-tab-content>.tab-pane {
        display: block;
        height: auto;
        opacity: 1;
    }
    .custom-tab-content .accordion-item{
        border: 2px solid var(--theme-primary) !important;
        border-radius: 12px;
    }
    .custom-tab-content .accordion-item .accordion-body{
        padding: 16px;
        background-color: #E6F7FF;
        border-radius: 0 0 12px 12px;
    }
    /* end for custom nav tab accordion */

    .inner_page_banner_slider .banner_slider_item img {
        height: 200px;
    }
    .banner-static-content {
        top: 15px;
        bottom: 15px;
    }
    .banner-static-content-title {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .banner-static-content-desc {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .banner-ctm-btn {
        padding: 10px 20px;
        font-size: 12px;
        margin-top: 0;
    }
    .file-dropzone-content .img-box-inner-text {
        font-size: 16px !important;
    }
}
@media (max-width: 575.98px) {
    .inner_page_banner_slider .static_banner_slider_item.slick-current.slick-active .banner-static-content {
        position: unset;
        background: #fff;
        padding: 15px 15px 30px;
    }

    .inner_page_banner_slider .static_banner_slider_item.slick-current.slick-active img.banner_static_image {
        object-fit: contain;
        height: auto;
        object-position: top;
        background: #fff;
    }
    .banner-static-content-title {
        font-size: 14px;
        margin-bottom: 7px;
    }
    .banner-static-content-desc {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .banner-ctm-btn{
        margin-top: 8px;
    }
    .new-catogery-card {
        flex-direction: column;
        gap: 20px;
    }
    .new-catogery-card .product-category-detail .image-section img {
        max-width: 100%;
    }
    .new-catogery-card .card-content-area {
        width: 100%;
    }
    .new-catogery-card .btn-area .know-more-btn {
        padding: 11.25px !important;
    }
    .new-catogery-card .product-category-detail .image-section .button-section {
        opacity: 1;
        transform: scale(1);
        top: auto;
        border-radius: 0;
        justify-content: end;
    }
    .new-catogery-card .product-category-detail .image-section .button-section a {
        padding: 8px 8px;
        border-radius: 10px 0 !important;
        font-size: 12px;
        margin: 7px 7px 7px 0;
    }
    .register-ctm-btn {
        margin-right: 15px !important;
    }
    .image-card-container .image-container-column {
        padding-bottom: 15px;
    }
    .image-card,
    .image-card .image-card-image {
        border-radius: 10px;
    }
    .overview-section {
        padding: 35px 0 35px;
    }
    .overview-section .section-title {
        margin-bottom: 15px;
    }    
    .overview-section .content-area .content-text {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .photos-videos-section {
        padding: 35px 0 20px;
        margin-bottom: 35px;
    }
}
@media (min-width: 400px) and (max-width: 575.98px){
    .banner-static-content-title {
        font-size: 19px;
        margin-bottom: 10px;
    }
    .banner-static-content-desc {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .banner-ctm-btn {
        margin-top: 10px;
        font-size: 14px;
        margin-bottom: 20px;
        padding: 15px 18px !important;
    }
}
@media (max-width: 420px){
    .register-ctm-btn {
        margin-right: 10px !important;
    }
    .login-ctm-btn span,
    .register-ctm-btn span {
        display: none;
    }
}
/* end this responsive css only for custom static common banner */