/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-padding-top: 120px;
}

body {
  font-family: 'Lato', sans-serif;
  color: #000000;
  overflow-x: clip;
}

a {
  text-decoration: none;
  color: #4b4b4b;
}

a:hover {
  color: #4b4b4b;
  font-weight: 900;
}

input,
textarea {
  border-radius: 0px;
  border: 1px solid #e7e7e7 !important;
}

input:focus,
textarea:focus {
  outline: 0px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #000000 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: 900;
}

h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px;
}

h1 {
  font-size: 2.2em;
  margin-bottom: 40px;
}

.navbar {
  background-color: #fff;
  z-index: 10;
  margin: 0 auto;
  padding: 14px 0;
}

.navbar .navbar-brand {
  display: inline-block;
  width: 120px;
  margin-right: 100px;
}

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

.navbar li .nav-link {
  display: inline-block;
  color: #4b4b4b;
  padding: 10px 30px !important;
  margin-right: 20px;
}

.navbar li .nav-link:hover,
.navbar li .active {
  font-weight: 900;
}

.navbar .navbar-toggler:focus,
.navbar .navbar-toggler:hover {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.navbar .create-account {
  text-decoration: none;
  font-weight: 600;
  color: rgb(255, 255, 255);
  /* background-color: #0085ff; */
  background: #000000;
  border: none;
  border-radius: 12px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.navbar .create-account a {
  margin-right: 0;
  color: rgb(255, 255, 255);
}

.navbar .create-account a:hover {
  color: rgb(0, 0, 0) !important;
}

/* .navbar .create-account:hover {
  background-color: #000000;
  color: #fff !important;
} */

.navbar .create-account:hover {
  background-color: #98fbcb;
  color: #000000 !important;
}

.nav-bg {
  /* background-image: url("../img/hader-bg.png"); */
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center 0;
}

.main-btn {
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  background-color: #000000;
  border: none;
  padding: 15px 30px;
  border-radius: 12px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.main-btn2 {
  text-align: center;
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-weight: 600;
  background-color: #000000;
  border: none;
  padding: 10px 20px;
  border-radius: 12px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.btn-login {
  font-size: 1.2rem;
}

.main-btn3 {
  text-align: center;
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-weight: 600;
  background-color: #000000;
  border: 1px solid #000;
  padding: 15px 30px;
  border-radius: 12px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.main-btn:hover {
  color: #000000 !important;
  background-color: #98fbcb;
}

.main-btn2:hover {
  color: #000000 !important;
  background-color: #98fbcb;
}

.main-btn3:hover {
  color: #000000 !important;
  background-color: #98fbcb;
  border: 1px solid #000;
}

.main {
  margin-top: 150px;
}

.quote {
  position: relative;
  padding: 30px 0px;
  margin: 40px 0px;
  border: 1px solid #e7e7e7;
  border-left: 0px;
  border-right: 0px;
}

.quote .blockquote {
  font-size: 2em;
  width: 85%;
}

.quote .blockquote::after {
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f10e";
  color: #92d35e;
  font-size: 3em;
  z-index: -1;
}

.quote .blockquote-footer {
  font-size: 1.1em;
}

ul.list-in-text {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

ul.list-in-text li {
  padding-left: 1em;
  text-indent: -1em;
}

ul.list-in-text li:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f0c8";
  color: #92d35e;
  padding-right: 10px;
  font-size: 0.8em;
}

.post-img {
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 20px;
}

.post-img img {
  height: 100%;
}

.intro {
  background-image: url("https://jobslab-reactjs.netlify.app/assets/img/banner/banner-2.jpg");

  background: #98fbcb;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 120px 0px 50px;
}

.intro-2 {
  background: #98fbcb;
  padding: 140px 0px 70px;
}

.intro .intro-text .check-out {
  margin-top: 10px;
  background-color: white;
  border-radius: 12px;
  border: 2px solid black;
  padding-top: 5px;
}

.intro .intro-text .form {
  /* background-color: white; */
  padding: 15px;
  border-radius: 12px;
  /* border:2px solid #000; */
}

.intro .intro-text .form input,
.intro .intro-text .form select {
  border: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.intro .intro-text .form .location {
  margin-top: 20px;
}

.intro .intro-text .form .location label {
  margin-right: 10px;
}

.intro .intro-text .form .location select {
  color: #4b4b4b;
}

.intro .intro-text .form .location .search {
  margin-left: 15px;
  padding: 5px 15px !important;
}

.intro .intro-text .follow {
  margin-top: 50px;
}

.intro .intro-text .follow span {
  margin-right: 20px;
}

.intro .intro-text .follow a {
  margin-right: 10px;
}

.intro .intro-text .follow img {
  width: 30px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.intro .intro-text .follow img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.intro .intro-img {
  margin-top: 30px;
}

.intro .intro-img img {
  width: 80%;
}

.search-by {
  padding-top: 40px;
  padding-bottom: 40px;
}

.search-by .carousel {
  /* margin-top: 50px; */
  position: relative;
}

.search-by .carousel .carousel-item .card-item {
  padding: 10px;
}

.search-by .carousel .carousel-item .photo {
  text-align: center;
  margin-bottom: 10px;
}

.search-by .carousel .carousel-item .photo .hover {
  display: none;
}

.search-by .carousel .carousel-item .photo img {
  height: 30px;
}

.search-by .carousel .carousel-item p {
  font-size: 0.8em;
  color: #000;
}

.search-by .carousel .card-item:hover {
  color: #98fbcb;
  ;
}

.search-by .carousel .card-item:hover .main-state {
  display: none;
}

.search-by .carousel .card-item:hover .hover {
  display: inline-block;
}

.search-by .carousel .carousel-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px;
}

.search-by .carousel .carousel-nav .nav-item {
  background-color: #98fbcb;
  ;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
}

.search-by .carousel .carousel-nav .nav-item img {
  position: absolute;
  width: 7px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.job-offers .image {
  margin-bottom: 30px;
}

.job-offers .image img {
  width: 100%;
}

.job-offers .offert-wrapper {
  position: relative;
  margin-bottom: 100px;
}

.job-offers .offert-wrapper .offert {
  border: 1px solid #e7e7e7;
  border-radius: 30px;
  padding: 40px;
}

.job-offers .offert-wrapper .offert .offert-description {
  margin-bottom: 30px;
}

.job-offers .offert-wrapper .offert .offert-description .company-logo {
  text-align: center;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  padding: 10px;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  margin-bottom: 20px;
}

.job-offers .offert-wrapper .offert .offert-description .company-logo img {
  height: 80%;
  width: auto;
}

.job-offers .offert-wrapper .offert .offert-description .company-name {
  font-size: 1.4em;
  color: #4b4b4b;
  font-weight: 900;
}

.job-offers .offert-wrapper .offert .offert-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 30px;
  border-top: 1px solid #e7e7e7;
}

.job-offers .offert-wrapper .offert .offert-meta .city {
  color: #4b4b4b;
  font-weight: 900;
}

.job-offers .offert-wrapper .main-btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -25px;
}

.service {
  text-align: center;
  padding: 20px 0px 70px 0px;
}

.service h1 {
  margin-bottom: 100px;
}

.service .service-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  gap: 40px;
  margin-top: 40px;
}

.service .service-items .item span {
  display: block;
}

.service .service-items .item img {
  height: 50px;
}

.service .service-items .item .counter {
  font-weight: 900;
  font-size: 2em;
  color: #92d35e;
  padding: 20px 0px 10px 0px;
}

.service .item:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.update-news {
  padding: 70px !important;
  background: #98fbcb;
  border-radius: 30px;
  /* margin: 0px 0px 0px 20px; */
  color: white;
  border: 1px solid #d0d0d0;
}

.update-news h2 {
  color: white;
}

.update-news .news-form input {
  width: 100%;
  padding: 15px 25px;
  border: none !important;
  border-radius: 15px;
}

.update-news .news-form button {
  margin-top: 15px;
  width: 100%;
  padding: 10px 35px;
  background-color: #4b4b4b;
  color: white;
  border: none;
  border-radius: 15px;
}



.update-news2 {
  padding: 20px;
  background: #ffffff;
  /* border-radius: 30px; */
  margin: 0px 0px 0px 20px;
  color: white;
  border: 1px solid #d0d0d0;
}

.update-news2 h2 {
  color: white;
}

.update-news2 .news-form input {
  width: 100%;
  padding: 15px 25px;
  border: none !important;
  border-radius: 15px;
}

.update-news2 .news-form button {
  margin-top: 15px;
  width: 100%;
  padding: 10px 35px;
  background-color: #4b4b4b;
  color: white;
  border: none;
  border-radius: 15px;
}



.find-jobs {
  padding: 100px 0px;
  background-image: url("../img/map.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.single-post .share {
  margin: 30px 0px;
  padding: 10px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}

.single-post .share a {
  text-decoration: none;
  display: inline-block;
  width: 160px;
  margin-top: 0;
  white-space: nowrap;
  text-align: center;
}

.single-post .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.single-post .navigation a {
  color: #4b4b4b;
  text-decoration: none;
}

.single-post .navigation a:hover {
  cursor: pointer;
  color: black;
}

.aboutus .img {
  margin-bottom: 30px;
}

.aboutus .img img {
  width: 100%;
}

.aboutus .team .team-person .person {
  margin-bottom: 50px;
}

.aboutus .team .team-person .person img {
  border-radius: 20px;
  max-width: 300px;
}

.aboutus .team .team-person .person span {
  display: block;
}

.aboutus .team .team-person .person .name {
  font-weight: 900;
  color: #4b4b4b;
  font-size: 1.2em;
  margin-top: 30px;
}

.contact-page #contactForm input,
.contact-page #contactForm textarea {
  border-radius: 0px !important;
}

.all-posts .post-item {
  margin-bottom: 50px;
  position: relative;
}

.all-posts .post-item .post-img img {
  height: 100%;
}

.all-posts .post-item .post-main-info {
  position: relative;
}

.all-posts .post-item .post-main-info .post-meta {
  font-size: 0.9em;
  padding: 10px 0px;
  color: gray;
}

.all-posts .post-item .post-main-info .post-meta span {
  white-space: nowrap;
}

.all-posts .post-item .post-main-info a {
  display: inline-block;
  margin-top: 10px;
}

.pagination {
  margin-top: 30px;
}

.pagination li a {
  color: black;
}

.pagination li a:hover {
  color: black;
}

.pagination li .active {
  background-color: #4b4b4b;
  color: white;
  border-color: #4b4b4b;
}

.pagination li .a:focus {
  outline: none;
}

.pagination .page-link:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.post-meta {
  margin: 20px 0px;
}

.post-meta span {
  margin-right: 20px;
  white-space: nowrap;
}

.post-meta i {
  color: #92d35e;
}

.sidebar .input-group {
  position: relative;
}

.sidebar .input-group .form-outline {
  width: 100%;
}

.sidebar .input-group .form-outline #search-input {
  border-radius: 0px;
}

.sidebar .input-group #search-button {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0px;
}

.sidebar .input-group #search-button:hover {
  color: #92d35e;
}

.sidebar .recent-posts {
  position: relative;
}

.sidebar .recent-posts .post-item {
  margin-bottom: 50px;
}

.sidebar .recent-posts .post-item .post-title {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #4b4b4b;
  font-size: 1.2em;
  font-weight: 600;
}

.sidebar .recent-posts .post-item .post-title:hover {
  color: #92d35e;
}

.sidebar .recent-posts .post-item .post-meta {
  font-size: 0.8em;
}

.sidebar .recent-posts .post-item .post-meta span {
  white-space: nowrap;
}

.sidebar .recent-posts .post-item .post-content {
  font-size: 0.9em;
}

#carouselsidebar {
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}

