.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;
}
/* Food Cover Page Start */
/* .main-demo-hero2 {
    background-image: url('assets/images/customerimgs/crd2.jpg');
    background-size: cover;
    opacity: 0.75;
} */
.main-demo-hero2 {
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('assets/images/img/Home\ Page\ Images.jpg');
    background-size: cover;
}
@media (max-width: 900px){
    .main-demo-hero2 {
        position: relative;
        height: 100vh;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: url('assets/images/img/Home\ Page\ Images.jpg');
        background-size: cover;
        padding-left: 20px;
    }
}
/* .main-demo-hero2::before {    
      content: "";
      background-image: url('assets/images/Merchant/Group\ 9927.png');
      background-size: cover;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.75;
} */

h1 {
  position: relative;
}
.row-2{
    display: flex;
}
@media (max-width: 900px){
    .row-2{
        display: inline;
    }
}
.colu-1{
    flex: 4;
}
.colu-2{
    flex: auto;
}

.main-demo-div {
  padding: 40px 110px;
  padding-bottom: 0px;
  margin-bottom: 60px;
}
@media (max-width: 600px){
    .main-demo-div {
        padding: 14px 15px;
      }
}

.main-title {
    padding-top: 10%;
    color: #FFE300;
    font-weight: 400;
    font-size: 47px;
    line-height: normal;
    opacity: 1;
    text-transform: capitalize;
}
@media (max-width: 300px){
    .main-title {
        padding-top: 10%;
        color: #FFE300;
        font-weight: 400;
        font-size: 41px;
        line-height: normal;
        opacity: 1;
        text-transform: capitalize;
    }
}

@media screen and (min-width:991px) {
    .main-desc {
        padding-top: 5px;
        color: #FFFFFF;
        font-size: 28px;
        line-height: normal;
        opacity: 1;
        text-transform: capitalize;
        text-align: justify;
        margin-bottom: 40px;
    }
    .main-div-img {
        width: 100%;
        max-width: 450px;
        height: 440px;
        display: block;
        margin-right: auto;
        margin-left: auto;
        opacity: 1;
        border-radius: 50%;
    }  
   
    .free-demo-btn{
        border: none;
        font-size: 25px;
        padding: 15px 50px;
        background: #0186d2;
        color: white;
        border-radius: 30px;
        text-align: center;
        margin-bottom: 20px;
    }
    .free-demo-btn:hover{
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
    }
}
@media screen and (min-width: 590px) and (max-width: 990px){

.main-desc {
    padding-top: 30px;
    color: #FFFFFF;
    font-size: 28px;
    line-height: normal;
    opacity: 1;
    text-transform: capitalize;
    text-align: justify;
    margin-bottom: 40px;
}
   
.main-div-img {
    width: 84%;
    max-width: 440px;
    height: 380px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    opacity: 1;
    border-radius: 50%;
}


.free-demo-btn {
    border: none;
    font-size: 16px;
    padding: 15px 50px;
    background: #0186d2;
    color: white;
    border-radius: 30px;
    text-align: center;
    margin-bottom: 15px;
}
.free-demo-btn:hover{
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
        transform: translateY(-10px);
box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}
}
@media screen and (min-width: 399px) and (max-width: 589px){

    .main-desc {
        padding-top: 30px;
        color: #FFFFFF;
        font-size: 25px;
        line-height: normal;
        opacity: 1;
        text-transform: capitalize;
        text-align: justify;
        margin-bottom: 10px;
    }
       
    .main-div-img {
        width: 84%;
        max-width: 440px;
        height: 280px;
        display: block;
        margin-right: auto;
        margin-left: auto;
        opacity: 1;
        border-radius: 50%;
    }
    
    
    .free-demo-btn {
        border: none;
        font-size: 16px;
        padding: 15px 50px;
        background: #0186d2;
        color: white;
        border-radius: 30px;
        text-align: center;
        margin-bottom: 15px;
    }
    .free-demo-btn:hover{
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
    }
    }

