/* GENERAL */
 
body {
    background: #f7f9ff;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    color: #465062;
}
 
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #465062;
}
 
p {
    margin-bottom: 24px;
    line-height: 1.9;
}
 
label {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: #F47611;
}


/* TITLE */
 
#title-container {
	display: flex;
	justify-content: center;
	align-items: center;
    height: 100%;
    color: #465062;
    background-color: #FFF;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
    -webkit-box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
    -moz-box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
}
 
#title-container h2 {
    font-size: 45px;
    font-weight: 800;
    color: #465062;
    padding: 0;
    margin-bottom: 0px;
}
 
#title-container h3 {
    font-size: 25px;
    font-weight: 600;
    color: #F47611;
    padding: 0;
}
 
#title-container p {
    font-size: 13px;
    padding: 0 25px;
    line-height: 20px;
}
 
.bg-image {
    width: 300px;
}

/* FORMS */

textarea{
	
	background-color: #FFF;
	border-radius: 5px;
	border:1px solid #ced4da;
	border-color: #ced4da!important;
	padding:5px 20px 5px 50px;
	cursor: pointer;
	transition:all 0.15s ease-in-out;
	height: 200px;
	width: 100%;
}


#company-container,
#qbox-container
{
	height: 100%;
	background: #FFF;
}


#qbox-container {
/*    background: url(../img/cover.jpg);
    background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: normal;
    padding: 0px;	
    box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
    -webkit-box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
    -moz-box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
}
 
#steps-container {
    margin: auto;
    width: 100%;
	padding:10px;
}
 
.step {
    display: none;
}
 
#step-one h4,
#step-two h4,
#step-three-B h4,
#step-three-C h4,
#step-four-B h4,
#step-five h4,
#step-six h4
#step-seven h4
#step-eight h4
#step-nine h4
#step-ten h4
{
    margin: 0 0 2rem 0;
    padding: 0;
    position: relative;
    font-weight: 500;
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.6;
	text-align:center; 
}
 
button#prev-btn,
button#next-btn,
button#prev-btn-step-one,
button#prev-btn-step-two,
button#prev-btn-step-three-B,
button#prev-btn-step-three-C,
button#prev-btn-step-four-B,
button#prev-btn-step-five,
button#prev-btn-step-six,
button#prev-btn-step-seven,
button#prev-btn-step-eight,
button#prev-btn-step-nine,
button#prev-btn-step-ten,
button#next-btn-step-one,
button#next-btn-step-two,
button#next-btn-step-three-B,
button#next-btn-step-three-C,
button#next-btn-step-four-B,
button#next-btn-step-five,
button#next-btn-step-six,
button#next-btn-step-seven,
button#next-btn-step-eight,
button#next-btn-step-nine,
button#next-btn-step-ten,
button#submit-btn {
    font-size: 17px;
    font-weight: bold;
    position: relative;
    width: 45%;
    height: 50px;
    background: #465062;
    margin: 0 auto;
    margin-top: 40px;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    transition: color .3s;
    text-align: center;
    color: #fff;
    border: 0;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;	
}
 
button#prev-btn:after,
button#next-btn:after,
button#prev-btn-step-one:after,
button#next-btn-step-one:after,
button#prev-btn-step-two:after,
button#next-btn-step-two:after,
button#prev-btn-step-three-B:after,
button#next-btn-step-three-B:after,
button#prev-btn-step-three-C:after,
button#next-btn-step-three-C:after,
button#prev-btn-step-four-B:after,
button#next-btn-step-four-B:after,
button#prev-btn-step-five:after,
button#next-btn-step-five:after,
button#prev-btn-step-six:after,
button#next-btn-step-six:after,
button#prev-btn-step-seven:after,
button#next-btn-step-seven:after,
button#prev-btn-step-eight:after,
button#next-btn-step-eight:after,
button#prev-btn-step-nine:after,
button#next-btn-step-nine:after,
button#prev-btn-step-ten:after,
button#next-btn-step-ten:after,
button#submit-btn:after {
    position: absolute;
    top: 90%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F47611;
    content: "";
    z-index: -2;
    transition: transform .3s;
}
 
button#prev-btn:hover::after,
button#next-btn:hover::after,
button#next-btn-step-one:hover::after,
button#next-btn-step-two:hover::after,
button#next-btn-step-three-B:hover::after,
button#next-btn-step-three-C:hover::after,
button#next-btn-step-four-B:hover::after,
button#next-btn-step-five:hover::after,
button#next-btn-step-six:hover::after,
button#next-btn-step-seveb:hover::after,
button#next-btn-step-eight:hover::after,
button#next-btn-step-night:hover::after,
button#next-btn-step-ten:hover::after,
button#prev-btn-step-one:hover::after,
button#prev-btn-step-two:hover::after,
button#prev-btn-step-three-B:hover::after,
button#prev-btn-step-three-C:hover::after,
button#prev-btn-step-four-B:hover::after,
button#prev-btn-step-five:hover::after,
button#prev-btn-step-six:hover::after,
button#prev-btn-step-seveb:hover::after,
button#prev-btn-step-eight:hover::after,
button#prev-btn-step-night:hover::after,
button#prev-btn-step-ten:hover::after,
button#submit-btn:hover::after {
    transform: translateY(-80%);
    transition: transform .3s;
}
 
.qbox__buttons_nav{
	display: flex;
	justify-content: center;
	
}

#next-btn-step-one,
#next-btn-step-five,
#next-btn-step-six,
#next-btn-step-seven,
#next-btn-step-eight,
#next-btn-step-nine,
#next-btn-step-ten,
#submit-btn
{
	width: 100%!important;
}
 
.q__question {
    position: relative;
}
 
.q__question:not(:last-child) {
    margin-bottom: 10px;
}
 
.question__input {
    position: absolute;
    left: -9999px;
}
 
.question__label {
    position: relative;
    display: block;
    line-height: 40px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    background-color: #fff;
    padding: 5px 20px 5px 50px;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}
 
.question__label:hover {
    border-color: #F47611;
}
 
.question__label:before,
.question__label:after {
    position: absolute;
    content: "";
}
 
.question__label:before {
    top: 12px;
    left: 10px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #ced4da;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
 
.question__input:checked+.question__label:before {
    background-color: #465062;
    box-shadow: 0 0 0 0;
}
 
.question__input:checked+.question__label:after {
    top: 22px;
    left: 18px;
    width: 10px;
    height: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}
 
.form-check-input:checked,
.form-check-input:focus {
    background-color: #F47611 !important;
    outline: none !important;
    border: none !important;
}
 
input:focus {
    outline: none;
}
 
#input-container {
    display: inline-block;
    box-shadow: none !important;
    margin-top: 36px !important;
}
 
label.form-check-label.radio-lb {
    margin-right: 15px;
}
 
#q-box__buttons {
    text-align: center;
}
 
input[type="text"],
input[type="email"],
textarea{
    padding: 8px 14px;
	border:1px solid #ced4da;
	border-radius:5px;
}
 
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus{
    border: 1px solid #F47611;
    border-radius: 5px;
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
 
.form-check-input:checked[type=radio],
.form-check-input:checked[type=radio]:hover,
.form-check-input:checked[type=radio]:focus,
.form-check-input:checked[type=radio]:active {
    border: none !important;
    -webkit-outline: 0px !important;
    box-shadow: none !important;
}
 
.form-check-input:focus,
input[type="radio"]:hover {
    box-shadow: none;
    cursor: pointer !important;
}

.form-text-input:focus,
input[type="radio"]:hover {
    box-shadow: none;
    cursor: pointer !important;
}
 
#success {
    display: none;
}
 
#success h4 {
    color: #F47611;
	text-align: center
}
 
.back-link {
    font-weight: 700;
    color: #DC3545;
    text-decoration: none;
    font-size: 18px;
}
 
.back-link:hover {
    color: #82000a;
}

/* PRELOADER */
 
