.alert-danger {
   background-color: #fbcdca;
   border: 1px solid #ffa4a4;
   color: #ca6a6a;
   font-weight: 600;
   margin-bottom: 0.4em;
   padding: 1em;
}
.alert-success {
   background-color: #caffe2;
   border: 1px solid #7cd8a6;
   color: #4fab79;
   font-weight: 600;
   margin-bottom: 0.4em;
   padding: 1em;
}
.alert-close {
   display: none;
}
p {
   /*text-align: justify !important;*/
}
.comment {
   width: 100%;
}
.text-center {
   text-align: center;
}
.float-none {
   float: none;
}

/*.section-title:after {*/
.sec-title_dec-j {
   content:url('../../images/line1.png');
   margin: -1em 0 0 2em;
   transform: scale(.7);
}
.sec-title_dec-j1 {
   content:url('../../images/line2.png');
   margin: -1em 0 0 0;
   transform: scale(.7);
}

.wa_float{
   display: none;
   position:fixed;
   width:60px;
   height:60px;
   bottom:40px;
   right:40px;
   background-color:#25d366;
   color:#FFF;
   border-radius:50px;
   text-align:center;
  font-size:30px;
   box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.wa_my-float{
   margin-top:16px;
}

.j_mouse {
   z-index: 50;
   right: 50%;
   margin-bottom: -16px;
   bottom: 7%;
}

.j_mouse_m {
   display: none;
}

@media screen and (max-width: 768px) {
   .j_mouse {
      display: none;
   }
   .j_mouse_m {
      display: block;
   }
}

.video-single-wrapper_dec:before {
   display: none;
}