@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
*:focus{
	outline: none !important
}
body {
	font-family: 'Mulish', sans-serif;
    background: #ffffff 0% 0% no-repeat padding-box;
}
a {
	color: #000;
	cursor: pointer;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
a:hover{
	text-decoration: none;
	color: #000
}
img{
	max-width: 100%;
	height: auto !important
}
main{
	display: flex;
	flex-direction: column;
	/*height: 100vh*/
}
td {
	border-width: 1px;
}
.adminbar{
	z-index: 9999;
    color: #8cc739;
    background-color: #085dad;
    right: 10px;
    bottom: 10px;
    position: fixed;
    padding: 5px 20px;
    border-radius: 10px;
    font-weight: bold;
    text-decoration: none;
	box-shadow: 0px 0px 10px 5px rgba(140,199,57,0.2);
}
.adminbar:hover{
	color: #fff;
	text-decoration: none;
}
.navbar{
	padding: 20px 0;
    background-color: #085dad;
    box-shadow: 0 2px 6px rgb(0 0 0 / 16%);
}
.navbar-light .navbar-nav .nav-link{
    font-weight: 700;
    color: #d3d3d3; 
    text-transform: uppercase;
    font-size: 15px;
    padding: 0px 15px;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav li.active .nav-link{
    color: #fff;
}
.navbar-light .navbar-nav li.show .nav-link{
	color: #00418c;
}
.navbar-nav .dropdown-menu{
	background-color: #00418c;
    margin: 18px 0 0;
    padding: 0;
    min-width: 15rem;
    position: relative;
}
.navbar-nav .dropdown-menu::before{
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: white;
    border-width: 10px;
    margin-left: 0;
}
.navbar-light .navbar-nav .dropdown-menu li a.nav-link{
    color: #fff;
    padding: 10px 15px;
    border-bottom: 1px #8cc739 solid;
    font-weight: normal;
    text-transform: unset;
}
.navbar-light .navbar-nav .dropdown-menu li:last-child a.nav-link{
	border-bottom: 0
}
.navbar-light .navbar-nav .dropdown-menu li a.nav-link:hover, .navbar-light .navbar-nav .dropdown-menu li.active a.nav-link{
	background-color: #085dad;
}
.website-blue{
	color: #085dad;
}
.textBlue{
 color: #085dad;
}
.textGrey{
	color:#6f6f6f !important;
}
.logo{
	text-align: center;
    padding: 0;
}
.formTextarea{
	border-radius: 10px 10px 0px 10px;
    box-shadow: 0px 1px #E1E1E1;
    border: 1px #eaeaea solid;
    width: 100%;
    height: 100px;
    resize: none;
    padding: 10px;
}

.page-breadcrumb{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: start;
	padding-left: 30px;
}
.home{
	min-height: 650px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.home::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
}
.home .headercontent{
	position: relative;
	margin-top: -7em;
}
.home .headercontent p{
	font-size: 32px;
	font-family: 'Satisfy', cursive;
}
.home .header_form{
	padding: 35px 25px;
	background-color: #085dad;
	border-radius: 10px;
}
.home .header_form .header_input{
	padding-left: 25px;
	position: relative;
	color: #324472;
}
.home .header_form .fa-map-marker-alt{
	position: absolute;
	z-index: 99;
    font-size: 20px;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    color: #324472;
}
.home .header_form .form_btn{
	color: #fff;
    background-color: #8cc739;
    padding: .375rem 50px;
    bottom: -32px;
    position: relative;
}
.home .header_form .form_btn::before{
	content: '\f35a';
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.three_step_process{
	padding: 60px 0;
	
}
.three_step_process.homePage{
	background-color: #f5f5f5;
}
.three_step_process div.row{
	position: relative;
}
.three_step_process .process_content{
	position: absolute;
	top: -12em;
	left: 0;
}
.three_step_process h2{
	font-family: 'Satisfy', cursive;
}
.three_step_process .process_body{
	display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 25px 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.07);
}
.three_step_process .process_body>div{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	position: relative
}
.three_step_process .process_body>div:nth-child(1)::before, .three_step_process .process_body>div:nth-child(2)::before{
	position: absolute;
	content: '';
	background-image: repeating-linear-gradient(0deg, #085dad, #085dad 5px, transparent 5px, transparent 10px, #085dad 10px), repeating-linear-gradient(90deg, #085dad, #085dad 5px, transparent 5px, transparent 10px, #085dad 10px), repeating-linear-gradient(180deg, #085dad, #085dad 5px, transparent 5px, transparent 10px, #085dad 10px), repeating-linear-gradient(270deg, #085dad, #085dad 5px, transparent 5px, transparent 10px, #085dad 10px);
	background-size: 3px 100%, 100% 3px, 3px 100% , 100% 3px;
	background-position: 0 0, 0 0, 100% 0, 0 100%;
	background-repeat: no-repeat;
	width: 78%;
    height: 2px;
    right: -39%;
    top: 40%;
}
.three_step_process .process_body>div:nth-child(1) i, .three_step_process .process_body>div:nth-child(2) i{
	position: absolute;
    top: 24px;
    background-color: #fff;
    padding: 7px 8px;
    border-radius: 50%;
    right: -5%;
    border: 2px dashed #085dad;
    color: #085dad;
}
.three_step_process .process_body .process_review>div{
	position: absolute;
    padding: 80px 50px;
    background-color: #085dad;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    right: -11%;
}
.three_step_process .process_body .process_review>div p:nth-child(1){
	font-size: 26px;
}
.three_step_process .process_body .process_review>div div i{
	color: #fff;
    padding: 10px 9px;
    background-color: #8cc739;
    border-radius: 50%;
}
.popular_destination{
	padding: 7em 0 60px;
	background-color: #f4f4f4;
}
.popular_destination .destination_head h2{
	position: relative;
}
.popular_destination .destination_head h2::after{
	position: absolute;
	content: '';
	width: 15%;
    height: 3px;
    background-color: #8cc739;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}
.popular_destination .destination_body{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.popular_destination .destination_body .destination_country{
	padding: 0px 15px;
	width: 20%;
	position: relative;
	background-color: #fff;
	background-clip: content-box;
	transition: all .1s ease;
}
.popular_destination .destination_body .destination_country:hover a{
	opacity: 1;
}
.popular_destination .destination_body .destination_country a{
	position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 30px);
    height: 100%;
    background-color: rgba(245,236,227,0.6);
    text-decoration: none;
	z-index: 99;
    opacity: 0;
}
.popular_destination .destination_body .destination_country a i{
	padding: 20px;
    background-color: #085dad;
    color: #fff;
    border-radius: 50%;
}
.popular_destination .destination_body .destination_country div{
	cursor: pointer;
}
.popular_destination .destination_body .destination_country div:nth-of-type(2){
	position: relative;
}
.popular_destination .destination_body .destination_country div:nth-of-type(2) img{
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
}
.all_countries{
	padding: 20px 0 60px;
	background-color: #f4f4f4;
}
.all_countries .countries_head p:nth-child(1){
	position: relative;
}
.all_countries .countries_head p:nth-child(1)::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #085dad;
}
.all_countries .countries_head p:nth-child(1) i{
	position: relative;
	color: #fff;
    background-color: #085dad;
    padding: 12px 15px;
    border-radius: 50%;
	z-index: 99;
}
.all_countries .countries_head p:nth-child(2){
	color: #085dad;
	font-weight: 600;
}
.all_countries .countries_body{
	display: flex;
	flex-wrap: wrap;
}
.all_countries .countries_body div{
	width: 20%;
	margin: 15px 0;
	padding: 0 15px;
}
.all_countries .countries_body div a{
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
    padding: 7px 15px;
	border-radius: 6px;
	text-decoration: none;
	transition: all 0.5s ease-in-out;
}
.all_countries .countries_body div a:hover{
	text-decoration: none;
	background-color: #085dad;
	color: #fff;
}
.all_countries .countries_body div a img{
	border-radius: 50%;
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.03);
}
.all_countries .countries_body div a span{
	padding-left: 20px;
	font-weight: 600;
}
.about_us_home{
	padding: 60px 0;
}
.about_us_home h2{
	position: relative;
}
.about_us_home h2::before{
	position: absolute;
	content: '';
	width: 10%;
	height: 3px;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
	background-color: #8cc739;
}
.about_us_home div.website-blue{
	padding-bottom: 8em;
}
.about_us_home .about_us_body{
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.about_us_home .about_us_body:nth-last-child(2){
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
}
.about_us_home .about_us_body:nth-last-child(3){
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
}
.about_us_home .about_us_body:nth-last-child(4){
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
}
.about_us_home .about_us_body:nth-last-child(5){
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.about_us_home .about_us_body p{
	color: #999999;
}
.green_button{
	text-decoration: none;
	padding: 10px 50px;
	color: #fff;
	background-color: #8cc739;
	border-radius: 5px;
	font-size: 18px;
	cursor: pointer;
}
.green_button:hover{
	color: #fff;
	text-decoration: none;
}
.green_button:focus{
	box-shadow: none;
	border-color: #8cc739;
}
.home_page_reviews{
	padding: 60px 0;
	background-color: #f4f4f4;
}
.home_page_reviews h2{
	position: relative;
}
.home_page_reviews h2::before{
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 10%;
	height: 3px;
	background-color: #8cc739;
}
.home_page_reviews .carousel_image{
	height: 180px;
	background-repeat: no-repeat;
	background-position: center;
}
.home_page_reviews .carousel-item{
	height: 100% !important;
}
.home_page_reviews button i{
	font-size: 3em;
    color: #8cc739;
    padding: 11px 20px;
    border-radius: 50%;
    border: 1px solid #8cc739;
}
.home_page_reviews .carousel-control-prev{
	left: -10%;
}
.home_page_reviews .carousel-control-next{
	right: -10%;
}
#carouselReviewIndicators{
	padding: 7em 0;
}
.home_page_reviews .rev_profession{
	position: relative;
}
.home_page_reviews .rev_profession::before{
	position: absolute;
	content: '';
	width: 30%;
	height: 2px;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #085dad;
}
.home_page_reviews .carousel-item div.text-center{
	padding: 15px 60px;
}
.home_page_reviews .carousel-item div.text-center p{
	color: #999999;
}
.latest_news{
	padding: 60px 0;
}
.latest_news h2{
	position: relative;
}
.latest_news h2::before{
	position: absolute;
	content: '';
	width: 10%;
	height: 2px;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #8cc739;
}
.blog-carousel .carousel-item{
	height: 520px !important;
	max-height: 620px;
	background-repeat: round;
}
.blog-carousel .carousel-caption{
	bottom: 0px;
	left: 0;
	right: 0;
	background-color: rgba(8,93,173,0.7);
}
.blog-carousel .carousel-caption p{
	padding: 0 15px;
	margin: 0;
}
.blog-carousel .carousel-control-prev,.blog-carousel .carousel-control-next{
	top: 50%;
	bottom: 50%;
}
.blog-carousel .carousel-control-prev i, .blog-carousel .carousel-control-next i{
	padding: 15px 18px;
	border-radius: 50%;
	border: 1px solid #fff;
}
.latest_news .blog_right_part{
	display: flex;
	padding-bottom: 10px;
	flex-wrap: wrap;
}
.latest_news .blog_right_part .description a{
	text-decoration: none;
}
.latest_news .blog_right_part .description a:hover{
	color: #085dad;
	text-decoration: none;
}
.latest_news .blog_right_part .description p{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}
.latest_news .blog_right_part .description p span{
	color: #666666;
	font-size: 14px;
}
.latest_news .blog_right_part img{
	border-radius: 5px;
}
.footer{
	padding: 6em 0;
	background-color: #085dad;
}
.footer h4{
	color: #fff;
	position: relative;
	margin-bottom: 25px;
}
.footer h4::before{
	position: absolute;
	content: '';
	left: 0;
	bottom: -5px;
	width: 30%;
	height: 2px;
	background-color: #8cc739;
}
.footer ul a{
	color: #fff;
}
.footer ul a:hover{
	color: #fff;
	text-decoration: none;
}
.footer a{
	color: #fff;
	text-decoration: none;
}
.footer a:hover{
	color: #fff;
	text-decoration: none;
}
.footer p{
	color: #fff;
}
.footer .contact .address{
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer .contact .address i{
	padding-right: 20px;
}
.footer .contact i{
	font-size: 22px;
	color: #8cc739;
	padding-right: 10px;
}
.copyright{
	padding: 15px 0;
	background-color: #8cc739;
}
.footer .newssletter{
	background-color: #8cc739;
	border: none;
	border-radius: 25px 0 0 25px;
}
.footer .newssletter::placeholder{
	color: #085dad;
}
.footer .newssletter:focus{
	box-shadow: none;
}
.footer .newssletter_btn{
	border: none;
	background-color: #8cc739;
	border-radius: 0 25px 25px 0;
	color: #085dad;
}
.footer .newssletter_btn:focus{
	box-shadow: none;
}
.footer .social .facebook i{
	font-size: 23px;
    padding: 8px 13px;
    border: 1px solid #8cc739;
    color: #8cc739;
    border-radius: 50%;
    margin-right: 15px;
}
.footer .social .twitter i{
	font-size: 23px;
    padding: 8px 8px;
    border: 1px solid #8cc739;
    color: #8cc739;
    border-radius: 50%;
    margin-right: 15px;
}
.footer .social .google i{
	font-size: 23px;
    padding: 9px 10px;
    border: 1px solid #8cc739;
    color: #8cc739;
    border-radius: 50%;
}
/*************** All country page ****************/
.header{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.header::before{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(44,42,86,0.58);
}
.header .container{
	position: relative;
}
.breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.breadcrumbs a{
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
}
.breadcrumbs a:hover{
	text-decoration: none;
	color: #fff;
}
.breadcrumbs p{
	text-transform: capitalize;
	margin: 0;
}
.countries{
	padding: 60px 0;
	background-color: #fafcfd;
}
.countries .alphabet span{
	cursor: pointer;
	color: #6f6f6f;
}
.countries .alphabet i{
	color: #6f6f6f;
}
.countries .alphabet span:first-child{
	color: #085dad;
}
.countries .country_search input{
	height: 55px;
}
.countries .country_search input::placeholder{
	color: #6f6f6f;
}
.countries .country_search input:focus{
	box-shadow: none;
}
.countries .country_search button{
	background-color: #085dad;
	border-color: #085dad;
}
.countries .country_search button:focus{
	box-shadow: none;
}
.countries .country_content{
	display: flex;
    flex-wrap: wrap;
}
.countries .country_content .hiden_countries{
	display: none;
	flex-wrap: wrap;
}
.countries .country_content div.country{
	width: 20%;
	padding: 15px;
}
.countries .main_image img{
	border-radius: 3px 3px 0 0;
}
.countries .country_content .country .flag{
	background-color: #fff;
	border-radius: 0 0 3px 3px;
	position: relative;
}
.countries .country_content .country .flag img{
	position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.countries .country_content .country .country_body{
	position: relative;
	box-shadow: 0px -3px 20px 1px rgba(0,0,0,0.05);
}
.countries .country_content .country .country_body a{
	position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(245,236,227,0.6);
    text-decoration: none;
    z-index: 99;
    opacity: 0;
}
.countries .country_content .country .country_body a i{
	padding: 20px;
    background-color: #085dad;
    color: #fff;
    border-radius: 50%;
}
.countries .country_content .country .country_body:hover a{
	opacity: 1;
}
/************* Contact Us ***************/
.contact_description{
	color: #6f6f6f;
}
.contact input{
	height: 55px;
	border: 1px solid #6f6f6f;
	border-radius: 3px;
}
.contact input:focus{
	box-shadow: none;
	border-color: #6f6f6f;
}
.contact input::placeholder{
	color: #6f6f6f;
}
.contact textarea{
	border: 1px solid #6f6f6f;
	border-radius: 3px;
	resize: none;
}
.contact textarea:focus{
	box-shadow: none;
	border-color: #6f6f6f;
}
.contact_information p{
	color: #6f6f6f;
	margin: 0;
	padding-bottom: 15px;
}
.contact_information a{
	color: #6f6f6f;
	text-decoration: none;
}
.contact_information a:hover{
	text-decoration: none;
}
.contact_information i{
	font-size: 18px;
	padding-right: 10px;
	width: 30px;
}
/**************** Blogs ***************/
.blogscontent .blog_description p{
	color: #6f6f6f;
}
.blogscontent .blog_description a{
	text-decoration: none;
}
.blogscontent .blog_description a:hover{
	text-decoration: none;
	color: #085dad;
}
.pagination .page-item.active .page-link{
	background-color: #085dad;
	border-color: #085dad;
	color: #fff;
}
.pagination .page-item .page-link{
	background-color: #fff;
	border-color: #6f6f6f;
	color: #6f6f6f;
}
.pagination .page-item .page-link:focus{
	box-shadow: none;
	border-color: #6F6F6F;
}
/************** Blog Details ***************/
.blogdetails{
	background-color: #fafcfd;
}
.blogdetails .post_author{
	display: flex;
	flex-wrap: wrap;
}
.blogdetails .post_author_social .facebook i{
	font-size: 23px;
    padding: 8px 13px;
    border: 1px solid #6f6f6f;
    color: #6f6f6f;
    border-radius: 50%;
	transition: all 0.5s ease;
}
.blogdetails .post_author_social .twitter i{
	font-size: 23px;
    padding: 8px 8px;
    border: 1px solid #6f6f6f;
    color: #6f6f6f;
    border-radius: 50%;
	transition: all 0.5s ease;
}
.blogdetails .post_author_social .google i{
	font-size: 23px;
    padding: 8px 9px;
    border: 1px solid #6f6f6f;
    color: #6f6f6f;
    border-radius: 50%;
	transition: all 0.5s ease;
}
.blogdetails .post_author_social i:hover{
	border: 1px solid #8cc739;
    color: #8cc739;
}
.blogdetails .blog_image{
	background-color: #f6f6f6;
}
.blogdetails .post_author_img{
	position: relative;
}
.blogdetails .post_author_img p{
	color: #6f6f6f;
}
.blogdetails .post_author_img img{
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
	border: 3px solid #fff;
	border-radius: 50%;
}
.blogdetails .content{
	background-color: #f6f6f6;
	padding-left: 30px;
	padding-right: 30px;
	color: #6f6f6f;
}
.blogdetails .content a{
	text-decoration: none;
	color: #085dad;
}
.blogdetails .content h2, .blogdetails .content h3{
	color: #085dad;
}
#carouselNewsIndicators .carousel_image{
	height: 540px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 10px;
}
.carousel-news .carousel_body{
	position: relative;
	padding: 0 15px;
}
.carousel-news .carousel_body .description{
	position: absolute;
	bottom: 0;
	left: 15px;
	padding: 15px;
	width: calc(100% - 30px);
	background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.2) 100%);
	border-radius: 0px 0px 10px 10px;
}
.carousel-news .carousel_body .description p{
	color: #fff;
}
.carousel-news .carousel_body .description p span{
	color: #8cc739;
}
.carousel-news .carousel_body .description a{
	text-decoration: none;
}
.carousel-news .carousel-item{
	height: 540px !important;
}
.last_news{
	background-color: #f5f5f5;
}
.last_news .carousel-control-prev{
	left: -10%;
}
.last_news .carousel-control-next{
	right: -10%;
}
.last_news button i{
	font-size: 1em;
    color: #8cc739;
    padding: 10px 13px;
    border-radius: 50%;
    border: 1px solid #8cc739;
}
.last_news h2{
	position: relative;
}
.last_news h2::before{
	position: absolute;
	content: '';
	left: 50%;
	bottom: -10px;
	width: 10%;
	height: 2px;
	background-color: #8cc739;
	transform: translateX(-50%);
}
/*********** Country Landingpage **********/
.landingpage_head{
	min-height: 650px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.landingpage_head::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
}
.landingpage_head div[class|=col]{
	position: relative;
}
.landingpage_head .landp_head_text{
	font-size: 32px;
	font-family: 'Satisfy', cursive;
	color: #fff;
}
.landingpage_head .landp_head_title h1{
	font-size: 60px;
	font-weight: bold;
}
.landingpage_head .landp_left{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
}
.landingpage_head .small_form{
	padding: 35px 45px;
    background-color: rgba(8,93,173,0.65);
    border-radius: 10px;
}
.visaheader{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;

}
.visaheader::before{
	position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}
.visaheader .container{
	position: relative;
}

/* 1 year later */

.contentTable .contentTable-title{
	width: 100%;
	color: white;
	padding: 15px 10px;
	font-size: 20px;
	background-color: #8cc739;
}
.landingPage .contentTable .contentTable-links{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.landingPage .contentTable .contentTable-links li{
	list-style: none;
	cursor: pointer;
	font-size: 18px;
	color: #787878 ;
	min-width: 280px;
    padding: 10px;
}
.landingPage .contentTable .contentTable-body{
	box-shadow: 0px 0px 7px 2px rgb(156 156 156 / 10%);
	border-radius: 10px;
	padding: 15px 0px;
}

.landingPage .visa h2{
	position: relative;
}
.landingPage .visa h2::before{
	position: absolute;
    content: '';
    left: 0;
    bottom: -10px;
    width: 15%;
    height: 2px;
    background-color: #8cc739;
}
.landingPage .visaDesc p{
	padding: 20px;
    background-color: #f5f5f5;
}
.landingPage .mainInfo{
	background-color: #f5f5f5;
	padding: 60px 0px;
}
.landingPage .mainInfo h2:nth-child(1){
	position: relative;
	margin-bottom: 40px;
}
.landingPage .mainInfo h2:nth-child(1)::before{
	position: absolute;
    content: '';
    left: 50%;
    bottom: -10px;
    width: 7%;
    height: 2px;
    background-color: #8cc739;
	transform: translateX(-50%);
}
.landingPage .quotes{
	padding: 60px 0px;
}
.landingPage .quotes .quotes-title{
	text-align: center;
	position: relative;
}
.landingPage .quotes .quotes-title::before{
	position: absolute;
    content: '';
    left: 50%;
    bottom: -10px;
    width: 7%;
    height: 2px;
    background-color: #8cc739;
	transform: translateX(-50%);
}
.landingPage .quotes .quotesTitle{
	padding: 30px 0px 10px 0px;
}
.landingPage .quotes .quotesSubtitle{
	padding: 0px 0px 20px 0px;
	font-size: 14px;
	color: #6f6f6f;
}
.landingPage .quotes .quotesText{
	padding: 10px 30px;
}
.landingPage .quotes .quotesText p{
	color: #6f6f6f;
	position: relative;
	margin: 0;
}
.landingPage .quotes .quotesText p::after{
	position: absolute;
    content: '';
    left: -20px;
    bottom: 50%;
    width: 2px;
    height:100%;
    background-color: #8cc739;
	transform: translateY(50%);
}

#accordion{
    background-color: white;
    padding: 60px 100px 80px 100px;
}
#accordion .card-header{
    border-bottom: 1px solid rgba(0,0,0,.125) ;
}
#accordion .card-first .card-header{
    border-top: 1px solid rgba(0,0,0,.125) ;
}
#accordion .card{border:0;border-radius:0;padding: 0px 50px;}
#accordion .card-header{padding:0;background-color:transparent;font-weight: normal;background-color: #f8ffef;}
#accordion .card-header a{text-decoration:none;color:#333;padding-left: 10px;padding-right: 30px;font-weight: 400;}
#accordion .card-body{color:#666;padding:1.25rem 0;padding-left: 40px;}

.accordion{position:relative;display:flex;justify-content:space-between;padding:15px 0;}
.accordion::before{content:'';width:14px;height:1px;background:#333;position:absolute;top:calc(50% - 1px);right:1rem;display:block;transition:all 0.3s;}
.accordion::after{content:'';width:1px;height:14px;background:#333;position:absolute;top:calc(50% - 7px);right:calc(1rem + 6px);display:block;transition:all 0.3s;}
.accordion[aria-expanded='true']::after{transform:rotate(90deg) translateX(-1px);}
.accordion[aria-expanded='true']::before{transform:rotate(180deg);}

#accordion .section-title:nth-child(1){
    padding: 20px 20px 20px 0;
    font-weight: normal;

}
#accordion .section-title{
    padding: 60px 20px 20px 0;
    font-weight: normal;

}

.landingPage .places{
	background-color: #f5f5f5;
	padding: 60px 0;
}
.landingPage .place_info{
	position: relative;
	transition: all .1s ease;
}
.landingPage .place_info a{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.70);
    display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
    text-decoration: none;
	opacity: 0;
	color: #fff;
	font-size: 20px;
}
.landingPage .place_info a i{
	padding: 20px;
    background-color: transparent;
    color: #fff;
    border-radius: 50%;
	border: 1px solid #fff;
	margin-bottom: 10px;
}
.landingPage .place_info:hover a{
	opacity: 1;
}
.landingPage .places .places-title {
    position: relative;
}
.landingPage .places .places-title::before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -10px;
    width: 7%;
    height: 2px;
    background-color: #8cc739;
    transform: translateX(-50%);
}
.landingPage .faqs .faqs-title{
	position: relative;
	padding: 60px 0px 0px;
   
}
.landingPage .faqs .faqs-title::before {
	position: absolute;
    content: '';
    left: 50%;
    bottom: -10px;
    width: 7%;
    height: 2px;
    background-color: #8cc739;
    transform: translateX(-50%);
}
.landingPage .feedback {
	padding: 80px 0px;
	background-color: #f5f5f5;
}
.landingPage .feedback .feedback-title{
	text-align: center;
	color: #085dad;
	position: relative;
	margin-bottom: 60px;
}
    
