@import url("https://fonts.googleapis.com/css2?family=Poppins: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");

:root {
  --c1: #000; /* Black */
  --c2: #fff; /* White */
  --c3: #429042; /* green */
  --c4: #0b0b0b; /* Background Color */
  --c5: #6b6b6b; /* Background Color */
  --c6: #8e8e8e;
  --f1: arima_madurairegular;
  --bs-primary-rgb: 66, 144, 66;
  --bs-secondary-rgb: 238, 238, 238;
  --bs-body-font-size: 14px;
  --bs-link-color: 66, 144, 66;
  --bs-link-color-rgb: 66, 144, 66;
  --bs-link-hover-color-rgb: 66, 144, 66;
  --bs-bg-opacity: 1;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: var(--bs-gray-400);
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  background: var(--c3);
  border-radius: 5px;
}

@supports not selector(::-webkit-scrollbar) {
  body {
    scrollbar-color: var(--c3)
                     var(--bs-gray-400);
  }
}
.spacing{
    padding: 100px 0px;
}
/* .text-danger {
    color: #3c096c !important;
}
.bg-danger {
    background-color: #3c096c !important;
}
.bg-primary {
    background-color: #e5e7eb !important;
}
.text-black-50 {
    color: #6d7280 !important;
}
.border-dark {
    border-color: #21252936 !important;
} */
.rounded-50{
	border-radius: 50px;
}
footer {
    border-top-left-radius: 50px;
	border-top-right-radius: 50px;
}
.btn{
	--bs-btn-font-size: var(--bs-body-font-size);
}
.btn-outline-primary {
	--bs-bg-opacity: 1;
    --bs-btn-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity));
    --bs-btn-border-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity));
    --bs-btn-hover-bg: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity));
    --bs-btn-hover-border-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity));
    --bs-btn-active-bg: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity));
    --bs-btn-active-border-color: #0d6efd;
    --bs-btn-disabled-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity));
    --bs-btn-disabled-border-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity));
}
.btn-primary {
	--bs-bg-opacity: 1;
    --bs-btn-bg: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity));
    --bs-btn-border-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity));
    --bs-btn-hover-bg: rgba(var(--bs-primary-rgb), 0.8);
    --bs-btn-hover-border-color: rgba(var(--bs-primary-rgb), 0.8);
    --bs-btn-active-bg: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity));
    --bs-btn-active-border-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity));
    --bs-btn-disabled-bg: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity));
    --bs-btn-disabled-border-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity));
}
.web-title h2{
    font-size: 42px;
    font-weight: 600;
    color: var(--c1);
}
.web-title h2 span{
    color: var(--c3) !important;
}
.bg-gradient {
    background-color: #2a71751a !important;
}
select{
	outline: none;
}
a {
  text-decoration: none !important;
  display: inline-block;
}
img {
  width: 100%;
  display: block;
}
ul {
  padding-left: 1.2rem;
  margin: 0;
}
p {
  /* font-size: 14px;
   color: var(--c6);
   padding: 0;
   margin: 0;
   line-height: 30px; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}


::selection {
  background: blue;
  color: #fff;
}

/* inner-wrapper */

.inner-header {
    height: 500px;
    background-position: center !important;
    background-attachment: fixed !important;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.inner-header:before {
  width: 100%;
  height: 100%;
  content: "";
  background: #000000d6;
  position: absolute;
  left: 0;
  top: 0;
}
.inner-header .container {
  position: relative;
}
.inner-header .inner-header-title h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}

/* end inner-wrapper */


.header-logo a img{
	max-width: 255px;
}
.banner-content h1{
    font-size: 52px;
}
.how-work-card-img img{
    width: 60px;
}
.reviews-card{
    border-radius: 20px;
}
.card-content p{
    height: 170px;
}
.slick-prev.slick-arrow {
    position: absolute;
    right: 18px;
    top: -15px;
    width: 58px;
    padding: 0;
    cursor: pointer;
    background-color: #3c096c;
    color: #fff;
    border-radius: 5px;
}
.slick-next.slick-arrow {
    position: absolute;
    right: 90px;
    top: -15px;
    width: 58px;
    padding: 0;
    cursor: pointer;
    background-color: #3c096c;
    color: #fff;
    border-radius: 5px;
}
input[type="radio"] {
    width: 17px; /* Size */
    height: 15px; /* Size */
    accent-color: var(--c3); /* Green color */
    transform: scale(1.5); /* Increase size further */
    cursor: pointer; /* Pointer cursor for better UX */
  }
/*
  section.banner {
    background-image: url('https://www.weshapebrands.com/Job_posting/wp-content/uploads/2024/12/home_page_header-scaled.jpg');
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: right top;
    height: 100vh;
    padding: 118px 0;
}
*/
.banner-img {
    background-image: url(https://www.weshapebrands.com/Job_posting/wp-content/uploads/2024/12/мытье_окна.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    height: calc(100vh - 250px);
    margin-right: -25vw;
}
.banner-selector p {
    margin: 0;
    position: relative;
    top: -4px;
}
.location input{
    background-color: #fff;
/*     padding: 20px 20px; */
	padding-left: 3.5rem !important;
/*     height: 65px; */
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0px 1px 3px 0px grey;
    border-radius: 40px;
    outline: none;
    border: none;
}
.location i {
    font-size: 25px;
    color: var(--c3);
}
.banner-btn a {
    width: 100%;
    text-align: center;
}
.banner-bottom span i {
    color: #ffa200;
    font-size: 20px;
}

.radio-input {
  display: flex;
  align-items: center;
  justify-content: center;
}

.radio-input input {
  appearance: none;
  width: 2em;
  height: 2em;
  background-color: #171717;
  box-shadow: inset 2px 5px 10px rgb(5, 5, 5);
  border-radius: 50%;
  transition: .4s ease-in-out;
}

.radio-input input:hover {
  scale: 1.2;
  cursor: pointer;
  box-shadow: none;
}

.radio-input .circle {
  position: relative;
  top: 0.01em;
  left: -1.1em;
  width: 0.6em;
  height: 0.6em;
  background-color: yellow;
  scale: 0;
  border-radius: 10px;
  transition: .4s ease-in-out;
}

.radio-input input:checked {
  box-shadow: none;
  border: 1px solid yellow;
}

.radio-input input:checked + .circle {
  transform: rotate(360deg);
  scale: 1;
}
.information-img img {
    height: 270px;
    object-fit: cover;
    width: 100% !important;
    border-radius: 10px;
}
.what-offer-img img {
    width: 90%;
    z-index: 2;
	border-radius: 55px;
}
.blog-img img {
    border-radius: 5px;
    padding-bottom: 20px;
    height: 300px;
}
.blog-content a {
    background-color: var(--c3);
    padding: 10px 16px;
    color: #fff;
    border-radius: 5px;
}


/*NEW CSS*/
.world-selector i {
    background-color: #429042;
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    font-size: 13px;
}
/* .login a {
    color: var(--c3);
    padding: 3px 20px;
    border-radius: 20px;
    border: 2px solid var(--c3);
} 
.Sign-up a{
    background-color: var(--c3); 
    color: var(--c3);
    padding: 3px 20px;
    border-radius: 20px;
    border: 2px solid var(--c3);
}*/
header.header {
/*     background-color: var(--c2);
    box-shadow: 0px 1px 4px 0px grey; */
    border-radius: 0px 0px 54px 54px;
    z-index: 999;
    position: relative;
}
/*banner*/
.banner{
    background-image: url(https://www.weshapebrands.com/Job_posting/wp-content/uploads/2024/12/Rectangle-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
	margin-top: -100px;
    padding-top: 170px;
}
.banner::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(255 255 255 / 50%);
}
.banner-content{
    position: relative;
}
.banner-content h1 {
    font-size: 60px;
    font-weight: 600;
    color: var(--c1);
    margin-bottom: 20px !important;
    position: relative;
    z-index: 1;
}
.banner-content h1 span{
    color: var(--c3);

}
.banner-content p{
    font-size: 18px;
    padding-bottom: 20px !important;
}
/*
.web-btn a {
    background-color: var(--c3);
    color: var(--c2);
    padding: 12px 35px;
    border-radius: 30px 0px;
    font-weight: 600;
    border: 1px solid var(--c3);
    transition: 0.3s ease;
}
.web-btn a:hover{
    background-color: transparent !important;
    border: 1px solid var(--c3) !important;
    color: var(--c3) !important;
}*/
.banner-content-main {
    padding: 40px 40px;
    border-radius: 42px;
    box-shadow: 0px 1px 9px 0px grey;
}
/* .banner-contents h1 {
    font-size: 45px;
} */

/*why choose us*/
.what-offer-img{
    position: relative;
}
.what-offer-img::before {
    position: absolute;
    content: "";
    width: 204px;
    height: 211px;
    top: -40px;
    left: -8px;
    background-image: url(https://www.weshapebrands.com/Job_posting/wp-content/uploads/2024/12/Rectangle-16.png);
	border-top-left-radius: 55px;
    background-size: 100%;
}
.what-offer-img::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    top: -6.5rem;
    left: 49%;
    background-image: url(https://www.weshapebrands.com/Job_posting/wp-content/uploads/2024/12/Group-796.png);
    z-index: -1;
    background-repeat: no-repeat;
    object-fit: cover;
    z-index: -1;
}
.what-offer-content ul li {
    padding-bottom: 15px;
}
.li-green{
    color: var(--c3);
}
.what-offer-bottom img {
    width: 10%;
}
.what-offer-bottom h3{
    font-weight: 600;
}
.what-offer{
    position: relative;
}
.what-offer::before {
    position: absolute;
    content: "";
    width: 13%;
    height: 30%;
    top: 70%;
    left: 0;
    background-image: url(https://www.weshapebrands.com/Job_posting/wp-content/uploads/2024/12/Group-791.png);
    background-repeat: no-repeat;
}
/*
.what-offer::after {
    position: absolute;
    content: "";
    width: 8%;
    height: 96%;
    top: 0;
    background-image: url(https://www.weshapebrands.com/Job_posting/wp-content/uploads/2024/12/Logo-2.png);
    background-repeat: no-repeat;
    left: 92%;
    background-size: cover;
}
*/

/*services*/
.services{
    background-color: rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important;
    position: relative;
    z-index: 2;
}
.services::before {
    position: absolute;
    content: "";
    width: 9%;
    height: 30%;
    top: 76%;
    right: 0;
    background-image: url(https://www.weshapebrands.com/Job_posting/wp-content/uploads/2024/12/Group-798.png);
    background-repeat: no-repeat;
}
.services::after {
    position: absolute;
    content: "";
    width: 51%;
    height: 43%;
    top: 50%;
    left: 0%;
    background-image: url(https://www.weshapebrands.com/Job_posting/wp-content/uploads/2024/12/Group-797.png);
    background-repeat: no-repeat;
    object-fit: cover;
	z-index: -1;
}
.services-content p {
    padding-top: 15px;
}
.services-card {
    background-color: #8080801f;
    padding: 22px 21px;
    border-radius: 18px;
    cursor: pointer;
    position: relative;
}
.services-card-content h3 {
    color: var(--c3);
    font-weight: 600;
}
.services-card-img img {
    border-radius: 19px;
}
.services-card-content {
    height: 175px;
}
.services-card-icon i {
    position: absolute;
    top: 20px;
    padding: 12px;
    background-color: var(--c2);
    right: 23px;
    border-radius: 50%;
    rotate: 325deg;
    font-size: 20px;
}
/* Default styles for the card */
.services-card {
    overflow: hidden;
    transition: background-color 0.5s ease, color 0.5s ease;
}

.services-card-content h3,
.services-card-content p {
    color: #333; /* Default text color */
    transition: color 0.3s ease;
}

.services-card-img img {
    width: 100%;
    display: block;
}

/* Hover effect */
.services-card:hover {
    --bs-bg-opacity: 0.5;
    background-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity));
}

.services-card:hover .services-card-content h3,
.services-card:hover .services-card-content p {
    color: white;
}
/* Icon styles */
.services-card-icon {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Hover effect */
.services-card:hover .services-card-icon {
    opacity: 1;
}

/* Additional hover effects if needed */
/*.services-card:hover {*/
/*    background-color: #429042c9;*/
/*}*/

.services-card-content h3,
.services-card-content p {
    color: #333;
    transition: color 0.3s ease;
}

.services-card:hover .services-card-content h3,
.services-card:hover .services-card-content p {
    color: white;
}

/*reviews css*/
.reviews{
    position: relative;
}
.reviews::before{
    position: absolute;
    content: "";
    width: 100%;
    top: 21rem;
    height: 53%;
    object-fit: cover;
    background-position: right;
    background-image: url(https://www.weshapebrands.com/Job_posting/wp-content/uploads/2024/12/Group-799.png);
    background-repeat: no-repeat;
    z-index: -1;
}
.reviews-card-img img {
    width: 220px;
    height: 330px;
    object-fit: cover;
    border-radius: 35px;
}
.reviews-card-heading h3 {
    font-weight: 600;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.reviews-card-heading h4 {
    text-transform: uppercase;
    padding-bottom: 10px;
}
.reviews-card-star i{
    color: #ff8800;
}
.reviews-card {
    background-color: #EEEEEE;
    padding: 20px;
    border-radius: 45px;
    position: relative;
}
.reviews-card-bottom {
    position: absolute;
    top: 79%;
    right: 31px;
}

/*its work*/
.its-work{
    background-color: #EEEEEE;
	border-radius: 50px;
}
.its-work .col-lg-6:nth-child(1)::before {
    position: absolute;
    content: "";
    width: 130px;
    height: 130px;
    background-size: 100%;
    top: -130px;
    right: 70px;
    background-image: url(https://www.weshapebrands.com/Job_posting/wp-content/uploads/2024/12/Group-792.png);
    background-repeat: no-repeat;
}
.its-work::before {
    position: absolute;
    content: "";
    width: 100px;
    height: calc(100% - 140px);
    top: 70px;
    background-image: url(https://www.weshapebrands.com/Job_posting/wp-content/uploads/2024/12/Logo-3.png);
    background-repeat: no-repeat;
    left: 0;
    background-size: 100%;
}

/*news letter*/
.news-letter{
    padding-top: 100px;
    position: relative;
    z-index: 2;
}
.news-letter-main {
    background-color: #429042;
    padding: 40px;
    border-radius: 50px;
    text-align: center;
    /*margin-bottom: -169px;*/
}
.news-letter-content h2 {
    color: var(--c2);
    font-size: 80px;
    font-weight: 500;
}
.news-letter-input {
    display: flex;
    width: 100%;
    background-color: #ffffff24;
    height: 55px;
    align-items: center;
    border-radius: 37px;
    padding: 23px 0px 21px 20px;
    gap: 30px
}
.news-letter-input1 input {
    border: none;
    outline: none;
    width: 100%;
    background: transparent;
}
.news-letter-input1 {
    width: 85%;
}
.news-letter-input2 {
    width: 134px;
    margin-top: -2px;
}
.news-letter-input2 input {
    padding: 17px 36px;
    border-radius: 0px 30px 30px 0px;
    border: none;
}
input[type="submit"] {
    color: var(--c3);
    font-weight: 600;
}
.news-letter-input1 input::placeholder {
    color: var(--c2);
}
.news-letter-content h2 {
    color: var(--c2);
    font-size: 80px;
    font-weight: 500;
    padding-bottom: 25px;
}

/*footer css*/
body.page-id-10 .footer {
    margin-top: -100px;
    z-index: 1;
    position: relative;
}
.footer-middle {
    padding: 120px 0px 0px;
}
.page-id-110 .footer-middle{
    padding-top: 0;
}
.footer-icons {
    display: flex;
    gap: 5px;
}
.footer-icons a i {
    color: var(--c3);
    font-size: 18px;
    background: transparent;
    transition: .5s ease;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-icons a i:hover {
    background-color: var(--c3);
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-middle-links ul li i {
    padding-right: 20px;
    color: var(--c3);
    font-size: 18px;
}
.footer-middle-links ul li {
    padding-top: 3px;
	padding-bottom: 3px;
}
.footer-middle-links ul li a{
    transition: .3s all;
}
.footer-middle-links ul li a:hover{
    color: var(--c3) !important;
}
.footer-bottom {
    background-color: var(--c3);
    border-radius: 30px;
}
.footer-bottom-content p {
    margin: 0;
    color: var(--c2);
}
.footer-line,
.footer-line li{
    position: relative;
}
.footer-line li:not(:last-child)::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    top: 0;
    right: calc(-0.5rem - 1px);
    background-color: var(--c2);
}
.services-card-content h3 {
    color: var(--c3);
}
.footer-line li a {
    color: #fff;
}
/*about-sec*/
.about-main-img img {
    border-radius: 15px;
    box-shadow: 0px 2px 7px 1px grey;
}
.about-main p {
    padding: 10px 0px;
    font-size: 16px;
}
section.stylish-sec {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}
.stylish-sec::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #205120e0;
}
.stylish-icons i {
    font-size: 30px;
}

/*contact-us*/
.google-maps iframe {
    width: 100%;
    height: 600px;
}
.form-main input {
    width: 100%;
    height: 60px;
    padding: 0px 20px;
    border-radius: 10px;
    margin: 20px 0px;
    outline: none;
    border: none;
}
.form-mains {
    background-color: #4290424f;
    padding: 40px 50px;
    border-radius: 30px;
    box-shadow: 0px 0px 10px 5px var(--c6);
}
.form-main textarea {
    width: 100%;
    height: 200px;
    margin-top: 30px;
    border-radius: 10px;
    outline: none;
    border: none;
    padding: 21px;
}
.form-content h2 {
    text-align: center;
    color: var(--c4);
    padding-bottom: 30px;
}
.form-btn {
    padding-top: 30px;
}

.form-btn a {
    padding: 15px 40px;
    border-radius: 10px;
    border: 1px solid;
	transition: all .5s;
}

.form-btn a:hover {
	background: var(--c3);
	color: var(--c2);
}

/*blog*/
.blog-content h4 {
    color: var(--c3);
    padding: 15px 0px;
}
.blog-main {
    margin-bottom: 60px;
}
.blog-img img{
    object-fit: cover
}

/*sign-up*/

.page-id-110 .inner-header {
    display: none;
}
.sign-up-img img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.sign-up-sec::after{
    width: 50%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    background-color: #aeffae4d;
}
.sign-up-content-main {
    margin-top: 100px;
    padding-top: 50px;
    padding-bottom: 30px;
    padding-right: 20px;
    padding-left: 15px;
    overflow-y: scroll;
    height: calc(100vh - 150px);
}
.sign-up-sec {
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: right top;
    height: 100vh;
    margin-top: -100px;
}
.sign-up-navbar{
    display: flex;
    justify-content: center;
}
.sign-up-content h1 {
    font-size: 48px;
    font-weight: bold;
}
.sign-up-selector label {
    padding: 20px;
    /*box-shadow: 0px 1px 4px 1px grey;*/
}
.sign-up-selector label img {
    width: 50px;
}
.sign-up-selector label p {
    width: 100%;
    font-size: 17px;
    line-height: 1.5;
}
.step-1 .error,
.step-3 .error,
.step-4 .error {
    margin-top: 1rem;
}
.sign-up-bottom p a {
    color: var(--c3);
    font-weight: 600;
}

/*login*/

.page-id-117 .inner-header {
    display: none;
}
/* From Uiverse.io by alexruix */ 
/*.input-group {*/
/* position: relative;*/
/*}*/

.input {
 border: solid 1.5px #9e9e9e;
 background: none;
 padding: 1rem 3rem;
 font-size: 1rem;
 color: #000;
 transition: border 150ms cubic-bezier(0.4,0,0.2,1);
 width: 100%;
}

.user-label {
 position: absolute;
 left: 44px;
 color: #000;
 pointer-events: none;
 transform: translateY(1rem);
 transition: 150ms cubic-bezier(0.4,0,0.2,1);
}

.input:not([type="checkbox"]):focus, input:not([type="checkbox"]):valid {
	--bs-bg-opacity: 1;
 	outline: none;
 	border: 1.5px solid rgba(var(--bs-primary-rgb),var(--bs-bg-opacity));
}

.input:not([type="checkbox"]):focus ~ label,
input:not([type="checkbox"]):valid ~ label,
.has-value + label{
 transform: translateY(-50%) scale(0.8);
 background-color: #fff;
 padding: 0 .2em;
 color: #000;
}
.input-group i {
    position: absolute;
    top: 19px;
    left: 17px;
    font-size: 20px;
}

.form-check-input:checked {
    background-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity));
    border-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity));
}
/*waqar*/
.new-styling {
    display: inline-flex;
    justify-content: space-between;
    margin: 10px 0px;
    align-items: center;
    margin-top: 10px;
}
.checkbox span {
    margin-left: 10px;
}
.form-button a {
    color: #fff;
    font-size: 1.25rem;
}
.form-button {
    background-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
/*     padding: 15px; */
    text-align: center;
}
.google-login span {
    font-size: 16px;
    margin-left: 10px;
    font-weight: 500;
}
.google-login button {
    text-align: center;
    background-color: #f1eded;
    box-shadow: 11px 8px 26px #00000038;
    padding: 18px;
    width: 100%;
    border: unset;
}
.form-sing-up {
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-sing-up a {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 1rem;
    padding-left:10px;
    
}
.new-styling.sign-up-transparent-pricing {
  padding: 16px 0 50px;
  position: relative;
}
.new-styling {
  overflow-wrap: break-word;
  word-wrap: break-word;
  min-width: 0;
}
a span {
  color: #0e9b12;
  font-size: 18px;
  margin-left: 6px;
}
.sign-title h3 {
  font-size: 2.5rem;
  color: #000000c9;
  margin-bottom: 0.4em;
}
.sign-content-btn a {
  background-color: green;
  padding: 15px 30px;
  color: #fff;
  margin-right: 10px;
  border-radius: 5px;
  font-size: 1.1rem;
}
.signup-container {
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 20px 30px;
  width: 100%;
}

.signup-container h1 {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  color: #555;
}

.form-group input:not([type="checkbox"]) {
  /*width: 100%;*/
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

.form-group input:not([type="checkbox"]):focus {
  outline: none;
  border-color: #74ebd5;
  box-shadow: 0 0 5px rgba(116, 235, 213, 0.5);
}

.signup-btn a {
  width: 100%;
  padding: 10px;
  background: linear-gradient(135deg, #74ebd5, #9face6);
  border: none;
  border-radius: 5px;
  color: white;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
  text-align: center;
}

.signup-btn a:hover {
  background: linear-gradient(135deg, #9face6, #74ebd5);
}

.signup-container p {
  margin-top: 15px;
  font-size: 14px;
  color: #555;
}

.signup-container p a {
  color: #74ebd5;
  text-decoration: none;
}

.signup-container p a:hover {
  text-decoration: underline;
}
.sign-content {
  display: flex;
  position: relative;
}
.sign-content-accordion .accordion-item {
  background-color: #fff;
  border: unset;
}
.sign-content-accordion .accordion-header button {
  color: var(--c3);
  background-color: #ae870336;
}
.sign-content-accordion .accordion-button:not(.collapsed) {
  color: var(--c3);
  background-color: #ae870336;
  box-shadow: unset;
}
.sign-content-accordion .accordion-body {
  left: 0;
  position: absolute;
  top: 100px;
  padding: 0;
}
.sign-content-accordion .accordion-button {
  padding: 19px 4.25rem;
}
.sign-content-accordion .accordion-button:focus {
  box-shadow: unset;
}
.sign-content-accordion .accordion-button::after {
  position: absolute;
  left: 40px;
  filter: sepia(1);
}
.sign-accordion-body p {
  margin-top: 10px;
}

.sign-accordion-body h3 {
  font-weight: 500;
  font-size: 26px;
}
.sign-accordion-body .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #000000;
  background-color: #fff;
  box-shadow: -2px 1px 4px #c1c1c1;
}
.sign-accordion-body .nav-tabs .nav-link {
  margin-bottom: 0px;
  padding: 15px 60px;
}
.sign-accordion-body .private-person-head {
  background-color: #c2c2c24d;
  width: max-content;
}
.sign-accordion-body .private-person-body {
  margin-top: 20px;
  background-color: #ededed;
  border-radius: 5px;
}
.sign-accordion-body .private-content {
  padding: 20px 30px;
  border-bottom: 0.8px solid #c2c2c2;
}
.sign-accordion-body .private-content:nth-child(3) {
  border: unset;
}
.sign-accordion-body .nav-tabs {
  border-bottom: unset;
}
.Satisfaction-img img {
  width: 70%;
}
.Satisfaction-img {
  text-align: center;
  display: flex;
}
.benifit-content {
  display: flex;
  align-items: center;
}
.benifit-svg {
  width: 35px;
  margin-right: 20px;
}
.benifit-svg .svg-landing-page-list-style-icon__background {
  fill: #25c966;
  opacity: 0.2;
}
.benifit-svg path.new-styling.svg-landing-page-list-style-icon__checkmark {
  fill: #25c966;
}
.signup-container .set-password span {
  font-size: 12px;
  color: #c7c7c7;
  margin-left: 10px;
}
.signup-container .new-styling {
  position: absolute;
  right: 6px;
  top: 20px;
}
.set-password {
  position: relative;
}
label.border-span {
  position: absolute;
  left: 43%;
  top: -8px;
  background-color: #ffff;
  padding: 0px 14px;
  color: #c7c7c7;
}
.separator-with-text {
  position: relative;
}

/* Signup page */
#signup_form .steps,
#signup_form h3.title:not(.current),
#complete_profile .steps,
#complete_profile h3.title:not(.current),
.actions.clearfix ul li.disabled{
    display: none;
}
#signup_form .actions ul,
#complete_profile .actions ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
}
#signup_form .actions ul li a,
#complete_profile .actions ul li a {
    padding: 0 20px;
    height: 44px;
    border-radius: 36px;
    border: 1px solid rgba(var(--bs-primary-rgb),var(--bs-bg-opacity));
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity));
}
#signup_form .actions ul li a:hover,
#complete_profile .actions ul li a:hover {
    --bs-bg-opacity: 0.8;
    color: rgba(var(--bs-white-rgb), 1);
    background-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity));
    border-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity));
}
.form-group label.error {
    margin-top: 10px;
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity));
}
/* Signup page */


