@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:200,200i,300,300i,400,400i,600,600i,700,700i,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Cairo:200,300,400,600,700,900&display=swap&subset=arabic,latin-ext');

@font-face {
    font-family: 'Graphik-Arabic-SemiBold';
    src: url("../webfonts/Graphik-Arabic-SemiBold.otf");
}

/*@import url('style_1.css')*/
*{ list-style-type:none; padding:0px; margin:0px;}
img{ max-width:100%;}
body{font-family: 'Titillium Web', sans-serif; }
body.arb{
  font-family: 'Cairo', sans-serif;
}
.item_container{
  max-width: 75%;
}
.sticky{
    background: rgb(249, 248, 247);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4);
    -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
} 
.mycontent2,
.sering_after,
.burns_after {
  visibility: visible !important;
}
main{
  min-height: 450px;
}

p{
  color: #233746;
  font-size: 18px;
  line-height: 27px;
}
h1{
    color: #EAE6E1;
    text-align: center;
}
h2{
    color: #00784B;
    text-align: center;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none;
}

input[type="radio" ] {
    padding: 10px;
    -webkit-appearance: none;
    -ms-appearance: none;
    border-radius: 50%;
}
input[type="radio" ]:checked{
  background:#00784B;
  box-shadow: inset 0px 0px 0px 3px white;
  -webkit-box-shadow: inset 0px 0px 0px 3px white;
  -moz-box-shadow: inset 0px 0px 0px 3px white;
  -o-box-shadow: inset 0px 0px 0px 3px white;
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  -o-border-radius: 0%;
}
input:focus{
  outline:none;
}
input[type="checkbox" ]{
    border: 2px solid #35a4d5;
    padding: 10px;
    -webkit-appearance: none;
    -ms-appearance: none;
}
input[type="checkbox" ]:checked{
  background:#00784B;
  box-shadow: inset 0px 0px 0px 3px white;
  -webkit-box-shadow: inset 0px 0px 0px 3px white;
  -moz-box-shadow: inset 0px 0px 0px 3px white;
  -o-box-shadow: inset 0px 0px 0px 3px white;
}
input:focus{
  outline:none;
}
label{
  display: inline !important;
  margin-bottom: 0px !important;
}


.no-result{
  background: none !important;
}
.pushwrap.active {
   overflow: hidden;
}
.pushwrap.active header .Mylogobarns{
   display: none;
}

body.eng .jconfirm.jconfirm-rtl {
    direction: ltr;
}
/*side nav dots start*/
#fp-nav ul,
.fp-slidesNav ul{
  margin-left: 58px !important;
}
#fp-nav ul li,
.fp-slidesNav ul li{
    display: block;
    width: 14px;
    height: 13px;
    margin: 0px 0 60px 0;
    position: relative;
}
#fp-nav ul li::before{
    border-left: dashed 1px #f3f0ed;
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
    bottom: inherit;
    left: 3px;
    width: 1px;
    margin: auto;
    height: 65px;
}
#fp-nav ul li:last-child:before {
    content: none;
}
#fp-nav ul li a,
.fp-slidesNav ul li a{
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span{
    top: 0px;
    left: 2px;
    right: 0;
    bottom: 0;
    margin: auto;
/*    border: 1px solid black;*/
    width: 9px;
    height: 9px;
    background: #EAE6E1;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}
#fp-nav ul li .active span,
.fp-slidesNav ul li .active span{
    background: url(../images/Active_nav_dot.png) no-repeat;
    background-size: cover;
    /*border: 0.2px solid #EAE6E1;*/
    width: 30px;
    height: 30px;
    margin-left: -8px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -6px;
    left: 40px;
    color: #000;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 420px;
    display: none;
    opacity: 0;
    width: 0;
    cursor: pointer;
    background-color:#EAE6E1;
    font-weight: 200;
    padding: 15px 30px;
    transform: translateY(-25%);
    text-transform: uppercase;
}

#fp-nav ul li .fp-tooltip:after {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 17.5px solid #EAE6E1;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 0;
    right: inherit;
    bottom: 0;
    left: -17.5px;
    margin: auto;
    content: "";
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    width: auto;
    opacity: 1;
    display: block;
}
#fp-nav ul li:nth-child(3):before{
  content: none;
}
#fp-nav ul li:nth-child(4),
.fp-slidesNav ul li:nth-child(4),
#fp-nav ul li:nth-child(5),
.fp-slidesNav ul li:nth-child(5){
  display: none;
}
/*#section5{
  position: relative;
}*/
#section5 .row.align-items-center.customMargin{
  margin-bottom: 350px;
}
/*div#custome_footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}*/
header {
    position: fixed;
    z-index: 11111;
    left: 0;
    right: 0;
    top: 0;
    
}
header.white .VeryTopMenu_01 li a{
  color: #fff !important;
}
.UserDropMenu2 .btn-secondary.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    content: "";
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    margin-left: 15px;
    border: solid;
    border-width: 0 1px 1px 0;
    padding: 6px; 
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
body.arb .UserDropMenu2 .btn-secondary.dropdown-toggle::after{
  margin-right: 15px;
  margin-left: inherit;
}
header.white.sticky .VeryTopMenu_01 li a{
  color: #233746 !important;
}
header.white .VeryTopMenu_01 li .dropdown-menu.show a{
  color:  #233746 !important;
}
header.white .VeryTopMenu_01 li .dropdown-menu.show a:hover{
  color: #fff !important;
}
header.white .green_logo{
   display: none;
}
.sticky .green_logo{
  display: block !important;
}
.sticky .white_logo{
  display: none !important;
}
.transparent-bg{
  width: 37px;
}
.sticky ul li.dropdown_menu_img a{
  color: #233746;
}
.sticky ul .dropdown_menu_img{
  background: url(../images/Below_select.png) no-repeat right;
}
.sticky .StoreText{
  padding: 10px 0px;
}
.sticky .mylogo img{
  max-width: 74px;
}
.mylogo a img {
   max-height:100px;
}

.arb .sticky ul li.arb_logo{
  display: none !important;
}
header.green .white_logo{
   display: none;
}
header.green .order-now a{
  padding: 50px 0px;
}
header.green .order-now a br{
  display: none;
}
/*
header .container-fluid{
   padding-left: 0px;
}
*/

header .order-now{
    background: #00784B;
    width: 100%;
    border-radius: 0 0 10px 0;
    text-align: center;
    justify-content: center;
    float: left;
}
header .order-now a{
   color: #FFFFFF;
   font-size: 18px;
   font-weight: bold;
   letter-spacing: 1.82px;
   line-height: 21px;
   text-decoration: none;
   padding: 43px 0px;
   display: block;
}
header .order-now a:hover{
  background: #233746;
  border-radius: 0 0 10px 0;
}
header ul li{
    float: left;
    margin-right: 30px;
}
header ul .carts a{
   position: relative;
}
header ul .dropdown_menu_img{
   background: url(../images/Below.png) no-repeat right;
}
header ul .dropdown_menu_img a{
   padding-right: 25px;
}

header ul li a{
    color: #EAE6E1;
    font-size: 14px;
    /* letter-spacing: 1.41px; */
    line-height: 21px;
    text-align: center;
    display: inline-block;
}
header.green ul li a{
   color: #233746;
}
header.green ul .carts a .cart-no{
  color: #fff;
}
header.green ul .dropdown_menu_img{
   background: url(../images/Below_select.png) no-repeat right;
}
header ul li a:hover{
    color: #00784B;
}
header .top-logo-nav{
    float: right;
}
.dropdown-menu.show{
   line-height: 24px;
}
#section1{
  padding-top: 0px !important;
  position: relative;
}
/* ------------ Navigation ------------- */
/*toggle responsive*/
.navbar-toggler {
    position: relative;
    border: none;
    height: 32px;
    padding: 5px 10px;
    display: none;
 }
 .navbar-toggler:focus,
 .navbar-toggler:active {
    outline: 0;
 }
 /*navigation socials*/
 .nav-social {
    margin-left: 15px;
 }
 /*-----Side Menu----*/
 header .side-menu {
    width: 418px;
    position: fixed;
    right: 0;
    top: 0;
    background: rgba(234, 230, 225, 0.72);
    z-index: 150000;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease, -o-transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow-y: scroll;
    padding: 30px 0px 0px;
 }
 .side-menu-custom{
  overflow: hidden !important;
 }
 header .side-menu.left {
    left: 0;
    right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
 }
 header .side-menu.before-side {
    width: 280px;
 }
 header .transparent-sidemenu .side-menu {
    background: rgba(0, 0, 0, .95);
 }
 header .side-menu.side-menu-active,
 header .side-menu.before-side {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
 }
 header .pul-menu .side-menu.side-menu-active {
    visibility: visible;
    opacity: 1;
 }
 header .side-menu .navbar-brand {
    margin: -5rem 0 0 0;
 }
 header .navbar-nav .nav-item a{font-size: 14px;}
 /*Side overlay*/
 header #close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.7;
 }
 /*side clode btn*/
 header .side-menu .btn-close {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 45px;
    right: 20px;
    cursor: pointer;
    background: transparent;
    transition: all .5s ease;
    z-index: 5;
 }
 header .side-menu.before-side .btn-close {
    display: none;
 }
 header .side-menu .btn-close::before,
 header .side-menu .btn-close::after {
    position: absolute;
    left: 25px;
    content: ' ';
    height: 35px;
    width: 3px;
    background: #00784B;
    top: 7px;
 }
 header .side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
 }
 header .side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
 }
 /*side open btn*/
 header .sidemenu_btn {
   -webkit-transition: all .3s linear;
   -o-transition: all .3s linear;
   transition: all .3s linear;
 }
 header .sidemenu_btn.left {
    left: 15px;
    right: auto;
    z-index: 1000;
 }
 header .sidemenu_btn > span {
    height: 2px;
    width: 100%;
    background: #384141;
    display: block;
 }
 .transparent-bg .sidemenu_btn > span,
 .boxed-nav .sidemenu_btn > span,
 .center-brand .sidemenu_btn > span,
 .just-sidemenu .toggle_white.sidemenu_btn > span,
 .nav-gradient .sidemenu_btn > span,
 .nav-gradient.fixedmenu .sidemenu_btn > span { 
    background: #00bec5 !important;
 }
 .fixedmenu .sidemenu_btn > span{
    background: #00bec5 !important;
 }
 header .sidemenu_btn > span:nth-child(2) {
    margin: 4px 0;
 }
/* side bar content start  */
header .side-menu .sidebar_top{
   padding: 0px 50px;
}
header .side-menu .sidebar_logo img{
   margin-left: 20px;
}
header .side-menu .search-bar-sidemanu{
   position: relative;
   height: 41px;
   line-height: 41px;
   margin-top: 20px;
}
header .side-menu .search-bar-sidemanu a {
   font-weight: 300;
   color: #00784B;
}
header .side-menu .side-search {
   width: 300px;
   position: absolute;
   z-index: 1;
   top: 0px;
   left: 0;
   background-color: #eae6e1;
   overflow: hidden;
   transition-property: width;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0.5s;
  line-height: initial;
  display: none;

}
header .side-menu .side-search .closebtn {
   position: absolute;
   bottom: -4px;
   left: 2px;
   font-size: 36px;
   text-decoration: none;
}
header .side-menu input.side-button {
   padding: 10px 7px;
   border: none;
   cursor: pointer;
   position: absolute;
   left: 50px;
   z-index: 1;
   background: #008d36;
   color: #fff;
}
header .side-menu .side-search .side-input {
   padding: 10px 7px 7px 10px;
   width: 91%;
   border: none;
   position: relative;
   margin-left: 25px;
   background: #e2e0e0;
}
header .side-menu .sidebar_nave .side_nav li{
   line-height: inherit;
   float: none;
   display: block;
   margin-right: 0px;
   width: 100%;
   max-width: 100%;
 }
header .side-menu .sidebar_nave .side_nav li a{
   color: #233746;
   font-size: 22px;
   line-height: 56px;
   text-decoration: none;
}
header .side-menu .sidebar_nave .side_nav li a:hover{
   color: #00784B;
}
header .side-menu .burns_bussines{
   background: #fff;
   min-height: 88px;
   padding: 30px 0px;
}
header .side-menu .burns_bussines .readmore{
   padding: 0px 50px;
}
header .side-menu .burns_bussines .readmore a{
   color: #00784B;
   font-size: 22px;
   text-decoration: none;
}
header .side-menu .sidebar_green_box{
   background: #00784B;
   padding: 30px 50px 190px;
   bottom: 0;
   width: 100%;
}
header .side-menu .sidebar_green_box .location{
   border-bottom: 1px solid #fff;
   padding-bottom: 20px;
   margin-bottom: 10px;
}
header .side-menu .sidebar_green_box i{
   color: #FFFFFF;
   font-size: 18px;
   margin-right: 10px;
}
header .side-menu .sidebar_green_box a{
   color: #FFFFFF;
   font-size: 18px;
   text-decoration: none;
}
header .side-menu .sidebar_green_box a:hover, header .side-menu .sidebar_green_box .social-icons li a i:hover{
   color: #233746;
}
header .side-menu .sidebar_green_box p{
   color: #FFFFFF;
   font-size: 18px;
   font-weight: 600;
   text-align: left;
}
header .side-menu .sidebar_green_box .social-icons{
   margin-top: 20px;
}
header .side-menu .sidebar_green_box .social-icons li{
   line-height: inherit;
   
}
header .side-menu .sidebar_green_box .social-icons li a i{
   font-size: 30px;
}
/* banner css :start */

