::selection
{
	color:white;
	background:#00cbff;
	opacity:1;
}


body
{
	margin: 0;
	background-color: #f6f6f6;
	font-family: 'century gothic','calibri','verdana','arial';
	font-size: 16px;
	color: rgba(0, 0, 0, 0.8);
	line-height:1.8;
}

body a
{
	color:#0066cc;
	text-decoration:none;
}

h1, h2, h3, h4
{
	/*color:rgba(0, 0, 0, 0.7);*/
	color:#172C31;
}

.clearfix::after
{
	content: "";
	clear: both;
	display:table;
}

body::-webkit-scrollbar
{
	width:10px;
}

body::-webkit-scrollbar-track
{
	box-shadow:inset 0 0 5px grey;
	background-color:rgba(108, 91, 123, 0.65);
}

body::-webkit-scrollbar-thumb
{
	background:rgba(108, 91, 123, 0.85);
}

body::-webkit-scrollbar-thumb:hover
{
	background: rgba(108, 91, 123, 1);
}

.ofTurquoiseGradient
{
	color: white;

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#646f6f), color-stop(100%,#00cbff));
	background: -webkit-linear-gradient(top, #646f6f 0%,#00cbff 100%);
	background: -o-linear-gradient(top, #646f6f 0%,#00cbff 100%);
	background: -ms-linear-gradient(top, #646f6f 0%,#00cbff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646f6f', endColorstr='#00cbff',GradientType=0 );

	background: linear-gradient(to top, #006699 0%,#00cbff 100%);
	background: linear-gradient(10deg, #006699 , #00cbff);
}


.homeBg
{
	width:100%;
	margin:0 auto;   
	padding:50px 0;
	padding:25px 0;
	box-sizing:border-box;
	overflow:hidden;
	background-color:white;
	/* //background-color:#f2f2f2; */
}


.homeBg h1
{
	font-size: 1.5em;
	font-size: 1.9em;
	text-align: center;
	font-weight:normal;
}



.startPageContainerSubject 
{
	font-size: 1.5em;
	text-align: center;
	text-transform: uppercase;
}

.homeContainer
{
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	/*overflow:auto;*/
	box-sizing: border-f;
	position:relative;
}

.accordianContainer
{
	/* width: 1200px; */
	width: 60%;
	max-width: 100%;
	margin: 0 auto;
	/*overflow: auto;*/
	box-sizing: border-box;
	position:relative;
}

.homeBg .homeCountryBox
{
	display:flex;
	width:91%;
	margin:20px auto;
	flex-direction: row;
	align-items: center;
}

.homeCountryBox .homeCountryBoxLeft
{
	width: 50%;
	float:left;
}

.homeCountryBox .homeCountryBoxLeft h1
{
	text-align:left;
	margin-top: 0px;
}

.homeCountryBoxLeft .howDoesItWork_MediumParagraph
{
	margin:0px;
	text-align: left;
	font-size:1em;
}

.homeCountryBox .homeCountryBoxRight
{
	width:50%;
	float:left;
	text-align:right;
}

.homeCountryBox .homeCountryBoxRight a
{
	display:inline-block;
	width:46%;
	color:#2A82A6;
	font-weight: bold;
	border:1px solid #D4E1FA;
	padding:10px 0px;
	border-radius:100px;
	text-align:center;
	margin:15px 0px 0px 0px;
}

.homeContainerBig
{
	width: 1600px;
	max-width: 100%;
	margin: 20px auto;
	/*overflow: auto;*/
}

.homeContainerSmall
{
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
	overflow: auto;
}

.relatedContentBox
{
	float:left;
	width:30%;
	min-height:150px;
	margin-left:1.5%;
	margin-right:1.5%;
	margin-top:20px;
	margin-bottom:20px;
	font-size:15px;
	box-sizing:content-box;
	line-height:1.5;	
}

.relatedContentBox a.button
{
	display: inline-block;
	line-height: 1;
	padding: 10px 10px;
	border-style: solid;
	border-width: 0px;
	border-radius: 5px;
	border-color: #5593cb;
	margin: 20px auto 0 auto;
	text-decoration: none;
	position: absolute;
	right: 10px;
	bottom: 10px;

}

.relatedContentImage
{
	width:100%;
	height:auto;
}

.relatedContentBody
{
	width:80%;
	min-height:100px;
	margin-top:-40px;
	margin-left:5%;
	margin-right:5%;
	padding:5%;
	background-color:white;
	-webkit-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.3);
	box-shadow:0px 0px 5px rgba(0, 0, 0, 0.3);
	position:relative;
	z-index:1;
}

.borderingWithPictureTop
{
	padding-top: 75px;
}

.homeContentRight
{
	float:right;
	width:50%;
	box-sizing:border-box;
	padding-right:50px;	
}

.homeContentRight ul li
{
	list-style-type: none;	
}

.homeContentRight ul li::before
{
    content: '\276F';
    width: 100%;
    margin: 0px 5px 0px 0px;
    color: #000;
}

.homeContentLeft
{
	float: left;
	width: 50%;
	box-sizing:border-box;
	margin:0px 0px 0px 0px;
}

.homeContentLeft iframe
{
	width:80%;
	margin:0px 10%;
	min-height:275px;	
}

.homeContentLeft img
{
	float: right;
	/* margin-right: 50px; */
	border-radius: 20px;
	max-width: 100%;
}

.homeLeftContent
{
	float:left;
	width:44%;
	height:auto;
	padding:15px 3%;
	text-align:left;
	line-height:26px;
	color:#1f1f1f;
	font-size:1em;
}

.homeLeftContent .heading2
{
	margin:0px 0px 30px 0px;
	font-size:1.3em;
	color:#444;
}

.homeRightContent
{
	float:left;
	width:44%;
	text-align:left;
	color:#1f1f1f;
	font-size:17px;
	line-height:26px;
	padding:15px 3%;
}


.homeRightContent .heading2
{
	margin:0px 0px 30px 0px;
	font-size:1.3em;
	color:#444;
}

.homeRightContent ul
{
	margin-left:-20px;
}

.homeRightContent ul li
{
	margin:2px 0px;
	padding:0px 0px 0px 20px;
	line-height:26px;
	list-style-type:none;
	position:relative;
}

.homeRightContent ul li:before
{
	position:absolute;
	left:0;
	top:10px;
}


.hr
{
	width:140px;
	margin:30px auto 50px auto;
	border-bottom:2px solid rgba(0,0,0,0.1);
}


/*** New Gradient ***/

.whiteBlueGradient
{
	background:linear-gradient(to bottom, rgba(255, 255, 255, 0.65) 40%, #00ccff 1000%);
}


.blueTopGradient
{
	background:linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 0%, rgba(234, 245, 248, 0.95) 30%, rgba(255, 255, 255, 0.65) 100%);
}

.blueGradient
{
	background:linear-gradient(to bottom, rgba(255, 255, 255, 0.65) 0%, rgba(0, 152, 203, 0.95) 600%);
}

.footerBlueGradient
{
	background:linear-gradient(to bottom, rgba(255, 255, 255, 0.65) 0%, rgba(0, 106, 157, 0.95) 1200%);
}

.skyBlueGradient
{
	background:linear-gradient(to bottom, rgba(255, 255, 255, 0.65) 0%, rgba(0, 190, 242, 0.95) 600%);
}

.pinkGradient
{
	background:linear-gradient(to bottom, rgba(255, 255, 255, 0.65) 0%, rgba(108, 91, 123, 0.65) 100%);
}

.beforeReviewBox
{
	display:flex;
	flex-direction:row;
	margin:10px auto;
	justify-content:center;
	align-items:baseline;
	text-align:center;
}

.beforeReviewBox .insideBeforeReviewBox
{
	width:22%;
	padding:1%;
	float:left;
}

.insideBeforeReviewBox h1
{
	font-size: 18px;
	margin:5px 0px;
	line-height:1.2;
	font-weight:bold;
}

.insideBeforeReviewBox p
{
	line-height: 1.4;
	font-size:0.95em;
}

/* Navigation arrows - initially hidden */
.prevBtn,
.nextBtn
{
	display: none;
	background: transparent;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #2A82A6;
	font-size: 18px;
	transition: background-color 0.3s;
}

.prevBtn
{
	top: 42%;
	left: -30px;
}

.nextBtn
{
	top: 42%;
	right: -30px;
}

.dotContainer
{
	display: none;
	text-align: center;
}

.dot
{
	cursor: pointer;
	height: 12px;
	width: 12px;
	margin: 0 5px;
	background-color:#E7E7E7;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.5s ease;
}

.activeDot, .dot:hover
{
	background-color: #2A82A6;
}

/* 20-02-2024 */
.fourBox
{
	/* margin:0px 20px 30px 20px; */
	padding:0px 0px 40px 0px;
	background:#fff;
	/* border-radius:10px; */
	/* border:1px solid #ddd; */
}

.scrollingHeading
{
	margin:0px 0px 20px 0px;
	padding:15px 20px;
	/* border-bottom:1px solid #ddd; */
	letter-spacing:1px;
	font-weight:bold;
	font-size:16px;
	text-align: center;
}
.scrollingHeading h2
{
	margin:0;
	padding:0;
	display:inline-table;
	font-size:30px;
}
.scrollingBg
{
	width:100%;
	overflow-x:scroll;
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none;  /* Internet Explorer 10+ */
}
/* 20-02-2024 */
.scrollingBg::-webkit-scrollbar
{
	/* WebKit */
	width:0;
	height:0;
}

#scrollingBgBox
{
	width:100%;
	overflow-x:scroll;
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none;  /* Internet Explorer 10+ */

}
#scrollingBgBox::-webkit-scrollbar
{
	/* WebKit */
	width:0;
	height:0;
}

.scrollingBox
{
	width:1200px;
	margin:0px auto;
}

a.testimonialButton
{
	display:table;
	width:auto;
	margin:0px auto;
	padding:10px 20px;
	color:#fff;
	cursor:pointer;
	background:linear-gradient(180deg, #229CCD -12.5%, #1D62EB 223.86%);
	border-radius:100px;
}

.testimonialBox
{
	float:left;
	width:33%;
	padding:20px 0px 0px 0px;
	background:#fff;
	text-align:center;
	font-size:0.95em;

	display:none;
	width:25%;
	padding-top:0px;
	/* box-shadow:0px 0px 8px #ccc; */
	/* border:1px solid #f2f2f2; */

	/* border-radius:10px; */
	overflow:hidden;
	margin:0px 20px 0px 0px;
	box-sizing:border-box;
}

.testimonialBox:nth-child(1)
{
	/* //margin:0px 8px 0px 8px;
	//margin:0px 10px 0px 8px; */
	margin:0px 20px 0px 20px;
}

.testimonialBox:nth-child(1),.testimonialBox:nth-child(2),.testimonialBox:nth-child(3),.testimonialBox:nth-child(4)
{
	display:block;
}

/*
.alternatetestimonialBox
{
	background:#ccc;	
}
*/

.testimonialBoxTop
{
	/* //height:180px; */
	text-align: left;
	height:120px;
	height:100px;
	padding:0px 0px 20px 0px;
	display:table;
}


.testimonialBox h2
{
	width:94%;
	/* margin:5px 3%; */
	font-size:16px;	
	/* color:#0099cc; */
	margin:0px;
	color:#000;
}

.testimonialBox p
{
	width:90%;
	/* //height:165px; */
	margin:0px auto;
	padding:0px;
	overflow:hidden;
	line-height:1.6;
}

.testimonialImage
{
	width:100%;
	height:300px;
	margin-bottom:10px;
	overflow:hidden;
	position:relative;
	border-radius: 20px;
}

.testimonialImage img
{
	min-width:100%;
	min-height:300px;
	position:initial;
	left:initial;
	bottom:initial;
}

.testimonialImage h2
{
	width:98%;
	margin:0px;
	padding:10px 1%;
	color:#fff;
	position:absolute;
	bottom:0;
	background:#aaa;
	background-color:rgba(0,0,0,0.5);
}

/* 21-02-2024 */
.testimonialDescription
{
	padding:0px 20px 30px 20px;
	box-sizing:border-box;
	display:none;
	/* background:#f2f2f2; */
	background: #F6FBFE;
	z-index:1;
	overflow-y:scroll;

	scrollbar-width:none; /* Firefox */
	-ms-overflow-style:none;  /* Internet Explorer 10+ */
}
.testimonialDescription::-webkit-scrollbar
{
	/* WebKit */
	width:0;
	height:0;
}

/* */

/*
.scrollingLeftArrow, .scrollingRightArrow
{
	display:none;
}
*/

.innerPageTopHeaderBox
{
	margin-bottom:50px;
}

header
{
	/*margin-top:-70px;*/
	/*height:700px;*/
	box-sizing:border-box;
	position:relative;
}

.banner
{
	height:530px;
	box-sizing:border-box;
}

.notificationOn
{
	width:100%;
	margin-top:-106px;
	position:absolute;
	z-index:3;
	font-size:12px;
	color:#000;
	background:#f9fafc;
	text-align:center;
	font-weight:bold;
	color:#e7281f;
	display:table;
}

.notificationLoggedIn
{
	margin-top:0px;
}

.notificationHide
{
	display:none;
}

.notificationText
{
	margin:0px auto;
	padding:10px 10px;
	display:table;
	background:#f9fafc;
	font-size:15px;
	letter-spacing:0px;
}

.notificationCross
{
	width:25px;
	height:25px;
	padding:0;
	position:absolute;
	top:10px;
	right:10px;
	background:#6792B9;
	display:table;
	color:#fff;
	cursor:pointer;
	text-align:center;
	border-radius:100%;
	box-shadow:0px 0px 2px #000;
}

/*** Vip ***/
.innerPageBanner
{
	height:400px;
	margin:0;
	margin-bottom:60px;
}

.profileBannerRight
{
	margin-top:-20px;
}

.bannerBackgroundColor
{
    width:100%;
    height:100%;
    box-sizing:border-box;
	background-size:cover;
	background-position:center 0px;
	background-color:#fff;
	position:relative;
	overflow:hidden;
}

.bannerBackgroundColorEldery
{
	background-position:center 25%;
	padding-top:280px;
}

/*** Vip ***/
.innerBannerBackgroundColor
{
	height:400px;
	background-position:center top;
}

/*** Vip ***/
.bannerBackgroundColor .bannerContent
{
	margin-top:-30px;
	z-index:1;
	position:relative;
	text-align:center;
}


.backgroundImageSection
{
/*
	position:absolute;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
	background:rgba(0, 152, 203, 0.65);
    background:linear-gradient(to bottom, rgba(0, 152, 203, 0.65) 0%, rgba(11, 15, 41, 0.65) 100%);
	z-index:0;
*/

	position:absolute;
	top:200px;
	left:50%;
	height:700px;
	overflow:hidden;
}

.waveSVG
{
    position:absolute;
    bottom:0;
}

.svg-white
{

    fill:#fff;
}

.svg-grey
{
    fill:#f6f6f6;
}

.svg-dark-grey
{
	fill:#646f6f;
}

.svg-turquoise
{
    fill:#00cbff;
}


.topnav
{
	width: 100%;
	padding-top:0px;
	padding-bottom: 0px;
	font-size: 0.9em;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	box-sizing: border-box;
	background-color:#fff;
	border-bottom:0px solid #fff;
	box-shadow: 0px 0px 5px #ccc;
}

.afterTopvNav
{
	clear:both;
	height:72px;
	background:#000;
}
 
.topnav a
{
	float: right;
	padding:5px;
	color: #f2f2f2;
	text-align: center;
	text-decoration: none;
	font-size: inherit;
	transition: 0.2s;
}

.active
{
	/* //color: white;
	//background-color: #4CAF50; */
}

.reveal
{
	position: relative;
	transform: translateY(100px);

	opacity: 0;
	transition: 1s all ease;
}

.reveal.active
{
	transform: translateY(0);
	opacity: 1;
}

.topnav .icon
{
	color:#2A82A6;
	font-size:40px;
	line-height:normal;
	transition:0.1s;
	display:none;

}

.dropdown
{
	float:left;
	overflow:hidden;
	transition:0.2s;
}

.dropdown .dropbtn
{
	margin:0;
	padding:13px 12px 13px 12px;
	font-size:inherit;
	border:none;
	outline:none;
	color:#000;
	background-color:inherit;
	font-family:inherit;
	transition:0.2s;
	cursor:pointer;
	font-weight:bold;
	letter-spacing:1.5px;
}

.homeMenu
{
			
}

.homeMenu:after
{	
	content: '\276F';
	/* //content: '\2771'; */
	font-weight: bold;
	float:right;
	font-size:16px;
	margin-left:8px;
	padding:0px 0px 0px 0px;
	transform:rotate(-270deg);
	-webkit-transform:rotate(-270deg);
}



.dropdown .dropbtn:after
{	
	/* //content: '\276F';
	//font-weight: bold;
	//float:right;
	//font-size:16px;
	//margin-left:8px;
	//padding:0px 0px 0px 0px;
	//transform:rotate(-270deg);
	//-webkit-transform:rotate(-270deg); */
}

.dropdown .dropbtn:hover
{
	/*background:#fff;
	color:#444;	**/
}


.dropdown-content
{
	min-width:160px;
	max-width:300px;
	position:absolute;
	background-color:white;
	box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index:50;
	transition:0.2s;
	display:none;
}

.dropdown-content a
{
	float:none;
	padding: 10px 16px;
	color: black;
	text-decoration: none;
	display: block;
	text-align:left;
	border-bottom:1px solid #ccc;
}

.dropdown-content a:before
{
	/*content:'\2771';
	margin:0px 5px 0px 0px;*/
}


.mobileMenubar
{
	display:none;
}


.userWelcomeBar
{
	float:left;
	height:20px;
	line-height:20px;
	margin:0px 0px 0px 0px;
	padding:0px 5px 0px 0px;
	display:block;
	border-right:0px solid #000;
}

.userWelcomeBar a
{
	padding:0;
	color:#ffff00;
}

.userWelcomeBar a:hover
{
	color:#00ccff;
}


.dropdown-content a:hover
{
	color: black;
	background-color: #f6f6f6;
}

.dropdown:hover .dropdown-content
{
	display:table;
}

.homeDefaultButton
{
	width:46%;
	margin:0px 2% 5px 0%;
	padding:15px 2%;
	box-sizing:border-box;
	color:#000;
	font-family:inherit;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	transition:1s;
	/* background-color:#FFCC00; */
	background: linear-gradient(180deg, #229CCD -12.5%, #1D62EB 223.86%);
	color: #fff;
	box-sizing:border-box;
	border-radius:100px;	
	display:table;
	float:left;
}

.homeDefaultButton:hover
{
	letter-spacing: 1px;
}

.homeDefaultButton2
{
	width:46%;
	margin:0px 2% 5px 0%;
	padding:15px 2%;
	box-sizing:border-box;
	color:#fff;
	font-family:inherit;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	transition:1s;
	/* background-color:#00ccff; */
	background: linear-gradient(90deg, #FFC329 0%, #FFAF15 100%);
	box-sizing:border-box;
	border-radius:100px;	
	display:table;
}

.homeDefaultButton2:hover
{
	letter-spacing: 1px;
	background-color: #00ccff;
}

.newDefaultButton1
{
	width:30%;
	margin:10px 35% 15px 35%;
	padding:15px 3%;
	color:#000;
	font-family:inherit;
	font-size:0.9em;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	transition:1s;
	display:inline-block;
	background-color:#FFCC00;
	box-sizing:border-box;
	border-radius:5px;
}

.newDefaultButton1:hover
{
	letter-spacing: 1px;
	background-color: #00CCFF;
}


.newDefaultButton
{
	width:30%;
	margin:65px 35% 15px 35%;
	padding:15px 3%;
	color:#000;
	font-family:inherit;
	font-size:0.9em;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	transition:1s;
	display:inline-block;
	background-color:#FFCC00;
	box-sizing:border-box;
	border-radius:5px;
}

.newDefaultButton:hover
{
	letter-spacing: 1px;
	background-color: #00CCFF;
}

.newDefaultButton:active,.newDefaultButton:focus
{
}

.logoHolder
{
	float:left;
	width:20%;
	padding:0;
	position:relative;
	box-sizing:border-box;
	padding:10px 0px 10px 0px;
}

.beforeLogin
{
	display:block;
}

.logoWhite
{
	/*float:left;
	margin:10px 0;
	position:relative;
	transition:0.2s;
	max-height:55px;*/
}

.mobileLogo
{
	display:none;
	max-height:45px;
	float:left;
}

.logoColor
{
	float:left;
	width:0px;
	position:relative;
	transition:0.2s;
}



.positionLeft-100
{
	left:-100%;
}

.topMenuGap

{
	width:100%;
	margin-top:0px;
	display:table;
	position:relative;
}

.topMenuGap::after
{
	content:"";
	width:100%;
	height:1px;
	display:table;
	background:#fff;
	position:absolute;
	bottom:0px;
}

.userMobileDisplay
{
	display:none;
}

.menuContentHolder 
{
	float:right;
	width:80%;
	overflow:auto;
	box-sizing:border-box;
	padding:15px 0px 0px 0px;
	border:0px solid #ccc;
}


.menuContentHolderUpperRow
{
	/*float:none;
	width:100%; Vikas */

	float:right;
	width:auto;

	/*overflow:auto;*/
}

.menuContentHolderBottonRow
{
	float:none;
	width:100%;
	/*overflow:auto;*/
}

.menuContentHolderBottonRowDropdowns
{
	float:right;
}


.afterLoginFirst, .afterLoginSecond
{
	display:none;
}

.taglineBox
{
	float:left;
	width:100%;
	margin:2.5px 0;
	/* margin-left:2%; */
	/* padding-left:2%; */
	box-sizing:border-box;
	overflow:auto;
	transition:0.2s;
	color:white;
	color:rgba(255,255,255,0.8);
	color: #000;
	border-left:1px solid rgba(255,255,255,0.5);
}

.topnavContainer
{
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

.searchIconMenuBar
{
	float:right;
	width:25px;
	width:20px;
	height:20px;
	padding:13px 12px 12px 12px;
	padding:13px 0px 0px 5px;
	overflow:hidden;
}


.searchIconMenuBar img
{
	width: 100%;
}

.searchBox
{
	margin-right:21px;
	margin-right:0px;
	display:none;
}

.searchBox input
{
	float:left;
    width:170px;
    margin:5px 0px 5px 5px;
    padding:7px;
    font-size:inherit;
    font-family:inherit;
    color:#000;
    background-color:#fff;
    border:1px solid #ccc;
    border-right:0px solid white;
    border-radius:5px;
}

.searchBox input[type='submit']
{
	float:left;
    width:auto;
    margin:5px 5px 5px 0px;
    padding:7px;
	font-family:inherit;
	font-weight:bold;
	cursor:pointer;
	color:#000;
	background:#FFCC00;
    /* border:0px solid white; */
    /* border-top:2px solid white;
    border-right:2px solid white;
    border-bottom:2px solid white; */
    border-radius:0px 5px 5px 0px;
}

.flagMenu img
{
	float:left;
	width:20px;
	margin-right:5px;
	border-radius:50%;
}

.bottomBannerMenuBar
{
	width:96%;
	margin:2% 2% 0% 2%;
	margin:60px 2% 40px 2%;
	box-shadow:none;
	background:none;
	display:table;
}

.bottomNavMenuBar
{
	width:100%;
	padding:0px;
	background:none;
}

.bottomNavMenuBar a
{
	float:left;
	width:31%;
	margin:0px;
	padding:20px 1% 20px 1%;
	color:#333;
	font-size:16px;
	text-align:center;
	box-sizing:border-box;
	border-right:0px solid #ddd;
	border-bottom:0px solid #ddd;
}

.bottomNavMenuBar a img
{
	display:table;
	margin:0px auto;
	filter: grayscale(0%);
}

.bottomNavMenuBar a img:hover
{
	filter: grayscale(100%);	
}



.bottomNavMenuBar a:nth-child(3n)
{
	border-right:0px solid #ddd;
}


.bottomNavMenuBar a:nth-child(2)
{
	padding-top:5px;
}

.bottomNavMenuBar a:nth-child(5)
{
	background:#f2f2f2;
	font-weight:bold;
	position:relative;
	margin-top:-20px;
	margin-left:-20px;
	width:35%;
	border:0px solid #ccc;
	padding:25px 0px;
	box-shadow: 1px 1px 5px #ccc;
	border-radius:10px;
}

.bottomNavMenuBar a:nth-child(7)
{
	border-bottom:0px;
	clear:both;
}

.bottomNavMenuBar a:nth-child(8)
{
	border-bottom:0px;
	padding-top:30px;
	padding-bottom:10px;
}

.bottomNavMenuBar a:nth-child(9)
{
	border-bottom:0px;
}

.topScroll
{
    width: 50px;
    height: 50px;
    line-height: 68px;
    text-align: center;
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: rgba(255,204,1,0.6);
    border-radius: 100%;
	z-index:999;
}

.topArrow
{
    border: solid white;
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 8px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}


.topBackButton
{
    width: 50px;
    height: 50px;
    line-height: 60px;
    text-align: center;
    position: fixed;
    top: 85px;
    left: 10px;
    background: rgba(255,204,1,0.6);
    border-radius: 100%;
	z-index:999;
	cursor:pointer;
}

.backArrow
{
	margin-left:8px;
    border: solid white;
    border-width: 5px 5px 0px 0px;
    display: inline-block;
    padding: 8px;
    transform:rotate(-135deg);
    -webkit-transform:rotate(-135deg);
}

#navbar
{
	width:92%;
	padding:10px 4% 0px 4%;
	background:#fff;
	position:fixed;
	top:0px;
	left:0px;
	display:none;
	transition:top 0.3s;
	z-index:50;
}




.accordion4
{
	background: #a5c6e2;
	color: #fff;		
	cursor: pointer;
	width:100%;
	text-align: left;
	font-size: 17px;
	border-radius:5px;
	padding:10px 10px;
	margin:0px 0px 3px 0px;
}

.accordion4 span
{
	font-size:22px;	
	color:#00cbff;
	display:none;
}

.accordion4:after
{	
	content: '\25BD';
	color: #fff;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

.activeMenu:after
{
	content: "\25B3";
}


.activeMenu, .accordion4:hover 
{
	background: #6792B9; 
}

.panel2
{
	padding:0 18px;
	display: none;
	overflow: hidden;
	background:#fff;
	margin:0px 0px 10px 0px;
}	

.panel2 a
{
	color:#0066cc;
	font-size:16px;
}


.panel2 a:hover
{
	color:#ccc;
}

.leftButton
{
	width:100%;
	margin:0px 0px 3px 0px;
	padding:10px 10px;
	text-align:left;
	font-size:17px;
	display:block;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	color:#fff;		
	background:#a5c6e2;
	cursor:pointer;
}	

.leftButton span
{
	font-size:20px;	
	color:#ccc;
	display:none;
}

.leftButton img
{
	display:none;		
}

.accordion4  img
{
	display:none;
}


.mobileOnly
{
	display:none;
}
	
button
{
	background:#fff;
	border:0px solid #fff;
}


.MenuOverlay
{
	transition:0.5s;
	top:0;
	width:0%;
	height:100%;

	position:fixed;
	z-index:99999;
	right:0;

	background:#fff;
	overflow-x:hidden;
}

.mobileMenu
{
	display:none;		
}

.desktopMenu
{
	display:block;		
}
	
.paymentButton
{
	background:#00cbff;
	color:#000;
	padding:8px 8px;
	border-radius:5px;
	cursor:pointer;
}

.registrationButton
{
	margin:0;
	display:block;

	padding:7px 21px !important;
	font-weight:bold;
	border-radius:50px !important;
	transition:0s;
	opacity:1;

	padding:5px 10px;
	/* background:#00ccff !important; */
	background: linear-gradient(180deg, #229CCD -12.5%, #1D62EB 223.86%) !important;
	color:#fff !important;
	letter-spacing:1px;	

	border:1px solid #fff;
}


.loginButton
{
	margin:6px 5px;
	padding:10px 30px !important;
	color:#fff;
	font-weight:bold;
	background-color:#0099cc;
	border-radius:5px !important;
	border:0px solid white;
	transition:0s;
}

.joinUsButton
{
	font-weight:bold;
	cursor:pointer;

	/*background-color:#00cbff !important;
	color:white !important;*/

	width:auto;
	height:auto;
	display:block;

	padding:7px 21px !important;
	margin:0px 10px 0px 20px;

	background-color:#fff !important;

	/* color:#00ccff !important; */
	color:#2A82A6 !important;
	/* border:1px solid #00ccff; */
	border:1px solid #D4E1FA;

	letter-spacing:1px;	

	border-radius:50px !important;
	opacity:1;
	transition:0s !important;	
}

.navbarInoutBox
{
    float:right;
    width:auto;
    transition:0.2s;
    overflow:auto;
}

.topnavInput
{
	float:left;
	width:180px;
	margin:5px;
	padding:7px;
	font-size:inherit;
	font-family:inherit;
	color:white;
	background-color:rgba(255,255,255,0.3);
	border:2px solid white;
	border-radius:5px;
}

.topnavInput:focus, .topnavInput:active
{
	outline:none !important;
}

.topnavInput::placeholder
{
	color:rgba(255,255,255,0.6);
}

.showNavbarInputBox
{
	float:right !important;
	width:auto !important;
	overflow:auto !important;
}

.hideJoinUsButton
{
	width:0 !important;
	height:0 !important;
	padding:0 !important;
	margin:0 !important;
	display:none !important;
}

.registerButtonDiv
{
	position:relative;
	-webkit-animation: mymove 10s infinite; /* Safari 4.0 - 8.0 */
	-webkit-animation-delay: 10s; /* Safari 4.0 - 8.0 */
	animation: mymove 10s infinite;
	animation-delay: 10s;
	top:-700px;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove
{
	from{top: 0px;}
	to {top: 0px;}
}

@keyframes mymove
{
	from {top: 0px;}
	to {top: 0px;}
}


.bannerText
{
	width:1200px;
	height:auto;
	max-width:100%;
	margin:130px auto;
	text-align:center;
	color:white;
	font-size:2.5em;
	font-weight:bold;
	line-height:1.5;
	overflow:auto;

	z-index:9;
	position:relative;

	width:90%;
	max-width:1200px;
}

.bannerTextAfterLogin
{
	bottom:-45px;
}



.bannerHeadingText
{
	width:60%;
	text-align:left;
	line-height:1.0;
	margin:0px 1%;
}

.bannerHeadingElderly
{
	margin:120px 1%;		
}


.bannerHeadingText h1
{
	margin:0px 0px 0px 0px;
	padding:0;
	color:#fff;
	font-size:36px;
}

.bannerHeadingText .subHeading
{
	display:inline-block;
	margin:0px 0px 10px 0px;
	font-size:20px;
	letter-spacing:5px;
	color: #fff;
}

.bannerHeadingText .bannerSearchButton
{
	clear:both;
	width:100%;
	margin:30px 0px 0px 0px;
	display:table;
}

@keyframes bannerH1Animation
{
	0% {left:-400px; top:0px;}
	100% {left:0px; top:0px;}
}

.bannerHeadingText input
{
	float:left;
	width:44%;
	margin:10px 3% 30px 3%;
	padding:15px 0px;
	color:#fff;	
	font-size:17px;
	font-weight:bold;
	box-sizing:border-box;
	border:1px solid #fff;	
	border-radius:5px;
	cursor:pointer;
	-webkit-appearance:none;
}

.bannerHeadingText div
{
	clear:both;
	width:100%;
	margin:20px 0px 30px 0px;
	margin:0px 0px 30px 0px;
	display:table;
}

.bannerHeadingText a
{
	float:left;
	width:44%;
	margin:10px 3% 30px 3%;
	padding:10px 0px;
	font-size:18px;
	color:#fff;	
	box-sizing: border-box;
	border:1px solid #fff;	
	border-radius:5px;
	cursor:pointer;	
}

.bannerHeadingText .button2
{
	width:30%;
	color:#fff;
	border:0px;
	background:linear-gradient(180deg, #229CCD -12.5%, #1D62EB 223.86%);
	margin:0;
	border-radius: 100px;
}

.bannerHeadingText .button3
{
	width:30%;
	color:#fff;
	border:0px;
	/* background:#ffcc00; */
	background: linear-gradient(90deg, #FFC329 0%, #FFAF15 100%);
	margin:0px 0px 0px 30px;
	border-radius: 100px;
}

.bannerHeadingText .button1
{
	width:30%;
	margin:0px 0px 0px 30px;
	padding:15px 0px;
	text-align:center;
	display:table;
	border-radius: 100px;
	border: 0px;
	background: linear-gradient(90deg, #FFC329 0%, #FFAF15 100%);
}

.bannerHeadingText .button1:nth-child(1)
{
	margin:0px 0px 0px 0px;
	background: linear-gradient(180deg, #229CCD -12.5%, #1D62EB 223.86%);
}

.bannerVideoContainer
{
	float:left;
	width:50%;
	padding:40px 0 40px 5%;
	box-sizing:border-box;
}

.videoBox
{
	width:100%;
	height:330px;
	margin:15px 0;
	overflow:hidden;
	position:relative;
	display:none;

	border-radius:10px;
}




@-webkit-keyframes pulse
{
	to
	{
		box-shadow: 0 0 0 45px rgba(255,255,255, 0);

	}
}

@-moz-keyframes pulse
{
	to
	{
		box-shadow: 0 0 0 45px rgba(255,255,255, 0);
	}
}

@-ms-keyframes pulse
{

	to
	{
		box-shadow: 0 0 0 45px rgba(255,255,255, 0);
	}
}

@keyframes pulse
{
	to
	{
		box-shadow: 0 0 0 45px rgba(255,255,255, 0);
	}
}

.displayNone
{
	display:none;
}

.displayBlock
{
	display:block;
}

.underBannerBg
{
	margin-top:-25px;
	padding:20px 0px 40px 0px;
	background-color:#fdfdfd;
	position:relative;
	z-index:2;
	/* //overflow:auto; */
}

.underBannerBox
{
	width:900px;
	max-width:100%;
	margin:0px auto;
	padding:20px 0px;
	font-size:1.1em;
	line-height:1.5;
	text-align:left;
	box-sizing:border-box;
}

.underBannerBg h1
{
	font-size:1.5em;
	font-size:1.9em;
	text-align:center;
	/* text-transform:uppercase; */
	font-weight:normal;
}

.underBannerBox ul
{
	list-style-type:none;
}


.underBannerBox .alternate
{
	background:#FFCC00;
	border:1px solid #00cbff;
}

.afterBannerBox
{
	margin:20px 0px;
	display:table;
}

.afterBannerBox div
{
	width:23%;
	float:left;
	text-align:center;
	padding:30px 5% 20px 5%;
	background:url("images/correct.jpg") no-repeat;
	background-position:top center;
}

.afterBannerButton
{
	margin:0px 10%;
	box-sizing:border-box;
}

.afterBannerButton a
{
	float:left;
	width:44%;
	margin:0px 2%;
	padding:10px 1%;
	color:#000;
	text-align:center;
	display:block;
	background:#fff;
	box-sizing:border-box;
	border:1px solid #FFCC00;
	border-radius:5px;
}



.listBullet ul li:before
{
	content:"";
	width:15px;
	height:14px;
	margin:0px 10px 0px 0px;
	display:inline-block;
	background-image:url('images/bullet15x15.png');
}

b
{
	opacity: 0.7;
}


.firstPictureBackground
{
	color:white;
	background-image:url('');
	background-size:cover;
	background-position:center top;
	background-attachment:fixed;
}



.aupairNeedBox
{
	float:left;
	width:260px;
	margin:0px 5px 50px 5px;
	display:table;
	background:#fff;
	text-align:left;
	border-radius:10px;

	width:24%;
	margin:0px 0.5% 50px 0.5%;
	padding:15px 15px;
	box-sizing:border-box;
}
.aupairNeedBox h2
{
	margin:0px;
	padding:0px;
	color:#00ccff;
	background:#fff;
	font-size:25px;
	text-align:center;
	letter-spacing:1px;
}

.aupairNeedBox img
{
	width:135px;
	margin:0px auto;
	display:table;
}




.quickOverviewGradient
{
	padding:50px 0;
	overflow:hidden;
	float:left;
	margin:0px 0px 0px 100px;
	width:50%;
}

/* 25-04-2024 (start) */

.quickOverviewGradient .quickHeading
{
	color:#fff;
	text-align:left;
	line-height:1.2;
	font-weight:bold;
}

.quickOverviewGradient .quickPara
{
	margin:0px 0px 50px 0px;
	text-align:left;
	font-size:14px;
	width:900px;
	max-width:80%;
	line-height:1.5;
}

.quickOverviewGradient .quickRegisterBtn1
{
	width: 40%;
	color: #fff;
	border: 0px;
	background: linear-gradient(180deg, #229CCD -12.5%,#1D62EB 223.86%);
	margin: 0px;
	border-radius: 100px;
	padding: 15px 0px;
	font-size: 17px;
	font-weight: bold;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-appearance: none;
}

.quickOverviewGradient .quickRegisterBtn2
{
	width: 40%;
	color: #fff;
	border: 0px;
	background: linear-gradient(90deg, #FFC329 0%,#FFAF15 100%);
	margin: 0px 0px 0px 30px;
	border-radius: 100px;
	padding: 15px 0px;
	font-size: 17px;
	font-weight: bold;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-appearance: none;
}

/* 25-04-2024 (end) */

.howDoesItWorkGradient
{
	padding:75px 0px 100px 0px;
	padding:35px 0px 100px 0px;
	/*overflow:hidden;*/
	position:relative;
	z-index:9;
}

.howDoesItWorkGradient h1
{
	color:#fff;
}

.howDoesItWork_MediumParagraph
{
	width: 900px;
	max-width: 90%;
	margin: 0 auto;
	margin-bottom: 50px;
	font-size: 1.3em;
	line-height: 1.5;
	text-align: center;
}

.howDoesItWork_VideoBox
{
	width: 100%;
	min-height: 275px;
	margin: 0;
}

.howDoesItWork_VideoBox iframe
{
	border-width: 0;
}

button.NEWaccordion2
{
	width:80%;
	margin-bottom: 2px;
	margin:0px 10% 2px 10%;
	padding: 14.5px;
	color: #444;
	text-align: left;
	font-size: inherit;
	font-weight: normal;
	letter-spacing: 1px;
	background-color: #fff;
	cursor: pointer;
	border: none;
	outline: none;
	transition: 0.4s;
}

button.NEWaccordion2::before
{
	content: '\002B';
	font-size: 24px;;
	/* background-color: #ccc; */
	color: #47ccc9;
	font-weight: bold;
	float: left;
	margin-right: 15px;
	margin-top: -5px;
}

button.NEWaccordion2.active::before
{
	content: "\00D7";
	background-color: none;
}

div.NEWpanel2
{
	max-height: 0;
	padding: 0px 10px;
	background-color: transparent;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	margin:0px 10% 0px 10%;
}


button.NEWaccordion
{
	width: 100%;
	/* margin: 0px auto 0px auto; */
	margin-bottom: 2px;
	padding: 14.5px;
	/* color: rgba(255,255,255,0.9); */
	color: #000;
	text-align: left;
	font-size: inherit;
	font-weight: bold;
	letter-spacing: 1px;
	/* background-color: rgba(11, 15, 41, 0.65); */
	background-color: #fff;
	cursor: pointer;
	border: none;
	outline: none;
	transition: 0.4s;
	border: 1px solid #E5F4FB;
	border-radius: 10px;
}

button.NEWaccordion.active, button.NEWaccordion:hover
{
	background-color: #fff;
	/* background-color: rgba(11, 15, 41, 0.85); */
}

button.NEWaccordion:after
{
	content: '\002B';
	/* color: white; */
	color: #2A82A6;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

button.NEWaccordion.active:after
{
	content: "\2212";
	/* content: "\00D7"; */
}

div.NEWpanel
{
	max-height: 0;
	padding: 0px 18px;
	background-color: transparent;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	color:#000;
}

.quickOverviewList
{
	width: 100%;
}

.quickOverviewBox
{
	width: 25%;
	float: left;
	text-align: center;
	font-size: 0.95em;
	text-transform: uppercase;
	color: rgba(255,255,255,0.75);
	letter-spacing: 0.25px;
}

.quickOverviewBox span
{
	margin:-15px auto;
	font-size:3.5em;
	font-weight:bold;
	color:#00cbff;
	display:block;
}

.whyShouldYou_Paragraph
{
	padding:0 25px;
}

.unitOf25Percent
{
	float:left;
	width:25%;
	box-sizing:border-box;
	text-align:center;
	background:#f2f2f2;
}

.unitOf25PercentAlternate
{
	background:#e4e4e4;
}

.unitOf25Percent img
{
	width:100%;
	position:relative;
	z-index:1;
}

.storyImageBox
{
	width:100%;
	height:280px;
	background:#fff;
	overflow:hidden;
	
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center top;
}

.unitOf25Percent_Text
{
	height: 360px;
	padding: 0 8% 60px 8%;
	text-align: center;
	box-sizing: border-box;
	position: relative;
}

img.unitOf25Percent_Text_NoBox
{
	width:60px;
	height:60px;
	margin:-30px auto 10px auto;
}

.unitOf25Percent_Text span
{
	display: block;
	margin-bottom: 20px;
	text-transform: uppercase;
	color:#0363c3;
}

.blogModule
{
	overflow: hidden;
	position: relative;
	padding-bottom:50px;

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#646f6f), color-stop(100%,#00cbff));
	background: -webkit-linear-gradient(top, #646f6f 0%,#00cbff 100%);
	background: -o-linear-gradient(top, #646f6f 0%,#00cbff 100%);
	background: -ms-linear-gradient(top, #646f6f 0%,#00cbff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646f6f', endColorstr='#00cbff',GradientType=0 );

	background: linear-gradient(to top, #006699 0%,#00cbff 100%);
	background: linear-gradient(10deg, #006699 , #00cbff);

	color: white;
}

.blogModule h1
{
	color:#fff;	
}

.faqBox
{	
	float:left;
	width:44%;
	margin:35px 0px 0px 0px;
	padding:0px 2% 15px 4%;
	background-image:url('images/questionMark.png');
	background-repeat:no-repeat;
	background-position:20px 6px;
}

/*dl.faqBox h2
{
	margin:0px;
	padding:0px;
	font-size:16px;
	color:rgba(0,0,0,0.8);
	line-height:1.8;
}*/

.faqBox dt
{
	margin:0px;
	padding:0px;
	font-size:16px;
	color:rgba(0,0,0,0.8);
	line-height:1.8;
	font-weight:bold;
}

.faqBox dd
{
	margin:15px 0px 10px 0px;
	padding:0px 20px 0px 0px;
}

.homeBox
{
	float:left;
	width:30%;
	margin:0px 1.5%;
	padding:0px 0px 0px 0px;
	box-sizing:border-box;
	background-color:#fff;
	border-radius:0px;
	color:rgba(0,0,0,0.8);
	line-height:1.3;
	font-size:0.95em;
	text-align:left;
	border:0px solid #f2f2f2;
	box-shadow:0px 0px 8px #ccc;
}

.homeBoxImage .boxLink
{
	display:table;
	position:absolute;
	font-size:14px;
	bottom:0px;
	font-weight:bold;
	background:#444;
	color:#fff;
	right:0;
	padding:10px 20px;
	border-radius:20px 0px 0px 0px;
}

.boxLink:hover
{
	background:#000;		
}


.homeBox h2
{
	position:absolute;
	background:#000;
	color:#fff;
	width:100%;
	top:0;
	padding:10px;
	opacity:0.6;
	font-size:16px;
	margin:0px;
}

.homeBoxImage
{
	width:100%;
	height:320px;
	overflow:hidden;
	position:relative;
	background:#f2f2f2;	
}

.homeBoxImage img
{
	width:100%;	
}

.homeBox p
{
	margin:0px;
	padding:20px 20px;
	height:140px;
	text-align:left;
	background:#fff;
	line-height:1.5;
	position:relative;
}



.homeBox p span
{
	display:table;
	background:none;
	margin:0px 0px 5px 0px;
	color:#005E75;
	font-size:14px;
}

.homeBox p span a	
{
	color:#005E75;
	font-size:14px;
	padding:0px 0px 0px 0px;
}

.homeBox p span a:hover
{
	color:#000;
}



.blogModuleSet
{
	width:100%;
	/*overflow:auto;*/
}

.blogModuleUnit
{
	float:left;
	width:30%;
	margin:0 1.5%;
	padding:20px;
	padding:0px 0px 20px 0px;
	box-sizing:border-box;
	background-color:#f6f6f6;
	border-radius:5px;
	border-radius:0px;
	color:rgba(0,0,0,0.8);
	line-height:1.5;
	font-size:0.95em;
	text-align:center;
}

.blogImgaeBox
{
	width:100%;
	height:235px;
	overflow:hidden;
}

.blogContent
{
	padding:0px 20px;
	height:300px;
	text-align:left;
}

.blogModuleUnit img
{
	width:100%;
}

.blogModuleUnit h2
{
	margin:10px auto;
	font-weight:normal;
	font-size:1em;
	line-height:1.6;
	text-transform:uppercase;
}

.blogModuleUnit_Subject
{
	margin:10px auto;
	font-size:1em;
	line-height:1.6;
	text-transform:uppercase;
}

.blogModuleUnit em
{
	margin-bottom:10px;
	font-size:0.9em;
	color:#000000a3;
}

.blogModuleUnit_Author
{
	margin-bottom:10px;
	font-size:0.9em;
	color:rgba(0,0,0,0.5);
}

.blogModuleUnit p
{
	
}

.blogModuleUnit_Summary
{
	font-size: 0.95em;
}

.blogModuleUnit a
{
	color: #6792B9;
	background: -webkit-linear-gradient(330deg, #646f6f 0%, #00cbff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
	font-weight: bold;
}

.svg-white
{
	fill: #fff;
}

.countryBackground
{
	background-size:cover;
	background-position: center center;
}

.countryBoxUnit
{
	float:left;
	width:25%;
	height:250px;
	box-sizing:border-box;
	position:relative;
	overflow:hidden;
}

.countryBoxText
{
	width:100%;
	height:250px;
	padding:0 20px 20px 20px;
	color:white;
	font-size:0.95em;
	line-height:1.4;
	position:absolute;
	bottom:-71%;
	transition:1s;
	box-sizing:border-box;
	overflow:hidden;
	background:rgba(108, 91, 123, 0.65); /* Common */
	background:linear-gradient(to top, rgba(108, 91, 123, 0.65) 0%, rgba(11, 15, 41, 0.65) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(108, 91, 123, 0.65)), color-stop(100%,rgba(11, 15, 41, 0.65))); /* Chrome,Safari4+ */
}

.countryBoxUnit:hover .countryBoxText, .countryBoxUnit:active .countryBoxText
{
	bottom:0%;
}

.countryBoxText span
{
	padding: 20px 10px;
	text-transform: uppercase;
	display: block;
	font-size: 1.1em;
	letter-spacing: 0.5px;
	font-weight: bold;
	color: rgba(255,255,255,0.9);
}

.countryBoxText a 
{
	margin:15px 0;
	color:white;
	display:block;
}

/*02-03-2024*/
.countrySectionBg
{
	width:94%;
}

.homeContainerBig .scrollingHeading
{
	float:left;
	width:96.7%;
	margin:0px 0px 0px 0px;
	padding:15px 1.6% 12px 1.6%;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 16px;

	/* border-radius:10px 10px 0px 0px; */
	/* border:1px solid #ddd; */
	/* border-bottom:1px solid #ddd; */
	background:#fff;
}

.countryScrollBg
{
	width:100%;
	padding:0px;
	overflow-x:scroll;
	scrollbar-width:none; /* Firefox */
	-ms-overflow-style:none;  /* Internet Explorer 10+ */
}
.countryScrollBg::-webkit-scrollbar
{
	width:0;
	height:0;
}

.countryBoxBg
{
	float:left;
	margin:0px 0px 30px 0px;
	padding:10px 0px 20px 0px;
	background:#fff;
	/* border:1px solid #ddd; */
	/* border-top:0px solid #ddd; */
	/* border-radius:0px 0px 10px 10px; */
	display:table;

	position:relative;
}
.importantBoxBg
{
	float:left;
	margin:0px 0px 30px 0px;
	padding:10px 0px 20px 0px;
	background:transparent;
	/* border:1px solid #ddd; */
	/* border-top:0px solid #ddd; */
	/* border-radius:0px 0px 10px 10px; */
	display:table;
	width: 100%;

	position:relative;
}

.option1
{
	/* border-top:1px solid #ddd; */
	border-radius:5px;
}

.importantBox
{
	float:left;
	width:29.3%;
	margin:20px 3% 20px 0%;
	/* border-radius:5px; */
	overflow:hidden;
	background:transparent;
	/* box-shadow:0px 0px 8px #ddd; */
	padding:0px 0px 20px 0px;
	box-sizing:border-box;
	text-align:center;
}

.importantBox:nth-child(3n+1)
{
	margin:20px 3% 20px 3%;
}

.importantBox .imageBox
{
	/* height:245px; */
	overflow:hidden;
	background:none;
	/* margin:0px 0px 10px 0px; */
}

.importantBox img
{
	width:auto;
	height:auto;
	border-radius:0px;
}

.importantBox .content
{
	padding:10px 10px 10px 10px;
	display:inline-block;	
}

.importantBox h2
{
	margin:10px 0px 5px 0px;
	padding:5px 0px 5px 0px;
	font-size:16px;
	color:#444;
	text-align:center;
}

.importantBox .importantTextBox
{
	
}

.importantBox .linkButton
{
	/* padding:5px 20px 7px 20px; */
	/* background:#444; */
	/* font-size:14px; */
	font-size:16px;
	/* color:#fff; */
	color:#2A82A6;
	letter-spacing:1px;	
	border-radius:0px;
	cursor:pointer;
	/* border:1px solid #fff; */
}

.importantBox .linkButton:hover
{
	background:transparent;
	color:#444;
	/* border:1px solid #444; */
}

.importantBox .content a
{
	display:table;
	color:#000;
	font-size:14px;
	line-height:1.4;
	margin:0px 0px 5px 15px;
}

.importantBox .content a:before
{
	/*content:"";
	margin:5px 10px 0px -15px;
	padding:2.5px;
	border:solid #444;
	border-width:0 2px 2px 0;
	display:inline-block;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	color:#444;*/
}


.countryBoxBg .countryBox
{
	float:left;
	width:23%;
	margin:10px 1.6% 10px 0%;
	/* border-radius:5px; */
	overflow:hidden;
	background:#fff;
}

.countryBoxBg .countryBox:nth-child(4n+1)
{
	margin:10px 1.6% 10px 1.6%;
}

.countryBox img
{
	float:left;
	width:100%;
	height:200px;
	border-radius: 20px;
}

.countryBox .content
{
	padding:10px 20px 10px 20px;
	display:inline-block;	
	min-height:140px;
}

.countryBox .content h2
{
	margin:0;
	padding:5px 0px 5px 0px;
	font-size:16px;
	/* color:#fff; */
	color:#000;
}

.countryBox .content a
{
	display:table;
	color:#2A82A6;
	font-size:14px;
	line-height:1.4;
	margin:0px 0px 5px 15px;
}

.countryBox .content a:before
{
	content:"";
	margin:5px 10px 0px -15px;
	padding:2.5px;
	border:solid #2A82A6;
	border-width:0 2px 2px 0;
	display:inline-block;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
}

.afterBannerButton
{
   margin:0px 10%;
	    box-sizing:border-box;
    }

    .afterBannerButton a
    {
        float:left;
        width:44%;
        margin:0px 2%;
        padding:10px 1%;
        color:#fff;
        text-align:center;
        display:block;
        background:#fff;
        box-sizing:border-box;
        border:none;
        border-radius:100px;
    }

    .underBannerBox .alternate
    {
        border: none;
    }

    .bottomNavMenuBar1
    {
        display: grid;
        grid-template-columns: 33% 33% 33%;
        /* grid-template-rows: 33% 33% 33%; */
        align-items: center;
        row-gap: 45px;
        justify-items: center;
    }

    /* Nanny */
    .bottomNavMenuBar1 .bannerServiceDiv:nth-child(3)
    {
        grid-area: 1/ 1 /span 1/ span 1;
    }

    /* Granny AuPair */
    .bottomNavMenuBar1 .bannerServiceDiv:nth-child(8)
    {
        grid-area: 1/ 2/ span 1/ span 1;
    }

    /* Live-in-tutor */
    .bottomNavMenuBar1 .bannerServiceDiv:nth-child(7)
    {
        grid-area: 1/ 3/ span 1/ span 1;
    }

    /* Language Exchange */
    .bottomNavMenuBar1 .bannerServiceDiv:nth-child(9)
    {
        grid-area: 3/ 1/ span 1/ span 1;
    }

    /* Online Tutor */
    .bottomNavMenuBar1 .bannerServiceDiv:nth-child(2)
    {
        grid-area: 3/ 2/ span 1/ span 1;
    }

    /* Virtual Childcare */
    .bottomNavMenuBar1 .bannerServiceDiv:nth-child(1)
    {
        grid-area: 3/ 3/ span 1/ span 1;
    }

    .bottomNavMenuBar1 .bannerServiceDiv
    {
        width: 70%;
        /* height: 90%; */
        padding: 10px;
        background: #fff;
        border: 1px solid #E5F4FB;
        border-radius: 20px;
        box-shadow: 0px 4px 12px 0px #2A82A61C;
        text-align: center;
    }

    .bottomNavMenuBar1 .bannerServiceDiv:nth-child(5)
    {
        background:linear-gradient(180deg, #229CCD -12.5%, #1D62EB 223.86%);
    }

    .bottomNavMenuBar1 .bannerServiceDiv .imgLink
    {
        display: inline-block;
        padding:10px;
    }

    .bottomNavMenuBar1 .bannerServiceDiv .textLink
    {
        display: inline-block;
        width: 100%;
        color:#000;
        border-top: 1px solid #2A82A626;
        padding-top: 10px;
        line-height: 1.2;
        font-size: 14px;
        font-weight: bold;
        /* font-size: 10px; */
    }

    .bottomNavMenuBar1 .bannerServiceDiv:nth-child(5) .textLink
    {
        border-top: 1px solid #FFFFFF26;
        color: #fff;
    }



/***FOOTER***/

.alternativeFooterContainer h1,
.alternativeFooterContainer h2,
.alternativeFooterContainer h3
{
	color:white;
}

footer
{
	width:100%;
	padding-bottom:0px;
	color:#fff;
/* 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#646f6f), color-stop(100%,#00cbff));
	background: -webkit-linear-gradient(top, #646f6f 0%,#00cbff 100%);
	background: -o-linear-gradient(top, #646f6f 0%,#00cbff 100%);
	background: -ms-linear-gradient(top, #646f6f 0%,#00cbff 100%); */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646f6f', endColorstr='#00cbff',GradientType=0 );
	background: linear-gradient(180deg, #229CCD -12.5%, #1D62EB 223.86%);
	/* background-image: linear-gradient(#006699, #00cbff); */
}

.footerBg
{
	width:100%;
	padding-bottom:40px;
	color:#fff;

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#646f6f), color-stop(100%,#00cbff));
	background: -webkit-linear-gradient(top, #646f6f 0%,#00cbff 100%);
	background: -o-linear-gradient(top, #646f6f 0%,#00cbff 100%);
	background: -ms-linear-gradient(top, #646f6f 0%,#00cbff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646f6f', endColorstr='#00cbff',GradientType=0 );

	
	background-image: linear-gradient(#006699, #00cbff);
}


footer strong
{
	display:block;
	margin:19px 0px;
	color:#fff;
	font-size:1.5em;
}

.footerBg strong
{
	color:#fff;
	font-size:1.5em;	
}

footer span
{
	font-size: 16px;
}

footer .footerSpanHeading
{
	color:#E7E7E7;
	font-size:12px;
	text-transform: uppercase;
}

footer a
{
	color:#fff;
	font-size:0.9em;
}
.footerBg a
{
	color:#fff;
	font-size:0.9em;	
}

.footerBox1 strong,.footerBox2 strong,.footerBox3 strong
{
	color: #E7E7E7;
	font-size: 14px;
	text-transform: uppercase;
}

.topFooter
{
	display: table;
	width:1200px;
	max-width: 100%;
	margin:0px auto;
	padding:30px;
}

.topFooter strong
{
	width:50%;
	float:left;
	margin:0px;
	padding:0px;
	box-sizing:border-box;
}

.footerBox1
{
	float:left;
	width: 30%;
	padding: 10px 1.5%;
	box-sizing: border-box;
	font-size:0.95em;
	font-size:0.95em;
	line-height:30px;
}

.footerBox2
{
	float:left;
	width: 23%;
	padding: 10px 1.5%;
	box-sizing: border-box;
}


.footerBox2 ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.footerBox2 ul li
{
	margin-bottom: 4px;
	padding-left: 0;
	line-height: 1.4;
}

.footerBox2 li:before
{
	content:"\00203A";
	padding-right:8px;
	color:inherit;
	opacity:0.8;
	font-size:1.2em;
}

.footerBox1 .button
{
	margin-top: 25px;
	padding: 15px 50px;
	display: inline-block;
	background-color:#00CCFF;
	background: linear-gradient(90deg, #FFC329 0%, #FFAF15 100%);
	font-size: inherit;
	font-size:16px;
	font-family: inherit;
	color: #444;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 100px;
}

.bottomFooter
{
	margin:20px 0px 0px 0px;
	padding:15px 0px;
	border-top:1px solid #02a9d3;
}

.footerBox3
{
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	color:#FFFFFF80;
	text-align:right;
}

.footerBox3 span
{
	float:left;
	color:#fff;
	font-size:14px;
}

.footerBox3 a
{ 
	font-size:13px;
	color:#fff;
	padding:5px 15px 5px 15px;
}

/***
.socialBox
{
	clear:both;
	margin:30px 0px 10px -5px;
}

.socialBox h2
{
	margin:15px 0px 0px 0px;
	color:#f2f2f2;
	font-size:1.5em;	
}

.socialBox img
{
	margin-right:10px;
	display: inline-block;
	cursor: pointer;
	transition: 0.2s;}

.socialBox img:hover
{
	background:#0098CB;
}
***/

.socialBox
{
	float:right;
	margin:10px 0px;
	padding:0px;
	clear:none;
	box-sizing:border-box;
}

.socialBox h2
{
	margin:15px 0px 0px 0px;
	color:#f2f2f2;
	font-size:1.5em;
}

.socialBox img
{
	margin-right:10px;
	display: inline-block;
	cursor: pointer;
	transition: 0.2s;
}

.socialBox img:hover
{
	background:#0098CB;
}

.socialBox .socialFb
{
	/* float:left; */
	display:table;
	width:11px;
	height:26px;
	/* margin:0px 2px 0px 0px; */
	/* margin:0px 10px 0px 0px; */
	background: url('pics/sprite-social-media-icon.png') -19px -47px;
}

.socialBox .socialYoutube
{
	/* float:left; */
	display:table;
	width:22px;
	height:26px;
	/* margin:0px 2px 0px 0px; */
	/* margin:0px 10px 0px 0px; */
	background: url('pics/sprite-social-media-icon.png') -52px -47px;
}

.socialBox .socialInsta
{
	/* float:left; */
	display:table;
	width:22px;
	height:26px;
	/* margin:0px 2px 0px 0px; */
	/* margin:0px 10px 0px 0px; */
	background: url('pics/sprite-social-media-icon.png') -31px -47px;
}

.socialBox .socialLinkedIn
{
	/* float:left; */
	display:table;
	width:22px;
	height:26px;
	/* margin:0px 2px 0px 0px; */
	/* margin:0px 8px 0px 0px; */
	background: url('pics/sprite-social-media-icon.png') -122px -47px;
}

.socialBox .socialTwit
{
	/* float:left; */
	display:table;
	width:22px;
	height:26px;
	/* margin:0px 2px 0px 0px; */
	/* margin:0px 10px 0px 0px; */
	background: url('pics/sprite-social-media-icon.png') -73px -47px;
}

.socialBox .socialPin
{
	/* float:left; */
	display:table;
	width:20px;
	height:26px;
	/* margin:0px 2px 0px 0px; */
	/* margin:0px 8px 0px 0px; */
	background: url('pics/sprite-social-media-icon.png') 0px -47px;
}

.socialBox .socialXing
{
	/* float:left; */
	display:table;
	width:23px;
	height:24px;
	/* margin:0px 2px 0px 0px; */
	/* margin:0px 10px 0px 0px; */
	background: url('pics/sprite-social-media-icon.png') -170px -48px;
}

.socialBox .socialVk
{
	/* float:left; */
	display:table;
	width:28px;
	height:26px;
	/* margin:0px 2px 0px 0px; */
	/* margin:0px 0px 0px 0px; */
	background: url('pics/sprite-social-media-icon.png') -143px -47px;
}

.socialBox a
{
	margin: 0px 20px 0px 0px;
	float: left;
}

.alternativeFooterContainer_1200
{
	width: 1200px;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
}

.alternativeFooterTopBox
{
	width: 100%;
	padding-bottom: 140px;
	box-sizing: inherit;
	background-color: #006699;
	position: relative;
}

.alternativeFooterContainer 
{
	width: 100%;
	overflow: auto;
	box-sizing: border-box;
	color: white;
	font-size: 0.95em;
}

.alternativeFooterContainer h1,
.alternativeFooterContainer h2,
.alternativeFooterContainer h3
{
	margin: 15px 0;
	font-size: 1.6em;
	opacity: 0.9;
}

.alternativeFooterContainer a
{
	color: inherit;
}

.alternativeFooterContainer a:hover
{
	color: #00cbff;
	transition: 0.5s;
}

.alternativeFooterBottomBox
{
	width: 100%;
	padding-top: 10px;
	box-sizing: inherit;
	background-color: #006699;
	text-align: center;
}

.box_30
{
	width: 30%;
	padding: 10px 1.5%;
	box-sizing: border-box;
}

.box_23
{
	width: 23%;
	padding: 10px 1.5%;
	box-sizing: border-box;
}

.alternativeFooterList
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.alternativeFooterList li
{
	margin-bottom: 4px;
	padding-left: 0;
	line-height: 1.4;
}

.alternativeFooterList li:before
{
	content: "â€º";
	padding-right: 8px;
	color: inherit;
	opacity: 0.8;
	font-size: 1.2em;
}

.alternativeFooterContactUsButton
{
	margin-top: 25px;
	padding: 15px 35px;
	display: inline-block;
	background-color: #00cbff;
	font-size: inherit;
	font-family: inherit;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 10px;
}

.alternativeFooterContactUsButton,
.alternativeFooterContactUsButton:hover
{
	color: white !important;
}

.alternativeFooterContainer p
{
	margin: 5px 0;
}

.socialMediaIconUnit
{
	float: none;
	width: 60px;
	height: 60px;
	margin-left: 3px;
	margin-right: 3px;
	cursor: pointer;
	display: inline-block;
	border-radius: 50%;
	transition: 0.2s;
}

.socialMediaIcons
{
	padding-bottom: 30px;
}

.socialMediaIconUnit img
{
	width: 100%;
	height: auto;
}

.FooterLanguageContainer
{
	margin: 0 auto;
	padding: 2px 0;
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

ul.footerLanguageSelector
{
	padding-left: 0;
	list-style-type: none;
}

ul.footerLanguageSelector li
{
	margin: 0 10px;
	display: inline-block;
	letter-spacing: 1px;
	font-size: 0.95em;
}

.readMoreStory
{
	width: 80%;
	box-sizing: border-box;
	text-align: center;
	position: absolute;
	bottom: 35px;
}

.readMoreStory a
{
	color:#6792B9;
	background:-webkit-linear-gradient(330deg, #646f6f 0%, #00cbff 100%);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
	text-transform:uppercase;
	font-weight:bold;
}

.ofTurquoiseGradientFont
{
	color:#6792B9;
	background:-webkit-linear-gradient(330deg, #646f6f 0%, #0fe7dc 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

table.magpinktable
{
	width:100%;
	margin:0 auto;
	table-layout:fixed;
}

table.magpinktable th, table.magpinktable td
{
	border-bottom: 1px solid #646f6f;
}

table.magpinktable tr:nth-child(even)
{
	background-color: transparent
}

table.magpinktable tr:hover
{
	background-color: transparent;
}

table.magpinktable tr:nth-child(even):hover
{
	background-color: transparent;
}

.wideSubpageHeadingContainer
{
	width: 100%;
	margin: 0;
	box-sizing: border-box;
	overflow: hidden;
}

.wideSubpage_1200
{
	width: 1200px;
	margin: 25px auto;
	max-width: 100%;
	padding: 0 1%;
	box-sizing: border-box;
}

.wideSubpageHeadingContainer h1
{
	margin: 60px 0 20px 0;
	font-size: 5em;
	line-height: 1.5;
	color: inherit;
}

.wideSubpageHeadingContainerSubtitle
{
	width: 80%;
	color: white;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.9em;
}

.slideshow-container
{
	width: 1200px;
	height: 100px;
	max-width: 100%;
	margin: 25px auto;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}

.slideshow-container-inner
{
	min-width: 100%;
	position: absolute;
	left: 0;
}

.prev, .next
{
	width: 50px;
	height: 50px;
	margin-top: -20px;
	line-height: 50px;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
	transition: 0.6s ease;
	user-select: none;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	top: 40%;
}

.prev
{
	left: 15px;
}

.next
{
	right: 15px;
}

.prev:hover, .next:hover
{
	background-color: rgba(0,0,0,0.8);
}

.slidingUnitBox
{
	float: left;
	width: 96%;
	margin: 15px 2%;
	position: relative;
	box-sizing: border-box;
}

.displayDisabled
{
	cursor: not-allowed;
	opacity: 0.2;
}

/***SEARCH RESULTS STYLES***/

.searchResultsContainer
{
	width: 1200px;
	max-width: 100%;
	margin: 0 auto 25px auto;
	overflow: auto;
}

.searchResultsCriteriaContainer
{
	float: left;
	width: 28%;
	margin: 0 1%;
	overflow: auto;
	box-sizing: border-box;
}

.searchResultsUsersContainer
{
	float: left;
	width: 68%;
	margin: 0 1%;
	overflow: auto;
	box-sizing: border-box;
}

.searchResultsWhiteContainer
{
	width: 100%;
	margin: 15px 0;
	padding: 20px;
	border-radius: 15px;
	box-sizing: border-box;
	background-color: white;
	border: 1px solid rgba(0,0,0,0.1);
	overflow: auto;
}

.searchResultUnitImage
{
	float: left;
	width: 25%;
	box-sizing: border-box;
}

.searchResultUnitImageBox
{
	width: 150px;
	height: 150px;
	margin: auto;
	border: 2px solid #f3423a;
	border-radius: 50%;
	position: relative;
}

.searchResultUnitImageBoxInner
{
	width: 140px;
	height: 140px;
	margin: 5px;
	border-radius: 50%;
	overflow: hidden;
}

.searchResultUnitImage img
{
}

.searchResultUnitContent
{
	float: left;
	width: 73%;
	margin-left: 2%;
	box-sizing: border-box;
}

.searchResultUnitContentHeading
{
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;
}

.searchResultUnitContentSubheading
{
	margin-bottom: 20px;
	font-size: 1em;
	opacity: 0.8;
}

.searchResultUnitContentTablerow
{
	width: 100%;
	overflow: auto;
	box-sizing: border-box;
	font-size: 1em;
}

.searchResultUnitContentTableLabel
{
	float: left;
	width: 30%;
	margin-right: 5%;
	overflow: auto;
}

.searchResultUnitContentTableRecord
{
	float: left;
	width: 65%;
	overflow: auto;
}

.searchResultsUnitTwinBoxes
{
	width: 100%;
	overflow: auto;
	box-sizing: border-box;
}

.searchResultUnitContentDescription
{
	max-height: 75px;
	overflow: auto;
	font-size: 1em;
	line-height: 1.5;
}

.SearchResultIcon
{
	margin: 0px 3px;
}

.searchResultsUnit40Box .SearchResultIcon
{
	float: right;
}

.searchResultsUnit60Box .SearchResultIcon
{
	float: left;
}

.searchResultsUnitBottomBox
{
	width: 100%;
	margin: 25px 0 5px 0;
	overflow: auto;
}

.searchResultsUnit60Box
{
	float: right;
	width: 60%;
}

.searchResultsUnit40Box
{
	float: right;
	width: 40%;
}

.searchResultsUnit40Box a
{
	width: 80%;
	margin: 0 0 0 20%;
	padding: 10px 5px;
	display: block;
	color: white;
	box-sizing: border-box;
	text-align: center;
	border-radius: 15px;
}

.refineSearchButton
{
	width: 100%;
	padding: 10px 5px;
	display: block;
	color: white;
	box-sizing: border-box;
	text-align: center;
	border-radius: 15px;
}

.flagOnImg
{
	width: 30px;
	height: 30px;
	padding: 4px;
	background: #fff;
	border-radius: 50%;
	z-index: 1;
	position: absolute;
	top: 10%;
	right: -2%;
}

.searchResultsCriteriaHeading
{
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;
}

.searchResultsCriteriaBoxRecord
{
	display: block;
}

.searchResultsCriteriaDropdown, .searchResultsCriteriaTextBox
{
	float: none;
	width: 100%;
	margin: 10px auto;
	padding: 11px 16px;
	font-size: inherit;
	color: inherit;
	line-height: 1.5;
	font-family: inherit;
	box-sizing: border-box;
	background-color: white;
	border: 1px solid #6792B9;
	border-radius: 10px;
}

.searchResultsCriteriaTextBox
{
	float: left;
	width: 48%;
	margin: 10px 1%;
}

.searchResultsCriteriaDropdown:focus, .searchResultsCriteriaDropdown:active,
.searchResultsCriteriaTextBox:focus, .searchResultsCriteriaTextBox:active
{
	outline: none;
}

.countryBoxText::-webkit-scrollbar
{
	width: 5px;
}

.countryBoxText::-webkit-scrollbar-track
{
	box-shadow: inset 0 0 5px grey;
	background-color: rgba(0,0,0, 0.5);
	border-radius: 15px;
}

.countryBoxText::-webkit-scrollbar-thumb
{
	background: rgba(0, 203, 255, 0.8);
	border-radius: 10px;
}

.countryBoxText::-webkit-scrollbar-thumb:hover
{
	background: rgba(0, 203, 255, 1);
}

/***MEDIA QUERIES***/

@media screen and (max-width:1200px)
{
	.startPageContainerSubcontainer
	{
		width:1000px;
	}

	.alternativeFooterContainer_1200
	{
		width: 1000px;
	}

	.topnavContainer
	{
		width:1000px;
	}

	.newDefaultButton
	{
		width: 40%;
		margin: 65px 30% 15px 30%;
	}

	.newDefaultButton1
	{
		width: 40%;
		margin: 15px 5% 15px 5%;
	}

	.bannerHeadingText h1
	{
		margin:8px 0px 50px 0px;
	}

	.bannerHeadingText .button1
	{
		width:85%;
		margin:20px 0px 0px 0px;
		padding:15px 0px;
		text-align:center;
		display:table;
	}

	.bannerHeadingText .button1:nth-child(1)
	{
		margin:0px 0px 0px 0px;
	}

	.quickOverviewGradient .quickRegisterBtn1,
	.quickOverviewGradient .quickRegisterBtn2
	{
		width: 80%;
		margin: 10px auto 0px auto;
	}

}

@media screen and (max-width:1000px) 
{
	.bottomNavMenuBar1
        {
            grid-template-columns: 50% 50%;
            /* grid-template-rows: 50%; */
            row-gap:20px;
        }

        .bottomNavMenuBar1 .bannerServiceDiv
        {
            width: 80%;
            height: 90%;
            text-align: center;
            /*padding: auto;*/
        }

        /* AuPair */
        .bottomNavMenuBar1 .bannerServiceDiv:nth-child(5)
        {
            grid-area: 1/ 1/ span 1/ span 2;
        }

        /* Nanny */
        .bottomNavMenuBar1 .bannerServiceDiv:nth-child(3)
        {
            grid-area: 2/ 1 /span 1/ span 1;
        }

        /* Granny AuPair */
        .bottomNavMenuBar1 .bannerServiceDiv:nth-child(8)
        {
            grid-area: 2/ 2/ span 1/ span 1;
        }

        /* Home Share with elderly */
        .bottomNavMenuBar1 .bannerServiceDiv:nth-child(6)
        {
            grid-area: 3/ 1/ span 1/ span 1;
        }

        /* Caregiver for elderly */
        .bottomNavMenuBar1 .bannerServiceDiv:nth-child(4)
        {
            grid-area: 3/ 2/ span 1/ span 1;
        }

        /* Live-in-tutor */
        .bottomNavMenuBar1 .bannerServiceDiv:nth-child(7)
        {
            grid-area: 4/ 1/ span 1/ span 1;
        }

        /* Online Tutor */
        .bottomNavMenuBar1 .bannerServiceDiv:nth-child(2)
        {
            grid-area: 4/ 2/ span 1/ span 1;
        }

        /* Virtual Childcare */
        .bottomNavMenuBar1 .bannerServiceDiv:nth-child(1)
        {
            grid-area: 5/ 1/ span 1/ span 1;
        }

        /* Language Exchange */
        .bottomNavMenuBar1 .bannerServiceDiv:nth-child(9)
        {
            grid-area: 5/ 2/ span 1/ span 1;
        }        

        .underBannerBox a
        {
            margin: 0px;
            padding: 10px 0px;
        }

        .afterBannerButton a
        {
            width: 100%;
            margin-top: 10px;
            padding: 10px 2%;
        }



	.startPageContainerSubcontainer
	{
		width:800px;
	}

	.alternativeFooterContainer_1200
	{
		width:800px;
	}

	.topnavContainer
	{
		width:98%;
		margin:0px auto;
	}

	.logoWhite
	{
		/*width:45%;
		max-width:300px;
		margin:0px;*/
	}

	.afterLoginFirst, .afterLoginSecond
	{
	    float:left;
	    width:auto !important;
	    margin-top:10px;
		margin-bottom:0px;
		margin-left:0px;
		padding-bottom:7px;
	}

	.loginFirstLogo, .loginSecondLogo
	{
		display:none !important;
	}

	.afterLoginFirst
	{
		display:block;
	}

	.taglineBox
	{
		max-width:200px;

		display:none;
	}

	.userMobileDisplay
	{
		width:80%;
		margin:0px auto;
		position:relative;
		font-size:16px;
		text-align:center;
		color:#fff;
		display:table-cell;
		vertical-align:middle;
	}

	.bannerHeadingText h1
	{
		margin:8px 0px 50px 0px;
		font-size:30px;
	}

	.bannerHeadingText .subHeading
	{
		font-size:25px;
	}

	.bannerSearchButton
	{

	}


	.bannerVideoContainer
	{
		float:none;
		width:100%;
		padding:40px 0 40px 0;
		box-sizing:border-box;
   }

	.videoBox
	{
		width:100%;
		height:auto;
		margin:15px 0;
		display:block;
		border-radius:10px;
		overflow:hidden;
		position:relative;
	}

	.displayBlock
	{
		display:block;
	}

	.bannerPoster
	{
		display:none;
	}

	.startPageContainer_au_pair_picture
	{
		float:none;
		width:80%;
		margin:20px 10%;
	}

    .unitOf25Percent
	{
		width:50%;
		float:left;
		box-sizing:border-box;
	}

	.countryBoxText
	{
		overflow-y:scroll;
	}

	.countryBoxUnit
	{
		float: left;
		width: 50%;
		height: 250px;
		box-sizing: border-box;
		overflow: hidden;
		position: relative;
	}

	.box_23
	{
		width: 50%;
		padding: 10px 1.5%;
		box-sizing: border-box;
	}

	.box_30
	{
		width: 50%;
		padding: 10px 1.5%;
		box-sizing: border-box;
	}

	.topnav a:not(:first-child)
	{
		display:none;
	}

	.dropdown .dropbtn
	{
		color:#000;
		padding-top:0px;

		padding-bottom:0px;
		margin:0px;
		padding-left:0px;
		font-size:14px;
	}	

	.menuContentHolderBottonRowDropdowns
	{
		display:none;
	}

	.topnav a.icon
	{
		float:right;
		display:block;
	}

	.topnav.responsive
	{
		background:rgba(0, 152, 203, 1);
		background-color:rgba(86,176,207,1);
	}

	.topnav.topnavScrolled.responsive
	{
		background:white;
	}

	.topnav.responsive .dropbtn:hover
	{
		letter-spacing:1px;
	}

	.topnav.responsive a
	{
		float:none;
		width:100%;
		display:block;
		text-align:left;
	}

	.topnav.responsive a.icon
	{
		float:right;
		width:30px !important;
		height:30px !important;
		display:block;
		text-align:center;
	}

	.topnav.responsive .menuContentHolderBottonRow
	{
		overflow:hidden;
	}


	.menuContentHolder .menuContentHolderBottonRow
	{
		margin-top:2px;
		padding-top:2px;
		border-top:1px solid #FFCC00;
	}

	.topnav.responsive .registrationButton,
	.topnav.responsive .joinUsButton
	{
		float:right;
		width:auto;
		height:auto;
		margin:5px 2px !important;
		padding:4px 10px !important;
		color:#fff !important;
		background:none;
		background-color:#00ccff !important;
		border:none;
		box-sizing:border-box;
		display:table;
		opacity:initial;
	}

	.topnav.responsive .registrationButton:hover,
	.topnav.responsive .joinUsButton:hover
	{
		letter-spacing:1px;
		letter-spacing:initial;
	}


	.topnavScrolled .flagMenu
	{
		display:table;
	}

	.dropdown .dropdown-content a
	{
		padding:8px 2%;
		font-size:13px;
		border-bottom:1px solid #ccc;
	}

	.dropdown .dropdown-content a:hover
	{
		color:#000 !important;
		background-color:#f6f6f6 !important;
	}

	.topnav.responsive .dropdown
	{
		float:left;
		height:auto;
		margin:0px 1% 0px 0px;
		transition:initial;
		display:table;
	}

	.topnav.responsive .mobileMenubar
	{
		display:none;
	}


	.topnav.responsive .dropdown .dropbtn
	{
		float:left;
		width:auto;
		margin:8px 0px;
		padding:15px 5px 20px 5px;
		padding:0px 5px 0px 5px;
		text-align:left;
		display:inline-block;
		border-left:0;
	}

	.topnav.responsive .dropbtn:hover
	{
		letter-spacing:initial;
	}

	.topnav.responsive .dropdown-content
	{
		position:absolute;
		top:92%;
		top:99%;
	}

	.topnav.responsive .dropdown-content,
	.topnavScrolled.responsive .dropdown-content
	{
		width:100px;
		height:100%;
		margin-left:0;
		background-color:transparent;
		background:#aaa;
		background:#fff;
		position:absolute !important;
		left:0px !important;
		overflow:hidden !important;
		box-sizing:border-box;
		border-left:0px solid #00cbff;
		box-shadow:none;

		border-bottom:0px solid #00cbff;
		border-bottom:2px solid #bbb;
	}

	.topnavScrolled.responsive .dropdown-content a
	{
		color:rgba(0, 0, 0, 0.8);
	}

	.topnav.responsive .dropdown-content a:hover
	{
		color:white;
		background-color:rgba(0,0,0,0.3);
	}	

	
	.logoHolder
	{
		width:100%;
		display:table;
	}

	.beforeLogin
	{
		display:none;		
	}

	.menuContentHolder
	{
		width:0%;
	}

	.menuContentHolder
	{
		display: none;
	}

	.accordion4 
	{
		background: #fff;
		color:#000;
		border-bottom:1px solid #f2f2f2;
		border-radius:0px;
		padding:8px;
		/* font-weight:bold; */
		font-size:16px;
	}

	.accordion4  img
	{
		height:22px;
		float:left;	
		padding:0px 5px 0px 0px;
		display:block;		
	}

	.leftButton img
	{
		float:left;
		height:20px;
		padding:5px 5px 0px 0px;
		display:block;
	}		

	.accordion4 span
	{
		display:inline;
	}

	.activeMenu, .accordion4:hover 
	{
		background:none;
	}


	.leftButton
	{
		background: #fff;		
		color:#515151;
		border-bottom:1px solid #f2f2f2;
		border-radius:0px;
		padding:6px;
	}

	.leftButton span
	{
		font-size:22px;	
		color:#ccc;
		display:inline-table;	
	}

	.accordion4:after
	{	
		color: #ccc;
	}

	.mobileOnly
	{
		display:table;
	}


	/*** For Not logged ***/
	.mobileMenu
	{
		display:block;
	}

	.desktopMenu
	{
		display:none;		
	}	

	#navbarInoutBoxContainer
	{
		display:none;
	}

	#searchBox
	{
		display:none;
	}

	.searchIconMenuBar
	{
		display:none;
	}

	.joinUsButton
	{
		display:block !important;
	}

	.blogModuleUnit
	{
		width:70%;
		margin:15px 15%;
	}




	.countryBoxBg .countryBox
	{
		float:left;
		width:31%;
		margin:10px 1% 10px 1%;
	}

	.countryBoxBg .countryBox:nth-child(4n+1)
	{
		margin:10px 1% 10px 1%;
	}
	.countryBoxBg .countryBox
	{
		min-height:300px;
	}

	.homeContentLeft img
	{
		margin:0px;
		max-width: 90%;
		float: none;
	}

	.topFooter
	{
		padding: 0px;
		width: 80%;
		margin: 10px auto 25px auto;
		padding: 10px 1.5%;
	}

	.topFooter strong
	{
		float: left;
		width: 100%;
		text-align: center;
		margin:10px 0px 10px 0px;
	}

	.topFooter .socialBox
	{
		float: none;
		clear: both;
		/* margin: 30px 0px 10px -5px; */
		/* display: table; */
		width: 100%;
	}

	.socialBox a
	{
		float: left;
		margin: 0px 4% 0px 0px;
		width: 15px;
	}

}


@media screen and (max-width:650px)
{

	.homeDefaultButton
	{
		font-size:14px;
		width: 100%;
		margin-bottom: 10px;
	}

	.homeDefaultButton2
	{
		font-size:14px;
		width: 100%;
	}

	.afterTopvNav
	{
		height:128px;
	}

	.topnav
	{
		border-bottom:0px solid rgba(255,255,255,0.5);
	}


	.topnavContainer
	{
		width:98%;
		margin:0px auto;
	}

	.notificationOn
	{
		margin-top:-40px;
	}

	.taglineBox
	{
		display:none;
	}

	.logoWhite
	{
		/*margin-top:0px;
		margin-bottom: 3px;*/
	}

	.dropdown-content
	{
	    border-top:2px solid #FFCC00;
	}

	.startPageContainerSubcontainer
	{
		width:450px;
	}

	.alternativeFooterContainer_1200
	{
		width:450px;
	}

	.unitOf25Percent
	{
		float:left;
		width:100%;
		box-sizing:border-box;
	}

	.unitOf25Percent_Text
	{
		height:unset;
		padding:0 8% 60px 8%;
		text-align:center;
		box-sizing:border-box;
		position:relative;
	}
	
	.readMoreStory
	{
		bottom:20px;
	}

	footer
	{
		float: left;
	}

	.footerBox1 .button
	{
		width:auto;
	}

	.footerBox1, .footerBox2
	{
		width:80%;
		margin:10px 10%;
		padding:10px 1.5%;
		box-sizing:border-box;
	}

	.bottomFooter
	{
		margin: 0px;
		padding: 0px;
	}

	.footerBox3
	{
		width: 90%;
		margin: 0px 5% 10px 5%;
		padding: 10px 1.5%;
		box-sizing:border-box;
	}

	.footerBox3 span
	{
		width:100%;
		text-align:left;
		box-sizing:border-box;
	}
	
	.footerBox3 a
	{

		display: block;
		width: 48%;
		float: left;
		text-align: left;
		margin: 3px 1%;
		padding: 0px;
	}

	.box_23, .box_30
	{
		width:80%;
		margin:10px 10%;
		padding:10px 1.5%;
		box-sizing:border-box;
	}

	.bannerSimpleButtons a,
	.bannerElaborateButtons a
	{
		float:none;
		width:98%;
		margin:10px 1%;
		margin-left:1% !important;
		margin-right:1% !important;
	}

	.homeContainer h1
	{
		padding:0px 10px;
	}

	.homeBox
	{
		width:90%;
		margin:0px 5% 20px 5%;
	}

	.homeBox p
	{	
		height:initial;
	}

	.blogModuleUnit
	{
		width:90%;
		margin:15px 5%;
	}

	.bannerText
	{
		width:100%;
		margin:0px;
		padding:20px 0px;
		display:table;
		font-size:2em;
		line-height:1.3em;
	}

	.bannerHeadingText
	{
		width:100%;
		display:table;
		text-align:center;
	}

	.bannerHeadingText .headingBlock
	{
		display:table;
		margin:0px auto 40px auto;
		margin:0px auto 0px auto;

		text-align:left;
		width:100%;
	}
	.bannerHeadingText .headingBlock h1
	{
		font-size:34px;
		line-height: 1.2;
	}
	.bannerHeadingText .headingBlock .subHeading
	{
		font-size:20px;
	}
	.bannerHeadingText .bannerSearchButton
	{
		clear:both;
		width:100%;
		margin:50px 0px 0px 0px;
		margin:0px 0px 0px 0px;
		display:table;
	}

	.bannerHeadingText .button2,.bannerHeadingText .button3
	{
		width:48%;
		margin:20px auto;
	}
	.bannerHeadingText .button3
	{
		float:right;
	}
	.bannerHeadingText .button1
	{
		width:100%;
		margin:20px auto;
	}
	.backgroundImageSection
	{
		display:none;
	}

	.bannerTextAfterLogin
	{
		bottom:10px;
		
	}

	.innerPageTopHeaderBox
	{
		margin-bottom:-50px;
	}

	.extraMargin
	{
		margin-bottom:70px;
	}

	.banner
	{
		margin-top:-70px;
		height:unset;

		-o-background-size:cover;
		-moz-background-size:cover;
		-webkit-background-size:cover;
		background-size:cover;

		background-position:center top;
		background-attachment:fixed;
		position:relative;

		margin-top:-65px;
	}

	.innerPageBanner
	{
		height:auto;
	}

	.profileBannerLeft
	{
		margin-top:240px;
	}

	.profileBannerRight span
	{
		top:110px;
		top:130px;
	}

	.bannerBackgroundColor
	{
		width:100%;
		background-size:cover;
	}

	.innerBannerBackgroundColor
	{
		height:0;
		padding-top:135px;
		background-image:none !important;
	}

	.bannerBackgroundColor .bannerContent
	{
		display:none;
	}

	.innerBgImageSection
	{
		background:rgba(0, 152, 203, 0.65);
	}

	.bannerHeadingText
	{
		width:90%;
		margin:0px 5%;
	}

	.bannerHeadingText h1
	{
		font-size:32px;
		padding:0px 0px;
	}

	.bannerHeadingText div
	{
		margin:0px;
	}

	.bannerHeadingText p
	{
		margin:0px;
		padding:10px 0px;
	}

	.bannerHeadingText input
	{
		width:90%;
		margin:5px 5%;
	}

	.bannerHeadingText a
	{
		width:90%;
		margin:5px 5%;
		line-height:1.5em;
	}

	.newDefaultButton
	{
		width:80%;
		margin:65px 10% 15px 10%;
	}

	.newDefaultButton1
	{
		width:80%;
		margin:65px 10% 15px 10%;
	}


	.underBannerBox
	{
		width:90%;
		margin:5px 5%;
	}

	.afterBannerBox div
	{
		width:100%;
		padding:30px 0px 30px 0px;
	}	

	.afterBannerButton
	{
		clear:both;
		margin:0px 0px 0px 0px;
		display:table;
	}

	.afterBannerButton a
	{
		width:90%;
	}

	.underBannerBox a
	{
		width:90%;
		margin:8px 5%;
		padding:10px 0px;
	}


	.bottomNavMenuBar a
	{
		float:left;
		width:31%;
		height:140px;
		margin:0px;
		padding:30px 1%;
		color:#333;
		font-size:14px;
		text-transform:capitalize;
		text-align:center;
		word-wrap: break-word;
		box-sizing:border-box;
		border-right:1px solid #f2f2f2;
		border-bottom:1px solid #f2f2f2;
	}
	
	.bottomNavMenuBar a:nth-child(4)
	{
		padding:30px 10% 30px 0%;
	}

	.bottomNavMenuBar a:nth-child(6)
	{
		padding:30px 0% 30px 5%;
	}

	.bottomNavMenuBar a:nth-child(8)
	{
		padding:40px 1% 20px 1%;
	}



	.bottomNavMenuBar a:nth-child(5)
	{
		background:#f2f2f2;
		font-weight:bold;
		position:relative;
		margin-top:-20px;
		margin-left:-20px;
		width:42%;
		border:0px solid #ccc;
		padding:50px 0px;
		box-shadow: 1px 1px 5px #ccc;
		border-radius:10px;
		height:180px;
	}

	.accordianContainer
	{
		width:90%;
	}

	.homeContentLeft
	{
		width:100%;
		text-align: center;
	}

	.homeContentLeft iframe
	{
		width:90%;
		margin:0px 5%;
		min-height:initial;		
	}

	.homeContentLeft img
	{
		margin:0px;
		max-width: 90%;
		float: none;
	}

	.homeLeftContent
	{
		width:90%;
		margin:10px 0px;
		padding:0px 5%;
	}

	.homeRightContent
	{
		width:90%;
		margin:10px 0px;
		padding:0px 5%;
	}

	.homeContentRight
	{
		width:90%;
		margin:5px 5% 5px 5%;
	}

	.quickOverviewBox
	{
		width:100%;	
		margin:0px 0px 40px 0px;
	}

	.beforeReviewBox
	{
		display: table;
		width: 80%;
		margin: 10px auto;
		position: relative; /* Ensure positioning context for absolute positioning of arrows */
	}

	.beforeReviewBox .insideBeforeReviewBox
	{
		width: 90%;
		text-align: center;
		border: 1px solid #E5F4FB;
		border-radius: 10px;
		padding: 10% 15px;
		background:#fff;
	}

	.prevBtn,
	.nextBtn
	{
		display: block;
	}

	/* Additional styles for navigation arrows */
	.prevBtn,
	.nextBtn
	{
		padding: 10px;
	}

	.dotContainer
	{
		display: inline-block;
		margin: 30px auto 10px auto;
	}

	a.testimonialButton
	{
		text-align: center;
		width: 80%;
	}

	.testimonialBox
	{
		/* //margin:0px 8px 0px 0px; */
		margin:0px 20px 0px 0px;
	}
	.testimonialBox:nth-child(1)
	{
		/* //margin:0px 8px 0px 0px; */
	}
	.testimonialBoxTop
	{
		height:150px;
		height:100px;
	}

	.testimonialDescription
	{
		/* //position:absolute;
		//left:0px;
		//right:0px; */
	}

	.fourBox
	{
		margin:0px;
		padding:0px 0px 20px 0px;
		background:#fff;
		border-radius:0px;
		border:0px solid #ddd;
	}

	.scrollingHeading
	{
		margin:0px 0px 0px 0px;
		border-bottom:0px solid #ddd;
	}



/* 20-02-2024
	.scrollingBg
	{
		width:90%;
		//height:565px;
		height:auto;
		margin:0px auto;
		margin-bottom:50px;
		z-index:1;
		overflow:hidden;
		position:relative;
	}

	.scrollingBox
	{
		z-index:1; overflow:hidden; display:table;
	}

	.testimonialBox
	{
		width:90%;
		margin:0;
		z-index:1;
		display:block;
		position:relative;
	}
	.testimonialBox:last-child
	{
		text-align:center;
	}

	.testimonialBox p
	{
		width:84%;
	}

	.testimonialImage
	{
		margin-bottom:20px;
	}

	.testimonialImage img
	{
		min-width:100%;
		min-height:300px;
		position:initial;
		left:initial;
		bottom:initial;
		display:block;
	}
	.testimonialBox .testimonialButton
	{
		margin:0px auto;
		margin-bottom:17px;
		padding:10px 15px;
		color:#000;
		text-align:center;
		font-weight:bold;
		font-size:0.9em;
		text-transform:uppercase;
		border-radius:5px;
		background:#ffcc00;
		box-shadow:1px 1px 2px #000;
	}
	.scrollingLeftArrow,.scrollingRightArrow
	{
		width:10px;
		height:10px;
		padding:20px 23px 20px 17px;
		line-height:10px;
		letter-spacing:-4px;
		position:absolute;
		top:275px;
		z-index:1;
		cursor:pointer;
		border-radius:100%;
		color:#333;
		background-color:rgba(255,255,255,0.9);
		box-shadow:1px 1px 3px #000; display:block;
	}
	.scrollingLeftArrow
	{
		left:2px;
		color:#bbb;
		display:none;
	}
	.scrollingRightArrow
	{
		padding:20px 20px 20px 20px;
		right:2px;
	}
*/


	/*29-02-2024*/
	.aupairNeedBox
	{
		box-sizing:initial;
	}
	.aupairNeedBox h2
	{
		font-size:20px;
		font-size:16px;
	}

	.aupairNeedBox:nth-child(even)
	{
		float:left;
		width:40%;
		margin:2% 4% 2% 2%;
		padding:15px 2%;
	}
	.aupairNeedBox:nth-child(odd)
	{
		float:left;
		width:40%;
		margin:2% 2% 2% 4%;
		padding:15px 2%;
	}
	/*02-03-2024*/
	.countrySectionBg
	{
		width:100%;
	}

	.homeContainerBig .scrollingHeading
	{
		border-radius:0px;
		border:0px solid #fff;
		border-bottom:0px solid #fff;		
		padding:10px 1.6% 0px 1.6%;
	}

	.countryBoxBg
	{
		margin:0px 0px 30px 0px;
		border:0px solid #ddd;
		border-radius:0px;

		width:3800px;
		/* //height:310px; */
		overflow-x:scroll;
		/* //overflow-y:scroll; */
		display:block;
	}

	.homeBg .homeCountryBox
	{
		flex-direction: column;
		width: 90%;
	}

	.homeCountryBox .homeCountryBoxLeft
	{
		width: 100%;
	}

	.homeCountryBox .homeCountryBoxRight
	{
		width: 100%;
		text-align: center;
	}

	.homeCountryBox .homeCountryBoxRight a
	{
		width: 100%;
	}


	.countryBoxBg .countryBox
	{
		float:left;
		width:23%;
		width:300px;
		margin:10px 10px 10px 10px;
	}

	.countryBoxBg .countryBox:nth-child(4n+1)
	{
		margin:10px 10px 10px 10px;
	}
	.countryBoxBg .countryBox:nth-child(1)
	{
		margin:10px 10px 10px 20px;
	}

	.countryBox .content
	{
		padding:0px 10px 15px 10px;
		display:inline-block;
		height:80px;
	}


	.importantBoxBg
	{
		margin:0px 0px 30px 0px;
		border:0px solid #ddd;
		border-radius:0px;

		width:1945px;
		/* //height:310px; */
		overflow-x:scroll;
		/* //overflow-y:scroll; */
		display:block;
	}

	.importantBox
	{
		width:300px;
		margin:10px 10px 10px 10px;
	}

	.importantBox .imageBox
	{
		/* height:200px; */
		height:auto;
	}

	.importantBoxBg .importantBox:nth-child(3n+1)
	{
		margin:10px 10px 0px 10px;
	}
	.importantBoxBg .importantBox:nth-child(1)
	{
		margin:10px 10px 0px 20px;
	}

	.importantBoxBg .importantBox:nth-child(6)
	{
		margin:10px 0px 0px 10px;
	}


	.newDefaultButton
	{
		display:none;
	}

	.firstPictureBackground
	{
		background-position:center top;
		background-attachment:initial;
	}

	.faqBox
	{
		width:84%;
		margin:20px 3% 0px 3%;
		padding:0px 0% 0px 10%;
		background-position:3px 6px;
	}

	.relatedContentBox
	{
		width:86%;
		margin:15px 7%
	}

	.quickOverviewGradient .quickPara
	{
		max-width: 100%;
		margin: 10px auto 30px auto;
	}

	.quickOverviewGradient .quickRegisterBtn1,
	.quickOverviewGradient .quickRegisterBtn2
	{
		width: 80%;
		margin: 10px auto 0px auto;
	}

	.homeBg h1
	{
		line-height: 1.3;
	}
}


@media screen and (max-width:500px) 
{
	.topnav
	{
		margin:0;
		padding:0px;
	}

	.topnavContainer
	{
		padding:0px 0px;
	}

	.topnav .icon
	{
		margin-top:0px;
		display:table-cell;
	}

	.taglineBox
	{
		display:none;
	}

	.logoBox
	{
		width:10%;
		display:table-cell;
		vertical-align:middle;
	}

	.mobileLogo
	{
		display:block;
	}

	.logoHolder
	{
		width:100%;
		padding:0px 0px 0px 0px;
	}

	.beforeLogin
	{
		display:none;	
	}


	.userMobileDisplay
	{
		width:80%;
		margin:0px auto;
		position:relative;
		font-size:12px;
		text-align:center;
		color:#fff;
		display:table-cell;
		vertical-align:middle;
	}	

	.startPageContainerSubcontainer
	{
		padding:10px;
	}

	.alternativeFooterContainer_1200
	{
		padding:10px;
	}

	.countryBoxUnit
	{
		float:left;
		width:100%;
		height:250px;
		box-sizing:border-box;
		position:relative;
		overflow:hidden;
	}

	.quickOverviewListUnit
	{
		float:none;
		width:100%;
		margin:10px auto;
	}

	.box_23, .box_30
	{
		width:90%;
		margin:10px 5%;
		padding:10px 1.5%;
		box-sizing:border-box;
	}

	.quickOverviewGradient
	{
		width: 100%;
		float: none;
		margin: 0;
		text-align: center;
		padding:20px;
		box-sizing:border-box;
	}

	.quickOverviewGradient .quickHeading
	{
		text-align: center;
		font-size: 24px;
	}

	.quickOverviewGradient .quickPara
	{
		margin: 10px auto 30px auto;
		display: inline-block;
		text-align: center;
	}

	.quickOverviewGradient .quickRegisterBtn1,
	.quickOverviewGradient .quickRegisterBtn2
	{
		width: 80%;
		margin: 10px auto 0px auto;
	}

	.homeBg h1
	{
		line-height: 1.3;
	}

	.homeContainer .homeContentRight
	{
		padding-right: 0px;
	}

}