.bor {
    /* border-bottom: 1px solid black; */
    font-size: 13px;
    font-weight: 700;
  }
  
  .nav-item a:hover {
    border-bottom: 1px solid;
    color: blue;
  }
  
  .header {
    /* height: 400px; */
    width: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }
  
  .secondary {
    background-color: transparent !important;
    color: black !important;
    width: 16rem;
    /* border: 1px black solid; */
    border-radius: 50px;
    padding: 8px;
  }
  
  .secondary:hover {
    cursor: pointer;
    /* border: 1px black solid; */
    background-color: lightblue;
  }
  
  .top-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
  
  .top-header li {
    text-align: right;
  }
  
  /************ button Scrollbar ***********/
  .scroll option {
    max-height: 150px;
    /* Adjust the height as needed */
    width: 160px;
    overflow-y: auto;
    /* This will add a scrollbar when necessary */
  }
  
  .dropdown-menu li input {
    /* border: 1px black solid; */
    border-radius: 30px;
    padding: 8px;
  }
  
  .no-icon::after {
    display: none;
    /* Hide the default dropdown icon */
  }
  
  .custom-icon {
    background-image: url('img/aerrow\ down.png');
    background-repeat: no-repeat;
    background-position: right center;
    /* Adjust as needed */
    padding-right: 30px;
    /* Adjust to ensure enough space for the icon */
  }
  
  
  /* ******* best seller product card  css ***********/
  
  .container-fluid {
    max-width: 1200px
  }
  
  .card {
    background: #fff;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
    transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
    border: 0;
    border-radius: 1rem
  }
  
  .card-img,
  .card-img-top {
    border-top-left-radius: calc(1rem - 1px);
    border-top-right-radius: calc(1rem - 1px)
  }
  
  .card h5 {
    overflow: hidden;
    height: 56px;
    font-weight: 900;
    font-size: 1rem
  }
  
  .card-img-top {
    width: 100%;
    max-height: 180px;
    object-fit: contain;
    padding: 30px
  }
  
  .card h2 {
    font-size: 1rem
  }
  
  .card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06)
  }
  
  .label-top {
    position: absolute;
    background-color: #8bc34a;
    color: #fff;
    top: 8px;
    right: 8px;
    padding: 5px 10px 5px 10px;
    font-size: .7rem;
    font-weight: 600;
    border-radius: 3px;
    text-transform: uppercase
  }
  
  .top-right {
    position: absolute;
    top: 24px;
    left: 24px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    font-size: 1rem;
    font-weight: 900;
    background: #ff5722;
    line-height: 90px;
    text-align: center;
    color: white
  }
  
  .top-right span {
    display: inline-block;
    vertical-align: middle
  }
  
  @media (max-width: 768px) {
    .card-img-top {
      max-height: 250px
    }
  }
  
  .over-bg {
    background: rgba(53, 53, 53, 0.85);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(0.0px);
    -webkit-backdrop-filter: blur(0.0px);
    border-radius: 10px
  }
  
  .btn {
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px 50px 5px 50px
  }
  
  .box .btn {
    font-size: 1.5rem
  }
  
  @media (max-width: 1025px) {
    .btn {
      padding: 5px 40px 5px 40px
    }
  }
  
  @media (max-width: 250px) {
    .btn {
      padding: 5px 30px 5px 30px
    }
  }
  
  .btn-warning {
    background: none #f7810a;
    color: #ffffff;
    fill: #ffffff;
    border: none;
    text-decoration: none;
    outline: 0;
    box-shadow: -1px 6px 19px rgba(247, 129, 10, 0.25);
    border-radius: 100px
  }
  
  .btn-warning:hover {
    background: none #ff962b;
    color: #ffffff;
    box-shadow: -1px 6px 13px rgba(255, 150, 43, 0.35)
  }
  
  .bg-success {
    font-size: 1rem;
    background-color: #f7810a !important
  }
  
  .bg-danger {
    font-size: 1rem
  }
  
  .price-hp {
    font-size: 1rem;
    font-weight: 600;
    color: darkgray
  }
  
  .amz-hp {
    font-size: .7rem;
    font-weight: 600;
    color: darkgray
  }
  
  .fa-question-circle:before {
    color: darkgray
  }
  
  .fa-plus:before {
    color: darkgray
  }
  
  .box {
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 6px 10px rgb(0 0 0 / 8%), 0 0 6px rgb(0 0 0 / 5%);
    transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12)
  }
  
  .box-img {
    max-width: 300px
  }
  
  .thumb-sec {
    max-width: 300px
  }
  
  @media (max-width: 576px) {
    .box-img {
      max-width: 200px
    }
  
    .thumb-sec {
      max-width: 200px
    }
  }
  
  .inner-gallery {
    width: 60px;
    height: 60px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 1px;
    display: inline-block;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover
  }
  
  @media (max-width: 370px) {
    .box .btn {
      padding: 5px 40px 5px 40px;
      font-size: 1rem
    }
  }
  
  .disclaimer {
    font-size: .9rem;
    color: darkgray
  }
  
  .related h3 {
    font-weight: 900
  }
  
  /* footer {
        background: #212529;
        height: 80px;
        color: #fff
    } */
  
  section {
    position: relative;
    height: 450px;
    width: 100%;
    display: flex;
    align-items: center;
  }
  
  .swiper {
    width: 950px;
  }
  
  /* .cards {
      position: relative;
      background: #fff;
      border-radius: 20px;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    }
    
    .cards:hover {
      box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
      box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
      transition: all 0.2s ease 0s;
      cursor: pointer;
    }
    .cards .card-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 30px;
      position: relative;
      z-index: 100;
    }
    
    section .card .image {
      height: 140px;
      width: 170px;
    
    }
    
    section .cards .image img {
      height: 100%;
      width: 100%;
      object-fit: cover;
    
    }
    .cards .name-profession {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-top: 10px;
    
    }
    .name-profession .name {
      font-size: 20px;
      font-weight: 600;
    }
    
    .name-profession .profession {
      font-size: 15px;
      font-weight: 500;
    }
    
    .cards .rating {
      display: flex;
      align-items: center;
      margin-top: 18px;
    }
    
    .cards .rating i {
      font-size: 18px;
      margin: 0 2px;
      color: #7d2ae8;
    }
    
    .cards .button {
      width: 100%;
      display: flex;
      justify-content: space-around;
      margin-top: 20px;
    }
    
    .cards .button button {
      background: #7d2ae8;
      outline: none;
      border: none;
      color: #fff;
      padding: 8px 22px;
      border-radius: 20px;
      font-size: 14px;
      transition: all 0.3s ease;
      cursor: pointer;
    }
    
    .button button:hover {
      background: #6616d0;
    } */
  
  .swiper-pagination {
    position: absolute;
  }
  
  .swiper-pagination-bullet {
    height: 7px;
    width: 26px;
    border-radius: 25px;
    background: #7d2ae8;
  }
  
  .swiper-button-next,
  .swiper-button-prev {
    opacity: 0.7;
    color: #7d2ae8;
    transition: all 0.3s ease;
  }
  
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    opacity: 1;
    color: #7d2ae8;
  }
  
  */
  
  /********** Second card section **********/
  /* .card img {
      height: 8rem !important;
      border: none !important;
    } */
  .card {
    border: none !;
  }
  
  /******** Shop By Categories css ***********/
  .shop-card {
    border: none !important;
  }
  
  .shop-card img {
    border: 1px black solid !important;
    width: 100px;
    border-radius: 50%;
    height: 100px;
    margin-left: 30px;
  
  }
  
  /********** Cheap Medicine Shop section style **********/
  .text {
    font-size: 13.3px;
    margin-top: 15px;
  }
  
  /********** footer section style **********/
  .footer {
    background-color: rgb(18, 41, 49);
    padding: 40px 0;
    color: white;
    
  }
  
  .footer h5 {
    color: white;
    font-size: 18px;
    margin-bottom: 20px;
  }
  
  .footer ul li {
    margin-bottom: 10px;
  }
  
  .footer ul li a {
    color: white;
    text-decoration: none;
  }
  
  .footer ul li a:hover {
    color: #007bff;
  }
  
  .footer p {
    margin-bottom: 10px;
  }
  
  .footer input[type="email"] {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
  }
  
  .footer hr {
    border-color: #dee2e6;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .footer input {
    border-radius: 50px;
    width: 3 20rem;
  }
  
  .footer-image img {
    padding-left: 5rem;
  }
  
  .footer-icon i {
    font-size: 25px;
    padding: 0 2px 4px;
  }
  
  
  
  
  
  
  /************Responsive css ********* */
  /* Add your existing CSS here */
  
  
  
  
  
  /* -----header css--0---- */
  
  
  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
  
  body {
    line-height: 1.5;
    /* font-family: 'Poppins', sans-serif; */
    font-weight: 400;
    overflow-x: hidden;
  }
  
  * {
    margin: 0;
    box-sizing: border-box;
  }
  
  :before,
  :after {
    box-sizing: border-box;
  }
  
  .container {
    max-width: 100%;
    margin: auto;
  }
  
  .row {
    display: flex;
    flex-wrap: wrap;
  }
  
  .v-center {
    align-items: center;
  }
  
  .ul {
    list-style: none;
    margin: 0;
    padding: 0;
  
  }
  
  a {
    text-decoration: none;
  }
  
  /*************** header section ***********/
  .header {
    display: block;
    width: 100%;
    position: sticky;
    z-index: 99;
    padding: 20px 0px 0px;
    top: 0px;
    left: 0;
    background: #fff;
    /* overflow-x: hidden; */
  }
  
  .header .item-left {
    flex: 0 0 10%;
  }
  
  .header .logo a {
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    text-decoration: none;
  }
  
  .header .item-center {
    flex: 0 0 80%;
  }
  
  /* .header .item-right{
        flex:0 0 17%;
        display: flex;
        justify-content: flex-end;
    }
    .header .item-right a{ 
         text-decoration: none;
         font-size: 16px;
         color:#555555;
         display: inline-block;
         margin-left: 10px;
         transition: color 0.3s ease;
    } */
  .header .menu>ul>li {
    display: inline-block;
  
    margin-left: 20px;
  
  }
  
  .header .menu>ul>li>a {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    position: relative;
    text-transform: capitalize;
    transition: color 0.3s ease;
  }
  
  .header .menu>ul>li .sub-menu {
    position: absolute;
    z-index: 500;
    background-color: #ffffff;
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
    padding: 20px 30px;
    transition: all 0.5s ease;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
  }
  
  @media(min-width: 992px) {
    .header .menu>ul>li.menu-item-has-children:hover .sub-menu {
      margin-top: 0;
      visibility: visible;
      opacity: 1;
    }
  }
  
  .header .menu>ul>li .sub-menu>ul>li {
    line-height: 1;
  }
  
  .header .menu>ul>li .sub-menu>ul>li>a {
    display: inline-block;
    padding: 10px 0;
    font-size: 15px;
    color: #555555;
    transition: color 0.3s ease;
    text-decoration: none;
    text-transform: capitalize;
  }
  
  .header .menu>ul>li .single-column-menu {
    min-width: 280px;
    max-width: 350px;
  }
  
  .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li {
    line-height: 1;
    display: block;
  }
  
  .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
    padding: 10px 0;
    display: inline-block;
    font-size: 15px;
    color: #555555;
    transition: color 0.3s ease;
  }
  
  .header .menu>ul>li .sub-menu.mega-menu {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .header .menu>ul>li .sub-menu.mega-menu-column-4 {
    max-width: 1100px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 15px;
  }
  
  .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
    flex: 0 0 25%;
    padding: 0 15px;
  }
  
  .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title {
    color: black;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 10px 0;
  }
  
  .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
    text-align: center;
  }
  
  .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover,
  .header .menu>ul>li .sub-menu>ul>li>a:hover,
  .header .item-right a:hover,
  .header .menu>ul>li:hover>a {
    color: #ea4636;
  }
  
  /************ banner section ***************/
  /* .banner-section{
      background-image: url("img/ban.jpeg");
      height: 600px;
      width: 100%;
      background-size: cover;
      background-position: center;
       display: block;
    } */
  .banner {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)), url('img/ban.jpeg');
    background-size: cover;
    background-position: center;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  
  }
  
  .content {
    margin-left: 25rem;
    display: flex;
    align-items: center;
  }
  
  .content img {
    width: 250px;
    height: 20rem;
  
  }
  
  .content p {
    color: rgb(15, 15, 15);
    font-size: 18px;
  
    margin-left: 10px;
  }
  
  .banner-btn {
    width: 200px !important;
    border-radius: 50px !important;
    margin-left: 14rem !important;
  }
  
  /********* banner media Query *****/
  @media only screen and (max-width: 768px) {
    .banner {
      height: auto;
      flex-direction: column;
    }
  
    .content {
      margin-left: 0;
      margin-top: 1rem;
      text-align: center;
    }
  
    .banner-btn {
      margin-left: 0 !important;
      /* width: 200px !important; */
      margin-left: 10rem !important;
    }
  
    .content img {
      width: 100px !important;
      height: 7rem;
      margin-bottom: 1rem;
    }
  
    .content p {
      margin-left: 10rem !important;
      font-size: 10px !important;
    }
  
    .mob {
      margin-left: 10rem !important;
    }
  }
  
  .mobile-menu-head,
  .mobile-menu-trigger {
    display: none;
  }
  
  /************** responsive ********************/
  @media(max-width: 991px) {
  
    .header .item-center {
      order: 3;
      flex: 0 0 100%;
    }
  
    .header .item-left,
    .header .item-right {
      flex: 0 0;
    }
  
    .v-center {
      justify-content: start;
    }
  
    .header .mobile-menu-trigger {
      display: flex;
      height: 30px;
      width: 30px;
      margin-left: 225px;
      cursor: pointer;
      align-items: center;
      justify-content: center;
    }
  
    .header .mobile-menu-trigger span {
      display: block;
      height: 2px;
      background-color: #333333;
      width: 24px;
      position: relative;
    }
  
    .header .mobile-menu-trigger span:before,
    .header .mobile-menu-trigger span:after {
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #333333;
    }
  
    .header .mobile-menu-trigger span:before {
      top: -6px;
    }
  
    .header .mobile-menu-trigger span:after {
      top: 6px;
    }
  
    .header .item-right {
      align-items: center;
    }
  
    .header .menu {
      position: fixed;
      width: 320px;
      background-color: #ffffff;
      left: 0;
      top: 0;
      height: 100%;
      overflow: hidden;
      transform: translate(-100%);
      transition: all 0.5s ease;
      z-index: 1099;
    }
  
    .header .menu.active {
      transform: translate(0%);
    }
  
    .header .menu>ul>li {
      line-height: 1;
      margin: 0;
      display: block;
    }
  
    .header .menu>ul>li>a {
      line-height: 50px;
      height: 50px;
      padding: 0 50px 0 15px;
      display: block;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
  
    .header .menu>ul>li>a i {
      position: absolute;
      height: 50px;
      width: 50px;
      top: 0;
      right: 0;
      text-align: center;
      line-height: 50px;
      transform: rotate(-90deg);
    }
  
    .header .menu .mobile-menu-head {
      display: flex;
      height: 50px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      justify-content: space-between;
      align-items: center;
      position: relative;
      z-index: 501;
      position: sticky;
      background-color: #ffffff;
      top: 0;
    }
  
    .header .menu .mobile-menu-head .go-back {
      height: 50px;
      width: 50px;
      border-right: 1px solid rgba(0, 0, 0, 0.1);
      cursor: pointer;
      line-height: 50px;
      text-align: center;
      color: #000000;
      font-size: 16px;
      display: none;
    }
  
    .header .menu .mobile-menu-head.active .go-back {
      display: block;
    }
  
    .header .menu .mobile-menu-head .current-menu-title {
      font-size: 15px;
      font-weight: 500;
      color: #000000;
    }
  
    .header .menu .mobile-menu-head .mobile-menu-close {
      height: 50px;
      width: 50px;
      border-left: 1px solid rgba(0, 0, 0, 0.1);
      cursor: pointer;
      line-height: 50px;
      text-align: center;
      color: #000000;
      font-size: 25px;
    }
  
    .header .menu .menu-main {
      height: 100%;
      overflow-x: hidden;
      overflow-y: auto;
    }
  
    .header .menu>ul>li .sub-menu.mega-menu,
    .header .menu>ul>li .sub-menu {
      visibility: visible;
      opacity: 1;
      position: absolute;
      box-shadow: none;
      margin: 0;
      padding: 15px;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding-top: 65px;
      max-width: none;
      min-width: auto;
      display: none;
      transform: translateX(0%);
      overflow-y: auto;
    }
  
    .header .menu>ul>li .sub-menu.active {
      display: block;
    }
  
    @keyframes slideLeft {
      0% {
        opacity: 0;
        transform: translateX(100%);
      }
  
      100% {
        opacity: 1;
        transform: translateX(0%);
      }
    }
  
    @keyframes slideRight {
      0% {
        opacity: 1;
        transform: translateX(0%);
      }
  
      100% {
        opacity: 0;
        transform: translateX(100%);
      }
    }
  
    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
      margin-top: 0;
    }
  
    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
      margin-bottom: 20px;
    }
  
    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center:last-child .title {
      margin-bottom: 0px;
    }
  
    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
      flex: 0 0 100%;
      padding: 0px;
    }
  
    .header .menu>ul>li .sub-menu>ul>li>a,
    .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
      display: block;
    }
  
    .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul {
      margin-bottom: 15px;
    }
  
    .menu-overlay {
      position: fixed;
      background-color: rgba(0, 0, 0, 0.5);
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1098;
      visibility: hidden;
      opacity: 0;
      transition: all 0.5s ease;
    }
  
    .menu-overlay.active {
      visibility: visible;
      opacity: 1;
    }
  
    .top-header {
      display: none;
    }
  
  
  
  
  
    /* -------------card style----------------- */
  
    .wrapper {
      position: relative;
      /* max-width: 1130px; */
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
  
    .wrapper .card {
      position: relative;
      background: #fff;
      border-radius: 3px;
      /* width: calc(33% - 13px); */
      overflow: hidden;
      /* box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.15); */
      /* margin: 10px;	 */
      border: 1px solid #ADD9EA;
    }
  
    .wrapper .card img {
      width: 100%;
      border-radius: 3px;
      transition: all 0.3s ease;
      height: 422px;
    }
  
    .card:hover img {
      transform: scale(1.1);
    }
  
    .wrapper .card .content {
      position: absolute;
      width: 100%;
      bottom: -100%;
      background: #fff;
      padding: 10px 20px 22px 20px;
      box-shadow: 0px -3px 10px 0px rgba(0, 0, 0, 0.15);
      transition: all 0.3s ease;
    }
  
    .wrapper .card:hover .content {
      bottom: 0;
    }
  
    .card .content .row,
    .content .buttons {
      display: flex;
      justify-content: space-between;
    }
  
    .content .row .details span {
      font-size: 22px;
      font-weight: 500;
    }
  
    .content .row .details p {
      color: #333;
      font-size: 17px;
      font-weight: 400;
    }
  
    .card .content .row .price {
      color: #003452;
      font-size: 25px;
      font-weight: 600;
    }
  
    .content .buttons {
      margin-top: 20px;
    }
  
    .content .buttons button {
      width: 100%;
      padding: 9px 0;
      outline: none;
      cursor: pointer;
      font-size: 14px;
      font-weight: 500;
      border-radius: 3px;
      border: 2px solid #ADD9EA;
      text-transform: uppercase;
      transition: all 0.3s ease;
    }
  
    .card .content .buttons button:first-child {
      color: #ADD9EA;
      margin-right: 10px;
      background: #fff;
    }
  
    .card .content button:first-child:hover {
      color: #fff;
      background: #ADD9EA;
    }
  
    .card .content .buttons button:last-child {
      color: #fff;
      margin-left: 10px;
      background: #ADD9EA;
    }
  
    .card .content button:last-child:hover {
      background: #ADD9EA;
      border-color: #ADD9EA;
    }
  
    .card-section {
      padding: 50px 0;
  
    }
  
    .slick-slider {
      margin: 0 -8px;
    }
  
    .slick-slide {
      padding: 4px;
      text-align: center;
      margin-right: 4px;
      margin-left: 4px;
    }
  
    .slick-next,
    .slick-prev {
      width: 32px;
      height: 32px;
      background-color: red;
    }
  
    .slick-next::before {
      background: url('img/right.png');
      background-size: 42px;
      background-position: center;
      background-repeat: no-repeat;
      width: 30px !important;
      height: 30px !important;
      display: inline-block !important;
      color: transparent !important;
    }
  
    .slick-prev::before {
      background: url('img/left.png');
      background-size: 42px;
      background-position: center;
      background-repeat: no-repeat;
      width: 30px !important;
      height: 30px !important;
      display: inline-block !important;
      color: transparent !important;
    }
  
  
  
    @media (max-width:1254px) {
      .slick-prev {
        left: 0px !important;
        z-index: 999;
      }
  
      .slick-next {
        right: 9px !important;
        z-index: 999;
      }
    }
  
    /* Card Hover Zooom Effect */
    .image-box {
      position: relative;
      margin: auto;
      overflow: hidden;
      width: 540px;
    }
  
    .image-box img {
      max-width: 100%;
      transition: all 0.3s;
      display: block;
      width: 100%;
      height: auto;
      transform: scale(1);
    }
  
    .image-box:hover img {
      transform: scale(1.1);
    }
  
    .gradient-text {
  
      font-size: 3em;
      font-weight: bold;
      background-image: linear-gradient(to right, #f00, #ff0, #0f0, #00f, #f0f);
      background-clip: text;
      -webkit-background-clip: text;
      color: transparent;
  
    }
  
  
    @media (min-width:992px) {
      .header-item.item-right {
        display: none;
      }
    }
  
    @media (min-width:992px) and (max-width:1184px) {
      .header .item-center {
        flex: 0 0 86%;
      }
    }
  
    @media (min-width:992px) and (max-width:1104px) {
      .header .menu>ul>li {
        margin-left: 18px;
      }
  
      .header .menu>ul>li>a {
        font-size: 14px;
      }
    }
  }
  
  .myaccount {
    border: 1px solid;
    padding: 5px;
    border-radius: 50px;
  
  }