@import url('https://fonts.googleapis.com/css?family=Montserrat:400,100,200,300,500,600,800,700,900');

/*.header .sub-title{
font-size: 17px;
}*/
.header{
    position: relative;
}

.header .logo{
    position: absolute;
    right:130px;

    background-color: #00bb9a;
    padding:13px 25px 13px 25px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.top-footer{
    background-image: url("../../images/footer-bg.jpg?v=2");

    /* Image is centered vertically and horizontally at all times */
    background-position: center center;

    /* Image doesn't repeat */
    background-repeat: no-repeat;

    /* Makes the image fixed in the viewport so that it doesn't move when
       the content height is greater than the image height */
   

    /* This is what makes the background image rescale based on its container's size */
    background-size: cover;

    /* Pick a solid background color that will be displayed while the background image is loading */
    background-color:#464646;

    /* SHORTHAND CSS NOTATION
     * background: url(background-photo.jpg) center center cover no-repeat fixed;
     */


}

.top-footer .counter{
    padding:60px;
}

.top-footer h3{
    font-family: 'Montserrat', sans-serif;
    color:white;
    font-size:31px;
}
.arrow-white {
    position: absolute;
    right: 426px;
    bottom: 11px;
}
.reasons{
    padding-top:25px;
}
.reason-text{
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color:white;
    font-size:14px;
}

.red{
    color: #00bb9a;
}

.header .slogan .title{
    font-family: 'Montserrat', sans-serif;
    font-size: 58px;
    color:white;
    text-transform: uppercase;
    text-align: left;
    font-weight: 800;
    line-height: 45px;
}

.timeline img{
    width: 100%;
}

.timeline{
    margin-top:35px;
}
.top-footer .counter p{
    font-size:12px;
    color:white;
    padding-top:15px;
}
.wizard h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 45px;
    color:#00bb9a;
    text-transform: uppercase;
    font-weight: 800;
    margin-top:40px;
    margin-bottom: 0;

}

.wizard .wizard-strong{
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    color:black;
    text-transform: uppercase;
    font-weight: 600;

}



.header .slogan .title .small-text{
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    color:white;
    text-transform: uppercase;
    text-align: right;
    font-weight: 800;
}

.header .slogan .sub-title{
    font-family: 'Montserrat', sans-serif;
    /*font-size: 29px;*/
    font-size:17px;
    color:white;
    text-transform: uppercase;
    text-align: left;
    font-weight: 100;
}

.header .slogan{
    position: absolute;
    right:130px;
    color:black;
    bottom: 8%;
}

.top-margin-footer{
    margin-top:20px;
}
.follow-us{
    color:#acacac;
    font-family: 'Montserrat', sans-serif;
    font-size:14px;
    padding-top:60px;
    text-align: right;
}
.follow-us a{
    color:#acacac;
   
}


.follow-us .fa{
    font-size:19px;
    padding-right:5px;
}
footer{
    background-color: #e6e6e6;
    margin-top:45px;
    padding-bottom: 35px;
}

footer .copyright{
    font-family: 'Montserrat', sans-serif;
    color:#acacac;
    font-size:12px;
    font-weight: 600;
}

footer .terms-conditions{
    font-family: 'Montserrat', sans-serif;
    color:#acacac;
    font-size:12px;
    padding-top: 20px;
}

.next-btn {
    background: white;
    border: 2px solid #00bb9a;
    color: #00bb9a;
    padding: 15px 100px 15px 100px;

    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
}

.next-btn:hover{
    background:#00bb9a;
    color:white;
    border: 2px solid #00bb9a;
}

.back-btn {
    background: white;
    border: 2px solid #9a9a9a;
    color: #9a9a9a;
    padding: 15px 100px 15px 100px;

    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
}

.back-btn:hover{
    background:#9a9a9a;
    color:white;
    border: 2px solid #9a9a9a;
}
/* WIZARD*/

.blocks-steps .title{
    font-family: 'Montserrat', sans-serif;
    color:white;
    font-size:25px;
    font-weight: 100;
    text-transform: uppercase;
    padding-top:20px;
}

.blocks-steps p{
    font-family: 'Montserrat', sans-serif;
    color:white;
    font-weight: 200;
    font-size:12px;
}

.wizard {
    margin: 0px auto;
    background: #fff;
}

.wizard .nav-tabs {
    position: relative;
    margin: 0px auto;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
}

.wizard > div.wizard-inner {
    position: relative;
    background-color: #00bb9a;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;



    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:white;
    opacity: .5;

}
.wizard li.active span.round-tab {
    background: #00bb9a;


}
.wizard li.active span.round-tab i{
    color: white;
    opacity: 1;
}

span.round-tab:hover {
    color: white;

}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

/*.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}*/

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;

    padding: 0;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
    border:none;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 0px;
}

.wizard h3 {
    margin-top: 0;
    font-family: 'Montserrat', sans-serif;
    color:#2e2e2e;
   /*text-align: center;
    margin-bottom: 40px;*/
}

.wizard .arrow{
    margin-top:30px;
}

@media( max-width : 668px ) {

  .header .slogan .title .small-text {

    font-size: 30px;}

    .header .slogan .title{
        font-size: 14px;
    }
}

@media( max-width : 974px ) {

  
    .header .slogan .title{
        font-size:22px;
        line-height: 29px;
    }
}

@media only screen and (max-width : 320px) {


    .header .slogan .title{
        font-size:24px;
        line-height: 26px;
    }



    .header .slogan .title .small-text{
        font-size:20px;
    }

    .header .slogan .sub-title {
        font-size:12px;
    }


}


