html {
	font-size: 62.5%;
}

body {
	font-family: "Noto Sans", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	color: #000;
}

.allpageblock {
	background: #232b4f;
	color: #fff;
	padding-top: 1%;
	padding-bottom: 1%;
	position: relative;
	z-index: 999;
}

.allpageblock h4 {
	font-size: 1.2rem !important;
	font-weight: 600;
}
.mt-150 {
	margin-top: 150px;
}
.mt-60 {
	margin-top: 60px;
}
.mb-40 {
	margin-bottom: 40px;
}

.zoom {
	padding: 50px;
	transition: transform 0.2s; /* Animation */
	width: 200px;
	height: 200px;
	margin: 0 auto;
}

.rise-shake:hover {
	animation: jump-shaking 1.4s ;
    transform: scale(
		1.05
	); 
}
.bg-grey{
    background-color: #ebebeb;
    border-radius: 10px;
    box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.2);
}

.rise-shake:focus {
	/* animation: jump-shaking 2s ; */
    animation-play-state: paused;
}

.zoom-and-shake:hover{
    animation: jump-shaking 1.4s ;
    transform: scale(
		1.05
	); 
}

.icon1{
    position: absolute;
    margin-top: -80px;
    margin-left: -100px;
    width: 100px;
}
.icon12{
	position: absolute;
    margin-top: -150px;
    margin-left: -20px;
    width: 40;
}

