.home .main-btn {
    color: #fff;
}

.contentarea .container {
    max-width: 100%;
    padding: 0;
}

.contentarea .top-blue {
    text-align: center;
    width: 100%;
    background: #1F7C84;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 24px 13px 24px;
}

.contentarea .top-blue h2 {
    color: #fff;
    padding: 0;
    margin: 0;
    font-family: Georgia;
    font-style: normal;
    font-weight: bold;
    font-size: 58px;
    line-height: 120%;
}

.no-webp .textured-bg {
    background-image: url('../images/apart-textured-bg.jpg');
}

.webp .textured-bg {
    background-image: url('../images/apart-textured-bg.webp');
}

.contentarea .textured-bg {
    padding-left: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 760px;
    display: flex;
    align-items: center;
    z-index: 1;
}

.contentarea .textured-bg .content {
    max-width: 754px;
    width: 100%;
    margin: 0 auto;
}

.hidden {
    display: none;
}

.no-webp .city-bg {
    background-image: url('../images/appart-photo.jpg');
}

.webp .city-bg {
    background-image: url('../images/appart-photo.webp');
}

.city-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 760px;
    z-index: 0;
}

.contentarea h1.page-title {
    font-family: 'Georgia';
    font-style: normal;
    font-weight: bold;
    font-size: 58px;
    line-height: 120%;
    color: #1F7C84;
    margin: 0;
    padding: 0;
    margin-bottom: 33px;
    text-transform: uppercase;
}

.contentarea .subheading {
    font-family: 'Georgia';
    font-style: normal;
    font-weight: normal;
    font-size: 45px;
    line-height: 124%;
    color: #000000;
    letter-spacing: normal;
    margin-bottom: 49px;
    animation: fadeIn 1s;
    text-transform: initial;
}

.contentarea p {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    color: #000000;
    animation: fadeIn 1s;
}

.contentarea .content p:last-of-type {
    max-width: 609px;
    width: 100%;
    height: 189px;
    margin-bottom: 67px;
}

.icon-content {
    position: absolute;
    right: -60%;
    max-width: 650px;
    width: 100%;
}

.icon-content .circle {
    width: 174px;
    height: 174px;
    background: #fff;
    border-radius: 50% 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 5;
}

.icon-area {
    display: flex;
    align-items: center;
    position: relative;
    margin: 30px 0;
    height: 174px;
    cursor: pointer;
}

.icon-area .title {
    background: #1F7C84;
    border-radius: 0 100px 100px 0;
    max-width: 500px;
    width: 100%;
    height: 80%;
    display: flex;
    justify-content: flex-end;
    padding-right: 75px;
    position: absolute;
    left: 130px;
    text-decoration: none;
}

.icon-area.peach .title {
    background: #EEA47F;
}

.icon-area.peach .title h3 {
    color: #1F7C84;
}

.icon-area.peach img {
    filter: invert(38%) sepia(84%) saturate(396%) hue-rotate(140deg) brightness(60%) contrast(80%); 
}

.icon-area:hover .title {
    background: #EEA47F;
}

.icon-area:hover .title h3 {
    color: #1F7C84;
}

.icon-area:hover img {
    filter: invert(38%) sepia(84%) saturate(396%) hue-rotate(140deg) brightness(60%) contrast(80%);
}

.title h3 {
    max-width: 351px;
    text-align: right;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    font-family: Georgia;
    font-style: normal;
    font-weight: normal;
    font-size: 45px;
    line-height: 124%;
}

.aff {
    background: #1F7C84;
}

.aff .container {
    max-width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap:  wrap;
}

.no-webp .smile .container{
    background-image: url('../images/beautiful-smile.png');
}

.webp .smile .container{
    background-image: url('../images/beautiful-smile.webp');
}

