@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* Common CSS Start */
.font-tts {
    font-family: "TT Chocolates Regular" !important;
    line-height: 28px;
}
.font-tts .custom-width {
    width: 650px;
}
.unique-heading{
    line-height: 38px !important;
}
.padding-end {
    padding-right: 80px;
}
.padding-start {
    padding-left: 80px;
}
.heading-1 {
    font-size: 60px;
}
.heading-growth{
    font-size: 72px;
}
.heading-growth2{
    font-size: 90px;
}
.text-orange, .par-text-orange {
    color: #F47521;
}
.list-style-text {
    font-size: 24px;
}
.unique-par{
    font-size: 34px;
    line-height: 44px;
}
.list-style{
    list-style: disc;
}
.text-darkGray {
    color:#434343;
}
.font-ls{
    font-family: "League Spartan", sans-serif;
}
.font-montserrat {
    font-family: "Montserrat", sans-serif;
}
.fw-extrabold{
    font-weight: 700;
}
h3.special{
    font-size: 52px;
    letter-spacing: 0px;
}
.common-border{
    border: 2px solid #F47521;
    border-radius: 50% 50% 0 0;
}
.primary-button-v2 {
    margin-top: 25px;
    border-radius: 9999px;
    background-color: #f47521;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 24px;
    line-height: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    border: 0;
}
.primary-button-v2:hover {
    color: white !important;
}
.font-ls {
    font-family: "League Spartan", sans-serif;
}
.locations,
.store-loc,
.free-consult {
    font-family: "TT Chocolates Regular";
}

/* Common CSS End */

/* Header CSS Start */
a.menu-link-v2 {
    padding: 20px 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
}
a.menu-link-v2::before {
    display: none;
}
.top-link-v2 {
    background: var(--main-color);
}

.main-header.main-header-v2 {
    background-color: var(--main-color) !important;
}
.main-header-inner-v2 {
    justify-content: center;
}
ul.menu-list li a.menu-link-v2 {
    padding: 15px 0px;
    color: white;
}
ul.menu-list li a.menu-link-v2::before{
    display: none;
}
/* Header CSS End */

/* Hero CSS Start */
.hero-v2{
    margin-top: 115px;
    background: none;
}
.banner-subhead{
    font-size: 28px;
}
.call-option{
    font-size: 34px;
}
/* Hero CSS End */

/* Membership Table CSS Start */
table tr th, table tr td {
    border: 1.5px solid #464646;
}
table tr td {
    font-size: 16px;
}
table tr td:nth-child(3) {
    background-color: #FF924A;
    font-weight: 700;
    color: #000000;
}
.bg-tHead {
    background-color: #96A1A6;
}
.th-text {
    font-size: 26px;
    font-weight: 600;
    padding: 30px 15px;
}
.th-text.alt{
    background-color: #FF924A;
    color: #000000;
}
.table-cap{
    font-size: 14px;
}
.bg-deep-gray{
    background-color: #EBE3DF;
}
.bg-orange{
    background-color: #F47522 !important;
}
/* Membership Table CSS End */


img.logo-img-w{
    width: 340px;
}
.italic-cap{
    font-size: 14px;
    margin-top: -20px;
}

/* Family CSS Start */
.family {
    -webkit-text-stroke: 3px black;
    -webkit-text-fill-color: #f47521;
}
.family-dental h2{
    line-height: 55px;
}
.family-dental h3 img{
    height: 42px;
    margin-top: -12px;
}
/* Family CSS End */

/* Store CSS Start */
.store-img{
    border: 3px solid #F47521;
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center 0%;
    border-radius: 50% 50% 0 0;
}
/* Store CSS Start */

/* Teeth CSS Start */
.free-consult .teeth{
    width: 50px;
}
.head-col{
    position: relative;
}
.meet-doctor{
    margin-top: 150px;
}
.meet-head{
    position: absolute;
    text-wrap: nowrap;
    transform: rotate(-90deg);
    transform-origin: bottom right;
    right: 30px;
    top: 10%;
    white-space: nowrap;
}
/* Teeth CSS End */