#carouselsidebar .carousel-item .card-item {
  padding: 30px 10px 20px 10px;
  display: inline-block;
  border: 2px solid #dbdbdb;
  border-radius: 12px;
  width: 120px;
  height: 160px;
  margin: 0px 5px;
}

#carouselsidebar .carousel-item .card-item .hover {
  display: none;
}

#carouselsidebar .carousel-item .photo {
  margin-bottom: 10px;
}

#carouselsidebar .carousel-item .photo img {
  height: 40px;
}

#carouselsidebar .carousel-item p {
  font-size: 0.9em;
}

#carouselsidebar .carousel-item .card-item:hover {
  color: #92d35e;
}

#carouselsidebar .carousel-item .card-item:hover .main-state {
  display: none;
}

#carouselsidebar .carousel-item .card-item:hover .hover {
  display: inline-block;
}

#carouselsidebar .carousel-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#carouselsidebar .carousel-nav .nav-item {
  background-color: #92d35e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
}

#carouselsidebar .carousel-nav .nav-item img {
  position: absolute;
  width: 7px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

footer {
  margin-top: 30px;
}

footer .footer-wrap {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 50px 0px;
  margin-bottom: 30px;
}

footer .footer-wrap h6 {
  padding: 20px 0px;
  font-weight: 900;
}

footer .footer-wrap .about img {
  width: 120px;
}

footer .footer-wrap .social-media img {
  width: 40px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

footer .footer-wrap .social-media a img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

footer .footer-wrap .company a:hover,
footer .footer-wrap .useful-links a:hover {
  color: black;
  font-weight: 600;
}

footer .footer-wrap .company p,
footer .footer-wrap .useful-links p {
  margin-bottom: 0.3em;
}

footer .footer-wrap .newsletter #subscribe label {
  font-weight: bold;
}

