.lbanner-pp .lbanner-btn {
    display: none !important;
}

.S_app_main {
    margin-top: 5%;
}

.S_app_main .title_box .title_wrap {
    justify-content: space-between;
    align-items: center;
}

.S_app_main .title_box .app_title {
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 52px;
    color: #333333;
    line-height: 1.5;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

.S_app_main .title_box .app_tab .app_list {
    justify-content: flex-end;
    align-items: center;
}

.S_app_main .title_box .app_tab .app_list .app_item a {
    width: auto;
    padding: 10px 40px;
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    text-align: center;
    font-style: normal;
    text-transform: capitalize;
    background: #FFFFFF;
    border-radius: 26px 26px 26px 26px;
    border: 1px solid #CED0D0;
    margin-left: 20px;
}

.S_app_main .title_box .app_tab .app_list .app_item a:hover {
    background: var(--conmmonColor);
    border-color: var(--conmmonColor);
    color: #FFFFFF;
}

.S_app_main .details_box {
    padding: 2% 0;
}

.S_app_main .details_box:nth-child(even) {
    background: #F6F6F6;
}

.S_app_main .details_box .app_details_title {
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 38px;
    color: var(--conmmonColor);
    line-height: 1.5;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 20px;

}

.S_app_main .details_box .app_details_item {
    margin-bottom: 15px;
}

.S_app_main .details_box .app_details_item .item_title {
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    display: flex;
    justify-content: flex-start;
    align-items: center;

}

.S_app_main .details_box .app_details_item .item_title:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: var(--conmmonColor);
    border-radius: 50%;
    margin-right: 15px;
}

