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

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

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

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: 1229px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1379px) {
    .container {
        max-width: 1229px;
    }
}

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

@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;
    }
}

/*========== 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;
    text-align: right;
}

.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: 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: 10px 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 {
    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;
}

.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;
    padding: 0;
    margin: 0px 0px 0 65px;
}

.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;
    width: calc(100% - 184px);
    justify-content: flex-end;
}

.banner {
    position: relative;
    padding: 40px 0 0;
    margin: 0;
}

/* .banner::before{
    content: '';
    width: 100%;
    height: 262px;
    background: linear-gradient(356.03deg, rgba(2, 6, 9, 0) 41.93%, #040809 96.05%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
} */
.banner .banner-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0px 0 0;
    margin: 0;
}

.banner .banner-wrap .offer-ttl {
    padding: 0;
    margin: 0;
}

.banner .banner-wrap .offer-ttl h1 {
    font-family: "Impact";
    font-weight: 400;
    font-size: 184.52px;
    line-height: 1;
    color: #20994b;
    padding: 0;
    margin: 0;
}

.banner-slider-Wrap {
    max-width: 500px;
}

.banner .banner-wrap .offer-ttl h1 span {
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    font-size: 108.01px;
    line-height: 0.8;
    color: #333333;
    writing-mode: sideways-lr;
    position: relative;
    bottom: -7px;
    left: 1px;
}

.banner .banner-wrap .offer-ttl h1 span:first-child {
    /* left: 20px; */
}

.banner .banner-wrap .offer-ttl h1 span:last-child {
    /* right: 10px; */
}

.banner .banner-wrap .offer-ttl h3 {
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    font-size: 54.84px;
    line-height: 1.2;
    color: #000;
    padding: 0;
    margin: 0 0 0 0px;
}

.banner .item > img {
    width: 100%;
}

.banner .item img {
    width: auto;
}

.banner .banner-wrap .offer-ttl a {
    background: #000000;
    border: 1px solid #000000;
    border-radius: 80px;
    display: inline-block;
    padding: 20px 50px;
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0px 0 0;
    transition: all 300ms ease-in-out;
}

.banner .banner-wrap .offer-ttl a:hover {
    background: #e12f5a;
    border: 1px solid #e12f5a;
    color: #fff;
}

.discount-sec {
    position: relative;
    z-index: 3;
    padding: 40px 0;
}

.discount-sec .discount-sec-wrap {
    /* box-shadow: 0px 0px 94px 0px #00000014; */
    background: #ee0000;
    /* border-radius: 25px; */
    /* padding: 50px 70px; */
    /* padding: 10px; */
    margin: 0;
}

.discount-sec .discount-sec-wrap .discount-ttl {
    padding: 0;
    margin: 0 0 40px;
}

.discount-sec .discount-sec-wrap .discount-ttl h2 {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 34px;
    line-height: 1.2;
    text-align: center;
    color: #333333;
    padding: 0;
    margin: 0;
}

.discount-sec .discount-sec-wrap .discount-tag {
    padding: 0 0 0 10px;
    margin: 0 0 0 0px;
    width: calc(100% - 50%);
    position: relative;
}

.discount-sec .discount-sec-wrap .discount-tag h4 {
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    color: #333333;
    padding: 15px 0 0;
    margin: 0;
}

/* .discount-sec .discount-sec-wrap h2{
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    font-size: 60px;
    line-height: 1.2;
    text-align: center;
    color: #333333;
    padding: 0;
    margin: 0;
} */

/* .discount-sec .discount-sec-wrap{
    display: flex;

} */
.discount-sec .discount-sec-wrap .item {
    padding: 15px;
}

.discount-sec .discount-sec-wrap .discount-box {
    display: flex;
    justify-content: space-between;
    border: 1.29px solid #ffc2d1f5;
    box-shadow: 0px 0px 18.04px 0px #0000000f;
    background: #fff;
    border-radius: 7px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0;
    min-height: 245px;
    overflow: hidden;
}

.discount-sec .discount-sec-wrap .discount-box .discount-info {
    border: 1.29px solid #ffc2d1f5;
    box-shadow: 0px 0px 18.04px 0px #0000000f;
    background: #e12f5a;
    padding: 10px 15px 15px;
    border-top-right-radius: 140px;
    border-bottom-right-radius: 140px;
    width: 50%;
    position: relative;
    z-index: 2;
}

.discount-sec .discount-sec-wrap .discount-box .discount-info .star-icon {
    /* display: flex;
    justify-content: flex-end; */
    /* padding: 0 20px 0 0; */
}

.discount-sec .discount-sec-wrap .discount-box.two .discount-info .star-icon {
    padding: 20px 40px 10px 0;
}

.discount-sec .discount-sec-wrap .discount-box.three .discount-info .star-icon {
    padding: 10px 0;
}

.discount-sec .discount-sec-wrap .discount-box .discount-info .star-icon img {
    width: auto;
}

