


.rs_calculator_box {
     border:2px solid #000; 
    box-shadow: 2px 4px 0 #000;
    margin-top: 20px;
    max-width: 1012px;
    margin-inline:auto;
    padding: 80px 160px;
    border-radius: 20px;
    background-color: #fff;
}

.rs_step_list {
    max-width: 403px;
    margin: 0 auto 64px !important;
    padding: 0 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rs_step_list li {
    height: 56px;
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 3px solid #6d6d6d;
    color: #6d6d6d;
    font-weight: 700;
    background-color: #fff;
    position: relative;
    z-index: 8
}

.rs_step_list li.active {
    background-color: #326eb6;
    border-color: #326eb6;
    color: #fff
}

.rs_step_list li:not(:first-child)::before {
    content: "";
    height: 2px;
    border-top: 2px dashed #6d6d6d;
    position: absolute;
    top: 50%;
    right: 56px;
    width: 112px;
    z-index: -1
}

.rs_step_list li.active:not(:first-child)::before {
    border-color: #326eb6
}

.rs_form_label {
    font-size: 24px;
    margin-bottom: 24px;
    font-weight: 500;
    display: block;
}
.rs_form_control {
    border-radius: 100px !important;
    border: 2px solid #000 !important;
    width: 100% !important;
    height: 48px !important;
    padding-inline: 18px;
    font-size: 16px !important;
    line-height: 24px !important;
    background-color: #fff !important;
        font-family: "AktivGrotesk" !important;
    color: #000 !important;
}

.rs_form_control::placeholder {
  color: #444444 !important;
  opacity: 1 !important;
}
.rs_form_control::-ms-input-placeholder {
  color: #444444 !important;
}

.rs_form_control:hover, .rs_form_control:focus {
    box-shadow: 0 0 0 4px rgb(0 0 0 / .1);
}

.rs_form_field .modalBtn {
    text-align: end;
}
.rs_form_field .modalBtn a{
    color: #1f4985;
    font-size: 18px;
    font-size: 18px;
    font-weight: 500;
}
.model_pop_row ul li span.elementor-icon-list-icon svg {
    width: 24px;
    height: 24px;
}

.rs_form_field:not(:last-child) {
    margin-bottom: 54px
}

.rs_radio input {
    display: none
}

.rs_radio label img {
    margin-inline:auto}

.rs_radio label {
    padding: 24px;
    text-align: center;
    width: 100%;
    display: grid;
    border: 2px solid #000;
    border-radius: 12px;
    gap: 16px;
    font-weight: 500;
    cursor: pointer;
    font-size: 20px;
}

.rs_radio input:checked+label {
    border-color: #326eb6;
    background-image: url(../images/bluetick.svg);
    background-repeat: no-repeat;
    background-position: right 20px top 21px
}

.rs_form_action {
    margin-top: 40px
}

select.rs_form_control {
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-position: right 21px center
}


.rs_form_range {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    background: #e5ecf9;
    outline: none;
    border-radius: 40px
}

.rs_form_range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background-color: #326eb6;
    cursor: pointer;
    border: 1px solid #fff;
    box-shadow: 0 2px 5px rgb(20 25 26 / .16);
    border-radius: 100%
}

.rs_form_range::-moz-range-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background-color: #326eb6;
    cursor: pointer;
    border: 1px solid #fff;
    box-shadow: 0 2px 5px rgb(20 25 26 / .16);
    border-radius: 100%
}

.rs_range_value_box {
    display: flex;
    align-items: center;
    gap: 34px;
    border: 2px solid #000;
    height: 48px;
    border-radius: 100px;
    font-size: 16px;
    color: #6d6d6d;
    padding-inline:18px}

