@import url(https://db.onlinewebfonts.com/c/0ab46e1b2f236c9fad58c1e34cdecdf1?family=Roobert+TRIAL);
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "Roobert TRIAL", sans-serif;
}
html {
    scroll-behavior: smooth;
}
p:not(:last-child) {
    margin-bottom: 15px;
}
a {
	transition: all 0.2s linear;
}
img {
	height: auto;
}
body.overflow_hidden {
    overflow: hidden;
}
.global_container {
	width: 100%;
	max-width: 1680px;
	padding-inline: 40px;
	margin-inline: auto;
}
.section_spacing {
    padding-block: 80px;
}
.header__content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}
.header__logo img {
    width: 151px;
    height: auto;
}
.button a.button__link {
    font-size: 18px;
    line-height: 1;
    color: #000;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #000;
    border-radius: 34px;
    padding: 20px 44px;
	display: inline-block;
}

.button a.button__link:hover {
    background-color: #000;
    color: #fff;
}
footer.footer {
    padding-block: 30px;
    border-top: 1px solid #00000033;
}
.footer__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 25px;
}
.footer__logo img {
    width: 200px;
    height: auto;
}
.footer__email {
    text-align: center;
}
.footer__email a.footer__email-link {
    font-size: 20px;
    line-height: 1.5;
    color: #000;
    font-weight: 500;
}
.footer__email a.footer__email-link:hover {
    color: #EF6E44;
}
.footer__button {
    text-align: right;
}
.features__content {
    max-width: 1330px;
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.features__image img {
    width: 64px;
    margin-bottom: 35px;
}
.features__title {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
}
.problem-section {
    border-block: 1px solid #00000033;
    background-color: #EE6F460A;
}
.problem-section__content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.problem-section__content .problem-section__col--image {
    width: 50%;
    padding-right: 90px;
}
.problem-section__content .problem-section__col--content {
    width: 50%;
    padding-left: 30px;
}
.problem-section__button {
    margin-top: 40px;
}
.sec_badge {
    font-size: 16px;
    line-height: 1.87;
    color: #fff;
    padding: 2px 12px;
    border-radius: 4px;
    background-color: #E60000;
    width: fit-content;
}
.sec_title {
    font-size: 42px;
    line-height: 1.4;
    font-weight: 600;
    margin: 12px 0;
    /* font-family: "Roobert TRIAL", sans-serif; */
    font-family: 'Arboria-Book', poppins;
}
.sec_desc {
    font-size: 16px;
    line-height: 1.87;
    color: #303030;
}
.sec_desc:not(:last-child) {
    margin-bottom: 8px;
}
ul.list_items {
    padding: 0;
    margin: 12px 0;
    list-style: none;
}
ul.list_items .list_item {
    font-size: 16px;
    line-height: 1.87;
    color: #303030;
    padding-left: 22px;
    position: relative;
}
.list_item svg {
    position: absolute;
    left: 0;
    top: 9px;
}
.sec_badge.hostaway-solution__badge {
    background-color: #40B340;
}
.hostaway-solution__content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.hostaway-solution__content .hostaway-solution__col--content {
    width: 50%;
    padding-right: 30px;
}
.hostaway-solution__content .hostaway-solution__col--image {
    width: 50%;
    padding-left: 90px;
	    text-align: right;
}
.hostaway-solution__button {
    margin-top: 40px;
}
.list_items_title {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
}
section.core-features {
    background-color: #F7F7F8;
    border-block: 1px solid #00000033;
}
.sec_badge.core-features__badge {
    background-color: #EE6F46;
}
.core-features__container > .core-features__image {
    margin-block: 40px;
}
.core-features__image img {
    width: 100%;
}
.core-features__grid {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(3, 1fr);
}
.core-features__item-title {
    font-size: 24px;
    line-height: 1.25;
    color: #000;
    font-weight: 600;
    margin-block: 20px 10px;
}
.core-features__item-description {
    line-height: 1.5;
}
ul.core-features__item-list {
    margin: 0;
}
section.pro-features {
    background-color: #F9F5EE;
}
.sec_badge.pro-features__badge {
    background-color: #EE6F46;
}
.pro-features__grid {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}
.pro-features__image img {
    width: 100%;
}
.pro-features__item-title {
    font-size: 24px;
    line-height: 1.25;
    margin-block: 20px 10px;
    font-weight: 600;
}
.pro-features__item-description {
    line-height: 1.5;
}
.hostaway-connector__content-main {
    display: flex;
    flex-wrap: wrap;
}
.hostaway-connector__col {
    width: 66%;
}
.hostaway-connector__col.hostaway-connector__col--info {
    width: 34%;
    padding-left: 60px;
}
.hostaway-connector__slider-main .swiper-slide img {
    width: 100%;
}
.hostaway-connector__slider-thumbs {
    margin-top: 15px;
}
.hostaway-connector__slider-thumbs-main {
    position: relative;
    padding-inline: 25px;
}
.hostaway-connector__slider-thumbs-main .thumb-arrow {
    width: fit-content;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    display: inline-flex;
}
.hostaway-connector__slider-thumbs-main .thumb-arrow.thumb-prev {
    left: 0;
}
.hostaway-connector__slider-thumbs-main .thumb-arrow.thumb-next {
    right: 0;
}
.hostaway-connector__slider-thumbs-main .thumb-arrow[tabindex="-1"] {
    opacity: 0.5;
    cursor: auto;
}
.hostaway-connector__slider-thumbs .swiper-slide img {
    width: 100%;
	cursor: pointer;
}
.hostaway-connector__slider-thumbs .swiper-slide-thumb-active img {
    opacity: 0.7;
}
.hostaway-connector__slider-thumbs .swiper-slide-thumb-active img {
    cursor: auto;
}
.hostaway-connector__content {
    margin-top: 40px;
}
.hostaway-connector__title {
    font-size: 52px;
    line-height: 1.1;
    font-weight: 700;
    position: relative;
    padding-left: 19px;
    font-family: "Roobert TRIAL", sans-serif;
}
.hostaway-connector__title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background-color: #FD731A;
}
.hostaway-connector__subtitle {
    margin-block: 60px 20px;
}
.hostaway-connector__description {
    font-size: 20px;
    line-height: 1.5;
    margin-block: 12px;
	color: #303030;
}
.hostaway-connector__content .hostaway-connector__list li.list_item {
    font-size: 20px;
}
.hostaway-connector__list .list_item svg {
    top: 50%;
    transform: translateY(-50%);
}
.hostaway-connector__image-box {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.hostaway-connector__image-box-content {
    width: calc(100% - 96px);
}
.hostaway-connector__image-box-title {
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
}
.hostaway-connector__image-box-text {
    margin-top: 8px;
    font-size: 18px;
    line-height: 1.4;
    color: #303030;
}
.hostaway-connector__col--info .hostaway-connector__list .list_item svg {
    transform: none;
    top: 9px;
}
/*
.hostaway-connector__pricing {
    margin-top: 24px;
}
.hostaway-connector__price {
    font-size: 32px;
    line-height: 1;
    font-weight: 600;
    color: #000;
}
.hostaway-connector__price-note {
    font-size: 24px;
    font-weight: 500;
}
.hostaway-connector__regular-price {
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hostaway-connector__regular-price-content {
    color: #303030;
    font-size: 24px;
    line-height: 1;
}
.hostaway-connector__regular-price-note {
    margin-left: 10px;
    font-size: 20px;
    color: #EF6E44;
}
.hostaway-connector__badge {
    font-size: 12px;
    line-height: 2;
    color: #FF0000;
    padding-inline: 10px;
    background-color: #FF00001A;
    border-radius: 3px;
}
*/
ul.hostaway-connector__list-sidebar {
    margin-top: 12px;
}
.hostaway-connector__list-sidebar .list_item {
    border-radius: 4px;
    padding: 8px;
    background-color: #F5F5F5;
}
ul.hostaway-connector__list-sidebar {
    background-color: #F5F5F5;
	border-radius: 4px;
}
ul.hostaway-connector__list-sidebar .list_item {
    padding: 8px 8px 8px 27px;
    font-size: 14px;
    line-height: 1.4;
	width: fit-content;
    margin-inline: auto;
}
.hostaway-connector__list-sidebar .list_item svg {
    left: 8px;
    top: 14px;
}
.hostaway-connector__buttons {
    margin-top: 30px;
}
a.button__link.hostaway-connector__btn {
    width: 100%;
    text-align: center;
}
a.button__link.hostaway-connector__btn--pro {
    background-color: #000;
    color: #fff;
}
a.button__link.hostaway-connector__btn--pro:hover {
    background-color: #EF6E44;
    border-color: #EF6E44;
}
.hostaway-connector__buttons .button:not(:first-child) {
    margin-top: 12px;
}
.hostaway-connector__icon-list {
    margin-top: 16px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
}
.hostaway-connector__icon-list li {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    line-height: 1;
    color: #000;
}
.hostaway-connector__icon-list li img {
    width: 14px;
}
.hostaway-connector__stats-grid {
    margin-top: 25px;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, 1fr);
}
.hostaway-connector__stats-item {
    text-align: center;
    border: 1px solid #00000066;
    border-radius: 8px;
    padding: 13px;
	position: relative;
}
.hostaway-connector__stats-title {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    color: #000;
}
.hostaway-connector__stats-value {
    margin-top: 4px;
    font-size: 16px;
    line-height: 1.25;
    color: #666666;
}
.hostaway-connector__stats-value img {
    width: 13px;
}
a.stat_box_link {
    position: absolute;
    inset: 0;
    border-radius: 8px;
}
.hostaway-connector__small-title {
    margin-top: 32px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    color: #000;
}
ul.hostaway-connector__list .list_item {
    font-size: 14px;
}
ul.list_items .list_item.without_icon {
    padding: 0;
}
ul.hostaway-connector__list {
    margin-block: 8px 0;
}
ul.hostaway-connector__list:last-child {
    margin-top: 24px;
}
ul.list_items .list_item a {
    color: #303030;
}
ul.list_items .list_item a:hover {
    color: #EF6E44;
}
section.hostaway-connector {
    padding-block: 30px 80px;
        padding-top: 80px !important;
}
#masthead {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
	padding-block: 30px;
	transition: all 0.2s linear;
}
#masthead.sticky-header {
    padding-block: 15px;
    box-shadow: 0 0px 2px 0 #ccc;
}
.main_content_area {
    padding-top: 120px;
}
section.trusted-section {
    background-color: #000;
    background-image: url(https://610weblab.com/hostaway-wordpress-connector/wp-content/uploads/2026/03/trusted-bg.webp);
    background-position: center;
    background-size: contain;
}
.trusted-section__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    align-items: center;
}
.trusted-section__title {
    color: #fff;
    margin: 0;
    max-width: 450px;
}
.trusted-section__text {
    color: #fff;
    max-width: 550px;
    margin-left: auto;
}
.trusted-section__carousel-wrapper {
    margin-top: 40px;
}
.trusted-carousel.trusted-carousel--row2 {
    margin-top: 20px;
}
.trusted-carousel .swiper-slide img {
    width: 100%;
}
.sec_title.pricing__title {
    margin: 0;
}
.text_center {
	text-align: center;
}
.sec_desc.text_center.pricing__description {
    margin-top: 20px;
}
.pricing__plans {
    margin-top: 40px;
    max-width: 1214px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
.pricing__plan {
    border: 1px solid #000;
    border-radius: 12px;
    padding: 30px;
	position: relative;
}
.pricing__plan-title {
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
}
.pricing__plan-subtitle {
    margin-top: 8px;
}
.pricing__price {
    font-size: 32px;
    line-height: 1;
    font-weight: 600;
    margin-block: 20px 8px;
}
.pricing__plan .sec_desc {
    line-height: 1.5;
}
.pricing__button {
    margin-block: 38px 30px;
}
.pricing__button .pricing__btn {
    width: 100%;
    text-align: center;
}
.pricing__plan.pricing__plan--pro .button a {
    background-color: #000;
    color: #fff;
}
.pricing__plan.pricing__plan--pro .button a:hover {
    background-color: #EF6E44;
    border-color: #EF6E44;
    color: #fff;
}
.pricing__feature-title {
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
	margin-top: 20px;
}
li.list_item.has_dot:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #303030;
}
li.list_item.has_dot {
    padding-left: 15px;
}
ul.pricing__feature-list:last-child {
    padding-left: 10px;
}
ul.list_items.has_dot {
    padding-left: 18px;
}
.pricing__plan.pricing__plan--pro:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-radius: 12px;
    background-image: linear-gradient(180deg, #EF6E44, #EF6E4400);
    z-index: -1;
    opacity: 15%;
}
.pricing__price-note {
    font-size: 24px;
    font-weight: 500;
}
.pricing__saved {
    margin-block: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.pricing__saved-price {
    color: #303030;
    font-size: 24px;
    line-height: 1;
}
span.pricing__saved-text {
    color: #EF6E44;
    margin-left: 10px;
    font-size: 20px;
}
.pricing__saved .pricing__badge {
    color: #FF0000;
    font-size: 12px;
    line-height: 2;
    padding-inline: 10px;
    border-radius: 3px;
    background-color: #FF00001A;
}
.pricing__plan--pro .pricing__button {
    margin-top: 25px;
}
section.video-section {
    padding-block: 0 !important;
}
video#popupVideo {
    width: 100%;
	aspect-ratio: 2 / 1.125;
}
.video-section__container {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%;
    padding: 0;
}
.video-section__col--content {
    width: 50%;
    background-color: #000;
    padding: 130px 65px 130px 40px;
}
.video-section__content {
    max-width: 760px;
    margin-left: auto;
}
.video-section__col--image {
    width: 50%;
    background-image: url(https://610weblab.com/hostaway-wordpress-connector/wp-content/uploads/2026/03/ha-settings.webp);
    background-size: cover;
    background-position: left top;
	position: relative;
}
.video-section__col--image:before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.7);
}
.video-section__col--image img {
    width: 100%;
    opacity: 0;
    visibility: hidden;
}
.video-section__image img {
    width: 100%;
    max-width: 420px;
}
.video-section__title {
    color: #fff;
    margin-block: 30px 20px;
    max-width: 400px;
}
.video-section__description {
    color: #fff;
    max-width: 594px;
    line-height: 1.5;
}
.video-section__button {
    margin-block: 40px 20px;
}
a.video-section__btn {
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    background-color: #fff;
    border-radius: 34px;
    text-decoration: none;
    color: #000;
    padding: 21px 30px;
    display: inline-block;
}
a.video-section__btn {
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    background-color: #fff;
    border-radius: 34px;
    text-decoration: none;
    color: #000;
    padding: 18px 35px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
a.video-section__btn:hover {
    background-color: #EF6E44;
    color: #fff;
}
a.video-section__btn:hover path {
    fill: #fff;
}
.video-section__small-text {
    color: #fff;
}
.video-section__play-icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}
.video-section__play-btn {
    display: inline-flex;
    background-color: #fff;
    width: 80px;
    aspect-ratio: 1;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    position: relative;
	animation: pulse 1.8s infinite;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(255, 61, 61, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 61, 61, 0);
  }
}
.pro-features__button {
    margin-top: 40px;
    text-align: center;
}
.pro-features__button a.button__link {
    padding-inline: 44px;
}
.button a.button__link-dark {
    background-color: #000;
    color: #fff;
}
.button a.button__link-dark:hover {
    background-color: #EF6E44;
    border-color: #EF6E44;
}
.core-features__button {
    margin-top: 40px;
    text-align: center;
}
.how-it-works__grid {
    margin-top: 28px;
    max-width: 1355px;
    margin-inline: auto;
	position: relative;
}
.how-it-works__timeline {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1px;
    transform: translateY(-50%);
}
.how-it-works__line {
    position: relative;
    width: 1px;
    height: 100%;
    background: #C1C1C1;
}
.how-it-works__progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: #EF6D43;
    transition: height 0.1s linear;
}
.how-it-works__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 160px;
	align-items: center;
}
.how-it-works__col img {
    width: 100%;
}
.how-it-works__badge {
    line-height: 1.5;
    background-color: #EE6F46;
}
.how-it-works__step-title {
    margin-block: 10px 12px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
}
.how-it-works__description {
    line-height: 1.6;
}
.how-it-works__row:not(:last-child) {
    margin-bottom: 40px;
}
.how-it-works__row:nth-child(odd) .how-it-works__col--image {
    order: 1;
}
.how-it-works__description {
    margin-top: 10px;
}
.how-it-works__row:nth-child(odd) .how-it-works__col--content {
    text-align: right;
}
.how-it-works__row:nth-child(odd) .sec_badge {
    margin-left: auto;
}
.how-it-works__list li.list_item {
    width: fit-content;
}
ul.how-it-works__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: fit-content;
    column-gap: 60px;
}
.how-it-works__row:nth-child(odd) ul.how-it-works__list,
.how-it-works__row:nth-child(odd) li.list_item {
	margin-left: auto;
}
.how-it-works__row--step4 .how-it-works__list {
    grid-template-columns: 100%;
}
.how-it-works__button {
    margin-top: 60px;
    text-align: center;
}
section.hostaway-solution {
    background-color: #0094110A;
    border-bottom: 1px solid #00000033;
}
.trusted-carousel__button {
    margin-top: 40px;
    text-align: center;
}
.button a.button__link-light {
    background-color: #fff;
    border-color: #fff;
}
.button a.button__link-light:hover {
    background-color: #EF6E44;
    border-color: #EF6E44;
}
img { max-width: 100%; }


