@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}


a:not([href]):not([tabindex]) {
    color: #002961 !important;
}
li.goto-slide:hover a {
    color: fff !important;
}
.spinner-border {
    position: relative;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    overflow: hidden;
    text-indent: -999em;
    vertical-align: text-bottom;
    border: .25em solid;
    border-color: currentColor transparent currentColor currentColor;
    border-radius: 50%;
    animation-name: spinner-border;
    animation-duration: .75s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.spinner-border-reverse {
    border-color: transparent currentColor transparent transparent;
}

    .spinner-border-reverse::after {
        position: absolute;
        top: -.25em;
        right: -.25em;
        bottom: -.25em;
        left: -.25em;
        display: inline-block;
        content: "";
        border: 0.25em solid rgba(0, 0, 0, 0.1);
        border-radius: 50%;
    }

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em;
}

    .spinner-border-sm.spinner-border-reverse::after {
        border-width: .2em;
    }

@keyframes spinner-grow {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.spinner-grow {
    position: relative;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    overflow: hidden;
    text-indent: -999em;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    animation-name: spinner-grow;
    animation-duration: .75s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}



.section_boxes {
    position: relative;
    display: table-footer-groupb;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.owl-dots{
    display:none;
}
.d-none {
    display:none !important;
}

    @media only screen and (max-width: 767px) {

        nav .navbar-collapse {
            display: flow-root;
        }

        nav {
            display: block;
        }
            nav .navbar-toggler {
                float: right;
                margin-top: 15px;
            }

        .bg_lightBlue {
            background-image: -moz-linear-gradient( 90deg, rgb(210,237,244) 0%, rgb(233,246,250) 47%, rgb(255,255,255) 100%);
            background-image: -webkit-linear-gradient( 90deg, rgb(210,237,244) 0%, rgb(233,246,250) 47%, rgb(255,255,255) 100%);
            background-image: -ms-linear-gradient( 90deg, rgb(210,237,244) 0%, rgb(233,246,250) 47%, rgb(255,255,255) 100%);
            padding: 15px 15px 15px 15px;
            border-style: solid;
            border-width: 1px;
            border-color: rgb(210, 237, 244);
            margin-bottom: 50px;
            position: relative;
            min-height: 420px;
        }

        .category-image {
            width: 100%;
            display: block;
            border: solid 1px #dadada;
        }

            .category-image img {
                width: 100%;
                border: solid 5px #fff;
            }

        .border-box {
            border: dashed 2px #d7000b;
            border-left: 0;
            min-height: 420px;
        }
        .form-group {
            margin-bottom: 8px;
        }
        #LoginDropBox {
            margin-top: -60px;
        }
        .form-detail-section {
            font-size: 12px;
        }
        .video-box {
            width: 280px;
            height: 300px;
            margin: 22px 71px;
            position: relative;
            top: 40px;
        }

        .banner-video {
            background: url('../../content/video/video_bg_laptop_mb.png') no-repeat;
            width: 100%;
            max-width: 850px;
            display: block;
            /*position: absolute;*/
            min-height: 250px;
            z-index: 1000;
            top: 0px;
            margin-left: 35px;
        }

        .hidden-mb {
            display: none;
        }

        .br-in-mob {
            display: block;
        }

        .b_list {
            min-height: 246px;
            width: 219px;
            display: inline-block;
            background: -moz-linear-gradient( 90deg, rgb(210,237,244) 0%, rgb(233,246,250) 47%, rgb(255,255,255) 100%);
            background: -webkit-linear-gradient( 90deg, rgb(210,237,244) 0%, rgb(233,246,250) 47%, rgb(255,255,255) 100%);
            background: -ms-linear-gradient( 90deg, rgb(210,237,244) 0%, rgb(233,246,250) 47%, rgb(255,255,255) 100%);
        }

        .boxes_list {
            display: inline-block;
        }

        .use_cases {
            margin-top: 0px;
            display: block;
            width: 100%;
            max-width: 1060px;
            margin: 0px auto;
        }

            .use_cases ul {
                margin: 0;
                padding: 0;
                text-align: center;
                width: 100%
            }

                .use_cases ul li {
                    list-style-type: none;
                    /* float: left; */
                    margin: 0 8px;
                    color: #fff;
                    text-align: center;
                    display: inline-block;
                }

                    .use_cases ul li p {
                        margin-top: 10px;
                    }

                    .use_cases ul li a {
                        width: 50px;
                        height: 50px;
                        border-radius: 50%;
                        color: #002961;
                        background: -moz-linear-gradient( 90deg, rgb(210,237,244) 0%, rgb(233,246,250) 47%, rgb(255,255,255) 100%);
                        background: -webkit-linear-gradient( 90deg, rgb(210,237,244) 0%, rgb(233,246,250) 47%, rgb(255,255,255) 100%);
                        background: -ms-linear-gradient( 90deg, rgb(210,237,244) 0%, rgb(233,246,250) 47%, rgb(255,255,255) 100%);
                        display: inline-block;
                    }

                        .use_cases ul li a:hover {
                            background: #b70912;
                            color: #fff;
                        }

                        .use_cases ul li a i {
                            font-size: 20px;
                            line-height: 50px;
                        }

        #homeSliderCarousel {
            min-height: 140px
        }

        .login_box {
            width: 42%;
            float: right;
            position: absolute;
            right: 137px;
            background-color: #e6e6e6;
            border-radius: 10px;
            top: 33px;
            right: 0;
        }

        .incBox {
            padding-bottom: 5px;
            clear: both;
            text-align: center;
            color: #e40418;
            font-size: 13px;
        }

        /*.patient-login-btn:hover {
           background:#dc161f
        }*/
        .inner_head {
            color: #fff;
            text-shadow: 2px 2px 6px #000;
            font-size: 35px;
            font-weight: 600;
        }

        .bottom_text {
            color: #fff;
            font-size: 18px;
            font-family: inherit;
            font-weight: 300;
            text-shadow: 2px 2px 6px #000;
        }

        .social_box {
            display: none;
        }

        .btn_login_wrap .login_btn {
            padding: 5px 12px;
            margin-top: 1px;
            position: relative;
            top: -25px;
            left: 9px;
        }

        .input_box {
            width: 35%;
            float: left;
            height: 30px;
            top: -4px;
            position: relative;
        }

        .login_box {
            background-color: #f7f7f7;
            margin-top: -8px;
        }

        .icon-wrap img {
            width: 100%;
            float: left;
            top: 5px;
            position: relative;
            left: 3px;
        }

        .icon-wrap input {
            width: 85%;
            float: left;
            height: 30px;
            top: -4px;
            position: relative;
        }



        .input_box input {
            position: relative;
            border-radius: 5px !important;
            border: 1px solid #ccc !important;
            height: 31px !important;
            top: 3px;
        }

        .login_box .icon-wrap {
            width: 5%;
            float: left;
        }

        .login_box form {
            position: relative;
            top: 14px;
        }

        .req_btn {
            cursor: pointer;
        }

        .Main_login_form {
            top: -2px;
            position: relative;
            left: 8px;
        }


        .banner_btns {
            text-align: center;
        }

        .btnRqstDmo .req_btn {
            margin-left: -15px;
            margin-top: 30px;
        }

        .boxes_list {
            padding: 0;
        }

        #myVideo {
            width: 100%;
        }

        .b_list {
            border: 1px solid #e0e0e0;
            top: 14px;
            position: relative;
            margin-bottom: 15px;
        }

        .req_btn {
            padding: 6px 16px;
            background-color: var(--primary-color);
            border: none;
            color: #fff;
            border-radius: 50px;
            margin-left: 40px;
            top: 0px;
            position: relative;
            font-size: 11px;
        }

        .req_btn_banner {
            padding: 6px 16px;
            background-color: var(--primary-color);
            border: none;
            color: #fff;
            border-radius: 50px;
            margin-left: 40px;
            top: 7px;
            position: relative;
            font-size: 11px;
            cursor: pointer;
        }

        .howItWorks h3 {
            margin-top: 4em;
        }

        .video-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(var(--secondary-light-color),0.7);
            z-index: 0;
        }

        .overlay-off .video-overlay {
            z-index: 0;
        }

        .homelayer1 video {
            position: relative;
            top: 0px;
            z-index: -1;
        }

        .contentArea {
            position: relative;
            z-index: 999;
            background-color: white;
        }

        .banner_text {
            position: absolute;
            z-index: 1;
            /* margin-top: 20px; */
            top: 45px;
            /*left: 10%;*/
            width: 100%;
        }

        .inner_head {
            color: #fff;
            text-shadow: 2px 2px 6px #000;
            font-size: 20px;
            font-weight: 600;
        }

        .bottom_text {
            color: #fff;
            font-size: 15px;
            font-family: inherit;
            font-weight: 300;
            text-shadow: 2px 2px 6px #000;
            float: center;
        }

        .homelayer1 {
            min-height: 315px;
            position: relative;
            padding-top: 160px;
            box-shadow: inset 0px 0px 10px #a7a7a7;
            margin-top: 3.5em;
        }

        /*.homePageChange {
        position: relative;
        left: -50px;
        top: 0px;
        display: block;
    }*/
        .header-logins-btn {
            width: 150px;
            margin-top: 12px;
            margin-bottom: 15px;
            float: right;
            position: relative;
            right: -6px;
        }

        .header-logins .dropdown-menu {
            width: 100% !important;
        }

        .navbar-toggler {
            display: block !important;
        }

        .navBarOpen {
            z-index: 99999;
            background-color: #f7f7f7;
        }

        .country .dropdown {
            width: 100%;
        }

        .country {
            margin-top: 15px;
        }


        .hidden-tab {
            display: none;
        }

        .hidden-des-lap {
            display: block;
        }
    }