.smile .container {
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 10px 0;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.smile .photo-side {
    max-width: 461px;
    width: 100%;
    margin-right: 100px;
}

.smile .content-side {
    max-width: 624px;
    width: 100%;
}

.smile h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 58px;
    line-height: 120%;
    color: #1F7C84;
    position: relative;
    margin: 0 0 0 -10px;
    padding: 0 0 9px 0;
    max-width: 624px;
    width: 100%;
}

.smile h2:after {
    content: "";
    width: 574px;
    height: 1px;
    background: #000;
    margin-right: auto;
    position: absolute;
    bottom: 0;
    left: 0;
}

.smile p {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    color: #000000;
    margin: 0;
    padding: 31px 0 39px 0;
    max-width: 561px;
}

.smile {
    padding: 0;
    background: rgba(85, 135, 184, 0.1);
}

.services h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 58px;
    line-height: 120%;
    color: #1F7C84;
    position: relative;
    max-width: 484px;
    width: 100%;
    margin: 50px auto 69px auto;
}

.services h2:before {
    content: "";
    position: absolute;
    left: -305px;
    top: 50%;
    margin-top: -1.5px;
    width: 319px;
    height: 3px;
    background: #1F7C84;
}

.services h2:after {
    content: "";
    position: absolute;
    right: -305px;
    top: 50%;
    margin-top: -1.5px;
    width: 319px;
    height: 3px;
    background: #1F7C84;
}

.services-row {
    background: rgba(238, 164, 127, 0.25);
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    padding: 114px 0 62px 0;
    position: relative;
}

.services-row .large-tooth {
    content: "";
    position: absolute;
    left: 0;
    top: -110px;
    width: 622px;
    height: 841px;
    z-index: 0;
}

.services .container {
    max-width: 100%;
    width: 100%;
    padding: 0;
}

.service-box {
    max-width: 350px;
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-start;
    background: #fff;
    margin: 0 24px;
    padding: 83px 14px 60px 14px;
    border: 1px solid #000000;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    text-align: center;
    position: relative;
}

.service-box:first-of-type {
    margin-left: 0;
}

.service-box:last-of-type {
    margin-right: 0;
}


.service-box h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 23px;
    line-height: 138%;
    text-align: center;
    color: #000000;
    padding: 0 0 30px 0;
    margin: 0;
}

.service-box p {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    color: #000;
    padding: 0;
    margin: 0;
}

.service-box .main-btn {
    position: absolute;
    bottom: -35px;
    left: auto;
    right: auto;
}

.service-icon {
    background: #1F7C84;
    width: 124px;
    height: 124px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50% 50%;
    position: absolute;
    top: -60px;
    left: auto;
    right: auto;
}

.service-box:hover .service-icon {
    background: #EEA47F
}

.services-row .all-services {
    width: 100%;
    display: block;
    margin-top: 82px;
}

.no-webp .reviews {
    background-image: url('../images/patient-experience-bg.png');
}

.webp .reviews {
    background-image: url('../images/patient-experience-bg.webp');
}

.reviews {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 82px;
    padding: 74px 0 154px 0;
}

.reviews .container {
    max-width: 1700px;
    padding: 0;
}

.reviews img.photo {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    margin-right: 138px;
}

.reviews h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 58px;
    line-height: 120%;
    text-align: center;
    color: #1F7C84;
    padding: 0;
    margin: 0 0 54px 0;
}

.review-box {
    max-width: 834px;
    width: 100%;
    max-height: 573px;
    border: 4px solid #EEA47F;
    padding: 39px 39px 43px 40px;
    display: flex;
    position: relative;
    margin: 0;
}

.no-webp .review-box:before {
    background-image: url('../images/white-double-quote.png');
}

.webp .review-box:before {
    background-image: url('../images/white-double-quote.webp');
}

.review-box:before {
    content: "";
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 156px;
    width: 156px;
    position: absolute;
    top: -50px;
    left: -40px;;
}

.no-webp .review-box:after {
    background-image: url('../images/white-double-quote.png');
}

.webp .review-box:after {
    background-image: url('../images/white-double-quote.webp');
}

