@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

a:hover {text-decoration: none !important;}
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
*:after, *:before { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}

body{ position: relative; width:100%; overflow-x:hidden!important; font-family: 'Open Sans', sans-serif;}
.bg-home{ background:url("../img/bg-home.jpg") repeat; background-size: cover; }
.bg-survey{ background:url("../img/bg-survey.jpg") repeat; background-size: cover; }
.bg-result{ background:url("../img/bg-result.jpg") repeat; background-size: cover; }

.wrap{position: relative; display: table; width: 100%; height: 100vh;}
.header{ position: relative; display: table; max-width: 430px; width: 100%; margin: 20px auto 0;}
.header img{ width: 100%;}
.footer{ position: absolute; bottom: 20px; display: table; width: 94%; margin: 40px 3% 0;}
.logo1{ position: relative; float: left; display: table; width: 15%; }
.logo2{ position: relative; float: right; display: table; width: 13%; margin: 5px 0 0; }
.f-txt{ position: relative; float: left; display: table; width: 72%; margin: 30px 0 0; text-align: center; font-size: 14px; }
.logo1 img{ float: left; max-width: 200px; width: 100%;}
.logo2 img{ float: right; max-width: 170px; width: 100%;}

.home{position: relative; float: left; display: table; margin: 4% 0 220px;}
.img1{position: relative; float: left; display: table; width: 65%; text-align: center;}
.img2{position: relative; float: left; display: table; width: 35%; text-align: center;}
.img1 img{max-width: 700px; width: 100%;}
.img2 img{max-width: 400px; width: 100%;}
.btn-start{osition: relative; float: left; display: table; width: 100%; margin: 20px 0 0 0; text-align: center;}
.btn-start img{max-width: 180px; width: 100%;}

.holder {position: relative; display: table; width: 100%; margin: 2% 0 50px;padding: 0;}
.hldr-lft{position: relative; float: left; display: table; width: 45%;}
.hldr-rght{position: relative; float: left; display: table; width: 35%; margin: 3% 0 0 5%; text-align: center;}
.hldr-lft img, .hldr-rght img{width: 100%;}

.content {position: relative; display: table;  min-height:300px; max-width: 860px; width: 100%; margin: 50px auto; padding: 2% 4% 3%; background:none}
.content-lft{ float: left; width: 100%}



.btn-irv {width: 100%; background: #ff7581; color: #fff !important; font-weight: bold; padding: 10px 0; border-radius: 20px; transition: all 0.3s;}
.btn-irv:hover {background: #e75f6b; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);}
#wizard-subm{margin: 10px 0 0;}
.btn-irv-default {font-weight: bold; background: #bbb; color: #fff !important;}
.btn-irv-default:hover {background: #aaa;}
.wizard{overflow: hidden;}
.wizard .wizard-header {margin-bottom: 40px;}
.wizard .wizard-header .steps{height: 15px;}
.wizard .wizard-header .steps .wizard-step{background: #0069ae; width:15px; height:15px; display:inline-block; margin:0 10px; opacity:0.2; border-radius:50%; transition: all 0.8s;}
.wizard .wizard-header .steps .wizard-step.active{opacity: 1;}
.wizard .wizard-body{position: relative; transition: all 0.3s cubic-bezier(0.68, -0.3, 0.37, 0.6);}
.wizard .wizard-body .step{transition: all 0.3s ease-in-out; position: absolute; width: 100%; top: 0; right: -100%; opacity: 0;}
.wizard .wizard-body .step.initial{position: relative;}
.wizard .wizard-body .step.off{opacity: 0 !important; right: 100% !important;}
.wizard .wizard-body .step.active{right: 0; margin-left: 0; margin-top: 0; opacity: 1; transition: all 0.4s linear; transition-delay: 0.1s;}
.wizard .wizard-footer{margin-top: 30px;}

.form-control {color: #0068b0; background-color: transparent; background-image: none; padding: 15px; border: 1px solid #dc587e; border-radius: 20px;}

label{ color: #0068b0; font-size: 16px; font-weight: 600; line-height: 22px; margin: 0 0 10px;}
.description{color: #0068b0; font-size: 20px; font-weight: 700; line-height: 24px; margin-bottom: 25px;}
input[type=checkbox], input[type=radio] {margin: 4px 10px 0 0;}
.frm{ background: none; border: 1px solid #850053; border-radius: 50px; padding: 10px 25px;}

.form-group li label{border: 2px solid #dc587e; width: 100%; padding: 15px; border-radius: 20px; margin-bottom: 20px;}

.form-control:focus { border-color: #fcae18 !important; }
.btn:focus {outline:none !important;}



@media (max-width:1024px){
.f-txt{ margin: 20px 0 0;}
.hldr-lft{width: 100%; }
.hldr-rght{width: 100%; margin: 0;}
.hldr-lft img{width: 70%;}    
.hldr-rght img{width: 60%;}    
}

@media (max-width:800px){
.logo1{ width: 45%; }
.logo2{ width: 35%; }
.f-txt{ width: 100%; margin: 30px 0; }
.img1{ width: 100%;}
.img2{ width: 100%;}
.img1 img{max-width: 500px; }
.img2 img{max-width: 300px; }
.holder {margin: 2% 0 220px;}         
}

@media (max-width:767px){

}

@media (max-width:480px){
.f-txt{font-size: 12px;}
.img1 img{max-width: 300px; }
.img2 img{max-width: 180px; }
.btn-start img{max-width: 120px; }
.hldr-lft img{width: 80%;}    
.hldr-rght img{width: 90%;}    
    
}

