/*
Template Name: Wrapkit
Author: Wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*============================================================== 
 You can write your style here and overwrite our style
 ============================================================== */
.footer5 .form-control{
    background: #ffffff;
}
.footer5 .social-links{
        margin: 20px 0;
}
.footer5 .social-links a{
            color:#3e4555;
            opacity: 0.5;
            padding: 0 15px 0 0;
}
.footer5 .social-links a:hover{
                color:#ff4d7e;
                opacity: 1;
}
.bt-top {
    bottom:90px !important;
    right:17px !important;
}
.btn-circle.btn-lg {
    width: 60px;
    height: 60px;
    padding: 20px 15px;
    box-shadow: 0 4px 5px -1px rgba(0,0,0,0.5);
}

@media (max-width: 767px) {
    .bt-top {
        bottom:90px !important;
        right:21px !important;
    }
    .btn-circle.btn-lg {
        width: 48px;
        height: 48px;
        padding: 13px 7px;
        box-shadow: 0 4px 5px -1px rgba(0,0,0,0.5);
    }
}