:root {
    --color-purple: #525D99;
    --color-purple-opacity: #525D99dd;
    --color-purple-dim: #747CA6;
    --color-purple-light: #F0F3FF;
    --color-black: #1B1D26;
    --color-white: #FFFFFF;
    --color-gray: #7c7c7c;
    --color-gray-light: #EFEFEF;
    --color-light: #F4F4F4AA;
    --font-lato: 'Lato', sans-serif;
    --font-cormorant: 'Cormorant Garamond', sans-serif;
	--font-tenor-sans: 'Tenor Sans', sans-serif;
}

* {
    box-sizing: border-box;
    outline: 0
}

body,
html {
    background-color: var(--color-white);
    color: var(--color-black);
    font-family: var(--font-lato);
    font-size: 17px;
    line-height: 1.75;
/*     overflow-x: hidden; */
    padding: 0;
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: revert;
    font-weight: revert;
    margin-bottom: .25em;
}
h1 {
font-family: var(--font-tenor-sans); }
.inner-section h2.section-heading { font-size:2.5rem;}

h2.section-heading.has-heading-border.ways-to-work {
    margin: 40px 0 0;
} 
.inner-section h2 {
    font-size: 2rem;
    line-height: 1.5;
    margin-top: 2rem;
}
.inner-section h3 {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 2rem;
}
.inner-section h2.section-heading {
    font-size: 2.5rem;
    margin-top: 5px;
}

.wysiwyg-content h1,
.wysiwyg-content h2,
.wysiwyg-content h3,
.wysiwyg-content h4,
.wysiwyg-content h5,
.wysiwyg-content h6 {
    font-family: var(--font-cormorant);
    color: var(--color-black)
}
.ah-more-content,
.ah-read-less{
	display: none;	
}
.p,
p {
    margin-bottom: 1rem
}

a {
    color: var(--color-purple)
}

.container-lg {
    max-width: 1250px!important
}

.container-md {
    max-width: 1050px!important
}

.container-sm {
    max-width: 860px!important
}

.container-xs {
    max-width: 560px!important
}

 

.mx-auto, .mx-auto .wp-video {
    margin-left: auto;
    margin-right: auto
}

.font-cormorant {
    font-family: var(--font-cormorant);
    line-height: 1
}

.section {
    position: relative;
    padding: 4rem 1.5rem
}

.button {
    font-weight: 600;
    padding-top: calc(.75em - 1px);
    padding-bottom: calc(.75em - 1px);
    border-radius: 0;
    transition: all ease .5s;
    height: auto
}

.button-medium-block {
    min-width: 300px
}

.button.is-focused:not(:active),
.button:focus:not(:active) {
    box-shadow: none
}

.button-purple {
    background-color: var(--color-purple);
    color: var(--color-white);
    border: 2px solid var(--color-purple)
}

.button-purple:hover {
    background-color: var(--color-white);
    color: var(--color-purple);
    border: 2px solid var(--color-purple)
}

.button-purple.is-outlined {
    background-color: white;
    color: var(--color-purple);
    border: 2px solid var(--color-purple)
}

.button-purple.is-outlined:hover {
    background-color: var(--color-purple);
    color: var(--color-white);
    border: 2px solid var(--color-purple)
}

.button-purple-light {
    background-color: var(--color-purple-light);
    color: var(--color-black);
    border: 2px solid var(--color-purple-light)
}

.button-purple-light:hover {
    background-color: var(--color-white);
    color: var(--color-purple);
    border: 2px solid var(--color-purple-light)
}

.button-purple-light.is-outlined {
    background-color: transparent;
    color: var(--color-purple);
    border: 2px solid var(--color-purple-light)
}

.button-purple-light.is-outlined:hover {
    background-color: var(--color-purple-light);
    color: var(--color-white);
    border: 2px solid var(--color-purple-light)
}

.button-white {
    background-color: var(--color-white);
    color: var(--color-purple);
    border: 2px solid var(--color-white)
}

.button-white:hover {
    background-color: var(--color-purple);
    color: var(--color-white);
    border: 2px solid var(--color-white)
}

.button-white.is-outlined {
    background-color: transparent;
    color: var(--color-white);
    border: 2px solid var(--color-white)
}

.button-white.is-outlined:hover {
    background-color: var(--color-white);
    color: var(--color-purple);
    border: 2px solid var(--color-white)
}

