/*Theme Name: DealO
Author: Haroon Jerry
Description: DealO*/

@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@300;400;500;600;700&family=Red+Hat+Text:wght@400;500;600&display=swap");

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

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

body {
    margin: 0px;
    background-color: #fff !important;
    overflow-x: hidden;
    font-family: "Red Hat Display", sans-serif !important;
}

.popins {
    font-family: "Red Hat Display", sans-serif;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Red Hat Display", sans-serif;
    color: #7b7b7b;
    margin-top: 0;
}

p {
    font-family: "Red Hat Display", sans-serif !important;
    color: #474646;
    margin-top: 0;
}

button {
    font-family: "Red Hat Display", sans-serif !important;
}

a {
    font-family: "Red Hat Display", sans-serif !important;
    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;
    display: inline-block;
}

a.navbar-brands img {
}

.navigation-wrap.bg-light {
    background-color: #fff !important;
    padding: 15px 0 15px 0;
}

.header_search_etuter {
    float: left;
    margin: 0px;
    padding: 0px;
    width: auto;
}

.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(0, 168, 222, 1);
}

.user_dropdown {
    float: left;
    margin: 12px 38px 0 0;
    padding: 0px;
    width: auto;
}

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

.user_dropdown .dropdown-menu {
    background-color: #fff;
    box-shadow: 0px 1px 7px 2px #f6f6f6;
    border-radius: 9px !important;
    padding: 0px !important;
    transform: translate3d(0, 8px, 0) !important;
    border: none !important;
    overflow: hidden;
    margin: 0 0 0 -9px !important;
    min-width: 215px;
}

.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(0, 168, 222, 1);
}

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

.user_dropdown .dropdown-menu a.dropdown-item {
    color: #262626;
    background-color: #fff;
    border-bottom: solid 1px #e8e8e8;
    padding: 12px 15px;
    font-family: "Red Hat Display", sans-serif !important;
    font-size: 13px;
    font-weight: 500;
}

.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(0, 168, 222, 1);
}

/*.user_dropdown .dropdown-menu a.dropdown-item:hover path {
    fill: rgba(0, 168, 222, 1)
;;
}*/

.user_dropdown .dropdown-menu a.dropdown-item:hover svg {
    stroke: rgba(0, 168, 222, 1) !important;
}

.user_dropdown .dropdown-menu a.dropdown-item:hover path {
    stroke: rgba(0, 168, 222, 1) !important;
}

.user_dropdown .dropdown-menu a.dropdown-item:hover line {
    stroke: rgba(0, 168, 222, 1) !important;
}

.user_dropdown .dropdown-menu a.dropdown-item:hover circle {
    stroke: rgba(0, 168, 222, 1) !important;
}

.user_dropdown .dropdown-menu a.dropdown-item:hover i {
    color: rgba(0, 168, 222, 1);
}

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

.user_dropdown a.nav-link.dropdown-toggle:hover path {
    fill: rgba(0, 168, 222, 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;
    font-family: "Red Hat Display", sans-serif !important;
}

.navigation-wrap .navbar-nav .nav-item {
    margin: 0 22px;
}

.navigation-wrap .navbar-nav .nav-item .nav-link {
    font-weight: 400;
    color: #262626 !important;
    font-size: 17px;
}

.navigation-wrap .navbar-nav .nav-item .nav-link:hover {
    color: rgba(0, 168, 222, 1) !important;
}

.navigation-wrap .navbar-nav .nav-item.active .nav-link {
    color: rgba(0, 168, 222, 1) !important;
    font-weight: 700;
}

.nav-item:after {
    background-color: #fff !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:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #8167a9;
    opacity: 0;
    transition: all 200ms linear;
}

.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 {
    padding: 3px 15px;
    color: #212121;
    border-radius: 2px;
    transition: all 200ms linear;
}

.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(0, 168, 222, 1);
    color: #262626;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    border: none;
    cursor: pointer;
}

