﻿@charset "utf-8";

body,html {
    width: 100%;
    padding: 0;
    margin: 0
}

html {
    box-sizing: border-box;
    height: 100%
}

body,p {
    line-height: 1.4em
}

body {
    min-height: 100%;
    background: #014;
    font-family: 'nunitoregular';
    color: #4d4d4d;
    font-size: 1em;
    overflow-x: hidden
}

body.active-nav {
    overflow: hidden;
    position: absolute
}

div,img,section {
    display: block
}

img {
    max-width: 100%;
    height: auto
}

p {
    margin: 0 0 15px
}

p:last-child {
    margin-bottom: 0
}

h1,h2,h3,h4,h5,h6 {
    padding: 0;
    margin: 0 0 10px
}

h1 {
    font-size: 2em
}

h2 {
    font-size: 1.5em;
    line-height: 1.2em
}

h3 {
    font-size: 1.17em;
    line-height: 1.3em
}

h4 {
    font-size: 1.12em
}

h5 {
    font-size: .83em
}

h6 {
    font-size: .75em
}

a,a:hover {
    text-decoration: none
}

.close span,a {
    transition: .3s ease
}

a {
    color: #ff1245
}

hr {
    border-top: 1px solid #f3f3f3;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    margin: 30px 0
}

ol,ul {
    margin: 0
}

ul {
    list-style: none;
    padding: 0
}

ol {
    padding: 0 0 0 18px
}

ol li {
    padding: 0 0 6px 5px
}

.no-wrap {
    white-space: nowrap
}

.btn,.btn:after {
    transition: .3s ease
}

.btn {
    margin: 0;
    border: 2px solid #07c;
    border-radius: 30px;
    padding: 10px 35px 10px 15px;
    display: inline-block;
    position: relative;
    font-family: 'nunitoextrabold'
}

.btn:after {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    font-family: 'trustico-icons';
    content: "\e902";
    color: #014;
    font-size: 12px
}

.mobile-panel a.btn:after,.product-box a.btn:after {
    content: unset
}

.btn:hover {
    background: #07c
}

.btn,a.btn.light-blue-btn-light,a.btn.light-blue-btn-light:after,a.btn.red-btn-light:after,btn.red-btn-light:after {
    color: #014
}

.btn:hover,a.btn.light-blue-btn-light:hover,header .main-nav ul#main-menu li>ul.sub-menu-account a.btn.light-blue,header .main-nav ul#main-menu li>ul.sub-menu-partner a.btn.light-blue {
    border: 2px solid #07c;
    color: #fff
}

a.btn.red-btn-light,btn.red-btn-light {
    color: #014;
    border: 2px solid #f14
}

a.btn.dark-blue-btn-dark:after,a.btn.light-blue-btn-dark,a.btn.light-blue-btn-dark:after,a.btn.light-blue-btn-light:hover:after,a.btn.red-btn-dark:after,a.btn.red-btn-light:hover:after,btn.light-blue-btn-light:hover:after,btn.red-btn-light:hover:after {
    color: #fff
}

a.btn.red-btn-light:hover,btn.red-btn-light:hover {
    background: #f14!important;
    color: #fff
}

a.btn.light-blue-dark:hover {
    border: 2px solid #07c
}

a.btn.red-btn-dark {
    color: #fff;
    border: 2px solid #f14
}

a.btn.red-btn-dark:hover {
    background: #f14!important
}

a.btn.dark-blue-btn-dark {
    color: #fff;
    border: 2px solid #014
}

a.btn.dark-blue-btn-dark:hover {
    background: #014!important
}

hr.light-blue {
    border-top: 1px solid #0077c9
}

.btn-stack,.product-box h3 {
    margin-bottom: 10px
}

strong {
    font-family: 'nunitoextrabold'
}

.white,header .main-nav ul#main-menu li>ul.sub-menu-account a.btn.light-blue:hover:after,header .main-nav ul#main-menu li>ul.sub-menu-account a.btn.red:hover:after,header .main-nav ul#main-menu li>ul.sub-menu-partner a.btn.light-blue:hover:after,header .main-nav ul#main-menu li>ul.sub-menu-partner a.btn.red:hover:after {
    color: #fff
}

.light-blue,header .main-nav ul#main-menu li>ul.sub-menu-account a.btn.light-blue:after,header .main-nav ul#main-menu li>ul.sub-menu-partner a.btn.light-blue:after {
    color: #07c
}

.dark-blue {
    color: #014
}

.red,.search button strong,header .main-nav .site-nav ul#main-menu>li:hover a,header .main-nav ul#main-menu li>ul.sub-menu-account a.btn.red:after,header .main-nav ul#main-menu li>ul.sub-menu-mega>li>div .compare-ssl a.compare-btn:hover,header .main-nav ul#main-menu li>ul.sub-menu-partner a.btn.red:after {
    color: #f14
}

.black {
    color: #000
}

.white-bg {
    background: #fff
}

.red-bg {
    background: #f14
}

.light-blue-bg {
    background: #07c
}

.light-blue-gradient-bg {
    background-image: radial-gradient(circle at top left,#3cc3ff,#07c)
}

.light-grey-bg {
    background: #ecf0f8
}

.lighter-grey-blue-bg {
    background: #e9edf5
}

.light-grey-blue-bg {
    background: #e3e8f4
}

.dark-blue-bg,header .main-nav .site-nav ul#main-menu>li:hover {
    background: #014
}

.black-bg {
    background: #000
}

.symantec-yellow-bg {
    background: #f1b634
}

.region-block {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    background-color: rgba(0,17,68,.98);
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    z-index: 1200;
    transition: .3s ease;
    padding: 10vw
}

.region-block.open {
    opacity: 1;
    visibility: visible
}

.close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    height: 30px;
    width: 30px
}

.close span {
    width: 20px;
    height: 3px;
    background: 0 0;
    border-radius: 2px
}

.close span:after,.close span:before {
    content: '';
    position: absolute;
    border-radius: 2px;
    top: 0;
    transform: rotate(45deg);
    left: 0;
    width: 100%;
    height: 3px;
    background: #8c94ab;
    transition: .3s ease
}

.close span:after {
    transform: rotate(-45deg)
}

.mobile-region-block {
    display: none;
    margin-top: 20px
}

.mobile-region-block h2,.region-block h2 {
    margin-bottom: 30px
}

.mobile-region-block ul,.region-block ul,header .main-nav ul#main-menu li>ul.sub-menu-account,header .main-nav ul#main-menu li>ul.sub-menu-mega,header .main-nav ul#main-menu li>ul.sub-menu-partner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row
}

.mobile-region-block ul,.region-block ul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center
}

.mobile-region-block ul>li,.region-block ul>li {
    width: 25%;
    border-bottom: 1px solid #0c2555;
    transition: .3s ease
}

.mobile-region-block ul>li {
    width: 50%;
    text-align: left
}

.mobile-region-block ul>li a,.region-block ul>li a {
    display: block;
    position: relative;
    color: #fff;
    padding: 20px 20px 20px 80px;
    box-sizing: border-box
}

.mobile-region-block ul>li a:before,.region-block ul>li a:before {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    content: '';
    background-size: cover;
    background-repeat: no-repeat;
    height: 30px;
    width: 44px;
    border-radius: 5px
}

.region-block ul>li:hover {
    background: #0c2555
}

.region-block ul>li a:hover {
    transform: scale(1.05)
}

.region-block ul>li a:hover:before {
    left: 20px
}

.mobile-region-block ul>li a.australia:before,.region-block ul>li a.australia:before {
    background-image: url(../../images/australia-flag.svg)
}

.mobile-region-block ul>li a.usa:before,.region-block ul>li a.usa:before {
    background-image: url(../../images/usa-flag.svg)
}

.mobile-region-block ul>li a.canada:before,.region-block ul>li a.canada:before {
    background-image: url(../../images/canada-flag.svg)
}

.mobile-region-block ul>li a.new-zealand:before,.region-block ul>li a.new-zealand:before {
    background-image: url(../../images/new-zealand-flag.svg)
}

.mobile-region-block ul>li a.uk:before,.region-block ul>li a.uk:before {
    background-image: url(../../images/uk-flag.svg)
}

.mobile-region-block ul>li a.ireland:before,.region-block ul>li a.ireland:before {
    background-image: url(../../images/ireland-flag.svg)
}

.mobile-region-block ul>li a.switzerland:before,.region-block ul>li a.switzerland:before {
    background-image: url(../../images/switzerland-flag.svg)
}

.mobile-region-block ul>li a.eu:before,.region-block ul>li a.eu:before {
    background-image: url(../../images/eu-flag.svg)
}

