body, html {
    font-family: "Kumbh Sans", sans-serif;
}

.landing-hero .hero-content .ry-flex .ry-each .form-wrapper .form-control {
    font-family: 'Kumbh Sans';
}

div.section-headline h1 {
    font-size: 70px;
    line-height: 100%;
    color: #ffffff;
    font-weight: 400;
    font-family: "Kumbh Sans", sans-serif;
    margin-bottom: 40px;
}

.section-headline h1 .span-1 {
    margin-left: 65px;
}

.section-headline p {
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 10px;
     font-family: 'Kumbh Sans';
}

.landing-hero .hero-content .ry-flex .ry-each .form-wrapper div.section-headline h2 {
    font-size: 35px;
    color: #646b83;
    font-weight: normal;
    font-family: 'Kumbh Sans';
    margin-bottom: 20px !important;
}

div.ry-text p {
    font-size: 20px;
    line-height: 1.5;
    font-family: 'Kumbh Sans' !important;
    font-weight: 400;
    color: #000;
    margin: auto;
}


.landing-header .button-wrapper a .span-1 {
    font-size: 19px;
    color: #ffffff;
     font-family: 'Kumbh Sans';
}

.landing-header .ry-flex .ry-each.button-block .icon-wrap {
    margin-right: 5px;
}

.landing-header .ry-flex .ry-each.button-block .phone {
    margin-right: 3em;
}

div.ry-headline h2 {
    font-weight: 400 !important;
    font-family: 'Kumbh Sans', sans-serif;
    font-size: 40px !important;
    line-height: 1.2;
    color: #48586b;
    margin-bottom: 25px;
    text-align: initial;
}

@media (max-width: 1080px) {
    .landing-hero {
        flex-direction:column;
    }

	div.landing-header .button-wrapper .icon-button {
    width: 40px !important;
    height: 40px !important;
    background: #dcd3c6 !important;
}

div.landing-header .button-wrapper .icon-button i {
    color: #000 !important;
}

div.landing-header .button-wrapper .icon-button svg {
    fill: #000 !important;
}

    .landing-header .button-wrapper:not(.mobile-wrapper) {
        display: none;
    }

    .landing-header .button-wrapper .icon-button {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #000;
        border-radius: 50%;
    }

    .landing-header .button-wrapper .icon-button svg {
        width: 18px;
        fill: #fff;
    }

    .landing-header .button-wrapper .icon-button:not(:last-child) {
        margin-right: 10px;
    }

	.landing-header .button-wrapper .icon-button {
		width:40px;
		height:40px;
	}

    .landing-header .button-wrapper .icon-button img {
        width: 22px;
    }

    .landing-hero {
        margin: 0 !important;
        padding: 0;
    }

    .section-headline h1 .span-1 {
        margin-left: 0;
    }

    .section-headline h4 {
        text-align: center;
    }

    .landing-hero .hero-content .ry-flex .ry-each .text-wrapper .ry-text p {
        max-width: max-content !important;
    }
}

@media (min-width: 1081px) {
    .landing-header .button-wrapper.mobile-wrapper {
        display:none;
    }
}

.landing-hero {
    min-height: 100vh;
    display: flex;
}

.landing-hero .section-background, .landing-hero .section-background img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.landing-hero .hero-content {
    padding: 150px 0 120px;
    position: relative;
    z-index: 2;
}

div.landing-hero .hero-content .ry-flex {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    top: 5em;
}

.landing-hero .hero-content .ry-flex .ry-each:nth-child(1) {
    max-width: 1020px;
    width: 70%;
    padding-right: 7vw;
}

.landing-hero .hero-content .ry-flex .ry-each:nth-child(2) {
    max-width: 480px;
    min-width: 480px;
}

.landing-hero .hero-content .ry-flex .ry-each .form-wrapper {
    padding: 30px 55px;
    background: #fff;
    border: 1px solid #cdc8ca;
}

.landing-hero .hero-content .ry-flex .ry-each .form-wrapper .ry-text p {
    margin: 15px 0 30px;
    color: #111e27;
}

.landing-hero .hero-content .ry-flex .ry-each .form-wrapper .ry-btn {
    margin-left: auto;
    margin-right: auto;
}

div.landing-hero .hero-content .ry-each:nth-child(1) .ry-text p {
    margin: 20px 0 30px;
    color: #fff;
    max-width: 797px;
    font-size: 20px !important;
    color: #ffffff;
    line-height: 1.5 !important;
    font-family: 'Kumbh Sans' !important;
}

.landing-hero .hero-content .ry-each:nth-child(1) .section-headline p {
    margin-top: 5px;
    color: #fff;
}

.landing-hero .hero-content .field-wrapper {
    margin-bottom: 20px;
}

.landing-hero .section-background:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, #0d0d0d00, #000000b8);
    width: 100%;
    height: 60%;
    z-index: 1;
}

