.sticky_footer {
        position:initial;
    }
    
body {
            font-family: Arial, sans-serif;
            line-height: 20px;
            background-color: #FFF;
            font-size: 16px;
            color: #fffff;
        }

        marquee {
            box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
            border: 1px solid rgba(0, 0, 0, .15);
            background-color: #0000;
            padding: 50px;
        }
        
        
        
        {
      margin: 0;
      font-family: Arial, sans-serif;
      background: #fff;
    }
    footer {
      background: #111;
      color: #fff;
      padding: 40px 20px 10px;
    }
    .footer-container {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      max-width: 1200px;
      margin: auto;
    }
    .footer-logo {
      text-align: center;
    }
    .footer-logo img {
      max-width: 120px;
      margin-bottom: 10px;
    }
    .footer-links h3,
    .footer-info h3,
    .footer-contact h3 {
      margin-bottom: 10px;
      font-size: 18px;
    }
    .footer-links ul,
    .footer-info ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .footer-links ul li,
    .footer-info ul li {
      margin-bottom: 8px;
    }
    .footer-links ul li a,
    .footer-info ul li a {
      color: #bbb;
      text-decoration: none;
      font-size: 14px;
    }
    .footer-links ul li a:hover,
    .footer-info ul li a:hover {
      color: #fff;
    }
    .footer-contact .social-icons {
      display: flex;
      gap: 10px;
    }
    .social-icons a {
      width: 35px;
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background: #222;
      color: #fff;
      text-decoration: none;
      font-size: 16px;
    }
    .social-icons a:hover {
      background: #555;
    }
    .footer-bottom {
      border-top: 1px solid #333;
      text-align: center;
      padding: 15px;
      font-size: 13px;
      color: #bbb;
      margin-top: 20px;
    }
    .footer-bottom span {
      color: #fff;
    }
    .scroll-top {
      position: fixed;
      bottom: 20px;
      right: 20px;
      width: 40px;
      height: 40px;
      background: #fff;
      border-radius: 50%;
      border: 2px solid red;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      color: red;
      cursor: pointer;
    }
    
.site-header-mobile .top-bar-box, .sticky-mobile {
    padding-top: 15px;
    padding-bottom: 40px;
}


 @media (max-width: 767px) {
.m_listing{
  list-style-type: none;
  padding: 0;
  text-align: left;
  position: relative;
  width: 185px;
  margin: 0 auto;
  }
  }
  
  .text-white {
    color: #fff !important
}

button .tinvwl-mobile {
  display: none;
}















.custom-login-wrapper {
  max-width: 400px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.custom-banner {
  background: linear-gradient(90deg, #ff5f6d, #ffc371);
  color: #fff;
  padding: 20px;
  text-align: center;
}
.custom-banner h2 {
  margin: 0;
  font-size: 22px;
}
.custom-banner p {
  margin: 5px 0;
  font-size: 14px;
}
.coupon-code {
  display: inline-block;
  margin-top: 8px;
  padding: 4px 8px;
  background: #fff;
  color: #ff5f6d;
  border-radius: 4px;
  font-weight: bold;
}
.login-box {
  padding: 20px;
  background: #fff;
}
.login-box h3 {
  margin-bottom: 20px;
  font-size: 18px;
}
.form-group {
  margin-bottom: 15px;
}
.form-group input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
}
.checkbox {
  font-size: 12px;
  margin-bottom: 15px;
  display: block;
}
.checkbox a {
  color: #ff5f6d;
  text-decoration: none;
}
.login-btn {
  width: 100%;
  padding: 12px;
  background: #444;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
}
.login-btn:hover {
  background: #222;
}




#tab-additional_information, .additional_information_tab {
    display: none !important;
}

ul > li {
    position: relative;
margin-bottom: 15px;
}

@media (max-width: 767px) {
   .vc_row-o-content-middle.vc_row-flex {
        display: none;
    }
}