body{
    padding:0;
    margin:0;
    font-family: 'Titillium Web', sans-serif;
    /*--font-family: 'Anton', sans-serif;--*/
    background-color: #fff;    
    background-image: url('../images/body-bg.jpg');
    background-attachment: fixed;
    background-repeat: repeat-x;
    overflow-y: visible;
}
ul{
    padding:0;
    margin:0;
    list-style: none;
}
.btn{
    font-size: 17px;
    line-height: 19px;
    font-family:'Titillium Web';
    font-style: normal;
    font-weight: 400;
    color:#fff;
    padding: 11px 19px;
    border:0px;
   border-radius: 0px;
   outline: none!important;
   box-shadow: none!important;
   text-align: center!important;
   display: inline-block;
  }
  p{
    color: #333333;
    font-family:'Titillium Web';
    font-size: 18px;    
    margin-bottom: 15px;
  }
/* ----------------------
       Header-CSS
---------------------- */
.header-bg{
    padding-top: 10px;
    width: 100%;
    background-color: #005f22;
    border-bottom: solid 5px #cf0d10;
}
.logo{
    text-align: center;
    padding-bottom: 8px;
}
.logo a img{
    max-width: 370px;
    margin-bottom: 5px;
}
.address-box{
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
}
.address-left-box{
    max-width:420px;
    width: 100%;
    font-size: 16px;
    color:#565656;
    padding: 6px 15px;
    background-color: #ebebeb;
    position: relative;
}
.address-left-box::before{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 18px solid #ebebeb;
    top: 0px;
    right: -18px;
    bottom: -45px;
}
.address-left-box i{
    margin-right: 5px;
}
.we-are-closed a{
    width: 154px;
    text-align: center;
    color: #fff !important;
    font-size: 18px;
    display: inline-block;
    background-color: #cf0d10;
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    padding: 5px 20px 5px 40px;
}
.call-number{
    text-align: right;
    padding:5px 0;
}
.call-number p{
    font-size: 22px;
    color: #fff;
    margin-bottom:0;
}
.call-number p i{
    font-size: 18px;
    margin-right: 2px;
}
.call-number p a{
    color:#fff;
    text-decoration:none;
}
.navbar-expand-lg{
    padding:0;
    justify-content: flex-end;  
}
.navbar-expand-lg ul.navbar-nav{
    width: 100%;
    justify-content: flex-end;
}   
.navbar-expand-lg ul.navbar-nav li.nav-item{
    margin-left: 55px;
}
.navbar-expand-lg ul.navbar-nav li.nav-item:first-child{
    margin-left:0;
}
.navbar-expand-lg ul.navbar-nav li.nav-item a.nav-link{
    color: #fff;
    font-size: 32px;
    padding: 0;
    text-transform: uppercase;
    font-family: 'Anton', sans-serif;
    position: relative;
}
.navbar-expand-lg ul.navbar-nav li.nav-item a.nav-link::before{
    position: absolute;
    content:'';
    width: 0;
    height: 0;        
    border-left: 26px solid transparent;
    border-right: 26px solid transparent;
    border-top: 26px solid #cf0d10;
    left: 0;
    right: 0;
    bottom: -45px;
    margin: auto;
    display:none;
}
.navbar-expand-lg ul.navbar-nav li.nav-item a.nav-link.active,
.navbar-expand-lg ul.navbar-nav li.nav-item a.nav-link:hover{
    color:#ffed00;
}
.navbar-expand-lg ul.navbar-nav li.nav-item a.nav-link.active::before{
    display: block;
}

/* ----------------------
       Banner-CSS
---------------------- */
.banner-slider button.slick-arrow{
    position: absolute;
    left: 20px;
    top:50%;
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index:1;
    padding:0;
    border: 0;
    background: transparent;
    font-size: 0;
}
.banner-slider button.slick-arrow.slick-prev::before{
    position: absolute;
    font-size: 24px;
    color:#fff;
    content:"\f053";
    font-family:'fontawesome';
    left:0;
    right:0;
}
.banner-slider button.slick-arrow.slick-next{
    left: auto;
    right: 20px;
}
.banner-slider button.slick-arrow.slick-next::before{
    position: absolute;
    font-size: 24px;
    color:#fff;
    content:"\f054";
    font-family:'fontawesome';
    left:0;
    right:0;
}
.banner-slider .slick-slide img{
    display: inline-block;
    width: 100%;
}

