@media (max-width: 1120px) {
    .hero_area {
        height: auto;
    }

    .slider_section {
        padding: 50px 0;

    }
}

@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;
    }
	.table-apis{
		display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
		}
		.table.specil-tab td:last-child{
		width:130px;		
		display:inline-block;
	}
	.banner-text li {
    font-size: 1.2rem;
  
}
h2, .h2 {
    font-size: 1.5rem;
}
	
}

@media (max-width: 768px) {

    .slider_img-box {

        width: 85%;
        margin: 65px auto;

    }

    .slider_section .custom_carousel-control {

        position: absolute;
        top: 100%;
        left: 50%;
        width: 105px;
        transform: translate(-50%, -50%);
        display: flex;
        justify-content: space-between;

    }

    .fruit_section .arene_detail-box {

        margin-bottom: 40px;
        text-align: center;

    }

    .arene_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;
    }
	
	.table-apis td:last-last-child{
	width:150px;
	}
	.banner-text li {
    font-size: 1.2rem;
       padding: 0 15px;
   
}
}

@media (max-width: 576px) {
    .slider_item-container .slider_item-detail {

        text-align: center;

    }

    .slider_item-container .slider_item-detail .d-flex {

        justify-content: center;

    }
	h2, .h2 {
    font-size: 1.5rem;
}
.banner-text li {
    font-size: .7rem;   
    padding: 0 5px;
    border-right: 1px solid #fff;
    line-height: 18px;
}
.table-apis td:last-last-child{
	width:150px;
	}
	
}

@media (max-width: 480px) {
	h2, .h2 {
    font-size: 1.2rem;
	
}
ul#tabs-nav li:hover span, ul#tabs-nav li.active span {
    
    top: -5px;
    left: 10px;
	bottom:none;
}
	
	}

@media (max-width: 400px) {}

@media (max-width: 360px) {}

@media (min-width: 1200px) {
    .container {
        max-width: 1400px;
    }
	.banner-text h2{	
	font-size: 4rem;
}

}