.inactive {
    opacity: 0.5;
    pointer-events: none;
}
.thank_you_padd {
    padding: 120px 0;
    position: relative;
}
.thank_you_padd::after {
    content:"";
    position:absolute;
    background-color:rgba(0, 0, 0, 0.6);
    width:100%;
    height:100%;
    top: 0;
}
.thank_you_padd h1, .thank_you_padd p{
    color: #fff;
    z-index: 9;
    position: relative;
}
.thank_you_padd a{
    position: relative;
    z-index: 9;
}
#member_profile_form label span{
    color:red;
}
.error-border {
    border: 1px solid red;
}
.service_inner_content img{
    text-align: center;
    margin: 0 auto;
    display: block;
}
.additives_box img{
    width: 50px;
}
.order_details {
    background: #f3f3f3;
    padding: 15px;
}
.order_details .row {
    padding: 10px;
}
.error-border2 {
    border: 4px solid red !important;
}
.search_page ul {
    padding-left: 0;
    margin-bottom: 0;
}
.search_page ul li {
    background: #f3f3f3;
    list-style: none;
    padding: 25px;
    margin-bottom: 15px;
}