/* Noto Sans google fonts use */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,500;0,600;0,700;0,800;0,900;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');




/* start header Section */

header {
	background: #FFFFFF;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
	/* padding: 7px 0px; */
	/* position: fixed; */
	width: 100%;
	top: 0;
	z-index: 999;
}

.lg_hd_bx_mn {
	display: flex;
	margin: 7px 0;
}

.lg_hd_bx_sb {
	margin-right: 10px;
}

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

.logo_heading_n {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 26px;
	line-height: 22px;
	color: #6A33AD;
	display: block;
	margin-top: 18px;
	margin-bottom: 7px;
}

.logo_heading_n_d {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 12px;
	line-height: 18px;
	color: #484848;
	display: block;
}

.header_ul {
	float: right;
	margin-top: 15px;
}

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



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

.header_menu ul li {
	display: inline-flex;
}

.header_menu ul li a {
	font-family: 'League Spartan', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	color: #404040;
	margin-right: 35px;
	cursor: pointer;
	text-decoration: none !important;
	padding-bottom: 31px;
	padding-left: 10px;
	padding-right: 10px;

}

.header_menu ul li a:hover {
	border-bottom: 3px solid #6610F2;
	color: #6610F2;
	display: block;
}

.btn_fl {
	display: flex;
	margin-top: 21px;
}

.login_bt_ams {
	background: linear-gradient(180deg, #965DF1 0%, #6610F2 100%);
	box-shadow: 0px 1px 2px rgba(5, 5, 5, 0.4);
	border-radius: 5px;
	width: 124.5px;
	height: 43.79px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	border: 0;
	outline: none !important;
	cursor: pointer;
	margin-right: 10px;
}

.mobile_bt_ams {
	background: linear-gradient(180deg, #965DF1 0%, #6610F2 100%);
	box-shadow: 0px 1px 2px rgba(5, 5, 5, 0.4);
	border-radius: 5px;
	border-radius: 5px;
	width: 124.5px;
	height: 43.79px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	border: 0;
	outline: none !important;
	cursor: pointer;
}

.header_menu {
	margin-top: 29px;
	/* margin-top: 20px; */
	float: right;
}

#banner_sect_amc {
	background: linear-gradient(180deg, #F4EDFF 0%, #FFFFFF 100%);
	height: 340px;
	position: relative;
}

#banner_sect_amc h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 33px;
	line-height: 18px;
	color: #6A33AD;
}

#banner_sect_amc h2 span {
	font-size: 28px;
	color: #000000;
	display: block;
	padding-top: 25px;
}

#banner_sect_amc p {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 27px;
	color: #303030;
}

.line_border {
	background: #D76D0B;
	border-radius: 27px;
	width: 77px;
	height: 4px;
	display: block;
	margin: 25px 0 15px 0px;
}

.bn_left_mn {
	margin-top: 55px;
	margin-bottom: 25px;
}

.bn_bg_i {
	position: absolute;
	opacity: 0.2;
}

.login_ic {
	margin-left: 5px;
}

.cal_g1_bg {
	position: absolute;
}

.cal_g_bg {
	position: absolute;
	top: 15px;
}

.cal_img {
	position: absolute;
	top: 70px;
	left: 69px;
}

.bn_right {
	margin-top: 10px;
}


#sect1_box_amc {
	background: linear-gradient(180deg, rgba(244, 221, 235, 0.85) 0%, #FAF0FD 100%);
	height: auto;
	padding: 20px 0px 29px 0px;
}

.sect1_bx {
	background: #FFFFFF;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.17);
	border-radius: 20px;
	width: 175px;
	height: auto;
	/* min-height: 120px; */
	text-align: center;
	padding: 15px 0px 10px 0px;
}

.sect1_bx_heading {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 16px;
	color: #E25959;
	display: block;
	margin-top: 15px;
	margin-bottom: 0px;
}

.sect1_bx_subheading {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
	color: #212121;
}


footer {
	background: #000000;
	box-shadow: 4px 0px 6px rgb(0 0 0 / 67%);
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: #fff;
	padding: 10px 0;
	position: fixed;
	width: 100%;
	bottom: 0;
}

footer p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	text-align: left;
	padding: 0;
	margin: 0;
	margin-top: 5px;
}


#middel_part_sect {
	height: 100%;
}

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

footer ul li {
	display: inline;
	margin-right: 5px;
	cursor: pointer;
}

.ic_social {
	float: right;
}

.left_side_box {
	background: #FFFFFF;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
	height: 500px;
	width: 25%;
	height: 100%;
	position: fixed;
	top: 88px;
	box-shadow: 0 2px 14px rgb(57 63 72 / 22%);
	padding: 5px 15px;
}