.mobile-region-block ul>li a.france:before,.region-block ul>li a.france:before {
    background-image: url(../../images/france-flag.svg)
}

.mobile-region-block ul>li a.italy:before,.region-block ul>li a.italy:before {
    background-image: url(../../images/italy-flag.svg)
}

.mobile-region-block ul>li a.mexico:before,.region-block ul>li a.mexico:before {
    background-image: url(../../images/mexico-flag.svg)
}

.mobile-region-block ul>li a.uae:before,.region-block ul>li a.uae:before {
    background-image: url(../../images/uae-flag.svg)
}

.mobile-region-block ul>li a.argentina:before,.region-block ul>li a.argentina:before {
    background-image: url(../../images/argentina-flag.svg)
}

.mobile-region-block ul>li a.india:before,.region-block ul>li a.india:before {
    background-image: url(../../images/india-flag.svg)
}

.mobile-region-block ul>li a.germany:before,.region-block ul>li a.germany:before {
    background-image: url(../../images/germany-flag.svg)
}

.mobile-region-block ul>li a.singapore:before,.region-block ul>li a.singapore:before {
    background-image: url(../../images/singapore-flag.svg)
}

.mobile-region-block ul>li a.hk:before,.region-block ul>li a.hk:before {
    background-image: url(../../images/hk-flag.svg)
}

.mobile-region-block ul>li a.japan:before,.region-block ul>li a.japan:before {
    background-image: url(../../images/japan-flag.svg)
}

.mobile-region-block ul>li a.spain:before,.region-block ul>li a.spain:before {
    background-image: url(../../images/spain-flag.svg)
}

.mobile-region-block ul>li a.austria:before,.region-block ul>li a.austria:before {
    background-image: url(../../images/austria-flag.svg)
}

.mobile-region-block ul>li a.denmark:before,.region-block ul>li a.denmark:before {
    background-image: url(../../images/denmark-flag.svg)
}

.mobile-region-block ul>li a.finland:before,.region-block ul>li a.finland:before {
    background-image: url(../../images/finland-flag.svg)
}

.mobile-region-block ul>li a.netherlands:before,.region-block ul>li a.netherlands:before {
    background-image: url(../../images/netherlands-flag.svg)
}

.mobile-region-block ul>li a.norway:before,.region-block ul>li a.norway:before {
    background-image: url(../../images/norway-flag.svg)
}

.mobile-region-block ul>li a.sweden:before,.region-block ul>li a.sweden:before {
    background-image: url(../../images/sweden-flag.svg)
}

header {
    position: relative
}

header .site-top-nav {
    height: 40px;
    background: #ecf0f8;
    position: relative
}

header .site-top-nav ul.top-quick-links {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 90px
}

header .site-top-nav ul.top-quick-links>li {
    display: inline-block;
    font-size: .7em
}

header .site-top-nav ul.top-quick-links>li a {
    color: #8c94ab;
    padding: 0 0 0 22px;
    margin-right: 15px;
    position: relative;
    transition: .3s ease
}

header .site-top-nav ul.top-quick-links>li a:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    font-family: 'trustico-icons';
    font-size: 16px;
    color: #8c94ab
}

header .site-top-nav ul.top-quick-links>li a:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    -khtml-opacity: .8
}

.mobile-panel ul.mobile-quick-links>li a.support:before,header .site-top-nav ul.top-quick-links>li a.support:before {
    content: "\e903"
}

.mobile-panel ul.mobile-quick-links>li a.chat:before,header .site-top-nav ul.top-quick-links>li a.chat:before {
    content: "\e905"
}

.mobile-panel ul.mobile-quick-links>li a.contact:before,header .site-top-nav ul.top-quick-links>li a.contact:before {
    content: "\e904"
}

header .site-top-nav ul.top-quick-links>li a.region:before {
    content: "\e906"
}

.nav-toggle-btn,header .site-top-nav .region-selector {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    height: 25px;
    width: 57px;
    border-radius: 5px;
    cursor: pointer
}

.mobile-region .mobile-region-selector {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    height: 25px;
    width: 57px;
    border-radius: 5px;
    cursor: pointer
}

.mobile-region .mobile-region-selector .region-image,header .site-top-nav .region-selector .region-image {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 25px;
    width: 45px;
    border-radius: 5px
}

.mobile-region .mobile-region-selector .region-button,header .site-top-nav .region-selector .region-button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 19px;
    background: #8991a8;
    border-radius: 0 5px 5px 0
}

.mobile-region .mobile-region-selector .region-button:after,header .site-top-nav .region-selector .region-button:after {
    display: block;
    position: absolute;
    top: 0;
    right: 50%;
    font-family: 'trustico-icons';
    content: '\e902';
    transform: rotate(90deg);
    font-size: 10px;
    width: 1px;
    transition: .5s ease
}

.mobile-region .mobile-region-selector .region-button.open:after {
    transform: rotate(-90deg);
    top: 2px
}

.mobile-region .mobile-region-selector .region-image img,header .site-top-nav .region-selector .region-image img {
    height: 100%;
    width: auto;
    border-radius: 5px 0 0 5px
}

header .main-nav {
    background: #fff;
    height: 100px;
    position: relative;
    text-align: right;
    padding-right: 30px;
    z-index: 200
}

header .main-nav .site-logo {

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px
}

header .main-nav a.renewels-btn {
    color: #07c;
    margin-top: 26px
}

.mobile-panel a.mobile-order-instant-btn,.mobile-panel a.mobile-renewels-btn,header .main-nav a.order-instant-btn,header .main-nav a.renewels-btn {
    display: inline-block;
    border: 2px solid #07c;
    border-radius: 30px;
    padding: 10px 15px;
    font-family: 'nunitoextrabold';
    transition: .3s ease
}

header .main-nav a.order-instant-btn {
    margin-top: 26px;
    border-color: #f14;
    margin-left: 5px;
    color: #f14
}

header .main-nav a.renewels-btn:hover {
    border: 2px solid #07c;
    background: #07c;
    color: #fff
}

header .main-nav a.order-instant-btn:hover {
    border: 2px solid #f14;
    background: #f14;
    color: #fff
}

header .main-nav .site-nav {
    display: inline-block;
    text-align: right;
    margin-right: 20px;
    vertical-align: top
}

header .main-nav .site-nav ul#main-menu>li {
    display: inline-block;
    vertical-align: top;
    height: 100px;
    line-height: 100px;
    transition: .3s ease;
    box-sizing: border-box;
    cursor: pointer
}

header .main-nav .site-nav ul#main-menu>li>a {
    padding: 0 35px 0 10px;
    position: relative
}

header .main-nav .site-nav ul#main-menu>li>a:after {
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
    font-family: 'trustico-icons';
    content: "\e902";
    transform: rotate(90deg);
    width: auto;
    line-height: 1
}

header .main-nav .site-nav ul#main-menu>li a {
    color: #8c94ab
}

header .main-nav ul#main-menu li>ul {
    background: #014;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: all .5s ease
}

header .main-nav ul#main-menu li>ul.sub-menu-account,header .main-nav ul#main-menu li>ul.sub-menu-mega,header .main-nav ul#main-menu li>ul.sub-menu-partner {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;
    box-sizing: border-box;
    height: auto;
    cursor: auto
}

header .main-nav ul#main-menu li>ul.sub-menu-mega {
    z-index: 300;
    width: 100%;
    left: 0;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

header .main-nav ul#main-menu li>ul.sub-menu-mega .menu-column {
    width: 33.333%
}

header .main-nav ul#main-menu li>ul.sub-menu-mega>li.tab-comodo,header .main-nav ul#main-menu li>ul.sub-menu-mega>li.tab-trustico {
    width: 50%;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #0c2555;
    padding: 0;
    cursor: pointer;
    z-index: 300
}

header .main-nav ul#main-menu li>ul.sub-menu-mega>li.tab-comodo .comodo-logo {
    width: 150px;
    margin: 0 auto;
    padding-top: 15px
}

header .main-nav ul#main-menu li>ul.sub-menu-mega>li.tab-trustico .trustico-logo {
    width: 140px;
    margin: 0 auto;
    padding-top: 13px
}

header .main-nav ul#main-menu li>ul.sub-menu-mega li.active {
    background: #014
}

header .main-nav .site-nav ul#main-menu li:hover>ul,header .main-nav .site-nav ul#main-menu li>ul:hover {
    visibility: visible;
    opacity: 1
}

.slick-dots li button::before,header .main-nav ul#main-menu li>ul.sub-menu-mega>li.tab>div {
    display: none
}

header .main-nav ul#main-menu li>ul.sub-menu-mega>li.tab.active>div {
    display: block;
    cursor: auto
}