.msg-section button:hover {
    background-color: rgba(0, 168, 222, 1);
    color: #fff;
    transition: all 0.2s ease-in-out;
}

.m-count-flex .otp_timmer,
.m-count-flex {
    display: flex;
    column-gap: 12px;
    align-items: center;
    width: 100%;
}

.m-count-flex .otp_timmer {
    margin: 20px 0 6px 0 !important;
    column-gap: 5px !important;
}

.m-count-flex p {
    width: 100% !important;
    max-width: max-content !important;
}

/* #Media
================================================== */
/* new styling */

.owl-pagination {
    display: none !important;
}

.__subscribebtn {
    border: none;
    padding: 10px 24px;
    background-color: rgba(0, 168, 222, 1);
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    border-radius: 22px;
    transition: 0.3s linear;
}

.__subscribebtn:hover {
    opacity: 0.7;
}

.__subbtnparent {
    margin-left: 16px;
}

.__defaultBtn {
    padding: 15px 40px;
    border: none;
    background-color: rgba(0, 168, 222, 1);
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    border-radius: 36px;
    transition: 0.3s linear;
    text-transform: uppercase;
    display: flex;
    max-width: max-content;
    justify-content: center;
    align-items: center;
    column-gap: 7px;
    margin: auto;
}

.__defaultBtn:hover {
    color: #fff;
    opacity: 0.7;
}

.__firstdot {
    width: 41px;
    border: 1.43px solid rgba(255, 255, 255, 1);
    display: inline-block;
}

.__seconddot {
    border: 1.43px solid rgba(255, 255, 255, 1);
    width: 5px;
    display: inline-block;
}

.__thirddot {
    border: 1.43px solid rgba(255, 255, 255, 1);
    display: inline-block;
    width: 5px;
}

.__mainHeading {
    font-weight: 500;
    font-size: 32px;
    line-height: 30px;
    color: rgba(0, 0, 0, 1);
}

#top_brands_eight_slider {
    margin-top: 32px;
}

.__discountedSection {
    background-image: url("../images/webp/discountedBg.webp");
    background-size: cover;
    padding: 80px 0px;
    float: left;
    width: 100%;
    overflow: hidden;
}

.__discountedSection .__discountleftside .__discountshortheading {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 4px !important;
}

.__discountleftside {
    padding-left: 50px;
}

.__spoonImg {
    width: 150px;
}

.__discountleftside .__popHeading {
    color: #fff;
    text-align: left;
    font-size: 54px;
    font-weight: 600;
    margin: 10px 0px 15px;
}

.__discountleftside .__popDesc {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.__discountleftside .__viewmoreBtn a {
    border: none;
    padding: 10px 33px;
    background-color: #20285e;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    border-radius: 21px;
    margin-top: 20px;
    transition: 0.3s linear;
    text-decoration: none;
    display: inline-block;
}

.__discountleftside .__viewmoreBtn a:hover {
    opacity: 0.7;
}

.__colouredText {
    color: rgba(103, 154, 118, 1);
}

.home_subscribe_sec_inner .number_taken_inputcol .form-control {
    box-shadow: unset !important;
    border: none !important;
}

.home__bg {
    background-image: url(../images/webp/home-pg-bg.webp);
    background-size: cover;
    background-position: top right;
    clear: both;
}

.home_subscribe_sec_inner .submit_otp {
    border-radius: 36px !important;
    margin-top: 3px;
    color: #fff !important;
    margin-right: 6px;
    padding: 8px 23px !important;
}

.__dealoDesc {
    color: rgba(128, 128, 128, 0.71);
    font-weight: 600;
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 35px;
}

.__PlaystoreIcon {
    display: none !important;
    display: flex;
    column-gap: 10px;
    align-items: center;
    margin-top: 20px;
}

.__PlaystoreIcon img {
    width: 160px;
    max-height: 60px !important;
    transition: 0.3s linear;
}

.__PlaystoreIcon img:hover {
    opacity: 0.7;
}

.sec__heading {
    color: rgba(38, 38, 38, 1) !important;
    font-weight: 600 !important;
}

.sec__heading span {
    color: rgba(103, 154, 118, 1);
}

.__detailBreadcrum {
    background-image: url("../images/webp/detail_page_bg.webp") !important;
    padding: 40px 0px !important;
}

#discountV2 input,
#registerStep2 input,
#registerStep1 input {
    background: #f5f5f5 !important;
    box-shadow: unset !important;
}

