@media (min-width: 1300px) {
  .container {
    max-width: 1280px !important;
  }
  .contact-banner,
  .terms-banner,
  .privacy-banner {
    background-position: initial;
  }
}

@media (max-width: 1599.9px) {
  /* -------service--------- */
  .service .nav-item a::after {
    left: 13%;
  }
  .decorative-line {
    width: 50%;
  }
}

@media (min-width: 1730px) {
  #customNavbar .nav-item {
    padding: 0 20px;
  }
}

@media (min-width: 1830px) {
  .navbar-nav a {
    font-size: 1.15rem;
  }
}
@media (min-width: 1550px) and (max-width: 1730px) {
  #customNavbar .nav-item {
    padding: 0px 15px;
  }
}
@media (min-width: 1400px) and (max-width: 1549px) {
  #customNavbar .nav-item {
    padding: 0px 8px;
  }
  .navbar-nav {
    margin-left: 0;
  }
  .navbar-brand {
    margin-right: 0;
  }
  .navbar-brand img {
    width: 150px;
  }
  .navbar-nav a {
    font-size: 1rem;
  }
  .navbar-nav .dropdown-menu a {
    font-size: 1rem;
  }
  .navbar {
    padding: 0.5rem 0;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  #customNavbar .nav-item {
    padding: 0px 8px;
  }
  .navbar-nav {
    margin-left: 0;
  }
  .navbar-brand {
    margin-right: 0;
  }
  .navbar-brand img {
    width: 145px;
  }
  .navbar-nav a {
    font-size: 15px;
  }
  .navbar-nav .dropdown-menu a {
    font-size: 15px;
  }
  .navbar {
    padding: 0.5rem 0;
  }
}

@media (min-width: 1500px) and (max-width: 1600px) {
  .navbar-nav a {
    font-size: 1rem !important;
  }
}
@media (min-width: 1600px) and (max-width: 1700px) {
  .navbar-nav a {
    font-size: 1.1rem !important;
  }
}

@media (max-width: 1450px) {
  /* -------service--------- */
  .service .nav-item a::after {
    left: 15%;
  }
  .decorative-line {
    width: 48%;
  }
}

@media (min-width: 1300px) {
  #customNavbar {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
  }

  #customNavbar .navbar-collapse {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    justify-content: flex-end;
    flex-grow: 1;
  }

  #customNavbar .navbar-nav {
    flex-direction: row !important;
  }

  #customNavbar .business-item {
    padding-right: 0 !important;
  }

  .navbar-nav a {
    text-shadow: 2px 2px 2px #00000077;
  }
  .sticky .navbar-nav a {
    text-shadow: none;
  }
  .sub-menu .navbar-nav a {
    text-shadow: none;
  }

  #customNavbar .navbar-toggler {
    display: none !important;
  }

  .close-menu-btn {
    display: none;
  }

  .about-ceo-2 .ceo-content {
    padding: 80px 0 80px 30px;
  }
}

/*------- max-width: 1300px -----*/

