.loaderWrap {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(1, 1, 1, .4);
    padding-top: 10%;
    text-align: center;
    display: none;
}

#start_date {
    background: transparent;
}

#start_date_info {
    border: none;
    background: transparent;
}

.image_wprapper .image_item {
    width: 80px;
    height: 80px;
    cursor: pointer;
    position: relative;
}

.image_wprapper .image_item input {
    display: none;
}

.image_wprapper .image_item img {
    width: 100%;
    height: 100%;
}

.image_wprapper .image_item button.close {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #cd2318;
    border-radius: 50%;
    width: 22px;
    height: 24px;
    color: #fff;
    z-index: 9999;
    opacity: 1;
    display: none;
}

.wpsTable td {
    padding: 10px 0px;
    vertical-align: top;
}

.ml-90 {
    margin-left: 844px;
}

.bg-service-head {
    background: #486fdb;
}

.service_form_title {
    width: 25%;
    background: #486fdb !important;
}

.service_bg {
    background: rgb(45, 140, 253) !important;
    background: linear-gradient( 180deg, rgb(45 140 253 / 24%) 0%, rgba(45, 140, 253, 0.196516106442577) 50%, rgb(45 140 253 / 34%) 100%) !important;
}