.icon2{
    position: absolute;
    margin-top: -80px;
    margin-left: 500px;
    width: 110px;
}
.p-5 {
    padding: 0rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.icon21{
	position: absolute;
    margin-top: -220px;
    margin-left: 330px;
    width: 80px;

	
}

.icon4{
    position: absolute;
    margin-top: -80px;
    margin-left: -100px;
    width: 100px;
}
.icon3{
    position: absolute;
    margin-top: 180px;
    margin-left: -100px;
    width: 100px;
}
.height300{
    height: 600px;
}

@keyframes jump-shaking {
	0% {
		transform: translateX(0);
	}
	25% {
		transform: translateY(-9px);
	}
	35% {
		transform: translateY(-9px) rotate(17deg);
	}
	/*   55% { transform: translateY(-9px) rotate(-17deg) } */
	/*   65% { transform: translateY(-9px) rotate(17deg) } */
	/*   75% { transform: translateY(9px) rotate(17deg) } */
	/*   100% { transform: translateY(0) rotate(0) } */
}

.zoom:hover {
	transform: scale(
		1.05
	);  
}

@media only screen and (min-device-width: 300px) and (max-device-width: 896px) {

    
.zoom {
	transition: transform 0.2s !important; /* Animation */
	margin: 0 auto;
    height: 560px;
}


	.banner-slant1 {
		background: url(../images/shakeWin/New-Shake-Win.webp) top / cover no-repeat;
		height: 25vh !important;
		background-size: contain;
	}
	.ml-70 {
		margin-left: 0px !important;
	}
	.ask-question .form-control,
	.form-control,
	.home-login .form-control {
		height: 50px;
		font-size: 15px;
	}

	.agent-advantage {
		margin-top: 25px;
	}

	.student-tab .globe-trot .tab-pane .card-img {
		bottom: -12em;
	}

	.benefits {
		margin-top: 50px;
	}

	.ask-bot {
		padding: 17px 12px;
		right: 30px;
	}

	.globe-trot {
		padding-bottom: 100px;
	}

	.about-expo {
		padding-bottom: 180px;
	}

	.banner-home {
		left: 45%;
	}

	.about-bg .banner-head {
		top: 44%;
	}

	.about-bann .banner-image {
		left: 80%;
	}

	.globe-trot .tab-pane .card-img img {
		transform: scale(0.9, 0.9);
	}
}
.bg-white {
	background: #f0f0f0 !important;
}

.b-radius-50 {
	border-radius: 50px !important;
}

.textWhite {
	color: #f0f0f0 !important;
}

.textBlack {
	color: #242424 !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.bg-light-blue {
	background-color: #e9f8fd;
	padding: 25px;
	 
}
.bg-light-bluea {
	background-color: #e9f8fd;
	padding: 15px;
	 
}

.underline{
    text-decoration: underline;
}
.br-50{
    border-radius: 50px;
}
.pl-0 {
	padding-left: 0px;
}

.pl-5 {
	padding-left: 5px;
}

.blue-title {
	color: #000;
	font-size: 18px;
	font-weight: 900;
}
.blue-title1 {
	color: #364475;
	font-size: 14px;
	font-weight: 900;
}

.mt-15 {
	margin-top: 15px;
}
/* CSS */
.button-1 {
	color: #fff;
	padding: 8px 23px;
	border-radius: 100px;
	background-color: #1cb9eb;
	background-image: radial-gradient(
			93% 87% at 87% 89%,
			rgba(0, 0, 0, 0.23) 0%,
			transparent 86.18%
		),
		radial-gradient(
			66% 87% at 26% 20%,
			rgba(255, 255, 255, 0.41) 0%,
			rgba(255, 255, 255, 0) 69.79%,
			rgba(255, 255, 255, 0) 100%
		);
	box-shadow: 2px 19px 31px rgba(0, 0, 0, 0.2);
	font-weight: bold;
	font-size: 30px;
	border: 0;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	cursor: pointer;
	font-family: "Times New Roman";
}
.button-2 {
	color: #fff;
	padding: 8px 23px;
	border-radius: 100px;
	background-color: #000000;
	background-image: radial-gradient(
			93% 87% at 87% 89%,
			rgba(0, 0, 0, 0.23) 0%,
			transparent 86.18%
		),
		radial-gradient(
			66% 87% at 26% 20%,
			rgba(255, 255, 255, 0.41) 0%,
			rgba(255, 255, 255, 0) 69.79%,
			rgba(255, 255, 255, 0) 100%
		);
	box-shadow: 2px 19px 31px rgba(0, 0, 0, 0.2);
	font-weight: bold;
	font-size: 30px;
	border: 0;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	cursor: pointer;
	font-family: "Times New Roman";
}
.button-3 {
	color: #fff;
	padding: 8px 23px;
	border-radius: 100px;
	background-color: #242b61;
	background-image: radial-gradient(
			93% 87% at 87% 89%,
			rgba(0, 0, 0, 0.23) 0%,
			transparent 86.18%
		),
		radial-gradient(
			66% 87% at 26% 20%,
			rgba(255, 255, 255, 0.41) 0%,
			rgba(255, 255, 255, 0) 69.79%,
			rgba(255, 255, 255, 0) 100%
		);
	box-shadow: 2px 19px 31px rgba(0, 0, 0, 0.2);
	font-weight: bold;
	font-size: 30px;
	border: 0;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	cursor: pointer;
	font-family: "Times New Roman";
}
.button-4 {
	color: #fff;
	padding: 8px 23px;
	border-radius: 100px;
	background-color: #113b9c;
	background-image: radial-gradient(
			93% 87% at 87% 89%,
			rgba(0, 0, 0, 0.23) 0%,
			transparent 86.18%
		),
		radial-gradient(
			66% 87% at 26% 20%,
			rgba(255, 255, 255, 0.41) 0%,
			rgba(255, 255, 255, 0) 69.79%,
			rgba(255, 255, 255, 0) 100%
		);
	box-shadow: 2px 19px 31px rgba(0, 0, 0, 0.2);
	font-weight: bold;
	font-size: 30px;
	border: 0;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	cursor: pointer;
	font-family: "Times New Roman";
}
.mt-35 {
	margin-top: 35px;
}
.ml-70 {
	margin-left: 70px;
}
.title h3 {
	font-size: 48px;
	font-weight: bold;
	font-family: Poppins;
	color: #000;
	margin-top: -60px;
}
.title h2 {
	font-size: 30px;
	font-weight: bold;
	font-family: Poppins;
	color: #5061ab;
	margin-top: -50px;
}

.sub-title {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 2px;
}

.banner-slant1 {
	background: url(../images/shakeWin/New-Shake-Win.webp) top / cover no-repeat;
	height: 85vh;
	background-size: contain;
}

.banner-slant1::before {
	height: 20vh;
}

.animated,
.banner-slant1,
.item-anchor,
.menu-position,
.nav,
header,
small {
	position: relative;
}

