/* header */

.loader_div {
  position: absolute;
  top: 0;
  bottom: 0%;
  left: 0;
  right: 0%;
  z-index: 99;
  opacity: 0.7;
  display: none;
  background: lightgrey url("../images/Iphone-spinner-2.gif") center center no-repeat;
}



#navbarSupportedContent{
 width: 100%;   
}

.d-flex.justify-content-end.align-items-baseline{
    align-items: center !important;
}

.popover {
  padding: 1rem 2rem;
  left: -40px;
  font-size: 1.1rem;
}
.popover-body {
  padding: 0;
}

.more {
  display: none;
}

button {
  outline: none !important;
}

.header-image-left {
  width: 130px;
  height: 150px;
  margin-top: -30px;
}

.header-image-right {
  /* width: 100px; */
  /* height: 150px; */
}

.btn-login {
  background-color: #318ce7;
  color: #ffffff !important;
  border-radius: 25px;
  border: 1px solid #318ce7;
  width: 95%;
}

.btn-login:hover {
  background-color: #ffffff;
  color: #318ce7 !important;
}

.btn-signup {
  background-color: #ffffff;
  color: #318ce7 !important;
  border-radius: 25px;
  border: 1px solid #318ce7;
  width: 95%;
}

.btn-signup:hover {
  background-color: #318ce7;
  color: #ffffff !important;
}

.display-contents-m {
  display: contents;
}

.logo-site {
  width: 220px;
  height: auto;
}

.logo-site-mobile {
  width: 90px;
  height: auto;
  /* margin-top: -32px; */
}

.nav-item-color .nav-item .nav-link {
  color: #000000;
  font-size: 1.1rem;
  text-transform: capitalize;
  padding: 10px 10px !important;
}

.height-collapsed {
  height: 40px;
}

.dropleft .dropdown-toggle::before {
  display: none !important;
}
.dropleft .dropdown-menu {
  right: 0;
  left: auto;
  margin-top: 0;
  top: 57%;
  margin-right: 0;
}

.joberis a h1 {
  font-size: 3.2rem;
  color: #318ce7;
  font-weight: bold;
}

.register-btn {
  background-color: #318ce7;
  color: #ffffff;
  text-transform: capitalize;
  border-radius: 15px;
}

/* footer */

