/**/
/* buses tabs */
/**/
.buses-tabs {
    margin: -40px 0 -50px;
    text-align: center;
    transition: opacity 0.3s;
}
.buses-tabs img {
    vertical-align: top;
    margin-bottom: 5px;
}
.buses-tabs img[height="19"] {
    margin: -1px 0 3px;
}
.buses-tabs .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 200px;
    padding: 10px;
    border: 1px solid #8abee4;
    border-radius: 0 10px 10px 0;
    background: #fff;
    box-sizing: border-box;
    text-align: left;
    color: #00aeef;
}
.buses-tabs .item:first-child {
    z-index: 1;
    margin-right: -1px;
    border-radius: 10px 0 0 10px;
    text-align: right;
}
.buses-tabs .item .date {
    margin-top: 5px;
    font-size: 12px;
    text-transform: uppercase;
    color: #363636;
}
.buses-tabs .item .arrow-to {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 17px;
    height: 12px;
    margin-top: 2px;
    background: url(../../Frontend/img/buses-tabs/arrow-to.png);
}
.buses-tabs .item .arrow-from {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 17px;
    height: 12px;
    margin-top: 2px;
    background: url(../../Frontend/img/buses-tabs/arrow-from.png);
}
.buses-tabs .item .direction {
    font-size: 14px;
    line-height: 20px;
}
.buses-tabs .item .direction span {
    font-size: 18px;
    line-height: 1;
}
.buses-tabs .item-alt {
    border-color: #cecece;
    background: #e1e1e1;
    color: #7d7d7d;
}
.buses-tabs .item-alt .arrow-from {
    background: url(../../Frontend/img/buses-tabs/arrow-from2.png);
}
.buses-tabs .item-valid {
    border-color: #addeab;
    background: #edffeb;
    color: #4cb749;
}
.buses-tabs .item-valid .arrow-to {
    background-image: url(../../Frontend/img/buses-tabs/arrow-to2.png);
}
.buses-tabs.disabled {
    pointer-events: none;
    opacity: 0;
}
.buses-tabs.disabled + div h1 {
    opacity: 0;
}
@media screen and (max-width: 767px) { /* phablet */
    .buses-tabs .item {
        width: 150px;
        padding: 8px;
    }
    .buses-tabs .item .date {
        font-size: 10px;
    }
    .buses-tabs .item .arrow-to {
        top: 8px;
    }
    .buses-tabs .item .arrow-from {
        top: 8px;
    }
    .buses-tabs .item .direction {
        font-size: 11px;
        line-height: 15px;
    }
    .buses-tabs .item .direction span {
        font-size: 13px;
    }
}


/**/
/* buses */
/**/
.buses {
    /* padding: 70px 0 100px; */
}
.buses h1 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #363636;
    transition: opacity 0.3s;
}
.buses h3 {
    font-size: 36px;
    font-weight: 600;
    color: #363636;
}
.buses h4 {
    overflow: hidden;
    margin-top: 1px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.buses h4 i {
    display: inline-block;
    vertical-align: top;
    width: 17px;
    height: 12px;
    margin: 6px 10px 0;
    background: url(../../Frontend/img/dashboard-ticket/icon-arrow.png);
}
.price{
    color: #ed1c24;
    font-size: 22px;
}
.buses .item {
    position: relative;
    overflow: hidden;
    height: 90px;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.9);
    transform: translate(0);
    line-height: 37px;
    transition: opacity 0.3s;
}
.buses .item.opened  {
    min-height: 370px;
    /*pointer-events: none;*/
    padding-bottom: 8%;
    height: 100%;
}
.backendCompany{

  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
}
.backendImagetime{
    width: 50px;
    position: absolute;
    margin-top: -7px;
}
.boardingTime{
  font-size: 12px;
  font-weight: bold;
}
.totalPrice{
    color: #22B575 !important;
    margin-top: 3px !important;
    margin-bottom: 15px !important;
    font-weight: bold !important;
    font-size: 18px !important;
}
/*
.buses .item::after {
        content: '';
        position: absolute;
        top: 243px;
        right: 25px;
        left: 210px;
        border-bottom: 2px solid #f6f6f6;
}
*/

