.info-title{
    color:#fff;
    font-size: clamp(1.2rem,3.5vw,1.5rem) !important;
    font-weight: bold !important;
}
.info-content{
    color:#c1c1c1;
    font-size: clamp(0.9rem,3.5vw,1rem);
}
strong{
    color:#fff;
}


/*----------------------------------------------*/
.info-box{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    width: 100%;
    min-height: 300px;
    background-color: #2a2a2a;
    border-radius: 6px;
    border:2px solid #e1e1e1;

}
.info-item{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 85%;
    height: 100%;
    color:#e1e1e1;
    border-radius: 6px;
}
.info-item .info-title{
    color:#e1e1e1 !important;
}

table,tr,th,td{
    border:1px solid #525252 !important;
    padding:0 5px !important;
}
/*----------------------------------------------*/
.li-sub-title{
    color:#fff;
    font-size: clamp(1.0rem,3.5vw,1.1rem);
    font-weight: bold !important;
}
.contact-us-btn{
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    height: 50px;
    padding:0 25px;
    border:2px solid #ea0029;
    border-radius: 4px;
    color:#fff;
    background-color: #ea0029;
    font-size: clamp(1.1rem,3.5vw,1.5rem);
    font-weight: bold;
}
.expand-content {
    display: inline-flex;
    width: 0;
    opacity:1;
    padding-left:0.5rem;
    transform: translateX(-30px);
    transition: transform 0.2s ease,width 0.2s ease;
}
.contact-us-btn:hover{
    border:2px solid #ea0029;
    color:#fff;
    background-color: #ea0029;
}
.contact-us-btn:hover .expand-content {
    width: 30px;
    right: 0;
    transform: translateX(0);
}

/*----------------------------------------------*/
.payment-method-title{
    color:#fff;
    font-size: clamp(1.1rem,3.5vw,1.3rem) !important;
    font-weight: bold !important;
}
.payment-method-advantage{

}
.advantage-title{
    color:#fff;
    font-size: clamp(1.0rem,3.5vw,1.1rem) !important;
    font-weight: bold !important;
}
.advantage-content{
    margin-top:0.25rem;
}
/*----------------------------------------------*/
.track-method-box{
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 350px;
    background-color: #000;
    border:2px solid #fff;
    border-radius: 6px;
    padding:15px;
}

.track-method-title
{
    height: 80px;
    color:#e1e1e1;
    font-size: clamp(1.2rem,3.5vw,1.5rem);
    font-weight: bold;
}
.track-method-image{
    width:85%;
    height: 100px;
    background-color: transparent;
}
.track-method-link{
    color:#e1e1e1;
    font-size: clamp(0.95rem,3.5vw,1.2rem);
    font-weight: bold;

}
.track-method-box:hover .track-method-link{
    font-size: clamp(1.0rem,3.5vw,1.3rem);
    text-decoration:underline;
}
/*----------------------------------------------*/