@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;
}


.features-div-img {
height: 400px;
width: 100%;
border-radius: 20px;
}
.product-title{
  font-size: 20px;
  color: #610a89;
  font-weight: 600;
  background: aliceblue;
  padding: 10px 35px;
  border-radius: 5px;
  border: 1px solid;
}
.sub-title-product{
  font-size: 15px;
  color: #610a89;
  font-weight: 600;
  border-radius: 5px;
}

/* 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 */