/*FONT STYLE*/

/* @font-face {
    font-family: 'Helvetica-regular';
    src: url('fonts/lato-light-webfont.eot');
    src: url('fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lato-light-webfont.woff2') format('woff2'), url('fonts/lato-light-webfont.woff') format('woff'), url('fonts/lato-light-webfont.ttf') format('truetype'), url('fonts/lato-light-webfont.svg#Helvetica-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica-Light';
    src: url('fonts/lato-regular-webfont.eot');
    src: url('fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lato-regular-webfont.woff2') format('woff2'), url('fonts/lato-regular-webfont.woff') format('woff'), url('fonts/lato-regular-webfont.ttf') format('truetype'), url('fonts/lato-regular-webfont.svg#Helvetica-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica-Bold';
    src: url('fonts/lato-bold-webfont.eot');
    src: url('fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lato-bold-webfont.woff2') format('woff2'), url('fonts/lato-bold-webfont.woff') format('woff'), url('fonts/lato-bold-webfont.ttf') format('truetype'), url('fonts/lato-bold-webfont.svg#Helvetica-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latohairline';
    src: url('fonts/lato-hairline-webfont.eot');
    src: url('fonts/lato-hairline-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lato-hairline-webfont.woff2') format('woff2'), url('fonts/lato-hairline-webfont.woff') format('woff'), url('fonts/lato-hairline-webfont.ttf') format('truetype'), url('fonts/lato-hairline-webfont.svg#latohairline') format('svg');
    font-weight: normal;
    font-style: normal;
} */