header .main-nav ul#main-menu li>ul.sub-menu-mega>li.tab-comodo .comodo-logo,header .main-nav ul#main-menu li>ul.sub-menu-mega>li.tab-trustico .trustico-logo {
    opacity: .5
}

header .main-nav ul#main-menu li>ul.sub-menu-mega>li.tab-comodo.active .comodo-logo,header .main-nav ul#main-menu li>ul.sub-menu-mega>li.tab-trustico.active .trustico-logo {
    opacity: 1
}

header .main-nav ul#main-menu li>ul.sub-menu-mega>li>div {
    display: block;
    background: #014;
    width: 100vw;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
    box-sizing: border-box;
    line-height: auto;
    color: #fff
}

header .main-nav ul#main-menu li>ul.sub-menu-mega>li>div .ssl-icon {
    height: 60px;
    margin-bottom: 20px
}

header .main-nav ul#main-menu li>ul.sub-menu-mega>li>div .ssl-stars {
    height: 20px;
    margin-bottom: 10px
}

header .main-nav ul#main-menu li>ul.sub-menu-mega>li>div .ssl-icon img,header .main-nav ul#main-menu li>ul.sub-menu-mega>li>div .ssl-stars img {
    height: 100%;
    width: auto
}

header .main-nav ul#main-menu li>ul.sub-menu-mega>li>div .ssl-title {
    font-size: 1.2em;
    line-height: 1.3em;
    font-family: 'nunitoextrabold';
    margin-bottom: 30px
}

header .main-nav ul#main-menu li>ul.sub-menu-mega>li>div .ssl-title span {
    font-family: 'nunitoregular'
}

header .main-nav ul#main-menu li>ul.sub-menu-mega>li>div ul li {
    line-height: 1em;
    margin-bottom: 15px
}

header .main-nav ul#main-menu li>ul.sub-menu-mega>li>div ul li>a {
    color: #fff!important;
    transition: .3s ease;
    cursor: pointer
}

header .main-nav ul#main-menu li>ul.sub-menu-mega>li>div ul li>a:hover {
    opacity: .6
}

header .main-nav ul#main-menu li>ul.sub-menu-mega>li>div .compare-ssl {
    padding: 20px;
    background: #0c2555;
    box-sizing: border-box;
    text-align: center
}

header .main-nav ul#main-menu li>ul.sub-menu-mega>li>div .compare-ssl a.compare-btn {
    display: inline-block;
    position: relative;
    color: #fff;
    padding-right: 22px;
    transition: .3s ease
}

header .main-nav ul#main-menu li>ul.sub-menu-mega>li>div .compare-ssl a.compare-btn:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-family: 'trustico-icons';
    content: "\e902";
    color: #f14;
    font-size: 16px
}

header .main-nav ul#main-menu li>ul.sub-menu-account,header .main-nav ul#main-menu li>ul.sub-menu-partner {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
    left: auto;
    right: 0;
    color: #fff;
    width: 50%
}

header .main-nav ul#main-menu li>ul.sub-menu-account .menu-column-3 {
    width: 33.333%;
    text-align: center;
    line-height: 1em;
    padding: 30px 0
}

header .main-nav ul#main-menu li>ul.sub-menu-partner .menu-column-2 {
    width: 50%;
    text-align: center;
    line-height: 1em;
    padding: 30px 0
}

header .main-nav ul#main-menu li>ul.sub-menu-account .menu-column-1,header .main-nav ul#main-menu li>ul.sub-menu-partner .menu-column-1 {
    width: 100%
}

header .main-nav ul#main-menu li>.account-title,header .main-nav ul#main-menu li>.partner-title {
    height: 50px;
    line-height: 50px;
    background: #014;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #0c2555;
    color: #fff
}

header .main-nav ul#main-menu li>ul.sub-menu-account a.btn.light-blue:hover,header .main-nav ul#main-menu li>ul.sub-menu-partner a.btn.light-blue:hover {
    background: #07c;
    color: #fff
}

header .main-nav ul#main-menu li>ul.sub-menu-account a.btn.red,header .main-nav ul#main-menu li>ul.sub-menu-partner a.btn.red {
    border: 2px solid #f14;
    color: #fff
}

header .main-nav ul#main-menu li>ul.sub-menu-account a.btn.red:hover,header .main-nav ul#main-menu li>ul.sub-menu-partner a.btn.red:hover {
    background: #f14;
    color: #fff
}

.ssl-slider h2,header .main-nav ul#main-menu li>ul.sub-menu-account .item-title,header .main-nav ul#main-menu li>ul.sub-menu-partner .item-title {
    margin-bottom: 30px
}

header .main-nav ul#main-menu li>ul.sub-menu-account .item-image,header .main-nav ul#main-menu li>ul.sub-menu-partner .item-image {
    height: 60px;
    margin-bottom: 20px
}

header .main-nav ul#main-menu li>ul.sub-menu-account .item-image img,header .main-nav ul#main-menu li>ul.sub-menu-partner .item-image img {
    height: 100%;
    width: auto;
    margin: 0 auto
}

header .main-nav ul#main-menu li>ul.sub-menu-account a.more-info,header .main-nav ul#main-menu li>ul.sub-menu-partner a.more-info {
    display: block;
    margin-top: 20px;
    color: #8c94ab
}

header .main-nav ul#main-menu li>ul.sub-menu-account a:hover.more-info,header .main-nav ul#main-menu li>ul.sub-menu-partner a:hover.more-info {
    opacity: .6;
    filter: alpha(opacity=60);
    -moz-opacity: .6;
    -khtml-opacity: .6
}

.nav-toggle-btn {
    display: none;
    right: 20px;
    width: 40px;
    height: 40px;
    background: 0 0;
    border: 2px solid #8c94ab;
    border-radius: 20px;
    box-sizing: border-box;
    outline: 0;
    z-index: 1000;
    transition: transform .3s ease
}

.close span,.mobile-phone i,.nav-toggle-btn span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.nav-toggle-btn span,.nav-toggle-btn span:after,.nav-toggle-btn span:before {
    width: 20px;
    height: 3px;
    background: #8c94ab;
    border-radius: 2px;
    transition: .3s ease
}

.nav-toggle-btn span:after,.nav-toggle-btn span:before {
    content: '';
    position: absolute;
    top: -6px;
    left: 0;
    width: 100%
}

.nav-toggle-btn span:after {
    top: 6px
}

.mobile-phone,.nav-toggle-btn.toggle span {
    background: 0 0
}

.nav-toggle-btn.toggle span:before {
    top: 0;
    transform: rotate(45deg)
}

.nav-toggle-btn.toggle span:after {
    top: 0;
    transform: rotate(-45deg)
}

.mobile-phone {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 65px;
    width: 40px;
    height: 40px;
    border: 2px solid #8c94ab;
    border-radius: 20px;
    box-sizing: border-box;
    cursor: pointer;
    outline: 0;
    z-index: 1000;
    transition: transform .3s ease
}

.mobile-phone i {
    color: #8c94ab;
    font-size: 20px
}

.mobile-panel {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 150;
    left: 0;
    top: -100px;
    background: #ecf0f8;
    overflow-x: hidden;
    transition: .5s;
    padding-top: 60px;
    box-sizing: border-box
}

body.active-nav .mobile-panel {
    top: 0;
    height: 100%!important
}

.mobile-panel a.mobile-order-instant-btn,.mobile-panel a.mobile-renewels-btn {
    position: relative;
    color: #07c
}

.mobile-panel a.mobile-order-instant-btn {
    border-color: #f14;
    color: #f14
}

.mobile-panel .mobile-links {
    position: relative;
    bottom: 0;
    width: 100%
}

.mobile-panel ul.mobile-menu {
    margin-bottom: 5px
}

.mobile-panel ul.mobile-menu li {
    display: block;
    position: relative;
    border-bottom: 1px solid #8c94ab;
    line-height: 60px
}

.mobile-panel ul.mobile-menu li:last-child {
    border-bottom: 0
}

.mobile-panel ul.mobile-menu li a {
    color: #8c94ab;
    padding: 0 20px
}

.mobile-panel ul.mobile-menu li ul.closed {
    border-top: 0
}

.mobile-panel ul.mobile-menu li ul,.mobile-panel ul.mobile-menu li ul li ul li ul {
    border-top: 1px solid #8c94ab;
    background: #fff
}

.mobile-panel ul.mobile-menu li ul li ul {
    border-top: 1px solid #8c94ab;
    background: #ecf0f8
}