@media (max-width: 1299.9px) {
  .service-sub-page p{
    min-height: 168px;
  }
  /* ----------NavBar----------- */
  .navbar-toggler svg {
    width: 30px;
    height: 22px;
  }
  .navbar-toggler svg path {
    fill: #fff;
  }
  .sub-menu .navbar-toggler svg path {
    fill: #17b1cb;
  }
  .menuBar ul {
    padding-left: 10px;
  }
  .menuBar li {
    padding: 5px 5px;
  }
  .navbar-nav a {
    color: #272727;
  }
  .navbar-nav .nav-link:hover {
    color: #17b1cb !important;
  }
  .nav-item.dropdown:hover > .nav-link,
  .nav-item.dropdown.show > .nav-link {
    color: #272727;
  }
  .navbar-nav .nav-link.active {
    color: #105a86;
    text-decoration: none;
  }
  .navbar-toggler {
    margin-right: 10px;
  }
  .navbar-nav .bullet::before {
    content: "• ";
    color: #272727;
    font-size: 1rem;
    margin-left: 5px;
    padding-right: 10px;
    text-decoration: none !important;
  }
  .navbar-nav .bullet:hover::before {
    color: #17b1cb;
  }
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 0 40px 0 20px;
    height: calc(100vh - 160px);
    overflow-y: auto;
    border-top: 3px solid #105a86;
  }
  .menuBar {
    position: relative;
    z-index: 1000;
  }
  .nav-item .nav-link {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .menuBar .nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .menuBar .nav-item.dropdown.show {
    border-bottom: none;
  }
  .dropdown-toggle::after {
    float: right;
    position: relative;
    top: 6px;
    right: 0;
    margin-left: auto;
  }
  .nav-item .dropdown-menu {
    position: relative !important;
    top: 0;
    left: 0;
    width: 100%;
    transform: none !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    display: none;
    box-shadow: none;
    background-color: transparent;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
  }
  .nav-item.show .dropdown-menu {
    display: block;
  }
  li.nav-item.mobile-menu button {
    padding: 10px 0 !important;
  }
  .home-banner {
    margin-top: 0;
  }
  .menuBar .logo-grey {
    display: block;
  }
  .menuBar .logo-white {
    display: none;
  }
  .head-contact {
    width: 36px;
    display: block;
    margin-left: auto;
    margin-right: 10px;
  }

  /*------ home employee -----*/
  .home-p-box {
    min-height: 320px;
    margin-top: 20px;
  }
  .home-employee-content {
    margin-top: 20px;
  }

  .welcome .worldwide-employees-details{
    min-height: 110px;
  }

  /*---------- solution ----------*/
  .solution-card .overlay {
    top: 23%;
  }

  /* -------service--------- */
  .service .nav-item {
    padding: 5px 0;
  }
  .service .nav-item a::after {
    left: 17%;
  }
  .decorative-line {
    width: 40%;
  }

  /*---------------- hr-consult -------------------*/
  .hr-job-seekers a {
    font-size: 13px;
  }
  .job-seeker-mail {
    font-size: 1rem !important;
  }

  /*------------ about-ceo --------------*/
  .ceo-vision {
    padding: 0 40px;
  }
  .ceo-mission {
    padding: 0 40px;
  }
  .ceo-image-container {
    bottom: -21.3%;
    width: 80%;
  }

  /*--- about page ----*/
  .our-team {
    width: 80%;
    bottom: 20px;
  }

  .staffing-partner .video-bg video {
    object-position: center;
  }

  #career-video {
    object-position: center;
  }
}

/* ----max-width: 1200px------- */

