body{ margin: 0; padding: 0; }
.recover-wapper{
	background-color: #e9e6e5;
	padding: 100px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.recover-title h2{ text-align: center; font-size: 60px; font-weight:400; font-family: Roboto; color: #023c69; padding-bottom: 40px; }
.recover-card-img{
	border: 1px solid #000;
	border-radius: 100%;
	background-color: #fff;
	width: 300px;
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
	margin: auto;
}
.recover-card-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: unset;
    border-radius: 100%;
}
.know-more-btn{ margin-top: 30px; }
.know-more-btn a{
	width: 200px;
	height: 50px;
	background-color: #07375d;
	font-family: Roboto;
	color: #fff;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	display: block;
	margin: auto;
}
.know-more-btn a:hover{ text-decoration: none; color:#fff; }
.cart-icon{ margin-top: 20px; }
.cart-icon a{ color: #565352; font-size: 30px; text-align: center; display: block; }



@media(max-width: 991px){
	.recover-card-img{ width: 200px; height: 200px; }
}



/*--------------------------section 2 css----------------------------------------*/
body{ margin: 0; padding: 0; }
.sect-2-wapper{ display: flex; align-items: center; height: 900px; position: relative; }

.section-right-wapper{ margin-left: 100px; }
.section-left-wapper:before{
	content: '';
	background-image: url("http://replaycbd.com/wp-content/uploads/2022/01/12.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 900px;
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
}

.section-right-wapper:before{
	content: '';
	width: 50%;
	position: absolute;
	height: 900px;
	right: 0;
	top: 0;
	background-color: #161f2a;
}
.section-right-card{ width: 50%; margin-left: auto; background-color: #414146; position: relative; padding: 30px; }
.section-right-card p{ font-size: 20px; font-weight: 400; font-family: Roboto; color: #fff; }
@media(max-width: 1440px){
	.section-right-wapper { margin-left: 0; }
}
@media(max-width: 1199px){
	.sect-2-wapper{ height: 600px; }
	.section-left-wapper:before{ height: 600px; }
	.section-right-wapper:before{ height: 600px; }
}
@media(max-width: 991px){
	.sect-2-wapper{ height: 500px; }
	.section-left-wapper:before{ position: absolute; height: 500px; width: 50%; }
	.section-right-wapper:before{ width: 50%; position: absolute; height: 500px; }
}

@media(max-width: 767px){
	.sect-2-wapper{ height:auto; }
	.section-right-card{ width: 95%; margin-left: auto; margin-right: auto; }
	.section-right-wapper{ padding: 20px; margin: 0; }
	.section-left-wapper{ 
		background-image: url("http://replaycbd.com/wp-content/uploads/2021/12/12.png");
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center; 
		height: 450px;
		width: 100%;
	}
	.section-right-wapper{ background-color: #161f2a; width: 100%; height: 520px; }
	.section-left-wapper:before{ display: none; }
	.section-right-wapper:before{ display: none; }	
}
.sect-2-wapper .row{ margin: 0; }