section.banner-slider {
    padding: 16px 0;
    padding-bottom: 32px;
}
section.banner-slider .container-fluid{
padding: 0;
}
.banner-info {
    border-radius: 12px;
    overflow: hidden;
    /* height: 360px; */
    position: relative;
    display: flex;
}
.banner-first {
    width: 100%;
    /* min-width: 330px; */
}
.banner-first img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.banner-last {
    width: 660px;
    min-width: 660px;
}
.banner-info a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.banner-content {
    background: var(--black-color);
    padding: 10px 24px;
    display: flex;
    flex-direction: column;
    min-width: 290px;
    justify-content: center;
}
.banner-content h2{
        font-size: 20px;
    color: var(--white-color);
    margin-bottom: 12px;
    font-weight: 400;
}
.banner-content p{
    font-size: 14px;
    color: var(--white-color);
    margin-bottom: 12px;
    font-weight: 600;
}
.banner-content p.lnk {
    letter-spacing: .1em;
    font-size: 12px;
    margin-bottom: 0;
    text-transform: uppercase;
    text-decoration-line: underline;
    text-underline-offset: 4px;
    font-weight: 700;
    margin-top: 16px;
}
section.banner-slider button.owl-prev {
   width: 40px;
   height: 40px;
   background: var(--black-color) !important;
   color: var(--white-color) !important;
   border-radius: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   left: 10px;
}
section.banner-slider button.owl-next {
    width: 40px;
    height: 40px;
    background: var(--black-color) !important;
    color: var(--white-color) !important;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
section.banner-slider .owl-nav{
display:none;
}
section.banner-slider:hover .owl-nav{
display:block;
}
section.banner-slider .owl-carousel button.owl-dot{
width: 8px;
    height: 8px;
    background: #e5e7eb;
    border-radius: 100%;
}
section.banner-slider .owl-carousel .owl-dots{
display:flex;
align-items:center;
justify-content: center;
gap:8px;
margin-top: 16px;
}
section.banner-slider .owl-carousel button.owl-dot.active{
background: #000;
}


section.faq-sec .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
section.faq-sec .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
section.faq-sec .accordion-button::after {
  transition: all 0.5s;
    width: 30px;
    height: 30px;
    background-size: 2rem;
}
section.faq-sec .accordion-button{
    padding: 0;
    border-radius: 0;
    font-size: 17px;
    font-weight: 700;
    color: var(--heading-color);
}
section.faq-sec .accordion-item{
background: transparent;
    border: 0px solid;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 35px;
    margin-bottom: 35px;
}
section.faq-sec .head-sec{
    margin-bottom: 40px;
}
section.faq-sec  .accordion-button:not(.collapsed){
background: transparent;
box-shadow: 0 0 0;
}
section.faq-sec .accordion-body{
padding:0;
padding-top: 30px;
}

section.how-it-works {
    background: var(--other-color);
}
section.how-it-works .head-sec {
    text-align: center;
    margin-bottom: 50px;
}
section.how-it-works .head-sec p{
    font-size:17px;
}
section.how-it-works .col-lg-3.col-md-6.col-12 {
    text-align: center;
    width: 23%;
}
section.how-it-works .work-number {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white-color);
    border-radius: 100%;
    margin: auto;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
    color: var(--secondary-color);
}
section.how-it-works h3{
    margin-bottom:10px;
}
section.how-it-works .row{
    justify-content: space-between;
}
section.top-deals .head-sec{
    margin-bottom: 30px;
}
section.top-deals .top-details {
    border: 1px solid #e5e7eb;
    border-radius: .75rem;
    padding: 10px 8px;
    position: relative;
}
section.top-deals .top-off {
    padding: 3px .5rem;
    border: 1px solid #e0e0e0;
    border-radius: .25rem;
    font-size: 12px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    background: #fff;
    gap: 3px;
    position: absolute;
    left: .5rem;
    top: .5rem;
}
section.top-deals .top-img img{
        width: 100%;
    height: 133px;
    object-fit: contain;
    padding-left: 30px;
    padding-right: 30px;
}
section.top-deals .top-off img{
        width: 21px;
    padding: 0;
    height: auto;
}