@font-face {
    font-family: 'Helvetica-regular';
    src: url('fonts/Helvetica.ttc');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Helvetica-Light';
    src: url('fonts/HelveticaNeueLTPro-Lt.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica-Bold';
    src: url('fonts/HelveticaNeueLTPro-BdCn.otf');
    font-weight: normal;
    font-style: normal;
}



body {
	font-family: 'Helvetica-regular';
	font-size:16px;
	color:#58585B;
}

h1, h2, h3, h4, h5 {
	font-family: 'Helvetica-Light';
}
.color-orange {
	color:#F27042;
}
.times-font {
	font-style:oblique;
	font-family:"Helvetica-Bold", sans-serif;
	font-weight:600;
}
section {
	clear:both;
}
img {
    max-width: 100%;
}


.vfs-header {
	background:#F27042;
	padding:15px 0;
}
.editions-nav {
	margin:40px 0 40px 0;
	width:100%;
	clear:both;
	display:inline-block;

}

.q-edition {
	background:#F27042;
	color:#ffffff;
	padding:15px;
	font-size:16px;
	font-weight:700;
	display:inline-block;
	margin-bottom:20px;
}
.q-edition.inactive {
	opacity:0.4;
}

.editions-books {
	background:#f2f2f2;
	margin-bottom:20px;
}
.highlight-bg {
    margin: 0;
    padding: 15px;
    background: #dbecf6;
    border: 2px solid #9cd8e8;
}
/*.btn-edition a{
display: inline-block;
position: relative;
transition: color 0.8s ease;
}
.btn-edition a::after {
  position: absolute;
  content: '';
  top:0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #F27042;
  transform-origin:left;
  transition: 0.8s ease;
  z-index:-1;
}
.btn-edition a:hover::after {
  width: 100%;
}*/

.btn-edition a{
	float:right;
	color:#676767;
	border:1px solid #F27042;
	display:block;
	padding:5px 25px 7px 25px;
	text-decoration:none;
}
.btn-edition:hover a {
	color: #fff;
	background:#F27042;
	text-decoration: none;
}
.vfs-tabs {
	position:relative;
	top:-80px;
}
.vfs-tabs .nav-tabs {
	border:0;
}
.vfs-tabs .nav-link {
	padding:5px 25px 7px 25px;
}
.vfs-tabs .nav {
	padding-left:150px;
}
.vfs-tabs .nav-tabs .nav-item.show .nav-link, .vfs-tabs .nav-tabs .nav-link.active {
	border:0;
	border:1px solid #F27042 !important;
	border-radius:0;
	color:#F27042;	
}
.vfs-tabs .nav-link{
	color:#212529;
}
.vfs-tabs .nav-link:hover {
	border-color:transparent;
}

.vfs-tabs .card {
	border:none;
	background-color: transparent;
}

.vfs-tabs .pt-5 {
	padding-top: 5rem!important;
}


.topbar-edition {
	position:relative;
	top:18px;
	left:100px;
	color:#ffffff;
}

.vfs-leftside {
	width:30%;
	position:fixed;
	height:100vh;
	background:#F27042;
}



.height-vh {
	height:100vh;
}
.shadow-img {
	-webkit-box-shadow: 9px 11px 14px -4px rgba(0,0,0,0.32);
	-moz-box-shadow: 9px 11px 14px -4px rgba(0,0,0,0.32);
	box-shadow: 9px 11px 14px -4px rgba(0,0,0,0.32);
}

/* ---------- connect page start ----------- */
.banner-home {
	/*background-image:url(../img/bannerhome.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;*/
	width:100%;
	height:100vh;
	position:fixed;
	bottom:0;
	color:#ffffff;
	background-color:#162c51;
}
.connect-bg2 {
	background:url(../img/connect-bg2.jpg) center top no-repeat;
	background-size:cover;
	height:110%;
	width:105%;
	height:100vh;
	color:#bcbcbc;
	position:fixed;
	bottom:0;
	overflow:auto
}
.nav-inner {
	background:rgba(0, 0, 0, 0.3);
	padding:1px 5px;
	position:fixed;
	width:100%;
	top:0;
	z-index:99;
}
.nav-inner .row{
	justify-content: space-between;
}
ul.topbar-arrow {
	list-style-type:none;
	margin:0 20px 0 0;
	padding:0;
}
ul.topbar-arrow li{
	margin:0 5px;
	padding:8px 0;
	display:inline-block;
	vertical-align:middle;	
}
ul.topbar-arrow .divider{
	border-right:1px solid #fff;
	opacity:0.3;
	margin:0 5px;
	padding:0;
	width:1px;
	height:100%;
}


ul.topbar-nav {
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.topbar-nav li{
	margin:0 70px 0 0;
	padding:8px 0;
	display:inline-block;
	font-size:15px;
	vertical-align:middle;	
}

/*ul.topbar-nav li:first-child{
	margin:0 0px 0 0;
}*/
ul.topbar-nav .divider{
	border-right:1px solid #fff;
	opacity:0.3;
	margin:0 10px;
	padding:0;
	width:1px;
	height:100%;
}
ul.topbar-nav li a{
	color:#fff;
	text-decoration:none;
}
.connect-content-area {
	position: absolute;
    bottom: -15px;
    transform: translateX(-50%);
    left: 50%;
    display: inline-block;
    width: 660px;
    text-align: center;
    padding-top: 90px;
    font-size: 15px;
    line-height: 20px;
}
.connect-content-area a{
	color: #00305D;
	text-decoration:none;
	display:block;
}
.connect-content-area a:hover{
	color:#F27042;
	
}
.connect-content-area .border-right{
	border-color:#F27042 !important;
}
.connect-content-area h3{
	font-family:"Helvetica-Bold", sans-serif;
	font-style:italic;
	font-weight:600;
	margin-top:40px
}


.connect-content-area2 {
	width:660px;
	padding-top:65px;
}
.connect-content-area2 img {
	max-width: 50%;
}
.connect-content-area2 a{
	color:#f7f7f7;
	text-decoration:none;
	display:block;
}
.connect-content-area2 a:hover{
	color:#F27042;
	
}

.connect-content-area2 h3{
	font-family:"Helvetica-Bold", sans-serif;
	font-style:italic;
	font-weight:600;
	margin-top:40px;
	color: #fff !important
}


.copyright {
	position:absolute; top:50%; left:2%;
	transform: rotate(-90deg);
	transform-origin: left top 0;
	font-size:12px;
	opacity:0.7;
	z-index:99;
}
.copyright a{
	color:#e6e3e3;
	text-decoration:none;
	z-index:99;
	padding:5px;
	display:block;
	/*border:1px solid rgba(255, 255, 255, 0.5);*/
}
.copyright a:hover{
	color:#F27042;
	
}
.copyright-popup {
	padding:30px;
	background:#fff;
	color:#676767;
	display:none;
}
.popover-body {
	padding: 15px 10px;
}
.popover-body p {
	font-size: 12px;
}
.popover-body .close {
    background: #F27042;
    color: #fff;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 0;
    line-height: 16px;
    height: 20px;
    width: 20px;
    font-size: 16px;
    text-align: center;
	opacity: 1;
}


/* ---------- Menu --------------- */
.vfs-modal .modal-header{
	border:0;
}
.menu-thumb-area {
	position:relative;
}

.modal-lg {
	max-width: 1140px;
}
.menu-thumb img{
	max-width:100%;
}
.menu-number {
	position:absolute;
	padding:15px;
	background:#F27042;
	color:#fff;
	right:0;
	top:0;
}
.menu-text {
	position:absolute;
	color:#fff;
	left:15px;
	bottom:15px;
	font-size:22px;
	line-height:22px;
	font-family:"Helvetica-Bold", sans-serif;
	/* font-style:oblique; */
	font-weight:600;
	text-shadow: 1px 1px 1px #202020;
}

/* -----------Innetarnal pages----------- */
.testimonail {
	color:#e78234;
	font-family:"Helvetica-Bold", sans-serif;
	font-style:italic;
	font-weight:400;
	font-size:21px;
	
	position:relative;
}
.test-name {
    font-size: 16px;
    color: #58585B;
    margin: 10px 0;
}
.testimonail-from {
	font-family:"Helvetica-Bold", sans-serif;
	margin:30px 0;
}
.testimonail-from h4{
	font-size:22px;
	font-weight:600;
}

.inner-pages-scroll {
	position:fixed;
	bottom:0;
	overflow:auto;
	width:100%;
	height:100vh;
	border:2px solid #000;
}

.inner-page-area {
	margin-top:70px;
}
.inner-page-area .card {
	border:0;
}
.inner-page-area .card .btn-edition {
	float:left;
	margin:15px 0;
}
.inner-page-area .card-body {
    padding: 1.65rem;
	background:#f5f5f5;
}
.inner-page-area .card-text {
	min-height: 55px;
	font-family: 'Helvetica-regular';
}

.inner-page-area h2{
	font-family:'Helvetica-regular';
	/* font-style:oblique; */
	font-weight:100;
	font-size:2.2rem;
}
.subpage-heading {
	font-weight:500;
	font-size:2.2rem;
	line-height: 2.5rem;
	font-family: 'Helvetica-Light';
}
.subpage-heading-small {
	font-weight:300;
	font-size: 1.1rem;
	font-family: 'Helvetica-regular';
	margin:15px 0 25px 0;
}
.underline {
	position:relative;
}
.underline::before {
	border-bottom:4px solid #F27042;
	content:'';
	position:absolute;
	bottom:-7px;
	width:40px;
}
.inner-img-area {
	padding:10px 30px 10px 0;
}
.img-info-text {
	font-size:14px;
	font-family: 'Helvetica-regular';
	font-style:oblique;
	padding-bottom:10px;
}
.inner-text-area {
	padding:10px 14px;
	font-family: 'Helvetica-regular';
	/*line-height:27px;*/
}
.relaunched-text-area {
	padding:5px 0px;
	font-family: 'Helvetica-regular';
	line-height:23px;
}
.quotes {
    position: absolute;
    color: rgba(60,135,200,1);
    font-size: 5em;
	line-height: normal;
}
.leftq {
    top: -40px;
    left: -54px;
}
.rightq {
    bottom: -22px;
    right: -44px;
}
.qut-org {
    color: #F27042;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
}
.asson-with-area {
	background:#d7e7f4;
	padding:30px;
	position:fixed;
	top:25%;
	right:0;
	width:206px;
}
.asson-with-heading {
	font-size:22px;
	font-style:oblique;
	font-family:"Helvetica-Bold", sans-serif;
	margin-bottom:20px;
}
.asson-with-info {
	font-size:20px;
	font-family: 'Helvetica-regular';
	line-height:22px;
}
.asson-with-info span{
	font-size:28px;
	color:#F27042;
	display:block;
	margin-top:10px;
	font-family:"Helvetica-Bold", sans-serif;
}

/* ---- Custom scrollbar start here ---- */
.asson-vscroll {
    height: 450px;
	overflow-y:scroll;
 }
.asson-vscroll {
  scrollbar-color: #f57c76 #c0c0c0;
  scrollbar-width: thin;
}
.asson-vscroll::-webkit-scrollbar {
  width: 5px;
}
.asson-vscroll::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #c0c0c0;
}
.asson-vscroll::-webkit-scrollbar-thumb {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #f57c76;
}
.asson-vscroll::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 0, 0, 0.4);
  background-color: #555;
}

