@charset "utf-8";

*,
html,
body {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    image-rendering: -webkit-optimize-contrast;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body,
p {
    font-size: 17px;
    line-height: 24px;
    font-family: "League Spartan", sans-serif;
    font-weight: 400;
}

h1 {
    font-size: 50px;
    line-height: 48px;
    font-family: "League Spartan", sans-serif;
    font-weight: 600;
}

h2 {
    font-size: 40px;
    line-height: 36px;
    font-weight: 600;
}

h3 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
}

h4 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
}

h5 {
    font-size: 18px;
    line-height: 17px;
    font-weight: 600;
}

img {
    display: block;
    width: 100%;
    height: 100%;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    right: 0;
    left: 0;
}

/* Logo */
.dso-header-logo {
    position: fixed;
    background-color: #fff;
    border-radius: 0 0 40px 0;
    width: 219px;
    padding: 13px 27px;
    -webkit-box-shadow: 0px 1px 15px -1px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 1px 15px -1px rgba(0, 0, 0, 0.45);
    z-index: 99999;
}

/* Main-Sec */
.main-sec {
    background: rgb(78, 195, 224);
    background: linear-gradient(38deg, rgba(78, 195, 224, 1) 0%, rgba(72, 200, 195, 1) 60%);
}

.main-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.main-img {
    max-width: 600px;
    margin-bottom: -15px;
}

.main-copy {
    max-width: 600px;
    padding-left: 50px;
}

.main-copy h1 {
    color: #fff;
}

.main-copy p {
    max-width: 470px;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.dso-btn a {
    background-color: #f90;
    padding: 14px 25px;
    text-decoration: none;
    color: #fff;
    line-height: 22px;
}

.dso-btn a:hover {
    background-color: #333;
    color: #f90;
}

.dso-btn {
    padding-top: 15px;
    font-weight: 500;
}

/* First-Sec */
.first-sec {
    padding-top: 120px;
    padding-bottom: 120px;
}

.first-sec h2 {
    text-align: center;
}

.orth-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: baseline;
    -webkit-align-items: baseline;
    padding-top: 40px;
}

.orth-img {
    max-width: 500px;
}

.orth-invisalign,
.orth-damon {
    max-width: 500px;
    margin-left: 25px;
    margin-right: 25px;
    border: 1px solid #dcdcdc;
}

.orth-copy h2 {
    text-align: left;
    color: #4bc4d4;
}

.orth-copy {
    padding: 24px 30px 20px 30px;
}

.orth-copy p {
    padding-top: 15px;
    padding-bottom: 15px;
}

.orth-btm-copy {
    background-color: #4dc2df;
    border-radius: 50px 0 0 0;
    padding: 35px 30px 40px 30px;
    color: #fff;
    -webkit-box-shadow: 0px 1px 15px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 15px -1px rgba(0, 0, 0, 0.2);
}

.orth-btm-copy.add-padding {
    padding: 35px 30px 65px 30px;
}

.orth-btm-copy p {
    padding-top: 15px;
    padding-bottom: 15px;
}

.orth-largetxt {
    padding-top: 15px;
    font-size: 18px;
}

.txt-color-orange {
    color: #ff9900;
    font-weight: 600;
}

.txt-upsize {
    font-weight: 600;
}

.underline-orange {
    border-bottom: 1px solid #ff9900;
}

ul li {
    margin-left: 15px;
    padding-bottom: 8px;
}

.orth-damon .orth-copy {
    padding-bottom: 100px;
}

/* Second-Sec */
.second-sec {
    padding-bottom: 120px;
    position: relative;
}

.second-sec h2 {
    text-align: center;
}

.second-wrapper .swiper-button-next.bdf-next,
.second-wrapper .swiper-button-prev.bdf-prev {
    position: relative;
}

.second-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: flex-end;
    -webkit-align-items: flex-end;
}

.bdf-next,
.bdf-prev {
    right: auto;
    left: 0;
    bottom: 17px;
    top: auto;
    bottom: 0;
    border-radius: 50%;
    padding: 2px 11px;
    z-index: 999;
}

.bdf-prev {
    background-color: #3b3d43;
    margin-right: 30px;
}

.bdf-next {
    background-color: #ff9900;
    animation: secondpulse 2s infinite;
    -webkit-animation: secondpulse 2s infinite;
    margin-left: 30px;
}

