* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  list-style: none;
}
a {
  display: inline-block;
  text-decoration: none;
}
span{
  display: inline-block;
}
ul {
  padding: 0px;
  margin: 0px;
}
img {
  width: 100%;
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}
.cust-gap {
    row-gap: 24px;
}
p {
  font-weight: 400;
  margin-bottom: 0px;
  line-height: 1.7;
}
:root {
  --lat1: #1bbc9b;
  --lat2: #000000;
  --lat3: rgb(255 255 255);
  --latbg: #dffbf7;
}

/*HEADER*/

.cust-top-head {
    background-color: var(--lat1);
    color: var(--lat3);
    padding: 8px 0px;
}
.cust-top-head marquee {
    display: block;
}
.cust-nav-main nav ul {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.cust-nav-main nav ul li a {
    position: relative;
    transition: all .5s;
    overflow: hidden;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    padding: 24px 19px;
    color: var(--lat2);
}
.cust-nav-main nav ul li {
    position: relative;
}
.cust-nav-main nav ul li ul {
    position: absolute;
    top: 100%;
    left: -2px;
    width: 220px;
    flex-direction: column;
    z-index: 99;
    gap: 0px;
    transition: all .3s;
    transform: scaleY(0);
    transform-origin: top;
    border: 1px solid #80808040;
    background-color: var(--lat3);
    padding: 10px 0px;
}
.cust-nav-main nav ul li ul li a {
    display: block;
    padding: 8px 15px;
    font-size: 14px;
    color: var(--lat2);
}
.page_content {
    background: #fff;
    padding: 2rem;
}
.cust-nav-main nav ul li:hover ul {
    transform: scaleY(1);
}
.cust-nav-main nav ul li a::before {
    visibility: hidden;
}
.cust-nav-main nav ul li ul a {
    border: 0px;
}
.cust-nav-main nav ul li ul li a::before {
    visibility: visible;
}
.cust-main-head {
    border-bottom: 1px solid #80808040;
    background-color: var(--lat3);
}
.cust-search-btn {
    text-align: end;
}
.cust-head-logo a span {
    font-weight: 900;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 23px;
    letter-spacing: 1px;
}
/*.cust-nav-main nav ul li a::before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    bottom: 0;*/
/*    right: -2px;*/
/*    width: 0%;*/
/*    border: 1px solid var(--cust2);*/
/*    transition: all .5s;*/
/*}*/
.cust-nav-main nav ul li a:hover::before {
    left: 0;
    right: unset;
    width: 100%;
}
.cust-nav-main nav ul li a:hover {
    color: var(--lat1);
}
.cust-search-btn label:hover, .header-search .blog_switcher:hover {background: var(--lat1);}
.cust-head-logo a {
    color: var(--cust2);
}

/*SECTION MAIN BANNER*/

.cust-main-banner-sec {
}
.cust-main-banner-title {
    padding: 1rem;
    background: #ffffff;
}
.cust-main-banner-img img {
    height: 100%;
    object-fit: cover;
}
.cust-main-banner-title h2 {
    font-size: 1.6rem;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.cust-main-banner-title p {
    margin: 20px 0px;
    font-size: 17px;
    line-height: 23px;
}
.web-btn {
    padding: 14px 30px;
    color: var(--lat3);
    font-weight: 500;
    transition: all .5s;
    background: var(--lat1);
    text-transform: uppercase;
    font-size: 15px;
}
.web-btn:hover {
    background-color: var(--lat2);
}
/*.cust-arrow {*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    position: absolute;*/
/*    bottom: 30px;*/
/*    border-radius: 50%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    color: var(--cust3);*/
/*    cursor: pointer;*/
/*    transition: all .5s;*/
/*    background-color: var(--cust1);*/
/*    z-index: 9;*/
/*}*/
/*.cust-arrow:hover {*/
/*    background-color: var(--cust3);*/
/*    color: var(--cust1);*/
/*}*/
/*.slick-prev.cust-arrow {*/
/*    right: 90px;*/
/*}*/
/*.slick-next.cust-arrow {*/
/*    right: 30px;*/
/*}*/

/*SECTION ALL STORES*/

 .btn-1 {
    padding: 0.8rem 1.5rem;
    background: var(--cust1);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 100px;
}
.cust-store-main-list .featured-item a img {
    width: 100%;
    height: 65px;
    object-fit: contain;
    margin: 0 auto;
    background: #ffffff;
    padding: 1rem;
    border-radius: 6px;
}
.cust-store-box a, .cust-store-main-list .featured-item a {
    display: block;
}
.store-bord {
    position: relative;
}
.cust-main-banner-img {
    height: 210px;
}
.cust-store-box, .cust-store-main-list .featured-item {
}
.spacing {
    padding: 60px 0px;
}

/*SECTION COUPON*/

.cust-bg {
    background-color: #ffffff;
}
.cust-coupon-box {
    border-radius: 10px;
    padding: 30px;
    display: flex;
    height: 100%;
    position: relative;
    background-color: transparent;
    background-image: linear-gradient(180deg, #FAF3E5 0%, #F6E5E5 100%);
    min-height: 260px;
    box-shadow: 0px 7px 0px 0px #222;
    border-top: 3px solid;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.cust-coupon-box .wishlist, .cust-single-coupon-body .wishlist {
    width: 40px;
    height: 40px;
    background-color: var(--cust1);
    border-radius: 50%;
    color: var(--cust3);
    cursor: pointer;
}
.cust-coupon-box .wishlist{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9;
}
.cust-coupon-box .card-img-body {
    width: 30%;
    position: relative;
} 
.cust-coupon-box .card-img-body img {
    width: 120px;
    height: 60px;
    object-fit: contain;
}
.cust-coupon-box .card-img-body::before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    border: 1px dashed #80808052;
    height: 100%;
    right: 28px;
}
.web-btn-two {
    padding: 0.59rem 2rem;
    border-radius: 50px;
    font-weight: 500;
    transition: all .5s;
    display: inline-flex;
    justify-content: center;
    background: var(--cust1);
    color: #fff;
    box-shadow: 0px 6px 0px 0px #ffaba7;
}
.web-btn-two:hover {
    background-color: var(--cust1);
    color: var(--cust3);
}
.cust-coupon-box .coupon-body h3 {
    color: var(--cust2);
    font-size: 1.26rem;
    line-height: 1.4;
}
.cust-coupon-box .coupon-body p {
    margin: 10px 0px 20px 0px;
}
.cust-coupon-box::before, .cust-coupon-box::after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.cust-coupon-box::before {
    left: -15px;
}
.cust-coupon-box::after {
    right: -15px;
}
.cust-coupon-box .card-img-body a {
    display: block;
}

/*FOOTER*/

.cust-foot-logo a span {
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.cust-foot-logo ul {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
.cust-foot-logo ul li a {
    width: 40px;
    height: 40px;
    border: 1px solid var(--lat3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--lat3);
    transition: all .5s;
}
.cust-foot-logo ul li a:hover {
    background-color: var(--lat3);
    color: var(--lat2);
}
.cust-footer-bottom {
    border-top: 1px solid #ffffff59;
    padding: 10px 0px;
    text-align: center;
}
.cust-foot-title span {
    font-size: 22px;
    margin-bottom: 25px;
    font-weight: 500;
    color: white;
}
.cust-foot-logo p {
    margin-top: 20px;
}
.cust-foot-item ul li a {
    margin-bottom: 8px;
    transition: all .5s;
    color: var(--lat3);
}
.cust-foot-item ul li a:hover {
    padding-left: 10px;
    color: var(--lat1);
}
.cust-main-footer {
    padding: 50px 0px;
}
.cust-foot-contact ul li i {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 18px;
    color: var(--cust3);
}
.cust-foot-contact ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 8px;
}
.cust-foot-contact ul li a {
    transition: all .5s;
    color: var(--lat3);
}
.cust-foot-contact ul li a:hover {
    color: var(--lat2);
}
.cust-footer {
    background-color: #222b33;
    color: var(--lat3);
}
.cust-foot-logo a:has(span) {
    color: var(--cust3);
}

/*FAQS CSS*/

.cust-faq-title h2, .cust-contact-title h2 {
    margin-bottom: 15px;
}
.serv-faqs .accordion-item .accordion-button {
    box-shadow: unset;
    font-size: 17px;
    padding: 20px 30px;
    font-weight: 500;
}
.serv-faqs .accordion-item .accordion-button:not(.collapsed) {
    background-color: var(--lat1);
    color: var(--lat3);
}
.serv-faqs .accordion-item .accordion-button::after {
    background-image: unset;
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    transform: unset;
}
.serv-faqs .accordion-item .accordion-button:not(.collapsed)::after {
    content: "\f068";
}

/*SECTION ABOUT US*/

.cust-news-title h2 {
    margin-bottom: 15px;
    color: var(--lat2);
    font-weight: 600;
}
.cust-about-img {
    padding-right: 60px;
}

/*SECTION NEWSLETTER*/

.cust-news-bg {
    padding: 50px 50px;
    justify-content: center;
    border: 1px solid var(--lat1);
    background: var(--latbg);
    color: var(--lat2);
    border-radius: 20px;
    box-shadow: 0px 7px 0px var(--lat1);
}
.cust-news-title {
    padding-right: 50px;
}
.cust-news-bg input.newsletter_email {
    width: 100%;
    border: 1px solid #80808047;
    transition: all .5s;
    padding: 0px 20px;
    outline: 0;
    height: 55px;
    border-radius: 6px;
}
.cust-news-bg input.newsletter_email:focus {
    border-color: var(--cust1);
}
.cust-news-bg button.subscribe_btn {
    border: 0;
    width: 50px;
    height: 100%;
    background-color: var(--lat1);
    color: var(--lat3);
    transition: all .5s;
}
.cust-news-bg button.subscribe_btn:hover {
    background-color: var(--lat2);
}
.cust-sidebar-item .taxonomy_sidebar_box p a {
    color: var(--cust1);
    text-decoration: none;
}
 .steps-section {
      text-align: center;
      padding: 100px 0;
      background: #171b2a;
    }

    .steps-section h2 {
      font-weight: 700;
      margin-bottom: 60px;
    }

    .step {
      padding: 20px;
    }

    .icon-circle {
      width: 90px;
      height: 90px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      margin: 0 auto 20px;
      font-size: 36px;
    }

    .icon-1 { background-color: #C7D2FE; color: #4338CA; }
    .icon-2 { background-color: #FBCFE8; color: #DB2777; }
    .icon-3 { background-color: #A7F3D0; color: #059669; }

    .step h5 {
      font-weight: 600;
      margin-top: 10px;
    }

    .step p {
      color: #6B7280;
      font-size: 15px;
      margin-bottom: 10px;
    }

    .time {
      color: #e54941;
      font-weight: 500;
      font-size: 14px;
    }
.cust-main-banner {
    margin: 0px 10px;
}
.cust-search-btn label svg {
    width: 25px;
}
/*PRIVACY POLICY CSS*/

.cust-privacy-cont hr {
    display: none;
}
.cust-privacy-cont h2 {
    color: var(--lat2);
    font-weight: 600;
}
.cust-privacy-cont h3 {
    color: var(--lat2);
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 15px;
}
.cust-privacy-cont p {
    margin-bottom: 15px;
}
.cust-privacy-cont a {
    color: var(--lat1);
    font-weight: 500;
}
.cust-privacy-cont ul, .cust-privacy-cont ol {
    margin-bottom: 20px;
}

/*SECTION CONTACT US*/

.contact-info-item {
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 10px;
    transition: all .5s;
    border: 1px solid #80808026;
    background: #fff;
}
.contact-info-icon {
    width: 50px;
    height: 50px;
    background-color: var(--lat1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--lat3);
    border-radius: 5px;
    margin: 0 auto 15px auto;
}
.contact-info-content {
    text-align: center;
}
.contact-info-content h5 {
    font-weight: 500;
    color: var(--lat2);
    margin-bottom: 5px;
    font-size: 18px;
}
.contact-info-content a, .contact-info-content span {
    color: var(--c2);
    transition: all .5s;
}
.contact-info-content a:hover {
    color: var(--lat1);
}
.contact-info-item:hover {
    border-color: var(--lat1);
}
.cust-contact-sec .form-field input, .cust-contact-sec .form-field textarea {
    height: 50px;
    border-radius: 4px;
    transition: all .5s;
    border: 1px solid #80808026;
    padding: 10px 20px;
}
.cust-contact-sec .form-field textarea {
    height: 170px;
}
.cust-contact-sec .form-field input:focus, .cust-contact-sec .form-field textarea:focus {
    border-color: var(--lat1);
}
.cust-contact-sec .web-btn-two {
    background-color: transparent;
}
.cust-contact-sec .web-btn-two:hover {
    background-color: var(--cust1);
}
.contact-us-form button.custom-btn.web-btn-two {
    background: var(--cust1);
    border: 1px solif var(--cust1);
}

/* RESPONSIVE MENU CSS */

.ham-menu-btn a span {
    width: 32px;
    height: 3px;
    background-color: var(--c2);
}
.ham-menu-btn a {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.responsive-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 70%);
    z-index: 99999;
    transition: all .5s;
}
.responsive-menu-inner {
    height: 100%;
    padding: 30px;
    position: relative;
    width: 80%;
    background-color: var(--lat3);
    left: -100%;
}
.responsive-logo-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.respon-cross a,
.respon-cross a i {
    display: block;
}
.respon-cross a {
    width: 40px;
    height: 40px;
    border: 1px solid var(--lat1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--lat1);
    transition: all .5s;
}
.respon-cross a:hover {
    transform: rotate(90deg);
    color: var(--c1);
    border-color: var(--c1);
}
.respon-logo a {
    display: block;
    color: var(--cust2);
}
/*.respon-logo {*/
/*    width: 95px;*/
/*}*/
.respon-logo img { width:100%}
.responsive-links ul li a {
    transition: all .5s;
    font-size: 16px;
    font-weight: 500;
    display: block;
    border-bottom: 1px solid #80808047;
    padding: 10px 0px;
    color: var(--cust2);
}
.responsive-links {
    margin-top: 50px;
    overflow-y: auto;
    height: calc(100vh - 232px);
}
.responsive-links ul li ul {
    display: none;
}
.responsive-links ul li a:hover {
    color: var(--c1);
}
.responsive-links ul li ul li a {
    padding-left: 30px;
    font-size: 14px;
}
.responsive-links ul li:has(ul)::before {
    position: absolute;
    content: "\f067";
    top: 13px;
    right: 0;
    font-family: "Font Awesome 5 Pro";
    font-size: 15px;
}
.responsive-links ul li {
    position: relative;
}
.responsive-links ul li.active::before {
    content: "\f068";
    color: var(--c1);
}
.responsive-socials {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--lat1);
    padding: 12px 0px;
}
.responsive-socials ul {
    display: flex;
    gap: 30px;
    justify-content: center;
}
.responsive-socials ul li a {
    color: var(--lat3);
    font-size: 18px;
}
.responsive-menu.active {
    left: 0;
}
.responsive-menu.active .responsive-menu-inner {
    left: 0;
    transition-delay: .3s !important;
    transition: all .7s;
}
body.stop-scroll {
    overflow-y: hidden;
}
.respon-logo a span {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}
.cust-head-icons {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: end;
}
.cust-search-btn .header-search {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: end;
}
.ham-menu a {
    font-size: 30px;
    color: var(--lat2);
}
.cust-head-logo a {
    display: block;
    width: 200px;
    font-family: 'Merriweather';
}
.cust-foot-logo a:has(img) {
    width: 180px;
    margin-bottom: 15px;
}




/*LATEST CSS*/

.cust-search-btn .blog_switcher, .cust-search-btn .search_form label {
    width: 45px;
    height: 45px !important;
    background-color: var(--lat1);
    border-radius: 4px;
    cursor: pointer;
    transition: all .5s;
}
.cust-search-btn .blog_switcher svg, .cust-search-btn label svg {
    width: 20px;
    filter: invert(1);
}
.cust-search-btn .search_form label {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cust-search-btn .blog_switcher:hover, .cust-search-btn .search_form label:hover {
    background-color: var(--lat2);
}
.web-title h2 {
    position: relative;
    padding-bottom: 20px;
    color: var(--lat2);
    font-weight: 600;
    text-transform: capitalize;
}
.web-title h2::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background-color: var(--lat1);
}
.lat-title-gap {
    margin-bottom: 50px;
}
.lat-coupon-box {
    height: 100%;
    background-color: var(--lat3);
    padding: 40px 50px;
    position: relative;
    overflow: hidden;
    height: 175px;
}
.lat-cust-bg {
    background-color: var(--latbg);
}
.lat-coup-round {
    width: 80px;
    height: 80px;
    background-color: var(--latbg);
    border-radius: 50%;
    position: absolute;
}

.lat-round-one {
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
}
.lat-round-two {
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
}
.lat-round-three {
    top: -50px;
    right: 150px;
}
.lat-round-four {
    bottom: -50px;
    right: 150px;
}
.lat-coupon-box::before {
    position: absolute;
    content: '';
    top: 0;
    right: 185px;
    border: 5px dashed var(--latbg);
    height: 100%;
}
.lat-coupon-box .wishlist div {
    position: absolute;
    top: 20px;
    right: 20px;
    height: unset !important;
    font-size: 20px;
    color: var(--lat1);
    cursor: pointer;
}
.lat-coupon-box .coupon-body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.lat-coupon-box .coupon-body .lat-coupon-title {
    width: 68%;
}
.lat-coupon-box .coupon-body .coupon-link-btn {
    width: 32%;
    text-align: end;
}
.lat-coupon-box .coupon-body .coupon-link-btn a.web-btn {
    padding: 10px 20px;
    font-size: 14px;
}
.lat-coupon-box .coupon-body h3 {
    color: var(--lat2);
    font-weight: 500;
    font-size: 22px;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.lat-coupon-box .coupon-body span.badge {
    background-color: var(--lat1);
    padding: 6px 15px;
    border-radius: 4px;
}
.lat-soup-item {
    background-color: var(--latbg);
    height: 100%;
    padding: 30px 30px;
    border-radius: 6px;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.lat-coup-icon {
    width: 80px;
    height: 80px;
    background-color: var(--lat1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--lat3);
    font-size: 30px;
    margin: 0 auto 20px auto;
}
.lat-coup-content h3 {
    font-weight: 600;
    color: var(--lat2);
    font-size: 20px;
    margin-bottom: 15px;
}
.lat-coup-content p {
    margin-bottom: 15px;
}
.lat-soup-item::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--lat1);
    transform: scaleX(0);
    transition: all .5s;
}
.lat-soup-item:hover::after {
    transform: scaleX(1);
}
.web-btn-track {
    margin-top: 40px;
}
.center-before h2::after {
    left: 50%;
    transform: translateX(-50%);
}
.serv-faqs .accordion-item {
    margin-bottom: 20px;
}
.serv-faqs .accordion-item:last-child {
    margin-bottom: 0px;
}
.lat-cont-base-item h2 {
    margin-bottom: 25px;
}
.lat-main-banner {
    padding: 40px 20px;
}
.lat-banner-img img {
    height: 350px;
    object-fit: cover;
}
.lat-banner-item {
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    height: 100%;
}
.lat-banner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 40px 40px;
}
.lat-banner-item::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a1;
}
.lat-banner-content h2 {
    margin-bottom: 15px;
    font-weight: 600;
}
.lat-banner-img {
    height: 100%;
}
.lat-main-banner .container-fluid .row .col-lg-6:first-child .lat-banner-img img {
    height: 100%;
}
.lat-banner-content p {
    margin-bottom: 20px;
}
.lat-cust-gap{
    row-gap: 24px;
}





body{
    background-color: #e6f0f5;
}
.foll-banner-item {
    position: relative;
}
.foll-banner-img img {
    height: 400px;
    object-fit: cover;
}
.foll-banner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000ba;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: flex-start;
}
.follow-banner-sec {
    padding-top: 50px;
}
.foll-banner-content h2 {
    color: var(--lat3);
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 1.3;
    font-weight: 500;
}
.lat-brand-box img {
    height: 100px;
    object-fit: contain;
    width: 100px;
    margin: 0 auto;
}
.lat-brand-box a {
    display: block;
    padding: 20px 20px 60px 20px;
    color: var(--lat3);
    position: relative;
    background-color: var(--lat3);
}
.lat-brand-box a .lat-brand-bottom {
    background-color: var(--lat1);
    padding: 6px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: all .5s;
    text-align: center;
    font-weight: 500;
}
.lat-brand-box:hover {
    border-color: var(--lat1);
}
.lat-brand-box a .lat-brand-bottom:hover {
    background-color: var(--lat2);
}
.foll-center-bann-item {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
.foll-center-bann-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: var(--lat3);
}
.foll-center-bann-content h2 {
    font-size: 60px;
    font-weight: 900;
    text-transform: uppercase;
}
.foll-center-bann-content p {
    margin: 10px 0px 20px 0px;
}
.foll-banner-content .web-btn {
    padding: 12px 20px;
    font-size: 14px;
}
.foll-center-bann-content .web-btn {
    background-color: #ffb500;
    color: var(--lat2);
}
.foll-center-bann-content .web-btn:hover {
    background-color: var(--lat2);
    color: var(--lat3);
}
.foll-coup-left {
    display: flex;
    gap: 20px;
    background-color: #f9fafd;
    align-items: center;
    padding: 25px;
    border: 1px solid #e8eef7;
    height: 100%;
}
.foll-coup-left-img img {
    object-fit: contain;
}
.foll-coup-left-img img, .foll-coup-left-img a, .foll-coup-left-img{
    width: 100px;
    height: 100px;
}
.foll-coup-left-img a {
    display: block;
}
.foll-coup-left-img {
    border: 1px solid #e8eef7;
}
.foll-coup-left-sale span {
    color: var(--lat2);
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    line-height: 1.1;
}
.follow-coupon-main {
    background-color: var(--lat3);
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #e8eef7;
}
.foll-coup-center {
    padding: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.foll-coup-center h3 {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 10px;
    color: var(--lat2);
}
.foll-coup-center p {
    font-size: 15px;
}
.foll-coupon-link-btn {
    padding: 25px;
    text-align: end;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.foll-coup-center h3 a {
    color: var(--lat2);
}
.foll-store-list-item ul li a {
    color: var(--lat2);
    transition: all .5s;
}
.foll-store-list-item ul li a:hover {
    color: var(--lat1);
}
.foll-store-list-item ul li {
    width: 25%;
}
.foll-store-list-item ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.foll-store-list-item {
    border: 2px dashed #80808047;
    padding: 40px;
}
.foll-single-top-item {
    display: flex;
    gap: 20px;
}
.foll-single-top-img img {
    border: 1px solid #80808040;
    object-fit: contain;
    padding: 5px;
}
.foll-single-top-img img, .foll-single-top-img{
    width: 150px;
    height: 150px;
}
.foll-single-top-content h1 {
    font-size: 30px;
    color: var(--lat2);
    font-weight: 500;
}
.foll-single-top-content ul {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}
.foll-single-top-content ul li {
    background-color: var(--lat1);
    color: var(--lat3);
    padding: 4px 10px;
    border-radius: 2px;
    font-size: 15px;
}
.foll-single-top-content a {
    color: var(--lat2);
    margin-top: 15px;
    transition: all .5s;
    font-weight: 500;
}
.foll-single-top-content a:hover {
    color: var(--lat1);
}
.follow-single-top-sec {
    padding: 30px 0px;
}
.cust-contact-sec button.web-btn {
    border: 0;
}