@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
}

.navbar {
    padding: 10px 0px;
    box-shadow: 0px 4px 20px rgb(5 47 97 / 8%);
    background-color: #fff;
}

.navbar-toggler {
    outline: none !important;
}

.navbar-toggler-icon {
    background-image: url('assets/img/menu.svg') !important;
}

.nav-link {
    color: #74788d;
    font-size: 14px;
    padding: 8px 16px !important;
}

.nav-link:hover {
    color: #106fde !important;
}

.nav-item.active .nav-link {
    color: #106fde !important;
}

.hero {
    padding: 110px 0px 35px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(assets/img/hero-bg.png);
    position: relative;
}

.text-muted {
    color: #84869a !important;
    margin-bottom: 0px;
}

.container-form {
    box-shadow: 0px 3px 13px rgb(56 71 90 / 12%);
    border-top: 4px solid #106fde;
    border-radius: 6px;
    background-color: #ffffff;
    padding: 2rem;
    text-align: center;
    z-index: 9999;
}

.btn-form {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #106fde !important;
    background: #106fde;
    padding: 12px 16px;
}

.sp-button {
    background: #106fde !important;
}

.form-group input:focus {
    outline: 0px !important;
    box-shadow: none !important;
    border-color: #106fde;
}

.form-control {
    border: 2px solid #d0e2f9;
    border-radius: 6px;
    height: 50px;
}

.sp-form[sp-id="193128"] .sp-form-control {
    border: 2px solid #d0e2f9 !important;
    border-radius: 6px !important;
    height: 50px !important;
}

