body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#restyle-for-portal-para {
  text-align: left;
  /* text-shadow: 0px 0px 6px #00c8d4; */
  font-size: 17px;
  font-weight: 100;
  margin: 1.5rem 0 2.5rem;
  /* color:red; */
}

.heading-001 {
  font-size: 18px;
  padding: 0.5rem 0rem 0rem 0rem;
  text-indent: 0px;
  text-align: left;
}

.vide0-sect-ion-style {
  width: 96%;
  height: fit-content;
  /* background-color: #00C8D4; */
  margin: auto;
}

.vide0-sect-ion-style-1 {
  width: 100%;
  height: fit-content;
  /* background-color: yellow; */
}

.vide0-sect-ion-style-2 {
  width: 100%;
  height: fit-content;
  /* background-color: greenyellow; */
}

.vide0-sect-ion-style-3 {
  width: 100%;
  /* padding-left:20px !important ; */
  height: fit-content;
  /* background-color: yellow; */
  margin: auto;
}

#vide0-sect-ion-style-4 {
  /* background-color: blue; */
  border-radius: 8px !important;
  /* border: 1px solid red; */
  height: fit-content;
  width: 100%;
  box-shadow: 1px 1px 7px black;
}

.text-headline-small {
  font-size: 33px;
  font-weight: 700;
  /* background-color: gray; */
  width: 100%;
  margin: auto;
  font-style: italic;
  text-align: justify;
}

.text-body-large {
  font-size: 22px;
  font-weight: 500;
  width: 100%;
  margin-top: -20px !important;
  padding-top: 0px !important;
}

.vedio-desc-section {
  height: 300px;
}

.Awholeworldbcolr {
  background-color: white;
  border-radius: 5px;
}

.container-category-detail {
  /* border: 2px solid blue; */
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  margin: auto;
  width: 100%;
  /* padding-bottom:2rem; */
}

.view_all_styling {
  border-radius: 5px;
  background-color: #00c8d4;
  /* outline: 1px solid grey; */
  color: white;
  width: 10rem;
  margin: auto;
  font-size: 13px;
  padding: 0.9rem 1rem;
  text-align: center;
}

.view_all_styling:hover {
  background-color: #00c8d4;
  color: white;
  font-weight: 600;
  color: white;
  border: none;
  border-radius: 2px;
}

.container-category-detail div p {
  font-family: Macan, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: grey;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
}

.container-category-detail div p:hover {
  color: #00c8d4;
}

.container-category-detail div img {
  height: 100px;
  width: 100px;
  /* border: 1px solid #00C8D4; */
  /* border-radius: 30px 0px; */
  /* padding: 0px; */
  margin-top: 2rem;
}

.loaders {
  position: relative;
  width: 125px;
  height: 125px;
  transform-style: preserve-3d;
  transform: perspective(500px) rotateX(0deg);
}

.loaders span {
  position: absolute;
  display: block;
  border: 1px solid #a8a9ac;
  box-shadow: 0 5px 0 #f0f1f5, inset 0 5px 0 #f0f1f5;
  box-sizing: border-box;
  border-radius: 50%;
  animation: animate 3s ease-in-out infinite;
}

@keyframes animate {

  0%,
  100% {
    transform: translateZ(-100px);
  }

  50% {
    transform: translateZ(100px);
  }
}

.loaders span:nth-child(1) {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  animation-delay: 1.4s;
}

.loaders span:nth-child(2) {
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  animation-delay: 1.3s;
  color: red;
}

.loaders span:nth-child(3) {
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  animation-delay: 1.2s;
}

.loaders span:nth-child(4) {
  top: 30px;
  left: 30px;
  bottom: 30px;
  right: 30px;
  animation-delay: 1.1s;
}

.loaders span:nth-child(5) {
  top: 40px;
  left: 40px;
  bottom: 40px;
  right: 40px;
  animation-delay: 1s;
}

.loaders span:nth-child(6) {
  top: 50px;
  left: 50px;
  bottom: 50px;
  right: 50px;
  animation-delay: 0.9s;
}

.loaders span:nth-child(7) {
  top: 60px;
  left: 60px;
  bottom: 60px;
  right: 60px;
  animation-delay: 0.8s;
}

.loaders span:nth-child(8) {
  top: 70px;
  left: 70px;
  bottom: 70px;
  right: 70px;
  animation-delay: 0.7s;
}

.loaders span:nth-child(9) {
  top: 80px;
  left: 80px;
  bottom: 80px;
  right: 80px;
  animation-delay: 0.6s;
}

.loaders span:nth-child(10) {
  top: 90px;
  left: 90px;
  bottom: 90px;
  right: 90px;
  animation-delay: 0.5s;
}

.loaders span:nth-child(11) {
  top: 100px;
  left: 100px;
  bottom: 100px;
  right: 100px;
  animation-delay: 0.4s;
}

.loaders span:nth-child(12) {
  top: 110px;
  left: 110px;
  bottom: 110px;
  right: 110px;
  animation-delay: 0.3s;
}

.loaders span:nth-child(13) {
  top: 120px;
  left: 120px;
  bottom: 120px;
  right: 120px;
  animation-delay: 0.2s;
}

.loaders span:nth-child(14) {
  top: 130px;
  left: 130px;
  bottom: 130px;
  right: 130px;
  animation-delay: 0.1s;
}

.loaders span:nth-child(15) {
  top: 140px;
  left: 140px;
  bottom: 140px;
  right: 140px;
  animation-delay: 0s;
}

/* ##########################  view all start  #################################### */
/* btn theme-bg text-white */

#top-propo-div-respon {
  /* border: 1px solid lightblue; */
  border-radius: 10px;
  /* background-color: whitesmoke; */
  height: 100%;
  padding: 12px 35px 0px 20px;
}

.o-view_all_styling-div {
  width: 100%;
  display: flex;
  margin: auto;
  /* margin-top: 25px; */
  margin-bottom: 30px;
}

#powerful-job-respon {
  margin-top: 4rem;
  /* height: 80vh; */
  /* background-color: yellow; */
  /* padding: 4rem 0 0; */
}

@media (max-width: 767.8px) {
  #powerful-job-respon {
    background-color: #fff;
    margin-top: 4rem;
    /* height: 80vh; */
    /* background-color: yellow; */
    padding: 1px 0 2rem;
  }

  .font_size_decrease {
    /* color: white !important; */
  }

  /* #restyle-for-portal-para {
    display: none;
  } */
  .font_size_decrease {
    line-height: 10px !important;
  }

  .bg_color_theme {
    font-size: 10px !important;
  }

  /* .pt-5 {
    padding-top: 0px !important;
  } */
}

