h2.bar-bottom.cyan {
    border-color: #1eb5da;
}
.radio-group{
  display: flex;
}
   .model-row .row{
    display: flex;

   }
   .lightwindow-content {
    position: relative;
    width: 100%;
    max-width: 904px;
    margin: 2em auto 0;
    padding: 40px 60px;
    border: 2px solid #36c73d;
    background: #f6f6f6;
    -webkit-border-radius: 40px 0 40px 40px;
    -moz-border-radius: 40px 0 40px 40px;
    -ms-border-radius: 40px 0 40px 40px;
    border-radius: 40px 0 40px 40px;
    text-align: left;
}
   .modal-content{
    padding: 20px;
   }
    .col {
        flex: 1;
        margin-right: 10px;
    }

    .col:last-child {
        margin-right: 0;
    }

    .error-message {
        color: red;
        font-size: 14px;
        margin-top: 5px;
    }

    .checkbox-wrap {
        display: flex;
        align-items: center;
    }

    .checkbox-wrap input[type="checkbox"] {
        margin-right: 10px;
        width: 40px;
    }

    .border-top {
        border-top: 1px solid #ccc;
        padding-top: 10px;
        margin-top: 10px;
    }

    .requiredLegend {
        color: red;
    }
    .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 300px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    }
 .content {
    max-width: 720px;
    min-width: 575px;
    display: inline-block;
    padding: 42px 30px 37px;
    background: rgba(255, 255, 255, 0.8);
}
.carousel-caption .btn{
  padding:20px!important;
}
 .section-content {
            padding: 50px 0;
        }
        .section-text {
            padding: 100px;
        }
        .section-text h1{
              font-family: TupperwarePro Ultralight, Arial, Helvetica, Sans-Serif!important;
    font-size: 50px;
    line-height: 1em;
    font-weight: normal;
    color: #000;
    padding: 0;
    margin: 0 0 .5em 0;
        }
        .section-image {
            padding-left: 30px;
        }
       .ways-page p{
          color: black!important;
          font-size: 13px;
        }
        section {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
        text-align: center;
}
.colored-carousel {
    padding-top: 2em;
    margin-bottom: 2em;
}
.colored-carousel>h2, .colored-carousel>p {
    padding: 0 5%;
}
.colored-carousel .jcarousel-wrapper {
    margin-bottom: 5em;
}

