.form-label {
	margin: 0px;
}

.question-label {
	margin-bottom: 5px;
}

#main {
	margin-bottom: 72px;
	display: block;
}
.col-bounded,
.col-bounded-sm {
  min-width: 300px!important;
  flex-basis: auto!important;
}

.col-bounded {
  max-width: 600px!important;
}

.col-bounded-sm {
  max-width: 400px!important; 
}


.help-col {
	margin-left: 30px;
    background-color: #f1f1f1;
    padding: 30px;
    margin-bottom: -9999px;
    padding-bottom: 9999px;
}

.checkbox.styled-checkbox label:before, .checkbox.styled-checkbox label:after {
	text-align: left;
}

.info-icon-container {
	width: 40px;
    text-align: center;
    height: 40px;
    background-color: #00C19F;
    border-radius: 40px 40px 5px 40px;
    margin-top: 22px;
}

.info-icon {
	color: white;
    padding-top: 13px;
    font-size: 18px !important;
    transform: none !important;
    -webkit-transform: none !important;
}

.question-margin {
	margin-bottom: 5px;
}

.form-help-text {
	font-size: 14px; margin: 0 0 5px 0;
}

.button-width {
	width: 50%;
}

.input-spacer {
	margin-bottom: 25px;
}

div.radio input {
	margin-left: 0px !important;
}

div.radio label {
	margin-left: 10px;
}

.has-error {
	color: #c00000;
}

input[type=button], input[type=submit], input[type=reset] {
	display: inline !important;
}

.center-modal {
	position: absolute !important; float: left !important;
	left: 50% !important; top: 50% !important;
	transform: translate(-50%, -50%) !important;
}

.close-text {
	font-size: 20px !important;
}

@media only screen and ( min-width : 960px) {
	.md-hide {
		display: block !important;
	}
	.md-show {
		display: none !important;
	}
}

@media only screen and ( max-width : 960px) {
	.md-hide {
		display: none !important;
	}
	.md-show {
		display: block !important;
	}
	.help-col {
		margin-left: 5px;
	}
	
}

@media only screen and ( min-width : 768px) {
	.help-col {
		display: block !important;
	}
	
	.mobile-help {
		display: none !important;
	}
	
	.img-holder {
		width: 60%;
	}

	.airplane {
		width: 25%;
	}
}

@media only screen and ( max-width : 768px) {
	.help-col {
		display: none !important;
	}
	
	.mobile-help {
		display: block !important;
	}
	
	.img-holder {
		width: 60%;
	}
	
	.airplane {
		width: 30%;
	}
}

@media only screen and ( max-width : 576px) {
	.mobile-help-text {
		font-size: 15px !important
		;
	}
	
	.img-holder {
		width: 70%;
	}
}

.loader {
	margin: auto; border: 16px solid #f3f3f3;
	/* Light grey */ border-top: 16px solid #3498db;
	/* Blue */ border-radius: 50%; width: 10px; height: 10px;
	animation: spin 2s linear infinite;
}

.mobile-help {
	position: fixed; 
	bottom: 0px; 
	width: 100%; 
	background-color: #f1f1f1; 
	min-height: 100px;
	z-index: 50;
}

.mobile-help-text {
	font-size: 20px;
	font-weight: bold;
}

@keyframes spin { 
0% 
	{
		transform: rotate(0deg);
	} 
100%
	{
		transform:rotate(360deg);
	}
}

.isr-phone-dropdown {
	width: 100%;
}

.width-100 {
	width: 100%;
}

.input-icon-right {
	position: relative;
}

.input-group-btn {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.input-icon-right .form-control:first-child {
	padding-right: 48px;
}

.input-group-btn:last-child>.btn {
	border: 1px solid #616267;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 8px;
	border-top-right-radius: 8px;
	border-left-width: 0;
}

.input-icon-right>.input-group-btn>.btn-default {
	background-color: transparent;
}