                                                                                                                                            /*ul {
     list-style: none;
}
 ul li::before {
     content: "\2022";
     color: #00bf35;
     font-weight: bold;
     display: inline-block;
     width: 1em;
     font-size: 31px;
     margin-left: -1em;
}
*/

                                                                                                                                            div.scrollmenu {
                                                                                                                                                /* background-color: #333;
     */
                                                                                                                                                /* white-space: nowrap;
     */
                                                                                                                                                /* overflow-x: scroll;
     */
                                                                                                                                                width: 100%;
                                                                                                                                                overflow-x: scroll;
                                                                                                                                                overflow-y: hidden;
                                                                                                                                                white-space: nowrap;
                                                                                                                                                /* overscroll-behavior: none;
     */
                                                                                                                                            }

                                                                                                                                            div.scrollmenu a {
                                                                                                                                                display: inline-block;
                                                                                                                                                color: white;
                                                                                                                                                text-align: center;
                                                                                                                                                padding: 14px;
                                                                                                                                                text-decoration: none;
                                                                                                                                            }

                                                                                                                                            /* div.scrollmenu a:hover {
     background-color: #777;
}
 */

                                                                                                                                            .bs-canvas-overlay {
                                                                                                                                                opacity: 0;
                                                                                                                                                z-index: -1;
                                                                                                                                            }

                                                                                                                                            .bs-canvas-overlay.show {
                                                                                                                                                opacity: 0.85;
                                                                                                                                                z-index: 1100;
                                                                                                                                            }

                                                                                                                                            .bs-canvas {
                                                                                                                                                top: 0;
                                                                                                                                                width: 0;
                                                                                                                                                z-index: 1110;
                                                                                                                                                overflow-x: hidden;
                                                                                                                                                overflow-y: auto;
                                                                                                                                            }

                                                                                                                                            .bs-canvas-left {
                                                                                                                                                left: 0;
                                                                                                                                            }

                                                                                                                                            .bs-canvas-right {
                                                                                                                                                right: 0;
                                                                                                                                            }

                                                                                                                                            .bs-canvas-anim {
                                                                                                                                                transition: all .4s ease-out;
                                                                                                                                                -webkit-transition: all .4s ease-out;
                                                                                                                                                -moz-transition: all .4s ease-out;
                                                                                                                                                -ms-transition: all .4s ease-out;
                                                                                                                                            }

                                                                                                                                            .tab {
                                                                                                                                                overflow: hidden;
                                                                                                                                                border: 1px solid #930000;
                                                                                                                                                background-color: #f8d3d31c;
                                                                                                                                                text-align: center !important;
                                                                                                                                                text-decoration: underline;
                                                                                                                                                /*border-bottom: 5px solid red;
    */
                                                                                                                                            }

                                                                                                                                            .tab button {
                                                                                                                                                background-color: inherit;
                                                                                                                                                float: left;
                                                                                                                                                border: none;
                                                                                                                                                outline: none;
                                                                                                                                                cursor: pointer;
                                                                                                                                                padding: 14px 16px;
                                                                                                                                                transition: 0.3s;
                                                                                                                                                font-size: 17px;
                                                                                                                                            }

                                                                                                                                            .tab button:hover {
                                                                                                                                                background: linear-gradient(0deg, black, transparent)
                                                                                                                                            }

                                                                                                                                            .tab button.active {
                                                                                                                                                background-color: linear-gradient;
                                                                                                                                                background-image: linear-gradient(#ff000000, #777777);
                                                                                                                                                border-bottom: 5px solid #930000;
                                                                                                                                                color: #030101;
                                                                                                                                            }

                                                                                                                                            .tabcontent {
                                                                                                                                                display: none;
                                                                                                                                                padding: 6px 0px;
                                                                                                                                                /* 6px 12px */
                                                                                                                                                border: 1px solid #f00;
                                                                                                                                                /* border-top: aliceblue;
     */
                                                                                                                                                /*margin-top: 20px;
    */
                                                                                                                                            }
                                                                                                                                            .owl-dots{
                                                                                                                                                display:none;
                                                                                                                                            }

                                                                                                                                            #myDIV {
                                                                                                                                                width: 100%;
                                                                                                                                                display: none;
                                                                                                                                                background-color: #f1f1f1;
                                                                                                                                            }

                                                                                                                                            body {
                                                                                                                                                font-family: Arial, Helvetica, sans-serif;
                                                                                                                                                font-size: 20px;
                                                                                                                                                height: 900px;
                                                                                                                                            }

                                                                                                                                            #myBtn {
                                                                                                                                                display: none;
                                                                                                                                                position: fixed;
                                                                                                                                                bottom: 20px;
                                                                                                                                                right: 30px;
                                                                                                                                                z-index: 99;
                                                                                                                                                font-size: 18px;
                                                                                                                                                border: none;
                                                                                                                                                outline: none;
                                                                                                                                                background-color: #9d230c;
                                                                                                                                                color: white;
                                                                                                                                                cursor: pointer;
                                                                                                                                                padding: 15px;
                                                                                                                                                border-radius: 4px;
                                                                                                                                            }

                                                                                                                                            #myBtn:hover {
                                                                                                                                                background-color: #555;
                                                                                                                                            }

                                                                                                                                            .menu-area {
                                                                                                                                                background: navy;
                                                                                                                                                padding: 7px 0;
                                                                                                                                            }

                                                                                                                                            .sticky-top {
                                                                                                                                                position: -webkit-sticky;
                                                                                                                                                position: sticky;
                                                                                                                                                top: -3px;
                                                                                                                                                z-index: 1020;
                                                                                                                                            }

                                                                                                                                            .dropdown-menu {
                                                                                                                                                padding: 0;
                                                                                                                                                margin: 0;
                                                                                                                                                border: 0 solid transition !important;
                                                                                                                                                border: 0 solid rgba(0, 0, 0, .15);
                                                                                                                                                border-radius: 0;
                                                                                                                                                -webkit-box-shadow: none !important;
                                                                                                                                                box-shadow: none !important
                                                                                                                                            }

                                                                                                                                            .mainmenu a,
                                                                                                                                            .navbar-default .navbar-nav>li>a,
                                                                                                                                            .mainmenu ul li a,
                                                                                                                                            .navbar-expand-lg .navbar-nav .nav-link {
                                                                                                                                                color: #fff;
                                                                                                                                                font-size: 16px;
                                                                                                                                                text-transform: capitalize;
                                                                                                                                                padding: 6px 14px;
                                                                                                                                                font-family: 'Roboto', sans-serif;
                                                                                                                                                display: block !important;
                                                                                                                                                text-align-last: right;
                                                                                                                                            }

                                                                                                                                            .mainmenu .active a,
                                                                                                                                            .mainmenu .active a:focus,
                                                                                                                                            .mainmenu .active a:hover,
                                                                                                                                            .mainmenu li a:hover,
                                                                                                                                            .mainmenu li a:focus,
                                                                                                                                            .navbar-default .navbar-nav>.show>a,
                                                                                                                                            .navbar-default .navbar-nav>.show>a:focus,
                                                                                                                                            .navbar-default .navbar-nav>.show>a:hover {
                                                                                                                                                color: #ff7e00;
                                                                                                                                                ;
                                                                                                                                                background: #000080;
                                                                                                                                                outline: 0;
                                                                                                                                            }

                                                                                                                                            .mainmenu .collapse ul>li:hover>a {
                                                                                                                                                background: #000080;
                                                                                                                                            }

                                                                                                                                            .mainmenu .collapse ul ul>li:hover>a,
                                                                                                                                            .navbar-default .navbar-nav .show .dropdown-menu>li>a:focus,
                                                                                                                                            .navbar-default .navbar-nav .show .dropdown-menu>li>a:hover {
                                                                                                                                                background: #000080;
                                                                                                                                                color: white;
                                                                                                                                            }

                                                                                                                                            .mainmenu .collapse ul ul ul>li:hover>a {
                                                                                                                                                background: #000080;
                                                                                                                                            }

                                                                                                                                            .mainmenu .collapse ul ul,
                                                                                                                                            .mainmenu .collapse ul ul.dropdown-menu {
                                                                                                                                                background: navy;
                                                                                                                                                margin-top: -2px;
                                                                                                                                            }

                                                                                                                                            .mainmenu .collapse ul ul ul,
                                                                                                                                            .mainmenu .collapse ul ul ul.dropdown-menu {
                                                                                                                                                background: #d6d6d6;
                                                                                                                                            }

                                                                                                                                            .mainmenu .collapse ul ul ul ul,
                                                                                                                                            .mainmenu .collapse ul ul ul ul.dropdown-menu {
                                                                                                                                                background: #d6d6d6;
                                                                                                                                            }

                                                                                                                                            .mainmenu {
                                                                                                                                                background: none;
                                                                                                                                                border: 0 solid;
                                                                                                                                                margin: 0;
                                                                                                                                                padding: 0;
                                                                                                                                                min-height: 20px;
                                                                                                                                                width: 100%;
                                                                                                                                            }

                                                                                                                                            @media only screen and (min-width: 767px) {
                                                                                                                                                .mainmenu .collapse ul li:hover>ul {
                                                                                                                                                    display: block
                                                                                                                                                }

                                                                                                                                                .mainmenu .collapse ul ul {
                                                                                                                                                    position: absolute;
                                                                                                                                                    top: 100%;
                                                                                                                                                    left: 0;
                                                                                                                                                    min-width: 250px;
                                                                                                                                                    display: none
                                                                                                                                                }

                                                                                                                                                .mainmenu .collapse ul ul li {
                                                                                                                                                    position: relative
                                                                                                                                                }

                                                                                                                                                .mainmenu .collapse ul ul li:hover>ul {
                                                                                                                                                    display: block
                                                                                                                                                }

                                                                                                                                                .mainmenu .collapse ul ul ul {
                                                                                                                                                    position: absolute;
                                                                                                                                                    top: 0;
                                                                                                                                                    left: 100%;
                                                                                                                                                    min-width: 250px;
                                                                                                                                                    display: none
                                                                                                                                                }

                                                                                                                                                .mainmenu .collapse ul ul ul li {
                                                                                                                                                    position: relative
                                                                                                                                                }

                                                                                                                                                .mainmenu .collapse ul ul ul li:hover ul {
                                                                                                                                                    display: block
                                                                                                                                                }

                                                                                                                                                .mainmenu .collapse ul ul ul ul {
                                                                                                                                                    position: absolute;
                                                                                                                                                    top: 0;
                                                                                                                                                    left: -100%;
                                                                                                                                                    min-width: 250px;
                                                                                                                                                    display: none;
                                                                                                                                                    z-index: 1
                                                                                                                                                }
                                                                                                                                            }

                                                                                                                                            @media only screen and (max-width: 767px) {
                                                                                                                                                .navbar-nav .show .dropdown-menu .dropdown-menu>li>a {
                                                                                                                                                    /*padding:16px 15px 16px 35px*/
                                                                                                                                                    padding: 9px 15px 0px 35px;
                                                                                                                                                }

                                                                                                                                                .navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu>li>a {
                                                                                                                                                    /*padding:16px 15px 16px 45px*/
                                                                                                                                                    padding: 9px 15px 0px 35px;
                                                                                                                                                }
                                                                                                                                            }

                                                                                                                                            nav a:hover {
                                                                                                                                                text-decoration: none;
                                                                                                                                            }

                                                                                                                                            /* The side navigation menu */

                                                                                                                                            .sidenav {
                                                                                                                                                height: 100%;
                                                                                                                                                width: 0;
                                                                                                                                                position: fixed;
                                                                                                                                                z-index: 9999;
                                                                                                                                                top: 0;
                                                                                                                                                left: 0;
                                                                                                                                                background-color: #fff;
                                                                                                                                                overflow-x: hidden;
                                                                                                                                                padding-top: 60px;
                                                                                                                                                transition: 0.5s;
                                                                                                                                                font-weight: 400;
                                                                                                                                                /* background-image: url("../../assets/img/bk9.jpg");
     */
                                                                                                                                            }

                                                                                                                                            /* The navigation menu links */

                                                                                                                                            .sidenav a {
                                                                                                                                                padding: 8px 8px 8px 32px;
                                                                                                                                                text-decoration: none;
                                                                                                                                                font-size: 18px;
                                                                                                                                                color: #040000;
                                                                                                                                                display: block;
                                                                                                                                                transition: 0.3s;
                                                                                                                                            }

                                                                                                                                            /* When you mouse over the navigation links, change their color */

                                                                                                                                            .sidenav a:hover:active {
                                                                                                                                                color: #ff7e00;
                                                                                                                                                background-color: #eec8db;
                                                                                                                                            }

                                                                                                                                            /* Position and style the close button (top right corner) */

                                                                                                                                            .sidenav .closebtn {
                                                                                                                                                position: absolute;
                                                                                                                                                top: -12px;
                                                                                                                                                right: 0px;
                                                                                                                                                font-size: 36px;
                                                                                                                                                margin-left: 50px;
                                                                                                                                            }

                                                                                                                                            /* Style page content - use this if you want to push the page content to the right when you open the side navigation */

                                                                                                                                            #main {
                                                                                                                                                transition: margin-left .5s;
                                                                                                                                                padding: 20px;
                                                                                                                                            }

                                                                                                                                            /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

                                                                                                                                            @media screen and (max-height: 450px) {
                                                                                                                                                .sidenav {
                                                                                                                                                    padding-top: 15px;
                                                                                                                                                }

                                                                                                                                                .sidenav a {
                                                                                                                                                    font-size: 18px;
                                                                                                                                                }

                                                                                                                                                .tab button {
                                                                                                                                                    background-color: inherit;
                                                                                                                                                    float: left;
                                                                                                                                                    border: none;
                                                                                                                                                    outline: none;
                                                                                                                                                    cursor: pointer;
                                                                                                                                                    padding: 14px 16px;
                                                                                                                                                    transition: 0.3s;
                                                                                                                                                    font-size: 13px;
                                                                                                                                                }
                                                                                                                                            }

                                                                                                                                            .flex-wrapper {
                                                                                                                                                display: flex;
                                                                                                                                                flex-flow: row nowrap;
                                                                                                                                                justify-content: space-around;
                                                                                                                                            }

                                                                                                                                            .single-chart {
                                                                                                                                                width: 56%;
                                                                                                                                                /* justify-content: space-around;
     */
                                                                                                                                                /* text-align: center;
     */
                                                                                                                                                margin-left: 66px;
                                                                                                                                            }

                                                                                                                                            .circular-chart {
                                                                                                                                                display: block;
                                                                                                                                                margin: 10px auto;
                                                                                                                                                max-width: 75%;
                                                                                                                                                /* max-height: 251px;
    */
                                                                                                                                            }

                                                                                                                                            .circle-bg {
                                                                                                                                                fill: none;
                                                                                                                                                stroke: #eee;
                                                                                                                                                stroke-width: 2.8;
                                                                                                                                            }

                                                                                                                                            .circle {
                                                                                                                                                fill: none;
                                                                                                                                                stroke-width: 1.8;
                                                                                                                                                stroke-linecap: round;
                                                                                                                                                animation: progress 1s ease-out forwards;
                                                                                                                                            }

                                                                                                                                            @keyframes progress {
                                                                                                                                                0% {
                                                                                                                                                    stroke-dasharray: 0 100;
                                                                                                                                                }
                                                                                                                                            }

                                                                                                                                            .circular-chart.orange .circle {
                                                                                                                                                stroke: #8c2b72;
                                                                                                                                            }

                                                                                                                                            .percentage {
                                                                                                                                                fill: #666;
                                                                                                                                                font-family: sans-serif;
                                                                                                                                                font-size: 0.5em;
                                                                                                                                                text-anchor: middle;
                                                                                                                                            }

                                                                                                                                            /*.ab{
     height: 100%;
     width: 89%;
     margin-top: 4px;
     border-radius: 50%;
     background: red!important;
     color: white;
}
*/

                                                                                                                                            .ab {
                                                                                                                                                height: 186%;
                                                                                                                                                width: 86%;
                                                                                                                                                background-color: #bbb;
                                                                                                                                                border-radius: 50%;
                                                                                                                                                display: inline-block;
                                                                                                                                                margin-top: 32px;
                                                                                                                                            }

                                                                                                                                            .ab .abb {
                                                                                                                                                color: #8c2b72;
                                                                                                                                                position: absolute;
                                                                                                                                                margin-top: 38px;
                                                                                                                                                margin-left: 42px;
                                                                                                                                                font-size: 35px;
                                                                                                                                            }

                                                                                                                                            /* profile */
                                                                                                                                            /* end */
                                                                                                                                            /*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

                                                                                                                                            .navbar-light .navbar-nav .nav-link {
                                                                                                                                                color: rgb(0 0 0);
                                                                                                                                            }

                                                                                                                                            /* Popup container - can be anything you want */

                                                                                                                                            .popup {
                                                                                                                                                position: relative;
                                                                                                                                                display: inline-block;
                                                                                                                                                cursor: pointer;
                                                                                                                                                -webkit-user-select: none;
                                                                                                                                                -moz-user-select: none;
                                                                                                                                                -ms-user-select: none;
                                                                                                                                                user-select: none;
                                                                                                                                            }

                                                                                                                                            .popup .popuptext {
                                                                                                                                                visibility: hidden;
                                                                                                                                                width: 160px;
                                                                                                                                                background-color: #555;
                                                                                                                                                color: #fff;
                                                                                                                                                text-align: center;
                                                                                                                                                border-radius: 6px;
                                                                                                                                                padding: 8px 0;
                                                                                                                                                position: absolute;
                                                                                                                                                z-index: 1;
                                                                                                                                                bottom: 125%;
                                                                                                                                                left: 50%;
                                                                                                                                                margin-left: -80px;
                                                                                                                                            }

                                                                                                                                            .popup .popuptext::after {
                                                                                                                                                content: "";
                                                                                                                                                position: absolute;
                                                                                                                                                top: 100%;
                                                                                                                                                left: 50%;
                                                                                                                                                margin-left: -5px;
                                                                                                                                                border-width: 5px;
                                                                                                                                                border-style: solid;
                                                                                                                                                border-color: #555 transparent transparent transparent;
                                                                                                                                            }

                                                                                                                                            .popup .show {
                                                                                                                                                visibility: visible;
                                                                                                                                                -webkit-animation: fadeIn 1s;
                                                                                                                                                animation: fadeIn 1s;
                                                                                                                                            }

                                                                                                                                            @-webkit-keyframes fadeIn {
                                                                                                                                                from {
                                                                                                                                                    opacity: 0;
                                                                                                                                                }

                                                                                                                                                to {
                                                                                                                                                    opacity: 1;
                                                                                                                                                }
                                                                                                                                            }

                                                                                                                                            @keyframes fadeIn {
                                                                                                                                                from {
                                                                                                                                                    opacity: 0;
                                                                                                                                                }

                                                                                                                                                to {
                                                                                                                                                    opacity: 1;
                                                                                                                                                }
                                                                                                                                            }

                                                                                                                                            .tooltip {
                                                                                                                                                position: relative;
                                                                                                                                                display: inline-block;
                                                                                                                                                border-bottom: 1px dotted black;
                                                                                                                                            }

                                                                                                                                            .tooltip .tooltiptext {
                                                                                                                                                visibility: hidden;
                                                                                                                                                width: 120px;
                                                                                                                                                background-color: #555;
                                                                                                                                                color: #000;
                                                                                                                                                text-align: center;
                                                                                                                                                border-radius: 6px;
                                                                                                                                                padding: 5px 0;
                                                                                                                                                position: absolute;
                                                                                                                                                z-index: 1;
                                                                                                                                                bottom: 125%;
                                                                                                                                                left: 50%;
                                                                                                                                                margin-left: -60px;
                                                                                                                                                opacity: 0;
                                                                                                                                                transition: opacity 0.3s;
                                                                                                                                            }

                                                                                                                                            .tooltip .tooltiptext::after {
                                                                                                                                                content: "";
                                                                                                                                                position: absolute;
                                                                                                                                                top: 100%;
                                                                                                                                                left: 50%;
                                                                                                                                                margin-left: -5px;
                                                                                                                                                border-width: 5px;
                                                                                                                                                border-style: solid;
                                                                                                                                                border-color: #555 transparent transparent transparent;
                                                                                                                                            }

                                                                                                                                            .tooltip:hover .tooltiptext {
                                                                                                                                                visibility: visible;
                                                                                                                                                opacity: 1;
                                                                                                                                            }

                                                                                                                                            /*::-webkit-scrollbar {
     display: none;
}
 */

                                                                                                                                            .a {
                                                                                                                                                height: 500px;
                                                                                                                                                background: #8c2b72;
                                                                                                                                                /* background:linear-gradient(135deg, #164177, #3974ab) !important;  */

                                                                                                                                            }

                                                                                                                                            .desktop {
                                                                                                                                                margin-top: -459px;
                                                                                                                                                background: white;
                                                                                                                                            }

                                                                                                                                            .bb {
                                                                                                                                                padding-top: 110px
                                                                                                                                            }

                                                                                                                                            @media(max-width: 2560px) {
                                                                                                                                                .pro img {
                                                                                                                                                    position: absolute;
                                                                                                                                                    margin-top: -127px;
                                                                                                                                                    width: 96px;
                                                                                                                                                    margin-left: 50px;
                                                                                                                                                    height: 90px;
                                                                                                                                                }
                                                                                                                                            }

                                                                                                                                            nav .navbar-brand {
                                                                                                                                                width: 10%;
                                                                                                                                            }

                                                                                                                                            /*nav{
         position: absolute;
         z-index: 9;
    }
    */

                                                                                                                                            .descrip {
                                                                                                                                                position: absolute;
                                                                                                                                                margin-top: 5000px;
                                                                                                                                                margin-left: 10px;
                                                                                                                                            }

                                                                                                                                            .tabscon {
                                                                                                                                                margin-top: 5178px;
                                                                                                                                                position: absolute;
                                                                                                                                                margin-left: 0px;
                                                                                                                                                width: 100%;
                                                                                                                                                padding-top: 40px;
                                                                                                                                                padding-bottom: 0px;
                                                                                                                                            }

                                                                                                                                            .connected {
                                                                                                                                                margin-top: 4771px;
                                                                                                                                                position: absolute;
                                                                                                                                                margin-left: 0px;
                                                                                                                                                width: 100%;
                                                                                                                                                padding-top: 40px;
                                                                                                                                                padding-bottom: 0px;
                                                                                                                                            }

                                                                                                                                            .personalized {
                                                                                                                                                position: absolute;
                                                                                                                                                margin-top: 3870px;
                                                                                                                                                margin-left: 155px;
                                                                                                                                            }

                                                                                                                                            .membership {
                                                                                                                                                position: absolute;
                                                                                                                                                margin-top: 3260px;
                                                                                                                                                width: 100%;
                                                                                                                                                background: #f8f9f9;
                                                                                                                                                padding-top: 40px;
                                                                                                                                                padding-bottom: 40px;
                                                                                                                                            }

                                                                                                                                            .part {
                                                                                                                                                position: absolute;
                                                                                                                                                margin-top: 2285px;
                                                                                                                                                margin-left: 689px;
                                                                                                                                                background: #eff6fe;
                                                                                                                                                width: 100%;
                                                                                                                                            }

                                                                                                                                            .imgscrollm {
                                                                                                                                                display: none;
                                                                                                                                            }

                                                                                                                                            .nav-pills .nav-link.active,
                                                                                                                                            .nav-pills .show>.nav-link {
                                                                                                                                                color: #fff;
                                                                                                                                                background-color: #007bff0a;
                                                                                                                                                color: #dc3545;
                                                                                                                                            }

                                                                                                                                            .imgscroll {
                                                                                                                                                text-align-last: left;
                                                                                                                                                padding: 50px;
                                                                                                                                                position: absolute;
                                                                                                                                                background-color: #eff6fe;
                                                                                                                                                /* margin-top: 980px; */
                                                                                                                                                margin-top: 780px;
                                                                                                                                                width: 100%;
                                                                                                                                            }

                                                                                                                                            .scrollspy-example {
                                                                                                                                                position: relative;
                                                                                                                                                height: 700px;
                                                                                                                                                overflow: auto;
                                                                                                                                            }

                                                                                                                                            .banimg {
                                                                                                                                                position: absolute;
                                                                                                                                                margin-top: 0px;
                                                                                                                                            }

                                                                                                                                            .banbot {
                                                                                                                                                position: absolute;
                                                                                                                                                margin-top: 834px;
                                                                                                                                                background: #fff;
                                                                                                                                                margin-left: 29%;
                                                                                                                                                padding: 50px;
                                                                                                                                            }

                                                                                                                                            .banbot hr {
                                                                                                                                                width: 10%;
                                                                                                                                                border: 1px solid red;
                                                                                                                                                float: left;
                                                                                                                                                margin: 0px;
                                                                                                                                            }

                                                                                                                                            .part hr {
                                                                                                                                                width: 10%;
                                                                                                                                                border: 1px solid red;
                                                                                                                                                float: left;
                                                                                                                                                margin: 0px;
                                                                                                                                            }

                                                                                                                                            .banbot img {
                                                                                                                                                margin-left: -40px;
                                                                                                                                            }

                                                                                                                                            .imgscrollm hr {
                                                                                                                                                width: 10%;
                                                                                                                                                border: 1px solid red;
                                                                                                                                                float: left;
                                                                                                                                                margin: 0px;
                                                                                                                                            }

                                                                                                                                            .imgscrollm img {
                                                                                                                                                margin-left: -40px;
                                                                                                                                            }

                                                                                                                                            .banform {
                                                                                                                                                position: absolute;
                                                                                                                                                margin-top: 115px;
                                                                                                                                                margin-left: 1337px;
                                                                                                                                                background: rgba(0, 0, 0, 0.55);
                                                                                                                                                width: 25%;
                                                                                                                                                padding: 20px;
                                                                                                                                            }

                                                                                                                                            .banform label {
                                                                                                                                                color: #fff;
                                                                                                                                                font-size: 15px;
                                                                                                                                            }

                                                                                                                                            .threestep {
                                                                                                                                                position: absolute;
                                                                                                                                                margin-top: 1900px;
                                                                                                                                                background: white;
                                                                                                                                                margin-left: 729px;
                                                                                                                                            }

                                                                                                                                            @media(max-width: 1920px) {
                                                                                                                                                .ab .abb {
                                                                                                                                                    color: #8c2b72;
                                                                                                                                                    position: absolute;
                                                                                                                                                    margin-top: 38px;
                                                                                                                                                    margin-left: 48px;
                                                                                                                                                    font-size: 35px;
                                                                                                                                                }

                                                                                                                                                .pro img {
                                                                                                                                                    position: absolute;
                                                                                                                                                    margin-top: -131px;
                                                                                                                                                    width: 96px;
                                                                                                                                                    margin-left: 50px;
                                                                                                                                                    height: 98px;
                                                                                                                                                }

                                                                                                                                                .pro h4 {
                                                                                                                                                    margin-top: 36px;
                                                                                                                                                    text-align: left;
                                                                                                                                                }

                                                                                                                                                nav .navbar-brand {
                                                                                                                                                    width: 10%;
                                                                                                                                                }

                                                                                                                                                /*nav{
         position: absolute;
         z-index: 9;
         background: transparent;
    }
    */
                                                                                                                                                .footer {
                                                                                                                                                    position: relative;
                                                                                                                                                    margin-top: 33px;
                                                                                                                                                    padding-top: 48px;
                                                                                                                                                    background: rgb(0 0 0);
                                                                                                                                                }
                                                                                                                                                .footer2 {
                                                                                                                                                    position: relative;
                                                                                                                                                    margin-top: 33px;
                                                                                                                                                    padding-top: 48px;
                                                                                                                                                    background: rgb(0 0 0);
                                                                                                                                                }

                                                                                                                                                .footer .footer-contact,
                                                                                                                                                .footer .footer-link,
                                                                                                                                                .footer .footer-newsletter {
                                                                                                                                                    position: relative;
                                                                                                                                                    margin-bottom: 45px;
                                                                                                                                                    color: #fff;
                                                                                                                                                    text-align: center;
                                                                                                                                                }

                                                                                                                                                .footer .footer-contact h2,
                                                                                                                                                .footer .footer-link h2,
                                                                                                                                                .footer .footer-newsletter h2 {
                                                                                                                                                    position: relative;
                                                                                                                                                    margin-bottom: 30px;
                                                                                                                                                    padding-bottom: 10px;
                                                                                                                                                    font-size: 22px;
                                                                                                                                                    font-weight: 700;
                                                                                                                                                    color: #fff;
                                                                                                                                                }

                                                                                                                                                .footer .footer-contact h2::after,
                                                                                                                                                .footer .footer-link h2::after,
                                                                                                                                                .footer .footer-newsletter h2::after {
                                                                                                                                                    position: absolute;
                                                                                                                                                    content: "";
                                                                                                                                                    width: 59px;
                                                                                                                                                    height: 2px;
                                                                                                                                                    bottom: 0;
                                                                                                                                                    left: 90px;
                                                                                                                                                    background: #4bb2f7;
                                                                                                                                                }

                                                                                                                                                .footer .footer-link a {
                                                                                                                                                    display: block;
                                                                                                                                                    margin-bottom: 10px;
                                                                                                                                                    color: #fff;
                                                                                                                                                    transition: .3s;
                                                                                                                                                }

                                                                                                                                                .footer .footer-link a::before {
                                                                                                                                                    position: relative;
                                                                                                                                                    content: "\f105";
                                                                                                                                                    font-family: "Font Awesome 5 Free";
                                                                                                                                                    font-weight: 900;
                                                                                                                                                    margin-right: 6px;
                                                                                                                                                    color: #79c9ff;
                                                                                                                                                }

                                                                                                                                                .footer .footer-link a:hover {
                                                                                                                                                    color: #fbaf32;
                                                                                                                                                    letter-spacing: 1px;
                                                                                                                                                }

                                                                                                                                                .footer .footer-contact p i {
                                                                                                                                                    width: 28px;
                                                                                                                                                    color: #69c9ff;
                                                                                                                                                }

                                                                                                                                                .footer .footer-social {
                                                                                                                                                    position: relative;
                                                                                                                                                    margin-top: 20px;
                                                                                                                                                    display: flex;
                                                                                                                                                }

                                                                                                                                                .footer .footer-social a {
                                                                                                                                                    display: inline-block;
                                                                                                                                                    margin-right: 5px;
                                                                                                                                                    width: 35px;
                                                                                                                                                    height: 35px;
                                                                                                                                                    display: flex;
                                                                                                                                                    align-items: center;
                                                                                                                                                    justify-content: center;
                                                                                                                                                    background: #000000;
                                                                                                                                                    border-radius: 35px;
                                                                                                                                                    font-size: 16px;
                                                                                                                                                    color: #ffffff;
                                                                                                                                                }

                                                                                                                                                .footer .footer-social a:hover {
                                                                                                                                                    background: #719a0a;
                                                                                                                                                }

                                                                                                                                                .footer .footer-social a:last-child {
                                                                                                                                                    margin: 0;
                                                                                                                                                }

                                                                                                                                                .footer .footer-newsletter .form {
                                                                                                                                                    position: relative;
                                                                                                                                                    width: 100%;
                                                                                                                                                }

                                                                                                                                                .footer .footer-newsletter input {
                                                                                                                                                    height: 60px;
                                                                                                                                                    background: transparent;
                                                                                                                                                    border: 1px solid #4bc9ff;
                                                                                                                                                    border-radius: 5px;
                                                                                                                                                }

                                                                                                                                                .footer .footer-newsletter .btn {
                                                                                                                                                    position: absolute;
                                                                                                                                                    top: 8px;
                                                                                                                                                    right: 8px;
                                                                                                                                                    height: 44px;
                                                                                                                                                    padding: 8px 20px;
                                                                                                                                                    font-size: 14px;
                                                                                                                                                    font-weight: 700;
                                                                                                                                                }

                                                                                                                                                .footer {
                                                                                                                                                    position: absolute;
                                                                                                                                                    margin-top: 5865px;
                                                                                                                                                    width: 100%;
                                                                                                                                                }

                                                                                                                                                .socialic {
                                                                                                                                                    position: absolute;
                                                                                                                                                    margin-top: 5706px;
                                                                                                                                                    margin-left: 0px;
                                                                                                                                                    text-align: justify;
                                                                                                                                                    background: #eff6fe;
                                                                                                                                                    width: 100%;
                                                                                                                                                    padding-top: 40px;
                                                                                                                                                    padding-bottom: 40px;
                                                                                                                                                }

                                                                                                                                                .descrip {
                                                                                                                                                    position: absolute;
                                                                                                                                                    margin-top: 5706px;
                                                                                                                                                    margin-left: 0px;
                                                                                                                                                    text-align: justify;
                                                                                                                                                    background: #eff6fe;
                                                                                                                                                    width: 100%;
                                                                                                                                                    padding-top: 40px;
                                                                                                                                                    padding-bottom: 40px;
                                                                                                                                                }

                                                                                                                                                .descrip .dd {
                                                                                                                                                    display: none;
                                                                                                                                                }

                                                                                                                                                .bancaro {
                                                                                                                                                    position: absolute;
                                                                                                                                                    margin-top: 4483px;
                                                                                                                                                    margin-left: 156px;
                                                                                                                                                    padding-top: 20px;
                                                                                                                                                    padding-bottom: 20px;
                                                                                                                                                }

                                                                                                                                                .membership {
                                                                                                                                                    position: absolute;
                                                                                                                                                    margin-top: 3226px;
                                                                                                                                                    width: 100%;
                                                                                                                                                }

                                                                                                                                                .part {
                                                                                                                                                    position: absolute;
                                                                                                                                                    margin-top: 2523px;
                                                                                                                                                    margin-left: 15px;
                                                                                                                                                    padding-top: 50px;
                                                                                                                                                    padding-bottom: 50px;
                                                                                                                                                }

                                                                                                                                                .banbot {
                                                                                                                                                    position: absolute;
                                                                                                                                                    margin-top: 744px;
                                                                                                                                                    margin-left: 377px;
                                                                                                                                                    padding: 40px;
                                                                                                                                                }

                                                                                                                                                .banform {
                                                                                                                                                    position: absolute;
                                                                                                                                                    margin-top: 80px;
                                                                                                                                                    margin-left: 1114px;
                                                                                                                                                    background: rgba(0, 0, 0, 0.55);
                                                                                                                                                    width: 25%;
                                                                                                                                                    padding: 20px;
                                                                                                                                                }

                                                                                                                                                .imgscroll {
                                                                                                                                                    text-align-last: left;
                                                                                                                                                    padding: 50px;
                                                                                                                                                    position: absolute;
                                                                                                                                                    background-color: #eff6fe;
                                                                                                                                                    /* margin-top: 1153px; */
                                                                                                                                                    margin-top: 800px;
                                                                                                                                                    width: 100%;
                                                                                                                                                }

                                                                                                                                                .threestep {
                                                                                                                                                    position: absolute;
                                                                                                                                                    margin-top: 2059px;
                                                                                                                                                    background: white;
                                                                                                                                                    margin-left: 22%;
                                                                                                                                                }

                                                                                                                                                .threestep hr {
                                                                                                                                                    width: 10%;
                                                                                                                                                    border: 1px solid red;
                                                                                                                                                    float: left;
                                                                                                                                                    margin: 0px;
                                                                                                                                                }

                                                                                                                                                .personalized {
                                                                                                                                                    position: absolute;
                                                                                                                                                    margin-top: 3870px;
                                                                                                                                                    margin-left: 363px;
                                                                                                                                                }

                                                                                                                                                .bancaro {
                                                                                                                                                    position: absolute;
                                                                                                                                                    margin-top: 4665px;
                                                                                                                                                    margin-left: 364px;
                                                                                                                                                }

                                                                                                                                                .connected {
                                                                                                                                                    margin-top: 5083px;
                                                                                                                                                    position: absolute;
                                                                                                                                                    margin-left: 0px;
                                                                                                                                                    width: 100%;
                                                                                                                                                    padding-top: 40px;
                                                                                                                                                    padding-bottom: 0px;
                                                                                                                                                }

                                                                                                                                                .tabscon {
                                                                                                                                                    margin-top: 5424px;
                                                                                                                                                    position: absolute;
                                                                                                                                                    margin-left: 0px;
                                                                                                                                                    width: 100%;
                                                                                                                                                    padding-top: 40px;
                                                                                                                                                    padding-bottom: 0px;
                                                                                                                                                }
                                                                                                                                            }

                                                                                                                                            @media(max-width: 1440px) {
                                                                                                                                                .pro h4 {
                                                                                                                                                    margin-top: 34px;
                                                                                                                                                    text-align: left;
                                                                                                                                                    font-size: 33px;
                                                                                                                                                }

                                                                                                                                                .banbot {
                                                                                                                                                    position: absolute;
                                                                                                                                                    margin-top: 584px;
                                                                                                                                                    margin-left: 120px;
                                                                                                                                                    padding: 27px;
                                                                                                                                                }

                                                                                                                                                .banform {
                                                                                                                                                    position: absolute;
                                                                                                                                                    margin-top: 58px;
                                                                                                                                                    margin-left: 967px;
                                                                                                                                                    background: rgba(0, 0, 0, 0.55);
                                                                                                                                                    width: 24%;
                                                                                                                                                    padding: 10px;
                                                                                                                                                }

                                                                                                                                                .threestep {
                                                                                                                                                    position: absolute;
                                                                                                                                                    margin-top: 1895px;
                                                                                                                                                    background: white;
                                                                                                                                                    margin-left: 173px;
                                                                                                                                                }

                                                                                                                                                .part {
                                                                                                                                                    position: absolute;
                                                                                                                                                    margin-top: 2363px;
                                                                                                                                                    margin-left: 1px;
                                                                                                                                                }

                                                                                                                                                .imgscroll {
                                                                                                                                                    text-align-last: left;
                                                                                                                                                    padding: 50px;
                                                                                                                                                    position: absolute;
                                                                                                                                                    background-color: #eff6fe;
                                                                                                                                                    /* margin-top: 978px; */
                                                                                                                                                    margin-top: 800px;
                                                                                                                                                    width: 100%;
                                                                                                                                                }

                                                                                                                                                .personalized {
                                                                                                                                                    position: absolute;
                                                                                                                                                    margin-top: 3686px;
                                                                                                                                                    margin-left: 155px;
                                                                                                                                                }

                                                                                                                                                .membership {
                                                                                                                                                    position: absolute;
                                                                                                                                                    margin-top: 3065px;
                                                                                                                                                    width: 100%;
                                                                                                                                                }

                                                                                                                                                .bancaro {
                                                                                                                                                    position: absolute;
                                                                                                                                                    margin-top: 4478px;
                                                                                                                                                    margin-left: 153px;
                                                                                                                                                }
                                                                                                                                            }

                                                                                                                                            @media(max-width: 1024px) {
                                                                                                                                                .pro h4 {
                                                                                                                                                    margin-top: 34px;
                                                                                                                                                    text-align: left;
                                                                                                                                                    font-size: 33px;
                                                                                                                                                }

                                                                                                                                                .desktop {
                                                                                                                                                    margin-top: -347px;
                                                                                                                                                    background: white;
                                                                                                                                                }

                                                                                                                                                .a {
                                                                                                                                                    height: 377px;
                                                                                                                                                    background: #8c2b72;
                                                                                                                                                }

                                                                                                                                                .pro img {
                                                                                                                                                    position: absolute;
                                                                                                                                                    margin-top: -110px;
                                                                                                                                                    width: 79px;
                                                                                                                                                    margin-left: 41px;
                                                                                                                                                }

                                                                                                                                                .ab .abb {
                                                                                                                                                    color: #8c2b72 !important;
                                                                                                                                                    position: absolute !important;
                                                                                                                                                    margin-top: 32px !important;
                                                                                                                                                    margin-left: 36px !important;
                                                                                                                                                    font-size: 35px !important;
                                                                                                                                                }

                                                                                                                                                .ab {
                                                                                                                                                    height: 174% !important;
                                                                                                                                                    width: 87% !important;
                                                                                                                                                    background-color: #bbb !important;
                                                                                                                                                    border-radius: 50% !important;
                                                                                                                                                    display: inline-block !important;
                                                                                                                                                    margin-top: 26px !important;
                                                                                                                                                }

                                                                                                                                                /*.banimg {
        position: absolute;
        margin-top: -104px;
    }
    */
                                                                                                                                                .banform .form-group {
                                                                                                                                                    margin-bottom: 0px;
                                                                                                                                                }

                                                                                                                                                .banbot {
                                                                                                                                                    position: absolute;
                                                                                                                                                    margin-top: 423px;
                                                                                                                                                    margin-left: 52px;
                                                                                                                                                    padding: 25px;
                                                                                                                                                    width: 924px;
                                                                                                                                                }

                                                                                                                                                .banform {
                                                                                                                                                    position: absolute;
                                                                                                                                                    margin-top: 31px;
                                                                                                                                                    margin-left: 659px;
                                                                                                                                                    background: rgba(0, 0, 0, 0.55);
                                                                                                                                                    width: 31%;
                                                                                                                                                    padding: 10px;
                                                                                                                                                }

                                                                                                                                                .imgscroll {
                                                                                                                                                    text-align-last: left;
                                                                                                                                                    padding: 50px;
                                                                                                                                                    position: absolute;
                                                                                                                                                    background-color: #eff6fe;
                                                                                                                                                    margin-top: 842px;
                                                                                                                                                    width: 100%;
                                                                                                                                                }

                                                                                                                                                .threestep {
                                                                                                                                                    position: absolute;
                                                                                                                                                    margin-top: 1740px;
                                                                                                                                                    background: white;
                                                                                                                                                    margin-left: 29px;
                                                                                                                                                }

                                                                                                                                                .membership {
                                                                                                                                                    position: absolute;
                                                                                                                                                    margin-top: 2813px;
                                                                                                                                                    width: 100%;
                                                                                                                                                }

                                                                                                                                                .personalized {
                                                                                                                                                    position: absolute;
                                                                                                                                                    margin-top: 3430px;
                                                                                                                                                    margin-left: 44px;
                                                                                                                                                }

                                                                                                                                                .bancaro {
                                                                                                                                                    position: absolute;
                                                                                                                                                    margin-top: 4106px;
                                                                                                                                                    margin-left: 40px;
                                                                                                                                                }

                                                                                                                                                .connected {
                                                                                                                                                    margin-top: 4446px;
                                                                                                                                                    position: absolute;
                                                                                                                                                    margin-left: 0px;
                                                                                                                                                    width: 100%;
                                                                                                                                                    padding-top: 40px;
                                                                                                                                                    padding-bottom: 30px;
                                                                                                                                                }

                                                                                                                                                .tabscon {
                                                                                                                                                    margin-top: 4765px;
                                                                                                                                                    position: absolute;
                                                                                                                                                    margin-left: 0px;
                                                                                                                                                    width: 100%;
                                                                                                                                                    padding-top: 40px;
                                                                                                                                                    padding-bottom: 0px;
                                                                                                                                                }

                                                                                                                                                .descrip {
                                                                                                                                                    position: absolute;
                                                                                                                                                    margin-top: 5060px;
                                                                                                                                                    margin-left: 0px;
                                                                                                                                                    text-align: justify;
                                                                                                                                                    background: #eff6fe;
                                                                                                                                                    width: 100%;
                                                                                                                                                    padding-top: 40px;
                                                                                                                                                    padding-bottom: 40px;
                                                                                                                                                }

                                                                                                                                                .socialic {
                                                                                                                                                    position: absolute;
                                                                                                                                                    margin-top: 5021px;
                                                                                                                                                    margin-left: 0px;
                                                                                                                                                    text-align: justify;
                                                                                                                                                    background: #eff6fe;
                                                                                                                                                    width: 100%;
                                                                                                                                                    padding-top: 40px;
                                                                                                                                                    padding-bottom: 40px;
                                                                                                                                                }

                                                                                                                                                .footer {
                                                                                                                                                    position: absolute;
                                                                                                                                                    margin-top: 5152px;
                                                                                                                                                    width: 100%;
                                                                                                                                                }

                                                                                                                                                .part {
                                                                                                                                                    position: absolute;
                                                                                                                                                    margin-top: 2176px;
                                                                                                                                                    margin-left: -2px;
                                                                                                                                                }

                                                                                                                                                @media(max-width: 768px) {
                                                                                                                                                    .pro img {
                                                                                                                                                        position: absolute;
                                                                                                                                                        margin-top: -82px;
                                                                                                                                                        width: 58px;
                                                                                                                                                        margin-left: 30px;
                                                                                                                                                        height: 58px;
                                                                                                                                                    }

                                                                                                                                                    .ab {
                                                                                                                                                        height: 130% !important;
                                                                                                                                                        width: 100% !important;
                                                                                                                                                        background-color: #bbb !important;
                                                                                                                                                        border-radius: 50% !important;
                                                                                                                                                        display: inline-block !important;
                                                                                                                                                        margin-top: 32px !important;
                                                                                                                                                    }

                                                                                                                                                    .ab .abb {
                                                                                                                                                        color: #8c2b72 !important;
                                                                                                                                                        position: absolute !important;
                                                                                                                                                        margin-top: 24px !important;
                                                                                                                                                        margin-left: 26px !important;
                                                                                                                                                        font-size: 30px !important;
                                                                                                                                                    }

                                                                                                                                                    .banform {
                                                                                                                                                        display: none;
                                                                                                                                                    }

                                                                                                                                                    /* .imgscroll {
                                                                                                                                                        display: none;
                                                                                                                                                    } */

                                                                                                                                                    .banbot {
                                                                                                                                                        position: absolute;
                                                                                                                                                        margin-top: 304px;
                                                                                                                                                        margin-left: 27px;
                                                                                                                                                        padding: 25px;
                                                                                                                                                        width: 93%;
                                                                                                                                                    }

                                                                                                                                                    .banbot img {
                                                                                                                                                        margin-left: -19px;
                                                                                                                                                    }

                                                                                                                                                    .threestep {
                                                                                                                                                        position: absolute;
                                                                                                                                                        margin-top: 734px;
                                                                                                                                                        background: white;
                                                                                                                                                        margin-left: 25px;
                                                                                                                                                    }

                                                                                                                                                    .part {
                                                                                                                                                        position: absolute;
                                                                                                                                                        margin-top: 1115px;
                                                                                                                                                        margin-left: -2px;
                                                                                                                                                    }

                                                                                                                                                    .membership {
                                                                                                                                                        position: absolute;
                                                                                                                                                        margin-top: 1822px;
                                                                                                                                                        width: 100%;
                                                                                                                                                    }

                                                                                                                                                    .personalized {
                                                                                                                                                        position: absolute;
                                                                                                                                                        margin-top: 2440px;
                                                                                                                                                        margin-left: 44px;
                                                                                                                                                    }

                                                                                                                                                    .bancaro {
                                                                                                                                                        position: absolute;
                                                                                                                                                        margin-top: 3085px;
                                                                                                                                                        margin-left: 40px;
                                                                                                                                                    }

                                                                                                                                                    .connected {
                                                                                                                                                        margin-top: 3349px;
                                                                                                                                                        position: absolute;
                                                                                                                                                        margin-left: 0px;
                                                                                                                                                        width: 100%;
                                                                                                                                                        padding-top: 40px;
                                                                                                                                                        padding-bottom: 30px;
                                                                                                                                                    }

                                                                                                                                                    .tabscon {
                                                                                                                                                        margin-top: 3714px;
                                                                                                                                                        position: absolute;
                                                                                                                                                        margin-left: 0px;
                                                                                                                                                        width: 100%;
                                                                                                                                                        padding-top: 40px;
                                                                                                                                                        padding-bottom: 0px;
                                                                                                                                                    }

                                                                                                                                                    .descrip {
                                                                                                                                                        position: absolute;
                                                                                                                                                        margin-top: 3952px;
                                                                                                                                                        margin-left: 0px;
                                                                                                                                                        text-align: justify;
                                                                                                                                                        background: #eff6fe;
                                                                                                                                                        width: 100%;
                                                                                                                                                        padding-top: 40px;
                                                                                                                                                        padding-bottom: 40px;
                                                                                                                                                    }

                                                                                                                                                    .socialic {
                                                                                                                                                        position: absolute;
                                                                                                                                                        margin-top: 3963px;
                                                                                                                                                        margin-left: 0px;
                                                                                                                                                        text-align: justify;
                                                                                                                                                        background: #eff6fe;
                                                                                                                                                        width: 100%;
                                                                                                                                                        padding-top: 40px;
                                                                                                                                                        padding-bottom: 40px;
                                                                                                                                                    }

                                                                                                                                                    .footer {
                                                                                                                                                        position: absolute;
                                                                                                                                                        margin-top: 4117px;
                                                                                                                                                        width: 100%;
                                                                                                                                                    }
                                                                                                                                                }


                                                                                                                                                @media(max-width: 576px) {

                                                                                                                                                    /* .circle {
    fill: none;
    stroke-width: -0.2px!important;
    stroke-linecap: round!important;
    animation: progress 1s ease-out forwards!important;
}*/
                                                                                                                                                    .bb {
                                                                                                                                                        padding-top: 0px;
                                                                                                                                                    }

                                                                                                                                                    .single-chart {
                                                                                                                                                        width: 100%;
                                                                                                                                                        /* justify-content: space-around;
             */
                                                                                                                                                        /* text-align: center;
             */
                                                                                                                                                        margin-left: 0px;
                                                                                                                                                    }

                                                                                                                                                    .pro h4 {
                                                                                                                                                        margin-top: 58px;
                                                                                                                                                        text-align: left;
                                                                                                                                                    }

                                                                                                                                                    .ab {
                                                                                                                                                        height: 180% !important;
                                                                                                                                                        width: 40% !important;
                                                                                                                                                        background-color: #bbb !important;
                                                                                                                                                        border-radius: 50% !important;
                                                                                                                                                        display: inline-block !important;
                                                                                                                                                        margin-top: 3px !important;
                                                                                                                                                        margin-left: 68px;
                                                                                                                                                    }

                                                                                                                                                    .pro img {
                                                                                                                                                        position: absolute;
                                                                                                                                                        margin-top: -160px;
                                                                                                                                                        width: 121px;
                                                                                                                                                        margin-left: 60px;
                                                                                                                                                    }

                                                                                                                                                    nav .navbar-brand {
                                                                                                                                                        width: 18%;
                                                                                                                                                    }

                                                                                                                                                    .socialic {
                                                                                                                                                        display: none;
                                                                                                                                                    }

                                                                                                                                                    .descrip .dd {
                                                                                                                                                        display: block;
                                                                                                                                                    }

                                                                                                                                                    .descrip {
                                                                                                                                                        position: absolute;
                                                                                                                                                        margin-top: 6140px;
                                                                                                                                                        margin-left: 0px;
                                                                                                                                                    }

                                                                                                                                                    .connected {
                                                                                                                                                        margin-top: 5007px;
                                                                                                                                                        position: absolute;
                                                                                                                                                        margin-left: 0px;
                                                                                                                                                        width: 100%;
                                                                                                                                                        padding-top: 40px;
                                                                                                                                                        padding-bottom: 0px;
                                                                                                                                                    }

                                                                                                                                                    .footer {
                                                                                                                                                        position: absolute;
                                                                                                                                                        margin-top: 6150px;
                                                                                                                                                        width: 100%;
                                                                                                                                                    }

                                                                                                                                                    .footer .footer-contact h2::after,
                                                                                                                                                    .footer .footer-link h2::after,
                                                                                                                                                    .footer .footer-newsletter h2::after {
                                                                                                                                                        position: absolute;
                                                                                                                                                        content: "";
                                                                                                                                                        width: 59px;
                                                                                                                                                        height: 2px;
                                                                                                                                                        bottom: 0;
                                                                                                                                                        left: 90px;
                                                                                                                                                        background: #4bb2f700;
                                                                                                                                                    }

                                                                                                                                                    .footer .footer-social {
                                                                                                                                                        position: relative;
                                                                                                                                                        margin-top: 20px;
                                                                                                                                                        display: flex;
                                                                                                                                                        align-items: baseline;
                                                                                                                                                        justify-content: center;
                                                                                                                                                    }

                                                                                                                                                    .tabscon {
                                                                                                                                                        margin-top: 5794px;
                                                                                                                                                        position: absolute;
                                                                                                                                                        margin-left: 0px;
                                                                                                                                                        width: 100%;
                                                                                                                                                        padding-top: 40px;
                                                                                                                                                        padding-bottom: 0px;
                                                                                                                                                    }

                                                                                                                                                    .bancaro {
                                                                                                                                                        display: none;
                                                                                                                                                    }

                                                                                                                                                    .imgscrollm {
                                                                                                                                                        display: none;
                                                                                                                                                    }

                                                                                                                                                    .threestep {
                                                                                                                                                        position: absolute;
                                                                                                                                                        margin-top: 2206px;
                                                                                                                                                        background: white;
                                                                                                                                                    }

                                                                                                                                                    .part {
                                                                                                                                                        position: absolute;
                                                                                                                                                        margin-top: 1166px;
                                                                                                                                                        margin-left: -3px;
                                                                                                                                                    }

                                                                                                                                                    .membership {
                                                                                                                                                        margin-top: 1987px;
                                                                                                                                                        width: 100%;
                                                                                                                                                        position: absolute;
                                                                                                                                                    }

                                                                                                                                                    .threestep {
                                                                                                                                                        position: absolute;
                                                                                                                                                        margin-top: 2917px;
                                                                                                                                                        background: white;
                                                                                                                                                        margin-left: 19px;
                                                                                                                                                    }

                                                                                                                                                    .personalized {
                                                                                                                                                        position: absolute;
                                                                                                                                                        margin-top: 4027px;
                                                                                                                                                        margin-left: 37px;
                                                                                                                                                    }

                                                                                                                                                    .banbot img {
                                                                                                                                                        margin-left: -50px;
                                                                                                                                                    }

                                                                                                                                                    .banbot {
                                                                                                                                                        position: absolute;
                                                                                                                                                        margin-top: 206px;
                                                                                                                                                        margin-left: 23px;
                                                                                                                                                        padding: 25px;
                                                                                                                                                        width: 93%;
                                                                                                                                                    }

                                                                                                                                                    .tab button {
                                                                                                                                                        background-color: inherit;
                                                                                                                                                        float: left;
                                                                                                                                                        border: none;
                                                                                                                                                        outline: none;
                                                                                                                                                        cursor: pointer;
                                                                                                                                                        padding: 14px 16px;
                                                                                                                                                        transition: 0.3s;
                                                                                                                                                        font-size: 13px;
                                                                                                                                                    }
                                                                                                                                                }

                                                                                                                                                @media(max-width: 425px) {
                                                                                                                                                    .threestep {
                                                                                                                                                        position: absolute;
                                                                                                                                                        margin-top: 2747px;
                                                                                                                                                        background: white;
                                                                                                                                                        margin-left: 0px;
                                                                                                                                                    }

                                                                                                                                                    .banbot {
                                                                                                                                                        position: absolute;
                                                                                                                                                        margin-top: 206px;
                                                                                                                                                        margin-left: 14px;
                                                                                                                                                        padding: 25px;
                                                                                                                                                        width: 93%;
                                                                                                                                                    }

                                                                                                                                                    .part {
                                                                                                                                                        position: absolute;
                                                                                                                                                        margin-top: 1068px;
                                                                                                                                                        margin-left: -3px;
                                                                                                                                                    }

                                                                                                                                                    .membership {
                                                                                                                                                        margin-top: 1820px;
                                                                                                                                                        width: 100%;
                                                                                                                                                        position: absolute;
                                                                                                                                                    }

                                                                                                                                                    .footer {
                                                                                                                                                        position: absolute;
                                                                                                                                                        margin-top: 5651px;
                                                                                                                                                        width: 100%;
                                                                                                                                                    }

                                                                                                                                                    .descrip {
                                                                                                                                                        position: absolute;
                                                                                                                                                        margin-top: 5649px;
                                                                                                                                                        margin-left: 0px;
                                                                                                                                                    }

                                                                                                                                                    .pro h4 {
                                                                                                                                                        margin-top: 36px;
                                                                                                                                                        text-align: left;
                                                                                                                                                    }

                                                                                                                                                    .pro img {
                                                                                                                                                        position: absolute;
                                                                                                                                                        margin-top: -148px;
                                                                                                                                                        width: 111px;
                                                                                                                                                        margin-left: 33px;
                                                                                                                                                        height: 110px;
                                                                                                                                                    }

                                                                                                                                                    .circular-chart {
                                                                                                                                                        display: block;
                                                                                                                                                        margin: 10px auto;
                                                                                                                                                        max-width: 93%;
                                                                                                                                                        /* max-height: 251px;*/
                                                                                                                                                    }

                                                                                                                                                    .ab {
                                                                                                                                                        height: 175% !important;
                                                                                                                                                        width: 50% !important;
                                                                                                                                                        background-color: #bbb !important;
                                                                                                                                                        border-radius: 50% !important;
                                                                                                                                                        display: inline-block !important;
                                                                                                                                                        margin-top: 3px !important;
                                                                                                                                                        margin-left: 45px;
                                                                                                                                                    }

                                                                                                                                                    nav .navbar-brand {
                                                                                                                                                        width: 20%;
                                                                                                                                                    }

                                                                                                                                                    .tab button {
                                                                                                                                                        background-color: inherit;
                                                                                                                                                        float: left;
                                                                                                                                                        border: none;
                                                                                                                                                        outline: none;
                                                                                                                                                        cursor: pointer;
                                                                                                                                                        padding: 14px 16px;
                                                                                                                                                        transition: 0.3s;
                                                                                                                                                        font-size: 13px;
                                                                                                                                                    }

                                                                                                                                                    .personalized {
                                                                                                                                                        position: absolute;
                                                                                                                                                        margin-top: 3695px;
                                                                                                                                                        margin-left: 30px;
                                                                                                                                                    }

                                                                                                                                                    .connected {
                                                                                                                                                        margin-top: 4530px;
                                                                                                                                                        position: absolute;
                                                                                                                                                        margin-left: 0px;
                                                                                                                                                        width: 100%;
                                                                                                                                                        padding-top: 40px;
                                                                                                                                                        padding-bottom: 0px;
                                                                                                                                                    }

                                                                                                                                                    .tabscon {
                                                                                                                                                        margin-top: 5280px;
                                                                                                                                                        position: absolute;
                                                                                                                                                        margin-left: 0px;
                                                                                                                                                        width: 100%;
                                                                                                                                                        padding-top: 40px;
                                                                                                                                                        padding-bottom: 0px;
                                                                                                                                                    }
                                                                                                                                                }

                                                                                                                                                @media(max-width: 375px) {
                                                                                                                                                    .banbot {
                                                                                                                                                        position: absolute;
                                                                                                                                                        margin-top: 141px;
                                                                                                                                                        margin-left: 10px;
                                                                                                                                                        padding: 25px;
                                                                                                                                                        width: 95%;
                                                                                                                                                    }

                                                                                                                                                    .part {
                                                                                                                                                        position: absolute;
                                                                                                                                                        margin-top: 987px;
                                                                                                                                                        margin-left: -3px;
                                                                                                                                                    }

                                                                                                                                                    .membership {
                                                                                                                                                        margin-top: 1733px;
                                                                                                                                                        width: 100%;
                                                                                                                                                        position: absolute;
                                                                                                                                                    }

                                                                                                                                                    .threestep {
                                                                                                                                                        position: absolute;
                                                                                                                                                        margin-top: 2679px;
                                                                                                                                                        background: white;
                                                                                                                                                        margin-left: 0px;
                                                                                                                                                    }

                                                                                                                                                    .personalized {
                                                                                                                                                        position: absolute;
                                                                                                                                                        margin-top: 3574px;
                                                                                                                                                        margin-left: 20px;
                                                                                                                                                    }

                                                                                                                                                    .pro img {
                                                                                                                                                        position: absolute;
                                                                                                                                                        margin-top: -128px;
                                                                                                                                                        width: 93px;
                                                                                                                                                        margin-left: 30px;
                                                                                                                                                        height: 91px;
                                                                                                                                                    }

                                                                                                                                                    .ab {
                                                                                                                                                        height: 134% !important;
                                                                                                                                                        width: 50% !important;
                                                                                                                                                        background-color: #bbb !important;
                                                                                                                                                        border-radius: 50% !important;
                                                                                                                                                        display: inline-block !important;
                                                                                                                                                        margin-top: 3px !important;
                                                                                                                                                        margin-left: 43px;
                                                                                                                                                    }

                                                                                                                                                    .ab .abb {
                                                                                                                                                        color: #8c2b72 !important;
                                                                                                                                                        position: absolute !important;
                                                                                                                                                        margin-top: 16px !important;
                                                                                                                                                        margin-left: 18px !important;
                                                                                                                                                        font-size: 26px !important;
                                                                                                                                                    }

                                                                                                                                                    .pro h4 {
                                                                                                                                                        margin-top: 13px;
                                                                                                                                                        text-align: left;
                                                                                                                                                        font-size: 28px;
                                                                                                                                                    }

                                                                                                                                                    nav .navbar-brand {
                                                                                                                                                        width: 25%;
                                                                                                                                                    }

                                                                                                                                                    .connected {
                                                                                                                                                        margin-top: 4365px;
                                                                                                                                                        position: absolute;
                                                                                                                                                        margin-left: 0px;
                                                                                                                                                        width: 100%;
                                                                                                                                                        padding-top: 40px;
                                                                                                                                                        padding-bottom: 0px;
                                                                                                                                                    }

                                                                                                                                                    .tabscon {
                                                                                                                                                        margin-top: 5110px;
                                                                                                                                                        position: absolute;
                                                                                                                                                        margin-left: 0px;
                                                                                                                                                        width: 100%;
                                                                                                                                                        padding-top: 40px;
                                                                                                                                                        padding-bottom: 0px;
                                                                                                                                                    }

                                                                                                                                                    .descrip {
                                                                                                                                                        position: absolute;
                                                                                                                                                        margin-top: 5475px;
                                                                                                                                                        margin-left: 0px;
                                                                                                                                                    }

                                                                                                                                                    .footer {
                                                                                                                                                        position: absolute;
                                                                                                                                                        margin-top: 5489px;
                                                                                                                                                        width: 100%;
                                                                                                                                                    }

                                                                                                                                                    .tab button {
                                                                                                                                                        background-color: inherit;
                                                                                                                                                        float: left;
                                                                                                                                                        border: none;
                                                                                                                                                        outline: none;
                                                                                                                                                        cursor: pointer;
                                                                                                                                                        padding: 14px 16px;
                                                                                                                                                        transition: 0.3s;
                                                                                                                                                        font-size: 13px;
                                                                                                                                                    }
                                                                                                                                                }

                                                                                                                                                @media(max-width:354px) {
                                                                                                                                                    .pro img {
                                                                                                                                                        position: absolute;
                                                                                                                                                        margin-top: -118px;
                                                                                                                                                        width: 93px;
                                                                                                                                                        margin-left: 23px;
                                                                                                                                                    }
                                                                                                                                                }

                                                                                                                                                @media(max-width: 320px) {
                                                                                                                                                    .pro img {
                                                                                                                                                        position: absolute;
                                                                                                                                                        margin-top: -110px;
                                                                                                                                                        width: 85px;
                                                                                                                                                        margin-left: 22px;
                                                                                                                                                        height: 81px;
                                                                                                                                                    }

                                                                                                                                                    nav .navbar-brand {
                                                                                                                                                        width: 28%;
                                                                                                                                                    }

                                                                                                                                                    .footer {
                                                                                                                                                        position: absolute;
                                                                                                                                                        margin-top: 5454px;
                                                                                                                                                        width: 100%;
                                                                                                                                                    }
                                                                                                                                                }

                                                                                                                                                /* setting */
                                                                                                                                                /* */
                                                                                                                                                /*@media(min-width: 2560px){
        .mobile{
            display: none!important;
        }
    }
     @media(min-width: 1440px){
        .mobile{
            display: none!important;
        }
    }
     @media(min-width: 1024px){
        .mobile{
            display: none!important;
        }
    }
     @media(min-width: 768px){
        .mobile{
            display: none!important;
        }
    }
     @media(max-width: 576px){
        .desktop{
             display: none!important
        }
    }
     @media (max-width: 425px){
        .desktop{
             display: none!important
        }
    }
     @media (max-width: 375px){
        .desktop{
             display: none!important
        }
    }
     @media (max-width: 320px){
        .desktop{
             display: none!important
        }
    }
     */