/* section {
    padding: 100px 0px;
} */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Montserrat", Sans-serif !important;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

.container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0;
}

.containerSm {
    max-width: 1140px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0 !important;
    font-family: "DM Sans", sans-serif !important;
    font-weight: 700 !important;
    line-height: 1.2;
    color: #272b41;
}



/* ///////////////////////////////////// */
.myRowBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: -15px;
    min-width: 100%;
}

.myRowBox>* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding: 15px;
}

.directoristItemOuter_Col_4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
}

@media only screen and (max-width: 1199px) {
    .directoristItemOuter_Col_4 {
        width: 50% !important;
    }

}

@media only screen and (max-width: 767px) {
    .directoristItemOuter_Col_4 {
        width: 50% !important;

    }
}

@media only screen and (max-width: 575px) {
    .directoristItemOuter_Col_4 {
        width: 100% !important;
    }
}

.directoristItemInner {
    border-radius: 10px;
    border: 1px solid #e3e6ef;
    background: #fff;
}

.directoristItemHeader {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    position: relative;
    padding: 20px 22px 0 22px;
    align-items: center;
    justify-content: space-between;
}

.directoristItemHeaderLeft {
    display: flex;
    gap: 12px;
    width: 42px;
    align-items: center;
    flex-wrap: wrap;
}

.directoristItemHeaderLeft img.AvtarSb {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #e3e6ef;
    padding: 3px;
}

.directoristItemHeaderInfo {
    width: 80%;
}

button.WishistBtn {
    border: none;
    background: transparent;
    color: #f80718;
    font-size: 18px;
}

.directoristItemHeaderInfo a {
    font-size: 18px;
    font-weight: 500;
    padding: 0;
    text-transform: none;
    line-height: 1.2;
    margin: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-decoration: none;
    color: #111;
    font-weight: 600;
}

.directoristItemHeaderInfo p {
    color: #666d92;
    font-weight: 500;
}

.directoristInfo {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 10px 22px 0;
    gap: 8px;
    position: relative;
}

.directoristIcon {
    position: relative;
}

.directoristIcon:hover span.directoristTooltip {
    opacity: 1;
    visibility: visible;
}

span.directoristTooltip {
    position: absolute;
    top: -35px;
    height: 30px;
    line-height: 30px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 20px;
    font-size: 12px;
    border-radius: 15px;
    background: #92d509;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.directoristInfo .directoristIcon:not(:last-of-type) {
    margin-right: 8px;
    padding-right: 3px;
}

.directoristInfo .directoristIcon {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    margin: 0;
    padding: 0;
    border-radius: 100%;
    color: #92d509;
}

.directoristInfo .directoristIcon:not(:last-of-type):after {
    position: absolute;
    right: -7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    width: 3px;
    height: 3px;
    content: "";
    background-color: #bcbcbc;
}

.directoristBody {
    border: 0 none;
    padding: 10px 22px 25px;
}

ul.directorist-listing-single__info__list {
    display: flex;
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 16px 0 10px;
    padding: 0;
    width: 100%;
}

ul.directorist-listing-single__info__list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    font-size: 18px;
    line-height: 1;
    color: #808080;
}

.directorist-listing-single__info__list a {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #404040;
    text-decoration: none;
    word-break: break-all;
}

.directoristFooter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
    padding: 14px 20px;
    font-size: 14px;
    justify-content: space-between;
    border-top: 1px solid #e3e6ef;
}

.directoristFooterLeft {
    display: flex;
    align-items: center;
}

.directoristFooterLeft a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

span.folderIcon {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #f7d93d;
    color: #333;
    font-size: 18px;
}

.directoristFooterLeft a h5 {
    font-size: 16px;
    font-weight: 600;
    color: #404040;
    margin: 0;
}

.directoristFooterRight {
    display: flex;
    align-items: center;
    gap: 5px;
}

span.wishlistBoxIcon {
    font-size: 18px;
    line-height: 0;
}

.listing_category__popup {
    position: relative;
    display: inline-block;
}

.listing_category__popup__content__list {
    display: block;
    position: absolute;
    width: 180px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    bottom: 25px;
    left: -30px;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.04);
    border: 1px solid #f5f5f5;
    line-break: auto;
    word-break: break-all;
    transition: 0.3s ease;
    z-index: 1;
}

.listing_category__popup__content__list li {
    list-style: none !important;
}

.listing_category__popup__content__list:after {
    content: "";
    left: 40px;
    bottom: -11px;
    border: 6px solid transparent;
    border-top-color: #fff;
    display: inline-block;
    position: absolute;
}

.listing_category__popup__content__title {
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    padding: 5px;
    margin-left: 5px;
}

.listing_category__popup__content__list li a {
    text-decoration: none;
    font-size: 14px;
    line-height: normal;
    padding: 10px;
    border-radius: 8px;
    color: #404040;
    border-bottom: 0 none;
    box-shadow: none;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    transition: all 0.3s ease;
}

.listing_category__popup__content__list li a:hover {
    background: #ededed;
}

span.listingPopupIcon {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #f7d93d;
    color: #333;
    font-size: 14px;
    transition: all 0.3s ease;
}

.listing_category__popup__content__list li a:hover span.listingPopupIcon {
    background: #92d508;
    color: #fff;
}

.listing_category__popup:hover .listing_category__popup__content__list {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
}

@media only screen and (max-width: 991px) {
    .listing_category__popup__content__list {
        left: calc(100% - 130px);
    }

    .listing_category__popup__content__list:after {
        left: 0;
        right: 18px;
    }
}

/* sec2 */
.search_form_box_Outer {
    border-radius: 10px;
    padding: 22px 22px 22px 25px;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.04);
    border: 1px solid #f5f5f5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.search_form_box_Inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    gap: 18px;
}

.search_form__box {
    -webkit-box-flex: 30%;
    -webkit-flex: 30%;
    -ms-flex: 30%;
    flex: 30%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0;
    position: relative;
    padding-bottom: 0;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.search_form__box:not(:last-child) {
    border-right: 1px solid #e9e9e9;
}

.search_form__box input,
.search_form__box select {
    box-shadow: none !important;
    outline: none !important;
}

.search_form__box input[type="text"] {
    position: relative;
    padding: 15px 20px;
    width: 100%;
    max-width: unset;
    min-height: unset;
    height: 42px;
    font-size: 14px;
    font-weight: 400;
    color: #666d92;
    border-radius: 5px;
    background: #f8f9fb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ececec;
}

.search_form__box .select2-container--default .select2-selection--single {
    position: relative;
    padding: 5px 20px 5px 0px;
    width: 100%;
    max-width: unset;
    min-height: unset;
    height: 42px;
    font-size: 14px;
    font-weight: 400;
    color: #666d92;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ececec;
}

.search_form__box .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 50%;
    right: 1px;
    width: 20px;
    transform: translateY(-50%);
}


/* range slider style  */
.wrapper_slider {
    position: relative;
    width: 100%;
    border-radius: 10px;
}

.Range_container {
    position: relative;
    width: 100%;
    height: auto;
}

input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    outline: none;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    background-color: transparent;
    pointer-events: none;
}

.slider-track,
.slider-track1 {
    width: 100%;
    height: 5px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 5px;
}

input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    height: 5px;
}

input[type="range"]::-moz-range-track {
    -moz-appearance: none;
    height: 5px;
}

input[type="range"]::-ms-track {
    appearance: none;
    height: 5px;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 3px solid #92d508;
    cursor: pointer;
    margin-top: -9px;
    pointer-events: auto;
    border-radius: 50%;
}

input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 1.7em;
    width: 1.7em;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fff;
    pointer-events: auto;
    border: 3px solid #92d508;
    border: none;
}

input[type="range"]::-ms-thumb {
    appearance: none;
    height: 20px;
    width: 20px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #92d508;
    pointer-events: auto;
}

input[type="range"]:active::-webkit-slider-thumb {
    background-color: #ffffff;
}

