.elementor-6740 .elementor-element.elementor-element-38a3f6e4 > .elementor-container{max-width:1400px;}.elementor-6740 .elementor-element.elementor-element-38a3f6e4{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-6740 .elementor-element.elementor-element-38a3f6e4 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-6740 .elementor-element.elementor-element-1fbc92fa .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:62px;font-weight:600;color:#FFFFFF;}.elementor-6740 .elementor-element.elementor-element-1fbc92fa > .elementor-widget-container{padding:50px 0px 0px 0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-6740 .elementor-element.elementor-element-1788406b{font-family:"Roboto", Sans-serif;font-size:20px;font-weight:400;color:#FFFFFF;}.elementor-6740 .elementor-element.elementor-element-1788406b > .elementor-widget-container{padding:40px 0px 0px 0px;}.elementor-widget-button .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );background-color:var( --e-global-color-accent );}.elementor-6740 .elementor-element.elementor-element-5c7dc8a9 .elementor-button{font-family:"Roboto", Sans-serif;font-size:20px;font-weight:600;fill:#000000;color:#000000;}.elementor-6740 .elementor-element.elementor-element-5c7dc8a9 > .elementor-widget-container{padding:100px 0px 0px 0px;}.elementor-6740 .elementor-element.elementor-element-48a8d858{--spacer-size:250px;}.elementor-6740 .elementor-element.elementor-element-d49e98e > .elementor-widget-container{padding:0px 150px 200px 0px;}/* Start custom CSS for html, class: .elementor-element-d49e98e *//* Start custom CSS for text-editor, class: .elementor-element-18ca0968 *//* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}
.homeform{
padding-top: 20px;position: absolute;top:40px; left: 95%; height: auto;width: 430px;z-index: 2;background-color: white;padding-left: 5%;padding-right: 5%;border-radius: 5px 5px 5px 5px;
}
/* Hide all steps by default: */
.tab {
  height: auto;  
  display: none;
}
.formheader{
    font-family: "Roboto", Sans-serif;
    font-size: 22px;
    line-height: 1.9em;
}

button {
  background-color: #4CAF50;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;

}



#prevBtn {
  background-color: #bbbbbb;
}
.prevBtn button:hover {
      background-color: #272933;
}

.btnNext button:hover {
      background-color: #272933;
}
/* Make circles that indicate the steps of the form: */
.step {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: white;
    border: 3px solid #ddd;
    border-radius: 50%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    will-change: transform;
   /* margin-left: 10px*/
}

.step.active {
  border-color: #5f9747;
  
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;
}
.radio-toolbar {
     /*margin: 10px 0px 10px 2px;*/
}

.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.tab p {
    display: inline-block;
    padding: 2px 2px;
    border-radius: 2px;
   font-family: "Roboto", Sans-serif;
    font-size: 12px;
    font-weight: 600;
     margin-bottom: 10%;
	     margin-top: 5%;
}

.radio-toolbar label {
    display: inline-block;
    padding: 2px 4px;
    border: 1px solid #444;
    border-radius: 2px;
   font-family: "Roboto", Sans-serif;
    font-size: 17px;
    font-weight: 600;
	min-width: 48%;
    text-transform: uppercase;
    background-color: #ffcc00;
	color: #000000;
	text-align: center;
}

.radio-toolbar label:hover {
  background-color: #3C4259;
  color: #fff;
}

.radio-toolbar input[type="radio"]:focus + label {
    border: 2px dashed #444;
}

.radio-toolbar input[type="radio"]:checked + label {
    background-color: #399839;
    border-color: #399839;
    color: white;
}
.radio-toolbar input[type="date"] {
    color: #666;
    padding: .75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
    width: 96%;
}
.radio-toolbar input[type="text"] {
    color: #666;
    padding: .75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
    width: 100%;
    font-weight: 600;
}

