.download_app-btnn>a::before {
    background: #fff;
    content: "";
    height: 120%;
    opacity: 0;
    position: absolute;
    top: 37%;
    transform: rotate(35deg) translateY(-50%) skew(13deg, -35deg);
    width: 30px;
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.download_app-btnn>a::before {
    left: -50%;
}

.download_app-btnn>a::after {
    background: #fff;
    content: "";
    height: 120%;
    opacity: 0;
    position: absolute;
    top: 37%;
    transform: rotate(35deg) translateY(-50%) skew(13deg, -35deg);
    width: 30px;
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.download_app-btnn>a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: transform .3s ease;
    border-radius: 8px;
}

.download_app-btnn>a::after {
    left: -100%;
}

.download_app-btnn>a:hover::before {
    left: 120%;
    opacity: 0.5s;
}

.download_app-btnn>a:hover::after {
    left: 200%;
    opacity: 0.6;
}

.download_app-btnn>a:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 30%) !important;
}

.mfp-figure figure img {
    max-height: 657px !important;
}

.player-border-2 {
    box-shadow: 0 0 10px 0 rgb(1 94 127 / 20%);
    border-radius: 16px;
}

.mobile_text-roww .col-md-4:last-child .feature-box {
    display: flex;
    flex-wrap: wrap;
}

.mobile_text-roww .col-md-4:last-child .feature-box>.feature-box-icon {
    margin-left: 0;
    margin-right: 20px;
}

.mobile_text-roww .col-md-4:last-child .feature-box>.feature-box-info {
    padding-right: 0;
    padding-left: 0;
    width: calc(100% - 70px);
}

.mobile_text-roww .col-md-4:last-child .feature-box>.feature-box-info p {
    margin-bottom: 0 !important;
}

.mobile_text-roww .col-md-4:last-child .feature-box>.feature-box-info {
    text-align: left;
}

.mobile_text-roww .col-md-4:last-child .feature-box>.feature-box-info h4 {
    margin-left: 0;
}

.mobile_text-roww .col-md-4 .feature-box {
    margin-bottom: 30px !important;
    transition: all .3s ease;
}

.mobile_text-roww .col-md-4 .feature-box:last-child {
    margin-bottom: 0px !important;
}

.mobile_text-roww .col-md-4 .feature-box .feature-box-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    box-shadow: inset 0 0 15px #1a5e8047;
    border-radius: 8px;
    border: 0;
    background: #fff;
}

.mobile_text-roww .col-md-4 .feature-box .feature-box-icon i.fa {
    font-size: 25px !important;
    background: no-repeat;
    color: #1b5e80 !important;
    line-height: 50px;
}

.mobile_text-roww .feature-box.feature-box-style-6 .feature-box-icon:after {
    display: none;
}

.mobile_text-roww .col-md-4 .feature-box>.feature-box-info h4 {
    font-size: 24px;
    margin-left: 0;
}

.mobile_text-roww .col-md-4 .feature-box:hover .feature-box-icon i.fa {
    color: #1b5e80 !important;
}

.mobile_text-roww .col-md-4 .feature-box:hover .feature-box-icon {
    box-shadow: inset 0 0 15px #1a5e8047;
    transform: scale(1.1);
}

.call-to-action-btn-res {
    display: flex;
    justify-content: center;
}

@media (max-width: 991px) {
    .tablet_width {
        width: 100%;
    }

    .call-to-action-btn-res {
        margin-top: 15px !important;
    }

    .col-md-4.feature_column {
        margin-bottom: 25px;
    }
}

@media (max-width: 767.98px) {

    body .inverse.scrollpoint.sp-effect2,
    body .call-to-action-content a {
        width: auto !important;
    }

    .call-to-action-btn,
    .call-to-action-btn-res {
        display: flex;
        justify-content: center;
    }

    .lead-para-lang {
        font-size: 14px !important;
    }

    body .download_app-btnn img {
        margin-left: 0 !important;
    }

    .phrasebook_feteure_comment {
        margin-bottom: 0px;
    }
}

@media (max-width: 659px) {
    .feature_column {
        margin-bottom: 25px;
    }
}

@media (max-width: 600px) {
    .mobile_text-roww {
        justify-content: center;
    }
}

.app-slick .slick-list {
    margin-left: 20px !important;
}

.app-slick .slick-slide {
    margin-right: 10px !important;
}

.slick-dots li button:before {
    color: #1a5e80c4 !important;
    font-size: 12px !important;
}

.slick-next,
.slick-prev {
    background-color: #1b5e80 !important;
    border-color: #1b5e80 !important;
    border-radius: 6px;
}