section {
  padding: 40px 0px;
}

section.how-does-work-section {
  margin-top: 30px;
}

section.services-section {
  background: linear-gradient(180deg, #FFF 0%, #F0F3FB 50%);
  padding-bottom: 50px;
}

.blog_details_hero_bradcrumb ul li:nth-child(5){
  text-wrap: nowrap;
}
ul.bg-light.gap-2.justify-content-evenly.my-profile-nav.nav.navbar-expand.overflow-auto.p-2.rounded-20 {
  scrollbar-width: thin;
}

.w-full {
  width: -webkit-fill-available;
}

.a_active {
  background-color: #0476DA !important;
  color: #fff !important;
  border-radius: 12px !important;
  /* z-index: 9; */
  border: 0px !important;
}

.a_cus_btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #101828;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-outline-ash {
  color: #0476DA;
  border-color: #E4EAF8;
  display: flex;
  padding: 5px 22px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  height: 75px;
  transition: 0.3s;
  /* width: 237px; */
}

.rounded-end-12 {
  border-radius: 0px 12px 12px 0px !important;
}

.rounded-start-12 {
  border-radius: 12px 0px 0px 0px !important;
}

/* .btn-outline-ash-not-rounded {
  color: #0476DA;
  border-color: #E4EAF8;
  display: flex;
  padding: 5px 22px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  height: 52px;
} */
.btn-outline-ash:hover {
  background-color: #0476DA;
  color: #fff !important;
  border-radius: 12px !important;
}

.btn-outline-ash:hover+.btn-outline-ash {
  border: 0px !important;
}

.a_categories {
  height: 100px;
  border-radius: 12px;
  background-color: white;
}

.two,
.three,
.four,
.five {
  border-top: 0px;
  border-bottom: 0px;
}

.three:hover .two {
  border: 0 !important;
}

.color-bg-white {
  background-color: white;
}

.line-h-24 {
  line-height: 24px;
}

.h-40px {
  height: 40px;
}

.w-40px {
  width: 40px;
}

.h-50px {
  height: 50px;
}

.w-50px {
  width: 50px;
}

.h-60 {
  height: 60px;
}

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

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

.fs-48 {
  font-size: 48px;
}

.fs-12 {
  font-size: 12px !important;
}

.content.row {
  margin-top: 20px;
  margin-bottom: 20px;
}

.min-heigh-420 {
  min-height: 420px;
}

.min-heigh-270 {
  min-height: 270px;
}

.z-index-9 {
  z-index: 9;
}

.btn-md {
  padding: 10px 20px;
  height: 50px;
}

.fs-14 {
  font-size: 14px;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}


.modal button.close,
.modal button.btn-close {
  position: absolute;
  top: -45px;
  right: -45px;
  border: none;
  box-shadow: 0px 0px 0px 4px rgba(152, 162, 179, 0.14);
  border-radius: 50px;
  background: white;
  height: 44px;
  width: 44px;
  outline: none;
  color: #0C111D !important;
  font-weight: 400;
  font-size: 30px !important;
}

.topbar .content {
  color: white;
  text-align: center;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  height: 50px;
  font-size: 14px;
}

/* info spinner start   */
.spinner-wrap {
  position: relative;
  margin-right: 10px;
}

.spinner-item {
  border: 1px solid white;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-animation: zoom 2s linear 0.75s infinite;
  animation: zoom 2s linear 0.75s infinite;
}

.spinner-item--2 {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}

.spinner-item--3 {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
}

