.landing .landing_wrapper {
	background-color: #e9e7e0;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, .1);
	border-radius: 8px;
	flex-wrap: nowrap;
	align-items: stretch;

}
header{
	background: #e9e7e0!important;
 }
header h1 {
  font-size: 3.25rem;
  font-weight: 500;
  color: var(--white);
  max-width: 991px;
  margin: 0 auto;
}

.header-title.header-title {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
  background-image: linear-gradient(135deg, var(--dark), var(--blue));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 40px;
  letter-spacing: 0.35px;
}

.header-subtitle {
  font-size: 22px;
  font-weight: 400;
  color: var(--grey-d-1);
  margin-bottom: 8px;
}
.landing
{
  padding-top: 50px;
}
.landing .landing-box
{
  flex-basis: unset;
  flex-grow: unset;
  flex-shrink: 0;
  padding: 20px 10px 30px 40px;
  margin-bottom: 0;
  position: relative;
  /* z-index: 1; */

}
.landing .indicator {
  scrollbar-width: none;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
}
.landing .indicator > * {
	color: var(--grey-d-1);
	font-weight: 400;
}

.landing .indicator {
  display: flex;
  overflow-x: auto;
  position: relative;
  margin-left: -16px;
  margin-right: -16px;
  justify-content: space-between;
}

.landing  .indicator > .active {
    text-decoration: underline;
    color: var(--orange);
    text-underline-offset: 4px;
    font-weight: 600;
}

.landing > :first-child {
    padding-left: 0;
}

.landing .indicator > .active, .landing .indicator > * {
    padding: 0 8px;
    border-bottom: none;
    font-size: 13px;
    text-align: center;
}

.landing .indicator > * > span {
  display: block;
  text-align: center;
}

.landing  form btn {
	font-size: 16px!important;
}

.landing-capital{
  width: 100%;
  background-image: url(../images/captial.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 0 8px 8px 0;
  position: relative;
  min-height: 500px;
}

.landing-capitalt::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200px;
  height: 100%;
  transform: skewX(-15deg);
  background-color: var(--white);
  right: calc(100% - 80px);
}

@media (min-width:992px) {
	.landing-capital{
		margin-left: 90px;
	}
}
.landing-box label{
	display: block!important;
	font-size: 14px;
	color: var(--grey-d-1);
}
.landing-box select{
	color: #6c757d!important;
	font-size: 13px;
}
.sell-business-section {
  background-color: var(--white-d-1);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTQ1IiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgNTQ1IDEyIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMjc4LjUgOC44Mjk3MUMyNTguNTQxIDcuNDAxMTIgMTMwLjUgLTIuNjcwMjkgMCA0LjgyOTcxVjAuNTIyODI3SDU0NC41VjQuMzI5NzFDNDU5IDE2LjgyOTcgMjk3LjUgMTAuMTg5NyAyNzguNSA4LjgyOTcxWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==),
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTQ1IiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgNTQ1IDEyIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMjY2IDMuNUMyODUuOTU5IDQuOTI4NTkgNDE0IDE1IDU0NC41IDcuNVYxMS44MDY5SDBWOEM4NS41IC00LjUgMjQ3IDIuMTQwMDYgMjY2IDMuNVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  background-size: 100%, 100%;
  padding: 82px 0;
  background-repeat: no-repeat, no-repeat;
  background-position: top -4px center, bottom -4px center;
}
.sell-business-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 48px;
}
.sell-business-image {
  max-width: 360px;
  height: 360px;
  width: 100%;
  border-radius: 6px;
  object-fit: cover;
  object-position: right center;
}
.sell-business-image-content {
  position: absolute;
  z-index: 10;
  border-radius: 24px 4px 24px 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background-color: var(--white);
  padding: 16px 16px 8px;
  width: 60%;
}
.sell-business-image-content.top {
  right: 0;
  top: -32px;
}
.sell-business-image-content.bottom {
  left: -32px;
  bottom: -32px;
}
.sell-business-image-content h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 4px;
}
.sell-business-image-content ul
{
	margin-left: 0!important;
	padding-left: 0!important;
}
.sell-business-image-content li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.sell-business-image-content i {
	padding-right: 10px;
}

.sell-business-image-content.bottom ul li {
  list-style-type: disc !important;
}