@media (max-width: 579px) {
  .font_size_decrease {
    font-size: 30px;
    line-height: 10px !important;
  }

  .bg_color_theme {
    font-size: 2.2rem;
  }
}

@media (min-width: 768px) {
  .br {
    display: none;
  }

  .style-display-flex {
    padding-top: 10px;
  }
}

#new-mob-design-style .card-body {
  padding-left: 5px;
  padding-right: 5px;
}

.bc-theme-according {
  display: none !important;
}

.modification_class_absolute {
  /* background-color: red; */
  position: absolute;
  top: 10px;
  left: 10px;
}

.new-design-style {
  background-color: white;
  width: 24%;
  padding: 0.8rem;
  margin: auto;
  border-radius: 3px;
  box-shadow: 0px 0px 25px rgb(223, 222, 222);
}

.new-design-style {
  box-shadow: 1px 1px 15px grey;
}

/* bluff new css add home page Featured candidates section 04-09-2024 start */
.Featured-candidates-bluff {
  /* width: 24%;
  padding: 0.8rem;
  margin: auto;
  border-radius: 3px; */
}

/* bluff new css add home page Featured candidates section 04-09-2024 end */

.additing-some-new {
  /* background-color: red; */
  font-size: 25px;
}

.additing-some-new:hover {
  color: #00c8d4;
}

/* nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn */

.container-top-proposal-row {
  margin: auto;
  padding: 0px 26px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

@media (min-width: 768px) {
  #dummy-video-content-border {
    margin-top: 0px;
  }
}

#dummy-video-content-border {
  margin-top: 50px;
}

.container-top-proposal {
  height: fit-content;
  margin-top: 20px;
  /* border: 1px solid red; */
  /* margin-bottom: 50px; */
}

.outer-Profile-style {
  /* border: 2px solid red; */
  /* margin-left: -1px;
    margin-bottom: -1px; */
  width: 100%;
  margin: auto;
  text-align: center;
  justify-content: center;
  text-align: center;
  background-color: green;
  margin-bottom: -1px;
}

#View-Profile-style {
  margin: auto;
  width: 156px !important;
}

#View-Profile-style:hover {
  background-color: whitesmoke !important;
  color: #00c8d4 !important;
  /* border:1px solid #00C8D4; */
}

#Hire-Me-style {
  /* border: 1px solid #00C8D4; */
  margin: auto;
  width: 156px !important;
  float: left;
}

#Hire-Me-style:hover {
  /* text-decoration: underline; */
  background-color: #00c8d4;
  color: white !important;
}

.gigs-new-frame-three {
  background-color: yellow;
  height: 450px;
  width: 30%;
  margin: auto;
}

.gigs-new-frame-four {
  background-color: white;
  border: 1px solid black;
  height: 200px;
  /* width: 315px; */
  /* margin-left: 45px; */
}

.gigs-new-frame-four_1 {
  background-color: white;
  border: 1px solid black;
  height: 70px;
  display: flex;
  /* width: 315px; */
  /* margin-left: 45px; */
}

.gigs-new-frame-four_1_1 {
  background-color: white;
  border: 1px solid black;
  height: 120px;
  /* width: 315px; */
  /* margin-left: 45px; */
}

#image-heig-width-style {
  height: 100%;
  width: 100%;
}

.img-clip-art-small {
  /* border: 1px solid green; */
  width: 20%;
  height: 100%;
  display: flex;
}

.user-title-name {
  background-color: #00c8d4;
  width: 60%;
  height: 100%;
  display: flex;
}

.favo-rite-heart {
  /* border: 1px solid green; */
  width: 20%;
  height: 100%;
  display: flex;
}

/* eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee */

.a {
  fill: #f5a42a;
}

.b {
  fill: #fab62f;
}

.c {
  fill: #ffd054;
}

.d {
  fill: #ed6872;
}

.e {
  fill: #e05560;
}

.f {
  fill: #e6cbbf;
}

.g {
  fill: #f2dfd5;
}

#featured-candi-response {
  color: grey;
}

.textdarkheadingempowerouterbc {
  border-radius: 5px;
}

#content-size-accor-scr {
  padding-left: 22px;
}

#post-job-free-btn {
  color: white !important;
  background-color: #00c8d4;
  display: inline-block;
  font-size: large;
  border-radius: 5px !important;
  box-shadow: 2px 2px 3px black;
}

#find-job-btn {
  color: white;
  display: inline-block;
  background-color: #00c8d4;
  font-size: large;
  border-radius: 5px !important;
}

.find-job-free_btns a:hover {
  background-color: transparent;
  border: none;
}

/* CSS */
.button-57 {
  position: relative;
  overflow: hidden;
  /* border: 1px solid #18181a; */
  color: #18181a;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  padding: 18px 18px 17px;
  text-decoration: none;
  cursor: pointer;
  background: #fff;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-right: 1rem;
  border-radius: 5px;
}

.button-57 span:first-child {
  position: relative;
  transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 10;
}

.button-57 span:last-child {
  color: white;
  display: block;
  position: absolute;
  bottom: 0;
  transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 100;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translateY(225%) translateX(-50%);
  height: 14px;
  line-height: 13px;
}

.button-57:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00c8d4;
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9.3deg) scaleY(0);
  z-index: 50;
}

.button-57:hover:after {
  transform-origin: bottom center;
  transform: skewY(9.3deg) scaleY(2);
}

.button-57:hover span:last-child {
  transform: translateX(-50%) translateY(-90%);
  opacity: 1;
  transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}

#top-view-response {
  font-size: 13px;
  padding: 0.8rem 1rem;
  width: 10rem;
  border-radius: 5px;
  background-color: #00c8d4;
  color: white;
  margin: auto;
}

#top-view-response:hover {
  color: white !important;
  border: 1px solid #00c8d4;
  border-radius: 2px;
  font-weight: 600;
}

#image-size-accor-scr {
  overflow: hidden;
  margin-top: 5rem !important;
  border-radius: 50px;
}

.loopslideParagrapgh {
  display: none;
  /* Initially hide all paragraphs */
  transition: opacity 1s ease-in-out;
  /* Smooth transition for appearance */
  opacity: 0;
  /* Start with opacity 0 */
  background-color: darkslategrey;
  color: white;
  font-size: 17px;
  padding: 1rem;
  width: 70%;
  margin: 0.5rem auto;
  border-radius: 0px 20px 0 20px;
  outline: 1px solid white;
}

.loopslideParagrapgh.show {
  display: block;
  /* Ensure the element is displayed */
  opacity: 1;
  /* Fade in to full opacity */
}

.b-t-m-resize {
  width: 100%;
}

