@charset "UTF-8";

#tagline {
    padding: min(6.250vw, 120px) 0 
}

#tagline img {
    display: block;
    width: min(37.083vw, 712px);
    margin: 0 auto;
}

.fullContent.contLogos {
    padding: clamp(80px, 9.375vw, 180px) 0 clamp(60px, 13.542vw, 260px);
}

#Con-test.fullContent {
    background-color: var( --white );
    margin-bottom: 0px;
    padding: clamp(100px, 7.29vw, 140px) 0px;
    background-size: cover;
    background-position: center top;
}

#Con-test.fullContent p {
    margin-bottom: 0px;
}

.fullContent h2::before,
.video-block h2::before,
h2.lHeading::before {
    content: '';
    display: none;
    width: 124px;

    /* height: 70px; */
    margin: 0 auto 10px;
}

#Con-test .container > div {
    background-color: var( --white );
}

#main .fullContent .btn.btn-orange, .half-content .btn-orange, [role=button] {
    background-color: var( --primary-color );
    color: var( --white );
    text-transform: uppercase;
    padding: 15px 40px;
    font-weight: 500;
    text-align: center;
    border-radius: 0px;
}

.fullContent.planIntro {
    padding: var( --secPadding);
}

#main .fullContent .btn.btn-orange:hover, .half-content .btn-orange:hover, [role=button] {
    background-color: var( --black );
}

/* .parthners-list li {
    width: 33.33%;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 0;
} */

#financing.fullContent {
    padding: 260px 0;
    position: relative;
    clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 93%);
    z-index: 2;
}

.fullContent h1,
.fullContent h2 {
    color: #0B1F44;
    /* background: linear-gradient(90deg, #254DCA 0%, #F8467A 48.08%);
    background-clip: text; */
    font-size: var( --h2-font-size );
    font-weight: var( --heading-font-weight );
    font-style: normal;
    letter-spacing: normal;
    line-height: var( --h2-line-height );
    margin: 0 0 clamp( 20px, 1.25vw, 24px );
    text-transform: unset;
}

.fullContent h2 span.grad {
    color: transparent;
    background: linear-gradient(90deg, #0A53DE 21.41%, #F8467A 78.71%);
    background-clip: text;
}

#Con-test.fullContent h2 {
    margin: 0 0 clamp(32px, 2.92vw, 56px);
}

.fullContent h2:after {
    content: '';
    border: none;
    margin: clamp(4px, 0.417vw, 8px) auto clamp(16px, 1.667vw, 32px);
    height: 4px;
    width: 60px;
    background-color: var( --white );
    display: none;
}

.fullContent.contLogos .container h2:after {
    content: '';
    color: var( --secondary-color );
    border-bottom: none;
    width: 80px;
    border: none;
    margin: 16px auto 21px;
    border-bottom: 4px solid;
    display: block;
}

#Con-test.toothIcon {
    position: relative;
    margin-bottom: 0px;
    padding: clamp(60px, 11.458vw, 220px) 0;
}

#Con-test.toothIcon:before {
    content: '';
    position: absolute;
    width: min(13.438vw, 258px);
    height: min(2.813vw, 54px);
    top: min(6.25vw, 120px);
    left: min(43.281vw, 831px);
    background-image: url('/wp-content/uploads/2024/04/icon_top.svg');
    background-size: cover;
    z-index: 2;
}

#Con-test.toothIcon:after {
    content: '';
    position: absolute;
    width: min(43.958vw, 844px);
    height: min(3.698vw, 71px);
    bottom: min(6.615vw, 127px);
    left: min(28.021vw, 538px);
    background-image: url('/wp-content/uploads/2024/04/icon_bottom.svg');
    background-size: cover;
    z-index: 2;
}

#inner-content .fullContent h2 {
    font-family: var( --heading-font );
    font-size: clamp(28px, 2.083vw, 40px);
    font-weight: 600;
    text-transform: none;
    letter-spacing: normal;
    line-height: clamp(36px, 2.5vw, 48px);
    color: inherit;
}

#servCon {
    padding-top: clamp(40px, 5.208vw, 100px);
}

@media ( max-width: 567px ) {
    .fullContent.untreated img {
        width: 90%;
        display: block;
        margin: 0 auto;
    }

    #Con-test .container > div {
        padding: 0px 35px;
    }

    /* .parthners-list li {
        width: 50%;
    } */

    #Con-test.toothIcon:before,
    #Con-test.toothIcon:after {
        display: none;
    }
}