.loader_main {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffffb5;
    z-index: 9;
    display: none;
    align-items: center;
    justify-content: center;
}

.rz-preloader {
    text-align: center;
    font-size: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    color: #4caf50;
}
.loader_main .rz-preloader{
  animation: l1 1s infinite;
  opacity: 1;
}
.loader_main.checked .fa-sync:before {
    content: "\f058";
}
.loader_main.checked .rz-preloader {
    animation: none;
    font-size: 50px;
}
@keyframes l1 {
    to{
        transform: rotate(.5turn);
    }
}

.nice-select .list {
    width: 100%;
}
.input-group-text {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}
.main-menu .menu-item a {
    padding: 0.5rem 0.5rem;
}

.complete_profile .error{
    width: 100%;
}

/*how it works*/

.fixed-navbar {
    position: sticky;
    top: 100px;
    left: 0;
}

.process {
    margin: 100px 0px;
    position: relative;
}

.fixed-navbar nav ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #F6F7FA;
    padding: 50px;
    margin-bottom: 50px;
}

.fixed-navbar nav ul li a {
    transition: all .5s;
    font-size: 16px;
}

.fixed-navbar nav ul li a:focus {
    color: black;
}

.fixed-navbar nav ul li a:hover {
    text-decoration: underline !important;
}