.review-box:after {
    content: "";
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 156px;
    width: 156px;
    position: absolute;
    bottom: -50px;
    right: -40px;
    transform: rotate(180deg);
}

.inner-box {
    background: #1F7C84;
    max-width: 755px;
    width: 100%;
    max-height: 491px;
    padding: 57px 62px 64px 78px;
}

.review-box p {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
    padding: 33px 0;
}

.review-box .patient-name {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
}

.review-box .arrow {
    display: none;
}

.number-crumb-container {
    position: absolute;
    bottom: -130px;
}

.number-crumb-container .option {
    opacity: 1;
    border-color: #EEA47F;
}

.number-crumb-container .option.selected {
    background: #EEA47F;
    border-color: transparent;
}

.no-webp .creating-smile {
    background-image: url('../images/create-smile.jpg');
}

.webp .creating-smile {
    background-image: url('../images/create-smile.webp');
}

.creating-smile {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 31px 0 101px 0;
    background-attachment: fixed;
}

.creating-smile h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 58px;
    line-height: 120%;
    color: #FFFFFF;
    margin: 0 0 58px 0;
}

@media (max-width: 1800px) {
    .icon-content {
        right: -47%;
        max-width: 500px;
    }

    .icon-area .title {
        max-width: 430px;
    }

    .contentarea .textured-bg {
        padding-left: 24px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        height: 760px;
        display: flex;
        align-items: center;
        z-index: 1;
    }

    .review-box:before {
        height: 106px;
        width: 106px;
        top: -20px;
        left: -30px;
    }

    .review-box:after {
        height: 106px;
        width: 106px;
        bottom: -20px;
        right: -30px;
    }
}

@media (max-width: 1750px) {

    .review-box {
        margin-left: -50px;
    }
    .icon-content .circle {
        width: 144px;
        height: 144px;
        padding: 30px;
    }

    .icon-area .title {
        height: 68%;
        left: 100px;
        padding-right: 40px;
        max-width: 350px;
    }

    .icon-content {
        max-width: 450px;
        right: -43%;
        bottom: 60px;
    }

    .icon-area .title h3 {
        font-size: 40px;
        max-width: 300px;
    }

    .icon-area {
        margin: 0;
    }

}

@media (max-width: 1700px) {
}

