/* COVID-19 */
.covid-19 {
  width: 100vw;
  max-width: 100%;
  text-align: center;
  background-color: #102664;
  padding: 10px;
  text-align: center;
  z-index: 9;
  position: fixed;
  top: 0px;
  left: 0px;
  transition: ease all 0.3s;
  opacity: 0.75;
}

.covid-19:hover {
    opacity: 1;
}

.covid-19 p {
	color: #fff;
	text-align: center;
    width: 100%;
    text-decoration: underline;
    padding: 0px;
    margin: 0px;
}

.visible-label {
    font-size: 15px!important;
}

.block {
    display: block;
}

@media (min-width: 1024px) {
    .form-row.select-fields {
        gap: 16px;
    }

    .form-row.select-fields select {
        margin: 0 !important;
        width: 250px;
    }
}

@media (max-width: 1200px) {
    .simple-banner .simple-banner-text {
        padding: 4px 20px !important;
    }
}

#page {
    padding-top: 44px;
    display: block;
}

/* inner template blocks */

#section2 {
    padding-top: 32px;
}

#section2 strong {
    font-family: 'Karla-Bold';
}

#section2 ul li .hearing-box {
    height: 100%;
}

#hearing_test_stages .grid-row-2cols {
    display: grid;
    grid-template-columns: 1fr 2fr;
    margin-left: -12px;
    margin-top: 2rem;
}

#hearing_test_stages .inner-section {
    padding-bottom: 0;
}

#hearing_test_stages .inner-section h2,
.price-list-comp .inner-section h2,
.full-width-text-block .inner-section h2 {
    color: #333333;
    font-size: 42px;
    line-height: 1.2;
    position: relative;
    padding-bottom: 34px;
    font-weight: 700;
}

@media (max-width: 992px) {

    #hearing_test_stages .inner-section h2,
    .price-list-comp .inner-section h2,
    .full-width-text-block .inner-section h2 {
        font-size: 32px;
    }
}

#hearing_test_stages .inner-section h2:after,
.price-list-comp .inner-section h2:after,
.full-width-text-block .inner-section h2:after,
.double-column-list .inner-section h3:after,
.price-plan-table-section .inner-section h3:after {
    content: '';
    display: inline-block;
    width: 165px;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background: #112463;
}

.full-width-text-block .inner-section h2 {
    margin-bottom: 50px;
}

.double-column-list .inner-section h3,
.price-plan-table-section .inner-section h3 {
    color: #333333;
    position: relative;
    font-size: 24px;
    padding-bottom: 34px;
    font-weight: 700;
}

.double-column-list .inner-section .fa-ul {
    column-count: 2;
    column-gap: 4rem;
    margin-left: 36px;
    margin-top: 3rem;
}

.double-column-list .inner-section .fa-li {
    color: #102564;
    left: -44px;
}

.double-column-list .inner-section .list-heading {
    color: #6B87C8;
    margin-bottom: 0px;
    line-height: initial;
    font-size: 20px;
    font-family: karla-Regular !important;
}

.double-column-list .inner-section .list-info {
    color: #333333;
    font-size: 20px;
    margin-top: 5px;
}

.double-column-list .inner-section .small-print {
    float: right;
    margin-top: -20px;
}

#hearing_test_stages .section_3-img {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#hearing_test_stages .section_3-img img {
    border-radius: 6px 0 0 6px;
}

#hearing_test_stages .hearing-test-card {
    padding: 2rem;
    box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    margin-right: 14px;
    font-size: 20px;
}

#hearing_test_stages .hearing-test-card .div-heading {
    display: flex;
}

#hearing_test_stages .hearing-test-card .div-heading .number {
    background-color: #112463;
    border-radius: 5px;
    color: #ffffff;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#hearing_test_stages .hearing-test-card .div-heading h3 {
    font-weight: 600;
    color: #112463;
    margin: 10px;
}

#hearing_test_stages .hearing-test-card ul {
    margin: 10px 0 10px -21px;
}

#hearing_test_stages .hearing-test-card ul li {
    color: #353232;
    margin: 5px 0;
}

#hearing_test_stages .hearing-test-card p {
    color: #353232;
    font-family: 'Karla-Regular', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#hearing_test_stages .hearing-test-card p a {
    color: #112463;
}

#hearing_test_stages .hearing-content:last-child {
    display: none;
}

.full-width-text-block .inner-section p {
    font-size: 20px;
    color: #333333;
}

.full-width-text-block .inner-section {
    padding: 0;
}

@media (max-width: 767px) {
    #hearing_test_stages .grid-row-2cols {
        grid-template-columns: 1fr;
        margin-left: unset;
    }

    #hearing_test_stages .inner-section h2 {
        font-size: 30px;
    }

    #hearing_test_stages .section_3-img {
        justify-content: center;
    }

    #hearing_test_stages .section_3-img img {
        border-radius: 6px 6px 0 0;
        max-width: 80%;
    }

    #hearing_test_stages .hearing-test-card {
        margin-right: unset;
    }

    .double-column-list .inner-section .fa-ul {
        columns: 1;
    }

    .double-column-list .inner-section .small-print {
        float: none;
        margin-left: 24px;
    }

}

@media only screen and (min-width: 375px) and (max-width: 667px) {
    .c-video:first-of-type {
        display: block !important;
    }
}

.c-contact-form__information {
    margin-bottom: 15px !important;
}