.member_ship h2 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    padding: 16px 0px;
    font-size: 24px;
    line-height: 100.72%;
    letter-spacing: -0.02em;
    color: #636363;
}

.member_ship {
    position: relative;
}

.member_ship p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #636363;
}

.time_btns {
    padding: 20px 0px 10px;
    position: relative;
}

.time_btns.selectb {
    position: absolute;
    width: 395px;
    text-align: center;
}

.time_btns.selectb button {
    border-color: #A98D4B;
    color: #A98D4B;
}

.next_time_btn1 {
    position: relative;
    display: flex;
}

.next_time_btn2 {
    position: absolute;
    top: 50px;
    border: 1px solid #A98D4B !important;
    color: #A98D4B !important;
}

.time_btns button {
    border: 1px solid #636363;
    border-radius: 40px;
    display: inline-block;
    width: 120px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 16%;
    text-decoration: none;
    color: #636363;
    transition: 0.3s;
    height: 40px;
}

.time_btns button:nth-child(2) {
    margin: 0px 20px;
}

.time_btns button:nth-child(3) {
    margin-right: 20px;
}

.time_btns button:hover,
.time_btns button.active {
    background: #A98D4B;
    color: #fff !important;
    border-color: transparent;
}

.time_btns button span {
    width: 120px;
    height: 40px;
    display: inline-grid;
    align-items: center;
    border-radius: 40px;
    margin-top: -1px;
    margin-left: -1px;
}

.member_ship_table {
    width: 100%;
    overflow-x: auto;
}

.table_head p {
    float: right;
    padding-bottom: 20px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #A98D4B;
}

table#customer_tabel {
    empty-cells: show;
    border-collapse: collapse;
    width: 100%;
}

.mobile_collap {
    display: none;
}

tr.plan {
    border-bottom: 1px solid #B7B7B7;
    border-right: 1px solid #B7B7B7;
}

tr.plan.last {
    background-color: #D8BFDC;
}


table#customer_tabel th {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    width: 337px;
    line-height: 21px;
    padding: 19px 20px 18px 65px;
    text-align: right;
    color: #636363;
    /* border-bottom: 1px solid #B7B7B7; */
    border-right: 1px solid #B7B7B7;
}

table#customer_tabel td {
    width: 306px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    /* border-bottom: 1px solid #B7B7B7; */
    border-right: 1px solid #B7B7B7;
    font-size: 14px;
    line-height: 19px;
    color: #7F7F7F;
    text-align: center;
    border-radius: 5px;
    opacity: 0.7;
}

table#customer_tabel td.active {
    opacity: 1;
    background: #EEE;
}

table#customer_tabel td.choose {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    padding: 8px 0px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #7D2B8B;
}

.blank {
    border-right: none !important;
}

p.choose_save {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    text-transform: capitalize;
    color: #FFFFFF;
}

td.price {
    background: #A98D4B !important;
    border-radius: 4px;
    margin-top: 7px;
    border: 2px solid #FFF;
}

.price_content {
    display: flex;
    padding: 10px 0px;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

.price_under_content h2 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    color: #ffffff;
}

.price_under_content h3 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    padding: 7px 0px;
    line-height: 100.72%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.price_under_content h4 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 100.72%;
    letter-spacing: -0.02em;
    text-decoration-line: line-through;
    color: #FFFFFF;
}

.iep_plan input[type="checkbox"] {
    width: 20px;
    height: 20px;
    accent-color: #7D2B8B;
    border-radius: 50%;
    opacity: 0;
    position: relative;
    z-index: 5;
    cursor: pointer;
}

.iep_plan {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-align: left;
}

.iep {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    float: left;
    color: #636363;
    position: relative;
}

.iep::before {
    content: "";
    font-family: fontAwesome;
    text-align: center;
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #666;
    border-radius: 50%;
    display: block;
    left: -31px;
    top: 50%;
    z-index: -0;
    transform: translateY(-50%);
}

.iep_plan input[type="checkbox"]:checked~.iep::before {
    content: "\f00c";
    font-family: fontAwesome;
    background-color: #7D2B8B;
    color: #fff;
    border-color: #7D2B8B;
}

.select_btn td {
    height: 70px;
}

.select_button {
    display: flex;
    height: 100%;
    align-items: flex-end;
    justify-content: center;
}

.select_btn td button {
    border: 1px solid #636363;
    border-radius: 40px;
    padding: 20px 60px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16%;
    text-decoration: none;
    color: #636363;
    transition: 0.3s;
    margin-bottom: 13px;
}

.select_btn td .borderred button {
    border-color: red;
}

.select_btn td button:hover {
    background: #A98D4B;
    color: #fff;
    border-color: transparent;
}

.select_btn td button.active {
    background: #A98D4B;
    color: #fff;
    border-color: transparent;
}

table#customer_tabel td.active.iep_section {
    background: #E5E5E5;
}

.iep_faq .iep_containter {
    color: #7D2B8B;
    position: relative;
    cursor: pointer;
}

.iep_faq .iep_containter img {
    margin-top: 2px;
    margin-left: 4px;
}

.iep_content {
    display: none;
    position: absolute;
    background-color: #BE95C5;
    bottom: 30px;
    text-align: start;
}

.iep_content::after {
    content: "";
    display: block;
    right: 0px;
    position: absolute;
    border-bottom: 5px solid rgb(0 0 0 / 0%);
    border-right: 5px solid rgb(0 0 0 / 0%);
    border-top: 5px solid rgb(190 149 197);
    border-left: 5px solid rgb(0 0 0 / 0%);
}

.iep_content p {
    font-family: 'Open Sans';
    padding: 17px 20px;
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
}

.iep_faq .iep_containter:hover .iep_content {
    display: block;
}

.selected_plan {
    background: linear-gradient(100.53deg, #7D2B8B 31.22%, #BD01AA 63.44%);
    /* margin-top: 90px; */
    padding: 25px 0px;
}

.selected_page_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.selected_page_content h3 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 100.72%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.selected_page_content h3 strong {
    text-transform: uppercase;
}

.change_plan_btn {
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    padding: 10px 20px;
}

.change_plan_btn button {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16%;
    color: #FFFFFF;
    text-decoration: none;
}

.total_amnt {
    background-color: #fafafa;
    padding: 20px 0px;
}

.total_amnt_content h3 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 100.72%;
    letter-spacing: -0.02em;
    color: #636363;
}

.total_amnt_content h4 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #7D2B8B;
}

.total_amnt_content ul li {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    list-style: none;
    color: #7F7F7F;
}

.total_amnt_content h3 span {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-size: 21px;
    line-height: 29px;
    padding-left: 5px;
    color: #7D2B8B;
}

.total_amnt_content h3 span svg,
.total_amnt_content h3 s svg {
    width: 20px;
    height: 16px;
    margin-right: 5px;
}

.total_amnt_content h3 span svg path {
    fill: #7D2B8B;
}

.total_amnt_content h3 s svg path {
    fill: #636363;
}

.payment_details h3 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    padding: 40px 0px;
    line-height: 100.72%;
    letter-spacing: -0.02em;
    color: #636363;
}

.payment_cards {
    display: flex;
    gap: 16px;
}


.row {
    display: flex;
    flex: 1 0 100%;
    gap: 60px;
}

.col {
    flex: 0 0 auto;
    width: 42%;
}

.payment_form {
    padding: 30px 0px;
    border-bottom: 1px solid #e5e5e5;
}

.form-group {
    height: 100%;
}

.form-group label {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    color: #636363;
}

.form-group input,
.form-group select {
    display: block;
    background: #FAFAFA;
    border-radius: 40px;
    padding: 0 20px;
    width: 100%;
    border: transparent;
    height: 40px;
}

.form-group input::placeholder,
.form-group select::placeholder {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #636363;
}

.radio {
    display: flex;
    align-items: center;
    gap: 15px;
    height: 100%;
    margin-top: 20px;
}

.radio input[type="checkbox"] {
    width: 20px;
    accent-color: #A98D4B;
    opacity: 0;
    cursor: pointer;
}

.radio label,
.pay_aggrement label {
    position: relative;
}

.pay_aggrement label svg {
    width: 16px;
    height: 12px;
    margin-right: 5px;
}

.price_under_content h3 svg,
.price_under_content h4 svg {
    width: 18px;
    height: 13px;
}

.iep p svg {
    margin-right: 5px;
}

.body_section.searchbody {
    margin-bottom: 0px !important;
    min-height: 86vh !important;
}

.radio label::before,
.pay_aggrement label::before {
    content: '';
    border: 1px solid #636363;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    left: -33px;
    top: 12px;
    z-index: -1;
    display: block;
    cursor: pointer;
}

.radio input[type="checkbox"]:checked~label::after,
.pay_aggrement input[type="checkbox"]:checked~label::after {
    content: '';
    border: 1px solid #636363;
    width: 10px;
    cursor: pointer;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: -30.8px;
    top: 14.3px;
    z-index: -1;
    display: block;
    background-color: #A98D4B;
}

.promotion {
    border-bottom: 1px solid #e5e5e5;
}

.promotion_code {
    padding: 45px 0px;
    display: flex;
    width: 80%;
    gap: 20px;
    align-items: center;
}

.promotion_code label {
    font-family: 'Open Sans';
    position: relative;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #A98D4B;
}

.promotion_code label span {
    position: absolute;
    width: 100%;
    top: 42px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    padding-left: 25px;
    color: #7D2B8B;
}

.promotion_code input {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #636363;
    background: #FAFAFA;
    padding: 15px 20px;
    border: rgb(0 0 0 / 0%);
    border-radius: 40px;
    height: 40px;
}

.promotion_code button {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16%;
    text-align: center;
    color: #A98D4B;
    border: 1px solid #A98D4B;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s;
    height: 40px;
    width: 140px;
}

.promotion_code button:hover {
    color: #fff;
    background-color: #A98D4B;
}

.pay_aggrement {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 25px 0px;
}

.pay_aggrement label {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #636363;
    line-height: 40px;
}

.pay_aggrement input[type="checkbox"] {
    accent-color: #A98D4B;
    width: 18px;
    height: 18px;
    opacity: 0;
    cursor: pointer;
}

.form_submit_button {
    text-align: center;
    padding: 70px 0px 30px;
}



.form_submit_button .button {
    display: inline-flex;
}

.form_submit_button button {
    background: transparent;
    border: 1px solid #B7B7B7;
    border-radius: 50px;
    text-decoration: none;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16%;
    color: #B7B7B7;
    text-align: center;
    width: 160px;
    height: 40px;
    display: block;
    margin-right: 15px;
    transition: 0.3s;
}

.form_submit_button button:hover {
    background-color: #A98D4B;
    border-color: #A98D4B;
    color: #fff;
}

/* 05 page css start */
.filter_header {
    background: linear-gradient(100.53deg, #7D2B8B 31.22%, #BD01AA 63.44%);
    padding: 10px 0px;
}

.filter_box {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}

.filter_box .filter_search {
    display: flex;
    gap: 3px;
}

.filter_box input {
    width: 100%;
}

.filter_box .filter_search .Profile_complete .detail {
    margin: 0 !important;
}

.filter_box .filter_search .advance_search_filter #my-adv-filter {
    cursor: pointer;
    padding: 12px 40px 0;
    border: none;
    height: 40px;
    width: 267px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    display: block;
    background: #fff;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 103.28%;
    color: #7D2B8B;
}

.filter_box .filter_search .advance_search_filter .filters_search {
    width: 283px;
    position: absolute;
    left: 2px;
    top: 127%;
    background: #FAFAFA;
    z-index: 5;
    padding: 15px;
    padding-left: 10px;
    padding-bottom: 50px;
    display: none;
    /* border:1px solid  #919191; */
}

.filter_box .filter_search .advance_search_filter .filters_search .form_group .price {
    background: #FAFAFA;
    float: left;
    min-width: 37px;
    height: 25px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    padding: 12px;
    margin-top: 9px;
    font-size: 15px;
    color: #919191;
    position: relative;
    left: 10px;
    top: 2px;
    border: 1px solid #919191;
}

.filter_box .filter_search .advance_search_filter .filters_search .form_group .customselect .option input:checked~h3 {
    color: #7D2B8B !important;
}

.filter_box .filter_search .advance_search_filter .filters_search .form_group .customselect .option p input:checked~span {
    background: url(../images/pcheckbox.svg) no-repeat center;
}

.filter_box .filter_search .advance_search_filter .filters_search .qualification .checkbox ul li input[type="checkbox"]:checked~span::before {
    background: #7D2B8B;
}

.filter_box .filter_search .advance_search_filter_input {
    padding: 0;
    overflow-x: unset;
}

.filter_box .filter_search .advance_search_filter .filters_search .form_group .select select {
    background: #fff;
}

.filter_box .filter_search .advance_search_filter .filters_search .form_group .checkbox ul li {
    width: 100% !important;
}

.filter_box .filter_search .advance_search_filter .filters_search .form_group {
    padding-bottom: 15px;
}

.filter_box .filter_search .advance_search_filter .filters_search .form_group .rang,
.filter_box .filter_search .advance_search_filter .filters_search .form_group .slider {
    width: 100% !important;
}

.filter_box .filter_search .advance_search_filter .filters_search .form_group .rang>ul li::before {
    width: 53px;
}

.filter_box .filter_search .advance_search_filter .filters_search .form_group .children_number ul li {
    margin-right: 10px;
}

.filter_box .filter_search .advance_search_filter .filters_search .form_group .customselect {
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
}

/* .filter_box .filter_search .advance_search_filter .filters_search .form_group .customselect>span {
    background: #fff;
} */

.filter_box .filter_search .advance_search_filter .filters_search .form_group .customselect>input::placeholder {
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #636363;
}

.filter_box .filter_search .advance_search_filter .filters_search button {
    background: #FFFFFF;
    border: 1px solid #7D2B8B;
    border-radius: 50px;
    width: 180px;
    height: 40px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    margin-left: 32px;
    align-items: center;
    text-align: center;
    color: #7D2B8B;
}

.filter_box .filter_search .advance_search_filter .advance_search_filter_input span#my-adv-filter::before {
    content: url('../images/filter_icon.svg');
    position: absolute;
    left: 10px;
    top: 10px;
    cursor: pointer;
}

.filter_box .filter_search .advance_search_filter .advance_search_filter_input.op::after {
    transform: rotate(180deg);
    top: 5px;
}

.filter_box .filter_search .advance_search_filter {
    position: relative;
}

.filter_box .filter_search .advance_search_filter .advance_search_filter_input span#my-adv-filter::after {
    content: url('../images/filter_drop_down.svg');
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.filter_box .filter_search .filter_category #my-fil-cat {
    background-image: url('../images/dot_hamburder.svg');
    background-position: 10px 12px;
    background-repeat: no-repeat;
    padding: 10px 0 10px 38px;
    border: none !important;
    height: 40px;
    background-color: #fff;
    position: relative;
}

.filter_box .filter_search .filter_category .overflow {
    width: 100vw;
    min-width: 70vw;
    top: 0;
    left: 0;
    z-index: 3;
    position: fixed
}

.filter_box .filter_search .filter_category {
    position: relative;
    padding: 0 !important;
    width: auto;
    float: none;
}

.filter_box .filter_search .filter_category .form_group .customselect>input {
    border-radius: 0;
}

.filter_box .filter_search .filter_category .form_group .customselect.inp>span {
    margin-right: 0;
    margin-left: 0;
    top: 2px;
    right: 0;
}

.filter_box .filter_search .filter_category .form_group {
    margin-bottom: 0;
}

.filter_box .filter_search .filter_category .customselect {
    width: 100%;
    min-width: 230px;
    margin-right: 0;
}

.filter_box .filter_search .filter_category .customselect .option p h3 {
    display: flex;
    font-style: normal;
    align-items: center;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #636363;
}

.filter_box .filter_search .filter_category .form_group .customselect p {
    padding: 8px 0px 8px 0px;
}

.filter_box .filter_search .filter_category .form_group .customselect .option p span {
    right: 0;
    top: 15px;
}

.filter_box .filter_search .filter_category .form_group .customselect .option input {
    margin-top: 6px;
    right: -2px;
}

.filter_box .filter_search .filter_category .form_group .customselect .option input:checked~h3 {
    color: #7D2B8B;
    font-weight: 700;
}

.filter_box .filter_search .filter_category .customselect .option p h3 svg {
    margin-right: 8px;
    min-width: 30px;
    border: 1px solid #7D2B8B;
    border-radius: 50%;
}

.filter_box .filter_search .filter_category .form_group .customselect .option input:checked~h3 {
    color: #7D2B8B !important;
}

.filter_box .filter_search .filter_category .form_group .customselect .option input:checked~h3 svg,
.filter_box .filter_search .filter_category .form_group .customselect .option input:checked~h3 svg circle {
    fill: #7D2B8B;
}

.filter_box .filter_search .filter_category .form_group .customselect .option input:checked~h3 svg circle {
    stroke: #7D2B8B;
}

.filter_box .filter_search .filter_category .form_group .customselect .option input:checked~h3 svg path {
    fill: #fff;
}

.filter_box .filter_search #my-fil-key {
    padding: 10px 10px;
    border: none !important;
    height: 40px;
    position: relative;
    max-width: 150px;
}