.joberiss-foote {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

.footer-job a {
  color: #ffffff;
  font-weight: bold;
}
.footer-job a h1 {
  font-size: 4rem;
}

.second-col h1 {
  text-transform: uppercase;
  font-size: 2rem;
  color: #ffffff;
}

.footer-items {
  margin-top: 1.2rem;
}

.main-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-li {
  /* padding-left: 1em; */
  /* text-indent: -0.7em; */
  display: flex;
}
.main-li a {
  padding-left: 10px;
  font-size: 1rem;
}

.main-li::before {
  content: "• ";
  color: #ffffff; /* or whatever color you prefer */
}

/* landing page */

.buyer-div {
  border-right: 2px solid #318ce7;
  border-left: 2px solid #318ce7;
  border-bottom: 2px solid #318ce7;
}

h2.backgroundd {
  position: relative;
  z-index: 1;
  top: -18px;
}
h2.backgroundd:before {
  border-top: 2px solid #318ce7;
  content: "";
  margin: 0 auto; /* this centers the line to the full width specified */
  position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.spann {
  /* to hide the lines from behind the text, you have to set the background color the same as the container */
  background: #fff;
  padding: 0 1rem;
}

.job-detail-web {
  color: #000000;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}

.buyer-seller-text {
  font-size: 3rem;
}

.free-text h1 {
  font-size: 5rem;
  font-weight: bold;
  margin: 0 0 35px 0;
}

.free-text {
  z-index: 1;
  /* position: relative; */
  /* left: 80px; */
  text-align: center;
  width: 100%;
}

.girl-type-img {
  margin-left: -70px;
}

.form-control-borderless {
  border: none;
}

.form-control-borderless:hover,
.form-control-borderless:active,
.form-control-borderless:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.form-my {
  padding: 0.5rem 0.5rem !important;
}
.find-services {
  background: #ffffff;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 2px;
  color: #318ce7;
  border-radius: 25px;
  border: 1px solid #318ce7;
}

.find-services:hover,
.find-services:focus,
.find-services:active {
  background-color: #318ce7;
  color: #ffffff;
  border: 1px solid #318ce7;
}

.fa-search-job {
  font-size: 1.2rem;
}

.card-job {
  border: 2px solid #318ce7;
  border-radius: 1.2rem;
  /* width: 136%; */
}

.job-color-blue {
  color: #318ce7;
}

.left-double-sqaure {
  position: relative;
  top: -14vh;
  left: 5vh;
}

.img-before::before {
  content: "text"; /* with class ModalCarrot ??*/
  position: relative; /*or absolute*/
  z-index: 100000; /*a number that's more than the modal box*/
  left: -50px;
  top: 10px;
}

.Featured-section p:nth-child(1) {
  font-size: 3.2rem;
  font-weight: bold;
}

.Featured-section p:nth-child(2) {
  font-size: 1rem;
}

.hr-span {
  border-top: 8px solid #318ce7;
  width: 10%;
  border-radius: 20px;
  margin-bottom: 2rem;
}

.hr-span-bridge {
  border-top: 8px solid #318ce7;
  width: 40%;
  border-radius: 20px;
  margin-bottom: 2rem;
}
.fa-lock-bridge {
  font-size: 6rem !important;
}

.hr-span-dashed {
  border-top: 3px dashed #a0a0a0;
  width: 50%;
}

.btn-info-rounded {
  font-weight: 500;
  text-transform: uppercase;
  background-color: #ffffff;
  border-radius: 25px;
  color: #318ce7;
}
.btn-info-rounded:hover {
  background-color: #318ce7;
  color: #ffffff;
}

.bg-blue {
  background-color: #318ce7;
}
.bg-gray {
  background-color: #a19392;
}

.Graphic-btn {
  background-color: #318ce7;
  color: #ffffff;
  border-radius: 25px;
  font-weight: 500;
  text-transform: uppercase;
}

.Graphic-btn:hover {
  background-color: #ffffff;
  color: #318ce7;
}

.music-btn {
  /* background-color: #56a9d8cf; */
}
.buttns-buyer a {
  text-decoration: none !important;
}

.find-a-free-post {
  /*background-color: #318ce7;*/
  background-color: #235BA0;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 25px;
}
.find-a-free-post:hover,
.find-a-free-post:active,
.find-a-free-post:focus {
  background-color: #ffffff;
  color: #318ce7;
}

.post-job-see-job {
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 25px;
  background-color: #ffffff;
  color: #318ce7;
}
.post-job-see-job:hover,
.post-job-see-job:active,
.post-job-see-job:focus {
  /*background-color: #318ce7;*/
  background-color: #235BA0;
  color: #ffffff;
}

.car-cat {
  border-radius: 0.5rem;
  margin-top: 10px;
  border: 1px solid #a0a0a0;
}

.shield-size {
  width: 500px;
}

.mb-bg-white-cat-row {
  margin-bottom: 30px;
}
.font-weight-normal-five {
  font-weight: 500;
}

.car-cat-view-jobs {
  border-radius: 1.5rem;
  margin-top: 15px;
  border: 1px dashed rgba(0, 0, 0, 0.5);
}

.text-secondary-job {
  color: #a0a0a0;
  font-size: 1.2rem;
}

.number-jobs {
  color: #90c3fe;
  text-transform: uppercase;
  font-size: 1rem;
}

.whole-world {
  margin-left: -20px;
  /* margin-top: 20%; */
  margin-bottom: 30%;
  margin-top: 10%;
}

.whole-world h1 {
  font-size: 2rem;
}
.whole-world p {
  font-size: 1.2rem;
}

.dot {
  height: 55px;
  width: 55px;
  background-color: #14212b;
  border-radius: 50%;
  display: inline-block;
}

.cmnt-image {
  height: 50px;
  width: 50px;
}

.job-detail-rating {
  font-size: 1.3rem;
}

.star-ratings {
  line-height: 18px;
}

.username-rating {
  color: #8085cb;
}

.checked {
  color: orange;
  font-size: 0.8rem !important;
}

.rating-number {
  font-size: 0.9rem;
  color: #a0a0a0;
}

.fixed-price {
  position: relative;
  height: 250px;
}

.fixed-price > img,
.gig-buyer-image {
  height: 100%;
  /* object-fit: cover; */
  /* object-fit: contain; */
  width: 100%;
}

.pos {
  position: absolute;
  right: 8%;
  transform: translate(0, -50%);
}
.pos {
  background-color: #4c53b6;
  color: #ffffff;
  border-radius: 10px;
  padding: 5px 10px 2px 10px;
}
.pos p {
  line-height: 15px;
}
.pos span {
  font-size: 0.8rem;
  line-height: 15px;
  float: right;
}

/* order.php */

.order .form-control {
  border-radius: 15px;
  border: none;
  height: 4rem;
  margin-bottom: 2rem;
}

.popover_button,
.popover_button:active,
.popover_button:hover,
.popover_button:focus {
  padding: 15px;
  border-radius: 50%;
  box-shadow: none !important;
}

.nav-item-color-main .nav-item .nav-link {
  color: #000000;
  font-size: 1.1rem;
  white-space: nowrap;
  text-transform: capitalize;
  /* padding: 10px 20px !important; */
}

.white-space {
  white-space: nowrap;
}
.switch_buy {
  text-transform: capitalize;
  color: #000000;
  font-size: 1.1rem;
  display: flex;
}

.seller-buyer-click-gray {
  color: rgba(194, 187, 187, 0.5) !important;
}

.active_orders p {
  font-size: 2rem;
  color: #000000;
  text-transform: capitalize;
  font-weight: 500;
}

.wells_section .jumbotron {
  border-radius: 1.3rem;
}

.cmnt-image-order {
  width: 40px;
  height: 40px;
}
.order-h4 {
  font-size: 1.27rem;
}

/* gigs.php */

.car-cat-view-gigs {
  border-radius: 1.5rem;
  margin-top: 15px;
  border: none;
}

.main-create-section {
  background: #fff;
  border-radius: 5px 5px 0 0;
  border: 1px solid #dadbdd;
  margin-bottom: 20px;
  padding: 40px;
}

/* gig detail */

.nav-package-pills .nav-link {
  text-transform: uppercase !important;
}

.nav-package-pills .nav-link.active,
.nav-package-pills .show > .nav-link {
  color: #fff;
  background-color: #47da5b;
}

/*.show{*/
/*    display: block !important;*/
/*    height: auto !important;*/
/*}*/

/* Defines the width of the carousel and centers it on the page */
.slick-carousel {
  margin: 0 auto;
  width: 1000px;
}

/* The width of each slide */
.slick-slide {
  width: 350px;
}

/* Color of the arrows */
.slick-next::before,
.slick-prev::before {
  color: blue;
}

/* earnings.php */

.bg-color-funds,
.bg-color-funds:hover {
  background-color: #4c53b6;
  border-radius: 25px;
  border: none;
}

.tablerounededCorner {
  border: 1px solid #7a7b7b;
  background-color: #ddd;
  border-radius: 1.2em;
}

.roundedTable,
.roundedTable-workrequest {
  border-collapse: collapse;
  border-radius: 1.5em;
  overflow: hidden;
  width: 100%;
  margin: 0;
}

.roundedTable th,
.roundedTable td,
.roundedTable-workrequest th,
.roundedTable-workrequest td {
  padding: 2em;
  /* background: #ddd; */
  /* border-bottom: 1px solid white; */
}

.roundedTable th,
.roundedTable-workrequest th {
  text-align: left;
  color: #ffffff;
  opacity: 0.7;
  letter-spacing: 0.8px;
  font-weight: 500;
  font-size: 1.2rem;
}

.roundedTable tr:last-child td,
.roundedTable-workrequest tr:last-child td {
  border-bottom: none;
}
.table-span-same {
  font-size: 1.1rem;
  font-weight: 500;
  color: #000000;
}

.progress-bar-bg {
  background-color: #4c53b6;
  border-radius: 1rem;
}

.funds_progress_bar {
  width: 20%;
  height: 1em;
  border-radius: 1rem;
}

/* work_request.php */

.table-span-req {
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
}

.dot_work {
  height: 40px;
  width: 40px;
  background-color: #77b5fe;
  border-radius: 50%;
  display: inline-block;
}

.d-none-hover {
  visibility: hidden;
}

.t-hover:hover {
  background-color: #ddd !important;
}
.t-hover:hover .d-none-hover {
  visibility: visible;
}

.create-custom-modal {
  border-radius: 15px;
}

.login-modal h3 {
  font-size: 4rem;
  color: #ffffff;
}

.has-search .form-control {
  padding-left: 2.375rem;
  border-radius: 25px;
  background-color: #428ad7;
}

.has-search .form-control::placeholde {
  color: #ffffff;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #77b5fe;
}

.has-search-header .form-control {
  padding-left: 2.375rem;
  border-radius: 10px;
  background-color: #f5f5f5;
  border: none;
}

.has-search-header .form-control::placeholde {
  color: #ffffff;
}

.has-search-header .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #a0a0a0;
}

.image-offer img {
  height: 100px;
  width: 120px;
}

.description-offer textarea {
  height: 100px;
  background-color: #eef3f7;
  border-radius: 15px;
}
.total-ofer-amount {
  align-items: center;
  border-top: 1px solid rgb(240, 236, 236);
  border-bottom: 1px solid rgb(240, 236, 236);
  /* margin-top: 20px; */
  padding: 10px 0px;
}

.total-offer-input input {
  background-color: #eef3f7 !important;
  width: 60%;
  float: right;
  border-radius: 10px;
}

.send-now-button,
.send-now-button:hover {
  background-color: #77b5fe;
  border-radius: 25px;
  border: none;
}

/* dashboardselling one */

.main-post-username {
  border-radius: 25px;
  height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.banner-image img {
  height: 240px;
}

/* postrequest.php */

.services-attachment-section h1 {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 2rem;
}

.services-attachment-section p {
  font-weight: 500;
}

.services-attachment-section textarea {
  border-radius: 15px;
  border: none;
}
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.btn-input-file {
  border: none;
  color: gray;
  background-image: linear-gradient(#ffffff, #eeeeee);
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 20px;
  font-weight: 400;
}

.upload-btn-wrapper input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.category-sub {
  border-radius: 15px;
  border: none;
  height: 4rem;
  margin-bottom: 2rem;
}

.Submit-req-btn .send-now-button {
  font-weight: 500;
}

/* projectdetails */

.img-rounded-corners {
  border-radius: 15px;
  width: 50%;
}

#timer {
  /* letter-spacing: -1px; */
  justify-content: space-evenly;
  text-align: center;
}

#timer span:first-child {
  /* margin-left: 0; */
}

.double-dot {
  font-size: 4rem;
}

.timer-section span:nth-child(1) {
  font-size: 4rem;
  border-radius: 15px;
  font-weight: 500;
  margin-right: 0.5rem;
  min-width: 6rem;
  /* padding: 0 1rem; */
}

.timer-section span:nth-child(2) {
  text-transform: uppercase;
  font-size: 1.2rem !important;
  font-weight: 600;
  margin-top: 1rem;
}

.project-budget p {
  margin: 0;
}
.project-budget p:nth-child(1) {
  color: #a0a0a0;
  font-weight: 500;
}
.project-budget p:nth-child(2) {
  color: #000000;
  font-size: 1.4rem;
  font-weight: 600;
}

.checked-projectd {
  color: orange;
  font-size: 1.2rem !important;
}

.rating-number-project {
  font-size: 1.4rem;
  color: #000000;
  font-weight: 500;
}

.contact-assign a button {
  font-size: 1.2rem;
  font-weight: 500;
}

.contact-assign a .asign-btn {
  background-color: #4c53b6;
}

.user-name-detail {
  color: #000000;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
}

.job-name-detail {
  color: #a0a0a0;
  font-weight: 500;
  font-size: 1.2rem;
}

.job-detail-desc {
  color: #a0a0a0;
  font-weight: 400;
}

.input-tags button {
  background-color: #ffffff;
  color: #000000;
  font-size: 1.4rem;
  padding: 0.6rem 2rem;
  border-radius: 25px;
  margin: 1rem 0.5rem 0;
}

.input-tags-profile-seller button {
  background-color: #ffffff;
  color: #a0a0a0;
  font-size: 1.4rem;
  padding: 0.6rem 2rem;
  border-radius: 25px;
  margin: 1rem 0.5rem 0;
  border: 1px solid #a0a0a0;
}

/* projectdetailseller php */

.message-box {
  border-radius: 20px;
}

.write-message input {
  border: none;
  background-color: #eef3f7;
  height: 4rem;
  border-radius: 20px;
}

.emoji-div img {
  width: 20px;
  height: 20px;
}

.offer-btn {
  border: 1px solid #90c3fe;
  border-radius: 25px;
}

/* profileseller php */

.main-profile-box {
  border-radius: 25px;
}

.profile-username-job p:nth-child(1) {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 30px;
}

.profile-username-job p:nth-child(2) {
  color: #a0a0a0;
}

.personal_balance {
  background-color: #4c53b6;
  border-radius: 15px;
}

.personal_balance p:nth-child(1) {
  margin: 0;
  font-size: 2.4rem;
  color: #ffffff;
  line-height: 1;
  font-weight: 600;
  word-break: break-all;
}

.personal_balance p:nth-child(2) {
  margin: 0;
  color: #ffffff;
  word-break: break-all;
}

.profile_progress_bar {
  width: 100%;
  height: 0.5em;
  border-radius: 1rem;
}

.progress_profile_main .span-time {
  color: #a0a0a0;
  word-break: break-all;
}

.profile-progress-div span {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

.description-profile .lead {
  font-size: 1.4rem;
  color: #000000;
  font-weight: 500;
  margin: 0;
  word-break: break-all;
}

.description-profile span {
  color: #a0a0a0;
  word-break: break-all;
}
.education-box-inner .qualification {
  font-size: 1.2rem;
  color: #000000;
  font-weight: 500;
  margin: 0;
  word-break: break-all;
}

.reviews-as-seller span {
  font-size: 1.5rem;
  color: #a0a0a0;
}

.seller-level-section {
  border-radius: 15px;
}
.profile-user-review-day {
  color: #a0a0a0;
}
.location {
  font-size: 1.2rem;
  color: #318ce7;
  font-weight: 500;
}

/* daahboard buyer php */

.dashboard_buyer_earnings img {
  height: 55px;
  width: 55px;
}

.dashboard_buyer_earning_text span {
  color: #a0a0a0;
}

.dashboard_inbox_userimage img {
  width: 50px;
  height: 50px;
}
.line-height-div {
  line-height: 1.2;
}

.scroll-inbox {
  border-right: 5px solid white;
  border-radius: 20px;
}

.main-inbox {
  border-right: 1px solid #efecec;
  margin-right: 0.5rem;
}

.scrollbar {
  /* margin-left: 30px; */
  /* float: left; */
  height: 100vh;
  /* width: 300px; */
  background: #f5f5f5;
  overflow-y: scroll;
  /* margin-bottom: 25px; */
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top: 1px solid #efecec;
}

.force-overflow {
  min-height: 450px;
}

.border-bottom-scroll {
  border-bottom: 1px solid #efecec;
}

#style-3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 15px;
  margin-bottom: 10px;
  margin-top: 10px;
}

#style-3::-webkit-scrollbar {
  width: 10px;
  background-color: none;
}

#style-3::-webkit-scrollbar-thumb {
  background-color: #4c53b6;
  border-radius: 15px;
}