.bdf-next:hover,
.bdf-prev:hover {
    background-color: #333;
    color: #f90;
    transition: all 0.25s ease;
}

@keyframes secondpulse {
    0% {
        box-shadow: 0 0 0 0px rgba(255, 153, 0, 0.3);
        -webkit-box-shadow: 0 0 0 0px rgba(255, 153, 0, 0.3);
        -moz-box-shadow: 0 0 0 0px rgba(255, 153, 0, 0.3);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(255, 153, 0, 0);
        -webkit-box-shadow: 0 0 0 20px rgba(255, 153, 0, 0);
        -moz-box-shadow: 0 0 0 20px rgba(255, 153, 0, 0);
    }
}

.bdf-next img,
.bdf-prev img {
    width: 30px;
    padding-left: 4px;
}

.bdf-prev img {
    transform: rotate(180deg);
}

.bdf-next::after,
.bdf-prev::after {
    content: "";
}

.bfd-wrapper {
    padding-top: 40px;
}

.bfd-wrapper h4 {
    text-align: center;
    padding-top: 18px;
}

.bdf-carousel .swiper-slide img {
    border-radius: 30px !important;
}

/* Third-Sec */
.third-sec {
    background: rgb(78, 195, 224);
    background: linear-gradient(38deg, rgba(78, 195, 224, 1) 0%, rgba(72, 200, 195, 1) 60%);
    color: #fff;
}

.sf-carousel-left,
.sf-carousel-left .swiper-slide img {
    max-width: 600px;
}

.sf-carousel-left {
    margin-bottom: -15px;
}

.sf-carousel-right {
    max-width: 500px;
    padding-bottom: 75px;
}

.sf-carousel-right .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-top: 20px;
}

.sf-carousel-right .swiper-slide p {
    padding-right: 50px;
    padding-top: 15px;
}

.steps-feature-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
}

.sf-next-right {
    right: auto;
    bottom: 17px;
    top: auto;
    bottom: 0;
    border-radius: 50%;
    padding: 2px 11px;
    z-index: 999;
    left: 70px;
}

.sf-next-right {
    background-color: #ff9900;
    animation: secondpulse 2s infinite;
    -webkit-animation: secondpulse 2s infinite;
}

.sf-next-right:hover {
    background-color: #333;
    color: #f90;
    transition: all 0.25s ease;
}

.sf-next-right {
    width: 30px;
    padding-left: 15px;
    height: 50px;
}

.sf-next-right::after {
    content: "";
}

.sf-prev-left {
    right: auto;
    left: 0;
    bottom: 17px;
    top: auto;
    bottom: 0;
    border-radius: 50%;
    padding: 2px 11px;
    z-index: 999;
    background-color: #333;
}

.sf-prev-left img {
    transform: rotate(180deg);
}

.sf-prev-left:hover {
    background-color: #333;
    color: #f90;
    transition: all 0.25s ease;
}

.sf-prev-left {
    width: 30px;
    padding-right: 15px;
    height: 50px;
}

.sf-prev-left::after {
    content: "";
}

/* Fourth-Sec */
.fourth-sec {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #fafafa;
}

.fourth-sec h2 {
    text-align: center;
}

.mods-img {
    max-width: 260px;
    border: 1px solid #dcdcdc;
}

.mods-firstpanel,
.mods-secondpanel {
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
    align-items: baseline;
    -webkit-align-items: baseline;
    justify-content: center;
    -webkit-justify-content: center;
}

.mods-label-1 {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    background: #4cc3db;
    min-height: 337px;
    border-radius: 0 0 0 30px;
    padding: 18px;
    margin-right: 17px;
    color: #fff;
}

.mods-label-2 {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    background: #4ac5ce;
    min-height: 337px;
    border-radius: 0 0 0 30px;
    padding: 18px;
    margin-right: 17px;
    color: #fff;
}

.mods-profile {
    max-width: 260px;
    padding-right: 10px;
    padding-left: 10px;
}

.mods-profile h4 {
    padding-top: 15px;
}

.mods-profile h5 {
    padding-top: 8px;
    font-weight: 400;
}

/* Fifth-Sec */
.fifth-sec {
    padding-top: 100px;
    padding-bottom: 100px;
}

.fifth-sec h2 {
    text-align: center;
}

.tesm-wrapper {
    padding-top: 40px;
}

