@media (min-width: 768px){
.modal-dialog {
    width: 1200px;
}
}
.modal{
    background: rgba(0, 0, 0, 0.65);
}
.close-moader{
    float: right;
    background: transparent;
    border: none;
    margin-top: -30px;
    font-size: 30px;
}
.normal-slider-modal .item a img{
  height: 620px;
}
.normal-slider-modal .owl-dots{
  display: none!important;
}
.normal-slider-modal .item  p{
  margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    color: #F4F7F8;
    text-align: center;
    line-height: 33px;
    letter-spacing: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 25px;
    padding-top: 55px;
    background: linear-gradient(0, rgba(0, 0, 1, .7) 0%, rgba(0, 0, 0, 0) 101%, rgba(0, 0, 0, .55) 100%);
}
/*.normal-slider-modal .owl-controls .owl-nav .owl-prev:before {
    content: "\e779";
}*/
.normal-slider-modal  .owl-controls .owl-nav .owl-next:before {
    content: "\e775";
}


.wza {
    position: relative;
    /* top: 50px; */
}
.wza a {
    float: right;
    width: auto;
    /* background-color: #1177c7; */
    /* padding: 5px; */
    border-radius: 5px;
    color: #fff;
    margin-bottom: 0;
}
@media (min-width: 768px){
.hidden-xs768{
    display: none;
}
}
@media (max-width: 1485px){
.wza{
    right: 155px;
}
}
@media (max-width: 767px){
.wza {
    top: 10px;
    right: 37px;
}
}