@-webkit-keyframes zoom {
  0% {
    transform: translate(-50%, -50%) scale(0.2);
    opacity: 0;
  }

  50% {
    opacity: 0.9;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}

@keyframes zoom {
  0% {
    transform: translate(-50%, -50%) scale(0.2);
    opacity: 0;
  }

  50% {
    opacity: 0.9;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}

/* info spinner end   */
.nav-actions {
  display: flex;
  gap: 20px;
  align-items: center;
}

.rotate-icon {
  transition: transform 0.3s ease-in-out;
}

.rotate-icon.rotate {
  transform: rotate(180deg);
}



.custom-sub-menu {
  border-radius: 12px;
  border: 1px solid #EAECF0;
  background: #fff;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  margin-top: 15px;
  width: 550px;
  padding: 0px;
}

.custom-sub-menu .left-side .nav-item i {
  font-size: 18px;
  color: #0476DA;
  width: 20px;
  min-width: 20px;
  margin-top: 3px;
}

.custom-sub-menu .left-side .nav-item {
  display: flex;
  gap: 10px;
  color: #101828;
  padding: 10px 0px;
}

.custom-sub-menu .left-side,
.custom-sub-menu .right-side {
  display: flex;
  padding: 24px 20px 24px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  flex: 1 0 0;
  width: 100%;
}

.custom-sub-menu .right-side {
  background: var(--Gray-50, #F9FAFB);
  position: relative;
  border-radius: 0px 12px 12px 0px;
}

.custom-sub-menu .right-side img {
  width: 240px;
  height: 136px;
  flex-shrink: 0;
  border-radius: 10px;
  object-fit: cover;
}

.custom-sub-menu .right-side svg {
  position: absolute;
  bottom: 0;
  left: 15%;
}

/* hero section  */
section.hero-section {
  padding-top: 50px;
}


.hero-section .left-side {
  padding-top: 120px;
  padding-bottom: 120px;
}

.cost-hero-section .left-side {
  padding-top: 120px !important;
  padding-bottom: 60px !important;
}

.hero-section .right-side {
  padding-top: 80px;
}

.cost-hero-section .right-side {
  padding-top: 0px !important;
}

.cost-hero-section .right-side-svg {
  padding-top: 80px !important;
  padding-left: 50px !important;
}

.hero-section .hero-image-how-it-works {
  height: auto;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.hero-section .builder {
  background: linear-gradient(90deg, #B6D9F8 54.68%, #A7D6FF 88.74%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#searchModal .modal-header {
  background-image: url('bg/pattern-decorative.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 30px 0px 30px;
}

.modal-bg {
  background-image: url(bg/pattern-up.png), url(bg/pattern-down.png);
  background-position: center top, center bottom;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
  /* padding: 30px 30px 0px 30px; */
  height: 100%;
  /* padding: 30px 30px 0px 30px; */
}

#searchModal .modal-body {
  padding: 30px;
}

#searchModal .modal-body .flex-nowrap.h-60.input-group.search-wrap {
  border: 1px solid var(--Gray-300, #D0D5DD);
}

#searchModal .modal-footer {
  background-image: url('bg/pattern-decorative-2.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
  padding: 00px 30px 30px 30px;
}

.input-group>.form-control:focus {
  z-index: 3;
  outline: none;
  /* border: none; */
  box-shadow: none;
}


.input-group>.form-select:focus {
  z-index: 3;
  outline: none;
  box-shadow: none;
}
.a_profile_hero_sec > .container>.row>.col-12.p-0{
  padding: 12px !important ;
}

.badge-group {
  display: flex;
  padding: 4px 4px 4px 4px;
  align-items: center;
  gap: 12px;
  border-radius: 50px;
  border: 1px solid #C6D3F1;
  width: max-content;
}

.badge-group .badge-white {
  display: flex;
  padding: 2px 10px;
  align-items: center;
  border-radius: 50px;
  border: 1px solid var(--Gray-300, #D0D5DD);
  background-color: #fff;
  color: #0476DA !important;
}

.badge-group .badge-message {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.app-icons img {
  height: 30px;
}

.badge.badge-success {
  border-radius: 10px !important;
  background: #12b76a !important;
}

.badge-group.badge-primary {
  display: flex;
  padding: 4px 10px 4px 4px;
  align-items: center;
  gap: 12px;
  border-radius: 50px;
  border: 1px solid #C6D3F1;
  width: max-content;
  font-size: 14px;
  margin: auto;
}

.badge-group.badge-primary .badge-primary-outline {
  display: flex;
  padding: 2px 10px;
  align-items: center;
  border-radius: 16px;
  border: 1px solid var(--Brand-200, #C6D3F1);
  background: var(--Brand-50, #F0F3FB);
  color: #035BA9;
  display: flex;
  gap: 10px;
}

.badge-group.badge-primary .badge-message {
  color: #344054;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.input-group.flex-nowrap.search-wrap {
  display: flex;
  padding: 16px 22px;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 3px solid #0476dac7;
  background: var(--Base-White, #FFF);
  box-shadow: 0px 32px 64px -12px rgba(16, 24, 40, 0.14);
}

.search-wrap input {
  width: 100%;
  border: none;
  box-shadow: none !important;
}

.search-wrap input:focus-visible {
  outline: none;
}

.hero-section .hero-image {
  height: 550px;
}

/* //offer and profiles  */

.hero-section .offer-profiles {
  color: #fff;
  position: absolute;
  top: 120px;
  right: -30px;
}

.header-logo {
  height: 40px;
}

.offer-profiles {}

.offer-profiles .header {
  color: #fff;
  display: flex;
  gap: 10px;
  align-items: center;
}

.offer-profiles .header a {
  background: white;
  padding: 5px;
  height: 30px;
  width: 30px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.offer-profiles .header a i.rotate {
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.5);
  -webkit-transform: rotate(310deg);
  -moz-transform: rotate(310deg);
  -ms-transform: rotate(310deg);
  -o-transform: rotate(310deg);
  transform: rotate(310deg);
  display: inline-block;
}

.offer-profiles .small-text {
  color: rgba(255, 255, 255, 0.60);
  font-family: Onest;
  font-size: 9.943px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.trades-list {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

.trades-list .item.add {
  background: white;
  height: 68px;
  width: 68px;
  border-radius: 50px;
  color: #000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.trades-list .item {
  position: relative;
}

.trades-list .item .profile-avatar {
  height: 68px;
  width: 68px;
  border-radius: 50px;
  color: #000;
  border: 3px solid #adaeafad;
  background-color: #e9e9e9;
  object-fit: cover;
}

.trades-list .item .profile-badge {
  height: 25px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.avatar {
  position: relative;
  height: 68px;
  width: 68px;
  object-fit: cover;
}
.kk-user-avatar{
  object-fit: cover;
}

.avatar .profile-avatar {
  height: 68px;
  width: 68px;
  border-radius: 50px;
  background: white;
  border-radius: 125px;
  border: 2.5px solid var(--Base-White, #FFF);
  background: var(--Brand-100, #E4EAF8);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}

.avatar .profile-badge {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0;
  bottom: 5px;
}

.avatar.avatar-big {
  height: 68px;
  width: 68px;
}
.avatar-upload {
  position: relative;
}
.avatar-edit label {
  position: absolute;
  z-index: 99;
  background: white;
  padding: 4px;
  border-radius: 50px;
  height: 30px;
  width: 30px;
  right: -6px;
  top: -6px;
  box-shadow: -3px 4px 7px -2px #0e0e0e8f;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.avatar-edit label img{
  width: 18px;
}
.avatar-small-border {
  border: 2.5px solid #0776da78;
  background: var(--Brand-100, #e9e9e9);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}

.avatar.avatar.avatar-small {
  position: relative;
  height: 50px;
  width: 50px;

}

.avatar.avatar.avatar-small .profile-avatar {
  height: 50px;
  width: 50px;
  object-fit: cover;
}

.avatar.avatar.avatar-small .profile-badge {
  height: 15px;
}

.hero-section .welcome-message {
  position: absolute;
  right: 0;
  bottom: 80px;
  z-index: 9;
}

.how-does-work-section .welcome-message {
  border-radius: 10px 10px 0px 0px;
}

/* //welcome-message */
.welcome-message {
  filter: drop-shadow(9.698px 3.879px 52.372px rgba(0, 0, 0, 0.09));
  background-color: white;
  color: #000;
  border-radius: 10px;
  padding: 20px;
}

.welcome-message .header {
  display: flex;
  gap: 11px;
  /* align-items: center; */
}

.welcome-message .header img {
  height: 30px
}

.welcome-message .header span {
  color: var(--Gray-400, #98A2B3);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 11px;
}

.message-section {
  margin-top: 10px;
}

.welcome-message .message-section .kk-message {
  border-radius: 48.492px;
  border: 0.97px solid var(--Gray-100, #F2F4F7);
  background: #F7F9FF;
  box-shadow: 0px 1.024px 2.048px 0px rgba(16, 24, 40, 0.06), 0px 1.024px 3.073px 0px rgba(16, 24, 40, 0.10);
  padding: 10px 25px;
  margin-bottom: 10px;
  height: 47px;
  display: flex;
  align-items: center;
  width: max-content;
}

.welcome-message .message-section button.btn.btn-primary {
  border-radius: 48.492px;
  background: var(--Brand-500, #0476DA);
  height: 40px;
  font-size: 14px;
  font-weight: 600;
}

.card-secondary,
.card-primary,
.card-primary-dark {
  position: relative;
  border-radius: 12px;
  border: 1px solid var(--Gray-100, #F2F4F7);
  background: var(--Brand-25, #F7F9FF);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);
  padding: 30px 30px 30px 30px;
  /* margin-top: 20px; */
  margin-bottom: 20px;
}


.card-secondary .welcome-message {
  left: 30px;
  right: 30px;
  position: absolute;
  bottom: 0;
}

.card-primary .offer-profiles {
  left: 30px;
  right: 30px;
  position: absolute;
  bottom: 40px;
}

.card-primary,
.card-primary-dark {
  padding: 30px 30px 30px 30px;
}

.card-secondary p {
  color: var(--Gray-600, #475467);
}

.icon {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: #E4EAF8
}

img.fixed-image-right {
  position: absolute;
  bottom: 0;
  right: 0;
}

img.fixed-image {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  border-radius: 0px 0px 10px 10px;
}

.how-does-work-section h5.title {
  margin-top: 20px;
  margin-bottom: 10px;
}

.icon.icon-primary-dark {
  border-radius: 10px;
  border: 1px solid var(--Brand-400, #729BE2);
  background: var(--Brand-800, #034B8A);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.icon.icon-primary {
  border-radius: 10px;
  border: 1px solid var(--Brand-500, #0476DA);
  background: var(--Brand-600, #046AC3);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.message-1 {
  display: flex;
  gap: 10px;
}

.message-white {
  display: flex;
  padding: 9.5px 13.3px;
  align-items: center;
  gap: 7.6px;
  border-radius: 0px 7.6px 7.6px 7.6px;
  border: 0.95px solid var(--Gray-200, #EAECF0);
  background: var(--Gray-50, #F9FAFB);
  color: var(--Gray-900, #101828);
  font-size: 15.2px;
  font-style: normal;
  font-weight: 500;
  line-height: 20.9px;
}

.small-text {
  font-size: 15.2px;
  margin-bottom: 6px;
  display: block;
}

.message-primary {
  display: flex;
  padding: 9.5px 13.3px;
  align-items: center;
  gap: 7.6px;
  border-radius: 7.6px 0px 7.6px 7.6px;
  background: var(--Brand-500, #0476DA);
}


.service-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  /* Adjust the gap as needed */
  align-items: center;
  justify-content: center;
}

.service-list li {
  display: inline-flex;
  cursor: pointer;
  padding: 16px 24px;
  align-items: center;
  gap: 16px;
  border-radius: 12px;
  border: 1px solid var(--Gray-200, #EAECF0);
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);
}

.service-list li:hover {
  background-color: #f0f0f0;
  /* Hover state color */
}

.service-list li img {
  height: 25px;
  filter: grayscale(1);

}

.service-list li h5 {
  color: var(--Gray-900, #101828);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 130% */
}

.feature-list {
  margin-top: 40px;
}

.feature-list .feature-item {
  display: flex;
  gap: 12px;
  margin: 20px 0px;
}

.feature-list .feature-item .title {
  font-size: 20px;
  margin-bottom: 10px;
}

.header-title {
  margin: 14px 0px;
  font-size: 50px 
}

.header-subtitle {
  color: #475467;
}

.about-model-1 {
  position: relative;
  border-radius: 12px;
  border: 1px solid var(--Gray-100, #F2F4F7);
  background: var(--Brand-800, #034B8A);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);
  height: 490px;
  padding: 40px;
  color: white;
}

.about-model-1 .guarantee-logo {
  position: absolute;
  bottom: 40px;
  z-index: 9;
  right: 40px;
}

.about-model-1 .guarantee-logo img {
  height: 70px;
}

.about-model-2 {
  position: relative;
  height: 491px;
  padding: 40px;
  border-radius: 12px;
  border: 1px solid var(--Gray-100, #F2F4F7);
  background: var(--Brand-500, #0476DA);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);
  color: white;
}

.card .skills {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.card .skills .item {
  border-radius: 16px;
  border: 1px solid var(--Brand-200, #C6D3F1);
  background: var(--Brand-50, #F0F3FB);
  display: flex;
  padding: 4px 12px 4px 10px;
  align-items: center;
  gap: 4px;
}

.stars.text-success {
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

i.fa-solid.fa-star {
  padding: 2px;
  font-size: 16px;
}

i.fa-solid.fa-star.active,
i.fas.fa-star-half-alt.active {
  border-radius: 50px;
  background: #D5F2E3;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

i.fas.fa-star-half-alt.active {
  border-radius: 50px;
  background: #D5F2E3;
}

section.feature-tradeperson-section {
  background: linear-gradient(180deg, #FFF 0%, #F0F3FB 50%);
  padding-bottom: 50px;
}
section.testimonial-carousel-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.btn.btn-secondary-gray {
  border-radius: 8px;
  border: 1px solid var(--Gray-300, #D0D5DD);
  background: var(--Base-White, #FFF);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: var(--Gray-700, #344054);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  height: 61px;
}

.newsletter-input input {
  border-radius: 8px 0px 0px 8px;
}

.newsletter-input button {
  padding: 0px;
  border-radius: 0px 8px 8px 0px;
}

.hr-light {
  background: #A1B9EA
}

.navbar-toggler {
  position: relative;
}

.navbar-toggler.toggled .navbar-toggler-icon {
  background-image: none;
  /* Remove the default icon */
}

.navbar-toggler.toggled .navbar-toggler-icon::before,
.navbar-toggler.toggled .navbar-toggler-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 24px;
  /* Width of the cross */
  height: 2px;
  /* Height of the cross */
  background-color: #000;
  /* Color of the cross */
}

.navbar-toggler.toggled .navbar-toggler-icon::before {
  transform: translateY(-50%) rotate(45deg);
}

.navbar-toggler.toggled .navbar-toggler-icon::after {
  transform: translateY(-50%) rotate(-45deg);
}

#testimonialCarousel .quote {
  height: auto;
  width: 72px !important;
}

.ellipsis {
  white-space: nowrap;
  /* Prevent text from wrapping to the next line */
  overflow: hidden;
  /* Hide text that goes beyond the container */
  text-overflow: ellipsis;
  /* Render an ellipsis character (...) to represent clipped text */
  width: 100%;
  /* Set a width to enforce overflow (can be any fixed value or percentage) */
  display: block;
  /* Optional: depending on your layout, this might be needed */
}

.quote-ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  font-weight: 600;
  line-height: 23px;
  color: #413D45;
  margin: 15px 0px 30px 0px;
}

.owl-carousel .owl-stage-outer {
  padding: 10px 0px;
}

#testimonialCarousel.owl-carousel .item {
  transition: opacity 0.3s ease;
  opacity: 0.5;
  /* Non-centered items will be dimmed */
}

/* Increase the opacity for the active (centered) item */
#testimonialCarousel.owl-carousel .center .item {
  opacity: 1;
}

/* Optional: Add a scale effect to the active item */
#testimonialCarousel.owl-carousel .active.center {
  transform: scale(1.2);
  z-index: 100;
  /* Ensure the active item is above others in the stack */
}

/* Reset scale on non-active items */
#testimonialCarousel.owl-carousel .item {
  transform: scale(0.8);
  z-index: 1;
}

.owl-dots {
  gap: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: #E4EAF8 !important;
  height: 10px !important;
  width: 10px !important;
  border-radius: 50px !important;
}

button.owl-dot.active {
  background: #0476DA !important;
}

.cta-bg {
  position: absolute;
  bottom: 0;
  right: 0px;
  height: 370px;
}
.cta-section .card{
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 30%;
}

.rounded-20 {
  border-radius: 10px;
}

.top-categories {
  display: flex;
  justify-content: space-between;
}

.top-categories .btn-outline-primary {
  border-color: #E4EAF8;
  padding: 30px !important;
}

.guarantee-items {
  display: flex;
  justify-content: space-between;
  padding: 50px 0px;
}

.guarantee-items .item {
  display: flex;
  gap: 20px;
  align-items: center;
}

.guarantee-items .item img {
  width: 25px !important;
}

#localTradepersonAccordian .accordion-item {
  background: transparent;
  border: none;
}

#localTradepersonAccordian li {
  padding: 10px 0px;
}
.benefits .video-bttom{
  margin-top: -80px;
}
#localTradepersonAccordian a {
  font-weight: 400;
  font-size: 18px;
  color: #0476DA;
  word-wrap: break-word;
}

.local-accordian-button {
  border-radius: 8px;
  border: 1px solid var(--Brand-200, #C6D3F1) !important;
  background: var(--Base-White, #FFF) !important;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #101828 !important;
  display: flex !important;
  gap: 10px !important;
  align-items: center !important;
  border-radius: 15px !important;
}

.modal_logo {
  width: 32px;
  height: 32px;
}

.a_modal_title {
  color: #012545;
  font-size: 24px;
  line-height: 32px !important;
  padding: 5px 15px;
  font-weight: 700;
}

/* .a_input_search:focus{
  border-color: #D0D5DD !important;
} */
/* .form-control:focus {
  color: #101828;
  background-color: #fff;
  
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
} */
.input-group.flex-nowrap.search-wrap.a_input_search {
  display: flex;
  padding: 16px 22px;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  background: var(--Base-White, #FFF);
  box-shadow: 0px 2px 3px 0px rgba(16, 24, 40, 0.14);
}

/* ::placeholder {
  color: #007bff; 
  opacity: .7;
  font-weight: 400;
} */

.a_modal_body_title {
  font-size: 18px;
  line-height: 26px;
  color: #012545;
}

.a_searchTag_body {
  /* border: 1px solid #D0D5DD; */
  border-radius: 8px;
  padding: 13px 6px;
  background: #F0F3FB;
  margin-bottom: 11px;
}

.a_modal_body_link {
  color: #0476DA;
}

/* my profile page css  */

.my_profile_menu .active {
  background: #FFF;
  padding: 5px;
  margin: auto;
  border: 1px solid black;
}

.btn-primary3 {
  display: flex;
  padding: 16px 22px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  background-color: #F0F3FB;
  border-color: #A1B9EA;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  border-radius: 8px;
}

.btn-div {
  display: flex;
  height: 30px;
  width: 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  background-color: #fff;
  border-color: #D0D5DD;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  border-radius: 8px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);

}

.btn-change {
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #1778CD;
  background-color: #F0F3FB;
  border-color: #A1B9EA;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  border-radius: 8px;
  height: 44px;
}
.btn-change:hover, .btn-change.active {
  color: #ffffff;
  background-color: #2b76da;
  border-color: #A1B9EA;
}
.btn-change:hover img, .btn-change.active img{
  filter: brightness(0) invert(1);
}

.btn-change-success {
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: #067647;
  background-color: #EDFCF2;
  border-color: #73E2A3;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  border-radius: 8px;
}

.btn-change-success:hover,
.btn-change-success.active
 {
  color: #fff;
  background-color: #067647;
  border-color: #73E2A3;
}

.my_profile_border {
  border: 1px solid #EAECF0;
}

.f16fw500-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: var(--Gray-900, #101828);
  word-wrap: break-word;
  word-break: break-word;
}

.gray-text-xs {
  color: var(--Gray-600, #475467);
  font-family: Onest;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.gray-text-xs>.bds-check {
  line-height: 24px;
}

.gray-text-xs-red {
  color: var(--Gray-600, #B54708);
  font-family: Onest;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.border-errors {
  border-radius: 12px;
  border: 1px solid var(--Warning-200, #FEDF89);
  background: var(--Warning-50, #FFFAEB);
}

.social-border-bg {
  border: 1px solid #EAECF0;
  border-radius: 8px;
  background: #F0F3FB;
  ;
}

.referral {
  display: flex;
  height: 54px;
  padding: 4px 10px 4px 4px;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-lg, 12px);
  border-radius: 16px;
  border: 2px dashed var(--Success-300, #75E0A7);
  background: var(--Success-50, #ECFDF3);
}

.referral p {
  color: var(--Success-700, #067647);
  font-family: Onest;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 0;
}

.border-radius-12 {
  border: 1px solid #EAECF0;
  border-radius: 12px;
}

.hero-text-gray-18 {
  color: var(--Gray-600, #475467);
  font-family: Onest;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

@media (max-width: 450px) {
  .hero-text-gray-18 {
    color: var(--Gray-600, #475467);
    font-family: Onest;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
  }
}

.icon-primary {
  border: 1px solid #EAECF0 !important;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  color: #0476DA;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 10px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 17px;
}

.icon-danger {
  border: 1px solid #EAECF0 !important;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  color: #cf1616;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 10px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 17px;
}

.icon-text-gray {
  color: var(--Gray-600, #475467);
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

div#moreLink {
  color: var(--Brand-500, #0476DA);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  display: flex;
  gap: 10px;
  border-top: 1px solid #EAECF0;
  padding-top: 15px;
  margin-top: 15px;
  align-items: center;
  cursor: pointer;
}

.btn.btn-white-border {
  border-radius: 5px;
  border: 0.833px solid var(--Gray-300, #D0D5DD);
  background: var(--Base-White, #FFF);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  height: 30px;
  width: 30px;
  padding: 3px;
}

.h-48 {
  height: 48px;
}

/* .nav-link-new {
  color: var(--Gray-500, #667085);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  display: flex;
  height: 44px;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
} */
.nav-link-new {
  /* width: 154px; */
  color: var(--Gray-500, #667085);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  display: flex;
  /* height: 74px; */
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 0px;
  border-radius: 10px;
  text-align: center;
}

.badge.bg-white {
  border-radius: 8px;
  background: #FFF;
}

.badge.bg-success-light {
  border-radius: 16px;
  border: 1px solid var(--Success-200, #ABEFC6);
  background: var(--Success-50, #ECFDF3);
  color: #067647;
}

.badge.bg-info-light {
  border-radius: 16px;
  border: 1px solid var(--Info-200, #BEE3F8);
  background: var(--Info-50, #EBF8FF);
  color: #2B6CB0;
}

.badge.bg-danger-light {
  border-radius: 16px;
  border: 1px solid var(--Error-200, #FECDCA);
  background: var(--Error-50, #FEF3F2);
  color: #B42318;
}

.badge.bg-warning-light {
  border-radius: 16px;
  border: 1px solid var(--Error-200, #FECDCA);
  background: var(--Error-50, #FEF3F2);
  color: #fdb022;
}

.my-profile-nav .active {
  color: #101828 !important;
  border-radius: 6px;
  background: var(--Base-White, #FFF);
  /* Shadows/shadow-sm */
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);
}

.bg-primary2.header-empty {
  height: 100px;
}

.default_bg{
  background-image: url(bg/blog_page_hero_bg.png);
  background-position: center;
  background-size: cover;
}

/* table  */
.custom-table {
  border-radius: 12px;
  border: 1px solid var(--Gray-200, #EAECF0);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.custom-table th {
  padding: 15px !important;
  font-weight: bolder !important;
  font-weight: 400;
  background: #EAECF0 !important;
  border-bottom: 1px solid var(--Gray-200, #EAECF0) !important;
  /* border-radius: 10px 10px 0px 0px; */
}

/* add first child th border radius top left  */
.custom-table th:first-child {
  border-radius: 10px 0px 0px 0px;
}

/* add last child th border radius top right  */
.custom-table th:last-child {
  border-radius: 0px 10px 0px 0px;
}

.custom-table td {
  padding: 20px 20px !important;
  font-size: 16px;
  color: #101828;
}

.btn.btn-danger-light {
  border-radius: 8px;
  border: 1px solid var(--Error-300, #FDA29B);
  background: var(--Error-50, #FEF3F2);
  color: #F04438;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  width: max-content;
  font-size: 16px;
  padding: 10px 20px;
  height: 48px;
  font-weight: 700;
}

.btn.btn-danger-light:hover {
  background: var(--Error-100, #FDE8E6);
}

/* //user menu dropdown  */
.user_menu_dropdown ul.dropdown-menu.dropdown-menu-end.show {
  border-radius: 12px;
  border: 1px solid var(--Gray-200, #EAECF0);
  background: var(--Base-White, #FFF);
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  background: white;
  padding: 10px;
  min-width: 280px;
  width: max-content;
  margin-top: 10px;
  z-index: 9999;
}

.user_menu_dropdown .dropdown-item.active,
.dropdown-item {
  margin-bottom: 4px;
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  gap: 10px;
  align-items: center;
  line-height: normal;
}

.user_menu_dropdown .dropdown-item.active,
.user_menu_dropdown .dropdown-item:hover {
  color: #000000;
  background-color: #efefef;
}

.user_menu_dropdown .dropdown-item i {
  width: 30px;
  height: 30px;
  background: #e2e2e2;
  border-radius: 5px;
  display: flex;
  align-items: center;
  color: #184b8a;
  justify-content: center;
}

.custom_close_btn {
  position: absolute;
  top: -60px;
  right: -60px;
}

.modal-dialog {
  max-width: 736px;
}

.a_cs_title {
  font-size: 30px;
  font-weight: 700;
}

.a_custom_card>.card {
  background-color: #F7F9FF;
}

.a_custom_card>.card>.card-header>h6 {
  color: #035BA9;
  font-size: 20px;
  font-weight: 700;
}

.a_custom_card>.card>.card-body>p {
  font-size: 16px;
  line-height: 24px;
}

.fs-16 {
  font-size: 16px;
  line-height: 24px;
}

.fw-500 {
  font-weight: 500;
}


h6.vidblockcs,
h6.imgblockcs {
  font-size: 14px;
  font-weight: 500;
  margin-top: 7px;
}

.image-blocks a:not(:nth-of-type(1)) {
  display: none;
}

.image-blocks img {
  object-fit: cover;
  transition: transform 0.3s ease-in-out 0s, filter 0.3s ease 0s;
  border-radius: 8px 8px 0px 0px !important;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height:188px;
  padding : 0 ;
}

.video-blocks video {
  width: 100%;
  padding: 0;
  object-fit: cover;
  border-radius: 0 !important;
  transition: transform 0.3s ease-in-out 0s, filter 0.3s ease 0s;
  /* max-height: 195px; */
  height: 120px;
  border-radius: 8px 8px 0px 0px !important;
}

.image-blocks .total-counts,
.video-blocks .total-counts {
  background: white;
  border: 1px solid rgb(237, 237, 237);
  padding: 15px;
  font-weight: bolder;
  height: 60px;

}


.image-blocks a,
.video-blocks a {
  /* display: initial; */
  border: 1px solid rgb(237, 237, 237);
  border-bottom: 0;
  border-radius: 0 !important;
  overflow: hidden;
  border : none !important;
}


@media(max-width:767.98px) {

  .video-blocks,
  .image-blocks {
    padding-right: 0 !important;
  }
}

@media (max-wdith: 480px) {


  .image-blocks img,
  .video-blocks video {
    height: 13vh;
  }
}

.video-blocks video:hover,
.image-blocks img:hover {
  filter: brightness(75%);
}

.video-blocks .openVideo:not(:nth-of-type(1)) {
  display: none;
}

.video-counter {
  color: #fff;
}

a.filepond--credits {
  display: none !important;
}

ul.filepond--list>li {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px !important;
}

ul.filepond--list>li.filepond--item {
  height: 119.393px !important;
}

.filepond--panel {
  position: relative !important;
}


@media only screen and (max-width: 767px) {
  .filepond--list.filepond--list {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  ul.filepond--list>li {
    width: 100% !important;
  }

  .kk-heading-paragraph {
    font-size: 14px;

  }
}

/* image and video container css  */

.image-blocks a,
.video-blocks a {
  /* display: initial; */
  border: 1px solid rgb(237, 237, 237);
  border-bottom: 0;
  border-radius: 0 !important;
  overflow: hidden;
}

.image-blocks img {
  object-fit: cover;
  border-radius: 0 !important;
  transition: transform 0.3s ease-in-out 0s, filter 0.3s ease 0s;
  height: 100%;
  max-height: 188px;
  width: 100%;
  border-radius: 8px 8px 0px 0px !important;
}

.video-blocks video {
  width: 100%;
  padding: 0;
  object-fit: cover;
  transition: transform 0.3s ease-in-out 0s, filter 0.3s ease 0s;
  height: 100%;
  max-height: 188px;
  border-radius: 8px 8px 0px 0px !important;
}

.video-blocks video:hover,
.image-blocks img:hover {

  filter: brightness(75%);
}

.image-blocks a:not(:nth-of-type(1)) {
  display: none;
}

.video-blocks .openVideo:not(:nth-of-type(1)) {
  display: none;
}

.mfp-pager {
  width: 100%;
  position: absolute;
  z-index: 20;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mfp-pager::after {
  clear: both;
  display: block;
  content: '';
}

.mfp-pager li {
  padding: 0;
  margin: 0;
  display: inline-block;
}

.mfp-pager .arrow_next,
.mfp-pager .arrow_prev {
  display: inline-block;
}

.mfp-pager .arrow_next button,
.mfp-pager .arrow_prev button {
  vertical-align: middle;
  border: none;
  color: #fff;
  background: transparent;
  font-size: 20px;
}

.mfp-pager .arrow_next button:focus,
.mfp-pager .arrow_prev button:focus {
  outline: 0;
}

.mfp-pager .arrow_prev button i,
.mfp-pager .arrow_next button i {
  color: #fff;
}

.mfp-pager .dots {
  vertical-align: top;
  text-align: center;
  display: inline-block;
  margin: 0 8px;
  position: relative;
  padding: 0;
}

.mfp-pager .dots .dot-item {
  opacity: .8;
}

.mfp-pager .dots .dot-item.active,
.mfp-pager .dots .dot-item:hover {
  opacity: 1;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
  max-width: 1000px;
}

.mfp-figure:after {
  content: none !important;
}

.mfp-pager .dots .dot-item button {

  background-size: cover;
  background-position: center center;
  flex: 1 1 0%;
  height: 65px;
  width: 65px;
  min-height: 65px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border: 2px solid rgb(255, 255, 255);
  transition: all 250ms ease 0s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.mfp-pager .dots .dot-item button:focus {
  outline: 0;
}

.mfp-bg {
  opacity: .9 !important;
  border-radius: 0 !important;
}



.video-popup video {
  width: 100%;
  height: 100%;
}

.htmlopenvideo .mfp-content {
  max-width: 1000px;
}

.mfp-inline-holder .mfp-close {
  color: #fff !important;
  right: -6px;
  top: -40px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-inline-holder .mfp-close:active {
  top: -40px !important;
}

.video-blocks .openVideo:not(:nth-of-type(1)) {
  display: none;
}

button.mfp-close:focus,
button.mfp-arrow:focus {
  outline: 0;
}

.video-counter {
  color: #fff;
}

@media(max-width:767.98px) {

  .video-blocks,
  .image-blocks {
    padding-right: 0 !important;
  }

}


@media(max-width:480px) {
  .dots-container {
    max-width: 260px;
  }

  .mfp-counter {

    top: 73px;
    right: 50%;

    transform: translateX(50%);
  }
}

.quizz-form-check input[type="radio"] {
  display: none;
}

.quizz-form-check input[type="radio"]+label {
  display: block;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #EAECF0;
  margin-bottom: 10px;
  cursor: pointer;
}

.quizz-form-check input[type="radio"]:checked+label {
  background: #0476DA;
  color: #fff;
}


.review-choose-chat {
  margin-top: 15px;
}

.cta_item.card {
  min-height: 230px;
}

.blog .card-img-top {
  border-radius: 16px;
  background: #DEE3F1;
  height: 240px;
}

.bg-rewards {
  background-image: url('../img/backgrounds/rewards.png');
}

/* skeleton placeholder css */
.kk-skeleton-loader {
  padding: 15px;
}

.placeholder {
  width: 100%;
  border: 1px solid var(--Gray-200, #EAECF0);
  background: #fff;
  margin-bottom: 20px;
  cursor: pointer;
  padding: 32px 32px 36px 32px;
  border-radius: 12px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);
}

#jobDetailsLoader .placeholder {
  box-shadow: unset
}

#blogSkeletonLoader .placeholder {
  box-shadow: unset;
  border: unset;
  padding: 0px;
  border-radius: 0px;
}

.faux-image-wrapper {
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 100%;
  /* Or height: 200px; */
}

.faux-text {
  background: #dddddd;
  border-radius: 4px;
  height: 20px;
  margin-bottom: 5px;
}

.faux-paragraph {
  background: #dddddd;
  border-radius: 4px;
  height: 100px;
  margin-bottom: 5px;
  margin-top: 1rem;
}

.faux-action {
  display: flex;
  gap: 5px;
  width: 100%;
  height: 50px;
  margin-top: 15px;
  margin-bottom: -20px;
}

.faux-action .faux-button {
  background: #dddddd;
  border-radius: 4px;
  margin-bottom: 5px;
  height: 36px;
  width: 99px;
}

.faux-text.short {
  width: 75%;
}

.shimmer {
  overflow: hidden;
  position: relative;
}

.shimmer::before {
  content: "";
  position: absolute;
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.4) 50%,
      rgba(255, 255, 255, 0) 100%);
  height: 100%;
  width: 100%;
  z-index: 1;
  animation: shimmer 1s infinite;
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }

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

/* skeleton placeholder css */

/* user profile */
.profele-border {
  border: 1px solid #EAECF0;
  outline: 2px solid #EAECF0;
  outline-offset: 5px;
  height: 70px;
  width: 70px;
  object-fit: cover;
}

.card-white {
  position: relative;
  border-radius: 12px;
  border: 1px solid var(--Gray-200, #EAECF0);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);
  padding: 32px 32px 36px 32px;
  margin-bottom: 20px;
  background-color: #fff;
  min-height: 480px;
}

.albums-img {
  border-radius: 12px 12px 0px 0px;
}

.albums-text {
  display: flex;
  padding: 20px 16px 16px 16px;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  background: var(--Brand-50, #F0F3FB);
  border-radius: 0 0 12px 12px;
  align-items: center;
}

.card-albums-white {
  position: relative;
  border-radius: 12px;
  border: 1px solid var(--Gray-200, #EAECF0);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);
  padding: 32px 32px 36px 32px;
  margin-bottom: 20px;
  background-color: #fff;
  height: auto;
}

.overview-text {
  color: var(--Gray-900, #101828);
  font-family: Onest;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 130% */
}

.overview-star-active {
  height: 38px;
  width: 38px;
  border-radius: 50%;
  background: #D5F2E3;
  justify-content: center;
  align-items: center;
  justify-items: center;
}

.h-8px {
  height: 8px;
}

.comment-avatar {
  height: 63px;
  width: 63px;
}

.comment-text-18-fw-700 {
  color: var(--Gray-900, #101828);
  font-family: Onest;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 144.444% */
}

.btn-reply {
  display: flex;
  padding: 10px 14px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
  border: 1px solid var(--Gray-300, #D0D5DD);
  background: var(--Base-White, #FFF);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.btn-load-more {
  display: flex;
  padding: var(--spacing-lg, 12px) 22px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid var(--Brand-900, #023561);
  background: var(--Brand-900, #023561);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: var(--Base-White, #FFF);
  font-family: Onest;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
/* end user profile */ 

/* trademember-reward css */
.trade_bg{

  height: 550px;
}



.trade_bg img{
  width: auto;
height: 150px;
}
@media screen and (max-width: 883px) {
  .trade_bg img{
      height: 80px;
  }
  .fs-40px{
      font-size: 40px !important;
  }
  .vjs-poster img {
      height: 250px !important;
  }
  .video-js {
      height: 250px !important;
  }
}

@media screen and (max-width: 590px) {
  .sm-fs-32px{
      font-size: 32px !important;
  }
  .sm-fs-26px{
      font-size: 26px !important;
  }
  .trade_bg{
      height: 360px;
  }
  .vjs-poster img {
      height: 270px !important;
  }
  .video-js {
      height: 270px !important;
  }
}
@media screen and (max-width: 520px) {
  .xs-fs-24px{
      font-size: 24px !important;
  }
  .xs-h64px{
      height: 64px !important;
      width: auto;
  }
  .trade_bg{
      height: 360px !important;
  }
  .trade_bg h1 {
      font-size: 40px !important;
  }
  .vjs-poster img {
      height: 250px !important;
  }
  .video-js {
      height: 250px !important;
  }
  
}
@media screen and (max-width: 375px) {
  .xs-fs-18px{
      font-size: 18px !important;
  }
  .trade_bg{
      height: 420px !important;
  }
  .trade_bg h1 {
      font-size: 26px !important;
      line-height: 45px !important;
  }
  .vjs-poster img {
      height: 220px !important;
  }
  .video-js {
      height: 220px !important;
  }
}

@media screen and (max-width: 330px) {
  .xs-fs-17px{
      font-size: 17px !important;
  }
  .trade_bg{
      height: 450px !important;
  }
  .vjs-poster img {
      height: 200px !important;
  }
  .video-js {
      height: 200px !important;
  }
}

.trade_bg h1{
  color: var(--Base-White, #FFF);
text-align: center;
font-size: 60px;
font-style: normal;
font-weight: 700;
line-height: 72px; /* 120% */
letter-spacing: -1.2px;

}

.reward_mode_bg{
   background: #F1F4FC;
}

.fs-14px-white{
color: var(--Base-White, #FFF);
text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; 
}

.h36px-w36px{
  height: 36px;
  width: 36px;
}
.h90px{
  height: 90px;
  width: auto;
}

.h200px{
  width: auto;
  height: 200px;
}

.fs-30px{
  color: var(--Brand-950, #012545);
font-family: Onest;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 38px; 
}

.text-gray-400{
  color: var(--Gray-400, #94A3B8) !important;
}

.bg-gradient-reward{
  background: linear-gradient(180deg, #FFF 0%, #F0F3FB 50%);
}
.bg-F0F3FB{
  background: #F0F3FB;
}
.bg-light2 {
  background-color: #f8f8f8 !important;
}
.fs-48px{
  font-size: 48px;
}
.h500px{
  height: 500px;
}
.videoplay_btn{
  height: 15%;
  width: 15%;
  position: absolute;
  top: 50%;
  left: 40%;
  
}
.videoplay_bg{
  background-image: url(./bg/videoplay_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}
/* end trademember-reward css */

/* trade signup page css  */
.signup_hero_title {
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -1.44px;
  justify-content: center;
  align-items: center;
}

.py-80px {
  padding: 80px 0px !important;
}

.gap-30px {
  gap: 30px;
}

.gap-o-12px {
  gap: 12px;
}

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

.tradeperson_hero-bg {
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

.signup_hero_title span {
  background: linear-gradient(91deg, #D3E2FF 54.43%, #27F78E 98.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -1.44px;
}

.membership-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.w-35 {
  width: 35%;
}

/* card Guaranteed Quality Stand Out on Buildela  */

.card_gradient {
  border-radius: 12px;
  padding: 60px 0px;
  align-items: flex-start;
  justify-content: space-between;
  border: 1px solid var(--Gray-100, #f2f4f7);
  background: linear-gradient(94deg, #034b8a 72.41%, #17b26a 96.44%);
  box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
}

.h-98px {
  height: 98px;
}

.border-light-success-signup {
  display: inline-flex;
  padding: 4px 12px 4px 10px;
  align-items: center;
  gap: 6px;
  border-radius: 8px;
  border: 1px solid var(--Success-200, #ABEFC6);
  background: var(--Success-50, #ECFDF3);
}

.text-green-18 {
  color: var(--Success-700, #067647);
  text-align: center;
  font-family: Onest;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0;
}

.text-gray-800-20 {
  color: var(--Gray-900, #101828);
  font-family: Onest;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

.icon-48 {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid var(--Gray-200, #EAECF0);
  background: var(--Base-White, #FFF);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}


/* how it work */
.how-it-works-hero-section .left-side {
  padding-bottom: 100px;
  padding-top: 100px;
}
img.hero-image.hero-image-how-it-works {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.hw-bg {
  background: linear-gradient(180deg, #F1F4FC 0%, #F0F3FB 50%);
}

.text-brand-500 {
  color: #0476DA;
}

.hw-border {
  border-radius: 16px;
  border: 1px solid var(--Gray-200, #EAECF0);
  background: var(--Base-White, #FFF);
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  display: flex;
  flex-direction: column;
  padding: 30px 32px;
  height: 314px;
  margin: 8px 8px;
  gap: 20px;
}

.arrow-05-top {
  position: absolute;
  width: 190px;
  left: 25%;
  top: -10%;
}

.arrow-06-bottom {
  position: absolute;
  width: 190px;
  right: 25%;
  bottom: 0;
}
.trademember_how_it_work .card .card-img-top {
  height: 550px;
  object-fit: cover;
  border-radius: 10px;
}
.comunity-bg-home {
  background-image: url(./bg/shape.png);
  background-repeat: no-repeat;
  background-position: center;
}

.signup_hero_title span {
  background: linear-gradient(91deg, #D3E2FF 54.43%, #27F78E 98.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -1.44px;
}

.w-35 {
  width: 55%;
}

.bg-membership {
  background-image: url('/hero/Buildela-Background-Pattern-square.png');
  background-repeat: no-repeat;
  background-position: center;
}

/* card Guaranteed Quality Stand Out on Buildela  */

.card_gradient {
  border-radius: 12px;
  padding: 60px 0px;
  align-items: flex-start;
  justify-content: space-between;
  border: 1px solid var(--Gray-100, #f2f4f7);
  background: linear-gradient(94deg, #034b8a 72.41%, #17b26a 96.44%);
  box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
}

.h-98px {
  height: 98px;
}

.border-light-success-signup {
  display: inline-flex;
  padding: 4px 12px 4px 10px;
  align-items: center;
  gap: 6px;
  border-radius: 8px;
  border: 1px solid var(--Success-200, #ABEFC6);
  background: var(--Success-50, #ECFDF3);
}

.text-green-18 {
  color: var(--Success-700, #067647);
  text-align: center;
  font-family: Onest;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0;
}

.text-gray-800-20 {
  color: var(--Gray-900, #101828);
  font-family: Onest;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

.icon-48 {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid var(--Gray-200, #EAECF0);
  background: var(--Base-White, #FFF);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.register-bg-img{
  background-image: url(./bg/Content-image.png);
  border-color: #fff;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 480px) {
  .badge-group{
      font-size: 11px !important;
      flex-direction: column;
      border: none !important;
  }
  .xs-fs-13px{
        font-size: 13px !important;
  }
  .xs-fs-30px{
      font-size: 30px !important;
  }
  
}
@media screen and (min-width: 330px) and (max-width: 425px) {
  .xs-fs-8px {
      font-size: 9px !important;
  }
}


@media (min-width: 992px) {
  .hw-border {
      padding: 22px;
  }
}

@media screen and (max-width: 992px) {
  .sm-h-75percent{
      height: 75% !important;
  }
}

/* //media max 576px */
@media only screen and (max-width: 576px) {
  .py-80px{
    padding: 40px 0px !important;
  }
  .signup_hero_title {
      color: #FFF;
      text-align: center;
      font-size: 37px;
      font-style: normal;
      font-weight: 700;
      line-height: 22px;
      letter-spacing: -0.8px;
  }

  .sm-h-75percent{
      height: 75% !important;
  }

  .hw-border {
      height: inherit;
  }

  .sm-h-75px {
      height: 45px;
  }

  .tradeperson_hero-bg .badge-group .badge-message,
  .tradeperson_hero-bg .badge-group {
      color: var(--Brand-700, #035BA9);
      text-align: center;
      font-size: 11px;
      font-style: normal;
      font-weight: 500;
      line-height: 18px;
      border: 0;
  }

  .card_gradient.row {
      text-align: center;
      gap: 20px;
  }

  .How-it-works {
      font-size: 32px;
  }

  .sm-fs-36px {
    font-size: 28px;
    line-height: 50px;
  }
  .hw-bg{
    padding: 30px 0px;
  }

  .sm-fs-18px {
      font-size: 18px;
  }

  .sm-fs-14px {
      font-size: 14px ;
  }

  .sm-fs-26px {
      font-size: 26px !important; 
  }

  .sm-gap-16px {
      gap: 16px;
  }

  .sm-fs-16px {
      font-size: 16px;
  }

  .sm-w-100 {
      width: 100% !important
  }

  .reward {
      text-align: center;
      font-family: Onest;
      font-size: 36px;
      font-style: normal;
      font-weight: 700;
      line-height: 44px;
      letter-spacing: -0.72px;
  }

  .comunity-border {
      width: 100% !important;
  }

  .arrow-up-down {
      position: absolute;
      rotate: 90deg;
      height: 30px;
      top: 22%;
      right: -43%;
  }

  .arrow-down-up {
      position: absolute;
      bottom: 26%;
      height: 30px;
      rotate: 90deg;
      left: -45%;

  }

  .trademembers-star-active {
      padding: 4px !important;
  }

  .sm-star {
      height: 20px;
  }
}

/* how it work */
.hw-bg {
  background: linear-gradient(180deg, #F1F4FC 0%, #F0F3FB 50%);
  /* background-image: url(././hero/Background\ pattern\ decorative.png); */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 100%;
  width: 100%;
  padding: 50px 0px;
}

.hw-bg-color {
  background: linear-gradient(180deg, #F1F4FC 0%, #F0F3FB 50%);

}

.text-brand-500 {
  color: #0476DA;
}


.gap-8px {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.arrow-05-top {
  position: absolute;
  width: 190px;
  left: 15%;
  top: -9%;
}

.arrow-06-bottom {
  position: absolute;
  width: 190px;
  right: 16%;
  bottom: 3%;
}

.comunity-bg-home {
  background-image: url(./bg/shape.png);
  background-repeat: no-repeat;
  background-position: center;
}

.comunity-border {
  position: relative;
  align-items: center;
  border-radius: 17.023px;
  border: 1.096px solid var(--Gray-200, #EAECF0);
  box-shadow: 0px 34.047px 68.093px -12.767px rgba(16, 24, 40, 0.14);
  width: 282px;
  height: 282px;
  padding: 20px;
  overflow: hidden;
  margin-bottom: 8px;
  margin-left: 2px;
  margin-right: 2px;
}

.comunituy-bg {
  position: absolute;
  height: 100%;
  top: 0;
}


.comunituy-fs-12 {
  color: var(--Black, #000);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.text-gray-600 {
  color: #475467;
  font-weight: 500;
}

.timinng-border {
  padding: var(--spacing-lg, 12px) 16px;
  align-items: center;
  gap: 16px;
  border-radius: 12px;
  background: var(--Brand-600, #046AC3);
}

.timing-footer-img {
  height: 350px;
}

@media screen and (max-width: 990px) {
  .timing-footer-img {
      height: 200px;
  }
}

@media screen and (min-width: 1200px) {
  .timing-footer-img {
      height: 500px;
  }
}

.timinng-border-border {
  padding: 4px 10px;
  align-items: center;
  gap: 12px;
  border-radius: 16px;
  border: 1px solid var(--Brand-200, #C6D3F1);
  background: var(--Brand-500, #0476DA);
}

.check-button {
  border-radius: 8px;
  border: 1px solid var(--Brand-900, #023561);
  background: var(--Brand-900, #023561);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 16px 22px;
  gap: 10px;
}

.bg-color-F1F4FC {
  background-color: #F1F4FC;
}

.bg-color-dbf1e8 {
  background-color: #dbf1e8;
}

.text-gray-950 {
  color: #012545;
}

.text-gray-700 {
  color: #344054;
}

.pricing-bg {
  background: linear-gradient(180deg, #F1F4FC 0%, #F0F3FB 50%);
  padding-top: 150px;
  margin-top: -100px;
}


.gap-12px {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  gap: 12px;
  align-self: stretch;
  padding: 16px 32px 40px 32px;
}

.gap-12px p {
  margin-bottom: 0px;
  color: var(--Gray-900, #101828) !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.gap-12px span {
  color: var(--Gray-600, #475467);
  font-weight: 500;
}

.fs-48px {
  font-size: 48px;
}

.payment-border {
  width: 48px;
  height: 48px;
  padding: 12px;
  border-radius: 24px;
  flex-direction: row;
}

.bg-brand-50 {
  background: #F0F3FB;
}

.bg-brand-100 {
  background: #E4EAF8;
}

.bg-success-100 {
  background: #DCFAE6;
}

.bg-green-50 {
  background: #EDFCF2;
}

.color-brand-300 {
  color: #A1B9EA;
}

.color-brand-500 {
  color: #0476DA;
}

.color-brand-700 {
  color: #035BA9;
}

.color-success-500 {
  color: #17B26A;
}

.color-success-700 {
  color: #067647;
}

.color-gray-600 {
  color: #475467;
}

.price {
  color: var(--Gray-900, #101828);
  text-align: center;
  font-family: Onest;
  font-size: 42.254px;
  font-style: normal;
  font-weight: 700;
  line-height: 52.817px;
  letter-spacing: -0.845px;
}

.price span {
  color: var(--Gray-900, #101828);
  font-family: Onest;
  font-size: 17.606px;
  font-style: normal;
  font-weight: 500;
  line-height: 26.408px;
}



.border-brand-300 {
  border: 1px solid var(--Brand-300, #A1B9EA);
}

.border-green-300 {
  border: 1px solid var(--Green-300, #73E2A3);
}

.f14gray600fwn {
  color: var(--Gray-600, #475467);
  font-family: Onest;
  /* font-size: 14px; */
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

.fs-18px {
  font-size: 18px;
}
.fs-16px {
  font-size: 16px;
}

.fs-14px {
  font-size: 14px;
}

.trademembers-star-active {
  border-radius: 40px;
  background: #D5F2E3;
  padding: 8px;
}

.border-gray-300 {
  display: flex;
  padding: 16px 22px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid var(--Gray-300, #D0D5DD);
  background: var(--Base-White, #FFF);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: var(--Gray-700, #344054);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.border-brand-300:hover {
  color: var(--Gray-700, #344054);

}

.accordion-button::after {
  background-image: url(../img/icons/plus-circle.svg);
  color: #0476DA;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../img/icons/minus-circle.svg);
}

.accordion-button:not(.collapsed) {
  color: #101828;
  background-color: #fff;
}

.accordion-button:focus {
  border-color: #fff;
  box-shadow: none;

}

.comunituy-bg {
  position: absolute;
  height: 100%;
  top: 0;
}


.comunituy-fs-12 {
  color: var(--Black, #000);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.text-gray-600 {
  color: #475467;
  font-weight: 500;
}

.timinng-border {
  padding: var(--spacing-lg, 12px) 16px;
  align-items: center;
  gap: 16px;
  border-radius: 12px;
  background: var(--Brand-600, #046AC3);
}

.timinng-border-border {
  padding: 4px 10px;
  align-items: center;
  gap: 12px;
  border-radius: 16px;
  border: 1px solid var(--Brand-200, #C6D3F1);
  background: var(--Brand-500, #0476DA);
}

.check-button {
  border-radius: 8px;
  border: 1px solid var(--Brand-900, #023561);
  background: var(--Brand-900, #023561);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 16px 22px;
  gap: 10px;
}

.bg-color-F1F4FC {
  background-color: #F1F4FC;
}

.bg-color-dbf1e8 {
  background-color: #dbf1e8;
}

.text-gray-950 {
  color: #012545;
}

.text-gray-700 {
  color: #344054;
}

.h-125px {
  height: 125px;
}

.paymrnt-card {
  border-radius: 16px;
  border: 1px solid var(--Gray-200, #EAECF0);
  background: var(--Base-White, #FFF);
  box-shadow: 0px 32px 64px -12px rgba(16, 24, 40, 0.14);
  height: fit-content;
  padding: 32px 0 0 0;
  position: relative;
}

.payment-border {
  width: 48px;
  height: 48px;
  padding: 12px;
  border-radius: 24px;
  flex-direction: row;
}

.bg-brand-50 {
  background: #F0F3FB;
}

.bg-brand-100 {
  background: #E4EAF8;
}

.bg-success-100 {
  background: #DCFAE6;
}

.bg-green-50 {
  background: #EDFCF2;
}

.color-brand-300 {
  color: #A1B9EA;
}

.color-brand-500 {
  color: #0476DA;
}

.color-brand-700 {
  color: #035BA9;
}

.color-success-500 {
  color: #17B26A;
}

.color-success-700 {
  color: #067647;
}

.color-gray-600 {
  color: #475467;
}

.price {
  color: var(--Gray-900, #101828);
  text-align: center;
  font-family: Onest;
  font-size: 42.254px;
  font-style: normal;
  font-weight: 700;
  line-height: 52.817px;
  letter-spacing: -0.845px;
}

.price span {
  color: var(--Gray-900, #101828);
  font-family: Onest;
  font-size: 17.606px;
  font-style: normal;
  font-weight: 500;
  line-height: 26.408px;
}


.border-brand-300 {
  border: 1px solid var(--Brand-300, #A1B9EA);
}

.border-green-300 {
  border: 1px solid var(--Green-300, #73E2A3);
}

.f14gray600fwn {
  color: var(--Gray-600, #475467);
  font-family: Onest;
  /* font-size: 14px; */
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

.fs-18px {
  font-size: 18px;
}

.fs-14px {
  font-size: 14px;
}

.trademembers-star-active {
  border-radius: 40px;
  background: #D5F2E3;
  padding: 8px;
}

.border-gray-300 {
  display: flex;
  padding: 16px 22px;
  justify-items: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid var(--Gray-300, #D0D5DD);
  background: var(--Base-White, #FFF);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: var(--Gray-700, #344054);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.border-brand-300:hover {
  color: var(--Gray-700, #344054);

}

.accordion-button::after {
  background-image: url(../img/icons/plus-circle.svg);
  color: #0476DA;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../img/icons/minus-circle.svg);
}

.accordion-button:not(.collapsed) {
  color: #101828;
  background-color: #fff;
}

.accordion-button:focus {
  border-color: #fff;
  box-shadow: none;
}

/* countdown  */
@keyframes flip-top {
  to {
      transform: rotateX(90deg);
  }
}

@keyframes flip-bottom {
  to {
      transform: rotateX(0deg);
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.share-tech-regular {
  font-family: "Share Tech", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.countdown_timer_cards {
  display: flex;
  gap: 7px;
}

.countdown_timer_cards .card {
  text-align: center;
  font-size: 64px !important;
  border: none !important;
  box-shadow: none !important;
  background: none;
}

.mb-20px{
  margin-bottom: 20px;
}
.countdown_timer_cards .card p {
  color: #F2F2F2;
  font-size: 11px;
  letter-spacing: 3px;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 0;
}

.countdown_timer_cards .card .flip-card {
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 4.541px;
}

.countdown_timer_cards .card .top-half,
.countdown_timer_cards .card .bottom-half,
.countdown_timer_cards .card .top-flip,
.countdown_timer_cards .card .bottom-flip {
  color: #fff;
  font-size: 43px ;
  font-variant-numeric: ordinal;
  font-family: "Share Tech";
  overflow: hidden;
  text-align: center !important;
  will-change: transform !important;
  box-shadow: 0 3px rgba(71, 83, 115, 0.2) inset;
  border-radius: 5px 5px 0 0;
  background-color: #1BAA76;
  justify-content: center;
  height: 32px ;
  width: 100px ;
}

.countdown_timer_cards .card .top-half::before,
.countdown_timer_cards .card .top-flip::before {
  content: "";
  background-color: #0574D6;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  position: absolute;
  bottom: -5px;
  left: -5px;
}

.countdown_timer_cards .card .top-half::after,
.countdown_timer_cards .card .top-flip::after {
  content: "";
  background-color: #0574D6;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  position: absolute;
  bottom: -5px;
  right: -5px;
}

.countdown_timer_cards .card .bottom-half,
.countdown_timer_cards .card .bottom-flip {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-radius: 0 0 5px 5px;
  background-color: #1BAA76;
  box-shadow: 0 -2px 5px 0 rgba(71, 83, 115, 0.7) inset;
}

.countdown_timer_cards .card .bottom-half::before,
.countdown_timer_cards .card .bottom-flip::before {
  content: "";
  background-color: #0574D6;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  position: absolute;
  top: -5px;
  left: -5px;
}

.countdown_timer_cards .card .bottom-half::after,
.countdown_timer_cards .card .bottom-flip::after {
  content: "";
  background-color: #0574D6;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  position: absolute;
  top: -5px;
  right: -5px;
}

.countdown_timer_cards .card .top-flip {
  position: absolute;
  transform-origin: bottom;
  transform: rotateX(0deg);
  animation: flip-top 0.5s ease-in forwards;
  /* background-color: #6A6A6A; */
}

.countdown_timer_cards .card .bottom-flip {
  position: absolute;
  bottom: 0;
  transform-origin: top;
  transform: rotateX(90deg);
  animation: flip-bottom 0.5s ease-out 0.5s;
  /* background-color: #6A6A6A; */
}

@media screen and (max-width: 576px) {
  .countdown_timer_cards .top-half,
  .countdown_timer_cards .bottom-half,
  .countdown_timer_cards .top-flip,
  .countdown_timer_cards .bottom-flip {
      font-size: 37px ;
      height: 28px ;
      width: 100px ;
  }
}
@media screen and (max-width: 490px) {
  .countdown_timer_cards .top-half,
  .countdown_timer_cards .bottom-half,
  .countdown_timer_cards .top-flip,
  .countdown_timer_cards .bottom-flip {
      font-size: 37px !important;
      height: 28px !important;
      width: 90px !important;
  }
  
}
@media screen and (max-width: 410px) {
  .countdown_timer_cards .top-half,
  .countdown_timer_cards .bottom-half,
  .countdown_timer_cards .top-flip,
  .countdown_timer_cards .bottom-flip {
      font-size: 37px !important;
      height: 28px !important;
      width: 70px !important;
  }
  .countdown_timer_cards .card p {
      font-size: 9px;
      text-wrap: nowrap;
  }
  
}
@media screen and (max-width: 330px) {
  .countdown_timer_cards .top-half,
  .countdown_timer_cards .bottom-half,
  .countdown_timer_cards .top-flip,
  .countdown_timer_cards .bottom-flip {
      font-size: 37px !important;
      height: 28px !important;
      width: 60px !important;
  }
  .countdown_timer_cards .card p {
      font-size: 8px;
  }
  .countdown_timer_cards{
      gap: 0;
  }
  
}
@media screen and (max-width: 280px) {
  .countdown_timer_cards .top-half,
  .countdown_timer_cards .bottom-half,
  .countdown_timer_cards .top-flip,
  .countdown_timer_cards .bottom-flip {
      font-size: 37px !important;
      height: 28px !important;
      width: 50px !important;
  }
  .countdown_timer_cards .card p {
      font-size: 7px;
  }
  
}






/* video player  */
/********************************************************************************
* Video Tile Component
********************************************************************************/

.video-tile {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 100%;
  height: auto;

  &:hover:before {
    opacity: 1;
  }

  img {
    width: 100%;
  }

  .curtain {
    background-color: #000;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.5s ease-in;
    z-index: 1;
  }

  .video-tile__title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-overflow: ellipsis;
    font: 500 24px/0.9 "Oswald", sans-serif;
    text-transform: uppercase;
    color: #fff;
    padding: 15px;
    background: #000;
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.5) 50%,
      rgba(0, 0, 0, 0) 100%
    );
    text-shadow: 2px 2px 4px rgba(39, 40, 41, 0.9);
    text-overflow: ellipsis;
    width: 100%;

    @media only screen and (min-width: 480px) and (max-width: 767px) {
      font: 500 32px/0.9 "Oswald", sans-serif;
      padding: 45px 40px 28px 40px;
    }

    @media only screen and (min-width: 992px) and (max-width: 1279px) {
      font: 500 36px/0.9 "Oswald", sans-serif;
      padding: 45px 40px 28px 40px;
    }

    @media only screen and (min-width: 1280px) {
      font: 500 42px/0.9 "Oswald", sans-serif;
      padding: 45px 40px 28px 40px;
    }
  }

  .video-tile-loader {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in;
  }
}

/********************************************************************************
 * SVG Play Button
 ********************************************************************************/
.play {
  width: 79px;
  height: 79px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  z-index: 1;
  cursor: pointer;
  border-radius: 100%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  transition: top 0.1s ease-in-out, box-shadow 0.2s ease-in-out;

  &-button {
    width: 79px;
    height: 79px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.25);
    padding: 0px;
    position: relative;

    .player-icon {
      fill: #fff;
    }
  }

  &-icon {
    position: absolute;
    width: 20px;
    height: 29px;
    top: 25px;
    left: 32px;
    opacity: 0.75;
    transition: width 0.2s ease-in-out, top 0.2s ease-in-out,
      left 0.2s ease-in-out, opacity 0.2s ease-in-out;

    .player-icon {
      fill: #ffffff;
      transition: fill 0.3s ease-in-out;
    }
  }
}

.video-tile:hover {
  .SVGobject {
    stroke-width: 79px;
  }

  .play {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
    top: 40.25%;
  }

  .play-icon {
    opacity: 1;

    .player-icon {
      fill: #6699cc;
    }
  }
}

.SVGobject {
  stroke-width: 10px;
  stroke: #fff;
  transition: stroke-width 0.2s;
}

@keyframes stroke-width {
  0% {
    stroke-width: 10;
  }
  100% {
    stroke-width: 79;
  }
}


/* trade signup page css end  */

/* how it work css  */

.trademember_how_it_work .badge-group {
  padding: 0px;
  border: 2px solid white;
}

.trademember_how_it_work .badge-white {
  border: 3px solid #0476DA;
}

.trademember_how_it_work .work_title {
  font-size: 60px;
  color: white;
}

.trademember_how_it_work .work_desc {
  color: var(--Base-White, #FFF);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.benefits{
  background: linear-gradient(180deg, #FFF 0%, #F0F3FB 50%);
}

.benefits .card_pers {
  font-size: 46px;
}

.benefits .card_desc {
  color: var(--Gray-600, #475467);
  font-weight: 400;
}

.hero-section-how-it-works {
  background-image: url(./bg/how-it-works.png);
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: bottom;
  background-size: 10%;
}
.hero-section-how-it-works .right-side img{
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
}


.top_arrow_left {
  width: 25%;
  height: 15%;
  position: absolute;
  left: 20%;
  top: -14%;
}
.bottom_arrow_right{
  width: 25%; 
  height: 15%;
  position: absolute;
  right: 20%;
  bottom: -15%;
}
.fs-20px{
  font-size: 20px;
}
.text-gray-300{
  color: var(--Gray-300, var(--colors-gray-light-mode-300, #D0D5DD));
}
.bg-brand-700{
  background: var(--Brand-700, #046AC3);
}
.h48px-w48px{
  height: 48px;
  width: 48px;
  padding: 12px;
}
.bg-brand-900{
  background: var(--Brand-900, #023561);
}

.garantesjob_title{
  font-size: 48px !important;
}
.hero_homeower_page_title{
  font-size: 60px;
}
.hero_homeower_page_details{
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
}
@media (min-width: 768px) and (max-width: 992px) {
  .md-fs-25px{
      font-size: 25px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .lg-fs-35px{
      font-size: 35px !important;
  }
}
@media screen and (max-width: 992px) {
  .homeownerturn_title{
      font-size: 36px !important;
  }
  .homeownerturn_img{
      height: 440px !important;
      right: 0;
  }
}
@media screen and (max-width: 768px) {
  .hero-section .right-side-padding-0 {
    padding-top: 0 !important;
  }
  .flex-d-column{
      flex-direction: column;
  }
  /* .homeownerturn_img{
      position: relative !important;
      margin-bottom: -48px !important;
  } */
  .garantesjob_title{
      font-size: 35px !important;
  }
  
}
@media screen and (max-width: 482px) {
  .garantesjob_title{
      font-size: 30px !important;
  }
  .hero_homeower_page_title{
      font-size: 40px;
  }
  .hero_homeower_page_title{
      font-size: 42px;
  }
}
@media screen and (max-width: 422px) {
  .homeownerturn_img{
      height: 350px !important;
  }
  .garantesjob_title{
      font-size: 26px !important;
  }
  .hero_homeower_page_title{
      font-size: 35px;
  }
}
@media screen and (max-width: 330px) {
  .homeownerturn_img{
      height: 300px !important;
  }
  .garantesjob_title{
      font-size: 20px !important;
  }
  .hero_homeower_page_title{
      font-size: 30px !important;
  }
}
.homeownerturn_title{
  font-size: 48px;
}
.homeownerturn_img{
  height: 500px;
  width: auto;
  position: absolute;
  bottom: 0;
}


/* how it work css end  */

/* trade register  */
.trade-register .disabled {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
  color: #888 !important;
  background-color: #f0f0f0 !important;
  border: 1px solid #ccc !important;
}



.registration-steps {
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 200ms ease;
  flex-grow: 1;
  bottom: 0;
  width: 100%;
  z-index: 2;
  position: relative;
}

.registration-steps .steps-container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  overflow: hidden;
}

.stage-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  position: relative;
  flex-direction: column;
  justify-content: center;
}

.proccess-1 {
  position: relative;
  /* padding: 0px 0px 0px 70px !important;   */
  /* background: #1077FF; */
}

.stage-info h2 {
  font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    color: #344054;
}

.stage-info p {
  margin: 0;
  color: #ffffff;
}

.stage-icon {
  position: relative;
  z-index: 1;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #046AC3;
  height: 32px;
  border-radius: 10px;
}

.stage-icon img {
  width: 16px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(145deg) brightness(103%) contrast(101%);
}

.trade-register .spinner,
.trade-register .active .stage-con {
  display: none;
}

.trade-register .active .spinner {
  display: block;
}

.stage-item.active .stage-icon {
  outline: 4px solid #b4cadd;
}

.stage-item:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #046AC3;
  top: 30%;
  transform: translateY(-50%);
  z-index: -1;
  right: -55%;
}


.registration-steps .steps-container .step:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 350px;
  height: 2px;
  background: #006bf5;
  left: 0;
  z-index: -1;
}

.registration-steps .steps-container .step.in-progress {
  width: 30px;
  height: 30px;
  background: #006bf5;
  border: none;
}

.registration-steps .steps-container .step .preloader,
body .registration-steps .steps-container .step svg {
  display: none;
}

.registration-steps .steps-container .step.in-progress .preloader {
  display: block;
  height: 18px;
  width: 18px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-left-color: transparent;
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.registration-steps .steps-container .step .label {
  position: absolute;
  top: 30px;
  filter: none;
  z-index: 2000;
  color: #344054;
  transition: all 200ms ease;
  font-weight: 700;
}

body .registration-steps .steps-container .step .label.loading {
  color: #006bf5;
  top: 35px;
}

.registration-steps .steps-container .step .icon {
  font-size: 40px;
  position: absolute;
  top: -60px;
  color: #D2D3D8;
  transition: color 200ms ease;
}

.registration-steps .steps-container .step .icon.in-progress {
  color: #006bf5;
}

.registration-steps .steps-container .line {
  transition: all 200ms ease;
  height: 2px;
  flex-grow: 1;
  max-width: 120px;
  padding-bottom: 1px;
  border-bottom: 0;
  background: #0476DA;
}

.steps-1,
.steps-2,
.steps-3,
.steps-4,
.steps-5 {
  border-radius: 10px;
}

.steps-1, .steps-2, .steps-3, .steps-4 {
  padding: 0px 30px;
  /* width: 75%; */
  margin: 30px auto;
  /* border-radius: 12px;
  border: 1px solid var(--Gray-200, #EAECF0);
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.10); */
}

.new-sign-up-heading {
  font-family: Onest;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #101828;
}

.new-sign-up-text {
  font-family: Onest;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #101828;
  margin-bottom: 20px;
  margin-top: 20px;
}

.new-sign-up-text.center-text {
  text-align: center;
}


.back-btn {
  cursor: pointer;
  color: #2b76da;
  text-decoration: none;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.nice-select .list {
  width: 100%;
}

.miles-select .nice-select {
  width: 100%;
  display: flex;
  align-items: center;
  height: 59px;
  border: 1px solid #bdbdbd;
  font-size: 1.2rem;
}

.switch-container {
  display: flex;
  gap: 33px;
  justify-content: center;
  margin: 60px 0px;
}

.plan-switch p {
  font-family: Onest;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
}

.form-switch .form-check-input {
  cursor: pointer;
}

.paymentStage {
  width: 100% !important;
}

.paymentStage .f-account-content-wrapper {
  max-width: unset !important;
}

.paymentStage {}

.plancontainer {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
}

.subscription-plan {}

.badege {
  text-align: center;
  color: #fff;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
}

.save-badge {
  position: absolute;
  top: 0;
  right: 19px;
  padding: 5px 22px;
  border-radius: 0px 0px 5px 5px;
  font-size: 16px;
  border-image: linear-gradient(92deg, rgba(255, 203, 5, 1) 0%, rgba(0, 0, 0, 1) 80%) 1 stretch !important;
  border-top: 0;
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-radius: 14px;
  overflow: hidden;
}

.plan-description {
  font-size: 11px;
  color: #939393;
}

.monthlyPro,
.annualPro {}

.monthlyPro .select-btn,
.monthly .select-btn {
  background: #F0F3FB;
  border-color: #A1B9EA;
  color: #035BA9;
}

.annualPro .select-btn,
.annual .select-btn {
  background: #EDFCF2;
  border-color: #73E2A3;
  color: #73E2A3;
}

.plan-lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.planitem {
  min-height: 400px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.5s ease-in-out 0s;
  cursor: pointer;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  box-shadow: 0px 0px 10px #cfcfcf;
  padding: 10px 25px;
}

.plan_icon {
  margin-bottom: 40px;
}

.monthlyPro .plan_icon,
.monthly .plan_icon {
  background: #E4EAF8;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.annualPro .plan_icon,
.annual .plan_icon {
  background: #DCFAE6;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.plan_icon svg {
  width: 50px;
  height: 50px;
}

.plan-header {
  box-sizing: border-box;
  padding: 50px 0px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.plan-currency,
.plan-price {
  font-family: Onest;
  font-size: 42.25px;
  font-weight: 700;
  line-height: 52.82px;
  letter-spacing: -0.02em;
  text-align: center;
}

.plan-info>p {
  color: rgb(23, 178, 106);
}

.plan-info div span:nth-child(1) {
  padding: 5px 12px;
  background: #ECFDF3;
  border: 1px solid #ABEFC6;
  border-radius: 5px;
  color: #067647;
  text-align: center;
}

.plan-info div span:nth-child(2) {
  padding: 5px 12px;
  background: #F9FAFB;
  border: 1px solid #EAECF0;
  border-radius: 5px;
  color: #475467;
  text-align: center;
}

.plan-item {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.plan-item img {
  width: 20px;
}

.plan-list {
  padding: 35px 20px 35px 20px;
}

form#payment-form {
  background: rgb(247, 249, 255);
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0px 4px 8px -2px #1018281A;
  border: 1px solid #C6D3F1;
}

.p-item {
  padding: 0px 20px
}

.form-header {
  padding-top: 20px;
}

.order-summary {
  border-top: 1px solid #C6D3F1;
  border-bottom: 1px solid #C6D3F1;
  margin: 20px 0px;
  padding-top: 20px;
  padding-bottom: 0px;
}

#payment-form h5 {
  font-family: Onest;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  color: #035BA9;
}

/* #payment_btn {
  border: 1px solid #0476DA;
  padding: 15px 50px;
  background: #0476DA;
  color: #fff;
  border-radius: 8px;
  margin-left: 36px;
  min-width: 240px;
} */

#payment_btn img {
  width: 40px;
}

.planitem.best {
  background: #fff url(img/svg/pricing_bg.svg) no-repeat;
  background-position: 100% 0px;
}



.plan-titles h2 {
  font-family: Onest;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
}

.annualPro .plan-titles h2 {
  color: #17B26A;
}

.monthlyPro .plan-titles h2 {
  color: #035BA9;
}

.plan-select {
  position: relative;
  width: 70%;
  overflow: hidden;
  border-radius: 2px;
}

.select-btn {
  width: 100%;
  border: 2px solid transparent;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 5px;
}

.planitem.selected,
.planitem.active {
  transform: scale(1.06);
  box-shadow: 0 0 20px #33333394;
  transition: all 0.5s ease-in-out;
  border-color: #fff;
}

.selected .Save,
.active .save {
  background: #13CB8F;
}

.country-dropdown .nice-select {
  min-width: 100%;
}

.number-input {
  border: 1px solid #D0D5DD;
  padding: 10px 14px 10px 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: white;
  height: 44px;
  box-shadow: 0px 1px 2px 0px #1018280D;
}

#cardhelp {
  cursor: pointer;
}

.card-container #card-element {
  box-sizing: border-box;
  background: transparent;
  outline: none;
  border: 0;
  width: 250px;
}

.card-container #card-element:focus {
  box-sizing: border-box;
  background: transparent;
}

.card-info {
  display: flex;
  width: 100%;
  gap: 8px
}

.card-info-title {
  font-family: Onest;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #344054;
  margin: 13px 0px 5px 0px;
}


#card-expiry {
  border: 1px solid #D0D5DD;
  padding: 10px 14px 10px 10px;
  border-radius: 8px;
  align-items: center;
  justify-content: space-between;
  background: white;
  height: 44px;
  box-shadow: 0px 1px 2px 0px #1018280D;
}

div#card-cvc {
  border: 1px solid #D0D5DD;
  padding: 10px 14px 10px 10px;
  border-radius: 8px;
  align-items: center;
  justify-content: space-between;
  background: white;
  height: 44px;
  box-shadow: 0px 1px 2px 0px #1018280D;
}

input.InputElement.is-complete.Input {
  color: #344054 !important;
}

.card-info input {
  max-width: 40px;
  border: 0;
  background: transparent;
  outline: none;
}

.card-info .expiry div:focus {
  border-color: #13CB8F;
}

.cvc input {
  border: 1px solid #D0D5DD;
  border-radius: 4px;
  color: #D0D5DD;
  padding: 10px 14px 10px 14px;
  min-width: 100px;
}



.number-input #cardLogo {
  width: 40px;
  height: 30px;
}

.f-margin-bottom-08 {
  text-align: center;
}

.f-margin-bottom-08 {
  text-align: center;
}

.summary-title {
  padding-bottom: 10px;
}
.order-package {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
  color: #475467;
  margin-top: 5px;
  margin-bottom: 8px;
}

.total-cost {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-weight: 500;
  font-size: 16px;
  color: #475467;
  margin-bottom: 8px;
}

.secure-badge {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 32px;
  /* border-radius: 7px; */
  /* color: #101828; */
  flex-direction: column;
  font-size: 14px;
}

.secure-badge img {
  width: 100%;
}

.secure-badge .ssl-secure {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.secure-badge .ssl-secure p {
  margin: 0;
}

.total-billed {
  display: flex;
  justify-content: space-between;
  font-size: 21px;
  border-top: 1px dashed #cfd7df;
  padding-top: 8px;
  font-weight: 700;
  color: #333333;
}
#billedtext{
  font-size: 14px;
}

.IntroMessage {
  position: absolute;
  width: 300px;
  right: 20px;
  top: 40%;
  transition: all 0.5s ease-in-out;
  border: 1px dashed #ddb700;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 30px;
  background: #fbfbff;
}

.IntroMessage span {
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
  color: #544c12;
}

.IntroMessage ul {
  margin: 0;
  padding: 0;
}

.IntroMessage ul li {
  list-style: none;
  color: #ddb700;
}

.help-tooltip {
  position: absolute;
  background-color: #fff;
  color: #333;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid #ddd;
  opacity: 0;
  transition: opacity 0.3s ease;
  width: 200px;
}

#verifiymodal {
  top: 30%;
  border: 0;
  padding-top: 20px;
}

#verifiymodal .modal-content {
  border: 0 !important;
}

#verifiy_phone button {
  cursor: pointer;
}

.btn-primary {
  cursor: pointer;
}

.new-sign-up-text.pb-3 {
  text-align: center;
}

.package-switch {
  display: flex;
}


p#referredby {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}

span#reffred_by {
  color: #035BA9;
}

.stage-item {
  cursor: pointer;
}

@media(max-width:767px) {
  .nav-link-new{
    width: 154px;
  /* height: 74px; */

  }

  .paycontainer .col-md-12 {
    padding-right: 0;
  }

  .steps-1,
  .steps-2,
  .steps-3,
  .steps-4 {
    width: 100%;
    padding: 0px 10px;
  }

  .f-margin-bottom-08 {
    text-align: left;
  }

  .select-annual {
    min-width: 130px !important;
  }

  .registration-steps {}

  .f-account-section {
    flex-direction: column-reverse;
  }

  .f-account-container-r {
    padding-bottom: 20px !important;
  }

  #register_canvas_holder {
    min-height: 960px;
  }

  .plancontainer {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }

  .badege {
    width: 101%;
  }

  .plan-lists {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .planitem {
    margin-bottom: 50px;
  }

  .registration-steps .steps-container .step .icon {
    font-size: 25px;
  }

  .registration-steps .steps-container {
    padding: 0px 0px;
    gap: 0px;
    height: 50px;
  }

  .registration-steps .steps-container .step .icon {
    top: -40px;
  }

  .register-texts .register_description ul {
    gap: 0px 30px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .register-texts .register_description ul li {
    padding: 4px 0px;
  }

  .IntroMessage {
    width: 82%;
    right: 42px;
    top: 48%;
  }

  .card-container #card-element {
    width: 100%;
  }

  .registration-steps .steps-container .step {
    height: 20px;
    width: 25px;
  }

  .step-icon img {
    width: 12px;
    z-index: 10;
    position: relative;
  }


  .registration-steps .steps-container .step.in-progress {
    width: 25px;
    height: 23px;
  }


  .stage-item {
    padding: 0px 25px;
  }

  .proccess-1 {
    padding: 0px 0px 0px 5px !important;
  }

  .stage-info {
    display: none;
  }

  .stage-icon {
    width: 25px;
    height: 25px;
  }

  .stage-icon img {
    width: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
  }



  .stage-item:not(:last-child)::after {
    top: 50%;
  }
}

.sign-up-quiz-wrapper-inner .check-box-div {
  background: #f0f3fb;
  padding: 12px;
  border-radius: 5px;
  cursor: pointer;
}
/* trade register  */

.stars-lg img {
  height: 30px;
  width: 30px;
  padding: 4px;
}
.stars-md img {
  height: 24px;
  width: 24px;
  padding: 3px;
}
.stars-sm img {
  height: 18px;
  width: 18px;
  padding: 2px;
}
.stars img.active {
  background: #D5F2E3;
  border-radius: 50px;
}


/* For both WebKit-based browsers and Firefox */
.scrollable-div {
  overflow-y: auto; /* Ensure vertical scrollbar */
  max-height: 180px; 
  -webkit-overflow-scrolling: touch; /* Enable smooth scrolling on Safari */
}

/* For WebKit browsers like Safari and older versions of Chrome */
::-webkit-scrollbar {
  width: 6px; /* or any other dimension you prefer */
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1; /* Optional: scrollbar track color */
}

::-webkit-scrollbar-thumb {
  background-color: darkgrey; /* Optional: scrollbar handle color */
  border-radius: 10px; /* Optional: round corners for the scrollbar handle */
}

/* remove this css later if need  */
.accordion-item img{
  display: none;
}

.builder-img {
  transition: opacity 1s ease-in-out; /* Transition effect for opacity */
}

.guarantee-bg {
  /* background-image: url(./bg/guarantee-bg.png); */
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.guarantee-img {
  width: 220px;
  padding: 12px 12px 0px 12px;
}
.success-modal-step-no{
  background: #2b76da;
  height: 32px;
  width: 32px;
  display: flex;
  border-radius: 50px;
  color: white;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
}
span.bar {
  height: 26px;
  width: 2px;
  top: 37px;
  left: 16px;
}
.responsive-pt-100{
  padding-top: 100px;
}
.reply-item {
  margin-left: 20px;
  background: #e7ebf7;
  padding: 10px;
  border-radius: 10px;
}

.posted-job-details-header-section {
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #184b8a 50%, #e4eaf8 50%);
}

/* Add your custom styles for select2 here */
.select2-container--default .select2-selection--single {
  background-color: #fff !important;
  border: 1px solid #aaa !important;
  border-radius: 8px 8px 8px 8px !important;
  height: 38px !important;
  width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444 !important;
  line-height: 33px !important;
}
span.select2.select2-container.select2-container--default {
  width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px !important;
  position: absolute;
  top: 1px;
  right: 6px !important;
  width: 20px;
}

.select2-container .select2-selection--single .select2-selection__rendered{
  padding-left: 12px !important;
}



/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  visibility: hidden;
    min-width: 250px;
    background-color: #fff;
    color: #212121;
    text-align: center;
    border-radius: 15px;
    padding: 10px 10px;
    position: fixed;
    z-index: 1;
    left: 20px;
    bottom: 30px;
    box-shadow: 0px 2px 8px #d7d7d7;
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

button.social-share-icon {
  height: 50px;
  width: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.share_feedback_body {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  margin: 25px 0px;
}

#feedback-card {
  background-color: #023561;
  color: #fff;
  padding: 30px 20px;
  width: 450px;
  text-align: center;
  /* border-radius: 10px; */
}


#feedback-card .stars {
  color: #01e078;
  font-size: 20px;
  display: flex;
  gap: 6px;
  justify-content: center;
  margin-top: 10px;
}

#feedback-card p {
  font-size: 18px;
  margin: 20px 0;
}

#feedback-card .client {
  margin-top: 20px;
  font-weight: bold;
}

#feedback-card .logo {
  font-size: 1.2em;
  margin-top: 10px;
  color: #4CAF50;
}
.ad_item {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 20px;
}
.ad_item a{
  position: relative;
}
.ad_item a {
  position: relative;
}
.ad_item img {
  height: 100%;
}
.ad_item a span.ad_sponsership_text {
  position: absolute;
  top: 0;
  right: 0;
  background: white;
  padding: 0px 5px;
  font-size: 12px;
  color: #000000;
  opacity: 0.8;
}

#navbarNav .dropdown-item {
  margin-bottom: 5px;
  color: #282828;
  border-radius: 0px;
  padding: 13px 25px;
    
}
#navbarNav .dropdown-menu.show {
  min-width: 250px;
}
.homeownerDropdown .dropdown-menu.show {
  left: 0;
}
.alert-dot {
  position: absolute;
  top: -7px;
  right: 0;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #fdb022;
  transform: translate(100%, 0);
}

.notifications-container {
  position: absolute;
  top: 45px;
  right: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 400px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: none;
}

.notifications-header {
  padding: 14px;
  border-bottom: 1px solid #ddd;
}


.notifications-list {
  max-height: 400px;
  overflow-y: auto;
  /* padding: 10px; */
}

.notification-item {
  display: flex;
  gap: 10px;
  padding: 10px;
  border-bottom: 1px solid #d2d2d2;
  color: #101828;
  cursor: pointer;
}
.notification-item:hover , .notification-item.unread{
  background-color:#f0f3fb;
}

.notification-icon img{
  background-color: #e3e6f0;
  min-height: 50px;
  min-width: 50px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  object-fit: cover;
}

.notification-text {
  flex-grow: 1;
}

.notification-text p {
  margin: 0;
  font-size: 14px;
}

.notification-text span {
  font-size: 12px;
  color: gray;
}

.notification-text a {
  color: #007bff;
  text-decoration: none;
}

.notification-text a:hover {
  text-decoration: underline;
}

/* langCurrencyChangeModal css  */
#langCurrencyChangeModal .nav.nav-tabs li .nav-link {
  margin-bottom: 0;
  background: none;
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #101828;
}
#langCurrencyChangeModal .nav.nav-tabs li .nav-link.active, 
#langCurrencyChangeModal .nav.nav-tabs li .nav-link:hover {
  color: #0476DA;
  font-weight: 700;
  border-bottom: 2px solid #0476DA;
}
#langCurrencyChangeModal .tab-content ul{
  list-style: none;
  margin: 0;
  padding: 15px;
}
#langCurrencyChangeModal .tab-content ul li{
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#langCurrencyChangeModal .tab-content ul li a{
  color: #101828;
  font-size: 16px;
  font-weight: 600;
}
#langCurrencyChangeModal .tab-content ul li a:hover{
  color: #0476DA;
}
#langCurrencyChangeModal .tab-content ul li a.active{
  color: #0476DA;
  font-weight: 700;
}

.show-password-icon {
  right: 10px; 
  top: 13px; 
  cursor: pointer;
}
.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
  width: 100%;
}

.iti__search-input {
  padding: 4px 10px !important;
}

/* ################### START CARD IMAGE DESIGN CSS  ################# */
.cta-section .bg-primary {
  background-image: url('../img/backgrounds/cta-bg-circle-line.png');
  background-position-x: right;
  background-size: auto;
  background-position-y: bottom;
}
.card-image-container {
  max-width: 350px;
  min-height: 200px;
}
.card-image-container .card{
  outline: 2px solid #EAECF0;
  outline-offset: -2px;
  color: #012545;
}

.badge-outline-success {
  border: 1px solid #ABEFC6;
  color: #067647;
  font-weight: 700;
  padding: 5px 10px;
  background: #ECFDF3;
  border-radius: 50px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.card-image-container i.fa-circle{
  font-size: 6px;
}

.small-card-with-plumber-bg {
  position: relative;
}
.small-card-with-plumber-bg .card {
  position: absolute;
  z-index: 9;
  bottom: 17%;
  left: 0;
  scale: 0.8;
}
.card-image-container.small-card-with-plumber-bg {
  max-width: 100% !important;
}

/* mobile css  */

@media (max-width: 768px) {
  .card-image-container .card{
    display: none;
  }
  .card-image-container.small-card-with-plumber-bg .card{
    display: block;
  }
}
/* ################### END CARD IMAGE DESIGN CSS  ################# */

.tradeperson_hero-bg .a_bottom_hero_img{
  width: 40%;
  height:auto;
  height: --webkit-fit-content;
  object-fit: contain;
}


/* SEO CITY PAGE CSS */
.bar {
  background: #0375d8;
  height: 3px;
  width: 30%;
  margin: 20px 0px;
}

.review-container {
  background-color: #F0F3FB !important;
  padding: 20px;
  border-radius: 7px;
  margin-bottom: 20px;
  text-align: center;
}

.review-title {
  font-size: 1.25rem;
  font-weight: bold;
}

.review-author {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 10px;
}

.review-text {
  margin-top: 10px;
  text-align: center;
}

.review-image img {
  max-width: 100%;
  height: auto;
}

.city_image {
  height: 320px;
  object-fit: cover;
  border-radius: 10px;
}

.service_image {
  height: 280px;
  object-fit: cover;
  border-radius: 10px;
}

.service_blog_image {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}
/* SEO CITY PAGE CSS */

/* Menu Link Hover */
a:hover h6{
  color: #0476DA !important;
}
.header-country-flag{
  width: 25px !important;
}

/* App | play store img */
.app-play-img{
  height: 50px !important;
}
.app-play-img-40px{
  height: 40px !important;
}


/* Ensure the entire container (including dial code) is 100% width */
div.iti.iti--show-flags.iti--inline-dropdown {
  width: 100%;
}


.cost-hero-section{
  display: flex;
  align-items: center;
}
.cost-details-hero-section{
  min-height: 470px;
  display: flex;
  align-items: center;
}
.btn-share {
  padding: 0px;
}
.btn-share:hover {
  color: #2b76da;
}
/* cropper css start  */
#imageCropperModal .modal-header {
  background-image: url("<?= asset('css') ?>/bg/pattern-decorative.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 20px 0px 20px;
}

/* Custom Modal Width */
#imageCropperModal .modal-dialog {
  max-width: 400px;
  /* Set custom width */
  width: 90%;
  /* Make it responsive */
  margin: auto;
  /* Center the modal */
}

/* Responsive Design */
@media (max-width: 768px) {
  #imageCropperModal .modal-dialog {
      max-width: 90%;
  }
}

/* Cropper Container */
.crop-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}

/* Circular Overlay Effect */
.cropper-crop-box,
.cropper-view-box {
  border-radius: 50%;
}

.cropper-view-box {
  outline: 2px solid rgba(255, 255, 255, 0.7);
}
/* cropper css end */

.a_public_pro_sec_title {
  position: relative;
  display: inline; 
  line-height: 1.2;
}

.a_public_pro_sec_title::after {
  content: "";
  background: url('../img/icons/Green-bg-right.svg') no-repeat center center;
  width: 24px;  /* adjust to the image width */
  height: 24px; /* adjust to the image height */
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: -27px;
  bottom: 4px; /* adjust if you want it aligned with the last line */
}