.tesm-copy {
    border: 1px solid #dcdcdc;
    padding: 45px;
    border-radius: 0 0 40px 0;
    min-height: 135px;
}

.tesm-copy p {
    font-size: 18px;
    line-height: 24px;
}

.tesm-client {
    font-size: 18px;
    line-height: 24px;
    display: block;
    text-align: right;
    padding-top: 15px;
}

.tesm-copy:before {
    content: "";
    background: url("../img/dso_invertedcomma.png");
    position: absolute;
    display: block;
    width: 30px;
    height: 25px;
    background-repeat: repeat;
    background-size: cover;
    left: 13px;
    top: 29px;
}

.tesm-carousel .swiper-slide-active .tesm-copy {
    border: 1px solid #ff9900;
}

.tesm-pagination {
    text-align: center;
    padding-top: 40px;
}

.tesm-carousel .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px) !important;
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
}

/* Footer */

.footer {
    background: #037f8f;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}

.footer-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.right-side-footer {
    max-width: 60%;
}

.left-side-footer {
    max-width: 30%;
}

.klb-panel {
    padding-top: 50px;
}

.klb-panel-1 {
    padding-top: 20px;
}

.klb-panel-1 p,
.klb-panel p {
    padding-bottom: 12px;
}

.klb-panel-1 h5,
.klb-panel h5 {
    padding-bottom: 8px;
}

.right-side-footer h2 {
    padding-bottom: 20px;
}

/* Copyright */
.copyright-sec {
    background: #1e1f20;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 15px;
}

/* floats */
.call-btn {
    width: 28px;
    position: fixed;
    z-index: 9999;
    height: 28px;
    bottom: 0;
    border-radius: 12px 0px 0px 12px;
    background: #ff9900;
    padding: 15px;
    right: 0;
    bottom: 199px;
    animation: secondpulse 2s infinite;
    -webkit-animation: secondpulse 2s infinite;
}

.call-btn a {
    display: block;
}

.call-btn img {
    max-width: 80px;
}

.call-btn:hover {
    background-color: #333;
    color: #f90;
    transition: all 0.25s ease;
}

.whatsapp-btn a {
    display: block;
}

.whatsapp-btn {
    width: 28px;
    position: fixed;
    z-index: 9999;
    height: 28px;
    bottom: 0;
    border-radius: 12px 0px 0px 12px;
    background: #26d367;
    padding: 15px;
    right: 0;
    bottom: 76px;
    animation: secondpulse-twin 2s infinite;
    -webkit-animation: secondpulse-twin 2s infinite;
}

@keyframes secondpulse-twin {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 255, 81, 0.376);
        -webkit-box-shadow: 0 0 0 0px rgba(0, 255, 81, 0.376);
        -moz-box-shadow: 0 0 0 0px rgba(0, 255, 81, 0.376);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(255, 153, 0, 0);
        -webkit-box-shadow: 0 0 0 20px rgba(255, 153, 0, 0);
        -moz-box-shadow: 0 0 0 20px rgba(255, 153, 0, 0);
    }
}

.whatsapp-btn img {
    max-width: 80px;
}

.call-btn-2 {
    width: 28px;
    position: fixed;
    z-index: 9999;
    height: 28px;
    bottom: 0;
    border-radius: 12px 0px 0px 12px;
    background: #ff9900;
    padding: 15px;
    right: 0;
    bottom: 137px;
}

.call-btn-2 a {
    display: block;
}

.call-btn-2 img {
    max-width: 80px;
}

.call-btn-2:hover {
    background-color: #333;
    color: #f90;
    transition: all 0.25s ease;
}

.whatsapp-btn-2 a {
    display: block;
}

.whatsapp-btn-2 {
    width: 28px;
    position: fixed;
    z-index: 9999;
    height: 28px;
    bottom: 0;
    border-radius: 12px 0px 0px 12px;
    background: #26d367;
    padding: 15px;
    right: 0;
    bottom: 15px;
}

.whatsapp-btn-2 img {
    max-width: 80px;
}

/* Enquiry Form */
.enquirey-form {
    background: #fafafa;
}

.formarea {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

.field-group {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
}

#contact-form {
    padding-top: 30px;
}

.field input {
    padding: 8px;
    width: 100%;
    font-size: 17px;
}

.field {
    width: 400px;
    margin-right: 20px;
    margin-left: 20px;
}

.field-group {
    margin-top: 25px;
    flex-wrap: wrap;
}

