



/*--------------------------------------------------dstyle---------*/


.wlserdown
{

}





.wlmodal-overlay * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
     
}
 
.wlmodal-overlay *:before,
.wlmodal-overlay *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
 
.wlmodal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    overflow: auto;
    z-index: 999;
    transition: .4s all;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}
 
.wlmodal-overlay_visible {
    opacity: 1;
    visibility: visible;
}
 
.wlmodal-table {
    display: table;
    width: 100%;
    height: 100%;
}
 
.wlmodal-table-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 15px;
}
 
.wlmodal {
    transition: .4s all;
    display: inline-block;
    padding: 18px 44px 20px 30px;
    max-width: 500px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, .25);
    color: #333;
    text-align: left;
    font-family: Arial;
    margin: 30px 0;
    transform: translate(0, 20%);
    position: relative;
    border-radius: 4px 6px 4px 4px;
    cursor: auto;
    font-size: 16px;
}
 
.wlmodal-overlay_visible .wlmodal {
    transform: translate(0);
}
 
.wlmodal__header {
    font-size: 22px;
    font-weight: 400;
    padding: 0 0 30px 0;
}
 
.wlmodal__close {
    position: absolute;
    right: 10px;
    top: 0;
    background: var(--or);
    width: 25px;
    height: 25px;
    border-radius: 0 0 4px 4px;
    transition: .4s all;
}
 
.wlmodal__close:hover {
    background: #ed5f55;
    cursor: pointer;
}
 
.wlmodal__close:before,
.wlmodal__close:after {
    content: "";
    display: block;
    height: 16px;
    width: 2px;
    transform: rotate(45deg);
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
 
.wlmodal__close:after {
    transform: rotate(-45deg);
}
 
.wlmodal__content label {
    font-size:13px;
    color:#777;
    margin:0;
}
 
.wlitem {
    position: relative;
}
 
.wlitem label.error {
    font-size: 12px;
    position: absolute;
    right: 8px;
    bottom: 0px;
    color: #fff;
    background-color: rgba(220,93,107,0.6);
    border-radius: 2px;
    padding: 0px 6px;
    line-height: 17px;
}
.wlmodal-link {

}

 
.wlred
{
  border: 1px solid #cd1f1f !important;
}

@media(max-width: 992px) {
a.serdown {
  background: #333;
  color: #fff;
}

a.serdown:hover {
  color: #fff !important;
  background: #f5c12c;
}
}

.wlform2 .form-group input
{
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.wlform2 .form-group {
  margin-bottom: 15px;
}

.wlform2 .form-check {
  margin: 0;
  padding-left: 0;
}

#FormControlSelect1
{
  height: 34px;
}

.wlsub:hover
{
  color: #fff;
}