body {
  font-family: "poppins", corbel;
  font-size: 14px;
  margin: 0px !important;
  padding: 0px !important;
}

.bgheader {
  background-color: aliceblue;
  padding-top: 1px;
  padding-bottom: 10px;
}

#heading {
  margin-top: 20px;
  /* border-bottom: solid #EEEEEE 1px; */
  padding-bottom: 20px;
}
.search-details-title {
  font-size: 30;
  font-weight: 600;
  margin-bottom: 13px;
}
#heading_dash {
  margin-top: 40px;
  /* border-bottom: solid #EEEEEE 1px; */
  padding-bottom: 18px;
}

#login_area {
  text-align: right;
}

#login_area #heading_search {
  position: relative;
  left: -570px;
  bottom: -10px;
}

.top_btn {
  margin-top: 5px;
  font-size: 18px;
  color: #fff;
}

.top_btn:hover {
  color: #a9cf47;
}

#post_btn {
  color: #fff;
  background-color: #333333;
  /* background-image: url('../images/btn_gb.jpg'); */
  padding: 10px 10px;
  border: 2px solid #a9cf47;
}

#post_btn:hover {
  opacity: 0.7;
  transform: scale(1.1);
}

#banner_area {
  padding: 161px 0px;
  background-color: #fff;
  /* margin-top:22px; */
  background-image: url("../images/nbimg.png");
  background-repeat: no-repeat;
  background-position-x: right;
}

#job_banner_area {
  padding-top: 161px;
  height: 293px;
  /* margin-top:22px; */
  background-image: url("../images/latest-job.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 77px;
}

#looking_for {
  font-size: 30px;
  font-weight: 600;
  padding: 97px 0px;
  margin-top: 81px;
  margin-bottom: 81px;
  background-image: url("../images/looking-j.png");
  background-repeat: no-repeat;
}

#qualities {
  font-size: 30px;
  font-weight: 600;
  padding-top: 35px;
  padding-bottom: 38px;
  margin-top: 81px;
  margin-bottom: 81px;
  background-image: url("../images/qualities.png");
  background-repeat: no-repeat;
}

#nav_icon {
  display: none;
}

#qualities a {
  color: #a9cf47;
  text-decoration: none;
  font-size: 18px;
  /* margin-bottom: 50px; */
}

#qualities img {
  position: relative;
  left: 250px;
}

#banner_area p {
  margin-right: 100px;
}

#banner_area .btn {
  margin-top: 40px;
}

h1 {
  font-size: 40px;
  font-weight: 600;
}
h2 {
  font-size: 28px;
  font-weight: 600;
}
h3 {
  font-size: 18px;
  font-weight: 600;
}

.text-center a {
  color: #a9cf47;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
}

.job_img:hover {
  transform: translateY(-5px);
}

#job_list_area h3 {
  margin-top: 70px;
  margin-bottom: 10px;
}

#job_list_area h2 {
  margin-bottom: 40px;
}

.clear {
  clear: both;
}

.jb_btn {
  background-color: #1d6e43;
  /* background-image: url('../images/btn_gb.jpg'); */
  color: #fff;
  font-size: 14px;
  padding: 8px 30px;
}

.jb_btn:hover {
  transform: scale(1.1);
  background-color: #a9cf47;
}

.job_btn2 {
  background-color: #a9cf47;
  color: #000;
  box-shadow: 0px 3px 6px 3px rgb(0 0 0 / 16%);
}

.job_btn2:hover {
  background-color: #fff;
  color: #a9cf47;
  border-color: #a9cf47;
}

.job_list .jb_btn {
  margin-top: 24px;
  margin-bottom: 14px;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
}

.job_list {
  margin-bottom: 48px;
}

.job_details {
  border-bottom: solid #dfdfdf 1px;
  margin-right: 1px;
  margin-left: 1px;
}

.job_list img {
  width: 100%;
}
.job_list h3 {
  margin-top: 24px !important;
}

#search_area {
  background-color: #1d6e43;
  /* background-image: url('../images/btn_gb.jpg'); */
  background-repeat: repeat-x;
  font-size: 14px;
  padding: 15px 0 10px 0;
}

