/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 100vh;
    background: #fff;
    background-size: cover;
}

#hero .container,
#hero .container-fluid {
    padding-top: 84px;
}

#hero h1 {
    margin: 0;
    font-size: 52px;
    font-weight: 700;
    line-height: 64px;
    color: #393939;
}

#hero h1 span {
    color: #007749;
}

#hero h2 {
    color: #393939;
    margin: 10px 0 0 0;
    font-size: 20px;
}

#hero .btn-get-started {
    font-family: "Public Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 980px;
    transition: 0.5s;
    margin-top: 30px;
    color: #007749;
    border: 2px solid #007749;
}

#hero .btn-get-started:hover {
    background: #007749;
    color: #fff;
}

@media (min-width: 1200px) {
    #hero {
        background-attachment: fixed;
    }
}

@media (max-width: 991px) {
    #hero {
        text-align: center;
    }

    #hero .container,
    #hero .container-fluid {
        padding-top: 68px;
    }

    #hero .animated {
        -webkit-animation: none;
        animation: none;
    }

    #hero .hero-img {
        text-align: center;
    }

    #hero .hero-img img {
        width: 50%;
    }
}

@media (max-width: 768px) {
    #hero h1 {
        font-size: 26px;
        line-height: 36px;
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
    }

    #hero .hero-img img {
        width: 60%;
    }
}

@media (max-width: 575px) {
    #hero .hero-img img {
        width: 80%;
    }
}

@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
    padding: 120px 0;
    background: #f5f5f7;
}

.about img {
    border-radius: 28px;
}

.about .content h3 {
    font-weight: 600;
    font-size: 24px;
    color: #1d1d1f;
}

.about .content p {
    font-weight: 400;
    font-size: 19px;
    color: rgba(0, 0, 0, 0.56);
}

.about .content li {
    color: #000000;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

.about .content ul li {
    padding-bottom: 10px;
}

.about .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #F80000;
}

.about .content p:last-child {
    margin-bottom: 0;
}

.about .content .read-more {
    font-family: "Public Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 50px 10px 28px;
    border-radius: 980px;
    transition: 0.5s;
    color: #007749;
    border: 2px solid #007749;
    background: #fff;
    position: relative;
}


.about .content .read-more:hover {
    background: #fff;
    color: #007749;
}

.about .content .read-more i {
    font-size: 22px;
    position: absolute;
    right: 20px;
    top: 12px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
    padding: 26px 40px;
    text-align: center;
    border-radius: 28px;
    position: relative;
    overflow: hidden;
    background: #fafafa;
    /* box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1); */
}

.pricing .box h3 {
    font-weight: 600;
    padding-top: 15px;
    letter-spacing: -.022em;
    line-height: 1.4705882353;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    color: #070907;
}

/* .pricing .box.featured h3 {
    font-weight: 400;
    padding: 15px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
} */

.pricing .box img {
    border-radius: 20px;
    margin-bottom: 15px;
}

.pricing .box h4 {
    font-size: 42px;
    color: #c40707;
    font-weight: 500;
    font-family: "Public Sans", sans-serif;
    margin-bottom: 20px;
}

.pricing .box .price-current {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.016em;
    line-height: 1.4285914286;
    color: #1d1d1f;
}

/* .pricing .box.featured h4 {
    font-size: 42px;
    color: #fff;
    font-weight: 500;
    font-family: "Public Sans", sans-serif;
    margin-bottom: 20px;
} */

.pricing .box h4 sup {
    font-size: 20px;
    top: -15px;
    left: -3px;
}

.pricing .box h4 span {
    color: #595858;
    font-size: 16px;
    font-weight: 300;
}