.button-gray {
    background-color: var(--color-gray);
    color: var(--color-black);
    border: 2px solid var(--color-gray)
}

.button-gray:hover {
    background-color: var(--color-white);
    color: var(--color-gray);
    border: 2px solid var(--color-gray)
}

.button-gray.is-outlined {
    background-color: transparent;
    color: var(--color-black);
    border: 2px solid var(--color-gray)
}

.button-gray.is-outlined:hover {
    background-color: var(--color-gray);
    color: var(--color-black);
    border: 2px solid var(--color-gray)
}

.button-gray-light {
    background-color: var(--color-gray-light);
    color: var(--color-black);
    border: 2px solid var(--color-gray-light)
}

.button-gray-light:hover {
    background-color: var(--color-black);
    color: var(--color-gray-light);
    border: 2px solid var(--color-gray-light)
}

.button-gray-light.is-outlined {
    background-color: transparent;
    color: var(--color-black);
    border: 2px solid var(--color-gray)
}

.button-gray-light.is-outlined:hover {
    background-color: var(--color-gray-light);
    color: var(--color-black);
    border: 2px solid var(--color-gray-light)
}

.button-session {
    max-width: 183px;
    padding: 2px 8px;
    margin-bottom: 20px;
    font-family: var(--font-cormorant);
    font-size: 20px;
    font-weight: 600;
}

.img-clock {
    position: relative;
    top: 13px;
    padding-right: 10px;
}

.bg-purple {
    background-color: var(--color-purple)
}

.bg-purple-light {
    background-color: var(--color-purple-light)
}

.bg-black {
    background-color: var(--color-black)
}

.bg-gray {
    background-color: var(--color-gray)
}

.bg-gray-light {
    background-color: var(--color-gray-light)
}

.bg-white {
    background-color: var(--color-white)
}

.bg-light {
    background-color: var(--color-light)
}

.text-purple,
.text-purple-hover:hover,
.text-purple-links,
.text-purple-links-hover a:hover {
    color: var(--color-purple)
}

.text-black,
.text-black-hover:hover,
.text-black-links,
.text-black-links-hover a:hover {
    color: var(--color-black)
}

.p-gray p,
.text-gray,
.text-gray-hover:hover,
.text-gray-links,
.text-gray-links-hover a:hover {
    color: var(--color-gray)
}

.text-white,
.text-white-hover:hover,
.text-white-links,
.text-white-links-hover a:hover {
    color: var(--color-white)
}
.text-white strong, .text-white h2 {
    color: white;
}
.text-light,
.text-light-hover:hover,
.text-light-links,
.text-light-links-hover a:hover {
    color: var(--color-light)
}
.highlight {background: linear-gradient(0deg, rgb(230 234 250) 32%, rgba(241, 197, 120, 0) 0%); }


    
.home header.ah-header,
.home nav.navbar,
.single-service header.ah-header,
.single-service nav.navbar,
.page-template-page-landing header.ah-header,
.page-template-page-landing nav.navbar  {
    background: #fff;
}
/* LIVE TRAINING CHANGES */
.page-template-page-landing-live-training h3 {
    margin-bottom: 22px;
}
.page-template-page-landing-live-training .button {padding-left: 1.75em;
padding-right: 1.75em; font-size:20px; }
.section-landing-flexible .column {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.page-template-page-landing-live-training .testimonials-section .section-boxes {
    margin-top: 0;
}
/* Landing page changes */
.side-heading-container {
    position: absolute;
    left: -75px; /* Adjust as needed */
    top: 50%;
    transform: translateY(-50%) rotate(270deg);
    transform-origin: center;
    white-space: nowrap;
}

#introduce-offer .columns.is-multiline.bg-white {
    position: relative;
}

.page-id-5290 section#introduce-offer {
    margin-top: 70px;
}

.page-template-page-landing #introduce-offer.section-landing-flexible ul, .page-template-page-landing #modules.section-landing-flexible ul {
    margin-bottom: 0;
}

.faq-accordion .faq-item {
    margin-bottom: 10px;
}

.faq-accordion .faq-question {
    cursor: pointer;
    padding: 10px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
	font-weight:bold;
}
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-icons {
    display: flex;
    align-items: center;
}

.faq-accordion .faq-answer {
    padding: 10px;
    display: none;
    border: 1px solid #ddd;
    border-top: none;
}
.faq-question {
    cursor: pointer;
	font-weight: bold;
}

