 @import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
      @import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:wght@700&display=swap');
      @import url('https://fonts.googleapis.com/css2?family=Arimo:wght@700&display=swap');
      @import url('https://fonts.googleapis.com/css2?family=Arimo&family=Poppins:wght@100&display=swap');
      @import url('https://fonts.googleapis.com/css2?family=Arimo&family=Oswald:wght@600&family=Poppins:wght@100&display=swap');
      h6, h4, h3, h2, h1, .faq-tittle{
        font-family: 'Arimo', sans-serif;
        font-weight: 700;
      }
      .arimo{
        font-family: 'Arimo', sans-serif !important;
        font-weight: 700;
      }
      .pic-caption li{
        font-family: 'Arimo', sans-serif !important;
        font-weight: 400 !important;  
      }
      a.btn span, a.h4{
        font-family: 'Alegreya Sans', sans-serif;
        font-weight: 700;
     
      }
      .butn{
        font-family: 'Alegreya Sans', sans-serif !important;
      }
      .head{
        font-family: 'Oswald', sans-serif !important;
      }
      p{
        font-family: 'Arimo', sans-serif;
        font-weight: 400;;
      }
      .downsell p{
        font-family: 'Lato', sans-serif !important;
      }
      .lato{
          font-family: 'Lato', sans-serif !important;
        }
        .circle-check-list li{
          font-family: 'Lato', sans-serif !important;
        }
      :root, [data-bs-theme=light]{
          --h1: 70px;
          --h2: 40px;
          --h3: 35px;
          --h4: 30px;
          --h5: 26px;
          --h6: 20px;

          --p: 20px;

          --primary-color: #28C1E1;
          --secondary-color: #42BA80;
          --red-color: #ED1C24;
          --redish-color:#F00;
          --dark-color: #000000;
          --black-color:#111111;
          --blackish-color: #121212;
          --white-color: #fff;
          --blue-color: #0065C2;
          --gray-color:#0a0a0a;
          --heading-color:#53c5ca;
          --bs-link-color-rgb:0,101,194;
          --bs-gradient:linear-gradient(45deg, var(--primary-color), var(--secondary-color));
          font-size:20px;
        }
        
