@font-face {
    font-family: 'CircularXX-Regular';
    src: url('../fonts/CircularXXWeb-Regular.woff') format('woff');
}

@font-face {
    font-family: 'CircularXX-Bold';
    src: url('../fonts/CircularXXWeb-Bold.woff') format('truetype');
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'CircularXX-Regular';
}

body {
    font-size: 16px;
}

button {
    cursor: pointer;
    min-width: 230px;
    padding: 15px;
    font-size: 16px;
    text-align: center;
    color: white;
    background-color: #f99144;
    border-radius: 7px;
    transition: 0.2s;
    font-family: 'CircularXX-Bold';
    border: none;
}

button:hover,
button:focus {
    background-color: #E88033;
    transition: 0.2s;
    box-shadow: none;
}

section#teeth-straightening-section-1 .container {
    background: url(/assets/images/teeth_straightening/banner_desktop.jpg);
    background-size: cover;
    background-position: center;
    min-height: 460px;
    padding: 150px 0 190px;
}

section#teeth-straightening-section-1 .container .mobile_banner {
    display: none;
}

section#teeth-straightening-section-1 .container .title {
    max-width: 1000px;
    margin: auto;
}

section#teeth-straightening-section-1 .container .title h1 {
    width: 100%;
    max-width: 550px;
    margin: 0 0 35px;
    font-size: 58px;
    font-family: 'CircularXX-Bold';
    line-height: 70px;
    color: #1c4973;
}

section#teeth-straightening-section-1 .container .title p {
    width: 100%;
    max-width: 495px;
    margin: 0;
    font-size: 20px;
    line-height: 26px;
    color: #02213e;
}

section#teeth-straightening-section-1 .container button {
    margin: 30px 0;
}

section#teeth-straightening-section-2 .container {
    padding: 80px 6%;
}

section#teeth-straightening-section-2 .container .single_comment {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 35px 0;
}

section#teeth-straightening-section-2 .container .single_comment:nth-child(odd) {
    flex-direction: row-reverse;
}

section#teeth-straightening-section-2 .container .single_comment .content_div {
    width: 50%;
    padding: 0 40px;
}

section#teeth-straightening-section-2 .container .single_comment .content_div h2 {
    margin: 0 auto 40px;
    font-size: 42px;
    font-family: 'CircularXX-Bold';
    line-height: 58px;
    color: #1c4973;
}

section#teeth-straightening-section-2 .container .single_comment .content_div p {
    margin: 0 0 25px;
    font-size: 20px;
    line-height: 26px;
    color: #02213e;
}

section#teeth-straightening-section-2 .container .single_comment .content_div .mobile_only {
    display: none;
    max-width: 100%;
}

section#teeth-straightening-section-2 .container .single_comment .img_div {
    width: 50%;
}

section#teeth-straightening-section-2 .container .single_comment .img_div img {
    max-width: 100%;
}

section#teeth-straightening-section-3 .container .title {
    text-align: center;
    padding: 100px 0 150px;
}

section#teeth-straightening-section-3 .container .title h2 {
    font-family: 'CircularXX-Bold';
    font-size: 58px;
    line-height: 70px;
    color: #1c4973;
}

section#teeth-straightening-section-4 .container {
    padding: 40px 0;
    background-color: #fef7ee;
}

section#teeth-straightening-section-4 .container .title h2 {
    padding-top: 40px;
    font-family: 'CircularXX-Bold';
    font-size: 42px;
    color: #1c4973;
    text-align: center;
}

section#teeth-straightening-section-4 .container .row_div {
    margin: 40px auto;
    display: flex;
    justify-content: center;
}

section#teeth-straightening-section-4 .container .row_div .single_div {
    margin: 20px 0;
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

section#teeth-straightening-section-4 .container .row_div .single_div h4 {
    font-family: 'CircularXX-Bold';
    margin: 20px auto 25px;
    font-size: 22px;
    line-height: 26px;
    color: #1c4973;
    text-align: center;
}

section#teeth-straightening-section-4 .container .row_div .single_div p {
    padding: 0 40px;
    margin: 0;
    font-size: 16px;
    text-align: center;
    color: #02213e;
}

