/* =-=-=-=-=-=-=-=-=-= Steps to Buy =-=-=-=-=-=-=-=-=-=-= */
steps-to-buy .container {
	padding: 15px;
}
steps-to-buy .main-hdn {
	font-weight: bold;
	font-size: 18px;
	color: #444444;
}
steps-to-buy .circle-cont {
	width: 37px;
	height: 37px;
	background: #F9F0E9;
	border-radius: 50px;
	text-align: center;
	align-items: center;
	padding: 10px;
	display: inline-block;
}
steps-to-buy .circle-text {
	font-size: 12px;
	font-weight: 400;
	display: inline-block;
	color: #444444;
}
steps-to-buy .inner-circle {
	width: 75px;
	height: 75px;
	padding: 20px;
}
steps-to-buy .body-cont {
	position: relative;
	padding: 5% 0%;
}
steps-to-buy .outer-circle {
	border: 2px solid #E0633699;
	border-radius: 50%;
	padding: 5px 5px;
	width: 90px;
	height: 90px;
}
steps-to-buy hr {
	position: absolute;
    width: 60%;
    top: 10%;
    right: 0%;
    border-top: 1px solid #E7873C;
}
steps-to-buy .hr1 {
	left: 40%;
}
steps-to-buy .hr2 {
	left: 41%;
}
steps-to-buy .in-cont {
	height: 150px;
}
/* ipad potrait mode */
@media (min-width: 768px) and (max-width: 1025px) {
	steps-to-buy .body-cont {
		padding: 3.5% 0%;
	}
	steps-to-buy .hr2, steps-to-buy .hr1 {
		left: 20%;
	}
	steps-to-buy hr {
		width: 80%;
	}
	steps-to-buy .body-cont .col-4{
		display: grid;
		padding-left: 0.5%!important;
		padding-right: 0.5%!important;
	}
}

/* small android mode */
@media (max-width: 360px) {
	steps-to-buy hr {
		width: 56%;
	}
}

/* ipad landscape mode */
@media (min-width: 1020px) {	
	.steps-buy-container{
		background-color: #F8F8F8;
	}
	steps-to-buy .body-cont .col-4{
		background-color: #FFFFFF;
    	border-radius: 12px;
    	max-width: 29%;
    	height: 94px;
	}
	steps-to-buy .outer-circle .circle-cont{
		background-color: #FFFFFF;
		width: 113px;
		height: 113px;
		padding: 38px 25px;
	}
	steps-to-buy .main-hdn{
		font-size: 22px;
	}
	steps-to-buy .outer-circle {
		margin: 0% 30%;
		width: 133px;
		height: 133px;
		padding: 8px;
		border: 3.18px solid #E0633699;
	}
	steps-to-buy hr {
		width: 10%;
		top: 38%;
		right: -10%;
		border-top: 3px solid #E7873C;
	}
	steps-to-buy .hr1 {
		left: -34%;
	}
	steps-to-buy .hr2 {
		left: 33%;
	}
	steps-to-buy .circle-text {
		font-size: 16px;
		line-height: 19px;
	}
	steps-to-buy .circle-cont {
		width: 59px;
		height: 59px;
		padding: 17px;
	}
	steps-to-buy .circle-cont img {
		width: 23px;
    	height: 23px;
	}
 }

/* ipad landscape mode */
@media (min-width: 1020px) and (max-width: 1025px) { }

/* small laptop */
@media (min-width: 1280px) { }

/* medium laptop */
@media (min-width: 1440px) { }

/* desktops */
@media (min-width: 1980px) { }

/* =-=-=-=-=-=-=-=-=-= Steps to Buy Ends =-=-=-=-=-=-=-=-=-=-= */
