.footer-container{
    background: #F4F6F8;
    padding-top: 1.25rem;
    padding-bottom: 1.125rem;
    border-style: solid;
    box-sizing: border-box;
    border: 0.063rem solid #1252AE;
 }

 .footer-logo img{
   width: 52%;
 }

.f-box-head h5{ 
    font-family: 'Open Sans';
font-style: normal;
line-height: 1.688rem;
color: #2A323C;
 }

 .f-box-head h5:hover{
   color: #ff8e2b;
 }

 .footer-link a{
    text-decoration: none;
    color: #737D8C;
font-style: normal;
font-weight: 400;
font-size: 0.938rem;
line-height: 1.125rem;
 }

 .footer-link a:hover{
   color:#ff8e2b;
 }
 .footer-icons{
    display: flex;
    outline: none;
 }

 .footer-icons div{
    width: 2.125rem;
 }
 .footer-icons div i {
    color:#1252AE;
    font-size: 1.438rem;
margin-left: 0.313rem;
margin-top: 0.188rem;

 }

 .contact-icon{
height: 10.063rem;
margin-right: 0.313rem;
color: #1252AE;
 }
 
 .footer-p .footer-p-1{
   text-align: left;
   color: #737D8C;
   font-size: 0.875rem;
 }

 .footer-p .footer-p-2{
   text-align: right;
   color: #737D8C;
   font-size: 0.875rem;
 }


 .footer-link p i{
    color: rgb(29 30 30) !important;
    font-size: 1rem;
}
 @media only screen and (max-width: 62rem) {

   .footer-container{
      padding-top: 1.188rem;
      padding-bottom: 1rem;
   }
   .footer-col{
      margin: 0rem 0rem 1.688rem 0rem;
   }
   
 } 

  @media only screen and (max-width: 36rem) {

   .footer-p .footer-p-2{
      text-align: left;
    }
   
 } 

 