.mobile-panel ul.mobile-menu .account-icon,.mobile-panel ul.mobile-menu .affiliate-icon,.mobile-panel ul.mobile-menu .payment-icon,.mobile-panel ul.mobile-menu .renew-icon,.mobile-panel ul.mobile-menu .reseller-icon {
    padding-left: 55px;
    position: relative
}

.mobile-panel ul.mobile-menu .account-icon:before,.mobile-panel ul.mobile-menu .affiliate-icon:before,.mobile-panel ul.mobile-menu .payment-icon:before,.mobile-panel ul.mobile-menu .renew-icon:before,.mobile-panel ul.mobile-menu .reseller-icon:before {
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    background-size: 25px 25px;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px
}

.mobile-panel ul.mobile-menu .account-icon:before {
    background-image: url(../../images/account.svg)
}

.mobile-panel ul.mobile-menu .renew-icon:before {
    background-image: url(../../images/alarm.svg)
}

.mobile-panel ul.mobile-menu .payment-icon:before {
    background-image: url(../../images/payment.svg)
}

.mobile-panel ul.mobile-menu .reseller-icon:before {
    background-image: url(../../images/handshake.svg)
}

.mobile-panel ul.mobile-menu .affiliate-icon:before {
    background-image: url(../../images/affiliate.svg)
}

.mobile-panel ul.mobile-quick-links {
    padding: 20px;
    text-align: center
}

.mobile-panel ul.mobile-quick-links>li {
    display: inline-block;
    font-size: 1em
}

.mobile-panel ul.mobile-quick-links>li a {
    color: #8c94ab;
    padding: 0 0 0 20px;
    margin-right: 15px;
    position: relative;
    font-size: .7em
}

.mobile-panel .mobile-region a.region:before,.mobile-panel ul.mobile-quick-links>li a:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    font-family: 'trustico-icons';
    font-size: 14px;
    color: #8c94ab
}

.mobile-panel .mobile-region {
    text-align: center;
    background: #014;
    padding: 25px
}

.mobile-panel .mobile-region a.region {
    padding: 0 0 0 30px;
    margin-right: 15px;
    position: relative;
    color: #fff
}

.mobile-panel .mobile-region a.region:before {
    content: "\e906";
    font-size: 20px;
    color: #fff
}

.mobile-panel .mobile-menu ul.sub-menu {
    overflow: hidden;
    height: auto;
    -webkit-transition: height .5s;
    transition: height .5s
}

.mobile-panel .mobile-menu ul.sub-menu.closed {
    height: 0!important
}

.mobile-panel .mobile-menu a.expand {
    padding: 0;
    height: 60px;
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0
}

.mobile-panel .mobile-menu a.expand:after {
    position: absolute;
    font-family: 'trustico-icons';
    content: "\e901";
    display: block;
    speak: none;
    font-size: 20px;
    color: #8c94ab;
    top: 50%;
    right: 25px;
    margin-top: -10px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: transform .5s ease
}

.mobile-panel .mobile-menu .closed+a:after {
    content: "\e901";
    color: #8c94ab;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: transform .5s ease
}

.slider {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.slider .slide {
    min-height: 300px;
    height: 50vh;
    text-align: center;
    z-index: 10
}

.slider .slide .slide-heading {
    font-size: 3.5em;
    line-height: 1.3em
}

.slider .slide .slider-desc {
    padding: 15px 0 30px
}

.search,.slider {
    position: relative
}

.search button,.search input {
    display: inline-block;
    border-radius: 25px;
    border: 0;
    font-size: 1.1em;
    height: 52px;
    vertical-align: bottom
}

.search input {
    padding: 15px 60px 15px 20px;
    background: #fff;
    box-sizing: border-box;
    width: 360px
}

.search button {
    background: #014;
    width: 290px;
    color: #fff;
    cursor: pointer;
    line-height: inherit
}

.slider .slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #07c;
    opacity: .6;
    filter: alpha(opacity=60);
    -moz-opacity: .6;
    -khtml-opacity: .6;
    z-index: 0
}

.home-call-to-action {
    margin-top: -20px;
    z-index: 20
}

.home-call-to-action .action {
    height: 40px;
    line-height: 40px;
    background: #014;
    text-align: center;
    border-right: 1px solid #004296
}

.home-call-to-action .action:first-child {
    border-radius: 20px 0 0 20px
}

.home-call-to-action .action:last-child {
    border-radius: 0 20px 20px 0;
    border-right: 0
}

.ssl-slider {
    padding: 90px 0 60px;
    margin-top: -20px;
    text-align: center
}

.ssl-slider #slider.slick-slider {
    padding: 0 60px
}

.ssl-slider #slider .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    position: relative
}

.ssl-slider #slider .slide {
    padding: 20px 60px;
    border-right: 1px solid #e6e6e6
}

.ssl-slider #slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.slick-arrow#slider-next {
    right: 0;
    z-index: 10;
    cursor: pointer;
    transition: .3s ease
}

.slick-arrow#slider-prev {
    left: 0;
    z-index: 10;
    cursor: pointer;
    transition: .3s ease
}

.slick-arrow#slider-next:before,.slick-arrow#slider-prev:before {
    z-index: 10;
    font-family: 'trustico-icons';
    color: #e6e6e6;
    font-size: 50px
}

.slick-arrow#slider-prev:before {
    left: 0;
    content: "\e901"
}

.slick-arrow#slider-next:before {
    right: 0;
    content: "\e902"
}

.slick-dots {
    position: relative;
    margin-bottom: 50px
}

.slick-dotted.slick-slider,hr.hr-no-margin {
    margin: 0
}

.slick-dots li {
    border: 2px solid #000;
    border-radius: 50%;
    width: 14px;
    height: 14px
}

.slick-dots li.slick-active {
    background: #07c;
    border: 2px solid #07c
}

.search-money .google-search,.search-money .money-back {
    padding: 60px 120px 140px;
    text-align: center;
    position: relative
}

.search-money .google-search .image,.search-money .money-back .image {
    height: 90px;
    margin-bottom: 20px
}

.search-money .google-search .image img,.search-money .money-back .image img {
    height: 100%;
    margin: 0 auto
}

.search-money a.btn {
    position: absolute;
    bottom: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.confidence,.symantec-home,footer {
    padding: 60px 0
}

.confidence .desc {
    margin-bottom: 20px
}

.confidence a.btn,.popular-products .product.main a.btn {
    border: 2px solid #f14;
    color: #fff
}

.confidence a.btn:after {
    color: #fff
}

.confidence a.btn:hover,.popular-products .product.main a.btn:hover {
    background: #f14
}

.confidence .image {
    padding-left: 50px
}

.symantec-home .symantec-logo {
    width: 250px;
    margin-bottom: 20px
}

.symantec-home .image {
    padding-right: 50px
}

.popular-products .product h3,.symantec-home .desc {
    margin-bottom: 20px
}

.symantec-home a.symantec-btn {
    border: 2px solid #ffb71b;
    color: #000
}

.symantec-home a.symantec-btn:hover {
    background: #ffb71b
}

.popular-products {
    padding: 60px 0 120px;
    text-align: center
}

.popular-products h2 {
    margin-bottom: 40px
}

.popular-products .product {
    position: relative;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    z-index: 10
}

.popular-products .product.main {
    background: #014;
    transform: scale(1.06);
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    z-index: 20
}

.popular-products .product ul.product-list li,.popular-products .product.main ul.product-list li {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    text-align: left
}

.popular-products .product.main a.btn:after,.popular-products .product.main ul.product-list li {
    color: #fff
}

.popular-products .product ul.product-list li:before,.popular-products .product.main ul.product-list li:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background-image: url(../../images/blue-tick.svg);
    background-size: 24px 22px;
    width: 24px;
    height: 22px
}

.popular-products .product.main ul.product-list li:before {
    background-image: url(../../images/red-tick.svg)
}

.popular-products .product .price {
    font-size: 2.6em;
    font-family: 'nunitoextrabold';
    margin: 30px 0 20px
}

.popular-products .product .price span {
    font-size: .5em;
    font-family: 'nunitoregular';
    color: #8c94ab
}

.more-info {
    display: block;
    position: relative;
    color: #8c94ab;
    margin-top: 20px;
    cursor: pointer;
    transition: .3s ease
}

.more-info:before {
    position: relative;
    font-family: 'trustico-icons';
    content: "\e90e";
    left: 0;
    top: 1px;
    padding-right: 5px
}

.more-info:hover {
    opacity: .6;
    filter: alpha(opacity=60);
    -moz-opacity: .6;
    -khtml-opacity: .6
}

