
.h-90-px {
    height: 276px;
}

.h-9-box {
    height: 362px;
}


.box-h-d {
    height: 183px;
}

.step-01 {
    border: 2px red solid;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 16px;
    border-radius: 100px;
    margin: 0px auto;
    font-weight: bold;
    padding-top: 11px;
}

.auto-hight {
    height: 187px;
}

.h-80-px {
    height: 80px;
}

.container {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
}

.btn {
    color: #fff;
    background-color: #00a0e3 !important;
    line-height: normal !important;
    border-color: #1c1e3a !important;
    font-size: 12px !important;
    padding: 4px !important;
    border: none !important;
    position: relative;
    z-index: 9;
    width: 40px;
}

    .btn:hover {
        color: black;
        background-color: #10d5c2 !important;
        border: none !important;
    }

body.cimpaas-black .navbar.navbar-inverse.navbar-fixed-top {
    float: left !important;
    border: none;
    width: 100%;
}

h2.title.w-100.float-left {
    margin: 14px 0 0 0;
    border-bottom: 2px #1c1e3a solid;
    padding: 0 0 5px 0;
    font-size: 22px;
    color: #1c1e3a;
}

.registration-flow .card-body {
    border: none;
    font-size: 12px;
    color: #1c1e3a;
    border-radius: 6px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    padding: 6px !important;
    height: 66px;
	margin-bottom:0px !important;
}

    .registration-flow .card-body span {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* number of lines to show */
        line-clamp: 2;
        -webkit-box-orient: vertical; line-height:normal; 
    }

.btn {
    color: #fff;
    background-color: #009688 !important;
    line-height: normal !important;
    border-color: #1c1e3a !important;
    font-size: 14px !important;
    padding: 4px !important;
    border: none !important;
}

.registration-flow .card-body:hover {
    border: none;
    /* background-color: #1c1e3a !important; */
    background-color: #e8f1f3 !important;
    color: #fff;
}


.registration-flow .row {
    margin-top: 15px;
}

.registration-flow .card-body a {
    margin: 0px auto;
    width: 30%;
    margin-bottom: 5px;
    background-color: #fff !important;
    color: #1c1e3a !important;
}

.btn-info {
    margin: 0px auto;
    width: 30%;
    margin-bottom: 5px;
    background-color: #fff !important;
    color: #1c1e3a !important;
}



.registration-flow .card-body:hover a {
    border: none;
    background-color: #fff !important;
    color: #1c1e3a !important;
}

.registration-flow .card-body a:hover {
    border: none;
    background-color: #fff !important;
    color: #1c1e3a !important;
}

.registration-flow .card-body {
    /* background-color: #2A3F54 !important; */
    background-color: #e8f1f3 !important;
    /* color: #fff !important; */
    color: #000 !important;
}

.flow-main-div {
    border: 1px solid #e4dede;
    margin: 5px;
}

.flow-header {
    width: 100%;
    float: left;
    background-color: #f1f1f1;
    padding: 8px;
    border: 1px solid #dfdfdf;
}

.flow-footer-div {
    width: 100%;
    text-align: center;
    padding: 10px;
    float: left;
}

.flow-mandatory {
    color: red;
}

.count {
    font-size: 18px;
    font-weight: bold;
}

.right-arrow-new {
    float: right;
    margin: -44px -35px 0 0;
}


.registration-flow-new .col-md-2 {
    width: 160PX !important;
    display: flow-root !important;
}

.h-300 {
    height: 275px;
}

.h-2-p {
    height: 195px;
}

 .h-box {
    height: 90px;
} 

.head_text{
    color: #010611;
    background-color: #e8f1f3;
    /* border-color: #b7b9bf; */
    padding: 10px;
    border-bottom: 1px solid #b7b9bf;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

.head_text h4{
    padding-left: 15px;
}


.registration-flow.registration-flow-new { min-height:1000px;
}