.jcarousel-wrapper {
    width: 100%;
    position: relative;
    z-index: 100;
}
.jcarousel-wrapper .jcarousel {
    position: relative;
    width: 100%;
    margin: 0 auto;
  
}
.jcarousel-wrapper ul.cover {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.colored-carousel .jcarousel-wrapper ul li.item.orange {
    background: #ff7000;
}

.colored-carousel .jcarousel-wrapper ul li.item {
    width: 100%;
    max-width: 310px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.jcarousel-wrapper ul.cover>li {
    width: 100%;
    max-width: 330px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.jcarousel-wrapper ul.cover>li .picture {
    width: 100%;
}
.jcarousel-wrapper ul.cover>li .picture img {
    width: 100%;
    display: block;
}
@media screen and (min-width: 601px) {
    .colored-carousel .jcarousel-wrapper .text {
        font-size: 15px;
    }
}

.ways-page.text {
    overflow: hidden;
    padding: 25px 35px;
    text-align: left;
    color: #fff;
    font-size: 16px;
}
.colored-carousel .jcarousel-wrapper .text h3 {
    color: #fff;
    font-size: 24px;
}
.colored-carousel .jcarousel-wrapper .text .main {
    display: block;
    position: relative;
    padding-bottom: 33px;
    overflow: hidden;
}
.colored-carousel .jcarousel-wrapper .text .main p{
  color: white!important;
}
.colored-carousel .jcarousel-wrapper .text .main>div {
    margin-bottom: 1em;
}
.colored-carousel .jcarousel-wrapper ul li.item.blue {
    background:#6070a4;
}
.item.magenta {
    background: #2b365c;
}
.item.pink {
    background: #6070a4;
}
.item.yellow {
    background: #7892eb;
}
.item.orange {
    background: #2b365c;
}
.jcarousel-wrapper .button-next {
    right: 0;
}
.jcarousel-wrapper .button-next, .jcarousel-wrapper .button-prev {
    position: absolute;
    width: 100px;
    top: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: table;
}
.jcarousel-wrapper .button-next .wrapper, .jcarousel-wrapper .button-prev .wrapper {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}
/*.jcarousel-wrapper .button-next .wrapper a, .jcarousel-wrapper .button-prev .wrapper a {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
    border: 1px solid #ccc;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    text-indent: -10000em;
    background: #fff;
    text-decoration: none;
}
.jcarousel-wrapper .button-next .wrapper a:after {
    content: "\f105"!important;
    left: 9px;
}
.jcarousel-wrapper .button-next .wrapper a, .jcarousel-wrapper .button-prev .wrapper a {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
    border: 1px solid #ccc;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    text-indent: -10000em;
    background: #fff;
    text-decoration: none;
}*/
.ways-page h2 {
    font-family: TupperwarePro Ultralight, Arial, Helvetica, Sans-Serif;
    font-size: 60px;
    line-height: 1em;
    font-weight: normal;
    color: #000;
    padding: 0;
    margin: 0 0 .5em 0;
}
.caption-anchor{
  font-family: TupperwarePro Normal, Arial, Helvetica, Sans-Serif!important;
    color: #000!important;
    padding: 12px 100px 18px!important;
    border: 1px solid #ccc;
    line-height: 1em;
    text-align: center;
    display: inline-block;
    height: auto;
    min-width: 261px;
    text-decoration: none;
    background: #fff;
    font-size: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -ms-border-radius: 30px 30px 30px 30px;
    border-radius: 30px 30px 30px 30px;
    margin: 0;

}
.ways-page a.button {
    font-family: TupperwarePro Normal, Arial, Helvetica, Sans-Serif;
    color: #000;
    padding: 12px 100px 18px;
    border: 1px solid #ccc;
    line-height: 1em;
    text-align: center;
    display: inline-block;
    height: auto;
    min-width: 261px;
    text-decoration: none;
    background: #fff!important;
    font-size: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -ms-border-radius: 30px 30px 30px 30px;
    border-radius: 30px 30px 30px 30px;
    margin: 0;
}
.ways-page a.button:hover{
 background: #2b365c!important;
 color: white;

}
.ways-page input[type="text"], input[type="email"], input[type="file"], input[type="password"], input[type="date"], textarea, select, div.textarea {
    position: relative;
    z-index: 10;
    width: 100%;
    padding: .3em .4em;
    margin: 0 0 1.5em 0;
    border: 1px solid #ccc;
    background: #fff;
    color: #777;
    opacity: 1;
}
.ways-page input[type="submit"] {
    display: inline-block;
    height: 40px;
    cursor: pointer;
    border: 1px solid #36c73d;
    color: #36c73d;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    font-weight: normal;
    padding: 3px 4em 3px;
    margin: 0 .5em 1em 0;
    text-transform: uppercase;
}

.start-now ul.grid {
    padding: 0;
    margin: 2em 0 0 0;
    list-style: none;
}
.start-now ul.grid li .picture {
    position: relative;
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
}
.start-now ul.grid li .picture img {
    display: block;
    width: 100%;
}
.start-now ul.grid li .text {
    padding: 0 2em;
    font-size: 14px;
    line-height: 1.3em;
}
.start-now ul.grid li .text h3 {
    font-size: 18px;
    font-weight: bold;
}
  .steps-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    list-style: none;
    padding: 0;
  }
  .steps-grid li {
    flex: 1 1 20%;
    max-width: 220px;
    margin: 10px;
    text-align: center;
  }
  .picture {
    margin-bottom: 10px;
  }
  .text {
    font-size: 14px;
  }
  .clr {
    clear: both;
  }
  .button-panel {
    text-align: center;
    margin-top: 20px;
  }
  .steps-grid  p{
    line-height: 1.6;
    font-size: 15px;
    word-spacing: normal
  }
  @media screen and (min-width: 801px) and (max-width: 1100px) {
    .testimonial {
        padding: 1em 100px;
    }
}

.testimonial {
    max-width: 1420px;
    padding: 1em 100px;
    margin: 0 auto;
    margin-bottom: 2em;
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
    .testimonial .text-picture {
        margin: 0 0 2em 0;
    }
}

.testimonial .text-picture {
    padding: 0;
    margin: 0 0 1.7em 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}
.text-picture {
    margin: 0 -10px;
    padding: 0 10px;
    -webkit-box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.3);
    -ms-box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.3);
    background-image: none;
    position: relative;
}
.text-picture {
    margin: 0 -10px;
    padding: 0 10px;
    -webkit-box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.3);
    -ms-box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.aligner {
    display: table;
    width: 100%;
    height: 100%;
}
.testimonial .text-picture .aligner .cell {
    padding: 0;
}

.text-picture .aligner .cell {
    padding: 10% 20%;
}
.text-picture .aligner .cell {
    padding: 10% 20%;
}
.aligner .cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}
.text-picture .aligner .cell .wrapper {
    padding-top: 50px!important;
}

.text-picture .aligner .cell .wrapper {
    padding: 0;
}
.text-picture .aligner .cell .text, .text-picture .aligner .cell .headline {
    text-align: left;
    position: relative;
    overflow: auto;
}
.testimonial .jcarousel .text.custom-srollbar {
    margin: 20px 0 2em 0;
    padding: 0 20px;
}

.testimonial .jcarousel .text {
    text-align: left;
    padding: 20px 20px 0 20px;
    margin-bottom: 2em;
    font-size: 15px;
    height: 150px;
    overflow: auto;