.discount-sec .discount-sec-wrap .discount-box .discount-info h2 {
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    font-size: 90px;
    line-height: 1;
    color: #ffffff;
    padding: 0;
    margin: 0;
}

.discount-sec .discount-sec-wrap .discount-box .discount-info h3 {
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 1;
    color: #ffffff;
    padding: 0;
    margin: 0;
}

.discount-sec .discount-sec-wrap .discount-box .discount-info p {
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 1;
    color: #ffffff;
    padding: 0;
    margin: 0;
}

.discount-sec .discount-box .discount-img {
    max-width: 103px;
}

.discount-sec .discount-sec-wrap .discount-box h5 {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.2;
    color: #000000;
    padding: 0 0 0 15px;
    margin: 0 0 10px;
}

.discount-sec .discount-sec-wrap .discount-box .disPerWrap {
    position: relative;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    padding: 0;
    margin: 0;
}

.discount-sec .discount-sec-wrap .discount-box.three .discount-tag .gifImg {
    position: absolute;
    bottom: 0;
    left: -33px;
    max-width: 114px;
    transform: rotate(13deg);
}

.discount-sec .discount-sec-wrap .discount-box.one .discount-tag .gifImg {
    position: absolute;
    bottom: -13px;
    right: 30px;
    max-width: 114px;
}

.discount-sec .discount-sec-wrap .discount-box.two .discount-tag .gifImg {
    position: absolute;
    bottom: 12px;
    left: -28px;
    max-width: 100px;
    transform: rotate(270deg);
}

.discount-sec .discount-sec-wrap .discount-box .disPerWrap::after {
    content: "";
    width: 19px;
    height: 39px;
    position: absolute;
    background: url(../images/subtract-bg-after.png) no-repeat left top;
    left: 0;
    bottom: -29px;
}

.discount-sec .discount-sec-wrap .discount-box .disPer {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translatey(-50%);
    padding: 0px 20px;
    font-weight: 600;
    font-size: 54px;
    line-height: 1.2;
    color: #fff;
}

.discount-sec .discount-box .discount-img.disOffer {
    position: relative;
}

.discount-sec .discount-box .discount-img.disOffer span {
    display: inline-block;
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    padding: 0;
    margin: 0;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translatex(-50%);
}

.offers-sec {
    padding: 60px 0 40px;
    margin: 0;
}

.site-ttlwrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0px 0 40px;
    margin: 0;
}

.site-ttlwrap h3 {
    font-weight: 700;
    font-size: 34px;
    line-height: 1.2;
    color: #333333;
    padding: 0;
    margin: 0 0 10px;
}

.site-ttlwrap p {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #666666;
    padding: 0;
    margin: 0;
}

.site-ttlwrap .view-all-brn a {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    border: 1px solid #000000;
    color: #000000;
    display: inline-block;
    transition: all 300ms ease-in-out;
    padding: 10px 20px;
    border-radius: 27px;
    min-width: 105px;
}

.site-ttlwrap .view-all-brn a:hover {
    background: #000000;
    color: #fff;
}

.offers-lists {
    padding: 0px 0 0;
    margin: 0;
}

.offers-box {
    border: 1.4px solid #e12f5a40;
    border-radius: 14px;
    overflow: hidden;
}

.offers-box .offers-img {
    position: relative;
    padding: 0;
    margin: 0;
}

.offers-box .offers-img::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.offers-box .offers-img img {
    width: 100%;
    height: 285px;
    object-fit: cover;
}

.offers-box .offers-img .ttl {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    width: 100%;
    z-index: 4;
}

.offers-box .offers-img .ttl ul {
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 0 0 10px;
}

.offers-box .offers-img .ttl ul li {
    color: #f79645;
    font-size: 14px;
    line-height: 1;
    padding: 0;
    margin: 0;
}

.offers-box .offers-img .ttl h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    padding: 0;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
}

.offers-box .offers-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    margin: 0;
    flex-wrap: wrap;
    margin: 0;
}

.offers-box .offers-info .off {
    border-right: 1.56px dashed #00000026;
    padding: 0 15px;
    width: 50%;
    height: 100%;
}

.offers-box .offers-info .off h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    color: #e12f5a;
    padding: 0;
    margin: 0;
}

.offers-box .offers-info .off h3 span {
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    color: #333333;
    display: inline-block;
    writing-mode: sideways-lr;
}

.offers-box .offers-info .validtill {
    padding: 0 15px;
    width: 50%;
    height: 100%;
}

.offers-box .offers-info .validtill p {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: #666666;
    padding: 0;
    margin: 0 0 0px;
}

.offers-box .offers-info .validtill h4 {
    font-weight: 700;
    font-size: 21px;
    line-height: 1.2;
    color: #000000;
    padding: 0;
    margin: 0;
}

.offerTag {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
}