.owl-buttons {
    display: none !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

.text-lg-left {
    text-align: left !important;
}

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

/*
 * 	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 {
    float: left;
    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: rgba(0, 168, 222, 1);
}

.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(0, 168, 222, 1);
}

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

.banner_content_overlay a:hover {
    background-color: rgba(0, 168, 222, 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%;
}

.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;
    font-family: "Red Hat Display", sans-serif !important;
}

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

.model_home_modal button:hover {
    background-color: rgba(0, 168, 222, 1);
    color: #fff;
}

.featured_brands_link {
    float: left;
    margin: -13px 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: rgba(0, 168, 222, 1)
;
    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: rgba(0, 168, 222, 1)
;
    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: 10px;
    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: 0.3s linear;
}

.brands_sml_col:hover {
    background-color: rgba(0, 168, 222, 1);
    -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 .__hovertext {
    color: #fff !important;
}

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

.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: #000;
    font-weight: 400;
    font-size: 13px;
}
.brands_sml_col a.__hovertext {
    display: none;
}
.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 50px 0;
    padding: 0px;
    width: 100%;
    color: #242424;
    font-weight: 600;
    font-size: 30px;
    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(0, 168, 222, 1) !important;
    color: #fff !important;
    border-color: rgba(0, 168, 222, 1) !important;
}

.deals_tabs_section ul li a:hover {
    border-color: rgba(0, 168, 222, 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: rgba(0, 168, 222, 1);
    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: rgba(0, 168, 222, 1);
}

.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: rgba(0, 168, 222, 1);
}

.deal_premiu_desc p {
    float: left;
    margin: 0px;
    padding: 0 4px;
    width: auto;
    color: rgba(0, 168, 222, 1);
    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: 300;
    color: rgba(126, 126, 126, 1);
    font-size: 17px;
}

.deal_premiu_desc h6 {
    float: right;
    /* margin: -29px 0 0 0; */
    padding: 0 4px;
    width: 100%;
    color: rgba(142, 198, 64, 1);
    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: rgba(0, 168, 222, 1)
;;*/
    /* 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: rgba(0, 168, 222, 1);

    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 {
    color: #fff;
    opacity: 0.7;
    -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 {
    display: none !important;
    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: rgba(0, 168, 222, 1) !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: 1.16px solid rgba(184, 184, 184, 1);
    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;
    left: 26px;
    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 {
    font-weight: 500;
    position: absolute;
    left: 80px;
    background: rgba(103, 154, 118, 1);
    top: 14.5px;
    color: white;
    padding-top: 8.1px;
    padding-bottom: 8.1px;
    padding-left: 12.1px;
    padding-right: 13px;
    border-radius: 24px;
    -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;
    font-size: 14px;
}

.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: rgba(0, 168, 222, 1);

    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: rgba(0, 168, 222, 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;
}

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

.section_footer {
    float: left;
    margin: 0px;
    padding: 53px 0 16px 0px;
    width: 100%;
    background-image: url("../images/webp/footer-bg.webp");
    background-size: cover;
}

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

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

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

.footer_col_h h5 {
    float: left;
    margin: 0 0 26px 0;
    padding: 0px;
    width: 100%;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.footer_col_h ul:first-child {
    margin-left: 13%;
}

.footer_col_h ul {
    float: left;
    margin: 1px 0 0 0%;
    padding: 0px;
    width: 38%;
}

.footer_col_h ul li {
    float: left;
    margin: 0 0 16px 0;
    padding: 0px;
    width: 100%;
    list-style-type: none;
}

.footer-active {
    color: #ffffff !important;
}

.footer-link-color {
    color: rgba(255, 255, 255, 1) !important;
    transition: .3s linear;
}
.footer-link-color:hover {
    text-decoration: underline;
}
.footer_col_h ul li a {
    float: left;
    margin: 0px;
    padding: 0px;
    width: auto;
    color: #909090;
    font-size: 16px;
    font-weight: 400;
}

.footer_col_h ul li a:hover {
    color: rgba(0, 168, 222, 1);
}

.footer_col_h ul li.active a {
    color: rgba(0, 168, 222, 1);
}

.footer_social_links {
    float: left;
    width: 100%;
    display: flex;
    gap: 30px;
    justify-content: end;
}

.footer_social_links a {
    float: left;
    padding: 0px;
    width: auto;
    color: #fff;
    font-size: 22px;
}

.footer_social_links a:hover {
    opacity: 0.7;
}

.footer_col_h p {
    float: left;
    margin: 0px;
    padding: 0 80px 20px 0;
    width: 100%;
    color: #fff;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
}

.subscribe_footer_btn {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    color: #fff;
}

.subscribe_footer_btn {
    border: none;

    outline: none;

    display: inline-block;

    float: right;

    margin: 0px 80px 30px 0;

    padding: 11px 27px;

    width: auto;

    background-color: rgba(0, 168, 222, 1);

    color: #262626;

    font-size: 20px;

    font-weight: 600;

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

.subscribe_footer_btn:hover {
    background-color: rgba(0, 168, 222, 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;
}

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

.detail_page_breadcrum {
    float: left;
    margin: 0px 0 80px 0;
    padding: 80px 0;
    width: 100%;
    position: relative;
    background-image: url("../images/webp/page_heading_bg.webp");
    background-size: cover;
}

.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;
    color: #fff;
    font-weight: 300;
    /* opacity: 0.7; */
    font-family: "Red Hat Display", sans-serif !important;
}

