/* Footer CSS */
.footer_left {
    background-color: #e8edf2;
    width: 35%;
    padding: 60px 110px 0;
}
.innerFooter .footer_left {
    background-color: #fff;
}
.footer_left_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
}
.footer_logo img {
    height:100px;
    object-fit:contain;
}
.phone_number a {
    color: #000;
    font-weight: 600;
}
.footer_about {
    margin: 15px 0;
}
.phone_icon {
    margin-right: 25px;
}
.footer_right {
    width: 65%;
    padding: 60px 60px 0;
    background-color: #075AC9;
    color: #fff;
}
.footer_widget {
    margin: 0 0 50px;
    padding-right: 80px
}
.footer_copyright p {
    font-size: 15px;
    font-weight: 300;
}
.footer_paymthd img {
    max-width: 230px;
}
.widget_title {
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 30px;
}
.widget_details li {
    margin: 0 0 10px;
    color: #fff;
}
.widget_details a {
    color: #fff;
    transition: .3s;
    font-weight: 300;
}
.widget_details a:hover {
    color: #35C7DF;
}
.footer_right_bottom {
    border-top: 1px solid #fff;
    padding: 15px 0;
}
.footer_social_links {
    margin: 15px 0;
}
.footer_social_links li a {
    color: #707070;
    font-size: 22px;
    display: inline-block;
}





