.landingPage .feedback .feedback-title::before{
	position: absolute;
    content: '';
    left: 50%;
    bottom: -10px;
    width: 7%;
    height: 2px;
    background-color: #8cc739;
	transform: translateX(-50%);
}
.landingPage .feedback .slider .slick-prev::before, .landingPage .feedback .slider .slick-next::before{
	color: #8cc739 !important;
    font-size: 32px;
    border-radius: 50%;
    border: 1px solid #8cc739;
    padding: 10px 20px;
}
.landingPage .feedback .slider .slick-prev{
	left:-110px;
} 
.landingPage .feedback .slider .slick-next{
	right: -80px;
}
.landingPage .feedback .slider-item{
	display: flex;
	justify-content: center;
}
.landingPage .feedback .slider-item .card{
	display: flex;
	flex-direction: column;
	background-color: white;
	width: 100%;
    padding: 9px 35px;
    box-shadow: 1px 1px 0px #dfdfdf;
    height: 100% !important;
	margin: 0 25px;
	min-height:450px;
	
}
.landingPage .feedback .slider-item .card .avatar{
	border-radius: 50%;
	margin: 0 auto;
	box-shadow: 0px 0px 15px 5px rgba(112,112,112,0.12);
}
.landingPage .feedback .slider-item .card .stars{
	margin: 10px auto;
}
.landingPage .feedback .slider-item .card .review{
	color:#085dad;
}

