.gr-bg {
    background-color: #01203d;
}

.gr-h-clr {
    color:#FF6525;
}
.selectize-dropdown [data-selectable].option {
    opacity: 1;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
@media (min-width: 992px) {
    .gr_class {
        width: 70% !important;
    }
    .gr-bg {
        /* background-image   : url(../image/new-grev-bg.png); */
        background-position: top;
        background-repeat  : no-repeat;
        background-size    : cover;
        background-color: #01203d;
    }

}

.icon_org_gr {
    color: white;
    background-color: var(--prime-ft-color);
    border-radius: 4px;
}

.contact-submit{
    background-color:#FA4A23;
    border: 1px solid #FA4A23;
}
.contact-submit:hover {
    background-color:#01203D;
    border: 1px solid #01203D;
    -webkit-transition: background-color 0.3s linear;
    -ms-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}
.steps-circle {
    padding: 20px 0px;
}
@media only screen and (max-width: 480px) {
    .circle-img {
        display: none;
    }
    .grivdenace-btn-fs {
        font-size: 14px !important;
    }
}
