* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Nunito", sans-serif;
    overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

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

img {
    max-width: 100%;
}

.col-20 {
    flex: 0 0 auto;
    width: 20%;
}

@media (min-width: 1479px) {
    .container {
        max-width: 1429px;
    }
}

@media (min-width: 1529px) {
    .container {
        max-width: 1479px;
    }
}

@media (min-width: 1579px) {
    .container {
        max-width: 1529px;
    }
}

@media (min-width: 1629px) {
    .container {
        max-width: 1579px;
    }
}

@media (min-width: 1679px) {
    .container {
        max-width: 1629px;
    }
}

@media (min-width: 1739px) {
    .container {
        max-width: 1679px;
    }
}

@media (min-width: 1799px) {
    .container {
        max-width: 1739px;
    }
}

@media (min-width: 1860px) {
    .container {
        max-width: 1800px;
    }
}

.dbContainer {
    padding: 0 40px;
    margin: 0 auto;
}

/*========== Font Face Start =============*/
@font-face {
    font-family: "Impact";
    src: url("../fonts/Impact.eot");
    src:
        url("../fonts/Impact.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Impact.woff2") format("woff2"),
        url("../fonts/Impact.woff") format("woff"),
        url("../fonts/Impact.ttf") format("truetype"),
        url("../fonts/Impact.svg#Impact") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*========== Font Face End =============*/

.home-page {
    position: relative;
}

.home-blur-lt-img {
    position: absolute;
    width: 40%;
    left: 0;
    top: 0;
}

.home-blur-rt-img {
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
}

.home-blur-lt-img img,
.home-blur-rt-img img {
    max-width: 100%;
}

.header {
    padding: 15px 0;
    margin: 0;
    /* position: fixed; */
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 88;
    box-shadow: 0px 0px 24px 0px #00000014;
    transition: all 300ms ease-in-out;
}

/* .header.sticky{
    padding: 15px 0;
    background: #040809;
} */
.header .header-wrap {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    align-items: center;
}

.navigation .stellarnav.light {
    background: transparent;
}

.navigation .stellarnav {
    width: auto;
}

.navigation .stellarnav ul > li {
    padding: 0;
    margin: 0 80px 0 0;
}

.navigation .stellarnav ul > li:last-child {
    margin-right: 0;
}

.navigation .stellarnav ul > li > a {
    font-family: "Nunito", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    color: #333333;
    text-transform: capitalize;
    padding: 0;
    margin: 0;
}

.navigation .stellarnav ul > li > a:hover,
.navigation .stellarnav ul > li > a.active {
    color: #e12f5a;
}

.navigation .stellarnav ul > li > ul {
    padding: 10px;
    border-radius: 5px;
}

.navigation .stellarnav ul > li > ul li {
    border-bottom: 1px solid #ccc;
    margin: 0;
}

.navigation .stellarnav ul > li > ul li a {
    font-size: 14px;
    padding: 8px 0;
    margin: 0;
    display: block;
    color: #000;
}

.navigation .stellarnav ul > li > ul li:first-child a {
    padding-top: 0;
}

.navigation .stellarnav ul > li > ul li:last-child a {
    padding-bottom: 0;
}

.navigation .stellarnav ul > li > ul li:last-child {
    border-bottom: none;
}

.navigation .stellarnav ul > li > a::after {
    content: "";
    width: 0%;
    height: 2px;
    background: #e12f5a;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -5px;
    transition: all 300ms ease-in-out;
}

.navigation .stellarnav ul > li > a:hover::after,
.navigation .stellarnav ul > li > a.active::after {
    width: 100%;
}

.header .logo {
    max-width: 170px;
    transition: all 300ms ease-in-out;
}

.header .logo img {
    max-width: 50%;
}

.header.sticky .logo {
    max-width: 130px;
}

.header .header-wrap .hd-right-side {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px !important;
    padding: 0;
    margin: 0px 0px 0 65px !important;
}

.header .header-wrap .hd-right-side .src-btn {
    transition: all 300ms ease-in-out;
}

.header .header-wrap .hd-right-side .src-btn img {
    max-width: 24px;
    transition: all 300ms ease-in-out;
}

/* .header .header-wrap .hd-right-side .src-btn:hover img{
    filter: brightness(0) invert(1);
} */

.header .header-wrap .hd-right-side .book-btn {
    font-size: 20px;
    line-height: 1.2;
    background: transparent;
    border: 1px solid #e12f5a;
    color: #e12f5a;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 30px;
    padding: 10px 30px;
    display: inline-block;
    transition: all 300ms ease-in-out;
}

.header .header-wrap .hd-right-side .book-btn:hover {
    background: #e12f5a;
    color: #fff;
}

.header .header-wrap .rt-side {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header .header-wrap .navigation .menu-toggle {
    padding: 0;
    font-size: 0;
}

.header .header-wrap .navigation .menu-toggle .bars span {
    background: #fff;
}

.stellarnav.mobile.light ul {
    background: rgb(39 39 39);
}

.stellarnav.mobile.light li a {
    padding: 10px;
    border-bottom: 1px solid rgba(141, 141, 141, 0.15);
}

.stellarnav.light a.dd-toggle .icon-plus:after,
.stellarnav.light a.dd-toggle .icon-plus:before {
    border-color: #ffffff;
}

.footer {
    background: #333333;
    padding: 60px 0 0;
    margin: 0;
    position: relative;
    z-index: 1;
}

.footer .ft-box h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: #e12f5a;
    padding: 0;
    margin: 0 0 20px;
}

.footer .ft-box ul {
    padding: 0;
    margin: 0;
}

.footer .ft-box ul li {
    margin: 0 0 10px;
    padding: 0;
}

.footer .ft-box ul li:last-child {
    margin: 0;
}

.footer .ft-box ul li a {
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    transition: all 300ms ease-in-out;
}

.footer .ft-box ul li a:hover {
    color: #e12f5a;
}

.footer .downloadapp .appDwn {
    margin: 0 0 20px;
}

.footer .downloadapp .appDwn:last-child {
    margin: 0;
}

.footer.downloadapp a img {
    max-width: auto;
}

.footer .ft-social ul {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 0;
    margin: 0;
}

.footer .ftwrap {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.footer .copy-right-wrap {
    border-top: 1px solid #ffffff24;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    margin-top: 60px;
}

.footer .copy-right-wrap p {
    font-size: 14px;
    line-height: 1.2;
    color: #d5d5d5;
    padding: 0;
    margin: 0;
}

.footer .copy-right-wrap p a {
    color: #e12f5a;
    transition: all 300ms ease-in-out;
}

.footer .copy-right-wrap p a:hover {
    color: #f01221;
}

/*====================== Go Top Button Start =================*/
.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 100px;
    right: 20px;
    border-radius: 50%;
    background-color: #ffce00;
    color: #fff;
    z-index: 999;
    width: 40px;
    text-align: center;
    height: 40px;
    border: 1px solid #ffce00;
    opacity: 0;
    visibility: hidden;
    font-size: 15px;
    -webkit-transition: var(--transition);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    line-height: 42px;
}

.go-top svg {
    max-width: 16px;
    filter: brightness(1) invert(1);
}

.go-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 25px;
    -webkit-animation: top-bottom 5s infinite linear;
    animation: top-bottom 5s infinite linear;
}

