html {
	overflow-x: hidden;
	height: 100%;
	scroll-behavior: smooth;
	}
	
	body {
	font-family: "Inter", sans-serif;
	overflow-x: hidden;
	font-weight: 400;
	}
	
	
	
	a {
	text-decoration: none;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
	
	a:hover {
	text-decoration: none;
	}
	
	.whatpeoplesaybg {
	float: left;
	width: 100%;
	padding: 50px 0;
	}
	
	.whatpeoplesaybg h2 {
	font-weight: 700;
	text-align: left;
	}
	
	.whatpeoplesaybg h4 {
	text-align: left;
	margin-bottom: 50px;
	}
	
	.whatpeoplesaybox {
	border-radius: 15px;
	padding: 15px;
	position: relative;
	box-shadow: 0 0 15px #ccc;
	float: left;
	width: 96%;
	margin: 15px 2%;
	}
	
	.hikebox {
	float: left;
	width: 100%;
	text-align: right;
	}
	
	.hikebox span {
	display: inline-block;
	color: #1a923a;
	padding: 0.2rem;
	font-size: 14px;
	font-weight: 700;
	opacity: 0.88;
	border-radius: 0.5rem;
	border: solid 0.1rem #d3e8d8;
	}
	
	.whatpeoplesaybox-mid {
	float: left;
	width: 100%;
	/* margin-top: 15px; */
	display: flex;
	align-items: center;
	justify-content: space-between;
	}
	
	.scalerbox {
	display: block;
	align-items: center;
	color: #000;
	font-weight: 700;
	font-size: 12px;
	}
	
	.scalerbox label {
	color: #91a1b7;
	margin: 0 15px 0 0;
	font-size: 12px;
	}
	
	.scalerbox img {
	max-width: 60px;
	}
	
	.scalerbox-arrow {
	text-align: center;
	font-size: 25px;
	margin-top: 0;
	}
	
	.whatpeoplesaybox-bottom {
	float: left;
	width: 100%;
	color: #000;
	font-weight: 600;
	}
	
	.whatpeoplesaybox-dec {
	float: left;
	width: 100%;
	border-left: solid 3px #395ca3;
	padding: 15px;
	font-size: 14px;
	margin-top: 15px;
	}
	
	@media only screen and (max-width: 969px) {
	.scalerbox {
		display: block;
		text-align: center;
	}
	}
	
	.careerhike .scalerbox img {
	max-width: 60px;
	}
	
	.careerhike .scalerbox label {
	margin: 0 5px 0 0;
	font-size: 11px;
	}
	
	.careerhike .scalerbox-arrow {
	margin-top: 0;
	}
	
	#time_counter {
	float: left;
	position: relative;
	background: #184ad2;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 6px 0;
	}
	
	#time_counter button {
	background: #000;
	color: #fff;
	border: none;
	display: inline-block;
	vertical-align: middle;
	padding: 10px 25px;
	border-radius: 5px;
	margin-left: 30px;
	}
	
	#time_counter h1 {
	display: inline-block;
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	margin-right: 30px;
	vertical-align: middle;
	}
	
	.days,
	.hours,
	.minutes,
	.second {
	display: inline-block;
	margin: 0 6px;
	text-align: center;
	vertical-align: middle;
	}
	
	.days h3,
	.hours h3,
	.minutes h3,
	.second h3 {
	display: inline-block;
	background: yellow;
	padding: 8px;
	margin: 0;
	border-radius: 5px;
	color: #000;
	font-size: 17px;
	font-weight: 700;
	}
	
	.days span,
	.hours span,
	.minutes span,
	.second span {
	display: block;
	color: #fff;
	font-size: 13px;
	}
	
	.banner-ai {
	float: left;
	width: 100%;
	background: url(../images/banner-ai.jpg) no-repeat;
	background-size: cover;
	position: relative;
	padding: 35px 0 75px 0;
	}
	
	.banner-ai-inner {
	float: left;
	width: 55%;
	}
	
	.banner-ai-links {
	float: left;
	width: 100%;
	}
	
	.banner-ai-links ul {
	padding: 0;
	margin: 0;
	}
	
	.banner-ai-links li {
	background: url(../images/banner-ai-links.png) no-repeat left center;
	padding: 0 15px 0 20px;
	float: left;
	list-style: none;
	}
	
	.banner-ai-links li:first-child {
	background: none;
	padding-left: 0;
	}
	
	.banner-ai-links li a {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	}
	
	.banner-ai-links li a:hover {
	color: #c3d9f8;
	}
	
	.bestsaller {
	float: left;
	width: 100%;
	padding: 15px 0;
	}
	
	.bestsaller span {
	display: inline-block;
	color: #f18a05;
	font-weight: 600;
	font-size: 14px;
	background: #fdf5d9;
	padding: 5px 10px;
	border-radius: 50px;
	}
	
	.banner-ai-text {
	float: left;
	width: 100%;
	}
	
	.banner-ai-text h1 {
	color: #fff;
	font-size: 38px;
	line-height: 44px;
	margin: 0;
	font-weight: 600;
	}
	
	.banner-ai-text p {
	color: #fff;
	font-size: 14px;
	line-height: 25px;
	margin: 15px 0;
	}
	
	.banner-ai-btngrp {
	float: left;
	width: 100%;
	}
	
	.applybtn {
	display: inline-block;
	border-radius: 5px;
	width: 225px;
	text-align: center;
	height: 54px;
	line-height: 54px;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	background: #f2163f;
	float: left;
	}
	
	.applybtn:hover {
	color: #f2163f;
	background: #fff;
	}
	
	.btnstyle002 {
	overflow: hidden;
	float: left;
	position: relative;
	text-align: center;
	width: 225px;
	height: 54px;
	background: #ffe500;
	color: #000;
	font-weight: 500;
	text-decoration: none;
	border-radius: 5px;
	padding: 15px 20px;
	}
	
	.btnstyle002:hover {
	background: #000;
	color: #fff;
	}
	
	.btnstyle002:after {
	-webkit-animation-direction: forward;
	animation-direction: forward;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: moveAfter;
	animation-name: moveAfter;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	background: linear-gradient(
		180deg,
		hsla(21, 63%, 73%, 0),
		hsla(0, 0%, 100%, 0.5) 50%,
		hsla(21, 63%, 73%, 0)
	);
	bottom: -50%;
	content: "";
	left: -50%;
	position: absolute;
	right: -50%;
	top: -50%;
	-webkit-transform: rotate(60deg) translate(-5em, 7.5em);
	transform: rotate(60deg) translate(-5em, 7.5em);
	}
	
	@-webkit-keyframes moveAfter {
	to {
		-webkit-transform: rotate(60deg) translate(1em, -9em);
		transform: rotate(60deg) translate(1em, -9em);
	}
	}
	
	@keyframes moveAfter {
	to {
		-webkit-transform: rotate(60deg) translate(1em, -9em);
		transform: rotate(60deg) translate(1em, -9em);
	}
	}
	
	.downbtn {
	display: inline-block;
	border-radius: 5px;
	width: 225px;
	float: left;
	text-align: center;
	height: 54px;
	line-height: 54px;
	margin: 0 10px;
	color: #f2163f;
	font-size: 17px;
	font-weight: 500;
	background: #fce0e5;
	}
	
	.downbtn:hover {
	color: #fce0e5;
	background: #f2163f;
	}
	
	.rippleinfo span {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin: 0 5px;
	position: relative;
	cursor: pointer;
	}
	
	.rippleinfo span::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: inherit;
	border-radius: 50%;
	z-index: -1;
	animation: ripple 1.5s ease-out infinite;
	}
	
	.rippleinfo span:first-child {
	background-color: #ff414d;
	}
	
	.rippleinfo span:first-child::before {
	animation-delay: 0.2s;
	}
	
	.rippleinfo span:last-child {
	background-color: #fff;
	transform: scale(0.9);
	}
	
	.rippleinfo span:last-child::before {
	animation-delay: 1s;
	}
	
	.videoicons {
	color: #0d4a9b;
	margin: 0px auto;
	display: table;
	font-size: 14px;
	margin-top: 18px;
	cursor: pointer;
	}
	
	.rippleinfo {
	float: left;
	}
	
	.watchbanner h6 {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	width: auto !important;
	float: left;
	margin: 5px 0px 0px 8px;
	}
	
	.watchbanner h6 label {
	font-size: 17px;
	color: #fff;
	font-weight: 700;
	}
	
	@keyframes ripple {
	from {
		opacity: 1;
		transform: scale(0);
	}
	
	to {
		opacity: 0;
		transform: scale(3);
	}
	}
	
	.banner-ai-experts {
	float: left;
	width: 100%;
	margin-top: 25px;
	}
	
	.banner-ai-experts p {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 20px;
	}
	
	.banner-ai-experts a {
	display: inline-block;
	margin-right: 3px;
	}
	
	.banner-aistrip {
	float: left;
	width: 100%;
	margin-top: -45px;
	position: relative;
	z-index: 9;
	}
	
	.banner-aistrip ul {
	padding: 0;
	margin: 0 -1%;
	}
	
	.banner-aistrip ul li {
	margin: 0 0.5%;
	width: 19%;
	box-shadow: 0px 6px 10px #ccc;
	min-height: 100px;
	display: flex;
	align-items: center;
	float: left;
	padding: 12px;
	background: #fff;
	border-radius: 5px;
	}
	
	.banner-aistrip ul li span {
	margin-right: 10px;
	}
	
	.banner-aistrip-text h5 {
	color: #000;
	font-size: 15px;
	line-height: 20px;
	font-weight: 600;
	margin: 0;
	}
	
	.banner-aistrip-text p {
	color: #818993;
	font-size: 13px;
	line-height: 18px;
	font-weight: 600;
	margin: 0;
	}
	
	.careeroppbg {
	float: left;
	width: 100%;
	padding: 30px 0;
	}
	
	.careeroppbg-inner {
	border: solid 1px #e5e7e8;
	padding: 35px;
	float: left;
	width: 100%;
	border-radius: 10px;
	}
	
	.careeroppbg-inner h1 {
	color: #212223;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	margin: 0 0 40px 0;
	}
	
	.careeroppbg-inner .nav-tabs {
	border: none;
	}
	
	.careeroppbg-inner .nav-tabs .nav-item {
	width: 24%;
	margin-right: 1%;
	float: left;
	}
	
	.careeroppbg-inner .nav-tabs .nav-link {
	padding: 10px 20px;
	background: #f1f4f8;
	color: #000;
	font-size: 17px;
	font-weight: 500;
	display: flex;
	align-items: center;
	min-height: 80px;
	border-radius: 10px 10px 0 0;
	}
	
	.careeroppbg-inner .nav-tabs .nav-link span {
	display: inline-block;
	padding-right: 15px;
	}
	
	.careeroppbg-inner .nav-tabs .nav-link.active,
	.careeroppbg-inner .nav-tabs .nav-link:hover {
	background: #0d4a9b;
	color: #fff;
	}
	
	.careeroppbg-inner-text {
	padding: 0px;
	}
	
	.careeroppbg-inner-text p {
	color: #353535;
	font-size: 14px;
	line-height: 22px;
	}
	
	.careeroppbg-inner-text h3 {
	color: #363636;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 10px 0;
	}
	
	.careeroppbg-inner-text h3 span {
	font-weight: 400;
	}
	
	.careeroppbg-inner-text h4 {
	color: #363636;
	font-size: 14px;
	font-weight: 600;
	margin: 20px 0 17px 0;
	}
	
	.careeroppbg-inner-text a {
	display: inline-block;
	margin-right: 20px;
	}
	
	.getcertfiedbgnew {
	float: left;
	width: 100%;
	}
	
	.getcertfiedbgnew-inner {
	border: solid 1px #e5e7e8;
	padding: 35px;
	float: left;
	width: 100%;
	border-radius: 10px;
	}
	
	.getcertfiedbgnew-inner h1 {
	color: #212223;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	margin: 0 0 20px 0;
	}
	
	.getcertfiedbgnew-inner h6 {
	color: #0d4a9b;
	font-size: 17px;
	font-weight: 400;
	text-align: center;
	margin: 0 0 20px 0;
	}
	
	.getcertfiedbgnew-box {
	margin: 15px 0;
	padding: 40px 55px;
	border-radius: 10px;
	background: #f8f8f8;
	text-align: center;
	}
	
	.getcertfiedbgnew-box .fa {
	color: #0d4a9b;
	font-size: 65px;
	}
	
	.getcertfiedbgnew-box h4 {
	color: #0d4a9b;
	font-size: 14px;
	font-weight: 700;
	margin: 18px 0;
	}
	
	.getcertfiedbgnew-box h3 {
		color: #0d4a9b;
		font-size: 14px;
		font-weight: 700;
		margin: 18px 0;
		}
		.getcertfiedbgnew-box div {
			font-size: 14px;
		}
	.getcertfiedbgnew-box p {
	color: #566366;
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	margin: 0;
	}
	
	.getcertfiedbgnew-box:hover {
	background: #1051a6;
	}
	
	.getcertfiedbgnew-box:hover h4,
	.getcertfiedbgnew-box:hover p,
	.getcertfiedbgnew-box:hover .fa {
	color: #fff;
	}
	
	.ourclientbg-new {
	float: left;
	width: 100%;
	padding: 50px 0;
	text-align: center;
	}
	
	.ourclientbg-new h1 {
	color: #212223;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	margin: 0 0 40px 0;
	}
	
	.whymakesnew {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	}
	
	.whymakesnew h1 {
	color: #212223;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	margin: 0 0 40px 0;
	}
	
	.whymakes-box {
	margin: 15px 0;
	border: solid 2px #b7c2c9;
	border-radius: 15px;
	padding: 30px;
	min-height: 320px;
	text-align: center;
	}
	
	.whymakes-box h4 {
	color: #1051a6;
	font-weight: 600;
	font-size: 20px;
	margin: 18px 0;
	}
	
	.whymakes-box p {
	color: #232323;
	font-size: 15px;
	line-height: 22px;
	margin: 0;
	}
	
	.artificialintelligence-bg {
	float: left;
	width: 100%;
	background: #f3f6f8;
	padding: 45px 0;
	}
	
	.artificialintelligence-bg h1 {
	color: #2b5b87;
	font-weight: 600;
	text-align: center;
	font-size: 30px;
	margin: 0 0 30px 0;
	}
	
	.artificialintelligence {
	padding: 0 30px 45px 30px;
	background: #fff;
	border-radius: 10px;
	float: left;
	width: 100%;
	margin: 15px 0;
	}
	
	.artificialintelligence ul {
	padding: 0;
	margin: 0;
	}
	
	.artificialintelligence ul li {
	margin-top: 20px;
	list-style: none;
	color: #2e2e2e;
	font-size: 18px;
	line-height: 23px;
	float: left;
	font-weight: 600;
	display: flex;
	align-items: center;
	width: 100%;
	}
	
	.artificialintelligence ul li span {
	float: left;
	margin-right: 10px;
	}
	
	.artificialintelligence-topimg {
	width: 100%;
	text-align: center;
	margin-top: -27px;
	}
	
	.specialisation-bg {
	padding: 5px 0;
	float: left;
	width: 100%;
	}
	
	.specialisation-bg h1 {
	color: #212223;
	font-size: 30px;
	font-weight: 600;
	margin: 0 0 20px 0;
	}
	
	.specialisation-bg h5 {
	color: #2a2c2d;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 25px 0;
	}
	
	.specialisation-bg .nav-tabs {
	border: none;
	text-align: center;
	display: block;
	}
	
	.specialisation-bg .nav-tabs .nav-item {
	display: inline-block;
	margin: 0 5px;
	}
	
	.specialisation-bg .nav-tabs .nav-link {
	border: solid 2px #0d4a9b;
	color: #0d4a9b;
	font-size: 14px;
	font-weight: 600;
	border-radius: 7px;
	padding: 15px 35px;
	}
	
	.specialisation-bg .nav-tabs .nav-link.active,
	.specialisation-bg .nav-tabs .nav-link:hover {
	background: #0d4a9b;
	color: #fff;
	}
	
	.topic_covered {
	padding: 30px 0;
	width: 100%;
	}
	
	.topic_covered h2 {
	color: #0d4a9b;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	margin: 0 0 15px 0;
	}
	
	.coveredrow {
	margin: 15px 0;
	border-radius: 10px;
	padding: 25px;
	background: #f7feff;
	float: left;
	width: 100%;
	}
	
	.coveredrow span {
	display: inline-block;
	width: 47px;
	height: 47px;
	text-align: center;
	line-height: 47px;
	border-radius: 50%;
	color: #098f9e;
	background: #c8f6fb;
	font-size: 18px;
	font-weight: 700;
	}
	
	.coveredrow h3 {
	color: #222222;
	font-size: 17px;
	line-height: 24px;
	font-weight: 600;
	margin: 0 0 12px 0;
	}
	
	.coveredrow p {
	color: #2a2c2d;
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	}
	
	.coveredrow-left {
	width: 10%;
	float: left;
	}
	
	.coveredrow-right {
	width: 88%;
	float: right;
	}
	
	.colorbox2 {
	background: #fef7ff;
	}
	
	.colorbox2 span {
	background: #f7d8fd;
	color: #c20c95;
	}
	
	.colorbox3 {
	background: #fdfceb;
	}
	
	.colorbox3 span {
	background: #fffbc1;
	color: #e6bf08;
	}
	
	.colorbox4 {
	background: #f5fff6;
	}
	
	.colorbox4 span {
	background: #ccffd3;
	color: #15bf65;
	}
	
	.colorbox5 {
	background: #fff6f6;
	}
	
	.colorbox5 span {
	background: #facdcd;
	color: #e03434;
	}
	
	.colorbox6 {
	background: #f9faff;
	}
	
	.colorbox6 span {
	background: #d1d8fd;
	color: #264bc4;
	}
	
	.colorbox7 {
	background: #faffe9;
	}
	
	.colorbox7 span {
	background: #ecfeb4;
	color: #a9d816;
	}
	
	.colorbox8 {
	background: #f7feff;
	}
	
	.colorbox8 span {
	background: #c8f6fb;
	color: #098f9e;
	}
	
	.colorbox9 {
	background: #fffeee;
	}
	
	.colorbox9 span {
	background: #fffbc1;
	color: #dea700;
	}
	
	.colorbox10 {
	background: #fff6f6;
	}
	
	.colorbox10 span {
	background: #facdcd;
	color: #cc162f;
	}
	
	.colorbox11 {
	background: #f1fff2;
	}
	
	.colorbox11 span {
	background: #c8fbcb;
	color: #0ec118;
	}
	
	.colorbox12 {
	background: #f2f4fb;
	}
	
	.colorbox12 span {
	background: #d1d8fd;
	color: #2d4bc3;
	}
	
	.projectsnewbg {
	float: left;
	width: 100%;
	}
	
	.projectsnewbg h1 {
	color: #212223;
	font-size: 30px;
	font-weight: 600;
	margin: 0 0 15px 0;
	text-align: center;
	}
	
	.projectsnewbg h5 {
	color: #2a2c2d;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	text-align: center;
	}
	
	.projectsnewbg-practice {
	text-align: center;
	width: 100%;
	padding: 35px 0;
	}
	
	.projectsnewbg-practice ul {
	padding: 0;
	margin: 0;
	}
	
	.projectsnewbg-practice li {
	display: inline-block;
	padding: 0px;
	text-align: left;
	min-width: 240px;
	}
	
	.projectsnewbg-practice li img {
	float: left;
	margin-right: 12px;
	}
	
	.projectsnewbg-practice li h3 {
	color: #f91c4b;
	font-size: 21px;
	font-weight: 600;
	margin: 0;
	}
	
	
	.projectsnewbg-practice li p {
	color: #494c4e;
	font-size: 19px;
	font-weight: 500;
	margin: 0;
	}
	
	.projectsnewbg-bottom {
	width: 100%;
	}
	
	.projectsnewbg-bottom .nav-tabs {
	border: none;
	text-align: center;
	display: block;
	margin-bottom: 35px;
	}
	
	.projectsnewbg-bottom .nav-tabs .nav-item {
	display: inline-block;
	min-width: 270px;
	margin: 0 5px;
	}
	
	.projectsnewbg-bottom .nav-tabs .nav-link {
	border: solid 2px #0d4a9b;
	color: #0d4a9b;
	font-size: 14px;
	font-weight: 600;
	border-radius: 7px;
	padding: 15px 35px;
	}
	
	.projectsnewbg-bottom .nav-tabs .nav-link.active,
	.projectsnewbg-bottom .nav-tabs .nav-link:hover {
	background: #0d4a9b;
	color: #fff;
	}
	
	.products_slide {
	background: #fafafa;
	padding: 40px;
	border-radius: 15px;
	text-align: center;
	}
	
	.products_slide h3 {
	margin: 22px 0;
	}
	
	.products_slide h3 span {
	font-size: 20px;
	font-weight: 600;
	color: #4798cc;
	border-bottom: solid 3px #ecbe44;
	padding-bottom: 15px;
	display: inline-block;
	}
	
	.products_slide p {
	color: #76787a;
	font-size: 15px;
	line-height: 22px;
	margin: 0;
	}
	
	.products_slide:hover {
	background: #0d4a9b;
	}
	
	.products_slide:hover h3 span {
	color: #fff;
	border-bottom: solid 3px #fff;
	}
	
	.products_slide:hover p {
	color: #fff;
	}
	
	.syllabusnewbg {
	float: left;
	width: 100%;
	padding-top: 40px;
	}
	
	.programmright {
	width: 100%;
	box-shadow: 0px 0px 13px #ccc;
	background: #fff;
	border-top: solid 5px #ffae2f;
	border-radius: 10px;
	padding: 25px 20px;
	margin-bottom: 15px;
	float: left;
	}
	
	.programmright h1 {
	width: 100%;
	font-size: 18px;
	color: #000;
	margin: 5px 0px 10px;
	font-weight: 600;
	float: left;
	}
	
	.programlist {
	width: 100%;
	float: left;
	}
	
	.programlist ul {
	width: 50%;
	float: left;
	padding: 0;
	margin: 0;
	}
	
	.programlist ul li {
	width: 100%;
	margin: 5px 0px;
	float: left;
	list-style: none;
	}
	
	.proginfoss {
	width: 100%;
	float: left;
	}
	
	.priiconss {
	float: left;
	}
	
	.protxts {
	float: left;
	font-size: 14px;
	color: #1c1d1d;
	padding: 10px 0px 0px 10px;
	font-weight: 600;
	}
	
	.applnowbtn {
	padding: 10px 20px;
	width: auto;
	border-radius: 5px;
	font-weight: 600;
	background: #000000;
	color: #fff;
	margin: 0px auto;
	outline: none;
	border: none;
	display: table;
	}
	
	.applnowbtn:hover {
	background: #ec5252;
	color: #fff;
	}
	
	.faqnew {
	float: left;
	width: 100%;
	}
	
	.faqnew .accordion > .card .card-header {
	padding: 0px;
	}
	
	.faqnew .accordion > .card {
	background: none;
	}
	
	.faqnew .btn-link {
	padding: 10px 20px;
	color: #000;
	font-size: 14px;
	text-align: left;
	width: 100%;
	font-weight: 600;
	background: #fff;
	}
	
	.faqnew .card-header {
	border-bottom: solid 1px #f9f9f9;
	}
	
	.faqnew .card-body {
	padding: 0px;
	width: 100%;
	float: left;
	}
	
	.faqnew .btn-link:hover,
	.faqnew .btn-link:focus {
	color: #000;
	text-decoration: none;
	}
	
	.faqnew .btn-link .fa {
	font-size: 22px;
	padding-right: 0px;
	margin-right: 0px;
	float: right;
	color: #000;
	}
	
	.faqnew .card {
	border-bottom: solid 1px #f9f9f9 !important;
	margin: 2px 0px;
	}
	
	.syllabusheadings {
	width: 100%;
	}
	
	.syllabusheadings h1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	}
	
	.syllabusheadings h1 span {
	color: #2e2e2e;
	font-size: 30px;
	font-weight: 600;
	}
	
	.syllabusheadings h1 a {
	padding: 13px 15px;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	background: #1e7ae1;
	border-radius: 5px;
	color: #fff;
	float: right;
	}
	
	.syllabusheadings h1 a:hover {
	background: #000;
	color: #fff;
	}
	
	.syllabusheadings p {
	color: #2a2c2d;
	font-size: 14px;
	line-height: 25px;
	margin: 15px 0;
	}
	
	.syllabusnewbg .card-header {
	border: none;
	background: #f7f9fc;
	}
	
	.syllabusnewbg .faqnew .accordion > .card {
	border: none !important;
	}
	
	.syllabusnewbg .faqnew .btn-link {
	background: #f7f9fc;
	border-radius: 5px;
	padding: 18px 45px;
	color: #44474b;
	font-size: 14px;
	font-weight: 400;
	}
	
	.syllabusnewbg .faqnew .card-body {
	background: #f7f9fc;
	padding: 17px 45px;
	}
	
	.moduleintro {
	width: 100%;
	}
	
	.moduleintro h4 {
	color: #477ab3;
	font-size: 15px;
	font-weight: 600;
	margin: 0;
	}
	
	.moduleintro h5 {
	color: #000;
	font-size: 15px;
	font-weight: 600;
	margin: 0;
	}
	
	.moduleintro ul {
	padding: 0;
	margin: 10px 0;
	}
	
	.moduleintro ul li {
	list-style: none;
	background: url(../images/bluedot.png) no-repeat left center;
	padding-left: 20px;
	color: #43464a;
	font-size: 14px;
	}
	
	.moduleintro p {
	color: #43464a;
	font-size: 14px;
	margin: 0;
	}
	
	.careerservices-new {
	float: left;
	width: 100%;
	padding: 45px 0;
	}
	
	.careerservices-new h1 {
	color: #2e2e2e;
	font-size: 30px;
	font-weight: 600;
	margin: 0 0 30px 0;
	}
	
	.careerservices-new-left {
	float: left;
	width: 40%;
	}
	
	.careerservices-new-left img {
	max-width: 100%;
	}
	
	.careerservices-new-right {
	float: right;
	width: 57%;
	}
	
	.careerservices-new-right .projectsnewbg-bottom .nav-tabs .nav-item {
	min-width: 230px;
	margin: 5px 3px;
	}
	
	.placement-assistance {
	width: 100%;
	margin-bottom: 35px;
	float: left;
	}
	
	.placement-assistance-left {
	float: left;
	width: 10%;
	}
	
	.placement-assistance-right {
	float: left;
	width: 88%;
	}
	
	.placement-assistance-right h2 {
	color: #2a2c2d;
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	}
	
	.placement-assistance-right p {
	color: #2a2c2d;
	font-size: 14px;
	line-height: 25px;
	margin: 15px 0;
	}
	
	.placement-assistance-right a {
	color: #3e79a2;
	font-size: 14px;
	font-weight: 600;
	}
	
	.placement-assistance-right a:hover {
	color: #000;
	}
	
	.network-reach-newbg {
	float: left;
	width: 100%;
	}
	
	.network-reach-newbg h1 {
	color: #2e2e2e;
	font-size: 30px;
	text-align: center;
	font-weight: 600;
	margin: 0 0 30px 0;
	}
	
	.keyfeaturenew {
	padding: 50px;
	border-radius: 15px;
	background: #f4f8f9;
	}
	
	.keyfeaturenew h2 {
	color: #0f6ab7;
	font-size: 23px;
	font-weight: 600;
	margin: 0;
	}
	
	.keyfeaturenew ul {
	padding: 0;
	margin: 20px 0;
	}
	
	.keyfeaturenew ul li {
	background: url(../images/rightarrow.png) no-repeat left 7px;
	padding-left: 30px;
	list-style: none;
	color: #2a2c2d;
	font-size: 14px;
	line-height: 24px;
	margin: 5px 0;
	}
	
	.downreportbtn {
	width: 100%;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	background: #1a64c0;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 27px;
	}
	
	.downreportbtn:hover {
	background: #000;
	color: #fff;
	}
	
	.keyfeaturenew-logo {
	width: 100%;
	float: left;
	padding: 25px;
	border-radius: 15px;
	background: #f4f8f9;
	}
	
	.keyfeaturenew-logo a {
	display: inline-block;
	margin: 10px 26px;
	}
	
	.certificate-companies {
	float: left;
	width: 100%;
	padding: 70px 0;
	}
	
	.certificate-companies-img {
	float: right;
	width: 45%;
	}
	
	.certificate-companies-img img {
	max-width: 100%;
	padding: 20px;
	}
	
	.certificate-companies-text {
	float: left;
	width: 50%;
	}
	
	.certificate-companies-text {
	padding-top: 20px;
	}
	
	.certificate-companies-text h5 {
	color: #0a4c9e;
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	}
	
	.certificate-companies-text h1 {
	color: #2e2e2e;
	font-size: 30px;
	line-height: 37px;
	font-weight: 600;
	margin: 0;
	}
	
	.certificate-companies-text p {
	color: #37393b;
	font-size: 15px;
	line-height: 22px;
	margin: 20px 0;
	}
	
	.certificate-companies-text a {
	width: 265px;
	max-width: 100%;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	background: #1a64c0;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 27px;
	}
	
	.certificate-companies-text a:hover {
	background: #000;
	color: #fff;
	}
	
	.howtoapply-new {
	float: left;
	width: 100%;
	}
	
	.howtoapply-new h1 {
	color: #2e2e2e;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	margin: 0 0 35px 0;
	}
	
	.howtoapply-new-left {
	background: #f8fafc;
	border-radius: 10px;
	border: solid 1px #d5dadd;
	padding: 60px 45px;
	}
	
	.howtoapply-new-left ul {
	padding: 0;
	margin: 0;
	}
	
	.howtoapply-new-left li {
	list-style: none;
	background: url(../images/bluedot.png) no-repeat left top;
	padding-left: 20px;
	padding-bottom: 50px;
	position: relative;
	}
	
	.howtoapply-new-left li::after {
	height: 130px;
	width: 2px;
	position: absolute;
	bottom: 0;
	left: 3px;
	content: "";
	background: #cde4f8;
	}
	
	.howtoapply-new-left li:last-child::after {
	display: none;
	}
	
	.howtoapply-new-left li h4 {
	color: #0f6ab7;
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
	}
	
	.howtoapply-new-left li h3 {
	color: #2a2c2d;
	font-size: 18px;
	font-weight: 600;
	margin: 14px 0;
	}
	
	.howtoapply-new-left li p {
	color: #2a2c2d;
	font-size: 15px;
	margin: 0;
	}
	
	.howtoapply-new-right {
	background: #f8fafc;
	border-radius: 10px;
	border: solid 1px #d5dadd;
	overflow: hidden;
	}
	
	.howtoapply-new-right h2 {
	color: #3b3e40;
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	background: #fff;
	border-bottom: solid 1px #e9e9e9;
	margin: 0;
	padding: 20px 0;
	}
	
	.howtoapply-new-rightform {
	padding: 34px;
	}
	
	.howtoapply-new-rightform .form-control {
	font-size: 15px;
	font-weight: 500;
	color: #212323;
	height: 54px;
	border: none;
	border-bottom: solid 1px #b7babb;
	background: none;
	border-radius: 0px;
	box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0);
	box-shadow: 3px 0px 15px rgba(0, 0, 0, 0);
	padding: 0px;
	}
	
	.howtoapply-new-rightform .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #212323;
	}
	
	.howtoapply-new-rightform .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #212323;
	}
	
	.howtoapply-new-rightform .form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #212323;
	}
	
	.howtoapply-new-rightform .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #212323;
	}
	
	.howtoapply-new-rightform .submitbtn {
	display: inline-block;
	border-radius: 10px;
	width: 100%;
	text-align: center;
	padding: 15px 0px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	border: none;
	background: #1a64c0;
	}
	
	.howtoapply-new-rightform .submitbtn:hover {
	background: #000;
	}
	
	.privacytext {
	color: #889194;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	}
	
	.privacytext a {
	color: #0674b3;
	text-decoration: underline;
	}
	
	.privacytext a:hover {
	color: #000;
	}
	
	.programfeenew {
	float: left;
	width: 100%;
	padding: 40px 0;
	}
	
	.programfeenew h1 {
	color: #2e2e2e;
	font-size: 30px;
	font-weight: 600;
	margin: 0 0 35px 0;
	}
	
	.programfeenew-inner {
	float: left;
	width: 100%;
	border-radius: 10px;
	border: solid 1px #cfd5d8;
	overflow: hidden;
	}
	
	.programfeenew-inner-left {
	float: left;
	width: 40%;
	position: relative;
	padding: 40px;
	}
	
	.programfeenew-inner-left::after {
	background: #1a64c0;
	width: 70%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	}
	
	.programfeenew-inner-price {
	border-radius: 10px;
	border: solid 1px #cfd5d8;
	background: #fff;
	padding: 35px 0;
	text-align: center;
	position: relative;
	z-index: 99;
	}
	
	.programfeenew-inner-price p {
	color: #0a4c9e;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	}
	
	.programfeenew-inner-price h2 {
	color: #2e2e2e;
	font-weight: 700;
	font-size: 44px;
	text-transform: uppercase;
	margin: 0;
	}
	
	.programfeenew-inner-right {
	float: left;
	width: 60%;
	padding: 32px 28px 32px 0;
	}
	
	.programfeenew-inner-right h5 {
	color: #1a64c0;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	}
	
	.programfeenew-inner-right h4 {
	color: #37393b;
	font-size: 19px;
	font-weight: 700;
	margin: 12px 0;
	}
	
	.programfeenew-inner-right h4 span {
	font-weight: 500;
	font-size: 15px;
	}
	
	.programfeenew-inner-right a {
	display: inline-block;
	padding: 10px 30px;
	color: #fff;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 600;
	background: #29c95a;
	}
	
	.programfeenew-inner-right a:hover {
	background: #000;
	color: #fff;
	}
	
	.programfeenew-inner-right p {
	color: #37393b;
	font-size: 15px;
	line-height: 22px;
	font-weight: 500;
	margin: 15px 0;
	}
	
	.programfeenew-inner-right ul {
	padding: 0;
	margin: 0;
	}
	
	.programfeenew-inner-right li {
	display: inline-block;
	vertical-align: middle;
	list-style: none;
	margin-left: 15px;
	}
	
	.eligibility-criteria-row {
	float: left;
	width: 100%;
	}
	
	.eligibility-criteria {
	float: left;
	width: 100%;
	border-radius: 15px;
	border: solid 1px #cfd5d8;
	padding: 35px;
	min-height: 255px;
	}
	
	.eligibility-criteria h2 {
	position: relative;
	color: #2a2c2d;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 25px 0;
	padding-bottom: 18px;
	}
	
	.eligibility-criteria h2::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	background: #1a64c0;
	width: 50px;
	height: 4px;
	}
	
	.eligibilitylist1 {
	padding: 0;
	margin: 0;
	}
	
	.eligibilitylist1 li {
	color: #37393b;
	font-size: 15px;
	font-weight: 500;
	padding: 5px 0;
	list-style: none;
	}
	
	.eligibilitylist1 li span {
	display: inline-block;
	width: 45px;
	vertical-align: middle;
	}
	
	.eligibilitylist2 {
	padding: 0;
	margin: 0;
	}
	
	.eligibilitylist2 li {
	color: #37393b;
	font-size: 15px;
	font-weight: 500;
	background: url(../images/rightarrow-blue.png) no-repeat left 3px;
	padding-left: 20px;
	margin: 5px 0;
	float: left;
	width: 34%;
	list-style: none;
	}
	
	.faqnewbg {
	float: left;
	width: 100%;
	padding: 45px 0;
	}
	
	.faqnewbg h1 {
	color: #2e2e2e;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	margin: 0 0 45px 0;
	}
	
	.faqnewbg-inner {
	border-radius: 10px;
	padding: 30px;
	float: left;
	box-shadow: 0px 0px 15px #e5e5e5;
	width: 100%;
	}
	
	.faqnewbg-inner .nav-tabs {
	float: left;
	width: 25%;
	background: #1081cb;
	border: none;
	display: block;
	border-radius: 6px;
	}
	
	.faqnewbg-inner .nav-tabs .nav-item {
	display: block;
	margin: 10px;
	}
	
	.faqnewbg-inner .nav-tabs .nav-link {
	border: none;
	display: block;
	padding: 20px;
	text-transform: uppercase;
	color: #fff;
	}
	
	.faqnewbg-inner .nav-tabs .nav-link.active,
	.faqnewbg-inner .nav-tabs .nav-link:hover {
	background: #6bb1df;
	color: #fff;
	}
	
	.faqnewbg-inner .tab-content {
	float: right;
	width: 71%;
	}
	
	.faqnewbg-inner1 .tab-content1 {
		float: left;
		width: 100%;
		}
	
	.faqnewbg-inner .faqnew .btn-link {
	padding: 12px 9px;
	background: #f4f4f5;
	font-size: 14px;
	}
	
	.faqnewbg-inner .faqnew .btn-link h2 {
		font-size: 14px;
	}
	.faqnewbg-inner .faqnew .card {
	border: none;
	margin-bottom: 20px;
	}
	.morefaq .card-header {
		background: none;
		padding: 0;
		}
	
	.faqnewbg-inner .faqnew .card-body {
	padding: 30px 0px;
	}
	
	.supportbgnew {
	float: left;
	width: 100%;
	padding: 65px 0;
	}
	
	.supportbgnew h1,
	.supportbgnew h2 {
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	color: #2e2e2e;
	margin: 0 0 45px 0;
	}
	
	.supportbgnew-inner {
	float: left;
	width: 100%;
	border: solid 1px #d9dde0;
	border-radius: 15px;
	padding: 25px 0;
	position: relative;
	}
	
	/* .supportbgnew-inner-img {
		position: absolute;
		left: 0;
		bottom: -30px;
	} */
	
	.supportbgnew-inner-content {
	float: right;
	width: 60%;
	}
	
	.supportbgnew-inner-content h4 {
	color: #1a64c0;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0;
	}
	
	.supportbgnew-inner-content h2 {
	color: #37393b;
	font-size: 27px;
	font-weight: 500;
	margin: 10px 0;
	}
	
	.supportbgnew-inner-content p {
	color: #37393b;
	font-size: 22px;
	font-weight: 300;
	}
	
	.supportbgnew-inner-content a {
	display: inline-block;
	border-radius: 10px;
	color: #fff;
	font-size: 14px;
	margin-right: 10px;
	padding: 12px 0;
	background: #3aa63a;
	text-align: center;
	font-weight: 600;
	width: 215px;
	}
	
	.supportbgnew-inner-content a .fa {
	padding-right: 10px;
	font-size: 22px;
	display: inline-block;
	vertical-align: middle;
	}
	
	.supportbgnew-inner-content a:hover {
	background: #000 !important;
	color: #fff;
	}
	
	@media screen and (min-width: 961px) {
	.supportbgnew-inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	}
	
	/*** 09 Feb***/
	
	.itfeaturevideorow {
	float: left;
	width: 100%;
	text-align: center;
	padding: 50px 0;
	}
	
	.itfeaturevideorow h1 {
	color: #212223;
	font-size: 30px;
	font-weight: 600;
	margin: 0 0 40px 0;
	}
	
	.itfeaturevideo {
	display: inline-block;
	width: 800px;
	border: solid 3px #ccc;
	height: 450px;
	border-radius: 10px;
	overflow: hidden;
	}
	
	@keyframes fade-in-up {
	0% {
		opacity: 0;
	}
	
	100% {
		transform: translateY(0);
		opacity: 1;
	}
	}
	
	.video-wrap {
	position: relative;
	display: inline-block;
	width: 800px;
	border: solid 3px #ccc;
	border-radius: 10px;
	overflow: hidden;
	z-index: 222;
	}
	
	.video iframe {
	width: 100%;
	max-height: 100%;
	}
	
	.stuck {
	position: fixed;
	bottom: 100px;
	right: 20px;
	transform: translateY(100%);
	width: 400px;
	height: 225px;
	animation: fade-in-up 0.25s ease forwards;
	}
	
	.ourclientbg-new img {
	padding: 0 3px;
	}
	
	.banner-ai-experts img {
	max-width: 140px;
	}
	
	.moretext {
	display: none;
	}
	
	.moreless-button {
	background: #0d4a9b;
	color: #fff;
	padding: 10px 15px;
	border-radius: 5px;
	font-weight: 600;
	display: inline-block;
	}
	
	.moreless-button:hover {
	color: #fff;
	}
	
	.footerai {
	float: left;
	width: 100%;
	padding: 50px 0;
	background: #185b75;
	}
	
	.footerai p {
	color: #fff;
	margin-bottom: 5px;
	font-size: 13px;
	}
	
	.footerai a {
	color: #fff;
	}
	
	.footerai h3 {
	color: #fff;
	font-weight: 600;
	margin: 0 0 20px 0;
	font-size: 20px;
	}
	
	.footerai hr {
	border-top: solid 1px #fff;
	margin: 40px 0;
	}
	
	.relatedcourses {
	float: left;
	width: 100%;
	padding: 50px 0;
	}
	
	.relatedcoursebox {
	width: 100%;
	margin: 15px 0px;
	float: left;
	background: #fff;
	box-shadow: 0px 5px 15px #d3d3d3;
	padding: 0;
	overflow: hidden;
	border-radius: 10px;
	}
	
	.relatedcoursebox img {
	width: 100%;
	}
	
	.relatedcourses h1 {
	color: #212223;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	margin: 0 0 20px 0;
	}
	
	.relatedcoursebox-content {
	padding: 15px;
	}
	
	.starlable {
	background: #d89a4d;
	border-radius: 50px;
	color: #fff;
	font-weight: 600;
	padding: 2px 15px;
	}
	
	.relatedcoursebox-content h3 {
	font-size: 20px;
	margin: 0 0 15px 0;
	}
	
	.relatedcoursebox-content p {
	color: #999;
	display: flex;
	align-items: center;
	justify-content: space-between;
	}
	
	.datareviewsbg {
	float: left;
	width: 100%;
	background: #f3f6f8;
	padding: 5px 0;
	}
	
	.datareviewsbg h1 {
	color: #212223;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	margin: 0 0 40px 0;
	}
	
	.datareview {
	width: 100%;
	margin: 15px 0px;
	float: left;
	background: #fff;
	box-shadow: 0px 5px 15px #d3d3d3;
	padding: 25px;
	overflow: hidden;
	border-radius: 10px;
	}
	
	.datareview-head img {
	border-radius: 50%;
	width: 60px;
	height: 60px;
	margin-right: 15px;
	}
	
	.datareview-head {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
	}
	
	.datareview-head-right h3 {
	font-weight: 600;
	font-size: 20px;
	}
	
	.datareview-head-right p {
	color: #dd9f40;
	margin: 0;
	}
	
	.morefaq .card-header {
	background: none;
	padding: 0;
	}
	
	#accordion .panel-title a {
	display: block;
	background: #0d4a9b;
	color: #fff;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 600;
	padding: 20px 15px;
	}
	
	.ourclientbg-new img {
	max-width: 100px !important;
	}
	
	.viewmorebtn {
	display: block;
	margin: 0 auto;
	}
	
	.ratinglink {
	display: inline-block;
	margin-left: 15px;
	color: #fff;
	font-weight: 500;
	}
	
	.ratinglink .fa {
	color: #ff7a00;
	margin: 0 2px;
	}
	
	.ratinglink a {
	color: #f90;
	text-decoration: underline;
	}
	
	.ratingstarfa {
	display: inline-block;
	margin: 0 3px;
	}
	
	.city-section {
	float: left;
	width: 100%;
	padding: 65px 0;
	}
	
	.city-section .city-link-container {
	display: flex;
	flex-wrap: wrap;
	}
	
	.city-section .city-link-container a {
	font-size: 14px;
	line-height: 34px;
	color: #000;
	margin-right: 25px;
	}
	
	.sec-navbar {
	float: left;
	width: 100%;
	background-color: rgb(255, 255, 255);
	position: sticky;
	top: 50px;
	box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.121);
	}
	
	.sec-navbar nav ul {
	display: flex;
	flex-wrap: nowrap;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow-x: auto;
	}
	
	.sec-navbar nav ul li a {
	white-space: nowrap;
	padding: 18px 12px;
	display: inline-block;
	font-size: 15px;
	line-height: 16px;
	border-radius: 0;
	cursor: pointer;
	font-weight: 600;
	color: #000;
	letter-spacing: 0.3px;
	position: relative;
	}
	
	.sec-navbar nav ul li.active a {
	color: red;
	}
	
	.sec-navbar .enroll-btn {
	display: inline-block;
	border-radius: 6px;
	white-space: nowrap;
	/* width: 100%; */
	text-align: center;
	padding: 5px 15px;
	font-size: 14px;
	font-weight: 600;
	border: none;
	width: 200px;
	padding: 6px 0px 6px 0px;
	}
	
	.sec-navbar nav ul li.active a::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 3px;
	bottom: 0;
	left: 0;
	background-color: red;
	}
	
	/* Set the width and height of the scrollbar */
	.sec-navbar ::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	}
	
	/* Set the background color of the scrollbar */
	.sec-navbar ::-webkit-scrollbar-track {
	background-color: #f1f1f1;
	}
	
	/* Set the color and shape of the scrollbar thumb */
	.sec-navbar ::-webkit-scrollbar-thumb {
	background-color: #888;
	border-radius: 5px;
	}
	
	.fixed-nav {
	position: fixed;
	z-index: 222;
	}
	
	@media only screen and (min-width: 1141px) and (max-width: 1270px) {
	.container {
		max-width: 1120px;
	}
	
	.banner-ai-inner {
		width: 65%;
	}
	
	.banner-aistrip-text h5 {
		font-size: 13px;
	}
	
	.careeroppbg-inner .nav-tabs .nav-link {
		font-size: 14px;
	}
	
	.specialisation-bg .nav-tabs .nav-link {
		padding: 15px;
	}
	
	.priiconss {
		float: left;
	}
	
	.protxts {
		width: 75%;
	}
	
	.projectsnewbg-bottom .nav-tabs .nav-link {
		padding: 15px 25px;
	}
	
	.careerservices-new-right .projectsnewbg-bottom .nav-tabs .nav-item {
		min-width: 180px;
	}
	
	.eligibilitylist1 li span {
		float: left;
		margin-bottom: 15px;
	}
	
	.programfeenew-inner-right li {
		margin-left: 10px;
	}
	
	.eligibilitylist2 li {
		width: 45%;
	}
	}
	
	@media only screen and (min-width: 960px) and (max-width: 1140px) {
	.container {
		max-width: 950px;
	}
	
	.banner-ai-inner {
		width: 100%;
	}
	
	.careeroppbg-inner .nav-tabs .nav-link {
		font-size: 13px;
	}
	
	.getcertfiedbgnew-box {
		padding: 20px;
	}
	
	.specialisation-bg .nav-tabs .nav-link {
		padding: 15px;
		font-size: 13px;
	}
	
	.programmright {
		margin-top: 20px;
	}
	
	.careerservices-new-right .projectsnewbg-bottom .nav-tabs .nav-item {
		min-width: 170px;
	}
	
	.projectsnewbg-bottom .nav-tabs .nav-link {
		padding: 15px;
		font-size: 13px;
	}
	
	.placement-assistance-right {
		float: right;
		width: 85%;
	}
	
	.eligibilitylist1 li span {
		float: left;
		margin-bottom: 15px;
	}
	
	.eligibilitylist2 li {
		width: 50%;
	}
	
	.supportbgnew-inner-img {
		width: 40%;
		bottom: 0;
	}
	
	.supportbgnew-inner-img img {
		max-width: 100%;
	}
	}
	
	@media screen and (max-width: 991px) {
	.video-wrap {
		width: 100%;
	}
	}
	
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	.banner-ai-inner {
		width: 100%;
	}
	
	.banner-aistrip ul {
		margin: 0;
	}
	
	.banner-aistrip ul li {
		width: 48%;
		margin: 1%;
	}
	
	.careeroppbg-inner .nav-tabs .nav-item {
		width: 48%;
		margin: 1%;
	}
	
	.getcertfiedbgnew-box {
		padding: 20px 15px;
	}
	
	.whymakes-box {
		padding: 15px;
	}
	
	.specialisation-bg .nav-tabs .nav-item {
		float: left;
		width: 48%;
		margin: 1%;
	}
	
	.faqnewbg-inner .nav-tabs .nav-item {
		display: block;
		width: 100%;
		margin: 10px 0px;
		padding-inline: 5px;
	}
	
	.faqnewbg-inner .nav-tabs .nav-link {
		padding: 5px;
	}
	
	.topic_covered {
		float: left;
	}
	
	.coveredrow-left {
		width: 18%;
	}
	
	.coveredrow-right {
		width: 80%;
	}
	
	.projectsnewbg-practice li {
		min-width: 220px;
	}
	
	.projectsnewbg-bottom .nav-tabs .nav-item {
		min-width: 210px;
	}
	
	.programmright {
		margin-top: 20px;
	}
	
	.careerservices-new-left {
		width: 100%;
	}
	
	.careerservices-new-right {
		width: 100%;
		padding-top: 20px;
	}
	
	.careerservices-new-right .projectsnewbg-bottom .nav-tabs .nav-item {
		min-width: 210px;
	}
	
	.howtoapply-new-right {
		margin-top: 25px;
	}
	
	.programfeenew-inner-price p {
		font-size: 15px;
	}
	
	.programfeenew-inner-price h2 {
		font-size: 34px;
	}
	
	.programfeenew-inner-left {
		padding: 80px 40px;
	}
	
	.eligibilitylist2 li {
		width: 100%;
	}
	
	.eligibilitylist1 li span {
		float: left;
		margin-bottom: 25px;
	}
	
	.supportbgnew-inner-img {
		position: inherit;
		bottom: 0;
		width: 100%;
	}
	
	.supportbgnew-inner-img img {
		width: 100%;
	}
	
	.supportbgnew-inner-content {
		width: 100%;
		padding: 15px;
	}
	
	.supportbgnew-inner-content a {
		margin: 5px 0;
	}
	
	.itfeaturevideo {
		width: 96%;
	}
	}
	
	@media only screen and (min-width: 600px) and (max-width: 767px) {
	.banner-ai-inner {
		width: 100%;
	}
	
	.banner-ai-text h1 {
		font-size: 28px;
		line-height: 34px;
	}
	
	.downbtn {
		margin: 0 0 0 10px;
	}
	
	.applybtn {
		margin-bottom: 10px;
	}
	
	.watchbanner {
		float: left;
		width: 100%;
		margin-top: 10px;
	}
	
	.banner-ai-experts img {
		max-width: 100px;
	}
	
	.banner-aistrip {
		margin-top: 15px;
	}
	
	.banner-aistrip ul {
		margin: 0;
	}
	
	.banner-aistrip ul li {
		width: 48%;
		margin: 1%;
	}
	
	.careeroppbg-inner {
		padding: 15px;
	}
	
	.careeroppbg-inner .nav-tabs .nav-item {
		width: 100%;
		margin: 5px 0;
	}
	
	.careeroppbg-inner-text a {
		margin: 5px;
		max-width: 100px;
	}
	
	.getcertfiedbgnew-inner {
		padding: 15px;
	}
	
	.specialisation-bg .nav-tabs .nav-item {
		float: left;
		width: 100%;
		margin: 5px 0;
	}
	
	.faqnewbg-inner .nav-tabs .nav-item {
		padding: 5px;
	}
	
	.topic_covered {
		float: left;
	}
	
	.coveredrow-left {
		width: 17%;
	}
	
	.coveredrow-right {
		width: 82%;
	}
	
	.projectsnewbg-practice li {
		width: 33.3%;
		/* margin: 15px 0; */
		text-align: center;
		min-width: 0;
	}
	
	.projectsnewbg-practice li img {
		float: none;
		display: inline-block;
		margin-right: 0;
	}
	
	.projectsnewbg-bottom .nav-tabs .nav-item {
		width: 100%;
		margin: 5px 0;
	}
	
	.programmright {
		margin-top: 15px;
	}
	
	.programlist ul {
		width: 100%;
	}
	
	.careerservices-new-left {
		width: 100%;
	}
	
	.careerservices-new-right {
		width: 100%;
		margin-top: 20px;
	}
	
	.placement-assistance-left {
		width: 17%;
	}
	
	.placement-assistance-right {
		width: 80%;
		float: right;
		font-size: 14px;
	}
	
	.keyfeaturenew {
		padding: 30px 15px;
	}
	
	.keyfeaturenew-logo a img {
		max-width: 80px;
	}
	
	.certificate-companies-img {
		width: 100%;
	}
	
	.certificate-companies-text {
		width: 100%;
	}
	
	.howtoapply-new-right {
		margin-top: 20px;
	}
	
	.programfeenew-inner-left {
		width: 100%;
	}
	
	.programfeenew-inner-left::after {
		width: 100%;
	}
	
	.programfeenew-inner-right {
		width: 100%;
		padding: 20px;
	}
	
	.programfeenew-inner-right a {
		padding: 10px;
		font-size: 14px;
	}
	
	.eligibilitylist1 li span {
		float: left;
		margin-bottom: 25px;
	}
	
	.eligibilitylist2 li {
		width: 100%;
	}
	
	.faqnewbg-inner .nav-tabs {
		width: 100%;
	}
	
	.faqnewbg-inner .tab-content {
		width: 100%;
		padding-top: 20px;
	}
	
	.supportbgnew-inner-img {
		position: inherit;
		bottom: 0;
		width: 100%;
	}
	
	.supportbgnew-inner-img img {
		width: 100%;
	}
	
	.supportbgnew-inner-content {
		width: 100%;
		padding: 15px;
	}
	
	.supportbgnew-inner-content a {
		margin: 5px 0;
	}
	
	.itfeaturevideo {
		width: 96%;
	}
	
	.itfeaturevideorow iframe {
		height: 270px;
	}
	
	.itfeaturevideo {
		height: auto;
		border: none;
	}
	}
	
	@media only screen and (max-width: 599px) {
	.stuck {
		width: 260px;
		height: 145px;
		box-shadow: 0px 0px 15px #00000066;
	}
	
	.banner-ai-inner {
		width: 100%;
	}
	
	.banner-ai-text h1 {
		font-size: 28px;
		line-height: 34px;
	}
	
	.downbtn {
		margin: 0;
	}
	
	.applybtn {
		margin-bottom: 10px;
	}
	
	.watchbanner {
		float: left;
		width: 100%;
		margin-top: 10px;
	}
	
	.banner-ai-experts img {
		max-width: 100px;
	}
	
	.banner-aistrip {
		margin-top: 15px;
	}
	
	.banner-aistrip ul {
		margin: 0;
	}
	
	.banner-aistrip ul li {
		width: 100%;
		margin: 10px 0;
	}
	
	.careeroppbg-inner {
		padding: 15px;
	}
	
	.careeroppbg-inner .nav-tabs .nav-item {
		width: 100%;
		margin: 5px 0;
	}
	
	.careeroppbg-inner-text a {
		margin: 5px;
		max-width: 100px;
	}
	
	.getcertfiedbgnew-inner {
		padding: 15px;
	}
	
	.specialisation-bg .nav-tabs .nav-item {
		float: left;
		width: 100%;
		margin: 5px 0;
	}
	
	.faqnewbg-inner .nav-tabs .nav-item {
		padding: 5px;
	}
	
	.topic_covered {
		float: left;
	}
	
	.coveredrow-left {
		width: 17%;
	}
	
	.coveredrow-right {
		width: 82%;
	}
	
	.projectsnewbg-practice li {
		width: 33.3%;
		/* margin: 15px 0; */
		text-align: center;
		min-width: 0;
	}
	
	.projectsnewbg-practice li img {
		float: none;
		display: inline-block;
		margin-right: 0;
	}
	
	.projectsnewbg-bottom .nav-tabs .nav-item {
		width: 100%;
		margin: 5px 0;
	}
	
	.programmright {
		margin-top: 15px;
	}
	
	.programlist ul {
		width: 100%;
	}
	
	.careerservices-new-left {
		width: 100%;
	}
	
	.careerservices-new-right {
		width: 100%;
		margin-top: 20px;
	}
	
	.placement-assistance-left {
		width: 17%;
	}
	
	.placement-assistance-right {
		width: 80%;
		float: right;
		font-size: 14px;
	}
	
	.placement-assistance-right h5 {
		font-size: 14px;
		
	}
	
	.keyfeaturenew {
		padding: 30px 15px;
	}
	
	.keyfeaturenew-logo a img {
		max-width: 80px;
	}
	
	.certificate-companies-img {
		width: 100%;
	}
	
	.certificate-companies-text {
		width: 100%;
	}
	
	.howtoapply-new-right {
		margin-top: 20px;
	}
	
	.programfeenew-inner-left {
		width: 100%;
	}
	
	.programfeenew-inner-left::after {
		width: 100%;
	}
	
	.programfeenew-inner-right {
		width: 100%;
		padding: 20px;
	}
	
	.programfeenew-inner-right a {
		padding: 10px;
		font-size: 1rem;
	}
	
	.eligibilitylist1 li span {
		float: left;
		margin-bottom: 25px;
	}
	
	.eligibilitylist2 li {
		width: 100%;
	}
	
	.faqnewbg-inner .nav-tabs {
		width: 100%;
	}
	
	.faqnewbg-inner .tab-content {
		width: 100%;
		padding-top: 20px;
	}
	
	.supportbgnew-inner-img {
		position: inherit;
		bottom: 0;
		width: 100%;
	}
	
	.supportbgnew-inner-img img {
		width: 100%;
	}
	
	.supportbgnew-inner-content {
		width: 100%;
		padding: 15px;
	}
	
	.supportbgnew-inner-content a {
		margin: 5px 0;
	}
	
	.itfeaturevideo {
		width: 96%;
	}
	
	.itfeaturevideorow iframe {
		height: 200px;
	}
	
	.itfeaturevideo {
		height: auto;
		border: none;
	}
	}
	
	@media screen and (max-width: 470px) {
	.projectsnewbg-practice li {
		width: 33.3%;
		/* margin: 15px 0; */
		text-align: center;
		min-width: 0;
	}
	
	.projectsnewbg-practice li img {
		float: none;
		display: inline-block;
		margin-right: 0;
		width: 35px;
	}
	
	.projectsnewbg-practice li h3 {
		font-size: 14px;
	}
	
	.projectsnewbg-practice li p {
		color: #494c4e;
		font-size: 13px;
		font-weight: 500;
		margin: 0;
	}
	}
	
	.faculty-box {
	text-align: center;
	padding: 30px;
	background-color: #fff;
	margin-bottom: 30px;
	box-shadow: 0px 5px 15px #d3d3d3;
	border-radius: 10px;
	height: 450px
	}
	
	.faculty-box .body {
		text-align: start;
		/* padding: 30px 30px 0; */
		padding: 15px 15px 0;
		flex: 1;
		background-color: #dc3545;
		color: white;
	  }
	
	  .faculty-box:nth-child(even) .body {
		background-color: #232323;
	  }
	
	
	
	.faculty-box .faculty-img {
	/* width: 120px;
		height: 120px; */
		width: 80px;
		height: 80px;
		object-fit: cover;
		border-radius: 50%;
		right: 10px;
		bottom: 90px;
	}
	
	.faculty-box .faculty-img img {
		width: 120px;
		height: 120px;
	}
	
	.faculty-box .name {
	font-weight: bold;
	margin-top: 28px;
	margin-bottom: 8px;
	color: inherit;
	}
	
	.faculty-box .title {
	text-transform: uppercase;
	font-weight: bold;
	color: #aeaeae;
	letter-spacing: 2px;
	font-size: 13px;
	}
	
	 .faculty-box .description {
		letter-spacing: 0.6px;
		font-weight: 400;
		/* font-size: 17px; */
		margin-top: 15px;
		/* margin-bottom: 20px; */
		font-size: 14px;
		margin-bottom: 55px;
	  }
	
	  .faculty-box footer {
		width: 100%;
		height: 130px;
	  }
	  
	  .faculty-box footer img:first-child {
		margin-top: 30px;
		margin-left: 25px;
		height: 65px;
		background: white;
		padding: 5px;
		border-radius: 10px;
	  }
	  
	  .mentor .review_scroll_sec .linkedin-icon > svg {
		/* height: 24px;
		width: 24px; */
		height: 20px;
		width: 20px;
	  }
	  .faculty-box .linkedin-icon {
		/* bottom: 85px;
		right: 103px; */
		bottom: 85px;
		right: 75px;
	  }
	
	@media only screen and (min-width: 768px) {
	.with-nav .owl-nav {
		display: block !important;
	}
	
	.with-nav .owl-prev,
	.owl-next {
		position: absolute;
		top: 40%;
		transform: translateY(-50%);
		font-size: 0;
		border: none;
		background-color: transparent;
		color: #fff;
	}
	
	.with-nav .owl-prev {
		left: -50px;
		font-size: 3.5rem !important;
	}
	
	.with-nav .owl-next {
		right: -50px;
		font-size: 3.5rem !important;
	}
	
	.with-nav.owl-theme .owl-nav [class*="owl-"]:hover {
		background: transparent;
		color: unset;
		text-decoration: none;
	}
	
	.owl-nav button:focus {
		outline: none;
		outline: none;
	}
	.mentor .review_scroll_sec .linkedin-icon > svg {
		height: 24px;
		width: 24px;
	  }
	  .faculty-box .linkedin-icon {
		bottom: 85px;
		right: 103px;
	  }
	
	}
	
	@media screen and (max-width: 767px) {
	.with-nav .owl-nav {
		display: none !important;
	}
	
	.syllabusheadings h1 {
		flex-direction: column;
		gap: 10px;
		align-items: flex-start;
	}
	
	  .faculty-box .description {
		margin-bottom: 90px;
	  }
	}
	
	@media screen and (max-width: 574px) {
	.banner-ai-links li a,
	.bestsaller span,
	.videoicons,
	.protxts,
	.moduleintro ul li,
	.moduleintro p,
	.howtoapply-new-left li h4,
	.privacytext,
	.city-section .city-link-container a,
	.careeroppbg-inner .nav-tabs .nav-link,
	.banner-aistrip-text h5,
	.careeroppbg-inner-text p,
	.getcertfiedbgnew-box p,
	.whymakes-box p,
	.products_slide p,
	.moduleintro h4,
	.moduleintro h5,
	.certificate-companies-text p,
	.howtoapply-new-left li p,
	.howtoapply-new-rightform .form-control,
	.programfeenew-inner-right h5,
	.programfeenew-inner-right h4 span,
	.programfeenew-inner-right p,
	.eligibilitylist1 li,
	.eligibilitylist2 li,
	.supportbgnew-inner-content h4,
	.sec-navbar nav ul li a,
	.programfeenew-inner-price p,
	.faculty-box .description {
		font-size: 14px;
	}
	}
	
	@media screen and (max-width: 600px) {
	.btnstyle002 {
		width: auto;
		padding: 15px 20px;
		margin-right: 10px;
	}
	
	.downbtn {
		width: auto;
		padding: 0 15px;
	}
	}
	
	@media screen and (max-width: 360px) {
	.btnstyle002 {
		font-size: 14px;
		padding: 15px 15px;
	}
	
	.downbtn {
		font-size: 14px;
		padding: 0 12px;
	}
	}
	
	@media screen and (max-width: 300px) {
	.btnstyle002 {
		font-size: 14px;
		padding: 15px 15px;
		margin-bottom: 10px;
	}
	}
	
	/* 23-09-2023 */
	#counsellingpopup {
	z-index: 9999999999;
	}
	
	#counsellingpopup .modal-body {
	padding: 0;
	}
	
	#counsellingpopup .modal-content {
	background: #ecedef;
	border-radius: 30px;
	overflow: hidden;
	padding: 0;
	border: none;
	}
	
	.counsellingpopupbg {
	float: left;
	width: 100%;
	font-family: "Inter", sans-serif;
	position: relative;
	}
	/* Added by Ravi*/
	.flip-card {
		background-color: transparent;
		width: 300px;
		height: 230px;
		perspective: 1000px;
		margin: 10px 0
	}
	
	
	.flip-card-front h3 {
		color: #000;
		font-size: 20px;
		font-weight: 600;
		margin-top: 22px;
		line-height: 26px
	}
	.flip-card-inner {
		position: relative;
		width: 100%;
		height: 100%;
		text-align: center;
		transition: transform 0.6s;
		transform-style: preserve-3d
	}
	
	.flip-card:hover .flip-card-inner {
		transform: rotateY(180deg)
	}
	
	.flip-card-front,
	.flip-card-back {
		position: absolute;
		width: 100%;
		height: 100%;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden
	}
	
	.flip-card-front {
		background: #fff;
		padding: 30px;
		border-radius: 10px;
		box-shadow: 3px 3px 3px #ccc
	}
	
	
	
	.flip-card-back {
		padding: 30px;
		border-radius: 10px;
		background: #377fd8;
		box-shadow: 3px 3px 3px #ccc;
		transform: rotateY(180deg);
		color: #fff;
		font-size: 17px;
		font-weight: 600;
		line-height: 26px;
		align-items: center;
		justify-content: center;
		display: flex
	}
	.coursesbg {
		float: left;
		width: 100%;
		background: #f7f7f7;
		padding: 40px 0
	}
	
	.coursesbg h1 {
		color: #000;
		font-size: 27px;
		line-height: 34px;
		font-weight: 700;
		margin: 0 0 10px 0
	}
	
	.coursesbg h6 {
		color: #000;
		font-size: 17px;
		font-weight: 500;
		margin: 0 0 30px 0
	}
	.liveprogrambg {
		padding: 0px 0;
		text-align: center
	}
	.liveprogram-innerbg h1 {
		color: #000;
		font-size: 25px;
		font-weight: 600;
		margin: 30px 0
	}
	
	.liveprogram-innerbg span {
		font-family: 'segoepr', Times, serif;
		color: #3370ee
	}
	#pills-tab {
		justify-content: center;
		gap: 15px;
	}
	.m-0 {
		margin: 0 !important
	}
	.mb-3,
	.my-3 {
		margin-bottom: 1rem !important
	}
	.nav {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-left: 0;
		margin-bottom: 0;
		list-style: none
	}
	
	.tab-content>.active {
		display: block
	}
	.fade {
		transition: opacity .15s linear
	}
	.align-items-center {
		-ms-flex-align: center !important;
		align-items: center !important
	}
	.row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -15px;
		margin-left: -15px
	}
	@media only screen and (min-width:768px) and (max-width:959px) {
		.popularcourses-header {
			display: block;
			text-align: center
		}
	
		.popularcourses-header-img {
			padding: 0 0 15px 0
		}
	
		.algorithm-bg-left {
			width: 100%;
			margin-top: 20px
		}
	
		.algorithm-bg-right {
			width: 100%
		}
	
		.algorithm-bg-left p {
			text-align: left
		}
	
		.popularcourses-boxbg-bottom {
			margin-top: 0
		}
	
		.popularcourses-boxbg-bottom-top ul li {
			width: 100%;
			margin: 10px 0
		}
	
		.popularcourses-boxbg-bottom-top-text h4,
		.popularcourses-boxbg-bottom-top-text p {
			text-align: left
		}
	
		.popularcourses-boxbg-bottom-mid ul li {
			width: 100%;
			margin: 10px 0;
			min-height: inherit
		}
	
		.popularcourses-boxbg-bottom-bottom ul li {
			width: 100%;
			margin: 10px 0
		}
	
		.popularcourses-boxbg-top h4 {
			padding: 6px 0 0 20px;
			text-align: left
		}
	
		.syllabushead {
			text-align: center
		}
	
		.syllabushead p {
			width: 100%
		}
	
		.syllabushead a {
			float: none;
			display: inline-block
		}
	
		.syllabustabs-bg .nav-pills .nav-link {
			font-size: 10px
		}
	
		.program-highlights-new ul li {
			width: 100%
		}
	
		.flip-card {
			width: 100% !important;
			height: 270px !important
		}
	}
	
	@media only screen and (min-width:600px) and (max-width:767px) {
		.popularcourses-header {
			display: block;
			text-align: center
		}
	
		.popularcourses-header-img {
			padding: 0 0 15px 0
		}
	
		.popularcourses-boxbg-bottom {
			margin-top: 0
		}
	
		.algorithm-bg-left {
			width: 100%;
			margin-top: 20px
		}
	
		.algorithm-bg-right {
			width: 100%
		}
	
		.algorithm-bg-left p {
			text-align: left
		}
	
		.fewreviewsbg-left {
			width: 100%
		}
	
		.fewreviewsbg-right {
			width: 100%
		}
	
		.fewreviewsbg-left p {
			text-align: left
		}
	
		.popularcourses-boxbg-bottom-top ul li {
			width: 100%;
			margin: 10px 0
		}
	
		.popularcourses-boxbg-bottom-top-text h4,
		.popularcourses-boxbg-bottom-top-text p {
			text-align: left
		}
	
		.popularcourses-boxbg-bottom-mid ul li {
			width: 100%;
			margin: 10px 0;
			min-height: inherit
		}
	
		.popularcourses-boxbg-bottom-bottom ul li {
			width: 100%;
			margin: 10px 0
		}
	
		.popularcourses-boxbg-top h4 {
			padding: 6px 0 0 20px;
			text-align: left
		}
	
		.syllabushead {
			text-align: center
		}
	
		.syllabushead p {
			width: 100%
		}
	
		.syllabushead a {
			float: none;
			display: inline-block
		}
	
		.syllabustabs-bg .nav-pills .nav-link {
			font-size: 12px
		}
	
		.nav-pills .nav-link {
			padding: 10px 15px;
			font-size: 14px
		}
	
		.populartag {
			margin: 10px 0 0 0
		}
	
		.flip-card {
			width: 100% !important;
			margin: 10px 0 !important;
			height: 140px
		}
	
		.liveprogram-innerbg .row {
			display: block
		}
	
		.liveprogram-innerbg .col-md-4 {
			width: 50%;
			float: left
		}
	
		.flip-card-front img {
			width: 50px
		}
	
		.flip-card-front h3 {
			font-size: 12px;
			line-height: 16px;
			margin-top: 10px
		}
	
		.flip-card-front {
			padding: 20px
		}
	
		.flip-card-back {
			font-size: 12px;
			line-height: 16px
		}
	
		.liveprogram-innerbg h1 {
			font-size: 12px;
			margin: 5px 0
		}
	
		.popularcourses-bg2 {
			padding: 40px 0
		}
	
		.popularcourses-bg2 h1 {
			margin-bottom: 10px
		}
	
		.popularcourses-boxbg-top h4 {
			font-size: 12px
		}
	
		.popularcourses-header {
			padding: 20px
		}
	
		.popularcourses-header-img img {
			width: 40px
		}
	
		.popularcourses-header-text h2 {
			font-size: 12px
		}
	
		.popularcourses-header-text p {
			font-size: 11px;
			line-height: 15px
		}
	
		.popularcourses-boxbg-top {
			min-height: inherit
		}
	
		.popularcourses-boxbg-bottom-top ul li {
			margin: 5px 0;
			padding: 5px 0
		}
	
		.popularcourses-boxbg-bottom-mid ul li {
			padding: 10px
		}
	
		.popularcourses-boxbg-bottom-bottom h3 {
			font-size: 13px;
			margin: 0 0 10px 0
		}
	
		.popularcourses-boxbg-bottom-bottom ul li a .fa {
			padding-left: 0
		}
	
		.popularcourses-boxbg-bottom-bottom ul li a {
			font-size: 11px
		}
	
		.popularcourses-boxbg-bottom-top-text h4 {
			font-size: 11px
		}
	
		.popularcourses-boxbg-bottom-top-text p {
			font-size: 13px
		}
	
		.gethired-stepsbg h3 {
			margin: 15px 0 !important;
			font-size: 13px
		}
	
		.gethired-stepsbg {
			padding: 0
		}
	
		.syllabusbg-new .tab-content h2 {
			font-size: 20px
		}
	
		.syllabusbg-new .tab-content p {
			font-size: 12px
		}
	
		.brochbtn {
			font-size: 12px
		}
	
		/* .salbustabingmain .tab .nav-item .nav-link {
			width: 20%;
			margin: 0
		} */
	
		.salbustabingmain .tab .nav-item .nav-link span,
		.salbustabingmain .tab .nav-item .nav-link p {
			font-size: 10px
		}
	
		.blueimg img {
			width: 25px
		}
	
		.faq .btn-link {
			font-size: 14px
		}
	
		.borderfaq {
			font-size: 14px !important
		}
	
		.faqinsidecontent li {
			font-size: 14px
		}
	
		.program-highlights-new ul li {
			font-size: 14px
		}
	
		.program-highlights-new ul li img {
			width: 19px
		}
	
		.tabstimestrip ul.nav-pills li {
			width: 33.33%
		}
	
		.tabstimestrip .nav-pills .nav-link {
			padding: 10px;
			font-size: 14px
		}
	
		.howitworksetion {
			padding: 0
		}
	
		.highleavedstrip {
			padding: 20px 0 0 0
		}
	
		.checksyllabus-bannerbg-content h1 {
			font-size: 14px;
			line-height: 25px
		}
	
		.checksyllabus-bannerbg-content ul li {
			font-size: 14px
		}
	
		.clientsquotes h3 {
			font-size: 15px
		}
	
		.clientsquotes .owl-carousel .owl-item p {
			font-size: 15px
		}
	
		.bookbtn02 a {
			font-size: 13px;
			padding: 12px 0
		}
	
		.fewreviewsbg-left h1 {
			font-size: 18px
		}
	
		.fewreviewsbg {
			padding: 50px 0
		}
	
		.quicklinks ul li a {
			font-size: 13px
		}
	}
	@media only screen and (max-width:599px) {
		.popularcourses-header {
			display: block;
			text-align: center
		}
	
		.popularcourses-header-img {
			padding: 0 0 15px 0
		}
	
		.popularcourses-boxbg-bottom {
			margin-top: 0
		}
	
		.popularcourses-boxbg-bottom-top ul li {
			width: 100%;
			margin: 10px 0
		}
	
		.popularcourses-boxbg-bottom-top-text h4,
		.popularcourses-boxbg-bottom-top-text p {
			text-align: left
		}
	
		.popularcourses-boxbg-bottom-mid ul li {
			width: 100%;
			margin: 10px 0;
			min-height: inherit
		}
	
		.popularcourses-boxbg-top h4 {
			padding: 6px 0 0 20px;
			text-align: left
		}
	
		.algorithm-bg-left {
			width: 100%;
			margin-top: 20px
		}
	
		.algorithm-bg-right {
			width: 100%
		}
	
		.algorithm-bg-left p {
			text-align: left
		}
	
		.fewreviewsbg-left {
			width: 100%
		}
	
		.fewreviewsbg-right {
			width: 100%
		}
	
		.fewreviewsbg-left p {
			text-align: left
		}
	
		.syllabushead {
			text-align: center
		}
	
		.syllabushead p {
			width: 100%
		}
	
		.syllabushead a {
			float: none;
			display: inline-block
		}
	
		.syllabustabs-bg .nav-item {
			float: left;
			width: 48%;
			margin: 1%
		}
	
		.nav-pills .nav-link {
			padding: 10px 15px;
			font-size: 14px
		}
	
		.populartag {
			margin: 10px 0 0 0
		}
	
		.flip-card {
			width: 100% !important;
			margin: 10px 0 !important;
			height: 140px
		}
	
		.liveprogram-innerbg .row {
			display: block
		}
	
		.liveprogram-innerbg .col-md-4 {
			width: 50%;
			float: left
		}
	
		.flip-card-front img {
			width: 50px
		}
	
		.flip-card-front h3 {
			font-size: 12px;
			line-height: 16px;
			margin-top: 10px
		}
	
		.flip-card-front {
			padding: 20px
		}
	
		.flip-card-back {
			font-size: 12px;
			line-height: 16px
		}
	
		.liveprogram-innerbg h1 {
			font-size: 12px;
			margin: 5px 0
		}
	
		.popularcourses-bg2 {
			padding: 40px 0
		}
	
		.popularcourses-bg2 h1 {
			margin-bottom: 10px
		}
	
		.popularcourses-boxbg-top h4 {
			font-size: 12px
		}
	
		.popularcourses-header {
			padding: 20px
		}
	
		.popularcourses-header-img img {
			width: 40px
		}
	
		.popularcourses-header-text h2 {
			font-size: 12px
		}
	
		.popularcourses-header-text p {
			font-size: 11px;
			line-height: 15px
		}
	
		.popularcourses-boxbg-top {
			min-height: inherit
		}
	
		.popularcourses-boxbg-bottom-top ul li {
			margin: 5px 0;
			padding: 5px 0
		}
	
		.popularcourses-boxbg-bottom-mid ul li {
			padding: 10px
		}
	
		.popularcourses-boxbg-bottom-bottom h3 {
			font-size: 13px;
			margin: 0 0 10px 0
		}
	
		.popularcourses-boxbg-bottom-bottom ul li a .fa {
			padding-left: 0
		}
	
		.popularcourses-boxbg-bottom-bottom ul li a {
			font-size: 11px
		}
	
		.popularcourses-boxbg-bottom-top-text h4 {
			font-size: 11px
		}
	
		.popularcourses-boxbg-bottom-top-text p {
			font-size: 13px
		}
	
		.gethired-stepsbg h3 {
			margin: 15px 0 !important;
			font-size: 13px
		}
	
		.gethired-stepsbg {
			padding: 30px 0 0 0
		}
	
		.booktrialbtn1 {
			display: inline-block
		}
	
		.counsbtn1 {
			padding: 13px;
			font-size: 13px
		}
	
		.syllabusbg-new .tab-content h2 {
			font-size: 20px
		}
	
		.syllabusbg-new .tab-content p {
			font-size: 12px
		}
	
		.brochbtn {
			font-size: 12px
		}
	
		.salbustabingmain .tab .nav.nav-tabs {
			flex-wrap: nowrap;
			overflow-x: auto;
		}
	
		.salbustabingmain .tab .nav-item {
			/* width: 20%; */
			width: auto;
			margin: 0;
			padding: 4px;
		}
	
		.salbustabingmain .tab .nav-item .nav-link {
			padding: 5px;
			border-radius: 5px;
			width: 100%;
			text-align: center;
			background: #f0f8ff;
			min-height: 0;
		}
	
		.salbustabingmain .tab .nav-link span,
		.salbustabingmain .tab .nav-link p {
			font-size: 10px;
			margin-bottom: 0;
			white-space: nowrap;
		}
	
	
		.blueimg img {
			width: 25px
		}
	
		.faq .btn-link {
			font-size: 11px
		}
	
		.borderfaq {
			font-size: 11px !important
		}
	
		.faqinsidecontent li {
			font-size: 12px
		}
	
		.faqinsidecontent p {
			font-size: 12px
		}
	
		.program-highlights-new ul li {
			font-size: 10px
		}
	
		.program-highlights-new ul li img {
			width: 19px
		}
	
		.tabstimestrip ul.nav-pills li {
			width: 33.33%
		}
	
		.tabstimestrip .nav-pills .nav-link {
			padding: 10px;
			font-size: 11px
		}
	
		.howitworksetion {
			padding: 0
		}
	
		.highleavedstrip {
			padding: 20px 0 0 0
		}
	
		.checksyllabus-bannerbg-content h1 {
			font-size: 14px;
			line-height: 25px
		}
	
		.checksyllabus-bannerbg-content ul li {
			font-size: 14px
		}
	
		.clientsquotes h3 {
			font-size: 15px
		}
	
		.clientsquotes .owl-carousel .owl-item p {
			font-size: 15px
		}
	
		.bookbtn02 a {
			font-size: 13px;
			padding: 12px 0
		}
	
		.fewreviewsbg-left h1 {
			font-size: 18px
		}
	
		.fewreviewsbg {
			padding: 50px 0
		}
	
		.quicklinks ul li a {
			font-size: 13px
		}
	
		.program-btnleft,
		.program-btnrihgt {
			margin: 10px 5px !important
		}
	
		.traktopinfo {
			text-align: left;
			font-size: 16px
		}
	}
		
	
	@media (min-width:768px) {
		.col-md {
			-ms-flex-preferred-size: 0;
			flex-basis: 0;
			-ms-flex-positive: 1;
			flex-grow: 1;
			max-width: 100%
		}
	
		.col-md-auto {
			-ms-flex: 0 0 auto;
			flex: 0 0 auto;
			width: auto;
			max-width: 100%
		}
	
		.col-md-1 {
			-ms-flex: 0 0 8.333333%;
			flex: 0 0 8.333333%;
			max-width: 8.333333%
		}
	
		.col-md-2 {
			-ms-flex: 0 0 16.666667%;
			flex: 0 0 16.666667%;
			max-width: 16.666667%
		}
	
		.col-md-3 {
			-ms-flex: 0 0 25%;
			flex: 0 0 25%;
			max-width: 25%
		}
	
		.col-md-4 {
			-ms-flex: 0 0 33.333333%;
			flex: 0 0 33.333333%;
			max-width: 33.333333%
		}
	
		.col-md-5 {
			-ms-flex: 0 0 41.666667%;
			flex: 0 0 41.666667%;
			max-width: 41.666667%
		}
	
		.col-md-6 {
			-ms-flex: 0 0 50%;
			flex: 0 0 50%;
			max-width: 50%
		}
	
		.col-md-7 {
			-ms-flex: 0 0 58.333333%;
			flex: 0 0 58.333333%;
			max-width: 58.333333%
		}
	
		.col-md-8 {
			-ms-flex: 0 0 66.666667%;
			flex: 0 0 66.666667%;
			max-width: 66.666667%
		}
	
		.col-md-9 {
			-ms-flex: 0 0 75%;
			flex: 0 0 75%;
			max-width: 75%
		}
	
		.col-md-10 {
			-ms-flex: 0 0 83.333333%;
			flex: 0 0 83.333333%;
			max-width: 83.333333%
		}
	
		.col-md-11 {
			-ms-flex: 0 0 91.666667%;
			flex: 0 0 91.666667%;
			max-width: 91.666667%
		}
	
		.col-md-12 {
			-ms-flex: 0 0 100%;
			flex: 0 0 100%;
			max-width: 100%
		}
	
		.order-md-first {
			-ms-flex-order: -1;
			order: -1
		}
	
		.order-md-last {
			-ms-flex-order: 13;
			order: 13
		}
	
		.order-md-0 {
			-ms-flex-order: 0;
			order: 0
		}
	
		.order-md-1 {
			-ms-flex-order: 1;
			order: 1
		}
	
		.order-md-2 {
			-ms-flex-order: 2;
			order: 2
		}
	
		.order-md-3 {
			-ms-flex-order: 3;
			order: 3
		}
	
		.order-md-4 {
			-ms-flex-order: 4;
			order: 4
		}
	
		.order-md-5 {
			-ms-flex-order: 5;
			order: 5
		}
	
		.order-md-6 {
			-ms-flex-order: 6;
			order: 6
		}
	
		.order-md-7 {
			-ms-flex-order: 7;
			order: 7
		}
	
		.order-md-8 {
			-ms-flex-order: 8;
			order: 8
		}
	
		.order-md-9 {
			-ms-flex-order: 9;
			order: 9
		}
	
		.order-md-10 {
			-ms-flex-order: 10;
			order: 10
		}
	
		.order-md-11 {
			-ms-flex-order: 11;
			order: 11
		}
	
		.order-md-12 {
			-ms-flex-order: 12;
			order: 12
		}
	
		.offset-md-0 {
			margin-left: 0
		}
	
		.offset-md-1 {
			margin-left: 8.333333%
		}
	
		.offset-md-2 {
			margin-left: 16.666667%
		}
	
		.offset-md-3 {
			margin-left: 25%
		}
	
		.offset-md-4 {
			margin-left: 33.333333%
		}
	
		.offset-md-5 {
			margin-left: 41.666667%
		}
	
		.offset-md-6 {
			margin-left: 50%
		}
	
		.offset-md-7 {
			margin-left: 58.333333%
		}
	
		.offset-md-8 {
			margin-left: 66.666667%
		}
	
		.offset-md-9 {
			margin-left: 75%
		}
	
		.offset-md-10 {
			margin-left: 83.333333%
		}
	
		.offset-md-11 {
			margin-left: 91.666667%
		}
	}
	@media (min-width:992px) {
		.col-lg {
			-ms-flex-preferred-size: 0;
			flex-basis: 0;
			-ms-flex-positive: 1;
			flex-grow: 1;
			max-width: 100%
		}
	
		.col-lg-auto {
			-ms-flex: 0 0 auto;
			flex: 0 0 auto;
			width: auto;
			max-width: 100%
		}
	
		.col-lg-1 {
			-ms-flex: 0 0 8.333333%;
			flex: 0 0 8.333333%;
			max-width: 8.333333%
		}
	
		.col-lg-2 {
			-ms-flex: 0 0 16.666667%;
			flex: 0 0 16.666667%;
			max-width: 16.666667%
		}
	
		.col-lg-3 {
			-ms-flex: 0 0 25%;
			flex: 0 0 25%;
			max-width: 25%
		}
	
		.col-lg-4 {
			-ms-flex: 0 0 33.333333%;
			flex: 0 0 33.333333%;
			max-width: 33.333333%
		}
	
		.col-lg-5 {
			-ms-flex: 0 0 41.666667%;
			flex: 0 0 41.666667%;
			max-width: 41.666667%
		}
	
		.col-lg-6 {
			-ms-flex: 0 0 50%;
			flex: 0 0 50%;
			max-width: 50%
		}
	
		.col-lg-7 {
			-ms-flex: 0 0 58.333333%;
			flex: 0 0 58.333333%;
			max-width: 58.333333%
		}
	
		.col-lg-8 {
			-ms-flex: 0 0 66.666667%;
			flex: 0 0 66.666667%;
			max-width: 66.666667%
		}
	
		.col-lg-9 {
			-ms-flex: 0 0 75%;
			flex: 0 0 75%;
			max-width: 75%
		}
	
		.col-lg-10 {
			-ms-flex: 0 0 83.333333%;
			flex: 0 0 83.333333%;
			max-width: 83.333333%
		}
	
		.col-lg-11 {
			-ms-flex: 0 0 91.666667%;
			flex: 0 0 91.666667%;
			max-width: 91.666667%
		}
	
		.col-lg-12 {
			-ms-flex: 0 0 100%;
			flex: 0 0 100%;
			max-width: 100%
		}
	
		.order-lg-first {
			-ms-flex-order: -1;
			order: -1
		}
	
		.order-lg-last {
			-ms-flex-order: 13;
			order: 13
		}
	
		.order-lg-0 {
			-ms-flex-order: 0;
			order: 0
		}
	
		.order-lg-1 {
			-ms-flex-order: 1;
			order: 1
		}
	
		.order-lg-2 {
			-ms-flex-order: 2;
			order: 2
		}
	
		.order-lg-3 {
			-ms-flex-order: 3;
			order: 3
		}
	
		.order-lg-4 {
			-ms-flex-order: 4;
			order: 4
		}
	
		.order-lg-5 {
			-ms-flex-order: 5;
			order: 5
		}
	
		.order-lg-6 {
			-ms-flex-order: 6;
			order: 6
		}
	
		.order-lg-7 {
			-ms-flex-order: 7;
			order: 7
		}
	
		.order-lg-8 {
			-ms-flex-order: 8;
			order: 8
		}
	
		.order-lg-9 {
			-ms-flex-order: 9;
			order: 9
		}
	
		.order-lg-10 {
			-ms-flex-order: 10;
			order: 10
		}
	
		.order-lg-11 {
			-ms-flex-order: 11;
			order: 11
		}
	
		.order-lg-12 {
			-ms-flex-order: 12;
			order: 12
		}
	
		.offset-lg-0 {
			margin-left: 0
		}
	
		.offset-lg-1 {
			margin-left: 8.333333%
		}
	
		.offset-lg-2 {
			margin-left: 16.666667%
		}
	
		.offset-lg-3 {
			margin-left: 25%
		}
	
		.offset-lg-4 {
			margin-left: 33.333333%
		}
	
		.offset-lg-5 {
			margin-left: 41.666667%
		}
	
		.offset-lg-6 {
			margin-left: 50%
		}
	
		.offset-lg-7 {
			margin-left: 58.333333%
		}
	
		.offset-lg-8 {
			margin-left: 66.666667%
		}
	
		.offset-lg-9 {
			margin-left: 75%
		}
	
		.offset-lg-10 {
			margin-left: 83.333333%
		}
	
		.offset-lg-11 {
			margin-left: 91.666667%
		}
	}
	.col,
	.col-1,
	.col-10,
	.col-11,
	.col-12,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-auto,
	.col-lg,
	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-auto,
	.col-md,
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-auto,
	.col-sm,
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-auto,
	.col-xl,
	.col-xl-1,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-auto {
		position: relative;
		width: 100%;
		padding-right: 15px;
		padding-left: 5px
	}
	
	
	
	.booktrialbtn:hover {
		background: #f6d038 !important;
		border-color: #f6d038 !important;
		color: #0b254d !important;
		box-shadow: 0 0 13px #f6d038 !important
	}
	.justify-content-center {
		-ms-flex-pack: center !important;
		justify-content: center !important
	}
	
	
	
	.nav-link {
		display: block;
		padding: .5rem 1rem
	}
	
	.nav-pills .nav-link {
		border-radius: .25rem;
		background: #f0f2f8;
		margin-right: 10px;
		padding: 11px 40px;
		color: #000;
		font-weight: 600
	}
	
	.nav-pills .nav-link.active,
	.nav-pills .show>.nav-link {
		color: #fff;
		background-color: #007bff
	}
	
	.coursesbg .nav-pills .nav-link {
		background: #dde1ec;
		margin-right: 10px;
		padding: 11px 40px;
		color: #000;
		font-weight: 700
	}
	
	.coursesbg .nav-pills .nav-link.active,
	.nav-pills .show>.nav-link {
		background: linear-gradient(90deg, rgba(53, 106, 239, 1) 40%, rgba(45, 143, 230, 1) 100%);
		color: #fff
	}
	
	.coursemodule-bg {
		float: left;
		width: 100%;
		padding: 50px 0;
		background: #eceded;
		font-family: 'Inter', sans-serif
	}
	
	.coursemodule-bg h1 {
		color: #000;
		font-size: 27px;
		font-weight: 600;
		margin: 0
	}
	
	.coursemodule-bg h6 {
		color: #363636;
		font-size: 17px;
		font-weight: 500;
		margin: 10px 0
	}
	p{
		font-size: 14px;
	}
	ul {
		padding: 0;
		margin: 0
	}
	
	ul li {
		list-style-type: none;
		font-size: 14px;
	}
	
	dl,
	ol,
	ul {
		margin-top: 0;
		margin-bottom: 1rem;
		font-size: 14px;
	}
	*,
	::after,
	::before {
		box-sizing: border-box;
		
		
		
	}
	div li{
		font-size: 14px;
	}
	
	
	/*-------*/
	
	@media only screen and (min-width: 320px) and (max-width: 768px) {
	#welcomepopup {
		max-width: 370px !important;
		left: 8px;
		top: inherit;
		bottom: 20px;
		padding: 0 !important;
		border-radius: 20px;
		background: #00205f;
		height: auto;
		font-family: "Open Sans", sans-serif;
	}
	
	.trakmenu ul li {
		float: none;
		display: inline-block;
		padding: 0px 7px !important;
	}
	
	#welcomepopup .modal-header .close {
		opacity: 1;
		color: #00205f;
		background-color: #fff;
		z-index: 99;
		box-shadow: none;
		width: 30px;
		position: relative;
		border-radius: 50%;
		height: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
		right: 10px;
		top: 10px;
	}
	
	#welcomepopup .modal-header {
		text-align: center;
		display: block;
		border: none;
	}
	
	#welcomepopup .modal-footer {
		text-align: center;
		display: block;
		border: none;
		background: #fff;
	}
	
	.yallowbox {
		display: inline-block;
		padding: 5px 20px;
		border-radius: 5px;
		background: #fefe00;
		color: #000;
		font-weight: 700;
	}
	
	#welcomepopup .modal-body p {
		color: #fff;
		font-weight: 700;
		font-size: 14px;
	}
	}
	
	.counsellingpopupbg .close {
	color: #0072bc;
	opacity: 1;
	position: absolute;
	top: 10px;
	font-size: 30px;
	right: 20px;
	outline: none;
	}
	
	.counsellingpopupbg-img {
	float: left;
	width: 50%;
	}
	
	.counsellingpopupbg-img img {
	width: 100%;
	}
	
	.counsellingpopupbg-form {
	padding: 50px 40px;
	}
	
	.counsellingpopupbg-form {
	float: left;
	width: 50%;
	padding: 10px 15px;
	}
	
	.counsellingpopupbg-form h1 {
	color: #0072bc;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 27px 0;
	}
	
	.counsellingpopupbgIframe {
	width: 100%;
	border: none;
	height: 590px;
	}
	
	@media only screen and (max-width: 767px) {
	.counsellingpopupbg-img {
		display: none;
	}
	
	.counsellingpopupbg-form {
		width: 100%;
		padding: 20px;
	}
	
	/* .whymakesnew .row [class*="col-"]{
			padding-inline: 5px;
		} */
	
	.whymakesnew .row [class*="col-"],
	.getcertfiedbgnew .row [class*="col-"] {
		padding-inline: 5px;
		margin-bottom: 15px;
	}
	
	.whymakes-box {
		min-height: auto;
	}
	
	.whymakes-box,
	.getcertfiedbgnew-box {
		padding: 20px 10px;
		height: 100%;
		margin-bottom: 0;
	}
	
	.whymakes-box img {
		width: 60px;
	}
	
	.getcertfiedbgnew-box .fa {
		font-size: 45px;
	}
	
	.whymakes-box h4,
	.getcertfiedbgnew-box h2 {
		font-size: 14px;
	}
	
	.whymakes-box p,
	.getcertfiedbgnew-box p {
		font-size: 14px;
	}
	}
	
	.review_scroll_sec {
	overflow: auto;
	white-space: nowrap;
	}
	
	.review_scroll_sec .review_scroll_inner {
	display: flex;
	}
	
	.review_scroll_sec .review_scroll_inner .whatpeoplesaybox {
	min-width: 410px !important;
	display: flex;
	flex-direction: column;
	}
	
	.review_scroll_sec .review_scroll_inner .whatpeoplesaybox * {
	white-space: normal;
	}
	
	.review_scroll_sec
	.review_scroll_inner
	.whatpeoplesaybox
	.whatpeoplesaybox-mid {
	margin-top: auto;
	/* padding-top: 25px; */
	}
	
	@media screen and (max-width: 600px) {
	.review_scroll_sec .review_scroll_inner .whatpeoplesaybox {
		min-width: 325px !important;
	}
	}
	
	@media screen and (max-width: 959px) {
	.sticky-nav {
		display: flex !important;
		flex-wrap: nowrap;
		white-space: nowrap;
		overflow-x: auto;
		position: sticky;
		top: 60px;
		z-index: 99;
		background: #fff;
	}
	}
	
	@media screen and (max-width: 767px) {
	.sticky-nav {
		top: 110px;
		z-index: 99;
		background: #fff;
		gap: 10px;
		padding: 5px;
	}
	
	.sticky-nav .nav-item {
		min-width: auto !important;
		width: auto !important;
		display: inline-block;
	}
	
	.sticky-nav .nav-link {
		font-size: 10px !important;
		border-radius: 2px !important;
		padding: 5px 10px !important;
	}
	
	.sticky-nav.center-nav {
		justify-content: center !important;
	}
	}
	
	.curriculum-accordion {
	border: 1px solid #e1e1e1;
	padding: 15px;
	border-radius: 10px;
	}
	
	.curriculum-accordion .card {
	border: 0;
	border-radius: 10px;
	background: none;
	}
	
	.curriculum-accordion .card .card-header + div {
	background: #f7f9fc !important;
	}
	
	.curriculum-accordion .card .card-header {
	border: 0;
	padding: 0;
	margin: 5px 0;
	border-radius: 10px;
	}
	
	.curriculum-accordion .card .card-header .btn-header-link.collapsed {
	color: #000;
	border-radius: 10px !important;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	font-size: 14px;
	}
	
	.curriculum-accordion .card .card-header .btn-header-link {
	color: #000;
	display: block;
	background: #f7f9fc;
	text-align: left;
	box-shadow: 0 0 0 #000;
	padding: 15px 50px 15px 20px;
	border-radius: 10px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	font-size: 14px;
	position: relative;
	}
	
	.curriculum-accordion .card .card-header .btn-header-link::after {
	content: "\f107";
	position: absolute;
	font: normal normal normal 14px / 1 FontAwesome;
	text-rendering: auto;
	color: #000;
	font-size: 14px;
	right: 30px;
	top: 50%;
	transform: translateY(-50%) rotateZ(0deg);
	transition: 0.3s all;
	}
	
	.curriculum-accordion
	.card
	.card-header
	.btn-header-link[aria-expanded="true"]::after {
	transform: translateY(-50%) rotateZ(180deg);
	}
	
	.curriculum-accordion .card .collapse {
	border: 0;
	}
	
	.curriculum-accordion .card-body {
	padding: 20px;
	}
	
	.curriculum-accordion .innerfaq .card {
	border: solid 1px #d9d9d9 !important;
	margin-bottom: 7px;
	}
	
	.curriculum-accordion .implementation-content ul {
	padding: 0;
	margin: 0;
	}
	
	.curriculum-accordion .implementation-content ul li {
	position: relative;
	list-style: none;
	color: #000;
	font-size: 14px;
	font-family: "Inter", sans-serif;
	font-weight: 500;
	padding: 0 0 10px 25px;
	}
	
	.curriculum-accordion .implementation-content ul li::before {
	content: "";
	height: 8px;
	width: 8px;
	border-radius: 50%;
	position: absolute;
	background-color: #377cef;
	top: 5px;
	left: 0;
	}
	
	.curriculum-accordion .implementation-content ul li:last-child::after {
	display: none;
	}
	
	.curriculum-accordion .implementation-content ul li::after {
	content: "";
	border: dotted 1px #377cef;
	height: 100%;
	width: 1px;
	position: absolute;
	bottom: -9px;
	left: 3px;
	}
	
	.curriculum-accordion .implementation-content h3,
	.curriculum-accordion .implementation-content h4,
	.curriculum-accordion .implementation-content h5 {
	color: #477ab3;
	font-size: 15px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	margin: 18px 0 5px 0;
	}
	
	.curriculum-accordion .implementation-content h5 {
	color: #000;
	}
	
	.program-highlights {
	float: left;
	width: 100%;
	}
	
	.program-highlights .highlight-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px;
	}
	
	.program-highlights .highlight-card img {
	width: 120px;
	margin-bottom: 10px;
	}
	
	.program-highlights .highlight-card h4 {
	text-align: center;
	font-size: 20px;
	}
	
	.program-highlights .highlight-card h3 {
		text-align: center;
		font-size: 14px;
		}
	
	.learning-path-outer {
	display: flex;
	justify-content: space-between;
	}
	
	.learning-path-card {
	position: relative;
	flex-grow: 0;
	flex-shrink: 0;
	width: 150px !important;
	}
	
	.learning-path-card .learning-path-card-img {
	padding: 0 20px;
	}
	
	.learning-path-card .learning-path-card-img img {
	max-width: 100%;
	}
	
	.learning-path-card .learning-path-card-img::after {
	position: absolute;
	content: "";
	top: 55px;
	left: calc(100% + 10px);
	width: 35px;
	height: 35px;
	background-image: url(../images/icons/fast-forward.png);
	background-size: contain;
	transform: translateY(-50%);
	}
	
	.learning-path-card.last-card .learning-path-card-img::after {
	display: none;
	}
	
	.learning-path-card img {
	max-width: 100%;
	margin-bottom: 10px;
	}
	
	.learning-path-card p {
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	}
	.learning-path-card h3 {
		text-align: center;
		font-size: 14px;
		font-weight: 500;
		}
	
	.bottom-text {
	border: 2px solid #9b9b9b;
	border-top: 0;
	height: 60px;
	max-width: 85%;
	margin: 0 auto;
	position: relative;
	}
	
	.bottom-text h3 {
	position: absolute;
	top: 100%;
	left: 50%;
	background-color: #fff;
	padding: 0 10px;
	white-space: nowrap;
	transform: translate(-50%, -20px);
	}
	
	/* BSR */
	.video-youtube .faculty-box {
	padding: 0;
	overflow: hidden;
	}
	
	.video-youtube .faculty-box figure img {
	cursor: pointer;
	height: 100%;
	width: 100%;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	}
	.video-youtube .faculty-box div {
	padding: 10px 30px 30px;
	}
	.video-youtube-popup {
	position: fixed;
	z-index: 99999;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	bottom: 0;
	justify-content: center;
	align-items: center;
	display: none;
	}
	.video-youtube-popup.show {
	display: flex;
	}
	.video-youtube-popup .wrapper {
	position: relative;
	min-width: 25px;
	min-height: 25px;
	background-color: black;
	border-radius: 10px;
	padding: 10px;
	}
	.video-youtube-popup .close-btn {
	cursor: pointer;
	position: absolute;
	top: -17px;
	right: -17px;
	padding: 4px;
	background-color: red;
	border-radius: 50%;
	color: wheat;
	}
	.video-youtube-popup .close-btn > svg {
	width: 25px;
	height: 25px;
	}
	.video-youtube-popup iframe {
	width: 60vw;
	height: 50vh;
	}
	/* / BSR */
	
	@media screen and (min-width: 1140px) and (max-width: 1279px) {
	.learning-path-card {
		width: 130px !important;
	}
	
	.learning-path-card .learning-path-card-img::after {
		top: 50px;
		left: calc(100% + 10px);
		width: 20px;
		height: 20px;
	}
	}
	
	@media screen and (min-width: 960px) and (max-width: 1139px) {
	.learning-path-outer {
		transform: scale(0.95);
	}
	
	.learning-path-card {
		width: 130px !important;
	}
	
	.learning-path-card .learning-path-card-img::after {
		top: 50px;
		width: 20px;
		height: 20px;
	}
	}
	
	@media screen and (min-width: 768px) and (max-width: 959px) {
	.learning-path-card {
		width: 100px !important;
	}
	
	.learning-path-card .learning-path-card-img::after {
		top: 30px;
		left: 100%;
		width: 20px;
		height: 20px;
	}
	
	.learning-path-card p {
		font-size: 14px;
	}
	}
	
	.graph-text {
	display: flex;
	justify-content: space-between;
	padding: 0 10px 0 40px;
	margin-top: 20px;
	font-size: 14px;
	}
	
	.graph-text p {
	margin-bottom: 0;
	text-align: center;
	}
	
	.avg-salery {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
	gap: 10px;
	}
	
	.avg-salery p {
	margin-bottom: 0;
	}
	
	.avg-salery .box {
	background-color: #0a4c9e;
	width: 40px;
	height: 40px;
	}
	
	@media screen and (min-width: 1280px) {
	.graph-text {
		padding: 0 50px 0 90px;
	}
	
	.graph-text p {
		font-size: 20px;
	}
	.graph-text h3   {
		font-size: 20px;
	}
	
	}
	
	@media screen and (min-width: 1140px) and (max-width: 1279px) {
	.graph-text {
		padding: 0 40px 0 75px;
	}
	
	.graph-text p {
		font-size: 20px;
	}
	.avg-salery .box { 
		width: 30px;
		height: 30px;
	}
	}
	@media screen and (min-width: 768px) and (max-width: 1139px) {
	.avg-salery .box { 
		width: 35px;
		height: 35px;
	}
	}
	
	@media screen and (max-width: 767px) {
	.graph-text {
		padding: 0 4px 0 20px;
		gap: 15px;
	}
	
	.graph-text p {
		font-size: 11px;
	}
	.avg-salery .box { 
		width: 20px;
		height: 20px;
	}
	}
	
	@media screen and (max-width: 460px) {
	.graph-text h3{
		gap: 10px;
		font-size: 13px;
	
	}
	
	.graph-text p {
		font-size: 10px;
	} 
	}
	
	@media screen and (min-width: 768px) and (max-width: 1139px) {
	.avg-salery .box { 
		width: 35px;
		height: 35px;
	}
	}
	
	
	@media screen and (max-width: 767px) {
	.learning-path-outer {
		flex-direction: column;
		position: relative;
		padding-left: 35px;
		padding-right: 10px;
	}
	
	.learning-path-outer::before {
		position: absolute;
		content: "";
		left: 7px;
		top: 35px;
		bottom: 52px;
		width: 2px;
		border: 2px dotted #377cef;
	}
	
	.learning-path-card {
		position: relative;
		width: auto !important;
		padding-right: 10px;
		display: flex;
		align-items: center;
		border: 1px solid #377cef;
		margin-bottom: 16px;
		border-radius: 5px;
		background-color: #fff;
	}
	
	.learning-path-card::before {
		position: absolute;
		content: "";
		left: -35px;
		top: calc(50% - 7px);
		width: 15px;
		height: 15px;
		border-radius: 50%;
		background-color: #377cef;
	}
	
	.learning-path-card::after {
		position: absolute;
		content: "";
		left: -35px;
		top: calc(50% - 1px);
		width: 40px;
		height: 2px;
		border-radius: 50%;
		background-color: #377cef;
		z-index: -1;
	}
	
	.learning-path-card .learning-path-card-img {
		width: 80px;
		padding: 10px;
		flex-shrink: 0;
	}
	
	.learning-path-card .learning-path-card-img img {
		margin-bottom: 0;
	}
	
	.learning-path-card p {
		font-size: 18px;
		margin-bottom: 0;
	}
	
	.learning-path-card .learning-path-card-img::after {
		display: none;
	}
	
	.learning-path-card p {
		text-align: left;
	}
	
	.bottom-text {
		border-left: 0;
		border-right: 0;
	}
	}
	
	@media screen and (min-width: 500px) and (max-width: 767px) {
	.bottom-text {
		height: 40px;
		max-width: 80%;
	}
	
	.bottom-text h3 {
		font-size: 15px;
		transform: translate(-50%, -10px);
	}
	}
	
	@media screen and (max-width: 574px) {
	.program-highlights .row [class*="col-"] {
		padding-left: 8px;
		padding-right: 8px;
	}
	
	.program-highlights .highlight-card {
		padding: 0;
	}
	
	.program-highlights .highlight-card img {
		width: 50px;
	}
	
	.program-highlights .highlight-card h4 {
		font-size: 14px;
	}
	
	.learning-path-card .learning-path-card-img {
		width: 65px;
	}
	.learning-path-card h3{
		font-size: 14px;
	}
	
	
	
	.learning-path-card p {
		font-size: 15px;
		margin-bottom: 0;
	}
	
	/* 	.learning-path-outer {
			white-space: nowrap;
		}
	
		.learning-path-card {
			width: 80px !important;
		}
	
	.learning-path-card .learning-path-card-img {
			padding: 0 5px;
		}
	
		.learning-path-card .learning-path-card-img::after {
			top: 35px;
			left: 100%;
			width: 20px;
			height: 20px;
		}
	
		.learning-path-outer .learning-path-card p {
			font-size: 8px;
			white-space: normal;
		} */
	
	.bottom-text {
		max-width: 88%;
	}
	
	.bottom-text h3 {
		font-size: 18px;
		transform: translate(-50%, -10px);
	}
	}
	
	@media screen and (max-width: 460px) {
	/* .learning-path-outer {
			white-space: nowrap;
		} */
	
	/* .learning-path-card {
			width: 55px !important;
		}
	
		.learning-path-card .learning-path-card-img {
			padding: 0 5px;
		}
	
		.learning-path-card .learning-path-card-img::after {
			top: 25px;
			left: 100%;
			width: 10px;
			height: 10px;
		}
	
		.learning-path-outer .learning-path-card p {
			font-size: 8px;
			white-space: normal;
		} */
	
	.bottom-text {
		height: 30px;
	}
	
	.bottom-text h3 {
		font-size: 14px;
		/* transform: translate(-50%, -10px); */
	}
	/* BSR */
	.video-youtube-popup .wrapper {
		border-radius: 3px;
		padding: 2px;
	}
	.video-youtube-popup .close-btn {
		cursor: pointer;
		position: absolute;
		top: -10px;
		right: -10px;
		padding: 1px;
		background-color: red;
		border-radius: 50%;
		color: wheat;
	}
	.video-youtube-popup .close-btn > svg {
		width: 20px;
		height: 20px;
	}
	.video-youtube-popup iframe {
		width: 90vw;
		height: 25vh;
	}
	}
	/* BSR */
	
	.mentor,
	.faq {
	float: left;
	width: 100%;
	}
	
	.btn-center-section {
	float: left;
	width: 100%;
	padding: 25px 0;
	}
	
	/* .container::after {
		display: block;
		clear: both;
		content: "";
	} */
	
	.brochbtn {
	padding: 13px 15px;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	background: #1a64c0;
	border-radius: 5px;
	color: #fff;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	}
	
	.brochbtn:hover {
	background: #ec5252;
	color: #fff;
	}
	.review_scroll_sec .review_scroll_inner .faculty-box {
	min-width: 410px !important;
	margin: 20px;
	}
	.review_scroll_sec .review_scroll_inner .faculty-box .title,
	.review_scroll_sec .review_scroll_inner .faculty-box .description {
	white-space: break-spaces;
	}
	
	@media screen and (max-width: 600px) {
	.review_scroll_sec .review_scroll_inner .faculty-box {
		min-width: 325px !important;
	}
	}
	
	/* 22-03-2023 */
	
	/* html,
	body {
		height: 100%;
	} */
	
	/* .sec-navbar {
		z-index: 999;
	} */
	
	@media screen and (max-width: 767px) {
	.center-nav {
		display: none !important;
		position: fixed;
		width: 100%;
		top: 100px;
		left: 0;
		z-index: 99;
		background: #fff;
	}
	
	.sticky-section .center-nav {
		display: flex !important;
	}
	}
	
	/* BSR -19-04-2024 */
	.hero-event-lable {
	  width: max-content;
	  gap: 10px;
	}
	.hero-event-lable > svg {
	  height: 24px;
	  width: 24px;
	}
	.hero-event-lable > p {
	  font-size: 13px;
	  font-weight: 500;
	  line-height: 13px;
	}
	.banner-feature-item {
	  gap: 10px;
	}
	.banner-feature-item figure > svg {
	  color: rgb(32 168 152 / 1);
	  height: 18px;
	  width: 18px;
	}
	.banner-feature-item > p {
	  margin: 0;
	  margin-bottom: 15px;
	/*  line-height: 40px;*/
	}
	.banner-video-btn {
	  gap: 10px;
	}
	
	.video-youtube .faculty-box div {
	  padding: 10px 30px 30px;
	}
	.video-youtube-popup {
	  position: fixed;
	  z-index: 99999;
	  width: 100vw;
	  height: 100vh;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  justify-content: center;
	  align-items: center;
	  display: none;
	}
	.video-youtube-popup.show {
	  display: flex;
	}
	.video-youtube-popup .wrapper {
	  position: relative;
	  min-width: 25px;
	  min-height: 25px;
	  background-color: black;
	  border-radius: 10px;
	  padding: 10px;
	}
	.video-youtube-popup .close-btn {
	  cursor: pointer;
	  position: absolute;
	  top: -17px;
	  right: -17px;
	  padding: 4px;
	  background-color: red;
	  border-radius: 50%;
	  color: wheat;
	}
	.video-youtube-popup .close-btn > svg {
	  width: 25px;
	  height: 25px;
	}
	.video-youtube-popup iframe {
	  width: 60vw;
	  height: 50vh;
	}
	.interview-call {
	  padding-top: 1000px !important;
	}
	.interview-call .row {
	  gap: 5px;
	}
	.interview-call figure img {
	  width: 100%;
	  height: 70px;
	  padding: 5px;
	  object-fit: contain;
	  object-position: center;
	}
	.interview-call h3 {
	  font-size: 24px;
	}
	.mentor-profile .card {
	  border: 0;
	  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
	}
	.mentor-profile .card-header,
	.mentor-profile .card-body,
	.mentor-profile .card-header > div {
	  flex: 1;
	}
	.mentor-profile .card-header {
	  padding: 0;
	  height: 226px;
	/*  max-height: 226px;*/
	/*  max-width: 540px;*/
	}
	
	.mentor-profile .card-header .wrapper {
	  /*
	  width: 100%;
	  height: 100%;
	  */
	  background-color: #000;
	  background-image: linear-gradient(to right, rgb(44, 44, 44), rgb(0, 0, 0));
	}
	.mentor-profile .card-header .left > p {
	  padding-left: 10px;
	  font-size: 14px;
	  font-weight: 500;
	  text-align: left;
	}
	.mentor-profile .card-header .left > p span {
	  color: #007bff;
	  text-decoration: underline;
	}
	.mentor-profile .card-header .border-layer {
	  border: 4px solid rgba(132, 146, 166, .3);
	  border-radius: 10px;
	  overflow: hidden;
	}
	.mentor-profile .card-header .right {
	  flex: 1;
	  display: flex;
	  justify-content: end;
	}
	.mentor-profile .card-header .right > img {
	/*  height: 100%;*/
	  height: 160px;
	  object-fit: contain;
	  object-position: bottom right;
	}
	.mentor-profile .card-header .play-btn {
	  height: 100%;
	  width: 100%;
	  top: 0;
	  left: 0;
	}
	.mentor-profile .card-header .play-btn button {
	  height: 40px;
	  width: 40px;
	  padding: 0;
	  background-color: #007bff;
	  border-radius: 50%;
	}
	.mentor-profile .card-header .play-btn svg {
	  color: white;
	}
	.mentor-profile .card-body {
		padding-top: 15px;
	}
	.mentor-profile .card-body .lable {
	  width: fit-content;
	  padding: 5px 18px;
	  background-color: rgb(227, 234, 245);
	}
	.mentor-profile .card-body .lable p {
	  margin: 0;
	  color: rgb(35, 35, 35);
	  font-size: 14px;
	  font-weight: 400;
	}
	.mentor-profile .card-body .profile {
	  gap: 10px;
	}
	.mentor-profile .card-body .profile figure img {
	  height: 72px;
	  width: 72px;
	  border-radius: 50%;
	}
	.mentor-profile .card-body p {
	  margin-top: 20px;
	  color: rgb(128, 128, 128);
	  font-size: 14px;
	  text-align: left;
	}
	.mentor-profile .card-body .title div {
	  gap: 10px;
	}
	.mentor-profile .card-body .title .meta-tags .lable {
	  gap: 10px;
	  width: fit-content;
	  padding: 5px 9px;
	  background-color: rgb(227, 234, 245);
	  color: rgb(128 128 128 / 1);
	}
	.mentor-profile .card-body .title .meta-tags .lable p {
	  color: rgb(128 128 128 / 1);
	}
	.mentor-profile .card-body .title .meta-profile a {
	  margin-top: -12px;
	  display: inline-block;
	}
	.mentor-profile .card-body .companies {
	  gap: 10px;
	}
	.mentor-profile .card-body .companies img {
	  height: 30px;
	}
	.hiring-organization .row {
		gap: 45px;
	  }
	  .hiring-organization .item {
		gap: 25px;
	  }
	  .owl-carousel .owl-stage {
		transition-timing-function: linear !important;
	  }
	  .hiring-organization .head {
		background-color: #dc3545;
		z-index: 999;
		top: -39px;
		font-size: 14px;
		font-weight: 700;
		border-radius: 12px;
	  }
	  .hiring-organization .company-slider {
		background-color: #f3f5fd;
		padding: 13px 10px;
		border-radius: 25px;
	  }
	  .hiring-organization .swiper-wrapper {
		position: relative;
		transition-timing-function: linear !important;
	  }
	
	@media screen and (max-width: 460px) {
	  .video-youtube-popup .wrapper {
		border-radius: 3px;
		padding: 2px;
	  }
	  .video-youtube-popup .close-btn {
		cursor: pointer;
		position: absolute;
		top: -10px;
		right: -10px;
		padding: 1px;
		background-color: red;
		border-radius: 50%;
		color: wheat;
	  }
	  .video-youtube-popup .close-btn > svg {
		width: 20px;
		height: 20px;
	  }
	  .video-youtube-popup iframe {
		width: 90vw;
		height: 25vh;
	  }
	  .interview-call {
		/*padding-top: 1230px !important;*/
		padding-top: 1885px !important;
	  }
	  .interview-call figure {
		margin: 0;
		padding: 0;   
	  }
	}
	/*
	@media (min-width: 576px) and (max-width: 767.98px) {
	  .mentor-profile .card-header {
		height: 300px;
	  }
	}
	*/
	/*@media (min-width: 768px) and (max-width: 991.98px){*/
	@media (min-width: 768px){
	  /*
	  .mentor-profile .card {
		height: 306px;
	  }
	  */
	
	  .hero-event-lable > p {
		font-size: 15px;
	  }
	  .mentor-profile .card-header {
		padding: 0;
		height: auto;
		height: 306px;
		background-color: unset;
		border: none;
		display: flex;
		justify-content: center;
	  }
	  .mentor-profile .card-header .border-layer {
		max-width: 540px;
	  }
	  .mentor-profile .card-body .companies {
		gap: 20px;
	  }
	  .mentor-profile .card-header .right > img {
	/*    height: 100%;*/
		height: 306px;
	  }
	  .mentor-profile .card-header .left > p {
		font-size: 24px;
	  }
	  .mentor-profile .card-header .play-btn button {
		height: 50px;
		width: 50px;
	  }
	  .mentor-profile .card-body {
		padding-top: 10px;
	  }
	  .mentor-profile .card-body .companies img {
		height: 40.5px;
	  }
	  .mentor-profile .card-body .title .meta-tags .lable {
		padding: 5px 18px;
	  }  
	  .mentor-profile .card-body .lable p {
		font-weight: 500;
	  }  
	  .mentor-profile .card-body p {
		margin-top: 0;
		font-size: 18px;
	  }
	  .hiring-organization .owl-carousel {
		padding: 25px 20px;
	  }
	  .hiring-organization .head {
		font-size: 14px;
	  }
	}
	@media (min-width: 992px){
	  /*.mentor-profile .card {
		height: 306px;
	  }*/
	  .mentor-profile .card-header .left > p {
		font-size: 27px;
	  }
	}
	@media (min-width: 768px) and (max-width: 1024px) {
	  .mentor-profile .card-header {
		min-width: 55% !important;
	  }
	}
	/* / BSR -19-04-2024 */
	/* BSR -08-07-2024 */
	.products_slide:hover p {
		color: #76787a;
	  }
	  .projectsnewbg .owl-carousel .item {
		padding-top: 33px !important;
	  }
	  .projectsnewbg-bottom .owl-nav {
		display: block !important;
	  }
	  .projectsnewbg-bottom .owl-dots {
		display: none !important;
	  }
	  .projectsnewbg-bottom .owl-nav .owl-prev {
		border-radius: 10px 0 0 10px;
	  }
	  .projectsnewbg-bottom .owl-nav .owl-next {
		border-radius: 0 10px 10px 0;
	  }
	  
	  .project-item-slide {
		background: unset !important;
		border: 1px solid #0d4a9b;
		max-width: 330px;
		display: flex;
		flex-direction: column;
		position: relative;
		padding: 40px 29px;
	  }
	  .project-item-slide .card-title {
		position: absolute;
		display: flex;
		width: 100%;
		justify-content: center;
		top: -22px;
		left: 0;
	  }
	  .project-item-slide .card-title.multiline {
		top: -33px;
	  }
	  .project-item-slide .card-title > p {
		width: 63%;
		background-color: #0d4a9b;
		color: white;
		padding: 9px 24px;
		border-radius: 500px;
	  }
	  .project-item-slide > h5 {
		font-weight: 500;
		font-size: 18px;
		line-height: 24px;
	  }
	  .project-item-slide > p {
		font-size: 17px;
		line-height: 24px;
	  }
	  .project-item-slide .techs {
		display: grid;
		gap: 10px;
		grid-template-columns: 1fr 1fr;
	  }
	  .project-item-slide .techs p {
		color: unset;
		border: 1px solid #0d4a9b;
		border-radius: 50px;
		padding: 5px 0;
	  }
	  .owl-carousel .owl-nav > button[type="button"] {
		background-color: #0d4a9b !important;
		margin: 0 !important;
		padding: 0 11px !important;
	  }
	  .owl-carousel .owl-nav > button.disabled {
		opacity: unset !important;
	  }
	  .owl-carousel .owl-nav button span {
		color: white;
		font-size: 52px;
		line-height: 0.7;
		font-weight: 200;
	  }
	  @media only screen and (min-width: 768px) {
		.projectsnewbg-bottom .owl-next {
		  position: unset;
		  top: unset;
		  transform: unset;
		  font-size: unset;
		  border: unset;
		  background-color: unset;
		  color: unset;
		}
	  }
	  /* / BSR -08-07-2024 */
	
	  /* BSR -27-08-2024 */
	.fs-6 {
		font-size: 13px !important;
	}
	.fw-bold {
		font-weight: 700 !important;
	}
	.text-start {
		text-align: left !important;
	}
	.me-1 {
		margin-right: .25rem !important;
	}
	.align-self-stretch {
		align-self: stretch !important;
	}
	@media (min-width: 460px) {
		.fs-6 {
			font-size: 16px !important;
		}
	}
	
	/* table-heading */
	.comparison-with-other .head, .comparison-with-other .head > p {
		font-size: 25px !important;
	}
	.comparison-with-other .head > p {
		color: rgb(13, 74, 155);
	}
	/* -/- table-heading */
	.comparison-with-other .table-heading {
		border-top-left-radius: 1rem !important;
		border-top-right-radius: 1rem !important;
	}
	.comparison-with-other .table-bottom {
		border-bottom-left-radius: .5rem !important;
		border-bottom-right-radius: .5rem !important;
	}
	.comparison-with-other .table-heading-blue {
		background-color: #0d4a9b;
		color: #fff;
	}
	.comparison-with-other .table-heading-gray {
		background: #EEEEEE;
	}
	.comparison-with-other .data-row-1 {
		background-color: #fafafa;
		border-top-left-radius: .5rem;
	}
	.comparison-with-other .row-white {
		background-color: #fafafa;
	}
	.comparison-with-other .row-slate {
		background-color: #eeeeee;
	}
	.comparison-with-other .border-col-primary {
		border-color: #9868ef !important;
		border-width: 3px !important;
		border-left: 3px solid #0d4a9b !important;
		border-right: 3px solid #0d4a9b !important;
	}
	.comparison-with-other .table-bottom .border-col-primary {
		border-bottom: 3px solid #0d4a9b !important;
		border-bottom-left-radius: 1rem !important;
		border-bottom-right-radius: 1rem !important;
	}
	.comparison-with-other .table-txt-icon > p {
		margin: unset;
		font-size: 13px;
		text-align: left;
	}
	
	/* Review Section */
	.whatpeoplesaybg .desktop-menu-version {
		width: 100%;
	}
	.whatpeoplesaybg .desktop-menu-version .btn:focus {
		box-shadow: none !important;
	}
	.whatpeoplesaybg .desktop-menu-version .btn {
		font-size: 16px;
		font-weight: 700;
		padding: 0 20px;
	}
	.whatpeoplesaybg .desktop-menu-version .btn.active {
		color: #0d4a9b !important;
	}
	.whatpeoplesaybg .desktop-menu-version .position-relative:not(:last-child) {
		border-right: 1px solid #c5c5c5 !important;
	}
	@media only screen and (min-width: 600px) {
		.whatpeoplesaybg .desktop-menu-version .btn.active:after {
			background-color: #fff;
			border-left: 6px solid transparent;
			border-right: 6px solid transparent;
			border-top: 10px solid #0d4a9b;
			bottom: -60%;
			content: "";
			height: 0;
			left: 50%;
			position: absolute;
			transform: translateX(-50%);
			transition: .3s ease-in;
			width: 0;
		}
	}

	@media (max-width: 568px) {
		.fs-1, .fs-1 span, .fs-2, .h1, .h2, h1, h1 span, h2 {
		  font-size: 32px !important;
		}
	  }
	
	
	.whatpeoplesaybg .btn.btn-outline-primary {
		border-color: #0d4a9b !important;
		color: #0d4a9b !important;
		box-shadow: none !important;
	}
	.whatpeoplesaybg .btn.btn-outline-primary:hover {
		background-color: #0d4a9b !important;
		color: #fff !important;
		box-shadow: none !important;
	}
	.whatpeoplesaybg .btn.btn-outline-primary:focus {
		box-shadow: none !important;
	}
	.whatpeoplesaybg .btn.btn-outline-primary.active {
		background-color: #0d4a9b !important;
		color: #fff !important;
	}
	.whatpeoplesaybox {
		border: 1px solid #0d4a9b;
		box-shadow: none;
	}
	.whatpeoplesaybox .card-sub-title {
		width: 100%;
		position: absolute;
		display: flex;
		justify-content: center;
		top: -22px;
		left: 0;
	}
	.whatpeoplesaybox .card-sub-title > p {
		width: 50%;
		background-color: #0d4a9b;
		color: white;
		padding: 9px 24px;
		border-radius: 500px;
	}
	.whatpeoplesaybox img.profile-pic {
		width: 85px !important;
		height: 85px !important;
		padding: 5px;
		border-radius: 50%;
		box-shadow: 0 0 5px #ccc;
		margin-right: 15px;
	}
	.whatpeoplesaybox .linkdin-img {
		bottom: 30px;
		right: -10px;
	}
	
	.whatpeoplesaybox h3 {
		font-weight: 700;
		font-size: 20px;
	}
	.whatpeoplesaybox h4 {
		min-height: 35px;
	}
	.whatpeoplesaybox .description {
		border-width: 3px !important;
		border-color: #395ca3 !important;
	}
	/* -/- Review Section */
	
	/* Certificate Section */
	.certificate-companies .tabs .btn {
		box-shadow: unset !important;
	}
	.certificate-companies .tabs .btn h3 {
		font-size: 24px;
		font-weight: 600;
	}
	.certificate-companies .tabs .btn h3.active {
		color: #0d4a9b !important;
		text-decoration: underline;
		text-underline-offset: 15px;
	}
	.certificate-companies .card-wrapper .features picture {
		min-width: 35px;
		width: 35px;
	}
	.certificate-companies .card-wrapper .features picture img {
		width: 100%;
	}
	.certificate-companies .card-wrapper .features h4 {
		font-size: 20px;
		font-weight: 600;
	}
	.certificate-companies .card-wrapper .img-section {
		gap: 10px;
	}
	.certificate-companies .card-wrapper .img-section .click-btn {
		gap: 5px;
	}
	.certificate-companies .card-wrapper .img-section .click-btn picture {
		width: 15px;
	}
	.certificate-companies .card-wrapper .img-section .click-btn p {
		margin: unset;
		cursor: pointer;
		margin-top: 5px;
	}
	.certificate-companies .card-wrapper .btn {
		color: #fff;
		font-weight: 600;
		background-color: #dc3545;
		border-radius: 9px;
		padding: 10px 13px;
	}
	.certificate-companies .card-wrapper .btn.filled-light {
		color: #dc3545;
		background-color: #ffeaec;
		border: 1px solid #dc3545;
	}
	.video-youtube-popup.certificate-companies .wrapper {
		border-radius: unset !important;
		padding: 4px;
		background: unset !important;
	}
	.video-youtube-popup.certificate-companies .wrapper {
		border-radius: unset !important;
		padding: 4px;
		background: unset !important;
	}
	.video-youtube-popup.certificate-companies .close-btn {
		color: black;
		background: transparent !important;
		right: 23px;
		top: 5px;
		width: 20px;
	}
	/* -/- Certificate Section */
	
	/* CareerServices Section */
	.careerservices-new {
		color: #fff;
		background-color: #000;
	}
	.careerservices-new .title {
		font-size: 24px;
		font-weight: 600;
		line-height: 1.9;
	}
	.careerservices-new .title > b {
		color: #ffe500;
		
		text-underline-offset: 13px;
		top: -15px;
	}
	.careerservices-new .sub-title {
		font-size: 12px;
		font-weight: 400;
		color: white;
	}
	.careerservices-new .circle-wrapper {
		width: 36px;
		height: 36px;
		border-radius: 999px;
		background-color: #ffe500;
	}
	.careerservices-new .circle-wrapper span {
		font-size: 24px;
		font-weight: 600;
		color: #000;
	}
	.careerservices-new .line-gradient {
		width: 2px;
		height: 98%;
		background: linear-gradient(0deg, #1a1a1a, #1a1a1a 15%, #ecd615 70%, #ffe500);
	}
	.careerservices-new .end-point {
		width: 18px;
		height: 18px;
		border-radius: 18px;
		background:#ffe500;
	}
	.careerservices-new .right {
		padding-bottom: 35px;
	}
	.careerservices-new .right h3 {
		margin-bottom: 54px;
	}
	.careerservices-new .right h3.view {
		margin-bottom: 5px;
	}
	
	.careerservices-new .right .card-wrapper-outer {
		padding: 13px;
	}
	.careerservices-new .right .card-wrapper {
		height: 100%;
		width: 100%;
		background-color: rgba(0, 0, 0, 0);
		background: linear-gradient(#1a1a1a, #1a1a1a) padding-box, linear-gradient(145deg, hsla(0, 0%, 100%, .4), #292929) border-box;
		border: 1px solid transparent;
		border-radius: 9px;
		padding: 36px !important;
	}
	.careerservices-new .right .card-wrapper img {
		height: 60px;
		width: 60px;
	}
	.careerservices-new .right .card-wrapper > h4 {
		font-size: 17px;
		font-weight: 500;
		margin-top: 8px;
		margin-bottom: 4px;
	}
	.careerservices-new .right .card-wrapper > p {
		font-size: 13px;
		font-weight: 400;
		color: gray;
	}
	.careerservices-new .right .heading  h3 {
		font-size: 21px !important;
		font-weight: 500 !important;
	}
	.careerservices-new .right .heading img {
		bottom: -15px;
		left: 0;
		fill: yellow !important;
	}
	.careerservices-new .companies .companies-wrapper {
		padding: 12px;
		border: 1px solid transparent;
		background: linear-gradient(hsla(0, 0%, 100%, .3), transparent) padding-box, linear-gradient(145deg, hsla(0, 0%, 100%, .1), hsla(0, 0%, 100%, .1)) border-box;
		border-radius: 18px;
	} 
	
	.careerservices-new .companies .companies-wrapper img {
		width: 80px;
	}
	.careerservices-new .companies .companies-wrapper .col-3 {
		flex: 0 0 20% !important;
	} 
	.careerservices-new .right .meta-section > p {
		margin-top: 45px;
		font-size: 15px;
		font-weight: 400;
	
	}
	.careerservices-new .right .meta-section > a {
		margin-top: 50px;
		font-size: 14px;
		font-weight: 600;
		color: #000;
		background-color: #ffe500;
		border-radius: 9px;
		padding: 10px 16px;
		white-space: nowrap;
	}
	.careerservices-new .right .card-wrapper {
		height: 100%;
		width: 100%;
		border: 1px solid transparent;
		border-radius: 9px;
		padding: 20px !important;
	}
	.careerservices-new .curriculum .right .inner-left {
		display: flex;
		flex-direction: column;
		gap: 15px;
		color: gray;
	}
	.careerservices-new .curriculum .right .inner-left .card-wrapper {
		height: auto;
		padding: 16px 0 !important;
		background: unset;
		cursor: pointer;
	}
	.careerservices-new .curriculum .right .inner-left .card-wrapper .icon  {
		padding: unset;
		max-width: 20px;
	}
	.careerservices-new .curriculum .right .inner-left .card-wrapper:hover {
		color: white;
		background-color: rgba(0, 0, 0, 0);
		background: linear-gradient(#1a1a1a, #1a1a1a) padding-box, linear-gradient(145deg, hsla(0, 0%, 100%, .4), #292929) border-box;
	}
	.careerservices-new .curriculum .right .inner-left .row {
		margin: unset !important;
	}
	.careerservices-new .curriculum .right .inner-left .number {
		font-size: 16px;
		font-weight: 500;
		color: #ffe500;
	}
	.careerservices-new .curriculum .right .inner-left .content h4 {
		font-size: 16px;
		font-weight: 600;
	}
	.careerservices-new .curriculum .right .inner-left .content p {
		font-size: 12px;
		font-weight: 400;
		margin-bottom: unset !important;
	}
	.careerservices-new .curriculum .right .topic-details ul {
		padding-left: 1px;
		min-height: 40px;
		max-height: 1500px;
		
	}
	
	
	
	.careerservices-new .curriculum .right .topic-details ul li {
		
		list-style-type: disc;
		font-weight: 500;
		font-size: 12px;
	
	position: relative;
	list-style: none;
	color: #fff;
	font-size: 12px;
	font-family: "Inter", sans-serif;
	font-weight: 500;
	padding: 0 0 10px 25px;
	}
	
	
	.careerservices-new .curriculum .right .topic-details ul li::before {
		content: "";
	  height: 8px;
	  width: 8px;
	  border-radius: 50%;
	  position: absolute;
	  background-color: #ffe501;
	  top: 5px;
	  left: 0;
	
	}
	
	.careerservices-new .curriculum .right .topic-details ul li::after {
		content: "";
	  border: dotted 1px #000;
	  height: 100%;
	  width: 1px;
	  position: absolute;
	  bottom: -9px;
	  left: 3px;
	}
	.careerservices-new .curriculum .right .topic-details .test ul li::after {
		content: "";
		 border: dotted 1px #ffe501;
	  height: 100%;
	  width: 1px;
	  position: absolute;
	  bottom: -9px;
	  left: 3px;
	}
	
	.careerservices-new .curriculum .right .topic-details .test ul li:last-child::after {
		border: none;  /* or set content to none to remove the pseudo-element entirely */
		content: none; /* Optionally remove content */
	  }
	
	
	.careerservices-new .curriculum .right .topic-details.card-wrapper-outer {
		background-color: rgb(26, 26, 26);
		border-radius: 9px;
		padding: 2px 1px 1px;
		color: white;
	}
	
	
	.careerservices-new .curriculum .right .topic-details .title {
		font-size: 17px;
		font-weight: 500;
	}
	.careerservices-new .curriculum .topic-details .sub-title,
	.careerservices-new .curriculum .topic-details .sub-title h4,
	.careerservices-new .curriculum .topic-details .sub-title p {
		margin: unset !important;
	}
	.careerservices-new .curriculum .topic-details .sub-title h4 {
		font-size: 14px;
		color: white;
	}
	.careerservices-new .curriculum .right .topic-details .sub-title p {
		font-size: 13px;
		line-height: 1.2;
		color: #ffe500;
	}
	.careerservices-new .curriculum .right .topic-details .sub-title h4, .careerservices-new .curriculum .right .topic-details .sub-title p {
		font-weight: 400;
	}
	.careerservices-new .curriculum .right .topic-details .border-outline {
		height: 0.9px;
		background-color: rgb(43, 43, 43);
	}
	.careerservices-new .curriculum .right .topic-details .custom-scroll::-webkit-scrollbar {
		width: 3px;
	}
	.careerservices-new .curriculum .right .topic-details .custom-scroll::-webkit-scrollbar-thumb {
		border-radius: 50px;
		background-color: #4a4a4a;
	}
	.compare-tbl-green-img, .compare-tbl-red-svg {
		min-width: 11px;
		height: auto;
		margin-top: 4px;
		margin-right: 5px;
	}
	.compare-tbl-red-svg {
		width: 17px;
	}
	
	
	@media (min-width: 320px) {
		/* certificate-companies */
		.certificate-companies .section-title h2 {
			font-size: 24px;
			font-weight: 800;
		}
		.certificate-companies .section-title h2 > b {
			
			display: block;
		}
		.certificate-companies .section-title p {
			font-size: 12px;
		}
		.certificate-companies .tabs {
			gap: 20px;
		}
		.certificate-companies .tabs .btn h3 {
			font-size: 15px;
			display: inline;
		}
		.certificate-companies .tabs .btn.active h3 {
			color: #ff0000;
		}
		.certificate-companies .tabs .btn.active {
			text-decoration: none !important;
			border-radius: unset !important;
			border-bottom: 2px solid #ff0000;
		}
		.certificate-companies .tabs .btn {
			padding: unset !important;
			padding-right: 5px;
		}
		.certificate-companies .card-wrapper .features h4 {
			font-size: 14px;
			line-height: 1.6;
		}
		.certificate-companies .card-wrapper .features p {
			font-size: 10px;
		}
		.certificate-companies .card-wrapper .btn {
			padding: 8px 10px;
			font-size: 12px;
		}
		/* -/- certificate-companies */
	
		.careerservices-new .curriculum .left,
		.careerservices-new .requirement .left,
		.careerservices-new .services .left,
		.careerservices-new .companies .left {
			padding: unset !important;
		}
		.careerservices-new .curriculum .right .inner-left .number {
			padding: unset !important;
			padding-left: 5px !important;
		}
		.careerservices-new .curriculum .right .inner-left .content {
			padding: 0px 10px !important;
		}
		.careerservices-new .curriculum .right .inner-left .content h4 {
			font-size: 14px !important;
		}
		.careerservices-new .curriculum .right .inner-left .content p {
			font-size: 11px !important;
		}
		.careerservices-new .curriculum .right .inner-left .card-wrapper .icon {
			max-width: 15px !important;
		}
	}
	@media (min-width: 767px) {
		.certificate-companies .section-title h2 {
			font-size: 32px;
		}
		.certificate-companies .section-title p {
			font-size: 15px;
		}
		.certificate-companies .tabs .btn h3 {
			font-size: 24px;
		}
		.certificate-companies .card-wrapper .features picture {
			min-width: 40px;
			width: 40px;
		}
		.certificate-companies .card-wrapper .features h4 {
			font-size: 19px;
		}
		.certificate-companies .card-wrapper .features p {
			font-size: 14px;
			word-spacing: 2px;
		}
		.certificate-companies .card-wrapper .btn {
			font-size: 16px;
		}
	
		.curriculum {
			width: 100% !important;
		}
		.careerservices-new .right {
			padding-bottom: 25px;
		}
		.careerservices-new .title {
			font-size: 36px;
			font-weight: 700;
		}
		.careerservices-new .title > b {
			top: unset;
		}
		.careerservices-new .sub-title {
			font-size: 12px;
			font-weight: 400;
			margin-bottom: 35px;
		}
		.careerservices-new .right .heading h3 {
			font-size: 28px !important;
		}
		.careerservices-new .right .card-wrapper > h4 {
			font-size: 19px;
			font-weight: 600;
		}
		.careerservices-new .right .card-wrapper > p {    
			font-size: 15px;
		}
		.careerservices-new .right .meta-section > a {
			font-size: 16px;
			font-weight: 700;
			padding: 12px 18px;
		}
		.careerservices-new .companies .companies-wrapper {
			padding: 20px;
		}
		.careerservices-new .right .meta-section > p {
			font-size: 19px;
		}
		.careerservices-new .curriculum .right .inner-left .number {
			font-size: 20px;
			font-weight: 600;
			color: #ffe500;
		}
		.careerservices-new .curriculum .right .inner-left .content h4 {
			font-size: 18px;
			font-weight: 600;
		}
		.careerservices-new .curriculum .right .inner-left .content p {
			font-size: 14px;
		}
		.careerservices-new .curriculum .right .inner-right .card-wrapper-outer {
			padding: 32px 32px 36px;
		}
		.careerservices-new .curriculum .right .inner-right .title {
			font-size: 20px;
			font-weight: 500;
		}
		.careerservices-new .curriculum .right .inner-right .sub-title p {
			font-size: 15px;
		}
		.careerservices-new .curriculum .right .inner-right .card-wrapper-outer {
			padding: 32px 18px 36px;
		}
		.careerservices-new .curriculum .right .inner-right ul {
			padding-left: 35px;
		}
		.careerservices-new .curriculum .right .inner-right ul li {
			font-size: 12px;
		}
		.careerservices-new .companies .companies-wrapper img {
			width: 100px;
		}
		.compare-tbl-green-img, .compare-tbl-red-svg {
			min-width: 13px;
			max-width: 13px;
			margin-top: 4px;
			margin-right: 10px !important;
		}
		.compare-tbl-red-svg {
			min-width: 15px;
		}
		.comparison-with-other .table-txt-icon > p {
			font-size: 16px;
		}
	}
	
	@media (min-width: 768px) and (max-width: 960px){
		.careerservices-new .title {
			font-size: 30px;
		}
		.careerservices-new .right .card-wrapper {
			padding: 22px !important;
		}
		.careerservices-new .right .card-wrapper > h4 {
			font-size: 17px;
		}
		.careerservices-new .right .card-wrapper > p {
			font-size: 13px;
		}
		.careerservices-new .curriculum .right .inner-left .card-wrapper .icon {
			max-width: 17px;
		}
		.careerservices-new .curriculum .right .inner-right .card-wrapper-outer {
			padding: 20px 18px 25px;
		}
		.careerservices-new .curriculum .right .inner-right .title {
			font-size: 18px;
		}
		.careerservices-new .curriculum .topic-details .sub-title h4 {
			font-size: 13px;
		}
		.careerservices-new .curriculum .right .inner-right .sub-title p {
			font-size: 14px;
		}
		.careerservices-new .curriculum .right .inner-right ul {
			padding-left: 22px;
		}
		.careerservices-new .curriculum .right .inner-right ul li {
			font-size: 15px;
		}
	}
	@media (min-width: 1200px) {
		.certificate-companies .card-wrapper .features {
			margin: 40px 0;
		}
		.certificate-companies .card-wrapper .features h4 {
			font-size: 21px;
		}
		.certificate-companies .card-wrapper .features p {
			font-size: 15px;
		}
		.certificate-companies .card-wrapper .btn {
			font-size: 18px;
			padding: 11px 10px;
		}
	}
	/* -/- CareerServices Section */
	
	
	  /* / BSR -27-08-2024 */
	
	