.zw-template-zp_feature_detail_pages .features-banner-content {
    margin: 0 auto;
    padding: 60px 0 80px;
    max-width: 1000px;
}
.features-item .cont-part p.zwc-min-wrap {
    max-width: 900px;
}
.zw-template-zp_feature_detail_pages .bottom-cta-wrap .content-wrap {
    max-width: 760px;
}
.features-banner-content p {
    max-width: 100%;
}
.features-banner-content p b {
    font-family: var(--zf-primary-bold);
    font-size: 22px;
}
/* ---- Form Slider ----  */
.zwc-frm-template-list{
  position: relative;
}
.zwc-frm-template-section {
    background: linear-gradient(180deg, rgba(4, 25, 45, 1) 25%, rgba(2, 39, 71, 1) 55%, rgba(5, 25, 40, 1) 85%);
    color: #fff;
    padding: 5em 0;
    overflow: hidden;
}
.zwc-frm-template-section .zwc-template-content {
    max-width: 700px;
}
.zwc-earthday-template-list {
    position: relative;
}
.zwc-temp-slider-navigation {
    display: flex;
    position: absolute;
    right: 80px;
    top: -60px;
    text-indent: -999999px;
}
.zwc-temp-slider-navigation .slick-next, .zwc-temp-slider-navigation .slick-prev {
    right: 0;
    background: #29b744;
    top: 0;
    position: relative;
    left: 0;
    transform: none;
    width: 35px;
    height: 35px;
    border-radius: 7px;
}
.zwc-temp-slider-navigation .slick-prev {
    left: -8px;
    right: auto;
    transform: rotate(-180deg) translate(0, 0);
    margin-right: 4px;
}
.zwc-temp-slider-navigation button.slick-next.slick-disabled, .zwc-temp-slider-navigation button.slick-prev.slick-disabled {
    border: 1px solid #fff;
    background: #fff;
    opacity: .7;
    pointer-events: none;
}
.zwc-temp-slider-navigation .slick-next:before, .zwc-temp-slider-navigation .slick-prev:before {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    width: 9px;
    height: 9px;
    background: no-repeat;
    transform: rotate(45deg) translate(-50%, -50%);
    top: 56%;
    right: 33%;
    transition: none;
}
.zwc-temp-slider-navigation .slick-prev:before {
    left: 40%;
}
.zwc-temp-slider-navigation .slick-prev:after {
    left: 24%;
}

