.frmlocation-inside-panel {
    /*margin:10px auto;*/
    max-width:100%;
    padding: 20px 20px 10px 20px;
    font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.frmlocation-bottom-panel{	
	margin-top:5px;
}

.bg-color {
    
    width: 100%;
    background: #f38230;
    text-align: center;
    padding: 20px 20px;
    color: #fff;
    font-size: 22px;
    line-height: 18px;
}
.multi-step-next,.multi-step-prev,.multi-step-submit { float:left; width:100%; text-align:center;}
.frmlocation-label{
    margin:0 0 3px 0;
    padding:0px;
    display:block;
    font-weight: bold; color:#000;
}
.multistep-nav-butn a:hover { color:#dedede !important;}
.multistep-nav-butn .multi-step-prev a:hover { color:#0073b9 !important;}
#ProcLoader { float:left; width:100%; text-align:center;margin:-65px 0 0 0;}
.fusion-section-separator .divider-candy-arrow.bottom {
    border-width: 18px 28px 0;
}
.divider-candy.bottom { border:none!important;}
.fusion-section-separator {border-bottom: none !important;}
.frmlocation-inside-panel input[type=text], 
.frmlocation-inside-panel input[type=tel], 
.frmlocation-inside-panel input[type=date],
.frmlocation-inside-panel input[type=datetime],
.frmlocation-inside-panel input[type=number],
.frmlocation-inside-panel input[type=search],
.frmlocation-inside-panel input[type=time],
.frmlocation-inside-panel input[type=url],
.frmlocation-inside-panel input[type=email],
.frmlocation-inside-panel textarea, 
.frmlocation-inside-panel select, .multi-select-button {
    /*box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;*/
    border:1px solid #8a8a8a;
    padding: 7px;
    margin:2% 0 0 0;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;  
	width:100%; border-radius:6px;
}
.frmlocation-inside-panel input[type=text]:focus, 
.frmlocation-inside-panel input[type=date]:focus,
.frmlocation-inside-panel input[type=datetime]:focus,
.frmlocation-inside-panel input[type=number]:focus,
.frmlocation-inside-panel input[type=search]:focus,
.frmlocation-inside-panel input[type=time]:focus,
.frmlocation-inside-panel input[type=url]:focus,
.frmlocation-inside-panel input[type=email]:focus,
.frmlocation-inside-panel textarea:focus, 
.frmlocation-inside-panel select:focus{
    -moz-box-shadow: 0 0 8px #88D5E9;
    -webkit-box-shadow: 0 0 8px #88D5E9;
    box-shadow: 0 0 8px #88D5E9;
    border: 1px solid #88D5E9;
}
.frmlocation-inside-panel .frmlocation-left-panel{
    float:left;
    width: 40%;
    padding:2px;
	width:49%;
}
.frmlocation-inside-panel .frmlocation-right-panel{
    float:right;
    width: 49%;
    padding:2px;
}

.frmlocation-inside-panel .frmlocation-full-panel{
    width: 100%;
}
.frmlocation-inside-panel .field-select{
    width: 100%;
}
.frmlocation-inside-panel .field-textarea{
    height: 100px;
}
.frmlocation-inside-panel input[type=submit], .frmlocation-inside-panel input[type=button]{
    /*background: #4B99AD;*/
    padding: 8px 15px 8px 15px;
    border: none;
    color: #fff;
	min-width:180px !important
}
.frmlocation-inside-panel input[type=submit]:hover, .frmlocation-inside-panel input[type=button]:hover{
    /*background: #4691A4;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;*/
}
.frmlocation-inside-panel .Required,
.frmlocation-required-txt .Required{
    color:red;
}
.valid-input{background-color:#bdf8aa;}
.clear{clear:both;}
.next-tab{background-color:#ffffc7 !important;}
.err-skip{background-color:#fb9e9e !important;}
.valid-input{background-color:#bdf8aa !important;padding: 2%;}
.default-sub-button, .default-process-button{
	/*font-size:12px  !important;
	font-family:arial, helvetica, sans-serif  !important; 
	
	text-decoration:none; 
	font-weight:bold  !important;
	color: #FFFFFF  !important;
	background-color: #fe642e  !important;
border: 1px solid #dda918;border-radius: 5px;cursor: pointer; text-transform:uppercase;*/padding: 20px 13px !important; cursor: pointer;
}
.default-sub-button:hover{
}
.default-process-button{
border:1px solid #dda918 !important; -webkit-border-radius: 3px; -moz-border-radius: 3px;font-size:12px !important;font-family:arial, helvetica, sans-serif !important; 
/*padding: 4px 10px 4px 10px !important;*/
text-decoration:none; display:inline-block; font-weight:bold !important; color: #FFFFFF !important;
 background-color: #fe642e !important; background-image: -webkit-gradient(linear, left top, left bottom, from(#4ba614), to(#008c00));
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4ba614, endColorstr=#008c00);
}

.default-process-button:hover{
 border:1px solid #224b09 !important;
 background-color: #36780f !important; background-image: -webkit-gradient(linear, left top, left bottom, from(#36780f), to(#005900));
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#36780f, endColorstr=#005900);
}


/*
 * Gradient Shadow
 */

/* All HTML5 progress enabled browsers */
progress.multi-progressbar {

	/* Turns off styling - not usually needed, but good to know. */
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	/* gets rid of default border in Firefox and Opera. */
	border: solid #cccccc 5px;
	border-radius: 10px;
	/* Dimensions */
	width:100%;
	height:20px;
}
#frmlocation-error-msg { padding:25px 20px 0; color:#ff0000;}

.frmlocation-required-txt {
    padding:25px 0 0 20px;color:#000;
}

.default-sub-button.custom-next-button {
    /*float: right;*/
    margin: 0 0 10px 0;
    padding: 0;
}
.default-sub-button.custom-next-button a:hover{
    color:#282a2b !Important
}

.multistep-nav-butn {
    float: left;
    margin-top: 7px;
    width: 100%;
}

.default-sub-button.custom-multsub-button {
    /*float: right;*/
    margin: 10px 0 22px 0;
    padding: 0;
}

/* Polyfill */
progress.multi-progressbar[role]:after {
	background-image: none; /* removes default background from polyfill */
}

/*
 * Background of the progress bar background
 */

/* Firefox and Polyfill */
progress.multi-progressbar {
	background:url(../images/progress-bar-gray.png) repeat-x 0 0 #fff !important; height:20px; border-radius:4px;border: 1px solid #eee;box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);line-height: 20px !important;overflow: hidden; margin:15px 0 15px 0; /* !important only needed in polyfill */
}
.progress-steps { font-weight:normal;font-size:13px;}
/* Chrome */
progress.multi-progressbar::-webkit-progress-bar {
	background: #cccccc;
}

/*
 * Background of the progress bar value
 */

/* Firefox */
progress.multi-progressbar::-moz-progress-bar {
	border-radius: 5px 0 0 5px;
	background:url(../images/progress-bar-blue.png) repeat-x 0 0 #fff !important;
}

/* Chrome */
progress.multi-progressbar::-webkit-progress-value {
	border-radius: 5px 0 0 5px;
	background:url(../images/progress-bar-blue.png) repeat-x 0 0 #fff !important;
}

/* Polyfill */
progress.multi-progressbar[aria-valuenow]:before {
	border-radius: 5px 0 0 5px;
	background:url(../images/progress-bar-blue.png) repeat-x 0 0 #fff !important;
	
}

#email,#selection{
	width:100%
}
#frmconsent{
	width:10%;
}

#td_consent {
    margin-top: 3%;
}

#td_consent .frmlocation-label{
    font-weight: normal;
    margin-top: 0;
    text-align: justify;
    width: 90%; color:#222222;
    float: left; font-size:11px
}
.multi-step-submit input { cursor:pointer;}
#dayphone1,#dayphone2,#dayphone3,#evephone1,#evephone2,#evephone3{width:29%;}

.frmlocation-field {
    margin-bottom: 13px;
    width: 100%;
}

#td_consent.frmlocation-full-panel input {
    float:left;
    text-align: left;
    width:15px !important; height:15px !important; margin:0 8px 0 0;
}

#td_consent.frmlocation-label{
	float:right;
	width:80%;	
}

#td_besttime.frmlocation-left-panel {
    width: 100% ;
}

