:root {
    --primaryColor: #3696c2;
    --lightblue: #E0EFF4;
    --green: #28afb0;
    --gray: rgb(82, 86, 89);
    --lightgray: #b0b3b4;
    --almostwhite: #f3f3f3;
    --white: #FFF;
    --anothergray: #f1f1f1;
    --anothergreen: #6bcbcb;
    --testborder: 1px solid red;
}


/* General */

.hero-header {
    top: 0;
    position: fixed;
    padding-top: 1.5em;
    z-index: 9;
}

.hero-header.scrolled {
    background: #FFF;
    z-index: 1;
}

.alt-button {
    font-weight: bold;
    color: var(--primaryColor);
    background: white;
}

.free-consultationdiv {
    display: none;
}

.landing-container,
.testimonial-container {
    margin-right: auto;
    margin-left: auto;
    max-width: 600px;
}

.dont_think {
    max-width: 1000px;
}

.testimonial-container {
    max-width: 1360px;
}


/*new created*/

.background-header {
    background: var(--anothergray) !important;
    padding-top: 100px;
}

.background-white {
    background: var(--white);
}

.background-green {
    background: var(--anothergreen);
}


/*new created*/

.background-secondary {
    background: var(--anothergray);
}

.background-terciary {
    background: var(--almostwhite);
}

.hero *,
.section *,
.split-container * {
    transition: .2s all;
}

.logo-header {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 270px;
}

.site-translation__wrapper2 a {
    color: #28afb0;
    font-family: SofiaProRegular;
    font-weight: 700;
    font-size: 14px;
    position: absolute;
    right: 3rem;
    z-index: 99;
    display: block;
    background: transparent;
    padding: 0.6rem 3rem;
    line-height: 1;
    opacity: .8;
    border: 1px solid #28afb0;
    border-radius: 15px;
    top: 5.9rem;
}


/* Hero */

.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section figure,
.hero figure {
    margin: 0;
}

.hero-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    background: #eff7fa;
}

.hero-header ul {
    list-style: none;
    margin: 0;
    display: flex;
}

@media only screen and (min-width:1850px) {
    .logo2 {
        margin-left: -25%;
    }
}

@media only screen and (max-width:1300px) {
    .plan-name {
        font-size: 25px !important;
    }
    .plan-price-custom {
        font-size: 35px !important;
        line-height: 35px;
    }
    .plan {
        padding: 20px 10px !important;
    }
}

@media screen and (max-width: 1100px) {
    .hero-header ul {
        align-items: center;
    }
}

@media only screen and (max-width:1025px) {
    #plans .section-list-item {
        margin: 20px 0px 20px 0px !important;
    }
    .section-list-item {
        margin: 20px 20px 20px 20px !important;
    }
    .plan-name {
        font-size: 25px !important;
    }
    .plan-price-custom {
        font-size: 30px !important;
        line-height: 30px;
    }
}

.hero-header ul li {
    margin: 0 1rem;
}

#right_nav li {
    padding-top: 1.2em;
}

#right_nav li.free-trial {
    padding-top: 0.5em;
}

.head-spanish ul li {
    margin: 0 1.1rem !important;
}

.hero-header ul a {
    color: var(--gray);
}

.hero-header ul a.phone {
    color: var(--primaryColor);
}

.hero-header ul a.button {
    margin: 0;
    color: white;
    padding: 0px 16px;
    line-height: 49px;
}

.hero-logo {
    max-width: 300px;
}

.hero-phone {
    font-size: 2rem;
    font-weight: bolder;
    color: var(--primaryColor);
}

.hero-content {
    padding-top: 120px;
    text-align: center;
}

.real_hero_banner {
    padding-top: 20px;
}

.real_hero_banner>figure>img {
    max-width: 70% !important;
}

.real_hero_banner .hero-title {
    font-size: 2.5rem;
}

.hero-image {
    max-width: 400px;
    margin: 1rem;
}