.plan-card {
    display: block;
    background: #fff;
    border: 1px solid #0000001A;
    border-radius: 8px;
    padding: 20px 0;
    margin-bottom: 12px;
    cursor: pointer;
    position: relative;
    transition: all .25s ease;
}
.plan-card.has_discount {
    padding-top: 0;
}
.plan-card:hover,
.plan-card:has(input:checked) {
  border-color: #000;
}

.plan-card input {
  position: absolute;
  opacity: 0;
}

.plan-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  position: relative;
  margin: 0 20px;
}
.save-text.popular-bar {padding: 0 0 0 20px;}
section.reviews .button.pro-reviews__button {
    margin-top: 40px;
    text-align: center;
}
.plan-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #bbb;
  border-radius: 50%;
  background: #fff;
  transition: all .25s ease;
}

.plan-content::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 14px;
  height: 14px;
  background: #000;
  border-radius: 50%;
  transition: all .25s ease;
}

.plan-card input:checked + .plan-content::before {
  border-color: #000;
}

.plan-card input:checked + .plan-content::after {
  transform: translateY(-50%) scale(1);
}

.plan-card input:checked ~ .plan-content {
  font-weight: 600;
}

.plan-title {
  font-size: 16px;
}

.plan-price {
  font-size: 16px;
  font-weight: 600;
}