.landingPage .visa-info{
	padding: 80px 0px;
	display: flex;
    flex-direction: column;
	background-color: #fafcfd;
}
.landingPage .visa-info .get-started{
	display: flex;
	justify-content: space-between;
	padding: 15px;
	background-color: #f8ffef;
	text-align: center;
}
.landingPage .visa-info .get-started a{
	text-decoration: none;
	color: #085dad;
}
.landingPage .visa-info .get-started p{
	margin: 0;
}
.landingPage .visa-info .demand{
	font-size: 16px;
	color: #787878;
}
.landingPage .visa-info .demand-title{
	font-size: 16px;
	color: #787878;
	font-weight: bold;
}
.landingPage .visa-info .demand-explanation{
	font-size: 16px;
	color: #787878;
}
.landingPage .visa-info .payment-methods{
	color: #787878;
	display: flex;
	justify-content: space-between;
}
.landingPage .go-form{
	color: white;
	margin: 0 auto;
	background-color:#8cc739;
	font-size: 18px;
	padding: 8px 40px;
}

/* Faq */

.faq .faq-title{
	position: relative;
	padding: 60px 0px 0px;
   
}

.faq .faq-subtitle {
	padding: 25px 100px;
}

.accordion-faq{
    background-color: white;
    padding: 60px 100px 80px 100px;
}
.accordion-faq .card-header{
    border-bottom: 1px solid rgba(0,0,0,.125) ;
}
.accordion-faq .card-first .card-header{
    border-top: 1px solid rgba(0,0,0,.125) ;
}
.accordion-faq .card{border:0;border-radius:0;padding: 0px 50px;}
.accordion-faq .card-header{padding:0;background-color:transparent;font-weight: normal;background-color: transparent !important;}
.accordion-faq .card-header a{text-decoration:none;color:#333;padding-left: 10px;padding-right: 30px;font-weight: 400;}
.accordion-faq .card-body{color:#666;padding:1.25rem 0;padding-left: 40px;}

.accordion-inner{position:relative;display:flex;justify-content:space-between;padding:15px 0;}
.accordion-inner::before{content:'';width:14px;height:1px;background:#333;position:absolute;top:calc(50% - 1px);right:1rem;display:block;transition:all 0.3s;}
.accordion-inner::after{content:'';width:1px;height:14px;background:#333;position:absolute;top:calc(50% - 7px);right:calc(1rem + 6px);display:block;transition:all 0.3s;}
.accordion-inner[aria-expanded='true']::after{transform:rotate(90deg) translateX(-1px);}
.accordion-inner[aria-expanded='true']::before{transform:rotate(180deg);}

.accordion-faq .section-title:nth-child(1){
    padding: 20px 20px 20px 0;
    font-weight: normal;

}
.accordion-faq .section-title{
    padding: 60px 20px 20px 0;
    font-weight: normal;

}

.home_page_reviews .slider .slick-prev::before, .home_page_reviews .slider .slick-next::before{
	color: #8cc739 !important;
    font-size: 32px;
    border-radius: 50%;
    border: 1px solid #8cc739;
    padding: 10px 20px;
}
.home_page_reviews .slider .slick-prev{
	left:-110px;
} 
.home_page_reviews .slider .slick-next{
	right: -80px;
}
.home_page_reviews .slider-item{
	display: flex;
	justify-content: center;
}
.home_page_reviews .slider-item .card{
	display: flex;
	flex-direction: column;
	background-color: transparent;
	width: 100%;
    padding: 9px 35px;
    height: 100% !important;
	margin: 0 25px;
	min-height:450px;
	border: 0;
	
}
.home_page_reviews .slider-item .card .avatar{
	border-radius: 50%;
	margin: 0 auto;
	box-shadow: 0px 0px 15px 5px rgba(112,112,112,0.12);
}
.home_page_reviews .slider-item .card .stars{
	margin: 10px auto;
}
.home_page_reviews .slider-item .card .review{
	color:#999999;
}
.country-info-bg{
	background-color:#f5f5f5;
	padding: 50px 0 25px 0;
}
.landingPage h2{
	color: #085dad;
}
.landingPage .countryInfo{
	padding: 60px 0px;
}
.landingPage .countryInfo h2:nth-child(1){
	position: relative;
	margin-bottom: 40px;
}
.landingPage .countryInfo h2:nth-child(1)::before{
	position: absolute;
    content: '';
    left: 50%;
    bottom: -10px;
    width: 7%;
    height: 2px;
    background-color: #8cc739;
	transform: translateX(-50%);
}


/* Customer Review */
.reviewItem h6{
	font-weight:bold;
}
.cusomerReview{
	padding: 60px 0px;
}
.cusomerReview .description p{
	font-size: 18px;
	text-align: center;
	color: #6F6F6F;
	padding-bottom: 30px;
}
.cusomerReview .cards{
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
}

.cusomerReview .review{
	display: flex;
    justify-content: center;
	padding: 50px 0;
}
.cusomerReview .review .card{
	display: flex;
    flex-direction: column;
    background-color: #f5f5f5;
    width: 100%;
    padding: 9px 35px;
    height: 100% !important;
    margin: 0 25px;
    min-height: 450px;
    border: 0;
}
.cusomerReview .review .card .avatar{
	border-radius: 50%;
    margin: 0 auto;
    box-shadow: 0px 0px 15px 5px rgb(112 112 112 / 12%);
	position: relative;
	right: 0;
	left: 0;
	top: -66px;
}
.cusomerReview .review .card .rev_profession{
	position: relative;
}
.cusomerReview .review .card .rev_profession::before{
	position: absolute;
    content: '';
    width: 30%;
    height: 2px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #085dad;
}
.cusomerReview .review .card p{
	word-break: break-word;
}


/* embassy finder */

.embassyFinder{
 position: relative;
}
.embassyFinder .countries{
    padding: 60px 0px 70px 0px;
	background-color:#f5f5f5;
	display:-webkit-box;
}
.embassyFinder .countries .country-img{
	border-radius: 50%;
    box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 3%);
}
.embassyFinder .countries .country{
	width: 25%;
    margin: 15px 0;
    padding: 0 15px;
	min-width: 200px;
}
.embassyFinder .countries .country a{
	display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
    padding: 7px 15px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
	min-height: 100%;
}
.embassyFinder .countries .country a:hover{
    background-color: #085dad;
}
.embassyFinder .countries .country .country-title{
	padding-left:10px;
}
.embassyFinder .countries .separator{
	display: flex;
    flex-wrap: wrap;
	position: relative;
	justify-content: space-between;
}

.embassyFinder .countries .separator:nth-child(1){
 padding-top: 0 !important;
}

.embassyFinder .countries .separator .separator-letter{
	position: absolute;
	top: 50%;
    left:-10rem;
    transform: translateY(-50%);
	font-size: 80px;
	color: #d0d0d0;
	font-weight: bold;
}
.embassyFinder #navigation{
	position: sticky;
    top: 0;
    bottom: 0;
    right: 0;
    color: #6f6f6f;
    font-weight: bold;
    z-index: 999;
    display: inline-flex;
    flex-direction: column;
	margin-top: 15px;
}
.embassyFinder #navigation .navigation-item{
	background-color: white;
	padding: 5px 10px;
	cursor: pointer;
}
.navigation-item.activeLetter{
	color:#085dad;
	border-left:1px solid #085dad;
	
}
.embassyFinder .searchbar{
	padding: 50px 0;
}
.filteredEmbassies .search-info{
	padding: 50px 0;
	color:#b2b3b4;
}
.embassyFinder .searchbar .embassy-search{
	background-color: #8cc739;
	color: white;
	padding: 8px 35px;
	border-radius: 7px;
	font-size: 18px;
}
.embassyFinder .searchbar select{
	padding: 10px 40px;
}
.embassyFinder .searchbar .inCountry{
	margin: 0px 40px;
}
.embassyFinder .searchbar .search{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	background-color: #f5f5f5;
	padding: 50px;
	border-radius: 7px;
}
.embassyFinder .embassy-list{
	position: relative;
}
.embassyFinder .embassy-list i{
	position: absolute;
	left: 15px;
	bottom: 15px;
	color:dimgray;
}
.embassyFinder .inCountry{
	position: relative;
}
.embassyFinder .inCountry i{
	position: absolute;
	left: 15px;
	bottom: 15px;
	color:dimgray;
}


.embassiesList .embassiesList-item{
	display: flex;
	justify-content: flex-start;
	margin-bottom: 30px;
    border-radius: 10px;
}
.embassiesList .embassiesList-item .img img{
    border-radius: 0 10px 10px 0;
	height: 100% !important;
	object-fit: cover;
}
.embassiesList .info{
	background: rgba(245, 245, 245, 1);
    width: 100%;
	border-radius:  10px 0 0 10px;
	padding: 30px 0 0 30px;
}
.embassiesList.main .info{
	background: rgba(245, 245, 245, 1);
    width: 100%;
	border-radius:  10px 0 0 10px;
	padding: 15px 0 30px 30px;
}
.embassiesList .info .title{
	color:#085DAD;
	
}
.embassiesList .info .address-label,.embassiesList .info .email-label,.embassiesList .info .telephone-label,.embassiesList .info .website-label{
	font-size: 14px;
	font-weight: bold;
	color:#9c9d9f;
}
.embassiesList .info .address-item,.embassiesList .info .email-item,.embassiesList .info .telephone-item,.embassiesList .info .website-item{
	color:#b2b3b4;
}
.embassiesList .info i{
	font-size: 14px;
	color:#b2b3b4;
}
.embassiesList .info .website-item .link{
	text-decoration: none;
	color:#b2b3b4;
}
.visa-searchbar{
	background: rgba(245, 245, 245, 1);
	border-radius: 10px;
    padding: 25px;
}
.visa-searchbar .searchbar-title{
	color:#085DAD;
}
.visa-searchbar .nationality,.visa-searchbar .destination{
	position: relative;
	
}
.visa-searchbar select{
	padding: 10px 40px;
}
.visa-searchbar .visa-search {
    background-color: #8cc739;
    color: white;
    padding: 8px 35px;
    border-radius: 7px;
    font-size: 18px;
}
.visa-searchbar i {
    position: absolute;
	top: 40px;
    left: 15px;
    color: dimgray;
}


/* VISA form */

.block-title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 20px;
	background-color: #F8FFEE;
	color: #085DAD;
	font-weight: bold;
	padding: 15px 25px;
	border-bottom: 1px solid lightgrey;
}
.block_title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 20px;
	color: #085DAD;
	font-weight: bold;
	padding: 15px 25px;
}
.block-title .removeForm{
	color: #ff0000bf;
	cursor: pointer;
}
.block-subtitle{
	font-size: 20px;
	color: #085DAD;
	font-weight: bold;
}

