@import url(//fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700);
@import url(../fonts/hustbee.css);

*, .plans-compare-container .vpn-plan-column .table .plan-name, body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.d-toggle, .slick-slider {
    -webkit-touch-callout: none;
    -khtml-user-select: none
}

.slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden
}

*, .fa, body {
    -moz-osx-font-smoothing: grayscale
}

*, body {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    text-rendering: optimizeLegibility
}

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

.rtl-row > div[class^=col-] {
    float: right
}

.row.custom-padding {
    margin-left: -35px;
    margin-right: -35px
}

.row.custom-padding > div[class^=col-] {
    padding-left: 35px;
    padding-right: 35px
}

@media (max-width: 1200px) {
    .row.custom-padding {
        margin-left: -15px;
        margin-right: -15px
    }

    .row.custom-padding > div[class^=col-] {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width: 992px) {
    .row.same-height {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap
    }
}

.hbtn {
    display: inline-block;
    float: left;
    text-align: center;
    padding: .7em 2em;
    font-weight: 500;
    font-size: 1em;
    color: #fff;
    border-radius: 25px;
    border: 0;
    outline: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer
}

.hbtn.hbtn-lg {
    padding: 10px 22px;
    font-size: 18px
}

.hbtn.hbtn-primary {
    background-color: #ffc600;
    color: #0c090d
}

.hbtn.hbtn-primary:focus, .hbtn.hbtn-primary:hover {
    text-decoration: none;
    background-color: #e6b200
}

.hbtn.hbtn-default {
    background-color: #333c4e;
    color: #adadad
}

.hbtn.hbtn-default:focus, .hbtn.hbtn-default:hover {
    color: #3b4048;
    text-decoration: none;
    background-color: #ffc600
}

.hbtn.hbtn-blue {
    background-color: #5993fa;
    color: #fff
}

.form-control, label {
    font-size: 16px;
    color: #3b4155
}

.hbtn.hbtn-blue:focus, .hbtn.hbtn-blue:hover {
    text-decoration: none;
    background-color: #4083f9
}

label {
    font-weight: 400;
    margin-bottom: 8px;
    margin-top: 8px
}

.form-control {
    border: 1px solid #dce2ea;
    padding: 12px 24px;
    border-radius: 5px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.form-control:focus, .form-control:hover {
    border-color: #bcc8d7;
    color: #262a37;
    -webkit-box-shadow: none;
    box-shadow: none
}

textarea {
    resize: none;
    height: 200px
}

select.form-control {
    height: inherit !important
}

.select-holder {
    position: relative;
    margin-bottom: 15px
}

.select-holder select.form-control {
    width: 100%;
    margin-bottom: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.select-holder:after {
    position: absolute;
    font-family: hustbee !important;
    content: "\62";
    top: 13px;
    right: 15px;
    pointer-events: none
}

.form-row > .col, .form-row > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 15px
}

.form-row > .col:first-child, .form-row > [class*=col-]:first-child {
    padding-left: 0
}

.form-row > .col:last-child, .form-row > [class*=col-]:last-child {
    padding-right: 0
}

.login-register-form .form-holder .form-row > .col, .login-register-form .form-holder .form-row > [class*=col-] {
    margin-bottom: 0
}

.submit-holder {
    text-align: right
}

.form-holder input[type=checkbox], .form-holder input[type=radio] {
    width: auto
}

.form-holder input[type=checkbox]:checked, .form-holder input[type=checkbox]:not(:checked), .form-holder input[type=radio]:checked, .form-holder input[type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

.hylink-box .link:after, .pricing-box .pricing-details > ul > li:before, .question-card .card-header button:after {
    font-family: hustbee !important
}

body.fullpage {
    width: 100%;
    height: 100%;
    background-color: #111a2b
}

.login-register-form {
    text-align: center;
    padding: 150px 0
}

.login-register-form .form-holder {
    display: inline-block;
    width: 100%;
    max-width: 472px;
    text-align: left
}

.login-register-form .form-holder .site-brand img {
    width: 100%;
    max-width: 122px !important
}

.login-register-form .form-holder .form-title {
    text-align: right;
    font-size: 18px;
    color: #5288e8;
    border-radius: 20px;
    margin-bottom: 5px
}

.login-register-form .form-holder .form-title img {
    width: 11px;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 8px
}

.login-register-form .form-holder .form-head {
    padding-bottom: 75px
}

.login-register-form .form-holder .form-links {
    text-align: center;
    font-size: 18px;
    color: #4c5465;
    padding-bottom: 55px
}

.login-register-form .form-holder .form-links .link-to.active {
    color: #5288e8
}

.login-register-form .form-holder .form-links .link-to.active:focus, .login-register-form .form-holder .form-links .link-to.active:hover {
    color: #6997eb
}

.login-register-form .form-holder label {
    font-weight: 400;
    font-size: 16px;
    color: #6a81ac
}

.login-register-form .form-holder .field, .login-register-form .form-holder .form-control {
    color: #3b4155;
    border: 0;
    margin-bottom: 35px;
    height: inherit;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.login-register-form .form-holder .field:focus, .login-register-form .form-holder .field:hover, .login-register-form .form-holder .form-control:focus, .login-register-form .form-holder .form-control:hover {
    color: #5288e8;
    -webkit-box-shadow: inset 0 0 0 .15rem #5288e8;
    box-shadow: inset 0 0 0 .15rem #5288e8
}

.login-register-form .form-holder a {
    font-size: 14px;
    color: #65728b
}

.login-register-form .form-holder .submit-holder [type=submit] {
    border: 0;
    border-radius: 50px;
    background-color: #374154;
    font-weight: 500;
    font-size: 17px;
    color: #fff;
    outline: 0;
    cursor: pointer;
    padding: 10px 34px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.login-register-form .form-holder .submit-holder [type=submit]:focus, .login-register-form .form-holder .submit-holder [type=submit]:hover {
    background-color: #2d3545
}

#header-holder {
    position: relative;
    background-color: #111a2b;
    z-index: 10
}

#header-holder:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/cloud-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    opacity: .17;
    z-index: -1
}

.search-question-holder .btn-search:focus, .search-question-holder .btn-search:hover, nav.navbar .navbar-nav > li.dropdown .dropdown-toggle {
    opacity: .8
}

#header-holder.innerpage:before {
    background-image: none
}

#header-holder.innerpage.clouds-bg:before {
    background-image: url(../images/cloud-bg-df.png)
}

#header-holder.innerpage.lighter nav.navbar .navbar-nav.other-navbar > li .btn-client-area {
    background-color: rgba(51, 60, 78, .25)
}

#header-holder.innerpage.lighter nav.navbar .navbar-nav.other-navbar > li .btn-client-area:focus, #header-holder.innerpage.lighter nav.navbar .navbar-nav.other-navbar > li .btn-client-area:hover {
    background-color: rgba(51, 60, 78, .45)
}

#header-holder.innerpage.light-bg {
    background-color: #5993f9
}

#header-holder.innerpage.light-bg nav.navbar .navbar-nav.other-navbar > li .btn-client-area {
    color: #fff;
    background-color: rgba(51, 60, 78, .25)
}

#header-holder.innerpage.light-bg nav.navbar .navbar-nav.other-navbar > li .btn-client-area:focus, #header-holder.innerpage.light-bg nav.navbar .navbar-nav.other-navbar > li .btn-client-area:hover {
    background-color: rgba(51, 60, 78, .45)
}

#header-holder.innerpage.grey-bg {
    background-color: #838ea2
}

#header-holder.innerpage.grey-bg nav.navbar .navbar-nav.other-navbar > li .btn-client-area {
    color: #fff;
    background-color: rgba(51, 60, 78, .25)
}

#header-holder.innerpage.grey-bg nav.navbar .navbar-nav.other-navbar > li .btn-client-area:focus, #header-holder.innerpage.grey-bg nav.navbar .navbar-nav.other-navbar > li .btn-client-area:hover {
    background-color: rgba(51, 60, 78, .45)
}

.navbar-brand {
    padding: 15px
}

nav.navbar .navbar-toggle {
    margin-top: 23px
}

nav.navbar .navbar-toggle .icon-bar {
    background-color: #fff
}

nav.navbar .navbar-nav > li {
    padding: 14px 16px
}