.radio-toolbar select {
    color: #666;
    padding: .75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
    width: 100%;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    padding-left: 2px;
    padding-bottom: 5px;
}/* End custom CSS */

/*desktop*/
@media only screen and (min-width : 1200) {


}

/*tablet landscape*/
@media screen and (min-width: 1024px) and (max-width: 1600px)  {

  .radio-toolbar input[type="date"] {
    color: #666;
    padding: .75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
    width: 75%;
}
.radio-toolbar input[type="date"]::before {
	color: #666;
	content: attr(placeholder);
}
.radio-toolbar input[type="date"] {
	color: #666;
}
.radio-toolbar input[type="date"]:focus,
.radio-toolbar input[type="date"]:valid {
	color: #666;
}
.radio-toolbar input[type="date"]:focus::before,
.radio-toolbar input[type="date"]:valid::before {
	content: "" !important;
}
} /* end media query*/

/*tablet portrait*/
@media screen and (min-width: 768px) and (max-width: 1023px)  {
.homeform{
padding-top: 20px;
position: absolute;
top: 40px;
left: 53%;
height: auto;
width: 350px;
}


  .radio-toolbar input[type="date"] {
    color: #666;
    padding: .75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
    width: 75%;
}
.radio-toolbar input[type="date"]::before {
	color: #666;
	content: attr(placeholder);
}
.radio-toolbar input[type="date"] {
	color: #666;
}
.radio-toolbar input[type="date"]:focus,
.radio-toolbar input[type="date"]:valid {
	color: #666;
}
.radio-toolbar input[type="date"]:focus::before,
.radio-toolbar input[type="date"]:valid::before {
	content: "" !important;
}
}/*end media definition*/


/*smartphone landscape*/
@media screen and (min-width: 480px) and (max-width: 767px)  {
.btnPrev{
	font-size: 17px!important;
}
.btnNext{
	font-size: 17px!important;
	width: 48%!important;
}
.step {
    width: 16px!important;
    height: 16px!important;
}
.radio-toolbar label {
	width:100%!important;
	margin-bottom:12px!important;
}
.divNextPre{
	padding-top: 78px!important;
}

  .radio-toolbar input[type="date"] {
    color: #666;
    padding: .75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
    width: 75%;
}
.radio-toolbar input[type="date"]::before {
	color: #999999;
	content: attr(placeholder);
}
.radio-toolbar input[type="date"] {
	color: #666;
}
.radio-toolbar input[type="date"]:focus,
.radio-toolbar input[type="date"]:valid {
	color: #666666;
}
.radio-toolbar input[type="date"]:focus::before,
.radio-toolbar input[type="date"]:valid::before {
	content: "" !important;
}
}/*end media query*/



/*smartphone portrait*/
@media screen /*and (min-width: 320px)*/
and (max-width: 479px) {
.btnPrev{
	font-size: 17px!important;
}
.btnNext{
	font-size: 17px!important;
	width: 48%!important;
}
.step {
    width: 16px!important;
    height: 16px!important;
}
.radio-toolbar label {
	width:100%!important;
	margin-bottom:12px!important;
}
.divNextPre{
	padding-top: 78px!important;
}
.homeform{
position: inherit;
padding-top: 20px;
height: auto;
width: 100%;
z-index: 99;
background-color: white;
padding-left: 5%;
padding-right: 5%;
border-radius: 5px 5px 5px 5px;
}
  .radio-toolbar input[type="date"] {
    color: #666;
    padding: .75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
    width: 75%;
}
.radio-toolbar input[type="date"]::before {
	color: #999999;
	content: attr(placeholder);
}
.radio-toolbar input[type="date"] {
	color: #666;
}
.radio-toolbar input[type="date"]:focus,
.radio-toolbar input[type="date"]:valid {
	color: #666666;
}
.radio-toolbar input[type="date"]:focus::before,
.radio-toolbar input[type="date"]:valid::before {
	content: "" !important;
}
}

/*end media query*//* End custom CSS */