html, body {
    background-color: #fff;
    color: #636b6f;
    font-family: 'Raleway', sans-serif!important;
    font-weight: 100;
    height: 100vh;
    margin: 0;
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}
.position-ref {
    position: relative;
}
.form-control {
    height:100%!important;
}
.addinput{
    border: 0px solid #ced4da!important;
}

.page li{
    
    font-size: 20px!important;
    padding-left: 5%!important;
}

.el-carousel__item h3 {
    color: #fff;
    font-size: 14px;
    opacity: 0.75;
    line-height: 300px;
    margin: 0;
  }
  
  .el-carousel__item:nth-child(2n) {
    background-color: #fff;
  }
  
  .el-carousel__item:nth-child(2n+1) {
    background-color: #fff;
  }

  .fixed-bottom{
    margin: 40px 15px;
    padding: 0px;
    position: fixed;
    z-index: 999999999;
    bottom: 24px;
    top: auto;
    max-height: 60px;
    max-width: 60px!important;
    background: none;
    display: block;
    right: 12px;
    left:unset!important;
}