.section .banner_after{
   bottom: -170px;
   right: 0px;
   position: absolute;
   z-index: 1;
}
.section .banner-content p{
    width: 100%;
    max-width: 440px;
    margin: auto;
}
.customMarginTop{
  margin-top: 200px;
}

.section .slide-img p{
   margin-bottom: 0px;
   margin-top: 15px;
}
.section .skip-site{
   position: absolute;
   left: 58px;
   bottom: 71px;
   background:url(../images/Below.png) no-repeat bottom;
   padding-bottom: 20px;
   text-align: center;
}
.section .skip-site a{
   opacity: 0.5;
   color: #EAE6E1;
   font-size: 16px;
   font-weight: 300;
   line-height: 24px;
   text-align: center;
   text-decoration: none;
   padding-bottom: 20px;
   text-transform: uppercase;
}
.mycontent h1{
  color: #EAE6E1 !important;
  font-size: 24px;  letter-spacing: 1.47px;  text-align: center;
  font-weight: normal;
  line-height: 0;

}
.mycontent h2{
  color: #00784B; font-family: 'Graphik-Arabic-SemiBold'; font-size: 60px;  font-weight: bold;  letter-spacing: 2.93px;  text-align: center;

}
.mycontent h3{
  color: #EAE6E1; font-family: 'Graphik-Arabic-SemiBold'; font-size: 48px;  font-weight: bold;  letter-spacing: 2.93px;  text-align: center;
}
body.arb .mycontent h2, body.arb .mycontent h3{
  letter-spacing: normal;
}
.mycontent p{
  color: #EAE6E1 !important;
  max-width: 440px;
  margin: 0 auto;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

.home_swipe{
  padding-top: 0px !important;
}

ul#menu>li{
  background: #000000 !important;
}

.mycontent .slide-img {
  position: relative;
  text-align: center;
  padding-top: 50px;
  max-width: 60px;
  margin: auto;
}

.mycontent .slide-img .anim_image{
    width: 60px;
    animation: anim 1s infinite linear;
    bottom: 10px;
    position: absolute;
    margin-left: -15px !important;
}
.mycontent2 p{
  max-width: 565px !important;
}
.mycontent2{ text-align: center; }
.custom-bordered-btn{
  background: transparent !important;
  border: 2px solid #bdbfc0 !important;
  border-radius: 5px !important;
  margin-top: 30px;
  letter-spacing: 5.22px;
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  min-height: 63px;
  line-height: 63px;
}
body.arb .custom-bordered-btn, body.arb .mycontent h1{
  letter-spacing: normal;
}
.custom-bordered-btn:hover{
  background: #233746 !important;
  color: #fff;

}