.buses .day {
    position: absolute;
    bottom: 0;
    right: 100%;
    width: 68px;
    height: 57px;
    margin-right: -180px;
    background: url(../../Frontend/img/buses/day.png);
    opacity: 0.1;
}
.buses .night {
    position: absolute;
    bottom: 0;
    right: 100%;
    width: 61px;
    height: 62px;
    margin-right: -180px;
    background: url(../../Frontend/img/buses/night.png);
    opacity: 0.1;
}
.buses .number {
    position: absolute;
    z-index: 1;
    top: 50px;
    left: 20px;
    /*height: 2 4px;*/
    padding-left: 29px;
    /*background: url(../../Frontend/img/buses/number.png) no-repeat;*/
    font-size: 12px;
    line-height: 26px;
    font-weight: 600;
    color: #00a4e4;
    transition: opacity 0.3s;
}
.buses .date {
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 20px;
    font-size: 12px;
    line-height: 1.1;
    color: #d9534f;
}
.buses .date span {
    display: block;
    font-size: 24px;
}
.buses .info {
    height: 130px;
    margin-right: 490px;
    padding: 25px 30px 25px 210px;
    transition: height 0.3s, transform 0.3s;
}
.buses .info .icons {
    margin-top: 15px;
}
.buses .info .icons img {
    vertical-align: middle;
    margin-right: 10px;
    opacity: 0.3;
}
.buses .info .class-badge {
    margin-bottom: 5px;
}
.buses .subinfo {
    position: absolute;
    top: 243px;
    right: 25px;
    left: 210px;
    margin-top: -31px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f6f6f6;
    font-size: 11px;
    text-transform: uppercase;
    color: #959595;
    transition: left 0.3s;
}
.buses .subinfo i {
    color: #efa300;
}
.buses .expand {
    /*position: absolute;
    top: 65px;
    right: 0;
    width: 291px;
    height: 180px;
    text-align: center;
    transition: height 0.3s, opacity 0.3s;*/
}
.buses .expand span {
    display: block;
    font-size: 12px;
}
.buses .expand strong {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
}
.buses .expand .sold {
    color: #e73327;
}
.buses .expand .button {
    font-size: 14px;
}
.buses .expand .hurry {
    margin-top: 10px;
    color: #e73327;
}
.buses .expand .available {
    margin-top: 10px;
    color: #acacac;
}
.buses .login {
    box-sizing: border-box;
    /*pointer-events: none;*/
    opacity: 0;
    transition: height 0.3s, opacity 0.3s;
}
/* .buses .login span {
    display: inline;
    margin-top: 13px;
    font-size: 13px;
    font-weight: 300;
    color: #0071c5;
} */
.buses .login .button {
    width: 100%;
    padding: 0;
}
.buses .login-alt span {
    color: #4cb749;
}
.buses .login-alt strong {
    display: block;
    font-size: 24px;
    color: #4cb749;
}
.buses .login-alt .price {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.1;
    font-weight: 600;
    text-transform: uppercase;
    color: #7d7d7d;
}
.buses .collapse {
    position: absolute;
    top: -100px;
    right: 0;
    width: 54px;
    height: 54px;
    background: url(../../Frontend/img/buses/close.png) 50% 50% no-repeat;;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
    visibility: visible;
    border: none;
}
.button50{
  width: 46%;
  line-height: 222px;
}
.pointer{
    display: block
}
.buses .legend {
    display: none;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid #f6f6f6;
    font-size: 0;
    font-weight: 300;
    text-align: center;
}
.buses .legend i {
    display: inline-block;
    vertical-align: top;
    width: 13px;
    height: 13px;
    margin-right: 4px;
}
.buses .legend div {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
    font-size: 13px;
}
.companyLogo{
    position: absolute;
    top: 50px;
    right: 20px;
    left: 0;
    width: 110px;
    height: 100px;
    border-left: 1px solid #f0f0f0;
    padding-left: 10px;
}
.companyLogo img{
    margin-top:12px;
}
.boardPoint{
    color: #3780B5;
    max-width: 300px;
    position: absolute;
    bottom: 130px;
    left: 5px;
    opacity: 0;
}
.boardPoint .form-control {
    height: 29px;
    padding: 1px 5px;
    font-size: 14px;
    color: #3780B5;
    background-image: none;
    border: 1px solid #3780B5;

}
.item.opened .boardPoint{
    opacity: 1
}
.buses .number span{
  float:right;
}
.buses .seats {
  border: 1px solid #333;
  /*position: absolute;*/
  /*top: 50px;*/
  /*left: 60px;*/
  width: 220px;
  padding: 10px 10px;
  font-size: 0;
  text-align: center;
  pointer-events: none;
  opacity: 0;
  /*transform: rotate(270deg);*/
  transform-origin: 0 0;
  transition: opacity 0.3s;
  border-radius: 16px;
}
.icons{
    position: absolute;
    z-index: 1;
    top: 50px;
    right: 260px;
    padding-left: 29px;
    /* background: url(../../Frontend/img/buses/number.png) no-repeat; */
    font-size: 12px;
    line-height: 26px;
    font-weight: 600;
    color: #00a4e4;
    transition: opacity 0.3s;
}
.buses .seats .tbl {
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 23px;
    margin: 4px 3px;
    border: 1px solid #f8991d;
    border-radius: 3px;
    background: #f9da99;
}
.buses .seats .seat {
    float:left;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 33px;
    height: 30px;
    margin: 4px 3px;
    background: url(../../Frontend/img/buses/seats2.png);
}
.buses .seats .seat i {
    display: inline;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
}
.buses .seats .seat .hint {
    position: absolute;
    top: 0;
    right: -160px;
    left: -100px;
    pointer-events: none;
    opacity: 0;
    /*transform: rotate(90deg);*/
    /* 	transition: top 0.3s, opacity 0.3s; */
}
.buses .seats .seat .hint span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 8px;
    background: #fff;
    border: 1px solid #c4cfdc;
    border-radius: 3px;
    font-size: 12px;
    line-height: 19px;
    text-transform: uppercase;
    color: #333;
}
.buses .seats .seat .hint span::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin: -1px 0 0 -5px;
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.buses .seats .seat .hint span::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 0 0 0 -5px;
    border-top: 5px solid #c4cfdc;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.buses .seats .seat:hover .hint {
    z-index: 1;
    /* 	top: -29px; */
    opacity: 1;
}
.buses .seats .seat-empty {
    background: #f0f0f0;
}
.buses .seats .seat-your {
    background-position: 0 -41px;
}
.buses .seats .seat-guest,
.buses .seats .seat-driver {
    background: none;
    cursor: default;
}
.buses .seats .seat-booked {
    background-position: 0 -73px !important;
    cursor: default;
}
.buses .seats .seat-blocked {
    background: #ccc;
    cursor: default;
}
.buses .seats .half-Ticket {
    background-position: 0 -109px;
    cursor: pointer;
}
.buses .seats .half-Ticket-booked {
    background-position: 0 -109px;
    cursor: default;
}