.frmradiopanel > input {
    margin:3px 5px 5px 0;width:15px;
}

.frmchkbxpanel > input {
    margin-right:3px 5px 5px 0; width:15px;
}

#td_state {
    width: 100% !important;
}



div.stepsguide {background: rgba(0, 0, 0, 0) url("../images/form-strip.png") repeat-x center 25px;margin-bottom: 30px;overflow: hidden;width: 100%;}
div.stepsguide .step {float: left;font: bold 24px Arial;width:20%;}
#step1,#step2,#step3,#step4,#step5 {}
.step-head.step-active{background-color: #fe642e;border: 8px solid #cccccc;border-radius: 161px;color: #fff !important;font-size: 29px;height: 60px;margin: 0 auto;padding-top: 3%;text-align: center;width: 60px;}
.step-head {background-color: #fff;border: 8px solid #cccccc;border-radius: 161px;color: #818181;font-size: 29px;height: 60px;margin: 0 auto;padding-top: 3%;text-align: center;width: 60px;}
div.stepsguide .step .smalltext {color:#000;font-size: 15px;font-weight: normal;margin-top: 4%;text-align: center;width: 100%;}
.multistep-nav-butn a  {/*background: #fe642e;border: 1px solid #dda918;border-radius: 5px;color: #fff;cursor: pointer;font-size: 17px;margin-bottom: 4%;*/}
.form-div {border-radius: 10px;}

.frmlocation-inside-panel select {
    padding: 0 !important;
	font-size:12px !important;
}



@media only screen and (min-width:1014px) and (max-width:1100px){

#main .avada-row { float:left; width:100%!important; max-width:990px;}
#main .avada-row .avada-row{ float:none; width:96%!important; margin:0 auto;}



}

@media only screen and (max-width:360px) {
div.stepsguide {background: rgba(0, 0, 0, 0) url("../images/form-strip.png") repeat-x center 25px;margin-bottom: 30px;overflow: hidden;width: 100%; padding:10px 0 0 0}
div.stepsguide .step {float: left;font: bold 24px Arial;width:20%;}
#step1,#step2,#step3,#step4,#step5 {padding: 0 12px 0 20px;}
.step-head.step-active{background-color: #fe642e;border: 8px solid #cccccc;border-radius: 161px;color: #fff !important;font-size: 20px;height: 45px;margin: 0 auto;padding-top: 3%;text-align: center;width: 45px;}
.step-head {background-color: #fff;border: 8px solid #cccccc;border-radius: 161px;color: #818181;font-size: 20px;height: 45px;margin: 0 auto;padding-top: 3%;text-align: center;width: 45px;}
div.stepsguide .step .smalltext {color:#000;font-size: 13px;font-weight: normal;margin-top: 4%;text-align: center;width: 100%;}
/*.multistep-nav-butn a  {background: #fe642e;border: 1px solid #dda918;border-radius: 5px;color: #fff;cursor: pointer;font-size: 17px;margin-bottom: 4%;}	*/
.frmlocation-inside-panel .frmlocation-left-panel {
    float: none;
    padding: 2px;
    width:100%;
}


.frmlocation-inside-panel .frmlocation-right-panel {
    float: right;
    padding: 2px;
    width: 100%;
}

#dayphone1, #dayphone2, #dayphone3, #evephone1, #evephone2, #evephone3 {
    width: 30%;
}
	
	
}

.datecalcls {
    width:89% !important;
}


.frmlocation-field > a img {
    margin-top: 13px;
    margin-left: 3%;
}

#td_consent a {
  color: #0000ff;
  text-decoration: underline;
}