.filter_box .filter_search #my-fil-city {
    padding: 10px 10px;
    border: none !important;
    height: 40px;
    min-width: 80px;
    position: relative;
}

.filter_box .filter_search #my-fil-zip {
    padding: 10px 10px;
    border: none !important;
    height: 40px;
    min-width: 80px;
    position: relative;
}

.filter_box .filter_search #my-fil-dis {
    background-image: url('../images/loc.svg');
    background-position: 10px 12px;
    background-repeat: no-repeat;
    padding: 10px 30px;
    border: none !important;
    height: 40px;
    min-width: 130px;
    background-color: transparent !important;
    position: absolute;
    z-index: 1;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}



.filter_box .distance_input {
    border: none !important;
    height: 40px;
    min-width: 130px;
    width: 100%;
    background-color: #fff !important;
    position: absolute;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}



.filter_box .distance {
    position: relative;
    min-width: 130px;
}

.filter_box .distance_input::after {
    content: url('../images/select_drop.svg');
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 0;
}



.filter_box .distance_input select option {
    background-color: #fff;
}










.filter_box .filter_search input::placeholder {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #7D2B8B;
    
}

.filter_box .search_box #my-fil-search {
    background-image: url('../images/filter_search_icon.svg');
    background-position: 17px 10px;
    background-repeat: no-repeat;
    padding: 10px 0px 10px 20px;
    border: none;
    min-width: 130px;
    margin-right: 23px;
    background-color: #fff;
    height: 40px;
    position: relative;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
    border-radius: 40px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 15px;
    color: #7D2B8B;
    transition: 0.3s;
}

.filter_box .search_box a#my-fil-search {
    display: inline-block;
    text-align: center;
    line-height: 20px;
}

.filter_box .search_box #my-fil-search:hover {
    background-color: #f3d6f8;
}

.filter_box select {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    appearance: none;
    color: #B88BC0;
}




.filter_box select::after {
    content: "hello";
}


.body_section {
    display: flex;
}

#leftdata {
    background: rgb(250, 250, 250);
}

/* side_bar */
.left_side_section {
    width: 22.5%;

    /* border: 1px solid #e5e5e5 !important; */
    width: 267px;

    min-width: 267px;
}

.right_side_section {
    width: 77.5%;
    padding: 0px 30px;
}

.left_side_section .profile_box {
    background: linear-gradient(90deg, rgba(229, 229, 229, 0.4) 0%, rgba(250, 250, 250, 0.4) 100%);
    padding: 20px;
}

.mobile_profile_box {
    display: none;
}

.left_side_section .profile_box .profile_box_social {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.left_side_section .profile_box .profile_box_social .profile_box_social_sec1 {
    display: flex;
    gap: 7px;
    align-items: center;
}

.left_side_section .profile_box .profile_box_social .profile_box_social_sec1 img {
    width: 14px;
    height: 14px;
}

.question_new .Profile_complete .detail .col-6 .iconsec.space ul li:nth-child(3) {
    margin-right: 12px;
}

.left_side_section .profile_box .profile_box_social .profile_box_social_sec2 img {
    margin-left: 5px;
    cursor: auto;
}

.progilecl .custom_calender .middel ul li {
    cursor: auto;
}

.left_side_section .profile_box .profile_pic_sec {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 10px;
}

.left_side_section .profile_box .profile_pic_sec .profile_pic {
    position: relative;
}

.left_side_section .profile_box .profile_pic_sec .profile_pic img {
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
}

.left_side_section .profile_box .profile_pic_sec .profile_pic .edit_icon {
    position: absolute;
    bottom: 0;
    right: 0;
}

.left_side_section .profile_box .profile_detail p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 103.28%;
    text-align: center;
    color: #636363;
}

.left_side_section .profile_box .profile_detail .profilestart_video {
    text-align: center;
}

.left_side_section .profile_box .profile_detail .profilestart_video img:nth-child(1) {
    /* margin-left: -40px; */
    cursor: pointer;
}

.left_side_section .profile_box .profile_detail .profilestart_video img:nth-child(2) {
    padding-left: 20px;
    width: 90px;
}

.left_side_section .profile_box .profile_detail .profilestart_video span {
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    margin-left: 10px;
    color: #A98D4B;
}

.left_side_section .profile_box .profile_functions {
    display: flex;
    padding-top: 20px;
    text-align: center;
    justify-content: space-between;
}

.left_side_section .profile_box .profile_functions h5 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #7F7F7F;
}

.left_side_section .profile_box .profile_functions h6 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 21px;
    color: #7F7F7F;
}

.left_side_section .profile_box .profile_functions .vi {
    height: auto;
    width: 1px;
    background-color: #c4c4c4;
}

.left_side_section .silde_bar_dropdowns {
    padding: 15px;
}

button.side_drop_collapse {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding: 15px 0px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    background-color: transparent;
    outline: none;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #636363;
}

button.side_drop_collapse_none {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding: 15px 0px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    background-color: transparent;
    outline: none;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #636363;
}

button.side_drop_collapse_none.active {
    font-weight: 600;
    line-height: 22px;
    color: #3f3f3f;
}

button.side_drop_collapse.active {
    font-weight: 600;
    line-height: 22px;
    color: #BEBEBE;
}

.all_review ul li {
    list-style: none;
    float: left;
    width: 33.33%;
    padding-right: 10px;
}

.all_review ul li p {
    padding-top: 0 !important;
}



button.side_drop_collapse_none h4 {
    margin-left: 19px;
}

button.side_drop_collapse h4 {
    margin-left: 10px;
}

button.side_drop_collapse span {
    color: #7D2B8B;
}

.side_drop_collapse:after {
    position: absolute;
    content: url("../img/side_drop_first.png");
    top: 15px;
    right: 25px;
}

.side_drop_collapse.active:after {
    content: url("../img/side_drop_second.png");
}

.side_drop_collapse_box_content {
    padding: 0px 15px;
    background-color: white;
    /* max-height: 0; */
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background: linear-gradient(180deg, #f3f3f3 0%, #f8f8f8 5.01%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 70%, #f8f8f8 95%, #f3f3f3 100%);
    padding: 10px;
    display: none;
}

.side_drop_collapse_box_content ul li {
    padding: 5px 0;
    font-weight: 600;
    font-size: 13px;
    line-height: 21px;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #636363;
    transition: 0.3s;
}

.side_drop_collapse_box_content ul li.Document_main {
    display: block;
    position: relative;
}

.side_drop_collapse_box_content ul li.Document_main.side_drop_collapse::after {
    top: 6px;
}

.right_side_section .looking_for_candidate.job_post .looking_for_candidate_boxs .looking_for_candidate_box .view_profile_btn.newadd a {
    background-color: #A98D4B;
    border-color: #A98D4B;
}

.right_side_section .looking_for_candidate.job_post .looking_for_candidate_boxs .looking_for_candidate_box .view_profile_btn.newadd a:hover {
    background-color: transparent;
    border-color: #A98D4B;
    color: #A98D4B;
}

.side_drop_collapse_box_content ul li.Document_main ul {
    padding-left: 25px;
}

.side_drop_collapse_box_content ul li.Document_main ul li {
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    color: #636363;
}

.Document_main ul li span {
    background: #A98D4B;
    border-radius: 24px;
    margin: 0 0 0 10px;

    font-weight: 700;
    font-size: 9px;
    line-height: 21px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0 10px;
}

.Document_main ul li span a {
    color: #fff;
}

.video_landing .modal-dialog {
    max-width: 1000px;
}

.side_drop_collapse_box_content ul li.Document_main ul li.upgrade {
    color: #B7B7B7;
}

.side_drop_collapse_box_content ul li.active,
.side_drop_collapse_box_content ul li.active svg path,
.side_drop_collapse_box_content ul li:hover,
.side_drop_collapse_box_content ul li:hover svg path {
    color: #A98D4B;
    fill: #A98D4B;
}

.side_drop_collapse_box_content ul li svg {
    width: 14px;
    height: 14px;
    transition: 0.3s;
    margin-right: 5px;
}

/* right_side_section start */
.right_side_section .looking_for_candidate h2 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #636363;
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.right_side_section .looking_for_candidate .looking_for_candidate_filter_sec {
    display: flex;
    justify-content: space-between;
    padding: 7px 0px;
}

.right_side_section .looking_for_candidate .looking_for_candidate_filter_sec .result p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #B7B7B7;
}

.right_side_section .looking_for_candidate .looking_for_candidate_filter_sec .page_filter {
    display: flex;
    gap: 30px;
}

.right_side_section .looking_for_candidate .looking_for_candidate_filter_sec .page_filter label {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #636363;
}

.right_side_section .looking_for_candidate .looking_for_candidate_filter_sec .page_filter select {
    appearance: none;
    border: none !important;
    padding: 0px 10px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #B7B7B7;
    background-color: transparent;
    padding-right: 15px;
}


.right_side_section select option {
    background-color: #fff !important;
    cursor: pointer;
    color: #636363;
}



.right_side_section .looking_for_candidate .looking_for_candidate_filter_sec .page_filter .sortby,
.right_side_section .looking_for_candidate .looking_for_candidate_filter_sec .page_filter .resultperpage {
    position: relative;
    display: flex;
    text-align: center;
    align-items: center;
}

.right_side_section .looking_for_candidate .looking_for_candidate_filter_sec .page_filter .sortby .sortby_select::after,
.right_side_section .looking_for_candidate .looking_for_candidate_filter_sec .page_filter .resultperpage .resultperpage_select::after {
    content: url('../images/select_drop.svg');
    position: absolute;
    top: -2px;
    fill: #636363;
    right: 0px;
    z-index: -1;
}


.right_side_section .looking_for_candidate .looking_for_candidate_boxs {
    transition: 0.3s;
    padding: 0 10px;
}

.right_side_section .looking_for_candidate .looking_for_candidate_boxs:hover {
    box-shadow: 0 7px 10px #ccc;
}

.right_side_section .looking_for_candidate .looking_for_candidate_boxs>p,
.right_side_section .looking_for_candidate .looking_for_candidate_boxs p.parbot {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #B7B7B7;
    border-bottom: 1px solid #b7b7b7;
    padding-bottom: 5px;
}

.right_side_section .looking_for_candidate .looking_for_candidate_boxs>p a,
.right_side_section .looking_for_candidate .looking_for_candidate_boxs p.parbot a {
    color: #A98D4B;
    text-decoration: underline;

}

.right_side_section .looking_for_candidate .looking_for_candidate_boxs p.parbot {
    border-top: 1px solid #b7b7b7;
}

.noresult {
    width: 100%;
    height: 500px;
    text-align: center;
    position: relative;
    padding-top: 18%;
}

.noresult h3 {
    font-weight: 400;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    color: #DADADA;
    border: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mobile_looking_for_candidate_boxs {
    display: none;
}

.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box {
    display: flex;
    gap: 10px;
    padding-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #b7b7b7;
    margin-bottom: 5px;
    flex-wrap: wrap;
}

.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .first_sec {
    position: relative;
}

.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .first_sec .nany_social {
    padding-top: 10px;
    display: flex;
    gap: 10px;
    left: 5px;
    bottom: 0;
}

.captcha #rc-anchor-alert,
.captcha .rc-anchor-alert {
    display: none;
}

.Profile_complete .detail .special_education .form_group.methad ul li {
    width: auto !important;
    margin-right: 40px;
}

.captcha {
    float: left;
    width: 100%;
    text-align: center;
}

.captcha div {
    width: 100% !important;
}


.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .first_sec .image_sec {
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    margin: 10px 10px 0 0;
    cursor: pointer;
}

.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .first_sec .image_sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.loader {
    border: 8px solid #fff;
    border-radius: 50%;
    border-top: 8px solid #A98D4B;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
    margin: 0 auto;
}

.loder_back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: #0000000d;
    z-index: 55555555555555555555555;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.social_share {
    position: relative;
}

.social_share ul li button {
    background: transparent !important;
    border: none !important;
    margin: 0 !important;
    padding: 0;
    width: auto !important;
    margin: 3px 0 !important;
    transition: 0.3s;
}

.social_share ul li button:hover svg circle {
    fill: #A98D4B;
}

.social_share ul {
    position: absolute;
    display: none;
    gap: 5px;
    right: 100%;
    top: -8px;
    padding-right: 10px !important;
    background: #fff;
}

.social_share ul li svg {
    width: 30px !important;
    height: 30px !important;
}

.social_share img {
    min-width: 16px;
    height: 16px;
    display: block;
    cursor: pointer;
}

.social_share:hover ul {
    display: flex;
}

.social_share:hover img {
    opacity: 0;
}

.inner_wrapper .icon_wrap .social_share:hover ul,
.profile_box_social_sec1 .social_share:hover ul {
    display: block;
}

.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .first_sec .image_sec_teacher {
    width: 150px;
    height: 120px;
    display: flex;
    background-color: transparent;
    align-items: center;
    justify-content: center;
}

.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .first_sec .heart_sec {
    position: absolute;
    right: 0;
    top: 0;
}

.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .second_sec .heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #636363;
    flex-wrap: wrap;
}

.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .second_sec .heading button {
    background: #7D2B8B;
    border-radius: 40px;
    width: 51px;
    height: 30px;
    font-weight: 600;
    font-size: 13px;
    line-height: 103.28%;
    color: #FFFFFF;
    transition: 0.3s;
    border: 1px solid #7D2B8B;
    margin: 0 15px;
}

.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .second_sec .heading button:hover {
    background: transparent;
    color: #7D2B8B;
}

.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .second_sec {
    width: 100%;
    position: relative;
    flex: 0 0 86%;
}

.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .second_sec .heart_sec {
    position: relative;
    display: none;
}

.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .second_sec h3,
.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .second_sec h3 a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    color: #636363;
    flex: 50%;
    cursor: pointer;
}

.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .second_sec .post_general {
    display: flex;
    padding-top: 5px;
    gap: 10px;
    align-items: center;
}

.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .second_sec .post_general p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    padding-top: 0px;
    color: #A98D4B;
    display: flex;
    gap: 2px;
    align-items: center;
}

.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .second_sec .post_general p svg {
    fill: transparent;
    width: 11px;
}

.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .second_sec .post_general p img {
    width: 70px;
}

.post_pay img,
.post_fet img,
.post_cal img,
.post_loc img {
    width: 11px;
}

.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .second_sec .post_detail {
    display: block;
    padding-top: 10px;
    gap: 6px;
    align-items: center;
    float: left;
    width: 100%;
}

.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .second_sec .post,
.post_pay,
.post_fet,
.post_cal,
.post_loc {
    display: flex;
    gap: 10px;
    align-items: center;
    float: left;
    margin-bottom: 5px;
}


.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .second_sec .post img {
    width: 12px;
    object-fit: none;
}

.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .second_sec .post_detail h5 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    color: #636363;
    letter-spacing: -0.5px;
}

.successpass p {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #636363;
}

.successpass .loginbtn {
    background: transparent !important;
    color: #A98D4B;
    border: 2px solid #A98D4B !important;
    border-radius: 40px;
    padding: 4px 25px 8px;
    margin-top: -7px;
    transition: 0.3s;
    width: 120px;
    height: 40px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    position: relative;
    display: inline-block;
    transition: 0.3s;
    transform: rotate(0);
    margin-top: 18px;
}

.successpass .loginbtn:hover {
    background: #A98D4B !important;
    color: #fff;
}

.paymentedit {
    width: 100%;
    max-width: 900px;
}

.paymentedit label {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #636363;
    text-align: left;
    display: block;
    margin-bottom: 10px;
}

.paymentedit .row {
    gap: 25px;
}

.duplicate {
    background: #FAFAFA;
    border-radius: 40px;
    padding: 0 20px;
    width: 100%;
    border: transparent;
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666;
    cursor: pointer;
}

.panel-body .form-group .field-box>span.duplicate {
    background: #FAFAFA;
    border-radius: 40px;
    padding: 0 20px;
    width: 100%;
    border: transparent;
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666;
    position: relative;
    margin: 0;
    bottom: 0;
}

.duplicate::after {
    content: "\f078";
    position: absolute;
    right: 9px;
    font-weight: 500;
    font-family: fontAwesome;
    font-size: 10px;
}

.country_custom {
    width: 100%;
    background: #eee;
    text-align: left;
    max-height: 300px;
    overflow-y: scroll;
    padding: 5px 0;

    position: absolute;
    z-index: 10;
    bottom: 42px;
}

.bgremove {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000003;
    z-index: 2;
}

.country_custom li {
    padding: 3px 10px;
    font-size: 13px;
    color: #666;
    cursor: pointer;
    transition: 0.3s;
}

.country_custom li:hover {
    background: #A98D4B;
    color: #fff;
}

.paymentedit .col-md-6 {
    width: 45%;
}

.editcard .modal-dialog {
    max-width: 900px;
}

.paymentedit .field-box {
    margin-top: 20px !important;
}

.editcard .save-info {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    float: left;
    width: 100%;
}

.editcard .save-info label {
    margin-bottom: 0;
}

.editcard .save-info input[type="checkbox"]:checked,
.editcard .save-info input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.editcard .save-info input[type="checkbox"] {
    opacity: 1;
}

.editcard .save-info label>img.tickicon1 {
    display: none;
}

