/* HUNTER--RESPONSIVE */
/*************************/
/*************Responsive Styles*****************/

@media only screen and (max-width: 992px) {
    .job-apply-fields {
        margin-top: 70px;
    }
    .custom-package-row-contact{
        margin-bottom: 60px;
    }
    footer .footer-store-icons{
        justify-content: center;
    }
    footer .mobile_view .footer-store-icons .gplay {
        margin-left: 20px;
    }
    .sidecart-payment-cards {
        padding-bottom: 20px;
    }
    
    .image-sec img,.onto-image img{
        width: 80%;
    }
    .optimize p{
        width: 100%;
    }
    .image-sec h6.title-right {
        right: 16px;
        bottom: 0px;
    }
    .image-sec h6.title-left {
        width: 50%;
        text-align: center;
        bottom: -72px;
        left: -12px;
    }
    .ontology {
        padding-bottom: 60px;
    }
    .optimize {
        padding-bottom: 130px;
    }
}


@media only screen and (max-width: 985px) {
    .page_jobseeker {
        background-size: 124%;
    }

    .team_cnt {
        margin-bottom: 20px;
    }

    .menu ul {
        padding-left: 0;
    }

    .h-mobile-menu .menu ul {
        display: block;
    }

    .h-mobile-menu .menu li {
        margin-bottom: 20px;
    }
    .h-mobile-menu .menu{
        margin-top: 30px;
        padding: 0px 20px 20px;
    }
    .h-mobile-menu {
        position: fixed;
        top: 0;
        background-color: #350076b0;
        padding: 0px;
        width: 257px;
        z-index: 9999;
        height: 100%;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -webkit-transition: left 0.3s ease, right 0.3s ease;
        transition: left 0.3s ease, right 0.3s ease;
        left: -277px;
        display: block;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.74);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.74);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.74);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
    }
    .h-mobile-menu .logo{
        text-align: left;
        padding: 20px 20px 0px;
    }
    .open-sidebar .h-mobile-menu {
        left: -20px;
        width: 287px;
        padding-left: 30px;
    }

    button.h-header-mobile-toggler span:nth-child(2) {
        margin: 6px 0;
    }

    .open-sidebar button.h-header-mobile-toggler span:first-child {
        transform: rotate(45deg);
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
    }

    .open-sidebar button.h-header-mobile-toggler span:last-child {
        transform: rotate(-45deg);
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
    }

    .open-sidebar button.h-header-mobile-toggler span:nth-child(2) {
        display: none;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
    }

    .open-sidebar button.h-header-mobile-toggler span:first-child, .open-sidebar button.h-header-mobile-toggler span:last-child {
        position: absolute;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
    }

    button.h-header-mobile-toggler {
        outline: none;
        position: relative;
        width: 30px;
        height: 30px;
        padding: 0;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        display: inline-block !important;
    }

    button.h-header-mobile-toggler span {
        width: 30px;
        height: 3px;
        background: #fff;
        display: block;
        border-radius: 5px;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
    }

    button.h-header-mobile-toggler {
        background-color: transparent;
        border: none;
        cursor: pointer;
        margin-top: 10px;
    }

    .op_z {
        opacity: 0;
    }

    .mobile_view {
        display: block;
    }

    .desktop_view {
        display: none;
    }

    .apstore img, .gplay img {
        width: 70%;
    }

    .apstore, .gplay {
        float: left;
    }
}

@media only screen and (max-width: 767px) {
    header {
        padding: 15px 5px 15px 5px !important;
    }

    .navbar-brand img {
        width: 100px;
    }

    .mobile_view {
        display: block;
    }

    .desktop_view {
        display: none;
    }

    .apstore img, .gplay img {
        width: 70%;
    }

}

@media only screen and (max-width: 600px) {

    .apstore img, .gplay img {
        width: 90%;
    }

    .op_z {
        opacity: 0;
    }
}

@media (orientation: landscape) {
    body {
        flex-direction: row;
    }
}

@media (orientation: portrait) {
    body {
        flex-direction: column;
    }
}

@media (min-width: 1200px) {
    #l_section {
        margin-bottom: 10px;
    }

    .l_section {
        margin-bottom: 327px !important;
    }

}