.detail_page_breadcrum ul li a {
    float: left;
    margin: 0px;
    padding: 0px;
    width: auto;
    font-size: 18px;
    color: #fff;
    /* opacity: 0.7; */
    font-weight: 300;
}

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

.detail_page_breadcrum ul li span {
    margin: 0 4px;
    color: #fff;
    /* opacity: 0.7; */
    font-family: "Red Hat Display", sans-serif !important;
}

.detail_page_breadcrum ul li:last-child {
    color: #fff;
    font-weight: 500;
}

.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: rgba(0, 168, 222, 1);
    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: rgba(0, 168, 222, 1);
    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: rgba(0, 168, 222, 1)
;; */
}

.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: rgba(36, 36, 36, 1);
    font-size: 32px;
    font-weight: 400;
}

.deals_detail_right_content p {
    float: left;
    margin: 0 0 5px 0;
    padding: 0px;
    width: 100%;
    color: rgba(36, 36, 36, 1);
    font-size: 18px;
    font-weight: 400;
}

.deals_detail_right_content p span {
    color: rgba(103, 154, 118, 1);
    font-weight: 400;
}

.deal_brand_name {
    float: left;
    margin: 0 0 20px 0;
    padding: 0px;
    width: 100%;
    color: rgba(0, 168, 222, 1);
    font-size: 20px;
    font-weight: 500;
}

.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: rgba(0, 168, 222, 1);
    color: #fff;
    font-size: 18px;
    border: none;
    outline: none;
    font-weight: 300;
    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: rgba(0, 168, 222, 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;
}

.after_gd_button_sec {
    float: left;
    margin: 0px;
    padding: 30px 36px 28px 36px;
    width: 100%;
    background-color: #ffff;
    border-radius: 15px;
    text-align: center;
    border: 1.16px solid rgba(0, 168, 222, 0.8);
}

.after_gd_button_sec hr {
    border-color: #cbcbcb;
}

.after_gd_button_sec h4 {
    float: left;
    margin: 0 0 15px 0;
    padding: 0px;
    width: 100%;
    color: #242424;
    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: #242424;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.05em;
}

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

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

