.about-us-section {
    padding: 50px 0 65px;
}

.main-section .main-title {
    color: #ffbd76;
}

.benifit-section {
    padding: 40px 0 40px;
}

.bg-second{
    background-color: #233a93;
}

footer {
    background-color: #f2f7fd;
    padding: 40px 0px 10px;
}

footer .widget-about > img {
    margin-bottom: 15px;
}

footer .top-footer {
    padding-bottom: 25px;
}

footer .bottom-footer {
    border-top: 1px solid #bfbfbf;
    padding-top: 10px;
}

.foot-fs{
    font-size: 12px;
}

.foot-links{
    color: #575757;
    font-weight: 600;
}
.foot-links:hover{
    color: #575757;
    font-weight: 600;
}

.section-title p {
    max-width: 620px;
}

.about-us-section .about-sec .abt-col > h3 {
    color: #2b2b2b;
    font-size: 18.29px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.tc-head{
    color: #2b2b2b;
    font-size: 20px;
    font-weight: 600;
}

.tc-list li{
    margin-left: 20px;
}

.tc-list li{
    list-style: unset;
    color: #575757;
    font-size: 14.23px;
    line-height: 22.35px;
}

.tc-content h2{
    color: #2b2b2b;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

b{
    font-weight: 600;
}

.tc-content h3{
    color: #2b2b2b;
    font-weight: 600;
    margin-bottom: 10px;
}

.tc-content li{
    color: #575757;
    font-size: 14.23px;
    line-height: 22.35px;
}
.tc-content p{
    margin-bottom: 1rem;
}

.responsive-menu {
    background-color: #253b91;
}

.tc-section{
    padding: 50px 0 65px;
    background-color: #fff;
}

.page-content {
    padding: 70px 0;
}

.supp-card {
    border: 1px solid #ebebeb;
    padding: 20px;
    border-radius: 15px;
}

.supp-cont h4{
    font-weight: 600;
    font-size: 26px;
    color: #2b2b2b;
    margin-bottom: 15px;
}

.supp-cont p{
    color: #2b2b2b;
    font-size: 16px;
}


@media only screen and (max-width: 1300px) {
   .hero-imag{
    width: 100%;
   }
   .main-section .elements-bg{
    display: none;
   }
   .main-title{
    display: none;
   }
}

@media only screen and (max-width: 991px) {
.main-banner {
    padding: 15px 20px 40px;
}
.contact-tt{
    color: #fff;
}
.feat-card{
    margin-bottom: 30px;
}
.main-banner .banner-text p{
    margin-bottom: 30px;
}
.tc-section {
    padding: 25px 0 25px;
    background-color: #fff;
}
header .header-content {
    padding: 13px 0 15px;
}
}

@media only screen and (max-width: 575px) {
    .feat-card{
        margin-bottom: 15px;
    }
    .about-us-section .abt-img{
        background-image: none;
    }
    .about-us-section {
        padding: 40px 0 20px;
    }
}