        /* Main Navigation Styles */
        .main-nav {
            box-shadow: 0 2px 10px rgba(19, 26, 38, 0.1);
            position: relative;
            z-index: 1000;
        }
        .navbar{
            position: absolute;
            top:0px;
            left:0px;
            width:100%;
        }
        .navbar a {
            color: #ffffff;
        }
        .navbar-brand {
            font-weight: bold;
            color: #ffffff;
            font-size: 24px;
            padding: 0px !important;
            margin: 0px !important;
        }
        .nav-link {
            color: #ffffff;
            font-weight: 500;
            padding: 20px 15px;
            transition: all 0.3s ease;
            font-family: Roboto, Arial, sans-serif;
        }
        .nav-link:hover {
            color: #7F7AEE;
        }
        /* Dropdown Positioning */
        .nav-item.dropdown {
            position: static; /* This makes the dropdown position relative to navbar */
        }
        /* Mega Menu Container */
        .mega-menu {
            position: absolute;
            left: 0;
            right: 0;
            width: 100%;
            background-color: #fff;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            border-radius: 0 0 5px 5px;
            padding: 22px;
            display: none;
            z-index: 999;
            margin-top: 0;
            border: none;
            color: #000000 !important;
        }
        .mega-menu a {
            color: #000000 !important;
        }
        /* Vertical Tab List */
        .vertical-tabs {
            display: flex;
        }
        .tab-list {
            width: 20%;
            border-right: 1px solid #eee;
        }
        .tab-list .tab-item {
            cursor: pointer;
            border-left: 5px solid transparent;
            transition: all 0.3s ease;
        }
        .tab-list .tab-item:hover {
            background-color: #f8f9fa;
            border-left-color: #3bd671;
        }
        .tab-list .tab-item.active {
            background-color: #f8f9fa;
            border-left-color: #3bd671;
            font-weight: 600;
        }
        /* Tab Content Area */
        .tab-content {
            width: 58%;
            padding-left: 25px;
        }
        .tab-pane {
            display: none;
        }
        .tab-pane.active {
            display: block;
        }
        /* Image Area */
        .tab-image {
            width: 20%;
            padding-left: 25px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .tab-image img {
            max-width: 100%;
            border-radius: 5px;
            transition: all 0.5s ease;
        }
        /* Sub Menu Items */
        .sub-menu-list {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
        }
        .sub-menu-item {
            display: block;
            padding: 8px 0;
            color: #2c3e50;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        .sub-menu-item:hover {
            color: #3bd671;
            transform: translateX(5px);
        }
        .sub-menu-item i {
            margin-right: 8px;
            color: #3bd671;
        }
        /* Category Title */
        .category-title {
            font-size: 16px;
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 15px;
            padding-bottom: 10px;
            border-bottom: 1px solid #eee;
        }
        /* Mobile Responsive */
        @media (max-width: 992px) {
            .nav-item.dropdown {
                position: relative; /* Reset to relative on mobile */
            }
            .mega-menu {
                position: static;
                padding: 15px;
            }
            .vertical-tabs {
                flex-direction: column;
            }
            .tab-list, .tab-content, .tab-image {
                width: 100%;
                border-right: none;
            }
            .tab-list {
                border-bottom: 1px solid #eee;
                margin-bottom: 15px;
            }
            .tab-content {
                padding-left: 0;
                margin-bottom: 15px;
            }
            .tab-image {
                padding-left: 0;
            }
            .sub-menu-list {
                grid-template-columns: 1fr;
            }
        }
        /* Navbar Toggle Button */
        .navbar-toggler {
            border: none;
            padding: 10px;
        }
        .navbar-toggler:focus {
            box-shadow: none;
        }
        .navbar-toggler-icon {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(44, 62, 80, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        }
		@media (max-width: 992px) {
		}
		      /* Mobile styles */
        .offcanvas {
            width: 300px;
        }
        .mobile-menu-item {
            padding: 12px 15px;
            border-bottom: 1px solid #eee;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .mobile-submenu {
            display: none;
            padding-left: 15px;
        }
        .mobile-submenu.show {
            display: block;
        }
        .mobile-submenu-item {
            padding: 10px 15px;
            border-bottom: 1px solid #f5f5f5;
			list-style:none;
			display: ruby;
        }
        .mobile-subsubmenu {
            padding-left: 15px;
			list-style:none;
            display: none;
        }
        .mobile-subsubmenu.show {
            display: block;
			width:100%;
        }
        .mobile-subsubmenu-item {
            padding: 10px 15px;
            margin-left: 10px;
            border-bottom: 1px solid #f8f8f8;
			display:block;
			list-style:none;
        }
        @media (max-width: 991.98px) {
            .mega-menu:hover .mega-menu-content {
                display: none;
            }
        }
ul {
    list-style-type: none;
}
.site-footer {
    padding-top: 160px;
    padding-bottom: 160px;
    background-color:#131A26;
    padding-left: 50px;
    padding-right: 50px;
    text-align: left;
    padding-top: 6rem;
    padding-bottom: calc(6rem - 46px);
    background-image: url(/assets/portaldigital/24x7_nonstop/main_03_bg.png);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment: scroll;
    background-attachment: fixed;
    background-color: #131a26;
}
.site-footer1 {
    padding-top: 40px;
    padding-bottom: calc(10rem - 40px);
    background-color:#131A26;
    padding-left: 50px;
    padding-right: 50px;
}
.menu-footer{
    display:inline;
    margin-bottom: 10px;    
}
.footer_link{
    line-height: 2em;
    cursor: pointer;
    color: #ffffff;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400;
    text-transform: none;
    width: 100%;
    font-size: 18px;
    text-align: left;
    text-decoration:none;
}
.footer_link:hover{
    text-decoration:underline; 
    color: #3bd671;
}
.footer_link1{
    line-height: 2em;
    cursor: pointer;
    color: #ffffff;
    font-family: "Poppins", Arial;
    font-size: 17px;
    width: 100%;
    text-transform: uppercase;
    text-decoration:underline; 
    font-weight: 500; 
}
.footer_link1 a{
    line-height: 2em;
    cursor: pointer;
    color: #797575;
    font-family: 'montserrat', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 21px;
    width: 100%;
    text-transform: uppercase; 
    text-decoration:underline;
    font-weight: 500;   
}
.footer_link1 a:hover{
    text-decoration:underline;  
}
.margin-small-bottom {
    margin: 0 0 25px;
    padding-left: 2rem;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 700;
    color: #ffffff;
    text-transform: none;
}
.copyright {
    text-align: center;
    color: #ffffff;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-top: 40px;
    padding-left: 0px;
}
.footer_title {
    line-height: 2em;
    color: #ffffff;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400;
    text-transform: none;
    width: 100%;
    font-size: 18px;
    text-align: left;
    text-decoration:none;
}
.linkedin {
    border: 0;
    color: #687790;
    cursor: pointer;
    padding: 0px;
    font-size: 24px;
}
.linkedin:hover{
    color: #ffffff;
}
.discord {
    border: 0;
    color: #687790;
    cursor: pointer;
    padding: 0px;
    font-size: 24px;
}
.discord:hover{
    color: #ffffff;
}
.bg_nonstop{
    padding-top: 10rem;
    padding-bottom: calc(10rem - 56px);
    background-image: url(/assets/portaldigital/24x7_nonstop/main_01_bg.png);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment: scroll;
    background-attachment: fixed;
    background-color: #131A26;
}
.bg_nonstop_1c{
    padding-top: 3rem;
    padding-bottom: calc(3rem - 56px);
    background-image: url(/assets/portaldigital/24x7_nonstop/main_01_bg.png);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment: scroll;
    background-attachment: fixed;
    background-color: #131A26;
}
.footer_button-primary {
    border-radius: 25px;
    color: #3bd671;
}
.main_title_header {
    color: #3bd671;
    font-size: 55px;
    line-height: 1.096;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 700;
    text-transform: none;
}
.main_text_header {
    color: #ffffff;
    font-size: 35px;
    line-height: 1.096;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 700;
    text-transform: none;
}
.button_register_header {
    width: 35%;
    font-weight: 600;
    font-family: Roboto, Arial, sans-serif;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #3bd671;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 40px;
    border-radius: 50px;
    text-transform: capitalize;
    border: 1px solid #3bd671;
    font-size: 16px;
    color: #ffffff;
    margin-top: 40px;
    margin-left: 5px;
    text-decoration: none;
}
.button_register_header:hover {
    color: #ffffff;
    border: 1px solid #3B9071;
    background-color: #3B9071;
    text-decoration:none;
    box-shadow: 0 10px 15px rgb(0 0 0 / 50%);
    transform: translate(0, -2px);
    opacity: 1 !important;
}
.button_register {
    width: 75%;
    font-weight: 600;
    font-family: Roboto, Arial, sans-serif;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #3bd671;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 40px;
    border-radius: 50px;
    text-transform: capitalize;
    border: 1px solid #3bd671;
    font-size: 16px;
    color: #ffffff;
    margin-top: 40px;
    margin-left: 5px;
    text-decoration: none;
}
.button_register:hover {
    color: #ffffff;
    border: 1px solid #3B9071;
    background-color: #3B9071;
    text-decoration:none;
    box-shadow: 0 10px 15px rgb(0 0 0 / 50%);
    transform: translate(0, -2px);
    opacity: 1 !important;
}
.button_pricing {
    width: 190px;
    font-weight: 600;
    font-family: Roboto, Arial, sans-serif;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #3bd671;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 40px;
    border-radius: 50px;
    text-transform: capitalize;
    border: 1px solid #3bd671;
    font-size: 16px;
    color: #ffffff;
    margin-top: 40px;
    margin-left: 5px;
    text-decoration: none;
}
.button_pricing:hover {
    color: #ffffff;
    border: 1px solid #3B9071;
    background-color: #3B9071;
    text-decoration:none;
    box-shadow: 0 10px 15px rgb(0 0 0 / 50%);
    transform: translate(0, -2px);
    opacity: 1 !important;
}
.button_pricing_1 {
    width: 190px;
    font-weight: 600;
    font-family: Roboto, Arial, sans-serif;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #3B9071;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 40px;
    margin-top: 40px;
    margin-left: 10px;
    border-radius: 50px;
    text-transform: capitalize;
    border: 1px solid #3B9071;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
}
.button_pricing_1:hover {
    color: #ffffff;
    border: 1px solid #3B9071;
    background-color: #3B9071;
    text-decoration:none;
    box-shadow: 0 10px 15px rgb(0 0 0 / 50%);
    transform: translate(0, -2px);
    opacity: 1 !important;
}
.button_status {
    width: 190px;
    font-weight: 600;
    font-family: Roboto, Arial, sans-serif;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #3bd671;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 40px;
    border-radius: 50px;
    text-transform: capitalize;
    border: 1px solid #3bd671;
    font-size: 16px;
    color: #ffffff;
    margin-top: 40px;
    margin-left: 5px;
    text-decoration: none;
}
.button_status:hover {
    color: #ffffff;
    border: 1px solid #3B9071;
    background-color: #3B9071;
    text-decoration:none;
    box-shadow: 0 10px 15px rgb(0 0 0 / 50%);
    transform: translate(0, -2px);
    opacity: 1 !important;
}
.button_status_1 {
    width: 190px;
    font-weight: 600;
    font-family: Roboto, Arial, sans-serif;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #3B9071;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 40px;
    margin-top: 40px;
    margin-left: 10px;
    border-radius: 50px;
    text-transform: capitalize;
    border: 1px solid #3B9071;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
}
.button_status_1:hover {
    color: #ffffff;
    border: 1px solid #3B9071;
    background-color: #3B9071;
    text-decoration:none;
    box-shadow: 0 10px 15px rgb(0 0 0 / 50%);
    transform: translate(0, -2px);
    opacity: 1 !important;
}
.bg_newsletter {
    padding-top: 2rem;
    padding-bottom: calc(2rem - 46px);
    background-image: url(/assets/portaldigital/24x7_nonstop/main_03_bg.png);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment: scroll;
    background-attachment: fixed;
    background-color: #193831;
}
.button_register_1 {
    width: 75%;
    font-weight: 600;
    font-family: Roboto, Arial, sans-serif;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #3B9071;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 40px;
    margin-top: 40px;
    margin-left: 10px;
    border-radius: 50px;
    text-transform: capitalize;
    border: 1px solid #3B9071;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
}
.button_register_1:hover {
    color: #ffffff;
    border: 1px solid #3B9071;
    background-color: #3B9071;
    text-decoration:none;
    box-shadow: 0 10px 15px rgb(0 0 0 / 50%);
    transform: translate(0, -2px);
    opacity: 1 !important;
}
.bg_newsletter {
    padding-top: 2rem;
    padding-bottom: calc(2rem - 46px);
    background-image: url(/assets/portaldigital/24x7_nonstop/main_03_bg.png);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment: scroll;
    background-attachment: fixed;
    background-color: #193831;
}
.main_title_Newsletter_logo {
    color: #ffffff;
    font-size: 45px;
    line-height: 2;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 700;
    text-transform: none;
}
.main_title_Newsletter {
    color: #3bd671;
    font-size: 45px;
    line-height: 2;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 700;
    text-transform: none;
}
.main_text_Newsletter {
    color: #ffffff;
    font-size: 19px;
    line-height: 2;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 500;
    text-transform: none;
}
.ctf {
	background-color: transparent;
	margin:10px;
	padding:10px;
}
.ctf .form {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
}
.ctf .form form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.ctf .form form input {
    appearance: none;
    border: 0px;
    box-shadow: none;
    outline: none;
}
.ctf .form form input[type=email] {
    width: calc(100% - 183px);
    height: 36px;
    padding: 0 12px;
    border-radius: 8px;
    border: 1px solid #2D3340;
    background-color: #131A25;
    transition: 0.3s;
    color: white;
    font-size: 14px;
    font-weight: 400;
}
.ctf .form form input[type=submit] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    min-width: 168px;
    width: 168px;
    padding: 0;
    border-radius: 24px;
    background-color: #3bd671;
    transition: 0.3s;
    color: white;
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
    text-decoration: none;
    font-family: Roboto, Arial, sans-serif;
}
.ctf .form form .mg-alert {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 6px 12px;
    border-radius: 8px;
    color: #131a26;
    font-size: 14px;
    font-weight: 700;
    font-family: Roboto, Arial, sans-serif;
}
.bg_main {
    padding-top: 3rem;
    padding-bottom: calc(5rem - 46px);
    background-image: url(/assets/portaldigital/24x7_nonstop/main_home1_bg.png);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment: scroll;
    background-attachment: fixed;
    background-color: #ffffff;
}
.bg_home {
    padding-top: 3rem;
    padding-bottom: calc(5rem - 46px);
    background-image: url(/assets/portaldigital/24x7_nonstop/main_home1_bg.png);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment: scroll;
    background-attachment: fixed;
    background-color: #ffffff;
}
.bg_login {
    padding-top: 2rem;
    padding-bottom: calc(2rem - 36px);
    background-image: url(/assets/portaldigital/24x7_nonstop/main_home1_bg.png);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment: scroll;
    background-attachment: fixed;
    background-color: #ffffff;
}
.bg_faqs {
    padding-top: 3rem;
    padding-bottom: calc(5rem - 46px);
    background-image: url(/assets/portaldigital/24x7_nonstop/main_home1_bg.png);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment: scroll;
    background-attachment: fixed;
    background-color: #ffffff;
}
.main_title {
    margin: 0 0 45px;
    font-size: 55px;
    line-height: 1.096;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 700;
    text-transform: none;
    color: #131a26;
}
.main_title_g {
    margin: 0 0 45px;
    font-size: 55px;
    line-height: 1.096;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 700;
    text-transform: none;
    color: #ffffff;
}
.main_subtitle {
    font-size: 25px;
    line-height: 1.096;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 700;
    text-transform: none;
    color: #3bd671;
}
.main_title_color {
    margin: 0 0 45px;
    font-size: 55px;
    line-height: 1.096;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 700;
    text-transform: none;
    color: #3bd671;
}
.status_title_color {
    margin: 0 0 45px;
    font-size: 35px;
    line-height: 1.096;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 700;
    text-transform: none;
    color: #3bd671;
}
.main_title_01 {
    font-size: 1.8em;
    line-height: 1.096;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 700;
    color: #131a26;
    text-transform: none;
    text-align: left;
}
.main_text {
    font-size: 20px;
    line-height: 36px;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 300;
    color: #131a26;
    text-transform: none;
    text-align: left;
}
.main_title01 {
    font-size: 21px;
    line-height: 36px;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 500;
    color: #131a26;
    text-transform: none;
    text-align: left;
}
.main_title_w {
    font-size: 21px;
    line-height: 36px;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 500;
    color: #ffffff;
    text-transform: none;
    text-align: left;
}
.main_title01_g {
    font-size: 45px;
    line-height: 0px;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 900;
    color: #3bd671;
}
.bg_downtime {
    padding-top: 8rem;
    padding-bottom: calc(8rem - 46px);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment: scroll;
    background-attachment: fixed;
    background-color: #131a26;
}
.bg_black {
    padding-top: 6rem;
    padding-bottom: calc(6rem - 46px);
    background-image: url(/assets/portaldigital/24x7_nonstop/main_03_bg.png);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment: scroll;
    background-attachment: fixed;
    background-color: #131a26;
}
.main_downtime_title {
    font-size: 55px;
    line-height: 1.096;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 700;
    color: #ffffff;
    text-transform: none;
    text-align: left;
}
.img_downtime_icon {
    color: #3bd671;
    font-size: 55px;
}
.main_title_02 {
    font-size: 1.4em;
    line-height: 1.096;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 700;
    color: #ffffff;
    text-transform: none;
    text-align: center;
}
.main_text_01 {
    font-size: 20px;
    line-height: 36px;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 300;
    color: #ffffff;
    text-transform: none;
    text-align: left;
}
.main_text_link {
    font-size: 20px;
    line-height: 36px;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 500;
    color: #ffffff;
    text-transform: none;
    text-align: left;
    text-decoration: underline;
}
.main_text_link:hover {
    text-decoration: none;
    color: #3bd671;
}
.pricing_box_item {
    display: inline-block;
    position: relative;
    float: left;
    background-color: #ffffff;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    transition: 0.2s ease-in-out;
    border-width: 0px;
    border-style: solid;
    border: 1px solid #F2F2F2;
    border-image: initial;
    border-radius: 0.3rem;
    box-shadow: 0 15px 20px rgb(0 0 0 / 10%);
    transform: translate(0, -4px);
    opacity: 1 !important;
    margin-left: 20px;
}
.main_pricing_title_color {
    margin: 0 0 45px;
    font-size: 55px;
    line-height: 1.096;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 700;
    text-transform: none;
    color: #3bd671;
}
.main_pricing_title {
    font-size: 2em;
    line-height: 1.096;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 700;
    color: #131a26;
    text-transform: none;
    text-align: left;
}
.main_pricing_title_color_1 {
    font-size: 1.5em;
    line-height: 1.096;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 700;
    color: #3bd671;
    text-transform: none;
    text-align: left;
}
.main_pricing_title_monitors {
    font-size: 1.5em;
    line-height: 1.096;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 700;
    color: #131a26;
    text-transform: none;
    text-align: left;
}
.main_pricing_text {
    font-size: 15px;
    line-height: 36px;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400;
    color: #131a26;
    text-transform: none;
}
.img_pricing_icon {
    color: #131a26;
    background: #3bd671;
    font-size: 55px;
    z-index: 104400;
    box-shadow: -9px 9px 1px rgba(204, 204, 204, 1);
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 20px;
    height: 160px;
    width: 160px;
    text-align: center;
    transition: all 0.3sease -in-out;
    line-height: 60px;
}
.img_pricing_icon1 {
    color: #3bd671;
    font-size: 20px;
    padding-right: 10px;
}
.img_ai_agents_icon {
    color: #131a26;
    background: #3bd671;
    font-size: 35px;
    z-index: 104400;
    box-shadow: -9px 9px 1px rgba(204, 204, 204, 1);
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 10px;
    height: 60px;
    width: 80px;
    text-align: center;
    transition: all 0.3sease -in-out;
    line-height: 10px;
}
.img_home {
    color: #131a26;
    background: #3bd671;
    font-size: 55px;
    z-index: 104400;
    box-shadow: -9px 9px 1px rgba(204, 204, 204, 1);
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 10px;
    height: 80px;
    width: 100px;
    text-align: center;
    transition: all 0.3sease -in-out;
    line-height: 10px;
}
.img_ai_agents_icon1 {
    color: #131a26;
    background: #3bd671;
    font-weight: 900;
    font-size: 55px;
    z-index: 104400;
    box-shadow: -9px 9px 1px rgba(255, 255, 255, 1);
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 10px;
    height: 60px;
    width: 80px;
    text-align: center;
    transition: all 0.3sease -in-out;
    line-height: 10px;
}
.img_ai_agents_icon2 {
    color: #131a26;
    background: #3bd671;
    font-weight: 900;
    font-size: 55px;
    z-index: 104400;
    box-shadow: -9px 9px 1px rgba(204, 204, 204, 1);
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 10px;
    height: 60px;
    width: 80px;
    text-align: center;
    transition: all 0.3sease -in-out;
    line-height: 10px;
}
.box_item {
    padding: 0px;
    -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, .1);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .1);
    border-radius: 6px;
    background-color: #131A26;
    margin: 10px;
}
.img_ai_agent_icon {
    color: #131A26;
    font-size: 55px;
}
.main_title_ai_agents {
    font-size: 1.9em;
    line-height: 1.096;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 700;
    color: #131a26;
    text-transform: none;
    text-align: center;
}
.main_title_ai_agents_g {
    font-size: 1.9em;
    line-height: 1.096;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 700;
    color: #3bd671;
    text-transform: none;
    text-align: center;
}
.animated-div {
            width: 240px;
            height: 260px;
            background-color: #ffffff;
            margin: 15px;
            transition: all 0.3s ease;
            /* Initially position divs off-screen to the left */
            transform: translateX(-200px);
            border-style: solid;
            border: 1px solid #F2F2F2;
            border-image: initial;
            border-radius: 0.3rem;
            box-shadow: 0 15px 20px rgb(0 0 0 / 10%);
            opacity: 0;
            margin-left: 20px;
        }
        .animation-container {
            padding: 20px;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            overflow: hidden; /* Ensure off-screen elements don't create scrollbars */
            min-height: 200px; /* Ensure space for animations */
        }
        .controls {
            margin: 20px 0;
        }
        .direction-controls {
            margin-top: 15px;
        }