/* .offerTag span {
    font-weight: 600;
    font-size: 18.72px;
    line-height: 1.2;
    color: #fff;
    background: #E12F5A;
    border-radius: 20px;
    padding: 6px 18px;
    display: inline-block;
} */
.offerTag span {
    font-weight: 600;
    font-size: 18.72px;
    line-height: 1.2;
    color: #fff;
    background: #e12f5a;
    border-radius: 20px;
    padding: 6px 18px;
    display: -webkit-box;
    max-width: 120px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin: 0;
    height: 32px;
    line-height: 1.2;
}

.addwishlist {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
}

.addwishlist a {
    font-size: 18px;
    line-height: 1;
    color: #fff;
    display: inline-block;
    transition: all 300ms ease-in-out;
}

.offers-box.noOffer .offers-info .off h3 {
    opacity: 0.33;
}

.offers-box.noOffer .offers-info .validtill h4 {
    color: #e12f5a;
}

.categorie-sec {
    background: #fdf1f4;
    padding: 40px 0;
    margin: 0;
}

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

.categorie-sec .categorieSliderWrap {
    padding: 0;
    margin: 0;
}

.categorie-sec .categorieSliderWrap .cateBox {
    border: 1.29px solid #e12f5a40;
    border-radius: 13px;
    /* background: #fff; */
    overflow: hidden;
    padding: 30px 30px;
    text-align: center;
}

.categorie-sec .categorieSliderWrap .cateBox .icon {
    text-align: center;
    padding: 0;
    margin: 0 0 10px;
    min-height: 89px;
}

.categorie-sec .categorieSliderWrap .cateBox .icon img {
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    /* filter: brightness(0); */
}

.categorie-sec .categorieSliderWrap .cateBox .textBox h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    color: #333333;
    padding: 0;
    margin: 0;
}

.bg-color-one {
    background: #ffdcc0;
}

.bg-color-two {
    background: #cffffb;
}

.bg-color-three {
    background: #ddcfff;
}

.deals-sec {
    padding: 60px 0;
    margin: 0;
}

.deals-box {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    margin: 0;
    /* border: 1.41px solid #D9D9D9; */
    /* border-radius: 14px; */
    position: relative;
    background: url(../images/deals-bg.png) no-repeat left top;
    background-size: 100% 100%;
}

.deals-box .deals-img {
    position: relative;
    width: 190px;
    height: 180px;
    padding: 0;
    margin: 0;
}

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

.deals-box .deals-img .brandLogo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
    border-radius: 50px;
    padding: 4px;
}

.deals-box .deals-img .brandLogo img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.deals-box .deals-info {
    width: calc(100% - 200px);
    padding: 0 0 0 10px;
    margin: 0;
    border-left: 1.41px dashed #00000026;
}

.deals-box .deals-info h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    color: #333333;
    text-transform: capitalize;
    padding: 0;
    margin: 0 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
}

.deals-box .deals-info p {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.4;
    padding: 0;
    margin: 0 0 15px;
    color: #666666;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
}

.deals-box .deals-info .validtill {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
}

.deals-box .deals-info .validtill .offDealsBox,
.deals-box .deals-info .validtill .valDate {
    width: 50%;
}

.deals-box .deals-info .validtill .offDealsBox h4 {
    font-weight: 700;
    font-size: 42px;
    line-height: 1.2;
    color: #e12f5a;
    padding: 0;
    margin: 0 0 0px;
}

.deals-box .deals-info .validtill .offDealsBox h4 sub {
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    color: #333333;
    display: inline-block;
}

.deals-box .deals-info .validtill .valDate {
    padding: 0 0 0 10px;
    margin: 0;
}

.deals-box .deals-info .validtill .valDate p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #666666;
    padding: 0;
    margin: 0 0 0px;
}

.deals-box .deals-info .validtill .valDate h4 {
    font-weight: 700;
    font-size: 19px;
    line-height: 1.2;
    color: #000000;
    padding: 0;
    margin: 0;
}

.deals-box .deals-info .validtill .offDealsBox h4 span {
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
    color: #333333;
    max-width: 49px;
}

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

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

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

.deals-box.disabled {
    opacity: 0.33;
}

.footer {
    background: #333333;
    padding: 60px 0 0;
    margin: 0;
}

.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;
}

#banner-slider .owl-dots {
    /* position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px; */
    /* width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px; */
}

.owl-dots {
    text-align: center;
    margin-top: 15px;
}

.owl-dots .owl-dot {
    border-radius: 0;
    outline: none;
    box-shadow: none;
    border: none;
    margin: 0 3px;
}

.owl-dots .owl-dot span {
    display: inline-block;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background: #666666;
    transition: all 300ms ease-in-out;
}

.owl-dots .owl-dot.active span {
    width: 38px;
    background: #e12f5a;
    border-radius: 10px;
}

.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;
}

.inner-banner {
    position: relative;
    padding: 0;
    margin: 0;
}