div.landing-welcome .ry-container .ry-content .ry-each:nth-child(2) {
    width: 50%;
    padding-left: 0;
}

.landing-hero .hero-content .section-headline h4 {
    font-size: 26px;
    text-transform: uppercase;
    color: #fff;
    font-weight: normal;
    font-family: 'Kumbh Sans' !important;
    line-height: 1.4;
}

.module-appointment .ry-flex .ry-each .form-block .form-control::-webkit-input-placeholder {
    color: #000 !important;
}


.landing-welcome .ry-container .ry-content .ry-each:nth-child(2) {
    width: 50%;
    padding-left: 0vw;
}


@media (min-width:1082px) and (max-width:1660px) {
    div.section-headline h1 {
		font-size: 50px !important;
	}

	.landing-hero .hero-content .ry-flex .ry-each .form-wrapper textarea.form-control {
		height: 120px !important;
	}

	div.landing-hero .hero-content .ry-flex .ry-each .form-wrapper div.section-headline h2 {
		margin-top: 0 !important;
		font-size: 28px !important;
	}

	.landing-hero .hero-content .section-headline h4 {
		font-size: 23px !important;
	}

	div#with-image-content1 div.ry-headline h2 {
			font-size: 33px !important;
    }
}


@media (min-width:199px) and (max-width:1580px) {
    .landing-welcome .ry-container {
		width: 80% !important;
	}
}



@media (max-width: 1080px) {
    div.landing-hero .hero-content {
        padding: 3em 0 !important;
        background: #2e2e2e;
        min-height: auto !important;
    }

    .landing-hero .hero-content .ry-flex {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .landing-hero .hero-content .ry-flex .ry-each:nth-child(1) {
        width: 100%;
        padding-right: 0;
        padding-bottom: 30px;
    }

    .landing-hero .hero-content .ry-flex .ry-each .section-headline h1, .landing-hero .hero-content .ry-flex .ry-each .section-headline p, .landing-hero .hero-content .ry-flex .ry-each .ry-text p {
        text-align: center;
    }

    div.landing-hero .hero-content .ry-flex .ry-each:nth-child(2) {
        max-width: 100%;
        min-width: unset;
        width: 100%;
    }

    .landing-hero .section-background img {
        object-position: 0%;
    }

    .landing-hero .section-background {
        position: relative;
        padding-bottom: 75%;
    }

    .landing-hero .section-background:before {
        opacity: 0;
    }

       .landing-hero .hero-content .ry-flex .ry-each .section-headline h1 {
    font-size: 30px !important;
    line-height: 1.3;
}

div.landing-hero .hero-content .section-headline h4 {
    font-size: 20px;
    line-height: 1.5;
}

    div.landing-header .ry-flex .ry-each:not(.button-block) {
    max-width: 150px;
}

div.landing-hero .section-background {
    padding-bottom: 0;
}

div.landing-hero .section-background img {
    object-position: 30%;
    position: static;
    height: 500px;
}

div.landing-hero .hero-content .ry-flex {
    top: 0 !important;
}

    .landing-hero .hero-content .ry-flex .ry-each .form-wrapper div.section-headline h2 {
    font-size: 30px;
}

div.landing-welcome {
    padding: 4em 0 26em !important;
}

body div.ry-headline h2 {
    text-align: center !important;
    font-size: 27px !important;
    line-height: 1.2;
}

.landing-welcome .ry-container .ry-content .ry-each:nth-child(1) {
    max-width: 100% !important;
}

div.sec1-verbiage {
    position: static !important;
    margin: 3em 0 0;
    padding: 2em;
}

div.sec1-verbiage ul li p {
    text-align: left !important;
}

.landing-welcome .ry-container .ry-content .ry-flex, div#with-image-content2, div#with-image-content5 {
    flex-direction: column !important;
}

.landing-welcome .ry-container .ry-content {
    gap: 5em 0 !important;
}

.landing-welcome .ry-container .ry-content .ry-flex img {
    max-width: 700px;
    margin: auto;
}

.ry-text ul li p {
    text-align: left !important;
}

div.module-appointment .ry-flex .ry-each .each-block .ry-text p {
    text-align: center !important;
}
}

@media (max-width: 620px) {
    .landing-hero .hero-content .ry-flex .ry-each:nth-child(2) {
        width:100%;
    }
}

@media (max-width: 480px) {
    .landing-hero .hero-content .ry-flex .ry-each .form-wrapper {
        padding:50px 30px;
    }
}

div.landing-welcome {
    padding: 180px 0 500px;
    background: #fbf7f4;
}

.landing-welcome .ry-container {
    display: flex;
    justify-content: center;
}

.landing-welcome .ry-container .ry-content {
    max-width: 1400px;
    display: flex;
    flex-direction: column;
    gap: 10em 0;
}

