/* Page Banner */

#Page_Banner {
    background-image: url(../images/help/help.jpg);
    background-size: auto 550px !important;
}


/* section-1 */

#section-1 {
    background-color: #E4F3F8;
    padding-bottom: 0px;
    border-bottom: 0px;
}

#section-1 .img-1420 {
    display: none;
}

#section-1 .img-1020 {
    display: none;
}

#section-1 p {
    padding-bottom: 60px;
}


/* section-2 */

#section-2 {
    background-color: #0F4673;
}

#section-2 p {
    color: #ffffff !important;
}


/* section-3 */

#section-3 {
    background-color: #061D2F;
}

#section-3 h3 {
    color: #ffffff !important;
    font-size: 24px;
    margin-top: 10px !important;
}


/* section-3 */

#section-3 p {
    color: #ffffff !important;
    margin-left: 0px;
    margin-right: 0px;
}


/* section-4 */

#section-4 {
    background-image: url(../images/help/help-bg.jpg)
}
#section-4 a.btn{
    font-size: 28px;
    height: unset;
    border-radius: 20px;
    padding: 8px 30px;
    margin-top: 50px;
    background-color: #CC0000;
    border: 5px solid #FFD0D0;
    color: #dddddd;
}
#section-4 a.btn:hover {
    color: #000000;
    background-color: #FFD0D0;
    border: 5px solid #CC0000;
}


/* section-5 */

#section-5 {
    background-color: #CCCCCC;
    padding-top: 10px;
    padding-bottom: 10px;
}

#section-5 h3 {
    font-size: 24px;
    margin-bottom: 0px !important;
    color: #000000 !important;
}


/* section-6 */

#section-6 {
    background-color: #D7D7D7;
    padding-top: 10px;
    padding-bottom: 10px;
}

#section-6 h3 {
    font-size: 24px;
    margin-bottom: 0px !important;
    margin-top: 10px !important;
    color: #000000 !important;
}

#section-6 p {
    margin-left: 0px;
    margin-right: 0px;
}

.tr-head {
    background-color: #FF6666;
    color: #ffffff;
    font-weight: 400;
}

.td-head {
    background-color: #FFECEC;
    text-align: center;
    vertical-align: middle !important;
}

.td-middle {
    vertical-align: middle !important;
}

.big {
    color: #ff0000;
    font-size: 24px;
}

.list-content {
    padding-left: 20px !important;
    padding-bottom: 10px !important;
    margin-bottom: 0px !important;
}

@media only screen and (max-width: 1420px) {
    #section-1 .img-1020 {
        display: none;
    }
    #section-1 .img-1420 {
        display: block;
    }
    #section-1 .img-1920 {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    section div.row>div {
        margin-bottom: 0px;
    }
    #section-1 .img-1020 {
        display: block;
    }
    #section-1 .img-1420 {
        display: none;
    }
    #section-1 .img-1920 {
        display: none;
    }
    #section-3 h3 {
        text-align: center;
        margin-top: 0px;
    }
    #section-4 img {
        width: 100%;
        height: auto;
    }
    .tools {
        margin-left: 10px;
        margin-right: 10px;
    }
    .td-width {
        width: 150px !important;
    }
    .table-responsive {
        overflow-x: unset;
    }
}