/********************** Start Common Css **********************/
*{
    box-sizing:border-box;
}
body,h1,h2,h3,h4,ul,li,p{
    margin:0px;
    padding:0px;
}
body{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
a{
    display:inline-block;
    text-decoration: none;
}
img{
    max-width:100%;
}
.container{
    max-width: 1340px !important;
    width: 100% !important;
    margin: 0px auto;
    padding: 0px !important;
    position: relative;
}
/********************** End Common Css **********************/

/********************** Start Header Css **********************/
.rabari_eng_header_main_area {
    padding: 30px 50px;
}
.rabari_eng_header_inner .rabari_eng_header_detail_area {
    /*display: flex;*/
    /*justify-content: space-between;*/
    align-items: center;
    /*flex-wrap: wrap;*/
}

.rabari_eng_header_detail_area .rabari_eng_header_logo_area a img {
    max-width: 150px;
    width: 100%;
    height: 100%;
    margin-right: 10px;
}
.rabari_eng_header_detail_area .rabari_eng_header_contact_area_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rabari_eng_header_detail_area .rabari_eng_header_contact_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.rabari_eng_header_detail_area .rabari_eng_header_contact_area .rabari_eng_header_contact_field {
    display: flex;
    align-items: center;
    margin: 10px;
}
.rabari_eng_header_detail_area .rabari_eng_header_contact_area .rabari_eng_header_contact_field:last-child {
    margin-right: 0px;
}
.rabari_eng_header_contact_area .rabari_eng_header_contact_field i {
    font-size: 23px;
    color: #083a6f;
    padding-right: 20px;
}
.rabari_eng_header_contact_area .rabari_eng_header_contact_field .rabari_eng_header_contact_detail p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #083a6f;
    margin-bottom: 5px;
}
.rabari_eng_header_contact_area .rabari_eng_header_contact_field .rabari_eng_header_contact_detail a, .rabari_eng_header_contact_area .rabari_eng_header_contact_field .rabari_eng_header_contact_detail span {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.rabari_eng_header_contact_area_main .rabari_eng_header_reg_button_area a.rabari_eng_header_reg_button {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    font-weight: 500;
    color: #fff;
    background: #083a6f;
    border-radius: 6px;
    padding: 12px 28px;
    text-decoration: none;
    border: 1px solid transparent;
    outline: none !important;
    transition: all 0.5s ease-in;
}
.rabari_eng_header_contact_area_main .rabari_eng_header_reg_button_area a.rabari_eng_header_reg_button:hover {
    color: #083a6f;
    background: transparent;
    border-color: #083a6f;
}
/********************** End Header Css **********************/

/********************** Start Register Page Css **********************/
.rabari_eng_register_area_main {
    padding: 30px 50px 50px 50px;
}
.rabari_eng_register_area_main .rabari_eng_register_area_inner {
    max-width: 1200px !important;
    width: 100% !important;
    margin: 0px auto;
    background: #ffffff03;
    /* padding: 30px !important; */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 20px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    overflow: hidden;
    background-color: #fff;
}
.rabari_eng_register_area_inner .rabari_eng_register_area_heading h3 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #083a6f;
    text-align: center;
    position: relative;
    background: #F6F9FC;
    padding: 20px 30px;
    border-bottom: 6px solid #083A6F;
    border-radius: 20px;
}
.rabari_eng_register_area_main .rabari_eng_register_area_inner form.rabari_eng_register_form {
    padding: 30px 30px 26px 30px;
    margin-top: 30px;
}
form.rabari_eng_register_form .rabari_eng_register_form_heading {
    position: relative;
    margin-bottom: 50px;
}
form.rabari_eng_register_form .rabari_eng_register_form_heading::before {
    content: "";
    position: absolute;
    max-width: 350px;
    width: 100%;
    height: 65px;
    background: #083A6F;
    left: -30px;
    top: -17px;
    border-radius: 0px 50px 50px 0px;
}
form.rabari_eng_register_form .rabari_eng_register_form_heading h4 {
    font-family: "Poppins", sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
    color: #fff;
    z-index: 9999;
    position: relative;
}
.rabari_eng_register_area_inner form.rabari_eng_register_form .rabari_eng_form_field_main.rabari_eng_contact_no_field .rabari_eng_contact_field {
    max-width: 100%;
    width: 100%;
}
.rabari_eng_form_field_main.rabari_eng_contact_no_field .rabari_eng_contact_field .rabari_eng_contact_no_field_list {
    display: flex;
    justify-content: space-between;
}
.rabari_eng_form_field_main.rabari_eng_contact_no_field .rabari_eng_contact_field .rabari_eng_contact_no_field_list input {
    max-width: 32%;
    width: 100%;
}


