a, a:hover {
	text-decoration:none;
}
ul li {
	margin: 0;
}
body {
	padding: 0;
	margin: 0
}
h1, h2, h3, h4, h5, h6, figure {
	margin: 0px;
}
/*------------------------code------------------------*/
.top-header {
	background: #195c9f;
	width: 100%;
	padding:10px 0;
}
.top-header a.home-btn {
	background:#fff;
	padding:6px 12px;
	font-size:14px;
	border-radius:3px;
	color:#084E93;
}
.top-header ul {
	list-style: none;
}
.top-header li a {
	font-size: 12px;
	color: #000;
	background: #fff;
	padding: 1px 4px;
	margin: 0;
	border: 1px solid #000;
	font-weight: bold;
}
.top-header li a:hover {
	text-decoration: none;
}
h5, h3 {
	color:#195c9f;
}
.wrapper {
	width: 100%;
	background: url(../images/bg.jpg);
	padding-top:16px;
}
.eligiblity-div {
	position:relative;
	background:#fff;
	padding:15px;
	box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.eligiblity-div ul li {
	list-style: decimal;
	font-size: 14px;
	padding: 0 0 0 4px;
	text-align:justify;
}
.steps span {
	background: #2e7eed;
	border:2px solid #fff;
	color: #fff;
	padding: 6px 16px;
	color: #ffffff;
	border-radius: 50%;
	font-size: 20px;
	margin: 5px auto;
	display: table;
}
.steps a:hover>span {
	background: #fff;
	border:2px solid #2e7eed;
	color:#2e7eed;
}
.steps h6 {
	text-align:center;
	font-size:18px;
	color:#2e7eed;
}
.visa-details {
	width: 50%;
	min-height: 450px;
	background: #fff;
	border: 1px solid #000;
	position: absolute;
	right: 50%;
	z-index: 1;
	top: 155px;
	padding: 10px;
	font-size: 14px;
}
.table {
	margin-bottom:0;
}
.visa-details th, .visa_docs th {
	background: #f7fcff;
	font-weight: 600;
	padding: 0 10px;
	vertical-align:middle;
}
.visa-details td {
	padding:0.3rem 0.5rem;
}
.visa_docs td {
	padding:0;
	vertical-align:middle;
}
.visa_docs td td {
	padding: 0 10px;
}
.visa-details span {
	padding:1px 10px;
	width:15%;
	display:inline-block;
}
.visa_docs {
	width: 49%;
	min-height: 450px;
	background: #fff;
	border: 1px solid #000;
	position: absolute;
	right: 0;
	z-index: 1;
	top: 155px;
	padding: 10px;
	font-size: 14px;
}
.visa_docs ul {
	padding-left:1rem;
}
.cross-icon {
	float: right;
	font-size:20px;
}
.notes p {
	text-align:justify;
	letter-spacing:.2px;
	line-height:24px;
	font-size:15px;
}
.notes h5>i {
	font-size:20px;
	margin:30px 0 12px;
}
.notes i {
	font-size:12px;
	color:#195c9f;
}
#more {
	display: none;
}
.site-function {
	position: relative;
	padding: 10px 0;
	text-align: center;
}
.site-function ul li figure {
	display: table;
	margin: 10px auto;
}
.site-function ul {
	padding: 0;
	width: 100%;
}
.site-function ul li {
	text-align: center;
	display: inline-block;
	width: 240px;
	vertical-align: top;
}
.site-function ul li a {
	display: inline-block;
	border: 1px solid #bfbfbf;
	background: -webkit-linear-gradient(#f7f7f7, #ffffff);
	background: -moz-linear-gradient(#f7f7f7, #ffffff);
	background: linear-gradient(#f7f7f7, #ffffff);
	padding: 12px 10px;
	width: 100%;
	color: #000;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	height: 100px;
 transition:.3s;
}
.site-function ul li a:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}
.footer-logos .item {
	float:left;
	width:25%;
	text-align:center;
}
footer {
	color:#fff;
	background:#195c9f;
	margin: 0px 0 0 0;
	padding: 5px 0;
}
footer p {
	font-size: 13px;
	text-align: center;
	margin-top:7px;
}
 @media only screen and (min-width:991px) and (max-width:1024px) {
}
 @media only screen and (min-width:1025px) and (max-width:1400px) {
}
@media only screen and (max-width: 768px) {
footer .col-sm-4 {
text-align:center !important;
}
.footer-logos .item img {
width:80%;
}
.visa-detail-t {
right:10%;
top:60%;
}
.tollfree-number {
top:30%;
left:10%;
}
}
