

.model_up_text{

    width: 5px;
    height: 50px;
    background-color: #4289ea;
}
.model_up_text_help{
    
    width: 5px;
    height: 50px;
    background-color: #eb8b54;
}

.model_up_text_02{
    padding-left: 27px;
    width: 500px;
    padding-top: 10px;
    font-size: 17px;
    font-weight: bolder;
}

.model_up_02{
    font-size: 10px;
    /* padding-left: 10px; */
    width: 418px;
    height: 82px;
    margin-left: 19px;
    margin-top: 19px;
}
.left{
    margin-top: 20px;
   margin-left: 19px
}
.textarea{
    margin-top: -26px;
    width: 329px;
    margin-left: 75px;
    height: 74px;

}
.form-control1 {
    /* display: block; */
    /* width: 100%; */
    color: #191964;
    padding: .195rem .75rem;
    /* font-size: 1rem; */
    /* line-height: 1.5; */
    /* color: #495057; */
    /* background-color: #fff; */
    /* background-clip: padding-box; */
    /* border: 1px solid #ced4da; */
    /* border-radius: .25rem; */
    /* transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; */
}
.order_help{
cursor: pointer;
   width: 500px;
   height: 50px;
   background-color: #eb8b54;
   border: none;
   text-align: center;
   color: white;
  
}

.order_model{
    cursor: pointer;
    width: 500px;
    height: 50px;
    background-color: #4289ea;
    border: none;
    text-align: center;
    color: white;
   
 }

.element{
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #727171;
    border-left: 20px solid transparent;

  }

.wrapper {
    left: 1332px;
    line-height: 40px;
    top: 63px;
    width: 80px;
    height: 40px;
    /*height: 86px;*/
    position: fixed;
    z-index: 1000000;
    margin: 20px auto;
    /*border: 2px solid #cccccc;*/
    background-color: white;
    text-align: center;

}