.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: rgba(0, 168, 222, 1);
    background-color: #fbfbfb;
    transition: all 0.3s ease;
    border: solid 1px rgba(0, 168, 222, 1);
}

.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: #ffffff;
    border: 1px solid transparent !important;
    border: none;
    background-color: rgba(0, 168, 222, 1);
    transition: all 0.3s ease;
}

.acpt_uncpt_buttons button:hover {
    opacity: 0.7;
}

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

.acpt_uncpt_buttons a:hover {
    opacity: 0.7;
}

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

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

.after_gd_button_sec small span {
    color: rgba(0, 168, 222, 1);
}

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

.sec_deal_honored p {
    color: #909090;
    letter-spacing: 0.05em;
    font-weight: 400;
    font-size: 18px;
}

.sec_deal_honored p i {
    color: rgba(0, 168, 222, 1);
    margin: 5px 15px 0 0px;
    float: left;
}

.sec_deal_honored p a {
    color: rgba(0, 168, 222, 1);
    letter-spacing: 0.05em;
    font-weight: 400;
    font-size: 18px;
}

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

.related_products_sec .load_more_deals_btn a {
    margin: 30px 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%;
}

.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 rgba(0, 168, 222, 1);
    outline: none;
}

.number_taken_inputcol.otp_input input:focus {
    color: #262626;
    border: solid 1px rgba(0, 168, 222, 1);
    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: 29px;
    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: 20px;
}

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

.reddem_model_content h4 {
    float: left;
    margin: 8px 0 20px 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: 600;
    font-size: 15px;
    letter-spacing: 0.05em;
    text-align: center;
    color: rgba(0, 168, 222, 1);
}

.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: 0;
    padding-bottom: 80px;
    width: 100%;
    /* / background: url(../images/party_bg.png) 0px 0px no-repeat; / */
    background-size: 100%;
    background-position: bottom;
}

#redemptionModal .modal-content {
    background-image: url("../images/webp/redmodalbg.webp");
    background-size: cover;
}

.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: #fff !important;
    background-color: rgba(0, 168, 222, 1) !important;
    border: 1px solid #ccc;
    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: #242424;
}

.voouch_redem_customer_code_content p span {
    color: rgba(0, 168, 222, 1);
}

.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: rgba(0, 168, 222, 1);
}

.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: rgba(0, 168, 222, 1);
}

/**************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-family: "Red Hat Display", sans-serif !important;
    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: rgba(0, 168, 222, 1);
}

.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: rgba(0, 168, 222, 1);
}

.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: rgba(0, 168, 222, 1);
    padding: 11px 33px;
    border-radius: 50px;
    margin: 0 0 21px 0;
}

.popup_redeem_yell:hover {
    background-color: rgba(0, 168, 222, 1);
    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: rgba(0, 168, 222, 1);
    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;
    color: #fff;
    font-size: 34px;
    font-weight: 700;
}

.deal_honored_banner p {
    float: left;
    margin: 0px 0 0px 0;
    padding: 0px;
    width: 100%;
    text-align: center;
    color: #fff;
    /* opacity: 0.7; */
    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(0, 168, 222, 1);
    border-radius: 50px;
    color: #ffffff;
    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 {
    opacity: 0.7;
}

.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: rgba(0, 168, 222, 1);
}

.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(0, 168, 222, 1);
    color: #ffffff;
    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(0, 168, 222, 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;
}

.food_slider_content .item {
    padding: 0 15px;
}

.food_slider_content h4 {
    float: left;
    margin: 0 0 20px 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: rgba(0, 168, 222, 1);
    color: rgba(0, 168, 222, 1);
}

.food_slider_content .owl-buttons .owl-next:hover {
    border-color: rgba(0, 168, 222, 1);
    color: rgba(0, 168, 222, 1);
}

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

.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-family: "Red Hat Display", sans-serif !important;
    font-weight: 500;
}