.inner-banner img {
    width: 100%;
    height: auto;
}

.inner-banner .desc {
    position: absolute;
    z-index: 33;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.inner-banner .desc .text {
    text-align: center;
    padding: 0;
    margin: 0;
}

.inner-banner .desc .text h1 {
    font-family: "Anton", sans-serif;
    font-size: 60px;
    line-height: 1;
    letter-spacing: 3.2px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 0px;
}

.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-buttons {
    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-btns {
    position: fixed;
    top: 1em;
    right: 1em;
}

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

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

.offerscardleft {
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
}

.offerscardleft .site-ttlwrap .form-control {
    display: block;
    width: 190px;
    padding: 10px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #666666;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: auto;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: #666666 1px solid;
    border-radius: var(--bs-border-radius);
    transition:
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}

.carouselink {
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
}

.carouselink .icon {
    width: 25px;
    height: 25px;
    overflow: hidden;
}

.carouselink .icon img {
    width: 25px;
}

.carouselink a,
.carouselink label {
    padding: 9px 12px;
    position: relative;
    font-size: 17px;
    color: #666666;
    font-weight: 600;
    border-radius: 23px;
    border: #666666 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    gap: 4px;
}

.carouselink input[type="radio"] {
    display: none;
}

.carouselink a:hover,
.carouselink label:hover {
    background: #333333;
    color: #fff;
    border: #333333 1px solid;
}

.carouselink [type="radio"]:checked + label {
    background: #333333;
    color: #fff;
    border: #333333 1px solid;
}

.carouselink a.active {
    background: #333333;
    color: #fff;
    border: #333333 1px solid;
}

.offerscard-slider {
}

.offerscard-slider .owl-dots {
    display: none;
}

.offerscard-slider .owl-carousel .owl-nav.disabled {
}

.offerscard-slider .owl-nav .owl-prev {
    background: transparent;
    position: absolute;
    opacity: 1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #000;
    font-size: 22px !important;
    text-align: center;
    left: 0px;
    top: -3px;
}

.offerscard-slider .owl-carousel {
    padding: 0px 49px;
}

.offerscard-slider .owl-nav .owl-next {
    background: transparent;
    position: absolute;
    opacity: 1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #000;
    font-size: 122px;
    text-align: center;
    display: flex;
    align-items: center;
    right: -20px;
    top: -3px;
}

.offerscard-slider .owl-carousel .owl-nav.disabled {
    display: block;
}

.offerscardright {
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
    z-index: 9;
}

.filtercard {
    margin: 0px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
    background: #fff;
    border: #ececec 1px solid;
    border-radius: 20px;
    min-height: 250px;
}

.filtercard .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 27px 33px;
    font-size: 20px;
    color: #000000;
    text-align: left;
    background-color: #fdf1f4;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
    font-weight: 500;
}

.filtercard .accordion-item {
    color: var(--bs-accordion-color);
    background-color: #fff;
    border: var(--bs-accordion-border-width) solid #dee2e600;
    margin-bottom: 13px;
}

.filtercard .accordion-body {
    padding: 0px 0px;
}

.filtercard .accordion-body p {
    margin: 0px 0px;
    padding: 20px 33px;
    position: relative;
    font-size: 17px;
    color: #525050;
    list-style: none;
    font-weight: 400;
}

.filtercard ul {
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
}

.filtercard li {
    margin: 0px 0px;
    padding: 20px 39px;
    position: relative;
    font-size: 18px;
    color: #000000;
    list-style: none;
    font-weight: 400;
    border-bottom: #f5f5f5 1px solid;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filterhead {
    margin: 0px 0px;
    padding: 26px 39px;
    position: relative;
    background: #e12f5a;
    border-radius: 20px 20px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filterhead h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    color: #fff;
    padding: 0 0px;
    margin: 0px 0px;
}

.appliedlink {
    background: #fff;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.2;
    color: #666666;
    padding: 11px 16px;
    margin: 0px 0px;
    border-radius: 23px;
    cursor: pointer;
}

.appliedlink span {
    font-weight: 600;
    color: #000;
}

.offers-listpage {
    margin: 45px 0px 0px 0px;
    padding: 0px 0px;
    position: relative;
    z-index: 99;
}

.offers-listpage .offers-box {
    margin-bottom: 25px;
    position: relative;
}

.offers-listpage .offers-box .addwishlist i {
    width: 28px;
    height: 28px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    border-radius: 50%;
    font-size: 13px;
    color: #e12f5a;
    cursor: pointer;
}

.offers-listpage .offers-box.noOffer .offers-info .off h3 {
    opacity: 1;
}

.filtercardbottom {
    padding: 4px 33px;
    width: 100%;
    position: absolute;
    bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.clearall-btn {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #666666;
    background: transparent;
    border: 0px;
    text-decoration: none;
}

.clearall-btn {
    color: #666666;
    text-decoration: none;
}

.apfilter-btn {
    background: #e12f5a;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    line-height: 1.2;
    border: 1px solid #e12f5a;
    color: #ffffff;
    display: inline-block;
    transition: all 300ms ease-in-out;
    padding: 17px 29px;
    border-radius: 27px;
}

.apfilter-btn:hover {
    background: #f72a5a;
    border: 1px solid #f72a5a;
    color: #ffffff;
}

.offerdetails-sec {
    margin: 70px 0px 120px 0px;
    padding: 0px 0px;
    position: relative;
}

.offerdetailleft {
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
    z-index: 9;
}

.availablstores-card {
    margin: 0px 0px 40px 0px;
    padding: 0px 0px;
    position: relative;
}

.availablstores-card h2,
.avttl {
    margin: 0px 0px 24px;
    padding: 0px;
    position: relative;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.2;
    color: #333333;
}

.availablstores-card p {
    margin: 0px 0px 14px 0px;
    padding: 0px 0px;
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #666666;
}

.availablstores-card ul {
    margin: 0px 0px;
    padding: 0px 16px;
    position: relative;
}

.availablstores-card li {
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 31px;
    color: #666666;
    list-style: disc;
}

.offerdetails-card {
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
}

.offerdetailsimg {
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 23px;
}

.offerdetailsimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.basilshare {
    position: absolute;
    right: 33px;
    top: 26px;
}

.offerdetailstop {
    margin: -70px auto 49px auto;
    padding: 0px 23px;
    position: relative;
    width: 93%;
    min-height: 112px;
    box-shadow: 0px 0px 30px 0px #9f9b9b54;
    background: #ffffff;
    border-radius: 23px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.detailuserimg {
    margin: -106px 0px 0px 0px;
    padding: 19px 18px;
    position: relative;
    background: #fff2f5;
    width: 130px;
    height: 130px;
    overflow: hidden;
    border-radius: 50%;
}

.detailuserimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.detailuser-text {
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
}

.detailuser-text p {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.2;
    color: #333333;
    padding: 0;
    margin: 0 0 0px;
}

.detailuser-text h4 {
    font-weight: 700;
    font-size: 35px;
    line-height: 1.2;
    color: #000000;
    padding: 0;
    margin: 0;
}

.detailuser-text h4 span {
    color: #e12f5a;
}

.codecard {
    margin: 0px 0px;
    padding: 19px 22px;
    position: relative;
    background: #f2f2f2;
    border-radius: 85px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.codecard h6 {
    font-weight: 500;
    font-size: 19px;
    line-height: 1.2;
    color: #666666;
    padding: 0px;
    margin: 0px;
}

.codecard h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 25%;
    color: #e12f5a;
    padding: 0px;
    margin: 0px;
}

.storescard {
    margin: 0px 0px;
    padding: 30px 30px;
    position: relative;
    background: #fff;
    width: 100%;
    border: #e5e5e5 1px solid;
    border-radius: 15px;
    text-align: center;
}

.storescard-icon {
    margin: 0px auto 20px auto;
    padding: 0px 0px;
    position: relative;
    width: 40px;
}

.storescard p {
    margin: 0px 0px 24px 0px;
    padding: 0px 0px;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    color: #333333;
}

.direction-btn {
    background: #e12f5a;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    line-height: 1.2;
    border: 1px solid #e12f5a;
    color: #ffffff;
    margin: 0px 0;
    transition: all 300ms ease-in-out;
    padding: 10px 14px;
    border-radius: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
}

.direction-btn i {
    font-size: 13px;
}

.direction-btn:hover {
    background: #f72a5a;
    border: 1px solid #f72a5a;
    color: #ffffff;
}

.reviewcard-sec {
    margin: 0px 0px;
    padding: 30px 30px;
    position: relative;
    background: #f5f5f5;
    border-radius: 25px;
    min-height: 400px;
}

.reviewcard-sec h3 {
    margin: 0px 0px 24px;
    padding: 0px;
    position: relative;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.2;
    color: #333333;
}

.reviewcard01 {
    margin: 0px 0px 12px 0px;
    padding: 6px 0px 16px 0px;
    position: relative;
    border-bottom: #dedede 1px dashed;
    z-index: 99;
}

.reviewcard02 {
    border-bottom: #dedede 0px dashed;
}

.writereview-sec {
    display: flex;
    align-content: center;
    justify-content: center;
}

.writereview-sec {
    margin-bottom: -59px;
}

.writereview-btn {
    background: #e12f5a;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    line-height: 1.2;
    border: 1px solid #e12f5a;
    color: #ffffff;
    display: inline-block;
    transition: all 300ms ease-in-out;
    padding: 20px 123px;
    border-radius: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
}

.writereview-btn i {
    font-size: 13px;
}

.writereview-btn:hover {
    background: #f72a5a;
    border: 1px solid #f72a5a;
    color: #ffffff;
}

.reviewcard01 p {
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}

.reviewcardhead {
    margin: 0px 0px 17px 0px;
    padding: 0px 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reviewcardhead h6 {
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    color: #f79645;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 4px;
}

.reviewcardhead h6 a {
    color: #f79645;
    text-decoration: none;
}

.reviewcardhead h6 a:hover {
    color: #fc8e35;
    text-decoration: none;
}

.reviewcardhead-left {
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 12px;
}

.reviewcardimg {
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
    background: #e12f5a;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reviewcardhead-left h5 {
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
}

.reviewcardhead-left h5 span {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    display: block;
}

.offerdetailright {
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
    z-index: 9;
}

.relatedoffer {
    margin: 0px 0px;
    padding: 20px 15px 30px;
    position: relative;
    background: #fff2f5;
    border-radius: 20px;
    min-height: 400px;
}

.relatedoffer .deals-box {
    margin-bottom: 17px;
}

.relatedoffer h2 {
    margin: 0px 0px 24px 0px;
    padding: 0px 0px;
    position: relative;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    color: #333333;
}

.checkboxes__row {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: -31px;
    margin-right: 22px;
}

.checkboxes__row:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.checkboxes__item {
    padding: 0px 15px;
    width: 50%;
}

/* STYLE G */
.checkbox.style-g {
    display: inline-block;
    position: relative;
    padding-right: 40px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox.style-g input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox.style-g input:checked ~ .checkbox__checkmark {
    background-color: #fff;
}

.checkbox.style-g input:checked ~ .checkbox__checkmark:after {
    opacity: 1;
    left: 8px;
}

.checkbox.style-g input:checked ~ .checkbox__body {
    font-weight: bold;
}

.checkbox.style-g:hover input ~ .checkbox__checkmark {
    background-color: #eee;
}

.checkbox.style-g:hover input:checked ~ .checkbox__checkmark {
    background-color: #eee;
}

.checkbox.style-g .checkbox__checkmark {
    position: absolute;
    top: 1px;
    right: 0;
    height: 22px;
    width: 22px;
    background: transparent;
    transition: background-color 0.25s ease;
    border-radius: 4px;
}

.checkbox.style-g .checkbox__checkmark:after {
    content: "";
    position: absolute;
    left: -20px;
    top: -8px;
    width: 15px;
    height: 25px;
    border: solid #70c18c;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition:
        opacity 0.25s ease,
        left 0.25s ease;
}

.checkbox.style-g .checkbox__body {
    color: #333;
    line-height: 1.4;
    font-size: 16px;
    transition: font-weight 0.25s ease;
}

.thanks > *:not(:last-child) {
    margin-right: 30px;
}

.detailuser-star {
    position: relative;
    width: 77%;
    box-shadow: 0px 0px 30px 0px #9f9b9b54;
    background: #ffffff;
    border-radius: 23px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    padding: 4px 13px;
    margin: -22px auto 0px auto;
    color: #666666;
    font-size: 19px;
    font-weight: 600;
}

.detailuser-star a {
    color: #ff9f00;
    font-size: 13px;
    font-weight: 600;
}

.bigads {
    padding: 60px 0 0;
    position: relative;
    z-index: 1;
}

.addcard {
    border-radius: 15px;
    overflow: hidden;
}

.offerscard-sec {
    position: relative;
    z-index: 1;
    padding: 50px 0;
    margin: 0;
    border-radius: 15px;
    overflow: hidden;
}

.offerscard-sec img {
    max-width: 100%;
}

.headerAdd {
    position: absolute;
    /* background: #fff; */
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 11;
    /* top: 77px; */
    top: 109px;
}

.headerAdd .headerAddWrap {
    background: url(../images/hdadd-bg.png) no-repeat center top;
    padding: 10px 80px 40px;
    background-size: 100% 100%;
    /* clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%); */
    /* box-shadow: 0px 7.86px 44.52px 0px #00000014; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headerAdd .headerAddWrap .locName {
    display: flex;
    align-items: center;
    gap: 10px;
}

.headerAdd .headerAddWrap .chBtn .btn {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    background: #000000;
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 27px;
    transition: all 300ms ease-in-out;
}

.headerAdd .headerAddWrap .locName .icon {
    max-width: 20px;
}

.selectCountrypopup {
    position: fixed;
    top: 0;
    /* background: rgba(0,0,0,.5); */
    background: #00000059;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    display: none;
    padding: 0 0 50px;
}

.countclosebtn {
    position: fixed;
    top: 1em;
    right: 1em;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0;
    background: none;
}

.selectCountrypopup .counrtySliderSec {
    background: #fff;
    padding: 20px 30px;
}

.selectCountrypopup .counrtySliderSec h3 {
    text-align: center;
    padding: 0;
    margin: 0;
    font-weight: 700;
    font-style: Bold;
    font-size: 34px;
    line-height: 1.2;
    padding: 0;
    margin: 0 0 30px;
}

.counrtyItem label {
    position: relative;
    border: 1.3px solid #e12f5a40;
    padding: 0;
    margin: 0;
    min-height: 165px;
    border-radius: 25px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    overflow: hidden;
}

.counrtyItem label .couIcon {
    text-align: center;
}

.counrtyItem label .couIcon img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.counrtyItem label .counttl {
    background: #fff2f5;
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
    margin: 10px 0 0;

    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    color: #000;
}

.counrtyItem input[type="radio"] {
    display: none;
}

.counrtyItem input[type="radio"]:checked + label::after {
    content: "";
    width: 24px;
    height: 24px;
    /* border-radius: 50%; */
    background: url(../images/cuida_single-select-outline.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 15px;
    right: 15px;
}

/* .counrtyItem input[type=radio]:checked + label::before{
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    border: 2px solid #fff;
    border-radius: 50%;
    top: 19px;
    right: 19px;
} */

.cityListSec {
    background: #f9f9f9;
    padding: 30px 40px;
}

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

.cityListSec .ttlpanle h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.2;
    color: #000;
    padding: 0;
    margin: 0;
}

.cityListSec .ttlpanle .scrPanel {
    position: relative;
}

.cityListSec .ttlpanle .scrPanel .field {
    border: none;
    border-bottom: 1px solid #ccc;
    background: none;
    outline: none;
    box-shadow: none;
    min-width: 350px;
    padding-left: 30px;
}

.cityListSec .ttlpanle .scrPanel .srcIcon {
    position: absolute;
    left: 0;
    top: 0;
    color: #666666;
}

.ltbtnWrap {
    text-align: center;
    padding: 0;
    margin: 0 0 -50px;
}

.ltbtnWrap .btn {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    /* border: 1px solid #E12F5A; */
    border: 2px solid #f9f9f9;
    background: #e12f5a;
    color: #fff;
    padding: 10px 60px;
    margin: 0;
    border-radius: 27px;
    outline: none;
    box-shadow: none;
    transition: all 300ms ease-in-out;
}

.ltbtnWrap .btn:hover {
    background: #000000;
}

.chosecityblock .radioItem {
    padding: 0;
    margin: 0 0 20px;
}

.cusRadio {
    position: relative;
}

.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: #666666;
    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);
}

.tab {
    display: none;
}

.tab-active {
    display: block;
}

.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; */
    background: #e12f5a;
    border: 1.28px solid #e12f5a;
    color: #fff;
    width: 100%;
    padding: 12px;
    border-radius: 27px;
    transition: all 300ms ease-in-out;
}

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

.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;
}

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

.loginFormWrap .newUserBtn .btn {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    color: #333333;
    border: 1px solid #333333;
    outline: none;
    box-shadow: none;
    width: 100%;
    max-width: 250px;
    padding: 12px 10px;
    margin: 0 auto;
    border-radius: 27px;
    transition: all 300ms ease-in-out;
}

.loginFormWrap .newUserBtn .btn:hover {
    border-color: #e12f5a;
    color: #e12f5a;
}

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

.offer-expierBox {
    padding: 0;
    margin: 0 0 20px;
    max-width: 386px;
}

.aviproductWrap {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 386px;
}

.aviproductWrap .aviproduct-item {
    display: flex;
    align-items: center;
    background: #f1fff6;
    border-radius: 10px;
    padding: 10px;
    margin: 0 0 15px;
}

.aviproductWrap .aviproduct-item .tham {
    padding: 0;
    margin: 0;
    max-width: 100px;
}

.aviproductWrap .aviproduct-item .text {
    width: calc(100% - 100px);
    padding: 0;
    margin: 0;
}

.aviproductWrap .aviproduct-item .text h6 {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.2;
    text-align: right;
    color: #333333;
    padding: 0;
    margin: 0;
}

.aviproductWrap .aviproduct-item .text small {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    text-align: right;
    display: block;
    color: #666666;
}

.aviproductWrap .aviproduct-item .text h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    color: #e12f5a;
    text-align: right;
    padding: 0;
    margin: 0;
}