section.top-deals .top-img{
    position: relative;
}
section.top-deals .top-cont {
    padding-top: 16px;
    position: relative;
}
section.top-deals .top-cont::before{
    content: "";
    position: absolute;
    width: 75%;
    height: 1px;
    background: #e5e7eb;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
section.top-deals .top-cont h5{
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
}
section.top-deals p.top-coupon {
    font-size: 12px;
    font-weight: 700;
    background: #f3f4f6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 16px;
    border-radius: 9999px;
    margin-bottom: 0;
}
section.top-deals .top-para {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100px;
}
section.top-deals .top-info{
    padding: 0;
    width:19%;
}
section.top-deals .row{
    justify-content:center;
gap:30px 1%;
}
section.top-deals a{
    position: absolute;
    width:100%;
    height: 100%;
    left: 0;
    top: 0;
}

section.popular-stores {
    background: var(--lt-bg-color);
}
section.popular-stores .head-sec{
    margin-bottom: 30px;
    text-align: center;
}
section.popular-stores .popular-img {
    width: 200px;
    height: 200px;
    border: 1px solid var(--black-color);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 20px;
    margin: auto;
    margin-bottom: 12px;
    background: var(--white-color);
}
section.popular-stores .popular-img img{
    width: 100%;
}
section.popular-stores .popular-details {
    text-align: center;
}
section.popular-stores .popular-info:nth-child(1) .popular-img{
background: #CC0000;
}
section.popular-stores .popular-img img{
    width:80%;
}
section.popular-stores .popular-info:nth-child(2) .popular-img{
    background:#003B94;
}
section.popular-stores .popular-info:nth-child(4) .popular-img{
    background:#000;
}
section.popular-stores .popular-info:nth-child(5) .popular-img{
    background:#000;
}
section.popular-stores .popular-info:nth-child(7) .popular-img{
background: #CC0000;
}
section.popular-stores .popular-content img{
width:16px;
}
.popular-content p.popular-price {
    font-weight: 700;
    margin-bottom: 0;
    text-underline-offset: 4px;
    font-size: 18px;
}
.popular-content span{
    text-underline-offset: 4px;
    font-size: 14px;
}
section.popular-stores .row{
    gap:40px 0;
}
section.popular-stores .popular-details a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: var(--black-color);
}
section.popular-stores .popular-details{
    position: relative;
}
section.popular-stores .popular-details:hover .popular-content img{
    animation: bounce 1s infinite;
}
section.popular-stores .popular-details:hover .popular-content p, section.popular-stores .popular-details:hover .popular-content span{
text-decoration: underline;
}
section.popular-stores .popular-details:hover .popular-img{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
}

section.best-coupon .head-sec{
    text-align:center;
    margin-bottom: 30px;
}
section.best-coupon .best-info {
    padding: 10px;
    position: relative;
    background: #FFF;
    border: 1px solid #D9D9D9;
    border-radius: 12px;
    box-shadow: 1px 3px 7px rgba(0, 0, 0, .25);
    overflow: hidden;
}
section.best-coupon .best-top span{
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}
section.best-coupon .best-top span img{
    width:17px;
}
section.best-coupon .best-top{
    display:flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
section.best-coupon .best-logo {
    width: 100%;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
section.best-coupon .best-logo img{
    width: 100%;
    max-width: 75%;
    margin: auto;
    height: 140px;
    object-fit: contain;
}
section.best-coupon .best-logo a{
    text-align:center;
}
section.best-coupon .best-text h3{
text-align: center;
    margin-bottom: 15px;
}
section.best-coupon h4{
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
    height: 47px;
    overflow: hidden;
}
section.best-coupon h4 a{
    color:var(--heading-color);
}
section.best-coupon .main-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 70%;
    margin: auto;
    margin-bottom: 5px;
}
section.best-coupon .row{
    gap:30px 0;
}

section.blog-sec .head-sec{
 text-align: center;
    margin-bottom: 30px; 
}
section.blog-sec .blog-img img{
    width: 100%;
    height: 235px;
    border-radius: 20px;
    object-fit: cover;
}
section.blog-sec .blog-img p{
  position: absolute;
  background-color: #ffffff;
  color: var(--secondary-color);
  width: max-content;
  padding: 5px 25px;
  top: 10px;
  left: 10px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
section.blog-sec .blog-img{
  position:relative;
}
section.blog-sec .blog-content {
    padding-top: 16px;
}
section.blog-sec .blog-content h3 a{
  color:var(--heading-color);
}
section.blog-sec .blog-upper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
section.blog-sec .blog-upper p{
 margin-bottom:0; 
  font-size:18px;
}
section.blog-sec a.rd-more {
    font-size: 19px;
    font-weight: bold;
    position: relative;
    display: inline-block;
}
section.blog-sec a.rd-more::after{
  position: absolute;
    content: "";
    width: 40px;
    height: 3px;
    margin: 0 auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: var(--secondary-color);
    transition: 0.5s;
}
section.blog-sec a.rd-more:hover::after {
    width: 100%;
}
section.blog-sec .row{
  gap:30px 0;
}