@media (max-width: 1120px) {
    .hero_area {
        height: auto;
    }

    .slider_section {
        padding: 0px 0;

    }
	.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
    	padding: 15px 50px;
	}
.slider_item-box {

    width: 100%;
    height: 100%;
    min-height: 500px;

}
}

@media (max-width: 992px) {
    .custom_nav-container .nav_search-btn {
        background-position: center;
    }

    .service_section .card-deck {

        flex-direction: column;

    }

    .service_section .card-deck .card {
        margin-bottom: 25px;
    }
	.slider_item-box {
	
		width: 100%;
		height: 100%;
		min-height: 330px;
	
	}
}

@media (max-width: 768px) {

    .slider_img-box {

        width: 85%;
        margin: 65px auto;

    }

    .slider_section .custom_carousel-control {

        position: absolute;
        top: 100%;
        left: 50%;
        width: 60px;
        transform: translate(-50%, -50%);
        display: flex;
        justify-content: space-between;

    }
	.slider_section .custom_carousel-control .carousel-control-prev, .slider_section .custom_carousel-control .carousel-control-next {
		margin: 10px 0;
		position: relative;
		width: 25px;
		height: 25px;
		border: none;
		opacity: 1;
		background-repeat: no-repeat;
		background-size: 12px;
		background-position: center;
	}
	.carousel-control-prev, .carousel-control-next {
		top: 5px;
	}

    .fruit_section .fruit_detail-box {

        margin-bottom: 40px;
        text-align: center;

    }

    .fruit_detail-box>div {

        display: flex;
        justify-content: center;

    }

    .contact_section {
        background-size: 105px;
    }

    .contact_section input {

        background-color: transparent;

    }

    .info_section .col-md-3 {
        text-align: center;
    }

    .info_section .col-md-3:not(:nth-last-child(1)) {

        margin-bottom: 35px;
    }

    .tasty_section h2 {

        font-size: 80px;
    }
	.slider_item-box {
	
		width: 100%;
		height: 100%;
		min-height: 255px;
	
	}
	
}

@media (max-width: 728px) {
	.slider_item-box {
	
		width: 100%;
		height: 100%;
		min-height: 230px;
	
	}
}
@media (max-width: 600px) {
	.slider_item-box {
	
		width: 100%;
		height: 100%;
		min-height: 195px;
	
	}
}
@media (max-width: 576px) {
    .slider_item-container .slider_item-detail {

        text-align: center;

    }

    .slider_item-container .slider_item-detail .d-flex {

        justify-content: center;

    }
	.slider_section {
        padding: 0px 0;

    }
	.slider_item-detail h1 {
    font-weight: 700;
    font-size: 30px;
    width: 95%;
    padding-top: 1em;
}
.slider_img-box {

    width: 85%;
    margin: 25px auto;

}
.slider_item-box {

    width: 100%;
    height: 100%;
    min-height: 190px;

}
}
@media (max-width: 525px) {
	.slider_item-box {
	
		width: 100%;
		height: 100%;
		min-height: 175px;
	
	}
}

@media (max-width: 480px) {
.slider_section {
        padding: 0px 0;

    }
	.slider_item-detail h1 {
    font-weight: 700;
    font-size: 30px;
    width: 95%;
    padding-top: 1em;
}
.slider_img-box {

    width: 85%;
    margin: 25px auto;

}
.slider_item-box {

    width: 100%;
    height: 100%;
    min-height: 160px;

}
}

@media (max-width: 400px) {
.slider_section {
        padding: 0px 0;

    }
	.slider_item-detail h1 {
    font-weight: 700;
    font-size: 30px;
    width: 95%;
    padding-top: 1em;
}
.slider_img-box {

    width: 85%;
    margin: 25px auto;

}
.slider_item-box {

    width: 100%;
    height: 100%;
    min-height: 135px;

}
}

@media (max-width: 375px) {
	.slider_item-box {
	
		width: 100%;
		height: 100%;
		min-height: 125px;
	
	}
}
@media (max-width: 360px) {
 .slider_section {
        padding: 0px 0;

    }
	.slider_item-detail h1 {
    font-weight: 700;
    font-size: 30px;
    width: 95%;
    padding-top: 1em;
}
.slider_img-box {

    width: 85%;
    margin: 25px auto;

}
.slider_item-box {

    width: 100%;
    height: 100%;
    min-height: 120px;

}
}
@media (max-width: 320px) {
	.slider_item-box {
	
		width: 100%;
		height: 100%;
		min-height: 105px;
	
	}
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
	.slider_item-box {

		width: 100%;
		height: 100%;
		min-height: 400px;
	
	}
	.services {
		padding-top: 8em;
	}

}