@media only screen and (max-width: 450px) {

    .form-detail-section {
        font-size: 12px;
    }
    .use_cases ul li {
        margin: 0 0px;
    }
    .video-box {
        width: 230px;
        height: 170px;
        margin: 22px 62px;
        position: relative;
        top: 35px;
    }

    .banner-video {
        background: url('../../content/video/video_bg_laptop_xs_mb.png') no-repeat;
        width: 100%;
        max-width: 850px;
        display: block;
        /*position: absolute;*/
        min-height: 200px;
        z-index: 1000;
        top: 0px;
        margin-left: 0px;
    }
}
    #forgetPassword {
        z-index: 999999 !important;
    }



    @media only screen and (min-width: 768px) {

        .bg_lightBlue {
            background-image: -moz-linear-gradient( 90deg, rgb(210,237,244) 0%, rgb(233,246,250) 47%, rgb(255,255,255) 100%);
            background-image: -webkit-linear-gradient( 90deg, rgb(210,237,244) 0%, rgb(233,246,250) 47%, rgb(255,255,255) 100%);
            background-image: -ms-linear-gradient( 90deg, rgb(210,237,244) 0%, rgb(233,246,250) 47%, rgb(255,255,255) 100%);
            padding: 15px 15px 15px 15px;
            border-style: solid;
            border-width: 1px;
            border-color: rgb(210, 237, 244);
            margin-bottom: 50px;
            position: relative;
            min-height: 420px;
        }

        .category-image {
            width: 100%;
            display: block;
            border: solid 1px #dadada;
        }

            .category-image img {
                width: 100%;
                border: solid 5px #fff;
            }

        .border-box {
            border: dashed 2px #d7000b;
            border-left: 0;
            min-height: 420px;
        }

        .form-group {
            margin-bottom: 30px;
        }
        .b_list {
            min-height: 246px;
            width: 32%;
            display: inline-block;
            background: -moz-linear-gradient( 90deg, rgb(210,237,244) 0%, rgb(233,246,250) 47%, rgb(255,255,255) 100%);
            background: -webkit-linear-gradient( 90deg, rgb(210,237,244) 0%, rgb(233,246,250) 47%, rgb(255,255,255) 100%);
            background: -ms-linear-gradient( 90deg, rgb(210,237,244) 0%, rgb(233,246,250) 47%, rgb(255,255,255) 100%);
        }

        .boxes_list {
            display: inline-block;
        }

        .use_cases {
            margin-top: 50px;
            display: block;
            width: 100%;
            max-width: 1060px;
            margin: 50px auto;
        }

            .use_cases ul {
                margin: 0;
                padding: 0;
            }

                .use_cases ul li {
                    list-style-type: none;
                    float: left;
                    margin: 0 10px;
                    color: #fff;
                    text-align: center;
                }

                    .use_cases ul li p {
                        margin-top: 10px;
                    }

                    .use_cases ul li a {
                        width: 90px;
                        height: 90px;
                        border-radius: 50%;
                        color: #002961;
                        background: -moz-linear-gradient( 90deg, rgb(210,237,244) 0%, rgb(233,246,250) 47%, rgb(255,255,255) 100%);
                        background: -webkit-linear-gradient( 90deg, rgb(210,237,244) 0%, rgb(233,246,250) 47%, rgb(255,255,255) 100%);
                        background: -ms-linear-gradient( 90deg, rgb(210,237,244) 0%, rgb(233,246,250) 47%, rgb(255,255,255) 100%);
                        display: block;
                    }

                        .use_cases ul li a:hover {
                            background: #b70912;
                            color: #fff;
                        }

                        .use_cases ul li a i {
                            font-size: 31px;
                            line-height: 85px;
                        }

        .login_box {
            width: 42%;
            float: right;
            position: absolute;
            right: 137px;
            background-color: #e6e6e6;
            border-radius: 10px;
            top: 33px;
            right: 0;
        }

        .incBox {
            padding-bottom: 5px;
            clear: both;
            text-align: center;
            color: #e40418;
            font-size: 13px;
        }

        /*.patient-login-btn:hover {
           background:#dc161f
        }*/
        .inner_head {
            color: #fff;
            text-shadow: 2px 2px 6px #000;
            font-size: 35px;
            font-weight: 600;
        }

        .bottom_text {
            color: #fff;
            font-size: 18px;
            font-family: inherit;
            font-weight: 300;
            text-shadow: 2px 2px 6px #000;
        }

        .hidden-des-lap {
            display: block;
        }

        .hidden-tab {
            display: none !important;
        }

        .homePageChange {
            display: none;
        }

        .req_btn {
            padding: 10px 20px;
            background-color: var(--primary-color);
            border: none;
            color: #fff;
            border-radius: 50px;
            margin-left: 40px;
            top: -7px;
            position: relative;
        }

        .req_btn_banner {
            padding: 6px 16px;
            background-color: var(--primary-color);
            border: none;
            color: #fff;
            border-radius: 50px;
            margin-left: 40px;
            top: 7px;
            position: relative;
            font-size: 11px;
            cursor: pointer;
        }


        .inner_head {
            color: #fff;
            text-shadow: 2px 2px 6px #000;
            font-size: 40px;
            font-weight: 600;
        }

        .bottom_text {
            color: #fff;
            font-size: 24px;
            font-family: inherit;
            font-weight: 300;
            text-shadow: 2px 2px 6px #000;
        }

        .icon-wrap img {
            width: 100%;
            float: left;
            top: 5px;
            position: relative;
            left: 3px;
        }

        .icon-wrap input {
            width: 85%;
            float: left;
            height: 30px;
            top: -4px;
            position: relative;
        }



        .input_box input {
            position: relative;
            border-radius: 5px !important;
            border: 1px solid #ccc !important;
            height: 31px !important;
            top: 3px;
        }

        .login_box .icon-wrap {
            width: 5%;
            float: left;
        }

        .login_box form {
            position: relative;
            top: 14px;
        }

        .req_btn {
            cursor: pointer;
        }

        .Main_login_form {
            top: -2px;
            position: relative;
            left: 8px;
        }

        .homelayer1 {
            min-height: 786px;
            position: relative;
            padding-top: 160px;
            box-shadow: inset 0px 0px 10px #a7a7a7;
            margin-top: 3.5em;
        }
    }

    @media only screen and (max-width: 991px) and (min-width: 768px) {
        .header-logins .dropdown-menu {
            right: -140px !important;
        }

        .br-in-mob {
            display: block;
        }

        .banner-laptop {
            position: relative;
            width: 100%;
            max-width: 850px;
            margin: 0 auto;
            display: block;
            clear: both;
        }

        .video-box {
            width: 380px;
            height: 300px;
            margin: 50px 120px;
            position: relative;
            top: 45px;
        }

        .banner-video {
            background: url('../../content/video/video_bg_laptop_mb_big.png') no-repeat;
            width: 100%;
            max-width: 850px;
            display: block;
            /*position: absolute;*/
            min-height: 340px;
            z-index: 1000;
            top: 0px;
            margin-left: 35px;
        }

        .patient-login-btn {
            font-size: 12px;
            border: none;
            padding: 5px 10px;
            border-radius: 0 15px 15px 0;
            color: #275d95;
            background-color: #f7f7f7 !important;
            border: 1px solid #275d95;
            cursor: pointer;
            transition: .5s all;
        }

            .patient-login-btn:focus {
                background-color: #f7f7f7 !important;
            }

            .patient-login-btn:hover {
                border-radius: 0 15px 15px 0;
                color: #fff;
                background-color: #275d95 !important;
                border: 1px solid #275d95;
            }

        .phyLoginBtn {
            font-size: 12px;
            padding: 5px 10px;
            border-radius: 15px 0 0 15px;
            color: #fff;
            background-color: #275d95;
            border: 1px solid #275d95;
            position: relative;
            left: 5px;
            cursor: pointer;
            transition: .5s all;
        }

            .phyLoginBtn:hover {
                color: #fff;
                background-color: #275d95;
                border: 1px solid #275d95;
            }

            .phyLoginBtn:focus {
                background-color: #275d95;
            }

        .btnGroup {
            margin-top: -5px;
        }

        .patient-search .search-icon {
            background: transparent;
            color: var(--primary-color);
            padding: 4px 8px 4px 8px;
            position: absolute;
            right: 0;
        }

        .input_box {
            width: 35%;
            float: left;
            height: 30px;
            top: -4px;
            position: relative;
        }

        .login_box .login_btn {
            /*width: 20%;*/
            float: right;
            background-color: transparent;
            border: none;
            color: #dc161f;
            font-weight: 500;
            width: 18%;
            text-align: left;
            top: -21px;
            position: relative;
            font-size: 15px;
            left: -8px;
            z-index: 111;
        }

        .atp-logo-header img {
            width: 120px;
        }

        .banner_btns {
            text-align: center;
            margin-left: 40px;
        }

        .btnRqstDmo .req_btn {
            margin-left: -15px;
            margin-top: 30px;
        }

        #myVideo {
            width: 100%;
        }

        .b_list {
            border: 1px solid #e0e0e0;
            top: 14px;
            position: relative;
            margin-bottom: 15px;
        }

        .video-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            background-color: rgba(var(--secondary-light-color),0.7);
            z-index: 0;
        }

        .overlay-off .video-overlay {
            z-index: 0;
        }

        .homelayer1 video {
            /*position: fixed;*/
            top: 0px;
            z-index: -1;
        }

        .contentArea {
            position: relative;
            z-index: 999;
            background-color: white;
        }

        .banner_text {
            position: absolute;
            z-index: 1;
            /* margin-top: 20px; */
            top: 40px;
            left: 10%;
        }

        .inner_head {
            color: #fff;
            text-shadow: 2px 2px 6px #000;
            font-size: 24px;
            font-weight: 600;
        }

        .bottom_text {
            color: #fff;
            font-size: 16px;
            font-family: inherit;
            font-weight: 300;
            text-shadow: 2px 2px 6px #000;
        }

        .homelayer1 {
            min-height: 400px;
            position: relative;
            padding-top: 160px;
            box-shadow: none;
        }


        .login_box {
            width: 80%;
            float: right;
            position: absolute;
            right: 137px;
            background-color: #e6e6e6;
            border-radius: 10px;
            top: 33px;
            right: 0;
        }

        .incBox {
            padding-bottom: 5px;
            clear: both;
            text-align: center;
            color: #e40418;
            font-size: 13px;
        }
    }


    @media only screen and (max-width: 1200px) and (min-width: 992px) {
        .br-in-mob {
            display: none;
        }

        .hidden-tab {
            display: block !important;
        }
        /*.banner_btns {
            clear: unset;
            float: right;
        }*/

        .btnRqstDmo .req_btn {
            margin-left: 10px;
            margin-top: 10px;
        }

        #myVideo {
            width: 100%;
        }

        .video-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            background-color: rgba(var(--secondary-light-color),0.7);
            z-index: 0;
        }

        .overlay-off .video-overlay {
            z-index: 0;
        }

        .homelayer1 video {
            /*position: fixed;*/
            top: -100px;
            z-index: -1;
        }

        .contentArea {
            position: relative;
            z-index: 999;
            background-color: white;
        }

        .banner_text {
            /*position: absolute;*/
            z-index: 1;
            /* margin-top: 20px; */
            top: 80px;
            left: 10%;
        }

        .login_box {
            width: 58%;
            float: right;
            position: absolute;
            right: 137px;
            background-color: #e6e6e6;
            border-radius: 10px;
            top: 33px;
            right: 0;
        }

        .incBox {
            padding-bottom: 5px;
            clear: both;
            text-align: center;
            color: #e40418;
            font-size: 13px;
        }

        .inner_head {
            color: #fff;
            text-shadow: 2px 2px 6px #000;
            font-size: 40px;
            font-weight: 600;
        }

        .bottom_text {
            color: #fff;
            font-size: 26px;
            font-family: inherit;
            font-weight: 300;
            text-shadow: 2px 2px 6px #000;
        }
    }

    @media only screen and (min-width: 992px) {


        .bg_lightBlue {
            background-image: -moz-linear-gradient( 90deg, rgb(210,237,244) 0%, rgb(233,246,250) 47%, rgb(255,255,255) 100%);
            background-image: -webkit-linear-gradient( 90deg, rgb(210,237,244) 0%, rgb(233,246,250) 47%, rgb(255,255,255) 100%);
            background-image: -ms-linear-gradient( 90deg, rgb(210,237,244) 0%, rgb(233,246,250) 47%, rgb(255,255,255) 100%);
            padding: 55px 370px 15px 15px;
            border-style: solid;
            border-width: 1px;
            border-color: rgb(210, 237, 244);
            margin-bottom: 50px;
            position: relative;
            min-height: 420px;
        }

        .category-image {
            position: absolute;
            width: 480px;
            height: 301px;
            display: block;
            right: -135px;
            top: 60px;
            border: solid 1px #dadada;
        }

            .category-image img {
                width: 100%;
                border: solid 5px #fff;
            }

        .border-box {
            border: dashed 2px #d7000b;
            border-left: 0;
            min-height: 420px;
        }
        .br-in-mob {
            display: none;
        }

        .hidden-des-lap {
            display: none !important;
        }

        .hidden-tab {
            display: block !important;
        }

        .banner-video {
            background: url('../../content/video/video_bg_laptop.png') no-repeat;
            width: 100%;
            max-width: 850px;
            display: block;
            position: absolute;
            min-height: 500px;
            z-index: 1000;
            top: 0px;
        }


        .patient-login-btn {
            font-size: 12px;
            border: none;
            padding: 5px 10px;
            border-radius: 0 15px 15px 0;
            background-color: #f7f7f7 !important;
            color: #275d95;
            border: 1px solid #275d95;
            cursor: pointer;
            transition: .5s all;
        }

            .patient-login-btn:focus {
                background-color: #f7f7f7 !important;
            }

            .patient-login-btn:hover {
                border-radius: 0 15px 15px 0;
                color: #fff;
                background-color: #275d95 !important;
                border: 1px solid #275d95;
            }

        .phyLoginBtn {
            font-size: 12px;
            padding: 5px 10px;
            border-radius: 15px 0 0 15px;
            color: #fff;
            background-color: #275d95;
            border: 1px solid #275d95;
            position: relative;
            left: 5px;
            cursor: pointer;
            transition: .5s all;
        }

            .phyLoginBtn:hover {
                color: #fff;
                background-color: #275d95;
                border: 1px solid #275d95;
            }

            .phyLoginBtn:focus {
                background-color: #275d95;
            }

        .btnGroup {
            margin-top: -5px;
        }

        .input_box {
            width: 37%;
            float: left;
            height: 30px;
            top: -4px;
            position: relative;
        }

        .login_box .login_btn {
            width: 20%;
            float: right;
            background-color: transparent;
            border: none;
            color: #dc161f;
            font-weight: 500;
            width: 18%;
            text-align: left;
            top: -27px;
            position: relative;
            font-size: 15px;
            left: 2px;
            z-index: 111;
        }

        .boxes_list {
            display: inline-block;
            transition: all .5s;
        }





        .banner_btns {
            /*clear: unset;
            float: right;*/
            margin-top: 30px;
        }

        .btnRqstDmo .req_btn {
            margin-left: 10px;
            margin-top: 10px;
        }

        .b_list {
            min-height: 246px;
            width: 32%;
            display: inline-block;
            background: -moz-linear-gradient( 90deg, rgb(210,237,244) 0%, rgb(233,246,250) 47%, rgb(255,255,255) 100%);
            background: -webkit-linear-gradient( 90deg, rgb(210,237,244) 0%, rgb(233,246,250) 47%, rgb(255,255,255) 100%);
            background: -ms-linear-gradient( 90deg, rgb(210,237,244) 0%, rgb(233,246,250) 47%, rgb(255,255,255) 100%);
        }

        .boxes_list {
            display: inline-block;
        }

        .use_cases {
            margin-top: 50px;
            display: block;
            width: 100%;
            max-width: 1060px;
            margin: 50px auto;
        }

            .use_cases ul {
                margin: 0;
                padding: 0;
                width: 100%;
                text-align: center;
            }

                .use_cases ul li {
                    list-style-type: none;
                    float: none;
                    margin: 0 15px;
                    color: #fff;
                    display: inline-grid;
                }

                    .use_cases ul li p {
                        margin-top: 10px;
                    }

                    .use_cases ul li a {
                        width: 120px;
                        height: 120px;
                        border-radius: 50%;
                        color: #002961;
                        background: -moz-linear-gradient( 90deg, rgb(210,237,244) 0%, rgb(233,246,250) 47%, rgb(255,255,255) 100%);
                        background: -webkit-linear-gradient( 90deg, rgb(210,237,244) 0%, rgb(233,246,250) 47%, rgb(255,255,255) 100%);
                        background: -ms-linear-gradient( 90deg, rgb(210,237,244) 0%, rgb(233,246,250) 47%, rgb(255,255,255) 100%);
                        display: block;
                    }

                        .use_cases ul li a:hover {
                            background: #b70912;
                            color: #fff;
                        }

                        .use_cases ul li a i {
                            font-size: 48px;
                            line-height: 124px;
                        }

        .login_box {
            width: 42%;
            float: right;
            position: absolute;
            right: 137px;
            background-color: #e6e6e6;
            border-radius: 10px;
            top: 33px;
            right: 0;
        }

        .incBox {
            padding-bottom: 5px;
            clear: both;
            text-align: center;
            color: #e40418;
            font-size: 13px;
        }

        /*.patient-login-btn:hover {
           background:#dc161f
        }*/
        .inner_head {
            color: #fff;
            text-shadow: 2px 2px 6px #000;
            font-size: 35px;
            font-weight: 600;
        }

        .bottom_text {
            color: #fff;
            font-size: 18px;
            font-family: inherit;
            font-weight: 300;
            text-shadow: 2px 2px 6px #000;
        }

        #myVideo {
            width: 100%;
        }

        .banner-laptop {
            position: relative;
            width: 100%;
            max-width: 850px;
            margin: 0 auto;
            display: block;
            clear: both;
        }

        .banner-video {
            background: url('../../content/video/video_bg_laptop.png') no-repeat;
            width: 100%;
            max-width: 850px;
            display: block;
            position: absolute;
            min-height: 500px;
            z-index: 1000;
            top: 0px;
        }

        .video-box {
            width: 615px;
            height: 395px;
            margin: 50px 118px;
        }

        .video-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            min-height: 780px;
            background-color: #003071;
            z-index: -1;
            opacity: 0.9
        }

        .overlay-off .video-overlay {
            z-index: 0;
        }

        .homelayer1 .video1 {
            position: fixed;
            top: -100px;
            z-index: -1;
        }

        .contentArea {
            position: relative;
            z-index: 999;
            background-color: white;
            padding-top: 290px;
        }

        .banner_text {
            /*position: absolute;
            z-index: 1;
            margin-top: 20px; 
            top: 80px;
            left: 10%;*/
            text-align: center;
            padding-top: 40px;
        }
    }
    /*.slide-home {
    height: 786px;
    background: #002961;
    opacity:0.9
}*/
    @media only screen and (min-width: 1200px) {

        .bg_lightBlue {
            background-image: -moz-linear-gradient( 90deg, rgb(210,237,244) 0%, rgb(233,246,250) 47%, rgb(255,255,255) 100%);
            background-image: -webkit-linear-gradient( 90deg, rgb(210,237,244) 0%, rgb(233,246,250) 47%, rgb(255,255,255) 100%);
            background-image: -ms-linear-gradient( 90deg, rgb(210,237,244) 0%, rgb(233,246,250) 47%, rgb(255,255,255) 100%);
            padding: 15px 370px 15px 15px;
            border-style: solid;
            border-width: 1px;
            border-color: rgb(210, 237, 244);
            margin-bottom: 50px;
            position: relative;
            min-height: 420px;
        }

        .category-image {
            position: absolute;
            width: 480px;
            height: 301px;
            display: block;
            right: -135px;
            top: 60px;
            border: solid 1px #dadada;
        }

            .category-image img {
                width: 100%;
                border: solid 5px #fff;
            }

        .border-box {
            border: dashed 2px #d7000b;
            border-left: 0;
            min-height: 420px;
        }
        .banner_btns {
            /*clear: unset;
            float: right;*/
            margin-top: 30px;
        }

        .btnRqstDmo .req_btn {
            margin-left: 10px;
            margin-top: 10px;
        }

        .b_list {
            min-height: 246px;
            width: 19.5%;
            display: inline-block;
            background: -moz-linear-gradient( 90deg, rgb(210,237,244) 0%, rgb(233,246,250) 47%, rgb(255,255,255) 100%);
            background: -webkit-linear-gradient( 90deg, rgb(210,237,244) 0%, rgb(233,246,250) 47%, rgb(255,255,255) 100%);
            background: -ms-linear-gradient( 90deg, rgb(210,237,244) 0%, rgb(233,246,250) 47%, rgb(255,255,255) 100%);
        }

        .boxes_list {
            display: inline-block;
        }

        .use_cases {
            margin-top: 50px;
            display: block;
            width: 100%;
            max-width: 1060px;
            margin: 20px auto;
        }

            .use_cases ul {
                margin: 0 auto;
                padding: 0;
            }

                .use_cases ul li {
                    list-style-type: none;
                    /*float: none;*/
                    margin: 0 15px;
                    color: #fff;
                }

                    .use_cases ul li p {
                        margin-top: 10px;
                    }

                    .use_cases ul li a {
                        width: 120px;
                        height: 120px;
                        border-radius: 50%;
                        color: #002961;
                        background: -moz-linear-gradient( 90deg, rgb(210,237,244) 0%, rgb(233,246,250) 47%, rgb(255,255,255) 100%);
                        background: -webkit-linear-gradient( 90deg, rgb(210,237,244) 0%, rgb(233,246,250) 47%, rgb(255,255,255) 100%);
                        background: -ms-linear-gradient( 90deg, rgb(210,237,244) 0%, rgb(233,246,250) 47%, rgb(255,255,255) 100%);
                        display: block;
                    }

                        .use_cases ul li a:hover {
                            background: #b70912;
                            color: #fff;
                        }

                        .use_cases ul li a i {
                            font-size: 48px;
                            line-height: 124px;
                        }

        .login_box {
            width: 42%;
            float: right;
            position: absolute;
            right: 137px;
            background-color: #e6e6e6;
            border-radius: 10px;
            top: 33px;
            right: 0;
        }

        .incBox {
            padding-bottom: 5px;
            clear: both;
            text-align: center;
            color: #e40418;
            font-size: 13px;
        }

        /*.patient-login-btn:hover {
           background:#dc161f
        }*/
        .inner_head {
            color: #fff;
            text-shadow: 2px 2px 6px #000;
            font-size: 35px;
            font-weight: 600;
        }

        .bottom_text {
            color: #fff;
            font-size: 18px;
            font-family: inherit;
            font-weight: 300;
            text-shadow: 2px 2px 6px #000;
        }

        #myVideo {
            width: 100%;
        }

        .banner-laptop {
            position: relative;
            width: 100%;
            max-width: 850px;
            margin: 0 auto;
            display: block;
            clear: both;
        }

        .banner-video {
            background: url('../../video/video_bg_laptop.png') no-repeat;
            width: 100%;
            max-width: 850px;
            display: block;
            position: absolute;
            min-height: 500px;
            z-index: 1000;
            top: 0px;
        }

        .video-box {
            width: 615px;
            height: 395px;
            margin: 50px 118px;
        }

        .video-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            min-height: 780px;
            background-color: #003071;
            z-index: -1;
            opacity: 0.9
        }

        .overlay-off .video-overlay {
            z-index: 0;
        }

        .homelayer1 .video1 {
            position: fixed;
            top: -100px;
            z-index: -1;
        }

        .contentArea {
            position: relative;
            z-index: 999;
            background-color: white;
            padding-top: 290px;
        }

        .banner_text {
            /*position: absolute;
            z-index: 1;
            margin-top: 20px; 
            top: 80px;
            left: 10%;*/
            text-align: center;
            padding-top: 50px;
        }
    }






