.listtabs ul {
    margin: 0;
    padding: 0;
}
.listtabs ul li {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.listtabs ul li a{
    text-transform: capitalize;
    width: 100%;
    padding: 10px 10px;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    
    font-size: 16px;
    color: #232d39;
    letter-spacing: 0.5px;
    font-weight: 500;
    transition: all 0.3s;
    pointer-events: none;
}


.whoshould ul {
    margin: 0;
    padding: 0;
}
.whoshould ul li {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.whoshould ul li a{
    text-transform: capitalize;
    width: 100%;
    padding: 20px 20px;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
   
    font-size: 16px;
    color: #232d39;
    letter-spacing: 0.5px;
    font-weight: 500;
    transition: all 0.3s;
    pointer-events: none;
        min-height: 140px;
}



h2{
    color:#fff;
}

.success-story .first-col img{
 width: 124px;
    height: 124px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
    border-radius: 100%;
    box-shadow: 0 13px 26px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.2);
    filter: grayscale(100%);
    
}


.success-story .first-col .bottom-contact-image img{
        width: 70%;
    height: 100%;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    filter: none;
}

.success-story .first-col{
    background:#fff;
    
    padding: 16px;
}

.success-story .first-col{
    background:#fff;
    
    padding: 16px;
}.success-story .second-col{
  
    padding: 16px;
}

.success-story .first-col span, .success-story .first-col h4, .success-story .first-col p {
    color:#000;    
}
#features p{
    color:#fff;
}


footer p, h4{
    color:#fff;
}

.footer-button{
    position: fixed !important;
    bottom: 0;
    z-index: 9;
    background: #03244e;
    width: 100%;
    padding: 30px;
    color: #fff;
    font-size: 20px;
}
.section-heading h2{
    text-transform: none;

}
.click-section{
        margin-left: 30%;
}

.header-area.header-sticky{
        background: #201e1e !important;
}
.main-banner{
margin-top: 78px;
}

.section-heading{
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;   
}

#our-classes{
        margin-bottom: 40px;
}

.section-title {
    color:#000;
    font-size:24px;
}

.footer-contact span, .footer-contact p, .footer-contact a{
    color:#fff;
    font-weight: 500;
    font-size:16px;
    
}
.footer-contact svg{
    color:#fff;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.footer-contact
{
    background:#7c0a0a !important;
    
}

.main-nav img{
    width: 12%; height: auto;
    
}
@media (max-width:767px)  {

.main-nav img{
    width: 45%; height: auto;
    
}

.click-section {
    margin-left: 10%;
}

.footer-button {
    position: fixed !important;
    bottom: 0;
    z-index: 0;
    background: #03244e;
    width: 100%;
    padding: 4px;
    color: #fff;
    font-size: 15px;
}

}