.pricing .box.featured h4 span {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.pricing .box ul {
    padding: 0;
    list-style: none;
    color: #070907;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}

.pricing .box.featured ul {
    padding: 0;
    list-style: none;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}

.pricing .box ul li {
    color: #6e6e73;
    font-size: 17px;
    line-height: 1.1904761905;
    font-weight: 600;
    letter-spacing: .011em;
    padding-bottom: 16px;
}

.pricing .box ul .na {
    color: #ccc;
    text-decoration: line-through;
}

.pricing .box .btn-wrap {
    padding: 15px;
    text-align: center;
}

.pricing .box .btn-buy {
    display: inline-block;
    padding: 10px 40px;
    border-radius: 980px;
    color: #c40707;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    transition: 0.3s;
    border: 2px solid #c40707;
}

.pricing .box .btn-buy:hover {
    background: #c40707;
    color: #fff;
}

/* .pricing .featured {
    background: #c40707;
}

.pricing .featured h3,
.pricing .featured h4,
.pricing .featured h4 span,
.pricing .featured ul,
.pricing .featured ul .na {
    color: #fff;
} */

.pricing .featured .btn-wrap {
    padding: 15px;
    text-align: center;
}

.pricing .featured .btn-buy {
    color: #fff;
    border: 2px solid #fff;
}

.pricing .featured .btn-buy:hover {
    background: #fff;
    color: #c40707;
}

/*--------------------------------------------------------------
# Recommendation
--------------------------------------------------------------*/
.recommendation {
    background-color: #f5f5f7;
}

.recommendation .row p {
    font-weight: 400;
    color: #6e6e73;
    font-size: 17px;
    letter-spacing: -.022em;
    line-height: 1.4705882353;
}

.recommendation img {
    border-radius: 28px;
}

.recommendation .doctor {
    background: #c40707;
    padding: 5px 10px;
    color: #ffffff;
}

.recommendation .box {
    padding: 30px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    text-align: center;
    transition: 0.3s;
    height: 100%;
}

.recommendation .box h3 {
    color: red;
}

.recommendation .action-header {
    margin: 10px 0 25px 0;
    padding: 0;
    font-size: 38px;
    line-height: 42px;
    font-weight: 700;
    color: #fff;
}

/*--------------------------------------------------------------
# Results
--------------------------------------------------------------*/
.results {
    padding: 120px 0;
    background: #fff;
}

.results img {
    border-radius: 28px;
}

.results .content h3 {
    font-weight: 600;
    font-size: 32px;
    color: #393939;
}

.results .content ul {
    list-style: none;
    padding: 0;
}

.results .content ul li {
    padding-bottom: 10px;
}

.results .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #007749;
}

.results .content p:last-child {
    margin-bottom: 0;
}

.results .content .read-more {
    font-family: "Public Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 50px 10px 28px;
    border-radius: 980px;
    transition: 0.5s;
    color: #007749;
    border: 2px solid #007749;
    position: relative;
}

.results .content .read-more:hover {
    background: #007749;
    color: #fff;
}

.results .content .read-more i {
    font-size: 22px;
    position: absolute;
    right: 20px;
    top: 12px;
}

.results .box {
    background-color: #f5f5f7;
    padding: 30px;
    border-radius: 18px;
    text-align: center;
    transition: 0.3s;
    height: 100%;
}

.results .box h3 {
    color: rgb(29, 29, 31);
    font-size: 28px;
    line-height: 1.1428571429;
    font-weight: 600;
    letter-spacing: .007em;
}

.results .box p {
    color: rgb(29, 29, 31);
    font-size: 17px;
    line-height: 1.2353641176;
    font-weight: 400;
    letter-spacing: -0.022em;
}

.action-header {
    margin: 80px 0 40px 0;
    padding: 0;
    font-size: 40px;
    letter-spacing: 0;
    line-height: 1.1;
    font-weight: 600;
    color: #1d1d1f;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
    background: #f5f5f7;
}

.testimonials .icon-box {
    text-align: center;
    padding: 30px 20px 80px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    border-radius: 28px;
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
}

.testimonials .icon-box .icon {
    margin: 0 auto;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 0.3s;
    position: relative;
}

.testimonials .icon-box .icon img {
    border-radius: 75px;
}

.testimonials .icon-box .testimonial-name {
    font-size: 28px;
    line-height: 1.1428571429;
    font-weight: 600;
    letter-spacing: .007em;
    margin: 10px 0 0 0;
    color: rgb(29, 29, 31);
}

.testimonials .icon-box .testimonial-title {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 20px;
}

.testimonials .icon-box h4 a {
    color: #124265;
    transition: ease-in-out 0.3s;
}

.testimonials .icon-box p {
    font-size: 17px;
    line-height: 1.2353641176;
    font-weight: 400;
    letter-spacing: -0.022em;

    margin-bottom: 0;
}

.testimonials .icon-box:hover {
    border-color: #fff;
    box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.testimonials .icon-box .stars {
    margin-top: 15px;
}

.testimonials .icon-box .stars i {
    color: #ffc107;
    margin: 0 1px;
}

.testimonials .btn-order-now {
    font-family: "Public Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 50px 10px 28px;
    border-radius: 980px;
    transition: 0.5s;
    color: #007749;
    border: 2px solid #007749;
    background: #fff;
    position: relative;
}

.testimonials .btn-order-now i {
    margin-left: 5px;
    font-size: 18px;
    transition: 0.3s;
}

/*--------------------------------------------------------------
# Order
--------------------------------------------------------------*/
#order.section-bg {
    background: #fff;
}

#order a {
    color: #E63946;
}

