@import url('https://fonts.googleapis.com/css?family=Montserrat:500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	scroll-behavior: smooth;
}
body {
	color: #3c4852;
	background: #FFF;
	font-family: 'Open Sans', sans-serif;
	user-select: none; 
}

header {
	height: 15vh;
	/* background: #000; */
}
.black {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
nav {
	padding-top: 20px;
	padding-bottom: 20px;
	top: 0;
	position: fixed;
	display: flex;
	width: 100%;
	z-index: 1000;
	background: #fff;
	border-bottom: 1px solid #D6E9F8;
	justify-content: space-around;
	transition: 1.5s;
	align-items: center;
}
nav ul {
	display: flex;
	align-items: center;
}
nav ul li {
	list-style: none;
	margin: 5px 10px;
}
nav ul li a {
	padding: 2px 10px;
	color: #2e2e2e;
	cursor: pointer;
	transition: .5s;
	text-decoration: none;
}
nav ul li a:hover {
	color: #fff;
	border-radius: 5px;
	background: #526D82;
}
.srch {
	padding: 2px 10px;
	display: flex;
	/* align-items: center; */
	justify-content: center;
	/* background: #0066ff; */
	border: 1px solid;
	border-radius: 20px;
}
.srch img {
	width: 25px;
	cursor: pointer;
}
.srch .search {
	/* padding: 2px 10px; */
	outline: none;
	border: none;
	background: transparent;
}

.get-started {
	margin-left: 50px;
	padding: 5px 20px;
	border-radius: 20px;
	text-decoration: none;
	
	transition: .5s;
	background-color: #526D82;
	color: #fff;
}
.get-started:hover {
	color: #2e2e2e;
	background: #fff;
}
.get-started2 {
	margin-left: 50px;
	padding: 5px 20px;
	border-radius: 20px;
	text-decoration: none;
	position: fixed;
	transition: .5s;
	background-color: #232D3F;
	color: #fff;
}
.get-started2:hover {
	color: #2e2e2e;
	background: #fff;
}
.logo img{
	width: 300px;
	cursor: pointer;
	transition: all 1s;
	display: flex;
	align-items: center;
	justify-content: center;
}

a, button {
	float: left;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 15px;
	color: #fff;
	display: block;
	text-decoration: none;
	text-align: center;
}
.head-container {
	display: flex;
	align-items: center;
	justify-content: center;
}
.quote {
	font-family: 'Poppins' !important;
    display: flex;
    align-items: center;
    justify-content: center;
	width: 75%;
	transform: translateY(-50px);
}
.lgn{
	display: flex;
	align-items: center;
	justify-content: center !important;
}

.btn-lgn{
	display: flex;
	align-items: right;
	justify-content: right !important;
	padding: 2px;
	background-color: #526D82;
	color: #fff;
}
.quote h4 {
	font-size: 25px;
	margin-top: 20px;
	color: #0009;
	line-height: 20px;
}
.quote p {
	font-size: 50px;
	color: #2e2e2e;
}
.svg-image img{
	width: 500px;
	filter: drop-shadow(0 20px 10px rgba(0,0,0,0.2));
}

/* SIDE MENU */
.menu {
	cursor: pointer;
	width: 25px;
	display: none;
}
.side-menu {
	width: 100%;
	height: 50%;
	background: #fff;
	opacity: 1;
	position: absolute;
	top: 0;
	transition: .8s;
	z-index: 2000;
	transform: translateX(-100%);
}
.side-menu ul {
	margin-top: 5%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* background: #FA4B37; */
}
.side-menu ul li {
	list-style: none;
	/* background: #009900; */
	display: flex;
	justify-content: center;
	align-items: center;
	/* border-bottom: 1px solid #fff; */
	/* padding: 10px 0px; */
}
.side-menu ul li:hover a{
	background: #fff;
	color: #232D3F;
	border: 1px solid red;
	width: 30%;
}
.side-menu ul li a{
	color: #092635;
	width: 100%;
	font-size: 1em;
	/* background: #2E3D49; */
	text-decoration: none;
	padding: 15px 0px;
}
.close img{
	float: right;
	width: 35px;
	cursor: pointer;
	margin: 10px;
}
.user {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10%;
}
.user img {
	width: 60px;
	border-radius: 50%;
	border: 2px solid #fff;
	filter: drop-shadow(0 10px 20px #0004);
	margin-right: 30px;
	cursor: pointer;
}
.user p {
	color: #fff;
	cursor: pointer;
}
.user img, .user p {
	opacity: 1;
}


.genfo{
	padding: 25px;
	margin: 5px 100px 25px 100px;
}
/* .genfo h3{
	color: #0953C1;
} */
.genfo .promo{
	margin: 20px 0px 20px 0px;
	width: 100%;
}
.genfo p{
	font-size: 16px;
	text-align: justify;
}
.genfo h1{
	color: #0953C1;
	margin-top: 20px;
	text-align: center;
}
.genfo a{
	padding: 7px;
	color: #fff;
	align-items: center !;
}
.genfo ul li{
	margin: 0px 0px 0px 20px;
}
.genfo img{
	width: 50px;
}
.Age{
	padding: 25px;
	margin: 15px 150px 25px 150px;
}
.table1{
	width: 10%;
}
table {
	color: #2e2e2e;
	align-items: center;
	justify-content: center;
    border-collapse: collapse;
	border-radius: 2px;
    width: 80%;
    border: 2px solid #607274;
  }

  .previous{
	background-color: #0953C1;
  	border-radius: 5%;
	color: black;
}

  th, td {
    border: 2px solid #607274;
	border-radius: 2px;
    padding: 3px;
    text-align: justify;
  }
  
  th {

	border-radius: 2px;
	color: #000;
  }

  .down{
	align-items: center;
	justify-content: center;
	background-color: #3c4852;
	border: 1px solid #3c4852;
	border-radius: 10px;
  }

  .btn{
	display: flex;
	justify-content: space-around;
	padding: 3px 7px 3px 20px;
	align-items: center;
	border-radius: 24px;
	border: 0.5px solid #3c4852;
  }


  #myDIV {
	width: 100%;
	padding: 15px;
	text-align: justify;
	display: none;
  }
  .syll h3{
  cursor: pointer;

  }
  #myDIV2 {
	width: 100%;
	padding: 0px;
	text-align: justify;
	display: none;
  }
  #myDIV3 {
	width: 100%;
	padding: 0px;
	text-align: justify;
	display: none;
  }
  #myDIV4 {
	width: 100%;
	padding: 0px;
	text-align: justify;
	display: none;
  }
  #myDIV5 {
	width: 100%;
	padding: 0px;
	text-align: justify;
	display: none;
  }
  #myDIV6 {
	width: 100%;
	padding: 0px;
	text-align: justify;
	display: none;
  }
  #myDIV7 {
	width: 100%;
	padding: 0px;
	text-align: justify;
	display: none;
  }



  div.scrollmenu {
	display: flex;
	align-items: center;
	justify-content: space-around;
	background-color: #163c4d;
	overflow: auto;
	white-space: nowrap;
  }
  
  div.scrollmenu a {
	display: inline-block;
	color: white;
	text-align: center;
	padding: 14px;
	text-decoration: none;
  }
  
  div.scrollmenu a:hover {
	background-color: #777;
  }

  

  /*Service Section*/