footer .footer-wrap .newsletter #subscribe input {
  display: block;
  width: 100%;
  background-image: url("../img/icon/email-icon.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 10px center;
  padding: 10px 10px 10px 40px;
  margin: 15px 0px;
}

footer .footer-wrap .newsletter #subscribe button {
  width: 100%;
}

@media (min-width: 768px) {
  h1 {
    font-size: 3em;
  }

  .intro {
    width: 100vw;
    overflow: hidden;
    height: 100vh;
  }

  .intro .intro-text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
  }

  .intro .intro-img {
    width: 80%;
    right: 0;
    position: absolute;
    bottom: 25%;
    right: -33%;
    z-index: 0;
  }

  .search-by h1 {
    display: inline-block;
    margin-right: 50px;
  }

  .search-by .carousel .carousel-item .card-item {
    padding: 30px 10px 20px 10px;
    display: inline-block;
    border: 1px solid #dbdbdb;
    border-radius: 12px;
    width: 120px;
    height: 160px;
    margin: 10px;
  }

  .search-by .carousel .carousel-item .photo {
    margin-bottom: 10px;
  }

  .search-by .carousel .carousel-item .photo img {
    height: 40px;
  }

  .search-by .carousel .carousel-item p {
    font-size: 0.9em;
  }

  .find-jobs {
    padding: 150px 0px;
  }

  .job-offers h1 {
    display: inline-block;
    margin-right: 50px;
  }

  .job-offers img {
    width: 100%;
  }

  .team .team-person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .team .team-person .person {
    margin-bottom: 50px;
  }

  .team .team-person .person .photo img {
    width: 100%;
  }

  .team .team-person .person span {
    display: block;
  }

  .team .team-person .person .name {
    font-weight: 900;
    font-size: 1.2em;
    margin-top: 30px;
  }

  footer {
    text-align: left !important;
  }

  footer .footer-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }

  footer .footer-wrap .about {
    width: 40%;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 2.5em;
  }

  .intro .intro-text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
  }

  .intro .intro-text .form {
    padding: 5px 20px 5px 40px;
    /* padding: 15px 20px 15px 40px; */
    max-width: 644px;
  }

  .intro .intro-text .form div {
    display: inline-block;
    margin-top: 0 !important;
  }

  .intro .intro-text .form .job-search {
    margin-right: 30px !important;
  }

  .intro .intro-text .form .location {
    position: relative;
    /* padding-left: 30px; */
    padding-left: 10px;
  }

  .intro .intro-text .form .location .search {
    margin-left: 30px;
    padding: 10px 25px !important;
    border-radius: 10px;
  }

  .intro .intro-text .form .location::before {
    content: '';
    position: absolute;
    left: -5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 12px;
    background-color: #4b4b4b;
  }

  .intro .intro-img {
    position: absolute;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    right: -200px;
    width: 60%;
  }

  .search-by .carousel .carousel-item .card-item {
    padding: 50px 20px 30px 20px;
    width: 170px;
    height: 220px;
    margin: 15px;
  }

  .search-by .carousel .carousel-item .photo {
    margin-bottom: 30px;
  }

  .search-by .carousel .carousel-item .photo img {
    height: 50px;
  }

  .search-by .carousel .carousel-item p {
    font-size: 1em;
  }

  .job-offers .image {
    margin-bottom: 0px;
  }

  .job-offers .offert-wrapper {
    position: relative;
    margin-bottom: 70px;
  }

  .job-offers .offert-wrapper .offert .offert-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }

  .job-offers .offert-wrapper .offert .offert-description .company-logo {
    line-height: 25px;
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    padding: 10px;
    margin-bottom: 0px;
  }

  .update-news {
    padding: 20px;
    position: relative;
  }

  .update-news .news-form {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .update-news .news-form input {
    width: 60%;
    margin-left: 50px;
    padding: 15px 25px;
    border: none !important;
    border-radius: 15px;
  }

  .update-news .news-form button {
    margin: 0px 0px 0px 30px;
    width: 20%;
    padding: 10px 35px;
    background-color: #4b4b4b;
    color: white;
    border: none;
    border-radius: 10px;
  }

  .find-jobs {
    padding: 200px 0px;
  }

  .all-posts .post-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .all-posts .post-item .post-img {
    min-width: 300px;
    height: 300px;
    overflow: hidden;
    margin-right: 20px;
  }

  .all-posts .post-item .post-img img {
    height: 100%;
  }

  .all-posts .post-item .post-main-info .post-title {
    padding: 0px 0px 10px;
  }

  .all-posts .post-item .post-main-info .main-button {
    position: absolute;
    bottom: 0;
    margin: 0px;
    padding: 5px 15px;
  }

  .all-posts .post-item .post-main-info a {
    display: inline-block;
    margin-top: 10px;
  }
}

@media (min-width: 1200px) {
  .intro {
    height: 90vh;
    overflow: visible;
  }

  .intro .intro-img {
    position: absolute;
    bottom: 50%;
    right: 0px;
    width: 55%;
  }

  .search-by .carousel .carousel-item .card-item {
    padding: 50px 20px 30px 20px;
    width: 200px;
    height: 250px;
    margin: 20px;
    border-radius: 20px;
  }

  .search-by .carousel .carousel-item .photo {
    margin-bottom: 50px;
  }

  .search-by .carousel .carousel-item .photo img {
    height: 60px;
  }

  .search-by .carousel .carousel-item p {
    font-size: 1em;
  }

  .find-jobs {
    padding: 300px 0px;
  }

  .job-offers .offert-wrapper {
    margin-bottom: 100px;
  }

  .job-offers .offert-wrapper .offert .offert-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }

  .job-offers .offert-wrapper .offert .offert-description .company-logo {
    line-height: 50px;
    min-width: 100px;
    max-width: 100px;
    height: 100px;
    padding: 20px;
    margin-bottom: 0px;
  }

  footer .footer-wrap .about {
    width: 20%;
  }
}

@media (min-width: 1400px) {
  .intro {
    /* height: 95vh; */
    height: 48vh;
    overflow: visible;
  }

  .intro .intro-img {
    position: absolute;
    bottom: 45%;
    /* right: 100px; */
    width: 50%;
  }

  .search-by .carousel .carousel-item .card-item {
    padding: 50px 20px 30px 20px;
    width: 220px;
    height: 300px;
    margin: 30px;
  }

  .search-by .carousel .carousel-item .photo {
    margin-bottom: 50px;
  }

  .search-by .carousel .carousel-item .photo img {
    height: 70px;
  }

  .find-jobs {
    padding: 320px 0px;
  }
}

