/*
Theme Name: neXum
Theme URI: https://themeforest.net/user/creativeon/portfolio
Author: Creativeon
Author URI: https://themeforest.net/user/creativeon
Description: Nexum is an WordPress Premium Theme, It's fully compatible with WHMCS plugin which connect between WordPress and WHMCS
Version: 2.0
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: neXum
Tags: threaded-comments, translation-ready, custom-menu

All PHP code is released under the GNU General Public Licence version 3.0
All HTML/CSS/JAVASCRIPT code is released under Envato's Regular/Extended License (http://themeforest.net/licenses)
*/

/*
....................................
CSS INDEX
....................................
/*
# Normalize
# Typography
# Elements
# Lists
# Tables
# Alignments
# Navigation
# Header
    ## Topbar
    ## Navigation
# Content
    ## Posts and pages
    ## Comments
#navbar-header  Start Here
# Slide start here
#  slider botton area start Here
# Form-box start Here
#  choose-us  Start Here
# counte start Here
# Banner Start Here
# Services Start Here
# pricing-plan Start Here
# faq-banner Start Here
# latest-news Start Here
# Widgets
    Widget Calendar
    Widget Custom Menu
    Widget Archive
    Widget Pages
    Widget Meta
    Widget Recent Comments
    Widget Recent Entries
    Widget RSS
    Widget Search
    Widget Text
    Widget Tagcloud
    Widget Player
# footer-Here
#footer-endarea start
....................................*/

/*--------------------------------------------------------------
Normalize
--------------------------------------------------------------*/

html {
    font-family: "Ubuntu", serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

body {
    margin: 0;
    background: #ffffff;
}

html, body {
    height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    color: white;
    text-decoration: none;
    font-family: "Ubuntu", serif;
    font-size: 14px;
    transition: 500ms all;
}

a:hover,
a:focus,
a:active {
    color: #fc5003;
    text-decoration: none;
}

b, strong {
    font-weight: 700;
}

mark {
    padding: 3px 5px;
    border: 1px solid #fc5003;
    background: #fc5003;
    color: #ffffff;
    font-weight: bold;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

.btn {
    color: #fc5003;
    border: solid 1px #fc5003;
    border-radius: 0;
    font-size: 14px;
    padding: 0;
    height: 50px;
    width: 140px;
    line-height: 49px;
    font-weight: 600;
    text-transform: uppercase;
}

.btn:hover {
    background-color: #fc5003;
    color: #ffffff;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
input::-webkit-input-placeholder {
    opacity: 1;
}
input::-moz-placeholder {
    opacity: 1;
}
input:-moz-placeholder {
    opacity: 1;
}
input:-ms-input-placeholder {
    opacity: 1;
}
input::placeholder {
    opacity: 1;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    font-family: "Ubuntu", serif;
    font-size: 14px;
    font-weight: 400;
    color: #292b2c;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Ubuntu", serif;
}

p {
    font-size: 14px;
    color: #414141;
    font-family: "Ubuntu", serif;
    font-weight: 200;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    quotes: "" "";
    border-left: solid 2px #d00009;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    margin: 0 1.5em 20px;
    border-color: #d00009;
}

blockquote p {
    margin-bottom: 0;
}
address {
    margin: 0 0 1.5em;
}

pre {
    background: #f8f8f8;
    font-family: "Courier 10 Pitch", Courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    color: #fc5003;
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

[class^="flaticon-"] {
    color: black;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before {
    margin-left: 0;
}

.border-right {
    border-right: solid 1px #ebebeb;
}

.custom-button a {
    background-color: #fc5003;
    color: #FFFFFF;
    font-size: 16px;
    padding: 0;
    height: 45px;
    line-height: 40px;
    width: 150px;
}

.custom-button .vc_btn3.vc_btn3-size-lg {
    padding: 11px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    background: #fff;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #bbb;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

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

figure {
    margin: 1em 0;
}

/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/

ul,
ol {
    margin: 0 0 1.5em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
    padding: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 1.5em;
    width: 100%;
}

table th, table td {
    border: 1px solid #ddd;
    padding: 10px;
}

th {
    padding: 0.4em;
    text-align: left;
}

td {
    border-top: 1px solid #bbb;
    padding: 0.4em;
}

.gp-hidden {
    display: none;
}
.invisible {
    visibility: visible;
}
.js .invisible {
    visibility: hidden;
}

input,
textarea {
    margin: 0;
    padding: 6px 12px;
    max-width: 100%;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
}
input[type="submit"] {
    background-color: #fc5003;
    color: #FFFFFF;
    font-family: "Ubuntu", serif;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    padding: 0;
    height: 50px;
    line-height: 50px;
    width: 170px;
    border: none;
    border-radius: 0;
}

input:focus,
textarea:focus {
    border-color: #d3ced2;
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='search'],
input[type='tel'] {
    height: 45px;
}

textarea {
    width: 100%;
    height: 150px;
    resize: vertical;
    border-radius: 3px;
}

/*--------------------------------------------------------------
Alignment, captions and galleries
--------------------------------------------------------------*/
.aligncenter {
    position: relative;
    display: block;
    clear: both;
    margin: 10px auto;
    text-align: center;
}
.alignleft {
    position: relative;
    float: left;
    margin: 10px 20px 10px 0;
}
.alignright {
    position: relative;
    float: right;
    margin: 10px 0 10px 20px;
}
.wp-caption {
    margin-bottom: 24px;
    position: relative;
    padding: 0;
    max-width: 100%;
}
.wp-caption.alignleft {
    margin: 10px 14px 10px 0;
}
.wp-caption.alignright {
    margin: 10px 0 10px 14px;
}
.wp-caption img {
}
.wp-caption-text {
    font-size: 14px;
    line-height: 20px;
}
.gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 0 1.5em;
    padding: 0 1em 0 0;
    width: 50%;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    display: inline-block;
    max-width: 100%;
}

.gallery-item a img {
    display: block;
    -webkit-transition: -webkit-filter 0.2s ease-in;
    transition: -webkit-filter 0.2s ease-in;
    transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
    -webkit-filter: opacity(60%);
    filter: opacity(60%);
}

.gallery-caption {
    display: block;
    text-align: left;
    padding: 0 10px 0 0;
    margin-bottom: 0;
}
.gallery {
    overflow: hidden !important;
}
.gallery-item img {
    max-width: 100% !important;
    border: 0 !important;
}
.gallery-caption {
    margin: 0 10px;
    padding: 0;
    border: 0;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.bypostauthor{}

.preloader{
    position:fixed;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    z-index:999999;
    background-color:#ffffff;
    background-position:center center;
    background-repeat:no-repeat;
    background-image:url(assets/images/preloader.svg);
    background-size:170px;
}

/*---------------------------------
# Header
   ------------------------------*/

/* --------------------------------
## Topbar
   -------------------------------*/
.top-bar {
    background-color: #0d1115;
    border-bottom: solid 2px #232f3a;
}

.top-bar ul {
    margin: 0 0;
}

.top-bar ul li span {
    margin-left: 5px;
}

.top-bar ul li .fa.fa-comment-o {
    margin-left: 20px;
}

.top-bar .dropdown-menu ul li a {
    color: black;
    padding: 10px;
}

.top-bar .dropdown-menu ul li a img {
    margin-right: 10px;
    margin-top: -3px;
}

.top-bar ul li.nav-item {
    display: inline-block;
}

.top-bar ul li.nav-item.dropdown {
    float: right;
}

.nav-item select {
    color: white;
    text-decoration: none;
    font-family: "Ubuntu", serif;
    font-size: 14px;
    transition: 500ms all;
    display: block;
    padding: 0px 18px;
    background-color: transparent;
    border: none;
}

.nav-item .whmp_currency_combo #combo_id option {
    padding: 2px 10px !important;
    text-decoration: none;
    font-family: "Ubuntu", serif;
    font-size: 12px;
    transition: 500ms all;
    color: #ffffff;
    background-color:#11171c;
}

select#combo_id::-ms-expand {
    display: none;
}
select#combo_id{
    -webkit-appearance: none;
    appearance: none;
    height: auto;
    padding: 0px 11px;
}
select#combo_id:focus {
    outline: none;
    color: #fc5003;
    background: transparent;
}

@-moz-document url-prefix(){
    .ui-select{border: 1px solid #CCC; border-radius: 4px; box-sizing: border-box; position: relative; overflow: hidden;}
  .ui-select select { width: 110%; background-position: right 30px center !important; border: none !important;}
}
.whmp_currency_combo {
    position:relative;
}
.nav-item.dropdown.currency {
    display: block;
    padding: 9px 14px;
}
.nav-item.dropdown.currency:hover .whmp_currency_combo:after,
.nav-item.dropdown.currency:hover .whmp_currency_combo,
.nav-item.dropdown.currency:hover .form-control,
.nav-item.dropdown.currency:focus .whmp_currency_combo:after,
.nav-item.dropdown.currency:focus .whmp_currency_combo,
.nav-item.dropdown.currency:focus .form-control,
.nav-item.dropdown.currency:active .whmp_currency_combo:after,
.nav-item.dropdown.currency:active .whmp_currency_combo,
.nav-item.dropdown.currency:active .form-control {
    color: #fc5003;
    cursor: pointer;
}

/*.whmp_currency_combo:hover select#combo_id {
    color: #fc5003;
    cursor: pointer;
}*/

.whmp_currency_combo:after {
    content: "\f078";
    font-family: "FontAwesome";
    font-size: 10px;
    color: #fff;
    right: -5px;
    top: 1px;
    padding: 0 0 2px;
    font-weight: normal;
    position: absolute;
    cursor: pointer;
}

/* --------------------------
## Navigation
   ------------------------*/

.navigation img {
    margin-top: -19px;
}

.navigation .navbar {
    padding: 0;
}
.navigation ul.navbar-nav {
    margin-left: 10px;
    position: relative;
    word-wrap: break-word;
    width: 100%;
    display: inline-block;
}

.main-navigation li {
    position: relative;
}

.navigation ul.navbar-nav > li {
    float: left;
}

.main-navigation .navbar-nav li > a {
    display: block;
    padding: 8px;
    line-height: 3;
    text-transform:uppercase;
}

.main-navigation .navbar-nav a:hover {
    color: #fc5003;
}

@media only screen and (max-width: 767px) {
     .navigation ul.navbar-nav > li {
        width:100%;
        display:block;
    }
     .main-navigation .navbar-nav li > a {
        padding:0px;
    }
}

@media screen and (min-width: 48em) {

    .main-navigation ul ul {
        left: -999em;
        padding: 0;
        position: absolute;
        top: 100%;
        z-index: 99999;
    }

    .main-navigation ul ul li:hover > ul,
    .main-navigation ul ul li.focus > ul {
        left: 100%;
        right: auto;
    }

    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
        left: 0.5em;
        right: auto;
    }

    .main-navigation ul ul ul {
        left: -999em;
        margin-top: -1px;
        top: 0;
    }
}


button.navbar-toggler.navbar-toggler-right.navbar-light {
    background-color: #FFFFFF;
}

.navigation {
    background-color: #11171c;
}

.post-navigation {
    font-weight:700;
    border-top:1px solid #e5e5e5;
    background: transparent;
    margin-bottom: 3rem
}
.post-navigation .nav-links{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.post-navigation .nav-previous,
.post-navigation .nav-next{
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%;
}
.post-navigation .nav-next{
    text-align:right;
    margin-left:auto;
}
.post-navigation .nav-previous > a,
.post-navigation .nav-next > a {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column;
    height:100%;
    padding:20px 20px;
}
.post-navigation .nav-previous > a:hover,
.post-navigation .nav-next > a:hover {
    background-color: #fc5003;
    color: #fff;
}
.nav-subtitle {
    display:block;
    color:#737373;
    margin-bottom:10px;
    text-transform:uppercase;
}
.post-navigation .nav-previous > a:hover .nav-subtitle,
.post-navigation .nav-next > a:hover .nav-subtitle,
.post-navigation .nav-previous > a:hover .nav-title,
.post-navigation .nav-next > a:hover .nav-title {
    color: #ffffff;
}
.nav-subtitle i {
    font-size:18px;
}
.nav-previous .nav-subtitle i {
    margin-right:10px;
}
.nav-next .nav-subtitle i {
    margin-left:10px;
}
.nav-title {
    color:#000;
    font-size:15px;
}

@media (max-width:480px) {
    .nav-title{
        display:none;
    }
    .nav-subtitle{
        margin-bottom:0;
    }
    .post-navigation .nav-previous > a,.post-navigation .nav-next > a{
        padding:20px;
    }
}

.navigation button.navbar-toggler.navbar-toggler-right.navbar-light {
    margin-top: -10px;
    background: transparent;
}

.navigation ul li a.active,
.navigation ul li.current-menu-item > a,
.navigation ul li.current-menu-parent > a {
    color: #fc5003;
}

li.cart .cart-left {
    position: absolute;
    top: 0px;
    right: 173px;
    border-style: solid;
}

li.cart .cart-left {
    border-width: 3px;
    border-right-color: rgba(252, 80, 3, 0.7);
    border-bottom-color: rgba(252, 80, 3, 0.7);
    z-index: 3;
}

li.cart .cart-right {
    position: absolute;
    top: -1px;
    right: -6px;
    border-color: transparent;
    border-style: solid;
}

li.cart .cart-right {
    border-width: 3px;
    border-left-color: rgba(252, 80, 3, 0.7);
    border-bottom-color: rgba(252, 80, 3, 0.7);
    z-index: 3;
}

.navigation ul.navbar-nav li.cart a sup {
    margin-left: 11px;
    font-size: 14px;
    margin-right: 10px;;
}

.checkout-button{
    position:absolute;
    right:0px;
    top:10px;
}
.navigation ul.navbar-nav li.cart a sup.cart-tag {
    background-color: white;
    color: #222222;
    margin-left: 0;
    padding: 4px 8px;
    border-radius: 17px;
    font-size: 14px;
    font-weight: bold;
}

.navigation ul.navbar-nav li.cart a .fa {
    font-size: 20px;
}

.navigation ul.navbar-nav li.cart a:hover {
    color: white;
}

.navigation ul li .dropdown-menu {
    top: 100%;
    left: 0;
    z-index: 9;
    background-color: #11171c;
    padding: 10px;
    border: solid 1px #fc5003;
    border-radius: 0;
    margin-top: 0;
}

.navigation ul li.menu-item-has-children >a:after {
    content: '\f107';
    font-family: 'FontAwesome';
    margin-left: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.navigation ul li ul.sub-menu {
    position: absolute;
    top: 100%;
    left: auto;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #292b2c;
    text-align: left;
    list-style: none;
    background-color: #11171c;
    border: solid 1px #fc5003;
    border-radius: 0;
    margin-top: 0;
}

.navigation ul li ul.sub-menu .sub-menu {
    top: -1px;
}

.navigation ul li:hover >.sub-menu {
    display: block;
}
.navigation ul li:hover >.sub-menu li a {
    text-transform: none;
}

.navigation ul li ul.sub-menu li a {
    display: block;
    line-height: 2;
}

/*=========================
   Main Slider Start here
   =======================*/

.text1 {
    color: #2a363f;
    font-size: 30px;
    line-height: 35px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
}

body .vline {
    width: 1px;
    height: 138px;
    background: #ffffff;
    border-left: 2px solid #ffffff;
}

body .discount-box {
    width: 150px;
    z-index: 99999;
}

body .discount-box strong {
    font-size: 27px;
    font-weight: 800;
    line-height: 32px;
}
.circle-box .button {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background: #ffffff;
    margin: auto;
    text-align: center;
    bottom: -75px;
}

.circle-box strong {
    text-align: center;
    color: #000000;
    font-family: "Ubuntu", serif;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    position: absolute;
    left: 0;
    right: 0;
}

.circle-box strong a {
    font-weight: bold;
    color: #fc5003;
    font-size: 30px;
}

body .circle-box {
    color: #fff;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    padding-top: 27px;
    background: #ffffff;
    text-align: center!important;
    margin-top: 8px !important;
    z-index: 99999 !important;
}

body .circle-box em {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
}

body .cirbox1.colored {
    color: #fff;
    background: #86c724;
}

.slider-area {
    overflow: hidden;
    margin-bottom: 50px;
}
.main-slider {
    position: relative;
}
.main-slider .slide-content-inner {
    max-width: 980px;
}

.domain-offer-area,
.tp-caption.circle-box {
    z-index: 99999 !important;
}

.domain-offer-area .top-text {
    background: #fc5003;
    padding: 20px 20px 70px;
}

.domain-offer-area h4 {
    font-weight: normal;
    font-size: 18px;
    line-height: 1.5;
    color: #ffffff;
}

.domain-offer-area span {
    font-size: 24px;
    font-weight: 500;
    margin: 5px 0;
    display: block;
    display: block;
    line-height: 1.5 !important;
}

.tp-caption.heading2 span {
    color: #fc5003;
}

/*=========================
   Form-box Start here
   =======================*/
.form-box {
    background-color: #f6f6f6;
    padding-top: 55px;
    padding-bottom: 25px;
}

.form-box .row .col-sm-9 {
    padding: 0;
}

.form-box .row .col-sm-2 {
    padding: 0;
    margin-left: -1px;
}

.form-box .row .col-sm-1 {
    padding: 0;
}

.form-box .row .col-sm-2 .form-control {
    background-color: #fc5003;
    border-color: #fc5003;
    color: #FFFFFF;
    height: 55px;
    font-family: "Ubuntu", serif;
    font-size: 18px;
    padding-top: 4px;
}

.form-box .row button[type="submit"] {
    background-color: #070707;
    display: block;
    color: #FFFFFF;
    height: 55px;
    width: 55px;
    line-height: 55px;
    border: 0;
    cursor: pointer;
}

.nice-select:after {
    border-bottom: 2px solid white;
    border-right: 2px solid white;
}

.form-box .row .form-control {
    border-radius: 0;
    height: 55px;
    border-color: #dddddd;
}

.form-box .row .col-sm-2 .form-control span {
    color: #FFFFFF;
    font-size: 18px;
}

.form-box .row .col-sm-2 .nice-select .list {
    background-color: white;
    border: solid 1px #fc5003;
    color: #fc5003;
    outline: 0;
    margin-top: 2px;
}

.nice-select .option:hover{
    background-color: #fc5003;
    color: white;
}
.nice-select .option.focus{
    color: #fc5003;
}

.nice-select .option.selected.focus{
    background-color: #fc5003;
    color: #FFFFFF;
}
.nice-select ul:hover .option.selected.focus{
    background-color: #fc5003;
    color: #fc5003;
}
.nice-select ul li:hover{
    color: #FFFFFF!important;
}

.form-box .row .btn {
    padding: 0;
    height: 80px;
    width: 134px;
    padding-top: 11px;
    color: #222222;
    background-color: #FFFFFF;
    border: 1px solid #dddddd;
    margin-bottom: 15px;
}

.form-box .row .btn:hover {
    background-color: #fc5003;
    color: #FFFFFF;
    border-color: #fc5003;
}

.form-box .row .btn p {
    color: #222222;
    transition: 500ms;
    font-weight: 300;
    margin-top: -10px;
}

.form-box .search-header h5 {
    margin-left: -13px;
    color: #222222;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.form-box .row .btn:hover p {
    color: #FFFFFF;
}

.form-box .slick-dots {
    visibility: hidden;
}

.form-box .responsive button {
    visibility: hidden;
}

.form-box .form-box-item {
    padding-top: 54px;
}
.form-box .nice-select:after{
    border: none;
}
.form-box .nice-select .option {
    text-align: center;
}
.form-box .nice-select{
    padding-left: 23px;
}

/*=========================
   whmpress Domain Search Ajax Start here
   =======================*/
.whmpress.whmpress_domain_search_ajax {
    padding: 0;
}
.whmpress_domain_search_ajax form input#search_box {
    border-radius: 0;
    height: 55px;
    border-color: #dddddd;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.whmpress_domain_search_ajax form button {
    height: 55px;
}
.whmpress_domain_price_list {
    margin-bottom: 0 !important;
}

.whmpress_domain_search_ajax form input#search_box{
        border-radius: 0;
}
.whmpress_domain_search_ajax form button{
        border-radius: 0;
}
.whmpress_price_matrix_domain.style_1 .whmp_dropdown_outer .whmp_dropdown_inner{
    right: -128px !important;
}
/*=========================
   Heading Block Settings
   =======================*/

.choose-us {
    padding: 100px 0;
}

.heading-block .top-heading {
    text-align: center;
}

.top-heading h2 {
    font-size: 30px;
    font-weight: bold;
    font-family: "Ubuntu", serif;
    padding-bottom: 30px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #222222;
}
.top-heading p {
    font-size: 14px;
    color: #414141;
    padding-bottom: 30px;
    margin-bottom: 0;
}

.top-heading .btn {
    padding: 0 15px;
    width: auto;
}

/*=========================
   Counter Start here
   =======================*/
.counter {
    padding: 140px;
}

.nexum-counter .fa {
    padding-top: 7px;
    color: #fc5003;
    font-size: 47px;
}

.nexum-counter h2 {
    font-size: 48px;
    font-weight: bold;
    color: #FFFFFF;
}

.nexum-counter p {
    margin-bottom: 0;
    color: #eaeaea;
}

/*=========================
   Banner Start here
   =======================*/
.banner {
    background-color: #f7f7f7;
    padding: 100px 0;
}

.banner .top-heading p {
    padding-bottom: 30px;
}

.banner .top-heading {
    padding-top: 70px;
    text-transform: capitalize;
}

.banner .top-heading h2 {
    text-transform: capitalize;
    line-height: 1.5;
}
.banner .top-heading .btn {
    text-transform: capitalize;
}

/*=========================
   Seriveces Start here
   =======================*/
.services {
    background-size: cover;
    color: white;
    padding: 100px 0;
}

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

.services-box.left {
    text-align: left;
}

.services-box.right {
    text-align: right;
}

.services-box i {
    color: #fc5003;
    border: 1px solid #fc5003;
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 52px;
    margin-bottom: 20px;
    font-size: 45px;
    transition: 500ms;
}

/*.services-box.style-2 i:hover {
    background-color: #fc5003;
    color: #FFFFFF;
}*/

.services-box h5 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.services-box p {
    color: #4f4f4f;
}

.services .btn {
    font-size: 14px;
}

.services h5 {
    font-size: 18px;
    color: #e5e5e5;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.services p {
    color: #e8e8e8;
    margin-bottom: 30px;
}

.services div .fa {
    color: #fc5003;
    border: 1px solid #fc5003;
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 52px;
    margin-bottom: 20px;
    font-size: 45px;
    transition: 500ms;
}

.services .services-box:hover .fa,
.services .services-box:hover .btn {
    color: white;
    background-color: #fc5003;
}

.services-box-5 img {
    position: relative;
    width: 54px;
    height: 44px;
    max-width: none;
}

.services-box-5 h5 {
    margin-bottom: 30px;
}


/* Home Page Service Section */
.service-style {
    color: white;
    padding: 100px 0;
}

.service-style .btn {
    font-size: 14px;
}

.service-style h5 {
    font-size: 18px;
    color: #e5e5e5;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.service-style-block {
    position: relative;
    padding-top: 40px;
    margin-top: 40px;
}
.service-style p {
    color: #e8e8e8;
    margin-bottom: 30px;
}

.services-style-one {
    position:relative;
}

.services-style-one .center {
    text-align: center;
}

.services-style-one .left {
    text-align: left;
}

.services-style-one .right {
    text-align: right;
}

.services-style-one .inner-box{
    position:relative;
    text-align:center;
    padding:0px 15px 0px;
    border:1px solid #fc5003;
}

.services-style-one .inner-box .icon-box{
    position:relative;
    width:110px;
    height:110px;
    color:#ffffff;
    font-size:42px;
    text-align:center;
    border-radius:50%;
    margin:0 auto;
    margin-top:-60px;
    line-height:105px;
    background-color:#fc5003;
    box-shadow:0px 0px 0px 6px rgba(252,80,3,0.50);
}

.services-style-one .inner-box h3{
    position:relative;
    font-size:20px;
    line-height:1.4em;
    margin-top:28px;
    margin-bottom:10px;
    font-weight:600;
    text-transform:capitalize;
}

.services-style-one .inner-box h3 a{
    color:#000000;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.services-style-one .inner-box h3 a:hover{
    color:#fc5003;
}

.services-style-one .inner-box .text{
    position:relative;
    font-size:16px;
    margin-bottom:10px;
    line-height:1.7em;
    color:rgba(0,0,0,0.40);
}

.services-style-one .inner-box .arrow-box{
    position:relative;
    width:40px;
    height:40px;
    color:#fff;
    line-height:36px;
    font-size:18px;
    top:20px;
    padding-left:2px;
    border-radius:50%;
    display:inline-block;
    border:1px solid #fc5003;
    background-color:#fc5003;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.services-style-one .inner-box .arrow-box .fa {
    width: auto;
    height: auto;
    border: none;
    line-height: 0;
    position: relative;
    color: #ffffff;
}

.services-style-one .inner-box:hover .arrow-box{
    background-color:#fc5003;
    color:#ffffff;
    border-color:#fc5003;
}

/*=========================
   Pricing plan Start here
   =======================*/
.whmpress_pricing_table {
    font-family: "Ubuntu", serif;
    margin: 16px 15px;
    padding: 0;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    box-shadow: -5px 0 16px 0 gainsboro;
}

.pricing-plan {
    padding: 100px 0;
}

.pricing-plan .whmpress_pricing_table.four .pricing_table_price .amount {
    font-weight: bold;
    font-size: 30px;
    font-family: "Ubuntu", serif;
}

.pricing-plan .holder.holder .duration {
    color: #FFFFFF;
}

.pricing-plan .whmpress_pricing_table.four .pricing_table_price .holder {
    margin-top: -14px;
}

.pricing-plan .whmpress_pricing_table.four .pricing_table_price .duration {
    display: block;
    font-size: 16px;
    word-spacing: 0;
    font-weight: 700;
    color: #FFFFFF;
    padding-top: 20px;
}

.pricing-plan .whmpress_pricing_table.four {
    background-color: #f7f7f7;
}

/*=========================
   brand Start here
   =======================*/
.brands {
    padding-top: 50px;
    padding-bottom: 100px;
}

.brands .image-o {
    margin-left: -11px;
}

.brands .brands-border {
    border-bottom: solid 2px #e1e1e1;
    margin-bottom: 60px;
}

/*=========================
   footer Start here
   =======================*/
.footer {
    background-color: #222222;
    padding-top: 100px;
    color: #b3b3b3;
    font-size: 14px;
    padding-bottom: 60px;
}

.footer h5 {
    padding-bottom: 45px;
    color: white;
}

.footer .footer-icon a .fa {
    color: white;
    background-color: #15191c;
    height: 28px;
    width: 31px;
    text-align: center;
    line-height: 27px;
    border: solid 1px #292f33;
    margin-left: 10px;
    transition: 500ms;
}

.footer .footer-icon a .fa.fa-facebook {
    margin-left: 0;
}

.footer .footer-icon a .fa:hover {
    color: #fc5003;
}

h5.heading-footer {
    padding-bottom: 20px;
}

.footer .fa-angle-right {
    color: #fc5003;
    line-height: 36px;
}

.footer .row ul li a span {
    margin-left: 5px;
}

.footer .row ul li a {
    color: #b3b3b3;
}

.footer .row p {
    color: #b3b3b3;
    margin-bottom: 30px;
}

.footer .row ul li a:hover {
    color: #fc5003;
}
.footer i {
    color: #fc5003;
    line-height: 36px;
}

.footer-end {
    background-color: #000000;
    color: #999999;
    padding: 20px 0;
    font-family: "Ubuntu", serif;
}

.footer-end p {
    margin-bottom: 0;
    color: #999999;
}

.footer form {
    position: relative;
}

/*=========================
  WordPress Widget Start here
  =======================*/

.single-blog .right-sidebar,
.single-blog  .left-sidebar{
    padding-top: 0;
}

.right-sidebar,
.left-sidebar {
    padding-top: 100px;
}

.right-sidebar .widget,
.left-sidebar .widget {
    margin-bottom: 3rem!important;
}

.single-blog .blog.row .widget ul {
    background-color: transparent;
}

.single-blog .blog.row .widget ul li {
    display: block;
    padding: 0;
    padding-top: 25px;
    padding-bottom: 18px;
    font-weight: 500;
    height: auto;
    line-height: inherit;
}

.single-blog .blog.row .widget ul li:first-child{
    padding-top: 0;
}

/* ## widget Calendar */
#wp-calendar > caption {
    background-color: #1B2126;
    color: #ffffff;
    margin-bottom: 10px;
    padding: 8px 15px;
    font-weight: 600;
    text-align: center;
}
#wp-calendar th,
#wp-calendar td {
    text-align: center;
}
#wp-calendar td#today {
    color: #fc5003;
}
#wp-calendar td#next a,
#wp-calendar td#prev a {
    font-size: 13px;
}

/* ## Widget Custom Menu */
.widget_nav_menu ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.widget_nav_menu ul > li:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #fc5003;
    line-height: 36px;
}

.widget_nav_menu ul li a {
    font-size: 14px;
    color: #b3b3b3;
    position: relative;
    margin-left: 5px;
    -webkit-transition: color 0.2s ease, background-color 0.2s ease;
    -moz-transition: color 0.2s ease, background-color 0.2s ease;
    -ms-transition: color 0.2s ease, background-color 0.2s ease;
    -o-transition: color 0.2s ease, background-color 0.2s ease;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.widget_nav_menu ul ul li a {
    padding-left: 30px;
}
.widget_nav_menu ul ul ul li a {
    padding-left: 40px;
}
.widget_nav_menu ul ul ul ul a {
    padding-left: 50px;
}

.widget_nav_menu ul li a:hover {
    color: #fc5003;
}
.widget_nav_menu .menu .sub-menu {
    display: none;
}

/* ##Widget Archive */
.widget_archive ul,
.widget_categories ul,
.widget_meta ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.widget_archive ul li:before,
.widget_categories ul li:before,
.widget_meta ul li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f105';
    color: #fc5003;
}

.widget_archive ul li,
.widget_categories ul li,
.widget_meta ul li {
    border-bottom: solid 1px #dddddd;
    padding-top: 11px;
    padding-bottom: 14px;
    font-weight: 500;
}

.widget_archive ul li:first-child,
.widget_categories ul li:first-child,
.widget_meta ul li:first-child {
    padding-top: 0;
}
.widget_archive ul li a,
.widget_categories ul li a,
.widget_meta ul li a {
    display: inline-block;
    color: #444444;
    font-size: 16px;
    padding-left: 10px;
    font-weight: 500;
}
.widget_categories ul > li > a:hover,
.widget_categories ul > li:hover,
.widget_categories ul > li:hover a,
.widget_archive ul > li > a:hover,
.widget_archive ul > li:hover,
.widget_archive ul > li:hover a,
.widget_meta ul > li > a:hover,
.widget_meta ul > li:hover,
.widget_meta ul li:hover a {
    color: #fc5003;
}

.widget_archive select,
.widget_categories select,
.textwidget select {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    padding: 10px 18px;
    border-radius: 0;
    box-shadow: none;
    height: 45px;
    width: 100%;
}
.widget_archive select option,
.widget_categories select option,
.textwidget select option {
    padding: 10px 18px;
}

/* ## Widget Pages */
.widget_pages ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.widget_pages ul li {
    border-top: 1px solid #e9e9e9;
}
.widget_pages ul li a {
    color: #7c7d7f;
    display: block;
    padding: 10px 18px;
}
.widget_pages ul li.current_page_item a,
.widget_pages ul li a:hover {
    color: #fc5003;
}

