/*Theme Name: JDB
Author: Haroon Jerry
Description: Jazz Discount Bazar*/
/* @import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap"); */

/* @font-face {
    font-family: "Flexo-Medium";
    src: url("/public/fonts/flexo/Flexo-Medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
} */
@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@100;200;300;400;500;600;700;800;900&display=swap");

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

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

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth;
    font-family: "Exo 2", sans-serif !important;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

body {
    font-family: "Exo 2", sans-serif !important;
    margin: 0px;
    background-color: #fff !important;
    overflow-x: hidden;
    font-weight: 400;
}

.popins {
    font-family: "Exo 2", sans-serif !important;
}

/*****fonts*******/

h1,
h2,
h3,
h4,
h5,
h6 {
    /* color: #7b7b7b; */
    margin-top: 0;
}

p {
    /* color: #474646; */
    margin-top: 0;
}

button {
}

a {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

a:hover {
    text-decoration: none;
}

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

button:focus {
    outline: none;
}

.navbar-brands img {
    max-width: inherit !important;
}

img {
    max-width: 100%;
    height: auto !important;
}

.br-15 {
    border-radius: 15px;
}

.margin_0 {
    margin: 0px !important;
}

.margin_r_0 {
    margin-right: 0px !important;
}

.margin_l_0 {
    margin-left: 0px !important;
}

.margin_b_0 {
    margin-bottom: 0px !important;
}

.padd_0 {
    padding: 0px !important;
}

.padd_l_0 {
    padding-left: 0px !important;
}

.padd_r_0 {
    padding-right: 0px !important;
}

.padd_b_0 {
    padding-bottom: 0px !important;
}

.padd_2 {
    padding: 4px;
}

.padd_4 {
    padding: 4px;
}

.padd_6 {
    padding-left: 6px;
    padding-right: 6px;
}

/********header*******/

::selection {
    color: #fff;
    background-color: #8167a9;
}

::-moz-selection {
    color: #fff;
    background-color: #8167a9;
}

/* #Navigation
================================================== */

a.navbar-brands {
    margin: 0 150px 0 0px;
}

a.navbar-brands img {
}

.enter-otp-that-send {
    float: left;
    width: 100%;
}

.enter-otp-that-send .eosy {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    margin: 7px 0px;
}

.number-email {
    display: flex;
    column-gap: 15px;
    margin: 0px 0px 20px;
    align-items: center;
    justify-content: center;
}

.after_gd_button_sec .number-email p {
    color: #ffff;
    font-size: 16px;
    margin: 0px;
    font-weight: 400;
    margin-bottom: 0px !important;
}

.registerHR {
    border: unset !important;
}

.number-email span {
    width: 1px;
    height: 20px;
    background-color: #ffff;
}

.navigation-wrap.bg-light {
    padding: 15px 0 15px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 111;
    background-color: transparent !important;
}

.navigation-wrap.bg-light.scroll-on {
    background-color: #ffff !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.header_search_etuter {
    float: left;
    margin: 0px;
    padding: 0px;
    width: auto;
    display: flex;
    align-items: center;
}

.search_pop {
    float: left;
    margin: 13px 30px 0 0;
    padding: 0px;
    width: auto;
}

.search_pop i {
    color: #262626;
    font-size: 17px;
}

.search_pop:hover i {
    color: rgba(244, 129, 32, 1);
}

.user_dropdown {
    margin: 0px 15px 0 0;
    padding: 0px;
    width: auto;
}

.user_dropdown i {
    color: #262626;
    font-size: 18px;
}

.user_dropdown .dropdown-menu {
    background-color: #fff;
    border-radius: 10px !important;
    padding: 25px !important;
    transform: translate3d(0, 8px, 0) !important;
    border: none !important;
    overflow: hidden;
    margin: 0 0 0 -9px !important;
    min-width: 268px;
    box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.16);
}

.arrow_left {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid white;
    transform: rotate(90deg);
    position: absolute;
    top: -12px;
    /* box-shadow: 0px 0px 7px 2px #f6f6f6; */
    left: 12px;
    z-index: 100;
}

.user_dropdown .dropdown-menu::after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 35px solid #943c3c;
}

.user_dropdown:hover .nav-link i {
    color: rgba(244, 129, 32, 1);
}

.user_dropdown .dropdown-menu .dropdown-menu {
    background-color: #fff !important;
}

.user_dropdown .dropdown-menu a.dropdown-item {
    color: #262626;
    background-color: #fff;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
}

.user-name-wraper {
    display: flex;
    margin: 0px 0px 14px;
    align-items: flex-end;
    column-gap: 3px;
}

.user-name-wraper .user___name {
    font-size: 17px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 175px;
    text-transform: capitalize;
}

.user-name-wraper span a {
    text-decoration: underline;
    font-size: 11px;
    cursor: pointer;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
}

.user_dropdown .dropdown-menu a.dropdown-item svg {
    margin: 0 9px 0 0;
}

/*
.nav-main .navbar-default .navbar-nav.nav-links li:hover span path{ fill: #262626;}
*/

.user_dropdown .dropdown-menu a.dropdown-item:hover {
    color: rgba(244, 129, 32, 1);
}

/*.user_dropdown .dropdown-menu a.dropdown-item:hover path {
    fill: #c70404;
}*/

.user_dropdown .dropdown-menu a.dropdown-item:hover svg {
    stroke: rgba(244, 129, 32, 1) !important;
}

.user_dropdown .dropdown-menu a.dropdown-item:hover path {
    stroke: rgba(244, 129, 32, 1) !important;
}

.user_dropdown .dropdown-menu a.dropdown-item:hover line {
    stroke: rgba(244, 129, 32, 1) !important;
}

.user_dropdown .dropdown-menu a.dropdown-item:hover circle {
    stroke: rgba(244, 129, 32, 1) !important;
}

.user_dropdown .dropdown-menu a.dropdown-item:hover i {
    color: rgba(244, 129, 32, 1);
}

.user_dropdown a.nav-link.dropdown-toggle svg {
    width: 16px;
}

.user_dropdown a.nav-link.dropdown-toggle:hover path {
    fill: rgba(244, 129, 32, 1) !important;
}

.haeder_select_city_dropdown {
    /* float: left;
    margin: 0px;
    padding: 0px;
    width: auto; */
}

.haeder_select_city_dropdown select {
    /* float: left; */
    margin: 0px;
    padding: 0 6px;
    width: auto;
    /* min-width: 204px; */
    border: solid 1px #b8b8b8;
    border-radius: 5px;
    min-height: 44px;
    color: #262626;
    font-size: 17px;
    font-weight: 400;
}

.navigation-wrap .navbar-nav .nav-item .nav-link {
    font-weight: 400;
    color: rgba(0, 0, 0, 1) !important;
    font-size: 15px;
}

.navigation-wrap .navbar-nav .nav-item .nav-link:hover {
    color: rgba(85, 179, 96, 1) !important;
}

.navigation-wrap .navbar-nav .nav-item.active .nav-link {
    color: rgba(85, 179, 96, 1) !important;
}

.navbar {
    padding: 0;
}

.navbar-brand img {
    height: 28px;
    width: auto;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #000;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #000;
    top: 0;
    left: 0;
    content: "";
    z-index: 2;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.nav-link {
    color: #212121 !important;
    font-weight: 500;
    transition: all 200ms linear;
}

.nav-item:hover .nav-link {
    color: #8167a9 !important;
}

.nav-item.active .nav-link {
    color: #777 !important;
}

.nav-link {
    position: relative;
    padding: 0px 0 !important;
    display: inline-block;
}

.nav-item:hover:after {
    bottom: 0;
    opacity: 1;
}

.nav-item.active:hover:after {
    opacity: 0;
}

.nav-item {
    position: relative;
    transition: all 200ms linear;
}

.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 0;
    margin: 0;
    transition: all 200ms linear;
}

.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, 0px, 0);
}