#order .input-style {
    width: 100%;
    height: 50px;
    color: #000;
    border: 2px solid #007749;
    border-radius: 28px;
    padding: 0 30px;
    background-color: #fff;
    font-size: 16px;
    text-align: center;
}

#order label {
    color: #007749;
}

#order .input-style::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #070907;
    opacity: 1;
    /* Firefox */
}

.order .btn-custom {
    font-family: "Public Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 50px 10px 28px;
    border-radius: 980px;
    transition: 0.5s;
    color: #fff;
    background: linear-gradient(45deg, #00e38b 0%, #007749 100%);
    position: relative;
}

.order .btn-custom:hover {
    background: linear-gradient(180deg, #deb257 0%, #e2ad41 100%);
}

.order .btn-custom i {
    font-size: 22px;
    position: absolute;
    right: 20px;
    top: 12px;
}

.order .phone-call {
    font-size: 25px;
    color: #393939;
}

.order .special-action {
    font-weight: 500;
    font-size: 1.6rem;
    color: #393939;
}

.order .special-action span {
    font-weight: 600;
    color: #007749;
}

.order .offer {
    font-weight: 500;
    font-size: 1.6rem;
    color: #393939;
}

.order .offer span {
    font-weight: 600;
    font-size: 1.6rem;
    color: #007749;
}

.order .old-price {
    text-decoration: line-through;
    font-weight: 600;
    font-size: 1.6rem;
    margin-bottom: 0;
    color: #890917;
}

.order .new-price {
    font-weight: 600;
    font-size: 1.6rem;
    color: #393939;
}

.order #hours {
    font-size: 30px;
    color: #000000;
    font-weight: 600;
}

.order #minutes {
    font-size: 30px;
    color: #006400;
    font-weight: 600;
}

.order #seconds {
    font-size: 30px;
    color: #FF0000;
    font-weight: 600;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
    background: #f5f5f7;
}

.contact .section-title {
    color: #E63946;
}

.contact .info-box {
    color: #444444;
    text-align: center;
    padding: 20px 0 30px 0;
    background: #fff;
    border-radius: 28px;
}

.contact .info-box i {
    font-size: 32px;
    color: #E63946;
    border-radius: 50%;
    padding: 8px;
}

.contact .info-box h3 {
    font-size: 24px;
    color: #393939;
    font-weight: 700;
    margin: 10px 0;
}

.contact .info-box a {
    font-size: 20px;
    line-height: 1.2353641176;
    font-weight: 400;
    letter-spacing: -0.022em;
}

.contact .info-box p {
    padding: 0;
    line-height: 1.2353641176;
    font-weight: 400;
    letter-spacing: -0.022em;
    font-size: 20px;
    margin-bottom: 0;
}