/*====================== Search Modal Start =================*/
.search-modal {
    display: none;
}

.search-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    text-align: center;
    background: rgb(0 0 0 / 75%);
    backdrop-filter: blur(10px);
    margin: 0;
    z-index: 9999;
    height: 100vh;
}

.search-modal .centered {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 10px 15px;
    color: #fff;
    border: none;
    background: transparent;
}

.search-modal #search-box {
    position: relative;
    max-width: 550px;
    width: 100%;
}

.search-modal #search-box input[type="text"] {
    width: 100%;
    height: 46px;
    border: 2px solid #e12f5a;
    background: #000;
    padding: 8px 50px 8px 15px;
    border-radius: 27px;
    outline: none;
    box-shadow: none;
    color: #fff;
    font-size: 16px;
}

.search-modal #search-button {
    position: absolute;
    top: 1px;
    right: 2px;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    background: #e12f5a;
    cursor: pointer;
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0;
    outline: none;
    box-shadow: none;
}

.search-modal #close-btn {
    position: fixed;
    top: 1em;
    right: 1em;
}

.search-modal #close-btn:hover {
    color: #777;
    cursor: pointer;
}

/*====================== Search Modal End =================*/

.marchant-home {
    position: relative;
    z-index: 2;
    padding: 60px 0;
    margin: 0;
}
.marchant-home .thamImg {
    border: 4px solid #fff;
    line-height: 0;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}
.marchant-home .thamImg video {
    width: 100%;
    height: 100%;
    line-height: 0;
}
.marchant-home .descText {
    padding: 0;
    margin: 0 0 30px;
}

.marchant-home .descText h2 {
    font-size: 28px;
    line-height: 1.2;
    color: #333333;
    font-weight: 700;
    padding: 0;
    margin: 0 0 15px;
}

.marchant-home .descText p {
    font-size: 18px;
    line-height: 1.6;
    color: #333333;
    padding: 0;
    margin: 0 0 10px;
}

.marchant-home .joinLoginBtnWrap {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0;
    margin: 0;
}

.marchant-home .joinLoginBtnWrap .btn {
    color: #ffffff;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2;
    text-align: center;
    padding: 20px 80px;
    border-radius: 40px;
    display: inline-block;
    transition: all 300ms ease-in-out;
}

.marchant-home .joinLoginBtnWrap .joinBtn {
    background: #e12f5a;
    border: 1.28px solid #e12f5a;
}

.marchant-home .joinLoginBtnWrap .joinBtn:hover {
    background: transparent;
    color: #e12f5a;
}

.marchant-home .joinLoginBtnWrap .loginBtn {
    background: #333333;
    border: 1.28px solid #333333;
}

.marchant-home .joinLoginBtnWrap .loginBtn:hover {
    background: transparent;
    color: #333333;
}

.dbMain {
    background:
        url(../images/home-page-lt-blur.png) no-repeat left top,
        #f9f9f9;
    padding: 40px 0;
    margin: 0;
    position: relative;
    z-index: 2;
}

.dbMainWrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 0;
    margin: 0;
}

.dbMainWrap .menuSideBar {
    width: 330px;
    flex-shrink: 0;
    background: #ffffff;
    border-radius: 10px;
    padding: 0px;
    margin: 0;
    box-shadow: 0px 0px 54px 0px #0000000f;
}

.dbMainWrap .dbcontent {
    width: calc(100% - 350px);
}

.dbMainWrap .menuSideBar .hiuser {
    background: #e12f5a;
    display: flex;
    gap: 10px;
    align-items: center;
    border-radius: 10px;
    padding: 10px 10px;
    margin: 0;
}

.dbMainWrap .menuSideBar .hiuser p {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    color: #ffffff;
    padding: 0;
    margin: 0;
}

.dbMainWrap .menuSideBar .sidemenu {
    padding: 15px;
    margin: 0;
}

.dbMainWrap .menuSideBar .sidemenu ul li {
    border-bottom: 1px dashed #00000026;
    padding: 20px 10px;
    margin: 0;
}

.dbMainWrap .menuSideBar .sidemenu ul li:last-child {
    border-bottom: none;
}

.dbMainWrap .menuSideBar .sidemenu ul li a {
    display: flex;
    gap: 10px;
    align-items: center;
    font-family: Nunito;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #333333;
    padding: 0;
    margin: 0;
    transition: all 300ms ease-in-out;
}

.dbMainWrap .menuSideBar .sidemenu ul li a svg path {
    transition: all 300ms ease-in-out;
}

.dbMainWrap .menuSideBar .sidemenu ul li a:hover,
.dbMainWrap .menuSideBar .sidemenu ul li a.active {
    color: #e12f5a;
}

.dbMainWrap .menuSideBar .sidemenu ul li a:hover svg path,
.dbMainWrap .menuSideBar .sidemenu ul li a.active svg path {
    fill: #e12f5a;
}

.dbofferDel .dbofferDelDesc {
    box-shadow: 0px 0px 54px 0px #0000000f;
    background: #ffffff;
    border-radius: 10px;
    padding: 20px 20px 40px;
    margin: 0;
    position: relative;
}

.dbofferDel .dbofferDelDesc h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    color: #333333;
    padding: 0;
    margin: 0 0 30px;
}

.dbofferDel .dbofferDelDesc .box {
    display: flex;
    align-items: center;
    gap: 0px;
}

.dbofferDel .dbofferDelDesc .box .icon {
    width: 60px;
    height: 60px;
    background: #ffdde5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 0px 0 0;
}

.dbofferDel .dbofferDelDesc .box .icon img {
    max-width: 30px;
}

.dbofferDel .dbofferDelDesc .box .text {
    width: calc(100% - 60px);
    padding: 0 0 0 15px;
    margin: 0;
}

.dbofferDel .dbofferDelDesc .box .text h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color: #333333;
    padding: 0;
    margin: 0 0 10px;
}

.dbofferDel .dbofferDelDesc .box .text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0%;
    color: #666666;
    padding: 0;
    margin: 0;
}

.letButton {
    font-family: Nunito;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    border: 1.28px solid #333333;
    background: #333333;
    color: #ffffff;
    display: inline-block;
    padding: 12px 40px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 30px;
    transition: all 300ms ease-in-out;
}

.letButton:hover {
    background: #e12f5a;
    border-color: #e12f5a;
}