.dropdown-menu {
    padding: 10px !important;
    margin: 0;
    font-size: 13px;
    letter-spacing: 1px;
    color: #212121;
    background-color: #fcfaff;
    border: none;
    border-radius: 3px;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-item {
    color: #212121;
    border-radius: 2px;
    transition: all 200ms linear;
    margin-bottom: 20px;
    padding: 0px 0px;
}

.dropdown-item:last-child {
    margin-bottom: 0px;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #fff;
    background-color: rgba(129, 103, 169, 0.6);
}

.msg-section {
    height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.msg-section img {
    width: 200px;
}

.msg-section .messageDiv {
    margin: 30px 0;
    font-size: 17px;
}

.msg-section button {
    display: inline-block;
    padding: 11px 27px;
    width: auto;
    background-color: rgba(244, 129, 32, 1);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    border: none;
    cursor: pointer;
}

.msg-section button:hover {
    background-color: rgba(85, 179, 96, 0.5);
    color: #fff;
    transition: all 0.2s ease-in-out;
}

/*  **************  navbar new styling  starts from here *************   */
.home-social-icons {
    background-color: rgba(244, 129, 32, 1);
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 1000;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 60px 10px;
}

.reward-link {
    display: flex;
    align-items: center;
    gap: 6px;
}

.home-social-icons i {
    font-size: 20px;
    color: #ffff;
    transition: 0.3s ease-in;
}

.home-social-icons i:hover {
    opacity: 0.7;
}

.nav-search i {
    color: #000;
}

.navflex {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.select-styled {
    min-width: 155px;
    border: 0.5px solid rgba(41, 175, 102, 1) !important;
    padding: 5px 40px 5px 15px !important;
    border-radius: 27px !important;
    position: relative;
}

.select-styled:after {
    content: "";
    width: 11px;
    height: 7px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    background: url(../../assets/images/webp/icon_select_2.webp) 0px 0px
        no-repeat;
    background-size: 100%;
}

.subscribe__btn .d-btn {
    border: none;
    background-color: rgba(244, 129, 32, 1);
    color: #fff;
    border-radius: 32px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    padding: 7px 21px;
    outline: none;
    cursor: pointer;
    transition: 0.3s ease-in;
    display: inline-block;
}

.subscribe__btn .d-btn:hover {
    background-color: rgba(91, 192, 101, 1);
}

.udb_navbar-ul {
    justify-content: space-between;
    width: 98%;
    border: 1px solid #55b360;
    padding: 10px 15px;
    border-radius: 42px;
    align-items: center;
}

.logo-div {
    width: 170px;
}

.banner-second-slider .caro-card {
    display: flex;
    position: relative;
    align-items: center;
    border-radius: 32px;
    column-gap: 12px;
    padding: 20px;
    box-shadow: 0px 6px 19px 0px #00000030;
    background-color: rgba(247, 247, 247, 1);
    cursor: pointer;
}

.banner-second-slider .fire-img {
    position: absolute;
    top: 20px;
    right: 17px;
}

.banner-second-slider .caro-card .card-bug-img {
    width: 150px;
}

.banner-second-slider .caro-card .short-heading {
    color: rgba(4, 4, 4, 1);
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 175px;
}

.slide-right-side {
    text-align: center;
    width: 100%;
    margin-top: 13px;
}

.deal-logo img {
    border-radius: 50%;
}

.comp-logo {
    margin-top: 13px;
    text-align: center;
}

.comp-logo img {
    border-radius: 50%;
}

.banner-second-slider .caro-card .sh-text {
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.banner-second-slider {
    position: relative;
    margin-top: -120px;
    z-index: 11;
    position: relative;
}

.banner-second-slider .swiper-parent {
    position: relative;
}

.banner-second-slider .swiper-parent .swiper-pagination {
    bottom: -20px;
}

.banner-second-slider .swiper-parent .swiper-wrapper {
    padding: 30px 0px;
}

.banner-second-slider .swiper-parent .swiper-pagination-bullet-active {
    background-color: #f48120 !important;
}

.mySwiper {
    padding: 0px 10px !important;
}

.banner-second-slider .caro-card .greenbtn {
    width: 100%;
    text-align: right;
}

.banner-second-slider .caro-card .greenbtn button {
    width: 35px;
    height: 35px;
    background-color: #55b360;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    border-radius: 50%;
    border: none;
}

.main_padding {
    padding: 60px 0px;
}

.main_heading {
    font-size: 24px;
    font-weight: 400;
    color: #000;
}

.popular-deals-section .all-deal-wrapper {
    margin-top: 60px;
}

.popular-deals-section .deal-img {
    text-align: center;
}

.popular-deals-section .deal-img img {
    margin-top: -38px;
    width: 210px;
}

.popular-deals-section .pop-deal-card {
    border-radius: 16px;
    padding: 0px 20px 20px 20px;
    border: 0.3px solid rgba(30, 30, 30, 0.5);
    display: block;
    cursor: pointer;
}

.popular-deals-section .col-lg-3,
.popular-deals-section .col-md-4,
.popular-deals-section .col-12 {
    margin-bottom: 80px;
}

.popular-deals-section .pop-deal-card .deal-detail {
    margin-top: 20px;
}

.popular-deals-section .pop-deal-card .deal-detail .dealname {
    font-size: 19px;
    font-weight: 500;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 240px;
    text-align: left;
}

.popular-deals-section .pop-deal-card .deal-detail .dealdesc {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 240px;
    margin: 0px 0px 10px;
    text-align: left;
}

.popular-deals-section .pop-deal-card .deal-detail .saving {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.popular-deals-section .pop-deal-card .deal-detail .validitydate {
    color: #fff;
    font-weight: 300;
    text-align: center;
    border-radius: 22px;
    padding: 3px 7px;
    font-size: 15px;
    margin: 5px 0px;
    min-width: 130px;
    background-color: rgba(244, 129, 32, 1);
}

.popular-deals-section .pop-deal-card .deal-detail .validity {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    text-align: left;
}

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

.popular-deals-section.main_padding {
    padding-bottom: 0px;
}

/* navbar new styling     */
/* discount new section */
.discount-section {
    width: 100%;
    position: relative;
}

.discount-section img {
    width: 100%;
}

.discount-section .absolute-div {
    position: absolute;
    top: 42%;
    left: 9%;
}

.discount-section .absolute-div img {
    margin-bottom: 7px;
    width: 120px !important;
}

.discount-section .absolute-div a {
    display: block;
}

/* reward section */
.reward-section {
    position: relative;
}

.reward-section .reward-main-img {
    width: 90%;
}

.reward-section .reward-heading p {
    font-weight: 700;
    font-size: 44px;
    margin-bottom: 0px;
    line-height: 44px;
    color: rgba(91, 192, 101, 1);
}

.reward-section .reward-heading h2 {
    font-weight: 700;
    margin-bottom: 0px;
    font-size: 44px;
    line-height: 48px;
    color: #000;
}

.reward-section .reward-desc {
    color: #000;
    margin: 15px 0px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #000;
    border-left: 3px solid rgba(85, 179, 96, 1);
    padding: 10px 12px;
    width: 100%;
    max-width: 87%;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.reward-section .subscribe__btn button {
    font-size: 15px;
    padding: 5px 30px;
    text-transform: uppercase;
    border: none;
    background-color: rgba(244, 129, 32, 1);
    color: #fff;
    border-radius: 120px;
    font-weight: 400;
    outline: none;
    cursor: pointer;
    transition: 0.3s ease-in;
}

.reward-section .subscribe__btn button:hover {
    background-color: rgba(91, 192, 101, 1);
}

.unsubscribe-btn {
    font-size: 15px;
    padding: 8px 30px;
    text-transform: uppercase;
    border: none;
    background-color: rgba(244, 129, 32, 1);
    color: #fff;
    border-radius: 120px;
    font-weight: 400;
    outline: none;
    cursor: pointer;
    transition: 0.3s ease-in;
    display: block;
    text-align: center;
}

.unsubscribe-btn:hover {
    color: #fff;
    background-color: rgba(91, 192, 101, 1);
}

.reward-section .pineapple {
    position: absolute;
    right: 0;
    width: 100px;
    top: 40px;
}

/* .reward modal */
.m-modal .modal-content {
    background-color: transparent;
    background-image: url("../../assets/images/webp/reward-modal-bg.webp");
    background-size: cover;
    border-radius: 21px;
}

.m-modal .modal-content .m-modal-header {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    border-bottom: none;
    justify-content: center;
    background-color: transparent;
}

.m-modal .modal-content .modal-body {
    background-color: transparent;
    background-size: cover;
    padding: 0px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.m-modal .modal-content .modal-body img {
    width: 100%;
}

.m-modal .modal-content .cong-text {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin-bottom: 0px;
}

.m-modal .modal-content .successfully-redeam {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    line-height: 24px;
}

.modal-body .cong-modal-text {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    position: absolute;
    top: 39%;
    left: 14px;
}

.rev-modal-artwork {
    width: 300px;
    display: block;
    margin: 0 auto;
}

.modal-body .modal-threegb-data {
    font-size: 39px;
    font-weight: 400;
    color: #ffff;
    margin-bottom: 0px;
    font-style: italic;
}

.modal-body .modal-getdata {
}

.modal-body .modal-get {
    font-size: 11px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0px;
    font-style: italic;
}

.modal-body .modal-data {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    font-style: italic;
    margin-bottom: 0px;
}

.m-modal .modal-content .modal-footer {
    padding: 15px 0px;
}

.m-modal .modal-content .modal-footer button {
    background-color: rgba(154, 185, 60, 1);
    padding: 5px 0px;
    width: 100%;
    max-width: 50%;
    border: none;
    border-radius: 33px;
    margin: 0 auto;
    border-radius: 33px;
    font-size: 20px;
    color: #ffff;
    font-weight: 500;
    text-align: center;
    transition: 0.3s linear;
}

.m-modal .modal-content .modal-footer button:hover {
    opacity: 0.7;
}

/* .reward modal */
.review-section .rev-card {
    padding: 30px;
    background-color: rgba(247, 247, 247, 1);
    border-radius: 10px;
    box-shadow: 0px 6px 19px 0px rgba(0, 0, 0, 0.19);
    position: relative;
}

.review-section .rev-stars {
    margin: 5px 0px 10px;
}

.review-section .rev-stars i {
    font-size: 11px;
    color: rgba(202, 55, 74, 1);
}

.review-section .rev-stars i.disabled {
    color: rgba(200, 200, 200, 1);
}

.review-section .rev-card .review-head {
    font-size: 18px;
    color: rgba(4, 4, 4, 1);
    font-weight: 500;
    line-height: 18px;
    margin-top: 20px;
}

.review-section .rev-card .rev-desc {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-weight: 400;
}

.review-section .revSwiper .swiper-wrapper {
    padding: 85px 0px;
}

.review-section .revSwiper .swiper-wrapper img.reviewer {
    position: absolute;
    top: -30px;
    width: 60px;
    height: 60px;
}

.review-section .revSwiper {
    padding: 0px 10px;
}

.swiper-button-prev {
    top: 30px !important;
    right: 55px !important;
    left: unset !important;
}

.swiper-button-next {
    top: 30px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: "" !important;
    min-width: 35px;
    min-height: 35px;
    background-repeat: no-repeat;
    background-color: #02be48;
    background-position: center;
    border-radius: 50%;
    color: #ffff;
    background-image: url("../../assets/images/webp/greater.webp");
}

.swiper-button-prev:after {
    transform: rotate(-180deg);
}

/* footer */
.footer-section .subscribe-news {
    background-image: url("../../assets/images/webp/newsBg.webp");
    background-size: cover;
    height: 124px;
    padding: 40px 0px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.footer-section .subscribe-news .flex {
    justify-content: center;
    column-gap: 30px;
    align-items: center;
}

.footer-section .subscribe-news .news-head {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    line-height: 22px;
    opacity: 0.7;
}

.footer-section .subscribe-news h2 {
    color: #fff;
    font-weight: 600;
    font-size: 26px;
    line-height: 29px;
    margin-bottom: 0px;
}

.footer-section .subscribe-news .register_btn input {
    background-color: rgba(189, 189, 189, 0.7);
    font-size: 16px;
    border: none;
    outline: none;
    color: #fff;
    padding: 8px 24px;
    border-radius: 40px;
    width: 330px;
    height: 40px;
}

.register_btn input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.register_btn a {
    display: inline-block;
    padding: 8px 40px;
    background-color: #02be48;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 40px;
    margin-left: -35px;
    border: none;
    transition: 0.3s linear;
    text-transform: uppercase;
}

.register_btn a:hover {
    background-color: rgba(244, 129, 32, 1);
}

.orangeFooter {
    background-color: rgba(244, 129, 32, 1);
    padding: 40px 0px 30px;
}

.footer-section {
    width: 100%;
    float: left;
}

.footer-section .footer-link-active {
    color: #fff !important;
    font-weight: 700 !important;
}

.orangeFooter .footlinks {
    display: flex;
    border-bottom: 0.5px solid #ccc6c6;
    justify-content: space-between;
    padding-bottom: 10px;
    align-items: center;
    margin-bottom: 20px !important;
}

.mobile-flex a {
    color: #fff;
    font-size: 17px;
    transition: 0.3 ease-in;
    font-weight: 400;
}

.mobile-flex a:hover {
    opacity: 0.7;
}

.orangeFooter .footlinks li a {
    color: #fff;
    font-size: 17px;
    transition: 0.3 ease-in;
    font-weight: 400;
}

.orangeFooter .footlinks li a:hover {
    opacity: 0.7;
}

.copyright {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    width: 100%;
    margin-bottom: 0px;
}

.orangeFooter .social-icon i {
    color: #fff;
    font-size: 20px;
    transition: 0.3s linear;
}

.orangeFooter .social-icon i:hover {
    color: #02be48;
}

.social-icon {
    justify-content: flex-end;
    display: flex;
    column-gap: 40px;
}

#top_banner_slider .owl-controls {
    display: none !important;
}

.dis-mobile {
    display: none;
}

.dis-desk {
    display: block;
}

.detail_page_breadcrum {
    background-color: rgba(85, 179, 96, 0.5);
    padding: 40px 0px;
    margin-top: 90px;
    margin-bottom: 50px;
}

.deal-detail-main-card {
    border: 0.3px solid rgba(30, 30, 30, 0.5);
    border-radius: 29px;
    padding: 25px 0px;
}

.premium-deal-header {
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.premium-deal-header .deal-detail-saving {
    padding: 3px 10px;
    background-color: rgba(85, 179, 96, 1);
    color: #fff;
    font-size: 16px;
    border-radius: 50px;
    font-weight: 500;
}

.deal-detail-thumb {
    position: relative;
    margin-top: 34px;
    text-align: center;
}

.deal-detail-thumb .main-deal-img {
    position: relative;
    z-index: 20;
}

.deal-detail-thumb .curve-line {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.detail_page_breadcrum .breadcrum-wraper {
    display: flex;
    margin-bottom: 0px;
    align-items: center;
}

.detail_page_breadcrum .breadcrum-wraper a,
.detail_page_breadcrum .breadcrum-wraper li {
    font-size: 18px;
    font-weight: 300;
    color: #262626;
}

.detail_page_breadcrum .breadcrum-wraper .breadcrum-title {
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
}

.deals_detail_thumb {
    width: 487px !important;
}

.deals_detail_right_content h3 {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    margin-bottom: 4px;
    text-transform: capitalize;
}

.deal_brand_name {
    display: block;
    /* margin: 0 0 15px 0; */
    color: rgba(244, 129, 32, 1);
    font-size: 24px;
    font-weight: 500;
}
.powered__by {
    margin-bottom: 15px;
}
.powered__by span {
    color: #02be48;
    font-weight: 600;
}
.deals_detail_right_content p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 19px;
    margin-bottom: 20px !important;
    width: 100% !important;
}

.deal_detail_sec_inner .row {
    justify-content: space-around;
}

.outlet_select_deal .select-styled {
    border: 0.5px solid rgba(0, 0, 0, 0.5) !important;
    padding: 7px 15px !important;
    border-radius: 7px !important;
    width: 88%;
}

.outlet_select_deal .select {
    padding-bottom: 19px;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    width: 100%;
}

.outlet_select_deal .select-options {
    min-width: 88%;
    left: auto;
    right: 57px;
    border-radius: unset;
    top: 33px;
}

.btn_d_detail {
    padding: 12px 24px;
    font-size: 17px;
    font-weight: 500;
    background-color: rgba(252, 149, 2, 1);
    color: #fff;
    border: none;
    border-radius: 10px;
    line-height: 20.72px;
    transition: 0.3s linear;
}

.btn_d_detail:hover {
    background-color: #02be48;
    color: #fff;
}

.sec_deal_honored p {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    margin-top: 19px;
}

.sec_deal_honored p i {
    color: rgba(85, 179, 96, 1);
}

.sec_deal_honored p a {
    font-weight: 500;
    color: rgba(252, 149, 2, 1);
    font-size: 16px;
}

.after_gd_button_sec {
    float: left;
    margin: 0px;
    padding: 30px 36px 28px 36px;
    width: 100%;
    background-color: rgba(85, 179, 97, 1);
    border-radius: 15px;
    text-align: center;
    margin-top: 15px;
}

.after_gd_button_sec hr {
    background-color: rgba(85, 179, 97, 1);
}

.after_gd_button_sec h4 {
    float: left;
    margin: 0 0 15px 0;
    padding: 0px;
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.after_gd_button_sec p {
    float: left;
    margin: 0 0 5px 0;
    padding: 0px;
    width: 100%;
    color: #ffff;
    font-size: 17px;
    font-weight: 400;
    border-bottom: unset;
    letter-spacing: 0.05em;
}

.after_gd_button_sec h5 {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    color: #ffff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.acpt_uncpt_buttons a {
    display: inline-block;
    width: auto;
    padding: 10px 32px 9px 32px;
    margin: 0 8px;
    border-radius: 42px;
    letter-spacing: 0.05em;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border: solid 1px #ffff;
}

.acpt_uncpt_buttons a:hover {
    background-color: rgba(252, 149, 2, 1);
    color: #fff;
    border: none;
}

.otp_instructions {
    font-size: 14px;
    font-weight: 600 !important;
    color: #fff !important;
}

.resend_otp_inside_web a {
    color: rgba(252, 149, 2, 1);
    font-size: 14px;
    font-weight: 500;
}

.acpt_uncpt_buttons a.redeem_wht_btn {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}

.after_gd_button_sec small {
    float: left;
    margin: 0 0 0px 0;
    padding: 0px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.after_gd_button_sec small span {
    color: #000;
}

.top-banner {
    padding: 25px 0px;
    margin: 90px 0px 40px;
    text-align: center;
    background-color: rgba(85, 179, 96, 0.5);
}

.top-banner.mb-bottom {
    margin: 90px 0px 100px;
}

.top-banner h4 {
    font-size: 28px;
    line-height: 34.13px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}

.top-banner p {
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
    line-height: 18.29px;
    font-weight: 400;
    margin-bottom: 0px;
}

/* user account profile page styling  */
.user-account-profile {
    min-height: 100vh;
    background-image: url("../../assets/images/webp/user-account-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.user-account-profile .user-main-content {
    width: 100%;
    max-width: 500px;
    margin: 40px auto;
    padding: 0 15px;
}

.user-account-profile .user-main-content .user-logo {
    text-align: center;
}

.user-account-profile .user-main-content .user-account-card {
    box-shadow: 0px 4px 41px 0px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-top: 50px;
    background-color: #fff;
}

.user-account-profile .user-main-content .user-account-card .skip-btn {
    text-align: right;
}

.user-account-profile .user-main-content .user-account-card .skip-btn a {
    color: rgba(244, 129, 32, 1);
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s ease-in;
    text-align: right;
}

.user-account-profile .user-main-content .user-account-card .skip-btn a:hover {
    color: rgba(91, 192, 101, 1);
}

.user-account-profile .user-main-content .user-account-card .user-short-desc {
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    font-weight: 400;
}

.user-account-profile .user-main-content .user-account-card .hello-message {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin: 20px 0px 0px;
    text-transform: capitalize;
}

.user-account-profile .user-main-content .user-account-card .number-card-box {
    margin-top: 20px;
}

.user-account-profile
    .user-main-content
    .user-account-card
    .single-number-card {
    padding: 13px 20px;
    margin-bottom: 15px;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    transition: 0.3s ease-in;
    cursor: pointer;
}

.user-account-profile
    .user-main-content
    .user-account-card
    .single-number-card
    i {
    color: rgba(244, 129, 32, 1);
    font-size: 20px;
}

.user-account-profile
    .user-main-content
    .user-account-card
    .single-number-card
    .fas.fa-check-circle {
    color: rgba(154, 184, 62, 1);
}

.user-account-profile
    .user-main-content
    .user-account-card
    .single-number-card:hover {
    border: 1px solid rgba(244, 129, 32, 1);
}

.user-account-profile
    .user-main-content
    .user-account-card
    .single-number-card
    .user-number {
    color: #000;
    font-size: 17px;
    line-height: 17px;
    font-weight: 400;
}

.user-account-profile .user-main-content .user-account-card .s-n-l-s {
    display: flex;
    column-gap: 12px;
    align-items: center;
}

.user-account-card .verify-head {
    color: #000;
    font-size: 15px;
    font-weight: 600;
}

.user-account-card .user-otp-varification-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user-account-card .otp-verif-wraper {
    margin-top: 40px;
}

.user-account-card .otp-verif-wraper .otp-veri-head {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    color: #000;
}

.user-account-card .otp-verif-wraper .otp-veri-desc {
    color: rgba(0, 0, 0, 0.7);
    text-align: center;
    font-weight: 400;
    margin: 7px 0px 20px;
}

.user-account-card .otp-verif-wraper .otp-number-mail {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 12px;
    margin: 20px 0px 15px;
}

.user-account-card .otp-verif-wraper .otp-number-mail span {
    width: 1px;
    height: 25px;
    background-color: rgba(0, 0, 0, 0.5);
}

.user-account-card .otp-verif-wraper .otp-number {
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
    font-size: 20px;
}

.user-account-card .otp-verif-wraper .otp-number-mail .otp-mail {
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
    font-size: 20px;
}

.user-account-card .otp-verif-wraper .resend-otp {
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.7);
    text-align: center;
    margin-top: 16px;
    display: flex;
    justify-content: center;
    column-gap: 7px;
}

.resend-otp #resendOTP {
    border: none;
    color: rgba(244, 129, 32, 1);
    font-size: 14px;
    font-weight: 500;
    padding: unset;
    background-color: #fff;
}

.resend-otp #resendOTP:hover {
    text-decoration: underline;
}

div#otp_timer_section {
    display: flex;
    column-gap: 5px;
}

.user-account-card .otp-verif-wraper .verify-now-btn button {
    background-color: rgba(244, 129, 32, 1);
    border-radius: 10px;
    padding: 13px 0 13px 0;
    width: 100%;
    margin-top: 15px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    transition: 0.3s ease-in;
    border: none;
}

.user-account-card .otp-verif-wraper .verify-now-btn button {
    background-color: rgba(41, 175, 102, 1);
    transition: 0.3s ease-in;
}

.user-account-card .otp-verif-wraper .verify-now-btn button:hover {
    opacity: 0.7;
}

.back-option {
    cursor: pointer;
}

.user-account-card .otp-verif-wraper .otp-inputs {
    display: flex;
    justify-content: space-around;
}

.user-account-card .otp-verif-wraper .otp-inputs input {
    width: 55px;
    height: 55px;
    border-radius: 10px;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
    background-color: #fff;
    text-align: center;
}

.user-account-card .otp-verif-wraper .otp-inputs input:hover {
    border: 0.5px solid rgba(244, 129, 32, 1);
}

.user-account-card
    .otp-verif-wraper
    .otp-inputs
    input::-webkit-outer-spin-button,
.user-account-card
    .otp-verif-wraper
    .otp-inputs
    input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.user-profile-info img {
    display: block;
    margin: 0 auto 10px;
}

.user-profile-info {
    padding-bottom: 11px;
    margin: 30px 0px 11px;
    text-align: center;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.3);
}

.user-profile-info .link-account {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
    text-align: center;
}

.profiler-detail .profiler-name-text {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
}

.profiler-detail .profiler-name {
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
    text-transform: capitalize;
}

.unlink-btn button {
    background-color: rgba(244, 129, 32, 1);
    color: #fff;
    text-align: center;
    padding: 13px 0px 13px 0px;
    font-size: 16px;
    font-weight: 400;
    border: none;
    width: 100%;
    max-width: 80%;
    margin: 15px auto 0px;
    border-radius: 70px;
    display: block;
    transition: 0.3s linear;
}

.unlink-btn button:hover {
    background-color: rgba(41, 175, 102, 1);
}

.error-modal .modal-title {
    color: rgba(0, 0, 0, 1);
    font-size: 24px;
    font-weight: 600;
    width: 100%;
    text-align: center;
}

.error-modal .m-modal .modal-content {
    background-image: none;
    background-color: #fff;
}

.error-modal .m-modal .modal-content .modal-body {
    background-image: url("../../assets/images/webp/emobg.webp");
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.error-modal .m-modal .modal-content .successfully-redeam {
    margin-bottom: 0px;
}

.error-modal .m-modal .modal-content .modal-footer button {
    padding: 6px 0px;
    max-width: 45%;
}

.error-modal .m-modal .modal-content .modal-footer {
    padding: 22px 0px;
}

/* my rewards page styling */
.point-section {
    position: relative;
    height: 70vh;
}

.point-section .point-image {
    position: absolute;
    background-repeat: no-repeat;
    width: 100%;
    height: 60vh;
    top: 20%;
    background-size: cover;
    background-image: url("../../assets/images/webp/user-account-bg.webp");
}

.point-section .point-bg-img-button .reward-main-img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: max-content;
}

.point-section .point-bg-img-button .reward-main-img .reward-avt-img {
    position: absolute;
    top: -45px;
    left: 316px;
}

.point-section
    .point-image
    .point-bg-img-button
    .reward-main-img
    .reward-img-content {
    position: absolute;
    top: 65px;
    text-align: center;
    color: #ffffff;
    left: 4%;
    width: 100%;
}

.point-section
    .point-image
    .point-bg-img-button
    .reward-main-img
    .reward-img-content
    .name-content
    span {
    font-size: 22px;
    font-weight: 400;
}

.point-section
    .point-image
    .point-bg-img-button
    .reward-main-img
    .reward-img-content
    .total {
    margin: 17px 0px;
    font-size: 16px;
}

.point-section
    .point-image
    .point-bg-img-button
    .reward-main-img
    .reward-img-content
    .star-point
    span {
    font-size: 35px;
    font-weight: 700;
    margin-left: 8px;
}

.point-section
    .point-image
    .point-bg-img-button
    .reward-main-img
    .reward-img-content
    .star-point
    .fa-star {
    color: rgba(255, 213, 79, 1);
    font-size: 32px;
}

.point-section
    .point-image
    .point-bg-img-button
    .reward-main-img
    .reward-img-content
    .deals {
    margin: auto;
    width: 85%;
    font-size: 14px;
    margin-top: 13px;
}

/* m reward styling */
.m-reward-card {
    padding: 0px 0px 30px;
    display: block;
    box-shadow: 0px 5.89px 7.36px 4.41px #0000000a;
    border-radius: 19px;
    border: 0.74px solid #e0e0e0;
    background-color: #ffff;
    width: 30%;
    cursor: pointer;
    margin-bottom: 70px;
    position: relative;
}

.reward-card-wraper {
    width: 100%;
    max-width: 85%;
    margin: 100px auto 40px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
}

.reward-card-wraper .reward-gift-img img {
    width: 100%;
    border-radius: 19px 19px 8px 8px;
}

.reward-card-wraper .reward-abs-text {
    display: flex;
    align-items: center;
    column-gap: 5px;
    position: absolute;
    top: 9%;
    left: 50%;
    transform: translateX(-50%);
}

.reward-card-wraper .threegb-data {
    color: #f48120;
    font-size: 50px;
    font-weight: 600;
}

.reward-card-wraper .getdata {
    text-align: left;
}

.reward-card-wraper .get {
    font-size: 16px;
    line-height: 16px;
    color: #575757;
    font-weight: 400;
    margin-bottom: 0px;
}

.reward-card-wraper .data {
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
    color: #f48120;
    margin-bottom: 0px;
    font-style: italic;
}

.gift-description .reward-desc-head {
    color: rgba(0, 0, 0, 1);
    font-size: 22px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 7px;
}

.gift-description {
    padding: 0px 15px;
    margin: 20px 0px 0px;
}

.gift-description .reward-detail {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    font-weight: 500;
    text-align: left;
}

.__validtity-date--wraper {
    display: flex;
    align-items: baseline;
    padding: 15px 15px 22px;
    column-gap: 7px;
}

.redeem-btn {
    padding: 0px 15px;
}

.redeem-btn button {
    padding: 10px 0px;
    color: #7b7b7b;
    text-align: center;
    font-size: 14px;
    width: 100%;
    border: 1px solid #9ab93c;
    background-color: #9ab93c;
    color: #fff;
    transition: 0.3s linear;
    transition: all 0.2s linear;
}

.redeem-btn button:hover {
    opacity: 0.7;
}

.redeem-btn button.redemmed {
    padding: 10px 0px;
    color: #7b7b7b;
    text-align: center;
    font-size: 14px;
    width: 100%;
    border: 1px solid #9ab93c;
    background-color: #fff;
    transition: 0.3s linear;
}

.redeem-btn button.redemmed:hover {
    border: 1px solid #9ab93c;
    background-color: #fff;
}

.__validtity-date--wraper .validity-text {
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    margin-bottom: 5px !important;
    text-align: left;
}

.__validtity-date--wraper .daysleft {
    color: #9ab93c;
    font-size: 15px;
    font-weight: 500;
}

._rewardspoints {
    color: #9ab93c;
    font-size: 13px;
    text-align: left;
    margin-bottom: 12px;
}

.validtity-date--wraper .green-reward-btn i {
    color: #ffff;
}

.m-reward-card.disabled {
    opacity: 0.3;
    cursor: default;
    pointer-events: none;
}

.m-reward-card.disabled .green-reward-btn {
    display: none;
}

#text2 {
    width: 100%;
    max-width: 85%;
    margin: 100px auto 40px;
}

#text2 .text2-inner-part {
    margin-top: 20px;
    box-shadow: 0px 2px 34px 0px rgba(0, 0, 0, 0.08);
    padding: 10px 30px 20px;
}

.tr-date td {
    border-bottom: none !important;
}

/* m reward styling */

/* / Achivement / */

.achivement-section .achive-button .d-button {
    padding: 9px 25px;
    color: #ffffff;
    font-size: 15px;
    border-radius: 50px;
    background-color: #a6a7aa;
    border: 1px solid transparent;
}

.achivement-section .achive-button .active,
.d-button:hover {
    background-color: rgba(85, 179, 96, 1);
    color: white;
}

.achivement-section .achive-button .d-button .fa-clock-rotate-left {
    font-size: 15px;
}

.achivement-section .achive-button {
    text-align: center;
    margin: 20px 0px;
}

.achivement-section .achive-button span {
    margin-left: 8px;
}

.achivement-section .achive-button table {
    width: 100%;
    background-color: #ffffff;
    margin-top: 20px;
}

.achivement-section .achive-button td {
    border-bottom: 1px solid #e6e6e6;
    padding: 15px;
}

.achivement-section .achive-button .achive-content {
    text-align: start;
}

.achivement-section .achive-button .achive-content span {
    font-size: 25px;
    font-weight: 700;
    margin-left: 10px;
}

.achivement-section .achive-button .achive-content .fa-calendar-check {
    font-size: 24px;
    color: #f26f21;
}

.achivement-section .achive-button .achive-content .fa-clock-rotate-left {
    font-size: 24px;
    color: #f26f21;
}

.achivement-section .achive-button .achive-end-content {
    font-size: 18px;
    margin: auto;
    width: 40%;
    margin-top: 24px;
    color: #8b8b8b;
}

.achivement-section .achive-button .w-10 {
    width: 20%;
    color: #7e7e7e;
}

.achivement-section .achive-button .w-10 span {
    color: #7e7e7e;
}

.achivement-section .achive-button .date {
    text-align: start;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
}

.achivement-section .achive-button .earn-icon {
    display: flex;
    text-align: start;
    gap: 18px;
    align-items: center;
}

.achivement-section .achive-button .earn-icon .fa-arrow-down-long {
    font-size: 22px;
}

.achivement-section .achive-button .earn-content .earn-bold {
    font-size: 18px;
    font-weight: 500;
}

.achivement-section .achive-button .earn-content .earn-text {
    font-size: 15px;
    color: #50555c;
}

.achivement-section .achive-button .earn-icon .cl-gr {
    color: #9ab83e;
}

.achivement-section .achive-button .earn-icon .fa-arrow-up-long {
    font-size: 22px;
}

.achivement-section .achive-button .earn-icon .cl-orge {
    color: #f26f21;
}

.achivement-section .achive-button .w-30 {
    width: 30%;
}

.achivement-section .achive-button .font-w {
    font-weight: 600;
    font-size: 17px;
}

.achivement-section .achive-button .font-clr {
    color: #f26f21;
}

.achivement-section .achive-button .w-40 {
    width: 40%;
    text-align: end;
}

.achivement-section .achive-button .w-40 span {
    font-size: 16px;
    font-weight: 500;
}

.achivement-section .achive-button .w-40 button {
    background-color: #55b360;
    color: #ffffff;
    font-size: 14px;
    padding: 5px 20px;
    border: 1px solid transparent;
    border-radius: 8px;
    transition: all 0.2s ease-in-out;
}

.achivement-section .achive-button .w-40 button:hover {
    opacity: 0.8;
}

.achivement-section .achive-button .w-40 .coins-text {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
}

/* my rewards page styling */
/* subscription plans */
.subscription-section {
    background-image: url("../../assets/images/webp/background-image.webp");
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0px 50px;
}

.subscription-section .bg-sub-plan {
    background-image: url("../../assets/images/webp/bg-image-content.webp");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 95px 95px 50px;
    background-position: right;
    border-radius: 30px;
}

.subscription-section .bg-sub-plan .top-content {
    margin: auto;
    text-align: center;
    color: #ffffff;
}

.subscription-section .bg-sub-plan .top-content .heading {
    font-size: 40px;
    font-weight: 700;
}

.subscription-section .bg-sub-plan .top-content .content {
    margin: auto;
    text-align: center;
    width: 42%;
    font-size: 14px;
}

.subscription-section .bg-sub-plan .sub-box {
    text-align: center;
    background-color: #ffffff;
    border-radius: 12px;
    margin-top: 60px;
    padding: 20px 30px;
}

.subscription-section .bg-sub-plan .sub-box .sub-heading {
    margin: 15px 0px 6px;
    font-size: 16px;
    color: #29af66;
    font-weight: 700;
}

.subscription-section .bg-sub-plan .sub-box .heading {
    font-size: 25px;
    font-weight: 600;
}

.subscription-section .bg-sub-plan .sub-box .heading span {
    font-size: 18px;
    color: #7f7f7f;
}

.subscription-section .bg-sub-plan .sub-box .content {
    font-size: 14px;
    color: #2d2d2d;
    font-weight: 500;
}

.subscription-section .bg-sub-plan .sub-box .sub-button {
    margin-top: 20px;
}

.subscription-section .bg-sub-plan .sub-box .sub-button button {
    width: 100%;
    color: #29af66;
    border: 1.5px solid #29af66;
    border-radius: 40px;
    padding: 8px 0px;
    background-color: #ffffff;
    font-size: 13px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.subscription-section .bg-sub-plan .sub-box .sub-button button.disabled {
    cursor: default;
}

.subscription-section .bg-sub-plan .sub-box .sub-button .b-green {
    border: 1.5px solid #29af66;
    background-color: #29af66;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

.subscription-section .bg-sub-plan .sub-box .sub-button .b-green:hover {
    border: 1px solid #29af66;
    color: #29af66;
    background-color: #ffffff;
}

.subscription-section .bg-sub-plan .sub-end-content {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}

.subscription-section .bg-sub-plan .sub-end-content span {
    margin-left: 3px;
    margin-top: 10px;
}

.achivement-section .achive-button .w-10 img {
    width: 22px;
}

.coins-text img {
    width: 25px;
}

/* subscription plans */
.dis-desk {
    display: block;
}

.dis-mobile {
    display: none;
}

#loader {
    height: 100%;
    width: 100%;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    backdrop-filter: blur(5px);
}

#loader p {
    font-weight: 600;
    text-align: c;
    font-size: 17px;
    display: none;
}

.loader-icon {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid rgba(244, 129, 32, 1);
    width: 30px;
    height: 30px;
    margin: 0 auto;
    animation: spin 2s linear infinite;
}

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

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

/* user account profile page styling  */
/* hero banner */
.hero-swiper-box {
    position: relative;
}

.swiper-slide .hero-swiper-box img {
    width: 100%;
}

.abs-banner-text {
    position: absolute;
    top: 18%;
    left: 10%;
}

.abs-banner-text .welcome {
    font-size: 74px;
    line-height: 86px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0px;
    line-height: 40px;
}
.welcome-banner .heroSwiper{
    height: 90vh;
}
.abs-banner-text .myrewards {
    font-size: 74px;
    line-height: 86px;
    font-weight: 600;
    margin: 10px 0px;
    /* width: 321px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}

.abs-banner-text .fiftyoff {
    max-width: 400px;
}

.m__otp__wraper {
    display: flex;
    justify-content: center;
    column-gap: 12px;
    align-items: center;
}

a.related_link {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

/* hero banner */
/* package modal  */
.package-modal .modal-header {
    justify-content: center;
    border-bottom: none !important;
    padding-bottom: 0px !important;
    padding-top: 0px;
}

.package-modal .modal-header h5 {
    font-weight: 600;
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
}

.package-modal .modal-body p {
    font-size: 17px;
    text-align: center;
    font-weight: 500;
    color: rgba(22, 22, 22, 1);
}

.package-modal .modal-body {
    padding: 0px;
}

.package-modal .modal-body ._inputfield {
    display: flex;
    column-gap: 20px;
    margin-bottom: 35px;
}

.package-modal .modal-body ._inputfield span {
    box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.15);
    border: 0.5px solid rgba(244, 129, 32, 1);
    color: rgba(0, 0, 0, 0.7);
    font-size: 18px;
    font-weight: 500;
    min-width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.package-modal .modal-body ._inputfield input {
    box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.15);
    border: 0.5px solid rgba(244, 129, 32, 1);
    color: rgba(0, 0, 0, 0.7);
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
    padding: 10px 15px;
    width: 100%;
}

.package-modal input::-webkit-outer-spin-button,
.package-modal input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.package-modal .modal-body ._otpIntputs {
    display: flex;
    column-gap: 15px;
    justify-content: center;
}

.package-modal .modal-body ._otpIntputs input {
    border: 0.37px solid rgba(206, 206, 206, 1);
    box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.15);
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
    min-width: 50px;
    height: 50px;
}

.package-modal .modal-body ._otpIntputs input:focus {
    border: 0.37px solid rgba(244, 129, 32, 1);
}

.package-modal .modal-footer {
    border-top: 10px !important;
    justify-content: center;
    padding-bottom: 0px;
}

.package-modal .modal-footer .__resendOtp {
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    padding: 0px;
    font-weight: 400;
}

.package-modal .modal-footer .__resendOtp span {
    color: rgba(244, 129, 32, 1);
    cursor: pointer;
}

.package-modal .modal-content {
    border-radius: 10px;
    padding: 30px;
}

.package-modal ._inValidOtp {
    color: rgba(223, 0, 0, 1);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin: 1rem 0rem 0rem;
}

.__disabledbtn {
    background-color: rgba(191, 191, 191, 1);
    width: 100%;
    padding: 8px 0px;
    border-radius: 10px;
    border: none;
    color: #fff;
    transition: 0.3s linear;
}

button.__submit__btn {
    width: 100%;
    padding: 8px 0px;
    border-radius: 10px;
    background: rgba(244, 129, 32, 1);
    border: none;
    color: #fff;
    transition: 0.3s linear;
}

button.__submit__btn:hover {
    opacity: 0.7;
}

/* package modal  */
.__congModal .modal-header {
    padding: 30px 0px 0px;
    border-bottom: none;
}

.__congModal .modal-header h5 {
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    color: #000;
}

.__congModal .modal-header .close {
    padding: 0px;
    position: absolute;
    right: 36px;
    top: 29px;
    border: 1px solid;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    font-size: 21px;
}

.__congModal .modal-content .modal-body {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 30px;
    color: rgba(0, 0, 0, 1);
}

.__congModal .modal-content {
    border-radius: 22px;
}

.__congModal .modal-footer {
    background-image: url("../../assets/images/party_bg.webp");
    background-size: cover;
    height: 180px;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
    background-position: bottom;
}

.navbar .navbar-toggler:focus {
    outline: none !important;
    box-shadow: unset !important;
}

@media (max-width: 1500px) {
    .abs-banner-text .welcome {
        font-size: 40px;
        line-height: 52px;
    }
    .abs-banner-text .myrewards {
        font-size: 40px;
        margin: 0px;
        line-height: 52px;
    }
    .abs-banner-text .fiftyoff {
        max-width: 320px;
    }
}
@media (max-width: 1200px) {
    .navigation-wrap .navbar-nav .nav-item .nav-link {
        font-size: 12px;
    }

    .deals_detail_thumb {
        width: 100% !important;
    }

    .popular_deals_inner_content h3 {
        margin: 0 0 70px 0 !important;
    }

    .load_more_deals_btn a {
        margin-bottom: 30px !important;
        margin-top: unset;
    }

    .detail_page_breadcrum {
        margin-top: 100px;
        margin-bottom: 35px;
    }

    .m-reward-card {
        width: 48%;
        margin-bottom: 50px;
    }

    .reward-card-wraper {
        max-width: 100%;
        flex-wrap: wrap;
    }
}

/* ....RESPONSIVE... */
@media only screen and (max-width: 991px) {
    .navbar-collapse {
        position: fixed;
        left: -1px;
        width: 100%;
        border-radius: 6px;
        box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.16);
        top: 0;
        height: 100%;
        z-index: 100;
        transition: all 0.3s ease-in-out;
        background-color: #ffff;
    }

    .navigation-wrap .navbar-nav .nav-item .nav-link {
        color: rgba(0, 0, 0, 1) !important;
        font-weight: 400;
        font-size: 19px;
    }

    .navigation-wrap .navbar-nav .nav-item .nav-link:hover {
        color: rgba(244, 129, 32, 1) !important;
    }

    .navigation-wrap .navbar-nav .nav-item.active .nav-link {
        color: rgba(85, 179, 96, 1) !important;
    }

    .white_close_arrow {
        color: rgba(0, 0, 0, 1) !important;
        border-radius: 50px;
        border: 1.11px solid rgba(0, 0, 0, 1);
        border-color: rgba(0, 0, 0, 1) !important;
        width: 26px;
        height: 26px;
        font-size: 16px;
        text-align: center;
        line-height: 25px;
    }

    .white_close_arrow i {
        color: rgba(0, 0, 0, 1);
    }

    .udb_navbar-ul {
        border: none;
        padding: 30px 20px 30px 40px;
        align-items: flex-start;
        position: relative;
        z-index: 121;
    }

    .navbar-overlay {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 120;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        /* Semi-transparent background */
        z-index: 10;
        /* Ensure it is above other content */
        display: none;
        /* Hidden by default */
    }

    .detail_page_breadcrum {
        padding: 15px 0px;
    }

    .navbar-light .navbar-toggler.white_close_arrow {
        padding: 0px !important;
        float: right;
        margin: 30px 30px 0px 0px;
    }

    .home-social-icons {
        display: none;
    }

    .subscription-section .bg-sub-plan {
        padding: 22px;
        background-image: url("../../assets/images/webp/sub-plan-orange-bg.webp");
        border-radius: 26px;
    }

    .subscription-section .bg-sub-plan .top-content .heading {
        font-size: 31px;
    }

    .subscription-section .bg-sub-plan .top-content .content {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 5px;
    }

    .subscription-section .bg-sub-plan .sub-box {
        padding: 25px;
        margin-top: 23px;
    }

    .subscription-section .bg-sub-plan .sub-box .heading {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .subscription-section .bg-sub-plan .sub-box .heading span {
        font-size: 12px;
    }

    .subscription-section .bg-sub-plan .sub-box .content {
        font-size: 12px;
    }

    .subscription-section .bg-sub-plan .sub-box .sub-button button {
        padding: 10px 0px;
        font-size: 13px;
    }

    .subscription-section .bg-sub-plan .sub-end-content span {
        font-size: 12px;
    }

    .point-section {
        height: 38vh;
    }

    .point-section .point-image {
        top: 30%;
        height: 65%;
    }

    .point-section .point-bg-img-button .reward-main-img {
        left: 0%;
        transform: unset;
    }

    .point-section .point-bg-img-button .reward-main-img .reward-avt-img {
        left: 313px;
    }

    .achivement-section .achive-button .achive-content {
        margin-top: 25px;
    }

    .achivement-section .achive-button .font-w {
        font-size: 16px;
    }

    .achivement-section .achive-button .achive-end-content {
        font-size: 14px;
        width: 49%;
    }
}

@media (max-width: 767px) {
    .welcome-banner .heroSwiper{
        height: unset !important;
    }
    .package-modal .modal-content {
        padding: 20px;
    }

    .package-modal .modal-body ._otpIntputs input {
        min-width: 35px;
        height: 35px;
    }

    .abs-banner-text {
        top: 15%;
        left: 0%;
        width: 100%;
        text-align: center;
        transform: unset;
    }

    .abs-banner-text .myrewards {
        width: 100%;
    }

    .abs-banner-text .welcome {
        font-size: 33px;
        text-align: center;
    }

    .abs-banner-text .myrewards {
        text-align: center;
        font-size: 33px;
    }

    .abs-banner-text .fiftyoff {
        max-width: 220px;
    }

    a.navbar-brands img {
        margin-left: 10px;
        width: 90px;
    }

    .dis-desk {
        display: none;
    }

    .dis-mobile {
        display: block;
    }

    .outlet_select_deal .select-options {
        right: 40px;
    }

    .dis-mobile {
        display: block;
    }

    .popular-deals-section .col-lg-3,
    .popular-deals-section .col-md-4 {
        margin-bottom: 65px;
    }

    .popular-deals-section .col-12:last-child {
        margin-bottom: 40px;
    }

    .discount-section .absolute-div {
        top: unset;
        left: 6%;
        bottom: 10%;
    }

    .dis-desk {
        display: none;
    }

    .banner-second-slider .container {
        padding-right: 0px;
    }

    .banner-second-slider .caro-card .card-bug-img {
        width: 75px;
    }

    .reward-section .pineapple {
        display: none;
    }

    .reward-section .row {
        flex-direction: column-reverse;
        row-gap: 30px;
    }

    .reward-section .reward-desc {
        font-size: 12px;
        max-width: 100%;
    }

    .main_padding {
        padding: 40px 0px;
    }

    .review-section .rev-card {
        padding: 20px;
    }

    .review-section .rev-card .rev-desc {
        font-size: 12px;
    }

    .review-section .revSwiper .swiper-wrapper {
        padding: 85px 0px 40px;
    }

    .footer-section .subscribe-news .flex {
        flex-direction: column;
        justify-content: flex-start;
    }

    .footer-section .subscribe-news {
        background-image: url(../../assets/images/webp/subsbg-mob.webp);
        height: 120px;
        padding: 20px 0px;
    }

    .footer-section .subscribe-news .news-head {
        font-size: 16px;
        line-height: 16px;
    }

    .footer-section .subscribe-news h2 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .register_btn {
        position: relative;
    }

    .footer-section .subscribe-news .register_btn input {
        width: 100%;
        font-size: 12px;
    }

    .register_btn a {
        padding: 9px 26px;
        font-size: 14px;
        position: absolute;
        right: 0px;
    }

    .footer-section .subscribe-news .flex {
        display: block;
        margin: 0 auto;
        width: 83%;
    }

    .orangeFooter .footlinks {
        border-bottom: unset;
        justify-content: space-between;
        row-gap: 10px;
        column-gap: 20px;
        padding-bottom: 0px;
        margin-bottom: 20px !important;
    }

    .mobile-flex {
        display: flex;
        justify-content: space-between;
    }

    .footlogo {
    }

    .social-icon {
        justify-content: center;
    }

    .copyright {
        display: none;
    }

    .orangeFooter {
        padding: 25px 0px;
    }

    .discount-section img {
        width: 100%;
    }

    .detail_page_breadcrum .breadcrum-wraper a,
    .detail_page_breadcrum .breadcrum-wraper li {
        font-size: 14px;
    }

    .detail_page_breadcrum .breadcrum-wraper {
        width: 100%;
    }

    .deal-detail-main-card .main-deal-img {
        width: 300px;
    }

    .deal-detail-main-card {
        padding: 17px 0px;
    }

    .deal-detail-main-card .premium-deal-header {
        padding: 0px 17px;
    }

    .detail_page_breadcrum ul li:last-child {
        width: 35% !important;
    }

    .user-account-card .otp-verif-wraper .otp-number {
        font-size: 15px;
    }

    .user-account-card .otp-verif-wraper .otp-inputs {
        justify-content: space-between;
    }

    .user-account-card .otp-verif-wraper .otp-number-mail .otp-mail {
        font-size: 15px;
    }

    .top-banner p {
        font-size: 12px;
    }

    .top-banner h4 {
        font-size: 22px;
        line-height: 24px;
    }

    .subscription-section .bg-sub-plan {
        padding: 22px 30px;
        background-size: cover;
    }

    .subscription-section .bg-sub-plan .top-content .content {
        width: 100%;
    }

    .subscription-section .container {
        padding: unset;
    }

    .point-section {
        height: 34vh;
    }

    .point-section .point-image {
        top: 32%;
        height: 42%;
    }

    .point-section .point-bg-img-button .reward-main-img .reward-avt-img {
        left: 55%;
        top: -30px;
        transform: translateX(-55%);
    }

    .point-section .point-bg-img-button .reward-main-img .reward-avt-img img {
        width: 50px;
    }

    .point-section
        .point-image
        .point-bg-img-button
        .reward-main-img
        .reward-img-content {
        top: 20px;
    }

    .point-section
        .point-image
        .point-bg-img-button
        .reward-main-img
        .reward-img-content
        .name-content
        span {
        font-size: 12px;
    }

    .point-section
        .point-image
        .point-bg-img-button
        .reward-main-img
        .reward-img-content
        .name-content
        img {
        width: 13px;
    }

    .point-section
        .point-image
        .point-bg-img-button
        .reward-main-img
        .reward-img-content
        .total {
        margin: 3px 0px;
        font-size: 11px;
    }

    .point-section
        .point-image
        .point-bg-img-button
        .reward-main-img
        .reward-img-content
        .star-point
        span {
        font-size: 18px;
        margin-left: 0px;
    }

    .point-section
        .point-image
        .point-bg-img-button
        .reward-main-img
        .reward-img-content
        .deals {
        font-size: 10px;
        margin-top: 0px;
        width: 50%;
    }

    .point-section
        .point-image
        .point-bg-img-button
        .reward-main-img
        .reward-img-content
        .star-point
        .fa-star {
        font-size: 20px;
    }

    .achivement-section .achive-button .d-button {
        padding: 10px 13px;
    }

    .achivement-section .achive-button {
        margin: 0px;
    }

    .achivement-section .achive-button .achive-content span {
        font-size: 18px;
    }

    .achivement-section .achive-button .achive-content .fa-calendar-check {
        font-size: 18px;
    }

    .achivement-section .achive-button td {
        padding: 10px 2px;
    }

    .achivement-section .achive-button .w-10 {
        width: 36%;
        font-size: 12px;
    }

    .achivement-section .achive-button .w-10 span {
        font-size: 13px;
    }

    .achivement-section .achive-button .w-10 img {
        width: 22px;
    }

    .achivement-section .achive-button span {
        margin-left: 3px;
    }

    .achivement-section .achive-button .w-40 button {
        font-size: 12px;
        padding: 5px 12px;
    }

    .achivement-section .achive-button .d-button {
        padding: 7px 13px;
        font-size: 13px;
    }

    .achivement-section .achive-button .achive-content .fa-clock-rotate-left {
        font-size: 17px;
    }

    .achivement-section .achive-button .date {
        font-size: 14px;
    }

    .achivement-section .achive-button .w-30 {
        width: 55%;
    }

    .achivement-section .achive-button .earn-content .earn-bold {
        font-size: 14px;
    }

    .achivement-section .achive-button .earn-content .earn-text {
        font-size: 12px;
    }

    .achivement-section .achive-button .w-40 span {
        font-size: 13px;
    }

    .achivement-section .achive-button .w-40 .coins-text img {
        width: 22px;
    }

    .achivement-section .achive-button .earn-icon .fa-arrow-down-long {
        font-size: 14px;
    }

    .achivement-section .achive-button .earn-icon .fa-arrow-up-long {
        font-size: 14px;
    }

    .achivement-section .achive-button .achive-end-content {
        font-size: 12px;
        width: 100%;
    }

    .banner-second-slider .caro-card .short-heading {
        max-width: 300px;
    }

    .reward-card-wraper {
        max-width: 100%;
        flex-direction: column;
        margin-top: 80px;
    }

    .m-reward-card {
        width: 100%;
    }

    .m-reward-card {
        margin-bottom: 75px;
    }

    .m-modal .modal-content .cong-text {
        font-size: 20px;
    }

    .m-modal .modal-content .successfully-redeam {
        font-size: 14px;
    }

    .rev-modal-artwork {
        width: 220px;
    }

    .m-modal .modal-content .modal-footer {
        padding: 25px 0px;
    }

    .detail_page_breadcrum {
        margin-top: 70px !important;
        margin-bottom: 35px;
    }

    #text2 {
        max-width: 100%;
    }

    .top-banner.mb-bottom {
        margin: 70px 0px;
    }

    .error-modal .m-modal .modal-content .modal-body {
        height: 120px;
    }

    .m-tabs-mb {
        margin-bottom: 60px !important;
    }

    .acpt_uncpt_buttons button {
        width: 100%;
    }

    .acpt_uncpt_buttons a,
    .acpt_uncpt_buttons button {
        width: 100% !important;
        margin-bottom: 20px !important;
        margin-left: unset !important;
    }

    .after_gd_button_sec .number-email p {
        font-size: 13px;
    }

    .user-account-card .otp-verif-wraper .otp-inputs input {
        width: 45px;
        height: 45px;
    }

    .user-account-card .otp-verif-wraper .resend-otp {
        justify-content: space-between;
    }
}

@media (max-width: 400px) {
    .orangeFooter .footlinks li a {
        font-size: 14px;
    }

    .social-icon {
        column-gap: 17px;
    }

    .user-account-card .otp-verif-wraper .otp-inputs input {
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 360px) {
    .select-styled {
        font-size: 11px;
        min-width: unset;
        max-width: 144px;
    }

    .register_btn a {
        font-size: 12px;
        padding: 7px 18px;
    }

    .footer-section .subscribe-news .register_btn input {
        height: 32px;
    }
}

/* m styling ends here */

/* #Media
================================================== */

@media (max-width: 767px) {
    .nav-item:after {
        display: none;
    }

    .dropdown-toggle::after {
        position: absolute;
        display: block;
        top: 10px;
        left: -23px;
        width: 1px;
        height: 11px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
        transition: all 200ms linear;
    }

    .dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(90deg);
        opacity: 0;
    }

    .dropdown-menu {
        padding: 0 !important;
        background-color: transparent;
        box-shadow: none;
        transition: all 200ms linear;
    }

    .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }

    body.dark .nav-item::before {
        background-color: #fff;
    }

    body.dark .dropdown-toggle::after {
        background-color: #fff;
    }

    body.dark .dropdown-menu {
        background-color: transparent;
        box-shadow: none;
    }
}

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

/********owl carousel ends here********/

.banner_top {
    margin: 0px;
    padding: 0px;
    width: 100%;
    position: relative;
}

.banner_top img {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.banner_content_sec {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.banner_content_overlay {
    position: absolute;
    width: 100%;
    top: 145px;
}

.banner_content_overlay h2 {
    float: left;
    margin: 0 0 20px 0px;
    padding: 0px;
    width: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 60px;
    line-height: 65px;
}

.banner_content_overlay h2 span {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    color: #ffd400;
}

.banner_content_overlay h4 {
    float: left;
    margin: 0 0 17px 0;
    padding: 0px;
    width: 100%;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
}

.banner_content_overlay p {
    float: left;
    margin: 0 0 36px 0;
    padding: 0px;
    width: 100%;
    font-weight: 300;
    font-size: 22px;
    color: #fff;
}

.banner_content_overlay p span {
    color: rgba(85, 179, 96, 0.5);
}

.banner_content_overlay a {
    float: left;
    margin: 0px;
    padding: 0px;
    width: auto;
    border-radius: 8px;
    background-color: rgba(244, 129, 32, 1);
    color: #fff;
    font-weight: 600;
    font-size: 19px;
    padding: 13px 35px;
}

.banner_content_overlay a:hover {
    background-color: rgba(244, 129, 32, 1);
    color: #fff;
}

.cover_height {
    height: 100vh;
    overflow: hidden;
    background: url(../images/full-_banner_new_02.png) 0 0px no-repeat;
    background-size: 100% 100%;
}

.cover_height .banner_top img {
}

.model_home_modal {
    background-color: rgb(0 0 0 / 80%);
    float: left;
    width: 100%;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 111;
}

.modal-backdrop {
    background-color: rgb(0 0 0 / 0%);
    display: none;
}

.model_home_modal h5 {
    float: left;
    margin: 0 0 16px 0;
    padding: 0px;
    width: 100%;
    text-align: center;
    color: #242424;
    font-weight: 500;
    font-size: 24px;
}

.model_home_modal p {
    float: left;
    margin: 0 0 23px 0;
    padding: 0px;
    width: 100%;
    text-align: center;
    color: #242424;
    font-weight: 300;
    font-size: 17px;
}

.model_home_modal select {
}

.model_home_modal .modal-dialog {
    max-width: 460px;
}

.model_home_modal .modal-content {
    padding: 36px;
    border-radius: 14px;
}

.model_home_modal .modal-body {
    padding: 0px;
}

.model_home_modal select {
    float: left;
    margin: 0 0 35px 0;
    padding: 0 6px;
    width: 100%;
    min-width: 100%;
    border: solid 1px #b8b8b8;
    border-radius: 5px;
    min-height: 50px;
    color: #262626;
    font-size: 17px;
    font-weight: 400;
}

.model_home_modal button {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    border-radius: 10px;
    background-color: rgba(244, 129, 32, 1);
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding: 12px 35px;
    border: none;
}

.model_home_modal button:hover {
    background-color: rgba(85, 179, 96, 0.5);
    color: #fff;
}

.featured_brands_link {
    float: left;
    margin: -25px 0 0 0;
    padding: 0px;
    width: 100%;
    text-align: center;
    position: relative;
}

.featured_brands_link a {
    display: inline-block;
    margin: 0 0 0 0;
    padding: 11px 28px;
    width: auto;
    background-color: #ffd400;
    color: #262626;
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
    transition: all ease 0.5s;
    cursor: default;
}

.featured_brands_link a:hover {
    background-color: #ffd400;
    color: #262626;
    transition: all ease 0.5s;
}

.after_banner_brands_sec {
    float: left;
    margin: 0px;
    padding: 55px 0 60px 0;
    width: 100%;
    text-align: center;
}

div#top_brands_eight_slider .item {
    padding: 10px 0px;
}

.brands_sml_col {
    float: none;
    display: inline-block;
    /* margin: 0 42px; */
    padding: 7px 5px 25px 5px;
    width: 86px;

    text-align: center;
    box-shadow: 0px 3px 12px rgb(144 144 144 / 20%);
    border-radius: 70px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.brands_sml_col:hover {
    background-color: #ffd400;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.brands_sml_col figure {
    float: left;
    margin: 0 0 17px 0;
    padding: 0px;
    width: 100%;
}

.brands_sml_col figure img {
    display: inline-block;
    /* max-width: 70px; */
    filter: drop-shadow(0px 2px 9px rgba(0, 0, 0, 0.13));
    border-radius: 100px;
}

.brands_sml_col a {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
    color: #464646;
    font-weight: 500;
    font-size: 13px;
}

.brands_sml_col:hover figure img {
    filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.2));
}

.popular_deals_section_tabs {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.popular_deals_inner_content {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.popular_deals_inner_content h3 {
    float: left;
    margin: 0 0 80px 0 !important;
    padding: 0px;
    width: 100%;
    color: #000;
    font-weight: 600;
    font-size: 28px;
    text-align: center;
}

.deals_tabs_section {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
}

.deals_tabs_section ul {
    display: inline-block;
    border: none !important;
    margin: 0 0 90px 0;
}

.deals_tabs_section ul li {
    float: left;
}

.deals_tabs_section ul li a {
    margin: 0 12px;
    padding: 12px 26px !important;
    color: #8b8b8b !important;
    font-size: 16px;
    font-weight: 500;
    border: solid 1px #b8b8b8 !important;
    border-radius: 30px !important;
}

.deals_tabs_section ul li a.active {
    background-color: rgba(244, 129, 32, 1) !important;
    color: #fff !important;
    border-color: rgba(244, 129, 32, 1) !important;
}

.deals_tabs_section ul li a:hover {
    border-color: rgba(244, 129, 32, 1) !important;
    color: #8b8b8b !important;
}

.deals_tabs_section ul li:after {
    display: none;
}

.deals_tabs_section ul li.nav-item:hover .nav-link {
    color: #8b8b8b !important;
}

.deals_tabs_section ul li.nav-item:hover .nav-link.active {
    color: #fff !important;
}

.deals_tabs_content {
}

.premiu_deals_tab_col {
    float: left;
    margin: 0px 0 30px 0;
    padding: 12px 13px 13px 13px;
    width: 100%;
    border: 1px solid #b8b8b8;
    border-radius: 20px;
    position: relative;
    transition: all ease 0.5s;
    background-color: #fff;
    overflow: hidden;
}

.premium_deal_header {
    float: left;
    margin: 0px;
    padding: 10px 24px;
    width: 100%;
    position: absolute;
    z-index: 10;
    left: 0;
}

.premium_deal_header h6 {
    float: left;
    margin: 4px 0 0 0px;
    padding: 7px 19px;
    width: auto;
    background-color: #c70404;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    border-radius: 30px;
}

.premium_deal_header figure {
    float: right;
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.13));
    width: 48px;
    height: 48px;
    border-radius: 100px;
    line-height: 44px;
    text-align: center;
}

.premium_deal_header figure img {
    display: inline-block;
    margin: 0px;
    padding: 5px;
    max-width: 100%;
    border-radius: 100px;
}

.deals_detail_thumb .premium_deal_header figure img {
    padding: 4px 5px 5px 5px;
}

.deal_figure_thumb {
    float: left;
    margin: 190px 0 22px 0;
    padding: 0px;
    width: 100%;
    text-align: center;
    /* background-color: #fff9eb; */
    min-height: 200px;
    border-radius: 22px;
    position: relative;
    transition: all ease 0.5s;
}

.deal_figure_thumb figure {
    float: left;
    margin: -100px 0 0 0;
    padding: 0px;
    width: 100%;
    text-align: center;
    transition: all ease 0.5s;
}

.deal_figure_thumb figure img {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    max-width: 100%;

    transition: all ease 0.5s;
}

.deal_figure_thumb a.title_overlap {
    position: absolute;
    bottom: 28px;
    width: 100%;
    float: left;
    left: 0;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    transition: all ease 0.5s;
}

.deal_figure_thumb a.title_overlap:hover {
    color: #c70404;
}

.deal_premiu_desc {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.deal_premiu_desc h4 {
    float: left;
    margin: 0 0 9px 0;
    padding: 0 2px;
    width: 100%;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    text-align: left;
}

.deal_premiu_desc h4 a.title_overlap {
    float: left;
    margin: 0 0 0px 0;
    padding: 0 0px;
    width: 100%;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
}

.deal_premiu_desc h4 a.title_overlap:hover {
    color: #c70404;
}

.deal_premiu_desc p {
    float: left;
    margin: 0px;
    padding: 0 4px;
    width: auto;
    color: #c70404;
    font-weight: 500;
    font-size: 15px;
    text-align: left;
}

.deal_premiu_desc p span {
    float: left;
    margin: 1px 0 0 0;
    padding: 0px;
    width: auto;
    font-weight: 500;
    color: #7e7e7e;
    font-size: 14px;
}

.deal_premiu_desc h6 {
    float: right;
    /* margin: -29px 0 0 0; */
    padding: 0 4px;
    width: 100%;
    color: #7e7e7e;
    font-weight: 400;
    font-size: 15px;
    text-align: right;
}

.deal_premiu_desc h6 small {
    float: right;
    margin: 7px 0 0 0;
    padding: 6px 13px;
    width: auto;
    color: #7e7e7e;
    font-weight: 400;
    font-size: 13px;
    background-color: #f3f3f3;
    border-radius: 50px;
}

.premiu_deals_tab_col:hover .deal_figure_thumb {
    margin-top: 0px;
    /* background-color: #ffd400;*/
    /* min-height: 390px; */
    transition: all ease 0.7s;
}

.premiu_deals_tab_col:hover .premium_deal_header {
}

.premiu_deals_tab_col:hover .deal_figure_thumb figure {
    margin: 97px 0 0 0px;
    transition: all ease 0.7s;
}

.premiu_deals_tab_col:hover .deal_figure_thumb figure img {
    transition: all ease 0.7s;
    transform: scale(1.1);
}

.premiu_deals_tab_col:hover .deal_figure_thumb a {
    transition: all ease 0.5s;
    transform: scale(1.1);
}

.load_more_deals_btn {
    float: left;
    margin: -25px 0 0 0;
    padding: 0px;
    width: 100%;
    text-align: center;
    position: relative;
}

.load_more_deals_btn a {
    display: inline-block;
    margin: 10px 0 90px 0;
    padding: 11px 27px;
    width: auto;
    background-color: #02be48;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    border-radius: 10px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.load_more_deals_btn a:hover {
    background-color: rgba(244, 129, 32, 1);
    color: #fff;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.content_grey_side_icons {
    float: left;
    margin: -55px 0 0 0;
    padding: 0px;
    width: 100%;
}

span.grey_pizza {
    float: right;
    /* max-width: 150px; */
}

span.grey_pizza img {
    float: right;
    max-width: 110px;
    margin: -60px -65px 0 0px;
}

.grey_chipps {
    float: left;
    margin: -850px 0 0 -53px;
}

/* .grey_chipps img {
    max-width: 80px;
} */

.grey_burger {
    float: left;
    margin: -80px 0 0 -51px;
}

/* .grey_burger img {
    max-width: 100px;
} */

.online_shopping_discount_sec {
    float: left;
    margin: 0px 0 75px 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
    position: relative;
}

.f_w_img {
    width: 100%;
}

.apps_links_live {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.apps_links_live a {
    float: left;
    width: auto;
    margin: 0 15px 0 0;
}

.apps_links_live img {
    float: left;
    margin: 2px !important;
    max-width: 120px !important;
    width: auto;

    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.apps_links_live img:hover {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
    transform: scale(1.08);
}

.online_store_sec {
    float: left;
    margin: 0px;
    padding: 0px 0 0 0px;
    width: 100%;
}

.border-radius-50px {
    border-radius: 50px;
}

.bg-light-yellow {
    background: #fbf8e7;
}

.drink {
    bottom: -1%;
    right: 0%;
}

.pizza {
    top: -7%;
    right: 4%;
    transform: rotate(180deg);
}

.bg-yellow {
    background-color: #ffd400 !important;
}

.justify-xxl-start {
    justify-content: start !important;
}

.subscribe_section {
    border-radius: 32px;
}

.pan {
    top: -7%;
    left: -1%;
    width: 94px;
    border: 2px solid #fff;
    background-color: white;
    border-radius: 50%;
}

.online_store_sec h3 {
    float: left;
    margin: 0 0 90px 0;
    padding: 0px;
    width: 100%;
    color: #242424;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
}

.online_store_grid_sec {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.online_store_grid_col {
    float: left;
    margin: 0px 0 25px 0;
    /* padding: 11px 11px 0px 11px; */
    padding: 10px 10px 15px 10px;
    width: 100%;
    border: 1px solid #b8b8b8;
    border-radius: 20px;
    position: relative;
    transition: all ease 0.5s;
    background-color: #fff;
    overflow: hidden;
}

.online_store_grid_col figure {
    float: left;
    margin: 0 0 22px 0;
    padding: 0;
    width: 100%;
    position: relative;
}

.online_store_grid_col figure a img[src=""],
.online_store_grid_col figure a img:not([src]) {
    opacity: 0;
}

.online_store_grid_col figure a img[src="*"] {
    opacity: 1;
}

.online_store_grid_col figure a img {
    float: left;

    height: 320px;
    object-fit: fill;
    margin: 0;
    padding: 0;
    width: 100%;
    border-radius: 20px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.brand_caption {
    float: right;
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.13));
    width: 44px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    position: absolute;
    right: 12px;
    top: 15px;
}

.brand_caption img {
    object-fit: fill;
    display: inline-block;
    /* margin: 0px !important;
    padding: 2px !important;
    max-height: 40px; */
    float: none !important;
    width: auto !important;
    max-width: 100%;
}

.online_store_grid_sec .deal_premiu_desc h4 {
}

.online_store_grid_sec .deal_premiu_desc p {
}

/* .online_store_grid_sec .deal_premiu_desc h6 {
    margin: -29px 0 0 0;
}

.deals_tabs_content .online_store_grid_sec .deal_premiu_desc h6 {
    margin: -33px 0 0 0;
} */

.deals_tabs_content .online_store_grid_sec .deal_premiu_desc p span {
    margin: 1px 0 0 0px;
}

.online_store_grid_col .save_label {
    position: absolute;
    left: 0;
    background: #2e843e;
    top: 14.5px;
    color: white;
    padding-top: 8.1px;
    padding-bottom: 8.1px;
    padding-left: 12.1px;
    padding-right: 13px;
    border-radius: 0px 21px 21px 0px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.online_store_grid_sec .deal_premiu_desc h4 span {
    background-color: #2e843e;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    padding: 2px 9px;
    border-radius: 30px;
    margin: 0 0 0 12px;
}

.online_store_grid_sec .load_more_deals_btn a {
    margin: 10px 0 90px 0;
}

/* .life_style .online_store_grid_sec .deal_premiu_desc h6 {
    margin: -29px 0 0 0;
} */

.home_subscribe_sec {
    float: left;
    margin: 0px 0 75px 0;
    padding: 42px 0 0 0px;
    width: 100%;
    background: url(../images/subscribe_bg.png) 0px 0px no-repeat;
    background-size: 100%;
    text-align: center;
    min-height: 340px;
}

.home_subscribe_sec h3 {
    float: left;
    margin: 0 0 20px 0;
    padding: 0px;
    width: 100%;
    color: #242424;
    font-weight: 600;
    font-size: 32px;
    text-align: center;
}

.home_subscribe_sec h6 {
    float: left;
    margin: 0 0 33px 0;
    padding: 0px;
    width: 100%;
    color: #262626;
    font-weight: 500;
    font-size: 22px;
    text-align: center;
}

.home_subscribe_sec p {
    float: left;
    margin: 0 0 40px 0;
    padding: 0px;
    width: 100%;
    color: #262626;
    font-weight: 300;
    font-size: 18px;
    text-align: center;
}

.home_subscribe_sec a {
    border: none;

    outline: none;

    display: inline-block;

    margin: 0px 0 30px 0;

    padding: 11px 27px;

    width: auto;

    background-color: #ffd400;

    color: #262626;

    font-size: 20px;

    font-weight: 500;

    border-radius: 10px;

    -webkit-transition: all ease 0.5s;

    -moz-transition: all ease 0.5s;

    -o-transition: all ease 0.5s;

    -ms-transition: all ease 0.5s;

    transition: all ease 0.5s;
}

.home_subscribe_sec a:hover {
    background-color: #c70404;
    color: #fff;

    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.online_store_sec .online_store_grid_col:hover figure img {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
    transform: scale(1.1);
}

.online_store_grid_col:hover figure .save_label {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
    transform: scale(1.2);
}

.online_store_grid_col:hover figure img {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
    transform: scale(1.1);
}

.online_store_sec .online_store_grid_col:hover .brand_caption img {
    transform: none;
}

/* .footer_col_h img {
    float: right;
    margin: 17px 0 17px 0px;
    padding: 0;
    max-width: 180px;
} */

.top_brands_three_deals {
    float: left;
    margin: 0px 0 70px 0;
    padding: 100px 0px;
    width: 100%;
    background: url(../images/webp/bg_grey_2.webp) 0px 0px no-repeat #fbf8e9;
    background-size: 100%;
}

.day_deal_offer_col {
    float: left;
    margin: 0px;
    padding: 0px 20px;
    /* width: 100%; */
    position: relative;
}

.day_deal_offer_col img {
    border-radius: 14px;
}

.grey_chipps_2 {
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 32px;
}

.grey_chipps_2 img {
    max-width: 100%;
}

.grey_burger_2 {
    position: absolute;
    right: 0;
    max-width: 40px;
    top: 0;
}

.grey_burger_2 img {
    max-width: 100%;
}

/* .detail_page_breadcrum ul {
    float: left;
    margin: 1px 0 0 0;
    padding: 0px;
    width: auto;
} */

/* .detail_page_breadcrum ul li {
    float: left;
    margin: 0px;
    padding: 0px;
    width: auto;
    list-style-type: none;
    font-size: 18px;
    letter-spacing: -0.01em;
    color: #7e7e7e;
    font-family: "Poppins", sans-serif !important;
} */

/* .detail_page_breadcrum ul li a {
    float: left;
    margin: 0px;
    padding: 0px;
    width: auto;
    font-size: 18px;
    letter-spacing: -0.01em;
    color: #7e7e7e;
}

.detail_page_breadcrum ul li a:hover {
    color: #262626;
} */

.detail_page_breadcrum ul li span {
    margin: 0 4px;
}

.next_deal_shoe_slider {
    float: right;
    width: auto;
}

.next_deal_shoe_slider a {
    float: left;
    margin: 0 12px 0 0;
    padding: 0px;
    background-color: #fdefa7;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    text-align: center;
    color: #ffd400;
    line-height: 30px;
    font-size: 12px;
    font-weight: bold;
}

.next_deal_shoe_slider a:last-child {
    margin-right: 0px;
}

.next_deal_shoe_slider a:hover {
    background-color: #ffd400;
    color: #262626;
}

.deal_detail_sec_main {
    float: left;
    margin: 0px;
    padding: 0px 0 0 0px;
    width: 100%;
}

.deal_detail_sec_inner {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.deals_detail_thumb {
}

.deals_detail_thumb .deal_figure_thumb {
    margin: 0px 0 0px 0;
    padding: 0px 0 0px 0;
    overflow: hidden;
}

.premiu_deals_tab_col.deals_detail_thumb:hover .deal_figure_thumb {
    /* background-color: #ffd400; */
}

.premiu_deals_tab_col.deals_detail_thumb:hover .deal_figure_thumb figure {
    margin: 0px 0 0 0px;
    transition: all ease 0.7s;
}

.deals_detail_thumb .deal_figure_thumb figure {
    margin: 0px;

    padding: 0;
}

.deals_detail_thumb .deal_figure_thumb figure img {
    max-width: 100%;
    min-width: 100%;
    border-radius: 15px;
}

.deals_detail_thumb .premium_deal_header figure {
    width: 52px;
    height: 52px;
    line-height: 52px;
}

/* .deals_detail_right_content {
    float: left;
    margin: 0px;
    padding: 0 0 0 40px;
    width: 100%;
} */

/* .deals_detail_right_content h3 {
    float: left;
    margin: 0 0 7px 0;
    padding: 0px;
    width: 100%;
    color: #242424;
    font-size: 32px;
    font-weight: 600;
} */

/* .deals_detail_right_content p {
    float: left;
    margin: 0 0 5px 0;
    padding: 0px;
    width: 100%;
    color: #242424;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.05em;
} */

/* .deals_detail_right_content p span {
    color: #c70404;
}

.deals_detail_right_content hr {
    float: left;
    width: 100%;
    border-color: #e8e8e8;
} */

.outlet_select_deal {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

/* .outlet_select_deal p {
    float: left;
    width: auto;
    margin: 6px 0 0 0px;
} */

.outlet_select_deal select {
    float: right;
    width: auto;
    min-width: 200px;
    border-radius: 8px;
    min-height: 44px;
}

.get_discount_detail_btn {
    float: left;
    margin: 0px;
    padding: 3px 0 3px 0;
    width: 100%;
}

/* .btn_d_detail {
    float: left;
    margin: 0px 0 0px 0;
    padding: 12px 20px;
    width: auto;
    background-color: #ffd400;
    color: #262626;
    font-size: 18px;
    border: none;
    outline: none;
    font-weight: 500;
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
} */

/* .btn_d_detail:hover {
    background-color: #c70404;
    color: #fff;

    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
} */

.acpt_uncpt_buttons {
    float: left;
    margin: 0px;
    padding: 13px 0 24px 0;
    width: 100%;
}

.acpt_uncpt_buttons button {
    display: inline-block;
    width: auto;
    padding: 11px 32px 9.5px 32px;
    margin: 0 8px;
    border-radius: 42px;
    letter-spacing: 0.05em;
    font-size: 16px;
    font-weight: 600;
    color: #242424;
    border: none;
    background-color: #fff;
}

.acpt_uncpt_buttons button:hover {
    background-color: #242424;
    color: #fff;
}

.acpt_uncpt_buttons a.redeem_wht_btn:hover {
    border-color: #242424 !important;
}

.sec_deal_honored {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.related_products_sec {
    padding-top: 50px !important;
}

.related_products_sec .load_more_deals_btn a {
    margin: 0px 0 50px 0;
}

.number_taken_inputcol.otp_input {
    float: left;
    border: none;
    padding: 0px 0px 0 0;
    margin: 19px 0 26px 0;
    box-shadow: none;
    width: 100%;
    display: flex;
    gap: 5px;
    justify-content: space-evenly;
}

.otp_input input {
    width: 13%;
    /* margin: 0px 0.5% 0px 0.5%; */
    text-align: center;
    border: none;
    box-shadow: inset 0px 6px 15px rgb(165 165 165 / 34%);
    border-radius: 10px;
    height: 54px;
}

.number_taken_inputcol.otp_input input::placeholder {
    color: #b8b8b8;
    border: solid 1px #ffd400;
    outline: none;
}

.number_taken_inputcol.otp_input input:focus {
    color: #262626;
    border: solid 1px #ffd400;
    outline: none;
}

.m_l_0 {
    margin-left: 0px !important;
}

.m_r_0 {
    margin-right: 0px !important;
}

.model_reedem_deal {
    background-color: rgb(0 0 0 / 60%);
}

.model_reedem_deal .modal-content {
    border-radius: 16px;
    text-align: center;
    overflow: hidden;
}

.model_reedem_deal .modal-content button.close {
    position: absolute;
    right: 23px;
    border: solid 1px #242424;
    border-radius: 50px;
    font-size: 13px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    color: #242424;
    opacity: unset;
    text-align: center;
    top: 16px;
}

.reddem_model_content {
    float: left;
    margin: 0;
    padding: 20px 0 0 0;
    width: 100%;
}

.reddem_model_content h4 {
    float: left;
    margin: 8px 0 8px 0;
    padding: 0;
    width: 100%;
    font-weight: 600;
    font-size: 21px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #242424;
}

.reddem_model_content h6 {
    float: left;
    margin: 0 0 12px 0;
    padding: 0;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #29af66;
}

.reddem_model_content p {
    float: left;
    margin: 0 0 10px 0;
    padding: 0;
    width: 100%;
    font-weight: 500;
    font-size: 16px !important;
    letter-spacing: unset !important;
    text-align: center;
    color: #242424;
}

.voouch_redem_customer_code_content {
    float: left;
    margin: 18px 0 0 0;
    padding: 8px 0 104px 0;
    width: 100%;
    background: url(../images/party_bg.webp) 0px 0px no-repeat;
    background-size: 100%;
    background-position: bottom;
}

.voouch_redem_customer_code_content h5 {
    margin: 20px 0 12px 0;
    padding: 13px 30px 11px 30px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #242424;
    background-color: #fff;
    display: inline-block;
    border-radius: 30px;
    box-shadow: inset 0px 1px 12px rgb(165 165 165 / 16%);
}

.voouch_redem_customer_code_content p {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    font-weight: 400;
    font-size: 14px !important;
    letter-spacing: unset !important;
    text-align: center;
    color: #ffff;
}

.voouch_redem_customer_code_content p span {
    color: #fff;
}

.hide_d {
    display: none;
}

.top_brands_three_deals .owl-buttons {
    display: none;
}

.top_brands_three_deals .owl-pagination {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.top_brands_three_deals .owl-pagination .owl-page {
    margin: 0 3px;
    width: 10px;
    height: 10px;
    background-color: rgb(198 165 0 / 41%);
    border-radius: 50px;
    display: inline-block;
}

.top_brands_three_deals .owl-pagination .owl-page.active {
    background-color: #ffd400;
}

.home_subscribe_sec h3 br {
    display: none;
}

.banner_top .owl-buttons {
    display: none;
}

.banner_top .owl-pagination {
    text-align: center;
    width: 100%;
    margin: 0;
    position: absolute;
    z-index: 5;
    bottom: 30px;
}

.banner_top .owl-pagination .owl-page {
    margin: 0 3px;
    width: 10px;
    height: 10px;
    background-color: rgb(255 212 0 / 50%);
    border-radius: 50px;
    display: inline-block;
}

.banner_top .owl-pagination .owl-page.active {
    background-color: #ffd400;
}

/**************search form popup**************/

#search {
    position: fixed;
    top: 0px;
    z-index: 1000000;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: hsl(0deg 0% 100%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    visibility: hidden;
}

#search input[type="search"] {
    /* position: absolute;
    top: 30%; */
    width: 100%;
    background: rgb(246 242 225 / 79%);
    font-size: 18px;
    border: 0px;
    margin: 0;
    margin-top: 0px;
    height: 55px;
    left: 0;
    padding: 0 50px 0 18px;
    outline: none;
    border-radius: 10px;
    color: #262626;
    font-weight: 400;
}

#search input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000000;
}

#search input::-moz-placeholder {
    /* Firefox 19+ */
    color: #000000;
}

#search input:-ms-input-placeholder {
    /* IE 10+ */
    color: #000000;
}

#search input:-moz-placeholder {
    /* Firefox 18- */
    color: #000000;
}

#search .close {
    z-index: 2;
    position: fixed;
    top: 40px;
    right: 40px;
    color: #000;
    opacity: 1;
    padding: 0;
    font-size: 22px;
    width: 26px;
    height: 26px;
    border-radius: 50px;
    line-height: 26px;
    border: none;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    visibility: visible;
}

.input_search_center {
    margin: 0 auto;
    position: relative;
    max-width: 50%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.input_search_center form {
    position: relative;
}

body.search_open {
    overflow: hidden;
}

button.submit_search_btn_ico {
    position: absolute;
    right: 10px;
    border: none;
    top: 23%;
    background: no-repeat;
    font-size: 19px;
}

button.submit_search_btn_ico:hover {
    color: #c70404;
}

.mobile_redeem_1 {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.mobile_redeem_content_1 {
    float: left;
    margin: -11px 0 0 0;
    padding: 38px 35px 34px 35px;
    width: 100%;
    background-color: #ffd400;
}

.mobile_redeem_1 img {
    width: 100%;
}

.dasehed_img_bottom {
    margin: -22px 0 0 0;
}

.mobile_redeem_content_1 p {
    float: left;
    margin: 0 0 30px 0;
    padding: 0px;
    width: 100%;
    color: #242424;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}

.mobile_redeem_content_1 h6 {
    float: left;
    margin: 0 0 5px 0;
    padding: 0px;
    width: 100%;
    color: #242424;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

.mobile_redeem_content_1_lower {
    float: left;
    margin: 0px;
    padding: 13px 0 0 0;
    width: 100%;
    background: url(../images/side_circle_holes_bg_grey.png) 0px 0px no-repeat
        #fff;
    background-size: 100%;
    text-align: center;
}

.popup_redeem_yell {
    display: inline-block;
    letter-spacing: 0.05em;
    color: #242424;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    background-color: #ffd400;
    padding: 11px 33px;
    border-radius: 50px;
    margin: 0 0 21px 0;
}

.popup_redeem_yell:hover {
    background-color: #c70404;
    color: #fff;
}

.mobile_redeem_content_1_lower p {
    float: left;
    margin: 0 0 5px 0;
    padding: 0;
    width: 100%;
    font-weight: 400;
    font-size: 14px !important;
    letter-spacing: unset !important;
    text-align: center;
    color: #242424;
}

.mobile_redeem_content_1_lower p span {
    color: #2e843e;
}

.mobile_redeem_content_1_lower p br {
    display: block;
}

.popup_redeem_continue_btn {
    display: inline-block;
    letter-spacing: 0.05em;
    color: #7e7e7e;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    background-color: #f6f6f6;
    padding: 11px 33px;
    border-radius: 50px;
    margin: 0 0 21px 0;
}

.popup_redeem_continue_btn:hover {
    background-color: #c70404;
    color: #fff;
}

.mobile_redeem_2 {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.mobile_redeem_3 {
    float: left;
    margin: 0px;
    padding: 10px 0 0 0;
    width: 100%;
}

.mobile_redeem_2 .mobile_redeem_content_1 p {
    margin: 0 0 10px 0;
}

.mobile_redeem_2 .number_taken_inputcol.otp_input {
    margin: 8px 0 12px 0;
}

.mobile_redeem_2 .otp_input input {
    width: 22%;
    height: 63px;
}

.mobile_redeem_2 img {
    width: 100%;
}

.deal_honored_banner {
    min-height: 164px;
}

.deal_honored_banner h4 {
    float: left;
    margin: 14px 0 5px 0;
    padding: 0px;
    width: 100%;
    text-align: center;
    letter-spacing: -0.01em;
    color: #262626;
    font-size: 34px;
    font-weight: 700;
}

.deal_honored_banner p {
    float: left;
    margin: 0px 0 0px 0;
    padding: 0px;
    width: 100%;
    text-align: center;
    letter-spacing: -0.01em;
    color: #262626;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.deal_honored_banner ul {
    width: 100%;
    text-align: center;
}

.deal_honored_banner ul li {
    float: none;
    display: inline-block;
}

.grey_chipps_chicken {
    position: absolute;
    left: 0px;
    bottom: 20px;
    width: 55px;
}

.grey_chipps_chicken img {
    max-width: 100%;
}

.grey_burger_pizza {
    position: absolute;
    right: 0;
    max-width: 42px;
    top: 4px;
}

.grey_burger_pizza img {
    max-width: 100%;
}

.deal_honored_content_sec {
    float: left;
    margin: 0px;
    padding: 10px 0 100px 0;
    width: 100%;
}

.deal_honored_left {
    float: left;
    margin: 0px;
    padding: 65px 0 0 0;
    width: 100%;
}

.deal_honored_left img {
    max-width: 260px;
    float: right;
}

.deal_honored_left h5 {
    float: left;
    margin: 0 0 5px 0;
    padding: 0;
    width: 100%;
    color: #242424;
    font-weight: 600;
    font-size: 28px;
}

.deal_honored_left p {
    float: left;
    margin: 0 0 34px 0;
    padding: 0;
    width: 100%;
    color: #242424;
    font-weight: 400;
    font-size: 24px;
}

.deal_honored_right {
    float: left;
    margin: 0px;
    padding: 0 170px 0 120px;
    width: 100%;
    position: relative;
}

.honored_deal_brand {
    position: absolute;
    right: 20px;
    top: 12px;
}

.honored_deal_brand figure {
    float: right;
    margin: 0px;
    padding: 2px;
    background-color: #fff;
    filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.13));
    width: 60px;
    height: 60px;
    border-radius: 100px;
    line-height: 60px;
    text-align: center;
}

.honored_deal_brand figure img {
    display: inline-block;
    margin: -6px 0 0 0;
    padding: 0;
    border-radius: 100px;
    max-width: 52px;
    height: 52px;
}

.deal_honored_right h5 {
    float: left;
    margin: 0 0 5px 0;
    padding: 0;
    width: 100%;
    color: #242424;
    font-weight: 600;
    font-size: 28px;
}

.deal_honored_right p {
    float: left;
    margin: 0 0 34px 0;
    padding: 0;
    width: 100%;
    color: #242424;
    font-weight: 400;
    font-size: 24px;
}

.honored_contact_buttons {
    float: left;
    margin: 0 0 38px 0;
    padding: 0;
    width: 100%;
}

.honored_contact_buttons a {
}

.honored_contact_buttons a.helpline_btn {
    float: left;
    margin: 0 18px 0 0;
    padding: 10px 23px;
    width: auto;
    background-color: rgba(244, 129, 32, 1);
    border-radius: 50px;
    color: #ffff;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.05em;
}

.honored_contact_buttons a.helpline_btn i {
    font-size: 15px;
    float: left;
    margin: 5px 6px 0 0;
}

.honored_contact_buttons a.whatsapp_btn {
    float: left;
    margin: 0 18px 0 0;
    padding: 10px 23px;
    width: auto;
    background-color: #02be48;
    border-radius: 50px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.05em;
}

.honored_contact_buttons a.whatsapp_btn i {
    font-size: 20px;
    float: left;
    margin: 2px 7px 0 0;
}

.honored_contact_buttons a:hover {
    background-color: #242424;
    color: #fff;
}

.deal_honored_right label {
    float: left;
    font-size: 15px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #262626;
    margin: 0 0 6px 0;
    padding: 0 12px;
    width: 100%;
    font-weight: 400;
}

.deal_honored_right label span {
    color: #c70404;
}

.deal_honored_right input {
    border: solid 1px #b8b8b8;
    box-shadow: none;
    float: left;
    width: 100%;
    border-radius: 10px;
    min-height: 50px;
    margin: 0 0 19px 0;
}

.deal_honored_right:disabled,
.form-control[readonly] {
    border: solid 1px #b8b8b8;
    box-shadow: none;
    float: left;
    width: 100%;
    border-radius: 10px;
    min-height: 50px;
    margin: 0 0 19px 0;
    background-color: #fff;
    opacity: 1;
}

.deal_honored_right textarea {
    border: solid 1px #f2f2f2;
    box-shadow: none;
    float: left;
    width: 100%;
    border-radius: 10px;
    min-height: 120px;
    margin: 0 0 19px 0;
    padding: 13px 13px;
    resize: none;
    background-color: #f8f8f8;
}

.deal_report_button {
    float: none;
    display: inline-block;
    margin: 20px 0 0px 0;
    padding: 11px 36px;
    width: auto;
    background-color: rgba(244, 129, 32, 1);
    color: #fff;
    font-size: 18px;
    border: none;
    outline: none;
    font-weight: 500;
    border-radius: 10px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.deal_report_button:hover {
    background-color: rgba(85, 179, 96, 0.5);
    color: #fff;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.food_slider_content .item {
    padding: 0 15px;
}

.food_slider_content h4 {
    float: left;
    margin: 0 0 60px 0;
    padding: 0 15px;
    width: 100%;
    color: #262626;
    font-weight: 600;
    font-size: 22px;
    text-align: left;
}

.food_slider_content .deal_premiu_desc h4 {
    float: left;
    margin: 0 0 10px 0;
    padding: 0 4px;
    width: 100%;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    text-align: left;
}

.food_slider_content #demo {
    display: inline-block;
    width: 100%;
}

.food_page_deals_sec {
    padding: 0px 0 0 0;
}

.food_page_deals_sec .deals_tabs_section ul {
    margin: 0 0 70px 0;
}

.food_slider_content .owl-buttons {
    position: absolute;
    top: 44%;
    width: 100%;
}

.food_slider_content .owl-buttons .owl-prev {
    color: #e8e8e8;
    border: solid 1px #e8e8e8;
    float: left;
    width: 28px;
    height: 28px;
    border-radius: 50px;
    line-height: 28px;
    margin: 0 0 0 -25px;
}

.food_slider_content .owl-buttons .owl-prev i {
}

.food_slider_content .owl-buttons .owl-next {
    color: #e8e8e8;
    border: solid 1px #e8e8e8;
    float: right;
    width: 28px;
    height: 28px;
    border-radius: 50px;
    line-height: 28px;
    margin: 0 -25px 0 0;
}

.food_slider_content .owl-buttons .owl-next i {
}

.food_slider_content .owl-buttons .owl-prev:hover {
    border-color: #c70404;
    color: #c70404;
}

.food_slider_content .owl-buttons .owl-next:hover {
    border-color: #c70404;
    color: #c70404;
}

.food_slider_content {
    float: left;
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
}

.online_store_sec_detail {
}

.online_store_sec_detail .online_store_grid_col:hover figure img {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
    transform: scale(1.02);
}

.online_store_sec_detail .online_store_grid_col:hover .brand_caption img {
    transform: none;
}

.online_store_sec_detail .online_store_grid_col {
    padding-bottom: 12px;
}

.online_store_sec_detail .online_store_grid_col figure {
    margin: 0px;
}

.online_store_sec_detail .online_store_grid_col img {
    width: 100%;
}

.related_product_sec {
}

.related_product_sec h3 {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    column-gap: 6px;
}

.related_product_sec h3 img {
    width: 50px;
}

.online_store_left {
    position: absolute;
    left: 0px;
    bottom: 9px;
    width: 42px;
}

.online_store_left img {
    max-width: 100%;
}

.online_store_right {
    position: absolute;
    right: 0;
    max-width: 48px;
    top: 4px;
}

.online_store_right img {
    max-width: 100%;
}

.grey_chipps_23 {
    position: absolute;
    left: 0;
    bottom: 12px;
    width: 44px;
}

.grey_chipps_23 img {
    max-width: 100%;
}

.grey_burger_23 {
    position: absolute;
    right: 0;
    max-width: 41px;
    top: 5px;
}

.grey_burger_23 img {
    max-width: 100%;
}

.otp_full_input {
    text-align: center;
    margin: 12px 0 15px 0 !important;
}

.otp_full_input input {
    width: 71%;
    text-align: left;
    display: inline-block;
    height: 52px;
    box-shadow: inset 0px 1px 10px rgb(165 165 165 / 16%);
}

.otp_full_input input::placeholder {
    color: #262626;
    border: none !important;
    outline: none !important;
}

.otp_full_input input:focus {
    color: #262626;
    border: none !important;
    outline: none !important;
}

.resend_otp_inside_web {
    float: left;
    margin: 13px 0 7px 0;
    padding: 0px;
    width: 100%;
    text-align: center;
    color: #242424;
    font-size: 14px;
    font-weight: 500;
}

.resend_otp_inside_web a:hover {
    text-decoration: underline;
}

.mobile_popup_sml_img {
    max-width: 100%;
    width: auto !important;
}

.otp_full_input_mobile input {
    width: 100%;
}

.otp_full_input_mobile input {
    width: 100% !important;
    text-align: left;
    display: inline-block;
    height: 52px !important;
    box-shadow: inset 0px 1px 10px rgb(165 165 165 / 16%);
}

.otp_full_input_mobile input::placeholder {
    color: #262626;
    border: none !important;
    outline: none !important;
}

.otp_full_input_mobile input:focus {
    color: #262626;
    border: none !important;
    outline: none !important;
}

.clearfixx {
    clear: both;
}

.after_banner_brands_sec .container {
    padding: 0 0;
}

/********custom sselect menu****/

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #262626;
    /* width: 200px; */
    font-weight: 400;
}

.log-div img {
    width: 100%;
}

/* .select-styled {
    border: 1px solid #b8b8b8;
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: none;
    padding: 9px 15px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    color: #242424;
    font-family: "Poppins", sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    position: relative;
} */

.select-styled:hover {
    background: none;
}

.select-styled:active,
.select-styled.active {
    background: none;
    border-radius: 10px 10px 10px 10px;
    border-color: #c70404;
}

.select-styled:active:after,
.select-styled.active:after {
    /* top: 15px; */
    background: url(../images/icon_select_2_up.png) 0px 0px no-repeat;
    background-size: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 999;
    list-style: none;
    background-color: #fff;
    border: solid 1px #b8b8b8;
    margin: 7px 0 0 0;
    border-radius: 10px;
    overflow: hidden;
    min-width: 250px;
    max-height: 300px;
    overflow-y: scroll;
}

/* width */
.select-options::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.select-options::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #eee;
    border-radius: 10px;
}

/* Handle */
.select-options::-webkit-scrollbar-thumb {
    background: rgba(244, 129, 32, 1);
    border-radius: 10px;
}

/* Handle on hover */
.select-options::-webkit-scrollbar-thumb:hover {
    background: rgba(244, 129, 32, 1);
}

.select-options li {
    color: #262626 !important;
    margin: 0 !important;
    font-size: 16px !important;
    padding: 11px 17px 9px 17px !important;
    width: 100% !important;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    border-bottom: 0.5px solid rgba(244, 129, 32, 0.6);
}

.select-options li:hover {
    color: #fff;
    background-color: #fff;
}

.select-options li[rel="hide"] {
    display: none;
}

.select-options li:hover {
    background-color: rgba(244, 129, 32, 1);
    color: #fff !important;
}

/********custom sselect menu****/

.haeder_select_city_dropdown .select-styled {
    top: 3px;
}

/* .outlet_select_deal .select {
    height: fit-content;
    width: 100%;
    margin-top: 10px;
} */

/* .outlet_select_deal .select-options {
    min-width: 330px;
    left: auto;
    right: 0;
} */

.popup_select {
}

.popup_select .select-styled {
    width: 100%;
    padding: 13px 15px !important;
    min-height: 50px;
    text-align: left;
}

.popup_select .select {
    width: 100%;
    min-height: 50px;
}

.popup_select .select-options {
    left: 0;
    min-width: 100%;
    overflow-y: scroll;
    max-height: 260px;
}

.popup_select .select-options li {
    text-align: left;
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #c70404;
    border-color: #c70404;
    box-shadow: 0 0 0 0.2rem rgb(72 180 97 / 50%);
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #c70404;
    border-color: #c70404;
}

/***********about page css*********/

.about_page_main {
    float: left;
    margin: 0px;
    padding: 0px 0 0 0;
    width: 100%;
}

.about_welcom_section {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.welcom_content_about {
    float: left;
    margin: 0 0 60px 0;
    padding: 0px;
    width: 100%;
}

span.welcome_img {
    float: left;
    margin: 0 0 55px 0;
    padding: 0px;
    width: auto;
}

/* span.welcome_img img {
    max-width: 230px;
} */

.welcom_content_about h2 {
    float: left;
    margin: 0 0 26px 0;
    padding: 0px;
    width: 100%;
    color: #262626;
    font-weight: 700;
    font-size: 33px;
    letter-spacing: -0.01em;
}

.welcom_content_about h3 {
    float: left;
    margin: 0 0 18px 0;
    padding: 0px;
    width: 100%;
    color: #262626;
    font-weight: 700;
    font-size: 33px;
    letter-spacing: -0.01em;
}

.welcom_content_about p {
    float: left;
    margin: 0 0 28px 0;
    padding: 0px;
    width: 100%;
    color: #262626;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: -0.01em;
    line-height: normal;
}

.about_right_images {
    float: left;
    margin: 50px 0 0 0;
    padding: 0px;
    width: 100%;
}

.about_right_inner {
    float: left;
    margin: -34px 0 0 0;
    padding: 0px;
    width: 100%;
}

.about_right_img_col {
    float: left;
    margin: 0px 0 12px 0;
    padding: 0px;
    width: 100%;
    position: relative;
}

.about_right_img_colimg {
    width: 100%;
}

.about_right_img_col a {
    position: absolute;
    right: 8px;
    top: 10px;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #4e4100;
    backdrop-filter: blur(30px);
    --webkit-backdrop-filter: blur(30px);
    background-color: rgb(255 255 255 / 60%);
    padding: 6px 13px;
    border-radius: 50px;
}

.about_right_img_col a:hover {
    background-color: #c70404;
    color: #fff;
}

.grey_chipps_about {
    float: left;
    margin: 0 0 0 -45px;
    max-width: 65px;
}

.grey_chipps_about img {
    max-width: 100%;
}

.grey_cart_about {
    float: right;
    margin: -48px -25px 0 0;
    max-width: 50px;
}

.grey_cart_about img {
    max-width: 100%;
}

.w_c_a_move_tp {
    margin-top: -165px;
}

.app_bitlay_link {
    background-color: #ffd400;
    padding: 6px 15px;
    border-radius: 50px;
    font-weight: 500;
    color: #262626;
    font-size: 14px;
    margin: 0;
}

.color_green {
    color: #2e843e;
    font-weight: 600;
    margin: 0 0 6px 0 !important;
    float: left;
    width: 100%;
}

.color_red {
    color: #c70404;
}

.color_blue {
    color: #2680eb;
}

.about_bottom_sec {
    float: left;
    margin: 0px 0 70px 0;
    padding: 0px;
    width: 100%;
    background: url(../images/about_bg_bottom.png) 0px 0px no-repeat #fbf8e7;
    background-size: 850px;
    background-position: top right;
}

.about_bottom_sec p {
    float: left;
    margin: 0 0 24px 0;
    padding: 0px;
    width: 100%;
    color: #262626;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: -0.01em;
    line-height: normal;
}

.about_bottom_sec img {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.about_bottom_sec .apps_links_live {
    position: relative;
    float: left;
    width: 100%;
    margin: 70px 0 0 0;
    text-align: left;
}

.about_bottom_sec_col {
    float: left;
    margin: 0;
    padding: 88px 0 60px 0;
    width: 100%;
}

.about_bottom_sec_col img {
    max-width: 131px;
}

/***********about page css*********/

.error_notifications {
    float: left;
    margin: -63px 0 0 0;
    padding: 0px;
    width: 100%;
}

.error_notifications_inner {
    float: left;
    margin: 0 0 20px 0;
    padding: 12px 9px 12px 15px;
    width: 100%;
    background-color: #ffd400;
    border-radius: 10px;
}

.error_notifications_inner p {
    float: left;
    margin: 1px 0 0 0;
    padding: 0px;
    width: auto;
    letter-spacing: 0.05em;
    color: #262626;
    font-weight: 400;
    font-size: 16px;
}

.error_notifications_inner p strong {
    font-weight: 600;
}

.error_notifications_inner button {
    float: right;
    width: auto;
    background: none;
    border: none;
}

.hide_notification_bar {
    display: none;
}

.next_deal_shoe_slider {
}

.next_deal_shoe_slider .dropdown-menu {
    background-color: #fff;
    box-shadow: 0px 1px 12px rgb(159 159 159 / 16%);
    right: 0;
    left: -122px;
    width: 200px;
    min-width: 200px;
    margin: 3px 0 0 0;
    border-radius: 9px;
}

.next_deal_shoe_slider .dropdown-menu a {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    text-align: unset;
    background: none;
}

.next_deal_shoe_slider .dropdown-menu figure {
    float: left;
    margin: -6px 13px 0 0 !important;
    padding: 0 !important;
    width: 60px;
    display: inline-block;
    overflow: hidden;
}

.next_deal_shoe_slider .dropdown-menu figure img {
    max-width: 100%;
}

.next_deal_shoe_slider .dropdown-menu h5 {
    font-size: 15px;
    font-weight: 600;
    color: #242424;
    letter-spacing: 0.05em;
    margin: 5px 0 3px 0;
    padding: 0;
}

.next_deal_shoe_slider .dropdown-menu p {
    font-size: 13px;
    font-weight: 400;
    color: rgb(36 36 36 / 73%);
    letter-spacing: 0.05em;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.next_deal_shoe_slider .nav-item:after {
    height: 0px;
}

.next_deal_shoe_slider .nav-item {
    float: left;
}

.slide_right_tooltip .dropdown-menu {
    left: -164px;
}

.next_deal_shoe_slider .dropdown-toggle::after {
    height: 0px;
    display: none;
}

.next_deal_shoe_slider .nav-item::before {
    display: none;
}

.detail_page_breadcrum_outer {
    float: left;
    margin: 0px 0 80px 0;
    padding: 0px;
    width: 100%;
}

.disable_button_type {
    float: left;
    margin: 0px 0 0px 0;
    padding: 12px 20px;
    width: auto;
    background-color: #fff;
    color: #b8b8b8;
    font-size: 18px;
    border: solid 1px #e8e8e8;
    outline: none;
    font-weight: 500;
    border-radius: 10px;
    cursor: not-allowed;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.disable_button_type:hover {
    background-color: #fff;
    color: #b8b8b8;

    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

/* .outlet_select_deal .select-styled {
    overflow: hidden;
    line-height: 27px;
    padding-right: 27px;
} */

.saerch_Result_page {
    float: left;
    margin: 0 0 100px 0;
    padding: 0px;
    width: 100%;
    text-align: center;
}

.result_container {
    margin: 0 auto;
    max-width: 600px;
}

.result_container_bg {
    float: left;
    margin: 0px;
    margin-top: 100px;
    padding: 0px;
    width: 100%;
    background: url(../images/webp/no-result.webp) 0px 0px no-repeat;
    min-height: 345px;
    background-size: 100%;
}

.result_container_bg h5 {
    float: left;
    margin: 221px 0 8px 0;
    padding: 0px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #7e7e7e;
    font-weight: 500;
    letter-spacing: -0.01em;
}

.result_container_bg p {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #7e7e7e;
    font-weight: 400;
    letter-spacing: -0.01em;
}

.butn_goback_home {
    float: left;
    margin: 0;
    padding: 0px;
    width: 100%;
    text-align: center;
    position: relative;
}

.butn_goback_home a {
    display: inline-block;
    margin: 0 0 0 0;
    padding: 11px 28px;
    width: auto;
    background-color: rgba(244, 129, 32, 1);
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
    transition: all ease 0.5s;
}

.butn_goback_home a:hover {
    background-color: #02be48;
    color: #fff;
    transition: all ease 0.5s;
}

.deals_tabs_section .col-md-4 {
    padding-left: 30px;
    padding-right: 30px;
}

.online_store_grid_sec .col-md-4 {
    padding-left: 30px;
    padding-right: 30px;
}

.shoping_discount_inner_content_overlay {
    /* position: absolute; */
    width: 100%;
    top: 0;
    height: 100%;
}

.online_shopping_discount_sec_nner {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.online_shopping_discount_sec_nner img {
    float: left;
    margin: 84px 0 36px 25px;
    padding: 0px;
    /* width: auto; */
    /* max-width: 250px; */
}

.online_shopping_discount_sec_nner p {
    float: left;
    margin: 0px 0 44px 0;
    padding: 0px;
    width: 100%;
    letter-spacing: -0.01em;
    text-align: left;
    color: #262626;
    font-weight: 400;
    font-size: 21px;
}

.online_shopping_discount_sec_nner p span {
    color: #c70404;
}

.online_store_grid_col:hover .brand_caption img {
    transform: none;
}

.day_deal_offer_col .brand_caption {
    top: 10px;
    right: 32px;
}

.day_deal_offer_col .brand_caption img {
    border-radius: 50px;
    margin: -1px 0 0 0 !important;
}

#food_slider_1 .owl-wrapper {
    position: relative !important;
    display: flex !important;
    flex-direction: row;
    align-items: stretch !important;
}

#food_slider_2 .owl-wrapper {
    position: relative !important;
    display: flex !important;
    flex-direction: row;
    align-items: stretch !important;
}

.shadow_title {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

.shadow_title_bg {
    float: left;
    margin: 0px;
    padding: 46px 0 21px 0;
    width: 100%;
    color: #fff;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
    position: absolute;
    bottom: 0;
    z-index: 10;
    left: 0;
    border-radius: 0 0 20px 20px;

    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.deals_tabs_content .online_store_grid_col:hover .shadow_title {
    color: #fff;
}

.online_store_grid_col:hover .shadow_title {
    color: #fff;
}

.deals_tabs_content .online_store_grid_col:hover .shadow_title_bg {
    color: #fff;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
    transform: scale(1.1);
    bottom: -13px;
}

.online_store_grid_col:hover .shadow_title_bg {
    color: #fff;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
    transform: scale(1.1);
    bottom: -13px;
}

.f-link:hover {
    color: #ffd400 !important;
}

.life_style .load_more_deals_btn a {
    margin-bottom: 55px;
}

.home_subscribe_sec_new {
    float: left;
    margin: 0 0 65px 0;
    padding: 0px 10px;
    width: 100%;
    position: relative;
}

.home_subscribe_sec_overlay {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
}

.home_subscribe_sec_inner {
    float: left;
    margin: 0px;
    padding: 150px 0 0 20px;
    width: 100%;
}

span.six_group_img {
    float: left;
    margin: 0 0 30px -3px;
    padding: 0;
    width: 100%;
}

span.six_group_img img {
    max-width: 73%;
}

.landing_subscription_form {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.number_formate_bg {
    float: left;
    margin: 0px;
    padding: 11px 16px 11px 15px;
    width: auto;
    border: 1px solid #fff;
    box-shadow: 0px 2px 10px rgb(165 165 165 / 18%);
    border-radius: 10px;
    color: #262626;
    font-weight: 500;
    font-size: 16px;
    background-color: #fff;
}

.home_subscribe_sec_overlay .number_taken_inputcol {
    width: calc(88% - 83px);
    float: left;
    border: 1px solid #fff;
    box-shadow: 0px 2px 10px rgb(165 165 165 / 18%);
    border-radius: 10px;
    padding: 3px 4px;
    margin: 0 0 0 13px;
    background-color: #fff;
}

.home_subscribe_sec_overlay .number_taken_inputcol input {
    float: left;
    width: calc(100% - 141px);
    border: none;
    height: 41px;
    padding: 0 10px;
    color: #262626;
    font-weight: 500;
    font-size: 14px;
}

.number_taken_inputcol input::placeholder {
    color: #b8b8b8;
    border: none;
    outline: none;
}

.number_taken_inputcol input:focus {
    color: #262626;
    border: none;
    outline: none;
    border: none;
    box-shadow: none;
}

.number_taken_inputcol.otp_input {
    border: none;
    padding: 6px 0px 0 0;
    margin: 0px;
    box-shadow: none;
    width: 100%;
}

.otp_full_input input {
    width: 71% !important;
    text-align: left !important;
    display: inline-block;
    height: 52px;
    box-shadow: inset 0px 1px 10px rgb(165 165 165 / 16%);
}

.otp_input input {
    width: 14%;
    margin: -4px 2% 0px 2%;
    text-align: center;
    border: 1px solid #b8b8b8;
    box-shadow: 0px 1px 12px rgba(165, 165, 165, 0.16);
    border-radius: 10px;
    height: 53px;
}

.number_taken_inputcol.otp_input input::placeholder {
    color: #b8b8b8;
    border: solid 1px #ffd400;
    outline: none;
}

.number_taken_inputcol.otp_input input:focus {
    color: #262626;
    border: solid 1px #ffd400;
    outline: none;
}

.m_l_0 {
    margin-left: 0px !important;
}

.m_r_0 {
    margin-right: 0px !important;
}

.mt_15 {
    margin-top: 15px !important;
}

.otp_input .submit_otp {
    padding: 11px 23px;
}

.submit_otp {
    float: right;
    background-color: #ffd400;
    color: #262626;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 23px;
    border-radius: 10px;
    border: none;
    outline: none;
    cursor: pointer;
}

.submit_otp:hover {
    background-color: #c70404;
    color: #fff;
}

.landing_subscription_form p {
    float: left;
    margin: 20px 0 50px 0;
    padding: 0px;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    color: #262626;
}

.landing_subscription_form p strong {
    font-weight: 600;
}

.resend_otp {
    color: #c70404;
}

.resend_otp:hover {
    color: #c70404;
    text-decoration: underline;
}

.otp_home_n_outer .resend_otp:hover {
    color: #c70404;
    text-decoration: underline;
}

.landing_subscription_form p span {
    color: #c70404;
    font-weight: bold;
}

.dash_space {
    margin: 0 4px;
}

.home_subscribe_sec_inner h5 {
    float: left;
    margin: 0 0 18px 0;
    padding: 0px;
    width: 100%;
    color: #262626;
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
}

.home_subscribe_sec_inner h5 span {
    color: #c70404;
}

.home_subscribe_sec_inner h6 {
    float: left;
    margin: 0 0 18px 0;
    padding: 0px;
    width: 100%;
    color: #262626;
    font-weight: 400;
    font-size: 19px;
}

#return-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: rgb(0, 0, 0);
    background: #c70404;
    width: 36px;
    height: 36px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 11px;
    top: 8px;
    font-size: 18px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

.landing_subscription_form h6 span {
    color: #c70404;
}

.otp_home_n .number_taken_inputcol.otp_input {
    border: none;
    padding: 0;
    margin: 0px;
    box-shadow: none;
    width: 100%;
    background-color: rgb(255 255 255 / 0%);
}

.otp_home_n .otp_input input {
    width: 12%;
    margin: 0px 1% 0px 1%;
    text-align: center;
    border: 1px solid #b8b8b8;
    box-shadow: 0px 1px 12px rgb(165 165 165 / 16%);
    border-radius: 10px;
    height: 51px;
}

.otp_home_n .submit_otp {
    padding: 15px 23px;
    float: left;
    color: #fff;
    margin: 0 0 0 33px;
    background-color: #c70404;
}

.check_sms_home_set {
    margin: -20px 0 15px 0 !important;
    font-size: 17px !important;
}

.otp_home_n_outer span.six_group_img img {
    max-width: 73%;
}

.otp_home_n_outer {
    padding: 150px 0 0 20px;
}

.mt_10 {
    margin-top: 10px !important;
}

.otp_home_n_outer .landing_subscription_form p {
    float: left;
    margin: 20px 0 6px 0;
}

.otp_home_n_outer .apps_links_live {
    margin-top: 20px;
}

p.error_h_sub {
    margin-bottom: 0px;
}

p.mt_10 br {
    display: none;
}

/* body {
    font-family: "Poppins", sans-serif !important;
    color: #242424 !important;
} */
.bg-img {
    background-image: url(../assets/bg-img.svg);
    background-position: center;
    background-repeat: no-repeat;
    object-fit: contain;
    background-size: 1200px 1000px;
}

/* width */
.width-65 {
    width: 65px !important;
}

.mw-70 {
    width: 70px;
}

.ml-lg {
    margin-left: -90px;
}

.ml-md {
    margin-left: -50px;
}

.mt {
    margin-top: -32%;
}

@media (max-width: 1200px) {
    .mt {
        margin-top: -36%;
    }
}

.px {
    padding-left: 2.5% !important;
    padding-right: 2.5% !important;
}

@media (max-width: 576px) {
    .px {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.border-radius-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

/* button */
.btn-warning {
    background-color: #ffd400 !important;
    border-color: #ffd400 !important;
    font-weight: 500 !important;
    border-radius: 10px !important;
    height: 40px;
}

.btn:disabled {
    background-color: #b8b8b8 !important;
    border-color: #b8b8b8 !important;
    color: #ffffff !important;
}

/* font */
.font-weight-medium {
    font-weight: 500;
}

.font-weight-semibold {
    font-weight: 600;
}

.font-11 {
    font-size: 11px;
}

.font-12 {
    font-size: 12px;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-28 {
    font-size: 28px;
}

/* input */
.form-control {
    border: 1px solid #f0f0f0 !important;
    box-shadow: 3px 0 10px #e8e8e8 !important;
}

.form-control:focus {
    border: 1px solid #ffd400 !important;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #ffffff !important;
    opacity: 1;
}

.inputs {
    height: 45px !important;
    border-radius: 10px !important;
    width: 60px !important;
}

.br-h {
    height: 45px !important;
    border-radius: 10px !important;
}

/* list */
.list-group-item {
    background-color: transparent !important;
}

/* body {
    margin: 0px;
    font-family: "Roboto", sans-serif !important;
} */

.jazz_discount_outer {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.discount_inner {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.discount_inner h2 {
    float: left;
    width: 100%;
    position: relative;
    background-color: #f8f8f8;
    padding: 24px 79px 24px 20px;
    border: solid 1px #cccccc;
    margin: 20px 0;
    font-size: 28px;
    color: #ee1d23;
}

.discount_inner h3 {
    float: left;
    width: 100%;
    color: #ee1d23;
    margin: 0px 0 10px 0;
    font-size: 18px;
    font-weight: 600;
}

.discount_inner p {
    float: left;
    width: 100%;
    color: #000;
    margin: 0px 0 18px 0;
    font-size: 14px;
    font-weight: 400;
}

.discount_inner a {
    color: #ee1d23;
}

/* congratulations popup */
.modal {
    background: rgba(0, 0, 0, 0.8);
}

.tnc-modal .modal-content {
    width: 70%;
    margin: auto;
    border-radius: 20px;
}

.cong-modal .modal-content {
    background-image: url("../images/popup/c-bg.webp");
    background-size: cover;
}

.cong-modal button {
}

.cong-modal button.close {
    position: absolute;
    right: 10px;
    top: 10px;
    border: solid 2px;
    color: #fff;
    font-weight: 300;
    border-radius: 50%;
    padding: 0px 4px;
    opacity: 1;
    z-index: 2;
}

.cong-modal .modal-body {
    text-align: center;
}

.cong-modal .modal-body .image {
    margin-top: 35px;
}

.cong-modal .modal-body .image img {
    width: 100%;
}

.cong-modal .modal-body .content {
    color: #fff;
    text-align: center;
    margin: 10px 0;
}

.cong-modal .modal-body .content p {
    color: #fff;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
}

.cong-modal .modal-body .content p.title {
    font-size: 29px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.cong-modal .modal-body .content p.sub-title {
    font-size: 15px;
    font-weight: 400;
}

.cong-modal .modal-body .content button {
    background: transparent;
    color: #fff;
    border: none;
    border-bottom: solid 1px;
    padding: 0;
    font-weight: 600;
    margin-top: 20px;
}

.cong-modal .modal-body .content button:hover {
    opacity: 0.8;
    transition: 0.2s;
}

/* term and conditions modal */
.termNcondition-modal {
}

.termNcondition-modal .modal-header {
    border: none;
    padding-bottom: 0;
}

.termNcondition-modal .modal-header .modal-title {
    color: #000;
    font-weight: 600;
}

.termNcondition-modal .modal-header button.close {
    position: inherit;
    color: #000;
    padding: 2px 5px 1px 5px !important;
    margin: 0;
    font-weight: 600;
    border: solid 2px;
    border-radius: 50%;
}

.termNcondition-modal .modal-body {
    padding: 10px 0;
    text-align: left;
}

.termNcondition-modal .modal-body .tnc {
    height: 450px;
    overflow-y: scroll;
    padding: 20px;
    padding-top: 0;
}

.termNcondition-modal .modal-body .tnc ol {
}

.termNcondition-modal .modal-body .tnc ol li {
    list-style: inherit;
    margin-left: 20px;
    margin-bottom: 10px;
}

.termNcondition-modal .modal-body .tnc .tc-title {
    font-weight: 600;
    font-size: 15px;
}

.termNcondition-modal .modal-body .tnc p {
    line-height: 18px;
    margin-bottom: 5px;
}

.termNcondition-modal .modal-body .tnc ul {
    margin-bottom: 10px;
}

.termNcondition-modal .modal-body .tnc ul li {
    margin-left: 15px;
    list-style-type: disc;
}

/* width */
.termNcondition-modal .modal-body .tnc::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.termNcondition-modal .modal-body .tnc::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #eee;
    border-radius: 10px;
}

/* Handle */
.termNcondition-modal .modal-body .tnc::-webkit-scrollbar-thumb {
    background: #c70404;
    border-radius: 10px;
}

/* Handle on hover */
.termNcondition-modal .modal-body .tnc::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

/* 3GB Modal popup */
.subNwin-modal {
    background: url(../images/popup/3g-popup-bg.webp);
    background-position: bottom;
    background-size: cover;
    margin: auto;
    margin-top: 30%;
    width: 60% !important;
    border-radius: 15px !important;
}

.subNwin-modal .close {
    position: absolute;
    right: -75px;
    top: -50px;
    color: #fff;
    border-radius: 50%;
    border: solid 1px;
    /* padding: 0px 7px 5px 8px; */
    font-weight: 300;
    width: 35px;
    height: 35px;
}

.subNwin-modal .close span {
}

.subNwin-modal .main-image {
    position: absolute;
    top: -80px;
    width: 100%;
    left: 0;
    z-index: 2;
}

.subNwin-modal .main-image img {
}

.subNwin-modal .modal-body {
    color: #4b4b4b;
    text-align: center;
    padding: 0;
}

.subNwin-modal .cong-info {
    background: url(../images/popup/yellow-bg.webp);
    background-position: center;
    background-size: contain;
    margin-top: 41px;
    padding: 60px 0 20px 0;
    color: #2b2b2b;
}

.subNwin-modal .modal-body .title {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

.subNwin-modal .modal-body .congrats {
    font-size: 21px;
    font-weight: 800;
    text-transform: uppercase;
    display: block;
    width: 100%;
    /* margin-top: 110px; */
}

.subNwin-modal .modal-body .sub-title {
    font-size: 14px;
    width: 72%;
    margin: 10px auto;
}

.subNwin-modal .modal-body a {
    background: #ffd400;
    color: #2b2b2b;
    border: none;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 30px;
    display: inline-block;
    border-radius: 25px;
    margin: 20px 0 26px 0;
    width: 80%;
}

.subNwin-modal .modal-body a:hover {
    background: #c70404;
    color: #fff;
    transition: all 0.2s ease-in-out;
}

/* smart watch modal */
.smartwatch-modal {
    background: #fff;
    width: 55% !important;
}

.smartwatch-modal .congrats {
    color: #e90000;
}

.smartwatch-modal .cong-info {
    background: none;
}

.smartwatch-modal .cong-info .content {
    margin: 10px auto;
}

.smartwatch-modal .cong-info .content .title {
    font-size: 18px;
    color: #e90000;
    text-transform: inherit;
    font-weight: 500;
}

.smartwatch-modal .cong-info .content .sub-title {
    font-size: 15px;
    text-align: center;
    width: 100%;
    margin: 0;
}

.smartwatch-modal .cong-info .content .sub-title-2 {
    font-weight: 500;
    color: #4b4b4b;
}

.smartwatch-modal .modal-body a {
    background: transparent;
    color: #e90000;
    border: none;
    border-bottom: solid 1px;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    margin-top: 20px;
    width: auto;
    border-radius: 0;
}

.smartwatch-modal .modal-body a:hover {
    opacity: 0.8;
    transition: 0.2s;
    background-color: transparent;
    color: #e90000;
}

@media (max-width: 767px) {
    /* modal */
    .tnc-modal .modal-content {
        width: 95%;
    }

    /* 3gb popup */
    .subNwin-modal {
        width: 320px !important;
    }

    .subNwin-modal .close {
        right: 0px;
        top: -90px;
        z-index: 222;
    }
}
