/**	root style	**/
html {
	scroll-behavior: smooth;
}
body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: 0;
	font-size: 17px;
	font-family: pera;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: heading;
	font-weight: normal;
}
@font-face {
	font-family: heading;
	font-weight: 400;
	src: url("../../assets/fonts/Publico-Headline-Web Medium-Regular.ttf");
}
@font-face {
	font-family: pera;
	font-weight: 400;
	src: url("../../assets/fonts/Graphik-Web-Regular.ttf");
}
header {
	box-shadow: 0 3px 3px 0 hsla(0, 0%, 84.3%, 0.93);
}
.logo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0px;
	position: relative;
}
.logo-img img {
	width: 30%;
}
.h-heaidn {
	padding: 60px 0px;
	text-align: center;
}
i.fa-sharp.fa-solid.fa-caret-down {
	margin-left: 5px;
}
a.text-end {
	text-decoration: none;
}
.stat {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.h-heaidn a {
	background: #00559f;
	padding: 0.5rem 2rem;
	font-size: 1.25rem;
	color: white;
	text-decoration: none;
	font-weight: 500;
	max-width: 500px;
	line-height: 1.5;
	border-radius: 5px;
	display: inline-block;
	margin-top: 10px;
}
.h-heaidn a:hover {
	background: #06467d;
}
.h-heaidn h1 {
	font-size: 3.313rem;
	font-weight: 500;
	font-family: "heading";
	line-height: 5.375rem;
	color: white;
	text-align: left;
}
.cta-btn {
	text-align: center;
	width: 40%;
	margin: auto;
	font-weight:700;
}
.cta-btn a {
	border-radius: 5px;
	padding: 12px;
	background: #2976d1;
	color: white;
	border: 1px solid #2976d1;
	font-family: pera;
	font-size: 20px;
}
.cta-btn a:hover {
	border: 1px solid #3575ad;
	background-color: #3575ad;
	color: #fff;
}
.both-btn a:hover {
	background: #3575ad;
}

.economy-heading {
	font-size: 36px;
	color: black;
	width: 50%;
}
.book-cover {
	max-width: 70%;
	width: 100%;
	margin: 0 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.book-cover img {
	height: 470px;
}
.content-box {
	margin-top: 3%;
}
section#economy {
	background: #eaf1fa;
	padding: 10px 0px;
}
section#second-section {
	padding: 0% 0px 3% 0px;
	position:relative;
}
.Image-box {
	top: -15vh;
	position: absolute;
}
section#third-section {
}
.form {
	background: #f5f5f5;
	padding: 20px;
	margin: 0 auto 0 auto;
	border: 1px solid #e7e3e3;
	box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
.form-field input {
	border-radius: 3px;
	max-width: 500px;
	margin: 0 auto;
	display: block;
	width: 100%;
	height: 60px;
	padding: 6px;
	line-height: 1.42857;
	color: #555;
	background-color: #fff;
	background-image: none;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	border: none;
	margin-bottom: 1em;
}
.cta-submit {
	background-color: #0d3e6f;
	border-color: #0d3e6f;
	color: #fff;
	white-space: normal;
	font-size: 22px;
	letter-spacing: 0.03125rem;
	font-family: "RCB-Bold";
	font-weight: 400;
	border-radius: 3px;
	max-width: 500px;
	margin: 0 auto;
	display: block;
	width: 100%;
	height: 60px;
	padding: 6px 12px;
	line-height: 1.42857;
	background-image: none;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	border: none;
	margin-bottom: 1em;
}
.form-field input:focus {
	outline: 0;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px #0d3e6f;
	border-color: #0d3e6f;
	padding-right: 42.5px;
}
section#cta-form {
	text-align: center;
}
section#cta-form a {
	padding: 5px 0px;
	color: black;
	font-family: pera;
	font-size: 22px;
}
section#quotation {
	padding: 50px 0px;
	background: #0d3e6f;
}
.quot {
	display: flex;
	position: relative;
	min-width: 400px;
	max-width: 440px;
	height: 300px;
	background-color: #fff;
	border-radius: 8px;
	color: #000;
	padding: 30px 20px 20px;
	flex-direction: column;
	font-size: 18px;
}
h3.expert-h {
	text-align: center;
	color: white;
	margin-bottom: 25px;
}
.quot img-box {
	width: 100%;
	max-width: 120px;
	height: 120px;
	border-radius: 50%;
	position: absolute;
	left: -30px;
	bottom: -30px;
}
.quot span {
	padding: 15px;
	font-size: 20px;
	color: #111;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #eef1f6;
}
.quot p {
	padding: 0px 20px;
}
.img-box {
	position: absolute;
	bottom: -30px;
	left: -30px;
	border: 5px solid black;
	height: 130px;
	width: 130px;
	border-radius: 50%;
}
.img-box img {
	max-width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 8px solid hsla(0, 0%, 98%, 0.5);
}
section#learn-m {
	background-color: white;
	color: black;
}
h3.learn-more {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	max-width: 80%;
	margin: auto;
	width: 100%;
	font-size: 32px;
	padding-bottom: 20px;
}
h3.learn-more a {
	border-radius: 5px;
	padding: 12px;
	background: #0d3e6f;
	color: white;
	border: 1px solid #0d3e6f;
}