.wave {
    animation-name: wave-animation;
    /* Refers to the name of your @keyframes element below */
    animation-duration: 2.5s;
    /* Change to speed up or slow down */
    animation-iteration-count: infinite;
    /* Never stop waving :) */
    transform-origin: 70% 70%;
    /* Pivot around the bottom-left palm */
    display: inline-block;
}

@keyframes wave-animation {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(14deg);
    }

    /* The following five values can be played with to make the waving more or less extreme */
    20% {
        transform: rotate(-8deg);
    }

    30% {
        transform: rotate(14deg);
    }

    40% {
        transform: rotate(-4deg);
    }

    50% {
        transform: rotate(10deg);
    }

    60% {
        transform: rotate(0deg);
    }

    /* Reset for the last half to pause */
    100% {
        transform: rotate(0deg);
    }
}

.busSerOff-wrap {
    padding: 0;
    margin: 0;
}

.busSerOff-wrap .cardSmall {
    background: #ffffff;
    border-radius: 10px;
    padding: 15px;
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.busSerOff-wrap .icon {
    width: 50px;
}

.busSerOff-wrap .icon img {
    max-width: 100%;
}

.busSerOff-wrap .textBox h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    color: #666666;
    padding: 0;
    margin: 0;
}

.busSerOff-wrap .countNumber {
    width: 40px;
    height: 40px;
    background: #fff2f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.busSerOff-wrap .countNumber span {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    color: #e12f5a;
    padding: 0;
    margin: 0;
}

.currentOfferWrap {
    padding: 0;
    margin: 0;
}

.currentOfferWrap h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
    color: #333333;
    padding: 0;
    margin: 0 0 20px;
}

.dbofferBox {
    border: 1.16px dashed #d9d9d9;
    border-radius: 10px;
    padding: 10px;
    margin: 0 0 0px;
    background: #ffffff;
}

.dbofferBox .offerBoxImg img {
    width: 100%;
    border-radius: 11px;
}

.dbofferBox .offerBoxText {
    padding: 10px 0 0;
    margin: 0;
    position: relative;
}

.dbofferBox .offerBoxText h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #333333;
    padding: 0;
    margin: 0 0 10px;
    display: -webkit-box;
    height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.dbofferBox .offerBoxText p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #666666;
    padding: 0;
    margin: 0px;
    display: -webkit-box;
    height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dbofferBox .offerBoxText .offerBoxft {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1.16px dashed #00000026;
    padding: 10px 0 0;
    margin: 10px 0 0;
}

.dbofferBox .offerBoxText .offerBoxft .box h6 {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.2;
    color: #333333;
    padding: 0;
    margin: 0 0 0px;
}

.dbofferBox .offerBoxText .offerBoxft .box h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    color: #e12f5a;
    padding: 0;
    margin: 0;
}

.dbofferBox .offerBoxText .offerBoxft .box h3 sub {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #333333;
    padding: 0;
    margin: 0;
}

.dbofferBox .offerBoxText .offerBoxft .box h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    color: #000000;
    padding: 0;
    margin: 0;
}

.dbofferBox.d-flex {
    margin-bottom: 20px;
}

.dbofferBox.d-flex .offerBoxImg {
    width: 144px;
    height: 144px;
}

.offerBoxImg {
    position: relative;
}

.dbofferBox .offerBoxImg .fevBtn {
    position: absolute;
    top: 10px;
    left: 10px;
}

.dbofferBox .offerBoxImg .fevBtn .btn {
    padding: 0;
    margin: 0;
    color: #e12f5a;
    width: 26px;
    height: 26px;
    border-radius: 5px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dbofferBox.d-flex .offerBoxImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dbofferBox.d-flex .offerBoxText {
    width: calc(100% - 144px);
    padding: 0 0 0 15px;
}

.dbofferBox.d-flex .offerBoxText .dropdown {
    position: absolute;
    top: 0;
    right: 0;
}

.dbofferBox.d-flex .offerBoxText h4 {
    padding-right: 20px;
}

.commonCountter ul {
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 0;
    margin: 0;
}

.commonCountter li {
    font-size: 26px;
    line-height: 1;
    color: #000000;
}

.commonCountter li span {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    color: #ffffff;
    background: #333333;
    border-radius: 5px;
    padding: 4px;
    display: inline-block;
}

.sitedbTtl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 0;
    margin: 0 0 0px;
}

.sitedbTtl h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    color: #333333;
    padding: 0;
    margin: 0;
}

.sitedbTtl .btnWrap .btn {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    background: #e12f5a;
    border: 1px solid #e12f5a;
    padding: 10px 20px;
    border-radius: 30px;
    transition: all 300ms ease-in-out;
}

.sitedbTtl .btnWrap .btn:hover {
    background: #333333;
    border-color: #333333;
}

.dbbusinessLists {
    padding: 30px 0 0;
    margin: 0;
}

.dbbusList {
    display: flex;
    align-items: center;
    /* gap: 10px; */
    border-radius: 15px;
    background: #ffffff;
    padding: 15px;
    margin: 0;
    position: relative;
}

.dbbusList .icon {
    width: 80px;
    height: 80px;
    background: #fff2f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin: 0;
}

.dbbusList .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.dbbusList .textBox {
    position: relative;
    width: calc(100% - 80px);
    padding: 0 20px 0 15px;
    margin: 0;
}

.dbbusList .textBox h5 {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2;
    color: #333333;
    padding: 0;
    margin: 0 0 6px;
}

.dbbusList .textBox p {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    color: #666666;
    padding: 0;
    margin: 0;
}

.dbbusList .btn {
    position: absolute;
    color: rgb(0 0 0 / 33%);
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    padding: 0;
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 10px;
}

.dbbusList .edtbtn {
    position: absolute;
    color: #e12f5a;
    top: 0px;
    margin: 0;
    padding: 6px;
    z-index: 1;
    left: 5px;
}

.horizontalMenu {
    padding: 0;
    margin: 0 0 20px;
}

.horizontalMenu ul {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    border-radius: 10px;
    padding: 6px;
    margin: 0;
}

.horizontalMenu ul li a {
    display: inline-block;
    font-size: 16px;
    line-height: 1.2;
    color: #666666;
    padding: 15px 15px;
    border-radius: 10px;
    transition: all 300ms ease-in-out;
}

.horizontalMenu ul li a.active {
    background: #e12f5a17;
    color: #333333;
}

/* .progress-bar {
    width: 100%;
    height: 5px;
    background: #eee;
    margin-bottom: 2rem;
    border-radius: 10px;
    overflow: hidden;
}

.progress {
    width: 0%;
    height: 100%;
    background: linear-gradient(to right, var(--primary), var(--secondary));
    transition: width 0.3s ease;
} */

.form-section {
    display: none;
    animation: fadeIn 0.5s ease;
}

.form-section.active {
    display: block;
}

.roundField {
    border: 1px solid #e12f5a40;
    border-radius: 27px;
    padding: 10px 15px;
    height: 48px;
    width: 100%;
    outline: none;
    box-shadow: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: rgb(0 0 0 / 75%);
}