.food-hygine-bg{
    padding: 40px 0;
    text-align: center;
}
.starhygiene-image{
    max-width: 400px;
    width: 100%;
    display: block;
    margin: auto;
    margin-bottom: 40px;
}
.loyalty-point-bg{
    padding: 17px 0;
    background-color:#198535;
}
.loyalty-point-text{
    font-size: 18px;
    color: #fff;
    margin-bottom:0;
    text-align: center;
}
.loyalty-point-text a{
    color:#ffde00;
    text-decoration: none;
}
.menu-images-section-bg{
    padding-top: 40px;
}
.menu-image-box{
    margin-bottom: 30px;
}
.menu-image-box img{
    width: 100%;
}

/* ----------------------
       Footer-CSS
---------------------- */
.footer-bg{
    padding-top: 40px;
    padding-bottom: 30px;    
    background-color: #005f22;
}
.copy-right-content p{    
    font-size: 12px;
    color: #fff;
    margin-bottom:0;
}
.copy-right-content p a{
    color:#ffde00;
    text-decoration: none;
}
.copy-right-content p a:hover{
    text-decoration: underline;
}
.card-list{
    text-align: center;
}
.card-list img{
    max-width: 100%;
}
.socials-icons{
    margin-top: 20px;
}
.socials-icons ul{
    display: flex;
    justify-content: center;
}
.socials-icons ul li{
    margin: 0 5px;    
}
.socials-icons ul li img{
    width: 35px;
}
.powered-by{
    text-align: right;
}
.powered-by p{
    color:#fff;
    font-size: 12px;
    margin-bottom: 0;
}
.powered-by p a{
    color:#ffde00;
    text-decoration: none;   
}
.powered-by p a:hover{
    text-decoration: underline;
}
.powered-by p a img{
    width: 10px;
    margin-left: 2px;
}
.contact-title{
    padding-top: 20px;
    padding-bottom: 10px;
}
.contact-title h2{
    font-size: 40px;
    color:#005f22;
    font-family: 'Anton', sans-serif;
    margin: 0;
    line-height: normal;
}
.map-box{
    padding: 20px;
    background-color: #fff;
    margin-bottom: 30px;
}
.map-box iframe{
    width: 100%;
    height: 450px;
}
.card-box{
    margin-bottom: 30px;
}
.card-header{    
    padding:17px 10px;
    background-color: #005f22;
}
.card-header h5{
    font-size: 22px;
    color: #fff;
    font-family: 'Anton', sans-serif;
    margin-bottom:0;
}
.card-body{
    padding: 15px;
    background-color: #fff;
}
.card-body p{
    font-size: 14px;
    color: #222;
    margin-bottom: 5px;
}
.table-responsive table{
    width: 100%;
}
.table-responsive table tr td{
    font-size: 14px;
    color: #222;
    padding: 4px 5px;
    border:1px solid #ddd;
}
.table-responsive table tr td.close{
    background: #cf0d10;
    color: #FFFFFF;
}
.card-body p.note-text{
    margin-top: 20px;
}
.card-body p.note-text span{
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    padding: 1px 4px;
    background-color:#f89406 ;
}
.card-body ul{
    margin-bottom: 25px;
}
.card-body ul li{
    font-size: 14px;
    color: #222;
    margin-bottom: 5px;
}
.card-body ul li a{
    color: #222;
    text-decoration: none;
}
.card-body ul li a i{
    margin-right: 3px;
}


/*--------information-css---------*/
  
