@media (min-width: 768px) and (max-width: 991.99px) {
    #mobile-view {
        display: none;
    }

    .mt-35 {
        margin-top: 35px;
    }

    .mt-55 {
        margin-top: 55px;
    }

    .content-gap {
        padding: 0px 12px;
    }

    .section-gap {
        margin: 50px 0px;
    }

    .right-navbar {
        display: none;
    }

    .custom-navbar {
        padding: 5px 12px;
    }

    .custom-navbar .nav-item .nav-link {
        font-size: 20px;
    }

    .custom-navbar .dropdown-item {
        font-size: 18px;
    }

    .custom-navbar .navbar-brand {
        margin-right: 0px;
    }

    .tab-view .wap-icon img {
        width: 30px;
    }

    .tab-view .call-info img {
        width: 20px;
    }

    #mbile-view {
        display: block;
    }

    #desktop-view {
        display: none;
    }

    .other-info {
        display: inline-flex;
        flex-direction: column;
        row-gap: 20px;
        margin: 20px 0px;
    }

    .banner-inner .top-content {
        max-width: 255px;
        font-size: 15px;
        margin-top: 40px;
    }

    .banner-title {
        font-size: 32px;
        margin-right: 0rem;
        margin-bottom: 14px;
    }

    .banner-desc {
        font-size: 16px;
        margin-right: 0rem;
    }

    .banner {
        height: auto;
    }

    .banner-form {
        padding: 14px;
        margin-top: 40px;
    }

    .banner-caption {
        margin-top: 30px;
    }

    .form-title {
        font-size: 18px;
    }

    .section-title h2 {
        font-size: 24px;
        line-height: 31px;
        margin-bottom: 10px;
    }

    .section-desc p {
        font-size: 14px;
        margin-right: 0px;
    }

    .about-us {
        padding: 35px 12px;
    }

    .about-us::after {
        display: none;
    }

    .count-item {
        width: 100%;
        margin-bottom: 32px;
    }

    .about-inner .about-title {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .about-inner .about-desc {
        font-size: 15px;
    }

    .service-slider .owl-theme .owl-nav {
        margin-top: 0px !important;
    }

    .our-service::after {
        display: none;
    }

    .service-slider {
        /* padding-left: 14px; */
        /* margin: 0px 12px; */
        padding: 0px 26px;
    }

    .count-item .count-title {
        font-size: 32px;
    }

    .success-item {
        border-right: none;
        padding-bottom: 0px;
        margin-bottom: 0px;
        position: relative;
        column-gap: 18px;
        justify-content: center;
    }

    .success-item.first-item::after {
        position: absolute;
        content: "";
        background: #fff;
        width: 1px;
        height: 50px;
        top: 7%;
        right: -17px;
    }

    .success-item.secound-item::after {
        position: absolute;
        content: "";
        background: #fff;
        width: 1px;
        height: 50px;
        top: 7%;
        right: 8px;
    }

    .success-item.third-item::after {
        position: absolute;
        content: "";
        background: #fff;
        width: 1px;
        height: 50px;
        top: 7%;
        right: -2px;
    }

    .our-success .col-lg-4 {
        padding-left: 0px;
        padding-right: 0px;
    }

    hr.division {
        margin: 35px 0px;
    }

    .success-icon img {
        max-width: 45px;
    }

    .success-content h2 {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .success-content p {
        font-size: 14px;
    }

    .success-btn {
        margin-top: 0px;
    }

    .our-process::after {
        display: none;
    }

    .process-item::before {
        position: absolute;
        content: "";
        background-image: url(../img/client-engagement.webp);
        height: 40px;
        width: 40px;
        left: -70px;
    }

    .process-item.secound-box::before {
        background-image: url(../img/screening.webp);
    }

    .process-item.third-box::before {

        background-image: url(../img/candidate-sourcing.webp);
    }

    .process-item.fourth-box::before {
        background-image: url(../img/presentation.webp);
    }

    .process-item.fifth-box::before {
        background-image: url(../img/candidate-onboarding.webp);
    }

    .process-item,
    .process-item.secound-box,
    .process-item.third-box,
    .process-item.fourth-box,
    .process-item.fifth-box {
        width: 100%;
        max-width: 100%;
        text-align: start;
        display: block;
        position: relative;
        top: 0;
        left: 0;
        transform: unset;
        margin-bottom: 24px;
    }

    .process-item .process-desc {
        text-align: start;
    }

    .process-inner {
        margin-top: 0px;
    }

    .process-inner img {
        display: none;
    }

    .why-choose .top-content {
        font-size: 14px;
        padding: 4px 14px;
        margin-bottom: 16px;
    }

    .whyUs-item p {
        font-size: 14px;
    }

    .whyUs-item img {
        max-width: 20px;
    }

    .sales-form {
        padding: 30px 15px 38px 15px;
    }

    .inquery-wapper {
        margin: 0px 12px;
    }

    .sales-img {
        display: none;
    }

    .review-sec {
        padding: 35px 24px;
    }

    .review-content .section-title h2 {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .review-content .top-content {
        font-size: 14px;
    }

    .review-count span {
        font-size: 14px;
    }

    .four-start {
        padding: 9px 15px;
        height: 37px;
    }

    .four-start h3 {
        font-size: 14px;
    }

    .four-start img {
        max-width: 17px;
    }

    .review-count {
        padding: 9px 15px;
        height: 37px;
    }

    .review-content p {
        font-size: 14px;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .user-name h3 {
        font-size: 14px;
    }

    .user-name p {
        font-size: 14px;
    }

    .user-info img {
        width: 50px !important;
        border-radius: 50%;
    }

    .service-slider .owl-carousel .owl-nav button.owl-next,
    .service-slider .owl-carousel .owl-nav button.owl-prev {
        width: 30px;
        height: 30px;
    }

    .service-slider .owl-carousel .owl-nav button.owl-next span,
    .service-slider .owl-carousel .owl-nav button.owl-prev span {
        font-size: 32px;
        color: #fff;
        height: 52px;
    }

    .review-slider.owl-theme .owl-nav {
        bottom: 10px;
        right: 0px;
    }

    .review-slider .owl-nav button.owl-next,
    .review-slider .owl-nav button.owl-prev {
        width: 30px;
        height: 30px;
    }

    .review-slider .owl-nav button.owl-next span,
    .review-slider .owl-nav button.owl-prev span {
        font-size: 32px;
        height: 52px;
    }

    .question-box {
        padding: 30px 24px 24px 30px;
        margin-top: 24px;
    }

    .question-box h3 {
        font-size: 18px;
    }

    .question-box p {
        font-size: 14px;
    }

    .question-box::after {
        top: 0px;
        width: 115px;
        height: 160px;

    }

    .question-btn img {
        max-width: 75px;
    }

    .faq-button.has-icon .faq_button_content {
        border-radius: 50%;
        height: 40px;
        width: 40px;
    }

    .accordion-button {
        padding: 15px 20px !important;
        font-size: 16px;
        column-gap: 12px;
    }

    .main-content {
        padding: 40px 24px 40px 24px;
        border-radius: 0px;
    }

    .faq-content {
        margin-right: 0px;
    }

    .accordion-body {
        padding: 22px 21px 22px 21px;
        font-size: 14px;
    }

    .right-side p {
        font-size: 14px;
    }

    .footer-logo {
        align-items: center;
        max-width: 100%;
    }

    .top-content p,
    .footer-logo p {
        font-size: 14px;
    }

    .footer-logo img {
        max-width: 115px;
    }

    .left-side:after {
        display: none;
    }

    .quick-reply .content span {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .quick-reply .content a {
        font-size: 14px;
        display: block;
    }

    .policy-link ul {
        white-space: nowrap;
        flex-wrap: wrap;
        column-gap: 50px;
        margin: 20px 0px;
    }

    .footer-info {
        margin-top: 28px;
        margin-bottom: 28px;
        padding: 0px 12px;
    }

    .footer-top {
        padding: 42px 12px 25px 12px;
    }

    .quick-reply svg {
        max-width: 55px;
    }

    .copy-text p {
        font-size: 14px;
        text-align: center;
    }

    .policy-link li a {
        font-size: 14px;
    }

    .policy-link ul li::before {
        width: 6px;
        height: 6px;
        top: 10px;
        left: -17px;
    }

    .contact-detail .content span {
        font-size: 14px;
    }

    .location .content span {
        font-size: 14px;
    }

    .footer-menu .menu-title h3 {
        font-size: 18px;
    }

    .contact-detail .icon svg {
        max-width: 40px;
    }

    .sercvice-banner .service-title {
        font-size: 24px;
    }

    .sercvice-banner .banner-form {
        margin-top: 25px;
    }

    .service-detail .banner-form {
        display: none;
    }

    .banner-button.btn-style-2.btn-size-md .button__content {
        width: 37px;
    }

    .banner-button.btn-style-2.btn-size-md {
        height: 37px;
    }

    .banner-button.btn-style-2 .button__text span {
        font-size: 12px;
    }

    .banner-button.btn-style-2 .button__text {
        padding: 0 0 0 11px;
    }

    .banner-button.btn-style-2 {
        width: 230px;
    }

    .banner-form .custom-btn-two {
        padding: 10px 26px;
        font-size: 12px;
    }

    .service-btn .banner-button.btn-style-2,
    .whyUs-btn .banner-button.btn-style-2,
    .inquery-btn .banner-button.btn-style-2,
    .faq-content .faq-btn .banner-button.btn-style-2 {
        width: 145px;
    }

    .success-btn .banner-button.btn-style-2 {
        width: 195px;
    }

    .form-wapper .field-wrapper label {
        font-size: 14px;
        top: 0;
    }

    .form-wapper .field-wrapper .form-control {
        height: 37px;
        font-size: 14px;
    }

    .navbar-collapse {
        margin-top: 20px;
    }

    .service-title {
        font-size: 28px;
    }

    .list-item .content {
        font-size: 16px;
        line-height: normal;
    }

    .list-item .icon img {
        width: 22px;
        min-width: 22px;
    }

    .list-item {
        align-items: self-start;
    }

    .sercvice-banner::after {
        display: none;
    }

    .feature-title h2 {
        font-size: 24px;
        line-height: normal;
        margin-bottom: 20px;
    }

    .feature-desc p {
        font-size: 14px;
        margin-right: 0px;
    }

    .feature-info {
        margin-bottom: 20px;
    }

    .feature-info .content p {
        font-size: 16px;
    }

    .feature-content {
        padding: 35px 0px;
    }

    .feature-item .content p {
        font-size: 14px;
        margin-right: 0rem;
    }

    .feature-item .content h3 {
        font-size: 16px;
    }

    .service-feature::after {
        display: none;
    }

    .w-72 {
        width: 100%;
        max-width: 100%;
    }

    .w-28 {
        width: 100%;
        max-width: 100%;
    }

    .detail-inner .title {
        font-size: 24px;
        line-height: normal;
    }

    .detail-inner .desc {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .detail-inner {
        border-radius: 10px;
        background: #FFF;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
        padding: 24px 14px;
    }

    .detail-inner .sub-desc {
        font-size: 14px;
        margin-right: 0px;
    }

    .detail-inner .detail-item .content {
        font-size: 24px;
        line-height: 28px;
    }

    .detail-inner .detail-item .icon img {
        min-width: 26px;
    }

    .cta-inner h2 {
        font-size: 18px;
        line-height: normal;
        margin-bottom: 12px;
    }

    .cta-box {
        padding: 22px 16px;
    }

    .highlight-item .content h3 {
        font-size: 20px;
    }

    .banner-caption .desc {
        font-size: 16px;
        margin-top: 13px;
    }

    .banner-caption .title {
        color: #FFF;
        text-align: center;
        font-size: 28px;
    }

    .page-banner {
        background-image: url(../img/page-banner.webp);
        background-position: center;
        background-size: cover;
        padding: 50px 0px;
    }

    .company-inner span {
        font-size: 16px;
    }

    .company-inner .title,
    .approach-content .title {
        font-size: 24px;
        line-height: 32px;
    }

    .company-inner .top-desc {
        font-size: 16px;
    }

    .company-inner .desc,
    .approach-content .desc {
        font-size: 14px;
    }

    .about-img {
        text-align: start;
        margin-bottom: 45px;
    }

    .about-quote {
        width: 100%;
        bottom: 0px;
        left: 8%;
        margin-top: -98px;
        z-index: 9;
        position: relative;
        max-width: 26rem;
    }

    .about-company::after {
        top: 52.3%;
    }

    .company-inner {
        margin-top: 20px;
    }

    .about-quote h4 {
        font-size: 18px;
    }

    .approach-content {
        padding: 35px 12px 35px 12px;
    }

    .our-journey {
        padding: 35px 12px;
    }

    .our-journey .title {
        font-size: 24px;
        line-height: 32px;
    }

    .our-journey .top-content {
        font-size: 16px;
    }

    .mission-img {
        text-align: start;
    }

    .mission-content .list-item .content {
        font-size: 16px;
    }

    .mission-tab {
        border-radius: 10px;
        background: #FF9987;
        padding: 22px 60px 26px 22px;
        margin-right: 0px;
    }

    .mission-tab .nav-pills {
        gap: 25px;
        margin-bottom: 23px;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
    }

    .mission-tab .nav-pills .nav-link {
        font-size: 20px;
    }


    .mission-tab .mission-tab-details p {
        font-size: 16px;
    }

    .mission-img .small-img {
        position: unset;
        bottom: -65px;
        left: 62px;
        margin-top: -120px;
        margin-bottom: 30px;
    }

    .benefits-content .title {
        font-size: 24px;
        line-height: 32px;
    }

    .benefits-item .content::before {
        display: none;
    }

    .benefits-item .content h3::before {
        display: none;
    }

    .benefits-item {
        align-items: self-start;
        gap: 38px;
    }

    .benefits-item .icon {
        margin-top: 0px;
    }

    .benefits-item .icon svg {
        max-width: 40px;
    }

    .benefits-item .content p {
        font-size: 14px;
    }

    .benefits-item .content h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .why-hirekey-content {
        padding: 22px 20px;
    }

    .why-hirekey .title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 35px;
    }

    .why-hirekey .top-content {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .breadcrumb-item,
    .blog-content .breadcrumb-item a {
        font-size: 12px;
    }

    .breadcrumb-item+.breadcrumb-item {
        padding-left: 12px;
    }

    .breadcrumb-item+.breadcrumb-item::before {
        padding-right: 12px;
    }

    .blog-content {
        padding: 24px 14px 24px 14px;
    }

    .blog-content p,
    .page-item .page-link,
    .page-item:last-child .page-link {
        font-size: 14px;
    }

    .page-link.active {
        padding: 4px 12px;
    }

    .pagination {
        gap: 5px;
        height: 70px;
    }

    .page-item .page-link,
    .page-item:last-child .page-link {
        font-size: 18px;
    }

    .page-nav {
        margin-top: 15px;
        margin-bottom: 35px;
    }

    .search-bar {
        margin-bottom: 35px;
    }

    .side-bar {
        margin-left: 12px;
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
    }

    .side-bar .banner-form {
        margin-top: 20px;
        position: sticky;
        z-index: 9;
        top: 8rem;
    }

    .email-info,
    .phone-info,
    .location-info {
        min-height: 100%;
        margin-bottom: 25px;
    }

    .email-info img,
    .phone-info img,
    .location-info img {
        margin-bottom: 15px;
        margin-top: -41px;
        max-width: 85px;
    }
 .contact-detail,
   .location {
       display: flex;
       align-items: center;
       gap: 20px;
       margin-bottom: 10px!important;
   }
    .email-info h3,
    .phone-info h3,
    .location-info h3 {
        font-size: 20px;
    }

    .email-info p,
    .phone-info p,
    .location-info p {
        font-size: 16px;
    }

    .contact-wapper {
        background: #0060B4;
        height: 100%;
        padding: 0px 10px;
    }

    .contact-innner .col-lg-4 {
        margin-bottom: 5rem;
    }

    .contact-newsletter {
        flex-direction: column;
        margin-bottom: 35px;
        height: auto;
        padding: 20px 14px 30px 14px;
        align-items: self-start;
    }

    .contact-newsletter .content h2 {
        font-size: 24px;
        line-height: 32px;

    }

    .contact-newsletter .content p {
        font-size: 14px;
    }

    .newsletter-btn .banner-button.btn-style-2 {
        width: 176px;
    }

    .contact-us .top-content {
        font-size: 16px;
    }

    .contact-us .title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .our-services::after {
        display: none;
    }

    .employer .list-item .content {
        text-align: start;
        font-size: 14px;
    }

    .service-item {
        margin-bottom: 20px;
        height: 285px;
    }

    .service-content p {
        font-size: 14px;
    }

    .service-item .service-icon .icon {
        font-size: 50px;
    }

    .employment-item .service-icon-wapper span {

        font-size: 65px;
    }

    .agreement-process .agreement-inner {
        border-radius: 20px 0px 0px 20px;
        padding: 25px 14px;
        z-index: 99;
    }

    .agreement-process .agreement-inner::after {
        display: none;
    }

    .agreement-process .form-title {
        font-size: 24px;
    }

    .process-form-wapper {
        padding: 21px 36px 37px 37px !important;
        background: #fff  !important;
        border-radius: 20px;
        margin-top: 15px;
    }

    .process-form {
        padding: 21px 14px 35px 14px;
    }

    .form-steps p {
        font-size: 14px;
        margin-top: 0px;
    }

    .step-btn {
        margin-top: 0rem;
    }

    .hiring-top {
        padding-top: 35px;
    }

    .hiring-top .top-content {
        font-size: 16px;
        padding: 6px 18px;
        margin-bottom: 12px;
    }

    .hiring-element {
        gap: 20px;
    }

    .hiring-icon {
        min-width: 50px;
        height: 50px;
    }

    .hiring-icon span {
        font-size: 20px;
    }

    .hiring-title h2 {
        font-size: 24px;
    }

    .hiring-item .content p {
        font-size: 14px;
    }

    .hiring-item .content h2 {
        font-size: 16px;
    }

    .hiring-content {
        margin-right: 0px;
    }

    .hiring-content::after {
        left: -47px;
        border-width: 3px;
    }

    .hiring-element:last-child .hiring-content::after {
        display: none;
    }

    .content-box {
        position: unset;
        bottom: unset;
        left: unset;
        width: 100%;
        height: 100%;
        padding-bottom: 20px;
    }

    .services-items img {
        display: none;
    }

    .services-items {
        margin-bottom: 20px;
    }

    .hiring-element:last-child .hiring-content {
        margin-bottom: 0px;
    }

    .step-btn .banner-button.btn-style-2 {
        width: 132px;
    }

    .form-item {
        margin: 17px 0px;
    }

    .form-wapper .form-select {
        font-size: 14px;
    }

    .success img {
        width: 85px;
        height: 85px;
    }

    .success h2 {
        font-size: 32px;
    }

    .success p {
        line-height: 21px;
    }

    .success {
        margin: 1rem 0rem;
    }

    .w-206 {
        width: 182px !important;
    }

    .job-item .servicebox-wrapper p {
        font-size: 14px;
    }

    .about-company-btn .banner-button.btn-style-2 {
        width: 142px;
    }

    .page-item .page-link {
        padding: 12px 18px;
    }

    .employment-process .pagination {
        gap: 8px;
        height: 57px;
    }

    .employment-process .page-item .page-link {
        padding: 12px 17px;
    }

    .job-detail-content {
        padding: 38px 14px;
        margin-bottom: 25px;
    }

    .job-detail-content ul li,
    .job-detail-content p {
        font-size: 14px;
    }

    .job-detail-content h4 {
        font-size: 18px;
    }

    .job-detail-content h3 {
        font-size: 22px;
    }

    .job-detail-content h5 {
        font-size: 16px;

    }

    .job-detail-content h5 span {
        font-size: 16px;
    }

    .job-detail .banner-form {
        max-width: 450px;
    }

    .banner-caption.blog-detail .top-content {
        font-size: 16px;
        font-weight: 600;
    }

    .banner-caption.blog-detail .title {
        line-height: 32px;
        margin-bottom: 12px;

    }

    .blog-detailContent {
        padding: 25px 14px 1px 14px;
        margin-bottom: 35px;
    }

    .blog-title {
        font-size: 24px;
        line-height: 32px;
        margin-right: 0px;
    }

    .blog-desc {
        font-size: 14px;
    }

    .comment-box {
        padding: 17px 14px 17px 14px;
    }

    .blog-listing li {
        font-size: 14px;
    }

    .blog-listing .icon {
        margin-top: 4px;
    }

    .blog-listing .list-item .content h3 {
        font-size: 20px;
    }

    .related-slider .owl-nav button.owl-next,
    .related-slider .owl-nav button.owl-prev {
        width: 30px;
        height: 30px;
    }

    .related-slider .owl-nav button.owl-next span,
    .related-slider .owl-nav button.owl-prev span {
        font-size: 32px;
        height: 52px;
    }

    .related-slider .owl-nav button.owl-prev {
        left: -12px;
    }

    .related-slider .owl-nav button.owl-next {
        right: -12px;
    }

    .related-blog::after {
        display: none;
    }

    .testimonial-section .testimonial-quote {
        margin-left: 50px;  
    }
    
    .market-card {
        max-height: 600px;
        height: 600px !important;
    }

    .market-card div, .market-card h2 {
        width: 100% !important;
    }
}

@media only screen and (min-width:300px) and (max-width:767px) {
    .content-gap {
        padding: 0px 0px;
    }
    .whyUs-box { width:100%;}
    .section-gap {
        margin: 35px 0px;
    }
    .banner-inner.section-gap{
        margin-top: 0;
    }
    .custom-navbar {
        padding: 5px 0px;
    }

    .custom-navbar .navbar-brand {
        margin-right: 0px;
    }

    .mobile-view .wap-icon img {
        width: 30px;
    }

    .mobile-view .call-info img {
        width: 20px;
    }

    #mbile-view {
        display: block;
    }

    #desktop-view {
        display: none;
    }
    .hg{display:none!important;}
    .wel p {
    font-size: 15px;
}

    .other-info {
        display: inline-flex;
        flex-direction: column;
        row-gap: 20px;
        margin: 20px 0px;
    }

    .banner-inner .top-content {
        max-width: 255px;
        font-size: 15px;
        margin-top: 40px;
    }

    .banner-title {
        font-size: 32px;
        margin-right: 0rem;
        margin-bottom: 14px;
    }

    .banner-desc {
        font-size: 16px;
        margin-right: 0rem;
    }

    .banner {
        height: auto;
    }

    .banner .banner-form {
        max-width: 100%;
    }

    .sercvice-banner .banner-form {
        max-width: 100%;
    }

    .service-detail .banner-form {
        display: none;
    }

    .form-title {
        font-size: 18px;
    }

    .section-title h2 {
        font-size: 24px;
        line-height: 31px;
        margin-bottom: 10px;
    }

    .section-desc p {
        font-size: 14px;
        margin-right: 0px;
    }

    .about-us {
        padding: 35px 0px;
    }

    .count-item {
        width: 100%;
    }

    .about-inner .about-title {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .about-inner .about-desc {
        font-size: 15px;
    }

    .our-service::after {
        display: none;
    }

    .service-slider {
        padding-left: 14px;
    }

    .count-item .count-title {
        font-size: 32px;
    }

    .success-item {
        border-right: none;
        padding-bottom: 24px;
        margin-bottom: 24px;
        border-bottom: 1px solid #b0b0b0;
    }

    .division {
        display: none;
    }

    .success-icon img {
        max-width: 55px;
    }

    .success-content h2 {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .success-content p {
        font-size: 14px;
    }

    .success-btn {
        margin-top: 0px;
    }

    .our-process::after {
        display: none;
    }

    .process-item,
    .process-item.secound-box,
    .process-item.third-box,
    .process-item.fourth-box,
    .process-item.fifth-box {
        width: 100%;
        max-width: 100%;
        text-align: start;
        display: block;
        position: unset;
        top: 0;
        left: 0;
        transform: unset;
        margin-bottom: 24px;
    }

    .process-item .process-desc {
        text-align: start;
    }

    .process-inner {
        margin-top: 0px;
    }

    .process-inner img {
        display: none;
    }

    .why-choose .top-content {
        font-size: 14px;
    }

    .whyUs-item p {
        font-size: 14px;
    }

    .whyUs-item img {
        max-width: 20px;
    }

    .sales-form {
        padding: 30px 5px 38px 5px;
    }

    .inquery-wapper {
        margin: 0px auto;
    }

    .sales-img {
        display: none;
    }

    .review-sec {
        padding: 35px 0px;
    }

    .review-content .section-title h2 {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .review-content .top-content {
        font-size: 14px;
    }

    .review-count span {
        font-size: 14px;
    }

    .four-start {
        padding: 9px 15px;
        height: 37px;
    }

    .four-start h3 {
        font-size: 14px;
    }

    .four-start img {
        max-width: 17px;
    }

    .review-count {
        padding: 9px 15px;
        height: 37px;
    }

    .review-content p {
        font-size: 14px;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .user-name h3 {
        font-size: 14px;
    }

    .user-name p {
        font-size: 14px;
    }

    .user-info img {
        width: 50px !important;
        border-radius: 50%;
    }

    .service-slider .owl-carousel .owl-nav button.owl-next,
    .service-slider .owl-carousel .owl-nav button.owl-prev {
        width: 30px;
        height: 30px;
    }

    .service-slider .owl-carousel .owl-nav button.owl-next span,
    .service-slider .owl-carousel .owl-nav button.owl-prev span {
        font-size: 32px;
        color: #fff;
        height: 52px;
    }

    .review-slider.owl-theme .owl-nav {
        bottom: 10px;
        right: 0px;
    }

    .review-slider .owl-nav button.owl-next,
    .review-slider .owl-nav button.owl-prev {
        width: 30px;
        height: 30px;
    }

    .review-slider .owl-nav button.owl-next span,
    .review-slider .owl-nav button.owl-prev span {
        font-size: 32px;
        height: 52px;
    }

    .question-box {
        padding: 14px 14px 14px 14px;
        margin-top: 18px;
    }

    .question-box h3 {
        font-size: 18px;
    }

    .question-box p {
        font-size: 14px;
    }

    .question-box::after {
        top: 0px;
        width: 115px;
        height: 160px;

    }

   

    .faq-button.has-icon .faq_button_content {
        border-radius: 50%;
        height: 40px;
        width: 40px;
    }

    .accordion-button {
        padding: 10px 10px !important;
        font-size: 14px;
        column-gap: 12px;
        line-height:22px;
    }

    .main-content {
        padding: 24px 14px 22px 14px;
        border-radius: 0px;
    }

    .faq-content {
        margin-right: 0px;
    }

    .accordion-body {
        padding: 0px 14px 14px 14px;
        font-size: 14px;
        line-height:22px;
    }

    .right-side p {
        font-size: 14px;
    }

    .footer-logo {
        align-items: center;
        max-width: 100%;
    }
    .copy-text p{ padding-bottom:20px;}

    .top-content p,
    .footer-logo p {
        font-size: 14px;
    }

    .footer-logo img {
        max-width: 115px;
    }

    .left-side:after {
        display: none;
    }

    .quick-reply .content span {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .quick-reply .content a {
        font-size: 14px;
        display: block;
    }

    .policy-link ul {
        white-space: nowrap;
        flex-wrap: wrap;
        column-gap: 25px;
        margin: 15px 0px 0px 0px;
    }
.dm{display:none!important;}
    .footer-info {
        margin-top: 28px;
        margin-bottom: 28px;
        padding: 0px 0px;
    }

    .footer-top {
        padding: 42px 0px 25px 0px;
    }

    .quick-reply svg {
        max-width: 55px;
    }

    .copy-text p {
        font-size: 12px;
        text-align: center;
    }

    .policy-link li a {
        font-size: 12px;
    }

    .policy-link ul li::before {
        width: 6px;
        height: 6px;
        top: 10px;
        left: -17px;
    }

    .contact-detail .content span {
        font-size: 12px;
        line-height:24px;
    }

    .location .content span {
        font-size: 12px;
        line-height:24px;
    }

    .footer-menu .menu-title h3 {
        font-size: 18px;
    }

    .contact-detail .icon svg {
        max-width: 30px;
    } 
    .location .icon svg {
        max-width: 30px;
    }
    .policy-link {
    margin-top: 0px;
}

    .banner-button.btn-style-2.btn-size-md .button__content {
        width: 37px;
    }

    .banner-button.btn-style-2.btn-size-md {
        height: 37px;
    }

    .banner-button.btn-style-2 .button__text span {
        font-size: 12px;
    }

    .banner-button.btn-style-2 .button__text {
        padding: 0 0 0 11px;
    }

    .banner-button.btn-style-2 {
        width: 230px;
    }

    .banner-form .custom-btn-two {
        padding: 10px 26px;
        font-size: 12px;
    }

    .service-btn .banner-button.btn-style-2,
    .whyUs-btn .banner-button.btn-style-2,
    .inquery-btn .banner-button.btn-style-2,
    .faq-content .faq-btn .banner-button.btn-style-2 {
        width: 145px;
    }

    .success-btn .banner-button.btn-style-2 {
        width: 195px;
    }

    .form-wapper .field-wrapper label {
        font-size: 14px;
        top: 0;
    }

    .form-wapper .field-wrapper .form-control {
        height: 37px;
        font-size: 14px;
    }

    .navbar-collapse {
        margin-top: 20px;
    }

    .service-title {
        font-size: 28px;
    }

    .list-item .content {
        font-size: 16px;
        line-height: normal;
    }

    .list-item .icon img {
        width: 22px;
        min-width: 22px;
    }

    .list-item {
        align-items: self-start;
    }

    .sercvice-banner::after {
        display: none;
    }

    .feature-title h2 {
        font-size: 24px;
        line-height: normal;
        margin-bottom: 20px;
    }

    .feature-desc p {
        font-size: 14px;
        margin-right: 0px;
    }

    .feature-info {
        margin-bottom: 20px;
    }

    .feature-info .content p {
        font-size: 16px;
    }

    .feature-content {
        padding: 35px 0px;
    }

    .feature-item .content p {
        font-size: 14px;
        margin-right: 0rem;
    }

    .feature-item .content h3 {
        font-size: 16px;
    }

    .service-feature::after {
        display: none;
    }

    .w-72 {
        width: 100%;
        max-width: 100%;
    }

    .w-28 {
        width: 100%;
        max-width: 100%;
    }

    .detail-inner .title {
        font-size: 24px;
        line-height: normal;
    }

    .detail-inner .desc {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .detail-inner {
        border-radius: 10px;
        background: #FFF;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
        padding: 24px 14px;
    }

    .detail-inner .sub-desc {
        font-size: 14px;
        margin-right: 0px;
    }

    .detail-inner .detail-item .content {
        font-size: 24px;
        line-height: 28px;
    }

    .detail-inner .detail-item .icon img {
        min-width: 26px;
    }

    .cta-inner h2 {
        font-size: 18px;
        line-height: normal;
        margin-bottom: 12px;
    }

    .cta-box {
        padding: 22px 16px;
    }

    .highlight-item .content h3 {
        font-size: 20px;
    }

    .banner-caption .desc {
        font-size: 16px;
        margin-top: 13px;
    }

    .banner-caption .title {
        color: #FFF;
        text-align: center;
        font-size: 28px;
    }

    .page-banner {
        background-image: url(../img/page-banner.webp);
        background-position: center;
        background-size: cover;
        padding: 50px 0px;
  background-position: top;
  height:450px!important;
    }
    
    .page-banner-blog{
  background-size: cover;
  background-position: left;
  height: 300px;
}

    .company-inner span {
        font-size: 16px;
    }

    .company-inner .title,
    .approach-content .title {
        font-size: 24px;
        line-height: 32px;
    }

    .company-inner .top-desc {
        font-size: 16px;
    }

    .company-inner .desc,
    .approach-content .desc {
        font-size: 14px;
    }

    .about-img {
        margin-bottom: 35px;
    }

   

    .approach-content {
        padding: 35px 0px 35px 0px;
    }

    .our-journey {
        padding: 35px 0px;
    }

    .our-journey .title {
        font-size: 24px;
        line-height: 32px;
    }

    .our-journey .top-content {
        font-size: 16px;
    }

    .mission-content .list-item .content {
        font-size: 14px;
    }

    .mission-tab {
        border-radius: 10px;
        background: #FF9987;
        padding: 20px 14px 24px 14px;
        margin-right: 0px;
    }

    .mission-tab .nav-pills {
        gap: 25px;
        margin-bottom: 23px;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
    }

    .mission-tab .mission-tab-details p {
        font-size: 14px;
    }

    .mission-img .small-img {
        position: unset;
        bottom: -65px;
        left: 62px;
        margin-top: -120px;
        margin-bottom: 30px;
    }

    .benefits-content .title {
        font-size: 24px;
        line-height: 32px;
    }

    .benefits-item .content::before {
        display: none;
    }

    .benefits-item .content h3::before {
        display: none;
    }

    .benefits-item {
        align-items: self-start;
        gap: 38px;
    }

    .benefits-item .icon {
        margin-top: 0px;
    }

    .benefits-item .icon svg {
        max-width: 40px;
    }

    .benefits-item .content p {
        font-size: 14px;
    }

    .benefits-item .content h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .why-hirekey-content {
        padding: 22px 20px;
    }

    .why-hirekey .title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 35px;
    }

    .why-hirekey .top-content {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .breadcrumb-item,
    .blog-content .breadcrumb-item a {
        font-size: 12px;
    }

    .breadcrumb-item+.breadcrumb-item {
        padding-left: 12px;
    }

    .breadcrumb-item+.breadcrumb-item::before {
        padding-right: 12px;
    }

    .blog-content {
        padding: 24px 14px 24px 14px;
    }

    .blog-content p,
    .page-item .page-link,
    .page-item:last-child .page-link {
        font-size: 14px;
    }

    .page-link.active {
        padding: 4px 12px;
    }

    .pagination {
        gap: 5px;
        height: 57px;
    }

    .page-nav {
        margin-top: 15px;
        margin-bottom: 35px;
    }

    .search-bar {
        margin-bottom: 35px;
    }

    .side-bar {
        margin-left: 0px;
    }

    .email-info,
    .phone-info,
    .location-info {
        min-height: 100%;
        padding: 0px 15px 10px 15px!important;
    }

    .email-info img,
    .phone-info img,
    .location-info img {
        margin-bottom: 15px;
        margin-top: -41px;
        max-width: 85px;
    }

    .email-info h3,
    .phone-info h3,
    .location-info h3 {
        font-size: 20px;
    }

    .email-info p,
    .phone-info p,
    .location-info p {
        font-size: 16px;
    }

    .contact-wapper {
        background: #0060B4;
        height: 100%;
        padding: 0px 10px;
    }

    .contact-innner .col-lg-4 {
        margin-bottom: 5rem;
    }

    .contact-newsletter {
        flex-direction: column;
        margin-bottom: 35px;
        height: auto;
        padding: 20px 14px 30px 14px;
        align-items: self-start;
    }

    .contact-newsletter .content h2 {
        font-size: 24px;
        line-height: 32px;

    }

    .contact-newsletter .content p {
        font-size: 14px;
    }

    .newsletter-btn .banner-button.btn-style-2 {
        width: 176px;
    }

    .contact-us .top-content {
        font-size: 16px;
    }

    .contact-us .title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .our-services::after {
        display: none;
    }

    .employer .list-item .content {
        text-align: start;
        font-size: 14px;
    }

    .service-item {
        margin-bottom: 20px;
        height: 285px;
    }

    .service-content p {
        font-size: 14px;
    }

    .service-item .service-icon .icon {
        font-size: 50px;
    }

    .employment-item .service-icon-wapper span {

        font-size: 65px;
    }

    .agreement-process .agreement-inner {
        z-index: 99;
    }

    .agreement-process .agreement-inner::after {
        display: none;
    }

    .process-form-wapper {
        padding: 20px!important;
        background: #fff  !important;
        border-radius: 20px;
        margin-top: 15px;
    }

    .agreement-process .form-title {
        font-size: 24px;
    }

    .process-form {
        padding: 21px 14px 35px 14px;
    }

    .form-steps p {
        font-size: 14px;
        margin-top: 0px;
    }

    .step-btn {
        margin-top: 0rem;
    }

    .hiring-top {
        padding-top: 35px;
    }

    .hiring-top .top-content {
        font-size: 16px;
        padding: 6px 18px;
        margin-bottom: 12px;
    }

    .hiring-element {
        gap: 20px;
    }

    .hiring-icon {
        min-width: 50px;
        height: 50px;
    }

    .hiring-icon span {
        font-size: 20px;
    }

    .hiring-title h2 {
        font-size: 24px;
    }

    .hiring-item .content p {
        font-size: 14px;
    }

    .hiring-item .content h2 {
        font-size: 16px;
    }

    .hiring-content {
        margin-right: 0px;
    }

    .hiring-content::after {
        left: -47px;
        border-width: 3px;
    }

    .hiring-element:last-child .hiring-content::after {
        display: none;
    }

    .content-box {
        position: unset;
        bottom: unset;
        left: unset;
        width: 100%;
        height: 100%;
        padding-bottom: 20px;
    }

    .services-items img {
        display: none;
    }

    .services-items {
        margin-bottom: 20px;
    }

    .hiring-element:last-child .hiring-content {
        margin-bottom: 0px;
    }

    .step-btn .banner-button.btn-style-2 {
        width: 132px;
    }

    .form-item {
        margin: 17px 0px;
    }

   

    .form-wapper .form-select {
        font-size: 14px;
    }

    .success img {
        width: 85px;
        height: 85px;
    }

    .success h2 {
        font-size: 32px;
    }

    .success p {
        line-height: 21px;
    }

    .success {
        margin: 1rem 0rem;
    }

    .w-206 {
        width: 182px !important;
    }

    .job-item .servicebox-wrapper p {
        font-size: 14px;
    }

    .about-company-btn .banner-button.btn-style-2 {
        width: 142px;
    }

    .page-item .page-link {
        padding: 0px 7px;
    }

    .employment-process .pagination {
        gap: 8px;
        height: 57px;
    }

    .employment-process .page-item .page-link {
        padding: 4px 10px;
    }

    .job-detail-content {
        padding: 38px 14px;
        margin-bottom: 25px;
    }

    .job-detail-content ul li,
    .job-detail-content p {
        font-size: 14px;
    }

    .job-detail-content h4 {
        font-size: 18px;
    }

    .job-detail-content h3 {
        font-size: 22px;
    }

    .job-detail-content h5 {
        font-size: 16px;

    }

    .job-detail-content h5 span {
        font-size: 16px;
    }

    .banner-caption.blog-detail .top-content {
        font-size: 16px;
        font-weight: 600;
    }

    .banner-caption.blog-detail .title {
        line-height: 32px;
        margin-bottom: 12px;

    }

    .blog-detailContent {
        padding: 25px 14px 1px 14px;
        margin-bottom: 35px;
    }

    .blog-title {
        font-size: 24px;
        line-height: 32px;
        margin-right: 0px;
    }

    .blog-desc {
        font-size: 14px;
    }

    .comment-box {
        padding: 17px 14px 17px 14px;
    }

    .blog-listing li {
        font-size: 14px;
    }

    .blog-listing .icon {
        margin-top: 4px;
    }

    .blog-listing .list-item .content h3 {
        font-size: 20px;
    }

    .related-slider .owl-nav button.owl-next,
    .related-slider .owl-nav button.owl-prev {
        width: 30px;
        height: 30px;
    }

    .related-slider .owl-nav button.owl-next span,
    .related-slider .owl-nav button.owl-prev span {
        font-size: 32px;
        height: 52px;
    }

    .related-slider .owl-nav button.owl-prev {
        left: -12px;
    }

    .related-slider .owl-nav button.owl-next {
        right: -12px;
    }

    .related-blog::after {
        display: none;
    }

    .testimonial-section .testimonial-content.active {
        display: block;
    }

    .testimonial-section .testimonial-profile::before {
        display: none;
    }

    .testimonial-section .testimonial-quote
    {
        margin-top: 0;
        max-width: 90%;
        text-align: center;
        margin: 0 auto;
    }

    .hire-industry-form-banner .banner-form {
        width: 100%;
        max-width: 100%;
    }

    .icon-box-1 {
        top: 12rem;
        position: absolute;
        left: 2rem;
        width: 250px;
        background: #ebeff7 !important;
    }

    .market-card {
        max-height: 480px;
        height: 480px !important;
    }
    .page-banner-con {
        background-image: url(../img/Hiring Consultancy Near Me.png);
        background-position: left;
        background-size: cover;
        padding: 50px 0px;
  height:350px!important;
    }
     .contact-banner-caption{ font-size: 1rem;
    color: #fff;
    font-weight: 400;
   }
   .contact-banner-caption h1{ font-size: 2rem;
    color: #fff;
    font-weight: 600;
    padding: 0px 0px 20px 0px;
   }
   .main-content2{
    padding: 1em;}
    
    .testimonial-section .testimonial-quote blockquote {
    font-size: 1rem;
}
.question-box2 h3 {
    font-size: 22px;
    margin-bottom:10px;
}
.question-box2 p {
    font-size: 15px;
}
.form-title h2 {
    font-size: 1.5rem;
}
.hire-banner-section {
    background: #fafafa;
    padding: 0px;
}
.hire-banner-img{ height:200px;}
.hire-banner-title {
        font-size: 1.5rem; line-height:24px;
    }
    .card-m {
        max-height: 200px;
        height: 200px !important;
    }
    .icon-box-3 {
    bottom: 2rem;
    position: absolute;
    left: 2rem;
    width: 230px;
    background: #ede4fc !important;
}
.icon-box-1 {
        top: 14rem;
        position: absolute;
        left: 2rem;
        width: 250px;
        background: #ebeff7 !important;
        display:none!important;
    }
    .icon-box-2 {
    bottom: -3rem;
    position: absolute;
    left: 2rem;
    width: 210px;
    background: #f0f5e4 !important;
}
.fs-5 {
    font-size: 1rem !important;
}
.agreement-process {
    padding: 0px!important;
}
.services-section {
    padding: 0px 0;
    background:none;
}
.services-box {
    padding: 20px;
}
.hire-banner-container {
    padding-top: 20px;
}
.hire-banner-subtitle {
        font-size: 1rem;
    }
.p-3 {padding: 0px !important}

.pricing-column-wrapper {
    margin: 1%;
    width: 98%;
}

ul.product-plans {
    padding:0px!important;
}
ul.product-plans li.product-plan {
    width: 100%!important;
}
.proccess-banner {
    background-position: center;
    padding: 64px 0px!important;
    background-color: #f0d8c0;
    min-height: 130px!important;
    background-repeat: no-repeat;
    background-size: cover!important;
}
.hdn2 {
    margin-top: 20px;
}
ul.product-plans li.product-plan .title {
    font-size: 1rem;
}
ul.product-plans li.product-plan .title span {
    font-size: 1rem;
}
.mgm30 {
    margin: 0px;
    padding: 30px;
}
.mgm30b {
    margin: 0px;
    padding: 0px 30px;
}
.proposal-form {
    padding: 1rem;
}
.proposal-form2 {
    padding: 1rem;
}
.profiles ul{margin:0px!important; padding-left:0rem;}
.pmp{margin-left:0px;}
.testi-arrow { right: 5%;}
.employment-step .mb-4 {margin-bottom: 0rem !important;}
.copy-text p {
    text-align: center !important;
    padding-right: 0px;
}
.why-choose {
    padding: 3rem 0px 3rem 0;
}
.contact-detail, .location {
       display: flex;
       align-items: center;
       gap: 20px;
       margin-bottom: 10px!important;
   }
}

@media only screen and (min-width:1024px) and (max-width:1260px) {

    .custom-navbar {
        padding: 5px 14px;
    }

    .custom-btn-two,
    .custom-btn {
        padding: 7px 12px;
        font-size: 13px;
    }

    .custom-navbar .navbar-brand {
        margin-right: 60px;
    }

    .section-gap {
        margin: 35px 0px;
    }

    .banner-inner {
        padding: 0px 14px;
    }

    .banner-title {
        font-size: 40px;
        margin-right: 3rem;
    }

    .banner {
        height: 100%;
    }

    .banner-inner .top-content {
        margin-top: 30px;
    }


    .process-item,
    .process-item.secound-box,
    .process-item.third-box,
    .process-item.fourth-box,
    .process-item.fifth-box {
        max-width: 238px;
    }

    .banner-inner .top-content {
        font-size: 18px;
    }

    .banner-desc {
        font-size: 18px;
        margin-right: 0rem;
    }

    .about-us {
        padding: 50px 14px;
    }

    .about-inner .about-title {
        font-size: 27px;
        line-height: 38px;
        margin-bottom: 25px;
    }

    .about-inner .about-desc {
        font-size: 15px;
        margin-bottom: 13px;
    }

    .about-inner {
        align-self: flex-start !important;
    }

    .count-item .count-title {
        margin-bottom: 12px;
        font-size: 28px;
    }

    .count-item {
        width: 150px;
        height: 145px;
        margin-bottom: 11px;
    }

    .count-item .count-desc {
        font-size: 12px;
    }

    .count-item img {
        max-width: 40px;
    }

    .content-gap {
        padding: 0px 14px;
    }

    .section-desc p {
        font-size: 15px;
    }

    .service-slider {
        padding-left: 25px;
    }

    .service-item {
        height: 350px;

    }

    .section-title h2 {

        font-size: 32px;
        line-height: 42px;
        margin-bottom: 12px;
    }

    .success-content h2 {
        font-size: 32px;
    }

    .success-content p {
        font-size: 15px;
    }

    .success-item {
        column-gap: 30px;
    }

    .success-icon img {
        max-width: 60px;
    }

    .process-item .process-title {
        font-size: 15px;
    }

    .process-item .process-desc {
        font-size: 13px;
    }

    .why-choose .top-content {
        font-size: 15px;
        padding: 5px 10px;
    }

    .whyUs-item p {
        font-size: 13px;
    }

    .whyUs-item img {
        max-width: 20px;
    }

    .whyUs-box {
        padding: 13px 13px;
    }

    .img-content {
        padding: 0px 25px 0px 25px;
        bottom: 19px;
    }

    .img-content p {
        font-size: 18px;
    }

    .img-content span {
        font-size: 16px;
    }

    .sales-form {
        padding: 38px 20px 48px 6px;
    }

    .review-content p {
        font-size: 18px;
        margin-right: 0px;
    }

    .review-sec {
        padding: 50px 16px;
    }

    .review-content {
        margin-top: 10px;
    }

    .review-content .top-content {
        margin-top: 42px;
    }

    .review-content .section-title h2 {
        margin-right: 0px;
    }

    .review-slider.owl-theme .owl-nav {
        right: 25px;
    }

    .accordion-body {
        padding: 0px 20px 22px 21px;
        font-size: 14px;
    }

    .accordion-button {
        font-size: 15px;
    }

    .faq-top {}

    .section-title h2 {
        font-size: 27px;
    }

    .question-box h3 {
        font-size: 22px;
    }

    .question-box p {
        font-size: 15px;
    }

    .top-content p,
    .footer-logo p {
        font-size: 14px;
    }

    .right-side p {
        font-size: 16px;
    }

    .left-side:after {
        right: -6px;
    }

    .footer-logo img {
        max-width: 130px;
    }

    .footer-top {
        border-bottom: 1px dashed #fff;
        padding: 42px 14px 25px 14px;
    }

    .footer-info {
        padding: 0px 14px;
    }

    .footer-bottom {
        background: #453547;
        padding: 18px 0px;
        height: 45px;
        display: flex;
        align-items: center;
    }

    .service-title {
        font-size: 32px;
    }

    .list-item .content {
        font-size: 16px;
    }

    .service-title {
        font-size: 32px;
    }

    .service-feature.content-gap {
        padding-top: 65px;
    }

    .feature-title h2 {
        font-size: 32px;
    }

    .feature-desc p {
        font-size: 16px;
        margin-right: 0px;
    }

    .detail-inner {
        padding: 22px;
    }

    .detail-inner .title {
        font-size: 28px;
        line-height: 40px;
    }

    .company-inner .title,
    .approach-content .title {
        font-size: 32px;
        line-height: 42px;
    }

    .approach-content {
        padding: 35px 0px 35px 14px;
    }

    .approach-img {
        background-position: left;
    }

    .company-inner span {
        font-size: 16px;
    }

    .company-inner .top-desc {
        font-size: 15px;
    }

    .mission-content .list-item .content {
        font-size: 14px;
    }

    .mission-tab {

        padding: 20px 14px 22px 14px;
        margin-right: 20px;
    }

    .mission-tab .nav-pills .nav-link {
        padding: 0px 9px 14px 8px;
    }

    .mission-tab .nav-pills {
        gap: 14px;
        font-size: 15px;
    }

    .mission-tab .mission-tab-details p {
        font-size: 15px;
    }

    .our-benefits {
        margin-top: 60px;
    }

    .benefits-content .title {
        font-size: 32px;
        line-height: 42px;

    }

    .mission-img {
        margin-top: 40px;
    }

    .benefits-item .content.first-child::before {
        height: 70%;
    }

    .review-count span {
        font-size: 16px;
    }

    .four-start h3 {
        font-size: 18px;
    }

    .banner-caption .desc {
        font-size: 16px;
    }

    .banner-caption .title {
        font-size: 32px;
    }

    .why-hirekey .title {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 54px;
    }

    .why-hirekey .top-content {
        padding: 6px 10px;
        font-size: 16px;
        margin-bottom: 12px;
    }

    .why-hirekey-content {
        padding: 24px;
    }

    .category-item a {
        font-size: 13px;
    }

    .search-input .form-control {
        height: 40px;
        width: 238px;
    }

    .side-bar {
        margin-left: 0px;
    }

    .page-item:last-child .page-link {
        font-size: 16px;
    }

    .pagination {
        gap: 13px;
    }

    .page-item .page-link {
        font-size: 15px;
    }

    .form-title {
        font-size: 18px;
    }

    .job-item .servicebox-wrapper p {
        font-size: 14px;
    }

    .employment-process .page-item .page-link {
        font-size: 14px;
    }

    .employment-process .page-item:last-child .page-link {
        font-size: 14px;
    }


    .employer .list-item .content {
        font-size: 14px;
        text-align: start;
    }

    .agreement-process .agreement-inner::after {
        border-radius: 20px;
    }

    .agreement-process .agreement-inner {
        padding: 40px 22px;
    }

    .agreement-process .form-title {
        font-size: 32px;
    }

    .form-wapper .field-wrapper label,
    .process-form .form-wapper .form-select {
        font-size: 14px;
    }

    .form-steps p {
        font-size: 14px;
    }

    .service-content p {
        font-size: 15px;
    }

    .service-title h2 {
        font-size: 17px;
    }

    .employment-item .service-icon-wapper span {
        font-size: 67px;
    }

    .content-box {
        position: unset;
        bottom: unset;
        left: unset;
        width: 100%;
        height: 100%;
        padding-bottom: 20px;
    }

    .services-items img {
        display: none;
    }

    .services-items {
        margin-bottom: 20px;
    }

    .our-services {
        padding: 30px 14px;
    }


    .email-info img,
    .phone-info img,
    .location-info img {
        margin-bottom: 28px;
        margin-top: -35px;
        max-width: 75px;
    }

    .email-info,
    .phone-info,
    .location-info {
        min-height: 175px;
    }

    .email-info h3,
    .phone-info h3,
    .location-info h3 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 8px;
    }

    .email-info p,
    .phone-info p,
    .location-info p {
        font-size: 13px;
    }

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

    .contact-newsletter .content h2 {
        font-size: 24px;
        line-height: 52px;

    }

    .banner-button.btn-style-2.btn-size-md {
        height: 42px;
    }

    .contact-newsletter {
        height: 115px;
        padding: 21px 18px 30px 18px;

    }

    .contact-us .title {
        font-size: 32px;
    }

    .contact-us .top-content {
        font-size: 16px;
    }

    .market-card {
        max-height: 450px;
        height: 450px !important;
    }
   
    .whyUs-box { width:50%;}
}

/* ══════════════════════════════════════════════════════════════
   HK TOPBAR — mobile fix for screens under 375px
   Prevents phone/email left-side from overlapping right links
   ══════════════════════════════════════════════════════════════ */
@media (max-width: 374.99px) {
    .hk-topbar-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        padding: 6px 14px;
    }

    .hk-topbar-left {
        width: 100%;
        flex-wrap: wrap;
        gap: 6px 12px;
    }

    .hk-topbar-right {
        width: 100%;
        justify-content: flex-start;
        gap: 10px;
    }

    .hk-topbar-left a,
    .hk-topbar-right a {
        font-size: 11px;
    }
}

/* ══ Topbar stacks at ≤480px (e.g. Galaxy S8, small Androids) ══ */
@media (max-width: 480px) {
    .hk-topbar-left a:nth-child(2) {
        display: none; /* hide email on very small screens — keeps topbar clean */
    }
}