@media screen and (min-width: 340px) and (max-width: 398px){
    .main-desc {
        padding-top: 30px;
        color: #FFFFFF;
        font-size: 21px;
        line-height: normal;
        opacity: 1;
        text-transform: capitalize;
        text-align: justify;
        margin-top: 30px;
    }
    .main-div-img {
        width: 100%;
        max-width: 450px;
        height: 240px;
        display: block;
        margin-right: auto;
        margin-left: auto;
        opacity: 1;        
        border-radius: 50%;
    }
    .free-demo-btn{
        border: none;
        font-size: 16px;
        padding: 10px 25px;
        background: #0186d2;
        color: white;
        border-radius: 30px;
        text-align: center;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 340px){
    .main-desc {
        padding-top: 30px;
        color: #FFFFFF;
        font-size: 21px;
        line-height: normal;
        opacity: 1;
        text-transform: capitalize;
        text-align: justify;
        margin-top: 30px;
    }
    .main-div-img {
        width: 100%;
        max-width: 450px;
        height: 240px;
        display: block;
        margin-right: auto;
        margin-left: auto;
        opacity: 1;        
        border-radius: 50%;
    }
    .free-demo-btn{
        border: none;
        font-size: 16px;
        padding: 10px 25px;
        background: #0186d2;
        color: white;
        border-radius: 30px;
        text-align: center;
        margin-bottom: 20px;
    }
}


.main-demo-hero3 {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
    
}

/* YB Info Styling */

.yb-div-img {
    width: 100%;
    max-width: 300px;
    height: 450px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.ybinfo-div {
    margin: 40px 110px
}
@media (max-width: 600px){
    .ybinfo-div {
        margin: 4px 10px;
        padding-left: 5px;
    }
}

.yb-img-title {
    text-align: center;
    /* font: normal normal 600 48px/55px Poppins; */
    letter-spacing: 0px;
    color: #3F1C72;
    opacity: 1;
    font-size: 46px;
    font-weight: normal;
}

.yb-title {
    padding-top: 30px;
    color: #353535;
    font-weight: 600;
    font-size: 26px;

}

.yb-desc {
    padding-top: 5px;
    color: #353535;
    font-size: 20px;
}


/* Get Rewarded */
.get-reward-div-partners {
    padding: 15px 15px;
    background: white;
   
}
.get-reward-div {
    padding: 40px 110px;
    background-image: url('assets/images/Merchant/Group\ 9917.png');
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 600px){
    .get-reward-div {
        padding: 4px 10px;
        background-image: url('assets/images/Merchant/Group\ 9917.png');
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.reward-title {
    padding-top: 30px;
    /* color: #353535; */
    font-weight: 600;
    font-size: 30px;
    padding-right: inherit;
    text-align: left;
    letter-spacing: 0px;
    color: #FFE300;
    opacity: 1;
    line-height: normal;
}

.reward-desc {
    padding-top: 5px;
    font-size: 20px;
    padding-right: inherit;
    text-align: left;
    letter-spacing: 0px;
    color: #EDEDED;
    opacity: 1;
}

.reward-btn-div {
    text-align: end;
    margin-right: 15px;
    padding-top: 40px;
}
.reward-btn-fea {
    background: #0186d2 0% 0% no-repeat padding-box;
    border: 1px solid #EDEDED;
    border-radius: 15px;
    padding: 8px 48px;
    text-align: center;
    /* font: normal normal medium 15px/23px Poppins; */
    letter-spacing: 0px;
    color: #EDEDED;
    opacity: 1;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
.reward-btn-fea: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 {
    background: #0186d2 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;
    margin-bottom: 10px;
}
.reward-btn:hover{
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
        transform: translateY(-10px);
box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}

/* your-buddy app blocl styling */
.tb-app-div {
    padding: 40px 110px
}
@media (max-width: 600px){
    .tb-app-div {
        padding: 4px 10px
    }
}
.app-div{
    margin-left: auto;
    padding-top: 40px;
}
@media (max-width: 600px){
    .app-div{
        /* margin-left: auto; */
        padding-top: 40px;
    }
}

.app-div-img {
    width: 100%;
    max-width: 400px;
    height: 430px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    border-radius: 20px;
}
.app-div-img-soon {
    width: 100%;
    max-width: 400px;
    height: 300px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    border-radius: 20px;
}


.app-title {
    padding-top: 30px;
    color: #3f1c72;
    font-weight: 600;
    font-size: 44px;
    letter-spacing: 0px;
    line-height: 1;
}
.app-title-soon {
    padding-top: 0px;
    color: #3f1c72;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 0px;
    line-height: 1;
}
.product-heading{
    padding-top: 30px;
    color: #3f1c72;
    font-weight: 600;
    font-size: 48px;
    letter-spacing: 0px;
    line-height: 1;
    text-align: center;
}
.app-desc {
    padding-top: 30px;
    color: #353535;
    font-size: 26px;
    padding-left: inherit;
    line-height: normal;
    margin-bottom: 30px;
}

.app-desc-p {
    padding-top: 15px;
    color: #353535;
    font-size: 20px;
    padding-left: inherit;
    line-height: normal;
    margin-bottom: 15px;
    text-align: justify;
}
.app-desc-p-soon {
    padding-top: 15px;
    color: #353535;
    font-size: 17px;
    padding-left: inherit;
    line-height: normal;
    margin-bottom: 15px;
    text-align: justify;
}
.app-play-s-img{
    width: 200px;
}
.app-ios-s-img{
    width: 200px;
}
/* Our Partners code start */
.row-flex{
    display: flex;
      flex-wrap: wrap;
      align-items: baseline;
      align-content: baseline;
      justify-self: center;
  }
  .store-div{
    display: flex;
    /* margin-bottom: 10px; */
    /* margin: 10px 18px; */
    margin-left: auto;
    margin-right: auto;
  }
  .store-div:hover{
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
        transform: translateY(-10px);
  box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
  }
  .store-div-left{
      flex: auto;
      text-align: center;
      /* box-shadow: 2px 2px 7px #bbb;
      padding: 10px 0px; */
      border-radius: 15px;
      margin-right: 10px;
  }
  .store-div-right{
      flex: auto;
      text-align: center;
      /* box-shadow: 2px 2px 7px #bbb;
      padding: 10px 0px; */
      border-radius: 15px;
      margin-right: 10px;
  }
  .store-div-right a:hover{
    text-decoration: none;
  }
  .store-div-left a:hover{
    text-decoration: none;
  }
  .storeimgwidth{
      width: 120px;
      height: 120px;
      border-radius: 12px;
      /* box-shadow: 2px 2px 7px #bbb;
      padding: 10px 10px; */   
  }
  .partners-title{
    color: #3F1C72;
    font-size: 34px;
    font-weight: 600;
    text-align: center;
    padding: 25px 10px;
  }
  .m-b-20{
    margin-bottom: 20px;
  }
/* Our Partners code end */

/* Marchant App Styling */
.mer-app-info-div {
    background: #EDEDED;
    padding: 40px 110px
}
@media (max-width: 600px){
    .mer-app-info-div {
        background: #EDEDED;
        padding: 4px 10px
    }
}

.mer-title {
    /* font: normal normal 600 48px/55px Poppins; */
    letter-spacing: 0px;
    color: #3F1C72;
    opacity: 1;
    font-size: 44px;
    font-weight: 600;
}

.img-src-1 {
    width: 100%;
    max-width: 250px;
    height: 360px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.src-1-title {
    text-align: center;
    /* font: normal normal 600 26px/55px Poppins; */
    letter-spacing: 0px;
    color: #353535;
    opacity: 1;
    font-size: 26px;
    font-weight: 600;
}

.src-1-desc {
    text-align: center;
    /* font: normal normal normal 20px/26px Poppins; */
    letter-spacing: 0px;
    color: #353535;
    opacity: 1;
    font-size: 17px;
    font-weight: normal;
}

/* QR Info Styling */

.qr-div-img {
    width: 100%;
    max-width: 400px;
    height: 370px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.qrinfo-div {
    padding: 40px 110px;
    background: #f7f7f7;
}
@media (max-width: 600px){
    .qrinfo-div {
        padding: 5px 10px;
    }
}

.qr-title {
    padding-top: 30px;
    color: #353535;
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
}

.qr-desc {
    padding-top: 5px;
    color: #353535;
    font-size: 20px;
}

/* Merchant Registration styling */
.mer-reg-div {
    background: #EDEDED;
    padding: 40px 110px
}
@media (max-width: 600px){
    .mer-reg-div {
        background: #EDEDED;
        padding: 10px;
    }
}

.mer-reg-title {
    text-align: center;
    /* font: normal normal 600 38px/55px Poppins; */
    letter-spacing: 0px;
    color: #3F1C72;
    opacity: 1;
    font-size: 40px;
    font-weight: 600;
    padding-bottom: 20px;
}

.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: 85%;
    line-height: 3;
    margin-bottom: 18px;
    outline: none;
    padding: inherit;
    font-size: 12px;
    font-weight: normal;

}
.text-input-box-2 {
    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: 85%;
    line-height: 4;
    outline: none;
    padding: inherit;
    font-size: 12px;
    font-weight: normal;

}


.reg-sub-btn {
    background: #572D86 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 15px;
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    padding: 3px 45px;
    font-size: 14px;
    border: none;
    height: 40px;
}
/* Questions Block styling */
.Question-Div{
    padding: 40px 110px;
    background: #eeeeee;
}
@media (max-width: 600px){
    .Question-Div{
        padding: 5px 15px;
        background: #eeeeee;
    }
}
.ques-title{
    text-align: left;
    letter-spacing: NaNpx;
    opacity: 1;
    margin-bottom: 30px;
}
.ques-title-1{
    text-align: left;
    letter-spacing: 0px;
    color: #3F1C72;
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
}
.ques-title-2{
    text-align: left;
    letter-spacing: 0px;
    color: #666666;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
}
/* FAQ Questions Box styling Start*/

.faq-accordion {
    margin: auto;
    width: 100%;
  }
  .faq-accordion input {
    display: none;
  }
  .faq-box {
    position: relative;
    background: white;
      height: 64px;
      transition: all .15s ease-in-out;
  }
  .faq-box:hover{
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
        transform: translateY(-10px);
box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
  }
  .faq-box::before {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      pointer-events: none;
      box-shadow: 0 -1px 0 #e5e5e5,0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
  }
 
  .box-title {
    width: calc(100% - 40px);
    height: 64px;
    line-height: normal;
    padding: 0 20px;
    padding-top: 8px;
    display: inline-block;
    cursor: pointer;
    -webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
  }
  .box-content {
    width: calc(100% - 40px);
    padding: 30px 20px;
    font-size: 11pt;
    color: rgba(0,0,0,.54);
    display: none;
  }
  .box-close {
    position: absolute;
    height: 64px;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
  }
  input:checked + .faq-box {
    height: auto;
    margin: 16px 0;
      box-shadow: 0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32);
  }
  input:checked + .faq-box .box-title {
    border-bottom: 1px solid rgba(0,0,0,.18);
  }
  input:checked + .faq-box .box-content,
  input:checked + .faq-box .box-close {
    display: inline-block;
  }
  .arrows section .box-title {
    padding-left: 44px;
    width: calc(100% - 64px);
  }
  .arrows section .box-title:before {
    position: absolute;
    display: block;
    content: '\203a';
    font-size: 18pt;
    left: 20px;
    top: -2px;
    transition: transform .15s ease-in-out;
    color: rgba(0,0,0,.54);
  }
  input:checked + section.faq-box .box-title:before {
    transform: rotate(90deg);
  }

/* FAQ Questions Box 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;
}
.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);
  }
.vertical-align-demo{
    height: 190px;
      vertical-align: middle;
      display: flex;
      align-items: center;
      justify-content: center;
  }
/* Visual Effects-Slide in text and images on Scroll code start */
.textinfo{
    opacity: 1;
    transform: translateX(0px);
}
.imagediv{
    opacity: 1;
    transform: translateX(0px);
    
}
.push-left{
    opacity: 0;
    transform: translateX(50px);
}
.push-right{
    opacity: 0;
    transform: translateX(-50px);
}
.visible{
    opacity: 1;
    transform: translateX(0px);
}

/* 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 */