@import url('fonts.css');

body,
html,
* {
    font-family: 'Milliard';
}

body {
    height: 100%;
    overflow-x: hidden;
    font-size: 14px;
    transition: none;
}

a,
a:hover,
a:focus {
    text-decoration: none !important;
    outline: none !important;
    color: #F17732;
}

button {
    cursor: pointer;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    max-width: 100%;
}

textarea {
    resize: none;
}

.modal-backdrop {
    z-index: 99;
}

.modal-backdrop+.modal-backdrop{
    z-index:999;
}

.modal {
    z-index: 999;
}

.modal-dialog {
    max-width: 1140px;
}

.btn-close {
    position: absolute;
    top: 25px;
    right: 25px;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: none;
    opacity: 1;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    color: #565872;
}

.btn-close:hover {
    background: #E0E0E0;
    opacity: 1;
}

i::before {
    color: inherit !important;
    transition:none;
}

div,
a,
span,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
figure,
header,
label,
img,
figure,
i,
::before,
::after {
    margin: 0;
    padding: 0;
    line-height: 1;
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    color: inherit;
}

section {
    position: relative;
}

.modal {
    overflow-y: auto;
}

.modal-open {
    overflow: auto;
}

.color-white {
    color: #fff !important;
}

.color-orange {
    color: #F17732 !important;
}

.color-black {
    color: #232323 !important;
}

.text-underline {
    text-decoration: underline;
}

.icon::before {
    color: inherit;
}

.transition-none {
    transition: none !important;
}

.theme-btn {
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    background: #565ACF;
    line-height: 18px;
    padding: 13px 30px;
    border: none;
    display: inline-block;
    font-size: 16px;
}

.theme-btn .icon {
    margin-left: 10px;
    font-size: 18px;
    display: inline-block;
}

.theme-btn:hover,
.theme-btn:active,
.theme-btn:focus {
    background: #F17732;
    color: #fff;
}

.theme-btn:hover .icon,
.theme-btn:active .icon,
.theme-btn:focus .icon {
    color: #fff;
}

.border-btn{
    background:none;
    box-shadow:0 0 0 1px #565ACF;
    color:#565ACF;
}

.border-btn:hover,
.border-btn:active,
.border-btn:focus{
    background:#565ACF;
    color:#fff;
}

.main-heading {
    font-size: 42px;
    line-height: 48px;
    color: #232323;
    font-weight: 800;
}

.sub-heading {
    margin-top: 20px;
    font-size: 18px;
    line-height: 28px;
    color: #565872;
    font-weight: 500;
}

.radius-10 {
    border-radius: 10px;
}

.scroller {
    overflow-y: auto;
}

.scroller::-webkit-scrollbar-track {
    background-color: #E0E0E0;
    border-radius: 30px;
}

.scroller::-webkit-scrollbar {
    width: 5px;
    background-color: #E0E0E0;
}

.scroller::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background: #565ACF;
}

.orange-label {
    font-size: 14px;
    line-height: 20px;
    padding: 6px 10px;
    border-radius: 5px;
    background: rgb(241 119 50 / 10%);
    color: #F17732;
    display: inline-block;
}

/*main css*/

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader img {
    animation: load .8s linear infinite alternate;
}

@keyframes load {
    0% {
        transform: translateY(-15px);
    }

    50% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(-15px);
    }
}

.top-header {
    position: sticky;
    top: 0;
    padding: 20px 0;
    background: #fff;
    z-index: 99;
}

.top-header.fixed-header {
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 5%);
}

.top-header .navbar {
    padding: 0;
}

.top-header .navbar-brand {
    margin: 0;
    padding: 0;
}

.top-header .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px;
    color: #232323;
    padding: 10px 20px;
    line-height: 16px;
    border-radius:5px;
}

.top-header .navbar-expand-lg .navbar-nav .nav-link:hover{
    background:#F5F6FA;
    color:#232323;
}
.top-header .navbar-expand-lg .navbar-nav .nav-link.active{
    background:#565ACF;
    color:#fff;
}
.navbar-nav .dropdown-menu.dropdown-links .dropdown-item {
    font-size: 14px;
    padding: 10px;
    color: #232323;
    border-radius: 2px;
}

.navbar-nav .dropdown-menu.dropdown-links .dropdown-item:hover {
    background: #F5F6FA;
}

.navbar-toggler-icon{
    background-image: url('../Content/img/menubar.svg');
    width:30px;
    height:30px;
}