.frm_search {
  width: 30%;
  height: 40px;
  margin-right: 1%;
  float: left;
  padding-left: 10px;
  color: #666;
  border-radius: 5px;
  border-style: none;
}

#heading_search {
  width: 260px;
  height: 45px;
  color: #666;
  border-radius: 5px;
  border-style: none;
  /* box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.16); */
  box-shadow: 0 0 3px #0004;
  padding: 10px;
}

.job_area_form {
  margin-bottom: 67px;
}

.frm_search_job {
  width: 50%;
  height: 40px;
  margin-right: 2%;
  float: left;
  padding-left: 10px;
  color: #666;
  border-radius: 5px;
  border-style: none;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.16);
}

#login_page_area {
  /* margin-top: 23px; */
}

#login_page_area h3 {
  margin-top: 120px;
  margin-bottom: 50px;
  font-size: 20px;
}

#login_page_area #formGroupExampleInput {
  margin-bottom: 35px;
}

#formGroupExampleInputt {
  margin-bottom: 10px;
}

#password-box {
  background-color: #fff;
  border-radius: 8px;
  padding: 5px;
  display: flex;
  align-items: center;
  width: 85%;
  height: 50px;
  box-shadow: 0px 1px 1px 2px rgba(0, 0, 0, 0.16);
}

#password-box input {
  flex: 1;
  height: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  padding: 10px;
  font-size: 14px;
  color: #8b8b8b;
}

#password-box button {
  margin-right: 0px;
  border: none;
  cursor: pointer;
  background-color: transparent;
  color: #777;
}

#login_page_area .form-control {
  width: 85%;
  height: 50px;
  box-shadow: 0px 1px 1px 2px rgba(0, 0, 0, 0.16);
  border-color: white;
  padding: 10px;
  border-radius: 5px;
}

#login_page_area #fop {
  font-size: 12px;
  color: #8b8b8b;
  text-decoration: none;
}

#btn_login {
  color: #fff;
  background-color: #1d6e43;
  /* background-image: url('../images/btn_gb.jpg'); */
  padding: 10px 10px;
  border: 0px;
  width: 85%;
}

#btn_login:hover {
  transform: scale(1.1);
  background-color: #a9cf47;
}

#btn_login {
  margin-bottom: 18px;
}

#log_sing a {
  text-decoration: none;
  font-size: 16px;
  color: #201d1d;
}

#already a {
  text-decoration: none;
  font-size: 16px;
  color: #201d1d;
}

#log_sing {
  text-align: center;
  font-size: 16px;
  color: #201d1d;
}

#signup_page_area {
  /* margin-top: 23px;  */
}

#signup_page_area h3 {
  margin-top: 25px;
}

#signup_page_area p {
  margin-bottom: 30px;
  margin-top: 10px;
  font-size: 14px;
}

#signup_page_area .form-control-sign {
  width: 85%;
  height: 50px;
  box-shadow: 0px 1px 1px 2px rgba(0, 0, 0, 0.16);
  border-color: transparent;
  /* border: white; */
  padding: 10px;
  border-radius: 5px;
}

#signup_page_area #min {
  font-size: 10px;
}

#forgot_banner_area {
  padding-top: 161px;
  height: 293px;
  /* margin-top:22px; */
  background-image: url("../images/forgot.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 77px;
}

#forgot_information p {
  margin-bottom: 46px;
}

#forgot_information #btn_login {
  color: #fff;
  background-color: #1d6e43;
  /* background-image: url('../images/btn_gb.jpg'); */
  padding: 10px 10px;
  border: 0px;
  width: 50%;
}

#forgot_information #btn_login:hover {
  transform: scale(1.1);
  background-color: #a9cf47;
}

#forgot_information .form-control-sign-forgot {
  width: 50%;
  height: 50px;
  box-shadow: 0px 1px 1px 2px rgba(0, 0, 0, 0.16);
  border: none;
  padding: 10px;
  border-radius: 5px;
}

#search_banner_area {
  padding: 79px 0px;
  /* margin-top:22px; */
  background-image: url("../images/search-details.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 50px;
}

