body {
    line-height: 24px;
    font-family: 'Heebo', sans-serif;
    overflow-x: hidden;
    font-weight: normal;
}

li {
    list-style-type: none;
}

ul {
    padding: 0;
}

.h1-title {
    font-size: 40px;
    color: #FFF;
    font-weight: 700;
}

.h2-title {
    font-size: 40px;
    color: #FFF;
    font-weight: 400;
    line-height: 1.2;
}

.h3-title {
    font-weight: 700;
    font-size: 32px;
    color: #00205B;
    line-height: 1.4;
}

.h4-title {
    font-size: 28px;
    color: #000;
}

.h5-title {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 500;
    color: #1F252B;
}

.p-title {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

hr.center_line {
    width: 80px;
    background: #3ade61;
    height: 2px;
}


/*------main-banner------*/

.main-banner .bg-light {
    background-color: transparent !important;
    margin: 0 auto;
    display: block;
    height: 60px;
    padding-top: 11px;
}

.navbar-expand-lg.scrolled {
    background-color: #00205B !important;
    height: 52px;
    padding-top: 11px;
}

.main-banner .d-inline-block.website {
    float: right;
}

.main-banner .d-inline-block.website a {
    color: #fff;
    font-family: 'Heebo';
}

.main-banner .d-inline-block.website a i {
    font-style: normal !important;
}

.main-banner .d-inline-block.website a:hover {
    color: #fff;
    text-decoration: none;
}

.main-banner button:focus {
    outline: none;
}

.main-banner button {
    border-radius: 8px;
    border: none;
    box-shadow: -1px -1px 4px 0px #313d52;
    color: #fff;
    margin-top: -2px;
    padding: 5px 14px;
    font-size: 16px;
}

.main-banner button.blue-bg {
    background-color: #009DE1;
}

.main-banner button.cp-bg {
    background-color: #032a61;
    box-shadow: -1px -1px 6px 0px #011538;
}

.main-banner button.cp-bg:hover,
.main-banner button.blue-bg:hover {
    background-color: #FF7648;
}

.main-banner {
    /* background-color: #00205b; */
    background-image: url(../images/hero-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.main-banner .btn-primary,
.main-banner .btn-primary:not(:disabled):not(.disabled):active,
.main-banner.btn-primary:not(:disabled):not(.disabled):active:focus {
    background-color: transparent;
    border: 2px solid #FFF;
    ;
    border-radius: 12px;
    padding: 8px 30px;
    font-size: 20px;
    color: #FFF;
    box-shadow: none;
}

.main-banner .btn-block {
    display: block;
    width: 100%;
}

.main-banner .btn-primary:hover {
    background-color: #FF7648;
    border-color: #FF7648;
}

.main-banner .banner-button .form-group .btn-primary {
    width: 100% ! important;
}

/*------overview------*/

.overview {
    background-color: #F5F8FD;
}

.overview .h3-title {
    font-family: 'Source Sans Pro', sans-serif;
}

.overview p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 1.7;
}


/*------features------*/

.features .row-flex {
    display: flex;
    flex-wrap: wrap;
}
.features .card {
    height: 100%;
    border-radius: 16px;
    border: 1px solid #D6D6D6;
    transition: all 0.5s ease;
}
.features .card:hover {
    border-color: transparent;
    box-shadow: 0 5px 65px 0 rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 5px 30px 0 rgb(0 0 0 / 10%);
    transition: all 0.5s ease;
}
.features .card h5 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.features .card ul li {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 10px;
}


/*------benefits------*/

.benefits p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    margin-top: 20px;
}


/*------why-changepond------*/

.why-changepond {
    background-image: url("../images/why-changepond-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
}
.why-changepond .h3-title {
    color: #FFF;
}
.why-changepond p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
    margin-top: 30px;
}

/*------quote------*/
.quote blockquote {
    background-color: #00205B;
    font-family: 'Source Sans Pro', sans-serif;
    color: #FFF;
    margin: 0;
    padding: 20px 30px;
    border-radius: 20px;
}
.quote blockquote h3 {
    font-size: 30px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.6;
}
.quote blockquote h3 span {
    color: #009DE1;
}
.quote blockquote p {
    font-size: 20px;
}

/*------product------*/

.product {
    background-color: #EFEFEF;
}
.product .h3-title {
    font-size: 28px;
    font-weight: 700;
    color: #00205B;
}
.product .h4 {
    font-size: 24px;
    font-weight: 400;
    color: #00205B;
}
.product .btn-primary,
.product .btn-primary:not(:disabled):not(.disabled):active,
.product .btn-primary:not(:disabled):not(.disabled):active:focus {
    background-color: #FF7648;
    border: 1px solid #FF7648;
    border-radius: 4px;
    padding: 10px 38px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 600;
}
.btn-block {
    display: block;
    width: 100%;
}
.product .btn-primary:hover {
    background-color: #FFF;
    border-color: #FF7648;
    color: #FF7648;
}

.explore h1 {
    font-size: 32px;
    font-weight: 700;
    color: #00205B;
    margin: 0;
}

@media only screen and (max-width: 992px) {
    .h2-title {
        font-size: 23px;
    }
    .h5-title {
        font-size: 16px;
    }
    .h3-title {
        font-size: 20px;
    }
    .main-banner .thanks-border {
        margin: 30px 0;
    }
    .our-customer .bottom-text p.p-title {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .main-banner .btn-primary,
    .main-banner .btn-primary:not(:disabled):not(.disabled):active,
    .main-banner.btn-primary:not(:disabled):not(.disabled):active:focus,
    .main-banner .btn-primary:hover,
    .main-banner .btn-primary:focus {
        padding: 7px 20px;
        font-size: 16px;
        color: #fff;
    }
    .product .btn-primary,
    .product .btn-primary:not(:disabled):not(.disabled):active,
    .product .btn-primary:not(:disabled):not(.disabled):active:focus,
    .product .btn-primary:hover,
    .product .btn-primary:focus {
        padding: 7px 20px;
        font-size: 16px;
    }
    .h1-title {
        font-size: 30px;
    }
    .h4-title,
    .product .h3-title {
        font-size: 22px;
    }
    .overview .h3-title {
        font-size: 20px;
    }
    .navbar-expand-lg.scrolled {
        background-color: #00205B !important;
        height: 46px;
        padding-top: 11px;
    }
    .main-banner .navbar-expand-lg img {
        width: 220px;
    }
    .main-banner .top-banner {
        top: 55%;
    }
    .main-banner .d-inline-block.website {
        padding-top: 3px;
    }
    .features .card h5,
    .quote blockquote h3 {
        font-size: 20px;
    }
    .why-changepond p,
    .quote blockquote p {
        font-size: 16px;
    }
    .product h4 {
        font-size: 20px;
    }
    .explore h1 {
        font-size: 24px;
        line-height: 1.5;
    }
}

@media screen and (min-width: 768px) {
    .main-banner .right-vector img {
        height: 400px;
    }
}

@media screen and (min-width: 992px) {
    .main-banner a.d-inline-block {
        padding-top: 3px;
    }
}
