            html,
            body {
                height: 100%;
                margin: 0;
                padding: 0;
            }
            
            body {
                font-family: 'Montserrat', sans-serif;
                color: #333333;
                background-color: #ebebeb;
                font-size: 16px;
                font-weight: 300;
                line-height: 1.5;
            }
            
            a,
            a:focus {
                outline: none;
            }
            
            input:focus {
                outline: none;
            }
            
            .inline-block {
                display: inline-block;
            }
            
            .blue-txt {
                color: #21bcf5;
            }
            
            .green-txt {
                color: #79c400;
            }
            
            .text-uppercase {
                text-transform: uppercase;
            }
            
            .pos-relative {
                position: relative;
            }
            
            .v_middle_align {
                vertical-align: middle;
            }
            
            .v_top_align {
                vertical-align: top;
            }
            
            .v_bottom_align {
                vertical-align: bottom;
            }
            
            .semi-bold {
                font-weight: 500;
            }
            
            .bold,
            .strong {
                font-weight: 700;
            }
            
            .no-margin {
                margin: 0px !important;
            }
            
            .no-padding {
                padding: 0px !important;
            }
            
            .no-padding-top {
                padding-top: 0px !important;
            }
            
            .no-padding-bottom {
                padding-bottom: 0px !important;
            }
            
            .no-padding-left {
                padding-left: 0px !important;
            }
            
            .no-padding-right {
                padding-right: 0px !important;
            }
            
            .padding-left {
                padding-left: 20px !important;
            }
            
            .padding-right {
                padding-right: 20px !important;
            }
            
            .white-color {
                background-color: #ffffff;
            }
            
            .grey-color {
                background-color: #f4f4f4;
            }
            
            .blue-color {
                background-color: #29b6f6;
            }
            
            .red-txt {
                color: #c51631 !important;
            }
            
            .classify-btn {
                background-color: #de8510;
                border: 1px solid #de8510;
                max-width: 230px;
                width: auto;
                display: inline-block;
                color: #ffffff;
                font-size: 22px;
                font-weight: bold;
                padding: 15px 50px;
                border-radius: 5px;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                text-transform: uppercase;
            }
            
            .classify-btn:hover {
                background-color: #ec8803;
                border: 1px solid #ec8803;
            }
            
            .review-btn {
                background-color: #929292;
                border: 1px solid #929292;
                width: auto;
                display: inline-block;
                color: #ffffff;
                font-size: 22px;
                font-weight: bold;
                padding: 15px 50px;
                border-radius: 5px;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
            }
            
            .review-btn:hover {
                background-color: #9d9c9e;
                border: 1px solid #9d9c9e;
            }
            
            .inputdomainName .review-btn {
                background-color: #de8510;
                border: 1px solid #de8510;
            }
            
            .inputdomainName .review-btn:hover {
                background-color: #ec8803;
                border: 1px solid #ec8803;
            }
            
            .inputdomainName .category-form .label-txt,
            .category-form .none-txt {
                color: #333333;
            }
            
            .inputdomainName .category-form .form-control {
                color: #333333;
            }
            
            .container-fluid {
                width: 95%;
                max-width: 1130px;
                margin: 0 auto;
            }

            .container-fluid-header {
                width: 95%;
                max-width: 1450px;
                margin: 0 auto;
            }
            
            .header-section {
                background-color: #363636;
                padding-top: 20px;
                height: 105px;
            }
            
            .header-section #logo {
                margin-bottom: 32px;
                margin-top: 3px;
            }
            
            .hero-section {
                background: url(../images/home-banner.jpg) no-repeat 0px 0px / cover;
                padding: 20px 0px;
                min-height: 570px;
            }
            
            .hero-section .hero-content {
                color: #ffffff;
                padding: 9% 30px 8.5%;
                text-align: center;
            }
            
            .loadingModal,
            .loadingModalForced {
                display: none;
                position: fixed;
                z-index: 1000;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                background: rgba( 255, 255, 255, .8) url('/images/rolling.svg') 50% 50% no-repeat;
            }
            
            body.loading,
            body.loadingModalForced {
                overflow: hidden;
            }
            
            body.loading .loadingModal,
            body.loading .loadingModalForced {
                display: block;
            }
            
            @media only screen and (max-width:767px) {
                .hero-section .hero-content {
                    padding-left: 0px;
                    padding-right: 0px;
                }
            }
            
            .hero-section .hero-content .h1-heading {
                color: #e6f4fa;
                font-size: 72px;
                font-weight: 800;
                margin-bottom: 80px;
            }
            
            @media only screen and (max-width:767px) {
                .hero-section .hero-content .h1-heading {
                    font-size: 52px;
                }
            }
            
            @media only screen and (max-width:500px) {
                .hero-section .hero-content .h1-heading {
                    font-size: 42px;
                }
            }
            
            .hero-section .hero-content .running-txt {
                color: #e6f4fa;
                font-size: 36px;
                font-weight: 700;
                margin-bottom: 15px;
            }
            
            @media only screen and (max-width:767px) {
                .hero-section .hero-content .running-txt {
                    font-size: 26px;
                }
            }
            
            @media only screen and (max-width:500px) {
                .hero-section .hero-content .running-txt {
                    font-size: 20px;
                }
            }
            
            .main-content {}
            
            .section {
                padding: 60px 0px;
            }
            
            .grey-bg {
                background-color: #ebebeb;
            }
            
            .caption-block {
                background-color: #727172;
                padding: 40px 0px;
                position: relative;
                z-index: -1;
            }
            
            .caption-block:before {
                content: '';
                background-color: #405c63;
                position: absolute;
                left: 55%;
                top: 0px;
                width: 45%;
                height: 100%;
                z-index: -1;
            }
            
            .caption-block:after {
                content: '';
                background-color: #405c63;
                position: absolute;
                left: 55%;
                margin-left: -50px;
                top: 0px;
                width: 100px;
                height: 100%;
                transform: skewX(-30deg);
                -moz-transform: skewX(-30deg);
                -webkit-transform: skewX(-30deg);
                -ms-transform: skewX(-30deg);
                z-index: -1;
            }
            
            .second-heading {
                color: #e9e9e9;
                font-size: 40px;
                font-weight: 300;
                text-transform: uppercase;
            }
            
            .icons-list li {
                color: #333333;
                font-size: 24px;
                font-weight: 300;
                padding: 33px 0px 33px 100px;
                position: relative;
            }
            
            .icons-list li.icon1:before {
                content: '';
                background: url(../images/icons/icon-1.png) no-repeat 0px 0px;
                position: absolute;
                margin-top: -15px;
                left: 0px;
                width: 57px;
                height: 66px;
            }
            
            .icons-list li.icon2:before {
                content: '';
                background: url(../images/icons/icon-2.png) no-repeat 0px 0px;
                position: absolute;
                margin-top: -15px;
                left: 0px;
                width: 57px;
                height: 66px;
            }
            
            .icons-list li.icon3:before {
                content: '';
                background: url(../images/icons/icon-3.png) no-repeat 0px 0px;
                position: absolute;
                margin-top: -15px;
                left: 0px;
                width: 57px;
                height: 66px;
            }
            
            .icons-list li.icon4:before {
                content: '';
                background: url(../images/icons/icon-4.png) no-repeat 0px 0px;
                position: absolute;
                margin-top: -15px;
                left: 0px;
                width: 57px;
                height: 66px;
            }
            
            .icons-list li.icon5:before {
                content: '';
                background: url(../images/icons/icon-5.png) no-repeat 0px 0px;
                position: absolute;
                margin-top: -15px;
                left: 0px;
                width: 57px;
                height: 66px;
            }
            
            .icons-list li.icon6:before {
                content: '';
                background: url(../images/icons/icon-6.png) no-repeat 0px 0px;
                position: absolute;
                margin-top: -15px;
                left: 0px;
                width: 57px;
                height: 66px;
            }
            
            .grey-box-block {
                background-color: #e3e2e2;
                border: 1px solid #d7d7d7;
                margin-right: 10px;
                padding: 30px 50px;
                margin-bottom: 15px;
            }
            
            .form-title {
                color: #333333;
                font-size: 16px;
                font-weight: 300;
                text-align: center;
                margin-bottom: 25px;
            }
            
            .form-control {
                font-size: 12px;
                font-weight: 300;
                height: 40px;
                max-width: 330px;
                box-shadow: none;
                -moz-box-shadow: none;
                -webkit-box-shadow: none;
            }
            
            .captcha-wrap {
                padding: 10px 0px;
            }
            
            .category-form {}
            
            .category-form .label-txt,
            .category-form .none-txt {
                color: #999999;
                font-size: 16px;
                font-weight: 300;
            }
            
            .category-form .form-control {
                background-color: #e8e9e8;
                color: #999999;
                font-size: 14px;
            }
            
            .category-form .review-btn-wrap {
                /*padding-top: 85px;*/
            }
            
            .category-content-block {
                padding: 60px 0px;
            }
            
            .category-name {
                color: #676766;
                font-size: 16px;
                font-weight: 700;
            }
            
            .category-list {
                padding: 0px;
                margin-top: 30px;
                text-align: center;
            }
            
            .category-list li {
                background-color: #ffffff;
                border: 1px solid #d0d0cf;
                display: inline-block;
                padding: 8px 2px;
                text-align: center;
                vertical-align: top;
                width: 155px;
                height: 95px;
                margin: 15px 0px 15px 15px;
            }
            
            .category-list li .category-icon,
            .category-list li .category-txt {
                display: block;
                padding-bottom: 10px;
            }
            
            .category-list li .category-txt {
                color: #717070;
                font-size: 12px;
                font-weight: 600;
                text-transform: uppercase;
                text-decoration: underline;
            }
            
            .category-list li .category-txt a {
                color: #717070;
                font-size: 12px;
                font-weight: 600;
                text-transform: uppercase;
                text-decoration: underline;
            }
            
            .product-image-block {
                margin-bottom: 15px;
            }
            /*-- subscription-plans-page START --*/
            
            .subscription-plans-page .main-content form,
            .subscription-plans-page .main-content .panel,
            .subscription-plans-page .main-content .product-content-block,
            .subscription-plans-page .modal-content {
                font-family: 'Roboto', sans-serif;
            }
            
            .subscription-plans-page table.plans-compare {
                color: #000;
                font-size: 15px;
                line-height: 16px;
                font-weight: 500;
                margin-top: 40px;
                width: 100%;
            }
            
            .subscription-plans-page table.plans-compare thead tr th {
                text-align: center;
                font-size: 20px;
                line-height: 22px;
                font-weight: 700;
                color: #fff;
                background: url(../images/bg-blue-circles.png) no-repeat center top transparent;
                min-width: 167px;
                padding: 15px 0 60px;
            }
            
            .subscription-plans-page table.plans-compare thead tr th:first-child {
                background: none;
            }
            
            .subscription-plans-page table.plans-compare tr {
                background-color: #d1dbdc;
            }
            
            .subscription-plans-page table.plans-compare tr:nth-child(even) {
                background-color: #f5f5f5;
            }
            
            .subscription-plans-page table.plans-compare tr th {
                font-size: 13px;
                font-weight: 500;
                border-right: 8px solid #ebebeb;
                padding: 5px 15px;
            }
            
            .subscription-plans-page table.plans-compare .thin {
                font-weight: 300;
            }
            
            .subscription-plans-page table.plans-compare tr:last-child {
                background-color: transparent;
            }
            
            .subscription-plans-page table.plans-compare tr td {
                border-right: 8px solid #ebebeb;
                text-align: center;
                padding: 15px 5px;
            }
            
            .subscription-plans-page table.plans-compare .btn {
                height: auto;
                max-width: 136px;
                width: 100%;
                text-align: center;
                border-radius: 5px;
                display: inline-block;
                text-transform: none;
                font-size: 17px;
                padding: 0 5px;
                line-height: 38px;
                box-sizing: border-box;
                margin-top: 30px;
                color: #fff;
                box-shadow: 0 3px 5px rgba(0, 0, 0, 0.33);
            }
            
            .subscription-plans-page table.plans-compare .btn:hover {
                box-shadow: 0 3px 5px rgba(0, 0, 0, 0.66);
            }
            
            .subscription-plans-page .btn-blue {
                background: url(../images/bg-orange-circles.png) no-repeat -3px -10px transparent;
            }
            
            .subscription-plans-page .btn-grey {
                background: url(../images/bg-orange-circles.png) no-repeat -3px -10px transparent;
                -webkit-filter: grayscale(100%);
                filter: gray;
            }
            
            .subscription-plans-page .modal#registerModal {
                z-index: 999999991;
                font-weight: 600;
                font-size: 12px;
            }
            
            .subscription-plans-page #registerModal .modal-content {
                padding: 20px 55px;
                border-radius: 0;
            }
            
            .subscription-plans-page form {
                font-weight: 600;
                font-size: 12px;
            }
            
            .subscription-plans-page #registerModal .modal-header,
            .subscription-plans-page #registerModal .modal-footer {
                border: 0 none;
            }
            
            .subscription-plans-page #registerModal .modal-title {
                color: #67a39a;
            }
            
            .subscription-plans-page #registerModal .form-control {
                max-width: unset;
            }
            
            .subscription-plans-page #registerModal .form-check {
                margin-top: 10px;
            }
            
            .subscription-plans-page #registerModal .form-check-input {
                margin-top: .2rem;
            }
            
            .subscription-plans-page #registerModal .form-check-label {
                color: #969696;
            }
            
            .subscription-plans-page #registerModal .form-check-label a {
                color: #67a39a;
                text-decoration: none;
                font-weight: 700;
            }
            
            .subscription-plans-page #registerModal .modal-dialog {
                max-width: 650px;
                margin: 10.75rem auto;
            }
            
            .subscription-plans-page #registerModal img.modal-logo {
                width: 95px;
                height: auto;
            }
            
            .subscription-plans-page form .btn {
                background-color: #d16e4e;
                box-shadow: 0 3px 3px #00000047;
                text-transform: uppercase;
                font-weight: 700;
                border: 0 none;
                min-width: 100px;
            }
            
            .subscription-plans-page #registerModal .modal-footer a {
                color: #333;
                text-decoration: underline;
            }
            
            .subscription-plans-page form .form-control {
                border: 1px solid #a9a9a9;
                border-radius: 5px;
                height: 29px;
                line-height: 29px;
                max-width: unset;
            }
            
            .subscription-plans-page form textarea {
                border: 1px solid #a9a9a9;
                border-radius: 5px;
                line-height: 16px;
                padding-top: 7px;
                padding-bottom: 7px;
                max-width: unset;
                display: block;
                width: 100%;
                min-height: 280px;
                box-sizing: border-box;
            }
            
            .subscription-plans-page .nav-tabs {
                text-transform: uppercase;
            }
            
            .subscription-plans-page .nav-tabs li a:hover{
                border: 1px solid #dce3e3;
            }
            
            .subscription-plans-page .nav-tabs li a.active {
                padding: 15px 25px;
                color: #559396;
                font-weight: 400;
                display: inline-block;
                border-bottom: 2px solid #559396;
            }
            
            .subscription-plans-page .nav-tabs li a {
                padding: 15px 25px;
                border-color: transparent;
                opacity: 0.7;
                color: #559396;
                background-color: transparent;
            }
            
            .subscription-plans-page .nav-tabs li  {
                text-decoration: none;
                opacity: 1;
            }
            
            .subscription-plans-page .panel-body {
                max-width: 850px;
                padding: 22px 50px 22px 20px;
                border: 1.5px solid #dce3e3;
            }
            
            .subscription-plans-page .nav-tabs {
                border-bottom: 0;
            }
            
            @media only screen and (max-width:576px) {
                .subscription-plans-page .nav-tabs li a {
                    padding: 15px;
                }
            }
            /*-- subscription-plans-page END --*/
            
            @media only screen and (max-width:991px) {
                .product-image-block {
                    text-align: center;
                }
            }
            
            .product-content-block {
                color: #505050;
            }
            
            .product-content-block p {
                margin-bottom: 25px;
            }
            
            .category-table-name {
                color: #676766;
                font-size: 16px;
                font-weight: 700;
            }
            
            .category-table-wrap {
                padding-top: 10px;
                padding-bottom: 40px;
            }
            
            .category-table>tbody>tr>td,
            .category-table>thead>tr>th {
                padding: 20px 20px;
                vertical-align: middle;
            }
            
            .category-table>tbody>tr:nth-of-type(2n) {
                background-color: #f5f5f5;
            }
            
            .category-table>tbody>tr:nth-of-type(2n+1) {
                background-color: #fcfcfc;
            }
            
            .category-table>thead>tr>th {
                font-size: 24px;
                background-color: #f5f5f5;
            }
            
            @media only screen and (max-width:767px) {
                .category-table>thead>tr>th {
                    font-size: 22px;
                }
            }
            
            .category-table>tbody>tr>td {
                font-size: 18px;
            }
            
            @media only screen and (max-width:767px) {
                .category-table>tbody>tr>td {
                    font-size: 16px;
                }
            }
            
            #footer-wrapper {}
            
            #footer-wrapper .social-links {
                width: 100%;
                background-color: #2f2f2f;
            }
            
            #footer-wrapper .social-links .left-social-cell {
                background-color: #c3272f;
                height: 100%;
            }
            
            @media screen and (max-width: 480px) {
                #footer-wrapper .social-links .left-social-cell {
                    display: none;
                }
            }
            
            #footer-wrapper .social-links .center-social-cell {
                height: 100%;
                width: 1200px;
                background-color: #2f2f2f;
            }
            
            #footer-wrapper .social-links .right-social-cell {
                height: 100%;
                background-color: #2f2f2f;
            }
            
            @media screen and (max-width: 480px) {
                #footer-wrapper .social-links .right-social-cell {
                    display: none;
                }
            }
            
            #footer-wrapper .social-links .social-links-group:last-child {
                border: none;
            }
            
            #footer-wrapper .comodo-logo-container {
                padding-left: 10px;
                padding-right: 10px;
            }
            
            @media screen and (max-width: 1024px) {
                #footer-wrapper .comodo-logo-container {
                    padding: 0px 10px 0px 10px;
                }
            }
            
            @media screen and (max-width: 480px) {
                #footer-wrapper .comodo-logo-container {
                    display: none;
                }
            }
            
            #footer-wrapper .social-links .comodo-logo-container {
                width: 20%;
                background-color: #c3272f;
            }
            
            #footer-wrapper .social-links .comodo_logo {
                width: 162px;
                height: 22px;
                margin: 15px auto;
                background-image: url(../images/footer-comodo-logo.png);
            }
            
            #footer-wrapper .social-links .social_link_container {
                width: 20%;
                border-right: solid 2px #393939;
                border-bottom: solid 2px #2f2f2f;
            }
            
            #footer-wrapper .social-links .social_link_container:hover {
                border-bottom: solid 2px #8cc641;
            }
            
            #footer-wrapper .social-links .social_link {
                height: 20px;
                width: 30px;
                margin: 15px auto;
            }
            
            #footer-wrapper .social-links .social_link_image_facebook {
                background-image: url(../images/social_link_map.png);
                background-position: 0px 0px;
            }
            
            #footer-wrapper .social-links .social_link_container:hover .social_link_image_facebook {
                background-position: -120px 0px;
            }
            
            #footer-wrapper .social-links .social_link_image_twitter {
                background-image: url(../images/social_link_map.png);
                background-position: -30px 0px;
            }
            
            #footer-wrapper .social-links .social_link_container:hover .social_link_image_twitter {
                background-position: -150px 0px;
            }
            
            #footer-wrapper .social-links .social_link_image_google-plus {
                background-image: url(../images/social_link_map.png);
                background-position: -60px 0px;
            }
            
            #footer-wrapper .social-links .social_link_container:hover .social_link_image_google-plus {
                background-position: -180px 0px;
            }
            
            #footer-wrapper .social-links .social_link_image_youtube {
                background-image: url(../images/social_link_map.png);
                background-position: -90px 0px;
            }
            
            #footer-wrapper .social-links .social_link_container:hover .social_link_image_youtube {
                background-position: -210px 0px;
            }
            
            #footer-wrapper .copyright-section {
                background-color: #000000;
                padding: 15px 0px;
            }
            
            #footer-wrapper .copyright-section .copyright-container {
                max-width: 1200px;
                width: 100%;
                margin: 0 auto;
            }
            
            #footer-wrapper .copyright-section p.copyright-txt {
                color: #ffffff;
                font-size: 14px;
                margin: 0px;
                text-align: center;
                padding-bottom: 8px;
            }
            
            #footer-wrapper .copyright-section p.copyright-txt a {
                padding: 0 10px;
                color: #FFFFFF;
            }
            
            label.error {
                font-size: 11px;
                color: #FF0000;
            }
            
            @media screen and (max-width: 991px) {
                #footer-wrapper .copyright-section p.copyright-txt {
                    text-align: center;
                }
            }