﻿body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

ul {
    list-style: none;
}

    ul li {
        display: inline-block;
        margin: 5px;
    }

a:hover {
    text-decoration: none;
}

header {
    position: relative;
    /*height: 70vh;*/
    overflow: hidden;
}
/*#main_video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -2;
}
.video_over {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.60)
}*/
.header_container {
}

    .header_container > div {
        /*float: left*/
    }

.logo {
    height: 3em;
}

.steps {
    margin-top: 20px;
}

.step_container {
    text-align: center;
}

.step {
    width: 120px;
    height: 120px;
    /*min-height: 60px;
    min-width: 60px;*/
    border-radius: 80px;
    display: inline-block;
    background-color: #67B8DE;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    cursor: pointer;
}

    .step > a {
        width: 120px;
        height: 120px;
        display: block;
    }

.step_text_1 {
    font-style: italic;
    text-align: center;
    margin-top: 5px;
}

.step_text_2 {
    color: #67B8DE;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
/*.step_container {
    display: flex;
    justify-content: center;
}*/
#step1 {
    background-image: url(/img/step1.png);
}

#step2 {
    background-image: url(/img/step2.png);
}

#step3 {
    background-image: url(/img/step3.png);
}

.step:hover {
    background-color: #FBB03B;
    /*width: 140px;
    height: 140px;
    min-height: 70px;
    min-width: 70px;
    border-radius: 120px;
    background-image: none;*/
}

.step > a:hover {
    width: 140px;
    height: 140px;
}

.fixed_header {
    /*position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 108px;
    background-color: #fff;
    z-index: 1;*/
}

#mainNav .nav-item {
    /*margin-right: 40px;*/
}

    #mainNav .nav-item a.nav-link {
        color: #67B8DE;
        padding-right: 10px;
        padding-left: 10px;
    }

        #mainNav .nav-item a.nav-link:hover {
            background-color: #67B8DE;
            color: #fff;
        }

.home_nav .navbar-light {
    background-color: transparent !important;
}

.home_nav .bg-light {
    background-color: transparent !important;
}

.home_nav .navbar-toggler-icon {
    color: #67B8DE;
}

.c1 {
    color: #67B8DE !important;
}

.bgc1 {
    background-color: #67B8DE !important;
}

.bc1 {
    border-color: #67B8DE !important;
}

.br50 {
    border-radius: 50px
}

.btn_save {
    background-color: #8CC63F;
    color: #fff;
}

    .btn_save:hover {
        background-color: #8CC63F;
        color: #fff;
    }

.btn_default {
    background-color: #DAE9EF;
    color: #67B8DE;
}

    .btn_default:hover {
        background-color: #DAE9EF;
        color: #67B8DE;
    }

input, select, textarea {
    border-color: #67B8DE !important;
    border-radius: .75rem !important;
}

.slider_starter {
    /*height: 108px*/
}

.bb1 {
    border-bottom: 1px solid #67B8DE
}
/*.carousel-indicators {
    bottom: 60px;
}*/
.lang {
    margin-right: 25px;
}

@media (max-width:992px) {
    body {
        font-size: 13px;
    }

    .form-control {
        height: calc(1.5em + .5rem + 2px);
        padding: .25rem .5rem;
        font-size: .875rem;
        line-height: 1.5;
    }

    .step, .step > a {
        width: 70px;
        height: 70px;
    }

        .step > a {
            display: block
        }

            .step:hover, .step > a:hover {
                /*width: 90px;
                height: 90px;*/
            }

    .slider_arrow {
        font-size: 25px;
    }

    .step_text_2 {
        font-size: 12px;
    }

    .step_text_2 {
        font-size: 14px;
    }

    .carousel-indicators li {
        width: 10px;
    }
}

footer {
    /*margin-top: 30px;*/
    /*padding: 30px;*/
    /*background-color: #67B8DE;
    color: #fff;*/
    background-color: #fff;
    color: #67B8DE;
    font-size: 13px;
    border-top: 1px solid;
}

.footer_row1 {
    /*border-bottom: 1px solid #ffffff47;*/
}

    .footer_row1 .nav-link {
        color: #67B8DE;
        /*color: #fff;*/
    }

.footer_row2 {
    background-color: #46abda;
}

.social {
    margin-left: auto;
}

    .social img {
        height: 30px;
    }

.footer_name {
    margin-top: 20px;
    margin-left: 29px;
    font-size: 13px;
    font-weight: bold;
}


.faq_type {
    font-style: italic;
    float: right;
    font-size: 12px;
}


.logo_img {
    float: left;
}

.logo_txt {
    float: left;
}