.top-mar-gin-space {
  /* border:1px solid lightgrey; */
  border-radius: 20px;
  /* background-color: #fff; */
}

/* 10-6-2024 */
.paragraph_tag_style {
  color: gray;
  text-align: center;
  margin-bottom: 2rem;
}

@media (min-width: 860px) and (max-width: 1050px) {
  #power-headling-restyle {
    font-size: 35px !important;
  }
}

@media (min-width: 768px) and (max-width: 859px) {
  #power-headling-restyle {
    font-size: 25px !important;
  }
}

@media (min-width: 768px) and (max-width: 1600px) {
  #f-j-restyle {
    width: 60%;
    /* border: 2px solid black; */
    /* margin: auto; */
    /* justify-content: center; */
  }

  #f-j-restyle a {
    width: 50%;
  }

  #f-j-restyle a .find_find_free_btn {
    width: 100%;
  }

  #f-j-restyle a .post_job_free_btn {
    width: 100%;
  }

  .viewall-container {
    /* width: 100%; */
    display: none;
  }

  .display_flex_position-1 {
    /* width: 100%; */
    display: none;
  }

  .loaders_slider_nest {
    display: none;
  }

  .loaders_slider_nest1 {
    display: none;
  }

  .position-relative1 {
    position: unset;
    display: flex;
  }

  .slideres2 {
    position: unset;
    display: inline;
  }

  .position_relative_two {
    position: unset;
    /* overflow: hidden; */
    /* width: 100%;
      height: fit-content;
      margin: auto; */
    display: flex;
  }

  .slideres0 {
    position: unset;
    /* width: 100%; */
    /* height: 100%; */
    display: inline;
  }

  .font-m-500-weight {
    font-weight: 400;
    /* border:2px solid black; */
    /* width: 300px; */
    font-size: 16px;
    margin: auto;
  }

  .padding-x-axis {
    padding: 0 5px;
  }

  .btn-view-hire-respo {
    /* border: 3px solid #00C8D4; */
    margin: auto;
    border-radius: 20px;
    width: 100%;
  }

  .nav-new-1-1a {
    display: none;
  }

  .nav-new-1-0a {
    display: none;
  }

  .display-disappear-1 {
    display: none;
  }

  .outer-div-for-crousel {
    /* position: absolute; */
    display: none;
  }

  .nav-new-1 {
    display: none;
  }

  #disp-lay-fl-ex {
    display: block;
    /* margin-top: 35px; */
  }

  #power-headling-restyle {
    /* background-color: #00C8D4; */
    font-size: 40px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    /* border: 2px solid green; */
    width: 90%;
    /* text-shadow: 0px 0px 7px #00C0D4; */
  }

  .impro-vise-back-color {
    background-color: white;
    padding-top:20px;
    margin-top: 150px;
  }

  .top-head-ing-respo {
    /* background-color: #1a1e31 !important; */
    width: 100%;
    margin: auto;
    /* margin-bottom: 2rem; */
    padding: 1rem 2rem 0;
    border-radius: 5px;
    /* color: white; */
    text-align: center;
  }

  .hover-effect-backgr {
    /* background-color: white; border: 1px solid lightblue; padding: 7px; */
    border-radius: 10px;
    color: gray;
  }

  .mob-sty-respo-vsi {
    background-color: #ebebeb66;
    height: fit-content;
    padding-bottom: 3rem !important;
    /* border: 2px solid red; */
  }

  .top-mar-gin-space {
    margin-top: 15px;
  }

  .top-ser-vi-ces {
    /* background-color: #f1fef7; */
    /* border: 1px solid #f1fef7; */
    border-top: none;
    border-bottom: none;
    padding-bottom: 2rem;
  }

  .vide-sect-scr-respon {
    /* background-color: yellow; */
    color: black;
    font-weight: 600;
    font-size: 32px;
    margin: auto;
    text-align: center;
    margin-bottom: 40px;
    width: 96%;
    /* border-bottom: 1px solid #00C8D4; */
  }

  .bor-der-sol-idw:hover {
    /* border: 10px solid #f1fef7; */
    /* box-shadow: 0px 0px 4px 1px green, inset 0px 0px 10px gray; */
    /* box-shadow: 0px 0px 2px 0px lightseagreen, inset 0px 0px 10px darkseagreen; */

    /* margin: 10px;      */
  }

  .top-services-1 {
    margin: auto;
    width: 95%;
    text-align: center;
    /* border-bottom: 1px solid lightblue; */
  }

  .container-category-detail {
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
    margin: auto;
    /* background-color: #f1fef7; */
  }

  .container-category-detail div {
    /* padding-top: 50px; */
    /* margin-bottom: 40px; */
    margin: 10px;
    width: 20.3%;
    height: 100%;
    /* border: 3px solid white; */
    padding: 10px;
    background-color: white;
    position: static;
    /* margin-right: 5px; */
    /* box-shadow: 0px 0px 5px 0px lightseagreen, inset 0px 0px 15px darkseagreen; */
  }

  .container-category-detail div p {
    font-family: Macan, Helvetica Neue, Helvetica, Arial, sans-serif;
    /* color: #00C8D4; */
    margin-top: 10px;
    /* font-size: 15px; */
    /* font-weight: 700; */
  }

  .container-category-detail div img {
    width: 38%;
    margin-top: 2rem;
  }

  #home-video-restyle-respo {
    /* border: 1px solid lightblue; */
    border-top: none;
    margin-top: 0px;
    padding-top: 0px;
    /* background-color: #F0F1F5; */
    height: fit-content;
    /* position: absolute; */
  }

  .A-whole-world {
    /* background-color: white; */
    height: max-content;
    width: 95%;
    /* margin-bottom:30px; */
    font-size: 15px;
    color: #fff;
    margin: auto;
    padding-top: 20px;
    /* padding-bottom: 50px; */
    text-align: center;
    align-items: center;
    justify-content: center;
    /* margin-top: 0px; */
    border: 1px solid white;
  }

  #width-for-outer-div {
    width: 100%;
    margin: auto;
    /* border: 2px solid gray; */
    /* background-color: yellow; */
    /* padding-right: 0px; */
  }

  #paragraph-for-tab-once {
    width: 82%;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 20px;
    font-weight: 400;
    height: auto;
    border-top: none;
  }

  #respo-first-letter-1 {
    background-color: #00c8d4;
    padding: 2px 5px;
    font-size: 17px;
    color: #f1fef7;
  }

  #respo-first-letter-2 {
    background-color: #00c8d4;
    padding: 2px 5px;
    font-size: 17px;
    color: #f1fef7;
  }

  #respo-first-letter-3 {
    background-color: #00c8d4;
    padding: 2px 5px;
    font-size: 17px;
    color: #f1fef7;
  }

  #respo-first-letter-4 {
    background-color: #00c8d4;
    padding: 2px 5px;
    font-size: 17px;
    color: #f1fef7;
  }

  #video-section-response-iframe {
    /* border: 2px solid blue; */
    height: 92%;
    border-radius: 8px;
    box-shadow: 1px 1px 7px black;
    width: 97.5%;
    float: left;
  }

  .b-t-m-resize {
    border: 1px solid #f1fef7;
    border-top: none;
  }

  #mobile_responsive_screen {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    /* justify-content: center; */
    /* margin: auto; */
    margin-top: 30px;
    /* width: 99%; */
    /* border: 2px solid green; */
  }

  .outer-frame-for-tpc {
    width: 31.5%;
    float: left;
    margin: auto;
  }

  .t_p_c_section {
    /* background-color: green; */
    width: 100% !important;
  }

  .t_p_c_section_1 {
    box-shadow: 0px 0px 30px lightgray;
    border-radius: 3px !important;
    /* 2px 2px 3px lightslategray;0px 0px 7px 2px lightslategray */
  }

  /* .t_p_c_section_1:hover {
      box-shadow: 1px 1px 3px #00C8D4;
    } */

  .o-view_all_styling-div {
    height: 50px;
  }

  #hire-me-responsive-style {
    background-color: white;
    border: 3px solid #00c8d4;
    color: white;
  }

  #hire-me-responsive-style a:hover {
    color: white;
  }

  /* 
      #hire-me-responsive-style:hover {
          background-color: green;
          border: 2px solid #00C8D4;
      }

      #view-profile-responsive-style:hover {
          border: 3px solid #00C8D4;
          background-color: green;
      } */

  .second-class-respo {
    /* border:2px solid red; */
    font-size: 13px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  #powerful-job-respon {
    /* border: 2px solid red; */
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .style-display-flex {
    display: -webkit-box;
  }

  .is-responsive .gnav-header .account-nav {
    position: absolute;
    top: -19px;
    right: 0;
  }

  .mobile_screen_respo_logo {
    display: flex;
    width: 70%;
  }

  .is-responsive .gnav-header .register-link a {
    line-height: 15px;
    /* margin-top: 25px; */
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #uno-rder-list-respo {
    padding-right: 15px;
    padding-top: 18px;
  }

  #content-size-accor-scr {
    /* border: 2px solid green; */
    width: 60%;
  }

  #image-size-accor-scr {
    /* border: 2px solid blue; */
    width: 40%;
    /* margin-top:4rem; */
  }
}

