    
.banersection {
    max-width: 800px;
    margin: 60px auto 0px;
    overflow: hidden;
}
.banersection p {
  padding-top: 20px;
  color: #fff;
  font-weight: 500;
  font-size: 17px
}
.banersection .col-sm {
  position: relative;
}
.testIqmsg {
  position: fixed;
    width: 290px;
    left: -298px;
    transition: 1s;
    font-size: 16px;
    background: rgba(3, 55, 6, 0.83);
    padding: 6px 10px;
    border-radius: 0px 20px 20px 0px;
    bottom: 50px;
    z-index: 99999;
	box-shadow: 2px 0px 5px 1px rgba(0, 0, 0, 0.28);
}
.testIqmsg a {
  color: #fff;
  /*font-weight: 600;*/
  padding: 3px 0px;
  /*font-family: cursive;*/
}
.testIqmsg .close{
	opacity: 0.8;
}
.close {
    position: absolute;
    right: -11px;
    font-size: 12px;
    width: 12px;
    top: -5px;
}
.bigfont {
  font-size: 130%;
  position: relative;
    top: 2px;
}
.a-green-clr {
    color: #5e9e5e !important;
    margin-left: 6px;
    font-weight: 600;
}
/*================== Inner Pages ==================*/
.innerbanner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 300px;
  padding: 180px 30px 100px;
  position: relative;
}
.innerbanner h1 {
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  font-weight: 700;
  position: relative;z-index: 9;
}
.innerbanner h1 span.red {
  color: #B21116;
  position: relative;
  padding: 15px;
}
.innerbanner h1 span.red:after {
  position: absolute;
    content: '';
    height: 41px;
    width: 41px;
    background: #FFF5DE;
    z-index: -1;
        left: 8px;
    top: 17px;
}
.sm100w {
  width: 100%;
}
.innerbanner:before {
  top: 0;
  left: 0px;  
  position: absolute;
  height: 100%;
  width: 100%;
  content: '';
  background: rgba(0,0,0,0.4);
}
.innerbanner:after {
  top: 0;
  left: 0px;  
  position: absolute;
  height: 100%;
  width: 100%;
  content: '';
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 1%, rgba(0,0,0,0) 44%, rgba(0,0,0,0) 95%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 1%,rgba(0,0,0,0) 44%,rgba(0,0,0,0) 95%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 1%,rgba(0,0,0,0) 44%,rgba(0,0,0,0) 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

}
.q-links li, .share-icons li {display: inline-block; padding: 0px;}
.share-icons li a{color:#1b2a06;}

.social_links li a {
  border: solid 1px #427000;
    border-radius: 5px;
    margin-right: 5px;
    float: left;
    width: 32px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
}
.all-div{display: flex; justify-content: center;flex-direction: column;    min-height: 180px;}
.custom-bdr{box-shadow: 1px 3px 10px #00000029; border:solid 1px #f2f2f2; border-radius: 5px}
.tv-inner iframe{width: 100%}
.something {   margin: 0 auto;  overflow: hidden;  position: relative;}

.arrow-right {  background-color: #FFCC00;  height: 50px;    left: -86px;    position: absolute;    top: 43px;    width: 306px;  
  -webkit-transform: rotate(-45deg);  text-align: center;  padding-top: 12px;}
 

.arrow-right span {  color: #000;   font-size: 16px;  font-weight: 700}
.green-text{color: #5E9E5E;}
.font-bold{font-weight: 800;}
.min-100{min-height: 80px;}
.red-color{color: #E40000;}
.pos-abt{position: absolute; left: 45%; top: 40%;}
.white-t{background: #fff;    width: 26px;    height: 24px;    position: absolute;    
    z-index: 9;margin-left: 15px ;margin-top:15px;}
.z-9{z-index: 99; position: absolute;}
.hero__close {
    position: absolute;
    z-index: 15;
    right: 0;
    bottom: 100%;
    width: 23px;
    height: 50px;
    text-indent: -9999em;
}
.hero__close:before, .hero__close:after {
    content: '';
    position: absolute;
    width: 30px;
    top: 50%;
    left: 50%;
    height: 2px;
    margin-left: -15px;
    background: #fff;
    transform: rotate(45deg);
}
.hero__close:after {
    transform: rotate(-45deg);
}
.modal-content{margin: auto !important;}
.modal-dialog{margin:5% auto !important;}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #5E9E5E;
    border-color: #5E9E5E;
    border-radius: 5px 0px 0px 5px;
}
.page-link:hover {
    z-index: 2;
    color: #333333;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-link{color: #333333;border: 1px solid #A1A1A1}
.pagination {
   justify-content: center;
}
.bder{border: solid 1px #BEBEBE; border-radius: 20px; box-shadow: 2px 2px 2px #0700C929  }
.scrollbar
{
  
  height: 150px;
  width: auto; 
  overflow-y: scroll; 
}
.min-hgt{height: 320px}
.force-overflow
{
  min-height: 200px;
}
.scrollbar-black::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);

border-radius: 10px; }

.scrollbar-black::-webkit-scrollbar {
width: 5px;
 }

.scrollbar-black::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #000; }
.btn-green{background: #5E9E5E}
.image-genarate .modal-header{border-radius: 30px 30px 0 0;background: #99C75B}
.image-genarate .modal-content{border-radius: 30px 30px 10px 10px;}

@media (min-width: 576px){
.tv-inner .modal-dialog {
     max-width: 60%;
    margin: 1.75rem auto;
}
.cut{background: none !important; border: none !important;}

}
@media(min-width: 768px){
  .bdr-right{border-right: solid 1px #FFFFFF}
  }
@media(max-width: 767px){
  .bdr-right{border-bottom:  solid 1px #FFFFFF}
}
footer ul li{list-style: none !important;}
#text{
display:none;
}
.custom-breadcrumbs{position: absolute;    bottom: 15px;}
.add-receipe .form-control{border-color: #99C75B; }
/*receipes form css*/
    
    .minus, .plus{
      width:20px;
      line-height: 35px;
      display: inline-block;
      font-size: 30px;
      text-align: center;cursor: pointer;
    }
    .serve input{
      height:  30px;
      width: 50px;
      text-align: center;
      font-size: 18px;
      border:1px solid #99C75B; 
      display: inline-block;   line-height: 0px;
          border-radius: .25rem;
      }
.wd_50{    height:  30px; width: 50px; border:1px solid #99C75B;  border-radius: .25rem;margin-right: 5px; text-align: center;}
textarea{resize: none;}
 
.uploader label {
  float: left;
  clear: both;
  width: 100%;
  padding: 2rem 1.5rem;
  text-align: center;
  background: #fff;
  border-radius: 7px;
  border: 1px dashed #ccc;
  transition: all .2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.uploader label:hover {
  border-color: #99C75B;
}
    
.uploader #response {
  float: left;
  clear: both;
  width: 100%;
}
.uploader #response.hidden {
  display: none;
}
.uploader #response #messages {
  margin-bottom: .5rem;
}
.uploader #file-image {
  display: inline;
  margin: 0 auto .5rem auto;
  width: auto;
  height: auto;
  max-width: 180px;
}
.uploader #file-image.hidden {
  display: none;
}
.uploader #notimage {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}
.uploader #notimage.hidden {
  display: none;
}
.uploader progress,
.uploader .progress {
  display: inline;
  clear: both;
  margin: 0 auto;
  width: 100%;
  max-width: 180px;
  height: 8px;
  border: 0;
  border-radius: 4px;
  background-color: #eee;
  overflow: hidden;
}
.uploader .progress[value]::-webkit-progress-bar {
  border-radius: 4px;
  background-color: #eee;
}
.uploader .progress[value]::-webkit-progress-value {
  background: linear-gradient(to right, #393f90 0%, #454cad 50%);
  border-radius: 4px;
}
.uploader .progress[value]::-moz-progress-bar {
  background: linear-gradient(to right, #393f90 0%, #454cad 50%);
  border-radius: 4px;
}
.uploader input[type="file"] {
  display: none;
}
.uploader div {
  margin: 0 0 .5rem 0;
  color: #5f6982;
}
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 