.hero-title,
.hero-subtitle,
.hero-note {
    color: var(--gray);
    font-weight: bold;
}

.hero-title {
    font-size: 55px;
    padding: 0 1.5rem;
    text-align: center;
}

.hero-subtitle {
    font-weight: normal !important;
    font-size: 16px;
    padding: 20px 10px;
    text-align: center;
}

.hero-note {
    color: var(--lightgray);
    font-size: .8rem;
}

.hero-footer {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.hero-footer figure {
    margin: 1rem;
}

.hero-footer img {
    max-width: 300px;
}

@media screen and (max-width: 1100px) {
    .site-translation__wrapper2 a {
        right: 0.5rem;
        padding: 0.6rem 3rem;
        top: 4.5rem;
    }
    .hero-content {
        padding-top: 50px;
    }
    .background-header {
        padding-top: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .hero-header {
        padding: 2rem;
    }
    .site-translation__wrapper2 a {
        right: 0.5rem;
        padding: 0.6rem 3rem;
        top: 4.5rem;
    }
}

@media only screen and (max-width:768px) {
    .plans-list .section-list-item {
        flex: inherit;
        width: 100% !important;
    }
    .plan {
        margin: 0 auto !important;
    }
}

@media screen and (max-width: 720px) {
    .hero-logo {
        max-width: 150px;
    }
    .hero-image {
        max-width: 300px;
    }
    .hero-phone {
        font-size: 1.5rem;
    }
    .hero-title {
        font-size: 2.5rem;
    }
    .hero-footer {
        justify-content: center;
    }
    .hero-footer img {
        max-width: 200px;
    }
    .site-translation__wrapper2 a {
        right: 1rem;
        padding: 0.5rem 1.5rem;
        top: 4.5rem;
    }
    .button-more-info-white {
        margin: 0 auto !important;
    }
    .split-text .button-more-info-white {
        margin-bottom: 50px !important;
    }
    .split-text {
        padding-top: 0px !important;
    }
}

@media screen and (max-width: 600px) {
    .hero-header {
        padding: 2.5rem 1.75rem;
    }
    .hero-logo {
        max-width: 135px;
    }
    .hero-image {
        max-width: 250px;
    }
    .hero-phone {
        font-size: 1.1rem;
    }
    .hero-title {
        font-size: 2.1rem;
    }
    .section-list {
        flex-direction: column;
    }
}

@media screen and (max-width: 480px) {
    .hero-image {
        max-width: 175px;
    }
    .hero-content {
        padding-top: 30px;
    }
    .hero-title {
        font-size: 1.75rem;
    }
    .site-translation__wrapper2 a {
        right: 1rem;
        padding: 0.5rem 1.5rem;
        top: 4.5rem;
    }
}


/* Custom section */

.text-space {
    padding-bottom: 20px;
}


/* Sections */

.section {
    padding: 3rem 2rem;
    text-align: center;
}

.section.background-primary {
    background: var(--primaryColor);
}

.section.no-bottom-padding {
    padding-bottom: 0 !important;
}

.section.background-primary .section-title,
.section.background-primary .section-text {
    color: white;
}

.split-text ul {
    list-style-image: url('../checkmark.html');
    line-height: 50px;
}

.section-title,
.section-text {
    margin-bottom: 3rem;
    color: var(--gray);
}

.section-title {
    font-size: 2.5rem;
    margin-top: 0;
}

.section-text {
    line-height: 1.7rem;
}

.section-text+button {
    margin: 1.25rem 0;
}


/*new css created*/

.section-title2,
.section-text2 {
    margin-bottom: 3rem;
    font-weight: bold;
    color: var(--white);
}

.section-title2 {
    font-size: 2.5rem;
    margin-top: 0;
}

.section-text2 {
    line-height: 1.7rem;
}


/*new css created*/

@media screen and (max-width: 720px) {
    .section-title,
    .section-title2 {
        font-size: 2rem;
    }
    .section-text,
    .section-text2 {
        font-size: .9rem
    }
    .section-text br {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .section.testimonials {
        padding-left: 0;
        padding-right: 0;
    }
    .section.testimonials .section-title,
    .section-title2 {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }
}

@media screen and (max-width: 480px) {
    .section {
        padding: 2rem 1rem;
    }
    .section-title,
    .section-title {
        font-size: 1.75rem;
    }
    .section-title,
    .section-text,
    .section-title2,
    .section-text2 {
        margin-bottom: 1.5rem;
    }
    /* .section-text {
    margin-bottom: .9rem;
  } */
}


/* Split Container */

.split-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
}


/* full Container */

.full-container {
    display: grid;
    grid-template-columns: 1fr;
    padding-top: 30px;
}


/* full Container */

.split-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.page-id-2736 .split-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.split-reverse .split-content {
    align-items: flex-start;
}

.split-text {
    max-width: 576px;
}

.split-text2 {
    max-width: 900px;
}

.split-text .section-text {
    margin-bottom: 0;
}

.split-image {
    padding-top: 4rem;
    text-align: center;
}

.split-image img {
    max-width: 500px;
}

.split-container .section-title,
.full-container .section-title {
    font-size: 2rem;
    margin-bottom: 2rem;
}

.split-container.grid-center .split-image {
    padding: 4rem;
    justify-self: start;
}

.split-container.grid-center .split-content {
    justify-self: end;
}

.split-green {
    background: var(--green);
    padding: 5rem 1rem;
}

.split-green .section-title,
.split-green .section-text {
    color: white;
}

.split-green .section-title {
    font-size: 1.75rem;
}

.split-green .split-content {
    justify-content: flex-start;
    align-items: center;
}

.split-green button a {
    color: var(--green);
}

.split-green button:hover {
    background: var(--green);
}

.split-green button:hover a {
    color: #fff;
}

.fa.fa-check-circle-o {
    color: #fff;
    font-size: 59px;
    margin: 0 0 26px -50px;
}

@media screen and (max-width: 1024px) {
    .split-text {
        padding: 1.5rem;
    }
    .split-image img {
        max-width: 100%;
    }
    .split-green .section-title {
        font-size: 1.55rem;
    }
}

@media screen and (max-width: 720px) {
    .split-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .split-text2 {
        max-width: 450px;
        padding: 10px 10px 10px 40px;
    }
    .split-container .section-title,
    .full-container .section-title {
        margin-bottom: 1.5rem;
        margin-top: 1.5rem;
    }
    /* .split-image img {
    max-width: 500px;
  } */
    .split-container.grid-center .split-content {
        justify-self: center;
    }
    .split-container.grid-center .split-image {
        padding: .5rem;
        justify-self: center;
    }
    .fa.fa-check-circle-o {
        margin: 25px 0 0px 0px;
    }
}

@media screen and (max-width: 480px) {
    .split-image {
        padding-top: 1rem;
    }
    .split-image img {
        max-width: 50%;
    }
    .split-container .section-title {
        margin-bottom: .2rem;
        margin-top: .2rem;
    }
}


/* Lists */

.section-list {
    margin: 1.25rem 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.section-list-item {
    margin: 15px 1rem;
}

.partner-logo {
    max-width: 100px;
}

.services-list .section-list-item {
    margin: 0 3rem;
}

.services-list-text {
    margin: 1rem;
    font-size: 1.2rem;
    font-weight: normal;
    color: var(--gray);
}

@media screen and (max-width: 1024px) {
    .section-list {
        justify-content: center;
    }
    .section-list-item {
        margin: 1rem;
    }
    .services-list .section-list-item {
        margin: 1rem;
    }
}

@media screen and (max-width: 720px) {
    .services-list .section-list-item {
        width: 45%;
    }
    .section-list {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 480px) {
    .section-list.services-list {
        flex-direction: column;
    }
    .services-list .section-list-item {
        width: auto;
    }
}


/* Call to Action */

.cta {
    padding: 2rem 1rem;
    background: var(--green);
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta-text {
    letter-spacing: 1px;
    color: white;
}

.cta-text,
.cta-button {
    margin: 0 2rem;
    font-size: 1.3rem;
}

.cta-button {
    color: var(--green);
}

.cta-button:hover {
    background: var(--green);
}

@media screen and (max-width: 720px) {
    .cta {
        flex-direction: column;
    }
    .cta-text {
        text-align: center;
    }
    .cta-text,
    .cta-button {
        margin: 1rem;
        font-size: 1.15rem;
    }
}

@media screen and (max-width: 480px) {
    .cta-text,
    .cta-button {
        font-size: 1.5rem;
    }
}


/* Plans */

.plans-list {
    align-items: initial;
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr 1fr; */
}

.plans-list .section-list-item {
    flex: 1;
}

.plan {
    display: flex;
    flex-direction: column;
    border-radius: 1rem;
    box-shadow: 1px 3px 3px 1px rgba(0, 0, 0, 0.2);
    padding: 1rem 2rem;
    background: #fbfbfb;
    color: var(--gray);
    width: 95%;
    height: 100%;
}

.plan figure {
    min-height: 140px;
}

.plan-name,
.plan-price,
.plan-note {
    font-weight: bold;
}

.plan-name,
.plan-note {
    margin: 0;
}

.plan-name {
    font-size: 2rem;
}

.plan-price {
    font-size: 3rem;
    margin-bottom: 0px
}

.plan-price-custom {
    font-size: 2.5rem;
}

.plan-note {
    font-size: 1rem;
}

.plan-note:nth-child(2) {
    color: var(--lightgray);
}

.plan-more {
    font-size: 2.5rem;
    color: var(--green);
}

.plus-btn {
    padding: 13px;
}

.plus-btn a {
    font-size: 1rem;
    color: #fff;
    background: var(--green);
    padding: 9px 12px 10px;
    border-radius: 25px;
}


/* @media screen and (max-width: 1024px) {
  .plans-list {
    grid-template-columns: 1fr 1fr;
  }
} */

@media screen and (max-width: 600px) {
    .plan-name {
        font-size: 1.75rem;
    }
    .plan-price {
        font-size: 2.25rem;
    }
}

@media screen and (max-width: 480px) {
    .plans-list .section-list-item {
        width: 90%;
    }
    .plan figure {
        min-height: auto;
    }
    .plan figure img {
        max-width: 75px;
    }
    .plan-name {
        font-size: 1.5rem;
    }
    .plan-price {
        font-size: 2rem;
    }
}


/* Plans Popup */

.plan-features {
    margin: 0;
    list-style: none;
}

.plan-feature {
    padding: 1rem 0;
    font-weight: bold;
    border-bottom: 1px solid var(--lightgray);
}

.plan-feature span {
    font-size: 1.2rem;
    color: var(--green);
}

.plan-feature:last-child {
    border-bottom: none;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: white;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
    overflow-y: scroll;
}

.modal:target {
    opacity: 1;
    pointer-events: auto;
}

.modal-close {
    position: fixed;
    top: 3rem;
    right: 3rem;
    color: var(--gray);
    font-weight: bold;
}

.modal-close img {
    max-width: 25px;
}

@media screen and (max-width: 768px) {
    .modal-close {
        top: 1.5rem;
        right: 1.5rem;
    }
}

@media screen and (max-width: 480px) {
    .modal-close {
        top: 1rem;
        right: 1rem;
    }
    .modal-close img {
        max-width: 18px;
    }
}


/* Sign Up Form */

.signup-content {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.signup-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.signup-form-input {
    border: none;
    border-radius: .5rem;
    margin: 0 .5rem;
    padding: 1rem;
    min-width: 300px;
    font-weight: bold;
}

.signup-form-input::placeholder {
    color: var(--lightgray);
}

.signup .section-title,
.signup .section-text {
    margin-bottom: 1.5rem;
}

.signup .button {
    margin: 17px 22px 0;
}

.signup-note {
    max-width: 960px;
    margin: 0 auto;
    text-align: left;
    font-size: 10px;
    color: var(--lightgray);
}
.page-id-2999 .hero.bg-lightblue-new.botmmenu-part img.hero-logo {
    display: none;
}

/* new css */

.signup-note2 {
    max-width: 960px;
    margin: 0 auto;
    text-align: left;
    font-size: 10px;
    color: var(--white);
}


/* new css */


/* Form CSS

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	max-width: 960px;
	margin: 0 auto;
}

div.wpcf7-mail-sent-ok{
	max-width: 960px;
	margin: 0 auto;
}

#wpcf7-f1451-o1 form input[type=text],#wpcf7-f1451-o1 form input[type=tel],#wpcf7-f1451-o1 form input[type=email],#wpcf7-f1451-o1 form input[type=phone],#wpcf7-f1451-o1 form textarea{
	color: #3c3c3c;
	font-weight:bold;
    background-color: transparent;
    padding: 12px 20px;
    border-radius: .5rem;
    width: 100%;
    outline: none;
	margin-top:20px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	border:3px solid #fff;
	background-color: #fff;
}
#wpcf7-f1484-o1 form input[type=text],#wpcf7-f1484-o1 form input[type=tel],#wpcf7-f1484-o1 form input[type=email],#wpcf7-f1484-o1 form input[type=phone],#wpcf7-f1484-o1 form textarea{
	color: #3c3c3c;
	font-weight:bold;
    background-color: transparent;
    padding: 12px 20px;
    border-radius: .5rem;
    width: 100%;
    outline: none;
	margin-top:20px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	border:3px solid #fff;
	background-color: #fff;
}

*/

@media screen and (max-width: 1380px) {
    .hero-logo {
        max-width: 270px;
    }
    .home-hero-header nav {
        width: 36% !important;
    }
}

@media screen and (max-width: 1250px) {
    .signup-form {
        justify-content: center;
    }
    .signup-form-input,
    .signup .button {
        margin: .5rem;
    }
    .signup-note,
    .signup-note2 {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .hero-header ul li {
        margin: 0 1rem;
    }
    .hero-logo {
        max-width: 270px;
    }
}

@media screen and (max-width: 1050px) {
    .signup-form {
        flex-direction: column;
    }
}

@media screen and (max-width: 480px) {
    .signup-form-input {
        min-width: auto;
    }
}


/* Testimonials */

.strong-view.modern .testimonial-content {
    font-style: normal !important;
    text-align: left !important;
    color: white;
}

.strong-view.modern .testimonial-content p {
    font-weight: bold;
}

.strong-view.modern .testimonial-client {
    text-align: left;
    margin-left: 40px;
    display: flex;
    align-items: center;
}

.strong-view.modern .testimonial-name {
    margin: 1rem;
    color: white;
}

.wpmslider-prev,
.wpmslider-next,
.testimonial-content:before {
    color: white !important;
}

.wpmslider-pager-link:before {
    color: var(--almostwhite) !important;
}

.testimonial-content:after {
    display: none !important;
}

.strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:before {
    content: url(../arrow-left.html) !important;
}

.strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before {
    content: url(../arrow-right.html) !important;
}

.strong-view.pager-style-buttons .wpmslider-pager-link::before {
    font-size: 13px !important;
}

@media screen and (max-width: 1100px) {
    .strong-view.modern .testimonial-client {
        flex-direction: column;
        margin-left: 5px;
    }
    .hero-header#menuToggle {
        display: none !important;
    }
    .slicknav_menu {
        background: var(--green);
    }
    .page-id-2999 .hero.bg-lightblue-new.botmmenu-part img.hero-logo {
        display: block;
    }
    .page-id-2999 .hero.bg-lightblue-new.botmmenu-part a.mobile-phone {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }
}


/* Footer */

@media screen and (max-width: 480px) {
    footer ul {
        display: flex;
        flex-direction: column;
        margin: 0;
        padding: 0;
    }
    footer ul li {
        margin: .4rem 0;
    }
}


/* Home Header */

#menuToggle>input,
#menuToggle>span {
    display: none;
}

.home-hero-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.home-hero-header>nav {
    width: 33%;
}

.mobile-phone {
    opacity: 0;
}

.desk-phone {
    display: block;
}

@media only screen and (max-width:1800px) {
    .home-hero-header {
        width: 100%;
    }
}

@media screen and (max-width: 1100px) {
    .hero {
        align-items: normal;
    }
    .hero-header#menuToggle {
        display: flex;
        padding: .5rem;
        align-items: flex-end;
        flex-direction: column;
        top: 14px;
        position: absolute;
        right: 0px;
    }
    .home-hero-header {
        flex-direction: column;
        padding: 0;
        background: var(--primaryColor);
        position: absolute;
        top: 0;
        right: 0px;
        margin-left: -11rem;
        transform-origin: 0% 0%;
        transform: translate(150%, 0);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    }
    .mobile-phone {
        opacity: 1;
        background: #28afb0;
        color: #fff !important;
        font-size: 25px;
        padding: 11px 0 11px 0;
        text-align: center;
        display: none;
    }
    a.mobile-phone span {
        font-weight: bold;
    }
    .mobile-phone :hover {
        color: #fff !important;
        text-decoration: none;
    }
    a.mobile-phone :hover {
        color: #fff !important;
    }
    .desk-phone {
        display: none;
    }
    .home-hero-header ul a,
    .home-hero-header ul a.phone {
        color: white;
    }
    .home-hero-header>nav {
        width: 100% !important;
    }
    .home-hero-header>nav ul {
        flex-direction: column;
    }
    .home-hero-header>nav ul li {
        margin: .75rem;
    }
    .home-hero-header>figure {
        display: none;
    }
    .home-hero-header>ul {
        width: 100%;
        justify-content: space-between;
        padding: .5rem 0;
    }
    .home-hero-header>ul li {
        margin: 0 .75rem;
        width: 45%;
    }
    .home-hero-header>ul li:nth-child(2) {
        text-align: center;
    }
    .home-hero-header>ul li:last-child {
        text-align: right;
    }
    .home-hero-header>ul li .button {
        font-size: .9rem;
    }
    #menuToggle input {
        display: block;
        width: 40px;
        height: 32px;
        position: absolute;
        top: 0;
        right: 0px;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
        -webkit-touch-callout: none;
    }
    .free-consultationdiv {
        width: 100%;
        float: left;
        background: #28afb0;
        color: #fff;
        display: block;
        z-index: 100;
        position: relative;
        top: 10%;
        opacity: 1;
        height: auto;
    }
    /*
   * A quick hamburger
   */
    #menuToggle span {
        display: block;
        width: 33px;
        height: 4px;
        margin-bottom: 5px;
        position: relative;
        background: #28afb0;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 4px 0px;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
    }
    #menuToggle span:first-child {
        transform-origin: 0% 0%;
    }
    #menuToggle span:nth-last-child(2) {
        transform-origin: 0% 100%;
    }
    #menuToggle input:checked~span {
        opacity: 1;
        transform: rotate(45deg) translate(-2px, -1px);
        background: #fff;
    }
    #menuToggle input:checked~span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }
    #menuToggle input:checked~span:nth-last-child(2) {
        transform: rotate(-45deg) translate(0, -1px);
    }
    #menuToggle input:checked~.home-hero-header {
        transform: none;
    }
}

@media screen and (max-width: 480px) {
    .home-hero-header>ul li {
        margin: 0 .4rem;
        text-align: center !important;
    }
    .home-hero-header>ul li a,
    .home-hero-header>ul li .button {
        font-size: 1rem;
    }
    .home-hero-header>ul li .button {
        padding: .5rem .55rem;
    }
}

@media(min-width: 722px) {
    .footer-ul {
        display: flex;
        justify-content: center;
    }
}