/* cabin-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/ubie/fonts/cabin-v35-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* cabin-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/themes/ubie/fonts/cabin-v35-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* cabin-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/themes/ubie/fonts/cabin-v35-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mulish-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/ubie/fonts/mulish-v18-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mulish-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/ubie/fonts/mulish-v18-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.client-review-platform a {
	text-decoration: underline;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	color: #424141;
}
/* FAQS */
.faq-icon-minus {
    display: none;
}

.faq-item.is-open .faq-icon-plus {
    display: none;
}

.faq-item.is-open .faq-icon-minus {
    display: block;
}
.faq-icon img {
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.mobile-menu-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding-top: 90px;
  background: #090909;
  z-index: 9998;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
	 overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.mobile-menu-panel.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

#mobile-header {
  z-index: 9999;
}

body.menu-open {
  overflow: hidden;
}
.mobile-site-navigation {
	margin-top: 5%;
}
.website-enquiry-form-element .hidden-fields-container {
	display: none;
}
/* =========================================
   Responsive Stylesheet Scaffold
   Breakpoints based on Figma canvases

   > 1920px
   > 1600px
   > 1024px
   > 768px
   < 767px
========================================= */


/* =========================================
   Base styles
   Applies to all screen sizes
========================================= */
html, body {
    margin: 0px;
    padding: 0px;
}
img * {
	display: block;
}
img {
    max-width: 100%;
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Cabin';
	margin-top: 0px;
	margin-bottom: 0px;
	color: #090909;
}
:hover {
	transition: .9s !important;
}
.bold {
	font-weight: 600;
}
p, body, html, * {
	font-family: 'Mulish';
}
p, body {
	margin-top: 0px;
}
strong {
	display: inline;
}
.highlight {
    color: #F0BA1F;
}
.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
	box-sizing: border-box;
}
.header-wrap .nav-menu {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.header-wrap .nav-menu a {
	text-decoration: none;
	font-weight: 400;
}
.nav-menu li {
	
}
.main-website-feature-title {
	margin-bottom: 0px;
}
.hero-title {
	margin-bottom: 0px;
}
.light-hero {
    background: #F3F3F3;
}
.dark-hero h1, .dark-hero h2, .dark-hero h3, .dark-hero h4, .dark-hero h5, .dark-hero h6, .main-hero-wrap h1, .main-hero-wrap h2, .main-hero-wrap h3, .main-hero-wrap h4, .main-hero-wrap h5, .main-hero-wrap h6 {
	color: #fff;
}
.dark-hero {
    background: #090909;
    color: #fff;
}
.dark-hero-inner {
    display: flex;
    align-items: center;
}
.dark-hero-content {
    color: #EAEAEA;
    font-style: normal;
    font-weight: 400;
}
.dark-hero-image-right {
    display: flex;
    align-items: flex-start;
}
.dark-hero-image-label {
    color: #EAEAEA;
    text-align: center;
    font-style: normal;
}
.section-title-area {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex: 1 0 0;
}
.section-title {
    font-weight: 600;
}
.section-title-break-line {
    background: #F0BA1F;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	border: 0px;
}
.header-wrap {
    display: flex;
    background-color: #090909;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid #343434;
	position: fixed;
	width: 100%;
	top: 0;
	transition: transform 0.5s ease;
	will-change: transform;
	z-index: 999;
}
.header-inner-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}
.header-left {
    display: flex;
    align-items: center;
}
.header-wrap .site-nav a {
    color: #EAEAEA;
    font-family: Cabin;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}
.header-wrap .site-nav a:hover, .header-phone a:hover {
	color: #F0BA1F;
}
.header-right {
    display: flex;
    align-items: center;
}
.header-logo img {
	transition: transform 0.25s ease;
}
.header-logo img {
	transform: scale(1);
	transform-origin: left center;
}
.header-logo * {
	display: block;
}
#main-header.scroll-up .header-logo img, #mobile-header.scroll-up .header-logo img {
	transform-origin: left center;
}
.header-phone a {
    color: #FFF;
    font-family: 'Cabin';
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
	text-decoration: none;
}
.header-button a {
    display: block;
    border-radius: 50px;
    border: 1px solid #000;
    background: #F0BA1F;
	text-decoration: none;
	color: #090909;
	font-weight: 500;
	line-height: normal;
	font-family: 'Cabin';
}
.footer {
    background: #090909;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.footer-header {
    display: flex;
    padding-bottom: 40px;
}
.main-hero-wrap {
    background: #090909;
    flex-direction: column;
    align-items: flex-start;
    color: #fff;
}
.main-hero-inner-wrap {
    display: flex;
}
.main-hero-content-left {
    gap: 50px;
	display: flex;
    flex-direction: column;
}
.main-hero-title-desc-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}
.main-hero-description {
    color: #EAEAEA;
}
.main-hero-button-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1 0 0;
}
.main-hero-button {
    color: #090909;
    font-weight: 500;
    line-height: normal;
    display: block;
	border-radius: 50px;
	border: 1px solid #BD8A1B;
	background: #F0BA1F;
	justify-content: center;
	align-items: center;
	display: flex;
	font-family: 'Cabin';
	text-decoration: none;
}
.main-hero-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.main-hero-right img {
    width: 100%;
}
.review-area-stars * {
	display: block;
}
.reviews-wrap {
    background: #F3F3F3;
}
.review-area-inner {
    display: flex;
    align-items: center;
    flex: 1 0 0;
}
.review-area-tagline a {
    color: #090909;
    font-family: Cabin;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
	text-decoration: none;
}
.main-website-feature-items-inner-wrap {
    grid-auto-flow: row;
}
.main-website-feature-box-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
}
.main-website-feature-box-inner img {
	width: 65px;
	height: 65px;
}
.main-website-feature-box {
    border-radius: 5px;
    border: 1px solid #DBDBDB;
    background: rgba(0, 0, 0, 0.00);
}
.main-website-feature-box-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-self: stretch;
}
.main-website-feature-title {
    text-align: center;
    font-style: normal;
    font-weight: 700;
	display: block;
    width: 100%;
	margin-bottom: 0px;
}
.main-website-feature-description {
    text-align: center;
    font-weight: 500;
    font-style: normal;
}
.pay-montly-website-price-plan-col {
    padding: 45px 35px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    grid-row: span 1;
    grid-column: span 1;
    justify-self: stretch;
    border-radius: 5px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.10);
}
.pay-monthly-website-title-area-content-price-wrap {
	display: flex;
	flex-direction: column;
}
#growth-website-price-plan {
    box-shadow: 0 1px 8px 0 rgba(240, 186, 31, 0.66);      
}
.pay-monthly-website-price-plan-inner-wrap {
	display: flex;
    flex-direction: column;
}
.pay-monthly-website-header-area {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.pay-monthly-website-title-area {
    display: flex;
}
 .pay-monthly-website-title-area-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1 0 0;
}
.pay-monthly-website-title-area-content-plan-name {
    font-style: normal;
    font-weight: 600;
	font-family: 'Cabin';
}
.pay-monthly-website-title-area-content-price-wrap {
    gap: 10px;
}
.pay-monthly-website-title-area-content-price-terms {
    font-style: italic;
    font-weight: 400;
}
.pay-monthly-website-plan-description {
    display: block;
    padding: 20px 0;
    border-top: 1px solid #E6E6E6;
}
.pay-monthly-website-features-wrap {
    border-top: 1px solid #E6E6E6;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    padding-top: 30px;
    padding-bottom: 0px;
}
.pay-monthly-website-features-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
	list-style: none;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.pay-monthly-website-features-list li {
    font-style: normal;
    font-weight: 400;
}
 .pay-monthly-website-title-area-content-price-amount {
	font-weight: 500;
	color: #090909;
 }