@media( max-width : 585px ) {

    .wizard {
        width: 100%;
        height: auto !important;
    }
    .header .slogan .title{
      font-size: 15px;
    line-height: 16px;
    text-align: right;
    }
.slogan .slogan-white-line{
    display: none !important;
}
    .header .logo{
        left:0;
        right:0;
        position: relative;
        -webkit-border-bottom-right-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        -moz-border-radius-bottomright: 0px;
        -moz-border-radius-bottomleft: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }



    .header .logo img{
        left:0;
        right:0;
        display: inherit;
        margin: auto;
        width: 250px;

    }

    .header .slogan .title .small-text{
        font-size:13px;
    }

    .header .slogan .sub-title {
        font-size:10px;
        text-align: right;
    }

    .header .img-responsive-mine.banner{
        max-height: 300px;




        overflow: hidden;
        width: 100% !important;


    }

    .img-responsive-mine{
        width: 100%;
        display: block;

        height: auto;
    }



    .header .slogan {


        bottom: 3%;
        /*width: 100%;*/
        right: 3%;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }


    .next-btn {
        background: white;
        border: 2px solid #00bb9a;
        color: #00bb9a;
        padding: 15px 20px 15px 20px;

        border-radius: 200px 200px 200px 200px;
        -moz-border-radius: 200px 200px 200px 200px;
        -webkit-border-radius: 200px 200px 200px 200px;
        text-transform: uppercase;
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
        font-size: 13px;
    }


    .back-btn {
        background: white;
        border: 2px solid #9a9a9a;
        color: #9a9a9a;
        padding: 15px 20px 15px 20px;

        border-radius: 200px 200px 200px 200px;
        -moz-border-radius: 200px 200px 200px 200px;
        -webkit-border-radius: 200px 200px 200px 200px;
        text-transform: uppercase;
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
        font-size: 13px;

    }

}





/* OTHER STYLES */

/*CHECKBOX*/
.checkbox{
    margin-top:0px;



}

.checkbox input[type="checkbox"] {
    display: none;

}
.checkbox label{
    padding:0;
    text-align:center;
}

.checkbox input[type="checkbox"]:checked + label {
    border: 3px solid #00bb9a;

    width:100%;
    height:100%;
    box-shadow: inset 0 0 0 #fff;

    color: #00bb9a;
}

.checkbox input[type="checkbox"] + label {
    border: 1px solid #cccbc8;
    background-color: white;

    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
    height:100%;

}

.radio{
    margin-top:0px;



}
.wrapperbox.row {
    margin-right: 0px;
    margin-left: 0px;
}
.radio input[type="radio"] {
    display: none;

}
.radio label{
    padding:0;
    text-align:center;
}

.radio input[type="radio"]:checked + label {
    /*border: 1px solid red;
   border-color: #00bb9a;*/
  border: 3px solid #00bb9a;

    /*width: 150px;
    height: 150px;*/
    padding-bottom: 20px;
    padding-top: 20px;
    width: 100%;
    height: 100%;
   /* box-shadow: inset 0 0 0 #fff;*/
    /*background-color: #77aa43;*/
    color: #00bb9a;
}

.no-padding{
    padding-left:0px;
    padding-right:0px;
}
.radio input[type="radio"] + label {
   /* border: 1px solid #cccbc8;*/
    background-color: white;
    border: 1px solid #cccbc8;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
    padding-top: 20px;
   /* width:150px;
    height:150px*/
    width: 100%;
    height: 100%;
    padding-bottom: 24px;
}

.fa{
    font-size:25px;
}

.radio-inline+.radio-inline{
    margin-left:0px;

}

.radio-inline {
  /*  padding-top: 20px;*/
}
.form-control { border-radius: 0; }

.title{
    font-size: 20px;
    font-weight: bold;
}

.btn-style{
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;

    height: 60px;
    background: #f08227;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff!important;

    font-size: 20px;
    font-weight: 700;
    border-bottom: 5px solid #e45f2c;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #e45f2c;
    border-top: 1px solid #f08227;
    border-left: 1px solid #f08227;
    border-right: 1px solid #f08227;
    padding: 12px 20px;

}

.btn-style2{
    transition: all .2s ease;
    background: #fff;
    height: 60px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #979290!important;

    font-size: 20px;
    font-weight: 700;
    border: 1px solid #cccbc8;
    -webkit-box-shadow: inset 0 -5px 0 0 #f3f2ee;
    -moz-box-shadow: inset 0 -5px 0 0 #f3f2ee;
    box-shadow: inset 0 -5px 0 0 #f3f2ee;
    padding: 12px 20px;
    border-color: #cccbc8;
    border-style: solid;
    border-width: 1px;
}

.error{
    color: red;
    font-weight: bold;
    font-size: 14px;
}
.text-align-right{
    text-align:right;
}
.grey{
    color:#4f4f4f;
}

.alert.alert-success.custom-alert{
    color: white;
    background-color: #77AA43;
    border: 1px solid #77AA43;
    text-align: center;
    font-size: 20px;
}

.alert.custom-alert-unique{
    color: white;
    background-color: #00bb9a;
    border: 1px solid #00bb9a;
    text-align: center;
    font-size: 20px;
}

ul.error-list
{
    list-style-type: none;
}

.alert.alert-success.custom-alert {
    color: white;
    background-color: #2ECC71;
    border-color: #2ECC71;
    border-radius: 0px;
    text-align: center;
}