.post_footer-meta {
    display: inline-flex;
}

.post_sharing {
    margin-left: 13px;
}

.btn-primary {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    height: 45px;
    box-shadow: none;
    padding-left: 10px;
    font-size: 14px;
    color: #626262;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 0;
}

.btn-primary {
    width: auto;
    padding: 0 30px;
    background-color: #014c74;
    color: #fff;
    transition: .3s;
    cursor: pointer;
    border-color: #014c74;
}

a.btn-primary {
    width: auto;
    padding: 10px 30px;
    background-color: #014c74;
    color: #fff;
    transition: .3s;
    cursor: pointer;
    border-color: #014c74;
}

.btn-danger {
    width: auto;
    padding: 0 30px;
    background-color: #bd2130;
    color: #fff;
    transition: .3s;
    cursor: pointer;
    border-color: #bd2130;
    height: 45px;
    margin-bottom: 30px;
    border-radius: 0;
}

td .btn-danger,
td .btn-primary {
    margin-bottom: 0px;
}

.btn-action button {
    display: inline-flex;
}

.addnew {
    padding-top: 10px;
}

.account-left-menu-widget ul li a {
    color: #666;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    text-decoration: none;
}

.account-left-menu-widget ul li a:before {
    display: inline-block;
    content: "";
    height: 10px;
    width: 10px;
    margin-right: 8px;
}

.account-left-menu-widget ul li a.active {
    color: #014c74;
    font-weight: bold;
}

.bootbox .modal-dialog .modal-content .modal-header .modal-title {
    text-align: left;
}

.product_col hr {
    margin: 0px 0;
}

#frmAddress hr,
#frmConfirmOrder hr {
    margin: 20px 0;
}

.newsletter-form_wrap .subscribe-form .newsletter-input.error {
    border: 2px solid red;
}
.customer-address h3{
    margin: 0;
    background: #6898c5;
    color: #fff;
    padding: 10px 10px;
    font-weight: 500;
}
.customer-address .account-left-menu-widget li{

}
.customer-address .account-left-menu-widget li a{
    display: block;
    padding: 10px 0px;
    border-bottom: 1px solid #ccc;    
}
.account-subheading{
        background: #6898c5;
    color: #fff;
    padding:5.5px 20px;
        font-size: 20px;
    font-weight: 500;
}
input[type="submit"] {
    text-transform: capitalize;
}
.address_col {
        border: 1px solid #ccc;
    float: left;
    width: 100%;
}
.address_col p{
    padding: 10px;
}
.address_col h5{
    padding: 0px 10px;
    margin: 0px 0;
}
.in-service {
    background: #ffffff;
    box-shadow: 0 0 12px rgba(136, 136, 136, 0.1);
    padding: 30px 15px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    transition: all 0.4s ease-in-out 0s;
    margin-bottom: 30px;
    min-height: 215px;
}

.in-service-icon {
    font-size: 56px;
    line-height: 1;
    color: #6898c5;
    margin-bottom: 20px;
    display: inline-block;
    transition: all 0.4s ease-in-out 0s;
}

.in-service-transparenticon {
    position: absolute;
    left: auto;
    right: -10px;
    top: auto;
    bottom: -10px;
    font-size: 90px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.1);
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
}
.in-service:hover {
    background: #6898c5;
}
.in-service:hover .in-service-transparenticon {
    opacity: 1;
}
.in-service .fist-user i{
    color: #6898c5;   
    font-size: 40px;
}
.in-service:hover .fist-user i{
    color: #fff;      
}
.in-service:hover h5 a{
    color: #fff;
    text-decoration: none;
}