﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&amp;family=Poppins:wght@400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700|Roboto:100,500,300,400,700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");

/*:root {*/
/*--primary-color: #1959bf;
    --secondary-color: #4fc48b;*/
/*--primary-color: transparent;
    --secondary-color: transparent;
}*/
:root {
    --primary-color: #EE1B24 !important;
    --secondary-color: #233F8F !important;
    --tertiary-color: #FFFFFF !important;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: darkgrey;
}

::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

.ul-li ul {
    margin: 0;
    padding: 0;
}

.fixed-whatsapp {
    background-color: #25D366;
    font-size: 28px;
    color: white;
    padding: 10px 18px;
    border-radius: 100%;
    position: fixed;
    bottom: 18px;
    right: 105px;
}

    .fixed-whatsapp:hover {
        background-color: white;
        color: #25D366;
    }

.ul-li ul li {
    list-style: none;
    display: inline-block;
}

.ul-li-block ul {
    margin: 0;
    padding: 0;
}

    .ul-li-block ul li {
        list-style: none;
        display: block;
    }

.container {
    max-width: 1200px;
}

a {
    color: inherit;
    text-decoration: none;
}

    a:hover, a:focus {
        text-decoration: none;
    }

img {
    max-width: 100%;
    height: auto;
}

section {
    overflow: hidden;
}

button {
    cursor: pointer;
}

.form-control {
    box-shadow: none;
}

.relative-position {
    position: relative;
    z-index: 1;
}

.pera-content p {
    margin-bottom: 0;
}

@keyframes scale {
    from {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }

    to {
        transform: scale(1.08);
        -webkit-transform: scale(1.08);
    }
}

@keyframes left-right-move {
    0% {
        transform: translateX(-100px);
    }

    50% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(-100px);
    }
}

@keyframes fadeFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeFromRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeFromUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeFromUp {
    animation-name: fadeFromUp;
}

.fadeFromRight {
    animation-name: fadeFromRight;
}

.fadeFromLeft {
    animation-name: fadeFromLeft;
}

@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1);
    }

    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55);
    }

    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1);
    }
}

@keyframes rotate {
    0% {
        top: -10px;
        left: -10px;
    }

    25% {
        top: 0px;
        left: 0px;
    }

    50% {
        top: 0px;
        left: 0px;
    }

    75% {
        top: 5px;
        left: 5px;
    }

    100% {
        top: -10px;
        left: -10px;
    }
}

@keyframes fadeFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeFromRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeFromRight {
    animation-name: fadeFromRight;
}

.fadeFromLeft {
    animation-name: fadeFromLeft;
}

@keyframes zooming {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.05, 1.05);
    }

    100% {
        transform: scale(1, 1);
    }
}

@keyframes line_animation {
    0% {
        top: 0px;
        opacity: 1;
    }

    50% {
        top: 50%;
    }

    100% {
        top: 100%;
        opacity: 1;
    }
}

@keyframes scroll2 {
    0% {
        opacity: 1;
        bottom: 0px;
    }

    50% {
        bottom: 50%;
    }

    100% {
        bottom: 100%;
        opacity: 1;
    }
}

@keyframes slide {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 1920px 0;
    }
}

.saas-classic {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.4;
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

.saas2-headline h1, .saas2-headline h2, .saas2-headline h3, .saas2-headline h4, .saas2-headline h5, .saas2-headline h6 {
    margin: 0;
    font-family: "Poppins";
}


/*
    
    page css start*/

li.dropdown.saas_sign_up_btn.button2.text-center.aniclose.helpsupports {
    background: #fff;
    color: #000 !important;
    padding: 5px 5px !important;
}



li.requestbtn {
    padding: 5px 15px !important;
}


li.dropdown.saas_sign_up_btn.button2.text-center.aniclose.helpsupports:hover a {
    color: #004D99 !important;
}

li.dropdown.saas_sign_up_btn.button2.text-center.aniclose.helpsupports a {
    color: #000 !important;
}

.saas_two_main_header .saas_sign_up_btn:hover a {
    color: #004D99 !important;
}

.homeicon i.fa.fa-home {
    font-size: 20px;
}

.helpsupport i.fas.fa-angle-down {
    margin-left: 4px;
}

.saas_two_main_header .brand_logo {
    width: 100%;
}


section.singleline.text-center {
    padding: 29px 0px;
    background: #354471;
    color: #fff;
}


img.lazyLoad.isLoaded {
    width: auto;
    filter: blur(0);
    border-radius: 42px;
}

.new-home-page .feature-box h2 {
    color: #333;
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
}

.home p, .page p {
    font-size: 105%;
}

.new-home-page .feature-box ul li {
    list-style: none;
    margin-bottom: 20px;
}

    .new-home-page .feature-box ul li:before {
        content: "•";
        color: #4ebea2;
        font-weight: 700;
        display: inline-block;
        font-size: 22px;
        width: 1em;
        margin-left: -1em;
    }

.samesection ul li {
    margin: 12px 0px;
}




.new-home-page .grey-bg {
    background: #f6f6f6;
    padding: 2em 0;
    margin: 2em 0;
}


.new-home-page .featue-grid h3 {
    font-size: 22px;
    color: #333;
    font-weight: 500;
    margin-bottom: 1em;
}

    .new-home-page .featue-grid h3:before {
        position: absolute;
        top: 1.39em;
        height: 0;
        width: 60px;
        content: "";
        border-top: 2px solid #f7686a;
        border-radius: 20px;
    }

.home p, .page p {
    font-size: 105%;
}

.industries_we_serve {
    background: #fff !important;
    border-bottom: none !important;
}

.main_business_sec.uppersection {
    background: #d3f4ee;
    padding: 25px 0px;
    margin-bottom: 0px !important;
}

a.button2.mr-0.mr-sm-3 {
    background: #fff;
    color: #000 !important;
    border: 1px solid#004D99 !important;
}

    a.button2.mr-0.mr-sm-3.stopani:before {
        animation: none;
    }

a.button2.mr-3.stopani {
    background: #fff;
    border: 1px solid#004D99 !important;
    color: #000 !important;
}

    a.button2.mr-3.stopani:before {
        animation: none;
    }

.grey-bg.newsec {
    background: #d3f4ee;
    padding: 15px 0px;
}

.newsec h5:before {
    position: absolute;
    top: 31px;
    height: 0px;
    width: 60px;
    content: "";
    border-top: 2px solid #004D99;
    border-radius: 20px;
    z-index: 9;
}

.socialicon {
    text-align: center;
}

.panel-default > .panel-heading a[aria-expanded=false]:after {
    display: none;
}

.s2-newslatter_section {
    padding: 0px !important;
}

.col-md-4.col-12.booking {
    display: flex;
    align-items: center;
    text-align: center;
}

.s2-newslatter_section .saas_two_section_title h2 {
    color: white;
    font-size: 30px;
    padding: 0px !important;
    margin-top: 13%;
}

img.bookimg {
    max-width: 16%;
    margin: 3px 0px;
}

.action_perform {
    padding: 71px 0 0;
}

.industries_we_serve {
    padding: 20px 0 50px 0 !important;
}

.features-box-main .panel-body {
    border: none !important;
}

.panel-default > .panel-heading a {
    border-radius: 30px !important;
}

.features-main ul h6 span {
    color: #fff !important;
}

section.industries_we_serve.changecolor {
    background: #fff !important;
    padding-bottom: 40px !important;
}

/*landing page css end*/

/*pricing page css file*/

.point-head strong {
    font-weight: 600;
    font-size: 17px;
}

.p-bottom p.point-head {
    padding-bottom: 10px;
}

.p-box .p-points ul {
    list-style: none;
}

.headsectiontext p {
    font-family: poppins;
    font-weight: 300;
}

.tabsection ul#pills-tab {
    display: inline-block;
}

.tabsection li.nav-item {
    display: inline-block;
}

button.nav-link {
    background: #fff !important;
    border: 1px solid #004D99;
    border-radius: 50px;
    padding: 10px 64px;
    font-size: 23px;
    color: #000 !important;
    border-radius: 50px !important;
}

/*video*/

video.bannervideo {
    width: 100%;
    margin-top: -16px;
}

/*video end*/

button.nav-link:hover {
    border: 1px solid #004D99 !important;
    background: #004D99 !important;
    color: #fff !important;
}

button.nav-link:focus {
    border: 1px solid #004D99 !important;
    background: #004D99 !important;
    color: #fff !important;
}

.nav-item.active button.nav-link {
    border: 1px solid #004D99 !important;
    background: #004D99 !important;
    color: #fff !important;
}

button#pills-profile-tab:hover {
    color: #fff;
    background-color: #004D99;
    border: 1px solid#004D99;
    padding: 10px 64px;
}

.firstbox span.p-top {
    background: #fff !important;
}

.thirdbox span.p-top {
    background: #fff !important;
}

.price-box .p-box {
    border-radius: 10px;
    height: 100%;
    transition: all .4s ease-in-out;
    background: -webkit-linear-gradient(288deg, hsla(171, 100%, 37%, 1) 0%, hsla(170, 70%, 90%, 1) 100%);
    box-shadow: 0 0 15px rgb(0 0 0 / 21%);
}

    .price-box .p-box .p-bottom {
        padding: 3rem 1.5rem;
        padding-top: 10px;
    }

        .price-box .p-box .p-bottom h3 {
            color: #5dc83d;
            margin-bottom: .5rem;
            font-weight: 500;
        }

    .price-box .p-box .p-top {
        display: block;
        height: 4.5rem;
        text-transform: uppercase;
        color: #fff;
        background: #fff;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        font-size: 1rem;
        color: #000;
        padding-top: 10px;
    }

.firstbox h3 {
    color: #4979d6 !important;
}

.thirdbox h3 {
    color: #ff696b !important;
}

.price-box .p-box .p-bottom .p-sub-title {
    font-size: 17px;
    margin-bottom: 1.5rem;
}

.price-box .p-box .p-bottom .singletext {
    text-align: left;
}

.price-box .p-box .p-bottom .p-select {
    position: relative;
    margin-bottom: 1.5rem;
}

    .price-box .p-box .p-bottom .p-select select {
        border: 0;
        border-bottom: 1px solid #ececec;
        margin-bottom: 1rem;
        color: #333;
        font-size: .875rem;
    }

    .price-box .p-box .p-bottom .p-select .p-saving {
        font-size: .75rem;
        background: #000;
        color: #fff;
        padding: 2px 4px;
        position: relative;
        margin-left: .8rem;
        font-weight: 400;
    }

        .price-box .p-box .p-bottom .p-select .p-saving:before {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border: 7px solid transparent;
            border-right-color: #000;
            top: 4px;
            left: -14px;
        }

.price-box .p-box .p-bottom .p-price {
    text-align: center;
    margin-bottom: 1.5rem;
}

    .price-box .p-box .p-bottom .p-price h4 {
        font-size: 1.9rem;
        font-weight: 500;
    }

    .price-box .p-box .p-bottom .p-price small {
        display: block;
        color: grey;
        margin-bottom: 1.5rem;
    }

