@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body {
    font-family: "Poppins", sans-serif;
    padding-top: 70px;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.5;
    background-color: #FAFBFD;
    color: #08355F !important;
}
a {
    display: block;
    text-decoration: none !important;
    color: inherit;
}
p {
    margin-bottom: 0px !important;
}
h1,h2,h3,h4,h5,h6 {
    margin-bottom: 0px !important;
}
ul,
li {
    padding: 0 !important;
    list-style: none;
    margin: 0 !important;
}
.font-poppins {
    font-family: "Poppins", sans-serif;
}
img {
    display: block;
    max-width: 100%;
}
.fs-xs {
    font-size: 12px;
}
.fs-sm {
    font-size: 14px;
}
.fs-lg {
    font-size: 18px;
}
.text-blue {
    color: #08355F;
}
.bg-blue {
    background-color: #08355F;
}
.custom-container {
    max-width: 1140px;
    width: 100%;
    margin: auto;
}
.spacing {
    padding: 40px 0px;
}
.section-spacing {
    padding: 25px 0px;
}
.gap-20 {
    gap: 20px;
}
select:focus {
    outline: none;
    box-shadow: none;
}
.cursor-pointer {
    cursor: pointer;
}
::-webkit-scrollbar {
    display: none;
}
.title-background {
    background-color: #E3E8Ef;
    margin-left: -4px;
}
.navbar-toggler {
    border: none !important;
}
.navbar-toggler:focus {
    outline: none !important;
    border: none !important;
}
/* header css start */
.langauge-local {
    max-width: 114px;
    width: 100%;
    background-color: #EEF1F4;
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 50px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    gap: 8px;
    height: 36px;
    padding: 2px;
}
.langauge-local select {
    font-size: 12px;
    background-color: #08355F;
    color: white;
    border-radius: 50px;
    box-shadow: 0px 0px 4px 0px #00000040;
    max-width: 74px;
    height: 32px;
    width: 100%;
    padding: 0px !important;
    padding-left: 2px !important;
}
.langauge-local img {
    height: 32px;
    width: 32px;
    border-radius: 100%;
    border: 1px solid #08355F;
}
.header-section .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #f8f9fa !important;
    color: #08355F !important;
}
.header-section {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1000;
    box-shadow: 0px 0px 4px 0px #00000040;
}
.ads-sidebar-left {
    height: 690px;
    left: 2px;
}
.ads-sidebar-right {
    height: 690px;
    right: 2px;
}
.header-section .nav-link.active {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}
.header-section .nav-link.active::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 7px solid #0d3c61;
}
.header-section .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    width: 0;
    height: 0;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 7px solid #0d3c61;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 100%;
}
.header-section .nav-link {
    padding: 0px;
}
.header-section .dropdown-menu {
    width: 450px;
    padding: 0;
}
.dropdown-menu .dropdown-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    padding: 10px 0;
    max-width: 448px;
    width: 100%;
}
.dropdown-menu .dropdown-item {
   padding: 8px 16px;
   white-space: normal;
}