@media (max-width: 1200px) {
  .topbar {
    display: none;
  }

  .footer-content-box {
    margin-top: 30px;
  }

  .footer-icon {
    margin-top: 15px;
  }

  .login-button {
    color: #343434;
    font-size: 1.05rem;
    font-weight: 500;
  }

  /*--------- navbar ------------ */
  .mobile-menu {
    display: block;
  }
  .login-icon svg path {
    fill: #343434;
  }
  .navbar-nav {
    margin: 1.5rem 0 0 0;
  }
  .menubar-social-icons {
    display: flex;
    gap: 10px;
    /* margin-top: 20px; */
    /* border-top: 1px solid #272727; */
    padding: 30px 0;
  }
  .menubar-social-icons svg path {
    fill: #272727;
  }

  /*-------- home employee -----*/
  .home-employee-content .swiper {
    height: 220px;
  }
  .home-p-box {
    min-height: 417px;
  }
  .home-employee-icon svg {
    width: 65px;
  }

  .welcome .worldwide-employees-details{
    min-height: 106px;
  }

  /* -----------solutions---------- */
  .solution-card .overlay {
    top: 36%;
    padding: 15px 15px;
  }
  .solution-card .icon-wrapper {
    display: none;
  }

  /* -----careeres------- */

  /* ---------Service Section ----------*/
  .service-right-content {
    display: flex;
    align-items: center;
  }
  /* -------service--------- */
  .service .nav-item a::after {
    left: 13%;
    bottom: 0;
  }
  .tab-image img {
    border-top-left-radius: 90px;
  }
  .decorative-line {
    width: 28%;
  }

  .service-sub-page p{
    min-height: 144px;
  }

  /*---------------- hr-consult -------------------*/
  .hr-employers-box {
    padding: 0 15px !important;
  }
  .hr-job-seekers-box {
    padding: 0 15px !important;
  }
  .hr-contact {
    padding: 115px 35px;
  }
  .hr-consult-content {
    padding: 30px 0;
  }

  /*------------ About Page -------------*/

  /* -----------welcome------------ */

  .about-welcome-image {
    padding: 0;
  }
  .ceo-image-container {
    bottom: -21.3%;
    width: 95%;
    left: 0;
  }
  .about-welcome-content {
    padding: 0;
  }
  .our-team {
    position: relative;
    background-color: #135984c7;
    opacity: 1;
    margin-top: 25px;
    width: 100%;
    border-radius: 0;
  }
  /* .our-team-container{
        background-color: #002840;
    } */
  .our-team h2 {
    color: #fff;
  }
  .our-team p {
    color: #fff;
  }

  /*--------- job-seekers-advantages --------*/
  .job-seekers-advantages-content {
    padding: 0 10px;
  }

  /*--------- testimonial ---------*/
  .testimonial-content {
    min-height: 345px;
  }

  .carrers-content h2 {
    font-size: 2.5rem;
  }

  /*-------- emiratization -------*/
  #emiratization-video {
    object-position: center calc(50% + 0px);
  }
}

/* ----max-width: 992px------- */

