.error{
    color: red;
}
.ps-timeline-sec {
    position: relative;
    background: #fff;
}
.ps-timeline-sec .container {
    position: relative;
}
.free-shipping-wrapper .shipping-icon {
   text-align: center;
    line-height: 46px;
}
@media screen and (max-width: 767px) {
    .ps-timeline-sec .container ol:before {
        background: var(--primary-color);
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        position: absolute;
        top: 130px !important;
        left: 36px !important;
   }
    .ps-timeline-sec .container ol:after {
        background: var(--primary-color);
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        position: absolute;
        top: inherit !important;
        left: 36px;
   }
    .ps-timeline-sec .container ol.ps-timeline {
        margin: 80px 0 !important;
        border-left: 2px solid var(--primary-color);
        padding-left: 0 !important;
        padding-top: 120px !important;
        border-top: 0 !important;
        margin-left: 25px !important;
   }
    .ps-timeline-sec .container ol.ps-timeline li {
        height: 220px;
        float: none !important;
        width: inherit !important;
   }
    .ps-timeline-sec .container ol.ps-timeline li:nth-child(2) .img-handler-bot img {
        width: 80%;
        margin-bottom: 40px;
   }
    .ps-timeline-sec .container ol.ps-timeline li:nth-child(4) .img-handler-bot img {
        width: 80%;
        margin-bottom: 40px;
   }
   
    
   
    .ps-timeline-sec .container ol.ps-timeline li:nth-child(2) h4{
        margin-top: 20px;
   }
    .ps-timeline-sec .container ol.ps-timeline li:nth-child(4) h4{
        margin-top: 25px;
   }
   
    .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot {
        bottom: 40px !important;
        width: 40% !important;
        margin-left: 25px !important;
        margin-top: 0 !important;
   }
    .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot img {
        width: 80%;
        margin-top: 50px !important;
   }
   
    .ps-timeline-sec .container ol.ps-timeline li span {
        left: 0 !important;
   }
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
        content: none !important;
   }
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
        content: none !important;
   }
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
        content: none !important;
   }
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
        content: none !important;
   }
    .ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
        position: absolute !important;
        bottom: 150px !important;
        width: 30% !important;
        float: left !important;
        margin-left: 35px !important;
        margin-bottom: 0 !important;
   }
    .ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
        margin: 0 auto !important;
        width: 80% !important;
   }
    .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
        position: absolute !important;
        bottom: 115px !important;
        width: 30% !important;
        float: left !important;
        margin-left: 35px !important;
        margin-bottom: 0 !important;
   }
    .ps-timeline-sec .container ol.ps-timeline li p {
        text-align: left !important;
        width: 100% !important;
        margin: 0 auto !important;
        margin-top: 0px !important;
   }
    .ps-timeline-sec .container ol.ps-timeline li .ps-top {
        width: 60% !important;
        float: right !important;
        right: 0;
        top: -40px;
   }
    .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
        width: 60% !important;
        float: right !important;
        right: 0;
        top: -40px;
   }
}
.ps-timeline-sec .container ol:before {
    background: var(--primary-color);
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    left: 8px;
    top: 49.5%;
}
.ps-timeline-sec .container ol:after {
    background: var(--primary-color);
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    right: 8px;
    top: 49.5%;
}
.ps-timeline-sec .container ol.ps-timeline {
    margin: 390px 0;
    padding: 0;
    border-top: 2px solid var(--primary-color);
    list-style: none;
}
.ps-timeline-sec .container ol.ps-timeline li {
    float: left;
    width: 20%;
    padding-top: 30px;
    position: relative;
}
.ps-timeline-sec .container ol.ps-timeline li span {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    background: #fff;
    border: 4px solid var(--primary-color);
    border-radius: 50%;
    box-shadow: 0 0 0 0px #fff;
    text-align: center;
    line-height: 50px -10;
    color: #df8625;
    font-size: 2em;
    font-style: normal;
    position: absolute;
    top: -26px;
    left: 50%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
    content: '';
    color: var(--primary-color);
    width: 2px;
    height: 50px;
    background: var(--primary-color);
    position: absolute;
    top: -50px;
    left: 50%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
    content: '';
    color: var(--primary-color);
    width: 8px;
    height: 8px;
    background: var(--primary-color);
    position: absolute;
    bottom: 90px;
    left: 44%;
    border-radius: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
    content: '';
    color: var(--primary-color);
    width: 2px;
    height: 50px;
    background: var(--primary-color);
    position: absolute;
    bottom: -50px;
    left: 50%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
    content: '';
    color: var(--primary-color);
    width: 8px;
    height: 8px;
    background: var(--primary-color);
    position: absolute;
    top: 90px;
    left: 44%;
    border-radius: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 130px;
    width: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
    display: table;
    margin: 0 auto;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
    position: absolute;
    margin-top: 60px;
    width: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot img {
    display: table;
    margin: 0 auto;
}
.ps-timeline-sec .container ol.ps-timeline li p {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 100px;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    position: absolute;
    margin-top: 35px;
}



.copyright{
    border-top: 1px solid var(--light-color12);
}

.video-overlay {
    position: relative;
    z-index: 1;
}

.video-overlay::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 880px;
    background: rgba(228, 228, 228, 0.6);
    height: 100%;
    z-index: -1;
}