.field.textbox {
    width: 841px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

label[for="branch"] {
    position: relative;
    display: block;
    width: 400px;
    overflow: hidden;
    cursor: pointer;
}

label[for="branch"]::after {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    display: block;
    background: #4dc4db;
    background-image: url("../img/chevron_arrow.png");
    pointer-events: none;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    background-position: center;
}

label[for="branch"] select {
    border: 1px solid #8f8f9d;
    background: white;
    padding: 10px 20px 9px 4px;
    width: 100%;
    font-size: 16px;
    font-family: monospace;
    cursor: pointer;
}

label[for="branch"] select::-ms-expand {
    display: none;
}

label[for="branch"] :-moz-any(select) {
    width: 100%;
}

label[for="branch"].ie9 select {
    width: 100%;
}

label[for="branch"] select:focus {
    outline: 1px dotted #a9a9a9;
}

.field textarea {
    width: 100%;
    font-size: 17px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 10px;
    resize: none;
    padding-bottom: 20px;
}

.btn-submit {
    background-color: #f90;
    padding: 11px 24px;
    text-decoration: none;
    color: #fff;
    line-height: 22px;
    font-family: "League Spartan", sans-serif;
    font-weight: 500;
    border: 0;
    font-size: 17px;
}

.btn-holder {
    padding-top: 25px;
}

.btn-submit:hover {
    background-color: #333;
    color: #f90;
}

.typage-wrapper {
    padding-top: 140px;
    padding-bottom: 140px;
    text-align: center;
}

.typage-wrapper .dso-btn {
    padding-top: 15px;
}

.typage-counter {
    margin-top: 30px;
}

.loading-success {
    width: 100px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.submit-wrapper {
   position: relative;
}

/* responsive */
@media (max-width: 1280px) {
    .container {
        padding-left: 40px;
        padding-right: 40px;
    }

    .main-copy {
        padding-left: 0;
    }
}

@media (max-width: 1190px) {
    .main-img {
        max-width: 498px;
        padding-left: 10px;
    }

    .main-copy p {
        max-width: 390px;
        padding-right: 10px;
    }

    .main-copy {
        padding-top: 44px;
    }

    .main-wrapper {
        justify-content: center;
        -webkit-justify-content: center;
    }

    .orth-invisalign,
    .orth-damon {
        max-width: 403px;
    }

    .orth-damon .orth-copy {
        padding-bottom: 50px;
    }

    .orth-btm-copy.add-padding {
        padding: 35px 30px 44px 30px;
    }

    .steps-feature-wrap {
        justify-content: center;
        -webkit-justify-content: center;
    }

    .sf-carousel-left,
    .sf-carousel-left .swiper-slide img {
        max-width: 498px;
    }

    .sf-carousel-right {
        max-width: 390px;
    }
}

@media (max-width: 991px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .dso-header-logo {
        width: 192px;
        padding: 11px 24px;
    }

    h1 {
        font-size: 44px;
        line-height: 44px;
    }

    h2 {
        font-size: 36px;
        line-height: 33px;
    }

    .orth-invisalign,
    .orth-damon {
        max-width: 326px;
    }

    .orth-copy {
        padding: 24px 20px 20px 20px;
    }

    .orth-btm-copy {
        padding: 35px 20px 66px 20px;
    }

    .orth-damon .orth-copy {
        padding-bottom: 54px;
    }

    .orth-invisalign,
    .orth-damon {
        margin-left: 13px;
        margin-right: 13px;
    }

    .main-img {
        max-width: 404px;
        margin-right: -75px;
    }

    .main-copy {
        max-width: 369px;
        padding-top: 60px;
    }

    .first-sec {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .second-sec {
        padding-bottom: 90px;
    }

    .fourth-sec {
        padding-top: 100px;
        padding-bottom: 90px;
    }

    .fifth-sec {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .mods-profile {
        max-width: 195px;
    }

    .mods-label-1,
    .mods-label-2 {
        min-height: 264px;
        margin-right: 7px;
    }

    .right-side-footer {
        max-width: 55%;
    }

    .left-side-footer {
        max-width: 40%;
    }

    .sf-carousel-left,
    .sf-carousel-left .swiper-slide img {
        max-width: 414px;
        margin-right: -75px;
    }

    .sf-carousel-right {
        max-width: 369px;
        padding-top: 0;
        padding-bottom: 65px;
    }

    .footer {
        padding-top: 70px;
        padding-bottom: 100px;
    }
}

@media (max-width: 939px) {
    .field-group .field {
        margin-top: 25px;
        width: 100%;
        margin-left: 0;
    }

    .field-group {
        margin-top: 0;
    }

    .field textarea {
        padding-bottom: 90px;
    }

    label[for="branch"] {
        width: 100%;
    }

    .formarea {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .main-img {
        max-width: 404px;
        margin-right: 0;
    }

    .main-sec {
        background: rgb(78, 195, 224);
        background: linear-gradient(38deg, rgba(78, 195, 224, 1) 0%, rgba(72, 200, 195, 1) 90%);
    }

    .main-copy {
        padding-left: 0;
        padding-top: 110px;
        padding-bottom: 60px;
    }

    .orth-wrapper {
        padding-top: 20px;
    }

    .orth-invisalign,
    .orth-damon {
        margin-left: 0;
        margin-right: 0;
    }

    .orth-damon {
        margin-top: 40px;
    }

    .orth-invisalign,
    .orth-damon {
        max-width: 400px;
    }

    .sf-carousel-left,
    .sf-carousel-left .swiper-slide img {
        max-width: 400px;
        margin-right: 0;
        margin-left: 0;
    }

    .sf-carousel-left {
        padding-top: 40px;
    }

    .sf-carousel-right .swiper-slide p {
        padding-right: 0;
    }

    .steps-feature-wrap {
        padding-top: 60px;
    }

    .mods-firstpanel {
        padding-top: 30px;
    }

    .mods-firstpanel,
    .mods-secondpanel {
        justify-content: center;
        -webkit-justify-content: center;
    }

    .mods-profile {
        padding-top: 35px;
        max-width: 250px;
    }

    .mods-label-1,
    .mods-label-2 {
        margin-right: 5px;
        margin-top: 36px;
        min-height: 324px;
    }

    .copyright-sec {
        padding-right: 20px;
        padding-left: 20px;
    }

    .cp-break {
        display: block;
    }

    .footer-wrapper {
        display: block;
    }

    .left-side-footer,
    .right-side-footer {
        max-width: 100%;
    }

    .right-side-footer {
        padding-top: 75px;
    }

    /* Floats*/
    .call-btn {
        bottom: 201px;
    }

    .whatsapp-btn {
        bottom: 79px;
    }

    .call-btn-2 {
        bottom: 140px;
    }

    .whatsapp-btn-2 {
        bottom: 18px;
    }

    .main-img {
        padding-left: 0;
    }
}

@media (max-width: 640px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    /* Main */

    .dso-header-logo {
        width: 188px;
        padding: 8px 18px;
    }

    /* First-sec */
    .first-sec {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .orth-damon .orth-copy {
        padding-bottom: 20px;
    }

    .orth-copy {
        padding: 24px 20px 20px 20px;
    }

    .orth-btm-copy {
        padding: 35px 20px 40px 20px;
    }

    /* Second-sec */

    .bdf-next {
        margin-left: 8px;
    }

    .bdf-prev {
        margin-right: 8px;
    }

    .second-wrapper {
        flex-wrap: nowrap;
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }

    .second-sec {
        padding-bottom: 60px;
    }

    /* Third-sec */

    /* Fourth-sec */
    .fourth-sec {
        padding-top: 90px;
        padding-bottom: 80px;
    }
    .mods-firstpanel,
    .mods-secondpanel {
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
    }

    .mods-profile:nth-child(2) {
        padding-top: 0;
    }

    .fifth-sec {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    /* Footer*/
    .footer {
        padding-top: 60px;
        padding-bottom: 100px;
    }
}

@media (max-width: 638px) {
    .mods-label-1,
    .mods-label-2 {
        margin-top: 0px;
    }
}

@media (max-width: 496px) {
    .second-wrapper {
        align-items: center;
        -webkit-align-items: center;
    }
}

@media (max-width: 390px) {
    .mods-profile {
        max-width: 235px;
    }

    .mods-label-1,
    .mods-label-2 {
        margin-right: 9px;
        min-height: 303px;
    }
}

@media (max-width: 360px) {
    .mods-profile {
        max-width: 195px;
    }

    .mods-label-1,
    .mods-label-2 {
        margin-right: 5px;
        min-height: 264px;
    }
}