.block-label{
	font-size: 14px;
	font-weight: bold;
}

.form-explanation-icon{
	font-size: 20px;
	float: right;
	color: lightgrey;
}
.form-explanation-icon-active{
	color: #777373;
}
.form-calendar-group{
	position: relative;
	
}

.form-calendar-icon{
	font-size: 20px;
	color: lightgrey;
	position: absolute;
	bottom: 9px;
    right: 12px
}
.opQuestionStatus{
	display: none;
	padding: 0 30px;
}

.visa-form{
	padding: 50px 0;
	background-color: #EEF4F9;
}
.visa-form .visaFormNext{
	border: none;
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: bold;
	color: white;
	background-color: #8cc739;
}
.visa-form .visaFormSubmit{
	border: none;
    padding: 15px 40px;
    text-transform: uppercase;
    font-weight: bold;
	color: white;
	background-color: #085DAD;
}
#form-explanation{
	position: sticky;
    top: 50px;
	height: 100%;
}
#form-explanation #icon-explanation{
	background-color: #666;
	color: white;
	padding: 15px;
}
#form-explanation #field-explanation{
	background-color: #2C8EEA;
	color: white;
	margin-top: 25px;
	/* padding: 15px; */
}
#form-explanation #icon-explanation .title{
	font-weight: bold;
	padding-bottom: 10px;
}
#form-explanation #field-explanation .title{
	background-color: #085DAD;
	font-weight: bold;
	padding: 15px;
	border-bottom: 1px solid white;
}
#form-explanation #field-explanation .text{
	padding: 15px;
	white-space: break-spaces;
}
.fieldExplanation{
	display: none;
}
.opSelectBlockStatus{
	display: none;
}
.contact-information, .travel-information, .stayIn-information, .traveler-information,.final-form{
	background-color: white;
	border: 1px solid lightgrey;

}
.contact-information .contact-form, .travel-information .travel-form, .stayIn-information .stayIn-form, .traveler-information .traveler-form,.final-form .submit-form{
	padding: 50px 0;

}
.visa-form .addTraveller{
	display: inline-flex;
	align-items: center;
	font-size: 20px;
}