.need-help {
    position: relative;
    background-image: linear-gradient(to bottom,transparent,transparent 50%,#014 50%,#014);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    margin-top: -50px
}

.need-help .need-help-cont {
    display: inline-block;
    background: #ff1245;
    padding: 20px 30px;
    border-radius: 40px
}

.need-help .need-help-cont i {
    padding-right: 10px;
    position: relative;
    top: 2px
}

.map-location-details .fax h2,.map-location-details .fax h4,.map-location-details .phone h2,.map-location-details .phone h4,.need-help .need-help-cont h2 {
    margin-bottom: 0
}

footer .footer-heading {
    color: #8c94ab;
    font-family: 'nunitoextrabold';
    margin-bottom: 10px
}

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

.pop-up-boxes a,footer ul.footer-menu a:hover {
    color: #8c94ab
}

footer ul.social>li {
    display: inline-block;
    margin-right: 4px
}

footer ul.social>li>a {
    display: block;
    border: 2px solid #233862;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    transition: .3s ease;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden
}

footer ul.social>li>a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #233862;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

footer ul.social>li>a:hover:before {
    -webkit-transform: scale(2);
    transform: scale(2)
}

footer ul.social>li>a>i {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #fff
}

.sub-footer {
    padding: 30px;
    border-top: 1px solid #233862;
    text-align: center
}

.sub-footer .desc {
    font-size: .9em
}

.page-title {
    position: relative;
    padding: 30px 0
}

.page-title-image,.page-title-image-contact {
    display: block;
    position: absolute;
    bottom: -16px
}

.page-title-image-contact {
    bottom: 0
}

.page-title-image-contact img {
    width: auto
}

.fixed-left-col {
    padding: 60px 0
}

ul.product-list-2-col {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;
    box-sizing: border-box;
    margin-bottom: 20px
}

ul.product-list-2-col li {
    position: relative;
    width: 50%;
    padding: 0 10px 0 35px;
    margin-bottom: 10px;
    text-align: left;
    box-sizing: border-box
}

ul.product-list-2-col li:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background-image: url(../../images/blue-tick.svg);
    background-size: 24px 22px;
    width: 24px;
    height: 22px
}

.product-box {
    background: #014;
    padding: 30px;
    border-radius: 10px;
    text-align: center
}

.product-box .validity {
    position: relative;
    padding-top: 30px;
    font-size: 1em;
    margin-bottom: 10px
}

.product-box .validity:before {
    display: block;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 50px;
    background: #8991a8;
    height: 1px
}

.product-box .year-selector {
    background: #000;
    border-radius: 30px;
    padding: 5px
}

.product-box .year-selector .year {
    display: inline-block;
    width: 48%;
    box-sizing: border-box;
    color: #fff
}

.product-box .year-selector .year.active {
    padding: 10px;
    background: #e9edf5;
    border-radius: 30px;
    color: #014
}

.product-box .price {
    font-size: 2.4em;
    font-family: 'nunitoextrabold';
    margin: 25px 10px 0;
    line-height: 1em
}

.product-box .price-small {
    margin-bottom: 10px;
    color: #8991a8
}

.product-box .money-back {
    margin-top: 15px;
    color: #8991a8;
    font-size: .9em
}

.content-image,.product-box {
    margin-right: 50px
}

.ssl-benefits {
    margin-top: 30px
}

.ssl-benefits .ssl-item {
    border-top: 1px solid #fff;
    padding: 30px 0
}

.customer-confidence .customers-product-box ul.arrows li:last-child a,.ssl-benefits .ssl-item:last-child {
    padding-bottom: 0
}

.ssl-benefits .ssl-image {
    margin-right: 40px
}

.comodo-trustico .comodo,.comodo-trustico .trustico {
    padding: 60px;
    box-sizing: border-box;
    text-align: center
}

.comodo-trustico .comodo .comodo-image,.comodo-trustico .trustico .trustico-image {
    width: 120px;
    margin: 0 auto 30px
}

.customer-confidence,.reseller-benefits {
    padding: 60px 0
}

.customer-confidence .customers-product-box {
    margin-left: 50px;
    background: #07c;
    padding: 30px;
    border-radius: 10px
}

.customer-confidence .customers-product-box ul.arrows li {
    border-top: 1px solid #014
}

.customer-confidence .customers-product-box ul.arrows li a {
    color: #fff;
    padding: 10px 20px 10px 0;
    display: block;
    position: relative;
    transition: .3s ease
}

.customer-confidence .customers-product-box ul.arrows li a:after {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    font-family: 'trustico-icons';
    content: '\e902';
    color: #014;
    font-size: 14px;
    transition: .3s ease
}

.contact-form .form-contact button:after,.customer-confidence .customers-product-box ul.arrows li a:hover {
    color: #014
}

.customer-confidence .customers-product-box ul.arrows li a:hover:after {
    right: 0
}

.reseller-benefits .benefits-table {
    position: relative;
    text-align: left;
    max-width: 600px;
    padding-right: 60px
}

.reseller-benefits .benefits-table .left-col,.reseller-benefits .benefits-table .right-col-fixed-100 {
    padding: 20px;
    box-sizing: border-box
}

.reseller-benefits .benefits-table .comodo-row .left-col {
    border-top-left-radius: 10px
}

.reseller-benefits .benefits-table .comodo-row .right-col-fixed-100 {
    border-top-right-radius: 10px
}

.reseller-benefits .benefits-table .trustico-row .left-col {
    border-bottom-left-radius: 10px
}

.reseller-benefits .benefits-table .trustico-row .right-col-fixed-100 {
    border-bottom-right-radius: 10px
}

.reseller-benefits .benefits-table .best-price {
    display: block;
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 80px;
    height: 80px
}

.reseller-benefits .table-info {
    font-size: .7em;
    color: #8991a8;
    margin: 5px 0
}

.reseller-benefits .benefits-read-more {
    color: #8991a8;
    margin-bottom: 30px
}

.compare-products {
    padding: 60px 0;
    text-align: center
}

.compare-products .compare-products-table {
    position: relative;
    width: 100%;
    margin: 40px 0 20px;
    display: block
}

.compare-products .compare-products-table .table-left {
    display: block;
    position: absolute;
    width: 25%;
    top: 50px;
    left: 0;
    text-align: right
}

.compare-products .compare-products-table .table-right {
    margin-left: 25%
}

.compare-products .compare-products-table .table-left .table-row,.compare-products .compare-products-table .table-left .table-row .table-cell,.customer-confidence ul,.mobile-panel .mobile-menu a.expand,h2,h3,h4,p,strong {
    width: 100%
}

.compare-products .compare-products-table .table-left .table-row:first-child .table-cell {
    border-top-left-radius: 10px
}

.compare-products .compare-products-table .table-left .table-row:last-child .table-cell {
    border-bottom-left-radius: 10px
}

.compare-products .compare-products-table .table-head,.compare-products .compare-products-table .table-row {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;
    box-sizing: border-box
}

.compare-products .compare-products-table .table-left .table-row,.compare-products .compare-products-table .table-row {
    border-bottom: 1px solid #e0e5f1
}

.compare-products .compare-products-table .table-left .table-row {
    text-align: right
}

.compare-products .compare-products-table .table-head .table-cell,.compare-products .compare-products-table .table-row .table-cell {
    width: 33.333%
}

.compare-products .compare-products-table .table-row .table-cell.site-seal img {
    margin: 0 auto;
    height: 45px
}

.compare-products .compare-products-table .table-head .table-cell,.contact-form .form-contact button:hover:after {
    color: #fff
}

.compare-products .compare-products-table .table-left .table-row .table-cell {
    padding-right: 20px
}

.compare-products .compare-products-table .table-head .table-cell,.compare-products .compare-products-table .table-left .table-cell,.compare-products .compare-products-table .table-row .table-cell {
    background: #0077c9;
    height: 50px;
    padding: 15px 10px;
    box-sizing: border-box
}

.compare-products .compare-products-table .table-left .table-cell.extra-height,.compare-products .compare-products-table .table-row .table-cell.extra-height {
    height: 75px
}

.compare-products .compare-products-table .table-head .table-cell.best-value {
    background: #014;
    border-radius: 10px 10px 0 0;
    height: 60px;
    margin-top: -10px
}

.compare-products .compare-products-table .table-row .table-cell.best-value,td.emphasis {
    background: #e9edf5
}

.compare-products .compare-products-table .table-left .table-cell,.compare-products .compare-products-table .table-row .table-cell {
    background: #fff
}

.compare-products .compare-products-table .table-right .table-row:last-child .table-cell:last-child {
    border-bottom-right-radius: 10px
}

.compare-products .compare-products-table .table-head .table-cell:last-child {
    border-top-right-radius: 10px
}

.map-location,.map-location-details {
    padding: 60px 0
}

