body {
    height: 100%;
}

a {
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.generic-button {
    display: block;
    width: 215px;
    height: 44px;
    text-align: center;
    font-family: Lekton, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 12px;
    line-height: 44px;
    margin: 0 auto;
    text-decoration: none!important;
}

.generic-button.blue {
    background-color: #1f90f4;
    color: white;
}

.generic-button.blue:hover {
    background-color: #f04c4c
}

.generic-button.blue span:after {
    content: "";
    display: block;
    width: 215px;
    height: 2px;
    position: absolute;
    background-color: #f9f5f2;
    margin-top: -4px;
}

.generic-button.red {
    background-color: #f04c4c;
    color: white;
}

.generic-button.red:hover {
    background-color: #FFFFFF;
    color: #1b304d;
}

section.intro {
    background-color: #F7F7F7;
    padding: 100px 0;
}

section.intro h2 {
    font-family: Poppins, sans-serif;
    font-size: 26px;
    font-weight: 500;
    color: #1b304d;
    text-align: center;
    margin: 0 auto;
}

section.product {
    background-color: #f9f2ee;
    padding: 130px 0 0;
}

section.product h1 {
    font-family: poppins, sans-serif;
    color: #f04c4c;
    text-align: center;
    max-width: 400px;
    margin: 0 auto 40px;
}

section.product p {
    font-family: Muli, sans-serif;
    font-weight: 500;
    color: #1b304d;
    font-size: 14px;
    max-width: 475px;
    margin: 0 auto 30px;
    line-height: 30px;
    text-align: center;
}

section.product img.mobile {
    margin-bottom: 30px;
    height: 300px;
    object-fit: cover;
}

section.benefits {
    background-color: #F7F7F7;
    padding: 120px 0;
}

section.benefits h2 {
    font-family: Poppins, sans-serif;
    font-size: 26px;
    font-weight: 500;
    color: #1b304d;
    text-align: center;
    max-width: 450px;
    margin: 0 auto;
}

section.benefits ul {
    padding: 70px 0 60px;
}

section.benefits ul li {
    display: flex;
    margin: 0px!important;
    padding: 0px!important;
    text-align: center;
}

section.benefits ul li .content {
    flex: 1;
    padding: 50px 30px;
    background: #fbfbfb;
    margin: 0 3px 6px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

section.benefits ul li .content:hover {
    background-color: white;
    -webkit-box-shadow: 0px 0px 15px 7px rgba(161, 161, 161, 0.1);
    -moz-box-shadow: 0px 0px 15px 7px rgba(161, 161, 161, 0.1);
    box-shadow: 0px 0px 15px 7px rgba(161, 161, 161, 0.1);
}

section.benefits .container-img {
    padding: 30px;
    margin-bottom: 20px;
}

section.benefits .title {
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #f04c4c;
    text-align: center;
    margin: 0 0 20px 0;
    line-height: 25px;
}

section.benefits .description {
    font-family: Muli, sans-serif;
    font-weight: 500;
    color: #1b304d;
    font-size: 14px;
    text-align: center;
}

section.packages {
    background-color: #f9f2ee;
    padding: 90px 0;
}

section.packages h3 {
    font-family: Oswald, sans-serif;
    font-size: 60px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 40px 0;
    color: #1b304d;
    display: block;
    width: 100%;
}

section.packages .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-left: 4px solid #f9f2ee;
}

section.packages .content.bordered {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    border-left: 4px solid #f9f2ee;
    border-right: none;
}

section.packages .content.bordered-top {
    border-top: 1px solid #ececec;
    border-bottom: none;
    border-left: 4px solid #f9f2ee;
    border-right: none;
}

section.packages .content:hover {
    background-color: white;
    border-left: 4px solid #ffb18b;
}

section.packages .content .number {
    font-family: poppins;
    font-weight: 400;
    color: #f04c4c;
    font-size: 22px;
    padding-right: 80px;
    display: block;
    width: 50px;
}

section.packages .content h2 {
    font-family: poppins, sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #1b304d;
    width: 100%;
    max-width: 250px;
    margin: 0 50px 0 0;
}

section.packages .content ul {
    width: 100%;
    list-style-type: disc;
}

section.packages .content ul li {
    font-family: Muli, sans-serif;
    font-weight: 500;
    color: #1b304d;
    font-size: 14px;
    line-height: 26px;
}

section.packages .content .price {
    font-family: poppins;
    font-weight: 400;
    color: #f04c4c;
    font-size: 22px;
}

section.testimonials {
    padding: 100px 0;
}

section.testimonials h4 {
    text-align: center;
    font-family: poppins;
    font-weight: 400;
    color: #f04c4c;
    font-size: 22px;
    margin-bottom: 30px;
}

section.testimonials .item p {
    font-family: poppins, sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #1b304d;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 20px;
    text-align: center;
    line-height: 28px;
}

section.testimonials .item .client-name {
    font-family: Muli, sans-serif;
    font-weight: 500;
    color: #1b304d;
    font-size: 14px;
    text-align: center;
    margin: 30px auto 0;
    display: block;
}

.slick-slide img {
    display: unset!important;
}

.slick-prev, .slick-next {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    display: none!important;
    width: 94px;
    height: 20px;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
}

.slick-prev:active, .slick-prev:active, .slick-prev:focus, .slick-next:active, .slick-next:active, .slick-next:focus {
    outline: 0;
    border: none;
    -moz-outline-style: none;
}

.slick-next {
    right: 0;
}

.slick-next:before {
    content: url(../img/testimonials-arrow-right.png);
}

.slick-prev {
    left: 0;
}

.slick-prev:before {
    content: url(../img/testimonials-arrow-left.png);
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -60px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #f04c4c;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #f04c4c;
}

section.partners {
    padding: 120px 0;
}

section.partners h2 {
    font-family: Poppins, sans-serif;
    font-size: 26px;
    font-weight: 500;
    color: #1b304d;
    text-align: center;
    margin: 0 auto 70px;
}

section.partners p {
    text-align: center;
    margin-bottom: 0px;
}

section.partners .slick-list {
    max-width: 700px;
    margin: 0 auto 30px;
}

section.form {
    padding: 100px 0;
    background: rgb(240, 76, 76);
    background: -webkit-gradient(linear, left top, right top, from(rgba(240, 76, 76, 1)), color-stop(50%, rgba(240, 76, 76, 1)), color-stop(50%, rgba(255, 177, 139, 1)));
    background: -webkit-linear-gradient(left, rgba(240, 76, 76, 1) 0%, rgba(240, 76, 76, 1) 50%, rgba(255, 177, 139, 1) 50%);
    background: -o-linear-gradient(left, rgba(240, 76, 76, 1) 0%, rgba(240, 76, 76, 1) 50%, rgba(255, 177, 139, 1) 50%);
    background: linear-gradient(90deg, rgba(240, 76, 76, 1) 0%, rgba(240, 76, 76, 1) 50%, rgba(255, 177, 139, 1) 50%);
}

section.form .left {
    padding-right: 100px;
}

section.form .left h3 {
    font-family: Oswald, sans-serif;
    font-size: 75px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 40px 0;
    color: #ffb18b;
    display: block;
    width: 100%;
}

section.form .left p {
    font-family: Muli, sans-serif;
    font-weight: 500;
    color: white;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 0px;
}

section.form .right {
    padding-left: 100px;
}

section.form .right h4 {
    text-align: center;
    font-family: poppins;
    font-weight: 400;
    color: white;
    font-size: 22px;
    margin-bottom: 30px;
    margin-top: 15px;
}

section.form input[type="text"], section.form textarea, section.form input[type="text"]::placeholder, section.form textarea::placeholder {
    border: none;
    padding: 10px 20px;
    margin-bottom: 7px;
    font-family: Muli, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    opacity: 1;
}

section.form input.generic-button {
    border-bottom: 2px solid #ffb18b!important;
    box-shadow: 0 2px 0 #f04c4c;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

section.form input.generic-button:hover {
    box-shadow: 0 2px 0 white;
}

::-webkit-input-placeholder {
    color: #1b304d;
    padding: 0!important;
}

::-moz-placeholder {
    color: #1b304d;
    opacity: 1;
    padding: 0!important;
}

:-ms-input-placeholder {
    color: #1b304d;
    padding: 0!important;
}

:-moz-placeholder {
    color: #1b304d;
    padding: 0!important;
}

section.form textarea {
    height: 200px;
    margin-bottom: 1px;
}

section.form form {
    max-width: 430px;
    margin: 50px auto 0;
}

section.form input[type="submit"] {
    padding: 0;
    border: none;
}

.hero-container {
    display: block;
    height: 100vh;
    background: url(../img/hero.jpg);
    background-size: cover;
    padding-bottom: 150px;
}

.hero-container a .text {
    width: 200px;
    height: 44px;
    display: block;
}

.hero-container a .text:hover {
    background: white;
}

.hero-container a .text:hover~.bottom-border {
    background: white;
}

.hero-container a .bottom-border {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #f04c4c;
    bottom: -4px;
    left: 0;
}

.hero-container .container, .hero-container .container .row {
    height: 100%;
}

.hero-container .catchphrase {
    font-family: Oswald, sans-serif;
    font-size: 75px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
    color: white;
    display: block;
    max-width: 506px;
    line-height: 95px;
}

.hero-container a {
    position: absolute;
    right: 0;
    bottom: 15px;
}

.navbar {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: transparent;
}

.navbar .container {
    width: 1140px;
}

.navbar a.navbar-brand {
    display: block;
    width: 80px;
    height: 34px;
    background: url(../img/logo-white.png);
    background-size: cover;
    margin-right: 100px;
}

.navbar.is-sticky a.navbar-brand {
    display: block;
    width: 80px;
    height: 34px;
    background: url(../img/logo-red.png);
    background-size: cover;
}

.navbar.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    background: white;
    transform: none;
}

.navbar .navbar-nav .nav-link {
    color: white;
    border: 2px solid transparent;
}

.navbar .navbar-nav .nav-link:hover {
    color: white;
    border-bottom: 2px solid white;
}

.navbar .navbar-nav .nav-link.active {
    color: white;
}

.navbar.is-sticky .navbar-nav .nav-link {
    color: #1b304d;
    border: 2px solid transparent;
}

.navbar.is-sticky .navbar-nav .nav-link:hover {
    color: #1b304d;
    border-bottom: 2px solid #1b304d;
}

.navbar.is-sticky .navbar-nav .nav-link.active {
    color: #1b304d;
}

nav .nav-link {
    font-family: Lekton, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-left: 15px!important;
    margin-right: 15px!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
}

footer {
    padding: 50px 0;
}

footer p {
    margin: 0;
    text-align: center;
    font-size: 13px;
    color: #bfbfbf;
}

footer p a {
    color: #f04c4c;
}

footer p a:hover {
    color: #f04c4c;
}

section.doctors {
    background-color: #F7F7F7;
    padding: 100px 0;
}

section.doctors .subtitle {
    font-family: Lekton, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 20px;
}

section.doctors p {
    font-family: Muli, sans-serif;
    font-weight: 500;
    color: #1b304d;
    font-size: 14px;
    max-width: 475px;
    margin: 0 auto 20px;
    line-height: 30px;
    text-align: center;
}

section.doctors .doc-1, section.doctors .doc-2, section.doctors .doc-3 {
    font-family: poppins, sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #f04c4c;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    line-height: 36px;
}

section.form .tel {
    font-family: Oswald, sans-serif;
    font-size: 55px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 40px 0;
    color: #ffffff;
    display: block;
    width: 100%;
}