.location-item {
  color: #0c642c;
}

/* BREAKPOINTS */
@media screen and (max-width: 1199px) {
  .sell-business-image-content {
    width: 90%;
  }
}

@media screen and (max-width: 991px) {
  #popular-sector .popular-sector__image-list-split {
    grid-template-columns: repeat(2, 1fr);
  }
}

 @media screen and (max-width: 767px) {
  header {
    background-size: auto 100%;
  }

  header .form-wrapper form {
    gap: 0.5rem;
  }

  header .header__text {
    text-align: center;
    padding-left: 0;
  }

  header .indicator > * {
    font-size: 13px;
  }

  #featured-business .featured-business__item {
    min-width: calc((90% - 1.25rem) / 2);
  }

  #franchise .franchise__slider-item {
    flex-direction: column;
  }

  #franchise-section .franchise__slider-lists {
    gap: 50px;
  }

  #franchise-section .franchise__slider-items {
    flex-direction: column;
    gap: 0;
    border: 1px solid var(--grey);
  }

  #franchise-section .franchise__slider-items-image {
    width: 230px;
    border: 0;
  }

  #franchise-section .franchise__slider-items-content {
    border: 0;
  }

  .link svg {
    display: none;
  }

  .sell-business-wrapper {
    grid-template-columns: 1fr;
  }
  .sell-business-image {
    max-width: 100%;
  }
  .sell-business-image-content {
    width: 100%;
    position: relative;
    border-radius: 4px;
  }
  .sell-business-image-content.bottom {
    bottom: unset;
    left: 0;
  }
  .sell-business-image-content.top {
    border-radius: 24px 24px 4px 4px;
  }
  .sell-business-image-content.top,
  .sell-business-image-content.bottom {
    top: 0;
  }
  .sell-business-image-content.top {
    margin-top: -160px;
  }
}

.landing-cta {
	background: url(../../_img/homepage/sale_marketplace_bg.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 3.5rem 0;
	margin-top: 60px;
	background-color: var(--dark);
}
.landing-cta  h2.title {
	color: var(--white);
	margin-bottom: 10px;
}

.landing-cta .landing-cta-item {
	flex: 1 1 280px;
	display: flex;
	align-items: center;
	margin: 0 1.25rem 2rem 0;
}

.landing-cta .landing-cta-item .icon {
	min-width: 3rem;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--white);
	margin-right: 0.75rem;
}

.landing-cta .landing-cta-item h3 {
	font-size: 1.25rem;
	font-weight: 600;
	color: var(--white);
}
.landing-cta .landing-cta-item p {
	font-size: 0.875rem;
	font-weight: 500;
	color: var(--white);
}

.get-started{
	background: #263238;
	font-size: 0.9rem;
	color: #fff;
}

.get-started i{
	margin-left: 0.7rem;
}

.shape-rt {
  position: relative;
  z-index: 1;
  padding-top: 50px;
	min-height: 600px;
  padding-bottom: 150px;
  padding-left: 0px;
}

.shape-rt::before {
  position: absolute;
  content: "";
  right: -490px;
  top: 0;
  width: 1050px;
  height: 100%;
  background-image: url(../images/sell-your-business.jpg);
  z-index: -1;
  border-radius: 20px 0 0 20px;
}

.shape-rt::after {
  position: absolute;
  content: "";
  left: -10px;
  bottom: -1px;
  width: 1050px;
  height: 155px;
  background-image: url(../images/white-shape.png);
  z-index: -1;
}
.pricing
{
	position: relative;
	z-index: 99;
	margin-top: -50px;
}

.pricing .box {
  padding: 40px 20px;
  background: #fff;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  border: 2px solid #f9f9f9;
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
	transition: 0.3s;
}
.pricing .box  h2{
	font-size: 23px;
}

.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  margin-top: 15px;
  font-size: 28px;
  font-weight: 600;
  color: var(--orange);
}

.pricing .box .price h4 {
  font-size: 50px;
  color: #df2127;
  font-weight: 500;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #ec5548;
  font-size: 16px;
  font-weight: 300;
}
.pricing .box p.underline{
	line-height: 1.7rem;
	display: inline-block;
	padding-bottom: 8px;
	border-bottom: 2px dotted #225fac;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #222222;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul i {
  color: #df2127;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .box .btn-wrap {
  padding: 15px 0;
  text-align: center;
}
.price-icon
{
	display: flex;
}