.map-location .content-map {
    padding-right: 50px
}

.map-location .country-selector-cont {
    background: #07c;
    padding: 15px;
    border-radius: 10px;
    text-align: center
}

.map-location .map-country {
    width: 100%;
    height: 45px;
    margin: 8px 0;
    font-size: 1em;
    border: 0;
    background: #fff url(../../images/select-chevron.svg) no-repeat;
    background-position-x: 0;
    background-position-y: 0;
    background-size: 15px;
    background-position: right 15px center;
    padding-left: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.map-location-details .phone {
    position: relative;
    padding: 0 0 30px 60px;
    margin-bottom: 30px;
    border-bottom: 1px solid #efefef
}

.map-location-details .fax {
    position: relative;
    padding-left: 60px
}

.map-location-details .fax:after,.map-location-details .phone:after {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    font-family: 'trustico-icons';
    font-size: 30px
}

.map-location-details .phone:after {
    content: '\e904'
}

.map-location-details .fax:after {
    content: '\e907'
}

.map-location-details,.map-location-details .map-contacts {
    display: none
}

.map-question {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #efefef
}

.map-location .map g g path,.map-location .map g polygon {
    fill: #fff;
    transition: fill .3s ease;
    stroke: #ecf0f8;
    stroke-width: 1px
}

.map-location .map g.geo-map-group polygon {
    fill: #dae1ea
}

.map-location .map g.geo-map-group.active polygon,.map-location .map g.geo-map-group:hover polygon {
    fill: #f14
}

.office-locations {
    padding: 60px 0
}

.office-locations .offices {
    width: 31.333%;
    margin-right: 3%
}

.office-locations .offices:nth-child(3n) {
    margin-right: 0
}

.contact-form {
    text-align: center
}

.contact-form .contact-form-image {
    width: 100px;
    margin: 0 auto 30px
}

.contact-form .form-contact {
    margin-top: 30px
}

.contact-form .form-contact .form-left {
    width: 48%;
    margin-right: 2%
}

.contact-form .form-contact .form-right {
    width: 48%;
    margin-left: 2%
}

.contact-form .form-contact .form-left,.contact-form .form-contact .form-right,.contact-form .form-contact .full-width,.site-map-grey h2 {
    margin-bottom: 30px;
    text-align: left
}

.contact-form .form-contact .form-req {
    color: #ff1245
}

.contact-form .form-contact .field-name {
    margin-bottom: 5px
}

.contact-form .form-contact .field-input input[type=email],.contact-form .form-contact .field-input input[type=text],.contact-form .form-contact .field-input textarea {
    border: 1px solid #e3e3e3;
    padding: 15px 20px;
    border-radius: 30px;
    width: 100%;
    box-sizing: border-box;
    font-family: 'nunitoregular';
    font-size: .8em
}

.contact-form .form-contact button {
    margin: 0 auto;
    border: 2px solid #ff1245;
    background: 0 0;
    color: #014;
    font-size: 1em
}

.contact-form .form-contact button:hover {
    background: #ff1245;
    color: #fff
}

.contact-form,.site-map-grey,.support {
    padding: 60px 0
}

.site-map-grey h2 {
    text-align: center
}

.site-map-grey .site-item {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 5%
}

.site-map-grey .site-item:nth-child(2n),.support .support-item:nth-child(3n) {
    margin-right: 0
}

.support .support-item {
    position: relative;
    background: #fff;
    width: 31.333%;
    margin-right: 3%;
    margin-bottom: 3%;
    border-radius: 10px;
    padding: 30px 30px 90px
}

.support .support-item a {
    position: absolute;
    bottom: 30px;
    left: 30px
}

.risky {
    padding: 60px 0 120px;
    text-align: center
}

.risky .risk-item {
    text-align: left;
    position: relative;
    padding-left: 150px
}

.risky .risk-item:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 120px;
    height: 120px
}

.risky .risk-item.warning:before {
    background-image: url(../../images/warning.svg);
    background-size: 120px 120px;
    background-repeat: no-repeat
}

.pop-up-boxes .popup-image {
    padding-right: 20px
}

.pop-up-boxes .alert,.pop-up-boxes .hazard,.pop-up-boxes .question,.pop-up-boxes .redirect {
    position: relative;
    padding: 60px;
    border-radius: 15px;
    margin-bottom: 30px
}

.pop-up-boxes .alert:before,.pop-up-boxes .hazard:before,.pop-up-boxes .question:before,.pop-up-boxes .redirect:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background-image: url(../../images/border-top-tape.svg);
    background-repeat: repeat-x;
    background-size: contain;
    height: 15px;
    width: 100%;
    border-radius: 15px 15px 0 0
}

@media only screen and (max-width:1190px) {
    .search-money .google-search,.search-money .money-back {
        padding: 60px 60px 140px;
        text-align: center
    }
}

@media only screen and (max-width:1100px) {
    .region-block ul>li {
        width: 33.333%
    }

    header .main-nav ul#main-menu li>ul.sub-menu-account,header .main-nav ul#main-menu li>ul.sub-menu-partner {
        width: 100%
    }
}

@media only screen and (max-width:960px) {
    .home-call-to-action {
        margin-top: -40px;
        z-index: 20;
        height: 80px
    }

    .home-call-to-action .action:first-child {
        border-radius: 20px 0 0 0
    }

    .home-call-to-action .action:nth-child(2) {
        border-radius: 0 20px 0 0;
        border-right: 0
    }

    .home-call-to-action .action:nth-child(3) {
        border-radius: 0 0 0 20px
    }

    .home-call-to-action .action:last-child {
        border-radius: 0 0 20px 0;
        border-right: 0
    }

    .ssl-slider {
        margin-top: -40px
    }

    .popular-products .product.main {
        transform: scale(1)
    }

    .popular-products .product {
        margin-bottom: 20px;
        width: 100%
    }

    .popular-products .product:last-child,footer .grid .col-4:last-child {
        margin-bottom: 0
    }

    footer .grid .col-4 {
        margin-bottom: 30px
    }

    .need-help {
        padding: 0 20px
    }
}

@media only screen and (max-width:900px) {
    body {
        margin-top: 60px
    }

    .home-call-to-action,.site-top-nav,header .main-nav .site-nav,header .main-nav a.order-instant-btn,header .main-nav a.renewels-btn {
        display: none
    }

    header .main-nav {
        height: 60px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 200;
        box-sizing: border-box
    }

    header .main-nav .site-logo {
        width: 150px;
        left: 20px
    }

    .mobile-phone,.nav-toggle-btn {
        display: block
    }

    .mobile-menu a.mobile-order-instant-btn,.mobile-menu a.mobile-renewels-btn {
        display: inline-block;
        position: relative
    }

    .slider {
        padding: 20px;
        box-sizing: border-box
    }

    .slider .slide {
        display: flex
    }

    .slider .slide .slide-heading {
        font-size: 1.8em
    }

    .search input {
        width: 100%;
        font-size: .8em;
        padding-right: 50px
    }

    .search button,.search button:before {
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }

    .search button {
        right: 7px;
        width: 35px;
        height: 35px;
        padding: 0;
        text-indent: -10000px
    }

    .search button:before {
        display: block;
        text-indent: 0;
        left: 10px;
        font-family: 'trustico-icons';
        content: "\e90f";
        color: #ff1245;
        font-size: 14px
    }

    .ssl-slider {
        margin-top: 0;
        padding: 30px 0
    }

    .page-title {
        padding: 180px 0 30px;
        text-align: center
    }

    .page-title-image,.page-title-image-contact {
        bottom: auto;
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
        width: 250px
    }

    ul.product-list-2-col li {
        width: 100%
    }

    .product-box {
        max-width: 280px;
        margin: 0 auto
    }

    .content {
        text-align: center
    }

    .content-image {
        width: 150px;
        margin: 0 auto
    }

    .compare-products .compare-products-table .table-left {
        width: 25%
    }

    .compare-products .compare-products-table .table-right {
        margin-left: 25%;
        width: 75%
    }

    .compare-products .compare-products-table .table-head,.compare-products .compare-products-table .table-row {
        width: 100%
    }

    .compare-products .compare-products-table .table-head .table-cell.best-value {
        margin-top: 0;
        height: 50px;
        border-top-right-radius: 0
    }

    .customer-confidence .customers-product-box {
        margin: 30px 0 0
    }

    .support .support-item {
        width: 48.5%
    }

    .support .support-item:nth-child(3n) {
        margin-right: 3%
    }

    .support .support-item:nth-child(2n) {
        margin-right: 0
    }

    .map-location .content-map {
        padding-right: 0
    }
}