.landing-welcome .ry-container .ry-content .ry-each {
    width: 50%;
}

.landing-welcome .ry-container .ry-content .ry-each:nth-child(1) {
    max-width: 51%;
    width: 100%;
}

.landing-welcome .ry-container .ry-content .ry-each:nth-child(2) {
    width: 49%;
    padding-left: 5vw;
}

.landing-welcome .ry-container .ry-content .ry-each .section-headline h2 {
    margin-bottom: 15px;
}

.landing-welcome .ry-container .ry-content .ry-each .section-headline p {
    margin-bottom: 30px;
}

.landing-welcome .ry-container .ry-content .ry-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1080px) {
    .landing-header .ry-flex .ry-each.button-block .phone, .landing-header .ry-flex .ry-each.button-block .appointment {
        display:none;
    }

    .landing-header .button-wrapper .icon-button img {
        width: 22px;
    }

    .ry-headline h2 {
        text-align: center;
    }

    .ry-btn-wrap a {
        margin: 0 auto;
    }

    .landing-welcome {
        padding: 60px 0;
    }

    .landing-welcome .ry-flex {
        flex-direction: column;
    }

    .landing-welcome .ry-container .ry-content .ry-each:nth-child(1) {
        max-width: 80%;
    }

    .landing-welcome .ry-container .ry-content .ry-each:nth-child(2) {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }

    .landing-welcome .ry-container .ry-content .ry-each .section-headline h2, .landing-welcome .ry-container .ry-content .ry-each .section-headline p {
        text-align: center;
    }

    .landing-welcome .ry-container .ry-content .ry-each .ry-text p {
        text-align: center;
    }

    .landing-welcome .ry-container .ry-content .ry-each .section-headline p {
        margin-bottom: 20px;
    }
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding: 0;
}

div.landing-header {
    padding: 20px 0;
}

.landing-header .button-wrapper .ry-btn {
    text-transform: initial;
    font-size: 18px;
    font-family: 'Kumbh Sans';
    margin: 0 !important;
    color: #000;
    border-radius: 0;

}

.ry-btn.ry-btn-primary {
    background: #dcd3c6 !important;
    color: #000 !important;
    text-transform: initial;
    border: none;
    border-radius: 0 !important;
	    font-family: 'Kumbh Sans' !important;
}

div.landing-header .ry-flex .ry-each.button-block .phone {
    margin-right: 0 !important;
}

.landing-header .ry-flex .ry-each.button-block {
    gap: 0 10px;
}

.landing-header .ry-flex .ry-each.button-block .phone a#header-phone, a#header-sms {
    font-weight: 600 !important;
}

a#header-sms:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chat-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2.5a1 1 0 0 1 .8.4l1.9 2.533a1 1 0 0 0 1.6 0l1.9-2.533a1 1 0 0 1 .8-.4H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z'/%3E%3C/svg%3E");
    width: 15px;
    height: 15px;
    content: '';
    margin-right: 8px;
}

a#header-phone {
    background: #d0d2d1 !important;
}

.landing-header .ry-flex .ry-each.button-block .phone a#header-phone:before {
    content: '\f095';
    font-family: 'FontAwesome';
    margin-right: 6px;
    font-size: 15px;
    position: relative;
    top: 1px;
}

.form-control::-webkit-input-placeholder {
    color: #000;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Kumbh Sans';
}

div.sec1-verbiage h3 {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.5;
}

div.sec1-verbiage {
    background: #fff;
    padding: 20px 40px;
    position: relative;
    left: -15em;
    top: 2em;
    border: 1px solid rgb(102 102 102 / 11%);
}

div#with-image-content2, div#with-image-content5 {
    flex-direction: row-reverse;
}

.landing-welcome .ry-container .ry-content .ry-flex .ry-each {
    width: 50%;
    padding: 0;
    max-width: 100%;
}

.landing-welcome .ry-container .ry-content .ry-flex {
    gap: 0 5%;
}

div#with-image-content3 {
    flex-direction: column;
    gap: 5% 0;
}

.div#with-image-content3 .ry-each {
    width: 100% !important;
}

div#with-image-content3 .ry-each {
    width: 100%;
    max-width: 100%;
}

div#with-image-content3 .photo {
    margin: 2em 0 3em;
}

.footer-list {
    display: none;
}

div.footer-top {
    padding-top: 100px;
    background: #636b83;
}

div.footer-bottom {
    padding: 30px 0;
    border-top: 1px solid #535a70;
    background: #5b6176;
}

div#with-image-content1 div.ry-headline h2 {
    margin-bottom: 0;
}

div.footer-top .ry-flex .each-left .button-wrapper .ry-btn {
    width: 100%;
    height: 60px;
    font-size: 18px !important;
    min-width: 220px;
    border-radius: 0 !important;
}

.footer-top .ry-flex .each-left .button-wrapper .ry-btn .text-block {
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
}