.newvisa-thumbsarea {
	height: 90vh;
	/*overflow-y:scroll;*/
}



.key-features-area {
	border:1px solid #e7e7e7;
	padding:20px 35px;
	margin:60px 0 30px 0;
}
.key-features-area h4 {
	font-style:oblique;
	margin-bottom:15px;
	font-weight:600;
	font-family:"Helvetica-Bold", sans-serif;
}
.key-features-area ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.key-features-area ul li{
	list-style-type:none;
	margin:10px 0;
	padding:0 0 0 35px;
	background:url(../img/bullet-arrow.png) left 3px no-repeat;
}


.key-features-area-inline {
	border:1px solid #e7e7e7;
	padding:20px 35px;
	margin:60px 0 30px 0;
	overflow:hidden;
	width:100%;
	display:flex;
}
.key-features-area-inline h4 {
	font-style:oblique;
	margin-bottom:15px;
	font-weight:600;
	font-family:"Helvetica-Bold", sans-serif;
	width:15%;
}
.key-features-area-inline ul {
	list-style-type:none;
	margin:0;
	padding:0;
	display:flex;
	width:85%
	
}
.key-features-area-inline ul li{
	list-style-type:none;
	margin:0px 0;
	padding:0 10px 0 35px;
	/*width:24%;*/
	background:url(../img/bullet-arrow.png) left 3px no-repeat;
	
}