.sp-form .sp-field {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.hero-top-shape {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
}

.t-180 {
    transform: rotate(180deg);
}

.section {
    padding: 30px 0px;
}

.section h1,
h2,
h3,
h4,
h5,
h6,
p {
    color: #38475a;
}

.bg--light {
    background-color: #f3f6f9;
}

.col-hero {
    padding-left: 0px;
}

.col-hero p {
    font-size: 12px;
}

@media only screen and (max-width: 640px) {
    .col-hero h3 {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 370px) {
    .col-hero h3 {
        font-size: 1.3rem;
    }
}

@media only screen and (max-width: 640px) {
    .col-hero p {
        font-size: 11px;
    }
}

@media only screen and (min-width: 640px) {
    .h4-size {
        font-size: 1.75rem;
    }
}

@media only screen and (max-width: 640px) {
    h1 span {
        font-size: 2.1rem;
    }
}

@media only screen and (max-width: 640px) {
    h1 {
        font-size: 2.75rem;
    }
}

@media only screen and (max-width: 639px) {
    .arrow {
        transform: rotate(90deg);
    }
}

.col-start {
    color: #38475a;
    font-size: 18px;
    font-weight: 600;
}

.work-card {
    padding: 80px 0px 35px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(assets/img/map-bg.png);
    position: relative;
}

.hero-bottom-shape {
    position: absolute;
    left: 0px;
    right: 0px;
    top: -1px;
    z-index: 1;
}

.card {
    border: none;
    border-radius: 6px;
    box-shadow: 0px 3px 13px rgb(56 71 90 / 22%);
}

.card ul {
    list-style: none;
    font-size: 14px;
}

@media only screen and (max-width: 639px) {
    .card ul {
        font-size: 14px;
    }
}

.card-body .br-b {
    border-bottom: 1px solid #e8e8e8 !important;
}

.card-body li > span {
    font-weight: 600;
}

.title-card {
    padding-top: 1.5rem;
    text-align: center;
}

.title-card > div {
    width: 90px;
    height: 2px;
    background-color: #38475a;
}

.title-card h3 {
    font-weight: 600;
}

.horizontal-scroll-wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.horizontal-scroll-wrapper > col-md-6 {
    flex: 0 0 auto;
}

.btn-custom {
    background-color: #106fde;
    border: 1px solid #106fde !important;
    border-radius: 6px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.6px;
    padding: 10px;
    transition: all 0.3s ease-in-out;
    color: #fff;
    min-width: 200px;
}

.btn-custom-lg {
    padding: 20px 24px;
}

.btn-custom:hover {
    color: #fff;
    background-color: #0e63c6;
}

.btn-custom-circuit {
    background-color: #fff;
    border: 1px solid #106fde !important;
    border-radius: 6px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.6px;
    padding: 10px;
    transition: all 0.3s ease-in-out;
    min-width: 200px;
    color: #0e63c6;
}

.btn-custom-circuit:hover {
    background-color: #0e63c6;
    color: #fff;
}

.btn-custom-circuit.green {
    color: #28a745;
    border: 1px solid #28a745 !important;
}

.btn-custom-circuit.green:hover {
    color: #fff;
    border: 1px solid #106fde !important;
}

.news {
    padding: 30px 0px 75px;
    position: relative;
}

.new-block {
    display: flex;
}

@media only screen and (max-width: 639px) {
    .new-block {
        align-items: center;
    }
}

.new-block img {
    margin-top: .4rem;
    margin-right: 1rem;
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 6px;
}

@media only screen and (max-width: 639px) {
    .new-block img {
        width: 80px;
        height: 80px;
        margin-top: 0rem;
    }
}

.new-block .btn {
    padding: 0;
    text-align: left;
    font-size: 22px;
    font-weight: 500;
}

.new-block .btn:hover {
    text-decoration: underline;
    text-decoration-color: #0e63c6;
}

@media only screen and (max-width: 639px) {
    .new-block .btn {
        font-size: 18px;
    }
}

.data-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.data-block span {
    font-size: 14px;
}

.data-block .btn {
    padding: 0px;
    font-size: 14px;
    font-weight: normal;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: none;
    box-shadow: none;
}

section.question {
    background-color: #f3f6f9;
    padding: 20px 0px 20px;
}

.panel-default {
    background: #fff;
    box-shadow: 0px 4px 20px rgb(5 47 97 / 8%);
    border-radius: 6px;
    color: #38475a;
    padding: 1rem;
    padding-right: 2rem;
    position: relative;
    margin-bottom: 1rem;
}

.panel-default h4 {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .panel-default h4 {
        font-size: 18px;
    }
}

.panel-default a {
    color: #38475a;
}

.panel-heading a:before {
    position: absolute;
    right: 1rem;
    font-family: FontAwesome;
    content: "\f068";
}

.panel-heading a.collapsed:before {
    content: "\f067";
}

.panel-heading > a:hover,
.panel-heading > a:active,
.panel-heading > a:focus {
    text-decoration: none;
}

.panel-body {
    margin-top: 1rem;
    font-size: 14px;
    color: #84869a !important;
}

section.reviews {
    padding: 80px 0px 35px;
    position: relative;
}

.media-29101 {
    text-align: center;
}

.media-29101 img {
    margin-bottom: 10px;
    border-radius: 50%;
    width: 80px !important;
    margin: 0 auto 10px auto;
}

.media-29101 h3 {
    font-size: 18px;
    font-weight: 900 !important;
    margin-bottom: 5px;
}

.media-29101 h3 a {
    color: #6c757d;
}

.media-29101 p {
    margin-top: 10px;
}

.owl-2-style .owl-nav {
    display: none;
}

.owl-2-style .owl-dots {
    text-align: center;
    position: relative;
    bottom: -30px;
}

.owl-2-style .owl-dots .owl-dot {
    display: inline-block;
}

.owl-2-style .owl-dots .owl-dot span {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 0px;
    background: #cccccc;
    -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    margin: 3px;
    border-radius: 50%;
}

.owl-2-style .owl-dots .owl-dot.active span {
    background: #007bff;
}

.owl-2-style .owl-dots .owl-dot:active,
.owl-2-style .owl-dots .owl-dot:focus {
    outline: none;
}

.star-icon {
    color: #ccc;
    font-size: 18px;
    vertical-align: middle;
}

.star-icon.filled {
    color: #F7A115;
}

.footer {
    padding: 30px 0px;
    background-color: #f3f6f9;
}

.footer img {
    margin-left: -1rem;
}

.footer p {
    color: #84869a;
}

.footer h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.footer ul {
    margin-top: 1rem;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.footer li {
    padding: .25rem 0rem;
    color: #84869a;
    cursor: pointer;
}

.img-pay {
    max-width: 350px;
}

@media only screen and (max-width: 768px) {
    .img-pay {
        max-width: 300px;
    }
}

.footer-bottom {
    padding: 1rem 0rem;
    background-color: #106fde;
    color: #fff;
}

.footer-bottom .btn {
    background-color: transparent;
    color: #fff;
    font-size: 12px;
    padding: 0;
    text-align: left;
}

.footer-bottom p {
    font-size: 12px;
}

.footer-bottom span {
    font-size: 12px;
}

.lowrisk {
    color: #6aa9ff;
}

.mediumrisk {
    color: #2682ff;
}

.highrisk {
    color: #08298A;
}

.cont-arrow2 {
    transform: rotate(90deg);
    width: 20px;
    height: 15px;
    background: #28a745;
}

.arrow2 {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #28a745;
    float: right;
    margin-top: -7.5px;
    margin-right: -14px;
}

.input-income {
    margin-bottom: 1rem;
    height: 50px;
    min-width: 200px;
    border: none;
    padding: 0.375rem 0.75rem;
    background: #fff;
    text-align: center;
    color: #28a745 !important;
    font-size: 28px;
    font-weight: 600;
}

.modal-head {
    text-align: center;
    padding: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#exampleInputEmail1-error {
    color: red;
    margin-top: .5rem;
    margin-bottom: 0;
    opacity: .75;
}

#phone-error {
    color: red;
    margin-top: .5rem;
    margin-bottom: 0;
    opacity: .75;
}

.sp-form {
    margin: 0 !important;
    padding: 15px !important;
}