@media (max-width: 991.9px) {
  .about-ceo-image {
    background-image: url("../images/amjad-about.webp");
    background-size: cover;
    background-position: center;
    height: 550px;
  }
  .about-ceo-2 .ceo-content {
    padding: 30px 100px;
  }
  .about-ceo-2 .about-desc {
    padding-left: 0;
  }

  .ai-image{
    display: block;
    border-radius: 12px 12px 0 0;
  }
  .about-ai {
    background-image: none;
  }
  .about-ai-content-area {
    background-color: #002840;
    text-align: center;
    border-radius: 0;
    margin-top: -1px;
    padding: 40px 20px;
  }

  .service-sub-page p{
    min-height: 120px;
  }

  /*--------- navbar ----------*/
  .nav-item.show > .nav-link {
    color: #17b1cb !important;
  }
  /*--------- home employee box --------*/
  .home-employee {
    margin-top: 30px;
  }
  .home-employee-box {
    margin: 20px 0;
  }
  .home-employee-content .swiper {
    height: 200px;
  }
  .home-p-box {
    min-height: auto;
    margin-top: 0;
  }
  .home-employee-content {
    margin-top: 0;
  }
  .home-employee-icon svg {
    width: 80px;
  }

  /*--------- home page Welcome -----------*/

  /*---- about -----*/
  .welcome-content {
    margin-top: 25px;
  }
  .worldwide-employees .col-2 {
    padding: 0;
    max-width: 10%;
  }

  /* -----------solutions---------- */
  .solution-card .overlay {
    top: 47%;
    padding: 15px 15px;
  }
  .service-overlay p{
    display: none;
  }
  .service-overlay-content {
    bottom: 5px;
  }

  /* -----careeres------- */
  .careers {
    height: 1000px;
  }

  /* -------service--------- */
  .service .nav-item {
    padding: 0;
  }
  .service-overlay-content h5 {
    font-size: 1.4rem !important;
}
  /* -------service--------- */
  .service .nav-item a::after {
    left: 16%;
    bottom: 5px;
  }
  .decorative-line {
    width: 15%;
  }
  .tab-image img {
    border-top-left-radius: 65px;
  }

  /* ----------staffing-partner----------- */
  .icon-box {
    padding: 10px !important;
  }
  .staffing-partner h2 {
    margin-bottom: 20px;
  }

  /* ------------blog---------- */
  .blog-card {
    margin-top: 30px;
  }

  /*---------------- hr-consult -------------------*/
  .hr-contact {
    margin: 0 0 30px;
    height: auto;
    padding: 30px 25px;
    border-radius: 12px;
  }
  .hr-job-seekers {
    margin-top: 5px;
  }
  .hr-employers {
    margin-top: 5px;
  }

  .hr-job-seekers a {
    font-size: 1rem;
  }

  /*------------ Service Menu --------------*/
  .service-contact {
    display: none;
  }

  /*------------ about-ceo --------------*/
  .ceo-image-container {
    width: 50%;
    position: relative;
    bottom: -13.5%;
    margin: -80px auto 30px auto;
  }
  .ceo-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .about-welcome-content {
    margin-top: 20px;
  }
  .ceo-vision {
    padding: 0;
    border-right: none;
    margin-bottom: 15px;
  }
  .ceo-mission {
    padding: 0;
  }

  .about-ceo {
    padding: 40px 0;
  }
  .ceo-content p {
    width: 100%;
  }

  /*------------- why armsjobs -------------*/
  .industry-content {
    padding: 0;
  }
  .commitment-content {
    padding: 0;
  }
  .industry-specific-content {
    padding: 0;
  }
  .strict-compliance-content {
    padding: 0;
  }
  .client-centric-content {
    padding: 0;
  }
  .about-why img {
    margin: 20px 0;
  }
  .about-why .col-xl-6 {
    padding: 0 15px !important;
  }

  /*  */
  .service-link {
    margin-top: 20px;
  }

  /*---- job seekers inner ----*/
  .recent-job-widget {
    margin-top: 30px;
  }

  /*--------- testimonial ---------*/
  .testimonial-content {
    min-height: 317px;
  }

  /*---------- contact ----------*/
  .contact-card {
    margin-bottom: 30px;
  }

  /*  */
  #loginmodal .modal-dialog {
    max-width: 720px !important;
  }
  div#loginmodal.modal.fade.show {
    padding-right: 0 !important;
  }

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

  .recent-post-widget {
    display: none;
  }

  .testimonials-container {
    column-count: 2;
  }

  .about-ai-content-area {
    padding: 40px 100px;
  }

  .photo-box{
    width: 35%;
    margin: 0 auto;
  }
}

/*------------- max-width: 850px -------------- */
@media (max-width: 850px) {
  .about-ai-content-area {
    padding: 40px 75px;
  }
  /* -------service--------- */
  .service .nav-item a::after {
    left: 19%;
  }
  .decorative-line {
    width: 12%;
  }
}

/* ------------max-width: 768px-------- */