.plan-price span {
  font-size: 10px;
  margin-left: 2px;
}

.plan-price del {
  color: #888;
  margin-left: 10px;
  font-size: 14px;
}

.discount {
  color: #ef6e44;
  margin-left: 10px;
  font-size: 14px;
}
.plan-card span.custom_plan_radio {
    display: inline-block;
    width: 24px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 2px solid #bbb;
    position: relative;
	transition: all 0.2s linear;
	position: absolute;
	left: 0;
	top: 50%;
    transform: translateY(-50%);
}
.plan-card span.custom_plan_radio.active {
    border-color: #000;
}
.plan-card span.custom_plan_radio:after {
    content: '';
    position: absolute;
    width: 14px;
    aspect-ratio: 1;
    background-color: transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
	transition: all 0.2s linear;
}
.plan-card span.custom_plan_radio.active:after {
	background-color: #000;
}



/* save bar */
.save-text {
    background: #0000000D;
    padding: 10px 20px;
    border-radius: 7px 7px 0 0;
    margin-bottom: 15px;
    font-size: 14px;
}

.popular-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.popular {
  background: #ef6e44;
  color: #fff;
  padding: 10px 14px;
  border-radius: 0 7px 0 0;
  font-size: 14px;
}
label.plan-card.plan-blank {
    padding: 20px;
}