@media only screen and (max-width: 1199px) {

    ds-md-none {
        display: none !important;
    }

    ds-md-block {
        display: block !important;
    }
}

@media only screen and (min-width: 1200px) {

    .add-scroll {
        overflow: hidden;
    }
    .ds-lg-none {
        display: none !important;
    }

    .ds-lg-block {
        display: block !important;
    }
    .d-hd-100vh {
        height: 100vh;
        background-color: #b4c1d1;
    }
}







    @media only screen and (min-width: 1800px) {

        .mx-auto {
            margin: 0 auto;
        }

        .d-hd-100vh {
            height: 100vh;
            background-color: #b4c1d1;
        }
        .ds-xxl-none {
            display: none !important;
        }

        .ds-xxl-block {
            display: block !important;
        }
        .contentArea {
            position: relative;
            z-index: 999;
            background-color: white;
            padding-top: 380px !important;
        }
        .use_cases {
            margin: 100px auto;
        }

        .d-xxl-none {
            display:none !important;
        }
        .d-xxl-block {
            display: block !important;
        }
    }













    .country-content-loader {
        width: 100%;
        padding: 5px 0;
    }

    .boxes_list h4 {
        font-size: 16px;
        text-align: center;
        padding: 38px 10px 15px 10px;
        font-weight: 500;
    }

    .block {
        display: block;
    }

    .b_list ul li {
        list-style: outside !important;
        font-size: 13px;
    }

    .homeBoxBtn {
        text-align: center;
        margin: 20px 15px;
    }

    .mt_100 {
        margin-top: 100px;
    }

    .mt_75 {
        margin-top: 75px;
    }

    .mt_15 {
        margin-top: 15px;
    }

    .clearfix {
        clear: both;
    }

    .img_responsive {
        width: 100%;
    }

    .mtb_30 {
        margin: 30px 0;
    }

    .howItWorks h3 {
        margin-top: 2em;
    }

    .home_p {
        color: #777777;
        font-weight: 300;
        line-height: 1.7;
        text-align: justify;
    }




  

    .footer_sec {
        background-color: #171717;
        padding: 100px 0;
    }

    .mb_80 {
        margin-bottom: 80px;
    }


    /*------   Hover Boxes ----------*/
    .b_list {
        transition: all .5s;
    }

        .b_list:hover {
            box-shadow: 5px 5px 25px #666;
        }


        /*----- End Hover Boxes ------------*/

        /*----- start Hover button ------------*/


        .b_list button {
            border-radius: 40px;
            border: none;
            padding: 8px 20px;
            font-size: 11px;
            background-color: var(--primary-color);
            color: #fff;
            text-align: center;
            transition: all .5s;
            cursor: pointer;
        }

            .b_list button:hover {
                position: relative;
                transform: translate(0px, -5px);
                transition: all .5s;
            }

    /*----- End Hover button ------------*/


    .submit_btn {
        padding: 6px 50px;
        background-color: var(--primary-color);
        color: #fff;
        border-radius: 0px !important;
    }

    .form-horizontal input {
        border-radius: 0px !important;
    }

    .form-horizontal textarea {
        border-radius: 0px !important;
    }

    .footer_head {
        display: block;
        clear: both;
        width: 100%;
        padding: 0px 0px 40px 0;
        font-size: 28px;
        font-weight: bold;
        color: #fff;
    }

    .input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
        background: transparent !important;
        border: 0 !important;
        border-bottom: solid 1px !important;
        font-size: 13px;
    }

   

    .mtb_20 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .mt_35 {
        margin: 35px 0 0 0;
    }

    .sq_btn {
        padding: 5px 30px;
        color: #fff;
        background-color: var(--secondary-color);
        border: none;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
        transition: all .5s;
        cursor: pointer;
    }

        .sq_btn:hover {
            box-shadow: 2px 2px 20px #ccc;
        }

    .round_btn {
        padding: 8px 25px;
        background-color: var(--primary-color);
        border: none;
        color: #fff;
        border-radius: 50px;
        top: -7px;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        font-size: 12px;
        transition: all .4s;
    }

        .round_btn:hover {
            transform: translate(0px, -5px);
        }

    .t__30 {
        top: -30px !important;
    }

    .p_relative {
        position: relative;
    }

    .t_80 {
        top: 100px;
    }


    .abt_list li {
        font-weight: 300;
        font-size: 14px;
        list-style: circle;
        text-align: justify;
    }

    .abt_list {
        list-style: circle;
    }

    .social_list li {
        display: inline-block;
        padding: 0px 6px;
        cursor: pointer;
        transition: all .5s;
    }

        .social_list li i {
            color: #777777;
            font-size: 16px;
            transition: all .3s;
        }

            .social_list li i:hover {
                color: #777777;
                font-size: 16px;
                transform: translate(0px, -5px);
            }

    .social_box {
        position: absolute;
        float: right;
        right: 14px;
        top: -10px;
    }

    .boxes_list {
        list-style: none;
        margin: 0 auto;
        max-width: 1170px;
        width: 100%;
        display: block;
    }

    .hide_desk {
        clear: both;
        /*display:none;*/
    }

    html {
        scroll-behavior: smooth;
    }

    .accessModal .modal-body .form-group {
        margin: 0 auto;
        margin-bottom: 8px;
    }

        .accessModal .modal-body .form-group label {
            width: 100px;
        }

    .accessModal {
        top: 20% !important;
    }

        .accessModal .modal-header {
            background-color: #2f3c7e;
            padding: 0;
            color: #fff;
            font-weight: 400;
            padding: 6px 10px 6px 10px;
        }

        .accessModal .modal-title {
            margin: 0 auto;
            font-size: 18px;
        }

    .patientLoginBtn {
        border-radius: 0;
        left: 1px;
        color: #275d95;
        background-color: #f7f7f7 !important;
        border: 1px solid #275d95;
    }

        .patientLoginBtn:hover {
            color: #fff;
            background-color: #275d95 !important;
            border: 1px solid #275d95;
        }

    .facLogin {
        left: -4px;
        position: relative;
    }

    .footer-end {
        padding: 20px 50px;
        padding-bottom: 0px !important;
    }

    .ausfooter {
        background-color: #00843d;
        border-top: 1px solid #047338;
    }

        .ausfooter p {
            color: #bdffdc;
        }

        .ausfooter a {
            color: #bdffdc !important;
            text-decoration: underline !important;
        }

    .pakfooter {
        background-color: var(--secondary-color);
        border-top: 1px solid rgba(var(--primary-light-color),0.6);
    }

        .pakfooter a {
            color: #d7eeff !important;
            text-decoration: underline !important;
        }

        .pakfooter p {
            color: #d7eeff !important;
        }

