.no-scroll {
    overflow: hidden;
}
/*modal*/
.modal-vios {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    /* overflow: hidden; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal-vios.in .modal-dialog-vios {
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.modal-dialog-vios {
    width: 100%;
    margin: 30px auto;
    max-width: 620px;
    position: relative;
    width: auto;
}
.modal-dialog-vios .content-popup-vios {
    width: 100%;
    display: inline-block;
    position: relative;
    max-height: 90vh;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15), 0px 0px 20px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    padding: 30px 20px 30px 30px;
    height: 90vh;
    max-height: 672px;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
    display: block;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    display: none;
}
.content-popup-vios .title{
  text-align: right;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
  line-height: 54px;
  margin: 0 0 20px;
}
.content-popup-vios .photo{
  position: absolute;
  width: 270px;
  height: 176px;
  left: -28px;
  top: -14px;
}

.modal-vios .btn{
  margin: 20px auto;
}
.modal-vios .btn {
    margin: 20px auto;
    background: #ED1C24;
    padding: 10px 25px;
    color: #1A1A1A;
    font-weight: 700;
    font-size: 22px;
    line-height: 31px;
    text-align: center;
    border: none;
    outline: none;
    text-transform: uppercase;
    display: block;
    cursor: pointer;
    background: #FFBC01;
    border-radius: 30px;
}
.modal-vios .custom-input,
.modal-vios .custom-select{
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}
.modal-vios .custom-input input,
.modal-vios .custom-select select{
  width: 100%;
  height: 44px;
  border: 1px solid #E1E1E1;
  padding: 0 15px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  position: relative;
  z-index: 2;
  appearance: none;
  background: none;
}
.modal-vios .custom-input input:placeholder{
  color: #ABABAB;
}
.modal-vios .custom-select select *{
  color: #202020;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
.modal-vios .custom-select .icon-down-dir{
  position: absolute;
  color: #ABABAB;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  z-index: 1;
}
.modal-vios .custom-select .icon-down-dir::before{
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}

.modal-vios .txt{
  text-align: center;
  color: #202020;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
@media screen and (max-width: 1500px){
  .modal-dialog-vios .form{
    overflow-y: scroll;
    max-height: calc(100% - 128px);
    padding-right: 10px;
    height: 100%;
  }
  .modal-dialog-vios .form:hover{
    padding-right: 5px;
  }
  .modal-dialog-vios .form::-webkit-scrollbar{
    width: 5px;
    opacity: 0;
    display: none;
  }
  .modal-dialog-vios .form:hover::-webkit-scrollbar {
    opacity: 1;
    display: block;
  }

  /* Track */
  .modal-dialog-vios .form::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #f1f1f1;
  }

  /* Handle */
  .modal-dialog-vios .form::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #888;
  }
}
.modal-dialog-vios .custom-select:before {
    display:none;
}
.modal-dialog-vios .custom-select{
    border:none;
}
#bannerfooter .modal-dialog-vios .close {
    float: right;
    width: 40px;
    font-size: 30px;
    font-weight: 700;
    color: #888888;
    position: absolute;
    top: 0px;
    right: 10px;
    z-index: 1;
    background-color: transparent;
}

    #bannerfooter .modal-dialog-vios .close i:before {
        margin: 0;
        line-height: normal;
    }

#bannerfooter .modal-dialog-vios button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    border: 0;
}