.values {
    width: 100%;
    text-align: right;
    font-weight: 500;
    font-size: 16px;
    gap: 5px;
    display: flex;
    justify-content: flex-end;
}

.valueOuter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.valueOuter h5 {
    white-space: nowrap;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}

/*  */
.shortingTopbar_header__left span.shortingTopbar_header_title {
    margin-bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    color: #7a82a6;
    gap: 3px 6px;
}

.shortingTopbar_header__left span.shortingTopbar_header_title span {
    font-weight: 500;
    color: #272b41;
}

.shortingTopbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
}

.shortingTopbar_header__right {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
    align-items: stretch;
}

.shortingTopbar_header__rightBtns {
    display: flex;
    gap: 15px;
    align-items: stretch;
}

button.shortingTopbar_header__right__box__btn {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #7a82a6;
    line-height: 1;
    border: 1px solid #e9ebf4;
    background: transparent;
    border-radius: 3px;
    outline: none !important;
}

button.shortingTopbar_header__right__box__btn.active {
    color: #92d508;
    border-color: #92d508;
}

select.shortingSelectBox {
    padding: 5px 10px;
    font-size: 16px;
    color: #7a82a6;
    line-height: 1;
    border: 1px solid #e9ebf4;
    background: transparent;
    border-radius: 3px;
    outline: none !important;
    box-shadow: none !important;
}

span.shortingTopbar_headericon {
    display: none;
}

@media only screen and (max-width: 991px) {
    span.shortingTopbar_headericon {
        height: 35px;
        width: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 25px;
        border: 2px solid #92d509;
        border-radius: 100%;
        color: #92d509;
    }

}

/*  */

.customRow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}

@media only screen and (max-width: 991px) {
    .customRow {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.filterslideBarOuter {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    max-width: 300px;
}

.filterslideBarInner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    border: none;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.04);
    border: 1px solid #f5f5f5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.filterslideBarInnerTop {
    width: 100%;
    padding: 25px 30px 20px;
    border-bottom: 1px solid #ededed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.filterslideBarInnerTop__title {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    color: #111;
}

.filterslideBarInnerAdvance {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 30px 0;
}

.allProductDirectoristItemOuter {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.form-group {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 7px 0px;
}

.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group label {
    position: relative;
    cursor: pointer;
    width: 100%;
    padding-left: 30px;
}

.form-group label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #e9ebf4;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    left: 0;
}

.form-group input:checked+label:before {
    background-color: #92d508;
    border-color: #92d508;
}

.form-group input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 17px;
    height: 17px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M13.7 4.19c.31.274.339.748.065 1.06l-5.75 6.5a.75.75 0 0 1-1.074.051l-3.75-3.5a.75.75 0 0 1 1.023-1.097l3.19 2.97l5.24-5.92a.75.75 0 0 1 1.06-.064z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-color: #fff;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

ul.starsRow {
    display: flex;
    align-items: center;
}

.star {
    display: inline-block;
    width: 18px;
    height: 18px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='m12 18.5l-4.672 2.456a1 1 0 0 1-1.451-1.054l.892-5.202l-3.78-3.685a1 1 0 0 1 .555-1.706l5.223-.759l2.336-4.733a1 1 0 0 1 1.794 0l2.336 4.733l5.223.76a1 1 0 0 1 .555 1.705L17.23 14.7l.892 5.202a1 1 0 0 1-1.45 1.054z'/%3E%3C/svg%3E");
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.starColorfull {
    background-color: #92d508;
}

.starNoColor {
    background-color: #e9ebf4;
}

h3.filteritemBoxTitle {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.filterslideBarInnerAdvanceItem {
    margin: 0 0 40px;
}

.readMoreBox {
    display: none;
}

span.readmoreBtn {
    padding: 5px;
    margin-top: 5px;
    display: inline-block;
    color: #92d508;
    opacity: 0.7;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

span.readmoreBtn:hover {
    opacity: 1;
}

.advFormInputBox {
    position: relative;
    padding: 0;
    width: 100%;
    max-width: unset;
    min-height: unset;
    height: 42px;
    font-size: 14px;
    font-weight: 400;
    color: #666d92;
    border-radius: 5px;
    background: #f8f9fb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ececec;
}

span.cleareBtn {
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50px;
    box-shadow: 3px 5px 9px 0px rgb(0 0 0 / 24%),
        inset 3px 5px 9px 0px rgb(0 0 0 / 12%);
    font-size: 16px;
    line-height: 0;
    cursor: pointer;
}

.advFormInputBox input[type="text"] {
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    padding: 5px 32px 5px 15px;
    box-shadow: none !important;
    outline: none !important;
}

/* section2 style.css */
.listingOuterContainer {
    max-width: 1000px;
    margin: 0px auto;
    display: flex;
    gap: 30px;
}

@media only screen and (max-width: 991px) {
    .listingOuterContainer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.fixedtabOuter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 100vh;
    min-width: 290px;
    max-width: 290px;
    overflow-y: auto;
    padding: 10px;
    margin: -10px;
    scroll-padding-top: 30px;
    position: sticky;
    top: 0;
}

@media only screen and (max-width: 991px) {
    .fixedtabOuter {
        position: relative;
    }
}

@media only screen and (max-width: 768px) {
    .fixedtabOuter {
        display: none;
    }
}

/* Scrollbar Styling */
.fixedtabOuter::-webkit-scrollbar {
    width: 10px;
}

.fixedtabOuter::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.fixedtabOuter::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #92d508;
}

/* tab butons style */
.fixedtabInner__right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 8px;
}

.fixedtabInner__right__btn {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    max-width: 270px;
    width: 100%;
    min-height: 36px;
    padding: 7px 16px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    border: 1px solid transparent;
    text-decoration: none !important;
    color: #111;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
}

span.dotbox {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background: #ededed;
    position: relative;
    transition: all 0.3s ease-in-out;
}

span.dotbox::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #808080;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
}