.faq-answer {
    display: none;
}

.faq-question.active {
    /* Styles for when the question is active/expanded */
}
/* Mobile styles */
@media (max-width: 768px) { /* Adjust the max-width as needed for your breakpoint */
    .side-heading-container {
        position: static;
        transform: none;
        text-align: center;
        margin-bottom: 20px; /* Space between the heading and the container */
    }


}

/* Style the button */
.button-dropbtn {
    background-color: var(--color-purple);
    color: white;
   padding-left: 1.75em;
padding-right: 1.75em; font-size:20px;
    cursor: pointer;
    width: 100%; /* Added to make the button full width */
	margin-bottom:0!important;
}

/* The container <div> - needed to position the dropdown content */
.button-dropdown {
    position: relative;
    display: inline-block;
    width: 100%; /* Added to make the container full width */
}

/* Dropdown Content (Hidden by Default) */
.button-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
	padding:10px;
    min-width: 100%; /* Adjusted to match the button width */
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
		text-align: center;

}

/* Links inside the dropdown */
.button-dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.button-dropdown-content a:hover {
    background-color: #fff;
}

/* Show the dropdown menu on hover */
.button-dropdown:hover .button-dropdown-content {
    display: block;
	color: var(--color-purple);
	border: 2px solid var(--color-purple);
	border-top:none;
	z-index:2;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.button-dropdown:hover .button-dropbtn {
    background-color: #fff;
	border-bottom-color:white;
	margin-bottom:0;
}
@media screen and (min-width: 1024px) {
.page-template-page-landing-live-training .ah-banner .column.is-6-desktop {
    width: 65%;
}
.hurrytimer-campaign {
    width: 746px!important;
}
} 
@media screen and (min-width: 1400px) {
.page-template-page-landing-live-training .ah-banner .column.is-6-desktop {
    width: 60%;
}
}

/**/
@media screen and (max-width: 1023px) {
.section { padding: 2rem 1rem; }
} 

section.section.section-landing-flexible.section-cta, section.section.testimonials-section {
    padding-left: 0;
    padding-right: 0;
}
.hurrytimer-timer, .hurrytimer-timer-digit, .hurrytimer-timer-label, .hurrytimer-timer-sep, .hurrytimer-headline {
    color: white!Important;
}
.hurrytimer-campaign {
    background: #525d99;
    display: block;
	margin-left: auto;
	margin-right:auto;
}
.hurrytimer-button-wrap { margin-left: 50px!important; } 
.hurrytimer-headline {margin-right: 50px!important; }    
.page-id-330 .button-purple-light {
    padding: 6px 8px;
	font-size: 16px;
} 
header.ah-header,
nav.navbar {
    background: #f0f3ff;
}

.has-background-image {
    background-color: var(--color-purple-light);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.ah-banner>.fit-content {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: start;
    margin-top: 2rem
}

.ah-banner>.fit-content>img {
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.shape-bg {
    position: relative;
    z-index: 1
}

.section-boxes.shape-bg {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding: 8rem 1.5rem 4rem 1.5rem
}

.shape-bg:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1
}

.shape-bg-black:before {
    background-color: var(--color-black)
}

.shape-bg-purple-light:before {
    background-color: var(--color-purple-light)
}

.shape-bg-purple-light .container.inner-shape {
    background-color: var(--color-purple-light);
    padding: 4rem 1.5rem
}

.ss-list,.page-template-page-landing .section-landing-flexible ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem
}
.page-template-page-landing .section-landing-flexible ul li, .ss-list>li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 1rem;
    width: 100%
}

.ss-list.is-half>li {
    width: 50%
}

.page-template-page-landing .section-landing-flexible ul li::before, .ss-list.list-check>li::before {
    content: "";
    width: 9px;
    height: 18px;
    border-right: 2px solid var(--color-black);
    border-bottom: 2px solid var(--color-black);
    position: absolute;
    top: 5px;
    left: 15px;
    transform: rotate(45deg)
}

.select.is-fullwidth {
    padding: calc(.75em - 1px) 1em;
    background: var(--color-purple-light);
    border: 1px solid var(--color-purple-dim);
    font-size: inherit;
    height: auto
}

.navbar-item img {
    max-height: 129px;
	width:auto;
	max-width:300px;
	height:auto; 
}