@media only screen and (max-width:760px) {
    .mobile-region-block ul>li {
        width: 100%
    }

    .ssl-slider #slider .slide {
        padding: 20px 40px
    }

    .search-money .google-search,.search-money .money-back {
        padding: 60px 20px 140px;
        text-align: center
    }

    .confidence .image {
        padding-left: 0;
        margin-top: 30px
    }

    .symantec-home .image {
        padding-right: 0;
        margin-bottom: 30px
    }

    .comodo-trustico .comodo,.comodo-trustico .trustico {
        padding: 20px
    }

    .map-location-details {
        text-align: center
    }

    .map-location-details .phone {
        padding: 50px 0 30px
    }

    .map-location-details .fax {
        padding: 50px 0 0
    }

    .map-location-details .fax::after,.map-location-details .phone::after {
        left: 50%;
        transform: translateX(-50%)
    }

    .map-location-details .fax-cont,.map-location-details .phone-cont {
        margin-bottom: 30px
    }

    .contact-form .form-contact .form-left,.contact-form .form-contact .form-right {
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }

    .site-map-grey .site-item {
        width: 100%;
        margin-right: 0
    }

    .site-map-grey .site-item:nth-child(2n) {
        margin-right: 0
    }

    .site-map-grey .site-item:last-child {
        margin-bottom: 0
    }

    .pop-up-boxes .left-col-fixed-120,.pop-up-boxes .right-col {
        width: 100%
    }

    .pop-up-boxes .alert,.pop-up-boxes .hazard,.pop-up-boxes .question,.pop-up-boxes .redirect {
        padding: 40px 20px 20px;
        text-align: center
    }

    .pop-up-boxes .popup-image {
        max-width: 100px;
        margin: 0 auto 20px
    }
}

@media only screen and (max-width:650px) {
    .compare-products .compare-products-table .table-left {
        top: 65px
    }

    .compare-products .compare-products-table .table-head .table-cell,.compare-products .compare-products-table .table-head .table-cell.best-value,.compare-products .compare-products-table .table-left .table-cell,.compare-products .compare-products-table .table-row .table-cell {
        height: 65px;
        padding: 10px
    }

    .compare-products .compare-products-table .table-left .table-row .table-cell {
        padding-right: 10px
    }

    .compare-products-table a.btn {
        margin-left: -50%;
        width: 10px;
        padding: 15px
    }

    .reseller-benefits .benefits-table {
        padding-right: 0
    }

    .reseller-benefits .benefits-table .best-price {
        display: none
    }

    .office-locations .offices {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px
    }

    .office-locations .offices:last-child {
        margin-bottom: 0
    }

    .risky .risk-item {
        text-align: center;
        padding: 150px 0 0
    }

    .risky .risk-item:before {
        left: 50%;
        transform: translateX(-50%)
    }

    .support .support-item {
        width: 100%;
        margin-right: 0
    }

    .support .support-item:nth-child(2n),.support .support-item:nth-child(3n) {
        margin-right: 0
    }
}

@media only screen and (max-width:600px) {
    .ssl-slider #slider .slide {
        padding: 0;
        border-right: 0
    }
}

p {
    text-align: justify
}

.mobile-show,.mobile-show-2,.year-selector input {
    display: none
}

.button-margin {
    padding: 20px
}

.product-box .price-small {
    text-decoration: unset
}

.line-through {
    text-decoration: line-through
}

.item-title.align-left {
    text-align: left
}

footer .footer-logo {
    max-width: 200px;
    margin: auto
}

.mobile-panel a.mobile-renewels-btn {
    margin: 1%;
    width: 38%
}

.mobile-panel ul.mobile-menu li a {
    display: block
}

.mobile-panel a.mobile-order-instant-btn:hover {
    background: #f14;
    color: #fff
}

.mobile-panel a.mobile-renewels-btn:hover {
    background: #07c;
    color: #fff
}

.mobile-panel ul.mobile-menu li ul:last-child {
    border-bottom: 2px solid #8c94ab;
    background: #fff
}

.pop-up-boxes {
    padding: 60px 0;
    position: static
}

.col-4.action {
    z-index: 20
}

@media only screen and (max-width:960px) {
    .comodo-trustico .comodo,.comodo-trustico .trustico {
        padding: 40px
    }

    footer .grid .footer-tablet-logo,footer .grid .footer-tablet-media {
        width: 100%
    }

    footer .footer-heading {
        text-align: left
    }

    footer .footer-heading.center-align {
        text-align: center
    }
}

@media only screen and (max-width:900px) {
    .col-3,.item-title.align-left,h2,h3,p a.btn {
        text-align: center
    }

    h2,h3 {
        margin-bottom: 30px
    }

    .col-60 {
        width: 100%
    }

    .reseller-benefits {
        padding: 30px 0
    }
}

@media only screen and (max-width:769px) {
    .mobile-hide {
        display: none
    }

    .mobile-show {
        display: unset
    }
}

@media only screen and (max-width:760px) {
    .mobile-hide-2 {
        display: none
    }

    .mobile-show-2 {
        display: unset
    }

    .col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9 {
        width: 100%;
        text-align: center
    }

    footer .footer-heading,footer .footer-tablet-media .footer-heading {
        text-align: center
    }
}

@media only screen and (max-width:900px) {
    p.banner-503 {
        text-align: center
    }
}

.item-title {
    margin: 0 auto;
    text-align: center
}

select {
    text-align: center;
    text-align-last: center;
    padding-right: 20px
}

@media only screen and (max-width:900px) {
    .col-3 p,.contact-form .form-contact .form-left,.contact-form .form-contact .form-right,.contact-form .form-contact .full-width,.form-field {
        text-align: center
    }

    .contact-form img {
        margin: auto
    }
}

.right-col-fixed {
    width: 40%
}

footer ul.product-list-2-col li:last-child:nth-child(odd),section ul.product-list-2-col li:last-child:nth-child(odd) {
    width: 100%;
    padding-right: 50%
}

.no-bottom-padding {
    padding-bottom: 0
}

.product-box a.btn {
    padding: 10px 20px;
    margin-left: 1%;
    margin-right: 1%;
    width: 28%
}

.comodo-trustico .comodo.no-bottom-padding,.comodo-trustico .trustico.no-bottom-padding {
    padding: 60px 60px 0
}

.comodo-trustico .comodo.no-top-padding,.comodo-trustico .trustico.no-top-padding {
    padding: 0 60px 60px
}

.comodo-free-trial a.btn.light-blue-btn-dark {
    width: 75%
}

@media only screen and (max-width:900px) {
    footer ul.product-list-2-col li,section ul.product-list-2-col li {
        width: 50%
    }

    footer ul.product-list-2-col li:last-child:nth-child(odd),section ul.product-list-2-col li:last-child:nth-child(odd) {
        width: 100%;
        padding-right: 50%
    }

    .customer-confidence .customers-product-box {
        text-align: center
    }

    .right-col-fixed {
        width: 100%
    }

    .left-col-fixed {
        margin-bottom: 0
    }

    .product-box a.btn {
        width: 75%;
        margin-bottom: 20px
    }

    .right-col.order-reverse.added-left-padding {
        margin-left: 20px
    }

    .table-cell span {
        margin: 0 auto
    }
}

@media only screen and (max-width:760px) {
    .comodo-trustico .comodo.no-bottom-padding,.comodo-trustico .trustico.no-bottom-padding {
        padding: 30px
    }
}

@media only screen and (max-width:650px) {
    footer ul.product-list-2-col,section ul.product-list-2-col {
        width: fit-content;
        margin: 20px auto;
        text-align: left
    }

    footer ul.product-list-2-col li,section ul.product-list-2-col li {
        width: 100%
    }

    footer ul.product-list-2-col li:last-child:nth-child(odd),section ul.product-list-2-col li:last-child:nth-child(odd) {
        width: 100%;
        padding-right: 0
    }
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0 30px
}

th {
    background: #0077c9;
    color: #fff
}

th.emphasis {
    background: #014;
    color: #fff
}

th:last-child {
    border-top-right-radius: 10px
}

td,th {
    padding: 10px;
    height: fit-content;
    font-weight: inherit;
    text-align: center;
    box-sizing: border-box
}

td {
    background: #fff
}

tr {
    border: 1px solid #e0e5f1
}

td.res-table-head a {
    color: #337ab7
}

img.img-center {
    margin-left: auto;
    margin-right: auto
}

@media only screen and (max-width:800px) {
    td.emphasis {
        background: #014;
        color: #fff
    }
}

.trustico-comodo-table td,.trustico-comodo-table th {
    width: 20%
}

