.footer-wrapper{
    padding-top: 25px;
    padding-bottom: 35px;
    /* border-bottom: 1px solid #AEBEF6; */
}
.footer-main{
    background-color: #F6F8FF;
}
.footer-item{

}
/*new*/
.footer-logo-main{
    margin-top: 16px;
}
.footer-logo-main img{
    width: 147px;
    height: 35px;
}
.footer-logo-main p{
    /* margin-top: 16px; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.footer-office-section p{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; 
    margin: 0;
}
.footer-office-title{
    font-size: 14px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 19px;
    margin-bottom: 10px !important;
    
}
.footer-office-address{
    min-height: 65px;
}
.footer-office-postal{
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
}
.footer-office-upper{
    margin-top: 16px;
}
.footer-office-lower{
    margin-top: 10px;
}
/*new*/

.footer-item p{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #77808B;
}
.footer-item h3{
    color: #3D63EA;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}
.footer-item a{
    display: block;
    text-decoration: none;
    color: #565B62;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 267%;
}
.footer-item input{
    border-radius: 8px;
    border: 1px solid var(--blue-blue-50, #76AEFF);
    background: var(--Z-White-FFF, #FFF);
    height: 58px !important;
    margin-bottom: 10px;
}
.footer-item button{
    border-radius: 8px;
    background: #3D63EA;
    padding: 16px 48px;
}
.newsletter-img a{
    display: inline-block;
}
.newsletter-img img{
    height: 40px;
    width: 40px;
    margin-right: 14px;
}
.footer-bottom-section{
    padding-top: 40px;
    padding-bottom: 30px;
    border-top: 1px solid #AEBEF6;
}
.footer-bottom-section span{
    margin-right: 20px;
}
.footer-text-top{
    text-align: left;
}
.footer-text-bottom{
    text-align: right;
}
.footer-office-lower svg{
    width: 16px;
    margin-right: 5px;
}

@media screen and (max-width:1440px) {
   
    .footer-office-section p{
        font-size: 13px;
    }
    .footer-office-postal{
        font-size: 13px;
    }
    .footer-item a{
font-size: 14px;
    }
}
@media screen and (max-width:1279.98px) {
    .footer-text-top{
        text-align: center;
    }
    .footer-text-bottom{
        text-align: center;
    }
}
@media screen and (max-width:991.98px) {
    
    .footer-bottom-section span{
        display: block;
    }
}