textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{
	outline:0px !important;
	/*-webkit-appearance:none;*/
	box-shadow: none !important;
}

body {
	background: #f0f0f0;
}

a {
	text-decoration: none !important;
	color: #222;
}

a:focus {
	text-decoration: none !important;
	color: #222;
}

.row {
	margin : 0;
}

.col-xs-4 {
	padding: 0;
}

.container::-webkit-scrollbar {
	display: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

.error {
	color: #cb0000;
	padding-left: 2%;
	font-weight: normal;
}

.container {
	width: 400px;
	border:5px solid;
	border-radius: 20px;
	margin-top: 2%;	
	height: 90vh;
	overflow: scroll;
	padding: 0;		
}

.home-accordion-li-i {
	padding-right: 5%;
	margin-top: 3%;
	font-size: 18px;
	color: lightgreen;
}

.accordion-div {
	cursor: pointer;
}

.input-text {
	padding: 18px 12px;
	border-radius: 25px;
	border-color: #eaeaea;
}

.visa_expiry_date_div {
	display: none;
}

.template_faq {
	background: #edf3fe none repeat scroll 0 0;
}
.panel-group {
	background: #fff none repeat scroll 0 0;
	border-radius: 10px;
	box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.04);
	margin-bottom: 0;
	padding: 15px;
}
#accordion .panel {
	border: medium none;
	border-radius: 0;
	box-shadow: none;
	margin: 0 0 15px 10px;
}
#accordion .panel-heading {
	border-radius: 30px;
	padding: 0;
}
#accordion .panel-title a {
	background: #1b9b64 none repeat scroll 0 0;
	border: 1px solid transparent;
	border-radius: 30px;
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: 600;
	padding: 12px 20px 12px 50px;
	position: relative;
	transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ddd;
	color: #333;
}
#accordion .panel-title a::after, #accordion .panel-title a.collapsed::after {
	background: #1b9b64 none repeat scroll 0 0;
	border: 1px solid transparent;
	border-radius: 50%;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
	color: #fff;
	content: "";
	font-family: fontawesome;
	font-size: 25px;
	height: 50px;
	left: -20px;
	line-height: 50px;
	position: absolute;
	text-align: center;
	top: -5px;
	transition: all 0.3s ease 0s;
	width: 55px;
}
#accordion .panel-title a.collapsed::after {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ddd;
	box-shadow: none;
	color: #333;
	content: "";
}
#accordion .panel-body {
	background: transparent none repeat scroll 0 0;
	border-top: medium none;
	padding: 20px 0px 10px 0px;
	position: relative;
}



.pulse {
	display: block;
	background: #56abdf;
	cursor: pointer;
	box-shadow: 0 0 0 rgba(86,171,223, 0.4);
	animation: pulse 2s infinite;
}
.pulse:hover {
	animation: none;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(86,171,223, 0.4);
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(86,171,223, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(86,171,223, 0);
	}
}
@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(86,171,223, 0.4);
		box-shadow: 0 0 0 0 rgba(86,171,223, 0.4);
	}
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(86,171,223, 0);
		box-shadow: 0 0 0 10px rgba(86,171,223, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(86,171,223, 0);
		box-shadow: 0 0 0 0 rgba(86,171,223, 0);
	}
}



.form-group {
	padding: 0;
}

body {
	background-image: url('../images/OA-bkg.png');
	background-size: cover;
}

@media only screen and (max-width: 768px) {
	.container {
		width: 100%;
		border: none;
		border-radius: 0px;
		height: 100vh;
		margin-top: 0%;	
	}

	body {
		background: none;
	}

}