
.upper-logo {
    margin-top: 20px;
    margin-bottom: 40px;
}

.upper-logo-text {
    font: 20px Lato;
    font-weight: bold;
    color: #00734e;
}

.upper-logo-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.emss-description{
    text-align: center;
    font: 20px Lato;
    margin-top: 20px;
    margin-bottom: 60px;
}

.emss-description-upper-text {
    font-style: italic;
    color: #00734e;
}

.emss-description-upper-text h5 {
    font-size: 1.3em;
    font-weight: 900;
}

.emss-description-upper-text h6 {
    font-size: 1em;
    font-weight: 900;
}

.emss-description-bottom-text {
    font-weight: bold;
    margin-top: 20px;
    color: black;
}

.line-icons {
    height: 100px;
    background-color: #00734e;
    padding-top: 15px;

}

.line-icons-div {
    display: inline-block;
}

.line-icons-img{
}

.img-fluid {
    max-width: 100%;
    height: auto;
}



.line-text{
    text-align: center;
    font: 20px Lato;
    padding: 0px 15px;
    margin-top: 30px;
    font-weight: bold;
}

.line-buttons {
    margin-top: 50px;
}

.line-button{
    margin-right: 20px;
}

.action__btn {
    line-height: 2;
    display: inline-block;
    text-align: center;
    width: 250px;
    background-color: #ff9933;
    color: white;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    touch-action: manipulation;
    cursor: pointer;
    box-shadow: 4px 4px 4px grey;
    -moz-box-shadow: 4px 4px 4px grey;
    -webkit-box-shadow: 4px 4px 4px grey;
    white-space: nowrap;
    margin-right: 20px;
    margin-top: 30px;
    padding: 6px 10px 6px 6px;
}

.action__btn:hover, .action__btn:focus {
    color: white;
    text-decoration: underline;
}

.advantages-part {
    margin-top: 50px;
    margin-bottom: 30px;
}

.advantage-image {

}


.advantage-block{
    margin-top: 65px;
}

.advantage-header {
    font-size: 25px;
    font-weight: bold;
    font-style: italic;
    color: #00734e;
    margin-bottom: 20px;

}

.advantage-description {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 22px;
    font-weight: bold;
    color: black;
}



.pricing-frame {
    border: 4px solid #00734e;
    text-align: center;
    font: 20px Lato;
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pricing-frame h5 {
    color: #00734e;
    font-size: 1.3em;
    font-weight: 900;
}

.pricing-frame p {
    padding-top: 10px;
    font-weight: bold;
    color: black;
}

.testimonials{
    margin-top: 60px;
    background-color: white;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .testimonial {
        margin-left: 30px;
        margin-right: 30px;
    }
}



.testimonial-bubble {
    border-radius: 10px;
    color: #fff;
    padding: 15px;
    padding-top: 30px;
    padding-bottom: 40px;
    position: relative;
    height: 300px;
    max-height: 300px;
}

.testimonial-bubble::before {
    border-style: solid;
    border-width: 0 0 20px 30px;
    bottom: -20px;
    content: "";
    display: block;
    left: 30px;
    position: absolute;
    width: 0;
}

.testimonial-bubble::after {
    border-color: transparent #ecf2f5;
    border-style: solid;
    border-width: 0 0 20px 10px;
    bottom: -20px;
    content: "";
    display: block;
    left: 30px;
    position: absolute;
    width: 0;
}

.testimonial-bubble.testimonial1::before {
    border-color: transparent #f15a29;
}
.testimonial-bubble.testimonial2::before {
    border-color: transparent #c4441b;
}

.testimonial-bubble.testimonial3::before {
    border-color: transparent #b42c00;
}


.testimonial-who {
    /*max-height: 78px;*/
    margin-top: 40px;
}

.testimonial-who .tname {
    font-weight: 700;
    margin-left: 5px;
}

@media (max-width: 767px) {
    .testimonial-who {
        max-height: 100%;
    }
    .testimonial-bubble {
        max-height: 100%;
        height: auto;
    }
    .testimonial-who .tname {
        margin-bottom: 10px;
        margin-top: 10px;
    }

}

.testimonial-who .tpos {
    margin-left: 5px;
}

.testimonial .dquote {
    position: absolute;
    top: -10px;
}

.testimonial-link, .testimonial-link:hover {
    position: absolute;
    bottom: 10px;
    right: 10px;
    float: right;
    color: white;
    font-weight: 700;
    text-decoration: underline;
}

.testimonials .testimonial__quote {
    border-radius: 0px;
}

.empty-block {
    height: 40px;
}