label.plan-card.plan-blank .plan-content {
    margin: 0;
}
.custom {
  font-size: 16px;
}
.pricing-wrapper {
    padding-top: 20px;
}
.popup_outer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
}
.popup_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.popup_form {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    max-width: 500px;
    width: 100%;
    position: relative;
}
.popup_outer .popup_inner {
    position: relative;
	padding: 30px 20px;
}
.popup_form h3.popup_title {
    padding-bottom: 25px;
    font-size: 22px;
    text-align: center;
}
.popup_content span.close_popup {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 26px;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}
.popup_form form.wpcf7-form fieldset {border: none;}
.popup_form .screen-reader-response ul {
    display: none;
}
.popup_form .screen-reader-response p {padding-bottom: 10px; color: #ff0000; }
.popup_form span.wpcf7-not-valid-tip {
	display: none;
}
.popup_form form.sent .wpcf7-response-output {
    color: #088d08;
}
.popup_form form.wpcf7-form .form_field span input.wpcf7-not-valid {
    border-color: #ff0000;
}
.popup_form .wpcf7-response-output {
    padding-top: 10px;
    color: #ff0000;
}
.popup_form form.wpcf7-form .form_field span input {
    outline: none;
    box-shadow: none;
    width: 100%;
    border: 1px solid #0000001A;
    min-height: 50px;
    border-radius: 50px;
    margin-bottom: 20px;
    padding: 15px;
}
.popup_form form.wpcf7-form .form_field span input::placeholder {
    color: #000;
}
.popup_form form.wpcf7-form .form_field span textarea {
    border: 1px solid #0000001A;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    height: 120px;
    resize: none;
    outline: none;
}
.popup_form form.wpcf7-form .form_field span textarea::placeholder {
    color: #000;
}
.popup_form form .btn_field {
    position: relative;
    margin-top: 20px;
}
.popup_form form.wpcf7-form .form_field input.wpcf7-submit {
    width: 100%;
    border: none;
    border-radius: 50px;
    background: #EF6E44;
    font-size: 17px;
    color: #fff;
    cursor: pointer;
    line-height: 1;
    padding: 15px 15px 18px;
	transition: all 0.2s linear;
}
.popup_form form.wpcf7-form .form_field input.wpcf7-submit:hover {
	background-color: #000;
}
.popup_form form .wpcf7-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}
.popup_form .screen-reader-response {
    display: none;
}
.sticky-box {
    position: fixed;
    right: 40px;
    bottom: 30px;
    padding: 30px;
    border: 1px solid #00000033;
    border-radius: 12px;
	background-color: #fff;
	z-index: 9;
	transition: all 0.2s linear;
    transform: translateY(calc(100% + 30px));
}
.sticky-box.show-box {
    transform: none;
}
.sticky-box__container {
    display: flex;
    align-items: center;
    gap: 40px;
	flex-wrap: wrap;
}
.sticky-box__title {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 5px;
}
.sticky-box__price {
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
}
.sticky-box__price span {
    font-size: 12px;
    font-weight: 400;
}
.sticky-box__price-note {
    color: #EF6E44;
}
.sticky-box__button a {
    background-color: #000000;
    padding: 21px 40px;
    text-decoration: none;
    border-radius: 34px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 1;
}
.sticky-box__button a:hover {
    background-color: #EF6E44;
}
.hostaway-connector__image-box-img {
    width: 80px;
}
.single-product-comment {
    display: none;
}
#product-reviews-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.single-review .single-review-avatar-sec .review-avatar {
    display: none;
}
.single-review {
    border: 1px solid #00000033;
    border-radius: 12px;
    padding: 20px;
	background-color: #fff;
}
.review-title {
    display: flex;
    align-items: center;
    gap: 12px;
}
.review-title .review_author {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.85;
}
.review-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}
span.review-time {
    font-size: 14px;
    line-height: 1.85;
    color: #303030;
}
.review-footer {
    margin-top: 12px;
}
.review-tagline {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
}
.review-content {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.5;
    color: #303030;
}
section.reviews {
    background-color: #F7F7F8;
}
.product-reviews-bar {
    margin-block: 40px;
}
.reviews-summary {
    display: grid;
    grid-template-columns: 29% 42% 29%;
	align-items: center;
}
.summary-left {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.summary-left .stars {
    line-height: 1;
}
span.total-reviews {
    display: block;
    width: 100%;
}
.write-review {
    text-align: right;
}
button#add_a_review {
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    text-transform: capitalize;
    background-color: transparent;
    border: 1px solid #000000;
    padding: 20px 64px;
    color: #000;
    border-radius: 108px;
    cursor: pointer;
	transition: all 0.2s linear;
}
button#add_a_review:hover {
    background-color: #000;
    color: #fff;
}
.rating-bars {
    border-inline: 1px solid #0000001A;
}
.review_form_popup .comment_container img.avatar {
    display: none;
}
.popup_content {
    position: relative;
    width: 100%;
    max-width: 700px;
	padding: 26px;
}
.review_form_popup .popup_content {
    max-width: 500px;
}
.popup_content .close-review {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 30px;
    cursor: pointer;
	transition: all 0.2s linear;
}
.popup_content .close-review:hover {
    color: #EF6E44;
}
.popup_content #respond form#commentform {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.popup_content #respond form .logged-in-as {
    order: -1;
    margin: 5px 0 0;
}
.popup_content #respond form .logged-in-as a {
    color: #EF6E44;
}
.popup_content #respond form .logged-in-as a:hover {
    color: #000;
}
.popup_content .woocommerce-Reviews {
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #00000033;
    max-width: 500px;
}
.popup_content .woocommerce-Reviews #comments {
    display: none;
}
.popup_content .woocommerce-Reviews #reply-title {
    font-weight: 600;
    font-size: 22px;
    text-transform: capitalize;
}
.popup_content .woocommerce-Reviews form#commentform {
    margin-top: 20px;
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.popup_content form#commentform .comment-form-title {
    order: -1;
	margin: 20px 0 0;
}
.popup_content form#commentform label {
    display: block;
    margin-bottom: 5px;
}
.popup_content form#commentform .comment-form-comment {
    margin-top: 20px;
}
.popup_content form#commentform textarea#comment {
    border-radius: 5px;
    padding: 10px;
    outline: none;
    font-size: 16px;
    line-height: 1.5;
    height: 100px;
    min-height: 100px;
    width: 100% !important;
    border: 1px solid #000;
    max-width: 100% !important;
    min-width: 100% !important;
}
.popup_content form#commentform input[type="text"] {
	border-radius: 5px;
    padding: 10px;
    outline: none;
    font-size: 16px;
    line-height: 1.5;
	height: 50px;
	width: 100%;
	border: 1px solid #000;
}
.popup_content form#commentform select#rating {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 1.5;
    padding: 6px 15px;
    margin-top: 5px;
    -webkit-appearance: none;
    outline: none;
	border: 1px solid #000;
}
.popup_content form#commentform .comment-form-rating {
    position: relative;
	order: -2;
}
.popup_content form#commentform .comment-form-rating:after {
    content: '';
    position: absolute;
    right: 18px;
    bottom: 23px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    rotate: 45deg;
    pointer-events: none;
    outline: none;
}
.popup_content form#commentform input#submit {
    background-color: #000;
    border: none;
    border-radius: 100px;
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    width: 100%;
    padding: 13px;
    outline: none;
    cursor: pointer;
	transition: all 0.2s linear;
}
.popup_content form#commentform input#submit:hover {
    background-color: #EF6E44;
}
span.star.filled path {
    fill: #D59D2B;
}
.rating-bar-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}
.rating-bar-row .bar {
    width: 140px;
    height: 14px;
    background-color: #E0E0E080;
    position: relative;
}
.rating-bar-row span.bar-fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #000;
}
.pricing-wrapper__title {
    margin: 10px 0 15px;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 500;
    color: #000;
}
ul.pricing__feature-list:last-child li.list_item {
    list-style: disc;
    padding: 0;
}
ul.pricing__feature-list:last-child li.list_item::before {
    content: none;
}
.mt_zero {
	margin-top: 0 !important;
}
.trusted-carousel .swiper-slide {
    line-height: 1;
	display: flex;
}
div#reviews-pagination {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
}
#reviews-pagination .review-page {
    font-size: 16px;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 50%;
    width: 44px;
    aspect-ratio: 1;
    cursor: pointer;
	transition: all 0.2s linear;
}
#reviews-pagination .review-page:hover,
#reviews-pagination .review-page.active {
	border-color: #000;
}
.woocommerce-checkout .main_content_area {
    margin-bottom: 50px;
}
.notice_box {
    margin-top: 24px;
    border: 1px solid #E2E8F0;
    border-radius: 4px;
    padding: 12px;
    background-color: #F8FAFC;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.notice__icon {
    padding-top: 4px;
}
.notice_text {
    font-size: 14px;
    line-height: 1.7;
}
.notice_box a {
    color: #000;
}
section.addon-section {
    border-top: 1px solid #00000033;
    background: linear-gradient(90deg, #FFFFFF 20%, #FFECE6);
}
.addon-section__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
	align-items: center;
}
.addon-section__badge {
    background-color: #EE6F46;
}
.addon-section__description {
    max-width: 570px;
}
.supported_langs {
    background-color: #fff;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    column-gap: 15px;
	font-weight: 600;
	width: fit-content;
	flex-wrap: wrap;
	row-gap: 12px;
}
.supported_langs .lang {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    position: relative;
}
.supported_langs .lang img {
	width: 24px;
}
.supported_langs .lang:not(:first-of-type) {
    padding-left: 18px;
}
.supported_langs .lang:not(:first-of-type):before {
    content: '';
    width: 3px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #000;
    transform: translateY(-50%);
    border-radius: 50%;
}
.addon-section__pricing {
    margin-top: 20px;
}
.addon-pricing-title {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
}
.addon-pricing__description {
    line-height: 1;
    font-size: 14px;
    margin-top: 8px;
}
.addon-price del {
    /* margin-left: 10px; */
    font-size: 0.6em;
    font-weight: 400;
}
.addon-price {
    margin-top: 15px;
    font-size: 32px;
    line-height: 1;
    font-weight: 600;
}
.addon-price small {
    font-size: 0.6em;
    color:#000;
    font-weight: 400;
    line-height: 1.5;
}
.addon-section__button {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 12px;
    width: fit-content;
}
.text_below_btn {
    width: 100%;
    text-align: center;
    font-size: 14px;
}
a.addon-section-btn {
    width: 454px;
    text-align: center;
}

