
html, body {
	overflow-x: hidden
}

body {
	padding: 0;
	margin: 0;
	font-family: sans-serif
}

.top-item {
	margin-top: 100px;
}

header {
	margin: 0;
	width: 100%;
	background-color: #fff;
	box-shadow: 0px 0px 5px 0px #ddd;
	position: fixed;
	height: 90px !important;
	z-index: 20;
}

nav {
	height: 72%;
	position: fixed;
	left: 0;
	width: 320px;
	margin-top: 65px;
	transform: translateX(-320px);
	transition: transform 260ms ease-in-out;
	/* background-color: white; */
	border-left: 1px solid #eee;
}

nav ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid #eee;
	background: #7FB7DF;
}

nav ul>li {
	list-style: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 15px;
	cursor: pointer;
	border-bottom: 1px solid #eee;
	transition: .25s
}

nav ul>li span {
	display: block;
	font-size: 14px;
	color: #353535;
}

nav ul>li a {
	color: #353535;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}

nav ul>li:hover {
	background-color: #dddddd;
}

nav li#nav-signup {
	list-style: none;
	background-color: #00B2D3;
}

nav ul>li#nav-signup span {
	color: #00B2D3;
}

nav ul>li#nav-signup a {
	color: #ffffff;
}

nav ul>li#nav-signup:hover {
	background-color: #006375;
}

input[type="checkbox"]:checked ~ nav {
	transform: translateX(0);
	z-index: 40;
}

input[type=checkbox] {
	box-sizing: border-box;
	display: none;
	transition: all 0.25s;
}

.menuIconToggle {
	box-sizing: border-box;
	cursor: pointer;
	position: fixed;
	z-index: 40;
	height: 100%;
	width: 100%;
	top: 25px;
	left: 30px;
	height: 22px;
	width: 22px;
	transition: all 0.3s;
}

.hamb-line {
	box-sizing: border-box;
	position: absolute;
	height: 3px;
	width: 100%;
	background-color: white;
	transition: all 0.25s;
}

.hor {
	transition: all 0.3s;
	box-sizing: border-box;
	position: relative;
	float: left;
	margin-top: 3px;
}

.dia.part-1 {
	position: relative;
	box-sizing: border-box;
	float: left;
	transition: all .25s;
}

.dia.part-2 {
	box-sizing: border-box;
	position: relative;
	float: left;
	margin-top: 3px;
	transition: all .25s;
}

input[type=checkbox]:checked ~ .menuIconToggle>.hor {
	box-sizing: border-box;
	opacity: 0;
	transition: all .25s;
}

input[type=checkbox]:checked ~ .menuIconToggle>.dia.part-1 {
	box-sizing: border-box;
	transform: rotate(135deg);
	margin-top: 8px;
	transition: all .25s;
}

input[type=checkbox]:checked ~ .menuIconToggle>.dia.part-2 {
	box-sizing: border-box;
	transform: rotate(-135deg);
	margin-top: -9px;
	transition: all .25s;
}

@media screen and (max-width: 640px) {
	nav {
		height: 100%;
		width: 100%;
		transform: translateX(100%);
	}
}

nav ul li {
	/*  padding: 10px; */
	cursor: pointer;
	position: relative;
}

nav ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	background: #7FB7DF;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

nav ul li:hover>ul {
	display: block;
}

nav ul ul li {
	padding: 8px 16px;
}

/*-- Support page --*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
	em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
	b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
	details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
	output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*-- start editing from here --*/
a {
	text-decoration: none;
}