.editcard .save-info input[type="checkbox"]:checked+label>img.tickicon1 {
    position: absolute;
    left: 0px;
    width: 20px;
    display: block !important;
    top: 0;
}

.editcard .panel-body .button {
    margin: 30px 0 0;
}

.editcard .panel-body {
    border-bottom: 0;
}

.cancelmembership {
    padding: 40px 0 0;
}

.cancelmembership h2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #7D2B8B;
    padding-bottom: 24px;
}

.cancelmembership h2 img {
    width: auto;
    border-radius: 0;
}

.cancelmembership .cancelmembershipp {
    background: #FAFAFA;
    padding: 28px;
}

.cancelmembership .cancelmembershipp p {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #636363;
    padding: 0;
    max-width: 500px;
    margin: 0 auto;
}

.cancelmembership .cancelmembershipp p.second {
    text-align: left;
    font-weight: 600;
}

.cancelmembership .cancelmembershipp p span {
    color: #7D2B8B;
}

.cancelmembership .cancelmembershipp .button {
    display: inline-flex;
    gap: 20px;
    margin-top: 15px;
}

.cancelmembership .cancelmembershipp .onepxline {
    margin: 10px auto 25px;
    max-width: 450px;
    height: 1px;
    background-color: #B7B7B7;
}

.cancelmembership .cancelmembershipp ul {
    max-width: 450px;
    margin: 0 auto;
    text-align: left;
}

.cancelmembership .cancelmembershipp ul li img {
    width: auto;
    margin: 0;
}

.cancelmembership .cancelmembershipp ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #636363;
    margin-bottom: 10px;
}

.cancelmembership .cancelmembershipp ul li input {
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.cancelmembership .cancelmembershipp ul li input:checked~span {
    position: relative;
}

.cancelmembership .cancelmembershipp ul li input:checked~span::before {
    content: "\f00c";
    position: absolute;
    left: -24px;
    top: 50%;
    transform: translateY(-50%);
    font-family: FontAwesome;
    width: 17px;
    height: 17px;
    display: block;
    background: #7D2B8B;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    box-sizing: border-box;
    font-size: 10px;
    line-height: 16px;
}

.heart_sec input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
}

.heart_sec input:checked~svg path:last-child {
    fill: #A98D4B;
}

.profileshow .left_side_section .profile_box .profile_detail p a {
    display: inline-block;
    position: relative;
}

.cancelmembership .cancelmembershipp .comment {
    width: 100%;
    padding-left: 25px;
    max-width: 450px;
    margin: 0 auto;
    position: relative;
}



.cancelmembership .cancelmembershipp .comment textarea {
    height: 60px;
    padding: 7px;
    width: 100%;
    border: none;
}

.cancelmembership .cancelmembershipp .comment span {
    position: absolute;
    right: 7px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #B7B7B7;
    bottom: 7px;
}

.cancelmembership .cancelmembershipp .button button {
    background: transparent;
    border: 1px solid #B7B7B7;
    border-radius: 50px;
    height: 40px;
    transition: 0.3s;
    color: #B7B7B7;
    font-weight: 600;
    font-size: 16px;
    min-width: 140px;
    line-height: 103.28%;
}

.cancelmembership .cancelmembershipp .button button:hover {
    background: #7D2B8B;
    color: #fff;
    border-color: #7D2B8B;
}



@media (min-width:1300px) {


    .right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .second_sec .post,
    .post_pay,
    .post_fet,
    .post_cal,
    .post_loc {
        display: flex;
        gap: 5px;
        align-items: center;
    }

    .right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .second_sec .post_detail h5 {
        font-size: 13px;
        letter-spacing: 0;
    }

    .filter_box .distance_input,
    .filter_box .distance,
    .filter_box .filter_search #my-fil-zip,
    .filter_box .filter_search #my-fil-city,
    .filter_box .filter_search #my-fil-dis {
        min-width: 160px;
    }

    .filter_box .filter_search .filter_category .customselect {
        min-width: 260px;
    }
}

.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .second_sec .post_detail .vi {
    width: 1px;
    height: 16px;
    background-color: #b7b7b7;
    float: left;
    margin: 0 5px 7px;
}

.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .second_sec h6 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #A98D4B;
    cursor: pointer;
}

.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .second_sec h6 a {
    color: #A98D4B;
}

.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .second_sec p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    padding-top: 10px;
    color: #636363;
}

.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .second_sec p span {
    text-decoration: none;
    color: #A98D4B;
    font-weight: 700;
    cursor: pointer;
}

.right_side_section .hide,
.mobile_looking_for_candidate_box .hide {
    display: none;
}

.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .view_profile_btn {
    float: right;
    display: inline-flex;
    gap: 15px;

}

.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .view_profile_btn a,
.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .view_profile_btn button {
    text-decoration: none;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    padding: 4px 20px;
    border-radius: 40px;
    font-size: 11px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    background-color: #A98D4B;
    height: 30px;
    margin-top: 10px;
    border: 1px solid #A98D4B;
    transition: 0.3s;
    min-width: 136px;
}

.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .view_profile_btn button:hover,
.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .view_profile_btn a:hover {

    color: #A98D4B;
    background: transparent;
}

.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .view_profile_btn a:last-child {
    background-color: #7D2B8B;
    border-color: #7D2B8B;
}

.main-header .right_side_section .suggess {
    padding: 30px;
    background-color: #FAFAFA;
    margin-top: 30px;
}

.main-header .right_side_section .suggess ul {
    display: flex;
    align-items: center;
}

.main-header .right_side_section .suggess ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 50%;
}

.main-header .right_side_section .suggess ul li>svg {
    padding: 8px;
    border: 1px solid #B7B7B7;
    border-radius: 50%;
    width: 35px;
    min-width: 10px;
    height: 35px;
}

.main-header .right_side_section .suggess p {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #636363;
}

.main-header .right_side_section .suggess a {
    font-weight: 700;
    font-size: 14px;
    line-height: 103.28%;
    display: block;
    text-decoration-line: underline;
    color: #7D2B8B;
    margin-top: 6px;
}

.main-header .right_side_section .suggess a svg {
    width: 20px;
    height: 20px;
}

.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .view_profile_btn a:last-child:hover {
    background-color: transparent;
    color: #7D2B8B;
}

/* upgrade section start */
.update_to_premium {
    background: linear-gradient(100.53deg, #947C43 31.22%, #AC8A3A 60.58%);
    border-radius: 4px;
    padding: 5px 13px 5px 30px;
    display: flex;
    align-items: center;
    margin-top: 45px;
    justify-content: space-between;
    display: none;
}

.mob_update_to_premium {
    display: none;
}

.update_to_premium h2 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 22px;
    justify-content: space-between;
    width: 65%;
}

.update_to_premium h3,
.update_to_premium h3 a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-size: 15px;
    line-height: 0%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.interested_fam h2 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    display: flex;
    align-items: center;
    padding: 30px 0px 0;
    color: #636363;
}

.interested_fam p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #636363;
    padding: 10px 0 10px 0;
}

/* .interested_fam_boxs {
    display: flex;
    justify-content: space-between;
} */

.interested_fam_boxs .interested_fam_box {
    display: inline-block;
    margin: 25px 2%;
    width: 96%;
    background: #FFFFFF;
    padding: 10px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.interested_fam_boxs .slick-slide .interested_fam_box .image_sec .heart_sec img {
    width: 24px;
    height: 14px;
}

.interested_fam_boxs .slick-next {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 110%;
    font-size: 8px;
    padding: 0;
    border: 2px solid #ccc;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    display: inline-block !important;
}

.interested_fam_boxs .slick-prev {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 110%;
    font-size: 8px;
    padding: 0;
    border: 2px solid #ccc;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    display: inline-block !important;
    left: 92% !important;
}

.interested_fam_boxs .slick-prev::before,
.interested_fam_boxs .slick-next::before {
    font-size: 16px !important;
}

.interested_fam_boxs .slick-slide .interested_fam_box img {
    height: 10px;
    width: 63px;
    border-radius: 0;
}

.interested_fam_boxs .interested_fam_box:last-child {
    margin-right: 0;
}

.interested_fam_boxs .interested_fam_box .image_sec {
    width: auto;
    height: 120px;
    display: flex;
    background-color: transparent;
    align-items: center;
    justify-content: center;
    position: relative;
}

.interested_fam_boxs .interested_fam_box .image_sec .heart_sec {
    position: absolute;
    right: 6px;
    top: 5px;
}

.interested_fam_boxs .interested_fam_box .image_sec .heart_sec.delete {
    right: auto;
    left: 6px;
    cursor: pointer;
    
}

.interested_fam_boxs .interested_fam_box .image_sec .heart_sec.delete svg{
    fill: #7D2B8B 
}

.interested_fam_boxs .interested_fam_box .general_sec h4 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #636363;
    overflow: hidden;
}

.interested_fam_boxs .interested_fam_box .general_sec p svg {
    fill: none;
}

.interested_fam_boxs .interested_fam_box .general_sec h4 a {
    color: #636363;
}

.interested_fam_boxs .interested_fam_box .general_sec>span {
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    margin-left: 10px;
    color: #A98D4B;
}

.interested_fam_boxs .interested_fam_box .general_sec .detail_sec {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-top: 6px;
}

.interested_fam_boxs .interested_fam_box .general_sec .detail_sec img {
    width: 12px;
    object-fit: none;
}

.table-inbox tr td p {
    max-width: 300px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    display: inline;
}

.interested_fam_boxs .interested_fam_box .general_sec .detail_sec p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #636363;
    padding: 0;
    text-transform: capitalize;
}

.interested_fam_boxs .slick-slide .interested_fam_box .image_sec img {
    width: 100%;
    height: 100%;
}

.arrowtop {
    position: fixed;
    cursor: pointer;
    display: none;
    right: 0;
    bottom: 25px;
    z-index: 5;
}

.fam_slide_btns {
    display: flex;
    gap: 10px;
    justify-content: end;
    margin-top: 20px;
    padding-bottom: 20px;
}

/* upgrade section end */


/* slider start */
.right_side_section .slider {
    display: flex;
    gap: 11px;
    margin: 35px 0px;
}

.slider_item {
    width: 100%;
    text-align: center;
}

.slider_item .center {
    height: 130px;
}

.slider_item .end img {
    margin-top: -110px;
    border: 6px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.25);
}

.slider_item .head p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #B7B7B7;
}

.slider_item .end p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    padding-bottom: 25px;
    padding-top: 13px;
    text-align: center;
    color: #FFFFFF;
}

.slider_item:nth-child(odd) .head {
    background: #f1f1f1;
}

.slider_item:nth-child(odd) .center {
    background: #fafafa;
}

.slider_item:nth-child(odd) .end {
    background: #7D2B8B;
}

.slider_item:nth-child(even) .head {
    background: #F6F3EC;
}

.slider_item:nth-child(even) .center {
    background: #fcfbf9;
}

.slider_item:nth-child(even) .end {
    background: #A98D4B;
}

.slider_buttons {
    float: right;
    display: flex;
    gap: 10px;
    align-items: center;
}

.load_more {
    float: right;
}

.load_more,
.load_more a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    cursor: pointer;
    font-size: 16px;
    line-height: 103.28%;
    color: #A98D4B;
}

/* slider end */

.local_business h4 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    padding: 17px 7px;
    line-height: 25px;
    color: #636363;
    border-bottom: 1px solid #E5E5E5;
}

.local_business .head p {
    font-family: 'Open Sans';
    float: right;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 103.28%;
    text-decoration-line: underline;
    color: #7D2B8B;
    cursor: pointer;
}

.business_card .business_card_box .pricing_session .pricing p {
    font-size: 13px;
}

.business_card .business_card_box .pricing_session .pricing p span,
.business_card .business_card_box .pricing_session .pricing p strong s {
    font-size: 14px !important;
}

.local_business .head p span img {
    padding-left: 4px;
    width: auto;
    position: relative;
    top: 3px;
}

.local_business .head {
    padding: 25px 0px;
}

.business_card {
    display: inline-block;
    margin-bottom: 15px;
}

.business_card .business_card_box {
    background-color: #fafafa;
    padding: 20px 0px;
    margin-top: 20px;
    display: inline-block;
    width: 48%;
}

.business_card .business_card_box:nth-child(even) {
    float: right;
}

.business_card .business_card_box .profile {
    display: flex;
    padding: 0px 25px;
    justify-content: space-between;
    margin-bottom: 7px;
}

.business_card .business_card_box .profile .logo_name_rating {
    display: flex;
}

.business_card .business_card_box .profile .logo_name_rating .logo {
    padding: 0;
    width: auto;
}

.business_card .business_card_box .profile .logo_name_rating .heart img {
    padding-left: 5px;
}

.business_card .business_card_box .profile .logo_name_rating .name_rating {
    padding-left: 10px;
}

.business_card .business_card_box .profile .logo_name_rating .name_rating .name p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #636363;
}

.business_card .business_card_box .profile .logo_name_rating .name_rating .rating p {
    padding-top: 5px;
}

.business_card .business_card_box .profile .logo_name_rating .name_rating .rating p span {
    padding-left: 5px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    color: #A98D4B;
}

.business_card .business_card_box .service_offer {
    background: rgba(125, 43, 139, 0.6);
    padding: 10px 30px;
}

.business_card .business_card_box .service_offer p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.business_card .business_card_box .pricing_session {
    display: flex;
    padding: 5px 30px;
    justify-content: space-between;
}

.business_card .business_card_box .pricing_session .pricing {
    display: flex;
    align-items: center;
}

.business_card .business_card_box .pricing_session .pricing p {
    padding-left: 3px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #636363;
}

.business_card .business_card_box .pricing_session .pricing p strong s {
    font-weight: 700;
    font-size: 17px;
}

.business_card .business_card_box .pricing_session .pricing p span {
    padding-left: 10px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 14px;
    color: #7D2B8B;
}

.business_card .business_card_box .pricing_session .session {
    display: flex;
    align-items: center;
}

.business_card .business_card_box .pricing_session .session p {
    padding-left: 3px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #636363;
}

.business_card .business_card_box .pricing_session .session p span {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: #A98D4B;
}

.business_card .business_card_box .description p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #636363;
    padding: 5px 30px;
}

.business_card .business_card_box .busniess_btn_section {
    text-align: center;
    margin: 20px 0px;
}

.business_card .business_card_box .busniess_btn_section a.claim_btn,
.business_card .business_card_box .busniess_btn_section a.view_btn {
    padding: 5px 18px;
    height: 30px;
    width: 124px;
    display: inline-block;
    border: 1px solid #A98D4B;
    border-radius: 40px;
    background: transparent;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #A98D4B;
    text-decoration: none;
    margin: 0 10px;
    transition: 0.3s;
}

.business_card .business_card_box .busniess_btn_section a.claim_btn:hover,
.business_card .business_card_box .busniess_btn_section a.view_btn:hover {
    color: #fff;
    background: #A98D4B;
}

.edu_store h4 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    padding: 17px 0px;
    line-height: 25px;
    color: #636363;
    border-bottom: 1px solid #E5E5E5;
}

.edu_store .head {
    display: flex;
    justify-content: space-between;
    padding: 22px 0px;
    font-family: 'Open Sans';
    font-style: normal;
}

.edu_store .head h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #636363;
}

.edu_store .head h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 103.28%;
    text-decoration-line: underline;
    color: rgb(125 43 139);
}

.edu_store .head h6 span img {
    padding-left: 4px;
    width: auto;
    position: relative;
    top: 3px;
}

.edu_store p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #636363;
}

.edu_store .edu_store_content {
    display: flex;
    padding: 16px 0px;
    gap: 45px;
    align-items: initial;
}

.edu_store .edu_store_content img {
    width: 100%;
    height: 100%;
}

.edu_store .edu_store_content .collapse_boxs {
    border-top: 1px solid #e5e5e5;
}

button.collapse {
    cursor: pointer;
    position: relative;
    padding: 8px 15px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    background-color: transparent;
    outline: none;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #A98D4B;
}

.profile_box_social .addjob button {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #7D2B8B;
    gap: 8px;
}

.Profile_complete .detail .special_education.big .form_group {
    width: 100%;
}

.Profile_complete .detail .special_education.big .form_group.methad .checkbox {
    width: 100% !important;
}

.collapse:after {
    content: url("../img/Shape.png");
    font-size: 13px;
    color: white;
    float: right;
    margin-left: 5px;
}

/* .active:after {
    content:url("../img/second_arrow.png");
} */

.collapse_box_content {
    padding: 0px 15px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.slider_up_button {
    display: none;
}

.edu_store_content .mobile_edu_store_cont {
    display: none;
}

.mobile_looking_for_candidate h2 {
    display: none;
}

.pdng {
    padding: 30px;
}

.signout h2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #636363;
}

.signout p {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #636363;
    margin-top: 20px;
}

.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .view_profile_btn.newadd {
    float: none;
    width: 100%;
    display: inline-block;
    text-align: right;
}

.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .view_profile_btn.newadd a {
    margin-right: 20px;
    background-color: #7D2B8B;
    border-color: #7D2B8B;
    display: inline-block;
}

.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .view_profile_btn.newadd a:hover {
    margin-right: 20px;
    background-color: transparent;
    color: #7D2B8B;
    border-color: #7D2B8B;
}

.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .view_profile_btn.newadd button:nth-child(2) {
    background-color: #A98D4B;
    border-color: #A98D4B;
}