/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 320px) {
    .dropdown-toggle::after{
        top: 7px !important;
    }
    .data-table-section h2 {
        color: #330B76;
        font-size: 34px;
        line-height: 32px;
        margin-bottom: 20px;
        margin-top: 25px;
    }
    .data-table-section p {
        font-size: 18px;
        width: 100%;
        line-height: 28px;
        color: #454545;
        margin-top: 25px;
        margin-bottom: 0;
    }
    .map-sec {
        margin-top: 40px;
    }

    .heard_body .card-img-top{
        height: 200px;
    }
    .participants_row_bottom img {
        width: 80%;
    }
    .about_footer .jb_footer::after{
        content: "";
        position: absolute;
        background-image: url('../../images/job-seeker-ftr-shape.svg');
        background-size: 100%;
        background-position: top center;
        left: 0;
        top: -290px;
        height: 330px;
        width: 100%;
        background-repeat: no-repeat;
        z-index: -1;
    }
    .h-blog-items .card-body {
        text-align: center;
    }
    .footer_bottom p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .hb-mid-social ul li a img {
        width: 40px;
        height: 40px;
    }

    .h-blog-article {
        display: none;
    }

    .h-blog-aside {
        background-color: transparent;
        text-align: center;
    }

    .filter {
        background-color: transparent;
    }

    .filter h3 {
        color: #350B76;
    }

    .filter p {
        color: #939393;
    }

    .h-blog-search .form-control {
        background-color: #F6F4FA;
        border: none;
    }

    .blog_wrap {
        background-size: 302%;
        background-position: 40% 0%;
    }
    .container.h-blog-content {
        margin-bottom: 110px;
    }

    .h-blog-row, .about_banner_cnt {
        flex-flow: column-reverse;
    }
    .h-blog-row {
        padding-top: 0;
    }

    .hb-mid-subscribe-sec form {
        flex-direction: column;
    }

    .hb-mid-subscribe-sec form .form-group input {
        width: 100%;
    }

    .hb-mid-subscribe-sec form button {
        margin-top: 20px;
        margin-left: 0px;
    }

    .h-blog-banner {
        height: 477px;
        background-position: bottom center;
    }
    .h-blog-detail-head h2 {
        color: #fff;
        font-size: 18px;
    }

    .h-blog-detail-head {
        padding-left: 0;
        padding-top: 105px;
        flex-wrap: nowrap;
        align-items: flex-start;
    }
    .blog-author-profile {
        margin-right: 15px;
    }
    .h-profile-head-blog {
        text-align: left;
    }

    .single_blog_wrap {
        height: 465px;
    }

    .h-blog-items .card {
        flex-direction: column;
    }

    .h-blog-items .card a img {
        width: 100%;
    }

    footer.h-blog-dtl-footer {
        /*height: 1006px;*/
        background-image: none;
        /*background-size: 100%;*/
        /*background-position: 9% 25%;*/
        background-color: #350b76;
        height: auto;
    }
    .h-blog-dtl-footer::before {
        content: "";
        background-image: url('../../images/blog_r_bg1.png');
        background-position: top center;
        background-size: 100%;
        background-repeat: no-repeat;
        position: absolute;
        top: -80px;
        left: 0;
        height: 170px;
        width: 100%;
    }
    .about_footer {
        height: auto;
        background-image: none;
        /*height: 3560px;*/
        /*background-image: url('../../images/about_r_footer_bg.png');*/
        background-size: 102%;
        background-position: 13% 100%;
    }
    .advisor_row {
        padding-bottom: 260px;
    }
    .team_cnt a > img {
        width: 40px;
        height: 40px;
    }

    .team_row {
        margin-bottom: 8%;
    }

    .blog_footer_r:before {
        display: none;
    }

    .about_body {
        margin-top: 5%;
    }

    .aboutus_wrap {
        background-size: 248%;
        background-position: 25% 0%;
        background-color: transparent;
    }

    .about_banner_r {
        display: none;
    }

    .social_links {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .op_z {
        opacity: 0;
    }

    .banner_fimg {
        position: absolute;
        top: -71px;
        /* z-index: 3000; */
        left: -14px;
        width: 100%;
    }

    .banner_fimg img {
        width: 100%;
        margin-top: 0px;
    }

    .banner_simg {
        left: 172px;
        position: absolute;
        z-index: 2000;
        top: -32px;
    }

    .home_bnr_cnt {
        min-height: 550px;
        height: 100%;
    }

    .clients_img {
        margin-top: 10px;
    }

    .clients_img img {
        width: 130px;
        /*margin-bottom: 34px;*/
    }
    .common-wealth img{
        width: 169px;
    }
    .righthealth img{
        width: 155px;
    }
    .michael-kors img, .tory-burch img {
        width: 120px;
    }
    .procat img {
        width: 130px;
    }
    header {
        padding: 15px 5px 15px 5px;
    }

    .navbar-brand img {
        width: 100px;
    }

    .left_col {
        padding-top: 20px;
        padding-bottom: 45px;
    }

    .mobile_view {
        display: block;
    }

    .desktop_view {
        display: none;
    }

    footer:before {
        height: 125px;
    }

    .footer_cnt {
        text-align: center;
        padding-bottom: 35px;
    }

    .l_section_cnt {
        margin-bottom: 40px;
    }

    .footer_bottom {
        text-align: center;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wrap_employer {
        background-image: url('../../images/Group_143.jpg');
        background-size: 301% 187%;
        background-position: 87% 0%;
        background-color: transparent;
        background-repeat: no-repeat;
    }

    .employer_right_img img {
        width: 55%;
        margin-left: 41%;
        position: relative;
        top: -72px;
    }
    .client_slider_item{
        align-items: flex-start;
    }
    .slider-content-wrap p {
        font-size: 18px;
        color: #868686;
        line-height: 26px;
    }
    .employer_body {
        padding-bottom: 0px;
        margin-top: 60px;
    }
    .map-sec .top-head h2 {
        font-size: 26px;
        padding-top: 25px;
    }
    .f_row {
        margin-top: 20px;
    }

    .employer_body .row {
        text-align: center;
    }
    .hw_image_col img {
        width: 60%;
        margin-bottom: 15px;
    }
    .hw_step_section.hw_reverse{
        flex-direction: column-reverse;
    }
    .hw_step_section.hw_reverse .hw_image_col {
        text-align: center;
    }
    
    .hw_reverse .hw_content_wrap {
        text-align: center;
    }
    .emp_row, .jb_bnr_cnt {
        display: flex;
        /* flex-flow: column-reverse; */
    }
    .parallax .banner-image {
        width: 90%;
        height: 255px;
        margin: auto;
    }
    .parallax .jb_bnr_right_img {
        display: none;
    }
    .employee-mobile {
        background-color: #F9F6FB;
        border-radius: 22px;
        padding: 20px 15px 55px 15px;
        margin: 0;
    }
    .gs_left_section img{
        margin-top: 0;
    }
    .employer_body-middle .row{
        flex-direction: column-reverse;
    }
    .create_cnt h2 {
        color: #330B76;
        font-size: 37px;
        line-height: 35px;
    }
    .create_cnt p {
        color: #454545;
        font-size: 20px;
        line-height: 28px;
        font-weight: 300;
        width: 100%;
    }

    .create_cnt {
        width: 100%;
        margin-top: 10%;
        text-align: center;
        margin-bottom: 30px;
    }

    .press_footer {
        background-image: url('../../images/emp_r_bg.png');
        position: relative;
        background-size: 111% 38%;
        background-repeat: no-repeat;
        background-position: 10% 3%;
        height: 981px;
    }

    .emp_footer_m {
        background-image: url('../../images/emp_r_bg.png');
        position: relative;
        background-size: 112%;
        background-repeat: no-repeat;
        background-position: 10% -5%;
        height: 991px;
    }

    .press_footer_m {
        background-position: 10% -10%;
    }

    .navbar {
        padding: .5rem 0;
    }

    #l_section {
        display: none;
    }

    .jb_bnr_cnt h2 {
        font-size: 25px;
        line-height: 32px;
        text-align: center;
    }
    .left_col.mobile_view p {
        text-align: center;
        margin-top: 30px;
    }
    .banner_cnt p{
        font-size: 16px;
        line-height: 23px;
    }
    .employer_btn{
        text-align: center;
    }

    .jb_wrap {
        background-image: url('../../images/jb_banner.png');
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 2% 0%;
        background-size: 270% 66%;
    }

    .jb_bnr_right_img img {
        width: 60%;
        margin-left: 26%;
        margin-top: 0%;
        position: relative;
        top: -21px;
    }

    .jb_footer_cnt {
        background-position: 0% 36%;
    }
    .page_jobseeker .jb_footer_cnt {
        background-position: 10% 33%;
    }
    /* .middle_section.emp_row {
        padding-bottom: 40px;
    } */
    .gc_cnt_img img {
        width: 100%;
    }
    /* .gs_left_section img{
        width: 100%;
    } */
    /* .jb_get_hunt img {
        width: 100%;
    } */
    .employer_body-last {
        padding-bottom: 68px;
    }
    .employee_btn {
        margin-top: 0px;
        margin-bottom: 50px;
    }
    /* .page_jobseeker .middle_section.emp_row {
        padding-bottom: 250px;
    } */

    .wrap_press {
        background-image: url('../../images/Press-header-bg.svg');
        background-size: cover;
        background-position: 0% 54%;
        background-color: transparent;
        height: 460px;
        background-repeat: no-repeat;
    }

    /* .press_header {
        background: rgb(53, 0, 118);
        background: linear-gradient(90deg, rgba(53, 0, 118, 1) 0%, rgba(56, 0, 119, 1) 35%, rgba(64, 3, 126, 1) 100%);
    } */

    .apstore img, .gplay img {
        width: 90%;
    }

    .social_links h5 {
        margin-bottom: 4px;
    }

    .social-icons {
        margin-bottom: 30px !important;
    }

    .home_footer_r:before {
        height: 114px;
    }

    .team-bg-1 {
        height: 280px;
    }

    .team-bg-2 {
        height: 280px;
    }
    .search-job-wrap {
        flex-direction: column;
    }
    .search-job-wrap .form-group{
        flex-direction: column;
        margin-bottom: 16px;
        margin-right: 0;
    }
    .search-job-wrap label {
        margin-right: 0;
        margin-bottom: 9px;
    }
    .job_right_img {
        right: 3px;
        width: 130px;
        bottom: 10px;
    }
    .job_footer_bg::before {
        background-size: 100%;
        bottom: 0;
        top: -90px;
        width: 100%;
        height: 120px;
    }
    .jobs-list-wrap {
        padding-bottom: 10px;
        padding-top: 20px;
    }
    .jobs-view-details .job-header-details h2 {
        font-size: 28px;
        margin-top: 20px;
        margin-bottom: 0;
    }
    .card-body-content ul {
        margin-top: 12px;
    }
    .patent-ftr {
        text-align: center;
        padding-top: 0 !important;
    }

    .jobs_view_wrap {
        background-position: 66% 100%;
        min-height: 28vh;
    }

    .h_how_it_works {
        padding-top: 120px;
        padding-bottom: 20px;
    }

    .hw_image_col {
        text-align: center;
    }
    .hw_content_wrap {
        padding-left: 0;
        text-align: center;
    }
    .hw_step_section {
        padding-top: 40px;
        padding-bottom: 10px;
    }
    .h_how_it_works::after {
        content: "";
        background-image: url("../../images/hm-shape-right-mobile.svg");
        background-repeat: no-repeat;
        background-position: 100% 20%;
        background-size: 380px;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        right: 0;
        z-index: -1;
    }
    .h_how_it_works::before{
        background-position: 100% 14%;
        background-size: 114%;
        width: 20%;
        height: 190%;
        top: 0;
        left: 0;
    }
    .hw_section_one img.hw_shape_round {
        width: 70px;
        bottom: -16%;
        left: 70%;
    }
    .sa-check-circle-wrap [type="radio"]:checked+label, .sa-check-circle-wrap [type="radio"]:not(:checked)+label {
        padding: 5px 9px !important;
        line-height: 22px !important;;
        display: inline-block !important;;
        font-size: 15px !important;;
        margin-bottom: 10px !important;;
        min-width: 95px !important;;
        text-align: center;
    }
    .salary-check .sa-check-circle-wrap [type="radio"]:checked+label, .salary-check .sa-check-circle-wrap [type="radio"]:not(:checked)+label{
        width: 100%;
    }
    .salary-check .sa-check-circle-wrap{
        display: block;
    }
    .home_clients_section::before {
        background-position: center bottom;
        width: 100%;
        top: -80px;
        background-size: contain;
        height: 80px;
    }
    .home_clients_section::after{
        background-position: top center;
        background-size: contain;
        width: 102%;
        height: 70px;
        bottom: -67px;
        left: -8px;
    }
    #clients_row {
        padding-bottom: 10px;
        margin-bottom: 70px;
    }
    .jobs_wrap{
        background-image: url("../../images/job-mobile-banner.svg");
        background-position: bottom left;
        height: 320px;
    }
    .jobs-list-col {
        margin-top: 15px;
    }
    span.job-desc-right{
        display: flex;
        flex-wrap: wrap;
    }
    .job-skils .btn-tag{
        min-width: 52px;
        margin-bottom: 3px;
        margin-right: 3px;
    }
    .home_ftr_websumit h2{
        font-size: 20px;
    }
    .home_ftr_websumit .h-lp-ftr-logos{
        justify-content: center;
    }
    .h-lp-ftr-logos .order-4 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        order: 5;
    }
    .h-lp-ftr-logos .order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 4;
    }
    .home_ftr_websumit .h-lp-ftr-logos a img {
        width: 180px;
    }
    .collision img{
        width: 82px !important;
    }
    .unicorn-battle img{
        width: 85px !important;
    }
    .home_ftr_websumit .h-lp-ftr-logos .stepmatch-huntr.in5 img {
        width: 18px !important;
    }
    .step-anywhere{
        width: 80px !important;
    }
    .participants_cnt .step-anywhere{
        width: 50% !important;
    }
    .conatct-details-wrap{
        display: block;
    }
    .in5-col-left{
        display: none;
    }
    .h-lp-websubmit {
        margin-top: 20px;
    }
    .participants_cnt>div{
        width: 50%;
    }
    #participants_row img {
        image-rendering: -webkit-optimize-contrast;
        padding: 10px 26px;
    }

    #participants_row .collision img {
        image-rendering: -webkit-optimize-contrast;
        padding: 0 0;
        width: 125px!important;
    }
    .participants_cnt .step-anywhere img{
        width: 160px !important;
    }
    .participants_cnt .unicorn img{
        width: 160px !important;
    }
    #participants_row .in5 img {
        width: 85px;
    }
    .employer_page .emp_footer_m{
        background-position: 40% -7%;
        background-size: 104%;
            height: 1121px;
    }
    .container.hb-article-section {
        padding-bottom: 120px;
    }
    .contact-us-banner-wrapper{
        height: 556px;
    }
    .contact-us-banner-wrapper .employer_right_img img{
        top: -2px;
    }
    .clients_img [class*=col-] {
        margin-bottom: 45px;
    }
    .h-blog-detail-mid {
        margin-top: 60px;
    }
    .h-blog-detail-mid .hb-mid-info-content h2 {
        font-size: 25px;
    }
    .hb-comment-item img {
        width: 75px;
        height: 75px;
         overflow: inherit;
        margin-right: 15px;
    }
    .Polaris.order-11{
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 10;
        order: 10;
    }
    .EmiratesHomeNursing.order-10{
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 11;
        order: 11;
    }
    .clients_img .fassco img {
        height: 70px;
        width: auto;
    }
    .employer_outer .glob-image{
        display: none;
    }
    .employer_outer .left_col{
        text-align: center;
    }
    .employer_outer .double_circle {
        width: 245px;
        height: 225px;
        position: absolute;
        top: -390px;
        left: -110px;
    }
    .employer_outer .banner_head{
        width: 100%;
        font-size: 32px;
        line-height: 40px;
    }
    /* .employer_outer .employer_inner{
        min-height: 610px;
        height: 100%;
    } */
    .banner-content{
        text-align: center;
    }
    .employer_banner_inner{
        flex-direction: column-reverse;
        padding: 80px 0;
    }
    .employer_outer .mobile_double_circle {
        display: block;
        width: 115px;
        height: 160px;
        position: absolute;
        top: 60px;
        right: 0;
    }
    .recruitment-inner{
        flex-direction: column-reverse !important;
        margin: 0;
    }
    .recruitment-inner .recruitment-left,
    .recruitment-inner .recruitment-right{
        background-color: #F9F6FB;
    }
    .recruitment-inner .recruitment-left{
        padding-bottom: 40px;
        border-radius: 0 0 15px 15px;
    }
    .recruitment-inner .recruitment-right{
        padding-top: 40px;
        border-radius: 15px 15px 0 0;
    }

    .recruitment_right {
        width: 315px;
        height: 405px;
        margin-bottom:25px;
    }
    .recruitment-cnt h2 {
       display: none;
    }
    .recruitment-cnt p {
        font-size: 16px;
        line-height: 22px;
        text-align: left;
        width: 100%;
        color: #454545;
    }
    .recruitment-left-icon-image {
        width: 55px;
        height: 55px;
        margin-right: 16px;
    }
    .recruitment-left-cnt {
        padding: 5px 10px;
        border-radius: 15px;
        margin-bottom: 4px !important;
    }
    .recruitment-mobile-head{
        display: block;
        color: #330B76;
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 20px;
    }
    .recruitment_btn.employer-btn {
        margin-top: 22px !important;
    }
    .employer-page-row{
        margin-top: 0px;
    }
    .jobseaker-page-row{
        margin-top: 0px;
    }


}

