@import url('https://fonts.googleapis.com/css?family=Cairo:400,600,700');
@font-face {
    font-family: 'industryincw00-baseregular';
    src: url('../../fonts/industry_inc_w00_base-webfont.woff2') format('woff2'), url('../../fonts/industry_inc_w00_base-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.industr-font {
    font-family: 'industryincw00-baseregular';
}

html {
    font-size: 100%;
    font-family: 'Cairo', sans-serif;
}

body {
    min-width: 320px;
    -ms-overflow-style: scrollbar;
    background: #fff;
    color: #1a191a;
    font-family: 'Cairo', sans-serif;
    font-size: 100%;
}
#formMsg
{
    min-height:auto !important;
}
.row.eq {
    display: flex;
    justify-content: space-between;
    /* margin-left: -1rem; */
    flex-flow: row wrap;
}

.row.eq .eq-h {
    flex: auto;
}

form .btn.inquery-btn {
    line-height: 32px;
    border-radius: 5px;
    padding-top: 0;
    margin-bottom: 60px;
}

.btn-contain {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.home-pkgs .plan-head h3 {
    font-size: 22px;
    color: #b72d26;
    transition: all 0.3s ease-in;
}

.plan-icon img.smaller-h-img {
    max-width: 63px;
}


/* mega menu */


/* MEGA MENU STYLE
********************************/

.mega-menu {
    padding: 10px 0px ! important;
    width: 540px;
    border-radius: 0;
    margin-top: 0px;
}

.mega-menu li {
    display: inline-block;
    float: left;
    font-size: 0.94rem;
    padding: 3px 0px;
}

.mega-menu li.mega-menu-column {
    margin-right: 20px;
    width: 150px;
}

.mega-menu .nav-header {
    padding: 0 !important;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.mega-menu img {
    padding-bottom: 10px;
}


/* Disable Toggle style
********************************/


/* Dropdown Toggle on style */

.navbar .nav li.dropdown.open>.dropdown-toggle,
.navbar .nav li.dropdown.active>.dropdown-toggle,
.navbar .nav li.dropdown.open.active>.dropdown-toggle {
    background: inherit;
    /* Set to inherit when using mouse hover to open dropdown */
    color: inherit;
}


/* Toggle off style */

.navbar .nav li.dropdown.open.active>.dropdown-toggle,
.navbar .nav>li.dropdown>a:focus {
    background: inherit;
    color: inherit;
}


/* Toggle hover */

.navbar .nav li.dropdown>.dropdown-toggle:hover,
.navbar .nav li.dropdown.open>.dropdown-toggle:hover {
    background-color: #DDDDDD;
}


/* Toggle caret*/

.navbar .nav li.dropdown>.dropdown-toggle .caret {
    /* border-bottom-color: ;
    border-top-color: ; */
}


/* Toggle caret hover */

.navbar .nav li.dropdown>a:hover .caret,
.navbar .nav li.dropdown>a:focus .caret {
    border-bottom-color: #333;
    border-top-color: #333;
}


/* Toggle caret active */

.navbar .nav li.dropdown.open>.dropdown-toggle .caret,
.navbar .nav li.dropdown.active>.dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active>.dropdown-toggle .caret {
    border-bottom-color: #333;
    border-top-color: #333;
}


/* Hover style
********************************/

.navbar .nav>li>a,
.mega-menu a {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    /* -webkit-transform: translate3d(0, 0, 0); Webkit Hardware Acceleration*/
    -webkit-backface-visibility: hidden;
    /* Safari Flicker Fix #2 */
    -webkit-transform: translateZ(0);
}


/* end of mega menu */

.disk {
    width: 8px;
    height: 8px;
    background: #000;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 2px;
}

.header-logo img {
    width: 80%;
}

.head-info .menu-top-btn {
    padding: 0 2px;
}

.transfer-img {
    margin: 10px auto;
    text-align: center;
    width: 75%;
}

.transfer-title {
    color: #b72d26;
}

.border {
    border-top: 1px solid;
    width: 15%;
}

.web-transfer {
    background: #ececec;
    margin-bottom: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
}

header,
nav,
section,
article,
hgroup,
aside,
figure,
time,
footer,
iframe,
object,
svg {
    display: block;
}

a {
    color: #000;
    text-decoration: none;
    -moz-transition: background .15s linear, color .15s linear, border .15s linear;
    -webkit-transition: background .15s linear, color .15s linear, border .15s linear;
    -o-transition: background .15s linear, color .15s linear, border .15s linear;
    transition: background .15s linear, color .15s linear, border .15s linear;
}

.specs img {
    height: 30px;
    width: 30px;
}

.why-ssl {
    margin-top: 25px;
    margin-bottom: 25px;
}

.why-ssl h3 {
    margin-bottom: 25px;
}

.blue {
    background: #2b65a5;
}

.backup-services h4 {
    font-weight: 600;
}

.backup-services .img-container {
    height: 190px;
    text-align: center;
}

.ser-text {
    color: #555;
    padding-left: 50px;
    padding-right: 50px;
}

.backup-services h2 {
    margin-top: 30px;
}

.backup-services img {
    width: 33%;
    margin: 50px auto;
}

.blue-color {
    color: #2b65a5;
}

.red {
    background: #b72d26;
}

.red-color {
    color: #b72d26;
}

.lightblack {
    background: #1a191a;
}

.lightblack-color {
    color: #1a191a;
}

.darkgray {
    background: #585858;
}

.darkgray-color {
    color: #585858;
}

.lightgray {
    background: #a7a9ac;
}

.lightgray-color {
    color: #a7a9ac;
}

.nobg {
    background: none !important;
}

.pushy-content {
    margin-top: 45px;
}

button,
body a.button,
.button,
input[type=submit],
button[type=submit],
input[type=button] {
    border-radius: 3.75em;
    padding: .8em 1.4em;
    display: inline-block;
    background: #2b65a5;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.24);
    font-size: 14px;
}

#wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
}

#header {
    border: 0;
    height: 85px;
}

#header .topbar {
    background: #222;
}

#header .language-select {
    width: 100%;
    overflow: hidden;
    float: right;
    background: #222222;
}

#header .jcf-select .jcf-select-text {
    margin: 0;
    font-weight: bold;
    margin-right: 30px;
}

.table-wrapper {
    background: #fff;
    padding-bottom: 25px;
    margin-top: 25px;
}

.table-wrapper .subheader {
    background: #2b65a5;
    color: #fff;
}

.table-pckgs.table {
    display: table;
    text-align: center;
    width: 97%;
    margin: 0 auto;
    border-collapse: separate;
    font-weight: 400;
    border-radius: 0;
}

.table_row {
    display: table-row;
}

.theader {
    display: table-row;
}

.table_header {
    display: table-cell;
    border-bottom: #ccc 1px solid;
    border-top: #ccc 1px solid;
    background: #bdbdbd;
    color: #e5e5e5;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
}

.table_header:first-child {
    border-left: #ccc 1px solid;
}

.table_header:last-child {
    border-right: #ccc 1px solid;
}

.table_small {
    display: table-cell;
}

.odd-row {
    background: #fff;
}

.even-row {
    background: #efefef;
}

.table_row>.table_small>.table_cell:nth-child(odd) {
    display: none;
    background: #bdbdbd;
    color: #e5e5e5;
    padding-top: 10px;
    padding-bottom: 10px;
}

.table_row>.table_small>.table_cell {
    padding-top: 10px;
    line-height: 30px;
    color: #1a191a;
    border-bottom: #efefef 1px solid;
    border-right: 1px solid #555;
}

.table_row>.table_small:first-child>.table_cell {
    border-left: 0px;
}


/* 
.table_row>.table_small:last-child>.table_cell {
    border-right: 0px;
} */

.table_row>.table_small.last-cell .table_cell {
    border-right: 0px;
}

.table_row:last-child>.table_small:last-child>.table_cell:last-child {
    border-bottom-right-radius: 5px;
}

.table_row:last-child>.table_small:first-child>.table_cell:last-child {
    border-bottom-left-radius: 5px;
}

.table_row:nth-child(2n+3) {
    background: #e9e9e9;
}

.table-pckgs .blue-hover:hover .mask {
    opacity: 1;
}

.table-pckgs .blue-hover {
    position: relative;
}

.table-pckgs .blue-hover .mask a {
    color: #fff;
}

.table-pckgs .blue-hover .mask a:hover {
    text-decoration: none;
}

.table-pckgs .blue-hover .mask {
    transition: opacity .5s ease-in-out;
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    background: #2b65a5;
    color: #fff;
    left: 0;
    line-height: 51px;
}

.table-pckgs .custom-row .bg-red {
    background: #b72d26;
}

.table-pckgs .custom-row .bg-red a {
    color: #fff !important;
}

.table-pckgs .table_header {
    text-align: center;
    background: #999;
    color: #fff;
    border-right: 1px solid #555;
    font-size: 18px;
    vertical-align: middle !important;
    width: 20%;
}

.table-pckgs .table_header:last-child {
    border-right: 0px;
}

.table-pckgs .table_header img {
    height: 30px;
    display: inline-block;
    margin-right: 5px;
}

#header .currency-select {
    overflow: hidden;
    float: left
}

#header .jcf-select {
    margin: 0;
    background: none;
    color: #fff;
    height: 29px;
    border: none;
    min-width: 100%;
}

#header .language-select .jcf-select .jcf-select-text {
    line-height: 29px;
}

#header .language-select .jcf-select .jcf-select-text img {
    display: none !important;
}

#header .jcf-select-opener {
    position: absolute;
    text-align: center;
    background: none;
    width: 43px;
    bottom: 0;
    right: 0;
    top: 0;
}

#header .jcf-select:before {
    content: "";
    position: absolute;
    top: 13px;
    right: 26px;
    border-style: solid;
    border-width: 6px;
    border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.jcf-select-language .jcf-list .jcf-option img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    width: 24px;
}

.jcf-list .jcf-option {
    color: #fff;
}

.jcf-select-language .jcf-list {
    background: #222;
}

.jcf-select-language.jcf-select-drop .jcf-select-drop-content {
    border: none;
}

.jcf-select-language.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
    background: #222;
    color: #ccc;
}

.topnav {
    font-size: 16px;
    line-height: 37px;
    float: right;
}

.plugins-img {
    background: url('../images/apps.png');
    background-color: #fff;
    background-size: contain;
    height: 550px;
    background-position: 50% 100%;
    margin-bottom: -46px;
    background-repeat: no-repeat;
}

.plugins-img h3 {
    margin-top: 50px;
    color: #2b65a5;
    font-size: 28px;
}

.plugins-img .xlarge {
    font-size: 40px;
}

.topmenu {
    margin: 0px;
    float: left;
}

.topmenu a {
    color: #fff;
    text-decoration: none;
    padding: 15px 15px 3px;
}

.topmenu li:hover,
.topmenu li:hover a {
    background: #fff;
    color: #222;
}

#header .logo.header-logo {
    margin-top: 10px;
    margin-bottom: 10px;
}


/* mega menu  */

.digimeg-nav-wrap {
    position: relative;
}

.digimeg-nav-wrap .digimeg-main-nav {
    /*position: absolute;
	top:0px;
	left: 0px;*/
    display: block;
    width: 100%;
}

.digimeg-nav-wrap .digimeg-main-nav li {
    list-style-type: none;
    display: inline;
    float: left;
}

.digimeg-nav-wrap .digimeg-main-nav li a {
    display: block;
    padding: 37px 20px 0 20px;
    text-decoration: none;
    font-size: 17px;
    color: #333;
    font-weight: 600;
    position: relative;
}

.digimeg-nav-wrap .digimeg-main-nav li a:hover {
    color: #2e6da4;
}

.digimeg-group:after {
    content: '.';
    visibility: hidden;
    clear: both;
    display: block;
    line-height: 0px;
}

.digimeg-sub-nav li {
    display: block;
    width: 100%;
    line-height: 33px;
}

.digimeg-sub-nav li a:hover {
    text-decoration: none;
}

.digimeg-nav-item-content {
    padding: 30px;
    color: black;
}

.digimeg-nav-item-content h2 {
    font-size: 30px;
    margin-top: 0;
    font-weight: bold;
    color: #fff;
}

.digimeg-nav-item-content a {
    color: #fff;
}

.digimeg-nav-chunk {
    display: block;
    width: 33%;
    float: left;
}

.digimeg-nav-chunk2 {
    display: block;
    width: 20%;
    float: left;
}

.digimeg-nav-chunk2.nav-full {
    width: 60%;
}

.digimeg-nav-chunk p {
    color: #fff;
    border-right: 1px solid #1a191a;
    padding-right: 40px;
}

.digimeg-nav-chunk2 ul {
    margin-top: 42px;
}

.digimeg-nav-chunk2 ul li a {
    font-size: 15px;
    margin-bottom: 5px;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease-in;
}

.digimeg-nav-chunk2 ul li a:hover {
    border-color: #fff;
}

.digimeg-sub-nav {
    position: relative;
}

.digimeg-sub-nav>li {
    display: none;
    position: fixed;
    top: 83px;
    z-index: 99;
    right: 0;
    left: 0;
    padding-left: calc((100% - 1200px)/2);
    background: #2b65a5;
    color: #fff;
    height: 260px;
}

.digimeg-active-mark {
    display: none;
    position: absolute;
    top: -20px;
    width: 0;
    height: 0;
    z-index: 102;
    border-style: solid!important;
    border-color: #fff transparent transparent!important;
    border-width: 8px 10px 0!important;
}


/* end of mega */

#header .head-info {
    margin-top: 30px;
}

#header .btn-support {
    padding: 5px 10px;
    font-size: 14px;
    background: #2b65a5;
    color: #fff;
    font-weight: bold;
}

#header .btn-client {
    padding: 5px 10px;
    font-size: 14px;
    background: #b73027;
    color: #fff;
    font-weight: bold;
}

#header .btn-client:hover,
#header .btn-client:focus,
#header .btn-client:active {
    text-decoration: none;
    background: #961b13;
}

#header .btn-support:hover,
#header .btn-support:focus,
#header .btn-support:active {
    text-decoration: none;
    background: #1b508a;
}

#main-navigation {
    position: relative;
    height: 50px;
    padding: 0 20px;
    background: #2b65a5;
}

#main-navigation .firstlevel {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: stretch;
    /* Default */
    justify-content: space-between;
}

#main-navigation .firstlevel .first-level-item {
    float: left;
    height: 50px;
    font-size: 20px;
}

#main-navigation .first-level-item>a,
#main-navigation .first-level-item>span {
    float: left;
    padding: 0 14px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
    moz-transition: background-color .1s linear, box-shadow .1 linear, color .1 linear;
    -webkit-transition: background-color .1s linear, box-shadow .1 linear, color .1 linear;
    -o-transition: background-color .1s linear, box-shadow .1 linear, color .1 linear;
    transition: background-color .1s linear, box-shadow .1 linear, color .1 linear;
}

#main-navigation .submenu {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

#main-navigation .submenu.support-menu {
    right: 0;
    left: auto;
    width: 78%;
}