#search_banner_area h1 {
  text-align: center;
}

#search_banner_area #search_b_info {
  padding-left: 400px;
  margin-top: 50px;
}

#search_banner_area #search_b_info .frm_search_job {
  width: 40%;
  height: 40px;
  margin-right: 2%;
  padding-left: 10px;
  color: #666;
  border-radius: 5px;
  border-style: none;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.16);
}

#best_services {
  font-size: 30px;
  font-weight: 600;
  padding-top: 35px;
  padding-bottom: 38px;
  margin-top: 81px;
  margin-bottom: 81px;
  background-image: url("../images/best-services.png");
  background-repeat: no-repeat;
}

#best_services a {
  color: #a9cf47;
  text-decoration: none;
  font-size: 18px;
  /* margin-bottom: 50px; */
}

#best_services img {
  position: relative;
  left: 250px;
}

#search_banner_header h2 {
  font-size: 30px;
  margin-bottom: 13px;
  margin-top: 50px;
}

#search_banner_header2 p {
  color: #a9cf47;
  font-size: 20px;
  margin-bottom: 42px;
}

.job-summary {
  background-color: #f6f6f6;
  /* margin-top: 50px; */
  padding-left: 65px;
  padding-top: 35px;
  padding-bottom: 100px;
}

.job-req-header {
  font-weight: 600;
}

#post_banner_area {
  padding-top: 161px;
  height: 293px;
  /* margin-top:22px; */
  background-size: cover;
  background-image: url("../images/post.png");
  background-repeat: no-repeat;
  margin-bottom: 77px;
}

#post_banner_header p {
  margin-bottom: 36px;
}

.main .firstname input,
.lastname input,
.companyName input,
.email input,
.phone input,
.job-down select,
.location select {
  width: 450px;
  height: 40px;
  border-radius: 5px;
  font-size: 14px;
  box-shadow: 0px 3px 6px 3px rgb(0 0 0 / 16%);
  border: none;
  background-color: #fff;
  padding: 10px 15px;
  margin: 0.7rem 0;
  outline: none;
}

.time {
  margin-top: 0.8rem;
}
textarea {
  width: 100%;
  border-radius: 5px;
  font-size: 14px;
  box-shadow: 0px 3px 6px 3px rgb(0 0 0 / 16%);
  border: none;
  background-color: #fff;
  outline: none;
  padding: 10px 15px;
  margin-top: 10px;
}

#post_banner_form #btn_login {
  margin-top: 50px;
}

#post_banner_form #btn_login {
  color: #fff;
  background-color: #1d6e43;
  /* background-image: url('../images/btn_gb.jpg'); */
  padding: 10px 10px;
  border: 0px;
  width: 20%;
}

#post_banner_form #btn_login:hover {
  opacity: 0.7;
  transform: scale(1.1);
}

.author {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 30px 10%;
  gap: 25px;
}

.author .details {
  box-sizing: border-box;
  box-shadow: 0 5px 15px #ddd;
  width: 618px;
  min-height: 150px;
  padding: 20px;
  border-radius: 0px;
}

.boxes {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 70px;
  gap: 10px;
  cursor: pointer;
}

.boxes .box1 {
  box-sizing: border-box;
  background-color: #1d6e43;
  height: 11px;
  border: none;
  width: 11px;
  border-radius: 50px;
}

.boxes .box2 {
  box-sizing: border-box;
  background-color: #bbd4e8;
  height: 11px;
  border: none;
  width: 11px;
}

/* #pass_eye {
    width: 20px;
} */

/* Dashboard */

#dash_banner_area {
  margin-top: 40px;
}

.dash-side {
  text-decoration: none;
  color: #000;
}

.dash-side :hover {
  color: #1d6e43;
}

#dash_list_board li {
  list-style: none;
}

#dash_list_board a {
  text-decoration: none;
  font-size: 16px;
}

#dash_list_board {
  margin-top: 42px;
}

.sidebar-list {
  padding: 10px 0px;
}