/**********************iPhone Landscape*************/
@media only screen and (max-width: 812px) and (min-width: 768px) {
    .press_footer{
        background-size: 214% !important;
    }
    .jobs_wrap{
        height: 100vh;
    }
    .job_right_img {
        bottom: -30px;
        right: 20%;
        width: 33%;
    }
    .wrap_press {
        height: 620px;
        background-size: cover;
        background-position: top center;
    }
    .h-blog-dtl-footer {
        /*height: 1006px;*/
        background-image: none;
        /*background-size: 100%;*/
        /*background-position: 9% 25%;*/
        background-color: #350b76;
        height: auto;
    }
    .h-blog-dtl-footer::before {
        content: "";
        background-image: url('../../images/blog_r_bg1.png');
        background-position: top center;
        background-size: 100%;
        background-repeat: no-repeat;
        position: absolute;
        top: -100px;
        left: 0;
        height: 170px;
        width: 100%;
    }
    .employer_body {
        padding-bottom: 60px;
        margin-top: 40px;
    }
    .heard_body .card-img-top{
        height: 180px;
    }

}
/***************iPhone5/5SE Portrait**************/
@media only screen and (max-width: 321px) {
    .home_clients_section::after {
        width: 102% !important;
        left: -6px !important;
    }
    .footer_bottom p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .advisor_row {
        padding-bottom: 200px !important;
    }
    .about_footer .jb_footer::after{
        content: "";
        position: absolute;
        background-image: url('../../images/job-seeker-ftr-shape.svg');
        background-size: 100%;
        background-position: top center;
        left: 0;
        width: 100%;
        background-repeat: no-repeat;
        z-index: -1;
        top: -220px;
    }
    .employer_page .emp_footer_m {
        background-position: 10% -6% !important;
    }
    .participants_cnt .step-anywhere img {
        width: 135px !important;
    }

}