/* serving-sect :start */
section .readmore{
   opacity: 0.65;
   line-height: 63px;
   margin-top: 40px;
}
section .readmore a{
   color: #FFFFFF;
   font-size: 18px;
   font-weight: bold;
   letter-spacing: 5.22px;
   line-height: 27px;
   text-align: center;
   padding: 17px 69px;
   border: 1px solid #FFFFFF;
   border-radius: 5px;
}
section .readmore a:hover{
   background: #00784B;
}
.serving-sect{
    background-size: cover;
    padding: 130px 50px;
    height: 100vh;
    width: 100%;
    display: table;
    position: relative;
}
.animate_image{
  width: 400px;
}
.animate_image_1{
  width: 500px;
}
.sering_after{
   bottom: -195px;
   left: 0px;
   position: absolute;
   z-index: 1;
}
.serving::before {
   content: "";
   height: 40vh;
   border-left: 1px solid #EAE6E1;
   position: absolute;
   top: -68px;
   left: 50.5%;
   width: 1px;
   z-index: 1;
}
.serving-sect .banner-content{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.serving-sect .banner-content p{
    width: 100%;
    max-width: 440px;
    margin: auto;
}
/* burns  start */
.burns_after{
   bottom: -110px !important;
   right: 0px;
   position: absolute;
}
.burns::before {
   content: "";
   height: 60vh;
   border-left: 1px solid #EAE6E1;
   position: absolute;
   top: -25vh; 
   left: 50.5%;
   width: 1px;
   z-index: 1;
}
/* product  start */
.section4bg{
  padding-top: 113px;
  padding-bottom: 68px;
}
.section4bg .owl-dots{
  display: none;
}
.section4bg .view-all{
  margin-top: 46px;
}
.section4bg h2{
   margin-bottom: 90px;
   color: #233746;
   font-family: 'Graphik-Arabic-SemiBold';
   font-size: 24px;
   font-weight: bold;
   line-height: 27px;
   text-align: center;
}
.section4bg .panel-thumbnail p{
   color: #233746;
   font-size: 18px;
   font-weight: 600;
   line-height: 27px;
   text-align: center;
   margin-top: 20px;
   margin-bottom: 0px;
}
.section4bg .view-all{
   /*margin-bottom: 46px;*/
   text-align: center;
}
.section4bg .view-all a{
   color: #233746;
   font-size: 18px;
   line-height: 27px;
   text-align: center;
}
.section4bg .view-all a:hover{
   color: #00784B;
}
.section4bg .owl-carousel .owl-nav button.owl-next{
  position: absolute;
  left: -40px;
  top: 40%;
  background: url(../images/R-left.png) no-repeat;
  width: 17px;
  height: 30px;
}
.section4bg .owl-carousel .owl-nav button.owl-prev{
  position: absolute;
  right: -40px;
  top: 40%;
  background: url(../images/Right.png) no-repeat;
  width: 17px;
  height: 30px;
}
.owl-nav > button > span {
  display: none !important;
}
/* Bootstrap Lightbox using Modal */

.section4bg .carousel-inner{
   width: 90% !important;
}
#profile-grid { overflow: auto; white-space: normal; } 
#profile-grid .profile { padding-bottom: 40px; }
#profile-grid .panel { padding: 0 }
#profile-grid .panel-body { padding: 15px }
#profile-grid .profile-name { font-weight: bold; }
#profile-grid .thumbnail {margin-bottom:6px;}
#profile-grid .panel-thumbnail { overflow: hidden; }
#profile-grid .img-rounded { border-radius: 4px 4px 0 0;}

/* offers start */

.offers .container-fluid{
   padding-left: 0px;
   padding-right: 0px;
   overflow-x: hidden;
}
.offers h1{
   color: #FFFFFF;
   font-size: 36px;
   font-weight: 600;
   line-height: 41px;
   text-align: left;
   position: relative;
   /*width: 209px;
   margin-left: auto;*/
}
.offers h1::before {
   content: '';
   position: absolute;
   left: 0;
   bottom: 0;
   background: #fff;
   height: 9px;
   width: 137px;
   bottom: -30px;
}
.offers p{
   color: #FFFFFF;
   font-size: 18px;
   line-height: 27px;
   text-align: left;
}
.offers .view-all a{
   color: #FFFFFF;
   font-size: 18px;
   font-weight: bold;
   line-height: 27px;
}
.offers .view-all a{
   background: url(../images/Below-2.png) no-repeat right;
   padding-right: 20px;
}
.offers .green-box{
   background: #00784B;
   padding: 70px 54px 70px 54px;
   height: 100%;

}
.offers .grey-box{
   background: #4A4A4A;
   padding: 70px 54px 70px 54px;
   height: 100%;
}



/* search-bar start */
.search-bar{
   padding: 75px 0px;
   background: transparent;
   width: 88%;
   margin:auto;
   border-bottom: 3px solid #EAE6E1;
}
.search-bar .search-text p{
   color: #4d4d4d;
   font-size: 20px;
   line-height: 23px;
   text-align: left;
   margin-bottom: 0px;
}

.search-bar .footer_search{
  margin-bottom: 0px !important;
  width: 60%;
  margin-right: 2%;
  display: inline-block;
}
.search-bar .search-field{
   box-sizing: border-box;
   height: 68px;
   border: 1px solid #4A4A4A;
   border-radius: 5px;
   width: 100%;
   color: #7C7C7C;
   font-size: 18px;
   line-height: 22px;
   padding: 0px 15px;
}
.search-bar .search-button{
   height: 68px;
   width: 37%;
   border-radius: 5px;
   background-color: #233746;
   color: #FFFFFF;
   font-size: 20px;
   line-height: 24px;
   border: none;
   cursor: pointer;
}
.search-bar .search-button:hover{
   background: #00784B;
}

/* footer start */
.footer .container-fluid{
  overflow: visible;
}
.footer{
   padding: 30px 0px;
   width: 88%;
   margin:auto;
}
.footer .visa{
   border-right: 2px solid #979797;
   width: 100%;
   max-width: 217px;
   margin-left: auto;
}
.footer .visa .images{
   padding-right: 19px;
}
.footer .visa p{
   color: #233746;
   font-size: 14px;
   line-height: 21px;
   text-align: center;
   margin-bottom: 10px;
   padding-right: 19px;
}
.footer .contact-us{
   width: 190px;
}
.footer .contact-us h2, .footer .contact-us h2 a{
   color: #233746;
   font-size: 24px;
   font-weight: bold;
   line-height: 36px;
   text-align: center;
}
.footer .contact-us h2 a:hover{
  color: #00784B;
}

.footer .contact-us p{
   color: #233746;
   font-size: 14px;
   line-height: 21px;
   text-align: center;
   margin-bottom: 10px;
}
.footer .copyright{
   margin-top:49px;
}

.footer .copyright-text{
  border-right: none !important;
  padding-right: 20px;
}
.footer .copyright-text p{
   color: #000000;
   font-size: 14px;
   font-weight: 300;
   line-height: 22px;
   margin-bottom: 0px;
   text-align: left;
}
.footer .site-map li{
   float: left;
}

.footer .site-map li a{
   color: #000000;
   font-size: 14px;
   font-weight: 300;
   line-height: 22px;
   padding:0px 15px;
   text-decoration: none;
}
.footer .site-map li a:hover{
   color: #00784B;
}
.footer .social-icons{
   float: right;
}
.footer .social-icons li{
   float: left;
   padding:0px 15px;

}
.footer .social-icons li a i{
   color: #233746;
   font-size: 24px;
}
.footer .social-icons li a i:hover{
   color: #00784B;
}
/*************************************
   about us page css start
**************************************/
.about-us{
   margin-top: 128px;
   padding-top: 59px;
   padding-bottom: 131px;
}
.about-us h2{
   color: #00784B;
   font-size: 48px;
   font-weight: bold;
   line-height: 50px;
   text-align: center;
   position: relative;
   width: 300px;
   margin: auto;
}
.about-us h2::before{
   width: 431px;
   height: 854px;
   background: url(../images/3.png) no-repeat;
   content: '';
   top: 100px;
   right: 100px;
   position: absolute;
   z-index: -1;
}

/* ***** bigning sect start ****** */
.bigning-wrap{
   position: relative;
}
.bigning-wrap::after{
   width: 417px;
   height: 355px;
   background: url(../images/hand.png) no-repeat;
   content: '';
   bottom: -180px;
   right: 0px;
   position: absolute;
   z-index: 1;
    background-position: right;
    background-size: 90%;
}
.bigning-wrap .container-fluid{
   padding-left: 0px;
}
.bigning-wrap .biging-sect{
   background: #EAE6E1;
   padding: 40px 21px;
   height: 100%;
}
.bigning-wrap .bigning-text{
   max-width: 211px;
   margin-left: auto;
   position: relative;
}
.bigning-wrap .bigning-text::before{
   width: 115px;
   height: 89px;
   background: url(../images/Group_62.png) no-repeat;
   content: '';
   bottom: -72px;
    left: -113px;
   position: absolute;
   z-index: 1;
}
.bigning-wrap span{
   color: #233746;
   font-size: 18px;
   font-style: italic;
   font-weight: 600;
}
.bigning-wrap h2{
   color: #00784B;
   font-size: 36px;
   font-weight: bold;
   line-height: 35px;
   text-align: left;
}
.bigning-wrap .bigning-sect-right{
   width: 60%;
   height: 100%;
}
.bigning-wrap .bigning-sect-right h5{
  color: #4A4A4A;
  font-size: 24px;
  line-height: 30px;
}
.bigning-wrap .bigning-sect-right p{
   color: #4A4A4A;
   font-size: 18px;
   line-height: 27px;
   text-align: left;
   margin-bottom: 0px;
}

/* .value-wrap start */
.value-wrap{
   position: relative;
   width: 100%;
   background-size: contain;
   padding: 40px 0px 20px;
   margin-top: 5px;
}

.value-wrap::before{
   width: 62%;
   height: 100%;
   background: url(../images/values-bg.png) repeat-x;
   content: '';
   top: 0px;
   left: 0px;
   position: absolute;
   z-index: -2;
}
.value-wrap .container-fluid{
   padding-left: 0px;
}
.value-wrap .value-back{
   background: #233746;
   padding: 60px 44px;
   position: relative;
}
.value-wrap .value-back::after{
   width: 180px;
   height: 181px;
   background: url(../images/values-img-1.png) no-repeat;
   content: '';
   bottom: -72px;
    right: -113px;
   position: absolute;
   z-index: 1;
}
.value-wrap .value-text{
   width: 78%;
}
.value-wrap span{
   color: #EAE6E1;
   font-size: 18px;
   font-style: italic;
   font-weight: 600;
}
.value-wrap h2{
   color: #00784B;
   font-size: 36px;
   font-weight: bold;
   text-align: left;
   line-height: 40px;
}
.value-wrap p{
   color: #EAE6E1;
   font-size: 18px;
   line-height: 27px;
   text-align: left;
}
.value-wrap h6{
   color: #EAE6E1;
   font-family: "Jewel Hill";
   font-size: 25px;
}

/* roasting-wrap start */
.roasting-wrap{
   overflow-x: hidden;
   padding: 60px 0px 0px;
   position: relative;
}

.roasting-wrap .container-fluid{
   padding-right: 0px;
}
.roasting-wrap::before{
   width: 62%;
   height: 100%;
   background: url(../images/rousting-bg.png) repeat-x;
   content: '';
   top: 0px;
   left: 0px;
   position: absolute;
   z-index: -2;
}
.roasting-wrap .process{
   background: #EAE6E1;
   padding: 50px 30px;
   min-height: 290px;
   height: 100%;
   position: relative;
}
.roasting-wrap .process::before{
   width: 200px;
   height: 94px;
   background: url(../images/5.png) no-repeat;
   content: '';
   top: -45px;
    left: -70px;
   position: absolute;
   z-index: 1;
}
.roasting-wrap .process-text{
   width: 83%;
   margin-left: auto;
}

.roasting-wrap h2{
   color: #00784B;
   font-size: 36px;
   font-weight: bold;
   text-align: left;
   line-height: inherit;
   margin-bottom: 0px;
   position: relative;
}
.roasting-wrap .process h2::before{
   width: 529px;
   height: 129px;
   background: url(../images/4.png) no-repeat;
   content: '';
   top: -110px;
   right: -220px;
   position: absolute;
   z-index: 1;
}
.roasting-wrap p{
   color: #4A4A4A;
   font-size: 18px;
   line-height: 27px;
   text-align: left;
   margin-bottom: 0px;
}
.roasting-wrap .green-box{
   background: #00784B;
   padding: 50px 30px;
   min-height: 290px;
   height: 100%;
}
.roasting-wrap .green-text{
   width: 83%;
}
.roasting-wrap .green-box h2{
   color: #EAE6E1;
   font-size: 36px;	font-weight: bold;
   text-align: left;
   line-height: inherit;
   margin-bottom: 0px;
}
.roasting-wrap .green-box p{
   color: #EAE6E1;
   font-size: 18px;	line-height: 27px;
   text-align: left;
   margin-bottom: 0px;
}

/* .burns_coffee start */
.burns_coffee{
   padding: 110px 0px 60px;
   position: relative;
   background: url(../images/Group-214.png) no-repeat top left;
}
.burns_coffee::after{
   width: 236px;
   height: 305px;
   background: url(../images/coffe-1.png) no-repeat;
   content: '';
   top: -80px;
   right: 0px;
   position: absolute;
   z-index: 1;
}
.burns_coffee .burns_cofe span{
   color: #233746;
   font-size: 18px;	font-style: italic;	font-weight: 600;
}
.burns_coffee .burns_cofe span::after {
   width: 168px;
   height: 268px;
   background: url(../images/2.png) no-repeat;
   content: '';
   top: -290px;
    left: -48px;
   position: absolute;
   z-index: 1;
}
.burns_coffee .burns_cofe h2{
   color: #00784B;
   font-size: 36px;	font-weight: bold;
   line-height: 40px;
   text-align: left;
}
.burns_coffee .burns_cofe p{
   color: #4A4A4A;
   font-size: 18px;	line-height: 27px;
   text-align: left;
}
.burns_coffee .productions h3{
   color: #233746;
   font-size: 24px;
   font-weight: 600;
   text-align: center;
   margin-top: 30px;
}
.burns_coffee .productions p{
   color: #4A4A4A;
   font-size: 18px;	line-height: 24px;	text-align: center;
}

/* leads_burns start */
.leads_burns{
   padding: 30px 0px;
   background: url(../images/leads-bg.png) repeat-x;
   background-size: contain;
   position: relative;
}
.leads_burns::after{
   width: 169px;
   height: 199px;
   background: url(../images/icecream.png) no-repeat;
   content: '';
   top: -110px;
   right: 0px;
   position: absolute;
   z-index: 1;
}
.leads_burns .leads-text{
   width: 100%;
   max-width: 274px;
   margin: auto;
}
.leads_burns h2{
   color: #00784B;
   font-size: 36px;	font-weight: bold;	line-height: 41px;	text-align: center;
   position: relative;
}
.leads_burns h2::before{
   width: 223px;
    height: 121px;
    background: url(../images/1.png) no-repeat;
    content: '';
    top: -70px;
    left: -200px;
    position: absolute;
    z-index: 1;
}
/* about-company start */
.about-company{
   padding: 30px 0px;
   background-size: cover;
   background-repeat: no-repeat;
}
.about-company .about-text{
   width: 100%;
   max-width: 567px;
   margin: auto;
   text-align: center;
   margin-bottom: 50px;
}
.about-company .about-text h2{
   color: #00784B;
   font-size: 24px;	font-weight: 600;	line-height: 36px;	text-align: center;
}
.about-company .about-text span{
   color: #233746;
   font-size: 28px;	font-style: italic;	font-weight: 300;	line-height: 43px;	text-align: center;
   margin-bottom: 20px;
}
/* images-sect start */
.images-sect{
   text-align: center;
   padding-bottom: 50px;
}
.images-sect .images img{
   margin-top: -35px;
}


/* career start */
.career_wrap{
   margin-top: 128px;
   padding: 60px 15px;
   text-align: center;

}


.career_wrap h2{
   color: #00784B;
    font-size: 48px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    position: relative;
    margin: auto;
}
.career{
   height: 392px;
}
.burns_working{
   padding: 50px 0 60px 0px;
}
.burns_working ul li{
    list-style: disc;
    color: #233746;
}
.burns_working ul li:hover{
  color: green;
}
.burns_working ul li a{
  color: #233746;
}
.burns_working ul li:hover a{
  color: green;
  text-decoration: none;
}
.burns_working .burns_content{
   width: 82%;
   margin: auto;
}
.burns_working .burns_content h2{
   color: #00784B;
   font-size: 24px;
   font-weight: bold;
   text-align: left;
}
.burns_working .burns_content p{
   color: #7C7C7C;
   font-size: 18px;
   line-height: 27px;
   text-align: left;
}


/* .form_wrap start */
.form_wrap h3{
   color: #00784B;
   font-size: 18px;
   margin-bottom: 20px;
}
.form_wrap .career_form .form-group{
   margin-bottom: 20px;
}
.form_wrap .career_form .form-control{
   border: 1px solid #00784B;
   border-radius: 5px;
   background-color: #EAE6E1;
   padding: 10px 18px;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   position: relative;
   width: 98%;
}
.form_wrap .form-group{
  position: relative;
}
.form_wrap .form-group img{
    position: absolute;
    top: 19px;
    right: 40px;
    cursor: pointer;
    z-index: 1;
   }
.form_wrap .career_form select.form-control::before{
   content: 'f107';
   font-family:"FontAwesome";
   color: #fff;
   display: inline-block;
   position: absolute;
   right: 20px;
   top: 15px;
   pointer-events: none;
}

.form_wrap .career_form .gender {
   width: 96%;
   color: #4A4A4A;
}
.form_wrap ::placeholder{
   color: #4A4A4A;
}
.form_wrap :-ms-input-placeholder { /* Internet Explorer */
   color: #4A4A4A;
}
.form_wrap ::-webkit-input-placeholder { /* Edge */
   color: #4A4A4A;
}
.form_wrap .career_form .check{
   margin: 25px 0px;
}
.form_wrap .career_form .check.start-point11{
  margin: 58px 0px 41px;
}
.form_wrap .career_form .gender:nth-child(even) {
   margin-right: 0px;
 }
 .form_wrap .career_form .gender input[type="radio"],
 .form_wrap .career_form .gender input[type="checkbox"]{
   width: 30px;
   height: 30px;
   border: 1px solid #00784B;
   border-radius: 5px;
   float: left;
   margin-right: 21px;
   cursor: pointer;
 }
 body.arb .form_wrap .career_form .gender input[type="radio"],
 body.arb .form_wrap .career_form .gender input[type="checkbox"]{
  float: right;
  margin-right: auto;
  margin-left: 21px;
 }
 .form_wrap h4{
   color: #00784B;
   font-size: 18px;
   margin-bottom: 0px;
   margin-right: 20px;
}
.form_wrap .yesForm label{
  color: #00784B;
  font-size: 18px;
}
.form_wrap textarea{
   min-height: 141px;
}
.form_wrap .form_button{
   height: 45px;
   width: 272px;
   border-radius: 5px;
   background-color: #00784B;
   color: #FFFFFF;
   font-size: 18px;
   font-weight: 300;
   cursor: pointer;
   border: none;
   margin-top: 16px;
}
.form_wrap .form_button:hover{
   background-color: #233746;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year{
  padding: 0px 22px;
  border-radius: 5px;
}

/* .stor_locater start */

.stor_locater{
   width: 88%;
   margin: auto;
}
.stor_locater .search p{
   color: #233746;
   font-size: 16px;
   line-height: 44px;
   text-align: left;
}
.stor_locater .form-control{
   border: 1px solid #00784B;
   border-radius: 5px;
   background-color: #FFFFFF;
   box-sizing: border-box;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   cursor: pointer;
   min-height: 44px;
   
}

.stor_locater .form-group img{
   position: absolute;
   top: 19px;
   right: 10px;
   cursor: pointer;
}
.stor_locater .form-group .fam_submit_btn{
   border-radius: 5px;
   background-color: #00784B;
   color: rgba(234, 230, 225, 0.7);
   font-size: 14px;
   font-weight: 600;
   line-height: 21px;
   text-align: center;
   border: none;
   width: 100%;
   min-height: 44px;
   cursor: pointer;
}
.stor_locater .fam_submit_btn:hover{
  background-color: #233746;
}
select.form-control:not([size]):not([multiple]){
  height: inherit !important;
}

.map-wrap .jssocials{
    text-align: right;
  }
body.arb .map-wrap .jssocials{
  text-align: left;
}
/* map-wrap start  */
.map-wrap{
   margin-top: 20px;
   overflow-x: hidden;
}
.map-wrap .container-fluid {
   padding: 0px;
}
.map-wrap .card-header{
   background-color: #EAE6E1;
   border-radius: 3px;
   margin-bottom: 7px;
   border: none;
}
.map-wrap .card-header .btn.btn-link{
   color: #00784B;
   font-size: 20px;
   padding: 0px;
   text-decoration: none;
}
.map-wrap .card-header .btn.btn-link:hover{
   color: #233746;
}
.map-wrap .card-header p{
   color: #4A4A4A;
   font-size: 16px;
   line-height: 24px; 
   text-align: left;
   margin-bottom: 0px;
    display: none;
}

.map-wrap .card{
   border: none;
}

.map-wrap .card-body{
   background: #00784B;
   margin-bottom: 7px;
}
.map-wrap .card-body .tabs-content h4{
   font-size: 20px;
   color: #EAE6E1;
}
.map-wrap .card-body .tabs-content p{
   font-size: 16px;
   line-height: 24px; 
   text-align: left;
   margin-bottom: 0px;  
   color: #EAE6E1;
}
.map-wrap .contact_branch span{
   font-size: 14px;
   color: #EAE6E1;
}
.map-wrap .contact_branch a{
   font-size: 14px;
   color: #EAE6E1;
   text-decoration: none;
}
.map-wrap .contact_branch{
   margin: 25px 0 0 0;
}
.map-wrap .contact_branch a:hover{
   color: #233746;
}
.map-wrap .contact_branch .call.share{
   float: right;
}
.map-wrap .contact_branch .call.who_map img {
   margin-left: 7px;
}

/* mediacenter start pages */
/* news css start */
.tab_img img{
  width: 100%;
}
.news_detail_1{
   padding: 30px 0px;
}
.news_detail_1 .new_img{
   position: relative;
   overflow: hidden;
}
.news_detail_1 .new_img:hover img{
   transform: scale(1.15) rotate(3deg);
}
.news_detail_1 .new_img img{
   -webkit-transition-duration: 0.65s;
    transition-duration: 0.65s;
}
.news_detail_1 .new_img::before{
   content: '';
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.3);
}
.news_detail_1 .news_text{
   position: absolute;
   bottom: 40px;
   right: 40px;
   width: 79%;
   
}
.news_detail_1 .right_content{
   right: inherit;
   left: 40px;
   width: 64%;
}
.news_detail_1 .news_text span{
   color: #FFFFFF;
   font-size: 20px;
   font-style: italic;
   font-weight: 200;
   line-height: 23px;
   text-align: left;
   margin-bottom: 15px;
   display: block;
}
.news_detail_1 .news_text p{
   color: #FFFFFF;
   font-size: 20px;
   line-height: 23px;
   text-align: left;
   margin-bottom: 0px;
}

/* news_content_1 start */
.news_content_1{
   width: 89%;
   margin: 28px auto;
   margin-top: 30px;
   
}
.news_content_1 .select_y{
   position: relative;
}
.news_content_1 .select_y select{
   box-sizing: border-box;
   height: 44px;
   width: 175px;
   border: 1px solid #EAE6E1;
   border-radius: 5px;
   background-color: rgba(35,55,70,0.3);
   -webkit-appearance: none;
   -moz-appearance: none;
   padding: 0px 30px;
   color: #233746;
   font-size: 18px;
   font-weight: 300;
   cursor: pointer;
   float: right;
   position: relative;
}
.news_content_1 .select_y::before{
   position: absolute;
   right: 10px;
   top: 20px;
   background: url(../images/Below_select.png) no-repeat;
   content: '';
   width: 16px;
   height: 9px;
}