.page-header {
    font-family: var(--font-cormorant);
    font-size: 2.75rem;
    line-height: 1.2;
    margin-bottom: .25em;
    text-transform: capitalize;
}

.page-small-header {
    color: var(--color-purple-dim);
    font-size: 1.25rem;
    font-weight: 400;
	text-transform: uppercase;
}

.has-banner-image .page-header-box {
    background-color: rgba(255, 255, 255, .85);
    padding: 2rem
}

.has-gradient-shade {
    position: relative;
    z-index: 1
}

.has-gradient-shade:before {
    content: "";
    background-image: linear-gradient(to right, var(--color-purple-opacity) 50%, transparent);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1
}

.has-heading-border {
    display: inline-block;
    border-left: 8px solid var(--color-purple-light);
    padding-left: 0.9rem
}

.shape-bg-purple-light .has-heading-border {
    border-left: 8px solid var(--color-gray);
}

.has-gradient-shape .has-heading-border {
    border-left: 8px solid var(--color-light)
}

.section-heading {
    font-family: var(--font-cormorant);
    font-size: 2.5rem;
    line-height: 1.5;
    margin-bottom: 2rem;
    text-transform: capitalize;
}

.section-subheading {
    font-size: 1.5rem;
    font-weight: 400;
	text-transform: uppercase; 
    margin-bottom: 1rem;
	font-family: var(--font-tenor-sans);
}

.inner-section,
.section-boxes {
    margin-top: 4rem
}
.inner-section ul li {
    list-style: disc;
    margin-left: 30px;
    margin-bottom: 7px;
}
.inner-section ol li {
    margin-left: 30px;
    margin-bottom: 7px;
}
.single-post .inner-section {
    margin-top: 0;
}
.single-post .inner-section.post-social-share { margin-top:80px; }
.ss-box-wrap {
    height: 100%;
    padding-bottom: 2rem
}

.ss-box-wrap .ss-box {
    height: 100%
}

.ss-box {
    display: grid;
    align-content: space-between;
    padding: 1.25rem;
    position: relative
}

.ss-box:not([class*=bg-]) {
    background-color: var(--color-white)
}

.ss-box .box-content {
    align-self: start
}

.ss-box .box-image.image.translate-top {
    transform: translateY(-3rem);
    margin-bottom: -1.5rem
}

.ss-box .box-title {
    font-family: var(--font-cormorant);
    font-size: 1.7rem;
    line-height: 1.25;
    margin-bottom: 1rem
}
.box-stats h3.box-title {
    font-size: 3rem;
}
.ss-box .box-footer {
    margin-top: 1rem;
    align-self: end
}

.ss-box .box-icon {
    width: 65px;
}
.ss-box .box-photo img {
	border-radius: 200px;
}
.ss-box.box-team { text-align:center;} 

.postbox-data {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1rem
}

.postbox-data .post-label {
    display: inline-block;
    padding: .5rem .75rem;
    line-height: 1
}

.box-testimonial {
    padding: 3rem
}

.box-testimonial:before {
    content: url(assets/images/icon-quotes.png);
    position: absolute;
    right: -20px;
    top: -34px;
}

.ss-box.box-testimonial {
    margin-top: 45px;
    min-height: 354px;
}

.box-testimonial .testimonial-image {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 0;
    left: 4rem;
    transform: translateY(-45px)
}

.box-testimonial .testimonial-image>img {
    border-radius: 999px;
    border: 3px solid var(--color-purple-light)
}

.list-labels>li {
    background-color: var(--color-purple-light);
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: .5rem 1rem;
    margin-bottom: 1rem;
    margin-right: 1rem
}

.list-labels>li>img {
    max-width: 50px;
    max-height: 50px
}

ul.page-numbers {
    display: flex;
    justify-content: center;
    margin-top: 2rem
}

ul.page-numbers>li>.page-numbers {
    background-color: var(--color-white);
    border: 1px solid var(--color-purple);
    color: var(--color-purple);
    padding: .5em 1em;
    margin: 0 -1px
}

ul.page-numbers>li>.page-numbers.current,
ul.page-numbers>li>.page-numbers:hover {
    background-color: var(--color-purple);
    color: var(--color-white)
}

.image-left-end,
.image-right-end {
    padding-top: 100%
}

