*{margin: 0px; padding: 0px; outline: none;}
body, html{font-family: 'RotisSemiSans'; font-size: 16px; font-weight: normal; float: left; width: 100%; display: block;}
h1, h2, h3, h4, h5, h6{font-family: 'Calibri_bold'; font-weight: normal; color: #202020;}
p{font-family: 'Calibri'; font-weight: normal; font-size:18px; line-height: normal; color: #202020;}
a{font-family: 'Calibri'; font-weight: normal; text-decoration:none; color: #202020; font-size:18px; }

/* ============================ fonts start  ================= */
@font-face {
    font-family: 'Lobster 1.4';
    src: url('../fonts/Lobster14.eot');
    src: url('../fonts/Lobster14.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lobster14.woff2') format('woff2'),
        url('../fonts/Lobster14.woff') format('woff'),
        url('../fonts/Lobster14.ttf') format('truetype'),
        url('../fonts/Lobster14.svg#Lobster1.4') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri.eot');
    src: url('../fonts/Calibri.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri.woff2') format('woff2'),
        url('../fonts/Calibri.woff') format('woff'),
        url('../fonts/Calibri.ttf') format('truetype'),
        url('../fonts/Calibri.svg#Calibri') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Bold.eot');
    src: url('../fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri-Bold.woff2') format('woff2'),
        url('../fonts/Calibri-Bold.woff') format('woff'),
        url('../fonts/Calibri-Bold.ttf') format('truetype'),
        url('../fonts/Calibri-Bold.svg#Calibri-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RotisSemiSans';
    src: url('../fonts/RotisSemiSans-Bold.eot');
    src: url('../fonts/RotisSemiSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RotisSemiSans-Bold.woff2') format('woff2'),
        url('../fonts/RotisSemiSans-Bold.woff') format('woff'),
        url('../fonts/RotisSemiSans-Bold.ttf') format('truetype'),
        url('../fonts/RotisSemiSans-Bold.svg#RotisSemiSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RotisSemiSans';
    src: url('../fonts/RotisSemiSans.eot');
    src: url('../fonts/RotisSemiSans.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RotisSemiSans.woff2') format('woff2'),
        url('../fonts/RotisSemiSans.woff') format('woff'),
        url('../fonts/RotisSemiSans.ttf') format('truetype'),
        url('../fonts/RotisSemiSans.svg#RotisSemiSans') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lobster';
    src: url('../fonts/Lobster-Regular.eot');
    src: url('../fonts/Lobster-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lobster-Regular.woff2') format('woff2'),
        url('../fonts/Lobster-Regular.woff') format('woff'),
        url('../fonts/Lobster-Regular.ttf') format('truetype'),
        url('../fonts/Lobster-Regular.svg#Lobster-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ===========================  fonts end ================================= */


*{
    margin:0;
    padding: 0;
    outline: none;
   }

body{
    font-family:'RotisSemiSans';
    
}
.home{
    background-image:url("../images/body.png");
    background-position: center;
  
}
/* ============================FONTS  ================= */



/* =========================== header css start =========================== */

header .navbar-brand{
    width: 100%;
    max-width: 168px;
    margin-left: 46px;
    padding: 10px 0px;
}

header .navbar-light .navbar-nav .nav-link{
    font-size: 30px;
    text-transform: uppercase;
    margin: 0px;
    font-weight: 600;
    margin-left: 85px;
    font-family: 'Calibri';
    color: #000;
}

header .navbar-light .navbar-nav{
    margin-right: 30px;
}

header .navbar-light .navbar-nav .nav-link.active{
    color: #4b862c;
    background-image: url('../images/active_link.png');
    background-repeat: no-repeat;
    background-position: center 85%;
}

.navbar-toggler:focus, .navbar-toggler{
    box-shadow: none !important;
    border:none;
}

header{
    background-color: #fff;
}


header .navbar-brand img{
    width: 100%;
}
header .navbar {
    padding: 15px 0px 5px;
}




/*====================== header End =============================*/
.home .banner-section {
    max-height: 400px !important;
    overflow: hidden;
}
.banner-section{
    background-color: black;
     position: relative;
}
.banner-section img
{
    width: 100%;
    width: 100%;
    max-height: 600px;
    object-fit: cover;
    object-position: top center;

}
.banner-section .container {
    position: absolute;
    top: 62%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    margin: auto;
}
.banner-txt {
    text-align: center;
}
.banner-txt h2{

    font-size: 108px;
    letter-spacing: normal;
    color: white;
    font-family: 'Lobster';
   

}
.banner-logoline{
    display: flex;
    padding-top: 0px;
    margin-left: 0;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
    margin-bottom: 50px;
   }
.banner-logoline h4 {
    margin-top: 0px;
    font-family: 'Calibri';
    font-weight: 600;
    font-size: 40px;
    color: #F5D30C;
    margin-bottom: 0;
}
.banner-img
{
    width: 218px;
    margin-right: 42px;
}

.banner-img img{
    width: 100%;
}
.banner-line
{
   
   
    margin: auto;
    margin-top: 23px;
    margin-bottom: 10px;
    width: 100%;
     display: table;
    max-width: 370px;
}
.banner-line img{
    width: 100%;
    float: left;
    display: block;
}

.banner-txt p{
    color: white;
    font-size: 40px;
  
    font-family: 'RotisSemiSans';
    font-weight: 600;
    margin-top: 35px;
}
/* ======================end banner-section===================== */
.newspart{
   text-align: center;
   padding-bottom: 80px;
   padding-top: 66px;
}
.news-heading {
    margin-bottom:45px;
    

}
.news-heading img{
    max-width: 65px;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 10px;
}
.news-title
{
    color: #286e2a;
    font-family: 'Lobster';
    font-size: 50px;
    display: block;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7px;
    letter-spacing: 0.5px;
    text-align: center;
}
.news-title:before {
    content: "";
    background-image: url(../images/green1.png);
    width: 100px;
    height: 18px;
    display: inline-block;
    background-size: contain;
    object-fit: contain;
    background-repeat: no-repeat;
    margin-right: 20px;
   
}
.news-title:after {
    content: "";
    background-image: url(../images/green2.png);
    width: 100px;
    height: 18px;
    display: inline-block;
    background-size: contain;
    object-fit: contain;
    background-repeat: no-repeat;
    margin-left: 20px;
}
.col-nbox
{
  position: relative;
 
}
.nbox1-p{
    padding-right: 50px;
}
.nbox2-p{
    padding-left: 30px;
    padding-right: 30px;
}
.nbox3-p{
    padding-left: 50px;
    
}
.news-box input{
    display: none;
}

.news-box .row .col-xl-4{
    position: relative;
}

.news-box .row .col-xl-4:nth-child(2) .nbox{
    margin: auto;
}

.news-box .row .col-xl-4:nth-child(3) .nbox{
    margin-left: auto;
}

.news-box label{
    display: block;
    max-width:380px;
    position: absolute;
    top: 0px;
    height: 100%;
    left: calc(var(--bs-gutter-x) * .5);
    right: calc(var(--bs-gutter-x) * .5);
}
.nbox{
    border:2px solid #286e2a;
   border-radius: 30px;
   padding: 15px;
   background-color: white;
   max-width: 380px;
}


.nbox .nbox-img{
    float: left;
    width: 80%;
    max-width: 172px !important;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.nbox .nbox-img:after{
    content: "";
    position: relative;
    display: block;
    padding-top: 100%;
}

.nbox .nbox-img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; 
    object-fit: cover !important;
    object-position: center center;
}

.nbox-info {
    text-align: left;
}
.nbox-info h4{
    color: #4b862c;
    font-size: 22px;
    font-weight: 600;
   letter-spacing: 0.5px;
    font-family: 'Calibri';
    margin-top: 4px;
}
.nbox-info p{
    color: black;
    font-weight: 600;
    max-width: 150px;
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 30px;
   
}
.nbox-info a{
    background-color: #90cc48;
    border: none;
    padding: 13px 22px;
    font-size: 17px;
    border-radius: 15px;
    color: white;
    margin-top: 0;
    float: left;
}

/* =============end news-section============== */
.menu-section{
background-image: url('../images/menu-bg.png');
background-position: center;
background-repeat: no-repeat;
background-size:cover;
padding-top: 56px;
    padding-bottom: 78px;
   overflow: hidden;
    position: relative;
    margin-bottom: -12px;
    z-index: 111;
}


.menu-sideimg
{
    position: absolute;
    top: 18px;
    right: 0;
    z-index: 1111;
    width: 100%;
    max-width: 450px;

}

.menu-title:before {
    content: "";
    background-image: url(../images/menu-title-left.png);
    width: 100%;
    max-width: 109px;
    height: 18px;
    display: inline-block;
    background-size: contain;
    object-fit: contain;
    background-repeat: no-repeat;
    margin-right: 20px;
    background-position: center center;
   
}
.menu-heading{
    margin-bottom: 26px;
    text-align: center;
}

.menu-title:after {
    content: "";
    background-image: url(../images/menu-title-right.png);
    width: 100%;
    max-width: 109px;
    height: 18px;
    display: inline-block;
    background-size: contain;
    object-fit: contain;
    background-repeat: no-repeat;
    margin-left: 20px;
    background-position: center center;
}
h2.menu-title {
    color: #b80d24;
    font-family: 'Lobster';
    font-size: 52px;
    display: block;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

.menubox .menubox-img div{
    width: 100%;
    display: table;
    float: none;
    border-radius: 50%;
    max-width: 155px;
    margin: auto;
    position: relative;
    background-color:#f59d1b;
    overflow: hidden;
}

.menubox .menubox-img div:before{
    content: "";
    position: relative;
    display: block;
    padding-top: 100%;
}

.menubox .menubox-img div img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    object-fit: contain;
    object-position: center center;
    transform: translate(-50%, -50%);
}

.menubox {
    
    background-color: #b80d24;
    border-radius: 30px;
    width: 100%;
    padding: 40px 10px 15px;
    position: relative;
}

.menubox:before{
    content: "";
    background-image: url(../images/spoon_white.png);
    background-repeat: no-repeat;
    height: 36px;
    width: 150px;
    position: absolute;
    top: 0;
    background-size: contain;
    left: 35px;
}
.menulist1 {
    margin-top: 12px;
    margin-left: 15px;
}
.menulist1-col2{
    margin-left: 80px;
}
.menulist1-col3{
    text-align: center;
}
.menubox p{
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: bold;
    color: white;
    line-height: 26px;
    font-family: 'RotisSemiSans';
}
.menubox h4{
    margin-bottom: 9px;
    font-size: 24px;
    font-family: 'RotisSemiSans';
    font-weight: bold;
    color: white;
}

button.btn.menulist1 {
    padding: 21px 60px;
    font-size: 36px;
    background-color: #f1d20d;
    border-radius: 20px;
    font-family: 'RotisSemiSans';
    font-weight: bold;
    margin-left: 70px;
    color: #b80d24;
    margin-top: 10px;
    text-transform: uppercase;
}

/* ==================end menu-section================== */
.products-title{
    background-color: black;
  
   
    position: relative;
    margin-bottom: -16px;
    z-index: -111;
    max-height:250px;
    
}
.overlay {
    position: absolute;
    background: #00000063;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.products-title .container {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    margin: auto;
    
}
.products-titleimg{
    width: 100%;
    max-height:250px;
    object-fit:cover;
}
h2.product-txt.text-center{
    
    font-size: 72px;
    letter-spacing: 0.5px;
    color: white;
    font-family: 'Lobster';
    position: relative;
    
}
h2.product-txt.text-center:before {
    content: "";
    background-image: url(../images/products-leftimg.png);
    /*width: 190px;*/
    /*height: 127px;*/
    width:70px;
    height:70px;
    display: inline-block;
    background-size: contain;
    object-fit: contain;
    background-repeat: no-repeat;
  
    position: absolute;
   top: -36px;
    left: 20%;
}
h2.product-txt.text-center:after {
    content: "";
    background-image: url(../images/product-rightimg.png);
    /*width: 190px;*/
    /*height: 127px;*/
    width:70px;
    height:70px;
    display: inline-block;
    background-size: contain;
    object-fit: contain;
    background-repeat: no-repeat;
  
    position: absolute;
  top: -30px;
    right: 19%;
}
/* ==============end product-title============ */


.products-bg{
    padding: 75px 0px;
    background-image: url('../images/green-bg.png');
  
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 75px;
}
.col-md-12.s-counter {
    width: 20%;
    text-align: center;
    
}
.counterimgbox{
width: 100%;
max-width: 90px;
    margin: auto;
}
.s-counter img{
    width: 100%;
    display: block;
    margin: auto;
}
.s-counter h2 {
    font-family: 'Lobster 1.4';
    color: white;
    font-size: 60px;
    margin-bottom: 0;    
}
.s-counter span {
    font-family: 'RotisSemiSans';
    color: white;
    font-weight: 600;
    font-size: 21px;
}
/* ==================end products-services============= */
.link-list{
    background-color: white;
    padding-top: 30px;
    padding-bottom: 0px;
    text-align: center;
}
.link-title{
    margin-bottom: 40px;
}
.link-title img{
    max-width: 65px;
    width: 100%;
    display: inline-block;
    margin: auto;
    margin-right: 10px;
}
.linklist-row {
    text-align: center;
}

.linklist-row ul{
    float: left;
    width: 100%;
    display: block;
    padding-left: 0px;
}

.linklist-row ul li{

    float: left;
    width: 33.33%;
    display: block;
    line-height: normal;
    margin-bottom: 40px;
}

.linklist-row ul li:nth-child(1), .linklist-row ul li:nth-child(3n + 1){
    text-align: left;
}

.linklist-row ul li:nth-child(2), .linklist-row ul li:nth-child(3n + 2){
    text-align: center;
}

.linklist-row ul li:nth-child(3n){
    text-align: right;
}

.linklist-row ul li a{
    color: black;
    font-weight: bold;
    font-size: 32px;
    font-family: 'Calibri';
    margin-bottom: 40px;
}
/* =========end link-list============== */
.consult-part {
padding-top: 70px;
padding-bottom: 85px;
text-align: center;
}
.consult-col1
{
    position: relative;
   
}

.consult-part .consult1{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
h2.menu-title.consult-title {
    font-size: 76px;
    line-height: 74px;
    position: relative;
    max-width: 280px;
    margin-left: 30px;
    margin-right: 30px;
}

h2.linkmenu-title.menu-title {
    margin-top: 6px;
}
.consult-title:before {
    content: "";
    background-image: url(../images/title-left.png);
    width: 50px;
    height: 65px;
    display: inline-block;
    background-size: contain;
    object-fit: contain;
    background-repeat: no-repeat;
   position: absolute;
   top: 0;
   left: -39px;
  
}

h2.menu-title.consult-title + div{
    display: flex;
    align-items: flex-start;
}
.consult-title:after {
    content: "";
    background-image: url(../images/title-right.png);
    width: 50px;
    height: 65px;
    display: inline-block;
    background-size: contain;
    object-fit: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -50px;
    top: -3px;
}
.consult-col {
    width: 100%;
    max-width: 190px;
    margin-left: 40px;
}
.consult-col img{
    width: 100%;
    display: block;
    margin-bottom: 10px;
    margin-top: 20px;
}
.consult-col h4{
    color: #286e2a;
    text-align: center;
    font-size: 26px;
    max-width: 140px;
    margin: auto;
    font-family: 'RotisSemiSans';
    font-weight: bold;
    line-height: 28px;
}



/*=========================== info page start ========================*/

/*=========================== info page end ========================*/

/*====================== banner start ===========================*/

.banner{
    float: left;
    width: 100%;
    display: block;
    position: relative;
}

.banner img{
    float: left;
    width: 100%;
    display: block;
}

.banner .banner_title{
    position: absolute;
    top: calc(50% + 5px);
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-family: 'Lobster';
    text-transform: capitalize;
    color: #fff;
    font-size: 110px;
    letter-spacing: normal;
}

body.info{
    background-image: url('../images/body.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/* ===================== banner end =============================*/

/*====================== accordion section start ===================*/

section.accordion {
    background-image: url(../images/accordionbg4.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 410px;
    float: left !important;
    width: 100%;
    display: block;
    padding-top: 25px;
    overflow: hidden;
}


section.accordion .heading{
    float: left;
    width:100%;
    display: block;
}

section.accordion .heading .red_heading{
    color: #c01818;
    font-family: 'Lobster';
    position: relative;
    display: table;
    margin: auto;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: normal;
    margin-top: -5px;
    margin-bottom: 15px;
}

section.accordion .heading .red_heading img{
    margin-right: 10px;
    margin-bottom: 5px;
}

section.accordion .heading .red_heading:after{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width:40px;
    height: 40px;
    transform: translate(-80%, -30%);
    background-image: url('../images/title-left.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

section.accordion .heading .red_heading:before{
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width:40px;
    height: 40px;
    transform: translate(80%, -30%);
    background-image: url('../images/title-right.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

section.accordion .accordion{
    width: 100%;
    max-width: 820px;
}

section.accordion .accordion.full_width{
    max-width: 100%;
}

section.accordion .accordion-button{
    border-radius: 12px !important;
        transition: all 0.5s;
        background-color: #3c702e;
        color: #fff;
        font-weight: 600;
        font-size: 23px;
        padding-bottom: 12px ;
        padding-left: 30px;
        font-family: 'Calibri';
        padding-top: 12px;
        margin-top: 18px;
}

section.accordion .accordion-button:not(.collapsed){
    
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    
}

section.accordion .accordion-body{
    color: #3c702e;
    font-size: 17px;
    padding: 12px 30px;
    line-height: 22px;
    border: 4px solid #8dc049;
    border-radius: 15px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top: 0px solid transparent;
    background-color: #fff;
}

section.accordion .accordion-item{
    background: transparent;
    border-width:0px;
    border-color: transparent;
   
}

section.accordion .accordion-button:not(.collapsed)::after, section.accordion .accordion-button::after{
    background-image: url(../images/accordionarrow.png);
    width: 34px;
    height: 34px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    background-size: contain;
    right: 30px;
}

section.accordion .accordion-button:not(.collapsed)::after{
    transform: translateY(-50%);
}

section.accordion .accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

section.accordion .doc, section.accordion + .document-section .doc{
    float: left;
    width: 100%;
    display: block;
    margin-top: 20px;
    padding-left: 15px;
}

section.accordion .doc a, section.accordion + .document-section .doc a{
    float: left;
    width: 100%;
    display: block;
}

section.accordion .doc .text, section.accordion + .document-section .doc .text{
    float: left;
    display: block;
    width: 100%;
    max-width: calc(100% - 92px);
}

section.accordion .doc h6, section.accordion + .document-section .doc h6{
    font-size: 38px;
    line-height: 30px;
    font-family: 'RotisSemiSans';
    padding-left: 22px;
    font-weight: 600;
    color: #c01818;
}

section.accordion .doc p, section.accordion + .document-section .doc p{
    padding-left: 20px;
    font-family: 'RotisSemiSans';
    font-weight: 400;
    font-size: 24px;
    letter-spacing: normal;
}

section.accordion .doc img, section.accordion + .document-section .doc img{
    float: left;
    width: 100%;
    display: block;
    max-width: 92px;
}

section.accordion .container > .row{
    margin-bottom: 50px;
}

section.accordion .container > .row:nth-last-child(1){
    margin-top: 60px;
    margin-bottom: 0;
    padding-bottom: 70px;
}

section.accordion + .document-section{
    float: left;
    width: 100%;
    display: block;
    padding-top: 50px;
    padding-bottom: 100px;
    background:rgb(255 255 255 / 40%);
    margin-bottom: -25px;
}

/*======================= accordion section end ====================*/


section.accordion + .document-section .title-text{
    margin-bottom: 50px;
    color: #3C702E;
    font-size: 54px;
    margin-top: 15px;

}


/* ===================== contact section start =====================*/

section.contact.info{
    float: left;
    width: 100%;
    display: block;
    position: relative;
    background-image: url('../images/contact_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    padding: 50px 0 35px;
}

section.contact.info h2{
    font-family: 'Lobster';
    color: #fff;
    float: left;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 75px;
    line-height: 1;
    margin-bottom: 0px;
}

section.contact.info p{
    float: left;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    font-family: 'RotisSemiSans';
    font-weight: normal;
    line-height: 1;
    font-size: 30px;
    margin-bottom: 60px;
}

section.contact.info input.form-group.input, section.contact.info textarea {
    float: left;
    width: 100%;
    display: block;
    max-width: 620px;
    padding: 9px 18px;
    border-radius: 18px;
    margin-bottom: 26px;
    border-color: transparent;
    font-size: 20px;
    color: #acacac;
    font-family: 'RotisSemiSans';
}

section.contact.info textarea{
    float: right;
    border-radius: 25px;
    margin-bottom: 0px;
}

section.contact.info button{
    float: left;
    display: block;
    width: auto;
    margin-left: 15px;
    font-family: 'RotisSemiSans';
    font-size: 24px;
    padding: 8px 68px;
    border: 4px solid #fff;
    color: #fff;
    border-radius: 28px;
    text-transform: uppercase;
    margin-top: 14px;
}


/* ====================== contact section end ======================*/

/* ================== school service section start ================ */

section.school_service{
    float: left;
    width: 100%;
    display: block;
    background-image: url('../images/Informazioni.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 25%;
    padding: 70px 0 90px;
}

section.school_service h3{
    float: left;
    width: 100%;
    display: flex;
    text-align: center;
    font-family: 'Lobster';
    font-weight: normal;
    color: #f59d1a;
    font-size: 68px;
    margin-bottom: 75px;
    align-items: center;
    justify-content: center;
}

section.school_service .img_text{
    float: left;
    width: 100%;
    display: block;
}

section.school_service .img_text img{
    display: table;
    margin: 0 auto 35px;
    float: none;
    width: 100%;
    max-width: 165px;
}

section.school_service .img_text p{
    font-family: 'RotisSemiSans';
    font-weight: normal;
    font-size: 23px;
    margin-bottom: 2px;
}

section.school_service .img_text p span{
    font-size: 30px;
    font-family: 'RotisSemiSans';
    font-weight: bold;
    color: #bf1818;
    text-transform: uppercase;
}

section.school_service .text p{
    font-size: 23px;
    font-weight: normal;
    font-family: 'RotisSemiSans';
    margin-bottom: 0px;
    margin-top: 6px;
    line-height: 31px;
}

section.school_service .text p span{
    font-weight: bold;
    color: #bf1818;
    text-transform: uppercase;
}

section.school_service h3:after{
    content: "";
    position: relative;
    display: inline-block;
    background-image: url('../images/heading-yellow-right.png');
    width: 140px;
    height: 2px;
    background-size: contain;
    margin-left: 15px;
    background-repeat: no-repeat;
    background-position: left center;
}

section.school_service h3:before{
    content: "";
    position: relative;
    display: inline-block;
    background-image: url('../images/heading-yellow-left.png');
    width: 140px;
    height: 2px;
    background-size: contain;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-position: right center ;
}

section.school_service + footer{
    float: left;
    width: 100%;
    display: block;
}

/* =================== school service section end ================= */



body p {
	font-family: 'RotisSemiSans';
}
img {
    max-width: 100%;
}

.service-counter {
    width: 20%;
    text-align: center;
    padding: 15px;
}
body.service-page {
    background-image: url(../images/body.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.service-counter h2 {
    font-family: 'Lobster 1.4';
    color: #3c702e;
    /*font-size: 40px;*/
    font-size: 60px;
    margin-bottom: 0;    
}
.service-counter span {
    font-family: 'RotisSemiSans';
    color: #3c702e;
    font-weight: 600;
    font-size: 22px;
}
.title-text{
    color: #be1818;
    font-family: 'Lobster';
    /*font-size: 45px;*/
    font-size: 60px;
    display: block;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;    
}
.white-title-text{
    color:white;
    font-family: 'Lobster';
    /*font-size: 45px;*/
    font-size: 60px;
    display: block;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;    
}
.title-text:before {
    content: "";
    background-image: url(../images/title-left.png);
    /* width: 43px; */
    width: 30px;
    height: 58px;
    display: inline-block;
    background-size: contain;
    object-fit: contain;
    background-repeat: no-repeat;
    /* top: -12px; */
    top: 0;
    position: relative;
    left: -4px;
}
.title-text:after {
    content: "";
    background-image: url(../images/title-right.png);
    /* width: 43px; */
    width: 30px;
    height: 58px;
    display: inline-block;
    background-size: contain;
    object-fit: contain;
    background-repeat: no-repeat;
    /* top: -12px; */
    top: 0;
    position: relative;
    right: -4px;
}
.white-title-text:before {
    content: "";
    background-image: url(../images/products-leftimg.png);
     width: 43px; 
    width: 30px;
    height: 58px;
    display: inline-block;
    background-size: contain;
    object-fit: contain;
    background-repeat: no-repeat;
     top: -12px; 
    top: 0;
    position: relative;
    left: -4px;
}
.white-title-text:after {
    content: "";
    background-image: url(../images/product-rightimg.png);
     width: 43px; 
    width: 30px;
    height: 58px;
    display: inline-block;
    background-size: contain;
    object-fit: contain;
    background-repeat: no-repeat;
     top: -12px; 
    top: 0;
    position: relative;
    right: -4px;
}



.cooking {
    background: rgba(244,245,241,0.6);
    padding: 40px 0;
}
.service-product {
    padding: 45px 0;
    background: rgba(229,226,213,0.6);
    display: inline-block;
    width: 100%;    
}
.service-counter img {
    max-width: 87px;
}
.cooking .nav-tabs .nav-item.show .nav-link, .cooking .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #f59d1b;
    border-color: #f59d1b;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    /*padding-bottom: 15px;*/
    padding-bottom: 18px;
}
.cooking .nav-tabs .nav-link {
    border: 3px solid #f59d1b;
    border-radius: 20px;
    color: #f59d1b;
    font-family: 'Calibri';
    font-size: 28px;
    width: 100%;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #fff;    
}
.cooking .nav-tabs .nav-item {
    padding-left: 15px;
    padding-right: 15px;
}
.cooking .nav-tabs {
    border-bottom: 0;
    padding-right: 0;    
}
.cooking .nav-tabs .nav-item:first-child {
    padding-left: 0;
}
.cooking .nav-tabs .nav-item:last-child {
    padding-right: 0;
}
.cooking .nav-tabs .nav-link:before {
    content: "";
    background-image: url(../images/tab-img.png);
    /*width: 43px;
    height: 43px;*/
    width: 57px;
    height: 57px;
    background-size: contain;
    object-fit: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: -3px;
    left: -15px;
}
.cooking .tab-content {
    border: 3px solid #f59d1b;
    padding: 25px;
    background-color: #fff;    
}
.cook-add img {
    margin-bottom: 10px;
}
.cooking .tab-content .col-md-3 h6 {
    color: #6f150f;
    font-family: 'RotisSemiSans';
    font-weight: 600;
    margin-bottom: 0;
    font-size: 19px;
}
.cooking .tab-content .col-md-3.help-cook-text p {
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    margin-bottom:6px;
}
.cooking .tab-content .col-md-3 p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
}
.resp-cook:after {
    content: "";
    background-image: url(../images/resp-line.png);
    width: 5px;
    height: 100%;
    display: inline-block;
    background-size: contain;
    object-fit: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 0;
}
.resp-cook:before {
    content: "";
    background-image: url(../images/resp-line.png);
    width: 5px;
    height: 100%;
    display: inline-block;
    background-size: contain;
    object-fit: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
    top: 0;
}
.resp-cook {
	position: relative;
	width: 23%;
}
.cooking .tab-content .col-md-3.resp-cook h6 {
    margin-top: 10px;
    margin-bottom: 15px;
}
footer {
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    padding-top: 160px;
    padding-bottom: 110px;    
    object-fit: contain;
    margin-top: -15px;    
    background-size: cover;    
    display: inline-block;
    width: 100%;
}
.f-menu h6 a {
    color: #fff;
    text-decoration: none;
    font-size: 27px;
}
.f-menu h6 {
    margin-bottom: 20px;
}
.f-logo .logo-img {
    max-width: 265px;
    display: block;
    margin: auto;
    padding-bottom: 15px;
}
.f-logo .fbook-logo-img {
    /*max-width: 25px;*/
    display: block;
    margin: auto;
}
.f-add {
    text-align: center;
}
.f-text h6 {
    color: #fff;
    margin-bottom: 0;
    font-size: 20px;
    font-family: 'RotisSemiSans';
}
.f-text p {
    color: #f2dc9a;
    margin-bottom: 4px;
    font-size: 18px;
}
.f-text {
    margin-bottom: 30px;
}
.f-address p {
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
}
.footer-email a {
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    font-family: 'RotisSemiSans';
    font-weight: 700;
}
.footer-email {
    margin-bottom: 0;
    margin-top: 15px;
}
.cooking {
    background-color: rgba(244,245,241,0.6);
    padding: 54px 0;
    background-image: url(../images/cook-bg.png);
    background-repeat: no-repeat;
    background-position: top right;
}
.main-task {
	background-image: url(../images/task-bg.png);
	background-repeat: no-repeat;
    background-color: rgba(244,245,241,0.6);
    padding-top: 50px;
    padding-bottom: 20px;
    position: relative;
    background-size: cover;    
}
.main-task .title-text {
    color: #fff;
}
.iso-section .title-text {
    color: #fff;
}
.main-task .title-text:after,.main-task .title-text:before {
    content: unset;
}
.task-text h6 {
    color: #6f150f;
    font-family: 'RotisSemiSans';
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;    
}
.task-text p {
    line-height: normal;
    color: #fff;
    font-size: 15px;
}
.task .row .col-md-2 {
    padding-right: 0;
    width: 20%;
}
.task-text {
    width: 80%;
    padding-right: 30px;    
}
.main-task:before {
    content: "";
    background-image: url(../images/task1.png);
    width: 445px;
    height: 450px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.main-task:after {
    content: "";
    background-image: url(../images/bottel.png);
    width: 210px;
    height: 298px;
    background-repeat: no-repeat;
    position: absolute;
    right: 50px;
    top: 110px;
    object-fit: contain;
    background-size: 100%;
}
.task {
    z-index: 1;
    margin-bottom: 40px;
}
.service-manager {
    padding: 65px 0;
    position: relative;
}
.service-manager-text p {
    line-height: normal;
    font-size: 15px;
}
.service-manager-text h6 {
    color: #6f150f;
    font-family: 'RotisSemiSans';
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 0;
}
.service-manager-image:after {
    content: "";
    background-image: url(../images/resp-line.png);
    width: 5px;
    height: 100%;
    display: inline-block;
    background-size: contain;
    object-fit: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -4px;
    top: 0;
}
.service-manager-image:before {
    content: "";
    background-image: url(../images/resp-line.png);
    width: 5px;
    height: 100%;
    display: inline-block;
    background-size: contain;
    object-fit: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -4px;
    top: 0;
}
.service-manager-image {
    position: relative;
    padding: 0 20px;
    text-align: center;
    padding: 0 35px;
}
.service-manager-logo h6 {
    font-family: 'RotisSemiSans';
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 0;
}
.service-manager-logo p {
	line-height: normal;
    font-size: 15px;
    margin-bottom: 0;
}
.resp-cook img {
    width: 165px;
    height: 165px;
    border-radius: 50%;    
}
.help-cook-img {
    width: 27%;
}
.task .row .col-md-2 img {
    width: 100%;
}
.service-manager-logo {
    max-width: 28%;
}
.service-manager-text {
    width: 38%;
    padding: 0 35px;
}
.service-manager-image img {
    width: 100%;
}
.service-manager-logo img {
    width: 300px;
    margin-bottom: 10px;
}
.service-manager:before {
    content: "";
    background-image: url(../images/isobg.png);
    width: 366px;
    height: 370px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: -1px;
    background-size: contain;
}
.service-manager:after {
    content: "";
    background-image: url(../images/scal.png);
    width: 210px;
    height: 215px;
    background-repeat: no-repeat;
    position: absolute;
    right: 50px;
    bottom: 0;
    object-fit: contain;
    background-size: 100%;
}
.service-manager .container .row {
    z-index: 1;
    position: relative;
}
.iso-section {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #3c702e;
    position: relative;
}
.iso-text h4 {
    color: #f59d1a;
    font-size: 29px;
    font-family: 'RotisSemiSans';
}
.iso-text p {
    color: #fff;
}
.iso-section .iso-image {
    width: 20%;
}
.iso-section .iso-text {
    width: 80%;
}
.iso-section .container .row .col-lg-4 {
    margin-bottom: 35px;
}
.document-section .title-text:before {
    content: "";
    background-image: url(../images/doc-left.png);
    width: 133px;
    height: 4px;
    display: inline-block;
    background-size: contain;
    object-fit: contain;
    background-repeat: no-repeat;
    right: 10px;
}
.document-section .title-text:after {
    content: "";
    background-image: url(../images/doc-right.png);
    width: 133px;
    height: 4px;
    display: inline-block;
    background-size: contain;
    object-fit: contain;
    background-repeat: no-repeat;
    left: 10px;
}
.document-section {
    padding-top: 85px;
    position: relative;
    padding-bottom: 130px;
    display: inline-block;
    width: 100%;    
}
.doc-image {
    padding-right: 0;
}
.document-section .title-text {
    color: #3c702e;
    margin-bottom: 65px;    
}
.doc-text h4 {
    color: #bf1818;
    font-size: 40px;
    font-family: 'RotisSemiSans';
    margin-bottom: 0;    
}
.doc-text p {
    font-size: 23px;
}
/*.document-section:before {
    content: "";
    width: 650px;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-image: linear-gradient(to left, rgba(255,0,0,0), rgba(229,226,213,1));
    z-index: -1;
}
.document-section:after {
    content: "";
    width: 650px;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(229,226,213,1));
    z-index: -1;
}*/
.document-section .container .row {
    z-index: 1;
    position: relative;
}

/*.service-manager>.container:before {
    content: "";
    width: 650px;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-image: linear-gradient(to left, rgba(255,0,0,0), rgba(229,226,213,1));
    z-index: -1;
}
.service-manager>.container:after {
    content: "";
    width: 650px;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(229,226,213,1));
    z-index: -1;
}*/
.iso-section:after {
    content: "";
    background-image: url(../images/fruit.png);
    width: 385px;
    height: 316px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    object-fit: contain;
    background-size: 100%;
}
.iso-section .container .row {
    z-index: 1;
    position: relative;
}
.cooking {
    background-size: 660px;
}
.date-section {
    padding-top: 57px;
    padding-bottom: 15px;
    background: rgba(229,226,213,0.6);
    display: inline-block;
    width: 100%;
}
.date-box-top {
    background-color: #c01818;
    padding: 35px 35px 45px 35px;
    border-radius: 35px;
    position: relative;
}
.date-box-top:before {
    content: "";
    background-image: url(../images/spoon.png);
    background-repeat: no-repeat;
    height: 36px;
    width: 150px;
    position: absolute;
    top: 0;
    background-size: contain;
    left: 50px;
}
.s-select-box:before {
    content: "";
    background-image: url(../images/select-icon.png);
    background-repeat: no-repeat;
    height: 50px;
    width: 55px;
    position: absolute;
    left: 26px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.s-select-box {
position: relative;
}
.s-select-box {
    position: relative;
    width: 44%;
    margin: auto;
    margin-right:auto;
    margin-left: 0;
    margin-bottom: 5px;
}

.s-select-box + p{
    margin-bottom: 58px;
    text-align: right;
}

.s-select-box select.form-select {
    height: 70px;
    border-radius: 15px;
    padding-left: 90px;
    font-size: 20px;
}
.menu-date h6 {
    color: #6f150f;
    font-family: 'Calibri';
    font-size: 31px;
    font-weight: 700;   
}
.menu-date p {
    color: #6f150f;
    font-family: 'Calibri';
    font-size: 25px;
    margin-bottom: 0;    
}
span.calender-icon {
    width: 32px;
    float: left;
    margin-right: 10px;
}
.menu-date {
    background: #fff;
    border-radius: 20px;
    padding: 13px 10px;
}
.row.menu-date-top {
    margin: auto;
}
.date-circle {
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    height: 135px;
    width: 135px;
    display: flex;
    align-items: center;
    justify-content: center; 
        border: 2px solid #fff;   
}
.date-circle p {
    color: #919191;
    margin: 0;
}
.date-circle h3 {
    color: #9a9796;
    margin: 0;
    font-size: 40px;
    font-weight: 600;
    font-family: 'RotisSemiSans';
}
.date-content span.calender-icon {
    width: 45px;
    text-align: center;
    margin: auto;
    display: inline-block;
    float: unset;
    margin-bottom: 6px;
}
.date-content span.calender-icon svg {
    color: #c01818;
}
.date-circle:hover, .date-circle.active{
    background-color: #6f150f;
}
.date-circle:hover p,.date-circle.active p,.date-circle:hover h3,.date-circle.active h3 {
    color: #fff;
}
.date-circle:hover .date-content span.calender-icon svg {
    color: #ffffff;
}
.fruit-section {
    padding-top: 15px;
    padding-bottom: 20px;
}
.fruit-section div#weekplate {
    position: relative;
}
/*---msgbox----*/
.fruit-section .fruit-msgbox1 {
    background: #c01818;
    padding: 20px 15px;
    border-radius: 30px;
    width: 100%;
    
} 
.fruit-msgbox.mt-5 .row{
    display: flex;
    align-items: stretch;
    height: 100%;
    justify-content: center
}
.fruit-msgbox.mt-5 .row .col-lg-6.col-12.ps-0.mb-4 {
    display: flex;
}
.fruit-section .fruit-msgbox1 .row.d-flex {
    align-items: center;
}
.fruit-section .fruit-msgbox1.fruit-msgbox2 {
  
    background: #507929;
}
.fruit-section .fruit-msgbox1-info h2 {
   color: #f59d1a;
    font-family: 'Lobster';
    font-size: 30px;
}

.fruit-section .fruit-msgbox1-info li {
    color: white;
    font-size: 16px;
    line-height: 24px;
   
}
.fruit-msgbox1-img {
  
    border-radius: 50%;
    max-width: 120px;
    max-height: 120px;
    min-height: 120px;
    min-width: 120px;
    margin: auto;
    position: relative;
    background-color: #f59d1b;
    overflow: hidden;
    
}
.fruit-section  .fruit-msgbox1-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    object-fit: contain;
    object-position: center center;
    transform: translate(-50%, -50%);
}

/*--------end msgbox-----*/


.fruit-section .nav.nav-tabs::-webkit-scrollbar {
  display: none;
}
.fruit-section .tabs-slide-btn buttton{
   
    border-radius:50%;
    background:green;
}
.fruit-section .tabs-slide-btn button.button-l {
    position: absolute;
    top: 100px;
    left: -30px;
    border-radius: 50%;
   background: #87be41;
    color: white;
    border: none;
    font-size: 14px;
    padding: 2px 0px;
    font-weight:bold;
}
.fruit-section .tabs-slide-btn button.button-r {
    position: absolute;
    right: -30px;
    top: 100px;
    /* left: -40px; */
    border-radius: 50%;
    background: #87be41;
    color: white;
    border: none;
    font-size: 14px;
 padding: 2px 0px;
    font-weight:bold;
}
.fruit-section .tabs-slide-btn span.carousel-control-prev-icon {
    height: 10px;
    width: 26px;
}
.fruit-section .tabs-slide-btn span.carousel-control-next-icon{
     height: 10px;
    width: 26px;
}
/*----------new css tab---------*/
.tab-content .food-title-main p{
    color: #f59d1a;
  
    font-size: 15px;
}
.tab-content .gr-bigimg .tbl-txt-img{
        justify-content: unset;
}
.tab-content .gr-bigimg .tbl-txt-img img{
   width: 36px;
    height: 40px;
    object-fit: cover;
    border: none;
    border-radius: 0px;
    }
.tab-content table .Certificazioni-th-img img{
    display:block;
   margin:auto !important;
   margin-bottom: 4px !important;
   margin-top:5px important;
} 
    .fruit-section .inner-tab .tab-content .table_title {
    width: 100%;
    text-align: start;
    float:none;
    margin-bottom:7px;
    }
 .tab-content table .Fornitore-link{
    color: white;
}
 .tab-content table .Fornitore-link:hover{
   color: #f59d1a;
}
/*-----------------------------*/
.fruit-section .nav-tabs .nav-item.show .nav-link, .fruit-section .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #3c702e;
    border-color: #3c702e #3c702e #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 19px;
}
.fruit-section .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: #87be41;
    border: 1px solid #87be41;
    border-radius: 20px;
    width: 100%;
    padding-top: 15px;
    text-align: center;
}
.fruit-section .nav-tabs .nav-item {
    /*width: 16.66%;*/
    min-width: 200px;
    padding-right: 10px;
}
.fruit-section .nav-tabs .nav-item:last-child {
    padding-right: 0;
}

.fruit-btn.active p {
    color: #ffffff;
}
.fruit-btn p {
    color: #3c702e;
    font-family: 'Calibri';
    font-size: 16px;
    margin-bottom: 5px;    
}
.fruit-btn h6 {
    color: #ffffff;
    font-family: 'RotisSemiSans';
    font-weight: 700;
    font-size: 17px;
}
.fruit-section .tab-content {
    background: #3c702e;
    border-radius: 20px;
    padding: 25px;
    position: relative;
}
.food-title:before {
    content: "";
    background-image: url(../images/title-line.png);
    background-repeat: no-repeat;
    height: 3px;
    width: 146px;
    position: absolute;
    left: 0px;
    bottom: -2px;
    background-size: 100%;
}
.food-title {
    font-family: 'Lobster';
    color: #f59d1a;
    font-size: 32px;
    position: relative;
    /*background-image: url(../images/ingrid.png);*/
    /*background-repeat: no-repeat;*/
    /*padding-left: 56px;*/
    /*background-position: left center;*/
    /*background-size: contain;*/
    padding-top: 5px;
    padding-bottom: 5px;
}
.fruit-section .nav-tabs,.fruit-section .nav-tabs .nav-link.active {
    border-bottom: 0;
}
.nav-link.ing-btn {
	border-radius: 12px;
	padding: 9px 8px;
    color: #fff;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.gr-img img {
    width: 18px;
    height:18px;
}
.ing-btn ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    display: flex;
    align-items: center;
}
.ing-btn ul li {
    display: ;
    padding-right: 15px;
}
.ing-btn ul li.gr-img{
        display: flex;
     align-items: center;

}
.ing-image img {
    border-radius: 50%;
    width: 30px;    
}
.gr-white img {
    width: 30px;
}
.image-check img {
    width: 20px;
}
li.ing-name {
    font-family: 'Calibri';
    font-weight: 600;
    font-size: 19px;
    width: 100%;
    /*width: 85px;*/
}
.gr-img span {
    font-family: 'Calibri';
    font-style: italic;
    font-size: 18px;
    margin-right: 10px;
}
.fruit-section .nav-pills .nav-link.active, .fruit-section .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #87be41;
} 
.inner-tab .tab-content {
    background: #87be41;
    padding: 15px;    
}
.fruit-section .inner-tab .tab-content:before {
    content: unset;
}
.gr-bigimg img {
    width: 100%;
}
.gr-bigimg img {
    width: 209px;
    height: 209px;
    object-fit: cover;
    border: 3px solid #fff;
    border-radius: 20px;
}
.gr-table .table thead tr th,.gr-table .table tbody tr td {
    border-bottom: 2px solid #fff !important;
}
.gr-table .table thead tr th:first-child,.gr-table .table tbody tr td:first-child {
    border-right:none !important;
    
}
.gr-table .table tbody tr td span.food-title {
    background-image: none;
    padding-left:0px;
}
.gr-table .table tbody tr td span.food-title:before {
    content:unset;
    background-image: none;
}
.gr-table .table tbody tr:last-child td {
    border-bottom: 0 !important;
}
.dishname {
    font-family: 'Calibri';
    color: #3c702e;
    font-size: 22px;
    padding-right: 16px;
    float: left;
}
.gr-table .table thead tr th img {
    
    padding-top: 2px;
    padding-bottom: 2px;
}
.gr-table table th img.flag-menu{
    width: 36px;
    height: 36px;
    object-fit: cover;
    border-radius: 50%;
    background: white;
}
.gr-table .table thead tr th:first-child {
    text-align: right;
}
.tbl-txt-img {
    display: flex;
}
.tbldoc-txt {
    color: #fff;
    font-family: 'Calibri';
    font-weight: 300;
    font-size: 14px;
    display: inline-block;
    line-height: normal;
}
.gr-table .table tbody tr td {
    color: #fff;
    font-size: 17px;
    font-family: 'Calibri';
}
.table-green {
    width: 45px;
    margin-right: 6px;
    margin-bottom: 2px;
    margin-top: 2px;    
}
.nutrition-setment h6 {
    font-family: 'RotisSemiSans';
    font-weight: 700;
    position: relative;
}
.nutrition-setment h6:after {
    content: "";
    background-image: url(../images/doc-left.png);
    background-repeat: no-repeat;
    height: 3px;
    width: 140px;
    position: absolute;
    left: 0;
    bottom: -2px;
    background-size: 100%;
}
.nutrition-setment {
    border-radius: 20px;
    background: #fff;
    padding: 6px 20px;
    margin-top: 10px;    
}
.nutrition-setment ul li {
    background-color: #cc3a3a;
    margin-top: 50px;
    width: 74px;
    text-align: center;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;    
}
.nutrition-setment ul li img {
    margin-top: -50%;
        width: 100%;
}
.nutrition-setment ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.nutrition-setment ul li h6:after {
    content: unset;
}
.nutrition-setment ul li p {
    color: #ffffff;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.nutrition-setment ul li span {
    display: inline-block;
    width: 100%;
    border: 1px solid #c01717;
    background: #fff;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    font-weight: 600;
    color: #000;
}
.owl-carousel .owl-item img {
	/*width: 80%;*/
    width: 172px;
    margin: auto;
    height: 113px;
    object-fit: contain;
}
button.owl-prev:before {
    content: "";
    background-image: url(../images/slider-left.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: contain;
}
button.owl-next:before {
    content: "";
    background-image: url(../images/slider-right.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: contain;
}
button.owl-prev {
    position: relative;
    width: 25px;
    height: 25px;
    float: left;
    left: -25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
button.owl-next {
    position: relative;
    width: 25px;
    height: 25px;
    float: right;
    right: -25px;
    position : absolute;
    top: 50%;
    transform: translateY(-50%);
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: unset;
}
/*.owl-theme .owl-nav {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    margin-top: 0;*/
/*    transform: translateY(-50%);*/
/*    width: 100%;*/
/*    z-index: -1;*/
/*}*/
.suppliers-slider>.container {
    /* max-width: 1070px; */
}
section.contact.info.know-more {
    background-image: url(../images/knowbg.png);
    background-position: top center;
        margin-bottom: 00px;
}
.contact.info.know-more p {
    font-size: 18px;
    text-align: left;
}
section.contact.info.know-more:after {
    content: "";
    background-image: url(../images/know-bg2.png);
    background-repeat: no-repeat;
    height: 250px;
    width: 290px;
    position: absolute;
    right: 130px;
    bottom: 0;
    background-size: contain;
}
section.contact.info.know-more{
    position: relative;
    margin-top: -20px;
}
section.suppliers-slider {
    background: rgba(229,226,213,0.6);
    padding: 50px 0;
}
.document-section {
    background: rgba(229,226,213,0.6);
}
p.menu-last-txt {
    margin: 10px 0;
    font-size: 12px;
}
.fruit-section .tab-content::before {
    content: "";
    background-image: url(../images/3spoon.png);
    background-repeat: no-repeat;
    height: 48px;
    width: 126px;
    position: absolute;
    left: 50px;
    top: 0;
}
.cust-title {
    padding-top: 123px;
    position: relative;
}
.food-title-main {
    position: absolute;
    top: 70px;
    left: 42px;
}
section.contact.info.know-more textarea {
    float: left;
}
.menu-page .document-section {
    padding-top: 45px;
}
body.menu-page {
    background-image: url(../images/body.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
section.contact.info.know-more .col-md-12 p.text-center {
    font-size: 31px;
    margin-top: 20px;
}
.gr-table table {
    top: -15px;
    right: -15px;
    position: relative;
    margin-bottom: 0;
}
.fruit-section>.container>.row>.nav-tabs {
    padding-right: 0;
    padding-bottom:0px !important;
}
.aia-tbl {
    max-width: 36px;
    margin-bottom: 5px;    
}
.owl-nav.disabled {
    display: block !important;
}


.date-section .date-box-top .menu-date-top .date_doc{
    width: 135px;
    height: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.date-section .date-box-top .menu-date-top .date_doc a{
    width: 100%;
    max-width: 100px;
}

.date-section .date-box-top .menu-date-top .date_doc a img{
    float: left;
    width: 100%;
    display: block;
    max-width: 60px;
}

.date-section .date-box-top .menu-date-top .date_doc a span{
    color: #fff;
    line-height: normal;
    font-size:14px;
    width: 100%;
    float: left;
    display: block;
    margin-top: 5px;
}

.fruit-section .inner-tab .tab-content .food-title{
    color: #fff;
}

.fruit-section .inner-tab .tab-content .table_title{
    float: left;
    margin-bottom: 8px;
    color: #fff;
    font-family: 'Lobster';
    font-weight: normal;
    font-size: 24px;
    margin-top: 6px;
}

.fruit-section .inner-tab .tab-content tbody .table_title{
    margin-top: 0px;
    width: 100%;
    margin-bottom: 5px;
}

/* ==========================responsive==================== */
@media screen and (max-width:1800px) {
    .banner-txt h2 {
        font-size: 90px;
    }
    .banner-section .container {
        position: absolute;
        top: 62%;
    }
    .banner-img {
        width: 175px;
    }
    .banner-logoline h4 {
      font-size: 30px;
    }
    .banner-txt p {
      
        font-size: 36px;
    }
    .nbox-info button {
        margin-top:10px ;
    }
   
}
@media screen and (max-width:1600px) {

    .linklist-row ul li{
        margin-bottom: 15px;
        font-size: 24px;
    }

    .banner .banner_title{
        font-size: 80px;
    }

    section.contact.info h2, section.school_service h3{
        font-size: 60px;
    }

    .linklist-row ul li a{
        font-size: 24px;
    }
    .banner-txt h2 {
        font-size: 80px;
    }
    /*h2.product-txt.text-center {*/
    /*    font-size: 120px;*/
    /*}*/
    h2.product-txt.text-center:before {
     
        
        position: absolute;
        left:23%;
}
h2.product-txt.text-center:after {
  right:23%;
}

.date-circle {
    height: 120px;
    width: 120px;
}
.date-content span.calender-icon {
    width: 35px;
}
.date-circle p {
    font-size: 15px;
}
.menu-date h6{
	font-size: 25px;
}	
.menu-date p {
	font-size: 22px;
}
.s-select-box select.form-select {
    padding-left: 70px;
}
span.calender-icon {
    width: 25px;
}
.s-select-box:before {
    height: 32px;
    width: 40px;
    left: 18px;
    background-size: contain;
}
.s-select-box select.form-select {
    height: 50px;
}
.date-box-top {
    padding: 25px;
}	
.f-menu h6 a {
    font-size: 20px;
}	
.f-menu h6 {
    margin-bottom: 15px;
}
.f-logo .logo-img {
    max-width: 190px;
}
.f-text h6 {
    font-size: 16px;
}
.f-text {
    margin-bottom: 15px;
}
.f-text p,.f-address p {
    font-size: 15px;
}
.footer-email a {
	font-size: 17px;
}
footer {
    padding-top: 120px;
    padding-bottom: 70px;
    z-index: 1;
    position: relative;
}
/*.title-text:after {    */
    /* width: 30px;
    height: 42px;
    right: unset; */
/*}*/
/*.title-text:after {    */
    /* width: 30px;
    height: 42px;
    left: unset; */
/*}	*/
.cooking .tab-content .col-md-3 h6 {
	font-size: 16px;
}	
.cooking .tab-content {
    padding: 15px;
}	
.cooking .nav-tabs .nav-item.show .nav-link, .cooking .nav-tabs .nav-link.active {
    padding-bottom: 15px;
}
.title-text,.document-section .title-text ,.white-title-text{
    font-size: 45px;
}
.cooking .nav-tabs .nav-link,.task-text h6 {
	font-size: 18px;
}
.cooking .nav-tabs .nav-link:before {
    width: 43px;
    height: 43px;
}
.service-manager-text h6,.service-manager-logo h6 {
	font-size: 18px;
}
.service-manager-text p,.service-manager-logo p,.task-text p {
    font-size: 14px;
}
.service-manager:before {
    width: 257px;
    height: 250px;
}
.service-manager:after {
    right: 10px;
    width: 160px;
    height: 165px;    
}
.service-manager-logo img {
    width: 250px;
}
.iso-text p {
    font-size: 15px;
    margin: 0;
}
.iso-text h4 {
    font-size: 24px;
    margin-bottom: 0;
}
.iso-section:after {
    width: 226px;
    height: 186px;
}
.doc-text h4 {
	font-size: 28px;
}
.doc-text p {
    font-size: 16px;
}
.main-task:after {
    width: 157px;
    height: 176px;
    right: 10px;
}
.service-counter img {
    max-width: 70px;
}
.service-counter h2 {
	font-size: 40px;
}
.service-counter span {
	font-size: 17px;
}
.cooking {
    background-size: 425px;
}
}

@media only screen and (min-width:1590px){
    .fruit-btn h6 {
        font-size: 20px;
    }
    .suppliers-slider .title-text {
        font-size: 74px;
    }
    .suppliers-slider>.container {
        max-width: 1165px;
    }
    button.owl-prev {
        width: 50px;
        height: 50px;
        left: -85px;
    }
    button.owl-next {
        width: 50px;
        height: 50px;
        right: -85px;
    }
    section.contact.info.know-more:after {
        height: 310px;
        width: 400px;
        position: absolute;
        right: 290px;
    }
    .title-text:before,.white-title-text:before {
        top: -12px;
    }
    .title-text:after,.white-title-text:after {
        top: -12px;
    }
}

@media screen and (max-width:1500px) {
    .banner-txt h2 {
        font-size: 72px;
    }

    .banner-img {
        width: 150px;
    }
    .banner-logoline h4 {
        font-size: 26px;
    }
    .banner-logoline {
       margin-bottom: 10px;
    }
    .banner-txt p {
      
        font-size: 34px;
    }
}

@media only screen and (min-width:1400px){
    .cooking>.container {
        max-width: 1280px;
    }
    .service-product>.container {
        max-width: 1375px;
    }
}

@media screen and (max-width:1400px){
    
    .date-section .date-box-top .menu-date-top .date_doc a img{
        max-width: 50px;
    }

    header .navbar-light .navbar-nav .nav-link{
        margin-left: 40px;
        font-size: 16px;
    }

    .banner .banner_title{
        font-size: 60px;
    }

    header .navbar-light .navbar-nav{
        margin-right: 0px;
    }

    header .navbar-brand{
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px;
        max-width: 85px;
    }

    .navbar-expand-lg{
        padding: 10px 0 ;
    }

    header .navbar-light .navbar-nav .nav-link.active{
        background-size: 50%;
    }

    section.accordion .heading .red_heading{
        font-size: 40px;
    }

    section.school_service h3{
        font-size: 50px;
    }

   
    .nbox1-p{
        padding-right: 15px;
    } 
    .nbox2-p{
        padding-left: 0px;
        padding-right: 15px;
    }
    .nbox3-p{
        padding-left: 0px;
        
    }
    img.nbox-img {
        width: 100%;
        float: left;
        display: block;
    }
    .nbox-info p {
    
        margin-bottom: 5px;
    }
    button.btn.menulist1 {
       
        font-size: 30px;
     margin-left: 0px;
    margin-top: 30px;
    }

    .menulist1-col2 {
        margin-left: 30px;
    }
    /*h2.product-txt.text-center {*/
    /*    font-size: 90px;*/
    /*}*/
    h2.product-txt.text-center:before {
     
        height: 60px;
        position: absolute;
        left: 21%;
}
h2.product-txt.text-center:after {
  
    height: 60px;
     right: 19%;
}

h2.menu-title.consult-title {
    max-width: 190px;
   font-size: 52px;
}

}
@media screen and (max-width:1320px) {
    .banner-txt h2 {
        font-size: 54px;
    }

    
    .banner-logoline h4 {
        font-size: 22px;
    }
    .banner-logoline {
       margin-bottom: 10px;
    }
    .banner-txt p {
      
        font-size: 28px;
    }
    .menu-sideimg {
        position: absolute;
        top: 18px;
        right: -100px;
        width: 100%;
        max-width: 385px;
    }
}
@media only screen and (max-width:1200px) {
    
    section.accordion .doc img, section.accordion + .document-section .doc img{
        max-width: 75px;
    }

    section.accordion .doc .text, section.accordion + .document-section .doc .text{
        max-width: calc(100% - 75px);
    }

    section.accordion .doc h6, section.accordion + .document-section .doc h6{
        font-size: 28px;
    }

    section.accordion .doc p, section.accordion + .document-section .doc p{
        font-size: 18px;
    }

    .nbox-info a{
        padding: 7px 14px;
    }
    
    .banner-section .container {
        position: absolute;
        top: 62%;
    }
    
    .banner-logoline h4 {
        font-size: 20px;
    }
    .banner-logoline {
        margin-top: 20px;
       margin-bottom: 0px;
    }
    .banner-line {
        width: 245px;
       
    }
    .banner-txt p {
      
        font-size: 24px;
        margin-top: 20px;
    }
    /* --end banner-- */
    .nbox-info h4{
     
        font-size: 18px;
       
    }
    .nbox-info p{
      
        max-width: 150px;
        font-size: 13px;
        line-height: 19px;
    }
    .nbox-info button{
      
        padding: 7px 10px;
        font-size: 12px;
         margin-top: 5px;
    }
    /* --end newspart-- */
    .menubox h4 {
        margin-bottom: 9px;
     font-size: 18px;
}
.menubox p {
    margin-bottom: 0px;
    font-size: 18px;
   line-height: 22px;
}

button.btn.menulist1 {
    padding: 20px 45px;
    font-size: 22px;
}
h2.product-txt.text-center {
    font-size: 75px;
}
h2.product-txt.text-center:before {
  
    height:55px;
    left: 14%;
    top: -10%;
}
h2.product-txt.text-center:after {
    height: 55px;
    right: 11%;
    top: -10px;
}
.products-title {
  
    margin-bottom: -30px;
}
.link-list{
    padding-bottom: 40px;
}
.linklist-row p{
   
    font-size: 30px;
   
    margin-bottom: 20px;
}
h2.menu-title.consult-title {
    max-width: none;
    font-size: 52px;
    position: relative;
}

.nutrition-setment ul {
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
} 
.nav-link.ing-btn {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
.fruit-section .nav-tabs .nav-item:last-child {
    padding-right: 10px;
}
.cust-title, .gr-right {
    width: 100%;
} 
.cust-title .nav-link.ing-btn {
    width: max-content;
}  
.cust-title {
    margin-bottom: 15px;
}
.inner-tab .tab-pane .align-items-start {
    flex-direction: column;
    overflow: hidden;
}
.nutrition-setment {
    overflow: hidden;
}
.row.menu-date-top {
    flex-direction: column;
    align-items: center;
} 
.s-select-box ,.menu-date{
    margin-bottom: 20px;
}   
.date-row {
    width: 100%;
}
.menu-date {
    width: 30%;
}
.service-counter span {
    font-size: 15px;
}
.service-counter h2 {
    font-size: 36px;
}
.cooking .tab-content .col-md-3.help-cook-text p {
    font-size: 14px;
}
.title-text,.document-section .title-text,.white-title-text {
    font-size: 40px;
}

}

@media only screen and (max-width:992px){
    .news-box .row .col-xl-4{
        margin-bottom: 15px;
     }
     
     .date-section .date-box-top .menu-date-top .date_doc a img{
         max-width: 40px;
     }

     section.accordion .heading .red_heading img{
         max-width: 50px;
     }

     .news-box .row .col-xl-4 .nbox{
         margin: auto;
     }
    header .navbar-light .navbar-nav .nav-link.active{
        background-image: none;
    }

    section.school_service h3:before, section.school_service h3:after{
        width: 70px;
    }

    .banner .banner_title{
        font-size: 40px;
    }

    section.accordion + .document-section .title-text,.white-title-text{
        margin-bottom: 40px;
        font-size: 40px;
    }

    section.accordion .doc, section.accordion + .document-section .doc{
        float: none;
        display: table;
        max-width: 350px;
        margin: 20px auto 0;
    }

    section.school_service h3{
        font-size: 40px;
    }


    section.accordion + .document-section{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    section.accordion .doc h6, section.accordion + .document-section .doc h6{
        font-size: 24px;
        line-height: 24px;
    }

    section.school_service .img_text p span{
        font-size: 20px;
    }

    section.school_service .img_text p, section.school_service .text p{
        font-size: 18px;
    }

    section.school_service{
        background-size: 50%;
    }
    section.contact.info h2{
        font-size: 50px;
    }

    section.contact.info p{
        font-size: 24px;
        margin-bottom: 50px;
    }

    section.contact.info input.form-group.input, section.contact.info textarea{
        font-size: 18px;
        margin-bottom: 15px;
    }

    .menu-date {
        width: 250px;
    }   
    section.contact.info.know-more .col-md-12 p.text-center {
        font-size: 21px;
    }
    section.contact.info.know-more:after {
        height: 140px;
        width: 150px;    
        right: 50px;
    }
    .gr-table {
        width: 75%;
    }
    .gr-bigimg {
        width: 25%;
    }
    .gr-bigimg img {
        height: 140px;
    }
    .gr-table .table thead tr th img {
        margin: 0 2px;
    }
    .dishname {
        font-size: 18px;
    }
    .fruit-section .tab-content::before {
        height: 33px;
        width: 76px;
        left: 30px;
        background-size: contain;
    }
    .fruit-section>.container>.row>.nav-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 5px;
    } 
    .fruit-section .nav-tabs .nav-item {
        min-width: 150px;
        padding-right: 10px;
    }
    .fruit-section .nav-tabs .nav-link {
        padding: 8px;
    }
    .menu-date h6 {
        font-size: 22px;
    }
    .menu-date p {
        font-size: 18px;
        width: 100%;
    }
    .date-circle {
        height: 100px;
        width: 100px;
    }
    .date-circle p {
        font-size: 14px;
    }
    .date-row>.row {
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
    justify-content: center;        
    }
    .date-row>.row .col-md-2 {
        width: auto;
        padding: 0 5px;
    }
    .date-circle h3 {
        font-size: 30px;
    }
    .nutrition-setment ul li {
        margin-right: 15px;
        min-width: 74px;
    }    
    footer {
        padding-top: 80px;
        padding-bottom: 40px;
    }	
    .f-logo .logo-img {
        max-width: 150px;
    }	
    .f-text h6 {
        font-size: 15px;
    }
    .f-text p, .f-address p {
        font-size: 14px;
    }
    .f-menu h6 a,.footer-email a {
        font-size: 16px;
    }
    .service-product {
        padding: 30px 0;
     }	
    .resp-cook:before,.resp-cook:after,.service-manager-image:before,.service-manager-image:after {
        content: unset;
    } 
    .main-task {
        padding-top: 40px;
    } 
    .task-text p,.service-manager-text p {
        margin-bottom: 0;
    }
    .task,.iso-section .container .row .col-lg-4 {
        margin-bottom: 15px;
    }
    .service-manager,.cooking {
        padding: 35px 0;
    }
    .iso-section,.document-section {
        padding-top: 35px;
    }
    .document-section {
        padding-bottom: 40px;
    }
    .service-manager-text h6, .service-manager-logo h6 {
        font-size: 16px;
    }	
    .service-manager-logo, .service-manager-image {
        max-width: 50%;
        width: 50%;
        padding: 0 15px;
    }
    .service-manager-text {
        width: 100%;
        padding: 0 15px;
        margin-top: 15px;
    }	
    .service-manager-logo img {
        width: 140px;
    }	
    .title-text:after,.title-text:before,.white-title-text:after,.white-title-text:before {
        width: 25px;
        height: 30px;	
        top: -7px;    
    }	
    .document-section .title-text:before, .document-section .title-text:after {
        width: 100px;
    }
    .document-section .title-text {
        width: 100%;
    }	
    .title-text,.document-section .title-text {
        font-size: 30px;
    }	
    .service-counter {
        width: 33.33%;
        flex: 33.3%;
    }
    .help-cook-img,.help-cook-text,.resp-cook, .text-center {
        width: 50%;
    }
    .resp-cook, .text-center {
        margin-bottom: 20px;
    }
    .cooking .nav-tabs .nav-link {
        font-size: 15px;
    }
    .task-text h6 {
        font-size: 16px;
    }
    .cooking .nav-tabs .nav-link:before {
        width: 38px;
     
    }
    .cooking .nav-tabs {
        white-space: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .document-section:before,.document-section:after {
        width: 35%;
    }
    .cooking .nav-tabs .nav-item:first-child {
        padding-left: 15px;
    }
    .cooking .nav-tabs {
        margin-left: -15px;
        width: calc(100% + 15px);
        max-width: calc(100% + 15px);
    }

    
    .banner-section .container {
        position: absolute;
        top: 63%;
    }

    .linklist-row ul li{
        width: 50%;
    }

    .banner-txt h2 {
        font-size: 44px;
    }
    .banner-logoline h4 {
        font-size: 16px;
    }
    
    .banner-logoline {
        margin-top: 20px;
       margin-bottom: 0px;
    }
    .banner-img{
        width: 100px;
    }
    .banner-line {
     max-width: 180px;
        
    }
    .banner-txt p {
      
        font-size: 20px;
        margin-top: 10px;
    }
    /* --end banner-- */
    

     .nbox-info {
       
         top: 50%;
     }
     .nbox-info h4 {
         font-size: 14px;
     }
     .nbox-info p {
         max-width: 100px;
         font-size: 12px;
         line-height: 14px;
         margin-bottom: 5px;
     }
     .nbox-info button {
         padding: 4px 8px;
         font-size: 11px;
         margin-top: 0px;
 }
 .menu-sideimg {
    position: absolute;
    top: 71px;
    right: -77px;
    width: 100%;
    max-width: 292px;
}


button.btn.menulist1 {
  
    margin-top: 20px;
    padding: 13px 40px;
}

.linklist-row ul li:nth-child(1), .linklist-row ul li:nth-child(3n + 1), .linklist-row ul li:nth-child(2), .linklist-row ul li:nth-child(3n + 2), .linklist-row ul li:nth-child(3n){
    text-align: center;
}

.linklist-row ul li:nth-child(2n){
    text-align: center;
}

.consult-part .consult1{
    flex-flow: column;
}

.products-title {
    margin-bottom: -44px;
}
h2.product-txt.text-center {
    font-size: 55px;
    width: 100%;
}
h2.product-txt.text-center:before {
    height: 55px;
    left: 97px;
    top: -14px;
    width: 35px;
}
h2.product-txt.text-center:after {
       height: 55px;
        right: 97px;
        top: -14px;
        width: 35px;
}

h2.menu-title.consult-title {
    margin-bottom: 20px;
}
.col-md-12.s-counter {
    width: 33.33%;
    text-align: center;
}
.col-md-12.s-counter {
    width: 50%;
    text-align: center;
    margin-bottom: 15px;
}

.consult-part{
    padding-top: 30px;
    padding-bottom: 30px;
}

.linklist-row p{
   
    font-size: 26px;
   
    margin-bottom: 20px;
}

.consult-col{
    max-width: 150px;
}

.consult-title:after, .consult-title:before{
    width: 40px;
    height: 40px;
}

}

@media only screen and (max-width:768px){
    .date-section .date-box-top .menu-date-top .date_doc a img{
        max-width: 30px;
    }
    
    header .navbar-light .navbar-nav .nav-link{
        margin-left: 0px;
    }

    .news-heading img{
        max-width: 50px;
    }

    section.accordion .accordion-body{
        font-size: 14px;
        padding: 12px 15px;
    }

    section.accordion .doc img, section.accordion + .document-section .doc img{
        max-width: 50px;
    }



    section.accordion .doc h6, section.accordion + .document-section .doc h6{
        font-size: 18px;
        padding-left: 15px;
    }

    section.accordion .doc p, section.accordion + .document-section .doc p{
        font-size: 14px;
        padding-left: 15px;
    }

    
    section.contact.info input.form-group.input, section.contact.info textarea{
        font-size: 14px;
        margin-bottom: 15px;
        padding: 8px 10px;
    }


    section.school_service{
        background-size: 75%;
    }

    .banner .banner_title{
        font-size: 24px;
    }
    header .navbar{
        padding: 10px 0;
    }

    header > .container-fluid{
        padding-left:0px;
        padding-right: 0px;
    }

    header .navbar-brand{
        padding: 0px;
        max-width: 120px;
    }

    section.accordion .accordion-button{
        font-size: 18px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 20px;
    }

    section.accordion .accordion-button:not(.collapsed)::after, section.accordion .accordion-button::after{
        width: 20px;
        height: 20px;
        right: 15px;
    }

    section.contact.info button{
        margin-left: 5px;
        margin-top: 5px;
        padding: 5px 40px;
        font-size: 16px;
    }

    .f-menu, .f-logo {
        width: 50%;
    }
    .food-title {
        font-size: 22px;
        padding-left: 45px;
    }
    .food-title:before {
        width: 80%;
        left: 45px;
    }
    .cust-title {
        padding-top: 100px;
    }
    .food-title-main {
        top: 50px;
        left: 30px;
    }
    .contact.info.know-more p {
        font-size: 16px;
    }
    section.contact.info.know-more .col-md-12 p.text-center {
        font-size: 18px;
    }
    section.contact.info.know-more:after {
        height: 140px;
        width: 150px;    
        right: 20px;
    }
    .know-more-txt {
        position: relative;
        z-index: 1;
        margin-top: 15px;
    }
    .fruit-btn p {
        font-size: 14px;
    }
    .fruit-btn h6 {
        font-size: 15px;
    }
    .fruit-section .nav-tabs .nav-item {
        /*min-width: 120px;*/
    }
    .gr-table, .gr-bigimg {
        width: 100%;
    }
    .gr-table table {
        top: unset;
        right: unset;
        margin-top: 20px;
    }
    .s-select-box {
        width: 75%;
    }
    .date-circle {
        height: 85px;
        width: 85px;
    }
    .date-circle p {
        font-size: 11px;
    }
    .date-circle h3 {
        font-size: 22px;
    }
    .menu-date h6 {
        font-size: 20px;
    }
    .menu-date p {
        font-size: 15px;
    }
    span.calender-icon {
        width: 18px;
    }
    .date-content span.calender-icon {
        width: 25px;
    }
    .date-box-top:before {
        height: 36px;
        width: 100px;
        top: -1px;
        left: 30px;
    }
    footer {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .f-add {
        width: 100%;
        margin-top:15px;
    }	
    .f-logo .logo-img {
        max-width: 110px;
    }
    .f-logo .fbook-logo-img {
        max-width: 25px;
    }
    .f-menu {
        text-align: center;
    }
    .f-menu h6 {
        margin-bottom: 10px;
    }
    .task .row .col-md-2 img,.doc-image img {
        width: 80%;
    }
    .task .row .col-md-2,.doc-image {
        text-align: center;
    }	
    .iso-section .container .row .col-lg-4 {
        margin-bottom: 15px;
    }	
    .service-manager>.container:before, .service-manager>.container:after {
        width: 30%
    }	
    .service-counter span {
        font-size: 14px;
    }
    .service-counter h2 {
        font-size: 30px;
    }
    .title-text,.document-section .title-text,.white-title-text {
        font-size: 25px;
    }
    .service-manager-logo,.service-manager-image {
        max-width: 50%;
        padding: 0 15px;
    }
    .service-manager-text {
        width: 100%;
        padding: 0 15px;
        margin-top: 15px;
    }
    .document-section .container .row .col-md-4 {
        margin-bottom: 10px;
    }
    .doc-text {
        width: 85%;
    }
    .doc-image {
        width: 15%;
    }
    .doc-text h4 {
        font-size: 20px;
    }
    .doc-text p {
        font-size: 14px;
    }
    .document-section .title-text:before,.document-section .title-text:after {
        width: 100px;
    }
    .service-manager:before {
        width: 50%;
        height: 220px;
        top: 160px;
    }	
    .iso-image {
        text-align: center;
    }	
    .iso-section .iso-image img {
        width: 45px;
    }
    .cooking {
        background-size: 50%;
    }
    .main-task:after {
        width: 77px;
        height: 96px;
        right: 10px;
        top: 84px;
    }
    .cooking .nav-tabs .nav-link {
        width: 160px;
    }

    h2{
        font-size: 42px;
    }
    .banner-section .container {
        position: absolute;
        top: 65%;
    }
    .banner-txt h2 {
        font-size: 40px;
    }
    .banner-logoline h4 {
        font-size: 16px;
    }
    
    .banner-logoline {
        margin-top: 10px;
       
    }
    .banner-img{
        width: 78px;
        margin-right: 15px;
    }
    .banner-line {
     max-width: 120px;
        margin-bottom: 0px;
    }
    .banner-txt p {
      
        font-size: 18px;
        margin-top: 0px;
        margin-bottom: 7px;
    }

    h2.menu-title.consult-title + div{
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .consult-col img{
        max-width: 100px ;
        margin: auto;
    }

    .consult-col h4{
        font-size: 18px;
        max-width: 100px;

    }

    .nbox{
        padding: 15px;
    }

    .consult-col{
        margin-left: 0px;
    }

    .news-title {
       
        font-size: 38px;}
        .news-box label {
            display: block;
            max-width:none;
        }

        .news-title:before, .news-title:after{
            width: 80px;
        }
       
        .nbox .nbox-img{
            max-width: 135px;
            float: none;
            margin: auto;
        }

        .nbox-info {
            top: 56%;
        }
     
        .menu-section {
           
            margin-bottom: 0px;
          background-color: white;
        }
        .menu-sideimg {
            display: none;
        }
        h2.text-center.menu-title {
         font-size: 38px;
        }
        .menu-title:before {
            max-width: 80px;
        }
        .menu-title:after {
            max-width: 80px;
        }
        .menulist1 {
            margin-left: 50px;
        }
        .menulist1-col2 {
            margin-left: 15px;
        }
        button.btn.menulist1 {
            margin-top: 30px;
    }
    .products-title {
        margin-bottom: 0px;
    }
    .products-bg {
      
        background-image: none;
    
        padding-bottom: 77px;
        background: #286e2a;
    }
    
    h2.product-txt.text-center {
        font-size: 32px;
      
    }
    h2.product-txt.text-center:before {
        height: 28px;
        left: 110px;
        top: -12px;
        width: 28px;
    }
    h2.product-txt.text-center:after {
           height: 28px;
            right: 103px;
            top: -12px;
            width: 28px;
    }
    h2.menu-title {
     font-size: 42px;
    }
    h2.menu-title.consult-title {
        max-width: none;
        font-size: 36px;
        transform:unset;
        line-height: 40px;
        margin-left: auto;
        margin-right: auto;
    }
    
.link-list {
  
    padding-bottom: 50px;
    text-align: center;
}
.fruit-section .tabs-slide-btn button.button-l {
    
    left: 0px;
}
.fruit-section .tabs-slide-btn button.button-r {
    
    right: 0px;
}
}
@media screen and (max-width:575px) {
    .date-section,.fruit-section {
        padding-left: 10px;
        padding-right: 10px;
    }  
    
    section.accordion .heading .red_heading img{
        max-width: 40px;
        margin-right: 5px;
    }

    h2{
        font-size: 28px;
    }
    .banner-section .container {
        position: absolute;
        top: 67%;
    }
    .banner-txt h2 {
        font-size: 28px;
    }
    .banner-logoline h4 {
        font-size: 12px;
    }
    
    .banner-logoline {
        margin-top: 5px;
       
    }
    .banner-img{
        width: 50px;
        margin-right: 15px;
    }
    .banner-line {
       max-width: 100px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .banner-txt p {
      
        font-size: 12px;
        margin-top: 0px;
        margin-bottom: 7px;
    }
    section.news-setction {
        padding: 0px;
    }
    section.news-setction  .owl-stage-outer {
    
    z-index: -1;
}
    .newspart {
        text-align: center;
        padding:30px 0px;
    }
    .news-heading {
        margin-bottom: 5px;
    }
    .news-heading img {
        max-width: 50px;
    }
    h2.text-center.menu-title {
        font-size: 28px;
    }
    .news-title {
        font-size: 28px;
        margin-bottom: 0px;
    }
    .news-title:before {
        height: 11px;
        width: 48px;
    }
    .news-title:after {
        height: 11px;
        width: 48px;
    }
    .col-nbox { 
        max-width: none;
    }
    img.nbox-img {
        width: 100%;
        float: left;
        display: block;
        max-width: 150px;
    }
    .nbox-info h4 {
        font-size: 22px;
    }
    .nbox-info p {
        max-width: none;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 19px;
    }
    .nbox-info button {
        padding: 5px 15px;
        font-size: 14px;
     
       
    }
    .menu-section{
        padding: 40px 0px;
    }
    .menubox {
     
        text-align: left;
        padding: 30px 20px;
    }
    h2.text-center.menu-title {
        margin-top: 7px;
    }
    .menu-title:before {
        max-width: 24px;
        height: 24px;
        margin-right: 0px;
        left: -20px;
    }
    .menu-title:after {
        max-width: 24px;
        height: 24px;
        margin-left: 0px;
        right: -30px;
    }
    .menulist1 {
        margin-left: 0px;
        margin-bottom: 5px;
    }
    .menubox h4 {
        margin-bottom: 9px;
        font-size: 14px;
    }
    .menubox p {
        margin-bottom: 0px;
        font-size: 14px;
        line-height: 20px;
    }
    .menulist1-col2 {
        margin-left:0px;
    }
    button.btn.menulist1 {
        margin-top: 10px;
        padding: 5px 15px;
        font-size: 16px;
    }
    .products-bg{
        padding: 40px 0px;
    }
    .col-md-12.s-counter:last-child{
        margin-bottom: 10px;
    }
    h2.product-txt.text-center {
        font-size: 28px;
    }
    h2.product-txt.text-center:before {
        width: 23px;
        height: 23px;
        top: -10px;
        left: 20%;

    }
    h2.product-txt.text-center:after {
        width: 23px;
        height: 23px;
        top: -10px;
        right: 20%;
}

.link-list {
    padding: 40px 0px;
}
.consult-part {
padding-top:40px;
padding-bottom: 30px;
}
h2.menu-title.consult-title {
    margin-bottom: 20px;
}

.consult-col {
    margin-bottom: 25px;
}
.s-counter h2 {
    font-size: 32px;}
    .s-counter span {
        font-size: 16px;
    }
    h2.menu-title {
        font-size: 36px;
    }

    .linklist-row ul li a{
        font-size: 18px;
    }

    .link-title img{
        max-width: 50px;
    }

    .link-title{
        margin-bottom: 20px;
    }
}


@media only screen and (max-width:576px){
    .cooking {
        padding-left: 15px;
        padding-right: 15px;
    }
    .s-select-box select.form-select {
        font-size: 17px;
    }
    .gr-bigimg img {
        height: 140px;
        width: 140px;
    }
    .s-select-box {
        width: 90%;
    }
    .s-select-box:before {
        width: 30px;
    }
    .date-section {
        padding-top: 30px;
    }
    section.suppliers-slider {
        padding: 30px;
    }
    .menu-page .document-section {
        padding-top: 25px;
    }
    .image-check img {
        width: 15px;
    }
    section.contact.info.know-more {
        margin-bottom: 40px;
    }
    .nutrition-setment h6 {
        font-size: 14px;
    }
    .menu-page .document-section .title-text {
        margin-bottom: 25px;
    }
    li.ing-name,.gr-img span {
        font-size: 16px;
    }
    .contact.info.know-more p {
        font-size: 14px;
    }
    button.owl-prev {
        left: auto;
    }
    button.owl-next {
        right: auto;
    }
    .gr-table .table tbody tr td {
        font-size: 13px;
    }
    .gr-table .table thead tr th {
        width: 50%;
    }
    .gr-table .table thead tr th:first-child {
    width: 70%;
}
.gr-table .table thead tr th:last-child {
    width: 30%;
}
.gr-table .table tbody tr td:last-child {

}
    .dishname {
        font-size: 18px;
        width: 100%;
    }
    .gr-table .table thead tr th:first-child {
        text-align: left;
    }
    .service-manager-image:before,.service-manager-image:after {
        content: unset;
    }
    .f-add {
        margin-top: 15px;
    }
    .service-manager-text {
        margin-top: 0;
    }	
    .service-manager-logo, .service-manager-image,.service-manager-logo {
        max-width: 100%;   
        width: 100%;     
        margin-bottom: 15px;
    }	
    .service-manager>.container:before,.service-manager>.container:after,.document-section:before,.document-section:after {
        content: unset;
        width: unset;
        height: unset;
    }	
    .main-task:before {
        width: 100%;
    }
    .help-cook-img, .help-cook-text, .resp-cook, .text-center {
        width: 100%;
    }
    .cooking .tab-content .row .col-md-3 {
        margin-bottom: 15px;      
    }
    .help-cook-img{
    text-align: center; 
    }
    .service-counter {
        width: 50%;
        flex: 50%;
    }
}

@media only screen and (max-width: 568px){
    .banner .banner_title{
        font-size: 20px;
        top: 45%;
    }

    section.accordion .icon{
        max-width: 50px;
    }

    section.accordion .doc, section.accordion + .document-section .doc{
        max-width: 220px;
        padding-left: 0px;
    }

    section.contact.info h2{
        font-size: 30px;
    }

    section.contact.info p{
        font-size: 18px;
        margin-bottom: 30px;
    }

    section.school_service h3:before, section.school_service h3:after{
        width: 44px;
    }

    section.school_service .img_text img{
        max-width: 100px;
    }

    section.school_service h3{
        font-size: 24px;
    }

    header .navbar-brand{
        max-width: 100px;
    }

    .navbar-toggler:focus, .navbar-toggler{
        padding: 0px;
    }

    header .navbar{
        padding: 5px 0;
    }

    section.accordion + .document-section .title-text{
        font-size: 28px;
    }

    section.accordion .heading .red_heading{
        font-size: 28px;
    }

    section.school_service .img_text p, section.school_service .text p{
        font-size: 14px;
    }

    section.school_service .img_text p span{
        font-size: 16px;
    }
    

    section.school_service .text p{
        line-height: 20px;
        font-size: 14px;
    }

    .document-section .title-text:before, .document-section .title-text:after{
        width: 70px;
    }
}

@media screen and (max-width:500px) {
    
    .banner-section .container {
        position: absolute;
        top: 64%;
    }
    .banner-txt h2 {
        font-size: 28px;
        margin-bottom: 5px;
    }
    .banner-logoline h4 {
        font-size: 12px;
    }
    
    .banner-logoline {
        margin-top: 5px;
       
    }
    .banner-img{
        width: 50px;
        margin-right: 15px;
    }
    
    .banner-txt p {
      
        font-size: 14px;
        margin-top: 0px;
        margin-bottom: 7px;
    }
    .news-title {
        font-size: 24px;
    }
  
    .nbox-info {
        top: 50%;
    }

    .nbox-info p {
        max-width: 183px;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .nbox-info button {
        padding: 10px 20px;
        font-size: 18px;
        margin-top: 0px;
    }
    .menu-section {
        background-color: #ffffffbf;
       padding: 40px 0px;
       margin-bottom: 0px;
    }
    .menubox{
        padding: 40px 20px 20px;
    }
    h2.product-txt.text-center {
        font-size: 28px;
        margin-bottom: 0px;
    }
  
}
@media screen and (max-width:375px) {
    .cust-title .nav-link.ing-btn {
        width: 100%;
    }
    .fruit-section .tab-content {
        padding: 16px;
    }
}

footer #footer_menu .nav-link{
    color: #fff;
        text-decoration: none;
    text-transform: uppercase;
}
footer #footer_menu{
        list-style: none;
}
a.active .date-circle{
    background-color: #719160;
    
}
a.active .date-circle p, a.active .date-circle h3
{
    color: #fff;
}