.domestic-help .web-btn a {
    width: 100%;
}

.domestic-help {
    background: #F6F7FA;
    padding: 30px 20px;
    border-radius: 10px;
}

.help-img {
    width: 70%;
    margin: 0 auto;
    transform: scale(-1, 1);
}

.domestic-help .web-btn {
    margin: 20px 0px;
}

.how-we-work {margin-left: 100px;}

.how-we-work h2 {
    font-size: 45px;
    margin-bottom: 20px;
    color: var(--c4);
}

.how-we-work h3 {
    margin-top: 80px;
    margin-bottom: 20px;
    color: var(--c4);
    font-weight: 600;
}

.how-we-work p {
    font-size: 16px;
}

.getting-started-img img {
	width: 70%;
	margin: 0 auto;
}

.costing-content p span {
    color: var(--c3);
}

/*faqs*/

.faqs {
    margin: 100px 0px;
}

.accordion-body {
    padding: 20px 0px 0px;
}

.faqs-title {
    margin-bottom: 20px;
}

.faqs-title h2 {
    color: var(--c4);
    font-weight: 600;
    margin-bottom: 20px;
}

.faqs-title h3 {
    color: var(--c3);
}

.accordion-item h2.accordion-header {
    border: 0;
}

.accordion-item {
    border: 0;
    border-bottom: 1px solid var(--c4);
    padding: 20px 0px;
}