@media (max-width: 767.8px) {
  #bg-video {
    display: none;
  }
}

@media (max-width: 767.8px) {
  .contenthire {
    padding: 0 !important;
  }


  .style-display-flex {
    display: flex;
    /* padding-right: 15%; */
    /* margin-left: 6px; */
    /* margin-top: 13px; */
    padding-top: 10px;
    height: 48px;
  }

  #powerful-job-respon div {
    display: block;
  }

  #powerful-job-respon {
    margin-top: 0rem;
    /* padding-bottom: 40px; */
    /* background-color: white; */
    height: fit-content;
  }

  .display-disappear-2-bluff {
    display: none;
  }

  #content-size-accor-scr {
    /* border: 2px solid green; */
    /* width: 60%; */
    padding: 0px;
  }

  .mobile_screen_respo_logo {
    display: block;
    width: 70%;
  }

  .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .position_relative_two {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 35rem;
    display: block;
    margin: auto;
  }

  .slideres0 {
    position: absolute;
    width: 100%;
    /* height: 100%; */
    display: inline-block;
    /* background-color: #00C8D4; */
    padding-bottom: 2rem;
  }


  .is-responsive .gnav-header .account-nav {
    position: absolute;
    /* top: 0px; */
    right: 0;
  }

  #uno-rder-list-respo {
    padding-right: 15px;
    padding-top: 18px;
  }

  .loaders {
    position: relative;
    width: 230px;
    height: 230px;
    transform-style: preserve-3d;
    transform: perspective(500px) rotateX(0deg);
  }

  .loaders span {
    position: absolute;
    display: block;
    border: 1px solid #a8a9ac;
    box-shadow: 0 5px 0 #f0f1f5, inset 0 5px 0 #f0f1f5;
    box-sizing: border-box;
    border-radius: 50%;
    animation: animate 3s ease-in-out infinite;
  }

  @keyframes animate {

    0%,
    100% {
      transform: translateZ(-100px);
    }

    50% {
      transform: translateZ(100px);
    }
  }

  .loaders span:nth-child(1) {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    animation-delay: 1.4s;
  }

  .loaders span:nth-child(2) {
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    animation-delay: 1.3s;
    color: red;
  }

  .loaders span:nth-child(3) {
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    animation-delay: 1.2s;
  }

  .loaders span:nth-child(4) {
    top: 30px;
    left: 30px;
    bottom: 30px;
    right: 30px;
    animation-delay: 1.1s;
  }

  .loaders span:nth-child(5) {
    top: 40px;
    left: 40px;
    bottom: 40px;
    right: 40px;
    animation-delay: 1s;
  }

  .loaders span:nth-child(6) {
    top: 50px;
    left: 50px;
    bottom: 50px;
    right: 50px;
    animation-delay: 0.9s;
  }

  .loaders span:nth-child(7) {
    top: 60px;
    left: 60px;
    bottom: 60px;
    right: 60px;
    animation-delay: 0.8s;
  }

  .loaders span:nth-child(8) {
    top: 70px;
    left: 70px;
    bottom: 70px;
    right: 70px;
    animation-delay: 0.7s;
  }

  .loaders span:nth-child(9) {
    top: 80px;
    left: 80px;
    bottom: 80px;
    right: 80px;
    animation-delay: 0.6s;
  }

  .loaders span:nth-child(10) {
    top: 90px;
    left: 90px;
    bottom: 90px;
    right: 90px;
    animation-delay: 0.5s;
  }

  .loaders span:nth-child(11) {
    top: 100px;
    left: 100px;
    bottom: 100px;
    right: 100px;
    animation-delay: 0.4s;
  }

  .loaders span:nth-child(12) {
    top: 110px;
    left: 110px;
    bottom: 110px;
    right: 110px;
    animation-delay: 0.3s;
  }

  .loaders span:nth-child(13) {
    top: 120px;
    left: 120px;
    bottom: 120px;
    right: 120px;
    animation-delay: 0.2s;
  }

  .loaders span:nth-child(14) {
    top: 130px;
    left: 130px;
    bottom: 130px;
    right: 130px;
    animation-delay: 0.1s;
  }

  .loaders span:nth-child(15) {
    top: 140px;
    left: 140px;
    bottom: 140px;
    right: 140px;
    animation-delay: 0s;
  }

 
  .container-top-proposal {
    height: 100%;
    /* margin-bottom: 35px; */
    /* border: 1px solid blue; */
  }

  .new-design-style {
    background-color: white;
    width: 100%;
    margin: auto;
    height: 100%;
  }

  .new-design-style {
    box-shadow: 1px 1px 15px grey;
  }

  #new-mob-design-style {
    width: 100%;
    border: none !important;
    display: inline;
  }

  #new-mob-design-style a:hover {
    border: none;
  }

  .outer-div-for-crousel {
    /* position: absolute; */
    /* display: block; */
  }

  .styling-for-caraousel-1 {
    background-color: #f0f1f5;
    font-size: 10px;
    padding: 20px 21px;
    border-radius: 50%;
    border: none;
    float: left;
    margin-left: -10px;
    margin-top: -20rem;
    position: sticky;
  }

  .styling-for-caraousel-1:hover {
    background-color: #f1fef7;
  }

  .styling-for-caraousel-2 {
    background-color: #f0f1f5;
    font-size: 10px;
    padding: 20px 21px;
    border-radius: 50%;
    border: none;
    float: right;
    margin-right: -10px;
    margin-top: -20rem;
    position: sticky;
  }

  .styling-for-caraousel-2:hover {
    background-color: #f1fef7;
  }

  #mobile_responsive_screen {
    /* display: block; */
    /* margin: auto; */
    padding: 0px 26px;
    /* margin-top: 30px; */
    /* width: 100%; */
    /* background-color:green; */
  }

  #disp-lay-fl-ex {
    /* border:2px solid blue; */
    margin-top: 35px;
  }

  .content-font-resize {
    font-size: 16px;
  }

  #top-propo-div-respon {
    /* border: 1px solid lightblue; */
    border-radius: 10px;
    /* background-color: whitesmoke; */
    height: 100%;
    display: block !important;
    padding: 0px 10px 0px 10px;
  }

  #top-view-response {
    padding: 11px 11px;
    margin-top: 25px;
    border-radius: 5px;
    background-color: #00c8d4;
    color: white;
    width: 35%;
  }

  .display_flex_position {
    /* width: 100%; */
    /* display: none; */
  }

  .display_flex_position-1 {
    width: 100%;
    display: flex;
  }

  .mob-sty-respo-vsi {
    background-color: #ebebeb66;
    padding-top: 12px !important;
    padding-bottom: 2rem !important;
    /* border: 2px solid red; */
    /* height: 90vh !important; */
  }

  #power-headling-restyle {
    /* background-color: #00C8D4; */
    font-size: 40px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    color: #18181a;
  }

  #restyle-for-portal-para {
    text-align: left;
    font-size: 17px;
    font-weight: 100;
    margin: 1rem 0;
    color: #18181a;
  }

  #f-j-restyle {
    width: 100%;
    /* border: 2px solid black; */
    margin: auto;
    justify-content: center;
  }

  #f-j-restyle a {
    width: 50%;
  }

  #f-j-restyle a .find_find_free_btn {
    width: 95%;
  }

  #f-j-restyle a .post_job_free_btn {
    width: 95%;
  }

  .carousel-outer-styling {
    height: fit-content;
    /* background-color:red;" */
    padding-top: 10px !important;
  }

  .vide0-sect-ion-style {
    width: 100%;
    height: fit-content !important;
    /* border: 2px solid green; */
    /* style="height:100vh; background-color:yellow;" */
    /* background-color: #00C8D4; */
  }

  .vide0-sect-ion-style-1 {
    width: 100%;
    height: 100%;
    /* border: 2px solid green; */
    /* background-color: yellow; */
  }

  .vide0-sect-ion-style-2 {
    width: 100%;
    margin: auto;
    /* background-color: greenyellow; */
  }

  .vide0-sect-ion-style-3 {
    width: 100%;
    /* padding-left:20px !important ; */
    /* background-color: red; */
    margin: auto;
    height: 100%;
    display: block;
    /* padding-bottom: 50px; */
  }

  #vide0-sect-ion-style-4 {
    /* background-color: blue; */
    border-radius: 1px !important;
    /* border: 1px solid red; */
    height: 100%;
    width: 100%;
    margin: auto;
    padding-bottom: 60px !important;
    /* float: right; */
    margin-bottom: -40px;
    box-shadow: none;
  }

  .text-body-large {
    font-size: 19px;
    font-weight: 400;
    width: 100%;
    margin-top: 20px !important;
    padding-top: 0px !important;
  }

  .text-headline-small {
    font-size: 24px;
    font-weight: 700;
    /* background-color: gray; */
    width: 100%;
    margin: auto;
    font-style: italic;
    text-align: justify;
  }

  .vedio-desc-section {
    height: 260px !important;
    /* background-color: #00C8D4; */
    font-size: 10px !important;
  }

  #home-video-restyle-respo {
    /* border: 2px solid red; */
    /* border-top: none; */
    /* margin-top: 1200px; */
    padding: 18px !important;
    height: fit-content;
    /* background-color: #FDFEEF; */
    /* position: relative; */
  }

  .caro-cont-pre-next {
    /* border: 2px solid red; */
    margin-top: -120px;
  }

  .heading-001 {
    padding: 0px;
    text-indent: 0px;
    text-align: justify;
    font-size: 15px;
    font-weight: 500;
  }

  .A-whole-world {
    /* background-color: green; */
    /* height: 90vh; */
    width: 92%;
    font-size: 15px;
    color: #fff;
    margin: auto;
    padding-bottom: 30px;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    /* padding: 25px 0px 30px 0px; */
    /* position: relative; */
  }

  .body-max-width-new {
    /* height: 76vh !important; */
    /* border:2px solid green; */
  }

  .width-inner-section-px {
    /* height: 76vh !important; */
    /* border:2px solid blue; */
  }

  .col-md-6-manual {
    height: fit-content;
    /* border:2px solid red; */
    padding: 0 !important;
  }

  #width-for-outer-div {
    width: 100%;
    margin: auto;
    height: 100%;
    /* background-color: yellow; */
  }

  #paragraph-for-tab-once {
    width: 90%;
    margin: auto;
    /* margin-bottom: 0vh; */
    padding: 0px 0px 20px 0px;
    font-weight: 500;
    height: auto;
    background-color: white;
    /* border: 1px solid lightblue; */
    border-top: none;
  }

  #video-section-response {
    /* background-color: red; */
    /* height: fit-content; */
    /* margin-top: -100px; */
  }

  #video-section-response-iframe {
    /* border: 1px solid lightblue; */
    height: 100%;
    width: 90%;
    margin: auto;
    border-radius: 6px;
    box-shadow: 1px 1px 9px gray;
  }

  #respo-first-letter-1 {
    background-color: #00c8d4;
    padding: 2px 5px;
    font-size: 17px;
    color: #f1fef7;
  }

  #respo-first-letter-2 {
    background-color: #00c8d4;
    padding: 2px 5px;
    font-size: 17px;
    color: #f1fef7;
  }

  #respo-first-letter-3 {
    background-color: #00c8d4;
    padding: 2px 5px;
    font-size: 17px;
    color: #f1fef7;
  }

  #respo-first-letter-4 {
    background-color: #00c8d4;
    padding: 2px 5px;
    font-size: 17px;
    color: #f1fef7;
  }

  .o-view_all_styling-div {
    display: flex;
    margin-top: 25px;
    width: 100%;
  }

  .btn-post-find-respo {
    /* border: 2px solid black; */
    margin: auto;
    /* width: 100%; */
    float: left;
  }

  .respo-for-mob-scr {
    /* background-color: #00C8D4; */
    /* border: 2px solid black; */
    justify-content: center;
    width: 100%;
  }

  .font-700-weight {
    font-weight: 500;
  }

  .font-m-500-weight {
    font-weight: 400;
    /* border:2px solid black; */
    /* width: 300px; */
    margin: auto;
  }

  .impro-vise-back-color {
    background-color: white;
  }

  .top-head-ing-respo {
    /* background-color: #1a1e31 !important; */
    width: 95%;
    margin: auto;
    /* margin-bottom: 2rem; */
    padding: 1rem 2rem 0;
    border-radius: 5px;
    /* color: white; */
    text-align: center;
  }

  .hover-effect-backgr {
    border-radius: 10px;
    color: gray;
  }

  .top-ser-vi-ces {
    background-color: #f1fef7;
    border: 1px solid lightblue;
    border-top: none;
    border-bottom: none;
    height: 65vh;
    overflow-y: hidden;
    /* position: relative; */
    /* position: relative; */
  }

  .hide-1 {
    display: none;
  }

  .viewall-container {
    background-color: #f1fef7;
    padding-bottom: 45px;
    padding-top: 0px;
  }

  .viewall-container a {
    width: 100%;
    display: flex;
  }

  .viewall-button {
    padding: 13px 13px;
    background-color: #00c8d4;
    color: white;
    margin: auto;
    width: 35%;
    border-radius: 3px;
    border: none;
    /* margin-top: 80px; */
    box-shadow: 2px 2px 3px black;
    /* margin-bottom:15px; */
  }

  .viewall-button:hover {
    box-shadow: 1px 1px 2px gray;
  }

  .container-category-detail {
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-bottom: 100px;
    margin: auto !important;
    background-color: #f1fef7;
    /* position: relative; */
    /* overflow: hidden; */
    /* height: 17rem; */
  }

  .container-category-detail div {
    text-align: center;
    justify-content: center;
    width: 45%;
    height: 100%;
    /* margin: auto; */
    margin: 0 5px 10px 5px;
    /* margin-bottom: 20px; */
    /* position: absolute; */
    box-shadow: 0px 0px 7px lightgrey;
    background-color: white;
    margin-top: 0rem;
  }

  .container-category-detail div p {
    font-family: Macan, Helvetica Neue, Helvetica, Arial, sans-serif;
    /* color: #00C8D4; */
    padding: 6px 0 7px 0;
    /* font-size: 15px; */
    /* font-weight: 700; */
    /* margin-bottom:8px; */
  }

  .nav-new-1 {
    margin-top: -17vh;
    position: relative;
    /* text-align: center; */
  }

  .nav-new-1-0 {
    display: none;
    /* font-size: 10px;
      padding: 20px 21px;
      border-radius: 100%;
      float: left;
      border: none;
      background-color: #F0F1F5;
      margin-top: -1rem;
      margin-left: 5px; */
    /* box-shadow: 1px 1px 3px gray; */
  }

  .nav-new-1-0:hover {
    background-color: #f1fef7;
  }

  .nav-new-1-0a {
    font-size: 10px;
    padding: 20px 21px;
    border-radius: 100%;
    float: left;
    border: none;
    background-color: #f0f1f5;
    margin-top: -17rem;
    z-index: 1;
    position: relative;
    /* box-shadow: 1px 1px 3px gray; */
  }

  .loaders_slider_nest {
    font-size: 10px;
    padding: 20px 21px;
    border-radius: 100%;
    float: left;
    border: none;
    background-color: transparent;
    margin-top: -20rem;
    margin-left: 0px;
    z-index: 1;
    position: relative;
    /* box-shadow: 1px 1px 3px gray; */
  }

  .nav-new-1-1 {
    display: none;
    /* font-size: 10px;
      padding: 20px 21px;
      border-radius: 98%;
      float: right;
      border: none;
      background-color: #F0F1F5;
      margin-top: -1rem;
      margin-right: 5px; */
    /* box-shadow: 1px 1px 3px gray; */
  }

  .nav-new-1-1:hover {
    background-color: #f1fef7;
  }

  .nav-new-1-1a {
    font-size: 10px;
    padding: 20px 21px;
    border-radius: 98%;
    float: right;
    border: none;
    background-color: #f0f1f5;
    margin-top: -17rem;
    z-index: 1;
    position: relative;
    /* box-shadow: 1px 1px 3px gray; */
  }

  .loaders_slider_nest1 {
    font-size: 10px;
    padding: 20px 21px;
    border-radius: 98%;
    float: right;
    border: none;
    background-color: transparent;
    margin-top: -20rem;
    margin-right: 0px;
    z-index: 1;
    position: relative;
    /* box-shadow: 1px 1px 3px gray; */
  }

  .loaders_slider_nest1:hover {
    background-color: white;
  }

  .loaders_slider_nest:hover {
    background-color: white;
  }

  .top-services-1 {
    /* background-color: yellow; */
    margin: auto;
    /* width: 0%; */
    padding: 6px 0 20px 0;
    width: 100%;
    /* border:2px solid green; */
  }

  .con-cat-det-para {
    font-size: 10px;
  }

  #hire-me-responsive-style {
    background-color: white;
    border: 3px solid #00c8d4;
    color: white;
  }

  #hire-me-responsive-style a:hover {
    color: white;
  }

  #hire-me-responsive-style:hover {
    background-color: green;
    border: 2px solid #00c8d4;
  }

  #view-profile-responsive-style:hover {
    border: 3px solid #00c8d4;
    background-color: green;
  }

  .btn-view-hire-respo {
    /* border: 3px solid #00C8D4; */
    margin: auto;
    width: 100%;
  }

  .b-t-m-resize {
    border: 1px solid #f1fef7;
    border-top: none;
    padding-top: 0px;
  }

  .second-class-respo {
    /* border: 2px solid red; */
    font-size: 13px;
    /* padding-left: 15px;
      padding-right: 15px; */
  }

  .vide-sect-scr-respon {
    /* background-color: #00C8D4; */
    color: #00c8d4;
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 15px;
    /* border: 1px solid #00C8D4; */
  }
}