#main-navigation .submenu.security {
    right: 0;
    left: auto;
    width: 75%;
}

#main-navigation .submenu.security .submenu-inner-icon svg {
    margin-top: 10px;
}

#main-navigation .submenu.support-menu .submenu-inner-icon svg {
    margin-top: 15px;
}

#main-navigation .submenu.livestreming {
    width: 60%;
    right: 0px;
    left: auto;
}

#main-navigation .submenu.domain {
    width: 95%;
}

#main-navigation .submenu.server {
    width: 73%;
}

#main-navigation .submenu.server .submenu-inner-icon svg {
    margin-top: 15px;
}

#main-navigation .first-level-item:hover>a {
    background: #fff;
    color: #222;
    box-shadow: inset 0 3px 0 #b73027;
}

#main-navigation .first-level-item:hover .submenu {
    display: block;
}

#main-navigation .submenu .submenu-inner {
    float: right;
    width: 80%;
    padding: 14px 0 0;
    box-shadow: inset 1px 0 0 #d9d9d9;
}

#main-navigation .submenu .submenu-inner-icon {
    float: left;
    width: 20%;
    padding: 2.9%;
}

#main-navigation .submenu.security .submenu-inner-icon {
    padding: 1.7%;
}

#main-navigation .submenu.livestreming .submenu-inner-icon {
    padding: 1.7%;
}

#main-navigation .submenu .submenu-inner-icon svg {
    width: 85px;
    height: 85px;
    margin: 0 auto 14px;
}

#main-navigation .submenu .submenu-inner-icon .heading {
    display: block;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    color: #333;
    font-size: 17px;
}

#main-navigation .submenu .inner-list {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
}

.backup-header-text {
    font-size: 17px;
}

#main-navigation .submenu .inner-list li {
    width: 33%;
    float: left;
    border-left: 1px solid #d9d9d9;
    text-align: center;
}

#main-navigation .submenu.livestreming .inner-list li {
    width: 50%;
}

#main-navigation .submenu .inner-list li:first-child {
    border-left: 0px;
}

#main-navigation .submenu .inner-list svg {
    margin: 0 auto 7px;
    width: 42px;
    height: 42px;
}

#main-navigation .submenu .inner-list li>a {
    position: relative;
    color: #2b65a5;
    font-weight: bold;
    font-size: 15px;
}

#main-navigation .submenu .inner-list li p {
    font-size: 12px;
    margin: 0 0 15px;
}

.small_button {
    position: relative;
    display: inline-block;
    padding: 4px 24px 4px 10px;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 2px;
    line-height: 20px;
}

.small_button.blue {
    background: #2b65a5;
}

.small_button.blue a.more {
    color: #fff;
}

.small_button:before {
    position: absolute;
    top: 9px;
    right: 7px;
    content: "";
    border-top: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid rgba(0, 0, 0, 0);
    border-left: 4px solid #fff;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.small_button:after {
    position: absolute;
    top: 11px;
    right: 11px;
    content: "";
    width: 4px;
    height: 4px;
    background: #fff;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.linksbar {
    box-shadow: inset 1px 0 0 #d9d9d9;
    height: 46px;
    line-height: 44px;
    padding: 0 20px;
    background: #f8f8f8;
    border-top: 1px solid #d9d9d9;
    font-size: 1rem;
}

.linksbar ul {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
}

.linksbar ul li {
    position: relative;
    display: inline;
    padding: 0 0 0 12px;
    margin: 0 0 0 6px;
}

.linksbar ul li:first-child {
    margin: 0;
    padding: 0;
}

.linksbar ul li:before {
    position: absolute;
    top: 13px;
    left: 0;
    content: "";
    width: 5px;
    height: 5px;
    background: #666;
}

.linksbar ul li:first-child:before {
    background: rgba(0, 0, 0, 0);
}

.linksbar ul li a {
    color: #666;
}

#main-navigation .submenu .submenu-inner.hosting {
    float: left;
    width: 100%;
    padding: 24px 0 0;
    box-shadow: inset 1px 0 0 #d9d9d9;
}

#main-navigation .submenu .submenu-inner.hosting .inner-list li {
    width: 20%;
}

.slider-wrapper {
    height: 355px;
    position: relative;
    overflow: hidden;
}

.slider-content li {
    min-height: auto !important;
    line-height: 45px;
    color: #fff;
    font-size: 24px;
}

.slider-content i {
    font-size: 18px;
    color: #2b65a5;
}

.slider-content .btn-read {
    margin-top: 20px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 20px;
    background: #2b65a5;
    color: #fff;
}

.slider-content .btn-read:hover {
    background: #204d7e;
}

.slider-content h1 {
    color: #2b65a5;
}

.slideitem {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
}

.slider-wrapper .slide1 {
    background-image: url('../images/slider/1.jpg');
}

.slider-wrapper .slide2 {
    background-image: url('../images/slider/2.jpg');
}

.slider-wrapper .slide3 {
    background-image: url('../images/slider/3.jpg');
}