@media (min-width: 1900px) {
  .intro {
    height: 100vh;
    overflow: visible;
  }

  .intro .intro-img {
    position: absolute;
    bottom: 40%;
    right: 200px;
    width: 45%;
  }
}

/*# sourceMappingURL=main.css.map */

.appimg {
  position: relative;
  bottom: 53px;
  width: 71%;
}


.job-content,
.job-instructor-profile,
.job-tag {
  position: relative;
  z-index: 2;
}

div.job-tag span {
  background: #f5f7fc;
  margin-right: 10px;
  padding: 0 10px;
  border-radius: 5px;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  line-height: 25px;
  height: 25px;
}

.job-tag span.tag-urgent {
  background: #ff4545;
  color: #fff;
}

.posted_time {
  z-index: 1;
}

.posted_time i {
  color: #000;
  font-size: 14px;
  margin-right: 5px;
}

.job-content,
.job-instructor-profile,
.job-tag {
  position: relative;
  z-index: 2;
}

.mb-30 {
  margin-bottom: 30px;
}

.employer__head-thumb,
.job-instructor-img {
  height: 50px;
  width: 50px;
}

.job-instructor-img {
  margin-right: 20px;
}

.f-left {
  float: left;
}

.job-instructor-title {
  overflow: hidden;
}

.job-instructor-title .h4,
.job-instructor-title h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}

.company_name {
  display: block;
  margin: 2px 0;
  color: #000;
  font-size: 14px;
  text-transform: capitalize;
}

/* .job-instructor-title span {
  color: #667488;
  font-size: 14px;
} */

.job-instructor-title span i {
  color: #000;
  margin-right: 5px;
  font-size: 18px;
}

.experience_sallary span i {
  color: #000;
  margin: 6px;
}

.ml-20 {
  margin-left: 20px;
}

.skills_tags p {
  background: #f5f7fc;
  margin: 0 5px 5px 0;
  padding: 5px 20px;
  border-radius: 5px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
}

.skills_tags {
  display: flex;
  flex-wrap: wrap;
}

.border-jobs {
  border: 1px solid #bebebe;
  border-radius: 30px;
  padding: 30px;
}


.dead_line {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.job-salary i {
  color: #000;
  margin-right: 5px;
  font-size: 14px;
}

.job-salary a {
  font-weight: 700;
  font-size: 14px;
  color: #000000;
}

.job-salary a i {
  margin-left: 5px;
  transform: translateY(0);
  display: inline-block;
  font-size: 13px;
}

.job-salary a:hover,
.job-salary a:hover i {
  color: #98fbcb;
}



.experience_sallary i {
  color: #000000;
  margin-right: 5px;
  font-size: 14px;
}

.experience_sallary a {
  font-weight: 700;
  font-size: 14px;
  color: #000;
}

.experience_sallary a i {
  margin-left: 5px;
  transform: translateY(0);
  display: inline-block;
  font-size: 13px;
}

.experience_sallary a:hover,
.job-salary a:hover i {
  color: #000000;
}


.app-btn {
  background: white;
  border-radius: 10px;
}

.appdiv {
  display: flex;
}


@media (max-width: 768px) {
  .appdiv {
    display: block;
  }

  .update-news {
    padding: 40px;
  }

  .appimg {
    position: relative;
    bottom: none;
    top: 40px;
    width: 100%;
  }

  .navbar .create-account {
    width: 30%;
  }
}


.drop {
  border-radius: 0px;
  border-left: 3px solid #98fbcb !important;
  border: 1px solid white;
  padding: 14px !important;
}


.job-area .form-select:focus {
  border-color: #98fbcb;
  outline: 0;
  box-shadow: none !important;
}

.grey-bg {
  background: #f5f7fc;
}


.pb-50 {
  padding-bottom: 50px;
}

.pt-80 {
  padding-top: 80px;
}

.bg-purple {
  background: #98fbcb;
}

/* 7. Fact */
.single-fact i {
  color: #fe9703;
  font-size: 55px;
  float: left;
  margin-right: 15px;
}

.fact-text {
  overflow: hidden;
}

.fact-text h2 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 4px;
}

.fact-text span {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}

.hero-fact {
  padding: 0 140px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-fact {
    padding: 0 0px;
  }
}

.hero-fact .single-fact i {
  font-size: 40px;
  margin-right: 12px;
}

.hero-fact .fact-text h2 {
  font-size: 20px;
  margin-bottom: 2px;
}

.hero-fact .fact-text span {
  font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-fact {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .single-fact {
    margin-left: 0;
  }
}




/* .counter-box {
  display: block;
  background: #f6f6f6;
  padding: 40px 20px 37px;
  text-align: center
} */


.counter-box {
  display: block;
  /* background: #98fbcb; */
  padding: 40px 20px 40px;
  text-align: center;
  border-radius: 30px;
}


.counter-box p {
  margin: 5px 0 0;
  padding: 0;
  color: #000000;
  font-size: 18px;
  font-weight: 500
}

.counter-box i {
  font-size: 50px;
  margin: 0 0 15px;
  color: #000000
}

.counter {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  line-height: 28px
}

/* .counter-box.colored {
  background: #3acf87
} */

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
  color: #000000
}


section {
  background-color: #fff;
  /* background-image: url("../img/bg1.jpg"); */
  padding-top: 50px;
  /* padding-bottom: 50px; */
}

section a,
section p {
  color: #000;
  margin: 10px 0;
}

.testimonialItemWrapper {
  display: flex;
  flex-wrap: wrap;
}

.testimonialItemText {
  font-size: 20px;
  /* font-size: 40px; */
  line-height: 1.1;

}

.testimonialItemWrapper>div {
  align-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 100%;
  order: 1;
  padding: 0 25px 0 40px;
}

.testimonialItemWrapper>div>* {
  flex: 1 1 100%;
}

.testimonialItemWrapper .testimonialItemImage {
  order: 0;
  margin-bottom: 40px;
}

.testimonialItemAccentImage {
  width: 100px;
  height: auto;
}

.testimonialItemImageContent {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
}

.testimonialItemImageWrapper {
  padding-bottom: 80%;
  position: relative;
}

.testimonialItemImage img,
.testimonialItemImage svg {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
}

.testimonialItemImage svg {
  max-height: 400px;
}

.swiper-button-container {
  display: flex;
  gap: 1.5em;
  justify-content: center;
  margin-top: 2em;
}

.swiper-button-container svg {
  width: 2.5em;
}

.swiper-button-container svg path {
  fill: #000;
}

.swiper-next,
.swiper-prev {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 99;
}

.swiper-next {
  right: 2rem;
}

.swiper-prev {
  left: 2rem;
}

