@font-face {
    font-family: 'Roboto-Black';
    src: url('../fonts/roboto/Roboto-Black.woff2') format('woff2'), url('../fonts/Roboto-Black.woff') format('woff'), url('../fonts/Roboto-Black.eot') format('eot'), url('../fonts/Roboto-Black.otf') format('otf'), url('../fonts/Roboto-Black.ttf') format('ttf'), url('../fonts/Roboto-Black.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.eot') format('eot'), url('../fonts/Roboto-Bold.otf') format('otf'), url('../fonts/Roboto-Bold.ttf') format('ttf'), url('../fonts/Roboto-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.eot') format('eot'), url('../fonts/Roboto-Light.otf') format('otf'), url('../fonts/Roboto-Light.ttf') format('ttf'), url('../fonts/Roboto-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.eot') format('eot'), url('../fonts/Roboto-Medium.otf') format('otf'), url('../fonts/Roboto-Medium.ttf') format('ttf'), url('../fonts/Roboto-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.eot') format('eot'), url('../fonts/Roboto-Regular.otf') format('otf'), url('../fonts/Roboto-Regular.ttf') format('ttf'), url('../fonts/Roboto-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Thin';
    src: url('../fonts/Roboto-Thin.woff2') format('woff2'), url('../fonts/Roboto-Thin.woff') format('woff'), url('../fonts/Roboto-Thin.eot') format('eot'), url('../fonts/Roboto-Thin.otf') format('otf'), url('../fonts/Roboto-Thin.ttf') format('ttf'), url('../fonts/Roboto-Thin.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoBlackItalic';
    src: url('../fonts/RobotoBlackItalic.eot');
    src: url('../fonts/RobotoBlackItalic.eot') format('embedded-opentype'), url('../fonts/RobotoBlackItalic.woff2') format('woff2'), url('../fonts/RobotoBlackItalic.woff') format('woff'), url('../fonts/RobotoBlackItalic.ttf') format('truetype'), url('../fonts/RobotoBlackItalic.svg#RobotoBlackItalic') format('svg');
}

@font-face {
    font-family: 'RobotoMediumItalic';
    src: url('../fonts/RobotoMediumItalic.eot');
    src: url('../fonts/RobotoMediumItalic.eot') format('embedded-opentype'), url('../fonts/RobotoMediumItalic.woff2') format('woff2'), url('../fonts/RobotoMediumItalic.woff') format('woff'), url('../fonts/RobotoMediumItalic.ttf') format('truetype'), url('../fonts/RobotoMediumItalic.svg#RobotoMediumItalic') format('svg');
}

@font-face {
    font-family: 'RobotoBoldItalic';
    src: url('../fonts/RobotoBoldItalic.eot');
    src: url('../fonts/RobotoBoldItalic.eot') format('embedded-opentype'), url('../fonts/RobotoBoldItalic.woff2') format('woff2'), url('../fonts/RobotoBoldItalic.woff') format('woff'), url('../fonts/RobotoBoldItalic.ttf') format('truetype'), url('../fonts/RobotoBoldItalic.svg#RobotoBoldItalic') format('svg');
}

@font-face {
    font-family: 'RobotoLightItalic';
    src: url('../fonts/RobotoLightItalic.eot');
    src: url('../fonts/RobotoLightItalic.eot') format('embedded-opentype'), url('../fonts/RobotoLightItalic.woff2') format('woff2'), url('../fonts/RobotoLightItalic.woff') format('woff'), url('../fonts/RobotoLightItalic.ttf') format('truetype'), url('../fonts/RobotoLightItalic.svg#RobotoLightItalic') format('svg');
}

@font-face {
    font-family: 'RobotoThinItalic';
    src: url('../fonts/RobotoThinItalic.eot');
    src: url('../fonts/RobotoThinItalic.eot') format('embedded-opentype'), url('../fonts/RobotoThinItalic.woff2') format('woff2'), url('../fonts/RobotoThinItalic.woff') format('woff'), url('../fonts/RobotoThinItalic.ttf') format('truetype'), url('../fonts/RobotoThinItalic.svg#RobotoThinItalic') format('svg');
}

@font-face {
    font-family: 'Material-Design-Iconic-Font';
    src: url('../fonts/Material-Design-Iconic-Font.eot');
    src: url('../fonts/Material-Design-Iconic-Font.ttf'), url('../fonts/Material-Design-Iconic-Font.woff2') format('woff2'), url('../fonts/Material-Design-Iconic-Font.woff') format('woff'), url('../fonts/Material-Design-Iconic-Font.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    position: relative;
    padding: 0;
    background-color: #fff;
    font-family: 'Roboto-Regular';
    /*font-family: 'Roboto', sans-serif;*/
    font-size: 12px;
    /*color: #0cd0c0 !important;*/
    overflow-x: hidden;
    letter-spacing: 1px;
    color: #333;
}

* {
    transition: all 0.4s ease 0s;
}

:focus {
    outline: none;
}

a:focus,
a:hover {
    outline: none;
    text-decoration: none;
}

.delete-entry {
    font-size: 20px;
    margin-left: 8px;
    top: 3px;
    position: relative;
}

.no-left-padding {
    padding-left: 0 !important;
}

.margin-bottom {
    margin-bottom: 0 !important;
}

.add-block .data-overview {
    margin: 0;
}

.ad-description {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

label.error {
    display: none !important;
}

input.error,
select.error {
    border: 1px solid #FF0000 !important;
}


/*datatable*/

.dataTables_length {
    float: left;
}

.input-group .form-control {
    padding-top: 0;
}

.paginate_button.previous.disabled {
    display: inline-block;
    margin: 0 15px;
}

span .paginate_button {
    background-color: #82b62d;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    text-align: center;
    width: 30px;
    color: #333;
}

.dataTables_info {
    float: left;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 10px 0 0;
    text-align: right;
    white-space: nowrap;
    font-size: 16px;
}


/*end*/

.ad-description>p {
    font-size: 14px;
    float: left;
    width: 100%;
}

.ad-description>a {
    float: left;
    width: 100%;
    font-size: 14px;
}


/*language dropdown*/

.nav-menu li:last-child a::after,
.nav-menu li:last-child a::before {
    background: #fff none repeat scroll 0 0;
}

.nav-menu .dropdown-toggle>img,
.nav-menu li.dropdown ul.dropdown-menu li a img {
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.nav-menu .dropdown-menu>li>a {
    margin: 0 !important;
    width: 100%;
    color: #999999 !important;
    /*font-size: 13px !important;*/
    padding-left: 22px !important;
}

.dropdown-menu>li:hover a {
    color: #82b62d !important;
}

.nav-menu .dropdown-menu {
    border-radius: 0;
    display: none;
    top: 55px !important;
    min-width: 145px;
    z-index: 1000;
    padding: 0;
}

.nav-menu .dropdown-menu>li {
    border-bottom: 1px solid #e9e9e9;
}


/*end*/


/*modal*/

.modal-popup .modal-dialog {
    top: 100px;
}

.modal-popup .form-control label {
    font-size: 13px !important;
}

.modal-popup .form-control input,
.modal-popup .form-control select {
    font-size: 13px;
}

.modal-popup table {
    width: 100%;
    font-size: 14px;
}

.modal-popup table thead tr {
    border-bottom: 1px solid #82b62d;
}

.modal-popup table thead th {
    padding-bottom: 8px;
}

.modal-popup table tbody td {
    padding-top: 10px;
}


/*end*/


/*animation: 3s ease 0s normal none 1 running bounceInUp;*/


/*topbar*/

.footer-bottom {
    display: none;
}

.topbar {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    padding: 12px 0;
    position: fixed;
    width: 100%;
    z-index: 999999;
    top: 0;
    height: 80px;
}

.nav-menu>li {
    display: inline-block;
}

.nav-menu {
    float: right;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 0;
}

.nav-menu li a {
    color: #212121;
    display: inline-block;
    font-family: "Roboto-Regular";
    font-size: 16px;
    font-weight: 400;
    margin: 0 5px;
    overflow: hidden;
    padding: 7px 9px;
    position: relative;
    transition: all 0.3s ease-out 0.1s;
}

.nav-menu li a::after {
    background: #82b62d none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    transform: translateY(-100%);
    transition: all 0.1s ease 0.1s;
    width: 2px;
}


/*.nav-menu a {
    font-size: 16px;

    margin: 0 10px;
}*/

.nav-menu li:hover span,
.nav-menu li.active span {
    color: #82b62d;
}

.nav-menu li:last-child a {
    margin: 0 0px 0 10px;
}

.nav-menu li a:hover::before,
.nav-menu li a:hover::after {
    background: #82b62d
}

.nav-menu li a span::after {
    background: #82b62d none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    transform: translateX(100%);
    transition: all 0.1s ease 0.2s;
    width: 100%;
}

.nav-menu li a::before {
    background: #82b62d none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateY(100%);
    transition: all 0.1s ease 0.3s;
    width: 2px;
}

.nav-menu li a:hover::before,
.nav-menu li a:hover::after,
.nav-menu li.active a::before,
.nav-menu li.active a::after {
    transform: translateX(0px);
}

.nav-menu li a:hover span::before,
.nav-menu li a:hover span::after,
.nav-menu li.active a span::before,
.nav-menu li.active a span::after {
    transform: translateX(0px);
}

.nav-menu li a span::before {
    background: #82b62d none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateX(-100%);
    transition: all 0.1s ease 0s;
    width: 100%;
}

.margin-top {
    margin-top: 80px;
}

.table.table-striped.table-bordered li {
    display: block;
}

.table.table-striped.table-bordered li span {
    display: inline;
}


/*//topbar*/


/*move top*/

#toTop {
    background: rgba(0, 0, 0, 0) url("../images/up-arrow.png") no-repeat scroll 0 0;
    border: medium none;
    bottom: 20px;
    display: none;
    height: 35px;
    overflow: hidden;
    position: fixed;
    right: 2%;
    text-decoration: none;
    text-indent: 100%;
    width: 35px;
    z-index: 999;
}

#toTopHover {
    display: block;
    float: right;
    height: 32px;
    opacity: 0;
    overflow: hidden;
    width: 32px;
}


/*end*/


/*ad-block*/

.monitoring.child-safety {
    padding: 0;
}

.ad-block p {
    font-size: 14px;
    margin-bottom: 30px;
    text-align: justify;
}

.ad-description h4 {
    font-size: 20px;
    margin-top: 15px;
    float: left;
    width: 100%;
}

.ad-description>ul {
    padding-left: 30px;
    font-size: 14px;
    position: relative;
}

.ad-description ul li::before {
    content: '';
    color: #82b62d;
    float: left;
    font-size: 16px;
    width: 20px;
    left: 5px;
    position: absolute;
    font-family: 'FontAwesome';
}

.ad-description li {
    list-style: outside none none;
    margin-bottom: 5px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    display: inline-flex;
}

.ad-description label {
    width: 100%;
    margin-top: 5px;
}

.ad-description span {
    overflow-wrap: break-word;
}

.ad-description ul li.no-content::before {
    content: "";
}


/*end*/


/*slider*/

.item-box>img {
    height: 435px !important;
    max-height: 435px !important;
    object-fit: cover !important;
    width: 100%;
}

.slider-main {
    float: left;
    margin-top: 75px;
    position: relative;
    width: 100%;
}

.item-text.right-box {
    background-color: rgba(207, 216, 220, 0.8);
    padding: 30px;
    position: absolute;
    right: 70px;
    left: unset;
    bottom: 100px;
    top: 100px;
    width: 40%;
}


.item-text {
    background-color: rgba(207, 216, 220, 0.8);
    left: 70px;
    position: absolute;
    bottom: 100px;
    width: 40%;
    top: 100px;
    padding: 30px;
}

.item-text>a {
    background: #82b62d none repeat scroll 0 0;
    padding: 8px 10px;
    margin-top: 6px;
    float: left;
    color: #fff;
    font-size: 16px;
    border: 2px solid #82b62d;
}

.item-text>a:hover {
    color: #333;
    background: transparent;
}

.item-text>h3 {
    color: #1565c0;
    margin-bottom: 20px;
    margin-top: 0;
}

.item-text>p {
    font-size: 14px;
    text-align: left;
    /*mi-height: 110px;*/
}

.item-text>a i {
    margin-left: 10px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    top: 2px;
}

.item-box {
    position: relative;
}


/*panel*/

.panel-header {
    color: #82b62d;
    font-weight: bold;
    margin: 15px 0 30px;
    font-size: 18px;
}

.faq .services-right-grid {
    text-align: left;
}

.faq .panel-body>p {
    color: #666;
    font-size: 14px;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
    border: 1px solid #ddd;
}

.panel-group,
.panel-group .panel,
.panel-group .panel-heading,
.panel-group .panel-heading a,
.panel-group .panel-title,
.panel-group .panel-title a,
.panel-group .panel-body,
.panel-group .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-radius: 2px;
    border: 0;
}

.panel-group .panel-heading {
    padding: 0;
}

.panel-group .panel-heading a {
    background: #82b62d none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    padding: 10px 40px 10px 15px;
    position: relative;
    text-decoration: none;
}

.panel-body ul {
    padding-left: 10px;
}

.panel-body ul li::before {
    content: '';
    color: #1565c0;
    float: left;
    font-size: 16px;
    width: 20px;
    position: absolute;
    font-family: 'FontAwesome';
}

.panel-body ul li {
    color: #666;
    font-size: 14px;
    list-style: outside none none;
    margin-bottom: 5px;
    width: 100%;
    float: left;
    position: relative;
    display: inline-flex;
}

.panel-body ul li i {
    float: left;
    color: #82b62d;
    width: 20px;
    font-size: 16px;
}

.panel-body span {
    margin-left: 20px;
}

.panel:hover ul li i {
    color: #82b62d;
}

.panel:hover .panel-body i,
.panel:focus .panel-body i,
.panel:active .panel-body i,
.panel .panel-body i {
    color: #1565c0 !important;
}

.panel-group .panel-heading a.collapsed {
    background: #eeeeee;
    color: inherit;
}

.panel-group .panel-heading a:after {
    content: '-';
    position: absolute;
    right: 20px;
    /*top:5px;*/
    top: 0;
    font-size: 30px;
}

.panel-group .panel-heading a.collapsed:after {
    content: '+';
}

.panel-group .panel-collapse {
    margin-top: 5px !important;
}

.panel-group .panel-body {
    background: #ffffff none repeat scroll 0 0;
    padding: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.panel-group .panel-button-body {
    background: #ffffff none repeat scroll 0 0;
    padding: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    text-align: right;
}

.panel-group .panel {
    background-color: transparent;
}

.panel-group .panel-body p:last-child,
.panel-group .panel-body ul:last-child,
.panel-group .panel-body ol:last-child {
    margin-bottom: 0;
}


/*//panel*/


/*//slider*/


/*checkout*/

.already-user a {
    color: #fff;
    margin-left: 5px;
    white-space: nowrap;
}

.add-promo {
    float: left;
    width: 100%;
    padding-left: 17px;
}

.already-user {
    background: #1565c0 none repeat scroll 0 0;
    float: left;
    font-size: 14px;
    padding: 15px 10px;
    width: 100%;
    height: 70px;
    vertical-align: middle;
    display: flex;
    align-items: center;
}

.add-promo-details {
    float: left;
    width: 100%;
    border: 1px solid #ddd;
    padding: 0 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.already-user p i {
    width: 18px;
    /*text-align: center;*/
    font-size: 16px;
}

.already-user>p {
    color: #82b62d;
    margin: 0;
}

.total-payment.table-responsive p {
    margin: 0;
}

.total-payment td:last-child {
    text-align: right;
}

.total-payment td {
    font-size: 14px;
    padding: 10px 15px;
    vertical-align: middle;
    width: 55%;
}

.total-payment tr {
    border-bottom: 1px solid #82b62d;
}

.total-payment tr:last-child {
    border: none;
}

.total-payment table {
    width: 100%;
}

.total-payment tr:nth-child(3),
.total-payment tr:nth-child(6) {
    background-color: #82b62d;
    color: #fff;
}

.total-payment tr:nth-child(3) td,
.total-payment tr:nth-child(6) td {
    padding: 5px 15px;
    font-size: 16px;
    color: #f00;
}

.premium>p {
    font-size: 18px;
    line-height: 24px;
}

.total-payment {
    /*border: 1px solid #1565c0;*/
    width: 100%;
    /*float: left;*/
    /*padding:15px;*/
}

.premium-plan .btn-primary:active:hover,
.premium-plan .btn-primary.active:hover,
.premium-plan .open>.dropdown-toggle.btn-primary:hover,
.premium-plan .btn-primary:active:focus,
.premium-plan .btn-primary.active:focus,
.premium-plan .open>.dropdown-toggle.btn-primary:focus,
.premium-plan .btn-primary.focus:active,
.premium-plan .btn-primary.active.focus,
.premium-plan .open>.dropdown-toggle.btn-primary.focus {
    background-color: #1565c0;
    border-color: #1565c0;
    color: #fff;
}

.premium-plan .dropdown-menu>li>a:hover {
    background-color: #1565c0;
    color: #fff;
}

.premium-plan .dropdown-menu>li>a {
    padding: 5px 20px;
}

.premium-plan .dropdown-menu {
    padding: 0px 0;
}

.premium-plan {
    float: left;
    width: 100%;
    margin: 30px 0 0;
}

.premium-plan .btn-primary {
    background-color: #82b62d;
    border-color: #82b62d;
    color: #333;
}

.premium-plan .dropdown {
    position: relative;
    float: right;
}

.login-page .form-control.add-code {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 15px 0;
}

.add-code button {
    background-color: #82b62d;
    border: medium none;
    color: #fff;
}

.register {
    border: 1px solid #ddd;
    float: left;
    margin: 10px 0 50px;
    width: 100%;
}

.address-2 {
    margin-top: 15px;
}

.register h1 {
    font-size: 20px;
    margin: 0;
    background: #82b62d;
    padding: 10px;
}

.register-detail {
    padding: 10px;
    margin: 15px 0;
}

.form-group.select-country::before {
    background-color: transparent;
    bottom: -6px;
    color: #000;
    content: "";
    font-family: "FontAwesome";
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 10px;
    text-align: left;
    width: 15px;
    z-index: 999 !important;
}

.red-text {
    color: #ff0000 !important;
}

.form-group {
    position: relative;
    margin: 0;
}

.checkbox-item span {
    width: 90%;
    float: left;
}


/*payment*/

.reveal-if-active {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    font-size: 16px;
    transform: scale(0.8);
    transition: 0.5s;
}

.checkbox-item .reveal-if-active label {
    display: block;
    margin: 0px 0 3px;
    font-weight: normal;
    font-size: 14px;
}

.reveal-if-active input[type=text] {
    width: 100%;
}

input[type="radio"]:checked~.reveal-if-active,
input[type="checkbox"]:checked~.reveal-if-active {
    opacity: 1;
    max-height: 100px;
    padding: 10px 20px 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    overflow: visible;
}

.already-user:hover a {
    color: #000;
}


/*//end*/


/*/checkout*/


/*RANSOMWARE*/

.ransomware .w3-welcome-left h5 {
    color: #1565c0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 0 10px;
    text-transform: uppercase;
    float: left;
    width: 100%;
}

.ransomware .w3-welcome-left ul {
    padding-left: 10px;
}

.ransomware .w3-welcome-left ul li {
    list-style: outside none none;
    font-size: 14px;
    float: left;
    width: 100%;
    margin-bottom: 5px;
    position: relative;
    display: inline-flex;
}

.ransomware .w3-welcome-left ul li::before {
    color: #82b62d;
    position: absolute;
    content: "";
    font-family: 'Material-Design-Iconic-Font';
}

.welcome.ransomware .w3-welcome-bottom {
    margin: 0 0 10px;
}

.welcome.ransomware {
    background: #fff none repeat scroll 0 0;
}

.ransomware .w3-welcome-left ul li:last-child {
    margin-bottom: 15px;
}


/*.ransomware .w3-welcome-left ul li i {

}
*/

.ad-description ol li {
    display: list-item;
    list-style: inherit;
    margin-bottom: 5px;
    width: 100%;
}

.ad-description ol {
    padding-left: 20px;
}

.ad-description ol span {
    margin-left: 0;
    overflow-wrap: break-word;
}

.ransomware .w3-welcome-left ul li span {
    float: left;
    width: 100%;
    margin-left: 20px;
}

.security-service {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.security-service h5 {
    font-size: 24px;
    color: #1565c0;
}

.now-save {
    float: left;
    width: 100%;
    text-align: left;
}

.now-save a {
    background-color: #82b62d;
    border-radius: 4px !important;
    font-size: 16px;
    border: 2px solid #82b62d;
    /*margin-top: 8px !important;*/
}

.fig-caption {
    margin-top: 9px !important;
    margin-bottom: 0 !important;
    color: #666 !important;
}

.now-save a:hover {
    background-color: transparent;
    color: #333;
    border: 2px solid #82b62d !important;
}


/*//end*/


/*pricing*/

.pricing-content p {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.pricingTable {
    border: 1px solid #ddd;
    text-align: center;
    padding: 0 30px 30px;
    transition: all 0.5s ease 0s;
}

.pricingTable:hover {
    border: 1px solid #82b62d;
}

.pricingTable .pricingTable-header {
    width: 210px;
    /*width: 225px;*/
    background: #82b62d;
    color: #fff;
    margin: -15px auto 95px;
    padding-top: 35px;
    position: relative;
}

.pricingTable .pricingTable-header:before {
    content: "";
    border-width: 0 0 15px 10px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #82b62d;
    position: absolute;
    top: 0;
    left: -10px;
}

.pricingTable .pricingTable-header:after {
    content: "";
    border-width: 15px 0 0 10px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #82b62d;
    position: absolute;
    top: 0;
    right: -10px;
}

.pricingTable .heading {
    font-size: 22px;
    font-weight: 800;
    margin: 5px 0;
    text-transform: uppercase;
    position: relative;
}

.pricing-2 .pricingTable .heading {
    height: 50px;
}

.pricingTable .heading:after {
    content: "";
    border-width: 60px 105px 0;
    border-style: solid;
    border-color: #82b62d rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    position: absolute;
    bottom: -107px;
    left: 0;
}

.pricingTable .currency,
.pricingTable .month {
    font-size: 20px;
}

.pricingTable .price-value {
    font-size: 30px;
}

.pricingTable .pricing-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}


/*.pricingTable .pricing-content ul li{
    font-size: 14px;
    color: #334a6b;
    line-height: 40px;
}*/

.pricingTable .pricing-content ul li {
    color: #334a6b;
    display: block;
    font-size: 14px;
    line-height: 40px;
    margin: 0 auto;
    text-align: left;
    width: 50%;
}

.price-table {
    margin: 50px 0;
    float: left;
    width: 100%;
}

.pricing-content span {
    padding-left: 8px;
    color: #333;
}

.agileits-w3layouts-copyright {
    background: rgba(0, 0, 0, 0.82) none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    padding: 20px 0;
    text-align: center;
    float: left;
    width: 100%;
}

.agileits-w3layouts-copyright p a {
    color: #fff;
}

.agileits-w3layouts-copyright p {
    margin-bottom: 0px;
}

.agileits-w3layouts-copyright p a:hover {
    color: #82b62d;
}

.pricingTable .pricingTable-signup {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #334a6b;
    text-transform: capitalize;
    border: 2px solid #e7e7e7;
    padding: 10px 40px;
    transition: all 0.5s ease 0s;
}

.pricingTable .pricingTable-signup:hover {
    border: 2px solid #82b62d;
    color: #82b62d;
}

.pricingTable .pricing-content ul li a i.zmdi-close {
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    background-color: #ff0000;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 2px;
}

.pricingTable .pricing-content ul li a i.zmdi-check {
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    background-color: #82b62d;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 2px;
}

.pricingTable .pricing-content ul li:a {
    color: #fff;
    font-size: 14px;
}


/*tabs*/

.tab .nav-tabs {
    border-bottom: 0 none;
    background: transparent;
}

.tab .nav-tabs li a {
    background: #ddd none repeat scroll 0 0;
    border: medium none;
    border-radius: 30px;
    color: #333;
    font-size: 16px;
    padding: 12px 22px;
    position: relative;
}

.tab .nav-tabs li.active a {
    border: 0 none;
    background: #1565C0;
    color: #fff;
}

.tab .nav-tabs li.active a:after {
    content: "";
    position: absolute;
    left: 45%;
    bottom: -14px;
    border: 7px solid transparent;
    border-top: 7px solid #1565C0;
}

.nav-tabs>li {
    background-color: #82b62d;
    display: inline-block;
    float: none;
    /* margin-bottom: 0px; */
    margin-left: 0;
    border-radius: 4px;
    border: none;
    margin-bottom: 5px;
}

.monitoring.child-safety .data-overview {
    margin: 0px 0 50px 0;
}

.data-overview {
    float: left;
    width: 100%;
    margin: 50px 0 0;
}

.tab-content {
    padding: 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.nav-tabs li.active>a {
    background-color: #82b62d !important;
    margin: 0;
    color: #fff;
}

.nav-tabs li a {
    background-color: #1565C0;
    margin: 0;
    color: #fff;
    font-size: 16px;
}

.nav-tabs li:hover a,
.nav-tabs li:focus a,
.nav-tabs li.active a {
    background-color: #82b62d;
    margin: 0;
    color: #fff;
    font-size: 16px;
}

.nav.nav-tabs {
    display: block;
    margin: 0 auto;
    text-align: left;
    width: 100%;
    border-bottom: 2px solid #82b62d;
}

.monitoring .panel-group .panel+.panel {
    margin-top: 20px;
}

.tab .tab-content {
    padding: 12px;
    font-size: 14px;
    color: #5a5c5d;
    /*line-height: 24px;*/
    margin-top: 60px;
    background: #fff;
    padding-left: 0;
    padding-right: 0;
    /*border-bottom: 3px solid #1565C0;*/
}

.monitoring #nested.panel-group .panel-collapse {
    border: 1px solid #ddd;
    margin-top: 5px !important;
}

.monitoring .services.faq {
    padding: 0;
}

.monitoring .agileits-services {
    margin-top: 0;
}

.monitoring input.popover-button {
    border-radius: 0;
    border: 1px solid #82b62d;
    padding: 5px 15px;
    background-color: #82b62d;
    color: #333;
    font-size: 14px;
}

.monitoring button.popover-button {
    border-radius: 0;
    border: 1px solid #82b62d;
    padding: 5px 15px;
    background-color: #82b62d;
    color: #333;
    font-size: 14px;
}

.monitoring .panel-body .form-control label span {
    float: none;
}

.monitoring .register-detail {
    margin: 0;
    padding: 0 10px;
}

.monitoring .tab-content {
    float: left;
    width: 100%;
    background-color: #f0f5f8;
}

.monitoring .tab-content .tab-pane.active {
    display: block;
    float: left;
    width: 100%;
}


/*security-news*/

.security-news {
    float: left;
    width: 100%;
    margin: 50px 0;
}

.news-detail {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}

.tips-header>h4 {
    background-color: #82b62d;
    padding: 10px;
    margin: 0;
}

.tips-header {
    border: 1px solid #82b62d;
    float: left;
    width: 100%;
}

.big-letter {
    background-color: #82b62d;
    border-radius: 50px;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}

.news-item>a {
    font-size: 16px;
    color: #1565C0;
    float: left;
    width: 100%;
}

.news-item>p {
    font-size: 12px;
    color: #333;
    float: left;
    width: 100%;
}

.news-item {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.news-text {
    float: left;
    width: 100%;
    height: 550px;
    overflow-y: auto;
    max-height: 550px;
    padding: 15px;
    margin-bottom: 15px;
}

.news-detail .panel-default>.panel-heading {
    color: #82b62d !important;
    font-size: 18px
}

.news-detail .panel-default>.panel-heading span.glyphicon.glyphicon-list-alt {
    margin-right: 10px;
}

.demo1 {
    margin: 20px 0 0 0;
}

.tips-box {
    font-size: 16px;
    text-align: center;
    background-color: #1565C0;
    margin-bottom: 15px;
    padding: 15px 0;
    color: #fff;
}

.tips-box a i {
    display: block;
    /*color: #fff;*/
    font-weight: bold;
    font-size: 30px;
}

.tips-detail {
    float: left;
    width: 100%;
    margin: 15px 0 0 0;
}

.tips-box>a {
    color: #fff;
    display: block;
    text-align: center;
    width: 100%;
    word-wrap: break-word;
}

.tips-box {
    align-items: center;
    background-color: #1565c0;
    color: #fff;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px;
    height: 95px;
    margin-bottom: 15px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    /*max-height: 95px;
  overflow: hidden;*/
}

.tips-box:hover {
    background-color: #82b62d;
}

.tips-box:hover a {
    color: #333;
}


/*/end*/


/*-- welcome --*/

.w3l-heading {
    margin-bottom: 50px;
}


/*.welcome,
.news,
.newsletter,
.footer,
.codes,
.typography,
.gallery,
.contact,
.single {
    padding: 50px 0 50px;
    background: #f0f5f8;
}*/

.w3l-heading h2::after,
.w3l-heading h3::after {
    border-bottom: 3px solid #82b62d;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: -20px;
    width: 80px;
}

.w3l-heading h2::before,
.w3l-heading h3::before {
    position: absolute;
    content: "";
    border-bottom: 3px solid #82b62d;
    width: 180px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -15px;
}

.w3l-heading h2,
.w3l-heading h3,
.agileits-about-top-heading h3 {
    /*color: #212121;*/
    font-family: "Josefin Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 10px 0 0 0;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    color: #1565c0;
    padding: 0 15px;
    word-wrap: break-word;
}

.w3-welcome-grids,
.agileits-services,
.wthree-news-grids,
.w3-agileits-newsletter,
.agileinfo-top-grids {
    margin: 4em 0 0 0;
}

.w3-welcome-left h5 {
    color: #000000;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 4px;
    margin: 0;
}

.w3-welcome-left p {
    color: #999999;
    font-size: .9em;
    line-height: 1.8em;
    margin: 1em 0 0 0;
}

.w3-welcome-left p span {
    display: block;
    margin: 1em 0 0 0;
}

.w3l-button {
    margin: 2em 0 1em 0;
}

.w3l-button a {
    color: #FFFFFF;
    font-size: .9em;
    text-decoration: none;
    padding: .5em 2em;
    background: #82b62d;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    border: solid 1px #82b62d;
}

.w3l-button a:hover {
    background: none;
    border: solid 1px #212121;
    color: #212121;
}

.w3l-button a:focus {
    outline: none;
}

.w3ls-welcome-img1 img {
    width: 100%;
}

.w3-welcome-bottom {
    margin: 0em 0 50px;
}


/*-- //welcome --*/


/*-- services --*/

.services,
.welcome {
    background: #f0f5f8 none repeat scroll 0 0;
    float: left;
    width: 100%;
    padding: 30px 0;
}

.welcome.welcome-home {
    background: #fff none repeat scroll 0 0 !important;
}

.services-right-grid {
    text-align: center;
}

i.fa.fa-anchor,
i.fa.fa-comment,
i.fa.fa-heartbeat,
i.fa.fa-magnet,
i.fa.fa-thumbs-up {
    color: #82b62d;
    font-size: 2em;
}

.services-icon {
    width: 70px;
    height: 70px;
    text-align: center;
    border: solid 2px #f1f1f1;
    padding: 1.2em 0 0 0;
    margin: 0 auto;
}


/* Radial In */

.hvr-radial-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    background: #82b62d;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-radial-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    border-radius: 100%;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-radial-in:hover,
.hvr-radial-in:focus,
.hvr-radial-in:active {
    color: white;
}

.services-right-grid:hover div.hvr-radial-in:before {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.services-right-grid:hover i.fa.fa-anchor,
.services-right-grid:hover i.fa.fa-comment,
.services-right-grid:hover i.fa.fa-heartbeat,
.services-right-grid:hover i.fa.fa-magnet,
.services-right-grid:hover i.fa.fa-thumbs-up {
    color: #FFFFFF;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.services-icon i {
    font-size: 35px;
    color: #82b62d;
}

.services-right-grid:hover i,
.services-right-grids:focus i
/*.hvr-radial-in:hover i, .hvr-radial-in:focus i, .hvr-radial-in:active i*/

    {
    color: white;
}

.services-icon i.fa-balance-scale {
    font-weight: bold;
}

.services-icon i.zmdi-search-in-page {
    font-size: 40px;
    font-weight: bold;
}

.services-icon-info h5 {
    color: #2f2f2f;
    font-size: 20px;
    font-weight: 600;
    margin: 1em 0 0 0;
}

.services-right-grids:nth-child(2) {
    margin: 3em 0 0 0;
}

.services-icon-info p {
    color: #333;
    font-size: 16px;
    margin: 1em 0 0 0;
    /*line-height: 1.8em;*/
    text-align: left;
    padding: 5px;
}


/*-- //services --*/


/*about-us*/

.about-agileits,
.services-w3,
.clients,
.team,
.contact-wthree,
.gallery,
.skills-w3ls {
    padding: 50px 0 0;
    margin-bottom: 50px;
}

.about-agileits h3,
.services-w3 h3,
.clients h3,
.team h3,
.contact-wthree h3,
.gallery h3,
.skills-w3ls h3 {
    font-size: 28px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
}

label.line {
    background: #82b62d;
    height: 3px;
    width: 5%;
    display: block;
    margin: 20px auto;
}

p.top-p {
    color: #999;
    line-height: 28px;
    width: 70%;
    margin: 0 auto 40px auto;
    text-align: center;
}

.about-right {
    /*background: #82b62d none repeat scroll 0 0;*/
    /*padding: 26px 30px;*/
}

.about-right h4 {
    color: #82b62d;
    font-size: 24px;
    text-align: left;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0;
}

.about-right p {
    color: #333;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
    margin-top: 0;
}

p.sec-p {
    margin-top: 0px;
}

.about-right a {
    color: #fff;
    border: 2px solid #fff;
    padding: 8px 20px;
    display: inline-block;
    margin-top: 20px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.about-right a:hover {
    color: #000;
    border: 2px solid #000;
}


/*.about-right:before {
    position: absolute;
    top: 0;
    left: -120px;
    content: '';
    border-top: 0px solid transparent;
        border-bottom: 401px solid transparent;

    border-bottom: 490px solid transparent;
    border-right: 120px solid #82b62d;
    z-index: 1;
}*/

h4.modal-title {
    font-size: 30px;
    font-weight: 700;
}

.modal-body p {
    color: #999;
    font-size: 14px;
    line-height: 28px;
}


/*end*/


/*checkbox*/

.login-page.forgot-password .checkbox-item {
    display: block;
    margin: 0;
}

.checkbox-item {
    display: block;
    margin: 10px 0 23px;
    padding: 0;
    position: relative;
    text-align: left;
    width: auto !important;
}

.checkbox-item input[type='checkbox'],
.checkbox-item input[type='radio'] {
    display: none;
}

.checkbox-item label {
    color: #000;
    font-weight: 500 !important;
    font-size: 16px;
    position: relative;
    top: 7px;
    /*font-family: 'Open Sans', sans-serif;*/
}

.login-button {
    display: block;
    text-align: left;
    width: 100%;
}

.login-button button {
    background-color: #82b62d;
    border: 2px solid #82b62d;
    font-size: 20px;
    padding: 5px 0;
    width: 100%;
}

.login-button button:hover {
    color: #82b62d;
    background-color: transparent;
}

.chrome-download {
    float: left;
    font-size: 15px;
    margin: 15px 0 0;
    text-align: center;
    width: 100%;
}

.new-register:hover {
    color: #82b62d;
    text-decoration: underline;
}

.total-payment .checkbox-item .reveal-if-active label::before {
    display: none;
}

.register.payment-type {
    margin: 0px 0;
}

.checkbox-item label::before {
    background-color: #fff;
    border: 2px solid #82b62d;
    border-radius: 0px;
    content: " ";
    display: inline-block;
    float: left;
    height: 22px;
    margin: 0 10px 0 0;
    position: relative;
    top: 2px;
    width: 22px;
}

label.error_chk::before {
    background-color: #fff;
    border: 2px solid #ff0000;
    border-radius: 0px;
    content: " ";
    display: inline-block;
    float: left;
    height: 22px;
    margin: 0 10px 0 0;
    position: relative;
    top: 2px;
    width: 22px;
}

.total-payment .checkbox-item label::before {
    background-color: #fff;
    border: 2px solid #82b62d;
    border-radius: 50px;
    content: " ";
    display: inline-block;
    float: left;
    height: 15px;
    margin: 0 10px 0 0;
    position: relative;
    top: 2px;
    width: 15px;
}

.checkbox-item input[type="checkbox"]:checked+label::after {
    /*background: #82b62d none repeat scroll 0 0;*/
    border-radius: 0;
    color: #82b62d;
    content: "";
    display: block;
    font-family: "FontAwesome";
    font-size: 16px;
    left: 3px;
    position: absolute;
    top: 2px;
    width: 22px;
    height: 23px;
    /*border: 1px solid #82b62d;*/
}


/*.login-page .form-control {*/

.form-control {
    background-color: transparent;
    background-image: none;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #555;
    display: block;
    font-size: 14px;
    height: auto;
    line-height: 1.42857;
    padding: 10px 0 0;
    position: relative;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.login-box {
    background-color: rgba(207, 216, 220, 0.8);
    display: block;
    margin: 121px auto 0;
    max-width: 45%;
    padding: 25px 50px;
    position: relative;
    width: 100%;
}

.new-register {
    color: #333;
    font-size: 16px;
    top: 7px;
    text-decoration: underline;
    position: relative;
}

.chrome-download>a {
    text-decoration: underline;
}

.forgot-password .agileits-w3layouts-copyright {
    background: rgba(0, 0, 0, 0.82) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    float: left;
    font-size: 16px;
    margin-top: 50px;
    padding: 20px 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.forgot-password .chrome-download.download-detail {
    text-align: center;
}

.forgot-password .login-box {
    margin: 0 auto;
}

.login-container {
    width: 100%;
}

.forgot-password .chrome-download {
    text-align: justify;
}

.forgot-password .login-button {
    margin-top: 20px;
}

.chrome-download>a:hover {
    color: #82b62d;
}

.login-page.forgot-password {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    height: 100%;
    width: 100%;
}

.login-box h1 {
    color: #82b62d;
    margin-bottom: 15px;
    margin-top: 0;
    text-align: center;
}

.set-password .checkbox-item {
    text-align: right;
    margin-top: 18px;
}

.login-box label {
    color: #333;
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    /* max-width: 100%;
    width: 100%; */
    margin-right: 10px;
}

.form-control input,
.form-control select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    color: #000;
    font-size: 16px;
    height: 37px;
    padding-left: 10px;
    position: relative;
    width: 100%;
    /*background-color: rgba(207, 216, 220, 0.8);*/
}


/*//end*/


/*uber-uns*/

.w3l-heading.uber-header {
    margin-bottom: 80px;
}

.read-more {
    float: left;
    width: 100%;
    margin: 15px 0 0 0;
}

.div-logo {
    float: left;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}

.uber-text>p {
    font-size: 14px;
    text-align: justify;
}

.read-more>a {
    background-color: #82b62d;
    padding: 5px 15px;
    font-size: 14px;
    color: #333;
    border: 2px solid #82d62d;
}

.read-more>a:hover {
    color: #82b62d;
    background-color: transparent;
}

.div-logo img {
    border: 2px solid #82b62d;
}


/*modal-popup*/

.prevention .modal-body p {
    color: #333;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
}

button.close {
    border: 0 none;
    color: #fff;
    cursor: pointer;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    opacity: 1;
    padding: 0;
    position: relative;
    text-align: right;
    top: 4px;
    width: 30px;
}

.modal-header {
    background: #82b62d;
    padding: 8px 15px;
}

h4.modal-title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.prevention h5 {
    text-align: center;
    font-size: 16px;
    color: #82b62d;
    margin: 15px 0 30px;
}

.tips i {
    color: #82b62d;
    font-size: 16px;
}

.tips {
    font-size: 14px;
    text-align: left;
    margin-bottom: 10px;
}

.prevention .btn-primary {
    background-color: #82b62d;
    border-color: #82b62d;
    color: #fff;
    font-size: 14px;
}

.prevention .btn {
    border: 2px solid transparent;
}

.prevention .btn-primary:hover {
    background-color: transparent;
    border-color: #82b62d;
    color: #333;
}

.insurance .tips {
    color: #82b62d;
    font-weight: bold;
}

.modal-footer {
    border-top: 1px solid #82b62d;
}

.tips p {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #82b62d;
    font-weight: normal;
}

.tips p.no-border {
    border: none;
}


/*end*/


/*my-account*/

.services-grid {
    text-align: center;
}

.gauge-meter>img {
    /*float: left;*/
    width: 100%;
    max-width: 270px;
}

.gauge-meter>h4 {
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 20px;
    color: #1565c0;
}

.gauge-meter h5 {
    font-weight: bold;
    font-size: 17px;
    color: #303030;
    text-transform: uppercase;
    font-family: "Josefin Sans", sans-serif;
    margin: 0;
}

.monitoring {
    float: left;
    width: 100%;
    background: #fff;
    padding: 50px 0;
}

.gauge-meter {
    float: left;
    width: 100%;
    text-align: center;
}

.history {
    float: left;
    width: 100%;
}

.services-grid .icon {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #82b62d;
    border-radius: 50%;
    height: 70px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 15px;
    width: 70px;
    left: 0;
    right: 0;
}

.services-grid .icon img {
    position: relative;
    z-index: 100;
    transition: all 0.3s ease 0s;
}

.icon .fa,
.icon .zmdi {
    color: #666;
    display: block;
    font-size: 30px;
    font-style: normal;
    font-weight: normal;
    height: 70px;
    line-height: 70px;
    position: relative;
    text-align: center !important;
    top: 0;
    width: 70px;
    z-index: 999;
    padding-left: 8px;
}

.services-grid:hover span {
    color: #fff !important;
}

.services-grid .icon::before {
    background: #82b62d none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    content: "";
    height: 64px;
    left: 1px;
    position: absolute;
    top: 1px;
    transform: scale(0);
    transition: all 0.3s ease 0s;
    width: 64px;
    z-index: 10;
}

.services-grid:hover .icon img {
    color: #fff !important;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

.services-grid:hover .icon:before {
    color: #fff !important;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.membership {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
    float: left;
    margin-top: 50px;
    padding: 40px 15px 15px;
    text-align: center;
    width: 100%;
    /* height: 230px;
    max-height: 230px; */
    overflow: hidden;
}

.monitoring-header {
    margin: 30px 0 50px;
    text-align: center;
    font-size: 20px;
}

.ad-description.address-detail>p {
    margin: 0;
}

.digital-privacy {
    float: left;
    width: 100%;
}

.terms-condition {
    float: left;
    margin: 50px 0;
    width: 100%;
}


/*.membership {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  float: left;
  margin-top: 50px;
  padding: 40px 0 15px;
  text-align: center;
  width: 100%;
  height: 245px;
  max-height: 245px;
  overflow: hidden;
}*/

.membership p {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 9px 0;
    text-align: center;
}

.membership p i {
    color: #82b62d;
    width: 22px;
}

.member-protect {
    margin: 0 auto;
    padding-top: 5px;
    text-align: left !important;
    width: 33%;
}

.membership a {
    background: #82b62d;
    padding: 5px 15px;
    margin: 15px 0;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    border: 2px solid #82b62d;
}

.membership a:hover {
    background: transparent;
    color: #333;
}

.member-protect p {
    text-align: left;
    margin: 0;
    line-height: 18px;
}

.membership h4 a {
    background: transparent;
    color: #1565c0;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 18px;
}


/*************************************Side-nav****************/

.side-nav {
    background-color: #fff;
    height: calc(100%);
    left: -105%;
    margin: 0;
    overflow-y: hidden;
    padding-bottom: 60px;
    position: fixed;
    top: 0;
    width: 250px;
    will-change: left;
    z-index: 99999999;
    /*transform: none;*/
}

.side-nav.right-aligned {
    will-change: right;
    right: -105%;
    left: auto;
}

.side-nav .collapsible {
    margin: 0;
}


/*.side-nav li {
    border-bottom: 2px solid #2a2b2d;
    float: none;
    padding: 10px 0;
    /*padding: 0px 0 10px 0;*
    width: 100%;
}*/

.nav-menu-icon .side-nav ul li a:hover {
    color: #82b62d;
}

.side-nav a {
    color: #82b62d;
    display: block;
    font-size: 1rem;
    height: 64px;
    line-height: 64px;
    padding: 0 15px;
}

.side-nav li.active {
    background-color: rgba(0, 0, 0, 0.05);
}

.side-nav {
    display: none;
}

.nav-menu-btn {
    display: none;
    float: right;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
    width: 50px;
    position: relative;
    z-index: 99999999;
    text-align: right;
}

.nav-menu-btn a {
    color: #82b62d;
    font-size: 16px;
    position: absolute;
    z-index: 99999;
}

.nav-menu-btn a::before {
    border-bottom: 3px solid #1565c0;
    border-top: 3px solid #1565c0;
    content: "";
    float: left;
    height: 16px;
    right: 0px;
    position: absolute;
    top: 19px;
    width: 22px;
}

.nav-menu-btn a::after {
    border-bottom: 3px solid #1565c0;
    content: "";
    height: 9px;
    right: 0px;
    position: absolute;
    top: 19px;
    width: 22px;
}

.nav-menu-icon {
    float: left;
    position: fixed;
    top: 15px;
    z-index: 999;
}

.drwr-head {
    background-color: #fafafa;
    color: #000000;
    float: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    padding: 10px;
    width: 100%;
    border-bottom: 2px solid #82b62d;
}

.drwr-head i {
    background-color: #82b62d;
    border-radius: 3px;
    color: #ffffff;
    float: left;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    text-align: center;
    width: 35px;
}

.side-nav {
    background-color: #f0f5f8;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    overflow-y: auto;
}

.side-nav-logo {
    align-items: center;
    background-color: #fff;
    display: flex;
    height: 80px;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.side-nav-logo a img {
    bottom: 0;
    display: inline;
    float: left;
    left: 0;
    margin: auto;
    max-width: 100%;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.side-nav li:hover a::after,
.side-nav li.active a::after {
    /*transform: translateX(0px);*/
}

.nav-menu-icon ul li a::after {
    /*border-right: 4px solid #82b62d;*/
    box-shadow: 0 0 4px #000000;
    content: "";
    float: left;
    height: 100%;
    position: absolute;
    right: 0;
    transform: translateX(10px);
    transition-duration: 0.5s;
    width: 3px;
}

#sidenav-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 120vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    will-change: opacity;
    z-index: 997;
}

.side-nav li:hover a,
.side-nav li.active a {
    /*color: #ffffff;*/
}

.nav-menu-icon ul li a {
    color: #333;
    float: left;
    font-size: 18px;
    height: inherit;
    line-height: 45px;
    padding: 0 0 0 20px;
    width: 100%;
}

.nav-menu-icon .side-nav ul li ul li:last-child {
    border-bottom: none !important;
}

.nav-menu-icon .side-nav ul li ul li {
    border-bottom: none !important;
}

.side-nav li {
    border-bottom: 1px solid #1565c0;
    float: left;
    list-style: outside none none;
    padding: 0 !important;
    width: 100%;
}

.side-nav ul li a i {
    float: left;
    /*font-size: 1.3rem;*/
    line-height: 45px;
    padding-right: 10px !important;
    color: #82b62d;
    font-size: 18px;
    width: 25px;
    /*margin-right: 15px;*/
}

.waves-effect span:hover {
    color: #82b62d;
}

.side-nav li.active .waves-effect span {
    color: #82b62d;
}

.side-nav li:hover a span {
    color: #82b62d;
}

.side-nav li:hover a i,
.side-nav li.active a i,
.side-nav li.active a span,
.side-nav li.active a {
    color: #82b62d;
}

.side-nav li.active a span {
    color: #82b62d;
}

#slide-out ul {
    /*float: left;*/
    width: 100%;
    padding: 0;
}


/*end*/


/*//uber-uns*/

.btm_dark {
    display: inline-block;
    width: 100%;
    padding-bottom: 50px;
    z-index: 1;
    position: relative;
}

.btm_dark h2 {
    color: #fff;
    font-weight: bold;
    font-size: 34px;
    margin-top: .2em;
    margin-bottom: .5em;
    line-height: 1.2;
    font-family: 'Roboto-Bold';
}

.btm_dark p {
    font-size: 18px;
    letter-spacing: 0px;
    margin: 15px 0;
    color: #fff;
    font-family: 'Roboto-Light';
}

.btm_dark input {
    padding: .4em .8em;
}

.btm_dark p.inputvalue {
    font-size: 30px !important;
    margin: 30px 0;
}

.btm_dark p button {
    background-color: #e7e7e7;
    color: #868686;
    box-shadow: none;
    border: none;
    border-radius: 3px;
    padding: .6em 1em;
    font-family: 'Roboto-Bold';
}

.btm_dark a button {
    background: #fff;
    padding: 7px 2px;
    border-radius: 0px;
    color: #666;
    text-transform: capitalize;
    box-shadow: none;
    border: none;
    max-width: 300px;
    width: 100%;
    text-align: center;
    font-size: 20px;
}

.btm_dark a button.active {
    background: #82b62d;
    color: #fff;
}

.bg_shadow {
    position: relative;
    z-index: 0;
}

.bg_shadow:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.8);
    z-index: 0;
}

.side-nav-logo h1 {
    width: 100%;
    margin: 0px;
}

.side-nav-logo a {
    display: inline-block;
    width: 100%;
}

.side-nav-logo a.navbar-brand.padd-top img {
    max-width: 100%;
    padding: 15px 20px 0px;
    top: 30px;
}

.logo.logo2 {
    display: flex;
    align-items: center;
}

.logo.logo2 .logo2inner {
    display: flex;
    width: 100%;
    align-items: center;
}

.logo.logo2 .logo2inner a {
    padding: 0 5px;
    display: block;
    width: 50%;
}

.logo.logo2 .logo2inner a img {
    max-width: 100%;
    float: none !important;
}

img {
    max-width: 100%;
}


/* credit_tab start */

.credit_tab .tab-content {
    overflow: hidden;
    max-width: 45%;
    width: 100%;
    padding: 10px 20px;
    box-shadow: unset;
    font-size: 15px;
}

.credit_tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.credit_tab .nav.nav-tabs {
    max-width: 55%;
    border-bottom: 0;
    padding-left: 50px;
    padding-right: 50px;
}

.credit_tab .nav-tabs li a {
    background-color: transparent;
    color: #101010;
    border: 0;
    padding: 15px 30px 17px 5px;
    font-size: 18px;
}

.credit_tab .nav-tabs li:hover a,
.credit_tab .nav-tabs li:focus a,
.credit_tab .nav-tabs li.active a {
    background-color: transparent !important;
    border: 0;
}

.credit_tab .nav-tabs li:hover a {
    color: rgba(16, 16, 16, 0.5);
}

.credit_tab .nav-tabs>li {
    background-color: transparent;
    border: 0;
    position: relative;
}

.credit_tab .nav-tabs>li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    height: 1px;
    background-color: #101010;
    transition: 0.5s;
    opacity: .15;
    width: calc(100% - 150px);
}

.credit_tab .nav-tabs>li:hover::after,
.credit_tab .nav-tabs>li.active::after {
    width: 100%;
    opacity: 1;
}

.ad-description .credit_tab ul li::before {
    content: "\f00c";
    color: #101010;
    left: -48px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.credit_tab .nav-tabs>li.active::before {
    display: block;
}

.credit_tab .mobile_title {
    display: none;
}

.d-none {
    display: none;
}

.w-100 {
    width: 100% !important;
}

.pl-10 {
    padding-left: 10px;
}

.label_font {
    font-family: sans-serif;
}

.w-120 {
    width: 120px !important;
}

.text-center-block {
    text-align: center !important;
}

.user-content-header {
    /* background-color: black; */
    color: white;
    position: relative;
    top: -105%;
    width: auto;
}

.user-content-header p {
    font-size: 16px;
    font-family: 'Roboto-Regular';
}

.user-content-header p a {
    color: white;
}

.user-content-header .container .col_12 h2 {
    font-weight: bold;
    font-family: 'Roboto-Regular';
}

.white-background {
    background-color: white !important;
}

.common-content p {
    font-size: 16px;
}

.mobiliar-logo {
    width: 206px !important;
    position: absolute;
    left: 45%;
}

.mt-25 {
    margin-top: 30px;
}

.user-content-bottom-part {
    margin-bottom: 30px;
    margin-top: -32px;
}

.nowRegister {
    background: #82b62d;
    padding: 15px 15px;
    position: absolute;
    text-align: center;
    letter-spacing: 1px;
    display: inline-block;
    color: #fff;
    bottom: -32px;
    right: 3%;
    font-size: 22px;
    border: 2px solid #82b62d;
    margin-right: 62px;
    min-width: 320px;
}

.user-content-header .container .col_12 h2 {
    margin-top: 10px;
    display: inline-block;
}

/* ---------------- */
.carousel_text {
    position: relative;
}

.slider-main.carousel_text .banner_text {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    width: 85%;
    text-align: center;
    font-size: 14px;
    padding: 15px;
    background-color: rgb(222 239 83 / 80%);
}

.slider-main.carousel_text .banner_text p {
    margin-bottom: 0px;
}

/* credit_tab end */

@media (max-width: 767px) {
    .logo.logo2 .logo2inner {
        width: 90%;
    }

    .logo.logo2 .logo2inner a {
        width: 40%;
    }

    .credit_tab .mobile_title {
        display: block;
        color: #101010;
        margin-bottom: 0;
        margin-top: 0;
    }

    .credit_tab .mobile_title a {
        color: #101010;
        padding: 15px 20px 17px 5px;
        border-bottom: 1px solid rgba(16, 16, 16, 0.15);
        display: flex;
    }

    .credit_tab .mobile_title a>i {
        margin-left: auto;
    }

    .credit_tab .nav.nav-tabs {
        display: none;
    }

    .credit_tab .tab-content {
        max-width: 100%;
        padding: 0;
    }

    .credit_tab .tab-content>.tab-pane {
        padding: 20px 0 0;
    }

    .credit_tab {
        margin-top: 25px;
    }
}

@media (max-width: 575px) {
    .logo.logo2 .logo2inner a {
        width: 50%;
    }
}


/* @media (max-width: 400px) {
    .mobiliar-logo {
        width: 100px !important;
    }
} */

@media (min-width: 1400px) {
    .item-text {
        background-color: rgba(207, 216, 220, 0.8);
        left: 70px;
        padding: 30px;
        position: absolute;
        top: 32%;
        width: 40%;
    }
}

@media (max-width: 575px) {
    .btm_dark p.inputvalue {
        font-size: 16px !important;
        margin: 15px 0;
    }

    .btm_dark h2 {
        font-size: 18px;
    }

    .btm_dark p {
        font-size: 15px;
    }

    .about-right p {
        font-size: 13px;
    }

    .agileits-w3layouts-copyright {
        font-size: 13px;
    }

    .btm_dark input {
        width: 120px !important;
    }

    .btm_dark a button {
        max-width: 175px;
        font-size: 15px;
    }

    .item-box>img {
        height: 300px !important;
        max-height: 300px !important;
    }
}


/*end*/

@media only screen and (max-width:1024px) {
    .nowRegister {
        bottom: -32px;
        right: -1%;
        font-size: 22px;
    }

    .services {
        margin-top: 20px;
    }
}

@media only screen and (max-width:991px) {
    .pricingTable {
        margin-bottom: 50px;
    }

    .logo.logo2 a img {
        max-width: 105px;
    }

    .nowRegister {
        bottom: -32px;
        right: -3%;
        font-size: 22px;
    }

    .services {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .btm_dark p.inputvalue {
        text-align: center;
    }

    .btm_dark p:last-child {
        text-align: center;
    }

    .btm_dark p {
        font-size: 16px;
        margin: 12px 0px;
    }

    .btm_dark input {
        padding: 0.1em .5em;
    }

    .btm_dark input {
        width: 150px !important;
    }

    .btm_dark a button {
        max-width: 225px;
        font-size: 16px;
    }

    .w3l-heading {
        margin-top: 25px;
    }

    .nowRegister {
        bottom: -20px;
        right: 3%;
        font-size: 18px;
    }

    .user-content-header .container .col_12 h2 {
        font-size: 27px;
    }
}

@media only screen and (max-width: 480px) {
    .tab .nav-tabs li {
        width: 100%;
        margin-bottom: 10px;
    }

    .tab .nav-tabs li a {
        border: 1px solid #d3d3d3;
    }

    .tab .nav-tabs li.active a:after {
        border: none;
    }

    .logo.logo2 h1 {
        margin: 0;
        width: 100%;
        display: inline-block;
        max-width: 200px;
    }

    .logo.logo2 a img {
        margin-top: 0px;
    }

    .nowRegister {
        right: -8%;
        bottom: -29px;
    }

    .user-content-header .container .col_12 h2 {
        font-size: 22px;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .nowRegister {
        bottom: -32px;
        right: -9%;
        font-size: 22px;
        min-width: auto;
    }
}

@media only screen and (min-device-width : 280px) and (max-device-width : 320px) {
    .nowRegister {
        bottom: -32px;
        right: -9%;
        font-size: 22px;
        min-width: auto;
    }
}

.deletion-chk {
    margin: 0 !important;
    width: 22px !important;
    display: inline !important;
}

.deletion-chk label {
    top: 0 !important;
}

.deletion-chk label::before {
    top: 0 !important;
}

.deletion-chk input[type="checkbox"]:checked+label::after {
    top: 0 !important;
}

.last_scan_date {
    float: right;
    clear: both;
    text-align: right;
    margin-bottom: 20px;
    font-size: 15px;
    background: #1565C0;
    color: #FFF;
    font-family: 'Roboto-Regular';
    padding: 10px;
    border-radius: 3px;
}

td,
td {
    padding: 5px;
}

.table-responsive th,
.table-responsive td {
    word-wrap: anywhere !important;
}

.tooltip_assets {
    position: relative;
    display: inline-block;
}

.tooltip_assets .tooltiptext_assets {
    visibility: hidden;
    min-width: 250px;
    word-break: break-all;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px 0px;
    position: absolute;
    z-index: 999999999;
    overflow: visible;
    top: 100%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}

.tooltip_assets:hover .tooltiptext_assets {
    visibility: visible;
    opacity: 1;
}

.pwd-tooltip .tooltip {
    position: relative;
    display: inline-block;
    /* border-bottom: 1px dotted black; */
    opacity: 1 !important;
}

.pwd-tooltip .tooltip .tooltiptext {
    visibility: hidden;
    width: 250px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px 5px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 140%;
    left: 0;
}

.pwd-tooltip .tooltip:hover .tooltiptext {
    visibility: visible;
}

.ml-5 {
    margin-left: 5px !important;
}

.register-detail .code_no {
    width: 86px;
}

.register-detail .phone_no {
    display: flex;
}

.register-detail .code_no .select2>a {
    height: 38px;
    border-radius: 0px;
}

.register-detail .code_no .select2-chosen {
    height: 38px;
    line-height: 38px;
}

.register-detail .code_no .select2-container .select2-choice .select2-arrow b {
    background-position: 0 4px;
}

.register-detail .width-100 {
    width: 100%
}


/* responsive changes */

@media (max-width: 1199px) {
    .topbar .container {
        width: 100%;
    }

    .nav-menu li a {
        font-size: 15px;
        padding: 5px 5px;
    }

    .topbar .nav-menu .dropdown-menu {
        right: 0;
        left: auto;
    }
}

@media (max-width: 991px) {
    .nav-menu-btn {
        display: block !important;
        margin-top: 0px;
    }

    .side-nav {
        display: block;
    }

    .nav-menu {
        display: none;
    }

    .side-nav {
        overflow-x: hidden;
    }

    .gauge-meter .popover-button {
        max-width: 100%;
    }

    .logo.logo2 .logo2inner a {
        width: auto;
    }

    .logo.logo2 .logo2inner a img {
        max-height: 55px;
        margin-top: 0px;
    }

    .logo.logo2 {
        justify-content: space-between;
    }

    .logo.logo2 .logo2inner a img {
        width: auto;
    }

    .logo.logo2 .logo2inner {
        width: auto;
        max-width: 50%;
    }

    .logo.logo2 .logo2inner a.mobiliar-logo {
        max-width: 180px;
        left: 260px;
    }
}

@media (max-width: 767px) {
    .tips-header .tips-detail {
        overflow-y: auto;
    }
}

.service_box ul.listing li {
    display: list-item !important;
    list-style: disc;
}

.service_box p {
    font-size: 15px;
}

@media(max-width:767px) {
    .service_box {
        margin-top: 30px;
        display: inline-block;
        width: 100%;
        border: 1px solid #ccc;
        margin-bottom: 17px;
        padding-top: 13px;
    }

    .service_box .ad-description .credit_tab {
        margin-top: 0px;
    }

    .service_box .ad-description .tab-pane {
        width: 100%;
        background: #f8f8f8;
        padding: 15px 10px 10px 15px;
    }

    .service_box .ad-description .tab-pane.active {
        display: inline-block;
    }

    .service_box .credit_tab .tab-content {
        overflow: visible;
    }

    .service_box .ad-description .tab-pane ul {
        padding-left: 20px;
        padding-right: 15px;
    }

    .service_box .credit_tab .mobile_title a {
        background: #e6e4e4;
        border-radius: 4px;
        border-bottom: none;
        /* box-shadow: 0 0 2px 2px #ccc; */
        margin-bottom: 6px;
    }
}

@media(max-width:575px) {
    .logo.logo2 .logo2inner {
        max-width: 80%;
    }

    .logo.logo2 .logo2inner a img {
        max-width: 100%;
    }

    .logo.logo2 .logo2inner a.mobiliar-logo {
        position: unset;
        margin-left: -12px;
    }

    .logo.logo2 .logo2inner a img {
        max-height: 70px;
    }
}



/* THEME TCS: #ffeb00 */
.theme-tcs .checkbox-item label::before,
.theme-tcs .w3l-heading h2::before,
.theme-tcs .w3l-heading h3::before,
.theme-tcs .w3l-heading h2::after,
.theme-tcs .w3l-heading h3::after {
    border-color: #ffeb00 !important;
}

.theme-tcs .item-text.right-box,
.theme-tcs .login-box,
.theme-tcs .register {
    background-color: #ffeb00 !important;
}

.theme-tcs .nav-menu li a::before,
.theme-tcs .nav-menu li a span::before,
.theme-tcs .nav-menu li a span::after,
.theme-tcs .nav-menu li a:hover::before,
.theme-tcs .nav-menu li a:hover::after,
.theme-tcs .owl-carousel .owl-nav .owl-prev::before,
.theme-tcs .owl-carousel .owl-nav .owl-next::after,
.theme-tcs .hvr-radial-in {
    background: #ffeb00 !important;
}

.theme-tcs a:hover,
.theme-tcs .services-right-grid:hover .services-icon i {
    color: #FFF !important;
}

.theme-tcs .checkbox-item input[type="checkbox"]:checked+label::after,
.theme-tcs .nav-menu li a:hover,
.theme-tcs .nav-menu li:hover span,
.theme-tcs .nav-menu li.active span,
.theme-tcs .side-nav li:hover a i,
.theme-tcs .side-nav li.active a i,
.theme-tcs .side-nav li.active a span,
.theme-tcs .side-nav li.active a,
.theme-tcs .side-nav ul li a i,
.theme-tcs .login-box h1,
.theme-tcs .services-icon i,
.theme-tcs .gauge-meter>h4 {
    color: #ffeb00 !important;
}

.theme-tcs .login-box h1 {
    color: #1565c0 !important;
}

.theme-tcs #toTop {
    background: rgba(0, 0, 0, 0) url("../images/up-arrow-yellow.png") no-repeat scroll 0 0 !important;
}