.resend_otp_inside_web a {
    color: rgba(0, 168, 222, 1);
    font-size: 14px;
    font-family: "Red Hat Display", sans-serif !important;
    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; */
    height: 44px;
    font-family: "Red Hat Display", sans-serif !important;
    font-weight: 400;
}

.log-div img {
    width: 100%;
}

.select-styled {
    border: 1.01px solid rgba(184, 184, 184, 1);
    border-radius: 24px;
    position: absolute;
    top: 0;
    padding-right: 28px !important;
    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;
    min-height: 44px;
    color: #242424;
    font-family: "Red Hat Display", sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    /* width: 200px; */
}

.select-styled:after {
    content: "";
    width: 8px;
    height: 4px;
    /*border: 7px solid transparent;
      border-color: #262626 transparent transparent transparent;*/
    position: absolute;
    top: 19px;
    right: 11px;
    background: url(../images/icon_select_2.webp) 0px 0px no-repeat;
    background-size: 100%;
}

.select-styled:hover {
    background: none;
}

.select-styled:active,
.select-styled.active {
    background: none;
    border-radius: 10px 10px 10px 10px;
    border-color: rgba(0, 168, 222, 1);
}

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

.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(0, 168, 222, 1);
    border-radius: 10px;
}

/* Handle on hover */
.select-options::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

.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: solid 1px rgb(184 184 184 / 28%);
}

.select-options li:hover {
    color: #fff;
    background-color: #fff;
}

.select-options li[rel="hide"] {
    display: none;
}

.select-options li:hover {
    background-color: rgba(0, 168, 222, 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;
    width: 100%;
    left: auto;
    right: 0;
}

.popup_select {
}

.popup_select .select-styled {
    width: 100%;
    padding: 13px 15px;
    min-height: 50px;
    text-align: left;
    background-color: #fff;
}

.popup_select .select {
    width: 100%;
    min-height: 50px;
}

.popup_select .select-styled:after {
    top: 20px;
    right: 13px;
}

.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: rgba(0, 168, 222, 1);
    border-color: rgba(0, 168, 222, 1);
    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: rgba(0, 168, 222, 1);
    border-color: rgba(0, 168, 222, 1);
}

/***********about page css*********/

.about_page_main {
    float: left;
    margin: 0px;
    padding: 0px 0 0 0;
    width: 100%;
    background-image: url(../images/webp/about-page-bg.webp);
    background-size: cover;
    background-position: bottom left;
}

.about_page_main .__dealonewSection .__DealonewSectionRight .__mainHeading {
    color: rgba(54, 62, 110, 1);
}

.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: rgba(38, 38, 38, 1);
    font-weight: 300;
    font-size: 17px;
    line-height: 30px;
    /* opacity: 0.7; */
}

.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: rgba(0, 168, 222, 1);
    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: rgba(0, 168, 222, 1);
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 500;
    color: #ffff;
    font-size: 14px;
    margin: 0;
}

.color_green {
    color: rgba(0, 168, 222, 1);
    font-weight: 600;
    margin: 0 0 6px 0 !important;
    float: left;
    width: 100%;
}

.color_red {
    color: rgba(0, 168, 222, 1);
}

.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: rgba(0, 168, 222, 1);
    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 150px 0;
    padding: 0px;
    width: 100%;
    text-align: center;
}

.result_container {
    margin: 0 auto;
    max-width: 600px;
}

.result_container_bg {
    float: left;
    margin: 0px;
    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(0, 168, 222, 1);
    color: #262626;
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
    transition: all ease 0.5s;
}

.butn_goback_home a:hover {
    background-color: rgba(0, 168, 222, 1);
    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: rgba(0, 168, 222, 1);
}

.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: 20px 5px;
    width: 100%;
    color: #fff;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
    position: absolute;
    bottom: 0;
    z-index: 10;
    left: 9px;
    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;
    width: 94%;
    /* margin-left: 16px; */
    /* border-top-left-radius: 20px;
    border-top-right-radius: 20px; */
    border-radius: 45px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.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: #fff !important;
}