@media (min-width: 750px) {
  section {
    padding-top: 100px;
    /* padding-bottom: 100px; */
  }

  .testimonialItemWrapper {
    flex-wrap: nowrap;
    padding: 0 6rem;
  }

  .testimonialItemWrapper>div {
    flex: 1 1 60%;
  }

  .testimonialItemWrapper .testimonialItemImage {
    order: 1;
    flex: 1 1 40%;
    margin-bottom: 0;
  }

  .testimonialItemContent {
    padding-right: 50px;
  }
}

@media (max-width: 749px) {
  .testimonialItemText {
    font-size: 27px;
  }

  .swiper-next,
  .swiper-prev {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    height: 40px;
    width: 40px;
    padding: 0.5rem;
    top: 40%;
  }

  .swiper-next {
    right: 10px;
  }

  .swiper-prev {
    left: 10px;
  }
}


.service-bg {
  /* background: #e2fcef; */
  background: #fff4e1;
  border: 6px solid white;
}

/* .service-bg:hover{
  background: #e4e7ff;
  transition: all 2s ease-out 0s;
} */


/* .job-list ul li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  font-family: Font Awesome\ 5 Pro;
  font-size: 15px;
  color: #26ae61;
} */


/* .job-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 100px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  background: #ed1c24;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  z-index: 1;
} */

.job-tags ul,
.job-tags ul li {
  display: inline-block;
}

.job-tags ul li {
  margin-right: 4px;
}

.job-tags a {
  font-size: 14px;
  font-weight: 500;
  /* border: 2px solid #e3e3e3; */
  height: 30px;
  line-height: 30px;
  padding: 0 13px;
  border-radius: 5px;
  text-transform: uppercase;
  background: #98fbcb;
  color: black;
}

.job-tags a {
  padding: 3px 13px;
}

.job-tags span {
  font-weight: 600;
  color: #1c2733;
  font-size: 14px;
  margin-right: 15px;
  min-width: 95px;
}

.simpleCircle [class*="bi bi-"] {
  background: #98fbcb;
  border-radius: 50%;
  color: #000000;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: auto 1px;
  width: 30px;
  font-size: 14px;
  text-align: center;
}

.hr-border {
  width: 60px;
  opacity: 1;
  height: 4px !important;
  background: #000000;
}

.job-share span {
  font-weight: 600;
  color: #1c2733;
  font-size: 14px;
  /* margin-right: 15px; */
  min-width: 55px;
}


.border-line {
  border: 1px solid #d0d0d0;
}



/* 
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
} */


.nav-pills .show>.nav-link {
  color: blue;
  background-color: #fff;
}


.nav-pills .nav-link.active {
  color: #ffffff;
  background-color: #000000 !important;
  /* border-left: 3px solid #ffa400; */
}



.counter-box2 {
  display: block;
  background: #fff !important;
  padding: 80px 20px 80px;
  text-align: center;
  border-radius: 30px;
}


.counter-box2 p {
  margin: 5px 0 0;
  padding: 0;
  color: #000;
  font-size: 18px;
  font-weight: 500
}

.counter-box2 i {
  font-size: 50px;
  margin: 0 0 15px;
  color: #000;
}


.tl {
  text-align: left;
  background-color: #98fbcb !important;
  margin-bottom: 4px;
}

.tl:hover {
  color: #fff !important;
  background-color: #000000 !important;

}

.counter-box2 .counter {
  color: #000;
}

.rounded-border {
  border-radius: 30px;
}



.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.accordion-button::after {
  transition: all 0.5s;
}


.nav-link {
  display: block;
  padding: .5rem 1rem;
  color: #000;

  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}



.profile-container {
  position: relative;
  display: inline-block;
}

#profile-picture {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ccc;
}

/* .edit-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
} */


.edit-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #000000;
  color: rgb(255, 255, 255);
  border-radius: 50%;
  padding: 12px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 1em;
  /* border: 2px solid #213480; */
}

.edit-icon i {
  font-size: 16px;
}

.edit-icon:hover {
  background-color: #98fbcb;
  color: #000;
}

.profile-button {
  background-color: #000000 !important;
  color: rgb(255, 255, 255);
}

.profile-button:hover {
  color: rgb(0, 0, 0);
  background-color: #98fbcb !important;
}

.action {
  position: fixed;
  top: 10px;
  right: 60px;
  /* bottom: 10px; */
}

.action .profile {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  border: 3px solid #98fbcb;
}

.action .profile img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.action .menu {
  position: absolute;
  top: 65px;
  right: 0px;
  padding: 0px 20px;
  background: #fff;
  width: 180px;
  box-sizing: 0 5px 25px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 300ms linear, opacity 300ms linear;
}

.action .menu.active {
  visibility: visible;
  opacity: 1;
}

/* .action .menu::before {
  content: "";
  position: absolute;
  top: -5px;
  right: 28px;
  width: 20px;
  height: 20px;
  background: #fff;
  transform: rotate(45deg);
} */

.action .menu h3 {
  width: 100%;
  text-align: left;
  font-size: 18px;
  padding: 20px 0;
  font-weight: 500;
  font-size: 18px;
  color: #555;
  line-height: 1.2em;
}

.action .menu h3 span {
  font-size: 14px;
  color: #cecece;
  font-weight: 400;
}

.action .menu ul li {
  list-style: none;
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
}

.action .menu ul li img {
  width: 20px;
  max-width: 20px;
  margin-right: 10px;
  opacity: 0.5;
  transition: opacity 300ms linear;
}

.action .menu ul li:hover img {
  opacity: 1;
}

.action .menu ul li a {
  display: inline-block;
  text-decoration: none;
  color: #555;
  font-weight: 500;
  transition: color 300ms linear;
}

.action .menu ul li:hover a {
  color: #945fa9;
}

.bg-banner {
  /* background-image: url("../img/job-banner.png"); */
  /* background-image: url("https://karmasangbad.wblabour.gov.in/themes/ass_theme/img/banner4.jpg"); */
  background-repeat: no-repeat;
  background-size: cover;
  height: 180px;
  /* background-blend-mode: overlay; */
  background-color: #98fbcb;
}

.accordion-button:not(.collapsed) {
  color: #213480;
  background-color: #d4dbf6;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}



.nav-link:focus,
.nav-link:hover {
  color: #000;
  /* background: #000000 !important; */
}


.form-check-input:checked {
  background-color: #000000 !important;
  border-color: #000000 !important;
}



#autocomplete-suggestions {
  list-style: none;
  padding: 0;
  border: 1px solid #ccc;
  max-height: 150px;
  overflow-y: auto;
  position: absolute;
  background-color: white;
  display: none;
  /* width: 53%; */
}

#autocomplete-suggestions li {
  padding: 8px;
  cursor: pointer;
}

