/*custom font*/
@import url(https://fonts.googleapis.com/css?family=Montserrat);


body {
    font-family: montserrat, arial, verdana;
    background: transparent;
}

/*form styles*/
#msform {
    text-align: center;
    position: relative;
    margin-top: 30px;
}

#msform fieldset {
    background: #fff;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    padding-top: 0px;
    box-sizing: border-box;
    width: 100%;
    /*margin: 0 10%;*/

    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

/*inputs*/

#msform input:not('.select2-search__field'), #msform textarea:not('.select2-search__field') {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    /*width: 70%;*/
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
}

/*#msform input:focus, #msform textarea:focus {*/
    /*-moz-box-shadow: none !important;*/
    /*-webkit-box-shadow: none !important;*/
    /*box-shadow: none !important;*/
    /*border: 1px solid #66b5c8;*/
    /*outline-width: 0;*/
    /*transition: All 0.5s ease-in;*/
    /*-webkit-transition: All 0.5s ease-in;*/
    /*-moz-transition: All 0.5s ease-in;*/
    /*-o-transition: All 0.5s ease-in;*/
/*}*/

/*buttons*/
#msform .action-button {
    width: 100px;
    /*background: #66b5c8;*/
    /*background: #007886;*/
    background: #d81b60;
    font-weight: bold;
    /*color: #ddf;*/
    color: #fff;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px #ddf, 0 0 0 3px #66b5c8;
}

#msform .action-button:disabled {
    /*background: #66b5c8;*/
    background: #8994a3;
    cursor: not-allowed;
}

#msform .action-button-previous {
    width: 100px;
    /*background: #C5C5F1;*/
    background: #69a2b1;
    font-weight: bold;
    /*color: #ddf;*/
    color: #fff;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px #ddf, 0 0 0 3px #C5C5F1;
}

/*headings*/
.fs-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #2C3E50;
    /*margin-bottom: 10px;*/
    letter-spacing: 2px;
    font-weight: bold;
    text-align: left;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}


/*progressbar*/
#progressbar {
    /*margin-bottom: 30px;*/
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    padding: 80px 0;
    background-color: #eeeeee;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    color: #333;
    text-transform: uppercase;
    font-size: 9px;
    /*width: 25%;*/
    float: left;
    position: relative;
    letter-spacing: 1px;
}
/*****original********/
/*#progressbar li:before {*/
    /*content: counter(step);*/
    /*counter-increment: step;*/
    /*width: 34px;*/
    /*height: 34px;*/
    /*line-height: 33px;*/
    /*display: block;*/
    /*font-size: 14px;*/
    /*color: #333;*/
    /*background: #1BDB9E;*/
    /*border-radius: 25px;*/
    /*margin: 0 auto 10px auto;*/
    /*font-weight: bold;*/
    /*cursor: pointer;*/
    /*z-index: 2;*/
    /*position: relative;*/
/*}*/
/***********************/
#progressbar li:before {
    content: '';
    width: 98%;
    height: 10px;
    line-height: 33px;
    display: block;
    font-size: 14px;
    color: #333;
    background: #1BDB9E;
    /*border-radius: 25px;*/
    margin: 0 auto 10px auto;
    font-weight: bold;
    cursor: pointer;
    z-index: 1;
    position: relative;
}

/*progressbar connectors*/
/*#progressbar li:after {*/
    /*content: '';*/
    /*width: 100%;*/
    /*height: 5px;*/
    /*background: #1BDB9E;*/
    /*position: absolute;*/
    /*left: -50%;*/
    /*top: 15px;*/
    /*!*z-index: -1; put it behind the numbers*!*/
        /*z-index: 0;*/
/*}*/

/*#progressbar li:first-child:after {*/
    /*!*connector not needed before the first step*!*/
    /*content: none;*/
/*}*/

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
	/*
	background: #66b5c8;
    color: #ddf;
	*/
    /*color:#44463b;*/
    background: #ff84ea;
    color: #fff;
}

.col-form-label.align_left{
    text-align: left;
    padding: 10px 5px;
}
.resResult .listResult > li{
    text-align: left;
}
.resResult {
    border: 1px solid #ccc;
    display: block;
    position: absolute;
    width: 95.1%;
    z-index: 10;
    background: #fff;
    top: 76%;
    border-top: none;
}
/* Not relevant to this form */
.dme_link {
    margin-top: 30px;
    text-align: center;
}
.dme_link a {
    background: #FFF;
    font-weight: bold;
    color: #66b5c8;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 5px 25px;
    font-size: 12px;
}

.dme_link a:hover, .dme_link a:focus {
    background: #C5C5F1;
    text-decoration: none;
}
#msform fieldset .form-group > div{
    padding-bottom: 10px;
}
.infobulle{
    display: block;
    text-align: left;
    font-size: 0.8em;
    color: #999;
    padding-top: 5px;
}
.cnt_fix ul {
    text-align: left;
}
#msform fieldset .form-group h2{
    font-weight: bold;
    color:#007886;
}
#msform fieldset input[type=file] {
    padding: 5px 10px;
    height: auto;
}
#msform .form-group div > div.res_ajax,
.rz-menu-right .rz-form-group > div.res_ajax {
    position: absolute;
    top: 68%;
    width: 95.2%;
    border: 1px solid #ccc;
    z-index: 10;
    background: #fff;
    border-top: none;
    max-height: 200px;
    overflow-y: auto;
}
.rz-menu-right .rz-form-group > div.res_ajax
{
    display: block;
    top:100%;
    width:100%;
}
#msform .form-group div > div.res_ajax ul,
.rz-menu-right .rz-form-group > div.res_ajax ul
{
    list-style: none;
    width: 100%;
}
#msform .form-group div > div.res_ajax ul li,
.rz-menu-right .rz-form-group > div.res_ajax ul li
{
    padding: 5px 15px;
    text-align: left;
    cursor: pointer;
}
#msform .form-group div > div.res_ajax ul li:hover,
.rz-menu-right .rz-form-group > div.res_ajax ul li:hover
{
    background: #eee;
}
#in_contact .frm_cja{
    padding: 0 5px;
}
.select2-container{
    display: block;
    text-align: left;
    width: 100%!important;
}
.header_arrow{

}
.header_step{
    font-size: 15px;
    text-align: right;
    margin-top: 19px;
}
.header_arrow{
    font-size: 25px;
    margin-top: -5px;
    color: #6bdb9f;
    cursor: pointer;
    opacity: 0.5;
}
.header_arrow:hover
{
    opacity: 1;
}
.header_rate
{
    color: #ed83ea;
    margin-left: 30px;
    padding-right: 0px;
}