@media only screen and (max-width:800px) {
    .trustico-comodo-table td,.trustico-comodo-table th {
        width: 100%
    }

    .trustico-comodo-table td:nth-of-type(2):before {
        content: "Reseller Price"
    }

    .trustico-comodo-table td:nth-of-type(3):before {
        content: "Retail Price"
    }
}

.banking-1 td,.banking-1 th {
    width: 20%
}

@media only screen and (max-width:800px) {
    .banking-1 td,.banking-1 th {
        width: 100%
    }

    .banking-1 td:nth-of-type(2):before {
        content: "BIC"
    }

    .banking-1 td:nth-of-type(3):before {
        content: "IBAN"
    }

    .banking-1 td:nth-of-type(4):before {
        content: "Sort Code"
    }

    .banking-1 td:nth-of-type(5):before {
        content: "Account"
    }
}

.banking-2 td,.banking-2 th {
    width: 20%
}

@media only screen and (max-width:800px) {
    .banking-2 td,.banking-2 th {
        width: 100%
    }

    .banking-2 td:nth-of-type(2):before {
        content: "Bank"
    }

    .banking-2 td:nth-of-type(3):before {
        content: "BSB"
    }

    .banking-2 td:nth-of-type(4):before {
        content: "Account Number"
    }

    .banking-2 td:nth-of-type(5):before {
        content: "Branch"
    }
}

.sans-1 td,.sans-1 th {
    width: 33%
}

@media only screen and (max-width:800px) {
    .sans-1 td,.sans-1 th {
        width: 100%
    }

    .sans-1 td:nth-of-type(2):before {
        content: "1 Year Validity"
    }

    .sans-1 td:nth-of-type(3):before {
        content: "2 Year Validity"
    }
}

.res-50 td,.res-50 th {
    width: 50%
}

@media only screen and (max-width:800px) {
    .res-50 td,.res-50 th {
        width: 100%
    }
}

.res-33 td,.res-33 th {
    width: 33%
}

@media only screen and (max-width:800px) {
    .res-33 td,.res-33 th {
        width: 100%
    }
}

.news-date td:nth-child(1) {
    width: 20%
}

.news-date td:nth-child(2) {
    width: 80%
}

@media only screen and (max-width:800px) {
    .news-date td:nth-child(1),.news-date td:nth-child(2) {
        width: 100%
    }
}

.jp-reseller-table td,.jp-reseller-table th {
    width: 25%
}

@media only screen and (max-width:800px) {
    .jp-reseller-table td,.jp-reseller-table th {
        width: 100%
    }

    .g-tbl td:nth-of-type(2):before {
        content: "Standard GeoTrust® Retail Price"
    }

    .r-tbl td:nth-of-type(2):before {
        content: "Standard Rapidssl® Retail Price"
    }

    .s-tbl td:nth-of-type(2):before {
        content: "Standard Symantec® Retail Price"
    }

    .t-tbl td:nth-of-type(2):before {
        content: "Standard Thawte® Retail Price"
    }

    .jp-reseller-table td:nth-of-type(3):before {
        content: "Japan Trustico® Reseller Price"
    }

    .jp-reseller-table td:nth-of-type(4):before {
        content: "World Trustico® Reseller Price"
    }
}

.hosting-table td,.hosting-table th {
    width: 25%
}

@media only screen and (max-width:800px) {
    .hosting-table td,.hosting-table th {
        width: 100%
    }

    .hosting-table td:nth-of-type(2):before {
        content: "Pay Monthly"
    }

    .hosting-table td:nth-of-type(3):before {
        content: "Pay Hearly"
    }
}

.c-tbl-reseller td,.c-tbl-reseller th {
    width: 33%
}

@media only screen and (max-width:800px) {
    .c-tbl-reseller td,.c-tbl-reseller th {
        width: 100%
    }

    .c-tbl-reseller td:nth-of-type(2):before {
        content: "Comodo® Recommended Retail Price"
    }

    .c-tbl-reseller td:nth-of-type(3):before {
        content: "Trustico® Reseller Price"
    }
}

.t-tbl-reseller td,.t-tbl-reseller th {
    width: 33%
}

@media only screen and (max-width:800px) {
    .t-tbl-reseller td,.t-tbl-reseller th {
        width: 100%
    }

    .t-tbl-reseller td:nth-of-type(2):before {
        content: "Trustico® Recommended Retail Price"
    }

    .t-tbl-reseller td:nth-of-type(3):before {
        content: "Trustico® Reseller Price"
    }
}

.switch-table td,.switch-table th {
    width: 25%
}

@media only screen and (max-width:800px) {
    .switch-table td,.switch-table th {
        width: 100%
    }

    .switch-table td:nth-of-type(2):before {
        content: "Our Reseller Price"
    }

    .switch-table td:nth-of-type(3):before {
        content: "Our Retail Price"
    }
}

.install-instruct td,.install-instruct th {
    width: 50%
}

@media only screen and (max-width:800px) {
    .install-instruct td,.install-instruct th {
        width: 100%
    }

    table,tbody,td,th,thead,tr {
        display: block;
        width: 100%
    }

    thead tr {
        display: none
    }

    td {
        border: 0;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        height: fit-content
    }

    td:before {
        position: absolute;
        left: 10px;
        width: 45%;
        padding-right: 10px
    }

    tr {
        margin-bottom: 10px
    }

    td.res-table-head {
        padding-left: 10px;
        text-align: center;
        background: #0077c9;
        color: #fff;
        border-top-right-radius: 10px
    }

    td.res-table-head a {
        color: #fff
    }

    td.res-table-half-btn {
        display: table-cell;
        padding-left: 0;
        padding-right: 0;
        width: 1%;
        margin: 0
    }

    td a.btn {
        width: 50%
    }
}

@media only screen and (max-width:650px) {
    td.res-table-half-btn {
        display: block;
        width: 100%
    }
}

@media only screen and (max-width:800px) {
    .need-help .need-help-cont {
        padding: 10px 30px;
        width: 75%
    }
}

@media only screen and (max-width:768px) {
    .confidence .image {
        padding-left: 15%;
        margin: 0 auto 30px;
        max-width: 80%
    }
}

@media only screen and (max-width:760px) {
    .symantec-home .image {
        padding-right: 0;
        margin: 0 auto 20px
    }

    img {
        margin-left: auto;
        margin-right: auto
    }
}

p.price-small {
    text-align: center
}

@media only screen and (max-width:1024px) {
    footer ul,section ul {
        margin: auto;
        width: fit-content
    }
}

div.FYPrice,div.SYPrice {
    margin-left: -30px;
    margin-right: -30px;
    text-align: center
}

@media only screen and (max-width:800px) {
    .light-blue {
        text-align: center;
        margin-top: 30px
    }
}

.main_wht {
    background-color: #fff;
    padding: 95px 0
}

.main_wht h2 {
    color: #07c;
    margin: 0;
    padding: 0 0 15px
}

.main_wht p {
    line-height: 1.8
}

.main_wht a.main_whtbtn {
    margin-top: 10px
}

select.seal_slct {
    text-align: left;
    text-align-last: left
}

@media (max-width:1200px) {
    .main_wht .container {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width:768px) {
    .main_wht {
        padding: 50px 0
    }
}

@media (max-width:767px) {
    .main_wht {
        padding: 30px 0
    }
}

@media (max-width:320px) {
    .retail_site_seal .mt-radio-list .mt-radio,.retail_site_seal .seal50 {
        width: 35%!important
    }
}

@media (max-width:600px) {
    .retail_site_seal .seal50 {
        width: 100%!important
    }

    .retail_site_seal .mt-radio-list .mt-radio {
        width: 50%!important
    }
}

.retail_site_seal .col-lg-9 {
    width: 100%!important
}

@media (max-width:385px) {
    .retail_site_seal .input-385 {
        max-width: 200px!important
    }
}

@media only screen and (max-width:900px) {
    .product-box {
        margin: 0 auto 20px
    }

    .product-box .money-back {
        margin-top: 0
    }

    .ssl-benefits .ssl-image {
        margin-right: 0
    }

    .ssl-item .left-col-fixed-120 {
        width: 120px;
        margin: 0 auto 20px
    }

    .reseller-benefits .grid {
        display: flex
    }
}

.search.btn-search-mobile button:before {
    margin-left: 0
}

@media only screen and (max-width:900px) {
    .search.btn-search-mobile button {
        text-indent: unset;
        position: unset;
        transform: unset;
        width: 290px;
        height: 52px;
        margin-left: 0
    }

    .search.btn-search-mobile button:before {
        content: unset
    }

    .item-title a.btn.red-btn-light {
        margin-top: 20px
    }
}

.item-title a.btn.red-btn-light {
    margin-top: 20px
}