.accordion-button:not(.collapsed)::after {
    content: '\f068';
    background: none;
    font-family: 'Font Awesome 5 Pro';
    transition: all .5s;
    font-size: 25px;
    font-weight: 200;
}

.accordion-button.collapsed::after {
    content: '\f067';
    font-family: 'Font Awesome 5 Pro';
    background: none;
    font-size: 25px;
    font-weight: 300;
    transition: all .5s;
}

.accordion-item h2.accordion-header button {
    font-size: 18px;
    color: var(--c4);
    font-weight: 600;
    padding: 0;
    align-items: center;
    gap: 0px 50px;
}

.accord-container {
    margin: 0px 50px 0px 0px;
}

.accordion-collapse {
    transition: all .5s;
}

/*hader*/

.subbed-links {
    display: flex;
    justify-content: end;
    gap: 40px;
    align-items: center;
}

.sub-links ul {
    list-style: none;
}

.sub-links ul li a {
    font-size: 16px;
}

.sub-links ul li {
    position: relative;
}

.sub-links ul li ul {
    position: absolute;
    width: 250px;
    transition: all .5s;
    height: 170px;
    left: -100px;
    padding: 0px 0px 0px 30px;
    top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    background: var(--c2);
    gap: 10px;
    box-shadow: 0px 1px 9px 0px grey;
}