/* ## widget recent comment */
.widget_recent_comments ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.widget_recent_comments ul li {
    padding: 10px 18px;
    display: block;
    padding: 0;
    padding-top: 25px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e9e9e9;
    font-weight: 500;
    height: auto;
    line-height: inherit;
}
.widget_recent_comments ul li:first-child {
    padding-top: 0;
}
.widget_recent_comments ul li a {
    color: #7c7d7f;
}
.widget_recent_comments ul li a:hover {
    color: #fc5003;
}

/* ## Widget Recent Entries */
.widget_recent_entries ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.widget_recent_entries ul li {
    border-bottom: solid 1px #dddddd;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: 400;
}

.widget_recent_entries ul li:first-child {
    padding-top: 0px;
}
.widget_recent_entries ul li:before {
    display: inline-block;
    margin-right:5px;
    top:-1px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f105';
    color: #fc5003;
}

.widget_recent_entries ul li a {
    display: inline-block;
    color: #444444;
    font-size: 16px;
    padding-left: 10px;
    font-weight: 500;
    display:contents;
}
.widget_recent_entries ul li:hover a {
    color: #fc5003;
}
.widget_recent_entries ul li .post-date {
    font-size: 12px;
    font-style: italic;
}

/* ## Widget RSS */
.widget_rss ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.widget_rss ul li {
    padding: 10px 18px;
}
.widget_rss ul li + li {
    border-top: 1px solid #e9e9e9;
}
.widget_rss ul li a {
    color: #7c7d7f;
    font-weight: 600;
}
.widget_rss ul li a:hover {
    color: #fc5003;
}
.widget_rss ul li .rss-date {
    font-size: 12px;
    font-style: italic;
}
.widget_rss ul li .rssSummary {
    margin: 8px 0;
}

/* ## Widget Search */
.widget.widget_search,
.widget.widget_search .search-box {
    position: relative;
}

.widget.widget_search .form-control {
    border-radius: 0;
    border-color: #dddddd;
    max-width: 100%;
    background-color: white;
    height: 50px;
    font-weight:400;
    margin-top: 5px;
    font-size: 16px;
    text-transform:capitalize;
    font-family: "Ubuntu", serif;
    font-weight: bold;
}

.widget.widget_search .search-icon {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #fc5003;
    color: white;
    height: 50px;
    width: 50px;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
}

/* ## widget text */
.widget_text .textwidget {
    padding-bottom: 20px;
}
.widget_text .textwidget p > img {
    margin: 10px 0;
}
.widget_text .textwidget blockquote {
    margin-top: 10px;
}
.widget_text .textwidget ol {
    margin-left: 18px;
}
.widget_text .wp-smiley {
    display: inline-block;
}

/* ## widget tagcloud */
.widget_tag_cloud > .tagcloud {
    margin: 0;
    padding: 0
}
.widget_tag_cloud > .tagcloud > a {
    background-color: transparent;
    border: solid 1px #dddddd;
    padding: 8px 18px;
    transition: 300ms;
    text-decoration: none;
    color: #222222;
    font-size: 14px !important;
    display: inline-block;
    margin: 0px 1px 4px 0;
}

.widget_tag_cloud > .tagcloud > a:hover {
    background-color: #fc5003;
    color: #FFFFFF;
    border-color: #fc5003;
}

/* ## Promotion Banner Widget */
.nexum-promotion-banner-widget {
    position: relative;
}
.promotion-banner .blog-text-tag {
    position: absolute;
    top: 120px;
    left: 80px;
}

.promotion-banner h3 {
    font-size: 30px;
    color: #FFFFFF;
    border: solid 2px white;
    height: 70px;
    width: 200px;
    line-height: 65px;
    font-family: "Ubuntu", serif;
    margin-bottom: 30px;
    font-weight: 600;
}

.promotion-banner .btn {
    height: 50px;
    width: 150px;
    line-height: 49px;
    padding: 0;
    background-color: #fc5003;
    color: #FFFFFF;
    font-size: 16px;
    font-family: "Ubuntu", serif;
    font-weight: 600;
}

/* ## Latest Posts Widget */
ul.latest-posts-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.latest-posts-list ul li {
    padding-left: 0;
    padding-right: 0;
    color: #ffffff;
    padding: 0;
}

.latest-posts-list li + li{
    margin-top: 16px;
}

.latest-posts-list .latest-post {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.latest-post-content h5 {
    padding-bottom: 0;
}

.single-blog .latest-post-content h5 {
    color: #222222;
    margin-bottom: 10px;
    padding-top: 5px;
}

.single-blog .latest-post-content h5 a {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    font-family: "Ubuntu", serif;
}

.single-blog .latest-post-content span {
    color: #aaaaaa;
    font-size: 16px;
    font-family: "Ubuntu", serif;
}
.latest-posts-list .latest-post img {
    width: auto;
    margin-right: 30px;
}

.latest-posts-list .latest-post-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.latest-posts-list .latest-post-content a {
    color: #222222;
    margin-bottom: 10px;
    padding-top: 5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.latest-posts-list .latest-post-content span {
    color: #aaaaaa;
    font-size: 16px;
    font-family: "Ubuntu", serif;
}

/* ## widget contact details */
.nexum-contact-details-widget span {
    margin-left: 15px;
}

form.nexum-form-newsletter .btn-submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 47px;
    width: 47px;
    line-height: 47px;
    background-color: #fc5003;
    color: white;
    text-align: center;
}

form.nexum-form-newsletter .form-control {
    max-width: 100%;
    height: 47px;
    background-color: #2b2b2b;
    border-color: #2b2b2b;
    color: #626262;
}

form.nexum-form-newsletter i {
    color: #ffffff;
}

/* ## widget Player */
.player {
    position: relative;
}
.player:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.75);
}
.player img {
    width: 100%;
}
.volume-control {
    border: 2px solid #fff;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 10px;
    top: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.play,
.play-previous,
.play-next {
    cursor: pointer;
    color: #ffffff;
    font-size: 35px;
}
.play-pause {
    text-align: center;
    position: absolute;
    left: 0;
    top: 35%;
    width: 100%;
}
.play-previous,
.play-next {
    padding-left: 20px;
}
.play-pause i {
    margin-right: 0;
}
.player-bottom-area {
    color: #fff;
    width: 100%;
    position: absolute;
    bottom: 0;

    left: 0;
}
.player-bottom-area .progress {
    height: 3px;
    margin-bottom: 0;
    margin-top: 9px;
}
.remaining-time {
    padding-left: 25px;
}
.tottal-time {
    padding-left: 0px;
}
.player-bottom-area .music-title {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 6px;
    margin-top: 17px;
}
.player-bottom-area .singer {
    font-style: italic;
    text-align: center;
    margin-bottom: 18px;
}

/*=========================
  brand-comb Start here
  =======================*/
.brand-comb {
    background-image: url(assets/images/aboutbg.png);
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: cover;
    background-repeat: no-repeat;
}

.brand-comb h2 {
    color: white;
    font-family: "Ubuntu", serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    float: left;
}

.brand-comb .taxonomy-description p {
    color: white;
}

.brand-comb .float-right {
    line-height: 30px;
    text-align: right;
}

.brand-comb .float-right #crumbs {
    color:#ffffff;
}

.brand-comb span {
    color: #fc5003;
    font-size: 14px;
    font-weight: 400;
}

.brand-comb a {
    font-weight: 400;
}

.brand-comb.form-box .form-box-item {
    padding: 0;
    margin: 0 auto;
    max-width: 60%;
}
.form-box .nice-select.wide.form-control.open i:before {
    content: "\f106";
}
/*=========================
      About-us Start here
      =======================*/
.about-us {
    background-repeat: no-repeat;
    background-position-x: 17%;
    padding-top: 100px;
    background-position-y: 34%;
}

.about-us-service {
    padding-bottom: 100px;
}
.about-us h2 {
    letter-spacing: 5px;
}

.about-us h2 {
    font-size: 36px;
    font-weight: 600;
    font-family: "Ubuntu", serif;
    margin-bottom: 0;
    padding-bottom: 40px;
    color: #222222;
}

.about-us .about-box h6 {
    font-size: 18px;
    font-family: "Ubuntu", serif;
    color: #fc5003;
    font-weight: 400;
    letter-spacing: 5px;
    margin-bottom: 0;
    padding-bottom: 25px;
}

.about-us .about-box h2 {
    font-size: 30px;
    font-family: "Ubuntu", serif;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 30px;
    color: #222222;
}

.about-us .about-box p {
    margin-bottom: 0;
}

.about-us .row h5 {
    margin-bottom: 30px;
    color: #222222;
}

.about-us .about-box {
    background-color: #FFFFFF;
    box-shadow: 1px 1px 13px 0 #e4e4e4;
    padding: 46px 40px;
}

.about-us .about-row-box {
    padding-bottom:50px;
}

.about-us .row .row img {
    width: 54px;
    height: 44px;
}

/*=========================
   Seriveces-about Start here
   =======================*/
.services-about,
.service-dark-style {
    padding: 100px 0;
    background-color: #f8f8f8;
}

.services-about h5,
.service-dark-style h5 {
    font-size: 18px;
    color: #111111;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.services-about p,
.service-dark-style p {
    color: #414141;
    margin-bottom: 30px;
}

.services-about div .fa {
    color: #fc5003;
    border: 1px solid #fc5003;
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 52px;
    margin-bottom: 20px;
    font-size: 45px;
    transition: 500ms;
}

.services-about .services-box:hover .fa,
.services-about .services-box:hover .btn {
    color: white;
    background-color: #fc5003;
}

.services-about .services-slider i.fa.fa-angle-left {
    top: 151px;
    left: -65px;
    position: absolute;
    color: #ffffff;
    display: inline-block;
    margin: 5px;
    border-radius: 0;
    background: #0a0a0a;
    font-size: 22px;
    border: 1px solid transparent;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 42px;
}

.services-about .services-slider i.fa.fa-angle-right {
    top: 151px;
    right: -65px;
    position: absolute;
    color: #ffffff;
    display: inline-block;
    margin: 5px;
    border-radius: 0;
    background: #0a0a0a;
    font-size: 22px;
    border: 1px solid transparent;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 42px;
}

.services-about .services-slider i.fa.fa-angle-left:hover,
.services-about .services-slider i.fa.fa-angle-right:hover {
    background-color: #fc5003;
    color: white;
}

/*=========================
     domain-list Start here
     =======================*/

.domain-list {
    padding: 0 0 100px 0;
}

.about-domain-list {
    padding: 100px;
}

.domaing-slider .owl-item {
    margin: 0 0;
}

.domaing-slider a.btn {
    padding: 0;
    height: 80px;
    width: 146px;
    padding-top: 11px;
    color: #222222;
    background-color: #FFFFFF;
    border: 1px solid #dddddd;
    margin-bottom: 15px;
    text-transform: none;
}

.domaing-slider a.btn:hover {
    background-color: #fc5003;
    border-color: #fc5003;
}

.domaing-slider p {
    margin-bottom: 0;
    color: #222222;
    transition: 500ms;
    margin-top: -10px;
}

.domaing-slider a.btn:hover p,
.domaing-slider a.btn:hover {
    color: #FFFFFF;
}

.domaing-slider .owl-controls,
.whmpress_domain_price_list.whmpress.simple-01 .owl-controls {
    position: relative;
}
.domaing-slider i.fa.fa-caret-right,
.whmpress_domain_price_list.whmpress.simple-01 i.fa.fa-caret-right {
    color: #dddddd;
    display: inline-block;
    border-radius: 0;
    font-size: 22px;
    text-align: center;
}

.domaing-slider i.fa.fa-caret-left,
.whmpress_domain_price_list.whmpress.simple-01 i.fa.fa-caret-left {
    color: #dddddd;
    display: inline-block;
    border-radius: 0;
    font-size: 22px;
    border: 1px solid transparent;
    text-align: center;
}

.domaing-slider i.fa.fa-caret-left:hover,
.whmpress_domain_price_list.whmpress.simple-01 i.fa.fa-caret-left:hover,
.domaing-slider i.fa.fa-caret-right:hover,
.whmpress_domain_price_list.whmpress.simple-01 i.fa.fa-caret-right:hover {
    color: #070707;
}

.domaing-slider.owl-theme .owl-controls .owl-buttons div,
.whmpress_domain_price_list.whmpress.simple-01.owl-theme .owl-controls .owl-buttons div {
    background-color: transparent;
    opacity: 1;
    padding: 0;
}
.services-chart .row .col-sm-4:last-child {
    margin-bottom: 15px;
    text-align: right;
}

/*=========================
     Support-team Start here
     =======================*/

.support-team-wrapper {
    padding: 100px 0 0;
}
.support-team {
    margin-bottom: 30px;
}

.support-team img {
    width: 100%;
}

.support-team .support-item {
    position: relative;
}

.support-team .support-item:hover .support-name {
    opacity: 0;
}

.support-team .support-image {
    height:410px;
}

.support-team .support-name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #161616;
    padding: 20px 0;
    transition: 600ms;
}

.support-team .support-name h5 {
    color: #fc5003;
    font-size: 22px;
}

.support-team .support-name p {
    color: #f1f1f1;
    margin-bottom: 0;
}

.support-team .support-text {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.73);
    padding: 65px 20px;
    opacity: 0;
    transition: 600ms;
}

.support-team .row .col-xs-12.col-sm-12.col-md-6.col-lg-4{
    margin-bottom: 30px;
}

.support-team .support-item:hover .support-text {
    opacity: 1;
}

.support-team .support-text ul li {
    display: inline-block;
}

.support-team .support-text h5 {
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 0;
    padding-bottom: 15px;
}

