@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap);
body {
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    letter-spacing: 0;
    margin: 0;
    color: #777;
    padding: 0
}

@media (max-width:767px) {
    body {
        font-size: 15px
    }
}

* {
    box-sizing: border-box
}

:focus {
    box-shadow: none
}

html {
    scroll-behavior: smooth
}

.alert-danger {
    text-align: center
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

ul.list-item li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 35px
}

ul.list-item li:before {
    background-image: url(/images/check-icon.jpg?a15b9c9ee1178729684b57ef95ef12fa);
    background-repeat: no-repeat;
    background-size: 19px 14px;
    background-position: 50%;
    width: 19px;
    height: 14px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.submit {
    text-align: center;
    margin-bottom: 40px
}

.submit .btn {
    max-width: 170px;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background: #ff3636;
    border: 1px solid #ff3636;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 auto
}

.submit .btn:hover {
    color: #1a446d;
    border-color: #1a446d;
    background: transparent
}

.container {
    max-width: 1230px
}

input {
    border: 0;
    border-bottom: 1px solid #000;
    width: 100%;
    color: #777;
    outline: none;
    border-radius: 0;
    box-shadow: none;
    padding: 10px;
    font-size: 16px;
    height: 45px
}

h1,
h2 {
    font-size: 35px;
    line-height: 45px;
    color: #1a446d;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 70px
}

@media (max-width:767px) {
    h1,
    h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 55px
    }
}

h1:before,
h2:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    content: "";
    background: red;
    width: 70px;
    height: 2px;
    margin: 0 auto
}

@media (max-width:767px) {
    h1:before,
    h2:before {
        bottom: -20px
    }
}

h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 25px;
    color: #383838;
    font-weight: 700
}

@media (max-width:767px) {
    h3 {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 20px
    }
}

a,
a:hover {
    text-decoration: none;
    outline: none
}

.note {
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #ff3636;
    border-radius: 8px;
    margin-bottom: 40px
}

@media (max-width:767px) {
    .note {
        height: auto;
        padding: 10px;
        margin-bottom: 30px
    }
}

.note p {
    margin: 0;
    font-size: 22px;
    color: #fff
}

@media (max-width:991px) {
    .note p {
        font-size: 18px
    }
}

.note.quickpay {
    background: #ffefb6
}

.note.quickpay p {
    color: #383838
}

.header {
    padding: 20px 0
}

.header .logo img {
    max-width: 300px;
    display: block;
    margin: 0 auto
}

@media (max-width:767px) {
    .header .logo img {
        max-width: 200px
    }
}

.form-sec .form-title {
    margin-bottom: 50px
}

@media (max-width:767px) {
    .form-sec .form-title {
        margin-bottom: 30px
    }
}

.form-sec .form-title ul {
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:767px) {
    .form-sec .form-title ul {
        flex-wrap: wrap
    }
}

.form-sec .form-title ul li {
    padding: 0 15px
}

@media (max-width:767px) {
    .form-sec .form-title ul li {
        padding: 0;
        margin-bottom: 10px
    }
}

.form-sec .form-title ul li a {
    font-size: 20px;
    line-height: 24px;
    color: #777;
    font-weight: 500
}

@media (max-width:767px) {
    .form-sec .form-title ul li a {
        font-size: 15px;
        line-height: 20px
    }
}

.form-sec .form-title ul li a img {
    max-width: 29px;
    margin-right: 15px
}

@media (max-width:767px) {
    .form-sec .form-title ul li a img {
        max-width: 18px;
        margin-right: 2px
    }
}

.form-sec .form-content .form-fields,
.form-sec .form-content .form-fields .form-inputs {
    margin-bottom: 20px
}

.form-sec .form-content .form-fields .form-inputs label {
    padding-top: 15px;
    font-weight: 700;
    font-size: 20px;
    color: #383838
}

@media (max-width:767px) {
    .form-sec .form-content .form-fields .form-inputs label {
        padding-top: 10px;
        font-size: 17px
    }
}