textarea.roundField {
    border-radius: 20px;
    height: 100px;
    resize: none;
}

.inputSelect {
    position: relative;
}

.inputSelect .selectField {
    position: absolute;
    border: none;
    outline: none;
    box-shadow: none;
    border-left: 1.2px solid #e12f5a26;
    right: 10px;
    top: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    font-family: "Nunito", sans-serif;
    color: #00000082;
    height: 40px;
    min-width: 100px;
    border-top-right-radius: 27px;
    border-bottom-right-radius: 27px;
}

.form-group.inputSelect .roundField {
    padding-right: 120px;
}

.stepForm .form-group {
    margin-bottom: 20px;
}

.stepFormBtnWrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    padding: 0;
    margin: 0;
}

.markHoriWrap {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin: 0 0 15px;
}

.cusRadio [type="radio"]:checked,
.cusRadio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.cusRadio [type="radio"]:checked + label,
.cusRadio [type="radio"]:not(:checked) + label {
    position: relative;
    cursor: pointer;
    display: inline-block;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    padding: 0 0 0 28px;
    margin: 0;
}

.cusRadio [type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 2px solid #d9d9d9;
    border-radius: 100%;
    background: transparent;
}

.cusRadio [type="radio"]:checked + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 2px solid #20994b;
    border-radius: 100%;
    background: transparent;
}

.cusRadio [type="radio"]:checked + label:after,
.cusRadio [type="radio"]:not(:checked) + label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #20994b;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.cusRadio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.cusRadio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.switchPanel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    padding: 15px 0;
}

.switchPanel .testBox h6 {
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    color: #333333;
    padding: 0;
    margin: 0;
}

.switchPanel .testBox p {
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #666666;
    padding: 0;
    margin: 0;
}

.switchPanel:last-child {
    border-bottom: none;
}

.switch__container {
    margin: 10px 0;
    width: 60px;
}

.switch {
    visibility: hidden;
    position: absolute;
    margin-left: -9999px;
}

.switch + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
}

.switch--shadow + label {
    padding: 2px;
    width: 60px;
    height: 10px;
    background-color: #e4e4e4;
    border-radius: 60px;
}

.switch--shadow + label:before,
.switch--shadow + label:after {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    content: "";
    margin: auto 0;
}

.switch--shadow + label:before {
    right: 1px;
    background-color: #f1f1f1;
    border-radius: 60px;
    transition: background 0.4s;
}

.switch--shadow + label:after {
    width: 24px;
    background-color: #d4d4d4;
    border-radius: 100%;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); */
    transition: all 0.4s;
    height: 24px;
}

.switch--shadow:checked + label:before {
    background-color: #ffcacb;
}

.switch--shadow:checked + label:after {
    background-color: #e12f5a;
}

.switch--shadow:checked + label:after {
    transform: translateX(36px);
}

/* .storetopttl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0 0 15px;
}
.storetopttl h2{
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    color: #333333;
    padding: 0;
    margin: 0;
}
.storetopttl .addBtnwrap .btn{
    font-family: Nunito;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    background: #E12F5A;
    border: 1px solid #E12F5A;
    padding: 12px 30px;
    border-radius: 30px;
    color: #fff;
    transition: all 300ms ease-in-out;
}
.storetopttl .addBtnwrap .btn:hover{
    background: transparent;
    color: #E12F5A;
} */
.bg-tranparent {
    background: transparent !important;
    background-color: transparent !important;
}

.storeBox {
    padding: 0;
    margin: 0;
    /* border-radius: 20px; */
    /* overflow: hidden; */
    position: relative;
}

.storeBox.active {
    z-index: 2;
}

.storeBox.wTborder .topPart {
    border: 1.25px solid #00000026;
}

.storeBox.wTborder .bottomPart {
    border-bottom: 1.25px solid #00000026;
    border-left: 1.25px solid #00000026;
    border-right: 1.25px solid #00000026;
}

.storeBox .topPart {
    background: #ffffff;
    padding: 20px 40px 20px 20px;
    display: flex;
    align-items: center;
    margin: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
}

.storeBox .bottomPart {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    margin: 0;
    background: #fff2f5;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.storeBox .topPart .icon {
    max-width: 40px;
}

.storeBox .topPart .text {
    max-width: calc(100% - 40px);
    position: relative;
    padding: 0 0 0 20px;
    margin: 0;
}

.storeBox .topPart .text p {
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #333333;
    padding: 0;
    margin: 0;
}

.storeBox .bottomPart p {
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    color: #000000;
}

.dropdown .threeDotBtn {
    color: #666666;
    background: transparent;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    box-shadow: none;
}

.dropdown .threeDotBtn:after {
    display: none;
}

.dropdown .threeDotBtn:active {
    color: #666666;
    background: transparent;
    outline: none;
    box-shadow: none;
}

.storeBox .topPart .dropdown {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    z-index: 3;
}

.modal-dialog-slideout {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 500px;
    margin: 0;
    transform: translateX(100%);
    transition: transform 0.3s ease-out;
    height: 100%;
}

.modal.fade .modal-dialog-slideout {
    transform: translateX(100%);
}

.modal.fade.show .modal-dialog-slideout {
    transform: translateX(0);
}

.modal-backdrop {
    --bs-backdrop-opacity: 0.9;
    backdrop-filter: blur(10px);
}

.sideModal .modal-content {
    border-radius: 0;
}

.sideModal .modal-footer {
    box-shadow: 0px -6.94px 27.78px 0px #00000014;
    border-top: none;
}

.sideModal .modal-dialog {
    margin-top: 0;
    margin-bottom: 0;
    border: none;
}

.sideModal .modal-dialog .modal-content {
    border: none;
    border-radius: 0;
}

.sideModal .modal-dialog .modal-content .modal-body {
    height: calc(100vh - 131px);
    overflow-y: auto;
}

.sideModal .modal-dialog .modal-content .modal-body::-webkit-scrollbar {
    width: 0px;
}

.sideModal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-track {
    background: transparent;
}

.sideModal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 0px;
}

.sideModal .modal-footer .btn {
    background: #333333;
    border: 1.16px solid #333333;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    border-radius: 27px;
    margin: 0;
    padding: 10px 30px;
    outline: none;
    box-shadow: none;
}

.sideModal .modal-footer .btn:hover {
    background: #e12f5a;
    border-color: #e12f5a;
}

.sideModal .modal-footer .btn.draftBtn {
    background: #33333380;
    border: 1.16px solid #33333380;
}

.stepFormBtnWrap button {
    background: #333333;
    border: 1px solid #333333;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    padding: 12px 26px;
    border-radius: 30px;
    outline: none;
    box-shadow: none;
    transition: all 300ms ease-in-out;
}

.stepFormBtnWrap button:hover {
    background: #e12f5a;
    border-color: #e12f5a;
}

