.banner-con {
    padding: 15px 0 0px;
    width: 100%;
    margin-top: 20px;
}
.banner-con h1{
    color: #2B333B !important;
    text-align: center !important;
 }
.content-section p, .content-section ul {
    text-align: left;
    color: #2B333B;
    line-height: 25px;
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 0px;
}
.content-section {
    float: left;
}
.content-section p span {
    font-weight: 700;
}
.content-section ul li {
   margin-left: 45px;
    line-height: 28px;
}
.content-section h2 {
 margin: 10px 0px;
 font-size: 22px;
font-weight: 600;
color: #2B333B !important;
line-height: 25px;
}
.content-section h3 {
 margin: 10px 0px;
 font-size:18px;
font-weight:600;
line-height: 25px;
color: #2B333B !important;
}
.content-section h6{
    font-weight: 700;
    margin-bottom: 0px;
    color: #2B333B !important;
    font-size: 16px;
  
}
.content-section strong {
    color: #2B333B;
}
.subheading {
    padding-left: 20px;
}
.doublesubheading{
    padding-left: 40px;
}
.scrolling-ul li {
    font-weight: 500;
    }
a{color: #2D7F9A!important;}
a:hover {color: #256A82!important;}

  @media(max-width: 767px){
    .content-section {
        float: none !important;
        width: 100%;
    }
    .subheading {
    padding-left: 20px;
    word-break: break-all;
}
.banner-con h1 {
    font-size: 27px !important;
    margin-bottom: 20px !important;

}
 }      