.life_style .load_more_deals_btn a {
    margin-bottom: 55px;
}

.footer_logo_col img {
    width: 125px;
}

.footer_copyright {
    float: left;
    margin: 35px 0 0 0;
    padding: 19px 0 0 0;
    width: 100%;
    border-top: solid 1px rgba(255, 255, 255, 0.6);
}

.footer_copyright p {
    float: left;
    margin: 0 0 1px 0;
    padding: 0px;
    width: 100%;
    color: rgba(255, 255, 255, 1);
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}

.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%;
    background-image: url("../images/webp/homesubBg.webp");
    background-size: cover;
    padding: 60px 0px;
}

.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 !important;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.number_formate_bg {
    float: left;
    margin: 0px;
    padding: 12px;
    border-radius: 50%;
    width: auto;
    border: 1px solid #fff;
    box-shadow: 0px 2px 10px rgb(165 165 165 / 18%);
    color: #262626;
    font-weight: 500;
    font-family: "Red Hat Display", sans-serif !important;
    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: 36px;
    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-family: "Red Hat Display", sans-serif !important;
    font-size: 14px;
    border-radius: 50px;
}

.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 rgba(0, 168, 222, 1);
    outline: none;
}

.number_taken_inputcol.otp_input input:focus {
    color: #262626;
    border: solid 1px rgba(0, 168, 222, 1);
    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: rgba(0, 168, 222, 1);
    color: #262626;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 23px;
    border-radius: 10px;
    border: none;
    font-family: "Red Hat Display", sans-serif !important;
    outline: none;
    cursor: pointer;
}

.submit_otp:hover {
    color: #fff;
    opacity: 0.7;
}

.landing_subscription_form p {
    float: left;
    margin: 15px 0 30px 0;
    padding: 0px;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    color: rgba(128, 128, 128, 1);
}

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

.landing_subscription_form p strong {
    font-weight: 600;
}

.resend_otp {
    color: rgba(0, 168, 222, 1);
}

.resend_otp:hover {
    color: rgba(0, 168, 222, 1);
    text-decoration: underline;
}

.otp_home_n_outer .resend_otp:hover {
    color: rgba(0, 168, 222, 1);
    text-decoration: underline;
}

.landing_subscription_form p span {
    color: rgba(0, 168, 222, 1);
    font-weight: bold;
}

.dash_space {
    margin: 0 4px;
}

.home_subscribe_sec_inner h5 {
    float: left;
    margin: 10px 0 20px 0;
    padding: 0px;
    width: 100%;
    color: #262626;
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
}

.home_subscribe_sec_inner h6 {
    float: left;
    margin: 0 0 18px 0;
    padding: 0px;
    width: 100%;
    color: rgba(128, 128, 128, 1);
    font-weight: 500;
    font-size: 19px;
    line-height: 27px;
}

#return-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: rgb(0, 0, 0);
    background: rgba(0, 168, 222, 1);
    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: rgba(0, 168, 222, 1);
}

.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: rgba(0, 168, 222, 1);
}

.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: "Red Hat Display", 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: rgba(0, 168, 222, 1) !important;
    border-color: rgba(0, 168, 222, 1) !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 rgba(0, 168, 222, 1) !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;
}

.cus_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: rgba(0, 168, 222, 1);
}

.discount_inner h3 {
    float: left;
    width: 100%;
    color: rgba(0, 168, 222, 1);
    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: rgba(0, 168, 222, 1);
}

/* 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: rgba(0, 168, 222, 1);
    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: rgba(0, 168, 222, 1);
    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: rgba(0, 168, 222, 1);
    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;
}

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

    .section_footer {
        background-image: url("../images/webp/footer_mobile_bg.webp");
    }

    .nav-item:after {
        display: none;
    }

    .__discountleftside {
        padding: 0;
        margin-bottom: 30px;
    }

    .nav-item::before {
        position: absolute;
        display: block;
        top: 15px;
        left: 0;
        width: 11px;
        height: 1px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
    }

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