

img { border: 0; display: block; }
svg:not(:root) { overflow: hidden; }


button { overflow: visible; }
button, select { text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] { cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner { border: 0; padding: 0; }

input { line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="checkbox"] {
    width: 15px;
    text-align: right !important;
    margin-left: 0px;
    height: unset !important;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}


.logo { margin: 0 auto; }

.section {
  padding: 40px 0;
  display: inline-block;
  width: 100%;
}

.backimage {
  background: linear-gradient(45deg, #665fee 0%, #27c2de 100%);
  background: -webkit-linear-gradient(45deg, #665fee 0%, #27c2de 100%);
}

.greyback { background: #f2f2f2; }
.container2 {
  max-width: 1200px;
  padding: 0 10px;
  margin: 0 auto 40px !important;
  text-align: center;
}

.formcontainer {
  max-width: 600px;
  background: #fff;
  border-radius: 10px;
}

/* Titles used */
.main-title{
  font-size: 50px !important;
  margin-bottom: 40px !important;
  color:#fff;
  text-align:center;
  font-family:'Montserrat', sans-serif;
  letter-spacing:-0.5px;
  font-weight:400;
}

.sec-title {
  padding: 0;
  color:#fff;
  font-size:26px !important;
  margin:-35px 0 50px !important;
  font-weight:300;
  font-family:'Montserrat', sans-serif;
  text-align:center;
}

.sec-title2 {
  padding: 0;
  color:#222;
  font-size:35px !important;
  margin:25px 0 30px !important;
  text-align:center !important;
  font-weight:600;
  font-family:'Lato', sans-serif;
}

.form-title {
  padding: 0;
  color:#333;
  font-size:35px !important;
  text-align:center !important;
  font-weight:400;
  font-family:'Montserrat', sans-serif;
  margin:0 0 20px;
}

/* Form (cmxform) used */
.cmxform fieldset { border: none; }

.cmxform select { width: 100%; }

.cmxform textarea{
  height: 100px !important;
  width: 98%;
  padding: 1% !important;
  resize: none;
}

.cmxform legend {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
  width: 100%;
  color: #666;
}

.cmxform input,
.cmxform select,
.cmxform textarea {
  background-color: #F2F2F2;
  border: 1px #F2F2F2;
  border-radius: 5px;
}

.cmxform input { 
  height: 56px;
  padding: 0.5rem 1rem !important;
  color: #222; 
}

.cmxform select { height: 50px; color: #888; padding: 0.5rem 1rem; }

.cmxform label {
  clear: both !important;
  margin-bottom: 3px;
  font-size: 12px;
  text-transform: uppercase;
  padding-left: 10px;
  opacity: .8;
}

label.error {
  color: #fff;
  margin-bottom: 10px;
  background-color: rgb(255, 95, 95);
  opacity: 1 !important;
}

/* Submit button used */
.submit {
    background-color: #FF8400 !important;
    font-family: Montserrat, Verdana, sans-serif;
    font-size: 24px;
    font-weight: 600;
    width: 75%;
    text-align: center;
    text-decoration: none;
    box-shadow: 0px 15px 28px -5px rgba(111, 111, 111, 0.45);
    -webkit-box-shadow: 0px 15px 28px -5px rgba(111, 111, 111, 0.45);
    border-radius: 10px !important;
    border: none !important;
}

.submit:hover { background-color: #ff6c00 !important; }

/* Default-only sections used */
.bullet-points {
  margin: 0;
  padding: 0 30px 0 40px;
  color: #555;
}

.bullet-points li {
  margin-bottom: 20px;
  position: relative;
  font-size: 17px;
  line-height: 24px;
}

.bullet-points li strong {
  color: #444;
  font-size: 19px;
  font-weight: 600;
}

/* Testimonials used */
.clients-wrapper {
  background-color: #f6f6f6;
  vertical-align: top;
  border-radius: 5px;
}

.clients-quote {
  font-style: oblique;
  line-height: 25px;
  font-size: 14px;
  font-weight: 300 !important;
}

.clients-name {
  font-weight: bold;
  margin-top: 20px;
}

.video-embed {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 500px;
}

@media screen and (min-width: 600px) {
  .video-embed {
    width: 500px;
    height: 280px;
  }
}

@media screen and (max-width: 600px) {
  .video-embed {
    height: 210px;
  }
}

@media screen and (max-width: 798px) {
  .submit,
  .btn-thankyou{
    font-size: 21px !important;
  }
  .submit {
    width: 100%;
  }
}
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  padding: 10px 40px 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23666'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 10px;
}

.cmxform label {
    clear: both !important;
    margin-bottom: 3px;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 10px;
    opacity: .8;
}

.footer .footer-icons {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.cmxform legend {
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
    width: 100%;
    color: #666;
}

 .thankyou-card {
      max-width: 700px;
      margin: 40px auto;
      background: #fff;
      border-radius: 12px;
      padding: 32px 24px;
      box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    }

    .couponarea {
      background: #eee;
      padding: 10px 20px 30px 20px;
      color: #333;
      border: dotted 5px;
    }

    .couponarea h2 {
      font-size: 50px;
      font-weight: 800;
      color: #444;
      line-height: 24px;
    }

    .usecoupon {
      font-size: 18px;
      margin-bottom: 10px;
    }

    .strong {
      font-weight: 800;
      font-size: 26px;
      color: #ff7f0a;
    }

    .couponxs {
      font-size: 14px;
      color: #666;
      line-height: 1.5;
    }

  .btn-thankyou {
    font-family: Montserrat, Verdana, sans-serif;
    font-size: 24px;
    font-weight: 600;
    border-radius: 8px;
    background-color: #FF8400 !important;
    text-decoration: none;
    text-align: center;
    border: none;
    box-shadow: 0px 15px 28px -5px rgba(111, 111, 111, 0.45);
    -webkit-box-shadow: 0px 15px 28px -5px rgba(111, 111, 111, 0.45);
    border-radius: 10px !important;
    white-space: nowrap; 
  }

    .btn-thankyou:hover {
      background-color: #ff6c00;
      opacity: 0.95;
    }
