/* footer::before {
	display: none;
} */

/*
#header {
	position: fixed;
	width: 100%;
}
*/

.ebook-banner-left {
	flex: 0 0 100%;
	max-width: 100%;
	text-align: center;
    padding-left:1rem;
    padding-right:1rem;
    margin: 70px 0 0px;
}

.ebook-banner-right {
	flex: 0 0 35%;
	max-width: 35%;
    padding-left:1rem;
    padding-right:1rem;
}

.ebook-banner-left h1 {
	/* font-size: 4.375rem;
	line-height: 5rem;
	font-weight: 700;
	color: var(--blue); */
/*	margin-top: 2rem;*/
}
.ebook-banner-sec {
	padding:1rem 0rem 4rem;
	background-color: #fff5f4;
/*
	background-image: url(../images/ebook/banner-blend.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100%;
*/ 
}

.featured-book-box {
	background: #fff;
	padding: 3rem;
	border-radius: 2rem;
	position: relative;
}

.feat-name {
	background: rgb(247,0,208);
	background: linear-gradient(90deg, rgba(247,0,208,1) 0%, rgba(255,31,47,1) 28%, rgba(243,91,73,1) 53%, rgba(248,174,69,1) 76%, rgba(118,185,149,1) 100%);
	display: inline-block;
	color: #fff;
	/* font-size: 1.25rem; */
	font-weight: 500;
	padding: 6px 15px;
	border-radius: 50px;
	margin-bottom: 1.2rem;
}

.fbb-left h2 {
	/* font-size: 3.125rem; */
	color: var(--blue);
	margin-bottom: 1rem;
}

.fbb-left {
	flex: 0 0 50%;
	max-width: 50%;
}

.fbb-right {
	flex: 0 0 50%;
	max-width: 50%;
	text-align: center;
}

.fbb-left p {
	/* font-size: 1.25rem;
	line-height: 2rem; */
	margin-bottom: 2rem;
}