@media (max-width: 767.8px) and (min-width: 420px) {
  .is-responsive .gnav-header .account-nav {
    position: absolute;
    top: -19px;
    right: 0;
  }

  .position-relative1 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 410px;
    /* display:flex; */
    margin: auto;
  }

  .slideres2 {
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-block;
  }
}

@media (max-width: 420px) {
  .A-whole-world {
    /* background-color: green; */
    height: fit-content !important;
    margin: auto;
    padding-bottom: 25px;
  }

  .is-responsive .gnav-header .account-nav {
    position: absolute;
    /* top: -15px; */
    right: 0;
  }

  .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
    display: flex;
  }

  .position-relative1 {
    position: relative !important;
    overflow: hidden;
    width: 100%;
    height: 410px;
    /* padding: 50px 0px 200px 0px !important; */
    /* display:flex; */
    margin: auto;
  }

  .padding_why_3 {
    padding: 11px;
    border-radius: 5px;
  }

  .slideres2 {
    position: absolute;
    width: 100%;
    /* height:100%; */
    display: inline-block;
  }

  #disp-lay-fl-ex {
    display: flex;
    margin-top: 35px;
  }
}

@media (max-width: 365px) {
  .loaders {
    position: relative;
    width: 182px;
    height: 182px;
    transform-style: preserve-3d;
    transform: perspective(500px) rotateX(0deg);
  }
}