.zwc-frm-template-slider .item:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0;
    transition: all .3s ease;
    visibility: hidden;
}
.zwc-temp-slider-navigation .slick-next:after, .zwc-temp-slider-navigation .slick-prev:after {
    background: #fff;
    transform: rotate(90deg) translate(-50%, -50%);
    left: 27%;
    top: 35%;
    right: auto;
    height: 13px;
    width: 2px;
    transition: none;
}
.zwc-temp-slider-navigation button.slick-prev.slick-disabled::before, .zwc-temp-slider-navigation button.slick-next.slick-disabled::before {
    border-right: 2px solid #000;
    border-top: 2px solid #000;
}
.zwc-temp-slider-navigation button.slick-prev.slick-disabled::after, .zwc-temp-slider-navigation button.slick-next.slick-disabled::after {
    border-right: 2px solid #000;
    border-top: 2px solid #000;
}
a.zwc-btn-template {
    background: #3bb639;
    color: #fff;
    padding: 17px 45px 17px 30px;
    border-radius: 4px;
    font-family: var(--primaryfont-semibold);
    text-decoration: none;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    width: 210px;
}
.zwc-frm-template-section .item img {
    display: block;
    border: 6px solid #fff;
    border-radius: 5px;
    width: 100%;
}
.zwc-frm-template-section .item {
    position: relative;
    margin: 12px;
}
.zwc-frm-template-slider .item:hover:before {
    opacity: .5;
    visibility: visible;
}
.zwc-frm-template-slider .item:hover a {
    opacity: 1;
    visibility: visible;
}
a.zwc-btn-template:after {
    background: var(--common-elements);
    content: "";
    position: absolute;
    right: 26px;
    width: 16px;
    height: 15px;
    background-position: -350px 0;
    background-size: 700px auto;
    top: 50%;
    transform: translateY(-50%);
    filter: invert(1);
}
/*********** FAQ **************/
.faq-main {
   background-color:#fafafa
}
.faq-section {
    padding:5em 0;
}
.faq-section a { 
    padding: 7px 12px;
    border: 1px solid #03a9f5;
    border-radius: 5px;
    font-size: 16px;
    transition: .1s ease;
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
}
.faq-section h2 {
    text-align: center;
    font-family: var(--primaryfont-semibold);
}
.faq-content {
    border: 1px solid #ebebeb;
    transition: all .5s ease;
    border-radius: 5px;
    margin: 30px 0
}
.faq-content:last-child{
    margin-bottom: 0;
}
.faq-content.active {
    border-color: #000000;
    padding-bottom: 20px
}
.faq-content h3.active {
    color: #000000;
}
.faq-content h3 {
    position: relative;
    font-size: 23px;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    margin: 0;
    transition: all .5s ease;
    padding: 25px 25px 25px;
}
.faq-content h4 {
    font-size: 26px;
    color: #177dfc
}
.faq-content.active h4 {
    color: #177dfc
}
.faq-content .faq-arrow::after,.faq-content .faq-arrow::before {
    content: '';
    position: absolute;
    display: block;
    right: -9px;
    width: 12px;
    height: 2px;
    background: #000;
    border-radius: 2px;
    transition: all .5s
}
.faq-content.active .faq-arrow::after,.faq-content.active .faq-arrow::before {
    background: #000000;
}
.faq-content .faq-arrow::before {
    top: 5px;
    right: 1px
}
.faq-content .faq-arrow::after {
    right: inherit;
    left: 7px;
    transform: rotate(90deg);
    top: 5px
}
.faq-content h3.active span.faq-arrow:before {
    transform: rotate(-90deg)
}
.faq-content h3 span.faq-arrow {
    position: absolute;
    right: 17px;
    top: 50%;
    width: 20px;
    height: 15px;
    transition: all .5s ease;
    transform: translate(-50%,-50%) rotate(-90deg)
}
.accordion {
    margin: 50px auto 0;
    max-width: 780px
}
ul.list ul li::before,ul.list ul li::after {
    display: none
}
ul.list li {
    position: relative;
    padding: 12px 0 0 25px;
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 1.5
}
ul.list li:before {
    content: '';
    position: absolute;
    width: 17px;
    height: 10px;
    box-shadow: 4px -4px 0 0 #000 inset;
    transform: rotate(-45deg) scale(0.5);
    -webkit-transform: rotate(-45deg) scale(0.5);
    -ms-transform: rotate(-45deg) scale(0.5);
    left: 0;
    top: 20px
}
ul.list li:after {
    content: "";
    position: absolute;
    border: 1px solid #000;
    width: 17px;
    height: 17px;
    top: 17px;
    left: 0;
    border-radius: 50%
}
.accord-content b{
    font-family: var(--zf-primary-semibold);
}
.accord-content {
    display: none;
    padding: 0 30px;
    margin-top: -15px;
}
/* --- Points --- */ 
.tmenu h2{
text-align:center;
}
ul.points {
    column-count: 3;
    margin: 20px 0;
    max-width: 100%;
}
ul.points li {
    position: relative;
    padding: 12px 0 5px 30px;
    line-height: 1.8;
    text-decoration: underline;
    cursor: pointer;
    font-size: 17px;
}
ul.points span.num {
    background: #15c381;
    color: #ffff;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    text-align: center;
    line-height: 1.7;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 19px;
    padding-top: 0;
}
.point-wrap {
    padding: 80px 100px;
}
@media only screen and (max-width: 1200px) {
   .point-wrap {
        padding: 80px 40px;
   }
}
@media only screen and (max-width: 1023px) {
     .faq-section {
          padding: 4em 0;
      }
     .faq-content h3{
        padding-right:45px;
      }
   ul.points {
    column-count: 2;
   }
}
@media screen and (max-width: 767px) {
   ul.points {
    column-count: 1;
   }
   .point-wrap {
       padding: 60px 20px;
   }
   .features-banner-content p b{
      font-size:20px
   }
.zwc-temp-slider-navigation{
    left:45%;
}
}
@media screen and (max-width: 480px) {
    .faq-content h3{
        padding-right: 60px;
        font-size: 20px;
    }
    .faq-section a {
        padding: 5px 9px;
        font-size: 14px;
    }
}