.roundUploadImg {
    margin: 0 0 20px;
}

.roundUploadImg input[type="file"] {
    display: none;
}

.roundUploadImg label {
    background: url("/assets/marchant/images/default-img.png"), #d9d9d980;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    cursor: pointer;
    position: relative;
    background-position: 50% 36%;
    background-repeat: no-repeat;
}

.updefaultWrap {
    text-align: center;
}

.updefaultWrap .ttl {
    font-weight: 600;
    font-size: 10.56px;
    line-height: 1.2;
    text-align: center;
    color: rgb(0 0 0 / 51%);
    padding: 0;
    display: block;
    text-align: center;
    margin: 10px 0 0;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.busDetailsList {
    padding: 30px 0 0;
    margin: 0;
}

.busDetailsList .panelDetails {
    display: flex;
    align-items: center;
    padding: 20px 20px;
    margin: 0;
    border-bottom: 1px dashed #00000040;
}

.busDetailsList .panelDetails:last-child {
    border-bottom: none;
}

.busDetailsList .panelDetails p {
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color: #666666;
    padding: 0;
    margin: 0;
    min-width: 160px;
}

.busDetailsList .panelDetails span {
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color: #333333;
    padding: 0;
    margin: 0;
}

.busDetailsListTab {
    padding: 0px 0 0;
    margin: 30px 0 0 0;
    background: #fff;
    /* border-top-left-radius: 10px;
    border-top-right-radius: 10px; */
    border-radius: 10px;
}

.busDetailsListTab .DetailsListTabTop {
    background: #efefef;
    padding: 10px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.busDetailsListTab .DetailsListTabTop .btnWrap .btn {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    background: #e12f5a;
    border: 1px solid #e12f5a;
    padding: 10px 20px;
    border-radius: 30px;
    transition: all 300ms ease-in-out;
}

.busDetailsListTab .DetailsListTabTop .btnWrap .btn:hover {
    background: #333333;
    border-color: #333333;
}

.busDetailsListTab .DetailsListTabTop .nav-tabs {
    border-bottom: none;
}

.busDetailsListTab .DetailsListTabTop .nav-tabs .nav-item {
    margin: 0 20px 0 0;
    background-color: transparent;
}

.busDetailsListTab .DetailsListTabTop .nav-tabs .nav-item:last-child {
    margin-right: 0;
}

.busDetailsListTab .DetailsListTabTop .nav-tabs .nav-item .nav-link {
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    color: #666666;
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    padding: 0;
    position: relative;
}

.busDetailsListTab .DetailsListTabTop .nav-tabs .nav-item .nav-link::after {
    content: "";
    background: #e12f5a;
    position: absolute;
    bottom: -19px;
    left: 0;
    right: 0;
    width: 0%;
    right: 0;
    height: 2px;
    margin: 0 auto;
    transition: all 300ms ease-in-out;
}

.busDetailsListTab .DetailsListTabTop .nav-tabs .nav-item .nav-link.active,
.busDetailsListTab .DetailsListTabTop .nav-tabs .nav-item .nav-link:hover {
    color: #e12f5a;
}

.busDetailsListTab
    .DetailsListTabTop
    .nav-tabs
    .nav-item
    .nav-link.active::after,
.busDetailsListTab
    .DetailsListTabTop
    .nav-tabs
    .nav-item
    .nav-link:hover::after {
    width: 100%;
}

.busDetailsListTab .tab-content {
    padding: 15px;
}

.loginModal {
    padding: 20px 13px 20px;
}

.loginCommon .modal-dialog {
    max-width: 490px;
    border-radius: 20px;
}

.loginCommon .modal-dialog .modal-content {
    border-radius: 20px;
}

.loginModal h3 {
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
    color: #333333;
    padding: 0;
    margin: 0 0 10px;
}

.loginModal p {
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2;
    text-align: center;
    color: #666666;
    padding: 0;
    margin: 0 0 30px;
}

.loginFormWrap .form-group {
    margin-bottom: 20px;
    position: relative;
}

.loginFormWrap .form-group .form-groupWrap {
    position: relative;
}

.loginFormWrap .form-group .fricon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

.loginFormWrap .form-group .form-control {
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: #000000bf;
    border: 1.28px solid #e12f5a40;
    background: #fff;
    border-radius: 27px;
    outline: none;
    box-shadow: none;
    height: 50px;
    padding: 10px 15px 10px 50px;
}

.loginFormWrap .form-group.passfield .form-control {
    padding-right: 50px;
}

.loginFormWrap .form-group .passEyeBtn {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: none;
    outline: none;
    line-height: 0;
}

.logBtn .btn {
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    background: #333333;
    border: 1.28px solid #333333;
    color: #fff;
    width: 100%;
    padding: 12px;
    border-radius: 27px;
    transition: all 300ms ease-in-out;
}

.logBtn .btn:hover {
    background: #e12f5a;
    border: 1.28px solid #e12f5a;
}

.fogformBottom {
    text-align: center;
    padding: 0;
    margin: 30px 0 0;
}

.fogformBottom a {
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    color: #666666;
    display: inline-block;
    transition: all 300ms ease-in-out;
}

.fogformBottom a:hover {
    color: #e12f5a;
}

.loginModal .loginFrTham {
    margin: 10px 0;
}

.loginModal .forgotDesc {
    padding: 0 0 30px;
    margin: 0;
}

.loginModal .forgotDesc p {
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    color: #333333;
    padding: 0;
    margin: 0;
}

.loginModal .forgotDesc strong {
    font-family: "Nunito", sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
    color: #000;
    padding: 0;
    margin: 0;
    display: block;
    text-align: center;
}

.otpFieldWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 40px;
    padding: 0;
    max-width: 330px;
}

.otpFieldWrap .otpInput {
    border: 1px solid #e12f5a40;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 10px;
    outline: none;
    box-shadow: none;
    font-size: 16px;
    color: #000;
    text-align: center;
}

.otpSsession {
    text-align: center;
    margin: 0;
    padding: 20px 0 0;
}

.otpSsession span {
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    color: #333333;
    padding: 0;
    margin: 0;
}

.verifiedOtpWrap {
    text-align: center;
    padding: 0px 0 60px;
    margin: 0;
}

.verifiedOtpWrap .tham {
    text-align: center;
    padding: 0;
    margin: 0 auto 30px;
    max-width: 262px;
}

.verifiedOtpWrap .tham img {
    max-width: 100%;
}

.verifiedOtpWrap h3 {
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    color: #333333;
    padding: 0;
    margin: 0;
}

.abbProductBox {
    display: flex;
    padding: 15px;
    margin: 0;
    position: relative;
    border: 1.18px solid #00000026;
    border-radius: 18px;
    align-items: center;
    position: relative;
}

.abbProductBox .fevBtn {
    position: absolute;
    top: 10px;
    right: 25px;
}

.abbProductBox .fevBtn .btn {
    font-size: 18px;
    line-height: 1.2;
    color: #e12f5a;
    outline: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
}

.abbProductBox .fevBtn .btn:hover,
.abbProductBox .fevBtn .btn.active {
    color: #e12f5a;
}

.abbProductBox .dropdown {
    position: absolute;
    top: 15px;
    right: 10px;
}

.abbProductBox .icon {
    width: 100px;
    padding: 0;
    margin: 0;
}

.abbProductBox .icon img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
}