.serve{
	margin-top: 30px;
	font-size: 50px;
	color: #2E3D49;
	display: flex;
	align-items: center;
	justify-content: center;
	
}
.service-swipe {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 50px;
	margin-right: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border-left: 2px solid #0953C1;

}
.service-swipe .s-card img {
	width: 60px;
}
.service-swipe a {
	padding: 0;
	margin: 20px 10px;
}
.service-swipe .s-card {
	/* margin-top: 30px; */
	/* margin-bottom: 30px; */
	display: flex;
	padding: 5px;
	align-items: center;
	text-align: center;
	justify-content: center;
	width: 220px;
	height: 60px;
	border-radius: 5px;
	border: 2px solid #343A40;
	background-color: #eeeeee;
	cursor: pointer;
	transition-duration: .5s;
}
.service-swipe .s-card p {
	text-align: center !important;
	color: #0953C1;
	font-size: 16px;
	font-family: 'Open Sans',sans-serif;
}

/*TITLE*/
/* .title {
	margin-left: 50px;
}
.title span{
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	font-size: 60px;
	color: #2E3D49;
}
.title .shortdesc {
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #2E3D49;
	margin-bottom: 50px;
} */

/*FOOTER*/
footer {
	font-family: "poppins" !important;
	font-size: 20px;
	color: #2e3d49;
	/* background: url("../images/PNG/footer.png"); */
	background-size: 100%;
	padding: 5px 0; 
}
footer .footer-container {
	/* max-width: 1300px; */
	/* margin: auto; */
	/* padding: 0 0px; */
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap-reverse;
}
footer .social-media img{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 22px;
}
footer .social-media a{
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 1em !important;
	margin-right: 10px;
	font-size: 22px;
	text-decoration: none;
}
footer .border{
	width: 100px;
	height: 4px;
	background: linear-gradient(to right, #FA4B37, #DF2771);
	margin: 2px;
}
.rights-text{
	display: flex;
	align-items: center;
	justify-content: center;
}
.Rg{
	display: flex;
	align-items: center;
	justify-content: center;
}
.hr{
	margin: 0px 200px 0px 200px;
	columns: #fff;
	border: 1px;
}



#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 1px;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 3px;
	border-radius: 4px;
  }
  
