.footer{
    width:100%;
    background-color: #086491;
    margin-top: 8rem;
    border-bottom:1px solid gray;
}

.footer-top{
    width:98%;
    margin:0 auto;
    border-radius: 0.5rem;
    position: relative;
    top:-6rem;
     background: linear-gradient(135deg,#086491,#89b0b9);
}

.footer-top .section{
    width:100%;
    padding-top:4rem;
    padding-bottom:3rem;
    color:#fff;
}

.footer-top .last{
    width:100%;
    padding-bottom:2rem;
    padding-top:3rem;
    color:#fff;
}

.footer-top .section i{
    font-size: 2rem;
    padding:1rem;
    background-color: #fff;
    color:#392a57;
    border-radius: 50%;
    margin-bottom:1rem;
}

.footer-top .section a{
    text-decoration: none;
    color:#fff;
    font-size: 1.5rem;
}

.footer-top .section p{
    font-size: 1rem;
}

.footer-top .section .adress{
    font-size:1.3rem;
}

/* Footer-inner starts here*/

.footer .inner {
    width:98%;
    margin:0 auto;
    background-color: #086491 ;
    padding-bottom: 2rem;
}

.footer-top .middle{
    width:100%;
    border-left:1px solid #fff;
    border-right:1px solid #ffff;
}

#footer-mail{
    background-color: #F1F1F1;
    border:none;
    border-top-left-radius:0.5rem;
    border-top-left-radius:0.5rem;
    padding:0.6rem 0;
    border:1px solid  #F1F1F1;
}

#footer-mail:focus{
    border:1px solid  #F1F1F1;
    background: none;
    outline:none;
}

#footer-mail::placeholder{
    position:relative;
    left:0.5rem;
}

 .mail-box{
    width:100%;
}

.footer .inner iframe{
    width:100%;
    margin-top:2rem;
}

.footer-logo{
    background: #fff;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin-left: 1rem;*/
    margin-bottom:1rem;
}

.footer .inner img{
    width:50%;
    /*padding: 0.5rem;*/
    /*margin-bottom: 1rem;*/
}

.footer h4{
    font-size:1.5rem;
    color:#fff;
    margin-bottom:1rem;
}

.footer .inner p{
    color:#fff;
    margin-left: 1rem;
    /*margin-top: 1rem;*/
}

.footer .inner ul{
    text-align:right;
    position: relative;
    left:-1.8rem;
    margin-top:2rem;
}

.footer .inner ul li{
    list-style-type: none;
    color:#fff;
    text-align: left;
    margin-top:1rem;
    font-size: 1rem;
}

.footer .inner ul li a{
    text-decoration: none;
    color:#fff;
}

.footer .inner ul li a:hover{
    color:#5abe98;
}

.footer .inner .social {
    margin-left:1rem;
}

.footer .inner .social i{
    margin-right:0.5rem;
    color:#2B6DFE;
    background-color: #fff;
    padding:1rem;
    border-radius: 100%;
}

.footer .inner .social i:hover{
    background-color: #2B6DFE;
    color:#fff;
}

/* copyright starts here  */


.copyright{
    width:100%;
    background-color: #086491;
    padding-top:3rem;
    padding-bottom:2rem;
    padding-left:2rem;
    padding-right:2rem;
}

.copyright .inner{
    width:100%;
    color:#fff;
}

.copyright .inner .content{
    width:100%;
    font-size: 1rem;
}

.copyright .inner .content a{
    text-decoration: none;
    color:#fff;
}

.copyright .inner .content a:hover{
    color:#5abe98;
}

@media only screen and (max-width:992px){
    
.footer-top .middle{
    width:100%;
    border:none;
    border-top:1px solid #fff;
    border-bottom:1px solid #ffff;
}

.footer .inner ul{
    text-align:right;
    position: relative;
    left:-1rem;
    margin-top:2rem;
}

.footer h4{
    font-size:1.5rem;
    color:#fff;
    margin-bottom:1rem;
    margin-top:2rem;
    margin-left:1rem;
}

 .call-button{
   position: relative;
   left:1rem;
}

.footer .call-button a{
    color:#fff;
 }

 
.copyright{
    padding-left:0.5rem;
    padding-right:0.5rem;
    padding-top:3rem;
    padding-bottom:2rem;
}

.copyright .inner .content{
    display: block;
    text-align: center;
}
}

@media only screen and (max-width:462px){
    .footer{
        width:100%;
        
        margin-top: 8rem;
        border-bottom:1px solid gray;
    }
    
    
.copyright .inner .content{
    width:100%;
    font-size:0.8rem;
}

.footer h4{
    font-size:1.3rem;
}

.footer-top .section a{
    font-size: 1rem;
}

.footer .inner p{
    font-size: 0.9rem;
}

.footer .inner ul li{
    font-size: 0.9rem;
}

.footer .inner {
    position: relative;
    top:-2rem;
}
}