.aviproductWrap .aviproduct-item .text del {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    /* text-decoration: line-through; */
    color: #e12f5a96;
    text-align: right;
    display: block;
}

.detailsRtside {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

.offer-expierBox h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.2;
    color: #e12f5a;
    padding: 0;
    margin: 0 0 10px;
}

.offer-expierBox p {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: #000000;
    padding: 0;
    margin: 0 0 10px;
}

.offer-expierBox a {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    display: inline-block;
    color: #fff;
    background: #000;
    padding: 10px 30px;
    border-radius: 27px;
}

.offer-on-sec {
    background: #ebebeb42;
    border-radius: 25px;
    margin: 0 0 30px;
    padding: 20px;
}

.offer-on-sec .ttl {
    padding: 0 0 20px;
    margin: 0;
}

.offer-on-sec .ttl h3 {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.2;
    color: #333333;
    padding: 0;
    margin: 0;
}

.offer-on-sec .offer-on-box {
    background: #fff2f5;
    border-radius: 14px;
    padding: 4px;
    position: relative;
}

.offer-on-sec .offer-on-box .tham {
    background: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 30px 10px 20px;
    margin: 0;
}

.offer-on-sec .offer-on-box .tham img {
    width: auto;
    max-width: 100px;
    margin: 0 auto;
}