.finishTab span.dotbox::after {
    width: 35px;
    height: 35px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23000' d='M11.4 6.85a.5.5 0 0 0-.707-.707l-3.65 3.65l-1.65-1.65a.5.5 0 0 0-.707.707l2 2a.5.5 0 0 0 .707 0l4-4z'/%3E%3C/svg%3E");
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.arrowicon {
    display: inline-block;
    width: 24px;
    height: 24px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.5' d='m14 16l4-4m0 0l-4-4m4 4H6'/%3E%3C/svg%3E");
    background-color: #92d508;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    position: absolute;
    right: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.fixedtabInner__right__btn:hover,
.fixedtabInner__right__btn.activeTab {
    color: #92d508;
    border-color: #92d508;
}

.fixedtabInner__right__btn:hover span.dotbox::after,
.fixedtabInner__right__btn.activeTab span.dotbox::after {
    background: #92d508;
}

.fixedtabInner__right__btn:hover .arrowicon,
.fixedtabInner__right__btn.activeTab .arrowicon {
    opacity: 1;
    right: 10px;
}

/* tab content style */

input.tabBArCOntentInput {
    position: relative;
    padding: 15px 20px;
    width: 100%;
    max-width: unset;
    min-height: unset;
    height: 42px;
    font-size: 14px;
    font-weight: 400;
    color: #666d92;
    border-radius: 5px;
    background: #f8f9fb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ececec;
}

.tabBArCOntentInputBox textarea {
    position: relative;
    padding: 15px 20px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #666d92;
    border-radius: 5px;
    background: #f8f9fb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ececec;
}

.tabBArCOntent_label {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #404040;
    line-height: 1.7;
}

.tabBArCOntent_label_required {
    color: #f80718;
}

.sideContainerOuter {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.sidebarInnerBox {
    border: 1px solid #ebecef;
    border-radius: 8px;
    margin: 30px 0px;
}

.sidebarInnerBoxlast {
    border: 1px solid #ebecef;
    border-radius: 8px;
    margin: 30px 0px;
}

.sidebarInnerBox:first-child {
    margin-top: 0;
}

.sidebarInnerBox__header {
    border-bottom: 1px solid #ebecef;
    padding: 18px 30px;
    min-height: 52px;
}

h2.sidebarInnerBox__header__title {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
}

.sidebarInnerBox__Body {
    padding: 18px 30px;
}

.sidebarInnerBoxlast__Body {
    padding: 18px 30px;
}

.tabBArCOntentInputBox {
    margin-bottom: 40px;
}

.tabBArCOntentInputBox:last-child {
    margin-bottom: 0;
}

.tabBArCOntentInputBox select {
    position: relative;
    padding: 5px 20px;
    width: 100%;
    max-width: unset;
    min-height: unset;
    height: 42px;
    font-size: 14px;
    font-weight: 400;
    color: #666d92;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ececec;
    outline: none !important;
}

.addressbox {
    border-radius: 20px;
    overflow: hidden;
    min-height: 450px;
    height: 100%;
    width: 100%;
    margin-bottom: 40px;
}

/* uploadbox style  */
.upload {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.upload__input {
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
}

.upload__btn {
    border: 2px solid #92d508;
    color: #fff;
    background-color: #92d508;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    box-shadow: 0 12px 8px -10px #ccc;
}

.fileuploadBox {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    gap: 15px;
    text-align: center;
    border-radius: 12px;
    padding: 50px 10px 20px;
    margin-bottom: 40px;
    background-color: #f4f4f4;
    border: 2px dashed #e1e1e1;
    min-height: 250px;
}



.fileuploadBox::after {
    content: "";
    position: absolute;
    width: 75px;
    height: 65px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 1536'%3E%3Cpath fill='%23000' d='M640 448q0 80-56 136t-136 56t-136-56t-56-136t56-136t136-56t136 56t56 136m1024 384v448H256v-192l320-320l160 160l512-512zm96-704H160q-13 0-22.5 9.5T128 160v1216q0 13 9.5 22.5t22.5 9.5h1600q13 0 22.5-9.5t9.5-22.5V160q0-13-9.5-22.5T1760 128m160 32v1216q0 66-47 113t-113 47H160q-66 0-113-47T0 1376V160Q0 94 47 47T160 0h1600q66 0 113 47t47 113'/%3E%3C/svg%3E");
    background-color: #dddddd;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.showUplodedFiles .gallery-image-wrapper {
    position: relative;
    max-width: 100px;
    width: 100%;
    max-height: 80px;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 12px 8px -10px #ccc;
    transition: all 0.3s ease-in-out;
}

.showUplodedFiles .gallery-image-wrapper img {
    width: 100%;
    height: 80px;
    max-width: 100px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 12px 8px -10px #ccc;
    transition: all 0.3s ease-in-out;
}

.showUplodedFiles img {
    width: 100%;
    height: 80px !important;
    max-width: 100px !important;
    object-fit: cover;
    overflow: hidden;
    border-radius: 10px !important;
    box-shadow: 0 12px 8px -10px #ccc !important;
    transition: all 0.3s ease-in-out;
}

.showUplodedFiles .gallery-image-wrapper:hover img {
    filter: brightness(0.7);
}

.skd-drop-area.fileuploadBox {
    margin-bottom: 20px;
}

button.remove-gallery-image {
    position: absolute;
    top: -10px;
    right: -5px;
    padding: 0;
    background: #c36;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    z-index: 5;
    color: #fff;
    box-shadow: 2px 5px 9px 0 #3333333b;
}

.tabBArCOntentOuter p {
    font-size: 14px;
    font-weight: 400;
    color: #666d92;
    line-height: 1.7;
    margin-bottom: 10px;
}

.fileuploadBox p {
    margin: 0;
}

.sidebarInnerBox__footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 50px 0px;
}

span.paperBoatIcon {
    height: 70px;
    width: 70px;
    border-radius: 100%;
    background: #ededed;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    color: #92d508;
}

h2.publishTitle {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    text-align: center;
}

.sidebarInnerBox__footer p {
    font-size: 16px;
    color: #404040;
    margin: 0;
    text-align: center;
}

button.sidebarInnerBoxSubmitBtn {
    width: 100%;
    min-height: 55px;
    padding: 18px;
    background: #92d508;
    border: 1px solid #92d508;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    line-height: 1.2;
    transition: all 0.3s ease-in-out;
}

button.sidebarInnerBoxSubmitBtn:hover {
    background: #f7d93d;
    color: #111;
    border: 1px solid #f7d93d;
}

.uploadedFile {
    width: 100px;
    height: 100px;
}

.uploadedFile img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 10px;
}

p.uploadedFile__name {
    margin: 0;
    font-size: 12px;
}

/* section 4 style  */

.checkoutOuter {
    flex: 0 0 auto;
    width: 100%;
    margin: auto;
}

@media (min-width: 768px) {
    .checkoutOuter {
        width: 66.6666666667%;
    }
}

p.msgText {
    font-size: 14px;
    text-align: center;
    margin-bottom: 40px;
}

.couponBoxOuter {
    border: none;
    background: #fff;
    margin-bottom: 15px;
    padding: 30px 40px 30px;
    border-radius: 16px;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.04);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.04);
}

.couponBoxOuter h5 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.couponInputBox {
    display: flex;
    gap: 10px;
    align-items: stretch;
    flex-wrap: wrap;
}

.couponCode {
    max-width: 300px;
    height: 40px;
    width: auto;
    min-height: 39px;
    max-height: 39px;
    border: 1px solid #e6ebf1;
    border-radius: 6px;
    padding: 0 20px;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    outline: none !important;
    box-shadow: none !important;
}

button.couponCodeBtn {
    width: fit-content;
    padding: 0px 15px;
    height: 40px;
    min-height: 39px;
    max-height: 39px;
    background: #92d508;
    border: 1px solid #92d508;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    line-height: 1.2;
    transition: all 0.3s ease-in-out;
}

.orderSummeryBoxOuter {
    border: 1px solid #ececec;
    border-radius: 4px;
    background-color: #fff;
    padding: 0 17px;
    margin: 20px 0px;
}

.orderSummeryHeader {
    padding: 17px 0;
    border-bottom: 1px solid #f1f2f5;
}

h3.orderSummeryHeader__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #272b41;
    display: flex;
    align-items: center;
}

.orderSummeryBody {
    padding: 20px 40px 40px;
}

.directorist-table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    overflow-y: visible;
}

.orderSummery-table {
    display: table;
    width: 100%;
}

.orderSummery-table tr:not(:last-child) td {
    padding-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
}

.orderSummery-table tr:not(:first-child) td {
    padding-top: 15px;
}

.orderSummery-text-right {
    text-align: right;
}

span.orderSummery-summery-label {
    font-size: 15px;
    font-weight: 500;
    color: #272b41;
}

td.orderSummery-text-right span,
td.orderSummery-text-right div {
    font-size: 15px;
    font-weight: 500;
    color: #404040;
}

