.main-heading.bot-border {
    border-bottom: 2px solid #000;
}

.bot-border {
    border-bottom: 2px solid #000;
}

.blue-color-title {
    color: #187bcf;
    border-bottom: 1px solid  #187bcf;
    padding-bottom: .4em;
}

.main-heading.pad-b {
    padding-bottom: 2px;

}

.main-heading h2 {
    font-size: 36px;
}

.main-heading-holder {
    text-align: left;
}

h2.sec-heading {
    color: #666666;
    font-size: 30px;
}

.mt-cus {
    margin-top: 4em;
}

.mt-cus-1 {
    margin-top: 1em;
}

.mb-cus-1 {
    margin-bottom: 1em;
}

.ad-list {
    color: #676767;
    font-size: 16px;
}

.ad-list li {
    margin: .6em 0;
}

.row-blue {
    background-color:  #187bcf;
    padding: 1.4em 0 .5em;
}

input.input-white {
    background-color: #fff;
}

table.reg-table tbody input[type="text"], table.reg-table tbody select {
     height: 35px;
     border-radius: 0;
}

.cart-table-holder .table.reg-table tbody tr td {
    padding: .8em 1em !important;
}

.cart-table-holder .table.reg-table thead tr th {
    padding: 15px 20px;

}

input[type="text"]::placeholder, input[type="email"]::placeholder {
    color: #313131;
}

input[type="text"], input[type="email"] {
    border: unset;
    border-bottom: 1px solid #9e9e9e;
}

.sel-style {
    width: 100%;
    padding: 1em;
}


.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.d-block {
    display: block;
}

.ml-1 {
    margin-left: .5em;
}

.ml-2 {
    margin-left: 2em!important;
}

.label-adj {
    position: relative;
    top: .2em;
}

.gen-pad {
    padding-top: 1em;
    padding-left: 2.5em;
}

@media only screen and (max-width: 600px) {
    .main-heading h2 {
        font-size: 30px;
    }

    h2.sec-heading {
        font-size: 26px;
    }

    .ad-list {
        padding-right: .7em;
        font-size: 14px;
    }
}