.abbProductBox .text {
    width: calc(100% - 100px);
    padding: 0 0 0 15px;
    margin: 0;
}

.abbProductBox .text h4 {
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    color: #333333;
    padding: 0;
    margin: 0 0 6px;
}

.abbProductBox .text p {
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #666666;
    padding: 0;
    margin: 0 0 4px;
}

.abbProductBox .text .priceTga {
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: #e12f5a;
    padding: 0;
    margin: 0;
}

.ErrorMsg {
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: red;
    display: block;
    margin: 0;
    padding: 0;
}

.addOfferWrap {
    padding: 0;
    margin: 0;
}

.addOfferWrap .form-group {
    margin: 0 0 20px;
}

.addOfferWrap h3 {
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    color: #333333;
    padding: 0;
    margin: 0 0 20px;
}

.addOfferWrap .offerCode {
    position: relative;
}

.addOfferWrap .offerCode .autoGenBtn {
    position: absolute;
    background: #f8a9a0;
    border: 0;
    padding: 12px 12px;
    border-radius: 27px;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 1.2;
    color: #000000bf;
    min-width: 91px;
    top: 6px;
    right: 6px;
    border: none;
    box-shadow: none;
}

.addOfferWrap .offerCode .roundField {
    padding-right: 110px;
}

.addOfferWrap .btnWrap {
    margin: 0 0 20px;
}

.addOfferWrap .btnWrap .btn-submit {
    background: #e12f5a;
    border: 1px solid #e12f5a;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    padding: 14px 26px;
    border-radius: 30px;
    outline: none;
    box-shadow: none;
    transition: all 300ms ease-in-out;
}

.addOfferWrap .btnWrap .btn-submit:hover {
    background: #333333;
    border: 1px solid #333333;
}

.deleteIcon {
    position: absolute;
    top: 8px;
    left: 10px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    outline: none;
    box-shadow: none;
}

.deleteIcon img {
    max-width: 20px;
}

/* .shopproduct_card .products .row:nth-child(even) .product .product1 .product1-text{
    left: 0;
    right: inherit;
} */

.modaloffetDetails {
    padding: 0;
    margin: 0;
}

.modaloffetDetails .tham img {
    width: 100%;
    border-radius: 10px;
    height: 226px;
    object-fit: cover;
}

.modaloffetDetails .info {
    width: calc(100% - 30px);
    margin: -30px auto 0;
    position: relative;
    z-index: 1;
}

.modaloffetDetails .info .infoTop {
    box-shadow: 0px 0px 36.1px 0px #0000001a;
    border-radius: 10px;
    position: relative;
    padding: 15px;
    background: #fff;
}

.modaloffetDetails .info .infoTop .icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff2f5;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 15px;
    top: -50px;
    overflow: hidden;
}

.modaloffetDetails .info .infoTop .offPanel {
    padding-left: 120px;
    display: flex;
    justify-content: space-between;
}

.modaloffetDetails .info .infoTop .offPanel h5 span {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.2;
    color: #e12f5a;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0px;
}

.modaloffetDetails .info .infoTop .offPanel h5 {
    font-weight: 500;

    font-size: 14px;
    line-height: 1.2;
    color: #333333;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 4px;
}

.modaloffetDetails .info .infoTop .offPanel button {
    background: none;
    box-shadow: none;
    outline: none;
    border: none;
}

.modaloffetDetails .info .infoTop .offPanel button img {
    max-width: 20px;
}

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

.vall-panel .valldate h6 {
    font-family: Nunito;
    font-weight: 500;
    font-size: 14.86px;
    line-height: 1.2;
    position: 0;
    margin: 0 0 0px;
    color: #666666;
}

.vall-panel .valldate p {
    font-family: Nunito;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    position: 0;
    margin: 0 0 6px;
    color: #000;
}

.vall-panel .codeBox {
    background: #d9d9d959;
    height: 50px;
    border-radius: 27px;
    padding: 10px 10px 10px 60px;
    position: relative;
    min-width: 260px;
    display: flex;
    align-items: center;
}

.vall-panel .codeBox span {
    font-family: Nunito;
    font-weight: 500;
    font-size: 14.86px;
    line-height: 1.2;
    color: #666666;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

.vall-panel .codeBox p {
    font-family: Nunito;
    font-weight: 700;
    font-style: Bold;
    font-size: 19.11px;
    line-height: 30.72px;
    letter-spacing: 1.2px;
    color: #e12f5a;
}

.modaloffetDetails .avestoreBox {
    padding: 20px 0 0;
    margin: 0;
}

.modaloffetDetails .avestoreBox h4 {
    font-family: Nunito;
    font-weight: 600;
    font-size: 21.23px;
    line-height: 1.2;
    color: #333;
    padding: 0 0;
    margin: 0 0 10px;
}

.modaloffetDetails .avestoreBox .storeBox {
    border: 1.06px solid #00000026;
    border-radius: 15px;
    overflow: hidden;
}

.modaloffetDetails .avestoreBox .storeBox h5 {
    background: #ffe2e2;
    padding: 10px;
    font-family: Nunito;
    font-weight: 600;
    font-size: 16.99px;
    line-height: 1.2;
    color: #000000;
    margin: 0;
}

.modaloffetDetails .avestoreBox .storeBox p {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16.99px;
    line-height: 1.2;
    color: #333;
    padding: 10px;
    margin: 0;
}

.aboutOfferBox {
    padding: 20px 0;
    margin: 0;
}

.aboutOfferBox h4 {
    font-family: Nunito;
    font-weight: 600;
    font-size: 21.23px;
    line-height: 1.2;
    color: #333;
    padding: 0;
    margin: 0 0 10px;
}

.aboutOfferBox p {
    font-family: Nunito;
    font-weight: 400;
    font-size: 16.99px;
    line-height: 1.6;
    color: #666666;
    padding: 0;
    margin: 0 0 30px;
}

.aboutOfferBox ul li {
    list-style: inside;
    font-family: Nunito;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: #666666;
    padding: 0;
    margin: 0 0 10px;
}

.aboutOfferBox ul li:last-child {
    margin-bottom: 0;
}

.offerReview {
    padding: 0;
    margin: 0;
}

.offerReview h4 {
    font-family: Nunito;
    font-weight: 600;
    font-size: 21.23px;
    line-height: 1.2;
    color: #333;
    padding: 0;
    margin: 0 0 10px;
}

.offerReviewBox {
    padding: 15px;
    margin: 0 0 20px;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    /* box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px; */
    box-shadow: rgb(225 47 90 / 30%) 0px 10px 10px -10px;
}

.offerReviewBox .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
}

