* {
  padding: 0;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
  font-family: 'Futura Bk BT';
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}
img{
  max-width: 100%;
  max-height: 100%;
}

/*---------------------- Font Face ------------------*/
@font-face {
  font-family: 'Futura Bk BT';
  src: url('../fonts/FuturaBT-Book.eot');
  src: url('../fonts/FuturaBT-Book.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FuturaBT-Book.woff2') format('woff2'),
    url('../fonts/FuturaBT-Book.woff') format('woff'),
    url('../fonts/FuturaBT-Book.ttf') format('truetype'),
    url('../fonts/FuturaBT-Book.svg#FuturaBT-Book') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura Hv BT';
  src: url('../fonts/FuturaBT-Heavy.eot');
  src: url('../fonts/FuturaBT-Heavy.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FuturaBT-Heavy.woff2') format('woff2'),
    url('../fonts/FuturaBT-Heavy.woff') format('woff'),
    url('../fonts/FuturaBT-Heavy.ttf') format('truetype'),
    url('../fonts/FuturaBT-Heavy.svg#FuturaBT-Heavy') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura Md BT';
  src: url('../fonts/FuturaBT-Medium.eot');
  src: url('../fonts/FuturaBT-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FuturaBT-Medium.woff2') format('woff2'),
    url('../fonts/FuturaBT-Medium.woff') format('woff'),
    url('../fonts/FuturaBT-Medium.ttf') format('truetype'),
    url('../fonts/FuturaBT-Medium.svg#FuturaBT-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura';
  src: url('../fonts/Futura-Bold.eot');
  src: url('../fonts/Futura-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Futura-Bold.woff2') format('woff2'),
    url('../fonts/Futura-Bold.woff') format('woff'),
    url('../fonts/Futura-Bold.ttf') format('truetype'),
    url('../fonts/Futura-Bold.svg#Futura-Bold') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@import url('https://fonts.cdnfonts.com/css/helvetica-neue-55');

/*---------------------- Font Face ------------------*/
.header {
  position: relative;
  z-index: 999;
  padding: 8px 0;
  margin: 0;
  transition: all 300ms ease-in-out;
}
.logo-block img {
  max-height: 50px;
  width: auto;
}

.header .header-wrap {
  display: flex;
  /* justify-content: flex-end; */
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  align-items: center;
}
.header .header-wrap .header-btn-wrap{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.header .header-wrap .header-btn-wrap a {
  display: flex;
  align-items: center;
  font-family: 'Futura Md BT';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0em;
  background: linear-gradient(92.37deg, #FCFE77 0%, #FFCE67 100%);
  padding: 16px 24px 16px 24px;
  border-radius: 34px;
  color: #3A3A3A;
  margin: 0 15px 0 0;
}
.header .header-wrap .header-btn-wrap a:last-child{
  margin-right: 0;
}

.header .header-wrap a span {
  display: inline-block;
  padding: 0 0 0 10px;
}

.banner {
  position: relative;
  padding: 0;
  margin: 0;
}

.banner .big-img {
  width: 100%;
  height: auto;
}

.banner .desc {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translate(0px, -50%);
}

.banner .desc .desc-info {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}

.banner .desc .desc-info .text-block {
  padding: 0;
  margin: 0 10% 0 0;
  text-align: center;
}

.banner .desc .desc-info .text-block h1 {
  font-family: 'Futura Hv BT';
  font-size: 65px;
  font-weight: 400;
  line-height: 78px;
  letter-spacing: -0.01em;
  padding: 0 0 30px;
  margin: 0 auto;
  max-width: 510px;
}

.banner .desc .desc-info .text-block p {
  font-family: 'Futura Bk BT';
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
  text-align: center;
  padding: 0 0 10px;
  margin: 0;
}

.services-sec {
  padding: 60px 0 40px;
  margin: 0;
}

.services-sec .services-desc {
  text-align: center;
  padding: 0 0 0px;
  margin: 0;
}

.services-sec .services-desc h2 {
  font-family: 'Futura Hv BT';
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
  text-align: center;
  padding: 0 0 30px;
  margin: 0;
  color: #453B27;
}

.services-sec .services-desc p {
  font-family: 'Futura Bk BT';
  font-size: 22px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.014em;
  padding: 0;
  margin: 0 auto;
  max-width: 808px;
}

.job_descirpiton {
  font-family: 'Futura Bk BT';
  font-size: 22px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.014em;
  padding: 0;
  margin: 0 auto;
  /* max-width: 808px; */
}
.job_descirpiton a {
  display: inline-block;
  font-family: 'Futura Md BT';
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0em;
  background: linear-gradient(92.37deg, #FCFE77 0%, #FFCE67 100%);
  padding: 8px 24px 8px 24px;
  border-radius: 34px;
  color: #3A3A3A;
}
.services-sec .services-desc p a {
  display: inline-block;
  font-family: 'Futura Md BT';
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0em;
  background: linear-gradient(92.37deg, #FCFE77 0%, #FFCE67 100%);
  padding: 8px 24px 8px 24px;
  border-radius: 34px;
  color: #3A3A3A;
}

.services-slider-block {
  padding: 40px 0 0 0px;
  margin: 0;
}

.services-slider-block .services-item {
  border-radius: 12px;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.services-slider-block .services-item .tham-img {
  text-align: center;
  position: relative;
  padding: 0;
  margin: 0;
}

.services-slider-block .services-item .tham-img img {
  width: 100%;
  /* height: 372px; */
  object-fit: cover;
}

.services-slider-block .services-item .tham-img .tham-icon {
  position: absolute;
  width: 91px;
  height: 91px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0;
  background: #FFFFFF;
  margin: 0 auto;
  box-shadow: 0px 3.4666666984558105px 13.866666793823242px 0px #00000029;
  left: 0;
  right: 0;
  bottom: -45px;
}

.services-slider-block .services-item .tham-img .tham-icon img {
  width: auto;
  height: auto;
}

.services-slider-block .services-item .text-block {
  text-align: center;
  background: linear-gradient(180deg, #FCFE77 0%, #FFCE67 100%);
  padding: 70px 0 40px;
  min-height: 163px;
}

.services-slider-block .services-item .text-block a {
  font-family: 'Futura Hv BT';
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
  padding: 0;
  margin: 0;
  display: inline-block;
  color: #1A1A1A;
}

.services-slider-block .owl-carousel,
.testimonial-slider-wrap .owl-carousel{
  padding: 0 30px;
}

.services-slider-block .owl-carousel .owl-nav .owl-prev,
.services-slider-block .owl-carousel .owl-nav .owl-next,
.testimonial-slider-wrap .owl-carousel .owl-nav .owl-prev,
.testimonial-slider-wrap .owl-carousel .owl-nav .owl-next{
  position: absolute;
  transform: translate(0, -50%);
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  color: #453B27;
  font-size: 25px;
}

.services-slider-block .owl-carousel .owl-nav .owl-prev,
.testimonial-slider-wrap .owl-carousel .owl-nav .owl-prev {
  top: 50%;
  left: 0;
}

.services-slider-block .owl-carousel .owl-nav .owl-next,
.testimonial-slider-wrap .owl-carousel .owl-nav .owl-next{
  top: 50%;
  right: 0;
}

.services-slider-block .owl-carousel .owl-nav .owl-next.disabled,
.services-slider-block .owl-carousel .owl-nav .owl-prev.disabled,
.testimonial-slider-wrap .owl-carousel .owl-nav .owl-next.disabled,
.testimonial-slider-wrap .owl-carousel .owl-nav .owl-prev.disabled {
  opacity: .4;
}

.testimonial-sec {
  padding: 20px 0 40px;
  margin: 0;
}

.testimonial-sec h2 {
  font-family: 'Futura Hv BT';
  font-size: 46px;
  font-weight: 400;
  line-height: 55px;
  letter-spacing: -0.01em;
  text-align: center;
  padding: 0;
  margin: 0 0 40px;
  color: #453B27;
}

.testimonial-slider-wrap {
  padding: 0;
  margin: 0;
}

.testimonial-slider-wrap .testimonial-box {
  position: relative;
  padding: 60px 15px 80px;
  border-radius: 12px;
  background: linear-gradient(180deg, #FEFFC3 0%, #FFE7B4 100%);
  margin: 40px 0 0 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.testimonial-slider-wrap .testimonial-box .com-icon {
  position: absolute;
  width: 76px;
  height: 76px;
  background: #AE7F19;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -38px;
  left: 15px;
}

.testimonial-slider-wrap .testimonial-box .com-icon img {
  width: auto;
  height: auto;
}

.testimonial-slider-wrap .testimonial-box .text-info {
  padding: 0 0 30px;
  margin: 0;
}

.testimonial-slider-wrap .testimonial-box .text-info p {
  font-family: 'Futura Bk BT';
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.01em;
  color: #1A1A1A;
  padding: 0;
  margin: 0;
}

.testimonial-slider-wrap .testimonial-box .bottom-text {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 25px;
    left: 10px;
}

.testimonial-slider-wrap .testimonial-box .bottom-text .icon {
  width: 150px;
/*  height: 49px;*/
  border-radius: 7px;
  overflow: hidden;
/*  background: #fff;*/
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-slider-wrap .testimonial-box .bottom-text .icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.testimonial-slider-wrap .testimonial-box .bottom-text .text-block {
  padding: 0 0 0 20px;
}

.testimonial-slider-wrap .testimonial-box .bottom-text .text-block span {
  font-family: 'Futura Md BT';
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #3A3A3A;
}

/* .testimonial-slider-wrap .owl-item,
.testimonial-slider-wrap .owl-item .item,
.testimonial-slider-wrap .owl-item .item .testimonial-box{
  height: 100%;
}

.testimonial-slider-wrap .owl-carousel .owl-stage{display: flex;}
.testimonial-slider-wrap .owl-item {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}
.testimonial-slider-wrap .item {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
} */

.testimonial-slider-wrap .owl-dots {
  display: flex;
  justify-content: center;
  padding: 20px 0 0;
}

.testimonial-slider-wrap .owl-dots .owl-dot {
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0 4px;
}

.testimonial-slider-wrap .owl-dots .owl-dot span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #D9D9D9;
}

.testimonial-slider-wrap .owl-dots .owl-dot.active span {
  background: #8B6F48;
}

.newsletter-sec {
  /*display: flex;
  justify-content: flex-end;*/
  padding: 0 0 60px;
  margin: 0;
  padding-left: calc((100% - 1210px + 30px)/2);
}

.newsletter-sec .newsletter-wrap {
/*  width: 80%;*/
  border-radius: 75px 0px 0px 75px;
  padding: 20px 60px;
  background: linear-gradient(91.18deg, #FCFE77 0%, #FFCE67 100%);
  display: flex;
  align-items: center;
}

.newsletter-sec .newsletter-wrap .box {
  width: 50%;
}

.newsletter-sec .newsletter-wrap .box:first-child {
  padding: 0 30px 0 0;
  border-right: 1px solid #BBBBBB
}

.newsletter-sec .newsletter-wrap .box:last-child {
  padding: 0 0 0 60px;
}

.newsletter-sec .newsletter-wrap .box h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
  padding: 0 0 10px;
  margin: 0;
}

.newsletter-sec .newsletter-wrap .box p {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.012em;
  text-align: left;
  padding: 0;
  margin: 0;
}

.newsletter-sec .newsletter-wrap .box a {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: #3A3A3A;
}


.footer {
  background-color: #fff;
  border-top: 1px solid #DFDFDF;
  padding: 35px 0 25px;
  margin: 0;
}

.footer .ft-logo {
  padding: 0 0 15px;
  margin: 0;
}

.footer .ft-logo img {
  max-width: 100%;
  max-height: 45px;
}

.footer .ft-menu {
  padding: 0;
  margin: 0;
}

.footer .ft-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.footer .ft-menu ul li {
  padding: 0 30px 0 0;
  margin: 0;
}

.footer .ft-menu ul li:last-child {
  padding-right: 0;
}

.footer .ft-menu ul li a {
  font-family: 'Futura Bk BT';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #3A3A3A;
  display: inline-block;
  text-decoration: none;
}

.footer .ft-social {
  padding: 0;
  margin: 0;
}

.footer .ft-social h3 {
  font-family: 'Futura Md BT';
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0px;
  padding: 0 0 15px;
  margin: 0;
}

.footer .ft-social ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

.footer .ft-social ul li {
  padding: 0 15px 0 0;
  margin: 0;
}

.footer .ft-social ul li:last-child {
  padding-right: 0;
}

.footer .ft-social ul li a {
  font-size: 18px;
  font-weight: 400;
  color: #613F11;
  transition: all 300ms ease-in-out;
}

.footer .ft-social ul li a:hover {
  color: #453B27;
}

.copyright-sec {
  background-color: #fff;
  text-align: center;
  margin: 0;
}

.copyright-sec .copyright-wrap {
  padding: 20px 0 20px;
  border-top: 1px solid #DFDFDF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}

.copyright-sec p {
  font-family: 'Futura Bk BT';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0em;
  color: #4A4A4A;
  padding: 0;
  margin: 0;
}

.copyright-sec p a {
  color: #4A4A4A;
  text-decoration: none;
  transition: all 300ms ease-in-out;
}

.copyright-sec .copyright-wrap ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

.copyright-sec .copyright-wrap ul li {
  padding: 0 15px 0 0;
  margin: 0;
}

.copyright-sec .copyright-wrap ul li:last-child {
  padding-right: 0;
}

.copyright-sec .copyright-wrap ul li a {
  font-family: 'Futura Bk BT';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0em;
  color: #4A4A4A;
  display: inline-block;
  text-decoration: none;
}

.copyright-sec p a:hover,
.copyright-sec .copyright-wrap ul li a:hover {
  text-decoration: none;
}

/*========== Login Css Start ============*/
.login-body {
  background: url(../images/login-bg.png) no-repeat left top;
  background-size: cover;
  min-height: 100vh;
  position: relative;
}

.login-body .login-header {
  padding: 30px 0;
}

.login-body .login-header ul li {
  padding: 0;
  margin: 0 30px 0 0;
}

.login-body .login-header ul li:last-child {
  margin-right: 0;
}

.login-body .login-header ul li a {
  font-family: 'Futura Lt BT';
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0px;
  padding: 0;
  margin: 0;
  color: #3A3A3A;
  transition: all 300ms ease-in-out;
}

.login-body .login-form-area {
  min-height: calc(100vh - 90px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px 15px;
}

.login-form-body {
  max-width: 624px;
  background: #FFFFFF;
  border-radius: 24px;
  padding: 30px;
  margin: 0 auto;
  position: relative;
}

.login-form-body .close {
  position: absolute;
  top: -23px;
  right: -23px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 50%;
  color: #fff;
  border: 2px solid #fff;
  opacity: 1;
  font-size: 18px;
  outline: none;
  box-shadow: none;
}

.login-form-body .info {
  text-align: center;
  padding: 0 0 30px;
  margin: 0;
}

.login-form-body .info h3 {
  font-family: 'Futura';
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  text-align: center;
  padding: 0 0 20px;
  margin: 0;
}

.login-form-body .info p {
  font-family: 'Futura Bk BT';
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.015em;
  text-align: center;
  padding: 0;
  margin: 0;
  color: #1A1A1A;
}

.login-form-body .from-group {
  padding: 0 0 0;
  margin: 0 0 20px;
}

.login-form-body .from-group .form-control {
  height: 46px !important;
  border-radius: 10px;
  border: none;
  box-shadow: none;
  background: #F6F6F6;
  outline: none;
}

.login-form-body .from-group textarea.form-control {
  height: 80px;
}

.login-form-body .before-btn-panel {
  padding: 0;
  margin: 0 0 30px;
}

.login-form-body .before-btn-panel .box input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.login-form-body .before-btn-panel .box label {
  color: #4A4A4A;
  position: relative;
  cursor: pointer;
  font-family: 'Futura Bk BT';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  margin: 0;
}

.login-form-body .before-btn-panel .box label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border-radius: 2px;
  border: 1.4px solid #4A4A4A;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.login-form-body .before-btn-panel .box input:checked+label:before {
  background: #FFD067;
  border-color: #FFD067;
}

.login-form-body .before-btn-panel .box input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 6px;
  width: 6px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.login-form-body .before-btn-panel a {
  font-family: 'Futura Md BT';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0em;
  color: #BC8503;
}

.login-form-body .btn-panel {
  text-align: center;
  padding: 0px 0 20px;
  margin: 0;
}

.login-form-body .btn-panel .btn {
  width: 90%;
  background: linear-gradient(91.33deg, #FCFE77 0%, #FFCE67 100%);
  font-family: 'Futura Hv BT';
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0em;
  text-align: center;
  padding: 18px 10px;
  border-radius: 15px;
  border: none;
  box-shadow: none;
  outline: none;
}

.login-form-body .after-btn-panel {
  text-align: center;
  padding: 0;
  margin: 0;
}

.login-form-body .after-btn-panel p {
  font-family: 'Futura Bk BT';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0em;
  padding: 0;
  margin: 0;
  color: #4A4A4A;

}

.login-form-body .after-btn-panel p a {
  font-family: 'Futura Hv BT';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0em;
  padding: 0;
  margin: 0;
  color: #BC8503;
  text-decoration: underline;
}

.login-form-body .or-diverder {
  text-align: center;
  padding: 30px 0;
  margin: 0;
}

.login-form-body .or-diverder p {
  font-family: 'Futura Bk BT';
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  padding: 0;
  margin: 0;
  position: relative;
}

.login-form-body .or-diverder p:before {
  content: '';
  position: absolute;
  background: #FFC032;
  width: 47%;
  height: 1px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.login-form-body .or-diverder p:after {
  content: '';
  position: absolute;
  background: #FFC032;
  width: 47%;
  height: 1px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.login-form-body .social-icon {
  padding: 0;
  margin: 0;
}

.login-form-body .social-icon ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}

.login-form-body .social-icon ul li {
  padding: 0;
  margin: 0 10px 0 0;
}

.login-form-body .social-icon ul li:last-child {
  margin-right: 0;
}

.login-form-body .social-icon ul li a {
  display: flex;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
}

.login-form-body .social-icon ul li.facebook a {
  background: #3D589F;
}

.login-form-body .social-icon ul li.twitter a {
  background: #58A0E8;
}

.login-form-body .social-icon ul li.google a {
  background: #EA5648;
}

.login-modal .modal-content {
  background: transparent;
  border: none;
  border-radius: 0;
}

.login-modal .modal-content .modal-body {
  padding: 0 1rem;
}

.login-modal .modal-dialog {
  max-width: 624px;
  margin: 1.75rem auto;
}

/*============= Dashboard ===============*/
.frontend-dashborad-sec {
  background: #f1f3f4;
  padding: 15px 0 0;
  margin: 0;
  min-height: calc(100vh - 320px) !important;
}

.frontend-dashborad-sec.with-bg {
  background: url(../images/water-mark-logo.png) no-repeat center, #f1f3f4;
}

.dashborad-body {
  padding: 0 0px;
  margin: 0;
}

.dashborad-body .row {
  /* min-height: calc(100vh - 126px); */
}

.dashborad-body .db-sidebar {
  background: #fff;
  padding: 20px 15px;
  height: 100%;
}

.db-main-block {
  padding: 0 15px;
  margin: 0;
}

.advertisement-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  margin: 0 0 15px;
  background: #FFFFFF;
  border-radius: 8px;
}

.advertisement-panel .tham-icon {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  background: #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.advertisement-panel .info {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  width: calc(100% - 136px);
}

.advertisement-panel .info .test-box {
  padding: 0 15px 0 15px;
  margin: 0;
  width: calc(100% - 50px);
}

.advertisement-panel .info .test-box p {
  color: #3A3A3A;
  font-family: 'Futura Bk BT';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  margin: 0;
}

.advertisement-panel .add-post-btn {
  color: #1A1A1A !important;
  text-align: center;
  font-family: 'Futura Md BT';
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  padding: 16px 32px;
  border-radius: 10px;
  background: linear-gradient(135deg, #FCFE77 0%, #FFCE67 100%) !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.advertisement-panel .dropdown-item {
  color: #969696;
  font-family: 'Futura Md BT';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  border: none;
  box-shadow: none;
  outline: none;
  padding: 10px 15px;
}

.advertisement-panel .dropdown-item:active,
.advertisement-panel .dropdown-item:hover,
.advertisement-panel .dropdown-item:focus {
  color: #3A3A3A;
  background-color: #f8f9fa;
  border: none;
}

.post-advertisement-modal .modal-dialog {
  max-width: 50%;
}

.post-advertisement-modal.option-send-quote-modal .modal-dialog {
  max-width: 943px;
}

.post-advertisement-modal .modal-dialog .modal-content {
  background: transparent;
  border: none;
  border: none;
}

.post-advertisement-modal .modal-dialog .modal-body {
  padding: 20px 15px;
}

.post-ad-body {
  position: relative;
  border-radius: 16px;
  background: #FFF;
}

.post-ad-body .ttl {
  border-radius: 16px 16px 0px 0px;
  background: #FDE46E;
  text-align: center;
  padding: 19px 15px;
}

.post-ad-body .ttl p {
  color: #464646;
  text-align: center;
  font-family: 'Futura Hv BT';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  margin: 0;
}

.post-ad-from-wrap {
  padding: 20px 30px;
  margin: 0;
}

.post-ad-from-wrap .ad-ttl {
  display: flex;
  padding: 0;
  margin: 0 0 20px;
}

.post-ad-from-wrap .ad-ttl .tham-icon {
  width: 97px;
  height: 97px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14.239px;
  background: #FFF;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.16);
}

.post-ad-from-wrap .ad-ttl .tham-icon img {
  max-width: 100%;
}

.post-ad-from-wrap .ad-ttl .ad-ttl-field {
  width: calc(100% - 97px);
  padding: 0 0 0 15px;
  margin: 0;
}

.post-ad-from-wrap .ad-ttl .ad-ttl-field textarea {
  border-radius: 8px;
  background: #EDEDED;
  height: 64px;
  width: 100%;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 10px;
  resize: none;
}

.post-ad-from-wrap .from-group label {
  color: #464646;
  font-family: 'Futura Md BT';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  margin: 0 0 6px;
}

.post-ad-from-wrap .from-group {
  margin: 0 0 20px;
}

.post-ad-from-wrap .from-group textarea.form-control {
  font-family: 'Futura Md BT';
  width: 100%;
  height: 86px;
  border-radius: 8px;
  background: #EDEDED;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 10px;
  resize: none;
}

.post-ad-from-wrap .checkboxpanel {
  padding: 0;
  margin: 0 0 10px;
}

.post-ad-from-wrap .checkboxpanel p {
  color: #464646;
  font-family: 'Futura Md BT';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  margin: 0 0 6px;
}

.post-ad-from-wrap .checkboxpanel ul.sevice-provide-list-wrap {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  align-items: center;
}

.post-ad-from-wrap .checkboxpanel ul li {
  padding: 0;
  margin: 0 15px 10px 0;
}

.post-ad-from-wrap .checkboxpanel ul li input[type="checkbox"] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.post-ad-from-wrap .checkboxpanel ul li label {
  position: relative;
  cursor: pointer;
  color: #383838;
  font-family: 'Futura Bk BT';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  margin: 0;
}

.post-ad-from-wrap .checkboxpanel ul li label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border-radius: 1.781px;
  border: 1.663px solid #383838;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.post-ad-from-wrap .checkboxpanel ul li input[type="checkbox"]:checked+label:before {
  background: #FFD067;
  border-color: #FFD067;
}

.post-ad-from-wrap .checkboxpanel ul li input[type="checkbox"]:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.customcheckbox input[type="checkbox"] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.customcheckbox label {
  position: relative;
  cursor: pointer;
  color: #383838;
  font-family: 'Futura Bk BT';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  margin: 0;
}

.customcheckbox label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border-radius: 1.781px;
  border: 1.663px solid #383838;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  top: -1px;
}

.customcheckbox input[type="checkbox"]:checked+label:before {
  background: #FFD067;
  border-color: #FFD067;
}

.customcheckbox input[type="checkbox"]:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}


.post-ad-from-wrap .checkboxpanel.ext-pd ul li {
  padding: 0;
  margin-right: 30px;
}

.post-ad-from-wrap .checkboxpanel.ext-pd ul li:last-child {
  margin-right: 0;
}

.post-ad-from-wrap .btn-panel {
  padding: 20px 0 0;
}

.post-ad-from-wrap .btn-panel .btn {
  color: #282828;
  text-align: center;
  font-family: 'Futura Md BT';
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  max-width: 238px;
  width: 100%;
  padding: 12px 28px;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  background: linear-gradient(135deg, #FCFE77 0%, #FFCE67 100%);
  border: none;
  outline: none;
  box-shadow: none;
}

.post-ad-body .close {
  position: absolute;
  top: -23px;
  right: -23px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 50%;
  color: #fff;
  border: 2px solid #fff;
  opacity: 1;
  font-size: 18px;
  outline: none;
  box-shadow: none;
}

.advertisement-post-body {
  padding: 20px 30px;
  background: #fff;
  border-radius: 8px;
  margin: 0 0 20px;
}
/*.advertisement-post-body:last-child{
  margin-bottom: 0;
}
*/
.advertisement-post-body .top-block {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 30px;
  margin: 0;
  position: relative;
}
.advertisement-post-body .top-block .edit-delet-box{
  position: absolute;
  right: 0;
  top: 0;
}
.advertisement-post-body .top-block .edit-delet-box ul{
  display: flex;
  padding: 0;
  margin: 0;
}
.advertisement-post-body .top-block .edit-delet-box ul li{
  margin: 0 10px 0 0;
}
.advertisement-post-body .top-block .edit-delet-box ul li:first-child a{
  color: #3A3A3A;
}
.advertisement-post-body .top-block .edit-delet-box ul li:last-child{
  margin-right: 0;
}


.advertisement-post-body .top-block .tham-icon {
  Width: 112px;
  Height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 2.160919427871704px 4.321838855743408px 0px #00000029;
  border-radius: 17px;
}

.advertisement-post-body .top-block .desc {
  width: calc(100% - 112px);
  padding: 0 0 0 15px;
  margin: 0;
}

.advertisement-post-body .top-block .desc h3 {
  font-family: 'Futura';
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 0 10px;
  margin: 0;
  color: #3A3A3A;
}
.frontend-dashborad-sec .advertisement-post-body .top-block .desc h3 {
  padding-right: 60px;
}

.advertisement-post-body .top-block .desc ul {
  display: flex;
  padding: 0;
  margin: 0 0 5px;
}

.advertisement-post-body .top-block .desc ul li {
  font-family: 'Futura Bk BT';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0 30px 0 0;
  margin: 0;
  color: #8F8F8F;
}

.advertisement-post-body .top-block .desc ul li:last-child {
  padding-right: 0;
}

.advertisement-post-body .text-block {
  padding: 0;
  margin: 0 0 30px;
  max-height: 130px;
/*  transition: all 300ms ease-in-out;*/
  overflow: hidden;
}
.advertisement-post-body .text-block.show{
  height: 100%;
  max-height: 100%;
}

.advertisement-post-body .text-block > div img{
  padding: 10px;
}
.advertisement-post-body .text-block > div > ol li,
.advertisement-post-body .text-block > div > ul li{
  list-style: unset;
  margin-bottom: 10px;
}
.advertisement-post-body .text-block > div img{
  max-width: 173px;
/*  transition: all 300ms ease-in-out;*/
}
.advertisement-post-body .text-block.show > div img{
  max-width: 100%;
/*  transition: all 300ms ease-in-out;*/
}
.advertisement-post-body .text-block > div > ul{
  list-style: unset;
}
.advertisement-post-body .text-block > div > ul,
.advertisement-post-body .text-block > div > ol{
  margin-left: 30px;
}
.advertisement-post-body .text-block > div > div{
  margin-bottom: 15px;
}
.advertisement-post-body .text-block .clearfix{
  margin: 0;
}

.advertisement-post-body .text-block p {
  font-family: 'Futura Bk BT';
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #1A1A1A;
  padding: 0;
  margin: 0 0 15px;
}

.advertisement-post-body .text-block p:last-child {
  margin-bottom: 0;
}

.advertisement-post-body .service-info {
  padding: 0 0 20px;
  margin: 0;
}

.advertisement-post-body .service-info ul li {
  font-family: 'Futura Bk BT';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0 0 15px;
  margin: 0;
  color: #3A3A3A;
}

.advertisement-post-body .service-info ul li strong {
  display: inline-block;
  min-width: 135px;
  padding: 0;
  margin: 0;
}

.advertisement-post-body .status-bar ul {
  display: flex;
  padding: 0;
  margin: 0;
}

.advertisement-post-body .status-bar ul li {
  font-family: 'Futura Bk BT';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin: 0 30px 0 0;
  padding: 0;
}

.advertisement-post-body .status-bar ul li:last-child {
  margin-right: 0;
}

.advertisement-post-body .click-to-show{
  display: none;
}
.advertisement-post-body .click-to-show.showToggle{
  display: block;
}

.post-logo {
  display: flex;
  align-items: center;
  padding: 0 0 10px;
  margin: 0 0 30px;
  border-bottom: 1px solid #E6E6E6;
}

.post-logo .text {
  padding: 0 0 0 15px;
  margin: 0 0 0;
}

.post-logo .text h2 {
  font-family: 'Futura';
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  color: #3A3A3A;
}

.post-user-notification {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 0 40px;
  margin: 0;
}

.noti-block {
  position: relative;
  margin: 0;
  margin: 0;
  cursor: pointer;
}

.noti-block span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: linear-gradient(0deg, #FFB412, #FFB412);
    border: 1.2px solid #FFFFFF;
    border-radius: 50%;
    position: absolute;
    right: -3px;
    top: -6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #000;
}
.noti-block .dropdown-toggle::after{
  display: none;
}
.user-name-icon {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

.user-name-icon .icon {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  background: #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0 0 0 15px;
  overflow: hidden;
}

.user-name-icon span {
  font-family: 'Futura Bk BT';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  margin: 0;
}

.post-user-notification .user-name-icon {
  margin-left: 60px;
}

.post-user-notification .user-name-icon.dropdown-toggle:hover {
  cursor: pointer;
}

.post-user-notification .user-name-icon.dropdown-toggle:after {
  display: none;
}

.post-mobile-header .post-user-notification .dropdown-menu button {
  border: none;
  outline: none;
  border-radius: 0;
  box-shadow: none;
}

.post-mobile-header .post-user-notification .dropdown-menu button:focus {
  background-color: #f8f9fa;
}

.show-mobile {
  display: none;
}

.login-ex-padding-tb {
  padding-top: 120px;
  padding-bottom: 120px;
}

.register-form.login-ex-padding-tb {
  padding-top: 40px;
  padding-bottom: 40px;
}

.login-ex-padding-lr {
  padding-left: 40px;
  padding-right: 40px;
}

.login-form-body.register-form .before-btn-panel .box {
  margin-bottom: 20px;
}

.login-form-body.register-form .before-btn-panel .box label {
  display: flex;
}

.login-form-body.register-form .before-btn-panel .box label:before {
  width: 16px;
  height: 16px;
  margin-top: 3px;
}

.login-form-body.register-form .before-btn-panel .box label span a,
.login-form-body.register-form .before-btn-panel .box label span {
  text-decoration: none;
  color: #4A4A4A;
  font-family: 'Futura Bk BT';
  font-size: 16px;
  font-weight: 400;
}

.login-form-body.register-form .before-btn-panel .box label span a:hover {
  color: #BC8503;
}

.login-form-body .from-group span.input-group-text {
  /* position: absolute;
  right: 0;
  top: 0;
  bottom: 0; */
  background: #f6f6f6;
  border: none;
  border-radius: 0px 10px 10px 0px;
}

.login-form-body .eye-icon .form-control {
  border-radius: 10px 0 0 10px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: none;
  outline: 0;
  background: #F6F6F6;
  min-height: 46px;
}

.select2-container--default .select2-selection--multiple {
  background-color: #F6F6F6;
  border: none;
  border-radius: 10px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  min-height: 39px;
  padding-bottom: 5px;
  padding-top: 5px;
}

.post-mobile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 5px 15px;
  margin: 0;
/*  min-height: 111px;*/
  position: relative;
}

.post-mobile-header .post-logo {
  padding: 0;
  margin: 0;
  border: none;
}

.hdr-home-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 14px 24px !important;
  background: linear-gradient(180deg, #fff5d6 0%, #ffd875 100%) !important;
  color: #1e293b !important;
  border-radius: 34px !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  font-family: 'Futura Md BT', sans-serif, inherit !important;
  text-decoration: none !important;
  border: 1px solid #ffe082 !important;
  box-shadow: 0 3px 10px rgba(255, 193, 7, 0.22), 0 1px 3px rgba(0, 0, 0, 0.04) !important;
  transition: all 0.25s ease !important;
  cursor: pointer !important;
  margin: 0 !important;
  line-height: 1.2 !important;
  box-sizing: border-box !important;
}

.hdr-home-btn:hover {
  background: linear-gradient(180deg, #ffe082 0%, #ffc107 100%) !important;
  color: #0f172a !important;
  border-color: #ffb300 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 5px 14px rgba(255, 193, 7, 0.35) !important;
  text-decoration: none !important;
}

.hdr-home-btn .home-icon {
  font-size: 18px !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
}

.post-mobile-header .post-logo a {
  display: block;
}

.post-mobile-header .post-logo img.dsk-logo {
  max-width: 280px;
  max-height: 50px;
  width: auto;
  height: auto;
  display: block;
}

.post-mobile-header .post-logo img.mb-logo {
  max-width: 160px;
  max-height: 35px;
  width: auto;
  height: auto;
  display: none;
}

.post-mobile-header .post-user-notification {
  padding: 0;
  margin: 0;
}

.post-mobile-header .site-logo {
  position: absolute;
  width: 232px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.post-mobile-header .site-logo img {
  max-width: 100;
}


.uoloaded-img-list {
  padding: 0;
  margin: 0 0 20px;
}

.uoloaded-img-list ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.uoloaded-img-list ul li {
  padding: 0;
  margin: 0 10px 10px 0;
  height: 80px;
  width: 80px;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
}

.uoloaded-img-list ul li .up-close {
  position: absolute;
  cursor: pointer;
  top: 6px;
  right: 6px;
  color: red;
  width: 20px;
  height: 20px;
  background: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 50%;
  line-height: 1;
  font-size: 14px;
  border: 1px solid red;
}

/* .uoloaded-img-list ul li:last-child{
  margin-right: 0;
} */
.uoloaded-img-list ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.uoloaded-img-list ul li a {
  display: block;
  position: relative;
  height: 100%;
  height: 100%;
}

.uoloaded-img-list ul li a .gall-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.uoloaded-img-list ul li a .gall-overlay p {
  font-size: 14px;
  line-height: 1.2;
  font-family: 'Futura Hv BT';
  font-weight: 700;
  color: #fff;
  padding: 0;
  margin: 0;
}

.customupload {
  padding: 0;
  margin: 0 0 20px;
}

.customupload input {
  display: none;
}

.customupload label {
  height: 80px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px dashed #ccc;
  border-radius: 10px;
  margin: 0;
  cursor: pointer;
}

.uoloaded-img-list h3 {
  color: #464646;
  font-family: 'Futura Md BT';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  margin: 0 0 10px;
}

.rating-status {
  padding: 0;
  margin: 0;
}

.rating-status ol {
  display: flex;
  padding: 0;
  margin: 0;
}

.rating-status ol li {
  color: #3A3A3A;
  margin: 0 4px 0 0;
}

.rating-status ol li:last-child {
  margin-right: 0;
}

.rating-status ol li.active {
  color: #ffd269;
}

.fancybox-thumbs .fancybox-thumbs__list>a {
  margin: 0;
}

.service-comment-block .comment .comment-user {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #FCFE77 0%, #FFCE67 100%) !important;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-comment-block .comment .comment-user strong {
  font-size: 30px;
  font-weight: 700;
  color: #1A1A1A
}

.post-mobile-header.single-service-header {
/*  background: rgba(248, 248, 248, 1);*/
}

.single-service-ttl {
  display: flex;
  align-items: center;
  background: rgba(242, 242, 242, 1);
  padding: 30px 15px;
  margin: 0;
}

.single-service-ttl .icon {
  width: 62px;
  height: 62px;
  background: #FFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 2.3619048595428467px 9.447619438171387px 0px rgba(0, 0, 0, 0.16);
}

.single-service-ttl .text {
  padding: 0 0 0 15px;
}

.single-service-ttl .text h4 {
  font-family: 'Futura Hv BT';
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  color: #3A3A3A;
}

.single-service-sec {
  background: rgba(242, 242, 242, 1);
  padding: 0 15px 40px;
}

.single-service-sidebar {
  padding: 0;
  margin: 0;
}

.single-service-sidebar .single-service-img {
  height: 350px;
  border-radius: 16px;
  overflow: hidden;
  padding: 0;
  margin: 0 0 20px;
}

.single-service-sidebar .single-service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-service-sidebar .single-service-info {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  max-height: 252px;
  overflow-y: auto;
}
.single-service-sidebar .single-service-info::-webkit-scrollbar {
  width: 8px;
}

.single-service-sidebar .single-service-info::-webkit-scrollbar-track {
  background-color: #d9d9d9;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.single-service-sidebar .single-service-info::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #FFCE67;
}

.single-service-sidebar .single-service-info p {
  font-family: 'Futura Bk BT';
  font-size: 19px;
  font-weight: 400;
  line-height: 29px;
  color: #1A1A1A;
  padding: 0;
  margin: 0 0 15px;
}

.single-service-sidebar .single-service-info p:last-child {
  margin-bottom: 0;
}

.single-service-main-block {
  padding: 0;
  margin: 0;
  height: 100%;
}

.single-service-main-block .single-service-form {
  border-radius: 20px;
  padding: 30px;
  background: #fff;
  box-shadow: 0px 0px 8px 0px #0000001F;
  height: 100%;
  overflow-x: hidden;
}

.single-service-main-block .single-service-form .field-box {
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
  padding: 0;
  margin: 0 0 30px;
  text-align: left;
}

.single-service-main-block .single-service-form .field-box label {
  /* width:160px; */
  display: flex;
  padding: 0;
  margin: 0 0 7px;
  text-align: left;
  font-size: 13px;

}

.single-service-main-block .single-service-form .field-box.full-width-field .form-control {
  width: 100%;
}

.single-service-main-block .single-service-form .field-box strong {
  font-family: 'Futura Md BT';
  font-size: 14px;
  color: #464646;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  margin: 0;
}

.single-service-main-block .single-service-form .field-box .form-control {
  width:100%;
  background: #EDEDED;
  height: 50px;
  border-radius: 8px;
  border: none;
  box-shadow: none;
  outline: none;
}

.single-service-main-block .single-service-form .field-box .select2 .selection .select2-selection__rendered{
  position: relative;
}
.single-service-main-block .single-service-form .field-box .select2 .selection .select2-selection__rendered:after{
  content: '';
  font-family: FontAwesome;
  content: "\f078";
  font-size: 11px;
  line-height: 1.2;
  position: absolute;
  color: #495057;
  right: 0;
  right: 0;
  top: 50%;
  transform: translate(-3px, -15%);
  background: url(../images/down-field-arrow.jpg) no-repeat center;
  width: 10px;
  height: 8px;
}

.custom-radio label {
  margin-bottom: 0;
  font-family: 'Futura Bk BT';
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #757575;
  padding-top: 2px;
  padding-bottom: 2px;
}

.custom-radio [type="radio"]:checked,
.custom-radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.custom-radio [type="radio"]:checked+label,
.custom-radio [type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

.custom-radio [type="radio"]:checked+label:before,
.custom-radio [type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  width: 24px;
  height: 24px;
  border: 2px solid #CBA700;
  border-radius: 100%;
  background: #fff;
}

.custom-radio [type="radio"]:checked+label:after,
.custom-radio [type="radio"]:not(:checked)+label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #CBA700;
  position: absolute;
  top: 4px;
  left: 6px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.custom-radio [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.custom-radio [type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.pet-box {
  /* display: flex;
  align-items: center; */
  padding: 0;
  margin: 0 0 30px;
  text-align: left;
}

.pet-box strong {
  color: #464646;
  display: block;
  text-align: left;
  font-family: 'Futura Md BT';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  margin: 0 0 7px;
  text-transform: uppercase;
}

.pet-box ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

.pet-box ul li {
  padding: 0 30px 0 0;
}

.pet-box ul li:last-child {
  padding-right: 0;
}

.pet-box .custom-radio [type="radio"]:checked+label,
.pet-box .custom-radio [type="radio"]:not(:checked)+label {
  padding-left: 0;
  padding-right: 28px;
}

.pet-box .custom-radio [type="radio"]:checked+label:before,
.pet-box .custom-radio [type="radio"]:not(:checked)+label:before {
  left: inherit;
  right: 0;
  top: 0;
}

.pet-box .custom-radio [type="radio"]:checked+label:after,
.pet-box .custom-radio [type="radio"]:not(:checked)+label:after {
  top: 6px;
  left: inherit;
  right: 6px;
}


.single-service-form .comment-add {
  padding: 0;
  margin: 0 0 30px;
}

.single-service-form .comment-add .form-control {
  background: #EDEDED;
  height: 50px;
  border-radius: 8px;
  border: none;
  box-shadow: none;
  outline: none;
  height: 130px;
  resize: none;
}

.single-service-form .btn-block {
  text-align: center;
  padding: 0;
  margin: 0;
}

.single-service-form .btn {
  color: #1A1A1A !important;
  text-align: center;
  font-family: 'Futura Md BT';
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  padding: 16px 50px;
  border-radius: 10px;
  background: linear-gradient(135deg, #FCFE77 0%, #FFCE67 100%) !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.single-service-form .add-photo-field {
  padding: 0 0 0;
  margin: 0 0 30px;
  text-align: left;
}

.single-service-form .add-photo-field p {
  font-family: 'Futura Bk BT';
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #464646;
  padding: 0;
  margin: 0 0 10px;
  text-align: left;
}

.single-service-form .add-photo-field .add-photo-wrap {
  padding: 0;
  margin: 0;
}

.single-service-form .add-photo-field .add-photo-wrap input[type="file"] {
  display: none;
}

.single-service-form .add-photo-field .add-photo-wrap label {
  background: #D9D9D9;
  height: 70px;
  width: 70px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ad-post-sidebar {
  background: #fff;
  height: 100%;
}

.ad-post-sidebar {
  padding: 20px 0;
  margin: 0;
}

.ad-post-sidebar .top-block {
  padding:0 15px;
  margin: 0;
}

.ad-post-sidebar .top-block .btn-wrap{
  /*display: flex;
  justify-content: space-between;
  flex-wrap: wrap;*/
  flex-direction: column;
  padding: 0;
  margin: 0 0 0px;
  border-bottom: none;
}
.ad-post-sidebar .top-block .btn-wrap .btn{
  width: 100%;
  border: 1px solid #E3E3E3;
  border-radius: 12px;
  background: #fff;
  color: #3A3A3A;
  font-family: 'Futura Hv BT';
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  padding: 12px 16px;
  text-align: center;
  outline: none;
  box-shadow: none;
}
.ad-post-sidebar .top-block .btn-wrap .btn:first-child{
  padding: 12px 20px;
}
.ad-post-sidebar .top-block .btn-wrap .nav-item{
  /* width: 48%; */
  margin-bottom: 10px;
}
.ad-post-sidebar .top-block .btn-wrap .btn.find-job{
  background: #FFE285;
}
.ad-post-sidebar .top-block .btn-wrap .btn.active{
  background: #FFE285;
}
.ad-post-sidebar .zipcode-block{
  padding: 0 15px 15px;
  margin: 0;
}
.ad-post-sidebar .zipcode-block .form-control {
  border: 1px solid #D7CDCD;
  border-radius: 10px;
  height: 60px !important;
  box-shadow: none;
  outline: none;
}

.ad-post-list-wrap .ad-post-panel {
  background: #DFF2FA;
  padding: 15px;
  margin: 0 0 10px;
}

.ad-post-list-wrap .ad-post-panel:last-child {
  margin-bottom: 0;
}

.ad-post-list-wrap .ad-post-panel:nth-child(even) {
  background: #E7F2F6;
}

.ad-post-list-wrap .ad-post-panel p {
  font-family: 'Futura Bk BT';
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  padding: 0;
  margin: 0 0 10px;
}

.ad-post-list-wrap .ad-post-panel p strong {
  font-family: 'Futura Hv BT';
}

.ad-post-list-wrap .ad-post-panel .btn-box {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}

.ad-post-list-wrap .ad-post-panel .btn-box .view-btn {
  font-family: 'Futura Md BT';
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  background: linear-gradient(91.33deg, #FCFE77 0%, #FFCE67 100%);
  padding: 0;
  margin: 0;
  border-radius: 10px;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 6px 26px;
  color: #1A1A1A;
}

.customer-ds-sidebar {
  height: 100%;
  background: #fff;
  padding: 20px;
  margin: 0;
}

.customer-ds-sidebar h2 {
  font-family: 'Futura';
  font-size: 43px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  padding: 0 0 20px;
  margin: 0;

}

.customer-ds-sidebar .status-panel {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 0 15px;
}

.customer-ds-sidebar .status-panel span {
  font-family: 'Futura Bk BT';
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.01em;
  padding: 0 0 0 10px;
  margin: 0;
}

.customer-ds-sidebar h3 {
  font-family: 'Futura Md BT';
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #3A3A3A;
  padding: 0 0 6px;
  margin: 0 0 15px;
  position: relative;
}

.customer-ds-sidebar h3:after {
  content: '';
  position: relative;
  background: #3A3A3A;
  height: 1px;
  width: 44px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.customer-ds-sidebar .service-lists {
  padding: 0;
  margin: 0 0 15px;
}

.customer-ds-sidebar .service-lists ul li {
  margin-bottom: 10px;
}

.ad-post-main-img {
  padding: 0;
  margin: 20px 0;
  border-radius: 17px;
  overflow: hidden;
}

.ad-post-main-img img {
  width: 100%;
  /* height: auto; */
  height: 400px;
  object-fit: cover;
}

/* Abhishek css */
.pip, .osImg {
    display: inline-block;
    margin: 10px 10px 0 0;
    width: 90px;
    height: 90px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.imageThumb {
  height: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.pip .remove, .osImg .remove{
    position: absolute;
    top: 3px;
    right: 3px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: red;
    font-size: 14px;
}

.service-info-wt-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.service-info-wt-btn .btn-wrap {
  display: flex;
  padding: 0;
  margin: 15px 0 0;
}

.service-info-wt-btn .btn-wrap .btn {
  border: 1px solid #E3E3E3;
  border-radius: 12px;
  background: #fff;
  color: #3A3A3A;
  font-family: 'Futura Hv BT';
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  padding: 12px 26px;
  text-align: center;
  outline: none;
  box-shadow: none;
}

.service-info-wt-btn .btn-wrap .btn.send-btn {
  background: linear-gradient(91.33deg, #FCFE77 0%, #FFCE67 100%);
  margin-left: 10px;
}

.service-info-wt-btn .service-info {
  padding-bottom: 0;
}

.advertisement-post-body .service-info-wt-btn .service-info ul li:last-child {
  padding-bottom: 0;
}

.post-ad-from-wrap .from-group .richText {
  border: 1px solid #DFDFDF;
}

.post-ad-from-wrap .from-group .richText .richText-toolbar {
  border-bottom: 1px solid #DFDFDF;
}

.post-ad-from-wrap .from-group .richText .richText-editor {
  height: 150px;
}

.login-form-body .from-group label sup {
  color: red;
}
.field-box label sup, .pet-box strong sup{
  color: red;
}





/*form styles*/
#msform {
  text-align: center;
  position: relative;
  margin-top: 0px;
}

#msform fieldset {
  width: 100%;
  margin: 0 auto;
  /*stacking fieldsets above each other*/
  position: relative;
  padding: 0 0 10px;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}

/*form styles*/
#msForm {
  text-align: center;
  position: relative;
  margin-top: 0px;
}

#msForm fieldset {
  width: 100%;
  margin: 0 auto;
  /*stacking fieldsets above each other*/
  position: relative;
  padding: 0 0 10px;
}

/*Hide all except first fieldset*/
#msForm fieldset:not(:first-of-type) {
  display: none;
}

/*============ range bar ========*/
.customer-ds-sidebar .price-range .wrapper{
  padding: 10px 0 0;
}
.price-range .price-input {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0;
}
.price-range .price-input .field {
  display: flex;
  width: auto;
  height: auto;
  align-items: center;
  border: 1px solid #D9D9D9;
  padding: 10px;
}
.price-range .price-input .mid-field{
  display: flex;
  align-items: center;
}
.price-range .price-input .mid-field p{
  font-family: 'Futura Bk BT';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color:#3E3838;
  padding: 0;
  margin: 0;
}
.price-range .field input {
  width: 22px;
  height: 100%;
  outline: none;
  margin-left: 0;
  border-radius:0;
  text-align: center;
  -moz-appearance: textfield;
  background: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  border: none;
  box-shadow: none;
  outline: none;
  color: #3A3A3A;
}
.price-range .field input.input-min{
  text-align: left;
}
.price-range .field input.input-max{
  text-align: left;
}


.price-range input[type="number"]::-webkit-outer-spin-button,
.price-range input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.price-range .price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.price-range .slider {
  height: 2px;
  position: relative;
  background: #292828;
  border-radius: 5px;
}
.price-range .slider .progress {
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  border-radius: 5px;
  background: #FCC153;
}
.price-range .range-input {
  position: relative;
}
.price-range .range-input input {
  position: absolute;
  width: 100%;
  height: 2px;
  top: -2px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.price-range input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  /* border-radius: 50%; */
  background: #FFD46A;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);

}
.price-range input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  /* border-radius: 50%; */
  background: #FFD46A;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);

}

/*=============== job finder Section css Start ======================*/
.post-mobile-header .job-search-wrap {
  width: calc(100% - 600px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
}
.post-mobile-header .job-search-wrap .find-job-ttl{
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.post-mobile-header .job-search-wrap .find-job-ttl a{
  width: 36px;
  height: 36px;
  display: flex;
  background: linear-gradient(91.33deg, #FCFE77 0%, #FFCE67 100%);
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.post-mobile-header .job-search-wrap .find-job-ttl p{
  font-family: 'Futura Md BT';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0 15px;
  margin: 0;
  color:#969696;
}
.post-mobile-header .job-search-wrap .find-job-src-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 145px);
}

.post-mobile-header .job-search-wrap .find-job-src-wrap .btn-wrap .btn {
  border: 1px solid #3A3A3A;
  font-family: 'Futura Md BT';
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0em;
  text-align: center;
  padding: 9px 30px;
  margin: 0;
  border-radius: 27px;
  outline: none;
  box-shadow: none;
  background: #fff;
}
.post-mobile-header .job-search-wrap .find-job-src-wrap .from-group {
  width: calc(50% - 60px);
  padding-right: 15px;
}
.post-mobile-header .job-search-wrap .find-job-src-wrap .from-group .form-control{
  background: #EDEDED;
  border-radius: 8px;
  border: none;
  outline: none;
  box-shadow: none;
  height: 39px;
}
.post-mobile-header .job-search-wrap .find-job-src-wrap .from-group.zipcode-src .form-control{
  padding-left: 30px;
  background: url(../images/address-icon.png) no-repeat 10px 50%, #EDEDED;;
}

.find-job-sidebar {
  background: #fff;
  padding: 20px;
  margin: 0;
  min-height: 100%;
}
.sb-wrap{
  padding: 0;
  margin: 0;
}
.sb-wrap .sb-ttl{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0 0 20px;
}
.sb-wrap .sb-ttl strong{
  font-family: 'Futura Hv BT';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  padding: 0;
  margin: 0;
}
.sb-wrap .sb-ttl a{
  font-family: 'Futura Md BT';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0em;
  color: #BE8400;
  padding: 0;
  margin: 0;
}
.find-job-list{
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 0 20px;
}
.find-job-list .tham-icon{
  width: 50px;
  height: 50px;
  border-radius: 15px;
  overflow: hidden;
}
.find-job-list .tham-icon img{
  width: 100%;
  height: 100%;
}
.find-job-list .text{
  width: calc(100% - 50px);
  padding: 0 0 0 15px;
}
.find-job-list .text p{
  font-family: 'Futura Md BT';
  font-size: 18px;
  font-weight: 400;
  line-height:1.2;
  color: #3A3A3A;
  padding: 0;
  margin: 0;
}
.find-job-list .text span{
  font-family: 'Futura Bk BT';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
  padding: 0;
  margin: 0;
}
.job-fn-main-block{
  padding: 0 15px;
  margin: 0;
}
.job-fn-panel{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 15px;
  margin: 0 0 15px;
  background: #fff;
  border-radius: 8px;
}
.job-fn-panel .info{
  padding: 0;
  margin: 0;
}
.job-fn-panel .info h3{
  font-family: 'Futura Hv BT';
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  color:#3A3A3A;
  padding: 0 0 10px;
  margin: 0;
}
.job-fn-panel .info ul{
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.job-fn-panel .info ul li{
  font-family:'Futura Bk BT';
  font-size: 16px;
  font-weight: 400;
  line-height:1.2;
  color:#3A3A3A;
  padding: 0;
  margin: 0 15px 0 0;
}
.job-fn-panel .info ul li:last-child{
  margin-right: 0;
}
.job-fn-panel .btn-wrap{
  display: flex;
  padding: 0;
  margin: 0;
}
.job-fn-panel .btn-wrap .btn{
  border: 1px solid #3A3A3A;
  color: #3A3A3A;
  background: #fff;
  font-family: 'Futura Md BT';
  font-size: 17px;
  font-weight: 400;
  line-height:1.2;
  padding: 10px 25px;
  margin: 0 15px 0 0;
  border-radius: 10px;
  box-shadow: none;
  outline: none;
}
.job-fn-panel .btn-wrap .btn:last-child{
  margin-left: 0;
}
.job-fn-panel .btn-wrap .btn.quot-btn {
  background: linear-gradient(91.33deg, #FCFE77 0%, #FFCE67 100%);
  border: none;
}

.fn-job-info-modal  .modal-dialog{
  max-width: 842px;
  margin: 1.75rem auto;
}
.fn-job-info-modal   .modal-content {
  background: transparent;
  border: none;
  border-radius: 0;
}
.fn-job-info-modal  .modal-content .modal-body {
  padding: 0 1rem;
}
.fn-job-info-modal .fn-job-info-body {
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.16);
    max-width: 842px;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 0 0 30px;
    margin: 0 auto;
    position: relative;
}
.fn-job-info-modal .fn-job-info-body .fn-job-hrad {
    background: #f1f3f4;
    text-align: center;
    padding: 15px;
    border-radius: 24px 24px 0 0;
    margin: 0 0 0px;
}
.fn-job-info-modal .fn-job-info-body .fn-job-hrad h2{
  font-family: 'Futura Hv BT';
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: #3A3A3A;
  padding: 0;
  margin: 0;
}

.fn-job-info-body .close {
  position: absolute;
  top: -23px;
  right: -23px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 50%;
  color: #fff;
  border: 2px solid #fff;
  opacity: 1;
  font-size: 18px;
  outline: none;
  box-shadow: none;
}

.fn-job-info-list {
    padding: 15px 30px;
    margin: 0;
}
.fn-job-info-list p{
      font-family: 'Futura Bk BT';
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #3A3A3A;
    letter-spacing: 0em;
    padding: 0;
    margin: 0;
}
.fn-job-info-list ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.fn-job-info-list ul li{
  padding: 0 15px 0 0;
  margin: 0 0 15px;
}
.fn-job-info-list ul li strong{
  font-family: 'Futura Md BT';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.005em;
  padding: 0;
  margin: 0;
}
.fn-job-info-list ul li span{
  display: inline-block;
  font-family: 'Futura Bk BT';
  color: #3A3A3A;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  padding: 2px 9px 4px 9px;
  background: #FCFC76;
  border-radius: 16px;
}
.fn-job-info-modal .fn-job-desc {
    padding: 0 30px;
    margin: 0;
}
.fn-job-info-modal .fn-job-desc h3{
  font-family: 'Futura Md BT';
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #3A3A3A;
  letter-spacing: -0.005em;
  padding: 0 0 0px;
  margin: 0;
}
.fn-job-info-modal .fn-job-desc p{
  font-family: 'Futura Bk BT';
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #3A3A3A;
  letter-spacing: 0em;
  padding: 0;
  margin: 0;
}

.fn-job-desc h4{
  font-family: 'Futura Bk BT';
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #3A3A3A;
  letter-spacing: 0em;
  padding: 0;
  margin: 0;
}

/*=============== job finder Section css End ======================*/

.mb-logo{
  display: none;
}
.dashborad-body-row {
  display: flex;
  flex-wrap: wrap;
}
.dashborad-body-row .ad-post-sidebar{
  width: 325px;
  height: auto;
  transition: all 500ms ease-in-out;
  overflow: hidden;
}
.dashborad-body-row .db-main-block,
.job-fn-main-block{
  width: calc(100% - 325px);
}

.dashborad-body-row.db-two-col .db-main-block{
  width: calc(100% - 650px);
}

.dashborad-body-row .ad-post-sidebar .close-btn{
  display: none;
}
.advertisement-panel #addClass{
  display: none;
}
.advertisement-panel .sidebar-show-btn{
  display: none;
}

/*============ 14-08-2023 ===============*/
.three-col-body{
  display: flex;
  padding: 0;
  margin: 0 0 15px;
}
.three-col-body .common-didebar{
  width: 325px;
}
.three-col-body .common-body{
  width: calc(100% - 650px);
  padding: 0 15px;
}

.service-info-bar {
    background: #fff;
    padding: 15px;
    border: 1px solid #DFDFDF;
    border-radius: 7px;
    margin-bottom: 15px;
}
.service-info-bar-wrap{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.service-info-bar-wrap .field-wrap{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 12px;
  width: calc(100% - 150px);
  padding: 0;
  margin: 0;
}
.service-info-bar-wrap .field-wrap .field-box {
    display: flex;
    align-items: center;
    flex: 1 1 200px;
    min-width: 180px;
    padding: 0px 20px 0 0;
    margin: 0;
    box-sizing: border-box;
}
.service-info-bar-wrap .field-wrap .field-box.specialty-field-box {
    flex: 1.5 1 300px;
    min-width: 280px;
}
.service-info-bar-wrap .field-wrap .field-box label,
.service-info-bar-wrap .field-wrap .field-box .keyword-autocomplete-container label,
.service-info-bar-wrap .field-wrap .field-box .specialty-autocomplete-container label {
  font-family: 'Futura Md BT';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  margin: 0 8px 0 0;
  width: auto;
  min-width: max-content;
  white-space: nowrap;
}
.service-info-bar-wrap .field-wrap .field-box .form-control,
.service-info-bar-wrap .field-wrap .field-box select {
  width: 100%;
  flex-grow: 1;
  min-width: 100px;
  max-width: 100%;
  border: 1px solid #DFDFDF;
  box-shadow: none;
  outline: none;
}
.service-info-bar-wrap .field-wrap .field-box .keyword-autocomplete-container {
    display: flex;
    align-items: center;
    width: 100%;
    flex-grow: 1;
    min-width: 120px;
    flex-wrap: nowrap;
}
.service-info-bar-wrap .field-wrap .field-box .specialty-autocomplete-container {
    display: flex;
    align-items: center;
    width: 100%;
    flex-grow: 1;
    min-width: 140px;
    flex-wrap: wrap;
}
.specialty-tags-container {
    width: 100% !important;
    flex-basis: 100% !important;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 6px;
}
.specialty-pill-tag {
    white-space: nowrap !important;
    word-break: normal !important;
    display: inline-flex !important;
    align-items: center !important;
}
.service-info-bar-wrap .field-wrap .field-box .keyword-autocomplete-container .keyword-input-wrapper,
.service-info-bar-wrap .field-wrap .field-box .specialty-autocomplete-container .position-relative {
    width: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 80px;
}
.service-info-bar-wrap .field-wrap .field-box .keyword-autocomplete-container .keyword-input-wrapper .form-control,
.service-info-bar-wrap .field-wrap .field-box .specialty-autocomplete-container .specialty-search-input {
    width: 100% !important;
    min-width: 80px !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.service-info-bar-wrap .btn-wrap {
    margin-left: auto;
    flex: 0 0 135px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.service-info-bar-wrap .btn-wrap .btn{
  border: 1px solid #3A3A3A;
  font-family: 'Futura Md BT';
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0em;
  text-align: center;
  padding: 9px 30px;
  margin: 0;
  border-radius: 27px;
  outline: none;
  box-shadow: none;
  background: #fff;
  color: #000;
}

.tank-you-sec{
  background: url(../images/water-mark-logo.png) no-repeat center center;
  padding: 40px 0;
}
.tank-you-sec .tank-you-wrap{
    max-width: 650px;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 30px;
    margin: 0 auto;
    background: rgba(255,255,255,.9);
    text-align: center;
}
.tank-you-sec .tank-you-wrap .icon{
  max-width: 170px;
  margin: 0 auto;
}
.tank-you-sec .tank-you-wrap .icon img{
  max-width: 100%;
}
.tank-you-sec .tank-you-wrap .text{
  padding:0px 0 0;
  margin: 0;
}
.tank-you-sec .tank-you-wrap .text h2{
  font-size: 60px;
  font-family: 'Futura Hv BT';
  font-weight: 400;
  line-height:1.2;
  padding: 0 0 15px;
  margin: 0;
}
.tank-you-sec .tank-you-wrap .text p {
  font-family: 'Futura Bk BT';
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.014em;
  padding: 0;
  margin: 0 auto 30px;
}
.tank-you-sec .tank-you-wrap .text a{
  display: inline-block;
  font-family: 'Futura Md BT';
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0em;
  background: linear-gradient(92.37deg, #FCFE77 0%, #FFCE67 100%);
  padding: 8px 50px 8px 50px;
  border-radius: 34px;
  color: #3A3A3A;
}

.show-div-btn{
  /*color: #1A1A1A !important;
  text-align: center;
  font-family: 'Futura Md BT';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  padding: 12px 32px;
  border-radius: 12px;
  background: linear-gradient(135deg, #FCFE77 0%, #FFCE67 100%) !important;
  border: 1px solid #E3E3E3;
  box-shadow: none !important;
  outline: none !important;*/



  border: 1px solid #E3E3E3;
  border-radius: 12px;
  color: #3A3A3A;
  font-family: 'Futura Hv BT';
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  padding: 12px 26px;
  text-align: center;
  outline: none !important;
  box-shadow: none;
  background: linear-gradient(91.33deg, #FCFE77 0%, #FFCE67 100%);
  text-decoration: none;
}
.show-div-btn:hover{
  color: #3A3A3A;
}

.richText .richText-toolbar ul li a .richText-dropdown-outer .richText-dropdown{
  z-index: 1;
}

.services-list-sec{
  padding: 30px 0;
}
.ad-post-main-wrap {
    background: #fff;
    margin: 0 0 20px;
    border-radius: 17px;
}
.ad-post-main-wrap .text-desc{
  padding:0 15px 15px;
}
.ad-post-main-wrap .text-desc p{
  font-family: 'Futura Bk BT';
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #1A1A1A;
  padding: 0;
  margin:0;
}
.services-list-sec .ad-post-main-wrap .ad-post-main-img{
  margin: 0 0 15px;
  border-radius: 17px 17px 0 0;
}

.comment-sec {
    padding: 0 0 30px;
    margin: 0;
}
.comment-sec .ttl{
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 0 10px;
  cursor: pointer;
}
.comment-sec .ttl h3{
  color: #464646;
  font-family: 'Futura Md BT';
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  padding: 0;
  margin:0 0 0 6px;
}

.comment-sec .comment-desc {
    padding: 10px 15px;
    margin: 0 0 0 0px;
    background: #f1f3f4;
    position: relative;
}
/*.comment-desc:after{
  content: '';
   width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-right: 100px solid red;
    border-bottom: 50px solid transparent;
    position: absolute;
    left: 0;
    top: 0;
}*/
.comment-sec .comment-desc .desc-ttl{
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}
.comment-sec .comment-desc .desc-ttl h4{
  color: #464646;
  font-family: 'Futura Md BT';
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  padding: 0;
  margin:0 15px 0 0;
}
.comment-sec .comment-desc .desc-ttl .rating-status ol li{
  font-size: 14px;
}

.testimonial-slider-wrap .owl-carousel .owl-stage{
  display: flex;
}
.testimonial-slider-wrap .item {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}

.cat-filter-list {
    padding: 0 15px 0;
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px;
}
.cat-filter-list .form-control{
  border: 1px solid #D7CDCD;
    border-radius: 10px;
    height: 60px !important;
    box-shadow: none;
    outline: none;
    width: calc(100% - 70px);
}
.cat-filter-list .btn{
  color: #1A1A1A !important;
    text-align: center;
    font-family: 'Futura Md BT';
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2;
    padding: 14px 20px;
    border-radius: 10px;
    background: linear-gradient(135deg, #FCFE77 0%, #FFCE67 100%) !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}


.advertisement-post-body .top-block.fullWidth .desc{
  width: 100%;
  padding: 0;
}
.advertisement-post-body .provider-info .info-panel{
  display: flex;
  padding: 0;
  margin: 0 0 20px;
}
.advertisement-post-body .provider-info .info-panel .icon{
  width: 24px;
  padding: 0;
  margin: 0;
}
 .advertisement-post-body .provider-info .info-panel .icon img{
  width: 24px;
/*  max-width: 100%;*/
}
.advertisement-post-body .provider-info .info-panel .text{
  padding: 0 0 0 10px;
  margin: 0;
  width: calc(100% - 24px);
}
.advertisement-post-body .provider-info .info-panel .text p{
  font-family: 'Futura Bk BT';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0 0px 10px 0;
  margin: 0;
  color: #8F8F8F;
}
.advertisement-post-body .provider-info .info-panel .text p:last-child{
  padding-bottom: 0;
}
.advertisement-post-body .provider-info .info-panel .text ul{
  display: flex;
  flex-wrap: wrap;
}
.advertisement-post-body .provider-info .info-panel .text ul li {
    background: #FCFC76;
    font-family: 'Futura Bk BT';
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    padding: 2px 9px 4px 9px;
    margin: 0 10px 6px 0;
    color: #3A3A3A;
    border-radius: 17px;
}
.my-account-sec{
  background: #f1f3f4;
  padding: 20px 0 30px;
  margin: 0;
}
.my-account-sec .my-account-block{
  display: flex;
  box-shadow: 0px 6px 12px 0px #00000029;
  background: #fff;
  border-radius: 12px;
  padding: 30px;
}
.my-account-sec .my-account-block .tham-icon{
  width: 262px;
  padding: 0;
  margin: 0;
}
.my-account-sec .my-account-block .tham-icon img{
  max-width: 100%;
}
.my-account-sec .my-account-block .text-block{
  width:calc(100% - 262px);
  padding: 0 0 0 30px;
  margin: 0;
  position: relative;
}
.my-account-sec .my-account-block .text-block h3{
  font-family: 'Futura Hv BT';
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.02em;
  padding: 0 150px 0 0;
  margin: 0 0 15px;
}

.my-account-sec .my-account-block .text-block p{
  font-family: 'Futura Md BT';
  font-size: 18px;
  font-weight: 400;
  line-height:1.2;
  padding: 0;
  margin: 0 0 10px;
}
.my-account-sec .my-account-block .text-block .edit-btn {
  border: 1px solid #3A3A3A;
  font-family: 'Futura Md BT';
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0em;
  text-align: center;
  padding: 9px 30px;
  margin: 0;
  border-radius: 27px;
  outline: none;
  box-shadow: none;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
.edit-profile-sec {
  background: #f1f3f4;
  padding: 20px 0 30px;
  margin: 0;
}

.edit-profile-sec .edit-profile-card{
  box-shadow: 0px 6px 12px 0px #00000029;
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  position: relative;
}

.edit-profile-picture {
  padding: 0;
  margin: 0 0 40px;
}
.edit-profile-picture h3{
  font-family: 'Futura Hv BT';
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  margin: 0 0 20px;
  color:#3A3A3A;
}

.edit-profile-upload .tham-img{
  position: relative;
  width: 140px;
  height: 140px;
  border-radius: 6px;
  overflow: hidden;
}
.edit-profile-upload .tham-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.edit-profile-upload .tham-img .profile-upload-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.edit-profile-upload .tham-img .profile-upload-btn input[type="file"]{
  display: none;
}
.edit-profile-upload .tham-img .profile-upload-btn label{
  padding: 0;
  margin: 0;
  cursor: pointer;
}


.edit-profile-form{
  padding: 0;
  margin: 0;
}
.edit-profile-form .form-group label{
  font-family: 'Futura Md BT';
  font-size: 18px;
  font-weight: 500;
  line-height:1.2;
  padding: 0;
  margin:0 0 0.5rem;
}
.edit-profile-form .form-group label sup{
  color: red;
}
.edit-profile-form .form-group .form-control{
  height: 46px !important;
  border-radius: 10px;
  border: none;
  box-shadow: none;
  background: #F6F6F6;
  outline: none;
}
.edit-profile-form .form-group textarea.form-control{
  height: 150px !important;
  resize: none;
}


.edit-profile-card .change-pass-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  background: linear-gradient(91.33deg, #FCFE77 0%, #FFCE67 100%);
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 50%;
  cursor: pointer;
}

.edit-profile-ttl{
  font-family: 'Futura Hv BT';
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    padding: 0;
    margin: 0 0 20px;
    color: #3A3A3A;
}

.edit-profile-btn-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
}
.edit-profile-btn-wrap .btn-save{
  border: 1px solid #E3E3E3;
    border-radius: 12px;
    background: linear-gradient(91.33deg, #FCFE77 0%, #FFCE67 100%);
    color: #3A3A3A;
    font-family: 'Futura Hv BT';
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    padding: 12px 26px;
    text-align: center;
    outline: none;
    box-shadow: none;
    margin-right: 15px;
}
.edit-profile-btn-wrap .btn-discard{
  border: 1px solid #E3E3E3;
    border-radius: 12px;
    background: #fff;
    color: #3A3A3A;
    font-family: 'Futura Hv BT';
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    padding: 12px 26px;
    text-align: center;
    outline: none;
    box-shadow: none;
}

.edit-profile-form.change-pass-form .form-group{
  position: relative;
}
.edit-profile-form.change-pass-form .form-group .form-control{
  padding-right: 35px;
}
.edit-profile-form.change-pass-form .form-group .input-group-text{
  position: absolute;
  display: flex;
  top: 0;
  right: 0;
  padding: 0 8px;
  bottom: 0;
  align-items: center;
  border: none;
  background: transparent;
  border-radius: 0 10px 10px 0;
}


img#selected-img {
  width: 142px;
}

.add-time-date-field{
  padding: 0;
  margin: 0 0 30px;
  text-align: left;
}
.add-time-date-field p{
  font-family: 'Futura Md BT';
    font-size: 14px;
    color: #464646;
    font-weight: 400;
    line-height: 1.2;
    padding: 0;
    margin: 0 0 07px;
    text-transform: uppercase;
}

.add-time-date-modal .modal-content{
  background-color: transparent;
  border: none;
}
.add-time-date-modal .modal-content .modal-body{
  padding: 0;
}

.add-time-date-modal-wrap{
  background: #FFFFFF;
    border-radius: 24px;
    padding: 20px 20px 30px;
    margin: 0 auto;
    position: relative;
}
.add-time-date-modal .ttl {
  text-align: center;
  padding: 0 0 15px;
  margin: 0 0 20px;
  border-bottom: 1px solid #ccc;
}
.add-time-date-modal .ttl h3{
  font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0em;
    padding: 0;
    margin: 0;

}


.add-time-date-modal-wrap .close {
  position: absolute;
  top: -23px;
  right: -23px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 50%;
  color: #fff;
  border: 2px solid #fff;
  opacity: 1;
  font-size: 18px;
  outline: none;
  box-shadow: none;
}

.add-chip-wrap{
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.add-chip-wrap li{
    border: 1px solid #3A3A3A;
    font-family: 'Futura Md BT';
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0em;
    text-align: center;
    padding: 6px 30px;
    margin: 0;
    border-radius: 27px;
    outline: none;
    box-shadow: none;
    background: #fff;
    margin: 0 10px 10px 0;
    position: relative;
}
.add-chip-wrap li:last-child{
  margin-right: 0;
}
.add-chip-wrap li small{
  font-family: 'Futura Md BT';
  font-size: 14px;
  font-weight: 400;
}
.add-chip-wrap li small:first-child{
  padding: 0 10px 0 0;
}

.add-chip-wrap li.active{
  background: linear-gradient(91.18deg, #FCFE77 0%, #FFCE67 100%);
  border-color: transparent;
  border: none;
}

.add-chip-wrap li img{
  max-width: 16px;
}

.add-chip-wrap li span {
  position: absolute;
  line-height: 1;
  cursor: pointer;
  height: 16px;
  display: inline-block;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto 0;
}
.add-time-date-modal-wrap .add-chip-wrap {
      padding: 0 0 10px;
    margin: 0 0 20px;
    border-bottom: 1px solid #ccc;
}
.add-time-date-modal-wrap .add-chip-wrap li.active{
  border-color: transparent;
  border: 1px;
}


.time-date-field-wrap{
  padding: 0;
  margin: 0;
}

.time-date-field-wrap .add-btn{
  padding: 0 0 0 0px;
  margin: 0;
}
.time-date-field-wrap .add-btn .dt-btn{
  border: 1px solid #3A3A3A;
    font-family: 'Futura Md BT';
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0em;
    text-align: center;
    padding: 6px 15px;
    margin: 0;
    border-radius: 4px;
    outline: none;
    box-shadow: none;
    background: #fff;
}

.add-time-date-modal-wrap .date-field {
  max-width: 252px;
  margin: 0 auto;
}
.add-time-date-modal-wrap .date-field .form-control{
  border: 1px solid #ccc;
  outline: none;
  box-shadow: none;
}


.add-time-date-modal-wrap .add-info .btn-block{
  padding: 20px 0 0 0;
}

.add-time-date-modal-wrap .add-info .btn-block .add-btn{
  color: #1A1A1A !important;
    text-align: center;
    font-family: 'Futura Md BT';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    padding: 10px 20px;
    border-radius: 10px;
    background: linear-gradient(135deg, #FCFE77 0%, #FFCE67 100%) !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.service-modal .modal-content {
  background: transparent;
  border: none;
  border-radius: 0;
}
.service-modal .modal-dialog{
  max-width: 700px;
}
.service-modal .modal-content .modal-body {
  padding: 0 1rem;
}

.service-modal-body {
  max-width: 100%;
  background: #FFFFFF;
  border-radius: 24px;
  padding: 15px 30px 30px;
  margin: 0 auto;
  position: relative;
}

.service-modal-body .close {
  position: absolute;
  top: 15px;
  right: 20px;
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 0;
  color: #000;
  border: none;
  opacity: 0.5;
  font-size: 28px;
  outline: none;
  transition: all 0.2s ease;
  box-shadow: none;
}
.service-modal-body .close:hover {
  opacity: 1;
  color: var(--gold2, #ffb51b);
}

.service-modal-body .ttl{
  text-align: center;
  padding: 0 0 15px;
  margin: 0 0 30px;
  border-bottom: 1px solid #DFDFDF;
}
.service-modal-body .ttl h2{
  font-family: 'Futura Hv BT';
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
  text-align: center;
  padding: 0 0 0px;
  margin: 0;
  color: #453B27;
}

.modal-service-box {
  border: 1px solid #ccc;
  text-align: center;
  border-radius: 7px;
  padding: 10px;
  min-height: 115px;
  margin: 0 0 15px;
  transition: all 300ms ease-in-out;
  cursor: pointer;
}
.modal-service-box:hover{
  box-shadow: 0px 3.4666666984558105px 13.866666793823242px 0px #00000029;
}
.modal-service-box .text{
  padding: 15px 0 0 0;
}
.modal-service-box p,
.modal-service-box .text a{
  font-family: 'Futura Hv BT';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
  padding: 0;
  margin: 0;
  display: inline-block;
  color: #1A1A1A;
  text-transform: capitalize;
}

.pac-container{
  z-index: 9999;
}
.other-service-form .from-group label{
  color: #464646;
  font-family: 'Futura Md BT';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  margin: 0 0 6px;
}
.other-service-form .form-control{
  background: #EDEDED;
  height: 50px;
  border-radius: 8px;
  border: none;
  box-shadow: none;
  outline: none;
}
.other-service-form input[type="number"].form-control{
  -moz-appearance: textfield;
}

.other-service-form input[type="number"].form-control::-webkit-outer-spin-button,
.other-service-form input[type="number"].form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.other-service-ad{
  min-height: 685px;
  overflow-x: hidden;
}
.other-service-ad fieldset div{
  text-align: left;
}
.other-service-ad fieldset div.services-charges-modal{
  text-align: center;
}

.other-service-ad fieldset div.services-charges-modal h3{
  color: #3A3A3A;
  font-family: 'Futura Hv BT';
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  padding: 0 0 20px;
  margin: 0;
  text-transform: capitalize;
}

.other-service-cost-details {
  padding: 30px 0 80px;
}
.other-service-cost-details .nav-pills{
  border-bottom: 1px solid #D7CDCD;
  padding: 0 0 0px;
  margin: 0 0 20px;
}
.other-service-cost-details .nav-pills .nav-item .nav-link{
  color: #3A3A3A;
  text-align: center;
  font-family: 'Futura Md BT';
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  padding: 10px 20px;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  background: #fff;
  transition: all 300ms ease-in-out;
  border: none;
  border-right: 1px solid #D7CDCD;
}
.other-service-cost-details .nav-pills .nav-item:last-child .nav-link{
  border-right: none;
}
.other-service-cost-details .nav-pills .nav-item .nav-link.active,
.other-service-cost-details .nav-pills .nav-item .nav-link:hover{
  background: #FFE285;
}

.cost-details-info {
  padding: 0;
  margin: 0 auto;
  max-width: 440px;
}
.cost-details-info h3{
  font-family: 'Futura Hv BT';
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  margin: 0 0 15px;
  color: #3A3A3A;
}

.cost-details-info .date-block{
  max-width: 250px;
}
.cost-details-info .date-block label{
  color: #464646;
  font-family: 'Futura Md BT';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  margin: 0 0 6px;
}
.cost-details-info .date-block .form-control{
  border: 1px solid #D7CDCD;
  outline: none;
  box-shadow: none;
  border-radius: 0;
}

.post-ad-from-wrap fieldset .btn {
    color: #282828;
    text-align: center;
    font-family: 'Futura Md BT';
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    max-width: 238px;
    width: 100%;
    padding: 12px 28px;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    background: linear-gradient(135deg, #FCFE77 0%, #FFCE67 100%);
    border: none;
    outline: none;
    box-shadow: none;
}




/*============================ Chat Sec Css Start ===================*/
.chat-wrap {
  border-radius: 8px;
  background: #FFF;
  margin: 0 0 15px;
}
.chat-wrap  .chat-top-panel{
  padding: 30px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.chat-wrap  .chat-top-panel .chat-user-info{
  padding: 0;
  margin: 0;
}
.chat-wrap  .chat-top-panel .chat-user-info h3{
  color: #3A3A3A;
  font-family: 'Futura Hv BT';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  margin: 0 0 6px;
}
.chat-wrap  .chat-top-panel .chat-user-info ul{
  display: flex;
  padding: 0;
  margin: 0;
}
.chat-wrap  .chat-top-panel .chat-user-info ul li{
  padding: 0;
  margin: 0 15px 0 0;
  color: #969696;
  font-family: 'Futura Bk BT';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
.chat-wrap  .chat-top-panel .chat-user-info ul li:first-child{
  color: #3A3A3A;
  text-decoration: underline;
}
.chat-wrap  .chat-top-panel .chat-user-info ul li:last-child{
  margin-right: 0;
}
.chat-wrap  .chat-top-panel .view-close-btn{
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.chat-wrap  .chat-top-panel .view-close-btn .btn{
  color: #3A3A3A;
  text-align: center;
  font-family: 'Futura Md BT';
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #3A3A3A;
  outline: none;
  box-shadow: none;
  background: #fff;
  min-width: 135px;
  margin-right: 10px;
  transition: all 300ms ease-in-out;
}
.chat-wrap  .chat-top-panel .view-close-btn .btn:last-child{
  margin-right: 0;
}
.chat-wrap .chat-bottom-panel{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px;
  margin: 0;
}
.chat-wrap .chat-bottom-panel .gen-btn{
  color: #1A1A1A;
  text-align: center;
  font-family: 'Futura Md BT';
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  border-radius: 10px;
  background: linear-gradient(91deg, #FCFE77 0%, #FFCE67 100%);
  padding: 12px 30px;
  border: none;
  box-shadow: none;
  outline: none;
  height: 45px;
}
.chat-wrap .chat-bottom-panel.service-provider-ct-bottom .gen-btn{
  margin-right: 10px;
}

.chat-wrap .chat-bottom-panel .job-duration-block{
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.chat-wrap .chat-bottom-panel .job-duration-block .sel-fild{
  border: none;
  box-shadow: none;
  outline: none;
  margin: 0 30px 0 0;
  color: #757575;
  font-family: 'Futura Bk BT';
  font-size: 18px;
  font-weight: 400;
  line-height:1.2;
}
.chat-wrap .chat-bottom-panel .job-duration-block .sel-fild:last-child{
  margin-right: 0;
}
.chat-wrap .chat-bottom-panel .job-text-area{
/*  width: calc(100% - 380px);*/
  width: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.chat-wrap .chat-bottom-panel.service-provider-ct-bottom .job-text-area{
  width: calc(100% - 210px);
}

.chat-wrap .chat-bottom-panel .sent-btn{
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.chat-wrap .chat-bottom-panel .field-area{
  width: calc(100% - 123px);
  padding: 0 20px 0 0;
}
.chat-wrap .chat-bottom-panel .field-area .form-control{
  height: 45px;
  border-radius: 10px;
  background: #EAEAEA;
  color: #6F6F6F;
  font-family: 'Futura Bk BT';
  font-size: 18px;
  font-weight: 400;
  border: none;
  outline: none;
  box-shadow: none;
}
.chat-wrap .chat-bottom-panel .sent-btn .btn{
  color: #1A1A1A;
  text-align: center;
  font-family: 'Futura Md BT';
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height:1.2;
  border-radius: 10px;
  background: linear-gradient(91deg, #FCFE77 0%, #FFCE67 100%);
  padding: 12px 30px;
  border: none;
  box-shadow: none;
  outline: none;
  height: 45px;
  margin: 0 10px 0 0;
}
.chat-wrap .chat-bottom-panel .sent-btn .refresh-btn{
  background: none;
  outline: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
}
.chat-wrap .chat-bottom-panel.propose-price-panel.full-width-panel .negotiable-price-panel{
  display: none;
}
.chat-wrap .chat-bottom-panel.propose-price-panel.full-width-panel .sent-btn .btn{
  display: none;
}
.chat-wrap .chat-bottom-panel.propose-price-panel.full-width-panel .chat-note{
  max-width: calc(100% - 24px);
}



.chat-wrap .chat-area{
  height: calc(100vh - 347px);
  background: #FFFDE4;
  padding: 30px;
  overflow-y: auto;
}
.chat-wrap .chat-area::-webkit-scrollbar { width: 0 !important }
.chat-wrap .chat-area{ overflow: -moz-scrollbars-none; }
.chat-wrap .chat-area{ -ms-overflow-style: none; }

.chat-wrap .chat-area .chat-list{
  display: flex;
  margin: 0 0 10px;
}
.cost-info .cost-info-wrap{
  border-radius: 16px;
  background: #FCF975;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.16);
  padding: 15px;
  min-width: 297px;
}
.cost-info .cost-info-wrap-bg{
  background: #EBEBEB;
  max-width: 48%;
}
.customer-chat-wrap .cost-info .cost-info-wrap{
  background: #EBEBEB;
}
.cost-info .cost-info-wrap p{
  color: #3A3A3A;
  font-family: 'Futura Bk BT';
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  padding: 0;
  margin: 0 0 6px;
}

.cost-info .cost-info-wrap span{
  color: #3A3A3A;
  font-family: 'Futura Bk BT';
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  margin: 0;
}
.cost-info .cost-info-wrap .time{
  text-align: right;
  padding: 6px 0 0;
}
.cost-info .cost-info-wrap .time small{
  color: #3A3A3A;
  font-family: 'Futura Bk BT';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
.cost-info .bottom-btn{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 0;
}
.cost-info .bottom-btn .btn{
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  border: none;
  outline: none;
  box-shadow: none;
  background: #C1FFBF;
}
.cost-info .bottom-btn .btn.cross{
  background: #FFCCCC;
  margin-right: 10px;
}

.cost-rply{
  border-radius: 16px;
  background: #EBEBEB;
  padding: 20px;
  max-width: 45%;
}
.customer-chat-wrap .cost-rply{
  background: #FCF975;
}
.cost-rply del{
  color: #A1A1A1;
  font-family: 'Futura Bk BT';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.cost-rply del{
  color: #3A3A3A;
}
.cost-rply p{
  color: #3A3A3A;
  font-family: 'Futura Bk BT';
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  padding: 0;
  margin: 0 0 6px;
}
.cost-rply span{
  display: block;
  color: #3A3A3A;
  font-family: 'Futura Bk BT';
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  margin: 0;
}
.chat-rply{
  max-width: 45%;
}
.admin-rply{
  border-radius: 16px;
  background: #FCF975;
  padding: 10px;
  border-radius: 16px;
}
.accept-msg{
 background: #00820085 !important;
}
.customer-rply{
  background: #EBEBEB;
  padding: 10px;
  border-radius: 16px;
  border-radius: 16px;
}
.reject-msg{
  background: #ff00005e !important;
}
.chat-rply p{
  color: #3A3A3A;
  font-family: 'Futura Bk BT';
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  padding: 0;
  margin: 0 0 0px;
}
.customer-chat-wrap .customer-rply{
  background: #FCF975;
}
.customer-chat-wrap .admin-rply{
  background: #EBEBEB;
}
.chat-note {
    padding: 0 0 0 15px;
    max-width: calc(100% - 522px);
}
.chat-note p {
    font-size: 15px;
    line-height: 1.2;
}
/*======= choose job list Css start ========*/
.choose-other-job-list{
  padding: 0;
  margin: 0 0 10px;
}
.choose-other-job-list input[type="radio"],
.choose-other-job-list input[type="checkbox"]{
  display: none;
}
.choose-other-job-list label{
  padding: 15px;
  position: relative;
  display: flex;
  align-items: center;
/*  background: linear-gradient(91.33deg, #FCFE77 0%, #FFCE67 100%);*/
  border: 1px solid #E3E3E3;
  border-radius: 10px;
}

.choose-other-job-list label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #4A4A4A;
  padding: 10px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
}

.choose-other-job-list input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  width: 14px;
  height: 14px;
  border: none;
  background: #4A4A4A;
  border-radius: 100%;
  bottom: 0;
  margin: auto 0;
}

.choose-other-job-list label .jb-ttl {
  padding: 0 0 0 10px;
  margin: 0;
}
.choose-other-job-list label .jb-ttl p{
  color: #3A3A3A;
  font-family: 'Futura Hv BT';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  padding: 0;
  margin: 0;
}
.choose-other-job-list label .jb-ttl p input {
  font-family: 'Futura Bk BT';
  border: 1px solid #E3E3E3;
  outline: none;
  box-shadow: none;
  font-weight: 400;
  padding: 4px 10px;
  width: 142px;
  height: 30px;
}

/*======= choose job list Css End ========*/
.common-modal .modal-body {
    padding: 0 1rem;
}
.common-modal .modal-content {
    background: transparent;
    border: none;
    border-radius: 0;
}
.common-modal .common-modal-body {
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.16);
    max-width: 842px;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 0 0 30px;
    margin: 0 auto;
    position: relative;
}

.common-modal-body .close {
    position: absolute;
    top: -23px;
    right: -23px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 50%;
    color: #fff;
    border: 2px solid #fff;
    opacity: 1;
    font-size: 18px;
    outline: none;
    box-shadow: none;
}

.job-duration-modal.common-modal .common-modal-body{
  padding-bottom: 0;
}

.modal-job-duration-block{
  padding: 30px 30px;
}

.modal-job-duration-block .field-box{
  padding: 0 0;
  margin: 0 0 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.modal-job-duration-block .field-box input[type="number"]{
  -moz-appearance: textfield;
  border-bottom: 1px solid #E3E3E3;
  outline: none;
}
.modal-job-duration-block .field-box input[type="number"]::-webkit-outer-spin-button,
.modal-job-duration-block .field-box input[type="number"]::-webkit-inner-spin-button{
 -webkit-appearance: none;
  margin: 0;
}
.modal-job-duration-block .field-box label{
  display: inline-block;
  width: 120px;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  color: #3A3A3A;
  font-family: 'Futura Bk BT';
}

.modal-job-duration-block .field-box .sel-fild{
  border-radius: 0;
  border: none;
  outline: none;
  box-shadow: none;
  font-family: 'Futura Md BT';
  font-size: 19px;
  font-weight: 400;
  line-height: 1.2;
  width: calc(100% - 120px);
}
.modal-job-duration-block .total-panel {
  display: flex;
  justify-content: space-between;
  padding: 0 0 15px;
  margin: 0;
  border-bottom: 1px solid #ebebebcc;
}
.modal-job-duration-block .total-panel strong{
  font-family: 'Futura Hv BT';
  font-size: 19px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  margin: 0;
}

.modal-job-duration-block .btn{
  color: #1A1A1A;
  text-align: center;
  font-family: 'Futura Md BT';
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  border-radius: 10px;
  background: linear-gradient(91deg, #FCFE77 0%, #FFCE67 100%);
  padding: 12px 30px;
  border: none;
  box-shadow: none;
  outline: none;
}
.modal-job-duration-block .job-duration-choose-btn{
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid #E3E3E3;
}
.modal-job-duration-block .job-duration-choose-btn ul {
  display: flex;
  align-items: center;
}
.modal-job-duration-block .job-duration-choose-btn ul li{
  padding: 0;
  margin: 0 10px 0 0;
}
.modal-job-duration-block .job-duration-choose-btn ul li input[type="radio"]{
  display: none;
}
.modal-job-duration-block .job-duration-choose-btn ul li label{
  color: #3A3A3A;
  text-align: center;
  font-family: 'Futura Md BT';
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #3A3A3A;
  outline: none;
  box-shadow: none;
  background: #fff;
  min-width: 135px;
  margin-right: 7px;
  transition: all 300ms ease-in-out;
}
.modal-job-duration-block .job-duration-choose-btn ul li input[type="radio"]:checked + label{
  background: linear-gradient(91deg, #FCFE77 0%, #FFCE67 100%);
  border-color: transparent;
}

.negotiable-price-panel {
    padding: 0;
    margin: 0 10px 0 0;
    max-width: 385px;
    width: 100%;
    align-items: center;
    display: flex;
}
.negotiable-price-panel label{
  font-family: 'Futura Hv BT';
  font-size: 19px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0 10px 0 0;
  margin: 0;
}
.negotiable-price-panel .field{
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  height: 45px;
  border-radius: 10px;
  background: #EAEAEA;
  color: #6F6F6F;
  font-family: 'Futura Bk BT';
  font-size: 18px;
  font-weight: 400;
  padding: 5px 10px;
}

/* Chrome, Safari, Edge, Opera */
.negotiable-price-panel .field::-webkit-outer-spin-button,
.negotiable-price-panel .field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.negotiable-price-panel input[type=number].field {
  -moz-appearance: textfield;
}

.page-ttl {
  text-align: center;
  padding: 0 0 15px;
  margin: 0;
}

.page-ttl h3{
  font-family: 'Futura';
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 0 0px;
  margin: 0;
  color: #3A3A3A;
}


.modal-job-duration-text{
  padding: 0 0 15px;
  margin: 0 0 20px;
  border-bottom: 1px solid #E3E3E3;
}

.modal-job-duration-text textarea.text-area-field {
  width: 100%;
  height: 70px;
  border: 1px solid #E3E3E3;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  resize: none;
  padding: 5px 10px;
}

.customer-sidebar-menu{
  padding: 0 15px;
  margin: 0;
}

.customer-sidebar-menu ul li{
  margin-bottom: 10px;
}
.customer-sidebar-menu ul li a{
  padding: 12px 20px;
  border: 1px solid #E3E3E3;
  border-radius: 12px;
  background: #fff;
  color: #3A3A3A;
  font-family: 'Futura Hv BT';
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  display: block;
}


.sidebar-info {
  padding: 0 15px;
  margin: 0;
}
.sidebar-info h3{
  color: #3A3A3A;
  font-family: 'Futura Hv BT';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.18px;
  padding: 0;
  margin: 0 0 15px;
}

.sidebar-info p{
  font-family: 'Futura Bk BT';
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.01em;
  color: #1A1A1A;
  padding: 0;
  margin: 0 0 15px;
}
.dashborad-body-row .ad-post-sidebar .sidebar-info{
  padding: 0px;
}

.addRating-sec .start-rating{
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.addRating-sec .start-rating .star{
  font-size: 20px;
  color: #ccc;
  cursor: pointer;
  margin: 0 10px 0 0;
}
.addRating-sec .start-rating .star:last-child{
  margin-right: 0;
}
.addRating-sec .start-rating .star.active_hover_class,
.addRating-sec .start-rating .star:hover{
  color: #ffa41c;
}
.modal-review-wrap h5{
  margin: 0 0 10px;
}
.modal-review-wrap .addratingArea .form-control{
  border: 1px solid #ccc;
  outline: none;
  box-shadow: none;
  padding: 10px;
  height: 100px;
  resize: none;
}


.single-service-main-block .single-service-form .field-box .select2-container--default.select2-container--focus .select2-selection--multiple,
.single-service-main-block .single-service-form .field-box .select2-container--default .select2-selection--multiple{
  background: #EDEDED;
}

.service-modal-body .ttl-modal{
    text-align: center;
    padding: 0 0 15px;
    margin: 0 0 30px;
}

.common-modal.common-modal-big .modal-dialog{
  max-width: 670px;
}
.accept_reject_btn{
    max-width:45%;
}

.privacy-policy{
  padding: 40px 0;
}
.privacy-policy h2{
  font-size: 40px;
  font-weight: 600;
  padding: 0;
  margin: 0 0 30px;
}
.privacy-policy p{
  font-size: 18px;
  line-height: 1.6;
  padding: 0;
  margin: 0 0 15px;
}

.payments-option li{
  margin-right:16px !important
}

.comment-added-class strong {
  font-family: 'Futura Md BT';
  font-size: 14px;
  color: #464646;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  margin: 0;
}
.comment-added-class{
  display: flex;
  padding: 0;
  margin: 0 0 7px;
  text-align: left;
  font-size: 13px;
}

.space-top-class{
  margin-top: 10px;
}
.space-top-class li span {
  display: inline-block;
  min-width: 90px;
}
.logout-buuton-header {
  margin-left: 10px;
  font-family: 'Futura Bk BT';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.logout-buuton-header-icon {
  margin-left: 10px;
}

.logout-header-a {
  color: #212529 !important;
}

.text-color-blue{
 color: blue !important;
}

.font-weight-class{
  font-weight: 900  !important;
}

.cost-info .bottom-btn .btn-new-accept {
  /* height: 44px;
  width: 44px; */
  display: flex;
  align-items: center;
  /* border-radius: 50%; */
  border-radius: 5px;
  justify-content: center;
  border: none;
  outline: none;
  box-shadow: none;
  background: #C1FFBF;
  outline: none;
  padding: 4px 20px;
}
.cost-info .bottom-btn .btn-new-reject {
  display: flex;
  align-items: center;
  border-radius: 5px;
  justify-content: center;
  border: none;
  outline: none;
  box-shadow: none;
  background: #FFCCCC;
  padding: 4px 20px;
}


















.post-mobile-header .post-user-notification .dropdownContainer {
  position: relative;
  cursor: pointer;
}
.post-mobile-header .post-user-notification .dropdownContainer .dropdown-toggle::after{
  display: none;
}


.post-mobile-header .post-user-notification .dropdownContainer ul.dropdown {
    display: none;
    position: absolute;
    top: 36px;
    left: -119px;
    min-width: 274px;
    padding: 0;
    border: 2px solid rgb(241 243 244);
    border-radius: 0 0 .2em .2em;
    box-shadow: 0 1px 1px rgba(50,50,50,0.1);
    background: #fff;
    z-index: 1;
}

/* up arrow*/
.post-mobile-header .post-user-notification .dropdownContainer ul.dropdown:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 127px;
    border-width: 0 10px 10px 10px;
    border-style: solid;
    border-color: rgb(241 243 244) transparent;
}
.post-mobile-header .post-user-notification .dropdownContainer ul.dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 129px;
    border-width: 0 8px 7px 7px;
    border-style: solid;
    border-color: #fff transparent;
}
.post-mobile-header .post-user-notification .dropdownContainer ul.dropdown li {
  list-style-type: none;
  border-top:1px solid #f1f3f4;
}

.post-mobile-header .post-user-notification .dropdownContainer ul.dropdown li:hover{
  background-color: #eee;
}

.post-mobile-header .post-user-notification .dropdownContainer ul.dropdown li:first-child {
  list-style-type: none;
  border-top: none;
}

.post-mobile-header .post-user-notification .dropdownContainer ul.dropdown .fa-circle{
    font-size: 15px;
    color: rgba(115, 187, 22, 1);
}

.post-mobile-header .post-user-notification .dropdownContainer ul.dropdown li a {
  text-decoration: none;
  padding:10px;
  display: block;
  color:black;
  font-size:16px;
  line-height: 1.2;
}

.margin-left-cls{
margin-left: 10px;
}

.error_class{
  border-color: red !important;
}

.text-blue-color  {
  color: #0433ff;
}

.heading-css-first-letter p>span::first-letter {
  /* font-family: auto !important;
  font-weight: 100 !important;
  color: red; */
}

/* .beneath-style-third-letter::lett */

/*added 14-12-2014 by*/


.font-size-black-text{
  font-size: 12px;
}

.font-size-blue-text  {
  font-size: 14px;
}

.heading-cleaning p{
  display: inline-block;
  /* display: contents; */
}
.margin-p-tag{
  margin-bottom: 11px;
}
.margin-left-p-tag{
  margin-left: 13px;
}

.heading-modal-inf-new ul li {
  padding: 0;
  margin: 0 0 15px 0;
  display: flex;
  align-items: flex-start;
}
.heading-modal-inf-new ul li.blue-text-class span {
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  /* font-family: ; */
}
.heading-modal-inf-new ul li.black-text-class span {
  font-size: 12px;
  line-height: 1.4;
  color: #222;
}
.heading-modal-inf-new ul li.blue-text-class p {
  font-size: 14px;
  line-height: 1.4;
  color: #0433ff;
  padding: 0 6px;
  margin: 0 ;
}
.complete-text {
  font-size: 14px !important;
  line-height: 1.2 !important;
  color: #0433ff !important;
  padding: 0 0px !important;
  margin: 0 !important;
}

.heading-modal-inf-new ul li.black-text-class p {
  font-size: 12px;
  line-height: 1.4;
  color: #222;
  padding: 0 6px;
  margin: 0 ;
}

.heading-modal-inf-new ul li small {
  color: #222;
  font-size: 12px;
  line-height: 1.2;
  display: block;
}




.heading-modal-inf-new ul li.finjob-new-class p {
  /* font-size: 12px; */
  line-height: 1.4;
  color: #3A3A3A;
  font-family: 'Futura Hv BT';
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  padding: 0 0 20px;
  margin: 0;
  text-transform: capitalize;
}




.modal-bottom-cls-new {
  /* width: 90%; */
  margin: 15px auto;
  max-width: 480px;
}

.modal-bottom-cls-new p {
 font-weight: 700;
 font-size: 20px;
 margin-bottom: 15px;
 font-family: 'Helvetica Neue', sans-serif;
 color: #222;
}


.modal-bottom-cls-new.find-job-modal-price-cls{
  /* max-width: 645px; */

}

.ttl-modal.ttl-modal-new {
  text-align: left !important;
}
.ttl-modal.ttl-modal-new p {
  margin-left: 13px;
}

.heading-modal-inf-new ul li p.another-color-cls-cleaning-service ,
.heading-modal-inf-new ul li span.another-color-cls-cleaning-service {
  color: #222222;
}
#cwCleaningNew ,#allServiceNew ,.ttl-modal-new-cls ,#cleaningServiceNew {
  font-family: 'Helvetica Neue', sans-serif;
}

#allServiceNew p {
  margin-bottom: 15px;
}

.small-tag-find-job{
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
  font-family: 'Helvetica Neue', sans-serif;
  color: #222;
  display: block;
  padding-left: 11px;
}

.findjob-pay-button{
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
  font-family: 'Helvetica Neue', sans-serif;
  color: #500050;
  display: block;
  padding-left: 11px;
  background-color: rgb(255,251,0);
  border: none;
  box-shadow: none;
  outline: none;
  padding: 8px 15px;
  margin: 20px auto 0px;
  line-height: 1.2;
  border-radius: 5px;
}

.text-align-common-cls{
  max-width: 422px;
  margin: 0 auto;
}



.accept_quote_new_negotiate {
  /* display: flex; */
  align-items: center;
  /* border-radius: 50%; */
  border-radius: 5px;
  justify-content: center;
  border: none;
  outline: none;
  box-shadow: none;
  background: #C1FFBF;
  outline: none;
  padding: 4px 20px;
}

.reject-button-neww{
align-items: center;
border-radius: 5px;
justify-content: center;
border: none;
outline: none;
box-shadow: none;
background: #FFCCCC;
padding: 4px 20px;
}


.nav-item.text-color-red-cls {
  color: red;
}

.ad-post-sidebar .top-block .btn-wrap .text-color-red-cls {
  color: red;
}

/* .customer-rply ,.reject-msg , .accept-msg {
  background-color:#fcf975  !important;
} */

.reject-msg , .accept-msg {
    background-color:#fcf975  !important;
  }

.half-btn{
    width: 49%;

}
.yellow-bg{
    background-color: #fcf975!important;
}
.grey-bg{
    background-color: #EBEBEB!important;
}
.modal-bottom-cls-new.modal-font{
    max-width: 534px;
}
.modal-bottom-cls-new.modal-font .paragraph-width{
    max-width: 534px;
    margin-left: auto;
    margin-right: auto;
}
.responsive-find-job-modal.post-advertisement-modal.option-send-quote-modal .modal-dialog {
    max-width: 1069px;
}
.pay-button {
    padding: 10px 20px;
    font-family: 'Helvetica Neue', sans-serif;
    width: 60%;
    background-color: rgb(255, 251, 0);
    color: #500050;
    border: none;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 700;
}
.pay-button:hover{
    color: #500050;
}
.hidden {
    display: none;
}
.testimonial-list{
  color:black;
  font-weight: 600;
}
.testimonial-list li{
  margin-bottom: 10px;
}
.ft-menu ul li.active a {
    color: #613F11;
   font-weight:bold;
}
#map-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

#map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

@media (min-width: 768px) {
    #map-container {
        padding-bottom: 40%; /* Adjust for larger screens */
    }
}


/* Full-screen overlay */
#loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8); /* Semi-transparent white */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Loader text */
.loader-text {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}

/* Spinner animation */
.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #ccc;
    border-top: 4px solid #333;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Style the select box to add a down arrow */
.field-box select.form-control {
    -webkit-appearance: none; /* For Chrome and Safari */
    -moz-appearance: none; /* For Firefox */
    appearance: none;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 30px; /* Add some padding to the right for the icon */
}

/* Optional styling for the select box */
.field-box select.form-control {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px;
}

/* Fix footer links text wrapping and breaking in mobile view */
@media (max-width: 768px) {
  .copyright-sec .copyright-wrap {
    flex-direction: column !important;
    justify-content: center !important;
    gap: 15px !important;
    padding: 20px 10px !important;
    text-align: center !important;
  }
  .copyright-sec .copyright-wrap ul {
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 10px 15px !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .copyright-sec .copyright-wrap ul li {
    padding: 0 !important;
    margin: 0 !important;
    white-space: nowrap !important;
  }
}
/* input[name="address"] {
    padding-right: 25px; 
    background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 24 24" fill="black"%3E%3Cpath d="M7 10l5 5 5-5z"%3E%3C/path%3E%3C/svg%3E') no-repeat;
    background-position: right 10px center;
    background-size: 6%; 
    box-sizing: border-box;
} */

/* Enlarge "Why Listings Corner?" image on desktop for inner pages */
@media (min-width: 1200px) {
  #whyListingsCornerModal .modal-xl {
    max-width: 850px !important;
    width: 90% !important;
  }
}

/* Free Listing Policy Modal Styles */
.free-policy-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(8px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 11000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.free-policy-modal-overlay.active {
  opacity: 1;
}

.free-policy-modal-content {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 20px 40px rgba(0,0,0,0.25);
  position: relative;
  transform: translateY(-20px);
  transition: transform 0.3s ease;
  font-family: Arial, sans-serif;
  text-align: left;
}

.free-policy-modal-overlay.active .free-policy-modal-content {
  transform: translateY(0);
}

.free-policy-modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
  color: #aaa;
  transition: color 0.2s;
  border: none;
  background: transparent;
  padding: 0;
}

.free-policy-modal-close:hover {
  color: #333;
}

.free-policy-modal-title {
  font-size: 22px;
  font-weight: 750;
  margin-top: 0;
  margin-bottom: 20px;
  color: #111;
  border-bottom: 2px solid #ffc928;
  padding-bottom: 10px;
}

.free-policy-modal-body {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 25px;
}

.free-policy-modal-body p {
  margin-top: 0;
  margin-bottom: 12px;
}

.free-policy-action-text {
  font-weight: bold;
  color: #111;
  margin-top: 15px;
}

.free-policy-modal-footer {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.free-policy-checkbox-container {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #555;
  cursor: pointer;
  user-select: none;
}

.free-policy-checkbox-container input {
  margin-right: 8px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.free-policy-modal-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.free-policy-btn-primary {
  background: #ffc928;
  color: #111;
  border: none;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
}

.free-policy-btn-primary:hover {
  background: #ffb51b;
}

.free-policy-btn-primary:active {
  transform: scale(0.98);
}

.free-policy-btn-secondary {
  background: #f0f0f0;
  color: #333;
  border: none;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s;
}

.free-policy-btn-secondary:hover {
  background: #e4e4e4;
}




