/*map*/
.responsive-map-container {
    position: relative;
    padding-bottom: 28.25%;
    padding-top: 30px;
    height: 300px;
    overflow: hidden;
}

.responsive-map-container iframe,
.responsive-map-container object,
.responsive-map-container embed {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 600px;
}

/*payment method*/
.essential-sidebar{
    text-align: center;
}
.single-sidebar-block{
    padding: 30px;
    border-radius: 5px;

    margin-bottom: 30px;
}
.admin{
    font-size: 14px;
}

/*profile info*/
.profile-info{
    padding: 15px 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.03);
}


/*deposit preview*/
.my-btn-bg{
    background: #ec4e20;
    border: 1px solid #ec4e20;
}


/*footer*/

.footer-bottom-conetnt {
    padding: 20px;
}
.footer-bottom-conetnt p {
    margin-top: 5px;
}


.footer-social {
    float: right;
}
.footer-social a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    margin-left: 8px;
    display: inline-block;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    background: #fff;
    color: #333;
    transition: 0.4s;
}
.footer-social a:hover {
    background: #ec4e20;
    color: #fff;
}

@media (max-width: 991px){
    .footer-bottom-conetnt p {
        margin-bottom: 15px;
    }
    .footer-social {
        float: none;
        text-align: center;
    }
}