/* messsage */

.height-vh-message {
  height: 100vh;
}

.element {
  display: inline-flex;
  align-items: center;
}
i.fa-paperclip {
  margin: 10px;
  cursor: pointer;
  font-size: 24px;
}
i:hover {
  opacity: 0.6;
}
.message-file {
  display: none;
}

.tox-toolbar {
  border: 0 !important;
}

.tox-tinymce {
  height: 100px !important;
}

.message-sent-userimage img:nth-child(1) {
  height: 50px;
  width: 50px;
}

.hero-image-mobile {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: linear-gradient(#ffffff, #ffffff), url("photographer.jpg");

  /* Set a specific height */
  height: 40vh;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-top: 1px solid #a0a0a0;
}

/* Place text in the middle of the image */
.hero-text-mobile {
  text-align: center;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000000;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .card-job {
    border-radius: 1.2rem;
    width: 100%;
    position: absolute;
    bottom: 7vh;
    border: 1px solid #318ce7;
  }

  .whole-world {
    margin-left: 0;
  }

  .roundedTable th,
  .roundedTable td {
    padding: 1em;
    /* background: #ddd; */
    /* border-bottom: 1px solid white; */
  }
  .roundedTable-workrequest th,
  .roundedTable-workrequest td {
    padding: 5px;
  }
  .display-contents-md {
    display: block;
  }

  .girl-type-img {
    margin-left: 0;
  }

  .free-text h1 {
    font-size: 0rem;
    font-weight: bold;
    margin: 0 0 35px 0;
  }

  .free-text {
    position: absolute;
    width: 80%;
    left: 10%;
  }

  .buyer-seller-text {
    font-size: 2rem;
  }

  .job-detail-web {
    font-size: 1rem;
  }

  .bridge-text {
    font-size: 1.5rem;
  }

  .double-dot {
    font-size: 1.4rem;
    margin-right: 0.5rem;
  }

  .timer-section span:nth-child(1) {
    font-size: 1.4rem;
    min-width: 4rem;
    /* padding: 0 1rem; */
  }

  .timer-section span:nth-child(2) {
    font-size: 0.9rem !important;
  }
}

@media only screen and (device-width: 768px) {
  /* default iPad screens */
  .display-contents-md {
    display: block;
  }
  .free-text h1 {
    font-size: 3rem;
    font-weight: bold;
    margin: 0 0 35px 0;
  }
  .free-text {
    margin: 0;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .height-v {
    height: 100vh;
  }
}

/******************** home page user benefit section  ******************/

.user-benefit-section img {
  margin-bottom: 15px;
  width: 100%;
}

.user-benefit-section .user-benefit {
  padding-right: 95px;
  padding-left: 20px;
}

.user-benefit-section h1 {
  font-weight: 500;
  line-height: 1.2;
  font-size: 2rem;
}

.user-benefit-section ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.user-benefit-section ul li {
  color: #fff;
  font-size: 1.2rem;
  position: relative;
  padding-left: 37px;
}

.user-benefit-section ul li + li {
  margin-top: 10px;
}

.user-benefit-section ul li .icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.user-benefit-section ul li .icon i {
  opacity: 1;
  font-weight: 100;
}

/*********** Privacy policy page and term of services page  ******************************/

.privacy-policy-page-wrapper,
.terms-of-services-wrapper {
  background-color: #e1ecf5;
  padding: 15px 0;
}

.privacy-policy-page-wrapper h1,
.terms-of-services-wrapper h1 {
  color: #14212b;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.privacy-policy-page-wrapper h2 {
  color: #14212b;
  font-size: 20px;
  font-weight: 700;
}

.privacy-policy-page-wrapper p,
.terms-of-services-wrapper p {
  color: #6b6b6b;
  font-size: 18px;
}

.privacy-policy-page-wrapper ul,
.terms-of-services-wrapper ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
}

.privacy-policy-page-wrapper ul li,
.terms-of-services-wrapper ul li {
  color: #6b6b6b;
  font-size: 18px;
}

.terms-of-services-wrapper ul li + li {
  margin-top: 15px;
}

/*********************** sign up modal -> other sign up ways style here ********************/

.other-sign-up-ways button {
  border-radius: 25px;
}

.other-sign-up-ways button .icon {
  background-color: #58a3f4;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 6px;
}

.other-sign-up-ways button .icon i {
  color: #fff;
  opacity: 1;
}

/*************************** new top bar category styling start here ***********************/

.all-top-category-wrapper {
  flex-wrap: wrap;
}

.all-top-category-wrapper .single-category {
  flex-grow: 1;
  flex-shrink: 1;
  /* flex-basis: 10%; */
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
}

.all-top-category-wrapper .single-category + .single-category {
  margin-left: 15px;
}

.all-top-category-wrapper .single-category .cateogory-btn {
  position: relative;
  width: 100%;
  font-size: 12px;
}

.cateogory-btn .category-drop-down {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 105%;
  width: 100%;
  background-color: #318ce7;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  z-index: 999;
}

.cateogory-btn .category-drop-down .item {
  color: #fff;
  text-align: start;
}

.cateogory-btn .category-drop-down .item:hover {
  color: #318ce7;
  background-color: #ffffff;
}

.cateogory-btn:hover .category-drop-down,
.cateogory-btn:focus .category-drop-down {
  opacity: 1;
  visibility: visible;
}

/*************************************** Media Queries *************************/

/* X-Small devices (portrait phones, less than 576px)
No media query for `xs` since this is the default in Bootstrap */

@media (max-width: 575.98px) {
  .all-top-category-wrapper .single-category + .single-category {
    margin-left: 0;
  }
  
  .tox-notifications-container {
    left: 27% !important;
    width: 73% !important;
    transform: translateX(-18%);
}


  .active_orders p {
    font-size: 1rem;
    margin-top: 1rem;
}

  .form-group.w-25.m-0.has-search-header.position-relative {
    width: 100% !important;
}
  .navbar-text.small.white-space.mt-1 {
    width: 100% !important;
    justify-content: left;
    display: flex;
}

.seller-level-section {
    height: auto;
    flex-wrap: wrap;
    gap: 2rem;
}
  

  .all-top-category-wrapper .single-category {
    flex-basis: 55%;
  }
}

@media (max-width: 400px){
    .attachment-offer-section{
        flex-wrap: wrap;
        gap: 0.5rem
    }
    
    .emoji-div.align-items-center.d-flex {
    width: 100%;
    justify-content: center;
}

.ml-auto {
    margin: 0 auto;
}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .all-top-category-wrapper .single-category {
    flex-basis: 35%;
  }
  
  .tox-notifications-container {
    left: 65% !important;
    width: 45% !important;
    transform: translateX(-50%);
}
  
  .seller-level-section {
    height: auto;
    flex-wrap: wrap;
    gap: 2rem;
}
  
  .form-group.w-25.m-0.has-search-header.position-relative {
    width: 100% !important;
}

  .all-top-category-wrapper .single-category:nth-child(3),
  .all-top-category-wrapper .single-category:nth-child(5),
  .all-top-category-wrapper .single-category:nth-child(7) {
    margin-left: 0;
  }
  .navbar-text.small.white-space.mt-1 {
    width: 100% !important;
    justify-content: left;
    display: flex;
}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .all-top-category-wrapper .single-category {
    flex-basis: 20%;
  }
  
  .tox-notifications-container {
    left: 65.5% !important;
    width: 52% !important;
    transform: translateX(-50%);
}
  
  .active_orders p {
    font-size: 1.7rem;
}
  
  .seller-level-section {
    height: auto;
    flex-wrap: wrap;
    gap: 2rem;
}
  
  .form-group.w-25.m-0.has-search-header.position-relative{
      width: 50% !important;
  }

  .all-top-category-wrapper .single-category:nth-child(5) {
    margin-left: 0;
  }
  
  .navbar-text.small.white-space.mt-1 {
    width: 100% !important;
    justify-content: left;
    display: flex;
}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .all-top-category-wrapper .single-category {
    flex-basis: 20%;
  }

  .all-top-category-wrapper .single-category:nth-child(5) {
    margin-left: 0;
  }
  
  .form-group.w-25.m-0.has-search-header.position-relative{
      width: 50% !important;
  }
}

/*************************** find a freelancer page styling start here ***********************/
.find-a-freelancer-wrapper {
  background-color: #cce5ff;
  padding: 4rem 2rem;
}

.find-a-freelancer-wrapper .hr-span {
  width: 7%;
}