.banner-top-img {
	width: 100%;
	padding: 5px 0px;
}
/*footer*/
footer {
	border-top: 1px solid #bbb;
	background: black;
	padding: 20px 0px;
}
footer p {
	margin: 0;
}
p.copyright {
	color: white;
	text-align: center;
}
section#sub-header {
	background: url("../../assets/images/Banner-Img.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.logo-img {
	text-align: center;
	margin: auto;
}
section#quotation {
	border-radius: 10.5px;
	margin: auto;
	width: 80%;
	padding: 50px 0px;
	background: black;
}
.secont-heading {
	background: #eaf1fa;
}
img.guide-img {
	width: 300px;
}
/**For Tablate Devise**/
@media screen and (max-width: 1200px) {
	.Image-box {
		top: 0;
		position: unset;
	}
	.logo-img img {
		width: 100%; 
	}
	.img-box img {
		width: 90px;
		height: 90px;
		border: 8px solid hsla(0, 0%, 98%, 0.5);
	}
	.img-box {
		width: 100px;
		height: 100px;
	}
	.float-right{
		float: none !important;
	}
	.h-heaidn h1 {
		font-size: 2.5rem; 
		line-height: 3.5rem; 
	}
	.cta-btn {
		width: 60%; 
	}
	.economy-heading {
		width: 100%; 
	}
	.book-cover img {
		height: auto; 
		max-width: 100%; 
	}
	.form-field input,
	.cta-submit {
		max-width: 100%; 
	}
	.quot {
		width: 100%;
		max-width: 80%;
		margin: auto;
		min-width: auto;
	}
	section#quotation{
		width:90%;
	}
	.quot img-box {
		left: 50%;
		transform: translateX(-50%);  
	}
	img.guide-img{
		width:100%;
	}
}
/**For Tablate Devise**/
@media screen and (max-width: 990px) {
	.float-right{
		margin-top:50px !important;
	}
	
}
/**For Mobile Devise**/
@media screen and (max-width: 769px) {
	h3{
		font-size: 1.25rem;
	}
	.h-heaidn {
		padding: 50px 0px; /
	}
	.stat {
		flex-wrap: wrap; 
	}
	h3.learn-more{
		font-size: 20px;
		max-width: 100%;
		padding: 0 20px;
		line-height: 30px;
	}
	.img-box {
		position: absolute;
		bottom: -30px;
		left: -17px;
		border: 5px solid black;
		height: 70px;
		width: 70px;
		border-radius: 50%;
	}
	.quot{
		height: 260px;
		max-width:100%;
	}
	.img-box img {
		max-width: 60px;
		height: 60px;
		border-radius: 50%;
		border: 5px solid hsla(0, 0%, 98%, 0.5);
	}
	.quot span {
		padding: 15px;
	}
	section#quotation{
		width:100%;
	}
}