@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}

.container {
    width: 100%;
  }
  
  .yb-logo-1 {
    width: auto;
    height: 400px;
    padding-left: 30%;
  }
  .social-img{
    list-style: none;
    width: 30%;
  }
  .social-img ul li{
    display: inline-block;
    padding: 15px;
  }
  .social-img ul{
    float: right;
  }
  .dis-webkit-box{
    display: -webkit-box;
  }
  @media (max-width: 1122px) {
    .dis-webkit-box{
        display: block;
    }  
  }
  .container-nav{
    margin-right: 30px;
    margin-left: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .social-float{
    float: left;
    width: 40%;
  }
  @media (min-width: 900px) {
    .social-float{
        float: right;
        width: 40%;
    }
  }
  .social-float li{
    float: left;
  }
  .ma-pa{
    padding: 10px;
    margin-right: 0px;
  }
  @media  (min-width: 1380px){
    .ma-pa{
        padding: 10px;
        margin-right: 80px;
      }
  }
  /* .m-200{
    margin-left: 200px;
  }
  @media  (min-width: 900px){
    .m-200{
        margin-left: 0px;
      }
  } */
  .fb-img{
    width: 30px;
  }

/* About Us Block Styling */
.aboutus-block-div{
    padding: 20px 116px;
   
}
@media (max-width: 600px){
    .aboutus-block-div{
        padding: 5px 10px;
    }
}
/* .block-title-flex{
display: flex;
} */
.block-title{
    background: #FFFDE6 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 15px;
    margin-top: 120px;
    color: black;
    font-size: 22px;
    font-weight: 600;
}


/* Food Event Styling */
.food-event-div {
    padding: 0px 110px 40px;
}
@media (max-width: 600px){
    .food-event-div {
        padding: 0px 10px 15px;
    }
}
.event-div-img {
    width: 100%;
    max-width: 350px;
    height: 350px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    border-radius: 20px;
}

.event-title {
    padding-top: 30px;
    color: #353535;
    font-weight: 600;
    font-size: 30px;
    padding-left: inherit;
    line-height: 1;
}

.event-desc {
    padding-top: 5px;
    color: #353535;
    font-size: 20px;
    padding-left: inherit;
    text-align: justify;
}

.events-btn {
    background: #FFFDE6 0% 0% no-repeat padding-box;
    border: 1px solid #3F1C72;
    border-radius: 15px;
    opacity: 1;
    padding: 8px 30px;
    margin-left: 15px;
}

/* Get Rewarded */
.get-reward-div {
    background:url('assets/images/CUSTOMER/Group\ 9917.png') 0% 0% no-repeat padding-box;
    background-size: cover;
    padding: 40px 110px;
}
@media (max-width: 600px){
    .get-reward-div {
        background:url('assets/images/CUSTOMER/Group\ 9917.png') 0% 0% no-repeat padding-box;
        background-size: cover;
        padding: 5px 10px;
    }
}

.reward-div-img {
    width: 300px;
    height: 300px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.reward-title {
    padding-top: 30px;
    font-weight: 600;
    font-size: 30px;
    padding-right: inherit;
    text-align: right;
    letter-spacing: 0px;
    color: #FFE300;
    opacity: 1;
    line-height: 1;
}

.reward-desc {
    padding-top: 5px;
    font-size: 20px;
    padding-right: inherit;
    text-align: right;
    letter-spacing: 0px;
    color: #EDEDED;
    opacity: 1;
}
.reward-btn-div{
    text-align: end;
    margin-right: 15px;
    padding-top: 40px;
}

.reward-btn {
    background: #000000 0% 0% no-repeat padding-box;
    border: 1px solid #EDEDED;
    border-radius: 15px;
    padding: 8px 30px;
    text-align: center;
    /* font: normal normal medium 15px/23px Poppins; */
    letter-spacing: 0px;
    color: #EDEDED;
    opacity: 1;
    font-size: 15px;
    font-weight: 500;
}
/* your-buddy app blocl styling */
.tb-app-div {
    padding: 40px 110px;
    padding-top: 0px;
}
@media (max-width: 600px){
    .tb-app-div {
        padding: 5px 10px
    }
}

.app-div-img {
    width: 300px;
    height: 300px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.app-title {
    padding-top: 30px;
    color: #353535;
    font-weight: 600;
    font-size: 30px;
    padding-left: inherit;
    letter-spacing: 0px;
    line-height: 1;
}

.app-desc {
    padding-top: 5px;
    color: #353535;
    font-size: 20px;
    padding-left: inherit;
}
.app-play-s-img{
    width: 200px;
    padding: 10px;
}
.app-ios-s-img{
    width: 200px;
    padding: 10px;
}

/* Team page styling start */

.auto-container {
    position: static;
    max-width: 1210px;
    padding: 0px 20px;
    margin: 0 auto;
}
/*Social Icon One*/
.social-icon-one {
    position: relative;
  }
  
  .social-icon-one li {
    position: relative;
    margin: 0px 6px;
    display: inline-block;
  }
  
  .social-icon-one li a {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .social-icon-one li a:hover {
    color: #a41a13;
  }
/*** 

====================================================================
	Chefs Section
====================================================================

***/
.chefs-section {
    position: relative;
    padding: 0px 0px 100px;
  }
  
  .chefs-section .title-box {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
  }
  
  .chefs-section .title-box h2 {
    position: relative;
    color: #242424;
    font-size: 36px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
  }
  
  .chefs-section .title-box .text {
    position: relative;
    color: #797979;
    font-size: 16px;
    margin-top: 15px;
    line-height: 1.8em;
  }
  
  /* Chef Member */
  .chef-member {
    position: relative;
    margin-bottom: 30px;
  }
  
  .chef-member .inner-box {
    position: relative;
    text-align: center;
  }
  
  .chef-member .inner-box .image-box {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 10%;
    overflow: hidden;
  }
  
  .chef-member .inner-box .image-box .image {
    position: relative;
    margin: 0px;
  }
  
  .chef-member .inner-box .image-box .overlay-box {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    border-radius: 50%;
    transition: -webkit-transform 0.4s ease;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  
  .chef-member .inner-box .image-box .overlay-box .inner {
    position: absolute;
    padding-top: 50%;
    text-align: center;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10%;
    overflow: hidden;
    background-color: rgba(255, 187, 44, 0.8);
  }
  
  .chef-member .inner-box .image-box img {
    width: 100%;
    display: block;
    border-radius: 10%;
  }
  
  .chef-member .inner-box .lower-content {
    position: relative;
    text-align: center;
    padding-top: 25px;
  }
  
  .chef-member .inner-box .lower-content h4 {
    position: relative;
    color: #333333;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: "Poppins", sans-serif;
  }
  
  .chef-member .inner-box .lower-content .designation {
    position: relative;
    color: #797979;
    font-size: 16px;
    margin-top: 6px;
  }
  
  .chef-member .inner-box:hover .image-box .overlay-box {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
  .chef-member .inner-box .image-box .overlay-box .inner {
    position: absolute;
    padding-top: 50%;
    text-align: center;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10%;
    overflow: hidden;
    background-color: rgba(44, 209, 255, 0.8);
}  


.manage-styling{
    flex: auto;
    text-align: center;
    background: #468ecb;
    color: #f5f5f5;
    font-weight: 600;
    padding: 15px;
  }
  .mange-div{
    background: white;
    box-shadow: 2px 2px 7px #bbb;
    margin: 0px;
    border-radius: 5px;
    margin-bottom: 5px;
  }
  .fadeinoutbtn{
    border: none;
    background: #468ecb;
    padding: 15px;
    outline: none;
    color: white;
  }
  .row-bg-color{
    padding-top: 15px;
    background: #dcedf9;
    margin: 0px;
  }
  .container-nav{
    margin-right: 30px;
    margin-left: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
/* Team page styling end */

/* Footer Div styling */
.section2{
    padding-top: 20px;
    padding-bottom: 20px;
}
.color-w{
    color: #FFFFFF;
}
.color-w a{
    color: #FFFFFF;
}
.color-w a:hover{
    color: rgb(55, 52, 241);
    text-decoration: none;
  }
.social-links-li{
    list-style: none;
    display: inline-flex;
}
.icon-div{
    padding: 5px 10px;
    background: #FFFFFF;
    border-radius: 16px;
}
.icon-div-2{
    padding: 5px 8px;
    background: #FFFFFF;
    border-radius: 16px;
}
.header-widget a{
    cursor: pointer;
}
.benefit-btn{
    color: white;
    background: #fb8922;
    border: none;
    border-radius: 8px;
    padding: 5px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.apply-btn{
    color: white;
    background: #fb8922;
    border: none;
    border-radius: 8px;
    padding: 5px 15px;
}
.reward-btn-demo {
    border: none;
    background: #fb8922;
    color: white;
    padding: 10px 15px;
    border-radius: 15px;
    font-size: 14px;
}
.vertical-align-demo{
  height: 190px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}
.apply-btn:hover{
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
      transform: translateY(-10px);
box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}
.reward-btn-demo:hover{
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
      transform: translateY(-10px);
box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}
.benefit-btn:hover{
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
      transform: translateY(-10px);
box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}

/* footer code end */

/* Free Demo Div Styling start */


@media screen and (max-width: 800px){
  .free-demo-div{
      position: fixed;
      top: 30px;
      left: 0;
      right: 0;
      bottom: 0;
      visibility: hidden;
      opacity: 1;
      z-index: 999999;
      padding: 20px;
      width: 85%;
      height: 95%;
      background: white;
      margin-left: auto;
      margin-right: auto;
      box-shadow: 2px 2px 7px #bbb;
      justify-content: center;
      align-items: center;
      border-radius: 40px;
      overflow: scroll;
     }
}
@media screen and (min-width: 801px){
  .free-demo-div{
      position: fixed;
      top: 30px;
      left: 0;
      right: 0;
      bottom: 0;
      visibility: hidden;
      opacity: 1;
      z-index: 999999;
      padding: 20px;
      width: 55%;
      height: 95%;
      background: white;
      margin-left: auto;
      margin-right: auto;
      box-shadow: 2px 2px 7px #bbb;
      justify-content: center;
      align-items: center;
      border-radius: 40px;
      overflow: scroll;
     }
}
 /* .free-demo-div:target{   
     visibility: visible;
     opacity: 1;
     z-index: 999999;
    }
  */
    /* Hide scrollbar for Chrome, Safari and Opera */
 .free-demo-div::-webkit-scrollbar {
     display: none;
 }
 
 /* Hide scrollbar for IE, Edge and Firefox */
 .free-demo-div {
   -ms-overflow-style: none;  /* IE and Edge */
   scrollbar-width: none;  /* Firefox */
 }
 .close-btn-div{
     text-align: end;
 }
 .close-btn{
     color: rgb(164, 164, 164);
     cursor: pointer;
 
 }
 .title-demo{
     font-size: 28px;
     font-weight: 600;
     color: #000000;
     margin: 0px;
 }
 .sub-title-demo{
     font-size: 18px;
     color: #9f9e9e;
 }
 .demo-input-name{
     text-align: left;
     letter-spacing: 0px;
     color: #353535;
     background: #FFFFFF 0% 0% no-repeat padding-box;
     border: 1px solid #ACACAC;
     border-radius: 4px;
     opacity: 1;
     width: 100%;
     margin-bottom: 18px;
     outline: none;
     padding: 10px;
     font-size: 12px;
     font-weight: normal;
 }
 .demo-input-no{
     text-align: left;
     letter-spacing: 0px;
     color: #353535;
     background: #FFFFFF 0% 0% no-repeat padding-box;
     border: 1px solid #ACACAC;
     border-radius: 4px;
     opacity: 1;
     width: 100%;
     margin-bottom: 18px;
     outline: none;
     padding: 10px;
     font-size: 12px;
     font-weight: normal;
 }
 .text-input-mail{
     text-align: left;
     letter-spacing: 0px;
     color: #353535;
     background: #FFFFFF 0% 0% no-repeat padding-box;
     border: 1px solid #ACACAC;
     border-radius: 4px;
     opacity: 1;
     width: 100%;
     margin-bottom: 18px;
     outline: none;
     padding: 10px;
     font-size: 12px;
     font-weight: normal;
 }
 .demo-text-input-box{
     text-align: left;
     font: normal normal normal 12px/55px Poppins;
     letter-spacing: 0px;
     color: #353535;
     background: #FFFFFF 0% 0% no-repeat padding-box;
     border: 1px solid #ACACAC;
     border-radius: 4px;
     opacity: 1;
     width: 100%;
     line-height: 2;
     outline: none;
     padding: 10px;
     font-size: 12px;
     font-weight: normal;
 }
 .flex-cotainer{
     display: flex;
     padding: 10px;
     background: aliceblue;
 }
 .request-btn{
     color: #fff;
     border: none;
     background: #0186d2;
     padding: 15px;
     border-radius: 25px;
     width: 50vw;
 }
 .category-title{
     color: #000000;
     font-weight: 600;
     font-size: 24px;
 }
 .checkbox-container{
     width: 100%;
     margin: 0 auto;
     display: flex;
     flex-wrap: wrap;
 }
 .checkbox-container div{
    margin: 10px;
 }
 .checkbox-container div label{
    cursor: pointer;
  }
 .checkbox-container div label input[type='checkbox']{
     display: none;
  }
 .checkbox-container div label span{
     border: 1px solid #000;
     border-radius: 15px;
     padding: 10px;
     position: relative;
     display: inline-block;
     user-select: none;
     overflow: hidden;
   }
   .checkbox-container div label span::before{
   content: '';
   position: absolute;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 50%;
   /* background-color: #7da6be; */
   }
 
   .checkbox-container div label input[type='checkbox']:checked ~span{
     /* background-color: #000000; */
     /* color: #4725d0;
     border: 1px solid #4725d0; */
     background: #0186d2;
     color: white;
     border: none;
 
   }
     /**
 * ==============================================
 * Dot Flashing
 * ==============================================
 */
.dot-flashing {
  visibility: hidden;
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  animation: dot-flashing 1s infinite linear alternate;
  animation-delay: 0.5s;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.dot-flashing::before, .dot-flashing::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
.dot-flashing::before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  animation: dot-flashing 1s infinite alternate;
  animation-delay: 0s;
}
.dot-flashing::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  animation: dot-flashing 1s infinite alternate;
  animation-delay: 1s;
}

@keyframes dot-flashing {
  0% {
    background-color: #9880ff;
  }
  50%, 100% {
    background-color: rgba(152, 128, 255, 0.2);
  }
}
 /* Free Demo Div Styling End */