.S_app_main .details_box .app_details_item .item_desc {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.S_app_company {
    margin-top: 5%;
}

.S_app_company .company_wrap {
    justify-content: space-between;
    align-items: center;
}

.S_app_company .company_wrap .company_left {
    width: 50%;
    position: relative;
    height: 555px;
    overflow: hidden;
}

.S_app_company .company_wrap .company_left lite-youtube {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.S_app_company .company_wrap .company_right {
    width: 50%;
    height: 592px;
    background-color: var(--conmmonColor);
    padding: 155px 80px;
}

.S_app_company .company_wrap .company_right .company_title {
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 1.5;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.S_app_company .company_wrap .company_right .company_desc {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.S_app_reviews {
    margin-top: 5%;
}

.S_app_reviews .reviews_title {
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 48px;
    color: #000000;
    line-height: 1.5;
    text-align: center;
    font-style: normal;
    text-transform: capitalize;
    margin-bottom: 50px;
}

.S_app_reviews .related_box {
    position: relative;
}

.S_app_reviews .related_box .reviews_list {
    padding: 20px 0;
    padding-bottom: 40px;
}

.S_app_reviews .related_box .reviews_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px;
    background: rgba(246, 246, 246, .54);
    border-radius: 20px 20px 20px 20px;
    transition: all .5s ease-out;
}

.S_app_reviews .related_box .reviews_item:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.S_app_reviews .related_box .reviews_item .item_avatar {
    width: 105px;
    height: 105px;
}

.S_app_reviews .related_box .reviews_item .item_avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.S_app_reviews .related_box .reviews_item .item_info {
    width: calc(100% - 140px);
}

.S_app_reviews .related_box .reviews_item .item_info .item_name {
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

.S_app_reviews .related_box .reviews_item .item_info .item_country {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

.S_app_reviews .related_box .reviews_item .item_info .item_cont {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.S_app_reviews .related_box .swiper-pagination-bullet {
    width: 25px;
    height: 5px;
    background: #DFDFDF;
    border-radius: unset;
    opacity: 1;
}

.S_app_reviews .related_box .swiper-pagination-bullet-active {
    background-color: var(--conmmonColor);
}

.S_app_contact {
    margin-top: 5%;
    background: #F0F0F0;
    padding: 5% 0;
}

.S_app_contact .contact_wrap {
    justify-content: space-between;
    align-items: center;

}

.S_app_contact .contact_wrap .contact_left {
    width: 48%;
}

.S_app_contact .contact_wrap .contact_left .contact_title {
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 48px;
    color: #000000;
    line-height: 68px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

.S_app_contact .contact_wrap .contact_left .contact_desc {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 34px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 30px 0 40px;
}

.S_app_contact .contact_wrap .contact_left .contact_list {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.S_app_contact .contact_wrap .contact_left .contact_list .contact_item {
    width: 48%;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, .69);
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #F1F1F1;
    padding: 25px;
    margin-bottom: 30px;
}

.S_app_contact .contact_wrap .contact_left .contact_list .contact_item .item_icon {
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    border-radius: 50%;
    background-color: var(--conmmonColor);
}

.S_app_contact .contact_wrap .contact_left .contact_list .contact_item .item_icon img {
    width: 60%;
    height: 60%;
    object-fit: contain;
}

.S_app_contact .contact_wrap .contact_left .contact_list .contact_item .item_info {
    width: calc(100% - 90px);
}

.S_app_contact .contact_wrap .contact_left .contact_list .contact_item .item_info .item_title {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 24px;
    color: #000000;
    line-height: 31px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

.S_app_contact .contact_wrap .contact_left .contact_list .contact_item .item_info .item_cont {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 31px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.S_app_contact .contact_wrap .contact_left .contact_list .contact_item .item_info .item_cont a {
    display: inline-block;
    color: #666666;
}

.S_app_contact .contact_wrap .contact_left .contact_list .contact_item .item_info .item_cont a:hover {
    color: var(--conmmonColor);
    text-decoration: underline;
}

.S_app_contact .contact_wrap .contact_left .contact_list .contact_item:last-child {
    width: 100%;
}


.S_app_contact .contact_wrap .contact_left .contact_media {
    justify-content: flex-start;
    align-items: center;
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 24px;
    color: #000000;
    line-height: 31px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

.S_app_contact .contact_wrap .contact_left .contact_media span {
    margin-right: 15px;
}

.S_app_contact .contact_wrap .contact_left .contact_media .media_list {
    justify-content: flex-start;
    align-items: center;
}

.S_app_contact .contact_wrap .contact_left .contact_media .media_list li {
    width: 34px;
    height: 34px;
    background: #C0C0C0;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
    margin-right: 15px;
    transition: all .5s ease-in-out;
}

.S_app_contact .contact_wrap .contact_left .contact_media .media_list li:hover {
    background-color: #FFFFFF;
    animation: swing .5s ease;
}

.S_app_contact .contact_wrap .contact_left .contact_media .media_list li img {
    width: 58%;
    height: 58%;
    object-fit: contain;
}


.S_app_contact .contact_wrap .contact_right {
    width: 48%;
}

.S_app_contact .contact_wrap .contact_right form {
    padding: 60px 20px;
    background: rgba(255, 255, 255, .69);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #F1F1F1;
}

.S_app_contact .contact_wrap .contact_right form .form_box {
    justify-content: space-between;
    align-items: center;
}

.S_app_contact .contact_wrap .contact_right form .form_box li {
    width: 48%;
}

.S_app_contact .contact_wrap .contact_right form input[type="text"] {
    width: 100%;
    padding: 20px;
    padding-left: 30px;
    background: #FFFFFF;
    border: none;
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    margin-bottom: 30px;
}

.S_app_contact .contact_wrap .contact_right form input[type="text"]::placeholder {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #808080;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

.S_app_contact .contact_wrap .contact_right form textarea {
    width: 100%;
    padding: 20px;
    padding-left: 30px;
    background: #FFFFFF;
    border: none;
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    margin-bottom: 30px;
}

.S_app_contact .contact_wrap .contact_right form textarea::placeholder {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #808080;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

.S_app_contact .contact_wrap .contact_right form li {
    position: relative;
}

.S_app_contact .contact_wrap .contact_right form li::before {
    content: '*';
    position: absolute;
    top: 22px;
    left: 18px;
    font-size: 16px;
    color: #AD222C;
}

.S_app_contact .contact_wrap .contact_right form li.item_submit::before {
    display: none;
}

.S_app_contact .contact_wrap .contact_right form li input[type="submit"] {
    width: 175px;
    height: 52px;
    border: none;
    background: var(--conmmonColor);
    border: 2px solid var(--conmmonColor);
    border-radius: 26px 26px 26px 26px;
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 43px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    transition: all .5s ease;
}

.S_app_contact .contact_wrap .contact_right form li input[type="submit"]:hover {
    color: var(--conmmonColor);
    background-color: #FFFFFF;
}

.S_app_photo {
    margin-top: 5%;
}

.S_app_photo .photo_title {
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 48px;
    color: #000000;
    line-height: 68px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.S_app_photo .photo_wrap {
    padding-bottom: 60px;
}

.S_app_photo .related_box .related_prev,
.S_app_photo .related_box .related_next {
    top: 35%;
}

.S_app_photo .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #333333;
    opacity: 1;
    margin: 0 8px !important;
}

.S_app_photo .swiper-pagination-bullet-active {
    background-color: var(--conmmonColor);
}

.S_app_photo .photo_list .photo_item .item_img {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 60%;
    border-radius: 10px;
    -webkit-transition: all .5s ease-out 0ms;
    -moz-transition: all .5s ease-out 0ms;
    -o-transition: all .5s ease-out 0ms;
    transition: all .5s ease-out 0ms;
}

.S_app_photo .photo_list .photo_item .item_img:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.S_app_photo .photo_list .photo_item .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    left: 0;
    top: 0;
    object-fit: cover;
}


.S_app_photo .photo_list .photo_item .item_title {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    text-align: center;
    font-style: normal;
    text-transform: capitalize;
    margin-top: 15px;
}


.related_news {
    margin-bottom: 5% !important;
}

@media only screen and (max-width: 950px) {}