@media (max-width: 899px) and (min-width: 768px) {
  #video-section-response-iframe {
    /* border: 2px solid blue; */
    height: 92%;
    border-radius: 8px;
    box-shadow: 1px 1px 7px black;
    width: 93%;
    float: left;
  }

  #uno-rder-list-respo {
    padding-right: 15px;
    padding-top: 18px;
  }
}

@media (max-width: 1024px) and (min-width: 992px) {
  #uno-rder-list-respo {
    /* border: 2px solid red; */
    padding-top: 18px;
    padding-right: 15px;
  }

  #image-size-accor-scr {
    /* border: 2px solid blue; */
    width: 40%;
    margin-top: 4rem;
  }

  #content-size-accor-scr {
    /* border: 2px solid green; */
    width: 60%;
    padding-left: 22px;
  }
}

@media (max-width: 374px) {
  .mobile_screen_respo_logo {
    display: block;
  }
}

@media (min-width: 1024px) {
  .mobile_screen_respo_logo {
    display: none;
  }

  .style-display-flex {
    display: none !important;
  }

  #power-headling-restyle {
    /* background-color: #00C8D4; */
    font-size: 50px;
    text-align: left;
    font-weight: 900;
    /* border: 2px solid green; */
    font-family: Arial, Helvetica, sans-serif;
    width: 90%;
  }
}

