﻿
.footer-MainDiv {
   background-color: #292c2f;
    /* box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12); */
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    /*font: 16px sans-serif;*/
    border-bottom: 2px solid #F1F1F1;
    padding: 55px 50px;
    margin-top: 22px;
    height: 321px;
    }

.footer-MainDiv .footer-leftdiv{
    width: 21%;
    float:left;
}

.footer-MainDiv .footer-links {
    color: #ffffff;
    margin: 20px 0 12px;
    padding: 0;

}

.footer-MainDiv .footer-company-name {
    color: #8f9296;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

.footer-MainDiv .footer-center {
    width: 56%;
    float:left
}

.footer-MainDiv .footer-right {
    width: 20%;
    float:right;
}

.footer-MainDiv .footer-center i {
    background-color: #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footerstyle {
    height: 80px;
      background-color: #292c2f;
    text-decoration: none;
    color: white;
}

    .footerText {
    padding-top: 2%;
}


   
@media screen and (max-width:1050px) and (min-width:270px) {
    .footer-MainDiv {
        height: 779px !important;
    }
    .footer-MainDiv .footer-leftdiv{
    width: 100% !important;
    float:none !important;
}
    .footer-MainDiv .footer-center {
    width: 100% !important;
    float:none !important;
}
    .footer-MainDiv .footer-right {
    width: 100% !important;
    float:none !important;
}

    
}