#dash_banner_area #dash_banner_a {
  /* background-color: aquamarine; */
  padding-left: 40px;
  /* border-bottom: solid #DFDFDF 1px;
    padding-bottom: 45px; */
}

#dash_banner_area #dash_banner_a #dash_log {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

#dash_banner_area #dash_banner_a #dash_info {
  font-size: 16px;
  margin-top: 5px;
}

#dash_banner_area #dash_banner_b {
  background-color: #efefef;
  height: 100vh;
}

#dash_banner_b a {
  color: black;
}

#dash_banner_area #dash_banner_b #bannerB_welcome {
  margin-top: 76px;
  /* margin-right: 27px; */
}

#dash_banner_area #dash_banner_b #bannerB_welcome h2 {
  margin-left: 27px;
  font-size: 24px;
}

#dash_banner_area #dash_banner_b #bannerB_welcome p {
  margin-left: 27px;
  font-size: 16px;
  margin-bottom: 46px;
}

#dash_banner_area #dash_banner_b #bannerB_welcome span {
  color: #a9cf47;
}

#bannerB_One {
  margin-left: 27px;
  margin-bottom: 20px;
}

#bannerB_One #bannerA {
  background-color: #fff;
  margin-right: 10px;
  padding-left: 26px;
  padding-top: 55px;
  padding-bottom: 54px;
  margin-left: 20px;
}

#bannerB_Two {
  margin-left: 27px;
  margin-bottom: 20px;
}

#bannerB_Two #bannerA {
  background-color: #fff;
  margin-right: 10px;
  padding-left: 26px;
  padding-top: 55px;
  padding-bottom: 54px;
  margin-left: 20px;
}

#bannerB_Two #bannerB {
  background-color: #fff;
  /* margin-right: 25px; */
  padding-left: 26px;
  padding-top: 55px;
  padding-bottom: 54px;
  margin-left: 20px;
}

.dash-detail-1 {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 50px;
}

#bannerB_One #bannerB {
  background-color: #fff;
  /* margin-right: 25px; */
  padding-left: 26px;
  padding-top: 55px;
  padding-bottom: 54px;
  margin-left: 20px;
}

#bannerB_One #bannerB span {
  color: #a9cf47;
}

#bannerB_One #bannerA span {
  color: #a9cf47;
}

#bannerB_Two #bannerB span {
  color: #a9cf47;
}

#bannerB_Two #bannerA span {
  color: #a9cf47;
}

#arrow-right {
  position: relative;
  top: 140px;
  right: 25px;
}

#arrow-right1 {
  position: relative;
  top: 140px;
  right: 35px;
}

.profile_area {
  margin-top: 50px;
}

#profile_banner_b {
  background-color: #efefef;
}

.profile_area #profile_banner_a #jackline {
  margin-top: 45px;
  padding-left: 40px;
}

.credential_area #profile_banner_a #jackline {
  margin-top: 45px;
  padding-left: 40px;
}

#dash_banner_area #dash_banner_a #jackline {
  margin-top: 45px;
  padding-left: 40px;
}

#profile_banner_a #dash_log {
  display: flex;
  flex-direction: row;
  gap: 15px;
  padding-left: 30px;
}

#profile_banner_a {
  padding-left: 40px;
}

.profile_area #profile_banner_b #profile_Bheader {
  background-color: #1d6e43;
  padding-top: 41px;
  padding-bottom: 39px;
  padding-left: 39px;
  font-size: 28px;
  color: #fff;
  font-weight: 500;
}

#profile_Bheader i {
  color: #a9cf47;
}

.profile_area #profile_banner_b #profile_Bheader img {
  margin-right: 10px;
}

.profile_area .col-md-9 {
  padding-right: 0;
  padding-left: 0;
}

.profile_area #profile_banner_b #profile_ac {
  padding-left: 56px;
  padding-top: 40px;
  padding-right: 139px;
}

.c-accordion {
  margin-bottom: 8px;
}