.header-section .nav-item {
    height: 70px;
    display: flex;
    align-items: center;
}
/* header css end */
/* coupon tips section start */
.banner_image{
    border-radius: 17px;
    aspect-ratio: 1200 / 628;
    object-fit: cover;
}
.tips-btn {
    padding: 5px 14px;
    border-radius: 3px;
    display: inline-flex;
}
.coupon-tip-item {
    background-color: #FBFCFF;
    box-shadow: 0px 0px 4px 0px #B1B1B140;
    border-radius: 11px;
    padding: 9px;
    max-width: 366px;
    width: 100%;
}
.coupon-tip-item img {
    max-width: 347px;
    width: 100%;
    border-radius: 11px;
}
.coupon-tip-wrapper {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
.main-title {
    font-size: 40px;
}
.popular-category {
    background-color: #EBEEF5;
}
.tips-section-wrapper {
    border-radius: 25px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.tips-section-content {
    padding: 56px 60px 0px;
}
.popular-category-wrapper {
    max-width: 1008px;
    width: 100%;
    margin: auto;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}
.saving-tips-title {
    font-size: 40px;
    font-weight: 800;
    max-width: 380px;
    width: 100%;
    padding-bottom: 34px;
}
.saving-tips-subtitle {
    max-width: 566px;
    width: 100%;
}
.saving-clip-text {
    position: absolute;
    top: -7px;
    left: -10px;
    color: transparent;
    -webkit-text-stroke: 1px white;
    -webkit-background-clip: text;
    background-clip: text;
    z-index: 1;
    font-size: 40px;
    opacity: 0.25;
    padding-bottom: 0px !important;
}
.tips-section-wrapper img {
    max-width: 410px;
    width: 100%;
}
/* coupon tips section end */
/* footer css start */
.footer-social-icon {
    justify-content: start;
}
.footer-img {
    max-width: 269px;
    width: 100%;
}
.footer-title {
    max-width: 396px;
    width: 100%;
}
.footer-part span {
    display: flex;
    padding-bottom: 18px;
}
.footer-email {
    background-color: white;
    border-radius: 5px;
    padding: 4px;
    max-width: 243px;
    width: 100%;
}
.footer-email input {
    padding: 4px;
}
input:focus, textarea:focus {
    outline: none;
}
.footer-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    padding: 30px 0px 24px;
}
.footer-img-part {
    max-width: 396px;
    width: 100%;
}
.copy-right {
    border-top: 1px dashed #EBEEF5;
    padding: 8px;
}
/* footer css end */
/* coupon tips details css start */
.coupon-detail-img {
    max-width: 1140px;
    width: 100%;
}
.coupon-tips-content {
    max-width: 1045px;
    width: 100%;
}
.content-tips-title {
    font-size: 24px;
    max-width: 850px;
    width: 100%;
}
.coupon-social-title {
    font-size: 30px;
}
.social-icon {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #CDDEEE;
}
.main-wrapper {
    max-width: 1140px;
    width: 100%;
}
/* coupon tips details css end */
/* index page css start */
.datepicker {
    padding: 11px 16px 10px 16px !important;
}
.slider-wrapper {
    border-radius: 25px;
    padding: 28px 0px;
    overflow: hidden;
}
.inner-slider {
    max-width: 732px;
    width: 100%;
    border-top-left-radius: 23px;
    border-bottom-left-radius: 23px;
    background-color: #FBFCFF;
    padding: 16px;
    padding-right: 0px;
    margin-left: auto;
}
.vector-img {
    position: absolute;
    left: 16px;
    top: 16px;
    z-index: 2;
}
.slider-wrapper-pagination {
    max-width: 732px;
    width: 100%;
    margin-left: auto;
}
.homeSwiper-pagination {
    margin-top: 16px !important;
}
.swiper-pagination-bullet-active {
    background-color: white;
    max-width: 22px;
    width: 100%;
    height: 6px;
    border-radius: 50px;
}
.swiper-pagination-bullet {
    background-color: white;
    opacity: inherit !important;
}
.form-wrapper {
    border-radius: 20px;
    padding: 33px;
}
.company-wrapper {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}
.company-item {
    background-color: white;
    box-shadow: 0px 0px 4px 0px #08355F0F;
    border-radius: 20px;
    max-width: 270px;
    width: 100%;
    padding: 22px 16px;
}
.company-item img {
    max-width: 168px;
    width: 100%;
}
.ticket-content .top-coupon {
    /*max-width: 152.73px;*/
    /*width: 100%;*/
    max-height: 50px;
    height: 100%;
    object-fit: contain;
}
.review-wrapper {
    background-color: white;
    border-radius: 19px;
    max-width: 1032px;
    width: 100%;
    margin: auto;
    gap: 10px;
}
.review-start-part {
    max-width: 572px;
    width: 100%;
    padding: 44px;
}
input, textarea, select {
    border: 0.25px solid rgba(8, 53, 95, 0.23);
    background-color: #FBFCFF;
    box-shadow: 0px 0px 2px 0px #FBFCFF;
    border-radius: 6px;
    padding: 11px 16px 10px 16px;
    width: 100%;
    color: #08355F;
}
input::placeholder, textarea::placeholder {
    font-size: 12px;
    font-weight: 300;
    color: #CECECE;
}
.custom-btn {
    padding: 9px 16px 8px;
    border-radius: 5px;
    display: inline;
    outline: none;
    border: none;
}
.custom-btn-reset {
    background-color: #EBEEF5;
}
.review-slider-item {
    max-width: 324px;
    width: 100%;
    border-radius: 14px;
    background-color: white;
    box-shadow: 0px 0px 2px 0px #D4EAFF;
    padding: 15px 23px;
    height: 100%;
    display: inline-grid;
}
.review-slider-item img{
        width: 28px;
}
.reviewSwiper {
    max-width: 1008px;
    width: 100%;
    margin: auto;
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: none !important;
}
.bg-image {
    opacity: 0.5;
}
.organisation-faqs {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}
.accordion-button:focus {
    box-shadow: none;
    outline: none;
}
.accordion-item {
    margin-bottom: 10px !important;
    border-top: 1px solid #dee2e6 !important;
    border-radius: 23px !important;
}
.accordion-button {
    background-color: transparent !important;
    padding: 0px !important;
    height: 51px !important;
}
.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    outline: none;
    border-color: transparent;
}
.accordion-button p {
    line-height: 1.5 !important;
}
.accordion-button::after {
    background-image: url(../images/rightUp.png) !important;
    height: 43px !important;
    width: 43px !important;
    margin-right: 4px;
    background-size: cover;
}
/* index page css end */
/* categories page css start */
.filter-sidebar {
    max-width: 270px;
    width: 100%;
    background-color: #EBEEF5;
    border-radius: 23px;
    padding-bottom: 10px;
}
.responsive-sidebar {
    display: none;
}
.sidebar-icon-wrapper {
    height: 32px;
    width: 32px;
    border-radius: 4px;
    position: fixed;
    bottom: 64px;
    right: 11px;
    border: 1px solid white !important;
}
.filter-wrapper {
    display: flex;
    align-items: start;
    gap: 20px;
}
.coupon-offer {
    max-width: 123px;
    width: 100%;
    margin: auto;
    padding: 5px 5px 0 5px;
    margin-top: 8px;
    top: 133px;
    left: 73px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    font-size: 14px;

}
.card-content {
    max-width: 213px;
    width: 100%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.card-content img {
    max-width: 52px;
    width: 100%;
}
.filter-content {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
/*.filter-card {*/
/*    display: none;*/
/*}*/
.categories-subtitle {
    max-width: 755px;
    width: 100%;
}
.view-border {
    max-width: 143px;
    width: 100%;
    height: 10px;
    border-bottom-right-radius: 23px;
    border-bottom-left-radius: 23px;
    background-color: #08355F;
    margin: auto;
}
.filter-category {
    border-radius: 10px;
    background-color: white;
    padding: 11px 20px 9px 20px;
}
.filter-category-wrapper {
    padding: 0px 14px;
    max-height: 600px;
    height: 100%;
    overflow-y: auto;
}
.dropdown-content {
    display: none;
    padding: 10px;
    margin-bottom: 10px;
    background-color: white;
    padding: 11px 20px 9px 20px;
}
.filter-checkbox {
    width: auto;
    margin-right: 10px;
}
.dropdown-content label {
    white-space: nowrap;
    margin-bottom: 6px;
    width: 100%;
}
/* categories page css end */
/* all coupons css start */
.top-coupons-wrapper {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 4px 0px #EBEEF5;
    border-radius: 14px;
    max-width: 561px;
    width: 100%;
    padding: 0px 16px;
}
.coupons-field {
    max-width: 200px;
    padding: 14px;
    width: 100%;
    border-right: 0.25px dashed rgba(8, 53, 95, 0.40);
}
.top-coupon-row {
    border-bottom: 0.25px dashed rgba(8, 53, 95, 0.40);
}
.top-coupon-btn {
    max-width: 560px;
    width: 100%;
    padding: 11px 0px;
    border-radius: 7px;
}
.top-coupon-img {
    max-width: 270px;
    width: 100%;
    background-color: white;
    box-shadow: 0px 0px 4px 0px #EBEEF5;
    padding: 19px;
    height: 260px;
    border-radius: 14px;
}
.top-coupon-image img {
    max-width: 188px;
    width: 100%;
}
.top-coupon-image {
    height: calc(100% - 39px);
}
.top-coupon-hero {
    max-width: 851px;
    width: 100%;
    margin: auto;
    padding-top: 30px;
}
.coupons-item {
    max-width: 560px;
    width: 100%;
    background-color: white;
    box-shadow: 0px 0px 2px 0px #EBEEF5;
    border-radius: 7px;
    padding: 37px 9px;
}
.coupons-item img {
    max-width: 162px;
    width: 100%;
}
.get-code {
    max-width: 181px;
    width: 100%;
    border-radius: 50px;
    border: 1px solid #08355F;
    background-color: white;
    padding: 12px 20px 12px 14px;
}
.get-code-text {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 137px;
    width: 100%;
    padding: 14px 0px 12px 14px;
    border-radius: 50px 0px 0px 50px;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
}
.all-coupons {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}
.coupon-textarea textarea {
    border: 0px !important;
    box-shadow: 0px 0px 2px 0px rgba(11, 55, 97, 0.14);
    border-radius: 14px !important;
}
/* all coupons css end */
/* categories details page css start */
.coupon-details {
    background-color: #EBEEF5;
    border-radius: 25px;
    padding: 57px 0px 57px 77px;
    /*display: flex;*/
}
.coupon-content img {
    max-width: 158px;
    width: 100%;
    margin: auto;
}
.coupon-content-details {
    max-width: 264px;
    width: 100%;
}
.coupon-details-wrapper {
    max-width: 897px;
    gap: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
}
.custom-line {
    max-height: 312px;
    height: 100%;
    border-right: 1px dashed #08355F;
}
.get-code-title {
    border-bottom: 1px dashed white;
    margin-bottom: 23px !important;
}
.get-code-single {
    max-width: 212px;
    width: 100%;
    padding: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-23%, -50%);
}
.get-code-wrapper {
    position: relative;
}
.get-code-single .get-code {
    height: 49px;
}
/* categories details page css end */
/* rectangle cutout shape css start */
.ticket-wrapper {
    max-width: 236px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.ticket-inner {
    border: 1px solid #08355F;
    height: 142px;
    position: relative;
    border-radius: 8px;
    background: white;
}
.ticket-inner::before,
.ticket-inner::after {
    content: "";
    position: absolute;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background: white;
    border: 1px solid #08355F;
    top: -25px;
}
.ticket-inner::before {
    left: -25px;
}
.ticket-inner::after {
    right: -25px;
}
.bottom-notch-left,
.bottom-notch-right {
    position: absolute;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background: white;
    border: 1px solid #08355F;
    bottom: -25px;
}
.bottom-notch-left {
    left: -25px;
}
.bottom-notch-right {
    right: -25px;
}
.ticket-content {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    padding: 0 15px;
    font-size: 16px;
    color: #000;
    text-align: center;
    z-index: 1;
    line-height: 1.4;
}
.ticket-item {
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px 16px;
    box-shadow: 0px 0px 2px 0px #00000040;
}
/* rectangle cutout shape css end */
/* store page css start */
.bg-yellow {
    background-color: #FCEEC7;
}
.store-input {
    display: flex;
    justify-content: space-between;
    background-color: white;
    box-shadow: 0px 0px 4px #D4EAFF;
    max-width: 747px;
    width: 100%;
    border-radius: 25px;
    padding: 3px;
    margin: 24px auto 0px auto;
    overflow: hidden !important;
}
.store-input input {
    border: none;
}
.search-icon-wrapper {
    background-color: #08355F;
    height: 44px;
    width: 44px;
    border-radius: 50px;
    padding: 10px;
}
/* store page css end */
/* view categories section css start */
.view-categories-bg {
    background-color: #EBEEF5;
}
.view-categories-title {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 6px;
    max-width: 212px;
    width: 100%;
}
.view-categories-bg .popular-category-wrapper {
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(4,1fr);
}
/* view categories section css end */
.show-line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.tooltip-inner {
  max-width: 200px !important;
  text-align: left !important;
  white-space: normal !important;
}
.show-coupon-code {
    border: 1px solid #08355F;
    border-radius: 50px;
    overflow: hidden;
}
/* Disclaimer section css start */
.disclaimer-section-wrapper {
    background-color: #EBEEF5;
    padding: 20px;
    border-radius: 24px;
}
.disclaimer-section-wrapper p {
    padding-bottom: 16px;
}
.disclaimer-section-wrapper li {
    list-style: disc;
}
.disclaimer-section-wrapper .img-wrapper {
    max-width: 300px;
    min-width: 300px;
    height: 100%;
}
/* terms & condition page css end */
/*.newsletter-box{*/
/*    background:#123b63;*/
/*    padding:10px;*/
/*    display:flex;*/
/*    align-items:center;*/
/*    gap:10px;*/
/*    width:420px;*/
/*}*/

.footer-email{
    background:#e8eef5;
    border-radius:8px;
    padding:8px 12px;
    display:flex;
    align-items:center;
    gap:8px;
    flex:1;
    position: relative;
}

.footer-email input{
    border:none;
    background:transparent;
    outline:none;
    width:100%;
    font-size:14px;
}

.email-icon{
    width:20px;
}

.submit-btn{
    background:#123b63;
    color:#fff;
    border:2px solid #fff;
    border-radius:8px;
    padding:8px 18px;
    cursor:pointer;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.more-item{
    display:none;
}
.copy-box {
    display: inline-flex;
    align-items: center;
    border-radius: 25px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    border: 1px solid #d0d5dd;
}

.copy-box .label {
    background-color: #1f3a5f;
    color: #fff;
    padding: 10px 16px;
    font-weight: 600;
}

.copy-box .code {
    background-color: #eef2f6;
    color: #1f3a5f;
    padding: 10px 16px;
    font-weight: 600;
}
.show-code-single{
    max-width: 330px;
    width: 100%;
    padding: 12px;
    position: absolute;
    top: 50%;
    left: 47%;
    transform: translate(-23%, -50%);
    color: #1f3a5f;
}
.comment-box {
    width: 100%;
    box-shadow: 0 0 4px 0 #0B376124;
    border-radius: 14px;
    padding: 8px;
    margin-bottom: 15px;
}

.user-cmt-box {
    background: #E6EBEF;
    padding: 10px;
    border-radius: 14px;
}

/* Avatar */
.user-img {
    width: 42px;
    height: 42px;
    background: #D9D9D9;
    border-radius: 50%;
    flex-shrink: 0;
}

/* Wrapper */
.content-wrapper {
    display: flex;
    align-items: flex-start;
    width: 100%;
}

/* Left content */
.user-content {
    min-width: 0; /* IMPORTANT for text wrapping */
}

.user-cmt-box h6 {
    font-size: 14px;
    font-weight: 600;
    color: #08355F;
    margin: 0;
}

.comment-text {
    font-size: 14px;
    color: #08355F;
    margin: 0;
    word-break: break-word;
}

/* Right time */
.comment-time {
    margin-left: auto; /* PUSHES TO RIGHT */
    font-size: 12px;
    color: #08355F;
    white-space: nowrap;
    padding-left: 10px;
}
.coupen-comment-box{
    box-shadow: 0 0 4px 0 #0B376124;
    border-radius: 14px;
    padding: 10px;
    height: 250px;
    overflow: scroll;
}


.coupon-tips-content {
    line-height: 1.8;
    color: #08355f;
}

.coupon-tips-content h2,
.coupon-tips-content h3 {
    margin-top: 30px;
    font-weight: 700;
    color: #08355f;
    margin-bottom: 20px !important;
}
.coupon-tips-content p {
    margin-bottom: 20px;
}

.coupon-tips-content ul,
.coupon-tips-content ol {
    margin-bottom: 20px;
    padding-left: 20px;
}

.coupon-tips-content li {
    margin-bottom: 10px;
}

.coupon-tips-content strong {
    display: inline-block;
    margin-bottom: 5px;
}



.no-data-wrapper {
    grid-column: 1 / -1;
}
.swiper-slide{
    height: auto !important;
}

.header-scroller-wrapper {
    position: fixed;
    right: 2%;
    bottom: 2%;
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    /*transform: translateY(20px);*/
    transition: all 0.4s ease;
    border: 1px solid #08355F;
    border-radius: 50%;
}

/* When visible */
.header-scroller-wrapper.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
