.button1 {
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    font-weight: 700;
    font-size: .85rem;
    float: right;
    background: #f94d4d;
    border-radius: 4px;
    padding: 14px 20px;
    border: none;
    color: #fff;
  
}

.card-txt {
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    font-size: 2rem;
    font-family: "Ubuntu", "Arial", sans-serif;
}
.form-control::placeholder{
    color: #000;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.3125rem 0.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.table-txt {
    margin-top: 48px;
}

.txt-heading,
label {
    letter-spacing: .05rem;
    display: inline-block;
    margin-bottom: 0.5rem;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #7f8a89;
}


.btn-txt {
    margin-top: 30px;
}

.btn1 {
    align-items: center;
    border-radius: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    font-weight: 700;
    font-size: .85rem;
    width: 100%;
    border-color: #d5d7da;
    line-height: 30px;
    border: 1px solid #d5d7da;
}

hr.new1 {
    border-top: 1px solid #d5d7da;
    margin-top: 20px;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6;
}

hr.new2 {
    border-top: 1px solid #dddddd;
}

.txt-p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.heading-txt {
    padding: 0px 5px 0px 0px;
    width: 100%;
}

.section-text {
    margin-top: 30px;
    margin-bottom: 7%;
}

@media screen and (max-width: 768px) {
    .button1 {
        float: none;
    }
}

@media screen and (max-width: 320px) {

    .button1 {
        float: none;
    }

    .card-txt {
        font-size: 16px;
    }

    .table-txt {
        margin-top: 25px;
    }
}
.pl_contain .btn-txt button,
.pl_contain input{
    padding: 8px 20px;
    height: 40px;
    color: #000;
}
.btn-outline-secondary{
    box-shadow: 0 0 0 0rem rgba(108,117,125,.5) !important;
}
.btn-outline-secondary:hover {
    outline: 0 !important;
    color: #fff !important;
    background-color: #3E8680 !important;
    border-color: #3E8680 !important;
    
}
@media screen and (max-width: 767px) {
.ddflex_div{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ddflex_div label{
    width: 240px;
    margin-right: 10px;
}
.btn-outline-secondary {
    outline: 0 !important;
    color: #fff !important;
    background-color: #3E8680 !important;
    border-color: #3E8680 !important;
    
}
.submit_enquiry.button1,
.submit_session_enquiry.button1 {
    width: 100%;
    text-align: center;
    padding: 10px 20px;
}
.txt-heading,
label{
    color: #212529;
   
}
.txt-heading{
    width: 165px;
    margin-right: 10px;
}
.pl__mobilecard .ddflex_div{
    margin-bottom: 8px;
}
.pl__mobilecard{
    margin-bottom: 1rem;
    padding: 1rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
.delete_cart i,
.edit_cart i{
    font-size: 16px;  
}
.txt-p .fa-times,
.save_cart i{
    font-size: 20px;
}
}