.logo-main{
width:120px;
}

input[type="text"]::placeholder{
    padding-top:25px;
}

/* select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

select::before{
    content: '\25BC';
    position: absolute;
    bottom: 6px;
    right: -14px;
    padding: 0 1em;
    pointer-events: none;
} */


section.service-content-builder .medium-mce{
    margin-left: auto;
    margin-right: auto;
    padding-left: 6vw;
    padding-right: 6vw;
    max-width: 780px;
    margin-bottom: 85px;
    margin-top: 85px;
    max-width: 625px;
    position: relative;
    z-index: 1;
    font-family: aktiv-grotesk, Roboto, Arial, sans-serif;
    color: #5b7b7d;
}

section.service-content-builder .medium-mce h4 {
    font-family: gt-super, Roboto, Arial, sans-serif;
    font-size: calc(22px + 5 * ((100vw - 320px) / 960));
    font-size: calc(1.375rem + 5 * ((100vw - 20rem) / 960));
    margin-bottom: 1em;
    margin-top: 2.85em;
    color: #0070c0;
    font-weight: 400;
    line-height: 1.3em;
}

section.service-content-builder .medium-mce p{
    font-family: aktiv-grotesk, Roboto, Arial, sans-serif;
    color: #5b7b7d;
    font-size: calc(15px + 2 * ((100vw - 320px) / 960));
    font-size: calc(.9375rem + 2 * ((100vw - 20rem) / 960));
    font-weight: 400;
    margin-bottom: 1rem;
    line-height: 1.9em;
}

section.white-bg:before{
    background-color:#fff;
}

.statistics-overview{
    padding:60px 0 !important;
}

.remove-top{
    margin-top: 30px !important;
}

.new-h4{
    margin-bottom:0;    
    color: #0070c0;
    font-weight: 400;
    line-height: 1.3em;    
    font-family: gt-super, Roboto, Arial, sans-serif;
    /* font-size: calc(1.375rem + 5 * ((100vw - 20rem) / 960)); */
    font-size: calc(22px + 5 * ((100vw - 320px) / 960));
}

.small-h4{
    font-size:20px;
    margin-top:25px;
    margin-bottom: 10px;
}

.new-p{
    line-height: 1.5em;
    font-family: aktiv-grotesk, Roboto, Arial, sans-serif;
    color: #646e89;
    /* font-size: calc(15px + 2 * ((100vw - 320px) / 960)); */
    font-size: calc(.9375rem + 2 * ((100vw - 20rem) / 960));
    font-weight: 400;
    margin-bottom: 1rem;
}

.new-ul{
    /* font-size: 17px; */
    font-size: 1.0625rem;
    line-height: 1.5em;
    letter-spacing: 0;
    text-transform: capitalize;
    font-family: aktiv-grotesk, Roboto, Arial, sans-serif;
    color: #646e89;
    font-weight: 400;
    margin-bottom: 1rem;
}

.new-li{
    line-height: 1.2em;
    margin-bottom: 5px;
    position: relative;
    padding-left: 14px;
}

.new-li::before{
    background: #0070c0;
    top: .5em;
    height: 4px;
    width: 4px;
    border-radius: 9999px;
    content: "";
    position: absolute;
    top: .6em;
    left: 0;
}

.new-a{
    background-color: #fff;
    color: #646e89;
    display: block;
    font-family: aktiv-grotesk, Roboto, Arial, sans-serif;font-size: 10px;
    font-size: .625rem;
    font-weight: 700;
    position: relative;
    letter-spacing: .19em;
    line-height: 1.2em;
    padding: 17px 30px 17px 35px;
    transition: all .25s ease-in-out;
    text-transform: uppercase;
    word-break:break-word;
}

.new-a svg{
    display: block;
    top: 19px;
    left: 18px;
    position: absolute;
    width: 6px;
    height: 8px;
}

@media (min-width: 781px){
section.service-content-builder .medium-mce p {
    line-height: 1.5em;
}
}