/* ================================ -- rampal- css --======================= */
@media (max-width: 968px) {
  #f-j-restyle {
    width: 60%;
    /* gap: 50px; */
    /* border: 2px solid black; */
    /* margin: auto; */
    /* justify-content: center; */
  }
}

@media (max-width: 767.8px) {
  #f-j-restyle {
    width: 60%;
    gap: 25px;
    /* border: 2px solid black; */
    /* margin: auto; */
    /* justify-content: center; */
  }
}

@media (min-width: 768px) {
  .ram_container {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 890px) {
  #f-j-restyle {
    margin-top: -20px;
  }
}

.ram_container {
  position: relative;

  background-position-x: center;
  background-position-y: center;

  background-size: cover;
  width: 100%;
}



.ram_container>* {
  position: relative;
  z-index: 2;
  /* Ensures content is above the overlay */
}

.ram_outer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 12px;
}

.raminer_1,
.raminer_2 {
  border: 2px solid grey;
  width: 45%;
  border-radius: 10px;
}

@media (max-width: 767.8px) {

  .raminer_1,
  .raminer_2 {
    width: 100%;
    border-radius: 5px;
    /* margin-top: 20px; */
  }
}
/* 
@media (max-width: 767.8px) {
  h2 {
    font-size: 1.3rem;
  }
} */

.ram_big_h {
  color: rgb(0, 0, 0);
  font-size: 1.5rem;
  /* Adjusted size */
  font-weight: 500;
  text-align: center;
}

.ram_smaal_h {
  text-align: center;
  color: #808080;
  font-weight: 500;
  font-size: 1.25rem;
}

/* Media query for mobile view */
@media (max-width: 767.8px) {
  .ram_smaal_h {
    color: #fff;
    /* Color for mobile view */
    text-align: left;
    font-size: 30px;
  }

  .ram_big_h {
    color: #fff;
    /* Color for mobile view */
    text-align: left;
    font-size: 20px;
    font-weight: 400 !important;
  }
}

.full-width-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;

  cursor: pointer;
  font-size: 18px;

  transition: all 0.3s ease;
}

.full-width-button:hover {
  color: #fff !important;
  font-weight: 400;
  background-color: #00000021;
  border: #00000021 !important;
}

.full-width-button i:first-child {
  margin-right: 10px;
}

.full-width-button .fa-arrow-right {
  margin-left: auto;
}

@media (max-width: 769px) {
  .container-top-proposal-row {
    width: 100%;
  }

  .new-design-style {
    width: 100%;
  }

  /* .Featured-candidates-bluff {
    width: 100%;
  } */

  #search-query::placeholder {
    color: white;
  }
}

@media (max-width: 500px) {
  .container-top-proposal-row {
    width: 100%;
  }

  .new-design-style {
    width: 100%;
  }

  /* .Featured-candidates-bluff {
    width: 100%;
  } */
}

/* =========================-----mobile cat----=============== */

.ram_left_cat {
  padding-right: 10px;
}

.ram_left_cat a {
  padding-right: 10px;
}

#f-j-restyle a .find_find_free_btn {
  width: 75% !important;
}

#f-j-restyle a .post_job_free_btn {
  width: 55% !important;
}

/* 



 */

.search-input-wrapper {
  width: 100%;
}

.clearable {
  width: 120%;
  margin-bottom: 20px;
  margin-top: 15px;
}