/*.login-background {
    background: url('~/Content/video/login-bg.png') no-repeat;
    background-position: center bottom;
    background-size: contain;
    height: 100vh;
    display: block;
}*/


    @media only screen and (max-width: 767px) and (min-width: 320px) {

        .bg_lightBlue {
            padding: 15px;
        }

        .border-box {
            border: dashed 2px #d7000b;
            border-top: 0;
            min-height: 420px;
            display: none;
        }

        /*.category-image {
            display: none;
        }*/

        .b_list {
            min-height: 246px;
            width: 100%;
            display: inline-block;
            background-image: -moz-linear-gradient( 90deg, rgb(210,237,244) 0%, rgb(233,246,250) 47%, rgb(255,255,255) 100%);
            background-image: -webkit-linear-gradient( 90deg, rgb(210,237,244) 0%, rgb(233,246,250) 47%, rgb(255,255,255) 100%);
            background-image: -ms-linear-gradient( 90deg, rgb(210,237,244) 0%, rgb(233,246,250) 47%, rgb(255,255,255) 100%);
            border: solid 1px #d2edf4;
        }

    .d-flex {
        display:none !important;
    }

}



.card {
  
}

/* Tabs Card */

.tab-card {
    border: none;
}

.tab-card-header {
    background: none;
}
    /* Default mode */
    .tab-card-header > .nav-tabs {
        /* border: none; */
        margin: 0px;
        border-bottom: 1px solid #dee2e6;
    }

        .tab-card-header > .nav-tabs > li {
            margin-right: 2px;
        }

            .tab-card-header > .nav-tabs > li > a {
                border: 0;
                margin-right: 5px;
                color: #737373;
                padding: 2px 15px;
            }

                .tab-card-header > .nav-tabs > li > a.show {
                    border-bottom: 2px solid #007bff;
                    color: #007bff;
                }

                .tab-card-header > .nav-tabs > li > a:hover {
                    color: #007bff;
                }

    .tab-card-header > .tab-content {
        padding-bottom: 0;
    }



