#cancel_reviews img:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

#filter_reviews img:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.jquery-lightbox-overlay {
    box-sizing: initial;
}

.jquery-lightbox {
    box-sizing: initial;
}

.jquery-lightbox-border-bottom-left {
    bottom: inherit !important;
}

.jquery-lightbox-border-bottom-middle {
    bottom: inherit !important;
    margin-top: 10px;
}

.jquery-lightbox-border-bottom-right {
    bottom: inherit !important;
}


/*.jquery-lightbox-mode-html {height: 644px !important;}*/

* {
    box-sizing: initial;
}

.wdt-210 {
    width: 226px;
}

.mgt-lft {
    width: 60%;
    margin-left: 300px;
}

.padding-t0 {
    padding-top: 0px;
}

.height-auto {
    height: auto !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.scrollbox {
    overflow: auto;
    height: 350px;
    padding-right: 3.5%;
    width: 96.5%;
}

.vertical-track {
    width: 6px;
    background-color: #1e2a38;
    border: 1px solid #1e2a38;
    margin-left: -2%;
}

.vertical-handle {
    width: 100%;
    background-color: #344861;
}

.video-block {
    border-top: 1px solid #cccccc;
    padding-top: 20px;
    margin-top: 40px;
}

.section1-1 {
    padding-bottom: 0;
}


/*
.footer-subnav .footer-box {
	float: left;
	padding: 0 0 0 8%;
	width: 18%;
}*/

.container-fluid {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

@media (max-width:480px) {
    .popup .products .btn-orange,
    .popup .products .btn-blue {
        width: 20vw;
    }
}

.free-antivirus .banner-text .sub-header {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #fff;
    margin: 0 0 20px;
}

.free-antivirus .video-block p {
    margin-top: 20px;
}

.product-comparison {
    margin: 50px 0;
}

.product-comparison .table tr {
    background-color: #f9f9f9;
}

.product-comparison .table tr td:nth-child(1),
.product-comparison .table tr th:nth-child(1) {
    background-color: rgba(4, 40, 47, 0.05);
    text-align: left;
}

.product-comparison .table tbody tr:nth-child(odd) {
    background-color: rgba(4, 40, 47, 0.07);
}

.product-comparison .table tr td:nth-child(odd),
.product-comparison .table tr th:nth-child(odd) {
    background-color: rgba(4, 40, 47, 0.03);
}

.product-comparison .table td,
.product-comparison .table th {
    padding: 20px;
}

.product-comparison .table tr td,
.product-comparison .table tr th {
    position: relative;
    vertical-align: middle;
    border: 0;
    box-sizing: border-box;
    text-align: center;
    z-index: 3;
}

.product-comparison .table thead th:first-child {
    text-align: left;
    vertical-align: middle;
    width: unset;
}

.product-comparison .table thead th {
    font-size: 20px;
}

.product-comparison .table .btn {
    display: inline-block;
    border-radius: 4px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.35);
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    min-width: 130px;
    transition: all 0.2s;
    margin: 20px 0 10px;
    text-transform: uppercase;
    padding: 10px;
}

.product-comparison .table .btn.orange {
    background-color: #db3b00;
    color: #fff;
}

.product-comparison .table img {
    width: initial !important;
}