.grecaptcha-badge {
    visibility: hidden !important;
}

.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;
}

input[type=submit].disabled,
input[type=button].disabled,
input[type=reset].disabled,
button.disabled,
a.disabled {
  cursor: not-allowed;
}

input[type=submit].disabled,
input[type=button].disabled,
input[type=reset].disabled,
button.disabled {
  background-color: #e8e8e8;
  color: #9d9ea4;
}

a.disabled {
  text-decoration: none;
  color: currentColor;
  opacity: 0.5;
}

.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;
}

.step-container {
    display: flex!important;
    align-items: center;
}

.step-icon-container {
    border: 1px solid #0076CF;
    border-radius: 50%;
    background: #F0FBFE;
    color: #004C97;
    text-align: center;
    margin-right: 16px;
    padding: 8px;
    min-height: 42px;
    height: 42px;
    min-width: 42px;
    width: 42px;
}

.icon-shadow {
    filter: drop-shadow(2px 2px 1.25px rgba(0, 0, 0, 0.2));
}

.pds-animatedIcon {
  animation: rotating 4s linear 0s infinite !important;
}

#sdk-container {
    height: 600px;
}

@media only screen and ( min-height : 768px ) {
    #sdk-container {
        height: 700px;
    }
}
