/*--transition animation--*/
.fade-enter-from {
    opacity: 0;
}
.fade-leave-to {
    opacity: 0;
}
.fade-enter-active,
.fade-leave-active {
    transition: opacity 0.3s ease;
}
.dropdown-enter-from {
    opacity: 0;
}
.dropdown-leave-to {
    opacity: 0;
}
.dropdown-enter-active,
.dropdown-leave-active {
    transition: opacity 1s ease;

}
/*--transition animation end--*/
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.font-normal {
    font-weight: normal;
}
.flex-md-50 {
    width: 50%;
}
.flex-column--3__wrapper {
    display: flex;
    margin: 0 -1%;
}
.flex-column__items {
    width: 32.33%;
    margin: 0 1%;
    padding: 20px;
}
.card-items {
    width: 100%;
    padding: 20px;
    margin: 0 0 20px;
}
.card-items.is-active {
    background: #fff;
    border-radius: 20px;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
.card-items__title {
    font-size: 1.1rem;
    font-weight: 500;
}
.card-items__description {
    font-size: 0.875rem;
    font-weight: normal;
    margin: 0;
    line-height: 1.3;
}

.top-header__pad {
    padding: 80px 0;
}

.header_container {
    max-width: 1300px;
    padding: 0 1.5rem;
}

.header_container .navbar-brand {
    padding: 0px;
}

.btn-header {
    color: #111;
    font-size: 13px;
    font-weight: 500;
    padding: 9px 1rem;
    border-radius: 6px;
    border: 0.75px solid #111;
    line-height: 1;
}
.btn-try__free,
.btn-try__free:hover {
    color: #111;
    background: #ffbc00;
}
.kiosk-header:not(.set-sticky) .btn-schedule__demo {
    border-color: #fff;
}
.kiosk-header:not(.set-sticky) .btn-schedule__demo > span,
.kiosk-header:not(.set-sticky) .btn-schedule__demo:hover > span {
    color: #fff;
}
.btn-hover__effect {
    -webkit-box-shadow: 0 0 0 0px #111;
    box-shadow: 0 0 0 0px #111;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.5,2.5,.7,.7), -webkit-box-shadow .3s cubic-bezier(.5,2.5,.7,.7);
    transition: -webkit-transform .3s cubic-bezier(.5,2.5,.7,.7), -webkit-box-shadow .3s cubic-bezier(.5,2.5,.7,.7);
    -o-transition: transform .3s cubic-bezier(.5, 2.5, .7, .7), box-shadow .3s cubic-bezier(.5, 2.5, .7, .7);
    transition: transform .3s cubic-bezier(.5,2.5,.7,.7), box-shadow .3s cubic-bezier(.5,2.5,.7,.7);
    transition: transform .3s cubic-bezier(.5,2.5,.7,.7), box-shadow .3s cubic-bezier(.5,2.5,.7,.7), -webkit-transform .3s cubic-bezier(.5,2.5,.7,.7), -webkit-box-shadow .3s cubic-bezier(.5,2.5,.7,.7);
}
.btn-hover__effect:hover {
    color: #111;
    box-shadow: 0 0 0 0.01rem #111, 0 0.28313rem, 0 0 #111;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.btn-hover__effect:focus {
    -webkit-box-shadow: 0 0 0 0.01rem #111, 0 0.15313rem 0 0 #111;
    box-shadow: 0 0 0 0.03rem #111, 0 0.15313rem 0 0 #111;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}
.btn-hover__effect:before {
    content: "";
    border-radius: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    -webkit-transition: bottom .3s cubic-bezier(.5,2.5,.7,.7);
    -o-transition: bottom .3s cubic-bezier(.5, 2.5, .7, .7);
    transition: bottom .3s cubic-bezier(.5,2.5,.7,.7);
}

.btn-hover__effect:hover::before {
    bottom: -5px;
}
.btn-primary::before,
.btn-success::before {
    border-radius: 6px;
}
.black-bg {
    background: #111;
}
/*--responsive menu styles--*/
.mobile-menus__list--link {
    position: relative;
    font-weight: 400;
    color: #333;
    font-size: 1rem;
    display: block;
    padding: 10px 10px;
    line-height: 1;
}
.mobile-menus__list--link:hover {
    color: inherit;
    font-weight: 700;
}
.mobile-dropdown__menu {
    display: none;
    padding: 10px;
    background: #f0f0f0;
    border-radius: 6px;
}
.mobile-menus__list.show .mobile-dropdown__menu {
    display: block;
}
.mobile-dropdown__sub--menus-title {
    font-weight: 600;
    margin-bottom: 5px;
}
.mobile-dropdown__sub--menus-ul {
    display: flex;
    flex-wrap: wrap;
}
.mobile-dropdown__sub--menus-list {
    display: block;
    width: 50%;
    font-size: 0.825rem;
    color: #000;
    font-weight: normal;
    text-align: left;
    margin-bottom: 5px;
}
.mobile-dropdown__sub--menus-ul:not(:last-child) {
    margin-bottom: 1rem;
}
.angle-arrow__icon {
    position: absolute;
    top: 10px;
    right: 10px;
    transition: 0.3s all;
}
.angle-arrow__icon .fa {
    font-weight: normal;
}
.mobile-menus__list.show .angle-arrow__icon {
    transform: rotateX(180deg);
}
.mobile-menus__list.show .fa {
    font-weight: 600;
}
/*--responsive menu styles end--*/
/*--banner images--*/
.banner-bg-img::before {
    position: absolute;
    inset: 0px;
    content: '';
    background: -moz-linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 39%, rgb(51 52 66 / 0%) 100%);
    background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 39%, rgb(51 52 66 / 0%) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 39%, rgb(51 52 66 / 0%) 100%);
}