ul.arrow-listing {
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.arrow-listing li{
	list-style-type:none;
	margin:20px 0;
	padding:0 0 0 35px;
	background:url(../img/bullet-arrow.png) left 3px no-repeat;
}

.innerpage-caroausel-area {
	margin-top:50px;
	border-top:1px solid #e7e7e7;
	padding:50px 0;
}
.innerpage-caroausel-area a{
	color:inherit;
	text-decoration:none;
}
.innerpage-caroausel-area a.active{
	color:#F27042;
	opacity:0.3;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  	filter: grayscale(100%);
}
.innerpage-caroausel-area a:hover{
	color:#F27042;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}


.slick-slide {
  transition: all ease-in-out .3s;
  opacity: 1;

}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.slick-slide .card {
	border-radius:0;
	background:#f5f5f5;
	border:0;
}

.topbanners-area {
	padding-top:58px;
	position:relative;
}
.topbanners-area h1 {
	position:absolute;
	left:12%;
	top:14%;
	font-family:"Helvetica-Bold", sans-serif;
	/* font-style:oblique; */
}
.topbanners-area h4 {
	position:absolute;
	left:12%;
	top:30%;
	font-family:"Helvetica-Bold", sans-serif;
	font-style:oblique;
	width:35%;
}
.topbanners-area .underline::before{
	width:58px;
}
.container-middle {
	padding:0 15%;
}
.container-middle .testimonail {
	border:1px solid #e7e7e7;
	padding:40px;
	margin:50px auto;
	width:70%;
}

.vfs-map-mobile {
	display:none;
}
.row-divider {
	padding-bottom:20px;
	margin-bottom:10px;
	margin-top:15px;
	border-top:1px solid #e7e7e7;
	width:100%;
}


.service-table {
	border:1px solid #e7e7e7;
	padding:20px;
	margin:30px 0 10px;
}
.table thead th {
	border:0;
}

.hidden-xl {
	display:none;
}
.best-wishesh {
	position:absolute; top:58px; right:15px;
	z-index:2;
	
}
.safe-travels {
	position:absolute; top:66px; right:30px;
	z-index:2;
	
}

/* footer */
footer {
	position:fixed;
	bottom:0px;
	width:100%;
}

ul.fbottom {
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.fbottom li{
	margin:0 70px 0 0;
	padding:8px 0;
	display:inline-block;
	font-size:15px;
	vertical-align:middle;	
}
ul.fbottom li:first-child{
	margin:0 7% 0 0px;
}

.newvisa ul {
	padding-left:13px;
}
.newvisa li {
	padding:0 0 0 10px;
}



.testi-client-block {
	/*font-family: 'Helvetica-Light';*/
	background:#eff7f9;
	padding:30px 30px;
	margin:25px 0;
	display:inline-block;
	width:100%;
	border-radius:25px;
	position:relative;
	
-webkit-box-shadow: 3px 3px 7px -1px rgba(186,196,204,1);
-moz-box-shadow: 3px 3px 7px -1px rgba(186,196,204,1);
box-shadow: 3px 3px 7px -1px rgba(186,196,204,1);
	
}
.testi-client-icon {
	
	width:81px;
	height:70px;
	position:absolute;
	right:20px;
	bottom:10px;
	
}
.specing-cl {
	margin:0 10px;
	
}

.testi-client-block h5{
	font-size:18px;
	font-family: 'Helvetica-Bold';
	
}

.testimonail-container {
	padding:10px 30px;
	margin-top:40px;
}
.testimonail-container .nav-tabs .nav-item {
	font-size:18px;
	font-family:Helvetica-Light;
	
}
.testimonail-container h3 {
	padding:3rem 0 1.5rem 0;
}
.testi-costo-area {
	padding:10px 70px;
	text-align:center;
}
.testi-costo-panel {
	background:#f6fffe;
	padding:10px 40px;
}
.card-text {
	min-height:120px;
}

.preferences-table-left {
	padding-right: 30px;
}
.preferences-table-right {
	padding-left: 12px;
}

/* Disclaimer font */
small{
	font-size: 13px;
	display: block;
	line-height:18px;
}
/* link tag color */
p > a, p > a:hover {
	color:#58585B;
	text-decoration:none;
}

@media (min-width:1500px){
	.container{max-width:1440px}
	
}
@media (max-width:1440px){
	.fixed-right-area .container{
		width:990px;
	}
	.connect-content-area img{
		/* width:60%; */
	}
	
	.topbanners-area h1 {
		left:15%;
		top:15%;
	}
	
	.topbanners-area h4 {
		left:15%;
		top:35%;
		width:35%;
	}
	.connect-content-area h3 {
		margin-top: 10px;
	}
}
@media (max-width:1300px){
	.fixed-right-area .container{
		width:880px;
	}
	.vfs-map img{
		max-width:100%;
		width:60%;
	}
	.topbanners-area h1 {
		left:17%;
		top:15%;
	}
	
	.topbanners-area h4 {
		left:17%;
		top:35%;
		width:44%;
	}
	
	.innerpage-caroausel-area {
		width:85%;
	}
}

@media (max-width:1200px){
	.topbar-edition {	
		left:40px;
	}
}

@media (max-width:1030px) {
	/*.connect-content-area img{
		width:100%;
	}*/
	.asson-with-area {
		padding:20px 20px 0 20px;
		position:relative;
		top:20px;
		width:100%;
		display:inline-block;
	}
	.asson-with-heading {
		margin-bottom:20px;
		float:left;
		width:25%;
		
	}
	.asson-with-info {
		float:left;
		margin:10px 20px;
		font-size:18px;
	}
	.asson-vscroll {
		height: auto;
		overflow-y:scroll;
	 }
	 
	 .key-features-area-inline {
		display:block;
	}
	.key-features-area-inline ul {
		width:100%
		
	}
	.topbanners-area h1 {
		left:3%;
		top:15%;
	}
	
	.topbanners-area h4 {
		left:3%;
		top:38%;
		width:60%;
	}
	
	.innerpage-caroausel-area {
		width:100%;
	}
}

@media (max-width:991px){
	.vfs-leftside {
		width:100%;
		height:64px;
		z-index:4;
	}
	
	.height-vh .h-100 {
		padding-top:40px;
	}
	.shadow-img {
		margin-bottom:20px;
		max-width:97%;
	}
	
	.inner-page-area {
		margin-top: 80px;
	}
	.container-middle {
		padding:0 1%;
	}
	.container-middle .testimonail {
		padding:20px;
		margin:40px auto;
		width:90%;
	}
	
	.vfs-map {
		display:none;
	}
	.vfs-map-mobile {
		width:90%;
		display:block;
		padding:25px;
		overflow:scroll;
		margin-bottom:25px;
		
	}
	.vfs-map-mobile img{
		border:1px solid #e7e7e7;
		padding:25px 10px;
		
		
	}
	
	.topbanners-area h1 {
		font-size:2.11rem;
		line-height:2rem;
		top:20%;
	}
	
	.topbanners-area h4 {
		display:none;
	
	}
	.hidden-xl {
		display:block;
	}
	.hidden-sm {
		display:none;
	}
	.best-wishesh {
		top:57px; right:40px;
	}
	.best-wishesh img{
		width:54px;
	}
	.safe-travels {
		top:57px; right:60px;
	}
	.safe-travels img{
		width:54px;
	}
	ul.fbottom li{
		display:block;	
	}
	
	.specing-cl {
		display:none;
	}
	.testimonail-container .nav-tabs .nav-item {
		font-size:14px;
		
	}
	.testimonail-container h3 {
		font-size:1rem;
		line-height:2rem;
		padding:1rem 0 0 0;
	}
	.testimonail-container {
		padding:10px 0px;
	}
	.testi-costo-area {
		padding:10px 10px;
		text-align:center;
	}
	.testi-costo-panel {
		padding:10px 0px;
	}

	.preferences-table-left {
		padding-right: 0px;
	}
	.preferences-table-right {
		padding-left: 0px;
		padding-top: 10px;
	}
	
	
}

@media (max-width:767px){
	.h3, h3 {
		font-size: 1.30rem;
	}
	.pages-fixed {
		position:fixed;
		width:100%;
		height:100%;
		bottom:0;
		overflow:hidden;
		overflow-y:scroll;
		
	}

	ul.topbar-nav li{
		margin:0 10px 0 0;
	}
	
	ul.topbar-arrow {
		margin:0 2px 0 0;
	}
	
	.connect-content-area {
		width:100%;
	}
	.connect-content-area .pb-3{
		padding-bottom: 0rem !important;
	}
	.connect-content-area .pt-3{
		text-align: left;
		padding-top: 0rem !important;
		flex-wrap: unset !important;
	}
	.connect-content-area img{
		max-width:100%;
		height: 80px;
	}
	
	footer {
		position:fixed;
		bottom:0px;
		border-top:0;
		padding:5px 5px;
		background:rgba(250,250,250, 0.2);
		color:#ffffff;
		
	}
	
	ul.fbottom li{
		margin:0 10px 0 0;
		padding:3px 0;
		font-size:13px;
		text-align:left;
	}
	ul.fbottom li:first-child{
		margin:0 0 0 0px;
	}
	
	.fixed-right-area .container{
		width:100%;
	}
	
	.asson-with-heading {
		font-size:20px;
		margin-bottom:20px;
		width:100%;	
	}
	.asson-with-info {
		margin:10px 0px;	
	}
	
	.key-features-area-inline ul {
		display:block;
		width:100%;
		
	}
	.key-features-area-inline ul li{
		width:100%;
		
	}
	.connect-content-area .border-right{
		border-right:0 !important;
		border-bottom:1px solid rgba(255, 255, 255, 0.3) !important;
		padding-top:5px;
		padding-bottom:5px;
		margin-bottom:5px;
		padding: 0px !important;
		
	}
	
	
	.connect-content-area {
		width: 80%;
    bottom: 0;
    margin: 0 auto;
	left: 50%;
	}
	.connect-content-area a{
		text-align: left;
		font-size: 12px;
    line-height: 14px;
	}

	ul.topbar-nav li a{
		font-size: 12px;
	}
	.connect-content-area .col-md-6 img{
		width:55%;
		padding:20px 0;
	}
	
	.inner-img-area {
		padding:0;
	}
	.testimonail {
		margin:10px 20px;
		font-size:19px;
	}
	.connect-content-area h3{
		font-size: 1.51rem;
		margin-top: -40px;
	}
	.connect-content-area h3 br{
		display:none;
	}
	
	.best-wishesh {
		position:absolute; top:57px; right:25px;
	}
	.safe-travels {
		position:absolute; top:66px; right:15px;
	}
	
	
	.testi-client-icon {
	
		width:60px;
		height:40px;
		position:relative;
		float:right;
		right:-20px;
		bottom:-10px;
		
	}
	.testi-client-icon img{
		max-width:70%;
		
	}
	
	
}


@media (max-width:620px){
	
	.topbanners-area h1 {
		font-size: 1.3rem;
		line-height: 1.5rem;
		top: 68px;
		left:20px;
	}
	
	
	
	.copyright {
		top:60%;
		
	}
	
	.asson-with-info {
		margin:10px 0px;
		width:100%
	}
	
	ul.topbar-nav li:last-child{
		width:27px;
		height:36px;
		overflow:hidden;
	}
	
	ul.topbar-nav .divider {
		margin: 0 2px;
	}
	
	ul.topbar-arrow .divider {
		margin: 0 0px;
	}
	ul.topbar-arrow li {
		margin: 0 0px;
	}
	
	.nav-inner .pl-3 {
		padding-left: 0rem !important;
	}
	
	.inner-page-area {
		margin-top:80px;
	}
	.topbanners-area {
		margin-bottom:-44px;
	}
	
	.subpage-heading {
		font-size: 1.1rem;
		line-height: 1.5rem;
		
	}
	
	.inner-text-area {
		padding: 10px 15px;
	}
	.relaunched-text-area {
		padding: 5px 0px;
	}
	.row-divider {
		padding-bottom: 10px;
		margin-bottom: 10px;
		margin-top: 15px;
	}
	.rightq {
		right:-35px;
	}
	.leftq {
		left:-52px;
	}
	.key-features-area {
		padding:10px;
	}
	
	.slick-prev {
		left:-5px;
	}
	
	.slick-next {
		right:-5px;
	}
	
	
	.banner-home {
		background-image:url(../images/Banner/VFS_Homebanner_mobile.png) !important;
		background-repeat:no-repeat;
		background-position:center top;
		background-size:cover;
		width:105%;
		height:100vh;
		position:fixed;
		bottom:0;
		color:#ffffff;
		background-color:#162c51;
	}
	
	.mbl-hide-para{
		display: none !important;
	}

}

/* start new style */

.vfsb-rdus img {
    border-radius: 0 0 30px 0;
}

.blu-clr{
	color: #00305D;
}

.ftw{
	font-weight: 600;
}
.milestone{
	display: inline-block;
	/* text-align: center; */
	font-size: 35px;
	font-weight: 600;
	width: 500px;
	color: #00305D;
	position: absolute;
	left: 30%;
    transform: translateX(-30%);
}
.w100-home{
	/* width: 100px; */
}
.w-95{
	width: 95%;
}
h5{
	font-family: 'Helvetica-Bold', sans-serif;
}
p.blu-clr strong{
	font-family: 'Helvetica-Bold';
    font-size: 18px;
}
p.blu-clr strong em {
    font-size: 16px;
    font-style: inherit;
    font-family: 'Helvetica-Light';
}
.card{
	margin-bottom: 2.5rem;
}
.crd-fnt{
	font-size: 20px;
}
.card-read-more a, .card-read-more a:hover,.card-read-more a:active{
	color: #00305D !important;
    border: 1px solid #F27042 !important;
    display: inline;
	text-decoration: none !important;
}
@media (max-width:767px) {
	.milestone{
		width: 300px;
		font-size: 18px;
	}
	p.blu-clr strong em {
		font-size: 14px;
		font-style: inherit;
		font-family: 'Helvetica-Light';
	}
}