.buses .seats .seat-internet {
    background-position: 0 -143px !important;
    cursor: default;
}

.buses .seats .half-Ticket-internet {
    background-position: 0 -176px;
    cursor: pointer;
}

.buses .seats-disabled .seat {
    cursor: default;
}
.buses .gallery {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    width: 180px;
    background: #fff;
    pointer-events: none;
    opacity: 0;
    transition: width 0.3s, opacity 0.3s;
}
.buses .gallery ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.buses .gallery::before {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 20px;
    width: 16px;
    height: 14px;
    background: url(../../Frontend/img/classes/camera.png);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
}
.buses .gallery ul::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.15;
    transition: opacity 0.3s;
}
.buses .gallery li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
    opacity: 0;
    transition: opacity 0.3s;
}
.buses .gallery .open {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    width: 48px;
    background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.7));
    transition: opacity 0.3s;
}
.buses .gallery .open::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 12px;
    margin: -6px 0 0 -4px;
    background: url(../../Frontend/img/classes/next.png);
}
.buses .gallery .close {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 54px;
    height: 54px;
    background: url(../../Frontend/img/classes/close.png) 50% 50% no-repeat;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
}

.buses .item.opened .info  {
    /* height: 390px; */
}
.buses .item.opened .expand {
    pointer-events: none;
    opacity: 0;
}
.buses .item.opened .login {
    height: auto;
}
.buses .item.opened .login
{
    /*pointer-events: none;*/
    opacity: 1;
}
.buses .item.opened .login input,
.buses .item.opened .seats,
.buses .item.opened .gallery,
.buses .item.opened .collapse
{
    pointer-events: auto;
    opacity: 1;
}
.buses .item.opened .number {
    /*    background-position: 0 -24px;
        color: #fff;
        opacity: 0;*/
}
.buses .item.opened .gallery {
    transition: width 0.3s, opacity 0.3s 0.3s;
}
.buses .item.opened .gallery::before {
    opacity: 1;
}
.buses .item.opened .gallery.opened ~ .info {
    transform: translate(372px);
}
.buses .item.opened .gallery.opened ~ .subinfo {
    left: 582px;
}
.buses .item.opened .gallery.opened ~ .login,
.buses .item.opened .gallery.opened ~ .seats,
.buses .item.opened .gallery.opened ~ .collapse {
    pointer-events: none;
    opacity: 0;
}
.buses .grid-con {
    max-width: 1040px;
}