.txt-rt {
	text-align: right;
} /* text align right */
.txt-lt {
	text-align: left;
} /* text align left */
.txt-center {
	text-align: center;
} /* text align center */
.float-rt {
	float: right;
} /* float right */
.float-lt {
	float: left;
} /* float left */
.clear {
	clear: both;
} /* clear float */
.pos-relative {
	position: relative;
} /* Position Relative */
.pos-absolute {
	position: absolute;
} /* Position Absolute */
.vertical-base {
	vertical-align: baseline;
} /* vertical align baseline */
.vertical-top {
	vertical-align: top;
} /* vertical align top */
nav.vertical ul li {
	display: block;
} /* vertical menu */
nav.horizontal ul li {
	display: inline-block;
} /* horizontal menu */
img {
	max-width: 100%;
}
/*-- end reset --*/
body {
	font-family: 'Hind', sans-serif;
}
/*-- main --*/
h1 {
	font-size: 15px;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 4px;
	text-align: center;
	padding: 1em 0 0.4em 0;
}
/*-- slide --*/
@keyframes slideleft {from { background-position:0%;
	
}

to {
	background-position: 90000%;
}

}
@-webkit-keyframes slideleft {from { background-position:0%;
	
}

to {
	background-position: 90000%;
}

}
.w3layouts-main {
	background-image: url('img/backgrounds/login_bg.jpg');
	background-repeat: repeat-x;
	animation: slideleft 20000s infinite linear;
	-webkit-animation: slideleft 20000s infinite linear;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-attachment: fixed;
	position: relative;
	min-height: 87vh;
}

.bg-layer {
	background: rgba(0, 0, 0, 0.5);
	min-height: 95vh;
}
/*-- //slide --*/

/*--header start here--*/
.w3ls-header {
	padding: 0em 0 0;
}

.icon1 {
	margin: 0 0 0.7em;
	/* padding: .8em 1em; */
	padding: 0px 0px 0px 15px;
	background: rgba(137, 27, 88, 0.94);
	border-radius: 5px;
	/* 	background: #891b58; */
}

.icon1 span.fa {
	color: #e5e5e5;
	width: 22px;
}

.icon1 span.fas {
	color: #e5e5e5;
	width: 22px;
}

.icon1 span.fab {
	color: #e5e5e5;
	width: 22px;
}

.main-icon {
	text-align: center;
	background: #fff;
	margin-bottom: 5px;
	border-radius: 5px;
}

.main-icon span.fa {
	font-size: 50px;
	color: #fff;
	margin-bottom: 1em;
}

.wthree li {
	display: inline-block;
}

a {
	color: #585858;
	margin: 0em;
}

.bottom {
	margin: 1em 0 0;
}



.social {
	margin: 2em 0 0;
}

.heading h5 {
	color: #c5c5c5;
	color: #000000;
	margin-top: 8px;
	font-size: 20px;
}

.social span.fa {
	color: #fff;
	font-size: 12px;
	line-height: 35px;
	margin: 0 5px;
	transition: 0.5s all;
}

.social ul li {
	display: inline-block;
	margin: 0 5px;
	font-size: 15px;
	color: #fff;
	letter-spacing: 1px;
	text-transform: capitalize;
}

.social a.facebook {
	background: #3b5998;
}

.social a.twitter {
	background: #1da1f2;
}

.social a.linkedin {
	background: #00a0dc;
}

.social a.google {
	background: #dd4b39;
}