#preloader-wrapper {
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
	background-color:#465062;
}
 
#preloader {
    background-image: url('../img/preloader.svg');
    width: 100px;
    height: 100px;
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    margin: -75px 0 0 -75px;
/*    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;*/
    z-index: 1001;
}
 
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
 
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
 
#preloader-wrapper .preloader-section {
    width: 51%;
    height: 100%;
    position: fixed;
    top: 0;
    background: #FFFFFF;
    z-index: 1000;
}
 
#preloader-wrapper .preloader-section.section-left {
    left: 0
}
 
#preloader-wrapper .preloader-section.section-right {
    right: 0;
}
 
.loaded #preloader-wrapper .preloader-section.section-left {
    transform: translateX(-100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
 
.loaded #preloader-wrapper .preloader-section.section-right {
    transform: translateX(100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
 
.loaded #preloader {
    opacity: 0;
    transition: all 0.3s ease-out;
}
 
.loaded #preloader-wrapper {
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 0.3s 1s ease-out;
}

.copyright{
	
	background-color:#465062!important;
	position: absolute;
	bottom:0;
	padding:10px 0px;
	color:#FFF;
	text-align: center;
	
}

#checker_six,
#checker_seven,
#checker_eight,
#checker_nine_B{
	
	color:red;
	
}


/* MEDIA QUERIES */

@media (min-width: 767px) {
    
	#steps-container {
		padding:20px;
	}
	
	#qbox-container {
        padding: 20px;
		height: 100vh;
    }
}

@media (min-width: 992px) {
    
	#steps-container {
		padding:50px;
	}
	
	#company-container,
	#qbox-container
	{
		height: 60%;
	}
	
}

@media (min-width: 1200px) {
    
}
 
/*@media (min-width: 990px) and (max-width: 1199px) {
    #title-container {
        padding: 80px 28px 28px 28px;
    }
    #steps-container {
        width: 85%;
    }
}
 
@media (max-width: 991px) {
    #title-container {
        padding: 30px;
        min-height: inherit;
    }
}
 

 
@media (max-width: 560px) {
    #qbox-container {
        padding: 10px;
    }
    #title-container {
        padding-top: 45px;
    }
}*/