.information-bg{
    padding-top:40px;

}
.main-heading-box{
    margin-bottom: 50px;
}
.main-heading-box h2{
    font-size: 35px;
    font-family: 'Anton';
    line-height: 40px;
    color: #333333;
    margin-bottom: 0px;
}
.main-heading-box span{
    font-size: 24px;
    font-family: 'Anton';
    line-height: 32px;
    color: #999999;

}
.information-box{
    background-color: #fff;
    padding: 20px;
    margin-bottom: 40px;
}
.information-box h3{
    color: #333333;
    font-family: 'Anton';
    font-size: 31px;
    text-transform: capitalize;
    line-height: 40px;
    margin-bottom: 10px;
}
.information-box p{
    min-height: 85px;
}
.btn.view-btn{
    color: #fff;
    background-color: #2f96b4 !important;
}
.btn.view-btn:hover{
    background-color: #237e98 !important;
}

/*---------modal---------*/
.modal-dialog{
    max-width: 1000px;
    border-radius:0; 
}
.modal-footer,
.modal-header{
    border-radius:0; 
}
.modal-header {
    background: #cf0d10;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
}
.modal-header .btn-close {
    padding: 0;
    margin: -7px 0 0 0;
    box-shadow: none;
}
h4.modal-title{
  color: #fff;
  font-family: 'Anton';
  font-size: 24px;
  line-height: 30px;

}
button.btn-close{
    color: #FFFFFF !important;
    opacity: 1 !important;
    background-image: none;
    box-shadow: none;
    
}
.modal-body h5{
 color: #000;
 font-family: 'Anton';
 font-size: 24px;
 line-height: 40px;
 
}
.modal-body p{
 color: #333333;
 font-family:'Titillium Web';
 font-size: 18px;
 line-height: 30px;
}
.modal-body p a{
 color: #397dba;
 text-decoration: none;
}
.modal-body p a:hover{
    text-decoration: underline;
}
.modal-body h6{
 color: #000;
 font-family: 'Anton';
 font-size: 16px;
 line-height: 22px;
 
}
p.modal-text{
 color: #000;
 font-family:'Titillium Web';
 font-size: 14px;
 line-height: 26px;
}
.modal-footer {
    background: #005f22;
    color: #fff;
    opacity: 1;
}
.btn.btn-secondary {
    background-color: #cf0d10;;
    color: #fff;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 20px;
}
.make-a-sar-box{
  background: #397dba;
  padding: 8px 35px 8px 14px;

}
p.make-a-sar-text{
 color: #ddd;
 font-family:'Titillium Web';
 font-size: 18px;
 line-height: 30px;
}
p.make-a-sar-text a{
    color: #fff;
}
.make-a-sar-content p{
   color: #ddd;
   font-family:'Titillium Web';
    padding-left: 15px;
    border-left: 5px solid #ddd;
    font-size: 16px;
    line-height: 22px;
    font-style: italic;  
}
ul.privacy-policy{
    list-style: number;
    padding-left: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
   

}
ul.privacy-policy li a{
    color: #397dba;
   font-family:'Titillium Web';
   font-size: 18px;
   line-height: 20px;
  text-decoration: none;
}
.privacy-policy{
    border-bottom: 1px solid #eee;
}
.privacy-policy-list{
    list-style: number;
    padding:10px 30px; 
}
.privacy-policy-list li{
    margin-bottom: 10px;
}
.information-list-content p{
    margin-bottom: 0px;
}
.privacy-policy-dots-list{
    list-style: revert;
    padding:10px 30px; 
}
.privacy-policy-dots-list li{
    margin-bottom: 10px;
}
.privacy-policy-dots-list li span{
    font-size: 14px;
    display: block;
    padding-bottom: 5px;
}
.privacy-policy-list.circle-list{
    list-style:circle;
}
.modal-content .modal-body table{
    margin-bottom: 20px;
}
.modal-content .modal-body table tr td{
    font-size: 18px;
    border:0;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;   
}
.modal-content .modal-body table tr:last-child td{
    border-bottom:0; 
}
.modal-body p.managing-note{
    padding: 7px 15px;
    color: #ddd;
    line-height: 22px;
    background-color:#397dba; 
}