:root{
    --primary: #093c94;
}
body{
    font-family: 'Poppins',open-sans;
}
.bg-prime{
    background: var(--primary);
}

header{
    background: var(--primary);
}
a{
    text-decoration: none;
    color: #000;
}
.navbar-brand{
    width: 30%;
}
.navbar .navbar-brand img{
    max-width: 250px;
    width: 100%;
}
.navbar-collapse{
    width: 30%;
}
.navbar .navbar-nav{
    align-items: flex-start;
    justify-content: flex-start;
}
.navbar .navbar-nav .nav-link{
    color: #fff;
}
.navbar .search-row {
    margin: auto;    
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
}
.search-bar {
        position: relative;
        width: 480px;
      }
      
.search-bar input[type="search"] {
width: 100%;
padding: 7px 20px;
border: none;
border-radius: 50px;
background-color: #ffffff;
font-size: 1.1rem;
color: #495057;
transition: all 0.2s ease;
}

.search-bar input[type="search"]:focus {
outline: none;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.search-bar button[type="submit"] {
position: absolute;
top: 0;
right: 0;
height: 40px;
width: 40px;
border: none;
border-radius: 50%;
background-color: #01c7e9;
color: #ffffff;
font-size: 1.1rem;
transition: all 0.2s ease;
}

.search-bar button[type="submit"]:hover {
transform: scale(1.2);
}


footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {}
        footer a,
        footer a:hover,
        footer a:focus,
        footer a:active {
            text-decoration: none;
            outline: none;
        }
        
        footer a,
        footer a:active,
        footer a:focus {
            color: #333;
            text-decoration: none;
            transition-timing-function: ease-in-out;
            -ms-transition-timing-function: ease-in-out;
            -moz-transition-timing-function: ease-in-out;
            -webkit-transition-timing-function: ease-in-out;
            -o-transition-timing-function: ease-in-out;
            transition-duration: .2s;
            -ms-transition-duration: .2s;
            -moz-transition-duration: .2s;
            -webkit-transition-duration: .2s;
            -o-transition-duration: .2s;
        }
        
        footer ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        footer img {
    max-width: 100%;
    height: auto;
}
.footer {
    background: var(--primary);
    padding-bottom: 0;
}
.sub-footer{
    background: #6e99e6;
}
.subscribe-message {
        margin-top: 10px;
        padding: 10px;
        border: 1px solid;
        display: none;
        transition: display 1s;
    }

    .success-message {
        color: green;
        border-color: green;
    }

    .error-message {
        color: red;
        border-color: red;
    }
/*END FOOTER SOCIAL DESIGN*/
.single_footer{
    padding: 15px 0 10px 0;
}
@media only screen and (max-width:768px) { 
.single_footer{margin-bottom:30px;}
}

.single_footer h4 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}
.single_footer h4::after {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background: #fff;
    margin-top: 5px;
}
.single_footer p{color:#fff;font-size: 15px;}
.single_footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.single_footer ul li{}
.single_footer ul li a {
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 2;
    font-size: 15px;
    text-transform: capitalize;
}
.single_footer ul li a:hover { color: #01c7e9; }

.single_footer_address{}
.single_footer_address ul{}
.single_footer_address ul li{color:#fff;}
.single_footer_address ul li span {
    font-weight: 400;
    color: #fff;
    line-height: 28px;
}
.contact_social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

/*START NEWSLETTER CSS*/
.subscribe {
    display: block;
    position: relative;
    width: 100%;
}
.subscribe__input {
background-color: #fff;
border: medium none;
border-radius: 30px;
color: #333;
display: block;
font-size: 15px;
font-weight: 500;
height: 60px;
letter-spacing: 0.4px;
margin: 0;
padding: 0 150px 0 20px;
text-align: left;
text-transform: capitalize;
width: 100%;
}
@media only screen and (max-width:768px) { 
.subscribe__input{padding: 0 50px 0 20px;}
}

.subscribe__btn {
background-color: transparent;
border-radius: 0 25px 25px 0;
color: #01c7e9;
cursor: pointer;
display: block;
font-size: 20px;
height: 60px;
position: absolute;
right: 0;
top: 0;
width: 60px;
}
@media only screen and (max-width:768px) { 
.subscribe__btn{right:0px;}
}

.subscribe__btn:hover i{
    color:#01c7e9;
}
button {
    padding: 0;
    border: none;
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
}
/*END NEWSLETTER CSS*/

/*START SOCIAL PROFILE CSS*/
.social_profile {margin-top:15px;}
.social_profile ul{
list-style: outside none none;
margin: 0;
padding: 0;
}
.social_profile ul li{float:left;}
.social_profile ul li a {
    text-align: center;
    border: 0px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    margin: 0px 5px;
    font-size: 18px;
    color: #fff;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255,255,255,0.2);
}
.px-8{
    padding-left: 8rem;
    padding-right: 8rem;
}
@media only screen and (max-width:768px) { 
.social_profile ul li a{margin-right:10px;margin-bottom:10px;}
.px-8{
    padding-left: 25px;
    padding-right: 25px;
}
}
@media only screen and (max-width:480px) { 
.social_profile ul li a{
    width:40px;
    height:40px;
    line-height:40px;
}
}
.social_profile ul li a:hover{
background:#01c7e9;
border: 1px solid #01c7e9;
color:#fff;
border:0px;
}
/*END SOCIAL PROFILE CSS*/
.copyright {
    margin-top: 15px;
    padding-top: 40px;
    color:#fff;
    font-size: 15px;
    border-top: 1px solid rgba(255,255,255,0.4);
    text-align: center;
}
.copyright a{color:#01c7e9;transition: all 0.2s ease 0s;}
.copyright a:hover{color:#01c7e9;}
/* .section-heading (previously: fixed 36px, centered, padding-based H1 style
   used by about-us/terms/privacy-policy/etc.) removed — those pages' H1s now
   use the same site-wide heading system as every other page instead of their
   own one-off size. */

/* .description/.contextpage — legacy prose wrapper for the static/legal
   pages' body copy (about-us, terms, privacy-policy, ...). Headings inside
   already get their margin-bottom from the site-wide h1-h6 rule
   (03-base.css); this adds the margin-top a heading needs when it follows a
   paragraph rather than being the first thing in its box — same pattern as
   .ap-blog-body for post content. */
.description h2,
.description h3,
.description h4 {
    margin-top: var(--ap-space-lg);
}
.homecoupons{
    border: 1px solid #eee;
    border-radius: 15px;
    margin-bottom: 2%;
    box-shadow: 2px 2px 10px 1px #eee;
    height: 100%;
    background: #fff;
}
.homecoupons .coupon-image{
    border-bottom: 1px solid #eee;
    margin-bottom: 1%;
    padding: 10px;
    text-align: center;
}
.homecoupons .coupon-image img{
    width: 50%;
    height: auto;
}
.homecoupons .storename{
    color: #888;
    padding: 10px;
    font-size: 14px;
}
.homecoupons .coupon-title{
    padding: 5px 10px;
    font-weight: bold;
    font-size: 16px;
}
.bright-green{
    color: #00d924;
}
.bg-green{
    background: #00d924;
    color: #fff;
}

.homecoupons .coupon-button{
    text-align: center;
    padding: 15px;
}
.homecoupons .coupon-button a{
    font-weight: bold;
    color: #fff;
}
.homecoupons .coupon-button a:hover{
    background: var(--primary);
}
.homepageproducts{
    width: 100%;
    margin-bottom: 5%;
    box-shadow: 2px 2px 10px 1px #eee !important;
    background: #fff;
}
.homepageproducts .row{
    border: 1px solid #eee;
    margin: 0;
}
.homepageproducts .pro-image{
    border-right: 1px solid #eee;
    padding: 10px;
}
.homepageproducts .pro-image img{
    max-width: 100%;
    height: auto;
}
.homepageproducts .pro-detail{
    padding: 10px;
}
.homepageproducts .pro-detail .pro-price{
    font-weight: 400;
    font-size: 17px;
}
.homepageproducts .pro-detail .pro-price span{
    font-weight: 400;
    font-size: 14px;
    text-decoration: line-through;
    color: #888;
}
.homepageproducts .pro-detail .pro-name{
    font-size: 19px;
    font-weight: 500;
}
.homepageproducts .pro-button{
    position: relative
}
.homepageproducts .pro-button a{
    left: 95%;
    background: #fff;
    padding: 12px;
    border-radius: 100%;
    color: var(--primary);
    border: 2px solid var(--primary);
    transition: background 0.5s;
    display: flex;
    position: absolute;
    width: 45px;
    height: 45px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    bottom: -25px;
}
.homepageproducts .pro-button a:hover{
    background: var(--primary);
    color: #fff;
    cursor: pointer;
}
/* Store Carousel */
@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.slider {
  background: white;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 10);
}
.slider .slide {
  height: 100px;
  width: 250px;
}
.homestore{
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
    text-align: center;
    margin-bottom: 5%;
    box-shadow: 2px 2px 10px 1px #eee;
    background: #fff;
}
.homestore a{
    text-decoration: none;
    color: #000;
}
.homestore img{
    max-width: 100%;
    height: auto;
    padding-bottom: 10px;
}
.homestore div{
    text-transform: capitalize;
}
.about-section{
    box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.125);
    margin-top: 5%;
    background: #fff;
}
    .content-wrapper {
        max-height: 150px; /* Adjust this value to control the initial height */
        overflow: hidden;
        transition: max-height 0.3s ease-out;
    }

    .content-wrapper.expanded {
        max-height: none;
    }

    .btn-read-more {
    display: block;
    margin-top: 10px;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    background: var(--bs-blue);
    }
    .btn-read-more:hover{
            display: block;
    margin-top: 10px;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    background: var(--bs-blue);
    }
.blog{
     background: #fff;
     box-shadow: 2px 2px 10px 1px #eee;
     padding: 10px;
     height: 90%;
     margin-bottom: 5%;
}
.blog img{
    width: 100%;
    border-radius: 100%;
    border: 2px solid #fff;
}
.blog .title{
    font-size: 20px;
    font-weight: 500;
}
.blog .blog-info{
    font-size: 14px;
    padding-top: 30px;
}

/* Store Page */
.sp-coupons{
    background: #fff;
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 1.5rem;
    box-shadow: 10px 10px 15px #eee;
    height: 90%;
}
.sp-coupons .top-bar{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.sp-coupons .top-bar .coupon-img{
    font-weight: 500;
    font-size: 20px;
}
.sp-coupons .top-bar .store-img{
    max-width: 40%;
    width: 40%;
    text-align: right;
}
.sp-coupons .top-bar .store-img img{
    width: 40%;
}
.sp-coupons .coupon-details{

}
.sp-coupons .activatebtn2 span{
    background: var(--primary);
    border-color: var(--primary);
    border-radius: 8px;
    box-shadow: 0 8px 15px rgba(0,0,0,.1);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: freight-sans-pro,sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin-top: 7px;
    padding: 12px 25px;
    text-align: center;
    transition: all .3s ease 0s;
    vertical-align: middle;
    width: 60%;
}
.clicktoreveal{
    position: relative;
    background: #ccc;
    width: 60%;
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    padding: 0;
}
.clicktoreveal .over{
    background: var(--primary);
    padding: 10px 20px;
    width: 100%;
    border-radius: 10px;
}
.clicktoreveal .code{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.clicktoreveal .over::after{
    content: "";
    background: #6e99e6;
    border-bottom: 25px solid #e5e5e5;
    border-left: 25px solid transparent;
    border-top-left-radius: 8px;
    bottom: 0;
    height: 25px;
    pointer-events: none;
    position: absolute;
    right: 0;
    transition: all .15s;
    width: 25px;
}
.clicktoreveal:hover .over::after{
    border-bottom: 30px solid #e5e5e5;
    border-left: 30px solid transparent;
}
.offer-button a{
    display: flex;
    justify-content: right;
}
.subscribe-box{
    border: 3px solid var(--primary);
    padding: 10px;
    margin-bottom: 20px;
}
.subscribe-box input{
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
}
.subscribe-box input:focus{
    outline: none;
}
.subscribe-box button{
    position: absolute !important;
    display: inline-block;
    right: 0;
    margin-top: 4px;
    margin-right: 4px;
    border-radius: 0px;
}
.disclaimer{
        padding: 15px 0;
    font-size: 13px;
    text-align: left;
    color: #888;
}
.sd-top-bar{
    display: flex;
    align-items: center;
}
.sd-top-bar img{
    border: 1px solid #ccc;
    border-radius: 15px;
    width: 80px;
    height: auto;
    margin-right: 15px;
}
.sd-top-bar .stitle{
    font-size: 20px;
    font-weight: bold;
}
.sd-top-bar .sdomain{
    font-size: 14px;
    color: #888;
    font-weight: bold;
}
.coupon-info{
    width: 100%;
}
.coupon-info h3{
    font-size: 22px;
}
.coupon-info .cell-title, .cell-value{
    width: 40%;
    font-size: 14px;
    color: #222;
}
.coupon-info .cell-value{
    font-weight: 500;
}
.coupon-title{
    height: 70px;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 10px;
}
.bottom-bar{
    border-top: 1px solid #f3f3f3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}
.bottom-bar .verify i{
    color: var(--primary);
}
.bottom-bar .coupon-header{
    margin-bottom: 0;
    padding: 10px 0px;
}
.offer-button{
    margin-bottom: 10px;
}
.charcontainer{
    border: 1px solid #eee;
    box-shadow: 2px 2px 10px 1px #eee;
}
.similar{
    background: #fff;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 5%;
    box-shadow: 10px 10px 15px #eee;
}
.similar img{
    width: 70%;
    height: auto;
    padding: 10px 15px;
}
.similar .similar-count{
    background: var(--primary);
    padding: 5px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #fff;
}
.comp-code{
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 10px 10px 15px #eee;
}
.comp-code .cdescription span{
    display: block;
}
.comp-code .cdescription .cdiscount{
    font-weight: 600;
    font-size: 18px;
}
.comp-code .cdescription .cdomain{
    font-size: 16px;
    color: #777;
}
.comp-code .cimg img{
    height: 100px;
}
.short-description{
    padding: 10px 0;
}
.short-description p, .article{
    font-size: 14px;
    color: #111;
}
.short-description p a{
    color: var(--primary);
}
.faq{
    background: #fff;
}
.charcontainer a{
    color: #000;
    font-size: 15px;
}
.charcontainer h3{
    width: 30%;
    background: #0f4299;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin: auto;
}
.chars{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2%;
    flex-wrap: wrap;
}
.chars a{
    padding: 17px;
    border: 1px solid #000;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    margin-bottom: 10px;
    margin-right: 5px;
}
.blog-detail{
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;    
}
.blog-detail button{
        background: transparent;
    padding: 10px 30px;
    border: 1px solid;
    border-radius: 10px;
    margin-top: 10px;
}
/* General reset and styling for blog content */
.blog-body {
  line-height: 1.6;
  font-size: 16px;
  color: #333;
}

/* Headings */
.blog-body h1 {
  font-size: 28px;
  font-weight: bold;
  margin: 20px 0;
}

.blog-body h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 18px 0;
}

.blog-body h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 16px 0;
}

.blog-body h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 14px 0;
}

.blog-body h5 {
  font-size: 16px;
  font-weight: bold;
  margin: 12px 0;
}

.blog-body h6 {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
}

/* Links */
.blog-body a {
  color: #007bff;
  text-decoration: none;
}

.blog-body a:hover {
  text-decoration: underline;
}

/* Paragraphs */
.blog-body p {
  margin: 10px 0;
}

/* Lists */
.blog-body ul,
.blog-body ol {
  margin: 10px 0;
  padding-left: 20px;
}

.blog-body li {
  margin: 5px 0;
}

/* Tables */
.blog-body table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.blog-body th,
.blog-body td {
  padding: 8px;
  border: 1px solid #ccc;
}

/* Blockquotes */
.blog-body blockquote {
  margin: 15px 0;
  padding: 10px;
  background-color: #f5f5f5;
  border-left: 4px solid #007bff;
}

/* Code blocks */
.blog-body pre {
  margin: 10px 0;
  padding: 10px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  overflow: auto;
}

.blog-body code {
  font-family: "Courier New", Courier, monospace;
}

/* Images */
.blog-body img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px auto;
}
@media only screen and (max-width:768px) { 
.charcontainer h3{width: 100%;}
.navbar-brand{width: 50%;}
.navbar .search-row{width: 100%;}
}