.form-sec .form-content .form-fields .form-inputs label.error {
    font-size: 15px;
    padding-top: 6px;
    color: #ff3636;
    font-weight: 400;
    display: block
}

.form-sec .form-content .company-credit {
    margin-bottom: 40px
}

.form-sec .form-content .company-credit .company-info {
    border: 1px solid #c1c1c1;
    width: 75%
}

@media (max-width:767px) {
    .form-sec .form-content .company-credit .company-info {
        width: 100%
    }
}

.form-sec .form-content .company-credit .company-info .info-detail {
    margin: 0;
    border-bottom: 1px solid #c1c1c1
}

.form-sec .form-content .company-credit .company-info .info-detail:last-child {
    border-bottom: 0
}

.form-sec .form-content .company-credit .company-info .info-detail p {
    font-size: 15px;
    margin: 0
}

@media (max-width:767px) {
    .form-sec .form-content .company-credit .company-info .info-detail p {
        word-break: break-all
    }
}

.form-sec .form-content .company-credit .company-info .info-detail p strong {
    font-weight: 500
}

.form-sec .form-content .company-credit .company-info .info-detail .info-dis,
.form-sec .form-content .company-credit .company-info .info-detail .info-title {
    display: flex;
    align-items: center;
    padding: 9px 15px
}

.form-sec .form-content .company-credit .company-info .info-detail .info-title {
    border-right: 1px solid #c1c1c1
}

@media (max-width:575px) {
    .form-sec .form-content .company-credit .company-info .info-detail .info-title {
        border-right: 0;
        border-bottom: 1px solid #c1c1c1
    }
}

.form-sec .form-content .company-credit.invoice .company-info {
    width: 100%
}

.form-sec .form-content .contact-person {
    margin-bottom: 40px
}

@media (max-width:767px) {
    .form-sec .form-content .contact-person {
        margin-bottom: 20px
    }
}

.form-sec .form-content .contact-person .contact-detail {
    justify-content: space-between;
    margin: 0 -10px;
}

.form-sec .form-content .contact-person .contact-detail .contact-dis {
    display: flex;
    border: 1px solid #777;
    align-items: center;
    padding: 15px;
    max-width: 100%;
    margin-bottom: 25px
}

@media (max-width:767px) {
    .form-sec .form-content .contact-person .contact-detail .contact-dis {
        max-width: 100%;
        flex-wrap: wrap
    }
}

.form-sec .form-content .contact-person .contact-detail .contact-dis .file-detail {
    width: 65%;
    padding-right: 20px
}

@media (max-width:991px) {
    .form-sec .form-content .contact-person .contact-detail .contact-dis .file-detail {
        width: 50%;
        padding-right: 12px
    }
}

@media (max-width:575px) {
    .form-sec .form-content .contact-person .contact-detail .contact-dis .file-detail {
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px
    }
}

.form-sec .form-content .contact-person .contact-detail .contact-dis .file-detail p {
    margin: 0;
    font-size: 17px;
    line-height: 20px
}

.form-sec .form-content .contact-person .contact-detail .contact-dis .upload-file {
    width: 35%;
    border: 1px dashed #777
}

@media (max-width:991px) {
    .form-sec .form-content .contact-person .contact-detail .contact-dis .upload-file {
        width: 50%
    }
}

@media (max-width:575px) {
    .form-sec .form-content .contact-person .contact-detail .contact-dis .upload-file {
        width: 100%
    }
}

.form-sec .form-content .contact-person .contact-detail .contact-dis .upload-file .file-upload-btn {
    background: #7bbe3f;
    border: 0;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #fff;
    border-radius: 5px
}

.form-sec .form-content .contact-person .contact-detail .contact-dis .upload-file .file-upload {
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 20px 15px 30px
}

.form-sec .form-content .contact-person .contact-detail .contact-select {
    padding: 0 10px;
}

.form-sec .form-content .contact-person .contact-detail .contact-dis .upload-file .file-upload .image-upload-wrap {
    margin-bottom: 15px
}