/*PROPERTIES FOR MAKING WEBSITE RESPONSIVE*/
@media screen and (max-width: 960px) {
	.footer-container {
		max-width: 600px;
	}
	.right-col {
		width: 100%;
		margin-bottom: 60px;
	}
	.left-col {
		width: 100%;
		text-align: center;
	}
	.social-media {
		display: flex;
		justify-content: center;
	}
	.logo {
		transition: 1s;
		margin-left: 5%;
	}
	nav ul, .srch, .get-started{
		display: none;
	}
	.menu {
		display: block;
	}
	nav {
		padding-bottom: 20px;
		border-bottom: 1px solid #0005;
		/* position: fixed; */
		/* top: 0; */
	}
	.quote p, .quote h4, .play {
		justify-content: center;
		text-align: center;
	}
	.quote p {
		font-size: 30px;
	}
	.service-container .right-side img {
		width: 90%;
	}
	
}
@media screen and (max-width: 700px) {
	footer .btn{
		margin: 0;
		width: 100%;
		margin-top: 20px;
	}
	.svg-image img {
		width: 90%;
		margin: 20px;
		/* align-self: center; */
	}
}

@media screen and (max-width: 1000px) {	
	.feedbox form input, .feedbox form .fname{
		width: 100%;
	}
}
@media screen and (max-width: 425px) {
	header {
		height: 7vh;
		/* background: #000; */
	}
	.head-container{
		margin: 0px 5px 0px 5px;
	}
	.sideImage{
		display: none;
	}
	.management{
		display: flex;
		text-align: center;
		align-items: center;
		justify-content: center;
	}
	.why{
		margin-top: 25px;
		padding-bottom: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #2E3D49;
	}
	.Rg{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.rights-text p {
		display: flex;
		text-align: center;
		justify-content: center;
	}
    .abt{
        margin: 20px 20px 20px 20px;
        text-align: center;
        display: flex;
        align-items:center;
        justify-content: center;
    }
	.totalcard .card{
		margin: 50px;
		width: 1000px;
		height: 350px;
		border-radius: 0px 5px 0px 5px;
		background-image: url('../images/PNG/1212.png');
	}
	.totalcard {
		background-image: url('../images/PNG/1212.png');
		background-size: cover;
		background-repeat: no-repeat;
		margin-top: 25px;
		width: 100%;
		height: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		margin-bottom: 50px;
	}
    .rev-container .rev-card{
        background: #eeeeee ;
        height: 650px;
    }
	.genfo{
		margin: 10px 20px 10px 20px;
	}
	.Age{
		margin: 10px 20px 10px 20px;
	}
	.btn{
		font-size: 14px;
		justify-content: space-around;
		padding: 3px 7px 3px 20px;
		align-items: center;
		border-radius: 24px;
		border: 0.5px solid #3c4852;
	  }
	  .service-swipe{
		margin-left: 25px;
		margin-right: 25px;
	  }
	  table {
		color: #2e2e2e;
		align-items: center;
		justify-content: center;
		border-collapse: collapse;
		display: none;
		border-radius: 2px;
		width: 80%;
		border: 2px solid #607274;
	  }
	
	
	  th, td {
		border: 2px solid #607274;
		border-radius: 2px;
		padding: 3px;
		text-align: justify;
	  }
	  
	  th {
	
		border-radius: 2px;
		color: #000;
	  }
}