.pay-monthly-website-enquire-now-button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 1px solid #BD8A1B;
    background: #F0BA1F;
	text-decoration: none;
	color: #090909;
	font-weight: 500;
	font-family: 'Cabin';
}
.section-3-col-item {
    display: flex;
    justify-self: stretch;
	gap: 10px;
}
.section-3-col-content-wrap {
    display: flex;
    gap: 20px;
}
.section-3-col-content-title {
    font-style: normal;
    font-weight: 500;
}
.client-review-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    grid-row: span 1;
    grid-column: span 1;
    justify-self: stretch;
    border-radius: 5px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.10);
}
.client-review-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.client-review-title {
    font-style: normal;
    font-weight: 600;
}
.client-review-content-area {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.client-review-description {
    font-style: normal;
    font-weight: 500;
}
.client-review-footer {
    border-radius: 5px;
    border: 1px solid #E6E6E6;
    background: #F3F3F3;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    display: flex;
	align-self: stretch;
}
.website-features-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}
.website-feature-item {
    border-radius: 5px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.10);
}
.website-feature-item-title {
    font-style: normal;
    font-weight: 600;
}
.website-feature-item-content-area {
    font-style: normal;
    font-weight: 500;
}
.easy-step-item {
    border-radius: 5px;
    border: 1px solid #DBDBDB;
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    grid-row: span 1;
    grid-column: span 1;
    justify-self: stretch;
}
.easy-step-item-content-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}
.easy-step-item-title {
    font-style: normal;
    font-weight: 400;
}
.easy-step-item-description {
    font-style: normal;
    font-weight: 500;
}
.compare-table-col-2-item {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    align-items: flex-start;
    border: 1px solid #DBDBDB;
    background: rgba(249, 249, 249, 0.20);
}
#benefits-of-choosing-ubie-websites {
    border: 1px solid #DBDBDB;
    background: rgba(243, 243, 243, 0.20) !important;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.27)  !important;
}
.compare-table-col-2-title {
    font-style: normal;
    font-weight: 600;
}
.compare-table-col-2-features-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.compare-table-col-2-features-wrap li {
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
}
.compare-table-col-2-features-wrap li::before {
    content: "";
    margin-top: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.compare-table-col-2-features-wrap .check-icon::before {
    background-image: url("/wp-content/uploads/2026/06/Check-Icon.svg");
}
.compare-table-col-2-features-wrap .cross-icon::before {
    background-image: url("/wp-content/uploads/2026/06/Cross-Icon.svg");
}
.faq-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.faq-item {
    border-radius: 5px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
	width: 100%;
    box-sizing: border-box;
	gap: 15px;
}
.faq-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
	width: 100%;
	box-sizing: border-box;
	cursor: pointer;
}
.faq-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
	width: 100%;
}
.faq-icon {
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-contact-details-label, .footer-contact-details-content {
    color: #EAEAEA;
    font-style: normal;
}
.footer-contact-details-label {
    font-weight: 700;
}
.footer-contact-details-content {
    font-weight: 400;
}
.footer-bottom {
    border-top: 1px solid #343434;
	padding-top: 36px;
}
.dark-here-image-label-wrap {
	width: 100%;
	padding-top: 15px;
}
#ubie-max-button {
	margin-top: 10px;
}
.example-websites-inner-wrap, .client-reviews-inner-wrap {
	display: flex;
	flex-direction: column;
}
.client-review-name {
	font-weight: 600;
}
.client-review-platform {
	font-weight: 500;
}
.client-review-platform a {
	color: #343434;
}
.website-feature-item-grid-wrap {
	display: flex;
    flex-direction: column;
}
.compare-table-inner-wrap {
	display: flex;	
	flex-direction: column;
}
.footer-contact-details-content a {
	color: #EAEAEA;
}
.footer-copyright-wrap {
	color: #EAEAEA;
}
.policy-links-menu {
	display: flex;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.policy-links-menu a {
	color: #EAEAEA;
}
.policy-links-menu a:hover {
	color: #cacaca;
}
.header-wrap.hidden {
	transform: translateY(-100%);
}
.header-wrap.scroll-up, #mobile-header.scroll-up {
  transform: translateY(0);
}
.header-wrap .header-inner-wrap {
	transition: transform 0.5s ease;
}
#main-header.scroll-up .site-nav a, #main-header .site-nav a, #main-header.scroll-up .header-phone a, #main-header .header-phone a, #main-header.scroll-up .header-button a, #main-header .header-button a {
	transition: font-size 0.5s ease, padding 0.5s ease;
}
.mobile-header-inner-wrap {
	background: #090909;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex: 1 0 0;
}
#mobile-header {
	background: #090909;
	padding: 15px 0px;
	display: flex;
	border-bottom: 1px solid #343434;
	position: sticky;
	top: 0;

}
.mobile-header-logo {
	max-width: 100%;
}
.mobile-site-navigation .nav-menu {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
.mobile-site-navigation .nav-menu a {
	color: #fff;
	text-decoration: none;
	font-size: 26px;
	line-height: 25px;
	display: block;
	padding-top: 25px;
	padding-bottom: 25px;
}
.mobile-site-navigation .nav-menu a:hover {
	color: #F0BA1F;
}
.mobile-header-button .header-button a {
	display: inline-block;
	font-size: 20px;
}
.mobile-header-button {
	text-align: center;
	padding-top: 25px;
}
.wpcf7-form-control {
	width: 100%;
	border-radius: 30px;
	border: 1px solid #E6E6E6;
	background: #F3F3F3;
	padding: 12px 35px;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	grid-row: span 1;
	grid-column: span 1;
	justify-self: stretch;
	box-sizing: border-box;
	color: #424141;
	font-style: normal;
	font-weight: 500;
}
.wpcf7-form-control-wrap {
	display: block;
	overflow: auto;
}
.wpcf7-select {
	appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23444444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 36px center;
  background-size: 22px;
}
.form-field p {
	margin-bottom: 0px;
}
.wpcf7-select options {
	display: block;
}
.wpcf7-submit {
	width: auto;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 50px;
	border: 1px solid #BD8A1B;
	background: #F0BA1F;
	color: #090909;
	font-family: Cabin;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	cursor: pointer;
	margin-top: 15px;
}
/* End Global Styles =========================================
   > 1920px
   Extra large desktop
========================================= */

@media (min-width: 1921px) {
    .container {
        max-width: 1920px;
        padding-left: 100px;
        padding-right: 100px;
    }
    .section-spacing {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .light-hero {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .dark-hero-logo {
        width: 165px;
        height: auto;
    }
    .dark-hero-title {
        font-size: 46px;
    }
    .section-title {
        font-size: 46px;
    }
	.main-website-feature-box-content {
		align-items: flex-start;
	}
	.main-hero-wrap {
		padding-top: 116px;
	}
	#main-header.scroll-up .header-logo img {
	  transform: scale(0.82);
	}
    .dark-hero-content {
        font-size: 22px;
        line-height: 35px;
    }
    .dark-hero-image-right {
        flex-direction: column;
    }
    .dark-hero-image-right img {
    }
    .dark-hero-image-label {
        line-height: 25px;
        font-size: 15px;
    }
    .section-title-break-line {
        width: 100px;
        height: 4px;
    }
    .section-title-description {
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 35px; /* 159.091% */
    }
    .section-inner-spacing {
        margin-top: 80px;
    }
    .header-inner-wrap {
        padding: 30px 0px;
    }
    .header-left {
        gap: 80px;
    }
    .header-logo {
        width: 325px;
        max-width: 100%;
    }
	.header-inner-wrap {
		justify-content: space-between;
		align-items: center;
	}
    .header-wrap .site-nav {
        display: flex;
        align-items: center;
        gap: 50px;
    }
    .header-wrap .site-nav a {
        font-size: 21px;
    }
    .header-right {
        gap: 40px;
    }
    .header-phone a {
        font-size: 21px;
    }
    .header-button a {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 15px;
        padding-bottom: 15px;
		font-size: 20px;
    }
	.header-wrap.scroll-up .header-inner-wrap {
		padding: 20px 0px;
	}
    .main-hero-inner-wrap {
        padding: 30px 0;
        align-items: center;
        gap: 100px;
    }
    .main-hero-content-left {
        gap: 50px;
    }
    .hero-title {
        font-size: 70px;
        font-style: normal;
        font-weight: 600;
        line-height: 85px; /* 121.429% */
    }
    .main-hero-title-desc-wrap {
        gap: 35px;
    }
    .main-hero-description {
        font-size: 28px;
        line-height: 40px;
    }
    .main-hero-button {
        font-size: 24px;
        padding: 17px 50px;
    }
    .main-hero-right {
        min-width: 700px;
    }
    .review-area-inner {
        padding-top: 30px;
        padding-bottom: 30px;
        gap: 20px;
    }
    .review-area-tagline a {
        font-size: 23px;
    }
    .review-area-stars {
        width: 130px;
        height: auto;
    }
    .main-website-feature-items-inner-wrap {
        display: inline-grid;
        column-gap: 30px;
        grid-template-rows: repeat(1,fit-content(100%));
        grid-template-columns: repeat(4,minmax(0,1fr));
    }
    .main-website-feature-box {
        display: flex;
        padding: 40px;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
        grid-row: span 1;
        grid-column: span 1;
        justify-self: stretch;
    }
    .main-website-feature-title {
        font-size: 24px;
        line-height: 35px;
    }
    .main-website-feature-description {
        line-height: 28px;
        font-size: 19px;
    }
    .pay-monthly-website-price-plans-price-plans-wrap {
        display: inline-grid;
        row-gap: 25px;
        column-gap: 50px;
        grid-template-rows: repeat(1,fit-content(100%));
        grid-template-columns: repeat(3,minmax(0,1fr));
        grid-auto-flow: row;
    }
    .pay-montly-website-price-plan-col {
        padding: 45px 35px;
    }
	.pay-monthly-website-price-plan-inner-wrap {
		gap: 80px;
	}
    .pay-monthly-website-header-area {
        gap: 30px;
    }
    .pay-monthly-website-title-area {
        gap: 20px;
    }
    .pay-monthly-website-title-area-icon {
        display: flex;
        padding-top: 1px;
        align-items: flex-start;
        gap: 10px;
    }
    .pay-monthly-website-title-area-content {
        gap: 15px;
    }
    .pay-monthly-website-title-area-content-plan-name h2 {
        font-size: 32px;
        line-height: 45px; /* 140.625% */
        margin-bottom: 15px;
    }
    .pay-monthly-website-title-area-content-price-wrap {
        gap: 10px;
    }
    .pay-monthly-website-title-area-content-price-amount {
        font-size: 22px;
        line-height: 25px; /* 113.636% */
    }
    .pay-monthly-website-title-area-content-price-terms {
        font-size: 17px;
        line-height: 22px; /* 129.412% */
    }
    .pay-monthly-website-features-wrap {
        gap: 35px;
    }
	.pay-monthly-website-features-list {
		gap: 20px;
	}
    .pay-monthly-website-features-list li {
        font-size: 18px;
        line-height: 25px; /* 138.889% */
    }
    .pay-monthly-website-enquire-now-button {
        padding: 13px 30px;
        gap: 10px;
		font-size: 18px;
    }
	.pay-monthly-website-title-area-content-plan-name {
		line-height: 45px;
		font-size: 32px;
	}
	.pay-monthly-website-plan-description {
		font-size: 18px;
		line-height: 27px;
	}
    .section-3-col-wrap {
        display: inline-grid;
        row-gap: 3px;
        column-gap: 60px;
        grid-template-rows: repeat(1,fit-content(100%));
        grid-template-columns: repeat(3,minmax(0,1fr));
        grid-auto-flow: row;
    }
    .section-3-col-item {
        flex-direction: column;
        align-items: flex-start;
        grid-row: span 1;
        grid-column: span 1;
    }
    .section-3-col-content-wrap {
        flex-direction: column;
        align-items: flex-start;
		align-self: stretch;
    }
    .section-3-col-content-title {
        font-size: 32px;
        line-height: 45px;
    }
    .section-3-col-content-description {
        font-size: 22px;
        line-height: 35px;
    }
    .client-reviews-wrap {
        display: inline-grid;
        row-gap: 35px;
        column-gap: 35px;
        align-self: stretch;
        grid-template-rows: repeat(1,fit-content(100%));
        grid-template-columns: repeat(3,minmax(0,1fr));
        grid-auto-flow: row;
    }
    .client-review-item {
        padding: 40px 35px;
    }
    .client-review-title {
        font-size: 28px;
        line-height: 38px;
    }
    .client-review-content-area {
        gap: 35px;
		margin-top: 25px;
    }
    .client-review-description {
        font-size: 19px;
        line-height: 30px;
    }
    .client-review-footer {
        padding: 15px 25px;
    }
    .website-features-inner-wrap {
        gap: 80px;
    }
    .website-feature-item-grid {
        display: grid;
        row-gap: 40px;
        column-gap: 40px;
        grid-auto-flow: row;
        grid-template-rows: repeat(2,fit-content(100%));
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
    .website-feature-item {
        padding: 35px;
        align-items: flex-start;
        align-self: stretch;
        grid-row: span 1;
        grid-column: span 1;
        justify-self: stretch;
    }
    .website-feature-item-header {
        display: flex;
        align-items: center;
        gap: 10px;
        align-self: stretch;
    }
    .website-feature-item-icon {
        width: 50px;
        height: 50px;
    }
    .website-feature-item-title {
        font-size: 24px;
        line-height: 35px;
    }
    .website-feature-item-content-area  {
        line-height: 27px;
        font-size: 18px;
		margin-top: 25px;
    }
    .easy-steps-inner-wrap {
        display: inline-grid;
        column-gap: 60px;
        grid-template-rows: repeat(1,fit-content(100%));
        grid-template-columns: repeat(3,minmax(0,1fr));
        grid-auto-flow: row;
        padding-top: 80px;
    }
    .easy-step-item  {
        padding: 40px;
        gap: 30px;
    }
    .easy-step-item-icon {
        width: 80px;
        height: 80px;
    }
    .easy-step-item-content-wrap {
        gap: 25px;
    }
    .easy-step-item-title {
        font-size: 28px;
        line-height: 38px;
    }
    .easy-step-item-description  {
        line-height: 31px;
        font-size: 20px;
    }
    .compare-table-inner-wrap {
        gap: 80px;
    }
    .compare-table-col-2-item {
        padding: 50px;
        gap: 50px;
        flex: 1 0 0;
    }
    .compare-table-col-2-title {
        font-size: 36px;
        line-height: 40px;
    }
    .compare-table-col-2-features-wrap {
        gap: 40px;
    }
    .compare-table-col-2-features-wrap li {
        font-size: 22px;
        gap: 15px;
    }
    .faqs-inner-wrap {
        margin-top: 80px;
    }
    .faq-block {
        gap: 30px;

    }
    .faq-item {
        padding: 20px 35px;
    }
    .footer {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .footer-header {
        justify-content: space-between;
        align-items: flex-start;
    }
    .footer-business-details {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }
    .footer-ubie-websites-logo {
        width: 260px;
        height: 41px;
    }
    .footer-contact-details {
        display: inline-grid;
        row-gap: 15px;
        column-gap: 15px;
        grid-template-rows: repeat(3,fit-content(100%));
        grid-template-columns: repeat(2,fit-content(100%));
        grid-auto-flow: row;
    }
    .footer-contact-details-label, .footer-contact-details-content {
        grid-row: span 1;
        grid-column: span 1;
        font-size: 19px;
        line-height: 26px;
    }
    .footer-reviews-badge {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-bottom {
        display: flex;
        padding-top: 31px;
        justify-content: space-between;
        align-items: flex-start;
    }
    .footer-copyright-wrap {
        display: grid;
        row-gap: 15px;
        column-gap: 15px;
        grid-template-rows: repeat(1,fit-content(100%));
        grid-template-columns: repeat(3,fit-content(100%));
        grid-auto-flow: row;
		font-size: 16px;
    }
    .footer-policy-links {
        display: grid;
        row-gap: 25px;
        column-gap: 25px;
        grid-template-rows: repeat(1,fit-content(100%));
        grid-template-columns: repeat(3,fit-content(100%));
        grid-auto-flow: row;
    }
	#ubie-max-website-performance {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	#ubie-max-content {
		gap: 200px;
	}
	#bancrofts-organising-services-page-insights {
		max-width: 700px;
	}
	.example-websites-inner-wrap, .client-reviews-inner-wrap {
		gap: 80px;
	}
	.client-review-name {
		font-size: 18px;
		line-height: 25px;
	}
	.client-review-platform {
		font-size: 17px;
		line-height: 25px;
	}
	.website-features-inner-wrap-items {
		display: flex;
		flex-direction: column;
		gap: 80px;
	}
	.website-feature-items-grid {
		display: inline-grid;
		row-gap: 35px;
		column-gap: 35px;
		grid-template-rows: repeat(2,fit-content(100%));
		grid-template-columns: repeat(3,minmax(0,1fr));
		grid-row: span 1;
		grid-column: span 1;
		grid-auto-flow: row;
		justify-self: stretch;
	}
	.website-feature-title {
		font-size: 32px;
		line-height: 45px;
	}
	.website-feature-item-grid-wrap {
		gap: 40px;
	}
	.compare-table-inner-items-wrap {
		display: inline-flex;
		align-items: center;
		gap: 160px;
	}
	.faqs-inner-wrap {
		display flex;
	}
	.faq-title {
		font-size: 22px;
		line-height: 32px;
	}
	.faq-item-content-area {
		font-size: 18px;
		line-height: 27px;
	}
	.compare-table-col-2-features-wrap li::before {
		flex: 0 0 35px;
		width: 35px;
		height: 35px;
	}
	.header-wrap .nav-menu {
		display: flex;
		gap: 50px;
	}
	.header-wrap .nav-menu li {
		align-items: center;
	}
	.policy-links-menu {
		column-gap: 25px;
	}
	.policy-links-menu a {
		font-size: 16px;
	}
	.main-website-feature-box-inner {
		gap: 25px;
	}
	.section-title-area {
		gap: 25px;
	}
	.section-title-break-line {
		margin-top: 5px;
	}
	#main-header.scroll-up .site-nav a, #main-header.scroll-up .header-phone a, #main-header.scroll-up .header-button a {
		font-size: 19px;
	}
	#mobile-header {
		display: none;
	}
	.dark-hero-content-left {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 25px;
	}
	.form-fields-wrap {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 40px;
	}
	.wpcf7-form-control {
		line-height: 32px; /* 175% */
		font-size: 18px;
	}
	.wpcf7-submit {
		padding: 15px 55px;
		font-size: 20px;
		line-height: 25px !important;
	}
}


/* =========================================
   > 1600px
   Large desktop
========================================= */

@media (min-width: 1601px) and (max-width: 1920px) {
	.main-website-feature-box-content {
		align-items: flex-start;
	}
	.container {
        max-width: 1690px;
        padding-left: 6%;
        padding-right: 6%;
    }
    .section-spacing {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .light-hero {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .dark-hero-logo {
        width: 165px;
        height: auto;
    }
    .dark-hero-title {
        font-size: 46px;
    }
    .section-title {
        font-size: 46px;
    }
	.main-hero-wrap {
		padding-top: 116px;
	}
    .dark-hero-content {
        font-size: 22px;
        line-height: 35px;
    }
    .dark-hero-image-right {
        flex-direction: column;
    }
    .dark-hero-image-right img {
    }
    .dark-hero-image-label {
        line-height: 25px;
        font-size: 15px;
    }
	#main-header.scroll-up .header-logo img {
	  transform: scale(0.82);
	}
    .section-title-break-line {
        width: 100px;
        height: 4px;
    }
    .section-title-description {
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 35px; /* 159.091% */
    }
    .section-inner-spacing {
        margin-top: 80px;
    }
    .header-inner-wrap {
        padding: 30px 0px;
    }
    .header-left {
        gap: 50px;
    }
    .header-logo {
        width: 325px;
        max-width: 100%;
    }
	.header-inner-wrap {
		justify-content: space-between;
		align-items: center;
	}
    .header-wrap .site-nav {
        display: flex;
        align-items: center;
        gap: 50px;
    }
    .header-wrap .site-nav a {
        font-size: 21px;
    }
    .header-right {
        gap: 40px;
    }
    .header-phone a {
        font-size: 21px;
    }
    .header-button a {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 15px;
        padding-bottom: 15px;
		font-size: 20px;
    }
    .main-hero-inner-wrap {
        padding: 30px 0;
        align-items: center;
        gap: 80px;
    }
    .main-hero-content-left {
        gap: 40px;
    }
    .hero-title {
        font-size: 66px;
        font-style: normal;
        font-weight: 600;
        line-height: 83px; /* 121.429% */
    }
    .main-hero-title-desc-wrap {
        gap: 35px;
    }
    .main-hero-description {
        font-size: 26px;
        line-height: 37px;
    }
    .main-hero-button {
        font-size: 22px;
        padding: 15px 40px;
    }
    .main-hero-right {
        min-width: 600px;
    }
    .review-area-inner {
        padding-top: 30px;
        padding-bottom: 30px;
        gap: 20px;
    }
    .review-area-tagline a {
        font-size: 22px;
    }
    .review-area-stars {
        width: 130px;
        height: auto;
    }
    .main-website-feature-items-inner-wrap {
        display: inline-grid;
        column-gap: 25px;
        grid-template-rows: repeat(1,fit-content(100%));
        grid-template-columns: repeat(4,minmax(0,1fr));
    }
    .main-website-feature-box {
        display: flex;
        padding: 30px;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
        grid-row: span 1;
        grid-column: span 1;
        justify-self: stretch;
    }
    .main-website-feature-title {
        font-size: 22px;
        line-height: 30px;
    }
    .main-website-feature-description {
        line-height: 26px;
        font-size: 18px;
    }
    .pay-monthly-website-price-plans-price-plans-wrap {
        display: inline-grid;
        row-gap: 35px;
        column-gap: 35px;
        grid-template-rows: repeat(1,fit-content(100%));
        grid-template-columns: repeat(3,minmax(0,1fr));
        grid-auto-flow: row;
    }
    .pay-montly-website-price-plan-col {
        padding: 45px 35px;
    }
	.pay-monthly-website-price-plan-inner-wrap {
		gap: 80px;
	}
    .pay-monthly-website-header-area {
        gap: 30px;
    }
    .pay-monthly-website-title-area {
        gap: 20px;
    }
    .pay-monthly-website-title-area-icon {
        display: flex;
        padding-top: 1px;
        align-items: flex-start;
        gap: 10px;
    }
    .pay-monthly-website-title-area-content {
        gap: 15px;
    }
    .pay-monthly-website-title-area-content-price-wrap {
        gap: 10px;
    }
    .pay-monthly-website-title-area-content-price-amount {
        font-size: 22px;
        line-height: 25px; /* 113.636% */
    }
    .pay-monthly-website-title-area-content-price-terms {
        font-size: 17px;
        line-height: 22px; /* 129.412% */
    }
    .pay-monthly-website-features-wrap {
        gap: 35px;
    }
	.pay-monthly-website-features-list {
		gap: 20px;
	}
    .pay-monthly-website-features-list li {
        font-size: 18px;
        line-height: 25px; /* 138.889% */
    }
    .pay-monthly-website-enquire-now-button {
        padding: 13px 30px;
        gap: 10px;
		font-size: 17px;
    }
	.pay-monthly-website-title-area-content-plan-name {
		line-height: 40px;
		font-size: 30px;
	}
	.pay-monthly-website-plan-description {
		font-size: 18px;
		line-height: 27px;
	}
    .section-3-col-wrap {
        display: inline-grid;
        row-gap: 3px;
        column-gap: 50px;
        grid-template-rows: repeat(1,fit-content(100%));
        grid-template-columns: repeat(3,minmax(0,1fr));
        grid-auto-flow: row;
    }
    .section-3-col-item {
        flex-direction: column;
        align-items: flex-start;
        grid-row: span 1;
        grid-column: span 1;
    }
    .section-3-col-content-wrap {
        flex-direction: column;
        align-items: flex-start;
		align-self: stretch;
    }
    .section-3-col-content-title {
        font-size: 28px;
        line-height: 40px;
    }
    .section-3-col-content-description {
        font-size: 20px;
        line-height: 32px;
    }
    .client-reviews-wrap {
        display: inline-grid;
        row-gap: 35px;
        column-gap: 25px;
        align-self: stretch;
        grid-template-rows: repeat(1,fit-content(100%));
        grid-template-columns: repeat(3,minmax(0,1fr));
        grid-auto-flow: row;
    }
    .client-review-item {
        padding: 40px 30px;
    }
    .client-review-title {
        font-size: 28px;
        line-height: 38px;
    }
    .client-review-content-area {
        gap: 35px;
		margin-top: 25px;
    }
    .client-review-description {
        font-size: 17.9px;
        line-height: 27px;
    }
    .client-review-footer {
        padding: 15px 20px;
    }
    .website-features-inner-wrap {
        gap: 80px;
    }
    .website-feature-item-grid {
        display: grid;
        row-gap: 40px;
        column-gap: 40px;
        grid-auto-flow: row;
        grid-template-rows: repeat(2,fit-content(100%));
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
    .website-feature-item {
        padding: 35px;
        align-items: flex-start;
        align-self: stretch;
        grid-row: span 1;
        grid-column: span 1;
        justify-self: stretch;
    }
    .website-feature-item-header {
        display: flex;
        align-items: center;
        gap: 10px;
        align-self: stretch;
    }
    .website-feature-item-icon {
        width: 50px;
        height: 50px;
    }
    .website-feature-item-title {
        font-size: 24px;
        line-height: 35px;
    }
    .website-feature-item-content-area  {
        line-height: 27px;
        font-size: 18px;
		margin-top: 25px;
    }
    .easy-steps-inner-wrap {
        display: inline-grid;
        column-gap: 40px;
        grid-template-rows: repeat(1,fit-content(100%));
        grid-template-columns: repeat(3,minmax(0,1fr));
        grid-auto-flow: row;
        padding-top: 80px;
    }
    .easy-step-item {
        padding: 40px;
        gap: 30px;
    }
    .easy-step-item-icon {
        width: 80px;
        height: 80px;
    }
    .easy-step-item-content-wrap {
        gap: 25px;
    }
    .easy-step-item-title {
        font-size: 28px;
        line-height: 38px;
    }
    .easy-step-item-description  {
        line-height: 30px;
        font-size: 19px;
    }
    .compare-table-inner-wrap {
        gap: 80px;
    }
    .compare-table-col-2-item {
        padding: 50px;
        gap: 50px;
        flex: 1 0 0;
    }
    .compare-table-col-2-title {
        font-size: 32px;
        line-height: 40px;
    }
    .compare-table-col-2-features-wrap {
        gap: 35px;
    }
    .compare-table-col-2-features-wrap li {
        font-size: 19px;
        gap: 15px;
		line-height: 27px;
    }
    .faqs-inner-wrap {
        margin-top: 80px;
    }
    .faq-block {
        gap: 30px;

    }
    .faq-item {
        padding: 20px 35px;
    }
    .footer {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .footer-header {
        justify-content: space-between;
        align-items: flex-start;
    }
    .footer-business-details {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }
    .footer-ubie-websites-logo {
        width: 260px;
        height: 41px;
    }
    .footer-contact-details {
        display: inline-grid;
        row-gap: 15px;
        column-gap: 15px;
        grid-template-rows: repeat(3,fit-content(100%));
        grid-template-columns: repeat(2,fit-content(100%));
        grid-auto-flow: row;
    }
    .footer-contact-details-label, .footer-contact-details-content {
        grid-row: span 1;
        grid-column: span 1;
        font-size: 17px;
        line-height: 24px;
    }
    .footer-reviews-badge {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-bottom {
        display: flex;
        padding-top: 31px;
        justify-content: space-between;
        align-items: flex-start;
    }
    .footer-copyright-wrap {
        display: grid;
        row-gap: 15px;
        column-gap: 15px;
        grid-template-rows: repeat(1,fit-content(100%));
        grid-template-columns: repeat(3,fit-content(100%));
        grid-auto-flow: row;
		font-size: 15px;
    }
    .footer-policy-links {
        display: grid;
        row-gap: 25px;
        column-gap: 25px;
        grid-template-rows: repeat(1,fit-content(100%));
        grid-template-columns: repeat(3,fit-content(100%));
        grid-auto-flow: row;
    }
	#ubie-max-website-performance {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#ubie-max-content {
		gap: 100px;
	}
	#bancrofts-organising-services-page-insights {
		max-width: 700px;
	}
	.example-websites-inner-wrap, .client-reviews-inner-wrap {
		gap: 80px;
	}
	.client-review-name {
		font-size: 16px;
		line-height: 23px;
	}
	.client-review-platform {
		font-size: 15px;
		line-height: 25px;
	}
	.website-features-inner-wrap-items {
		display: flex;
		flex-direction: column;
		gap: 80px;
	}
	.website-feature-items-grid {
		display: inline-grid;
		row-gap: 35px;
		column-gap: 35px;
		grid-template-rows: repeat(2,fit-content(100%));
		grid-template-columns: repeat(3,minmax(0,1fr));
		grid-row: span 1;
		grid-column: span 1;
		grid-auto-flow: row;
		justify-self: stretch;
	}
	.website-feature-title {
		font-size: 32px;
		line-height: 45px;
	}
	.website-feature-item-grid-wrap {
		gap: 40px;
	}
	.compare-table-inner-items-wrap {
		display: inline-flex;
		align-items: center;
		gap: 130px;
	}
	.faqs-inner-wrap {
		display flex;
	}
	.faq-title {
		font-size: 22px;
		line-height: 32px;
	}
	.faq-item-content-area {
		font-size: 18px;
		line-height: 27px;
	}
	.compare-table-col-2-features-wrap li::before {
		flex: 0 0 30px;
		width: 30px;
		height: 30px;
	}
	.header-wrap .nav-menu {
		display: flex;
		gap: 50px;
	}
	.header-wrap .nav-menu li {
		align-items: center;
	}
	.policy-links-menu a {
		font-size: 15px;
	}
	.header-wrap.scroll-up .header-inner-wrap {
		padding: 20px 0px;
	}
	#main-header.scroll-up .site-nav a, #main-header.scroll-up .header-phone a, #main-header.scroll-up .header-button a {
		font-size: 19px;
	}
	.main-website-feature-box-inner {
		gap: 25px;
	}
	.section-title-area {
		gap: 25px;
	}
	.section-title-break-line {
		margin-top: 5px;
	}
	.policy-links-menu {
		column-gap: 25px;
	}
	#mobile-header {
		display: none;
	}
	.dark-hero-content-left {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 25px;
	}
	.mobile-header-logo {
		width: 250px;
	}
	.form-fields-wrap {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 40px;
	}
	.wpcf7-form-control {
		line-height: 32px; /* 175% */
		font-size: 18px;
	}
	.wpcf7-submit {
		padding: 15px 55px;
		font-size: 20px;
		line-height: 25px !important;
	}
}


/* =========================================
   > 1200px
   Desktop / laptop
========================================= */

@media (min-width: 1200px) and (max-width: 1600px) {
	.main-website-feature-box-content {
		align-items: flex-start;
	}
	.container {
        max-width: 1850px;
        padding-left: 6%;
        padding-right: 6%;
    }
    .section-spacing {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .light-hero {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .dark-hero-logo {
        width: 125px;
        height: auto;
    }
    .dark-hero-title {
        font-size: 36px;
    }
    .section-title {
        font-size: 36px;
    }
	.main-hero-wrap {
		padding-top: 116px;
	}
    .dark-hero-content {
        font-size: 18px;
        line-height: 26px;
    }
    .dark-hero-image-right {
        flex-direction: column;
    }
    .dark-hero-image-right img {
    }
    .dark-hero-image-label {
        line-height: 21px;
        font-size: 15px;
    }
	#main-header.scroll-up .header-logo img {
	  transform: scale(0.82);
	}
    .section-title-break-line {
        width: 100px;
        height: 4px;
    }
    .section-title-description {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 31px; /* 159.091% */
    }
    .section-inner-spacing {
        margin-top: 80px;
    }
    .header-inner-wrap {
        padding: 30px 0px;
    }
    .header-left {
        gap: 45px;
    }
    .header-logo {
        width: 265px;
        max-width: 100%;
    }
	.header-inner-wrap {
		justify-content: space-between;
		align-items: center;
	}
    .site-nav {
        display: flex;
        align-items: center;
        gap: 30px;
    }
    .site-nav a {
        font-size: 19px;
    }
    .header-right {
        gap: 40px;
    }
	.header-phone {
		display: none;
	}
    .header-phone a {
        font-size: 19px;
    }
    .header-button a {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 13px;
        padding-bottom: 13px;
		font-size: 18px;
    }
    .main-hero-inner-wrap {
        padding: 30px 0;
        align-items: center;
        gap: 80px;
    }
    .main-hero-content-left {
        gap: 40px;
    }
    .hero-title {
        font-size: 52px;
        font-style: normal;
        font-weight: 600;
        line-height: 68px; /* 121.429% */
    }
    .main-hero-title-desc-wrap {
        gap: 30px;
    }
    .main-hero-description {
        font-size: 22px;
        line-height: 32px;
    }
    .main-hero-button {
        font-size: 20px;
        padding: 15px 35px;
    }
    .main-hero-right {
        min-width: 500px;
    }
    .review-area-inner {
        padding-top: 25px;
        padding-bottom: 25px;
        gap: 20px;
    }
    .review-area-tagline a {
        font-size: 21px;
    }
    .review-area-stars {
        width: 130px;
        height: auto;
    }
    .main-website-feature-items-inner-wrap {
        display: inline-grid;
        column-gap: 20px;
        grid-template-rows: repeat(1,fit-content(100%));
        grid-template-columns: repeat(4,minmax(0,1fr));
    }
    .main-website-feature-box {
        display: flex;
        padding: 30px 15px;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
        grid-row: span 1;
        grid-column: span 1;
        justify-self: stretch;
    }
    .main-website-feature-title {
        font-size: 20px;
        line-height: 26px;
    }
    .main-website-feature-description {
        line-height: 22px;
        font-size: 16px;
    }
    .pay-monthly-website-price-plans-price-plans-wrap {
        display: inline-grid;
        row-gap: 35px;
        column-gap: 35px;
        grid-template-rows: repeat(1,fit-content(100%));
        grid-template-columns: repeat(3,minmax(0,1fr));
        grid-auto-flow: row;
    }
    .pay-montly-website-price-plan-col {
        padding: 45px 30px;
    }
	.pay-monthly-website-price-plan-inner-wrap {
		gap: 60px;
	}
    .pay-monthly-website-header-area {
        gap: 30px;
    }
    .pay-monthly-website-title-area {
        gap: 10px;
		flex-direction: column;
    }
    .pay-monthly-website-title-area-icon {
        display: flex;
        padding-top: 1px;
        align-items: flex-start;
        gap: 10px;
    }
    .pay-monthly-website-title-area-content {
        gap: 15px;
    }
    .pay-monthly-website-title-area-content-price-wrap {
        gap: 10px;
    }
    .pay-monthly-website-title-area-content-price-amount {
        font-size: 20px;
        line-height: 28px; /* 113.636% */
    }
    .pay-monthly-website-title-area-content-price-terms {
        font-size: 17px;
        line-height: 22px; /* 129.412% */
    }
    .pay-monthly-website-features-wrap {
        gap: 35px;
    }
	.pay-monthly-website-features-list {
		gap: 20px;
	}
    .pay-monthly-website-features-list li {
        font-size: 16px;
        line-height: 25px; /* 138.889% */
    }
    .pay-monthly-website-enquire-now-button {
        padding: 13px 30px;
        gap: 10px;
		font-size: 16px;
    }
	.pay-monthly-website-title-area-content-plan-name {
		line-height: 40px;
		font-size: 28px;
	}
	.pay-monthly-website-plan-description {
		font-size: 17px;
		line-height: 24px;
	}
    .section-3-col-wrap {
        display: inline-grid;
        row-gap: 3px;
        column-gap: 40px;
        grid-template-rows: repeat(1,fit-content(100%));
        grid-template-columns: repeat(3,minmax(0,1fr));
        grid-auto-flow: row;
    }
    .section-3-col-item {
        flex-direction: column;
        align-items: flex-start;
        grid-row: span 1;
        grid-column: span 1;
    }
    .section-3-col-content-wrap {
        flex-direction: column;
        align-items: flex-start;
		align-self: stretch;
    }
    .section-3-col-content-title {
        font-size: 26px;
        line-height: 36px;
    }
    .section-3-col-content-description {
        font-size: 18px;
        line-height: 28px;
    }
    .client-reviews-wrap {
        display: inline-grid;
        row-gap: 35px;
        column-gap: 20px;
        align-self: stretch;
        grid-template-rows: repeat(1,fit-content(100%));
        grid-template-columns: repeat(3,minmax(0,1fr));
        grid-auto-flow: row;
    }
    .client-review-item {
        padding: 40px 30px;
    }
    .client-review-title {
        font-size: 26px;
        line-height: 34px;
    }
    .client-review-content-area {
        gap: 35px;
		margin-top: 25px;
    }
    .client-review-description {
        font-size: 17.9px;
        line-height: 27px;
    }
    .client-review-footer {
        padding: 15px 20px;
    }
    .website-features-inner-wrap {
        gap: 60px;
    }
    .website-feature-item-grid {
        display: grid;
        row-gap: 40px;
        column-gap: 40px;
        grid-auto-flow: row;
        grid-template-rows: repeat(2,fit-content(100%));
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
    .website-feature-item {
        padding: 35px 25px;
        align-items: flex-start;
        align-self: stretch;
        grid-row: span 1;
        grid-column: span 1;
        justify-self: stretch;
    }
    .website-feature-item-header {
        display: flex;
        align-items: center;
        gap: 10px;
        align-self: stretch;
    }
    .website-feature-item-icon {
        width: 40px;
        height: 40px;
    }
    .website-feature-item-title {
        font-size: 21px;
        line-height: 28px;
    }
    .website-feature-item-content-area  {
        line-height: 22px;
        font-size: 16px;
		margin-top: 25px;
    }
    .easy-steps-inner-wrap {
        display: inline-grid;
        column-gap: 25px;
        grid-template-rows: repeat(1,fit-content(100%));
        grid-template-columns: repeat(3,minmax(0,1fr));
        grid-auto-flow: row;
        padding-top: 60px;
    }
    .easy-step-item  {
        padding: 35px 30px;
        gap: 30px;
    }
    .easy-step-item-icon {
        width: 80px;
        height: 80px;
    }
    .easy-step-item-content-wrap {
        gap: 25px;
    }
    .easy-step-item-title {
        font-size: 26px;
        line-height: 36px;
    }
    .easy-step-item-description  {
        line-height: 28px;
        font-size: 18px;
    }
    .compare-table-inner-wrap {
        gap: 60px;
    }
    .compare-table-col-2-item {
        padding: 50px 40px;
        gap: 50px;
        flex: 1 0 0;
    }
    .compare-table-col-2-title {
        font-size: 28px;
        line-height: 36px;
    }
    .compare-table-col-2-features-wrap {
        gap: 30px;
    }
    .compare-table-col-2-features-wrap li {
        font-size: 18px;
        gap: 15px;
		line-height: 26px;
    }
    .faqs-inner-wrap {
        margin-top: 60px;
    }
    .faq-block {
        gap: 30px;

    }
    .faq-item {
        padding: 15px 35px;
    }
    .footer {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .footer-header {
        justify-content: space-between;
        align-items: flex-start;
    }
    .footer-business-details {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }
    .footer-ubie-websites-logo {
        width: 260px;
        height: 41px;
    }
    .footer-contact-details {
        display: inline-grid;
        row-gap: 15px;
        column-gap: 15px;
        grid-template-rows: repeat(3,fit-content(100%));
        grid-template-columns: repeat(2,fit-content(100%));
        grid-auto-flow: row;
    }
    .footer-contact-details-label, .footer-contact-details-content {
        grid-row: span 1;
        grid-column: span 1;
        font-size: 17px;
        line-height: 24px;
    }
    .footer-reviews-badge {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-bottom {
        display: flex;
        padding-top: 31px;
        justify-content: space-between;
        align-items: flex-start;
		flex-direction: column;
    }
    .footer-copyright-wrap {
        display: grid;
        row-gap: 15px;
        column-gap: 15px;
        grid-template-rows: repeat(1,fit-content(100%));
        grid-template-columns: repeat(3,fit-content(100%));
        grid-auto-flow: row;
		font-size: 15px;
    }
    .footer-policy-links {
        display: grid;
        row-gap: 25px;
        column-gap: 25px;
		grid-template-rows: repeat(1,fit-content(100%));
		grid-template-columns: repeat(3,fit-content(100%));
        grid-auto-flow: row;
		margin-top: 15px;
    }
	#ubie-max-website-performance {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#ubie-max-content {
		gap: 80px;
	}
	#bancrofts-organising-services-page-insights {
		max-width: 700px;
		min-width: 480px;
	}
	.example-websites-inner-wrap, .client-reviews-inner-wrap {
		gap: 60px;
	}
	.client-review-name {
		font-size: 16px;
		line-height: 23px;
	}
	.client-review-platform {
		font-size: 15px;
		line-height: 25px;
	}
	.website-features-inner-wrap-items {
		display: flex;
		flex-direction: column;
		gap: 80px;
	}
	.website-feature-items-grid {
		display: inline-grid;
		row-gap: 35px;
		column-gap: 35px;
		grid-template-rows: repeat(2,fit-content(100%));
		grid-template-columns: repeat(3,minmax(0,1fr));
		grid-row: span 1;
		grid-column: span 1;
		grid-auto-flow: row;
		justify-self: stretch;
	}
	.website-feature-title {
		font-size: 28px;
		line-height: 38px;
	}
	.website-feature-item-grid-wrap {
		gap: 40px;
	}
	.compare-table-inner-items-wrap {
		display: inline-flex;
		align-items: center;
		gap: 80px;
	}
	.faqs-inner-wrap {
		display flex;
	}
	.faq-title {
		font-size: 20px;
		line-height: 26px;
	}
	.faq-item-content-area {
		font-size: 18px;
		line-height: 27px;
	}
	.compare-table-col-2-features-wrap li::before {
		flex: 0 0 30px;
		width: 30px;
		height: 30px;
	}
	.header-wrap .nav-menu {
		display: flex;
		gap: 30px;
	}
	.header-wrap .nav-menu li {
		align-items: center;
	}
	.policy-links-menu {
		gap: 25px;
	}
	.policy-links-menu a {
		font-size: 15px;
	}
	.header-wrap.scroll-up .header-inner-wrap {
		padding: 20px 0px;
	}
	#main-header.scroll-up .site-nav a, #main-header.scroll-up .header-phone a, #main-header.scroll-up .header-button a {
		font-size: 17px;
	}
	.main-website-feature-box-inner {
		gap: 20px;
	}
	.section-title-area {
		gap: 15px;
	}
	.section-title-break-line {
		margin-top: 15px;
	}
	.faq-icon-plus, .faq-icon-minus {
		width: 25px;
		height: 25px;
	}
	.dark-hero-content-left {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 25px;
	}
	#mobile-header {
		display: none;
	}
	.mobile-header-logo {
		width: 250px;
	}
	.form-fields-wrap {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}
	.wpcf7-form-control {
		line-height: 32px; /* 175% */
		font-size: 18px;
	}
	.wpcf7-submit {
		padding: 15px 50px;
		font-size: 18px;
		line-height: 25px !important;
	}
}

/* =========================================
   > 1024px
   Large Tablet / Small Laptop
========================================= */

@media (min-width: 1025px) and (max-width: 1200px) {
	
	.dark-hero-content-left {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}
	.main-website-feature-box-content {
		align-items: flex-start;
	}
	.container {
        max-width: 1200px;
        padding-left: 6%;
        padding-right: 6%;
    }
    .section-spacing {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .light-hero {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .dark-hero-logo {
        width: 125px;
        height: auto;
    }
    .dark-hero-title {
        font-size: 36px;
    }
    .section-title {
        font-size: 36px;
    }
	#main-header.scroll-up .header-logo img {
	  transform: scale(0.90);
	}
	.main-hero-wrap {
		padding-top: 97px;
	}
    .dark-hero-content {
        font-size: 18px;
        line-height: 26px;
    }
    .dark-hero-image-right {
        flex-direction: column;
    }
    .dark-hero-image-right img {
    }
    .dark-hero-image-label {
        line-height: 21px;
        font-size: 15px;
    }
    .section-title-break-line {
        width: 100px;
        height: 4px;
    }
    .section-title-description {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 31px; /* 159.091% */
    }
    .section-inner-spacing {
        margin-top: 80px;
    }
    .header-inner-wrap {
        padding: 25px 0px;
    }
    .header-left {
        gap: 30px;
    }
    .header-logo {
        width: 235px;
        max-width: 100%;
    }
	.header-inner-wrap {
		justify-content: space-between;
		align-items: center;
	}
    .site-nav {
        display: flex;
        align-items: center;
        gap: 30px;
    }
    .site-nav a {
        font-size: 18px;
    }
    .header-right {
        gap: 40px;
    }
	.header-phone {
		display: none;
	}
    .header-phone a {
        font-size: 19px;
    }
    .header-button a {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 12px;
        padding-bottom: 12px;
		font-size: 17px;
    }
    .main-hero-inner-wrap {
        padding: 30px 0;
        align-items: center;
        gap: 30px;
    }
    .main-hero-content-left {
        gap: 40px;
    }
    .hero-title {
        font-size: 46px;
        font-style: normal;
        font-weight: 600;
        line-height: 58px; /* 121.429% */
    }
    .main-hero-title-desc-wrap {
        gap: 30px;
    }
    .main-hero-description {
        font-size: 20px;
        line-height: 28px;
    }
    .main-hero-button {
        font-size: 18px;
        padding: 15px 35px;
    }
    .main-hero-right {
        min-width: 450px;
    }
    .review-area-inner {
        padding-top: 25px;
        padding-bottom: 25px;
        gap: 20px;
    }
    .review-area-tagline a {
        font-size: 20px;
    }
    .review-area-stars {
        width: 130px;
        height: auto;
    }
    .main-website-feature-items-inner-wrap {
        display: inline-grid;
        column-gap: 20px;
        grid-template-rows: repeat(1,fit-content(100%));
        grid-template-columns: repeat(4,minmax(0,1fr));
    }
    .main-website-feature-box {
        display: flex;
        padding: 30px 15px;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
        grid-row: span 1;
        grid-column: span 1;
        justify-self: stretch;
    }
    .main-website-feature-title {
        font-size: 20px;
        line-height: 26px;
    }
    .main-website-feature-description {
        line-height: 22px;
        font-size: 16px;
    }
    .pay-monthly-website-price-plans-price-plans-wrap {
        display: inline-grid;
        row-gap: 35px;
        column-gap: 35px;
        grid-template-rows: repeat(1,fit-content(100%));
        grid-template-columns: repeat(3,minmax(0,1fr));
        grid-auto-flow: row;
    }
    .pay-montly-website-price-plan-col {
        padding: 45px 30px;
    }
	.pay-monthly-website-price-plan-inner-wrap {
		gap: 60px;
	}
    .pay-monthly-website-header-area {
        gap: 30px;
    }
    .pay-monthly-website-title-area {
        gap: 10px;
		flex-direction: column;
    }
    .pay-monthly-website-title-area-icon {
        display: flex;
        padding-top: 1px;
        align-items: flex-start;
        gap: 10px;
    }
    .pay-monthly-website-title-area-content {
        gap: 15px;
    }
    .pay-monthly-website-title-area-content-price-wrap {
        gap: 10px;
    }
    .pay-monthly-website-title-area-content-price-amount {
        font-size: 20px;
        line-height: 28px; /* 113.636% */
    }
    .pay-monthly-website-title-area-content-price-terms {
        font-size: 17px;
        line-height: 22px; /* 129.412% */
    }
    .pay-monthly-website-features-wrap {
        gap: 35px;
    }
	.pay-monthly-website-features-list {
		gap: 20px;
	}
    .pay-monthly-website-features-list li {
        font-size: 16px;
        line-height: 25px; /* 138.889% */
    }
    .pay-monthly-website-enquire-now-button {
        padding: 13px 30px;
        gap: 10px;
		font-size: 16px;
    }
	.pay-monthly-website-title-area-content-plan-name {
		line-height: 40px;
		font-size: 28px;
	}
	.pay-monthly-website-plan-description {
		font-size: 17px;
		line-height: 24px;
	}
    .section-3-col-wrap {
        display: inline-grid;
        row-gap: 3px;
        column-gap: 40px;
        grid-template-rows: repeat(1,fit-content(100%));
        grid-template-columns: repeat(3,minmax(0,1fr));
        grid-auto-flow: row;
    }
    .section-3-col-item {
        flex-direction: column;
        align-items: flex-start;
        grid-row: span 1;
        grid-column: span 1;
    }
    .section-3-col-content-wrap {
        flex-direction: column;
        align-items: flex-start;
		align-self: stretch;
    }
    .section-3-col-content-title {
        font-size: 26px;
        line-height: 36px;
    }
    .section-3-col-content-description {
        font-size: 18px;
        line-height: 28px;
    }
    .client-reviews-wrap {
        display: inline-grid;
        row-gap: 35px;
        column-gap: 20px;
        align-self: stretch;
        grid-template-rows: repeat(1,fit-content(100%));
        grid-template-columns: repeat(3,minmax(0,1fr));
        grid-auto-flow: row;
    }
    .client-review-item {
        padding: 40px 30px;
    }
    .client-review-title {
        font-size: 26px;
        line-height: 34px;
    }
    .client-review-content-area {
        gap: 35px;
		margin-top: 25px;
    }
    .client-review-description {
        font-size: 17.9px;
        line-height: 27px;
    }
    .client-review-footer {
        padding: 15px 20px;
    }
    .website-features-inner-wrap {
        gap: 60px;
    }
    .website-feature-item-grid {
        display: grid;
        row-gap: 40px;
        column-gap: 40px;
        grid-auto-flow: row;
        grid-template-rows: repeat(2,fit-content(100%));
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
    .website-feature-item {
        padding: 35px 25px;
        align-items: flex-start;
        align-self: stretch;
        grid-row: span 1;
        grid-column: span 1;
        justify-self: stretch;
    }
    .website-feature-item-header {
        display: flex;
        align-items: center;
        gap: 10px;
        align-self: stretch;
    }
    .website-feature-item-icon {
        width: 40px;
        height: 40px;
    }
    .website-feature-item-title {
        font-size: 21px;
        line-height: 28px;
    }
    .website-feature-item-content-area  {
        line-height: 22px;
        font-size: 16px;
		margin-top: 25px;
    }
    .easy-steps-inner-wrap {
        display: inline-grid;
        column-gap: 25px;
        grid-template-rows: repeat(1,fit-content(100%));
        grid-template-columns: repeat(3,minmax(0,1fr));
        grid-auto-flow: row;
        padding-top: 60px;
    }
    .easy-step-item  {
        padding: 35px 30px;
        gap: 30px;
    }
    .easy-step-item-icon {
        width: 80px;
        height: 80px;
    }
    .easy-step-item-content-wrap {
        gap: 25px;
    }
    .easy-step-item-title {
        font-size: 26px;
        line-height: 36px;
    }
    .easy-step-item-description  {
        line-height: 28px;
        font-size: 18px;
    }
    .compare-table-inner-wrap {
        gap: 60px;
    }
    .compare-table-col-2-item {
        padding: 50px 40px;
        gap: 50px;
        flex: 1 0 0;
    }
    .compare-table-col-2-title {
        font-size: 28px;
        line-height: 36px;
    }
    .compare-table-col-2-features-wrap {
        gap: 30px;
    }
    .compare-table-col-2-features-wrap li {
        font-size: 18px;
        gap: 15px;
		line-height: 26px;
    }
    .faqs-inner-wrap {
        margin-top: 60px;
    }
    .faq-block {
        gap: 30px;

    }
    .faq-item {
        padding: 15px 35px;
    }
    .footer {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .footer-header {
        justify-content: space-between;
        align-items: flex-start;
    }
    .footer-business-details {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }
    .footer-ubie-websites-logo {
        width: 260px;
        height: 41px;
    }
    .footer-contact-details {
        display: inline-grid;
        row-gap: 15px;
        column-gap: 15px;
        grid-template-rows: repeat(3,fit-content(100%));
        grid-template-columns: repeat(2,fit-content(100%));
        grid-auto-flow: row;
    }
    .footer-contact-details-label, .footer-contact-details-content {
        grid-row: span 1;
        grid-column: span 1;
        font-size: 17px;
        line-height: 24px;
    }
    .footer-reviews-badge {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-bottom {
        display: flex;
        padding-top: 31px;
        justify-content: space-between;
        align-items: flex-start;
		flex-direction: column;
    }
    .footer-copyright-wrap {
        display: grid;
        row-gap: 15px;
        column-gap: 15px;
        grid-template-rows: repeat(1,fit-content(100%));
        grid-template-columns: repeat(3,fit-content(100%));
        grid-auto-flow: row;
		font-size: 15px;
    }
    .footer-policy-links {
        display: grid;
        row-gap: 25px;
        column-gap: 25px;
		grid-template-rows: repeat(1,fit-content(100%));
		grid-template-columns: repeat(3,fit-content(100%));
        grid-auto-flow: row;
		margin-top: 15px;
    }
	#ubie-max-website-performance {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#ubie-max-content {
		gap: 80px;
	}
	#bancrofts-organising-services-page-insights {
		max-width: 700px;
		min-width: 480px;
	}
	.example-websites-inner-wrap, .client-reviews-inner-wrap {
		gap: 60px;
	}
	.client-review-name {
		font-size: 16px;
		line-height: 23px;
	}
	.client-review-platform {
		font-size: 15px;
		line-height: 25px;
	}
	.website-features-inner-wrap-items {
		display: flex;
		flex-direction: column;
		gap: 80px;
	}
	.website-feature-items-grid {
		display: inline-grid;
		row-gap: 35px;
		column-gap: 35px;
		grid-template-rows: repeat(2,fit-content(100%));
		grid-template-columns: repeat(3,minmax(0,1fr));
		grid-row: span 1;
		grid-column: span 1;
		grid-auto-flow: row;
		justify-self: stretch;
	}
	.website-feature-title {
		font-size: 28px;
		line-height: 38px;
	}
	.website-feature-item-grid-wrap {
		gap: 40px;
	}
	.compare-table-inner-items-wrap {
		display: inline-flex;
		align-items: center;
		gap: 60px;
	}
	.faqs-inner-wrap {
		display flex;
	}
	.faq-title {
		font-size: 20px;
		line-height: 26px;
	}
	.faq-item-content-area {
		font-size: 18px;
		line-height: 27px;
	}
	.compare-table-col-2-features-wrap li::before {
		flex: 0 0 30px;
		width: 30px;
		height: 30px;
	}
	.header-wrap .nav-menu {
		display: flex;
		gap: 30px;
	}
	.header-wrap .nav-menu li {
		align-items: center;
	}
	.policy-links-menu {
		gap: 25px;
	}
	.policy-links-menu a {
		font-size: 15px;
	}
	.header-wrap.scroll-up .header-inner-wrap {
		padding: 20px 0px;
	}
	#main-header.scroll-up .site-nav a, #main-header.scroll-up .header-phone a, #main-header.scroll-up .header-button a {
		font-size: 17px;
	}
	.main-website-feature-box-inner {
		gap: 20px;
	}
	.section-title-area {
		gap: 15px;
	}
	.section-title-break-line {
		margin-top: 15px;
	}
	.faq-icon-plus, .faq-icon-minus {
		width: 25px;
		height: 25px;
	}
	#mobile-header {
		display: none;
	}
	.mobile-header-logo {
		width: 250px;
	}
	.form-fields-wrap {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 25px;
	}
	.wpcf7-form-control {
		line-height: 27px; /* 175% */
		font-size: 16px;
	}
	.wpcf7-submit {
		padding: 15px 50px;
		font-size: 17px;
		line-height: 22px !important;
	}
}


/* =========================================
   > 768px
   Tablet
========================================= */
@media (min-width: 768px) and (max-width: 1024px) {
	#example-websites {
	html {
		scroll-padding-top: 60px;
	}
		padding-bottom: 0px;
	}
	.main-website-feature-box-content {
		align-items: flex-start;
	}
	.container {
        padding-left: 5%;
        padding-right: 5%;
    }
    .section-spacing {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .light-hero {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .dark-hero-logo {
        width: 125px;
        height: auto;
    }
    .dark-hero-title {
        font-size: 36px;
    }
    .section-title {
        font-size: 30px;
    }
	#main-header.scroll-up .header-logo img {
	  transform: scale(0.90);
	}
	.main-hero-wrap {
		padding-top: 0px;
	}
    .dark-hero-content {
        font-size: 18px;
        line-height: 26px;
    }
    .dark-hero-image-right {
        flex-direction: column;
    }
    .dark-hero-image-right img {
    }
    .dark-hero-image-label {
        line-height: 21px;
        font-size: 15px;
    }
    .section-title-break-line {
        width: 100px;
        height: 4px;
    }
    .section-title-description {
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px; /* 159.091% */
    }
    .section-inner-spacing {
        margin-top: 60px;
    }
    .header-inner-wrap {
        padding: 25px 0px;
    }
    .header-left {
        gap: 30px;
    }
    .header-logo {
        width: 235px;
        max-width: 100%;
    }
	.header-inner-wrap {
		justify-content: space-between;
		align-items: center;
	}
    .site-nav {
        display: flex;
        align-items: center;
        gap: 30px;
    }
    .site-nav a {
        font-size: 18px;
    }
    .header-right {
        gap: 40px;
    }
	.header-phone {
		display: none;
	}
    .header-phone a {
        font-size: 19px;
    }
    .header-button a {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 12px;
        padding-bottom: 12px;
		font-size: 17px;
    }
    .main-hero-inner-wrap {
        padding: 65px 0;
        align-items: center;
        gap: 30px;
    }
    .main-hero-content-left {
        gap: 25px;
    }
    .hero-title {
        font-size: 38px;
        font-style: normal;
        font-weight: 600;
        line-height: 45px; /* 121.429% */
    }
    .main-hero-title-desc-wrap {
        gap: 20px;
    }
    .main-hero-description {
        font-size: 18px;
        line-height: 26px;
    }
    .main-hero-button {
        font-size: 17px;
        padding: 12px 35px;
    }
    .main-hero-right {
        min-width: 300px;
    }
    .review-area-inner {
        padding-top: 20px;
        padding-bottom: 20px;
        gap: 15px;
    }
    .review-area-tagline a {
        font-size: 17px;
    }
    .review-area-stars {
        width: 90px;
        height: auto;
    }
    .main-website-feature-items-inner-wrap {
        display: inline-grid;
        column-gap: 35px;
		row-gap: 30px;
        grid-template-rows: repeat(2,fit-content(100%));
		grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .main-website-feature-box {
        display: flex;
        padding: 30px 15px;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
        grid-row: span 1;
        grid-column: span 1;
        justify-self: stretch;
    }
    .main-website-feature-title {
        font-size: 20px;
        line-height: 26px;
    }
    .main-website-feature-description {
        line-height: 22px;
        font-size: 16px;
    }
    .pay-monthly-website-price-plans-price-plans-wrap {
        display: inline-grid;
        row-gap: 35px;
        column-gap: 25px;
        grid-template-rows: repeat(2,fit-content(100%));
		grid-template-columns: repeat(2,minmax(0,1fr));
        grid-auto-flow: row;
    }
    .pay-montly-website-price-plan-col {
        padding: 45px 30px;
    }
	.pay-monthly-website-price-plan-inner-wrap {
		gap: 50px;
	}
    .pay-monthly-website-header-area {
        gap: 30px;
    }
    .pay-monthly-website-title-area {
        gap: 10px;
		flex-direction: column;
    }
    .pay-monthly-website-title-area-icon {
        display: flex;
        padding-top: 1px;
        align-items: flex-start;
        gap: 10px;
    }
    .pay-monthly-website-title-area-content {
        gap: 15px;
    }
    .pay-monthly-website-title-area-content-price-wrap {
        gap: 10px;
    }
    .pay-monthly-website-title-area-content-price-amount {
        font-size: 20px;
        line-height: 28px; /* 113.636% */
    }
    .pay-monthly-website-title-area-content-price-terms {
        font-size: 17px;
        line-height: 22px; /* 129.412% */
    }
    .pay-monthly-website-features-wrap {
        gap: 35px;
    }
	.pay-monthly-website-features-list {
		gap: 20px;
	}
    .pay-monthly-website-features-list li {
        font-size: 16px;
        line-height: 25px; /* 138.889% */
    }
    .pay-monthly-website-enquire-now-button {
        padding: 13px 30px;
        gap: 10px;
		font-size: 16px;
    }
	.pay-monthly-website-title-area-content-plan-name {
		line-height: 40px;
		font-size: 28px;
	}
	.pay-monthly-website-plan-description {
		font-size: 17px;
		line-height: 24px;
	}
    .section-3-col-wrap {
        display: inline-grid;
		row-gap: 35px;
		column-gap: 50px;
		align-self: stretch;
		grid-template-rows: repeat(3,fit-content(100%));
		grid-template-columns: repeat(1,minmax(0,1fr));
		grid-auto-flow: row;
    }
    .section-3-col-item {
        display: flex;
		align-items: center;
		gap: 35px;
		grid-row: span 1;
		grid-column: span 1;
		justify-self: stretch;
    }
    .section-3-col-content-wrap {
        flex-direction: column;
        align-items: flex-start;
    }
    .section-3-col-content-title {
        font-size: 24px;
        line-height: 33px;
    }
    .section-3-col-content-description {
        font-size: 18px;
        line-height: 28px;
    }
    .client-reviews-wrap {
       display: flex;
	flex-direction: column;
	align-items: flex-start;
		gap: 50px;
    }
    .client-review-item {
        padding: 40px 30px;
    }
    .client-review-title {
        font-size: 24px;
        line-height: 33px;
    }
    .client-review-content-area {
        gap: 30px;
		margin-top: 20px;
    }
    .client-review-description {
        font-size: 17.9px;
        line-height: 27px;
    }
    .client-review-footer {
        padding: 15px 20px;
    }
    .website-features-inner-wrap {
        gap: 60px;
    }
    .website-feature-item-grid {
        display: grid;
        row-gap: 40px;
        column-gap: 40px;
        grid-auto-flow: row;
        grid-template-rows: repeat(2,fit-content(100%));
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
    .website-feature-item {
        padding: 35px 25px;
        align-items: flex-start;
        align-self: stretch;
        grid-row: span 1;
        grid-column: span 1;
        justify-self: stretch;
    }
    .website-feature-item-header {
        display: flex;
        align-items: center;
        gap: 10px;
        align-self: stretch;
    }
    .website-feature-item-icon {
        width: 40px;
        height: 40px;
    }
    .website-feature-item-title {
        font-size: 21px;
        line-height: 28px;
    }
    .website-feature-item-content-area  {
        line-height: 22px;
        font-size: 16px;
		margin-top: 25px;
    }
    .easy-steps-inner-wrap {
       display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 40px;
		align-self: stretch;
        padding-top: 50px;
    }
    .easy-step-item  {
        padding: 35px 30px;
        gap: 25px;
    }
    .easy-step-item-icon {
        width: 60px;
        height: 60px;
    }
    .easy-step-item-content-wrap {
        gap: 25px;
    }
    .easy-step-item-title {
        font-size: 24px;
        line-height: 32px;
    }
    .easy-step-item-description  {
        line-height: 28px;
        font-size: 18px;
    }
    .compare-table-inner-wrap {
        gap: 60px;
    }
    .compare-table-col-2-item {
        padding: 50px 40px;
        gap: 50px;
        flex: 1 0 0;
    }
    .compare-table-col-2-title {
        font-size: 28px;
        line-height: 36px;
    }
    .compare-table-col-2-features-wrap {
        gap: 30px;
    }
    .compare-table-col-2-features-wrap li {
        font-size: 18px;
        gap: 15px;
		line-height: 26px;
    }
    .faqs-inner-wrap {
        margin-top: 60px;
    }
    .faq-block {
        gap: 30px;

    }
    .faq-item {
        padding: 15px 35px;
    }
    .footer {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .footer-header {
        justify-content: space-between;
        align-items: flex-start;
    }
    .footer-business-details {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }
    .footer-ubie-websites-logo {
        width: 260px;
        height: 41px;
    }
    .footer-contact-details {
        display: inline-grid;
        row-gap: 15px;
        column-gap: 15px;
        grid-template-rows: repeat(3,fit-content(100%));
        grid-template-columns: repeat(2,fit-content(100%));
        grid-auto-flow: row;
    }
    .footer-contact-details-label, .footer-contact-details-content {
        grid-row: span 1;
        grid-column: span 1;
        font-size: 17px;
        line-height: 24px;
    }
    .footer-reviews-badge {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-bottom {
        display: flex;
        padding-top: 31px;
        justify-content: space-between;
        align-items: flex-start;
		flex-direction: column;
    }
    .footer-copyright-wrap {
        display: grid;
        row-gap: 15px;
        column-gap: 15px;
        grid-template-rows: repeat(1,fit-content(100%));
        grid-template-columns: repeat(3,fit-content(100%));
        grid-auto-flow: row;
		font-size: 15px;
    }
    .footer-policy-links {
        display: grid;
        row-gap: 25px;
        column-gap: 25px;
		grid-template-rows: repeat(1,fit-content(100%));
		grid-template-columns: repeat(3,fit-content(100%));
        grid-auto-flow: row;
		margin-top: 15px;
    }
	#ubie-max-website-performance {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#ubie-max-content {
		gap: 50px;
		flex-direction: column;
	}
	#bancrofts-organising-services-page-insights {
		max-width: 500px;
	}
	.client-reviews-inner-wrap {
		gap: 50px;
	}
	.example-websites-inner-wrap {
		display: inline-grid;
		row-gap: 60px;
		column-gap: 50px;
		align-self: stretch;
		grid-template-rows: repeat(3,fit-content(100%));
		grid-template-columns: repeat(1,minmax(0,1fr));
		grid-auto-flow: row;
	}
	.client-review-name {
		font-size: 16px;
		line-height: 23px;
	}
	.client-review-platform {
		font-size: 15px;
		line-height: 25px;
	}
	.website-features-inner-wrap-items {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 50px;
		align-self: stretch;
	}
	.website-feature-items-grid {
		display: inline-grid;
        row-gap: 35px;
        column-gap: 35px;
        grid-template-rows: repeat(2, fit-content(100%));
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-row: span 1;
        grid-column: span 1;
        grid-auto-flow: row;
        justify-self: stretch;
	}
	.website-feature-title {
		font-size: 24px;
		line-height: 35px;
	}
	.website-feature-item-grid-wrap {
		gap: 40px;
	}
	.compare-table-inner-items-wrap {
		display: inline-flex;
		align-items: center;
		gap: 50px;
		flex-direction: column;
	}
	.faqs-inner-wrap {
		display flex;
	}
	.faq-title {
		font-size: 20px;
		line-height: 26px;
	}
	.faq-item-content-area {
		font-size: 18px;
		line-height: 27px;
	}
	.compare-table-col-2-features-wrap li::before {
		flex: 0 0 30px;
		width: 30px;
		height: 30px;
	}
	.header-wrap .nav-menu {
		display: flex;
		gap: 30px;
	}
	.header-wrap .nav-menu li {
		align-items: center;
	}
	.policy-links-menu {
		gap: 25px;
	}
	.policy-links-menu a {
		font-size: 15px;
	}
	.header-wrap.scroll-up .header-inner-wrap {
		padding: 20px 0px;
	}
	#main-header.scroll-up .site-nav a, #main-header.scroll-up .header-phone a, #main-header.scroll-up .header-button a {
		font-size: 17px;
	}
	.main-website-feature-box-inner {
		gap: 20px;
	}
	.section-title-area {
		gap: 15px;
	}
	.faq-icon-plus, .faq-icon-minus {
		width: 25px;
		height: 25px;
	}
	#main-header {
		display: none;
	}
	.section-title-break-line {
        width: 70px;
        height: 3px;
		margin-top: 10px;
    }
	.dark-hero-content-left {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 20px;
		max-width: 550px;
		text-align: center;
	}
	.client-review-stars {
		width: 150px;
	}
	.mobile-header-logo {
		width: 250px;
	}
	.form-fields-wrap {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 25px;
	}
	.wpcf7-form-control {
		line-height: 27px; /* 175% */
		font-size: 16px;
	}
	.wpcf7-submit {
		padding: 15px 50px;
		font-size: 17px;
		line-height: 22px !important;
	}
}


/* =========================================
   < 767px
   Mobile
========================================= */

@media (max-width: 768px) {
	html {
		scroll-padding-top: 60px;
	}
	.mobile-header-phone img {
		width: 20px;
		height: 20px;
	}
	.mobile-header-mobile-icon img {
		width: 28px;
		height: 18px;
	}
	.main-website-feature-box-content {
		align-items: center;
	}
	.container {
        max-width: 1024px;
        padding-left: 35px;
        padding-right: 35px;
    }
    .section-spacing {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .light-hero {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .dark-hero-logo {
        width: 125px;
        height: auto;
    }
    .dark-hero-title {
        font-size: 32px;
    }
    .section-title {
        font-size: 26px;
    }
	#main-header.scroll-up .header-logo img {
	  transform: scale(0.90);
	}
	.main-hero-wrap {
		padding-top: 0px;
	}
    .dark-hero-content {
        font-size: 18px;
        line-height: 26px;
    }
    .dark-hero-image-right {
        flex-direction: column;
    }
    .dark-hero-image-right img {
    }
    .dark-hero-image-label {
        line-height: 21px;
        font-size: 15px;
    }
    .section-title-break-line {
        width: 100px;
        height: 4px;
    }
    .section-title-description {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 159.091% */
    }
    .section-inner-spacing {
        margin-top: 60px;
    }
    .header-inner-wrap {
        padding: 25px 0px;
    }
    .header-left {
        gap: 30px;
    }
    .header-logo {
        width: 235px;
        max-width: 100%;
    }
	.header-inner-wrap {
		justify-content: space-between;
		align-items: center;
	}
    .site-nav {
        display: flex;
        align-items: center;
        gap: 30px;
    }
    .site-nav a {
        font-size: 18px;
    }
    .header-right {
        gap: 40px;
    }
	.header-phone {
		display: none;
	}
    .header-phone a {
        font-size: 19px;
    }
    .header-button a {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 12px;
        padding-bottom: 12px;
		font-size: 17px;
    }
    .main-hero-inner-wrap {
        padding-top: 45px;
		padding-bottom: 60px;
        align-items: center;
        gap: 30px;
		flex-direction: column;
		max-width: 420px;
		margin-left: auto;
		margin-right: auto;
    }
    .main-hero-content-left {
        gap: 25px;
		order: 2;
		align-items: center;
		text-align: center;
    }
    .hero-title {
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: 43px; /* 121.429% */
		width: 100%;
    }
    .main-hero-title-desc-wrap {
        gap: 20px;
    }
    .main-hero-description {
        font-size: 18px;
        line-height: 26px;
    }
    .main-hero-button {
        font-size: 17px;
        padding: 12px 35px;
    }
    .main-hero-right {
		order: 1;
    }
    .review-area-inner {
        padding-top: 25px;
        padding-bottom: 25px;
        gap: 15px;
		flex-direction: column;
    }
	.review-area-tagline {
		text-align: center;
		line-height: 24px;
	}
    .review-area-tagline a {
        font-size: 18px;
    }
    .review-area-stars {
        width: 110px;
        height: auto;
    }
    .main-website-feature-items-inner-wrap {
        display: flex;
		row-gap: 40px;
		flex-direction: column;
    }
    .main-website-feature-box {
        display: flex;
        padding: 30px 15px;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
        grid-row: span 1;
        grid-column: span 1;
        justify-self: stretch;
    }
    .main-website-feature-title {
        font-size: 20px;
        line-height: 26px;
    }
    .main-website-feature-description {
        line-height: 22px;
        font-size: 16px;
    }
    .pay-monthly-website-price-plans-price-plans-wrap {
        display: inline-grid;
        row-gap: 50px;
        column-gap: 25px;
        grid-template-rows: repeat(2, fit-content(100%));
        grid-template-columns: repeat(1, minmax(0, 1fr));
        grid-auto-flow: row;
    }
    .pay-montly-website-price-plan-col {
        padding: 45px 30px;
    }
	.pay-monthly-website-price-plan-inner-wrap {
		gap: 60px;
	}
    .pay-monthly-website-header-area {
        gap: 30px;
    }
    .pay-monthly-website-title-area {
        gap: 10px;
		flex-direction: column;
    }
    .pay-monthly-website-title-area-icon {
        display: flex;
        padding-top: 1px;
        align-items: flex-start;
        gap: 10px;
    }
    .pay-monthly-website-title-area-content {
        gap: 5px;
    }
    .pay-monthly-website-title-area-content-price-wrap {
        gap: 10px;
    }
    .pay-monthly-website-title-area-content-price-amount {
        font-size: 18px;
        line-height: 25px; /* 113.636% */
    }
    .pay-monthly-website-title-area-content-price-terms {
        font-size: 15px;
        line-height: 18px; /* 129.412% */
    }
    .pay-monthly-website-features-wrap {
        gap: 30px;
    }
	.pay-monthly-website-features-list {
		gap: 15px;
	}
    .pay-monthly-website-features-list li {
        font-size: 16px;
        line-height: 25px; /* 138.889% */
    }
    .pay-monthly-website-enquire-now-button {
        padding: 13px 30px;
        gap: 10px;
		font-size: 16px;
    }
	.pay-monthly-website-title-area-content-plan-name {
		line-height: 40px;
		font-size: 24px;
	}
	.pay-monthly-website-plan-description {
		font-size: 16px;
		line-height: 23px;
	}
    .section-3-col-wrap {
        display: inline-grid;
		row-gap: 60px;
		column-gap: 50px;
		align-self: stretch;
		grid-template-rows: repeat(3,fit-content(100%));
		grid-template-columns: repeat(1,minmax(0,1fr));
		grid-auto-flow: row;
    }
    .section-3-col-item {
        display: flex;
		align-items: center;
		gap: 5px;
		grid-row: span 1;
		grid-column: span 1;
		justify-self: stretch;
		flex-direction: column;
    }
    .section-3-col-content-wrap {
        flex-direction: column;
        align-items: flex-start;
    }
    .section-3-col-content-title {
        font-size: 22px;
        line-height: 30px;
    }
    .section-3-col-content-description {
        font-size: 18px;
        line-height: 28px;
    }
    .client-reviews-wrap {
       display: flex;
	flex-direction: column;
	align-items: flex-start;
		gap: 50px;
    }
    .client-review-item {
        padding: 35px 25px;
    }
    .client-review-title {
        font-size: 22px;
        line-height: 30px;
    }
    .client-review-content-area {
        gap: 30px;
		margin-top: 20px;
    }
    .client-review-description {
        font-size: 16px;
        line-height: 24px;
    }
    .client-review-footer {
        padding: 15px 20px;
    }
    .website-features-inner-wrap {
        gap: 60px;
    }
    .website-feature-item-grid {
        display: grid;
        row-gap: 40px;
        column-gap: 40px;
        grid-auto-flow: row;
        grid-template-rows: repeat(2,fit-content(100%));
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
    .website-feature-item {
        padding: 35px 25px;
        align-items: flex-start;
        align-self: stretch;
        grid-row: span 1;
        grid-column: span 1;
        justify-self: stretch;
    }
    .website-feature-item-header {
        display: flex;
        align-items: center;
        gap: 10px;
        align-self: stretch;
    }
    .website-feature-item-icon {
        width: 35px;
        height: 35px;
    }
    .website-feature-item-title {
        font-size: 20px;
        line-height: 24px;
    }
    .website-feature-item-content-area  {
        line-height: 22px;
        font-size: 16px;
		margin-top: 25px;
    }
    .easy-steps-inner-wrap {
       display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 40px;
		align-self: stretch;
        padding-top: 50px;
    }
    .easy-step-item  {
        padding: 35px 30px;
        gap: 25px;
    }
    .easy-step-item-icon {
        width: 60px;
        height: 60px;
    }
    .easy-step-item-content-wrap {
        gap: 25px;
    }
    .easy-step-item-title {
        font-size: 24px;
        line-height: 32px;
    }
    .easy-step-item-description  {
        line-height: 28px;
        font-size: 18px;
    }
    .compare-table-inner-wrap {
        gap: 60px;
    }
    .compare-table-col-2-item {
        padding: 40px 25px;
        gap: 40px;
        flex: 1 0 0;
    }
    .compare-table-col-2-title {
        font-size: 24px;
        line-height: 30px;
    }
    .compare-table-col-2-features-wrap {
        gap: 30px;
    }
    .compare-table-col-2-features-wrap li {
        font-size: 17px;
        gap: 10px;
		line-height: 24px;
    }
    .faqs-inner-wrap {
        margin-top: 60px;
    }
    .faq-block {
        gap: 30px;

    }
    .faq-item {
        padding: 15px 20px;
    }
    .footer {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .footer-header {
        justify-content: space-between;
        align-items: flex-start;
		flex-direction: column;
    }
    .footer-business-details {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }
    .footer-ubie-websites-logo {
        width: 260px;
        height: 41px;
    }
    .footer-contact-details {
        display: inline-grid;
        row-gap: 5px;
        column-gap: 15px;
        align-self: stretch;
		grid-template-rows: repeat(6,fit-content(100%));
		grid-template-columns: repeat(1,fit-content(100%));
		grid-auto-flow: row;
    }
    .footer-contact-details-label, .footer-contact-details-content {
        grid-row: span 1;
        grid-column: span 1;
        font-size: 17px;
        line-height: 24px;
    }
	.footer-contact-details-label {
		padding-top: 15px;
	}
    .footer-reviews-badge {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-bottom {
        display: flex;
        padding-top: 31px;
        justify-content: space-between;
        align-items: flex-start;
		flex-direction: column;
    }
	.footer-reviews-badge {
		display: none;
	}
    .footer-copyright-wrap {
        display: flex;
        row-gap: 10px;
        column-gap: 15px;
        grid-auto-flow: row;
		font-size: 15px;
		flex-direction: column;
    }
    .footer-policy-links {
        display: grid;
        row-gap: 25px;
        column-gap: 25px;
		grid-template-rows: repeat(1,fit-content(100%));
		grid-template-columns: repeat(3,fit-content(100%));
        grid-auto-flow: row;
		margin-top: 15px;
    }
	#ubie-max-website-performance {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#ubie-max-content {
		gap: 50px;
		flex-direction: column;
	}
	#bancrofts-organising-services-page-insights {
		max-width: 500px;
		align-items: center;
	}
	.client-reviews-inner-wrap {
		gap: 60px;
	}
	.example-websites-inner-wrap {
		display: inline-grid;
		row-gap: 60px;
		column-gap: 50px;
		align-self: stretch;
		grid-template-rows: repeat(3,fit-content(100%));
		grid-template-columns: repeat(1,minmax(0,1fr));
		grid-auto-flow: row;
	}
	.client-review-name {
		font-size: 16px;
		line-height: 23px;
	}
	.client-review-platform {
		font-size: 15px;
		line-height: 25px;
	}
	.website-features-inner-wrap-items {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 60px;
		align-self: stretch;
	}
	.website-feature-items-grid {
		display: inline-grid;
        row-gap: 30px;
        column-gap: 35px;
        grid-template-rows: repeat(1, fit-content(100%));
        grid-template-columns: repeat(1, minmax(0, 1fr));
        grid-row: span 1;
        grid-column: span 1;
        grid-auto-flow: row;
        justify-self: stretch;
	}
	.website-feature-title {
		font-size: 22px;
		line-height: 30px;
	}
	.website-feature-item-grid-wrap {
		gap: 25px;
	}
	.compare-table-inner-items-wrap {
		display: inline-flex;
		align-items: center;
		gap: 50px;
		flex-direction: column;
	}
	.faqs-inner-wrap {
		display flex;
	}
	.faq-title {
		font-size: 18px;
		line-height: 26px;
	}
	.faq-item-content-area {
		font-size: 16px;
		line-height: 22px;
	}
	.compare-table-col-2-features-wrap li::before {
		flex: 0 0 25px;
		width: 25px;
		height: 25px;
	}
	.header-wrap .nav-menu {
		display: flex;
		gap: 30px;
	}
	.header-wrap .nav-menu li {
		align-items: center;
	}
	.policy-links-menu {
		gap: 10px;
		flex-direction: column;
	}
	.policy-links-menu a {
		font-size: 15px;
	}
	.header-wrap.scroll-up .header-inner-wrap {
		padding: 20px 0px;
	}
	#main-header.scroll-up .site-nav a, #main-header.scroll-up .header-phone a, #main-header.scroll-up .header-button a {
		font-size: 17px;
	}
	.main-website-feature-box-inner {
		gap: 20px;
	}
	.section-title-area {
		gap: 15px;
	}
	.faq-icon-plus, .faq-icon-minus {
		width: 20px;
		height: 20px;
	}
	#main-header {
		display: none;
	}
	.section-title-break-line {
        width: 70px;
        height: 3px;
		margin-top: 10px;
    }
	.dark-hero-content-left {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 20px;
		max-width: 550px;
		text-align: center;
	}
	.client-review-stars {
		width: 120px;
	}
	.section-3-col-img, .section-3-col-img img {
		width: 100%;
	}
	#example-websites {
		padding-bottom: 0px;
	}
	.mobile-header-logo {
		width: 185px;
	}
	.form-fields-wrap {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 25px;
	}
	.wpcf7-form-control {
		line-height: 27px; /* 175% */
		font-size: 16px;
	}
	.wpcf7-submit {
		padding: 15px 50px;
		font-size: 17px;
		line-height: 22px !important;
	}
}