.animated_01-div {
            width: 100%;
            height: 100%;
            background-color: #3bd671;
            margin: 15px;
            transition: all 0.3s ease;
            /* Initially position divs off-screen to the left */
            transform: translateX(-200px);
            opacity: 0;
            border-radius: 6px;
}
.faq_box {
    border-bottom: 1px solid #687790;
}
/***************************/
.collapsible {
    background-color: transparent;
    border-bottom: 1px solid #687790;
    color:#131A25;
    padding-bottom: 30px;
    cursor: pointer;
    padding-top: 30px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    font-family: Roboto, Arial, sans-serif;
}
.active, .collapsible:hover {
  background-color: transparent;
  color: #3bd671;
}
.content {
  padding-left: 5px;
  display: none;
  overflow: hidden;
  background-color: transparent;
}
.content1 {
  padding-left: 5px;
  display: none;
  overflow: hidden;
  background-color: #ffffff;
}
button.accordion {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}
/***********************************/
.collapsible1 {
    background-color: #131a26;
    border-bottom: 1px solid #ffffff;
    color:#ffffff;
    padding-bottom: 30px;
    cursor: pointer;
    padding-top: 30px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    font-family: Roboto, Arial, sans-serif;
}
.active1, .collapsible1:hover {
  background-color: #131a26;
  color: #3bd671;
}
.content1 {
  padding-left: 5px;
  display: none;
  overflow: hidden;
  background-color: #131a26;
}
button.accordion {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}
.content1 p {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #fff;
    font-family: Roboto, Arial, sans-serif;
    font-size: 21px;
    font-weight: 300;
}
/*************************************/
p {
    margin-top: 0;
    margin-bottom: 1rem;
    color:#131A25;
    font-family: Roboto, Arial, sans-serif;
    font-size: 21px;
    font-weight: 300;
}
.terms_text {
    font-family: Roboto, Arial, sans-serif;
    font-size: 21px;
    font-weight: 300;
    color: #131A25;
    line-height: 36px;
    padding-bottom: 0px;
    padding-top: 20px;
    text-align: left;
}
.terms_subtitle {
    font-family: Roboto, Arial, sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #131A25;
    line-height: 36px;
    padding-bottom: 0px;
    padding-top: 20px;
    text-align: left;
}
.terms_text a {
    color: #3bd671;
    text-decoration: underline;
    cursor: pointer;
}
.subtitle_comparisons {
    margin-top: 0;
    margin-bottom: 1rem;
    color:#ffffff;
    font-family: Roboto, Arial, sans-serif;
    font-size: 21px;
    font-weight: 300;
}
.comparisons_box_item {
    display: inline-block;
    position: relative;
    float: left;
    background-color: #ffffff;
    padding-top: 40px;
    padding-left: 20px;
    padding-bottom: 40px;
    padding-right: 20px;
    transition: 0.2sease-in-out;
    border-width: 0px;
    border-style: solid;
    border: 1px solid #F2F2F2;
    border-image: initial;
    transform: translate(0, -4px);
    opacity: 1 !important;
    margin: 40px;
    padding: 45px;
    -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, .1);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .1);
    border-radius: 6px;
}
.comparisons_title {
    font-size: 1.8em;
    line-height: 1.096;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 700;
    color: #131a26;
    text-transform: none;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}
