/*--------------------------------------------------------------
# Top Header Slider css start- Desktop
--------------------------------------------------------------*/

.top-slider-bg {
    width: 100%;
}

.top-slider-bg img {
    width: 100%;
    height: 100%;
}


/*--------------------------------------------------------------
# Help Css Start- Desktop
--------------------------------------------------------------*/

.help-box {
    border: 1px solid #D6D8DA;
    min-height: 120px;
    width: 100%;
    margin-top: 18px;
    border-radius: 5px;
    padding: 16px;
}
.help-box h1 {
    margin: 0px;
    padding: 4px 0;
    transition: all 0.5s;
    font-weight: 600;
    font-size: 20px;
}
.help-box ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    list-style-type: disc;
    padding: 0 18px;
}

.help-box ul li {
    font-size: 14px;
    padding: 0 41px 0 0;
    line-height: 32px;
}

.help-box ul li a {
    color: #1C60C5;
    font-size: 12px;
    padding: 0px;
    text-decoration: underline;
}

.help-box p{
    color: #757373;
    padding: 8px 0 16px 0;
    margin: 0px;
    line-height: 21px;
    font-weight: 300;
}
.browse-all-text {
    padding: 14px 0 0 0;
}

.browse-all-text a {
    color: #102850;
    font-size: 16px;
}