/*//////// Footer //////*/
.footer {
    background-color: #205577;
    padding: 15px 0 4px 0;
    color: #fff;
    margin-top: 15px;
}

.footerHeader {
    font-weight: 600;
    color: #fff;
    position: relative;
    background: #00416a;
    padding: 6px 10px;
    margin-bottom: 5px;
}

.footerHeader .fa {
    display: inline-block;
    float: right;
    padding: 3px 5px;
    display: none;
}

.footer ul {
    text-align: left;
    padding-left: 10px;
    margin-bottom: 10px;
    padding: 0 10px;
}

.footer a {
    color: #fff;
}

.follow-us {
    border-top: 1px solid #00416a;
    margin-top: 8px;
    padding-top: 8px !important;
}

.follow-us > a.social-link {
    width: 28px;
    text-align: center;
    height: 28px;
    line-height: 28px;
    background: #fff;
    display: inline-block;
    color: #215577;
    font-size: 20px;
    margin-left: 3px;
    margin-top: 4px;
}

.follow-us > span.follow-lnks {
    float: left;
    line-height: 35px;
    margin-right: 8px;
}

.follow-us > a.social-link:hover {
    background: #fff !important;
    opacity: 0.9;
}

footer {
    background-color: #333;
    /*text-align: center;*/
    color: #fff;
}

.footer a {
    color: #fff;
}

footer{
    padding: 15px 0;
}

.footer-logo {
    width: 180px;
    float: left;
    margin-right: 10px;
}

.footer-alignment {
    text-align: left;
}

.footer ul li {
    font-size: 14px;
    list-style: none;
    padding: 3px 0;
}

.copy-right p {
    display: inline-block;
    margin-bottom: 0;
    margin-top: -3px;
    text-align: left;
    font-size: 14px;
}

.copy-right {
    text-align: left;
}
/**********************************************************MEDIA QUERIES***********************************************************************/

@media (max-width: 575px) {
    .copy-right p {
        margin-top: 10px;
        text-align: center;
    }
    /**DISCUSSION**/
    .footer .container {
        padding: 0 15px !important;
    }
   

    /*footer .container {
        padding: 15px !important;
    }*/

    .footerHeader .fa {
        display: block;
    }

    .footer ul {
        display: none;
    }
    footer {
        text-align: center;
    }
}

@media (min-width: 576px) {
   
    

    .footerHeader .fa {
        display: none !important;
    }

    .footer ul {
        display: block !important;
    }

       
}


@media (max-width: 767px) {
     .footer-alignment {
          text-align: center;
     }

     .footer-alignment .footer-logo {
         margin: 0 auto;
         float: none;
     }
    /**DISCUSSION**/
    .footer {
        padding: 15px 0 8px 0;
    }
     footer {
        text-align: center;
    }

    /*footer .container {
        padding: 15px;
    }*/

    .footerHeader .fa {
        display: block;
    }

    .footer ul {
        display: none;
    }
    .copy-right p {
        margin-top: 10px;
        text-align: center;
    }
    .copy-right {
        text-align: center;
    }
     footer .img-fluid {
        max-width:30%;
    }
}
@media (min-width: 768px) {
    .copy-right p {
        text-align: left;
    }
    
}
@media (min-width: 768px) and (max-width: 992px){
    
     footer  .img-fluid {
        max-width:120%!important;
    }
}
@media (min-width: 1200px) {
    /**DISCUSSION**/

    .footer .container {
        padding: 0 15px;
    }
    footer {
        text-align: left;
    }
}