/************ SECTION ************/

#highlight {
    background-color: #F1F3FF;

}

#our-service, #why-us, #testimonial, #cta-banner, #faq, #footer {
    background-color: white;
}

/************* FONT **************/
.nav-text {
    padding: 10px;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}

.hero-title {
    padding-top: 177px;
    font-family: Helvetica;
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 0em;
    text-align: left;

}

.text-title {
    font-family: Helvetica;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0em;
    margin-bottom: 16px;

}
.text-price {
    font-family: Helvetica;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0em;
    text-align: right;
    margin-bottom: 16px;

}

.text-subtitle {
    font-family: Helvetica;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0em;
}

.ul {
    list-style-image: url("../img/list-bullet.svg");
}

.cta-title {
    font-family: Helvetica;
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
}

@media screen and (max-width: 769px) {
    .cta-title {
        font-family: 'Helvetica';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 36px;
    }

}

/************** ITEM **************/
.button {
    background: #5CB85F;
    border-radius: 2px;
    padding: 8px 12px;
    border: 0px;
    color: white;
    font-family: 'Helvetica';
    font-weight: 700;
    font-size: 14px;
}

.button:hover{
    background: #4da050;
}

.left-button {
  border: none;
  background: none;
  padding: 16px 16px;
  display: inline-block;
  background-image: url("../img/icon_left-button.png");
}

.left-button:hover{
    background-image: url("../img/icon_left-button-active.png");
}

.right-button {
    border: none;
    background: none;
    padding: 16px 16px;
    display: inline-block;
    background-image: url("../img/icon_right-button.png");
}
  
.right-button:hover{
    background-image: url("../img/icon_right-button-active.png");
}

.hero-img {
    width: 704px;
    height: auto;

}

.why-us-icon {
    width: 32px;
    height: auto;
}


.testimonial-photo {
    width: 80px;
    height: auto;
    display: block;
}

.cta-banner-properties {
    width: 100%;
    background: #0D28A6;
    border: 0px;
    border-radius: 13px;
}

.icon-footer {
    width: 32px;
    height: auto;
    margin-right: 16px;
}

.faq-form-padding {
    width: 100%;
    height: 56px;
    margin: 8px 0px;
}

.eq-height{
    display:table;
    height:550px;
    width:100%;
}
.eq-height > div{
    display:table-row;
}