.sub-links ul li ul li a {
    color: var(--c1);
    font-size: 16px;
}

.sub-links ul li:hover ul {
    visibility: visible;
    opacity: 1;
}

.sub-links ul li {
    transition: all .5s;
}

.accordion-button:not(.collapsed) {
    background: none;
}

.accordion-button:focus {
    outline: 0;
    border: 0;
    box-shadow: none;
}

.help-banner {
    padding: 100px 0px;
    text-align: center;
    background: #4290429e;
}

.help-banner-title h2 {
    color: var(--c4);
    font-weight: 600;
    font-size: 50px;
    margin-bottom: 50px;
}

.search-input {
    display: inline-block;
    position: relative;
}

.search-input input[type="search"] {
    height: 80px;
    width: 500px;
    padding: 0px 20px;
    border-radius: 10px;
}

.search-submit {
    position: absolute;
    width: 30%;
    height: 100%;
    right: 20px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: end;
}

.search-submit button {
    border: 0;
    background: var(--c3);
    padding: 15px;
    color: var(--c2);
    border-radius: 6px;
    font-size: 15px;
}

.categories {
    margin: 100px 0px;
}

.category-post {
    padding: 30px 20px;
    border: 1px solid var(--c4);
    border-radius: 10px;
    transition: all .5s;
    margin: 20px 0px;
}

.category-post a .post-content h3 {
    color: var(--c4);
    margin-bottom: 20px;
}

.category-post a .post-content p {
    color: var(--c5);
}

.post-btn a {position: relative;font-size: 16px;}

.post-btn a::after {
    position: absolute;
    top: 0;
    right: -20px;
    height: 100%;
    content: '\f178';
    transition: all .5s;
    font-family: 'Font Awesome 5 Pro';
    visibility: hidden;
    opacity: 0;
}

.post-btn a:hover::after {
    visibility: visible;
    opacity: 1;
}

.category-post:hover {
    background: #4290421f;
}

