﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;400&display=swap');
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}

.pricing-table .price-feature li {
    line-height: 35px;
    color: #777;
    font-weight: 500;
    font-size:14px;
}

.pricing-table .unavailable {
    text-decoration: line-through;
}

.price-header h2 span {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    padding-top: 8px;
    padding-right: 10px;
}

.video-wrapper .video-play a {
    background: rgba(25,53,50,.8);
}

.section-f9fafc {
    background: #f9fafc;
}

#page-header .page-header-title span {
    color: #fff !important
}
#page-header{
    background-image:url('/img/page-header-3.jpg');
}

.section-green-bg {
    background-image: linear-gradient(to right, #193532, #05211E);
}

.timeline-row:before {
    background: #f5c1bc;
    position: absolute;
    width: 2px;
    content: "";
    margin-left: 15px;
    height: 97%;
}
.timeline-entry{
    margin-top:60px;
    margin-left:60px;
}

.timeline-entry h4{
    position:relative;
}
.timeline-entry h4:before {
    background: #162335;
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0;
    top: 10px;
    border-radius: 10px;
    content: "";
    margin-left: -80px;
}

.link-button {
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #222;
    padding: 10px 27px;
    font-size: 15px;
    width:90%;
    margin:0 auto;
}

@media (max-width: 576px){
    .banner-title br {
        display: unset !important;
    }
}