.rabari_eng_register_area_inner form.rabari_eng_register_form .rabari_eng_form_field_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
form.rabari_eng_register_form .rabari_eng_form_field_main .rabari_eng_contact_field {
    max-width: 48%;
    width: 100%;
    position: relative;
}
form.rabari_eng_register_form .rabari_eng_form_field_main .rabari_eng_contact_field label {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #083a6f;
}
form.rabari_eng_register_form .rabari_eng_form_field_main .rabari_eng_contact_field label span.rabari_eng_field_required {
    color: red;
}
form.rabari_eng_register_form .rabari_eng_form_field_main .rabari_eng_contact_field input {
    max-width: 100%;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-top: 10px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    outline: none;
    transition: all 0.5s ease-in;
}
form.rabari_eng_register_form .rabari_eng_form_field_main .rabari_eng_contact_field select {
    max-width: 100%;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-top: 10px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    outline: none;
    transition: all 0.5s ease-in;
}
form.rabari_eng_register_form .rabari_eng_form_field_main span.custom-arrow i {
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 50px;
    color: #707070;
    pointer-events: none;
}
.rabari_eng_add_label_area_main .rabari_eng_add_label_area_list span.select2-selection.select2-selection--single {
    height: 100% !important;
    padding: 8.5px;
    margin-top: 10px;
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
form.rabari_eng_register_form .rabari_eng_form_field_main .rabari_eng_contact_field input:focus {
    border: 1px solid #083a6f;
}
form.rabari_eng_register_form .rabari_eng_form_field_main .rabari_eng_contact_field select:focus {
    border: 1px solid #083a6f;
}
form.rabari_eng_register_form .rabari_eng_form_field_main .rabari_eng_contact_field input::placeholder {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #ACADAE;
    font-weight: 400;
    line-height: 20px;
}
.rabari_eng_register_area_inner .rabari_eng_form_field_main.rabari_eng_address_field .rabari_eng_contact_field {
    max-width: 100%;
    width: 100%;
}
.rabari_eng_form_field_main.rabari_eng_address_field .rabari_eng_contact_field .rabari_eng_add_label_area_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.rabari_eng_form_field_main.rabari_eng_address_field .rabari_eng_contact_field .rabari_eng_add_label_area_main .rabari_eng_add_label_area_list {
    position: relative;
    margin-top: 10px;
    max-width: 18.5%;
    width: 100%;
}
.rabari_eng_form_field_main .rabari_eng_contact_field .rabari_eng_add_label_area_list span.custom-arrow i {
    top: 25px;
}

.rabari_eng_contact_field_textarea .rabari_eng_contact_label_area label {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #083a6f;
}
form.rabari_eng_register_form .rabari_eng_contact_field_textarea textarea::placeholder {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #ACADAE;
    font-weight: 400;
    line-height: 20px;
}
form.rabari_eng_register_form .rabari_eng_contact_field_textarea textarea {
    max-width: 100%;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-top: 10px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    outline: none;
    transition: all 0.5s ease-in;
    min-height: 120px;
    margin-bottom: 20px;
}
.rabari_eng_form_field_main.rabari_eng_sel_ca_field .rabari_eng_contact_field {
    max-width: 100% !important;
    width: 100% !important;
}
    .rabari_eng_form_field_main .rabari_eng_contact_field .rabari_eng_user_sel_cat_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rabari_eng_form_field_main .rabari_eng_contact_field .rabari_eng_user_sel_cat_main .rabari_eng_user_sel_cat_list {
    max-width: 32%;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-top: 10px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    outline: none;
    transition: all 0.5s ease-in;
    position: relative;
}
.rabari_eng_contact_field .rabari_eng_user_sel_cat_main .rabari_eng_user_sel_cat_list input[type="radio"]{
  display: none;
}
.rabari_eng_contact_field .rabari_eng_user_sel_cat_main .rabari_eng_user_sel_cat_list input[type="radio"]:checked + label,
.rabari_eng_contact_field .rabari_eng_user_sel_cat_main .rabari_eng_user_sel_cat_list input[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #585858;
}
.rabari_eng_contact_field .rabari_eng_user_sel_cat_main .rabari_eng_user_sel_cat_list input[type="radio"]:checked + label:before,
.rabari_eng_contact_field .rabari_eng_user_sel_cat_main .rabari_eng_user_sel_cat_list input[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #707070;
    border-radius: 100%;
    background: #fff;
}
.rabari_eng_contact_field .rabari_eng_user_sel_cat_main .rabari_eng_user_sel_cat_list input[type="radio"]:checked + label:after,
.rabari_eng_contact_field .rabari_eng_user_sel_cat_main .rabari_eng_user_sel_cat_list input[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #083A6F;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.rabari_eng_contact_field .rabari_eng_user_sel_cat_main .rabari_eng_user_sel_cat_list input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.rabari_eng_contact_field .rabari_eng_user_sel_cat_main .rabari_eng_user_sel_cat_list input[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}










.rabari_eng_user_sel_cat_box_main .rabari_eng_user_sel_cat_box_inner {
    background: transparent;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 5px;
    margin-left: 100px;
    position: relative;
    margin-top: 50px;
    margin-bottom: 30px;
    display: none;
}


.rabari_eng_user_sel_cat_box_main .rabari_eng_user_sel_stu_box_inner::before {
    content: "";
    width: 18px;
    height: 18px;
    transform: rotate(45deg);
    background: #fff;
    position: absolute;
    z-index: 998;
    border: 1px solid #BFBFBF;
    left: 90px;
    top: -10px;
    border-width: 1px 0px 0px 1px;
    display: none;
}
.rabari_eng_user_sel_cat_box_main .rabari_eng_user_sel_pre_wor_box_inner::before {
    content: "";
    width: 18px;
    height: 18px;
    transform: rotate(45deg);
    background: #fff;
    position: absolute;
    z-index: 998;
    border: 1px solid #BFBFBF;
    left: 400px;
    top: -10px;
    border-width: 1px 0px 0px 1px;
    display: none;
}
.rabari_eng_user_sel_cat_box_main .rabari_eng_user_sel_bus_det_box_inner::before {
    content: "";
    width: 18px;
    height: 18px;
    transform: rotate(45deg);
    background: #fff;
    position: absolute;
    z-index: 998;
    border: 1px solid #BFBFBF;
    right: 150px;
    top: -10px;
    border-width: 1px 0px 0px 1px;
    display: none;
}


.rabari_eng_user_sel_cat_box_main .rabari_eng_contact_label_area label {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #083a6f;
}


.rabari_eng_user_sel_cat_box_inner .rabari_eng_contact_field_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.rabari_eng_user_sel_cat_box_inner .rabari_eng_contact_field_main .rabari_eng_contact_field_list {
    max-width: 48%;
    width: 100%;
    position: relative;
}
.rabari_eng_user_sel_cat_box_inner .rabari_eng_contact_field_main .rabari_eng_contact_field_list select {
    max-width: 100%;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-top: 10px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    outline: none;
    transition: all 0.5s ease-in;
    position: relative;
}
.rabari_eng_user_sel_cat_box_inner .rabari_eng_contact_field_main span.custom-arrow i {
    font-size: 16px;
    position: absolute;
    right: 10px;
    bottom: 13px;
    color: #707070;
    pointer-events: none;
}
.rabari_eng_user_sel_cat_box_inner .rabari_eng_contact_field_main .rabari_eng_contact_field_list input {
    max-width: 100%;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-top: 10px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    outline: none;
    transition: all 0.5s ease-in;
}



.rabari_eng_register_area_inner form.rabari_eng_register_form .rabari_eng_submit_button_inner {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.rabari_eng_register_area_inner form.rabari_eng_register_form .rabari_eng_submit_button_inner button {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    font-weight: 500;
    color: #fff;
    background: #083a6f;
    border-radius: 6px;
    padding: 12px 40px;
    text-decoration: none;
    border: none;
    outline: none !important;
    cursor: pointer;
}
.rabari_eng_register_area_inner form.rabari_eng_register_form .rabari_eng_already_login_inner a {
    display: flex;
    justify-content: center;
    color: #083a6f;
}





/********************** End Register Page Css **********************/

/********************** Start Footer Css **********************/
.rabari_eng_footer_area_main {
    background: #083a6f;
    padding: 50px;
}
.rabari_eng_footer_area_inner .rabari_eng_footer_menu_list ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}
.rabari_eng_footer_area_inner .rabari_eng_footer_menu_list ul li.rabari_eng_footer_menu a {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #cdcdcd;
    transition: all 0.5s ease-in;
    padding: 5px 10px;
}
.rabari_eng_footer_area_inner .rabari_eng_footer_menu_list ul li.rabari_eng_footer_menu a:hover {
    color: #fff;
}
.rabari_eng_footer_area_inner .rabari_eng_footer_copyright_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.rabari_eng_footer_area_inner .rabari_eng_footer_copyright_area span {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
}
.rabari_eng_footer_area_inner .rabari_eng_footer_copyright_area .rabari_eng_footer_copyright_link {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #cdcdcd;
}
.rabari_eng_footer_area_inner .rabari_eng_footer_copyright_area .rabari_eng_footer_copyright_link a {
    color: #fff;
}
/********************** End Footer Css **********************/