@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap"); /*     font-family: 'Open Sans', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap'); /*         font-family: 'Poppins', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

/* .my-class { */
/* font-family: 'Inter', Helvetica, Arial, sans-serif; */
/* } */


:root {
    --cc-primary: #006aa2;
    --cc-secondary: #00aeef;
    --cc-third: #284278;
}

body {
    font-family: 'Helvetica', sans-serif;
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 16px;
    color: #2c2c2c;
}

h1,
h2 {
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-size: 28px;
    color: #fff;
}

h2 {
    font-size: 24px;
    color: var(--cc-primary)
}

h3, h4 {
    font-size: 18px;
}

.faqs-section h5 {
    font-weight: 600;
}

a {
    color: #0460a9;
    /* font-weight: 500; */
    text-decoration: underline;
}

    a:hover {
        color: #006aa2;
    }

.custom-link,
.pre-screener-section a {
    color: #0460a9;
    text-decoration: underline;
}

    .custom-link:hover,
    .pre-screener-section a:hover {
        color: #006aa2;
    }

p {
    line-height: 22px;
}

.green-color {
    color: var(--cc-primary);
}

.purple-color {
    color: var(--cc-primary);
}

.yellow-color {
    color: var(--cc-yellow);
}

.m-auto {
    margin: 0auto;
    text-align: center;
    padding-top: 50px;
}

section {
    float: left;
    width: 100%;
    clear: both;
}

header {
    float: left;
    width: 100%;
    background: #ffffff;
    position: fixed;
    padding: 10px 0;
    top: 0;
    z-index: 100;
    box-shadow: 0 0px 5px #ccc;
    min-height: 66px;
}

.header-inner {
    float: left;
    width: 100%;
    display: block;
}

.branding {
    padding: 5px 0;
    width: 140px;
    float: left;
}

    .branding img {
        max-width: 100%;
    }

.mobile-prequalify {
    float: left;
    border: 1px solid #096ca6;
    margin-top: 10px;
    padding: 5px 10px;
}

.navigation {
    width: calc(100% - 550px);
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
}

