@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,300i,400,600,600i,700,800,900');

@font-face {
    font-family: 'Nunito Sans';
    src: url('/fonts/nunitosans-regular-webfont.woff2') format('woff2'),
    url('/fonts/nunitosans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html, body {
    height: 100%;
    max-height: 100%;
    margin: 0 ;
    background: #fff url("../images/bg.jpg") no-repeat left top / auto;
     font-family: "Rajdhani";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-transform: none;
    line-height: 26px;
    letter-spacing: 0;
    color: #212a61;

}

.page-wrapper {
    height: auto;
    background: rgba(255,255,255, 0.8);
}

.page-content{
    position: relative;
    width:100%;
    max-width: 976px;
    padding: 15px 15px 0 15px;
    margin:auto;

}

h2{
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -1.5px;
    font-style: normal;
    font-weight: 600;
    font-family: "Rajdhani";
    color:#b2a475;
}
form{
    font-family: "Rajdhani";
    font-size: 16px;
    color: #212a61;
}
.nextBtn{

    position: relative;
    font-size:45px;
    margin-top: 3rem;
    background: #fff;
    max-height: 100px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;



}
.sticky-div{
    border:1px solid red;
    position: -webkit-sticky;
    position: sticky;
    top: 15px;
}

.nextBtn span{
    font-size:13px;
    font-family: "Rajdhani";
    font-weight: 600;
    color:#212a61;
    text-transform: uppercase;
    display: block;

}

.btn-circle {
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 0 0;
    font-size: 18px;
    line-height: 3;
    border-radius: 30px;
    font-family: "Rajdhani";
    font-weight: 700;
}
.stepwizard-step p {
    font-family: "Rajdhani";
    font-weight: 600;

}

.btn-primary {
    color: #ecd584;
    background-color: #020537;
    border-color: #020537;

}

.btn-primary:hover {
    color: #fff;
    background-color: #b2a475;
    border-color: #b2a475;

}
.service-wrap,
.service-wrap-lastchild
{
    background:#fff;
    width:100%;
    padding: 1em 5px;
    max-width: 180px;
    min-width: 110px;
    min-height: 140px;
    margin-bottom: 20px;
    border:1px solid #ccc;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;

}

.btn[disabled]{
    opacity:10;
}
.service-wrap p{
    font-family: "Rajdhani";
    font-weight: 600;
    margin-top: 10px;
    color: #212a61;
    line-height: 18px;
;
}

.form-control {

    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 15px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.42857143;
    color: #212a61;
    background-image: none;
     -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border:1px solid transparent;
    background-color: rgba(178, 164, 117, 0.7);
    border-radius: 20px;



}

label{
    color: #b2a475;
    font-weight: 700;
}
.btn-success {
    color: #fff;
    background-color: #b2a475;
    border-color: transparent;
    font-size: 15px;
    font-weight: 700;
    padding: 8px 30px;
    border-radius: 40px;
}
.btn-danger {
    color: #fff;
    background-color: #212a61;
    border-color: transparent;
    font-size: 15px;
    font-weight: 700;
    padding: 8px 30px;
    border-radius: 40px;
}
.btn-circle  {border:3px solid #e3e3e3;}

.btn-danger.active, .btn-danger:active, .open>.dropdown-toggle.btn-danger {
    color: red;
    background-color: lime;
    border-color: #ac2925;
}
.has-error .form-control {

    border-color: red;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);

}

@media screen and (max-width: 590px){
    .service-wrap-lastchild{
        background: #fff;
        width: 100%;
        padding: 1em 5px;
        max-width: 100%;
        margin-bottom: 20px;
        border: 1px solid #ccc;
        -webkit-box-shadow: 0 10px 6px -6px #777;
        -moz-box-shadow: 0 10px 6px -6px #777;
        box-shadow: 0 10px 6px -6px #777;
    }
}

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

    html, body {
        background: #fff url("../images/bg.jpg") repeat-y right top / contain;
    }

    .col-xs-6 {
       width: 100%;
        max-width: 185px;
        padding-right: 0;
        padding-left: 0;
        margin: auto;
        float: unset;
    }

    /*.service-wrap-lastchild{
        max-width: 300px;
        width:100%;
        padding: 1em 5px;

    }*/
}
@media screen and (max-width: 360px){
    .service-wrap, .service-wrap-lastchild {font-size:14px;}
    .col-lg-10,
    .col-md-10,
    .col-xs-10{
      padding-right: 0;
      padding-left: 0;
}
    .row {
        margin-right: 0;
        margin-left: -15px;
    }
}

.input__label--kaede {height: auto; max-height: 60px;}
.input__label {

color: #fff;
font-weight: 700;
font-size: 16px;
font-family: "Rajdhani";

}
.input__field--kaede {
color: #b2a475;
font-weight: 700;
font-size: 16px;
font-family: "Rajdhani";
text-transform: uppercase;
}

.input--kaede {background: rgba(178, 164, 117, 0.7); margin: .70em auto .70em;}
.input {max-width: unset;}
.input__label-content--kaede {

padding: 20px 0;

}
.help-block {
margin-top: -10px;
margin-left: 16px;
}

.error-message-container{
    border: 1px solid red;
    background: rgba(255,255,255, 0.7);
    padding: 5px 10px 0 15px;
    font-weight: 600;
    margin: 0 15px;
}

.scrollButton{
    position: absolute;
    top: 100px;
    right: 1px;
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    z-index: 1;
}