.c-accordion-title {
  height: 62px;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  background-color: #1d6e43;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}
.c-accordion-title:hover {
  background-color: #a9cf47;
}
.c-accordion-title i {
  margin-right: 10px;
}

.c-accordion .c-accordion-content {
  padding: 25px 20px;
  border: 1px solid #e1dddd;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: none;
  transition: all 0.3s;
  font-size: 14px;
}

.c-accordion.active .c-accordion-content {
  display: block;
  animation-name: fadeIn;
  animation-duration: 0.3s;
}

.c-accordion-content h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 50px;
}

.c-accordion-content .sub-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}

.c-accordion-content .add-more {
  color: #1d6e43;
  margin-top: 30px;
  margin-bottom: 50px;
  background: none;
  border: none;
}

.profile_area #profile_banner_b .formfield {
  width: 100%;
  border-radius: 5px;
  height: 40px;
  font-size: 14px;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.16);
  border: none;
  background-color: #fff;
  padding: 10px 15px;
}

.profile_area #profile_banner_b .no-shadow {
  box-shadow: none !important;
}

.profile_area #profile_banner_b .btn1 {
  color: #fff;
  background-color: #333333;
  border-radius: 5px;
  box-shadow: 0px 3px 6px 6px rgba(0, 0, 0, 0.16);
  width: 80px;
  height: 40px;
  border: none;
  font-weight: 600;
  margin-left: -20px;
}

.profile_area #profile_banner_b .btn1:hover {
  opacity: 0.7;
  transform: scale(1.1);
}

.credential_area {
  margin-top: 50px;
}

#credentials_banner {
  background-color: #efefef;
}

.credential_area #credentials_banner #credentials_Bheader {
  background-color: #1d6e43;
  padding-top: 41px;
  padding-bottom: 39px;
  padding-left: 39px;
  font-size: 28px;
  color: #fff;
  font-weight: 500;
}

.credential_area #credentials_banner #credentials_Bheader img {
  margin-right: 10px;
}

.credential_area .col-md-9 {
  padding-right: 0;
  padding-left: 0;
}

.credential_area #credentials_banner #credential_info {
  padding-left: 56px;
  padding-top: 40px;
  padding-right: 139px;
}

.credential_area #credentials_banner #credential_info #credential_upload {
  margin-top: 31px;
}

.credential_area #credentials_banner #credential_info .formfield {
  width: 250px;
  border-radius: 5px;
  height: 40px;
  font-size: 14px;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.16);
  border: none;
  background-color: #fff;
  padding: 10px 15px;
}

.credential_area #credentials_banner #credential_info #credential_upload {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 128px;
  width: 600px;
  background-color: #fff;
}

.credential_area #credentials_banner #credential_info .table td button {
  border: none;
  background-color: #333333;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  padding: 5px;
}

.credential_area #credentials_banner #credential_info .table td {
  background-color: #fff;
  font-size: 16px;
}

.credential_area #credentials_banner #credential_info .table-heading,
td,
th {
  text-align: center;
}

.credential_area #credentials_banner #credential_info #search_btn {
  margin-bottom: 40px;
  float: right;
}

.credential_area #credentials_banner #credential_info #search_btn input {
  border: none;
  border-radius: 3px;
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.16);
  height: 30px;
}

.credential_area #credentials_banner #credential_info .table {
  margin-bottom: 50px;
}

#caret {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: end;
  position: relative;
  top: -10px;
}

sup {
  color: #fff;
  background-color: #ed3e43;
  border-radius: 50%;
  /* height: 30px; */
  /* width: 70px; */
  padding: 5px;
  font-size: 10px;
}

#heading_nav a {
  color: #000;
  font-size: 18px;
  padding: 15px;
  line-height: 40px;
  text-decoration: none;
  font-weight: bold;
}

#heading_nav li {
  list-style: none;
  border: 1px solid #aaa;
  border-radius: 5px;
  margin: 5px 0;
}

#heading_nav {
  float: right;
}

#heading_nav {
  display: none;
  position: fixed;
  left: 200px;
  z-index: 1;
}

#heading_nav_icon {
  display: none;
}

/* Footer Area */

#footer_area {
  background-color: #1d6e43;
  /* background-image: url('../images/footer_bg.jpg'); */
  margin-top: 92px;
  padding: 81px 0px 51px 0px;
}