tr.orderSummery-summery-total .orderSummery-summery-label,
tr.orderSummery-summery-total .orderSummery-summery-amount {
    font-size: 18px;
    font-weight: 500;
    color: var(--color-dark);
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:last-child {
    margin-bottom: 0;
    -webkit-border-bottom-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    -webkit-border-bottom-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.list-group-item:first-child {
    -webkit-border-top-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    -webkit-border-top-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.orderSummery-checkbox,
.orderSummery-radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.orderSummery-radio input[type="radio"]+label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.15;
    color: #272b41;
}

.orderSummery-radio input[type="radio"]+label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #e9ebf4;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    left: 0;
    border-radius: 50%;
}

.orderSummery-radio input[type="radio"]:checked+label:before {
    background-color: #92d508;
    border-color: #92d508;
}

.orderSummery-radio input[type="radio"]+label::after {
    content: "";
    top: 50%;
    left: 2px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m2.75 8.75l3.5 3.5l7-7.5'/%3E%3C/svg%3E");
    background-color: #2d2926;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    cursor: pointer;
    position: absolute;
}

.list-group-item .gateway_list label {
    display: flex;
    align-items: center;
}

p.orderSummery-payment-text {
    color: #666d92;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.86;
    margin-top: 4px;
}

.buttonsGroup {
    flex-wrap: wrap;
    margin: 42px -7px -7px -7px;
    justify-content: space-between;
    display: flex;
}

.buttonsGroup button,
.buttonsGroup a {
    min-height: 54px;
    padding: 0 80px;
    border-radius: 8px;
    margin: 7px;
    max-width: none;
    width: auto;
    display: flex;
    justify-content: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 600;
    vertical-align: middle;
    text-transform: capitalize;
    text-align: center;
    align-items: center;
    box-shadow: none !important;
    outline: none !important;
    border: 1px solid transparent;
    line-height: 1.5;
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
}

@media only screen and (max-width: 991px) {

    .buttonsGroup button,
    .buttonsGroup a {
        padding: 0 30px;
    }
}

.buttonsGroup .backBtn {
    background-color: #ededed;
    border-color: #ededed;
    color: #92d508;
}

    {
    background-color: #92d508;
    border-color: #92d508;
    color: #fff;
}

.buttonsGroup .proceedBtn {
    background-color: #92d508;
    border-color: #92d508;
    color: #fff;
}

.buttonsGroup .proceedBtn:hover,
.buttonsGroup .proceedBtn:focus {
    background-color: #f7d93d !important;
    border-color: #f7d93d !important;
    color: #111;
}

/* section 5 */
/* //////// Directorist Price Item Features  //////  */
.directoristPriceItemInner {
    background-color: #fff;
    box-shadow: 0 5px 0.9375rem rgba(39, 43, 65, 0.07);
    -webkit-box-shadow: 0 5px 0.9375rem rgba(39, 43, 65, 0.07);
    border: 1px solid #e9ebf4;
    border-radius: 3px;
}

.directoristPriceItemPriceTitle {
    padding: 20px 0;
    background-color: #92d509;
    margin: 0px 30px;
    border-radius: 8px 8px 0 0;
    margin-top: -30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

p.directoristPriceItemPlan_description {
    line-height: 1.5rem;
    color: #9299b8;
    font-size: 14px;
    text-align: left !important;
    margin: 18px 0 0 0 !important;
    font-weight: 500;
}

.directoristPriceItemInner h2,
.directoristPriceItemInner h3,
.directoristPriceItemInner h4,
.directoristPriceItemInner h5,
.directoristPriceItemInner h6,
.directoristPriceItemInner p,
.directoristPriceItemInner span {
    margin: 0;
}

.directoristPriceItemPriceTitle h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #000;
    margin: 0;
}

.directoristPriceItemPriceTitle iconify-icon {
    background-color: #32cc6f;
    padding: 2px;
    border-radius: 50%;
    font-size: 13px;
    color: #fff;
}

.directoristPriceItemPriceTitle h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.directoristPriceItemPricingPrice {
    padding: 23.25px 25px;
    border-bottom: 1px solid #e3e6ef;
}

.directoristPriceItemPricingValue>h2 {
    font-size: 18px;
    font-weight: 700;
    color: #9299b8;
    margin-top: 5px;
}

.directoristPriceItemPricingValue {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: start;
}

.directoristPriceItemPricingPriceInfo1 {
    position: relative;
}

.directoristPriceItemPricingPriceInfo1 h2 {
    font-size: 36px;
    color: #272b41;
    font-weight: 700;
    line-height: 1;
}

.directoristPriceItemPricingPriceInfo1 img {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.directoristPriceItemPricingPriceInfo1:hover .tooltip_directoristPriceItemPricingPriceInfo1 {
    opacity: 1;
}

.tooltip_directoristPriceItemPricingPriceInfo1 {
    background: #000;
    padding: 6px;
    border-radius: 5px;
    margin-left: 30px;
    opacity: 0;
}

.tooltip_directoristPriceItemPricingPriceInfo1 h5 {
    font-size: 12px;
    color: #ffffff;
}

.directoristPriceItemPricingPriceInfo1 {
    display: flex;
    justify-content: start;
    align-items: baseline;
    gap: 8px;
}

.directoristPriceItemPricingPriceInfo1 h4 {
    font-size: 13px;
    color: #9299b8;
    font-weight: 400;
}

.directoristPriceItemPricingPriceInfo2 h2 {
    font-size: 13px;
    color: #9299b8;
    font-weight: 400;
}

.tooltip_directoristPriceItemPricingPriceInfo1 {
    position: absolute;
    top: -22px;
    z-index: 1;
    width: max-content;
}

.directoristPriceItemPricingValueInfoBox2 {
    padding: 20px 0;
    line-height: 1.5;
    text-align: left;
}

.directoristPriceItemPricingValueInfoBox2 h4 {
    font-size: 14px;
    font-weight: 500;
    color: #9299b8;
}

.directoristPriceItemPricingDescription {
    margin-top: 18px;
}

.directoristPriceItemPricingDescription h5 {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5rem;
    color: #9299b8;
    text-align: left;
}

.directoristPriceItemPriceFeatures {
    padding: 12.5px 12.5px 18.75px;
}

.directoristPriceItemPriceFeatures ul {
    list-style-type: none;
    margin-bottom: 9.375px;
    font-size: 16px;
    position: relative;
    padding-left: 12.5px;
    margin-left: 0;
    color: #666d92;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 25px;
}

.directoristPriceItemPriceFeatures ul li span {
    font-size: 12px;
}

/* .directoristFeaturesButton  {
    border: 1px solid #e3e6ef;
    background: none;
    color: var(--color-primary);
    font-weight: 500;
    padding: 12px;
    border-radius: 3px;
    text-align: center;
}

.directoristFeaturesButton a {
    text-decoration: none;
    font-size: 14.928px;
    color: #1a1b29;
} */

/* .directoristFeaturesButton:hover {
    background-color: #272b41;
}

.directoristFeaturesButton:hover a {
    color: #fff;
} */
.directoristFeaturesButton a {
    background-color: #92d508;
    border-color: #92d508;
    color: #fff !important;
    min-height: 54px;
    padding: 0 80px;
    border-radius: 8px;
    margin: 0px;
    max-width: none;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 600;
    vertical-align: middle;
    text-transform: capitalize;
    text-align: center;
    align-items: center;
    box-shadow: none !important;
    outline: none !important;
    border: 1px solid transparent;
    line-height: 1.5;
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
}

.directoristFeaturesButton a:hover {
    background-color: #f7d93d !important;
    border-color: #f7d93d !important;
    color: #111 !important;
}

.myRowBoxCenter {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    row-gap: 50px;
}

/* section 6 */

/* ///// Location //// */
.directoristItemLocationBox {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.directoristItemLocationBoxContent {
    position: relative;
    width: 330px;
    height: 330px;
    transform: scale(1);
    background: #fff;
    padding: 12px;
    border-radius: 500px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 8px 0px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.directoristItemLocationBoxImage {
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 500px;
}

.directoristItemLocationBoxImage .directoristItemBoxImg {
    display: flex;
    position: relative;
    height: 100%;
    width: 100%;
}

.directoristItemLocationBoxImage:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    height: 100%;
    width: 100%;
    background-image: url(../images/spiral.gif);
    background-position: center center;
    background-size: cover;
    z-index: -1;
    margin: 0;
    opacity: 0;
    border-radius: 100%;
    transition: all 0.5s ease-in-out;
}

.directoristItemLocationBoxImage .directoristItemBoxImg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    height: 100%;
    width: 100%;
    z-index: 0;
    margin: 0;
    opacity: 0.3;
    background: #000;
    border-radius: 100%;
    transition: all 0.3s ease-in-out;
}

.directoristItemLocationBoxImage img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.5s ease-in-out;
    animation: ltr 5s;
    filter: brightness(0.75);
}

@keyframes ltr {
    0% {
        object-position: 0% 0%;
    }

    50% {
        object-position: 50% 50%;
    }

    100% {
        object-position: center center;
    }
}

.directorItemLocationContent {
    position: absolute;
    top: 40%;
    width: 85%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    transition: all 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.directorItemLocationContent h2 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #ffffff;
    transform: scale(1);
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
    white-space: break-spaces;
}

.directoristItemLocationListing {
    color: #fff;
    background: #92d509;
    position: relative;
    z-index: 600;
    padding: 1px 8px;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
}

.directoristItemLocationListing h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    width: fit-content;
    min-width: 75px;
    margin: 0;
}

