.row1{
	outline: none;
	margin: 0px 0 0px 0px;
	overflow: auto;
	padding-bottom: 15px;
	height:340px;
}
.sky-form h4{
	    text-align: center;
    color: #333;
    font-size: 1.2em;
    margin-bottom: 0em;
    background: #ffc700;
    text-transform: uppercase;
    font-family: 'NotoSans-Bold';
    padding: 0.7em 0;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
section.sky-form{
	padding:0 0 0em 0;
}
.sky-form .input,
.sky-form .select,
.sky-form .textarea,
.sky-form .radio,
.sky-form .checkbox,
.sky-form .toggle,
.sky-form .button {
	position: relative;
	display: block;
}

/* radios and checkboxes */
.sky-form .radio,.sky-form .checkbox {
	outline: none;
	border: none;
	margin-bottom: 4px;
	font-size: 12.5px;
	line-height: 30px;
	font-weight: 400;
	color: #555555;
	cursor: pointer;
	text-transform: capitalize;
	width: 100%;
	margin-top: 0;
	  font-family: 'Arimo', sans-serif;
}

.sky-form .radio:last-child,
.sky-form .checkbox:last-child {
	margin-bottom: 0;
}
.sky-form .radio input,
.sky-form .checkbox input {
	position: absolute;
	left: -9999px;
}
.sky-form .radio i,
.sky-form .checkbox i {
	position: absolute;
	top: 9px;
	left: 0;
	display: block;
	width: 13px;
	height: 13px;
	outline: none;
	border-width: 2px;
	border-style: solid;
	background: #fff;
}
.sky-form .radio i {
	border-radius: 50%;
}
.sky-form .radio input + i:after,
.sky-form .checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}

.sky-form .radio input:checked + i:after,
.sky-form .checkbox input:checked + i:after {
	opacity: 1;
}

.sky-form .inline-group .radio,
.sky-form .inline-group .checkbox {
	float: left;
	margin-right: 30px;
}
.sky-form .inline-group .radio:last-child,
.sky-form .inline-group .checkbox:last-child {
	margin-bottom: 4px;
}
.sky-form .checkbox input + i:after {
	content:'';
	top: -1px;
	left: -5px;
	width: 15px;
	height: 15px;
	background: url(../images/b-arrow.png);
	text-align: center;
}
.sky-form .checkbox input + i:after {
  color:#fff;
}
.sky-form .radio input:checked + i,
.sky-form .checkbox input:checked + i,
.sky-form .toggle input:checked + i {
	border-color:#888;	
}

@media screen and (max-width:1024px){
	.sky-form h4 {
		font-size: 0.95em;
		padding: 8px;
	}
}
@media screen and (max-width:640px){
	.row1 {
		margin: 0;
		padding-bottom: 5px;
		height: 160px;
	}
	.row1 {
    margin: 0;
    padding-bottom: 5px;
    height: 160px;
    width: 100%!important;
}
	.sky-form .radio, .sky-form .checkbox {
		font-size: 12px;
	}
}