.price-icon i {
	font-size: 44px;
	line-height: 44px;
	color: #044976;
	margin-right: 15px;
}
@media (min-width: 1024px) {
	.pricing-inner
	{
		margin-left: 24px;
	}
}

.price-icon h3{
	font-size: 24px;
}

.pricing .recommended {
  border-color: #df2127;
}

.pricing .recommended .btn-buy:hover {
  background: #2383c4;
  border-color: #2383c4;
}

.pricing .featured {
  border: 1px solid #044976;
}

.pricing .featured  .btn{
	font-size: 18px;
}

.scn-how .how-box h3
{
	font-size: 24px;
}

.nbr-box span {
	color: #fff;
	border-radius: 50px;
	width: 56px;
	height: 56px;
	font-size: 24px;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #044976;
}

.bg-gray{
	background-color: #f7f8f9;
}

.summary
{
	margin-bottom: 24px;
}
.list-item{
	display: block;
	width: 100%;
	margin-bottom: 24px;
}

.list-card{
	width: 100%;
	flex-direction: row;
	position: relative;
	display: flex;
	box-shadow: 0 0 0 1px #ededed inset;
}
.list-card-img{
	flex-shrink: 0;
	padding-right: 24px;
	width: 35%;
}
.list-img-body {
	display: block;
	position: relative;
	width: 100%;
}

.list-img{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	/* object-position: center; */
	/* object-fit: cover; */
	-o-object-fit: scale-down;
	object-fit: scale-down;
}

.list-card-info {
	padding: 10px 10px 10px 0;
	flex-grow:  1;
	align-items: flex-start;
	flex: 1 1 0px;
	display: flex;
	flex-direction: column;
}
.list-card-info h2
{
	font-size: inherit;
	padding: 0!important;
	margin: 0!important;
}
.list-card-info h2 a{
	font-size: 1.45rem;
	font-weight: 600;
	color: #263238;
}


.list-card-info .list-text p{
	font-weight: normal!important;
	line-height: 1.4;
	font-size: 15px;
}

.view-ad-address{
	color: #00be65;
	font-size: 15px;
	align-items:center;
	display: flex;
}

.view-ad-address i
{
	color: #888;
	font-size: 24px;
	margin-right: 10px;
}

.view-ad-fotos{
	padding: 20px 0;
}
.view-ad-content h3
{
	font-size: 20px;
}
/*
.view-ad-content p
{
	font-size: 1px;
	font-weight: normal;
} */

.filters
{
	margin-bottom: 24px;
}

.filters form .btn
{
	font-size: 16px;
	margin-bottom: 10px;
}


