*,
*::before,
*::after {
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    outline: none;
}
html, body {
    font-family: 'Source Sans 3', sans-serif !important;
    font-weight: 400;
    font-size:18px;
    color:#0b0b0b;
    line-height:1.5;
    padding:0;
    margin:0;
}
a {
    color:#0b0b0b;
    text-decoration:none;
    transition:all .5s ease;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    display: inline-block;
}
.container{max-width: 1147px !important; padding: 0 40px;}
.main-header .logo-area {padding: 18px 0; }
.main-header .logo-area a {  font-weight: 700; font-size: 32px;  letter-spacing: -1px;  line-height: 36px; color: #333333;}
.main-header .logo-area .tag-line {font-size: 14px; font-weight: 400;   line-height: 15px;  color: #404040;}
.main-header .menu-area{border-top: 1px solid #d6d6d6;border-bottom: 1px solid #d6d6d6;}
.main-header .menu-area ul{list-style: none; margin: 0; padding: 0;}
.main-header .menu-area ul li {display: inline-block;  padding-right: 75px;}
.main-header .menu-area ul li a {padding: 15px 0;  color: #333333;line-height: 1.618;  font-size: 16px;text-rendering: optimizeLegibility;font-weight: 400;}
.main-header .btn-menu{display: none}

.benner-area {width: 100%; height: 600px;display: flex;align-items: center;overflow: hidden; position: relative;}
.benner-area img{width: 100%; height: 100%; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; object-fit: cover; z-index: 1}

.popular{margin-top: 60px;}
.popular h2{color: #231F20;font-size: 28px;font-weight: 700;}
.popular .slider-area .brand-box {box-shadow: 1px 1px 4px #00000029;margin-right: 15px; border-radius: 15px; margin-top: 1px;  margin-bottom: 2px;  padding: 15px;}
.popular .slider-area .brand-box .logo-block{width: 100%; max-width: auto; margin: 0px auto ; height: 80px; position: relative; overflow: hidden; }
.popular .slider-area .brand-box .logo-block img {max-width: 100%;max-height: 100%;object-fit: contain;position: absolute;top: 0px;bottom: 0px;left: 0px;right: 0px;margin: auto;}
.popular .slider-area .brand-box .offer{color: #06649b;font-size: 17px; text-align: center;}
.popular .owl-next, .owl-prev{position: absolute; width: 20px !important; height: 20px !important; background: gray !important; border-radius: 50%; top: 50% !important; margin-top: -10px !important; display: flex; align-items: center; justify-content: center;}
.popular .owl-next span, .owl-prev span {font-size: 18px !important;line-height: 1 !important;   font-weight: 700;  color: #fff; }
.popular .owl-next {right: -24px ;}
.popular .owl-prev{left: -24px ;}
.popular .owl-dots{display: none}

.deal-section {margin-top: 60px;}
.deal-section h2{color: #231F20;font-size: 28px;font-weight: 700;}
.deal-section ul.deal-list{list-style: none; margin: 0; padding: 0; display: flex; gap: 15px; flex-wrap: wrap;}
.deal-section ul.deal-list li.brand-box {width: 23.5%;border-radius: 15px; overflow: hidden;    box-shadow: 1px 1px 4px #00000029;}
.deal-section ul.deal-list li.brand-box .logo-block{width: 100%;  max-width: auto; margin: 0px auto ; height: 100px; position: relative; padding: 15px;}
.deal-section ul.deal-list li.brand-box .logo-block img {max-width: 100%;max-height: 70px;object-fit: contain;position: absolute;top: 0px;bottom: 0px;left: 0px;right: 0px;margin: auto;}
.deal-section ul.deal-list li.brand-box .offer{color: #fff;font-size: 28px; text-align: center; font-weight: 700; background: transparent linear-gradient(89deg, #B90091 0%, #281D6A 100%) 0% 0% no-repeat padding-box; box-shadow: 0px 6px 12px #00000029;   padding-top: 25px;  padding-bottom: 15px;}
.deal-section ul.deal-list li.brand-box:nth-child(2n+2) .offer{background: transparent linear-gradient(180deg, #281D6A 0%, #0097F0 100%) 0% 0% no-repeat padding-box;}
.deal-section ul.deal-list li.brand-box .offer span {display: block;  font-size: 22px;  font-weight: 400;}
.deal-section ul.deal-list li.brand-box .offer a {color: #fff;}

.hot_deals {margin: 60px 0;}
.hot_deals h2{color: #231F20;font-size: 28px;font-weight: 700;}
.hot_deals ul.deal-list{list-style: none; margin: 0; padding: 0; display: flex; gap: 15px; flex-wrap: wrap;}
.hot_deals ul.deal-list li.brand-box {width: 49.2%;border-radius: 15px; overflow: hidden; margin-bottom: 15px; box-shadow: 1px 1px 4px #00000029; display: flex;}
.hot_deals ul.deal-list li.brand-box .logo-block{width: 50%;  max-width: auto; margin: auto ; height: 100px; position: relative; padding: 15px;}
.hot_deals ul.deal-list li.brand-box .logo-block img {max-width: 100%;max-height: 70px;object-fit: contain;position: absolute;top: 0px;bottom: 0px;left: 0px;right: 0px;margin: auto;}
.hot_deals ul.deal-list li.brand-box .offer { color: #fff; font-size: 24px; width: 50%; text-align: center; font-weight: 700; background: transparent linear-gradient(89deg, #B90091 0%, #281D6A 100%) 0% 0% no-repeat padding-box; box-shadow: 0px 6px 12px #00000029; padding-top: 25px; padding-bottom: 15px; display: flex; flex-direction: column; justify-content: center; padding-left: 10px; line-height: 32px; padding-right: 10px; }
.hot_deals ul.deal-list li.brand-box:nth-child(2n+2) .offer{background: transparent linear-gradient(180deg, #281D6A 0%, #0097F0 100%) 0% 0% no-repeat padding-box;}
.hot_deals ul.deal-list li.brand-box .offer span {display: block;  font-size: 22px;  font-weight: 400;}
.hot_deals ul.deal-list li.brand-box .offer a {color: #fff;}

.slider-area.c_coupon_list { margin-bottom: 4em;}
.slider-area.c_coupon_list .brand-box {margin-bottom: 25px;margin-right: 0px;}

.footer-main{border-top: 1px solid #00000029;  padding: 15px 0;}
.footer-main .footer-flex{display: flex;}
.footer-main .footer-flex .copyright{width: 50%; font-size: 16px; color: #6d6d6d;}
.footer-main .footer-flex ul.footer-links {padding: 0; margin: 0; list-style: none;}
.footer-main .footer-flex ul.footer-links li{display: inline-block; padding-right: 50px;}
.footer-main .footer-flex ul.footer-links li a{  color: #231F20;  font-size: 16px;}
.footer-main p{font-size: 14px;color: #6d6d6d; margin-top: 20px;}

.comman-content .inner-area{padding: 40px 0;}
.comman-content .inner-area .main-title{font-size: 36px; margin-bottom: 20px;  color: #333333; line-height: 38px;}
.comman-content .inner-area p{font-size: 16px; line-height: 24px; color: #6d6d6d; margin-bottom: 20px;}


.offer-form{padding: 40px 0; }
.offer-form .c_coupon_box {box-shadow: 0 0px 30px rgba(0, 0, 0, 0.15);  background-color: #fff;border-radius: 12px; padding: 60px; position: relative;}
.offer-form .c_coupon_box .form-group {margin-bottom: 20px;}
.offer-form .c_coupon_box .form-group label{ text-align: center; color: #000; font-size: 20px; margin-bottom: 10px; width: 100%;}
.offer-form .c_coupon_box .form-group .form-contorl{box-shadow: inset 0 1px 1px rgba(0, 0, 0, .125);  font-weight: 400;  color: #43454b; padding: 10px;}
.offer-form .c_coupon_box .btn-continue {background-color: #cc2326; border-color: transparent;text-align: center; width: 100%; color: #fff; padding: 15px 0 ; border-radius: 25px;  font-size: 16px;}
.offer-form .c_coupon_box p{color: #000;  text-align: center !important;  font-size: 11px; margin-top: 10px;}  
.offer-form .right-detail .brand-logo{width: 275px;  max-width: auto; margin: auto ; height: 175px; position: relative;}
.offer-form .right-detail .brand-logo img {max-width: 100%;max-height: 100%;object-fit: contain;position: absolute;top: 0px;bottom: 0px;left: 0px;right: 0px;margin: auto;}
.offer-form .right-detail .offer-text {  color: #231F20;  font-size: 42px;  text-align: center; margin-top: 20px;}
.offer-form .right-detail p{  text-align: center;  color: #000;  font-size: 14px;}

#phoneInteruptModal .modal-content p { color: #000; text-align: center !important; font-size: 19px; margin: 0; font-weight: 600; }
#phoneInteruptModal .modal-header {padding: 8px 20px;}
#phoneInteruptModal .modal-title {font-size: 22px;}
#phoneInteruptModal button.btn-close {font-size: 12px;}
#phoneInteruptModal .modal-content .mobile-number {color: blue; font-size: 40px; font-weight: 700; line-height: 32px; margin: 15px 0; text-align: center;}
#phoneInteruptModal .modal-content .edit-link{text-align: center; display: block; text-decoration: underline; font-size: 14px;}
#phoneInteruptModal .modal-content .btn-call { background-color: #cc2326; border: 1px solid #cc2326; text-align: center; color: #fff; font-size: 20px; padding: 10px 20px; display: inline-block; border-radius: 25px; margin-top: 15px; font-weight: bo; }

label#phone-error, label#Customer_email-error{ color: red; font-size: 12px; text-align: left; position: absolute; }
.c_coupon_box .form-control {padding: 10px 15px;}
div#verify_phone_loader {text-align: center;}
section#content { padding-bottom: 3em;padding-top: 7%;}
p.tnc_apply_note { text-align: center; color: #000; font-size: 14px; } 
#edit_number_1 { cursor: pointer; text-decoration: underline; text-align: center; padding-top: 3px; color: #000; } 
.loadingoverlay { background-color: #fff !important; } 
p.c_loding_text { margin-top: 201px; font-size: 24px; } 
div#load-perc img { width: 243px; position: absolute; margin-top: -66px; margin-left: -122px; }
#coupon_code_container {text-align: center;}
#coupon_code_container h2 {font-size: 25px;margin-top: 35px;}
#coupon_code_container h3#coupon_code {font-size: 35px;font-weight: bold;}


#the_form_phone_number .input-group-prepend{width:60px;float: left;}
#the_form_phone_number img.logo{width:80%;}
.phone_int_group.input-group{width:100%;}
input#phone_country_code {
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 6px 0px 0px 6px;
    width: 58px;
}
.phone_int_group.input-group .iti__selected-flag {
    width: 58px;
}

#the_bank_teceive_form {
    padding: 75px 59px;
    border-radius: 7px;
    box-shadow: 0 0px 30px rgba(0, 0, 0, 0.15);
    background-color: #fff;
}
#the_bank_teceive_form h2 {
    font-size: 20px;
    text-align: center;
}
#the_bank_teceive_form .select2-container {
    width: 100% !important;
    margin-bottom: 15px;
}
#the_bank_teceive_form .select2-container .select2-selection--single {
    height: 47px;
    padding: 7px;
    border-radius: 0.375rem;
    border: 1px solid #ced4da;
}
.bank_item {
    display: inline-block;
    width: 100%;
}
.bank_item .img-flag {
    width: 100%;
}
.select2-results__option {
    border-top: 1px solid #ccc;
    padding: 15px;
}
.bank_item span {
    font-size: 14px;
    text-transform: capitalize;
    display: inline-block;
    margin-left: 16px;
}
#the_bank_teceive_form .btn-continue {
    background: transparent linear-gradient(89deg, #B90091 0%, #281D6A 100%) 0% 0% no-repeat padding-box;
    border-color: transparent;
    text-align: center;
    width: 100%;
    color: #fff;
    padding: 14px 0;
    border-radius: 25px;
    font-size: 17px;
}
.bank_item .clogo {
    display: inline-block;
    width: 70px;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
}
span.select2-search.select2-search--dropdown {
    display: none;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
    color: #000;
    font-weight: bold;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ddd !important;
    color: #000 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    text-transform: capitalize;
}
#the_bank_teceive_form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 8px;
    right: 12px;
    width: 28px;
}
#the_bank_teceive_form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 11px 9px 0 9px;
}
#the_bank_teceive_form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 9px 11px 9px;
}
.reward_page_cnt {
    background-repeat: no-repeat;
    background-size: cover;
}