#footer_areadash {
  background-color: #1d6e43;
  /* background-image: url('../images/footer_bg.jpg'); */
  margin-top: 92px;
  padding: 15px 0px 20px 0px;
  color: #fff;
}

#footer {
  border-bottom: solid #a9cf47 1px;
  font-size: 14px;
  padding-bottom: 70px;
  margin-bottom: 25p;
}

#footer h2 {
  font-size: 14px;
  color: #a9cf47;
  font-weight: bold;
}

#footer p {
  color: #fff;
  margin-top: 15px;
}

#subscribe {
  margin-top: 57px;
}

#subscribe i {
  color: #000;
}

#footer .frm_search {
  width: 80%;
}

#footer .job_btn2 {
  background-color: #a9cf47;
}

#copyright {
  margin-top: 15px;
  color: #fff;
  font-size: 12px;
}

#social {
  position: absolute;
  right: 150px;
}

#innerbackground {
  position: absolute;
  z-index: -1;
  left: -360px;
  top: 1000px;
}

#innerbackground_search {
  position: absolute;
  z-index: 1;
  left: -360px;
  top: 700px;
}

#innerbackground_post {
  position: absolute;
  z-index: -1;
  left: -360px;
  top: 400px;
}

#innerbackground_forgot {
  position: absolute;
  z-index: -1;
  left: -360px;
  top: 400px;
}

#innerbackground_forgot img {
  height: 850px;
}

#innerbackground_login {
  position: absolute;
  z-index: -1;
  right: 0px;
  top: 1px;
}

#innerbackground_login img {
  height: 100vh;
}

/* .carousel-item {
    background-color: #333c8e;
} */

.carousel-control-next span {
  color: #a9cf47;
}

.carousel-control-prev span {
  color: #a9cf47;
}

.carousel-control-next:hover {
  color: blue;
}

.carousel-control-prev:hover {
  color: blue;
}

.carousel-control-prev-icon {
  /* background-color: #000; */
  position: relative;
  bottom: -88px;
  left: 440px;
}

.carousel-control-next-icon {
  position: relative;
  bottom: -88px;
  right: 440px;
  /* color: #000C3F; */
}

.carousel-control-prev-icon,
.carousel-control-next-icon span {
  color: blue;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: url("../images/circle-solid.svg");
  height: 11px;
  width: 11px;
}

/* Media Screen Starts Here */

@media (max-width: 1500px) {
  .fa-eye {
    margin-right: 90px;
  }
  .fa-eye-slash {
    margin-right: 90px;
  }
  @media (min-width: 320px) and (max-width: 480px) {
    .fa-eye {
      margin-right: 0px;
    }
    .fa-eye-slash {
      margin-right: 0px;
    }
  }
}