.offer-on-sec .offer-on-box .wt {
    position: absolute;
    right: 0;
    top: 0;
}

.offer-on-sec .offer-on-box .wt span {
    display: inline-block;
    background: #333333;
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
    padding: 4px 10px;
    border-radius: 0 10px 0 10px;
}

.offer-on-sec .offer-on-box .text {
    padding: 10px 6px;
}

.offer-on-sec .offer-on-box .text p {
    font-weight: 600;
    font-size: 14;
    line-height: 1.2;
    color: #666666;
    padding: 0 0;
    margin: 0 0 10px;
}

.offer-on-sec .offer-on-box .text .prQu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}

.offer-on-sec .offer-on-box .text .prQu .price {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0;
    margin: 0;
}

.offer-on-sec .offer-on-box .text .prQu .price h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    color: #333333;
    padding: 0;
    margin: 0;
}

.offer-on-sec .offer-on-box .text .prQu .price del {
    font-weight: 700;
    font-size: 12px;
    line-height: 1.2;
    color: #33333399;
    padding: 0;
    margin: 0;
}

.offer-on-sec .offer-on-box .text .prQu .quan span {
    background: #e12f5a;
    display: inline-block;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
    padding: 4px 10px;
    margin: 0;
    border-radius: 27px;
}

.indicator-progress {
    display: none;
}

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

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