.senddoc ul {
    width: 74%;
    float: left;
    clear: both;
    margin: 20px 13%;
}

.senddoc ul li {
    float: left;
    width: 100%;
    position: relative;
    padding: 10px;
    display: flex;
    gap: 20px;
    align-items: center;
    border-bottom: 1px solid #ccc;
}

.senddoc ul li .view-message .circle::after {
    top: 20px;
    border-color: #A98D4B;
}

.senddoc ul li .view-message .circle::before {
    content: "\f00c";
    top: 20px;
    background: #A98D4B;
    left: 11px;
    width: 20px;
    height: 20px;
    font-family: FontAwesome;
    color: #fff;
}

.senddoc ul li .bothtype {
    display: flex;
    text-align: left;
    align-items: center;
    gap: 10px;

}

.senddoc ul li .bothtype p {
    padding: 0;
    margin: 0;
    text-align: left;
}

.senddoc ul li .bothtype p h3 {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #A98D4B;
}

.senddoc ul li .bothtype p span {
    font-size: 13px;
    line-height: 14px;
    color: #636363;
    font-weight: 400;
}

.senddoc .file {
    float: left;
    width: 86%;
    margin: 0 7%;
    display: flex;
    align-items: center;
}

.senddoc .file label {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #636363;
    margin-right: 10px;
}

.senddoc .file input {
    padding: 10px 15px;
    background: transparent;
    width: 65%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    cursor: pointer;

}

.senddoc .file span {
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #636363;
    width: 65%;
    padding: 10px 15px;
    display: inline-block;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
}

.senddoc .file .group_label {
    background: rgba(255, 255, 255, 0.947);
    border-radius: 50px;
    position: relative;
    width: 75%;
}

.senddoc .file .group_label button {
    margin: 0;
    color: #fff;
    border-color: #A98D4B;
    position: relative;
    float: right;
    background: #A98D4B;
}

.senddoc .file .group_label button:hover {
    background: transparent;
    color: #fff;
    background: #A98D4B;

}

.senddoc .file>input:focus {
    border: none;
    border: none !important;
    background: none !important;

}

.senddoc .file .group_label button input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
}

.senddoc>p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #636363;
    border-bottom: 1px solid #636363;
    padding-bottom: 5px;
    float: left;
    border: navajowhite;
    text-align: center;
    width: 100%;
}

.senddoc>p a {
    color: #A98D4B;
    text-decoration: underline;
}

.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .view_profile_btn.newadd button:nth-child(2):hover {
    background-color: transparent;
    border-color: #A98D4B;
    color: #A98D4B;
}

.signout .button {
    display: inline-flex;
    gap: 20px;
}

.invite.signout .button button {
    width: 160px;
    height: 40px;
    border: 1px solid #A98D4B;
    color: #A98D4B;
}

.invite.signout .noteedit {
    width: calc(100% - 80px);
    background: transparent;
    margin: 0 40px;
    border-top: 1px solid #ccc;
    align-items: normal;
    text-align: left;
    padding: 10px 0;
    color: #7F7F7F;
    gap: 5px;
    font-size: 12px;
    font-weight: 400;
}

.invite.signout .noteedit svg {
    margin-top: 3px;
}

.signout .button button {
    color: #A98D4B;
    border-color: #A98D4B;
    background: transparent;
    transition: 0.3s;
}

.favoritemod {
    padding: 40px 0 0;
}

.favoritemod p.hidemod {
    background: #FAFAFA;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    padding: 20px 0;
    color: #636363;
}

.favoritemod p.hidemod a {
    color: #A98D4B;
    text-decoration: underline;
}

.favoritemod.invite.signout .button button {
    margin: 15px 5px;
    border-color: #A98D4B;
    color: #A98D4B;
    width: 130px;
}

.signout .button button:hover,
.favoritemod.invite.signout .button button:hover {
    color: #fff;
    background: #A98D4B;
    border-color: #A98D4B;
}

.brown {
    background-color: #A98D4B !important;
    border-color: #A98D4B !important;
}

.brown:hover {
    color: #A98D4B !important;
    background-color: transparent !important;
}

.statuschange .graybg button {
    min-width: 160px;
}

.request.invite ul {
    float: left;
    margin: 20px 0 20px 35px;
}

.request.invite ul li {
    float: left;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #636363;
    margin-right: 15px;
    position: relative;
}


.refresh-btn .addjob button {
    color: #7D2B8B !important;
}

.refresh-btn a {
    position: relative;
    bottom: -1px;
}

.request.invite ul li input {
    margin-right: 5px;
    width: 16px;
    height: 16px;
    position: relative;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.request.invite ul li input[type="checkbox"]:checked~span::before,
.request.invite ul li input[type="radio"]:checked~span::before {
    content: "\f00c";
    position: absolute;
    left: -2px;
    top: 48%;
    transform: translateY(-50%);
    font-family: FontAwesome;
    width: 20px;
    height: 20px;
    display: block;
    background: #A98D4B;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    box-sizing: border-box;
    font-size: 12px;
    z-index: 0;
    line-height: 1.4;
}

.request.invite ul li span::before {
    content: "";
    position: absolute;
    left: -1px;
    top: 49%;
    transform: translateY(-50%);
    font-family: FontAwesome;
    width: 17px;
    height: 17px;
    display: block;
    text-align: center;
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 0;
    border: 1px solid #B7B7B7;
    border-radius: 50%;
}

.request2.invite ul li:first-child span::before {
    display: none;
}

.request2.request.invite ul {
    float: none;
    text-align: center;
    margin: 20px 0 20px 0;
}

.request2.request.invite ul li {
    float: none;
    display: inline-block;
}

.request.invite .button button {
    width: 140px;
    padding: 10px;
    height: 38px;
}



.mbin {
    width: calc(100% - 22.5%) !important;
}

/* .header .menu li.signup, */
.Document_main ul li span {
    display: none;
}

.editview .editkids label span strong {
    margin-right: 20px;
}

.editview .editkids .nannyediy span strong {
    margin-left: 1rem;
}

.editview .editkids .gernaledt span strong {
    margin-left: 1rem;
}

.interview {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.mail-header-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-header h2 {
    font-weight: 600;
    color: #636363;
    font-size: 18px;
    line-height: 25px;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}



.mail-header-bar p {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #B7B7B7;

}



.mail-header-bar .btn-group {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #636363;
}

.mail-header-bar .btn-group select {
    background: transparent;
    border: none !important;
    padding: 10px;
}

.mail-header-bar .btn-group select option {
    background: #EEE;
}

.left_side_section .profile_box .profile_detail .profilestart_video span {
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    margin-left: 5px;
    color: #A98D4B;
}

.table-inbox {
    width: 100%;
    justify-content: center;
}

.table-inbox tr td {
    padding: 12px !important;
    position: relative;
}

.table-inbox tr td:hover {
    cursor: pointer;
}

.table-inbox tr td .fa-star.inbox-started,
.table-inbox tr td .fa-star:hover {
    color: #f78a09;
}

.table-inbox tr td .fa-star {
    color: #d5d5d5;
}

.table-inbox tr.unread td {
    /* background: none repeat scroll 0 0 #f7f7f7; */
    font-weight: 600;
    color: #636363;
    font-size: 14px;
    line-height: 21px;
    position: relative;
}

.circle::after {
    content: "";
    width: 18px;
    height: 18px;
    border: 1px solid #7D2B8B;
    border-radius: 50%;
    z-index: 0;
    display: block;
    position: absolute;
    left: 11px;
    top: 13px;
}

.circle::before {
    content: "";
    width: 16px;
    height: 16px;
    background: #7D2B8B;
    border-radius: 50%;
    z-index: 0;
    display: block;
    position: absolute;
    left: 13px;
    top: 15px;
    display: none;
}

input.mail-radio:checked~.circle::before {
    display: block;
}

.mail-option .chk-all .circle::before {
    left: 2px;
    top: 2px;
}

.table-inbox tr.unread {
    background-color: #F6F3EC;
    display: flex;
    justify-content: space-between;
    border-left: 6px solid #7D2B8B;
}


.table-inbox tr {
    display: flex;
    justify-content: space-between;
    color: #636363;
    border-left: 6px solid #A98D4B;
    border-bottom: 1px solid #E5E5E5;
}

.mail-option {
    display: flex;
    width: calc(100% + 40px);
    justify-content: space-between;
    align-items: center;
    background-color: #FAFAFA;
    margin-left: -20px;
    margin-right: -20px;
    padding: 10px 17px;
}

.right-side-btn {
    display: flex;
    gap: 20px;
    text-decoration: none;
    color: #A98D4B;
    align-items: center;
}

.delete-btn a {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #A98D4B;
}

.delete-btn svg{
    fill: #7D2B8B 
}

.refresh-btn {
    font-family: " Open Sans";
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: right;
    cursor: pointer;
    margin-top: 2px;
}

.refresh-btn svg{
    fill: #7D2B8B 
}

.mail-option .chk-all,
.mail-option .btn-group {
    margin-right: 5px;
    position: relative;
}

.mail-option .chk-all,
.mail-option .btn-group a.btn {
    background: none repeat scroll 0 0 #fcfcfc;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #A98D4B;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
}

input.mail-radio.mail-group-radio {
    width: 18px;
    height: 18px;
}

input.mail-radio {
    width: 18px;
    height: 18px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    min-width: 18px;
}

td.view-message.dont-show,
.table-inbox tr td {
    display: flex;
    align-items: center;
    gap: 9px;
    font-weight: 500;
    color: #636363;
    font-size: 14px;
    /* line-height: 12px; */
}

.message_list td.view-message.dont-show,
.message_list td.view-message.dont-show p {
    width: 100%;
    max-width: 100%;
}

.message_list td.view-message.dont-show img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.message_list td.view-message.dont-show strong span {
    float: right;
    font-size: 12px;
}

.message_list .circle::after {
    top: 40%;
    content: "";
}

.hovertable.table-inbox tr {
    transition: 0.3s;
}

.hovertable.table-inbox.message_list tr {
    background-color: transparent !important;
}

.hovertable.table-inbox.message_list tr.unread {
    background-color: #F6F3EC !important;
}

.top_profile {
    width: 100%;
    padding: 10px;
    float: left;
}

.chet_message {
    width: 100%;
    display: block;
    float: left;
    min-height: 104px;
    max-height: 200px;
    overflow-y: scroll;
    padding-right: 20px;
    margin-top: 35px;
    max-height: 200px;
}

.bg_off {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #00000008;
    z-index: 11;
}

.chet_message span {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    color: #B7B7B7;
    float: left;
    text-align: right;
    padding-right: 85px;
}

.chet_message .recive span {
    text-align: left;
    padding-left: 85px;
}

.message_select ul li svg {
    float: right;
    height: auto;
    max-height: 16px;
}

.message_select ul li:hover,
.message_select ul li:hover svg path,
.message_select ul li:hover svg {
    color: #A98D4B !important;
    fill: #A98D4B;
}

.blocked {
    float: left;
    width: 100%;
    text-align: center;
    color: #7D2B8B;
    font-weight: 600;
}

.chet_message .send,
.chet_message .recive {
    float: left;
    margin-bottom: 20px;
    width: 100%;
    margin-top: 2px;
}

.send_input {
    width: 100%;
    display: block;
    margin-top: 15px;
    float: left;
}

.send_input textarea {
    background: #FAFAFA;
    border-radius: 4px;
    padding: 10px;
    display: block;
    width: 100%;
    border: navajowhite;
    resize: block;
}

.mob_img {
    display: none;
}

.send_input textarea::placeholder {
    color: #B7B7B7;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    font-style: italic;
}

.send_input button {
    text-decoration: none;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    padding: 5px 23px 5px 20px;
    border-radius: 40px;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    color: #A98D4B;
    height: 30px;
    border: 1px solid #A98D4B;
    transition: 0.3s;
    margin-top: 10px;
    float: right;
}

.send_input button svg {
    fill: #A98D4B;
    height: 15px;
}

.send_input button:hover svg {
    fill: #fff;
}

.send_input button:hover {
    background-color: #A98D4B;
    color: #FFFFFF;
}

.chet_message .send .message_view {
    background: #FAFAFA;
    border-radius: 8px;
    padding: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #636363;
    float: right;
    max-width: calc(100% - 80px);
    position: relative;
    margin-right: 18px;
    white-space: pre-line;
    overflow: visible;
    box-shadow: 0 0 3px #e9e9e9;
}

.chet_message .send .message_view::after {
    content: "";
    width: 16px;
    height: 16px;
    background: #FAFAFA;
    transform: rotate(50deg);
    display: block;
    position: absolute;
    right: -7px;
    top: 21px;
}

.chet_message img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.chet_message .send img {
    float: right;
}

.chet_message .recive .message_view {
    background: #FAFAFA;
    border-radius: 8px;
    padding: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #636363;
    float: left;
    max-width: calc(100% - 80px);
    position: relative;
    margin-left: 18px;
    white-space: pre-line;
    overflow: visible;
    box-shadow: 0 0 3px #e9e9e9;
}

.chet_message .recive img {
    float: left;
}

.chet_message .recive .message_view::after {
    content: "";
    width: 16px;
    height: 16px;
    transform: rotate(46deg);
    display: block;
    position: absolute;
    left: -9px;
    top: 21px;
    background: #FAFAFA;
}

.top_profile img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
}

.top_profile .left_p {
    display: flex;
    gap: 10px;
    float: left;
    align-items: center;
}

.top_profile .right_p {
    display: flex;
    gap: 10px;
    float: right;
    align-items: center;
    margin-top: 17px;
}

.top_profile .right_p a {
    text-decoration: none;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    padding: 5px 20px;
    border-radius: 40px;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    color: #A98D4B;
    height: 30px;
    border: 1px solid #A98D4B;
    transition: 0.3s;
    min-width: 136px;
}

.top_profile .right_p a:hover {
    background-color: #A98D4B;
    color: #FFFFFF;
}

.top_profile h2 {
    font-weight: 700;
    font-size: 14px;
    color: #636363;
    padding: 0;
}

.top_profile p svg {
    width: 14px;
    fill: transparent;
}

.top_profile p {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #636363;
}

.hovertable.table-inbox tr:hover {
    box-shadow: 0px 4px 8px #ccc;
}

.message_list .circle::before {
    top: 42.4%;
    content: "";
}

span.new-tag {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0em;
    color: #7D2B8B;
    text-align: left;
}

span.username-text {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #A98D4B;
    text-transform: capitalize;
}

.mail-option .chk-all input[type="radio"] {
    margin-top: 0;
}

.mail-option .btn-group a.all {
    border: medium none;
    padding: 0;
}

.inbox-pagination a.np-btn {
    margin-left: 5px;
}

.mail-option .chk-all .circle::after {
    left: 0;
    top: 0;
}

.inbox-pagination li span {
    display: inline-block;
    margin-right: 5px;
    margin-top: 7px;
}

.interview ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.interview svg {
    width: 20px;
    height: 12px;
}

.text-right {
    text-align: right;
}

.main-header {
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    padding: 20px 20px 0;
}

.main-header button {
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #A98D4B;
}

.upload_doc svg {
    min-width: 30px;
    min-height: 30px;
}

.upload_document_delete {
    padding: 40px 0px 0;
}

.upload_document_delete .sure {
    padding: 40px 54px 0;
}

.upload_document_delete .gray {
    background-color: #FAFAFA;
    padding: 20px 35px;
}

.upload_document_delete p {
    font-size: 14px;
    line-height: 19px;
    color: #636363;
    font-weight: 600;
    padding: 10px 0;
}

.upload_document_delete h2 {
    font-size: 16px;
    margin-bottom: 10px;
}

.upload_document_delete button {
    margin: 15px 10px;
    background: transparent;
    border-color: #A98D4B;
    color: #A98D4B;
    min-width: 120px;
}

.upload_document_delete button.sure {
    border-color: #A98D4B;
    color: #A98D4B;
}

.search_pop.login_first button {
    color: #7D2B8B;
    border: 2px solid #7D2B8B;
    transition: 0.3s;
}

.search_pop.login_first button a {
    color: #7D2B8B;
}

.search_pop.login_first button a svg,
.search_pop.login_first button a svg path {
    margin-bottom: -4px;
    fill: #7D2B8B;
}

.search_pop.login_first button:hover {
    border-color: #7D2B8B;
    background-color: #7D2B8B;
}

.search_pop.login_first button:hover a {
    color: #fff;
}

.acceptinterview h2 {
    color: #636363;
}

.acceptinterview button a {
    color: #A98D4B;
}


.acceptinterview .gray {
    padding: 20px 21px;
}

.acceptinterview .gray p {
    font-size: 12px;
    font-weight: 400;
}

.acceptinterview .gray p a {
    color: #A98D4B;
}

.login_first button:hover a svg path {
    fill: #fff;
}

.upload_document_delete button:hover {
    background: #A98D4B;
    border-color: #A98D4B;
    color: #fff;
}

.upload_document_delete.sure button:hover {
    background: #A98D4B;
    border-color: #A98D4B;
    color: #fff;
}

.main-header .detail_invit {
    background: #FAFAFA;
    padding: 10px 25px;
    margin-top: 10px;
}

.main-header .detail_invit p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #636363;
    display: block;
    width: 100%;
    padding: 15px 0;
}