.visa-form .addTraveller-icon{
	color: #085DAD;
	font-weight: bold;
	font-size: 40px;
	padding: 5px;
}

.error{
	border:1px solid rgb(229, 46, 76);
}
.selectedFile{
	background-color: #085DAD;
	padding:10px;
	border-radius: 5px;
	color: white;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}


/* VISA Review */

.visaReview{
    padding:50px 0;
}
.visaReview{
    padding:50px 0;
}
.visaReview .reviewAccordion{
	text-decoration: none;
    color: #085DAD;
    padding-left: 10px;
    padding-right: 30px;
    font-weight: 400;
	
	position: relative;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}
.visaReview .card .card-header{
	background-color: #F8FFEE;
}

.visaReview .reviewAccordion::before {
    content: '';
    width: 22px;
    height: 1px;
    background: #085DAD;
    position: absolute;
    top: 50%;
    right: 0px;
    display: block;
    transform: translateY(-50%);
    transition: all 0.3s;
}
.visaReview .reviewAccordion::after {
    content: '';
    width: 1px;
    height: 20px;
    background: #085DAD;
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    transform: translateY(-50%);
    transition: all 0.3s;
}
.visaReview .reviewAccordion[aria-expanded='true']::before {
    transform: rotate(180deg);
    background-color: #085DAD;
}
.visaReview .reviewAccordion[aria-expanded='true']::after {
    height: 0px;
}
.visaReview .review-edit{
   	color: #085DAD;
    position: absolute;
    top: 25px;
    right: 50px;
    display: block;
}
.visaReview .review-traveller-count{
	font-size: 18px;
	font-weight: bold;
	padding: 15px;
}
.visaReview .review-traveller{
	border: 1px solid #085DAD;
	padding: 25px;
	margin-bottom: 25px;
	border-radius: 5px;
	display: flex;
	flex-wrap: wrap;
}
.visaReview .review-traveller .col-xl-4{
	padding: 5px;
}