.ah-footer {
    margin-top: 8rem
}

.ah-footer .footer-quiz-box {
    transform: translateY(-12rem);
    margin-bottom: -12rem;
    padding: 5rem
}
.footer-quiz-box h3.section-subheading {
    font-size: 20px;
}

.ah-footer .widget-heading {
    font-family: var(--font-cormorant);
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 1rem
}

.ah-footer .menu a {
    color: var(--color-gray)
}

.ah-footer .menu a:hover {
    color: var(--color-purple)
}

.ah-footer .ah-contact-list {
    display: flex;
    justify-content: end;
    gap: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.nf-form-fields-required {
    display: none
}

.nf-field-element,
.nf-field-element>.nf-element {
    overflow: hidden
}

.nf-field-element>.nf-element {
    padding: 1rem 1.5rem!important
}

.nf-field .nf-field-label {
    font-family: var(--font-cormorant)
}

.nf-form-content .list-select-wrap .nf-field-element>div,
.nf-form-content input:not([type=button]),
.nf-form-content textarea {
    background-color: var(--color-purple-light)!important
}

.sidebar-subscribe .nf-form-content .list-select-wrap .nf-field-element>div,
.sidebar-subscribe .nf-form-content input:not([type=button]),
.sidebar-subscribe .nf-form-content textarea {
    background-color: var(--color-white)!important
}

.nf-form-content button,
.nf-form-content input[type=button],
.nf-form-content input[type=submit] {
    background-color: var(--color-purple)!important;
    color: var(--color-white)!important;
    border: 2px solid var(--color-purple)!important;
    transition: all ease .3s;
    cursor: pointer;
    display: block;
    width: 100%!important;
    height: auto!important
}

.nf-form-content button:hover,
.nf-form-content input[type=button]:hover,
.nf-form-content input[type=submit]:hover {
    background-color: var(--color-white)!important;
    color: var(--color-black)!important
}

.section-benefits {
    padding-bottom: 10rem
}

.section-benefits-boxes {
    transform: translateY(-10rem);
    margin-bottom: -10rem;
    z-index: 2
}

.meet-the-founder-box {
    background-color: var(--color-white);
    padding: 2rem
}

.meet-the-founder-box .section-heading {
    margin-bottom: 1rem;
}

.meet-the-founder-box .section-subheading {
    font-weight: bold;
}

.founder-education-list>li {
    background-color: var(--color-purple-light);
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    padding: 1rem
}

.founder-education-list>li>img {
    max-width: 50px;
    max-height: 50px
}

.section-cta .has-background-image {
    padding: 4rem
}

.section-service-head {
    padding-bottom: 10rem
}

.section-service-content {
    transform: translateY(-10rem);
    margin-bottom: -15rem;
    z-index: 2
}


.section-service-content .bg-white {
    padding: 4rem;
    maring-bottom: -4rem
}
.section-service-packages h2.section-heading { text-align:center; }

.post-featured-image {
    transform: translateY(-8rem);
    margin-bottom: -4rem
}

.post-featured-image>img {
    border: 10px solid var(--color-white)
}

.banner-post .postbox-data {
    justify-content: center
}

.heateor_sss_sharing_container {
    display: inline-flex;
    background: var(--color-purple-light);
    padding: 10px;
    border-radius: 999px
}
.owl-theme .owl-nav{
	margin-bottom: 10px;	
}
.owl-nav {
    display: none;
}
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev{
	background-color: var(--color-gray);
	padding: 0.75rem 1rem !important;	
	line-height: 1;
}

.section-clients .owl-item
	{
		padding-right:0;
	}
	
	.section-clients .items {
		height: 80px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.section-clients .items img {
		max-height: 100%;
		width:auto;
	}

.notice-topbar
{
	text-align: center;
    padding: 10px 0 5px;
    background: #F0F3FF;
}

.notice-topbar img
{
	max-height: 120px;
	width:auto;
}


@media screen and (min-width:768px) {
    
.columns { flex-wrap: wrap;}

    .has-banner-image .page-header-box {
        padding: 3.5rem
    }
    .ah-banner>.fit-content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
    .ah-banner>.fit-content {
        margin-top: 0
    }
    .owl-testimonials .ss-box-wrap {
        padding: 45px 90px 90px 0
    }
    .owl-item {
        padding-right: 25px;
    }
	.image-right-end {
        background-position: top center;
        width: 50vw;
        padding-top: 0;
        position: absolute;
        top: .75rem;
        bottom: .75rem;
        left: .75rem
    }
    .image-left-end {
        background-position: top center;
        width: 50vw;
        padding-top: 0;
        position: absolute;
        top: .75rem;
        right: .75rem;
        bottom: .75rem
    }
    .section.section-about-images {
        transform: translateY(-7rem);
        margin-bottom: -7rem
    }

    .section-flexible {
        margin-bottom: 4rem
    }
    .section-flexible .box-testimonial:not(.no-checklist) {
        padding: 3rem;
        position: absolute;
        right: auto;
        bottom: -4rem;
        left: 4rem
    }
    .section-flexible .is-flex-direction-row-reverse .box-testimonial:not(.no-checklist) {
        left: auto;
        right: 4rem
    }
    .meet-the-founder-box {
        transform: translateY(-4rem);
        margin: 0 auto -4rem auto;
        padding: 4rem
    }
	.section-flexible h2.section-heading {
		margin-top: 40px;
	}
	
}

@media screen and (min-width:1024px) {
    .shape-bg-left.shape-bg-50:before {
        right: 50%
    }
    .shape-bg-right.shape-bg-50:before {
        left: 50%
    }
    .shape-bg-left.shape-bg-65:before {
        right: 35%
    }
    .shape-bg-right.shape-bg-65:before {
        left: 35%
    }
    .shape-bg-left.shape-bg-35:before {
        right: 65%
    }
    .shape-bg-right.shape-bg-35:before {
        left: 65%
    }
	.section-flexible .column.is-6-desktop { padding: 0 50px; }
	.page-id-330 .section-workwithme-flexible .column.is-6-desktop:nth-of-type(2) {
		padding-left: 110px!important;
	}
	.page-id-330 .section-workwithme-flexible .column.is-6-desktop:nth-of-type(1) {
		padding-right: 110px;
		border-right: 1px solid #f0f3ff;
	}
	.page-id-5290 .ah-banner .column.is-6-desktop {
    
    width: 62%;
	}
section.section.section-service-content-head.has-gradient-shade.has-background-image {
    height: 500px;
}
}

@media screen and (min-width: 1500px){
		.ah-banner.has-banner-image {
			min-height: 80vh;	
		}
		section.section.section-service-content-head.has-gradient-shade.has-background-image {
    height: 600px;
}
}

@media screen and (max-width:767px) {
    .columns { flex-wrap: wrap;} 
	.is-full-mobile {
        width: 100%;
        margin-right: 0!important
    }
    .ah-banner {
        display: flex;
        flex-flow: column-reverse
    }
    .navbar .navbar-brand img {
        /*max-width: 75%;*/
    }
    .has-banner-image .page-header-box {
        padding: 1.5rem;
    }
    .page-small-header { 
        font-size: 1rem;
    }
    .page-header {
        font-size: 2rem;
    }
.section-workwithme-flexible .is-flex.my-5 {
    gap: 0!important;
}
    section.ah-banner .column {
        padding: 0;
    }
    .flexible-section .is-flex-direction-row-reverse {
        flex-direction: row!important
    }
    .ah-footer .footer-quiz-box,
    .box-testimonial,
    .has-background-image .page-header-box,
    .section-cta .has-background-image,
    .section-service-content .bg-white {
        padding: 2.25rem
    }
	section.section.section-service-content-head.has-gradient-shade.has-background-image {
    height: 300px;
}
	
	footer
	{
		overflow-x:hidden;
	}
}
@media screen and (max-width:520px) {
	.filter-icon { display: none; }
	.ss-box { padding: 15px; }
	section.section.section-service-content-head.has-gradient-shade.has-background-image { height: 200px; }
	ul.ah-contact-list.is-flex { display: block!important;	}
	.section-benefits-boxes .ss-box { padding: 0; }
	.ss-box .box-title { font-size: 1.5rem; }
	.section-heading { font-size:2rem; }
	.footer-quiz-box h3.section-subheading { font-size: 16px; }
	.meet-the-founder-box { padding: 2rem 0; }
	.section-testimonials { padding: 0; }
	.box-testimonial .testimonial-image { display: none;} 
	.section-quiz {	padding: 4rem 15px;	}
	.ah-footer .footer-quiz-box { padding: 25px; }
}