/* img_content start */
.img_content{
   width: 89%;
   margin: 0 auto;
   border: 1px solid #979797;
   border-radius: 5px;
   margin-top: 30px;
}
.img_content .img_content_wrap{
   margin-top: 20px;
   width: 90%;

}
.img_content .img_content_wrap span{
   color: #4A4A4A;
   font-size: 20px;
   font-style: italic;
   font-weight: 200;
   line-height: 23px;
   text-align: left;
   margin-bottom: 15px;
   display: block;
}
.img_content .img_content_wrap h3{
   color: #4A4A4A;
   font-size: 20px;
   font-weight: bold;
   line-height: 23px;
   text-align: left;
}
.img_content .img_content_wrap p{
   color: #4A4A4A;
   font-size: 18px;
   line-height: 23px;
   text-align: left;
}
.img_content .share-icon{
  text-align: right;
   position: absolute;
    right: 40px;
    bottom: 30px;
    margin-bottom: 0px;
}

.img_content .share-icon li{
   margin-left: 15px;
   display: inline-block;
}
.jssocials-share.jssocials-share-pinterest{
  margin-right: 0px;
}
body.arb .jssocials-share.jssocials-share-pinterest{
  margin-right: 0.6em;
}
/* news detail css start */
.tabing_nav{
   width: 87%;
   margin: 0 auto;
   padding-bottom: 20px;
}
.tabing_nav .tabs{
   border-bottom: 2px solid #DEDEDE;
   margin-bottom: 0px;
}
.tabing_nav .tabs li{
   display: inline-block;
   padding: 10px 22px;
   border-bottom: 4px solid transparent;
}
.tabing_nav .tabs li a{
   color: #4A4A4A;
   font-size: 16px;
   line-height: 24px;
   text-decoration: none;
}
.tabing_nav .tabs .active{
   border-bottom: 4px solid #00784B;
}
.tabing_nav .tabs .active a{
   color: #00784B;
}
.tabing_nav .back{
   margin-top: 30px;
}
.tabing_nav .back a{
   color: #7C7C7C;
   font-size: 16px;
   line-height: 24px;
   text-decoration: none;
}
.tabing_nav .back i{
   color: #7C7C7C;
   font-size: 10px;
   margin-right: 12px;
   line-height: 24px;
}



/* tabs_content start css */
.tabs_content{
   width: 87%;
   margin: 0 auto;
   padding: 30px 0px 50px;
}
.tabs_content h2{
   color: #00784B;
   font-size: 24px;
   font-weight: bold;
   line-height: 29px;
   max-width: 650px;
   text-align: left;
   margin-bottom: 30px;
}
.tabs_content p{
   color: #7C7C7C;
   font-size: 18px;
   line-height: 27px;
   text-align: left;
   margin-bottom: 25px;
}
.tabs_content .tab_button li{
   width: 143px;
   height: 46px;
   line-height: 46px;
   border: 1px solid #00784B;
   border-radius: 5px;
   display: inline-block;
   text-align: center;
}
.tabs_content .tab_button li:first-child{
   margin-right: 16px;
}
.tabs_content .tab_button li a{
   color: #00784B;
   font-size: 20px;
   line-height: 31px;
   display: block;
   text-decoration: none;
   padding: 7px 0px;
}
.tabs_content .tab_button li a i, .tabs_content .tab_button li a img{
   color: #00784B;
   margin-right: 20px;
}


/* gallery_year start */
.gallery_year .years{
   opacity: 0.7;
   color: #233746;
   font-size: 24px;
   font-weight: 300;
   line-height: 36px;
}

.gallery_wrap .new_img{
   position: relative;
   overflow: hidden;
}
.gallery_wrap .new_img:hover img{
   transform: scale(1.15) rotate(3deg);
}
.gallery_wrap .new_img img{
   -webkit-transition-duration: 0.65s;
    transition-duration: 0.65s;
}
.gallery_wrap .new_img::before{
   content: '';
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.3);
}
.gallery_wrap .new_img .video_icon{
   content: "";
    position: absolute;
    width: 36px;
    height: 58px;
    left: 43%;
    top: 45%;
}
.gallery_wrap .loading{
   text-align: center;
   margin-top: 28px;
}
.gallery_wrap .loading a{
   font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: #00784B;
}


/* section4bg start css */
.product-wrap{
   width: 88%;
   margin: auto;
   margin-bottom: 20px;
}
.products_section ul li{
  list-style-type: none;
  /*margin-left: 30px;*/
}
.products_section ol li {
    list-style-type: decimal;
    margin-left: 30px;
}
.product-wrap .breadcrumb{
   margin-bottom: 20px;
   padding: 0px;
   background: none;
   border-bottom: 1px solid #00784B;
   border-radius: 0px;
   padding-bottom: 20px;
}

.product-wrap .breadcrumb  a{
   color: #6c757d;
   font-size: 14px;
   text-decoration: none;
}
.product-wrap .breadcrumb-item.active {
   color: #233746;
   font-weight: 600;
}
.product-wrap .drink_link a{
   color: #00784B;
   font-size: 18px;
   font-weight: 600;
   line-height: 27px;
   text-decoration: none;
}
.product-wrap .product_img_sect{
   text-decoration: none;
   text-align: center;
   margin-top: 20px;
   display: block;
}
.product-wrap .product_img_sect.active{
   opacity: 1;
}
.product-wrap .product_img_sect.inactive{
   opacity: 0.5;
}

.product-wrap .product_img_sect h3{
   color: #233746;
   font-size: 18px;
   font-weight: 600;
   line-height: 27px;
   margin-top: 15px;
}
.product-wrap .drink_link a:hover{
   color: #233746;
}
.product-wrap .product_images{
   overflow: hidden;
}
.product-wrap .product_images img {
   -webkit-transition-duration: 0.65s;
   transition-duration: 0.65s;
}
.product-wrap .product_img_sect:hover img{
   transform: scale(1.15) rotate(3deg);
}
.product-wrap .product_detail{
   margin-top: 30px;
}
.product-wrap .product_detail .carousel-indicators{
   bottom: -50px;
}
.product-wrap .product_detail .carousel-inner{
   margin-bottom: 40px;
}
.product-wrap .sm-screeen-show{display: none;}
.product-wrap .product_sidebar .side_product li{
  padding-left: 40px;
}
.product-wrap .product_sidebar .side_product li a{
   color: #00784B;
   font-size: 16px;
   font-weight: 600;
   line-height: 45px;
   text-decoration: none;
   font-weight: bold;
}
.product-wrap .product_sidebar .side_product li a:hover{
  color: #233746;
}
.product-wrap .product_sidebar .side_inner_section4bg li{
   padding-left: 0px;
}
.product-wrap .product_sidebar .side_inner_section4bg li a{
   font-weight: 400;
   color: #233746;
   background: none;
   line-height: 30px;
}

