label,a{
    font-weight: 400;
    font-size: 15px;
}
p{
    margin: 0 10px;
    font-size: 20px;
    font-weight: 400;
    color: #6C6C6C;
} 
div{
    font-size: 20px;
    font-weight: 400;
    color: #6C6C6C;
} 
body{
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
}
/* --------------------------------------------------- header ----------------------------------------------------- */
.logo {
    width: 135px;
    margin-top: 4px;
}

.navbar{
    padding: 0;
    margin-left: -14px;
    margin-top: 1px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #cccccc;
    border-radius: 1px;
    margin-top: 4px;
  }
ul.nav.navbar-nav.nav-center {
    margin: auto;
}
ul.nav.navbar-nav {
    margin-top: 0 !important;
}

header button.navbar-toggle {
    position: absolute;
    /* top: 5px; */
    right: -12px;
    display: none;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 4px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
header#nav.affix {
    position: fixed;
    background: rgba(255, 255, 255, 0.92);
}

header button.navbar-toggle:focus {
    outline: none;
}

.navbar-collapse {
    background: rgba(255, 255, 255, 0.9);
    margin-top: 7px; 
}
.navbar-collapse.collapse {
    transition: all 0.3s;
    width: 100%;
    background: transparent;
    text-align: center;
}
.navbar-collapse.collapse.show {
    background: rgba(255, 255, 255, 0.9);
    margin: 0 auto;
    width: 100%;
    overflow-y: auto;
}
ul.nav.navbar-nav {
    display: flex !important;
    flex-direction: row;
}
.nav-right #topMenu{
    padding: 5px 40px !important;
    background-color: red;
}
header#nav a {
    transition: all 0.3s;
    padding: 5px 40px;
    font-size: 16px;
    color: white;
    font-weight: 800;
}

/* --------------------------------------------------- body ----------------------------------------------------- */
#wrapper{
    background-color: #fff;
}

