.support-banner .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.support-page {
    background-color: #fff;
}

.support-banner {
    margin-top: 129px;
    position: relative;
}

.support-banner-content img {
    width: 100%;
}

.support-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.support-banner-content h1 {
    font-size: 50px;
    color: #fff;
    margin-bottom: 1rem;
    margin-top: 0;
    font-weight: 700;
    text-align: center;
}

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

.request-title {
    margin-top: 3rem;
}

.request-title p {
    margin-bottom: 2.25rem;
}

.submit-request-section .request-title {
    margin-bottom: 1rem;
}

.contact-all-section {
    padding-bottom: 60px;
}

.request-title h3 {
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 1.5rem;
}

form .form-control,
form .input-group-text {
    border-radius: 0;
    padding: .3rem .9rem;
    border: 2px solid #ced4da;
    box-shadow: 1px 1px 6px #ccc !important;
}

form .form-control:hover,
form .form-control:active,
form .form-control:focus,
form .input-group-text:hover,
form .input-group-text:active,
form .input-group-text:focus {
    box-shadow: 1px 1px 6px #ccc !important;
}

form .form-control {
    height: calc(2em + .9rem + 2px);
    background-color: #fafafa;
}

form .form-group span.required {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
}

.form-control:read-only {
    background-color: #e9e9e9 !important;
}

.error,
label.is-invalid,
span.required {
    color: rgb(248, 98, 98);
}

form label.error,
form label.is-invalid {
    position: absolute;
    left: 1rem;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.75rem;
    top: 100%;
}

form textarea.form-control~label.is-invalid {
    top: 190px;
}

textarea.form-control {
    resize: none;
    height: 100%;
    max-height: 150px;
}

.support-upload .ff_fileupload_wrap .ff_fileupload_dropzone {
    height: 150px;
    background-color: #dee3eb;
    border: 2px solid #dee3eb;
    background-image: unset;
    border-radius: 0;
}

.support-upload .ff_fileupload_wrap .ff_fileupload_dropzone::after {
    position: absolute;
    content: "Select Document";
    background-color: #0F4F93;
    color: #fff;
    padding: .5rem 1rem;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
}

.support-upload .ff_fileupload_wrap .ff_fileupload_dropzone_wrap::after {
    position: absolute;
    content: "Add file or Drop file here";
    color: #000;
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
}

