dl.common {
    margin-bottom: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 10px 0;
    padding: 10px 0;
}
dl.common dt {
    font-size: 16px;
    line-height: 2.5rem;
    /* letter-spacing: 0.1rem; */
    font-weight: bold;
    box-sizing: border-box;
    background: #f5f7fa;
    border-bottom: 2px solid #fff;
    padding: 16px 25px;
}
dl.common dt:first-of-type {
    border-top: 1px solid #f5f7fa;
}
dl.common dt span {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    line-height: 1.4rem;
    background: #777;
    margin-left: 10px;
    padding: 2px 5px;
}
dl.common dd:first-of-type {
    border-top: 1px solid #dedede;
}
dl.common dd {
    font-size: 16px;
    line-height: 2.8rem;
    box-sizing: border-box;
    background: #fff;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 12px 24px;
    margin-bottom: 0px !important;
}
input {
    height: 40px !important;
    font-size: 1.6rem;
    background: #f1f1f1;
    border: 1px solid #cdcdcd;
    box-sizing: border-box;
    padding: 6px 6px;
    margin: 0;
}
@media(max-width:426px) {
    input[type="text"]#first_name {
        width: 100% !important;
    }
    input[type="text"]#last_name {
        width: 100% !important;
    }
    dl.common dd {
        border: none;
    }
}
input[type="text"]#last_name {
    width: 150px;
    margin: 0 18px 0 8px;
}

input[type="text"] {
    width: 100%;
}

input[type="text"]#first_name {
    width: 150px;
    margin-left: 8px;
}
select#state {
    margin: 0 0 10px 5px;
}
select {
    box-sizing: border-box;
    color: #111;
    font-size: 1.5rem;
    border: 1px solid #cdcdcd;
    border-radius: 2px;
    background: #f1f1f1;
    padding: 6px 6px;
    margin: 0 6px;
}
dl.common {
    margin-bottom: 40px;
}
.row-btn {
    clear: both;
    padding: 30px 0 0 0;
    margin: 0 auto;
    text-align: center;
}
.invalid-feedback {
    display: block !important;
}
.nice-select::after {
    right: 10px !important;
}
textarea {
    height: 165px;
}
/* Contact area */
@media (min-width: 640px) {
    .sm\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.leading-5 {
    line-height: 1.25rem;
}
.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.bg-primary {
    --tw-bg-opacity: 1;
    background-color: #dd0733 !important;
}
.rounded-full {
    border-radius: 9999px;
}
.items-center {
    align-items: center;
}
.flex-col {
    flex-direction: column;
}
.w-full {
    width: 100%;
}
.flex {
    display: flex;
}
@media (min-width: 640px) {
    .sm\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}
@media (min-width: 640px) {
    .sm\:mb-2 {
        margin-bottom: 0.5rem;
    }
}
.font-bold {
    font-weight: 700;
}
.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.text-center {
    text-align: center;
}
@media (min-width: 640px) {
    .sm\:inline {
        display: inline;
    }
}
@media (min-width: 640px) {
    .sm\:hidden {
        display: none;
    }
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
@media(max-width:426px) {
    .text-3xl {
        font-size: 22px;
    }
    .leading-5 {
        font-size: 13px;
    }
}
.form-title {
    text-align: center;
    padding-bottom: 20px;
    font-size: 22px;
}
.tp-contact-form-border {
    padding-top: 30px !important;
}
.nice-select .list {
    overflow-y: auto;
    max-height: 420px;
}
.mgb40 {
    font-size: 16px;
}