.top-banner {
    padding: 80px 0 50px;
    background: #F5F6FA;
    background-image: url('../Content/img/banner-bg-1.svg'), url('../Content/img/banner-bg-2.svg'), url('../Content/img/banner-bg-3.svg'), url('../Content/img/banner-bg-4.svg');
    background-repeat: no-repeat;
    background-position: 190px 150px, 30px calc(100% - 190px), calc(100% - 190px) 150px, calc(100% - 30px) calc(100% - 190px);
}

.top-banner .text h1 {
    color: #232323;
    font-size: 45px;
    line-height: 60px;
    font-weight: 800;
    max-width: 710px;
    margin: auto;
}

.top-banner .text h5 {
    margin: 15px auto 0;
    color: #565872;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    max-width: 455px;
}

.provider-box {
    background: rgba(86, 90, 207, .1);
    padding: 40px 25px;
    border-radius: 10px;
}

.provider-box:hover {
    box-shadow: 0px 15px 20px 0px rgb(0 0 0 / 10%);
}

.provider-box .p-icon img {
    height: 64px;
}

.provider-box h3 {
    font-size: 18px;
    color: #232323;
    font-weight: 700;
    line-height: 22px;
    margin-top: 20px;
}

.provider-box p {
    margin-top: 15px;
    color: #565872;
    font-size: 14px;
    line-height: 24px;
}

.provider-box p span {
    display: block;
}

.provider-box .theme-btn {
    margin-top: 20px;
}

.main-provider-box {
    margin-top: 50px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.main-provider-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: .6;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.main-provider-box .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    z-index: 9;
}

.main-provider-box figure img {
    transform: scale(1);
}

.main-provider-box:hover figure img {
    transform: scale(1.1);
}

.main-provider-box .theme-btn .icon {
    transform: translate(2px);
}

.scroll-down {
    margin-top: 50px;
    font-size: 16px;
    color: #565872;
    display: inline-block;
}

.scroll-down i {
    margin: 10px auto 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #565872;
    font-size: 12px;
    display: block;
}

.scroll-down:hover {
    color: #565872;
}

.scroll-down:hover i {
    transform: translateY(5px);
}

.multiplan-main {
    padding: 80px 0;
}

.multiplan-main .main-heading {
    max-width: 370px;
}

.other-providers-main {
    padding: 80px 0;
    background: #F5F6FA;
}

.others-main {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}

.others-main .provider-box {
    background: none;
    border: 1px solid #DFE4EA;
    border-radius: 0;
    padding: 40px 20px;
    flex: 0 0 25%;
    max-width: 25%;
}

.others-main .provider-box:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.others-main .provider-box:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.others-main .provider-box+.provider-box {
    margin-left: -1px;
}

.others-main .provider-box h3 {
    font-size: 16px;
}

.footer-main {
    background: #232323;
    padding: 70px 0 0;
}

.f-links h3 {
    font-weight: 600;
    color: #fff;
    font-size: 20px;
}

.f-links ul li {
    display: inline-block;
    margin: 30px 20px 0;
}

.f-links ul li a {
    font-size: 14px;
    color: #fff;
}

.f-links ul li a:hover {
    color: #F17732;
}

.f-note {
    max-width: 990px;
    color: #fff;
    opacity: .8;
    line-height: 24px;
    font-size: 12px;
    margin-top: 60px;
}

.copyright-text {
    background: #fff;
    padding: 30px 50px;
    margin-top: 70px;
}

.copyright-text p {
    color: #565872;
    font-size: 14px;
    line-height: 16px;
}

.copyright-text a {
    color: #232323;
    font-size: 14px;
    line-height: 16px;
    text-decoration: underline !important;
    font-weight: 500;
}

.search-form-main {
    padding: 80px 0 50px;
}

.search-form-main .main-heading {
    font-size: 60px;
    line-height: 75px;
}

.search-form {
    margin-top: 50px;
}

.search-form h4 {
    font-size: 20px;
    line-height: 24px;
    color: #232323;
    margin-bottom: 30px;
    font-weight: 600;
}

.form-group {
    margin-bottom: 30px;
    position: relative;
}

.form-group .input-label {
    margin-bottom: 7px;
    color: #232323;
    font-weight: 500;
    font-size: 14px;
}

.form-group .form-control {
    min-height: 46px;
    border-radius: 8px;
    border: 1px solid #CDCEF1;
    font-size: 14px;
    padding-left: 15px;
    box-shadow: none;
    color: #232323;
}

.form-group .form-control::-webkit-input-placeholder {
    color: #565872;
}

.form-group .form-control::-moz-placeholder {
    color: #565872;
}