.mob-nav-trigger {
    cursor: pointer;
    width: 34px;
    height: 34px;
    float: right;
    padding: 4px;
    margin: 10px 20px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.menu-open-icon,
.menu-close-icon {
    width: 32px;
}

.menu-close-icon {
    width: 28px;
    display: none;
}

.show-nav .menu-close-icon {
    display: block;
}

.show-nav .menu-open-icon {
    display: none;
}

.navigation ul {
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    clear: both;
    background-color: #fff;
    z-index: 10;
    max-height: 0;
    overflow: hidden;
    right: 0;
    top: 70px;
    width: 100vw;
    box-shadow: 0 3px 3px #ccc;
    border-top: 1px solid #f1f1f1;
}

.navigation.active-nav ul {
    visibility: visible;
    opacity: 1;
    max-height: 1000px;
}

.navigation ul li {
    display: list-item;
}

.space-div {
    display: none !important;
}

.navigation ul li a {
    text-decoration: none;
    padding: 14px 20px;
    font-size: 14px;
    display: block;
    transition: all 0.6s ease;
    font-weight: 600;
    color: #2c2c2c;
    border-bottom: 1px solid #f1f1f1;
}

    .navigation ul li a br {
        display: none;
    }

    .navigation ul li a:hover {
        background-color: #e3f4fd;
    }

.navigation ul li.nav-active a {
    background-color: #e3f4fd;
}

.spl-nav-link {
    margin-top: 5px;
}

    .spl-nav-link a {
        padding: 8px 15px 6px 15px;
        color: var(--cc-purple) !important;
        border-radius: 20px;
        border: 2px solid var(--cc-primary);
    }

/* Home Page banner */

.landing-banner {
    float: left;
    width: 100%;
    background-position: top left;
    position: relative;
    margin-top: 70px;
    display: flex;
    align-items: center;
    background: url(../images/home-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

    .landing-banner .container {
        padding: 0 !important;
    }

.inner-banner {
    min-height: 150px;
    background: var(--cc-purple) url(../images/home-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}

.about-multiple-sclerosis-banner {
    background: url(../images/about-multiple-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.what-are-clinical-banner {
    background: url(../images/What-are-Clinical-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.PreQualify-banner {
    background: url(../images/PreQualify-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.StudyLocations-banner {
    background: url(../images/StudyLocations-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.landing-banner-content {
    float: left;
    z-index: 2;
    position: relative;
    width: 100%;
    padding: 40px 30px 20px 30px;
    margin: 0px 0px 40px 0px;
    background: linear-gradient( to bottom, var(--cc-primary) 20%, rgba(0, 0, 0, 0) 80% );
}

.inner-banner .landing-banner-content {
    margin: 20px 0 20px 0px;
}

.landing-banner-content .text-content {
    font-size: 24px;
    color: #fff;
    line-height: 26px;
    margin-bottom: 0px;
    text-align: center;
}

.inner-page-banner {
    float: left;
    width: 100%;
    background: #474747 url("../images/pre-qualify.jpg");
    position: relative;
    min-height: 190px;
    margin-top: 78px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-page-banner-content {
    float: right;
    z-index: 2;
    position: relative;
    color: var(--cc-primary);
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 10px 30px;
    text-align: center;
}

.left-content {
    float: left;
}

.landing-banner-content h1 {
    text-align: center;
    font-size: 30px;
    /* background: rgba(92, 97, 54, 0.6); */
    padding: 20px;
    border-radius: 5px;
}

.inner-page-banner-content h1 {
    color: #fff;
}

.landing-banner-content h2 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 30px;
}

.landing-banner-content h4 {
    margin-bottom: 20px;
}

.landing-banner-content p {
    color: #fff;
    text-align: center;
    font-size: 12px;
    margin-bottom: 0;
}

.landing-banner-content .float-start {
    margin: 10px 0 40px 0;
    float: none !important;
    text-align: center;
}

/*innser page top section  */
.inner-top-section {
    float: left;
    width: 100%;
    background-color: #ffffff;
    padding: 0px 0 40px 0;
}

    .inner-top-section h4 {
        color: var(--cc-primary);
        margin-top: 40px;
        margin-bottom: 10px;
    }

h4.double-headings {
    margin-top: 25px;
}

.inner-top-section h3 {
    margin-top: 40px;
}

/* About Section */
.about-section {
    float: left;
    width: 100%;
    background-color: #ffffff;
    padding: 0px 0 40px 0;
}

.about-img {
    padding: 0 0px 30px 0px;
    float: left;
    width: 100%;
}

.about-section-content {
    padding: 50px 0px 20px 0;
}

.map-section .about-section-content {
    padding: 0px 0px 20px 0;
}

.about-section-content h2,
.page-sub-title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 24px;
    text-align: left;
    color: var(--cc-primary);
}

ul.points-list {
    margin: 0 0 10px 0;
    padding: 0;
}

    ul.points-list li {
        position: relative;
        list-style: none;
        padding: 0px 0 10px 40px;
    }

.points-list.white-style p {
    margin-bottom: 10px;
}

ul.points-list li::before {
    position: absolute;
    content: "";
    background: var(--cc-primary);
    background-size: 100%;
    width: 4px;
    height: 4px;
    left: 2px;
    top: 10px;
    border-radius: 50%;
}

.white-style li::before {
    background: #FFF !important;
}

ul.faq-list {
    margin: 0 0 10px 0;
    padding: 0;
}

    ul.faq-list li {
        position: relative;
        list-style: none;
        padding: 0px 0 5px 35px;
    }

        ul.faq-list li::before {
            position: absolute;
            content: "";
            background-color: var(--cc-primary);
            width: 4px;
            height: 4px;
            left: 20px;
            top: 8px;
        }

.about-section-img-info {
    float: left;
    width: 100%;
    border-top: #096ca6 solid 1px;
    border-bottom: #096ca6 solid 2px;
    padding: 20px 40px;
}

.sub-title {
    font-weight: 600;
    color: var(--cc-primary);
}

.prime-btn-link {
    color: var(--cc-primary);
    padding: 8px 30px 7px 30px;
    font-size: 14px;
    transition: all 0.6s ease;
    border-radius: 30px;
    border: 3px solid var(--cc-primary);
    font-weight: 600;
}

    .prime-btn-link:hover {
        color: #fff;
        background-color: #83598b;
    }

.white-btn-link {
    color: #ffffff;
    padding: 8px 30px 7px 30px;
    font-weight: 600;
    font-size: 14px;
    margin-top: 0px;
    transition: all 0.6s ease;
    border: 1px solid #fff;
    background-color: var(--cc-primary);
    text-decoration: none;
}

    .white-btn-link:hover {
        color: #2c2c2c;
        background: #ffffff;
        border: 1px solid #FFF;
    }

.underline-link a {
    text-decoration: none;
}

.res-space-top {
    margin-top: -15px;
}

/* About Section end */

.mid-block {
    background: var(--cc-primary);
    padding: 100px 0 80px 0;
    color: #ffffff;
}

.mid-section-title {
    float: left;
    width: 100%;
    font-size: 24px;
}

.about-mid-block {
    background: url(../images/Irritablity-bg.jpg);
    background-size: cover;
    padding: 60px 0;
    color: #ffffff;
}

.about-mid-section-title {
    font-size: 28px;
    margin-bottom: 30px;
}

.sv-body__page,
.sv-body__footer {
    margin-right: 0% !important;
    margin-left: 0% !important;
}

.overview-section {
    padding: 10px 0;
    background-color: #e7e8e8;
}

.overview-content {
    padding: 70px 0;
}

    .overview-content p {
        padding-bottom: 30px;
    }

        .overview-content p:last-child {
            padding-bottom: 0px;
        }

.refer-friend-block {
    padding: 0 0 60px 0;
    background-color: #fff;
}

.refer-friend-content {
    margin-top: 30px;
}

.refer-friend-block .refer-friend-btns {
    margin-bottom: 40px;
}

.interested-flex {
    display: flex !important;
    align-items: center;
}

.float-start.mt-4 {
    width: 100%;
    text-align: center;
}

.map-section {
    padding: 30px 0 30px 0;
}

/*  Bootstrap Customization  */
.form-select {
    padding: 0.25rem 2.25rem 0.23rem 0.75rem;
}

.table-custom tr:nth-child(even) {
    background-color: #eff2f5;
}

.table-custom tr td {
    border: 0;
}

.search-field {
    background: #fff url(../images/search.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 5px;
    padding-left: 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
    max-width: 100%;
}

.inner-page-content {
    float: left;
    width: 100%;
    padding: 40px 0;
}

/*  pre-screener section start*/
.pre-screener-section {
    float: left;
    width: 100%;
    padding: 0px 0 40px 0px;
}

.page-pre-content,
.pre-screener-form {
    max-width: 1000px;
    margin: 0 auto;
}

.page-pre-content {
    margin-bottom: 40px;
}

.pre-screener-form {
    padding: 20px 30px;
    overflow-y: auto;
}

    .pre-screener-form .col-form-label {
        color: #153143;
    }

.form-select,
.form-control {
    border: 0;
    border-bottom: 1px solid #cccccc;
    border-radius: 0;
    margin-top: 10px;
    padding: 12px;
}

footer {
    float: left;
    width: 100%;
    text-align: left;
    padding: 0px 0;
    font-weight: 400;
    background: #f3f3f3;
    padding: 10px 0px;
}

.footer-logo img {
    width: 340px;
    max-width: 100%;
}

footer p {
    margin-top: 14px;
    font-size: 14px;
}

footer a {
    color: #0460a9,;
    transition: all 0.6s ease;
    margin-left: 0px;
    clear: both;
    width: 100%;
    display: block;
    text-decoration: none;
}

    footer a:hover {
        color: #006aa2;
        text-decoration: none;
    }

.message-title {
    margin-bottom: 20px;
}

.max-img-100 {
    max-width: 100%;
    padding: 20px;
}

.divider hr {
    height: 1px;
    color: #999 !important;
    opacity: 1;
}

/* FAQ Section Start */
.faqs-section {
    float: left;
    width: 100%;
    padding: 80px 0 60px 0px;
}

.faqs-message {
    padding-top: 30px;
    text-align: center;
}

/* study location end */

.study-location-title {
    padding-bottom: 30px;
    text-align: center;
    color: var(--cc-primary);
    font-weight: 600;
}

.study-location-table td {
    border: 0;
    padding: 15px;
    text-align: center;
}

.table-striped > tbody > tr:nth-of-type(2n+1) > * {
    --bs-table-accent-bg: #f3f3f3;
}

.accordion-item {
    margin-bottom: 10px;
    border: 1.5px solid rgba(0, 0, 0, 0.185);
}

    .accordion-item:not(:first-of-type) {
        border: 1.5px solid rgba(0, 0, 0, 0.185);
    }

.study-accordion .accordion-item {
    border: 1.5px solid var(--cc-primary);
}

    .study-accordion .accordion-item:not(:first-of-type) {
        border: 1.5px solid var(--cc-primary);
    }

.accordion-button {
    padding: 10px 60px;
    font-weight: 600;
    color: var(--cc-primary);
}

.study-accordion .accordion-button {
    color: #888;
    font-weight: 400;
}

.accordion-item h2 {
    margin-bottom: 0;
}

.accordion-button::after {
    display: none;
}

.accordion-button::before {
    flex-shrink: 0;
    width: 50px;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: var(--cc-purple) url(../images/down-arrow.svg);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
    margin-right: 40px;
    background-position: center;
}

.study-accordion .accordion-button::before {
    background: var(--cc-purple) url(../images/down-arrow.svg);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    background-position: center;
}

.accordion-button:not(.collapsed) {
    background-color: var(--cc-primary);
    color: #ffffff;
}

.study-accordion .accordion-button:not(.collapsed) {
    background-color: var(--cc-primary);
}

.accordion-button:not(.collapsed)::before {
    background-color: var(--cc-primary);
    border-right: 2px solid #fff;
    border-left: 0px solid #fff;
}

.study-accordion .accordion-button:not(.collapsed)::before {
    background-color: var(--cc-primary);
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.home-accordion {
    padding-left: 0px;
}

    .home-accordion .accordion-item {
        min-height: 140px;
        clear: both;
        float: left;
        width: 100%;
    }

    .home-accordion .accordion-body {
        padding: 0;
    }

    .home-accordion .accordion-button {
        background-color: var(--cc-primary);
        color: #fff;
        width: calc(100% - 40px);
        float: left;
        border-radius: 0 !important;
        padding: 10px 25px;
        margin-top: 20px;
        margin-left: 20px;
        min-height: 60px;
    }

        .home-accordion .accordion-button:hover {
            text-decoration: underline;
        }

        .home-accordion .accordion-button::before {
            display: none;
        }

    .home-accordion .accordion-header span {
        float: left;
        width: calc(100% - 40px);
        font-size: 14px;
        padding: 10px 20px 20px 20px;
        color: #000;
        font-style: italic;
        line-height: 20px;
        font-weight: 400;
    }

    .home-accordion .accordion-collapse {
        clear: both;
    }

    .home-accordion h3 {
        font-size: 26px;
        ;
    }

.accord-info-style-1,
.accord-info-style-2,
.accord-info-style-3 {
    width: 100%;
    padding: 20px;
}

.accord-info-style-1 {
    background-color: #FFF;
}

    .accord-info-style-1 h3 {
        color: var(--cc-primary);
    }

.accord-info-style-2 {
    background-color: var(--cc-third);
    color: #FFF;
}

.accord-info-style-3 {
    background-color: #80ceca;
    color: #FFF;
}

.accord-info-style-4 {
    background-color: #bac1c6;
    color: #FFF;
}

.accord-info-style-5 {
    background-color: #006aa2;
    color: #FFF;
}

.accord-info-style-6 {
    background-color: #80ceca;
    color: #FFF;
}

.accord-info-style-7 {
    background-color: #00a79e;
    color: #0460A9;
}

.scrollTop {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--cc-primary) url(../images/top.png);
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 15px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    cursor: pointer;
}

    .scrollTop:hover {
        background: var(--cc-secondary) url(../images/top-b.png);
        background-size: 45%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .scrollTop a {
        font-size: 18px;
        color: #fff;
    }

a.text-dec {
    text-decoration: underline;
}

.trademarks {
    font-size: 12px;
    font-weight: 600;
}

/*  Cookies popup msg */

#cookiepopup {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 999;
}

.cookiepopup-msg {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px;
    width: 100%;
    text-align: center;
}

#cookiepopup a {
    color: var(--cc-primary);
    margin-right: 20px;
}

.number-list {
    margin: 0;
    padding: 0 0 0 15px;
}

    .number-list li {
        list-style: none;
        padding: 0 0 0 15px;
        position: relative;
    }

        .number-list li::before {
            position: absolute;
            content: counter(list-item)")";
            left: -15px;
        }

.grouplist li {
    list-style: none;
    padding: 0 0 0 45px;
    position: relative;
}

    .grouplist li::before {
        font-weight: 600;
        content: "Group " counter(list-item)":";
        position: absolute;
        left: -28px;
    }
/*  Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/*  Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .branding {
        width: 150px;
        float: left;
    }

    .navigation ul li a {
        font-size: 14px;
    }

    ding-banner-content {
        padding: 60px 20px 40px 20px;
        margin: 0px;
    }

    .landing-banner-content {
        padding: 20px 20px 60px 20px;
        width: 40%;
        background: linear-gradient( to bottom, var(--cc-primary) 20%, rgba(0, 0, 0, 0) 80% );
        margin-top: 100px;
        margin-bottom: 30px;
    }

    .underline-link a {
        text-decoration: none;
    }

    .about-section {
        padding: 40px 0 40px 0;
    }

    .about-section-content {
        padding: 0px 0px 20px 0;
    }

    .number-list {
        margin: 0;
        padding: 0 0 0 15px;
    }

        .number-list li {
            list-style: none;
            padding: 0 0 0 15px;
            position: relative;
        }

            .number-list li::before {
                position: absolute;
                content: counter(list-item)")";
                left: -15px;
            }

    .grouplist {
        margin: 0;
        padding: 0 0 0 100px;
    }

        .grouplist li {
            list-style: none;
            padding: 0 0 0 5px;
        }

            .grouplist li::before {
                font-weight: 600;
                content: "Group " counter(list-item)":";
                position: absolute;
                left: -67px;
            }

    .inner-top-section {
        padding: 40px 0 40px 0;
    }

    .study-location-border {
        border: 1px solid #9d9d9c;
    }

    footer a {
        transition: all 0.6s ease;
        margin-left: 30px;
        clear: none;
        width: auto;
        display: unset;
    }
}
.container {
    margin: auto !important;
    /*padding: 10px 40px !important;*/ /* Adjust as needed */
    max-width: 100% !important;
}

/*  Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    body {
        font-size: 16px;
    }

    h1 {
        font-size: 60px;
    }

        h1 span.green-big {
            font-size: 70px;
            color: #096ca6;
        }

        h1 span.green {
            color: #096ca6;
        }

    h2 {
        font-size: 40px;
        color: var(--cc-primary);
        font-weight: 600;
    }

        h2 span.green-big {
            font-size: 48px;
            color: #096ca6;
        }

        h2 span.green {
            color: #096ca6;
            font-size: 38px;
        }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 24px;
    }

    p {
        line-height: 24px;
    }

    header {
        position: unset;
        padding: 0px 0 0px 0;
        top: 0;
        z-index: 10;
        box-shadow: 0 0px 0px #ccc;
    }

    .header-inner {
        display: flex;
    }

    .max-img-100 {
        max-width: 90%;
        padding: 30px;
    }

    .navigation {
        position: unset;
        text-align: right;
        padding: 0px 0 0px 40px;
        flex-grow: 2;
    }

    .mob-nav-trigger {
        display: none;
    }

    .navigation ul {
        margin: 0;
        padding: 0;
        box-shadow: 0 0px 0px #ccc;
        border-top: 0px solid #f1f1f1;
    }

    .navigation ul {
        position: relative;
        margin: 0;
        padding: 0;
        visibility: visible;
        opacity: 1;
        background-color: rgba(0, 0, 0, 0);
        z-index: 10;
        max-height: 100px;
        overflow: hidden;
        right: 0;
        top: 0px;
        width: auto;
    }

        .navigation ul li {
            list-style: none;
            display: inline-block;
        }

            .navigation ul li a br {
                display: unset;
            }

    .lan
    .navigation ul li a:hover {
        color: var(--cc-primary);
    }

    .navigation ul li.nav-active a {
        font-weight: 600;
    }

    .space-div {
        display: unset !important;
    }

    .navigation ul li a {
        text-decoration: none;
        padding: 15px 28px;
        font-size: 14px;
        display: block;
        transition: all 0.6s ease;
        position: relative;
        text-align: center;
    }

    .spl-nav-link a {
        padding: 8px 15px 6px 15px !important;
    }

    .navigation ul li a:hover {
        color: #333;
    }

    .divider hr {
        height: 2px;
    }

    .branding {
        width: 120px;
    }

    .mobile-prequalify {
        display: none;
    }

    .header-custom-link {
        padding: 35px 0 0 10px;
        margin-top: 0px;
    }

    .landing-banner {
        min-height: 300px;
        margin-top: 0px;
        position: relative;
        align-items: center;
    }

    .inner-banner {
        min-height: 400px;
    }

        .inner-banner .landing-banner-content {
            margin: 0px 20px 30px 20px;
        }

    .landing-banner-content {
        padding: 20px 20px 60px 20px;
        width: 42%;
        min-width: 530px;
        background: linear-gradient( to bottom, var(--cc-primary) 20%, rgba(0, 0, 0, 0) 80% );
        margin-top: 100px;
        margin-bottom: 30px;
    }

        .landing-banner-content .text-content {
            font-size: 40px;
            padding-bottom: 20px;
        }

        .landing-banner-content h1 {
            font-size: 44px;
            padding: 20px 40px 15px 40px;
            text-align: center;
            border-radius: 5px;
        }

        .landing-banner-content h4 {
            margin-bottom: 30px;
            font-size: 30px;
            font-weight: 400;
        }

        .landing-banner-content h2 {
            color: #fff;
            font-size: 34px;
            margin-bottom: 30px;
        }

        .landing-banner-content p {
            font-size: 16px;
            text-align: left;
        }

        .landing-banner-content .float-start {
            margin: 10px 0 40px 0;
            float: left !important;
            text-align: left;
        }

    .home-accordion {
        padding-left: 30px;
    }

        .home-accordion .accordion-item {
            min-height: 130px;
            clear: both;
        }

        .home-accordion .accordion-body {
            padding: 0;
        }

        .home-accordion .accordion-button {
            background-color: var(--cc-primary);
            color: #fff;
            width: 250px;
            float: left;
            align-items: flex-start;
            border-radius: 0 !important;
            padding: 25px 40px 15px 40px;
            margin-top: 12px;
            margin-bottom: 12px;
            margin-left: -30px;
            min-height: 100px;
        }

            .home-accordion .accordion-button::before {
                display: none;
            }

        .home-accordion .accordion-header span {
            float: left;
            width: calc(100% - 370px);
            font-size: 16px;
            padding: 30px;
            color: #000;
            font-style: italic;
            line-height: 26px;
            font-weight: 400;
        }

        .home-accordion .accordion-collapse {
            clear: both;
        }

        .home-accordion h3 {
            font-size: 26px;
            ;
        }

    .inner-page-banner {
        background-repeat: no-repeat;
        background-position: center;
        min-height: 300px;
        background-size: 100%;
        margin-top: 0px;
    }

    .inner-top-section {
        padding: 25px 0 10px 0;
    }

        .inner-top-section h3 {
            margin-top: 0px;
        }

    .refer-friend-block {
        padding: 100px 0;
    }

    .refer-friend-content {
        margin-top: 20px;
    }

    .float-start.mt-4 {
        width: auto;
        text-align: left;
    }

    .inner-page-banner-content {
        width: auto;
        padding: 10px 0px 0 0;
        background-color: rgba(255, 255, 255, 0);
    }

    .text-center {
        text-align: center;
    }

    .white-btn-link {
        padding: 10px 40px 9px 40px;
        font-size: 20px;
        font-weight: bold;
    }

    .prime-btn-link {
        padding: 10px 40px 9px 40px;
        font-size: 18px;
    }

    .mid-section-title {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .mid-block p {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .pre-screener-section p {
        margin-bottom: 30px;
    }

    .refer-friend-block .refer-friend-btns {
        margin-bottom: 0px;
    }

    .white-btn,
    .orange-link,
    .blue-bordered-link {
        font-size: 16px;
    }

    /* About Section */
    .about-section {
        padding: 60px 0;
    }

    .about-img {
        padding: 0 70px;
    }

    .about-section-content {
        padding: 0px 0 0px 0px;
    }

        .about-section-content h2,
        .page-pre-content h2,
        .page-sub-title {
            color: var(--cc-primary);
            font-size: 28px;
            text-align: left;
        }

    .res-space-top {
        margin-top: 50px;
    }
    /* About Section end*/
    .refer-friend-content {
        margin-top: -20px;
    }

    .map-section {
        padding: 40px 0 60px 0;
    }

    footer {
        float: left;
        width: 100%;
    }
}

/*  X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .container.home-container {
        max-width: 960px;
    }

    .branding {
        width: 230px;
        padding: 5px 0;
    }

    .navigation {
        position: unset;
        width: calc(100% - 550px);
    }

        .navigation ul li a {
            font-size: 14px;
        }

    /* .about-section {
    float: left;
    width: 100%;
    background: #ffffff url(../images/body-bg-dots.png) no-repeat;
    background-size: 230px;
    background-position: 8px 300px;
    padding: 100px 0 80px 0;
  } */
    .about-section-bg {
        position: relative;
    }

        .about-section-bg::before {
            position: absolute;
            content: "";
            width: 600px;
            height: 600px;
            background: url(../images/body-bg-dots.png) no-repeat;
            background-size: auto;
            background-size: 51%;
            background-position: 100px 100px;
            left: -330px;
            top: 90px;
            z-index: 0;
        }

        .about-section-bg .row {
            position: relative;
            z-index: 1;
        }

    .about-section-content {
        padding: 0px 0 30px 0px;
        z-index: 1;
    }
}

/*  XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    .container.home-container {
        max-width: 1140px;
    }

    .branding {
        width: 260px;
        padding: 5px 0;
    }

    .navigation {
        position: unset;
        width: calc(100% - 600px);
    }

        .navigation ul li a {
            font-size: 18px;
        }

    .landing-banner {
        min-height: 520px;
    }

    .inner-banner {
        min-height: 400px;
    }
}
