.btn{display: inline-block !important;}
.btn-outline-primary {border: 1px solid #ee0014 !important;  background-color: var(--white);  border-color: var(--primary-color);  color: var(--primary-color);}
.sec-pTB {padding:0 0;}
.heading-menu { display: none !important;}
.card-category {
    background: #FFFFFF;
    box-shadow: 5px 30px 56.1276px rgb(55 55 55 / 11%);
    border-radius: 20px;
    padding: 30px 20px;
    transition: all .4s ease-in-out;
    height: 83%;
    display: flex;
    flex-direction: column;
}
@media (min-width: 992px) {
    .cs-col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 50.333333%;
    }
@media (min-width: 992px) {
    .cs-col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 30.333333%;
    }
}
}
.txt14 {
    font-size: 14px;
}

.label-required {
    color: #ff0000;
}

.bg-soft {
    background-color: #fff5e7;
}

.form-group {
    margin-bottom: 1rem;
}
.commonselect {
    margin-top: 1rem;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.form-control,.commonselect {
    display: block;
    width: 93%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.card {
    background: #fbfbfb;
    padding: 30px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
@media (max-width:767px){
    .signup-btn,.btn-outline-primary {
        width: 100%;
        display: block;
        margin-right:0;
    }
}
#meGDPRMessage {
    width: 100%;
}
#meGDPRMessage a {
  font-size: 11px;
}
#formCTAgdpr a {
 font-size: 14px;
}