.col-md-2 .btn{
    font-weight:700;
}
        .h1,h1{ 
              font-size: var(--h1) !important;
          }
        .h2,h2{ 
              font-size: var(--h2) !important;
          } 
        .h3,h3{ 
              font-size: var(--h3) !important;
          }
        .h4,h4{ 
              font-size: var(--h4) !important;
              color: var(--blackish-color);
          }
        .h5,h5{ 
              font-size: var(--h5) !important;
          }
        .h6,h6{ 
              font-size: var(--h6) !important;
          }

        .p,p{ 
              font-size: var(--p) !important;
              color: var(--blackish-color);
          }
          .fs-7{
            font-size: 14px !important;
          }
          .fs-8{
            color:#121212 !important;
            font-size: 20px !important;
          }
          .fs-14{
            font-size: 14px !important;
          }
          .fs-16{
            font-size: 16px !important;
          }
          .fs-20{
            font-size:20px !important;
            color: var(--blackish-color) !important;
          }
          .fs-20{
            font-size: 20px !important;
            color: var(--red-color) !important;
          }
          .fs-24{
            font-size: 24px !important;
          }
          .fs-26{
            font-size: 25px !important;
          }
          .fs-28{
            font-size: 28px !important;
          }
          .fs-30{
            font-size: 30px !important;
          }
          .fs-22{
            font-size: 22px !important;
          }
          .fs-52{
            font-size: 52px !important;
          }
          .fs-44{
            font-size: 44px !important;
          }
          .sf-24{
            font-size:24px !important;
          }
          .fs-48{
            font-size:48px !important;
            background: linear-gradient(270deg, var(--black-color) 0%, var(--secondary-color) 100%) !important;
      -webkit-background-clip: text !important;
      -webkit-text-fill-color: transparent !important;
      background-clip: text !important;
          }
          .pic-section{
            left: 63%;
            top: 90%;
          }
          .site-icon {

            background-image: url('img/siteicon.ico');
          }
          .text-blue{
            color: var(--blue-color) !important;
          }
          .red-text{
            color: var(--redish-color);
          }
          .text-gray{
            color: var(--gray-color);
            opacity:25%;
          }
          .spacing{
            margin-top: -70px;
          }
          li{
            color: var(--blackish-color);
          }
          .w-80{
            width: 85%;
            margin: auto;
          }
          .w-390{
            max-width: 390px;
          }
          .w-147{
            max-width: 147px;
          }
          .w-1000{
            max-width: 1000px;
          }
          .w-1170{
            max-width: 1170px;
          }
          .w-1140{
            max-width: 1320px;
          }
          .w-960{
            max-width: 960px;
          }
          .w-250{
            max-width: 250px;
          }
          .index-margin{
            margin-top:180px !important ;
          }
          .bg-light-blue{
            background: #f6fdfe !important;
          }
          .custom-negative-margin {
            margin-top: -40px; /* Adjust the value as per your requirements */
          }
          .neg-margin{
            margin-top: -80px;
          }
          .ml-20{
            margin-left: 20px;
          }
          .mt-30{
            margin-top: 30px;
          }
          .w-fit-content{
            width: fit-content !important;
          }
          .gradient-text{
            background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
          }
          .text-red{
            color: var(--red-color);
          }
          .dark-text{
      color:var(--black-color);
          }
          .primary-text{
            color: var(--heading-color);
          }
          .border-gradient-color.border{
            border-color: var(--primary-color) !important;
          }
          .border-color.border-bottom-color{
            border-bottom-color:var(--primary-color) !important;
          }
          .border-bottom-color-white{
            border-bottom-color: var(--white-color) !important;
          }
          .dash-border.dash-border{
            border-style: dashed !important;
          }
          section,.row{padding-top:20px;padding-bottom: 20px; margin: auto;}
          .px-40{padding-left: 40px;padding-right: 40px;}
          .pr-20{padding-right: 20px !Important;}
          img {
            max-width: 100%;
            height: auto;}
          .text-shadow {
              filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.25));
          }
          .dark-shadow{
            box-shadow: 0px 0px 30px 4px rgba(0,0,0,0.49);
          }

        /* Order Page CSS Start */

      /* body{
        overflow: hidden;
      } */
      .countdown-timer .small-text{
          font-size: var(--p);
          line-height: 15px;
          padding: 9px;
          
      }
      .countdown-timer span{
          font-size: var(--h5);
          min-width: 50px;
          width: 30px;
          margin: 9px;
          line-height: 30px;
      }
      .border-gradient-color{
        border-left: 1px solid var(--primary-color);
        border-right: 1px solid var(--primary-color);
      }
      .order-here-img{
        /* margin-left: -38px; */
        position: absolute;
    top: -45px;
    left: -22px;
      }
      .border-circle-radio.border-circle-radio{
        border-radius: 50% !important;
        border-color: var(--secondary-color);
        border-width: 2px;
        width: 20px;
        height: 20px;
      }
      .nav-arrow{
        position: absolute!important;
          margin-top: 5px;
          top: 40%!important;
          transform: rotate(-90deg);
          left: 0;
      }
      .final-price{
        bottom: -10px;
        right: 10px;
      }
      .video-container {
        position: relative;
        display: inline-block;
      }
     
      .video-thumbnail {
        cursor: pointer;
      }
      .iframe-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: none;
      }
      
      .video-iframe {
        width: 100%;
        height: 100%;
      }
      .boxshadow{
       border: 1px solid black;
       box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
       border-radius: 3px;
      }
      .colour-1{
        background: linear-gradient(90deg, var(--primary-color) 35%, var(--secondary-color) 50%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }
      .border-color{
        border-bottom: 3px solid #28C1E1;
      }
      /* .nav  img{
        margin-top: 1rem;
      } */

        /*  Home Page CSS Start */
      .section-2{
        z-index: 10;
        box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.18);
      }
      .primary-btn{
        box-shadow: 0px 12px 18px -6px rgba(18,18,18,0.19);
        background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
        
      }
      .main-btn{
        background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
      box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.18);
      }

      .notice-area-small{
        background: linear-gradient(270deg,rgba(255,255,255,0) 0%,rgba(40,193,225,0.15) 27.14%,rgba(40,193,225,0.15) 68.11%,rgba(255,255,255,0) 102.16%);
      }
      hr{
        /* background: #377e7e; */
       background:  linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #377E7E;
        height:2px;
      }
      .testimonial-section{
        background-image: url("../img/Testimonials-min.jpg");
        background-size: 100%;
        background-repeat:no-repeat ;
      }
      .bg-testimonial-image{
        background-image: url('../img/thread/Untitled-1-2.png');
        background-size: cover;
        background-position: left center;
      }
      .testimoniaL-Image{
        position:absolute;
        bottom: 0;
        right:5%;
      }
      .testimoniaL-text{
        position:absolute;
        bottom: 0;
        
      }
      .testimoniaL-Image a:hover{
        background: linear-gradient(270deg,rgba(255,255,255,0) 0%,rgba(40,193,225,0.15) 52.14%,rgba(255,255,255,0) 102.16%);
        padding:20px 0px;
      }
      .accordion-button:not(.collapsed){
        background-color: #ffffff !important;
        border:none;
      }
      .faq-tittle{
        position: relative;
        z-index: 9999;
        width: fit-content;
        
      }
      .faq-tittle:after{
        content: "";
        width: 100%;
        height: 5px;
        position: absolute;
         background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
        left: 0;
        bottom: -1px;
        z-index: -1;
      }
      .cart-title{
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        letter-spacing: -2px;
      }
      :root{
        --bs-primary-text-emphasis:#000000 ;
      }
       .accordion-button::after {
        background-image: url("../img/data-image.png");
        /* transform: scale(.7) !important; */
      }
      .accordion-button:not(.collapsed)::after {
        background-image: url("../img/data-not-img.png");
      } 
      .accordion p{
        font-size:20px !important;
      }
      .nav-item img{
      width: 100%;
      max-width: 90px;
      margin-right: 30px;
     }
      .border-gradient-color{    
        border-width: 1px !important;
        border-image-source: linear-gradient(to left,rgba(66,186,128,1),rgba(40,193,225,1)) !important;
        border-image-slice: 1 !important;
      }
      .video-section html{
        background: white;
      }
      .layer-multiply{
        mix-blend-mode: multiply;
      }
      .modal-head .btn{
        float: right !important;
      }
       .pop-form{
        padding: 0px 70px !important;
       }
       .border_sourse{
        border-image-source: none !important;
       }

        /*  Upsell Page CSS Start */
      .wait h4{
        border-bottom-width: 7px !important;
      }
      .border-bottom-gradient{position: relative;}
      .border-bottom-gradient:after{
        content: "";
          width: 100%;
          height: 7px;
          position: absolute;
          background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
          left: 0;
          bottom: -10px;
          z-index: -1;
      }
      .fs{
        font-size: 17px;
      }
      .set-width{
        width: 35% !important;
        max-width: 35% !important;
      }
      .bor-setting{
        border-radius: 25px;
        border-top: 8px solid var(--Linear, #28C1E1);
        /* border-color:linear-gradient(45deg, var(--primary-color), var(--secondary-color)); */
      }
      
      /* .border-top-gradient::before{
        content: "";
          width: 100%
          height: 7px;
          position: absolute;
          background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
          left: 0;
          bottom: 0;
          z-index: 0;
          top: 0;
          border-top-right-radius: 25px;
          border-top-left-radius: 25px;
      } */
      ul.check-list.circle-check-list li:before {
        width: 35px;
        height: 35px;
        left: -2.4rem;
        top: 0rem;
        background: url('../img/tick.svg');
      }
      .swipe-right-arrow{
        right: 0;left:120px;top:60px;
      }
      .swipe-left-arrow{
        right:300px;left:0;
      }
      .myImg:hover {opacity: 0.7;
         cursor: pointer;}
         .text_hover:hover {
          cursor: pointer;}
      .br-radius{
        border-radius: 10px;
      }


      /* Order confirmation */
      .border-2-bottom-gradient:before{
        content: "";
          width: 100%;
          height: 2px;
          position: absolute;
          background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
          left: 0;
          bottom: -5px;
          z-index: 0;
      }
      .border-2-top-gradient:after{
        content: "";
          width: 100%;
          height: 2px;
          position: absolute;
          background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
          left: 0;
          bottom: 0;
          z-index: 0;
          top: -5px;
      }
      .w-150{
        width: 150px !important;
      }
      .bg-s{
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
      }
      .bor-rs{
        border-radius: 25px;
      }
      
     
/* modl css*/
/*modal css */
/* The Modal (background) */
.modal-1 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content-1 {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content-1, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}


.close {
   position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold; 
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}


/*upsell-modal-css* /
* The Modal (background) */
.modal-up {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 50px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content-up {
  margin: auto;
  display: block;
  width: 30%;
  max-width:30%;
}
/* .up-model{
  max-width:520px !important;
} */
/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close-up {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close-up:hover,
.close-up:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/**/

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content-1 {
    width: 100%;
  }

}



        /*  Downsell Page CSS Start */
        ul.check-list{
          list-style: none;
        }
        ul.check-list li{
          position: relative;
          margin-top: 1rem;
          margin-bottom: 1rem;
        }
        ul.check-list li:before {
          content: '';
          width: 20px;
          height: 20px;
          position: absolute;
          left: -2rem;
          top: 0.3rem;
          background: url('../img/check.svg');
          background-size: contain;
      }
      .mar-setting{
        margin-top: -57px
      }
      .img-width{
        max-width: 55% !important;
      }
      .bg-blue-radius{
        background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(40, 193, 225, 0.15) 27%, rgba(40, 193, 225, 0.15) 67%, rgba(255, 255, 255, 0) 100%);
          background-position: center;
      }
      .scroll-top img{
        width: 380px !important;
      }
      .scroll-top img:hover {
        background: linear-gradient(270deg,rgba(255,255,255,0) 0%,rgba(40,193,225,0.15) 52.14%,rgba(255,255,255,0) 102.16%);
      }
      .hoveer img:hover{
        background: linear-gradient(270deg,rgba(255,255,255,0) 0%,rgba(40,193,225,0.15) 52.14%,rgba(255,255,255,0) 102.16%);
      }
      .width-set{
        width: 56% !important;
      }
       /* order-page */

      .text-sm-center{
         text-align:right !important;
      }
      .form-floating>label 
      {
        padding: 0px 10px;
    background: #ffff;
    height: auto;
    font-weight:400;
    font-size: 16px;
    transform: translate(10px, -16px);
      }
      
      .form-floating>.form-control{
        padding:13px 20px;
        border-radius: 2px;
      }
      .form-floating input::placeholder{
        font-size: 16px;
      }
      .form-floating input {
        height:auto !important;
      }
      .form-floating input:focus
     {
      height:auto !important;
      border: 1px solid #cacaca!important;
      box-shadow: 0 0 5px #28c1e1!important;
      padding:13px 23px !important;
     }
     ::placeholder {
      color:#999999 !important;
      font-size:18px;
      opacity: 0.2;
    }
    .hide {
      display: none;
    }
    .form-outline>label 
    {
      padding: 0px 10px;
  background: #ffff;
  height: auto;
  font-weight: bold;
  font-size: 16px;
  transform: translate(10px, -63px);
    }
    .form-outline input:focus{
      box-shadow: none;
    }
    .dropdown {
      position: relative;
      font-size: 14px;
      color: #333;
      min-width:155px;
    }
    .dropdown .dropdown-list {
      padding: 12px;
      background: #fff;
      position: absolute;
      top: 45px;
      left: 2px;
      right: 2px;
      box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
      transform-origin: 50% 0;
      transform: scale(1, 0);
      transition: transform 0.15s ease-in-out 0.15s;
    border: 1px solid #000000;
    border-radius: 7px;
      z-index:1;
    }
    .dropdown .dropdown-option {
      display: block;
      padding: 8px 0;
      opacity: 0;
      color:#000;
      transition: opacity 0.15s ease-in-out;
      display: flex;
        align-items: center;
        line-height: 1;
    }

    .dropdown .dropdown-label {
      display: block;
      height: 30px;
      background: #fff;
      border: 1px solid #000000;
    border-radius: 7px;
      padding: 9px 12px;
      line-height: 1;
      cursor: pointer;
    }
    .dropdown .dropdown-label:before {
      content: "▼";
      float: right;
    }
    .dropdown.on .dropdown-list {
      transform: scale(1, 1);
      transition-delay: 0s;
    }
    .dropdown.on .dropdown-list .dropdown-option {
      opacity: 1;
      transition-delay: 0.2s;
    }
    .dropdown.on .dropdown-label:before {
      content: "▲";
    }
    .dropdown [type=checkbox] {
      position: relative;
      top: -1px;
      margin-right: 4px;
    }
    
    .filter-row{/*display:none;*/opacity:0;transition:all 1s ease;}
    .filter-row.active{/*display:block;*/opacity:1;}
    
    .close-popup{cursor:pointer;}
    .htmlScrollFixer{overflow:hidden;}
      /* Media queries */
      @media only screen and (max-width: 1400px){
    .fs-25{
      font-size: 25px !important;
    }
      }
      @media only screen and (max-width: 1200px){
        :root{
          --h4: 29px !important;
          --h1: 62px !important;
        }

          .h4,h4{ 
                font-size: var(--h4) !important;
            }
            .h1,h1{ 
              font-size: var(--h1) !important;
          }
          .lfs-14{
            font-size: 14px !important;
          }
          .fs-26{
            font-size: 17px !important;
          }
            .no-margin{
              margin: 0px !important;
            }
      }
      @media only screen and (max-width: 1200px)  {
       h2{
            font-size: 31px !important;
       }
      }
      @media only screen and  (min-width: 1200px) and (max-width: 1400px) {
        
        .media-setting{
          font-size: 30px !important;
        }
      }
      @media only screen and  (min-width: 992px) and (max-width: 1200px) {
        .media-setting{
          font-size: 25px !important;
        }
      }
      
      @media only screen and  (min-width: 1200px) and (max-width: 1440px)  {
        h2{
             font-size: 37.5px !important;
        }
        .padding-t{
          padding: 15px;
        }
       }
       @media only screen and  (min-width: 992px) and (max-width: 1400px) {
        .media_set{
          font-size: 21px !important;
        }
       }
       @media only screen and (min-width: 1400px)  {
        h2{
             font-size: 44px !important;
        }
        .fs_41{
          font-size: 41px !important;
        }
        .fs{
          font-size: 19px !important;
        }
        .padding_y{
          padding-top: 50px !important;
        }
        .padding_x{
          padding-right: 20px !important;
    padding-left: 20px !important;
        }
        .padding-t{
          padding: 25px;
        }
       }
       
@media only screen and (min-width: 995px) and (max-width: 1200px){
    .res-button{
      font-size: 16px !important;
    }
    .fs{
      font-size: 16px !important;
    }
    .padding_y{
      padding-top: 25px !important;
    }
    .padding_x{
      padding-right: 30px !important;
padding-left: 30px !important;
    }
    h3{
      font-size: 29px !important;
    }
}

      @media only screen and (max-width: 989px)    {
        .wait .row {
          text-align: center;
          row-gap: 20px;
      }
      .img-tb-center{
        text-align: center !important;
      }
      h2{
        font-size: 24px !important;
      }
      .order-box{
        margin: 0 20px !Important;
      }
      .text-sm-center{
         text-align:center !important;
      }
      .custom-negative-margin-med{
margin-top:-16px !important;
      }
      .bottom-margin{
        margin-bottom: 40px!important ;
      }
      .mar-setting {
        margin-top: -8px;
    }
      :root{
        --h1: 45px!important;
        --h3: 26px !important;
        --h4: 20px !important;
      }

        .h1,h1{ 
              font-size: var(--h1) !important;
          }
          .h3,h3{ 
                font-size: var(--h3) !important;
            }
            .h4,h4{ 
              font-size: var(--h4) !important;
          }
            .h5,h5{ 
                  font-size: var(--h5) !important;
              }
              .mfs-15{
                font-size:15px !important;
              }
              .mfs-20{
                font-size:23px !important;
              }
              .fs-52{
                font-size:40px !important;
              }
              .index-margin{
                margin-top:100px !important;
              }
              .top-zero{
                margin-top: 0px !important;
                padding-top: 30px !important;
              }
              .sm-margin{
                margin-top:50px !important;
              }
              .zero-margin{
                margin-top:0px !important;
                margin-top: -60px !important;
              }
              .setting-padding{
                text-align: center !important;
              }
            
      }

      @media only screen and (max-width:767px){
         :root{
        --h1: 34px !important;
        --h3: 27px !important;
        --h5: 18px !important;
      }

        .h1,h1{ 
              font-size: var(--h1) !important;
          }
          .h3,h3{ 
                font-size: var(--h3) !important;
            }
            .h5,h5{ 
                  font-size: var(--h5) !important;
              }

        .mfs-28{
          font-size: 34px !Important;
        }
        .mfs-28{
          font-size: 28px !Important;
        }
        .mfs-26{
          font-size: 26px !Important;
        }
        .mfs-24{
          font-size: 24px !Important;
        }
        .mfs-22{
          font-size: 22px !important;
        }
        .mfs-23{
          font-size: 23px !important;
        }
        .mfs-20{
          font-size: 20px !important;
        }
        .mfs-18{
          font-size: 18px !Important;
        }
        .mfs-16{
          font-size: 16px !Important;
        }
        .mfs-14{
          font-size: 14px !important;
        }
        .mfs-13{
          font-size: 13px !important;
        }
        .mfs-12{
          font-size: 12px !important;
        }
        .mfs-11{
          font-size: 11px !important;
        }
        .mfs-10{
          font-size: 10px !important;
        }
        
        .padding-lr-15{
          padding-left: 15px !Important;
          padding-right: 15px !important;
        }
        /* .mbtn-padding {
          padding: 15px 20px !important;
        } */
        .top-padding {
        margin-top: 0px !important;
        }
        .btn-mrg {
          margin-bottom: 0px !important;
          }
        .bottom-padding {
          margin-bottom: 20px !important;
          }
        .mobp-0{
          padding: 0 !Important;
        }
        .mob-t{
          padding-top: 0px !important;
        }
        .mobp-10{
          padding: 10px !Important;
        }
        .wait-logo img{width: 150px;}
        .book-image img.book{
          width: 200px;
        }
        .book-image{padding: 60px 20px !important;}
        footer .container .row li a {
          padding-right: 10px !important;
          padding-left: 10px !important;
      }
      footer .mob-bottom-m-p-0{
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
      }
      .mob-fit-content{
        width: fit-content !important;
      }
      .mob-margin-0{
        margin: 0 !Important;
      }
      .justify-content-mob-end{
        justify-content: flex-end !important; 
      }
      .text-mob-left{
        text-align: left !important;
      }

  
      .home-video{
       height: 200px; 
      }
      .sm-none{
        display: none !Important;
      }
      .sm-block{
        display: block !Important;
      }
      .accordion p{
        font-size:11px !important;
      }
      .bg-testimonial-image{
        background-image: none;
         padding:45px;
      }
      .text-xs-center{
        text-align:center !important;
     }
     .pop-form{
      padding: 0px !important;
     }
     .index-margin{
      margin-top: 60px !important;
     }
     .countdown-timer span {
      line-height: 10px;
      min-width:10px; 
     }
     .content-center{
      justify-content: center !important;
      text-align: center !important;
      margin-top: 10px;
     }
     .hide-sm{
      width: 40% !important;
     }
     .text-rt{
      text-align: right;
      padding-right:30px ;
     }
     .filter-row img{
    max-width: 80%;
     }
     .w-250{
      max-width: 150px;
     }
    
    }
    @media only screen and (max-width: 1399px){
    .sf-24{
      font-size:20px !important;
    }
  }
    @media only screen and (max-width: 576px){
      .w-150{
        padding-left: 15px;
      }
      .mbtn-padding{
      padding: 20px 30px !important;
      }
      .lr-padding{
        padding-left:30px !important;
        padding-right:30px !important ;
      }
    }
    @media only screen and (max-width: 464px){
      .mfs-23{
        font-size:16px !important;
      }
    }
    @media only screen and (max-width: 410px){
      .mfs-11{
font-size: 9px !important;
      }
      .w-150{
        width: 100px !important;
        padding-left: 15px;
      }
      .mbtn-padding{
        margin-top: 30px;
      }
      .fa-cart-shopping::before{
        display: none !important;
      }
      .mar-setting {
        margin-top: -15px;
    }
    }
    @media only screen and (min-width:767px){
      .media-seting{
        padding-left: 40px;
      }
      .setting-padding{
        padding-right: 53px !important;
      }

    }
   
   /* correction */
   
    .hov-button:hover{
      background: linear-gradient(90deg, #21aac5 0%, #30a36c 100%);
        }
      .shinning{
          position: relative;
          overflow: hidden;
        }
     .shinning::after{
      content: ''!important;
    position: absolute;
    top: -50%;
    animation: 5s shinning infinite;
    right: -60%;
    bottom: -50%;
    display: block!important;
    opacity: 1;
    left: -60%!important;
    background: linear-gradient(50deg,rgba(255,255,255,0) 40%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 60%);
    -webkit-transform: translate(-80%,0px);
    -ms-transform: translate(-80%,0px);
    transform: translate(-80%,0px);
}
@keyframes shinning {
  0% {
      -webkit-transform: translate(-80%, 0px);
      -ms-transform: translate(-80%, 0px);
      transform: translate(-80%, 0px);
  }

  100% {
      -webkit-transform: translate(80%, 0px);
      -ms-transform: translate(80%, 0px);
      transform: translate(80%, 0px);
  }
} 

.rotated-i{
  position: relative;
}
.rotated-i::before{
  position: absolute;
  content: "";
  background-image: url(../img/i-vector.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: -4px;
  height: 40%;
  width: 115%;
  right: -1px;
  transform: rotate(-1.5deg);

}
.poster{
  background-image: url('../img/thumbnail.png');
  background-repeat: no-repeat;
}
.poster .vp-content-area-background img, .poster .vp-preview {
display: none !important;
}