nav.navbar .navbar-nav > li > a {
    color: #fff;
    font-size: 16px;
    position: relative;
    padding: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

nav.navbar .navbar-nav > li > a:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background-color: #ffc600;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

nav.navbar .navbar-nav > li > a:focus, nav.navbar .navbar-nav > li > a:hover {
    background-color: transparent
}

nav.navbar .navbar-nav > li.active > a:after, nav.navbar .navbar-nav > li > a:focus:after, nav.navbar .navbar-nav > li > a:hover:after {
    width: 100%
}

nav.navbar .navbar-nav > li.dropdown .dropdown-toggle:focus, nav.navbar .navbar-nav > li.dropdown .dropdown-toggle:hover, nav.navbar .navbar-nav > li.dropdown.show .dropdown-toggle {
    opacity: .5
}

nav.navbar .navbar-nav > li.dropdown .dropdown-menu {
    border-radius: 10px;
    background-color: #e6ebf3
}

nav.navbar .navbar-nav > li.dropdown .dropdown-menu .dropdown-item {
    font-size: 14px;
    font-weight: 300;
    color: #111a2b
}

nav.navbar .navbar-nav > li.dropdown .dropdown-menu .dropdown-item:focus, nav.navbar .navbar-nav > li.dropdown .dropdown-menu .dropdown-item:hover {
    color: #000;
    background-color: transparent
}

nav.navbar .navbar-nav > li.dropdown .custom-dropdown-menu {
    width: 400px;
    padding: 15px;
    border-radius: 10px;
    background-color: #e6ebf3
}

nav.navbar .navbar-nav > li.dropdown .custom-dropdown-menu .dropdown-items-holder .items-with-icon > .row > [class^=col-], nav.navbar .navbar-nav > li.dropdown .custom-dropdown-menu .dropdown-items-holder .items > .row > [class^=col-] {
    padding-left: 0;
    padding-right: 0
}

nav.navbar .navbar-nav > li.dropdown .custom-dropdown-menu .dropdown-items-holder .items-with-icon {
    border-bottom: 1px solid #98a9c3;
    padding-bottom: 10px;
    margin-bottom: 8px
}

nav.navbar .navbar-nav > li.dropdown .custom-dropdown-menu .dropdown-items-holder .items-with-icon > .row {
    margin-left: 0;
    margin-right: 0
}

nav.navbar .navbar-nav > li.dropdown .custom-dropdown-menu .dropdown-items-holder .items-with-icon .link-with-icon {
    display: block;
    width: 100%;
    text-decoration: none;
    margin-bottom: 7px
}

nav.navbar .navbar-nav > li.dropdown .custom-dropdown-menu .dropdown-items-holder .items-with-icon .link-with-icon .icon {
    width: 32px;
    height: 32px;
    background-color: transparent;
    display: inline-block;
    border-radius: 36px;
    text-align: center;
    vertical-align: middle;
    margin-right: 4px;
    padding-top: 6px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

nav.navbar .navbar-nav > li.dropdown .custom-dropdown-menu .dropdown-items-holder .items-with-icon .link-with-icon .icon img {
    width: 22px;
    -webkit-filter: grayscale(100%) brightness(170%);
    -moz-filter: grayscale(100%) brightness(170%);
    -ms-filter: grayscale(100%) brightness(170%);
    filter: grayscale(100%) brightness(170%)
}

nav.navbar .navbar-nav > li.dropdown .custom-dropdown-menu .dropdown-items-holder .items-with-icon .link-with-icon .text {
    font-size: 14px;
    font-weight: 300;
    color: #111a2b;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

nav.navbar .navbar-nav > li.dropdown .custom-dropdown-menu .dropdown-items-holder .items-with-icon .link-with-icon.active .icon, nav.navbar .navbar-nav > li.dropdown .custom-dropdown-menu .dropdown-items-holder .items-with-icon .link-with-icon:focus .icon, nav.navbar .navbar-nav > li.dropdown .custom-dropdown-menu .dropdown-items-holder .items-with-icon .link-with-icon:hover .icon {
    background-color: #fff
}

nav.navbar .navbar-nav > li.dropdown .custom-dropdown-menu .dropdown-items-holder .items-with-icon .link-with-icon.active .text, nav.navbar .navbar-nav > li.dropdown .custom-dropdown-menu .dropdown-items-holder .items-with-icon .link-with-icon:focus .text, nav.navbar .navbar-nav > li.dropdown .custom-dropdown-menu .dropdown-items-holder .items-with-icon .link-with-icon:hover .text {
    color: #020204
}

nav.navbar .navbar-nav > li.dropdown .custom-dropdown-menu .dropdown-items-holder .items > .row {
    margin-left: 0;
    margin-right: 0
}

nav.navbar .navbar-nav > li.dropdown .custom-dropdown-menu .dropdown-items-holder .items .link {
    position: relative;
    display: block;
    width: 100%;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    padding-left: 40px;
    color: #111a2b;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

nav.navbar .navbar-nav > li.dropdown .custom-dropdown-menu .dropdown-items-holder .items .link:before {
    position: absolute;
    font-family: hustbee !important;
    content: "\62";
    top: 3px;
    left: 12px;
    font-weight: 400;
    font-size: 11px;
    color: #98a9c3;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

nav.navbar .navbar-nav.other-navbar > li > a:after {
    display: none
}

nav.navbar .navbar-nav.other-navbar > li .btn-client-area {
    font-size: 14px;
    color: #a9b6c4;
    border-radius: 20px;
    padding: 2px 18px;
    margin-bottom: 5px;
    background-color: #333c4e;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

nav.navbar .navbar-nav.other-navbar > li .btn-client-area img {
    width: 11px;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 8px
}

nav.navbar .navbar-nav.other-navbar > li .btn-client-area:focus, nav.navbar .navbar-nav.other-navbar > li .btn-client-area:hover {
    background-color: #29303f
}

nav.navbar .navbar-nav.other-navbar > li .chat-info {
    font-size: 14px;
    color: #fff
}

nav.navbar .navbar-nav.other-navbar > li .chat-info i {
    color: #2a74e3;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -3px
}

nav.navbar .navbar-nav.other-navbar > li .btn-chat {
    background-color: #2a74e3;
    height: 50px;
    width: 50px;
    border-radius: 10px;
    padding-top: 12px;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

nav.navbar .navbar-nav.other-navbar > li .btn-chat i {
    color: #fff;
    font-size: 30px
}

#top-content .page-title, #top-content .page-title .title-with-icon .text {
    font-size: 23px;
    font-weight: 700;
    color: #fff
}

nav.navbar .navbar-nav.other-navbar > li .btn-chat:focus, nav.navbar .navbar-nav.other-navbar > li .btn-chat:hover {
    background-color: #1c67d7
}

nav.navbar .navbar-nav-centered {
    display: inline-block;
    float: none;
    margin-top: 14px
}

nav.navbar .navbar-collapse-centered {
    text-align: center
}

nav.navbar .nav .open > a, nav.navbar .nav .open > a:focus, nav.navbar .nav .open > a:hover {
    background-color: transparent;
    border-color: transparent
}

#top-content {
    padding-top: 35px;
    padding-bottom: 35px
}

#top-content .page-title .title-with-icon {
    display: block;
    width: 100%;
    text-decoration: none;
    margin-bottom: 7px
}

#top-content .page-title .title-with-icon .icon {
    width: 60px;
    height: 60px;
    background-color: #5993fa;
    display: inline-block;
    border-radius: 36px;
    text-align: center;
    vertical-align: middle;
    margin-right: 24px;
    padding-top: 10px
}

#top-content .page-title .title-with-icon .icon img {
    width: 33px;
    -webkit-filter: grayscale(100%) brightness(130%);
    -moz-filter: grayscale(100%) brightness(130%);
    -ms-filter: grayscale(100%) brightness(130%);
    filter: grayscale(100%) brightness(130%)
}

#top-content .page-subtitle {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    margin-top: 10px
}

#header-holder.innerpage.light-bg #top-content .page-title .title-with-icon .icon {
    background-color: #ffc600
}

#header-holder.innerpage.light-bg #top-content .page-title .title-with-icon .icon img {
    width: 38px;
    -webkit-filter: grayscale(0) brightness(100%);
    -moz-filter: grayscale(0) brightness(100%);
    -ms-filter: grayscale(0) brightness(100%);
    filter: grayscale(0) brightness(100%)
}

.innerpage #top-content {
    padding-top: 55px;
    padding-bottom: 80px;
    text-align: center
}

.innerpage #top-content.st-on-top {
    padding-bottom: 200px
}

.innerpage #top-content.less-padding-bottom {
    padding-bottom: 35px
}

.main-slider .slide {
    padding-top: 160px;
    padding-bottom: 80px
}

.main-slider .slide > .row {
    margin-left: 0;
    margin-right: 0
}

.main-slider .slide > .row [class^=col-] {
    padding-left: 0;
    padding-right: 0
}

.main-slider .b-text {
    font-size: 65px;
    font-weight: 700;
    color: #fff;
    line-height: 64px;
    letter-spacing: 2px;
    margin-bottom: 35px
}

.main-slider .m-text {
    font-size: 23px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 55px
}

.main-slider .m-text .bold {
    font-weight: 700
}

.main-slider .img-holder {
    text-align: center
}

.main-slider .img-holder img {
    display: inline-block;
    width: 100%;
    max-width: 500px;
    margin-top: -70px
}