.comparisons_text {
    font-size: 20px;
    line-height: 36px;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 300;
    color: #131a26;
    text-transform: none;
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;
}
.subtitle_comparisons a {
    color: #3bd671;
    text-decoration: none;
    cursor: pointer;
}
.location_title {
    font-size: 45px;
    line-height: 1.096;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 700;
    color: #ffffff;
    text-transform: none;
    text-align: left;
}
.location_title_g {
    font-size: 45px;
    line-height: 1.096;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 700;
    color: #3bd671;
}
/*********************************/
* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: Roboto, Arial, sans-serif;
            line-height: 1.6;
            background-color: #f4f7f6;
            color: #131A25;
        }
        .quote-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 2rem;
            display: flex;
            gap: 2rem;
        }
        .quote-form {
            background-color: white;
            border-radius: 10px;
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
            padding: 2rem;
            width: 50%;
        }
        .quote-info {
            width: 50%;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .form-group {
            margin-bottom: 1rem;
        }
        .form-group label {
            display: block;
            margin-bottom: 0.5rem;
            font-weight: 900;
            font-family: Roboto, Arial, sans-serif;
            font-size: 21px;
        }
        .form-group input,
        .form-group select,
        .form-group textarea {
            width: 100%;
            padding: 0.75rem;
            border: 1px solid #ddd;
            border-radius: 5px;
            font-family: Roboto, Arial, sans-serif;
            font-size: 17px;
            font-weight: 300;
        }
        .submit-btn {
            background-color: #3bd671;
            font-family: Roboto, Arial, sans-serif;
            font-size: 21px;
            font-weight: 700;
            color: white;
            border: none;
            padding: 1rem;
            border-radius: 5px;
            cursor: pointer;
            width: 100%;
            transition: background-color 0.3s ease;
        }
        .submit-btn:hover {
            background-color: #3bd671;
        }
        .quote-info h1 {
            margin-bottom: 1rem;
            margin: 0 0 45px;
            font-size: 50px;
            line-height: 1.096;
            font-family: Roboto, Arial, sans-serif;
            font-weight: 700;
            text-transform: none;
            color: #131a26;
        }
        .quote-info-g {
            font-size: 50px;
            line-height: 1.096;
            font-family: Roboto, Arial, sans-serif;
            font-weight: 700;
            color: #3bd671;
        }
        .quote-info p {
            font-family: Roboto, Arial, sans-serif;
            font-size: 21px;
            font-weight: 300;
            color: #131A25;
            line-height: 36px;
            margin-bottom: 1.5rem;
        }
        .feature-list {
            list-style-type: none;
            margin-bottom: 1.5rem;
        }
        .feature-list li {
            margin-bottom: 0.5rem;
            padding-left: 1.5rem;
            position: relative;
            font-family: Roboto, Arial, sans-serif;
            font-size: 21px;
            font-weight: 300;
            color: #131A25;
        }
        .feature-list li:before {
            content: '?';
            color: #3bd671;
            position: absolute;
            left: 0;
            font-weight: 500;
        }
        @media (max-width: 768px) {
            .quote-container {
                flex-direction: column;
            }
            .quote-form,
            .quote-info {
                width: 100%;
            }
        }
/********************************/
.active, .tab-content {
  background-color: transparent;
}
.tab-content-legal {
    width: 100%;
    padding-left: 25px;
}
/*************************************/
.bg_b {
    padding: 100px;
    background-color: #f5f5f5;
}
.blog_articles_box { 
   width:100%; 
   padding:30px; 
   margin-bottom:30px;
}
.blog_articles_item_sn { 
   width:500px;
   display:inline-block; 
   vertical-align:middle;
   padding:20px;
}
.blog_articles_item { 
   margin-bottom:20px;
   padding-bottom:40px;
   border-bottom: 1px solid #e0e0e0;
}
.blog_article_item_title { 
    font-size: 40px;
    line-height: 1.096;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 700;
    text-transform: none;
    padding-bottom: 30px;
}
.blog_article_item_title a { 
    text-decoration:none; 
    font-size: 40px;
    line-height: 1.096;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 700;
    color: #131a26;
}
.blog_article_item_title a:hover { 
   text-decoration:none;
   color:#3bd671;
}
.blog_article_item_created { 
   font-weight: 700;
   font-size: 17px; 
   color: #3bd671;
   line-height: 25px; 
   padding-bottom:10px;
   padding-top:10px; 
   font-family: Roboto, Arial, sans-serif;
}
.blog_article_item_short_article { 
    font-size: 21px;
    line-height: 36px;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 300;
    color: #131a26;
    letter-spacing: 1px;
    text-align: justify;
}
.blog_article_item_short_article p{ 
  font-size:21px; 
  color: #131a26;
  font-weight:1.3;
  line-height: 30px;
  font-family: Roboto, Arial, sans-serif;
  letter-spacing: 1px;
}
.blog_article_item_article{ 
   font-size:15px; 
   color: #131a26;
   font-weight:100;
   line-height: 30px;
   font-family: Roboto, Arial, sans-serif;
   letter-spacing: 1px;
   text-align: justify;
}
.blog_article_item_article h2{ 
    font-size: 25px;
    color: #131a26;
    font-weight: 700;
    line-height: 3.5;
    font-family: Roboto, Arial, sans-serif;
    letter-spacing: 1px;
}
.blog_article_item_read_more { 
    float: right; 
    margin-bottom: 20px;
    color: #3bd671;
}
.blog_article_item_read_more a { 
    font-weight: 700;
    margin-top: 14px;
    padding: 14px 22px;
    text-decoration: underline; 
    text-align: center;
    vertical-align: middle;
    color: #3bd671;
    margin-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Roboto, Arial, sans-serif;
    cursor: pointer;
    opacity: 0.8;
    text-transform:lowercase;
    margin-bottom: 20px;
    font-size:15px;
}
.blog_article_item_read_more a:hover { 
	text-decoration:underline;
}
.blog_categories { 
	list-style-type:none; 
	width:100%; 
	text-align:left;
}
.blog_categories li {
   	width:100%; 
   	margin-top:5px; 
   	margin-bottom:5px;
   	border-bottom: 1px solid #e0e0e0;
}
.blog_categories li a { 
   	color: #131A25; 
   	padding: .4em 1em;
   	font-size: 17px;                        
   	font-weight: 700;
   	font-family: Roboto, Arial, sans-serif;
   	text-decoration: none;
   	display: block;
   	background-color:transparent;
   	line-height: 30px;
   	letter-spacing: 1px; 
}
.blog_categories li a:hover {
   	text-decoration: none; 
   	color:#3bd671;
   	background-color:transparent;
}
.status-box {
	position:relative;
	padding: 10px;
    border: 0.0625rem solid rgb(216, 221, 230);
    box-shadow: 0 15px 20px rgb(0 0 0 / 10%);
	background-color:#ffffff;
	height: 100%;
	margin:10px;
}
.status-item {
	position:relative;
	padding: 10px;
    border: 0.0625rem solid rgb(216, 221, 230);
    box-shadow: 0 15px 20px rgb(0 0 0 / 10%);
	background-color:#ffffff;
	height: 30px;
	margin:10px;
}
.status-item-label {
	position: absolute;
	top: 50%;
	left: 5;
	transform: translate(0px, -50%);
    font-family: Roboto, Arial, sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: #131A25;
    line-height: 36px;
}
.status-item-icon {
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translate(0px,-50%);
}
/*************************************/
@media screen and (max-width: 1200px) 
{
   .button_register_1 { width: 75%; margin: 10px;}
   .button_register { width: 75%; margin: 10px;}
   .button_pricing_1 { width: 95%; margin: 10px;}
   .button_pricing { width: 95%; margin: 10px;}
   .button_status_1 { width: 95%; margin: 10px;}
   .button_status { width: 95%; margin: 10px;}
   .my-2 { margin-top: 1rem; margin-bottom: 1rem;}
   .button_register_header { width: 75%; margin: 10px;}
}
@media screen and (max-width: 991px) 
{
   .logo{ width:35%;}
   .container {width:98%}
   .bg_b { padding: 10px;}
   .main_title { font-size: 35px;}
   .main_title_color { font-size: 35px;}
   .main_title_header { font-size: 35px;}
   .main_title_g { font-size: 35px;}
   .location_title_g { font-size: 30px;}
   .location_title { font-size: 30px;}
   .blog_article_item_title a { font-size: 25px; line-height: 0.5; }
   .blog_article_item_article h2{ font-size: 21px; line-height: 2; }
   .main_title_header { font-size: 35px;}
   .collapsible { font-size: 25px; line-height: 2; }
   .collapsible1 { font-size: 25px; line-height: 2; }
   .quote-info-g { font-size: 35px;}
   .quote-info h1 { font-size: 35px;}
   .animated-div { width: 100%; height: 100%; padding-bottom: 20px; }
   .pricing_box_item { width: 95%;}
   .button_register_header { width: 75%; margin: 10px;}
   .button_register_1 { width: 75%; margin: 20px;}
   .button_register { width: 75%; margin: 20px;}
   .button_pricing_1 { width: 75%; margin: 20px;}
   .button_pricing { width: 75%; margin: 20px;}
   .button_status_1 { width: 75%; margin: 20px;}
   .button_status { width: 75%; margin: 20px;}
   .my-2 { margin-top: 1rem !important; margin-bottom: 1rem !important;}
}
@media screen and (max-width: 767px;) 
{
   .logo{ width:35%;}
   .container {width:98%}
   .main_title_header { font-size: 35px;}
   .main_title { font-size: 35px;}
   .main_title_color { font-size: 35px;}
   .main_title_g { font-size: 35px;}
   .location_title_g { font-size: 30px;}
   .location_title { font-size: 30px;}
   .bg_b { padding: 10px;}
   .blog_article_item_title a { font-size: 25px; line-height: 0.5; }
   .blog_article_item_article h2{ font-size: 21px; line-height: 2; }
   .collapsible { font-size: 25px; line-height: 2; }
   .collapsible1 { font-size: 25px; line-height: 2; }
   .quote-info-g { font-size: 35px;}
   .quote-info h1 { font-size: 35px;}
   .animated-div { width: 100%; height: 100%; padding-bottom: 20px;}
   .pricing_box_item { width: 95%;}
   .button_register_header { width: 75%; margin: 10px;}
   .button_register_1 { width: 75%; margin: 20px;}
   .button_register { width: 75%; margin: 20px;}
   .button_pricing_1 { width: 75%; margin: 20px;}
   .button_pricing { width: 75%; margin: 20px;}
   .button_status_1 { width: 75%; margin: 20px;}
   .button_status { width: 75%; margin: 20px;}
   .my-2 { margin-top: 1rem !important; margin-bottom: 1rem !important;}
}
.tab_tittle {
    font: 600 17px Roboto, Arial, sans-serif;
    text-transform: none;
    color: #131a26;
    margin-bottom: 40px;
    line-height: 36px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: justify;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    padding-left: 40px;
    padding-right: 40px;
    border: 0px solid #7f7aee;
    border-top-left-radius: 10px;
    border-radius: 50px;
}
.tab_tittle:hover {
    color: #ffffff;
    background-color: #131a26;
}
.w3-button:hover {
    text-decoration: none;
    color: #fff!important;
    background-color: #131a26!important;
}
.img_pricing {
    max-width:900px;
}
.img-home {
    color: #3bd671;
    font-size: 35px;
    padding-right:10px;
}
.status_text {
    font-family: Roboto, Arial, sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: #131A25;
    line-height: 36px;
    padding-bottom: 0px;
    padding-top: 10px;
    text-align: left;
}
.img-exclamation {
    color: #FF9828;
    font-size: 19px;
}
.img-service {
    color: #D64F48;
    font-size: 19px;
}
.img-maintenance  {
    color: #7F8DE1;
    font-size: 19px;
}
.img-arrow-up {
            color: #131a26;
            font-size: 15px;
        }
        .img-menu {
            color: #3bd671;
            font-size: 19px;
        }
        .home_page { 
            background: #131a26;
        }
        .navbar-toggler {
            color: white;
        }
        .navbar-toggler-icon {
            background-color: #3bd671;
            color: white;
            background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e) !important;
        }
        .navbar a:link, .navbar a:visited,.navbar a:hover,.navbar a:active {
            color: white ;
        } 
        .nav-link-header,.nav-link-header.show, .nav-link-header:link, .nav-link-header:visited,.nav-link-header:hover,.nav-link-header:active { 
            color: white !important;
        }
        .mega-menu a:link, .mega-menu a:visited,.mega-menu a:hover,.mega-menu a:active {
            color: black;
        } 
        .mega-menu2 {
            position: absolute;
            left: 0;
            right: 0;
            min-width: 220px !important;
            background-color: #fff;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            border-radius: 0 0 5px 5px;
            padding: 0px;
            display: none;
            z-index: 100000;
            margin-top: 0;
            border: none;
            color:#000000 !important;
        }
        .mega-menu2 a:link, .mega-menu2 a:visited,.mega-menu2 a:hover,.mega-menu2 a:active {
            color: black;
            text-decoration:none;
            font-weight: bold;
        } 
        .tabs2 {
            width:100%;
            min-width:220px;
        }
        .tabs2 .tab-item {
            padding: 15px;
            cursor: pointer;
            border-left: 3px solid transparent;
            transition: all 0.3s ease;
        }
        .tabs2 .tab-item:hover {
            background-color: #f8f9fa;
            border-left-color: #3bd671;
        }
        .tabs2 .tab-item.active {
            background-color: #f8f9fa;
            border-left-color: #3bd671;
            font-weight: 600;
        }
.empty_9182 {}