.hduser {
    position: relative;
    z-index: 88;
}

.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;
}

.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);
    position: relative;
    z-index: 2;
}

/*===================== 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;
}

.great-deals-sec h3,
.more-deals-sec h3 {
    font-size: 30px;
    line-height: 1.2;
    color: #333333;
    font-weight: 700;
    text-align: center;
    padding: 0;
    margin: 0 0 0px;
}

.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;
}

.fevBtn {
    /* position: absolute; */
    top: 10px;
    left: 10px;
}

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

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

.goTo {
    cursor: pointer;
}

/*===================== FAQ Section End ===================*/
.slider-side-add {
    height: 100%;
    overflow-x: hidden;
}

.slider-side-add img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.advertisement-card-big {
    height: 100%;
}

.advertisement-card-big img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.hottestNewDealsBox {
    padding: 0 20px 0 0;
}

.advertisement-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.more-deals-sec {
}

.modified-offers .offers-box {
    border-radius: 0;
}

.modified-offers .offers-box .offers-img img {
    height: 230px;
}

.headerMain-menu .stellarnav ul {
    display: flex;
    justify-content: space-between;
}

.headerMain-menu .stellarnav ul li a {
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    text-transform: capitalize;
    padding: 0;
    margin: 0;
    font-size: 18px;
}