.price-box .p-box .p-bottom .p-user {
    font-weight: 500;
    font-size: .875rem;
    margin-bottom: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.price-box .p-box .p-bottom .p-points {
    margin-bottom: 3.5rem;
    text-align: left;
}

.price-box .p-box .p-bottom .trail_btn {
    background: #fff;
    border-radius: 0;
    color: #000;
    border: 1px solid #5dc83d;
    transition: all .3s ease-in-out;
    font-weight: 500;
    text-decoration: none;
    padding: .6rem 1.8rem;
    text-shadow: none;
    letter-spacing: 1px;
    border-radius: 5px;
    font-size: 1rem;
}

    .price-box .p-box .p-bottom .trail_btn:hover {
        background: #000 !important;
        color: #fff !important;
    }

/* secong vox */

.secondbox .price-box .p-box {
    border: 1px solid #5dc83d;
    border-radius: 10px;
    height: 100%;
    transition: all .4s ease-in-out;
}

    .secondbox .price-box .p-box .p-top {
        display: block;
        height: 1.4rem;
        text-transform: uppercase;
        color: #fff;
        background: #5dc83d;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        font-size: 1rem;
    }

    .secondbox .price-box .p-box .p-bottom {
        padding: 2rem 1.5rem;
    }

        .secondbox .price-box .p-box .p-bottom h3 {
            color: var(--brand-color);
            margin-bottom: .5rem;
            font-weight: 500;
        }

        .secondbox .price-box .p-box .p-bottom .p-sub-title {
            font-size: .875rem;
            margin-bottom: 1.5rem;
        }


        .secondbox .price-box .p-box .p-bottom .p-price {
            text-align: center;
            margin-bottom: 1.5rem;
        }

            .secondbox .price-box .p-box .p-bottom .p-price h4 {
                font-size: 1.9rem;
                font-weight: 500;
            }

            .secondbox .price-box .p-box .p-bottom .p-price span {
                font-size: .875rem;
            }

            .secondbox .price-box .p-box .p-bottom .p-price small {
                display: block;
                color: grey;
                margin-bottom: 1.5rem;
            }

.firstbox .p-bottom .p-points ul li {
    font-size: 16px;
    padding-bottom: 15px;
}

.secondbox .p-bottom .p-points ul li {
    font-size: 16px;
    padding-bottom: 15px;
}

.thirdbox .p-bottom .p-points ul li {
    font-size: 16px;
    padding-bottom: 15px;
}

.col-12.col-lg-4.text-center.pb-one.color-one.firstbox {
    padding: 20px;
}

.col-12.col-lg-4.text-center.pb-two.color-two.secondbox {
    padding: 9px;
}

.col-12.col-lg-4.text-center.pb-one.color-one.thirdbox {
    padding: 20px;
}

.firstbox a.trail_btn {
    background: #fff !important;
    color: #000 !important;
}

    .firstbox a.trail_btn:hover {
        background: #000 !important;
        color: #fff !important;
        border-radius: 5px !important;
    }

.thirdbox a.trail_btn {
    background: #fff !important;
    border: 1px solid#5dc83d !important;
    color: #000;
}

.firstbox .p-top p {
    padding-top: 13px;
    font-size: 22px;
    font-weight: 500;
}

.secondbox .p-top p {
    padding-top: 0px;
    font-size: 22px;
    font-weight: 500;
}

.thirdbox .p-top p {
    padding-top: 13px;
    font-size: 22px;
    font-weight: 500;
}

.page-header {
    margin: 3.5em 0 1em !important;
}

/*pricing page css end*/

.saas_two_main_header .s2-main-navigation .navbar-nav li.saas_sign_up_btn a:before {
    display: none;
}

.saas_two_section_title {
    margin: 0 auto;
    max-width: 100%;
}

    .saas_two_section_title .title_tag {
        padding: 5px 30px;
    }

.s2-newslatter_section .saas_two_section_title {
    max-width: 100%;
}

    .s2-newslatter_section .saas_two_section_title h2 {
        color: white;
    }

.saas_two_section_title h2 {
    font-size: 40px;
    padding-top: 15px;
}

.main_gradinet_sec {
    padding: 30px 0 30px 0;
    background: #d3f4ee;
    border-bottom: 1px solid #ece9e9;
    max-width: 100% !important;
}

.choosevc.border-bottom {
    border-bottom: 2px solid #39488f !important;
}

a[href^="mailto:"] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.choosevc.border-right {
    border-right: 2px solid #39488f !important;
}

.choosevc {
    position: relative;
    padding: 35px 25px 20px;
}

.saas_btn a {
    font-size: 15px;
    font-weight: 700;
    border-radius: 30px;
    display: inline-block;
    border: 2px solid #004D99;
}

.saas_btn:before {
    top: 8px;
    left: 32px;
    font-weight: 900;
    font-size: 22px;
    position: absolute;
    font-family: "Font Awesome 5 Free";
}

@keyframes fadeFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeFromRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeFromUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeFromUp {
    animation-name: fadeFromUp;
}

.fadeFromRight {
    animation-name: fadeFromRight;
}

.fadeFromLeft {
    animation-name: fadeFromLeft;
}

.saas_two_section_title .title_tag, .saas_two_banner_section .s2-banner_content .s2-tilte_tag, .saas_two_feature_section .s2-feature_text .feature_tag, .integration_section .integration_text .feature_tag {
    color: #004D99;
    font-size: 18px;
    font-weight: 500;
    padding: 3px 30px;
    border-radius: 8px;
    display: inline-block;
    background-color: #e9fffc;
}

.saas_two_section_title h2, .saas_two_banner_section .s2-banner_content h1, .saas_two_about_section .s2-about_text_icon .s2-about_text h3, .saas_two_feature_section .s2-feature_text h2, .integration_section .integration_text h2, .saas_two_team_section .s2-team_img_text .s2_name_info h3 {
    font-weight: 700;
    color: #010101;
}

    .saas_two_section_title h2 span, .saas_two_banner_section .s2-banner_content h1 span, .saas_two_about_section .s2-about_text_icon .s2-about_text h3 span, .saas_two_feature_section .s2-feature_text h2 span, .integration_section .integration_text h2 span, .saas_two_team_section .s2-team_img_text .s2_name_info h3 span {
        font-weight: 300;
    }

.saas_btn:before, .service_read_more a:after, .saas_two_about_section .s2-about_text_icon .s2-about_text a:after, .integration_section .integration_text a:after, .banner_btn a i {
    background-image: linear-gradient(to right bottom, #004D99, #009da6, #007b97, #2e5978, #353b51);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.saas_two_about_section .s2-about_text_icon .s2-about_text p, .saas_two_feature_section .s2-feature_text p, .integration_section .integration_text p {
    color: #353535;
    font-size: 17px;
    line-height: 1.588;
    padding-bottom: 20px;
}

.service_read_more a, .saas_two_about_section .s2-about_text_icon .s2-about_text a, .integration_section .integration_text a {
    color: #0066ff;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    font-family: "Poppins";
}

    .service_read_more a:after, .saas_two_about_section .s2-about_text_icon .s2-about_text a:after, .integration_section .integration_text a:after {
        top: 0px;
        right: -35px;
        content: "";
        font-size: 20px;
        font-weight: 900;
        position: absolute;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s all ease-in-out;
        font-family: "Font Awesome 5 Free";
    }

    .service_read_more a:before, .saas_two_about_section .s2-about_text_icon .s2-about_text a:before, .integration_section .integration_text a:before {
        height: 2px;
        width: 0%;
        bottom: -3px;
        content: "";
        position: absolute;
        background-color: #0066ff;
        transition: 0.4s all ease-in-out;
    }

    .service_read_more a:hover:before, .saas_two_about_section .s2-about_text_icon .s2-about_text a:hover:before, .integration_section .integration_text a:hover:before {
        width: 100%;
    }

    .service_read_more a:hover:after, .saas_two_about_section .s2-about_text_icon .s2-about_text a:hover:after, .integration_section .integration_text a:hover:after {
        opacity: 1;
        right: -25px;
        transition-delay: 0.3s;
        visibility: visible;
    }

.bn29 a {
    border: 5em;
    word-spacing: 4px;
    cursor: pointer;
    outline: none;
    font-size: 18px;
    -webkit-transform: translate(0);
    transform: translate(0);
    background-image: linear-gradient(45deg, #000, #8c8c8c);
    padding: 0.7em 2em;
    border-radius: 65px;
    box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.438);
    -webkit-transition: box-shadow 0.25s;
    transition: box-shadow 0.25s;
    color: white;
    animation: pulso2 2s infinite;
}

    .bn29 a .text {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-image: linear-gradient(45deg, #000, #8c8c8c);
    }

    .bn29 a:after {
        content: "";
        border-radius: 18px;
        position: absolute;
        margin: 4px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: -1;
    }

    .bn29 a:hover {
        background-image: linear-gradient(-45deg,#000, #8c8c8c);
        box-shadow: 0 12px 24px rgba(128, 128, 128, 0.1);
    }

        .bn29 a:hover .text {
            background-image: linear-gradient(-45deg, #000, #8c8c8c);
        }

.sec_whyus img {
    width: 100%;
}

.form-group.ftr_section input {
    border: transparent;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    margin: 0;
    padding: 10px 0 10px 0;
    font-size: 15px;
    font-weight: 400;
}

.form-group label, .form-group legend {
    color: #718089;
    transition: 0.2s all;
}

.active {
    font-size: 14px;
    top: -10px !important;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.form-group.ftr_section textarea {
    border: transparent;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    padding: 15px 0px;
    font-size: 15px;
    color: #333;
    font-weight: 400;
}

section.mobile_app_telemed {
    background-image: linear-gradient(to right top, #d6f0f8, #daf2f6, #e0f5f4, #e6f6f4, #ecf8f4);
    padding: 30px;
}

.mobile_app_telemed h2 {
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
}

.patient_vc_data {
    background: #fff;
    color: #000;
    padding: 20px 6px 25px 30px;
    margin: 20px 0 0 0;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
    border-top: 5px solid #004D99;
    min-height: 210px;
}

    .patient_vc_data p {
        text-align: left;
        font-size: 14px;
    }

    .patient_vc_data ul li {
        line-height: 39px;
    }

section.aiosp_sec h2 {
    font-size: 31px;
}

section.aiosp_sec h3 {
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    color: #004D99;
    font-weight: 600;
    margin: 15px;
}

.aggregation h2 {
    font-size: 31px;
    color: #004D99;
    font-weight: 700;
}

section.aiosp_sec {
    margin: 30px 0 30px 0;
}

.aggregation h2::after {
    content: "";
    display: block;
    height: 3px;
    width: 64px;
    background: #004D99;
    padding: 0;
    margin: 10px 0 0 0;
}

.aggregation ul li {
    width: 100%;
    margin: 15px 30px 5px 0;
    display: inline flow-root list-item;
}


.button2.btnchange {
    padding: 5px 15px !important;
}

a.perabtn {
    color: #000 !important;
    border: 1px solid#004D99 !important;
    background: #fff;
    padding: 5px 15px !important;
    float: right;
    font-size: 14px;
    font-weight: 600;
}

    a.perabtn:before {
        animation: none !important;
    }

.button2 {
    background-color: #004D99;
    color: #fff !important;
    font-size: 16px;
    position: relative;
    border-radius: 30px;
    padding: 5px 30px;
}


.features-main ul {
    margin: 40px 0 0;
    padding: 0;
}

    .features-main ul li {
        display: inline-block;
        vertical-align: top;
        width: 49%;
        list-style: none;
        margin: 0 0 30px;
    }

.features-main .panel-body {
    padding: 25px 0px;
}

.button2:hover, .button2:focus {
    text-decoration: none;
    background: 0 0;
    border-color: #252b33 !important;
    color: #252b33 !important;
    transition: all ease-in .2s;
}

.features-main ul h6 span {
    background: #004D99;
    font-size: 14px;
    width: 28px;
    height: 28px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50px;
    line-height: 28px;
    text-align: center;
}

.features-main ul h6 {
    margin: 0;
    font-weight: 500;
}

@keyframes pulso {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, .8);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .8)
    }

    70% {
        -moz-box-shadow: 0 0 0 15px transparent;
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        -moz-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes pulso2 {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .8);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .8)
    }

    70% {
        -moz-box-shadow: 0 0 0 15px transparent;
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        -moz-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
}

.banner_btn a {
    transition: 0.3s all ease-in-out;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    display: inline-block;
}

    .banner_btn a:before {
        position: absolute;
        content: "";
        width: 0px;
        height: 0px;
        right: 0;
        top: 45px;
        right: 15px;
        box-shadow: 0 0 30px 31px rgb(0 190 163 / 90%);
        border-radius: 50%;
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s all ease-in-out;
    }

    .banner_btn a:after {
        height: 100%;
        width: 100%;
        position: absolute;
        content: "";
        top: -100%;
        right: 0;
        z-index: -2;
        transition: 0.3s all ease-in-out;
        background-color: #353B51;
    }

    .banner_btn a:hover {
        color: #fff;
    }

        .banner_btn a:hover i {
            background: none;
            -webkit-text-fill-color: inherit;
        }

        .banner_btn a:hover:before {
            opacity: 1;
            right: 25px;
            visibility: visible;
        }

        .banner_btn a:hover:after {
            top: 0;
        }

.saas_two_main_header {
    width: 100%;
    z-index: 99;
    position: Fixed !important;
    background-color: #fff;
    box-shadow: 0px 11px 68px 0px rgba(0, 0, 0, 0.14);
    top: 0;
}

    .saas_two_main_header .sign_up_btn {
        display: inline-block;
    }

    /*.saas_two_main_header .brand_logo {
        padding-top: 10px;
}*/

    .saas_two_main_header .s2-main-navigation {
        display: inline-block;
        padding-top: 5px;
    }

        .saas_two_main_header .s2-main-navigation .navbar-nav {
            display: inherit;
        }

            .saas_two_main_header .s2-main-navigation .navbar-nav li {
                font-size: 14px;
                font-weight: 600;
                margin-right: 20px;
                font-family: "Poppins";
            }

                .saas_two_main_header .s2-main-navigation .navbar-nav li a {
                    padding-bottom: 30px;
                    position: relative;
                    transition: 0.3s all ease-in-out;
                }

                    .saas_two_main_header .s2-main-navigation .navbar-nav li a:hover {
                        color: #004D99;
                    }

                        .saas_two_main_header .s2-main-navigation .navbar-nav li a:hover:before {
                            width: 100%;
                        }

                    .saas_two_main_header .s2-main-navigation .navbar-nav li a:before {
                        content: "";
                        position: absolute;
                        height: 2px;
                        width: 0%;
                        background-color: #004D99;
                        left: 2px;
                        transition: 0.3s all ease-in-out;
                        bottom: 25px;
                    }

                .saas_two_main_header .s2-main-navigation .navbar-nav li:last-child a::before {
                    display: none;
                }

        .saas_two_main_header .s2-main-navigation .dropdown {
            position: relative;
        }

/*.saas_two_main_header .s2-main-navigation .dropdown:after {
                content: "";
                position: absolute;
                right: -11px;
                top: 2px;
                transition: 0.3s all ease-in-out;
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
            }*/

.f_box_blog img {
    width: 100%;
    height: 145px;
}

img.strachimg {
    height: auto !important;
}

.saas_two_main_header .s2-main-navigation .dropdown:hover:after {
    color: #004D99;
}

.saas_two_main_header .saas_sign_up_btn {
    width: auto;
    padding: 10px;
    margin-top: -15px;
    line-height: normal;
    border-radius: 30px;
    background-color: #353B51;
}

    .saas_two_main_header .saas_sign_up_btn.dropdown:after {
        display: none;
    }

    .saas_two_main_header .saas_sign_up_btn:hover a {
        color: #fff !important;
    }

    .saas_two_main_header .saas_sign_up_btn a {
        font-weight: 600;
        padding-left: 15px;
        position: relative;
    }

        .saas_two_main_header .saas_sign_up_btn a:before {
            left: -5px;
            top: 4px;
            color: #fff;
            font-size: 13px;
            line-height: 1;
            content: "";
            font-weight: 900;
            position: absolute;
            font-family: "Font Awesome 5 Free";
        }

.saas_two_main_header .dropdown .dropdown-menu {
    top: 50px;
    left: 0;
    opacity: 0;
    z-index: 2;
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 250px;
    display: block;
    border: none;
    padding: 10px 10px 0px 0px;
    visibility: hidden;
    position: absolute;
    border-radius: 0;
    background-color: #fff;
    transition: all 0.4s ease-in-out;
    border-bottom: 2px solid #07c0a6;
    box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
}

    .saas_two_main_header .dropdown .dropdown-menu li {
        width: 100%;
        padding: 10px 15px;
        border-bottom: 1px solid #e5e5e5;
    }



        .saas_two_main_header .dropdown .dropdown-menu li a:before {
            display: none;
        }

.saas_two_main_header .dropdown:hover .dropdown-menu {
    top: 30px !important;
    opacity: 1;
    visibility: visible;
}

.saas_2-menu-bg-overlay {
    background-color: #fff;
    animation-duration: 0.7s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    position: fixed;
    top: -90px;
    padding: 0px 0px;
    animation-timing-function: ease;
    transition: 0.3s all ease-in-out;
}

.saas_two_main_header.saas_2-menu-bg-overlay {
    z-index: 9;
    top: 0px;
    box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
}

    .saas_two_main_header.saas_2-menu-bg-overlay .dropdown:hover .dropdown-menu {
        top: 45px;
    }

.page-content {
    margin-top: 5rem
}

/*.page-title {
    background-image: url("../img/title.webp");
    background-color: #253358;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    width: 100%;
}*/

.registepage {
    margin-top: 8% !important;
}

.page-title h1 {
    background: rgba(0, 0, 0, 0.1);
    color: #f6fbff;
    display: inline-block;
    font-size: 26px;
    padding: 8px 20px;
}

.samesection .feature-box ul {
    margin-left: 5%;
}

.widget-appointment {
    -webkit-border-radius: 5px;
    border-radius: 10px;
    box-shadow: 0px 0px 26px #ccc;
    padding: 30px 30px 62px;
}

    .loginform .inner-heading, .widget-appointment .inner-heading {
        text-align: center;
    }

.inner-heading span {
    color: #fff;
    font-weight: 500;
}

.form-control {
    background-color: transparent;
    border: 1px solid #aaa;
    border-radius: 3px !important;
    box-shadow: none;
    font-size: 0.938em;
    height: auto;
    line-height: 15px;
    padding: 10px;
    -webkit-border-radius: 0;
    -webkit-box-shadow: none;
}

.form-group {
    margin-bottom: 20px;
}

@keyframes floatY {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}

@keyframes floatX {
    0% {
        transform: translateX(80%);
    }

    50% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(80%);
    }
}

.saas_two_banner_section.contact-bnnr {
    height: auto;
}

.saas_two_banner_section {
    margin: 0 auto;
    max-width: 1920px;
    background-color: #fafafa;
    display: flex;
}

    .saas_two_banner_section.solution-main.chooseus .saas2-headline h1 {
        font-size: 85px;
    }

    .saas_two_banner_section.banner-about, .saas_two_banner_section.solution-main {
        height: auto;
        max-width: 100%;
    }

        .saas_two_banner_section.solution-main:before {
            background: transparent;
        }

select.form-control:not([size]):not([multiple]) {
    height: calc(3rem + 2px)
}

.saas_two_banner_section.banner-about::before {
    background-color: #004D99;
    background-image: linear-gradient(339deg, rgba(0,190,163,1) 0%, rgba(59,172,156,0.9923319669664741) 50%, rgba(8,161,139,1) 100%);
    width: 100%;
}

.saas_two_banner_section.banner-patient::before {
    background-image: linear-gradient(339deg, rgb(0 190 163 / 0%) 0%, rgb(59 172 156 / 26%) 50%, rgb(8 161 139 / 21%) 100%);
    width: 100%;
    opacity: 0.5;
}

.top-slide-con .we-are {
    padding: 0 15px;
}

.top-slide-con, .we-are {
    width: 100%;
}

.counter-box h2 {
    font-size: 80px !important;
    line-height: 60px !important;
    font-weight: 700;
}

.counter-box {
    display: flex;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding-bottom: 25px;
}

.saas_two_banner_section:before {
    right: 0;
    width: 80%;
    content: "";
    top: -10px;
    height: 115%;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(/content/themes/assets/img/b-shape1.webp);
}

.saas_two_banner_section.saas_two_banner_section.solution-main .s2-banner_content {
    max-width: 100%;
}

.saas_two_banner_section.banner-about .s2-banner_content p {
    font-size: 20px
}

.saas_two_banner_section.banner-about .s2-banner_content {
    color: white;
    text-align: left;
    max-width: 100%;
}

.saas_two_banner_section .s2-banner_content {
    position: relative;
    z-index: 1;
    max-width: 580px;
}

    .saas_two_banner_section .s2-banner_content .s2-tilte_tag {
        padding: 5px 30px;
    }

.saas_two_banner_section.banner-about .s2-banner_content h1 {
    color: white;
    font-size: 56px;
}

.saas_two_banner_section.banner-patient .s2-banner_content h1 {
    color: black;
    font-size: 56px;
}

.saas_two_banner_section .s2-banner_content h1 {
    font-size: 42px;
    padding: 18px 0px 20px 0px;
}

.saas_two_banner_section .s2-banner_content p {
    font-size: 18px;
    padding-bottom: 35px;
}

.sec_serv img {
    margin: auto;
    display: flex;
    width: 100% !important;
}

.sec_serv .banner_btn {
    margin: 15px 0;
}

    .sec_serv .banner_btn a {
        width: 75%;
        height: auto;
        margin: auto;
        padding: 0px 34px;
        text-align: left;
    }

        .sec_serv .banner_btn a:hover:last-child i {
            color: white !important;
            -webkit-text-fill-color: inherit;
        }

        .sec_serv .banner_btn a:last-child i {
            color: black !important;
            -webkit-text-fill-color: inherit;
        }

        .sec_serv .banner_btn a i {
            font-size: 20px;
            margin-right: 8px;
            color: #a4c639 !important;
            -webkit-text-fill-color: inherit;
            background-image: transparent;
        }

.banner_btn a {
    height: 50px;
    padding: 0px 10px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    margin-right: 20px;
    font-weight: 700;
    color: #010101;
    font-family: "Poppins";
    display: inline-block;
    z-index: 1;
    border: 2px solid #353B51;
}

    .banner_btn a i {
        font-size: 20px;
        margin-right: 8px;
    }

.banner_btn span {
    color: #6a6a6a;
    display: block;
    font-size: 14px;
    margin-top: 5px;
    margin-left: 10px;
}

.saas_two_banner_section.banner-about .s2-banner_area .banner_mockup {
    position: static;
}

.saas_two_banner_section .s2-banner_area .banner_mockup {
    position: absolute;
    top: 50px;
    right: -1180px;
    z-index: 1;
}

.privacy {
    padding: 125px 0 0;
}

.saas_two_banner_section.banner-about .s2-banner_area .banner_mockup iframe {
    width: 74%;
    top: 7%;
    position: absolute;
    left: 13%;
    height: 298px;
    transform: translate(0px, 0px);
}

.saas_two_banner_section .s2-banner_area .banner_mockup img {
    width: 35%;
}

.saas_two_banner_section.banner-about .s2-banner_area .banner_mockup img {
    margin-top: 20px;
    position: relative;
    width: 100%;
}

.saas_two_banner_section .s2-banner_shape1 {
    left: 0;
    top: 85px;
    opacity: 0.2;
}

.saas_two_banner_section .s2-banner_shape2 {
    top: 0;
    right: 0;
    animation: floatY 3s ease-in-out infinite;
}

.saas_two_banner_section .s2-banner_shape3 {
    top: 0;
    right: 50%;
    transform: translateX(80%);
    animation: floatX 10s ease-in-out infinite;
}

.saas_two_solution_section {
    padding: 40px 0;
}

.axil-service-area a:hover {
    color: #000 !important;
    text-decoration: none;
}

.axil-service-area .cta-img {
    position: relative;
    margin-top: 100px;
}

    .axil-service-area .cta-img img {
        width: 90%;
    }

.axil-service-area p {
    padding: 10px 0 0;
}

.axil-service-area .action_perform {
    padding: 55px 0 0;
}

.mt-100 {
    margin-top: 100px;
}

.mt-50 {
    margin-top: 50px;
}

.p-35 {
    padding: 35px;
}

.axil-service-area .s2-newslatter_section {
    top: 0;
    left: 0;
    max-width: 90%;
    position: absolute;
    border-radius: 25px;
    padding: 41px 0px;
}

.axil-service {
    position: relative;
    margin-bottom: 30px;
    z-index: -1;
}

    .axil-service:hover {
        background: transparent;
    }

    .axil-service::before {
        width: 92%;
        height: 92%;
        left: -20px;
        bottom: -20px;
        background: rgba(0, 2, 72, 0.1);
        content: "";
        position: absolute;
        z-index: -1;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: rotateY(-10deg);
        transform: rotateY(-10deg);
        -webkit-filter: blur(50px);
        filter: blur(50px);
        opacity: 0;
        -webkit-transition: all 0.7s;
        -o-transition: all 0.7s;
        transition: all 0.7s;
    }

@media only screen and (max-width: 767px) {



    .axil-service::before {
        display: none;
    }

    .axil-service {
        background: #f7f7f7;
    }
}

.axil-service .inner {
    padding: 10px 15px;
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    .axil-service .inner {
        padding: 30px 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .axil-service .inner {
        padding: 34px 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .axil-service .inner {
        padding: 25px 15px;
    }
}

.axil-service .inner::after {
    background: #ffffff;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform: perspective(500px) rotateY(-5deg);
    transform: perspective(500px) rotateY(-5deg);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (max-width: 767px) {
    .axil-service .inner::after {
        background: #f7f7f7;
        -webkit-transform: perspective(0) rotateY(0deg);
        transform: perspective(0) rotateY(0deg);
    }
}

.axil-service .inner::before {
    -webkit-transform: perspective(500px) rotateY(-5deg);
    transform: perspective(500px) rotateY(-5deg);
    position: absolute;
    width: calc(100% + -5px);
    height: calc(100% + -10px);
    top: calc(25px + 7px);
    content: "";
    border: 4px solid #000345;
    z-index: -1;
    right: calc(25px - -7px);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .axil-service .inner::before {
        width: calc(100% + -15px);
        height: calc(100% + -15px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .axil-service .inner::before {
        width: calc(100% + -15px);
        height: calc(100% + -15px);
    }
}

@media only screen and (max-width: 767px) {
    .axil-service .inner::before {
        width: calc(100% + -15px);
        height: calc(100% + -15px);
    }
}

@media only screen and (max-width: 767px) {
    .axil-service .inner::before {
        display: none;
    }
}

.axil-service .inner .icon {
    position: relative;
    z-index: 2;
    -webkit-perspective: 100px;
    perspective: 100px;
    margin-bottom: 15px;
    margin: 0 auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .axil-service .inner .icon {
        margin-bottom: 7px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .axil-service .inner .icon {
        margin-bottom: 7px;
    }
}

@media only screen and (max-width: 767px) {
    .axil-service .inner .icon {
        margin-bottom: 7px;
    }
}

.axil-service .inner .icon.gradient-color-02::before {
    background: -webkit-gradient(linear, left top, left bottom, from(#FEF7E2), to(#EEEEFD));
    background: -webkit-linear-gradient(top, #FEF7E2 0%, #EEEEFD 100%);
    background: -o-linear-gradient(top, #FEF7E2 0%, #EEEEFD 100%);
    background: linear-gradient(180deg, #FEF7E2 0%, #EEEEFD 100%);
}

.axil-service .inner .icon.gradient-color-02 .icon-inner {
    background: #5BCC9F;
}

.axil-service .inner .icon.gradient-color-03::before {
    background: -webkit-linear-gradient(315.26deg, #D6FFFC 0%, #FAE7E4 100%);
    background: -o-linear-gradient(315.26deg, #D6FFFC 0%, #FAE7E4 100%);
    background: linear-gradient(134.74deg, #D6FFFC 0%, #FAE7E4 100%);
}

.axil-service .inner .icon.gradient-color-03 .icon-inner {
    background: #49CCFF;
}

.axil-service .inner .icon.gradient-color-04 .icon-inner {
    background: #FFCD3E;
}

.axil-service .inner .icon.gradient-color-05::before {
    background: -webkit-gradient(linear, left top, left bottom, from(#F7F6FF), to(#FEEFEB));
    background: -webkit-linear-gradient(top, #F7F6FF 0%, #FEEFEB 100%);
    background: -o-linear-gradient(top, #F7F6FF 0%, #FEEFEB 100%);
    background: linear-gradient(180deg, #F7F6FF 0%, #FEEFEB 100%);
}

.axil-service .inner .icon.gradient-color-05 .icon-inner {
    background: #FF8A5B;
}

.axil-service .inner .icon.gradient-color-06::before {
    background: -webkit-gradient(linear, left top, left bottom, from(#EBFFFD), to(#EFEEFA));
    background: -webkit-linear-gradient(top, #EBFFFD 0%, #EFEEFA 100%);
    background: -o-linear-gradient(top, #EBFFFD 0%, #EFEEFA 100%);
    background: linear-gradient(180deg, #EBFFFD 0%, #EFEEFA 100%);
}

.axil-service .inner .icon.gradient-color-06 .icon-inner {
    background: #007AFF;
}

.axil-service .inner .icon .icon-inner {
    position: relative;
    width: 62px;
    height: 62px;
    text-align: center;
    line-height: 58px;
    border-radius: 100%;
    background: #a585ec;
    z-index: 1;
    overflow: hidden;
}

    .axil-service .inner .icon .icon-inner > img {
        position: absolute;
        top: 0;
        right: -5px;
    }

    .axil-service .inner .icon .icon-inner .text {
        font-size: 26px;
        color: #ffffff;
        font-weight: 700;
    }

.axil-service .inner .content h4.title {
    margin-top: 20px;
}

.loginsignup a:hover {
    color: #004D99
}

.loginsignup h5 {
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 5px
}

.loginsignup p {
    line-height: 20px;
    padding-top: 0px;
    font-size: 13px;
}

.p-signup {
    border-radius: 10px;
    margin: 50px 0px;
    padding: 30px;
    box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.2);
    min-height: 358px;
}

    .p-signup .inner-heading {
        margin-top: 0px;
    }

.text-center.p-signup h2 {
    font-size: 24px;
    color: #004D99;
    margin: 20px 0px
}

@media only screen and (max-width: 767px) {
    .axil-service .inner .content h4.title {
        margin-bottom: 15px;
    }
}

.axil-service .inner .content h4.title a {
    text-decoration: none;
}

.axil-service .inner .content p {
    margin-bottom: 3px;
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .axil-service .inner .content p {
        margin-bottom: 15px;
    }
}

.axil-service .inner .content a.axil-button {
    background: transparent;
    height: auto;
    line-height: inherit;
    position: relative;
    padding: 0;
}

    .axil-service .inner .content a.axil-button::after {
        position: absolute;
        bottom: 0;
        width: 0;
        height: 1px;
        background: #702FFF;
        content: "";
        left: 0;
    }

.axil-service.active::before {
    opacity: 1;
}

.axil-service.active .inner::after {
    opacity: 1;
}

.axil-service.active .inner::before {
    opacity: 1;
    visibility: visible;
}

.axil-service.active .inner .content a.axil-button {
    color: #702FFF;
}

    .axil-service.active .inner .content a.axil-button::after {
        width: 100%;
    }

.axil-service.service-bg-gray .inner {
    background: #e9fffc;
    min-height: 225px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .axil-service.service-bg-gray .inner {
        padding: 44px 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .axil-service.service-bg-gray .inner {
        padding: 44px 25px;
    }
}

@media only screen and (max-width: 767px) {
    .axil-service.service-bg-gray .inner {
        padding: 30px 10px;
        background-color: #e9fffc;
    }
}

.axil-service.service-bg-gray:hover .inner {
    background: #ffffff;
}

.axil-service.service-bg-gray.active .inner {
    background: #ffffff;
}

.axil-service.space-to-top {
    margin-top: -100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .axil-service.space-to-top {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .axil-service.space-to-top {
        margin-top: 30px;
    }
}

.axil-service.space-to-top2 {
    margin-top: -200px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .axil-service.space-to-top2 {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .axil-service.space-to-top2 {
        margin-top: 30px;
    }
}

.axil-service.text-left .inner .icon {
    margin: inherit;
    margin-bottom: 18px;
    height: 80px;
    width: 80px;
}

    .axil-service.text-left .inner .icon::before {
        right: -17px;
        height: 100%;
        width: 60px;
    }

    .axil-service.text-left .inner .icon .icon-inner {
        left: 0;
    }

.axil-service.text-left .inner a.axil-button {
    padding: 0;
}

@-webkit-keyframes newanimation {
    0% {
        opacity: 0;
    }

    15% {
        opacity: 0.3;
    }

    20% {
        opacity: 0.4;
    }

    25% {
        opacity: 0.5;
    }

    30% {
        opacity: 0.6;
    }

    40% {
        opacity: 0.7;
    }

    45% {
        opacity: 0.8;
    }

    66% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes newanimation {
    0% {
        opacity: 0;
    }

    15% {
        opacity: 0.3;
    }

    20% {
        opacity: 0.4;
    }

    25% {
        opacity: 0.5;
    }

    30% {
        opacity: 0.6;
    }

    40% {
        opacity: 0.7;
    }

    45% {
        opacity: 0.8;
    }

    66% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.saas_two_about_vcd {
    padding: 60px 0px 20px;
}

.vision img {
    width: 10%;
    padding-right: 20px;
}

.mission img {
    width: 11%;
    padding-right: 20px;
}

.saas_two_mission_section {
    padding: 60px 0px 30px;
    background: #d3f4ee;
}

.s2-newslatter_content .banner_btn a, .s2-newslatter_content .banner_btn a i, .s2-newslatter_content .action_perform p {
    color: white;
}

.saas_two_service_section.we-can-main {
    padding: 40px 0px;
}

.saas_two_service_section {
    padding: 25px 0px 0px;
    background: #d3f4ee;
}

    .saas_two_service_section .service_content {
        padding-top: 40px;
    }

    .saas_two_service_section .service_content_box {
        border-radius: 10px;
        margin-bottom: 30px;
        min-height: 210px;
        padding: 20px 15px;
        z-index: 1;
        background-color: #fff;
        transition: 0.5s all ease-in-out;
    }

        .saas_two_service_section .service_content_box:before {
            content: "";
            width: 100%;
            top: 0;
            left: 0;
            height: 100%;
            z-index: -3;
            border-radius: 10px;
            position: absolute;
            transition: 0.5s all ease-in-out;
            background-image: linear-gradient(to right top, #004D99, #009da6, #007b97, #2e5978, #353b51);
        }

        .saas_two_service_section .service_content_box:after {
            content: "";
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: -2;
            border-radius: 10px;
            background-color: #fff;
        }

        .saas_two_service_section .service_content_box:hover:before {
            transform: translate(7px, 7px);
            box-shadow: 17px 17px 23px -5px rgb(0 0 0 / 25%);
        }

        .saas_two_service_section .service_content_box .service_icon_box {
            margin-bottom: 18px;
        }

            .saas_two_service_section .service_content_box .service_icon_box .upper_icon svg {
                height: 48px;
                width: 48px;
                fill: #30347b;
            }

            .saas_two_service_section .service_content_box .service_icon_box .lower_icon {
                position: absolute;
                top: 10px;
                z-index: -1;
                right: 0;
            }

                .saas_two_service_section .service_content_box .service_icon_box .lower_icon svg {
                    width: 45px;
                    height: 45px;
                    fill: hsl(171deg 100% 37% / 60%);
                }

        .saas_two_service_section .service_content_box .service_text_box h3 {
            color: #010101;
            font-size: 22px;
            font-weight: 700;
            padding: 15px 0;
        }

        .saas_two_service_section .service_content_box .service_text_box hr.sm-line {
            width: 20%;
            height: 2px;
            margin: 10px 0px;
            background: #353B51;
        }

        .saas_two_service_section .service_content_box .service_text_box p {
            line-height: 1.5;
            color: #333;
            padding-top: 0;
        }

.saas_two_about_section {
    padding: 70px 0px;
    background-color: #ebedf2;
}

    .saas_two_about_section:before {
        content: "";
        position: absolute;
        top: 0;
        right: -400px;
        height: 100%;
        width: 800px;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(../assets/img/abshape.webp);
    }

    .saas_two_about_section:after {
        content: "";
        height: 600px;
        width: 600px;
        right: -380px;
        top: 285px;
        border-radius: 100%;
        position: absolute;
        background-repeat: no-repeat;
        background-image: url(../assets/img/abshape2.webp);
    }

    .saas_two_about_section .about_content_s2 {
        padding: 50px 70px 50px 110px;
    }

    .saas_two_about_section .s2-about_text_icon {
        padding-top: 35px;
    }

        .saas_two_about_section .s2-about_text_icon .s2-about_icon {
            width: 70px;
            height: 70px;
            line-height: 70px;
            padding-top: 15px;
            border-radius: 100%;
            margin-bottom: 16px;
            background-color: #004D99;
        }

            .saas_two_about_section .s2-about_text_icon .s2-about_icon svg {
                fill: #fff;
                width: 40px;
                height: 40px;
            }

        .saas_two_about_section .s2-about_text_icon .s2-about_text h3 {
            font-size: 36px;
            line-height: 1.278;
            padding-bottom: 15px;
        }

.s2-faq_section {
    z-index: 1;
    padding: 115px 0px 85px;
}

    .s2-faq_section:after {
        top: 0;
        width: 100%;
        content: "";
        height: 100%;
        z-index: -1;
        position: absolute;
        background-image: url(../img/fbg.webp);
    }

    .s2-faq_section .s2_faq_content {
        padding-top: 80px;
    }

        .s2-faq_section .s2_faq_content button {
            border: none;
            color: #010101;
            font-size: 19px;
            font-weight: 500;
            font-family: "Poppins";
            padding: 0px 0px 20px;
            position: relative;
            width: 100%;
            text-align: left;
            background-color: transparent;
        }

            .s2-faq_section .s2_faq_content button:after {
                top: 5px;
                right: 0;
                color: #004D99;
                font-size: 24px;
                content: "\f106";
                font-weight: 900;
                position: absolute;
                font-family: "Font Awesome 5 Free";
            }

        .s2-faq_section .s2_faq_content .collapsed:after {
            content: "\f107";
        }

        .s2-faq_section .s2_faq_content .s2_faq {
            padding-bottom: 10px;
            border-bottom: 2px solid #eee;
            margin-bottom: 10px;
        }

            .s2-faq_section .s2_faq_content .s2_faq .s2_faq-body {
                padding-bottom: 30px;
                text-align: justify;
                color: #383838;
                line-height: 1.625;
            }

.saas_two_feature_section {
    padding: 40px 0 20px;
}

    .saas_two_feature_section .s2-feature_text {
        max-width: 520px;
        padding: 40px 0 0 50px;
    }

        .saas_two_feature_section .s2-feature_text h2 {
            font-size: 40px;
            line-height: 1.25;
            padding: 15px 0px 15px;
        }

        .saas_two_feature_section .s2-feature_text p {
            padding-bottom: 43px;
        }

        .saas_two_feature_section .s2-feature_text .saas_btn a {
            padding: 10px 25px 10px 25px;
        }

            .saas_two_feature_section .s2-feature_text .saas_btn a i {
                font-size: 20px;
                margin-right: 5px;
            }

    .saas_two_feature_section .s2-feature_right {
        padding-left: 35px;
    }

        .saas_two_feature_section .s2-feature_right .s2-feature_list {
            padding: 10px 15px;
            border-radius: 10px;
            width: 80%;
            display: inline-block;
            transition: 0.4s all ease-in-out;
            position: relative;
        }

            .saas_two_feature_section .s2-feature_right .s2-feature_list:before {
                position: absolute;
                content: "";
                height: 0px;
                width: 5px;
                left: 0;
                top: 50%;
                border-radius: 50px;
                transform: translateY(-50%);
                transition: 0.3s all ease-in-out;
            }

            .saas_two_feature_section .s2-feature_right .s2-feature_list:hover:before {
                height: 60px;
            }

            .saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_icon {
                width: 65px;
                float: left;
                height: 65px;
                border-radius: 100%;
                margin-right: 8px;
            }

.choose-mid-img {
    width: 150%;
    margin: auto;
    left: -35%;
    position: relative;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_icon:after {
    left: 0;
    right: 0;
    top: 3px;
    width: 90%;
    height: 90%;
    content: "";
    margin: 0 auto;
    position: absolute;
    border: 5px solid #fff;
    border-radius: 100%;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_icon i {
    font-size: 50px;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_text_box {
    max-width: 100%;
    margin: 20px 0 0;
    display: inline-block;
}

    .saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_text_box h3 {
        color: #010101;
        font-size: 22px;
        font-weight: 700;
        margin: 25px 0;
    }

.saas_two_feature_section .s2-feature_right .s2-feature_list:hover {
    margin-left: 30px;
    width: 80%;
    box-shadow: 0px 3px 43px 0px rgba(0, 0, 0, 0.13);
}

.saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_icon {
    background-color: #e9fffc;
}

    .saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_icon i {
        color: #004D99;
    }

.saas_two_feature_section .s2-feature_right .s2-feature_list:before {
    background-color: #004D99;
}

select#RequestType {
    height: auto;
}

.about-img {
    margin-top: 30px;
}

.saas_two_team_section {
    padding: 140px 0px 0;
    background-repeat: no-repeat;
    background-position: 0 -45px;
}

    .saas_two_team_section .s2-team_membar {
        padding-top: 130px;
    }

    .saas_two_team_section .s2-team_img_text {
        width: 100%;
        border-radius: 10px;
        display: inline-block;
        padding: 70px 15px 20px;
        transition: 0.4s all ease-in-out;
        box-shadow: 0px 12px 43px 0px rgba(0, 0, 0, 0.13);
        background-color: #e9fffc;
        transition: 0.5s all ease-in-out !important;
    }

        .saas_two_team_section .s2-team_img_text:hover {
            box-shadow: 0px 23px 43px 0px rgba(0, 0, 0, 0.26);
            transition: 0.5s all ease-in-out !important;
        }

        .saas_two_team_section .s2-team_img_text .s2_tean_img {
            width: 130px;
            height: 130px;
            background: #fff;
            box-shadow: 0px -7px 10px #eee;
            overflow: hidden;
            border-radius: 100%;
            position: absolute;
            top: -75px;
            left: 217px;
        }

            .saas_two_team_section .s2-team_img_text .s2_tean_img img {
                width: 85%;
                padding: 10px;
                margin: 10px;
            }

            .saas_two_team_section .s2-team_img_text .s2_tean_img:before, .saas_two_team_section .s2-team_img_text .s2_tean_img:after {
                position: absolute;
                content: "";
                height: 100%;
                width: 100%;
                top: 0;
                left: 0;
                border-radius: 100%;
                border: 3px solid #353B51;
                z-index: 1;
                transition: 0.3s all ease-in-out;
            }

            .saas_two_team_section .s2-team_img_text .s2_tean_img:after {
                height: 95%;
                width: 95%;
                top: 50%;
                right: 0;
                margin: 0 auto;
                border: 3px solid #fff;
                transform: translateY(-50%);
            }

        .saas_two_team_section .s2-team_img_text .s2_name_info {
            float: left;
        }

            .saas_two_team_section .s2-team_img_text .s2_name_info h3 {
                font-size: 22px;
                padding-bottom: 5px;
            }

            .saas_two_team_section .s2-team_img_text .s2_name_info .s2-designation {
                font-size: 15px;
                font-weight: 500;
                color: #004D99;
            }

            .saas_two_team_section .s2-team_img_text .s2_name_info .s2_mem_contact {
                height: 135px;
                overflow: auto;
            }

                .saas_two_team_section .s2-team_img_text .s2_name_info .s2_mem_contact p {
                    padding: 5px;
                }

                .saas_two_team_section .s2-team_img_text .s2_name_info .s2_mem_contact::-webkit-scrollbar {
                    width: 5px;
                }

                .saas_two_team_section .s2-team_img_text .s2_name_info .s2_mem_contact::-webkit-scrollbar-track {
                    background: #f1f1f1;
                }

                .saas_two_team_section .s2-team_img_text .s2_name_info .s2_mem_contact::-webkit-scrollbar-thumb {
                    background: #888;
                }

                    .saas_two_team_section .s2-team_img_text .s2_name_info .s2_mem_contact::-webkit-scrollbar-thumb:hover {
                        background: #555;
                    }

                .saas_two_team_section .s2-team_img_text .s2_name_info .s2_mem_contact span {
                    font-size: 15px;
                    color: #737272;
                    display: block;
                    margin-bottom: 5px;
                }

                    .saas_two_team_section .s2-team_img_text .s2_name_info .s2_mem_contact span i {
                        color: #353B51;
                        margin-right: 8px;
                    }

.form-group.ftr_section.contactfor {
    margin-top: 118px;
}

span#scaptcha {
    /*background-image: url("/../Content/Themes/assets/img/captureonly.png");*/
    width: 20%;
    font-size: 26px;
    align-items: center;
    text-align: center !important;
    margin-bottom: 11px;
    display: block;
    color: #fff;
}

#scaptcha {
    font-size: 40px;
    margin-right: 5px;
    font-weight: bold;
    display: block;
    color: #004D99;
}

input#CaptchaValue {
    border: 1px solid#ccc;
    padding: 10px;
    /* width: 38%;*/
    border-radius: 3px;
}

span.loginpages {
    width: 20% !important;
}

/*.reloadandinput {
    display: flex;
}*/

input.logincap {
    border: 1px solid#ccc;
    padding: 10px;
    /* width: 50%;*/
}

a.reloadcap {
    /*    background: #c2c2c2;*/
    padding: 10px 20px;
    margin-left: -35px;
}

.saas_two_team_section .s2-team_img_text .s2-mem_social {
    bottom: 30px;
    right: 15px;
    position: absolute;
}

    .saas_two_team_section .s2-team_img_text .s2-mem_social ul {
        opacity: 0;
        margin-bottom: 15px;
        font-size: 14px;
        padding-top: 10px;
        visibility: hidden;
        position: relative;
        top: -50px;
        transition: 0.3s all ease-in-out;
    }

    .saas_two_team_section .s2-team_img_text .s2-mem_social li {
        color: #fff;
        text-align: center;
        margin-top: 15px;
        transition: 0.3s all ease-in-out;
    }

        .saas_two_team_section .s2-team_img_text .s2-mem_social li:hover {
            transform: translateX(5px);
        }

    .saas_two_team_section .s2-team_img_text .s2-mem_social .s2-share_btn {
        height: 50px;
        width: 50px;
        line-height: 50px;
        border-radius: 100%;
        transition: 0.3s all ease-in-out;
        background-color: #004D99;
    }

        .saas_two_team_section .s2-team_img_text .s2-mem_social .s2-share_btn i {
            color: #fff;
        }

    .saas_two_team_section .s2-team_img_text .s2-mem_social:after {
        bottom: 20px;
        z-index: -1;
        content: "";
        width: 50px;
        height: 0%;
        opacity: 0;
        border-radius: 35px;
        position: absolute;
        visibility: hidden;
        background-color: #004D99;
        transition: 0.5s all ease-in-out;
    }

.saas_two_team_section .s2-team_img_text:hover .s2-mem_social:after {
    height: 100%;
    bottom: 0px;
    opacity: 1;
    visibility: visible;
}

.saas_two_team_section .s2-team_img_text:hover .s2-share_btn {
    background-color: #353B51;
}

.saas_two_team_section .s2-team_img_text:hover ul {
    top: 0;
    transition-delay: 0.5s;
    opacity: 1;
    visibility: visible;
}

#s2_team_slide .owl-stage-outer {
    overflow: visible;
}

#s2_team_slide .owl-item {
    opacity: 0;
    transition: opacity 500ms;
}

    #s2_team_slide .owl-item.active {
        opacity: 1;
    }

#s2_team_slide .owl-nav {
    text-align: center;
    display: table;
    margin: 35px auto 0;
    padding-top: 3px;
    border-radius: 20px;
    background-color: #c6fff7;
}

    #s2_team_slide .owl-nav .owl-next, #s2_team_slide .owl-nav .owl-prev {
        margin: 0px 10px;
        font-size: 22px;
        line-height: 10px;
        display: inline-block;
    }

        #s2_team_slide .owl-nav .owl-next i, #s2_team_slide .owl-nav .owl-prev i {
            color: #fff;
            transition: 0.3s all ease-in-out;
        }

            #s2_team_slide .owl-nav .owl-next i:hover, #s2_team_slide .owl-nav .owl-prev i:hover {
                color: #004D99;
            }

.saas_two_footer_section {
    z-index: 1;
    width: 100%;
    margin-top: 0px;
    background: #d3f4ee;
}

h2.awardtext {
    padding: 10px 0px !important;
}

.footer_content.pera-content.footerchange {
    background: #fff;
    border-bottom: 1px solid#000;
    padding: 10px 0px 0px;
}

.saas_two_footer_section:before {
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    z-index: -1;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
}

.s2-newslatter_section {
    top: -90px;
    margin: 0 auto;
    max-width: 1170px;
    position: relative;
    border-radius: 20px;
    padding: 45px 0px 60px;
    background-color: #004D99;
    box-shadow: 0px 0px 16px 0px rgba(27, 2, 52, 0.34);
}

    .s2-newslatter_section .s2-newslatter_title h2 {
        color: #fff;
        font-size: 36px;
        font-weight: 700;
        padding-bottom: 10px;
    }

    .s2-newslatter_section .s2-newslatter_title p {
        font-family: "Poppins";
        color: #fff;
    }

    .s2-newslatter_section .s2-newslatter-form {
        max-width: 660px;
        margin: 30px auto 0;
    }

        .s2-newslatter_section .s2-newslatter-form .nws-button {
            top: 0;
            right: 0;
        }

        .s2-newslatter_section .s2-newslatter-form input {
            height: 62px;
            width: 100%;
            border: none;
            max-width: 490px;
            padding-left: 30px;
            border-radius: 5px;
        }

        .s2-newslatter_section .s2-newslatter-form button {
            border: none;
            height: 62px;
            width: 155px;
            color: #fff;
            border-radius: 5px;
            background-color: #004D99;
            position: absolute;
            top: 0;
            right: 0;
        }

.parent_industries .reward-sec {
    margin: 30px 0;
    text-align: center;
}

    .parent_industries .reward-sec img {
        height: 100%;
    }

.saas_two_footer_section .s2_footer_widget {
    font-family: "Poppins";
    font-size: 14px;
}

    .saas_two_footer_section .s2_footer_widget .s2-footer_logo {
        margin-bottom: 25px;
        padding: 10px;
        border-radius: 3px;
    }

    .saas_two_footer_section .s2_footer_widget .footer_about {
        color: #fff;
        margin-bottom: 20px;
        line-height: 1.714;
    }

        .saas_two_footer_section .s2_footer_widget .footer_about a:hover {
            color: #004D99;
        }

    .saas_two_footer_section .s2_footer_widget p {
        color: #fff;
        padding-top: 5px;
        font-size: 14px;
        font-weight: normal;
    }

    .saas_two_footer_section .s2_footer_widget .s2_footer_about p {
        width: 165px;
        margin-top: 8px;
        line-height: 1.714;
    }

.f-icon-vc {
    height: 50px;
    width: 50px;
}

.saas_two_footer_section .s2_footer_widget .s2_footer_about span {
    color: #004D99;
    font-weight: 700;
    margin-bottom: 8px;
}

.saas_two_footer_section .s2_footer_widget .s2_footer_menu li {
    margin-bottom: 12px;
    display: inline-block;
    padding: 10px 10px 0 0;
    width: 50%;
    float: left;
}

.remote_patients li {
    width: auto !important;
}

.remote_patients li {
    margin-left: -10px;
}

    .remote_patients li i {
        padding-right: 5px;
    }

.saas_two_footer_section .s2_footer_widget .s2_footer_menu li a {
    color: #fff;
    margin-left: 15px;
    position: relative;
    transition: 0.3s all ease-in-out;
}

    .saas_two_footer_section .s2_footer_widget .s2_footer_menu li a:before {
        top: 0;
        left: -15px;
        color: #fff;
        font-size: 12px;
        /* content: "\f054";*/
        font-weight: 900;
        position: absolute;
        transition: 0.3s all ease-in-out;
        font-family: "Font Awesome 5 Free"
    }

/*.saas_two_footer_section .s2_footer_widget .s2_footer_menu li a:after {
            content: "";
            position: absolute;
            height: 1px;
            width: 0%;
            left: 0px;
            bottom: 0;
            transition: 0.3s all ease-in-out;
            background-color: #004D99;
        }*/
.visit_file {
    width: 8%;
    margin-right: 5px;
}

.remote_patients li:hover {
    border: 0 !important;
}

.saas_two_footer_section .s2_footer_widget .s2_footer_menu li a:hover {
    margin-left: 12px;
    color: #004D99;
}

    .saas_two_footer_section .s2_footer_widget .s2_footer_menu li a:hover:before {
        color: #004D99;
    }

    .saas_two_footer_section .s2_footer_widget .s2_footer_menu li a:hover:after {
        width: 100%;
    }

.saas_two_footer_section .s2_footer_widget .s2_widget_title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding-bottom: 10px;
}

.saas_two_footer_section .s2_footer_widget .s2_footer_menu li:last-child {
    margin-bottom: 18px;
    display: inline-block;
    padding: 10px 10px 0 0;
    width: 100%;
    float: left;
}

.saas_two_footer_section .s2_footer_widget .s2_widget_title span {
    display: inline-block;
    margin-right: 20px;
}

.saas_two_footer_section .s2_footer_widget .s2_widget_title i {
    width: 100%;
    height: 1.1px;
    position: relative;
    display: inline-block;
    background-color: #004D99 !important;
}

.stap-inner {
    text-align: left;
}

.colorBox {
    border-radius: 20px;
    color: #fff;
    min-height: 294px;
}

.colorBox-1 {
    background: #47ced7;
    background: -moz-linear-gradient(-45deg, #47ced7 0, #05c047 100%);
    background: -webkit-linear-gradient( -45deg, #47ced7 0, #05c047 100%);
    background: linear-gradient( 135deg, #47ced7 0, #05c047 100%);
}

.Box-text {
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

    .Box-text p {
        margin: 0;
        padding: 10px 20px 25px 20px;
    }

.colorBox-2 .triangle, .colorBox-4 .triangle {
    left: 228px;
    top: 12px;
    transform: rotate( 90deg) skewY( 30deg);
}

.colorBox-1 .triangle {
    bottom: 13px;
}

.triangle {
    background: 0 0;
    overflow: hidden;
    margin: 0 auto;
    width: 34px;
    height: 40px;
    transform: rotate( -90deg) skewY( 30deg);
    position: absolute;
    left: 40px;
    bottom: 13px;
    z-index: 1;
}

.colorBox-2 .triangle:before {
    background: linear-gradient( 135deg, #32b587 0, #0f5044 100%);
}

.colorBox-1 .triangle:before {
    background: linear-gradient( -45deg, #05c047 -100%, #47ced7 100%);
    left: auto;
    right: 50px;
}

.triangle:before {
    display: block;
    width: inherit;
    height: inherit;
    transform: skewY( -30deg) rotate( 60deg) translate(50%);
    background-size: cover;
    content: '';
}

.colorBox-2 {
    background: #32b587;
    background: -moz-linear-gradient(-45deg, #32b587 0, #0f5044 100%);
    background: -webkit-linear-gradient( -45deg, #32b587 0, #0f5044 100%);
    background: linear-gradient( 135deg, #32b587 0, #0f5044 100%);
}

.colorBox-3 {
    background: #47ced7;
    background: -moz-linear-gradient(-45deg, #47ced7 0, #05c047 100%);
    background: -webkit-linear-gradient( -45deg, #47ced7 0, #05c047 100%);
    background: linear-gradient( 135deg, #47ced7 0, #05c047 100%);
}

    .colorBox-3 .triangle:before {
        background: linear-gradient( -45deg, #05c047 -100%, #47ced7 100%);
    }

.saas_two_footer_section .s2_footer_widget .s2_footer_social a {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background-color: #fff;
    line-height: 10px;
    text-align: center;
    margin-right: 5px;
    font-size: 15px;
    padding: 8px;
    display: inline-block;
    transition: 0.3s all ease-in-out;
}

.Box-text .Box-text-icon img {
    width: 50%;
    padding: 16px;
    margin-left: 60px !important;
}

.Box-text .Box-text-number:before {
    z-index: -1;
    content: "";
    position: absolute;
    left: -55px;
    top: -47px;
    background: rgba(0, 0, 0, .2);
    border-radius: 50%;
    width: 150px;
    height: 143px;
}

.colorBox-4 {
    background: #f8d00c;
    background: -moz-linear-gradient(-45deg, #f8d00c 0, #f49401 100%);
    background: -webkit-linear-gradient( -45deg, #f8d00c 0, #f49401 100%);
    background: linear-gradient( 135deg, #f8d00c 0, #f49401 100%);
}

    .colorBox-4 .triangle:before {
        background: linear-gradient( -45deg, #f49401 -100%, #f8d00c 100%);
    }

.bn29 a:hover {
    color: #fff !important;
}

.Box-text .Box-text-number {
    font-size: 65px;
    margin: 0;
    padding: 10px 0 0 17px;
    line-height: normal;
    z-index: 1;
    font-family: 'poppins-bold';
}

    .Box-text .Box-text-number img {
        width: 85%;
    }

.saas_two_footer_section .s2_footer_widget .s2_footer_social a:hover {
    transform: scale(1.1);
}

.saas_two_footer_section .s2_footer_widget .s2_footer_social form {
    margin: 18px 0px 30px;
    position: relative;
}

    .saas_two_footer_section .s2_footer_widget .s2_footer_social form input {
        height: 45px;
        background-color: #7aded1;
        border: none;
        width: 100%;
        padding-left: 30px;
    }

    .saas_two_footer_section .s2_footer_widget .s2_footer_social form button {
        color: #fff;
        width: 62px;
        border: none;
        text-align: center;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        background-color: #004D99;
    }

.saas_two_footer_section .s2_footer_widget .s2_footer_social .fb-bg {
    color: #fff;
}

.saas_two_footer_section .s2_footer_widget .s2_footer_social .tw-bg {
    color: #fff;
}

.saas_two_footer_section .s2_footer_widget .s2_footer_social .dr-bg {
    color: #ea4c89;
}

.saas_two_footer_section .s2_footer_widget .s2_footer_social .bh-bg {
    color: #0067ff;
}

.s2-copyright {
    color: #fff;
    padding: 10px 0px;
    font-size: 14px;
    font-family: "Poppins";
    background-color: #000000;
}

    .s2-copyright a {
        color: #004D99;
    }

@keyframes slide {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 1920px 0;
    }
}

.cloud_anim {
    position: absolute;
    left: 0px;
    top: 50px;
    right: 0px;
    max-width: 1170px;
    width: 100%;
    height: 100%;
    z-index: 0;
    margin: 0 auto;
}

.newsletter_pattern_2 {
    width: 100%;
    height: 46px;
    background-repeat: no-repeat;
    left: 0px;
    top: 50px;
    animation: slide 60s linear infinite;
    -webkit-animation: slide 60s linear infinite;
}

.newsletter_pattern_3 {
    width: 90%;
    height: 46px;
    background-repeat: no-repeat;
    left: 100px;
    top: 70px;
    animation: slide 50s linear infinite;
    -webkit-animation: slide 50s linear infinite;
}

.newsletter_pattern_4 {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 150px;
    width: 150px;
    background-size: cover;
    transform: rotate(90deg);
    background-repeat: no-repeat;
}

.newsletter_pattern_5 {
    position: absolute;
    right: 0;
    height: 90%;
    width: 200px;
    top: 28px;
}

.s2-mobile_menu_content {
    top: 0px;
    bottom: 0;
    right: -350px;
    height: 100vh;
    z-index: 101;
    position: fixed;
    width: 280px;
    overflow-y: scroll;
    background-color: #fff;
    padding: 40px 0px;
    box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
    transition: all 0.5s ease-in;
}

    .s2-mobile_menu_content .s2-mobile-main-navigation {
        width: 100%;
    }

        .s2-mobile_menu_content .s2-mobile-main-navigation .navbar-nav {
            width: 100%;
        }

    .s2-mobile_menu_content .navbar-nav .dropdown-menu {
        position: static !important;
        transform: none !important;
    }

    .s2-mobile_menu_content .s2-mobile-main-navigation .navbar-nav li {
        width: 100%;
        display: block;
        transition: 0.3s all ease-in-out;
        border-bottom: 1px solid #dcdcdc;
    }

        .s2-mobile_menu_content .s2-mobile-main-navigation .navbar-nav li:first-child {
            border-top: 1px solid #dcdcdc;
        }

        .s2-mobile_menu_content .s2-mobile-main-navigation .navbar-nav li a {
            color: var(--secondary-color);
            padding: 0;
            width: 100%;
            display: block;
            font-size: 14px;
            font-weight: 400;
            padding: 5px 30px;
            text-transform: uppercase;
        }

    .s2-mobile_menu_content .m-brand-logo {
        width: 160px;
        margin: 0 auto;
        margin-bottom: 30px;
    }

.s2-mobile_menu_wrap.mobile_menu_on .s2-mobile_menu_content {
    right: 0px;
    transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    right: 0%;
    height: 120vh;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.9);
    transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
    overflow: hidden;
}

.s2-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
    opacity: 1;
    visibility: visible;
}

.s2-mobile_menu_button {
    position: absolute;
    display: none;
    right: 0;
    cursor: pointer;
    line-height: 40px;
    color: #004D99;
    text-align: center;
    font-size: 30px;
    top: -40px;
    z-index: 5;
}

.s2-mobile_menu .s2-mobile-main-navigation .navbar-nav li a:after {
    display: none;
}

.s2-mobile_menu .s2-mobile-main-navigation .dropdown > .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.s2-mobile_menu .s2-mobile_menu_content .s2-mobile-main-navigation .navbar-nav .dropdown-menu {
    border: none;
    display: none;
    transition: none;
    box-shadow: none;
    padding: 5px 0px;
    width: 100%;
    border-top: 1px solid #dcdcdc;
}

    .s2-mobile_menu .s2-mobile_menu_content .s2-mobile-main-navigation .navbar-nav .dropdown-menu li {
        border: none;
        padding: 0 20px;
        line-height: 1;
    }

.s2-mobile_menu .dropdown {
    position: relative;
}

    .s2-mobile_menu .dropdown .dropdown-btn {
        position: absolute;
        top: 0px;
        right: 0;
        height: 30px;
        padding: 5px 10px;
    }

        .s2-mobile_menu .dropdown .dropdown-btn:before {
            content: "";
            position: absolute;
            height: 100%;
            width: 1px;
            top: 0;
            left: 0;
            background-color: #dcdcdc;
        }

.s2-mobile_menu .s2-mobile_menu_close {
    color: var(--primary-color);
    cursor: pointer;
    top: 0px;
    left: 15px;
    font-size: 20px;
    position: absolute;
}

.my_ads {
    display: none;
}

.top-slide-main {
    padding: 0 15px;
    text-align: justify;
}

#wa-widget-send-button {
    background: #4dc247 !important;
}

.wa-chat-box-content-send-btn {
    background: #0a5f54
}

.wa-chat-box-poweredby {
    display: none;
}

input:focus-visible {
    outline: none !important;
}

.form-control:focus {
    border-color: #444 !important;
    box-shadow: none;
}

span#select2-CountryCode-container:focus-visible {
    outline: none !important;
}



@media screen and (max-width: 767px) {
    .my_ads {
        display: block;
        position: fixed;
        z-index: 9999;
        bottom: 0px;
        background: #e8202a;
        text-align: center;
        width: 100%;
        box-shadow: 0 -2px 5px 0 rgba(0,0,0,0.26);
    }

        .my_ads ul {
            padding: 0px;
            margin: 0px;
        }

            .my_ads ul li {
                display: inline-block;
                padding: 8px 0px 8px 0px;
                line-height: 15px;
                border-right: 1px solid #ec565d;
                width: 23%;
                text-align: center;
            }

                .my_ads ul li:last-child {
                    border-right: none
                }

                .my_ads ul li a {
                    color: #fff;
                    font-size: 12px;
                }

                    .my_ads ul li a i {
                        display: block;
                    }
}

@media screen and (max-width: 1140px) {
    .saas_two_footer_section .s2-newslatter_section {
        top: 0;
        max-width: inherit;
        margin-bottom: 50px;
    }

    .saas_two_footer_section {
        overflow: hidden;
        margin-top: 0;
        padding: 25px 0px 65px;
    }

        .saas_two_footer_section:before {
            height: 125%;
            top: auto;
            bottom: 0;
        }

    .sec_serv .banner_btn a {
        padding: 0px 15px;
    }
}



@media screen and (max-width: 1120px) {
    .saas_two_feature_section .s2-feature_right {
        padding-left: 0;
    }

        .saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_icon {
            margin-right: 10px;
        }
}

@media screen and (max-width: 1110px) {
    .saas_two_main_header .s2-main-navigation .navbar-nav li {
        margin-right: 20px;
    }

    .saas_two_banner_section .s2-banner_area .banner_mockup {
        max-width: 630px;
        top: 30px;
        right: -215px;
    }

        .saas_two_banner_section .s2-banner_area .banner_mockup img {
            width: 60%;
            margin-top: 55px;
        }

    .saas_two_banner_section.solution-main.chooseus .saas2-headline h1 {
        font-size: 40px;
    }

    .colorBox-2 .triangle, .colorBox-4 .triangle {
        left: 194px;
    }

    .triangle:before {
        display: none;
    }

    .innovate_together ul li {
        font-size: 15px !important;
    }

    .bn29 a {
        font-size: 18px;
    }

    .saas_two_footer_section .s2_footer_widget .s2_footer_menu li {
        font-size: 12px;
    }
}

@media screen and (max-width: 1015px) {
    .saas_two_main_header .s2-main-navigation .navbar-nav li {
        margin-right: 25px;
    }

    .saas_two_banner_section .s2-banner_area .banner_mockup {
        max-width: 630px;
        top: 30px;
    }

    .saas_two_feature_section .s2-feature_right .s2-feature_list {
        padding: 22px 20px 20px;
    }
}

@media (min-width: 1111px) and (max-width: 1295px) {
    .saas_two_banner_section .s2-banner_area .banner_mockup img {
        width: 30%;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {

    .saas_two_banner_section.solution-main.chooseus .saas2-headline h1 {
        font-size: 38px;
    }

    .Box-text .Box-text-icon img {
        width: 20%;
    }

    .triangle:before {
        display: none;
    }
}

@media (min-width: 1025px) and (max-width: 1180px) {
    .saas_two_banner_section.banner-about .s2-banner_content h1 {
        color: white;
        font-size: 30px;
    }

    .saas_two_banner_section.banner-about .s2-banner_area .banner_mockup iframe {
        width: 74%;
        top: 3%;
        position: absolute;
        left: 13%;
        height: 271px;
    }
}

@media (max-width: 1024px) {
    .f_box_blog p {
        font-size: 12px !important;
    }

    .main_business_sec .banner_btn a {
        width: 100%;
    }

    .innovate_together ul li {
        padding: 9px 20px !important;
    }

    .banking_finance .col-md-8 h4 {
        font-size: 20px;
    }

    .saas_two_team_section {
        background-image: none;
    }

    .s2-newslatter_section .saas_two_section_title h2 {
        font-size: 30px;
    }

    .newsletter_pattern_5 {
        height: 88%;
    }

    .saas_two_banner_section.banner-about .s2-banner_area .banner_mockup iframe {
        width: 74%;
        top: 4px;
        position: absolute;
        left: 13%;
        height: 267px;
        transform: translate(0px, 0px);
    }

    .saas_two_banner_section.banner-about .s2-banner_content h1 {
        color: white;
        font-size: 30px;
    }

    .saas_two_main_header .s2-main-navigation .navbar-nav li {
        margin-right: 20px;
    }
}

@media screen and (max-width: 991px) {
    .saas_two_banner_section:before {
        width: 100%;
        top: 0;
        height: 100%;
    }

    .sec_whyus img {
        width: 100%;
    }

    .panel-default > .panel-heading a {
        font-size: 18px;
    }


    .about-img img {
        display: none;
    }

    .bn29 a {
        padding: 0.7em 0.75em;
        font-size: 14px;
    }

    .saas_two_banner_section.section_home:before {
        display: none;
    }

    .newsletter_pattern_2, .newsletter_pattern_3 {
        display: none;
    }

    .saas_two_banner_section .s2-banner_area .banner_mockup img {
        display: none;
    }

    .saas_two_banner_section.banner-about .s2-banner_area .banner_mockup img {
        display: block;
        position: absolute;
        top: 0;
        width: 52%;
        margin-left: 230px;
        margin-top: 11px;
        left: 0
    }

    .saas_two_banner_section.banner-about .s2-banner_area .banner_mockup iframe {
        position: absolute;
        left: 29%;
        height: 275px;
        top: 2%;
        width: 41%;
    }

    .saas_two_banner_section.banner-about .s2-banner_content {
        margin-top: 90px;
    }

    .saas_two_banner_section.banner-about .s2-banner_area .banner_mockup {
        height: 200px;
    }

    .saas_two_banner_section.banner-about, .saas_two_banner_section.solution-main, .saas_two_banner_section {
        height: auto;
    }

    .saas_two_banner_section {
        padding-bottom: 0;
        z-index: 1;
    }

        .saas_two_banner_section .s2-banner_shape1, .saas_two_banner_section .s2-banner_shape2, .saas_two_banner_section .s2-banner_shape3 {
            display: none;
        }

        .saas_two_banner_section .s2-banner_area .banner_mockup {
            position: static;
            margin: 0 auto;
        }

        .saas_two_banner_section .s2-banner_content {
            max-width: 750px;
            margin: 0 auto;
            text-align: center;
            padding-bottom: 50px;
        }

    .about_content_s2 {
        max-width: 750px;
        margin: 0 auto;
    }

    .banking_finance:hover {
        transform: none;
    }

    .f-img {
        display: none;
    }

    .border-seagreen {
        border-color: #004D99 !important;
    }

    .saas_two_main_header .s2-main-navigation {
        display: none;
    }

    .saas_two_banner_section .s2-banner_shape3 {
        top: 60px;
    }

    .saas_two_footer_section .s2-newslatter_section .newsletter_pattern_1 {
        display: none;
    }

    .saas_two_footer_section:before {
        background-size: cover;
        background-repeat: no-repeat;
    }

    .newsletter_pattern_4 {
        display: none;
    }

    .newsletter_pattern_5 {
        display: none;
    }

    .saas_two_footer_section {
        background-color: #1b0234;
    }

        .saas_two_footer_section .s2_footer_widget {
            margin-bottom: 30px;
        }

            .saas_two_footer_section .s2_footer_widget .s2_widget_title {
                padding-bottom: 20px;
            }

    .s2-mobile_menu_button {
        display: block;
        font-size: 15px;
        padding: 10px 0 0;
    }

    .saas_two_main_header .saas_sign_up_btn {
        position: absolute;
        top: 3px;
        right: 70px;
        height: 40px;
        width: 120px;
        line-height: 40px;
    }

        .saas_two_main_header .saas_sign_up_btn a {
            padding-left: 0;
        }

            .saas_two_main_header .saas_sign_up_btn a:before {
                display: none;
            }

    .saas_two_about_section .about_content_s2 {
        padding: 30px 50px 30px 50px;
    }

    .saas_two_feature_section .s2-feature_right {
        padding-left: 0;
        margin-top: 40px;
    }

    .saas_two_footer_section {
        padding-top: 20px;
    }

    .banking_finance .col-md-3 {
        text-align: left;
    }

    .counter-box h2 {
        font-size: 44px !important;
    }

    .counter-box {
        padding-bottom: 0 !important;
    }
}

@media (min-width: 933px) and (max-width: 963px) {
    .saas_two_banner_section.banner-about .s2-banner_area .banner_mockup iframe {
        position: absolute;
        left: 30%;
        height: 271px;
        top: -2%;
        width: 41%;
    }
}

@media (min-width: 894px) and (max-width: 932px) {
    .saas_two_banner_section.banner-about .s2-banner_area .banner_mockup iframe {
        position: absolute;
        left: 30%;
        height: 271px;
        top: -2%;
        width: 41%;
    }
}

@media (min-width: 893px) and (max-width: 932px) {
    .saas_two_banner_section.banner-about .s2-banner_area .banner_mockup iframe {
        position: absolute;
        left: 30%;
        height: 258px;
        top: 3%;
        width: 41%;
    }
}

@media (min-width: 842px) and (max-width: 893px) {
    .saas_two_banner_section.banner-about .s2-banner_area .banner_mockup iframe {
        position: absolute;
        left: 31%;
        height: 242px;
        top: 4%;
        width: 41%;
    }
}

@media (min-width: 830px) and (max-width: 841px) {
    .saas_two_banner_section.banner-about .s2-banner_area .banner_mockup iframe {
        position: absolute;
        left: 33%;
        height: 248px;
        top: -3%;
        width: 41%;
    }
}

@media (min-width: 800px) and (max-width: 830px) {
    .saas_two_banner_section.banner-about .s2-banner_area .banner_mockup iframe {
        position: absolute;
        left: 34%;
        height: 241px;
        top: -3%;
        width: 41%;
    }
}

@media (min-width: 790px) and (max-width: 799px) {
    .saas_two_banner_section.banner-about .s2-banner_area .banner_mockup iframe {
        position: absolute;
        left: 35%;
        height: 237px;
        top: -3%;
        width: 40%;
    }
}

@media (min-width: 767px) and (max-width: 790px) {
    .saas_two_banner_section.banner-about .s2-banner_area .banner_mockup iframe {
        position: absolute;
        left: 36%;
        height: 228px;
        top: -3%;
        width: 40%;
    }
}

@media screen and (max-width: 768px) {
    ::-webkit-scrollbar {
        width: 5px !important;
    }

    ::-webkit-scrollbar-track {
        background: #f1f1f1 !important;
    }

    ::-webkit-scrollbar-thumb {
        background: #888 !important;
    }

        ::-webkit-scrollbar-thumb:hover {
            background: #555 !important;
        }

    .saas_two_main_header .saas_sign_up_btn {
        top: -40px;
    }

    .counter-box h2 {
        font-size: 35px !important;
    }

    .saas_two_banner_section.banner-about .s2-banner_area .banner_mockup img {
        display: block;
        position: absolute;
        top: 0;
        width: 60%;
        margin-left: 149px;
        margin-top: 11px;
        left: 0;
    }

    .saas_two_banner_section.banner-about .s2-banner_area .banner_mockup iframe {
        position: absolute;
        left: 26%;
        height: 244px;
        top: 4%;
        width: 47%;
    }

    .saas_two_banner_section.banner-about .s2-banner_content {
        margin-top: 90px;
    }

    .saas_two_main_header.saas_2-menu-bg-overlay .saas_sign_up_btn {
        top: -42px;
    }

    .saas_two_service_section .service_content_box {
        max-width: 370px;
        margin: 0 auto;
        margin-bottom: 50px;
    }

    .axil-service-area .s2-newslatter_section {
        position: static;
    }

    .pc-homeimg-main img {
        display: block;
    }

    .saas_two_banner_section .s2-banner_content h1 {
        font-size: 40px;
    }

    .s2-newslatter_section .saas_two_section_title h2 {
        font-size: 30px;
    }

    .saas_two_team_section {
        background-image: none;
    }

    .s2-newslatter_section {
        top: -30px;
    }

    .main_business_sec .banner_btn a {
        width: 100%;
        font-size: 13px;
    }

    .innovate_together ul li {
        font-size: 11px !important;
        padding: 10px 10px !important;
        line-height: 20px;
    }

    .innovate_together img {
        width: 20px;
    }

    .saas_two_main_header .brand_logo {
        padding-top: 10px;
        width: 180px;
    }
}

@media (max-width: 540px) {
    .email_responsive_delete {
        display: none !important;
    }

    .s2_footer_about.main_responsive_demo {
        display: inline-grid !important;
        margin-top: 10px;
    }

    .saas_two_footer_section .s2_footer_widget .s2_widget_title span {
        font-size: 18px;
    }

    .footer_about p a {
        font-size: 14px !important;
    }

    .saas_two_footer_section .s2_footer_widget .s2-footer_logo {
        display: none;
    }

    .main_responsive_demo {
        display: flex !important;
        justify-content: center;
        border: 1px solid #000;
        border-radius: 10px;
        padding: 10px;
        margin-top: -10px;
    }

    .imagechange {
        display: none;
    }

    .responsive_delete {
        display: none;
    }

    .play_responsive {
        display: block !important;
        padding-right: 5px;
    }

    .main_business_sec .nav-link {
        font-size: 13px;
        font-weight: 600;
    }

    .saas_two_banner_section.banner-about .s2-banner_area .banner_mockup img {
        display: block;
        position: absolute;
        top: 0;
        width: 80%;
        margin-left: 60px;
        margin-top: 40px;
        left: 0;
    }

    .saas_two_banner_section.banner-about .s2-banner_area .banner_mockup iframe {
        width: 63%;
        top: 18px;
        position: absolute;
        left: 20%;
        height: 253px;
        transform: translate(0px, 0px);
    }

    .saas_two_main_header .brand_logo {
        padding-top: 10px;
        width: 180px;
    }
}

@media screen and (max-width: 480px) {
    .saas_two_banner_section {
        padding-top: 180px;
    }

        .saas_two_banner_section.banner-about .s2-banner_area .banner_mockup img {
            width: 88%;
            margin-left: 20px;
        }

        .saas_two_banner_section.banner-about .s2-banner_content {
            margin-top: 43px;
        }

        .saas_two_banner_section.banner-about .s2-banner_area .banner_mockup iframe {
            left: 14%;
            top: 18%;
            width: 69%;
            height: 193px;
        }

        .saas_two_banner_section .s2-banner_content h1, .saas_two_banner_section .s2-banner_content h1 {
            font-size: 35px;
        }

    .banner_btn a {
        height: 40px;
        width: 140px;
        margin-right: 10px;
        line-height: 36px;
    }

        .banner_btn a i {
            font-size: 16px;
            margin-right: 5px;
        }

    .saas_two_banner_section .s2-banner_content {
        padding-top: 210px;
    }

    .counter-box h2 {
        font-size: 30px !important;
    }

    .saas_two_service_section {
        padding: 60px 0px;
    }

    .saas_two_about_section {
        padding: 60px 0px 30px;
    }

        .saas_two_about_section .about_content_s2 {
            padding: 20px 25px 20px 25px;
        }

        .saas_two_about_section:before {
            display: none;
        }

        .saas_two_about_section .s2-about_text_icon {
            padding-top: 0;
            margin-bottom: 30px;
        }

    .s2-about_img {
        margin-bottom: 30px;
    }

    .saas_two_feature_section {
        padding: 60px 0px 25px;
    }

        .saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_icon {
            margin: 0 auto;
            float: none;
            margin-bottom: 20px;
        }

        .saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_text_box {
            text-align: center;
            max-width: 100%;
        }

    .saas_two_main_header .brand_logo img {
        width: 30%;
    }

    .saas_two_team_section {
        padding: 60px 0px;
        background: transparent;
    }

    .saas_two_banner_section .s2-banner_shape2 {
        display: none;
    }

    .s2-faq_section .s2_faq_content button {
        padding-right: 20px;
    }

    .s2-faq_section {
        padding: 60px 0px 25px;
    }

    .saas_two_section_title h2 {
        font-size: 30px;
    }

    .innovate_together {
        margin: 20px 0;
    }

    .banking_finance h4 {
        margin-top: 15px;
    }

    .s2-newslatter_section {
        top: -32px;
    }

    .main_business_sec .nav-link {
        font-size: 15px;
    }

    .axil-service.service-bg-gray .inner {
        min-height: auto;
    }

    .colorBox.colorBox-3 {
        margin-top: 30px;
    }

    /*.socialicon {
        position: absolute;
    }*/
}

@media screen and (max-width: 420px) {
    .saas_two_section_title h2 {
        font-size: 30px;
    }

    .saas_two_service_section .service_content {
        padding-top: 40px;
    }

    .saas_two_about_section .s2-about_text_icon .s2-about_text h3 {
        font-size: 30px;
    }

    .saas_two_about_section .s2-about_text_icon {
        margin-bottom: 15px;
    }

    .saas_two_feature_section .s2-feature_text h2 {
        font-size: 30px;
    }

    .saas_two_feature_section .s2-feature_text {
        padding: 20px 0 0 0px;
    }

        .saas_two_feature_section .s2-feature_text p {
            padding-bottom: 25px;
        }

    .integration_section .integration_text {
        padding-right: 0;
    }

        .integration_section .integration_text h2 {
            font-size: 30px;
        }

    .s2-faq_section .s2_faq_content {
        padding-top: 40px;
    }

    .scrollup {
        width: 40px;
        height: 40px;
        right: 10px;
        line-height: 40px;
    }

    .saas_two_feature_section .s2-feature_right .s2-feature_list:hover {
        margin-left: 0;
    }

    .saas_two_main_header .saas_sign_up_btn {
        right: 55px;
    }

    .action_perform {
        padding: 20px 0 0;
    }

    .newsec .featue-grid h5 {
        font-size: 19px !important;
    }
}

@media screen and (max-width: 380px) {
    .saas_two_banner_section .s2-banner_content h1, .saas_two_banner_section .s2-banner_content h1 {
        font-size: 36px;
    }

    .saas_two_banner_section.banner-about .s2-banner_area .banner_mockup img {
        width: 88%;
        margin-left: 20px;
        margin-top: 11px;
    }

    .saas_two_banner_section.banner-about .s2-banner_area .banner_mockup iframe {
        left: 15%;
        top: 4%;
        width: 69%;
        height: 168px;
    }

    .saas_two_about_section .s2-about_text_icon .s2-about_text h3 {
        font-size: 26px;
    }

    .saas_two_banner_section.banner-about .s2-banner_content {
        margin-top: 0px;
    }

    .counter-box h2 {
        font-size: 20px !important;
    }
}

@media screen and (max-width: 320px) {
    .saas_two_banner_section.banner-about .s2-banner_area .banner_mockup img {
        width: 88%;
        margin-left: 20px;
    }

    .saas_two_banner_section.banner-about .s2-banner_area .banner_mockup iframe {
        left: 16%;
        top: 2%;
        width: 69%;
        height: 154px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .axil-image-side {
        width: 60%;
    }

    p {
        font-size: 12px;
        line-height: 25px;
    }

    .saas_two_banner_section.solution-main.chooseus .saas2-headline h1 {
        font-size: 20px;
    }

    .saas_two_banner_section .s2-banner_content p {
        font-size: 12px;
        padding-bottom: 10px;
    }

    .choosevc h3 {
        font-size: 14px;
    }

    .choosevc {
        text-align: left !important;
        border: 2px solid #39488f !important;
    }

    .colorBox-3 {
        margin-top: 30px;
    }

    .Box-text p {
        font-size: 14px;
    }

    .choosevc.border-bottom {
        border-bottom: 0px solid #39488f !important;
    }

    .Box-text .Box-text-icon img {
        width: 22%;
        padding: 8px;
    }

    .triangle:before {
        content: "";
        display: none;
    }

    .f-icon-vc {
        height: 35px;
        width: 35px;
    }

    .choosevc {
        position: static;
        padding: 25px 15px 15px;
    }

    .banking_finance .col-md-3 {
        padding: 0;
    }

    .banking_finance .col-md-8 h4 {
        padding: 0;
        font-size: 18px;
    }

    .industries_we_serve .parent_industries p {
        font-size: 12px;
    }

    .banking_finance {
        margin-left: 0 !important;
        min-height: auto;
    }

    .sec_serv img {
        display: none;
    }

    .sec_serv .banner_btn a {
        width: 100%;
        font-size: 14px;
    }

    .saas_two_feature_section {
        padding: 14px 0px 25px;
    }

    .innovate_together ul li {
        font-size: 12px !important;
        padding: 5px 30px !important;
    }

    .software_develop_sec.hire_mob_sec img {
        width: 60%;
    }

    .saas_two_banner_section .s2-banner_content h1, .saas_two_banner_section.banner-about .s2-banner_content h1, .saas_two_banner_section .s2-banner_content h1 {
        font-size: 20px;
    }

    .button2 {
        font-size: 14px;
        padding: 5px 27px !important;
        margin-right: 0 !important;
    }

    .saas_two_section_title .title_tag, .saas_two_banner_section .s2-banner_content .s2-tilte_tag, .saas_two_feature_section .s2-feature_text .feature_tag, .integration_section .integration_text .feature_tag, .saas_two_banner_section .s2-banner_content .s2-tilte_tag {
        font-size: 14px;
    }

    .saas_two_banner_section.banner-about .s2-banner_content p, .saas_two_banner_section .s2-banner_content p {
        font-size: 13px;
        text-align: justify !important;
    }

    .saas_two_section_title h2 {
        font-size: 20px;
    }

    .siq_bR {
        bottom: 30px !important;
    }

    .saas_two_about_section .s2-about_text_icon .s2-about_text h3 {
        font-size: 24px;
    }

    .saas_two_banner_section .s2-banner_content {
        padding-top: 0px !important;
    }

    .saas_two_banner_section {
        padding-top: 60px;
    }

    .s2-copyright {
        font-size: 10px;
    }

    .s2-newslatter_section .newsletter_pattern_1 {
        display: none;
    }

    .main_business_sec .banner_btn a {
        width: 95%;
    }

    .mission h2, .vision h2 {
        font-size: 18px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .s2-newslatter_section .newsletter_pattern_1 {
        display: none;
    }

    .sec_serv img {
        width: 35% !important;
    }

    .saas_two_banner_section.solution-main.chooseus .saas2-headline h1 {
        font-size: 28px;
    }

    .saas_two_banner_section .s2-banner_content p {
        font-size: 14px;
        padding-bottom: 10px;
    }

    .choosevc h3 {
        font-size: 14px;
    }

    .choosevc {
        text-align: left !important;
        border: 2px solid #39488f !important;
    }

    .colorBox-3 {
        margin-top: 30px;
    }

    .Box-text p {
        font-size: 14px;
    }

    .choosevc.border-bottom {
        border-bottom: 0px solid #39488f !important;
    }

    .Box-text .Box-text-icon img {
        width: 15%;
        padding: 8px;
    }

    .triangle:before {
        content: "";
        display: none;
    }

    .saas_two_service_section .service_content {
        padding-top: 0px;
    }

    .software_develop_sec.hire_mob_sec img {
        width: 35%;
    }

    .sec_serv .banner_btn {
        display: flex;
    }

    .axil-service-area .cta-img {
        margin-top: 0;
    }

    .axil-service-area .s2-newslatter_section {
        position: static;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .main_business_sec .banner_btn a {
        width: 100%;
        margin-right: 0 !important;
        font-size: 12px;
    }

    .saas_two_section_title h2 {
        font-size: 30px;
    }

    .sec_serv .banner_btn a {
        width: 80%;
    }

    .saas_two_banner_section.solution-main.chooseus .saas2-headline h1 {
        font-size: 38px;
    }

    .Box-text .Box-text-icon img {
        width: 20%;
    }

    .triangle:before {
        display: none;
    }

    .stap-inner .col-md-6.pt-5 {
        padding-top: 0 !important;
    }

    .colorBox {
        margin-top: 10px;
        min-height: 210px;
    }
}

@media (max-width: 280px) {
    .s2-banner_content.saas2-headline.pera-content.text-center {
        padding: 0;
    }

    .saas_two_banner_section.banner-about .s2-banner_area .banner_mockup iframe {
        left: 17%;
        top: 2%;
        width: 69%;
        height: 140px;
    }

    .choosevc.border-right {
        border-right: none !important;
    }
}

.log-in-pop {
    position: relative;
    overflow: hidden;
    background: #fff;
    margin: 0 auto;
    margin-top: 5%;
}

.log-in-pop-left {
    float: left;
    width: 40%;
    background: #002147 no-repeat center center;
    padding: 18.5% 6%;
    color: #fff;
    height: 100%;
    bottom: 0;
}

.log-in-pop-right {
    float: left;
    width: 60%;
    padding: 20px 30px;
}

.wa-chat-box-brand {
    width: 20% !important;
    height: auto !important;
    border-radius: 0 !important;
}

.btn-primary {
    color: #fff;
    background-color: #233F8F;
    border-color: #233F8F;
}

a.already-higlighted {
    background: #004D99;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
}

    a.already-higlighted:hover {
        transition: .4s;
    }

button.btn.btn-default.btn-color-border-solid:hover {
    background: #004D99;
    transition: .4s;
    border-color: #fff !important;
    color: #fff !important;
}

.signinbtn {
    color: #fff;
}

.widget-appointment select.form-control:not([size]):not([multiple]) {
    height: auto;
}

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&amp;family=Poppins:wght@400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700|Roboto:100,500,300,400,700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: darkgrey;
}

::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

.ul-li ul {
    margin: 0;
    padding: 0;
}

.fixed-whatsapp {
    background-color: #25D366;
    font-size: 28px;
    color: white;
    padding: 10px 18px;
    border-radius: 100%;
    position: fixed;
    bottom: 18px;
    right: 105px;
}

    .fixed-whatsapp:hover {
        background-color: white;
        color: #25D366;
    }

.ul-li ul li {
    list-style: none;
    display: inline-block;
}

.ul-li-block ul {
    margin: 0;
    padding: 0;
}

    .ul-li-block ul li {
        list-style: none;
        display: block;
    }

.container {
    max-width: 1200px;
}

a {
    color: inherit;
    text-decoration: none;
}

    a:hover, a:focus {
        text-decoration: none;
    }



section {
    overflow: hidden;
}

button {
    cursor: pointer;
}

.form-control {
    box-shadow: none;
}

.relative-position {
    position: relative;
    z-index: 1;
}

.pera-content p {
    margin-bottom: 0;
}

@keyframes scale {
    from {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }

    to {
        transform: scale(1.08);
        -webkit-transform: scale(1.08);
    }
}

@keyframes left-right-move {
    0% {
        transform: translateX(-100px);
    }

    50% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(-100px);
    }
}

@keyframes fadeFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeFromRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeFromUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeFromUp {
    animation-name: fadeFromUp;
}

.fadeFromRight {
    animation-name: fadeFromRight;
}

.fadeFromLeft {
    animation-name: fadeFromLeft;
}

@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1);
    }

    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55);
    }

    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1);
    }
}

@keyframes rotate {
    0% {
        top: -10px;
        left: -10px;
    }

    25% {
        top: 0px;
        left: 0px;
    }

    50% {
        top: 0px;
        left: 0px;
    }

    75% {
        top: 5px;
        left: 5px;
    }

    100% {
        top: -10px;
        left: -10px;
    }
}

@keyframes fadeFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeFromRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeFromRight {
    animation-name: fadeFromRight;
}

.fadeFromLeft {
    animation-name: fadeFromLeft;
}

@keyframes zooming {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.05, 1.05);
    }

    100% {
        transform: scale(1, 1);
    }
}

@keyframes line_animation {
    0% {
        top: 0px;
        opacity: 1;
    }

    50% {
        top: 50%;
    }

    100% {
        top: 100%;
        opacity: 1;
    }
}

@keyframes scroll2 {
    0% {
        opacity: 1;
        bottom: 0px;
    }

    50% {
        bottom: 50%;
    }

    100% {
        bottom: 100%;
        opacity: 1;
    }
}

@keyframes slide {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 1920px 0;
    }
}

.saas-classic {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.4;
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

.saas2-headline h1, .saas2-headline h2, .saas2-headline h3, .saas2-headline h4, .saas2-headline h5, .saas2-headline h6 {
    margin: 0;
    font-family: "Poppins";
}

.saas_two_main_header .s2-main-navigation .navbar-nav li.saas_sign_up_btn a:before {
    display: none;
}

.saas_two_section_title {
    margin: 0 auto;
    max-width: 100%;
}

    .saas_two_section_title .title_tag {
        padding: 5px 30px;
    }

.s2-newslatter_section .saas_two_section_title {
    max-width: 100%;
}

    .s2-newslatter_section .saas_two_section_title h2 {
        color: white;
    }

.saas_two_section_title h2 {
    font-size: 40px;
    padding-top: 15px;
}

.main_gradinet_sec {
    padding: 30px 0 30px 0;
    background: #d3f4ee;
    border-bottom: 1px solid #ece9e9;
    max-width: 100% !important;
}

.choosevc.border-bottom {
    border-bottom: 2px solid #39488f !important;
}

a[href^="mailto:"] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.choosevc.border-right {
    border-right: 2px solid #39488f !important;
}

.choosevc {
    position: relative;
    padding: 35px 25px 20px;
}

.saas_btn a {
    font-size: 15px;
    font-weight: 700;
    border-radius: 30px;
    display: inline-block;
    border: 2px solid #004D99;
}

.saas_btn:before {
    top: 8px;
    left: 32px;
    font-weight: 900;
    font-size: 22px;
    position: absolute;
    font-family: "Font Awesome 5 Free";
}

@keyframes fadeFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeFromRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeFromUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeFromUp {
    animation-name: fadeFromUp;
}

.fadeFromRight {
    animation-name: fadeFromRight;
}

.fadeFromLeft {
    animation-name: fadeFromLeft;
}

.saas_two_section_title .title_tag, .saas_two_banner_section .s2-banner_content .s2-tilte_tag, .saas_two_feature_section .s2-feature_text .feature_tag, .integration_section .integration_text .feature_tag {
    color: #004D99;
    font-size: 17px;
    font-weight: 500;
    padding: 3px 30px;
    border-radius: 8px;
    display: inline-block;
    background-color: #e9fffc;
}

.saas_two_section_title h2, .saas_two_banner_section .s2-banner_content h1, .saas_two_about_section .s2-about_text_icon .s2-about_text h3, .saas_two_feature_section .s2-feature_text h2, .integration_section .integration_text h2, .saas_two_team_section .s2-team_img_text .s2_name_info h3 {
    font-weight: 700;
    color: #010101;
}

    .saas_two_section_title h2 span, .saas_two_banner_section .s2-banner_content h1 span, .saas_two_about_section .s2-about_text_icon .s2-about_text h3 span, .saas_two_feature_section .s2-feature_text h2 span, .integration_section .integration_text h2 span, .saas_two_team_section .s2-team_img_text .s2_name_info h3 span {
        font-weight: 300;
    }

.saas_btn:before, .service_read_more a:after, .saas_two_about_section .s2-about_text_icon .s2-about_text a:after, .integration_section .integration_text a:after, .banner_btn a i {
    background-image: linear-gradient(to right bottom, #004D99, #009da6, #007b97, #2e5978, #353b51);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.saas_two_about_section .s2-about_text_icon .s2-about_text p, .saas_two_feature_section .s2-feature_text p, .integration_section .integration_text p {
    color: #353535;
    font-size: 17px;
    line-height: 1.588;
    padding-bottom: 20px;
}

.service_read_more a, .saas_two_about_section .s2-about_text_icon .s2-about_text a, .integration_section .integration_text a {
    color: #0066ff;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    font-family: "Poppins";
}

    .service_read_more a:after, .saas_two_about_section .s2-about_text_icon .s2-about_text a:after, .integration_section .integration_text a:after {
        top: 0px;
        right: -35px;
        content: "";
        font-size: 20px;
        font-weight: 900;
        position: absolute;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s all ease-in-out;
        font-family: "Font Awesome 5 Free";
    }

    .service_read_more a:before, .saas_two_about_section .s2-about_text_icon .s2-about_text a:before, .integration_section .integration_text a:before {
        height: 2px;
        width: 0%;
        bottom: -3px;
        content: "";
        position: absolute;
        background-color: #0066ff;
        transition: 0.4s all ease-in-out;
    }

    .service_read_more a:hover:before, .saas_two_about_section .s2-about_text_icon .s2-about_text a:hover:before, .integration_section .integration_text a:hover:before {
        width: 100%;
    }

    .service_read_more a:hover:after, .saas_two_about_section .s2-about_text_icon .s2-about_text a:hover:after, .integration_section .integration_text a:hover:after {
        opacity: 1;
        right: -25px;
        transition-delay: 0.3s;
        visibility: visible;
    }

.bn29 a {
    border: 5em;
    word-spacing: 4px;
    cursor: pointer;
    outline: none;
    font-size: 18px;
    -webkit-transform: translate(0);
    transform: translate(0);
    background-image: linear-gradient(45deg, #000, #8c8c8c);
    padding: 0.7em 2em;
    border-radius: 65px;
    box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.438);
    -webkit-transition: box-shadow 0.25s;
    transition: box-shadow 0.25s;
    color: white;
    animation: pulso2 2s infinite;
}

    .bn29 a .text {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-image: linear-gradient(45deg, #000, #8c8c8c);
    }

    .bn29 a:after {
        content: "";
        border-radius: 18px;
        position: absolute;
        margin: 4px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: -1;
    }

    .bn29 a:hover {
        background-image: linear-gradient(-45deg,#000, #8c8c8c);
        box-shadow: 0 12px 24px rgba(128, 128, 128, 0.1);
    }

        .bn29 a:hover .text {
            background-image: linear-gradient(-45deg, #000, #8c8c8c);
        }

.sec_whyus img {
    width: 100%;
}

.form-group.ftr_section input {
    border: transparent;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    margin: 0;
    padding: 10px 0 10px 0;
    font-size: 15px;
    font-weight: 400;
}

.form-group label, .form-group legend {
    color: #000;
    transition: 0.2s all;
}

.active {
    font-size: 14px;
    top: -10px !important;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.form-group.ftr_section textarea {
    border: transparent;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    padding: 0px 0px;
    font-size: 15px;
    color: #333;
    font-weight: 400;
}

section.mobile_app_telemed {
    background-image: linear-gradient(to right top, #d6f0f8, #daf2f6, #e0f5f4, #e6f6f4, #ecf8f4);
    padding: 30px;
}

a.otpbtn {
    margin-top: 2%;
}

a.loginpass {
    margin-top: 4%;
}

.mobile_app_telemed h2 {
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
}

.patient_vc_data {
    background: #fff;
    color: #000;
    padding: 20px 6px 25px 30px;
    margin: 20px 0 0 0;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
    border-top: 5px solid #004D99;
    min-height: 210px;
}

    .patient_vc_data p {
        text-align: left;
        font-size: 14px;
    }

    .patient_vc_data ul li {
        line-height: 39px;
    }

section.aiosp_sec h2 {
    font-size: 31px;
}

section.aiosp_sec h3 {
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    color: #004D99;
    font-weight: 600;
    margin: 15px;
}

.aggregation h2 {
    font-size: 31px;
    color: #004D99;
    font-weight: 700;
}

section.aiosp_sec {
    margin: 30px 0 30px 0;
}

.aggregation h2::after {
    content: "";
    display: block;
    height: 3px;
    width: 64px;
    background: #004D99;
    padding: 0;
    margin: 10px 0 0 0;
}

.aggregation ul li {
    width: 100%;
    margin: 15px 30px 5px 0;
    display: inline flow-root list-item;
}



.button2::before {
    box-shadow: 0 0 0 rgb(0 0 0 / 20%);
    animation: pulso 2s infinite;
    transition: .5s;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    border-radius: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
}

p.textjusti {
    text-align: justify !important;
}

.features-main ul {
    margin: 40px 0 0;
    padding: 0;
}

    .features-main ul li {
        display: inline-block;
        vertical-align: top;
        width: 49%;
        list-style: none;
        margin: 0 0 30px;
    }

.features-main .panel-body {
    padding: 25px 0px;
}

.button2:hover, .button2:focus {
    text-decoration: none;
    background: 0 0;
    border-color: #252b33 !important;
    color: #252b33 !important;
    transition: all ease-in .2s;
}

.features-main ul h6 span {
    background: #004D99;
    font-size: 14px;
    min-width: 28px;
    min-height: 28px;
    margin-right: 10px;
    border-radius: 50px;
    line-height: 28px;
    text-align: center;
}

.features-main ul h6 {
    margin: 0;
    font-weight: 500;
    display: inline-flex;
    font-size: 12px;
    align-items: center;
}



@keyframes pulso {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, .8);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .8)
    }

    70% {
        -moz-box-shadow: 0 0 0 15px transparent;
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        -moz-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes pulso2 {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .8);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .8)
    }

    70% {
        -moz-box-shadow: 0 0 0 15px transparent;
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        -moz-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
}

.banner_btn a {
    transition: 0.3s all ease-in-out;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    display: inline-block;
}

    .banner_btn a:before {
        position: absolute;
        content: "";
        width: 0px;
        height: 0px;
        right: 0;
        top: 45px;
        right: 15px;
        box-shadow: 0 0 30px 31px rgb(0 190 163 / 90%);
        border-radius: 50%;
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s all ease-in-out;
    }

    .banner_btn a:after {
        height: 100%;
        width: 100%;
        position: absolute;
        content: "";
        top: -100%;
        right: 0;
        z-index: -2;
        transition: 0.3s all ease-in-out;
        background-color: #353B51;
    }

    .banner_btn a:hover {
        color: #fff;
    }

        .banner_btn a:hover i {
            background: none;
            -webkit-text-fill-color: inherit;
        }

        .banner_btn a:hover:before {
            opacity: 1;
            right: 25px;
            visibility: visible;
        }

        .banner_btn a:hover:after {
            top: 0;
        }

.saas_two_main_header {
    width: 100%;
    z-index: 99;
    /*padding: 10px 0px;*/
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 11px 68px 0px rgba(0, 0, 0, 0.14);
    /* top: 0;*/
}

/*menu stop section*/



.cobntactdetail {
    text-align: right;
}

.singledetail {
    display: inline-block;
    padding: 0px 10px;
    text-align: right;
}

section.topline {
    background: linear-gradient(20deg,var(--primary-color),var(--secondary-color));
    height: 100%;
}

.s2-footer_logo img {
    width: 50%;
}

.topline p.contanticon {
    padding: 5px 0px;
}

.contanticon a:hover {
    color: var(--tertiary-color) !important;
}

.contanticon i {
    font-size: 13px;
    color: #fff;
}

i.fa.fa-phone.callicon {
    transform: rotate(97deg);
}

.topline .contanticon a {
    color: #fff;
    font-size: 14px;
    padding: 0px 4px;
}

.contanticon a span {
    font-size: 14px;
}

/*.saas_two_main_header .s_main_menu {
    padding: 10px 0px;
}*/

li.tabchange {
    border: 1px solid#004D99;
    margin: 5px;
    border-radius: 50px;
    padding: 0px 1px !important;
}
/*li.tabchange:hover{
    padding:0px 1px!important;
}*/


/*menu stop section*/

.cobntactdetail {
    text-align: left;
}

.saas_two_main_header .sign_up_btn {
    display: inline-block;
}

/*.saas_two_main_header .brand_logo {
        padding-top: 5px!important;
    }*/

.saas_two_main_header .s2-main-navigation {
    display: inline-block;
    padding-top: 5px;
}

    .saas_two_main_header .s2-main-navigation .navbar-nav {
        display: inherit;
    }

        .saas_two_main_header .s2-main-navigation .navbar-nav li {
            font-size: 14px;
            font-weight: 600;
            margin-right: 20px;
            font-family: "Poppins";
        }

            .saas_two_main_header .s2-main-navigation .navbar-nav li a {
                padding-bottom: 30px;
                position: relative;
                transition: 0.3s all ease-in-out;
            }

                .saas_two_main_header .s2-main-navigation .navbar-nav li a:hover {
                    color: #004D99;
                }

                    .saas_two_main_header .s2-main-navigation .navbar-nav li a:hover:before {
                        width: 100%;
                    }

                .saas_two_main_header .s2-main-navigation .navbar-nav li a:before {
                    content: "";
                    position: absolute;
                    height: 2px;
                    width: 0%;
                    background-color: #004D99;
                    left: 2px;
                    transition: 0.3s all ease-in-out;
                    bottom: 25px;
                }

            .saas_two_main_header .s2-main-navigation .navbar-nav li:last-child a::before {
                display: none;
            }

    .saas_two_main_header .s2-main-navigation .dropdown {
        position: relative;
    }

/* .saas_two_main_header .s2-main-navigation .dropdown:after {
            content: "";
            position: absolute;
            right: -11px;
            top: 2px;
            transition: 0.3s all ease-in-out;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
        }*/

.f_box_blog img {
    width: 100%;
    height: 145px;
}

.saas_two_main_header .s2-main-navigation .dropdown:hover:after {
    color: #004D99;
}

.saas_two_main_header .saas_sign_up_btn {
    width: auto;
    padding: 10px;
    margin-top: -15px;
    line-height: normal;
    border-radius: 30px;
    background-color: #353B51;
}

    .saas_two_main_header .saas_sign_up_btn.dropdown:after {
        display: none;
    }

    .saas_two_main_header .saas_sign_up_btn:hover a {
        color: #fff !important;
    }

    .saas_two_main_header .saas_sign_up_btn a {
        font-weight: 600;
        padding-left: 15px;
        position: relative;
    }

        .saas_two_main_header .saas_sign_up_btn a:before {
            left: -5px;
            top: 4px;
            color: #fff;
            font-size: 13px;
            line-height: 1;
            content: "";
            font-weight: 900;
            position: absolute;
            font-family: "Font Awesome 5 Free";
        }

.saas_two_main_header .dropdown .dropdown-menu {
    top: 50px;
    left: 0;
    opacity: 0;
    z-index: 2;
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 250px;
    display: block;
    border: none;
    padding: 10px 10px 0px 0px;
    visibility: hidden;
    position: absolute;
    border-radius: 0;
    background-color: #fff;
    transition: all 0.4s ease-in-out;
    border-bottom: 2px solid #07c0a6;
    box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
}

    .saas_two_main_header .dropdown .dropdown-menu li {
        width: 100%;
        padding: 10px 15px;
        border-bottom: 1px solid #e5e5e5;
    }

        .saas_two_main_header .dropdown .dropdown-menu li a {
            color: #fff !important;
            font-size: 14px;
            padding: 7px 10px;
            position: relative;
            border-radius: 6px;
            transition: 0.3s all ease-in-out;
        }

            .saas_two_main_header .dropdown .dropdown-menu li a:before {
                display: none;
            }

.saas_two_main_header .dropdown:hover .dropdown-menu {
    top: 44px;
    opacity: 1;
    visibility: visible;
}

.saas_2-menu-bg-overlay {
    background-color: #fff;
    animation-duration: 0.7s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    position: fixed;
    top: -90px;
    padding: 0px 0px;
    animation-timing-function: ease;
    transition: 0.3s all ease-in-out;
}

.saas_two_main_header.saas_2-menu-bg-overlay {
    z-index: 9;
    top: 0px;
    box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
}

    .saas_two_main_header.saas_2-menu-bg-overlay .dropdown:hover .dropdown-menu {
        top: 45px;
    }

/*.page-content {
    margin-top: 5rem
}*/

/*main.page-content.inner.d-register {
    margin: 0px;
}*/

.regiationpagepatient {
    margin-top: 0rem !important;
}

/*.page-title {
    background-image: url("../img/title.webp");
    background-color: #253358;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    width: 100%;
}*/

.page-title h1 {
    background: rgba(0, 0, 0, 0.1);
    color: #f6fbff;
    display: inline-block;
    font-size: 26px;
    padding: 8px 20px;
}

.loginform.expertview {
    margin-top: 9% !important;
}











.widget-appointment {
    /*margin: 50px 0px;*/
    -webkit-border-radius: 5px;
    border-radius: 10px;
    box-shadow: 0px 0px 26px #ccc;
    padding: 30px 30px 30px;
}





.form-control {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 3px !important;
    box-shadow: none;
    font-size: 0.938em;
    height: auto;
    line-height: 15px;
    padding: 9px 10px;
    -webkit-border-radius: 0;
    -webkit-box-shadow: none;
}

.form-group {
    margin-bottom: 20px;
}

@keyframes floatY {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}

@keyframes floatX {
    0% {
        transform: translateX(80%);
    }

    50% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(80%);
    }
}

.saas_two_banner_section.contact-bnnr {
    height: auto;
}

.saas_two_banner_section {
    margin: 0 auto;
    max-width: 1920px;
    background-color: #fafafa;
    /*  padding: 122px 0px 124px 0px!important;*/
    display: flex;
}

section.indexhomepage {
    padding: 122px 0px 62px 0px;
}

.about-content p {
    text-align: justify;
}

.saas_two_section_title h2 {
    font-size: 27px;
    padding: 14px 0px;
}


.saas_two_banner_section.solution-main.chooseus .saas2-headline h1 {
    font-size: 85px;
}

/*  .saas_two_banner_section.banner-patient {
        background-image: url(/content/themes/assets/img/patient.webp);
        background-repeat: no-repeat;
        background-size: cover;
    }*/



.outcomes ul#pills-tab {
    justify-content: center;
}

.outcomes ul li.nav-item {
    margin: 5px;
}

.col-12.col-lg-4.text-center.pb-one.color-one.outcomestab {
    margin-bottom: 56px;
}

.p-box.inneroutcomes {
    min-height: 300px;
    margin: 7px;
    border-radius: 20px;
    background: #fff;
}


button.fourtabchange {
    padding: 10px 21px;
    font-size: 19px;
    border-radius: 0px !important;
}


    button.fourtabchange:hover {
        padding: 10px 21px !important;
    }

.inneroutcomes h3 {
    font-size: 24px;
    padding: 24px 5px;
    border-bottom: 1px solid#ccc;
}

.inneroutcomes p {
    text-align: justify;
    padding: 18px;
    font-size: 16px;
}

button.fourtabchange:focus {
    outline: none;
}




.overlay {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    display: block;
    z-index: 9999;
    top: 37%;
}

    .overlay h1 {
        color: #fff;
        font-weight: 600;
        margin: 2rem 3rem 0;
        mix-blend-mode: overlay;
        padding: 5px 15px;
        text-align: center;
    }

    .overlay p {
        color: #fff;
        font-weight: 600;
        margin: 2rem 3rem 0;
        mix-blend-mode: overlay;
        padding: 5px 15px;
        text-align: center;
    }

.saas_two_banner_section.banner-about, .saas_two_banner_section.solution-main {
    height: auto;
    max-width: 100%;
}

    .saas_two_banner_section.solution-main:before {
        background: transparent;
    }

select.form-control:not([size]):not([multiple]) {
    height: calc(3rem + 2px)
}

.saas_two_banner_section.banner-about::before {
    background-color: #004D99;
    background-image: linear-gradient(339deg, rgba(0,190,163,1) 0%, rgba(59,172,156,0.9923319669664741) 50%, rgba(8,161,139,1) 100%);
    width: 100%;
}

.saas_two_banner_section.banner-patient::before {
    background-image: linear-gradient(339deg, rgb(0 190 163 / 31%) 0%, rgb(59 172 156 / 34%) 50%, rgb(8 161 139 / 29%) 100%);
    width: 100%;
    opacity: 0.5;
    height: 102%;
}

.top-slide-con .we-are {
    padding: 0 15px;
}

.top-slide-con, .we-are {
    width: 100%;
}

.counter-box h2 {
    font-size: 80px !important;
    line-height: 60px !important;
    font-weight: 700;
}

.counter-box {
    display: flex;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding-bottom: 25px;
}

.saas_two_banner_section:before {
    right: 0;
    width: 80%;
    content: "";
    top: -10px;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(/content/themes/assets/img/b-shape1.webp);
}

.saas_two_banner_section.saas_two_banner_section.solution-main .s2-banner_content {
    max-width: 100%;
}

.saas_two_banner_section.banner-about .s2-banner_content p {
    font-size: 20px
}

.saas_two_banner_section.banner-about .s2-banner_content {
    color: white;
    text-align: left;
    max-width: 100%;
}

.saas_two_banner_section .s2-banner_content {
    position: relative;
    z-index: 1;
    max-width: 580px;
}

    .saas_two_banner_section .s2-banner_content .s2-tilte_tag {
        padding: 5px 30px;
    }

.saas_two_banner_section.banner-about .s2-banner_content h1 {
    color: white;
    font-size: 56px;
}

.saas_two_banner_section.banner-patient .s2-banner_content h1 {
    color: black;
    font-size: 56px;
}

.saas_two_banner_section .s2-banner_content h1 {
    font-size: 39px;
    padding: 64px 0px 20px 0px;
}

.saas_two_banner_section .s2-banner_content p {
    font-size: 18px;
    padding-bottom: 35px;
}

.sec_serv img {
    margin: auto;
    display: flex;
    width: 100% !important;
}

.sec_serv .banner_btn {
    margin: 15px 0;
}

    .sec_serv .banner_btn a {
        width: 75%;
        height: auto;
        margin: auto;
        padding: 0px 34px;
        text-align: left;
    }

        .sec_serv .banner_btn a:hover:last-child i {
            color: white !important;
            -webkit-text-fill-color: inherit;
        }

        .sec_serv .banner_btn a:last-child i {
            color: black !important;
            -webkit-text-fill-color: inherit;
        }

        .sec_serv .banner_btn a i {
            font-size: 20px;
            margin-right: 8px;
            color: #a4c639 !important;
            -webkit-text-fill-color: inherit;
            background-image: transparent;
        }

.banner_btn a {
    height: 50px;
    padding: 0px 10px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    margin-right: 20px;
    font-weight: 700;
    color: #010101;
    font-family: "Poppins";
    display: inline-block;
    z-index: 1;
    border: 2px solid #353B51;
}

    .banner_btn a i {
        font-size: 20px;
        margin-right: 8px;
    }

.banner_btn span {
    color: #6a6a6a;
    display: block;
    font-size: 14px;
    margin-top: 5px;
    margin-left: 10px;
}

.saas_two_banner_section.banner-about .s2-banner_area .banner_mockup {
    position: static;
    ;
}

.saas_two_banner_section .s2-banner_area .banner_mockup {
    position: absolute;
    top: 50px;
    right: -1180px;
    z-index: 1;
}

.privacy {
    padding: 125px 0 0;
}

.saas_two_banner_section.banner-about .s2-banner_area .banner_mockup iframe {
    width: 74%;
    top: 7%;
    position: absolute;
    left: 13%;
    height: 298px;
    transform: translate(0px, 0px);
}

.saas_two_banner_section .s2-banner_area .banner_mockup img {
    width: 35%;
}

.saas_two_banner_section.banner-about .s2-banner_area .banner_mockup img {
    margin-top: 20px;
    position: relative;
    width: 100%;
}

.saas_two_banner_section .s2-banner_shape1 {
    left: 0;
    top: 85px;
    opacity: 0.2;
}

.saas_two_banner_section .s2-banner_shape2 {
    top: 0;
    right: 0;
    animation: floatY 3s ease-in-out infinite;
}

.saas_two_banner_section .s2-banner_shape3 {
    top: 0;
    right: 50%;
    transform: translateX(80%);
    animation: floatX 10s ease-in-out infinite;
}

.saas_two_solution_section {
    padding: 40px 0;
}

.axil-service-area a:hover {
    color: #000 !important;
    text-decoration: none;
}

.axil-service-area .cta-img {
    position: relative;
    margin-top: 100px;
}

    .axil-service-area .cta-img img {
        width: 90%;
    }

.axil-service-area p {
    padding: 10px 0 0;
}

.axil-service-area .action_perform {
    padding: 55px 0 0;
}

.mt-100 {
    margin-top: 100px;
}

.mt-50 {
    margin-top: 50px;
}

.p-35 {
    padding: 35px;
}

.axil-service-area .s2-newslatter_section {
    top: 0;
    left: 0;
    max-width: 90%;
    position: absolute;
    border-radius: 25px;
    padding: 41px 0px;
}

.axil-service {
    position: relative;
    margin-bottom: 30px;
    z-index: -1;
}

    .axil-service:hover {
        background: transparent;
    }

    .axil-service::before {
        width: 92%;
        height: 92%;
        left: -20px;
        bottom: -20px;
        background: rgba(0, 2, 72, 0.1);
        content: "";
        position: absolute;
        z-index: -1;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: rotateY(-10deg);
        transform: rotateY(-10deg);
        -webkit-filter: blur(50px);
        filter: blur(50px);
        opacity: 0;
        -webkit-transition: all 0.7s;
        -o-transition: all 0.7s;
        transition: all 0.7s;
    }

@media only screen and (max-width: 767px) {
    .axil-service::before {
        display: none;
    }

    .axil-service {
        background: #f7f7f7;
    }
}

.axil-service .inner {
    padding: 10px 15px;
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    .axil-service .inner {
        padding: 30px 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .axil-service .inner {
        padding: 34px 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .axil-service .inner {
        padding: 25px 15px;
    }
}

.axil-service .inner::after {
    background: #ffffff;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform: perspective(500px) rotateY(-5deg);
    transform: perspective(500px) rotateY(-5deg);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (max-width: 767px) {
    .axil-service .inner::after {
        background: #f7f7f7;
        -webkit-transform: perspective(0) rotateY(0deg);
        transform: perspective(0) rotateY(0deg);
    }
}

.axil-service .inner::before {
    -webkit-transform: perspective(500px) rotateY(-5deg);
    transform: perspective(500px) rotateY(-5deg);
    position: absolute;
    width: calc(100% + -5px);
    height: calc(100% + -10px);
    top: calc(25px + 7px);
    content: "";
    border: 4px solid #000345;
    z-index: -1;
    right: calc(25px - -7px);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .axil-service .inner::before {
        width: calc(100% + -15px);
        height: calc(100% + -15px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .axil-service .inner::before {
        width: calc(100% + -15px);
        height: calc(100% + -15px);
    }
}

@media only screen and (max-width: 767px) {
    .axil-service .inner::before {
        width: calc(100% + -15px);
        height: calc(100% + -15px);
    }
}

@media only screen and (max-width: 767px) {
    .axil-service .inner::before {
        display: none;
    }
}

.axil-service .inner .icon {
    position: relative;
    z-index: 2;
    -webkit-perspective: 100px;
    perspective: 100px;
    margin-bottom: 15px;
    margin: 0 auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .axil-service .inner .icon {
        margin-bottom: 7px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .axil-service .inner .icon {
        margin-bottom: 7px;
    }
}

@media only screen and (max-width: 767px) {
    .axil-service .inner .icon {
        margin-bottom: 7px;
    }
}

.axil-service .inner .icon.gradient-color-02::before {
    background: -webkit-gradient(linear, left top, left bottom, from(#FEF7E2), to(#EEEEFD));
    background: -webkit-linear-gradient(top, #FEF7E2 0%, #EEEEFD 100%);
    background: -o-linear-gradient(top, #FEF7E2 0%, #EEEEFD 100%);
    background: linear-gradient(180deg, #FEF7E2 0%, #EEEEFD 100%);
}

.axil-service .inner .icon.gradient-color-02 .icon-inner {
    background: #5BCC9F;
}

.axil-service .inner .icon.gradient-color-03::before {
    background: -webkit-linear-gradient(315.26deg, #D6FFFC 0%, #FAE7E4 100%);
    background: -o-linear-gradient(315.26deg, #D6FFFC 0%, #FAE7E4 100%);
    background: linear-gradient(134.74deg, #D6FFFC 0%, #FAE7E4 100%);
}

.axil-service .inner .icon.gradient-color-03 .icon-inner {
    background: #49CCFF;
}

.axil-service .inner .icon.gradient-color-04 .icon-inner {
    background: #FFCD3E;
}

.axil-service .inner .icon.gradient-color-05::before {
    background: -webkit-gradient(linear, left top, left bottom, from(#F7F6FF), to(#FEEFEB));
    background: -webkit-linear-gradient(top, #F7F6FF 0%, #FEEFEB 100%);
    background: -o-linear-gradient(top, #F7F6FF 0%, #FEEFEB 100%);
    background: linear-gradient(180deg, #F7F6FF 0%, #FEEFEB 100%);
}

.axil-service .inner .icon.gradient-color-05 .icon-inner {
    background: #FF8A5B;
}

.axil-service .inner .icon.gradient-color-06::before {
    background: -webkit-gradient(linear, left top, left bottom, from(#EBFFFD), to(#EFEEFA));
    background: -webkit-linear-gradient(top, #EBFFFD 0%, #EFEEFA 100%);
    background: -o-linear-gradient(top, #EBFFFD 0%, #EFEEFA 100%);
    background: linear-gradient(180deg, #EBFFFD 0%, #EFEEFA 100%);
}

.axil-service .inner .icon.gradient-color-06 .icon-inner {
    background: #007AFF;
}

.axil-service .inner .icon .icon-inner {
    position: relative;
    width: 62px;
    height: 62px;
    text-align: center;
    line-height: 58px;
    border-radius: 100%;
    background: #a585ec;
    z-index: 1;
    overflow: hidden;
}

    .axil-service .inner .icon .icon-inner > img {
        position: absolute;
        top: 0;
        right: -5px;
    }

    .axil-service .inner .icon .icon-inner .text {
        font-size: 26px;
        color: #ffffff;
        font-weight: 700;
    }

.axil-service .inner .content h4.title {
    margin-top: 20px;
}

.loginsignup a:hover {
    color: #004D99
}

.loginsignup h5 {
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 5px
}

.loginsignup p {
    line-height: 20px;
    padding-top: 0px;
    font-size: 13px;
}

.p-signup {
    border-radius: 10px;
    margin: 50px 0px;
    padding: 30px;
    box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.2);
    min-height: 358px;
    background: #fff;
}

    .p-signup .inner-heading {
        margin-top: 0px;
    }

.text-center.p-signup h2 {
    font-size: 24px;
    color: #004D99;
    margin: 20px 0px
}

@media only screen and (max-width: 767px) {
    .axil-service .inner .content h4.title {
        margin-bottom: 15px;
    }
}

.axil-service .inner .content h4.title a {
    text-decoration: none;
}

.axil-service .inner .content p {
    margin-bottom: 3px;
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .axil-service .inner .content p {
        margin-bottom: 15px;
    }
}

.axil-service .inner .content a.axil-button {
    background: transparent;
    height: auto;
    line-height: inherit;
    position: relative;
    padding: 0;
}

    .axil-service .inner .content a.axil-button::after {
        position: absolute;
        bottom: 0;
        width: 0;
        height: 1px;
        background: #702FFF;
        content: "";
        left: 0;
    }

.axil-service.active::before {
    opacity: 1;
}

.axil-service.active .inner::after {
    opacity: 1;
}

.axil-service.active .inner::before {
    opacity: 1;
    visibility: visible;
}

.axil-service.active .inner .content a.axil-button {
    color: #702FFF;
}

    .axil-service.active .inner .content a.axil-button::after {
        width: 100%;
    }

.axil-service.service-bg-gray .inner {
    background: #e9fffc;
    min-height: 225px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .axil-service.service-bg-gray .inner {
        padding: 44px 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .axil-service.service-bg-gray .inner {
        padding: 44px 25px;
    }
}

@media only screen and (max-width: 767px) {
    .axil-service.service-bg-gray .inner {
        padding: 30px 10px;
        background-color: #e9fffc;
    }
}

.axil-service.service-bg-gray:hover .inner {
    background: #ffffff;
}

.axil-service.service-bg-gray.active .inner {
    background: #ffffff;
}

.axil-service.space-to-top {
    margin-top: -100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .axil-service.space-to-top {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .axil-service.space-to-top {
        margin-top: 30px;
    }
}

.axil-service.space-to-top2 {
    margin-top: -200px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .axil-service.space-to-top2 {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .axil-service.space-to-top2 {
        margin-top: 30px;
    }
}

.axil-service.text-left .inner .icon {
    margin: inherit;
    margin-bottom: 18px;
    height: 80px;
    width: 80px;
}

    .axil-service.text-left .inner .icon::before {
        right: -17px;
        height: 100%;
        width: 60px;
    }

    .axil-service.text-left .inner .icon .icon-inner {
        left: 0;
    }

.axil-service.text-left .inner a.axil-button {
    padding: 0;
}

@-webkit-keyframes newanimation {
    0% {
        opacity: 0;
    }

    15% {
        opacity: 0.3;
    }

    20% {
        opacity: 0.4;
    }

    25% {
        opacity: 0.5;
    }

    30% {
        opacity: 0.6;
    }

    40% {
        opacity: 0.7;
    }

    45% {
        opacity: 0.8;
    }

    66% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes newanimation {
    0% {
        opacity: 0;
    }

    15% {
        opacity: 0.3;
    }

    20% {
        opacity: 0.4;
    }

    25% {
        opacity: 0.5;
    }

    30% {
        opacity: 0.6;
    }

    40% {
        opacity: 0.7;
    }

    45% {
        opacity: 0.8;
    }

    66% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.saas_two_about_vcd {
    padding: 60px 0px 20px;
}

.vision img {
    width: 10%;
    padding-right: 20px;
}

.mission img {
    width: 11%;
    padding-right: 20px;
}

p {
    font-family: 'Poppins';
    line-height: 30px;
    padding-top: 20px;
}

.saas_two_mission_section {
    padding: 60px 0px 30px;
    background: #d3f4ee;
}

.s2-newslatter_content .banner_btn a, .s2-newslatter_content .banner_btn a i, .s2-newslatter_content .action_perform p {
    color: white;
}

.saas_two_service_section.we-can-main {
    padding: 40px 0px;
}

.saas_two_service_section {
    padding: 25px 0px 0px;
    background: #d3f4ee;
}

    .saas_two_service_section .service_content {
        padding-top: 40px;
    }

    .saas_two_service_section .service_content_box {
        border-radius: 10px;
        margin-bottom: 30px;
        min-height: 210px;
        padding: 20px 15px;
        z-index: 1;
        background-color: #fff;
        transition: 0.5s all ease-in-out;
    }

        .saas_two_service_section .service_content_box:before {
            content: "";
            width: 100%;
            top: 0;
            left: 0;
            height: 100%;
            z-index: -3;
            border-radius: 10px;
            position: absolute;
            transition: 0.5s all ease-in-out;
            background-image: linear-gradient(to right top, #004D99, #009da6, #007b97, #2e5978, #353b51);
        }

        .saas_two_service_section .service_content_box:after {
            content: "";
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: -2;
            border-radius: 10px;
            background-color: #fff;
        }

        .saas_two_service_section .service_content_box:hover:before {
            transform: translate(7px, 7px);
            box-shadow: 17px 17px 23px -5px rgb(0 0 0 / 25%);
        }

        .saas_two_service_section .service_content_box .service_icon_box {
            margin-bottom: 18px;
        }

            .saas_two_service_section .service_content_box .service_icon_box .upper_icon svg {
                height: 48px;
                width: 48px;
                fill: #30347b;
            }

            .saas_two_service_section .service_content_box .service_icon_box .lower_icon {
                position: absolute;
                top: 10px;
                z-index: -1;
                right: 0;
            }

                .saas_two_service_section .service_content_box .service_icon_box .lower_icon svg {
                    width: 45px;
                    height: 45px;
                    fill: hsl(171deg 100% 37% / 60%);
                }

        .saas_two_service_section .service_content_box .service_text_box h3 {
            color: #010101;
            font-size: 22px;
            font-weight: 700;
            padding: 15px 0;
        }

        .saas_two_service_section .service_content_box .service_text_box hr.sm-line {
            width: 20%;
            height: 2px;
            margin: 10px 0px;
            background: #353B51;
        }

        .saas_two_service_section .service_content_box .service_text_box p {
            line-height: 1.5;
            color: #333;
            padding-top: 0;
        }

.saas_two_about_section {
    padding: 70px 0px;
    background-color: #ebedf2;
}

    .saas_two_about_section:before {
        content: "";
        position: absolute;
        top: 0;
        right: -400px;
        height: 100%;
        width: 800px;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(../assets/img/abshape.webp);
    }

    .saas_two_about_section:after {
        content: "";
        height: 600px;
        width: 600px;
        right: -380px;
        top: 285px;
        border-radius: 100%;
        position: absolute;
        background-repeat: no-repeat;
        background-image: url(../assets/img/abshape2.webp);
    }

    .saas_two_about_section .about_content_s2 {
        padding: 50px 70px 50px 110px;
    }

    .saas_two_about_section .s2-about_text_icon {
        padding-top: 35px;
    }

        .saas_two_about_section .s2-about_text_icon .s2-about_icon {
            width: 70px;
            height: 70px;
            line-height: 70px;
            padding-top: 15px;
            border-radius: 100%;
            margin-bottom: 16px;
            background-color: #004D99;
        }

            .saas_two_about_section .s2-about_text_icon .s2-about_icon svg {
                fill: #fff;
                width: 40px;
                height: 40px;
            }

        .saas_two_about_section .s2-about_text_icon .s2-about_text h3 {
            font-size: 36px;
            line-height: 1.278;
            padding-bottom: 15px;
        }

.s2-faq_section {
    z-index: 1;
    padding: 115px 0px 85px;
}

    .s2-faq_section:after {
        top: 0;
        width: 100%;
        content: "";
        height: 100%;
        z-index: -1;
        position: absolute;
        background-image: url(../img/fbg.webp);
    }

    .s2-faq_section .s2_faq_content {
        padding-top: 80px;
    }

        .s2-faq_section .s2_faq_content button {
            border: none;
            color: #010101;
            font-size: 19px;
            font-weight: 500;
            font-family: "Poppins";
            padding: 0px 0px 20px;
            position: relative;
            width: 100%;
            text-align: left;
            background-color: transparent;
        }

            .s2-faq_section .s2_faq_content button:after {
                top: 5px;
                right: 0;
                color: #004D99;
                font-size: 24px;
                content: "\f106";
                font-weight: 900;
                position: absolute;
                font-family: "Font Awesome 5 Free";
            }

        .s2-faq_section .s2_faq_content .collapsed:after {
            content: "\f107";
        }

        .s2-faq_section .s2_faq_content .s2_faq {
            padding-bottom: 10px;
            border-bottom: 2px solid #eee;
            margin-bottom: 10px;
        }

            .s2-faq_section .s2_faq_content .s2_faq .s2_faq-body {
                padding-bottom: 30px;
                text-align: justify;
                color: #383838;
                line-height: 1.625;
            }

.saas_two_feature_section {
    padding: 40px 0 20px;
}

    .saas_two_feature_section .s2-feature_text {
        max-width: 520px;
        padding: 40px 0 0 50px;
    }

        .saas_two_feature_section .s2-feature_text h2 {
            font-size: 40px;
            line-height: 1.25;
            padding: 15px 0px 15px;
        }

        .saas_two_feature_section .s2-feature_text p {
            padding-bottom: 43px;
        }

        .saas_two_feature_section .s2-feature_text .saas_btn a {
            padding: 10px 25px 10px 25px;
        }

            .saas_two_feature_section .s2-feature_text .saas_btn a i {
                font-size: 20px;
                margin-right: 5px;
            }

    .saas_two_feature_section .s2-feature_right {
        padding-left: 35px;
    }

        .saas_two_feature_section .s2-feature_right .s2-feature_list {
            padding: 10px 15px;
            border-radius: 10px;
            width: 80%;
            display: inline-block;
            transition: 0.4s all ease-in-out;
            position: relative;
        }

            .saas_two_feature_section .s2-feature_right .s2-feature_list:before {
                position: absolute;
                content: "";
                height: 0px;
                width: 5px;
                left: 0;
                top: 50%;
                border-radius: 50px;
                transform: translateY(-50%);
                transition: 0.3s all ease-in-out;
            }

            .saas_two_feature_section .s2-feature_right .s2-feature_list:hover:before {
                height: 60px;
            }

            .saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_icon {
                width: 65px;
                float: left;
                height: 65px;
                border-radius: 100%;
                margin-right: 8px;
            }

.choose-mid-img {
    width: 150%;
    margin: auto;
    left: -35%;
    position: relative;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_icon:after {
    left: 0;
    right: 0;
    top: 3px;
    width: 90%;
    height: 90%;
    content: "";
    margin: 0 auto;
    position: absolute;
    border: 5px solid #fff;
    border-radius: 100%;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_icon i {
    font-size: 50px;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_text_box {
    max-width: 100%;
    margin: 20px 0 0;
    display: inline-block;
}

    .saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_text_box h3 {
        color: #010101;
        font-size: 22px;
        font-weight: 700;
        margin: 25px 0;
    }

.saas_two_feature_section .s2-feature_right .s2-feature_list:hover {
    margin-left: 30px;
    width: 80%;
    box-shadow: 0px 3px 43px 0px rgba(0, 0, 0, 0.13);
}

.saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_icon {
    background-color: #e9fffc;
}

    .saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_icon i {
        color: #004D99;
    }

.saas_two_feature_section .s2-feature_right .s2-feature_list:before {
    background-color: #004D99;
}

select#RequestType {
    height: auto;
}

.about-img {
    margin-top: 30px;
}

.saas_two_team_section {
    padding: 140px 0px 0;
    /* background-image: url(/content/themes/assets/img/fobg3.webp);*/
    background-repeat: no-repeat;
    background-position: 0 -45px;
}

    .saas_two_team_section .s2-team_membar {
        padding-top: 110px;
    }

main.page-content.inner.login {
    margin-top: 7% !important;
}

section.page-title {
    padding-top: 15%;
}

.saas_two_team_section .s2-team_img_text {
    width: 100%;
    border-radius: 10px;
    display: inline-block;
    padding: 44px 15px 20px;
    transition: 0.4s all ease-in-out;
    box-shadow: 0px 12px 43px 0px rgba(0, 0, 0, 0.13);
    background-color: #e9fffc;
    transition: 0.5s all ease-in-out !important;
}

    .saas_two_team_section .s2-team_img_text:hover {
        box-shadow: 0px 23px 43px 0px rgba(0, 0, 0, 0.26);
        transition: 0.5s all ease-in-out !important;
    }

    .saas_two_team_section .s2-team_img_text .s2_tean_img {
        width: 130px;
        height: 130px;
        background: #fff;
        box-shadow: 0px -7px 10px #eee;
        overflow: hidden;
        border-radius: 100%;
        position: absolute;
        top: -75px;
        left: 249px;
    }

        .saas_two_team_section .s2-team_img_text .s2_tean_img img {
            width: 85%;
            padding: 10px;
            margin: 10px;
        }

        .saas_two_team_section .s2-team_img_text .s2_tean_img:before, .saas_two_team_section .s2-team_img_text .s2_tean_img:after {
            position: absolute;
            content: "";
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            border-radius: 100%;
            border: 3px solid #353B51;
            z-index: 1;
            transition: 0.3s all ease-in-out;
        }

        .saas_two_team_section .s2-team_img_text .s2_tean_img:after {
            height: 95%;
            width: 95%;
            top: 50%;
            right: 0;
            margin: 0 auto;
            border: 3px solid #fff;
            transform: translateY(-50%);
        }

    .saas_two_team_section .s2-team_img_text .s2_name_info {
        float: left;
    }

        .saas_two_team_section .s2-team_img_text .s2_name_info h3 {
            font-size: 22px;
            padding-bottom: 5px;
        }

        .saas_two_team_section .s2-team_img_text .s2_name_info .s2-designation {
            font-size: 15px;
            font-weight: 500;
            color: #004D99;
        }

        .saas_two_team_section .s2-team_img_text .s2_name_info .s2_mem_contact {
            height: 190px;
            overflow: auto;
        }

            .saas_two_team_section .s2-team_img_text .s2_name_info .s2_mem_contact p {
                padding: 5px;
            }

            .saas_two_team_section .s2-team_img_text .s2_name_info .s2_mem_contact::-webkit-scrollbar {
                width: 5px;
            }

            .saas_two_team_section .s2-team_img_text .s2_name_info .s2_mem_contact::-webkit-scrollbar-track {
                background: #f1f1f1;
            }

            .saas_two_team_section .s2-team_img_text .s2_name_info .s2_mem_contact::-webkit-scrollbar-thumb {
                background: #888;
            }

                .saas_two_team_section .s2-team_img_text .s2_name_info .s2_mem_contact::-webkit-scrollbar-thumb:hover {
                    background: #555;
                }

            .saas_two_team_section .s2-team_img_text .s2_name_info .s2_mem_contact span {
                font-size: 15px;
                color: #737272;
                display: block;
                margin-bottom: 5px;
            }

                .saas_two_team_section .s2-team_img_text .s2_name_info .s2_mem_contact span i {
                    color: #353B51;
                    margin-right: 8px;
                }

h2.maintext {
    font-size: 36px !important;
    margin: 11px 0px 24px;
}


a.linktag {
    float: right;
    padding-right: 13px;
    color: #256fe5;
}

.saas_two_team_section .s2-team_img_text .s2-mem_social {
    bottom: 30px;
    right: 15px;
    position: absolute;
}

    .saas_two_team_section .s2-team_img_text .s2-mem_social ul {
        opacity: 0;
        margin-bottom: 15px;
        font-size: 14px;
        padding-top: 10px;
        visibility: hidden;
        position: relative;
        top: -50px;
        transition: 0.3s all ease-in-out;
    }

    .saas_two_team_section .s2-team_img_text .s2-mem_social li {
        color: #fff;
        text-align: center;
        margin-top: 15px;
        transition: 0.3s all ease-in-out;
    }

        .saas_two_team_section .s2-team_img_text .s2-mem_social li:hover {
            transform: translateX(5px);
        }

    .saas_two_team_section .s2-team_img_text .s2-mem_social .s2-share_btn {
        height: 50px;
        width: 50px;
        line-height: 50px;
        border-radius: 100%;
        transition: 0.3s all ease-in-out;
        background-color: #004D99;
    }

        .saas_two_team_section .s2-team_img_text .s2-mem_social .s2-share_btn i {
            color: #fff;
        }

    .saas_two_team_section .s2-team_img_text .s2-mem_social:after {
        bottom: 20px;
        z-index: -1;
        content: "";
        width: 50px;
        height: 0%;
        opacity: 0;
        border-radius: 35px;
        position: absolute;
        visibility: hidden;
        background-color: #004D99;
        transition: 0.5s all ease-in-out;
    }

.saas_two_team_section .s2-team_img_text:hover .s2-mem_social:after {
    height: 100%;
    bottom: 0px;
    opacity: 1;
    visibility: visible;
}

.saas_two_team_section .s2-team_img_text:hover .s2-share_btn {
    background-color: #353B51;
}

.saas_two_team_section .s2-team_img_text:hover ul {
    top: 0;
    transition-delay: 0.5s;
    opacity: 1;
    visibility: visible;
}

#s2_team_slide .owl-stage-outer {
    overflow: visible;
}

#s2_team_slide .owl-item {
    opacity: 0;
    transition: opacity 500ms;
}

    #s2_team_slide .owl-item.active {
        opacity: 1;
    }

#s2_team_slide .owl-nav {
    text-align: center;
    display: table;
    margin: 35px auto 0;
    padding-top: 3px;
    border-radius: 20px;
    background-color: #004D99;
}

    #s2_team_slide .owl-nav .owl-next, #s2_team_slide .owl-nav .owl-prev {
        margin: 0px 10px;
        font-size: 22px;
        line-height: 10px;
        display: inline-block;
    }

        #s2_team_slide .owl-nav .owl-next i, #s2_team_slide .owl-nav .owl-prev i {
            color: #fff;
            transition: 0.3s all ease-in-out;
        }

            #s2_team_slide .owl-nav .owl-next i:hover, #s2_team_slide .owl-nav .owl-prev i:hover {
                color: #000;
            }

.f_box_blog.homeread {
    box-shadow: 0 0 35px rgb(0 0 0 / 18%);
    padding: 10px;
    min-height: 417px;
}

a.button2.perabtn.singlebtn {
    margin-top: 16px;
}

.saas_two_footer_section {
    z-index: 1;
    width: 100%;
    margin-top: 0px;
}

    .saas_two_footer_section:before {
        top: 0;
        left: 0;
        width: 100%;
        content: "";
        height: 100%;
        z-index: -1;
        position: absolute;
        background-size: cover;
        background-repeat: no-repeat;
    }

.s2-newslatter_section {
    top: -90px;
    margin: 0 auto;
    max-width: 1170px;
    position: relative;
    border-radius: 20px;
    padding: 45px 0px 60px;
    background-color: #004D99;
    box-shadow: 0px 0px 16px 0px rgba(27, 2, 52, 0.34);
}

    .s2-newslatter_section .s2-newslatter_title h2 {
        color: #fff;
        font-size: 36px;
        font-weight: 700;
        padding-bottom: 10px;
    }

    .s2-newslatter_section .s2-newslatter_title p {
        font-family: "Poppins";
        color: #fff;
    }

    .s2-newslatter_section .s2-newslatter-form {
        max-width: 660px;
        margin: 30px auto 0;
    }

        .s2-newslatter_section .s2-newslatter-form .nws-button {
            top: 0;
            right: 0;
        }

        .s2-newslatter_section .s2-newslatter-form input {
            height: 62px;
            width: 100%;
            border: none;
            max-width: 490px;
            padding-left: 30px;
            border-radius: 5px;
        }

        .s2-newslatter_section .s2-newslatter-form button {
            border: none;
            height: 62px;
            width: 155px;
            color: #fff;
            border-radius: 5px;
            background-color: #004D99;
            position: absolute;
            top: 0;
            right: 0;
        }

.parent_industries .reward-sec {
    margin: 30px 0;
    text-align: center;
}

    .parent_industries .reward-sec img {
        height: 100%;
    }

.saas_two_footer_section .s2_footer_widget {
    font-family: "Poppins";
    font-size: 14px;
}

    .saas_two_footer_section .s2_footer_widget .s2-footer_logo {
        margin-bottom: 25px;
        padding: 10px;
        border-radius: 3px;
    }

    .saas_two_footer_section .s2_footer_widget .footer_about {
        color: #000;
        margin-bottom: 20px;
        line-height: 1.714;
    }

        .saas_two_footer_section .s2_footer_widget .footer_about a:hover {
            color: #004D99;
        }

    .saas_two_footer_section .s2_footer_widget p {
        color: #000;
        padding-top: 5px;
    }

    .saas_two_footer_section .s2_footer_widget .s2_footer_about p {
        width: 165px;
        margin-top: 8px;
        line-height: 1.714;
    }

.f-icon-vc {
    height: 50px;
    width: 50px;
}

.saas_two_footer_section .s2_footer_widget .s2_footer_about span {
    color: #004D99;
    font-weight: 700;
    margin-bottom: 8px;
}

.saas_two_footer_section .s2_footer_widget .s2_footer_menu li {
    margin-bottom: 18px;
    display: inline-block;
    padding: 10px 10px 0 0;
    width: 50%;
    float: left;
}

    .saas_two_footer_section .s2_footer_widget .s2_footer_menu li a {
        color: #000;
        margin-left: 15px;
        position: relative;
        transition: 0.3s all ease-in-out;
    }

/*.saas_two_footer_section .s2_footer_widget .s2_footer_menu li a:before {
            top: 0;
            left: -15px;
            color: #000;
            font-size: 12px;
            content: "\f21e";
            font-weight: 900;
            position: absolute;
            transition: 0.3s all ease-in-out;
            font-family: "Font Awesome 5 Free"
        }*/

/* .saas_two_footer_section .s2_footer_widget .s2_footer_menu li a:after {
            content: "";
            position: absolute;
            height: 1px;
            width: 0%;
            left: 0px;
            bottom: 0;
            transition: 0.3s all ease-in-out;
            background-color: #004D99;
        }*/

/*.saas_two_footer_section .s2_footer_widget .s2_footer_menu li a:hover {
            margin-left: 12px;
            color: #004D99;
        }*/

/*.saas_two_footer_section .s2_footer_widget .s2_footer_menu li a:hover:before {
                color: #004D99;
            }

            .saas_two_footer_section .s2_footer_widget .s2_footer_menu li a:hover:after {
                width: 100%;
            }*/

.saas_two_footer_section .s2_footer_widget .s2_widget_title {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding-bottom: 10px;
}

.saas_two_footer_section .s2_footer_widget .s2_footer_menu li:last-child {
    margin-bottom: 18px;
    display: inline-block;
    padding: 10px 10px 0 0;
    width: 100%;
    float: left;
}

.saas_two_footer_section .s2_footer_widget .s2_widget_title span {
    display: inline-block;
    margin-right: 20px;
    color: #004D99;
}

.saas_two_footer_section .s2_footer_widget .s2_widget_title i {
    width: 100%;
    height: 1.1px;
    position: relative;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.2);
}

.stap-inner {
    text-align: left;
}

.colorBox {
    border-radius: 20px;
    color: #fff;
    min-height: 294px;
}

.colorBox-1 {
    background: #47ced7;
    background: -moz-linear-gradient(-45deg, #47ced7 0, #05c047 100%);
    background: -webkit-linear-gradient( -45deg, #47ced7 0, #05c047 100%);
    background: linear-gradient( 135deg, #47ced7 0, #05c047 100%);
}

.Box-text {
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

    .Box-text p {
        margin: 0;
        padding: 10px 20px 25px 20px;
    }

.colorBox-2 .triangle, .colorBox-4 .triangle {
    left: 228px;
    top: 12px;
    transform: rotate( 90deg) skewY( 30deg);
}

.colorBox-1 .triangle {
    bottom: 13px;
}

.triangle {
    background: 0 0;
    overflow: hidden;
    margin: 0 auto;
    width: 34px;
    height: 40px;
    transform: rotate( -90deg) skewY( 30deg);
    position: absolute;
    left: 40px;
    bottom: 13px;
    z-index: 1;
}

.colorBox-2 .triangle:before {
    background: linear-gradient( 135deg, #32b587 0, #0f5044 100%);
}

.colorBox-1 .triangle:before {
    background: linear-gradient( -45deg, #05c047 -100%, #47ced7 100%);
    left: auto;
    right: 50px;
}

.triangle:before {
    display: block;
    width: inherit;
    height: inherit;
    transform: skewY( -30deg) rotate( 60deg) translate(50%);
    background-size: cover;
    content: '';
}

.colorBox-2 {
    background: #32b587;
    background: -moz-linear-gradient(-45deg, #32b587 0, #0f5044 100%);
    background: -webkit-linear-gradient( -45deg, #32b587 0, #0f5044 100%);
    background: linear-gradient( 135deg, #32b587 0, #0f5044 100%);
}

.colorBox-3 {
    background: #47ced7;
    background: -moz-linear-gradient(-45deg, #47ced7 0, #05c047 100%);
    background: -webkit-linear-gradient( -45deg, #47ced7 0, #05c047 100%);
    background: linear-gradient( 135deg, #47ced7 0, #05c047 100%);
}

    .colorBox-3 .triangle:before {
        background: linear-gradient( -45deg, #05c047 -100%, #47ced7 100%);
    }

.saas_two_footer_section .s2_footer_widget .s2_footer_social a {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background-color: #000;
    line-height: 10px;
    text-align: center;
    margin-right: 5px;
    font-size: 15px;
    padding: 8px;
    display: inline-block;
    transition: 0.3s all ease-in-out;
}

.Box-text .Box-text-icon img {
    width: 50%;
    padding: 16px;
    margin-left: 60px !important;
}

.Box-text .Box-text-number:before {
    z-index: -1;
    content: "";
    position: absolute;
    left: -55px;
    top: -47px;
    background: rgba(0, 0, 0, .2);
    border-radius: 50%;
    width: 150px;
    height: 143px;
}

.colorBox-4 {
    background: #f8d00c;
    background: -moz-linear-gradient(-45deg, #f8d00c 0, #f49401 100%);
    background: -webkit-linear-gradient( -45deg, #f8d00c 0, #f49401 100%);
    background: linear-gradient( 135deg, #f8d00c 0, #f49401 100%);
}

    .colorBox-4 .triangle:before {
        background: linear-gradient( -45deg, #f49401 -100%, #f8d00c 100%);
    }

.bn29 a:hover {
    color: #fff !important;
}

.Box-text .Box-text-number {
    font-size: 65px;
    margin: 0;
    padding: 10px 0 0 17px;
    line-height: normal;
    z-index: 1;
    font-family: 'poppins-bold';
}

    .Box-text .Box-text-number img {
        width: 85%;
    }

.saas_two_footer_section .s2_footer_widget .s2_footer_social a:hover {
    transform: scale(1.1);
}

.saas_two_footer_section .s2_footer_widget .s2_footer_social form {
    margin: 18px 0px 30px;
    position: relative;
}

    .saas_two_footer_section .s2_footer_widget .s2_footer_social form input {
        height: 45px;
        background-color: #7aded1;
        border: none;
        width: 100%;
        padding-left: 30px;
    }

    .saas_two_footer_section .s2_footer_widget .s2_footer_social form button {
        color: #fff;
        width: 62px;
        border: none;
        text-align: center;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        background-color: #004D99;
    }

.saas_two_footer_section .s2_footer_widget .s2_footer_social .fb-bg {
    color: #fff;
}

.saas_two_footer_section .s2_footer_widget .s2_footer_social .tw-bg {
    color: #fff;
}

.saas_two_footer_section .s2_footer_widget .s2_footer_social .dr-bg {
    color: #ea4c89;
}

.saas_two_footer_section .s2_footer_widget .s2_footer_social .bh-bg {
    color: #fff;
}

.s2-copyright {
    color: #fff;
    padding: 10px 0px;
    font-size: 14px;
    font-family: "Poppins";
    background-color: #000000;
}

    .s2-copyright a {
        color: #004D99;
    }

@keyframes slide {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 1920px 0;
    }
}

.cloud_anim {
    position: absolute;
    left: 0px;
    top: 50px;
    right: 0px;
    max-width: 1170px;
    width: 100%;
    height: 100%;
    z-index: 0;
    margin: 0 auto;
}

.newsletter_pattern_2 {
    width: 100%;
    height: 46px;
    background-repeat: no-repeat;
    left: 0px;
    top: 50px;
    animation: slide 60s linear infinite;
    -webkit-animation: slide 60s linear infinite;
}

.newsletter_pattern_3 {
    width: 90%;
    height: 46px;
    background-repeat: no-repeat;
    left: 100px;
    top: 70px;
    animation: slide 50s linear infinite;
    -webkit-animation: slide 50s linear infinite;
}

.newsletter_pattern_4 {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 150px;
    width: 150px;
    background-size: cover;
    transform: rotate(90deg);
    background-repeat: no-repeat;
}

.newsletter_pattern_5 {
    position: absolute;
    right: 0;
    height: 90%;
    width: 200px;
    top: 28px;
}

.s2-mobile_menu_content {
    top: 0px;
    bottom: 0;
    right: -350px;
    height: 100vh;
    z-index: 101;
    position: fixed;
    width: 280px;
    overflow-y: scroll;
    background-color: #fff;
    padding: 40px 0px;
    box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
    transition: all 0.5s ease-in;
}

    .s2-mobile_menu_content .s2-mobile-main-navigation {
        width: 100%;
    }

        .s2-mobile_menu_content .s2-mobile-main-navigation .navbar-nav {
            width: 100%;
        }

    .s2-mobile_menu_content .navbar-nav .dropdown-menu {
        position: static !important;
        transform: none !important;
    }

    .s2-mobile_menu_content .s2-mobile-main-navigation .navbar-nav li {
        width: 100%;
        display: block;
        transition: 0.3s all ease-in-out;
        border-bottom: 1px solid #dcdcdc;
    }

        .s2-mobile_menu_content .s2-mobile-main-navigation .navbar-nav li:first-child {
            border-top: 1px solid #dcdcdc;
        }

        .s2-mobile_menu_content .s2-mobile-main-navigation .navbar-nav li a {
            color: var(--secondary-color);
            padding: 0;
            width: 100%;
            display: block;
            font-size: 14px;
            font-weight: 400;
            padding: 5px 30px;
            text-transform: uppercase;
        }

    .s2-mobile_menu_content .m-brand-logo {
        width: 160px;
        margin: 0 auto;
        margin-bottom: 30px;
    }

.s2-mobile_menu_wrap.mobile_menu_on .s2-mobile_menu_content {
    right: 0px;
    transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    right: 0%;
    height: 120vh;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.9);
    transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
    overflow: hidden;
}

.s2-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
    opacity: 1;
    visibility: visible;
}

.s2-mobile_menu_button {
    position: absolute;
    display: none;
    right: 0;
    cursor: pointer;
    line-height: 40px;
    color: #004D99;
    text-align: center;
    font-size: 30px;
    top: -40px;
    z-index: 5;
}

.s2-mobile_menu .s2-mobile-main-navigation .navbar-nav li a:after {
    display: none;
}

.s2-mobile_menu .s2-mobile-main-navigation .dropdown > .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.s2-mobile_menu .s2-mobile_menu_content .s2-mobile-main-navigation .navbar-nav .dropdown-menu {
    border: none;
    display: none;
    transition: none;
    box-shadow: none;
    padding: 5px 0px;
    width: 100%;
    border-top: 1px solid #dcdcdc;
}

    .s2-mobile_menu .s2-mobile_menu_content .s2-mobile-main-navigation .navbar-nav .dropdown-menu li {
        border: none;
        padding: 0 20px;
        line-height: 1;
    }

.s2-mobile_menu .dropdown {
    position: relative;
}

    .s2-mobile_menu .dropdown .dropdown-btn {
        position: absolute;
        top: 0px;
        right: 0;
        height: 30px;
        padding: 5px 10px;
    }

        .s2-mobile_menu .dropdown .dropdown-btn:before {
            content: "";
            position: absolute;
            height: 100%;
            width: 1px;
            top: 0;
            left: 0;
            background-color: #dcdcdc;
        }

.s2-mobile_menu .s2-mobile_menu_close {
    color: var(--primary-color);
    cursor: pointer;
    top: 0px;
    left: 15px;
    font-size: 20px;
    position: absolute;
}

.my_ads {
    display: none;
}

.top-slide-main {
    padding: 0 15px;
    text-align: justify;
}

#wa-widget-send-button {
    background: #4dc247 !important;
}

.wa-chat-box-content-send-btn {
    background: #0a5f54
}

.wa-chat-box-poweredby {
    display: none;
}

input:focus-visible {
    outline: none !important;
}

.form-control:focus {
    border-color: #444 !important;
    box-shadow: none;
}

span#select2-CountryCode-container:focus-visible {
    outline: none !important;
}

@media screen and (max-width: 767px) {
    .my_ads {
        display: block;
        position: fixed;
        z-index: 9999;
        bottom: 0px;
        background: #e8202a;
        text-align: center;
        width: 100%;
        box-shadow: 0 -2px 5px 0 rgba(0,0,0,0.26);
    }

        .my_ads ul {
            padding: 0px;
            margin: 0px;
        }

            .my_ads ul li {
                display: inline-block;
                padding: 8px 0px 8px 0px;
                line-height: 15px;
                border-right: 1px solid #ec565d;
                width: 23%;
                text-align: center;
            }

                .my_ads ul li:last-child {
                    border-right: none
                }

                .my_ads ul li a {
                    color: #fff;
                    font-size: 12px;
                }

                    .my_ads ul li a i {
                        display: block;
                    }
}

@media screen and (max-width: 1140px) {
    .saas_two_footer_section .s2-newslatter_section {
        top: 0;
        max-width: inherit;
        margin-bottom: 50px;
    }

    .saas_two_footer_section {
        overflow: hidden;
        margin-top: 0;
        padding: 25px 0px 65px;
    }

        .saas_two_footer_section:before {
            height: 125%;
            top: auto;
            bottom: 0;
        }

    .sec_serv .banner_btn a {
        padding: 0px 15px;
    }
}

@media screen and (max-width: 1120px) {
    .saas_two_feature_section .s2-feature_right {
        padding-left: 0;
    }

        .saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_icon {
            margin-right: 10px;
        }
}

@media screen and (max-width: 1110px) {
    .saas_two_main_header .s2-main-navigation .navbar-nav li {
        margin-right: 20px;
    }

    .saas_two_banner_section .s2-banner_area .banner_mockup {
        max-width: 630px;
        top: 30px;
        right: -215px;
    }

        .saas_two_banner_section .s2-banner_area .banner_mockup img {
            width: 60%;
            margin-top: 55px;
        }

    .saas_two_banner_section.solution-main.chooseus .saas2-headline h1 {
        font-size: 40px;
    }

    .colorBox-2 .triangle, .colorBox-4 .triangle {
        left: 194px;
    }

    .triangle:before {
        display: none;
    }

    .innovate_together ul li {
        font-size: 15px !important;
    }

    .bn29 a {
        font-size: 18px;
    }

    .saas_two_footer_section .s2_footer_widget .s2_footer_menu li {
        font-size: 12px;
    }
}

@media screen and (max-width: 1015px) {
    .saas_two_main_header .s2-main-navigation .navbar-nav li {
        margin-right: 25px;
    }

    .saas_two_banner_section .s2-banner_area .banner_mockup {
        max-width: 630px;
        top: 30px;
    }

    .saas_two_feature_section .s2-feature_right .s2-feature_list {
        padding: 22px 20px 20px;
    }
}

@media (min-width: 1111px) and (max-width: 1295px) {
    .saas_two_banner_section .s2-banner_area .banner_mockup img {
        width: 30%;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .saas_two_banner_section.solution-main.chooseus .saas2-headline h1 {
        font-size: 38px;
    }

    .Box-text .Box-text-icon img {
        width: 20%;
    }

    .triangle:before {
        display: none;
    }
}

@media (min-width: 1025px) and (max-width: 1180px) {
    .saas_two_banner_section.banner-about .s2-banner_content h1 {
        color: white;
        font-size: 30px;
    }

    .saas_two_banner_section.banner-about .s2-banner_area .banner_mockup iframe {
        width: 74%;
        top: 3%;
        position: absolute;
        left: 13%;
        height: 271px;
    }
}

@media (max-width: 1024px) {

    .f_box_blog p {
        font-size: 12px !important;
    }

    .main_business_sec .banner_btn a {
        width: 100%;
    }

    .innovate_together ul li {
        padding: 9px 20px !important;
    }

    .banking_finance .col-md-8 h4 {
        font-size: 20px;
    }

    .saas_two_team_section {
        background-image: none;
    }

    .s2-newslatter_section .saas_two_section_title h2 {
        font-size: 30px;
    }

    .newsletter_pattern_5 {
        height: 88%;
    }

    .saas_two_banner_section.banner-about .s2-banner_area .banner_mockup iframe {
        width: 74%;
        top: 4px;
        position: absolute;
        left: 13%;
        height: 267px;
        transform: translate(0px, 0px);
    }

    .saas_two_banner_section.banner-about .s2-banner_content h1 {
        color: white;
        font-size: 30px;
    }

    .saas_two_main_header .s2-main-navigation .navbar-nav li {
        margin-right: 20px;
    }
}

@media screen and (max-width: 991px) {
    .saas_two_footer_section {
        background: none !important;
        padding: 0;
    }

    .saas_two_footer_section {
        background: #d3f4ee !important;
    }

    .saas_two_banner_section:before {
        width: 100%;
        top: 0;
        height: 100%;
    }

    .sec_whyus img {
        width: 100%;
    }

    .panel-default > .panel-heading a {
        font-size: 18px;
    }

    .about-img img {
        display: none;
    }

    .bn29 a {
        padding: 0.7em 0.75em;
        font-size: 14px;
    }

    .saas_two_banner_section.section_home:before {
        display: none;
    }

    .newsletter_pattern_2, .newsletter_pattern_3 {
        display: none;
    }

    .saas_two_banner_section .s2-banner_area .banner_mockup img {
        display: none;
    }

    .saas_two_banner_section.banner-about .s2-banner_area .banner_mockup img {
        display: block;
        position: absolute;
        top: 0;
        width: 52%;
        margin-left: 230px;
        margin-top: 11px;
        left: 0
    }

    .saas_two_banner_section.banner-about .s2-banner_area .banner_mockup iframe {
        position: absolute;
        left: 29%;
        height: 275px;
        top: 2%;
        width: 41%;
    }

    .saas_two_banner_section.banner-about .s2-banner_content {
        margin-top: 90px;
    }

    .saas_two_banner_section.banner-about .s2-banner_area .banner_mockup {
        height: 200px;
    }

    .saas_two_banner_section.banner-about, .saas_two_banner_section.solution-main, .saas_two_banner_section {
        height: auto;
    }

    .saas_two_banner_section {
        padding-bottom: 0;
        z-index: 1;
    }

        .saas_two_banner_section .s2-banner_shape1, .saas_two_banner_section .s2-banner_shape2, .saas_two_banner_section .s2-banner_shape3 {
            display: none;
        }

        .saas_two_banner_section .s2-banner_area .banner_mockup {
            position: static;
            margin: 0 auto;
        }

        .saas_two_banner_section .s2-banner_content {
            max-width: 750px;
            margin: 0 auto;
            text-align: center;
            padding-bottom: 50px;
        }

    .about_content_s2 {
        max-width: 750px;
        margin: 0 auto;
    }

    .banking_finance:hover {
        transform: none;
    }

    .f-img {
        display: none;
    }

    .border-seagreen {
        border-color: #004D99 !important;
    }

    .saas_two_main_header .s2-main-navigation {
        display: none;
    }

    .saas_two_banner_section .s2-banner_shape3 {
        top: 60px;
    }

    .saas_two_footer_section .s2-newslatter_section .newsletter_pattern_1 {
        display: none;
    }

    .saas_two_footer_section:before {
        background-size: cover;
        background-repeat: no-repeat;
    }

    .newsletter_pattern_4 {
        display: none;
    }

    .newsletter_pattern_5 {
        display: none;
    }

    .saas_two_footer_section {
        background-color: #1b0234;
    }

        .saas_two_footer_section .s2_footer_widget {
            margin-bottom: 30px;
        }

            .saas_two_footer_section .s2_footer_widget .s2_widget_title {
                padding-bottom: 20px;
            }

    .s2-mobile_menu_button {
        display: block;
        font-size: 15px;
        padding: 0px 0 0;
    }

    .saas_two_main_header .saas_sign_up_btn {
        position: absolute;
        top: 3px;
        right: 70px;
        height: 40px;
        width: 120px;
        line-height: 40px;
    }

        .saas_two_main_header .saas_sign_up_btn a {
            padding-left: 0;
        }

            .saas_two_main_header .saas_sign_up_btn a:before {
                display: none;
            }

    .saas_two_about_section .about_content_s2 {
        padding: 30px 50px 30px 50px;
    }

    .saas_two_feature_section .s2-feature_right {
        padding-left: 0;
        margin-top: 40px;
    }

    .saas_two_footer_section {
        padding-top: 20px;
    }

    .banking_finance .col-md-3 {
        text-align: left;
    }

    .counter-box h2 {
        font-size: 44px !important;
    }

    .counter-box {
        padding-bottom: 0 !important;
    }
}

@media (min-width: 933px) and (max-width: 963px) {
    .saas_two_banner_section.banner-about .s2-banner_area .banner_mockup iframe {
        position: absolute;
        left: 30%;
        height: 271px;
        top: -2%;
        width: 41%;
    }
}

@media (min-width: 894px) and (max-width: 932px) {
    .saas_two_banner_section.banner-about .s2-banner_area .banner_mockup iframe {
        position: absolute;
        left: 30%;
        height: 271px;
        top: -2%;
        width: 41%;
    }
}

@media (min-width: 893px) and (max-width: 932px) {
    .saas_two_banner_section.banner-about .s2-banner_area .banner_mockup iframe {
        position: absolute;
        left: 30%;
        height: 258px;
        top: 3%;
        width: 41%;
    }
}

@media (min-width: 842px) and (max-width: 893px) {
    .saas_two_banner_section.banner-about .s2-banner_area .banner_mockup iframe {
        position: absolute;
        left: 31%;
        height: 242px;
        top: 4%;
        width: 41%;
    }
}

@media (min-width: 830px) and (max-width: 841px) {
    .saas_two_banner_section.banner-about .s2-banner_area .banner_mockup iframe {
        position: absolute;
        left: 33%;
        height: 248px;
        top: -3%;
        width: 41%;
    }

    .main_top_ui {
        margin-top: 0 !important;
    }

    #btnotpclick {
        padding-left: 20px;
    }
}

@media (min-width: 800px) and (max-width: 830px) {
    .saas_two_banner_section.banner-about .s2-banner_area .banner_mockup iframe {
        position: absolute;
        left: 34%;
        height: 241px;
        top: -3%;
        width: 41%;
    }
}

@media (min-width: 790px) and (max-width: 799px) {
    .saas_two_banner_section.banner-about .s2-banner_area .banner_mockup iframe {
        position: absolute;
        left: 35%;
        height: 237px;
        top: -3%;
        width: 40%;
    }
}

@media (min-width: 767px) and (max-width: 790px) {
    .saas_two_banner_section.banner-about .s2-banner_area .banner_mockup iframe {
        position: absolute;
        left: 36%;
        height: 228px;
        top: -3%;
        width: 40%;
    }
}

@media screen and (max-width: 768px) {
    ::-webkit-scrollbar {
        width: 5px !important;
    }

    ::-webkit-scrollbar-track {
        background: #f1f1f1 !important;
    }

    ::-webkit-scrollbar-thumb {
        background: #888 !important;
    }

        ::-webkit-scrollbar-thumb:hover {
            background: #555 !important;
        }

    .saas_two_main_header .saas_sign_up_btn {
        top: -40px;
    }

    .counter-box h2 {
        font-size: 35px !important;
    }

    .saas_two_banner_section.banner-about .s2-banner_area .banner_mockup img {
        display: block;
        position: absolute;
        top: 0;
        width: 60%;
        margin-left: 149px;
        margin-top: 11px;
        left: 0;
    }

    .saas_two_banner_section.banner-about .s2-banner_area .banner_mockup iframe {
        position: absolute;
        left: 26%;
        height: 244px;
        top: 4%;
        width: 47%;
    }

    .saas_two_banner_section.banner-about .s2-banner_content {
        margin-top: 90px;
    }

    .saas_two_main_header.saas_2-menu-bg-overlay .saas_sign_up_btn {
        top: -42px;
    }

    .saas_two_service_section .service_content_box {
        max-width: 370px;
        margin: 0 auto;
        margin-bottom: 50px;
    }

    .axil-service-area .s2-newslatter_section {
        position: static;
    }

    .pc-homeimg-main img {
        display: block;
    }

    .saas_two_banner_section .s2-banner_content h1 {
        font-size: 40px;
    }

    .s2-newslatter_section .saas_two_section_title h2 {
        font-size: 30px;
    }

    .saas_two_team_section {
        background-image: none;
    }

    .s2-newslatter_section {
        top: -30px;
    }

    .main_business_sec .banner_btn a {
        width: 100%;
        font-size: 13px;
    }

    .innovate_together ul li {
        font-size: 11px !important;
        padding: 10px 10px !important;
        line-height: 20px;
    }

    .innovate_together img {
        width: 20px;
    }

    .saas_two_main_header .brand_logo {
        padding-top: 10px;
        width: 180px;
    }
}

@media (max-width: 540px) {
    .main_business_sec .nav-link {
        font-size: 13px;
        font-weight: 600;
    }

    .saas_two_banner_section.banner-about .s2-banner_area .banner_mockup img {
        display: block;
        position: absolute;
        top: 0;
        width: 80%;
        margin-left: 60px;
        margin-top: 40px;
        left: 0;
    }

    .saas_two_banner_section.banner-about .s2-banner_area .banner_mockup iframe {
        width: 63%;
        top: 18px;
        position: absolute;
        left: 20%;
        height: 253px;
        transform: translate(0px, 0px);
    }

    .saas_two_main_header .brand_logo {
        padding-top: 10px;
        width: 180px;
    }
    .col-sm-12.mt-5.widget-appointment.loginform{
        margin-top:40px ;
    }
}

@media screen and (max-width: 480px) {
    .saas_two_banner_section {
        padding-top: 180px;
    }

    .main_top_ui {
        margin-top: 0 !important;
    }

    #btnotpclick {
        padding-left: 20px;
    }

    .saas_two_banner_section.banner-about .s2-banner_area .banner_mockup img {
        width: 88%;
        margin-left: 20px;
    }

    .saas_two_banner_section.banner-about .s2-banner_content {
        margin-top: 43px;
    }

    .saas_two_banner_section.banner-about .s2-banner_area .banner_mockup iframe {
        left: 14%;
        top: 18%;
        width: 69%;
        height: 193px;
    }

    .saas_two_banner_section .s2-banner_content h1, .saas_two_banner_section .s2-banner_content h1 {
        font-size: 35px;
    }

    .banner_btn a {
        height: 40px;
        width: 140px;
        margin-right: 10px;
        line-height: 36px;
    }

        .banner_btn a i {
            font-size: 16px;
            margin-right: 5px;
        }

    .saas_two_banner_section .s2-banner_content {
        padding-top: 210px;
    }

    .counter-box h2 {
        font-size: 30px !important;
    }

    .saas_two_service_section {
        padding: 60px 0px;
    }

    .saas_two_about_section {
        padding: 60px 0px 30px;
    }

        .saas_two_about_section .about_content_s2 {
            padding: 20px 25px 20px 25px;
        }

        .saas_two_about_section:before {
            display: none;
        }

        .saas_two_about_section .s2-about_text_icon {
            padding-top: 0;
            margin-bottom: 30px;
        }

    .s2-about_img {
        margin-bottom: 30px;
    }

    .saas_two_feature_section {
        padding: 60px 0px 25px;
    }

        .saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_icon {
            margin: 0 auto;
            float: none;
            margin-bottom: 20px;
        }

        .saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_text_box {
            text-align: center;
            max-width: 100%;
        }

    .saas_two_main_header .brand_logo img {
        width: 30%;
    }

    .saas_two_team_section {
        padding: 60px 0px;
        background: transparent;
    }

    .saas_two_banner_section .s2-banner_shape2 {
        display: none;
    }

    .s2-faq_section .s2_faq_content button {
        padding-right: 20px;
    }

    .s2-faq_section {
        padding: 60px 0px 25px;
    }

    .saas_two_section_title h2 {
        font-size: 30px;
    }

    .innovate_together {
        margin: 20px 0;
    }

    .banking_finance h4 {
        margin-top: 15px;
    }

    .s2-newslatter_section {
        top: -32px;
    }

    .main_business_sec .nav-link {
        font-size: 15px;
    }

    .axil-service.service-bg-gray .inner {
        min-height: auto;
    }

    .colorBox.colorBox-3 {
        margin-top: 30px;
    }
}

@media screen and (max-width: 420px) {
    .saas_two_section_title h2 {
        font-size: 30px;
    }

    .saas_two_service_section .service_content {
        padding-top: 40px;
    }

    .saas_two_about_section .s2-about_text_icon .s2-about_text h3 {
        font-size: 30px;
    }

    .saas_two_about_section .s2-about_text_icon {
        margin-bottom: 15px;
    }

    .saas_two_feature_section .s2-feature_text h2 {
        font-size: 30px;
    }

    .saas_two_feature_section .s2-feature_text {
        padding: 20px 0 0 0px;
    }

        .saas_two_feature_section .s2-feature_text p {
            padding-bottom: 25px;
        }

    .integration_section .integration_text {
        padding-right: 0;
    }

        .integration_section .integration_text h2 {
            font-size: 30px;
        }

    .s2-faq_section .s2_faq_content {
        padding-top: 40px;
    }

    .scrollup {
        width: 40px;
        height: 40px;
        right: 10px;
        line-height: 40px;
    }

    .saas_two_feature_section .s2-feature_right .s2-feature_list:hover {
        margin-left: 0;
    }

    .saas_two_main_header .saas_sign_up_btn {
        right: 55px;
    }

    .action_perform {
        padding: 20px 0 0;
    }

    span#scaptcha {
        width: 29%;
        font-size: 23px;
    }

    input#CaptchaValue {
        width: 77% !important;
    }

    .col-lg-5.col-md-12.desktop-about-img {
        order: 1;
    }

    .col-lg-7.col-md-12.order1 {
        order: 2;
    }

    .col-lg-5.col-md-12.startorder2 {
        order: 1;
    }

    .col-lg-7.col-md-12.startorder1 {
        order: 2;
    }

    .saas_two_team_section .s2-team_img_text .s2_tean_img {
        left: 110px;
    }

    .fixed-whatsapp {
        bottom: 37px;
    }

    video.bannervideo {
        margin-top: 10%;
    }

    .overlay h1 {
        font-size: 16px;
    }

    .overlay p {
        font-size: 10px;
        line-height: 1.5;
        margin: 0rem 3rem 0;
    }

    .overlay h1 {
        margin: 1.5rem 3rem 0;
    }

    div#divloader {
        display: none;
    }

    .price-box .p-box .p-bottom .trail_btn {
        font-size: 11px;
    }

    img.visionimg {
        width: 11%;
    }
}

@media screen and (max-width: 380px) {
    .saas_two_banner_section .s2-banner_content h1, .saas_two_banner_section .s2-banner_content h1 {
        font-size: 36px;
    }

    .main_top_ui {
        margin-top: 0 !important;
    }

    #btnotpclick {
        padding-left: 20px;
    }

    .saas_two_banner_section.banner-about .s2-banner_area .banner_mockup img {
        width: 88%;
        margin-left: 20px;
        margin-top: 11px;
    }

    .saas_two_banner_section.banner-about .s2-banner_area .banner_mockup iframe {
        left: 15%;
        top: 4%;
        width: 69%;
        height: 168px;
    }

    .saas_two_about_section .s2-about_text_icon .s2-about_text h3 {
        font-size: 26px;
    }

    .saas_two_banner_section.banner-about .s2-banner_content {
        margin-top: 0px;
    }

    .counter-box h2 {
        font-size: 20px !important;
    }
}

@media screen and (max-width: 320px) {
    .saas_two_banner_section.banner-about .s2-banner_area .banner_mockup img {
        width: 88%;
        margin-left: 20px;
    }

    .saas_two_banner_section.banner-about .s2-banner_area .banner_mockup iframe {
        left: 16%;
        top: 2%;
        width: 69%;
        height: 154px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .axil-image-side {
        width: 60%;
    }

    p {
        font-size: 12px;
        line-height: 25px;
    }

    .saas_two_banner_section.solution-main.chooseus .saas2-headline h1 {
        font-size: 20px;
    }

    .saas_two_banner_section .s2-banner_content p {
        font-size: 12px;
        padding-bottom: 10px;
    }

    .choosevc h3 {
        font-size: 14px;
    }

    .choosevc {
        text-align: left !important;
        border: 2px solid #39488f !important;
    }

    .colorBox-3 {
        margin-top: 30px;
    }

    .Box-text p {
        font-size: 14px;
    }

    .choosevc.border-bottom {
        border-bottom: 0px solid #39488f !important;
    }

    .Box-text .Box-text-icon img {
        width: 22%;
        padding: 8px;
    }

    .triangle:before {
        content: "";
        display: none;
    }

    .f-icon-vc {
        height: 35px;
        width: 35px;
    }

    .choosevc {
        position: static;
        padding: 25px 15px 15px;
    }

    .banking_finance .col-md-3 {
        padding: 0;
    }

    .banking_finance .col-md-8 h4 {
        padding: 0;
        font-size: 18px;
    }

    .industries_we_serve .parent_industries p {
        font-size: 12px;
    }

    .banking_finance {
        margin-left: 0 !important;
        min-height: auto;
    }

    .sec_serv img {
        display: none;
    }

    .sec_serv .banner_btn a {
        width: 100%;
        font-size: 14px;
    }

    .saas_two_feature_section {
        padding: 14px 0px 25px;
    }

    .innovate_together ul li {
        font-size: 12px !important;
        padding: 5px 30px !important;
    }

    .software_develop_sec.hire_mob_sec img {
        width: 60%;
    }

    .saas_two_banner_section .s2-banner_content h1, .saas_two_banner_section.banner-about .s2-banner_content h1, .saas_two_banner_section .s2-banner_content h1 {
        font-size: 20px;
    }

    .button2 {
        font-size: 14px;
        padding: 5px 27px !important;
        margin-right: 0 !important;
    }

    .saas_two_section_title .title_tag, .saas_two_banner_section .s2-banner_content .s2-tilte_tag, .saas_two_feature_section .s2-feature_text .feature_tag, .integration_section .integration_text .feature_tag, .saas_two_banner_section .s2-banner_content .s2-tilte_tag {
        font-size: 14px;
    }

    .saas_two_banner_section.banner-about .s2-banner_content p, .saas_two_banner_section .s2-banner_content p {
        font-size: 13px;
        text-align: justify !important;
    }

    .saas_two_section_title h2 {
        font-size: 20px;
    }

    .siq_bR {
        bottom: 30px !important;
    }

    .saas_two_about_section .s2-about_text_icon .s2-about_text h3 {
        font-size: 24px;
    }

    .saas_two_banner_section .s2-banner_content {
        padding-top: 0px !important;
    }

    .saas_two_banner_section {
        padding-top: 60px;
    }

    .s2-copyright {
        font-size: 10px;
    }

    .s2-newslatter_section .newsletter_pattern_1 {
        display: none;
    }

    .main_business_sec .banner_btn a {
        width: 95%;
    }

    .mission h2, .vision h2 {
        font-size: 18px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .s2-newslatter_section .newsletter_pattern_1 {
        display: none;
    }

    .sec_serv img {
        width: 35% !important;
    }

    .saas_two_banner_section.solution-main.chooseus .saas2-headline h1 {
        font-size: 28px;
    }

    .saas_two_banner_section .s2-banner_content p {
        font-size: 14px;
        padding-bottom: 10px;
    }

    .choosevc h3 {
        font-size: 14px;
    }

    .choosevc {
        text-align: left !important;
        border: 2px solid #39488f !important;
    }

    .colorBox-3 {
        margin-top: 30px;
    }

    .Box-text p {
        font-size: 14px;
    }

    .choosevc.border-bottom {
        border-bottom: 0px solid #39488f !important;
    }

    .Box-text .Box-text-icon img {
        width: 15%;
        padding: 8px;
    }

    .triangle:before {
        content: "";
        display: none;
    }

    .saas_two_service_section .service_content {
        padding-top: 0px;
    }

    .software_develop_sec.hire_mob_sec img {
        width: 35%;
    }

    .sec_serv .banner_btn {
        display: flex;
    }

    .axil-service-area .cta-img {
        margin-top: 0;
    }

    .axil-service-area .s2-newslatter_section {
        position: static;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .main_business_sec .banner_btn a {
        width: 100%;
        margin-right: 0 !important;
        font-size: 12px;
    }

    .saas_two_section_title h2 {
        font-size: 30px;
    }

    .sec_serv .banner_btn a {
        width: 80%;
    }

    .saas_two_banner_section.solution-main.chooseus .saas2-headline h1 {
        font-size: 38px;
    }

    .Box-text .Box-text-icon img {
        width: 20%;
    }

    .triangle:before {
        display: none;
    }

    .stap-inner .col-md-6.pt-5 {
        padding-top: 0 !important;
    }

    .colorBox {
        margin-top: 10px;
        min-height: 210px;
    }
}

@media (max-width: 280px) {
    .s2-banner_content.saas2-headline.pera-content.text-center {
        padding: 0;
    }

    .saas_two_banner_section.banner-about .s2-banner_area .banner_mockup iframe {
        left: 17%;
        top: 2%;
        width: 69%;
        height: 140px;
    }

    .choosevc.border-right {
        border-right: none !important;
    }
}

.log-in-pop {
    position: relative;
    overflow: hidden;
    background: #fff;
    margin: 0 auto;
    margin-top: 5%;
}

.log-in-pop-left {
    float: left;
    width: 40%;
    background: #002147 no-repeat center center;
    padding: 18.5% 6%;
    color: #fff;
    height: 100%;
    bottom: 0;
}

.log-in-pop-right {
    float: left;
    width: 60%;
    padding: 20px 30px;
}

.wa-chat-box-brand {
    width: 20% !important;
    height: auto !important;
    border-radius: 0 !important;
}

.btn-primary {
    color: #fff;
    background-color: #004D99;
    border-color: #004D99;
}

a.already-higlighted {
    background: none;
    padding: 5px 10px;
    color: #004D99;
    text-decoration: underline;
    border-radius: 5px;
    text-align: center;
}

button.buttonorgnew {
    background: #004D99;
    color: #fff;
    border-radius: 50px;
    padding: 4px 14px;
}

    button.buttonorgnew:hover {
        border: 1px solid#004D99 !important;
        background: #fff !important;
        color: #004D99 !important;
    }

a .already-higlighted:hover {
    background: #f15c58;
    transition: .4s;
}

button.btn.btn-default.btn-color-border-solid:hover {
    /*background: #004D99;*/
    transition: .4s;
}

.widget-appointment select.form-control:not([size]):not([multiple]) {
    height: auto;
}

.wrap ul.accordion .link.active a {
    background: #004D99 !important;
    height: 40px !important;
}

.signinbtn span {
    color: #fff !important;
}

.col-sm-12.mt-5.widget-appointment.loginform {
    width: 77%;
    margin: auto;
}

.loginform::placeholder {
    font-size: 14px !important;
}

.main_header_login ul {
    padding: 0;
    margin: 0;
    display: flex;
}

    .main_header_login ul li {
        list-style: none;
        align-items: center;
        justify-content: center;
        /*display: flex;*/
        margin-right: 10px;
    }

        .main_header_login ul li a {
            background: var(--primary-color);
            color: #fff;
            padding: 5px 27px;
            border-radius: 15px;
        }

            .main_header_login ul li a:hover {
                background: var(--secondary-color);
            }

.col-sm-12.mt-5.widget-appointment.loginform {
    margin-top: 0 !important;
    width: 100%;
    background: linear-gradient(29deg,var(--primary-color),var(--secondary-color)) !important;
    border-radius: 10px;
    padding: 30px 30px 30px;
    box-shadow: 0px 6px 24px #00000080;
    border: 1px solid #ffffff80;
}

    .col-sm-12.mt-5.widget-appointment.loginform h4 {
        color: #fff;
    }

.loginbanner.mt-5.mb-5::before {
    display: none;
}


a-bdr patientpass:hover {
    background: linear-gradient(20deg,#004D99,#42A89B) !important;
}


.col-sm-12.mt-5.widget-appointment.loginform .form-group label, .form-group legend {
    color: #fff;
    font-size: 13px;
}

.s2-copyright {
    background: linear-gradient(20deg,var(--primary-color),var(--secondary-color));
}

    .s2-copyright a {
        color: #fff;
        text-decoration: underline;
    }

a#btnPasswordss {
    color: #fff;
}

.col-sm-12.mt-5.widget-appointment.loginform button.btn.btn-default.btn-color-border-solid.dvLoginSubmitBtn.pull-right.button2.main_top_ui {
    background: var(--primary-color);
    color: #fff !important;
}

    .col-sm-12.mt-5.widget-appointment.loginform button.btn.btn-default.btn-color-border-solid.dvLoginSubmitBtn.pull-right.button2.main_top_ui:hover {
        background: var(--secondary-color);
    }

.saas_two_footer_section .s2_footer_widget .s2_footer_social a {
    background-color: var(--primary-color);
}

.col-sm-12.mt-5.widget-appointment.loginform button#btnGetOTP {
    background: #42A89B;
    color: #fff !important;
}

    .col-sm-12.mt-5.widget-appointment.loginform button#btnGetOTP i {
        margin-right: 5px;
    }

.footer_about p i {
    font-size: 20px;
    color: var(--primary-color);
    padding-right: 5px;
}



.footer_about p img {
    margin-right: 5px;
}

.footer_about p:hover {
    background: linear-gradient(20deg,var(--primary-color),var(--secondary-color));
    color: #fff !important;
    padding-right: 10px;
}

.footer_about p {
    padding-left: 10px;
}

    .footer_about p:hover i {
        color: #fff !important;
    }

.saas_two_footer_section .s2_footer_widget .footer_about a:hover {
    color: #fff;
}

.footer_link p a {
    font-size: 14px;
}

.footer_link p {
    padding-left: 10px;
}

    .footer_link p:hover {
        background: linear-gradient(20deg,var(--primary-color),#42A89B);
        color: #fff !important;
        padding-right: 10px;
        color: #fff;
    }

    .footer_link p a:hover {
        color: #fff;
    }

.hover_notsimple p:hover {
    background: none !important;
    color: #000 !important;
}

    .hover_notsimple p:hover i {
        color: var(--primary-color) !important;
    }

/*.hover_notsimple p i {
    color: #42A89B;
}*/

.hover_notsimple p {
    font-weight: 500;
    font-size: 16px;
}

.error-captcha .btn-color-border-solid {
    color: #fff;
}

img.play_responsive {
    width: 100%;
}

.saas_two_footer_section .s2_footer_widget .s2_widget_title span {
    width: 100%;
    font-weight: 500;
}

.saas_two_footer_section .s2_footer_widget .s2_widget_title {
    display: block;
}

    .saas_two_footer_section .s2_footer_widget .s2_widget_title span {
        margin-right: 0;
        margin-bottom: 0;
    }

img.login_img {
    display: block;
    margin: auto;
}

input#CaptchaValue {
    width: 100%;
}

/*.reloadandinput {
    display: flex;
    align-items: center;
}*/

span#scaptcha {
    margin-bottom: 0;
    margin-right: 30px;
    display: block;
}

.main_string_width .form-group input::placeholder {
    font-size: 14px !important;
}

.main_string_width input::placeholder {
    font-size: 14px !important;
}

a.reloadcap {
    padding: 11px 20px;
}

.loginpass {
    font-size: 15px !important;
}

.otpbtn {
    font-size: 15px !important;
}

.haerder_logoimg a img {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

div#captcha {
    filter: invert(1);
    width: 70%;
}

@media screen and (max-width: 540px) {
    .main_header_login {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    div#divloader {
        display: none;
    }
    .registrationpage {
        margin-top: 50% !important;
        margin-bottom: 4%;
    }
}

.qa_cmble {
    position: fixed;
    background: #fff;
    width: 180px;
    height: 170px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin: 0;
    z-index: 9999;
}

    .qa_cmble p {
        color: #000;
        padding: 0;
        border-bottom: 1px solid #ccc;
        margin-bottom: 5px;
        font-size: 13px;
    }

.button_qr {
    border: none;
    background: none;
}

    .button_qr:focus {
        outline: none;
    }

.top_qring {
    display: flex;
    align-items: end;
}

img#logo_tag {
    width: 60%;
    display: block;
}

.indiadropdown-menu {
    display: none;
}

.india_headerlog:hover .indiadropdown-menu {
    display: block;
}

.india_headerlog .helpsupport {
    border: 1px solid #000;
    border-radius: 20px;
    padding: 5px 7px;
    font-weight: 600;
    font-size: 14px;
}

.indiadropdown-menu {
    position: absolute;
    background: #fff;
    width: 300px;
    right: 0%;
    top: 59px;
    box-shadow: 0px 17px 19px -5px rgb(0 0 0 / 35%);
    border-radius: 0 0 12px 12px;
}

    .indiadropdown-menu h3 {
        font-size: 18px;
        padding-left: 13px;
        margin-bottom: 5px;
        color: var(--secondary-color);
        padding: 10px;
    }

.india_headerlog a.button2.mt-0.requestbtn {
    padding: 4px 20px;
    border-radius: 16px;
}

.helpsupport {
    position: relative;
}

.indiadropdown-menu .right_menu a {
    line-height: 2;
    padding: 5px 0px 0px 13px !important;
}

    .indiadropdown-menu .right_menu a:hover {
        background: #004d99;
        color: #fff;
    }

.saas_two_main_header .dropdown .dropdown-menu {
    left: -110% !important;
    padding: 0;
    width: 300px !important;
}

.indiadropdown-menu .requestbtn:hover {
    background: #004d99;
    color: #fff !important;
}

.indiadropdown-menu .col-md-6.pl-0.right_menu a {
    display: block;
    width: 100%;
}

footer#saas_two_footer {
    position: absolute;
}

.samdivconfig .login_account_log {
    margin-top: 15px !important;
    width: 72%;
    padding: 5px 20px;
    margin: auto;
    display: block;
    padding-top: 5px !important;
}

.divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
    margin-bottom: 15px;
    color: #fff;
}

    .divider::before,
    .divider::after {
        content: '';
        flex: 1;
        border-top: 1px solid #ccc;
        margin: 0 10px;
    }

    .divider span {
        white-space: nowrap;
        font-size: 14px;
        color: #fff;
    }

.login_account_log {
    border: 1px solid #fff !important;
    padding: 5px 0px;
    border-radius: 32px;
    text-align: center;
    padding-top: 0px !important;
}

.newdesign_captch {
    display: flex;
    padding: 4px 5px;
    border-radius: 3px;
}

    .newdesign_captch #scaptcha {
        color: #fff !important;
        font-weight: 500;
    }

    .newdesign_captch .reloadcap i {
        color: #fff !important;
        position: absolute;
        right: 20px;
        top: 13px;
    }

input#CaptchaValue::placeholder {
    font-size: 13px;
}
/*.saas_two_main_header .brand_logo img {
    width: 150px;
    height: 35px;
    object-fit: cover;
}*/
.qricons {
    width: 30px;
    /*    filter: invert(1);*/
}

.flatpathimg {
    width: 25px !important;
}

.inner-heading h4 {
    color: #fff;
}
/*.d-flex.your_new_logo img {
    width: 150px;
    height: 35px;
    object-fit: cover;
}*/

@media (min-width: 1400px) and (max-width: 1920px) {
    .loginbanner.mt-5.mb-5 {
        padding: 110px 0 !important;
        margin-top: -26px !important;
    }
}

@media screen and (max-width: 991px) {
    .saas_two_main_header .s2-main-navigation {
        display: block !important;
    }
}
