﻿a {
    text-decoration: none;
}
@media (max-width: 767px) {
    body {
        overflow-x: hidden;
    }
    .wcnt
    {
        display:none !important;
    }
    .whitm h4
    {
        padding-left:0px !important;
    }
}

.pos-section {
    min-height: 600px;
}

.pos-mockup-wrapper {
    position: relative;
    max-width: 420px;
    margin: auto;
}

.screen-slider {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}

    .screen-slider img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.carousel-fade .carousel-item {
    transition: opacity 0.6s ease-in-out;
}

/* Arrows outside */
.outside-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.carousel-control-prev.outside-arrow {
    left: -50px; /* push outside left */
}

.carousel-control-next.outside-arrow {
    right: -50px; /* push outside right */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
    opacity: 0.8;
}

@media (max-width: 768px) {
    .pos-section {
        min-height: 480px;
    }

    .carousel-control-prev.outside-arrow {
        left: -30px;
    }

    .carousel-control-next.outside-arrow {
        right: -30px;
    }
}


p {
    font-size: 14px;
}

.wcnt {
    width: 40px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-radius: 3px;
    padding: 5px;
    box-shadow: 0px 14px 35px 0px rgb(0 0 0 / 5%);
}

.wcnt {
    display: inline-block;
}

.whitm img {
    max-width: 100%;
}

.whitm h4 {
    position: relative;
    top: 3px;
    display: inline-block;
    padding-top: 10px;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 15px;
}

p {
    text-align: justify;
}

.ldngt2 {
    padding-bottom: 0px;
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    color: #fff;
}

.ldngt {
    padding-top: 0px;
    padding-bottom: 10px;
    font-size: 16px;
    color: #fff;
}

.ldngt2 i {
    position: absolute;
    left: 0;
    top: 10px;
    opacity: 0.7;
}

.fa-check:before {
    content: "\f00c";
}

.mrtm15 {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
    float: left;
}

    .mrtm15 h4 {
        text-align: center;
        font-weight: 600;
        margin-top: 15px;
        margin-bottom: 8px;
    }

    .mrtm15 img {
        max-width: 100px;
    }
           