.skylo {
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: none;
    z-index: 1500;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
}

.skylo .bar{
    width:0%;
    height: 5px;
    margin:0;
    position:relative;
}

.skylo span{
    width:50px;
    height: 100%;
    display:block;
    position:absolute;
    top:0;
    right:0;
   -moz-box-shadow: #ba8b00 1px 0 6px 1px;
	-ms-box-shadow: #ba8b00 1px 0 6px 1px;
	-webkit-box-shadow: #ba8b00 1px 0 10px 1px;
	box-shadow: #ba8b00 1px 0 10px 1px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
    opacity: 0.6;
}

.skylo .bar-success span{
  -moz-box-shadow: rgb(88,185,87) 1px 0 6px 1px;
	-ms-box-shadow: rgb(88,185,87) 1px 0 6px 1px;
	-webkit-box-shadow: rgb(88,185,87) 1px 0 10px 1px;
	box-shadow: rgb(88,185,87) 1px 0 10px 1px;
}

.skylo .bar-warning span{
  -moz-box-shadow: rgb(242,172,67) 1px 0 6px 1px;
	-ms-box-shadow: rgb(242,172,67) 1px 0 6px 1px;
	-webkit-box-shadow:rgb(242,172,67) 1px 0 10px 1px;
	box-shadow: rgb(242,172,67) 1px 0 10px 1px;
}

.skylo .bar-danger span{
  -moz-box-shadow: rgb(219,82,75) 1px 0 6px 1px;
	-ms-box-shadow: rgb(219,82,75) 1px 0 6px 1px;
	-webkit-box-shadow:rgb(219,82,75) 1px 0 10px 1px;
	box-shadow: rgb(219,82,75) 1px 0 10px 1px;
}
.progress-bar {
    background-color: #ba8b00;
}

.phonebefore .form__group:before {
    content: "+1-";
    width: 23px;
    height: 35px;
    position: absolute;
    background-color: #fff;
    bottom: 2px;
    line-height: 2.1;
    text-align: right;
}

.phonebefore input#phone {
    padding-left: 26px;
}

.bg-3b3b4d *, .bg-3b3b4d li, .bg-3b3b4d label, .bg-3b3b4d label.form-check-label, .bg-3b3b4d h4 {
    color: #fff !important;
}

