@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; background:url("../img/bg.jpg"); background-size: cover; }
.wrap{position: relative; background:url("../img/bg-footer.jpg") no-repeat; background-position: bottom right; background-size: 200px; 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: relative; display: table; width: 220px; margin: 0 auto 30px;}
.footer img{ width: 100%;}

.content {position: relative; display: table; max-width: 860px; width: 100%; margin: 50px auto; padding: 2% 4% 3%; background: #feecc8; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);}
.content-lft{ float: left; width: 62%}
.content-rgt{ float: right; width: 35%;}

.img1{position: relative; display: table; max-width: 300px; width: 100%; margin: 0 auto;}
.img1 img{width: 100%;-webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px;}
.lft{float: left;}
.rgt{float: right;}

.btn-irv {width: 100%; background: #840053; color: #fff !important; font-weight: bold; padding: 10px 0; transition: all 0.3s;}
.btn-irv:hover {background: #550434; 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: 20px;}
.wizard .wizard-header .steps{height: 15px;}
.wizard .wizard-header .steps .wizard-step{background: #850252; 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;}


label{font-size: 16px; font-weight: 600; line-height: 22px;}
.description{font-size: 18px; font-weight: 600; line-height: 22px; 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-control:focus { border-color: #fcae18 !important; }
.btn:focus {outline:none !important;}

.result-holder{position: relative; display: table; max-width: 520px; width: 100%; margin: 10px auto 0;}
.result-holder img{width: 100%;}

@media (max-width:800px){
body{ background-size: contain; }    
.wrap{background-size: 170px;}
.header{ max-width: 380px; }
.footer{ width: 200px; }
.content {padding: 4%;}


    
}

@media (max-width:480px){
.wrap{background-size: 100px;}
.header{ max-width: 300px;}    
.footer{ width: 170px; }
.content-lft{ float: none; width: 100%;}
.content-rgt{ float: none; width: 100%; margin-bottom: 20px;}    
.img1{width: 200px; margin: 0 auto;}
    
}

