._easy_steps {
	padding: 40px 0 65px;
    display: flex;
	background-color: #2eb0a1;
}
._steps_heading {
    margin-top: 20px;
    text-align: center;
    width: 100%;
    font-size: 42px;
    color: #fff;
    font-family: roboto;
    font-weight: 800;
    text-transform: uppercase;
}
._easy_steps_inner {
    display: inline-block;
    text-align: center;
}
.steps-icons-img {
    width: 350px;
    margin: 0 auto;
    border: 30px solid #000;
    border-radius: 50%;
    height: 350px;
    padding: 25px;
    background-color: #fff;
    position: relative;
    box-shadow: 3px 6px 7px #464646;
	transition: .4s;
}
.steps-icons-img h4 {
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
    font-family: roboto;
}
.steps-icons-img span {
    font-size: 44px;
    font-weight: 300;
    font-family: roboto;
    position: absolute;
    bottom: 5px;
    left: 46%;
}
._arrow {
    position: absolute;
    top: -52px;
    width: 389px;
    left: -48px;
	transition: .2s;
}
._arrow img {
    width: 100% !important;
}
.steps-icons-img img {
    width: 70px;
}
.steps-icons-img.stp_2 ._arrow {
    bottom: -55px;
    top: auto;
}
 .steps-icons-img > img{
	width:90px; 
 } 
@media screen and (max-width:1199px){
.steps-icons-img{width: 290px;height: 290px;padding: 15px;border: 20px solid #000;}
.steps-icons-img h4 { font-size: 20px;}
._arrow { top: -38px; width: 318px; left: -33px;}
.steps-icons-img.stp_2 ._arrow { bottom: -44px;}
}
@media screen and (max-width:992px){
	.steps-icons-img {width: 260px; height: 260px; border: 10px solid #000;}
	
	.steps-icons-img h4 {font-size: 18px;}
	.steps-icons-img span { font-size: 38px;}
	._steps_heading {font-size: 32px;}
	._arrow {top: -26px; width: 288px; left: -24px;}
	.steps-icons-img.stp_2 ._arrow {bottom: -28px;}
}
@media screen and (max-width:900px){
	._easy_steps_inner .block-3-outer { margin: auto;}
	.steps-icons-img {width: 210px; height: 210px; border: 6px solid #000;}
	.steps-icons-img h4 {font-size: 15px;  margin-top: 15px;}
	.steps-icons-img span {font-size: 26px;}
	.steps-icons-img > img {width: 52px;}
	._arrow {    top: -20px; width: 230px;  left: -16px;}
	.steps-icons-img.stp_2 ._arrow { bottom: -22px;}
    .steps-icons-img img {
        width: 50px;
    }
}

@media screen and (max-width:767px){
	.steps-icons-img {margin-bottom: 15px;}
	.steps-icons-img.stp_2 ._arrow {  bottom: 51px; transform: rotate(90deg); right: 62px; left: auto;}
	.steps-icons-img ._arrow { transform: rotate(90deg);  right: auto; left: 54px; top: 55px;}
    
}