.directoristItemLocationListing::before {
    content: "";
    position: absolute;
    height: 0;
    border: 11px solid transparent;
    top: 0;
    right: -12%;
    width: 0;
    border-top-color: #92d509;
    border-bottom-color: #92d509;
    z-index: -1;
}

.directoristItemLocationListing::after {
    content: "";
    position: absolute;
    height: 0;
    border: 11px solid transparent;
    top: 0;
    left: -12%;
    width: 0;
    border-top-color: #92d509;
    border-bottom-color: #92d509;
    z-index: -1;
}

.directoristItemLocationBoxContent:hover {
    transform: scale(1.05);
    background: #92d508;
}

.directoristItemLocationBoxContent:hover .directoristItemLocationBoxImage:before {
    opacity: 0.14;
}

.directoristItemLocationBoxContent:hover .directoristItemLocationBoxImage img {
    transform: scale(1);
}

.directoristItemLocationBoxContent:hover .directorItemLocationContent h2 {
    transform: scale(1.1);
}

/* catagory section  */

.catagory_Col_3 {
    max-width: 23%;
}

@media only screen and (max-width: 1199px) {
    .catagory_Col_3 {
        max-width: 50%;
    }
}

@media only screen and (max-width: 575px) {
    .catagory_Col_3 {
        max-width: 100% !important;
    }
}

.catagoryBoxOuter {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.catagoryBoxInner {
    position: relative;
    width: 250px;
    height: 250px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    border-radius: 100%;
    box-shadow: 0px 0px 10px 0px rgba(30.000000000000004, 33.00000000000004, 60.00000000000001, 0.2);
    background: #fff;
    transition: all 0.3s ease-in-out;
}

.catagoryBoxInner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    height: 100%;
    width: 100%;
    background-image: url(../images/spiral.gif);
    background-position: center center;
    background-size: cover;
    z-index: 0;
    opacity: 0;
    border-radius: 100%;
    transition: all 0.5s ease-in-out;
}

.catagoryImgBox {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 10px;
    z-index: 1;
}

.catagoryImgBoxBg {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 100%;
}

.catagoryImgBoxBg:after {
    content: "";
    top: 0;
    left: 0;
    background: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.catagoryImgBox img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    transform: scale(1);
    transition: all 2s ease-in-out;
    animation: ltr 5s;
}

span.imgIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%) scale(0.8);
    opacity: 0;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #92d508;
    border-radius: 100%;
    font-size: 30px;
    color: #fff;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

.catagoryContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: -6%;
    position: relative;
    z-index: 1;
}

span.catagoryIcon {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    font-size: 35px;
    color: #92d508;
    border: 3px solid #92d508;
}

.catagoryContent a h2 {
    font-size: 16px;
    line-height: 1.5;
    text-transform: uppercase;
}

.catagoryContent a {
    text-decoration: none;
    color: #000;
    padding: 5px 0px;
    transition: all 0.5s ease-in-out;
}

.catagoryContent a:hover {
    color: #92d508;
}

.catagoryBoxInner:hover {
    background: #92d508;
}

.catagoryBoxInner:hover::after {
    opacity: 0.3;
}

.catagoryBoxInner:hover .catagoryImgBoxBg:after {
    opacity: 0.3;
}

.catagoryBoxInner:hover span.imgIcon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.catagoryBoxInner:hover .catagoryImgBox img {
    transform: scale(1.3);
}

/*==================================================== details page css  ======================================================*/
/* inner banner sec  */

.inner-banner-section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 450px;
    position: relative;
}

.inner-banner-section:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(47 38 57 / 30%);
}

@media only screen and (max-width: 767px) {
    .inner-banner-section {
        min-height: 225px;
    }
}

/* inner banner content   */

.inner_Banner_Btm_Content_Sec {
    padding: 30px 15px;
    border-bottom: 1px solid #e3e6ef;
    box-shadow: 0 5px 15px rgba(146, 153, 184, 0.15);
}

.inner_Banner_Btm_ContentBox {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

h2.inner_Banner_Btm_Title {
    font-size: 60px;
    line-height: 1.25;
}

@media only screen and (max-width: 1199px) {
    h2.inner_Banner_Btm_Title {
        font-size: 30px;
        line-height: 1.3;
    }
}

span.catagoryText {
    line-height: 1.5rem;
    padding: 0 0.625rem;
    color: #fff;
    display: block;
    font-size: 0.75rem;
    border-radius: 4px;
    font-weight: 600;
    text-transform: capitalize;
}

.bg_warning {
    background-color: #fa8b0c;
}

.bg_success {
    background-color: #92d508;
}

.bg_danger {
    background-color: #f51957;
}

.btmtagline {
    font-size: 16px;
    color: #666d92;
    font-weight: 400;
    line-height: 1.69;
    margin: 0px 0px 10px;
}

.btmBtnBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 0 17px;
    margin: 0;
    position: relative;
}

.btmBtnBox:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #e3e6ef;
    left: 0;
    top: 0;
}

.btmBtnBox a.btn {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    border-radius: 5px;
    padding: 3px 5px;
    transition: all 0.3s ease-in-out;
}

.btmBtnBox a.btn:hover {
    color: #92d508;
    background: #111;
}

/* details section  */
.DetailsContOuterBoxGrid {
    display: flex;
    gap: 40px;
    margin-top: 30px;
    width: 100%;
    flex-direction: column;
}

.Details_Card {
    border: 1px solid #ececec;
    border-radius: 4px;
    background-color: #fff;
    padding: 0;
}

.DetailsContOuterHeader {
    padding: 17px;
    border-bottom: 1px solid #e9e9e9;
    display: flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(90deg, rgb(146 213 9 / 38%) 0, rgb(247 217 61 / 1%) 90%);
}

span.DetailsContOuterHeadericon {
    background: #ededed;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 20px;
    line-height: 1;
}

.DetailsContOuterBody {
    padding: 35px 30px;
}

@media only screen and (max-width: 767px) {
    .DetailsContOuterBody {
        padding: 30px 20px;
    }
}

.DetailsCont_single_info {
    display: flex;
    font-size: 15px;
    word-break: break-word;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 15px;
}

.DetailsCont_single_info p {
    margin: 0 0 15px;
    color: #404040;
    line-height: 24px;
    padding: 0 17px 0 17px;
    font-size: 16px;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .DetailsCont_single_info p {
        padding: 0;
    }
}

/* details slider css  */

/* search box css style  */
.sec7 {
    background: #272b41;
}

.directoristSearchBox {
    background-color: #fff;
    position: relative;
    /* width: 65%; */
    padding: 15px 30px;
    /* border-radius: 9px 9px 9px 9px; */
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.26);
    font-family: "Montserrat", sans-serif;
}