.product-wrap .product_detail .products_detail_text h3 {
    color: #233746;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}
.product-wrap .product_detail .products_detail_text span {
    color: #233746;
    font-size: 18px;
    font-weight: 300;
}
.product-wrap .our_products {
    margin-bottom: 0px;
    margin-top: 20px;
    width: 100%;
}
.product-wrap .our_products li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 22px;
    text-align: center;
}
.product-wrap .our_products .detail_our_products p {
    color: #4A4A4A;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 15px;
    text-align: center;
}
.product-wrap .our_products .detail_our_products span {
    color: #233746;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}
.product-wrap .product_sidebar .side_inner_products li {
    padding-left: 0px;
}
.product-wrap .product_sidebar .side_inner_products li a {
    font-weight: 600;
    color: #233746;
    background: none;
    line-height: 30px;
}
.product-wrap .product_sidebar .side_inner_products li a:hover{
  color: #00784B;
}
.product-wrap .product_detail .products_detail_text h4 {
    color: #4A4A4A;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}


.product-wrap .product_detail .carousel-indicators{
   z-index: 1;
}
.product-wrap .product_detail .carousel-indicators li{
   width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 13px;
    margin-left: 13px;
    background-color: #D8D8D8;
    cursor: pointer;
}
.product-wrap .product_detail .carousel-indicators .active{
   background-color: #233746;
}
.product-wrap .product_detail .section4bg_detail_text h3{
   color: #233746;
   font-size: 24px;
   font-weight: 600;
   margin-bottom: 0px;
}
.product-wrap .product_detail .section4bg_detail_text span{
   color: #233746;
   font-size: 18px;
   font-weight: 300;
}
.product-wrap .product_detail .section4bg_detail_text h4{
   color: #4A4A4A;
   font-size: 14px;
   line-height: 18px;
   font-weight: 600;
   margin-bottom: 0px;
}
.product-wrap .product_detail .section4bg_detail_text .features{
   margin-top: 22px;
}
.product-wrap .product_detail .section4bg_detail_text .features li{
   color: #4A4A4A;
   font-size: 14px;
   line-height: 18px;
   font-weight: 300;
}
.product-wrap .product_detail .section4bg_detail_text p{
   color: #4A4A4A;
   font-size: 14px;
   line-height: 18px;
   font-weight: 300;
   text-align: left;
}
.product-wrap .nutration{
   margin-top: 25px;
}
.product-wrap .nutration .nutration{
   border-radius: 6px;
   background: #D8D8D8;
   padding: 13px 22px;
}
.product-wrap .nutration .nutration a{
   color: #00784B;
   font-size: 16px;
   font-weight: 600;
   line-height: 24px;
   text-decoration: none;
}
.product-wrap .nutration .nutration a:hover{
   color: #233746;
}
.product-wrap .nutration .nutration a img{
   margin-left: 12px;
}
.product-wrap .our_section4bg {
   margin-bottom: 0px;
   margin-top: 20px;
   width: 100%;
}
.product-wrap .our_section4bg li{
  display: inline-block;
   margin-left: 5px;
   margin-right: 5px;
   margin-bottom: 22px;
   text-align: center;
}
.product-wrap .our_section4bg .detail_our_section4bg p{
   color: #4A4A4A;
   font-size: 14px;
   line-height: 18px;
   text-transform: uppercase;
   font-weight: 600;
   margin-bottom: 0px;
   margin-top: 15px;
   text-align: center;
}
.product-wrap .our_section4bg .detail_our_section4bg span{
   color: #233746;
   font-size: 14px;
   line-height: 18px;
   font-weight: 300;
   text-transform: uppercase;
   text-align: center;
}

.nutrition_custom .nutration_cutomiz{
  border: none !important;
  background-color: transparent !important;
  padding: 0px !important;
}
.product-wrap .nutrition_custom .calories_1{
  margin-top: 0px !important;
}
.product-wrap .nutrition_custom .filter_per .detail_per,
.product-wrap .nutrition_custom .total_per p{
  padding: 0px !important;
}
.product-wrap .nutration_facts {
   margin-top: 30px;
}
.product-wrap .nutration_facts h3{
   color: #233746;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}
.product-wrap .calories_1 {
    margin-top: 46px;
}
.product-wrap .nutration_facts span{
   color: #233746;
   font-size: 18px;
   font-weight: 300;
   display: block;
   margin-bottom: 15px;
   text-align: left;
}
.product-wrap .nutration_facts h4{
   color: #00784B;
   font-size: 18px;
   font-weight: 600;
}
.product-wrap .nutration_facts .nutration_cutomiz{
   border: 2px solid #979797;
   border-radius: 6px;
   background-color: #F2F2F2;
   padding: 20px 20px 30px;
}
.product-wrap .nutration_facts .nutration_cutomiz h5{
   color: #00784B;
   font-size: 16px;
   font-weight: 600;
}

.product-wrap .nutration_facts .flavor_detail{
   border-bottom:1.5px solid #4A4A4A;
   margin-top: 24px;
   position: relative;
}
.product-wrap .nutration_facts .flavor_detail span{
   opacity: 0.5;
   color: #4A4A4A;
   margin-bottom: 0px;
   margin-top: 0px;
   font-size: 14px;
   line-height: 24px;
   margin-bottom: 8px;
}
.product-wrap .nutration_facts .item_detail{
   padding-bottom: 8px;
}
.product-wrap .nutration_facts .item_detail a{
   color: #4A4A4A;
   font-size: 18px;
   text-decoration: none;
   line-height: 27px;
   display: table;
   padding-right: 24px;

}
.product-wrap .nutration_facts .item_detail .bg_detail{
   background: url(../images/Below_green.png) no-repeat right;
   display: block;
   cursor: pointer;
}
.product-wrap .nutration_facts .edit{
   position: absolute;
   right: 0px;
   bottom: 0px;
   cursor: pointer;
}
.product-wrap .nutration_facts .edit p{
   color: #233746;
   font-size: 14px;
   line-height: 21px;
   margin-bottom: 8px;
}
.product-wrap .filter_button{
   margin-top: 32px;
   text-align: right;
}
.product-wrap .filter_button a{
   border-radius: 5px;
   background-color: #00784B;
   color: #EAE6E1;
   font-size: 14px;
   font-weight: 300;
   line-height: 21px;
   text-align: center;
   padding: 12px 23px;
   text-decoration: none;
   display: inline-block;
}
.product-wrap .filter_button a:hover{
   background: #233746;
}
.product-wrap .filter_button a img{
   margin-left: 20px;
}
.product-wrap .filter_per{
   border-bottom: 1.5px solid #00784B;
   padding-bottom: 5px;
}
.product-wrap .filter_per .detail_per{
      padding: 0px 0px 0px 30px;
}
.product-wrap .filter_per .detail_per .image{
   float: left;
   margin-right: 20%;
}
.product-wrap .filter_per .detail_per .shots{
   color: #4A4A4A;
   font-size: 22px;
   font-weight: 600;
   margin-top:50px;
   float: left;
   line-height: 34px;
}
.product-wrap .filter_per .detail_per .calories_1 p{
   color: #00784B;
   font-size: 18px;
   line-height: 27px;
   text-align: left;
   margin-top: 30px;
   margin-bottom: 0px;
}
.product-wrap .filter_per_1{
   border-bottom: 1.5px solid #4A4A4A;
   margin-top: 26px;
}
.product-wrap .daily_per{
   text-align: right;
   color: #4A4A4A;
   font-size: 18px;
   line-height: 27px;
   margin-bottom: 10px;
}
.product-wrap .total_per p{
   color: #233746;
   font-size: 18px;
   line-height: 27px;
   text-align: left;
   margin-bottom: 0px;
}
.product-wrap .filter_per_1 .total_per p span{
   float: right;
   margin-right: 40px;
   display: inline-block;
   margin-bottom: 0px;
   line-height: normal;
}
.product-wrap .filter_per_2{
   border-bottom: 0.5px solid #4A4A4A;
}


/* nutration_detail start */
.nutration_bg{
   position: relative;
}
.nutration_bg::before{
   content: '';
   position: absolute;
   top: 50px;
   right: 0px;
   background: url(../images/nutration_bg_1.png) no-repeat;
   height: 249px;
   width: 136px;
}

.nutration_bg::after{
   content: '';
   position: absolute;
   bottom: -130px;
   left: 0px;
   background: url(../images/nutration_bg.png) no-repeat;
   height: 554px;
   width: 155px;
}
.product-wrap .nutration_detail{
   margin-top: 0px !important;
}
.product-wrap .nutration_updates{
   border: none !important;
   background-color: transparent !important;
}
.product-wrap .nutration_updates .flavor_detail{
   border-bottom: 0.5px solid #4A4A4A;
}
.product-wrap .nutration_detail .chose_prodtucts{
   padding-left: 20px;
}
.product-wrap .nutration_detail .chose_prodtucts p{
   color: #233746;
   font-size: 16px;
   line-height: 24px;
   float: left;
   margin-right: 12px;
   margin-bottom: 0px;
   margin-top: 10px;
}
.product-wrap .form-group{
   max-width: 320px;
   margin-bottom: 0px;
}
.product-wrap .form-group img {
   position: absolute;
   top: 19px;
   right: 10px;
   cursor: pointer;
}
.product-wrap .form-control {
   border: 1px solid #00784B;
   border-radius: 5px;
   background-color: #FFFFFF;
   box-sizing: border-box;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   cursor: pointer;
   min-height: 44px;
   width: 200px;
}
.product-wrap .calories_1 p{
   margin-top: 0px !important;
}
.product-wrap .custome_select{
   width: 100% !important;
   max-width: 100% !important;
}
.product-wrap .custome_select .form-control{
   width: 100%;
   border: none;
}
.product-wrap .nutration_share {
   margin-top: 30px;
}
.product-wrap .nutration_share .share {
   min-height: 44px;
   width: 121px;
   border: 1px solid #00784B;
   border-radius: 5px;
   text-align: center;
   line-height: 44px;
   float: right;
}
.product-wrap .nutration_share .share a{
   padding: 11px 30px;
   color: #00784B;
   font-size: 14px;
   line-height: 21px;
   text-decoration: none;
}
.product-wrap .nutration_share .share:hover{
   background: #233746;
}
.product-wrap .nutration_share .share:hover a{
   color: #fff;
}
.product-wrap .nutration_share .share a i{
   margin-right: 8px;
}

/* store page start */
.footer_store{
   background: #E5E5E5;
}
.store_section4bg .store_side_sidebar{
   background: url(../images/store_side_bg.png) no-repeat;
   background-size: cover;
   min-height: 100%;
}
.store_section4bg .store_side_bar_search{
   position: relative;
   height: 41px;
   padding-top: 170px;
   margin-left: 40px;
}
.store_section4bg .store_side_bar_search a {
   font-weight: 300;
   color: #fff;
}
.store_section4bg .sidesearch_store{
   width: 0;
   position: absolute;
   z-index: 1;
   top: 0px;
   left: 0;
   background-color: #111;
   overflow: hidden;
   transition-property: width;
   transition-duration: 0.2s;
   transition-timing-function: linear;
   transition-delay: 0.5s;
}
.store_section4bg .sidesearch_store .closebtn {
   position: absolute;
   bottom: -4px;
   left: 15px;
   font-size: 36px;
   text-decoration: none;
}
.store_section4bg .sidesearch_store button {
   padding: 10px 7px;
   border: none;
   cursor: pointer;
   position: absolute;
   left: 50px;
   z-index: 1;
   background: #008d36;
   color: #fff;
}
.store_section4bg .sidesearch_store .side-input {
   padding: 10px 7px 7px 70px;
   width: 84%;
   border: none;
   position: relative;
   margin-left: 50px;
   background: #e2e0e0;
}
.store_section4bg .sidesearch_store input.side-button {
   padding: 10px 7px;
   border: none;
   cursor: pointer;
   position: absolute;
   left: 50px;
   z-index: 1;
   background: #008d36;
   color: #fff;
}
.store_section4bg .store_category li {
   padding-left: 40px;
   padding-right: 40px;
   position: relative;
}
.store_section4bg .store_category li a{
   color: #EAE6E1;
   font-size: 24px;
   font-weight: bold;
   line-height: 55px;
   text-decoration: none;
   padding-left: 25px;
}
.store_section4bg .store_category li img{
   margin-left: 50px;
}
.store_section4bg .store_category li::after{
   content: '';
   width: 20px;
   height: 20px;
   position: absolute;
   left: 40px;
   top: 15px;
   background: url(../images/section4bg_li_bg_1.png) no-repeat;
}
.store_section4bg .store_category li:hover{
   background-color:#233746;
}
.store_section4bg .store_category .all_section4bg{
   margin-top: 30px;
   padding-left: 40px;
   padding-right: 40px;
}
.store_section4bg .store_category .all_section4bg a{
   font-size: 18px !important;
   font-weight: 300;
   padding-left: 0px;
   display: block;
}
.store_section4bg .store_category .all_section4bg:hover::after, 
.store_section4bg .store_category .all_section4bg::after{
   background: none;
}
.store_section4bg .store_category li:hover::after{
   content: '';
   width: 20px;
   height: 20px;
   position: absolute;
   left: 40px;
   top: 15px;
   background: url(../images/section4bg_li_bg.png) no-repeat;
}
.store_section4bg .store_category li:hover .side_inner_section4bg li{
   background-color: #008d36;
   padding-left: 30px;
}
.store_section4bg .store_category li:hover .side_inner_section4bg li::after{
   left: 10px;
}
.store_section4bg .store_category li .bord_bott{
   display: block;
   border-bottom: 1px dashed #fff;;
}
.store_section4bg .store_category li:last-child .bord_bott{
   border-bottom: none;
}
.store_section4bg .store_category{
   margin-top: 60px;
}

.store_section4bg .stor_product_wrap h2{
   color: #233746;
   font-size: 16px;
   font-weight: 600;
   text-align: left;
}
.store_section4bg .product_price{
   margin-bottom: 20px;
   padding-top: 37px;
   min-height: 316px;
}
.store_section4bg .product_price .images{
   text-align: center;
   margin-bottom: 15px;
}
.store_section4bg .product_price h3{
   color: #233746;
   font-size: 18px;
   font-weight: 600;
   text-align: center;
}

.store_section4bg .product_price h5{
   color: #233746;
   font-size: 18px;
   font-weight: 300;
   text-align: center;
}

.store_section4bg .product_price p{
   color: #00784B;
   font-size: 18px;
   font-weight: bold;
}

.store_section4bg .product_price p span{
   color: #4A4A4A;
   font-size: 14px;
   font-weight: 300;
   text-decoration: line-through;
   text-decoration-color: #FF0000;
   margin-right: 5px;
}


.store_section4bg .stor_product_wrap {
   margin-top: 200px;
   width: 90%;
}

.store_section4bg .product_price:hover,
.store_section4bg .active_product{
   background: url(../images/store_side_bg.png) no-repeat;
   background-size: cover;
   text-align: center;
   padding: 37px 20px 11px;
   border-radius: 5px;
   box-shadow: 0 0 16px 2px rgba(0,0,0,0.5);
   position: relative;
   margin-bottom: 20px;
   z-index: 1111;
}
.store_section4bg .product_price:hover .main_price,
.store_section4bg .active_product .main_price{
   display: none;
}
.store_section4bg .product_price:hover h4,
.store_section4bg .active_product h4{
   color: #FFFFFF;
   font-size: 16px;
   font-weight: 600;
   margin-bottom: 0px;
}
.store_section4bg .product_price:hover h4 span,
.store_section4bg .active_product h4 span{
   font-weight: 300;
   font-size: 16px;
}
.store_section4bg .product_price:hover p,
.store_section4bg .active_product p{
   color: #FFFFFF;
   font-size: 18px;
   font-weight: bold;
   margin-bottom: 0px;
}
.store_section4bg .product_price:hover ul li,
.store_section4bg .active_product ul li{
   color: #FFFFFF;
   font-size: 13px;
   font-weight: 600;
}
.store_section4bg .product_price:hover .images,
.store_section4bg .active_product .images{
   margin-bottom: 5px;
}
.store_section4bg .product_price:hover .cart_icon,
.store_section4bg .active_product .cart_icon{
   position: absolute;
   right: 18px;
   top: 25px;
}
.store_section4bg .product_price:hover .hover_box,
.store_section4bg .active_product .hover_box{
   display: block;
}

.store_section4bg .hover_box{
   display: none;
}
.item_proceed{
   opacity: 0.95;
   border-radius: 5px;
   background-color: #FFFFFF;
   box-shadow: 0 0 16px 2px rgba(0,0,0,0.5);
   padding: 30px 25px;
   margin-top: 20px;
}
.cart_store.active .item_proceed {
   display: block;
}
.item_proceed h3{
   color: #4A4A4A;
   font-size: 18px;
   line-height: 18px;
   margin-left: 35px;
   margin-bottom: 30px;
   position: relative;
}
.item_proceed h3::before{
   content: '';
   position: absolute;
   left: -35px;
   top: 0px;
   width: 42px;
   height: 42px;
   background: url(../images/Tick.png) no-repeat;
}
.item_proceed h4{
   color: #4A4A4A;
   font-size: 18px;
   line-height: 18px;
   text-align: center;
}
.item_proceed p{
   color: #00784B;
   font-size: 18px;
   line-height: 18px;
   margin-bottom: 60px;
}
.item_proceed .proceed_Checkout{
   text-align: center;
}
.item_proceed .proceed_Checkout a{
   color: #FFFFFF;
   font-size: 14px;
   font-weight: 300;
   border-radius: 5px;
   background-color: #00784B;
   text-decoration: none;
   padding: 10px 15px;
   display: inline-block;
}
.item_proceed .proceed_Checkout a:hover{
   background: #233746;
}
.cart_store a{
   cursor: pointer;
}

.store_pagination a{
   color: #00784B;
   font-size: 14px;
   line-height: 21px;
   font-weight: bold;
}
.store_pagination a:hover, .store_pagination  .active{
   color: #9B9B9B;
   font-weight: bold;
}
.popover{
   background-color: transparent;
   border: transparent;
   top: 65px !important;
   left: -20px !important;
}
.bs-popocer-left{
   display: none;
}
.popover::after, .popover::before{
   display: none;
}

/* store_section4bg_detail start */
.store_section4bg_detail{
   margin-top: 200px;
}
.store_section4bg_detail h2{
   text-align: left;
}
.store_section4bg_detail h2 a{
   text-decoration: none;
   color: #233746;
   font-size: 16px;
   font-weight: 600;
}
.store_section4bg_detail .carousel-indicators{
   bottom: -50px;
}
.store_section4bg_detail .carousel-indicators li {
   width: 10px;
   height: 10px;
   border-radius: 50%;
   margin-right: 13px;
   margin-left: 13px;
   background-color: #D8D8D8;
   cursor: pointer;
}

.store_section4bg_detail .carousel-indicators .active{
   border: 1px solid #979797;
}
.store_section4bg_detail .carousel-inner{
   margin-bottom: 50px;
}


/* faq_section start */
.faq_section {
    padding: 60px 0 30px;
    
}
.faq_section h5 .btn {
    color: #4A4A4A;
    font-size: 20px;
    text-decoration: none;
    padding-left: 45px;
    background: url(../images/faq-q.png) no-repeat left center;
    margin: 10px 0px;
    position: relative;
    white-space: inherit;
    text-align: left;
    width: 98%;
}
.faq_section h5 {
    border-bottom: 1px solid #00784B;
    cursor: pointer;
    background: url(../images/faq-ic.png) no-repeat right center;
    right: 20px;
}
.faq_section h5[aria-expanded="true"] {
    background: url(../images/faq-true.png) no-repeat right center;
    border-bottom: none;
}
.faq_section .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: unset;
    border-bottom: none;
}
.faq_section .card {
    border: none;
}
.faq_section p:first-child {
    background: url(../images/faq-a.png) no-repeat left top;
}
.faq_section .card-body{
    border-bottom: 1px solid #00784B;
}
.faq_section .card-body ul{
    margin-left: 85px;
}
.faq_section p {
    display: block;
    padding-left: 45px;
    margin-left: 23px;
    text-decoration: none;
    color: #4A4A4A;
    line-height: 30px;
  font-size: 18px;
  text-align: left;
}
/*.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    display: block;
}*/
.map-wrap .contact_branch .call.share,
.map-wrap .contact_branch .who_map{
  margin-top: 28px;
}
.map-wrap .contact_branch .who_map i{
  margin-left: 5px;
}



/**/
.uk-notify .uk-notify-message-success {
    background: #7cb342;
}
.uk-notify .uk-notify-message {
    padding: 15px;
    font-size: 16px;
    line-height: 22px;
    cursor: pointer;
}
.uk-notify .uk-notify-message-danger {
    background: #d90000;
}
.uk-notify {
    position: fixed;
    top: 180px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1040;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 400px;
    width: 100%;
    -webkit-box-shadow: 0 0 30px 0px #000;
    box-shadow: 0 0 30px 0px #000;
    color: #fff;
}



optgroup {
  font-style:normal !important;
}

/* arabic css start  */

body.arb{
   direction: rtl;
   text-align: right;
}
body.arb header .side-menu .side-search .closebtn{
  left: auto !important;
  right: 2px;
}
body.arb header .side-menu .side-search .side-input{
  width: 92%;
  margin-right: 25px;
  margin-left: auto;
}
body.arb .mycontent .slide-img {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
body.arb .map-wrap .contact_branch .who_map i{
  margin-left: auto;
  margin-right: 5px;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
body.arb .mycontent .slide-img .anim_image{
  right: -45px;
}
body.arb ul.VeryTopMenu_01{
  float: right;
}
body.arb .section .slide-img p{
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
body.arb header .top-logo-nav{
   float: left;
}
body.arb header ul li{
   float: right;
   margin-left: 20px;
   margin-right: inherit;
}
body.arb header .order-now{
   float: right;
   margin-right: inherit;
   border-radius: 0 0 0px 10px;
}
body.arb header .order-now a:hover {
   background: #233746;
   border-radius: 0 0 0px 10px;
}
/*
body.arb header .container-fluid{
   padding-right: 0px;
   padding-left: 15px;
}
*/
body.arb .mylogo{
  padding-left: 20px;
  padding-right: 0px;
}
body.arb header .side-menu{
   right: auto;
   left: 0;
   -webkit-transform: translate3d(-100%, 0, 0);
   transform: translate3d(-100%, 0, 0);
}
body.arb header .side-menu.side-menu-active,
body.arb header .side-menu.before-side{
   -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
body.arb header .side-menu .btn-close{
   left: 20px;
   right: inherit;
}
body.arb header ul .dropdown_menu_img {
   background: url(../images/Below.png) no-repeat left;
}
body.arb .sticky ul .dropdown_menu_img {
  background: url(../images/Below_select.png) no-repeat left;
}
body.arb header.green ul .dropdown_menu_img {
   background: url(../images/Below_select.png) no-repeat left;
}
body.arb header ul .dropdown_menu_img a {
   padding-left: 25px;
   padding-right: inherit;
}
body.arb header.green ul .dropdown_menu_img a{
   color: #233746;
}
body.arb header.green ul .dropdown_menu_img a:hover{
   color: #008d36;
}
body.arb .section .skip-site{
   right: 58px;
   left: inherit;
}
body.arb #fp-nav ul,
body.arb .fp-slidesNav ul{
  margin-left: auto !important;
  margin-right: 58px !important;
  right: 0px;
}
body.arb .offers .pr-0{
   padding-left: 0px !important;
   padding-right: 15px !important;
}
body.arb .offers .pl-0{
   padding-left: 15px !important;
   /*padding-right: 0px !important;*/
}
body.arb .search-bar .footer_search{
   margin-right: inherit;
   margin-left: 2%;
}
body.arb .offers h1{
   margin-right: auto;
   margin-left: inherit;
   text-align: right;
}
body.arb .offers .grey-box p,
body.arb .offers .green-box p{
   text-align: right;
}
body.arb .offers .view-all a{
   background: url(../images/Below-2_arb.png) no-repeat left;
   padding-right: 0px;
   padding-left: 20px;
}
body.arb .footer .visa{
   border-right: none;
   margin-left: inherit;
   border-left: 2px solid #979797;
   margin-right: auto;
}
body.arb .footer .visa .images {
   padding-right: 0px;
   padding-left: 19px;
}
body.arb .footer .copyright-text p{
   text-align: right;
}
body.arb .footer .social-icons{
   float: left;
}
body.arb .footer .site-map li {
   float: right;
}
body.arb header.white .green_logo {
   display: none;
}

body.arb li.carts img{
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

body.arb header.green .white_logo {
  display: none;
}
body.arb .cart-no{
  margin-right: 13px;
  margin-left: 0px;
}
body.arb .tooltip_box ul li{
   margin-left: 0px;
   float: none;
   text-align: right;
}
body.arb .offers h1::before{
   right: 0px;
   left: inherit;
}
body.arb .sering_after{
  left: auto;
  right: 0px;
}
body.arb .sering_after img{
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  
}
body.arb .dropdown-menu,
body.arb header.green ul li a{
  text-align: right;
}
body.arb .UserDropMenu1 .dropdown-menu {
  right: 0px;
}

body.arb .STORETOPHeading{
  border-radius:  0 0 0px 10px;
}
body.arb .sticky .STORETOPHeading{
  border-radius: 0px;
}
body.arb .burns_after{
  left: 0;
  right: auto;
}
body.arb .burns_after img{
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  
}
/*body.arb .carousel-control-prev-icon, body.arb .carousel-control-next-icon{
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}*/
body.arb .product-wrap .product_sidebar .side_product .rtl{
  padding-left: 0px;
  padding-right: 40px;
  background-position: right top !important;
}
body.arb .section .banner_after {
  right: auto;
  left: 0px;
}
body.arb .section .banner_after img{
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  
}
body.arb .product-wrap .product_detail .section4bg_detail_text p{
  text-align: right;
}
body.arb .detail_our_section4bg p{
  text-align: center !important;
}
body.arb .product-wrap .nutration .nutration a img,
body.arb .product-wrap .filter_button a img{
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  margin-right: 12px;
  margin-left: auto;
}
body.arb .product-wrap .nutration_facts span{
  text-align: right;
}
body.arb .product-wrap .nutration_facts .edit{
  left: 0px;
  right: auto;
}
body.arb .product-wrap .nutration_facts .item_detail .bg_detail{
  background-position: left;
}

body.arb #fp-nav ul li .fp-tooltip:after {
    right: -17.5px;
    left: auto;
    transform: rotate(180deg);
}
body.arb #fp-nav ul li .fp-tooltip{
  right: 40px;
  left: auto;
}

body.arb .faq_section h5 .btn {
    text-align: right;
    padding-right: 45px;
    padding-left: 10px;
    background: url(../images/faq-q.png) no-repeat right center;
}
body.arb .faq_section h5[aria-expanded="true"] {
    background: url(../images/faq-true.png) no-repeat left center;
}
body.arb .faq_section h5 {
    margin-left: initial;
    background: url(../images/faq-ic-arb.png) no-repeat left center;
    right: initial;
    left: 20px;
}
body.arb .faq_section p {
    padding-right: 45px;
    margin-right: 23px;
    padding-left: initial;
    margin-left: initial;
    text-align: right;
}
body.arb .faq_section p:first-child {
    background: url(../images/faq-a.png) no-repeat right top;
}
body.arb .news_content_1 .select_y select,
body.arb .news_content_1 .select_y select{
  float: left;
}
body.arb .news_content_1 .select_y::before,
body.arb .news_content_1 .select_y::before{
  right: auto;
  left: 10px;
}

body.arb .img_content .share-icon {
    text-align: left;
    position: absolute;
    left: 40px;
}
body.arb .img_content .share-icon li{
  display: inline-block;
  margin-right: 15px;
  margin-left: auto;
}
body.arb .img_content .share-icon li img{
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
body.arb .img_content .img_content_wrap span,
body.arb .img_content .img_content_wrap h3,
body.arb .img_content .img_content_wrap p,
body.arb .news_detail_1 .news_text span,
body.arb .news_detail_1 .news_text p{
  text-align: right;
}
body.arb .news_detail_1 .right_content{
  right: 40px;
}
body.arb header .side-menu .sidebar_green_box i{
  margin-right: auto;
  margin-left: 10px;
}
body.arb header .side-menu .sidebar_green_box p{
  text-align: right;
}
body.arb .product-wrap .form-control img{
  left: 10px;
  right: auto;
}
body.arb .product-wrap .filter_per .detail_per .image{
  margin-right: auto;
  margin-left: 20%;
  float: right;
}
body.arb .product-wrap .filter_per .detail_per{
  padding: 0px 30px 0px 0px;
}
body.arb .product-wrap .filter_per .detail_per .calories_1 p,
body.arb .product-wrap .total_per p{
  text-align: right;
}
body.arb .product-wrap .daily_per{
  text-align: left;
}
body.arb .product-wrap .filter_per_1 .total_per p span{
  float: left;
  margin-right: auto;
  margin-left: 40px;
}
body.arb .product-wrap .filter_per .detail_per .shots{
  float: right;
}
body.arb .sidepanel-content select{
  background: url(../images/Below_green.png) no-repeat left 8px;
}
body.arb .sidepanel .sidepanel-inner .closebtn{
  right: auto;
  left: 60px;
}
body.arb .sidepanel .sidepanel-inner .done-btn{
  right: auto;
  left: 60px;
}
body.arb .sidepanel .sidepanel-inner{
  float: left;
}
body.arb .tabing_nav .back i{
  margin-left: 12px;
  margin-right: auto;
  transform: rotate(180deg);
}
body.arb .tabs_content h2,
body.arb .tabs_content p{
  text-align: right;
}
body.arb .tabs_content .tab_button li:first-child{
  margin-right: auto;
  margin-left: 16px;
}
body.arb .tabs_content .tab_button li a i, 
body.arb .tabs_content .tab_button li a img{
  margin-right: auto;
  margin-left: 20px;
}

body.arb .tabs_content .tab_button li a i{
  transform: rotate(180deg);
}
body.arb .burns_working .burns_content h2,
body.arb .burns_working .burns_content p{
  text-align: right;
}
body.arb .bigning-wrap::after{
  right: auto;
  left: 0px;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
body.arb .about-us h2::before{
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  right: auto;
  left: 100px;
}
body.arb .form_wrap .form-group img{
  right: auto;
  left: 40px;
}
body.arb .form_wrap .career_form .start-point11 input[type="radio"],
body.arb .form_wrap .career_form .start-point11 input[type="checkbox"]{
  margin-right: auto;
}
body.arb .stor_locater .form-group img,
body.arb .product-wrap .form-group img{
  right: auto;
  left: 10px;
}
body.arb .map-wrap .card-header p,
body.arb .map-wrap .card-body .tabs-content p{
  text-align: right;
}
body.arb .map-wrap .contact_branch .call.share{
  float: left;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
/*about us start arabic*/
body.arb .burns_coffee::after{
  background: url(../images/coffe-1_rtl.png) no-repeat;
  left: 0px;
  right: auto;
}
body.arb .leads_burns::after{
    left: 0px;
    right: auto;
    background: url(../images/icecream_rtl.png) no-repeat;
}
body.arb .burns_coffee{
  background: url(../images/Group-214_arb.png) no-repeat top right;
}
body.arb .bigning-wrap .bigning-text{
  margin-right: auto;
  margin-left: 0px;
  max-width: 300px;
}
body.arb .bigning-wrap .bigning-text::before{
  right: -113px;
  left: auto;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
body.arb .value-wrap .images img{
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
body.arb .value-wrap::before{
    right: 0px;
    left: auto;
}
body.arb .bigning-wrap .bigning-sect-right p,
body.arb .bigning-wrap h2,
body.arb .burns_coffee .burns_cofe h2,
body.arb .burns_coffee .burns_cofe p,
body.arb .value-wrap h2,
body.arb .value-wrap p,
body.arb .roasting-wrap h2,
body.arb .roasting-wrap p{
  text-align: right;
}
body.arb .value-wrap .container-fluid,
body.arb .bigning-wrap .container-fluid{
  padding-left: 15px;
  padding-right: 0px;
}
body.arb .roasting-wrap .container-fluid{
  padding-right: 15px;
  padding-left:  0px;
}
body.arb .leads_burns h2::before{
  left: auto;
  right: -200px;
    background: url(../images/1_rtl.png) no-repeat;
}
body.arb .value-wrap .value-back::after{
  left: -113px;
  right: auto;
  background: url(../images/values-img-1_rtl.png) no-repeat;
}
body.arb .roasting-wrap .process-text{
  margin-right: auto;
  margin-left: 0px;
}
body.arb .roasting-wrap .process h2::before{
  left: -220px;
  right: auto;
}
body.arb .burns_coffee .burns_cofe span::after{
  left: auto;
  right: -48px;
  background: url(../images/2_rtl.png) no-repeat;
}
body.arb .roasting-wrap .process::before{
    left: auto;
    right: -70px;
    background: url(../images/5_rtl.png) no-repeat;
}
body.arb .gallery_wrap .new_img .video_icon{
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
body.arb .footer .social-icons li{
  float: right;
}
body.arb .contact_us i{
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
body.arb .footer .copyright-text{
  border-left: none !important;
  padding-right: auto;
  padding-left: 20px;
}
body.arb .footer .visa p{
  padding-left: 19px;
  padding-right: inherit;
}



/*only for ie style*/

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  header .side-menu .search-bar-sidemanu a i{
    padding-top: 10px;  
  }
  header .side-menu .side-search .side-input{
    padding-top: 7px;
  }
  header .side-menu .search-bar-sidemanu{
    line-height: inherit;
  }
  #mycheckbox {
    display: none;
  }
  #mylabel, #mylabelradio1, #mylabelradio2 {
      float: left;
      margin-right: 21px;
      background-color: #fff;
      border: 1px solid #00784B;
      display: block;
      padding: 2px;
      height: 30px;
      width: 30px;
      background-position: left center;
      border-radius: 5px;
      cursor: pointer;
  }
  body.arb #mylabel, body.arb #mylabelradio1, body.arb #mylabelradio2{
    float: right;
    margin-left: 21px;
    margin-right: auto;
  }
  #mylabel.checked, #mylabelradio1.checked, #mylabelradio2.checked {
      background-color: #00784B;
  }
  .form_wrap .career_form .gender input[type='radio']{
    display: none;
  }
  body::-webkit-scrollbar {
      display: none;
  }

  body.fp-viewing-page4 {
    overflow: auto !important;
    -ms-overflow-style: none;
  }
}



/* custom css start */
@media (min-height: 900) and (max-height: 1024px) {
  /*.offers .green-box,
  .offers .grey-box{
    padding: 40px 15px;
  }*/

}
@media(min-height:730px) and (max-height:900px){
  /*main .offers .green-box,
  main .offers .grey-box {
      padding: 40px 15px;
  }*/
  /*.search-bar{
    padding: 35px 0px;
  }*/
  .serving::before{
    height: 35vh;
  }
  .burns::before{
    top: -25vh;
    height: 50vh;
  }
}
@media(min-height:600px) and (max-height:750px) {
   /*main .offers .green-box,
   main .offers .grey-box {
      padding: 20px 15px;
  }*/
  /*main #section5 .row.align-items-center.customMargin {
      margin-bottom: 280px;
  }*/
  /*main .search-bar,
  main .footer{
     padding: 20px 0px;
  }*/
  .burns::before{
    height: 35vh;
    top: -12vh;
  }
  .serving::before{
    height: 25vh;
    top: -8px;
  }
  /*.offers p{
    margin-bottom: 0px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }*/
  /*.offers h1{
    line-height: 30px;
  }*/
  /*.search-bar .error{
    margin-bottom: 0px !important;
  }*/
}
@media screen and (max-width: 1520px){
    .bigning-wrap::after{
        background-size: 80%;
    }
}
@media screen and (max-width: 1440px){
   .offers h1{
      font-size: 29px;
   }
   .section4bg .panel-thumbnail p{
    font-size: 15px;
   }
}
@media screen and (max-width: 1366px){
   .serving::after{
      background-size: 75%;
      bottom: -295px;
   }
   .burns::after{
      background-size: 100%;
      bottom: -270px;
      width: 327px;
   }
   #section1{
    background-size: 100% 100% !important;
   }
    .section4bg h2{
      margin: 0px 0px 60px;
    }
    .section4bg .view-all{
      margin-bottom: 0px;
    }
   /*.bigning-wrap .bigning-sect-right {
      width: 45%;
   }*/
   .value-wrap .value-back{
      padding: 30px 40px;
   }
   /*.roasting-wrap .process, .roasting-wrap .green-box{
      min-height: 316px;
   }*/
   .roasting-wrap .process-text{
      width: 75%;
   }
   .about-us h2::before{
      right: 50px;
   }
   body.arb .about-us h2::before {
      left: 50px !important;
      right: auto;
  }
   .roasting-wrap .process h2::before{
      right: -340px;
   }
   body.arb .roasting-wrap .process h2::before{
      left: -340px !important;
      right: auto;
   }
   .burns_coffee .burns_cofe h2{
      font-size: 28px;
   }
   .img_content .img_content_wrap{
      margin-top: 10px;
   }
   .img_content .img_content_wrap span{
      margin-bottom: 5px;
   }
   .img_content .img_content_wrap h3, .img_content .img_content_wrap p{
      margin-bottom: 0px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
   }
   .img_content .share-icon{
    bottom: 20px;
   }
   .store_section4bg .product_price:hover ul li,
   .store_section4bg .active_product ul li{
      font-size: 11px;
   }
   .store_section4bg .product_price:hover p,
   .store_section4bg .active_product p{
      font-size: 14px;
   }
   .store_section4bg .product_price:hover h4,
   .store_section4bg .active_product h4{
      font-size: 13px;
   }
   .store_section4bg .product_price:hover h4 span,
   .store_section4bg .active_product h4 span{
      font-size: 13px;
   }
   .store_section4bg .product_price:hover,
   .store_section4bg .active_product{
      padding: 20px 10px 11px;
   }
   .section4bg .panel-thumbnail p{
    font-size: 16px;
   }
   .owl-carousel .owl-item img{
    max-width: 150px;
   }
   .offers h1{
      font-size: 26px;
   }
   body.arb .offers h1{
    font-size: 24px;
   }
}
@media screen and (max-width: 1199px){
  
   header{
      position: static;
   }
   .sticky{
    box-shadow: none;
   }
    header.white .green_logo{
      display: block;
   }
   header.white .white_logo{
      display: none !important;
   }
   header ul li a,
   header.white .VeryTopMenu_01 li a{
    color: #233746 !important;
   }

   header ul .dropdown_menu_img {
      background: url(../images/Below_select.png) no-repeat right;
  }
  #section5{
    padding-top: 0px !important;
  }
  .section4bg h2{
      margin-bottom: 60px;
    }
    #section1,
    #section2,
    #section3{
      padding: 150px 0px !important;
    }

  .section.section4bg{
      padding: 60px 0px;
  }
   
   .serving::after, .section::after, .burns::after, .burns::before, .serving::before{
      display: none;
   }
   .about-us h2::before{
      right: 40px;
   }
   body.arb .about-us h2::before{
      left: 40px !important;
      right: auto;
   }
   .roasting-wrap .process h2::before{
      right: -340px;
   }
   .roasting-wrap .process-text{
      width: 75%;
   }
   /*.roasting-wrap .process, .roasting-wrap .green-box{
      min-height: 316px;
   }*/
   /*body.arb .roasting-wrap .process, body.arb .roasting-wrap .green-box{
      min-height: 371px;
   }*/
   .about-company{
      background-image: url(../images/1992_bg.png) !important;
      background-repeat: repeat;
      background-size: initial;
   }
   .value-wrap .value-back::after{
      right: -80px;
   }
   .burns_coffee .burns_cofe h2 {
      font-size: 22px;
  }
  .bigning-wrap::after{
     display: none;
  }
  .bigning-wrap .bigning-sect-right, .value-wrap .value-text {
   width: 100%;
   }
   .img_content .img_content_wrap {
      margin-left: auto;
      margin-right: auto;
      margin-top: 30px;
  }
  .img_content .img_content_wrap span{
   margin-bottom: 15px;
   }
   .img_content .img_content_wrap h3, .img_content .img_content_wrap p{
      margin-bottom: 10px;
   }
   .nutration_bg::before{
      background: none;
   }
   .store_section4bg .product_price:hover ul li,
   .store_section4bg .active_product ul li{
      font-size: 13px;
   }
   .store_section4bg .product_price:hover p,
   .store_section4bg .active_product p{
      font-size: 18px;
   }
   .store_section4bg .product_price:hover h4,
   .store_section4bg .active_product h4{
      font-size: 16px;
   }
   .store_section4bg .product_price:hover h4 span,
   .store_section4bg .active_product h4 span{
      font-size: 16px;
   }
   .animate_image, .serving .sering_after, .section .banner_after, .burns .burns_after{
      display: none
   }
   .section .slide-img{
      z-index: 2;
   }
   #section5 .row.align-items-center.customMargin{
    margin-bottom: 0px !important;
  }
  div#custome_footer {
      position: static;
  }
  body.arb header.white .green_logo {
     display: block;
  }
  body.arb header ul .dropdown_menu_img {
      background: url(../images/Below_select.png) no-repeat left;
  }
  .career_wrap,
  .about-us{
      margin-top: 0px;
   }
   .news_detail_1 .news_text{
    bottom: 20px;
   }
   .news_detail_1 .news_text span{
    margin-bottom: 10px;
   }
   .news_detail_1 .news_text p{
    font-size: 18px;
   }
   .map-wrap .card-header .btn.btn-link{
    font-size: 18px;
  }
  body.arb .value-wrap .value-back::after{
    content: none;
  }
  .img_content .share-icon {
    text-align: right;
    margin-right: 40px;
    margin-bottom: 30px;
    position: static;
  }
  body.arb .img_content .share-icon{
    position: static;
    margin-left: 40px;
  }
  .img_content .img_content_wrap h3, .img_content .img_content_wrap p{
      margin-bottom: 0px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: initial;
   }
     #share_2 a{
      font-size: 12px;
     }
     .transparent-bg .white_logo{
      display: none;
     }
     body.arb .search-bar .search-text p{
      text-align: right;
     }
     .burns_coffee::after,
     body.arb .burns_coffee::after{
      display: none;
     }
     .map-wrap .contact_branch .call.share{
      float: left;
     }
     body.arb .map-wrap .contact_branch .call.share{
      float: right;
     }
     .map-wrap .jssocials{
        text-align: left;
      }
      body.arb .map-wrap .jssocials{
        text-align: right;
      }
      .gallery_wrap .jssocials-shares{
        text-align: right;
      }
      body.arb .gallery_wrap .jssocials-shares{
        text-align: left;
      }
      .search-bar .search-text p{
        margin-bottom: 20px;
      }
      .custom-bordered-btn{
        min-height: auto;
        line-height: normal;
      }
     
}

@media screen and (max-width: 1024px){
  /* .roasting-wrap .process, .roasting-wrap .green-box {
      min-height: 345px;
  }*/
  /*body.arb .roasting-wrap .process, body.arb .roasting-wrap .green-box {
      min-height: 370px;
  }*/
  .roasting-wrap .process h2::before {
   right: -420px;
  }
  body.arb .roasting-wrap .process h2::before {
   left: -420px !important;
   right: auto;
  }
   .about-us h2::before {
      right: 0px;
   }
   header .side-menu .sidebar_green_box{
    padding-bottom: 230px;
   }
   
}
@media screen and (max-width: 991px){
   header ul li, header .order-now{
      /*max-width: 180px;*/
   }
   .offers h1{
      margin-bottom: 40px;
   }
   
   .offers h1{
      margin-right: auto;
      margin-left: inherit;
   }
   footer .social-icons li{
      display: inline-block;
      float: none;
      padding: 0px 10px;
   }
   
   footer .social-icons{
      text-align: center;
   }
   .section4bg{
      padding-top: 60px;
   }
   .section4bg h2{
      margin-bottom: 60px;
   }
   .section4bg .view-all{
      margin-bottom: 20px;
   }
   .about-us h2::before, .roasting-wrap .process h2::before, .roasting-wrap .process::before{
      display: none;
   }
   .roasting-wrap .container-fluid{
      padding-left: 0px;
   }
   /*.roasting-wrap .process, .roasting-wrap .green-box {
      min-height: auto;
   }*/
   .roasting-wrap .process-text, .roasting-wrap .green-text{
      width: 100%;
   }
   .burns_coffee, .burns_coffee .burns_cofe span::after, .burns_coffee::after, .leads_burns::after, .leads_burns h2::before, .value-wrap .value-back::after,
   body.arb .burns_coffee{
      background: none;
      content: none;
   }
   .value-wrap::before, .roasting-wrap::before{
      width: 100%;
   }
   .about-us, .burns_coffee, .search-bar{
      padding: 60px 0px;
   }
   .images-sect{
      padding-bottom: 0px;
   }
   .about-company .about-text{
      margin-bottom: 20px;
   }
   .stor_locater .form-control .fam_submit_btn{
      width: 175px;
   }
   .map-wrap .accord-sect{
      margin-top: 30px;
   }
   .tabs_content{
      padding-bottom: 0px;
   }
   .news_detail_1 .news_text{
      left: 40px;
      right: inherit;
   }
   body.arb .news_detail_1 .news_text{
      right: 40px;
      left: inherit;
   }
   
   .product-wrap .filter_detail{
      margin-top: 30px;
   }
   .product-wrap .mb-5{
      margin-bottom: 10px !important;
   }
   .product-wrap .mt-5{
      margin-top: 10px !important;
   }
   .career_wrap{
      padding: 25px 15px;
   }
   .nutration_bg::after{
      background: none;
   }
   .store_section4bg .stor_product_wrap{
      width: 100%;
      margin-top: 60px;
   }
   .footer .social-icons li {
      float: left;
      padding: 0px 10px;
  }
  .footer .site-map li a{
    padding: 0px 10px;
  }
  #section1, #section2, #section3 {
      padding: 60px 0px !important;
  }
  .sidepanel .sidepanel-inner .closebtn,{
    right: 30px;
  }
  body.arb .sidepanel .sidepanel-inner .closebtn{
    right: auto;
    left: 30px;
  }
  .product-wrap .calories_1,
  .product-wrap .filter_per .detail_per .shots {
      margin-top: 20px;
  }
  body.arb .stor_locater .search p,
  body.arb .search-bar .search-text p{
    text-align: right;
  }
  body.arb .offers h1{
    margin-left: auto;
    margin-right: inherit;
  }
  body.arb .roasting-wrap .container-fluid{
    padding-right: 0px;
  }
  .product-wrap .product_detail .carousel-indicators li{
    width: 12px;
    height: 12px;
    margin: 0 3px;
  }
  .custom-order-1{
    order: 1;
  }
  .custom-order-2{
    order: 2;
  }
  .footer .site-map li, .footer .social-icons li,
  footer .site-map li, footer .social-icons li{
   float: none !important;
   display: inline-block;
   }
   footer .site-map{
      margin: 20px 0px !important;
      text-align: center;
   }
   .footer .social-icons{
      float: none !important;
      text-align: center;
   }
   footer .copyright-text p{
      text-align: center !important;
   }
  .map-wrap .contact_branch .call.share {
    float: right;
  }
  body.arb .map-wrap .contact_branch .call.share{
    float: left;
  }
  .map-wrap .jssocials{
    text-align: right;
  }
  body.arb .map-wrap .jssocials{
    text-align: left;
  }
  /*body.arb .roasting-wrap .process, body.arb .roasting-wrap .green-box{
    min-height: auto;
  }*/
  .footer .site-map li,
   footer .site-map li{
      display: block;
      border-right: none;
      padding: 0px;
   }
   body.arb .footer .site-map li{
    border: none !important;
    padding-left: 0px;
   }
   .footer .copyright{
    margin-top: 0px;
   }
   .borderLeftRight{
    display: none !important;
   }
   
}
@media (min-width: 768px) {

   /* show 3 items */
   .section4bg .carousel-inner .active,
   .section4bg .carousel-inner .active + .carousel-item,
   .section4bg .carousel-inner .active + .carousel-item + .carousel-item,
   .section4bg .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item  {
       display: block;
   }
   
   .section4bg .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
   .section4bg .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
   .section4bg .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
   .section4bg .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
       transition: none;
   }
   
   .section4bg .carousel-inner .carousel-item-next,
   .section4bg .carousel-inner .carousel-item-prev {
     position: relative;
     transform: translate3d(0, 0, 0);
   }
   
   .section4bg .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
       position: absolute;
       top: 0;
       right: -25%;
       z-index: -1;
       display: block;
       visibility: visible;
   }
   
   /* left or forward direction */
   .section4bg .active.carousel-item-left + .carousel-item-next.carousel-item-left,
   .section4bg .carousel-item-next.carousel-item-left + .carousel-item,
   .section4bg .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
   .section4bg .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
   .section4bg .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
       position: relative;
       transform: translate3d(-100%, 0, 0);
       visibility: visible;
   }
   
   /* farthest right hidden item must be abso position for animations */
   .section4bg .carousel-inner .carousel-item-prev.carousel-item-right {
       position: absolute;
       top: 0;
       left: 0;
       z-index: -1;
       display: block;
       visibility: visible;
   }
   
   /* right or prev direction */
   .section4bg .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
   .section4bg .carousel-item-prev.carousel-item-right + .carousel-item,
   .section4bg .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
   .section4bg .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
   .section4bg .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
       position: relative;
       transform: translate3d(100%, 0, 0);
       visibility: visible;
       display: block;
       visibility: visible;
   }
   
}
   