@media screen and (max-width: 1200px) {
    .store-img {
        width: 400px;
        height: 450px;
    }
    .font-tts .custom-width {
        width: 550px;
    }
    .padding-start{
        padding-left: 30px;
    }
    .padding-end{
        padding-right: 30px;
    }
    .heading-1 {
        font-size: 48px;
    }
    .heading-growth {
        font-size: 60px;
    }
    .heading-growth2 {
        font-size: 70px;
    }
    .list-style-text {
        font-size: 20px;
    }

    .unique-par {
        font-size: 28px;
    }
    h3.special {
        font-size: 42px;
        letter-spacing: -2px;
    }
    .primary-button-v2 {
        margin-top: 15px;
        background-color: #f47521;
        padding-top: .7rem;
        padding-bottom: .7rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        font-size: 18px;
        font-weight: 700;
    }
    /* Common CSS End */

    /* Hero CSS Start */
    .hero-v2 {
        margin-top: 60px;
    }
    .banner-subhead {
        font-size: 22px;
    }

    .call-option {
        font-size: 28px;
    }

    /* Hero CSS End */

    .meet-doctor {
        margin-top: 100px;
    }
    .meet-head {
        position: inherit;
        text-wrap: wrap;
        transform: inherit;
        transform-origin: inherit;
        right: unset;
        top: unset;
        text-align: center;
    }
}

@media screen and (max-width: 992px) {

    br{
        display: none;
    }

    .font-tts .custom-width {
        width: 100%;
    }
    .padding-start {
        padding-left: 0;
    }
    .padding-end {
        padding-right: 0;
    }
    .primary-button-v2 {
        margin-top: 10px;
        padding-top: .5rem;
        padding-bottom: .5rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        font-size: 16px;
        font-weight: 700;
    }


}

@media screen and (max-width: 768px) {
    .primary-button-v2 {
        padding-top: .3rem;
        padding-bottom: .3rem;
        padding-left: 1rem;
        padding-right: 1rem;
        font-size: 13px;
        word-spacing: 4px;
    }
    .heading-1 {
        font-size: 40px;
    }

    .heading-growth {
        font-size: 48px;
    }

    .heading-growth2 {
        font-size: 56px;
    }

    .list-style-text {
        font-size: 18px;
    }

    .unique-par {
        font-size: 24px;
    }

    h3.special {
        font-size: 36px;
        letter-spacing: 0px;
    }

    /* Hero CSS Start */
    .hero-v2 {
        margin-top: 100px;
    }
    .banner-subhead {
        font-size: 18px;
    }
    .call-option {
        font-size: 20px;
    }
    /* Hero CSS End */

    /* Membership Table CSS Start */
    table tr td {
        font-size: 14px;
    }
    .th-text {
        font-size: 18px;
        padding: 15px 5px;
    }
    .table-cap {
        font-size: 14px;
    }
    /* Membership Table CSS End */

    img.logo-img-w {
        width: 200px;
    }
}

@media screen and (max-width: 576px) {
    .heading-1 {
        font-size: 34px;
    }

    .heading-growth {
        font-size: 42px;
    }

    .heading-growth2 {
        font-size: 48px;
    }

    .list-style-text {
        font-size: 14px;
    }

    .unique-par {
        font-size: 20px;
    }

    h3.special {
        font-size: 28px;
    }

    /* Hero CSS Start */
    .hero-v2 {
        margin-top: 100px;
    }
    .banner-subhead {
        font-size: 16px;
    }
    .call-option {
        font-size: 16px;
    }
    /* Hero CSS End */

    /* Membership Table CSS Start */
    table tr td {
        font-size: 12px;
    }
    .th-text {
        font-size: 14px;
        padding: 15px 5px;
    }
    .table-cap {
        font-size: 12px;
    }
    /* Membership Table CSS End */

    img.logo-img-w {
        width: 150px;
    }
    .store-img {
        width: 100%;
        height: unset;
    }
}