.offerReviewBox .top .auth {
    display: flex;
    gap: 10px;
}

.offerReviewBox .top .icon {
    width: 50px;
    height: 50px;
    background: #e12f5a;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.offerReviewBox .top .icon span {
    font-family: Nunito;
    font-weight: 700;
    font-size: 25.48px;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    color: #fff;
}

.offerReviewBox .top .text h5 {
    font-family: Nunito;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
    padding: 0;
    margin: 0;
}

.offerReviewBox .top .text span {
    font-family: Nunito;
    font-weight: 500;
    font-size: 14.86px;
    line-height: 1.2;
    color: #666666;
    padding: 0;
    margin: 0;
}

.offerReviewBox .top .revStar {
    display: flex;
    gap: 4px;
    align-items: center;
}

.offerReviewBox .top .revStar li {
    font-size: 12px;
    line-height: 1.2;
    color: #f79645;
}

.offerReviewBox .desc {
    padding: 15px 0;
    margin: 0;
}

.offerReviewBox .desc p {
    font-family: Nunito;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    color: #666666;
    padding: 0;
    margin: 0;
}

.offerReviewBox .btnPanel {
    /* display: flex; */
    gap: 10px;
}

.offerReviewBox .btnPanel .btn {
    width: calc(50% - 5px);
    text-align: center;
    background: #20994b4f;
    font-weight: 600;
    font-size: 14px;
    color: #20994b;
    line-height: 1.2;
    padding: 10px;
    border-radius: 27px;
    outline: none;
    box-shadow: none;
}

.offerReviewBox .btnPanel .btn.hide {
    background: #66666642;
    color: #666666;
}

.sideModal .modal-dialog .modal-content .modal-body.no-foot {
    height: calc(100vh - 62px);
    overflow-y: auto;
}

.settingsTab {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
}

.settingsTab .from-group {
    margin-bottom: 15px;
}

.settingsTab .from-group label {
    font-size: 14px;
    line-height: 1.2;
    color: #0a0a0a;
    font-weight: 600;
    padding: 0;
    margin: 0 0 4px;
}

.settingsTab .from-group .form-control {
    border: 1px solid #e12f5a40;
    outline: none;
    box-shadow: none;
    color: #333333;
}

.settingsTab .from-group textarea.form-control {
    height: 120px;
    resize: none;
}

.settingsTab .nav-tabs .nav-item .nav-link {
    border: none;
    margin: 0;
    position: relative;
    color: #333333;
}

.settingsTab .nav-tabs {
    margin-bottom: 0;
}

.settingsTab .nav-tabs .nav-item .nav-link.active,
.settingsTab .nav-tabs .nav-item .nav-link:hover {
    color: #e12f5a;
}

.settingsTab .nav-tabs .nav-item .nav-link::after {
    content: "";
    height: 1px;
    width: 100%;
    background: transparent;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.settingsTab .nav-tabs .nav-item .nav-link.active::after {
    background: #e12f5a;
}

.settingsPage .frttl {
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    color: #333333;
    padding: 0;
    margin: 0 0 20px;
}

.settTabWrap {
    padding: 20px 0 0;
    margin: 0;
}

.settTabWrap .ttl {
    padding: 0;
    margin: 0 0 20px;
}

.settTabWrap .ttl h3 {
    font-size: 26px;
    line-height: 1.2;
    color: #333333;
    padding: 0;
    margin: 0;
}

.settTabWrap .ttl p {
    font-size: 16px;
    line-height: 1.4;
    color: #666666;
    padding: 0;
    margin: 0;
}

.settFormWrap {
    padding: 0px 0 0;
    margin: 0;
}

.settFormWrap .btnWrap .btn {
    background: #333333;
    border: 1px solid #333333;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    padding: 12px 26px;
    border-radius: 30px;
    outline: none;
    box-shadow: none;
    transition: all 300ms ease-in-out;
}

.settFormWrap .btnWrap .btn:hover {
    background: #e12f5a;
    color: #fff;
    border-color: #e12f5a;
}

.header .header-wrap .navigation .menu-toggle {
    padding: 0;
    font-size: 0;
}

.header .header-wrap .navigation .menu-toggle .bars span {
    background: #e12f5a;
}

.stellarnav.mobile.light ul {
    background: rgb(255 255 255);
    box-shadow: 0px 0px 15px 0px #00000014;
}

.stellarnav.mobile.light li a {
    padding: 10px;
    border-bottom: 1px solid rgba(141, 141, 141, 0.15);
}

.stellarnav.light a.dd-toggle .icon-plus:after,
.stellarnav.light a.dd-toggle .icon-plus:before {
    border-color: #ffffff;
}

.indicator-progress {
    display: none;
}

[data-kt-indicator="on"] > .indicator-progress {
    display: inline-block;
}

[data-kt-indicator="on"] > .indicator-label {
    display: none;
}

.busDetailsListTabOffers {
    padding: 0px 0 0;
    background: #fff;
    border-radius: 10px;
}

.hduser {
    position: relative;
}

.infowrap {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    border: 1px solid #e12f5a;
    border-radius: 27px;
}

.infowrap p {
    color: #e12f5a;
    padding: 0;
    margin: 0;
}

.infowrap i {
    color: #e12f5a;
}

.hduser .dropdownmenu-content {
    position: absolute;
    right: 0;
    box-shadow: 0px 0px 14px 0px #00000014;
    background: #fff;
    border-radius: 10px;
    min-width: 130px;
    top: 46px;
}

.hduser .dropdownmenu-content ul {
    padding: 10px;
    margin: 0;
}

.hduser .dropdownmenu-content ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #fafafa;
}

.hduser .dropdownmenu-content ul li:last-child {
    border-bottom: none;
}

.hduser .dropdownmenu-content ul li a {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.2;
    color: #666666;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    transition: all 300ms ease-in-out;
}

.hduser .dropdownmenu-content ul li a:hover {
    color: #000;
}

.hduser .dropdownmenu-content ul li:last-child a,
.hduser .dropdownmenu-content ul li:last-child a:hover {
    color: #e12f5a;
}

.passFieldWrap {
    position: relative;
}

.passFieldWrap .passEyeBtn {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
}

.select2-container .select2-search--inline .select2-search__field {
    height: 36px !important;
    line-height: 2.3 !important;
}

.select2-container .select2-selection--multiple {
    min-height: 48px !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #e12f5a40 !important;
    border-radius: 27px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 0;
    line-height: 2.2 !important;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    /* margin-left: 12px !important; */
    margin-top: 0px !important;
}

#previewImages .img-container {
    position: relative;
    display: inline-block;
    margin: 8px;
}

#previewImages img {
    width: 100px;
    border-radius: 0.5rem;
    box-shadow: 0 0 4px #aaa;
}

