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: 50px;
    color: #3ade61;
    font-weight: bold;
}

.h2-title {
    font-size: 34px;
    color: #000;
    line-height: 1.2;
}

.h3-title {
    font-weight: 500;
    font-size: 32px;
    color: #3ade61;
    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;
    text-align: center !important;
    display: block;
    height: 60px;
    padding-top: 11px;
}

.navbar-expand-lg.scrolled {
    background-color: #465d87 !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: #465d87;
}

.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: #2ece54;
}

.main-banner {
    /* background-color: #00205b; */
    background-image: url(../images/banner-3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.main-banner .h2-title {
    font-weight: 500;
    font-size: 32px;
    color: #FFF;
    line-height: 1.4;
}

.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: #2ece54 ! important;
    border: 1px solid #2ece54;
    ;
    border-radius: 30px;
    padding: 8px 30px;
    font-size: 20px;
    box-shadow: none;
}

.main-banner .btn-block {
    display: block;
    width: 100%;
}

.main-banner .btn-primary:hover {
    background-color: #fff ! important;
    border: 1px solid #ff7b4f;
    color: #000;
    padding: 8px 30px;
    font-size: 20px;
    border-radius: 30px;
    box-shadow: none;
}

.main-banner .btn-primary:focus {
    box-shadow: none;
    padding: 8px 30px;
    font-size: 20px;
    border-radius: 30px;
}
.main-banner .banner-button .form-group .btn-primary {
    width: 100% ! important;
}

/*------mortgage------*/

.mortgage {
    background-color: #f1f1f1;
}

.mortgage .btn-primary,
.mortgage .btn-primary:not(:disabled):not(.disabled):active,
.mortgage .btn-primary:not(:disabled):not(.disabled):active:focus {
    background-color: #2ece54 ! important;
    border: 1px solid #2ece54;
    ;
    border-radius: 30px;
    padding: 8px 30px;
    font-size: 20px;
    box-shadow: none;
}

.mortgage .btn-block {
    display: block;
    width: 100%;
}

.mortgage .btn-primary:hover {
    background-color: #fff ! important;
    border: 1px solid #2ece54;
    color: #000;
    padding: 8px 30px;
    font-size: 20px;
    border-radius: 30px;
    box-shadow: none;
}

.mortgage .btn-primary:focus {
    box-shadow: none;
    padding: 8px 30px;
    font-size: 20px;
    border-radius: 30px;
}

.mortgage .left-image {
    background-image: url(../images/Section-2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 400px;
}

.mortgage .h3-title {
    color: #000;
    font-weight: 400;
    font-size: 24px;
}

.mortgage span.contrast {
    font-weight: bold;
    color: #2ece54;
    font-size: 32px;
}


/*------visual-testing------*/

.visual-testing .parameters {
    border: 1px solid #eee;
    padding: 20px;
    transition: all 0.5s ease;
    height: 100%;
    position: relative;
}

.visual-testing .parameters:hover {
    box-shadow: 0 5px 65px 0 rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0 5px 30px 0 rgb(0 0 0 / 15%);
    transition: all 0.5s ease;
}

.visual-testing .parameters i {
    font-size: 30px;
    display: inline-block;
    background: #2ece54 none repeat scroll 0 0;
    border-radius: 30px;
    box-shadow: 0 5px 6px 0 rgb(0 0 0 / 10%);
    color: #fff;
    height: 55px;
    line-height: 55px;
    margin-bottom: 20px;
    width: 55px;
    transition: all 0.5s ease;
}

.visual-testing .parameters:hover i {
    background: #fff;
    color: #2ece54;
    transition: all 0.5s ease;
}

.visual-testing span.dark-text {
    font-weight: bold;
    color: #000;
}

.visual-testing .h2-title-1 {
    font-size: 16px;
    color: #000;
}

.visual-testing .h2-title {
    color: #000;
}

.visual-testing img {
    height: 100%;
}


/*------indigenous------*/

.indigenous {
    background-image: url(../images/section-9.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.indigenous .h2-title {
    color: #fff;
}


/*------product------*/

.product .btn-primary,
.product .btn-primary:not(:disabled):not(.disabled):active,
.product .btn-primary:not(:disabled):not(.disabled):active:focus {
    background-color: #2ece54 ! important;
    border: 1px solid #2ece54;
    ;
    border-radius: 30px;
    padding: 8px 30px;
    font-size: 20px;
    box-shadow: none;
}

.btn-block {
    display: block;
    width: 100%;
}

.product .btn-primary:hover {
    background-color: #fff ! important;
    border: 1px solid #ff7b4f;
    color: #000;
    border-radius: 30px;
    padding: 8px 30px;
    font-size: 20px;
    box-shadow: none;
}

.product .btn-primary:focus {
    box-shadow: none;
}

section.product {
    background-color: #f1f1f1;
    margin-bottom: -24px;
}

.product .h3-title {
    font-size: 28px;
    color: #000;
}

@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;
    }
    .mortgage .btn-primary,
    .mortgage .btn-primary:not(:disabled):not(.disabled):active,
    .mortgage .btn-primary:not(:disabled):not(.disabled):active:focus,
    .mortgage .btn-primary:hover,
    .mortgage .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;
        color: #fff;
    }
    .h1-title {
        font-size: 30px;
    }
    .h4-title,
    .product .h3-title {
        font-size: 22px;
    }
    .mortgage span.contrast {
        font-size: 26px;
    }
    .mortgage .h3-title {
        font-size: 20px;
    }
    .mortgage .left-image {
        height: 200px;
    }
    .navbar-expand-lg.scrolled {
        background-color: #465d87 !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;
    }
}

@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;
    }
}

@media screen and (min-width: 768px) {
    .main-banner .bg-light {
        padding-left: 150px;
    }
}