.km-ebook {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.all-ebooks {
	padding-bottom: 120px;
}

.featured-book {
	margin-bottom: 5rem;
}

.ebook-box {
	background: #fff;
	padding: 3rem;
	border-radius: 2rem;
	flex: 0 0 50%;
	max-width: calc(50% - 30px);
	position: relative;
}

.ebook-box h4 {
	/* font-size: 1.875rem; */
	    color: var(--dc-primary);
	margin-bottom: 1rem;
}

.ebooks-area {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
	justify-content: space-between;
}

.ebooks-area p {
	/* font-size: 1.15rem; */
	line-height: 2rem;
	margin-bottom: 2rem;
}

.ebook-box-img {
	text-align: center;
	margin-bottom: 2rem;
	position: relative;
}

.ebook-box-img .round-grad {
	position: absolute;
	right: 0;
	top: -1rem;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
}

.clutterbreakMain {
	background: rgb(243,91,73);
	background: linear-gradient(0deg, rgba(243,91,73,1) 0%, rgba(248,174,69,1) 50%, rgba(118,185,149,1) 100%);
	padding-block: 7rem;
	text-align: center;
	margin-top: 7rem;
}
 
footer {
	border-top: 0.3rem solid var(--dc-primary);
}

.clutterbreakMain p {
	/* font-size: 1.5rem; */
	color: #000;
	line-height: 1.9rem;
	max-width: 680px;
	margin: 1.5rem auto;
}


.subscribe {
	text-align: center;
	padding: 5rem 0 0rem;
}

.subscribe h3 {
	color: var(--blue);
	/* font-size: 2.25rem; */
	margin-bottom: 2rem;
}

.subscribe-form .btn.btn-basic-black {
	flex-shrink: 0;
    border: 0;
    background: rgb(247,0,208);
    background: linear-gradient(0deg, rgba(247,0,208,1) 0%, rgba(255,31,47,1) 29%, rgba(242,83,73,1) 48%, rgba(255,169,63,1) 75%, rgba(172,241,183,1) 100%);
    border-radius: 10px;
    cursor: pointer;
    padding:14px 20px;
 
   
	
}

.subscribe-form {
	max-width:500px;
	margin: 0 auto;
	gap: 10px;
	width: 100%;
    display:flex;
    position:relative;
} 
select.form-control {
	appearance: none;
	background-image: url(https://www.svgrepo.com/show/80156/down-arrow.svg);
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: calc(100% - 15px);
}

.form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 1rem;
	font-weight: 400;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #fff;
	border-radius:10px;
	font-family: var(--primary-font-family);
	height: calc(1.25rem + 30px);
    border:1px solid #d9d7d7;
}

.invalid-feedback.subscribesuccess {
    position: absolute;
    bottom: -20px;
    left: 0;
    font-size: 12px;
}

@media(max-width:1919px){
    
/* .ebook-banner-left h1{ font-size:4rem;} */
/* .fbb-left h2{ font-size:3rem;} */
    
    
}



@media(max-width:1440px){

/* .ebook-banner-left h1 {
	font-size: 4rem;
} */
/* .fbb-left h2 {
	font-size: 2.825rem;
} */
/*
.ebook-box h4 {
	font-size: 1.675rem;
}
*/ 

.ebook-box{ padding:2rem;}
    
    
}

@media (max-width: 1100px){
/* .clutterbreakMain .btn-basic.btn-basic-black {
	font-size: 1rem;
} */

/* .ebook-banner-left h1 {
	font-size: 3rem;
	line-height: 4rem;
} */
/*
.ebook-banner-sec {
	padding: 10rem 0 5rem;
}
*/
/* .fbb-left h2 {
	font-size: 2.225rem;
} */
.fbb-right img {
	max-width: 210px;
}
.ebook-box {
	max-width: calc(50% - 15px);
}
.ebooks-area {
	gap: 30px;
}
.ebook-box-img img {
	max-width: 170px;
}
.ebook-box h4 {
	/* font-size: 1.375rem; */
}
/*
.ebooks-area p {
	font-size: 1rem;
	line-height: 1.6rem;
}
*/
.big-font {
	font-size: 2.375rem;
	line-height: 3.5rem;
}
.clutterbreakMain p {
	font-size: 1rem;
	line-height: 1.7rem;
	max-width: 460px;
	margin: 1rem auto;
}

}

@media (max-width: 767px){
.ebook-banner-sec .d-flex {
	flex-direction: column;
}

.ebook-banner-left {
	flex: 0 0 100%;
	max-width: 100%;
	margin-top: 0;
	margin-bottom: 2rem;
	text-align: center;
}
/* .ebook-banner-left h1 {
	font-size: 2rem;
	line-height: 3rem;
} */
.ebook-banner-right {
	flex: 0 0 100%;
	max-width: 100%;
}
.ebook-banner-right img {
	max-width: 240px;
	margin: 0 auto;
	display: block;
}
.ebook-banner-sec {
	padding:2rem 0rem;
	background-size: 150%;
	background-position: bottom right;
	
}
.ebook-banner-left p {
	max-width: 100%;
	margin-bottom: 1rem;
	margin-top: 1rem;
	/* font-size: 16px; */
}
    
    
.featured-book-box {
	flex-direction: column;
	border-radius: 1.2rem;
	padding: 2rem;
}
.fbb-right {
	flex: 0 0 100%;
	max-width: 100%;
	order: 1;
}
.fbb-left {
	flex: 0 0 100%;
	max-width: 100%;
	order: 2;
	margin-top: 2rem;
}
.fbb-right img {
	max-width: 130px;
}
.fbb-left h2 {
	/* font-size: 1.75rem; */
}
.ebook-box h4 {
	/* font-size: 1.75rem; */
}
.fbb-left p {
	/* font-size: 16px; */
	line-height: 2rem;
}
.ebooks-area p {
	/* font-size: 16px; */
	line-height: 2rem;
}
.ebook-box {
	padding: 2rem;
}
.feat-name {
	font-size: 0.9rem;
}
.ebooks-area {
	gap: 0;
	flex-direction: column;
}
.ebook-box {
	max-width: 100%;
	flex: 0 0 100%;
	margin-bottom: 2rem;
}
.ebook-box-img img {
	max-width: 120px;
}
.featured-book {
	margin-bottom: 2rem;
}
.big-font {
	font-size: 1.675rem;
	line-height: 2rem;
}
    
.subscribe{ padding:2rem 0rem 0rem;}
    
.subscribe h3 {
	font-size: 1.45rem;
}
.subscribe-form {
	gap: 10px;
	flex-direction: column;
}    
    
} 