.paymentMethods{
width: 100px;
border: 1px solid #ccc;
padding: 4px;
border-radius: 6px;
}

.smsinput{
  text-align: center;
    padding: 30px;
    border-radius: 10px;
    font-size: 30px;
    letter-spacing: 10px;
}

@media screen and (max-width: 999px) { /* tablet */
    .buses h4 {
        font-size: 16px;
    }
    .buses .item::after {
        left: 150px;
    }
    .buses .item::before {
        width: 130px;
    }
    .buses .day,
    .buses .night {
        margin-right: -130px;
    }
    .buses .date span {
        font-size: 20px;
    }
    .buses .info {
        margin-right: 190px;
        padding-right: 20px;
        padding-left: 150px;
    }
    .buses .subinfo {
        left: 150px;
    }
    .buses .seats {
        left: 150px;
    }
    .buses .seats .seat {
        margin: 2px 3px;
    }
    .buses .expand {
        width: 190px;
    }
    .buses .login {
        width: 190px;
        padding: 0 20px;
    }
    .buses .gallery {
        width: 130px;
    }
    .buses .gallery.opened {
        width: 558px;
    }
    .buses .item.opened .gallery.opened ~ .info {
        transform: translate(0, 0);
    }
    .buses .item.opened .gallery.opened ~ .subinfo {
        left: 150px;
        opacity: 0;
    }
}

@media screen and (max-width: 767px) { /* phablet */
    .buses {
        padding-bottom: 50px;
    }
    .buses .item::after {
        display: none;
    }
    .buses .item::before {
        right: 0;
        bottom: auto;
        width: auto;
        height: 75px;
    }

    #spanFrom{
        border-right: none;
        padding-right:0;
        margin-right:0;
    }

    #spanDate{
        display : block;
        border-bottom : 1px dashed #ccc;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .buses .day,
    .buses .night {
        display: none;
    }
    .buses .number {
        z-index: 0;
        top: 25px;
        right: 20px;
        bottom: auto;
        left: auto;
    }
    .buses .info {
        margin: 0;
        padding: 20px 20px 0;
        transition: padding 0.3s;
    }
    .buses .subinfo {
        display: none;
    }
    .buses .expand {
        position: static;
        width: auto;
        height: auto !important;
        padding: 19px 0;
        border-top: 1px solid #f0f0f0;
        margin-top: 20px;
    }
    .buses .expand .button {
        width: 220px;
        padding: 0;
        font-size: 14px;
    }
    .buses .login {
        position: static;
        display: none;
        width: auto;
        height: auto !important;
        padding: 30px 0;
        border-top: 2px solid #f6f6f6;
    }
    .buses .login .button {
        width: 220px;
        padding: 0;
        font-size: 14px;
    }
    .buses .collapse {
        top: 75px;
        transition: top 0.3s;
    }
    .buses .seats {
        position: static;
        display: none;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 20px;
        transform: none;
    }
    .buses .seats .hint {
        display: none;
    }
    .buses .gallery {
        position: relative;
        right: 0;
        bottom: auto;
        width: auto;
        height: 75px;
        transition: height 0.3s, opacity 0.3s;
    }
    .buses .gallery .open {
        position: absolute;
        z-index: 1;
        top: auto;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 48px;
        background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.7));
    }

    .buses .gallery .open::after {
        transform: rotate(90deg);
    }
    .buses .item.opened{
        padding-bottom: 0px;
    }
    .buses .item.opened .info {
        height: auto;
    }
    .buses .item.opened .expand {
        display: none;
    }
    .buses .item.opened .collapse {
        top: 150px;
    }
    /*.buses .item.opened .login,*/
    .buses .item.opened .legend,
    .buses .item.opened .seats {
        display: block;
        margin-top: 170px;
    }
    .buses .item.opened .login{
        display: block;
        margin-top: 20px;
        padding:10px;
    }
    .buses .item.opened .gallery {
        height: 150px;
        transition: height 0.3s, opacity 0.3s;
    }
    .buses .item.opened .gallery.opened {
        width: auto;
        height: 230px;
    }
    .buses .item.opened .gallery.opened ~ .collapse {
        top: 230px;
    }
    .buses .item.opened .gallery.opened ~ .login,
    .buses .item.opened .gallery.opened ~ .seats {
        pointer-events: auto;
        opacity: 1;
    }
    .companyLogo{
        top: 14px;
        right: 7px;
    }
    .icons{
        top: 45px;
        left: 0px;
    }
    .buses .item{
        padding-bottom: 230px;
        height:230px;
    }
    .buses .date {
        left: auto;
        right: 124px;
        top: 5px;
    }
    .boardPoint {
        width: 230px;
        position: absolute;
        bottom: 230px;
        left: 35px;
        opacity: 0;
    }
}

