/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 05 2023 | 10:56:24 */
.wq-belongs-file label.wq--label {
    width: 250px!important;
    border: solid 3px #76a7d1!important;
}
p.wq--leadText {
    text-align: center;
    margin-bottom: 60px!important;
    background: #ffe9b8;
    padding: 40px 10px;
    font-size: 18px!important;
    font-weight: bold;
}
form#form-2>p {
    text-align: right;
    margin-bottom: 0;
	font-size:15px;
}
form#form-2>p::before{
font-family: "Font Awesome 5 Free";
  content: "\f0a6";
	font-weight: 900;
    margin-right: 10px;	

}
.sidescrll {
    text-align: right;
    color: #000;
    font-weight: bold;
		opacity:0.7;
}
.sidescrll i {
    color: orange;
    margin-right: 5px;
    font-size: 140%;
}
.slide-span {
  position: relative;
  animation-name: slide;
  animation-duration: 1s;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes slide {
  from { left: -10px; }
  to { left: 10px; }
}