.banner-bg-img .container {
    position: relative;
    z-index: 1;
}

.banner-bg-img p {
    color: #d9d9d9;
}

.healthcare-banner-bg {
    background: url('../img/healthcare/healthcare_banner.png') no-repeat top right;
    background-size: cover;
}

.byod-banner-bg {
    background: url('../img/byod/byod_banner.png') no-repeat bottom right;
    background-size: cover;
}

.contact-banner-bg {
    background: url('../img/contact/contact_banner.png') no-repeat top right;
    background-size: cover;
}

.education-banner-bg {
    background: url('../img/landscreen/education.png') no-repeat top right;
    background-size: cover;
}

.secure-browse-banner-bg {
    background: url('../img/secure-browse/secure_browse_banner.png') no-repeat top right;
    background-size: cover;
}

.kiosk-solutions-banner-bg {
    background: url('../img/kiosk-management/kiosk_banner.jpeg') no-repeat top left;
    background-size: cover;
}

.digital-banner-bg {
    background: url('../img/digital-signages/digital_signage_banner.png') no-repeat top right;
    background-size: cover;
}

.retail-banner-bg {
    background: url('../img/retail/retail_banner.png') no-repeat top right;
    background-size: cover;
}

.logistics-banner-bg {
    background: url('../img/logistics/logistics_banner.png') no-repeat top right;
    background-size: cover;
}

.hospitality-banner-bg {
    background: url('../img/hospitality/hospitality_banner.png') no-repeat top right;
    background-size: cover;
}

.pos-banner-bg {
    background: url('../img/pos/pos_banner.png') no-repeat bottom right;
    background-size: cover;
}

.apps-package-banner-bg {
    background: url('../img/apps-packages/apps_packages_banner.png') no-repeat top right;
    background: cover;
}

.use-case-kiosk-banner-bg {
    background: url('../img/kiosk/use_case_kiosk_banner.png') no-repeat bottom right;
    background-size: cover;
}

.maps-banner-bg {
    background: url('../img/landscreen/maps_geofencing.png') no-repeat bottom right;
    background-size: cover;
}

/*--banner images end--*/
.card-blog {
    box-sizing: border-box;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.13);
    border: none;
    margin-bottom: 25px;
    color: inherit;
}

.card-blog:hover {
    box-shadow: 0 20px 20px 0 rgba(2, 19, 79, 0.09);
    color: inherit;
}