.sec-services-item {
    margin: 10px 10px;
    padding: 0px 30px;
    border: 2px solid #4290424a;
    border-radius: 20px;
    transition: all .5s;
    height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sec-services-item:hover {
    background: #42904212;
    cursor: pointer;
}

.login-singup {
    margin-left: 30px;
}
.nice-select:after {
    width: 10px;
    height: 10px;
    margin-top: -6px;
    right: 9px;
}
.nice-select1:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: 9px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

/*privacy policy*/

.policy-title h3 {
    font-size: 20px;
    color: var(--c3);
    text-align: center;
    text-transform: capitalize;
}

.categorized-policies {
    margin: 50px 0px;
}

.categorized-policies h2 {
    color: var(--c4);
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.categorized-policies p {
    font-size: 16px;
    color: var(--c4);
    margin: 20px 0px;
}

.categorized-policies ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}

.categorized-policies ul li {
    font-size: 16px;
    color: var(--c4);
}

/*terms and conditions*/

.terms-title.web-title p {
    font-size: 16px;
    margin: 10px 0px;
}

.getting_started {
    display: flex;
    align-items: center;
    background: #42904229;
    padding: 100px 50px;
    border-radius: 30px;
    justify-content: space-between;
    box-shadow: 0px 0px 10px 5px var(--c6);
    position: relative;
    overflow: hidden;
}

.get-content {
    width: 60%;
}

.get-img {
    width: 70%;
    position: absolute;
    right: -75px;
    top: 50%;
    transform: translateY(-50%);
}

.get-img img {
    width: 50%;
    margin-left: auto;
    transform: scale(-1,1);
}

.get-content .web-title p {
    margin: 15px 0px;
    font-size: 16px;
}

.get-started {
    padding-top: 100px;
}

/*contact-info*/

.reach-us h4 {
  color: var(--c4);
  text-transform: capitalize;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 20px;
}
.reach-us-widget {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
  padding: 15px;
  border-radius: 50px;
  background: linear-gradient(317deg, #429042, #0b0b0b);
}
.reach-us-icon img {
  width: 25px;
}
.reach-us-icon {
  background: var(--c2);
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.contact-info {width: 80%;}
.reach-us-content h5 {
  color: var(--c2);
  font-weight: 600;
  font-size: 18px;
}
.reach-us-content a {
  color: var(--c2);
  transition: all 0.5s;
}
.reach-us-content a:hover {
  color: #91ff91;
}

.contact-social h4 {
  color: var(--c4);
  font-weight: 700;
  font-size: 26px;
}
.contact-social ul {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  list-style: none;
  padding: 0;
}
.contact-social ul li a {
  color: var(--c4);
  font-size: 25px;
  transition: all 0.5s;
}
.contact-social ul li a:hover {
  color: var(--c3);
}

.reach-us-icon i {
    font-size: 20px;
}

/*prep*/

.preparations-title {
    margin-bottom: 50px;
    text-align: center;
}

.preparations-container h2 {
    margin-bottom: 10px;
}

.preparations-container {
    margin: 10px 0px;
    padding: 0 30px;
    border: 2px solid #4290424a;
    border-radius: 20px;
    height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*post-types*/

.sec-service-content p {
    margin-top: 10px;
}

.post-content {
    margin-top: 50px;
}

.post-content p {
    font-size: 16px;
}

.post-navigation {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.related-post-item {
    margin-top: 20px;
}
.post-linked a {
    padding: 15px;
    font-size: 16px;
    background: var(--c3);
    border-radius: 30px;
    color: var(--c2);
    transition: all .5s;
}

.post-linked a:hover {
    background: var(--c4);
}

.sec-services-item p {margin: 10px 0px;}


/*header-updates*/


.profile_setting ul {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    list-style: none;
}

.user_profile_action img {
    width: 50%;
    border-radius: 50%;
    border: 2px solid var(--c3);
}


.subbed-links li > a {
    transition: all .5s;
    position: relative;
}

.subbed-links li > a:hover {
    color: var(--c4);
}

.subbed-links li > a:before {
    position: absolute;
    bottom: 0;
    left: -20px;
    content: '\f178';
    visibility: hidden;
    color: var(--c4);
    transition: all .5s;
    font-family: 'Font Awesome 5 Pro';
    opacity: 0;
}

.subbed-links li > a:hover:before {visibility: visible;opacity: 1;}

.subbed-links > a {
    transition: all .5s;
    position: relative;
}

.subbed-links > a:hover {
    color: var(--c4);
}

.subbed-links > a:before {
    position: absolute;
    bottom: 0;
    left: -20px;
    content: '\f178';
    visibility: hidden;
    color: var(--c4);
    transition: all .5s;
    font-family: 'Font Awesome 5 Pro';
    opacity: 0;
}

.subbed-links > a:hover:before {visibility: visible;opacity: 1;}

/* banner-changes */

.banner-content h1:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 95%;
    height: 25px;
    background: #42904275;
    border-radius: 2px;
    z-index: -1;
}

/*////dashboard/////*/
.dashboard{
        background-color: #f3f4f6;
        padding: 15px 0px;
}
.page-id-305 .inner-header {
    display: none;
}
.dashboard-menu ul {
    display: flex;
    gap: 40px;
}

.dashboard-menu ul li {
    list-style: none;
}

.dashboard-menu ul li a {
    font-size: 17px;
    font-weight: 500;
    position: relative;
}
.dashboard-menu ul li a::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    top: 24px;
    left: 0;
    transform: scaleX(0);
    background-color: var(--c3);
    transition: .3s all;
}
.dashboard-menu ul li a:hover::before{
    transform: scaleX(1);
}
.dashboard-premium {
    display: flex;
    justify-content: end;
}

.dashboard-premium a {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #1D4ED8;
    color: var(--c2);
    padding: 12px 12px;
    border-radius: 7px;
    font-size: 17px;
}

.dashboard-premium a p {
    margin: 0;
}
.dashboard-heading h2 {
    font-size: 48px;
}
.dashboard-search-form {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    width: 50%;
    margin: 0 auto;
    padding: 12px 14px;
    margin-top: 40px;
    box-shadow: 0px 1px 12px 1px #80808061;
    border-radius: 6px;
}
.dashboard-search-input input {
    width: 100%;
    height: 100%;
    padding: 10px;
    font-size: 18px;
    outline: none;
    border: none !important;!i;!;
}

.dashboard-search-input {
    width: 45%;
    display: flex
;
    align-items: center;
    font-size: 20px;
    color: var(--c3);
}
.dashboard-search-btn a {
    background-color: var(--c3);
    color: var(--c2);
    padding: 11px 12px;
    border-radius: 4px;
    font-size: 17px;
}
.dashboard-profile-main {
    padding: 70px 0px 30px;
}
.dashboard-profile-messages {
    padding:  15px 0px;
}

.dashboard-profile-messages a {
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dashboard-profile-messages a i {
    font-size: 28px;
}
.dashboard-profile-heading h2 {
    font-size: 34px;
}
.dashboard-profile-info-main {
    padding-top: 30px;
}
.dashboard-profile-info a {
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0px 1px 13px 1px gainsboro;
    margin: 20px 0px;
    padding: 20px;
    color: var(--c1)!important;
    border: 1px solid #fff;
    width: 100%;
}
.dashboard-profile-info a:hover{
    border: 1px solid grey;
}
.dashboard-profile-info-img img {
    border-radius: 5px;
}
.dashboard-profile-info-img img {
    border-radius: 5px;
}

.dashboard-profile-info-content-upper {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    /* width: 100%; */
}

.dashboard-profile-info-content {
    width: 100%;
    padding-top: 7px;
}

.dashboard-profile-info-content-upper p {
    font-size: 20px;
}
.dashboard-profile-info-content-middle {
    display: flex
;
    align-items: center;
    gap: 14px;
}
.dashboard-profile-info-content-middle p {
    border: 1px solid gray;
    padding: 5px 7px;
    border-radius: 11px;
}
.dashboard-sidebar {
    padding-top: 70px;
}
.job-visibility {
    background-color: #F6F7FA;
    padding: 20px;
    border-radius: 5px;
}

.job-visibility-content-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #a2a1a1;
}
.job-visibility-bottom {
    display: flex
;
    padding-top: 25px;
    gap: 60px;
}
.job-visibility-img img {
    width: 55px;
}
.job-visibility-bottoms {
    padding-top: 20px;
}
.job-visibility-icons-content {
    display: flex;
    align-items: unset;
    gap: 26px;
}

.job-visibility-icons-content i {
    font-size: 24px;
    color: var(--c3);
}

.job-visibility-icons-content p {
    font-size: 18px;
}
.job-visibility-btn a {
    width: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.job-visibility-icon a {
    padding-top: 20px;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.job-visibility-icon a i {
    rotate: 45deg;
}
.dashboard-profile-info:hover{
    border: 1px solid #ooo;
}
/* From Uiverse.io by gharsh11032000 */ 
/* The switch - the box around the slider */
.switch {
  font-size: 17px;
  position: relative;
  display: inline-block;
  width: 3.5em;
  height: 2em;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    inset: 0;
    background: #80808094;
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.slider:before {
  position: absolute;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2em;
  width: 2em;
  inset: 0;
  background-color: white;
  border-radius: 50px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.4);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.switch input:checked + .slider {
    background: var(--c3);
}

.switch input:focus + .slider {
  box-shadow: 0 0 1px #0974f1;
}

.switch input:checked + .slider:before {
  transform: translateX(1.6em);
}


/*/////favourites.....*/
.page-id-314 .inner-header{
    display: none;
}
.favourite-box-img img {
    width: 120px;
    border-radius: 5px;
}

.favourite-box-upper {
    display: flex;
    gap: 20px;
}

.favourite-box {
    padding: 20px;
    box-shadow: 0px 0px 10px 2px gainsboro;
    margin-top: 40px;
}

.favourite-box-content h5 {
    /* padding-top: 10px; */
    padding-bottom: 6px;
    font-weight: 600;
    font-size: 21px;
}

.favourite-box-btns {display: flex;gap: 30px;align-items: center;}

.favourite-box-content {
    width: 60%;
}

.favourite-btn a {
    padding: 10px 20px;
    background-color: var(--c3);
    color: var(--c2);
    border-radius: 5px;
    font-size: 17px;
}

.favourite-box-btns i {
    font-size: 24px;
}
.bottom-box {
    /* display: flex; */
    width: 80%;
    display: flex;
    justify-content: end;
    flex-direction: column;
    margin-left: 140px;
}

.bottom-box-input input {
    width: 100%;
    height: 55px;
    padding: 10px;
    margin-bottom: 5px;
    margin-top: 20px;
    border-radius: 4px;
}
.favourite-heading {
    /* display: flex; */
    /* justify-content: space-between; */
    position: relative;
}

.favourite-heading p {
    position: absolute;
    content: "";
    right: 5px;
    bottom: -50px;
    font-size: 18px;
    font-weight: 600;
}

/*///profil views*/
.page-id-323 .inner-header{
    display: none;
}
.upper-btn p {
    padding: 10px;
    background-color: var(--c3);
    border-radius: 5px;
    color: var(--c2);
    font-size: 15px;
}

/*/////job-offer*/
.page-id-325 .inner-header{
    display: none;
}
.job-visibility-image img {
    width: 100%;
    border-radius: 4px;
}
.job-visibility-content a {
    display: flex;
    align-items: center;
    background-color: var(--c3);
    color: var(--c2);
    padding: 15px 16px;
    border-radius: 5px;
    gap: 120px;
}
.job-visibility-content a p{
    margin: 0;
}
/*.job-modals button {*/
/*    width: 100%;*/
/*    text-align: start;*/
/*    background-color: #fff;*/
/*    color: var(--c1);*/
/*    border: none;*/
/*    box-shadow: 0px 1px 6px 1px gainsboro;*/
/*    padding: 10px 25px;*/
/*}*/
.week-names {
    display: flex;
    gap: 45px;
    justify-content: end;
}

.checkbox-week {
    border: 1px solid;
    padding: 20px;
    margin: 20px 0px;
    width: 64%;
    position: relative;
}
.days-names {
    display: flex;
    gap: 10px;
}
.job-modals button p {
    font-size: 17px;
    margin: 0;
    padding-top: 7px;
    color: dimgrey;
}
.job-modals {
    position: relative;
}

.job-modals button i {
    position: absolute;
    top: 30px;
    right: 16px;
    color: var(--c3);
    font-size: 19px;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
    display: flex;
    gap: 30px;
    padding: 10px 130px;
}
.modal-body-input {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.modal-body-input input {
    width: 30px;
    height: 22px;
}

/*///conversation*/
.page-id-328 .inner-header{
    display: none;
}
div#nav-tab {
    display: contents;
}

.providers-content ul {
    list-style: none;
    padding: 0;
}

.providers-content ul li {
    display: flex;
    align-items: center;
    gap: 20px;
}

.job-title {
    margin-bottom: 20px;
}

.job-fields input {width: 70%;padding: 5px 10px;border-radius: 5px;}

.job-fields {
    margin: 20px 0px;
}

.job-range {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 70%;
    gap: 5px;
    margin: 10px 0px;
}

.job-range input {
    flex-basis: 100%;
    accent-color: var(--c3);
}

.job-categories {
    margin: 10px 0px;
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.job-categories h4 {
    margin-bottom: 5px;
}

.jobs-photo {
    display: flex;
    justify-content: space-between;
    width: 70%;
    align-items: center;
    margin: 10px 0px;
}

.web-btn input {
    width: 70%;
    margin: 20px 0px;
    padding: 10px 0px;
    background: var(--c3);
    color: var(--c2);
    font-size: 16px;
    text-transform: capitalize;
    transition: all .5s;
    border-radius: 5px;
}

.web-btn input:hover {
    background: var(--c2);
    color: var(--c3);
}

.job-filter {
    position: sticky;
    top: 100px;
    left: 0;
}

.modal-backdrop {
    display: none !important;
}

.languages-modal .modal-body {
    flex-direction: column;
    gap: 10px;
    padding: 20px 20px;
}


.modal.show .modal-dialog {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.job-genders {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 10px 0px;
}

.job-gender {
    display: flex;
    gap: 0px 10px;
    align-items: center;
}

.job-gender label {
    font-size: 16px;
    padding: 0;
    transform: translateY(0px) !important;
}

.filter-service {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 20px 0px;
}

/*single*/

.prof-sub-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: #42904238;
    padding: 50px 40px;
    border-radius: 20px;
    position: sticky;
    top: 100px;
    left: 0;
    width: 90%;
}

.prof-msg.web-btn {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.send-msg {
    width: 90%;
}

.send-msg a {
    width: 100%;
    position: relative;
}

.send-msg a:before {
    content: '\f0e0';
    position: absolute;
    top: 50%;
    font-family: 'Font Awesome 5 Pro';
    left: 10px;
    transform: translateY(-50%);
    font-size: 20px;
}

.prof-login ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px 0px;
}

.prof-login ul li {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--c1);
}

.prof-pfp img {
    border-radius: 20px;
}

.prof-login ul li span {
    color: var(--c5);
}

.prof-title {
}

.prof-preferences {}

.prof-main-details {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.prof-pref {
    background: #42904238;
    padding: 20px 0px;
    text-align: center;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.prof-pref h3 {
    color: var(--c3);
}

.personal-description {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.prof-desc {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.prof-desc ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.prof-desc p {
    font-size: 18px;
}

.prof-desc ul li {
    font-size: 18px;
}

.personal-description p {
    font-size: 16px;
}

.skills {
    display: flex;
    align-items: center;
}

.skills-img {
    flex-basis: 10%;
}

/*packs*/

.web-title.packages-web-title {
    text-align: center;
    margin-bottom: 50px;
}

.benefits-packs {
    background: #42904238;
    text-align: center;
    height: 100px;
    position: relative;
    transition: all .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.benefits-packs h4 {
    font-size: 20px;
}

.benefits-packs:before {
    content: '\f560';
    position: absolute;
    top: -20px;
    left: 0;
    font-family: 'Font Awesome 5 Pro';
    transform: translateX(-50%);
    font-size: 20px;
    width: 40px;
    height: 40px;
    background: var(--c4);
    display: flex;
    align-items: center;
    transition: all .5s;
    justify-content: center;
    border-radius: 50%;
    color: var(--c2);
}

.benefits-packs:hover:before {
    left: 50%;
}

.benefits-packs:hover {
    background: var(--c3);
    color: var(--c2);
    cursor: pointer;
}

.price-packages {
    margin: 50px 0px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
    height: 300px;
    background: #d5e7d5;
    position: relative;
    justify-content: center;
    border-radius: 30px;
}

.packages-duration h4 {
    font-size: 30px;
    color: var(--c4);
}

.pricing h3 {
    font-size: 40px;
    color: var(--c3);
}

.pricing {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.pricing h3 span {
    color: var(--c4);
    font-size: 20px;
}


.best-offer {
    position: absolute;
    top: 50%;
    border: 2px solid var(--c3);
    padding: 5px 10px;
    right: -50px;
    border-radius: 50px;
    background-color: #d5e7d5;
    transform: translateY(-50%) rotate(90deg);
    /*animation: moveTop 2s infinite ease-in-out;*/
    transition: transform 0.5s; 
}

/*@keyframes moveTop {*/
/*    0% {*/
/*        top: 48%;*/
/*    }*/
/*    50% {*/
/*        top: 52%;*/
/*    }*/
/*    100% {*/
/*        top: 48%;*/
/*    }*/
/*}*/


/*.price-packages:hover .best-offer {*/
/*    transform: translateY(-50%) rotate(90deg) scale(1.1);*/
/*}*/


.packages-alert p {
    font-size: 16px;
}

/*packages*/


.method-head {
    display: flex;
    align-items: center;
    gap: 0px 10px;
}

.method-radio label {
    transform: unset !important;
    background: unset !important;
    font-size: 20px;
    text-transform: capitalize;
}

.method-radio {
    display: flex;
    align-items: center;
    padding: 20px 20px;
    background: #42904233;
    margin: 10px 0px;
    border-radius: 15px;
    transition: all .5s;
    position: relative;
}

.method-form {
    width: 60%;
}


.billing-head {
    display: flex;
    align-items: center;
    gap: 10px;
}

.billing-address {
    margin: 50px 0px;
}

.payments-method {
    margin: 50px 0px;
}

.method-radio input {
    flex-basis: 10%;
}

.method-radio svg {
    position: absolute;
    right: 22px;
}
.order-detail {
    display: flex;
    flex-direction: column;
    gap: 30px;
    background: #d9e9d9;
    padding: 40px 30px;
    border-radius: 20px;
    margin-top: 30px;
}

.order-edit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-desc h5 {
    font-size: 25px;
    color: var(--c4);
    font-weight: 600;
    margin-bottom: 10px;
}

.order-desc ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0;
}

.order-desc ul li {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.order-desc ul li i {
    font-size: 20px;
}

.order-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order-price h4 {
    text-transform: capitalize;
    font-weight: 600;
}


/*///conversation*/
.conversation-title-img img {
    width: 140px;
    border-radius: 5px;
}
.conversation-title-img i {
    position: absolute;
    top: 8px;
    color: #fff;
    /* left: 0; */
    right: 6px;
    font-size: 24px;
}

.conversation-title-img {
    position: relative;
}
.f-conversation-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.conversation-title-content h4 {
    padding-bottom: 10px;
    font-weight: 600;
}
.f-conversation-main {
    display: flex;
    gap: 20px;
}
.f-action-btn a {
    color: var(--c2);
    background-color: var(--c3);
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 5px;
}
.f-conversation {
    border-radius: 10px;
    box-shadow: 0px 1px 12px 1px gainsboro;
    padding: 20px;
}
.f-prof-sec {
    border-top: 1px solid gainsboro;
    padding: 10px 0px;
    text-align: center;
}

.notification-content {}

.notification-content p {
    font-size: 15px;
}

.notification-btn {
    background-color: var(--c3);
    padding: 16px;
    width: 50%;
    color: var(--c2);
    border-radius: 5px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.notification-btn i {
    font-size: 20px;
}

.notification-btn p {
    margin: 0;
}
.f-description-img img {
    width: 60px;
    border-radius: 5px;
}

.f-description-main {
    display: flex;
    flex-direction: row;
}

.f-description-content h6 {
    /* border: 1px solid; */
    padding: 8px;
    margin-bottom: 5px;
    border-radius: 6px;
    box-shadow: 2px 3px 7px 2px gainsboro;
}
.f-qualifications-img- img {
    width: 60px;
}
.f-qualifications-btn{
    margin-left: 80px;
}
.f-qualifications {
    display: flex;
    align-items: end;
    gap: 15px;
}
.f-qualifications-btn a {
    background-color: var(--c3);
    color: var(--c2);
    padding: 12px 19px;
    border-radius: 5px;
}
div#nav-tab button {
    width: 97%;
    height: 75px;
    padding: 10px;
    margin: 12px 0px;
}
.side-profile-img img {
    width: 50px;
}

.side-profile-main {
    display: flex;
    gap: 16px;
    align-items: center;
}
.side-profile-content p {
    margin: 0;
}
.conversation-profile-heading {
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: #228b223b;
    padding: 10px 10px;
    border-radius: 5px;
}

.conversation-profile-heading p {
    font-size: 20px;
    margin: 0;
    font-weight: 600;
}

.conversation-profile-heading i {
    font-size: 20px;
}
.side-profile-content h6 {
    text-align: left;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--c1);
    background-color: transparent;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--c1);
    background-color: transparent;
    width: 60%;
}
.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius);
    width: 60%;
}
.method-radio img {
    width: 70px;
    position: absolute;
    right: 22px;
}


/*///profile dashboard*/

.page-id-343 .inner-header{
    display: none;
}
.profile-dashboard-bottom {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.profile-btn a {
    padding: 12px 59px;
    color: var(--c3);
    border: 1px solid var(--c3);
    font-size: 17px;
    border-radius: 5px;
}

.profile-btn {
    display: flex;
    justify-content: center;
}
.verify-prfile-img img {
    width: 60px;
}

.verify-prfile-main {
    display: flex;
    /* align-items: center; */
    gap: 21px;
    padding: 20px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    margin: 15px 0px;
}

.verify-prfile-content h4 {
    font-weight: 600;
    padding-bottom: 10px;
}

.verify-prfile-content a {
    font-size: 18px;
    font-weight: 600;
}
.second-verify-profile {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.second-verify-profile a {
    padding: 10px 20px;
    border: 1px solid;
    border-radius: 5px;
    font-size: 16px;
}

.second-verify-profile p {
    width: 40%;
    font-size: 14px;
}
.profile-dashboard-icon i {
    font-size: 20px !important;
}
.profile-dashboard-content{
    font-size: 17px;
}
.profile-dashboard{
    position: relative;
}
.profile-dashboard-img img {
    width: 80px;
    position: absolute;
    top: 20px;
    right: 60px;
    border-radius: 5px;
}

/*///profile-favourites*/
.page-id-349 .inner-header{
    display: none;
}
.profile-favourites{
    width: 59%;
}

/*///my-profile*/
.page-id-351 .inner-header{
    display: none;
}
/*///my-profile-views*/
.page-id-353 .inner-header{
    display: none;
}

.premium-pack h4 {
    font-size: 19px;
}
.guarantee-img img {
    width: 60px;
}

.guarantee {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 47%;
    margin: 0 auto;
    margin-top: 30px;
    border-radius: 5px;
    padding: 19px 6px;
    box-shadow: 0px 1px 5px 1px gainsboro;
}
.guarantee-content h6 {
    padding-bottom: 10px;
}