.ptb-36 {
    padding: 36px 0;
}

.txt-disabled {
    color: #b2b2b2;
    text-decoration: line-through;
}

@media (max-width: 768px) {
    .gradient-overlay {
        visibility:hidden !important;
    }
}

#result .success, .notification.success {
    background-color: #EBF6E0;
}

#result .success, .notification.success, .notification.success a, .notification.success strong {
    color: #5f9025;
}

#result .success, .notification {
    line-height: 24px;
    margin-bottom: 15px;
    position: relative;
    padding: 20px 26px;
    padding-right: 50px;
    border-radius: 3px;
}

.has-error input, .has-error textarea, .has-error {
    border-color: #dd4b39 !important;
    color: #dd4b39 !important;
}


.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.error-msg{
    color: #dd4b39;
}

.justify-content-center .post-wrapper .post-content p {
    text-align: justify !important;
}

.about-us-content-wrap p {
    text-align: justify !important;
}

em {
 font-size: 13px;
}

.txt-right {
    text-align: right;
}

.txt-head-h5 {
    margin-block-start: 0em;
    margin-block-end: 0em;
}

.text-head-l {
    font-weight: 600;
    font-size: 17px;
}

.steps {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: stretch;
}

.steps .step-item {
    display: flex;
    align-items: center;
    width: inherit;
    justify-content: center;
}

.steps .step-item label {
    font-size: 14px;
    color: #8f8f8f;
    margin-left: 10px;
    margin-right: 10px;
}

.steps .step-item hr {
    background-color: #919191;
    border: none;
    height: 2px;
    align-items: flex-start;
}

.steps .step-item div {
    height: 24px;
    width: 24px;
    background-color: #c9c9c9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    justify-content: center;
    color: #fff;
}

.steps .active div {
    background-color: #3dcc4a!important;
}

.reg-form {
    box-shadow: 0 4px 6px 0 hsla(0,0%,61.6%,.11)!important;
}

.reg-form .form-control {
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    box-shadow: 0 4px 6px 0 hsla(0,0%,61.6%,.11)!important;
}

.width-100 {
    width: 100%;
}

select {
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #fff;
    -webkit-appearance: none;
    background-position-x: 95%;
    background-size: 8px;
}

.form-control {
    color: #898989;
    font-size: 14px;
}

input, input::-webkit-input-placeholder {
    font-size: 14px !important;
}

.se-box .drop-down ul li {
    padding: 15px;
    cursor: pointer;
}

.txt-center {
    text-align: center;
}

.reg-sub-title {
    font-size: 14px;
}

.slide-img {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pt-70 {
    padding-top: 70px;
}

.contact-us-promo .single-promo-card {
    background-color: #eff2f7;
}

.contact-us-promo .single-promo-hover:hover {
    box-shadow: 0 .5rem 1rem rgba(31,45,61,.125)!important;
}

.input-icon span {
    height: calc(3rem + 2px);
}

.form-group .iti {
    width: 100% !important;
}

.input-icon {
    z-index: 1;
}

.not-allowed {
    cursor: default;
}