.form-group .form-control:-ms-input-placeholder {
    color: #565872;
}

.form-group .form-control:-moz-placeholder {
    color: #565872;
}

.form-group .form-control:focus {
    border-color: #565ACF;
}

.form-group .form-control.input-validation-error{
    border-color:#ff0000;
}

.form-group select.form-control {
    background-image: url(../Content/img/down-arrow.svg);
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: calc(100% - 20px) 50%;
}

.form-group.form-group-50 {
    display: inline-block;
    width: calc(50% - 15px);
}

.form-group.form-group-50+.form-group-50 {
    margin-left: 26px;
}

.form-group .invalid-feedback1{
    font-size: 12px;
    position: absolute;
    top: calc(100% + 2px);
    color:#BF1320;
    font-weight:500;
}

.multi-form-group .btn-group{
    width:100%;
}

.multi-form-group .btn-group .form-control{
    border-radius:8px !important;
    text-align:left;
    background-image: url(../Content/img/down-arrow.svg);
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: calc(100% - 20px) 50%;
}

.multi-form-group .multiselect-container{
    width:100%;
    transition:none;
    border-radius:8px;
    border: 1px solid #CDCEF1;
    box-shadow: 0px 15px 20px 0px rgb(0 0 0 / 10%);
    margin-top: 1px;
    max-height: 250px;
    overflow: auto;
}

.multi-form-group .multiselect-container li .checkbox{
    font-size: 14px;
    color: #565872;
    padding: 10px 10px 10px 40px;
    cursor: pointer;
    position: relative;
    font-weight: 500;
    width:100%;
}

.multi-form-group .multiselect-container li .checkbox input{
    position: absolute;
    left: -100vh;
}

.multi-form-group .multiselect-container li .checkbox:before{
    content: '';
    position: absolute;
    top: 9px;
    left: 10px;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid #CDCEF1;
    transition: none;
}

.multi-form-group .multiselect-container li.active .checkbox{
    background:#F5F6FA;
}

.multi-form-group .multiselect-container li.active .checkbox:before{
    border-color: #565ACF;
    background: #565ACF url(../Content/img/check-white.svg) no-repeat center;
    background-size: 10px
}

.multi-form-group .multiselect-container li .multiselect-all .checkbox{
    font-weight:700;
}

.search-form .additional-search {
    font-size: 16px;
    display: inline-block;
    font-weight: 500;
    color: #232323;
    margin-bottom: 30px;
}

.search-form .note {
    font-size: 14px;
    line-height: 24px;
    color: #565872;
    margin-top: 40px;
}

.search-form .additional-form {
    display: none;
    transition: none;
}

.no-results-main {
    padding: 60px 0 100px;
}

.no-results-main p {
    margin: 40px 0 30px;
    font-size: 18px;
    color: #232323;
    line-height: 30px;
}

.search-reults-main {
    background: #F5F6FA;
    padding: 0 0 50px;
}

.search-reults-main .title {
    background: #565ACF;
    padding: 40px 0;
}

.search-reults-main .title .main-heading {
    font-size: 34px;
}

.result-note {
    margin: 30px 0 0;
    font-size: 18px;
    line-height: 28px;
    color: #565872;
    font-weight: 500;
}

.back-search {
    margin: 30px 0 0;
}

.back-search a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #232323;
}

.back-search a:hover {
    color: #F17732;
}

.back-search a i {
    margin-right: 5px;
    transform: translateY(1px);
    display: inline-block;
}

.tabs-main {
    margin-top: 30px;
}

.tabs-main .tabs-listing li {
    display: inline-block;
}

.tabs-main .tabs-listing li+li {
    margin-left: 10px;
}

.tabs-main .tabs-listing li a {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 5px;
    background: #fff;
    line-height: 24px;
    color: #565872;
    font-size: 18px;
    font-weight: 500;
}

.tabs-main .tabs-listing li a.active {
    background: #565ACF;
    color: #fff;
}

.tabs-main .tabs-listing li a .c-tooltip {
    margin-left: 5px;
}

.tabs-main .tabs-listing li a.active .c-tooltip {
    color: #fff;
}

.result-right-side .back-to {
    display: none;
    font-size: 16px;
    color: #565872;
    line-height: 18px;
    font-weight: 500;
}

.result-right-side .back-to i {
    transform: translateY(2px);
    display: inline-block;
}

.view-by {
    font-size: 16px;
    line-height: 18px;
    color: #232323;
}

.result-table {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #DEEAEE;
    margin-top: 30px;
}

