.my_dashboard .dashboard_left .account_dashboard_menu {
    padding: 0px;
    list-style: none;
}
.my_dashboard .dashboard_left .account_dashboard_menu li a {
    color: #1D262D;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    display: block;
    padding: 10px 25px;
    border-left: 3px solid #f8f9fa;
}
.my_dashboard .dashboard_left .account_dashboard_menu li a:hover {
    background: #e8e8e8;
}
.my_dashboard .dashboard_left .account_dashboard_menu li .active {
    font-weight: 700;
    border-left: 3px solid #14608E;
}
.my_dashboard .dashboard_main_heading {
    font-size: 30px;
    font-weight: 600;
    color: #14608E;
}
.my_dashboard .dashboard_second_heading {
    font-size: 20px;
    font-weight: 700;
    color: #4E4E4E;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.my_dashboard .dashboard_right .contact_info .contact_info_text p {
    margin-bottom: 0px;
    font-size: 14px;
}
.my_dashboard .dashboard_right .contact_info .contact_info_text .contact_info_actions {
    list-style: none;
    padding: 0px;
}
.my_dashboard .dashboard_right .contact_info .contact_info_text .contact_info_actions li {
    display: inline-block;
    padding-right: 25px;
}
.my_dashboard .dashboard_right .contact_info .contact_info_text .contact_info_actions li a {
    font-size: 14px;
    color: #14608E;
    text-decoration: none;
}
.my_dashboard .dashboard_right .contact_info .contact_info_text .contact_info_actions li a:hover {
    text-decoration: underline;
}
.my_dashboard .dashboard_right .address_box .address_text p {
    font-size: 14px;
    margin-bottom: 0px;
}
.my_dashboard .dashboard_right .address_box .address_text p a {
    color: #14608E;
    padding-top: 10px;
    display: block;
    text-decoration: none;
}
.my_dashboard .dashboard_right .address_box .address_text p a:hover {
    text-decoration: underline;
}

.my_orders table tr th {
    font-size: 14px;
    padding: 15px;
}
.my_orders table tr td {
    font-size: 14px;
    padding: 15px;
}
.my_orders table tr td a {
    font-weight: 500;
    color: #14608E;
    text-decoration: none;
}
.my_orders table tr td a:hover {
    text-decoration: underline;
}
.my_orders .pagination {
    justify-content: center;
    margin-top: 50px;
}
.my_orders .pagination li a {
    color: #14608E;
}
.my_orders .badge.badge-primary {
    background: #14608E;
    font-weight: 100;
}
.my_orders .badge.badge-info {
    background: #1D262D;
    font-weight: 100;
}
.my_orders .edit {
    color: #1D262D;
    padding-right: 10px;
}
.my_orders .edit:hover {
    color: #14608E;
}
.my_orders .delete {
    color: #1D262D;
}
.my_orders .delete:hover {
    color: #14608E;
}
.my_orders .add_new_address {
    display: block;
}
.my_orders .add_new_address button {
    display: block;
    background: #14608E;
    width: 200px;
    float: right;
    color: #fff;
    transition: 0.3s all;
}
.my_orders .add_new_address button:hover {
    background: #337cb1;
}

.my_dashboard .dashboard_right .my_orders table.table-striped td.actions a.action.view:after {
    border-left: 1px solid #a6a6a6;
    content: '';
    display: inline-block;
    height: 12px;
    margin: 0 10px;
    vertical-align: -1px; 
}


/*******************newsletter-subscription********************/
.newsletter-subscription .dashboard_right input {
    margin-bottom: 20px;
}

.newsletter-subscription .dashboard_right input#exampleInputEmail1 {
    width:40%;    
}

.newsletter-subscription .dashboard_right input#exampleInputEmail1:focus ,
.newsletter-subscription .dashboard_right input#exampleInputEmail1:hover ,
.newsletter-subscription .dashboard_right input#exampleInputEmail1:active {
    box-shadow: none;
}

.newsletter-subscription .dashboard_right button {
    background-color: #14608E;
    color: #fff;
    border-color: #14608E;
}

.newsletter-subscription .dashboard_right button:hover {
    background-color: #0f07e6;
    color: #fff;
    border-color: #0f07e6; 
}

.newsletter-subscription .dashboard_right label:hover {
    cursor: pointer;
}  


.newsletter-subscription .dashboard_right  label input{
   margin-right: 10px; 
}