@media only screen and (max-width: 950px) {
  #banner_area {
    background-size: cover;
    color: #fff;
    text-shadow: 2px 1px #000;
  }

  #banner_area p {
    margin-right: 0px;
  }

  #nav_icon {
    display: block;
  }

  #nav_list {
    display: none;
  }

  #bannerB_One #bannerA,
  #bannerB_One #bannerB,
  #bannerB_Two #bannerA,
  #bannerB_Two #bannerB {
    margin-left: -10px;
  }

  #dash_banner_c {
    margin-top: 40px;
  }

  #dash_banner_area #dash_banner_b {
    height: auto;
  }

  .frm_search,
  #search_area .job_btn2 {
    width: 100%;
    margin-bottom: 5px;
  }
  .list_heading {
    margin-left: 10px;
  }
  #looking_for {
    padding-left: 20px;
    padding-right: 20px;
  }

  #qualities img {
    position: relative;
    left: 130px;
  }

  #best_services img {
    position: relative;
    left: 130px;
  }

  #footer {
    padding-left: 20px;
  }

  #social {
    position: relative;
  }

  #login_page_area h3 {
    margin-top: 50px;
  }

  #login_page_area .form-control {
    width: 100%;
  }

  #password-box {
    width: 100%;
  }

  #password-box input {
    padding: 0;
  }

  .circle_area {
    padding-left: 25px;
  }

  #signup_page_area .form-control-sign {
    width: 100%;
  }

  #btn_login {
    width: 100%;
  }

  #log_sing {
    text-align: left;
  }

  #signup_page_area #min {
    font-size: 10px;
  }

  #forgot_information #btn_login {
    width: 100%;
  }

  #forgot_information .form-control-sign-forgot {
    width: 100%;
  }

  #search_banner_area #search_b_info {
    padding-left: 50px;
  }

  #search_banner_area #search_b_info .frm_search_job {
    width: 80%;
  }

  .job-summary {
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 50px;
  }

  .job-summary #post_btn {
    margin-top: 20px;
  }

  #search_banner_header {
    margin-left: 15px;
  }

  #search_banner_header2 {
    margin-left: 15px;
    margin-right: 15px;
  }

  #post_banner_header {
    margin-left: 15px;
  }

  .main .firstname input,
  .lastname input,
  .companyName input,
  .email input,
  .phone input,
  .job-down select,
  .location select {
    width: 100%;
  }

  textarea {
    width: 100%;
  }

  #post_banner_form #btn_login {
    width: 70%;
    margin-left: 15px;
  }

  .author {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .author .details {
    box-sizing: border-box;
    box-shadow: 0 5px 15px #ddd;
    width: 300px;
    min-height: 20px;
    padding: 20px;
    border-radius: 0px;
    font-size: 10px;
  }

  #innerbackground_login img {
    display: none;
  }

  .boxes {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 70px;
    gap: 10px;
  }

  #arrow-right1 {
    position: relative;
    top: -70px;
    right: -250px;
  }

  #arrow-right {
    position: relative;
    top: -70px;
    right: -250px;
  }

  .c-accordion-title {
    width: 320px;
    margin-left: 10px;
  }

  .profile_area #profile_banner_b #profile_ac {
    padding-left: 15px;
    padding-top: 40px;
    padding-right: 0px;
  }

  .profile_area #profile_banner_b .formfield {
    width: 300px;
  }

  .credential_area #credentials_banner #credential_info .formfield {
    width: 200px;
    border-radius: 5px;
    height: 40px;
    font-size: 14px;
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.16);
    border: none;
    background-color: #fff;
    padding: 10px 15px;
  }

  .credential_area #credentials_banner #credential_info #credential_upload {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 150px;
    background-color: #fff;
    margin-bottom: 20px;
  }

  .credential_area #credentials_banner #credential_info #credentials-upload {
    height: 30px;
    width: 30px;
  }

  .credential_area #credentials_banner #credentials_Bheader {
    background-color: #1d6e43;
    padding-top: 41px;
    padding-bottom: 39px;
    /* padding-left: 39px; */
    font-size: 18px;
    color: #fff;
    /* font-weight: 500; */
  }

  .credential_area #credentials_banner #credential_info {
    font-size: 14px;
  }

  #dash_banner_b #bannerB_One .col-md-5 {
    margin-bottom: 30px;
  }

  #dash_banner_b #bannerB_Two .col-md-5 {
    margin-bottom: 30px;
  }

  .credential_area #credentials_banner #credential_info {
    padding-left: 35px;
    padding-top: 40px;
    padding-right: 35px;
  }

  #login_area #heading_search {
    display: none;
  }

  #looking_for {
    color: #fff;
    text-shadow: 2px 1px #000;
  }

  #qualities {
    text-shadow: 2px 1px #ddd;
  }

  #best_services {
    text-shadow: 2px 1px #ddd;
  }

  .row {
    margin-right: 0;
    margin-left: 0;
  }

  #dash_banner_area #dash_banner_a {
    padding-left: 0;
  }

  #profile_banner_a {
    padding-left: 0;
  }

  #log_btnn {
    display: none;
  }

  #heading_nav_icon {
    display: block;
  }

  .carousel-control-prev-icon {
    /* background-color: #000; */
    position: relative;
    top: 189px;
    left: 125px;
  }

  .carousel-control-next-icon {
    /* background-color: #000; */
    position: relative;
    top: 189px;
    right: 125px;
  }
}