@media screen and (max-width: 1025px) {
  .clearable {
    width: 100% !important;
  }
}

#search-query {
  height: 40px;
}

@media screen and (max-width: 767.8px) {
  .ram_container {
    position: relative;
    margin-top: 0px !important;
    padding: 50px 25px 50px 25px;
    background-image: url("/images/second-section-banner-image.png");
    background-size: cover;
    background-position: top;
  }

  .ram_container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 69%);
    /* Black overlay with 50% opacity */
  }

  .ram_container>* {
    position: relative;
    z-index: 2;
    /* Ensure content is above the overlay */
  }

  .rampal_btn_primary {
    min-width: 0px !important;
  }

  #f-j-restyle a .find_find_free_btn {
    width: 100% !important;
    background-color: #fff !important;
    font-size: 18px;
    color: #00c8d4 !important;
    border: 1px solid #00c8d4 !important;
  }

  #f-j-restyle a .find_find_free_btn:hover {
    width: 100% !important;
    background-color: #00c8d4 !important;
    font-size: 18px;
    color: #fff !important;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
      rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  }

  #f-j-restyle a .post_job_free_btn {
    width: 100% !important;
    font-size: 18px;
    background-color: #00c8d4 !important;
    color: #fff !important;
  }

  #f-j-restyle a .post_job_free_btn:hover {
    width: 100% !important;
    font-size: 18px;
    background-color: #fff !important;
    color: #000 !important;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
      rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  }
}

@media screen and (max-width: 767.8px) {
  .rampal_btn_primary {
    min-width: 0px !important;
    background-color: transparent !important;
  }
}

/* ===============---------- rampal -----------========== */



.new-design-style {
  width: 30%;
  max-width: 300px;
  height: 330px;
}

@media (max-width: 1024px) {
  .new-design-style {
    width: 48%;
  }
}

@media (max-width: 650px) {
  .new-design-style {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .Featured-candidates-bluff {
    flex: 0 0 48%;
  }
}

@media (max-width: 650px) {
  .Featured-candidates-bluff {
    flex: 0 0 100%;
  }
}

/* ###########################bluff-start-css################# */

.home-page-text-menu {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.home-page-text-menu:hover {
  color: grey;
  font-size: 16px;
  font-weight: 500;
}

.menu-login {
  text-align: center;
  background-color: #00c8d4;
  margin: 13px !important;
  border-radius: 5px;
}

/* .mobile-menu-login {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
} */

.mobile-menu-logo {
  width: 170px;
  /* padding: 15px; */
}

/* bluff created css featured candidate sec */
.featured-main-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  width: 100%;
  max-width: 1200px;
}

.featured-card {
  background-color: #fff;
  border: 1px solid #a8a9ac;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.featured-main-header {
  display: flex;
  /* align-items: center; */
  padding: 15px;
  position: relative;
}

.profile-picture img {
  width: 70px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  height: 70px;
  border-radius: 50%;
  border: 3px solid #00c8d4;
}

.profile-info {
  margin-left: 10px;
  flex-grow: 1;
}

.profile-info h3 {
  font-size: 16px;
  margin-bottom: 5px;
  /* display: flex; */
  align-items: center;
}

/* Online Indicator */
.online-indicator {
  display: inline-block;
  width: 12px;
  height: 12px;
  padding: 2px 5px;
  background-color: #4caf50;
  border-radius: 50%;
}

.offline-indicator {
  display: inline-block;
  width: 12px;
  height: 12px;
  padding: 2px 5px;
  background-color: red;
  border-radius: 50%;
}

/* .pro-badge {
  background-color: #4caf50;
  color: #fff;
  padding: 2px 5px;
  border-radius: 4px;
  font-size: 12px;
  margin-left: 5px;
} */

.profile-info .feature-main-text {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}

.rating {
  font-size: 12px;
  color: #888;
}

.favorite-button {
  background: transparent;
  border: none;
  font-size: 20px;
  border-radius: 0px 0px 7px 7px;
  color: #333;
  cursor: pointer;
  position: absolute;
  top: 7px;
  right: 40px;
}

.favorite-two-button {
  background: transparent;
  border: none;
  font-size: 20px;
  border-radius: 0px 0px 7px 7px;
  color: #333;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}

.favorite-three-button {
  background: transparent;
  border: none;
  font-size: 20px;
  border-radius: 0px 0px 7px 7px;
  color: #333;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}

.favorite-four-button {
  background: transparent;
  border: none;
  font-size: 20px;
  border-radius: 0px 0px 7px 7px;
  color: #333;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}

.featured-chat-icon {
  background-color: transparent;
  border: none;
  font-size: 20px;
  color: #a8a9ac;
}

.featured-main-tags {
  padding: 0px 15px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.featured-main-tags span {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border: 1px solid #e0e0e0;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 12px;
  color: #000;
}

.featured-main-footer {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e0e0e0;
}

.featured-main-footer p {
  margin: 0;
  font-size: 14px;
  color: #333;
}

.see-profile-button {
  background-color: #a8a9ac47;
  color: #000;
  border: 1px solid #000;
  padding: 6px 12px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
}

.see-profile-button:hover {
  background-color: #a8a9ac5f;
  color: #000;
}

.favorite-button i {
  color: #000;
  /* Default color */
  transition: color 0.3s;
}

.favorite-two-button i {
  color: #000;
  /* Default color */
  transition: color 0.3s;
}

.favorite-three-button i {
  color: #000;
  /* Default color */
  transition: color 0.3s;
}

.favorite-four-button i {
  color: #000;
  /* Default color */
  transition: color 0.3s;
}

.favorite-button.active i {
  color: red;
  /* Color when active */
}

.favorite-two-button.active i {
  color: red;
  /* Color when active */
}

.favorite-three-button.active i {
  color: red;
  /* Color when active */
}

.favorite-four-button.active i {
  color: red;
  /* Color when active */
}

/* Responsive Design */
@media screen and (max-width: 767.8px) {
  .featured-main-container {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}

.featured-main-slider {
  padding: 15px;
  background-color: transparent;
}

.slider {
  position: relative;
  width: 100%;
  max-width: 400px;
  /* margin: 10px auto; */
  overflow: hidden;
}

.slides img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  /* width: 255px; */
  display: none;
  transition: opacity 3s ease-in-out;
  /* Smooth transition for 1 second */
  border-radius: 5px;
}

.slides img.active {
  display: block;
  opacity: 1;
}

.dots {
  margin-top: -35px;
  text-align: center;
  padding: 10px 0;
}

.dot {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.3s;
}

.dot.active {
  background-color: #a2a2a2a8;
}