.video-title {
    padding: 190px 0;
    padding-left: 70px;
}

.video-title > span {
    font-size: 18px;
    font-weight: 700;
    color: #ff4612;
    padding: 11px 15px;
    background: #f9f9f9;
    line-height: 1;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 20px;
    position: relative;
    font-style: italic;
}
.video-title h2 span {
    font-weight: 900;
    display: block;
}

.video-title a {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    position: relative;
}

.testimonial-features{
    background-size: cover;
    overflow: hidden;
    background-position: center;
}
.video-title h2 {
    font-size: 60px;
    text-transform: uppercase;
    color: var(--dark-color20);
    line-height: 1;
    margin-bottom: 35px;
}
.video-play a {
    display: inline-block;
    position: relative;
}
.video-play {
    text-align: center;
}
.video-play a:hover::before {
    width: 78px;
}
.video-play a::before {
    content: "";
    position: absolute;
    right: 73px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: .4s linear;
}
 
.product-carousel a{
    text-decoration: none;
    color: #000;
}

.btn-dark-fast {
    font-size: var(--font-size16);
    color: var(--white-color);
    padding: 16px 50px;
    transition: all ease 0.3s;
    border-color: var(--primary-dark-color);
    background-color: var(--primary-dark-color);
   border-radius: 35px;
}

.btn-dark-fast:hover{
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
}

.fast-header {
   background: linear-gradient(to top, rgba(242, 239, 238, 0.5), rgb(255, 255, 255));
  }

@media (max-width: 767px){
.video-play {
    margin-bottom: 50px;
}

}
@media (max-width: 1080px){
    .free-shipping-wrapper.first, .free-shipping-wrapper.second, .free-shipping-wrapper.third, .free-shipping-wrapper.fourth {
        min-height: 130px;
        margin-bottom: 15px;
    }
}
@media only screen and (min-width: 360px) and (max-width: 970px) {
	.owl-carousel .owl-nav button.owl-next{
        background: 0 0;
        color: inherit;
        border: none;
        padding: 0!important;
        font: inherit;
        top: 30%;
        right: 0 !important;
    }
    .owl-carousel .owl-nav button.owl-prev{
        background: 0 0;
        color: inherit;
        border: none;
        padding: 0!important;
        font: inherit;
        top: 30% !important; 
        left: -0 !important;
    }
    
    .banner-m{
        margin-top: 90px;
    }
    .fast-header {
        background: none;
       }
     
    
}
.homepage-banner{
    position: relative;
}
.homepage-banner .carousel-caption {
    position: absolute;
    right: 15%;
    top: 25%;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
}

.homepage-banner .carousel-caption h5{
    font-size: 60px;
    font-weight: var(--font-weight700);
    color: var(--dark-color20);
    text-transform: uppercase;
}
.homepage-banner .carousel-caption span{
    font-size: 60px;
    font-weight: var(--font-weight700);
    color: var(--dark-color21);
    text-transform: uppercase;
}
 
.owl-carousel .owl-nav button.owl-next{
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    top: 30%;
    right: -5%;
}
.owl-carousel .owl-nav button.owl-prev{
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    top: 30% !important; 
    left: -5%;
}

.owl-prev {
    background-color: var(--white-color) !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    top: 30%;
    position: absolute;
}
.owl-next {
    background-color: var(--white-color) !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    top: 30%;
    position: absolute;
}

.btn-primary-fast-light{
    font-size: var(--font-size16);
        color: #000;
        padding: 20px 50px;
        transition: all ease 0.3s;
        border-color: #fff;
        background-color: #fff;
      
        border-radius: 35px;
   
}

.btn-primary-fast-light:hover {
    box-shadow: none;
    outline: none;
    color: var(--white-color);
    border-color: var(--primary-dark-color);
    background-color: var(--primary-dark-color);
}

.product-lists a{
    text-decoration: none;
}

.product-features li{
    list-style-type: none;
    display: inline-block;
    color: #ffffff;
    font-weight: 500;
    background-color: var(--primary-color);
    padding: 2px 9px;
    border-radius: 5px;
    margin-right: 3px;
    margin-bottom: 5px;
  
}

.product-features li:hover{
    background-color: var(--primary-dark-color);
}
 


 