h1, h2, h4, h3{
  font-family: myFirstFont; 
}

p, span, h5, h6, a, i{
  font-family: mySecondFont;
}

@font-face {
  font-family: NotoColorEmojiLimited;
  unicode-range: U+1F1E6-1F1FF;
  src: url(../googlefonts/noto-emoji/main/fonts/NotoColorEmoji.ttf);
}

.special_font_emoji{
  font-family: 'NotoColorEmojiLimited', -apple-system, BlinkMacSystemFont, 
  'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 
  'Segoe UI Emoji', 'Segoe UI Symbol';
}

a{
  color: #60b73d;
}

a:hover{
	outline: none;
	text-decoration: none;
  color: #083d18;
}

body, html {
	margin: 0;
	padding: 0;
	overflow-y: auto;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body{
	position: relative;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999 !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #999 !important;
}

/***********Main SLider*****************/
.home_page_bann{  
  background-image: url(../images/main_slide-nature.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 80vh;
}

.section_slider_tpoic{
  color: #FFF;
  font-size: 36px;
  font-weight: bolder;
}

.section_tpoic_white_slider{
  color: #FFF;
  font-size: 32px;
  font-weight: lighter;
  text-align: center;
  font-family: mySpecialFont;
}

.section_sub_tpoic_white{
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
}

.read_more{
  font-size: 13px;
  color: #740f2f;
  background-color: #60b73d;
  padding: 8px 10px;
  transition: all 0.4s;
  border-radius: 5px;
}

.read_more:hover{
  font-size: 13px;
  color: #e5bc4c;
  background-color: rgba(255,255,255,0.5);
  padding: 8px 10px;
  transition: all 0.4s;
}

.read_more2{
  font-size: 13px;
  background-color: #60b73d;
  color: #FFF;
  padding: 4% 7%;
  border-radius: 20px;
  transition: all 0.4s;
}

.read_more2:hover{
  font-size: 13px;
  background-color: #e5bc4c;
  color: rgba(255,215,255,1);
  padding: 4% 7%;
  border-radius: 20px;
  transition: all 0.4s;
}

/*.laguage_bar{
  height: 25px;
  overflow: hidden;
}*/

/*************************MENU****************/
.main_logo{
  height: 60px !important;
}

.menu_items a{
  color: #333;
  font-family: myThirdFont;
  font-weight: bolder;
  letter-spacing: 1px;
  font-size: 14px;
  transition: all 0.4s;
}

.menu_items a:hover{
  color: #60b73d;
  font-family: myThirdFont;
  font-weight: bolder;
  font-size: 14px;
  letter-spacing: 1px;
  transition: all 0.4s;
}

.menu_items_act{
  color: #60b73d !important;
}

.jum_text a{
  color: #60b73d !important;
}

.top_icons_text{
  margin-top: -20px; 
}

.menu_bar{
  background-color: rgba(255,255,255,0.7);
  border-bottom: solid 5px #60b73d;
}

.top_icons_text a{
  color: #740f2f !important;
  font-weight: bolder;
  transition: all 0.4s;
}

.top_icons_text a:hover{
  color: #60b73d !important;
  font-weight: bolder;
  transition: all 0.4s;
}

.scocial_icons{
  color: #60b73d !important;
}

/*************MOB MENU******************/
.overlay {
    height: 0%;
    width: 30%;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background: transparent linear-gradient(120deg, #eeeeee 0%, #60b73d 100%) 0% 0% no-repeat padding-box;
    overflow-y: hidden;
  overflow-x: hidden;
    transition: 0.5s;
  border-left:solid 1px rgba(0,0,0,0.2);
  z-index:999999 !important;
}

.overlay-content {
    position: relative;
    left: 5%;
  top:0%;
    width: 100%;
    text-align:left;
    margin-top: 50px;
  z-index:999999 !important;
  background-color:transparent;
}

.nav_logo{
  width: 200px;
  margin-top: -50px;
}

.overlay a {
    padding: 8px;
  margin-bottom:2px;
    display: block;
  transition:all 0.4s;
  z-index:999999 !important;
  margin-top:5px !important;
  padding-top:5px;
  padding-bottom:5px;
  color: #333;
}

.overlay a:hover, .overlay a:focus {
    color: #FFF;
    opacity: 1;
  transition:all 0.4s;
  outline:none !important;
}

.overlay .closebtn {
    position: absolute;
    top: -10px;
    right: 45px;
    font-size: 40px !important;
  bottom:100px;
}

.menu_text_mob{
    text-decoration: none;
    font-size: 20px !important;
    color: #60b73d;
    transition: 0.3s;
    opacity: 0.7;
}

.menu_text_mob:hover{
    text-decoration: underline;
    font-size: 20px !important;
    color: #60b73d;
    transition: 0.3s;
  opacity: 1 !important;
}

.menu_text_act_mob{
  color: #EEE;
  opacity: 1;
}

.top_gap{
  padding-top:70px;
}

.menu_icon{
  z-index:99999 !important;
}

@media screen and (max-height: 800px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 16px;}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }

}

@media screen and (max-width: 1150px){
  .menu_icon{margin-top:3%; text-align:right;}  
  .overlay {overflow-y: auto; width: 100%;}
}

/****************ABOUT SEC************/
.about_sec{
  padding-top: 80px;
  background-image: url(https://nonineceylon.com/images/shop-bg-3.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-bottom: solid 5px rgba(255,215,0,1);
}

.section_tpoic{
  color: #083d18;
  font-size: 36px;
  font-weight: lighter;
  text-align: center;
  font-family: mySpecialFont;
}

.about_desc_box{
  padding: 20px;
  margin-top: 40px; 
}

.about_pic_box_cinamon{
  border-bottom-left-radius: 20%;
  border-bottom-right-radius: 5%;
  border-top-left-radius: 70%;
  border-top-right-radius: 10%;
  shape-padding: 10px;
  transition: all 4s ease;
}

.about_desc_box_moringa{
  border-bottom-right-radius: 20%;
  border-bottom-left-radius: 5%;
  border-top-right-radius: 70%;
  border-top-left-radius: 10%;
  shape-padding: 10px;
  transition: all 4s ease;
}

.rounded_box:hover>.about_desc_box_moringa{  
  shape-padding: 10px;
  transition: all 4s ease;
  animation: mymove2 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}

.rounded_box:hover>.about_pic_box_cinamon{  
  shape-padding: 10px;
  transition: all 4s ease;
  animation: mymove 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}

/*@keyframes mymove2 {
  0% {
    border-bottom-right-radius: 20%;
    border-bottom-left-radius: 5%;
    border-top-right-radius: 70%;
    border-top-left-radius: 10%;
  }
  25% {
    border-bottom-left-radius: 35%;
    border-bottom-right-radius: 60%;
    border-top-left-radius: 50%;
    border-top-right-radius: 80%;
  }
  50% {
    border-bottom-left-radius: 45%;
    border-bottom-right-radius: 30%;
    border-top-left-radius: 40%;
    border-top-right-radius: 60%;
  }
  75% {
    border-bottom-left-radius: 35%;
    border-bottom-right-radius: 60%;
    border-top-left-radius: 50%;
    border-top-right-radius: 80%;
  }
  100% {
    border-bottom-right-radius: 20%;
    border-bottom-left-radius: 5%;
    border-top-right-radius: 70%;
    border-top-left-radius: 10%;
  }
}

@keyframes mymove {
  0% {
    border-bottom-left-radius: 20%;
    border-bottom-right-radius: 5%;
    border-top-left-radius: 70%;
    border-top-right-radius: 10%;
  }
  25% {
    border-bottom-left-radius: 35%;
    border-bottom-right-radius: 60%;
    border-top-left-radius: 50%;
    border-top-right-radius: 80%;
  }
  50% {
    border-bottom-left-radius: 45%;
    border-bottom-right-radius: 30%;
    border-top-left-radius: 40%;
    border-top-right-radius: 60%;
  }
  75% {
    border-bottom-left-radius: 35%;
    border-bottom-right-radius: 60%;
    border-top-left-radius: 50%;
    border-top-right-radius: 80%;
  }
  100% {
    border-bottom-left-radius: 20%;
    border-bottom-right-radius: 5%;
    border-top-left-radius: 70%;
    border-top-right-radius: 10%;
  }
}*/

.rounded_box{
  border-radius: 15px;
}

.section_sub_tpoic{
  font-size: 26px;
  font-weight: bolder;
  text-align: left;
  color: #083d18;
}

.para_titt{
  font-size: 18px;
  font-weight: bold;
  color: #777777;
}

.para_titt_2{
  font-size: 15px;
  font-weight: bold;
  color: #777777;
}

.gen_read_more{
  font-size: 13px;
  color: rgba(142,73,40,1);
  border: solid 1px rgba(142,73,40,1);
  background-color: rgba(142,73,40,0);
  padding: 8px 10px;
  transition: all 0.4s;
}

.gen_read_more:hover{
  font-size: 13px;
  color: #FFF;
  background-color: rgba(142,73,40,1);
  border: none;
  padding: 8px 10px;
  transition: all 0.4s;
}

.gen_para{
  text-align: left;
  color: #444;
  font-size: 13px;
}

/***************PRODUCTS SECTION***************/ 
.owl_item_img{
  animation: fadein ease 2s;
}

.pro_box{
  border: solid 1px rgba(0,0,0,0.1);
  padding: 2% 2%;
  transition: all 0.4s;
  background-color: transparent;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.pro_box:hover{
  border: solid 1px rgba(0,0,0,0.1);
  padding: 2% 2%;
  box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
}

.pro_box{
  animation: fadein ease 2s;
}

@keyframes fadein {
  from { opacity: 0.1}
  to   { opacity: 1}
}

.prod_price{
  color: #666;
  font-size: 12px;
  text-align: center;
}

.smallpricelab{
  font-size: 10px !important;
  margin-top: -15px;
}

.prod_price strike{
  color: #f07d00;
}

.pro_img{
  opacity: 1;
  transition: all 0.4s;
}

.pro_img:hover{
  opacity: 0.7;
  transition: all 0.4s;
}

.view_all{
  background-color: #60b73d;
  color: #FFF;
  padding: 4% 7%;
  border-radius: 20px;
  font-size: 10px;
  transition: all 0.4s;
}

.view_all:hover{
  background-color: #e5bc4c;
  color: #FFF;
  padding: 4% 7%;
  border-radius: 20px;
  font-size: 10px;
  transition: all 0.4s;
}

.discount_box{
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #f07d00;
  padding: 10px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: #FFF;
  text-align: center;
}

.book_name{
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
}

.book_name a{
  color: #333;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  line-height: -5px;
  display: block;
}

.prod_icons{
  font-size: 14px;
  transition: all 0.4s;
  color: #283b91 !important;
}

.action_btn_sec{
  background-color: transparent;
  transition: all 0.4s;
  margin-top: 17px;
}

.pro_box:hover .action_btn_sec{
  /*background-color: #60b73d;*/
  transition: all 0.4s;
}

.pro_box:hover .prod_icons i{
  color: #60b73d !important;
  transition: all 0.4s;
}

.pro_box:hover .prod_icons i:hover{
  color: #646464;
  transition: all 0.4s;
  cursor: pointer;
}

.prod_left_con{
  margin-left: -6%; 
}

.prod_right_con{
  margin-right: -6%;  
}

.prod_icon_arr{
  background-color: #000 !important;
  padding: 10px !important;
  border-radius: 50%;
  font-size: 12px;
}


/*****************SLICK***************/
.slick-prev:before {
  color: #60b73d !important;
  font-size: 30px;
}

.slick-next:before {
  color: #60b73d !important;
  font-size: 30px;
}

.slick-arrow{
  margin-top: 14px !important;
}

/***********************4 Boxes setcion******************/
.mid_banner_fix{
  background-image: url(https://nonineceylon.com/images/mid_banner.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-attachment: fixed;
  height: 100vh;
}

.banner_tpoic_white{
  color: #FFF;
  font-size: 46px;
  font-weight: lighter;
  text-align: center;
  font-family: mySpecialFont;
  margin-top: 20%;
}

.cinamon_desc_box{
  background-color: #e5bc4c;
  min-height: 570px;
  border-radius: 30px;
  color: #FFF;
}

.moringa_desc_box{
  min-height: 570px;
  background-color: #60b73d;
  border-radius: 30px;
  color: #FFF;
}

.social_desc_box{
  min-height: 570px;
  background-color: #760f2f;
  border-radius: 30px;
  color: #FFF;
}

.gen_para_white{
  color: #FFF;
  font-size: 17px;
  text-align: justify;
  text-justify: distribute;
  text-align-last: left;
}

.gen_para_white_2{
  color: #FFF;
  font-size: 15px;
  justify-content: center;
}

.two_boxes{
  background-image: url(https://nonineceylon.com/images/shop-bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.about_pic{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.box_img{
  width: 180px;
  background-color: #FFF;
  padding: 10px;
  border-radius: 50%;
}

.section_tpoic_white{
  color: #FFF;
  font-size: 22px;
  font-weight: lighter;
  text-align: center;
  font-family: mySpecialFont;
}

.section_tpoic_fot{
  color: #333;
  font-size: 21px;
  font-weight: lighter;
  text-align: center;
  font-family: mySpecialFont;
  margin-top: 30%;
}


/*****************TESTIMONIALS***************/
.last_boxes{
  background-image: url(https://nonineceylon.com/images/shop-bg-2.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.profile_pic{
  border-radius: 50%;
}

.testi_name{
  font-size: 14px;
  font-weight: bolder;
  color: #333;
}

.testi_para{
  font-size: 11px;
  text-align: center;
}

.testi_pos{
  color: #740f2f;
  font-size: 13px;
  font-weight: bold;
}


/**********************FOOTER*************/
.footer{
  background-color: #ededed;
  padding-top: 3%;
  padding-right: 100px;
  padding-left: 100px;
  background-image: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.s_icon{
  padding-top:5px;
  font-size: 16px !important;
  transition:all 0.4s;
  color: rgba(96,183,61,1) !important;
}

.s_icon:hover{;
  transition:all 0.4s;
  color: #c08064 !important;
  cursor:pointer;
}

.f_color{
  font-size: 12px;
}

.f_link{
  line-height: 16px;
}

.f_para{
  color: #777;
  font-size: 14px;
  margin-top: -10px;
}

.f_link a{
  font-size: 14px;
  color: #777;
  transition: all 0.4s;
}

.f_link a:hover{
  color: #c08064;
  transition: all 0.4s;
}

.footer_titt{
  color: rgba(96,183,61,1);
  margin-bottom: 20px;
  font-size: 16px;
  margin-top: 0px;
}

.foot_logo{
  width: 160px;
}

/***************POLICIES***************/
.gen_para_sub{
  font-size: 12px;
  color: #555;
  margin-left: 10px;
}

.bred_cumb{
  background-color: #f4f4f4;
}

/**************OTHER PAGES***********/
.other_page_bann{
  background-image: url(https://nonineceylon.com/images/other-pages.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 40vh;
}

.other_page_bann2{
  background-image: url(https://nonineceylon.com/images/other-pages.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 40vh;
}

.other_page_bann3{
  background-image: url(https://nonineceylon.com/images/moringa-ban.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 40vh;
}

.other_page_bann4{
  background-image: url(https://nonineceylon.com/images/cinnamon.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 40vh;
}

.other_page_bann5{
  background-image: url(https://nonineceylon.com/images/cinnamon-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 40vh;
}

.eartic_btn{
  font-size: 13px;
  color: #FFF;
  background-color: rgba(96,183,61,1);
  padding: 8px 10px;
  transition: all 0.4s;
  border-radius: 5px;
}

.eartic_btn:hover{  
  font-size: 13px;
  color: #FFF;
  background-color: #740f2f;
  padding: 8px 10px;
  transition: all 0.4s;
  border-radius: 5px;
}

.eartic_form{
  background-color: transparent;
  height: 80px;
  border: solid 1px rgba(0,0,0,0.1) !important;
  border-radius: 0;
}

.fancy_tpoic{
  color: #083d18;
  margin-top: 10%;
  text-shadow: 0px 3px 0px rgba(229,188,76,0.7);
  -webkit-text-shadow: 0px 3px 0px rgba(229,188,76,0.7);
  -moz-text-shadow: 0px 3px 0px rgba(229,188,76,0.7);
  font-size: 46px;
  font-weight: lighter;
  text-align: center;
  font-family: mySpecialFont;
}

/*********PRODUCT PAGE***************/
.search_drop_in_prod{
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border: solid 1px rgba(0,0,0,0.2);
  background-color: transparent !important;
  -moz-background-color: rgba(0,0,0,0) !important;
  -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    -webkit-appearance: none;
    background: url("https://nonineceylon.com/images/select-bg.png") no-repeat center right 8px #fff;
}

.search_drop_in_prod:focus{
  outline:none; !important;
    outline-width: 0 !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.search_drop_in_prod_two{
  border-radius: 50px;
  border: solid 1px rgba(0,0,0,0.2);
  background-color: transparent !important;
  -moz-background-color: rgba(0,0,0,0) !important;
  -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    -webkit-appearance: none;
    background: url("https://nonineceylon.com/images/select-bg.png") no-repeat center right 8px #fff;
}

.search_drop_in_prod_two:focus{
  outline:none; !important;
    outline-width: 0 !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.prod_filter_sec{
  border-bottom: solid 1px rgba(0,0,0,0.1);
  margin-bottom: 3%;
  padding-bottom: 3%;
}

.search_drop{
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border: solid 1px rgba(0,0,0,0.2);
  border-right: 0px;
  background-color: transparent !important;
  -moz-background-color: rgba(0,0,0,0) !important;
  -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    -webkit-appearance: none;
    background: url("https://nonineceylon.com/images/select-bg.png") no-repeat center right 8px #fff;
}

.search_drop:focus{
  outline:none; !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-right: 0px;
}

.search_midbar{
  border: solid 1px rgba(0,0,0,0.2);
}

.search_midbar:focus{
  outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: solid 1px rgba(0,0,0,0.2);
}

.search_midbar_new{
  border: solid 1px rgba(0,0,0,0.2);
}

.search_midbar_new:focus{
  outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: solid 1px rgba(0,0,0,0.2);
}

.search_lasticon{
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.search_lasticon_new{
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.prod_shop_sec{
  padding-bottom: 60px;
}

.prod_sec{
  padding-top: 40px;
   background-image: url(https://nonineceylon.com/images/shop-bg-3.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  padding-bottom: 40px;
}

/******************************PRODUCT DETAILS***************************/
.xzoom-thumbs{
  margin-top: 10px;
}

.prodetails_links{
  background-color: #ededed;
  padding: 2% 2%;
  margin-top: 0%;
  margin-bottom: 2%;
}

.pro_name{
  text-align: left;
  color: #333;
  font-size: 18px;
  font-weight: bolder;
  font-family: mySecondFont;
}

.stock{
  font-size: 12px;
  font-family: mySecondFont;
}

.addtocart{
  background-color: #4c1eda;
  color: #FFF;
  padding: 10px 10px;
  border-radius: 10px;
  font-size: 11px;
  transition: all 0.4s;
}

.addtocart:hover{
  background-color: #333;
  color: #EEE;
  padding: 10px 10px;
  border-radius: 10px;
  font-size: 11px;
  transition: all 0.4s;
}

.addtowish{
  background-color: #333;
  color: #FFF;
  padding: 10px 10px;
  border-radius: 10px;
  font-size: 11px;
  transition: all 0.4s;
}

.addtowish:hover{
  background-color: #4c1eda;
  color: #EEE;
  padding: 10px 10px;
  border-radius: 10px;
  font-size: 11px;
  transition: all 0.4s;
}

.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}

.discount{
  font-size: 12px;
  margin-top: -8px;
}

.order_btn{
  opacity: 1;
  transition: all 0.4s;
}

.order_btn:hover{
  opacity: 0.8;
  transition: all 0.4s;
}

.pro_des_tit_top{
   font-family: mySecondFont;
   font-size: 14px;
   font-weight: 400;
   margin-top: 0px;
}

.pro_des_tit{
   font-family: mySecondFont;
   font-size: 17px;
   font-weight: bold;
   margin-top: 20px;
}

.pro_details_con p{
  font-size: 14px;
  color: #333;
  text-align: justify;
}

.nutri_pic{
  height: 550px;
}

@media (max-width: 960px){
  .menu_bar{
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 0.9;
    z-index: 999 !important;
    display: none;
    visibility: hidden;
  }

  .footer{
    background-color: #ededed;
    padding-top: 3%;
    padding-right: 10px;
    padding-left: 10px;
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
  }

  .footer_titt{
    color: rgba(96,183,61,1);
    margin-bottom: 20px;
    font-size: 16px;
    margin-top: 20px;
  }

  .foot_logo{
    width: 220px;
  }

  .other_page_bann{
    background-image: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    height: auto;
  }

  .other_page_bann2{
    background-image: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    height: auto;
  }

  .other_page_bann3{
    background-image: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    height: auto;
  }

  .other_page_bann4{
    background-image: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    height: auto;
  }

  .other_page_bann5{
    background-image: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    height: auto;
  }

  .home_page_bann{
    background-color: none; 
    background-image: none;
    background-repeat: no-repeat;
    background-size: none;
    background-position: bottom;
    height: auto;
  }

  .section_tpoic_fot{
    color: #333;
    font-size: 13px;
    font-weight: lighter;
    text-align: center;
    font-family: mySpecialFont;
    margin-top: 20%;
  }

  .mobile_menu_bar{
    background-color: #EEE;
    min-height: 65px;
    z-index: 999999 !important;
  }

  .main_logo{
    height: 65px !important;
    padding-top: 5px;
  }

  .section_tpoic_white_slider{
    color: #FFF;
    font-size: 18px;
    font-weight: lighter;
    text-align: center;
    font-family: mySpecialFont;
    z-index: 999999 !important;
    position: absolute;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
    width: 300px; /* Need a specific value to work */
    margin-top: 40px;
  }

  .mob_bg_home{    
    margin-top: 0px;
    z-index: -1;
  }

  .section_sub_tpoic{
    font-size: 20px;
    font-weight: bolder;
  }

  .about_sec{
    padding-top: 20px;
    background-image: url(https://nonineceylon.com/images/shop-bg-3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-bottom: solid 5px rgba(255,215,0,1);
  }

  .about_desc_box{
    padding: 15px;
    margin-top: 10px; 
  }

  .about_pic{
    position: relative;
    top: 150px;
  }

  .gen_para_white{
    color: #FFF;
    font-size: 13px;
    text-align: justify;
    text-justify: distribute;
    text-align-last: left;
  }

  .cinamon_desc_box{
    background-color: #e5bc4c;
    min-height: 170px;
    border-radius: 30px;
    color: #FFF;
  }

  .moringa_desc_box{
    min-height: 170px;
    background-color: #60b73d;
    border-radius: 30px;
    color: #FFF;
  }

  .social_desc_box{
      min-height: 170px;
      background-color: #760f2f;
      border-radius: 30px;
      color: #FFF;
    }
}


.gtranslate_wrapper{
  width: 60px;
  height: 40px;
  display: block;
}

.whatsapp_icon i{
  color: #FFF;
  text-align: center;
  padding-top: 12px;
  font-size: 25px;
  display: block;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: rgba(64,195,81,1);
  width: 52px;
  height: 52px;
  z-index: 9;
  -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
  -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
  animation: zcwmini2 1.5s 0s ease-out infinite;
  position: fixed;
  bottom: 0;
  right: 0;
  margin-right: 20px;
  margin-bottom: 20px;
}


@-webkit-keyframes zcwmini2 {
  0%{box-shadow:0 0 8px 6px rgba(64,195,81,1),0 0 0 0 rgba(0,0,0,0),0 0 0 0 rgba(64,195,81,1)}
  10%{box-shadow:0 0 8px 6px ,0 0 12px 10px rgba(0,0,0,0),0 0 12px 14px}
  100%{box-shadow:0 0 8px 6px rgba(64,195,81,1),0 0 0 25px rgba(0,0,0,0),0 0 0 25px rgba(64,195,81,1)}
}

@-moz-keyframes zcwmini2 {
  0%{box-shadow:0 0 8px 6px rgba(64,195,81,1),0 0 0 0 rgba(0,0,0,0),0 0 0 0 rgba(64,195,81,1)}
  10%{box-shadow:0 0 8px 6px ,0 0 12px 10px rgba(0,0,0,0),0 0 12px 14px}
  100%{box-shadow:0 0 8px 6px rgba(64,195,81,1),0 0 0 25px rgba(0,0,0,0),0 0 0 25px rgba(64,195,81,1)}
}

@keyframes zcwmini2 {
  0%{box-shadow:0 0 8px 6px rgba(64,195,81,1),0 0 0 0 rgba(0,0,0,0),0 0 0 0 rgba(64,195,81,1)}
  10%{box-shadow:0 0 8px 6px ,0 0 12px 10px rgba(0,0,0,0),0 0 12px 14px}
  100%{box-shadow:0 0 8px 6px rgba(64,195,81,1),0 0 0 25px rgba(0,0,0,0),0 0 0 25px rgba(64,195,81,1)}
}

.sys_check_lbl{
  color: #777;
}