@media (max-width: 767.9px) {
  .section-padding {
    padding: 30px 0;
  }

  .about-ceo-2 .ceo-content {
    padding: 30px 50px;
  }
  .about-ai-content-area {
    padding: 40px 60px;
  }

  .login-image {
    display: none;
  }

  .service-sub-page p{
    min-height: 168px;
  }

  /*--------- header --------- */
  .header .navbar {
    padding: 0;
  }
  .navbar-toggler {
    margin-right: 0px;
  }

  /*----------- Footer ------------*/
  .footer-useful-link {
    gap: 70px;
  }

  .section-padding {
    padding: 30px 0;
  }

  .footer-bottom p {
    text-align: center !important;
  }

  /*--------- home page Welcome -----------*/
  .video-content h2 {
    font-size: 3rem !important;
  }

  .home-employee-icon {
    margin-left: -15px;
  }

  /* -----------solutions---------- */
  .solution-card .overlay {
    top: 47%;
    padding: 0 10px;
  }
  .solution-card p {
    margin-bottom: 4px;
  }
  .solution-card h4 {
    font-size: 1.1rem;
    margin-bottom: 4px;
  }

  /* -----careeres------- */

  .carrers-content h2 {
    font-size: 2rem;
  }

  /* -------service--------- */
  .service .nav-item a::after {
    display: none;
  }
  .decorative-line {
    width: 35%;
  }
  .service .nav-link {
    padding: 0.5rem 1rem;
  }

  .service .nav-item {
    padding: 10px 0;
  }
  .tab-image img {
    border-top-left-radius: 100px;
  }

  /* -------------service section----------- */
  .service-right-content {
    display: block;
  }
  .service-link {
    margin-top: 0;
  }

  .ceo-content p {
    width: 100%;
  }
  .horizontal-line {
    display: none;
  }
  /* ----------staffing-partner----------- */
  .icon-box {
    padding: 10px !important;
  }
  .icon-box-container {
    margin-bottom: 20px;
  }
  .staffing-partner h2 {
    margin-bottom: 8px;
    font-size: 2rem !important;
  }
  .service-inner-content {
    margin-top: 20px;
  }

  /*--------- industry specific ----------*/
  .service-sub-page {
    min-height: 220px;
  }

  /*---------------- hr-consult -------------------*/
  .hr-job-seekers a {
    font-size: 15px;
  }
  /*------------ about-ceo --------------*/
  .ceo-image-container {
    width: 60%;
    position: relative;
    bottom: -13%;
    margin: -80px auto 30px auto;
  }

  /*------------ Job Seekers ------------*/
  #list .job-card-btn {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .job-card-body .arms-btn {
    width: 100% !important;
    text-align: center;
    padding: 10px 0;
  }
  .search-btn {
    margin: 0 auto;
  }
  .job-card-head {
    padding: 8px 12px;
  }

  /*--------- testimonial ---------*/
  .testimonial-content {
    min-height: auto;
  }

  /*---------- contact ----------*/
  .contact-card {
    min-height: auto;
  }

  .login-content {
    padding: 30px;
  }

  .photo-box{
    width: 50%;
  }
}

/* ----max-width: 576px------- */