.support-team .support-text p.paragraph {
    color: #fc5003;
    font-family: "Ubuntu", serif;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.support-team .support-text p {
    color: #ffffff;
    font-family: "Ubuntu", serif;
    margin-bottom: 0;
    padding-bottom: 25px;
}

.support-team .support-text ul li a i {
    border: solid 15px black;
    border-bottom: solid 15px transparent;
    border-right: solid 15px transparent;
}

.support-team .support-text ul li a i:hover {
    border-left-color: #fc5003;
    border-top-color: #fc5003;
}

.support-team .support-text ul li a:hover,
.support-team .support-text ul li a:focus {
    color: #ffffff;
}

.support-text .support-border {
    border-bottom: solid 3px #ffffff;
    margin: auto;
    max-width: 10%;
    margin-bottom: 15px;
}

.support-box ul li a,
.support-box ul li span {
    position: relative;
    display: block;
    padding: .5rem .75rem;
}
.support-box ul li a,
.support-box ul li span {
    font-size: 18px;
    font-weight: bold;
    border: solid 1px #fc5003;
    margin-left: 10px;
    background-color: transparent;
    border-radius: 0px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 27px;
    font-family: "Ubuntu", serif;
    color: #fc5003;
}

.support-box ul li a:hover {
    color: white;
    text-decoration: none;
    background-color: #fc5003;
    border-color: transparent;
}

.support-box ul li .page-numbers.current,
.support-box .page-link.active {
    background-color: #fc5003;
    color: #FFFFFF;
}

.support-box {
    margin: auto;
    max-width: 14%;
    padding-top: 30px;
}

.support-team .page-item:first-child .page-link,
.support-team .page-item:last-child .page-link {
    border-radius: 0;
}

/* ===========================
     Blog Posts settings
    ==========================*/

.sticky .blog-box-item .blog-text-box,
.sticky .blog-box-item .blog-text-box a,
.sticky .blog-box-item .blog-text-box p {
    background-color: #fc5003;
    color: #ffffff;
}

.sticky .blog-box-item .blog-text-box a:hover {
    color: #ffffff;
}

.sticky .blog-box-item .blog-text-box .btn,
.sticky .blog-box-item .blog-text-box .btn:hover {
    color: #ffffff;
    border: solid 1px #fff;
}

.blog-box-item {
    margin-bottom: 35px;
    transition: 500ms;
}

.blog-box-item .post-thumbnail img {
    width: 100%;
}

.blog-box-item .blog-box-meta ul {
    background-color: #fc5003;
    text-align: center;
    margin-bottom: 0;
}

.blog-box-item .blog-box-meta ul li {
    display: inline-block;
    padding: 10px 16px;
    color: #ffffff;
}

.blog-box-item .blog-box-meta ul li + li {
    border-left: 1px solid white;
}

.blog-box-item .blog-box-meta ul li a,
.blog-box-item .blog-box-meta ul li span {
    color: #ffffff;
}

.blog-box-item .blog-box-meta ul li:hover a,
.blog-box-item .blog-box-meta ul li:hover i,
.blog-box-item .blog-box-meta ul li:hover span {
    color: #ffffff;
}

.blog-box-item .blog-text-box {
    background-color: #f7f7f7;
    padding: 25px 30px;
}

.blog-box-item .blog-text-box h5 {
    margin-bottom: 25px;
}

.blog-box-item .blog-text-box h5 a {
    font-size: 19px;
}

.blog-box-item .blog-text-box a {
    color: #282828;
}

.blog-box-item .blog-text-box a:hover {
    color: #fc5003;
}
.blog-box-item .blog-text-box .btn {
    border-color: #414141;
    color: #414141;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 14px;
    padding: 0;
    height: 50px;
    width: 140px;
    line-height: 49px;
    font-weight: 600;
}

.blog-box-item:hover {
    box-shadow: 0 12px 15px 0 rgba(179, 179, 179, 0.53);
}
.blog-box-item .blog-text-box .btn:hover {
    color: #FFFFFF;
    border-color: #fc5003;
    background-color: #fc5003;
}

/* ===========================
     Blog Posts Style
    ==========================*/

.sticky .news-block-one .blog-text-box,
.sticky .news-block-one .blog-text-box a,
.sticky .news-block-one .blog-text-box p {
    background-color: #fc5003;
    color: #ffffff;
}

.sticky .news-block-one .blog-text-box a:hover {
    color: #ffffff;
}

.sticky .news-block-one .blog-text-box .btn,
.sticky .news-block-one .blog-text-box .btn:hover {
    color: #ffffff;
    border: solid 1px #fff;
}

.news-block-one {
    position:relative;
    margin-bottom:35px;
}

.news-block-one .inner-box {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.news-block-one .inner-box .image {
    position: relative;
}

.news-block-one .inner-box .image img {
    width:100%;
    display:block;
}

.news-block-one .inner-box .lower-content {
    position: relative;
    padding: 30px 30px;
    border: 1px solid #d7d7d7;
    border-top: none;
    border-radius: 0px 0px 8px 8px;
}

.news-block-one .inner-box .lower-content .upper-box {
    position: relative;
    padding-left: 100px;
}

.news-block-one .inner-box .lower-content .post-date {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
    height: 100px;
    color: #333333;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    border-radius: 4px;
    padding: 5px 5px 5px;
    border: 1px solid #dbdbdb;
}

.news-block-one .inner-box .lower-content .post-date span {
    position: relative;
    color: #fc5003;
    font-size: 15px;
    font-weight: 600;
    padding-top: 8px;
    margin-top: 0px;
    display: block;
    border-top: 1px solid #d3d3d3;
    text-transform: uppercase;
}

.news-block-one .inner-box .lower-content h3 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6em;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #dadada;
}

.news-block-one .inner-box .lower-content h3 a {
    color: #fc5003;
    text-decoration: none;
    font-size: 16px;
}

.news-block-one .inner-box .lower-content .post-meta {
    position: relative;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.news-block-one .inner-box .lower-content .post-meta li {
    position: relative;
    margin-right: 14px;
    display: inline-block;
}

.news-block-one .inner-box .lower-content .post-meta li a {
    position: relative;
    color: #777777;
    font-size: 12px;
}

.news-block-one .inner-box .lower-content .text {
    position: relative;
    color: #555555;
    font-size: 14px;
    line-height: 1.9em;
    margin-top: 14px;
}

.news-block-one .inner-box .lower-content .read-more {
    position: relative;
    color: #222222;
    font-size: 15px;
    font-weight: 600;
    margin-top: 8px;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

/* Blog Post With Carousel */
.blog-post-carousel i.fa.fa-angle-left {
    top: 228px;
    left: -65px;
    position: absolute;
    color: #fc5003;
    display: inline-block;
    margin: 5px;
    cursor:pointer;
    border-radius: 0;
    background: transparent;
    font-size: 22px;
    border: 1px solid #fc5003;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 42px;
}

.blog-post-carousel i.fa.fa-angle-right {
    top: 228px;
    right: -65px;
    position: absolute;
    color: #fc5003;
    display: inline-block;
    margin: 5px;
    cursor:pointer;
    border-radius: 0;
    background: transparent;
    font-size: 22px;
    border: 1px solid #fc5003;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 42px;
}

.blog-post-carousel i.fa.fa-angle-left:hover,
.blog-post-carousel i.fa.fa-angle-right:hover {
    background-color: #fc5003;
    color: white;
}

.blog-post-carousel .news-block-one {
    width: 94%;
    box-shadow: -4px 0 19px 0 #e4e4e4;
    margin: 0 15px;
}

.latest-news {
    padding: 100px 0px 0px;
}
.latest-news .nexum-blog-post {
    margin-bottom: 20px;
}

.latest-news .latest-box-1 img {
    width: 100%;
}

.post-views {
    padding: 0;
    display: table;
    width: 100%;
    table-layout: fixed;
    background-color: #fc5003;
    color: #ffffff;
    margin: 0;
}

.post-views li {
    display: table-cell;
    text-align: center;
}

.post-views li + li {
    border-left: solid 1px white;
}

.post-views a {
    line-height: 40px;
    color: white;
    text-decoration: none;
    font-family: "Ubuntu", serif;
    font-size: 14px;
    transition: 500ms all;
}

.post-views li span {
    padding-left: 5px;
}

/* ===========================
    Page Settings
     ==========================*/

.page-content .comments-area {
    margin-top: 3rem;
}

/* ===========================
     Blog Detail Page Settings
     ==========================*/

.blog-single-item {}

.blog-single-item .featured-image{
    position:relative;
    margin-bottom:30px;
}

.blog-single-item .featured-image img{
    position:relative;
    width:100%;
    display:block;
}

.blog-single-item .featured-image .post-date{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 70px;
    height: 80px;
    padding: 12px 6px;
    text-align: center;
    color: #ffffff;
    font-size: 19px;
    line-height: 1.6em;
    text-transform: uppercase;
    background-color: #fc5003;
}

.blog-single-item .featured-image.post-date span{
    font-size: 33px;
    display:block;
}

.blog-single-item .featured-image img {
    display: block;
    margin: auto;
}

.blog-single-item .blog-single-title {
    position: relative;
    color: #222222;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4em;
    margin-bottom: 12px;
}

.blog-single-item .post-meta{
    position:relative;
    margin-bottom:15px;
    padding: 0;
}

.blog-single-item .post-meta li{
    position:relative;
    margin-right:25px;
    color:#222222;
    font-size:14px;
    display:inline-block;
}

.blog-single-item .post-meta li .icon{
    position:relative;
    color:#fc5003;
    margin-right:8px;
}

.blog-single-item .post-meta li a,
.page-content a {
    color: #fc5003;
    text-decoration: none;
    font-size: 16px;
}
/*
.blog-single-item .entry-meta a,
.page-content a {
    color: #fc5003;
    text-decoration: none;
    font-size: 16px;
}

.blog-single-item .entry-meta span {
    margin-right: 30px;
}*/

.single-border {
    border-bottom: solid 3px #fc5003;
    float: left;
    width: 100px;
    margin-bottom: 30px;
}

.blog-single-item .post-share-options{
    position:relative;
    padding:25px 30px;
    margin-top:40px;
    background-color:#f5f5f5;
}

.blog-single-item .post-share-options .tags{
    position:relative;
}

.blog-single-item .post-share-options .tag{
    position:relative;
    color:#333333;
    font-size:16px;
    font-weight:700;
    margin-right:2px;
    margin-right:20px;
}

.blog-single-item .post-share-options .tags a{
    position:relative;
    color:#ffffff;
    font-size:14px;
    font-weight:400;
    margin-right:1px;
    padding:7px 22px;
    display:inline-block;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    background-color:#222222;
}

.blog-single-item .post-share-options .tags a:hover{
    background-color:#fc5003;
}

.single-blog .post-navigation {
    font-weight:700;
    border-top:1px solid #e5e5e5;
    background: transparent;
    margin-bottom: 3rem;
    margin-top:3rem;
}

.single-blog .left {
    float: left;
    font-size: 16px;
    padding-top: 30px;
    font-family: "Ubuntu", serif;
}

.single-blog .left span,
.single-blog .left span a {
    font-weight: 200;
    color: #fc5003;
    font-size: 16px;
}

.single-blog .right {
    float: right;
    padding-top: 30px;
}

.single-blog .share-icon li {
    display: inline-block;
    padding-right: 5px;
}

.single-blog .share-icon li i {
    background-color: transparent;
    text-align: center;
    border: solid 1px #d1d3d5;
    height: 30px;
    width: 30px;
    line-height: 30px;
}

.single-blog .share-icon li i {
    color: #fc5003;
    font-size: 14px;
}

.single-blog .share-icon li i:hover {
    background-color: #fc5003;
    color: #FFFFFF;
    border-color: #fc5003;
}

/*Author Box*/

.author-box{
    position:relative;
    padding:50px 0px 0px;
}

.author-box .inner-box{
    position:relative;
    padding:25px 28px;
    border-radius:5px;
    background-color:#f4f4f4;
}

.author-box .inner-box .image{
    position:absolute;
    left:0px;
    top:0px;
    width:100px;
}

.author-box .inner-box .image img{
    width:100%;
    display:block;
}

.author-box .inner-box h3{
    position:relative;
    color:#fc5003;
    font-size:24px;
    font-weight:600;
    line-height:1em;
    margin-bottom:10px;
}

.author-box .inner-box .text{
    position:relative;
    color:#777777;
    font-size:15px;
    line-height:1.7em;
    margin-bottom:10px;
    padding-right:50px;
}

.author-box .inner-box .content{
    position:relative;
    padding-left:130px;
}

.social-icon-three{
    position:relative;
    padding: 0;
}

.social-icon-three li{
    position:relative;
    margin-right:12px;
    color:#fc5003;
    font-size:18px;
    font-weight:700;
    display:inline-block;
}

.social-icon-three li a{
    position:relative;
    font-size:16px;
    color:#444444;
    font-weight:400;
    display:inline-block;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.social-icon-three li a:hover{
    color:#fc5003;
}

.single-border-1 {
    float: right;
    border-bottom: solid 1px #dddddd;
    width: 250px;
    padding-top: 1px;
}

.clear {
    clear: both;
}

.single-blog {
    padding-top: 100px;
    padding-bottom: 10px;
    position: relative;
    word-wrap: break-word;
}

.post-template-default .brand-comb h2 {
    position: relative;
    word-wrap: break-word;
    display:contents;
}
.blog-pargraf p,
.blog-pargraf i {
    display: inline-block;
}

.blog-pargraf i {
    font-size: 60px;
    padding-top: 24px;
    padding-left: 35px;
    color: #dddddd;
}

.single-blog .single-blog-content label,
.single-blog-content iframe {
    width: 100%;
}

.single-blog .form-control {
    height: 45px;
    border: 1px solid transparent;
    background-color: #f4f4f4;
    margin-bottom: 50px;
    width: 100%;
    border-radius: 0;
    font-size: 14px;
    font-weight: bold;
}

.single-blog input[type='password'] {
    border-radius: 0;
    border-color: #bdbdbd;
    width: 100%;
    background-color: white;
    height: 50px;
    margin-top: 5px;
    font-size: 16px;
    font-family: "Ubuntu", serif;
}

.single-blog textarea.form-control {
    height: 193px;
}

.single-blog .single-blog-content a {
    color: #fc5003;
}
.form-inline .btn {
    background-color: #fc5003;
    color: #FFFFFF;
    font-family: "Ubuntu", serif;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    padding: 0;
    height: 54px;
    width: 170px;
}

.form-inline .row {
    width: 100%;
}
.form-inline .button:hover {
    border-radius: 30px;
    border-bottom: solid 2px #75c75a;
}

.single-blog textarea.mb-4 {
    background-color: #f0f0f0 !important;
    padding-left: 10px;
    padding-top: 10px;
    border: solid 1px transparent;
    outline: 0;
}
.must-log-in a {
    color: #000;
}
.must-log-in a:hover {
    color: #fc5003;
}

.single-blog textarea::-webkit-input-placeholder {
    color: #7a7a7a;
}

.single-blog textarea:-ms-input-placeholder {
    color: #7a7a7a;
}

/* Comments List */
.single-blog .group-title{
    position:relative;
    margin-bottom:25px;
}

.single-blog .group-title h2{
    position:relative;
    color:#222222;
    font-size:30px;
    font-weight:500;
    margin-bottom: 0;
}

.single-blog .comments-area{
    position:relative;
    margin-top:50px;
}

.single-blog .comments-area .comment-box{
    position:relative;
    padding:0px 0px 0px;
    margin-bottom:30px;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.single-blog .comments-area .comment-box.reply-comment{
    margin-left:70px;
}

.single-blog .comments-area .comment-reply-link{
    color:#fc5003;
}

.single-blog .comments-area .comment-box:last-child{
    margin-bottom:0px;
}

.single-blog .comments-area .comment-box:hover{
    border-color:#aa1f43;
}

.single-blog .comments-area .comment{
    position:relative;
    font-size:14px;
    padding:0px 0px 0px 100px;
}

.single-blog .comments-area .comment .comment-inner{
    position:relative;
    padding:30px 50px 25px;
    background-color:#f7f7f7;
}

.single-blog .comments-area .comment .comment-reply{
    position:relative;
    color:#fc5003;
    font-size:14px;
    font-weight:500;
    text-align:center;
    display:inline-block;
    margin-top:10px;
    text-transform:capitalize;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
    font-family: 'Poppins', sans-serif;
}

.single-blog .comments-area .comment .comment-reply .icon{
    font-size:13px;
    margin-right:2px;
}

.single-blog .comments-area .comment-box .author-thumb{
    position:absolute;
    left:0px;
    top:27px;
    width:120px;
    z-index:1;
    overflow:hidden;
    margin-bottom:20px;
}

.single-blog .comments-area .comment-box .author-thumb img{
    width:120px;
    display:block;
}

.single-blog .comments-area .comment-info{
    color:#3e5773;
    line-height:24px;
    font-size:13px;
}

.single-blog .comments-area .comment-box strong{
    font-size:16px;
    font-weight:600;
    color:#222222;
    line-height:16px;
    display:inline-block;
    text-transform:capitalize;
    font-family: 'Poppins', sans-serif;
}

.single-blog .comments-area .comment-box .text{
    color:#888888;
    font-size:14px;
    margin-top:10px;
    margin-bottom:0px;
    line-height: 1.8em;
}

.single-blog .comments-area .comment-info .comment-time{
    position:relative;
    font-size:13px;
    color:#888888;
    margin-left:20px;
    text-transform:capitalize;
    display:inline-block;
}


/***

====================================================================
    Comment Form
====================================================================

 ***/

.comment-form{
    position:relative;
    margin-top:60px;
}

.comment-form .form-group{
    position:relative;
    margin-bottom:30px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
    position:relative;
    display:block;
    width:100%;
    line-height:26px;
    padding:10px 20px;
    height:50px;
    font-size:14px;
    border:2px solid #dddddd;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
    border-color:#fc5003;
}

.comment-form .form-group textarea{
    position:relative;
    display:block;
    width:100%;
    line-height:26px;
    padding:10px 20px;
    color:#a5a5a5;
    height:190px;
    font-size:14px;
    resize:none;
    border:2px solid #dddddd;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.comment-form button{
    margin-top:10px;
    color:#ffffff;
    border-color:#222222;
    background-color:#222222;
    padding:11px 25px 11px 25px;
    text-transform:capitalize;
}

/*.single-blog .comments-area .comment-box .theme-btn{
    padding:5px 30px;
    font-size:12px;
    border:1px  solid #fbca00;
    text-transform:uppercase;
    letter-spacing:1px;
}

.single-blog .comment-box a {
    color: #fc5003;
    text-decoration: none;
    font-size: 16px;
}

.single-blog .comment-box {
    font-family: "Ubuntu", serif;
    color: #646464;
}

.single-blog textarea.mb-4:focus {
    border-color: #fc5003;
}

.single-border-comment {
    border-bottom: solid 4px #fc5003;
    width: 50px;
    margin-bottom: 30px;
}

.cateqory-icon li:first-child {
    padding-top: 0;
}

.single-blog .text-border-1 {
    border-bottom: solid 1px #dddddd;
    padding-bottom: 17px;
}

.single-blog .row .row .col-8 p {
    color: #222222;
    margin-bottom: 10px;
    padding-top: 5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.single-blog .row .row .col-8 p:hover {
    color: #fc5003;
}

.single-blog .row .row .col-8 div {
    color: #aaaaaa;
    font-size: 16px;
    font-family: "Ubuntu", serif;
}

.single-blog .row h3 strong {
    font-size: 20px;
    font-family: "Ubuntu", serif;
    font-weight: 600;
}

.single-blog .row.blog-row-box img {
    width: 100%;
}

.single-blog .row.blog-row-box {
    border: solid 1px #e7e7e7;
    padding: 30px 0;
    padding-left: 30px;
}

.single-blog .row.blog-row-box-1 img {
    width: 117px;
    margin-bottom: 20px;
    border-radius: 0;
}

.single-blog .row.blog-row-box-1 strong,
.single-blog .row.blog-row-box strong {
    color: #fc5003;
}

.single-blog .row.blog-row-box-1 a {
    color: #fc5003;
}

.single-blog .row.blog-row-box-1 {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.single-blog .row.blog-row-box-1 span.float-right {
    color: #414141;
    font-weight: normal;
    font-size: 14px;
}

.replycomment.comment-area h4 {
    font-size: 20px;
    font-family: "Ubuntu", serif;
    font-weight: 600;
    color: #222222;
    margin-bottom: 0;
    padding-bottom: 20px;
}
.replycomment.comment-area a {
    color: #222222;
}

.replycomment.comment-area .form-inline {
    margin-bottom: 30px;
}

.single-blog .row.blog-row-box-1 .col-sm-10 {
    padding-left: 40px;
}

.single-blog .row.blog-row-box-1 span i {
    color: #fc5003;
    padding-right: 5px;
}

.single-blog .row .col-sm-8 p {
    font-size: 14px;
    color: #414141;
    font-family: "Ubuntu", serif;
}

.single-blog .row .col-sm-8 .row p {
    color: #414141;
    font-family: "Ubuntu", serif;
}

.single-blog .row .col-sm-8 .row strong {
    font-size: 18px;
    font-family: "Ubuntu", serif;
}

.cateqory-icon li {
    border-bottom: solid 1px #dddddd;
    padding-top: 25px;
    padding-bottom: 18px;
}

.cateqory-icon li a {
    color: #444444;
    display: block;
    font-size: 16px;
}

.cateqory-icon li a:hover {
    color: #fc5003;
}

.cateqory-icon li a i {
    color: #fc5003;
}*/

.widget ul.tag-list {
    margin: 0;
    padding: 0;
}

.widget ul.tag-list li {
    display: inline-block;
    margin: 10px 1px 24px 0;
}

.widget ul.tag-list li a {
    background-color: transparent;
    border: solid 1px black;
    padding: 15px 19px;
    transition: 300ms;
    text-decoration: none;
    color: #222222;
}

.widget ul.tag-list li a:hover {
    background-color: #fc5003;
    color: #FFFFFF;
    border-color: #fc5003;
}

#scrollUp {
    bottom: 20px;
    right: 20px;
    background-color: #fc5003;
    color: #fff;
    border-radius: 50%;
    transition: all 0.5s ease 0s;
    position: fixed;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    z-index: 2147483647;
    display: block;
}

/* ===========================
     vhost-best  satting
     ==========================*/
.vhost-best {
    padding: 100px 0;
    background-color: #f9f9f9;
}

.vhost-best .fa {
    color: #222222;
    border: 1px solid #222222;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 48px;
    border-radius: 52px;
    margin-bottom: 24px;
    font-size: 20px;
    transition: 300ms;
}

.vhost-best h5 {
    font-size: 18px;
    color: #222222;
    margin-bottom: 15px;
    font-weight: 600;
    transition: 300ms;
}

.vhost-best .col-sm-12:hover h5 {
    color: #fc5003;
    transition: 300ms;
}

.vhost-best .col-sm-12:hover i {
    color: #fc5003;
    border-color: #fc5003;
}

/* ===========================
     accordion settings
     ==========================*/

.nexum-accordion .card-header {
    background-color: #f5f5f5;
    border-radius: 0;
}

.nexum-accordion p {
    color: #414141;
}

.nexum-accordion .card-header a {
    font-size: 18px;
    display: block;
}

.nexum-accordion .card {
    border-color: #f5f5f5;
    border-radius: 0;
    background-color: transparent;
}

.nexum-accordion .card-header a {
    color: #222222;
    font-weight: 600;
}

.nexum-accordion .card-header a:hover,
.nexum-accordion .card-header a:focus {
    color: #222222;
}

.nexum-accordion .card-header i {
    float: right;
}

/*=========================
   FAQ Banner Start here
   =======================*/
.faq-banner .nexum-accordion {
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}

.faq-banner .nexum-accordion .card-header {
    background-color: #fc5003;
    border-radius: 0;
}

.faq-banner .nexum-accordion .top-heading h5 {
    padding-bottom: 20px;
    margin-bottom: 0;
    font-size: 20px;
    padding-top: 100px;
}

.faq-banner .nexum-accordion .top-heading p {
    padding-bottom: 30px;
}

.faq-banner .nexum-accordion p {
    color: #e7e7e7;
}

.faq-banner .nexum-accordion .top-heading h2 {
    padding-bottom: 20px;
}

.faq-banner .nexum-accordion .card-header a {
    font-size: 18px;
    display: block;
    color: #ffffff;
}

.faq-banner .nexum-accordion .card-header a i {
    font-size: 16px;
}

.faq-banner .nexum-accordion .card {
    border-color: #fc5003;
    border-radius: 0;
    background-color: transparent;
}

.faq-banner .nexum-accordion .card-header a:hover,
.faq-banner .card-header a:focus {
    color: white;
}

.faq-banner .nexum-accordion .card-header i {
    float: right;
}

.faq-banner .nexum-accordion .top-heading h2 {
    color: #ffffff;
    text-transform: capitalize;
}

[data-toggle="collapse"]:not(.collapsed) > i.fa:before {
    content: "\f106";
}

/* ===========================
     form-area  settings
     ==========================*/

.form-area {
    padding: 100px 0;
    background-color: #f6f6f6;
}

.form-inline .form-control {
    width: 100%;
    border-radius: 0;
    margin-bottom: 25px;
    font-size: 14px;
    font-family: "Ubuntu", serif;
    height: 50px;
    border-color: #dddddd;
    background-color: #ffffff;
    font-weight: normal;
}

.form-inline .form-control:focus {
    border-color: #fc5003;
    background-color: #ffffff;
    font-weight: normal;
}

.form-inline textarea.form-control {
    height: 150px;
    background-color: #ffffff;
    font-weight: normal;
}

.form-inline .btn {
    background-color: #fc5003;
    color: #FFFFFF;
    font-family: "Ubuntu", serif;
    font-size: 15px;
    font-weight: bold;
    padding: 0;
    height: 54px;
    width: 170px;
    line-height: 50px;
    text-transform: capitalize;
}

/* ===========================
     nexum-service settings
     ==========================*/

.nexum-funfact {
    padding: 100px 0;
    font-family: "Ubuntu", serif;
    font-weight: 600;
}

.funfact-icon {
    margin-bottom: 25px;
}

.funfact-icon i {
    font-size: 25px
}
.funfact-icon span {
    padding-left: 15px;
    position: relative;
    top: -3px;
    font-weight: 600;
    font-size: 20px;
}

.nexum-service { margin-bottom:30px;}

.nexum-service.style-1 img {
    margin: 20px 0;
}
.nexum-service.style-1 h6 {
    font-size: 18px;
    font-weight: 700;
}

/* Style 3 */
.nexum-service.style-3 {
    margin-bottom: 16px;
}
.nexum-service.style-3 p {
    color: #414141;
}

.nexum-service.style-3 .fa {
    color: #222222;
    border: 1px solid #222222;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 48px;
    border-radius: 52px;
    margin-bottom: 24px;
    font-size: 20px;
    transition: 300ms;
}

.nexum-service.style-3 h5 {
    font-size: 18px;
    color: #222222;
    margin-bottom: 15px;
    font-weight: 600;
    transition: 300ms;
}

.nexum-service.style-3:hover h5 {
    color: #fc5003;
    transition: 300ms;
}

.nexum-service.style-3:hover i {
    color: #fc5003;
    border-color: #fc5003;
}

.nexum-service.style-5 {
    margin-bottom: 0;
}

/* ===========================
     vps-banner  satting
     ==========================*/

.vps-banner {
    padding: 85px 0;
    background-size: cover;
}
.nexum-call-to-action.center {
    text-align: center;
}
.nexum-call-to-action.left {
    text-align: left;
}
.nexum-call-to-action.right {
    text-align: right;
}

.nexum-call-to-action .nexum-call-to-action-heading {
    color: #FFFFFF;
    font-size: 36px;
    margin-bottom: 30px;
    font-weight: 600;
}

.nexum-call-to-action .nexum-call-to-action-content,
.nexum-call-to-action .nexum-call-to-action-content p {
    color: white;
    margin-bottom: 30px;
}

.nexum-call-to-action .btn {
    font-size: 16px;
    padding: 0;
    height: 50px;
    width: 250px;
    line-height: 48px;
    color: #FFFFFF;
    background-color: #fc5003;
}

/* ===========================
     vps-feature  satting
     ==========================*/

.in-feature {
    padding: 100px;
}
.vps-feature {
    padding-top: 100px;
}

.feature-box {
    background-color: #f6f6f6;
    padding: 85px 0;
}

.feature-box .row {
    margin-bottom: 0;
}

.vps-feature .row {
    max-width: 90%;
    margin: auto;
    margin-bottom: 30px;
}

.vps-feature .row img {
    width: 100%;
}

.vps-feature .row h3 {
    font-size: 30px;
    margin-bottom: 20px;
    font-family: "Ubuntu", serif;
    font-weight: 600;
    color: #222222;
}

.vps-feature p {
    color: #414141;
}
.vps-feature .feature-box .row {
    text-align: right;
}

/*=========================
   Domian shob Start here
   =======================*/
.domain-shop {
    padding-top: 100px;
}

.domain-shop div ul li {
    display: inline-block;
    width: 20%;

}

.domain-shop div ul li button {
    color: white;
    padding: 10px 69px;
    background-color: transparent;
    border: none;
    font-size: 14px;
    outline: 0;
}

.domain-shop div ul li:hover {
    background-color: #fc5003;
}

.domain-shop div ul li:first-child {
    border-top-left-radius: 10px;
}

.domain-shop div ul li:last-child {
    border-top-right-radius: 10px;
}

.domain-shop div ul {
    background-color: #8b8b8c;
    text-align: center;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    margin-bottom: 0;
    font-size: 0.003px;
}

.domain-shop .top-heading h2 span {
    font-size: 36px;
    text-transform: lowercase;
    color: #fc5003;
    letter-spacing: 2px;
}

.domain-shop .top-heading h2 i {
    color: #dbdbdb;
}

.domain-shop .top-heading h2 {
    padding-bottom: 20px;
}

.domain-shop .top-heading p {
    font-size: 18px;
    padding-bottom: 60px;
    margin-left: -29px;
    color: #7d7d7d;
}

.domain-shop .domain-shop-box {
    background-color: #f2f2f2;
    border-left: solid 3px #d0d0d0;
}

.domain-shop .domain-shop-item {
    padding: 30px 30px;
    border-bottom: solid 1px #d0d0d0;
}

.domain-shop .shop-tag {
    border-width: 11px;
    border-right-color: transparent;
    border-bottom-color: #f2f2f2;
    border-left-color: transparent;
    border-top-color: transparent;
    z-index: 3;
    position: absolute;
    top: 168px;
    left: 116px;
    border-style: solid;
}

.domain-shop .domain-shop-item:last-child {
    border-bottom: none;
}

.domain-shop .domain-shop-item i.fa.fa-close,
.domain-shop .domain-shop-item i.fa.fa-check {
    color: #fc5003;
    font-size: 30px;
    padding-right: 10px;
    padding-top: 8px;
}

.domain-shop .domain-shop-item a.btn.btn-shop-1 {
    background-color: #515151;
}

.domain-shop .domain-shop-item a.btn.btn-shop-1:hover {
    background-color: #fc5003;
}

.domain-shop .domain-shop-item a.btn {
    margin-left: 17px;
    color: #FFFFFF;
    border-color: transparent;
    background-color: #a1a1a1;
}

.domain-shop .domain-shop-item h6 {
    font-size: 18px;
}

.domain-shop .domain-shop-item p {
    font-family: "Ubuntu", serif;
    color: #a4a4a4;
}

.domain-shop i.fa.fa-shopping-cart {
    padding-right: 10px;
}

/*=========================
   services chart Start here
   =======================*/
.services-chart {
    background-color: #f8f8f8;
    padding: 100px 0;
}

.services-chart .row input {
    height: 35px;
    width: 180px;
    font-size: 14px;
    padding-left: 5px;
    font-family: "Ubuntu", serif;
}

.services-chart .row {
    padding: 30px 10px;
}
.services-chart .row ul{
    margin-bottom: 0;
}
.services-chart .services-chart-box {
    background-color: #e8e8e8;
    margin-bottom: 60px;
}

.services-chart .services-chart-box-1 {
    background-color: #e8e8e8;

}

.services-chart .row label {
    font-family: "Ubuntu", serif;
    margin-bottom: 0;
}

.services-chart .row ul li button {
    background-color: black;
    padding: 0 15px;
    color: white;
    border: none;
    outline: 0;
    font-size: 14px;
    font-family: "Ubuntu", serif;
    height: 35px;
    text-align: center;
}

.services-chart .row ul li {
    display: inline-block;
}

.services-chart .row ul li button:hover {
    background-color: #fc5003;
}

.services-chart tr.chart-box-1 {
    background-color: #333333;
    color: white;
}

.services-chart tr.chart-box-2 {
    background-color: #f8f8f8;
}

.services-chart tr {
    margin-bottom: 0;
    text-align: center;
}

.services-chart .table {
    width: 100%;
    overflow: auto;

}

.services-chart tr th {
    width: 158px;
    height: 50px;
    border-right: solid 1px #babbbb;
    text-align: center;
    font-weight: 500;
}

.services-chart tr th:last-child {
    border: none;
}

.services-chart tr th.chart-li {
    color: #fc5003;
}

/* ===========================
     host-feature  satting
     ==========================*/
.host-feature {
    background-color: #f7f7f7;
    padding: 100px 0;
}
.host-feature.host-box-item {
    box-shadow: 0 2px 15px 0 gainsboro;
    padding: 30px 40px;
    padding-top: 0;
    transition: 500ms;
    margin-bottom: 20px;
}

.host-feature.host-box-item:hover {
    background-color: #FFFFFF;
    box-shadow: none;
}

.host-feature.host-box-item h5 {
    font-weight: 600;
    transition: 500ms;
    color: #222222;
    margin-bottom: 25px;
    margin-top: -10px;
}

.host-feature.host-box-item:hover h5 {
    color: #fc5003;
}

.host-feature.host-box-item p {
    margin-bottom: 0;
    font-family: "Ubuntu", serif;
}

.host-feature.host-box-item i {
    height: 70px;
    width: 75px;
    line-height: 70px;
    font-size: 40px;
    margin-bottom: 20px;
    transition: 500ms;
}

.host-feature.host-box-item:hover i {
    box-shadow: 0 4px 10px 2px rgba(34, 34, 34, 0.2);
    color: #fc5003;
    background-color: #f7f7f7;
}

/* ===========================
     contact-us  setting
     ==========================*/

.contact-us {
    padding-top: 100px;
}

.nexum-gmap {
    margin-bottom: 65px;
}

.contact-info h5 {
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.contact-info li {
    font-size: 14px;
    color: #666666;
    padding-bottom: 20px;
    font-weight: 600;
    font-family: "Ubuntu", serif;
}

.contact-info li span {
    color: #fc5003;
}

.contact-info p,
.contact-us p {
    color: #666666;
    font-weight: 600;
    font-family: "Ubuntu", serif;
    margin-bottom: 45px;
}

.contact-us label {
    font-size: 12px;
    color: #888888;
    margin-bottom: 10px;
}

.contact-us .form-control {
    margin-bottom: 30px;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    height: 38px;
}

.contact-us .form-control:focus {
    background-color: #ffffff;
    border-color: #fc5003;
}

.contact-us textarea.form-control {
    height: 218px;
}
.contact-us .btn {
    font-size: 16px;
    padding: 0;
    height: 50px;
    width: 200px;
    line-height: 48px;
    color: #FFFFFF;
    background-color: #fc5003;
    cursor: pointer;
}


/* ===========================
     error  setting
     ==========================*/
.error {
    padding: 100px 0;
}

.error div h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 25px;
}

.error div img {
    margin-bottom: 45px;
}

.error div p {
    margin-bottom: 30px;
}

.error div .btn {
    padding: 0;
    height: 50px;
    width: 140px;
    line-height: 50px;
    font-size: 16px;
    background-color: #222222;
    border: none;
    color: white;
    font-weight: 600;
}

.error div .btn:hover {
    background-color: #fc5003;
}

/* ===========================
     testimonial  setting
     ==========================*/
.testimonial {
    background: #202737;
    margin-top: 145px;
    margin-bottom: 70px;
    padding: 50px 0;
}

.testimonial div p i {
    color: #dadada;
    font-size: 16px;
    font-family: "Ubuntu", serif;
    margin-bottom: 20px;
}

.testimonial div h5 {
    font-size: 18px;
    color: white;
}

.testimonial div {
    color: white;
}

.testimonial.vc_row[data-vc-full-width] {
    overflow: visible !important;
}
.testimonial .testimonial-border {
    border-bottom: solid 2px white;
    max-width: 20%;
    margin-bottom: 20px;
}

.testimonial img {
    border-radius: 200px;
    border: solid 1px #fc5003;
}

.testimonial .testimonial-image {
    border: solid 15px #202737;
    position: absolute;
    top: -106px;
    border-radius: 200px;
}

.testimonial .testimonial-item div {
    height: 20px;
    border-bottom: solid 1px white;
    text-align: right;
    margin-top: 22px;
}

.testimonial .testimonial-item div.item-3 {
    color: #fc5003;

    border-color: #fc5003;
}

.testimonial .testimonial-item div.item-1 {
    transform: rotate(-16deg);
    margin-bottom: 47px;
    margin-top: 3px;

}

.testimonial .testimonial-item div.item-2 {
    transform: rotate(16deg);
    margin-top: 47px;
}

/* ===========================
     services-plan  setting
     ==========================*/
.services-pricein-plan .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.services-pricein-plan .switch input {
    display: none;
}

.services-pricein-plan .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    background-image: none;
    padding: 17px;
    margin-top: 28px;
}

.services-pricein-plan .holder p {
    font-size: 16px;
    color: white;
    margin-bottom: 0;
}

.services-pricein-plan .holder ul li p {
    color: #222222;
    font-weight: 600;
}

.services-pricein-plan a.whmpress-btn.whmpress_order_button {
    width: 140px;
    height: 50px;
    font-size: 16px;
    background: transparent;
    padding: 0;
    color: #fc5003;
    border: solid 1px #fc5003;
    border-radius: 0;
    line-height: 45px;
    transition: background 0.5s ease-in-out;
}

.services-pricein-plan a.whmpress-btn.whmpress_order_button:hover {
    background-color: #fc5003;
    color: #FFFFFF;
}

.services-pricein-plan .holder ul li {
    border-bottom: solid 1px #dddddd;
    padding: 25px 0;
    margin: auto;
    max-width: 95%;

}

.services-pricein-plan .holder ul li h6 {
    margin-bottom: 10px;
    font-weight: 400;
}

.services-pricein-plan .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.services-pricein-plan input:checked + .slider {
    background-color: #fc5003;
    padding: 17px;
    margin: 0;
    margin-top: 28px;
}

.services-pricein-plan .price-check-box {
    border: solid 1px #fc5003;
    margin-top: 45px;
    padding-bottom: 17px;
}

.services-pricein-plan .price-check-box .slider-free {
    display: block;
    font-size: 12px;
    color: #222222;
    padding-left: 182px;
}

.services-pricein-plan .price-check-box .slider-y {
    font-size: 18px;
    color: #222222;
}

.services-pricein-plan .price-check-box .slider-m {
    font-size: 18px;
    color: #222222;
    position: relative;
    top: 7px;
}


.services-pricein-plan input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.services-pricein-plan input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.services-pricein-plan .slider.round {
    border-radius: 34px;
}

.services-pricein-plan .slider.round:before {
    border-radius: 50%;
}

/*=========================
       pricing-plan Start here
       =======================*/
.pricing-plan-1 {
    padding: 100px 0;
}

.pricing-plan-1 .holder.holder1 {
    border: solid 4px #f88d5d;
}

.pricing-plan-1 .holder ul li span {
    font-weight: 700;
}

.pricing-plan-1 .holder h6:first-child {
    margin-bottom: 30px;
}

.pricing-plan-1 .holder h6:last-child {
    margin-bottom: 0;
}

.pricing-plan-1 .holder ul li {
    padding: 25px 0;
}

.pricing-plan-1 .pricing-plan-li {
    background-color: #f7f7f7;
}

.pricing-plan-1 .holder ul li:first-child {
    padding: 40px 0;
}

.pricing-plan-1 .pricing_table_submit .holder a {
    font-size: 16px;
    height: 50px;
    width: 160px;
    background: transparent;
    padding: 0;
    color: #fc5003;
    border: solid 1px #fc5003;
    border-radius: 0;
    line-height: 45px;
}

.pricing-plan-1 .pricing_table_submit {
    padding-top: 30px;
    padding-bottom: 40px;
}

.pricing-plan-1 .pricing_table_features {
    padding-bottom: 0;
}

.pricing-plan-1 .whmpress_pricing_table.four {
    border-radius: 6px;
}

.pricing-plan-1 .pricing_table_submit a:hover {
    background-color: #fc5003;
    color: #FFFFFF;
}

.pricing-plan-1 .whmpress_pricing_table.four {
    box-shadow: 0 8px 9px 0 #dcdcdc;
}

/* ===========================
     Services-plane-1  setting
     ==========================*/

.services-pricein-plan-1 {
    padding: 100px 0;
}

.services-pricein-plan-1 .row .col-sm-3 {
    padding: 0;
}

.services-pricein-plan-1 .holder.holder1 {
    border: solid 4px #f88d5d;
}

.services-pricein-plan-1 .holder h6 span {
    font-weight: 700;
    color: #222222;
}

.services-pricein-plan-1 .holder h6:first-child {
    margin-bottom: 30px;
}

.services-pricein-plan-1 .holder h6:last-child {
    margin-bottom: 0;
}

.services-pricein-plan-1 .holder ul li {
    padding: 25px 0;
    color: #fc5003;
}

.services-pricein-plan-1 .pricing-plan-li {
    background-color: #f7f7f7;
}

.services-pricein-plan-1 .holder ul li:first-child {
    padding: 40px 0;
    color: #888888;
}


.services-pricein-plan-1 .pricing_table_submit {
    padding-top: 30px;
    padding-bottom: 40px;
}

.services-pricein-plan-1 .pricing_table_features {
    padding-bottom: 0;
}

.services-pricein-plan-1 .whmpress_pricing_table.four {
    border-radius: 6px;
}

.services-pricein-plan-1 .whmpress_pricing_table.four {
    box-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.1);
}

.services-pricein-plan-1 a.whmpress-btn.whmpress_order_button:hover {
    background-color: #fc5003;
    color: #FFFFFF;
}

.services-pricein-plan-1 a.whmpress-btn.whmpress_order_button {
    width: 140px;
    height: 50px;
    font-size: 16px;
    transition: 500ms all;
    background: transparent;
    padding: 0;
    color: #fc5003;
    border: solid 1px #fc5003;
    border-radius: 0;
    line-height: 45px;
}

.services-pricein-plan-1 .whmpress_pricing_table.four {
    margin: 0;
    margin-bottom: 25px;
}
.contact-us .cont{
    margin-bottom: 160px;
}
.mar-mob{
    margin: 0;
}
.blog-single-image {
    margin-bottom: 50px;
}

@media (max-width: 767px) {

    .nexum-service.style-1 {
        text-align: center;
    }

    .navigation img {
        margin-top: -10px;
        padding: 10px 0;
    }

    .navigation .navbar {
        padding: 10px;
    }

    .navigation ul.navbar-nav li.cart {
        background-color: transparent;
        margin-left: 0;
    }

    .navigation ul.navbar-nav li.cart a sup.cart-tag {
        right: 183px;
    }

    .slider {
        background-image: none;
        padding: 100px 0;
    }

    .choose-us {
        background-image: none;
    }

    .choose-us .row .choose-us-image img {
        display: none;
    }

    .counter {
        text-align: center;
    }

    .banner img {
        display: none;
    }

    .faq-banner img {
        display: none;
    }

    .btn {
        margin-bottom: 15px;
    }

    .latest-news .owl-item {
        margin: auto 0;
        box-shadow: none;
    }

    .brands img {
        margin-left: 5px;
        margin-bottom: 10px;
    }

    .brands .image-o {
        margin-left: 5px;
    }

    .about-us {
        background-position-y: 35%;
    }

    .services-about .owl-item {
        margin: auto 0;
    }

    .support-box {
        max-width: 41%;
    }

    .brands .image-brand {
        text-align: center;
    }

    .brand-comb h2,
    .brand-comb .float-right {
        float: none !important;
    }

    .brand-comb {
        text-align: center;
    }

    .brand-comb .clear {
        clear: none !important;
    }

    .services-banner .card-header a {
        font-size: 18px;
    }

    .nexum-services .row .fa.fa-wifi {
        padding-left: 0;
    }

    .vps-feature .row img {
        display: none;
    }

    .vps-feature .feature-box .row {
        text-align: left;
    }

    .single-blog .row.blog .row .blog-box-item img {
        width: 100%;
    }

    .single-border-1 {
        width: 268px;
    }

    .single-blog .row.blog-row-box img {
        width: auto;
    }

    .services-chart tr th {
        border: none;
    }

    .services-chart .row a {
        background-color: black;
        padding: 10px 10px;
    }

    .services-chart .row .col-sm-4 {
        margin-bottom: 15px;
        text-align: left;
    }
    .services-chart .row .col-sm-4:last-child {
        margin-bottom: 15px;
        text-align: left;
    }
    .services-chart .row ul li.li-box {
        margin-left: -4px;
    }
    .services-chart .row input {
        margin-left: -18px;
    }
    .top-bar nav.navbar-toggleable-md ul.float-right li {
    }
    .services-chart .row label {
        padding-right: 30px;
    }
    .top-bar ul li .fa.fa-comment-o {
        margin-left: 12px;
    }

    .top-bar .nav-link {
        display: block;
        padding: 0 1px;
    }

    .brand-comb.form-box .form-box-item {
        max-width: 100%;
    }

    i.fa.fa-caret-left.slick-arrow {
        left: 180px;
    }

    i.fa.fa-caret-right.slick-arrow {
        left: 210px;
    }

    .slider-price .slick-dots {
        left: 0;
    }

    .latest-news ul li {
        padding: 10px 18px;
    }

    .slider-buttom-area .slider-buttom ul li {
        width: 100%;
    }

    .single-blog .row .mb-4 img {
        width: 100%;
        padding-top: 60px;

    }

    .single-blog .blog-text-tag {
        left: 49px;
        top: 90px;
    }

    .error div img {
        width: 100%;
    }

    .domain-shop div ul li:first-child {
        border-top-right-radius: 10px;
    }

    .domain-shop div ul li:last-child {
        border-top-right-radius: 0;
    }

    .domain-shop .shop-tag {
        display: none;
    }

    .domain-shop div ul li {
        width: 100%;
    }

    li.cart .cart-right,
    li.cart .cart-left {
        display: none;
    }

    .pricing-plan .whmpress_pricing_table ul li {
        padding: 27px 1px;
    }

    h5.heading-footer {
        padding-top: 32px;
    }

    .footer form .form-control {
        max-width: 100%;
    }

    .footer form i {
        right: 0;
    }

    .navigation {
        padding: 0;
    }

    .navigation button.navbar-toggler.navbar-toggler-right.navbar-light {
        margin-top: 0;
    }

    .slider-area {
        display: none;
    }

    .slider-buttom-area {
        display: none;
    }

    .form-box form .form-control {
        margin-bottom: 10px;
    }

    .top-bar i {
        color: white;
        background-color: #15191c;
        height: 28px;
        width: 31px;
        text-align: center;
        line-height: 27px;
        border: solid 1px #292f33;
        margin: 10px 12px;
        transition: 500ms;
    }

    .top-bar i:hover {
        color: #fc5003;
    }

    .top-bar {
        background-color: #222222;
    }

    .form-box .row button.hidden-lg-up.hidden-md-up,
    .whmpress_domain_search_ajax form button {
        width: 50%;
        margin: auto;
        border: solid 1px #fc5003;
        outline: 0;
    }

    .top-bar .hidden-xs-down {
        display: none;
    }

    .latest-news .owl-buttons {
        display: none;
    }

    .brands .owl-item {
        width: 162px;
        margin: 0 17px;
    }

    .services .btn {
        margin-bottom: 50px;
    }

    .counter .row .col-xs-12.col-sm-12.col-md-6.col-lg-3 {
        margin-bottom: 25px;
    }

    .counter .row .row i {
        margin-bottom: 10px;
    }

    .form-box .search-header h5 {
        margin-left: 0;
    }

    .brands {
        display: none;
    }

    .ssl-ul-li li .fa {
        color: white;
    }

    .footer h5 {
        padding-top: 45px;
        padding-bottom: 0;
    }

    .footer {
        padding-top: 40px;
    }

    .testimonial img {
        display: none;
        border-color: transparent;
    }

    .testimonial .testimonial-image {
        display: none;
    }

    .navigation ul li .dropdown-menu {
        border-left-color: transparent;
        border-right: transparent;
    }

    .navigation li button.navbar-toggler.navbar-toggler-right.navbar-ligh {
        width: 100%;
        top: 14px;
    }

    .navigation li button.navbar-toggler.navbar-toggler-right.navbar-ligh span {
        width: 100%;
        color: white;
        text-align: right;
        font-size: 14px;
    }

    .testimonial {
        margin-top: 50px;
    }

    .services-about .owl-buttons {
        display: none;
    }

    .pricing-plan-button {
        padding-left: 25% !important;
    }

    .top-bar ul li.nav-item.dropdown {
        float: none;
    }

    .domain-shop .domain-shop-item a.btn {
        margin-left: 0;
    }

    .domain-shop .domain-shop-item i.fa.fa-close, .domain-shop .domain-shop-item i.fa.fa-check {
        color: #fc5003;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 15px;
    }

    .about-us .row .row img {
        margin-bottom: 10px;
    }

    .navigation ul li ul.sub-menu {
        width: 100%;
    }

    .choose-us .row {
        text-align: center;
    }

    br {
        display: none;
    }

    .choose-us, .banner, .services, .pricing-plan, .faq-banner, .latest-news, .in-feature, .nexum-services, .vps-banner,
    .vhost-best, .services-banner, .pricing-plan-1, .form-area, .nexum-funfact, .support-team-wrapper {
        padding: 50px 0;
    }

    .faq-banner .top-heading h5 {
        padding-top: 0;
    }

    .vhost-best .row {
        text-align: center;
    }

    .blog .row ul li {
        padding: 0 9px;
    }
}

@media (min-width: 576px ) {
    .form-box .row button.hidden-lg-up.hidden-md-up {
        display: none;
    }

    .navigation li button.navbar-toggler.navbar-toggler-right.navbar-ligh {
        display: none;
    }
}

@media (max-width: 1200px) {
    .navigation ul.navbar-nav li.cart {
        display: none;
    }

    .domain-shop div ul li {
        padding: 10px 52px;
    }

    .domain-shop .shop-tag {
        left: 105px;
    }

    .latest-news ul li {
        padding: 10px 14px;
    }
}

@media (max-width: 992px) {
    section{
        overflow: hidden;
    }
    .choose-us .row {
        text-align: center;
        padding-top: 30px;
    }
    .navigation {
        padding: 26px 0;
    }

    .top-bar ul li.nav-item:first-child {
        margin-left: -52px;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: none;
    }

    .navbar-light .navbar-toggler-icon i {
        padding-top: 7px;
        color: #fc5003;
    }

    .footer form i {
        right: 0;
    }

    .footer form .form-control {
        max-width: 100%;
    }

    .choose-us {
        background-position-x: 52%;
        background-position-y: 41%;
    }

    .slider-buttom-area .slider-buttom ul li {
        width: 24%;
    }

    .nexum-services .row .fa.fa-wifi {
        padding-left: 0;
    }

    .domain-shop div ul li {
        padding: 10px 28px;
    }

    .domain-shop .shop-tag {
        left: 81px;
    }

    .testimonial .testimonial-image {
        display: none;
    }

    .blog .row ul li {
        padding: 0 26px;
    }



    .single-blog .blog-text-tag {
        left: 248px;
    }

    .about-us {
        background-image: none;
    }

    section.services-about .btn {
        margin-bottom: 50px;
    }
    .main-slider .slide-button a.btn-1{
        margin-left: 0;
        margin-top: 10px;
    }
    .banner .image img{
        width: 100%;
    }
    /*.services .services-box {
        margin-bottom: 40px;
    }*/
    .counter .row {
        margin-bottom: 40px;
    }
    .slider-area .row .domain-offer-root,
    .slider-area .domain-offer-area{
        display: none;
    }
    .banner .container .col-xs-6.col-sm-12.col-md-6.col-lg-6{
        text-align: center;
    }
    .form-box .form-box-item{
        padding: 0;
    }

    .whmpress_pricing_table.hosting {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .pricing-plan .whmpress_pricing_table.four .pricing_table_price .duration{
    padding-bottom: 15px;
        padding-top: 15px;
    }

    .navigation img {
        margin-top: -10px;
        padding: 10px 0;
    }

    .navigation .navbar {
        padding: 10px;
    }

    .navigation ul.navbar-nav li.cart {
        background-color: transparent;
        margin-left: 0;
    }

    .navigation ul.navbar-nav li.cart a sup.cart-tag {
        right: 183px;
    }

    .slider {
        background-image: none;
        padding: 100px 0;
    }

    .choose-us {
        background-image: none;
    }

    .choose-us .row .choose-us-image img {
        display: none;
    }

    .counter {
        text-align: center;
    }

    .banner img {
        display: none;
    }

    .faq-banner img {
        display: none;
    }

    .btn {
        margin-bottom: 15px;
    }

    .latest-news .owl-item {
        margin: auto 0;
        box-shadow: none;
    }

    .brands img {
        margin-left: 5px;
        margin-bottom: 10px;
    }

    .brands .image-o {
        margin-left: 5px;
    }

    .about-us {
        background-position-y: 35%;
    }

    .services-about .owl-item {
        margin: auto 0;
    }

    .support-box {
        max-width: 41%;
    }

    .brands .image-brand {
        text-align: center;
    }


    .brand-comb {
        text-align: center;
    }


    .services-banner .card-header a {
        font-size: 18px;
    }

    .nexum-services .row .fa.fa-wifi {
        padding-left: 0;
    }

    .vps-feature .row img {
        display: none;
    }


    .single-blog .row.blog .row .blog-box-item img {
        width: 100%;
    }

    .single-border-1 {
        width: 268px;
    }

    .single-blog .row.blog-row-box img {
        width: auto;
    }

    .services-chart tr th {
        border: none;
    }

    .services-chart .row a {
        background-color: black;
        padding: 10px 10px;
    }


    .top-bar nav.navbar-toggleable-md ul.float-right li {
    }

    .top-bar ul li .fa.fa-comment-o {
        margin-left: 12px;
    }

    .top-bar .nav-link {
        display: block;
        padding: 0 1px;
    }

    .brand-comb.form-box .form-box-item {
        max-width: 100%;
    }

    i.fa.fa-caret-left.slick-arrow {
        left: 180px;
    }

    i.fa.fa-caret-right.slick-arrow {
        left: 210px;
    }

    .slider-price .slick-dots {
        left: 0;
    }

    .latest-news ul li {
        padding: 10px 18px;
    }
    .single-blog .row .mb-4 img {
        width: 100%;
        padding-top: 0;

    }

    .error div img {
        width: 100%;
    }

    .domain-shop div ul li:first-child {
        border-top-right-radius: 10px;
    }

    .domain-shop div ul li:last-child {
        border-top-right-radius: 0;
    }

    .domain-shop .shop-tag {
        display: none;
    }

    .domain-shop div ul li {
        width: 100%;
    }

    li.cart .cart-right,
    li.cart .cart-left {
        display: none;
    }

    .pricing-plan .whmpress_pricing_table ul li {
        padding: 27px 1px;
    }

    h5.heading-footer {
        padding-top: 32px;
    }

    .footer form .form-control {
        max-width: 100%;
    }

    .footer form i {
        right: 0;
    }


    .navigation button.navbar-toggler.navbar-toggler-right.navbar-light {
        margin-top: 0;
    }

    .slider-area {
        display: none;
    }

    .slider-buttom-area {
        display: none;
    }

    .form-box form .form-control {
        margin-bottom: 10px;
    }

    .top-bar i {
        color: white;
        background-color: #15191c;
        height: 28px;
        width: 31px;
        text-align: center;
        line-height: 27px;
        border: solid 1px #292f33;
        margin: 10px 12px;
        transition: 500ms;
    }

    .top-bar i:hover {
        color: #fc5003;
    }

    .top-bar {
        background-color: #222222;
    }

    .form-box .row button.hidden-lg-up.hidden-md-up {
        width: 50%;
        margin: auto;
        border: solid 1px #fc5003;
        outline: 0;
        margin-bottom: 28px;
    }

    .top-bar .hidden-xs-down {
        display: none;
    }

    .latest-news .owl-buttons {
        display: none;
    }


    .services .btn {
        margin-bottom: 50px;
    }

    .counter .row .col-xs-12.col-sm-12.col-md-6.col-lg-3 {
        margin-bottom: 25px;
    }

    .counter .row .row i {
        margin-bottom: 10px;
    }

    .form-box .search-header h5 {
        margin-left: 0;
        text-align: center;
    }

    .brands {
        display: none;
    }


    .footer h5 {
        padding-top: 45px;
        padding-bottom: 0;
    }

    .footer {
        padding-top: 40px;
    }

    .testimonial img {
        display: none;
        border-color: transparent;
    }

    .testimonial .testimonial-image {
        display: none;
    }

    .navigation ul li .dropdown-menu {
        border-left-color: transparent;
        border-right: transparent;
    }

    .navigation li button.navbar-toggler.navbar-toggler-right.navbar-ligh {
        width: 100%;
        top: 14px;
    }

    .navigation li button.navbar-toggler.navbar-toggler-right.navbar-ligh span {
        width: 100%;
        color: white;
        text-align: right;
        font-size: 14px;
    }

    .testimonial {
        margin-top: 50px;
    }

    .services-about .owl-buttons {
        display: none;
    }


    .top-bar ul li.nav-item.dropdown {
        float: none;
    }

    .domain-shop .domain-shop-item a.btn {
        margin-left: 0;
    }

    .domain-shop .domain-shop-item i.fa.fa-close, .domain-shop .domain-shop-item i.fa.fa-check {
        color: #fc5003;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 15px;
    }

    .about-us .row .row img {
        margin-bottom: 10px;
    }

    .navigation ul li ul.sub-menu {
        width: 100%;
    }

    .choose-us .row {
        text-align: center;
    }

    br {
        display: none;
    }

    .choose-us, .banner, .services, .pricing-plan, .faq-banner, .latest-news, .in-feature, .nexum-services, .vps-banner,
    .vhost-best, .services-banner, .pricing-plan-1, .form-area, .counter, .services-pricein-plan, .services-pricein-plan-1,
    .host-feature, .domain-shop, .about-us, .services-about, .nexum-funfact {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .whmpress_pricing_table.home_table {
        margin-bottom: 15px !important;
    }

    .vc_custom_1523931508480 {
        margin-left: 0 !important;
    }
    .vps-feature {
        padding-top: 50px;
    }

    .banner .top-heading {
        padding-top: 0;
    }

    .faq-banner .top-heading h5 {
        padding-top: 0;
    }

    .vhost-best .row {
        text-align: center;
    }

    .blog .row ul li {
        padding: 0 9px;
    }

    .blog-single-image.mb-5 {
        display: none;
    }
}

@media (max-width: 576px) {
    .form-box .row .col-sm-9,
    .form-box .row .col-sm-1,
    .form-box .row .col-sm-2 {
        padding: 0 15px;
    }

    .blog .row ul li {
        padding: 0 20px;
    }
    .pricing-plan .slider-price{
        padding: 0 0;
    }
}

@media (max-width: 767px) {
    .navigation img {
        margin-top: -10px;
        padding: 10px 0;
    }

    .navigation .navbar {
        padding: 10px;
    }

    .navigation ul.navbar-nav li.cart {
        background-color: transparent;
        margin-left: 0;
    }

    .navigation ul.navbar-nav li.cart a sup.cart-tag {
        right: 183px;
    }

    .slider {
        background-image: none;
        padding: 100px 0;
    }

    .choose-us {
        background-image: none;
    }

    .counter {
        text-align: center;
    }

    .banner img {
        display: none;
    }

    .faq-banner img {
        display: none;
    }

    .btn {
        margin-bottom: 15px;
    }

    .latest-news .owl-item {
        margin: auto 0;
        box-shadow: none;
    }

    .brands .image-o {
        margin-left: 5px;
    }

    .about-us {
        background-position-y: 35%;
    }

    .services-about .owl-item {
        margin: auto 0;
    }

    .support-box {
        max-width: 41%;
        margin: 0;
        padding: 0;
    }

    .support-box ul li {
        padding: 0 !important;
    }

    .brands .image-brand {
        text-align: center;
    }

    .brand-comb h2,
    .brand-comb .float-right {
        float: none !important;
    }

    .brand-comb {
        text-align: center;
    }

    .brand-comb .clear {
        clear: none !important;
    }

    .services-banner .card-header a {
        font-size: 18px;
    }

    .nexum-services .row .fa.fa-wifi {
        padding-left: 0;
    }

    .vps-feature .row img {
        display: none;
    }

    .vps-feature .feature-box .row {
        text-align: left !important;
    }

    .single-border-1 {
        border: none;
    }

    .single-blog .row.blog-row-box img {
        width: auto;
        margin-bottom: 20px;
    }

    .single-blog .row.blog .row img {
        width: auto;
    }

    .single-blog .right {
        float: left;
    }

    .support-team .support-text {
        padding: 48px 30px;
    }
}

.wpct_comparison_table {
    box-sizing: border-box;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    min-width: 640px;
    overflow-x: auto;
}

.wpct_comparison_table *,
.wpct_comparison_table :after,
.wpct_comparison_table :before {
    box-sizing: border-box;
}

.wpct_comparison_table .wpct_comparison_table_row::after,
.wpct_comparison_table .wpct_comparison_table_row::before,
.wpct_comparison_table .wpct_comparison_table_row:after,
.wpct_comparison_table .wpct_comparison_table_row:before {
    content: "";
    display: block;
    clear: both;
}

.wpct_comparison_table .wpct_comparison_table_col {
    padding-left: 10px;
    padding-right: 10px;
}

.wpct_comparison_table .wpct_comparison_table_col > h2,
.wpct_comparison_table .wpct_comparison_table_col > p {
    display: none;
}

.wpct_comparison_table.one_col .wpct_comparison_table_col {
    width: 50%;
}

.wpct_comparison_table.two_cols .wpct_comparison_table_col {
    width: 33.33%;
}

.wpct_comparison_table.three_cols .wpct_comparison_table_col {
    width: 25%;
}

.wpct_comparison_table.four_cols .wpct_comparison_table_col {
    width: 20%;
}

.wpct_comparison_table.five_cols .wpct_comparison_table_col {
    width: 16.66%;
}

.wpct_comparison_table.six_cols .wpct_comparison_table_col {
    width: 14.28%;
}

.wpct_comparison_table.seven_cols .wpct_comparison_table_col {
    width: 12.5%;
}

.wpct_comparison_table.eight_cols .wpct_comparison_table_col {
    width: 11.11%;
}

.wpct_comparison_table.nine_cols .wpct_comparison_table_col {
    width: 10%;
}

.wpct_comparison_table.ten_cols .wpct_comparison_table_col {
    width: 9.09%;
}

.wpct_comparison_table.eleven_cols .wpct_comparison_table_col {
    width: 8.33%;
}

.wpct_comparison_table .wpct_comparison_table_section_heading {
    background: #42444a;
    color: #fff;
    text-transform: uppercase;
    padding: 15px;
}

.wpct_comparison_table .wpct_comparison_table_section_content {
    background: #dfdfdf;
}

.wpct_comparison_table .wpct_comparison_table_section_content .wpct_comparison_table_feature_values li:nth-child(odd) {
    background: #efefef;
    border-bottom-color: #efefef;
}

.wpct_comparison_table .wpct_comparison_table_section_content .wpct_comparison_table_feature_values li:nth-child(even) {
    background: #e1e1e1;
    border-bottom-color: #e1e1e1;
}

.wpct_comparison_table ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wpct_comparison_table .wpct_comparison_table_feature_titles li,
.wpct_comparison_table .wpct_comparison_table_feature_values li {
    list-style: none;
    padding: 10px 0;
    border-bottom: 1px solid #adadad;
}

.wpct_comparison_table .wpct_comparison_table_feature_titles li.wpct_has_tooltip,
.wpct_comparison_table .wpct_comparison_table_feature_values li.wpct_has_tooltip {
    padding-left: 20px;
    position: relative;
}

.wpct_comparison_table .wpct_comparison_table_feature_titles li.wpct_has_tooltip:before,
.wpct_comparison_table .wpct_comparison_table_feature_values li.wpct_has_tooltip:before {
    width: 20px;
    position: absolute;
    left: 0;
    text-align: center;
    content: "\f059";
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wpct_comparison_table .wpct_comparison_table_feature_titles li .wpct_feature_title_text,
.wpct_comparison_table .wpct_comparison_table_feature_values li .wpct_feature_title_text {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wpct_comparison_table .wpct_comp_feature_title_responsive {
    display: none;
}

.wpct_comparison_table .wpct_comparison_table_feature_titles li:last-child,
.wpct_comparison_table .wpct_comparison_table_feature_values li:last-child {
    border: 0;
}

.wpct_comparison_table .wpct_comparison_table_feature_values li {
    text-align: center;
}

.wpct_comparison_table .wpct_comparison_table_feature_values li .fa {
    font-size: 1.15em;
}

.wpct_comparison_table .wpct_comparison_table_feature_values li .fa.wpct_icon_yes {
    color: #0e0;
}

.wpct_comparison_table .wpct_comparison_table_feature_values li .fa.wpct_icon_no {
    color: #e00;
}


.wpct_comparison_table .wpct_comparison_table_section_summary .wpct_pricing_table .wpct_heading,
.wpct_comparison_table .wpct_comparison_table_section_summary .wpct_pricing_table .wpct_price {
    display: none;
}

.wpct_comparison_table .wpct_price_caption {
    display: none;
}

.wpct_comparison_table .wpct_plan_description_responsive {
    display: none;
}

.wpct_comparison_table .wpct_discounts_container {
    text-align: center;
    padding: 15px 0;
}

.wpct_comparison_table .wpct_discounts_container .wpct_holder:not(:empty) {
    background: #fc5003;
    color: #fff;
    padding: 10px;
    width: 80%;
    display: inline-block;
    position: relative;
    border-radius: 4px 4px 4px 0;
    font-size: 1.3em;
    line-height: 1.2;
    margin-bottom: 15px;
}

.wpct_comparison_table .wpct_discounts_container .wpct_holder:not(:empty):after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0 0;
    border-color: #fc5003;
    bottom: -10px;
    left: 0;
}

.wpct_comparison_table .wpct_discounts_container .wpct_discount_text,
.wpct_comparison_table .wpct_discounts_container .wpct_discount_value {
    display: block;
}

.wpct_comparison_table .wpct_pricing_table .wpct_discounts_container .wpct_holder {
    font-size: .8em;
    border-radius: 4px 0 4px 4px;
    margin-bottom: 0;
}

.wpct_comparison_table .wpct_pricing_table .wpct_discounts_container .wpct_holder:after {
    top: -10px;
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    left: auto;
    bottom: auto;
}

.partner-slider,
.domaing-slider {
    overflow: hidden;
}

.partner-slider .owl-item {
    margin-right: 15px;
}
.partner-slider #wpaft-logo-slider-default .owl-item {
    margin-right: 0px;
}

.partner-slider .owl-item .logo-container {
    padding: 0px;
}
.slider-buttom-area .slider-buttom {
    text-align: center;
    background: #F5F5F5;
}

.slider-buttom-area {
    margin-bottom: 100px;
}

.slider-buttom-area .slider-buttom ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slider-buttom-area .slider-buttom ul li {
    display: inline-block;
    padding: 15px;
    text-align: center;
    width: 24.6%;
    transition: all .3s;
}

.slider-buttom-area .slider-buttom ul li:hover {
    background: #fc5003;
}

.slider-buttom-area .slider-buttom ul li:hover i,
.slider-buttom-area .slider-buttom ul li:hover h3 {
    color: #ffffff;
}

.slider-buttom-area .slider-buttom ul li i {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
}

.slider-buttom-area .slider-buttom ul li h3 {
    font-weight: 400;
    font-size: 20px;
}

.service-price {
    padding: 100px 0;
}

.service-price .wpct_submit {
    padding: 10px 20px;
    color: #ffffff;
    margin: 20px 0;
    background: #fc5003;
    display: block;
    text-align: center;
}

/*=========================
       pricing-plan Start here
       =======================*/
.slider-price {
    padding: 0 45px;
}

.slider-price i.slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background: #fc5003;
    color: white;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
}

.pricing-plan .whmpress_pricing_table ul li {
    padding-top: 28px;
    padding-left: 38px;
    padding-right: 38px;
}

.pricing-plan .pricing_table_submit .holder a {
    height: 45px;
    background: transparent;
    width: 180px;
    line-height: 44px;
    font-weight: 600;
    margin-top: 45px;
    margin-bottom: 25px;
    padding: 0;
    color: #fc5003;
    border: solid 1px #fc5003;
    border-radius: 0;
}

.pricing-plan .pricing_table_submit .holder a:hover {
    background-color: #fc5003;
    color: #FFFFFF;
}

.slider-price1 i.slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background: #fc5003;
    color: white;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
}

.slider-price i.slick-arrow.fa-angle-left {
    left: 0;
}

.slider-price i.slick-arrow.fa-angle-right {
    right: 0;
}

.slider-price1 i.slick-arrow.fa-angle-left {
    left: -48px;
    z-index: 5;
}

.slider-price1 i.slick-arrow.fa-angle-right {
    right: -44px;
}

.whmpress_pricing_table.four .pricing_table_heading {
    background: #fc5003;
    padding: 30px 0;
    margin-top: -1px;
}

.whmpress_pricing_table .pricing_table_heading h2 {
    margin: 0;
    color: #fff;
    font-weight: 400;
}

.whmpress_pricing_table .pricing_table_price {
    background: #fc5003;
    position: relative;
}

.whmpress_pricing_table .pricing_table_price .holder {
    font-size: 38px;
    font-weight: 400;
}

.whmpress_pricing_table .pricing_table_price .currency,
.whmpress_pricing_table .pricing_table_price .fraction {
    font-size: 20px;
    color: #FFFFFF;
}

.whmpress_pricing_table .pricing_table_price .amount {
    letter-spacing: -2px;
    margin-bottom: 8px;
    color: white;
}

.whmpress_pricing_table .pricing_table_price .duration {
    display: block;
    font-size: 16px;
    word-spacing: 0;
    font-weight: 700;
    color: #FFFFFF;
}

.whmpress *,
.whmpress :after,
.whmpress :before,
.whmpress input[type=search] {
    box-sizing: border-box;
}

.whmpress_pricing_table .pricing_table_features ul {
    margin: 0;
    padding: 0;
}

.wpct_table_group .whmpress_pricing_table ul li {
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
    list-style: none;
}

.whmpress_pricing_table ul li {
    width: 100%;
    padding-top: 30px;
    margin: 0;
    list-style: none;
}


.whmpress *,
.whmpress :after,
.whmpress :before,
.whmpress input[type=search] {
    box-sizing: border-box;
}



.wpct_table_group .wpct_table_group_col .whmpress_pricing_table .whmpress_order_button {
    display: inline-block;
}

.holder.holder1 {
    width: 120px;
    height: 120px;
    background: white;
    border-radius: 74px;
    padding-top: 10px;
    margin: auto;
}

.services-pricein-plan-1 .pricing_table_price.pricing_table_price-1 .holder.holder1 span {
    color: #222222;
    font-weight: 600;
}
section.pricing-plan-1 .pricing_table_price.pricing_table_price-1 .holder.holder1 span {
    color: #222222;
    font-weight: 600;
}
section.services-pricein-plan .pricing_table_price.pricing_table_price-1 .holder.holder1 span {
    color: #222222;
    font-weight: 600;
}
.holder.holder .duration {
    color: #fc5003;
}

.pricing_table_price-1 {
    margin-bottom: 0;
    padding-top: 25px;
}

.holder h2 {
    font-size: 24px;

}

.services-pricein-plan .row .col-sm-3 {
    padding: 0;
}

.services-pricein-plan {
    padding: 100px 0;
    background-color: #f6f6f6;
}
section.services-pricein-plan .whmpress.whmpress_pricing_table.four .pricing_table_submit{
    padding-top: 30px;
    padding-bottom: 40px;
}
.pricing-plan-button {
    padding-left: 42%;
}

.services-pricein-plan .whmpress_pricing_table.four {
    margin: 0;
    margin-bottom: 20px;
    background-color: white;
    box-shadow: -5px 0 16px 0 rgba(220, 220, 220, 0);
    transition: 500ms;
}

.services-pricein-plan .whmpress_pricing_table.four:hover {
    box-shadow: 0 5px 16px 0 #d7d7d7;
}

.pricing-plan-button .plan-1 {
    background-color: #FFFFFF;
    padding: 11px 28px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    color: #222222;
}

.pricing-plan-button .plan-2 {
    background-color: white;
    padding: 11px 28px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    color: #222222;
}

.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
    color: #fff;
    cursor: default;
    background-color: #fc5003;
}

.pricing_table_price.pricing_table_price-1.pricing_table_price-2 {
    background-color: #1f294b;
    padding-bottom: 25px;
    padding-top: 25px;
}

ul.nav.nav-pills.pricing-plan-button {
    margin-bottom: 45px;
}

.whmpress a.buy-button,
.whmpress a.whmpress-btn,
.whmpress a.whmpress_order_button,
.whmpress a.whois-button,
.whmpress a.www-button,
.whmpress button,
.whmpress input[type=submit] {
    border: 0;
    color: #fff;
    cursor: pointer;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
    text-align: center;
    height: auto;
    background: #fb4400;
    transition: background 0.5s ease-in-out;
    display: inline-block;
}

.wpct_table_group .whmpress_pricing_table {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
}
.wpct_table_group .wpct_table_group_col {
    width: 20%;
    padding: 10px;
    min-width: 250px;
    text-align: center;
}

.wpct_price_toggle {
    text-align: center;
}

.wpct_price_toggle input {
    display: none;
}

.wpct_price_toggle label {
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 0;
    cursor: pointer;
}

.wpct_price_toggle label span {
    display: inline-block;
    padding: 6px;
    transition: all 0.1s ease-in-out;
    border: solid 1px #fc5003;
    height: 60px;
    width: 100%;
    line-height: 51px;
    margin-bottom: 23px;
    font-family: "Ubuntu", serif;
    background-color: #ffffff;
}

.wpct_price_toggle label span i {
    font-size: 14px;
    opacity: 0;
    background: white;
    color: #fc5003;
    border-radius: 10px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
}

.wpct_comparison_table.eighth .wpct_price_toggle input:checked + span i {
    opacity: 1;
}

.wpct_price_toggle label * {
    font-size: 16px;
    font-weight: 600;
}

.wpct_pricing_table {
    box-sizing: border-box;
    background: #eee;
    color: #333;
    font-size: 16px;
    line-height: 1.4;
    font-family: "Ubuntu", serif;
    text-align: center;
    position: relative;
    margin: 0 auto;
    padding: 15px;
    border: 2px solid #d5d5d5;
}

.wpct_price_toggle label span.vps-yearly {
    margin-top: 0;
    margin-bottom: 145px;
}

.wpct_holder.annually.monthly-pricing,
.wpct_holder.monthly.monthly-pricing {
    height: 120px;
    width: 120px;
    background-color: #fc5003;
    border-radius: 75px;
    margin: auto;
    padding-top: 9px;
    text-align: center;
    color: #FFFFFF;
    font-family: "Ubuntu", serif;
}

.wpct_holder.annually.monthly-pricing-1,
.wpct_holder.monthly.monthly-pricing-1 {
    height: 120px;
    width: 120px;
    background-color: white;
    border-radius: 75px;
    margin: auto;
    padding-top: 9px;
    text-align: center;
    color: #222222;
    font-family: "Ubuntu", serif;
}

.wpct_holder.annually.monthly-pricing-1 .wpct_period {
    color: #222222;
}

.wpct_holder.monthly.monthly-pricing-1 .wpct_period {
    color: #222222;
}

.wpct_pricing_table .wpct_heading h2 {
    margin: 0;
    padding-bottom: 20px;
    font-weight: 700;
    font-family: "Ubuntu", serif;
}

.wpct_pricing_table .wpct_features ul li {
    padding: 10px;
    list-style: none;
    border-bottom: 1px solid #d5d5d5;
}

.wpct_pricing_table .wpct_features ul li:last-child {
    border-bottom: 0;
}

.wpct_pricing_table .wpct_price {
    padding: 15px;
    font-family: "Ubuntu", serif;
    font-weight: 300;
    font-size: 60px;
    line-height: 1;
    background: #d5d5d5;
    margin: 0 -15px;
}

.wpct_pricing_table .wpct_price .wpct_fraction,
.wpct_pricing_table .wpct_price .wpct_unit {
    font-size: 40%;
}

.wpct_pricing_table .wpct_price .wpct_period {
    display: block;
    text-align: center;
    font-size: 16px;
    word-spacing: 0;
    color: #FFFFFF;
}

.wpct_pricing_table .wpct_button {
    padding: 15px;
    text-align: center;
}

.wpct_pricing_table .wpct_button .wpct_submit-button {
    background: transparent;
    border: 2px solid #fc5003;
    color: #fc5003;
    cursor: pointer;
    height: 45px;
    width: 120px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    font-weight: 600;
    font-size: 16px;
}

/* Domain Price List */
.whmpress.domain-list-2 .text-center a,
.whmpress_domain_price_list.simple-01 ul li > a {
    padding: 0;
    height: 80px;
    width: 134px;
    padding-top: 11px;
    color: #222222;
    background-color: #FFFFFF;
    border: 1px solid #dddddd;
    margin-bottom: 15px;
    text-transform: none;
}

.whmpress_domain_price_list.simple-01 ul li {
    background: transparent;
    text-align: center;
}

.whmpress_domain_price_list.simple-01 ul li .registration_duration,
.whmpress_domain_price_list.simple-01 ul li .registration_price_title.price_title {
    display: none;
}

.whmpress_domain_price_list.simple-01 ul li .price_complete {
    text-align: center;
    font-size: 14px;
    font-weight: 200;
}
.whmpress_domain_price_list.simple-01 ul li .domain_tld {
    font-size: 20px;
    font-weight: 500;
}

.whmpress.domain-list-2 .text-center .btn:hover {
    background-color: #fc5003;
    color: #FFFFFF;
    border-color: #fc5003;
}

.whmpress.domain-list-2 .text-center:hover p {
    color: #ffffff;
}
.whmpress.domain-list-2 .text-center .btn p {
    transition: 500ms;
    font-weight: 300;
    margin-top: -10px;
}
.whmpress.domain-list-2 .text-center .whmpress_domain_year {
    color: #222222;
    transition: 500ms;
    font-weight: 300;
    margin-top: -10px;
}

.whmpress.domain-list-2 .fa-caret-left.slick-arrow {
    position: relative;
    top: 212px;
    left: 210px;
    font-size: 18px;
    color: #acacac;
}

.whmpress.domain-list-2 .fa-caret-right.slick-arrow {
    position: relative;
    left: 225px;
    font-size: 18px;
    color: #acacac;
}

.whmpress.domain-list-2 .fa-caret-right.slick-arrow:hover,
.whmpress.domain-list-2 .fa-caret-left.slick-arrow:hover {
    color: #070707;
}

/* Pricing Plan Home */

.whmpress_pricing_table.home_table {
    position:relative;
    padding:0px !important;
    margin-bottom:20px;
    background: transparent;
    border: none;
    border-radius:0;
}

.whmpress_pricing_table.home_table .inner-box:after{
    position:absolute;
    content:'';
    right:0px;
    top:0px;
    width:1px;
    height:100%;
    background-color:#eaeaea;
}

.whmpress_pricing_table.home_table:last-child .inner-box::after{
    display:none;
}

.whmpress_pricing_table.home_table .inner-box{
    position:relative;
    display:block;
    background:#ffffff;
    text-align:center;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.whmpress_pricing_table.home_table .price-header {
    position:relative;
    padding:50px 20px 20px;
    line-height:1em;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.whmpress_pricing_table.home_table .plan-title {
    position:relative;
    color:#212121;
    font-size:13px;
    font-weight:700;
    line-height:1.4em;
    margin-top:20px;
    margin-bottom:15px;
    letter-spacing:2px;
    text-transform:uppercase;
}

.whmpress_pricing_table.home_table .pricing_table_price {
    background:transparent;
}

.whmpress_pricing_table.home_table .price-header .currency {
    position: relative;
    top: -10px;
    font-size: 30px;
    font-weight: 700;
    color: #212121;
    left: -3px;
    text-transform: uppercase;
}

.whmpress_pricing_table.home_table .price-header .amount {
    font-size:64px;
    font-weight:700;
    line-height:1em;
    color:#212121;
    display:inline-block;
}

.whmpress_pricing_table.home_table .price-header .duration {
    font-size:15px;
    font-weight:700;
    line-height:1em;
    color:#212121;
    display:inline-block;
}

.whmpress_pricing_table.home_table .pricing_table_features {
    position:relative;
    padding:0px 0px 20px;
}

.whmpress_pricing_table.home_table .pricing_table_features ul {
    position:relative;
    padding:0px 0px 30px;
    border: none;
}

.whmpress_pricing_table.home_table .pricing_table_features ul li{
    line-height:32px;
    padding:2px 15px;
    font-size:14px;
    color:#7e7d7d;
    font-weight:400;
    border: none;
}

.whmpress_pricing_table.home_table .pricing_table_features button {
    color:#ffffff;
    font-size:13px;
    font-weight:700;
    padding:8px 34px;
    border:1px solid #dadada;
    text-transform:uppercase;
    display:inline-block;
    margin: 0;
    width: auto;
}

.whmpress_pricing_table.home_table .inner-box:hover .pricing_table_features button {
    color:#000000;
    border-color:#ffffff;
    background-color:#ffffff;
}

.whmpress_pricing_table.home_table .inner-box:hover{
    background-color:#fc5003;
}

.whmpress_pricing_table.home_table .inner-box:hover .price-header .plan-title,
.whmpress_pricing_table.home_table .inner-box:hover .price-header .amount,
.whmpress_pricing_table.home_table .inner-box:hover .price-header .currency,
.whmpress_pricing_table.home_table .inner-box:hover .price-header .duration,
.whmpress_pricing_table.home_table .inner-box:hover .pricing_table_features ul li{
    color:#ffffff;
}

/*.whmpress_pricing_table.home_table {

    font-family: "Ubuntu", serif;
    border:none;
    padding: 0;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    box-shadow: -5px 0 16px 0 gainsboro;
}

.whmpress_pricing_table.home_table .pricing_table_heading {
    background: #fc5003;
    padding: 20px 0px;
}
.whmpress_pricing_table.home_table .pricing_table_heading h2 {
    margin: 0;
    color: #fff;
    font-weight: 400;
    font-size: 24px;
}
.whmpress_pricing_table.home_table .whmpress_table_box {
    background:#fc5003;
    color: #fff;
    font-weight:bold;
    padding-bottom:0px;
}

.whmpress_pricing_table.home_table .pricing_table_detail.detail-2 {
    display: none;
}

.whmpress_pricing_table.home_table .whmpress_table_box .pricing_table_price {
    background: #fc5003;
    position: relative;
}

.whmpress_pricing_table.home_table .whmpress_table_box .pricing_table_price .holder {
    font-size: 38px;
    font-weight: 400;
    margin-top: -14px;
}

.whmpress_pricing_table.home_table .whmpress_table_box .pricing_table_price span.currency {
    font-size: 20px;
    color: #FFFFFF;
}

.whmpress_pricing_table.home_table .whmpress_table_box .pricing_table_price span.amount {
    letter-spacing: -2px;
    margin-bottom: 8px;
    color: white;
    font-weight: bold;
    font-size: 30px;
    font-family: "Ubuntu", serif;
}

.whmpress_pricing_table.home_table .whmpress_table_box .pricing_table_price span.duration {
    display: block;
    font-size: 16px;
    word-spacing: 0;
    font-weight: 700;
    color: #FFFFFF;
    padding-top: 10px;
}

.whmpress_pricing_table.home_table .pricing_table_features ul {
    padding:0;
    border:none;
    margin:0;
}

.whmpress_pricing_table ul li {
    padding: 0 !important;
}

.whmpress_pricing_table.home_table .pricing_table_features ul li {
    padding-top: 28px !important;
    padding-left: 38px !important;
    padding-right: 38px !important;
    border:none;
}

.whmpress_pricing_table.home_table .pricing_table_features ul li i{
    float:left;
}

.whmpress_pricing_table.home_table .pricing_table_submit .holder button.whmpress.whmpress_order_button {
    height: 45px;
    background: transparent;
    width: 180px;
    line-height: 44px;
    font-weight: 600;
    margin-top: 45px;
    margin-bottom: 25px;
    padding: 0;
    color: #fc5003;
    border: solid 1px #fc5003;
    border-radius: 0;
    transition: background 0.5s ease-in-out;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
}

.whmpress_pricing_table.home_table .pricing_table_submit .holder button.whmpress.whmpress_order_button:hover{
    background-color: #fc5003;
    color: #FFFFFF;
}
*/
/* Pricing Table Hosting */
.whmpress_pricing_table.hosting {
    padding: 0;
    border: none;
    box-shadow:none;
    border-radius: 0;
    transition: 500ms;

}

.whmpress_pricing_table.hosting:hover{
    box-shadow: 0 5px 16px 0 #d7d7d7;
}

.whmpress_pricing_table.hosting .pricing_table_price {
    background-color: #1f294b;
    padding: 25px 0;
}

.whmpress_pricing_table.hosting .pricing_table_detail.detail-2 {
    display:none;
}

.whmpress_pricing_table.hosting .pricing_table_price .holder {
    font-size: 38px;
    font-weight: 400;
    width: 120px;
    height: 120px;
    background: white;
    border-radius: 74px;
    padding-top: 10px;
    margin: auto;
    border: solid 4px transparent;
}

.whmpress_pricing_table.hosting .pricing_table_price .amount {
    color: #222222;
    font-weight: 600;
    letter-spacing: -2px;
    margin-bottom: 8px;
}

.whmpress_pricing_table.hosting .pricing_table_price .duration {
    display: block;
    font-size: 16px;
    word-spacing: 0;
    color: #222222;
    font-weight: 600;
}

.whmpress_pricing_table.hosting .pricing_table_heading {
    background: #fc5003;
    padding: 30px 0;
    color: #fff;
    font-weight: 400;
}

.whmpress_pricing_table.hosting .pricing_table_heading h2 {
    margin: 0;
    color: #fff;
    font-weight: 400;
}
.whmpress_pricing_table.hosting .pricing_table_features .holder ul {
    border:none;
    padding:0;
    margin: 0;
}
.whmpress_pricing_table.hosting .pricing_table_features .holder ul li {
    border-bottom: solid 1px #dddddd;
    padding: 15px 0 !important;
    margin: auto;
    max-width: 95%;
}
.whmpress_pricing_table.hosting .pricing_table_features .holder ul li h6 {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 1rem;
    text-transform: uppercase;
}
.whmpress_pricing_table.hosting .pricing_table_features .holder p {
    color: #222222;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
}
.whmpress_pricing_table.hosting .pricing_table_submit {
    padding-top: 30px;
    padding-bottom: 40px;
}
.whmpress_pricing_table.hosting .pricing_table_submit .holder button.whmpress.whmpress_order_button {
    width: 140px;
    height: 50px;
    font-size: 16px;
    background: transparent;
    padding: 0;
    color: #fc5003;
    border: solid 1px #fc5003;
    border-radius: 0;
    line-height: 45px;
    transition: background 0.5s ease-in-out;
    display: inline-block;
    text-align: center;
    margin: 0;
}

.whmpress_pricing_table.hosting .pricing_table_submit .holder button.whmpress.whmpress_order_button:hover{
    background-color: #fc5003;
    color: #FFFFFF;
}

/* Pricing Table SLL */
.whmpress.whmpress_pricing_table.ssl {
    padding: 0;
    box-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 6px;
    background: #fff!important;
}

.whmpress_pricing_table.ssl .pricing_table_price {
    background-color: #fc5003;
    padding: 25px 0 0;
    border-radius: 6px 6px 0px 2px;
}
.whmpress_pricing_table.ssl .pricing_table_detail.detail-2 {
    display:none;
}
.whmpress_pricing_table.ssl .pricing_table_price .holder {
    font-size: 38px;
    font-weight: 400;
    width: 120px;
    height: 120px;
    background: white;
    border-radius: 74px;
    padding-top: 10px;
    margin: auto;
    border: solid 4px #f88d5d;
}
.whmpress_pricing_table.ssl .pricing_table_price .amount {
    color: #222222;
    font-weight: 600;
}
.whmpress_pricing_table.ssl .pricing_table_price .duration {
    color: #222222;
    font-weight: 600;
}
.whmpress_pricing_table.ssl .pricing_table_heading {
    background: #fc5003;
    padding: 30px 0;
    color: #fff;
    font-weight: 400;
}
.whmpress_pricing_table.ssl .pricing_table_features .holder ul{
    border:none;
    padding:0;
}
.whmpress_pricing_table.ssl .pricing_table_features .holder ul li {
    padding: 25px 0 !important;
    color: #fc5003;
    border:none;
}

.whmpress_pricing_table.ssl .pricing_table_features .holder ul li:nth-child(even){
    background-color: #f7f7f7;
}
.whmpress_pricing_table.ssl .pricing_table_submit .holder button.whmpress.whmpress_order_button {
    width: 140px;
    height: 50px;
    font-size: 16px;
    transition: 500ms all;
    background: transparent;
    padding: 0;
    color: #fc5003;
    border: solid 1px #fc5003;
    border-radius: 0;
    line-height: 45px;
    margin-bottom: 0;
}
.whmpress_pricing_table.ssl .pricing_table_submit {
    padding-top: 30px;
    padding-bottom: 40px;
}
.whmpress_pricing_table.ssl .pricing_table_submit .holder button.whmpress.whmpress_order_button:hover{
    background-color: #fc5003;
    color: #FFFFFF;
}

.whmpress_pricing_table.ssl .holder ul li:first-child {
    padding: 40px 0;
    color: #888888;
}
/* Pricing Table Dedicated */
.whmpress.whmpress_pricing_table.dedicated {
    padding: 0;
    box-shadow: 0 8px 9px 0 #dcdcdc;
    border: none;
    border-radius: 6px;
    background:#fff!important;
}

.whmpress_pricing_table.dedicated .pricing_table_price {
    background: #fc5003;
    padding: 25px 0 0;
    border-radius: 6px 6px 0px 2px;
}
.whmpress_pricing_table.dedicated .pricing_table_detail.detail-2 {
    display:none;
}
.whmpress_pricing_table.dedicated .pricing_table_price .holder {
    font-size: 38px;
    font-weight: 400;
    width: 120px;
    height: 120px;
    background: white;
    border-radius: 74px;
    padding-top: 10px;
    margin: auto;
    border: solid 4px #f88d5d;
}
.whmpress_pricing_table.dedicated .pricing_table_price .amount {
    color: #222222;
    font-weight: 600;
}
.whmpress_pricing_table.dedicated .pricing_table_price .duration {
    color: #222222;
    font-weight: 600;
}
.whmpress_pricing_table.dedicated .pricing_table_heading {
    background: #fc5003;
    padding: 30px 0;
    color: #fff;
    font-weight: 400;
}
.whmpress_pricing_table.dedicated .pricing_table_features .holder ul {
    border:none;
}
.whmpress_pricing_table.dedicated .pricing_table_features .holder ul li {
    padding: 25px 0!important;
    border: none;
}
.whmpress_pricing_table.dedicated .pricing_table_features .holder ul li strong {
    font-weight: bold;
}
.whmpress_pricing_table.dedicated .pricing_table_features .holder ul li span{
    font-weight: 400;
}
.whmpress_pricing_table.dedicated .pricing_table_features .holder ul li:nth-child(even) {
    background-color: #f7f7f7;
}

.whmpress_pricing_table.dedicated .pricing_table_submit .holder button.whmpress.whmpress_order_button {
    background: transparent;
    width: 160px;
    height: 50px;
    padding: 0;
    color: #fc5003;
    border: solid 1px #fc5003;
    border-radius: 0;
    line-height: 45px;
    margin-bottom:0;
    outline: 0;
}

.whmpress_pricing_table.dedicated .pricing_table_submit{
        padding-top: 30px;
    padding-bottom: 40px;
}
.whmpress_pricing_table.dedicated .pricing_table_submit .holder button.whmpress.whmpress_order_button:hover{
    background-color: #fc5003;
    color: #FFFFFF;
}

/* my chak*/
.wpct_pricing_table.comparison-08 {
    background: #eeeeee;
    border: 0;
    padding: 0;
}

.wpct_pricing_table .wpct_button .wpct_submit-button:hover {
    background-color: #fc5003;
    color: white;
}

.wpct_pricing_table.comparison-08.featured .wpct_button .wpct_submit-button:hover {
    color: #fc5003;
}

.wpct_pricing_table.comparison-08 .wpct_heading {
    padding-top: 20px;
    background: 0;
}

.wpct_pricing_table.comparison-08 .wpct_price {
    margin: 0;
    background: 0;
}

.wpct_pricing_table.comparison-08 .wpct_price .wpct_amount {
    font-size: 45px;
    font-weight: 800;
}

.wpct_pricing_table.comparison-08 .wpct_price .wpct_decimal {
    display: none;
}

.wpct_pricing_table.comparison-08.featured {
    background: #fc5003;
    padding-top: 30px;
    position: relative;
    color: #fff;
}

.wpct_pricing_table.comparison-08.featured .wpct_promo-text {
    position: absolute;
    top: 0;
    width: 100%;
    background: #1f294b;
    line-height: 2;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.wpct_pricing_table.comparison-08.featured .wpct_heading h2 {
    color: #fff;
}

.wpct_pricing_table.comparison-08.featured .wpct_button .wpct_submit-button {
    background: #eee;
    color: #2A363F;
}

.wpct_pricing_table.alaska {
    border: 0;
    background: #f8f8f8;
    padding-top: 20px;
}

.wpct_pricing_table.alaska .wpct_icon .holder {
    background: #fd4326;
    height: 78px;
    width: 78px;
    border-radius: 78px;
    color: #fff;
    margin: 0 auto;
}

.wpct_pricing_table.alaska .wpct_icon .holder .fa {
    font-size: 27px;
    line-height: 78px;
}

.wpct_pricing_table.alaska .wpct_heading h2 {
    font-size: 20px;
    line-height: 22px;
    margin: 17px 0 20px;
}

.wpct_pricing_table.alaska .wpct_price {
    background: #ebebeb;
    color: #fd4326;
    font-size: 40px;
    line-height: 26px;
}

.wpct_pricing_table.alaska .wpct_price .wpct_amount,
.wpct_pricing_table.alaska .wpct_price .wpct_fraction,
.wpct_pricing_table.alaska .wpct_price .wpct_unit {
    font-size: 100%;
}

.wpct_pricing_table.alaska .wpct_price .wpct_period {
    font-size: 14px;
    display: inline;
}

.wpct_pricing_table.alaska .wpct_summary {
    font-family: "Ubuntu", serif;
    padding: 20px 5px;
    font-size: 13px;
    line-height: 26px;
    font-weight: 400;
}

.wpct_pricing_table.alaska .wpct_button .wpct_submit-button {
    border-radius: 4px;
    border: 1px solid #fd4326;
    background: #fd4326;
    color: #fff;
    font-size: 12px;
    line-height: 40px;
    text-transform: uppercase;
    padding: 0 15px;
}

.wpct_pricing_table.alaska .wpct_button .wpct_submit-button:hover {
    background: #fff;
    color: #fd4326;
}

.wpct_comparison_table {
    box-sizing: border-box;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    min-width: 640px;
    overflow-x: auto;
}

.wpct_comparison_table *,
.wpct_comparison_table :after,
.wpct_comparison_table :before {
    box-sizing: border-box;
}

.wpct_comparison_table .wpct_comparison_table_row {
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    justify-content: space-around;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.wpct_comparison_table .wpct_comparison_table_row::after,
.wpct_comparison_table .wpct_comparison_table_row::before,
.wpct_comparison_table .wpct_comparison_table_row:after,
.wpct_comparison_table .wpct_comparison_table_row:before {
    content: "";
    display: block;
    clear: both;
}

.wpct_comparison_table .wpct_comparison_table_row.wpct_comparison_table_section_content,
.wpct_comparison_table .wpct_comparison_table_row.wpct_comparison_table_section_summary {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.wpct_comparison_table .wpct_comparison_table_col {
    padding-left: 10px;
    padding-right: 10px;
}

.wpct_comparison_table .wpct_comparison_table_col > h2,
.wpct_comparison_table .wpct_comparison_table_col > p {
    display: none;
}

.wpct_comparison_table.one_col .wpct_comparison_table_col {
    width: 50%;
}

.wpct_comparison_table.two_cols .wpct_comparison_table_col {
    width: 33.33%;
}

.wpct_comparison_table.three_cols .wpct_comparison_table_col {
    width: 25%;
}

.wpct_comparison_table.four_cols .wpct_comparison_table_col {
    width: 20%;
}

.wpct_comparison_table.five_cols .wpct_comparison_table_col {
    width: 16.66%;
}

.wpct_comparison_table.six_cols .wpct_comparison_table_col {
    width: 14.28%;
}

.wpct_comparison_table.seven_cols .wpct_comparison_table_col {
    width: 12.5%;
}

.wpct_comparison_table.eight_cols .wpct_comparison_table_col {
    width: 11.11%;
}

.wpct_comparison_table.nine_cols .wpct_comparison_table_col {
    width: 10%;
}

.wpct_comparison_table.ten_cols .wpct_comparison_table_col {
    width: 9.09%;
}

.wpct_comparison_table.eleven_cols .wpct_comparison_table_col {
    width: 8.33%;
}

.wpct_comparison_table .wpct_comparison_table_section_heading {
    background: #42444a;
    color: #fff;
    text-transform: uppercase;
    padding: 15px;
    font-size: 14px;
    font-family: "Ubuntu", serif;
}

.wpct_comparison_table .wpct_comparison_table_section_content {
    background: #dfdfdf;
}

.wpct_comparison_table .wpct_comparison_table_section_content .wpct_comparison_table_feature_values li:nth-child(odd) {
    background: #efefef;
    border-bottom-color: #efefef;
    color: #222222;
}

.wpct_comparison_table .wpct_comparison_table_section_content .wpct_comparison_table_feature_values li:nth-child(even) {
    background: #e1e1e1;
    border-bottom-color: #e1e1e1;
    color: #222222;
}

.wpct_comparison_table ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 400;
}

.wpct_comparison_table .wpct_comparison_table_feature_titles li,
.wpct_comparison_table .wpct_comparison_table_feature_values li {
    list-style: none;
    padding: 10px 0;
    border-bottom: 1px solid #adadad;
}

.wpct_comparison_table .wpct_comparison_table_feature_titles li.wpct_has_tooltip,
.wpct_comparison_table .wpct_comparison_table_feature_values li.wpct_has_tooltip {
    padding-left: 20px;
    position: relative;
}

.wpct_comparison_table .wpct_comparison_table_feature_titles li.wpct_has_tooltip:before,
.wpct_comparison_table .wpct_comparison_table_feature_values li.wpct_has_tooltip:before {
    width: 20px;
    position: absolute;
    left: 0;
    text-align: center;
    content: "\f059";
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;

}

.wpct_comparison_table .wpct_comparison_table_feature_titles li .wpct_feature_title_text,
.wpct_comparison_table .wpct_comparison_table_feature_values li .wpct_feature_title_text {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #777777;
}

.wpct_comparison_table .wpct_comp_feature_title_responsive {
    display: none;
}

.wpct_comparison_table .wpct_comparison_table_feature_titles li:last-child,
.wpct_comparison_table .wpct_comparison_table_feature_values li:last-child {
    border: 0;
}

.wpct_comparison_table .wpct_comparison_table_feature_values li {
    text-align: center;
}

.wpct_comparison_table .wpct_comparison_table_feature_values li .fa {
    font-size: 1.15em;
}

.wpct_comparison_table .wpct_comparison_table_feature_values li .fa.wpct_icon_yes {
    color: #0e0;
}

.wpct_comparison_table .wpct_comparison_table_feature_values li .fa.wpct_icon_no {
    color: #fc5003;
}

.wpct_comparison_table .wpct_comparison_table_section_summary .wpct_pricing_table {
    margin: 0;
    border-top: 0 ;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

.wpct_comparison_table .wpct_comparison_table_section_summary .wpct_pricing_table .wpct_heading,
.wpct_comparison_table .wpct_comparison_table_section_summary .wpct_pricing_table .wpct_price {
    display: none;
}

.wpct_comparison_table .wpct_price_caption {
    display: none;
}

.wpct_comparison_table .wpct_plan_description_responsive {
    display: none;
}

.wpct_comparison_table .wpct_discounts_container {
    text-align: center;
    padding: 15px 0;
}

.wpct_comparison_table .wpct_discounts_container .wpct_holder:not(:empty) {
    background: orange;
    color: #fff;
    padding: 10px;
    width: 80%;
    display: inline-block;
    position: relative;
    border-radius: 4px 4px 4px 0;
    font-size: 1.3em;
    line-height: 1.2;
    margin-bottom: 15px;
}

.wpct_comparison_table .wpct_discounts_container .wpct_holder:not(:empty):after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0 0;
    border-color: orange transparent transparent transparent;
    bottom: -10px;
    left: 0;
}

.wpct_comparison_table .wpct_discounts_container .wpct_discount_text,
.wpct_comparison_table .wpct_discounts_container .wpct_discount_value {
    display: block;
}

.wpct_comparison_table .wpct_pricing_table .wpct_discounts_container .wpct_holder {
    font-size: .8em;
    border-radius: 0;
    margin-bottom: 0;
}

.wpct_comparison_table .wpct_pricing_table .wpct_discounts_container .wpct_holder:after {
    top: -10px;
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    left: auto;
    bottom: auto;
}

.wpct_comparison_table.first {
    padding-top: 70px;
}

.wpct_comparison_table.first .wpct_comparison_table_section_heading {
    background: #4796b3;
}

.wpct_comparison_table.first .wpct_comparison_table_feature_values li .fa.wpct_icon_yes {
    color: #337ab7;
}

.wpct_comparison_table.first .wpct_price_toggle input:checked + span {
    color: #fff;
    background: #4796b3;
}

.wpct_comparison_table.first .wpct_discounts_container .wpct_holder:not(:empty) {
    background: #337ab7;
}

.wpct_comparison_table.first .wpct_discounts_container .wpct_holder:not(:empty):after {
    border-top-color: #337ab7;
}

.wpct_comparison_table.first .wpct_tooltip {
    background: #337ab7;
}

.wpct_comparison_table.first .wpct_tooltip:after {
    border-color: transparent #337ab7 transparent transparent;
}

.wpct_comparison_table.second .wpct_comparison_table_section_heading {
    background: #333;
}

.wpct_comparison_table.second .wpct_comparison_table_feature_values li .fa.wpct_icon_yes {
    color: #00ab00;
}

.wpct_comparison_table.second .wpct_price_toggle input:checked + span {
    color: #fff;
    background: #333;
}

.wpct_comparison_table.second .wpct_discounts_container .wpct_holder:not(:empty) {
    background: #00ab00;
}

.wpct_comparison_table.second .wpct_discounts_container .wpct_holder:not(:empty):after {
    border-top-color: #00ab00;
}

.wpct_comparison_table.second .wpct_tooltip {
    background: #00ab00;
}

.wpct_comparison_table.second .wpct_tooltip:after {
    border-color: transparent #00ab00 transparent transparent;
}

.wpct_comparison_table.third .wpct_comparison_table_section_heading {
    background: #ff4d00;
}

.wpct_comparison_table.third .wpct_comparison_table_feature_values li .fa.wpct_icon_yes {
    color: #ff4d00;
}

.wpct_comparison_table.third .wpct_price_toggle input:checked + span {
    color: #fff;
    background: #ff4d00;
}

.wpct_comparison_table.third .wpct_discounts_container .wpct_holder:not(:empty) {
    background: #ff4d00;
}

.wpct_comparison_table.third .wpct_discounts_container .wpct_holder:not(:empty):after {
    border-top-color: #ff4d00;
}

.wpct_comparison_table.third .wpct_tooltip {
    background: #ff4d00;
}

.wpct_comparison_table.third .wpct_tooltip:after {
    border-color: transparent #ff4d00 transparent transparent;
}

.wpct_comparison_table.fourth .wpct_comparison_table_section_heading {
    background: #54b4f2;
}

.wpct_comparison_table.fourth .wpct_comparison_table_feature_values li .fa.wpct_icon_yes {
    color: #54b4f2;
}

.wpct_comparison_table.fourth .wpct_price_toggle input:checked + span {
    color: #fff;
    background: #54b4f2;
}

.wpct_comparison_table.fourth .wpct_discounts_container .wpct_holder:not(:empty) {
    background: #54b4f2;
}

.wpct_comparison_table.fourth .wpct_discounts_container .wpct_holder:not(:empty):after {
    border-top-color: #54b4f2;
}

.wpct_comparison_table.fourth .wpct_tooltip {
    background: #54b4f2;
}

.wpct_comparison_table.fourth .wpct_tooltip:after {
    border-color: transparent #54b4f2 transparent transparent;
}

.wpct_comparison_table.fifth .wpct_comparison_table_section_heading {
    background: #323232;
}

.wpct_comparison_table.fifth .wpct_comparison_table_feature_values li .fa.wpct_icon_yes {
    color: #323232;
}

.wpct_comparison_table.fifth .wpct_price_toggle input:checked + span {
    color: #fff;
    background: #323232;
}

.wpct_comparison_table.fifth .wpct_discounts_container .wpct_holder:not(:empty) {
    background: #323232;
}

.wpct_comparison_table.fifth .wpct_discounts_container .wpct_holder:not(:empty):after {
    border-top-color: #323232;
}

.wpct_comparison_table.fifth .wpct_tooltip {
    background: #323232;
}

.wpct_comparison_table.fifth .wpct_tooltip:after {
    border-color: transparent #323232 transparent transparent;
}

.wpct_comparison_table.sixth .wpct_comparison_table_section_heading {
    background: #62b2fe;
}

.wpct_comparison_table.sixth .wpct_comparison_table_feature_values li .fa.wpct_icon_yes {
    color: #3399fe;
}

.wpct_comparison_table.sixth .wpct_price_toggle input:checked + span {
    color: #fff;
    background: #3399fe;
}

.wpct_comparison_table.sixth .wpct_discounts_container .wpct_holder:not(:empty) {
    background: #3399fe;
}

.wpct_comparison_table.sixth .wpct_discounts_container .wpct_holder:not(:empty):after {
    border-top-color: #3399fe;
}

.wpct_comparison_table.sixth .wpct_tooltip {
    background: #3399fe;
}

.wpct_comparison_table.sixth .wpct_tooltip:after {
    border-color: transparent #3399fe transparent transparent;
}

.wpct_comparison_table.seventh .wpct_comparison_table_section_heading {
    background: #f56a05;
}

.wpct_comparison_table.seventh .wpct_comparison_table_feature_values li .fa.wpct_icon_yes {
    color: #f56a05;
}

.wpct_comparison_table.seventh .wpct_price_toggle input:checked + span {
    color: #fff;
    background: #f56a05;
}

.wpct_comparison_table.seventh .wpct_discounts_container .wpct_holder:not(:empty) {
    background: #f56a05;
}

.wpct_comparison_table.seventh .wpct_discounts_container .wpct_holder:not(:empty):after {
    border-top-color: #f56a05;
}

.wpct_comparison_table.seventh .wpct_tooltip {
    background: #f56a05;
}

.wpct_comparison_table.seventh .wpct_tooltip:after {
    border-color: transparent #f56a05 transparent transparent;
}

.wpct_comparison_table.eighth {
    background: #fff;
}

.wpct_comparison_table.eighth .wpct_comparison_table_section_content,
.wpct_comparison_table.eighth .wpct_comparison_table_section_summary {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.wpct_comparison_table.eighth .wpct_comparison_table_section_content .wpct_pricing_table .wpct_price,
.wpct_comparison_table.eighth .wpct_comparison_table_section_summary .wpct_pricing_table .wpct_price {
    display: block;
}

.wpct_comparison_table.eighth .wpct_comparison_table_section_heading {
    background: #1f294b;
}

.wpct_comparison_table.eighth .wpct_comparison_table_feature_values li .fa.wpct_icon_yes {
    color: #fc5003;
}

.wpct_comparison_table.eighth .wpct_comparison_table_titles_col .wpct-arrow-box {
    position: relative;
    background: #5f686f;
    padding: 12px 20px 12px 0;
    text-align: right;
    color: #fff;
    margin: 0 15px 0 -15px;
}

.wpct_comparison_table.eighth .wpct_comparison_table_titles_col .wpct-arrow-box:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(153, 153, 153, 0);
    border-left-color: #5f686f;
    border-width: 18px;
    margin-top: -18px;
}

.wpct_comparison_table.eighth .wpct_comparison_table_titles_col .wpct-arrow-box h2 {
    font-size: 21px;
    line-height: 28px;
    font-weight: 700;
    margin: 0;
}

.wpct_comparison_table.eighth .wpct_comparison_table_titles_col .wpct-arrow-box h4 {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    margin: 0;
}

.wpct_comparison_table.eighth .wpct_price_toggle input:checked + span {
    color: #fff;
    background: #fc5003;
    position: relative;
}
.wpct_comparison_table.eighth .wpct_price_toggle input:checked + span:before {
    content: "\f00c";
    font-size: 14px;
    background: white;
    color: #fc5003;
    border-radius: 10px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-family: FontAwesome;
    position: absolute;
    top: 22px;
    left: 72px;
}

.wpct_comparison_table.eighth .wpct_discounts_container .wpct_holder:not(:empty) {
    background: #1f294b;
}

.wpct_comparison_table.eighth .wpct_discounts_container .wpct_holder:not(:empty):after {
    border-top-color: #1f294b;
}

.wpct_comparison_table.eighth .wpct_tooltip {
    background: #86c724;
}

.wpct_comparison_table.eighth .wpct_tooltip:after {
    border-color: transparent #86c724 transparent transparent;
}

.wpct_comparison_table.alaska .wpct_comparison_table_section_heading {
    background: #42454a;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 12px;
    line-height: 26px;
}

.wpct_comparison_table.alaska .wpct_comparison_table_section_content {
    background: #f3f3f3;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.wpct_comparison_table.alaska .wpct_comparison_table_feature_titles li,
.wpct_comparison_table.alaska .wpct_comparison_table_feature_values li {
    border-color: #e6e6e6;
}

.wpct_comparison_table.alaska .wpct_comparison_table_feature_values li .fa {
    font-size: 22px;
}

.wpct_comparison_table.alaska .wpct_comparison_table_feature_values li .fa.fa-check {
    color: #fd4326;
}

.wpct_comparison_table.alaska .wpct_comparison_table_feature_values li .fa.fa-close {
    color: #42454a;
}

.wpct_comparison_table.alaska .wpct_comparison_table_feature_values li:nth-child(odd) {
    background: #f8f8f8;
}

.wpct_comparison_table.alaska .wpct_comparison_table_feature_values li:nth-child(even) {
    background: #fff;
}

.wpct_comparison_table.alaska .wpct_comparison_table_summary_box {
    background: #42454a;
}

.wpct_comparison_table.alaska .wpct_comparison_table_summary_box .wpct_price {
    display: block;
    background: 0;
}

.wpct_comparison_table.simple-01 .wpct_comparison_table_row {
    border-bottom: 1px solid #e4e4e4;
}

.wpct_comparison_table.simple-01 .wpct_comparison_table_row .wpct_comparison_table_col {
    border-right: 1px solid #e4e4e4;
    padding: 0;
}

.wpct_comparison_table.simple-01 .wpct_comparison_table_row .wpct_comparison_table_col.featured {
    background: #fafafa;
}

.wpct_comparison_table.simple-01 .wpct_comparison_table_row.wpct_first_row .wpct_comparison_table_col {
    border: 0;
    padding: 15px 0;
}

.wpct_comparison_table.simple-01 .wpct_comparison_table_row .wpct_comparison_table_title {
    font-size: 36px;
    line-height: 48px;
    text-align: center;
}

.wpct_comparison_table.simple-01 .wpct_pricing_table {
    border: 0;
    background: 0;
    text-align: center;
}

.wpct_comparison_table.simple-01 .wpct_heading {
    text-align: center;
}

.wpct_comparison_table.simple-01 .wpct_heading h2 {
    font-size: 14px;
    line-height: 21px;
    color: #39bce5;
    font-weight: 700;
    margin: 0;
    padding-bottom: 0;
}

.wpct_comparison_table.simple-01 .whmp_text {
    display: none;
}

.wpct_comparison_table.simple-01 .wpct_price {
    text-align: center;
    font-size: 18px;
    line-height: 27px;
    background: 0;
    padding: 0;
    color: #333;
}

.wpct_comparison_table.simple-01 .wpct_price * {
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    position: relative;
}

.wpct_comparison_table.simple-01 .wpct_price .wpct_period {
    display: block;
}

.wpct_comparison_table.simple-01 .wpct_promo-text {
    display: none;
}

.wpct_comparison_table.simple-01 .wpct_button .wpct_submit-button {
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 0 20px;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #97a1b7;
    white-space: nowrap;
    border: 0;
}

.wpct_comparison_table.simple-01 .wpct_button .wpct_submit-button:hover {
    background-color: #838c9f;
}

.wpct_comparison_table.simple-01 .featured .wpct_button .wpct_submit-button {
    background-color: #646bbc;
}

.wpct_comparison_table.simple-01 .featured .wpct_button .wpct_submit-button:hover {
    background-color: #2e3353;
}

.wpct_comparison_table.simple-01 .wpct_comparison_table_section_content {
    background: 0;
}

.wpct_comparison_table.simple-01 .wpct_comparison_table_feature_titles,
.wpct_comparison_table.simple-01 .wpct_comparison_table_feature_values {
    padding: 0;
}

.wpct_comparison_table.simple-01 .wpct_comparison_table_feature_titles li,
.wpct_comparison_table.simple-01 .wpct_comparison_table_feature_values li {
    background: 0;
    border-bottom: 1px solid #e4e4e4;
    padding: 15px 0;
}

.wpct_comparison_table.simple-01 .wpct_comparison_table_feature_titles li:last-child,
.wpct_comparison_table.simple-01 .wpct_comparison_table_feature_values li:last-child {
    border-bottom: 0;
}

.wpct_comparison_table.simple-01 .wpct_comparison_table_section_summary .wpct_comparison_table_titles_col {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wpct_comparison_table.simple-02 .wpct_pricing_table {
    border: 0;
    background: 0;
    text-align: center;
}

.wpct_comparison_table.simple-02 .wpct_first_row {
    background: #2980b9;
}

.wpct_comparison_table.simple-02 .wpct_first_row .wpct_heading {
    text-align: center;
    padding: 10px 0;
}

.wpct_comparison_table.simple-02 .wpct_first_row .wpct_heading h2 {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-weight: 700;
    margin: 0;
}

.wpct_comparison_table.simple-02 .wpct_first_row .wpct_plan_description_responsive {
    background: #fff;
}

.wpct_comparison_table.simple-02 .wpct_comparison_table_section_content {
    background: 0;
}

.wpct_comparison_table.simple-02 .wpct_comparison_table_section_content .wpct_comparison_table_col {
    padding: 0;
}

.wpct_comparison_table.simple-02 .wpct_comparison_table_section_content .wpct_comparison_table_feature_titles li,
.wpct_comparison_table.simple-02 .wpct_comparison_table_section_content .wpct_comparison_table_feature_values li {
    background: 0;
    border-bottom: 1px solid #EEE;
}

.wpct_comparison_table.simple-02 .wpct_comparison_table_section_content .wpct_comparison_table_feature_titles li:nth-child(even),
.wpct_comparison_table.simple-02 .wpct_comparison_table_section_content .wpct_comparison_table_feature_values li:nth-child(even) {
    background: #f9f9f9;
}

.wpct_comparison_table.simple-02 .wpct_comparison_table_section_content .wpct_comparison_table_feature_titles {
    text-align: right;
    font-weight: 700;
}

.wpct_comparison_table.simple-02 .wpct_price_row {
    font-weight: 700;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wpct_comparison_table.simple-02 .wpct_price_row .wpct_comparison_table_titles_col {
    text-align: right;
}

.wpct_comparison_table.simple-02 .wpct_price {
    font-size: 20px;
    line-height: 40px;
    color: #2980b9;
    text-align: center;
}

.wpct_comparison_table.simple-02 .wpct_button .wpct_submit-button {
    border: 0;
    background: #2980b9;
}

.wpct_comparison_table.simple-02 .wpct_button .wpct_submit-button:hover {
    background: #20638f;
}

.wpct_comparison_table.simple-02 .wpct_comparison_table_section_heading {
    color: #555;
    background: 0 0;
}

@media only screen and (max-width: 767px) {
    .wpct_comparison_table.simple-02 .wpct_first_row {
        background: #fff;
    }

    .wpct_comparison_table.simple-02 .wpct_first_row .wpct_heading {
        text-align: center;
        padding: 10px 0;
    }

    .wpct_comparison_table.simple-02 .wpct_first_row .wpct_heading h2 {
        font-size: 14px;
        line-height: 22px;
        background: #2980b9;
        color: #fff;
        padding: 10px;
        font-weight: 700;
        margin: 0;
    }

    .wpct_comparison_table.simple-02 .wpct_first_row .wpct_plan_description_responsive {
        background: #fff;
    }

    .wpct_comparison_table.simple-02 .wpct_price * {
        font-weight: 700;
    }
}

.wpct_comparison_table.simple-03 {
    border-top: 3px solid #f9a13a;
    padding-top: 0;
}

.wpct_comparison_table.simple-03 .wpct_heading_row {
    color: #fff;
    text-align: center;
    background: #005793;
    padding: 20px 0;
}

.wpct_comparison_table.simple-03 .wpct_heading_row .wpct_heading h2 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 900;
}

.wpct_comparison_table.simple-03 .wpct_heading_row .wpct_price {
    color: #f9a13a;
}

.wpct_comparison_table.simple-03 .wpct_heading_row .wpct_price .wpct_amount {
    font-size: 26px;
    font-weight: 900;
}

.wpct_comparison_table.simple-03 .wpct_heading_row .wpct_button .wpct_submit-button {
    background-color: #ffcb08;
    border: 1px solid #815627;
    box-shadow: 0 3px 0 #815627, 0 6px 4px -2px rgba(0, 0, 0, 0.3);
    color: #333;
    font-weight: 800;
    font-style: normal;
    font-size: 18px;
    letter-spacing: .5px;
    padding: 8px 16px;
}

.wpct_comparison_table.simple-03 .wpct_heading_row .wpct_button .wpct_submit-button:hover {
    background: #ffd43d;
}

.wpct_comparison_table.simple-03 .wpct_heading_row .wpct_button .wpct_submit-button:active {
    box-shadow: none;
}

.wpct_comparison_table.simple-03 .wpct_comparison_table_section_content {
    background: 0;
}

.wpct_comparison_table.simple-03 .wpct_comparison_table_section_content .wpct_comparison_table_col {
    padding: 0;
    border-right: 1px solid #adadad;
}

.wpct_comparison_table.simple-03 .wpct_comparison_table_section_content .wpct_comparison_table_col:first-child {
    border-left: 1px solid #adadad;
}

.wpct_comparison_table.simple-03 .wpct_comparison_table_section_content .wpct_comparison_table_feature_titles,
.wpct_comparison_table.simple-03 .wpct_comparison_table_section_content .wpct_comparison_table_feature_values {
    background: 0;
}

.wpct_comparison_table.simple-03 .wpct_comparison_table_section_content .wpct_comparison_table_feature_titles li,
.wpct_comparison_table.simple-03 .wpct_comparison_table_section_content .wpct_comparison_table_feature_values li {
    background: 0;
    border-bottom: 1px solid #adadad;
    padding: 10px;
}

.wpct_comparison_table.simple-03 .wpct_comparison_table_section_content .wpct_comparison_table_feature_titles {
    font-weight: 700;
}

.wpct_comparison_table.simple-03 .wpct_comparison_table_section_heading {
    background: #005793;
}

@media only screen and (max-width: 767px) {
    .wpct_comparison_table.simple-03 {
        border-top: 0;
        padding: 0;
    }

    .wpct_comparison_table.simple-03 .wpct_heading_row {
        margin: 15px auto 25px;
        padding-top: 0;
        background: #fff;
    }

    .wpct_comparison_table.simple-03 .wpct_heading_row .wpct_comparison_table_titles_col {
        display: none;
    }

    .wpct_comparison_table.simple-03 .wpct_heading_row .wpct_comparison_table_col {
        border-top: 3px solid #f9a13a;
        margin: 15px auto 25px;
        padding: 25px 15px 35px;
        background: #005793;
    }
}

.wpct_comparison_table.simple-04 {
    max-width: 100%;
    min-width: 0;
    border: 1px solid #adadad;
    padding-top: 0;
}

.wpct_comparison_table.simple-04 .wpct_table_container {
    min-width: 991px;
    overflow-x: auto;
}

.wpct_comparison_table.simple-04 .wpct_heading_row {
    text-align: center;
    background: #e9e8e8;
    color: #fff;
}

.wpct_comparison_table.simple-04 .wpct_heading_row .wpct_comparison_table_titles_col {
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wpct_comparison_table.simple-04 .wpct_heading_row .wpct_comparison_table_titles_col h2 {
    margin: 0;
    color: #000;
    font-size: 20px;
    line-height: 50px;
    font-weight: 700;
}

.wpct_comparison_table.simple-04 .wpct_heading_row .wpct_comparison_table_col .wpct_heading {
    background: #879097;
    padding: 15px 0;
}

.wpct_comparison_table.simple-04 .wpct_heading_row .wpct_comparison_table_col .wpct_heading h2 {
    margin: 0 0 40px;
}

.wpct_comparison_table.simple-04 .wpct_heading_row .wpct_comparison_table_col .wpct_price {
    padding: 30px 0;
    background: #c8c9c9;
    font-size: 35px;
    font-weight: 700;
}

.wpct_comparison_table.simple-04 .wpct_heading_row .wpct_comparison_table_col.featured .wpct_heading {
    background: green;
}

.wpct_comparison_table.simple-04 .wpct_heading_row .wpct_comparison_table_col.featured .wpct_price {
    background: #96d3fc;
}

.wpct_comparison_table.simple-04 .wpct_comparison_table_col {
    padding: 0;
    border-right: 1px solid #adadad;
}

.wpct_comparison_table.simple-04 .wpct_comparison_table_col:last-child {
    border: 0;
}

.wpct_comparison_table.simple-04 .wpct_comparison_table_section_content {
    background: 0;
}

.wpct_comparison_table.simple-04 .wpct_comparison_table_section_content .wpct_comparison_table_feature_titles,
.wpct_comparison_table.simple-04 .wpct_comparison_table_section_content .wpct_comparison_table_feature_values {
    border: 0;
}

.wpct_comparison_table.simple-04 .wpct_comparison_table_section_content .wpct_comparison_table_feature_titles li,
.wpct_comparison_table.simple-04 .wpct_comparison_table_section_content .wpct_comparison_table_feature_values li {
    background: 0 0;
}

.wpct_comparison_table.simple-04 .wpct_comparison_table_section_content .wpct_comparison_table_feature_titles li:nth-child(even),
.wpct_comparison_table.simple-04 .wpct_comparison_table_section_content .wpct_comparison_table_feature_values li:nth-child(even) {
    background: #e9e8e8;
}

.wpct_comparison_table.simple-04 .wpct_comparison_table_section_content .wpct_comparison_table_feature_titles {
    text-align: center;
    font-weight: 700;
}

.wpct_comparison_table.simple-04 .wpct_button .wpct_submit-button {
    color: #fff;
    width: 50%;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 18px;
    border: 0;
    background: #79c923;
}

.wpct_comparison_table.simple-05 {
    font-size: 18px;
    font-weight: bolder;
}

.wpct_comparison_table.simple-05 .wpct_price {
    background: 0 0;
}

.wpct_comparison_table.simple-05 .wpct_comparison_table_feature_titles li,
.wpct_comparison_table.simple-05 .wpct_comparison_table_feature_values li {
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 15px;
}

.wpct_comparison_table.simple-05 .wpct_comparison_table_feature_titles li:nth-child(odd),
.wpct_comparison_table.simple-05 .wpct_comparison_table_feature_values li:nth-child(odd) {
    background: #f8f8f8;
}

.wpct_comparison_table.simple-05 .wpct_comparison_table_feature_titles li:nth-child(even),
.wpct_comparison_table.simple-05 .wpct_comparison_table_feature_values li:nth-child(even) {
    background: 0;
}

.wpct_comparison_table.simple-05 .wpct_comparison_table_feature_titles li:last-child,
.wpct_comparison_table.simple-05 .wpct_comparison_table_feature_values li:last-child {
    border-bottom: 0;
}

.wpct_comparison_table.simple-05 .wpct_submit-button {
    width: 100%;
    display: block;
    background: green;
    color: #fff;
    text-align: center;
    padding: 25px;
    opacity: .8;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 800;
    transition: all 0.3s ease-in-out;
}

.wpct_comparison_table.simple-05 .wpct_submit-button:hover {
    opacity: 1;
}

.wpct_comparison_table.simple-05 .wpct_comparison_table_col {
    border: 1px solid #f2f2f2;
    border-top: 0;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

.wpct_comparison_table.simple-05 .wpct_comparison_table_col:not(:first-child) {
    border-left: 0;
}

.wpct_comparison_table.simple-05 .wpct_comparison_table_col:nth-child(odd) .wpct_submit-button {
    background: #43cb83;
}

.wpct_comparison_table.simple-05 .wpct_comparison_table_col:nth-child(even) .wpct_submit-button {
    background: #845a9f;
}

.wpct_comparison_table.simple-05 .wpct_pricing_table {
    background: 0;
    border: 0;
    padding: 0;
}

.wpct_comparison_table.simple-05 .wpct_comparison_table_section_tables .wpct_comparison_table_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px 15px;
    border-top: 15px solid #ccc;
}

.wpct_comparison_table.simple-05 .wpct_comparison_table_section_tables .wpct_comparison_table_col > * {
    width: 100%;
}

.wpct_comparison_table.simple-05 .wpct_comparison_table_section_tables .wpct_comparison_table_col:nth-child(odd) {
    border-top-color: #43cb83;
}

.wpct_comparison_table.simple-05 .wpct_comparison_table_section_tables .wpct_comparison_table_col:nth-child(even) {
    border-top-color: #845a9f;
}

.wpct_comparison_table.simple-05 .wpct_comparison_table_section_tables .wpct_comparison_table_col:first-child {
    border-top-color: #ccc;
}

.wpct_comparison_table.simple-05 .wpct_comparison_table_section_tables h2 {
    font-size: 22px;
    font-weight: 800;
    line-height: 29px;
    margin: 0;
    padding: 0 0 10px;
}

.wpct_comparison_table.simple-05 .wpct_comparison_table_section_content {
    background: 0;
}

.wpct_comparison_table.simple-05 .wpct_comparison_table_section_content .wpct_comparison_table_col {
    padding: 0;
}

.wpct_comparison_table.simple-06 {
    padding-top: 50px;
}

.wpct_comparison_table.simple-06 .wpct_price {
    background: 0 0;
}

.wpct_comparison_table.simple-06 .wpct_comparison_table_feature_titles li,
.wpct_comparison_table.simple-06 .wpct_comparison_table_feature_values li {
    border-bottom: 1px solid #ccc;
    padding: 10px 15px;
}

.wpct_comparison_table.simple-06 .wpct_comparison_table_feature_titles li:nth-child(odd),
.wpct_comparison_table.simple-06 .wpct_comparison_table_feature_values li:nth-child(odd) {
    background: 0;
}

.wpct_comparison_table.simple-06 .wpct_comparison_table_feature_titles li:nth-child(even),
.wpct_comparison_table.simple-06 .wpct_comparison_table_feature_values li:nth-child(even) {
    background: 0;
}

.wpct_comparison_table.simple-06 .wpct_comparison_table_feature_titles li:last-child,
.wpct_comparison_table.simple-06 .wpct_comparison_table_feature_values li:last-child {
    border-bottom: 0;
}

.wpct_comparison_table.simple-06 .wpct_submit-button {
    border-radius: 100px;
    border: 0;
    padding: 10px 25px;
}

.wpct_comparison_table.simple-06 .wpct_comparison_table_col {
    border: 1px solid #ccc;
    border-top: 0;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

.wpct_comparison_table.simple-06 .wpct_comparison_table_col:not(:last-child) {
    border-right: 0;
}

.wpct_comparison_table.simple-06 .wpct_comparison_table_col.featured {
    background: #eff8f7;
}

@media only screen and (max-width: 768px) {
    .wpct_comparison_table.simple-06 .wpct_comparison_table_col:not(:last-child) {
        border-right: 1px solid #ccc;
    }
}

.wpct_comparison_table.simple-06 .wpct_pricing_table {
    background: 0;
    border: 0;
    padding: 0;
}

.wpct_comparison_table.simple-06 .wpct_pricing_table .wpct_promo-text {
    background: #6bc991;
    position: absolute;
    top: -66px;
    color: #fff;
    padding: 10px;
    margin: 0 -15px;
    left: -1px;
    right: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.wpct_comparison_table.simple-06 .wpct_comparison_table_section_tables .wpct_comparison_table_col {
    align-self: stretch;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px 15px;
    border-top: 1px solid #ccc;
}

.wpct_comparison_table.simple-06 .wpct_comparison_table_section_tables .wpct_comparison_table_col > * {
    width: 100%;
}

.wpct_comparison_table.simple-06 .wpct_comparison_table_section_tables .wpct_comparison_table_col:first-child {
    border-top: 0;
    border-left: 0;
}

.wpct_comparison_table.simple-06 .wpct_comparison_table_section_tables h2 {
    font-size: 22px;
    font-weight: 400;
    line-height: 29px;
    margin: 0;
    padding: 0 0 10px;
}

.wpct_comparison_table.simple-06 .wpct_comparison_table_section_tables .wpct_button {
    display: block;
}

.wpct_comparison_table.simple-06 .wpct_comparison_table_section_heading {
    background: #eff8f7;
    border: 1px solid #ccc;
    border-top: 0;
    font-weight: 700;
    color: #45545f;
    text-transform: none;
    font-size: 18px;
}

.wpct_comparison_table.simple-06 .wpct_comparison_table_section_content {
    background: 0;
}

.wpct_comparison_table.simple-06 .wpct_comparison_table_section_content .wpct_comparison_table_col {
    padding: 0;
}

.wpct_comparison_table.simple-07 {
    padding-top: 50px;
    color: #666c70;
}

.wpct_comparison_table.simple-07 .wpct_heading h2 {
    font-size: 26px;
    line-height: 32px;
}

.wpct_comparison_table.simple-07 .wpct_price {
    background: 0 0;
    font-size: 17px;
    line-height: 26px;
    margin: 0;
    word-spacing: 0;
}

.wpct_comparison_table.simple-07 .wpct_submit-button {
    border-radius: 100px;
    border: 1px solid #666c70;
    padding: 10px 25px;
    background: 0 0;
    color: #2990ea;
    font-weight: 700;
}

.wpct_comparison_table.simple-07 .wpct_submit-button:hover {
    color: #1269b5;
    background: 0;
}

.wpct_comparison_table.simple-07 .wpct_comparison_table_feature_titles li,
.wpct_comparison_table.simple-07 .wpct_comparison_table_feature_values li {
    border-bottom: 1px solid #ccc;
    padding: 10px 15px;
}

.wpct_comparison_table.simple-07 .wpct_comparison_table_feature_titles li:nth-child(odd),
.wpct_comparison_table.simple-07 .wpct_comparison_table_feature_values li:nth-child(odd) {
    background: 0;
}

.wpct_comparison_table.simple-07 .wpct_comparison_table_feature_titles li:nth-child(even),
.wpct_comparison_table.simple-07 .wpct_comparison_table_feature_values li:nth-child(even) {
    background: 0;
}

.wpct_comparison_table.simple-07 .wpct_comparison_table_feature_titles li:last-child,
.wpct_comparison_table.simple-07 .wpct_comparison_table_feature_values li:last-child {
    border-bottom: 0;
}

.wpct_comparison_table.simple-07 .wpct_comparison_table_feature_titles li .fa.wpct_icon_yes,
.wpct_comparison_table.simple-07 .wpct_comparison_table_feature_values li .fa.wpct_icon_yes {
    color: #1269b5;
}

.wpct_comparison_table.simple-07 .wpct_comparison_table_col {
    border: 1px solid #ccc;
    border-top: 0;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

.wpct_comparison_table.simple-07 .wpct_comparison_table_col:not(:last-child) {
    border-right: 0;
}

.wpct_comparison_table.simple-07 .wpct_comparison_table_col.featured {
    background: #eff8f7;
}

@media only screen and (max-width: 768px) {
    .wpct_comparison_table.simple-07 .wpct_comparison_table_col:not(:last-child) {
        border-right: 1px solid #ccc;
    }
}

.wpct_comparison_table.simple-07 .wpct_pricing_table {
    background: 0;
    border: 0;
    padding: 0;
}

.wpct_comparison_table.simple-07 .wpct_pricing_table .wpct_promo-text {
    background: #6bc991;
    position: absolute;
    top: -66px;
    color: #fff;
    padding: 10px;
    margin: 0 -15px;
    left: -1px;
    right: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.wpct_comparison_table.simple-07 .wpct_comparison_table_section_tables .wpct_comparison_table_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px 15px;
    border-top: 1px solid #ccc;
}

.wpct_comparison_table.simple-07 .wpct_comparison_table_section_tables .wpct_comparison_table_col > * {
    width: 100%;
}

.wpct_comparison_table.simple-07 .wpct_comparison_table_section_tables .wpct_comparison_table_col:first-child {
    border-top: 0;
    border-left: 0;
}

.wpct_comparison_table.simple-07 .wpct_comparison_table_section_tables h2 {
    font-size: 22px;
    font-weight: 400;
    line-height: 29px;
    margin: 0;
    padding: 0 0 10px;
}

.wpct_comparison_table.simple-07 .wpct_comparison_table_section_tables .wpct_button {
    display: block;
}

.wpct_comparison_table.simple-07 .wpct_comparison_table_section_heading {
    background: #eff8f7;
    border: 1px solid #ccc;
    border-top: 0;
    font-weight: 700;
    color: #45545f;
    text-transform: none;
    font-size: 18px;
}

.wpct_comparison_table.simple-07 .wpct_comparison_table_section_content {
    background: 0;
}

.wpct_comparison_table.simple-07 .wpct_comparison_table_section_content .wpct_comparison_table_col {
    padding: 0;
}

.wpct_comparison_table.simple-08 {
    padding-top: 50px;
}

.wpct_comparison_table.simple-08 .wpct_price {
    background: 0 0;
    font-weight: 900;
}

.wpct_comparison_table.simple-08 .wpct_price .wpct_unit {
    vertical-align: super;
}

.wpct_comparison_table.simple-08 .wpct_pricing_table {
    background: 0;
    border: 0;
    padding: 0;
}

.wpct_comparison_table.simple-08 .wpct_pricing_table .wpct_promo-text {
    background: #fa7921;
    position: absolute;
    top: -66px;
    color: #fff;
    padding: 10px;
    margin: 0 -15px;
    left: -1px;
    right: 0;
    font-weight: 700;
    text-transform: uppercase;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.wpct_comparison_table.simple-08 .wpct_submit-button {
    border-radius: 4px;
    border: 0;
    padding: 5px 15px;
    background: #1e5694;
    font-weight: 700;
}

.wpct_comparison_table.simple-08 .wpct_submit-button:hover {
    background: #1f73d0;
}

.wpct_comparison_table.simple-08 .wpct_comparison_table_col {
    border: 1px solid #ccc;
    border-top: 0;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

.wpct_comparison_table.simple-08 .wpct_comparison_table_col:not(:last-child) {
    border-right: 0;
}

.wpct_comparison_table.simple-08 .wpct_comparison_table_col.featured {
    background: 0;
}

.wpct_comparison_table.simple-08 .wpct_comparison_table_col.featured .wpct_submit-button {
    background: #fa7921;
}

.wpct_comparison_table.simple-08 .wpct_comparison_table_col.featured .wpct_submit-button:hover {
    background: #ff9020;
}

@media only screen and (max-width: 768px) {
    .simgle{
        padding-left: 40px;
    }
    .services-chart .row ul li button{
        padding: 0 10px;
    }

    .domain-list .domaing-slider .owl-buttons{
        display: none;
    }

    section.service-price .wpct_comparison_table_feature_values.ssl-ul-li li .fa.wpct_icon_yes,
    section.service-price .wpct_comparison_table_feature_values.ssl-ul-li li .fa{
        color: white;
    }
    .wpct_comparison_table.simple-08 .wpct_comparison_table_col:not(:last-child) {
        border-right: 1px solid #ccc;
    }
}

.wpct_comparison_table.simple-08 .wpct_comparison_table_feature_titles li,
.wpct_comparison_table.simple-08 .wpct_comparison_table_feature_values li {
    border-bottom: 1px solid #ccc;
    padding: 10px 15px;
}

.wpct_comparison_table.simple-08 .wpct_comparison_table_feature_titles li:nth-child(odd),
.wpct_comparison_table.simple-08 .wpct_comparison_table_feature_values li:nth-child(odd) {
    background: 0;
}

.wpct_comparison_table.simple-08 .wpct_comparison_table_feature_titles li:nth-child(even),
.wpct_comparison_table.simple-08 .wpct_comparison_table_feature_values li:nth-child(even) {
    background: 0;
}

.wpct_comparison_table.simple-08 .wpct_comparison_table_feature_titles li:last-child,
.wpct_comparison_table.simple-08 .wpct_comparison_table_feature_values li:last-child {
    border-bottom: 0;
}

.wpct_comparison_table.simple-08 .wpct_comparison_table_feature_titles li .fa.wpct_icon_no,
.wpct_comparison_table.simple-08 .wpct_comparison_table_feature_titles li .fa.wpct_icon_yes,
.wpct_comparison_table.simple-08 .wpct_comparison_table_feature_values li .fa.wpct_icon_no,
.wpct_comparison_table.simple-08 .wpct_comparison_table_feature_values li .fa.wpct_icon_yes {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    background: #32b17b;
    border-radius: 50px;
    text-align: center;
    color: #fff;
}

.wpct_comparison_table.simple-08 .wpct_comparison_table_feature_titles li .fa.wpct_icon_no,
.wpct_comparison_table.simple-08 .wpct_comparison_table_feature_values li .fa.wpct_icon_no {
    background: red;
}

.wpct_comparison_table.simple-08 .wpct_comparison_table_section_tables .wpct_comparison_table_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px 15px;
    border-top: 1px solid #ccc;
}

.wpct_comparison_table.simple-08 .wpct_comparison_table_section_tables .wpct_comparison_table_col > * {
    width: 100%;
}

.wpct_comparison_table.simple-08 .wpct_comparison_table_section_tables .wpct_comparison_table_col:first-child {
    border-top: 0;
    border-left: 0;
}

.wpct_comparison_table.simple-08 .wpct_comparison_table_section_tables h2 {
    font-size: 22px;
    font-weight: 400;
    line-height: 29px;
    margin: 0;
    padding: 0 0 10px;
}

.wpct_comparison_table.simple-08 .wpct_comparison_table_section_tables .wpct_button {
    display: block;
}

.wpct_comparison_table.simple-08 .wpct_comparison_table_section_heading {
    background: 0;
    border: 1px solid #ccc;
    border-top: 0;
    font-weight: 700;
    color: #45545f;
    text-transform: none;
    font-size: 18px;
    text-align: left;
}

.wpct_comparison_table.simple-08 .wpct_comparison_table_section_content {
    background: 0;
}

.wpct_comparison_table.simple-08 .wpct_comparison_table_section_content .wpct_comparison_table_col {
    padding: 0;
}

.wpct_comparison_table.simple-09 .wpct_button {
    display: block;
}

.wpct_comparison_table.simple-09 .wpct_comparison_table_section_heading {
    background: #63b770;
    text-align: left;
}

.wpct_comparison_table.simple-10 .wpct_comparison_table_row {
    background: #f4f5f9;

}


@media only screen and (max-width: 992px) {
    .wpct_comparison_table .wpct_comparison_table_feature_titles,
    .wpct_comparison_table .wpct_comparison_table_titles_col {
        display: none ;
    }

    .wpct_comparison_table .wpct_comparison_table_titles_col {
        display: none;
    }

    .wpct_comparison_table .wpct_comp_feature_title_responsive {
        display: block;
        font-weight: 700;
    }

    .wpct_comparison_table.one_col .wpct_comparison_table_col {
        width: 100%;
    }

    .wpct_comparison_table.two_cols .wpct_comparison_table_col {
        width: 50%;
    }

    .wpct_comparison_table.three_cols .wpct_comparison_table_col {
        width: 33.33%;
    }

    .wpct_comparison_table.four_cols .wpct_comparison_table_col {
        width: 25%;
    }
}

@media only screen and (max-width: 767px) {
    .wpct_comparison_table {
        min-width: 200px;
    }

    .wpct_comparison_table.four_cols .wpct_comparison_table_col,
    .wpct_comparison_table.one_col .wpct_comparison_table_col,
    .wpct_comparison_table.three_cols .wpct_comparison_table_col,
    .wpct_comparison_table.tow_cols .wpct_comparison_table_col {
        width: 100%;
        margin-bottom: 20px;
    }

    .wpct_comparison_table .wpct_comparison_table_section_content,
    .wpct_comparison_table .wpct_comparison_table_section_heading,
    .wpct_comparison_table .wpct_comparison_table_section_summary,
    .wpct_comparison_table .wpct_price_row {
        display: none;
    }

    .wpct_comparison_table .wpct_plan_description_responsive {
        display: block;
    }
}

@media only screen and (min-width: 768px) {
    .wpct_comparison_table .wpct_comparison_table_section_tables .wpct_pricing_table {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom: 0;
        margin: 0;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .wpct_comparison_table .wpct_comparison_table_section_tables .wpct_pricing_table .wpct_button,
    .wpct_comparison_table .wpct_comparison_table_section_tables .wpct_pricing_table .wpct_features {
        display: none;
    }
}

.wpct_table_group .whmpress_pricing_table {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
}

.wpct_table_group .whmpress_pricing_table ul {
    width: 100%;
    padding: 15px;
    margin: 10px 0 0;
    border-top: 1px solid #ddd;
}

.wpct_table_group .whmpress_pricing_table ul li {
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
    list-style: none;
}

.wpct_table_group .whmpress_pricing_table ul li:last-child {
    border-bottom: 0;
}

.wpct_table_group .whmpress_pricing_table h4 {
    width: 100%;
    border-top: 1px solid #ddd;
    margin: 0;
    padding: 20px 0 10px;
}

.wpct_table_group .whmpress_pricing_table .whmpress_order_combo form {
    display: block;
}

.wpct_table_group .whmpress_pricing_table .whmpress_order_combo form button,
.wpct_table_group .whmpress_pricing_table .whmpress_order_combo form select {
    display: block;
    width: 90%;
    margin: 0 auto 15px;
}

.wpct_table_group .whmpress_pricing_table .whmpress_order_button {
    width: 90%;
    display: inline-block;
}

.wpct_table_group {
    box-sizing: border-box;
}

.wpct_table_group *,
.wpct_table_group :after,
.wpct_table_group :before {
    box-sizing: border-box;
}

.wpct_table_group .wpct_table_group_col {
    width: 20%;
    padding: 10px;
    min-width: 250px;
    text-align: center;
}

.wpct_table_group .wpct_table_group_col .whmpress_pricing_table {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.wpct_table_group .wpct_table_group_col .whmpress_pricing_table .whmpress_order_button {
    display: inline-block;
}

.wpct_table_group.one_col .wpct_table_group_col {
    width: 100%;
}

.wpct_table_group.two_cols .wpct_table_group_col {
    width: 50%;
}

.wpct_table_group.three_cols .wpct_table_group_col {
    width: 33%;
}

.wpct_table_group.four_cols .wpct_table_group_col {
    width: 25%;
}

.wpct_table_group .slick-dots {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin: 0 auto 15px;
}

.wpct_table_group .slick-dots:after {
    content: '';
    position: absolute;
    background: #7ecefd;
    height: 10px;
    border-radius: 10px;
    left: 10px;
    right: 10px;
    z-index: 97;
    bottom: 10px;
}

.wpct_table_group .slick-dots li {
    position: relative;
    cursor: pointer;
    min-width: 70px;
    text-align: center;
}

.wpct_table_group .slick-dots li > span {
    content: '';
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    margin: 5px auto;
    background: #7ecefd;
    border-radius: 20px;
    z-index: 98;
}

.wpct_table_group .slick-dots li > span:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    z-index: 99;
    background: #7ecefd;
    border-radius: 10px;
    left: 5px;
    top: 5px;
}

.wpct_table_group .slick-dots li.slick-active {
    cursor: default;
}

.wpct_table_group .slick-dots li.slick-active > span:after {
    background: #fff;
}

.wpct_table_group .wpct_group_title {
    display: none ;
}

.wpct_table_group.wpct_have_carousel .wpct_table_group_row {
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
}

.wpct_table_group.wpct_have_carousel .wpct_table_group_row .wpct_next,
.wpct_table_group.wpct_have_carousel .wpct_table_group_row .wpct_prev {
    position: absolute;
    height: 50px;
    width: 50px;
    box-sizing: border-box;
    padding: 0;
    background: 0;
    left: 2px;
    top: 50%;
    margin-top: -25px;
    color: #333;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    border: 0;
    outline: transparent;
}

.wpct_table_group.wpct_have_carousel .wpct_table_group_row .wpct_next:hover,
.wpct_table_group.wpct_have_carousel .wpct_table_group_row .wpct_prev:hover {
    color: #333;
    background: 0;
    border: 0;
}

.wpct_table_group.wpct_have_carousel .wpct_table_group_row .wpct_next.wpct_next,
.wpct_table_group.wpct_have_carousel .wpct_table_group_row .wpct_prev.wpct_next {
    left: auto;
    right: 0;
}

.wpct_table_group.group-01 .slick-dots:after {
    background: #2cd26c;
}

.wpct_table_group.group-01 .slick-dots li > span {
    background: #2cd26c;
}

.wpct_table_group.group-01 .slick-dots li > span:after {
    background: #2cd26c;
}

.wpct_table_group.group-02 .slick-dots:after {
    background: #e84c3d;
}

.wpct_table_group.group-02 .slick-dots li > span {
    background: #e84c3d;
}

.wpct_table_group.group-02 .slick-dots li > span:after {
    background: #e84c3d;
}

.wpct_table_group.group-03 .slick-dots:after {
    background: #ffac00;
}

.wpct_table_group.group-03 .slick-dots li > span {
    background: #ffac00;
}

.wpct_table_group.group-03 .slick-dots li > span:after {
    background: #ffac00;
}

.wpct_table_group.group-04 .slick-dots:after {
    background: #7c3ac9;
}

.wpct_table_group.group-04 .slick-dots li > span {
    background: #7c3ac9;
}

.wpct_table_group.group-04 .slick-dots li > span:after {
    background: #7c3ac9;
}

.wpct_table_group.group-05 .slick-dots:after {
    background: #a6374a;
}

.wpct_table_group.group-05 .slick-dots li > span {
    background: #a6374a;
}

.wpct_table_group.group-05 .slick-dots li > span:after {
    background: #a6374a;
}

.wpct_table_group.group-06 .slick-dots:after {
    background: #7ec01e;
}

.wpct_table_group.group-06 .slick-dots li > span {
    background: #7ec01e;
}

.wpct_table_group.group-06 .slick-dots li > span:after {
    background: #7ec01e;
}

.wpct_table_group.group-07 .slick-dots:after {
    background: #d4300c;
}

.wpct_table_group.group-07 .slick-dots li > span {
    background: #d4300c;
}

.wpct_table_group.group-07 .slick-dots li > span:after {
    background: #d4300c;
}

.wpct_table_group.group-08 .slick-dots:after {
    background: #2edb7c;
}

.wpct_table_group.group-08 .slick-dots li > span {
    background: #2edb7c;
}

.wpct_table_group.group-08 .slick-dots li > span:after {
    background: #2edb7c;
}

.wpct_table_group.group-09 .slick-dots:after {
    background: #ff813b;
}

.wpct_table_group.group-09 .slick-dots li > span {
    background: #ff813b;
}

.wpct_table_group.group-09 .slick-dots li > span:after {
    background: #ff813b;
}

.wpct_table_group.group-10 .slick-dots:after {
    background: #26c3f6;
}

.wpct_table_group.group-10 .slick-dots li > span {
    background: #26c3f6;
}

.wpct_table_group.group-10 .slick-dots li > span:after {
    background: #26c3f6;
}

.wpct_table_group.simple-01 .slick-dots:after {
    background: #009cfc;
}

.wpct_table_group.simple-01 .slick-dots li > span {
    background: #009cfc;
}

.wpct_table_group.simple-01 .slick-dots li > span:after {
    background: #009cfc;
}

.wpct_table_group.simple-02 .slick-dots:after {
    background: #b43a7e;
}

.wpct_table_group.simple-02 .slick-dots li > span {
    background: #b43a7e;
}

.wpct_table_group.simple-02 .slick-dots li > span:after {
    background: #b43a7e;
}

.wpct_table_group.simple-03 .slick-dots:after {
    background: #242424;
}

.wpct_table_group.simple-03 .slick-dots li > span {
    background: #242424;
}

.wpct_table_group.simple-03 .slick-dots li > span:after {
    background: #242424;
}

.wpct_hosting_slider {
    box-sizing: border-box;
    background: #e5e5e5;
    margin: 50px auto 30px;
    font-size: 16px;
    line-height: 1.4;
    padding: 35px 25px 20px;
    box-shadow: inset 0 0 3px 3px #ccc;
    font-family: "Ubuntu", serif;
}

.wpct_hosting_slider *,
.wpct_hosting_slider :after,
.wpct_hosting_slider :before {
    box-sizing: border-box;
}

.wpct_hosting_slider .wpct_package_title ul li {
    background: green;
    text-align: center;
    padding: 6px;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    width: 10%;
    min-width: 90px;
    margin-bottom: 15px;
}

.wpct_hosting_slider .ui-slider {
    width: 90%;
    margin: 0 auto 30px;
}

.wpct_hosting_slider .wpct_slider_content {
    padding-bottom: 30px;
}

.wpct_hosting_slider .wpct_slider_submit_button {
    text-align: center;
}

.wpct_hosting_slider .wpct_slider_submit_button .wpct_submit {
    display: inline-block;
    background: #5cb85c;
    border-radius: 6px;
    padding: 6px 10px;
    border: 1px solid #4cae4c;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.wpct_hosting_slider .wpct_slider_submit_button .wpct_submit:hover {
    background: #449d44;
    border-color: #398439;
}

.wpct_hosting_slider .wpct_package_title_mobile {
    display: none;
}

.wpct_hosting_slider .wpct_price_toggle {
    text-align: center;
    margin-bottom: 25px;
}

.wpct_hosting_slider .wpct_price_toggle label span {
    background-color: #dff0d8;
}

.wpct_hosting_slider .wpct_price_toggle input:checked + span {
    background-color: green;
    color: #fff;
}

.wpct_hosting_slider .wpct_slider_discounts_container {
    text-align: center;
    margin-bottom: 10px;
}

.wpct_hosting_slider .wpct_slider_discounts_container .wpct_holder {
    display: inline-block;
    text-align: center;
    font-weight: 700;
}

.wpct_hosting_slider .wpct_slider_discounts_container .wpct_discount_text:after {
    content: " ";
}

@media (min-width: 641px) {
    .wpct_hosting_slider .wpct_price_toggle {
        width: 50%;
        float: left;
        text-align: left;
    }

    .wpct_hosting_slider .wpct_slider_discounts_container {
        width: 50%;
        float: right;
        text-align: right;
    }
}

@media (max-width: 640px) {
    .wpct_hosting_slider .wpct_package_title ul {
        padding: 0;
    }

    .wpct_hosting_slider .wpct_package_title ul li {
        background: 0;
        padding: 6px 0;
        border-radius: 0;
        color: unset;
        cursor: pointer;
        width: 10%;
        min-width: 10px;
    }

    .wpct_hosting_slider .wpct_package_title_mobile {
        display: block;
    }

    .wpct_hosting_slider .wpct_package_title_desktop {
        display: none;
    }

    .wpct_hosting_slider .wpct_discounts_container,
    .wpct_hosting_slider .wpct_price_toggle {
        float: none;
        max-width: 100%;
    }
}

.wpct_hosting_slider.first .wpct_slider_output {
    float: left;
    padding: 10px 15px;
    margin-right: 10px;
    color: #3c763d;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    border-radius: 4px;
    position: relative;
}

.wpct_hosting_slider.first .wpct_slider_output .wpct_tooltip {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    margin-bottom: 10px;
    background: #fff;
}

.wpct_hosting_slider.first .wpct_slider_output:hover .wpct_tooltip {
    display: block;
}

.wpct_hosting_slider.first .wpct_slider_heading {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    padding-bottom: 30px;
}

.wpct_hosting_slider.second {
    background: #e1ecf4;
    border: 1px solid #c1dcc4;
    box-shadow: none;
    padding-bottom: 0;
    border-radius: 10px;
    overflow: hidden;
}

.wpct_hosting_slider.second .wpct_price_toggle label span {
    background-color: #41728e;
    color: #fff;
}

.wpct_hosting_slider.second .wpct_price_toggle label:first-child > span {
    border-radius: 6px 0 0 6px;
}

.wpct_hosting_slider.second .wpct_price_toggle label:last-child > span {
    border-radius: 0 6px 6px 0;
}

.wpct_hosting_slider.second .wpct_price_toggle input:checked + span {
    background-color: #21526e;
}

.wpct_hosting_slider.second .ui-slider {
    background: #21526e;
}

.wpct_hosting_slider.second .ui-slider .ui-widget-header {
    background: #62A028;
}

.wpct_hosting_slider.second .wpct_slider_content {
    background: #41728e;
    margin-right: -25px;
    margin-left: -25px;
    margin-bottom: 0;
    padding: 0 25px;
    border-top: 1px solid #21526e;
}

.wpct_hosting_slider.second .wpct_slider_content .wpct_slider_output {
    float: left;
    width: 20%;
    min-width: 150px;
    color: #e1ecf4;
    padding: 20px 10px;
    text-align: center;
    border-right: 1px solid #21526e;
}

.wpct_hosting_slider.second .wpct_slider_content .wpct_slider_output:first-child {
    border-left: 1px solid #21526e;
}

.wpct_hosting_slider.second .wpct_slider_content .wpct_slider_output .wpct_slider_description_title {
    display: block;
}

.wpct_hosting_slider.second .wpct_slider_content .wpct_slider_output .wpct_slider_description_title .wpct_price .wpct_amount,
.wpct_hosting_slider.second .wpct_slider_content .wpct_slider_output .wpct_slider_description_title .wpct_price .wpct_decimal,
.wpct_hosting_slider.second .wpct_slider_content .wpct_slider_output .wpct_slider_description_title .wpct_price .wpct_fraction,
.wpct_hosting_slider.second .wpct_slider_content .wpct_slider_output .wpct_slider_description_title .wpct_price .wpct_unit {
    display: none;
}

.wpct_hosting_slider.second .wpct_slider_content .wpct_slider_output .wpct_slider_description_title .wpct_price .wpct_period {
    display: block;
}

.wpct_hosting_slider.second .wpct_slider_content .wpct_slider_output .wpct_slider_description_detail {
    font-weight: 700;
    display: block;
    font-size: 24px;
}

.wpct_hosting_slider.second .wpct_slider_content .wpct_slider_output .wpct_slider_description_detail .wpct_price .wpct_period {
    display: none;
}

.wpct_hosting_slider.second .wpct_package_title ul li {
    background: #21526e;
    padding: 3px 6px;
}

.wpct_hosting_slider.second .wpct_slider_submit {
    text-align: right;
    margin-right: -25px;
    margin-left: -25px;
    padding: 25px;
    background: #41728e;
    border-top: 1px solid #21526e;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.wpct_hosting_slider.second .wpct_slider_submit .wpct_submit {
    background: #e1ecf4;
    border: 5px solid #21526e;
    border-radius: 0;
    color: #21526e;
    padding: 15px 30px;
    font-size: 18px;
    display: inline-block;
    font-weight: 700;
}

.wpct_hosting_slider.second .wpct_slider_submit .wpct_submit:hover {
    border-color: #e1ecf4;
    background: #21526e;
    color: #e1ecf4;
}

@media (max-width: 993px) {
    .wpct_hosting_slider.second .wpct_slider_content {
        border-bottom: 0;
    }

    .wpct_hosting_slider.second .wpct_slider_content .wpct_slider_output {
        border-top: 1px solid #21526e;
    }

    .wpct_hosting_slider.second .wpct_slider_content .wpct_slider_output:nth-child(1) {
        width: 33.33%;
    }

    .wpct_hosting_slider.second .wpct_slider_content .wpct_slider_output:nth-child(2) {
        width: 33.33%;
    }

    .wpct_hosting_slider.second .wpct_slider_content .wpct_slider_output:nth-child(3) {
        width: 33.33%;
    }

    .wpct_hosting_slider.second .wpct_slider_content .wpct_slider_output:nth-child(4) {
        width: 50%;
        border-left: 1px solid #21526e;
    }

    .wpct_hosting_slider.second .wpct_slider_content .wpct_slider_output:nth-child(5) {
        width: 50%;
    }
}

@media (max-width: 640px) {
    .wpct_hosting_slider.second .wpct_slider_content {
        border-bottom: 0;
    }

    .wpct_hosting_slider.second .wpct_slider_content .wpct_slider_output {
        border-top: 1px solid #21526e;
        border-left: 1px solid #21526e;
        width: 100%;
    }

    .wpct_hosting_slider.second .wpct_package_title ul li {
        background: 0;
        padding: 3px 0;
    }
}

.wpct_hosting_slider.third {
    background: #fff;
    border-radius: 0;
    box-shadow: none;
}

.wpct_hosting_slider.third .wpct_package_title ul {
    width: 90%;
    display: block;
    padding-bottom: 0;
    position: relative;
    min-height: 20px;
}

.wpct_hosting_slider.third .wpct_package_title ul li {
    background: 0 0;
    border-radius: 0;
    padding: 0;
    color: #000;
    font-weight: 700;
    cursor: pointer;
    width: 40px;
    min-width: 40px;
    margin-left: -20px;
    position: absolute;
    top: 0;
    left: 0;
}

.wpct_hosting_slider.third .ui-slider {
    margin: 0 auto 10px;
}

.wpct_hosting_slider.third .bottom-holder {
    border: 3px solid #333;
    border-right: 0;
    margin-bottom: 20px;
}

.wpct_hosting_slider.third .bottom-holder .slider-container {
    float: left;
    width: calc(-80%);
    margin: 20px auto;
}

.wpct_hosting_slider.third .bottom-holder .wpct_price {
    float: right;
    width: 180px;
    line-height: 40px;
    background: #333;
    color: #fff;
}

.wpct_hosting_slider.third .bottom-holder .wpct_price .wpct_slider_description_title {
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.wpct_hosting_slider.third .bottom-holder .wpct_price .wpct_slider_description_detail {
    font-size: 34px;
    background: #fff;
    width: 100%;
    display: block;
    border-right: 3px solid #333;
    color: #333;
}

.wpct_hosting_slider.third .bottom-holder .wpct_price .wpct_slider_description_detail .wpct_unit {
    padding: 0 5px 0 15px;
    background: #333;
    color: #fff;
    display: inline-block;
}

.wpct_hosting_slider.third .wpct_slider_content .wpct_slider_output {
    float: left;
    width: 18%;
    max-width: 150px;
    min-width: 120px;
    margin-right: 2%;
    border: 2px solid #333;
    line-height: 2.5;
    text-align: center;
}

.wpct_hosting_slider.third .wpct_slider_content .wpct_slider_output span {
    display: block;
    font-weight: 700;
}

.wpct_hosting_slider.third .wpct_slider_content .wpct_slider_output span.wpct_slider_description_title {
    background: #f78f8f;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}

.wpct_hosting_slider.third .wpct_slider_content .wpct_slider_output:nth-child(1) .wpct_slider_description_title {
    background: #f78f8f;
}

.wpct_hosting_slider.third .wpct_slider_content .wpct_slider_output:nth-child(2) .wpct_slider_description_title {
    background: #e2b088;
}

.wpct_hosting_slider.third .wpct_slider_content .wpct_slider_output:nth-child(3) .wpct_slider_description_title {
    background: #3697f2;
}

.wpct_hosting_slider.third .wpct_slider_content .wpct_slider_output:nth-child(4) .wpct_slider_description_title {
    background: #85e02d;
}

.wpct_hosting_slider.third .wpct_slider_content .wpct_slider_output:nth-child(5) .wpct_slider_description_title {
    background: #f78f8f;
}

.wpct_hosting_slider.third .wpct_slider_content .wpct_slider_output:nth-child(6) .wpct_slider_description_title {
    background: #e2b088;
}

.wpct_hosting_slider.third .wpct_slider_content:after,
.wpct_hosting_slider.third .wpct_slider_content:before {
    display: block;
    clear: both;
}

.wpct_hosting_slider.third .ui-slider {
    background: #999;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    height: 8px;
}

.wpct_hosting_slider.third .ui-slider .ui-widget-header {
    background: #333;
    border-radius: 0;
}

.wpct_hosting_slider.third .wpct_submit {
    background: #333;
    border: 5px solid #fff;
    border-radius: 0;
    color: #fff;
    padding: 15px 30px;
    font-size: 18px;
    display: inline-block;
    font-weight: 700;
}

.wpct_hosting_slider.third .wpct_submit:hover {
    border-color: #333;
    background: #fff;
    color: #333;
}

.wpct_hosting_slider.third .wpct_slider_heading {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    padding-bottom: 30px;
}

@media (max-width: 769px) {
    .wpct_hosting_slider.third .wpct_slider_content .wpct_slider_output {
        max-width: 23%;
        width: 23%;
        margin: 1%;
    }
}

@media (max-width: 640px) {
    .wpct_hosting_slider.third .bottom-holder {
        border: 3px solid #333;
    }

    .wpct_hosting_slider.third .bottom-holder .slider-container {
        float: none;
        width: 100%;
        margin: 20px auto 15px;
    }

    .wpct_hosting_slider.third .bottom-holder .wpct_price {
        float: none;
        width: 100%;
    }

    .wpct_hosting_slider.third .bottom-holder .wpct_price .wpct_slider_description_title {
        display: block;
        text-align: center;
        text-transform: uppercase;
    }

    .wpct_hosting_slider.third .bottom-holder .wpct_price .wpct_slider_description_detail {
        text-align: center;
        border-right: 0;
        width: 100%;
    }

    .wpct_hosting_slider.third .bottom-holder .wpct_price .wpct_slider_description_detail .wpct_unit {
        background: #fff;
        color: #333;
        margin-right: -5px;
    }

    .wpct_hosting_slider.third .wpct_slider_content .wpct_slider_output {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
        margin: 0 0 20px;
    }
}

.wpct_hosting_slider.fourth {
    background: #6c7a89;
    color: #fff;
    box-shadow: none;
    border: 0;
    border-radius: 6px;
    padding: 55px 0 0;
    margin-top: 35px;
    width: 100%;
}

.wpct_hosting_slider.fourth .wpct_slider_container {
    padding: 0 60px;
}

.wpct_hosting_slider.fourth .ui-slider {
    background: #000;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    height: 17px;
    margin: 0 0 12px;
    padding: 0;
    width: 100%;
}

.wpct_hosting_slider.fourth .ui-slider .ui-slider-range {
    background: #DE6262;
    border-radius: 6px;
}

.wpct_hosting_slider.fourth .wpct_package_title ul {
    padding: 20px 60px;
}

.wpct_hosting_slider.fourth .wpct_package_title ul li {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    margin: 0;
    background: 0;
    width: auto;
    padding: 0;
    margin-bottom: 40px;
}

.wpct_hosting_slider.fourth .wpct_slider_content:not(.wpct_hidden) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgba(0, 0, 0, 0.1);
    padding: 25px 0;
    text-align: center;
}

.wpct_hosting_slider.fourth .wpct_slider_content:not(.wpct_hidden) .wpct_slider_output {
    width: 25%;
    color: #fff;
}

.wpct_hosting_slider.fourth .wpct_slider_content:not(.wpct_hidden) .wpct_slider_output h3 {
    margin: 0;
    font-size: 19px;
    line-height: 21px;
    color: #fff;
}

.wpct_hosting_slider.fourth .wpct_slider_content:not(.wpct_hidden) .wpct_slider_output .wpct_slider_description_detail {
    font-size: 29px;
    font-weight: 900;
}

.wpct_hosting_slider.fourth .wpct_slider_content:not(.wpct_hidden) .wpct_slider_submit a {
    font-size: 17px;
    font-weight: 900;
    padding: 6px 15px;
    background-color: #73ae95;
    border-color: #4cae4c;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.wpct_hosting_slider.fourth .wpct_slider_content:not(.wpct_hidden) .wpct_plan_title_responsive {
    display: none;
    background: #6c7a89;
}

.wpct_hosting_slider.fourth .wpct_slider_content:not(.wpct_hidden) .wpct_plan_title_responsive h3 {
    position: relative;
    background: #72AC94;
    text-align: center;
    color: #fff;
    padding: 8px 17px;
    margin: 30px auto 0;
    font-size: 20px;
    display: inline-block;
}

.wpct_hosting_slider.fourth .wpct_slider_content:not(.wpct_hidden) .wpct_plan_title_responsive h3:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(114, 172, 148, 0);
    border-top-color: #72AC94;
    border-width: 10px;
    margin-left: -10px;
}

@media only screen and (max-width: 768px) {
    .wpct_hosting_slider.fourth .wpct_package_title {
        display: none;
    }

    .wpct_hosting_slider.fourth .wpct_slider_content:not(.wpct_hidden) {
        display: block;
        padding-top: 0;
    }

    .wpct_hosting_slider.fourth .wpct_slider_content:not(.wpct_hidden) .wpct_slider_output {
        width: 100%;
        padding: 10px;
        border-bottom: 1px solid #6C7A89;
    }

    .wpct_hosting_slider.fourth .wpct_slider_content:not(.wpct_hidden) .wpct_plan_title_responsive {
        display: block;
        margin-top: 25px;
    }
}

.wpct_hosting_slider.slider-05 {
    box-shadow: none;
    background: 0;
}

.wpct_hosting_slider.slider-05 .ui-slider {
    height: 20px;
    border-radius: 20px 20px 0 0;
    background: #6da7c5;
}

.wpct_hosting_slider.slider-05 .ui-slider .ui-widget-header {
    background: #68bd4e;
    border-radius: 20px 20px 0 0;
}

.wpct_hosting_slider.slider-05 .wpct_package_title ul li {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #666;
}

.wpct_hosting_slider.slider-05 .wpct_package_title ul li.active {
    font-weight: 700;
    color: #000;
}

.wpct_hosting_slider.slider-05 .wpct_slider_content {
    width: 90%;
    background: #fff;
    margin: -30px auto 0;
    padding: 20px;
    box-shadow: 0 1px 5px 1px #666;
    text-align: center;
}

.wpct_hosting_slider.slider-05 .wpct_slider_content .wpct_description_holder {
    width: 75%;
    float: left;
}

.wpct_hosting_slider.slider-05 .wpct_slider_content .wpct_description_holder > .wpct_slider_output {
    float: left;
    width: 25%;
    min-width: 120px;
    margin-bottom: 15px;
    text-align: center;
    padding: 5px;
}

.wpct_hosting_slider.slider-05 .wpct_slider_content .wpct_slider_description_title {
    font-size: 14px;
    line-height: 26px;
}

.wpct_hosting_slider.slider-05 .wpct_slider_content .wpct_slider_description_detail {
    font-size: 24px;
    line-height: 26px;
    padding-bottom: 10px;
    font-weight: 700;
    color: #000;
    position: relative;
    display: block;
}

.wpct_hosting_slider.slider-05 .wpct_slider_content .wpct_slider_description_detail:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 5px;
    background: #68bd4e;
    border-radius: 5px;
    left: 5px;
    right: 5px;
}

.wpct_hosting_slider.slider-05 .wpct_slider_content .wpct_price_holder {
    width: 25%;
    float: right;
}

.wpct_hosting_slider.slider-05 .wpct_slider_content .wpct_price_holder .wpct_slider_description_detail {
    padding-top: 32px;
    padding-bottom: 15px;
}

.wpct_hosting_slider.slider-05 .wpct_slider_content .wpct_price_holder .wpct_slider_description_detail:after {
    display: none;
}

.wpct_hosting_slider.slider-05 .wpct_slider_content .wpct_price_holder .wpct_submit {
    background: #4891b6;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.wpct_hosting_slider.slider-05 .wpct_slider_content .wpct_price_holder .wpct_submit:hover {
    background: #3a7491;
    color: #fff;
}

.wpct_hosting_slider.slider-05 .wpct_toggle_discount_contianer {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
}

.wpct_hosting_slider.slider-05 .wpct_toggle_discount_contianer .wpct_price_toggle label span {
    background-color: #4891b6;
    color: #fff;
}

.wpct_hosting_slider.slider-05 .wpct_toggle_discount_contianer .wpct_price_toggle input:checked + span {
    background: #3a7491;
}

@media (max-width: 640px) {
    .wpct_hosting_slider.slider-05 .wpct_slider_content .wpct_description_holder {
        width: 105%;
        float: none;
    }

    .wpct_hosting_slider.slider-05 .wpct_slider_content .wpct_description_holder > .wpct_slider_output {
        float: none;
        width: 100%;
    }

    .wpct_hosting_slider.slider-05 .wpct_slider_content .wpct_price_holder {
        width: 100%;
        float: none;
        text-align: center;
    }
}

.wpct_hosting_slider.slider-06 {
    box-shadow: none;
    max-width: 860px;
    margin: 50px auto;
    border: 0;
    color: #fff;
    border-radius: 10px;
}

.wpct_hosting_slider.slider-06 .ui-slider {
    height: 18px;
    background: #415a89;
    border: 1px solid #38678B;
    border-color: #314366 #5171ac #5171ac #314366;
}

.wpct_hosting_slider.slider-06 .ui-slider .ui-widget-header {
    background: #5377b6;
    border: 1px solid #5377b6;
    border-color: #7793c5 #405f96 #405f96 #7793c5;
}

.wpct_hosting_slider.slider-06 .wpct_package_title ul li {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
}

.wpct_hosting_slider.slider-06 .wpct_package_title ul li.active {
    font-weight: 700;
    color: #fff;
}

.wpct_hosting_slider.slider-06 .wpct_description_holder {
    min-height: 240px;
    position: relative;
}

.wpct_hosting_slider.slider-06 .wpct_description_holder > .wpct_slider_output {
    position: absolute;
    width: 100px;
    overflow: hidden;
    height: 100px;
    border-radius: 100px;
    background: #24305f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wpct_hosting_slider.slider-06 .wpct_description_holder > .wpct_slider_output > * {
    text-align: center;
    text-transform: uppercase;
}

.wpct_hosting_slider.slider-06 .wpct_description_holder > .wpct_slider_output .wpct_slider_description_detail {
    font-size: 22px;
}

.wpct_hosting_slider.slider-06 .wpct_description_holder > .wpct_slider_output .wpct_slider_description_title {
    font-size: 10px;
    margin-top: -5px;
}

.wpct_hosting_slider.slider-06 .wpct_description_holder > .wpct_slider_output:nth-child(1) {
    left: 12%;
    bottom: -80px;
}

.wpct_hosting_slider.slider-06 .wpct_description_holder > .wpct_slider_output:nth-child(2) {
    left: 5%;
    bottom: 20px;
}

.wpct_hosting_slider.slider-06 .wpct_description_holder > .wpct_slider_output:nth-child(3) {
    left: 15%;
    bottom: 120px;
}

.wpct_hosting_slider.slider-06 .wpct_description_holder > .wpct_slider_output:nth-child(4) {
    left: 35%;
    bottom: 140px;
}

@media only screen and (max-width: 640px) {
    .wpct_hosting_slider.slider-06 .wpct_description_holder {
        min-height: 480px;
    }

    .wpct_hosting_slider.slider-06 .wpct_description_holder > .wpct_slider_output {
        left: 50%;
        margin-left: -50px;
    }

    .wpct_hosting_slider.slider-06 .wpct_description_holder > .wpct_slider_output:nth-child(1) {
        left: 50%;
        bottom: 0;
    }

    .wpct_hosting_slider.slider-06 .wpct_description_holder > .wpct_slider_output:nth-child(2) {
        left: 50%;
        bottom: 120px;
    }

    .wpct_hosting_slider.slider-06 .wpct_description_holder > .wpct_slider_output:nth-child(3) {
        left: 50%;
        bottom: 240px;
    }

    .wpct_hosting_slider.slider-06 .wpct_description_holder > .wpct_slider_output:nth-child(4) {
        left: 50%;
        bottom: 360px;
    }
}

.wpct_hosting_slider.slider-06 .wpct_price_holder {
    text-align: right;
}

.wpct_hosting_slider.slider-06 .wpct_price_holder .wpct_price {
    font-size: 30px;
    line-height: 1.4;
    margin: 10px auto 15px;
}

.wpct_hosting_slider.slider-06 .wpct_price_holder .whmpress_order_button {
    display: inline-block;
    color: #fff;
    background: #24305f;
}

.wpct_hosting_slider.slider-06 .wpct_price_holder .whmpress_order_button:hover {
    color: #fff;
    background: #324384;
}

@media only screen and (max-width: 640px) {
    .wpct_hosting_slider.slider-06 .wpct_price_holder {
        text-align: center;
    }
}

.wpct_hosting_slider.slider-07 {
    background: #ececec;
    box-shadow: none;
    border-radius: 0;
}

.wpct_hosting_slider.slider-07 .wpct_slider_container {
    padding-right: 180px;
}

.wpct_hosting_slider.slider-07 .wpct_slider_heading {
    font-size: 30px;
    font-weight: 400;
    color: #3767a2;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
}

.wpct_hosting_slider.slider-07 .ui-slider {
    height: 8px;
    background: #dbdbdb;
    border: 0;
    margin-bottom: 0;
}

.wpct_hosting_slider.slider-07 .ui-slider .ui-widget-header {
    background: #dbdbdb;
    border: 0;
}

.wpct_hosting_slider.slider-07 .wpct_package_title ul li {
    min-width: 10px;
    text-align: center;
    background: 0;
    color: #666;
    font-size: 15px;
}

.wpct_hosting_slider.slider-07 .wpct_package_title ul li.active {
    color: #000;
    font-weight: 700;
}

.wpct_hosting_slider.slider-07 .wpct_package_title ul li > div {
    position: relative;
}

.wpct_hosting_slider.slider-07 .wpct_package_title ul li:not(:first-child):not(:last-child) > div:before {
    content: "";
    position: absolute;
    height: 8px;
    width: 2px;
    background: #666;
    top: -14px;
    left: 50%;
    margin-left: -1px;
    z-index: 1;
}

.wpct_hosting_slider.slider-07 .wpct_slider_content {
    position: relative;
    padding-right: 180px;
    background: #fff;
    margin-bottom: 35px;
    border-radius: 10px;
    border-bottom: 3px solid #999;
    overflow: hidden;
}

.wpct_hosting_slider.slider-07 .wpct_slider_content .wpct_slider_output {
    width: 20%;
    float: left;
    border-right: 1px solid #666;
    padding: 15px 10px;
    text-align: center;
    min-width: 120px;
}

.wpct_hosting_slider.slider-07 .wpct_slider_content .wpct_slider_output .wpct_slider_description_title {
    font-size: 15px;
    line-height: 22px;
    color: #999;
    font-weight: 400;
}

.wpct_hosting_slider.slider-07 .wpct_slider_content .wpct_slider_output .wpct_slider_description_detail {
    font-size: 20px;
    line-height: 22px;
    color: #000;
    font-weight: 400;
}

.wpct_hosting_slider.slider-07 .wpct_slider_content .wpct_slider_submit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 180px;
}

.wpct_hosting_slider.slider-07 .wpct_slider_content .wpct_slider_submit .wpct_submit {
    background: #3767a2;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 0;
    font-size: 22px;
}

.wpct_hosting_slider.slider-07 .wpct_slider_content .wpct_slider_submit .wpct_submit:hover {
    background: #2a4f7c;
    color: #fff;
}

.wpct_hosting_slider.slider-07 .wpct_slider_content:after {
    content: "";
    display: block;
    clear: both;
}

@media only screen and (max-width: 640px) {
    .wpct_hosting_slider.slider-07 .wpct_slider_content {
        padding-right: 0;
    }

    .wpct_hosting_slider.slider-07 .wpct_slider_content .wpct_slider_output {
        width: 100%;
        float: none;
        border-right: 0;
    }

    .wpct_hosting_slider.slider-07 .wpct_slider_content .wpct_slider_submit {
        position: relative;
        width: 100%;
        height: 80px;
    }

    .wpct_hosting_slider.slider-07 .wpct_slider_container {
        padding-right: 0;
    }
}

.wpct_hosting_slider.slider-08 {
    background: #fff;
    box-shadow: 0 0 1px 1px #ddd;
    border-radius: 6px;
}

.wpct_hosting_slider.slider-08 .wpct_price_toggle {
    margin-bottom: 25px;
}

.wpct_hosting_slider.slider-08 .wpct_price_toggle .ribbon {
    color: #fff;
    line-height: 1.4;
    display: inline-block;
    font-size: 18px;
    padding: 10px 20px 10px 40px;
    margin-left: -45px;
    position: relative;
    background: #0d8ff2;
    box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.5);
}

.wpct_hosting_slider.slider-08 .wpct_price_toggle .ribbon:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -1px;
    top: 100%;
    border-width: 6px 10px;
    border-style: solid;
    border-color: #085691 #085691 transparent transparent;
}

.wpct_hosting_slider.slider-08 .wpct_price_toggle label span {
    background: #3da5f5;
}

.wpct_hosting_slider.slider-08 .wpct_price_toggle input:checked + span {
    background: #0a72c2;
}

.wpct_hosting_slider.slider-08 .wpct_slider_discounts_container {
    padding: 10px 20px;
}

.wpct_hosting_slider.slider-08 .wpct_slider_container {
    margin-bottom: 25px;
    padding-bottom: 15px;
}

.wpct_hosting_slider.slider-08 .ui-slider {
    height: 12px;
    background: #cbcbcb;
    border: 0;
    border-radius: 12px;
    margin-bottom: 15px;
}

.wpct_hosting_slider.slider-08 .ui-slider .ui-widget-header {
    background: #0d8ff2;
    border: 0;
}

.wpct_hosting_slider.slider-08 .wpct_package_title ul li {
    text-align: center;
    background: 0;
    color: #666;
    font-size: 15px;
}

.wpct_hosting_slider.slider-08 .wpct_package_title ul li.active {
    color: #0d8ff2;
    font-weight: 700;
}

.wpct_hosting_slider.slider-08 .wpct_slider_content_container .wpct_slider_heading {
    color: #000;
    font-size: 18px;
    padding: 15px;
    text-align: center;
}

.wpct_hosting_slider.slider-08 .wpct_slider_content {
    position: relative;
    padding-right: 180px;
    background: #fff;
    margin-bottom: 35px;
    border-radius: 10px;
    overflow: hidden;
    min-height: 160px;
    text-align: center;
}

.wpct_hosting_slider.slider-08 .wpct_slider_content .wpct_slider_output {
    width: 20%;
    display: inline-block;
    padding: 15px 10px;
    text-align: center;
    min-width: 120px;
}

.wpct_hosting_slider.slider-08 .wpct_slider_content .wpct_slider_output .wpct_slider_description_title {
    font-size: 15px;
    line-height: 22px;
    color: #999;
    font-weight: 400;
}

.wpct_hosting_slider.slider-08 .wpct_slider_content .wpct_slider_output .wpct_slider_description_detail {
    font-size: 20px;
    line-height: 22px;
    color: #000;
    font-weight: 400;
}

.wpct_hosting_slider.slider-08 .wpct_slider_content .wpct_price_holder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 180px;
    text-align: center;
}

.wpct_hosting_slider.slider-08 .wpct_slider_content .wpct_price_holder .wpct_slider_description_title {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    font-weight: 400;
}

.wpct_hosting_slider.slider-08 .wpct_slider_content .wpct_price_holder .wpct_slider_description_title .wpct_price .wpct_amount,
.wpct_hosting_slider.slider-08 .wpct_slider_content .wpct_price_holder .wpct_slider_description_title .wpct_price .wpct_decimal,
.wpct_hosting_slider.slider-08 .wpct_slider_content .wpct_price_holder .wpct_slider_description_title .wpct_price .wpct_fraction,
.wpct_hosting_slider.slider-08 .wpct_slider_content .wpct_price_holder .wpct_slider_description_title .wpct_price .wpct_unit {
    display: none;
}

.wpct_hosting_slider.slider-08 .wpct_slider_content .wpct_price_holder .wpct_slider_description_title .wpct_price .wpct_period {
    display: block;
}

.wpct_hosting_slider.slider-08 .wpct_slider_content .wpct_price_holder .wpct_slider_description_detail {
    font-size: 28px;
    line-height: 22px;
    color: #0d8ff2;
    font-weight: 700;
}

.wpct_hosting_slider.slider-08 .wpct_slider_content .wpct_price_holder .wpct_slider_description_detail .wpct_price .wpct_period {
    display: none;
}

.wpct_hosting_slider.slider-08 .wpct_slider_content .wpct_submit {
    background: #62b738;
    color: #fff;
    border-radius: 6px;
    font-size: 22px;
    display: inline-block;
    margin: 10px auto;
}

.wpct_hosting_slider.slider-08 .wpct_slider_content .wpct_submit:hover {
    background: #4d902c;
    color: #fff;
}

.wpct_hosting_slider.slider-08 .wpct_slider_content:after {
    content: "";
    display: block;
    clear: both;
}

@media only screen and (max-width: 640px) {
    .wpct_hosting_slider.slider-08 .wpct_slider_content {
        padding-right: 0;
    }

    .wpct_hosting_slider.slider-08 .wpct_slider_content .wpct_slider_output {
        width: 100%;
        float: none;
        border-right: 0;
    }

    .wpct_hosting_slider.slider-08 .wpct_slider_content .wpct_price_holder {
        position: relative;
        width: 100%;
    }

    .wpct_hosting_slider.slider-08 .wpct_slider_container {
        padding-right: 0;
    }

    .wpct_hosting_slider.slider-08 .wpct_price_toggle {
        text-align: left;
    }
}

@media (min-width: 641px) {
    .wpct_hosting_slider.slider-08 .wpct_price_toggle,
    .wpct_hosting_slider.slider-08 .wpct_slider_discounts_container {
        width: auto;
        float: left;
    }
}

.wpct_hosting_slider.slider-09 {
    background: #f5f6f7;
    background: linear-gradient(to bottom, #f5f6f7 0, #e6e6e6 100%);
    padding: 35px 0 0;
    box-shadow: 0 0 1px 1px #ddd;
    border-radius: 6px;
}

.wpct_hosting_slider.slider-09 .wpct_price_toggle {
    padding: 10px 20px;
}

.wpct_hosting_slider.slider-09 .wpct_price_toggle label span {
    background-color: #0290cd;
    color: #fff;
}

.wpct_hosting_slider.slider-09 .wpct_price_toggle label:first-child > span {
    border-radius: 6px 0 0 6px;
}

.wpct_hosting_slider.slider-09 .wpct_price_toggle label:last-child > span {
    border-radius: 0 6px 6px 0;
}

.wpct_hosting_slider.slider-09 .wpct_price_toggle input:checked + span {
    background-color: #026d9a;
}

.wpct_hosting_slider.slider-09 .wpct_slider_discounts_container {
    padding: 10px 20px;
}

.wpct_hosting_slider.slider-09 .wpct_slider_heading {
    font-size: 30px;
    font-weight: 400;
    color: #0290CD;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
}

.wpct_hosting_slider.slider-09 .ui-slider {
    height: 4px;
    background: #c1c1c1;
    border: 0;
    border-radius: 4px;
    margin-bottom: 0;
}

.wpct_hosting_slider.slider-09 .ui-slider .ui-widget-header {
    background: #dbdbdb;
    border: 0;
}

.wpct_hosting_slider.slider-09 .wpct_package_title ul li {
    min-width: 47px;
    padding: 15px 0 0;
    text-align: center;
    background: 0;
    color: #666;
    font-size: 15px;
}

.wpct_hosting_slider.slider-09 .wpct_package_title ul li.active {
    color: #000;
    font-weight: 700;
}

.wpct_hosting_slider.slider-09 .wpct_package_title ul li > div {
    position: relative;
}

.wpct_hosting_slider.slider-09 .wpct_slider_container {
    border-bottom: 1px solid #999;
}

.wpct_hosting_slider.slider-09 .wpct_slider_content {
    position: relative;
    padding-right: 180px;
    margin-bottom: 35px;
    border-radius: 10px;
    overflow: hidden;
}

.wpct_hosting_slider.slider-09 .wpct_slider_content .wpct_slider_output {
    width: 20%;
    float: left;
    border-right: 1px solid #999;
    padding: 15px 10px;
    text-align: center;
    min-width: 120px;
}

.wpct_hosting_slider.slider-09 .wpct_slider_content .wpct_slider_output .wpct_slider_description_title {
    font-size: 15px;
    line-height: 22px;
    color: #999;
    font-weight: 400;
}

.wpct_hosting_slider.slider-09 .wpct_slider_content .wpct_slider_output .wpct_slider_description_detail {
    font-size: 20px;
    color: #0290CD;
    font-weight: 400;
    line-height: 34px;
}

.wpct_hosting_slider.slider-09 .wpct_slider_content .wpct_slider_output.wpct_price_holder .wpct_slider_description_title .wpct_price .wpct_amount,
.wpct_hosting_slider.slider-09 .wpct_slider_content .wpct_slider_output.wpct_price_holder .wpct_slider_description_title .wpct_price .wpct_decimal,
.wpct_hosting_slider.slider-09 .wpct_slider_content .wpct_slider_output.wpct_price_holder .wpct_slider_description_title .wpct_price .wpct_fraction,
.wpct_hosting_slider.slider-09 .wpct_slider_content .wpct_slider_output.wpct_price_holder .wpct_slider_description_title .wpct_price .wpct_unit {
    display: none;
}

.wpct_hosting_slider.slider-09 .wpct_slider_content .wpct_slider_output.wpct_price_holder .wpct_slider_description_title .wpct_price .wpct_period {
    display: block;
}

.wpct_hosting_slider.slider-09 .wpct_slider_content .wpct_slider_output.wpct_price_holder .wpct_slider_description_detail {
    color: #62af01;
    font-size: 28px;
}

.wpct_hosting_slider.slider-09 .wpct_slider_content .wpct_slider_output.wpct_price_holder .wpct_slider_description_detail .wpct_price .wpct_period {
    display: none;
}

.wpct_hosting_slider.slider-09 .wpct_slider_content .wpct_slider_submit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 180px;
    padding: 15px;
    text-align: center;
}

.wpct_hosting_slider.slider-09 .wpct_slider_content .wpct_slider_submit .wpct_submit {
    background: #0290CD;
    color: #fff;
    border-radius: 6px;
    font-size: 16px;
    display: inline-block;
}

.wpct_hosting_slider.slider-09 .wpct_slider_content .wpct_slider_submit .wpct_submit:hover {
    background: #026d9a;
    color: #fff;
}

.wpct_hosting_slider.slider-09 .wpct_slider_content:after {
    content: "";
    display: block;
    clear: both;
}

@media only screen and (max-width: 640px) {
    .wpct_hosting_slider.slider-09 {
        padding-bottom: 25px;
    }

    .wpct_hosting_slider.slider-09 .wpct_slider_content {
        padding-right: 0;
    }

    .wpct_hosting_slider.slider-09 .wpct_slider_content .wpct_slider_output {
        width: 100%;
        float: none;
        border-right: 0;
    }

    .wpct_hosting_slider.slider-09 .wpct_slider_content .wpct_slider_submit {
        position: relative;
        width: 100%;
        height: 80px;
    }

    .wpct_hosting_slider.slider-09 .wpct_slider_container {
        padding-right: 0;
    }
}

.wpct_hosting_slider.slider-10 {
    background: #ebebeb;
    border: 10px solid #fff;
    box-shadow: none;
    border-radius: 5px;
    color: #333;
    margin: 50px auto 30px;
    position: relative;
    border: 1px solid #ebf7ff;
    border-radius: 0;
}

.wpct_hosting_slider.slider-10 .ui-slider {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    height: 24px;
    margin-bottom: 10px;
}

.wpct_hosting_slider.slider-10 .ui-slider .ui-widget-header {
    background: #fff;
    border-radius: 0;
}

.wpct_hosting_slider.slider-10 .ui-slider .ui-slider-handle {
    background: #fff;
    border: 1px solid #ddd;
    height: 28px;
    width: 18px;
    border-radius: 0;
    top: -3px;
    cursor: pointer;
}

.wpct_hosting_slider.slider-10 .ui-slider .ui-slider-handle:after,
.wpct_hosting_slider.slider-10 .ui-slider .ui-slider-handle:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 3px;
    left: 4px;
    top: 9px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.wpct_hosting_slider.slider-10 .ui-slider .ui-slider-handle:after {
    top: 13px;
}

.wpct_hosting_slider.slider-10 .ui-slider .wpct_slider_pipe {
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    background: #ddd;
    z-index: 2;
}

.wpct_hosting_slider.slider-10 .wpct_slider_heading {
    font-size: 40px;
    font-weight: 100;
    text-align: center;
    padding-bottom: 30px;
}

.wpct_hosting_slider.slider-10 .wpct_package_title ul li {
    background: 0;
    padding: 0;
    border-radius: 0;
    color: #333;
    min-width: 80px;
}

.wpct_hosting_slider.slider-10 .wpct_package_title ul li.active {
    font-weight: 700;
}

.wpct_hosting_slider.slider-10 .wpct_slider_output {
    float: left;
    width: 20%;
    text-align: center;
}

.wpct_hosting_slider.slider-10 .wpct_slider_output .wpct_slider_description_detail {
    border-bottom: 1px solid #ddd;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.wpct_hosting_slider.slider-10 .wpct_slider_submit {
    text-align: center;
}

.wpct_hosting_slider.slider-10 .wpct_slider_submit .wpct_submit,
.wpct_hosting_slider.slider-10 .wpct_slider_submit .wpct_submit-button {
    display: inline-block;
    color: #fff;
    background: #fff;
    border-radius: 0;
    border: 2px solid #ddd;
    padding: 12px 20px 12px 40px;
    color: #333;
    font-size: 20px;
    position: relative;
}

.wpct_hosting_slider.slider-10 .wpct_slider_submit .wpct_submit-button:after,
.wpct_hosting_slider.slider-10 .wpct_slider_submit .wpct_submit-button:before,
.wpct_hosting_slider.slider-10 .wpct_slider_submit .wpct_submit:after,
.wpct_hosting_slider.slider-10 .wpct_slider_submit .wpct_submit:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 6px;
    left: 12px;
    top: 50%;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    margin-top: -7px;
}

.wpct_hosting_slider.slider-10 .wpct_slider_submit .wpct_submit-button:after,
.wpct_hosting_slider.slider-10 .wpct_slider_submit .wpct_submit:after {
    margin-top: 1px;
}

.wpct_hosting_slider.slider-10 .wpct_slider_submit .wpct_submit-button:hover,
.wpct_hosting_slider.slider-10 .wpct_slider_submit .wpct_submit:hover {
    background: #c4c4c4;
}

.wpct_hosting_slider.slider-10 .wpct_description_holder {
    margin-bottom: 50px;
}

.wpct_hosting_slider.slider-10 .wpct_package_title_desktop .wpct_price .wpct_period,
.wpct_hosting_slider.slider-10 .wpct_package_title_mobile .wpct_price .wpct_period {
    display: none;
}

@media (max-width: 640px) {
    .wpct_hosting_slider.slider-10 .wpct_slider_output {
        float: none;
        width: 100%;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #ddd;
    }

    .wpct_hosting_slider.slider-10 .wpct_slider_output .wpct_slider_description_detail {
        border-bottom: 0;
        margin-bottom: 0;
    }
}

.wpct_hosting_slider.slider-10 .wpct_discounts_container {
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px;
    min-height: 85px;
    background: #c4c4c4;
    color: #333;
    min-width: 200px;
    line-height: 1.1;
}

.wpct_hosting_slider.slider-10 .wpct_discounts_container .wpct_discount_text,
.wpct_hosting_slider.slider-10 .wpct_discounts_container .wpct_discount_value {
    display: block;
    text-align: center;
}

.wpct_hosting_slider.slider-10 .wpct_discounts_container .wpct_discount_text.wpct_discount_text,
.wpct_hosting_slider.slider-10 .wpct_discounts_container .wpct_discount_value.wpct_discount_text {
    font-size: 22px;
    text-transform: uppercase;
}

.wpct_hosting_slider.slider-10 .wpct_discounts_container .wpct_discount_text.wpct_discount_value,
.wpct_hosting_slider.slider-10 .wpct_discounts_container .wpct_discount_value.wpct_discount_value {
    font-size: 38px;
}

.wpct_hosting_slider.slider-10 .wpct_discounts_container .wpct_discount {
    display: block;
}

.wpct_hosting_slider.slider-10 .wpct_price_heading {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    min-height: 85px;
    background: #c4c4c4;
    color: #333;
    min-width: 150px;
    line-height: 1.1;
}

.wpct_hosting_slider.slider-10 .wpct_price_heading .wpct_unit {
    font-size: 28px;
    vertical-align: baseline;
    top: -20px;
    position: relative;
}

.wpct_hosting_slider.slider-10 .wpct_price_heading .wpct_amount {
    font-size: 56px;
}

.wpct_hosting_slider.slider-10 .wpct_price_heading .wpct_decimal {
    position: absolute;
    margin-top: 13px;
    font-size: 24px;
}

.wpct_hosting_slider.slider-10 .wpct_price_heading .wpct_fraction {
    position: absolute;
    margin-top: 8px;
    margin-left: 10px;
    font-size: 24px;
    text-decoration: underline;
}

.wpct_hosting_slider.slider-10 .wpct_price_heading sub,
.wpct_hosting_slider.slider-10 .wpct_price_heading sup {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
}

.wpct_hosting_slider.slider-10 .wpct_price_heading sub {
    top: 0.4em;
}

.wpct_hosting_slider.slider-10 .wpct_price_toggle {
    position: absolute;
    left: 0;
    top: -35px;
    text-align: center;
    width: auto;
    float: none;
}

.wpct_hosting_slider.slider-10 .wpct_price_toggle input {
    display: none;
}

.wpct_hosting_slider.slider-10 .wpct_price_toggle label span {
    background: #fff;
    border-radius: 0;
    border: 2px solid #ddd;
}

.wpct_hosting_slider.slider-10 .wpct_price_toggle input:checked + span {
    background: #c4c4c4;
}

.wpct_hosting_slider.slider-10 .wpct_slider_heading {
    width: calc(-290%);
    margin: 0 auto;
}

.wpct_hosting_slider.slider-10 .wpct_slider_heading span {
    display: inline-block;
    border: 1px solid;
    padding: 2px 24px;
}

@media (max-width: 767px) {
    .wpct_hosting_slider.slider-10 {
        padding-top: 105px;
    }

    .wpct_hosting_slider.slider-10 .wpct_slider_heading {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .wpct_hosting_slider.slider-10 .wpct_discounts_container,
    .wpct_hosting_slider.slider-10 .wpct_price_heading {
        width: 50%;
    }

    .wpct_hosting_slider.slider-10 .wpct_discounts_container .wpct_price,
    .wpct_hosting_slider.slider-10 .wpct_price_heading .wpct_price {
        text-align: center;
    }
}

.wpct_comparison_matrix {
    box-sizing: border-box;
    font-family: "Ubuntu", serif;
}

.wpct_comparison_matrix *,
.wpct_comparison_matrix :after,
.wpct_comparison_matrix :before {
    box-sizing: border-box;
}

.wpct_comparison_matrix table {
    width: 100%;
    overflow: auto;
    border-collapse: collapse;
}

.wpct_comparison_matrix table td,
.wpct_comparison_matrix table th {
    text-align: center;
    width: 10%;
}

.wpct_comparison_matrix table td {
    border: 1px solid #D9D9D9;
    padding: 20px 8px 15px;
    background: #f3f3f3;
    font-weight: 400;
    color: #252525;
    text-transform: uppercase;
}

.wpct_comparison_matrix .wpct_group_title th {
    background: #42454a;
    color: #fff;
    font-size: 18px;
    padding: 17px;
}

.wpct_comparison_matrix .wpct_description_titles td {
    text-transform: uppercase;
    background: #ccc;
    font-size: 12px;
    padding: 8px;
}

.wpct_comparison_matrix .wpct_plan_title span {
    display: block;
}

.wpct_comparison_matrix .wpct_plan_title span.wpct_plan_title_name {
    font-weight: 700;
}

.wpct_comparison_matrix .wpct_amount,
.wpct_comparison_matrix .wpct_unit {
    font-size: 30px;
    line-height: 40px;
}

.wpct_comparison_matrix .wpct_compare_unit {
    font-weight: 300;
    text-transform: lowercase;
    display: block;
}

.wpct_comparison_matrix .wpct_button .wpct_submit-button {
    border-radius: 3px;
    background: #fd4326;
    padding: 0 15px;
    line-height: 38px;
    text-transform: uppercase;
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #fd4326;
    transition: all 0.5s ease-in-out;
}

.wpct_comparison_matrix .wpct_button .wpct_submit-button:hover {
    background: #fff;
    color: #FD4326;
}

@media only screen and (max-width: 768px) {
    .wpct_comparison_matrix table,
    .wpct_comparison_matrix tbody,
    .wpct_comparison_matrix tbody tr,
    .wpct_comparison_matrix td {
        display: block;
        height: auto;
        width: 100%;
    }

    .wpct_comparison_matrix table td,
    .wpct_comparison_matrix tbody td,
    .wpct_comparison_matrix tbody tr td,
    .wpct_comparison_matrix td td {
        width: 100%;
    }

    .wpct_comparison_matrix table thead {
        display: none;
    }

    .wpct_comparison_matrix tr {
        border: 1px solid #ccc;
    }

    .wpct_comparison_matrix td {
        border: none;
        border-bottom: 1px solid #eee;
    }

    .wpct_comparison_matrix td[data-title] {
        text-align: left;
    }

    .wpct_comparison_matrix td[data-title]:before {
        content: attr(data-title) ": ";
        display: inline-block;
        font-weight: 700;
        width: 45%;
    }

    .wpct_comparison_matrix td:not([data-title]) {
        text-align: center;
    }
}

.wpct_comparison_matrix.matrix-01 {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #303030;
}

.wpct_comparison_matrix.matrix-01 table td {
    padding: 8px;
    background: #fff;
}

.wpct_comparison_matrix.matrix-01 .wpct_group_title th {
    background: #e6e6e6;
    font-size: 11px;
    line-height: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 8px;
    color: #303030;
}

.wpct_comparison_matrix.matrix-01 .wpct_description_titles td {
    background: #fff;
}

.wpct_comparison_matrix.matrix-01 .wpct_plan_title {
    text-align: left;
    padding-left: 40px;
    position: relative;
    overflow: hidden;
}

.wpct_comparison_matrix.matrix-01 .wpct_plan_title span {
    display: block;
}

.wpct_comparison_matrix.matrix-01 .wpct_plan_title span.wpct_plan_title_name {
    font-weight: 400;
}

.wpct_comparison_matrix.matrix-01 .wpct_plan_title .wpct_ribbon_text {
    position: absolute;
    width: 100px;
    height: 14px;
    background: #da2727;
    color: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 10px;
    left: -35px;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
}

@media only screen and (max-width: 640px) {
    .wpct_comparison_matrix.matrix-01 .wpct_plan_title {
        text-align: center;
        padding: 8px;
    }
}

.wpct_comparison_matrix.matrix-01 .wpct_amount {
    font-size: inherit;
    line-height: inherit;
}

.wpct_comparison_matrix.matrix-01 .wpct_compare_unit {
    text-transform: none;
}

.wpct_comparison_matrix.matrix-01 .wpct_button .wpct_submit-button {
    font-size: 14px;
    line-height: 18px;
    background: #fff;
    color: #303030;
    border-radius: 0;
    border: 1px solid #303030;
    padding: 4px 8px;
    transition: all 0.3s linear;
}

.wpct_comparison_matrix.matrix-01 .wpct_button .wpct_submit-button:hover {
    background: #da2727;
    color: #fff;
    border-color: #da2727;
}

.wpct_comparison_matrix.webreplex_matrix {
    font-size: 13px;
    line-height: 19px;
}

.wpct_comparison_matrix.webreplex_matrix table {
    border: 1px solid #ddd;
    border-collapse: collapse;
}

.wpct_comparison_matrix.webreplex_matrix table tr {
    border-bottom: 1px solid #ddd;
    background: #F2F2F2;
}

.wpct_comparison_matrix.webreplex_matrix table tr:nth-child(even) {
    background: #fff;
}

.wpct_comparison_matrix.webreplex_matrix table tr td {
    background: 0;
    border: 0;
    padding: 5px 10px;
}

.wpct_comparison_matrix.webreplex_matrix .wpct_description_titles th {
    background: #00ace8;
    color: #fff;
    font-weight: 700;
    vertical-align: middle;
    height: 60px;
}

.wpct_comparison_matrix.webreplex_matrix .wpct_button .wpct_submit-button {
    background: #00ace8;
    border-radius: 0;
    color: #fff;
    border: 0;
}

.wpct_comparison_matrix.webreplex_matrix .wpct_button .wpct_submit-button:hover {
    background: #0086b5;
    color: #fff;
}

/* visul composer */

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0px !important;
}


.whmpress_pricing_table{
    background-color:#f7f7f7 !important;
    max-width:100% !important;
    padding:0px 15px !important;
    display:block !important;
}

.blog-box-item .blog-box-image img{width:100% !important;}

.whmpress_pricing_table{padding:0px !important; background-color:#f7f7f7;}

.slider-btn{
    position:relative;
    line-height:29px;
    color:#ffffff;
    font-size:14px;
    font-weight:400;
    letter-spacing:1px;
    display:inline-block;
    background-color:#fc5003;
    border:2px solid #fc5003;
    text-transform:uppercase;
    margin-right:10px;
    padding:8px 39px;
}
.slider-btn:hover{
    background:none;
}

.black-button .slider-btn{
    position:relative;
    line-height:29px;
    color:#ffffff;
    font-size:14px;
    font-weight:400;
    letter-spacing:1px;
    display:inline-block;
    background-color:#000;
    border:2px solid #000;
    text-transform:uppercase;
    padding:8px 39px;
}

.black-button .slider-btn:hover{
background:none;
}

.our-customer{ margin-top:60px;}
.domain-search{padding-top:36px !important;}
.whmpress_pricing_table.hosting{ background-color:#ffffff !important;}
.wpct_submit-button.wpct_submit{ border:2px solid #fc5003 !important; background:none !important; color:#fc5003 !important; line-height:26px !important;}
.wpct_submit-button.wpct_submit[type="button"]{ -webkit-appearance: inherit !important;}

.wpct_pricing_table.featured .wpct_button .wpct_holder .wpct_submit-button{ background-color:#eee !important; color:#2A363F !important;}
.whmp_domain_type_toggle_container .whmp_domain_type_toggle{ margin-right:4px !important;}

.must-log-in{ margin-bottom:15px;}

.site-logo{ padding:24px 0px 14px; display:inline-block;}

.whmp_domain_search_ajax_results .whmp_search_ajax_title.whmp_not_found_title .whmp_search_ajax_domain:before {
    content: "\f00d" !important;
}

.whmp_domain_search_ajax_results .whmp_search_ajax_title.whmp_found_title .whmp_search_ajax_domain:before {
    content: "\f00c" !important;
}

.whmp_domain_search_ajax_results {
    padding-top: 0px !important;
    padding-bottom: 60px;
}

/* ------------- */

.whmpress_pricing_table{
    border:1px solid #e9e6e6 !important;
}

.pricing-plan .vc_column_container{ padding:0px !important; }

.widget h4{ margin-bottom:15px;}

.single-border{ width:50px !important;}
.single-border-1{width:300px !important;}
.blog-single-item .featured-image .post-date span{
    font-size: 33px;
    display:block;
}

.domain-outer-box{
    overflow-x:auto;
}

.whmpress_price_matrix_domain{
    min-width:900px;
}