﻿@media only screen and (min-width: 768px) {
    .wh-area.style-two .wh-content .feature-list li, .wh-area.style-four .wh-content .feature-list li {
        width: 50%;
    }
}
@media only screen and (max-width: 768px) {
    .hero-visual {display:none;}
    .rts-footer-area.footer-three .footer-three-single-wized.left a.logo_footer {
        padding-top: 49px;
    }
    .page-hero {
        padding: 80px 0 40px!important;
    }
    .qoutes-para {
        margin-bottom:50px;
    }
    .about-area.style-four .about-img-wrap .about-img {
        top:2%;
        left: 20%;
        transform: translate(-17%, 8%);
        border-radius: 15px;
    }
    .about-img-wrap.position-relative.mb-md-30 {
    padding-bottom: 122%;
}
}
/* Connecting Line (Desktop only) */
@media (min-width: 992px) {
  .how-it-works-wrapper::before {
    content: "";
    position: absolute;
    top: 52px;
    left: 12%;
    width: 76%;
    height: 2px;
    background: repeating-linear-gradient(to right, #cfd6e6,  #cfd6e6 6px,  transparent 6px,  transparent 12px);
    z-index: 0;
  }

  .how-it-works-step {
    z-index: 1;
  }
}


/* Mobile adjustments */
@media (max-width: 767px) {
  .how-it-works-title {
    font-size: 26px;
  }

  .how-it-works-step {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
.how-it-works-step::after {
        content: "";
        position: absolute;
        background-image: url(../images/chevron.png);
        top: 35px;
        right: -18px;
        font-size: 22px;
        color: #cfd6e6;
        font-weight: 700;
        width: 35px;
        height: 35px;
        background-size: 100%;
    }
  /* Remove arrow after last step */
  .how-it-works-step:last-child::after {
    display: none;
  }
}