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

/* General */

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

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

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

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

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

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

/* Form CSS */
div.wpcf7-mail-sent-ok {
    max-width: 1000px;
    margin: 10px auto;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	max-width: 1000px;
    margin: 10px auto;
}	

/* Hero */

.hero {
  background: var(--lightblue);
  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;
  padding: 1.5rem;
  width: 100%;
}

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

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

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

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

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

.hero-header ul a.button {
  margin: 0;
  padding: .5rem 1rem;
  color: white;
}

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

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

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

.hero-content {
  text-align: center;
}

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

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

.hero-title {
  font-size: 3.1rem;
  padding: 0 1.5rem;
}

.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;
}
.section.background-primary .testimonial-heading{
	display: none;
}
.testimonials-slider .strong-view.modern, .testimonials-slider .testimonial-content::before, .testimonials-slider .strong-view.modern, .testimonials-slider .testimonial-content::after{
	color: #fff !important
}
.section.background-primary .strong-view-id-1 .testimonial-inner{
	background: transparent;
}
@media screen and (max-width: 1024px) {
  .hero-header {
    padding: 2rem;
  }
}

@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;
  }
}

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

  .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;
  }
}

@media screen and (max-width: 480px) {
  .hero-image {
    max-width: 175px;
  }

  .hero-title {
    font-size: 1.75rem;
  }
}

/* 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;
}

.section-title,
.section-text {
  margin-bottom: 3rem;
  font-weight: bold;
  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;
}

@media screen and (max-width: 720px) {
  .section-title {
    font-size: 2rem;
  }

  .section-text {
    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 {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }
}

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

  .section-title {
    font-size: 1.75rem;
  }
  
  .section-title,
  .section-text {
    margin-bottom: 1.5rem;
  }
  
  /* .section-text {
    margin-bottom: .9rem;
  } */
}

/* Split Container */

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

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

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

.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 {
  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;
}

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

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

@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-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;
  }
}

@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: 0 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: bold;
  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 {
  font-weight: bold;
  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:600px) {
  .plans-list .section-list-item {
    flex: inherit;
    width: 100% !important;
    margin: 20px 0px !important;
  }

  .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: 100%;
    height: 100%;
  }

}

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

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

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

.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;
}

.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: 5px 12px 7px;
    border-radius: 15px;
	
}

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

@media screen and (max-width: 900px) {
  .plans-list .section-list-item {
    flex: inherit;
    width: 45%;
  }
}

@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);
}

/* Form CSS */

#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;
}
@media screen and (max-width: 1250px) {
  .signup-form {
	justify-content: center;
  }

  .signup-note {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

@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: 75px;
  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: 600px) {
  .strong-view.modern .testimonial-client {
    flex-direction: column;
    margin-left: 5px;
  }
}

/* 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%;
}

@media screen and (max-width: 1024px) {
  .hero-header#menuToggle {
    display: block;
    padding: .5rem;
  }

  .home-hero-header {
    flex-direction: column;
    padding: 0;
    background: var(--primaryColor);

    position: absolute;
    top: 0;
    margin-left: -.5rem;

    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
  }

  .home-hero-header ul a,
  .home-hero-header ul a.phone {
    color: white;
  }

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

  .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;
  }

  .home-hero-header > ul li .button {
    font-size: .9rem;
  }

  #menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    
    cursor: pointer;
    
    opacity: 0;
    z-index: 2;
    
    -webkit-touch-callout: none;
  }
  
  /*
   * A quick hamburger
   */
   #menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    
    background: #cdcdcd;
    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);
  }
  
  #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;
  }

  .home-hero-header > ul li a {
    font-size: .75rem;
  }
}