*,div,section {
    box-sizing: border-box;
    margin: 0 0;
}
img {
    max-width: 100%;
}
.customer-welcome .action.switch {
    display: flex!important;
    flex-direction: row;
    align-items: center;
}

.customer-welcome .action.switch::after {
    display: none!important;
}

.customer-welcome .action.switch strong {
    color: #444;
    font-size: 14px;
    display: block;
    max-width: 80px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 400;
    white-space: nowrap;
}

.nav-sections .section-item-content.nav-sections-item-content .navigation ul li a {
    color: #333!important;
    text-align: center;
    font-weight: 600;
}
.nav-sections-item-content {
    width: 100%;
}

.nav-sections-item-content ul.ui-menu
{
    width: 100%;
    justify-content: center;
}
.sections.nav-sections
{
    background-color: #ffffff!important;
}
.page-header.headerpart .header.content a.logo
{
    max-width: 180px!important;
}
.page-header.headerpart .header.content a.logo img
{
    max-width: 180px!important;
    max-height: 60px;
}
.container-fluid {
    max-width: 1900px;
    margin: 0 auto;
    padding: 0 20px;
}


.topheader {
    background: #A91C27;
    height: 45px;
    display: flex;
    align-items:center ;
    overflow: hidden;
    color: #ffffff;
    padding: 0 70px;
}
.topheader a {
    display: flex;
    margin-left: auto;
    width: 180px;
    color: #fff;
    font-size: 18px;
    align-items: baseline;
    text-decoration: none;
    justify-content: flex-end;
}
.topheader p {
    width: calc(100% - 180px);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    padding-left: 180px;
    margin-bottom: 0;
}

.topheader img {
    margin-right: 8px;
}
.main-header {
    padding: 15px 0;
    border-bottom: 1px solid rgba(112, 112, 112, .22);
}
.logonv {
    max-width: 200px;
    width: 180px;
    overflow: hidden;
    text-decoration: none;
}
.logonv image {
    max-width: 100%;
    height: auto;
}
.searchbox_wrap .roundsearch {
    display: flex;
    position: relative;
    border: 1px solid #707070;
    border-radius: 19px;
    padding: 0px 20px 0px 40px;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
}
.roundsearch  form {
    width: 100%;
}
.roundsearch  input {
    margin: 0;
    padding: 7px 15px;
    font-size: 14px;
    border: 0px;
    outline: 0px;
    width: 100%;
    height: auto;
}
.searchbtn {
    background: url(./search.svg) no-repeat center;
    background-size: 20px;
    border: 0;
    padding: 0;
    margin: 0;
    width: 34px;
    height: 34px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);    
}
.sellbtn {
    border-radius: 16px;
    border: 0;
    margin: 0;
    background-color: #EB4D53;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 10px;
    width: auto;
    min-width: 90px;
    cursor: pointer;
}
.sellbtn:hover {
    opacity: 0.8;
}
.rightnav .navlinkk {
    display: block;
    padding: 6px 6px;  
}
.seeeqi {
    border: 1px solid #707070;
    border-radius: 12px;
    display: flex;
    align-items: center;
    width: 130px;
    margin-right: 15px;
    padding: 3px 8px;
    text-decoration: none;
    color: #EB4D53;
}
.seeeqi:hover {
    background-color: #EB4D53;
    color: #ffffff;
    border-color: #EB4D53;
}
.seeeqi:hover img {
    filter: brightness(100);
}
.seeeqi span {
    font-size: 12px;
}
.seeeqi img {
    width: 24px;
    margin-right: 8px;
}
.navlinkk img {
    max-width: 24px;
}

.value_surplus {
    padding: 30px 0;
    background-color: #ffffff;
}

.value_surplus .container-fluid {
    display: block;
    padding: 0 15px;
}
.imgbox {
    overflow: hidden;
}
.textcontent {
    margin-bottom: 30px;    
}
.textcontent h2 {
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0px;
    color: #0F1726;
    opacity: 1;
    margin-bottom: 25px;

}
.textcontent p {
   line-height: 1.5;
    font-size: 16px;
    letter-spacing: 0px;
    color: #0F1726;
    opacity: 1;
    margin-bottom: 25px;
    text-align: justify;
}
.paylogo ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
}
.paylogo {
    background-color: #ffffff;
}
.paylogo ul li {
    display: flex;
    padding: 15px 15px;
    justify-content: center;
    position: relative;
}
.paylogo ul li figure {
    margin: 0;
}
.paylogo ul li img {
    max-width: 100%;
    height: auto;
}
.paylogo ul li:nth-child(4) {
    padding-left: 35px;
}
.paylogo ul li:nth-child(4)::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 67px;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #C9C9C9;

}
.deviderpipe {
    width: 1px;
    height: 37px;
    background: #C6C6C6;
    display: block;
    margin: 0 15px;
}
.header.content .header.links {
    margin-left: auto!important;
    margin-right: 0px;
}
.rightnav {
    width: auto!important;
    margin-right: 0px;
    margin-left: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
}
@media screen and (min-width:992px) {

    .page-header .container-fluid{
        padding: 0 70px;
        display: flex;
        flex-direction: row;
    }

    .searchbox_wrap {
        width: calc(100% - 600px);
        display: flex;
        align-items: center;
        padding-left: 50px;
        padding-right: 20px;
    }
    .value_surplus {
        padding: 50px 0;
    }
    .value_surplus .container-fluid {
        padding: 0 25px;
        flex-direction: row;
        display: flex;
        align-items: flex-end;
        max-width: 1480px;
        margin: 0 auto;
    }
    .w-50 {
        width: 50%;
    }
    .textcontent {
        padding-right: 80px;
        margin-bottom: 0;
    }
    .textcontent h2 {
        max-width: 550px;
        font-size: 45px;
    }
    
}

@media screen and (min-width:1366px) {
    .searchbox_wrap {
        width: calc(100% - 600px);
        max-width: 100%;
        display: flex;
        align-items: center;
        padding-left: 150px;
    }
    .nav-sections .section-item-content.nav-sections-item-content .navigation ul li a {
        font-size: 0.875rem;
    }
    .roundsearch  input {
        padding: 10px 15px;
    }

    .sellbtn {
        border-radius: 16px;
        border: 0;
        margin: 0;
        background-color: #EB4D53;
        color: #ffffff;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 0.2px;
        padding: 10px 15px;
        width: 128px;
        cursor: pointer;
    }
    .sellbtn:hover {
        opacity: 0.8;
    }
    .rightnav .navlinkk {
        display: block;
        padding: 10px 10px;  
    }
    .seeeqi {
        border: 1px solid #707070;
        border-radius: 12px;
        display: flex;
        align-items: center;
        width: 155px;
        margin-right: 15px;
        padding: 6px 10px;
        text-decoration: none;
        color: #EB4D53;
    }
    .seeeqi:hover {
        background-color: #EB4D53;
        color: #ffffff;
        border-color: #EB4D53;
    }
    .seeeqi:hover img {
        filter: brightness(100);
    }
    .seeeqi span {
        font-size: 14px;
    }
    .seeeqi img {
        width: 34px;
        margin-right: 10px;
    }
    .navlinkk img {
        max-width: 24px;
    }

}