.thank-you-page #first-cont {
    max-width: 920px;
}

.thank-you-page #form-thank-you {
    max-width: 920px;
    padding: 0;
    margin-bottom: 50px;
}

.thank-you-page #form-thank-you .thank-you-container {
    display: flex;
    justify-content: flex-start;
}

.thank-you-page #form-thank-you .thank-you-container .left-side-content {
    width: 75%;
}

.thank-you-page #form-thank-you .thank-you-container .right-img-with-link {
    width: 25%;
    border-left: 1px solid #6d6e71;
    padding-left: 20px;
}

.thank-you-page #form-thank-you .thank-you-container .left-side-content p {
    font-size: 14px;
    color: #3d3e3e;
    line-height: 18px;
    font-family: "Roboto";
    margin-top: 15px;
}

.thank-you-page #form-thank-you .thank-you-container .right-img-with-link .download-descr p {
    font-size: 14px;
    line-height: 18px;
    color: #3d3e3e;
    font-family: "Roboto";
    margin-bottom: 5px;
}

.thank-you-page #form-thank-you .thank-you-container .right-img-with-link a {
    font-size: 14px;
    line-height: 18px;
    font-family: "Roboto";
    font-weight: 400;
}
#searchModal .modal-dialog.modal-lg {
    max-width: 742px;
}

#searchModal .modal-dialog.modal-lg .search-section {
    max-width: 604px;
    margin: 0 auto;
    padding: 0;
}

#searchModal .modal-dialog.modal-lg .modal-header {
    border-bottom: 0;
    max-width: 604px;
    margin: 0 auto;
    padding: 40px 0 0 0;
    display: block;
}

#searchModal .modal-dialog.modal-lg .modal-body input {
    border: 1px solid #6d6e71;
    padding: 8px 10px;
    height: 35px;
    border-radius: 0;
    color: #000;
    font-family: 'Roboto';
    font-weight: 500;
}

#searchModal .modal-dialog.modal-lg .modal-body .form-group {
    margin: 0 auto;
    max-width: 604px;
    padding-bottom: 20px;
}

#searchModal .modal-content {
    display: block;
}

#searchModal .modal-dialog.modal-lg .modal-body input::placeholder {
    color: #000;
    font-family: 'Roboto';
    font-weight: 500;
}

#searchModal .modal-dialog.modal-lg .modal-body select#stateModal {
    height: 35px;
    border: 1px solid #6d6e71;
    border-radius: 0;
    padding: 0 10px;
    color: #000;
    font-family: 'Roboto';
    font-weight: 500;
    appearance: auto;
}

#searchModal .modal-dialog.modal-lg .modal-body .flex-wrapper {
    display: flex;
    gap: 20px;
}

#searchModal .modal-dialog.modal-lg .modal-body .flex-wrapper .form-group {
    width: 95%;
}
#searchModal .modal-dialog.modal-lg .modal-header #searchModalLabel {
    font-size: 18px;
    line-height: 22px;
    color: #5261ac;
    font-weight: 700;
}

#searchModal .modal-content p.required-text {
    max-width: 604px;
    margin: 0 auto;
    text-align: right;
    font-size: 14px;
    color: #3d3e3e;
    font-family: "Roboto", sans-serif;
    padding-bottom: 20px;
    padding-top: 0;
}

#searchModal .modal-dialog.modal-lg .modal-header button#btnClose {
    position: absolute;
    top: 5px;
    right: 20px;
}

#searchModal .modal-dialog.modal-lg .modal-header button#btnClose div {
    font-size: 48px;
    font-weight: bold;
    font-family: 'FontAwesome';
}
#searchModal .modal-dialog.modal-lg .modal-body .form-group .error {
    padding-top: 10px;
}
#searchModal .modal-dialog.modal-lg .modal-body button#searchButton {
    background: #87b940;
    border: none;
    font-size: 22px;
    line-height: 33px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    padding: 8.5px 41px;
    border-radius: 0;
}

#searchModal .modal-dialog.modal-lg .modal-body .d-flex.justify-content-center {
    border-bottom: none;
}

