.mb-0{
    margin-bottom:0 !important;
}
.mb-3{
    margin-bottom: 16px !important;
}
.mt-3{
    margin-top: 16px !important;
}
.tool-div {
    white-space: pre-wrap;
}
.tool_content_inner {

}
.tool_content_inner .content-section {
    margin-bottom: 24px;
}
.tool_content_inner .content-split-section {
    display: flex;
    align-items: center;
}
.tool_content_inner .content-split-section .content-image-box {
    
}
.tool_content_inner .content-split-section .content-image-box img{
    width: 380px;
}
.tool_content_inner .content-split-section ul.contentNumList {
    margin-right: 36px;
    margin-bottom:4px;
}
#form_div .tool_content .tool_content_inner p {
    font-size: 16px !important;
    margin: 0 0 16px;
    line-height: 23px;
    display: inline-block;
    width: 100%;
}
.tool_content_inner .contentMainHead {
    /* text-align: center; */
    margin-bottom: 0;
    font-size: 25px;
}
.tool_content_inner .contentMainPara {
    /* text-align: center !important; */
}
#form_div .tool_content_inner .contentHead {
    font-size: 21px;
    /* margin: 0 0 4px; */
    margin: 0 0 18px;
    line-height: 28px;
}
#form_div .tool_content_inner .contentSubhead {
    font-size: 18px;
    font-weight: 600;
    display: block;
    /* margin: 6px 0 2px; */
    margin: 6px 0 10px;
    line-height: 26px;
}
#form_div .tool_content_inner .contentListhead {
    font-size: 18px;
    display: block;
    margin:0px 0px 4px;
    line-height: 26px;
}
.tool_content_inner .contentPara {
    font-weight: 400;
}
.tool_content_inner .contentSubpara {
    font-weight: 400;
}
.tool_content_inner ul.contentList {
    padding-left: 40px !important;
    margin: 4px 0 16px;
    display: inline-block;
    width: 100%;
}
.tool_content_inner .contentList li {
    font-size: 16px !important;
}
.tool_content_inner ul.contentNumList {
    list-style: decimal;
    padding-left: 26px !important;
}
.tool_content_inner ul.contentNumList li {
    font-size: 18px !important;
    font-weight: 600;
}
.tool_content_inner .simpleUnd {
    text-decoration: underline;
}
.tool_content_inner .doubleUnd {
    text-decoration: underline;
    text-decoration-style: double
}
.tool_content_inner .dottedUnd {
    text-decoration: underline;
    text-decoration-style: dotted
}
.tool_content_inner .waveUnd {
    text-decoration: underline;
    text-decoration-style: wavy;
}
.tool_content_inner .font-sec {
    display: inline-block;
    width: 100%;
    margin: 8px 0 12px;
    text-align: center;
}
.tool_content_inner .font-sec span{
    display: block;
    margin-bottom: 16px;
}
.tool_content_inner .inout-box{
    background: #fff;
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    border-radius: 8px;
    margin-bottom: 15px;
    min-width: 50%;

} 
#form_div .tool_content .tool_content_inner .inout-box p {
    margin: 0;
}
.content-section .content-subSection {
    margin-bottom: 24px;
}