.menucolor {
  background-color: #1c7fd6;
}
.bg_css {
  background-color: #00306e;
  padding: 5px 10px;
}

.image_width {
  width: 60px;
}
.text_css {
  color: #fff !important;
}
.icon_css {
  font-size: 13px;
}
.button_text {
  background-color: #d2093c !important;
  font-size: 15px;
  padding: 6px 10px;
  border-radius: 3px;
  color: #fff !important;
  border: none;
  text-decoration: none;
  outline: none;

}
.footer_css {
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: black;
    color: #fff;
    font-size: 15px;
}
.lasttext a {
    color: #fff;
    text-decoration: none;
   
}

/* --------register-css------- */

.backgroundmain {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 1px 2px #dadada, 0px 0px 8px 2px #d4d4d4;
    border: 1px solid #afafaf;
    margin-top: 20px;
    margin-bottom: 50px;
    padding-bottom: 30px;
    padding-top: 10px;
}
.register_heading a {
    color: #111;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}
.section_child {
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 10px 0;
}
.danger {
    color: red;
    font-size: 20px;
}
.section_child label {
    width: 50%;
    color: #111;
    font-weight: 500;
} 

.input_css {
    /* width: 45% !important; */
    outline: none;
    border: 1px solid lightgray !important;
    border-radius: 4px;
    padding: 5px 0;
}
#enterancesubmit {
    padding: 5px 10px 5px 10px;
    font-weight: 600;
    border: none !important;
    background-color: #005baa !important;
    color: #fff !important;
    border-radius: 2px;
}

/* ---------------step-fom-css--------------------- */
.steps_card {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.tabs_css {
    pointer-events: none !important;
    color: #fff !important;
font-size: 13px;
padding: 10px 15px !important;
}
 .active {
    color: #555 !important;
}
.tabs_div {
    background: #0365ba !important;
    padding: 0;
    border-radius: 5px !important;
    
}
.top_css {
    font-size: 14px;
    color: red;
    margin-bottom: 0;
}
.btnNext {
    padding: 5px 35px;
    background: #0365ba;
    border: none;
    color: #fff;
    border-radius: 3px;
    font-weight: 500;
    outline: none;
}
.steps_input_width {
    width: 50%;
}
@media screen and (max-width:599px) {
    .section_child {
display: block;
padding-right: 0 !important;
    }
    .section_child label {
        width: 100%;
    } 
    .input_css {
        width: 100% !important;
 
    }
    .steps_input_width {
        width: 100%;
    }
}