.result-table .p-note {
    font-size: 14px;
    line-height: 20px;
    color: #565872;
    background: #EEEFFA;
    padding: 15px 20px;
}

.result-table table thead tr th {
    font-size: 16px;
    font-weight: 600;
    color: #232323;
    padding: 15px 20px;
    border-color: #DEEAEE;
}

.result-table table tbody tr td {
    padding: 15px 20px;
    border: 0;
    box-shadow: none;
}

.result-table table tbody tr:nth-child(2n+1) td{
    border-top:1px solid #DEEAEE;
}

.result-table table tbody tr:last-child td {
    border-bottom: none;
}

.result-table table tbody tr {
    vertical-align: middle;
}

.result-table table tbody tr td p {
    color: #565872;
    font-size: 14px;
    line-height: 20px;
}

.location-result .result-table table tbody tr td {
    border-top:1px solid #DEEAEE;
}

.view-map {
    color: #565ACF;
    font-weight: 600;
    margin-left: 5px;
}

.view-map i {
    display: inline-block;
    transform: translateY(3px);
}

.table-collapse-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: #F6F6FC;
    font-size: 14px;
    color: #565ACF;
    transform: rotate(0deg);
}

.table-collapse-btn.collapsed {
    transform: rotate(180deg);
}

.text-3-line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-width: 225px;
}

.result-table table tbody tr.collapse-data {
    transition: none;
}

.result-table table tbody tr.collapse-data .accordion-collapse .btn-close{
    display: none;
}

.result-table table tbody tr.collapse-data td {
    background: #EEEFFA;
    padding: 0;
    border: none;
}

.result-table table tbody tr.collapse-data td .row {
    padding: 20px;
}

.provider-result .result-table table thead tr th:nth-child(1) {
    width: 7%;
}

.provider-result .result-table table thead tr th:nth-child(2) {
    width: 15%;
}

.provider-result .result-table table thead tr th:nth-child(3) {
    width: 24%;
}

.provider-result .result-table table thead tr th:nth-child(4) {
    width: 18%;
}

.provider-result .result-table table thead tr th:nth-child(5) {
    width: 16%;
}

.provider-result .result-table table thead tr th:nth-child(6) {
    width: 20%;
}

.provider-result .result-table table tbody tr td:nth-child(7) {
    display: none;
}

