.footer{

padding:70px 0 30px;

}

.footer h5{

font-weight:700;

margin-bottom:20px;

}

.footer a{

color:#ccc;

text-decoration:none;

display:block;

padding:6px 0;

transition:.3s;

}

.footer a:hover{

color:#25D366;

padding-left:5px;

}

.social-links a{

display:inline-flex;

align-items:center;

justify-content:center;

width:40px;

height:40px;

background:#222;

border-radius:50%;

color:#fff;

font-size:18px;

transition:.3s;

}

.social-links a:hover{

background:#198754;

transform:translateY(-3px);

}

.footer .form-control{

height:50px;

border:none;

}

.footer .btn{

height:50px;

padding:0 25px;

}

#backToTop{

position:fixed;

bottom:25px;

right:25px;

width:50px;

height:50px;

display:none;

z-index:9999;

}

@media(max-width:991px){

.footer{

text-align:center;

}

.footer .text-md-end{

text-align:center !important;

margin-top:20px;

}

}