/* CAROUSEL */
.bg_wh{
    background-color: #fff;
}
.carousel-inner {
    min-height: 150px;
}
 .carousel-item{
    transition-timing-function: linear;
    transition: transform 30s linear;
    width: 3100px;
    position: absolute;
    top: calc(100% - 140px);
    left: 0;
}
.partner_logos .img-cont {
    margin-right: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* FOOTER TOP SECTION */
.mainsection{
    min-height:300px;
}

.footer_top_section{
    background-color: #f2f3f5;
}
.bg_other_grey{
    background-color: #e1e2e4;
}
.newsletter_left_title {
    font-size: 32px;
    font-weight: 900;
}
.newsletter_left_text {
    font-size: 18px;
    font-weight: 400;
}
.newsletter_center_text {
    font-size: 16px;
    font-weight: 900;
}
#newsletter_center_input{
    width:78%;
}
#newsletter_center_input input {
    border: 0px;
    width: 96%;
    font-size: 18px;
    padding: 5px 2%;
    border-radius: 10px;
}
.newsletter{
    border-right:3px solid #fff;
}
#egration {
    background-color: #4ec277;
    color: #fff;
    width: 20%;
    text-align: center;
    padding: 5px 0;
    border-radius: 10px;
    cursor: pointer;
}

.newsletter a{
    color: #fff !important;
    text-decoration: underline;
}

.footer_title {
    font-weight: 900;

}

#footer_account a, #footer_info a{
	color:#fff;
}
/* FOOTER MIDDLE SECTION */
.bg_blus{
    background-color: var(--primary);
}
.info1{
    font-size:18px;
}
/* FOOTER BOTTOM SECTION */
.footer_bottom_section{
    font-size:16px;
}
.footer_bottom_section a{
    color:#000;
    font-size:16px;
}

.footer_bottom_section a:hover{
    color:#395b9b;
}

.footer-logos img{
    padding:5px;
}
/* RESPONSIVE FOOTER */
@media screen and (max-width: 1400px) {
  .newsletter {
    border-right:none;
  }
}
@media screen and (max-width: 991px) {
   #egration,#newsletter_center_input,#newsletter_center_input input {
    width:100%
  }
}
@media screen and (max-width: 1191px) {
   .newsletter_left_title{
       font-size:24px;
   }
   .newsletter_left_text {
    font-size: 16px;
}
}

