.mob {
	display: none;
}
.des {
	display: block;
}
.container {
	max-width: 80% !important;
	width: 80% !important;
}
.nav1 {
	background: #FFFFFF;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.banner-sec {
	background-image: url("/assets/ebook/background-ebook-a.png"); 
	background-size: cover;
	background-repeat: no-repeat; /* Prevent image repeating */
	background-position: center; /* Center the image */
	min-height: 55.556vh; /* Ensure the body covers the full viewport height */
	padding-top: 2rem;
	padding-bottom:2rem;
}
.banner-sec h1 {
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 3.467vw;
	color: #FE5000;
	margin-bottom: 1.5rem;
}
.banner-sec h4 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2.333vw;
    color: #191919;
    margin-bottom: 1.5rem;
}
.banner-sec button {
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 700;
	padding: 20px 40px;
	font-size: 1.25vw;
	background: #f9f3e2;
	border: 2px solid #FE5000;
	color: #FE5000;
	margin-bottom: 1.5rem;
}
.banner-sec p {
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.5vw;
	color: #161616;
	text-decoration-line: underline;
	text-decoration-color: #FE5000;
	text-underline-offset: 10px;
}
.banner-sec img {
	width: 100%;
}
.about-book {
	background-image: url("/assets/ebook/e-book-bb.png"); 
	background-size: cover;
	background-repeat: no-repeat; /* Prevent image repeating */
	background-position: center; /* Center the image */
	min-height: 55.556vh; /* Ensure the body covers the full viewport height */
	padding-top: 2rem;
	padding-bottom:2rem;
}
.about-book p {
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.15vw;
	color: #191919;
}
.about-book p span{
	font-weight: 700;
	color: #FE5000;
}
.about-book h2 {
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 2.25vw;
	color: #222E77;
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}
.about-book ul {
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.15vw;
	color: #191919;
}
.tbii {
	background: #FFFFFF;
	padding-top: 2rem;
	padding-bottom:2rem;
}
.tbii h2 {
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 2.25vw;
	color: #222E77;
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}
.tbii p {
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.15vw;
	color: #191919;
}
.tbii img {
	width: 100%;
}

.author {
	background-image: url("/assets/ebook/author-bg.png"); 
	background-size: cover;
	background-repeat: no-repeat; /* Prevent image repeating */
	background-position: center; /* Center the image */
	min-height: 55.556vh; /* Ensure the body covers the full viewport height */
	padding-top: 2rem;
	padding-bottom:2rem;
}
.author p {
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.15vw;
	color: #191919;
}
.author p span{
	font-weight: 700;
	color: #FE5000;
}
.author h2 {
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 2.25vw;
	color: #FE5000;
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}
.cop {
	background: #191919;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.cop .copyright {
	font-family: 'Poppins', sans-serif;
	font-size: 0.85vw;
	font-weight: 500;
	color: #FFFFFF;
	margin-bottom:0rem;
	text-transform: uppercase;
}
@media only screen and (max-width:1920px) {

}

@media only screen and (max-width:1660px) {
	
}

@media only screen and (max-width:1440px) {
	
}

@media only screen and (max-width:1366px) {
	
}

@media only screen and (max-width:1280px) {
	
}

@media only screen and (max-width:1024px) {


}

@media only screen and (min-device-width:300px) and (max-device-width:1024px) and (orientation:portrait) {
	.mob {
		display: block;
	}
	.des {
		display: none;
	}
	.container {
		max-width: 100% !important;
		width: 100% !important;
	}
	.banner-sec h1 {
		font-family: 'Poppins', sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 10.467vw;
		color: #FE5000;
		margin-bottom: 1.5rem;
	}
	.banner-sec h4 {
		font-family: 'Poppins', sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 6.333vw;
		color: #191919;
		margin-bottom: 1.5rem;
	}
	.banner-sec button {
		font-family: 'Poppins', sans-serif;
		font-style: normal;
		font-weight: 700;
		padding: 10px 25px;
		font-size: 3.25vw;
		background: #f9f3e2;
		border: 2px solid #FE5000;
		color: #FE5000;
		margin-bottom: 1.5rem;
	}
	.banner-sec p {
		font-family: 'Poppins', sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 4.5vw;
		color: #161616;
		text-decoration-line: underline;
		text-decoration-color: #FE5000;
		text-underline-offset: 10px;
	}
	.about-book p {
		font-family: 'Poppins', sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 4.0vw;
		color: #191919;
	}
	.about-book h2 {
		font-family: 'Poppins', sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 6.25vw;
		color: #222E77;
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
	.about-book ul {
		font-family: 'Poppins', sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 4vw;
		color: #191919;
	}
	.tbii h2 {
		font-family: 'Poppins', sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 6.25vw;
		color: #222E77;
		margin-top: 2.5rem;
		margin-bottom: 2.5rem;
	}
	.tbii p {
		font-family: 'Poppins', sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 4vw;
		color: #191919;
	}
	.author h2 {
		font-family: 'Poppins', sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 6.25vw;
		color: #FE5000;
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
	.author p {
		font-family: 'Poppins', sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 4vw;
		color: #191919;
	}
	.cop .copyright {
		font-family: 'Poppins', sans-serif;
		font-size: 1.85vw;
		font-weight: 500;
		color: #FFFFFF;
		margin-bottom: 0rem;
		text-transform: uppercase;
	}
}