.directoristSearchBoxContent {
    padding: 25px 30px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #f5f5f5;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.directoristSearchModalBox1 .search_form__box span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

/* .directoristSearchBoxForm {
  width: 60%;
} */
.directoristSearchModalBox {
    display: flex;
    transition: all 0.3s ease-in-out;
    margin-top: 15px;
    width: 100%;
    gap: 15px;
}

.directoristSearchModalBox1 {
    width: 50%;
    padding-right: 15px;
    border-right: 1px solid #ddd;
}

.directoristSearchModalBox1 .search_form__box {
    padding: 0;
}

.SearchModalGrid {
    display: grid;
    gap: 15px;
}

.directoristSearchModalBox input[type="text"],
.directoristSearchModalBox input[type="number"] {
    height: 46px;
    padding: 15px 20px;
    font-weight: 400;
    border-radius: 5px;
    width: 100%;
    border: 1px solid #ececec !important;
    background-color: #f8f9fb;
    color: #666d92;
    font-size: 14px;
}

.directoristSearchModalBox select {
    background: transparent;
}

.directoristSearchModalBox input[type="number"]::-webkit-inner-spin-button,
.directoristSearchModalBox input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.directoristSearchBoxForm form {
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 100%;
}

/* .directoristSearchBoxForm {
        width: 100%;
    } */

.directoristSearchModalBox label {
    color: #272b41;
    font-weight: 500;
    font-size: 14px;
}

.directoristSearchModalBoxIcon {
    position: absolute;
    right: 10px;
    top: 18px;
    background: #bcbcbc;
    width: 16px;
    height: 16px;
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
    color: #ffffff;
    font-weight: 700;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.directoristSearchBoxButton {
    margin: 3px 0 3px 1px;
    padding: 10px 15px;
    background-color: #92d509;
    border-color: #92d509;
    border-radius: 4px;
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
}

.directoristSearchBoxButton iconify-icon {
    font-size: 20px;
    color: #ffffff;
    transform: rotate(-270deg);
}

.directoristSearchBoxButton a {
    text-decoration: none;
    font-weight: 500;
    padding: 0px;
    line-height: 1.5;
    color: #ffffff !important;
}

.directoristSearchBoxButton:hover {
    opacity: 0.8;
}

/* Responsive part */
@media only screen and (max-width: 1199px) {
    .directoristSearchModalBox {
        flex-direction: column;
    }

    .directoristSearchBoxContent {
        flex-direction: column;
    }

    .directoristSearchModalBox1 {
        width: 100%;
    }

    .directoristSearchBoxButton {
        margin: 0;
        padding: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .directoristSearchBoxContent {
        flex-direction: column;
        border: none;
    }

    .directoristSearchBoxForm {
        width: 100%;
    }

}

@media only screen and (max-width: 575px) {
    .directoristSearchBoxContent {
        padding: 0;
    }

    .directoristSearchBox {
        padding: 10px;
        width: 100%;
    }

    .directoristSearchModalBox1 {
        width: 100%;
        padding-right: 0px;
        border-right: none;
    }
}

.directoristSearchModalBox1.SearchModalGrid .valueOuter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.directoristSearchModalBox1.SearchModalGrid .valueOuter .values {
    font-size: 14px;
}

.directoristSearchModalBox1.SearchModalGrid .valueOuter h5 {
    font-size: 14px;
}

/* details page location box css style   */
.DetailsContOuterHeader h4 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.locationBox {
    border-radius: 20px;
    overflow: hidden;
}

.loationFlexBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
    flex-flow: wrap;
    gap: 20px;
}

.locationFlexBoxItem {
    display: flex;
    align-items: center;
    gap: 10px;
}

.locationFlexBoxItem p {
    margin: 0;
}

span.locIcon {
    line-height: 1;
    font-size: 20px;
}

a.locBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    line-height: 1;
    text-transform: capitalize;
    text-decoration: none;
    color: #92d508;
}

/* contact info  */
li.contactDetailsUl_single_info {
    display: flex;
    align-items: center;
    padding: 6px 0px;
    flex-flow: wrap;
}

.contactDetailsUl_single_info__label {
    display: flex;
    align-items: center;
    max-width: 200px;
    width: 100%;
    justify-content: flex-start;
}

@media only screen and (max-width: 767px) {
    .contactDetailsUl_single_info__label {
        max-width: max-content;
    }

    li.contactDetailsUl_single_info {
        gap: 20px;
    }
}

span.contactDetailsUl_single_info__label-icon {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 14px;
    text-align: center;
    -webkit-box-flex: 0;
    flex: none;
    color: #808080;
    background-color: #f5f6f9;
}

span.contactDetailsUl_single_info__label__text {
    position: relative;
    min-width: 70px;
    margin-top: 5px;
    padding-right: 10px;
    color: #272b41;
    font-size: 15px;
    word-break: break-word;
    font-weight: 500;
}

span.contactDetailsUl_single_info__label__text:before {
    content: ":";
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 500;
    color: #272b41;
    font-size: 15px;
    word-break: break-word;
}

.contactDetailsUl_single_info__value {
    margin-top: 4px;
    -webkit-box-flex: 1;
    flex: 1;
    color: #404040;
}

ul.contactDetailsUl p {
    margin: 0;
}

.contactDetailsUl_single_info__value a,
.contactDetailsUl_single_info__value {
    color: #404040 !important;
    text-decoration: none;
    word-break: break-all;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.contactDetailsUl_single_info__value a:hover {
    color: #92d509 !important;
}

.contactDetailsUl-social-links {
    display: flex;
    align-items: stretch;
    gap: 5px;
}

.contactDetailsUl-social-links a {
    background: #ededed;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #404040;
    text-decoration: none;
    word-break: break-all;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}

.contactDetailsUl-social-links a img {
    width: 20px;
    transition: all 0.3s ease-in-out;
}

.contactDetailsUl-social-links a:hover {
    background: #92d509;
    color: #fff;
}

.contactDetailsUl-social-links a:hover img {
    filter: invert(1);
}

.directorist-embaded-video {
    width: 100%;
    height: 450px;
    border: 0 none;
    border-radius: 12px;
}

@media only screen and (max-width: 767px) {
    .directorist-embaded-video {
        width: 100%;
        height: 250px;
    }

    .contactDetailsUl_single_info__value a,
    .contactDetailsUl_single_info__value {
        font-size: 14px;
    }
}

.formGrid {
    display: grid;
    gap: 15px;
}

.detailsInputBox input {
    position: relative;
    padding: 5px 20px;
    width: 100%;
    max-width: unset;
    min-height: unset;
    height: 42px;
    font-size: 14px;
    font-weight: 400;
    color: #666d92;
    border-radius: 5px;
    background: #f8f9fb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ececec;
    outline: none !important;
    transition: all 0.3s ease-in-out;
}

.detailsInputBox textarea {
    position: relative;
    padding: 5px 20px;
    width: 100%;
    max-width: unset;
    min-height: 150px;
    font-size: 14px;
    font-weight: 400;
    color: #666d92;
    border-radius: 5px;
    background: #f8f9fb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ececec;
    outline: none !important;
}

.details_btn {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 12px 20px;
    background-color: #92d509;
    outline: none !important;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

/* dashboard My listing style  */
.dashboardheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 10px 20px;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
}

ul.headerListUl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

@media (max-width: 767px) {
    .dashboardheader {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        padding-bottom: 20px;
    }
}

ul.headerListUl li.listLi:not(:last-child) {
    margin-right: 20px;
}

ul.headerListUl li.listLi a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 20px 0;
    text-decoration: none;
    color: #111;
    position: relative;
}

ul.headerListUl li.listLi a:after {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 3px;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    content: "";
    background-color: #92d508;
}

ul.headerListUl li.listLi a.tab__nav__active {
    color: #92d508;
}

ul.headerListUl li.listLi a.tab__nav__active:after {
    opacity: 1;
    visibility: visible;
}

.dashboard_user-search {
    position: relative;
    border-radius: 12px;
    margin: 16px 0 16px 16px;
}

.dashboard_user-search__icon {
    position: absolute;
    left: 16px;
    top: 50%;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dashboard_user-search input[type="text"] {
    border: 0 none;
    border-radius: 18px;
    font-size: 14px;
    font-weight: 400;
    color: #8f8e9f;
    padding: 10px 18px 10px 40px;
    min-width: 260px;
    height: 36px;
    background-color: #f6f7f9;
    margin-bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    outline: none !important;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
}

.dashboardBody {
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.04);
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    margin-top: 15px;
}

.table-responsive {
    display: block !important;
    width: 100%;
    overflow-x: auto;
    overflow-y: visible;
}

.dashboardBody-listing-table.table-responsive {
    overflow-x: visible;
}

@media (max-width: 767px) {
    .dashboardBody-listing-table.table-responsive {
        overflow-x: scroll;
    }
}

.dashboardBody_table {
    display: table;
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    margin-bottom: 0;
    margin-top: 0;
    overflow: visible !important;
    width: 100%;
}

.dashboardBody_table tr {
    background-color: #fff;
}

.dashboardBody_table tr th.dashboardBody-table-listing {
    min-width: 218px;
}

.dashboardBody_table tr th {
    padding: 12px;
    letter-spacing: 1.1px;
    font-size: 12px;
    font-weight: 500;
    color: #8f8e9f;
    text-transform: uppercase;
    border-bottom: 1px solid #eff1f6;
    border: 0 none;
    text-align: left;
    white-space: nowrap;
}

tbody.dashboardBody-dashboard-listings-tbody tr td {
    padding: 12px;
}

tbody.dashboardBody-dashboard-listings-tbody tr td {
    border-bottom: 1px solid #eff1f6;
}

tbody.dashboardBody-dashboard-listings-tbody:last-child tr td {
    border-bottom: none;
}

.dashboardBody-dashboard-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 2px 22px 0 22px;
    padding: 30px 0 40px;
    border-top: 1px solid #eff1f6;
}