#autocomplete-suggestions li:hover {
  background-color: #f0f0f0;
}



.tag {
  display: inline-flex;
  background-color: #a566af;
  border-radius: 37px;
  padding: 2px 12px;
  margin: 5px;
  font-size: 14px;
  margin-top: 14px;
  padding-top: 0px;
  align-items: center;
  color: #fff;
}


.remove-tag {
  /* background-color: #ff5c5c; */
  /* border-radius: 50%; */
  color: #fff;
  cursor: pointer;
  padding: 0px 6px;
  margin-left: 4px;
  font-weight: bold;
  font-size: 22px;
}


.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}





.otp-form {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-left: 60px;
}

.otp-input {
  width: 40px;
  height: 40px;
  font-size: 24px;
  text-align: center;
  border: 2px solid #ddd;
  border-radius: 5px;
  outline: none;
  transition: border-color 0.3s ease;
}

.otp-input:focus {
  border-color: #007bff;
}

.otp-input::-webkit-outer-spin-button,
.otp-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.otp-input[type=number] {
  -moz-appearance: textfield;
}


/* .otp-container {
  text-align: center;
} */



#hiddenField {
  display: none;
}



.accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #98fbcb;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}


.accordion-button:focus {
  z-index: 3;
  border-color: #98fbcb;
  outline: 0;
  box-shadow: 0 0 0 .25rem #98fbcb;
}


.progress-container {
  width: 100%;
  background: grey;

  border-radius: 40px;
  overflow: hidden;
  margin-top: 30px;
  display: none;
  height: 30px;
}

.progress-bar {
  width: 0;
  height: 30px;
  background: #98fbcb;
  animation: progress 0.4s ease-in-out forwards;
  text-align: center;
  color: white;
  line-height: 30px;
  border-radius: 40px;
  font-size: 12px;
  font-weight: 900;
}




.sticky-top-new {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  z-index: 4;
  /* height: auto; */
  /* margin-bottom: -120px; */
}

.photo h6 {
  font-weight: 500;
}

@media (min-width: 1400px) {
  .search-by .carousel .carousel-item .card-item:hover {
    padding: 50px 20px 30px 20px;
    width: 220px;
    height: 300px;
    margin: 30px;
    /* background: #ffa400; */
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);

    .photo h6 {
      font-weight: 900;
    }


  }
}

/* .search-by .carousel .carousel-item .card-item :hover{
  background-color: #007bff;
} */

/* .search-by .carousel .carousel-item .card-item :hover{
  padding: 30px 10px 20px 10px;
  display: inline-block;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  width: 120px;
  height: 160px;
  margin: 10px;
  background-color: #007bff;
} */


.categories-wrapper {
  background: #ffffff;
  /* padding: 30px 30px 26px; */
  padding: 14px 10px 14px;
  position: relative;
  transition: 0.3s;
  border: 1px solid #dbdbdb;
}

/* .categories-wrapper {
  background: #d4ffea;
  padding: 30px 30px 26px;
  
  position: relative;
  transition: 0.3s;
} */


.categories-wrapper::before {
  background-image: url(../img/bg/shape.png);
  background-repeat: repeat;
  content: "";
  height: 100%;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
}


.categories-icon {
  /* margin-right: 25px; */
  margin-right: 15px;
  /* margin-top: 3px; */
  /* margin-top: 3px; */
  position: relative;
  z-index: 2;

  background: #98fbcb;
  padding: 8px;
}

.categories-icon i {
  font-size: 35px;
  color: #000000;
  transition: 0.3s;
}

.categories-icon img {
  width: 30px;
}

.categories-text {
  position: relative;
  z-index: 2;
  overflow: hidden;
}


.cat-button {
  position: absolute;
  right: 35px;
  top: 32px;
  z-index: 2;
}


.cat-button a {
  font-size: 15px;
  line-height: 36px;
  display: inline-block;
  height: 38px;
  width: 40px;
  border: 2px solid #000000;
  text-align: center;
  color: #000000;
  transition: 0.3s;
}

.categories-wrapper:hover {
  /* background: #ffa400; */
  box-shadow: 0 4px 28px rgba(0, 0, 0, 0.25), 0 4px 4px rgba(0, 0, 0, 0.22);

  .cat-button a {

    background-color: #fff;
  }
}





#toast {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #000000;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 16px;
  position: fixed;
  z-index: 100;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#toast.show {
  visibility: visible;
  animation: fadeInOut 5s ease;
}

@keyframes fadeInOut {
  0% {
    bottom: 0;
    opacity: 0;
  }

  10% {
    bottom: 30px;
    opacity: 1;
  }

  90% {
    bottom: 30px;
    opacity: 1;
  }

  100% {
    bottom: 0;
    opacity: 0;
  }
}

#closeBtn {
  background: none;
  color: #fff;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

#closeBtn:hover {
  color: red;
}

#tagInputContainer {
  position: relative;
  width: 100%;
  max-width: 400px;
}

#tagInput {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.tag {
  display: inline-block;
  background: #213480;
  color: #fff;
  padding: 5px 10px;
  margin: 5px;
  border-radius: 20px;
  font-size: 14px;
}

.tag.favorite {
  background: #28a745;
}

.tag .remove {
  background: #dc3545;
  color: #fff;
  border-radius: 50%;
  margin-left: 8px;
  padding: 2px 6px;
  cursor: pointer;
  font-weight: bold;
}

.tag .favorite-btn {
  background: #ffc107;
  color: #fff;
  border-radius: 50%;
  margin-left: 8px;
  padding: 4px 8px;
  cursor: pointer;
  /* font-size: 12px; */
  /* background: #ffc107;
        color: #fff;
        border-radius: 5px;
        margin-left: 8px;
        padding: 2px 8px;
        cursor: pointer;
        font-size: 12px; */
}

#autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #ccc;
  background: #fff;
  z-index: 10;
  max-height: 150px;
  overflow-y: auto;
  display: none;
}

#autocomplete div {
  padding: 10px;
  cursor: pointer;
}

#autocomplete div:hover {
  background: #f0f0f0;
}


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



.logo-slider {
  overflow: hidden;
  padding: 30px 0 0 0;
  white-space: nowrap;
  position: relative;
}

.logo-slider:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  animation: 45s slide infinite linear;
}

.logos-slide img {
  width: 183px;
  height: 83px;
  margin: 0 40px;
}


@keyframes slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}


.h6,
h6 {
  font-size: 0.8rem !important;
}




.aditional-information th {
  text-align: inherit;
  text-align: -webkit-match-parent;
  width: 170px;
}



.card-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.card-1:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}



.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem #98fbcbcc;
}