.inner-header-wrapper.vps {
    height: 305px;
    position: relative;
    overflow: hidden;
    background: url(../images/vps-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-header-wrapper.dedicated img {
    width: 45%;
    margin: 65px auto;
}

.inner-header-wrapper.dedicated {
    height: 305px;
    position: relative;
    overflow: hidden;
    background: url(../images/dedicated-header-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.inner-header-wrapper.individ-host-inter {
    height: 305px;
    position: relative;
    overflow: hidden;
    background: url(../images/paralax_BG.svg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #f8f8f8;
}

.inner-header-wrapper.individ-host-inter img {
    width: 20%;
}

.inner-header-wrapper.individ-host-advance .header-content {
    margin: 90px auto !important;
    text-align: center;
}

.superior p {
    color: #b73027 !important;
}

.individ-host-advance p {
    color: #0067aa;
}

.inner-header-wrapper.individ-host-inter .header-content {
    margin: 65px auto;
    text-align: center;
}

.inner-header-wrapper.individ-host-inter .large {
    font-size: 46px;
}

.individ-host-inter p {
    text-align: left;
    font-weight: bold;
    display: inline-block;
    font-size: 33px;
    line-height: 43px;
    vertical-align: middle;
    padding-left: 25px;
}

.inner-header-wrapper.otls {
    height: 305px;
    position: relative;
    overflow: hidden;
    background: url(../images/otls-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-header-wrapper.faq {
    height: 305px;
    position: relative;
    overflow: hidden;
    background: url(../images/faqs-parallax-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.inner-header-wrapper.faq p {
    color: #b73027;
    font-size: 23px;
    display: inline-block;
    border-bottom: 1px solid #b73027;
}

.inner-header-wrapper.faq h2 {
    color: #2b65a5;
    font-weight: bold;
    font-size: 32px;
    margin-top: 45px;
}

.inner-header-wrapper.otls img {
    width: 60%;
    margin: 50px auto;
}

.inner-header-wrapper.orsc {
    height: 305px;
    position: relative;
    overflow: hidden;
    background: url(../images/orsc-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-header-wrapper.waf {
    height: 305px;
    position: relative;
    overflow: hidden;
    background: url(../images/waf-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-header-wrapper.waf img {
    width: 60%;
    margin: 25px auto;
}

.inner-header-wrapper.ucg-backup {
    height: 305px;
    position: relative;
    overflow: hidden;
    background: url(../images/backup-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-header-wrapper.cloud img {
    margin: 80px auto !important;
}

.inner-header-wrapper.cloud.ssl {
    height: 305px;
    position: relative;
    overflow: hidden;
    background: url(../images/cloud-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-header-wrapper.ssl {
    height: 305px;
    position: relative;
    overflow: hidden;
    background: url(../images/waf-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-header-wrapper.ucg-backup img {
    width: 80%;
    margin: 80px auto;
}

.inner-header-wrapper.ssl img {
    width: 60%;
    margin: 20px auto;
}

.inner-header-wrapper.ssl.cloud img {
    width: 70%;
}

.inner-header-wrapper.ssl h3 {
    color: #18affe;
    font-weight: bold;
    margin-top: 100px;
}

.inner-header-wrapper.ssl.cloud h3 {
    margin-top: 90px;
}

.inner-header-wrapper.orsc img {
    width: 60%;
    margin: 19px auto;
}

.inner-header-wrapper.ucg-backup h3 {
    color: #18affe;
    font-weight: bold;
    margin-top: 80px;
}

.inner-header-wrapper.waf h3 {
    color: #18affe;
    font-weight: bold;
    margin-top: 70px;
}

.inner-header-wrapper.otls h3 {
    color: #18affe;
    font-weight: bold;
    margin-top: 70px;
}

.inner-header-wrapper.orsc h3 {
    color: #18affe;
    font-weight: bold;
    margin-top: 70px;
}

.inner-header-wrapper.application {
    height: 305px;
    position: relative;
    overflow: hidden;
    background: url(../images/app-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-header-wrapper.application img {
    margin-top: -32px;
}

.support-service {
    background: #efefef;
}

.inner-header-wrapper.email-hosting {
    height: 305px;
    position: relative;
    overflow: hidden;
    background: url(../images/email-hosting-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-header-wrapper.database-hosting {
    height: 305px;
    position: relative;
    overflow: hidden;
    background: url(../images/database-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-header-wrapper.database-hosting img {
    width: 80%;
    margin-top: 50px;
}

.inner-header-wrapper.database-hosting h3 {
    color: #2476ff;
    font-weight: bold;
    margin-top: 70px;
}

.inner-header-wrapper.email-hosting h3 {
    color: #2476ff;
    font-weight: bold;
    margin-top: 70px;
}

.inner-header-wrapper.dedicated h3 {
    color: #2476ff;
    font-weight: bold;
    margin-top: 95px;
}

.includes h3 {
    font-weight: bold;
    color: #2b65a5;
    margin-top: 50px;
}

.how-we-help h3 {
    margin-bottom: 45px;
    margin-top: 35px;
}

.how-we-help img {
    margin: 10px auto;
}

.support-service img {
    width: 60%;
    margin: 25px auto;
}

.how-we-help .one-line {
    margin-bottom: 30px;
}

.why-hosted {
    background: url(../images/why-email-hosting-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
    margin-top: 40px;
}

.why-hosted.why-db {
    background: url(../images/do-you-need-database-hosting-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
    margin-top: 40px;
}

.why-hosted h3 {
    font-weight: bold;
    color: #fff;
    margin-top: 50px;
}

.why-hosted p {
    color: #fff;
}

.email-hosting-features .email-feature .img-container {
    height: 100px;
    text-align: center;
    margin: 10px;
    align-self: auto;
}

.email-hosting-features {
    margin-bottom: 30px;
}

.email-hosting-features .email-feature {
    margin-top: 10px;
}

.email-hosting-features .email-feature h4 {
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 24px;
    color: #333;
}

.email-hosting-features.db-host-features .email-feature h4 {
    color: #555;
}

.email-hosting-features .email-feature .img-container img {
    height: 100%;
    width: auto;
}

.email-hosting-features .feature-title h2 {
    color: #2B64A5;
    font-weight: bold;
    margin-bottom: 35px;
}

.email-hosting-features.db-host-features .feature-title h2 {
    margin-top: 50px;
}

.no-margin-footer .pre-border {
    margin-top: 0px;
}

.result pre {
    margin-top: 30px;
    margin-bottom: 70px;
}

.includes .image-container {
    height: 100px;
    margin: 10px auto;
    text-align: center;
}

.includes .image-container img {
    width: auto;
    height: 100%;
}

.vps h3 {
    color: #18affe;
    font-weight: bold;
    margin-top: 80px;
}

.application h3 {
    color: #2476ff;
    font-weight: bold;
    margin-top: 70px;
}

.powerful-hosting {
    padding-bottom: 50px;
}

.powerful-hosting h2 {
    color: #2b65a5;
    font-weight: bold;
    margin-top: 45px;
    margin-bottom: 25px;
}

.powerful-hosting .check-out {
    background: #2b65a5;
    color: #fff;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    margin-top: 25px;
    font-size: 20px;
}


/** FAQ tabs **/

.accordion-toggle:hover {
    text-decoration: none;
}

.glyphicon-minus {
    color: #fff;
    margin-right: 9px;
}

h4.panel-title {
    color: #fff;
}

a:focus {
    text-decoration: none;
}

.glyphicon-plus {
    color: #fff;
    margin-right: 9px;
}

.tab .nav-tabs {
    padding-left: 15px;
    border-bottom: 4px solid #b73027;
}

.tab {
    margin-top: 40px;
    margin-bottom: 40px;
}

.tab .nav-tabs li a {
    color: #fff;
    padding: 10px 20px;
    margin-right: 10px;
    background: #b73027;
    text-shadow: 1px 1px 2px #000;
    border: none;
    border-radius: 0;
    opacity: 0.5;
    position: relative;
    transition: all 0.3s ease 0s;
}

.tab .nav-tabs li a:hover {
    background: #b73027;
    opacity: 0.8;
}

.tab .nav-tabs li.active a {
    opacity: 1;
}

.tab .nav-tabs li.active a,
.tab .nav-tabs li.active a:hover,
.tab .nav-tabs li.active a:focus {
    color: #fff;
    background: #b73027;
    border: none;
    border-radius: 0;
}

.tab .nav-tabs li a:before,
.tab .nav-tabs li a:after {
    content: "";
    border-top: 42px solid transparent;
    position: absolute;
    top: -2px;
}

.tab .nav-tabs li a:before {
    border-right: 15px solid #b73027;
    left: -15px;
}

.tab .nav-tabs li a:after {
    border-left: 15px solid #b73027;
    right: -15px;
}

.tab .nav-tabs li a i,
.tab .nav-tabs li.active a i {
    display: inline-block;
    padding-right: 5px;
    font-size: 15px;
    text-shadow: none;
}

.tab .nav-tabs li a span {
    display: inline-block;
    font-size: 14px;
    letter-spacing: -9px;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.tab .nav-tabs li a:hover span,
.tab .nav-tabs li.active a span {
    letter-spacing: 1px;
    opacity: 1;
    transition: all 0.3s ease 0s;
}

.nav-tabs>li {
    margin-bottom: -3px !important;
}

.tab .tab-content {
    padding: 30px;
    background: #ebebeb;
    font-size: 16px;
    color: #6c6c6c;
    line-height: 25px;
}

.tab .tab-content h3 {
    font-size: 24px;
    margin-top: 0;
}


/** End of FAQ **/

.powerful-hosting .check-out:hover,
.powerful-hosting .check-out:active,
.powerful-hosting .check-out:focus {
    text-decoration: none;
    background: #204772;
}

.inner-header-wrapper {
    height: 350px;
    position: relative;
    overflow: hidden;
    background: url(../images/slider/1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-header-wrapper.transfer-domain {
    height: 350px;
    position: relative;
    overflow: hidden;
    background: url(../images/transfer-domain.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-header-wrapper.sale-domain {
    height: 350px;
    position: relative;
    overflow: hidden;
    background: url(../images/domain-for-sale-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-header-wrapper.email-hosting .header-content img {
    width: 100%;
    margin-top: -60px;
}

.inner-header-wrapper.sale-domain .header-content img {
    width: 300px;
    margin: 70px auto;
}

.inner-header-wrapper.sale-domain .header-content {
    text-align: center;
}

.inner-header-wrapper.register-domain {
    height: 350px;
    position: relative;
    overflow: hidden;
    background: url(../images/domain-registration-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-header-wrapper.transfer-domain {
    height: 350px;
    position: relative;
    overflow: hidden;
    background: url(../images/transfer-domain.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.register-domain .header-content {
    margin-top: 8%;
}

.register-domain .header-content i {
    color: #fff;
    font-weight: lighter;
}

.payments .header-content h1 {
    text-align: center !important;
    margin-top: 50px;
    margin-bottom: 50px;
    line-height: 70px;
}

.payments .border-right {
    border-right: 1px solid #efefef;
}

.payments .paypal-icon {
    height: 35px;
    width: 35px;
}

.payments .visa-icon {
    height: 40px;
    width: 40px;
    margin-left: 25px;
}

.payments .visa-txt {
    color: #2b65a5;
    font-weight: 500;
    font-size: 20px;
    vertical-align: middle;
}

.blue-txt {
    color: #2b65a5;
}

.payments .payment-methods .siib-img {
    width: 200px;
    margin-top: -15px;
}

.payments .payment-methods .nabd-img {
    width: 180px;
    margin-top: 25px;
}

.payments .payment-methods .reb-img {
    width: 150px;
}

.payments .payment-methods .download-btn {
    background: #555;
    color: #fff;
    padding-right: 30px;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 1px;
}

.payments .payment-methods .pdf-btn {
    background: #b72d26;
    color: #fff;
    padding-right: 30px;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 1px;
}

.payments .payment-methods .download-btn:hover,
.payments .payment-methods .pdf-btn:hover {
    text-decoration: none;
}

.payments .wu-icon {
    height: 40px;
    width: 40px;
    margin-left: 25px;
}

.payments .payment-methods .separator {
    border-bottom: 1px solid #efefef;
    width: 50%;
    margin-top: -15px;
}

.payments .payment-methods .pdf {
    width: 45px;
    vertical-align: text-bottom;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 7px;
}

.payments .payment-methods .pdf-img {
    width: 35px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
}

.payments .payment-methods .visa-img {
    width: 80px;
    height: 80px;
}

.payments .payment-methods .trans-img {
    width: 50px;
    height: 50px;
}

.payments .payment-methods .country-img {
    width: 25px;
    height: 25px;
    margin-left: 10px;
    vertical-align: middle;
}

.payments .payment-methods .country-name {
    font-size: 22px;
    vertical-align: middle;
}

.payments .payment-methods .master-img {
    width: 80px;
    height: 80px;
}

.payments .payment-methods .skrill-img {
    width: 80px;
    height: 80px;
}

.payments .payment-methods .moneybooker-img {
    width: 80px;
    height: 80px;
}

.payments .payment-methods .paypal-img {
    width: 110px;
    height: 60px;
}

.payments .payment-methods h3 {
    color: #2b65a5;
    margin-bottom: 15px;
}

.payments .payment-methods .img-container .check-img {
    margin-top: -20px;
}

.payments .payment-methods .img-container {
    width: 80px;
    height: 60px;
    margin: 25px auto;
}

.payments .payment-methods .img-container2 {
    width: 60px;
    height: 50px;
    margin: 25px auto;
}

.payments .payment-methods {
    margin-top: 45px;
    margin-bottom: 45px;
}

.payments .wu-txt {
    color: #2b65a5;
    font-weight: 500;
    font-size: 20px;
    vertical-align: middle;
}

.payments .master-icon {
    height: 40px;
    width: 40px;
    margin-left: 25px;
}

.payments .master-txt {
    color: #2b65a5;
    font-weight: 500;
    font-size: 20px;
    vertical-align: middle;
}

.payments .money-icon {
    height: 40px;
    width: 40px;
    margin-left: 25px;
}

.payments .money-txt {
    color: #2b65a5;
    font-weight: 500;
    font-size: 20px;
    vertical-align: middle;
}

.payments .check-icon {
    height: 40px;
    width: 40px;
    margin-left: 25px;
    margin-top: -20px;
}

.payments .check-txt {
    color: #2b65a5;
    font-weight: 500;
    font-size: 20px;
    vertical-align: middle;
}

.payments .skrill-icon {
    height: 50px;
    width: 50px;
    margin-left: 25px;
}

.payments .skrill-txt {
    color: #2b65a5;
    font-weight: 500;
    font-size: 20px;
    vertical-align: middle;
}

.payments .paypal-txt {
    color: #2b65a5;
    font-weight: 500;
    vertical-align: middle;
    font-size: 20px;
}

.payments .icon-container {
    display: inline-block;
}

.payments .inner-header-wrapper {
    background: url(../images/payment-header-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.dark-red {
    color: #b72d26;
}

.register-domain .header-content .domainname {
    height: 45px;
    font-size: 15px;
    border: none;
    color: #000;
    width: 100%;
    padding: 14px;
    z-index: 0;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.register-domain .header-content .input-group-addon {
    background: #2b65a5;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-color: #2b65a5;
}

.transfer-domain .header-content {
    margin-top: 8%;
}

.transfer-table,
.register-table {
    background: #fff;
    padding-bottom: 40px;
    margin-top: -102px;
}

.padding-20 {
    padding-top: 20px !important;
}

.padding-15 {
    padding-top: 15px !important;
}

.padding-10 {
    padding-top: 10px !important;
}

.transfer-table .table-heading,
.register-table .table-heading {
    background: #2b65a5;
    color: #fff;
}

.transfer-table .table-body-odd,
.register-table .table-body-odd {
    background: #ebebeb;
}

.transfer-table .table-body-odd p,
.transfer-table .table-body-even p,
.register-table .table-body-odd p,
.register-table .table-body-even p,
{
    padding-top: 3px;
}

.transfer-table .bordered-cell,
.register-table .bordered-cell {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding-bottom: 4px;
}

.transfer-table small,
.register-table small {
    color: #a7a9ac;
}

.transfer-table .mask,
.register-table .mask {
    width: 100%;
    background: #b72d26;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 18px;
    padding-top: 16px !important;
    padding-bottom: 20px;
    opacity: 0;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.contact-us {
    background: url('../images/contact-us-bg.jpg');
    background-repeat: no-repeat;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #fff;
}

.contact-us .btn-contact {
    border: 2px solid #fff;
    border-radius: 25px;
    padding: 10px 25px;
    margin-top: 25px;
}

.contact-us .btn-contact:hover {
    color: #b72d26;
    background: #fff;
}

.contact-us .border-bot {
    height: 15px;
    width: 20%;
    border-bottom: 2px solid #fff;
    margin: 10px auto;
    padding-top: 10px;
    text-align: center;
    margin-bottom: 30px;
}

.register-table i.fa-circle,
.transfer-table i.fa-circle {
    font-size: 10px;
}

.register-table .table-body-even,
.transfer-table .table-body-even {
    background: #fff;
}

.register-table .price-table,
.transfer-table .price-table {
    box-shadow: 1px 2px 9px #ccc;
}

.register-table .price-head,
.transfer-table .price-head {
    background: #3075c0;
}

.register-table .thead,
.transfer-table .thead {
    padding-top: 13px;
    padding-bottom: 13px;
}

.register-table .transfer-now,
.transfer-table .transfer-now {
    color: #585858;
    font-weight: bold;
}

.register-table .table-row,
.transfer-table .table-row {
    font-size: 18px;
}

.register-table .table-row:hover,
.transfer-table .table-row:hover {
    color: #b72d26;
}

.register-table .table-row .red-hover:hover .mask,
.transfer-table .table-row:hover .mask {
    opacity: 1;
    cursor: pointer;
}

.red-hover a {
    color: #fff;
    text-decoration: none;
    display: block;
}

.register-table .table-row:hover i.fa-circle,
.transfer-table .table-row:hover i.fa-circle {
    color: #b72d26;
}

.small-red {
    font-size: 13px;
    color: #b72d26;
    padding-top: 8px;
}

.register-table .table-row:hover i.icon-check,
.transfer-table .table-row:hover i.icon-check {
    color: #32a3d6;
}

.register-table i,
.transfer-table i {
    color: #585858;
    font-size: 1.5em;
}

.register-domain .btn-search {
    border: none;
    box-shadow: none;
    height: auto;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
}

.register-domain .input-group-addon {
    height: 45px;
}

.transfer-domain .header-content h2 {
    color: #2b65a5;
}

.transfer-domain .header-content p {
    color: #7c7c7c;
}

.register-domain .header-content h2 {
    color: #2b65a5;
}

.register-domain .header-content p {
    color: #7c7c7c;
}

.inner-header-wrapper .container {}


/* Button 4c */

.inner-header-wrapper h1 {
    font-size: 3rem;
    font-weight: bold;
    color: #2b65a5;
    margin-top: 35px;
}

.inner-header-wrapper.hosting h1 {
    margin-top: 60px;
}

.inner-header-wrapper.hosting {
    background-image: none;
    height: 240px !important;
}

.inner-header-wrapper.hosting {
    background-image: url('../images/hosting-bg.jpg') !important;
    background-attachment: fixed;
    height: 190px !important;
}

.inner-header-wrapper img {
    width: 100%;
}

#homeSlider li {
    min-height: 500px;
}

.slider-inner {
    padding: 0px 0 23px;
}

.slider-inner:after {
    content: '';
    clear: both;
    display: block;
    overflow: hidden;
}

.slider-img {
    float: left;
    margin: 0 76px 0 0;
    position: relative;
}

.slider-content {
    overflow: hidden;
    padding: 25px 0 0 0;
}

.slider-wrapper .lSSlideOuter .lSPager.lSpg {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
}

.slider-wrapper .lSSlideOuter .lSPager.lSpg>li a {
    background: rgba(255, 255, 255, 0.25);
    height: 8px;
    width: 40px;
}

.slider-wrapper .lSSlideOuter .lSPager.lSpg>li.active a,
.slider-wrapper .lSSlideOuter .lSPager.lSpg>li:hover a {
    background: #fff;
}

.intro {
    border-top: #dee1e3 1px solid;
    padding: 90px 0 89px;
    background: #f5f9fb;
    background: -moz-linear-gradient(top, rgba(245, 249, 251, 1) 0%, rgba(255, 255, 255, 1) 33%);
    background: -webkit-linear-gradient(top, #f5f9fb 0%, #fff 33%);
    background: linear-gradient(to bottom, #f5f9fb 0%, #fff 33%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f5f9fb', endColorstr='#ffffff', GradientType=0);
}

.hosting-wrapper {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+45,ebebeb+45,ebebeb+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 45%, #ebebeb 45%, #ebebeb 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 45%, #ebebeb 45%, #ebebeb 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 45%, #ebebeb 45%, #ebebeb 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0);
    /* IE6-9 */
}

.intro-inner {
    padding: 20px 0;
}

.plans-wrapper {
    padding: 30px 0;
    padding-bottom: 20px;
}

.plans-wrapper .inner-title {
    font-size: 1.8rem;
}

.otls-feature .inner-title {
    font-size: 1.8rem;
    margin-top: 30px;
    margin-bottom: 15px;
}

.pckgs .otls-pk .pkg-spec {
    padding-left: 60px !important;
    border-right: 1px solid #f5f5f5;
    margin-bottom: 10px;
}

.pckgs .otls-pk .pkg-spec:last-child {
    border-right: 0px;
}

img.customized {
    width: 90px;
    margin: 20px auto;
    margin-top: 50px;
}

.customized .blue-color {
    color: #2B64A5;
}

.customized .custom-p1 {
    font-size: 17px;
}

.customized .custom-p2 {
    font-size: 14px;
}

.customized .btn-contact-us {
    text-transform: initial;
    box-shadow: none;
    border: 2px solid #2B64A5;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 25px;
    color: #2B64A5;
    margin-top: 20px;
    font-weight: bold;
}

.customized .btn-contact-us:hover {
    background: #2B64A5;
    color: #fff;
}

.otls-feature h2 {
    color: #2B64A5;
    font-weight: bold;
    margin-bottom: 35px;
}

.orsc-feature h2 {
    color: #2B64A5;
    font-weight: bold;
    margin-bottom: 35px;
}

.orsc-feature .img-container {
    height: 65px;
}

.orsc-feature .img-container img {
    height: 70%;
    margin: 0 auto;
}

.orsc-feature h1 {
    margin-top: 30px;
}

.orsc-feature .img-container img.img4 {
    margin-top: 5px;
}

.orsc-feature .img-container img.img5 {
    height: 90%;
}

.orsc-feature .img-container img.img6 {
    margin-top: 7px;
}

.orsc-feature .img-container img.img7 {
    height: 50%;
    margin-top: 13px;
}

.orsc-feature .img-container img.img8 {
    height: 86%;
}

.orsc-feature .img-container img.img11 {
    margin: 3px auto;
}

.orsc-feature .img-container img.img9 {
    margin: 5px auto;
}

.orsc-feature .img-container img.img10 {
    height: 70%;
    margin-top: 4px;
}

.orsc-feature .img-container img.img0 {
    height: 65%;
}

.orsc-feature .feature {
    text-align: center;
    margin-bottom: 35px;
}

.orsc-feature .feature h4 {
    font-weight: bold;
}

.otls-feature .img-container {
    height: 65px;
}

.otls-feature .img-container img {
    height: 75%;
    margin: 0 auto;
}

.otls-feature i {
    color: #67C9E6;
    padding-right: 10px;
}

.otls-feature li {
    line-height: 20px;
    line-height: 30px;
    padding-left: 30px;
}

.otls-feature .img-container img.img3 {
    height: 92%;
}

.red-text {
    color: #b72d26;
    margin-top: 25px;
    display: block;
    clear: both;
}

.otls-feature .img-container img.img4 {
    padding-top: 30px;
}

.otls-feature .feature-container h3 {
    color: #2B64A5;
    margin-top: 0px;
    font-weight: bold;
    border-bottom: 1px solid #2B64A5;
    margin-left: 35px;
    margin-right: 25px;
    padding-bottom: 15px;
}

.otls-feature .inner-title i {
    margin-top: 3px;
}

.plans-inner .row>[class*='col-'] {
    padding: 0px;
}

.plans-inner .row {
    background: #fff;
    border: #d5dfe6 1px solid;
    box-shadow: 0px 9px 21px 1px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 9px 21px 1px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 9px 21px 1px rgba(0, 0, 0, 0.07);
    -ms-box-shadow: 0px 9px 21px 1px rgba(0, 0, 0, 0.07);
    -o-box-shadow: 0px 9px 21px 1px rgba(0, 0, 0, 0.07);
}

.plan-block {
    background: #fff;
    padding: 24px 23px 30px;
    position: relative;
    border-bottom: 1px solid #ccc;
}

.plans-inner .plan-block:hover {
    background: #ececec;
}

.plan-head h3 {
    margin-bottom: 7px;
}

.plan-head p {
    margin-bottom: 35px;
}

.btn-pkgs:hover {
    text-decoration: none;
    background: #174b84;
    color: #fff;
}

.btn-pkgs {
    color: #fff;
    background: #2b65a5;
    padding: 5px 25px;
    border-radius: 25px;
}

.plan-container {
    border-left: #d5dfe6 1px solid;
}

.plans-inner .order-btn {
    width: 100%;
    border: 2px solid #b72d26;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 3px;
}

.order-btn i {
    border: 1px solid #b72d26;
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #b72d26;
    color: #fff;
    margin-left: 10px;
}

.plans-inner .order-btn a {
    color: #b72d26;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}

.plan-head {
    text-align: center;
    padding: 0 0 18px;
    position: relative;
}

.plan-icon {
    text-align: center;
    margin-bottom: 26px;
    background: url(../images/icons-bg.svg);
    display: inline-block;
    padding-left: 15%;
    padding-right: 15%;
    height: 70px;
}

.plan-icon img {
    margin: 0 auto;
    max-width: 75px;
    transform: translatey(0px);
    animation: float 6s ease-in-out infinite;
}

.plan-icon .shadow {
    width: 75px;
    height: 2px;
    transform: translatey(0px);
    animation: float-shadow 6s ease-in-out infinite;
    margin: 0 auto;
}

.specs ul li {
    line-height: 25px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    text-align: left;
}

.ssl-wrapper {
    margin-bottom: 0px;
}

.planlist-wrapper.ssl-wrapper .price {
    padding: 42px 0px;
}

.price a:hover,
.price a:active {
    text-decoration: none;
}

.planlist-wrapper.ssl-wrapper .plan-title {}

.planlist-wrapper.ssl-wrapper .spec1 {
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
}

.planlist-wrapper:hover .price {
    background-position: 0 0;
}

.planlist-wrapper:hover .price h3 {
    color: #fff;
}

.planlist-wrapper:hover .btn-order {
    background: #fff;
    color: #2B64A5;
}

.planlist-wrapper:hover .btn-order a {
    color: #2B64A5;
}

.planlist-wrapper:hover .price span {
    background-color: #2b65a5;
    color: #fff;
}

.specs ul li:last-child {
    border-bottom: none;
}

.order-now {
    margin-top: 25px;
    margin-bottom: 25px;
}

.plan-block:hover .plan-title {
    color: #2b65a5;
}

.plan-block:hover .order-btn {
    border: 2px solid #2b65a5;
}

.plan-block:hover .order-btn a {
    color: #2b65a5;
}

.plan-block:hover .order-btn i {
    background: #2b65a5;
    border-color: #2b65a5;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-10px);
    }
    100% {
        transform: translatey(0px);
    }
}

@keyframes float-shadow {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.9);
        transform: translatey(0px);
    }
    50% {
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.4);
        transform: translatey(-2px);
    }
    100% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.9);
        transform: translatey(0px);
    }
}

.plans-wrapper .box {
    position: relative;
    background: #fff;
    border-radius: 5px;
    min-height: 560px;
    border: 0;
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15), 0 0 0 1px #eee;
}

.plans-wrapper .box .heading {
    position: relative;
    padding: 19px 10px;
    background: #f4f4f4 url('../images/parallax-tables-bg.svg') center center;
    background-attachment: fixed;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px 5px 0 0;
    z-index: 10;
    text-align: left;
}

.plans-wrapper .box .heading h2 {
    font-weight: bold;
}

.plans-wrapper .box .heading svg {
    width: 75px;
    height: 75px;
    margin: 0 auto 10px;
    padding: 9px 0 0;
}

.plans-wrapper .box .summary {
    padding: 19px 19px 90px;
}

.plans-wrapper .box .summary>ul {
    margin: 0px 0 0;
    padding: 15px 0 0;
    list-style: none;
    border-top: 1px solid #1a191a;
}

.plans-wrapper .box .summary>ul li {
    position: relative;
    margin: 6px 0;
    text-align: left;
}

.plans-wrapper .box .summary>ul li i {
    margin-right: 10px;
}

.plans-wrapper .box .summary>ul li svg {
    float: left;
    margin: 2px 6px 0 0;
}

.plans-wrapper .box .summary>ul li svg path {
    fill: #2b65a5;
}

.plans-wrapper .box .summary .price {
    padding: 5px 0 0;
    font-weight: 700;
    font-size: 26px;
    background-image: none;
    margin: 0;
}

.plans-wrapper .box .large_button {
    position: absolute;
    width: 80%;
    left: 0;
    bottom: 40px;
    margin: 0 10%;
    color: #fff;
    font-weight: 700;
    height: 44px;
    line-height: 44px;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    -moz-transition: all .15s linear;
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
}

.plans-wrapper .box .large_button:hover {
    text-decoration: none;
    opacity: 0.7;
}

.domain-wrapper {
    background: #2b65a5;
    color: #fff;
    margin-bottom: 30px;
    padding-bottom: 60px;
}

.domain-wrapper .btn-check {
    background: #b72d26;
    border-color: #b72d26;
    border-radius: 10px;
    width: 70%;
    box-shadow: none !important;
}

.domain-wrapper input[type=text] {
    height: 45px;
    border-radius: 10px;
    background: #153353;
    color: #2b65a5;
    border-color: #153353;
}

.domain-transfere a {
    color: #fff;
}

.domain-wrapper .btn-check:hover {
    background: #8c1812;
}

.packages-wrapper .bg1 {
    background: url('../images/domain-bg.svg');
    background-size: cover;
    background-color: #ececec;
}

.package-heading h1 {
    margin: 0 auto;
    width: 70%;
    padding-top: 30px;
    text-shadow: 2px 2px 3px #CCC;
    color: #2b65a5;
}

.packages-wrapper .bg2 {
    background: url('../images/create-site-bg.svg');
    background-size: cover;
    position: relative;
    background-color: #ececec;
}

.package-heading.bg2 img {
    position: absolute;
    bottom: 0;
    left: 25%;
    right: 25%;
}

.packages-wrapper .bg3 {
    background: url('../images/custom-email-bg.svg');
    background-size: cover;
    background-color: #ececec;
    position: relative;
}

.packages-wrapper .packages {
    margin-top: -60px;
    margin-bottom: 25px;
}

.package-heading .input-domain {
    position: absolute;
    background: #fff;
    right: 0;
    padding: 10px;
    color: #ccc;
    top: 35%;
    padding-left: 30px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.packages-wrapper .package-title {
    color: #b72d26;
    padding-left: 15px;
}

.packages-wrapper .package-body {
    padding-left: 15px;
}

.packages-wrapper .readmore {
    margin-top: 40px;
    margin-bottom: 40px;
}

.packages-wrapper .readmore a {
    background: #2b65a5;
    text-decoration: none;
    color: #fff;
    padding-left: 25px;
    padding-right: 25px;
}

.packages-wrapper .readmore a:hover,
.packages-wrapper .readmore a:active {
    color: #ffffff;
    background: #23548a;
}

.packages-wrapper .package-heading {
    height: 150px;
}

.packages-wrapper .pkg {
    border: 1px solid #ECECEC;
    border-bottom: 15px solid #ececec;
    -webkit-box-shadow: 0px 30px 28px -27px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 30px 28px -27px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 30px 28px -27px rgba(0, 0, 0, 0.75);
    margin-bottom: 25px;
}

.buy-domain .text-container {
    margin-bottom: 60px;
}

.transfer-domain .trans-features {
    margin-bottom: 50px;
}

.transfer-domain .trans-features .feat {
    padding-bottom: 15px;
}

#footer {
    background: #1b1a1b;
    margin-top: 20px;
}

#footer p {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
}

#footer .social a {
    color: #fff;
    margin-right: 10px;
}

.inner-title {
    font-size: 2.0rem;
    color: #b72d26;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 30px;
}

.inner-title i {
    color: #000;
    font-size: 22px;
    vertical-align: top;
    margin-top: 6px;
    display: inline-block;
}

.vps-include {}

.addons {
    background: #EBEBEB;
}

.addons .addons-title {
    color: #fff;
    padding-bottom: 5px;
    padding-top: 1px;
    background: #1a191a;
}

.addons .addons-title h2 {
    margin-top: 10px;
    font-weight: bold;
}

.vps-include h3 {
    color: #2b65a5;
    font-weight: 600;
    margin-bottom: 4%;
}

.addons .add-on h3 {
    color: #2496ff;
    font-weight: 600;
    font-size: 1.17rem;
}

.add-on img {
    width: 35%;
}

.add-on .img-container {
    height: 75px;
}

.addons .add-on {
    padding-top: 30px;
    padding-bottom: 60px;
    border-right: 1px solid #a7a9ac;
}

.addons .add-on:first-child {
    border-left: 1px solid #a7a9ac;
}

.addons .add-on:hover {
    background: #f6f6f6;
}

.addons p {
    min-height: 50px;
}

.vps-include h4 {
    color: #1a191a;
    font-size: 17px;
    font-weight: 600;
}

.vps-include .inc {
    margin-bottom: 40px;
}

.pckgs {
    background: #fff;
    padding-bottom: 35px;
}

.pckgs .pkg-title h2 {
    color: #b72d26;
    font-weight: 600;
    padding-left: 25px;
}

.pckgs .vps-pk {
    margin-top: 35px;
}

.pckgs .pkg-price h2 {
    color: #1a191a;
    font-weight: 600;
    padding-left: 20px;
}

.ssl-title {
    margin-top: 30px;
    margin-bottom: 10px;
}

.pckgs .pkg-price span {
    font-size: 18px;
}

.pckgs .offer p {
    margin-bottom: 0px;
}

.pckgs .pkg-spec {
    padding-left: 35px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.pkg-spec h4 {
    margin-bottom: 5px;
}

.pckgs .offer {
    margin-top: 5px;
    margin-bottom: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    background: #b72d26;
    color: #fff;
}

.pckgs .order-btn .btn {
    border: none !important;
    color: #fff !important;
    background: #226fbe;
    border-radius: 0;
    padding-top: 15px !important;
    display: block;
    font-size: 18px;
    padding-bottom: 15px !important;
}

.pckgs .order-btn .btn:hover {
    background: #b72d26;
}

.pckgs .order-btn .btn.btn-4c:before {
    top: 9px !important;
}

.pckgs .vps-pk {
    background: #EBEBEB;
}

.inner-title svg {
    float: left;
    margin-right: 20px;
    margin-top: 13px;
}

.inner-title svg path,
.inner-title svg polygon {
    fill: #1a191a;
}

.planlist {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 2em;
}

.planlist .col1 {
    border-right: 1px solid #ccc;
    text-align: center;
}

.planlist .plantitle {
    border-bottom: 2px solid #2b65a5;
}

.planlist .plan-price {
    font-size: 1.95em;
    color: #b72d26;
}

.planlist .col2 {
    padding: 20px 0;
}

.planlist .col2 ul {
    list-style: none;
    float: left;
}

.planlist .col2 ul li {
    list-style: none;
    width: 50%;
    display: inline-block;
    float: left;
    padding-top: .4em;
    padding-bottom: .4em;
}

.planlist .col2 ul li:before {
    font-family: FontAwesome;
    content: "\f00c";
    margin-right: 10px;
    color: #59a345;
    min-width: 15px;
    display: inline-block;
}

.planlist .col3 {
    text-align: center;
}

.planlist .col3 a {
    padding: 10px 20px;
    color: #fff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.24);
}

.planlist .col3 a:hover {
    opacity: 0.9;
    background: #b72d26;
}

.planlist .col3 a.red:hover {
    opacity: 0.9;
    background: #2b65a5;
}

div.planlist:nth-child(odd) {
    background: #f3f3f3;
}

.plan-price.hide {
    display: none;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.breadcrumb {
    margin: 0px;
    padding: 8px 0px;
    color: #fff;
    border-radius: 0px;
    background: #ebebeb;
}

.breadcrumb a {
    color: #fff;
}

.domainsearch {
    padding: 80px 10px;
    background: url('../images/domain-bg.jpg');
    background-size: cover;
}

.domainsearch.whois {
    background: url('../images/whois-bg.jpg');
}

.domainsearch h2 {
    color: #fff;
    margin-top: 0px;
    margin-bottom: 40px;
}

.embed-submit-field {
    position: relative;
}

input.submitdomin {
    border: none;
    position: absolute;
    right: 5px;
    top: 4px;
}

h3.pricetitle {
    color: #fff;
    margin-bottom: 20px;
}

.domainpricerow {
    padding: 10px;
}

.domainpricerow.gray {
    background: #f4f4f4;
}

.domainpricerow .item:last-child {
    border: 0;
}

.domainpricerow .item {
    border-right: 1px solid #ddd;
}

.note {
    font-size: 12px;
}

.currencychooser {
    margin-bottom: 20px;
}

.buy-domain {
    background: #fff;
    margin-bottom: 25px;
}

.transfer-domain {
    background: #fff;
}

.contact-wrapper {
    background: #fff;
}

.contact-wrapper>.container {
    padding-bottom: 25px;
}

.phone .icon-mail {
    display: inline-block;
    font-size: 23px;
    vertical-align: super;
    border: 2px solid #000;
    border-radius: 20px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.phone .icon-phone {
    display: inline-block;
    font-size: 23px;
    vertical-align: super;
    border: 2px solid #000;
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.phone .text {
    color: #2b65a5;
}

.phone .icon-text {
    display: inline-block;
    padding-left: 10px;
}

.form-subscribe button {
    border-radius: 0px;
    height: 45px;
}

.form-subscribe input {
    border-radius: 0px;
    height: 45px;
}

.vert-border {
    border-left: 2px solid #ccc;
    height: 120px;
}

.buy-domain .buy-domain-img {
    margin: 20px auto;
    text-align: center;
    width: 80%;
}

.transfer-domain .transfer-domain-img {
    margin: 20px auto;
    text-align: center;
}

.buy-domain h3,
.transfer-domain h3 {
    color: #b72d26;
}

.buy-domain h4,
.transfer-domain h4 {
    color: #2b65a5
}

.italic {
    font-style: italic;
}

.buy-domain i,
.transfer-domain i {
    color: #67C9E6;
    font-size: 21px;
    text-align: left;
    margin-left: -10px;
}

.pre-border {
    height: 2px;
    border-top: 4px solid #444444;
    margin-bottom: 4px;
    margin-top: 70px;
}

.pre-footer {
    background-color: #444444;
    padding-top: 35px;
    padding-bottom: 10px;
    position: relative;
}

.middle-logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: -10px;
}

.middle-logo img {
    width: 105px;
    height: 105px;
}

.links .text {
    color: #ccc;
    font-size: 13px;
    font-weight: 400;
}

.links h3 {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.links img {
    margin: 20px auto;
}

.links li {
    line-height: 25px;
}

.links a {
    text-decoration: none;
    color: #ccc;
    font-size: 13px;
}

.links .icon-phone i {
    display: inline-block;
    font-size: 16px;
}

.links .icon-mail i {
    font-size: 13px;
}

.links .icon-text {
    display: inline-block;
}

.links .dropdown {
    display: inline-block;
}

.links .dropdown-menu {
    border-radius: 0px;
    min-width: auto;
    width: 35px;
    bottom: 132%;
    top: auto;
}

.links .dropdown-menu>li>a {
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    padding: 3px 0px;
}

.links .dropdown-menu>li>a:focus,
.links .dropdown-menu>li>a:hover {
    background: #1a191a;
    color: #fff;
}

.links .lang-btn {
    margin-top: -8px;
    padding-left: 10px;
    border-radius: 0px;
    background: #1a191a;
    color: #fff;
    font-weight: bold;
    width: 35px;
    height: 35px;
    margin-right: 7px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    font-size: 24px;
}

.links .client-btn {
    background: #b72d26;
    color: #fff;
    font-weight: bold;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    line-height: 41px;
}

.links .client-btn i {
    vertical-align: baseline;
    font-size: 24px;
    line-height: 35px;
}

.links .support-btn {
    display: inline-block;
    background: #2b65a5;
    color: #fff;
    font-weight: bold;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 41px;
}

.links .support-btn i {
    vertical-align: baseline;
    font-size: 24px;
    line-height: 35px;
}

.application-benefit .benefit-title {
    margin-bottom: 25px;
}

.application-benefit .ser h3 {
    font-weight: bold;
    color: #1a191a;
}

.application-benefit {
    margin-bottom: 0px;
    background: #efefef;
}

.call-action {
    margin-bottom: 80px;
    padding-top: 50px;
    border-top: 20px solid #2e6da4;
}

.call-action p {
    margin-bottom: 35px;
    font-size: 20px;
}

.call-action a {
    background: #226fbe;
    padding: 5px 30px;
    color: #fff;
}

.ser {
    height: 230px;
}

.application-benefit h2 {
    color: #2d67a5;
    font-weight: bold;
    padding-top: 40px !important;
    margin-top: 0px;
    padding-bottom: 10px;
}

.application-benefit .img-container {
    height: 70px;
    text-align: center;
}

.application-benefit .img-container img {
    margin: 5px auto;
}

.links a:hover {
    text-decoration: none;
    color: #fff;
}

.inc i {
    font-weight: bold;
    font-size: 11px;
}

.links i {
    color: #fff;
    font-size: 12px;
}

.footer-logo {
    width: 60%;
    margin-top: 8%;
}

.footer {
    background: #353535;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 13px;
}

.social i {
    color: #fff;
    margin-right: 10px;
    transition: all .3s ease-in-out;
}

.footer .social i:hover {
    transform: scale(1.5);
    color: #ccc;
}

.footer p {
    padding: 0px;
}

.header-content {
    text-align: left;
}

.header-content h1 {
    color: #2b65a5;
    text-shadow: none;
    text-align: left;
}

.header-content li {
    min-height: auto !important;
    line-height: 45px;
    color: #fff;
    font-size: 24px;
}

.header-content i {
    font-size: 18px;
    color: #2b65a5;
    font-weight: bold;
}

.header-content .btn-read {
    margin-top: 20px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 20px;
    background: #2b65a5;
    color: #fff;
}

.breadcrumb li,
.breadcrumb a {
    color: #2b65a5;
}

.breadcrumb .home a {
    color: #fff;
}

.breadcrumb .home {
    position: absolute;
    left: 15px;
    color: #fff;
    background: #2b65a5;
    padding-left: 10px;
    padding-right: 11px;
    padding-top: 0px;
    top: 0;
    padding-bottom: 3px;
    font-size: 25px;
}

.container.grey {
    margin-top: 25px;
}

.breadcrumb .first {
    margin-left: 60px;
}

.spec1 {
    text-align: center;
}

.spec1 img {
    height: 35px;
    margin: 0 auto;
    display: block;
    margin-bottom: 5px;
}

.spec1 span {
    font-size: 14px;
    font-weight: 600;
}

.planlist-wrapper {
    display: block;
    clear: both;
    background: #EBEBEB;
    border-bottom: 1px solid #fff;
    margin-right: 0px;
    margin-left: 0px;
}

.application-services .service-title {
    background: #585858;
    padding-bottom: 5px;
    padding-top: 1px;
    /* margin-top: 40px; */
    margin-bottom: 30px;
}

.application-services .ser .img-container {
    height: 78px;
    text-align: center !important;
}

.application-services .ser h3 {
    color: #2b65a5;
    font-size: 22px;
    font-weight: bold;
}

.application-services .ser img {
    margin: 0px auto;
    text-align: center;
}

.application-services {
    background: #fff;
}

.application-services .service-title h2 {
    color: #fff;
    margin-top: 10px;
    font-weight: bold;
}

.currency img {
    vertical-align: baseline;
}

.inc li {
    line-height: 40px;
    font-size: 13px;
}

.pckg-include {
    background: url('../images/individul-icons/Packages-BG.jpg');
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.supported-cms {
    margin-bottom: 50px;
}

.supported-cms .container {
    padding-bottom: 55px;
}

.supported-cms .img1,
.supported-cms .img2,
.supported-cms .img3 {
    padding-top: 25px;
}

.home {
    position: relative;
}

.breadcrumb>li+li:before {
    content: "";
}

.vps .header-icon-container {
    margin: 70px auto;
}

.vps .header-icon-container img {
    width: 80%;
}

.home:before {
    content: "\A";
    border-style: solid;
    border-width: 19px 15px 19px 0;
    border-color: transparent #2b65a5 transparent transparent;
    position: absolute;
    left: 44px;
    transform: rotateY(180deg);
}

.supported-cms .img1 img {
    width: 180px;
    margin: 5px auto;
}

.supported-cms .img2 {
    text-align: center;
}

.pckg-include h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

.supported-cms .img2 img {
    margin: 0 auto;
    height: 60px;
}

.supported-cms .img3 img {
    width: 180px;
    margin: 5px auto;
}

.plan-title p {
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
}

.benefits .benefit-title {
    background: #b72d26;
    padding-top: 1px;
    padding-bottom: 5px;
    color: #fff;
}

.benefits .benefit {
    padding-top: 25px;
    padding-bottom: 25px;
}

.domain-addons .addon-title {
    background: #1a191a;
    padding-top: 1px;
    padding-bottom: 5px;
    color: #fff;
}

.domain-addons .addon:first-child {
    border-left: 1px solid #ccc;
}

.domain-addons .addon p {
    min-height: 80px;
}

.domain-addons button.btn-order-domain {
    box-shadow: none;
    border: none;
    padding-left: 40px;
    padding-right: 40px;
    background: #406a80;
    text-transform: none;
    font-weight: bold;
    font-size: 15px;
}

.domain-addons .addon {
    padding-top: 25px;
    padding-bottom: 25px;
    border-right: 1px solid #ccc;
}

.domain-addons .img-container {
    height: 70px;
}

.benefits .img-container {
    height: 100px;
}

.benefits h3 {
    color: #333;
    font-weight: bold;
}

.domain-addons .img-container img,
.benefits .img-container img {
    margin: 10px auto;
    height: 100%;
}

.benefit p {
    color: #777;
    text-align: justify;
}

.benef .domain-addons,
.benefits {
    background: #e8e8e8;
}

.domain-addons h3 {
    font-size: 19px;
    color: #2496ff;
    font-weight: bold;
}

.btn-4 {
    border-radius: 50px;
    border: 2px solid #b72d26 !important;
    color: #b72d26 !important;
    overflow: hidden;
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 6px 35px !important;
    display: inline-block;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.planlist-wrapper .plan-title h3 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #b72d26;
    font-weight: bold;
    font-size: 17px;
    padding: 0px 10px;
    margin: 0;
}

.planlist-wrapper .plan-title {
    border-right: 1px solid #fff;
    text-align: center;
    padding: 0px 0px;
}

.planlist-wrapper .price h3 {
    margin-top: 0px;
    color: #2b65a5;
    font-size: 20px;
    font-weight: bold;
}

.planlist-wrapper .price {
    margin: 0 auto;
    text-align: center;
    padding: 36px 0px;
    background-image: linear-gradient(to left, transparent, transparent 50%, #2b65a5 50%, #2b65a5);
    background-position: 100% 0;
    background-size: 200% 100%;
    transition: all .25s ease-in;
}

.specs {
    padding: 25px 0px;
}

.planlist-wrapper .price span {
    padding-left: 7px;
    padding-right: 5px;
    text-align: right;
    background-color: #fff;
    color: #2b65a5;
    border-radius: 25px;
    padding-top: 0;
    vertical-align: baseline;
    display: inline-block;
    line-height: 25px;
}

.planlist-wrapper .price i {
    font-size: 12px;
    vertical-align: baseline;
}

.btn-order {
    border-radius: 25px;
    padding-right: 4px;
}

.btn-order a {
    text-decoration: none;
    color: #fff;
}

.btn-order:hover a,
.btn-order a:hover {
    color: #2B64A5;
}

.planlist-wrapper .btn-order {
    border-radius: 25px;
    padding-right: 4px;
    color: #fff;
    background-color: #2e6da4;
    border-color: #2e6da4;
    font-weight: bold;
}


/* Menu*/

.menu-btn {
    width: 45px;
    height: 37px;
    right: 12px !important;
    left: auto;
    top: 5px;
    display: inline-block;
    position: absolute;
    cursor: pointer;
    padding: 0;
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .3s ease;
    /* background: #1a191a; */
    z-index: 99990;
}

#nav-icon2 {
    width: 31px;
    height: 30px;
    position: relative;
    margin: 9px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    /* box-shadow: 1px 1px 0 rgba(0,0,0,0.2); */
}

#nav-icon2 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 50%;
    background: #000;
    opacity: 1;
    box-shadow: 1px 1px 0 #525252;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon2.open span {
    background: #fff;
    box-shadow: 1px 1px 0 #000;
}

#nav-icon2 span:nth-child(even) {
    left: 50%;
    border-radius: 0 0 0 0;
}

#nav-icon2 span:nth-child(odd) {
    left: 0px;
    border-radius: 0 0 0 0;
}

#nav-icon2 span:nth-child(1),
#nav-icon2 span:nth-child(2) {
    top: -2px;
}

#nav-icon2 span:nth-child(3),
#nav-icon2 span:nth-child(4) {
    top: 8px;
}

#nav-icon2 span:nth-child(5),
#nav-icon2 span:nth-child(6) {
    top: 18px;
}

#nav-icon2.open span:nth-child(1),
#nav-icon2.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),
#nav-icon2.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
    left: 5px;
    top: 7px;
}

#nav-icon2.open span:nth-child(2) {
    left: calc(50% - 0px);
    top: 7px;
}

#nav-icon2.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
    left: 5px;
    top: 20px;
}

#nav-icon2.open span:nth-child(6) {
    left: calc(50% - 0px);
    top: 20px;
}

.pushy {
    width: 100%;
}

.pushy-right {
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.firstlvl {
    border-bottom: 2px solid #5f5f63;
    margin-left: 8px;
    font-size: 15px !important;
    margin-top: 15px;
    color: #b3b3b1 !important;
}

.pushy-link,
.pushy-submenu button {
    border-bottom: 1px solid #b3b3b1;
    box-shadow: none;
    border-radius: 0;
}

.pushy {
    width: 250px;
}

.pushy ul {
    padding-left: 0px;
}

.pushy-submenu ul {
    padding-left: 10px;
}

.pushy-submenu ul li:last-child {
    margin-bottom: 20px;
}

.pushy-submenu ul a {
    padding: 10px 30px;
    font-size: 13px;
}

.pckgs .img-container {
    height: 50px;
}

.vps-include .inc .svg {
    margin: 0 auto;
    transition: ease-in-out;
    transition-duration: 0.4s;
    overflow: auto;
}

.vps-include .inc .svg:hover {
    transform: scale(1.2);
}

.vps-include .inc .svg:hover path {
    fill: #b72d26;
}

.vps-include .inc.private .svg .st0 {
    fill: transparent;
}

.vps-include .inc.private .svg:hover .st0 {
    stroke: #b72d26;
    fill: transparent;
}

.vps-include .inc .svg:hover .st1 {
    stroke: #b72d26;
    fill: transparent;
}

.vps-include .inc .svg:hover .st2 {
    stroke: #b72d26;
    fill: transparent;
}

.vps-include .inc .img-container {
    height: 65px;
}

.domain-addons .addon-title h2 {
    font-weight: bold;
    margin-top: 10px !important;
}


/* Container box to set the sides relative to */

.cube {
    /* width: 160px; */
    height: 50px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}


/* The two faces of the cube */

.default-state,
.active-state {
    height: 50px;
}


/* Position the faces */

.default-state {
    -webkit-transform: translateZ(25px);
    -moz-transform: translateZ(25px);
    -ms-transform: translateZ(25px);
    -o-transform: translateZ(25px);
    transform: translateZ(25px);
}

.flip-to-top .active-state {
    -webkit-transform: rotateX(90deg) translateZ(75px);
    -moz-transform: rotateX(90deg) translateZ(75px);
    -ms-transform: rotateX(90deg) translateZ(75px);
    -o-transform: rotateX(90deg) translateZ(75px);
    transform: rotateX(90deg) translateZ(75px);
}

.flip-to-bottom .active-state {
    -webkit-transform: rotateX(-90deg) translateZ(-50px);
    -moz-transform: rotateX(-90deg) translateZ(-50px);
    -ms-transform: rotateX(-90deg) translateZ(-50px);
    -o-transform: rotateX(-90deg) translateZ(-50px);
    transform: rotateX(-90deg) translateZ(-50px);
}


/* Rotate the cube */

.cube.flip-to-top:hover {
    -webkit-transform: rotateX(-89deg);
    -moz-transform: rotateX(-89deg);
    -ms-transform: rotateX(-89deg);
    -o-transform: rotateX(-89deg);
    transform: rotateX(-89deg);
}

.cube.flip-to-bottom:hover {
    -webkit-transform: rotateX(89deg);
    -moz-transform: rotateX(89deg);
    -ms-transform: rotateX(89deg);
    -o-transform: rotateX(89deg);
    transform: rotateX(89deg);
}


/* END CORE CSS */

.cube {
    text-align: center;
    margin: 0 auto;
}

.default-state,
.active-state {
    background: #2496ff;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    line-height: 50px;
    border-radius: 3.75em;
    -webkit-transition: background 250ms ease;
    -moz-transition: background 250ms ease;
    -o-transition: background 250ms ease;
    transition: background 250ms ease;
}

.cube:hover .default-state {
    background: #147ad8;
    cursor: pointer;
}

.m-t-50 {
    margin-top: 50px;
}

.gtld-btn {
    background: #b73027;
    padding: 5px 25px;
    color: #fff;
}

.gtld-btn:hover {
    text-decoration: none;
    background: #ab1309;
    color: #fff;
}

.active-state {
    background: #2476ff;
    cursor: pointer;
}

.cro-item {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #000;
    margin: 10px;
}

.cro-item .text-content {
    background: #2b65a5;
    color: #fff;
    padding-bottom: 1px;
    padding-top: 5px;
    margin-top: 10px;
}

.cro-item .btn-request {
    border-radius: 20px;
    border: 2px solid #b72d26;
    color: #b72d26;
    background: #fff;
    text-decoration: none;
    padding: 5px 45px;
    padding-right: 9px;
    margin: 0px auto;
    margin-top: 10px;
    display: inline-block;
}

.cro-item .btn-request:hover {
    background: #b72d26;
    color: #fff;
}

.cro-item .btn-request:hover i {
    color: #fff;
}

.cro-item .btn-request i {
    font-size: 12px;
    color: #b72d26;
    padding-left: 19px;
}

.exp small {
    color: #fff;
}

.cro-item h3 {
    margin-bottom: 5px !important;
    margin-top: 0px !important;
    font-size: 14px;
}

.cro-item h4 {
    margin-top: 0px;
    font-size: 16px;
}

.owl-nav .owl-prev {
    right: -18px;
    position: absolute;
    top: 40%;
    background: rgba(236, 236, 236, 0.7);
    padding-left: 20px;
    border-radius: 50%;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    color: #fff;
    background: rgba(236, 236, 236, 0.9);
}

.domains-table .domain-price a {
    text-decoration: none;
    color: #2b65a5;
}

.domain-name-transfer a {
    text-decoration: none;
    color: #2b65a5;
}

.domain-name-search .btn-check:hover {
    background: #2b65a5;
    color: #fff;
}

.domain-name-search .btn-check {
    box-shadow: none;
    border-radius: 5px;
    padding-left: 30px;
    padding-right: 30px;
    border: 2px solid #2b65a5;
    color: #2b65a5;
    background: #fff;
    font-weight: bold;
}

.domain-name-search .domain-name {
    background: #ebebeb;
    border: 1px solid #ebebeb;
    height: 46px;
}

.domains-table {
    margin-top: 45px;
    margin-bottom: 20px;
}

.domains-table table {
    box-shadow: 0px 2px 6px #ccc;
}

.domains-table tbody {
    font-size: 17px;
}

.domain-name-search img {
    width: 80%;
    margin: 15px auto;
}

.domain-name-search h3 {
    color: #2b65a5;
    margin-bottom: 45px;
}

.domains-table .domain-expiry p {
    color: #585858;
    margin-top: 10px;
}

.domains-table .domain-price p {
    margin-top: 10px;
}

.domains-table tr:hover .domain-name {
    color: #b72d26;
}

.domains-table tr:hover .domain-price {
    background: #b72d26;
}

.domains-table tr:hover .domain-price a {
    color: #fff;
}

.domains-table .domain-name small {
    color: #a7a9ac;
}

.domains-table thead {
    color: #fff;
    background: #2b65a5;
}

.domains-table .domain-name p {
    margin-bottom: 0px;
}

.domains-table .pricing-head {
    background: #2f75bf;
}

.owl-nav .owl-next {
    left: -18px;
    position: absolute;
    top: 40%;
    background: rgba(236, 236, 236, 0.7);
    padding-left: 20px;
    border-radius: 50%;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cro-item img {
    height: 80px !important;
}

.cro-item .img-container {
    height: 85px !important;
    margin: 0 auto;
}

.application-benefit .app-ben {
    font-weight: bold;
    color: #1a191a;
}

.location-map {
    height: 600px;
    position: relative;
}

.map-container h2 {
    color: #2b65a5;
    font-weight: bold;
    margin-top: 50px;
}

.location-map .map {
    background: url('../images/map-grey.svg') no-repeat center center;
    background-size: cover;
    height: 580px;
    width: 1174px;
}

.location {
    position: absolute;
    z-index: 998;
    height: 12px;
    width: 12px;
}

.location-paris .location-name {
    top: -60px;
    left: 50px;
}

.location-germany {
    top: 78px;
    left: 704px;
}

.location-germany .location-name {
    top: -60px;
    left: 50px;
}

.location-germany .location-name:after {
    top: 45px;
    left: -52px;
    width: 65px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.location-czech {
    top: 130px;
    left: 754px;
}

.location-czech .location-name {
    top: -60px;
    left: 50px;
}

.location-czech .location-name:after {
    top: 45px;
    left: -52px;
    width: 65px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.location-poland {
    top: 67px;
    left: 754px;
}

.location-poland .location-name {
    top: -50px;
    left: 107px;
}

.location-poland .location-name:after {
    top: 33px;
    left: -103px;
    width: 139px;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

.location-london .location-name {
    bottom: 47px;
    right: 49px;
}

.location-chicago .location-name {
    bottom: 70px;
    left: 70px;
}

.location-new-york .location-name {
    bottom: 28px;
    left: 28px;
}

.location-tur .location-name:after {
    top: 50%;
    left: -60px;
    width: 60px;
}

.location-tur {
    top: 189px;
    left: 635px;
}

.location-tur .location-name {
    top: -9px;
    left: 60px;
}

.location-syr .location-name {
    top: -9px;
    left: -137px;
}

.location-syr .location-name:after {
    top: 50%;
    left: 61px;
    width: 79px;
}

.location-syr {
    top: 216px;
    left: 660px;
}

.location-hkg .location-name {
    top: -9px;
    left: 85px;
}

.location-hkg .location-name:after {
    top: 50%;
    left: -74px;
    width: 110px;
}

.location-hkg {
    top: 246px;
    left: 896px;
}

.location-rs .location-name {
    top: -9px;
    left: 85px;
}

.location-rs .location-name:after {
    top: 50%;
    left: -74px;
    width: 110px;
}

.location-rs {
    top: 107px;
    left: 896px;
}

.location-aut .location-name {
    top: -9px;
    left: -117px;
}

.location-aut .location-name:after {
    top: 50%;
    left: 11px;
    width: 110px;
}

.location-aut {
    top: 438px;
    left: 1014px;
}

.location-ksa .location-name {
    top: 65px;
    left: -63px;
}

.location-ksa .location-name:after {
    top: -67%;
    left: 10px;
    width: 78px;
    -webkit-transform: rotate(-65deg);
    transform: rotate(-65deg);
}

.location-uae {
    top: 250px;
    left: 717px;
}

.location-uae .location-name {
    top: 65px;
    left: 25px;
}

.location-uae .location-name:after {
    top: -72%;
    left: -35px;
    width: 78px;
    -webkit-transform: rotate(-120deg);
    transform: rotate(-120deg);
}

.location-pak {
    top: 210px;
    left: 793px;
}

.location-pak .location-name {
    top: -90px;
    left: -8px;
}

.location-pak .location-name:after {
    top: 56px;
    left: -25px;
    width: 78px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.location-ind {
    top: 271px;
    left: 790px;
}

.location-ind .location-name {
    top: 65px;
    left: 60px;
}

.location-ind .location-name:after {
    top: -28px;
    left: -60px;
    width: 100px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}

.location-ksa {
    top: 250px;
    left: 683px;
}

.location-london {
    top: 134px;
    left: 525px;
}

.location-paris {
    top: 154px;
    left: 538px;
}

.location-chicago {
    top: 200px;
    left: 267px;
}

.location-new-york {
    top: 210px;
    left: 288px;
}

.location-atlanta {
    top: 234px;
    left: 276px;
}

.location-miami {
    top: 265px;
    left: 288px;
}

.location-dallas {
    top: 238px;
    left: 232px;
}

.location-dallas .location-name {
    bottom: 122px;
    right: -48px;
}

.location-miami .location-name {
    top: 29px;
    left: 30px;
}

.location-los-angeles {
    top: 232px;
    left: 164px;
}

.location-can {
    top: 175px;
    left: 574px;
}

.location-can .location-name {
    bottom: -10px;
    right: 44px;
}

.location-los-angeles .location-name {
    top: 78px;
    right: -64px;
}

.location-can .location-name:after {
    bottom: 15px;
    right: -41px;
    width: 58px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.location-los-angeles .location-name:after {
    left: 44%;
    top: -70px;
    height: 70px;
    width: 1px;
}

.location-dallas .location-name:after {
    left: 46%;
    bottom: -115px;
    height: 126px;
    width: 1px;
}

.location-miami .location-name:after {
    top: -10px;
    left: -30px;
    width: 40px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.location-name {
    position: absolute;
    z-index: 999;
    display: block;
    height: 28px;
}

.location-name span {
    display: block;
    height: 28px;
    padding: 0 10px;
    background-color: #1e88e4;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    white-space: nowrap;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 20px -5px rgba(11, 27, 38, 0.2);
    box-shadow: 0 5px 20px -5px rgba(11, 27, 38, 0.2);
}

.location-mob-name span {
    display: inline-block;
    height: 28px;
    padding-left: 10px;
    color: #2b65a5;
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
}

.location-map-mobile {
    margin-bottom: 30px;
}

.location-atlanta .location-name {
    top: -9px;
    left: 110px;
}

.location-atlanta .location-name:after {
    top: 50%;
    left: -100px;
    width: 100px;
}

.location-chicago .location-name:after {
    bottom: -31px;
    left: -75px;
    width: 90px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.location-new-york .location-name:after {
    bottom: -10px;
    left: -24px;
    width: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.location-london .location-name:after {
    bottom: -22px;
    right: -55px;
    width: 66px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.location-name:after {
    position: absolute;
    z-index: -1;
    display: block;
    content: "";
    height: 0.8px;
    width: 20px;
    background-color: #545a5e;
}

.location-paris .location-name:after {
    top: 45px;
    left: -52px;
    width: 65px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.location-pin {
    position: relative;
    z-index: 999;
    display: block;
    height: 12px;
    width: 12px;
}

.location-pin:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    height: 22px;
    width: 22px;
    margin: -11px 0 0 -11px;
    -webkit-animation: pulsate 2s linear;
    animation: pulsate 2s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.location-pin-map {
    position: relative;
    z-index: 999;
    display: inline-block;
    height: 12px;
    width: 12px;
    background: #1e88e4;
    border-radius: 50%;
}

.location-pin-map:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    height: 22px;
    width: 22px;
    margin: -11px 0 0 -11px;
    -webkit-animation: pulsate 2s linear;
    animation: pulsate 2s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background: #1e88e4;
    border-radius: 50%;
}

.price-red {
    height: 100%;
}

.price-red a {
    position: relative;
    top: 40%;
    transform: translateY(-50%);
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0);
        opacity: .05;
    }
    20% {
        -webkit-transform: scale(0.7);
        opacity: .1;
    }
    40% {
        -webkit-transform: scale(0.9);
        opacity: .2;
    }
    60% {
        -webkit-transform: scale(1.1);
        opacity: .3;
    }
    100% {
        -webkit-transform: scale(1.4);
        opacity: 0;
    }
}

@keyframes pulsate {
    0% {
        transform: scale(0);
        opacity: .05;
    }
    20% {
        transform: scale(0.7);
        opacity: .1;
    }
    40% {
        transform: scale(0.9);
        opacity: .2;
    }
    60% {
        transform: scale(1.1);
        opacity: .3;
    }
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.6, .6, .6);
        transform: scale3d(.6, .6, .6);
    }
    to {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.6, .6, .6);
        transform: scale3d(.6, .6, .6);
    }
    to {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    transition: opacity 300ms ease-out transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 0;
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        transform: scale3d(1.2, 1.2, 1.2);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes zoomOut {
    from {
        opacity: 0;
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        transform: scale3d(1.2, 1.2, 1.2);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
    transition: opacity .15s ease-out transform .25s cubic-bezier(0.23, 1, 0.32, 1);
}

.location-pin,
.location-pin:after {
    background-color: #1e88e4;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.full-justify {
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
}

.text-justify {
    text-align: justify;
}

.ben {
    margin-bottom: 25px;
}

.application-benefit .benefit-title h2 {
    margin-top: 0px;
}

.host-spe {
    padding-bottom: 10px;
}

.host-spe a {
    color: #585858;
    font-size: 14px;
}

.inner-header-wrapper.register-domain.whois {
    min-height: calc(100vh - 373px);
}

@media only screen and (max-width: 1365px) {
    .digimeg-sub-nav>li {
        height: 300px;
    }
    .otls-feature .feature-container h3 {
        margin-left: 5px;
        margin-right: 5px;
    }
    .pckgs .pkg-title h2,
    .pckgs .pkg-price h2 {
        font-size: 25px;
    }
    .otls-feature li {
        padding-left: 0;
    }
    .otls-feature i {
        padding-right: 2px;
    }
    .inner-header-wrapper.email-hosting {
        height: auto;
        padding-bottom: 25px;
    }
    .inner-header-wrapper.email-hosting h3 {
        margin-top: 55px;
    }
    .links h3 {
        font-size: 14px;
    }
    .pre-footer {
        padding-top: 45px;
    }
    .slider-content .btn-read {
        font-size: 16px;
        margin-top: 5px;
    }
    .slider-content li {
        font-size: 18px;
    }
    .slider-content {
        padding-top: 5px;
    }
    .slider-inner {
        padding: 5px 0 23px;
    }
    .slider-content h1 {
        font-size: 25px;
    }
    .transfer-img {
        width: 100%;
    }
    .plan-head h3 {
        font-size: 20px;
    }
    .buy-domain .buy-domain-img {
        width: 32%;
    }
    .phone .icon-mail {
        font-size: 15px;
        padding-left: 6px;
        padding-right: 7px;
        padding-top: 1px;
        padding-bottom: 3px;
    }
    .icon-text {
        font-size: 12px;
    }
    .phone .icon-phone {
        font-size: 15px;
        padding-left: 7px;
        padding-right: 7px;
        padding-top: 2px;
        padding-bottom: 2px;
    }
}

@media only screen and (max-width: 1365px) and (orientation:landscape) {
    .buy-domain .buy-domain-img {
        width: 100% !important;
        margin: 70px auto;
    }
    .hosting-wrapper .plans-wrapper .price span {
        font-size: 45px !important;
    }
    .otls-feature li {
        padding-left: 0px;
    }
    .pckgs .pkg-title h2 {
        font-size: 26px;
    }
    .specs ul li {
        font-size: 0.9rem;
    }
}

@media only screen and (max-width: 1112px) {
    .location-map {
        margin-left: -119px;
        margin-top: -15px;
        transform: scale(0.80);
    }
    .digimeg-nav-wrap .digimeg-main-nav li a {
        padding: 37px 16px 0 16px;
        font-size: 16px;
    }
    .plan-block {
        padding: 10px 15px 40px;
    }
    .plan-head p {
        font-size: 17px;
    }
    .buy-domain .buy-domain-img {
        width: 85%;
        margin-top: 80px;
    }
    .plugins-img {
        height: 430px;
    }
    .inner-header-wrapper.individ-host-inter {
        height: 225px;
    }
    .inner-header-wrapper.individ-host-advance .header-content {
        margin: 70px auto !important;
    }
    .inner-header-wrapper.orsc img {
        margin: 45px auto;
    }
    .inner-header-wrapper.orsc h3 {
        margin-top: 53px;
    }
    .digimeg-nav-chunk2 {
        width: 30%;
    }
    .inner-header-wrapper.ssl h3 {
        margin-top: 75px;
    }
    .inner-header-wrapper.ssl img {
        margin: 37px auto;
    }
    .inner-header-wrapper.waf h3 {
        margin-top: 50px;
    }
    .digimeg-sub-nav>li {
        height: 320px;
    }
    .home-pkgs .plan-head p {
        font-size: 14px;
    }
}


/* iPads (landscape) ----------- */

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    /* Styles */
    .planlist-wrapper .price {
        background: #2b65a5;
    }
    .planlist-wrapper .price h3 {
        color: #fff;
    }
    .planlist-wrapper .btn-order {
        background: #fff;
        color: #2B64A5;
    }
    .planlist-wrapper .price span {
        background-color: #2b65a5;
        color: #fff;
    }
    .planlist-wrapper .btn-order a {
        color: #2B64A5;
    }
}

@media only screen and (max-width: 1023px) {
    .home-pkgs .plan-head p {
        font-size: 16px;
    }
    .price-red {
        padding: 25px 0px;
    }
    .planlist-wrapper .plan-title h3 {
        margin: 40px auto 20px auto;
        top: auto;
    }
    .specs p {
        padding-top: 25px;
    }
    .planlist-wrapper .price {
        background: #2b65a5;
    }
    .planlist-wrapper .price h3 {
        color: #fff;
    }
    .planlist-wrapper .btn-order {
        background: #fff;
        color: #2B64A5;
    }
    .planlist-wrapper .price span {
        background-color: #2b65a5;
        color: #fff;
    }
    .planlist-wrapper .btn-order a {
        color: #2B64A5;
    }
    .spec1,
    .specs {
        padding: 0px;
    }
    .inner-header-wrapper.waf img {
        width: 85%;
        margin: 75px auto;
    }
    .inner-header-wrapper.ucg-backup img {
        width: 96%;
        margin: 112px auto;
    }
    .why-ssl img {
        height: 70px;
        width: 70px;
    }
    .why-ssl p {
        text-align: justify;
    }
    .inner-header-wrapper.ssl img {
        width: 75%;
        margin: 80px auto;
    }
    .inner-header-wrapper.ssl h3 {
        margin-top: 75px;
    }
    .inner-header-wrapper.otls h3 {
        margin-top: 45px;
    }
    .inner-header-wrapper.orsc img {
        width: 90%;
        margin: 95px auto;
    }
    .inner-header-wrapper.dedicated img {
        width: 80%;
        margin: 100px auto;
    }
    .header-content {
        text-align: justify;
    }
    .vps h3 {
        margin-top: 55px;
    }
    .vps .header-icon-container {
        margin: 100px auto;
    }
    .plugins-img {
        height: 350px;
    }
    .price-val {
        font-size: 40px !important
    }
    .plans-wrapper .box .summary .price {
        font-size: 21px;
    }
    .domain-name-search img {
        margin: 38px auto 0 auto;
    }
    .plan-block {
        padding: 10px 50px 40px;
    }
    .buy-domain .buy-domain-img {
        width: 44%;
        margin-top: 0
    }
    .header-logo img {
        width: 100%;
    }
    .menu-btn {
        top: 15px;
    }
    .links .dropdown {
        width: 100%;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .links .lang-btn {
        width: 100%;
    }
    .links .dropdown-menu {
        width: 100%;
        margin-bottom: -20px;
    }
    .links .client-btn {
        width: 100%;
    }
    .links .support-btn {
        width: 100%;
        margin-top: 10px;
    }
    .backup-services .img-container {
        height: 155px;
    }
    .how-we-help img {
        margin: 25px auto;
    }
    /* .table-pckgs.table {
        width: 90%
    } */
    .feature-container {
        margin-bottom: 40px;
    }
    .otls-feature li {
        padding-left: 30px;
    }
    .pckgs .pkg-price h2 {
        font-size: 20px;
    }
    .pckgs .pkg-title h2 {
        font-size: 20px;
    }
    .pckgs .otls-pk .pkg-spec {
        padding-left: 26px !important;
    }
    .slider-wrapper .slide1,
    .slider-wrapper .slide2,
    .slider-wrapper .slide3 {
        background-size: cover !important;
        background-position: top;
    }
    .slider-wrapper {
        height: auto;
    }
    #homeSlider li {
        min-height: 300px;
    }
    #main-navigation .submenu .inner-list li {
        font-size: 13px;
    }
    .payments .header-content h1 {
        text-align: center !important;
        margin-top: 15px;
        margin-bottom: 20px;
        line-height: 40px;
    }
    .payments .inner-header-wrapper {
        height: auto;
    }
    .location-map {
        height: 500px;
        transform: scale(0.62);
        margin-left: -172px;
        margin-top: -67px;
    }
    .inner-header-wrapper.email-hosting {
        height: auto;
    }
    .inner-header-wrapper.email-hosting h3 {
        margin-top: 30px;
    }
    .includes .image-container img {
        height: 75%;
        margin: 25px auto;
    }
    .plans-wrapper .box .heading {
        text-align: center;
    }
    .add-on img {
        width: 68px !important;
    }
    .addons .add-on:first-child {
        border-left: none;
    }
    .addons .add-on:last-child,
    .addons .add-on:nth-child(3) {
        border-right: none;
    }
    .addons {
        padding-bottom: 30px;
    }
    .domain-addons .addon p {
        min-height: 115px;
    }
    .domain-addons h3 {
        font-size: 16px;
    }
    .benefits h3 {
        font-size: 20px;
    }
    .transfer-domain .transfer-domain-img {
        width: 50%;
    }
    .header-content h1 {
        font-size: 1.8rem;
        text-align: left;
    }
    .header-content li {
        min-height: auto !important;
        line-height: 22px;
        color: #fff;
        font-size: 17px;
    }
    .header-content .btn-read {
        margin-top: 0;
        padding-left: 35px;
        padding-right: 35px;
        font-size: 15px;
    }
    .inner-header-wrapper {
        height: 200px;
    }
    .inner-title {
        font-size: 1.5rem;
    }
    .inc li {
        font-size: 11px;
    }
    .planlist-wrapper {
        margin-bottom: 20px;
    }
    .spec1 {
        padding-bottom: 20px;
    }
    .footer-logo {
        width: 100%;
        margin-top: 25%;
    }
}


/* iphone x */

@media only screen and (min-width: 375px) and (max-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .buy-domain .buy-domain-img,
    .domain-name-search img,
    .transfer-domain .transfer-domain-img {
        display: none;
    }
    .hosting-wrapper .plans-wrapper .price span {
        font-size: 35px !important;
    }
}

@media only screen and (max-width: 767px) and (orientation:landscape) {
    .table-pckgs.table {
        margin-top: 25px;
    }
    ul.list-unstyled.inc {
        padding-left: 45px;
    }
    .spec1 {
        padding: 0px;
    }
    .planlist-wrapper.ssl-wrapper .price {
        padding: 25px 0px;
    }
    .specs {
        padding: 0px;
    }
    .plan-block {
        padding: 10px 40px 40px;
    }
    .plugins-img {
        height: 320px;
    }
    .plans-wrapper {
        padding: 0px;
    }
    .location-mob {
        padding-left: 100px;
    }
    .backup-services img {
        width: 18%;
        margin: 46px auto;
    }
    .backup-services .img-container {
        height: 180px;
    }
    .transfer-table,
    .register-table {
        margin-top: 20px;
    }
    .how-we-help {
        text-align: center;
        padding-bottom: 25px;
        margin-bottom: 15px;
    }
    .plan-head p {
        font-size: 0.8rem;
    }
    .support-service img {
        width: 65%;
    }
    .how-we-help img {
        width: 15% !important;
        margin-top: 35px;
    }
    .orsc-feature h1 {
        font-size: 30px;
    }
    .otls-feature li {
        padding-left: 37%;
    }
    #header .head-info {
        width: 60%;
        margin: 0 auto;
    }
    .payments .payment-methods .separator {
        width: 100%;
    }
    .payments .cash-payments {
        text-align: center;
    }
    .payments .check-payments {
        margin-top: 15px;
        text-align: center;
    }
    .payments .payment-methods .img-container {
        float: none !important;
        height: 35px;
        margin-bottom: 5px;
    }
    .payments .payment-methods .skrill-img {
        margin-right: 25px;
    }
    .payments .border-right {
        border-right: none;
        border-bottom: 1px solid #efefef;
    }
    .payments .bank-info {
        text-align: center;
    }
    .payments .payment-methods .moneybooker-img {
        margin-left: 25px;
    }
    .payments .payment-methods .paypal-img {
        margin-top: 10px;
    }
    .includes .image-container img {
        height: 75%;
        margin: 25px auto;
    }
    .ben {
        height: auto;
        margin-bottom: 25px;
        border-bottom: 1px solid #333;
        padding-bottom: 20px;
    }
    .application-benefit {
        margin-bottom: 0;
    }
    .ser {
        height: auto;
        margin-bottom: 25px;
        border-bottom: 1px solid #bebebe;
        padding-bottom: 25px;
    }
    .ser:last-child {
        border-bottom: none;
    }
    .inner-header-wrapper.hosting {
        height: 160px !important;
    }
    .plans-wrapper .box .heading {
        text-align: center !important;
    }
    .inner-header-wrapper h1 {
        font-size: 2.1rem;
    }
    .domain-addons .addon-title h2 {
        margin-top: 7px;
        font-size: 25px;
        margin-bottom: 7px;
    }
    .domain-addons .addon {
        border-left: none !important;
        border-right: none;
        border-bottom: 1px solid #ccc;
    }
    .benefit-title h2 {
        margin-top: 7px;
        font-size: 25px;
        margin-bottom: 7px;
    }
    .benefits .benefit {
        border-bottom: 1px solid #fff;
    }
    .small-red {
        font-size: 12px;
    }
    .register-table .thead {
        font-size: 12px;
        padding-left: 2px;
        padding-right: 2px;
    }
    .register-table .price-table,
    .transfer-table .price-table {
        margin-top: 20px !important;
    }
    .pckgs .pkg-spec {
        min-height: 150px;
        margin-bottom: 0px;
        text-align: center;
    }
    .pckgs .pkg-title,
    .pckgs .pkg-price {
        text-align: center;
    }
    .addons .add-on:first-child {
        border-left: 0px;
    }
    .addons .add-on:last-child {
        border-right: 0px;
    }
    .contact-phone {
        float: left;
    }
    .contact-email {
        float: left;
        margin-left: 25%;
    }
    .spec1 {
        padding-bottom: 20px;
    }
    .planlist-wrapper {
        margin-top: 25px;
    }
    .inner-title {
        text-align: center;
    }
    .currencychooser {
        text-align: center;
        margin: 0 auto;
    }
    .currencychooser .btn-group {
        float: none !important;
    }
    .topnav {
        float: left;
    }
    .topmenu a {
        padding: 4px 4px 3px;
        font-size: 13px;
    }
    #nav-icon2 {
        width: 27px;
        height: 25px;
        position: relative;
        margin: 2px auto;
    }
    .packages-wrapper .package-body {
        min-height: 185px;
    }
    .logo img {
        width: 30%;
    }
    .menu-btn {
        top: 30px;
    }
    #header .language-select {
        margin-bottom: 15px;
    }
    .plans-inner .col-xs-12 {
        width: 50%;
    }
    .plans-inner .col-xs-12:nth-child(3) {
        border-left: none;
    }
    .plans-inner .plan-block {
        border-bottom: 1px solid #ccc;
    }
    .packages .container .col-xs-12 {
        width: 33.3333%;
    }
    .package-heading h1 {
        font-size: 28px;
    }
    .package-title h3 {
        font-size: 18px;
    }
    .package-body p {
        font-size: 14px;
    }
    .package-heading.bg2 img {
        width: 70%;
    }
    .transfer-img {
        width: 32%;
    }
    .buy-domain .buy-domain-img {
        width: 35%;
    }
    .icon-text {
        font-size: 15px;
    }
    .pre-border {
        margin-top: 0px;
    }
    .pre-footer {
        padding-top: 13px;
    }
    .links .dropdown {
        display: block;
        width: 32%;
        float: left;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .links .lang-btn {
        width: 100%;
        margin-top: 5px;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 22px;
    }
    .links .client-btn {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 34px;
        width: 32%;
        margin-left: 2%;
        float: left;
        margin-top: 5px;
    }
    .links .dropdown-menu {
        width: 100%;
        margin-top: -8px;
    }
    .links .support-btn {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 34px;
        width: 32%;
        float: left;
        margin-top: 5px;
    }
    .links .client-btn i,
    .links .support-btn i {
        vertical-align: middle;
        padding-right: 8px;
    }
    .footer .copyright {
        float: none !important;
        text-align: center;
    }
    .footer .social {
        float: none !important;
        text-align: center;
    }
    .domain-addons .addon p {
        min-height: auto;
    }
    .addons .add-on:nth-child(2),
    .addons .add-on:nth-child(4) {
        border-right: none;
    }
    .addons .add-on:nth-child(3) {
        border-right: 1px solid #a7a9ac;
    }
    .table-pckgs .blue-hover .mask {
        display: none;
    }
    .table-pckgs .blue-bg.order {
        margin-top: -20px;
        line-height: 50px;
        text-align: center;
    }
    .table-pckgs .blue-bg {
        background: #2b65a5;
    }
    .table-pckgs .blue-bg a {
        color: #fff;
    }
    .table-pckgs.table {
        display: block;
    }
    .table_row:nth-child(2n+3) {
        background: none;
    }
    .theader {
        display: none;
    }
    .table_row>.table_small>.table_cell:nth-child(odd) {
        display: table-cell;
        width: 50%;
    }
    .table_cell {
        display: table-cell;
        width: 50%;
    }
    .table_row {
        display: table;
        width: 100%;
        border-collapse: separate;
        padding-bottom: 20px;
        margin: 0 auto;
        text-align: center;
    }
    .table_small {
        display: table-row;
    }
    .even-row {
        background: #fff;
    }
    .table_row>.table_small>.table_cell {
        border-color: #ccc;
    }
    .table_row>.table_small:first-child>.table_cell:last-child {
        border-left: none;
    }
    .table_row>.table_small>.table_cell:first-child {
        border-left: #ccc 1px solid;
        color: #fff;
        background: #999;
    }
    .table_row>.table_small:first-child>.table_cell:first-child {
        border-top-left-radius: 0px;
        border-top: #ccc 1px solid;
    }
    .table_row>.table_small:first-child>.table_cell:last-child {
        border-top-right-radius: 0px;
        border-top: #ccc 1px solid;
    }
    .table_row>.table_small:last-child>.table_cell:first-child {
        border-right: none;
    }
    .table_row>.table_small>.table_cell:last-child {
        border-right: #ccc 1px solid;
    }
    .table_row>.table_small:last-child>.table_cell:first-child {
        border-bottom-left-radius: 0px;
    }
    .table_row>.table_small:last-child>.table_cell:last-child {
        border-bottom-right-radius: 0px;
    }
    .planlist-wrapper .price {
        background: #2b65a5;
    }
    .planlist-wrapper .price h3 {
        color: #fff;
    }
    .planlist-wrapper .btn-order {
        background: #fff;
        color: #2B64A5;
    }
    .planlist-wrapper .price span {
        background-color: #2b65a5;
        color: #fff;
    }
    .planlist-wrapper .btn-order a {
        color: #2B64A5;
    }
}

@media only screen and (max-width: 480px) {
    .inner-header-wrapper h3 {
        text-align: center !important;
    }
    .col-md-3.col-sm-3.col-xs-6.pkg-list {
        width: 100%;
    }
    .col-md-3.col-sm-3.col-xs-6.pkg-list ul {
        margin-bottom: 0;
    }
    .planlist-wrapper .btn-order a {
        color: #2B64A5;
    }
    .planlist-wrapper .price {
        background: #2b65a5;
    }
    .planlist-wrapper .price h3 {
        color: #fff;
    }
    .planlist-wrapper .btn-order {
        background: #fff;
        color: #2B64A5;
    }
    .planlist-wrapper .price span {
        background-color: #2b65a5;
        color: #fff;
    }
    .vps-include h3 {
        margin-bottom: 34px;
    }
    .vps-include h4 {
        font-size: 14px;
    }
    .addons .add-on h3 {
        font-size: 1.1rem;
    }
    .backup-services .first-text {
        text-align: justify;
    }
    .specs p {
        text-align: justify;
    }
    .padding-10 {
        padding-top: 17px !important;
    }
    .register-domain .header-content p {
        text-align: center;
    }
    .transfer-table .bordered-cell,
    .register-table .bordered-cell {
        padding-bottom: 8px;
    }
    .location-mob {
        padding-left: 30px;
    }
    .inner-header-wrapper.ssl.cloud h3 {
        margin-top: 20px;
    }
    .addons .add-on {
        border: none;
    }
    .plans-wrapper p {
        text-align: justify;
    }
    .plans-wrapper .plan-block p {
        text-align: center;
    }
    .plans-wrapper .heading p {
        text-align: center;
    }
    .plans-wrapper p.host-spe {
        text-align: center;
    }
    .powerful-hosting h2 {
        font-size: 22px;
    }
    .why-hosted p {
        text-align: justify;
    }
    .header-content p {
        text-align: justify;
    }
    .plugins-img .xlarge {
        font-size: 35px;
    }
    .plugins-img {
        height: 320px;
    }
    .plans-wrapper {
        padding: 0px;
    }
    .pre-footer {
        padding-top: 0px;
    }
    .links .dropdown {
        display: block;
    }
    .links .dropdown-menu {
        width: 100%;
        margin-bottom: -19px;
    }
    .links .dropdown-menu li {
        display: block;
        width: 100%;
        padding-left: 0px;
    }
    .links .lang-btn {
        width: 100%;
        margin-top: 5px;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0px;
    }
    .links .client-btn,
    .links .support-btn {
        width: 100%;
        font-size: 16px;
        line-height: 34px;
    }
    .links .client-btn i,
    .links .support-btn i {
        vertical-align: middle;
        padding-right: 8px;
    }
    .inner-header-wrapper.register-domain.whois {
        min-height: calc(100vh - 316px);
    }
    .domain-addons .addon p {
        min-height: auto;
    }
    .backup-services .img-container {
        height: 165px;
    }
    .backup-services img {
        width: 28%;
    }
    .transfer-table,
    .register-table {
        margin-top: 10px;
    }
    .btn.currency {
        padding: 6px 9px;
        margin-bottom: 10px;
    }
    .how-we-help {
        text-align: center;
        padding-bottom: 25px;
        margin-bottom: 15px;
    }
    .support-service img {
        width: 45%;
    }
    .how-we-help img {
        width: 25% !important;
        margin-top: 35px;
    }
    .how-we-help .one-line {
        margin-bottom: 0px;
    }
    .table-pckgs .blue-hover:hover .mask {
        opacity: 0;
        display: none;
    }
    .table-pckgs .blue-hover .mask {
        display: none;
    }
    .table-pckgs .blue-bg.order {
        margin-top: -20px;
        line-height: 50px;
    }
    .table-pckgs .blue-bg {
        background: #2b65a5;
    }
    .table-pckgs .blue-bg a {
        color: #fff;
    }
    .table-pckgs.table {
        display: block;
    }
    .table_row:nth-child(2n+3) {
        background: none;
    }
    .theader {
        display: none;
    }
    .table_row>.table_small>.table_cell:nth-child(odd) {
        display: table-cell;
        width: 50%;
    }
    .table_cell {
        display: table-cell;
        width: 50%;
    }
    .table_row {
        display: table;
        width: 100%;
        border-collapse: separate;
        padding-bottom: 20px;
        margin: 0 auto;
        text-align: center;
    }
    .table_small {
        display: table-row;
    }
    .even-row {
        background: #fff;
    }
    .table_row>.table_small>.table_cell {
        border-color: #ccc;
    }
    .table_row>.table_small:first-child>.table_cell:last-child {
        border-left: none;
    }
    .table_row>.table_small>.table_cell:first-child {
        border-left: #ccc 1px solid;
        color: #fff;
        background: #999;
    }
    .table_row>.table_small:first-child>.table_cell:first-child {
        border-top-left-radius: 0px;
        border-top: #ccc 1px solid;
    }
    .table_row>.table_small:first-child>.table_cell:last-child {
        border-top-right-radius: 0px;
        border-top: #ccc 1px solid;
    }
    .table_row>.table_small:last-child>.table_cell:first-child {
        border-right: none;
    }
    .table_row>.table_small>.table_cell:last-child {
        border-right: #ccc 1px solid;
    }
    .table_row>.table_small:last-child>.table_cell:first-child {
        border-bottom-left-radius: 0px;
    }
    .table_row>.table_small:last-child>.table_cell:last-child {
        border-bottom-right-radius: 0px;
    }
    .email-hosting-features.db-host-features .email-feature {
        margin-top: 10px;
    }
    .powerful-db-hosting {
        padding-bottom: 0;
    }
    .powerful-db-hosting h2 {
        font-size: 20px;
    }
    .powerful-db-hosting p {
        font-size: 13px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .powerful-db-hosting .check-out {
        font-size: 17px;
    }
    .email-hosting-features.db-host-features .email-feature h4 {
        font-size: 13px;
        margin-bottom: 0;
        margin-top: 0px;
        line-height: 20px;
    }
    .tab .nav-tabs li a:before,
    .tab .nav-tabs li a:after {
        top: 0px;
    }
    .inner-header-wrapper.orsc,
    .inner-header-wrapper.ssl,
    .inner-header-wrapper.waf,
    .inner-header-wrapper.backup {
        height: auto;
        padding-bottom: 20px;
    }
    .inner-header-wrapper.orsc h3,
    .inner-header-wrapper.ssl h3,
    .inner-header-wrapper.waf h3,
    .inner-header-wrapper.backup h3 {
        margin-top: 35px;
    }
    .pckgs .img-container img {
        height: 40px;
    }
    .pckgs .otls-pk .pkg-spec {
        padding-left: 12px !important;
    }
    .inner-header-wrapper.otls {
        height: auto;
    }
    .inner-header-wrapper.otls h3 {
        margin-top: 25px;
    }
    .feature-container {
        margin-bottom: 40px;
    }
    #header .language-select {
        margin-bottom: 15px;
    }
    .payments .cash-payments {
        text-align: center;
    }
    .payments .check-payments {
        margin-top: 15px;
        text-align: center;
    }
    .payments .payment-methods .img-container {
        float: none !important;
        height: 35px;
        margin-bottom: 5px;
    }
    .payments .payment-methods .skrill-img {
        margin-right: 25px;
    }
    .payments .payment-methods .moneybooker-img {
        margin-left: 20px;
    }
    .payments .border-right {
        border-right: none;
        border-bottom: 1px solid #efefef;
    }
    .payments .payment-methods .separator {
        width: 100%;
    }
    .payments .bank-info {
        text-align: center;
    }
    .map-container h2 {
        margin-top: 30px;
        margin-bottom: 24px;
    }
    .planlist-wrapper .plan-title {
        border-bottom: 1px solid #fff;
    }
    .planlist-wrapper .price {
        border-top: 1px solid #fff;
        padding: 15px 0px;
    }
    .inner-header-wrapper.email-hosting,
    .inner-header-wrapper.database-hosting {
        height: auto;
    }
    .inner-header-wrapper.email-hosting h3,
    .inner-header-wrapper.database-hosting h3 {
        margin-top: 15px;
    }
    .includes .image-container img {
        height: 75%;
        margin: 25px auto;
    }
    .inner-header-wrapper.application {
        height: auto;
    }
    .application h3 {
        margin-top: 15px;
    }
    .ben {
        border-bottom: 1px solid #1a191a;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .ben:last-child {
        border-bottom: none;
    }
    .ser {
        height: auto;
        border-bottom: 1px solid #585858;
        margin-bottom: 20px;
    }
    .ser:last-child {
        border-bottom: none;
    }
    .application-benefit {
        margin-bottom: 0px;
    }
    .application-benefit .benefit-title {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .default-state,
    .active-state {
        width: 80%;
        margin: 0 auto;
    }
    .inner-header-wrapper.hosting {
        height: 130px !important;
    }
    .inner-header-wrapper.hosting h1 {
        margin-top: 40px;
    }
    .hosting-wrapper .plans-wrapper .price span {
        font-size: 45px !important;
    }
    .footer .copyright {
        float: none !important;
        text-align: center;
    }
    .footer .social {
        float: none !important;
        text-align: center;
    }
    .hosting-wrapper {
        background: #fff !important;
    }
    .inner-header-wrapper h1 {
        margin-top: 46px;
    }
    .plans-wrapper .box .heading {
        text-align: center !important;
    }
    .inner-header-wrapper h1 {
        font-size: 2rem;
    }
    .inner-header-wrapper {
        height: 135px;
    }
    .domains-table table th {
        font-size: 12px;
    }
    .domains-table tbody {
        font-size: 13px;
    }
    .domain-name-search .btn-check {
        padding-left: 15px;
        padding-right: 15px;
    }
    .domain-name-search h3 {
        margin-bottom: 25px;
    }
    .domain-addons .addon-title h2 {
        margin-top: 7px;
        font-size: 25px;
        margin-bottom: 7px;
    }
    .domain-addons .addon {
        border-left: none !important;
        border-right: none;
        border-bottom: 1px solid #ccc;
    }
    .benefit-title h2 {
        margin-top: 7px;
        font-size: 25px;
        margin-bottom: 7px;
    }
    .benefits .benefit {
        border-bottom: 1px solid #fff;
    }
    .register-table .mask {
        font-size: 0.75rem;
    }
    .register-table .table-heading .thead {
        font-size: 0.8rem;
    }
    .register-table .table-row {
        font-size: 0.75rem;
    }
    .transfer-domain .trans-features {
        margin-bottom: 0px;
    }
    .register-table .table-row div {
        padding-right: 5px;
    }
    .register-table .table-row small,
    .transfer-table .table-row small {
        font-size: 0.5rem;
    }
    .register-table i,
    .transfer-table i {
        font-size: 1rem;
    }
    .register-table .table-row div p {
        padding-top: 8px;
    }
    .register-table .price-table,
    .transfer-table .price-table {
        margin-top: 0px;
    }
    .transfer-table .price-head {
        background: none;
        margin-top: 8px;
    }
    .add-on img {
        width: 35%;
    }
    .plans-wrapper .inner-title {
        text-align: center;
    }
    .inner-title i {
        display: none;
    }
    .pckgs .pkg-spec {
        min-height: 150px;
        margin-bottom: 0px;
        text-align: center;
    }
    .pckgs .pkg-title,
    .pckgs .pkg-price {
        text-align: center;
    }
    .addons .add-on:first-child {
        border-left: 0px;
    }
    .addons .add-on:last-child {
        border-right: 0px;
    }
    .contact-phone {
        float: left;
    }
    .contact-email {
        float: left;
        margin-left: 25%;
    }
    .domain-wrapper .btn-check {
        width: 100%;
    }
    .pckgs .pkg-price h2,
    .pckgs .pkg-title h2 {
        font-size: 22px;
    }
    .inner-title {
        text-align: left;
    }
    .currencychooser {
        text-align: center;
        margin: 0 auto;
    }
    .currencychooser .btn-group {
        float: none !important;
    }
    .spec1 {
        padding-bottom: 20px;
    }
    .planlist-wrapper {
        margin-top: 25px;
    }
    .specs {
        padding: 0px;
        padding-top: 10px;
    }
    .inner-title {
        font-size: 1.2rem;
        margin-bottom: 15px;
    }
    .breadcrumb {
        padding-top: 2px;
    }
    .breadcrumb .home {
        position: absolute;
        left: 15px;
        color: #fff;
        background: #2b65a5;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 0px;
        top: 0;
        padding-bottom: 3px;
        font-size: 20px;
    }
    .home:before {
        content: "\A";
        border-style: solid;
        border-width: 16px 15px 15px 0;
        border-color: transparent #2b65a5 transparent transparent;
        position: absolute;
        left: 29px;
        transform: rotateY(180deg);
    }
    .breadcrumb .first {
        margin-left: 37px;
        font-size: 10px;
    }
    .breadcrumb>li {
        font-size: 10px;
    }
    .inner-title {
        font-size: 1.6rem;
    }
    .firstlvl {
        border-bottom: 2px solid #5f5f63;
        margin-left: 8px;
        font-size: 15px !important;
    }
    .plan-container {
        border-left: 0px;
    }
    .footer .copyright {
        font-size: 13px;
    }
    .web-transfer h3,
    .buy-domain h3 {
        font-size: 21px;
    }
    .topnav {
        float: left;
        text-align: center;
        margin: 0 auto;
        display: block;
        clear: both;
    }
    .topmenu {
        float: none;
    }
    .list-inline>li {
        padding-right: 2px;
        padding-left: 2px;
    }
    .topmenu a {
        padding: 14px 3px 2px;
        font-size: 12px;
    }
    .logo img {
        width: 45%;
    }
    #header .head-info {
        margin-top: 20px;
    }
    #header .btn-support {
        width: 100%;
        text-align: center;
    }
    .menu-btn {
        top: 26px;
    }
    .footer-logo {
        width: 80%;
        float: none;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .links h3 {
        font-size: 16px;
    }
    .links li {
        font-size: 13px;
    }
    .newsletter {
        margin-top: 20px;
    }
    .plan-block {
        border-bottom: 1px solid #ccc;
    }
    .transfer-img {
        width: 70%;
    }
    .pre-border {
        margin-top: 0px;
    }
    span.links-text {
        width: 109px;
        text-align: left;
        display: inline-block;
        padding-left: 5px;
    }
}

@media only screen and (max-width: 340px) {
    .location-mob {
        padding-left: 7px;
    }
    .menu-btn {
        top: 18px;
    }
    .logo img {
        width: 51%;
    }
    .plans-wrapper .inner-title {
        font-size: 1.5rem;
    }
}