.social ul li a {
	background: rgba(255, 255, 255, 0.22);
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: block;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.login-check {
	position: relative;
}

/*-- w3layouts --*/
/*-- header end here --*/
h2 {
	font-size: 26em;
	color: #fff;
	line-height: 1.3em;
	letter-spacing: 10px;
}

h3 {
	font-size: 2em;
	color: #fff;
}

h3 a {
	font-size: 17px;
	padding-left: 12px;
	color: #04c9f9;
	text-decoration: underline;
}
/*-- copyright --*/
.copyright {
	padding: 2em 0;
	text-align: center;
}

.copyright p {
	font-size: 15px;
	letter-spacing: 1px;
	color: #ccc;
	line-height: 1.8em;
}

.copyright p a {
	color: #fff;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}
/*-- //copyright --*/
/*-- //main --*/

/*-- responsive-design --*/
@media ( max-width :667px) {
	h1 {
		font-size: 40px;
		letter-spacing: 3px;
	}
}

@media ( max-width :415px) {
	h1 {
		font-size: 35px;
		letter-spacing: 3px;
	}
	.social {
		margin: 1em 0 0;
	}
	.copyright {
		padding: 2em 1em;
	}
}

@media ( max-width :384px) {
	.main-icon span.fa {
		margin-bottom: .6em;
	}
	.header-main {
		max-width: 310px;
		margin: 0 1em;
	}
	.header-left-bottom input[type="email"], .header-left-bottom input[type="password"]
		{
		width: 88%;
	}
	.social ul li {
		margin: 0 2px;
	}
	h1 {
		font-size: 30px;
	}
}

.button-time {
	position: relative;
	background-color: #891b58;
	border: none;
	font-size: 12px;
	color: #FFFFFF;
	/* padding: 20px; */
	width: 100%;
	height: 40px;
	text-align: center;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	text-decoration: none;
	overflow: hidden;
	cursor: pointer;
	box-shadow: 6px 8px 12px grey;
	text-transform: uppercase;
}

.button-time:after {
	content: "";
	background: #f1f1f1;
	display: block;
	position: absolute;
	padding-top: 300%;
	padding-left: 350%;
	margin-left: -20px !important;
	margin-top: -120%;
	opacity: 0;
	transition: all 0.8s
}

.button-time:active:after {
	padding: 0;
	margin: 0;
	opacity: 1;
	transition: 0s
}

.button-playstore {
	position: relative;
	background-color: #0aaa10;
	border: none;
	font-size: 12px;
	color: #FFFFFF;
	/* padding: 20px; */
	width: 100%;
	height: 40px;
	text-align: center;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	text-decoration: none;
	overflow: hidden;
	cursor: pointer;
	box-shadow: 6px 8px 12px grey;
	text-transform: uppercase;
}

.button-playstore:after {
	content: "";
	background: #f1f1f1;
	display: block;
	position: absolute;
	padding-top: 300%;
	padding-left: 350%;
	margin-left: -20px !important;
	margin-top: -120%;
	opacity: 0;
	transition: all 0.8s
}

.button-playstore:active:after {
	padding: 0;
	margin: 0;
	opacity: 1;
	transition: 0s
}

.button-appstore {
	position: relative;
	background: #ea1b2c;
	border: none;
	font-size: 12px;
	color: #FFFFFF;
	/* padding: 20px; */
	width: 100%;
	height: 40px;
	text-align: center;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	text-decoration: none;
	overflow: hidden;
	cursor: pointer;
	box-shadow: 6px 8px 12px grey;
	text-transform: uppercase;
}

.button-appstore:after {
	content: "";
	background: #f1f1f1;
	display: block;
	position: absolute;
	padding-top: 300%;
	padding-left: 350%;
	margin-left: -20px !important;
	margin-top: -120%;
	opacity: 0;
	transition: all 0.8s
}

.button-appstore:active:after {
	padding: 0;
	margin: 0;
	opacity: 1;
	transition: 0s
}

.col-md-3-left {
	width: 33%;
}

.col-md-3-right {
	width: 33%;
}

.col-md-6 {
	width: 34%;
	padding: 15px 0;
}

@media only screen and (min-width: 768px) {
	.divice-demo2 {
		display: none;
		margin-top: 150px;
	}
	#appDownload {
		display: none;
	}
	.w3layouts-main {
		min-height: 95vh;
	}
	.bg-layer {
		min-height: 95vh;
	}
	.col-md-3-left {
		width: 33%;
		text-align: right;
		margin-top: 55px;
	}
	.col-md-3-right {
		width: 33%;
		text-align: left;
		margin-top: 55px;
	}
	.col-md-6 {
		width: 34%;
		padding: 15px 0;
	}
}

@media only screen and (max-width: 768px) {
	.divice-demo {
		display: none;
	}
	.w3layouts-main {
		min-height: 75vh;
	}
	.bg-layer {
		min-height: 75vh;
	}
	.col-md-3-left {
		width: 100%;
		text-align: center;
	}
	.col-md-3-right {
		width: 100%;
		text-align: center;
	}
	.col-md-6 {
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
		padding: 0;
	}
}

.hidden {
	display: none;
}

.mouse__cursor {
	cursor: pointer;
}

.index__title {
	text-align: center;
	margin-bottom: 10px;
	color: #891b58;
	font-weight: 600;
}

.prompt {
	margin-bottom: 20px;
	font-size: 16px;
	text-align: center;
}

.digit-group {
	text-align: center;
	margin-bottom: 10px;
}

.digit-group input {
	width: 40px;
	height: 40px;
	background-color: #0075bc;
	border: none;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	color: white;
	margin: 0 2px;
}

.overlay {
	position: absolute;
	bottom: 0;
	color: #f1f1f1;
	width: 65%;
	transition: .5s ease;
	opacity: 1;
	color: white;
	font-size: 20px;
	padding: 20px;
	text-align: left;
}
	/* FAQs */
	        body {
            font-family: Arial, sans-serif;
            background-color: #f4f4f4; /* Light background to contrast shadows */
        }
        .container1 {
            width: 80%;
            margin: auto;
            /* padding: 20px; */
            background-color: white;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Container shadow */
            border-radius: 8px;
        }
        .accordion {
            
             background-color: #0070C0;
            /*background-color: #f1f1f1; 
            color: #444; */
            color: white;
            cursor: pointer;
            padding: 13px;
            padding-left: 50px; /* Adjust padding to accommodate the icon */
            width: 100%;
            text-align: left;
            border: 2px solid #ccc;
            outline: none;
            transition: 0.4s;
            font-weight: bold;
            position: relative;
            margin-bottom: 10px; /* Space below each accordion button */
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Button shadow */
            border-radius: 4px;
        }
        .accordion:hover {
        border-color: #7FB7DF;
            /* border-color: #888; */ /* Change border color on hover */
        }
        .accordion:before {
            content: '\002B'; 
            color: white;
            background-color: #777;
            font-weight: bold;
            position: absolute;
            left: 10px;
            top: 50%;
            transform: translateY(-50%);
            width: 25px;
            height: 25px;
            border-radius: 50%;
            text-align: center;
            line-height: 25px;
            transition: 0.4s;
        }
        .accordion.active:before {
            content: "\2212"; 
            background-color: #444;
        }
		.panel {
		    padding-top: 8px;
		    padding-left: 18px;
		    padding-bottom: 18px;
		    padding-right: 18px;
		    display: none;
		    background-color: white;
		    overflow: hidden;
		    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Panel content shadow */
		    border-radius: 4px;
		    margin-top: 10px;
		}

        .panel.show {
            display: block;
        }
        .suupport-form {
            margin-top: 20px;
        }
        .suupport-form input[type="text"] {
            width: 100%;
            padding: 10px;
            margin: 8px 0;
            box-sizing: border-box;
            border: 2px solid #ccc;
            border-radius: 4px;
            box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1); /* Input field shadow */
        }
        .suupport-form button {
            background-color: #4CAF50;
            color: white;
            padding: 10px 20px;
            margin: 8px 0;
            border: 2px solid #4CAF50;
            cursor: pointer;
            transition: 0.4s;
            border-radius: 4px;
            margin-bottom: 10px; /* Space below each button */
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Button shadow */
        }
        .suupport-form button.cancel {
            background-color: #f44336;
            border-color: #f44336;
        }
        .suupport-form button:hover {
            opacity: 0.9;
            border-color: #333; /* Change border color on hover */
        }
        .mandatory {
            color: red;
            font-size: 0.9em;
        }
        
         .image-container {
            display: flex;
        }
        .image-container img {
            margin-right: 40px; /* Adjust margin between images */
            margin-left: 100px;
        }
 .footer-div-custom {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999999;
}