.elementor-kit-5{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#FFCC00;--e-global-color-208f794:#282828;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h2{font-size:30px;}.elementor-kit-5 h3{font-size:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 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 */