.file-uploads-custom {
    width: 100%;
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

ul.each-upload {
    width: 100%;
    max-width: 48%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid transparent;
    margin-bottom: 5px;
    padding: 8px 0;
    list-style: none;
    border-bottom-color: #ced4da;
}

ul.each-upload li:nth-child(2) {
    max-width: calc(100% - 30px);
    width: 100%;
    display: flex;
}

ul.each-upload li:nth-child(2) a {
    max-width: 100%;
    height: 21px;
    overflow: hidden !important;
    display: inline-block;
    position: relative;
}

ul.each-upload li,
ul.each-upload li a {
    color: #44cf9c !important;
}

.support-info h5 {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

.support-info p {
    color: #fff;
    margin-bottom: 0;
}

.btn-captch-group {
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
}

.right-form-bg .form-bg-content {
    background-image: linear-gradient(to top, #0F4F93, #0F4F93);
    padding: 75px;
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
    position: relative;
    z-index: 1;
}

.right-form-bg .form-bg-content::after {
    background-image: linear-gradient(to top, #0F4F93, #0F4F93);
    position: absolute;
    content: "";
    left: 100%;
    width: 100%;
    top: 0;
    height: 100%;
}

.submit-request-section {
    overflow: hidden;
}

.support-info+.support-info {
    margin-top: 50px;
}

button.btn.support-btn {
    background-image: linear-gradient(to bottom right, #0F4F93, #0F4F93);
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    padding: .5rem 1.5rem;
}

button.btn.support-btn:hover {
    opacity: 0.9;
    outline: 0 none !important;
    box-shadow: unset !important;
}

.contact-support {
    margin-bottom: 30px;
}

.contact-support-inner p {
    max-width: 445px;
    margin: 0 auto;
}

.contact-support-inner {
    padding: 1.75rem 1rem;
    border: 1px solid #666;
    border-radius: .25rem;
    display: block;
    min-height: 100%;
}

.contact-support-inner h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.right-form-bg {
    position: relative;
}

img.bg-dot-img {
    position: absolute;
    left: 50%;
    bottom: -40px;
    z-index: 0;
}

.captcha-section {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-right: 0;
}


/*FAQ Page CSS Start*/

.accordion-content {
    margin-bottom: 15px;
}

.faq-content form {
    width: 100%;
    max-width: 500px;
}

.faq-content form .form-control {
    box-shadow: unset !important;
    border: medium none;
    color: #000;
}

.faq-content form .form-group {
    margin-bottom: .75rem;
}

.faq-section .container-fluid {
    max-width: 1320px;
    padding: 0 60px;
}

.faq-tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.faq-tabs li {
    width: 100%;
}

.faq-tabs li a {
    font-size: 20px;
    color: #222;
    display: inline-block;
    background-color: #f0f0f0;
    padding: .5rem 1rem;
    width: 100%;
    max-width: 92%;
}

.faq-tabs li a img {
    margin-right: 20px;
    max-width: 40px;
}

.each-accordion {
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc;
}

.each-accordion h2 {
    font-size: 30px;
    color: #343a40;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.accordion-content .accordion {
    background-color: #fff;
    color: #000;
    cursor: pointer;
    padding: 2px 8px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
    font-weight: 700;
    position: relative;
    padding-right: 35px;
}

.accordion-content .active,
.accordion-content .accordion:hover {
    background-color: #fff;
}

.accordion-content .accordion:after {
    content: '\002B';
    height: 18px;
    width: 18px;
    border: 2px solid #000;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    padding-bottom: 1px;
    padding-left: 1px;
}

.accordion-content .active:after {
    content: "\2212";
}

.accordion-content .panel {
    padding: 0 8px;
    font-size: 16px;
    color: #666;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.terms-page {
    margin-top: 105px;
    background-color: #f5f6f9;
}

.each-accordion .title-icon {
    margin: 0;
    font-size: 20px;
    color: #222;
    display: inline-block;
    background-color: #f0f0f0;
    padding: .5rem 1rem;
    width: 100%;
    max-width: 100%;
    display: none;
}

.each-accordion .title-icon img {
    margin-right: 20px;
    max-width: 40px;
}

ul.service-eligi {
    margin-bottom: 20px;
    padding: 0;
    list-style: none;
}

.service-eligi li {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-left: 25px;
}

.main-listing-terms li {
    margin-bottom: 15px;
    width: 100%;
    position: relative;
}

.service-eligi li .number {
    display: none;
}

.service-eligi li::after {
    color: #0F4F93;
    font-size: 14px;
    height: 20px;
    width: 20px;
    min-width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0F4F93;
    border-radius: 100%;
    content: "1";
    position: absolute;
    left: 0;
    top: 0;
}

.service-eligi li:first-child::after {
    content: "1";
}

.service-eligi li:nth-child(2)::after {
    content: "2";
}

.service-eligi li:nth-child(3)::after {
    content: "3";
}

.service-eligi li:nth-child(4)::after {
    content: "4";
}

.service-eligi li:nth-child(5)::after {
    content: "5";
}

.service-eligi li:nth-child(6)::after {
    content: "6";
}

.service-eligi li:nth-child(7)::after {
    content: "7";
}

.service-eligi li:nth-child(8)::after {
    content: "8";
}

.terms-page-page {
    background-color: #f5f6f9;
}

.terms-section {
    background-color: #fff;
    padding: 1.5rem;
    /* max-width: 900px; */
    margin: 30px auto;
}

.condition-section {
    background-color: #fff;
    padding: 1.5rem;
    margin: 30px auto;
}

.terms-section .common-title {
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 28px;
}

.condition-section ul {
    /* list-style: none; */
    /* padding: 0; */
    margin: 0;
}
.each-term-section li> strong{
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.each-term-section ol > li {
    font-weight: bold;
    /* color: #000; */
    font-weight: 600;
}
.each-term-section ol >li p{
    color: #6c757d;
    font-weight: 400;
}
.each-term-section ol > li > ol> li{
    color: #6c757d;
    font-weight: 400;
    margin-bottom: 10px;
}
.terms-section a{
    color: #0F4F93;
    font-weight: 700;
    text-decoration: underline;
}
.title-agree-main {
    color: #0F4F93;
    font-size: 24px;
    margin: 24px 0 12px;
}

.terms-section p strong {
    color: #000;
    font-size: 18px;
}

.submit-document-section .file-uploads-custom.document-upload li:first-child {
    max-width: 100%;
    width: 100%;
    display: flex;
    overflow: hidden;
    max-height: 21px;
}

.show-file .fa-file-alt {
    left: 0px;
    color: #CE3800;
    font-size: 18px;
    position: relative;
}

.file-uploads-custom.document-upload li:nth-child(2) {
    max-width: auto;
    width: auto;
}

.combine-upload {
    width: 100%;
    max-width: 48%;
    margin-bottom: 20px;
}

.tabs-vert .combine-upload {
    margin-bottom: 0px;
}

.combine-upload .each-upload {
    max-width: 100%;
}

.submit-document-section .right-form-bg .form-bg-content {
    padding: 75px 20px 75px 60px;
}

.submit-document-section {
    overflow: hidden;
    padding-bottom: 40px;
}

.submit-document-section .request-title h3 {
    margin-bottom: .5rem;
}

.submit-document-section .tab-content>.active {
    opacity: 1;
}

.tabs-vert {
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
    padding: 1rem;
}

.tabs-vert .tab-content {
    padding: 0px 0 0 0;
}

.tabs-vert .nav.nav-pills li {
    width: 100%;
    margin-bottom: 5px;
}

.tabs-vert .nav.nav-pills {
    max-width: 220px;
    margin-top: 14px;
    width: 100%;
}

.tabs-vert .nav.nav-pills li a {
    background-color: #f0f0f0;
    text-align: left;
    width: 100%;
    display: block;
    color: #666;
    padding: .25rem 1rem;
}

.tabs-vert .nav.nav-pills li.active a {
    background-image: linear-gradient(to right, #0F4F93 30%, #0F4F93);
    color: #fff;
}

.tabs-vert .tab-content {
    width: 100%;
}

.show-file .doc-link {
    width: calc(100% - 13px);
    height: 21px;
    overflow: hidden;
    padding-left: 10px;
    color: #000 !important;
    cursor: unset;
}

ul.each-upload li.show-file,
ul.each-upload li.show-file a {
    color: #CE3800 !important;
}

ul.each-upload li.show-file a.text-danger i {
    color: #f86262 !important
}

.tabs-section {
    overflow: hidden;
    width: 100%;
}

.tabs-section .feature-img {
    max-height: 255px;
    overflow: hidden;
    border-radius: 10px;
    border: 3px solid #fff;
}

.tabs-section .nav-tabs {
    border: 0;
}

.tabs-section .nav-link {
    border: 0;
    padding: 11px 15px;
    transition: 0.3s;
    color: #000;
    border-radius: 0;
    border-right: 2px solid #0F4F93 !important;
    font-weight: 600;
    font-size: 15px;
}

.tabs-section .nav-link:hover {
    color: #0F4F93;
}

.tabs-section .nav-link.active {
    color: #fff;
    background-image: linear-gradient(to right, #0F4F93 30%, #0F4F93);
}

.tabs-section .nav-link:hover {
    border-right: 4px solid #0F4F93;
}

.tabs-section .tab-pane.active {
    -webkit-animation: fadeIn 0.5s ease-out;
    animation: fadeIn 0.5s ease-out;
}

.tabs-section .details h3 {
    font-size: 26px;
    color: #cddc39;
}

.tabs-section .details p {
    color: #aaaaaa;
}

.tabs-vert .nav-link span.number-step {
    display: inline-block;
    padding: 0px 10px;
    font-size: 20px;
    color: #fff;
    background-color: #dadada;
    margin-right: 8px;
}

.tabs-vert .nav-link.active span.number-step {
    color: #000;
    background-image: unset;
    background-color: #fff;
}

.submit-document-section .request-title {
    margin-top: 20px;
}

.captcha-section .each-upload .show-file {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.instruction-banner-content img {
    width: 100%;
    max-height: 220px;
}

.support-doc ul.each-upload li:nth-child(2) {
    max-width: 100%;
}

.doc-center-page .submit-document-section .request-title {
    margin-bottom: 10px;
}

.info-upload-doc {
    margin-top: 20px;
}

.first-section-doc {
    display: flex;
    align-items: center;
}

.first-section-doc .doc-name {
    max-width: 38%;
    width: 100%;
}

.first-section-doc .doc-name .doc-name-title {
    margin: 0;
    margin-right: 15px;
}

.first-section-doc .doc-name+.doc-name {
    max-width: 100%;
}

.first-section-doc .doc-name {
    max-width: 330px;
}

.first-section-doc .doc-name {
    width: 100%;
    display: flex;
    align-items: center;
}

.info-upload-doc .each-upload {
    max-width: 100%;
}

.info-upload-doc .each-upload .show-file {
    width: 100%;
    display: flex;
    align-items: center;
}

.info-upload-doc .each-upload .show-file a:nth-child(2) {
    width: calc(100% - 30px);
    padding-left: 10px;
    height: 21px;
    overflow: hidden;
}

.connection-role .info-upload-doc .name-with-role {
    margin-top: 0;
    font-size: 20px;
}

.connection-role .info-upload-doc {
    margin-top: 0;
}

.doc-name+.doc-name {
    margin-left: 30px;
}

.doc-name-title {
    margin-bottom: 0;
    font-size: .875rem;
}

.tab-two .doc-name {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 21px;
}

.tab-three .row {
    justify-content: space-between;
}

.tab-three .vendor-property {
    padding: 1rem;
    max-width: 32.5%;
    margin-top: 20px;
    border: 1px solid #ccc;
}

.tab-three .vendor-property p {
    margin-bottom: 0;
}

.connection-role .vendor-property {
    padding: 1rem;
    margin-top: 20px;
    border: 1px solid #ccc;
}

.tab-two .doc-name .doc-name-title {
    margin: 0;
}

.common-vendor {
    padding-left: 0;
}

.no-vendor-property {
    width: 100%;
    margin: 30px 0;
    font-size: 20px;
    text-align: center;
}

.support-page.doc-center-page {
    min-height: calc(100vh - 225px);
    padding-top: 70px;
}

.reports-page .tabs-section .nav-link {
    border-right: 1px solid #d9d9d9 !important;
    padding: 0;
    cursor: pointer;
    border: 1px solid #d9d9d9 !important;
    margin-bottom: 7px;
    position: relative;
}

.reports-page .tabs-section .nav-link .custom-control-label {
    width: 100%;
    padding: 11px 15px;
    cursor: pointer;
    font-size: 18px;
    text-transform: capitalize;
}

.reports-page .tabs-section .nav-link .custom-control {
    padding-left: 0;
}

.reports-page .request-title p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.reports-page .request-title p span {
    color: #c21717;
}

.reports-page .request-title h3 {
    font-size: 24px;
    margin-top: 7px;
}

.tab-title-outer {
    font-size: 20px;
    color: #222;
    font-weight: 700;
    margin: 20px 0 20px 0;
}

.reports-page .content-box {
    border: 1px solid #d9d9d9;
    padding: 1.25rem;
}

.reports-page .tabs-section .nav-link .custom-control-label .fa {
    margin-right: 3px;
}

.reports-page .tabs-section .nav-link .right-arrow {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.reports-page .tabs-section .nav-link .right-arrow {
    display: none;
}

.reports-page .tabs-section .nav-link.active .right-arrow {
    display: block;
}

.filter-drop .form-group .col-form-label {
    color: #666;
    font-size: 18px;
    margin-right: 10px;
}

.filter-drop {
    display: flex;
    justify-content: flex-end;
}

.filter-drop .form-group {
    display: flex;
    align-items: center;
    padding: 0;
    margin-bottom: 9px;
}

.tabs-section .nav-link.active {
    color: #fff;
    background-image: linear-gradient(to right, #0F4F93 30%, #0F4F93);
}

.reports-page .custom-control-label {
    color: #666;
}

.report-left .custom-checkbox {
    padding-left: 0;
    position: relative;
}

.report-left .custom-checkbox .custom-control-label {
    width: 100%;
    margin-bottom: 7px;
    cursor: pointer;
}

.report-left .custom-checkbox .custom-control-label::before,
.report-left .custom-checkbox .custom-control-label::after {
    left: 0;
    opacity: 0;
}

.report-left .custom-control-input~.custom-control-label {
    border: 1px solid #d9d9d9;
    padding: 11px 14px;
    font-size: 16px;
    text-transform: capitalize;
}

.report-left .custom-control-input:checked~.custom-control-label {
    background-color: #0F4F93;
    color: #fff;
}

.right-arrow {
    border-color: transparent #0F4F93;
    border-style: solid;
    border-width: 9px 0px 9px 10px;
    height: 0px;
    width: 0px;
    display: none;
    position: absolute;
    left: 100%;
    top: calc(50% - 3px);
    transform: translateY(-50%);
    margin-left: -1px;
}

.report-left .custom-control-input:checked~.custom-control-label~.right-arrow {
    display: block;
}

.report-left .custom-checkbox .custom-control-label i {
    margin-right: 2px;
}

.report-left .form-group .title-label {
    margin-bottom: 23px;
    margin-top: 13px;
}

.report-left .form-group+.form-group .title-label {
    margin-top: 22px;
}

.report-form-content .title-label {
    margin: 0;
    font-size: 18px;
    padding: .75rem 1rem;
    background-color: #3a6ad1;
    color: #fff;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-weight: 600;
}

.report-form-content .title-label .report-add {
    color: #fff;
    font-size: 14px;
}

.report-form-content .title-label .report-add:hover {
    opacity: 0.9;
}

.report-form-content .custom-checkbox i {
    color: #3a6ad1;
    margin-left: 6px;
    cursor: pointer;
}

.report-form-content .form-group {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}

.individual-report .form-group .custom-checkbox {
    width: auto;
    min-width: 33%;
    margin-top: 23px;
}

.report-form-content .individual-report:last-child {
    margin-bottom: 15px;
}

.report-form-content .individual-report+.individual-report {
    margin-top: 36px;
}

.filter-drop .form-group .dropdown-toggle {
    border: 1px solid #d9d9d9;
    background-color: #fff;
    border-radius: 0;
    padding: .75rem .9rem;
    color: #000;
    font-weight: 600;
}

.worry-text {
    margin: 35px 0 26px;
    color: #000;
    font-size: 16px;
}

.report-form-content .title-label span i {
    margin-left: 10px;
    font-size: 14px;
}

.reports-page .form-group button.btn.dropdown-toggle {
    border-radius: 0;
    padding: .3rem .9rem;
    border: 2px solid #ced4da;
    min-height: 44.39px;
    background-color: #fff;
    box-shadow: 1px 1px 6px #ccc !important;
}

.reports-page .form-group .dropdown.form-control {
    box-shadow: unset !important;
}

.reports-page .filter-section button.btn.btn-primary {
    border-radius: 0;
    min-width: 120px;
    background-color: #0F4F93;
    border-color: #0F4F93;
    font-size: 20px;
    padding: .35rem 1rem;
    display: inline-table;
    text-transform: capitalize;
    transition: all .3s;
}

.reports-page .btn-top.btn-primary {
    border-radius: 0;
    background-color: #0F4F93;
    border-color: #0F4F93;
    font-size: 20px;
    padding: .25rem .75rem;
    display: inline-table;
    text-transform: capitalize;
    transition: all .3s;
}

.reports-page .btn-top.btn-primary:hover,
.reports-page .btn-top.btn-primary:active,
.reports-page .btn-top.btn-primary:focus {
    background-color: #0F4F93;
    border-color: #0F4F93;
    box-shadow: unset !important;
    outline: 0 none !important;
    opacity: 0.9;
    color: #fff;
}

.reports-page .filter-drop .title-right {
    padding-right: 0;
}

.reports-page .filter-section .form-group.cal-icon .form-control {
    min-width: unset;
    border: 2px solid #ced4da !important;
}

.reports-page .filter-section .cal-icon .mdi-calendar-range {
    top: 8px;
    right: 17px;
    background: #fff;
}

.reports-page .cal-icon .form-control:valid:focus {
    box-shadow: 1px 1px 6px #ccc !important;
}

.reports-page .filter-section .form-group {
    max-width: inherit;
    padding: 0 6px;
}

.filter-section #search_payment .form-group:nth-child(3) {
    max-width: 223px;
}

.filter-section #search_payment .form-group:nth-child(3) .bootstrap-select .dropdown-toggle:after {
    padding-left: 0px;
}

.filter-section #search_payment .form-group:nth-child(3) .dropdown-menu.show {
    transform: none !important;
}

.reports-page .filter-section .form-group.cal-icon {
    max-width: 220px;
}

.reports-page .filter-section .form-group:last-child {
    max-width: 153px;
}

img.report-tab-img {
    max-width: 20px;
    margin-right: 5px;
}

.report-left .custom-control-input:checked~.custom-control-label .report-tab-img {
    filter: invert(1);
}

.reports-page .title-right .btn-top.btn-primary i {
    margin-right: 5px;
}

.report-section .title-left span.ml-3 {
    margin-left: .75rem !important;
    font-weight: 600;
    color: #000;
    white-space: nowrap;
}

.no-doc {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 0 0 30px 0;
    text-align: center;
    text-transform: capitalize;
}


/*FAQ Page CSS End*/

@media screen and (min-width: 1400px) {
    img.bg-dot-img {
        left: 70%;
    }
}

@media screen and (min-width: 1600px) {
    img.bg-dot-img {
        left: 100%;
    }
}

@media screen and (min-width: 1200px) {
    .submit-document-section .container-fluid,
    .submit-request-section .container-fluid,
    .contact-all-section .container-fluid {
        max-width: 1320px !important;
        padding: 0 60px;
    }
}

@media screen and (max-width: 1199px) {
    .support-page .container-fluid {
        padding: 0 1rem;
    }
    .support-page .support-banner .container-fluid {
        padding: 0;
    }
    .submit-document-section {
        padding-bottom: 0px;
    }
}

@media screen and (min-width: 1060px) and (max-width: 1120px) {
    .report-left .custom-control-input~.custom-control-label {
        padding: 11px 8px;
    }
    .report-left .custom-checkbox .custom-control-label i {
        margin-right: 4px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1075px) {
    .reports-page .filter-section .form-group {
        max-width: 190px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1059px) {
    .report-left .custom-control-input~.custom-control-label {
        font-size: 14px;
        padding: 11px 8px;
    }
}

@media screen and (max-width: 911px) and (min-width: 768px) {
    .reports-page .filter-section .cal-icon .mdi-calendar-range {
        left: unset;
    }
}

@media screen and (min-width: 992px) {
    .report-left {
        margin-top: 65px;
    }
    
}

@media screen and (max-width: 991px) {
    .support-upload .ff_fileupload_wrap .ff_fileupload_dropzone_wrap::after {
        width: 100%;
        max-width: 160px;
        text-align: center;
    }
    .support-upload .ff_fileupload_wrap .ff_fileupload_dropzone::after {
        width: 100%;
        max-width: 140px;
    }
    .right-form-bg .form-bg-content {
        padding: 50px 15px;
    }
    .request-title {
        margin-top: 1rem;
    }
    .request-title h3 {
        margin-bottom: .5rem;
        font-size: 24px;
    }
    .request-title p {
        margin-bottom: 1rem;
    }
    .contact-all-section {
        padding-bottom: 0px;
    }
    .faq-tabs li a img {
        margin-right: 10px;
        max-width: 25px;
    }
    .faq-tabs li a {
        font-size: 16px;
    }
    .combine-upload {
        max-width: 100%;
    }
    .first-section-doc .doc-name {
        max-width: 250px;
    }
    .individual-report .form-group .custom-checkbox {
        min-width: 50%;
    }
    .report-left .custom-control-input~.custom-control-label {
        padding: 11px 8px;
        font-size: 14px;
    }
    .reports-page .filter-section .form-group {
        max-width: 50%;
        width: 100%;
        flex: 0 0 100%;
    }
    .reports-page .filter-section .form-group.cal-icon {
        max-width: 50% !important;
    }
    .reports-page .filter-section .form-group:last-child {
        max-width: 50%;
    }
    .reports-page .filter-section button.btn.btn-primary {
        float: right;
    }
}

@media screen and (max-width: 767px) {
    .form-inner-content .form-group {
        margin-bottom: 1.5rem !important;
        height: 100%;
    }
    .support-banner-content h1{
        margin-bottom: 10px !important;
    }
    form textarea.form-control~label.is-invalid {
        top: 100%;
    }
    img.bg-dot-img {
        display: none;
    }
    .captcha-section {
        min-height: auto;
        flex-direction: column-reverse;
        margin-top: 0;
    }
    .form-inner-content .captcha-section .form-group {
        height: auto;
    }
    .form-inner-content .form-group.btn-captch-group {
        margin-bottom: 0 !important;
        min-height: 75px;
    }
    .faq-page .support-banner-content img {
        width: 100%;
        min-height: 200px;
        object-fit: cover;
    }
    .faq-page .support-banner-content h3 {
        font-size: 36px;
    }
    .faq-tabs li a {
        padding: .5rem .5rem;
    }
    .faq-tabs li a img {
        margin-right: 5px;
    }
    .faq-page .support-content {
        padding: 0 1rem;
    }
    .faq-page .support-banner-content p {
        text-align: center;
    }
    .each-accordion h2 {
        font-size: 24px;
        margin-top: 1.5rem;
        margin-bottom: 1rem;
    }
    .faq-tabs li a {
        font-size: 14px;
    }
    .each-accordion .title-icon {
        margin-top: 20px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
    }
    .each-accordion h2 {
        display: none;
    }
    .faq-tabs {
        display: none;
    }
    .condition-section {
        padding: .5rem;
        margin: 20px auto;
    }
    .terms-section .common-title {
        font-size: 22px;
        margin-bottom: 5px;
    }
    .title-agree-main {
        font-size: 20px;
        margin: 24px 0 10px;
    }
    .terms-section p strong {
        font-size: 16px;
    }
    .combine-upload {
        margin-bottom: 10px;
    }
    .file-uploads-custom {
        margin-bottom: 30px;
    }
    .info-upload-doc {
        flex-wrap: wrap;
    }
    .info-upload-doc .each-upload {
        max-width: 100%;
    }
    .doc-name {
        width: 100%;
    }
    .doc-name+.doc-name {
        margin-left: 0px;
    }
    .first-section-doc .doc-name+.doc-name {
        margin-top: 20px;
    }
    .filter-drop .form-group {
        max-width: 260px;
    }
    .report-left .form-group .title-label {
        width: 100%;
    }
    .report-left .form-group {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }
    .report-left .right-arrow {
        transform: rotate(90deg);
        top: calc(100% - 5px) !important;
        left: 45%;
    }
    .report-left .custom-checkbox {
        width: 16.66%;
        text-align: center;
    }
    .report-left .custom-control-input:checked~.custom-control-label~.right-arrow {
        display: none;
    }
    .worry-text {
        margin: 15px 0 15px;
    }
    .report-left .custom-control-input~.custom-control-label {
        padding: 8px 2px;
    }
    .report-left .custom-checkbox {
        width: 10%;
        min-width: 50px;
    }
    #v-pills-0-pill,
    #v-pills-1-pill,
    #v-pills-2-pill,
    #v-pills-3-pill,
    #v-pills-4-pill,
    #v-pills-5-pill,
    #v-pills-6-pill {
        margin-top: 15px;
    }
    .support-page.doc-center-page {
        padding-top: 70px;
    }
}
@media screen and (min-width:768px) and (max-width:900px) {
    .support-content{
        top: 60%;
    }
}
@media screen and (max-width: 600px) and (min-width: 576px) {
    .application-view-box .navtab-bg .nav-link {
        padding: .5rem .25rem;
    }
}

@media screen and (max-width: 575px) {
    ul.each-upload {
        max-width: 100%;
    }
    .form-group.col-6 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .form-inner-content .form-group.btn-captch-group {
        min-height: auto;
        align-items: flex-start;
        justify-content: flex-start;
        margin-bottom: 30px !important;
    }
    .faq-content form {
        max-width: 75%;
    }
    .faq-page .support-banner-content h3 {
        font-size: 24px;
    }
    .faq-page .support-banner-content p {
        font-size: 14px;
    }
    .tabs-vert .nav.nav-tabs {
        flex-direction: row !important;
    }
    .tabs-vert .nav-item {
        flex-grow: 1;
    }
    .tabs-vert .nav-item a.nav-link {
        text-align: center;
        padding: 0.25rem;
        border-right: medium none !important;
    }
    .tabs-vert .nav-item+.nav-item a.nav-link {
        margin-left: 10px;
    }
    .tabs-vert .nav-link {
        background-color: #dadada;
    }
    .tabs-vert .nav-link.active span.number-step {
        color: #fff;
        background-color: transparent;
    }
    .tabs-vert .nav-link span.number-step {
        font-size: 16px;
        margin-right: 0;
    }
    .tabs-vert .nav-link span.number-step {
        color: #000;
    }
    .individual-report .form-group .custom-checkbox {
        min-width: 100%;
    }
    .reports-page .filter-section .form-group {
        max-width: 100%;
    }
    .reports-page .filter-section .form-group.cal-icon {
        max-width: 100%;
    }
    .reports-page .filter-section .form-group:last-child {
        max-width: 100%;
    }
    .right-form-bg .form-bg-content::after {
        background-image: none;
    }
    .right-form-bg .form-bg-content {
        border-radius: .5rem;
    }
}

@media screen and (max-width: 520px) {
    .support-banner-content h3 {
        font-size: 24px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .support-banner-content p {
        font-size: 18px;
    }
    .faq-content form {
        margin-top: 16px;
    }
    .first-section-doc .doc-name+.doc-name {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 480px) {
    .first-section-doc .doc-name+.doc-name .doc-name-title {
        margin-bottom: 10px;
    }
    .accordion-content .accordion {
        font-size: 16px;
    }
    .accordion-content .accordion:after {
        height: 16px;
        width: 16px;
    }
    .accordion-content .panel {
        font-size: 15px;
    }
}

@media screen and (max-width: 450px) {
    .report-form-content .title-label {
        flex-wrap: wrap;
    }
    .report-form-content .title-label span {
        width: 100%;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 395px) {
    .report-left .custom-control-input~.custom-control-label {
        padding: 11px 1px;
    }
}

@media screen and (max-width: 375px) {
    .support-banner-content p {
        font-size: 16px;
    }
    .faq-content form {
        max-width: 95%;
    }
    .reports-page .filter-section .form-group.cal-icon {
        margin-right: 0;
    }
}

@media screen and (max-width: 360px) {
    .report-form-content .title-label {
        font-size: 17px;
    }
    .accordion-content .accordion {
        font-size: 14px;
    }
    .accordion-content .accordion:after {
        height: 15px;
        width: 15px;
        font-size: 13px;
    }
    .accordion-content .panel {
        font-size: 14px;
    }
}

@media screen and (max-width: 320px) {
    .submit-document-section .request-title h3 {
        font-size: 22px;
    }
    .first-section-doc .doc-name .doc-name-title {
        margin-right: 6px;
    }
    .report-form-content .title-label {
        font-size: 13px;
    }
    .footer-top p {
        font-size: 14px;
    }
    .footer .footer-links a {
        font-size: 14px;
    }
}


/* Smoot scrooll */

.faq-tabhead {
    position: sticky;
    top: 75px;
    z-index: 9;
    background: #fff;
    padding-top: 10px;
}

@media screen and (max-width: 1062px) {
    .faq-tabhead {
        top: 70px !important;
    }
}

.faq-page ul.faq-tabs {
    position: sticky;
    top: 75px;
    z-index: 1;
    background: #fff;
    padding: 8px 0;
}

@media screen and (max-width: 814px) {
    .faq-page ul.faq-tabs {
        top: 68px;
    }
}

#support-form button.dropdown-toggle.btn-light,
#support-form button.dropdown-toggle.btn-light:hover,
#support-form button.dropdown-toggle.btn-light:active,
#support-form button.dropdown-toggle.btn-light:focus {
    background: #fff;
    height: calc(2em + .9rem + 2px);
    border: 2px solid #ced4da;
    box-shadow: 1px 1px 6px #ccc !important;
}


/* Lease Document Tabs */

.lease-document-wizards .tabs-vert {
    padding: 1.2rem;
}

.lease-document-pills .custom-checkbox {
    padding-left: 0;
    position: relative;
    background-color: unset;
}

.lease-document-pills .nav-pills {
    max-width: 100% !important;
}

.lease-document-pills .nav-pills .nav-link.active {
    background-color: unset;
}

.lease-document-pills .nav-pills .nav-link .custom-control-input~.custom-control-label {
    margin-bottom: 20px;
    background-color: #f0f0f0;
    color: #666666;
    border-radius: 0;
    padding: 7px;
    width: 100%;
    max-width: 100%;
}

.lease-document-pills .nav-pills .nav-link.update .custom-control-input~.custom-control-label {
    background: #72d172;
    color: #fff;
}

.lease-document-pills .nav-pills .nav-link.active .custom-control-input~.custom-control-label {
    background-image: linear-gradient( 145deg, #0F4F93 0%, #0F4F93 100%);
    color: #fff;
}

.lease-document-pills .nav-pills .nav-link.active .custom-control-input~.custom-control-label span.steps-counts,
.lease-document-pills .nav-pills .nav-link.update .custom-control-input~.custom-control-label span.steps-counts {
    background-color: #fff;
    color: #000;
    cursor: pointer;
}

.lease-document-pills .nav-pills .nav-link .custom-control-label span.steps-counts {
    width: 30px;
    height: 30px;
    background-color: #dadada;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.lease-document-pills .custom-control-input~.custom-control-label {
    padding: 11px 14px;
    font-size: 16px;
    text-transform: capitalize;
    display: block;
    width: 100%;
}

.lease-document-pills .custom-control-input~.custom-control-label {
    font-size: 14px !important;
}

.lease-document-pills .custom-checkbox .custom-control-label::before,
.lease-document-pills .custom-checkbox .custom-control-label::after {
    left: 0;
    opacity: 0;
}

.lease-document-tabs table thead tr {
    border: 1px solid transparent;
}

.lease-document-tabs table tbody tr {
    border: 1px solid #ccc;
}

.lease-document-tabs table tbody tr.active {
    background-image: linear-gradient(88deg, #f1e5ff 0%, #d7e5ff 100%);
}

.lease-document-tabs .title-right p {
    font-size: 12px;
    line-height: 18px;
    color: #3f3d30;
    font-style: italic;
    font-family: 'Muli';
    background-color: #fef8d2;
    padding: 1rem;
}

.lease-document-tabs .table thead th {
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Muli';
}

.lease-document-tabs h2.header-title {
    font-size: 20px;
    color: #000000;
    font-family: 'Muli';
}

.lease-document-tabs .custom-grident-border {
    text-align: center;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 2px solid #0F4F93;
    border-image: linear-gradient(to right, #0F4F93, #0F4F93);
    border-image-slice: 1;
    width: 100%;
    margin: auto 12px;
    margin-bottom: 10px;
}

.lease-custome-check {
    display: flex;
    align-items: center;
}

.lease-custome-check label {
    margin-bottom: 0;
}

.lease-document-tabs .dropdown.form-control button,
.lease-document-tabs .dropdown.form-control button:focus {
    background: #fff;
    border: 2px solid #ced4da;
}

.lease-document-tabs input.form-control {
    height: calc(1.7em + 0.9rem + 6px);
}

.lease-document-tabs input.form-control,
.lease-document-tabs textarea.form-control {
    background-color: #fff;
    border: 2px solid #ced4da;
    box-shadow: 1px 1px 6px #ccc !important;
}

.lease-document-tabs textarea.form-control {
    position: relative;
    height: auto;
}

.lease-document-tabs .lease-custome-check input[type=checkbox] {
    height: 18px !important;
    width: 18px !important;
    min-width: 18px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;
    border: 2px solid #0F4F93 !important;
    outline: none !important;
    transition-duration: 0.3s !important;
    background-color: transparent !important;
    cursor: pointer !important;
    position: relative;
    margin-right: 10px;
    top: -1.2px;
}

.lease-document-tabs .lease-custome-check>input[type=checkbox]:checked {
    border: 2px solid #0F4F93;
    background-color: transparent;
}

.lease-document-tabs .lease-custome-check>input[type=checkbox]:checked::before {
    content: '\2713';
    display: block;
    text-align: center;
    color: #0F4F93;
    font-weight: 900;
    position: absolute;
    left: 1.5px;
    top: -3px;
    font-size: 14px;
}

.lease-document-tabs .teanants-fillter .form-group {
    min-width: 200px !important;
}

.occupant-section,
.cosigner-section {
    background: #f3f3f3;
    padding: 1rem 0;
    justify-content: space-between;
    align-items: center;
}

.occupant-section input,
.cosigner-section input {
    padding: 0.3rem 0.9rem;
    border: 2px solid #ced4da;
    box-shadow: 1px 1px 6px rgb(80, 75, 75) !important;
    height: calc(2em + 0.9rem + 2px);
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6c757d;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.rent-amount .lease-custome-check,
.lease-create-form .lease-custome-check {
    display: inline-flex;
    align-items: center;
}

.rent-amount .lease-custome-check label,
.lease-create-form .lease-custome-check label {
    margin-bottom: 0;
    cursor: pointer;
}

.lease-create-form .lease-custome-check label {
    margin-left: 20px;
    margin-bottom: 5px;
}
.lease-informa-section .picker-icon {
    position: relative;
}

.lease-informa-section .picker-icon .mdi-calendar-range {
    position: absolute;
    bottom: 13px;
    font-size: 20px;
    left: 20px;
    z-index: 0;
}

.lease-documents-date.picker-icon .mdi-calendar-range {
    bottom: 7px;
}

.rent-amount-form .dropdown.bootstrap-select {
    width: max-content !important;
    margin-left: 10px;
}

.rent-amount-form input {
    width: 100px !important;
}

.rent-amount-form .custom-doller-icon {
    margin-left: 10px;
}

.rent-amount-form .custom-doller-icon input.form-control {
    padding-left: 25px;
}

.late-fee-feild {
    display: flex;
    align-items: center;
}

.late-fee-feild label {
    width: 10%;
    margin: 0;
}

.late-fee-feild .custom-doller-icon {
    width: 40%;
    max-width: 120px;
    margin-right: 20px;
}

.late-fee-feild>.dropdown {
    width: 40% !important;
    max-width: 220px;
}

.lease-doc-img img {
    box-shadow: 0 0 5px #f3f3f3;
    background-color: #ffff;
}

.additional-doc .lease-custome-check {
    display: flex;
    flex-wrap: unset;
    align-items: flex-start;
}

.additional-doc .lease-custome-check input {
    margin-top: 5px;
}

.additional-doc .lease-custome-check label {
    color: #000;
}

.additional-doc .lease-custome-check label>span {
    font-weight: 400;
    color: #6c757d;
}

.lease-document-tabs .btn-invite.btn-submit {
    font-size: 17px;
}

.lease-document-tabs .btn-invite.btn-submit i {
    font-size: 14px;
}

.custom-doller-icon {
    position: relative;
    margin-bottom: 0;
}

.custom-doller-icon input.form-control {
    padding-left: 20px;
}

.custom-doller-icon i.mdi-currency-usd {
    position: absolute;
    top: 7px;
    font-size: 20px;
    left: 5px;
    color: #b4b5cb;
}

.lease-document-pre a {
    display: inline-block;
    color: #CE3800 !important;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2 ease-in;
}

.lease-document-pre a:hover,
.lease-document-pre a:active,
.lease-document-pre a:focus {
    color: #0F4F93 !important;
}

.lease-document-wizards .btn.save-view-btn {
    margin-left: 0;
    margin-right: 24px;
    font-size: 16px !important;
    line-height: 27px;
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 1.6rem;
}

.lease-document-wizards .btn.save-view-btn span.mdi {
    font-size: 26px;
    margin-right: 10px;
}

.modal-lease-desp h4 {
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(to right, #0F4F93, #0F4F93);
    border-image-slice: 1;
    width: 100%;
    margin: auto 0px;
    margin-bottom: 10px;
    line-height: 24px;
}

.modal-lease-link {
    display: flex;
    flex-wrap: wrap;
}

.modal-lease-link a.btn {
    margin: auto 10px 10px 0px;
    font-size: 16px;
    min-width: 142px;
}

#propertiesTable_length,
#tenantsTable_length {
    display: none;
}

#propertiesTable,
#tenantsTable {
    position: relative;
}

.dataTables_scrollBody #propertiesTable thead,
.dataTables_scrollBody #tenantsTable thead {
    display: none;
}

.dataTables_scrollHeadInner {
    width: calc(100% + 17px) !important;
}

input.custom-width-input {
    max-width: 100px;
}

input.custom-width-number {
    padding-right: 6px;
    max-width: 100px;
}

.custom-width-month {
    width: 100px !important;
}

.custom-width-month button.btn.dropdown-toggle.btn-light {
    padding-top: 9.6px;
    padding-bottom: 9.6px;
}

.lease-document-tabs {
    position: relative;
}

.lease-custome-radio {
    display: inline-flex;
    align-items: center;
}

.lease-custome-radio .custom-control-label {
    margin-left: 30px;
}

.lease-custome-radio input.allow_pets {
    margin-top: 0;
}

.lease-custome-radio label {
    margin-bottom: 0;
}


.custom-number-fields input::-webkit-outer-spin-button,
.custom-number-fields input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.custom-number-fields input[type=number] {
    -moz-appearance: textfield;
}

.lease-term-fields {
    flex: 0 0 100%;
    max-width: 100%;
}

.lease-term-fields-inner {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}

@media (min-width:992px) {
    .lease-term-fields-inner .lease-term-length {
        max-width: 180px;
    }
    
    .lease-term-fields-inner>.picker-icon {
        max-width: 170px;
    }
    
    .lease-term-fields-inner>.lease_end_date_div {
        max-width: 170px;
    }    
    .lease-informa-section .picker-icon input {
        max-width: 140px;
    }
    .lease-informa-section .picker-icon input {
        padding-left: 2rem;
        max-width: 140px;
    }
    .custom-number-fields {
        max-width: 160px;
    }
    .zip-code-field input {
        min-width: 130px;
    }
}
.lease-term-fields-inner .picker-icon input{
    max-width: 100%;
}
.table_custom_.custom-control-label::before,
.table_custom_.custom-control-label::after {
    top: 7px;
    left: 0;
}

.save_lease_info_ .save_lease_info_btn_ {
    background: #fff;
    border: 1px solid #ccc;
    font-size: 16px;
    padding: .55rem 0.9rem;
}

.save_lease_info_ .save_lease_info_btn_:hover {
    background: #ccc;
}

table#propertiesTable.collapsed>tbody>tr[role=row]>td:first-child:before,
table#propertiesTable.collapsed>tbody>tr[role=row]>th:first-child:before {
    top: 20px;
    left: 8px;
}

.add_tenant_div_cls h3,
.add_tenant_div_cls h4.invitee-title {
    font-size: 18px;
    font-weight: 700;
}

@media(max-width:390px) {
    .lease-document-tabs .btn-invite.btn-submit {
        font-size: 14px;
    }
}

@media (max-width:1199px) {
    .terms-page,
    .support-banner {
        margin-top: 150px;
    }
}

.phone_number_feilds input.phone {
    padding-left: 70px !important;
}

.support_type_info .filter-option-inner-inner {
    padding-top: 6px !important;
}

.terms-section ol > li {
    margin-bottom: 16px;
    list-style: lower-roman;
}

.terms-section ol > li > ol > li{
    list-style: lower-alpha;
}
.terms-section ol > li strong{
    color: #343a40;
    font-size: 18px;
}

.terms-section ul > li {
    margin-bottom: 16px;
}

.terms-section ol > li::marker {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.terms-section strong{
    font-weight: bold !important;
}

/* .terms-page .faq-section ol > li{
    list-style: decimal;
} */

.terms-page .faq-section ul > li{
    list-style: disc;
}

.terms-page .faq-section ol > li > ol > li{
    list-style: lower-alpha;
}
.terms-page{
    font-family: Muli, sans-serif !important;
}

@media(max-width: 480px){
    .terms-section ol{
        padding-inline-start: 24px;
    }
}
@media (max-width:767px) {
    #lease_start_date,
    #lease_document_date {
        padding-left: 40px;
    }
    #lease_start_date+.mdi{
        bottom: 8px;
    }
}