.visaReview .actions{
	text-align: center;
	padding: 80px 0 0 0;
}

.visaReview .actions .back{
	border: none;
    padding: 15px 40px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    background-color: #8cc739;;
	text-decoration: none;
	margin-right: 10px;
}
.visaReview .actions .forward{
	border: none;
    padding: 15px 40px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    background-color: #085DAD;
	text-decoration: none;
	margin-left: 10px;
}


/* PAYMENT */
.payment .paymentMethods {
    padding: 0px;
}
.payment .paymentMethods li {
    list-style-type: none;
    display: flex;
    justify-content: center;
}
.payment .custom-radio input[type=radio] {
    position: absolute;
    opacity: 0;
}
.payment .paymentMethods .custom-control-label {
    padding-left: 30px;
    width: 100%;
}
.payment .paymentMethods .custom-control {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}
.payment .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #dc3545;
}

.payment .custom-radio input[type=radio] + .custom-control-label:before {
    content: "";
    background: #ffffff;
    border-radius: 100%;
    border: 1px solid #bfbfbf;
    display: inline-block;
    width: 1.6em;
    height: 1.6em;
    position: relative;
    top: -0.2em;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

.payment .custom-radio input[type=radio]:checked + .custom-control-label:before {
    background-color: #ffffff;
    box-shadow: inset 0 0 0 8px #8cc739;
}
.payment .payment-actions a{
	border: none;
    padding: 15px 40px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    background-color: #085DAD;
    text-decoration: none;
    margin-right: 10px;
}
.payment .payment-actions button{
	border: none;
    padding: 15px 40px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
	background-color: #8cc739;
    text-decoration: none;
    margin-left: 10px;
}

.payment .summary .price{
	float:right
}

.payment .summary .total{
	border-top:1px solid grey;
	padding-top:10px;
}


/* Thank You */
.thank-you{
	background-color: #eef4f9;
	padding-bottom: 50px
}
.thank-you .confirmed{
	text-align: center;
	background-color: white;
	margin: 50px 0 25px 0;
}
.thank-you .confirmed .icon{
	width: 100px;
	margin-top: 25px;
}
.thank-you .confirmed .title{
	font-family: 'Satisfy', cursive;
	color:#085dad;
	padding: 15px 0;
}
.thank-you .confirmed .subtitle{
	color:#959595;
	padding: 15px 0;
}

.thank-you .confirmed .btn-group{
	padding: 25px 0;
	display: flex;
	justify-content:center;
	align-items: center;
}
.thank-you .confirmed .btn-group .view-order{
	border: none;
    border-radius: 25px;
	background-color: #8cc739;
	color: white;
	padding: 10px 25px ;
	font-size: 17px;
	margin: 5px;
}
.thank-you .confirmed .btn-group .continue{
	border: 1px solid #085dad;
    border-radius: 25px;
	background-color: #d3e2f0;
	color: #085dad;
	padding: 10px 25px;
	font-size: 17px;
	margin: 5px;
}

.thank-you .card{
	height: 100%;
}

.thank-you .contact-card .email i ,.thank-you .contact-card .phone i{
	color:#085dad;
	padding: 5px;
}

.thank-you .contact-card .phone span,.thank-you .contact-card .email span{
	color:#959595
}
.thank-you .visa-card h4{
	margin: 0;
}
.thank-you .visa-card .order-id{
	font-size: 14px;
	color: #777373;
}
.thank-you .visa-card .visa{
	display: flex;
	padding-top: 15px;
}
.thank-you .card .visa .visa_info{
	padding: 15px;
}


.final .app-process h2 {
    position: relative;
    padding: 60px 0px 0px;
}
.final .app-process h2::before{
	position: absolute;
    content: '';
    left: 50%;
    bottom: -10px;
    width: 7%;
    height: 2px;
    background-color: #8cc739;
    transform: translateX(-50%);
}

.final .app-process tr:nth-child(odd) {
	background-color: #eef4f9;
}
.final .app-process table{
	margin: 50px auto 50px auto;
	width: 100%;
}
.final .app-process th{
	padding:20px 0;
	text-align: center;
}
.final .app-process td{
	padding:20px 0;
	text-align: center;
}
.final .app-process table .visa-download{
	font-size: 20px;
	color:grey;
	padding: 5px;
}
.final .app-process table .paid{
	color:#ff8500;
}
.final .app-process table .completed{
	color:#8cc739;
}
.final .app-process table .visa-download.completed{
	cursor:pointer;
}

.final .faqs .faqs-title {
    position: relative;
    padding: 60px 0px 0px;
}
.final .faqs .faqs-title::before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -10px;
    width: 7%;
    height: 2px;
    background-color: #8cc739;
    transform: translateX(-50%);
}
.thankyou-modal .modal-header,.thankyou-modal-price .modal-header{
	background-color: #085dad;
}

.thankyou-modal .modal-dialog{
	max-width: 1200px !important;
	justify-content: center;
}
.thankyou-modal-price .modal-dialog{
	max-width: 500px !important;
	justify-content: center;
}


.final .visa .payment-details{
	color: #085dad;
	cursor:pointer;
	text-decoration: underline;
}


/* About Us */

.about-us #page-header {
    position: relative;
    z-index: 1;
	padding-top: 100px;
}

.about-us .graybg{
	background-color: #E9EEF5;
	padding: 70px 0;
    margin-top: -200px
}
