.nop-conversion.nop-conversion-customization {
    background: #E5EBE8;
}
.nopcommerce-process {
    background: #D1DDDE;
    padding: 30px 0 70px 0;
}
.nopcommerce-process-box {
    margin-top: 54px;
}
.nopcommerce-process-all {
    display: flex;
    border: 1px solid #EFEFEF;
    box-shadow: 0 3px 15px rgb(0,0,0,0.08);
    border-radius: 57px;
    background: #fff;
    margin-bottom: 30px;
}
.nopcommerce-process-icon {
    background: #ffffff;
    border-radius: 50%;
    height: 92px;
    min-width: 92px;
    border: 1px solid #EE4D14;
    position: relative;
    margin: 11px;
    justify-content: center;
    display: flex;
    align-items: center;
}
.nopcommerce-process-icon i {
    color: #EE4D14;
    font-size: 32px;
    padding: 40px 40px;
}
.nopcommerce-process-detail {
    padding: 15px 19px;
}
.nopcommerce-process-title h3 {
    color: #18212D;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 14px;
}
.nopcommerce-process-description {
    color: #434343;
    width: 90%;
}
.nops-himage {
    display: none;
    position: absolute;
}
.nopcommerce-process-all:hover .nops-image {
    display: none;
}
.nopcommerce-process-all:hover .nops-himage {
    display: block;
}
.nopcommerce-process-all:hover .nopcommerce-process-title {
    color: #EE4D14;
}
.nopcommerce-process-all:hover .nopcommerce-process-icon{
	background: #EE4D14;
}
@media screen and (min-width :1401px) and (max-width:2200px){
	.nopcommerce-process {
    	padding: 50px 0 100px 0;
	}
    .nopcommerce-process-title h3 {
        font-size: 16px;
    }
    .nopcommerce-process-description {
        font-size: 16px;
        width: 100%;
    }

}