.card-header-tabs li a{
    padding:0 22px !important;
    display:inline-block !important;
}
.card-header-tabs li a {
    /* border-right: 2px solid #152c71 !important; */
    /* border-right: 2px solid #152c71 !important; */
    display: inline-block !important;
    line-height: 1;
    border-radius: 8px !important;
    color: #172365 !important;
    font-weight: 500;
    /* background-color: #15217d; */
    padding: 10px 30px !important;
    border-radius: 5px;
}
.card-header-tabs li a {
}
.card-header:first-child {
    border: none;
}
/*.card-header-tabs li:first-child a {
    padding-left: 0px !important;
}*/

.card-header-tabs li a.active {
    color: #666 !important;
    border: 1px solid #ccc;
    border-bottom: none;
    border-radius: 0 !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #f6f9ff !important;
    font-weight:600;
    /* color: #15217c; */
}
div.card-header {
    padding:0 !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {

    background-color: #fff;
    border-color: #132061 #dee2e6 #fff;
}



.panel {
    text-align: center;
    background-image: -moz-linear-gradient( 90deg, rgb(210,237,244) 0%, rgb(233,246,250) 47%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(210,237,244) 0%, rgb(233,246,250) 47%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(210,237,244) 0%, rgb(233,246,250) 47%, rgb(255,255,255) 100%);
    border-style: solid;
    border-width: 1px;
    border-color: rgb(210, 237, 244);
    padding: 20px;
}

    .panel:hover {
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px 5px rgba(130, 130, 130, 0.35);
    }

.panel-body {
    padding: 0px;
    text-align: center;
}
.panel-title {
    background: rgb(210,237,244);
    line-height:60px;
    margin-bottom:20px;
}

.the-price {
    padding: 0 20px 20px 20px;
    margin: 0;
}

    .the-price h1 {
        line-height: 1em;
        padding: 0;
        margin: 0;
    }

.subscript {
    font-size: 22px;
    color: var(--primary-color)
}

/* CSS-only ribbon styles    */
.cnrflash {
    /*Position correctly within container*/
    position: absolute;
    top: -9px;
    right: 4px;
    z-index: 1; /*Set overflow to hidden, to mask inner square*/
    overflow: hidden; /*Set size and add subtle rounding  		to soften edges*/
    width: 100px;
    height: 100px;
    border-radius: 3px 5px 3px 0;
}

.cnrflash-inner {
    /*Set position, make larger then 			container and rotate 45 degrees*/
    position: absolute;
    bottom: 0;
    right: 0;
    width: 145px;
    height: 145px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -o-transform: rotate(45deg); /* Opera */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari and Chrome */
    -webkit-transform-origin: 100% 100%; /*Purely decorative effects to add texture and stuff*/ /* Safari and Chrome */
    -ms-transform-origin: 100% 100%; /* IE 9 */
    -o-transform-origin: 100% 100%; /* Opera */
    -moz-transform-origin: 100% 100%; /* Firefox */
    background-size: 4px,auto, auto,auto;
    background-color: var(--primary-color);
    
    box-shadow: 0 3px 3px 0 rgba(1,1,1,.5), 0 1px 0 0 rgba(1,1,1,.5), inset 0 -1px 8px 0 rgba(255,255,255,.3), inset 0 -1px 0 0 rgba(255,255,255,.2);
}

    .cnrflash-inner:before, .cnrflash-inner:after {
        /*Use the border triangle trick to make  				it look like the ribbon wraps round it's 				container*/
        content: " ";
        display: block;
        position: absolute;
        bottom: -16px;
        width: 0;
        height: 0;
        border: 8px solid #800000;
    }

    .cnrflash-inner:before {
        left: 1px;
        border-bottom-color: transparent;
        border-right-color: transparent;
    }

    .cnrflash-inner:after {
        right: 0;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }

.cnrflash-label {
    /*Make the label look nice*/
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding-bottom: 5px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(1,1,1,.8);
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.partner_bg {
    background: #d2edf4;
    margin: 80px 0 0 0;
    padding: 60px 15px;
}
.partner-heading{
    text-align:center;
    padding:15px 0 30px 0;
}
.partner{
    display:block;
    margin-top:30px;
}
.partner img {
    width: 100%;
}

.img-box{
    display:block;
    width:100%;
}
    .img-box img {
        width: 100%;
    }

.footer_sec input::placeholder {
    color: #8a8a8a !important;
}
.footer_sec textarea::placeholder {
    color: #8a8a8a !important;
}
.req_btn:hover {
    color: #fff;
}
/*------------------     ------------------------------------     -------------------------------*/
div.ticketHeader:after {
    content: '';
    top: 0;
    transform: translateX(100%);
    width: 100%;
    height: 34px;
    position: absolute;
    z-index: 1;
    animation: slide 5s infinite;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(128,186,232,0) 99%, rgba(125,185,232,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgb(126 136 173)), color-stop(99%,rgb(103 115 158)), color-stop(100%,rgb(103 115 158)));
    background: -webkit-linear-gradient(left, rgb(103 115 158) 0%,rgb(160 168 195) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgb(255 255 255 / 44%) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 );
}

/* animation */

@keyframes slide {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}