

.account-form>form .feild>button[type=submit] {
    background: #fa6342;
    border: medium;
    color: #fff;
    float: left;
    font-size: 12px;
    margin-top: 20px;
    padding: 12px 28px
}
.widget-title{
    border: none !important;
}
.account-user-sec{
    overflow: unset;
    z-index: 0;
}

.ti-linkedin{
    background: #3b5998 !important;
}
.icon-btn {
    margin-right: 0px !important;
    padding: 0 5px 0 0 !important;
}
.icon-btn>i {
    margin-right: 0px !important;
    height: 24px;
    line-height: 24px;
    width: 24px;
}

.account-form>form div.feild>input[type=email] {
    border: 1px solid #e6eaea;
    float: left;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 13px 30px;
    width: 100%;
}
.contact-sec .widget-title {
    margin-bottom: 0px !important;
}

.logout {
    background: #fa6342;
    border: medium;
    color: #fff;
    float: left;
    font-size: 12px;
    margin-top: 20px;
    padding: 12px 28px;
}
select {
    border: 1px solid #e7e7e7;
    float: left;
    font-size: 14px;
    height: 50px;
    padding: 0 30px;
    width: 100%;
}
.page-item.active .page-link {
    border-color: #fa6342 !important;
    background-color: #fa6342 !important;
    border: 1px solid #3d3d3d;
    color: #fff !important;
    box-shadow: none;
    font-size: 14px;

}
.pagination a {
    background: #fff;
    /* border: 1px solid #3d3d3d; */
    border-radius: 3px;
    float: left;
    padding: .5rem .75rem;
    text-decoration: none;
}
.page-link {
    border: none !important;
}