@media screen and (max-width: 767px){
    
    .top-logo-nav li{
      margin-right: 0px;
    }
    .sm-float-right .dropdown-menu{
      left: 3px !important;
    }
    header .side-menu{
      width: 100%;
   }
   header .side-menu .sidebar_logo{
      text-align: center;
   }
   header .side-menu .sidebar_logo img{
    margin-left: 0px;
    max-width: 180px;
   }
   header ul li {
      margin-right: 30px;
      float: none;
      display: inline-block !important;
  }
  header .top-logo-nav{
    margin-top: 30px !important;
  }
  body.arb header .top-logo-nav{
    float: none !important;
    text-align: center !important;
    
  }
  body.arb header ul li{
    float: none !important;
    display: inline-block;
  }
  body.arb header .transparent-bg img{
    left: 30px;
    right: auto;
  }

  .offers h1{
     margin-right: auto;
     margin-left: inherit;
  }
  .pr-0, .pl-0{
     padding-left: 15px !important;
     padding-right: 15px !important;
  }
  header .top-logo-nav{
     float: none;
     text-align: center;
     margin-bottom: 30px !important;
  }
  header .transparent-bg img{
     position: absolute;
     top: 30px;
     right: 15px;
  }
  .search-bar .search-button{
     width: 36%;
  }
  .section4bg{
     padding-top: 60px;
  }
  .section4bg h2{
     margin-bottom: 60px;
  }
  .section4bg .view-all{
     margin-bottom: 20px;
  }
  
   .about-us{
      margin-top: 0px;
   }
   .bigning-wrap .bigning-text::before{
      background: none;
      content: none;
   }
   .bigning-wrap .bigning-text{
      margin-right: auto;
      margin-left: auto;
      text-align: center;
   }

   .bigning-wrap .bigning-sect-right{
      padding: 40px 15px;
   }
   .bigning-wrap .container-fluid{
      padding-right: 0px;
   }
   .bigning-wrap{
      overflow-x: hidden;
   }
   .value-wrap .value-back::after{
      right: 0px;
   }
   .value-wrap .container-fluid{
      padding-right: 0px;
   }
   .value-wrap .row{
      margin: 0px;
   }
   .value-wrap .row .padding-0{
      padding: 0px;
   }
   .form_wrap .col-lg-4.col-md-4.pr-0.align-right{
      order: -1;
      margin-bottom: 20px;
   }
   .form_wrap .career_form .form-control{
      width: 100%;
   }
   
   
   .section .slide-img{
      position: relative;
      left: inherit;
      bottom: inherit;
      width: 100px;
      margin: auto;
   }
  .value-wrap .value-back,
  .roasting-wrap .process,
  .roasting-wrap .green-box{
    padding: 30px 15px;
  }
  .burns_coffee .burns_cofe p,
  .burns_coffee .burns_cofe,
  .burns_coffee .burns_cofe h2,
  .bigning-wrap h2,
  .bigning-wrap .bigning-sect-right,
  .bigning-wrap .bigning-sect-right p,
  .value-wrap .value-text,
  .value-wrap h2,
  .value-wrap p,
  .roasting-wrap h2,
  .roasting-wrap p,
  .roasting-wrap .green-box h2,
  .roasting-wrap .green-box p,
  .footer .copyright-text p{
    text-align: center !important;
  }
  .footer .social-icons li a i{
    font-size: 16px;
  }
  header .order-now a{
    padding: 20px 0px;
    font-size: 18px;
    line-height: 18px;
  }
  header.green .order-now a{
    padding: 29px 0px;
  }
  
  .value-wrap{
    padding-bottom: 0px;
  }
  .roasting-wrap{
    padding-top: 0px;
  }
  
  .search-bar .search-field,
  .search-bar .search-button{
    height: 50px;
  }
  body.arb .offers h1{
    margin-right: inherit;
    margin-left: auto;
  }
  /*body.arb .offers .grey-box {
      padding: 70px 54px 70px 54px;
  }*/
  /*body.arb .offers .green-box{
    padding-left: 30px;
  }*/
  header.green .white_logo{
    display: none !important;
  }
  .form_wrap h3{
    margin-bottom: 10px;
  }
  .form_wrap .career_form .check{
    margin: 0px;
  }
  .form_wrap .career_form .check.start-point11{
    margin: 20px 0px;
  }
  .sm-bottom-0{
    margin-bottom: 0px !important;
  }
  .form_wrap h4{
    margin-right: 0px;
  }
  .form_wrap h4{
    font-size: 16px;
  }
  .burns_coffee .productions h3{
    margin-top: 15px;
  }
  .sidepanel .sidepanel-inner{
    width: 100% !important;
  }
  body.arb .value-wrap .container-fluid, body.arb .bigning-wrap .container-fluid{
    padding-left: 0px;
  }
  body.arb .bigning-wrap .bigning-text{
    margin-left: auto;
  }
  
  .skip-site{
    display: none;
  }

}
@media screen and (max-width: 575px){
   footer .visa .images,
   .footer .visa .images{
      padding-right: 0px;
   }
   footer .visa{
      border: none !important;
      margin-right: auto;
      margin-left: auto !important;
   }
   footer .contact-us{
      margin: auto;
      margin-top: 30px;
   }
   footer .contact-us p{
      margin-bottom: 0px;
   }
   .burns_coffee .productions p{
      margin-bottom: 0px;
   }
      .news_detail_1 .news_text p{
      margin-bottom: 0px;
      font-size: 18px;
   }
   .news_detail_1 .news_text, .news_detail_1 .right_content{
      padding: 0px 40px;
      width: 100%;
      left: 0px;
      bottom: 20px;
   }
   body.arb .news_detail_1 .news_text,
   body.arb .news_detail_1 .right_content{
    right: inherit;
  }
  .banner-content {
    padding: 20px;
  }
  
  header .side-menu .sidebar_green_box{
    padding: 30px 50px 30px;
  }
  #newsletter{
    display: inherit !important;
  }
  .search-bar .footer_search{
    width: 100%;
    margin-right: 0px;
  }
  .search-bar .search-button {
      margin-top: 20px;
      width: 100%;
  }
  .search-bar .search-text p{
      text-align: center;
   }
   body.arb .search-bar .search-text p{
      text-align: center;
   }
   .section4bg_section .d-flex.align-items-center{
      display: inline-block !important;  
   }
   .section4bg_section .d-flex.align-items-center span{
    display: block;
   }
   .map-wrap .contact_branch .call.share {
      float: left;
  }
  .map-wrap .jssocials{
    text-align: left;
  }

  body.arb .map-wrap .contact_branch .call.share {
      float: right;
  }
  body.arb .map-wrap .jssocials{
    text-align: right;
  }
  .Mylogobarns{
    justify-content: center;
    padding: 20px 0px;
  }
   
}
@media screen and (max-width: 480px){
   
   .readmore a{
     padding: 17px 40px;
  }
  header .order-now{
     display: block;
  }
  header .side-menu ul{
     text-align: left;
  }
  .search-bar .search-button{
     height: 50px !important;
  }
  .search-bar .search-field{
     height: 50px !important;
  }
  .serving-sect .banner-content h1, h2,
  .mycontent h3,
  .section4bg h2{
     font-size: 28px !important;
     line-height: 36px !important;
     margin-top: 0px;
  }
  .section .banner-content p{
    font-size: 20px !important;
  }
  .search-bar .search-field{
     width: 100%;
     margin-right: 0px;
  }
  
  .burns_coffee .burns_cofe h2 {
   font-size: 20px;
   }
   .leads_burns h2, .bigning-wrap h2, .about-us h2{
      font-size: 30px;
   }
   header .order-now{
      margin-bottom: 20px;
   }
   .form_wrap .career_form .form-control, .form_wrap .career_form .gender{
      width: 100%;
      margin-right: 0px;
   }
   
   header .top-logo-nav li{
      margin-right: 0px;
   }
   .career_wrap h2{
      font-size: 30px;
   }
   .tabs_content h2{
      font-size: 18px !important;
      line-height: 29px !important;
   }
   .news_detail_1 .news_text p{
      line-height: 16px;
      font-size: 16px;
   }
   .news_detail_1 .news_text span{
      margin-bottom: 0px;
   }
   .news_detail_1 .news_text, .news_detail_1 .right_content{
      padding: 0px 20px;
   }
   header .side-menu .btn-close{
      top: 5px;
      right: 5px;
   }
   body.arb header .side-menu .btn-close{
    left: 5px;
    right: inherit;
   }
   .product-wrap .nutration_detail .chose_prodtucts p{
      float: none;
      text-align: left;
      margin-top: 0px;
      margin-bottom: 10px;
   }
   .product-wrap .form-control{
      width: 200px;
   }
   header .side-menu .side-search{
    width: 240px !important;
   }
   .burns_bussines .readmore a {
      padding: 0 !important;
  }
  .sm-float-right{
    float: right;
   }
   body.arb .sm-float-right{
    float: left;
   }
   .sm-float-right .dropdown-menu{
    text-align: right;
    padding-right: 28px;
   }
   .product-wrap .filter_per_1 .total_per p span{
    margin-left: 20px;
    margin-right: 0px;
   }
   body.arb .product-wrap .filter_per_1 .total_per p span{
    margin-left: 0px;
    margin-right: 20px;
   }
   .product-wrap .filter_per .detail_per,
   body.arb .product-wrap .filter_per .detail_per{
    padding: 0px;
   }
   .tabs_content .tab_button li{
      display: block;
      margin: auto;
      margin-right: auto !important;
      margin-bottom: 20px;
   }
   #share{
    text-align: center;
   }
   body.arb .tabs_content .tab_button li:first-child{
    margin-left: auto;
   }
   body.arb .tabing_nav .tabs li{
    padding: 10px 10px;
   }
   header .side-menu .sidebar_green_box .social-icons li a i{
    font-size: 20px;
   }
   body.arb header .side-menu ul{
    text-align: right;
   }
   ul.VeryTopMenu_01 > li{
    margin-right: 10px;
   }
   body.arb header ul li{
    margin-left: 10px;
   }
}
@media screen and (max-width: 375px){
   
   .news_detail_1 .news_text p {
      font-size: 14px;
  }
  .news_detail_1 .news_text, .news_detail_1 .right_content{
     bottom: 10px;
  }
   body.arb .footer .site-map li{
    border-left: none;
   }
   

}




/* key frames */

@keyframes anim {
   0% {
     transform: translate(5px, 5px);
   }
   50% {
     transform: translate(-5px, -5px);
   }
   100% {
     transform: translate(5px, 5px);
   }
 }


/* Header icons and language dropdown color changes */
header.white .VeryTopMenu_01 li a {
    color: #b9b7b5 !important;
}

.cart-no {
    border: 2px solid #b9b7b5;
}

.VeryTopMenu_01 img {
    filter: contrast(0.5);
}

header .side-menu .sidebar_logo img {
    max-height: 100px;
    margin: auto;
}

.sidebar_logo {
    text-align: center;
}