#searchModal .modal-content div#searchResults {
    border-top: none;
}
.result-section {
    margin-top: 20px;
}

.result-section p.back-to-search span.back-to-search-text {
    color: #5261ac;
    padding: 0;
    font-weight: bold;
    margin-bottom: 20px;
    text-decoration: underline;
}
.result-section div#searchResults {
    padding: 0;
}

.result-section div#searchResults h5.result-header {
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    color: #3d3e3e;
    margin-bottom: 20px;
}

.result-section div#searchResults table.table thead tr {
    background-color: #5261ac;
    color: #fff;
    text-align: center;
}
.result-section div#searchResults table.table thead tr th {
    padding: 14px 5px;
    font-weight: 500;
}
.result-section div#searchResults table.table {
    border: 1px solid #707070;
    overflow: auto;
}
.result-section div#searchResults table.table tbody tr {
    text-align: center;
}
.result-section div#searchResults table.table tbody tr td {
    padding: 7px 2.5px;
    font-size: 15px;
    line-height: 22px;
    font-weight: bold;
    color: #000;
    font-family: 'Roboto';
}
.result-section div#searchResults table.table tbody tr:nth-child(even) {
    background-color: rgba(82, 97, 172, .15);
}
.result-section div#searchResults table.table tbody tr td p {
    margin-bottom: 0;
}
.result-section div#searchResults table.table tbody tr td p a.add-link {
    color: #5261ac;
    text-decoration: underline;
    font-weight: bold;
}
#npi-lookup-tb {
    display: flex;
    flex-direction: column;
}
#npi-lookup-tb .error-txt-field {
    order: 1;
}
#npi-lookup-tb .custom-flex p {
    color: #3d3e3e;
    margin-bottom: 5px;
}
#npi-lookup-tb .custom-flex {
    margin-top: 10px;
    gap: 5px;
}
#npi-lookup-tb .custom-flex button#openModalButton:hover {
    color: #87b940;
}
form button#btnSubmit {
    background: #87b940;
    border: none;
    font-size: 22px;
    line-height: 33px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    border-radius: 0;
    font-weight: 500;
    padding: 8px 40px;
}
form .custom-checkbox > input[type="checkbox"]:hover:before {
    border-color: #fff;
    height: 6px;
    border-width: 0 0 2px 2px;
    width: 12px;
    top: 6px;
    left: 5px;
}

form .custom-checkbox > input[type="checkbox"]:hover:after {
    background: #87b940;
    border: 0;
    width: 24px;
    height: 24px;
}
.sign-up-for-update-page #first-cont p.get-more-text {
    font-size: 18px;
    line-height: 22px;
    color: #5261ac;
    font-weight: 700;
    padding: 25px 0px;
}
.sign-up-for-update-page #first-cont p.sign-up-recieve {
    font-size: 14px;
    font-size: 14px;
    line-height: 18px;
    color: #3d3e3e;
    padding-bottom: 30px;
}
.sign-up-for-update-page #first-cont p.all-field {
    padding-bottom: 30px;
}
.sign-up-for-update-page .consent-agree span {
    font-size: 14px;
    color: #3d3e3e;
}
@media(max-width:991px){
    #searchModal .modal-dialog.modal-lg .modal-header {
        padding-left: 15px;
    }
    #searchModal .modal-content p.required-text {
        padding-right: 15px;
    }
    #searchModal .modal-dialog.modal-lg{
        top: 5%;
    }
    #searchModal .modal-dialog.modal-lg .modal-body .d-flex.justify-content-center{
        padding-bottom: 0 !important;
    }
}
section#addsuggbox {
    border: 1px solid #3D3E3E;
    padding: 15px;
}

section#addsuggbox .text-primary-3 {
    color: #3D3E3E;
}

section#addsuggbox .add-head {
    color: #3D3E3E;
}
section#addsuggbox .custom-radio > input:after, .custom-checkbox > input:after, .form-switch > input:after {
    border: 1px solid #3D3E3E;
}
section#addsuggbox .flex-column {
    border: 1px solid #3D3E3E;
    padding: 15px;
    margin: 15px 0;
}