.form-sec .form-content .contact-person .contact-detail .contact-dis .upload-file .file-upload .image-upload-wrap .error {
    font-size: 15px;
    padding-top: 6px;
    color: #ff3636;
    font-weight: 400;
    display: block;
    text-align: center
}

.form-sec .form-content .contact-person .contact-detail .contact-dis .upload-file .file-upload .file-upload-content .file-upload-image {
    max-height: 100px;
    max-width: 100%;
    margin: auto auto 15px;
    padding: 0;
    min-height: 100px;
    object-fit: cover;
}

.form-sec .form-content .recive-payment {
    margin-bottom: 40px
}

.form-sec .form-content .acount-payable {
    padding-bottom: 40px;
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 40px
}

.form-sec .form-content .acount-payable p a {
    font-size: 17px;
    color: #777
}

.form-sec .form-content .signature-fields input {
    margin-top: 100px
}

@media (max-width:575px) {
    .form-sec .form-content .signature-fields input {
        margin-top: 20px
    }
}

.file-upload-btn:hover {
    background: #1aa059;
    color: #fff;
    transition: all .2s ease;
    cursor: pointer
}

.file-upload-btn:active {
    border: 0;
    transition: all .2s ease
}

.file-upload-content {
    display: none;
    text-align: center
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer
}

.image-upload-wrap {
    position: relative
}

.image-title-wrap {
    padding: 0 15px 15px;
    color: #222
}

.drag-text {
    text-align: center
}

.remove-image {
    width: 200px;
    margin: 0;
    background: #cd4535;
    padding: 10px;
    border-radius: 4px;
    border: none;
    border-bottom: 4px solid #b02818;
    outline: none;
    text-transform: uppercase;
    font-weight: 700
}

.remove-image,
.remove-image:hover {
    color: #fff;
    transition: all .2s ease
}

.remove-image:hover {
    background: #c13b2a;
    cursor: pointer
}

.remove-image:active {
    border: 0;
    transition: all .2s ease
}

.check-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 1px solid #777;
    transform: translateY(-50%)
}

.form-sec .form-content .form-fields .form-inputs label.error~span.checkmark {
    top: 26%
}

.check-container input:checked~.checkmark {
    background-color: #fff
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.check-container input:checked~.checkmark:after {
    display: block
}

.check-container .checkmark:after {
    left: 7px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid red;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.m-signature-pad--body canvas {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 145px;
    border-bottom: 1px solid #000
}

.form-two-content {
    margin-bottom: 30px
}

.form-two-content h2 {
    font-size: 25px;
    margin-bottom: 10px
}

.form-two-content h2:before {
    display: none
}

.form-two-content span input {
    border: 0;
    border-bottom: 1px solid;
    outline: 0;
    height: 22px;
    width: auto
}

.form-two-content span.usd-dot input {
    width: 100px
}

.form-two-content span.docket input {
    width: 70px
}

.form-two-content p {
    line-height: 45px
}

.modal.form-popup {
    background: rgba(0, 0, 0, .30980392156862746)
}

.modal.form-popup .modal-dialog {
    max-width: 60%
}

.modal.form-popup .modal-content .modal-header {
    padding: 0
}

.modal.form-popup .modal-content .modal-header .close {
    padding: 0;
    margin: 0;
    position: absolute;
    right: -10px;
    top: -10px;
    background: #1a446d;
    color: #fff;
    font-weight: 400;
    opacity: 1;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    z-index: 9;
    outline: none
}

.modal.form-popup .modal-content .modal-body {
    padding: 40px 20px 30px
}

@media (max-width: 767px) {
    .modal.form-popup .modal-content .modal-body {
        padding: 40px 5px 30px;
    }
    .modal.form-popup .modal-content .form-two-content p {
        line-height: 28px;
    }
    .modal.form-popup .modal-content .form-two-content h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .modal.form-popup {
        padding: 0 !important;
    }
    .modal.form-popup .modal-dialog {
        max-width: 100%;
    }
}