.headerOrder {
    background: #1b427e;
    color: #ffffff;
    text-align: center;
    direction: rtl;
}

.headerOrder1 {
    background: url(../images/order.png) no-repeat;
    background-size: 25%;
    height: 250px;
    background-position: center;
}
@media (max-width: 767px) {
    .headerOrder1 {
        display: none;
    }
}

#OrderProject {
    direction: rtl;
}

.list-group-item.active {
    background-color: #0b54f7d9;
}

.circle-icon {
    width: 40px;
    height: 40px;
    background-color: #007bffa1;
    color: white;
    padding: 3px;
    border-radius: 50%;
    font-size: 25px;
    margin: auto;
    float: right;
}

.hoverorder:hover {
    margin: 0;
    color: blue;
    background: blue;
    background: linear-gradient(90deg, rgba(2, 0, 36, 0.6306897759103641) 0%,
    rgba(97, 156, 200, 1) 15%, rgba(33, 33, 238, 0.7455357142857143) 46%, rgba(178, 233, 244, 1) 100%);
}

.hoverorder .form-control {
    width: 55%;
}

.captiona {
    font-size: 14px;
    float: right;
    padding-right: 15px;
}

.captionb {
    font-size: 13px;
}

.captionc {
    font-size: 22px;
    font-weight: bold;
}

.col-form-label {
    float: right;
    padding-right: 15px;
    padding-top: 3px;
    width: 160px;
    text-align: right;
}

.list-group-item .influencerimg .influencer1 {
    width: 50%;
}

.list-group-item .influencerimg .influencer2 {
    width: 50%;
}

.list-group-item {
    position: relative;
    width: 50%;
}

/*.overlay {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    border: 0;*/
/*    height: 25%;*/
/*    width: 100%;*/
/*    opacity: 0;*/
/*    transition: .5s ease;*/
/*    background-color: #002b88;*/
/*}*/

/*.list-group-item:hover .overlay {*/
/*    opacity: 1;*/
/*}*/

.text {
    color: white;
    font-size: 12px;
    position: absolute;
    bottom: 5px;
    text-align: center;
}

@media (min-width: 576px) and (max-width: 767px) {
    .headerOrder {
        height: 150px;
        text-align: center !important;
    }
}

@media (max-width: 575px) {
    .headerOrder {
        background: #1b427e;
        height: 150px;
    }

    .col-form-label {
        width: 250px;
        margin-bottom: 5px;
    }

    .hoverorder .form-control {
        width: 100%;
    }

    .circle-icon {
        width: 30px;
        height: 30px;
        font-size: 18px;
    }
}

@media (max-width: 375px) {
    .captiona {
        font-size: 11px;
    }
}

.form-check{
  text-align: right;
}

.form-check-input {
    margin-right: -1.25rem;
}