@media (max-width: 1600px) {
    .service-box {
        margin: 0 10px;
    }

    .services-row {
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .review-box {
        margin-left: 0;
    }

    .review-box:before {
        top: 0;
        left: 0;
    }

    .review-box:after {
        bottom: 0;
        right: 0;
    }
}

@media (max-width: 1500px) {

    .icon-content {
        right: -50%;
    }

    .service-box {
        margin: 60px 10px;
    }

    .services-row {
        padding: 0 80px;
    }

}

@media (max-width: 1450px) {

    .icon-content {
        right: -55%;
    }

    .contentarea .content p:last-of-type {
        max-width: 500px;
    }

}

@media (max-width: 1300px) {

    .icon-content {
        right: -80%;
    }

}

@media (max-width: 1200px) {

    .icon-content {
        right: -70%;
    }

}

@media (max-width: 1025px) {
    .icon-content .circle {
        width: 124px;
        height: 124px;
        padding: 25px;
    }

    .icon-area .title {
        height: 55%;
        max-width: 300px;
        padding-right: 30px;
    }

    .icon-content {
        max-width: 400px;
        right: -68%;
    }

    .icon-area .title h3 {
        font-size: 36px;
        max-width: 250px;
    }

    .no-webp .smile .container{
        background-image: none;
    }

    .webp .smile .container{
        background-image: none;
    }
}

@media (max-width: 991px) {
    .contentarea .textured-bg {
        height: auto;
        max-width: 100%;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        padding: 50px 24px;
    }

    .contentarea .textured-bg .content {
        max-width: 100%;
        text-align: center;
    }

    .contentarea h1.page-title {
        margin-bottom: 20px;
    }

    .contentarea .subheading {
        margin-bottom: 25px;
    }

    .contentarea .content p:last-of-type {
        max-width: 100%;
        margin-bottom: 15px;
        height: auto;
    }

    .city-bg {
        height: auto;
        min-height: 400px;
        background-position: top -100px center;
    }

    .icon-content {
        position: relative;
        max-width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
    }

    .icon-area {
        max-width: 30%;
        height: auto;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        margin: 10px;
    }

    .icon-area .title {
        position: relative;
        left: 0;
        top: 0;
        max-width: 300px;
        width: 100%;
        border-radius: 100px;
        text-align: center;
        padding: 10px 20px;
        justify-content: center;
        height: auto;
    }

    .icon-content .circle {
        margin-bottom: 15px;
    }

    .icon-area .title h3 {
        max-width: 100%;
        width: 100%;
        text-align: center;
        margin: 0;
        font-size: 28px;
    }

    .smile .photo-side {
        margin: 0 auto;
        max-width: 100%;
        text-align: center;
    }

    .smile .content-side {
        max-width: 100%;
        text-align: center;
    }

    .smile h2 {
        max-width: 80%;
        padding: 0 25px 9px 25px;
        margin: 0 auto;
    }

    .smile p {
        max-width: 80%;
        margin: 0 auto;
    }

    .smile h2:after {
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .smile .photo-side img {
        max-height: 400px;
    }

    .services-row .large-tooth {
        display: none;
    }

    .reviews img.photo {
        margin: 0 auto;
        text-align: center;
        max-height: 400px;
        display: flex;
    }

    .review-box {
        margin: 0 auto;
    }

    .reviews .container {
        padding: 0 24px;
    }

    .creating-smile {
        background-attachment: scroll;
    }
}

@media (max-width: 767px) {
    .icon-area {
        max-width: 45%;
        height: auto;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        margin: 10px;
    }

    .city-bg {
        background-position: center center;
    }

    .icon-content {
        display: none;
    }

    .contentarea .content.hidden {
        display: block;
    }

    .contentarea .content h1.page-title {
        display: none;
    }

    .contentarea .content:first-of-type h1.page-title {
        display: block;
    }

    .contentarea .subheading {
        margin-top: 30px;
    }

    .services-row .all-services {
        margin-top: 35px;
    }

    .review-box {
        max-height: 700px;
        height: auto;
    }

    .inner-box {
        max-height: 551px;
        height: auto;
    }

    .reviews {
        margin-top: 0;
    }
}

@media (max-width: 600px) {
    .contentarea .top-blue h2,
    .services h2,
    .reviews h2,
    .creating-smile h2 {
        font-size: 38px;
    }

    .icon-content {
        display: none;
    }

    .contentarea .content.hidden {
        display: block;
    }

    .contentarea .content h1.page-title {
        font-size: 38px;
    }

    .contentarea .subheading {
        font-size: 32px;
    }

    .contentarea .content p:last-of-type {
        font-size: 16px;
    }

    .smile h2 {
        font-size: 32px;
        max-width: 70%;
    }

    .smile p {
        font-size: 16px;
    }

    .smile h2:after {
        width: 80%;
    }

    .service-box p {
        font-size: 16px;
    }

    .services-row {
        padding: 0 24px;   
    }

    .review-box p,
    .review-box .patient-name {
        font-size: 20px;
        margin-bottom: 0;
    }

    .reviews img.photo {
        max-height: 300px;
    }

    .review-box {
        max-width: 100%;
        max-height: 1000px;
        padding: 39px 10px 43px 10px;
    }

    .inner-box {
        padding: 72px 24px 30px 24px;
        max-width: 100%;
        max-height: 1000px;
    }

    .creating-smile {
        padding: 30px 0;
    }
}

@media (max-width: 500px) {
    .service-box {
        max-width: 100%;
        margin: 60px 0;
    }

    .review-box p {
        padding: 15px 0;
    }

    .review-box:before,
    .review-box:after {
        display: none;
    }

    .review-box {
        padding: 10px;
    }
}