.about-feature-list li {
margin-left: 15px;
    margin-bottom: 15px;
    list-style: disc;
}
.how-it-work-list li {
margin-left: 15px;
    margin-bottom: 15px;
    list-style: decimal;
}
.live-mall span:nth-child(1){
    color: #8C0E19;
    font-weight: 700!important;
}
.footer .footer-widget ul.links li a:hover{
    color: #fff;
}
.hero-section .hero-content p {
    margin-bottom: 35px;
    padding-right: 55px;
}


/* Support Page */
.contactform {
    max-width: 600px;
    margin: 20px auto;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 20px;
    padding: 20px;
}
button.btn.my_btn {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    border-radius: 10px;
    background: #850d18;
    color: #fff;
    border: none;
}

/* Delete Account  */

  .tab-navigation {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.tab-btn {
    padding: 0.75rem 1.5rem;
    background: #f8f9fa;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

.tab-btn:hover {
    background: #e9ecef;
}

.tab-btn.active {
    background: #8C0E19;
    color: white;
}

.tab-content {
    display: none;
    animation: fadeIn 0.5s ease;
}

.tab-content.active {
    display: block;
}
.pare_height {
    min-height: 110px;
}
@media only screen and (max-width: 1024px) { 
  .pare_height {
    min-height: 140px;
}
 }
 @media only screen and (max-width: 767px) { 
  .pare_height {
    min-height: 40px;
}
 }