/* start */
/* 29 april 2026 - updation  */
a.button__link.header__myaccount-btn {
    background: #F2F2F2;
    width: 60px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    border: none;
    outline: none !important;
    box-shadow: none !important;
}

a.button__link.header__myaccount-btn:hover svg path,
a.button__link.header__myaccount-btn:focus svg path {
    stroke: #ffffff;
}

.header__btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    gap: 20px;
}
.main_content_area {
    min-height: calc(100vh - 119px);
    padding-bottom: 60px;
}
.popup___hostwayProcontent .addon-section__pricing {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.popup___hostwayPro span.close_popup, .popup___Addoncontent span.close_popup{
    position: absolute;
    top: -25px;
    right: -25px;
    font-size: 26px;
    color: #ffffff;
    cursor: pointer;
    transition: 0.3s;
}
.popup_hostwayPro_Inner, .popup_AddonInner {
    position: relative;
    height: 100%;
    display: block;
    padding-block: 40px;
      max-height: fit-content;
}
.popup___Addon, .popup___hostwayPro {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index:999;
    padding-block:40px;
}
.popup_Addon_Outer, .popup_hostwayPro_Outer {
    display: flex;
    overflow-y: auto;
    height: 100%;
    /* height: 100dvh; */
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-inline: 40px;
}

/* .popup___hostwayProcontent ul.list_items.addon-section__list {
    width: fit-content;
    margin-inline:auto;
}

.popup___hostwayProcontent ul.list_items .list_item {
    text-align: left;
} */
.popup___Addoncontent .sec_desc {
    max-width: 500px;
    width: 100%;
    margin-inline: auto !important;
}

.popup___hostwayProcontent .addon-price {
    margin-top: 0px;
}
.button__skiplink {
    max-width: fit-content;
    width: 100%;
    display: block;
    margin-left: auto;
    color: #000;
    text-decoration: underline;
}
.addon__product_data {
    text-align: left;
    border: 1px solid #f1eeee;
    padding: 20px 22px;
    margin-top: 20px;
}
.popup___hostwayProcontent .supported_langs {
        padding-left: 0 !important;
}
.popup___Addoncontent, .popup___hostwayProcontent{
    background: #fff;
    max-width: 750px;
    width: 100%;
    /* margin: 15% auto; */
    text-align: center;
    padding: 30px;
    border: 1px solid #00000033;
    border-radius: 12px;
    background-color: #fff;
    position: relative;
    /* background: linear-gradient(90deg, #FFFFFF 20%, #FFECE6); */
}
.popup___Addoncontent .sec_title, .popup___hostwayProcontent .sec_title{
    font-size: 30px;
    margin-top:0;
}

.popup___Addoncontent .sec_desc, .popup___hostwayProcontent .sec_desc{
    font-size: 18px;
}
.button.buttons___Addon, .button.buttons___hostwayPro{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.button.buttons___Addon .button__link, .button.buttons___hostwayPro .button__link{
    padding: 14px 36px !important;
    min-width: 170px;
}

.header__button_Mobo{
    display: none;
}
.popup___hostwayProcontent .addon-section__description{
    max-width: fit-content;
}

/* end  */

@media screen and (min-width: 1367px) and (max-width: 1600px) {
	.hostaway-connector__content-main .hostaway-connector__col--slider {
		width: 62%;
	}
	.hostaway-connector__content-main .hostaway-connector__col--info {
		width: 38%;
	}
	.hostaway-connector__content .hostaway-connector__title {
		font-size: 42px;
	}
	.hostaway-connector__content .hostaway-connector__subtitle {
		margin-block: 40px 20px;
	}
	body .sec_title {
		font-size: 36px;
	}
	body .button a.button__link {
		font-size: 17px;
		padding: 19px 40px;
	}
	.hostaway-connector__content .hostaway-connector__list li.list_item,
	.hostaway-connector__content .hostaway-connector__description {
		font-size: 19px;
	}
	.hostaway-connector__image-box .hostaway-connector__image-box-img {
		width: 70px;
	}
	.hostaway-connector__image-box-content .hostaway-connector__image-box-title {
		font-size: 22px;
	}
	.hostaway-connector__image-box-content .hostaway-connector__image-box-text {
		font-size: 17px;
	}
	.problem-section__container .problem-section__content .problem-section__col--image {
		padding-right: 50px;
	}
	.how-it-works__grid .how-it-works__row {
		gap: 120px;
	}
	ul.list_items.how-it-works__list {
		column-gap: 40px;
	}
	.core-features__container .core-features__grid {
		grid-gap: 30px;
	}
	.core-features__item .core-features__item-title {
		font-size: 22px;
	}
	.pro-features__container .pro-features__grid {
		gap: 50px;
	}
	.pro-features__item .pro-features__item-title {
		font-size: 22px;
	}
	.video-section__container .video-section__col--content {
		padding: 100px 65px 100px 40px;
	}
	.features__item .features__image img {
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 1281px) and (max-width: 1366px) {
	.hostaway-connector__content-main .hostaway-connector__col--slider {
		width: 62%;
	}
	.hostaway-connector__content-main .hostaway-connector__col--info {
		width: 38%;
		padding-left: 40px;
	}
	.hostaway-connector__content .hostaway-connector__title {
		font-size: 38px;
	}
	.hostaway-connector__content .hostaway-connector__subtitle {
		margin-block: 30px 20px;
	}
	body .sec_title {
		font-size: 30px;
	}
	body .button a.button__link {
		font-size: 16px;
		padding: 19px 40px;
	}
	.hostaway-connector__stats-item .hostaway-connector__stats-title {
		font-size: 17px;
	}
	.hostaway-connector__stats-item .hostaway-connector__stats-value {
		font-size: 15px;
	}
	.hostaway-connector__content .hostaway-connector__list li.list_item,
	.hostaway-connector__content .hostaway-connector__description {
		font-size: 18px;
	}
	.hostaway-connector__image-box .hostaway-connector__image-box-img {
		width: 65px;
	}
	.hostaway-connector__image-box-content .hostaway-connector__image-box-title {
		font-size: 21px;
	}
	.hostaway-connector__image-box-content .hostaway-connector__image-box-text {
		font-size: 16px;
	}
	.problem-section__container .problem-section__content .problem-section__col--image {
		padding-right: 20px;
	}
	.how-it-works__grid .how-it-works__row {
		gap: 100px;
	}
	ul.list_items.how-it-works__list {
		column-gap: 30px;
	}
	.core-features__item .core-features__item-title {
		font-size: 20px;
	}
	.features__item .features__image img {
		margin-bottom: 25px;
		width: 55px;
	}
	.addon-section__container .addon-section__content {
		gap: 50px;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
	.hostaway-connector__content-main .hostaway-connector__col--slider {
		width: 60%;
	}
	.hostaway-connector__content-main .hostaway-connector__col--info {
		width: 40%;
		padding-left: 30px;
	}
	.hostaway-connector__content .hostaway-connector__title {
		font-size: 34px;
	}
	.hostaway-connector__content .hostaway-connector__subtitle {
		margin-block: 30px 20px;
	}
	body .sec_title {
		font-size: 26px;
	}
	.hostaway-connector__stats-item .hostaway-connector__stats-title {
		font-size: 17px;
	}
	.hostaway-connector__stats-item .hostaway-connector__stats-value {
		font-size: 15px;
	}
	.hostaway-connector__content .hostaway-connector__description {
		font-size: 18px;
	}
	.hostaway-connector__image-box .hostaway-connector__image-box-img {
		width: 55px;
	}
	.hostaway-connector__image-box-content .hostaway-connector__image-box-title {
		font-size: 18px;
	}
	.hostaway-connector__image-box-content .hostaway-connector__image-box-text {
		font-size: 15px;
	}
	.hostaway-connector__content .hostaway-connector__list li.list_item,
	.hostaway-connector__content .hostaway-connector__description {
        font-size: 17px;
    }
	.how-it-works__grid .how-it-works__row {
		gap: 80px;
	}
	ul.list_items.how-it-works__list {
		column-gap: 20px;
	}
	.core-features__item .core-features__item-title {
		font-size: 18px;
	}
}

@media (max-width:1366px){
	.pro-features__container .pro-features__grid {
		gap: 40px;
	}
	.pro-features__item .pro-features__item-title {
		font-size: 20px;
	}
	.video-section__container .video-section__col--content {
		padding: 80px 65px 80px 40px;
	}
	.features__item .features__title {
		font-size: 18px;
	}
	.footer__content .footer__email a.footer__email-link {
		font-size: 18px;
	}
	.footer__column--logo .footer__logo img {
		width: 180px;
	}
}

@media (max-width:1280px){
	.pricing-wrapper .pricing-wrapper__title {
		font-size: 20px;
	}
	body .button a.button__link {
		font-size: 16px;
		padding: 19px 40px;
	}
	.plan-content .plan-title {
		font-size: 15px;
	}
	.plan-card .plan-content::before {
		width: 18px;
		height: 18px;
	}
	.plan-card .plan-content::after {
		width: 12px;
		height: 12px;
	}
	.hostaway-connector__stats-item .hostaway-connector__stats-title {
        font-size: 16px;
    }
	section .sec_badge {
		font-size: 15px;
	}
	.problem-section__container .problem-section__content .problem-section__col--image {
		padding-right: 20px;
	}
	.how-it-works__container .how-it-works__button {
		margin-top: 40px;
	}
	a.video_btn.video-section__btn {
		font-size: 16px;
		padding: 17px 35px;
	}
	.video-section__play-icon .video-section__play-btn {
		width: 68px;
	}
	.pricing__container .pricing__plans {
		gap: 30px;
	}
	.pricing__saved .pricing__saved-price,
	.pricing__plan .pricing__plan-title {
		font-size: 22px;
	}
	.pricing__plan .pricing__price {
		font-size: 28px;
	}
	.pricing__price .pricing__price-note {
		font-size: 20px;
	}
	.pricing__saved span.pricing__saved-text {
		font-size: 17px;
	}
	.pricing__plan .pricing__saved .pricing__badge {
		font-size: 11px;
	}
	.pricing__plan.pricing__plan--pro .button a {
		padding-inline: 25px;
	}
	.pricing__feature-group .pricing__feature-title {
		font-size: 18px;
	}
	.features__item .features__image img {
		margin-bottom: 20px;
		width: 50px;
	}
	.addon-section__container .addon-section__content {
		grid-template-columns: 100%;
		gap: 30px;
	}
	.addon-section__button a.addon-section-btn {
		width: 350px;
	}
	.addon-section__pricing .addon-section__button {
		margin-top: 30px;
	}
	body section.addon-section {
		background: linear-gradient(180deg, #FFFFFF, #FFECE6);
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	section.section_spacing {
		padding-block: 65px;
	}
	.hostaway-connector__content .hostaway-connector__title {
		font-size: 36px;
	}
	body .sec_title {
        font-size: 26px;
    }
	.hostaway-connector__col.hostaway-connector__col--slider {
		width: 100%;
	}
	.hostaway-connector__col.hostaway-connector__col--info {
		width: 100%;
        padding: 0px;
		margin-top: 40px;
	}
	.hostaway-connector__content .hostaway-connector__list li.list_item,
	.hostaway-connector__content .hostaway-connector__description {
        font-size: 16px;
    }
	body .hostaway-connector__subtitle {
		margin-block: 40px 20px;
	}
	.how-it-works__grid .how-it-works__row {
		gap: 60px;
	}
	.core-features__grid {
        gap: 20px;
    }
	.hostaway-connector__col .hostaway-connector__content {
		margin-top: 35px;
	}
}

@media (max-width:1024px){
	.hostaway-connector__buttons {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        gap: 15px;
        margin-block: 20px;
    }
	body .hostaway-connector__buttons .button:not(:first-child) {
		margin-top: 0;
	}
	.button.hostaway-solution__button {
		margin-top: 30px;
	}
	ul.list_items.how-it-works__list {
		column-gap: 10px;
		grid-template-columns: 100%;
	}
	ul.list_items.how-it-works__list li.list_item {
		font-size: 15px;
	}
	.pro-features__grid .pro-features__item .pro-features__item-title,
	.how-it-works__col .how-it-works__step-title {
		font-size: 18px;
	}
	.video-section__container .video-section__col.video-section__col--content {
		padding: 64px 60px 65px 40px;
	}
	ul.list_items li.list_item {
		font-size: 15px;
	}
	.features__content .features__item .features__title {
		font-size: 17px;
	}
	.plan-card .popular {
		font-size: 13px;
	}
}

@media (max-width:991px){
	.hostaway-solution__container .hostaway-solution__content .hostaway-solution__col--image {
		width: 100%;
		order: -1;
		padding: 0;
	}
	.problem-section__container .problem-section__content .problem-section__col--image {
		width: 100%;
		padding: 0;
	}
	.hostaway-solution__container .hostaway-solution__content .hostaway-solution__col--content,
	.problem-section__container .problem-section__content .problem-section__col--content {
		width: 100%;
		margin-top: 30px;
		padding: 0;
	}
	.pro-features .pro-features__container .pro-features__grid {
		column-gap: 30px;
		row-gap: 45px;
		margin-top: 30px;
	}
}

@media (max-width:767px){
	body .hostaway-connector__slider-thumbs-main .thumb-arrow {
		font-size: 14px;
	}
	.hostaway-connector__col .hostaway-connector__content {
		margin-top: 30px;
	}
	section.section_spacing {
		padding-block: 50px;
	}
	.hostaway-connector__content .hostaway-connector__title {
		font-size: 26px;
	}
	body .sec_title {
        font-size: 22px;
    }
	.hostaway-connector__content .hostaway-connector__list li.list_item,
	.hostaway-connector__content .hostaway-connector__description {
        font-size: 15px;
    }
	body div.button a.button__link {
		font-size: 15px;
		padding: 18px 30px;
	}
	body .hostaway-connector__stats-item .hostaway-connector__stats-title {
		font-size: 15px;
	}
	.hostaway-connector__subtitle {
		margin-block: 30px 20px;
	}
	body section .sec_badge {
		font-size: 14px;
	}
	body .button.hostaway-solution__button {
        margin-top: 25px;
    }
	.how-it-works__title {
		text-align: left;
	}
	.how-it-works__grid .how-it-works__timeline {
		left: 0;
	}
	.how-it-works__grid .how-it-works__row {
		display: flex;
		gap: 20px;
		margin-left: 20px;
		flex-wrap: wrap;
	}
	.how-it-works__col--image {
		order: 1;
	}
	.how-it-works .how-it-works__container .how-it-works__button {
		margin-top: 30px;
	}
	.core-features__container .core-features__grid {
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }
	.core-features__item .core-features__item-title {
		font-size: 18px;
	}
	.video-section__button a.video_btn.video-section__btn {
		font-size: 15px;
		padding: 16px 30px;
	}
	a.video_btn.video-section__btn svg {
		width: 14px;
	}
	body .video-section__container .video-section__col.video-section__col--content {
		padding: 50px 20px 80px;
	}
	.video-section__col--content,
	.video-section__col--image {
		width: 100%;
	}
	.video-section__col--image .video-section__play-icon {
		left: 50%;
		top: 0;
	}
	body .video-section__play-icon .video-section__play-btn {
		width: 60px;
	}
	.video-section__play-btn svg {
		width: 19px;
	}
	section.pricing .pricing__title {
		text-align: left;
	}
	.pricing__container .pricing__plans {
		grid-template-columns: 100%;
	}
	.pricing__plans .pricing__plan {
		padding: 25px;
    }
	.features__container .features__content {
        column-gap: 20px;
        row-gap: 40px;
		flex-wrap: wrap;
    }
	.features__content .features__item {
		width: calc(50% - 10px);
	}
	.features__content .features__item .features__image img {
		margin-bottom: 15px;
		width: 45px;
	}
	body .features__content .features__item .features__title {
		font-size: 16px;
	}
	body .footer__content .footer__email a.footer__email-link {
		font-size: 16px;
	}
	body .footer__column--logo .footer__logo img {
		width: 160px;
	}
	body .plan-card .popular {
		font-size: 12px;
	}
	div#reviews-pagination {
		margin-top: 30px;
	}
	#reviews-pagination button.review-page {
		width: 38px;
	}
	.addon-section__pricing .addon-section__button a.addon-section-btn {
		width: fit-content;
		padding-inline: 40px;
	}
	.addon-section__pricing .addon-price {
		font-size: 27px;
	}
	.addon-section__pricing .addon-price small {
		font-size: 18px;
	}
	.addon-section__col .supported_langs {
		font-size: 15px;
	}
	.supported_langs > div {
		width: 100%;
	}
}

@media (max-width:600px){
	.hostaway-connector__col--info .hostaway-connector__buttons {
		grid-template-columns: 100%;
	}
	.button a.button__link.header__purchase-btn {
		font-size: 14px;
		padding: 18px;
	}
	body .pro-features .pro-features__container .pro-features__grid {
		grid-template-columns: 100%;
		row-gap: 40px;
	}
	.supported_langs .lang {
		padding: 0 !important;
	}
	.supported_langs .lang:before {
		display: none;
	}
}

@media (max-width:480px){
    .popup___Addoncontent .sec_title, .popup___hostwayProcontent .sec_title {
        font-size: 24px;
    }
    .popup___Addoncontent .sec_desc, .popup___hostwayProcontent .sec_desc{
        font-size: 16px;
    }

    .button.buttons___Addon, .button.buttons___hostwayPro {
        align-items: center;
        justify-content: center;
        width: 100%;
        flex-direction: row;
    }
    /* .button.buttons___hostwayPro .button__link {
        padding: 14px!important;
        /* flex: 1;
        max-width: 100%;
        width: 100%;
        min-width: fit-content; */
    /* }  */

    .button.buttons___Addon .button__link {
        padding: 14px!important;
        flex: 1;
        max-width: 100%;
        width: 100%;
        min-width: fit-content;
    }

    .popup___hostwayProcontent  .supported_langs .lang {
        font-size: 14px;
    }
    .popup___hostwayProcontent .supported_langs {
        background-color: #fff;
        padding: 12px 15px;
        display: flex;
        align-items: center;
        column-gap: 15px;
        font-weight: 600;
        width: fit-content;
        flex-wrap: wrap;
        row-gap: 12px;
        justify-content: flex-start;
        text-align: left;
    }
    .popup___Addoncontent, .popup___hostwayProcontent {
        padding: 30px 20px;
    }
    .header__logo img {
        width: 130px;
        height: auto;
    }
    .button a.button__link.header__purchase-btn {
        font-size: 14px;
        padding: 15px;
    }
    .button__link.header__myaccount-btn svg{
        width: 24px;
    }
    a.button__link.header__myaccount-btn {
        width: 46px;
    }

    .header__btn {
        gap: 10px;
    }
    .header__button_desk{
        display: none;
    }

    .header__button_Mobo{
        display: block;
    }

	body div.button a.button__link {
		font-size: 14px;
		padding: 18px;
	}
	body .video-section__button a.video_btn.video-section__btn {
		padding: 15px 20px;
		font-size: 14px;
	}
	body .features__content .features__item .features__title {
		font-size: 15px;
	}
	body .hostaway-connector__content .hostaway-connector__title {
		font-size: 24px;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1500px) {
    label.plan-card.plan-blank { padding: 20px 10px 20px 10px; }
    .plan-content { margin: 0 10px; padding-left: 32px; }
    .save-text { padding: 10px 10px; }
    .save-text.popular-bar { padding: 0 0 0 10px; }
    .custom { font-size: 15px; }
	.hostaway-connector__stats-item { padding: 10px; }
	.hostaway-solution__content .hostaway-solution__col--image { padding-left: 20px; }
	section.hostaway-connector { padding-block: 0 55px; }
	.how-it-works__list li.list_item { width: 100%; text-align: left; }
	.core-features__container > .core-features__image { margin-block: 30px; }
	section.pricing .sec_title.text_center.pricing__title { font-size: 30px; }
	body .sticky-box {
		padding: 25px;
	}
	.sticky-box__right .sticky-box__button a {
		font-size: 17px;
		padding: 20px 35px;
	}
	.sticky-box__left .sticky-box__price {
		font-size: 22px;
	}
	.sticky-box .sticky-box__container {
		gap: 30px;
	}
	.write-review button#add_a_review {
		padding: 20px 45px;
	}
    ul.hostaway-connector__list {
		margin-block: 15px 15px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.hostaway-connector__col, .hostaway-connector__col.hostaway-connector__col--info { width: 100%; padding: 0px; }
	section.hostaway-connector { padding-block: 0 40px; }
	.hostaway-solution__content .hostaway-solution__col--image { padding: 0; }

	.how-it-works__row { gap: 80px; }
	.how-it-works__list li.list_item { width: 100%; text-align: left; margin-bottom: 5px; }
	.how-it-works__list li.list_item:last-child { margin: 0; }
	ul.how-it-works__list { column-gap: 10px; }
	.how-it-works__description { font-size: 15px; }
	.core-features__container > .core-features__image { margin-block: 25px; }
	.pro-features__item-title { font-size: 22px; margin-block: 10px 5px; }
	.pro-features__item-description { font-size: 15px; }
	.video-section__play-btn { width: 60px; }
	.core-features__item-description { font-size: 15px; }
	.sec_desc.text_center.pricing__description { margin-top: 5px; }
	.section_spacing .button .pricing__btn--pro { padding: 20px 15px; font-size: 17px; }
	.footer__content { gap: 15px; }
	footer.footer .button.footer__button a.footer__purchase-btn { padding: 20px 20px; }
	.trusted-section__text { line-height: 25px; }
	body .sticky-box {
		padding: 20px;
	}
	.sticky-box__right .sticky-box__button a {
        font-size: 16px;
        padding: 18px 32px;
    }
	.sticky-box__left .sticky-box__price {
		font-size: 22px;
	}
	.sticky-box .sticky-box__container {
		gap: 30px;
	}
	.hostaway-connector__image-box .hostaway-connector__image-box-img {
		width: 70px;
	}
	.write-review button#add_a_review {
		padding: 20px 45px;
	}
	.write-review button#add_a_review {
		padding: 18px 30px;
		font-size: 17px;
	}
	.rating-bars .rating-bar-row {
		gap: 15px;
	}
	.rating-bars .rating-bar-row .bar {
		width: 110px;
	}
.pricing-wrapper .pricing-wrapper__title {
    font-size: 20px;
}
ul.hostaway-connector__list {
    margin-block: 15px 15px;
}
}


@media screen and (max-width: 767px) {
	section.hostaway-connector { padding-block: 0px 30px; }
	.plan-content { margin: 0 10px; }
	label.plan-card.plan-blank { padding: 20px 10px; }
	.save-text.popular-bar { padding: 0 0 0 10px; }
	.save-text { padding: 10px 10px; }
	.plan-title { font-size: 15px; }
	.plan-price { font-size: 14px; text-align: right; }
	.plan-price del { font-size: 12px; margin-left: 7px;}
	.plan-content { padding-left: 33px; }
	.popup_form { padding: 20px; }
	.hostaway-connector__col, .hostaway-connector__col.hostaway-connector__col--info { width: 100%; padding: 0px; }
	.global_container { padding: 0 20px; }
	.hostaway-connector__title { font-size: 22px; }
	.hostaway-connector__image-box { padding-top: 20px; }
	.hostaway-connector__image-box-title { font-size: 18px; line-height: 22px; }
	.hostaway-connector__image-box-text { font-size: 16px; }
	.hostaway-connector__stats-item { padding: 10px; }
	.hostaway-connector__stats-value { font-size: 13px; }
	.hostaway-connector__small-title { margin-top: 18px; }
	.section_spacing { padding-block: 35px; }
	.sec_badge { margin-top: 0px; }
    section.reviews .reviews__title { font-size: 22px; margin-top: 0; }
	section.pricing .sec_desc.text_center.pricing__description { text-align: left; margin-top: 10px; }
	section.trusted-section .trusted-section__title { font-size: 20px; margin: 0; }
	.trusted-section__text { margin: 0; }
    .footer__button { text-align: center; }
	.how-it-works__description { margin-top: 0; }
	.how-it-works__row:nth-child(odd) .sec_badge { margin-left: initial; }
	.how-it-works__row:nth-child(odd) .how-it-works__col--content { text-align: left; width: 100%; }
	.how-it-works__list li.list_item { width: 100%; }
	.how-it-works__row:nth-child(odd) ul.how-it-works__list, .how-it-works__row:nth-child(odd) li.list_item { margin-left: initial; }
	.how-it-works__row.how-it-works__row--step4 .sec_desc.how-it-works__description { margin-top: 10px; }
	section.core-features .sec_title { margin: 8px 0; }
	.core-features__grid .core-features__item, .pro-features__grid .pro-features__item{ min-width: 90%; }
	.pro-features__item-title { font-size: 20px; margin-block: 17px 5px; }
	.video-section__col--content { padding: 30px 20px; }
	section.video-section .sec_title { margin: 5px 0 6px 0; font-size: 19px; }
	.video-section__button { margin-block: 22px 20px; }
	.video-section__play-btn { width: 50px; }
    .core-features__button { margin-top: 20px; }
    .core-features__container > .core-features__image { margin-block: 20px; }
	.pricing__button { margin-block: 20px 20px; }
	.pricing__plan .sec_desc { font-size: 15px; }
	.trusted-section__row { grid-template-columns: 1fr; gap: 10px; }
	.trusted-carousel__button { margin: 30px 20px 0 20px; }
	.footer__content { grid-template-columns: 1fr; gap: 20px; }
	.footer__column.footer__column--logo { text-align: center; }
	.how-it-works__col.how-it-works__col--image { width: 100%; }
    .video-section__container { padding: 0; }
    .hostaway-solution__button {
    margin-top: 20px;
}
ul.hostaway-connector__list {
    margin-block: 15px 15px;
}
	body .sticky-box {
		padding: 20px;
		right: 20px;
		bottom: 20px;
	}
	.sticky-box__left .sticky-box__title {
		font-size: 15px;
		margin-bottom: 4px;
	}
	.sticky-box__left .sticky-box__price {
		font-size: 20px;
	}
	.sticky-box .sticky-box__container {
		gap: 20px;
	}
	.sticky-box__right .sticky-box__button a {
		font-size: 16px;
		padding: 17px 28px;
	}
	.hostaway-connector__image-box .hostaway-connector__image-box-img {
		width: 60px;
	}
	.product-reviews-bar .reviews-summary {
		grid-template-columns: 100%;
		text-align: center;
		gap: 30px;
	}
	.reviews-summary .summary-left {
		justify-content: center;
	}
	.rating-bars .rating-bar-row {
		gap: 15px;
	}
	.reviews-summary .write-review {
		text-align: center;
	}
	.write-review button#add_a_review {
		font-size: 16px;
		padding: 18px 30px;
	}
	.reviews-summary .rating-bars {
		border-inline: 0;
		border-block: 1px solid #0000001A;
		padding-block: 25px;
		width: fit-content;
		margin-inline: auto;
	}
	.reviews__content #product-reviews-wrapper {
		grid-template-columns: 100%;
	}
	.review-footer .review-tagline {
		font-size: 18px;
	}
	.review-footer .review-content {
		font-size: 15px;
	}
	.popup_content span.close-review {
		width: 35px;
		height: 40px;
		font-size: 26px;
	}
section.reviews .button.pro-reviews__button {
    margin-top: 30px;
}
.pricing-wrapper .pricing-wrapper__title {
    font-size: 18px;
}
}


@media (max-width:480px){
	body .sticky-box {
		max-width: 270px;
	}
	.sticky-box .sticky-box__right .sticky-box__button a {
		font-size: 15px;
		padding: 14px 26px;
	}
}
section.section_spacing.features {
    background: #eee;
}

ul.pricing__feature-list:last-child svg {
    display: none;
}