/* Add here all your CSS customizations */
/*
* General Elements
*/
section.section {
    position: relative;
    padding: 30px 0px;
    border: none !important;
}
section.well, section.section {
    background: #f7f7f7;
}
.page-title-breadcrumb {
    background-color: #7b7a7e;
}
section.page-header.custom-product {
    background-color: #fff;
}
html .background-color-tertiary {
    background: #1b263c !important;         
    background: -webkit-gradient(radial,center center,1000,from(#0e4a72),to(#1b263c)) !important;
    background: -webkit-radial-gradient(circle,#0e4a72,#1b263c) !important;
    background: -moz-radial-gradient(circle,#0e4a72,#1b263c) !important;
    background: -ms-radial-gradient(circle,#0e4a72,#1b263c) !important;
    background: -o-radial-gradient(circle,#0e4a72,#1b263c) !important;
    background: radial-gradient(circle,#0e4a72,#1b263c) !important;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
}
.background-color-custom-info {    
    background: #5ba2d2 !important;         
    background: -webkit-gradient(radial,center center,1000,from(#5ba2d2),to(#2f6fa2)) !important;
    background: -webkit-radial-gradient(circle,#5ba2d2,#2f6fa2) !important;
    background: -moz-radial-gradient(circle,#5ba2d2,#2f6fa2) !important;
    background: -ms-radial-gradient(circle,#5ba2d2,#2f6fa2) !important;
    background: -o-radial-gradient(circle,#5ba2d2,#2f6fa2) !important;
    background: radial-gradient(circle,#5ba2d2,#2f6fa2) !important;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
}
.cursor-default {
    cursor: default;
}
.background-color-white {
    background-color: #fff;
}
.hidden {
    display: none;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;    
}

h1 {
    font-size: 3.0em;
    font-weight: 500;
    line-height: 1.2em;
    margin-left: -5px;
    letter-spacing: -1px;
}
@media (max-width: 991px) {
    h1 {
        font-size: 2.4em;
    }
}

h2 {
    font-size: 1.75em;
    font-weight: 500;
    margin-bottom: 20px;
}
h2.custom-bar {
    position: relative;
}
h2.custom-bar:after {
    content: '';
    display: block;
    position: absolute; 
    bottom: 0;
    width: 17px;
    border-bottom: 2px solid #0088cc;
}
h2.custom-bar._left:after {
    left: 1px;
}
h2.custom-bar._center {
    text-align: center;
}
h2.custom-bar._center:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
h2.custom-bar._right:after {
    left: initial;
    right: 1px;
}
h2.custom-bar._color-light:after {
    border-color: #FFF !important;
}

h3 {
    font-size: 1.5em;
    font-weight: 400;
}

h4 {
    font-size: 1.2em;
    font-weight: 400;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 0.9em;
}

/*common css */
.box-shadow-none {
    box-shadow: none ;
}

.font-weight-1 {
    font-weight: 100 !important;
}
.font-weight-3 {
    font-weight: 300 !important;
}
.font-weight-4 {
    font-weight: 400 !important;
}
.font-weight-5 {
    font-weight: 500 !important;
}
.font-weight-6 {
    font-weight: 600 !important;
}

.font-size-10 {
    font-size: 10px;
}
.font-size-11 {
    font-size: 11px;
}
.font-size-12 {
    font-size: 12px;
}
.font-size-15 {
    font-size: 15px !important;
}
.font-size-16 {
    font-size: 16px;
}
.font-size-17 {
    font-size: 17px;
}
.font-size-18 {
    font-size: 18px;
}
.font-size-19 {
    font-size: 19px;
}
.font-size-20 {
    font-size: 20px;
}
.font-size-22 {
    font-size: 22px;
}
.font-size-28 {
    font-size: 28px !important;
}
.font-size-32 {
    font-size: 32px;
}
.font-size-2 {
    font-size: 2em !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}
.margin-bottom-5 {
    margin-bottom: 5px;
}
.margin-bottom-10 {
    margin-bottom: 10px !important;
}
.margin-bottom-15 {
    margin-bottom: 15px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-bottom-25 {
    margin-bottom: 25px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-top-5 {
    margin-top: 5px;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-top-15 {
    margin-top: 15px;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-top-96 {
    margin-top: 96px;
}
.margin-right-5 {
    margin-right: 5px;
}
.margin-right-10 {
    margin-right: 10px;
}
.margin-right-15 {
    margin-right: 15px;
}
.margin-left-5 {
    margin-left: 5px;
}
.margin-left-10 {
    margin-left: 10px;
}
.margin-left-15 {
    margin-left: 15px;
}
.margin-left-20 {
    margin-left: 20px;
}

.margin-top-bottom-30 {
    margin: 30px 0;
}
.margin-top-bottom-50 {
    margin: 50px 0;
}

.padding-0 {
    padding: 0;
}
.padding-left-10 {
    padding-left: 10px;
}
.padding-left-15 {
    padding-left: 15px;
}
.padding-left-20 {
    padding-left: 20px;
}
.padding-left-25 {
    padding-left: 25px;
}
.padding-left-30 {
    padding-left: 30px;
}

.padding-right-5 {
    padding-right: 5px;
}
.padding-right-10 {
    padding-right: 10px;
}
.padding-right-15 {
    padding-right: 15px;
}
.padding-right-20 {
    padding-right: 20px;
}

.padding-top-bottom-30 {
    padding: 30px 0;
}
.padding-top-bottom-40 {
    padding: 40px 0;
}
.full-width {
    width: 100%;
}
.width-220 {
    width: 220px !important;
}
.padding-left-right-20 {
    padding: 0 20px;
}
.line-height-32 {
    line-height: 32px;
}
.line-height-48 {
    line-height: 48px !important;
}
.vertical-align-super {
    vertical-align: super;
}
.no-shadow {
    box-shadow: none !important;
}
.text-inherit {
    color: inherit;
}
.link {
    cursor: pointer;
    text-decoration: underline !important;
}
a.text-default {
    color: inherit;
    text-decoration: none;
}
.color-red {
    color: red;
}
.box-shadow-bottom {
    box-shadow: 0px 8px 10px -3px #b5b5b5;
}
.background-image-support {
    background-image: url('../img/images/support_banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.text-underline {
    text-decoration: underline;
}

/* select2 dropdown custom css */
.select2-container--bootstrap .select2-selection--single {
    height: 38px;
}

.checkbox-custom {
    position: relative;
    padding: 0 0 0 25px;
    margin-bottom: 7px;
    margin-top: 0;
}
.checkbox-custom input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 3px;
    margin: -6px 0 0 0;
    z-index: 2;
    cursor: pointer;
}
.checkbox-custom label {
    cursor: pointer;
    margin-bottom: 0;
    text-align: left;
    line-height: 1.2;
}
.checkbox-custom label::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
    width: 19px;
    height: 18px;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #bbb;
    background: #fff;
}
.checkbox-custom input[type="checkbox"]:checked + label::after {
    position: absolute;
    display: inline-block;
    font-family: 'FontAwesome';
    content: '\F00C';
    top: 50%;
    left: 4px;
    margin-top: -5px;
    font-size: 11px;
    line-height: 1;
    width: 16px;
    height: 16px;
    color: #333;
}

/* start of custom modal css */

.modal.right .modal-dialog.ssl-certificate-details {
    position: fixed;
    margin: auto;
    width: 0;
    height: 100%;       
    right: 0;     
    transition: all .5s ease;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
}

.modal.right.show .modal-dialog.ssl-certificate-details {       
    width:600px;
    animation: slide-in 0.5s forwards;
    -webkit-animation: slide-in 0.5s forwards;  
}

@-moz-keyframes slide-in {
    0% {
        -webkit-transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(0%);
    }
}
@-o-keyframes slide-in {
    0% {
        -webkit-transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(0%);
    }
}
@-webkit-keyframes slide-in {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0%);
    }
}
@keyframes slide-in {
    0% {
        -webkit-transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(0%);
    }
}

.modal.right .ssl-certificate-details .modal-content {
    height: 100%;
    overflow-y: auto;
}
.modal.right .ssl-certificate-details .modal-body {
    padding: 15px 15px 15px;
}

/* end of custom modal css */

/*header + footer custom css */
#header .header-nav.header-nav-stripe nav > ul > li:hover > a {
    color: #444;
}
#header .header-body {
    border-top: none !important;  
}
.menu-product-icon {
    margin-bottom: 10px;
}
.menu-product-icon i {
    font-size: 40px;    
}
.menu-product-title {
    font-size: 1em;
    font-weight: 600;
    letter-spacing: normal;
}
.menu-product-item {
    padding: 16px 0;
}
.menu-product-item:hover {
    background-color: #f3f3f3;
    cursor: pointer;
}
#header .header-nav.header-nav-stripe .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu {
    padding: 0;  
}
html #header .header-top.header-top-primary {
    border-top: none;
    background: #1b263c;         
    background: -webkit-gradient(radial,center center,1000,from(#0e4a72),to(#1b263c));
    background: -webkit-radial-gradient(circle,#0e4a72,#1b263c);
    background: -moz-radial-gradient(circle,#0e4a72,#1b263c);
    background: -ms-radial-gradient(circle,#0e4a72,#1b263c);
    background: -o-radial-gradient(circle,#0e4a72,#1b263c);
    background: radial-gradient(circle,#0e4a72,#1b263c);
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
}
#footer {
    border-top: none;
    background: #1b263c;         
    background: -webkit-gradient(radial,center center,1000,from(#0e4a72),to(#1b263c));
    background: -webkit-radial-gradient(circle,#0e4a72,#1b263c);
    background: -moz-radial-gradient(circle,#0e4a72,#1b263c);
    background: -ms-radial-gradient(circle,#0e4a72,#1b263c);
    background: -o-radial-gradient(circle,#0e4a72,#1b263c);
    background: radial-gradient(circle,#0e4a72,#1b263c);
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;  
}
.header-top-navbar-left {
    padding: 7px 15px;
}
/* menu css */
.menu.coming-soon-image {
    position: absolute;
    top: 10px;
    right: 5px;
    display: inline-block;
}
.faq.coming-soon-image {
    position: absolute;
    top: -18px;
    right: 10px; 
}
/* /menu css */

/* start of custom button css */

.custom-btn-style-1._borders {
    border: 1px solid #5a8dc5;
    background: none;
}
.custom-btn-style-1._borders:hover, .custom-btn-style-1._borders:active, .custom-btn-style-1._borders:focus {
    border-color: #5a8dc5;
    background: -moz-linear-gradient(left, #5a8dc5 0%, #21c8ec 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #5a8dc5), color-stop(100%, #21c8ec));
    background: -webkit-linear-gradient(left, #5a8dc5 0%, #21c8ec 100%);
    background: -o-linear-gradient(left, #5a8dc5 0%, #21c8ec 100%);
    background: -ms-linear-gradient(left, #5a8dc5 0%, #21c8ec 100%);
    background: linear-gradient(to right, #5a8dc5 0%, #21c8ec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a8dc5', endColorstr='#21c8ec', GradientType=1);
}

.custom-btn-style-1.warning, .custom-btn-style-1.warning:active, .custom-btn-style-1.warning:focus {
    background: #ffc107; 
    background: -moz-linear-gradient(left, #ffc107 0%, #f5da8c 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #ffc107), color-stop(100%, #f5da8c));
    background: -webkit-linear-gradient(left, #ffc107 0%, #f5da8c 100%); 
    background: -o-linear-gradient(left, #ffc107 0%, #f5da8c 100%);
    background: -ms-linear-gradient(left, #ffc107 0%, #f5da8c 100%);
    background: linear-gradient(to right, #ffc107 0%, #f5da8c 100%);
    border: 1px solid #ffc107;
    box-shadow: none;
}
.custom-btn-style-1._borders.warning {
    border: 1px solid #ffc107;
    background: none;
}
.custom-btn-style-1._borders.warning:hover, .custom-btn-style-1._borders.warning:active, .custom-btn-style-1._borders.warning:focus {
    border: 1px solid #ffc107;
    background: none;
    box-shadow: none;
}

.btn.sign-up-button {
    font-size: 16px;
    padding: 8px 16px;
    text-transform: uppercase;
    border-radius: 3px;
}
.btn.sign-up-button.btn-sm {
    font-size: 15px;
    padding: 6px 12px;    
}

.btn.sign-up-button.btn-danger {
    box-shadow: 0 3px 0 #815627, 0 6px 2px -2px rgba(0,0,0,0.3);
}
.btn.sign-up-button.btn-success {
    box-shadow: 0 3px 0 #35821f, 0 6px 2px -2px rgba(0,0,0,0.3);
}
.btn.sign-up-button.btn-primary {
    box-shadow: 0 3px 0 #3064a9, 0 6px 2px -2px rgba(0,0,0,0.3);
}
html body .btn-light.btntldsearch:focus {
    box-shadow: none;
}
/* end of custom button css */

/* basic button css style */
.btn-danger:not([disabled]):not(.disabled).active, .btn-danger:not([disabled]):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
    background-color: #e0a800;
    border-color: #e0a800;
    box-shadow: none;
}
.btn-success:not([disabled]):not(.disabled).active, .btn-success:not([disabled]):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    box-shadow: none;
}

/*custom sign up & login button css */
.btn-header {
    padding: 7px 16px;    
    border: 1px solid #1a659a;
    font-size: 12px;
    border-radius: 2px;
}
.btn-header:hover, .btn-header:active, .btn-header:focus {
    background: #0f4c77;
}

/* footer css */
#footer .list.list-icons li > .fa:first-child {
    color: #ffc108;
    border-color: #ffc108;   
}
#footer {
    margin-top: 0;
}
#footer.short {
    padding-top: 30px; 
}
#footer .social-icons li a {
    height: 40px;
    line-height: 45px;
    width: 40px;
    border-radius: 0;
}
#footer .social-icons li a .fa {
    font-size: 16px;
}
#footer .footer-copyright, #footer .footer-description {
    color: #a9a9a9;
}
.payment-methods {
    display: inline-block;
    margin-left: 20px;
}
.payment-methods ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.payment-methods ul li {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
}
.payment-methods ul li.visa {
    background-position: 0 -213px;
}
.payment-methods ul li.mastercard {
    background-position: 0 -106px;
}
.payment-methods ul li.paypal {
    background-position: 0 -160px;
}
.payment-methods ul li {
    background: url("../img/payment-methods.png") no-repeat 0 0;
    padding: 0 0 0 58px;
    margin: 0 0 8px;
    line-height: 29px;
}
/*end of footer */

.section-background-image {
    background: url("../img/background/section_background.png") !important;
    background-repeat: repeat;
}

/* exclusive offer css */
#features {
    color: #d0d0d0;
    font-size: 17px;
    font-weight: 400;
}
#features #service_ex_offer {
    width: 100%;
    min-height: 130px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;                
}
#features #service_ex_offer #service_ex_offer_left {
    float: left;
    width: 35%;
    min-height: 130px;
    padding: 18px 30px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    background: #578fc7;
    background: -moz-linear-gradient(left, #578fc7 0, #c15858 100%);
    background: -webkit-linear-gradient(left, #578fc7 0, #c15858 100%);
    background: linear-gradient(to right, #578fc7 0, #c15858 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#578fc7', endColorstr='#c15858', GradientType=1);
}
#features #service_ex_offer {
    text-rendering: optimizeLegibility;
}
#features #service_ex_offer #service_ex_offer_left::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 130px 90px;
    border-color: transparent transparent #fff transparent;
}
#features #service_ex_offer #service_ex_offer_left .subtitle {
    font-family: 'Raleway','Arial';
    font-size: 11px;
    letter-spacing: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
}
#features #service_ex_offer #service_ex_offer_left .title {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    font-size: 25px;
    font-family: 'Raleway','Arial';
    color: #fff;
    font-weight: 800;
    line-height: 1.1;
}
.clearfloatfix::after {
    content: '';
    display: block;
    clear: both;
}
#features #service_ex_offer #service_ex_offer_right {
    float: left;
    width: 65%;
    min-height: 130px;
    padding: 0 30px 0 35px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
}
#features #service_ex_offer #service_ex_offer_right .top {
    margin-top: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
}
#features #service_ex_offer #service_ex_offer_right .top > .text {
    width: 60%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    font-size: 23px;
    line-height: 1.2em;
    color: #353439;
}
#features #service_ex_offer #service_ex_offer_right .top .button {
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    display: block;
    width: 190px;
    height: 45px;
    background: #21c8ec;
    background: linear-gradient(to right, #5a8dc5 0%, #21c8ec 100%);
    background: -moz-linear-gradient(left, #5a8dc5 0%, #21c8ec 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #5a8dc5), color-stop(100%, #21c8ec));
    background: -webkit-linear-gradient(left, #5a8dc5 0%, #21c8ec 100%);
    background: -o-linear-gradient(left, #5a8dc5 0%, #21c8ec 100%);
    background: -ms-linear-gradient(left, #5a8dc5 0%, #21c8ec 100%);    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a8dc5', endColorstr='#21c8ec', GradientType=1);
    color: #fff;
    position: relative;    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 3px 0 #3d84a9, 0 6px 2px -2px rgba(0,0,0,0.3);
}
#features #service_ex_offer #service_ex_offer_right .top .button:hover {
    color: #f7f7f7;
}
#features #service_ex_offer #service_ex_offer_right .top .button .text {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    float: left;
    text-transform: uppercase;
    font-size: 20px;
    width: 100%;
    text-align: center;
}
#features #service_ex_offer #service_ex_offer_right .bottom {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    margin-top: 10px;
}
#features #service_ex_offer #service_ex_offer_right .bottom .temstext {
    font-size: 11px;
    color: #999999;
    font-family: 'Raleway','Arial';
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    text-align: right;    
}
/* end of exclusive offer css */

/* exclusive offer footer css */

#footer_ex_offer.open {
    bottom: 0;
    border-top: 1px solid #f1f1f1;
}
#footer_ex_offer {
    position: fixed;
    bottom: -55px;
    width: 100%;
    -webkit-transition: bottom 2s;
    transition: bottom 2s;
    z-index: 8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;

}
#footer_ex_offer .leftb {
    background: #578fc7;
    width: 50%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
}
#footer_ex_offer .rightb {
    background: #fff;
    width: 50%;
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
}
#footer_ex_offer .container {
    z-index: 3;
    position: relative;
    height: 55px;
    padding: 0;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
}

#footer_ex_offer .container .left {
    width: 40%;
    float: left;
    background: #578fc7;
    background: -moz-linear-gradient(left, #578fc7 0, #c15858 100%);
    background: -webkit-linear-gradient(left, #578fc7 0, #c15858 100%);
    background: linear-gradient(to right, #578fc7 0, #c15858 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#578fc7', endColorstr='#c15858', GradientType=1);
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    position: relative;
}
#footer_ex_offer .container .left::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 55px 35px;
    border-color: transparent transparent #fff transparent;
}
#footer_ex_offer .container .left .title {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    font-family: 'Raleway','Arial';
    margin: 15px 0 0 0;
}
#footer_ex_offer .container .right {
    float: right;
    width: 55%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    background: #fff;
}
#footer_ex_offer .container .right .wrapperleft {
    float: left;
    width: 425px;
}
#footer_ex_offer .container .right .wrapperleft > .text {
    color: #353439;
    font-size: 15px;
    font-weight: 600;
    float: left;
    display: block;
    margin-top: 10px;
    margin-left: 10px;
    width: 100%;
    text-align: right;
}
#footer_ex_offer .container .right .wrapperleft .term {
    font-size: 11px;
    color: #999999;
    font-family: 'Raleway','Arial';
    margin-top: 0px;
    float: left;
    width: 100%;
    text-align: right;
}

#footer_ex_offer .container .right .wrapright {
    float: right;
    margin-top: 8px;
}
#footer_ex_offer .container .right .wrapright .button {
    float: left;
    display: block;
    background: #21c8ec;
    background: linear-gradient(to right, #5a8dc5 0%, #21c8ec 100%);
    background: -moz-linear-gradient(left, #5a8dc5 0%, #21c8ec 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #5a8dc5), color-stop(100%, #21c8ec));
    background: -webkit-linear-gradient(left, #5a8dc5 0%, #21c8ec 100%);
    background: -o-linear-gradient(left, #5a8dc5 0%, #21c8ec 100%);
    background: -ms-linear-gradient(left, #5a8dc5 0%, #21c8ec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a8dc5', endColorstr='#21c8ec', GradientType=1);
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 120px;
    line-height: 35px;
    height: 35px;
    text-align: center;
    box-shadow: 0 3px 0 #3d84a9, 0 6px 2px -2px rgba(0,0,0,0.3);
    text-decoration: none;
}
#footer_ex_offer .container .right .wrapright .close {
    float: right;
    display: block;
    height: 14px;
    width: 14px;
    background-image: url('../img/images/close-bottom.png');
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
    margin: 11px 0 0 20px;
}

.clearfloatfix::after {
    content: '';
    display: block;
    clear: both;
}

/* exclusive offer footer css */

/* footer cookies note css */

#footer_cookies_popup.open {
    bottom: 0px;
    border-top: 1px solid #f1f1f1;
}
#footer_cookies_popup {
    position: fixed;
    bottom: -55px;
    width: 100%;
    -webkit-transition: bottom 2s;
    transition: bottom 2s;
    z-index: 8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
}

#footer_cookies_popup .footer-container {
    z-index: 3;
    position: relative;
    height: 50px;
    width: 100%;
    padding: 0;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
}
.clearfloatfix::after {
    content: '';
    display: block;
    clear: both;
}
.alert-theme {
    background-color: #0f496f !important;
    border-color: #0f496f;
    margin-bottom: 0;
}
.popups-text {
    font-size: 1.0em;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}
.close-footer-popup {
    opacity: 0.9;
}
.cookies-container {
    padding: 0 130px;
    text-align: center;
}
.alert-theme.alert-dismissible .close {
    right: 106px;
}
.cookies-container button:focus{
    outline: none; 
}
.accept-cookie-button.btn-sm.sign-up-button {
    padding: 4px 6px;
    font-size: 11px;
    margin-right: 30px;
}
/* footer cookies note css */

/************************************/
/* pages common css */

.features .feature-box.feature-box-style-2 .feature-box-icon i.fa, .feature-box.feature-box-style-2 .feature-box-icon i.icons {
    font-size: 2.7em;
}

/**********************************/
/* home page css */
/**********************************/

.custom-background-style-1:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/background/homepageBanner2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.6;
}
.custom-background-style-1 > div {
    position: relative;
    z-index: 1;
}
.custom-top-title-box {
    text-align: center;          
    padding: 30px 0 10px 0;
}
.home-slider h1.heading-title {
    margin-left: 0;
    margin-bottom: 25px;
}
.home-slider .heading-subtitle {
    font-size: 1.4em;
    text-align: center;
    line-height: 1.5em;
    margin-bottom: 30px;
}
.home-slider .owl-theme .owl-dots .owl-dot span {
    background-color: #a3cee4;
}
.home-slider .owl-carousel .owl-dots .owl-dot.active span {
    background-color: #0074ad;  
}
.reseller-features .feature-details {
    margin-bottom: 3rem!important;
}
.reseller-features .feature-details .info{
    padding-top: 5rem;
}
/**********************************/
/* end of home page css */
/**********************************/

/**********************************/
/* domain page css */
/**********************************/


.page-header.custom-product.domains {
    background-image: url("../img/background/domain_resell_background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-bottom: none;
    border-top: none; 
    margin-bottom: 0;
    max-height: 350px;   
}
.domain-banner-background {
    background: rgba(191, 191, 191, 0.15);
}
.banner-container {
    margin: 15px 0;
    padding: 30px 0;
}
.banner-sidebar .domian-banner-side-img {
    position: absolute;
    left: -50px;
    margin-top: -15px;
}
.product-features-navbar.nav-secondary {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}
.product-features-navbar.nav-secondary .nav-pills > li a {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
}
/*.product-features-navbar.nav-secondary.sticky-active {   
    background: #5ba2d2 !important;
    background: -webkit-gradient(radial,center center,1000,from(#0e4a72),to(#1b263c)) !important;
    background: -webkit-radial-gradient(circle,#0e4a72,#1b263c) !important;
    background: -moz-radial-gradient(circle,#0e4a72,#1b263c) !important;
    background: -ms-radial-gradient(circle,#0e4a72,#1b263c) !important;
    background: -o-radial-gradient(circle,#0e4a72,#1b263c) !important;
    background: radial-gradient(circle,#0e4a72,#1b263c) !important;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
}
.product-features-navbar.nav-secondary.sticky-active .nav-pills > li a {
    color: #fff !important;
}*/

.list.list-icons.domain-overview-description li {
    padding-left: 38px;
    margin-bottom: 15px;
    font-size: 16px;
}
.list.list-icons.domain-overview-description li i {
    font-size: 22px;
}
.list.list-icons.domain-overview-description li > .fa:first-child {
    top: 0px;
    color: inherit;
}
.domain-overview-sub {
    font-size: 16px;
    line-height: 26px;
}
.btn.btn-light.domain-search i {
    font-size: 22px;
    font-weight: 600;
}
.btn.btn-light.domain-search:focus, .btn.btn-light.domain-search:active {    
    box-shadow: none !important;
}
.domain-search-promos {
    background: rgba(255,255,255,0.15);
    border-radius: 5px;
    margin-top: 3em;

    text-align: center;    
}
.domain-search-promos .extension {
    font-size: 30px;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 10px;
}
.domain-search-promos .domain-promo-details {
    padding: 2em;    
}
.featureTab .feature_tab_menu .nav {
    border: none;
    margin-bottom: -1px;
    border-radius: 3px;
    background: rgba(5, 111, 165, 0.1);
}
.featureTab .feature_tab_menu .nav li {
    width: 50%;
    margin-bottom: 0;
}
.featureTab .feature_tab_menu .nav li.active a {
    border-top: none;
    position: relative;
    border: 0px;        
    background: #5ba2d2 !important;         
    background: -webkit-gradient(radial,center center,1000,from(#5ba2d2),to(#2f6fa2)) !important;
    background: -webkit-radial-gradient(circle,#5ba2d2,#2f6fa2) !important;
    background: -moz-radial-gradient(circle,#5ba2d2,#2f6fa2) !important;
    background: -ms-radial-gradient(circle,#5ba2d2,#2f6fa2) !important;
    background: -o-radial-gradient(circle,#5ba2d2,#2f6fa2) !important;
    background: radial-gradient(circle,#5ba2d2,#2f6fa2) !important;
    color: #fff !important;
    border-radius: 3px;
}
.featureTab .feature_tab_menu .nav li a {
    border-radius: 0;
    text-align: center;
    display: block;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    line-height: 21px;
    border: none;
    cursor: pointer;
    margin: 0;
    border-radius: 3px;
    color: #271d60 !important;
    padding: 20px;
    text-decoration: none;
}
.featureTab .feature_tab_menu .nav li a:before {
    content: '';
    width: 100%;
    height: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #dcaa16;
}
.featureTab .feature_tab_menu .nav li a i {
    text-align: center;
    padding-right: 10px;
}   
.featureTab .feature_tab_menu .nav li a i .fa-2x {
    position: relative;
    vertical-align: middle;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
}
.featureTab .tab-content {
    border-radius: 0;
    box-shadow: none;
    background-color: #FFF;
    border: none;
    border-top: 0;
    padding: 0;
}
.domain-filtering-sidebar {
    display: block;   
    padding: 0;
}
.tabs.tabs-simple.domain-pricing .nav-tabs > li {
    margin-bottom: 0;
}
.tabs.tabs-simple.domain-pricing .nav-tabs > li.active .nav-link, .tabs.tabs-simple.domain-pricing .nav-tabs > li:hover .nav-link {
    border-bottom-color: #0088cc;
    color: #0088cc;
}
.tabs.tabs-simple.domain-pricing .nav-tabs > li .nav-link {
    margin-right: 25px;
    padding: 8px 0px;
    font-size: inherit;
    cursor: pointer;
}
.domain-filtering-sidebar .domain-extension-title {        
    padding: 15px 20px;
    color: #fff;
    font-size: 16px;
}
.domain-filtering-sidebar .nav-tabs li .nav-link, .domain-filtering-sidebar .nav-tabs li .nav-link:hover {
    background: #fbfbfb;
    border-bottom: 1px solid #EEE;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    border-top: none;
    color: #7c7777 !important;
}
.domain-filtering-sidebar .nav-tabs li .nav-link.active, .domain-filtering-sidebar .nav-tabs li .nav-link:hover {
    cursor: pointer;
    color: #28a745 !important;
}
.domain-filtering-sidebar .tabs-navigation .nav-tabs li:first-child .nav-link, .domain-filtering-sidebar .tabs-navigation .nav-tabs li:last-child .nav-link {
    border-radius: 0;
}
.domain-filtering-sidebar .tabs-navigation .nav-tabs > li .nav-link:before {
    content: '';
}

/* table css */

.table.table-domain-price td {    
    border-top: none;
    padding: .90rem;
}
.table.table-domain-price tr {
    border-bottom: 1px dashed #e2e2e2;
}
.table-domain-price.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.05);  
}
.table.table-domain-price thead > tr > th {        
    padding: 15px 20px;
    color: #fff;
    font-size: 16px;
    border: none;  
    text-align: center;
}
.table.table-domain-price thead > tr > th:first-child {
    text-align: left;
}
.table-standard-price.warning thead > tr, .domain-filtering-sidebar .domain-extension-title {
    background: rgb(99, 165, 204);
    background: linear-gradient(to right, #0075a2 0%, rgb(99, 165, 204) 100%);
    background: -moz-linear-gradient(left, #0075a2 0%, rgb(99, 165, 204) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #0075a2), color-stop(100%, rgb(99, 165, 204)));
    background: -webkit-linear-gradient(left, #0075a2 0%, rgb(99, 165, 204) 100%);
    background: -o-linear-gradient(left, #0075a2 0%, rgb(99, 165, 204) 100%);
    background: -ms-linear-gradient(left, #0075a2 0%, rgb(99, 165, 204) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0075a2', endColorstr='rgb(99, 165, 204)', GradientType=1);       
}  
.table.table-domain-price td.extension-name {
    font-size: 20px;
}
.table.table-domain-price td.price {
    font-size: 17px;
    text-align: center;
}
/*.banner-box-container.warning {
    background: rgba(232, 173, 0, 0.75); 
}
.banner-box-container.danger {
    background: rgba(220, 53, 69, 0.75);
}
.banner-box-container.success {
    background: rgba(92, 184, 92, 0.75);
}*/
.btn-extension-search.btn-light:focus {
    box-shadow: none;
}
.table-domain-price .badge {
    padding: .35em .45em;
    font-size: 11px;
    font-weight: 500;
}

/* faq section */
.faq .toggle .toggle {
    margin: 20px 0 0;
}
.faq .toggle > .toggle-content {
    padding-left: 32px;
}
.faq .toggle.toggle-simple .toggle > label {
    font-size: 1.2em;
    font-weight: 500; 
}
.faq .toggle-primary.toggle-simple .toggle > label:after {
    background-color: inherit;
}
.faq .toggle.toggle-simple .toggle > label:before {
    content: "\f054";
    font-size: 20px;
    left: 7px;
}
.faq .toggle.toggle-simple .toggle.active > label:before {
    content: "\f078";
    left: 2px;
}
.faq.warning .toggle.toggle-simple .toggle > label:before {
    color: rgb(255, 193, 8);
}
.faq.success .toggle.toggle-simple .toggle > label:before {
    color: rgb(40, 167, 69);
}
.faq-article-description h4 {
    color: #0088cc !important;
}
/* end of faq section */

/* support section */
.support-section {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6; 
    padding: 20px 55px;
}
.support-section .title {
    font-size: 1.65em;
}
.support-section .support-image {
    max-height: 220px;
    margin-bottom: -29px;
    position: absolute;
    bottom: 0;
}
/* end of support section */
.featured-boxes .featured-box.domains {
    margin: 30px 0;
}
.featured-box.domains h4 {
    margin: 20px 0;
}
.featured-box.domain-search .box-content {
    padding: 10px 30px 40px 30px;
    border-top-color: #5cb85c;
}
.feature-box.feature-box-style-2.domain-name-search .feature-box-icon i.fa {
    font-size: 2.2em;
}

/* domain search */
.radio-cycle-choice {
    display: block;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    padding: 0;
}
.radio-cycle-choice ul {
    list-style: none;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
.radio-cycle-choice ul li:last-child {
    border: none;
}
.radio-cycle-choice ul li {
    color: #777777;
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #d5c8a4;
    padding: 10px 0 25px 0;
    margin: 10px 0;
}
.pb-md {
    padding-bottom: 15px!important;
}
.float-left {
    float: left;
}

.page-header.custom-product.domain-search {
    background-image: url("../img/background/whois_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-bottom: none;
    border-top: none; 
    margin-bottom: 0;
    max-height: 350px;   
}
.domain-search-price {
    font-size: 1.5em;
    vertical-align: middle; 
    margin-right: 5px;
}
#domainSearchResult .search-spinner span {
    font-size: 1.6em;
}
.suggested-domains .panel-heading {
    border-bottom: 2px solid #62cb31;  
    padding: 18px;
}

.suggested-domains .list-group {
    font-size: .9em;
    padding-left: 0;
    margin-bottom: 20px;
}
.suggested-domains .list-group-item {
    border-left: 0;
    border-right: 0;
    padding: 7px 15px;
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
    color: #555;
    border-color: #EDEDDE !important;
    border-bottom: 1px solid #EDEDDE !important;
    font-size: 0.9em;
}
.suggested-domains ul>li, .suggested-domains ol>li {
    font-weight: lighter;
}

.suggested-domains .list-group-item .domain.name, .suggested-domains .list-group-item .extension {
    font-size: 1.3em;
}            
.suggested-domains .domain.name {
    padding: 0;
}
.suggested-domains .btn {
    float: right;
    padding: 2px 10px;
    font-size: 13px;
    line-height: 1.4;
    border-radius: 0;
    background-color: #5cb85c;
    border-color: #47a447;
    color: #fff;
    width: 85px;
    margin-right: 10px;
}
.suggested-domains .price {
    float: right;
    padding: 0 20px;
    font-size: 1.3em;
}
.suggested-domains .small {
    font-size: 85%;
}
.featured-text {
    color: #0ab549;
    font-weight: 600;
}
.domain-pricing .tld-title {
    font-size: 16px;
    line-height: 29px;                        
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.domain-pricing .tld-title span.badge{
    font-size: 11px;
    font-weight: 500;
    margin-left: 10px;
}
.ssl-product-plans.domain-pricing.table-striped tbody tr:nth-of-type(odd) {    
    background-color: transparent;
}
.ssl-product-plans.domain-pricing.table-striped tbody tr:hover {
    background-color: rgba(87, 158, 207, 0.1);
}
.table.domain-pricing td, .table.domain-pricing th {
    padding: 10px 20px;
}
.domain-pricing .nav-tabs.nav-justified li .nav-link {
    padding: 15px 0;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}
.categories-title {
    line-height: 35px;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #1d2127;
}
.domain-layout .box-container.shadow {
    box-shadow: 0 5px 15px 2px rgba(0, 0, 0, 0.1);
    min-height: 414px; 
    padding: 20px;
}
.api-integration .box-content.success {
    border-top: 2px solid #77b377;
}
.api-integration .box-content.success .icon-featured {
    background-color: #fff;
    border: 2px solid #28A747;
    color: #28A747; 
}
.api-integration .box-content.primary {
    border-top: 2px solid #0388cc;
}
.api-integration .box-content.primary .icon-featured {
    background-color: #fff;
    border: 2px solid #0388cc;
    color: #0388cc; 
}
.api-integration .box-content.secondary {
    border-top: 2px solid #9b9b9b;
}
.api-integration .box-content.secondary .icon-featured {
    background-color: #fff;
    border: 2px solid #9b9b9b;
    color: #9b9b9b; 
}
.api-integration .box-content.secondary h3.text-secondary {
    color: #9b9b9b !important;
}

.domain-privacy-box-shadow {
    box-shadow: 0 3px 10px 0 rgba(0,0,0,0.2);
    background: #fff;
    padding: 40px 20px;
}

.domain_name .tag {
    position: relative;       
}
.domain_name p {
    font-size: 18px;
    font-weight: 400;
    float: left;
    margin: 0;
}
.domain_name .under-new:before, .domain_name .under-hot:before, .domain_name .under-sale:before {
    content: "";       
    border-right: 8px solid transparent;
    position: absolute;
    top: -7px;
}
.domain_name .under-new:before {
    right: 20px;
    border-top: 8px solid #28a745;
}
.domain_name .under-sale:before {
    right: 29px;
    border-top: 8px solid #e74c3c;
}
.domain_name .under-hot:before {
    right: 17px;
    border-top: 8px solid #ffc107;
}

.domain_name .under-new:after,  .domain_name .under-hot:after,  .domain_name .under-sale:after {
    position: absolute;
    top: -21px;
    font-size: 8px;
    color: #fff;
    padding: 1px 5px;
    border-radius: 2px;
    letter-spacing: 1px;
    right: 0;
    line-height: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.domain_name .under-new:after {
    content: "New";
    background: #28a745;
}
.domain_name .under-hot:after {
    content: "Hot";
    background: #ffc107;
}
.domain_name .under-sale:after {
    content: "Promo";
    background: #e74c3c;
}
.domain_name .tag.under-new {
    margin-left: 35px;
}
.domain_name .tag.under-hot {
    margin-left: 33px;
}
.domain_name .tag.under-sale {
    margin-left: 48px;
}
.table.domain-pricing td {
    padding: 18px 20px;
}
.btn-success:not([disabled]):not(.disabled).active, .btn-success:not([disabled]):not(.disabled):active {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}
.domain-pricing .background-warning {
    background: #f9e7ca33;
}
.domain-pricing .background-success {
    background: #a9f8bb1a;
}
.domain-pricing .background-primary {
    background: #afd9f61a; 
}
.domain-pricing .background-info {
    background: #77d1e01a; 
}
.domain-pricing .background-danger {
    background: #ffc1c11a; 
}

.domain-pricing .datatable-header {
    display: none;
} 
.domain-pricing .datatable-footer {
    margin-top: 20px;
    width: 100%;
}
.domain-pricing .display-content {
    display: contents;
}
.domain-pricing .dataTables_paginate .paginate_button {
    padding: 0 !important;
    margin: 0 !important;
    border: medium none !important;

}
.domain-pricing .pagination>.disabled>a, .domain-pricing .pagination>.disabled>a:focus, .domain-pricing .pagination>.disabled>a:hover, .domain-pricing .pagination>.disabled>span, .domain-pricing .pagination>.disabled>span:focus, .domain-pricing .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.domain-pricing .pagination>li>a, .domain-pricing .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;

    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.domain-pricing .pagination > .active > a, .domain-pricing .pagination > .active > span, .domain-pricing .pagination > .active > a:hover, .domain-pricing .pagination > .active > span:hover, .domain-pricing .pagination > .active > a:focus, .domain-pricing .pagination > .active > span:focus {
    background-color: #0088cc !important;
    border-color: #0088cc;
}
.domain-pricing .dataTables_paginate.paging_simple_numbers {
    float: right;
    margin-bottom: 20px;
    margin-right: 15px;
}
.domain-pricing .pagination > .active > a:focus {
    color: #fff;    
    box-shadow: none;
}
/**********************************/
/* end of domain page */
/**********************************/

/**********************************/
/* hosting page css */
/**********************************/
.hosting-banner-title, .domain-banner-title {
    color: #28a745 !important;
    line-height: 45px !important;
}
.hosting-banner-background {
    background: rgba(232, 255, 221, 0.07);
}
.banner-sidebar .hosting-banner-side-img {
    position: absolute;
    left: -210px;
    margin-top: 10px;
}
.page-header.custom-product.hosting {
    background-image: url("../img/background/hosting_resell_background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-bottom: none;
    border-top: none; 
    margin-bottom: 0;
    max-height: 350px;   
}
.featured-boxes.technical-specifications h4 {
    font-size: 19px;
    font-weight: 500;
}
.featured-boxes.technical-specifications h4 i {
    font-size: 45px;
    font-weight: 500;
}
.featured-boxes.technical-specifications ul.list-features li .featured {
    color: #0ab549;
    font-weight: 600;
}
.featured-boxes.technical-specifications ul.list-features.list.list-icons li {
    padding-left: 15px;
}

.product-plans.table {
    background-color: inherit;
    margin: 0;
}
.product-plans.table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}
.product-plans.table-striped tbody tr:nth-of-type(even) {
    background-color: transparent;
}
.product-plans.table th {
    border-top: none;
    border-right: none;
    border-left: none;               
}
.product-plans.table thead th {
    border-bottom: 2px solid #d0d0d0;
    padding: 0px 15px;
    margin: 0;
}
.product-plans.table thead th:first-child, .product-plans.table td:first-child {
    border-left: none;
    text-align: left;
    background: #f9f9f9;
    font-size: 16px;
    font-weight: 600;
}
.product-plans.table thead th:first-child, .product-plans.table tfoot td:first-child {
    background-color: inherit;
}
.product-plans.table td {
    border-top: 1px dashed #d1d1d0;
    border-left: 1px dashed #d1d1d0;
    text-align: center;
    padding: 1rem;
    color: #1d2127;
}            
.product-plans .background-warning {
    background: #faddad33;
}
.product-plans .background-success {
    background: #28a7450f;
}
.product-plans .background-primary {
    background: #6cc3ff14; 
}

.product-plans.table thead th .product-icon {
    font-size: 50px;
    margin-bottom: 0;
    padding-bottom: 20px;                 
    padding-top: 15px;
}
.product-plans.table thead th .product-title {                
    margin-bottom: 0;
    padding-bottom: 25px;
}
.product-plans.web-hosting.table thead th .product-title {    
    padding-bottom: 15px;
}
.product-plans.table .product-price {
    margin: 0;
    padding-bottom: 15px;
}
.product-plans.table .product-price .price {
    font-size: 1.3rem;
}
.product-plans.table .product-price .small {
    font-size: 13px;
}
.product-plans.table td small {
    font-size: 75%;
}
.product-plans.table tfoot td {
    border-left: none;
    border-top: none;
}
.product-plans.table tfoot tr.discount td {
    padding: 1.5rem;
}
.product-plans.table tfoot tr.buttons td {
    padding: 0;
}
.product-plans.table tfoot tr.discount td .discount-text {
    font-weight: 500;
    font-size: 18px;
}
.nav.nav-tabs.price-switcher {
    border-bottom: none;
    text-align: center;
    margin: 0 auto;
    display: inline-flex;
}
.nav-tabs.price-switcher li.active .nav-link, .nav-tabs.price-switcher li.active .nav-link:hover, .nav-tabs.price-switcher li.active .nav-link:focus, .nav-tabs.price-switcher li.active .nav-link:active {
    font-size: 16px;
    color: #FFF;
    padding: 8px 16px;                
    border-radius: 3px;
    box-shadow: 0 3px 0 #35821f, 0 6px 2px -2px rgba(0,0,0,0.3);
    background-color: #28a745;
    border-color: #28a745 #28a745 #1e7e34;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}
.nav-tabs.price-switcher li .nav-link, .nav-tabs.price-switcher li .nav-link:hover {
    background: #ffffff;
    padding: 8px 16px;  
    font-size: 16px;                
    border-radius: 3px;
    color: #28a745;
    box-shadow: 0 3px 0 #eef1f3, 0 6px 2px -2px rgba(0, 0, 0, 0.06);
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    margin-right: 0px;
}
.nav-tabs.price-switcher li .nav-link:hover {
    border-top: 3px solid #28a745;
}
.price-container {
    padding: 25px 50px;
    margin: 0 auto;
    text-align: center;
    width: max-content;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 0px 0 #ffffff, 2px 8px 15px 4px rgba(0,0,0,0.3);
}
.price-container h3 {
    color: #f47833;
}
.price-container h3 {
    font-size: 28px;
}
.strike {
    text-decoration: line-through;
}
/**********************************/
/* end of hosting page */
/**********************************/


/**********************************/
/* ssl page css */
/**********************************/

.page-header.custom-product.ssl-cetificates {
    background-image: url("../img/background/ssl_resell_background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-bottom: none;
    border-top: none; 
    margin-bottom: 0;
    max-height: 350px;   
}
.banner-sidebar .ssl-banner-side-img {
    position: absolute;
    left: -150px;
    margin-top: 2px;
}
.ssl-banner-background {
    background: rgba(207, 255, 192, 0.05);
}
.ssl-features .list.list-icons.list-icons-style-3 li > .fa:first-child {
    background-color: #28a745;
    width: 26px;
    height: 26px;
    font-size: 1.3em;
}
.ssl-features .list.list-icons.list-icons-lg.list-icons-style-3 li {
    padding-top: 5px;
    margin-bottom: 18px;

}
.tabs.tab-success .nav-tabs li.active .nav-link {
    border-top-color: #28a745;
}
.tabs.tab-success .nav-tabs.nav-justified .nav-link:hover, .tabs.tab-success .nav-tabs.nav-justified .nav-link:focus {
    border-top-color: #28a745;
}
.tabs.tab-success .nav-tabs.nav-justified li:first-child .nav-link, .tabs.tab-success .nav-tabs.nav-justified li:first-child .nav-link:hover, .tabs.tab-primary .nav-tabs.nav-justified li:first-child .nav-link, .tabs.tab-success .nav-tabs.nav-justified li:first-child .nav-link:hover {
    border-radius: 0;
}
.tabs.tab-success .nav-tabs.nav-justified li:last-child .nav-link, .tabs.tab-success .nav-tabs.nav-justified li:last-child .nav-link:hover, .tabs.tab-primary .nav-tabs.nav-justified li:last-child .nav-link, .tabs.tab-success .nav-tabs.nav-justified li:last-child .nav-link:hover {
    border-radius: 0;
}

.tabs.tab-primary .nav-tabs li.active .nav-link {
    border-top-color: #569ccd;
}
.tabs.tab-primary .nav-tabs.nav-justified .nav-link:hover, .tabs.tab-primary .nav-tabs.nav-justified .nav-link:focus {
    border-top-color: #569ccd;
}

.ssl-product-plans.table-striped tbody tr:nth-of-type(odd){
    background-color: rgba(40, 167, 69, 0.06);
}
.ssl-product-plans.table thead th {
    border-top: none;
    font-size: 16px;
    font-weight: 500;
}
.ssl-product-plans.table thead th.title, .ssl-product-plans.table thead th .slab-title  {
    font-size: 18px;
    font-weight: 600;
}
.ssl-product-plans.table thead th .slab-count {
    font-weight: 500;
    font-size: 14px;
}
.ssl-certificate-details .ssl-features i {
    padding-right: 8px;
    font-size: 18px;
}
.ssl-certificate-details .ssl-features h5 {
    font-weight: 500;
}
.ssl-product-plans.ssl-details.table thead th, .ssl-product-plans.ssl-details.table tbody tr td{
    text-align: center;
    font-size: 20px;
}
.ssl-product-plans.ssl-details.table-striped thead th  {
    background-color: rgba(40, 167, 69, 0.06);
    border-bottom: 2px solid #51a245;
}
.ssl-product-plans.ssl-details.table-striped tbody tr:nth-of-type(odd)  {
    background-color: transparent;
}
.ssl-product-plans.ssl-details.table thead th.title, .ssl-product-plans.table thead th .slab-title {
    font-size: 20px;
    font-weight: 500;
}
/**********************************/
/* end of ssl page css */
/**********************************/

/**********************************/
/* start of signup page css */
/**********************************/
.page-header.custom-product.signup {
    background-image: url("../img/background/signup_background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-bottom: none;
    border-top: none; 
    margin-bottom: 0;
    max-height: 350px;   
}
.signup-banner-background {
    background: rgba(174, 206, 232, 0.15);
}
.banner-sidebar .signup-banner-side-img {
    position: absolute;
    left: 0;
    margin-top: 10px;
}
.signup-right {
    border: 1px solid #e0e0e0;
    padding: 40px 30px 20px 30px; 
    margin-top: 15px;
}
#features.signup-offers #service_ex_offer_left {
    width: 100% !important;
    padding: 18px 15px !important;
}
#features.signup-offers #service_ex_offer_left .subtitle {
    margin-bottom: 10px !important; 
}
#features.signup-offers #service_ex_offer_left .title {
    margin-bottom: 20px !important;
}
#features.signup-offers #service_ex_offer_right {
    width: 100% !important;
    padding: 0px 15px !important;
    border-top: none !important;
}
#features.signup-offers #service_ex_offer_right .top {
    margin-bottom: 25px !important;
}
#features.signup-offers #service_ex_offer_right .top .text {
    width: 100% !important;
    font-size: 18px !important;
    line-height: 1.6em !important;
}
#features.signup-offers #service_ex_offer_right .top .text .price {
    font-size: 25px;
    vertical-align: middle;
}
#features.signup-offers #service_ex_offer_right .bottom .temstext {
    margin-bottom: 20px !important;
    text-align: justify !important;
    font-size: 12px !important;
    line-height: 1.4em !important;
}
#features.signup-offers #service_ex_offer #service_ex_offer_left::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    top: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 690px 15px 0;
    border-color: transparent transparent #fff transparent;
}
.intl-tel-input .flag-container .country-list .divider {
    margin: 0 0 5px 0;
    background-image: none;
}
.intl-tel-input.has-danger .error {
    position: absolute;
    display: block;
}

/**********************************/
/* end of signup page css */
/**********************************/


/*********************************/
/* contact us page css */
/********************************/
.support-icon {
    background-color: #f4f4f4;
    text-align: center;
    min-height: 334px;
    padding-top: 35px;
}
.contact-1, .contact-3, .contact-2 {
    display: inline-block;
    background: url('../img/images/contact_icons.png') no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}
.contact-1 {
    background-position: -1px -0px;
    width: 79px;
    height: 88px;
}
.contact-2 {
    background-position: -1px -178px;
    width: 76px;
    height: 88px;
}
.support-content {
    padding: 0 10px;
}
/*********************************/
/* end of contact us page css */
/********************************/

/********************************/
/* start of submit ticket page css */
/********************************/
#submitTicket .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
#submitTicket .nav-pills > li > a {
    border-radius: 0;
    border: 0 !important;
    text-transform: uppercase;
    text-align: center;
    color: #444444 !important;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
}
#submitTicket .nav-pills > li.active > a, #submitTicket .nav-pills .nav-link.active, #submitTicket .nav-pills > li.completed > a {
    background: #077ed0;
    background: linear-gradient(to right, #077ed0 0%, #1f92d7 100%);
    background: -moz-linear-gradient(left, #077ed0 0%, #1f92d7 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #077ed0), color-stop(100%, #1f92d7));
    background: -webkit-linear-gradient(left, #077ed0 0%, #1f92d7 100%);
    background: -o-linear-gradient(left, #077ed0 0%, #1f92d7 100%);
    background: -ms-linear-gradient(left, #077ed0 0%, #1f92d7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#077ed0', endColorstr='#1f92d7', GradientType=1);
    color: #FFF !important;
}
#submitTicket .ticket.box-content {
    min-height: 350px;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    padding: 10px 0;
}
#submitTicket .wizard-navigation {
    position: relative; 
    margin-bottom: 20px;
}
#submitTicket .ticket-steps {
    background-color: #e8e8e8;
}
#submitTicket .ticket-steps li {
    width: 33.3333%;
    border-right: 2px solid #fff;
}
#submitTicket .ticket-steps li:last-of-type {
    border-right: none;
}
#submitTicket .ticket-steps li .step-number {
    border: 1px solid;
    border-radius: 50%;
    height: 25px;
    display: inline-block;
    width: 25px;
    margin-right: 5px;
}
#submitTicket .tab-content {
    border: none; 
    box-shadow: none;
}
#submitTicket .radio-department label {
    font-size: 16px; 
    padding-left: 7px;
    cursor: pointer;
}

/* file uploader custom css */
.fileinput-remove.fileinput-remove-button {
    background-color: #dc3545;
    border-color: #dc3545 #dc3545 #bd2130;
    color: #FFF;
}
.fileinput-remove.fileinput-remove-button:hover {
    background-color: #f54858;
    border-color: #dc3545 #dc3545 #bd2130;
    color: #FFF;    
}
.file-preview {
    margin-bottom: 10px;
}
.close.fileinput-remove {
    display: none;
}

/********************************/
/* end of submit ticket page css */
/********************************/


/********************************/
/* start of whois page css */
/********************************/
.page-header.custom-product.whois {
    background-image: url("../img/background/banner_background_whois.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-bottom: none;
    border-top: none; 
    margin-bottom: 0;
    max-height: 350px;   
}
.whois-banner-background {
    background: rgba(174, 206, 232, 0.20);
}
.banner-sidebar .whois-banner-side-img {
    position: absolute;
    left: 0;
    margin-top: 8px;
}
.overflow-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
table.whois-table {
    width: 100%;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    border-collapse: collapse;
    border-spacing: 0;
    min-width: 400px;
}
table.whois-table tr {
    height: 20px;
}
.whois-table tbody tr:nth-child(odd) {
    background-color: #fff;
}
.whois-table tbody tr:nth-child(even), .whois-table thead tr {
    background-color: #f5f5f5;
}
.whois-table thead tr th {
    border-bottom: 1px solid #ccc;
    font-size: 15px;
}
.whois-table td, .whois-table th {
    border-left: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
}                                                
.whois-table td, .whois-table th {
    padding: 10px;
}
/********************************/
/* end of whois page css */
/********************************/

/********************************/
/* end of faq page css */
/********************************/
#faq h4 {
    font-weight: 400;
}
#faq .faq-category {
    text-align: center;
    border: 1px solid #fff;
    padding: 20px 10px;
}
#faq .faq-category i {
    font-size: 30px;           
}
#faq .faq-category h5 {
    margin: 10px 0 0 0;            
    font-weight: 500;
    text-transform: uppercase;
}
#faq .faq-category:hover, #faq .faq-category.selected {
    cursor: pointer;
    background-color: #f4f4f4;
    border: 1px solid #f9f8f8;
    border-radius: 4px;
    box-shadow: 0px 5px 10px -3px #bdbdbd;
}
#faq .cursor-default .faq-category:hover, #faq .cursor-default .faq-category.selected {
    cursor: default; 
}
#faq a:hover.category-link {
    color: #fff !important;
    text-decoration: none !important;
}
#faq a:hover .faq-category i, #faq a:hover .faq-category h5, #faq a .faq-category.selected i, #faq a .faq-category.selected h5 {
    color: #0088cc !important;
    text-decoration: none !important;
}
#faq .page-breadcrumb i {
    font-size: 18px;
    margin-right: 5px;
}
#faq .page-breadcrumb .category {
    color: #afafaf;
}
aside.faq-article ul.nav-list > li > a {
    padding: 15px 0 15px 18px;                   
}
.list.legal-contents li {
    margin-bottom: 10px;
    line-height: 30px;
}
/********************************/
/* end of faq page css */
/********************************/


/**********************************/
/* network issue page css */
/**********************************/
.network-issue-row.selected {
    background: #f8f8f8;
}
.network-issue-details {
    padding: 0 ;
}
.network-issue-details .description {
    background-color: #faf8f1;    
    border: 1px solid #efe9d3;
    box-shadow: 0 0 5px #f3efde;
    margin-bottom: 20px;
    padding: 18px 20px;
}
.network-issue-details .updates {
    background-color: #f7fafd;    
    border: 1px solid #c5d8eb; 
    box-shadow: 0 0 5px #cee0f0;
    padding: 18px 20px;
}
.box-shadow-network-issue {
    box-shadow: 0 5px 15px 2px rgba(0, 0, 0, 0.1);
    padding: 25px;
}

/********************************/
/* end of network issue page css */
/********************************/


/* login page css */
.login-background-image {
    background-image: url("../img/background/login_background.jpg");
    background-size: cover;
    background-repeat: no-repeat;       
}
/* end of login page css */
/* payment methods page css */
.table.table-payment-methods {
    border-spacing: 0;
    color: #121214 !important;
    border-collapse: separate;
    width: 100%;
}
.table.table-payment-methods tbody td:first-child {
    background-color: #f4fbff !important;
    border-bottom: 2px solid #fff;
}
.table.table-payment-methods>tbody>tr {
    background: #ffffff;
}
.table.table-payment-methods>tbody>tr:nth-child(even) {
    background: #fff;
}
/* end of payment methods page css */

/* media query */
@media (min-width: 1200px) {


}
@media (max-width: 1199px) {
    #features #service_ex_offer #service_ex_offer_left .title {
        font-size: 25px; 
    }
    #features #service_ex_offer #service_ex_offer_right .top {
        margin-top: 13px;  
    }
    #features #service_ex_offer #service_ex_offer_right .top > .text {
        line-height: 1.2em;
    }
    .support-section .support-image {       
        max-height: 170px;
        margin-bottom: -29px;
        position: absolute;
        bottom: 0;
    }
    .ssl-product-tabs .nav-link {
        padding: .5rem 3rem;
    }

    /* exclusive footer offer */
    #footer_ex_offer .container .left {
        width: 35%;
    }
    #footer_ex_offer .container .right {
        width: 65%;
    }
    #footer_ex_offer .container .left .title {
        font-size: 18px;
    }
    .domain-banner-title {  
        font-size: 30px !important;   
        line-height: 40px !important;
    }
    .banner-container {
        margin: 15px 0;
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .hidden-lg {
        display: none !important;
    }
    .visible-lg {
        display: block !important;
    }
    #header .header-nav.header-nav-stripe nav > ul > li:hover > a,
    #header .header-nav.header-nav-stripe nav > ul > li.open > a {
        background-color: #f3f3f3;
    }
    html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
        border-color: #2e353e transparent transparent transparent !important; 
    }
    #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content {
        padding: 0 15px;
    }
    .dropdown.dropdown-mega .dropdown-menu.products, .dropdown.dropdown-mega .dropdown-menu.large-screen {
        display: block !important;
    }
    .dropdown.dropdown-mega .dropdown-menu.products.small, .dropdown.dropdown-mega .dropdown-menu.small-screen {
        display: none !important;
    }
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li .menu-product-item a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li .menu-product-item a:hover  {
        color: inherit;
        font-size: inherit;
        font-weight: inherit;
        padding: 0;
        position: inherit;
        text-decoration: none;
    }
    .domain-search-promos .domain-promo-details {        
        border-right: 1px solid #b5b5b5;
    }
    .domain-search-promos .domain-promo-details:last-of-type {
        border-right: none;
    }

}
@media (max-width: 991px) {

    #header .header-nav-main nav > ul > li > a {
        color: #444;
    }
    #features #service_ex_offer #service_ex_offer_left::before {
        border-width: 0;
    }
    #features #service_ex_offer #service_ex_offer_left {
        padding: 38px 30px; 
    }
    #features #service_ex_offer #service_ex_offer_right .top {
        margin-top: 13px;
    }
    #features #service_ex_offer #service_ex_offer_right {
        padding: 0 25px; 
    }
    #features #service_ex_offer #service_ex_offer_right .top > .text {
        width: 100%;
        font-size: 22px;
        margin-bottom: 10px;
        line-height: 1.2em;
    }
    #features #service_ex_offer #service_ex_offer_right .top .button {
        float: left;
        width: 170px;
        height: 40px;
    }
    #features #service_ex_offer #service_ex_offer_right .top .button .text {
        font-size: 17px;
    }
    #features #service_ex_offer #service_ex_offer_right .bottom .temstext {
        text-align: left;
        margin-bottom: 10px;
    }
    #features.signup-offers #service_ex_offer_right .top {
        margin-top: 20px !important;
        margin-bottom: 15px !important;
    }
    #features.signup-offers #service_ex_offer #service_ex_offer_left {
        padding: 30px 15px !important;
    }
    .dropdown.dropdown-mega .dropdown-menu.products, .dropdown.dropdown-mega .dropdown-menu.large-screen {
        display: none !important;
    }
    .dropdown.dropdown-mega.opened .dropdown-menu.products.small, .dropdown.dropdown-mega.opened .dropdown-menu.small-screen {
        display: block !important;
    }
    .domain-search-promos .domain-promo-details {        
        border-bottom: 1px solid #6d7379;
    }
    .domain-search-promos .domain-promo-details:last-of-type {
        border-bottom: none;
    }

    .call-to-action.support-section .container > .row > [class*="col-"] {
        display: block;
    }
    .support-section .support-image {
        max-height: 220px;
        margin-bottom: -29px;
        margin-top: 25px;
        max-width: 100%;
        position: inherit;
    }

    #footer_ex_offer {
        display: none;
    }
    .text-center-sm {
        text-align: center !important;
    }
    .reseller-features .feature-details {
        margin-bottom: 0 !important;
    }
    .reseller-features .feature-details .info{
        padding-top: 2rem;
    }
    .hidden-sm {
        display: none;
    }
    .visible-sm {
        display: block;
    }
    #footer_cookies_popup.open {
        bottom: 0;
        border-top: 1px solid #f1f1f1;
    }

}
@media (min-width: 768px) {

}