.rs_result_head h3 {
    font-size: 32px;
    line-height: 140%;
    font-weight: 700;
    font-family: "AktivGrotesk-XBold";
    margin-bottom: 20px;
    text-align: center;
    color: #000;
}
.rs_result_head p {
    margin-bottom: 40px;
    font-weight: 500;
    max-width: 480px;
    margin-inline: auto;
    text-align: center;
    font-size: 20px;
    color: #000;
}
.rs_estimate_results_cards {
    gap: 28px;
    grid-template-columns: 1fr 67px 1fr;
    position: relative;
    display: grid;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.rs_form_field .row {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    flex-wrap: wrap;
}

.rs_form_field .row .col-sm {
    padding: 10px;
    flex: 1 0 0%;
}
.rs_estimate_results_seprator {
    width: 67px;
    text-align: center
}

.rs_estimate_results_card {
    padding: 40px;
    border: 2px solid;
    position: relative;
    border-radius: 20px;
}
p.rs_result_foot{
    text-align: center;
    color: #000;
}
.rs_form_action .btn {
    background: #e31a4b;
    border-radius: 33px;
    font-size: 16px;
    padding: 20px 30px;
    border: 1px solid #e31a4b;
}
.rs_form_action .btn:hover,
.rs_form_action .btn:focus{
    background-color: #c10f3f;
    border-color: #c10f3f;
}
.rs_form_action {
    text-align: end;
}
.rs_form_action .btn:disabled{
    pointer-events: none;
    background-color: #f5afc0;
    border-color: #f5afc0;
}
.rs_estimate_results_card.rs_green_card {
    background-color: #dffade;
    border-color: #1d4c1b;
    box-shadow: 2px 4px 0 #1d4c1b
}
.rs_form_action a.btn {
    margin-right: 10px;
    background: transparent;
    color: #000;
    text-decoration: none;
    font-weight: 500;
}
.rs_form_action a.btn:hover,
.rs_form_action a.btn:focus{
    background-color: #fff1f2;
}
.rs_estimate_results_card.rs_red_card {
    background-color: #ffe4e7;
    border-color: #8a1139;
    box-shadow: 2px 4px 0 #8a1139
}

.rs_full_width {
    max-width: 100%
}

.rs_save_badge {
    position: absolute;
    top: -19px;
    left: 24px;
    font-size: 18px;
    background-color: green;
    color: #fff;
    border-radius: 40px;
    padding: 8px 17px;
    line-height: 18px;
    border: 2px solid #f2fcf1
}

.rs_result_tick {
    position: absolute;
    top: 28px;
    right: 28px
}

.rs_estimate_results_card>img {
    margin-bottom: 46px
}

.rs_estimate_results_card>h5 {
    margin-bottom: 59px;
    font-size: 24px;
    font-weight: 700;
    margin-top: 13px
}
.rs_estimate_results_card .rs_re_sub_title {
    margin-bottom: 16px;
    line-height: 120%;
    font-size: 20px;
    color: #000;
}
.rs_estimate_results_card h2 {
    font-size: 88px;
    line-height: 120%;
    margin-bottom: 20px;
    font-weight: 700;
    color: #000;
}

.rs_estimate_results_card .rs_calculation {
    margin-bottom: 50px;
    font-size: 20px;
    color: #000;
}
.rs_estimate_results_card.rs_red_card h3 {
    color: #e31a4b !important;
}
.rs_estimate_details_btn a.btn {
    font-size: 16px;
    color: #000;
    padding: 15px 30px;
    border: 2px solid #e31a4b;
    border-radius: 33px;
    background: #fff;
    display: block;
    margin: auto;
    text-align: center;
    width: max-content;
    text-decoration: none;
    font-weight: 500;
}
.rs_estimate_results_card h3 {
    font-size: 56px;
    margin-bottom: 0;
    font-weight: 700
}

.rs_estimate_results_card.rs_green_card h3 {
    color: #267421
}

.rs_estimate_results_card.rs_red_card h3 {
    color: var(--bs-primary)
}

.rs_estimate_results_seprator::before,.rs_estimate_results_seprator::after {
    content: "";
    height: calc(50% - 16px);
    width: 1px;
    border-right: 1px dashed #d1d1d1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.rs_estimate_results_seprator::before {
    top: 0
}

.rs_estimate_results_seprator::after {
    bottom: 0
}

.rs_result_foot {
    font-size: 24px;
    margin-block:40px;font-weight: 700
}

.rs_estimate_details_btn {
    position: relative
}

.rs_estimate_details {
    padding-top: 64px
}

.rs_estimate_details_btn::before,.rs_estimate_details_btn::after {
    content: "";
    width: calc(50% - 150px);
    height: 1px;
    border-bottom: 1px dashed #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.rs_estimate_details_btn::before {
    left: 0
}

.rs_estimate_details_btn::after {
    right: 0
}

.rs_estimate_details_btn .btn img {
    margin-left: 10px;
    transition: all 0.3s ease-in-out
}

.rs_estimate_details_table {
    margin-top: 64px;
    padding: 80px;
    border-radius: 20px;
    background-color: #fff;
    border: 2px solid #000;
    box-shadow: 2px 4px 0 #000
}

.rs_estimate_details_table li:not(:last-child) {
    margin-bottom: 36px
}

.rs_estimate_details_table li {
    display: grid;
    align-items: center;
    grid-template-columns: auto 1fr auto;
    gap: 24px;
    font-size: 24px;
    line-height: 120%
}

.rs_estimate_details_table li span {
    border-top: 1px dashed #000;
    height: 1px
}

.showDetailsEstimate img {
    transition: all 0.3s ease-in-out
}

.showDetailsEstimate.opened img {
    -moz-transform: scale(-1,-1);
    -o-transform: scale(-1,-1);
    -webkit-transform: scale(-1,-1);
    transform: scale(-1,-1)
}

.rs_industries_area_section {
    background-image: url(../images/rightshape.svg),url(../images/rightshape.svg),url(../images/industriesbg.svg);
    background-repeat: no-repeat,no-repeat,no-repeat;
    background-position: top 30px left 0,top 30px right 0,left top
}

.rs_industries_page .rs_hero_text .rs_page_title span {
    background-image: url(../images/industriestitlebg.svg);
    background-repeat: no-repeat;
    background-position: bottom 0 center;
    background-size: 100%;
    padding-bottom: 7px
}

.rs_industries_area_tabs {
    display: flex;
    align-items: center;
    justify-content: center
}

.rs_industries_area_tabs {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000;
    border-radius: 100px;
    padding: 8px;
    background-color: #c6d8f1
}

.rs_industries_area_tabs.nav-tabs .nav-link {
    border: 2px solid #fff0;
    border-radius: 100px;
    box-shadow: 1px 2px 0 #fff0;
    color: #000;
    font-size: 16px;
    padding: 20px 32px;
    line-height: 20px
}

.rs_industries_area_tabs.nav-tabs .nav-link.active {
    border: 2px solid #000;
    border-radius: 100px;
    box-shadow: 1px 2px 0 #000
}

.rs_industries_area_section .tab-content {
    margin-top: 64px
}

.rs_area_grid {
    margin-top: 64px
}

.rs_industry_grid .row,.rs_area_grid .row {
    row-gap: 24px
}

.rs_area_card {
    padding: 40px 20px;
    box-shadow: 2px 4px 0 #000;
    border: 2px solid #000;
    border-radius: 20px;
    background-color: #fff;
    min-height: auto
}

.rs_contact_info_section .rs_area_card {
    height: 100%
}

.rs_area_card_icon {
    padding: 18px;
    border: 2px solid #000;
    box-shadow: 2px 4px 0 #000;
    border-radius: 100%;
    background-color: #c6d8f1;
    display: inline-block
}

.rs_area_card h4 {
    margin-block:24px 0;font-size: 24px;
    font-weight: 600
}

.rs_industries_tac_content .rs_area_card {
    padding: 40px
}

.rs_our_recruiters_page .rs_page_title span {
    background-image: url(../images/bg-line-our.svg);
    background-repeat: no-repeat;
    background-position: bottom 0 center;
    background-size: 100%;
    padding-bottom: 15px
}

.rs_our_recruiters_page .rs_watch {
    right: -62px
}

.rs_our_recruiters_section {
    background-image: url(../images/leftShape.svg),url(../images/rightshape.svg),url(../images/leftrecbg.svg),url(../images/rightrecbg.svg),linear-gradient(180deg,#fff 50.44%,#d7e9ff 80%);
    background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
    background-position: top 13px left 0,top 43px right 14px,left top,right bottom
}
.nice-select {
    display: inline-block;
    float: none;
    border-radius: 100px;
    height: 48px;
    width: 100%;
    border: 2px solid #000000;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    cursor: pointer;
}
.nice-select .current{
    font-size: 16px;
    color: #6d6d6d;
    position: relative;
    top: 3px;
    line-height: 40px;
}
.nice-select:after {
    content: '';
    display: block;
    border: none;
    height: 5px;
    width: 10px;
    background-image: url(https://wp.therecruitingsquad.com/wp-content/themes/therecruitingsquad/assets/images/arrow.svg);
    background-size: 100%;
    margin: 0;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform-origin: unset;
    transform-origin: unset;
    right: 21px;
    position: absolute;
    cursor: pointer;
}
.nice-select.open::after {
    -moz-transform: translateY(-50%) scale(-1,-1);
    -o-transform: translateY(-50%) scale(-1,-1);
    -webkit-transform: translateY(-50%) scale(-1,-1);
    transform: translateY(-50%) scale(-1,-1);
}
.rs_industries_filter .nice-select {
    width: 268px;
    border-width: 1px
}

.rs_industries_filter {
    padding-block:64px}

.nice-select .list {
    border-radius: 5px;
    position: absolute;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    top: 100%;
    left: 0;
    background-color: #fff;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: -1;
    width: 100%;
    border: 1px solid #000;
    box-shadow: none;
    padding-block:4px;max-height: 364px;
    overflow: auto;
    border-radius: 8px;
}

.nice-select.open .list {
    z-index: 9;
    opacity: 1;
    border-width: 2px;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.rs_industries_filters .nice-select {
    display: none
}

.rs_industries_filters #recruiterTag {
    display: block
}
.nice-select .list li {
    padding: 10px 14px;
    font-size: 14px;
    color: #000;
    line-height: 24px;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f3f6fc;
}

.rs_form_field #single_slide_val {
    display: none;
}
.rs_form_input.mt-4 {
    margin-top: 1.5rem !important;
}

.slider-wrapper {
    width: 100%;
    display: inline-block;
    position: relative;
    font-family: arial;
}

div#slider-range {
    background: #e5ecf9;
    height: 8px;
    position: relative;
    border-radius: 40px;
}

.ui-slider-range.ui-corner-all.ui-widget-header {
    background: #326eb6;
    height: 8px;
    position: absolute;
    border-top: 1px solid #5d99c8;
    border-bottom: 1px solid #5d99c8;
    transform: translateY(-1px);
}
span.ui-slider-handle {
    background: #326eb6 !important;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    display: block;
    transform: translate(-50%, -50%);
    border-radius: 100px;
    z-index: 0;
    cursor: move;
    border: 1px solid #fff;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    box-shadow: inset -2px -2px 6px 2px rgb(0 0 0 / .1);
    transition: width 0.1s;
}

.main_pop_div {
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: row !important;
    gap: 0 !important;
    justify-content: space-between !important;
    padding: 0 !important;
    overflow-y: auto;
}
.uael-modal-custom .uael-content {
    background: transparent !important;
    padding: 0 !important;
}
.uael-modal-custom .uael-content .uael-modal-text {
    padding: 0 !important;
}
.model_pop_row {
    width: 49% !important;
    background: #fff;
    border-radius: 16px !important;
    border: 2px solid #000;
    padding: 40px 25px !important;
}
.model_pop_row h2.elementor-heading-title {
    font-size: 24px;
    color: #000;
    margin-bottom: 10px;
    font-family: "AktivGrotesk" !important;
}
.model_pop_row .elementor-element p {
    font-family: "AktivGrotesk" !important;
    font-size: 16px;
    color: #000;
}
.model_pop_row h3 {
    font-size: 20px;
    font-family: "AktivGrotesk" !important;
    color: #000 !important;
    margin-bottom: 20px !important;
}
.model_pop_row ul {
    margin: 0;
    padding: 0;
}
.model_pop_row ul li {
    list-style: none;
    font-size: 20px;
    font-family: "AktivGrotesk" !important;
    color: #000 !important;
    margin-bottom: 20px !important;
    display: flex;
    align-items: center;
}

.model_pop_row ul li span.elementor-icon-list-icon {
    display: flex;
    margin-right: 6px;
}
.rs_estimate_details_table li b {
    color: #000;
    font-size: 20px;
}










@media (max-width: 1199px) {
.rs_calculator_box {
    padding: 80px;
}

.uamodal-71739be .uael-content {
    width: 80% !important;
}


}

@media (max-width: 991px) {
    .rs_estimate_results_cards {
        grid-template-columns: 1fr;
        gap: 24px;
    }
.rs_estimate_results_seprator,
.rs_hero_graphic, .rs_hero_list,
.rs_hero_text {
    margin-inline: auto;
}
.rs_estimate_results_seprator::after, .rs_estimate_results_seprator::before {
    height: 1px;
    width: calc(50% - 34px);
    border-right: none;
    border-top: 1px dashed #d1d1d1;
    top: 49.5%;
    transform: translateY(-50%);
}
.rs_estimate_results_seprator::before {
    left: 0;
}
.rs_estimate_results_seprator::after {
    right: 0;
    left: unset;
}



}



@media(max-width: 767px){
.main_heading_sec .e-con-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.rs_calculator_box {
    padding: 64px 16px;
}

.model_pop_row ul li {
    font-size: 16px;
    margin-bottom: 10px !important;
}
.model_pop_row .elementor-element p {
    margin-bottom: 0 !important;
}
.model_pop_row ul li span.elementor-icon-list-icon svg {
    width: 20px;
    height: 20px;
}



}


@media(max-width: 580px){

.model_pop_row {
    width: 100% !important;
    padding: 40px 15px !important;
    margin: 5px 0 !important;
}
.main_pop_div {
    flex-direction: column !important;
    padding-top: 20px !important;
}
.uamodal-71739be .uael-content {
    width: 88% !important;
}
.rs_step_list li {
    height: 36px;
    width: 36px;
    border-width: 1px;
    padding-top: 3px;
}
.rs_step_list {
    max-width: 248px;
}
.rs_save_badge, .rs_step_list li {
    font-size: 14px;
    line-height: 14px;
}
.rs_step_list li:not(:first-child)::before {
    right: 36px;
    width: 64px;
}
.rs_form_label {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 1.6;
}
.rs_form_field .row .col-sm {
    padding: 10px;
    flex: auto;
    width: 100%;
}
.rs_form_field .modalBtn {
    text-align: center;
}
.rs_radio label {
    font-size: 16px;
}

.rs_form_action .btn {
    width: 100%;
    display: block;
    text-align: center;
    margin: 5px 0;
    font-size: 16px;
    padding: 15px 20px;
    line-height: normal;
}


.rs_result_head h3 {
    font-size: 24px;
}
.rs_result_head p {
    font-size: 16px;
}
.rs_estimate_results_card h2 {
    font-size: 48px;
}
.rs_estimate_results_card h3 {
    font-size: 36px;
}
.uael-close-custom-top-right {
    position: fixed !important;
    top: 10px !important;
    right: 10px !important;
    height: 30px !important;
    width: 30px !important;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px !important;
    border-radius: 3px;
}
.uael-close-custom-top-right svg{
    height: 20px !important;
    width: 20px !important;
}
.rs_estimate_details_table {
    padding: 20px 15px;
}
.rs_estimate_details_table ul {
    padding: 0;
}
.rs_estimate_details_table li b {
    width: 100%;
    order: 2;
    display: block;
    color: #000;
    font-size: 20px;
    margin: 10px 0;
}
.rs_estimate_details_table li span {
    display: block;
    width: 100%;
    order: 3;
}
.rs_estimate_details_table li {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    font-size: 16px;
}



}