.dashboardBody-listing-table .listing-table-listing-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.dashboardBody-listing-table .listing-table-listing-info__img {
    margin-right: 12px;
}

.dashboardBody-listing-table .listing-table-listing-info__img img {
    width: 44px;
    height: 44px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 6px;
    max-width: inherit;
}

.dashboardBody-listing-table .listing-table-listing-info__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
    display: flex;
}

.dashboardBody-listing-table .listing-table-listing-info__content .title a {
    margin: 0 0 5px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    color: #333;
}

.dashboardBody-listing-table .badge.status_published {
    color: #28a800;
    background-color: rgb(40 168 0 / 15%);
    font-size: 12px;
    font-weight: 700;
    border-radius: 4px;
    padding: 3px 7px;
}

.dashboardBody-listing-table .actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.dashboardBody-listing-table .actions a.link-btn {
    margin-right: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.dashboardBody-listing-table .dropdown {
    position: relative;
    border: 0 none;
}

.dropdown-menu__list .form-group {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px 10px;
}

.dashboardBody-listing-table .actions .btn-more {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    font-weight: 500;
    color: #333;
    text-decoration: none;
}

.dashboardBody-listing-table .dropdown .dropdown-menu {
    position: absolute;
    right: 0;
    top: 35px;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(143, 142, 159, 0.1254901961);
    min-width: 230px;
    border: 1px solid #eff1f6;
    padding: 0 0 10px 0;
    border-radius: 6px;
    transform: translateY(0);
}

.dashboardBody-listing-table .dropdown-menu__list {
    position: relative;
}

.dashboardBody-listing-table .dropdown .dropdown-menu.dropDownActive {
    opacity: 1;
    visibility: visible;
    z-index: 22;
}

.dashboardBody-listing-table .dropdown-menu__list .dropdown-item {
    padding: 10px 20px;
    font-size: 14px;
    color: #333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

/* order history  */
.orderHistory {
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.04);
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    margin-top: 15px;
}

.orderHistory_wrapper table {
    box-shadow: 0 0 15px rgba(146, 153, 184, 0.12);
    background: #ffffff;
    border: 0 none !important;
}

.table.orderHistory_item {
    margin: 0;
    background-color: #fff;
    border-collapse: collapse;
    width: 100%;
    min-width: 240px;
    display: table !important;
}

.orderHistory_wrapper table th,
.orderHistory_wrapper table td {
    padding: 21px 30px;
    font-size: 15px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    vertical-align: middle;
}

.table.orderHistory_item td,
.table.orderHistory_item th,
.table.orderHistory_item tr {
    border: 1px solid #ececec;
}

.table.orderHistory_item th {
    text-align: left;
    padding: 5px 15px;
}

.orderHistory_wrapper .table thead th {
    font-weight: 500;
}

.table.orderHistory_item thead th {
    border-bottom: 1px solid #e3e6ef;
    border-top: 0;
    white-space: nowrap;
}

.table.orderHistory_item thead th:first-child {
    border-left: 0;
}

.table.orderHistory_item tr td {
    vertical-align: middle;
    border-bottom: 0;
}

.table.orderHistory_item td {
    padding: 0 15px;
}

.table.orderHistory_item tr td:last-child {
    border-right: 0;
}

.table.orderHistory_item thead th:last-child {
    border-right: 0;
}

.table.orderHistory_item tr td p {
    margin: 0;
    font-size: 15px;
    color: #666d92;
    font-weight: 600;
}

.paymentReceiptBtn {
    background: #444752;
}

.table.orderHistory_item .action a.btn.paymentReceiptBtn:hover {
    background: #92d509;
    color: #333;
}

.table.orderHistory_item tr td:last-child p {
    padding: 3px 0;
}

.orderHistory_wrapper table .btn {
    border: 1px solid #e3e6ef;
    padding: 6px 13px;
    cursor: pointer;
    line-height: normal;
    height: 32px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.table.orderHistory_item .action a.btn {
    text-decoration: none;
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 8px;
    display: inline-block;
}

/* breadcrumb css style  */
.skd-location-breadcrumb h2 {
    font-family: "Parkson", Sans-serif;
    font-size: 80px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #fff;
    text-align: center;
}

.skd-location-breadcrumb p {
    background-color: #FFFFFF;
    padding: 10px 20px 10px 20px;
    border-radius: 10px 10px 10px 10px;
    text-align: center;
    max-width: max-content;
    margin: 10px auto 0;
    font-size: 16px;
}

.skd-location-breadcrumb p a {
    position: relative;
}

.skd-location-breadcrumb p a::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(http://194.163.131.163/bydha_test/wp-content/uploads/2025/03/uim-angle-right.png) no-repeat center, #fff;
    background-size: 30px;
}

@media (max-width: 767px) {
    .skd-location-breadcrumb h2 {
        font-size: 60px;
    }
}

/* featured-listing */
.skd-listing-carousel .skd-carousel-content img {
    height: 230px;
    object-fit: contain;
}

.skd-listing-carousel .skd-carousel-item {
    scale: 0.8 !important;
    transition: all 0.5s ease-in-out;
    box-shadow: -1px 7px 19px -1px rgba(0, 0, 0, 0.13);
    border-radius: 10px;
    padding: 20px 15px !important;
}

.skd-listing-carousel .skd-carousel-item .skd-carousel-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    text-align: left;
}

.skd-listing-carousel .skd-carousel-item h3.skd-carousel-title {
    font-size: 16px;
    margin: 15px 0 5px !important;
    font-weight: 600;
    line-height: 1.5;
}

p.skd-carousel-time {
    color: #9192a3;
    font-size: 13px;
    margin: 0;
}

.slick-slide.slick-current.slick-active.slick-center .skd-carousel-item {
    scale: 1 !important;
    background: #fff;
    box-shadow: -1px 7px 19px -1px rgba(0, 0, 0, 0.13);
    border-radius: 10px;
    opacity: 1 !important;
}

.skd-listing-carousel .slick-list.draggable {
    padding: 30px 0px !important;
}

.skd-listing-carousel button.slick-arrow {
    padding: 0;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 0;
    background: #92d509;
    border: none;
    z-index: 99;
}

.skd-listing-carousel button.slick-prev.slick-arrow {
    left: 0px;
}

.skd-listing-carousel button.slick-next.slick-arrow {
    right: 0px;
}

.skd-listing-carousel button.slick-arrow::before {
    top: 53%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.skd-listing-carousel ul.slick-dots {
    display: none !important;
}

@media (max-width: 1199px) {
    .slick-slide.slick-current.slick-active.slick-center .skd-carousel-item {
        scale: 0.9 !important;
    }

    .skd-listing-carousel button.slick-arrow {
        bottom: 0 !important;
        top: auto;
        left: 50%;
        right: 50%;
        transform: translateX(0%);
    }

    button.slick-prev.slick-arrow {
        transform: translateX(-50px);
    }
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    outline: none;
    box-shadow: none;
}

/* pricing page */
.skd-social-row {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 15px;
}

.skd-social-row button.button.skd-remove-social {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 0;
    position: relative;
}

.skd-social-row button.button.skd-remove-social::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-width='1.5' d='M9.17 4a3.001 3.001 0 0 1 5.66 0m5.67 2h-17m14.874 9.4c-.177 2.654-.266 3.981-1.131 4.79s-2.195.81-4.856.81h-.774c-2.66 0-3.99 0-4.856-.81c-.865-.809-.953-2.136-1.13-4.79l-.46-6.9m13.666 0l-.2 3M9.5 11l.5 5m4.5-5l-.5 5'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

select.skd-social-select {
    position: relative;
    padding: 5px 20px;
    width: 40%;
    max-width: unset;
    min-height: unset;
    height: 42px;
    font-size: 14px;
    font-weight: 400;
    color: #666d92;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ececec;
    outline: none !important;
}

input.skd-social-url {
    position: relative;
    width: 45% !important;
    max-width: unset;
    min-height: unset;
    height: 42px;
    font-size: 14px;
    font-weight: 400;
    color: rgb(102, 109, 146);
    box-sizing: border-box;
    padding: 15px 20px;
    border-radius: 5px;
    background: rgb(248, 249, 251);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(236, 236, 236);
    border-image: initial;
}

button#add_social_info {
    width: 100%;
}

/* loader */
.skd-loader {
    text-align: center;
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
}

.skd-loader::after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    margin: 10px auto;
    border: 4px solid #ccc;
    border-top: 4px solid #0073aa;
    border-radius: 50%;
    animation: skd-spin 1s linear infinite;
}