@media (max-width: 575.9px) {
  h2 {
    font-size: 26px;
  }
  .about-ai-content-area {
    padding: 40px 20px;
  }

  .about-ceo-2 .ceo-content {
    padding: 30px 15px;
  }

  #loginmodal .modal-body {
    padding: 10px;
  }

  .service-sub-page p{
    min-height: auto;
  }

  /*----------- Footer ------------*/
  .footer {
    padding: 30px 0 15px 0;
  }
  .footer-useful-link {
    gap: 60px;
  }
  .footer .subscribe-email {
    display: block;
  }
  .footer .subscribe-email i {
    display: none;
  }
  .footer .subscribe-email a {
    width: max-content;
    text-decoration: none;
  }
  .subscribe-email p {
    margin-top: 10px;
  }
  .subscribe-email > p > a {
    background-color: #fff;
    color: #17b1cb !important;
    padding: 12px 25px;
    border-radius: 4px;
    border: 1px solid transparent;
  }
  .subscribe-email > p > a:hover {
    color: #fff !important;
    background-color: #17b1cb;
    text-decoration: none;
    border: 1px solid #fff;
  }

  /*  */

  .video-content h2 {
    font-size: 2.5rem !important;
  }

  /*------ home employee -----*/
  .home-employee-icon {
    display: none;
  }
  .home-employee .arms-btn {
    padding: 12px;
  }
  .home-employee-icon svg {
    width: 100px;
    display: block;
    margin: 0 auto 15px;
  }
  .home-employee h3 {
    text-align: center;
    margin-bottom: 20px;
  }
  .home-employee-info .col-xl-3,
  .home-employee-info .col-xl-2,
  .home-employee-info .col-xl-4 {
    margin: 0 0 3px;
  }
  .home-employee h2 {
    text-align: center;
  }
  .home-employee p {
    text-align: center;
    margin-bottom: 8px;
  }
  .home-employee-content .swiper {
    height: 220px;
  }
  .home-employee-icon {
    border-right: none;
  }
  .worldwide-employees-details {
    min-height: 115px;
  }
  .welcome .worldwide-employees-details{
    min-height: 115px;
  }
  .worldwide-employees-details h4 {
    font-size: 40px;
  }

  /*--------- home page Welcome -----------*/

  /* -----------solutions---------- */
  .solution-card .overlay {
    top: 46%;
    padding: 0 60px;
  }
  .solution-card .icon-wrapper {
    display: flex;
  }
  .solution-card h4 {
    text-align: center;
    font-size: 1.5rem;
  }
  .solution-card p {
    text-align: center;
  }
  .solution-card a {
    display: block;
    width: max-content;
    margin: 0 auto;
  }

  /* -----about------- */
  .ceo-vision p {
    width: 100%;
    margin-bottom: 30px;
  }
  .ceo-mission p {
    width: 100%;
  }

  /*  */

  .carrers-content h2 {
    font-size: 26px;
  }
  .carrers-content {
    width: 100%;
  }
  .careers {
    height: 1000px;
  }
  .careers {
    height: 1340px;
  }

  /* -------service--------- */

  .service .nav-item {
    padding: 10px 0;
    width: 48%;
  }
  .decorative-line {
    width: 30%;
  }

  .service-overlay-content h5 {
    font-size: 1.2rem !important;
  }
  .tab-image img {
    border-top-left-radius: 85px;
  }
  .service .nav-link {
    padding: 5px 0;
  }
  .service .nav-link svg {
    margin-right: 10px;
  }
  .service .nav {
    margin-bottom: 10px;
  }

  /*------ flexihire -----*/
  .flexihire-head {
    display: block;
  }
  .flexihire-head .flexihire-select {
    margin-top: 15px;
  }
  .flexihire-opening {
    display: block;
  }

  /* ----------staffing-partner----------- */
  .icon-box {
    padding: 10px !important;
    flex-direction: row !important;
    justify-content: space-evenly;
  }
  .staffing-partner h2 {
    font-size: 26px !important;
    margin-bottom: 15px;
    text-align: center;
  }
  .icon-content h4 {
    font-size: 2rem !important;
  }
  .icon-box-container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .staffing-partner h5 {
    text-align: center;
  }
  .staffing-partner-content p {
    text-align: center;
  }
  .staffing-partner .container {
    width: 90%;
  }
  .hr-employers svg {
    margin-left: 0;
  }
  .hr-employers {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
  .hr-job-seekers {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
  .hr-consult-number {
    display: block;
  }
  .hr-employers h5 {
    text-align: left;
  }
  .hr-job-seekers h5 {
    text-align: left;
  }
  .hr-contact {
    margin: 0 0 30px;
  }

  /*--------- industry specific ----------*/
  .service-sub-page {
    min-height: auto;
  }

  /*---------------- hr-consult -------------------*/
  .hr-job-seekers a {
    font-size: 1rem !important;
  }

  /*------------ about-ceo --------------*/
  .ceo-image-container {
    width: 65%;
    position: relative;
    bottom: -11.5%;
    margin: -70px auto 30px auto;
  }

  /*----------------- contact page ----------------*/
  .contact-page h2 {
    font-size: 1.5rem !important;
  }

  .about-banner {
    height: 150px;
  }
  .staffing-banner {
    height: 150px;
  }
  .employers-banner {
    height: 150px;
  }
  .job-seekers-banner {
    height: 150px;
  }
  .faq-banner {
    height: 150px;
  }
  .testimonial-banner {
    height: 150px;
  }
  .contact-banner {
    height: 150px;
  }
  .blog-banner,
  .terms-banner,
  .privacy-banner {
    height: 150px;
  }

  .about-ai-content-area {
    padding: 30px;
  }

  /*--------- testimonial ---------*/
  .testimonial-content {
    min-height: auto;
  }
  .job-seekers-advantages-content {
    margin-top: 10px;
  }
  .job-inner-apply .arms-btn {
    padding: 8px 20px;
  }
  .job-inner-details {
    gap: 5px;
    flex-direction: column;
  }

  .testimonials-container {
    column-count: 1;
  }
}
@media (max-width: 540px) {
  /*------------ about-ceo --------------*/
  .ceo-image-container {
    bottom: -12%;
  }
}
@media (max-width: 520px) {
  /*------------ about-ceo --------------*/
  .ceo-image-container {
    bottom: -12.5%;
  }
}
@media (max-width: 500px) {
  .about-ai-content-area {
    padding: 40px 15px;
  }
  /* -----------solutions---------- */
  .solution-card .overlay {
    top: 40%;
    padding: 0 40px;
  }
  /*------------ about-ceo --------------*/
  .ceo-image-container {
    bottom: -13.3%;
  }
  .worldwide-employees-details h4 {
    font-size: 30px;
  }
  .careers {
    height: 1360px;
  }

  .decorative-line {
    width: 24%;
  }
}
@media (max-width: 480px) {
  /*------------ about-ceo --------------*/
  .ceo-image-container {
    bottom: -12%;
    width: 75%;
  }
  .careers {
    height: 1385px;
  }
}
/* ----max-width: 450px------- */

@media (max-width: 450px) {
  /*----------- Footer ------------*/
  .footer-useful-link {
    gap: 30px;
  }

  /* -----------solutions---------- */
  .solution-card .overlay {
    top: 32%;
    padding: 0 20px;
  }

  /* --------service section---- */
  .service-overlay-content {
    padding: 0 10px;
  }
  .tab-image img {
    border-top-left-radius: 65px;
  }

  /*----------- About Page --------------- */
  /*------------ about-ceo --------------*/
  .ceo-image-container {
    bottom: -13%;
  }

  /*----------- welcome --------------- */
  .about-worldwide-employees .worldwide-employees-details {
    padding-left: 15px;
  }
}
@media (max-width: 435px) {
  /*------------ about-ceo --------------*/
  .ceo-image-container {
    bottom: -13.4%;
  }
}
@media (max-width: 420px) {
  /*------------ about-ceo --------------*/
  .ceo-image-container {
    bottom: -14%;
  }
}

/* ----max-width: 400px------- */

@media (max-width: 400px) {
  /* -----------solutions---------- */
  .solution-card .overlay {
    top: 26%;
    padding: 0 10px;
  }
  .solution-card p {
    max-height: 60px;
    overflow: hidden;
  }

  /*----------- Footer ------------*/
  .footer-useful-link {
    gap: 10px;
  }

  /*--------- home page Welcome -----------*/

  .hr-employers {
    justify-content: space-between;
  }
  .hr-job-seekers {
    justify-content: space-between;
  }

  /* --------service section---- */

  .service-overlay-content h5 {
    font-size: 1rem !important;
  }
  /*------------ about-ceo --------------*/
  .ceo-image-container {
    bottom: -14.8%;
  }
  .worldwide-employees-details h4 {
    font-size: 27px;
  }
}

@media (max-width: 385px) {
  /*------------ about-ceo --------------*/
  .ceo-image-container {
    bottom: -15.5%;
  }
}
@media (max-width: 370px) {
  /*------------ about-ceo --------------*/
  .ceo-image-container {
    bottom: -16%;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .solution-card .overlay p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .solution-card .icon-wrapper {
    display: none;
  }
}

@media (max-width: 1600px) {
  .sticky .nav-item .dropdown-menu {
    padding: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199.9px) {
  .profile-edit label{
    height: 48px;
  }
  .profile-edit label.form-check-label {
    margin-top: 0px;
  }
}