.home{
    height:532px;
    background-color: #17285A !important; 
    background-image: url(/seo/assets/images/bg-wheel.svg);
    display: flex;
    text-align: center;
    align-items: center;
    background-position: bottom;
}
.home__title {
    margin: auto;
    font-weight: 800;
    font-size: 64px;
    line-height: 1.2;
    color: #fff;
}
h3{
    font-size: 36px;
    margin-bottom: 30px;
}
h2{
    font-size: 40px;
    margin-bottom: 25px;
}
.txt-dark-blue{
    color: #17285A;
}
.txt-blue{
    color: #2981C3 !important
}
.txt-white{
    color: #fff !important
}
.btn-white{
    color: #2981C3 !important;
    background-color: #fff;
}
.btn-white:hover{
    box-shadow: 0 0 15px rgba(0,0,0,.3)
}
.border-light-blue{
    border-top: 3px solid #34ABDE!important;
    /* margin: 0 0 10px; */
}
.border-white{
    border-top: 3px solid #fff!important;
    margin: 0 0 10px;
}
.fw-bold{
    font-weight: 800;
}
.become{
    /* margin: 60px 0; */
    margin-top: 30px;
    padding-bottom: 60px;
    padding-top: 28px;
    background-image: url(/seo/assets/images/bg-become.png);
    display: flex;
    text-align: center;
    align-items: center;
    background-repeat: no-repeat;
}
.become .container{
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.become .container p{
    margin: 55px 0;
}

.start{
    background: linear-gradient(94.26deg, #34ABDE 8.41%, #1D53A5 96.13%);
}
.start .container{
    max-width: 1320px;
    padding: 145px 0 120px 0;
}
.start .container img{
    position: absolute;
    right: 45px;
}
.cover-button {
    padding: 15px 80px;
    border-radius: 50px;
    font-size: 24px;
    line-height: 1.22;
    font-weight: 800;
    width: fit-content;
}
.start .container .button {
    margin: 75px 0;
}
.reason .container{
    padding-top: 30px;
    padding-bottom: 100px;
    max-width: 1600px !important;
}
.reason .container .fancy-list{
    margin: 60px 0 ;
    padding-right: 85px;
}
.reason .container .content-left {
    margin-top: 100px;
}
ul.fancy-list.list-unstyled li::before {
    content: '';
    background: #34ABDE;
    background-size: cover;
    display: block;
    height: 15px;
    width: 15px;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    border-radius: 50%;
    
}
ul.fancy-list.list-unstyled li {
    color: #6C6C6C;
    font-size: 16px !important;
    font-weight: 400;
    margin: 25px 0;
    padding-left: 25px;
}
section.how-it-work .container{
    max-width: 1750px;
    padding-bottom: 135px;
}
section.how-it-work .content{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}
section.how-it-work .item{
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    align-items: center;
}
section.how-it-work .symbol{
    padding: 35px;
    max-width: 200px;
    border-radius: 50%;
    background-color: #E5F2FC;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.how-it-work .symbol img{
    max-height: 130px;
    max-width: 100%;
}
section.how-it-work .icon{
    width: 135px;
}

section.question {
    background-color: #E5F2FC;
    padding: 130px 50px;
    
}
section.question .container{
    max-width: 1300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}
section.question .container a{
    text-decoration: underline;
    font-weight: 800;
    color: #0097D8;
    font-size: 24px;
    cursor: pointer;
}
section.question .container p{
    font-size: 24px
}


/* --------------------------------------------------- footer ----------------------------------------------------- */
.footer_menu.navbar .nav {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    padding: 30px 0;
}

@media (max-width: 1200px){
    .container {
        max-width: 1140px !important;
    }
}

@media (max-width: 1024px) {
    .container {
        width:100%;
        max-width: 994px!important;
    }
    section .container {
        padding-left: 0;
        padding-right: 0;
    }
    .reason .container .fancy-list{
        padding-right: 0;
    }
    h3.txt-dark-blue.col-lg-8{
        max-width: 95%;
    }
    ul.fancy-list.list-unstyled li{
        margin: 10px 0;
    }
    section.how-it-work .symbol{
        padding: 20px;
    }
    section.how-it-work .icon{
        width: 100px;
    }
    .start .container {
        padding: 145px 20px 120px 20px;
    }
    
}

@media (max-width: 992px) {
    
    .container {
        max-width: 960px;
    }
    section .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar{
        margin: 1px;
    }
    .col-md-6 {
        max-width: 100%;
    }
    .collapse{
        display: flex;
    }
    ul.nav.navbar-nav.nav-right {
        top: 20px;
        right: 15px
    }
    ul.nav.navbar-nav.nav-center {
        top: 20px;
    }
    .start .container img{
        position: static;
    }
    h3.txt-dark-blue.col-lg-8{
        max-width: 100%;
    }
    ul.fancy-list.list-unstyled li{
        margin: 25px 0;
    }
    
}

@media (max-width: 767px) {
   
    .navbar-collapse{
        display: none;
        
    }
    header button.navbar-toggle {
        display: block;
    }
    ul.nav.navbar-nav.nav-right {
        position: static;
        right: 0 ;
        padding: 4px 21px ;
        clear: both;
        float: none;
        display: flex;
    }
    ul.nav.navbar-nav.nav-center {
        position: relative;
        top: 0;
        padding: 0 10px ;
    }
    .navbar-collapse.collapse.show ul.nav.navbar-nav.nav-center{
        left: 50% ;
        transform: translateX(-50%)
    }
    ul.nav.navbar-nav {
        width: 100%;
        display: block !important;
        margin: 0 auto;
    }
    header#nav  a {
        padding: 8px 2px !important;
        color: black;
        float: none;
        clear: both;
        text-align: center;
        display: block;
    }
    .footer_menu.navbar .nav {
        flex-direction: column;
    }


    .home{
        background-position: right;;
    }
    .start .button{
        display: flex;
        justify-content: center;
    }
    .start .container {
        padding: 100px 0 100px 0;
    }
    .reason .container .content-left {
        margin-top: 30px;
    }
    .start .container {
        padding: 145px 0 120px 0;
    }

}
@media (max-width: 576px) {
    .modal-dialog .modal-content {
        transform: translateX(-52%) !important;
    }
    .modal-open .modal {
        overflow-y: scroll !important;
    }
    .modal-dialog .modal-content {
        margin-top: 0 !important;
     }
    #demo-type .cards {
        flex-direction: column;
    }
}

