#chelpsection h2 {
    margin-bottom: 40px;
}

#chelpsection .help-content {
    width: 75%;
    border: 2px solid lightgrey;
    box-sizing: border-box;
    background-color: white;
    padding: 15px; /* Top, Right and Left Padding */
    padding-bottom: 0px; /* Reduces Bottom Padding */
    border-radius: 10px;
}

#chelpsection .image-thumbnail {
    width: 500px;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    margin-left: 25px;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 2px solid #797979; /* Solid black border, 2 pixels wide */

}

#chelpsection ol {
    list-style-position: inside;
}

#chelpsection ol li {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000000;
}

#chelpsection p {
    color: #000000;
}

#chelpsection .imp-note {
    font-weight: bold;  /* Makes the font bold */
    color: red;        /* Sets the font color to red */
}

#chelpsection .def {
    font-weight: bold;
}

#chelpsection .intro_display {
    width: 55%;
    border: 2px solid lightgrey;
    margin: auto;
    box-sizing: border-box;
    background-color: white;
    padding: 15px; /* Top, Right and Left Padding */
    padding-bottom: 0px; /* Reduces Bottom Padding */
    border-radius: 10px;
}

#chelpsection .hide_intro_buton {
    display: block;
    margin: 20px auto; /* Centers the button and adds margin on the top */
    border-radius: 5px; /* Rounds the corners of the button */
    padding: 5px 10px; /* Reduces padding inside the button */
    font-size: 12px; /* Makes the font smaller */
    cursor: pointer; /* Changes the cursor to indicate it's clickable */
}

#chelpsection .faq_q {
    font-weight: bold;
}

#chelpsection .bl_banner {
    border: 0px solid lightgrey;
    margin: auto;
    box-sizing: border-box;
    background-color :#9c27b0;
    padding: 7px 10px 7px 10px; /* Top, Right and Left Padding */
    border-radius: 10px;
    color: #ffffff;
    position: relative;
}

#chelpsection .close_bl_banner {
    position: absolute;
    top: 0;
    right: 3px;
    padding: 2px;
    cursor: pointer;
    font-size: 12px;
}

#chelpsection .bl_banner_l {
    color: #ffffff;
    /*font-weight: bold;*/
}

/* Mobile Buy Leads button positioning */
#chelpsection-mobile {
    margin-right: 10px;
}

#chelpsection-mobile .bl_banner {
    border: 0px solid lightgrey;
    margin: auto;
    box-sizing: border-box;
    background-color: #9c27b0;
    padding: 7px 10px 7px 10px;
    border-radius: 10px;
    color: #ffffff;
    white-space: nowrap;
}

#chelpsection-mobile .bl_banner_l {
    color: #ffffff;
}