@media only screen and (max-width: 812px) and (min-width: 480px) {
    .employer_inner{
        padding-bottom: 30px;
        height: fit-content;
    }
    .h-blog-detail-head {
        padding-left: 44px;
    }
    .about_footer{
        background-position: 20% 83%;
    }
    .emp_footer_m {
        background-image: url('../../images/emp_r_bg.png');
        position: relative;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: 18% 17%;
        height: 1000px;
    }
    .press_footer_m{
        height: 830px;
    }

    .h-blog-dtl-footer {
        background-image: url('../../images/blog_r_bg1.png');
        background-position: 18% 16%;
        background-size: 100%;
    }
    .conatct-details-wrap{
        display: block;
    }
    .in5-col-left{
        display: none;
    }
    .employer_right_img img {
        width: 60%;
        margin-left: 35%;
        position: relative;
        top: 0;
    }

    .footer_bottom {
        text-align: center;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* .h-blog-dtl-footer {
        height: 962px;
    } */

    footer.h-blog-dtl-footer {
        /*height: 1006px;*/
        background-image: none;
        /*background-size: 100%;*/
        /*background-position: 9% 25%;*/
        background-color: #350b76;
        height: auto;
    }
    .h-blog-dtl-footer::before {
        content: "";
        background-image: url('../../images/blog_r_bg1.png');
        background-position: top center;
        background-size: 100%;
        background-repeat: no-repeat;
        position: absolute;
        top: -120px;
        left: 0;
        height: 170px;
        width: 100%;
    }
    .h-blog-items .card-body {
        text-align: center;
    }

    .hb-mid-social ul li a img {
        width: 40px;
        height: 40px;
    }

    .h-blog-article {
        display: none;
    }
    .container.hb-article-section {
        padding-bottom: 120px;
    }
    .hb-mid-subscribe-sec form{
        flex-wrap: wrap;
    }
    .hb-mid-subscribe-sec form button{
        margin-top: 20px;
    }
    .h-blog-aside {
        background-color: transparent;
        text-align: center;
    }

    .filter {
        background-color: transparent;
    }

    .filter h3 {
        color: #350B76;
    }

    .filter p {
        color: #939393;
    }

    .h-blog-search .form-control {
        background-color: #F6F4FA;
        border: none;
    }

    [class*=" h-blog-"] {
        max-width: 100%;
        flex: 0 0 100%;
        margin-right: 0;
        margin-left: 0;
    }

    /* .h-blog-row, .about_banner_cnt, .jb_bnr_cnt {
        flex-flow: column-reverse;
    } */

    .blog_wrap {
        background-size: 113%;
        background-position: 40% 0%;
    }
    .container.h-blog-content {
         margin-bottom: 110px;
     }


    .about_body {
        margin-top: 25%;
    }

    .aboutus_wrap {
        background-size: 128%;
        background-position: 4% 0%;
        background-color: transparent;
    }

    .participants_row_top {
        margin-top: 15px !important;
    }

    .create_cnt {
        width: 100%;
        margin-top: 10%;
        text-align: center;
        margin-bottom: 30px;
    }

    .employer_body .row {
        text-align: center;
    }

    .press_footer {
        background-image: url('../../images/Group 147.png');
        position: relative;
        background-size: 364%;
        background-repeat: no-repeat;
        background-position: 13% 100%;
    }

    .wrap_employer {
        background-image: url('../../images/Group_143.jpg');
        background-size: 196%;
        background-position: 91% 0%;
        background-color: transparent;
        background-repeat: no-repeat;
    }

    .op_z {
        opacity: 1;
    }

    .home_bnr_cnt {
        min-height: 460px;
        height: 100%;
        align-items: center;
    }

    .banner_fimg {
        position: absolute;
        top: -62px;
        z-index: 3000;
        left: -10px;
    }

    .banner_simg {
        left: 148px;
        position: absolute;
        z-index: 2000;
        top: 77px;
    }

    .banner_fimg img {
        width: 100%;
        margin-top: 0!important;
    }

    header {
        padding: 15px 5px 15px 5px;
    }

    .navbar-brand img {
        width: 100px;
    }

    .mobile_view {
        display: block;
    }

    .desktop_view {
        display: none;
    }

    .jb_footer_cnt {
        background-position: 0% 63%;
    }

    /* .press_header {
        background: rgb(53, 0, 118);
        background: linear-gradient(90deg, rgba(53, 0, 118, 1) 0%, rgba(56, 0, 119, 1) 35%, rgba(64, 3, 126, 1) 100%);
    } */

    .jb_wrap {
        background-image: url('../../images/jb_banner.png');
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 0% 0%;
        background-size: 222%;
    }
    .team-bg-1 {
        background-size: 66%;
        height: 320px;
    }
    .team_cnt img {
        width: 50%;
    }
    .team-bg-2 {
        background-size: 64%;
        height: 320px;
        background-position: 58% 44%;
    }
    .row.team_row {
        padding-bottom: 170px;
    }
    .footer_logo img {
        width: 120px;
    }
    footer .mobile_view {
        margin-left: 0;
        margin-bottom: 20px;
    }
    .footer_cnt .col-sm-3{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .social_links h5 {
        margin-bottom: 0px;
        margin-top: 20px;
    }
    .social-icons{
        margin-bottom: 20px;
    }
    .about_banner_cnt {
        flex-flow: row;
        padding-bottom: 100px;
        flex-wrap: wrap-reverse;
    }
    .h-blog-row {
        padding-top: 6%;
    }
    .about_banner_cnt .left_col{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .about_banner_cnt .about_banner_r{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .employer_btn {
        margin-top: 0px;
    }
    .left_col {
        padding-top: 10px;
    }
    .about_body {
        margin-top: 0%;
    }
    .job_footer_bg::before{
        bottom: 485px;
    }
    .footer_bottom p {
        padding-top: 10px;
        text-align: center;
        margin-bottom: 10px;
    }
    .footer_cnt {
        padding-bottom: 30px;
    }
    .job_right_img {
        bottom: 0;
        right: 30%;
        width: 30%;
    }
    .jobs_wrap {
        height: 100vh;
    }
    .wrap_press {
        height: 620px;
        background-size: cover;
        background-position: top center;
    }
    .employer_outer .glob-image{
       display: block;
       width: 250px;
       height: 250px;
    }
    /* .employer_banner_inner {
        flex-direction: column-reverse;
        padding-top: 0px;
    } */
    .employer_outer .left_col{
        max-width: 100% !important;
        text-align: center;
    }
    .employer_outer .mobile_double_circle{
        right: -333px;
        top: -34px;
    }
    .employer-first {
        margin-top: 27px;
    }
    .employer_outer .double_circle {
        width: 100px;
        height: 80px;
        position: absolute;
        top: 10px;
        left: 176px;
    }
    .employer_outer .banner_head{
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 28px;
    }
    .banner_head{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .employer_outer .mobile_double_circle{
        display: none;
    }
    .recruitment-inner {
        flex-wrap: nowrap;
        margin: 0 15px;
    }
    .recruitment-section{
        max-width: 100%;
    }
    .recruitment-cnt h2{
        color: #330B76;
        font-size: 28px;
        line-height: 34px;
    }
    .recruitment-left-icon-image {
        width: 50px;
        height: 52px;
        margin-right: 18px;
    }
    .recruitment-cnt p {
        font-size: 16px;
        line-height: 22px;
        text-align: left;
        width: 100%;
    }
    .recruitment-left-cnt {
        padding: 5px 10px;
        border-radius: 15px;
        margin-bottom: 7px !important;
    }
    .employer-first-mobile{
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .recruitment_right {
        width: 275px;
        height: 350px;
    }
    .data-table-section h2{
        font-size: 28px;
        line-height: 36px;
        margin-top: 10px;
    }
    .data-table-section p {
        font-size: 18px;
        width: 95%;
        margin: 0 auto;
        margin-top: 15px;
    }
    .map-sec .top-head h2{
        font-size: 32px;
        line-height: 38px;
        margin-top: 10px;
    }
    .map-sec .top-head p{
        margin-bottom: 20px;
    }
    .employer-page-row{
        margin-top: 30px;
    }
    .jobseaker-page-row{
        margin-top: 0px;
    }
}



@media only screen and (max-width: 812px) and (min-width: 480px) and (orientation: landscape) {
    .jb_footer_cnt {
        background-position: 0% 55%;
    }
    .job_footer_bg::before{
        bottom: 565px;
    }
    .jobs-list-wrap {
        padding-bottom: 290px;
    }
    .home_footer_r:before{
        height: 124px;
    }
    .page_jobseeker .jb_footer_cnt {
        background-position: 26% 58%;
    }
}

@media only screen and (max-width: 812px) and (min-width: 768px){
    .page_jobseeker .jb_footer_cnt {
        background-position: 0 45%;
    }
}
@media only screen and (max-width: 568px) and (min-width: 320px){
    /* .employer_outer .mobile_double_circle {
        right: 3px;
        top: -34px;
    } */
    .employer-first {
        margin-top: 60px;
    }
}
/*************************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px) {
    .banner_cnt h2{
        font-size: 32px;
        line-height: 37px;
    }
    .banner_cnt p{
        font-size: 17px;
    }
    .about_banner_r {
        display: none;
    }
    .employee-banner-new {
        height: fit-content;
    }
    .about_banner_r {
        flex-flow: column-reverse;
        display: block;
    }

    .emp_footer_m {
        background-image: url('../../images/emp_r_bg.png');
        position: relative;
        background-size: 101%;
        background-repeat: no-repeat;
        background-position: 19% 4%;
        height: 1000px;
    }

    .press_footer_m {
        background-position: 100% -30%;
        height: 810px;
        background-size: 120%;
    }

    .hb-mid-subscribe-sec form {
        flex-direction: column;
    }

    .hb-mid-subscribe-sec form button {
        margin-top: 20px;
        margin-left: 0px;
    }

    .h-blog-banner {
        height: 540px;
    }

    .single_blog_wrap {
        background-size: cover;
        background-position: 53% 100%;
        height: 300px;
    }

    [class*=" h-blog-"] {
        max-width: 100%;
        flex: 0 0 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .h-blog-dtl-footer {
        height: 720px;
        background-position: 18% 43%;
    }

    header {
        padding: 15px 5px 15px 5px !important;
    }

    .navbar-brand img {
        width: 100px;
    }

    .mobile_view {
        display: block;
    }

    .desktop_view {
        display: none;
    }

    .jb_wrap {
        background-size: 120%;
    }

    /* .press_header {
        background: rgb(53, 0, 118);
        background: linear-gradient(90deg, rgba(53, 0, 118, 1) 0%, rgba(56, 0, 119, 1) 35%, rgba(64, 3, 126, 1) 100%);
    } */

    .team_row {
        padding-bottom: 176px;
    }

    .about_footer {
        background-position: 20% 80%;
    }
    .advisor_row {
        padding-bottom: 340px;
    }

    .jb_wrap {
        background-position: 0% 0%;
        background-size: 222%;
    }
    .job_footer_bg::before{
        bottom: 290px;
    }
    .jobs-list-wrap {
        padding-bottom: 90px;
    }
    .job-profile-links {
        padding: 0 0;
    }
    .jobs_wrap{
        height: 44vh;
    }
    .job_right_img {
        bottom: -30px;
        right: 20%;
        width: 33%;
    }
    .wrap_press {
        height: 470px;
        background-size: cover;
        background-position: top center;
    }
    .heard_body .card-img-top{
        height: 170px;
    }
    .blog_wrap .jb_bnr_right_img img {
        width: 60%;
        margin-left: 19%;
        margin-top: -21%;
    }
    .hb-article-section {
        padding-bottom: 80px;
    }
    .employer_page #l_section {
        margin-top: 0;
        margin-bottom: 0;
    }
    .employer_page .emp_footer_m{
        height: 830px;
        margin-top: -120px;
        background-size: 121%;
        background-position: 79% -46%;

    }
    .employer_outer .glob-image{
       display: block;
       width: 275px;
       height: 290px;
    }
    .employer_outer .double_circle {
        width: 125px;
        height: 110px;
        position: absolute;
        top: 0;
        left: 190px;
    }
    .employer_outer .banner_head{
        width: 100%;
        margin: 0 auto;
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 36px;
    }
    .employer_outer .left_col {
        max-width: 100% !important;
        text-align: center;
    }
    .employer_outer .mobile_double_circle {
      display: none;
    }
    .banner_head{
        font-size: 22px;
        margin-bottom: 20px;
    }
    /*.employer_inner{*/
    /*    height: 100%;*/
    /*    min-height: 420px;*/
    /*}*/
    .recruitment-inner {
        flex-wrap: nowrap;
        margin: 0 15px;
    }
    .recruitment-section{
        max-width: 100%;
    }
    .recruitment-cnt h2{
        color: #330B76;
        font-size: 31px;
        line-height: 41px;
    }
    .recruitment-left-icon-image {
        width: 50px;
        height: 52px;
        margin-right: 18px;
    }
    .recruitment-cnt p {
        font-size: 16px;
        line-height: 22px;
        text-align: left;
        width: 100%;
    }
    .recruitment-left-cnt {
        padding: 5px 10px;
        border-radius: 15px;
        margin-bottom: 7px !important;
    }
    .recruitment_right {
        width: 338px;
        height: 430px;
    }
    .mobile_emplyr_table{
        display: none
    }
    .desk_emplyr_table{
        display: block
    }
    .desk_emplyr_table .data-table-section h2{
        font-size: 24px;
        line-height: 32px;
        width: 100%;
    }
    .desk_emplyr_table .data-table-section p{
        width: 100%;
        font-size: 16px;
    }
    .map-sec .top-head h2{
        font-size: 34px;
        line-height: 38px;
        width: 100%;
    }
}

@media only screen and ( max-width: 1199px ) and (min-width: 1025px) {
    .employer-first .desktop_view h3{
        font-size: 32px;
        line-height: 35px;
        right: 121px;
        margin-bottom: 30px;
    }
    .employer-first .desktop_view p{
        margin-bottom: 24px;
    }
}
@media only screen and ( max-width: 1199px ) and (min-width: 1024px) {
    .image-sec h6.title-right {
        right: 44px;
        bottom: -11px;
    }
    .image-sec h6.title-left {
        width: 46%;
        text-align: center;
        bottom: -60px;
        left: -76px;
    }
}

/**************iPad Landscape***************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px) {
    .desktop-modal .modal-dialog .login-card{
        max-width: 307px;
    }
    .h-landing-header-btn.nav_btn .modal-dialog .login-card{
        max-width: 290px;
        padding: 30px 25px 36px 24px;
    }
    .h-landing-header-btn.nav_btn .modal-dialog .card-image {
        width: 180px;
        height: 160px;
        margin: auto;
    }
    .h-landing-header-btn.nav_btn .modal-dialog .card-head p{
        font-size: 28px;
        line-height: 24px;
        margin-bottom: 25px;
    }
    .h-landing-header-btn.nav_btn .modal-dialog .card-bottom{
        margin-top: 25px;
    }
    .h-landing-header-btn.nav_btn .modal-dialog .card-bottom a{
        font-size: 14px;
        line-height: 20px;
    }

    .employer_outer .glob-image {
        width: 400px;
        height: 400px;
        margin: auto;
    }
    .employer_inner{
        height: fit-content;
    }
    .desktop_view h2{
        font-size: 42px;
        line-height: 48px;
    }
    .employee-banner-new {
        height: fit-content;
    }
    .jobseaker-page-row {
        margin-top: 0;
        padding-bottom: 80px;
    }
    .create_cnt{
        width: 80%;
    }
    .employer_outer .banner_head{
        font-size: 32px;
        line-height: 44px;
    }
    .employer-first .desktop_view h3{
        font-size: 32px;
        line-height: 35px;
        right: 121px;
        margin-bottom: 30px;
    }
    .employer-first .desktop_view p{
        margin-bottom: 24px;
    }

    .h-blog-detail-head {
        padding-left: 54px;
    }
    .heard_body .card-img-top{
        height: 190px;
    }
    .hb-mid-subscribe-sec form {
        flex-direction: column;
    }

    .h-blog-banner {
        height: 344px;
    }

    .h-blog-banner {
        height: 580px;
    }

    .blog_wrap {
        background-size: 100%;
        background-position: 40% 0%;
    }

    .team_row {
        padding-bottom: 176px;
    }

    .about_footer {
        background-position: 20% 45%;
    }
    .about_footer.h-about-footer-bg {
        background-position: 20% 90%;
    }

    /* .press_header {
        background: rgb(53, 0, 118);
        background: linear-gradient(90deg, rgb(115 22 163) 0%, rgb(108 19 157) 15%, rgb(59 1 122) 100%);
    } */

    .participants_row_top {
        margin-top: 20px !important;
    }

    header {
        padding: 15px 5px 15px 5px;
    }

    .navbar-brand img {
        width: 100px;
    }

    .jb_wrap {
        background-size: 120%;
    }

    .press_footer {
        background-size: 120%;
    }
    .job-profile-img{
        height: 116px;
    }
    .job_footer_bg::before{
        bottom: 191px;
    }
    .jobs-list-wrap {
        padding-bottom: 70px;
    }
    .job-profile-links {
        padding: 0 0;
    }
    .jobs_wrap{
        height: 60vh;
    }
    .wrap_press {
        height: 490px;
        background-size: cover;
        background-position: top center;
    }
    .press_footer_m{
        height: 750px;
    }
    .employer_page #l_section {
        margin-top: 0;
        margin-bottom: 0;
    }
    .employer_page .emp_footer_m{
        height: 830px;
        margin-top: -120px;

    }
    .employer_outer .double_circle {
        top: 20px;
        right: 0px;
    }
    .recruitment-cnt h2{
        color: #330B76;
        font-size: 40px;
        line-height: 48px;
    }
    .recruitment-cnt p{
        width: 100%;
    }
    .recruitment_right {
        width: 450px;
        height: 575px;
    }
    .desk_emplyr_table .data-table-section h2 {
        font-size: 32px;
        line-height: 38px;
        width: 100%;
    }
    .map-sec .top-head h2{
        font-size: 34px;
        line-height: 38px;
        width: 100%;
    }
    .image-sec h6.title-right {
        right: 44px;
        bottom: -11px;
    }
    .image-sec h6.title-left {
        width: 46%;
        text-align: center;
        bottom: -75px;
        left: -40px;
    }
}

@media only screen and ( max-width: 1366px ) and (min-width: 1024px) {
    .press_footer {
        background-size: 116%;
    }
    .navbar-light .navbar-nav .nav-item {
        padding-right: 8px;
        padding-left: 8px;
    }
    .team_row {
        padding-bottom: 206px;
    }

    .about_footer {
        background-position: 20% 85%;
    }

    .banner_fimg {
        position: absolute;
        top: 17px;
        /* z-index: 3000; */
        left: -112px;
    }

    .banner_simg {
        left: 198px;
        position: absolute;
        z-index: 2000;
        top: 99px;
    }

    .banner_fimg img {
        width: 74%;
    }
    .job_footer_bg::before{
        bottom: 150px;
    }
    .jobs_view_wrap{
        min-height: 53vh;
    }
    .h-blog-dtl-footer{
        height: 720px;
    }
}


@media (min-width: 1280px) and (max-width: 1281px) and (orientation: landscape) {
    .about_footer {
        background-position: 20% 84% !important;
    }
}

@media only screen and ( max-width: 1440px ) and (min-width: 1280px) and (orientation: landscape) {
    .team_row {
        padding-bottom: 190px;
    }

    .about_footer {
        background-image: url('../../images/Path_162.png');
        position: relative;
        background-size: 101%;
        background-repeat: no-repeat;
        background-position: 20% 85%;
    }

    .h-blog-dtl-footer {
        background-position: 18% 100%;
    }

    .jb_footer .footer_cnt {
        padding-top: 66px;
        padding-bottom: 60px;
    }
    .job_footer_bg::before{
        bottom: 170px;
    }
    .h-blog-dtl-footer {
        background-position: 18% 90%;
        height: 650px;
    }
    .row.tabrow {
        margin: 20px 0px;
    }
    .pillar_section .row{
        justify-content: center;
    }
    .pillar_section img {
        width: 60%;
    }


}


@media only screen and ( max-width: 1920px ) and (min-width: 1024px) {
    html, body {
        max-width: 100%;
        /*overflow-x: hidden;*/
    }
    .pricing-inner-section {
        margin-top: -400px;
    }
    .emp_footer_m{
        background-position: 28% 100%;
    }
    header {
        padding: 35px 5px 60px 5px!important;
    }
}

@media only screen and ( max-width: 1920px ) and (min-width: 1444px) {
    .single_blog_wrap {
        height: 659px;
    }

    .h-blog-dtl-footer {
        background-position: 18% 100%;
        height: 645px;
    }

    .wrap_press {
        background-size: 223%;
        background-position: 44% 82%;
    }

    .aboutus_wrap {
        background-size: 101%;
        background-position: top;
        background-color: transparent;
    }

    .about_body {
        margin-top: 30px;
    }

    .team_row {
        padding-bottom: 70px;
    }

    .f_row {
        margin-top: 430px;
    }
    .wrap_employer{
        background-position: 100% center;
    }
    .pricing-banner{
        background-size: 100%!important;
        background-position: 35% 0%;
    }
    .emp_footer_r{
        background-color: transparent;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1690px) {
    .job_footer_bg::before{
        bottom: 165px;
    }
    .emp_footer_r{
        background-color: transparent;
    }
    .page_jobseeker .l_section {
        margin-bottom: 181px !important;
        height: 510px;
    }
    .jobs_view_wrap{
        min-height: 50vh;
    }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
    .wrap {
        background-size: 100%;
        background-position: 10% 85%;
        background-repeat: no-repeat;
    }
    .wrap_impact{
        background-size: 100% 100%;
    }
    .aboutus_wrap {
        background-size: 102%;
        background-position: top center;
        background-repeat: no-repeat;
    }

    .home_footer_r:before {
        height: 366px;
    }

    .h-blog-dtl-footer {
        height: 698px;
        background-position: 18% 36%;
    }

    .single_blog_wrap {
        height: 658px;
        background-position: 10% 95%;
    }

    .h-blog-row {
        padding-top: 11%;
    }
    .employer_page {
        background-size: 111%;
        background-position: -49px 900px;
    }
    .h-blog-detail-head {
        padding-left: 0;
    }

    .h-b-detail-row {
        margin-top: 70px;
    }

    .wrap_press {
        background-size: 100% !important;
        background-position: top center;
        /* min-height: 1040px; */
    }

    .emp_footer_m {
        background-size: 102%;
        height: 920px;
        background-position: 100% 102%;
    }

    .employer_right_img img {
        margin-left: 35%;
    }

    .jb_wrap {
        background-size: 100%;
        background-position: top center;
    }

    .l_section {
        margin-bottom: 500px !important;
    }

    .page_jobseeker {
        background-position: -140px;
    }

    .wrap_employer {
        background-size: 100%;
        background-position: 10% 44%;
    }

    .employer_bnr_cnt {
        min-height: 753px;
    }
    .imapct_bnr_cnt{
        min-height: 507px;
    }
    .about_footer {
        background-position: 12% 100%;
        background-size: 103%;
    }

    .team_row {
        margin-bottom: 10px;
    }
    .pricing-banner{
        background-size: 100%!important;
        background-position: 35% 0%;
    }
}
@media only screen and (min-width: 1440px) {
    .job_footer_bg::before {
        bottom: 225px;
        background-position: top;
    }
    .l_section {
        margin-bottom: 400px !important;
    }
    .h-blog-dtl-footer {
        background-position: 18% 90%;
        height: 765px;
    }
    .jobs_view_wrap{
        min-height: 50vh;
    }
    header {
        padding: 35px 5px 80px 5px!important;
    }
    .about_footer.h-about-footer-bg{
        background-position: 20% 88%;
    }

}
@media only screen and (min-width: 1600px) {
    footer.home_footer_r{
        background-color: #350076;
    }
    .page_jobseeker .jb_footer_cnt .l_section {
        margin-bottom: 600px !important;
    }
    .about_footer footer{
        background-color: #350076;
    }
    .about_footer {
        background-position: 20% 79%;
    }
    .h-blog-row {
        padding-top: 16%;
    }
    .about_footer.h-about-footer-bg {
        background-position: 20% 95%;
    }
}
@media only screen and (min-width: 1599px) and (max-width: 1710px) {
    .page_jobseeker .jb_footer_cnt .l_section {
        margin-bottom: 110px !important;
        height: 600px;
    }
}
@media only screen and (min-width: 1920px) {
    .jobs-list-wrap .container{
        max-width: 1200px;
    }
    /* .jobs-list-wrap {
        padding-bottom: 430px;
    } */
    .jobs_wrap{
        height: 80vh;
    }
    .pricing-inner-section {
        margin-top: -670px;
    }
    footer{
        background-color: transparent;
    }
    footer.home_footer_r{
        background-color: #350076;
    }
    .job_footer_bg footer{
        background-color: #350076;
    }
    .jb_footer_cnt .jb_footer{
        background-color: #350076;
    }
    .about_footer.h-about-footer-bg {
        background-position: 20% 95%;
    }
    .advisor_row {
        padding-bottom: 410px;
    }

}
@media only screen and (min-width: 2500px) {
    .wrap{
        background-position: 31% 85%;
    }
    .jobs_wrap{
        height: 70vh;
    }
    .job_footer_bg::before {
        bottom: 145px;
        height: 1830px;
    }
    .home_footer_r:before{
        height: 424px;
    }
    .page_jobseeker {
        background-size: 110%;
        background-position: -113px;
    }
    .page_jobseeker .jb_footer_cnt{
        background-position: -15px 100%;
    }
    .page_jobseeker .jb_footer_cnt .l_section {
         margin-bottom: 600px !important;
     }
    .about_footer.h-about-footer-bg {
        background-position: 20% 120% !important;
    }
    .advisor_row {
        padding-bottom: 410px;
    }
}

@media only screen and (min-width: 2200px) {
    .home_clients_section::before{
        height: 500px;
        top: -500px;
    }
    .home_clients_section::after{
        height: 430px;
        bottom: -420px;
    }
    .pricing-inner-section {
        margin-top: -400px;
    }

    .job_footer {
        position: relative;
        margin-top: 225px;
    }
    .job_footer_bg::before {
        bottom: 270px;
        height: 340px;
        background-position: top;
    }
    .page_jobseeker .jb_footer_cnt{
        background-position: -15px 100%;
        background-size: 122%;
    }
    .page_jobseeker .jb_footer_cnt .l_section {
        margin-bottom: 600px !important;
    }
}
@media only screen and (max-width: 767px) {
    .job_list_wrapper{
        flex-direction: column-reverse;
    }
    .sa-aside-section h3{
        text-align: center;
    }
    .sa-form-field-wrap input{
        background-color: #f6f4fa;
    }
    .select2.select2-container .select2-selection--multiple{
        background-color: #f6f4fa;
    }
    .sa-aside-section .btn-hunter{
        padding: 12px 18px;
    }
    .sa-aside-head a {
        color: #4D0E87;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 0;
    }
    .sa-aside-head h3 {
        display: none;
    }
    .sa-aside-head p {
        color: #939393;
    }
    .sa-check-circle-wrap [type="radio"]:checked+label, .sa-check-circle-wrap [type="radio"]:not(:checked)+label {
        position: relative;
        padding: 7px 16px;
        cursor: pointer;
        line-height: 22px;
        display: inline-block;
        color: #939393;
        font-size: 17px;
        font-weight: 300;
        margin-bottom: 6px;
        border: 1px solid #350B76;
        border-radius: 50px;
        min-width: 65px;
    }
    .sa-check-circle-wrap [type="radio"]:checked+label span{
        color: #fff;
        position: relative;
        z-index: 9;
    }
    .sa-check-circle-wrap [type="radio"]:checked+label:after,
    .sa-check-circle-wrap [type="radio"]:not(:checked)+label:after {
        content: '';
        width: 100%;
        height: 100%;
        background: var(--primary-color);
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 100px;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .sa-check-circle-wrap [type="radio"]:checked+label:before, .sa-check-circle-wrap [type="radio"]:not(:checked)+label:before {
        width: 100%;
        height: 100%;
        border-radius: 100px;
        z-index: -1;
    }
    .sa-check-circle-wrap {
        display: flex;
        flex-wrap: wrap;
    }
    .sa-check-group.exp-group {
        margin: 0 5px;
    }
    .h-sa-aside-wrap {
        background-color: #ffffff;
        box-shadow: none;
        border-radius: 20px;
        width: 100%;
        overflow: hidden;
        width: 100%;
        /* height: 768px; */
        /* overflow-y: scroll; */
        position: relative;
        top: 0;
    }
    .sa-aside-section {
        border-bottom: none;
        padding: 10px 10px;
    }
    .sa-aside-head{
        background-color: transparent;
        padding: 0 16px 0;
    }
    .j-btn-filter span img{
        height: 9px;
    }
    .j-btn-filter span{
       margin-left: 6px;
        display: inline-block;
    }
    .rotate {
        moz-transition: all 0.3s linear;
        webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .rotate.down img {
        moz-transform: rotate(180deg);
        webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .job-filter-contents{
        display: none;
    }
    .sa-aside-head p{
        opacity: 0;
    }
    .filter-mobile-head.sa-aside-head p{
        opacity: 1;
    }
    .drop-text:focus{
        outline: none;
        box-shadow: none;
    }
    .drop-text {
        display: block;
    }
    .job_list_right {
        margin-top: 0;
    }
    .hm_testimonial_section {
        padding-top: 15px;
    }
    .slider-content-wrap {
        padding-left: 15px;
        padding-top: 50px;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .client_slider_item{
        padding: 30px 30px 30px 30px;
        margin-top: 90px;
    }
    .home_section_head h2 {
        font-size: 34px;
        line-height: 40px;
        padding: 0 30px;
    }
    .slider-content-wrap p{
        text-align: center;
    }
    .hm_testimonial_pic{
        text-align: center;
        position: absolute;
        top: -60px;
        left: 0;
        max-width: 100%;
    }
    .hm_testimonial_pic img{
        display: inline-block !important;
    }
    .client_name_dtls h4{
        text-align: center;
        margin-bottom: 0;
    }
    .client_slider_item:first-child{
        margin-top: 60px !important;
    }
    #clients_row h1 {
        margin-bottom: 30px;
    }
    .job-card-wrap{
        padding: 20px 20px 60px 20px;
    }
    .jobs-list-wrap .job-desc-left {
        min-width: 100px;
    }
    .jobs_view_page .job-desc-left {
        min-width: 160px;
    }
    .jobs-view-details span.job-desc-left {
        font-size: 16px;
    }
    .jobs-view-details span.job-desc-right {
        font-size: 16px;
    }
    .job-profile-img{
        width: 110px;
        height: 110px;
    }
    .job-profile-img img {
        width: 100%;
        height: auto;
        border-radius: 100%;
        object-fit: cover;
        object-position: top center;
    }
    .col-job-banner {
        margin-top: 35px;
    }
    .job-banner-cnt h2{
        font-size: 36px;
    }
    .job-banner-cnt p{
        font-size: 21px;
    }
    .image-sec h6.title-left {
        width: 60%;
        text-align: center;
        bottom: -84px;
        left: 7px;
    }
    .image-sec h6.title-right {
        right: 22px;
        bottom: -17px;
    }   
    .image-sec,.right-sec{
        margin-top: 70px;
    }

}
@media (min-width: 1200px){
    .container {
        max-width: 1170px;
    }
    .pricing-inner-section {
        margin-top: -620px;
    }
    header {
        padding: 35px 5px 50px 5px!important;
    }

}

/*******************************************/

/*impact*/

/*************Responsive Styles*****************/
/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 320px){
    .desktop-modal .modal-dialog .login-card{
        margin-bottom: 25px;
        padding: 28px 20px 38px 20px;
    }
    .desktop-modal .modal-dialog .modal-header-top h5 {
        font-size: 28px;
        line-height: 29px;
    }
    .desktop-modal .modal-dialog .card-head p {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .desktop-modal .modal-dialog .card-bottom {
        margin-top: 20px;
    }

    .connect_line::after,.connect_line_op::after{
        background: none !important;
        height: 0;
        margin-top: 0px;
    }
    .goal_img img {
        height: 235px;
        width: 100%;
    }
    .imp_content_wrap {
        padding-left: 0px;
        margin-top: 20px;
        text-align: center;
    }
    .imp_content_wrap p {
        font-size: 12px;
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    .connect_line .hw_item_content, .reduction_row .hw_item_content {
        padding-left: 15px;
    }
    .un_goal_row.env_row.hw_reverse {
        flex-direction: column-reverse;
    }
    .connect_line_op {
        margin-top: 0px;
    }
    .reduction_row {
        margin-top: 0px;
    }
    .row.un_goal_row {
        margin-bottom: 20px;
    }
    .tabsection {
        padding-top: 10px;
    }
    /*.pdl0 {
        padding-left: 15px;
    }*/
    .pillar_text h2 {
        margin-bottom: 30px;
    }
    .greybox {
        min-height: 55px;
        margin-bottom: 25px;
        border-radius: 60px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .tabcontent {
        margin-bottom: 25px;
    }
    .tabcontent p {
        padding-left: 0px;
        font-size: 12px;
        line-height: 17px;
    }
    .brdr {
        display: block;
        border-bottom: 1px solid #939393;
        margin: 15px;
    }
    .imp_content_wrap h3{
        font-size: 20px;
        line-height: 27px;
    }
    .tabcontent h3 {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 0;
    }
    .tabcontent h3 br {
        display: none;
    }
    .imapct_bnr_cnt{
        min-height: 275px;
    }
    .tabcontent p{
        width: 100%;
    }
    section.tabsection.container {
        padding-left: 0px;
    }
    .imapct_bnr_cnt  .employer_right_img img {

        display: none;
    }
    .pillar_section img{
        width: 100%;
    }
    .wrap_impact {
        background-size: 294%;
        /* background-size: cover;*/
    }
}
/**********************iPhone portrait glxy*************/
@media only screen and (max-width: 359px) and (min-width: 320px) {
    .connect_line::after,.connect_line_op::after{
        background: none !important;
        height: 0;
        margin-top: 0px;
    }
    .goal_img img {
        height: 235px;
        width: 100%;
    }
    .imp_content_wrap {
        padding-left: 0px;
        margin-top: 20px;
        text-align: center;
    }
    .imp_content_wrap p {
        font-size: 12px;
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    .connect_line .hw_item_content, .reduction_row .hw_item_content {
        padding-left: 15px;
    }
    .un_goal_row.env_row.hw_reverse {
        flex-direction: column-reverse;
    }
    .connect_line_op {
        margin-top: 0px;
    }
    .reduction_row {
        margin-top: 0px;
    }
    .row.un_goal_row {
        margin-bottom: 20px;
    }
    .tabsection {
        padding-top: 10px;
    }
    /*.pdl0 {
        padding-left: 15px;
    }*/
    .pillar_text h2 {
        margin-bottom: 30px;
    }
    .greybox {
        min-height: 55px;
        margin-bottom: 25px;
        border-radius: 60px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .tabcontent {
        margin-bottom: 25px;
    }
    .tabcontent p {
        padding-left: 0px;
        font-size: 12px;
        line-height: 17px;
    }
    .brdr {
        display: block;
        border-bottom: 1px solid #939393;
        margin: 15px;
    }
    .imp_content_wrap h3{
        font-size: 20px;
        line-height: 27px;
    }
    .tabcontent h3{
        font-size: 20px;
        line-height: 27px;
    }
    .tabcontent h3 br {
        display: none;
    }
    .tabcontent p{
        width: 100%;
    }
    section.tabsection.container {
        padding-left: 0px;
    }
    .imapct_bnr_cnt  .employer_right_img img {

        display: none;
    }
    .pillar_section img{
        width: 100%;
    }
    .create-image:first-child img{
        width: 100%;
    }
    .employer_outer .banner_head {
        font-size: 26px;
        line-height: 34px;
    }
    .recruitment_right {
        width: 315px;
        height: 334px;
    }
}
/**********************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
    .desktop-modal .modal-dialog .login-card{
        margin-bottom: 25px;
        max-width: 100%;
        padding: 28px 20px 38px 20px;
    }
    .desktop-modal .modal-dialog .modal-header-top h5 {
        font-size: 28px;
        line-height: 29px;
    }
    .desktop-modal .modal-dialog .card-head p {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .desktop-modal .modal-dialog .card-bottom {
        margin-top: 20px;
    }

    .dropdown-toggle::after{
        top: 7px !important;
    }
    .parallax .banner-image {
        width: 322px;
        height: 250px;
        margin: auto;
    }
    .jb_bnr_right_img{
        position: relative;
    }
    .jb_bnr_right_img img {
        width: 120px;
        position: absolute;
        left: 144px;
        top: -85px;
    }
    .employee-banner-new{
        height: fit-content;
    }
    .jb_bnr_cnt h2 {
        font-size: 35px;
        line-height: 43px;
        text-align: center;
    }
    .left_col.mobile_view p {
        text-align: center;
        margin-top: 21px;
        font-size: 16px;
    }
    .employer_btn {
        text-align: center;
        margin-bottom: 60px;
    }
    .left_col {
        padding-top: 20px;
        /*padding-bottom: 165px;*/
    }
    .employee-mobile {
        background-color: #F9F6FB;
        border-radius: 22px;
        padding: 20px 15px 55px 15px;
        margin-top: 45px;
    }
    .employer_body {
        padding-bottom: 0;
    }
    .employee_btn{
        margin-top: 50px;
    }
    .create_cnt h2 {
        color: #330B76;
        font-size: 37px;
        line-height: 35px;
    }
    .create_cnt p {
        color: #454545;
        font-size: 20px;
        line-height: 28px;
        font-weight: 300;
        width: 100%;
    }
    .gs_left_section img {
        margin-top: 0;
    }
    .employer_body-middle .row {
        flex-direction: column-reverse;
    }

    .connect_line::after,.connect_line_op::after{
        background: none !important;
        height: 0;
        margin-top: 0px;
    }
    .goal_img img {
        height: 235px;
        width: 100%;
    }
    .imp_content_wrap {
        padding-left: 0px;
        margin-top: 20px;
        text-align: center;
    }
    .imp_content_wrap p {
        font-size: 12px;
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    .connect_line .hw_item_content, .reduction_row .hw_item_content {
        padding-left: 15px;
    }

    .connect_line_op {
        margin-top: 0px;
    }
    .reduction_row {
        margin-top: 0px;
    }
    .row.un_goal_row {
        margin-bottom: 20px;
    }
    .tabsection {
        padding-top: 10px;
    }
    /*.pdl0 {
        padding-left: 15px;
    }*/
    .pillar_text h2 {
        margin-bottom: 30px;
    }
    .greybox {
        min-height: 55px;
        margin-bottom: 25px;
        border-radius: 60px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .tabcontent {
        margin-bottom: 25px;
    }
    .tabcontent p {
        padding-left: 0px;
        font-size: 12px;
        line-height: 17px;
    }
    .brdr {
        display: block;
        border-bottom: 1px solid #939393;
        margin: 15px;
    }
    .imp_content_wrap h3{
        font-size: 20px;
        line-height: 27px;
    }
    .tabcontent h3{
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 0px;
    }
    .tabcontent h3 br {
        display: none;
    }
    .imapct_bnr_cnt {
        min-height: 200px;
    }
    .wrap_impact {
        background-size: 208%;
    }
    .tabcontent p{
        width: 100%;
    }
    .impact_page{
        background-position: 1px 512px;
    }
    section.tabsection.container {
        padding-left: 0px;
    }
    .imapct_bnr_cnt  .employer_right_img img {

        display: none;
    }
    .pillar_section img{
        width: 100%;
    }
    section.tabsection.container{
        margin:0px;
    }
    .map-sec{
        padding-bottom: 60px;
    }
}
/*************************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){
    .desktop-modal .modal-dialog .login-card{
        margin-bottom: 25px;
        max-width: 100%;
    }
    .modal-open .modal{
        z-index: 9999;
    }
    .dropdown-toggle::after{
        top: 7px !important;
    }

    .parallax .banner-image {
        width: 357px;
        height: auto;
    }
    .jb_bnr_right_img{
        position: relative;
    }
    .jb_bnr_right_img img {
        width: 107px;
        position: absolute;
        left: 79px;
        top: -140px;
    }
    .create_cnt h2 {
        color: #330B76;
        font-size: 36px;
        line-height: 34px;
    }
    .create_cnt p {
        color: #454545;
        font-size: 20px;
        line-height: 28px;
        font-weight: 300;
        width: 100%;
    }
    .employee_btn {
        margin-top:0;
        margin-bottom: 40px;
    }
    .job_footer_bg::before {
        bottom: 465px;
    }

    .connect_line::after,.connect_line_op::after{
        background: none !important;
        height: 0;
        margin-top: 0px;
    }
    .goal_img img {
        height: 235px;
        width: 100%;
    }
    .imp_content_wrap {
        padding-left: 0px;
        margin-top: 20px;

    }
    .imp_content_wrap p{
        font-size: 15px;
    }
    .connect_line .hw_item_content, .reduction_row .hw_item_content {
        padding-left: 15px;
    }
    /*.un_goal_row.env_row.hw_reverse {
        flex-direction: column-reverse;
    }*/
    .connect_line_op {
        margin-top: 0px;
    }
    .reduction_row {
        margin-top: 0px;
    }
    .row.un_goal_row {
        margin-bottom: 20px;
    }
    .tabsection {
        padding-top: 40px;
    }
    .pdl0 {
        padding-left: 15px;
    }
    .pillar_text h2{
        margin-bottom: 20px;
    }
    .greybox {
        min-height: 140px;
        margin-bottom: 20px;
    }
    .tabcontent {
        margin-bottom: 25px;
    }
    .tabcontent p{
        padding-left: 0px;
    }
    .tabcontent h3 br {
        display: none;
    }
    .imapct_bnr_cnt {
        min-height: 260px;
    }
    .wrap_impact {
        background-size: 188%;
    }
    .tabcontent p{
        width: 100%;
    }
    .impact_page{
        background-position: 1px 630px;
    }
    .pillar_section img{
        width: 100%;
    }
    .imapct_bnr_cnt .employer_right_img img{
        display: none;
    }
    .employer_btn {
    margin-bottom: 50px;
    }
}

/**************iPad Landscape***************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){
    .navbar-light .navbar-nav .nav-link{
        font-size: 15px !important;
    }
    .nav_btn .btn{
        padding: 10px 18px;
    }
    .create_cnt h2 {
        color: #330B76;
        font-size: 44px;
        line-height: 44px;
    }
    .create_cnt p {
        color: #454545;
        font-size: 20px;
        line-height: 28px;
        font-weight: 300;
        width: 100%;
    }

    .connect_line::after,.connect_line_op::after{
        background: none !important;
        height: 0;
        margin-top: 0px;
    }
    .goal_img img {
        height: 235px;
        width: 100%;
    }
    .imp_content_wrap {
        padding-left: 0px;
        margin-top: 20px;

    }
    .imp_content_wrap p{
        font-size: 15px;
    }
    .connect_line .hw_item_content, .reduction_row .hw_item_content {
        padding-left: 15px;
    }
    /*.un_goal_row.env_row.hw_reverse {
        flex-direction: column-reverse;
    }*/
    .connect_line_op {
        margin-top: 0px;
    }
    .reduction_row {
        margin-top: 0px;
    }
    .row.un_goal_row {
        margin-bottom: 20px;
    }
    .tabsection {
        padding-top: 40px;
    }
    .pdl0 {
        padding-left: 15px;
    }
    .pillar_text h2{
        margin-bottom: 20px;
    }
    .greybox {
        min-height: 140px;
        margin-bottom: 20px;
    }
    .tabcontent {
        margin-bottom: 25px;
    }
    .tabcontent p{
        padding-left: 0px;
    }
    .tabcontent h3 br {
        display: none;
    }
    .tabcontent p{
        width: 100%;
    }
    .imapct_bnr_cnt .employer_right_img img{
        display: none;
    }
}
@media only screen and (min-width: 2600px) {

}
/**************FHD***************/
@media only screen and ( max-width: 1200px ) and (min-width:1080px){
    .recruitment-cnt h2{
        color: #330B76;
        font-size: 40px;
        line-height: 48px;
    }
    .recruitment-cnt p{
        width: 100%;
    }
    .recruitment_right {
        width: 450px;
        height: 575px;
    }

}
/**************hHD***************/
@media only screen and ( max-width: 460px ) and (min-width:390px){
    .recruitment-mobile-head {
        display: block;
        font-size: 26px;
        line-height: 33px;
        margin-bottom: 20px;
    }
    .recruitment_right {
        width: 330px;
        height: 425px;
        margin-bottom: 25px;
    }
}
@media only screen and ( max-width: 1600px ) and (min-width: 1510px){
    .job_footer_bg::before {
        height: 558px !important;
    }
}
@media only screen and ( max-width: 1920px ) and (min-width: 1601px){
    .job_footer_bg::before {
        height: 630px !important;
    }
}
@media only screen and ( max-width: 1920px ) and (min-width: 1380px){
    .job_footer_bg::before {
        bottom: 20px;
    }
    .job_footer_bg::before{
        background-size: 100%;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 380px;
        top: -210px;
    }
    .job_footer {
        margin-top: 41px;
    }
    .employee_btn {
        margin-top: 0;
        margin-bottom: 170px;
    }
}
/**************hHD***************/
@media only screen and ( max-width: 2000px ) and ( min-width: 1921px ){
    .job_footer_bg::before {
        bottom: 20px;
    }
    .job_footer_bg::before{
        background-size: 100%;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 560px;
    }
    .employee_btn {
        margin-top: 10px;
        margin-bottom: 180px;
    }
}

@media only screen and ( max-width: 985px ) and ( min-width: 813px ){
    .job_footer_bg::before{
        height: 276px;
        top: -110px;
    }
}
/*******************************************/
@media only screen and ( max-width: 575px ) and ( min-width: 480px ){
    .employer_banner_inner,.recruitment-inner {
        flex-wrap: nowrap;
    }
    .banner-wrapper,.banner-content,
    .recruitment-left,.recruitment-right{
        max-width: 50%;
    }
    .recruitment_right {
        width: 225px;
        height: 289px;
    }
    .recruitment-cnt h2 {
        font-size: 21px;
        line-height: 28px;
    }
    .recruitment-cnt p {
    font-size: 13px;
    line-height: 18px;
    }
}

@media only screen and ( max-width: 1199px ) and (min-width: 1025px){
    .h-landing-header-btn.nav_btn .modal-dialog .login-card{
        max-width: 290px;
    }
    .h-landing-header-btn.nav_btn .modal-dialog .card-image {
        width: 180px;
        height: 160px;
        margin: auto;
    }
    .h-landing-header-btn.nav_btn .modal-dialog .card-head p{
        font-size: 28px;
        line-height: 24px;
        margin-bottom: 25px;
    }
    .h-landing-header-btn.nav_btn .modal-dialog .card-bottom{
        margin-top: 25px;
    }
    .h-landing-header-btn.nav_btn .modal-dialog .card-bottom a{
        font-size: 14px;
        line-height: 20px;
    }

    .employer_outer .glob-image {
        width: 400px;
        height: 400px;
        margin: auto;
    }
    .employer_outer .banner_head {
        font-size: 32px;
        line-height: 44px;
    }
    .employer_outer .double_circle {
        top: 20px;
        right: 0px;
    }
    .recruitment-cnt h2 {
        font-size: 40px;
        line-height: 48px;
    }
    .desk_emplyr_table .data-table-section h2 {
        font-size: 32px;
        line-height: 38px;
        width: 100%;
    }
    .map-sec .top-head h2 {
        font-size: 40px;
        line-height: 38px;
        width: 100%;
    }
    .desktop_view h2 {
        font-size: 42px;
        line-height: 48px;
    }
    .jobseaker-page-row {
        margin-top: 50px;
    }
}

@media only screen and ( max-width: 986px ) and (min-width: 280px){
    .mobile_nav_new .btn{
        display: block;
    }
    .desktop-modal .modal-dialog .card-image{
        display: none;
    }
}

@media only screen and ( max-width: 460px ){
    .home-section-1 {
        margin-top: 70px !important;
    }
}

@media only screen and ( max-width: 540px ) and (min-width: 460px){
    .home-section-1 {
        margin-top: 150px !important;
    }
}