.common-text h3 {
    color: #232323;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

.common-text .text {
    margin-top: 20px;
}

.common-text .text h4 {
    font-size: 14px;
    color: #565872;
    line-height: 20px;
}

.common-text .text p {
    font-size: 14px;
    color: #232323;
    line-height: 20px;
    margin-top: 5px;
}

.fee-schedule li {
    display: inline-block;
    margin-top: 5px;
}

.fee-schedule li+li {
    margin-left: 20px;
}

.fee-schedule li a {
    color: #444;
    font-size: 20px;
}

.location-listing {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-top: 20px;
    max-height: 360px;
    padding-right: 20px;
}

.location-listing .box {
    border-radius: 10px;
    padding: 20px 15px;
}

.location-listing .box .text:first-child {
    margin-top: 0;
}

.location-listing .box .text-3-line {
    max-width: 100%;
}

.show-entries {
    font-size: 14px;
    line-height: 24px;
    color: #565872;
}

.pagination .page-item+.page-item {
    margin-left: 10px;
}

.pagination .page-item .page-link {
    width: 40px;
    height: 40px;
    line-height: 38px;
    background: none;
    box-shadow: none;
    border: 1px solid #DEEAEE;
    color: #565872;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    font-weight: 500;
}

.pagination .page-item .page-link:hover {
    background: #fff;
}

.pagination .page-item.active .page-link {
    background: #565ACF;
    border-color: #565ACF;
    color: #fff;
}

.common-text.location-list {
    margin-top: 30px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #DEEAEE;
    max-height: 520px;
    overflow: auto;
}

.common-text.location-list::-webkit-scrollbar-track {
    background-color: #ddd;
}

.common-text.location-list::-webkit-scrollbar {
    width: 6px;
    background-color: #ddd;
}

.common-text.location-list::-webkit-scrollbar-thumb {
    background-color: #565ACF;
    border-radius:30px;
}

.common-text.location-list .text {
    margin-top: 0;
    background: #fff;
    padding: 0 20px 20px;
    position: relative;
}

.common-text.location-list .text::after {
    content: '';
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgb(86 90 207 / 5%) url(../Content/img/angle-right.svg) no-repeat center;
    background-size: 8px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.common-text.location-list .text:hover {
    background: #f1f3f4;
}

.common-text.location-list .text.active {
    background: rgb(86 90 207 / 10%);
}

.common-text.location-list .text+.text {
    border-top: 1px solid #DEEAEE;
}

.common-text.location-list .text ul li {
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 20px;
}

.common-text.location-list .text p {
    margin: 0;
}

.check-details {
    font-size: 14px;
    font-weight: 500;
    color: #565ACF;
    line-height: 20px;
    display: inline-block;
}

.check-details i {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 10px;
    text-align: center;
    background: rgb(86 90 207 / 5%);
    border-radius: 50%;
    margin-left: 10px;
    display: inline-block;
}

.location-result .result-table table {
    table-layout: fixed;
}

.modal.fade:not(.show) .provider-detail-modal {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
}

.provider-detail-modal {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    width: 700px;
}

.provider-detail-modal .modal-content {
    min-height: 100vh;
    border: 0;
    border-radius: 0;
}

.provider-detail-modal .modal-content .modal-body {
    padding: 30px;
}

.c-tooltip {
    font-size: 18px;
    color: #565872;
    position: relative;
}

.c-tooltip span {
    border-radius: 10px;
    padding: 15px;
    background: #232323;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    position: absolute;
    bottom: calc(100% + 20px);
    width: 200px;
    right: -10px;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}

.c-tooltip span:before {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 10px;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    background: #232323;
    transform: rotate(45deg);
}

.c-tooltip:hover span {
    bottom: calc(100% + 10px);
    opacity: 1;
    visibility: visible;
}

.spinner-loader-main{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgb(255 255 255 / 50%);
    z-index:10000;
    display:flex;
    align-items:center;
    justify-content:center;
}

.spinner-loader {
    display: block;
    width: 34px;
    height: 34px;
    border: 3px solid #ddd;
    border-radius: 50%;
    border-top-color: #565ACF;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    margin:20px auto;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

.export-btn{
    padding: 10px 30px;
    margin-left:20px;
}

.export-btn .icon{
    font-size:16px;
}

.result-table .dataTables_wrapper .dataTables_paginate{
    text-align: center;
    float:inherit;
}

.result-table .dataTables_wrapper .dataTables_paginate .paginate_button {
    margin: 0 5px;
    cursor:pointer !important;
}

.result-table .dataTables_wrapper .dataTables_paginate .paginate_button.disabled{
    color: #565872 !important;
    border: 1px solid #DEEAEE !important;
    opacity:.5
}

.result-table .dataTables_wrapper .dataTables_paginate .paginate_button:active,
.result-table .dataTables_wrapper .dataTables_paginate .paginate_button:focus{
    background:#565ACF;
    color:#fff !important;
}

.form-modal .btn-close{
    position:absolute;
    top:10px;
    right:10px;
    opacity:1;
}

.form-modal{
    max-width:500px;
}

.form-modal .modal-content{
    border: none;
    border-radius:0;
    background:none;
}

.form-modal .modal-body{
    padding: 40px;
    box-shadow:0 5px 10px rgb(0 0 0 / 20%);
    border-radius:20px;
    background:#fff;
}

.form-modal .modal-body h3{
    font-size:24px;
    line-height:38px;
    color:#232323;
    font-weight:700;
    margin-bottom:30px;
}
.close-btn {
    top: 10px;
    right: 10px;
}

.accessibility-statement{
    padding-bottom:80px;
}

.accessibility-statement .text{
    max-width:1000px;
}

.accessibility-statement h1{
    font-size:34px;
    line-height:46px;
    font-weight:700;
    color:#232323;
}

.accessibility-statement h3{
    margin-top:30px;
    font-size:24px;
    line-height:30px;
    font-weight:600;
    color:#232323;
}

.accessibility-statement p{
    font-size:16px;
    line-height:28px;
    color:#565872;
    margin-top:20px;
}

.accessibility-statement p a{
    font-weight:500;
    color:#232323;
}

.accessibility-statement ul{
    margin-top:20px;
    padding-left:18px;
}

.accessibility-statement li{
    font-size:16px;
    line-height:28px;
    color:#565872;
    list-style:disc;
}

.accessibility-statement li+li{
    margin-top:12px;
}

.mail-fax-modal{
    z-index:9999;
}

.error-main{
    padding:80px 0;
}

.error-main .text h1{
    font-size:32px;
    line-height:40px;
    font-weight:700;
    color:#232323;
}

.error-main .text p{
    font-size:18px;
    line-height:30px;
    color:#565872;
    margin-top:20px;
}