/* .arrow-bottom-left {
    position: relative;
    border: 0;
}

.arrow-bottom-left::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    z-index: 1;
    border: 0 solid transparent;
    border-left-width: 100vw;
    border-bottom-width: 4rem;
    top: 0;
    transform: rotateY(180deg);
    border-left-color: #f5f5fc!important;
}

section.wrapper.bg-soft-primary.bg-overlay.arrow-bottom-right {
    position: relative;
    border: 0;
}

.arrow-bottom-right::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    z-index: 1;
    border: 0 solid transparent;
    border-left-width: 100vw;
    border-bottom-width: 4rem;
    bottom: -4rem;
    transform: rotateX(360deg);
    border-left-color: #f5f5fc!important;
} */
video.animated-phone {
    display: none;
}
.price-sale {
    top: 50px;
    position: absolute;
    left: 6px;
}
.price-sale .price-value-sale {
    font-size: 18px;
    color: #e2626b;
}
.icon-svg.icon-svg-md {
    width: 45%;
    height: auto;
}

.ad-figure-img figure img {
    width: 80%;
}

.ad-after {
    position: relative;
    z-index: 2;
    white-space: nowrap;
}

.ad-after:after {
    content: "";
    display: block;
    background: #00aeef;
    border-radius: 5rem;
    position: absolute;
    width: 65px;
    height: 10%;
    left: 0;
    bottom: -25%;
    z-index: -1;
    margin-top: 24px;
    transition: all .2s ease-in-out;
}

.search-form:before {
    display: none !important;
}

.btn-ad {
    border-color: #fff0;
    background: #fff0;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.34rem;
    font-size: .9rem;
    color: #959ca9;
    z-index: 1;
}

.arrow-bottom-left {
    position: relative;
    border: 0;
}

.arrow-bottom-left::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    z-index: 1;
    /* top: 0; */
    border: 0 solid transparent;
    border-left-width: 100vw;
    border-bottom-width: 4rem;
    top: -2rem;
    transform: rotate(180deg);
    border-left-color: #fff;
}

.arrow-bottom-right {
    position: relative;
    border: 0;
}

.arrow-bottom-right::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    z-index: 1;
    border: 0 solid transparent;
    border-left-width: 100vw;
    border-bottom-width: 4rem;
    bottom: -2rem;
    transform: rotateX(180deg);
    border-left-color: #fff!important;
}

.bg-form-content {
    border: 1px solid #DEE1E3;
    padding: 10px;
    border-radius: 10px;
}

.img-60 {
    width: 60px!important;
    height: 60px!important;
    object-fit: cover!important;
}

.text-justify {
    text-align: justify!important;
}

.visual-overlay {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
}

.visual-overlay .graphic {
    content: " ";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    background: url(../media/image-wifi.png);
    background-size: 47.5rem;
    z-index: 1;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: left 1rem;
}

.visual-overlay .graphic .animated-phone {
    height: 31.5rem;
    margin-top: 7.65rem;
    margin-left: 4.8rem;
    position: relative;
    z-index: 2;
}

.z-index-1 {
    z-index: 1;
}

.card-text-split3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.card-text-split4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.card-text-split5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.price-value-uni {
    font-size: 2rem;
}

.text-lights {
    --bs-text-opacity: 1;
    color: #2B9ED5!important;
}

.bg-adigital-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity))!important;
}

.bg-adigital-blu {
    --bs-bg-opacity: 1;
    background: #2B9ED5!important;
}

.bg-line-uni.primary-uni {
    background: repeating-linear-gradient(-55deg, rgba(255, 255, 255, 0) 0.8px, #f9f9f9 1.6px, #ffffff 3px, rgba(255, 255, 255, 0) 3.8px, rgba(255, 255, 255, 0) 10px);
}

.set-height-slt {
    height: 400px;
    max-height: 400px;
}

.badge-success {
    color: #fff;
    background-color: #22c03c;
}

.badge-uni {
    position: absolute;
    padding: 0px 4px;
    font-size: 9px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border-radius: 0.25rem;
    right: -6px;
    top: 3px;
}

.text-white-p p {
    color: #fff;
}

.form-check-input {
    border: 1px solid rgb(8 60 130 / 48%) !important;
}

footer.bg-footer {
    background: #f1f1f2!important;
}

footer.bg-footer h4 {
    color: #175682;
}

footer.bg-footer p {
    color: #000000;
}

footer.bg-footer a {
    color: #000000 !important;
}

footer.bg-footer a:hover {
    color: #00aeef !important;
}

footer.bg-footer form.dark-fields .form-control {
    background: rgb(255 255 255);
}

footer.bg-footer .social.social-white a i,
.social.social-white a:hover i {
    color: #00aeef!important;
}
.oop-use-service{
    text-align: justify;
    height:490px
}
.video-aframe{
    width: 768px;
    height: 430px;
}
.icon-list{
    max-height: 270px;
}
span.banner-sale {
    position: absolute;
    background: red;
    width: 70%;
    color: #fff;
    transform: rotateZ(45deg);
    top: 8%;
    right: -15%;
    padding: 5px;
}
span.banner-sale::before {
    content: '';
    background-color: transparent;
    width: 15%;
    height: 100%;
    position: absolute;
    top: -1px;
    left: -1px;
    border-top: 0px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 40px solid #F1F1F2;
}

span.banner-sale::after {
    content: '';
    background-color: transparent;
    width: 15%;
    height: 100%;
    position: absolute;
    top: -1px;
    right: -1px;
    border-bottom: 0px solid #F1F1F2;
    border-top: 40px solid #F1F1F2;
    border-left: 40px solid red;
}
p.banner-sale-time{
    background-image: url("../img/flash_sale.jpg");
    background-size: contain;
}
@media only screen and (max-width: 1400px) {
    .icon-list {
        max-height: 305px;
    }
    span.banner-sale {
        top: 7%;
    }
}
@media only screen and (max-width: 1200px) {
    .oop-use-service{
        text-align: justify;
        height:490px
    }
    .icon-list {
        max-height: 345px;
    }
    .card-body{
        padding: 2rem 1rem;
    }
    span.banner-sale {
        top: 6%;
    }
}

@media only screen and (max-width: 1024px) {
    .ad-img {
        margin-top: -400px;
    }
    .oop-use-service{
        height:auto
    }
    .visual-overlay .graphic {
        width: 0% !important;
    }
    .visual-overlay {
        display: flex;
    }
    span.banner-sale {
        top: 4%;
    }
}
@media only screen and (max-width: 820px) {
    .oop-use-service{
        height:530px
    }
    .video-aframe{
        width: 100%;
        height: 430px;
    }
    span.banner-sale {
        top: 6%;
    }
}
@media only screen and (max-width: 768px) {
    .ad-img {
        margin-top: -130px;
    }
    .image-md-100 {
        width: 100%;
    }
    .oop-use-service{
        height:530px
    }
    .video-aframe{
        width: 100%;
        height: 275px;
    }
    
    
}
@media only screen and (max-width: 420px) {
    .ad-img {
        margin-top: -130px;
    }
    .image-md-100 {
        width: 100%;
    }
    .oop-use-service{
        height:530px
    }
    .video-aframe{
        width: 100%;
        height: 275px;
    }
    span.banner-sale {
        top: 5%;
    }
    span.banner-sale::after {
        border-top: 40px solid #FDFDFE;
    }
  
    span.banner-sale:first-child::before {
        border-left: 40px solid #F1F1F2;
    }
    span.banner-sale:nth-child(n+2)::before {
        border-left: 40px solid #FDFDFE;
    }
  
}