.buses{direction: rtl;}
.buses .item::before{left: auto;right: 0;}
.buses .night,.buses .day{right: auto;left: 100%;margin-right: 0;margin-left: -180px;-moz-transform: scaleX(-1);-o-transform: scaleX(-1);-webkit-transform: scaleX(-1);transform: scaleX(-1);}
.buses .gallery{left: auto;right: 0;}
.buses .gallery .open{right: auto;left: 0;background: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,0.7));}
.buses .gallery .open::after{-moz-transform: scaleX(-1);-o-transform: scaleX(-1);-webkit-transform: scaleX(-1);transform: scaleX(-1);}
.buses .date{left: auto; width: 100%; border-bottom: 1px solid #f0f0f0; padding: 10px;}
.buses .number{padding-left: 0; */
               padding-right: 29px;
               left: auto;
               right: 150px;
               background-position: right top}
.buses .item.opened .number{
    /*background-position: right -24px;*/
}
.buses .info{margin-right: 0;margin-left: 490px;padding: 25px 210px 25px 30px;}
.buses .item.opened .gallery.opened ~ .info{transform: translate(-372px);}
.buses .expand{right: auto;left: 0;}
.buses .gallery .close{right: auto;left: 0;}
.popup-trip .inner{direction: rtl;}
.popup-trip .way[for="popup-way-1"]{border-radius: 0 4px 4px 0;}
.popup-trip .way[for="popup-way-2"]{border-radius: 4px 0 0 4px;}
.popup-trip label{text-align: right;}
.buses .seats{/* right: auto; *//* left: 0; *//* transform: rotate(-270deg); *//* transform-origin: 100% -10px; */}
.buses .subinfo{left: 25px;right: 210px;}
.buses .login{right: auto;left: auto;}
.buses .collapse{right: auto;left: 0; z-index: 999;}
.buses .seats .seat i{font-family: 'Montserrat', Helvetica, Arial, sans-serif;}
.buses .seats .seat:hover .hint{right: -100px;left: -100px; top: -20px;}
.buses h4 i{-moz-transform: scaleX(-1);-o-transform: scaleX(-1);-webkit-transform: scaleX(-1);transform: scaleX(-1); }
.buses-tabs {direction: rtl;}
.buses-tabs .item{border-radius: 10px 0 0 10px;direction: rtl;text-align: right;}
.buses-tabs .item-alt{ }
.buses-tabs .item:first-child{border-radius: 0 10px 10px 0;text-align: left;}
.buses-tabs .item .arrow-to{-moz-transform: scaleX(-1);-o-transform: scaleX(-1);-webkit-transform: scaleX(-1);transform: scaleX(-1);left: auto;right: 10px;}
.buses-tabs .item-alt .arrow-from,.buses-tabs .item .arrow-from{-moz-transform: scaleX(-1);-o-transform: scaleX(-1);-webkit-transform: scaleX(-1);transform: scaleX(-1);right: auto;left: 10px;}
@media screen and (max-width: 999px) {
    .filter .checkbox{right:auto;left:0;}
    .buses .day,.buses .night{margin-left:-130px;}
    .buses .info{margin-left:369px;padding-left:20px;padding-right:150px;}
}
@media screen and (max-width: 767px) {
    .buses .item::before{right:auto;left:0;bottom:auto;width:100%;height:75px;}
    .buses .number{z-index:0;top:34px;bottom:auto;right:134px;}
    .buses .info{margin:0;padding:20px 20px 0;transition:padding 0.3s;}

    .buses .icons .fa{ font-size:18px; padding-right:6px; color:#414241; }
}

.spanFrom{
    border-right: 1px dashed #ccc;
    padding-right:10px;
    margin-right:10px;
}
.spanTo{
    padding-right: 60px;
    margin-right: 18px;
    background: url('../../Frontend/images/icon-bus-from.png') no-repeat right;
}
.submitBTN{

}
