@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;
}
/* contact page styling start */
.contact-page-title {
    position: relative;
    padding: 115px 0px 190px;
    background-size: cover;
    background-position: center center;
  }
  
  .contact-page-title h1 {
    position: relative;
    color: #ffffff;
    line-height: 1.1em;
    font-weight: 700;
    font-size: 60px;
  }
  .auto-container {
    position: static;
    max-width: 1210px;
    padding: 0px 20px;
    margin: 0 auto;
  }
  
/*** 

====================================================================
	Contact Page Section
====================================================================

***/
.contact-page-section {
    position: relative;
    padding: 0px 0px 70px;
  }
  
  .contact-page-section .form-column {
    position: relative;
    margin-bottom: 40px;
  }
  
  .contact-page-section .form-column .inner-column {
    position: relative;
    margin-top: -100px;
    padding: 80px 50px 75px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.18);
            box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.18);
  }
  .contact-page-section .form-column .inner-column-2 {
    position: relative;
    margin-top: -100px;
    padding: 80px 50px 75px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.18);
            box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.18);
  }
  @-webkit-keyframes fadeInLeft-1 {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  @keyframes fadeInLeft-1 {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  .fadeInLeft-1 {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
  
  @-webkit-keyframes fadeInRight-1 {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  @keyframes fadeInRight-1 {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  .fadeInRight-1 {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
  .contact-page-section .form-column .title-box {
    position: relative;
    margin-bottom: 40px;
  }
  
  .contact-page-section .form-column .title-box h3 {
    position: relative;
    color: #242424;
    font-weight: 700;
    line-height: 1.3em;
    font-family: "Poppins", sans-serif;
  }
  
  .contact-page-section .form-column .title-box .text {
    position: relative;
    color: #797979;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7em;
    margin-top: 15px;
    font-family: "Open Sans", sans-serif;
  }
  
  .contact-form .form-group {
    position: relative;
    margin-bottom: 30px;
  }
  
  .contact-form .form-group:last-child {
    margin-bottom: 0px;
  }
  
  .contact-form .form-group input[type="text"],
  .contact-form .form-group input[type="email"],
  .contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 15px 25px;
    color: #000000;
    height: 50px;
    font-size: 15px;
    background: #f6f7fc;
    font-weight: 400;
    border-radius: 0px;
    border: 1px solid #eeeff5;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: "Open Sans", sans-serif;
  }
  
  .contact-form .form-group input::-webkit-input-placeholder,
  .contact-form .form-group textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
  }
  
  .contact-form .form-group input[type="text"]:focus,
  .contact-form .form-group input[type="email"]:focus,
  .contact-form .form-group textarea:focus {
    border-color: #a41a13;
  }
  
  .contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 15px 25px;
    color: #000000;
    height: 110px;
    resize: none;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0px;
    background: #f6f7fc;
    border: 1px solid #eeeff5;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .contact-form .form-group .theme-btn {
    cursor: pointer;
    border-radius: 5px;
  }
  
  .contact-form input.error,
  .contact-form select.error,
  .contact-form textarea.error {
    border-color: #ff0000 !important;
  }
  
  .contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 12px;
    color: #ff0000;
    font-weight: 500;
  }
  .inner-column:hover{
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
        transform: translateY(-10px);
box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
  }
  
  .contact-page-section .info-column {
    position: relative;
    margin-bottom: 40px;
  }
  
  .contact-page-section .info-column .inner-column {
    position: relative;
    padding-top: 100px;
    padding-left: 100px;
  }
  .contact-page-section .info-column .inner-column-2 {
    position: relative;
    padding-top: 100px;
    padding-left: 100px;
  }
  @media (max-width: 600px){
    .contact-page-section .info-column .inner-column {
      position: relative;
      padding-top: 10px;
      padding-left: 10px;
    }
    .contact-page-section .info-column .inner-column-2 {
      position: relative;
      padding-top: 10px;
      padding-left: 10px;
    }
}
  
  .contact-page-section .info-column h3 {
    position: relative;
    color: #242424;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-family: "Poppins", sans-serif;
  }
  
  .contact-page-section .info-column h3:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 50px;
    background-color: #242424;
  }
  
  .contact-page-section .info-column ul {
    position: relative;
  }
  
  .contact-page-section .info-column ul li {
    position: relative;
    color: #797979;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 20px;
    font-family: "Open Sans", sans-serif;
  }
  
  .contact-page-section .info-column ul li strong {
    position: relative;
    color: #242424;
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
  }
  
  .map-section iframe {
    height: 490px;
    width: 100%;
  }
  .btn-style-five {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    letter-spacing: 2px;
    padding: 12px 46px 12px;
    font-weight: 400;
    overflow: hidden;
    background: #8c54a0;
    border-radius: 8px;
    border: none;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}
/* contact 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 */