.main-header .detail_invit p a {
    text-transform: capitalize;
}

.main-header .detail_invit p a,
.main-header .detail_invit h2 a {
    color: #A98D4B;
    text-decoration: underline;
    text-transform: capitalize;
}

.main-header .detail_invit h2 span {
    text-transform: capitalize;
}

.recommend .detail span.star i {
    font-size: 14px;
    margin-right: 3px;
    color: #A98D4B;
}

.main-header .detail_invit p .new {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0em;
    color: #7D2B8B;
    text-align: left;
    margin-right: 2px;
}

.main-header .detail_invit p .date {
    font-weight: 600;
    font-size: 12px;
    line-height: 21px;
    color: #636363;
    float: right;
}

.main-header .detail_invit h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #636363;
    padding: 0;
    display: block;
}

.main-header .detail_invit h2 a {
    font-weight: 600;
    font-size: 18px;
    line-height: 14px;
    color: #A98D4B;
}

.main-header .right_side_section {
    width: 100%;
    margin-top: 20px;
    padding: 0;
}

.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .view_profile_btn button:nth-child(2) {
    background-color: #7D2B8B;
    border-color: #7D2B8B;
}

.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .view_profile_btn button:nth-child(2):hover {
    background-color: transparent;
    color: #7D2B8B;
}

.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .find_search {
    align-items: center;
    display: flex;
    margin-top: 9px;
    flex: 1;
}

.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .find_search a {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #7D2B8B;
}

.upgared {
    float: left;
    width: 100%;
    background: #fafafaf0;
    padding: 50px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 275px;
    display: none;
}