.main-slider .slick-dots {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.main-slider .slick-dots li {
    display: inline-block;
    padding-left: 3px;
    padding-right: 3px
}

.main-slider .slick-dots li button {
    border: 0;
    background: #ffc601;
    text-indent: -9999px;
    overflow: hidden;
    width: 8px;
    height: 8px;
    font-size: 0;
    padding: 0;
    border-radius: 8px;
    cursor: pointer;
    outline: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.main-slider .slick-dots li.slick-active button {
    width: 60px;
    background: #fff
}

.main-domain-search-holder .btn {
    font-size: 20px;
    font-weight: 600;
    border-radius: 50px;
    padding: 6px 27px;
    outline: 0 !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.features {
    background-color: #fbfbfb;
    padding-top: 50px;
    padding-bottom: 50px
}

.features .def-aligned {
    text-align: right
}

.features .feature-info {
    display: inline-block;
    padding: 60px 0;
    width: 100%;
    max-width: 470px;
    text-align: left
}

.features .feature-info .feature-title {
    font-size: 33px;
    font-weight: 700;
    color: #333c4e;
    margin-bottom: 20px
}

.features .feature-info .feature-text {
    font-size: 18px;
    font-weight: 300;
    color: #090a19;
    margin-bottom: 25px;
    width: 100%
}

.features .img-holder {
    background-image: url(../images/cloud-bg-sm.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    text-align: center;
    padding: 30px 0
}

.domain-search-holder:before, .pricing:before {
    bottom: 0;
    background-image: url(../images/cloud-bg.svg);
    background-repeat: no-repeat
}

.features .img-holder img {
    width: 80%;
    max-width: 346px
}

.pricing-box {
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    padding: 40px 15px;
    margin: 35px 0;
    width: 100%;
    background-color: #fff;
    z-index: 1;
    -webkit-box-shadow: 0 0 0 1px #82a9ff;
    box-shadow: 0 0 0 1px #82a9ff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.pricing-box .pricing-title {
    font-size: 23px;
    font-weight: 300;
    color: #3375e7;
    margin-bottom: 15px
}

.pricing-box .pricing-icon {
    margin-bottom: 30px
}

.pricing-box .pricing-icon .icon {
    display: inline-block;
    background-color: #ecf0f6;
    width: 94px;
    height: 94px;
    border-radius: 100px;
    padding-top: 16px
}

.pricing-box .pricing-icon .icon img {
    width: 60px
}

.pricing-box .pricing-details {
    text-align: left;
    margin-bottom: 35px
}

.pricing-box .pricing-details > ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.pricing-box .pricing-details > ul > li {
    position: relative;
    font-size: 16px;
    font-weight: 300;
    color: #090a19;
    padding: 6px 5px;
    margin-bottom: 3px;
    text-align: center;
    z-index: 1
}

.pricing-box .pricing-details > ul > li:before {
    content: "\64";
    margin-right: 10px;
    margin-left: -20px;
    color: #ffc600;
    font-size: 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.pricing-box .pricing-details > ul > li:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 0 #adb2c3;
    box-shadow: 0 0 0 0 #adb2c3;
    z-index: -1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.pricing-box .pricing-details > ul > li:hover:before {
    color: #000
}

.pricing-box .pricing-details > ul > li:hover:after {
    background-color: #f4f4f4;
    -webkit-box-shadow: 0 0 0 1px #adb2c3;
    box-shadow: 0 0 0 1px #adb2c3
}

.pricing-box .pricing-price {
    margin-bottom: 21px
}

.pricing-box .pricing-price .price-info {
    font-size: 14px;
    font-weight: 300;
    color: #090a19
}

.pricing-box .pricing-price .price .currency, .pricing-box .pricing-price .price .duration, .pricing-box .pricing-price .price .num {
    font-size: 23px;
    font-weight: 300;
    color: #3375e7
}

.pricing-box .pricing-price .price .currency span, .pricing-box .pricing-price .price .duration span, .pricing-box .pricing-price .price .num span {
    font-weight: 300
}

.pricing-box .pricing-button {
    margin-bottom: -65px
}

.pricing-box .pricing-button a {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    background-color: #5993fa;
    padding: 12px 30px;
    border-radius: 100px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.pricing-box .pricing-button a:focus, .pricing-box .pricing-button a:hover {
    background-color: #4083f9
}

.pricing-box:hover {
    -webkit-box-shadow: 0 0 0 3px #82a9ff;
    box-shadow: 0 0 0 3px #82a9ff
}

.pricing-box:hover .pricing-title {
    font-weight: 500
}

.pricing-box.inner {
    padding: 24px 15px;
    -webkit-box-shadow: 0 0 0 3px #82a9ff;
    box-shadow: 0 0 0 3px #82a9ff
}

.pricing-box.inner .pricing-title {
    font-weight: 500;
    margin-bottom: 10px
}

.pricing-box.inner .pricing-price {
    margin-bottom: 10px
}

.pricing-box.inner .pricing-price .price .currency, .pricing-box.inner .pricing-price .price .duration, .pricing-box.inner .pricing-price .price .num {
    font-weight: 300
}

.pricing-box.inner .pricing-button {
    margin-bottom: 30px
}

.pricing-box.inner .pricing-button a {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    background-color: #5993fa;
    padding: 9px 40px;
    border-radius: 100px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.pricing-box.inner .pricing-button a:focus, .pricing-box.inner .pricing-button a:hover {
    background-color: #4083f9
}

.pricing-box.inner .pricing-details {
    text-align: left;
    margin-bottom: 10px
}

.pricing-box.inner.featured, .pricing-box.inner:hover {
    -webkit-box-shadow: 0 0 0 3px #ffc600;
    box-shadow: 0 0 0 3px #ffc600;
    padding: 34px 15px;
    margin: 25px 0
}

.sub-pricing {
    position: relative;
    padding-top: 50px;
    padding-bottom: 40px;
    text-align: center;
    z-index: 10
}

.sub-pricing .pricing-holder {
    display: inline-block;
    width: 100%;
    max-width: 970px
}

.d-toggle {
    cursor: pointer;
    margin-bottom: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.d-toggle div {
    display: inline-block
}

.d-toggle .fd, .d-toggle .sd {
    font-size: 12px;
    color: #a2acbe;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.d-toggle .fd.active, .d-toggle .sd.active {
    color: #ffc600
}

.d-toggle .button {
    width: 34px;
    height: 14px;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 10px;
    background-color: #ffc600;
    vertical-align: middle;
    position: relative
}

.d-toggle .button:after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    left: 19px;
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 5px rgba(81, 102, 121, .47);
    box-shadow: 0 0 5px rgba(81, 102, 121, .47);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.d-toggle .button.on:after {
    left: -3px
}

.pull-top {
    margin-top: -220px
}

.latest-news .post-box .post-link a.focus, .latest-news .post-box .post-link a:hover {
    color: #2b91d7
}

.domain-search-holder {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #5993fa;
    overflow: hidden;
    z-index: 1
}

.domain-search-holder:before {
    position: absolute;
    display: inline-block;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: bottom center;
    opacity: .17;
    z-index: -1
}

.domain-search-holder .title {
    font-size: 27px;
    font-weight: 700;
    color: #fff;
    padding: 6px 0;
    text-shadow: -1px 0 2px #000;
    line-height: 30px
}

.domain-search-holder button, .hylink-box .link {
    font-size: 19px;
    -webkit-transition: all .3s ease;
    outline: 0
}

.domain-search-holder .domain-input-holder {
    margin-top: 55px
}

.domain-search-holder .img-holder img {
    width: 170%;
    max-width: 600px;
    margin-top: -78px;
    margin-bottom: -112px
}

.support-links {
    background-color: #eaf2fe
}

.support-links > .row .hylink-holder {
    padding-top: 80px;
    padding-bottom: 80px
}

.support-links > .row .hylink-holder:first-child {
    background-color: #eaf2fe;
    text-align: right;
    padding-right: 80px;
    padding-left: 40px
}

.support-links > .row .hylink-holder:last-child {
    background-color: #f4f8fe;
    text-align: left;
    padding-left: 40px
}

.hylink-box {
    position: relative;
    display: inline-block;
    text-align: left;
    width: 100%;
    max-width: 490px;
    padding: 15px 15px 15px 135px
}

.blog, .hylink-box .icon, .service-box, .services {
    text-align: center
}

.hylink-box .icon {
    position: absolute;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 106px;
    height: 106px;
    background-color: #fff;
    border-radius: 16px;
    -webkit-box-shadow: 0 8px 12px rgba(31, 27, 90, .08);
    box-shadow: 0 8px 12px rgba(31, 27, 90, .08)
}

.hylink-box .link, .post-box, .post-box .post-summary, .service-box, .service-box .icon {
    display: inline-block
}

.paging .pagination, .support-box .icon {
    justify-content: center
}

.hylink-box .icon img {
    width: 57px
}

.hylink-box .link {
    font-weight: 700;
    color: #3d5e98;
    text-decoration: none;
    margin-bottom: 6px;
    transition: all .3s ease
}

.hylink-box .link:after {
    content: "\63";
    color: #3d5e98;
    margin-left: 5px;
    vertical-align: middle;
    font-weight: 400;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.hylink-box .link:focus, .hylink-box .link:hover {
    color: #4469aa
}

.hylink-box .link:focus:after, .hylink-box .link:hover:after {
    margin-left: 10px
}

.hylink-box .text {
    font-size: 16px;
    font-weight: 300;
    color: #62647b;
    line-height: 21px
}

.services {
    padding-top: 50px;
    padding-bottom: 50px
}

.services .row-title {
    font-size: 27px;
    font-weight: 700;
    color: #4d5666;
    margin-bottom: 10px
}

.services .row-subtitle {
    font-size: 18px;
    font-weight: 300;
    color: #090a19;
    display: inline-block;
    width: 100%;
    max-width: 830px;
    margin-bottom: 40px
}

.service-box {
    border-radius: 5px;
    padding: 62px 20px;
    margin: 35px 0;
    width: 100%;
    background-color: #fff;
    z-index: 1;
    outline: 0;
    cursor: pointer;
    -webkit-box-shadow: 0 0 0 1px #82a9ff;
    box-shadow: 0 0 0 1px #82a9ff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.service-box .title {
    font-size: 23px;
    font-weight: 300;
    color: #3375e7;
    margin-bottom: 15px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.service-box .icon {
    background-color: #ecf0f6;
    width: 94px;
    height: 94px;
    border-radius: 100px;
    padding-top: 13px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.service-box .icon img {
    width: 60px
}

.post-box, .post-box .post-photo img {
    width: 100%
}

.service-box:focus, .service-box:hover {
    background-color: #4d5666;
    text-decoration: none
}

.service-box:focus .title, .service-box:hover .title {
    font-weight: 500;
    color: #fff
}

.service-box:focus .icon, .service-box:hover .icon {
    background-color: rgba(236, 240, 246, .24)
}

.blog {
    padding-top: 80px;
    padding-bottom: 80px
}

.post-box {
    max-width: 1070px;
    margin-bottom: 20px
}

.post-box .post-title {
    font-size: 27px;
    font-weight: 700;
    color: #4d5666;
    margin-bottom: 18px
}

.post-box .post-content, .post-box .post-content p {
    text-align: left;
    font-size: 1.1em;
    font-weight: 300;
    color: #090a19;
    margin-bottom: 25px
}

.pagination .page-item .page-link.next, .pagination .page-item .page-link.prev {
    line-height: 34px
}

.pagination .page-item .page-link.prev i.hstb {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 13px;
    margin-left: -4px
}

.pagination .page-item .page-link.next i.hstb {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 13px;
    margin-right: -4px
}

.pagination .page-item.active .page-link {
    color: #111a2b;
    background-color: #ffc600
}

.support-details {
    background-color: #94a5c3
}

.support-details > .container > .row > [class^=col] {
    padding: 0
}

.support-box {
    text-align: left;
    padding: 80px 60px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.support-box .icon {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    width: 106px;
    height: 106px;
    background-color: #fff;
    border-radius: 16px;
    text-align: center;
    margin-bottom: 35px;
    -webkit-box-shadow: 0 8px 12px rgba(31, 27, 90, .08);
    box-shadow: 0 8px 12px rgba(31, 27, 90, .08)
}

.support-box .icon i {
    font-size: 50px
}

.support-box .icon.blue i {
    color: #2a74e3
}

.support-box .title {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 7px
}

.questions {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #c7c8cc
}

.questions .row-title {
    font-size: 19px;
    font-weight: 700;
    color: #3d5e98;
    margin-bottom: 40px
}

.questions .cards-holder {
    display: inline-block;
    width: 100%;
    text-align: left
}

.question-card {
    text-align: left;
    border: 0;
    margin-bottom: 20px
}

.question-card .card-header {
    border: 0;
    background: 0 0;
    padding: 0
}

.question-card .card-header button {
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 19px;
    font-weight: 700;
    color: #2a74e3;
    background-color: #fff;
    border: 1px solid #82a9ff;
    padding: 12px 64px 12px 24px;
    border-radius: 5px;
    cursor: pointer;
    outline: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.question-card .card-header button:after {
    position: absolute;
    content: "\62";
    top: 5px;
    right: 22px;
    font-size: 28px;
    font-weight: 300;
    color: #ffc600;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.question-card .card-header button:focus, .question-card .card-header button:hover {
    border-color: #3674ff
}

.question-card .card-header button.collapsed {
    color: #152c53;
    border-color: #dce2ea
}

.question-card .card-header button.collapsed:after {
    color: #94a5c3;
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1)
}

.question-card .card-header button.collapsed:focus, .question-card .card-header button.collapsed:hover {
    border-color: #acbacd
}

.question-card .card-body {
    font-size: 18px;
    font-weight: 300;
    color: #090a19;
    padding: 22px 20px
}

.contact-us {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px
}

.contact-us .form-holder {
    display: inline-block;
    width: 100%;
    max-width: 994px;
    text-align: left
}

.contact-us .form-holder .form-control {
    height: inherit
}

.contact-us .form-holder textarea {
    min-height: 200px
}

.contact-us .address-details {
    text-align: left;
    padding-left: 22px
}

.contact-us .address-details .title {
    font-size: 16px;
    font-weight: 400;
    color: #3b4155;
    margin-bottom: 22px
}

.contact-us .address-details h4 {
    font-size: 15px;
    font-weight: 400;
    color: #2b74e3;
    margin-bottom: 8px
}

.contact-us .address-details p {
    font-size: 15px;
    font-weight: 300;
    color: #62647b;
    margin-bottom: 29px;
    line-height: 24px
}

.domain-pricing {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px
}

.domain-pricing .row-title {
    font-size: 27px;
    font-weight: 700;
    color: #4d5666
}

.hstb-pricing-table-holder {
    margin-top: 40px
}

.hstb-pricing-table-holder .hstb-table {
    text-align: center;
    min-width: 940px
}

.hstb-pricing-table-holder .hstb-table .row {
    position: relative;
    background-color: #f6f6f9;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .08);
    box-shadow: 0 0 0 rgba(0, 0, 0, .08);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-left: 1px solid #d3d3dd;
    border-right: 1px solid #d3d3dd;
    margin: 0
}

.hstb-pricing-table-holder .hstb-table .row.thead {
    border-top: 1px solid #d3d3dd;
    border-bottom: 1px solid #d3d3dd;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #fcfcfd
}

.hstb-pricing-table-holder .hstb-table .row:last-child {
    border-bottom: 1px solid #d3d3dd;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.hstb-pricing-table-holder .hstb-table .row .th {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #3d5e98;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 27px 10px;
    border-right: 1px solid #d3d3dd
}

.hstb-pricing-table-holder .hstb-table .row .th:last-child {
    border-right: 0 solid #d3d3dd
}

.hstb-pricing-table-holder .hstb-table .row .td {
    text-align: center;
    font-size: 15px;
    color: #6d7b88;
    padding: 27px 10px;
    font-weight: 300;
    border-top: 0;
    border-right: 1px solid #d3d3dd;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.hstb-pricing-table-holder .hstb-table .row .td:first-child {
    font-weight: 400;
    color: #4f5459
}

.hstb-pricing-table-holder .hstb-table .row .td:last-child {
    border-right: 0 solid #d3d3dd
}

.hstb-pricing-table-holder .hstb-table .row .td .register-button {
    border-radius: 30px;
    padding: 10px 24px;
    background-color: #3d5e98;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.hstb-pricing-table-holder .hstb-table .row .td .register-button:focus, .hstb-pricing-table-holder .hstb-table .row .td .register-button:hover {
    background-color: #365386
}

.hstb-pricing-table-holder .hstb-table .row.trow:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 64px;
    top: 50%;
    margin-top: -32px;
    left: 0;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 50px;
    opacity: 0;
    -webkit-box-shadow: 0 0 0 .1rem #5993fa;
    box-shadow: 0 0 0 .1rem #5993fa;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scaleX(.98) scaleY(.9);
    -moz-transform: scaleX(.98) scaleY(.9);
    -ms-transform: scaleX(.98) scaleY(.9);
    transform: scaleX(.98) scaleY(.9);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 0
}

.hstb-pricing-table-holder .hstb-table .row.trow:nth-of-type(odd) {
    background-color: #fcfcfd
}

.hstb-pricing-table-holder .hstb-table .row.trow:focus, .hstb-pricing-table-holder .hstb-table .row.trow:hover {
    z-index: 100
}

.hstb-pricing-table-holder .hstb-table .row.trow:focus:before, .hstb-pricing-table-holder .hstb-table .row.trow:hover:before {
    -webkit-transform: scaleX(.985) scaleY(1);
    -moz-transform: scaleX(.985) scaleY(1);
    -ms-transform: scaleX(.985) scaleY(1);
    transform: scaleX(.985) scaleY(1);
    background-color: #fff;
    opacity: 1
}

.hstb-pricing-table-holder .hstb-table .row.trow:focus .td, .hstb-pricing-table-holder .hstb-table .row.trow:hover .td {
    color: #5993fa
}

.hstb-pricing-table-holder .hstb-table .row.trow:focus .td .register-button, .hstb-pricing-table-holder .hstb-table .row.trow:hover .td .register-button {
    background-color: #5993fa
}

.hstb-pricing-table-holder .hstb-table .row.trow:focus .td .register-button:focus, .hstb-pricing-table-holder .hstb-table .row.trow:focus .td .register-button:hover, .hstb-pricing-table-holder .hstb-table .row.trow:hover .td .register-button:focus, .hstb-pricing-table-holder .hstb-table .row.trow:hover .td .register-button:hover {
    background-color: #4083f9
}

.domain-features {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center
}

.domain-features .row-title {
    font-size: 27px;
    font-weight: 700;
    color: #4d5666;
    margin-bottom: 40px
}

.dfeature-box {
    text-align: center;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    max-width: 272px
}

.dfeature-box .icon {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    width: 106px;
    height: 106px;
    background-color: #fff;
    border-radius: 16px;
    text-align: center;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 8px 12px rgba(31, 27, 90, .08);
    box-shadow: 0 8px 12px rgba(31, 27, 90, .08);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.image-sprite {
    background: url(../images/image-sprite.png)
}

.money-back {
    width: 63px;
    height: 63px;
    display: inline-block;
    background-position: -453px -3px
}

.multi-login {
    width: 64px;
    height: 47px;
    display: inline-block;
    background-position: -1px -19px
}

.port-forward {
    width: 47px;
    height: 51px;
    display: inline-block;
    background-position: -711px -15px
}

.anonymity-vpn {
    width: 62px;
    height: 62px;
    display: inline-block;
    background-position: -66px -4px
}

.free-trial-vpn {
    width: 63px;
    height: 63px;
    display: inline-block;
    background-position: -324px -3px
}

.instant-delivery {
    width: 64px;
    height: 51px;
    display: inline-block;
    background-position: -388px -15px
}

.payment-method {
    width: 63px;
    height: 63px;
    display: inline-block;
    background-position: -647px -3px
}

.unlimited-traffic {
    width: 63px;
    height: 63px;
    display: inline-block;
    background-position: -1033px -3px
}

.multiple-device {
    width: 66px;
    height: 66px;
    display: inline-block;
    background-position: -517px 0
}

.quality {
    width: 42px;
    height: 54px;
    display: inline-block;
    background-position: -759px -12px
}

.static-ip-vpn {
    width: 52px;
    height: 63px;
    display: inline-block;
    background-position: -802px -3px
}

.torrent-downloading {
    width: 62px;
    height: 62px;
    display: inline-block;
    background-position: -855px -4px
}

.unlimited-server {
    width: 64px;
    height: 47px;
    display: inline-block;
    background-position: -968px -19px
}

.worldwide {
    width: 62px;
    height: 62px;
    display: inline-block;
    background-position: -1162px -4px
}

.unique-ip {
    width: 49px;
    height: 64px;
    display: inline-block;
    background-position: -918px -2px
}

.usa-vpn {
    width: 64px;
    height: 64px;
    display: inline-block;
    background-position: -1097px -2px
}

.netflix {
    width: 62px;
    height: 62px;
    display: inline-block;
    background-position: -584px -4px
}

.europe-vpn {
    width: 64px;
    height: 64px;
    display: inline-block;
    background-position: -194px -2px
}

.canada-vpn {
    width: 64px;
    height: 64px;
    display: inline-block;
    background-position: -129px -2px
}

.fast-vpn-servers {
    width: 64px;
    height: 64px;
    display: inline-block;
    background-position: -259px -2px
}

.vpnsetup-sprite {
    background: url(../images/vpnsetup-sprite.png)
}

.vpnsetup-android {
    width: 54px;
    height: 64px;
    display: inline-block;
    background-position: -1px -15px
}

.vpnsetup-apple {
    width: 64px;
    height: 80px;
    display: inline-block;
    background-position: -56px 0
}

.vpnsetup-asus {
    width: 64px;
    height: 64px;
    display: inline-block;
    background-position: -121px -15px
}

.vpnsetup-chromebook {
    width: 64px;
    height: 64px;
    display: inline-block;
    background-position: -186px -15px
}

.vpnsetup-dd-wrt {
    width: 64px;
    height: 64px;
    display: inline-block;
    background-position: -251px -15px
}

.vpnsetup-d-link {
    width: 64px;
    height: 64px;
    display: inline-block;
    background-position: -316px -15px
}

.vpnsetup-fedora {
    width: 64px;
    height: 64px;
    display: inline-block;
    background-position: -381px -15px
}

.vpnsetup-kindlefire {
    width: 64px;
    height: 64px;
    display: inline-block;
    background-position: -446px -15px
}

.vpnsetup-linksys {
    width: 64px;
    height: 64px;
    display: inline-block;
    background-position: -511px -15px
}

.vpnsetup-mac {
    width: 64px;
    height: 61px;
    display: inline-block;
    background-position: -576px -18px
}

.vpnsetup-mikrotik {
    width: 64px;
    height: 61px;
    display: inline-block;
    background-position: -641px -15px
}

.vpnsetup-mint {
    width: 64px;
    height: 64px;
    display: inline-block;
    background-position: -706px -15px
}

.vpnsetup-sabai {
    width: 64px;
    height: 64px;
    display: inline-block;
    background-position: -771px -15px
}

.vpnsetup-tomato {
    width: 64px;
    height: 64px;
    display: inline-block;
    background-position: -836px -15px
}

.vpnsetup-tp-link {
    width: 64px;
    height: 64px;
    display: inline-block;
    background-position: -901px -15px
}

.vpnsetup-ubuntu {
    width: 64px;
    height: 64px;
    display: inline-block;
    background-position: -966px -15px
}

.vpnsetup-windows-7 {
    width: 64px;
    height: 64px;
    display: inline-block;
    background-position: -1031px -15px
}

.vpnsetup-windows-8 {
    width: 64px;
    height: 64px;
    display: inline-block;
    background-position: -1096px -15px
}

.vpnsetup-windows-10 {
    width: 64px;
    height: 64px;
    display: inline-block;
    background-position: -1161px -15px
}

.vpnsetup-windows-phone {
    width: 64px;
    height: 64px;
    display: inline-block;
    background-position: -1226px -15px
}

.vpnsetup-windows-vista {
    width: 64px;
    height: 64px;
    display: inline-block;
    background-position: -1291px -15px
}

.vpnsetup-windows-xp {
    width: 64px;
    height: 56px;
    display: inline-block;
    background-position: -1356px -23px
}

.dfeature-box .title {
    font-size: 19px;
    font-weight: 700;
    color: #3d5e98;
    margin-bottom: 15px
}

.dfeature-box .details {
    font-size: 1.16em;
    font-weight: 300;
    color: #090a19
}

.dfeature-box:hover .icon {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07)
}

.plain-content {
    padding-bottom: 40px
}

.plain-content h4 {
    font-size: 17px;
    font-weight: 700;
    color: #548df4;
    margin-bottom: 18px;
    line-height: 20px
}

.plain-content p {
    font-size: 1.2em;
    font-weight: 300;
    color: #090a19;
    margin-bottom: 30px
}

.text-photo-sc {
    text-align: left
}

.text-photo-sc .photo-holder {
    background-size: cover;
    padding: 150px 0
}

.text-photo-sc .photo-holder.photo1 {
    background-image: url(../images/about-rapidvpn.jpg)
}

.text-photo-sc .photo-holder.photo2 {
    background-image: url(../images/nsa-usa.jpg)
}

.text-photo-sc .photo-holder img {
    width: 100%
}

.text-photo-sc .text-box {
    display: inline-block;
    width: 100%;
    max-width: 600px;
    padding: 60px 50px;
    text-align: left
}

.text-photo-sc .text-box h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 35px
}

.text-photo-sc .text-box p {
    font-size: 15px;
    color: #bde0ff;
    margin-bottom: 25px
}

.text-photo-sc .opposite {
    text-align: right
}

.text-photo-sc.blue-bg .text-box p {
    color: #e1edff
}

.blue-bg {
    background-color: #2a74e3
}

.search-question-holder:-moz-placeholder {
    color: #4189f5
}

.search-question-holder:-ms-input-placeholder {
    color: #4189f5
}

.domain-search-only .domain-input-holder:-moz-placeholder {
    color: #4266a3
}

.domain-search-only .domain-input-holder:-ms-input-placeholder {
    color: #4266a3
}

.footer {
    position: relative;
    padding-top: 80px;
    padding-bottom: 22px;
    background-color: #111a2b
}

.btn-go-top {
    display: inline-block;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    background-color: #5993fa;
    text-align: center;
    border-radius: 100px;
    padding-top: 13px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn-go-top i {
    font-size: 20px;
    color: #fff;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.btn-go-top:focus, .btn-go-top:hover {
    top: -25px;
    background-color: #4083f9
}

.footer-menu {
    margin-bottom: 50px
}

.footer-menu h4 {
    font-size: 19px;
    font-weight: 700;
    color: #5993fa;
    margin-bottom: 40px
}

.footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-menu ul li {
    font-size: 16px;
    color: #91a0bd;
    margin-bottom: 20px
}

.footer-menu ul li a {
    position: relative;
    font-size: .95em;
    color: #91a0bd;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.footer-menu ul li a:before {
    position: absolute;
    display: inline-block;
    content: "";
    left: 1px;
    bottom: -1px;
    width: 0;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.footer-menu ul li a:focus, .footer-menu ul li a:hover {
    color: #fff
}

.footer-menu ul li a:focus:before, .footer-menu ul li a:hover:before {
    width: 10px
}

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

.footer-menu ul.social li a:before {
    display: none
}

.footer-menu ul.social li a i {
    font-size: 22px
}

.sub-footer .copyright, .sub-footer .sub-footer-menu ul li a {
    font-size: 14px;
    color: #65728b
}

.sub-footer {
    border-top: 1px solid #91a0bd;
    padding-top: 20px;
    padding-bottom: 20px
}

.sub-footer .sub-footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.sub-footer .sub-footer-menu ul li {
    display: inline-block;
    margin-right: 20px
}

.sub-footer .sub-footer-menu ul li:last-child {
    margin-right: 0
}

.sub-footer .copyright {
    text-align: right
}

@media (max-width: 1200px) {
    .main-slider .slide {
        padding-top: 120px
    }

    .main-slider .b-text {
        font-size: 50px;
        line-height: 50px
    }

    .custom-footer-menu ul.social li {
        margin-right: 20px
    }

    .custom-footer-menu ul.social li:last-child {
        margin-right: 0
    }

    .hstb-pricing-table-holder .hstb-table .row .th {
        font-size: 12px
    }

    .features .feature-info .feature-title {
        font-size: 30px;
        margin-bottom: 13px
    }

    .footer-menu h4 {
        font-size: 17px;
        margin-bottom: 36px
    }

    .footer-menu ul li {
        margin-bottom: 16px;
        font-size: 13px
    }

    .footer-menu ul li a {
        font-size: .9em
    }

    .footer-menu ul.social li a i {
        font-size: 20px
    }

    .support-links > .row .hylink-holder:first-child {
        padding-left: 116px
    }

    .support-links > .row .hylink-holder:last-child {
        padding-right: 116px
    }
}

@media (max-width: 992px) {
    .domain-search-holder .img-holder, nav.navbar .navbar-nav.other-navbar {
        display: none
    }

    .same-height.rtl-row div[class^=col-], .text-photo-sc .rtl-row div[class^=col-] {
        float: inherit
    }

    .main-slider .slide {
        padding-top: 80px
    }

    .main-slider .img-holder {
        margin-bottom: 30px
    }

    .main-slider .img-holder img {
        margin-top: -40px
    }

    .main-slider .b-text {
        font-size: 38px;
        line-height: 45px
    }

    .features .feature-info {
        padding: 50px 0
    }

    .features .feature-info .feature-title {
        font-size: 27px;
        margin-bottom: 8px
    }

    .features .img-holder {
        padding: 68px 0
    }

    .features .def-aligned {
        text-align: left
    }

    .domain-search-holder {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .domain-search-holder .title {
        margin-bottom: 15px;
        font-size: 25px
    }

    .domain-search-holder .domain-input-holder {
        margin-top: 20px
    }

    .pricing-box .pricing-button a {
        font-size: 18px
    }

    .domain-features .row-title, .domain-pricing .row-title, .latest-news .row-title {
        font-size: 25px
    }

    .support-links > .row .hylink-holder {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .support-links > .row .hylink-holder:first-child {
        padding-right: 20px;
        padding-left: 120px
    }

    .support-links > .row .hylink-holder:last-child {
        padding-left: 35px;
        padding-right: 100px
    }

    .footer-menu h4 {
        margin-bottom: 30px
    }

    .sub-footer .sub-footer-menu {
        text-align: center;
        margin-bottom: 10px
    }

    .sub-footer .copyright {
        text-align: center
    }

    .support-box, .text-photo-sc .opposite {
        text-align: left
    }

    .text-photo-sc .text-box {
        max-width: 100%
    }

    .hstb-pricing-table-holder {
        overflow: scroll;
        border-radius: 10px;
        border: 1px solid #d3d3dd
    }

    .hstb-pricing-table-holder .hstb-table .row {
        border-left: 0 solid #d3d3dd;
        border-right: 0 solid #d3d3dd
    }

    .hstb-pricing-table-holder .hstb-table .row.thead {
        border-top: 0 solid #d3d3dd;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .hstb-pricing-table-holder .hstb-table .row:last-child {
        border-bottom: 0 solid #d3d3dd;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

    .hstb-pricing-table-holder .hstb-table .row .td, .hstb-pricing-table-holder .hstb-table .row .th {
        padding: 17px 10px
    }

    .hstb-pricing-table-holder .hstb-table .row.trow:before {
        height: 54px;
        margin-top: -27px;
        border: 0 solid rgba(211, 211, 221, 0)
    }

    .hstb-pricing-table-holder .hstb-table .row.trow:focus:before, .hstb-pricing-table-holder .hstb-table .row.trow:hover:before {
        border: 0 solid #d3d3dd;
        border-radius: 0;
        -webkit-transform: scaleX(1) scaleY(1);
        -moz-transform: scaleX(1) scaleY(1);
        -ms-transform: scaleX(1) scaleY(1);
        transform: scaleX(1) scaleY(1)
    }

    .text-photo-sc .photo-holder {
        max-height: 350px
    }

    .support-details {
        padding-top: 55px;
        padding-bottom: 35px
    }

    .support-box {
        position: relative;
        padding: 0 30px 0 110px;
        margin: 25px 0
    }

    .support-box .icon {
        margin-left: auto;
        margin-right: auto;
        width: 80px;
        height: 80px;
        position: absolute;
        top: 0;
        left: 0;
        margin-bottom: 0
    }

    .support-box .icon i {
        font-size: 38px
    }

    .contact-us .address-details {
        padding-left: 0
    }
}

@media (max-width: 768px) {
    .latest-news .main-btn-holder, .latest-news .row-title, nav.navbar .navbar-collapse {
        text-align: center
    }

    .rtl-row div[class^=col-] {
        float: inherit
    }

    nav.navbar .navbar-nav {
        width: 100%;
        margin: 0
    }

    nav.navbar .navbar-nav > li {
        padding: 10px 16px
    }

    nav.navbar .navbar-nav > li > a:after {
        display: none
    }

    nav.navbar .navbar-nav > li > a.dropdown-toggle {
        margin-bottom: 5px
    }

    nav.navbar .navbar-nav > li > a.btn-client-area {
        display: inline-block
    }

    nav.navbar .navbar-nav > li .chat-info, nav.navbar .navbar-nav > li > a.btn-chat {
        display: none
    }

    nav.navbar .navbar-nav > li.active > a {
        color: #ffc600
    }

    nav.navbar .navbar-nav > li.dropdown .custom-dropdown-menu {
        width: 100%;
        max-width: 100%
    }

    nav.navbar .navbar-nav.other-navbar {
        display: inherit
    }

    .features .img-holder {
        padding: 40px 0
    }

    .features .img-holder img {
        max-width: 260px
    }

    .features .feature-info, .hylink-box {
        max-width: 100%
    }

    .support-links > .row .hylink-holder:first-child, .support-links > .row .hylink-holder:last-child {
        padding-left: 30px;
        padding-right: 30px;
        text-align: left
    }

    .support-details {
        padding-top: 55px;
        padding-bottom: 35px
    }

    .support-box {
        position: relative;
        text-align: left;
        padding: 0 30px 0 110px;
        margin: 25px 0
    }

    .support-box .icon {
        margin-left: auto;
        margin-right: auto;
        width: 80px;
        height: 80px;
        position: absolute;
        top: 0;
        left: 0;
        margin-bottom: 0
    }

    .support-box .icon i {
        font-size: 38px
    }

    .form-row > .col, .form-row > [class*=col-] {
        padding-right: 0;
        padding-left: 0
    }

    .support-details > .container > .row > [class^=col] {
        padding-left: 15px;
        padding-right: 15px
    }

    .service-box {
        margin: 15px 0
    }
}

@media (max-width: 480px) {
    nav.navbar .navbar-nav > li.dropdown .custom-dropdown-menu .dropdown-items-holder .items .link {
        margin-bottom: 5px
    }

    nav.navbar .navbar-toggle {
        margin-right: 0
    }

    .navbar-brand {
        padding: 24px 0
    }

    .main-slider .b-text {
        font-size: 30px;
        line-height: 35px
    }

    .features {
        padding-bottom: 40px
    }

    .features .img-holder {
        padding: 40px 0
    }

    .features .feature-info {
        padding: 10px 0 60px
    }

    .features .feature-info .feature-title {
        font-size: 25px
    }

    .features > .container > .row:last-child .feature-info {
        padding-bottom: 20px
    }

    .text-photo-sc .text-box {
        padding: 40px 20px
    }

    .domain-search-holder, .latest-news, .pricing {
        padding-bottom: 40px
    }

    .domain-search-holder {
        padding-top: 35px
    }

    .domain-search-holder .title {
        font-size: 25px;
        margin-bottom: 15px
    }

    .domain-features .row-title, .domain-pricing .row-title {
        font-size: 25px
    }

    .domain-search-holder .domain-input-holder {
        margin-top: 25px
    }

    .support-links > .row .hylink-holder {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .hylink-box {
        padding: 0 15px 15px 100px
    }

    .hylink-box .icon {
        width: 70px;
        height: 70px
    }

    .hylink-box .icon img {
        width: 35px
    }

    .pricing-box.inner {
        margin: 20px 0
    }

    .sub-pricing {
        padding-bottom: 20px
    }

    .domain-features {
        padding-bottom: 25px
    }

    .question-card .card-header button {
        font-size: 16px
    }

    .question-card .card-header button:after {
        top: 8px;
        font-size: 22px
    }

    .question-card .card-body, .question-card .card-body p {
        font-size: 16px
    }
}

.ul2 li {
    line-height: 1.9;
    font-size: 1.1em;
    list-style: disc outside none;
    display: list-item;
    margin-left: 1em
}

.ul2 li:before {
    display: none
}

.howto-area {
    background: #e5e5e5;
    border-radius: 30px;
    padding: 3px;
    margin-bottom: 10px
}

.howto-area-content {
    margin-left: 100px;
    background: #fff;
    padding: 20px;
    border-bottom-right-radius: 27px;
    border-top-right-radius: 27px
}

.howto-area-content img, .img-tuto {
    margin-top: 15px !important;
    margin-bottom: 20px !important;
    display: block
}

.howto-area-content .step {
    font-size: 70px;
    font-weight: 700;
    position: absolute;
    margin-left: -108px;
    margin-top: -35px;
    width: 74px;
    text-align: center;
    color: #fff
}

.howto-area-content img {
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 5px 4px 15px rgba(0, 0, 0, .5)
}

strong {
    font-weight: 900;
    color: #4d4c4c
}

.img-tuto {
    margin: auto;
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.super-man {
    display: inline-block;
    height: 139px;
    position: relative;
    width: 314px;
    -moz-animation: float 1s infinite ease-in-out;
    -webkit-animation: float 1s infinite ease-in-out;
    animation: float 1s infinite ease-in-out
}

@-webkit-keyframes float {
    0%, 100% {
        -webkit-transform: translateY(5px) translateX(1px);
        -moz-transform: translateY(5px) translateX(1px);
        transform: translateY(5px) translateX(1px)
    }
    50% {
        -webkit-transform: translateY(-5px) translateX(-1px);
        -moz-transform: translateY(-5px) translateX(-1px);
        transform: translateY(-5px) translateX(-1px)
    }
}

@-moz-keyframes float {
    0%, 100% {
        -webkit-transform: translateY(5px) translateX(1px);
        -moz-transform: translateY(5px) translateX(1px);
        transform: translateY(5px) translateX(1px)
    }
    50% {
        -webkit-transform: translateY(-5px) translateX(-1px);
        -moz-transform: translateY(-5px) translateX(-1px);
        transform: translateY(-5px) translateX(-1px)
    }
}

@keyframes float {
    0%, 100% {
        -webkit-transform: translateY(5px) translateX(1px);
        -moz-transform: translateY(5px) translateX(1px);
        transform: translateY(5px) translateX(1px)
    }
    50% {
        -webkit-transform: translateY(-5px) translateX(-1px);
        -moz-transform: translateY(-5px) translateX(-1px);
        transform: translateY(-5px) translateX(-1px)
    }
}

.super-man .sp-man {
    background: url(../img/illustration/sp-man.png) no-repeat rgba(0, 0, 0, 0);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.fly-waves {
    background: url(../img/illustration/waving.png) no-repeat rgba(0, 0, 0, 0);
    height: 69px;
    left: 95px;
    position: absolute;
    top: 12px;
    width: 188px;
    -webkit-animation: fire .1s infinite ease-in-out;
    -moz-animation: fire .1s infinite ease-in-out;
    animation: fire .1s infinite ease-in-out
}

@-webkit-keyframes fire {
    0%, 100% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    50% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
}

@-moz-keyframes fire {
    0%, 100% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    50% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
}

@keyframes fire {
    0%, 100% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    50% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
}

.callout-box {
    position: relative
}

.callout-box .callout-content {
    display: table;
    width: 100%
}

.callout-box .callout-action, .callout-box .callout-text {
    display: table-cell;
    vertical-align: middle
}

.callout-box .callout-action {
    padding-left: 40px;
    white-space: nowrap
}

.callout-box.style1 .callout-color {
    background: #419cd7;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.callout-box.style1 .callout-content-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.callout-box.style1 .callout-content {
    display: inline-block;
    height: auto;
    width: 98%;
    vertical-align: middle
}

.callout-box.style1 .callout-text h2 {
    border-right: 1px solid rgba(255, 255, 255, .1);
    color: #fff;
    font-size: 32px;
    line-height: 52px;
    padding-right: 40px
}

.callout-box.style1 .btn {
    color: #fff;
    border-color: #fff
}

.callout-box.style1 .btn:hover {
    border-color: #333
}

.callout-box.style1 .container {
    position: relative
}

@media (max-width: 980px) {
    .callout-box.style1 .callout-content {
        text-align: center
    }

    .callout-box .callout-text {
        display: block;
        text-align: center
    }

    .callout-box.style1 .callout-text h2 {
        font-size: 34px;
        line-height: 48px;
        padding-right: 0
    }

    .callout-box .callout-action {
        display: block;
        padding-left: 0
    }
}

.parallax {
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    overflow: hidden;
    position: static
}

.parallax-wrapper {
    padding: 80px 0 60px;
    position: relative
}

.parallax p {
    color: #aeaeae;
    font-size: 16px;
    font-weight: 400;
    line-height: 31px;
    margin-bottom: 20px
}

.parallax .container {
    -webkit-backface-visibility: hidden
}

.parallax-image6 {
    background-image: url(../img/illustration/cloud.png)
}

.container img {
    max-width: 100% !important
}

.nav li a:hover {
    cursor: pointer
}

.service-box:hover {
    cursor: default
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #0f1a30;
    padding-bottom: 5px;
    z-index: 99999;
    border-radius: 0 !important;
    opacity: .95
}

.plans-compare-container {
    padding: 0;
    margin-top: 30px
}

.plans-compare-container .vpn-plan-column {
    display: block;
    border: 1px solid #eaeaea;
    width: 100%;
    margin: 0 auto 4rem;
    max-width: 400px
}

.plans-compare-container .vpn-plan-column:first-of-type {
    display: none
}

.plans-compare-container .vpn-plan-column.enterprise-column .table .plan-name {
    background: #1e2023;
    color: #fff
}

.plans-compare-container .vpn-plan-column .table {
    display: block;
    text-align: center
}

.plans-compare-container .vpn-plan-column .table .st-button-plain--alt, .plans-compare-container .vpn-plan-column .table a {
    text-decoration: underline
}

.plans-compare-container .vpn-plan-column .table p {
    display: block;
    margin-bottom: 0
}

.plans-compare-container .vpn-plan-column .table .tr p {
    margin-bottom: 15px
}

.plans-compare-container .vpn-plan-column .table .tr.tr-hidden {
    display: none
}

.plans-compare-container .vpn-plan-column .table .tr:last-of-type {
    margin-bottom: 25px
}

.plans-compare-container .vpn-plan-column .table .tr img + span {
    margin-left: 7px;
    vertical-align: text-bottom
}

.plans-compare-container .vpn-plan-column .table .th, .plans-compare-container .vpn-plan-column .table .tr {
    display: block;
    padding: 10px;
    width: 100%;
    line-height: 25px
}

.plans-compare-container .vpn-plan-column .table .th a.st-button-cta, .plans-compare-container .vpn-plan-column .table .tr a.st-button-cta {
    text-decoration: none
}

.plans-compare-container .vpn-plan-column .table .th {
    background: #f4f4f4;
    margin-bottom: 25px;
    font-weight: 700;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    position: relative
}

.plans-compare-container .vpn-plan-column .table .th.plus:after {
    border: 0
}

.plans-compare-container .vpn-plan-column .table .tr + .th {
    margin-top: 15px
}

.plans-compare-container .vpn-plan-column .table .plan-name {
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 700;
    height: 65px;
    line-height: 45px;
    background: #fc0
}

.subscript, .superscript {
    font-size: .5em;
    font-weight: 300
}

.superscript {
    position: relative;
    top: -1em
}

.price-number {
    font-size: 1.75em;
    font-weight: 400
}

@media screen and (min-width: 1100px) {
    .plans-compare-container .vpn-plan-column .table .tr-left, .plans-compare-container .vpn-plan-column:first-of-type .table {
        text-align: left
    }

    .plans-compare-container {
        display: flex;
        align-items: stretch;
        border: 0
    }

    .plans-compare-container .vpn-plan-column {
        width: calc(100% / 5);
        border: 0;
        border-right: 1px solid #eaeaea;
        border-top: 1px solid #eaeaea;
        border-bottom: 1px solid #eaeaea;
        margin-bottom: 0
    }

    .plans-compare-container .vpn-plan-column.labels-column {
        width: 275px;
        border-left: 1px solid #eaeaea
    }

    .plans-compare-container .vpn-plan-column.enterprise-column .table .plan-name {
        color: #1e2023;
        background: 0 0
    }

    .plans-compare-container .vpn-plan-column .table {
        font-size: 14px
    }

    .plans-compare-container .vpn-plan-column .table p {
        display: none
    }

    .plans-compare-container .vpn-plan-column .table .th, .plans-compare-container .vpn-plan-column .table .tr {
        height: 45px
    }

    .plans-compare-container .vpn-plan-column .table .tr.tr-hidden {
        display: block
    }

    .plans-compare-container .vpn-plan-column .table .th {
        margin-bottom: 10px
    }

    .plans-compare-container .vpn-plan-column .table .plan-name {
        color: #1e2023;
        background: 0 0;
        position: relative;
        font-size: 1.3rem
    }

    .plans-compare-container .vpn-plan-column .table .tr.tr-signup-link {
        display: none
    }

    .plans-compare-container .vpn-plan-column .table:not(.tr-signup-link):last-of-type {
        margin-bottom: 25px
    }

    .plans-compare-container .vpn-plan-column:first-of-type {
        display: block
    }

    .plans-compare-container .vpn-plan-column:first-of-type .table .th, .plans-compare-container .vpn-plan-column:first-of-type .table .tr {
        padding-left: 25px
    }

    .plans-compare-container .vpn-plan-column:not(:first-of-type) .th:after {
        content: "";
        border: 1px solid #f4f4f4;
        position: absolute;
        left: -1px;
        top: 0;
        height: 42px
    }

    .plans-compare-container .vpn-plan-column:not(:first-of-type) .plan-name:after {
        content: "";
        border: 1px solid #fff;
        position: absolute;
        left: -1px;
        top: 0;
        height: 65px
    }
}

.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block
}

.btn_blue {
    background: #649dfb;
    padding: 10px 15px;
    border-radius: 19px;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 700
}

.btn_blue:hover {
    background: #2878fb
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

#footerfixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 17px 0;
    border-top: 1px solid #3a3a3a;
    background: #1c1c1e;
    z-index: 10
}

#footerfixed .info-text, #footerfixed .info-text2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.8em;
    line-height: .9em;
    white-space: nowrap;
    margin-left: -.18em
}

#footerfixed .footer-area {
    max-width: 1070px;
    margin: 0 auto
}

#footerfixed .info-text .mark, #footerfixed .info-text2 .mark {
    padding: 0 .4em;
    color: #ffc600;
    text-transform: none;
    font-weight: 600;
    font-size: .7em;
    background: 0 0
}

#footerfixed .date-box ul {
    margin: .4em 0 .4em -.5em;
    padding: 0;
    list-style: none;
    color: #fff;
    font: 700 1.6em/1.3em Montserrat, Arial, Helvetica, sans-serif
}

#footerfixed .date-box li:first-child {
    padding-left: 0;
    background: 0 0
}

#footerfixed .date-box li {
    display: inline-block;
    padding: 0 .38em 0 .18em
}

#footerfixed .date-box span {
    display: block;
    height: 1.5em;
    padding: .07em .18em 0;
    text-align: center;
    background: #333331;
    min-width: 2em;
    border-radius: 5px;
    border: 1px solid #777
}

@media screen and (max-width: 990px) {
    #footerfixed .info-text, #footerfixed .info-text2 {
        font-size: 1.5em
    }

    #footerfixed .info-text .mark, #footerfixed .info-text2 .mark {
        font-size: .8em
    }

    #footerfixed .date-box ul {
        font-size: 1.3em
    }
}

.fa, .fa-stack {
    display: inline-block
}

.fa-inverse, h1 {
    color: #fff
}

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont_v-5.1.0.eot);
    src: url(../fonts/fontawesome-webfont.eot) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff) format('woff2'), url(../fonts/fontawesome-webfont_v-5.1.0.woff) format('woff'), url(../fonts/fontawesome-webfont_v-5.1.0.ttf) format('truetype'), url(../fonts/fontawesome-webfont_v-5.1.0-fontawesomeregular.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0)
}

.fa-ul > li {
    position: relative
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-user:before {
    content: "\f007"
}

.fa-check:before {
    content: "\f00c"
}

.fa-cog:before, .fa-gear:before {
    content: "\f013"
}

.fa-download:before {
    content: "\f019"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-code:before {
    content: "\f121"
}

.fa-shield:before {
    content: "\f132"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-android:before {
    content: "\f17b"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\f1cd"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-server:before {
    content: "\f233"
}

@font-face {
    font-family: Font Awesome\ 5 Brands;
    font-style: normal;
    font-weight: 400;
    src: url(../webfonts/fa-brands-400.eot);
    src: url(../webfonts/fa-brands-400.eot#iefix) format("embedded-opentype"), url(../webfonts/fa-brands-400.woff) format("woff2"), url(../webfonts/fa-brands-400.woff) format("woff"), url(../webfonts/fa-brands-400.ttf) format("truetype"), url(../webfonts/fa-brands-400.svg) format("svg")
}

.fab {
    font-family: Font Awesome\ 5 Brands
}

@font-face {
    font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 400;
    src: url(../webfonts/fa-regular-400.eot);
    src: url(../webfonts/fa-regular-400.eot#iefix) format("embedded-opentype"), url(../webfonts/fa-regular-400.woff) format("woff2"), url(../webfonts/fa-regular-400.woff) format("woff"), url(../webfonts/fa-regular-400.ttf) format("truetype"), url(../webfonts/fa-regular-400.svg) format("svg")
}

@font-face {
    font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 900;
    src: url(../webfonts/fa-solid-900.eot);
    src: url(../webfonts/fa-solid-900.eot#iefix) format("embedded-opentype"), url(../webfonts/fa-solid-900.woff) format("woff2"), url(../webfonts/fa-solid-900.woff) format("woff"), url(../webfonts/fa-solid-900.ttf) format("truetype"), url(../webfonts/fa-solid-900.svg) format("svg")
}

.fa, .fas {
    font-weight: 900
}

h1 {
    font-size: 23px;
    font-weight: 700;
    display: inline
}

.h1-main {
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    color: #fff;
    font-family: Montserrat, sans-serif;
    letter-spacing: 2px;
    margin-bottom: 35px;
    display: block
}

#countdown {
    width: 60%;
    height: 30%;
    text-align: center;
    background: #222;
    background-image: -webkit-linear-gradient(top, #222, #333, #333, #222);
    background-image: -moz-linear-gradient(top, #222, #333, #333, #222);
    background-image: -ms-linear-gradient(top, #222, #333, #333, #222);
    background-image: -o-linear-gradient(top, #222, #333, #333, #222);
    border: 1px solid #111;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    margin: auto;
    padding: 24px 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

#countdown:before {
    content: "";
    width: 8px;
    height: 65px;
    background: #444;
    background-image: -webkit-linear-gradient(top, #555, #444, #444, #555);
    background-image: -moz-linear-gradient(top, #555, #444, #444, #555);
    background-image: -ms-linear-gradient(top, #555, #444, #444, #555);
    background-image: -o-linear-gradient(top, #555, #444, #444, #555);
    border: 1px solid #111;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    display: block;
    position: absolute;
    top: 48px;
    left: -10px
}

#countdown:after {
    content: "";
    width: 8px;
    height: 65px;
    background: #444;
    background-image: -webkit-linear-gradient(top, #555, #444, #444, #555);
    background-image: -moz-linear-gradient(top, #555, #444, #444, #555);
    background-image: -ms-linear-gradient(top, #555, #444, #444, #555);
    background-image: -o-linear-gradient(top, #555, #444, #444, #555);
    border: 1px solid #111;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    display: block;
    position: absolute;
    top: 48px;
    right: -10px
}

#countdown #tiles {
    position: relative;
    z-index: 1
}

#countdown #tiles > span {
    width: 92px;
    max-width: 92px;
    font-size: 2.5em;
    font-weight: 700;
    text-align: center;
    color: #111;
    background-color: #ddd;
    background-image: -webkit-linear-gradient(top, #bbb, #eee);
    background-image: -moz-linear-gradient(top, #bbb, #eee);
    background-image: -ms-linear-gradient(top, #bbb, #eee);
    background-image: -o-linear-gradient(top, #bbb, #eee);
    border-top: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .7);
    margin: 0 7px;
    padding: 18px 0;
    display: inline-block;
    position: relative
}

#countdown #tiles > span:before {
    content: "";
    width: 100%;
    height: 13px;
    background: #111;
    display: block;
    padding: 0 3px;
    position: absolute;
    top: 41%;
    left: -3px;
    z-index: -1
}

#countdown #tiles > span:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #eee;
    border-top: 1px solid #333;
    display: block;
    position: absolute;
    top: 48%;
    left: 0
}

#countdown .labels {
    width: 100%;
    height: 25px;
    text-align: center;
    bottom: 8px
}

#countdown .labels li {
    width: 102px;
    font-size: 1.2em;
    color: #f47321;
    text-shadow: 1px 1px 0 #000;
    text-align: center;
    text-transform: uppercase;
    display: inline-block
}

var {
    letter-spacing: .1em;
    font-weight: 500
}

.mdl-desc {
    padding: .5em;
    margin-top: 1em;
    border-radius: .5em;
    box-shadow: 0 0 2px 0 #d1cccc
}

.mdl-desc p {
    font-size: 1.16em
}

.mdl-desc h2 {
    font-size: 1.5em
}

.checkout-actions{
    float:left;
}