.search-bar-container {
  /* max-width: 644px; */
  max-width: 230px;
  padding: 5px;
  /* background:white; */
  /* margin: 50px auto; */
  border-radius: 12px;
  /* border:2px solid black; */
  height: 53px !important;
}

.tags-container {
  /* border: 1px solid #ced4da; */
  background: white;

  border-radius: 12px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tags-container span {
  font-size: 16px;
  padding: 3px 5px;
  margin-right: 5px;
  /* background-color: #f1f1f1; */
  border-radius: 3px;
  white-space: nowrap;
  cursor: pointer;
}

.tags-container span::after {
  content: ",";
  margin-left: 5px;
}

.tags-container span[contenteditable="true"] {
  outline: 1px solid #007bff;
  background-color: #fff;
}

.tags-container input {
  border: none !important;
  outline: none;
  flex: 1;
  min-width: 100px;
}

.tags-container input::placeholder {
  color: #adb5bd;
}


.ticks {
  font-family: sans-serif;

  /* margin: 16px 0; */
  li {
    margin: 8px 0;
    list-style: none;
    padding-top: 4px;
    position: relative;
    color: #000;
    font-size: 14px;

    &:before {
      position: absolute;
      content: '';
      left: -22px;
      top: 6px;
      border-right: 2px solid black;
      border-bottom: 2px solid black;
      height: 10px;
      width: 4px;
      transform: rotate(45deg);
    }

    &:after {
      position: absolute;
      content: '';
      border-radius: 100%;

      height: 18px;
      width: 18px;
      left: -30px;
      top: 2px;
    }
  }
}





/* General container styling */
.account-actions {
  /* font-family: Arial, sans-serif; */
  /* max-width: 600px; */
  margin: 20px auto;
  border: 1px solid #ddd;
  /* border-radius: 8px; */
  padding: 20px;
  /* background-color: #f9f9f9; */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Styling for individual action rows */
.action-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.action-row:last-child {
  border-bottom: none;
}

/* Text details styling */
.action-details {
  max-width: 80%;
}

.action-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  color: #333;
}

.action-description {
  /* font-size: 13px; */
  /* color: #666; */
  margin: 5px 0 0;
}

/* Action link styling */
.action-link {
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;

  cursor: pointer;
  transition: color 0.3s;
  background: rgb(255, 255, 255);
  border-radius: 40px;
  padding: 7px;
}

.action-link:hover {

  background: #98fbcb;
  border-radius: 40px;
  padding: 7px;
}

/* Specific button styles */
.deactivate-btn {
  color: #ffffff;
  background: #000000;
  padding: 5px 9px 5px 9px;
}

.deactivate-btn:hover {
  color: #000000;
  background: #98fbcb;
  padding: 5px 9px 5px 9px;
}

.delete-btn img {
  width: 20px;
  height: 20px;
}

/* Responsive design */
@media (max-width: 480px) {
  .action-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .action-link {
    margin-top: 10px;
  }
}


.slider-container input {
  border: none !important;
}

.slider-container {
  border-left: 3px solid #98fbcb !important;
}




input[type="range"]::-webkit-slider-runnable-track {
  height: 8px;
  background: black;
  border-radius: 5px;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #98fbcb;
  border: 2px solid black;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -6px;
  /* Adjust to center the thumb */
}

input[type="range"]::-moz-range-track {
  height: 8px;
  background: black;
  border-radius: 5px;
}

input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #98fbcb;
  border: 2px solid black;
  border-radius: 50%;
  cursor: pointer;
}

input[type="range"]::-ms-track {
  height: 8px;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type="range"]::-ms-fill-lower {
  background: black;
}

input[type="range"]::-ms-fill-upper {
  background: black;
}

input[type="range"]::-ms-thumb {
  width: 20px;
  height: 20px;
  background: #98fbcb;
  border: 2px solid black;
  border-radius: 50%;
  cursor: pointer;
}


.noUi-target {
  background: #FAFAFA;
  border-radius: 10px !important;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 10px !important;
}


.slider-container {
  max-width: 400px;
  /* margin: 50px auto; */
}

#rangeSlider .noUi-handle {
  background: #98fbcb;
  border: 2px solid black;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  cursor: grab;
}

#rangeSlider .noUi-connect {
  background: black;
}

#rangeSlider .noUi-target {
  background: #ddd;
  border-radius: 5px;
}


.section-head.center.wt-small-separator-outer {
  margin-bottom: 50px;
  text-align: center;
  max-width: 645px;
  margin-left: auto;
  margin-right: auto;
}

.wt-small-separator {
  font-family: "Rubik", sans-serif;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  color: #1967d2;
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
}

.section-head.center.wt-small-separator-outer h2 {
  max-width: 650px;
  margin: 0px auto;
}

.twm-how-it-work-section .row {
  display: flex;
  justify-content: center;
}

.twm-w-process-steps {
  padding-left: 80px;
  padding-top: 60px;
  margin-bottom: 30px;
  position: relative;
}

.twm-w-process-steps .twm-large-number {
  color: #efefef;
  font-size: 75px;
  font-weight: 800;
  line-height: 0px;
  position: absolute;
  left: 0px;
  top: 30px;
  font-family: "Poppins", sans-serif;
}

.twm-w-process-steps .twm-w-pro-top {
  margin-left: 20px;
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}

.twm-w-process-steps {
  padding-left: 80px;
  padding-top: 60px;
  margin-bottom: 30px;
  position: relative;
}

.twm-w-process-steps .twm-large-number {
  color: #efefef;
  font-size: 75px;
  font-weight: 800;
  line-height: 0px;
  position: absolute;
  left: 0px;
  top: 30px;
  font-family: "Poppins", sans-serif;
}

.twm-w-process-steps .twm-w-pro-top {
  margin-left: 20px;
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}

.twm-w-process-steps .twm-w-pro-top .twm-media {
  position: absolute;
  left: -20px;
  top: 10px;
  width: 90px;
  height: 95px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow: -5px 10px 25px rgba(56, 152, 226, 0.4);
}

.twm-w-process-steps .twm-w-pro-top .twm-title {
  color: #000000;
  padding-left: 80px;
  margin-bottom: 0px;
}

.p-b90 {
  padding-bottom: 90px;
}

.p-t120 {
  padding-top: 120px;
}

.bg-clr-tint {
  background-color: #98fbcb;
}

.p-b90 {
  padding-bottom: 90px;
}

.p-t120 {
  padding-top: 120px;
}

.twm-how-t-get-section>.row {
  display: flex;
  align-items: center;
}

.section-head.left.wt-small-separator-outer {
  text-align: left;
}

.wt-small-separator {
  color: #63c29f;
}

.site-text-primary {
  color: #63c29f;
}

.wt-small-separator {
  font-family: "Rubik", sans-serif;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  color: #1967d2;
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
}