section#teeth-straightening-section-4 .container .row_div .single_div p.title {
    margin: 0 auto 40px;
    font-size: 22px;
    text-align: center;
    color: #1c4973;
    font-family: 'CircularXX-Bold';
}

section#teeth-straightening-section-5 .container .title {
    text-align: center;
    padding: 100px 0 150px;
}

section#teeth-straightening-section-5 .container .title h2 {
    font-family: 'CircularXX-Bold';
    font-size: 58px;
    line-height: 70px;
    color: #1c4973;
}

section#home-section-10 .container {
    background-color: #316493;
    color: white;
    text-align: center;
    padding: 80px 10px;
}

section#home-section-10 .container h2 {
    font-family: 'CircularXX-Bold';
}

@media screen and (max-width:996px) {
    section#teeth-straightening-section-1 .container {
        padding: 20px 10px;
        min-height: 0;
    }
    section#teeth-straightening-section-1 .container .title h1 {
        font-size: 50px;
        max-width: 440px;
        line-height: normal;
    }
    section#teeth-straightening-section-1 .container .title p {
        font-size: 18px;
        max-width: 340px;
    }
    section#teeth-straightening-section-2 .container .single_comment .img_div img {
        padding: 10px;
    }
}

@media screen and (max-width:767px) {
    section#teeth-straightening-section-1 .container {
        background: #f8f8f8;
        padding: 0;
    }
    section#teeth-straightening-section-1 .container .mobile_banner {
        display: block;
    }
    section#teeth-straightening-section-1 .container .mobile_banner img {
        max-width: 100%;
    }
    section#teeth-straightening-section-1 .container .title {
        text-align: center;
    }
    section#teeth-straightening-section-1 .container .title h1 {
        margin-top: 35px;
        font-size: 34px;
        text-align: center;
        padding: 0 20px;
        line-height: normal;
    }
    section#teeth-straightening-section-1 .container .title p {
        font-size: 18px;
        padding: 0 20px;
        text-align: center;
        line-height: normal;
    }
    section#teeth-straightening-section-2 .container {
        padding: 50px 10px;
    }
    section#teeth-straightening-section-2 .container .single_comment {
        flex-direction: column-reverse;
        margin: 10px 0 40px;
    }
    section#teeth-straightening-section-2 .container .single_comment:nth-child(odd) {
        flex-direction: column-reverse;
    }
    section#teeth-straightening-section-2 .container .single_comment .content_div {
        width: 100%;
        padding: 0 10px;
    }
    section#teeth-straightening-section-2 .container .single_comment .content_div .mobile_only {
        display: block;
        max-width: 100%;
        padding: 20px;
    }
    section#teeth-straightening-section-2 .container .single_comment .img_div {
        width: 100%;
        display: none;
    }
    section#teeth-straightening-section-2 .container .single_comment .content_div h2 {
        margin-bottom: 28px;
        text-align: center;
        font-size: 38px;
        line-height: 44px;
    }
    section#teeth-straightening-section-2 .container .single_comment .content_div p {
        margin: 0 auto;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        color: #02213e;
    }
    section#teeth-straightening-section-4 .container .title h2 {
        font-size: 38px;
    }
    section#teeth-straightening-section-4 .container .row_div {
        flex-direction: column;
    }
    section#teeth-straightening-section-4 .container .row_div .single_div {
        width: 100%;
    }
    section#teeth-straightening-section-4 .container .row_div .single_div h4 {
        margin: 10px auto;
        text-align: center;
    }
    section#teeth-straightening-section-4 .container {
        margin-bottom: 40px;
        margin-top: 40px;
    }
    section#teeth-straightening-section-3 .container .title h2 {
        font-size: 38px;
        text-align: center;
        margin: 0 auto 45px;
        line-height: 44px;
    }
    section#teeth-straightening-section-5 .container .title {
        padding: 30px 0 100px;
    }
    section#teeth-straightening-section-5 .container .title h2 {
        font-size: 34px;
        text-align: center;
        margin: 0 auto 45px;
        line-height: 44px;
    }
}