.left_pad_d {
	padding-left: 0;
}



/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	.mob_only_sidebar {
		display: block;
		/* float: right; */
		top: -59px;
		position: absolute;
		right: 0;
		right: 15px;
	}

	.none_head {
		display: none;
	}

	.header_ul {
		float: left;
		margin-top: 0px;
		margin-left: 20px;
	}

	.sidepanel a {
		padding: 5px 8px 5px 10px;
		font-size: 14px;
		color: #818181;
	}


	.bn_right {
		margin-top: 10px;
		display: none;
	}

	#banner_sect_amc {
		height: auto;
	}

	.sect1_bx {
		width: 100%;
		margin: 10px 0px;
	}

	footer {
		position: relative;
	}

	#banner_sect_amc h2 span {
		font-size: 22px;
		padding-top: 0px;
	}

	#banner_sect_amc h2 {
		font-size: 24px;
		line-height: 37px;
	}

	.bn_left_mn {
		margin-top: 27px;
		margin-bottom: 25px;
	}

	#banner_sect_amc p {
		font-size: 14px;
		line-height: 24px;
	}

	.login_bt_ams {

		margin-right: 10px;
		margin-bottom: 20px;
	}

	.header_menu ul li a {
		font-size: 16px;
		line-height: 18px;
		margin-right: 13px;
		padding-bottom: 16px;
		margin-right: 10px;
	}

	.header_menu ul li a:hover {
		border-bottom: 0px solid #6610F2;
		color: #6610F2;
		display: block;
	}


}

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

	.logo_heading_n {
		font-size: 20px;
		margin-top: 20px;
	}

	.logo_heading_n_d {
		font-size: 12px;
	}

	.das_box {
		padding: 10px 15px;
		margin-top: 7px;
		margin-bottom: 7px;
	}

	.all_leftside_btn {
		padding: 7px 7px;
		font-size: 12px;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.header_ul ul li {
		font-size: 14px;
		margin-right: 14px;
	}

	.dropbtn {
		font-size: 14px;
	}

	.bx_rig_bord {
		font-size: 12px;
		min-height: 60px;
	}

	.bx_rig_bord_btn_cl {
		padding: 6px 16px;
		font-size: 12px;
		line-height: 18px;
		margin-top: 5px;
	}

	.bx_rig_bord_btn_view {
		padding: 6px 17px;
		font-size: 12px;
		margin-top: 5px;
	}

	.header_menu ul li a {
		font-size: 16px;
		line-height: 18px;
		margin-right: 12px;
		padding-bottom: 20px;
	}

	.bn_right {
		margin-top: 10px;
		display: none;
	}

	.sect1_bx {
		margin: 10px 0;
	}

	.header_menu ul li a:hover {
		border-bottom: 0px solid #6610F2;
		color: #6610F2;
		display: block;
	}



}

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	/* .header_menu ul li a {
		font-size: 16px;
		line-height: 18px;
		margin-right: 35px;
		padding-bottom: 20px;
	  } */

	.header_menu {
		margin-top: 12px;
		float: left;
	}

	.sect1_bx {
		width: 100%;
		/* width: 105px; */
		height: auto;
		min-height: 117px;
		text-align: center;

	}

	#banner_sect_amc {
		height: auto;
	}

	.cal_g_bg {
		position: absolute;
		top: 15px;
		width: 100%;
		height: auto;
	}

	.cal_g1_bg {
		position: absolute;
		width: 100%;
		height: auto;
	}

	.cal_img {
		position: absolute;
		top: 70px;
		left: 69px;
		width: 90%;
		height: auto;
	}

	#banner_sect_amc p {
		font-family: 'Raleway', sans-serif;
		font-weight: 500;
		font-size: 14px;
		line-height: 27px;
		color: #303030;
	}

	#banner_sect_amc h2 span {
		font-size: 22px;
		color: #000000;
		display: block;
		padding-top: 14px;
	}

	#banner_sect_amc h2 {
		font-family: 'Oswald', sans-serif;
		font-weight: 500;
		font-size: 25px;
		line-height: 18px;
		color: #6A33AD;
	}

	.header_menu ul li a:hover {
		border-bottom: 0px solid #6610F2;
		color: #6610F2;
		display: block;
	}

	.header_menu ul li a {
		font-family: 'League Spartan', sans-serif;
		font-weight: 600;
		font-size: 16px;
		line-height: 18px;
		color: #404040;
		margin-right: 20px;
		cursor: pointer;
		text-decoration: none !important;
		padding-bottom: 0px;
		padding-left: 10px;
		padding-right: 10px;
	}


	footer {
		position: relative;
		width: 100%;
		bottom: 0;
	}


}

/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}