.headerMain-menu .stellarnav ul li a:hover {
    color: #e12f5a;
}

.headerMain-menu {
    background: #262f3d;
    padding: 10px 0;
}

.headerMain-menu .stellarnav.light {
    background: #262f3d;
}
.headerMain-menu .stellarnav {
    z-index: 77;
}
.hdsearch {
    margin: 0;
    padding: 0 30px 0 0;
    width: 100%;
    max-width: calc(100% - 800px);
    max-width: 380px;
}

.hdsearch input.field {
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 27px;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    min-height: 40px;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    /* background-color: rgb(0,0,0); */
    background-color: rgb(255 255 255);
    overflow-x: hidden;
    transition: 0.5s;
    max-width: 300px;
    box-shadow: 0px 0px 24px 0px #00000014;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: left;
    margin-top: 0;
    max-width: 300px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay-content ul li {
    border-bottom: 1px solid #e12f5a1a;
}

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

.overlay-content ul li a {
    font-size: 16px;
    line-height: 1.2;
    color: #333333;
    padding: 10px 10px;
}

.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 60px;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    color: #e12f5a;
    line-height: 1;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px;
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 20px;
    }
}

.mob-search,
.mobile-menuBtn {
    display: none;
}

.great-deals-card {
    border: 1px solid #cccccc30;
    text-align: center;
}

.great-deals-card .title-home {
    padding: 10px;
    border-bottom: 1px solid #cccccc30;
}

.great-deals-card .title-home h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #666666;
    padding: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
}

.great-deals-card .imgBox {
    padding: 0px;
}

.siteTtl {
    font-size: 30px;
    line-height: 1.2;
    color: #333333;
    font-weight: 700;
    text-align: center;
}

.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;
}

.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;
}
