@media screen and (max-width:375px){

    .farms-bg {
        position: relative;
        margin-bottom: 15px;
        margin-top: -100%;
        padding: 6% 8%;
    }

    .m-purchase{
        margin:1rem 1rem;
    }

    .divider-top {
        padding: 0px;
        margin-top: -27px;
    }

    .center-logo .logo {
        margin-top: -8px;
    }

    .bg-process{
        background-position: 36% !important;
    }

    .navbar-top-default{
        background-color: #fff;
    }

}

/* FOR MOBILE DEVICE*/
@media screen and (min-width: 0px) and (max-width: 575px){
    .center-logo .logo {
		margin-top: -8px;
	}

    .farmer-sec .box {
        margin-top: 0px;
        left: 0px !important;
    }

    .dark-slider h2 {
        font-size: 1.3rem !important;
        line-height: 2rem !important;
    }

    .farms-bg {
        position: relative;
        margin-bottom: 15px;
        margin-top: -100%;
        padding: 18% 8%;
    }

    .m-purchase{
        margin:3rem;
    }

    .divider-top {
        padding: 0px;
        margin-top: -33px;
    }

    .bg-process{
        background-position: 36% !important;
    }

    .navbar-top-default{
        background-color: #fff;
    }

}

/* FOR SMALL DEVICE*/
@media screen and (min-width: 576px) and (max-width: 767px){

    .m-purchase{
        margin:0rem;
    }

    .bg-process{
        background-position: 36% !important;
    }

}

/* FOR TABLETS */
@media screen and (min-width: 768px) and (max-width: 991px) {

	.center-logo .logo {
		margin-top: -8px;
	}

    .farmer-sec .box {
        margin-top: -117px;
        left: 105px;
    }

    .m-purchase{
        margin:3rem 3rem;
    }

    .divider-top{
        margin-top: -60px;
    }

    .bg-process{
        background-position: 36% !important;
    }

} 

/* FOR MEDIUM DEVICE */
@media screen and (min-width: 992px) and (max-width:1199px) {
    .farms-bg {
        position: relative;
        margin-bottom: 15px;
        margin-top: -100%;
        padding: 9% 11%;
    }

    .bg-process{
        background-position: 36% !important;
    }
} 

/* FOR LARGE DESKTOP */
@media screen and (min-width: 1200px){
	.bg-process{
        background-position: center 0px !important;
    }
} 