@keyframes skd-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* loader */

.hidden-tag {
    display: none;
}

.readmoreBtn {
    display: inline-block;
    margin-top: 8px;
    color: #007bff;
    cursor: pointer;
    font-weight: bold;
}

.readmoreBtn:hover {
    text-decoration: underline;
}

/* image gallery */
.skd-gallery-container {
    position: relative;
    width: 70%;
    margin: auto;
}

.skd-gallery-container .mySkdSlides {
    display: none;
    height: 580px;
    background-size: contain;
    background-color: rgb(255, 255, 255);
    border-radius: 12px;
    overflow: hidden;
}

.skd-gallery-container .mySkdSlides img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.skd-gallery-container .cursor {
    cursor: pointer;
}

.skd-gallery-container .prev,
.skd-gallery-container .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background: #fff;
    border: 1px solid #93d40a;
    width: auto;
    padding: 0;
    color: #93d40a !important;
    font-weight: bold;
    height: 40px;
    width: 40px;
    font-size: 20px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    -webkit-user-select: none;
    transition: 0.3s all ease-in-out;
}

.skd-gallery-container .prev:hover,
.skd-gallery-container .next:hover {
    background: #93d40a;
    color: #fff !important;
    border: 1px solid #93d40a;
}

.skd-gallery-container .prev {
    left: 2%;
}

.skd-gallery-container .next {
    right: 2%;
}

.ThumbnailOuter {
    margin-top: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    background-color: transparent;
    max-width: 100%;
}

.ThumbnailOuter .row {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    gap: 10px;
}

.skd-gallery-container .row:after {
    content: "";
    display: table;
    clear: both;
}

.skd-gallery-container .column {
    position: relative;
    min-width: 100px;
    max-width: 100px;
    height: 90px;
    cursor: pointer;
    margin: 0 !important;
}

.skd-gallery-container .column img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 14px;
}

.skd-gallery-container .demo {
    opacity: 0.6;
}

.skd-gallery-container .active,
.skd-gallery-container .demo:hover {
    opacity: 1;
}

.contactDetailsUl_single_info__value a {
    word-break: break-all;
}

@media only screen and (max-width: 991px) {
    .skd-gallery-container .mySkdSlides {
        height: 300px;
    }

    .skd-gallery-container {
        width: 100%;
    }

    .skd-gallery-container .column {
        min-width: 75px;
        height: 75px;
    }
}

/* image gallery */
.skd-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.skd-pagination-link {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    color: #404040;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #e3e6ef;
    transition: all 0.3s ease-in-out;
}

.skd-pagination-link:hover,
.skd-pagination-link.active {
    background: #93d40a;
    color: #fff;
    border-color: 93d40a;
}

.skd-pagination-link.prev,
.skd-pagination-link.next {
    font-size: 20px;
}

.formMessage {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.formMessage.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.formMessage.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.DetailsContOuterBody input[type=date],
.DetailsContOuterBody input[type=email],
.DetailsContOuterBody input[type=number],
.DetailsContOuterBody input[type=password],
.DetailsContOuterBody input[type=search],
.DetailsContOuterBody input[type=tel],
.DetailsContOuterBody input[type=text],
.DetailsContOuterBody input[type=url],
.DetailsContOuterBody select,
.DetailsContOuterBody textarea {
    height: 42px !important;
    padding: 15px 20px !important;
    font-weight: 400 !important;
    border-radius: 5px !important;
    width: 100% !important;
    border: 1px solid #ececec !important;
    background-color: #f8f9fb !important;
    color: #666d92 !important;
}

.DetailsContOuterBody input::placeholder,
.DetailsContOuterBody textarea::placeholder {
    color: #666d92 !important;
    opacity: 0.7 !important;
    font-weight: 400 !important;
}

button.details_btn.details_btn_submit {
    width: fit-content;
    background-color: #92d509;
    color: #fff;
    border: 1px solid #92d509;
    line-height: 1.2;
    border-radius: 0.375rem;
    padding: 12px 15px;
}

section.details-page {
    padding-bottom: 50px;
}

.spinner-border {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 0.15em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
    vertical-align: middle;
    margin-right: 5px;
}

@keyframes spinner-border {
    100% {
        transform: rotate(360deg);
    }
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
.select2-container--default .select2-selection--multiple {
    border: 1px solid #ececec !important;
    background: #f8f9fb !important;
}

.manual-coordinates-fields_outer {
    display: flex;
    align-items: self-end;
    gap: 10px;
}

button.lat_long_Btn {
    color: #92d508;
    border-color: #92d508;
}

button.lat_long_Btn:focus {
    color: #92d508;
    border-color: #92d508;
    background-color: #fff;
}

button.lat_long_Btn:hover {
    background: #92d508;
    color: #fff;
}

span.orBox {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5;
}

.BrowsebtnStyle {
    position: relative;
    display: inline-flex;
    padding: 0 17px 0 40px;
    margin: 10px 0;
    height: 40px;
    align-items: center;
    gap: 6px;
    border-radius: 8px;
    background: #92d508;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    cursor: pointer;
    box-shadow: 0 12px 8px -10px #ccc;
}

.BrowsebtnStyle::before {
    position: absolute;
    left: 18px;
    top: 12px;
    content: "";
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M3.75 2.75h9m-8.5 6.5l4-3.5l4 3.5m-4 5v-8.5'/%3E%3C/svg%3E");
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    width: 16px;
    height: 16px;
    background-color: #fff;
}

@media only screen and (max-width: 991px) {
    .filterslideBarOuter {
        max-width: 100%;
        width: 100%;
        position: absolute;
        z-index: 5;
        height: fit-content;
        transform: scaleY(0);
        transform-origin: top;
        transition: all 0.3s ease-in-out;
    }

    .filterslideBarOuter.mobFilter.activeFilter {
        transform: scaleY(1);
    }

    .search_form_box_Inner .search_form__box:first-child {
        width: 100%;
        flex: auto;
        padding: 0;
        border: none;
    }

    .search_form_box_Inner .search_form__box:last-child {
        padding: 0;
        border: none;
    }

    section.sec1 {
        overflow: hidden;
    }
}