.removeImage {
    position: absolute;
    top: -10px;
    right: -10px;
    color: #fff;
    background: #dc3545;
    border-radius: 50%;
    padding: 3px 6px;
    font-size: 14px;
    cursor: pointer;
    border: 2px solid #fff;
    z-index: 10;
}

.img-container {
    position: relative;
    display: inline-block;
}

.img-container img {
    width: 100px;
    border-radius: 0.5rem;
    box-shadow: 0 0 4px #aaa;
}

.removeImage {
    position: absolute;
    top: 4px;
    right: 4px;
    background: #dc3545;
    color: #fff;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    border: 2px solid #fff;
    z-index: 2;
}

.dropzone-area {
    background: #f8f9fa;
    border: 2px dashed #0d6efd;
    cursor: pointer;
    transition:
        border-color 0.3s,
        background 0.3s;
}

.dropzone-area.dragover {
    border-color: #0056b3;
    background: #e9ecef;
}

.formSubmit .login-right {
    background-color: #fcf9f1;
}

.dropzone-area {
    min-height: 150px;
}

#dropzoneText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.goTo {
    cursor: pointer;
}

.myofferPage .dbofferBox {
    margin-bottom: 20px;
}

.myofferPage .dbofferBox .offerBoxImg img {
    height: 188px;
    object-fit: cover;
}

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

.swal2-popup {
    max-width: 35%;
    max-height: 90%;
}

.swal2-title {
    font-size: 24px;
}

.inputWithSel {
    position: relative;
}

.inputWithSel select {
    position: absolute;
    right: 1px;
    top: 0;
    bottom: 0;
    border: 0;
    border-left: 1px solid #e12f5a40;
    border-radius: 0 27px 27px 0;
    height: calc(100% - 2px);
    margin: auto 0;
    font-size: 14px;
    line-height: 1.2;
    color: #00000082;
    box-shadow: none;
    outline: none;
    width: 90px;
    padding: 0 0 0 8px;
}

.commFormbtn.twobtn {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    align-items: center;
}

.commFormbtn .btn-submit {
    background: #e12f5a;
    border: 1px solid #e12f5a;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    padding: 12px 26px;
    border-radius: 30px;
    outline: none;
    box-shadow: none;
    transition: all 300ms ease-in-out;
}

.commFormbtn .btn-submit:hover {
    background: #333333;
    border: 1px solid #333333;
}

.commFormbtn .btn-submit.secBtn {
    background: #333333;
    border: 1px solid #333333;
}

.commFormbtn .btn-submit.secBtn:hover {
    background: #e12f5a;
    border: 1px solid #e12f5a;
}

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

.cuscheckbox label {
    position: relative;
    cursor: pointer;
    color: #666666;
}

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

.cuscheckbox input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 7px;
    width: 6px;
    height: 11px;
    border: solid #e12f5a;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.contactPage {
    padding: 40px 0;
    margin: 0;
}

.pageHeading {
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    color: #333333;
    padding: 0;
    margin: 0 0 20px;
    z-index: 1;
    position: relative;
}

.contactPage .settFormWrap {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    z-index: 1;
    position: relative;
}

.contactPage .settFormWrap .from-group {
    margin-bottom: 15px;
}

.aboutPage {
    padding: 50px 0px;
    min-height: calc(100vh - 343px);
}

/*===================== FAQ Section Start ===================*/
.faq-sec {
    position: relative;
    z-index: 2;
    padding: 40px 0;
    margin: 0;
}

.faq-sec h2.ttl {
    font-size: 30px;
    line-height: 1.2;
    color: #333333;
    font-weight: 700;
    text-align: center;
    padding: 0;
    margin: 0 0 30px;
}

.faq-sec .accordion .accordion-item .accordion-header {
    margin-bottom: 0;
}

.faq-sec .accordion-button:not(.collapsed) {
    background-color: #e9fff3;
}

.faq-sec .accordion-button:before {
    content: "";
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 20px;
    background-color: #e12f5a;
    border-radius: 5px;
}

.faq-sec .accordion-button:not(.collapsed)::after {
    transform: translateY(-50%) rotate(0deg);
    background-image: none;
    border-radius: 5px;
}

.faq-sec .accordion-button.collapsed:after {
    background-image: none;
    content: "";
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    height: 2px;
    width: 20px;
    background-color: #e12f5a;
    border-radius: 5px;
}

.faq-sec .accordion-item {
    margin-bottom: 15px;
    border-bottom: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 10px 0 rgb(0, 0, 0, 0.25);
}

.faq-sec .accordion-item .accordion-button {
    background: #fff;
    outline: none;
    border-bottom: 1px solid transparent;
}

.faq-sec .accordion-button:focus {
    box-shadow: none;
}

.faq-sec .accordion-button:not(.collapsed) {
    box-shadow: none;
    border-bottom: 1px solid #fbe2e8;
}

.faq-sec .accordion-button:not(.collapsed) {
    color: #e12f5a;
}

.faq-sec .accordion .accordion-item .accordion-header .accordion-button h5 {
    font-weight: bold;
}

.faq-sec .accordion .accordion-body p {
    font-size: 18px;
    line-height: 1.6;
    color: #333333;
    padding: 0;
    margin: 0 0 15px;
}

.faq-sec .accordion .accordion-body p:last-child {
    margin-bottom: 0;
}

.faq-sec .accordion .accordion-body ul li {
    font-size: 16px;
    line-height: 1.4;
    color: #333333;
    list-style: inside;
    padding: 0;
    margin: 0 0 10px;
}

.faq-sec .accordion .accordion-body ul {
    margin-bottom: 20px;
}

.faq-sec .accordion .accordion-body ul:last-child {
    margin-bottom: 0;
}

.faq-sec .accordion .accordion-body ul li:last-child {
    margin-bottom: 0;
}

.faq-sec .accordion .accordion-body a {
    color: #e12f5a;
}

/*===================== FAQ Section End ===================*/

#businessLogoPreview {
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow:
        rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
        rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    object-fit: cover;
}

.advertisement-third-slider-wrap .owl-nav button.owl-prev,
.advertisement-third-slider-wrap .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #ccc !important;
    font-size: 24px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff !important;
    color: #000 !important;
    cursor: pointer;
    z-index: 1;
}
.advertisement-third-slider-wrap .owl-nav button.owl-prev {
    left: 10px;
}
.advertisement-third-slider-wrap .owl-nav button.owl-next {
    right: 10px;
}

.aboutPage p {
    padding: 0;
    margin: 0 0 10px;
}
.aboutPage ul {
    padding: 0 0 0 30px;
    margin: 0 0 15px;
}
.aboutPage ul li {
    list-style: disc;
}
.aboutPage ol li {
    list-style: decimal;
}
.aboutPage h2 {
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: #333333;
    padding: 0;
    margin: 0 0 15px;
}