@media screen and (max-width: 575px) {
  header h1 {
    font-size: 40px;
    text-align: left;
    line-height: 1.2;
  }

  header .header__text {
    text-align: left;
  }

  header .header__text,
  header .form {
    flex: unset;
  }

  header .form-group.mobile-active {
    position: fixed;
    z-index: 600;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--white);
    padding: 16px;
  }

  header .form-group.mobile-active .form-control-autocomplete-lg:focus {
    box-shadow: none;
  }

  header .form-group input {
    transition: none;
  }

  header .form-group.mobile-active input {
    border-radius: 0;
    border: none;
    padding: 8px 40px;
    background: transparent;
  }
  header .form-group.mobile-active .form-search-sector input {
    padding: 0;
  }
  header .form-group.mobile-active .form-search-sector {
    border: none;
    padding: 4px 40px;
    border-bottom: 1px solid var(--deepgray);
    border-radius: 0;
  }

  header .form-group.mobile-active input:focus {
    box-shadow: none;
  }

  header .form-group.mobile-active .clear-input,
  header .form-group.mobile-active .icon {
    display: none;
  }

  header .form-group.mobile-active .form__autocomplete {
    border-top: 1px solid var(--grey);
    max-height: calc(100vh - 64px);
    box-shadow: none;
  }

  header .form-group .form__autocomplete {
    border-radius: 0;
    border: none;
  }

  header .form-group.mobile-active label {
    display: none;
  }

  header .form-group.mobile-active .close-btn,
  header .form-group.mobile-active .back-btn {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.125rem;
  }

  header .form-group.mobile-active .back-btn {
    fill: var(--blue);
    left: 0;
  }

  header .form-group.mobile-active .close-btn {
    right: 0;
  }

  #search-recommend .search-wrapper {
    max-height: 168px;
    overflow: hidden;
  }

  #search-recommend .search-wrapper.show {
    max-height: unset;
  }

  #search-recommend .expand {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: -4rem;
    background: -webkit-linear-gradient(
      to top,
      var(--white-d-1) 40%,
      transparent
    );
    background: -moz-linear-gradient(to top, var(--white-d-1) 40%, transparent);
    background: linear-gradient(to top, var(--white-d-1) 40%, transparent);
    position: relative;
    padding-top: 5rem;
  }

  #search-recommend .expand::before {
    content: "";
    position: absolute;
    bottom: 20px;
    height: 1px;
    left: 0;
    right: 0;
    background-color: var(--deepgray);
  }

  #search-recommend .expand span {
    display: flex;
    align-items: center;
    grid-gap: 0.5rem;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--dark);
    padding: 8px 20px;
    border-radius: 2rem;
    border: 1px solid var(--deepgray);
    background: var(--white);
    white-space: nowrap;
    position: relative;
    z-index: 1;
  }

  #search-recommend .expand svg {
    fill: var(--dark);
  }

  #featured-brokers .featured-brokers__wrapper {
    position: relative;
  }

  #featured-brokers .featured-brokers__item {
    display: none;
  }

  #featured-brokers .featured-brokers__item.active {
    display: flex;
  }

  #featured-brokers .featured-brokers__indicator {
    display: flex;
  }

  #franchise .franchise__slider-wrapper {
    padding: 1.5rem;
  }

  #franchise .franchise__slider-item-img {
    width: 100%;
  }

  #franchise .franchise__title {
    justify-content: space-between;
  }

  #franchise .franchise__slider-wrapper .arrow {
    display: none;
  }

  #franchise .franchise__title .control {
    display: flex;
  }

  #popular-sector .popular-sector__indicator span {
    padding: 0.5rem;
  }

  #popular-sector .popular-sector__image {
    aspect-ratio: 1 / 1;
  }

  #popular-sector
    .popular-sector__image-list:first-child
    .popular-sector__image:nth-child(1),
  #popular-sector
    .popular-sector__image-list:first-child
    .popular-sector__image:nth-child(4) {
    grid-area: unset;
    aspect-ratio: 1 / 1;
  }

  #popular-sector .popular-sector__image-list {
    grid-template-columns: 1fr;
  }

  #popular-sector .popular-sector__image-list:first-child {
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
  }

  #sale-marketplace-illustration .sale-marketplace-illustration__list {
    grid-template-columns: 1fr;
  }

  h2.title {
    font-size: 1.5rem;
  }

  /* split code */
	#popular-sector .popular-sector__image-split {
    min-width: 0;
  }

  .popular-image-container .popular_sector_controllers.active {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    pointer-events: none;
  }

  #popular-sector .popular-sector__image-list-split {
    grid-template-columns: 1fr;
    padding: 0 16px;
  }

  #popular-sector .popular-sector-image-wrapper-split {
    scroll-padding: 16px;
    grid-template-columns: unset;
    grid-auto-flow: column;
    grid-auto-columns: 300px;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
  }

  #popular-sector .popular-sector-image-wrapper-split > * {
    scroll-snap-align: start;
  }

  #popular-sector .popular-sector-image-wrapper-split::-webkit-scrollbar {
    display: none;
  }

  .popular-sector-image-container {
    position: relative;
  }

  .featured-franchise-container,
  .franchise-local-area-container,
  .top-franchise-container,
  .franchise-container {
    grid-template-columns: unset;
    grid-auto-flow: column;
    grid-auto-columns: 232px;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    margin-left: -16px;
    margin-right: -16px;
    padding: 0 16px;
    scroll-padding: 16px;
  }
}

.lazy-container {
  position: relative;
  overflow: hidden;
  display: table;
  table-layout: fixed;
  width: 100%;
  background-color: var(--color-light);
  z-index: 1;
}

.ratio.ratio-1-3::before {
  padding-bottom: 126.14%;
}

#ads-address
{
	margin-bottom: 18px;
}

.form-control {
  padding: .65rem .51rem;
	font-size: 14px!important;
}