@media (max-width: 767px) {
    .hidden-xs {
        display: none;
    }
    .visible-xs {
        display: block;
    }
    #features #service_ex_offer #service_ex_offer_left {
        width: 100%;
    }
    #features #service_ex_offer #service_ex_offer_right {
        width: 100%;
    }

    .page-header.custom-product.domains {
        background-position: 50% 0;
    }
    .support-section .title {
        font-size: 1.75em;
        line-height: 1.6em;
    }
    .support-section .email, .support-section .phone {
        font-size: 1.40em;
        word-break: break-all;
    }     
    .call-to-action.call-to-action-default.support-section {
        padding: 20px 0;
    }
    .page-header .banner-container {
        margin: 0;
    }
    .page-header h1.hosting-banner-title {
        line-height: 38px;
        padding-bottom: 8px;
    }
    .ssl-product-tabs .nav-link {
        padding: .5rem 1rem;
    }
    .cookies-container {
        padding: 0 20px;     
    }
    .alert-theme.alert-dismissible .close {
        right: 0;
    }
    .header-social-icons {
        display: none !important;
    }
    .domain-banner-title {  
        font-size: 24px !important;
        line-height: 32px !important;
    }
}
@media (max-width: 500px) {
    #footer_cookies_popup {
        bottom: -70px;
    }
    #footer_cookies_popup .footer-container {
        height: 70px;
    }
    .domain-pricing .nav-tabs.nav-justified li .nav-link {
        padding: 12px 0;        
        font-size: 14px;        
        line-height: 22px;
    }
    .categories-title {
        line-height: 35px;        
        font-size: 14px;        
        color: #1d2127;
    }
    .domain-banner-title {  
        font-size: 20px !important;        
    }
    .accept-cookie-button.btn-sm.sign-up-button {
        margin-right: 10px;
    }
}