.blog-user {
    display: inline-block !important;
    width: 40px !important;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.blog-content {
    font-size: 18px;
    line-height: 1.6;
}

.blog-card-img {
    height: 306px;
    background-color: #e9eaef;
}
.blog-card-img img {
    height: 80%;
}

.blog-card-right-img {
    height: 145px;
    background-color: #e9eaef;
}
.blog-card-right-img img {
    height: 80%;
}

.blog-card-more-product-right-img {
    background-color: #e9eaef;
    height: 95px;
}
.blog-card-more-product-right-img img {
    max-width: 65%;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
}

.blog-right_content {
    font-weight: 600;
    cursor: pointer;
}

.blog-user-update-date {
    line-height: 1.25rem;
    font-weight: 700;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}

.home-section-image {
    padding-right: 30px;
}

.home-right-side-content {
    padding-left: 120px;
}

.home-left-side-content {
    padding-right: 120px;
}

.home-page-solutions-image {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

.custom-dropdown-menu {
    min-width: 270px;
}

.lp-page-contact-form {
    position: relative;
}

.lp-page-contact-form .contact-inner-form {
    position: absolute;
    top: -390px;
    right: 0px;
    padding: 30px;
    width: 80%;
}

.single-integration-icon i {
    font-size: 36px;
    line-height: 55px;
}

.box-items-1 {
    background: #fff;
    box-shadow: 0 5px 25px rgba(13, 21, 55, 0.06);
    padding: 35px;
    color: #252530;
    height: 100%;
}

.pricing_buttons_section .custom_btn {
    background: #ffbc00;
    border-color: #ffbc00;
    color: #000 !important;
}
.affix .pricing_buttons_section .custom_btn {
    background: #000;
    border-color: #000;
    color: #fff !important;
}
.pricing-banner-bg .highlight_text {
    font-weight: 600;
}
.our-pricing-row {
    margin-top: 3rem;
}
.pricing-plan-heading {
    font-size: 18px;
    font-weight: 600
}

.pricing-plan-heading .fa-coins {
    margin-right: 7px;
}

.pricing-heading {
    font-weight: normal;
    font-size: 16px;
}

.pricing-amount {
    font-size: 45px;
    font-weight: 600;
    color: #175cff;
}

.pricing-description {
    font-size: 13px;
}
.discount-price {
    position: absolute;
    top: -42px;
    left: 50%;
    transform: translateX(-60%);
    background: #ffbc00;
    color: #000;
    line-height: 1;
    padding: 6px 12px;
    border: 2px solid #000;
    border-radius: 16px;
}
.discount-price::before {
    position: absolute;
    content: '';
    top: 10px;
    left: -31px;
    width: 34px;
    height: 40px;
    background: url('/assets/img/pricing/discount_line.png') no-repeat center center;
    background-size: 80%;
}

.images-common-radius {
    border-radius: 12px !important;
}
/*--modal custom design styles end--*/
.home-page__banner {
    background: #fff;
    overflow-x: hidden;
    padding: 140px 0; /* temporary padding - sso hiding space covers */
}
.home-banner__image--sec {
    position: relative;
}
.home-banner__image {
    transform: scale(1.5);
    border-radius: 20px;
}
.home-banner__image--tile {
    position: absolute;
    top: -31%;
    right: -40%;
    width: 62%;
    border-radius: 15px;
    box-shadow: 0 3px 6px #929292;
}
/*--home page - products new styles--*/
.flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.flex-column {
    -ms-flex-direction: column;
    flex-direction: column;
}
.hm-product__card {
    align-items: stretch;
}
.hm-product__card:nth-child(1) {
    background-color: #ffbe53;
}
.hm-product__card:nth-child(2) {
    background-color: #ecf6ff;
}
.hm-product__card:nth-child(3) {
    background-color: #006c65;
}
.hm-product__card:nth-child(4) {
    background-color: #fff2be;
}

.hm-product__top--head {
    padding: 2.5rem;
    position: relative;
    background: linear-gradient(128deg, #929192, #eeeeee);
}

.hm-product__title {
    position: relative;
    z-index: 1;
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 4rem;
    font-weight: 500;
}

.hm-product__image img {
    width: 2020px;
    aspect-ratio: auto 2020 / 3196;
    height: 3196px;
}

.hm-product__image {
    margin-top: 1.5rem;
    position: relative;
    text-align: center;
    -webkit-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    transition: transform .3s ease;
}

.hm-product__card:hover .hm-product__image {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.hm-product__image>img:first-of-type,
.hm-product__image picture:first-of-type {
    display: none;
}
.hm-product__image img {
    width: 100%;
    height: auto;
}
.hm-product__bottom--container {
    margin: 0;
    padding: 20px 25px 40px;
}
.hm-product__description {
    font-weight: normal;
    font-size: 14px;
    color: #000;
    line-height: 1.6;
    min-height: 80px;
}

.hm-product__link {
    position: relative;
    color: #000;
    font-weight: 600;
    font-size: 1rem;
    padding: 10px 28px;
    border: 1px solid #f27200;
    border-radius: 25px;
    display: inline-block;
    line-height: 1.2;
}
.hm-product__link::before {
    border-radius: 25px;
}

.hm-product__card:nth-child(3) .hm-product__description,
.hm-product__card:nth-child(3) .hm-product__link > span {
    color: #fff;
}
.hm-product__card:nth-child(3) .hm-product__link:hover > span,
.hm-product__card:nth-child(3) .hm-product__link:focus > span {
    color: #fff;
}


@media screen and (min-width: 36em) {
    .hm-product__container > div {
        display: grid;
        grid-template-columns: repeat(2,50%);
    }
}

@media screen and (min-width: 62em) {
    .hm-product__card {
        padding: 0;
    }
    .hm-product__container > div {
        grid-template-columns: repeat(4,25%);
        grid-auto-rows: 1fr;
    }
    .hm-product__top--head {
        z-index: 1;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        aspect-ratio: .80;
        overflow: hidden;
    }

    .hm-product__image>img:last-of-type,
    .hm-product__image picture:last-of-type {
        display: initial;
        position: absolute;
        width: 75%;
        height: 75%;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .hm-product__image>img:last-of-type,
    .hm-product__image>img:last-of-type img,
    .hm-product__image picture:last-of-type,
    .hm-product__image picture:last-of-type img {
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease,-webkit-transform .3s ease;
    }
}

/*--home page - products new styles end--*/
.device-management__section {
    padding-bottom: 0;
}
.sec-main__head {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 3rem;
}
.device-management__main--head {
    max-width: 80%;
}
.sec-main__title {
    font-weight: 400;
    font-size: 2rem;
    margin-bottom: 1rem;
    line-height: 1.3;
}
.device-management__section .sec-main__title {
    font-size: 3rem;
    margin-bottom: 1.5rem;
}
.sec-main__sub--title {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    line-height: 1;
}
.device-management__section .sec-main__sub--title {
    font-size: 2rem;
}
.ss-content {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.ss-sidebar {
    overflow: hidden;
    position: sticky;
    top: 0;
    display: grid;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ss-slides .ss-slide {
    position: relative;
}
.ss-sidebar__title {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.4;
}

@media screen and (min-width: 62em) {
    .ss-sidebar__holder {
        width: 38.5%;
        position: sticky;
        top: 67px;
        height: calc(100vh - 67px);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        /* align-items: center; */
        padding: 12% 2% 0 14%;
        background: #ebebeb;
    }
    .ss-content {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-bottom: 0;
    }
    
    .ss-slides__holder {
        width: 61.5%;
    }
    .ss-slides {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 0 0 10%;
        max-width: 46rem;
    }
    .ss-slides .ss-slide {
        min-height: 300px;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    .ss-slides .ss-slide:first-child {
        height: calc(100vh - 250px);
        padding-top: 3rem;
    }
    .ss-slides .ss-slide:last-child {
        height: calc(100vh - 0px);
        padding-bottom: 50px;
    }

    .ss-slides .ss-slide:last-child .ss-slide__content--wrapper {
        margin-top: -30px;
    }

    .device-sidebar__holder {
        width: 50%;
        position: sticky;
        top: 60px;
        height: calc(100vh - 60px);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        padding: 16% 0% 0 5%;
        background: #ebebeb;
        border-radius: 50px;
    }
    .device-slides__holder {
        width: 50%;
    }
    .device-slides .device-slide:first-child {
        height: calc(100vh - 90px);
    }
    .device-slides .device-slide:nth-child(2) {
        height: calc(100vh - 90px);
    }
    .device-slides .device-slide:last-child {
        height: calc(100vh - 90px);
    }
    .device-slides {
        padding: 0 0 0 16%;
        max-width: 30rem;
    }
    .kiosk-sidebar__holder {
        padding: 10% 0 0 8%;
        width: 45%;
    }
    .kiosk-slides__holder {
        padding: 0 16% 0 0;
        width: 55%;
    }
    .kiosk-slides__holder .ss-slides {
        padding: 0 0 0 15%;
        max-width: 32rem;
    }
    .kiosk-slides .kiosk-slide:first-child,
    .kiosk-slides .kiosk-slide:nth-child(2),
    .kiosk-slides .kiosk-slide:last-child {
        height: calc(100vh - 75px);
    }

    .apps-sidebar__holder {
        padding: 5% 8% 5% 0;
        width: 45%;
        display: flex;
        align-items: center;
    }
    .apps-slides__holder {
        padding: 0 16% 0 0;
        width: 55%;
    }
    .apps-slides .apps-slide:first-child,
    .apps-slides .apps-slide:nth-child(2),
    .apps-slides .apps-slide:nth-child(3),
    .apps-slides .apps-slide:last-child {
        height: calc(100vh - 90px);
    }
    .apps-sidebar__title {
        display: none;
    }
    .apps-sidebar__title:nth-child(3) {
        width: 75%;
    }
    .apps-slides__holder .ss-slides {
        padding: 0 0 0 15%;
        max-width: 34rem;
    }

    .byod-sidebar__holder {
        padding: 5% 8% 5% 0;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .byod-slides__holder {
        padding: 0 16% 0 0;
        width: 50%;
    }
    .byod-slides .byod-slide:first-child,
    .byod-slides .byod-slide:nth-child(2),
    .byod-slides .byod-slide:nth-child(3),
    .byod-slides .byod-slide:last-child {
        height: calc(100vh - 90px);
    }
    /* .byod-sidebar__title {
        display: none;
    } */
    /* .byod-sidebar__title:nth-child(1) {
        width: 60%;
    } */
    .byod-sidebar__title .ss-sidebar__title {
        width: 450px;
        height: 400px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .byod-sidebar__tile {
        display: none;
    }
    .byod-sidebar__tile--inner {
        transform: translateX(-125%);
        transition: 1s transform 1s;
    }
    .byod-sidebar__tile.active {
        display: block;
    }
    .active > .byod-sidebar__tile--inner {
        transform: translateX(0%);
    }
    /* .byod-sidebar__title:nth-child(2) {
        width: 83%;
        -webkit-transform: translateX(-10%);
        -moz-transform: translateX(-10%);
        transform: translateX(-10%);
    } */
    .byod-slides__holder .ss-slides {
        padding: 0 0 0 15%;
        max-width: 34rem;
    }
}
.ss-slide__content--wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.ss-slide__items {
    width: 48%;
    padding: 20px;
    margin: 20px 0;
}
.ss-slide__items.is-active {
    background: #fff;
    border-radius: 20px;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
.ss-slide__title {
    font-size: 1.1rem;
    font-weight: 500;
}
.ss-slide__description {
    font-size: 0.875rem;
    font-weight: normal;
    margin: 0;
    line-height: 1.3;
}
.ss-slide__tag {
    background: #000;
    border-radius: 6px;
    color: #fff;
    font-size: 0.625rem;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    padding: 5px 12px;
}
.ss-slide__switch {
    display: inline-block;
    width: 40px;
}
.devices-slide__section {
    position: absolute;
    left: 0px;
    right: 0;
    bottom: -50px;
}
.devices-slides__wrapper {
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgb(95 94 94 / 50%);
    background: #fff;
}
.devices-slides__items {
    width: 80px;
    margin: 0 10px;
}
.byod-sidebar__title .ss-sidebar__title {
    background: #111;
    color: #fff;
    padding: 65px;
}
.byod-sidebar__tile--head {
    color: #ffbc00;
    font-size: 4.5rem;
    font-weight: 500;
}
.byod-sidebar__tile--content {
    font-weight: 300;
    font-size: 1.5rem;
    margin: 0;
}
.byod-slides__tile--images:not(:first-child) {
    margin-top: 25px;
}
.byod-slides__tile--images:not(.byod-slides__tile--images1) {
    width: 280px;
}
.byod-slides__tile--images1 {
    width: 190px;
}
/*--home page - device management new styles end--*/
/*--home page - application management new styles--*/
.application-management__main--head {
    max-width: 54%;
}
.sec-main__sub--title-icon {
    width: 45px;
    display: inline-block;
    margin-right: 8px;
    transform: translateY(-3px);
}
.apps-container__image {
    max-width: 85%;
}
.application-management__content--left-sec {
    width: 60%;
}
.application-management__content--right-sec {
    width: 40%;
    text-align: right;
    padding-left: 3rem;
}
.application-management__content--sec .ss-slide__items {
    min-height: 125px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/*--home page - application management new styles end--*/
/*--home page - kiosk management new styles --*/
.kiosk-management__content--sec {
    display: flex;
}
.kiosk-management__mobile--images-sec {
    display: none;
}
.kiosk-management__left--content-sec {
    width: 50%;
}
.kiosk-management__right--content-sec {
    width: 50%;
}
.kiosk-slide__items {
    position: relative;
    width: 80%;
    padding: 30px;
    margin: 0 0 50px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    min-height: 138px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.kiosk-slide__items:nth-child(1) {
    left: 14%;
}
.kiosk-slide__items:nth-child(2) {
    left: 2%;
}
.kiosk-slide__items:nth-child(3) {
    left: -10%;
}
.kiosk-slide__items:nth-child(4) {
    left: 2%;
}
.kiosk-slide__items:last-child {
    left: 14%;
    margin-bottom: 0;
}
.kiosk-image__1 {
    width: 220px;
    margin: 0 0 0 auto;
}
.kiosk-image__2 {
    width: 400px;
    margin: 60px 0 0 auto;
}
/*--home page - kiosk management new styles end--*/
/*--device fleet new styles--*/
.fl-section {
    background: linear-gradient(to bottom, #fff, #ebebeb78);
}
.fl-section::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background: url('/assets/img/index/fleet/fl_bg.png') no-repeat 70% bottom;
    background-size: 67%;
}
.section-md__space {
    padding: 100px 0 30px;
}
.fl-sec__wrapper {
    display: flex;
    margin-left: -2.5%;
    margin-right: -2.5%;
}
.fl-sec__items {
    background: #fff;
    width: 28.33%;
    padding: 28px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    border-radius: 4px;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.fl-sec__content {
    font-size: 0.875rem;
    line-height: 1.6;
    font-weight: normal;
    text-indent: 28px;
}
.fl_author_sec {
    margin-top: 2rem;
}
.fl_author_content {
    text-align: left;
}
.fl_author_identity {
    width: 90px;
}
.fl_author_content p {
    font-size: 12px;
    line-height: 1.2;
}
/*--device fleet new styles end--*/
/*--work profile new styles--*/
.workprofile-section {
    padding-bottom: 100px;
}
.sec-main__sub--title-1 {
    font-size: 1.8rem;
}
.sec-main__title-1 {
    font-size: 1.6rem;
}
.byod-profile__content--sec {
    display: flex;
    align-items: center;
}
.byod-profile__left--content-sec {
    width: 50%;
    padding-right: 3rem;
}
.byod-profile__right--content-sec {
    width: 50%;
    padding-left: 3rem;
}
.byod-descrition {
    font-size: 20px;
    line-height: 1.4;
    font-weight: normal;
}
.section-byod__division::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background: #ebebeb;
}
.byod-division__flex--sec {
    display: flex;
}
.byod-division__flex--items {
    width: 50%;
}
.byod-division__flex--items:first-child {
    padding: 50px 50px 50px 0;
}
.byod-division__flex--items:last-child {
    padding: 50px 0 50px 50px;
}
.byod-division__description {
    font-size: 0.925rem;
    font-weight: normal;
    margin: 30px 0;
    line-height: 1.5;
}
.byod-division__img--sec {
    width: 170px;
    margin: 0 auto;
}
.byod-main__sub--title {
    margin-bottom: 2rem;
}
.byod-work__icon {
    position: absolute;
    display: inline-block;
    width: 22px;
    top: 11px;
    transform: translateX(2px);
}
/*--work profile new styles end--*/
/*--integration new styles--*/
.integration-content__sec {
    display: flex;
    align-items: center;
}
.integration-content__left--sec {
    width: 50%;
    padding: 3rem 3rem 0 0;
}
.integration-content__right--sec {
    width: 50%;
    padding-left: 3rem;
}
.integration-description {
    font-size: 1.25rem;
    font-weight: normal;
    line-height: 1.5;
    margin: 1.5rem 0 1.5rem;
}
.integration-link {
    color: #5f5e5f;
    font-size: 12px;
    display: inline-block;
    text-decoration: underline;
    font-weight: normal;
}
.integration-link:hover,
.integration-link:focus {
    color: #0075ff;
}
/*--integration new styles end--*/
/*--pricing new styles--*/
.pricing-section {
    background: url('/assets/img/index/pricing/pricing_bg.png') no-repeat -20% 170%;
    background-size: 38%;
}
.sec-main__extra--title {
    line-height: normal;
    font-weight: 400;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}
.pricing-main__sub--title {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
    line-height: 1;
}
.pricing-main__title {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 0;
}
.pricing-division__sec {
    margin-left: -1%;
    margin-right: -1%;
}
.pricing-division__items {
    width: 31.33%;
    margin-left: 1%;
    margin-right: 1%;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 4px 14px rgb(213 213 214 / 75%);
    background: -moz-linear-gradient(to bottom, rgb(223 223 223) 0%, rgb(255 255 255 / 50%) 100%);
    background: -webkit-linear-gradient(to bottom, rgb(223 223 223) 0%, rgb(255 255 255 / 50%) 100%);
    background: linear-gradient(to bottom, rgb(223 223 223) 0%, rgb(255 255 255 / 50%) 100%);
}
.pricing-title {
    font-weight: 800;
    font-size: 1.2rem;
    line-height: normal;
}
.pricing-amt__strike {
    line-height: 1;
    text-align: center;
    font-size: 1.5rem;
    color: #929292;
    font-weight: 700;
}
.pricing-amt__strike > span {
    display: inline-block;
    position: relative;
}
.pricing-amt__strike > span::after {
    position: absolute;
    content: '';
    inset: 0 -10px;
    background: url('/assets/img/index/pricing/pricing_strike.png') no-repeat center center;
    background-size: 100%;
}
.pricing-amt {
    line-height: 1;
    margin-bottom: 0.2rem;
    font-size: 1.5rem;
    color: #0075ff;
    font-weight: 700;
}
.pricing-amt__billing {
    line-height: 1.5;
    font-size: 0.725rem;
    font-weight: 600;
}
.pricing-content {
    font-size: 0.825rem;
    line-height: 1.5;
    font-weight: 500;
    min-height: 80px;
}
.pricing-more__link {
    font-size: 0.775rem;
    font-weight: 500;
    color: #0075ff;
    margin-bottom: 0.5rem;
}
.btn-tryfree {
    font-size: 0.875rem;
    font-weight: 600;
    padding: 4px 16px;
    display: inline-block;
    line-height: 1.5;
    border-radius: 8px;
}
.btn-tryfree__type1 {
    font-size: 1rem;
    padding: 10px 26px;
}
/*--pricing new styles end--*/
/*--device fleet new styles--*/
.device-fleet__main--head {
    max-width: 60%;
}
.device-fleet__main-title {
    font-weight: 500;
}
.device-fleet__sub--content {
    font-size: 1.125rem;
    line-height: 1.5;
}
.device-fleet__division--sec {
    margin-left: -2%;
    margin-right: -2%;
}
.device-fleet__items {
    width: 29.33%;
    margin-left: 2%;
    margin-right: 2%;
    padding: 0 35px;
}
.device-fleet__items--content {
    padding-top: 20px;
}
.device-fleet__items--title {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0.8rem;
}
.device-fleet__items--description {
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.5;
}
.device-fleet__bottom--sec {
    margin-top: 4rem;
    text-align: center;
}
.device-fleet__bottom--content {
    font-weight: 700;
    line-height: 1.5;
}
.device-fleet__bottom--heading {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}
.device-fleet__bottom--sub-heading {
    font-size: 1.3rem;
    margin-bottom: 2rem;
}
.device-fleet__items--image {
    width: 200px;
}
/*--device fleet new styles end--*/
/*--developers new styles--*/
.developers-section {
    overflow: hidden;
}
.developers-content__sec {
    display: flex;
    justify-content: space-between;
}
.developers-content__left--sec {
    width: 40%;
    padding-top: 3rem;
    padding-right: 3rem;
}
.developers-content__right--sec {
    width: 50%;
    padding-left: 3rem;
}
.developers-content {
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.7;
}
.developers-sub__content {
    font-size: 1.125rem;
    font-weight: 500;
}
.developers-json__sec {
    border-radius: 30px;
    padding: 30px 40px;
}
.json-label {
    background: #ffbc00;
    display: inline-block;
    font-weight: 600;
    line-height: 1.2;
    padding: 5px 26px;
    border-radius: 16px;
}
.developers-json__sec > pre {
    font-weight: normal;
    font-size: 0.825rem;
    color: #fff;
    line-height: 1.5;
    min-height: 300px;
    height: calc(100vh - 250px);
    overflow: hidden;
    scrollbar-width: thin;
}

pre::-webkit-scrollbar-track
{
	background-color: #F5F5F5;
}

pre::-webkit-scrollbar
{
	width: 2px;
	background-color: #F5F5F5;
}

pre::-webkit-scrollbar-thumb
{
	background-color: #000000;
}

.json-mask__sec {
    position: absolute;
    height: 30px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
}
/*--developers new styles end--*/
/*--blogs--*/
.blog-main__title {
    font-size: 1.8rem;
}
.blog-suggestion__section .blog-card-right-img {
    height: 198px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.blog-suggestion__section .blog-card-right-img img {
    width: auto;
    height: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.blog-suggestion__section .card-body {
    padding: 45px;
}
.blog-suggestion__section .card-title {
    font-size: 16px;
    min-height: 58px;
    margin-bottom: 2.5rem;
}
.blog-suggestion__section .card-blog {
    border-radius: 10px;
}
/*--blogs end--*/
/*--support--*/
.support-main__title {
    font-size: 1.8rem;
}
.support-sec__main--head {
    text-align: left;
}
.support-items__wrapper {
    margin: 0 -20px;
}
.support-items__left--sec {
    width: 25%;
    display: flex;
}
.support-items__right--sec {
    width: 75%;
    display: flex;
}
.support-items {
    flex: 1;
    padding: 0px 20px;
}
.support__sub--content {
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.4;
    margin-top: 1.8rem;
    margin-bottom: 0;
}
.support-tags {
    width: 140px;
    height: 140px;
    padding: 15px;
    color: #fff;
    border-radius: 50%;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 0 auto;
    line-height: 1.5;
}
.support-bottom__content {
    font-size: 1.1rem;
    font-weight: normal;
    width: 70%;
    margin-bottom: 0;
}
.support-bottom__sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3rem;
}
/*--support end--*/
/*--why quantem--*/
.wqt-banner__wrapper {
    padding: 80px 0;
}
.wqt-banner__title {
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.5;
    margin: 1.5rem 0 3rem;
}
.wqt-banner__sub--title {
    font-weight: 700;
    font-size: 1.2rem;
    margin: 0;
    line-height: 1.4;
}
.wqt-image {
    width: 55%;
    margin: 0 0 0 auto;
    transform: translateX(-8%);
}
.wqt-banner__inner--sec::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    width: 45%;
    background: #111;
}
.wqt-banner__bottom--wrapper {
    padding: 1rem;
    background: linear-gradient(90deg, #561c97, #9236fc) !important;
    border-radius: 15px;
    box-shadow: 6px 3px 10px #000;
}
.wqt-banner__bottom--content {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
}
.wqt-banner__tag {
    font-size: 1.2em;
    font-weight: 500;
    color: #000;
    background: #feae00;
    position: absolute;
    top: -40px;
    left: 18px;
    padding: 6px 30px;
    line-height: 1.2;
    border-radius: 10px;
    transform: rotate(-32deg);
}
.text-highlight {
    position: relative;
    font-weight: 800;
}
.text-highlight::after {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 0;
    right: 0;
    height: 10px;
}
.text-highlight__1::after {
    background: url('/assets/img/quantem/wqt_line_1.png') no-repeat center center;
    background-size: 100%;
}
.text-highlight__2::after {
    background: url('/assets/img/quantem/wqt_line_2.png') no-repeat center center;
    background-size: 100%;
}
.wqt-main__sub--title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 2rem;
    line-height: 1;
}
.wqt-description__1 {
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 1.5rem;
}
.wqt-description__2 {
    font-size: 1.1rem;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 1.5rem;
}
.list-items {
    font-size: 0.875rem;
    font-weight: normal;
    text-align: left;
}
.quantem-apart__img {
    width: 75%;
}
.quantem-apart__right--img::after,
.quantem-apart__left--img::after {
    position: absolute;
    content: '';
    top: -40px;
    right: -50px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    -webkit-transform: skewY(4deg);
    -moz-transform: skewY(4deg);
    transform: skewY(4deg);
}
.quantem-apart__right--img {
    margin: 0 0 0 auto;
}
.quantem-apart__right--img::after {
    background: #f6f6f6;
}
.quantem-apart__left--img {
    margin: 0 auto 0 0;
}
.quantem-apart__left--img::after {
    background: #fff;
}
.list-items__type--1 {
    font-weight: normal;
    text-align: left;
}
.wqt-main__title.font_bold {
    font-weight: 700;
}
.future-section {
    overflow: hidden;
}
.future-section::before {
    position: absolute;
    content: '';
    left: -10%;
    bottom: -46%;
    width: 34%;
    height: 100%;
    background: url('/assets/img/index/pricing/pricing_bg.png') no-repeat center bottom;
    background-size: 100%;
}
.future-section::after {
    position: absolute;
    content: '';
    top: -5%;
    right: -2%;
    width: 320px;
    height: 320px;
    border: 1.2px solid #da2c8b;
    z-index: 1;
    border-radius: 50%;
    transform: scale(1.2);
}
.boxed-cirle__lines::after {
    position: absolute;
    content: '';
    left: 51.5%;
    bottom: 0;
    width: 350px;
    height: 300px;
    border: 1.2px solid #fff;
    border-radius: 50%;
    transform: translateY(75%);
}
.future-main__title {
    font-weight: 700;
    background: linear-gradient(to right, #511c92 , #9437fe);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.future-column__items {
    border-radius: 12px;
    text-align: center;
    padding: 30px;
}
.future-column__items:first-child {
    background: rgb(5 51 255 / 15%);
}
.future-column__items:nth-child(2) {
    background: rgb(148 55 254 / 15%);
}
.future-column__items:nth-child(3) {
    background: rgb(255 237 255);
}
.reasons-img {
    width: 70px;
    margin: 0 auto 1.5rem;
}
.reasons-title {
    font-size: 1.1rem;
    font-weight: 700;
}
.reasons-description {
    margin-bottom: 4rem;
    font-size: 0.925rem;
    line-height: 1.5;
    font-weight: normal;
}
.wqt-banner__sec--wrapper {
    display: flex;
    align-items: center;
}
.wqt-banner__left--sec {
    width: 50%;
}
.wqt-banner__right--sec {
    width: 50%;
}
.wqt-division__sec--wrapper {
    display: flex;
    align-items: center;
}
.wqt-division__left--sec {
    width: 50%;
    padding-right: 3rem;
}
.swap-right__sec {
    padding-left: 3rem;
}
.wqt-division__right--sec {
    width: 50%;
    padding-left: 3rem;
}
.swap-left__sec {
    padding-right: 3rem;
}
/*--why quantem end--*/
/*--device management--*/
.device-manage__banner--sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3rem 0;
}
.device-manage__banner--left-sec {
    width: 45%;
    padding-right: 3rem;
}
.device-manage__banner--right-sec {
    width: 40%;
}
.device-manage__sub--banner-title {
    font-weight: normal;
    font-size: 1.125rem;
    max-width: 85%;
    line-height: 1.5;
}
.device-manage__head--sec {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 3rem;
    max-width: 50%;
}
.device-enroll__main--title {
    font-weight: 600;
}
.device-enroll__sub--content {
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: normal;
}
.exception-content__sec {
    display: flex;
    align-items: center;
}
.exception-content__left--sec {
    width: 40%;
}
.exception-content__right--sec {
    width: 60%;
    padding-left: 3rem;
}
.exception-description {
    font-size: 20px;
    line-height: 1.4;
    font-weight: normal;
}
.device-vitals__main-title {
    font-weight: 600;
}
.vitals-body__sec {
    background: #f2f2f2;
    padding-bottom: 70px;
}
.vitals-body__sec::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    background: url('/assets/img/device_management/vitals-bg.jpg') no-repeat center center;
    background-size: 120%;
}
.vitals-img {
    max-width: 60%;
    margin: 0 auto;
    position: relative;
    top: -20px;
}
.device-controls__sec {
    overflow: hidden;
}
.device-controls__inner--sec {
    display: flex;
    justify-content: space-between;
}
.device-controls__left--sec {
    width: 60%;
}
.device-controls__left--sec .ss-slide__content--wrapper {
    align-items: normal;
}
.device-controls__left--sec {
    padding-left: 12%;
}
.device-controls__right--sec {
    padding-left: 80px;
}
.controls-img img {
    transform: scale(1.8) translate(23%, 26%);
}
.device-manage__slide--description {
    min-height: 55px;
}
.device-controls__slide--description {
    color: #888;
}
/*--device management end--*/
/*--kiosk solutions--*/
.kiosk-solutions__sec {
    padding-bottom: 0;
}
.kiosk-banner__sec {
    width: 40%;
    color: #fff;
    padding: 70px 0 35px;
}
.kiosk-banner__sub--content {
    line-height: 1.5;
}
.kiosk-top__tab--view {
    display: flex;
    justify-content: space-between;
}
.kiosk-top__tab--view li {
    font-size: 1.125rem;
    font-weight: normal;
}
.kiosk-slides__description {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
}
/* .kiosk-sidebar__title:nth-child(2) {

} */
/*--kiosk solutions end--*/
/*--application management--*/
.bg-light__apps--banner {
    background: #ebebeb;
    position: relative;
    background-color: #ebebeb;
    background-image: url('/assets/img/app-managment/apps_bg.png');
    background-repeat: no-repeat;
    background-position: 130% 125%;
    background-size: 55%;
}
/* .bg-light__apps--banner::before {
    position: absolute;
    content: '';
    inset: -28% -15% 5% 0;
    background: url('/assets/img/app-managment/apps_bg.png') no-repeat top right;
    background-size: 50%;
} */
.apps-banner__sec {
    display: flex;
}
.apps-banner__left--sec {
    width: 45%;
    padding: 80px 10px;
}
.apps-banner__title {
    font-size: 2.2rem;
    margin-bottom: 1rem;
}
.apps-banner__sub--title {
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.3;
    margin-bottom: 2rem;
}
.apps-banner__sub--title-highlight {
    font-weight: 700;
}
.banner-trial__form--type1 .form-control {
    min-width: auto;
    width: 60%;
    border: none;
    height: 42px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 14%);
}
.banner-trial__form--type1 .banner-free-trail-section {
    width: 100%;
}
.banner-trial__form--type1 .banner-free-trail-submit {
    min-width: auto;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    font-weight: bold;
    /* background: #000; */
    border: none !important;
}
.apps-banner__list--ul {
    padding: 0;
    margin: 10px 0 0;
    display: flex;
}
.apps-banner__list {
    font-size: 0.825rem;
    font-weight: normal;
    margin: 0 15px;
}
.transform--sec {
    display: flex;
    align-items: center;
}
.transform-left__sec,
.transform-right__sec {
    width: 50%;
}
.apps-head__sec {
    max-width: 80%;
    margin: 0 auto 3rem;
}
.apps-transform__main--title {
    font-weight: 600;
}
.apps-transform__sub--content {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: normal;
    max-width: 62%;
    margin: 0 auto;
}
.transform-left__sec {
    padding-right: 3rem;
}
.transform-image {
    width: 78%;
}
.transform-right__sec {
    padding-left: 2rem;
}
.transform-description {
    font-size: 1.125rem;
    font-weight: normal;
    line-height: 1.5;
    margin: 2rem 0 0;
}
.apps-slides__description {
    margin: 0;
    font-weight: normal;
}
/*--application management end--*/
/*--byod--*/
/* .bg-light__byod--banner::before {
    position: absolute;
    content: '';
    inset: -15% -10% 0 0;
    background: url('/assets/img/byod/byod_banner_new.png') no-repeat top right;
    background-size: 40%;
} */
.byod-banner__sub--title-extra {
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
    font-weight: 600;
}
.byod-banner__sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.byod-banner__left--sec {
    width: 40%;
    padding: 80px 0 50px;
}
.byod-banner__right--sec {
    width: 45%;
    position: absolute;
    top: 55%;
    right: -1px;
    transform: translateY(-50%);
}
.byod-banner__right--image-tile {
    position: absolute;
    bottom: -5%;
    left: -8%;
    width: 160px;
    border-top-right-radius: 22px;
    overflow: hidden;
}
.byod-top__tab--view {
    display: flex;
    justify-content: space-between;
    margin: 2rem 0 1.4rem;
}
.byod-top__tab--view li {
    font-size: 1rem;
    font-weight: 700;
}
.byod-main__head {
    max-width: 60%;
}
/*--byod end--*/
/*--features page--*/
.features-banner__content--sec {
    padding: 50px 0;
}
.features-main__title {
    font-weight: 500;
    font-size: 62px;
    color: #ffffff;
    margin: 16px 0px 20px;
}
.features-banner__content {
    color: #fff;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 2rem;
    margin-bottom: 0;
    padding-bottom: 2.5rem;
    position: relative;
}
.features-banner__content::after {
    position: absolute;
    content: '';
    bottom: -16px;
    left: 49%;
    width: 20px;
    height: 40px;
    background: url('/assets/img/features/features_arrow.png') no-repeat center center;
    background-size: 70%;
    animation: arrowUpDown 0.4s infinite ease;
    animation-direction: alternate;
    transition: 0.5s bottom;
}
@keyframes arrowUpDown {
    0% {
        bottom: -12px;
    }
    100% {
        bottom: -8px;
    }
}
.features-banner__content--highlight {
    position: relative;
}
.features-banner__content--highlight::before,
.features-banner__content--highlight-line::after {
    position: absolute;
    content: '';
    bottom: -2px;
    left: 0;
    height: 2px;
    width: 0%;
    background: #ffbc00;
}
.features-banner__content--highlight-line::after {
    width: 100%;
}
.features-banner__content--highlight::before {
    transition: 1s ease;
    animation-name: mark-underline;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-delay: 1s;
}
@keyframes mark-underline {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
.features-overflow__img--sec {
    padding: 14rem 0;
}
.features-overflow__img--wrapper {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -22%);
}
.features-overflow__img {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px #c4c4c4;
}
.features-sec__main-title {
    font-weight: 600;
}
.features-sec__sub--title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0rem;
    line-height: 1.5;
}
.features-list__sec {
    box-shadow: 0px 4px 18px rgb(0 0 0 / 25%);
    background: #fff;
    border-radius: 20px;
    padding: 2.5rem 4rem;
}
.features-list__wrapper {
    display: flex;
}
.features-list__left--sec {
    width: 280px;
}
.features-content__right--sec {
    width: calc(100% - 280px);
}
.features-list {
    margin-bottom: 1rem;
}
.features-list__items {
    display: inline-block;
    padding: 5px 12px;
    font-size: 1rem;
    font-weight: normal;
    border: 1.5px solid transparent;
    border-radius: 10px;
    line-height: 1.4;
    cursor: pointer;
    transition: 0.1s all;
}
.features-list__items:hover {
    font-weight: 600;
}
.features-list__items.is_active {
    border-color: #111;
    font-weight: 600;
}
.features-content__title {
    text-align: left;
    font-weight: 700;
    font-size: 18px;
}
.features-content__description {
    font-weight: normal;
    padding: 0 20px;
    margin-bottom: 1.5rem;
    text-align: left;
}
.features-content__image {
    transition: 0.4s all;
    transform: scale(0.9);
}
.features-contents:hover .features-content__image {
    transform: scale(0.95);
}
/*--features page end--*/
.contact-us-form {
    padding: 30px 10px;
}
.contact-submit-form-btn {
    width: 110px;
}
.contact-form__desclaimer {
    font-size: 0.875rem;
    line-height: 1.5;
}
.modal-open {
    display: block;
}