.upgared button {
    color: #B7B7B7;
    transform: rotate(45deg);
    font-size: 31px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.upgared p {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #636363;
    margin-bottom: 30px;
}

.upgared a {
    background: linear-gradient(100.53deg, #7D2B8B 31.22%, #BD01AA 63.44%);
    border-radius: 40px;
    font-weight: 700;
    font-size: 16px;
    line-height: 103.28%;
    padding: 8px 30px;
    color: #FFFFFF;
    border: 1px solid transparent;
    transition: 0.3s;
}

.upgared a svg {
    background: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: 5px;
    margin-bottom: -7px;
    margin-right: 8px;
}

.upgared a:hover {
    border-color: #7D2B8B;
    background: transparent;
    color: #7D2B8B;
}

.signout .form_groupre {
    position: relative;
}

.signout .form_groupre label {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #636363;
    display: block;
    text-align: left;
    padding-bottom: 10px;
    margin-top: 20px;
}



.acceptinterview button:hover {
    background: #A98D4B;
    border-color: #A98D4B;
    color: #fff;
}

.acceptinterview button:hover a {
    color: #fff;
}

.signout .form_groupre input {
    width: 100%;
    background: linear-gradient(0deg, #FAFAFA, #FAFAFA), #FFFFFF;
    border-radius: 84px;
    padding: 7px;
    display: block;
    position: relative;
    border: none;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #636363;

}

.footer_pagination {
    float: left;
    width: 100%;
    padding: 0 20px;
    margin-top: 70px;
    margin-bottom: 50px;
}

.footer_pagination .btn-group {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #636363;
    float: left;
}

.footer_pagination .btn-group select {
    background: transparent;
    border: none !important;
    padding: 6px;
}

.footer_pagination .pagination {
    float: right;
}

.footer_pagination .pagination span {
    font-size: 16px;
    line-height: 22px;
    color: #B7B7B7;
    font-weight: 600;
    margin: 0 7px;
    display: inline-block;
    text-align: center;
    transition: 0.3s;
    cursor: pointer;
}

.footer_pagination .pagination span.active {
    color: #7D2B8B;
}

.footer_pagination .pagination span.curserpage {
    width: 30px;
    height: 30px;
    border: 1px solid #B7B7B7;
    display: inline-block;
    padding: 4px;
    border-radius: 50%;
    text-align: center;
    margin: 0 2px;
}

.footer_pagination .pagination span:hover {
    color: #A98D4B;
}

.interested_fam_boxs .interested_fam_box .image_sec img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.main-header .interested_fam_boxs .interested_fam_box {
    min-height: 340px;
    float: left;
}

.main-header .interested_fam_boxs .interested_fam_box:nth-child(5n + 6) {
    clear: both;
}

.footer_pagination .pagination span.curserpage:hover {
    background-color: #A98D4B;
    color: #fff;
    border-color: #A98D4B;
}



.signout .form_groupre textarea {
    width: 100%;
    background: linear-gradient(0deg, #FAFAFA, #FAFAFA), #FFFFFF;
    border-radius: 4px;
    padding: 8px;
    display: block;
    position: relative;
    border: none;
    margin-bottom: 30px;
}

.signout .form_groupre textarea::placeholder {
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #636363;
}

.signout .form_groupre span {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #B7B7B7;
}

.recommend {
    float: left;
    width: 100%;
}

.recommend .image {
    float: left;
    width: 50px;
}

.recommend .image img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 auto;
}

.recommend .detail {
    float: left;
    width: calc(100% - 55px);
    overflow: auto;
    overflow-wrap: anywhere;
}

.recommend .detail h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #636363;
}

.recommend .detail p {
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #636363;
    padding: 10px 0;
}

.recommend .detail button {
    background: transparent;
    border: 1px solid #A98D4B;
    border-radius: 40px;
    padding: 4px 25px 5px;
    transition: 0.3s;
    min-width: 130px;
    height: 30px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 103.28%;
    color: #A98D4B;
    float: right;
}



.main-header .interested_fam_boxs .interested_fam_box {
    width: 18%;
    margin: 20px 2% 0px 0;
}

.recommend .detail button:hover {
    background: #A98D4B;
    color: #fff;
}

.recommend>p {
    border-top: 1px solid #f1f1f1;
    padding-top: 10px;
    margin-top: 40px;
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    color: #B7B7B7;
    float: left;
    width: 100%;
}

.main-header .doc {
    float: left;
    width: 100%;
    padding: 30px 0;
}

.main-header .doc p {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #636363;
    display: flex;
    align-items: center;
    gap: 10px;
    float: left;
    cursor: pointer;
}

.main-header .doc p svg {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #7D2B8B;
    padding: 10px;
}

.main-header .doc a {
    float: right;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-decoration-line: underline;
    color: #A98D4B;
    transition: 0.3s;
    margin-top: 8px;
}

.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .view_profile_btn.visiterbtn {
    width: 100%;
    display: block;
    text-align: right;
}

.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .view_profile_btn.visiterbtn a,
.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .view_profile_btn button:nth-child(2) {
    margin-left: 15px;
}

/* 
.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .view_profile_btn button:nth-child(2) {
    width: 95%;
} */

.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .view_profile_btn.visiterbtn a:first-child {
    background: transparent;
    color: #7D2B8B;
    border-color: #7D2B8B;
}

.jobapli.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .view_profile_btn.visiterbtn a:nth-child(2) {
    background-color: #A98D4B;
    border-color: #A98D4B;
}

.jobapli.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .view_profile_btn.visiterbtn a:nth-child(2):hover {
    background-color: transparent;
    color: #A98D4B;
    border-color: #A98D4B;
}

.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .view_profile_btn.visiterbtn a:first-child:hover {
    background: #7D2B8B;
    color: #fff;

}

.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .view_profile_btn.visiterbtn a:first-child:hover svg path {
    fill: #fff;
}

.main-header .doc a:hover {
    color: #7D2B8B;
}

.recomandationdwn {
    padding: 0;
    float: left;
    width: 100%;
}

.recomandationdwn h2 {
    font-weight: 600;
    color: #636363;
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    background: #FAFAFA;
    padding: 15px 30px 15px;
    border-radius: 5px;

}

.pdffile {
    opacity: 0;
}

.recomandationdwn>a {
    top: 3px;
    font-size: 35px;
}

.recomandationdwn span {
    float: right;
    margin-right: 20px;
}

.recomandationdwn span a {
    background: transparent !important;
    color: #A98D4B !important;
    text-decoration: underline;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 0 0 15px;
    border: none !important;

}

.recomandationdwn p {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    float: left;
    width: 100%;
    color: #636363;
    text-align: left;
    margin-top: 0;
    padding: 10px 30px;
    padding-bottom: 20px;
}

.all_review ul li .recommend .detail button {
    background: transparent;
    border: none;
    color: #7D2B8B;
    font-size: 14px;
    line-height: 103.28%;
    color: #7D2B8B;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.all_review ul li {
    margin-bottom: 40px;
}

.all_review ul li:nth-child(4) {
    clear: both;
}

.all_review ul li .recommend .detail button svg {
    height: 20px;
}

.all_review ul li .recommend .detail h3:nth-child(1),
.all_review ul li .recommend .detail h3:nth-child(1) a {
    color: #A98D4B;
}

.all_review>button {
    float: right;
    border-bottom: 1px solid #A98D4B;
    margin-top: 100px;
    clear: both;
}

.editview .editinfo.providerprofile .icon ul li .icons {
    width: 40px;
    height: 40px;
    margin-top: 0;
}

.editview .editinfo.providerprofile .icon {
    padding: 20px 0;
}

.editview .editinfo.providerprofile .icon ul li {
    float: left;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.editview .editinfo.providerprofile .icon ul li span {
    width: calc(100% - 40px);
}

.recommend .detail .buttonrec {
    float: none;
}

.popup_status {
    float: left;
    position: fixed;
    left: 50%;
    top: 7px;
    transform: translateX(-50%);
    padding: 15px;
    background: linear-gradient(100.53deg, #7D2B8B 31.22%, #BD01AA 63.44%);
    border-radius: 10px;
    font-size: 16px;
    z-index: 9999;
    font-weight: 600;
    color: #fff;
}

.table-inbox tr td:first-child>br {
    display: none;
}

.share_doc>ul li {
    float: left;
    width: 100%;
    background: #FAFAFA;
    padding: 10px 20px;
    margin-top: 4px;
}

.share_doc>ul li span {
    font-weight: 600;
    font-size: 16px;
    line-height: 31px;
    color: #636363;
    width: 220px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

.upload_doc {
    float: right;
    margin: 15px 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.share_doc>ul li span.date {
    width: 50%;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #B7B7B7;
}

.share_doc>ul li .docic {
    padding: 3px 8px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #7D2B8B;
    display: inline-block;
    margin-right: 10px;
}

.share_doc>ul li:nth-child(2) .docic {
    background-color: #AF7EB7;
}

.share_doc>ul li:nth-child(3) .docic {
    background-color: #C8B483;
}

.share_doc>ul li:nth-child(4) .docic {
    background-color: #A98D4B;
}

.share_doc>ul li button {
    float: right;
    margin-left: 5px;
    margin: 8px 5px;
}

.share_doc>ul li button svg {
    width: 22px;
    height: 14px;
}

.higit {
    min-height: 356px;

}

.hight2 {
    padding: 115px 50px;
    top: 429px;
}

.interested_fam_boxs.images_set .slick-slide .interested_fam_box .image_sec .heart_sec img {
    width: auto;
    height: auto;
    border-radius: 0;
}

.hovertable.table-inbox {
    display: block;
}

.hovertable.table-inbox tr {
    border-left-color: transparent;
}

.hovertable.table-inbox tbody tr:nth-child(4n+1) {
    border-left-color: transparent;
}

.hovertable.table-inbox tbody tr:nth-child(4n + 2) {
    background-color: #EFE4F0;
    border-left-color: transparent;
}

.hovertable.table-inbox tbody tr:nth-child(4n + 3) {
    background-color: rgba(190, 149, 197, 0.1);
    border-left-color: transparent;
}

.hovertable.table-inbox tbody tr:nth-child(4n + 4) {
    background-color: #fff;
    border-left-color: transparent;
}

.hovertable.table-inbox .unread span.new-tag,
.jobapli span.new-tag {
    background: linear-gradient(100.53deg, #7D2B8B 31.22%, #BD01AA 63.44%);
    border-radius: 30px;
    padding: 0 8px;
    color: #fff;
    font-size: 12px;
    line-height: 21px;
}

.hovertable.table-inbox .unread2 span.new-tag,
.jobapli span.new-tag2 {
    background: #A98D4B;
    border-radius: 30px;
    padding: 0 8px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 21px;
}

.table-inbox .close span.new-tag,
.jobapli span.new-tag3 {
    background: #B7B7B7;
    border-radius: 30px;
    padding: 0 8px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    line-height: 21px;
}

.main-header .detail_invit.removebg {
    background: transparent;
}

.upload_document h2 {
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #636363;
    margin: 0 0 10px 0;
}

.upload_doc_modul .modal-dialog {
    max-width: 715px;
}

.upload_document {
    padding: 40px 60px 30px;
}

.upload_document p {
    padding: 15px 0;
    text-align: left;
}

.upload_document ul li {
    float: left;
    width: 100%;
    display: block;
    margin-top: 15px;
    gap: 12px;
    float: left;
}

.upload_document ul li .named {
    padding: 9px 0 0 0px;
    margin-left: 10px;
}

.upload_document>ul li>span {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #636363;
    float: left;
}

.upload_document>ul li .docic {
    padding: 9px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #7D2B8B;
    display: inline-block;
    min-width: 36px;
    min-height: 36px;
    float: left;
}

.upload_document>ul li:nth-child(2) .docic {
    background-color: #AF7EB7;
}

.upload_document>ul li:nth-child(3) .docic {
    background-color: #C8B483;
}

.upload_document>ul li:nth-child(4) .docic {
    background-color: #A98D4B;
}

.upload_document>ul li .upload_field {
    width: 55%;
    display: block;
    background: linear-gradient(0deg, #FAFAFA, #FAFAFA), #FFFFFF;
    border-radius: 50px;
    padding: 0 0 0 15px;
    margin-left: 20px;
    position: relative;
    float: right;
}

.upload_document>ul li .uploadcert {
    width: 55%;
    margin-left: 20px;
    float: right;
}

.upload_document>ul li .uploadcert .upload_field {
    float: left;
    margin: 0;
    width: 100%;
}

.hovertable.table-inbox tbody {
    width: 100%;
    display: block;
}

.upload_document>ul li .upload_field span {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    font-style: italic;
    color: #636363;
    float: left;
    padding: 12px;
    white-space: nowrap;
    overflow: hidden;
    width: 75%;
}

.upload_document>ul li .upload_field button {
    margin: 0;
    border-radius: 0 40px 40px 0;
    background: #A98D4B;
    float: right;
}

.upload_document>ul li .upload_field button:hover {
    border-color: #A98D4B;
    background: #A98D4B;
}

.upload_document>ul li .upload_field input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 5;
    cursor: pointer;
}

.upload_document>button {
    background: transparent;
    border-color: #A98D4B;
    color: #A98D4B;
    min-width: 160px;
    margin: 25px 15px 0;
}

.upload_document>button:hover {
    background: #A98D4B;
    border-color: #A98D4B;
    color: #fff;
}

.upload_document>ul li .uploadcert ul {
    float: left;
    width: 100%;
    margin: 15px 0;
}

.upload_document>ul li .uploadcert ul li {
    float: left;
    width: 50%;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #636363;
    margin-bottom: 15px;
    position: relative;
    margin: 6px 0 16px;
}

.upload_document>ul li .uploadcert ul li span {
    font-weight: 400;
}

.upload_document>ul li .uploadcert ul li:nth-child(1),
.upload_document>ul li .uploadcert ul li:nth-child(4) {
    width: 50%;
}


.table-inbox tr td>span {
    display: flex;
    gap: 5px;
    align-items: center;

}

.table-inbox tr td>span>b {
    max-width: 370px;
    white-space: nowrap;
}

.upload_document>ul li .uploadcert ul li:nth-child(4) input[type="radio"]~ ::after {
    left: -2px;
    top: 3px;
}

.interview .table-inbox tr td:last-child {
    min-width: 75px;
}

.upload_document>ul li .uploadcert ul li:nth-child(4) span {
    width: 100%;
    margin-top: -7px;
}

.upload_document>ul li .uploadcert ul li input[type="radio"] {
    opacity: 0;
    cursor: pointer;
    width: 14px;
}

.upload_document>ul li .uploadcert ul li input[type="radio"]~ ::after {
    content: "";
    border: 2px solid #acacac;
    width: 14px;
    height: 14px;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 0.1px;
    top: 2px;
    z-index: -1;
    cursor: pointer;
}

.upload_document>ul li .uploadcert ul li input[type="radio"]:checked~span::before {
    content: "";
    left: 3.4px;
    top: 50.8%;
    min-width: 11px;
    min-height: 11px;
    position: absolute;
    transform: translateY(-50%);
    font-family: FontAwesome;
    display: block;
    background: #A98D4B;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    padding: 1px;
    box-sizing: border-box;
    font-size: 12px;
    z-index: -2;
    display: block;
}

.upload_document>ul li .uploadcert ul li:nth-child(4) input[type="radio"]~ ::before {
    left: 1.4px !important;
    top: 45.8% !important;
}

.upload_document>ul li .uploadcert ul li span input {
    background: linear-gradient(0deg, #FAFAFA, #FAFAFA), #FFFFFF;
    mix-blend-mode: normal;
    border: none;
    border-radius: 40px;
    height: 40px;
    width: 100%;
    padding: 0px 20px;
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #636363;
    margin-top: -7px;
}

.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .view_profile_btn.visiterbt button {
    border-color: #B7B7B7;
    background-color: transparent;
    color: #B7B7B7;
}

.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .view_profile_btn.visiterbt button:hover {
    background-color: #A98D4B;
    border: 1px solid #A98D4B;
    color: #fff;
}

.changestatus h2 {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 15px;
    color: #636363;
}

.changestatus p {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 21px;
    color: #636363;
}

.changestatus button {
    border-color: #A98D4B;
    background: transparent;
    color: #A98D4B;
    width: 120px;
    margin: 10px 10px 0;
}

.right_side_section .looking_for_candidate .looking_for_candidate_boxs .stars_profile svg {
    width: auto;
}

.graydata h3,
.graydata .stars_profile span {
    color: #636363 !important;
}

.graydata .stars_profile svg path,
.graydata svg path {
    fill: #bbb !important;
}

.graydata .visiterbt button {
    border: none !important;
    background: transparent !important;
    color: #A98D4B !important;
    font-size: 15px !important;
}

.bbnone {
    background: transparent !important;
    padding: 0 !important;
}

.changestatus button:hover {
    border-color: #A98D4B;
    background: #A98D4B;
    color: #fff;
}

.trash.hovertable.table-inbox.message_list tr {
    background-color: transparent !important;
}

@media (max-width:1300px) {
    .Profile_complete .detail .form_group label {
        font-size: 14px;
    }

    .Profile_complete .detail.verification .form_group.fs {
        padding-right: 0;
    }
}

@media (min-width:1000px) and (max-width:1160px) {
    .right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .second_sec {
        flex: 0 0 79%;
    }
}

/* right_side_section end */
/* 05 page css end */
@media (max-width: 860px) {
    .Profile_complete .detail .form_group label {
        font-size: 16px;
    }

    .mobilemenu {
        display: block;
    }

    .daskshow {
        display: none;
    }

    .editview .personal_preferences .notification_edt ul,
    .editview .personal_preferences .notification_edt ul li {
        display: flex;
    }

    .main-header .interested_fam_boxs .interested_fam_box:nth-child(5n+6) {
        clear: none;
    }

    .right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .first_sec .heart_sec {
        position: absolute;
        right: 80px;
        top: 30px;
    }

    .right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .first_sec .image_sec>img {
        width: 140px;
        height: 140px;
        object-fit: cover;
        border-radius: 50%;
    }

    .right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .second_sec .heart_sec {
        position: relative;
        display: inline-block;
        margin-right: 10px;
    }

    .right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .second_sec {
        flex: 0 0 100%;
    }

    .country_custom {
        max-height: 200px;
    }

    .noresult h3 {
        width: 100%;
        font-size: 21px;
    }

    .noresult {
        height: 275px;
    }

    .mob_img {
        display: block;
    }

    .dask_img {
        display: none;
    }

    .message_list td.view-message.dont-show {
        width: 100% !important;
    }

    .message_list td.view-message.dont-show p {
        width: 92%;
        font-size: 13px;
    }

    .message_list td.view-message.dont-show strong span {
        font-size: 10px;
    }

    .message_list td.view-message.dont-show img {
        height: 30px;
        width: 30px;
        margin-right: 10px;
        float: left;
    }

    .top_profile img {
        height: 50px;
        width: 50px;
        border-radius: 50%;
        object-fit: cover;
    }

    .top_profile h2 {
        font-size: 12px;
    }

    .top_profile .right_p a {
        padding: 2px 20px;
        font-size: 11px;
        min-width: auto;
        height: 25px;
    }

    .message_list~.upgared {
        padding: 35px 15px;
        /* bottom: 10px; */
        top: 200px;
    }

    .top_profile .right_p {
        gap: 0;
    }

    .editview .about_edit .profile_detail p {
        margin-bottom: 0 !important;
    }

    .top_profile p svg {
        width: 10px;
        fill: transparent;
        height: 10px;
    }

    .message_list td.view-message.dont-show p strong {
        width: 100%;
        clear: both;
        display: block;
    }

    .message_list td.view-message.dont-show p br {
        display: none;
    }

    .message_list .circle::after {
        top: 11px;
        content: "";
    }

    .message_list .circle::before {
        top: 13px;
        content: "";
    }

    .pay_aggrement {
        gap: 8px;
    }

    .right_side_section .looking_for_candidate .looking_for_candidate_boxs p.parbot {
        border-bottom: none;
    }

    .right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .second_sec h3 {
        padding-right: 6px;
    }

    .mobilemenubottom .side_drop_collapse_box_content>ul {
        float: left;
        margin-bottom: 60px;
        display: block;
        padding: 10px;
        z-index: 5555;
        box-shadow: none;
    }

    .main-header .detail_invit {
        margin-top: 40px;
        position: relative;
    }

    .main-header .detail_invit p .date {
        position: absolute;
        right: 0;
        top: -31px;
    }

    .main-header .detail_invit.removebg p .date {
        top: auto;
        width: auto;
        display: inline-block;
    }

    .main-header .detail_invit.removebg {
        padding: 0;
    }

    .main-header .detail_invit p {
        padding: 10px 0;
    }

    .main-header {
        padding: 20px 0px 0;
    }

    .main-header .table-inbox {
        width: calc(100% + 36px);
        margin-left: -17px;
        margin-right: 0px;
    }

    .mail-option {
        width: calc(100% + 34px);
        margin-right: -8px;
    }

    td.view-message.dont-show,
    .table-inbox tr td {
        white-space: nowrap;
    }

    .mobilemenubottom .side_drop_collapse_box_content ul li {
        width: 100%;
        border-bottom: 1px solid #E5E5E5;
        padding: 10px 0;
    }

    .pay_aggrement label {
        font-size: 15px;
        line-height: 22px;
        letter-spacing: 0px;
    }

    .pay_aggrement label::before {
        left: -24px;
    }

    .pay_aggrement input[type="checkbox"]:checked~label::after {
        left: -21.4px;
        top: 14.4px;
    }

    .container {
        padding: 0 15px;
    }

    .row {
        gap: 0px;
    }

    .col {
        width: 100%;
    }

    .row.exp_Sec {
        display: flex;
        gap: 25px;
    }

    .col.exp_sec {
        width: 45%;
    }

    .reset .rmfog {
        padding: 0;
        margin: 0 0 10px 0;
    }

    .reset2 {
        width: 100%;
    }

    .reset .form_group {
        margin-bottom: 10px;
    }

    .paymentedit .col-md-6 {
        width: 100%;
    }

    .cancelmembership .cancelmembershipp {
        padding: 28px 10px;
    }

    .table-inbox {
        width: calc(100% + 34px);
        margin-right: -5px;
        margin-left: -17px;
        display: block;
    }

    .table-inbox tbody {
        max-width: 100%;
        display: block;
    }

    .main-header .detail_invit h2 {
        display: inline-block;
    }

    .editview .editinfo.providerprofile .icon {
        padding: 0;
    }

    .main-header .doc a {
        width: 112px;
        display: grid;
        margin: 7px auto 0;
        float: right;
    }

    .main-header .detail_invit p .date {
        display: block;
        width: 100%;
        text-align: right;
        margin-bottom: 20px;
    }

    .recommend .detail button {
        float: none;
        width: 169px;
        margin: 5px 0 15px 11% !important;
    }






    .mail-header-bar p {
        font-size: 13px;
    }

    .mail-header-bar .btn-group {
        font-size: 0;
    }

    .mail-header-bar .btn-group .select {
        padding: 4px;
        font-size: 14px;
    }

    .recommend .detail .buttonrec {
        margin-top: 30px;
    }

    .all_review ul li .recommend .detail button {
        min-width: auto;
        width: auto;
        float: right;
        padding-right: 0;
        text-align: right;
    }

    .all_review>button {
        margin: 100px auto 30px;
        display: block;
    }

    .mobilemenubottom>ul>li:last-child span.count {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-color: #7D2B8B;
        display: block;
        position: absolute;
        right: 6%;
        bottom: 38px;
        padding-top: 2px;
        color: #fff;
    }

    .side_drop_collapse_box_content ul li.Document_main ul {
        position: relative;
        margin: 0;
        padding: 0;
        box-shadow: none;
    }

    .side_drop_collapse_box_content ul li.Document_main ul li {
        padding-left: 20px;
    }

    .all_review ul li {
        width: 100%;
    }

    .upgared {
        padding: 35px 15px;
        top: 407px;
    }

    .hight2 {
        padding: 105px 40px;
    }

    .table-inbox tr td:last-child::before,
    .table-inbox tr.unread td:last-child::before {
        content: "...";
        position: absolute;
        left: -11px;
        top: 13px;
    }

    span.statuspg {
        display: block;
        width: 100%;
        float: left;
        font-size: 12px;
    }

    .table-inbox tr.unread td.recentshow {
        display: flex;
    }

    .right_side_section .looking_for_candidate .looking_for_candidate_boxs:hover {
        box-shadow: none;
    }

    .right_side_section .looking_for_candidate .mobile .looking_for_candidate_boxs .looking_for_candidate_box .second_sec {
        flex: none;
    }

    .right_side_section .looking_for_candidate .mobile .looking_for_candidate_boxs .looking_for_candidate_box .second_sec .post,
    .right_side_section .looking_for_candidate .mobile .looking_for_candidate_boxs .looking_for_candidate_box .second_sec .post_pay,
    .right_side_section .looking_for_candidate .mobile .looking_for_candidate_boxs .looking_for_candidate_box .second_sec .post_fet,
    .right_side_section .looking_for_candidate .mobile .looking_for_candidate_boxs .looking_for_candidate_box .second_sec .post_cal,
    .right_side_section .looking_for_candidate .mobile .looking_for_candidate_boxs .looking_for_candidate_box .second_sec .post_loc {
        width: 50%;
    }

    .right_side_section .looking_for_candidate .mobile .looking_for_candidate_boxs .looking_for_candidate_box .second_sec .post_detail h5 {
        font-size: 14px;
    }

    .right_side_section .looking_for_candidate .mobile .looking_for_candidate_boxs .looking_for_candidate_box .first_sec,
    .right_side_section .looking_for_candidate .mobile .looking_for_candidate_boxs .looking_for_candidate_box .first_sec .image_sec {
        width: 100%;
        height: 200px;
        border-radius: 0;
        margin: 0;
    }

    .right_side_section .looking_for_candidate .mobile .looking_for_candidate_boxs .looking_for_candidate_box .view_profile_btn.visiterbtn a,
    .right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .view_profile_btn button:nth-child(2) {
        display: block;
        margin-left: 0;
    }

    .right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .view_profile_btn button:nth-child(2) {
        width: 93%;
    }

    .right_side_section .looking_for_candidate .mobile .looking_for_candidate_boxs .looking_for_candidate_box .view_profile_btn.visiterbtn {
        width: 70%;
        display: block;
        text-align: right;
        margin: 0 auto;
    }

    .all_review ul li {}

    .table-inbox tr,
    .table-inbox tr.unread {
        display: inline-flex;
        justify-content: initial;
        width: 100%;
        max-width: 100%;
    }

    .table-inbox tr td:first-child,
    .table-inbox tr.unread td:first-child {
        width: 100%;
        margin-right: 13px !important;
        overflow: hidden;
    }

    .interview {
        padding-bottom: 40px;
        margin-bottom: 0 !important;
    }

    .body_section.searchbody {
        margin-bottom: 0 !important;
        min-height: 86vh !important;
    }

    .cancelmembership .cancelmembershipp .button button {
        padding: 10px 20px;
    }

    .delete-btn a span,
    .refresh-btn span {
        display: none;
    }

    .right-side-btn {
        gap: 10px;
    }

    .looking_for_candidate .mobile .looking_for_candidate_boxs .looking_for_candidate_box .second_sec .post_loc {
        clear: both;
    }

    .paymentedit .panel-body {
        padding: 0 !important;
        overflow: scroll;
        max-height: 500px;
    }

    .reset button {
        margin: 0 8px;
    }

    .newreview.table-inbox tr td:last-child::before,
    .newreview.table-inbox tr.unread td:last-child::before,
    .recentshow2.table-inbox tr td:last-child::before,
    .recentshow2.table-inbox tr.unread td:last-child::before {
        display: none;
    }

    .recentshow2 {
        min-height: 402px;
    }

    .recomendbig.recommend .detail button {
        margin: 5px 0 15px calc(50% - 135px) !important;
        min-width: 169px;
        width: auto;
    }

    .row.city_zip {
        display: flex;
        gap: 25px;
    }

    .editview .editkids.security label {
        margin-top: -29px;
    }

    .col.city_zip {
        width: 45%;
    }

    .time_btns button {
        padding: 0;
        width: 100px;
    }

    .time_btns button span {
        width: 100px;
    }

    .time_btns button:nth-child(2) {
        margin: 0px 5px;
    }

    .time_btns button:nth-child(3) {
        margin-right: 5px;
    }

    .time_btns button:nth-child(4) {
        margin-top: 10px;
    }

    .next_time_btn2 {
        display: none;
    }

    /* table css */
    table#customer_tabel {
        display: none;
    }

    .editview .editinfo.providerprofile .icon ul li {
        width: 75%;
    }

    .mobile_collap {
        display: block;
    }

    .table_head p {
        float: left;
    }

    .price_content {
        gap: 20px;
        justify-content: flex-start;
    }

    button.collapsible {
        cursor: pointer;
        position: relative;
        padding: 18px;
        width: 100%;
        border: none;
        border-radius: 4px;
        background-color: #A98D4B;
        outline: none;
        margin-bottom: 10px;
        opacity: 0.7;
    }

    .choose,
    .content ul {
        opacity: 0.7;
    }

    .choose.active,
    .content ul.active,
    button.collapsible.active {
        opacity: 1;
    }

    .content ul.active {
        background: #FAFAFA;
    }

    .content ul.active li:last-child {
        background-color: #E5E5E5;
    }

    .table-inbox tr td:first-child>br {
        display: block;
    }

    .free_text.hovertable.table-inbox tr td:first-child>span {
        display: block;
    }

    .free_text.hovertable.table-inbox tr td:first-child>span span {
        margin-right: 4px;
    }

    .free_text.hovertable.table-inbox p {
        display: block;
        /* margin-left: 30px; */
    }

    td.view-message.dont-show,
    .table-inbox tr td {
        align-items: inherit;
    }

    .right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .view_profile_btn.jobbtn button:nth-child(2) {
        width: 136px;
        display: initial;
        margin-left: 20px;
    }

    .right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .view_profile_btn.jobbtn {
        width: 296px !important;
    }

    .main-header .detail_invit.removebg p .date {
        display: block;
    }

    .hire.table-inbox tr td:last-child::before,
    .hire.table-inbox tr.unread td:last-child::before {
        display: none;
    }

    .footer_pagination .btn-group select {
        text-align: center;
        padding: 0;
    }

    .footer_pagination .pagination span {
        font-size: 12px;
        margin: 0 3px;
    }

    .footer_pagination .pagination span.curserpage {
        width: 26px;
        height: 26px;
        padding: 1px;
    }

    .footer_pagination .btn-group select {
        padding: 4px 6px;
    }

    .side_drop_collapse_box_content ul li.Document_main {
        text-align: left;
    }

    .hire.table-inbox tr td:first-child {
        display: flex;
    }

    .hire.table-inbox tr td .circle {
        margin-right: 0;
    }

    .hire span.username-text {
        margin-left: 0;
    }

    .Profile_complete .detail.verification {
        padding: 0;
    }

    .Profile_complete .detail .button>button {
        width: 140px;
    }

    .main-header .right_side_section .suggess ul li {
        width: 100%;
        margin-bottom: 15px;
    }

    .main-header .right_side_section .suggess ul {
        display: block;
    }

    .right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .view_profile_btn.visiterbt {
        text-align: center;
    }

    .right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .view_profile_btn.visiterbt button:nth-child(2) {
        margin: 10px auto;
    }

    .right_side_section .looking_for_candidate .mobile .looking_for_candidate_boxs .looking_for_candidate_box .view_profile_btn.visiterbtn.visiterbt {
        text-align: center;
    }

    .right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .view_profile_btn.visiterbt button {
        text-align: center;
        border-color: #B7B7B7;
        background-color: transparent;
        color: #B7B7B7;
    }

    .right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .view_profile_btn.visiterbt button:hover {
        background-color: #A98D4B;
        border: 1px solid #A98D4B;
        color: #fff;
    }

    .collapsible:after {
        content: url("../img/second_arrow.png");
        right: 20px;
        bottom: 40px;
        font-size: 18px;
        position: absolute;
    }

    .collapsible.active:after {
        content: url("../img/first_arrow.png");
    }

    .price_under_content.two {
        margin-left: 55px;
    }

    .price_under_content.three {
        margin-left: 30px;
    }

    .custom_calender .middel ul li ul li {
        width: 13.5%;
    }

    .filter_box .filter_search .advance_search_filter .filters_search {
        position: relative;
    }

    .filter_box .filter_search .advance_search_filter .filters_search button {
        display: none;
    }

    .arrowtop {
        display: block;
    }

    .gryabutton {
        background: transparent !important;
        color: #C4C4C4 !important;
        border-color: #C4C4C4 !important;
    }

    .local_business {
        float: left;
        width: 100%;
    }

    .choose {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        align-items: center;
        text-align: center;
        letter-spacing: 0.4em;
        text-transform: uppercase;
        color: #FFFFFF;
        background: #7D2B8B;
        padding: 8px;
        margin-bottom: 2px;
    }

    .content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }

    .content.active {
        max-height: 100%;
    }

    .footer_pagination {
        padding: 0;
        margin-bottom: 90px;
    }

    .content ul li {
        text-align: center;
        padding: 15px 0px;
        list-style: none;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 21px;
        align-items: center;
        color: #636363;
        border-bottom: 1px solid #b7b7b7;
    }

    li.iep_faq {
        padding: 15px 40px !important;
    }



    .content ul li.ad:nth-last-child(1) {
        border-bottom: none;
        background-color: #D8BFDC;
    }

    .content ul li span {
        font-weight: 700;
        font-size: 14px;
        color: #7D2B8B;
    }

    .mbin.interview {
        margin-bottom: 100px !important;
    }

    .select_button button {
        background: transparent;
        border-radius: 20px;
        font-family: 'Open Sans';
        font-style: normal;
        text-decoration: none;
        font-weight: 700;
        font-size: 16px;
        line-height: 16%;
        color: #A98D4B;
        margin: 30px 0px;
        width: 160px;
        height: 40px;
        text-align: center;
        padding-top: 0px;
        border: 1px solid #A98D4B;
        transition: 0.3s;
    }

    .borderred.select_button button {
        border-color: red;
    }

    .time_btns button:nth-child(2) {
        margin: 0px calc(50% - 158px);
    }

    .main-header .interested_fam_boxs .interested_fam_box {
        width: 48%;
    }



    .select_button button:hover,
    .select_button button.active {
        color: #fff;
        background: #A98D4B;
    }

    .selected_plan {
        margin-top: 10px;
    }

    .iep_faq .iep_containter {
        color: #BE95C5;
    }

    .iep {
        padding-top: 10px;
    }

    .iep p {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        color: #636363;
    }

    .iep_content::after {
        right: 78px;
    }

    .ad .iep_plan {
        display: flex;
        justify-content: center;
        align-items: end;
        gap: 10px;
        text-align: left;
    }

    .professional_select .more_about .process_guid p,
    .professional_select .more_about .process_guid p:nth-child(3) svg {
        margin-left: 0;
        margin-right: 0;
        line-height: 19px;
    }

    .professional_select .more_about .process_guid p svg {
        width: 40px;
    }

    .professional_select .noteedit {
        height: auto;
        display: block;
        float: left;
        width: 100%;
    }

    .professional_select .noteedit svg {
        margin-right: 8px;
    }

    .profchange .describe button {
        margin-right: 10px;
    }

    .profchange .describe button:last-child {
        margin-right: 0;
    }

    .profchange.professional_select .modal-dialog .more_about {
        max-height: 500px;
        overflow-y: scroll;
        padding: 35px 8px;
    }

    .confirmchnage p {
        padding: 10px 0px;
    }

    .profchange .professional_select .modal-dialog {
        width: 100%;
    }

    /* table css */
    .payment_cards {
        display: flex;
        gap: 8px;
    }

    .selected_page_content h3 strong {
        display: block;
    }

    .payment_details h3 {
        text-align: center;
    }

    .promotion_code {
        display: block;
        width: 100%;
    }

    .promotion_code input {
        width: 50%;
        margin-right: 10px;
    }

    .promotion_code label span {
        right: 12px;
        top: 78px;
    }

    .form_submit_button .button {
        display: inline-flex;
        gap: 10px;
        align-items: center;
        text-align: center;
    }

    .form_submit_button button {
        margin: 0;
    }

    .form_submit_button {
        padding: 30px 0;
    }

    .form_submit_button a.can {
        width: fit-content;
        order: 2;
        margin-right: 0;
        padding: 22px 50px;
    }

    .form_submit_button a.sub {
        width: fit-content;
        order: 1;
        margin-left: 0;
        padding: 22px 50px;
    }

    .slider {
        display: block;
        margin-bottom: 0px;
    }

    .slider_item:nth-child(n) {
        padding-bottom: 20px;
    }

    .slider_item:nth-last-child(2) {
        padding-bottom: 0px;
    }

    .slider_buttons {
        display: none;
    }

    .slider_up_button {
        display: block;
    }

    .time_btns.selectb {
        width: 328px;
        position: relative;
    }

    .cancelmembership .cancelmembershipp .button button {
        font-size: 14px;
        padding: 10px 20px;
        min-height: 40px;
        height: auto;
    }

    .slider_up_button {
        text-align: center;
    }

    .request.invite ul li {
        width: 100%;
        text-align: left;
        margin: 5px 0;
    }

    .share_doc>ul li .docic {
        padding: 2px 5px;
        width: 30px;
        height: 30px;
    }

    .share_doc>ul li span {
        font-size: 13px;
    }

    .promocode_content button {
        padding: 10px 25px;
    }

    .mail-option .chk-all .circle::after {
        left: 2px;
    }

    .mail-option .chk-all .circle::before {
        left: 4px;
    }

    .interview svg {
        width: 21px;
        height: 15px;
    }

    .upload_document {
        padding: 40px 15px 30px;
    }

    .upload_document ul li {
        display: block;
        text-align: left;
    }

    .upload_document>ul li .docic {
        text-align: center;
        margin-right: 10px;
    }

    .upload_document>ul li .upload_field {
        float: left;
        width: 100%;
        margin: 15px 0 0 0;
    }

    .upload_document>ul li .uploadcert {
        margin-left: 0;
        width: 100%;
    }

    .main-header .detail_invit h2 a {
        text-decoration: none;
    }

    .share_doc>ul li span.date {
        width: auto;
        margin: 0 41px;
    }

    .right_side_section .looking_for_candidate .mobile .looking_for_candidate_boxs .looking_for_candidate_box .view_profile_btn.visiterbtn .scolor {
        background-color: transparent;
        border-color: #A98D4B;
        color: #A98D4B;
    }

    .right_side_section .looking_for_candidate .mobile .looking_for_candidate_boxs .looking_for_candidate_box .view_profile_btn.visiterbtn .scolor:hover {
        background-color: #A98D4B;
        color: #fff;
    }

    .local_business h4 {
        background-color: #f7f7f7;
    }

    .share_doc>ul li button {
        margin: 0 5px;
    }

    .upload_document_delete .gray {
        padding: 20px 14px;
    }

    .business_card .business_card_box {
        width: 100%;
    }

    .business_card .business_card_box .pricing_session {
        padding: 5px 22px;
    }

    .business_card .business_card_box .pricing_session .pricing p span {
        padding-left: 1px;
    }

    .load_more {
        text-align: center;
        float: initial;
        margin: 40px auto;
        border: 1px solid #A98D4B;
        width: 120px;
        height: 35px;
        border-radius: 50px;
        font-size: 14px;
        padding-top: 8px;
        transition: 0.3s;
    }

    .load_more:hover {
        color: #fff;
        background-color: #A98D4B;
    }

    .load_more:hover a {
        color: #fff;
    }

    .edu_store h4 {
        margin-top: 35px;
        background-color: #f7f7f7;
        border-bottom: none;
    }

    .edu_store .head {
        justify-content: end;
    }

    .edu_store .head h5 {
        display: none;
    }

    .edu_store p {
        display: none;
    }

    .edu_store_content .mobile_edu_store_cont {
        display: block;
    }

    .edu_store_content .mobile_edu_store_cont h5 {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 25px;
        padding: 30px 0px;
        color: #636363;
    }

    .edu_store_content .mobile_edu_store_cont p {
        font-family: 'Open Sans';
        display: block;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        color: #636363;
        padding-bottom: 20px;
    }

    .edu_store .edu_store_content .collapse_boxs {
        border-top: none;
    }

    button.collapse {
        padding: 15px 15px 15px 0px;
    }

    /* .load_more a {
        border: 1px solid #A98D4B;
        color: #A98D4B;
        padding: 9px 19px;
        border-radius: 60px;
        text-decoration: none;
    } */

    .edu_store .edu_store_content,
    .filter_box .filter_search,
    .filter_box {
        display: block;
    }

    .filter_header {
        display: none;
    }

    .filter_box .filter_search .filter_category .customselect {
        margin: 0 !important;
    }

    .filter_box .filter_search .advance_search_filter #my-adv-filter,
    .filter_box .filter_search #my-fil-key,
    .filter_box .filter_search #my-fil-city,
    .filter_box .filter_search #my-fil-zip,
    .filter_box .filter_search #my-fil-dis,
    .filter_box .filter_search .advance_search_filter .filters_search,
    .filter_box .distance_input {
        width: 100%;
        max-width: 100%;
    }

    .filter_box .filter_search>.keyword,
    .filter_box .filter_search .city,
    .filter_box .filter_search .zip,
    .filter_box .filter_search .distance,
    .filter_box .filter_search .advance_search_filter,
    .filter_box .filter_search .filter_category {
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }

    .filter_box .filter_search .distance {
        height: 40px;
    }

    .filter_box .filter_search .advance_search_filter #my-adv-filter,
    .filter_box .filter_search #my-fil-dis {
        border-radius: 0;
    }

    .filter_box .search_box {
        text-align: center;
        margin-bottom: 20px;
    }

    .body_section {
        display: block;
    }

    .left_side_section {
        width: 100%;
        border: none;
    }

    .right_side_section {
        width: 100%;
        padding: 0px;
    }

    .mobile_profile_box {
        display: flex;
        align-items: center;
        gap: 7px;
        padding: 15px;
        background: linear-gradient(90deg, rgba(229, 229, 229, 0.4) 0%, rgba(250, 250, 250, 0.4) 100%);
        justify-content: flex-start;
    }

    .mobile_profile_box .profile_pic img {
        border-radius: 50%;
        width: 42px;
        height: 42px;
        object-fit: cover;
    }

    .mobile_profile_box>a {
        width: 42px;
        height: 42px;
        min-width: 42px;
    }

    .mobile_profile_box .mobile_profile_box_content1 {
        width: calc(100% - 44px);
    }

    .mobile_profile_box .mobile_profile_box_content1 .profile_box_social {
        display: flex;
        gap: 15px;
        align-items: flex-start;
        justify-content: space-between;
    }

    .mobile_profile_box .mobile_profile_box_content1 .profile_box_social .profile_box_social_sec1 img,
    .mobile_profile_box .mobile_profile_box_content1 .profile_box_social .profile_box_social_sec1 svg {
        margin-right: 9px;
        width: 13px;
    }

    .mobile_profile_box .mobile_profile_box_content1 .profile_box_social .profile_box_social_sec1 {
        display: inline-flex;
        align-items: center;
        margin-top: 3px;
    }

    .mobile_profile_box .mobile_profile_box_content1 .profile_box_social .name_iimg p {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 13px;
        line-height: 15px;
        color: #636363;
        display: flex;
        align-items: center;
        margin-top: 4px;
    }

    .mobile_profile_box .mobile_profile_box_content1 .profile_box_social .name_iimg p svg {
        width: 11px;
    }

    .senddoc ul {
        width: 100%;
        margin: 20px 0;
    }

    .senddoc .file {
        margin: 0;
        width: 100%;
        display: block;
    }

    .senddoc .file .group_label {
        width: 100%;
        margin-top: 5px;
        height: 38px;
    }

    .senddoc .file span,
    .senddoc .file input {
        width: 54%;
    }

    .senddoc .file .group_label button {
        padding: 10px 25px;
    }

    .senddoc .file label {
        text-align: left;
        width: 100%;
        display: block;
        padding-bottom: 10px;
    }

    .senddoc ul li .view-message .circle::before,
    .senddoc ul li .view-message .circle::after {
        top: 29px;
    }

    .mobile_profile_box .mobile_profile_box_content1 .profile_box_social .name_iimg span {
        margin-left: 8px;
        font-weight: 700;
        font-size: 12px;
        line-height: 14px;
        color: #A98D4B;
    }

    .side_drop_collapse_box_content>span {
        display: block;
        float: left;
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 0;
        background: #00000029;
        cursor: pointer;
    }

    .mobile_profile_box .mobile_profile_box_content1 .profile_box_social .profile_box_social_sec2 {
        display: flex;
        gap: 5px;
        align-items: center;
    }

    .mobile_profile_box .mobile_profile_box_content1 .profile_box_social .profile_box_social_sec2 img {
        width: 20px;
    }

    .mobile_profile_box .mobile_profile_box_content2 .profile_functions {
        display: flex;
        gap: 5px;
        align-items: center;
    }

    .profileshow.editview>h2 {
        border: none;
    }

    .profile_box_social .addjob button {
        margin-top: -5px;
        margin-bottom: 0;
        gap: 5px;
        font-size: 13px;
    }

    .uploadphoto .button button {
        width: 137px;
        padding: 10px 10px;
    }

    .mobile_profile_box .mobile_profile_box_content2 .profile_functions .vi {
        background-color: #c4c4c4;
        width: 1px;
        height: 12px;
    }

    .mobile_profile_box .mobile_profile_box_content2 .profile_functions .funk {
        display: flex;
        gap: 4px;
    }

    .mobile_profile_box .mobile_profile_box_content2 .profile_functions h5 {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 11px;
        line-height: 21px;
        text-transform: uppercase;
        color: #7F7F7F;
        order: 2;
    }

    .younger .Profile_complete .detail .form_group.qualification .checkbox ul li input[type="checkbox"]:checked~span::before {
        background-color: #AC8A3A !important;
    }

    .pdng {
        padding: 0;
    }

    .mobile_profile_box .mobile_profile_box_content2 .profile_functions h6 {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 11px;
        line-height: 21px;
        color: #7F7F7F;
        order: 1;
    }


    .profile_box {
        display: none;
    }

    .silde_bar_dropdowns {
        display: none;
    }

    .right_side_section .looking_for_candidate .looking_for_candidate_filter_sec {
        display: none;
    }



    .mobile_looking_for_candidate_boxs {
        display: block;
    }

    .mobile_looking_for_candidate_boxs .mobile_looking_for_candidate_box {
        padding: 25px 20px;
    }

    .mobile_looking_for_candidate_boxs .mobile_looking_for_candidate_box:nth-child(even) {
        background-color: #f7f7f7;
        border-top: 1px solid #B7B7B7;
        border-bottom: 1px solid #B7B7B7;
    }

    .mobile_looking_for_candidate_boxs .mobile_looking_for_candidate_box p {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 21px;
        color: #636363;
    }

    .mobile_looking_for_candidate_boxs .mobile_looking_for_candidate_box p span {
        color: #A98D4B;
        cursor: pointer;
        font-weight: 600;
    }

    .mobile_looking_for_candidate_boxs .mobile_looking_for_candidate_box .view_profile_btn {
        text-align: center;
        margin-top: 25px;
        float: none !important;
    }

    .mobile_looking_for_candidate_boxs .mobile_looking_for_candidate_box .view_profile_btn a,
    .mobile_looking_for_candidate_boxs .mobile_looking_for_candidate_box .view_profile_btn button {
        text-decoration: none;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        padding: 8px 20px;
        border-radius: 40px;
        font-size: 14px;
        line-height: 19px;
        color: #A98D4B;
        background-color: transparent;
        border: 1px solid #A98D4B;
        transition: 0.3s;
    }

    .mobile_looking_for_candidate_boxs .mobile_looking_for_candidate_box .view_profile_btn a:hover,
    .mobile_looking_for_candidate_boxs .mobile_looking_for_candidate_box .view_profile_btn button:hover {
        color: #fff;
        border-color: #A98D4B;
        background-color: #A98D4B;
    }

    .mobile_looking_for_candidate_boxs .mobile_looking_for_candidate_box p a {
        color: #A98D4B;
        font-weight: 700;
    }

    .signout .button .pull-right button {
        margin-left: 0 !important;
    }

    .mobile_looking_for_candidate_boxs .mobile_looking_for_candidate_box .head_part {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .first_sec .nany_social {
        display: flex;
        gap: 10px;
        left: 5px;
        bottom: 0;
        margin-top: -22px;
        margin-left: 8px;
        padding-top: 0;
    }

    .filter_header2 {
        background: linear-gradient(100.53deg, #7D2B8B 31.22%, #BD01AA 63.44%);
        padding: 10px 0px;
    }

    .mobile_looking_for_candidate_boxs .mobile_looking_for_candidate_box .head_part h3 {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 21px;
        color: #636363;
    }

    .mobile_looking_for_candidate_boxs .mobile_looking_for_candidate_box .post_general {
        display: flex;
        padding-top: 10px;
        gap: 10px;
        align-items: center;
    }

    .mobile_looking_for_candidate_boxs .mobile_looking_for_candidate_box .post_general h6 {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 14px;
        color: #A98D4B;
    }

    .mobile_looking_for_candidate_boxs .mobile_looking_for_candidate_box .post_general p {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: 12px;
        color: #A98D4B;
    }

    .mobile_looking_for_candidate_boxs .mobile_looking_for_candidate_box .main_sec {
        display: flex;
        padding: 20px 0px;
        gap: 20px;
        align-items: flex-start;
    }

    .mobile_looking_for_candidate_boxs .mobile_looking_for_candidate_box .main_sec .first_sec .image_sec {
        width: 130px;
        min-height: 120px;
        align-items: center;
        justify-content: center;
        position: relative;
        max-height: 150px;
        overflow: hidden;
        text-align: center;
        align-items: center;
        display: inline-flex;
    }

    .mobile_looking_for_candidate_boxs .mobile_looking_for_candidate_box .main_sec .first_sec .image_sec img {
        height: 100%;
    }

    .mobile_looking_for_candidate_boxs .mobile_looking_for_candidate_box .main_sec .first_sec .image_sec>img {
        width: 100%;
        width: 75px;
        height: 75px;
        border-radius: 50%;
        object-fit: cover;
    }

    .mobile_looking_for_candidate_boxs .mobile_looking_for_candidate_box .main_sec .first_sec .image_sec_teacher {
        width: 150px;
        height: 120px;
        display: flex;
        background-color: transparent;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .mobile_looking_for_candidate_boxs .mobile_looking_for_candidate_box .main_sec .first_sec .heart_sec {
        position: absolute;
        right: 6px;
        top: 4px;
        border-radius: 50%;
        width: 21px;
        height: 21px;
        padding: 3px;
    }

    .mobile_looking_for_candidate_boxs .mobile_looking_for_candidate_box .main_sec .first_sec .nany_social {
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 0px;
        border-radius: 10px;
    }

    .mobile_looking_for_candidate_boxs .mobile_looking_for_candidate_box .main_sec .first_sec .nany_social img,
    .mobile_looking_for_candidate_boxs .mobile_looking_for_candidate_box .main_sec .first_sec .nany_social svg {
        margin-right: 5px;
        margin-left: 5px;
    }

    .mobile_looking_for_candidate_boxs .mobile_looking_for_candidate_box .main_sec .second_sec .post {
        display: flex;
        align-items: center;
        gap: 10px;
        padding-bottom: 10px;
    }

    .mobile_looking_for_candidate_boxs .mobile_looking_for_candidate_box .main_sec .second_sec img {
        width: 13px;
        object-fit: none;
    }

    .mobile_looking_for_candidate_boxs .mobile_looking_for_candidate_box .main_sec .second_sec h5 {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 14px;
        color: #636363;
    }

    .interested_fam_boxs .interested_fam_box {
        width: fit-content;
    }

    .right_side_section .looking_for_candidate h2 {
        display: none;
    }

    .mobile_looking_for_candidate h2 {
        display: block;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 25px;
        color: #636363;
        padding: 20px 20px 10px 20px;
        border-bottom: 1px solid #e5e5e5;
    }

    .fam_slide_btns {
        display: none;
    }

    .update_to_premium {
        display: none;
    }

    .mob_update_to_premium {
        background: linear-gradient(100.53deg, #947C43 31.22%, #AC8A3A 60.58%);
        border-radius: 4px;
        padding: 10px 10px 10px 10px;
        display: none;
        margin-top: 45px;
        justify-content: space-between;
    }

    .mob_update_to_premium h2,
    .mob_update_to_premium h2 a {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 800;
        font-size: 16px;
        line-height: 0%;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        gap: 22px;
    }

    .mob_update_to_premium h3 {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        line-height: 20px;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: space-between;
    }


    .interested_fam_boxs .slick-prev {
        left: 79% !important;
    }

    .interested_fam_boxs .interested_fam_box,
    .slider_item {
        width: 96%;
        margin: 1% !important;
        float: left;
    }

}

.share_profile h2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #636363;
}

.share_profile {
    width: 100%;
    display: block;
}

.share_profile .search_profile input {
    background: #FAFAFA;
    border-radius: 50px;
    height: 40px;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #636363;
    padding: 0 15px;
    width: 70%;
}

.share_profile button {
    background: transparent;
    color: #A98D4B;
    border-color: #A98D4B;
}

.share_profile .search_profile button {
    margin-left: -97px;
    background: #fff;
    margin-top: 1px;
    display: inline-block;
}

.share_profile .list_prorofile>button {
    margin: 30px 10px 0;
}

.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .view_profile_btn.brownntn button:nth-child(1) {
    background-color: transparent;
    border-color: #B7B7B7;
    color: #b7b7b7;
}

.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .view_profile_btn.brownntn button:nth-child(2) {
    background-color: transparent;
    border-color: #A98D4B;
    color: #A98D4B;
}

.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .view_profile_btn.brownntn button:nth-child(2):hover,
.right_side_section .looking_for_candidate .looking_for_candidate_boxs .looking_for_candidate_box .view_profile_btn.brownntn button:nth-child(1):hover {
    background-color: #A98D4B;
    color: #fff;
    border-color: #A98D4B;
}

.graydata svg.blank_star path {
    fill: transparent !important;
}

.share_profile button:hover {
    background: #A98D4B !important;
    color: #fff;
    border-color: #A98D4B;
}

.share_profile ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    border-bottom: 2px solid #E5E5E5;
    padding: 10px 0;
}

.share_profile ul {
    width: 83%;
    margin: 0 auto;
}

.share_profile ul li p {
    width: 80%;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #636363;
    padding: 0;
    text-align: left;
}

.share_profile ul li input {
    width: 16px;
    height: 16px;
    cursor: pointer;
    min-width: 16px !important;
    accent-color: #814d8a;
}

.share_profile ul li input:checked~span::before {
    content: "\f00c";
    position: absolute;
    right: 17px;
    top: 49%;
    transform: translateY(-50%);
    font-family: FontAwesome;
    width: 20px;
    height: 20px;
    display: block;
    background: #A98D4B;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 19px;
}

.share_profile ul li img {
    min-width: 45px;
    margin: 0;
    height: 45px;
    object-fit: fill;
    width: 45px;
}




@media (max-width:560px) {

  

    /* #half0 {
        display:block; 
      }
      #full0{
        display:none;
      } */
    .right_side_section .slider {
        display: block;
        float: left;
        width: 100%;
    }

    .upload_document p {
        text-align: center;
    }

    .slider_up_button,
    .slider_up_button {
        display: none;
    }
}

.left_side_section .profile_box .profile_detail .profilestart_video a,
.left_side_section .profile_box .profile_detail .profilestart_video {
    position: relative;
    cursor: pointer;
}

.left_side_section .profile_box .profile_detail .profilestart_video img {
    cursor: pointer;
}

.left_side_section .profile_box .profile_detail .profilestart_video span.tooltipu {
    position: absolute;
    left: 0;
    bottom: 135%;
    background: #BE95C5;
    border-radius: 4px;
    padding: 5px 10px;
    color: #fff;
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    display: none;
}

.left_side_section .profile_box .profile_detail .profilestart_video a {
    width: 20px;
    display: inline-block;
    cursor: pointer;
}

.left_side_section .profile_box .profile_detail .profilestart_video a img {
    margin-left: 0px !important;
}

.left_side_section .profile_box .profile_detail .profilestart_video a::before {
    content: '';
    position: absolute;
    top: -40%;
    left: 3px;
    display: block;
    transform: rotate(180deg);
    width: 15px;
    height: 10px;
    background-image: linear-gradient(to bottom right, transparent 50%, #BE95C5 0), linear-gradient(to top right, #BE95C5 50%, transparent 0);
    background-size: 50% 100%;
    background-repeat: no-repeat;
    background-position: left, right;
    display: none !important;
}

.left_side_section .profile_box .profile_detail .profilestart_video a:hover~span,
.left_side_section .profile_box .profile_detail .profilestart_video a:hover:before {
    display: inline-block;
}

.editview .Profile_complete.new .detail.additional_info .language {
    clear: none;
}



.mail-header-bar .btn-group select option:hover {
    background-color: #A98D4B;
}

.green:hover,
.green:focus {
    background: green;
}

select option:checked {
    box-shadow: 0 0 10px 100px #ffb7b7 inset;
}

select option {
    -webkit-tap-highlight-color: red;
}

.select label {
    background: transparent;
    border: none !important;
    padding: 6px;
    height: 30px;
    /* min-width: 156px; */
    text-align: center;
    display: inline-block;
    cursor: pointer;
    width: auto;
}

.select {
    position: relative;
}

.flex {
    display: flex;
    align-items: center;
}

.select ul {
    background: #FFFFFF;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    z-index: 8;
    min-width: 156px;
    z-index: 55;
}

.select label span {
    float: right;
    margin: 0 5px;
}

.select ul li {
    padding: 8px 10px;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    color: #636363;
}

.recome p {
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
}

.recome p span {
    color: #A98D4B !important;
    font-weight: 500;
}

.select ul li:hover {
    background: linear-gradient(90deg, #FAFAFA 0%, rgba(252, 252, 252, 0) 100%);
    color: #525252;
    font-weight: 600;
}

.side_drop_collapse.arrow::after {
    display: none;
}

.upgd.search_pop.login_first {
    padding: 40px 50px 30px;
}

.upgd.search_pop.login_first button.ruf {
    border-color: #B7B7B7;
    margin-right: 10px;
}

.upgd.search_pop.login_first button.ruf a {
    color: #B7B7B7;
}

.upgd.search_pop.login_first button:hover {
    background: linear-gradient(100.53deg, #7D2B8B 31.22%, #BD01AA 63.44%);
    border: none;
}

.upgd.search_pop.login_first button:hover a {
    color: #fff;
}

/* 
*:lang(fr) .header .menu li a {
    outline: 2px solid deeppink;
} */


.senscare_wrapper {
    padding: 20px 30px;
}

.senscare_wrapper h2 {
    color: #636363;
}

.senscare_wrapper .tab {
    background-color: #FAFAFA;
    padding: 8px 20px;
}

.senscare_wrapper .tab h2 {
    color: #A98D4B;
    padding: 0px 0;
}

.link_wrap {
    width: 400px;
    background-color: #FAFAFA;
    padding-left: 20px;
    border-radius: 50px;
    gap: 10px;
}

.link_wrap a {
    color: #636363;
}

.inner_wrapper .column_left {
    width: 60%;
    margin-right: 6%;
    padding: 0 20px;
}

.inner_wrapper .column_left.left2 {
    float: left;
    margin-bottom: 30px;
}

.inner_wrapper .column_right {
    margin-top: -20px;
    width: 34%;
    float: right;
}

.inner_wrapper .column_left p {
    padding: 20px 0 10px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #636363;
}

.inner_wrapper .icon_wrap {
    padding: 20px 0;
}

.inner_wrapper .icon_wrap .social_share ul {
    top: 105%;
    right: 8px;
}

.profile_box_social_sec1 .social_share ul {
    top: 105%;
    right: 0;
    padding: 0 !important;
    background: transparent;
}

.profileshow .profile_box_social_sec1 .social_share ul {
    top: auto;
    bottom: 80%;
}

.inner_wrapper .icon_wrap i {
    color: #fff;
    background-color: #7D2B8B;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    margin-right: 12px;
    cursor: pointer;
}

.inner_wrapper .icon_wrap h4 {
    color: #7D2B8B;
    font-weight: 700;
}

.inner_wrapper .column_left .tab {
    background-color: transparent;
    /* border-bottom: solid 1px #DADADA; */
    padding: 0px;
    gap: 20px;
}


.inner_wrapper .column_left .tab p,
.senscare_wrapper .tab_3 p {
    padding: 0px;
    color: #636363;
    font-weight: 400;
}

.inner_wrapper .column_left p span,
.senscare_wrapper .tab_3 p span,
.inner_wrapper .column_left p span a {
    color: #7D2B8B;
    font-weight: 600;
}

.senscare_wrapper .tab_2 {
    margin-top: 15px;
    float: left;
    width: 100%;
}

.senscare_wrapper .lastline {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #636363;
}

.senscare_wrapper .lastline a {
    color: #A98D4B;
    text-decoration: underline;
}

.walk_section {
    width: 100%;
    margin: 50px auto;
    float: left;
}

.walk_section .column {
    margin-bottom: 100px;
}

.walk_section .column:first-child li span {
    opacity: 0.7;
}

.walk_section .column:first-child li:first-child span {
    opacity: 1;
}

.walk_section .column:nth-child(2) li:last-child span {
    opacity: 0.7;
}

.walk_section .column:nth-child(2) li span {
    opacity: 1;
}

.walk_section .column:nth-child(3) li span {
    opacity: 0.7;
}

.walk_section .column:nth-child(3) li:last-child span {
    opacity: 1;
}



.walk_section .column img {
    margin-left: 9%;
}

.walk_section .column:nth-of-type(2) img {
    margin-left: 42%;
}

.walk_section .column:nth-of-type(3) img {
    margin-left: 76%;
}

.walk_section .column:nth-of-type(1) ul {
    margin-top: 30px;
}

.walk_section .column:nth-of-type(2) ul {
    margin-top: 30px;
}

.walk_section .column:nth-of-type(3) ul {
    margin-top: 30px;
}

.walk_section ul {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 40px;
    display: block;
}

.walk_section ul li {
    width: 33.33%;
    position: relative;
    float: left;
}



.walk_section .column ul li::after {
    content: "";
    position: absolute;
    top: -28px;
    right: 47%;
    width: 15px;
    z-index: 99;
    height: 15px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #7D2B8B;
}

.walk_section .column:nth-child(2) ul li:first-child:before,
.walk_section .column:nth-child(3) ul li:first-child:before,
.walk_section .column:nth-child(3) ul li:nth-child(2):before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    width: 100%;
    z-index: 99;
    height: 2px;
    background-color: #7D2B8B;
}

.walk_section .column ul li:last-child::before {
    display: none;
}

.walk_section .column:nth-child(2) ul li:first-child:after {
    content: "";
    position: absolute;
    top: -28px;
    right: 47%;
    width: 15px;
    z-index: 99;
    height: 15px;
    border-radius: 50%;
    background-color: #7D2B8B;
}

.walk_section .column:nth-child(3) ul li:after {
    content: "";
    position: absolute;
    top: -28px;
    right: 47%;
    width: 15px;
    z-index: 99;
    height: 15px;
    border-radius: 50%;
    background-color: #7D2B8B;
}

.walk_section .column:first-child ul li:first-child:after,
.walk_section .column:nth-child(2) ul li:nth-child(2):after,
.walk_section .column:nth-child(3) ul li:nth-child(3):after {
    content: "";
    border: 3px solid #7D2B8B;
    background: #fff;
    width: 11px;
    height: 11px;
}

.walk_section ul::after {
    content: '';
    position: absolute;
    width: 67%;
    margin-left: 17%;
    display: block;
    border-bottom: 2px dotted #7F7F7F;
    top: -20px;
    z-index: 0;
}

.walk_section ul li h4 {
    color: #BE95C5;
    text-align: center;
}

.walk_section ul li strong {
    color: #7D2B8B;

}

.walk_section ul li span {
    color: #A98D4B;
    border: solid 2px #A98D4B;
    padding: 10px 16px;
    display: inline-block;
    border-radius: 4px;
    margin-top: 10px;

}

.walk_section ul li p {
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
    color: #7D2B8B;
}

.senscare_wrapper .tab_3 {
    margin-top: 15px;
}

.senscare_wrapper .tab_3 h2 {
    color: #7D2B8B;
}

.senscare_wrapper .tab_3 {
    gap: 20px;
}

.senscare_wrapper i {
    color: #7F7F7F;
}

.senscare_wrapper h2 {
    font-size: 18px;

}

.senscare_wrapper li {
    list-style: none;
}

.senscare_wrapper a {
    text-decoration: none;
}

.senscare_wrapper a span {
    white-space: nowrap;
    overflow: hidden;
    width: 91%;
    display: inline-block;
    margin-bottom: -4px;
}

.btn a {
    display: inline-block;
    padding: 1px 26px;
  
    border-radius: 50px;
    color: #A98D4B;
}



.btnconfirm a {
    display: inline-block;
    padding: 1px 26px;
    background-color: #A98D4B;
    border-radius: 50px;
    color: #fff;
}

.row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.flex {
    display: flex;
}

.justify_content-between {
    justify-content: space-between;
}

.justify_content-center {
    justify-content: center;
}

.align-center {
    align-items: center;
}

.senscare_wrapper>h2 {
    padding: 0 0 20px 0;
}

@media (max-width: 860px) {
    .share_profile .search_profile input {
        width: 85%;
    }


    .share_profile .search_profile button {
        margin-left: -97px;

    }

    .interview,
    .inner_wrapper .column_left,
    .inner_wrapper .column_right,
    .link_wrap {
        width: 100% !important;
    }

    .link_wrap>a {
        width: 65% !important;
    }

    .senscare_wrapper,
    .inner_wrapper .column_left,
    .inner_wrapper .column_right {
        padding: 20px 0;
        margin: 0;
    }

    .inner_wrapper .column_right {
        text-align: center;
        margin: 0;
    }

    .walk_section .column img {
        max-width: 90px;
        margin-left: 2%;
    }

    .walk_section .column:nth-of-type(2) img {
        margin-left: 36%;
    }

    .walk_section .column:nth-of-type(3) img {
        margin-left: 67%;
    }

    .walk_section ul li span {
        padding: 5px 7px;
        font-size: 13px;
    }

    .walk_section ul li h4 {
        font-size: 13px;
    }

    .walk_section ul li p {
        font-size: 12px;
    }

    .walk_section {
        clear: both;
        float: left;
    }
}