.site-text-primary {
  color: #1967d2;
}

.section-head.left.wt-small-separator-outer h2 {
  margin-bottom: 35px;
}

.section-head.left.wt-small-separator-outer p {
  margin-bottom: 40px;
}

.twm-how-t-get-section>.row .twm-how-t-get-section-left .twm-how-t-get-bottom {
  display: flex;
  align-items: center;
}

.twm-how-t-get-section>.row .twm-how-t-get-section-left .twm-how-t-get-bottom .site-button {
  margin-right: 15px;
  white-space: nowrap;
}

.site-button {
  background-color: #63c29f;
}

.twm-left-icon-bx {
  display: flex;
  align-items: center;
}

.twm-left-icon-bx .twm-left-icon-media {
  min-width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-bg-primary {
  background-color: #98fbcb;
}

.twm-left-icon-bx .twm-left-icon-media i {
  font-size: 44px;
  line-height: 0;
}

.flaticon-bell:before {
  content: "\f145";
}

.twm-left-icon-bx .twm-left-icon-content .icon-title {
  margin-bottom: 0px;
}

.twm-left-icon-bx .twm-left-icon-content p {
  margin-bottom: 0px;
}

.twm-how-t-get-section>.row .twm-how-t-get-section-right {
  position: relative;
}

.twm-how-t-get-section>.row .twm-how-t-get-section-right .twm-left-img-bx {
  position: absolute;
  top: 30px;
  left: 0px;
}

.twm-left-img-bx {
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 20px;
  border-radius: 10px;
  max-width: 250px;
}


.twm-left-img-bx .twm-left-img-content p {
  margin-bottom: 0px;
  font-size: 12px;
  color: #be8ece;
}


.twm-profile-card .site-button-link {
  color: #63c29f;
}

.bounce {
  animation: bounce 1s linear infinite alternate-reverse both;
}

.twm-left-img-bx .twm-left-img-media {
  min-width: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #56d8b1;
  overflow: hidden;
}

.twm-left-img-bx .twm-left-img-media img {
  width: 100%;
}

.twm-left-img-bx .twm-left-img-content .icon-title {
  margin-bottom: 0px;
  font-size: 14px;
}

.twm-how-t-get-section>.row .twm-how-t-get-section-right .twm-profile-card {
  position: absolute;
  bottom: 30px;
  right: 0px;
}

.twm-profile-card {
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 10px;
  width: 100%;
  max-width: 220px;
  text-align: center;
}

.bounce2 {
  animation: bounce2 1.5s linear infinite alternate-reverse both;
}

.twm-profile-card .twm-profile-pic {
  min-width: 70px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0px auto 15px;
  overflow: hidden;
}

.twm-profile-card .twm-profile-pic img {
  width: 100%;
}

.twm-profile-card .twm-profile-name {
  margin-bottom: 5px;
  font-size: 18px;
}

.twm-profile-card .twm-profile-position {
  font-size: 14px;
  margin-bottom: 10px;
}

.twm-profile-card .site-button-link {
  color: #63c29f;
}

.twm-profile-card .site-button-link {
  color: #1967d2;
  font-size: 16px;
}

.site-button-link.underline {
  position: relative;
  color: #212223;
  font-size: 14px;
  font-weight: 500;
  z-index: 1;
  transition: 0.5s all ease;
  overflow: hidden;
  text-decoration: underline;
}

.site-button-link {
  position: relative;
  color: #1967d2;
  font-size: 14px;
  font-weight: 500;
  z-index: 1;
  transition: 0.5s all ease;
  overflow: hidden;
}

.site-button-link:after {
  content: "\f105";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0px;
  transition: 0.5s all ease;
  opacity: 0;
  font-weight: 900;
}

.site-button-link.underline {
  position: relative;
  color: #212223;
  font-size: 14px;
  font-weight: 500;
  z-index: 1;
  transition: 0.5s all ease;
  overflow: hidden;
  text-decoration: underline;
}

.twm-profile-card .site-button-link {
  color: #000;
  font-size: 16px;
}

.twm-left-icon-bx .twm-left-icon-media i {
  font-size: 44px;
  line-height: 0;
}


.twm-explore-area {
  overflow: hidden;
}

.twm-explore-media-wrap .twm-media {
  position: relative;
  z-index: 2;
  margin-right: -85px;
}

.twm-explore-content-outer {
  position: relative;
  z-index: 1;
}

.twm-explore-content {
  background-color: #98fbcb;
  border-radius: 10px;
  padding: 55px 70px;
  position: relative;
  overflow: hidden;
  margin-top: 70px;
  margin-bottom: 70px;
  margin-left: 30px;
  z-index: 1;
}


.twm-explore-content .twm-l-line-1 {
  width: 475px;
  height: 475px;
  position: absolute;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  opacity: 0.1;
  left: -290px;
  top: -290px;
  z-index: -1;
}

.twm-explore-content .twm-l-line-2 {
  width: 475px;
  height: 475px;
  position: absolute;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  opacity: 0.1;
  left: -230px;
  top: -230px;
  z-index: -1;
}

.twm-explore-content .twm-r-circle-1 {
  width: 500px;
  height: 500px;
  position: absolute;
  background-color: #e7e7e7;
  border-radius: 50%;
  opacity: 0.05;
  right: -140px;
  top: -200px;
  z-index: -1;
}

.twm-explore-content .twm-r-circle-2 {
  width: 500px;
  height: 500px;
  position: absolute;
  background-color: #e7e7e7;
  border-radius: 50%;
  opacity: 0.05;
  right: -90px;
  top: -145px;
  z-index: -1;
}

.twm-explore-content .twm-title-small {
  margin-bottom: 10px;
  color: #000000;
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
}

.twm-explore-content .twm-title-large {
  margin-bottom: 40px;
}

.twm-explore-content .twm-title-large h2 {
  color: #000000;
  /* margin-bottom: 40px; */
}

.twm-explore-content .twm-title-large p {
  color: #000000;
}

.twm-explore-content-outer .twm-bold-circle-right {
  width: 250px;
  height: 250px;
  border: 50px solid #98fbcb;
  right: -140px;
  top: -90px;
  opacity: 0.2;
  border-radius: 50%;
  position: absolute;
}

.twm-explore-content-outer .twm-bold-circle-left {
  width: 140px;
  height: 140px;
  border: 30px solid #98fbcb;
  left: 50px;
  bottom: -110px;
  opacity: 0.4;
  border-radius: 50%;
  position: absolute;
}

.pos-abs {
  position: absolute;
  top: 30px;
}

.service-bg-2 {
  /* background: #e2fcef; */
  background: #98fbcb;
  border: 6px solid white;
  border-radius: 30px;
}