html, body{
    scroll-behavior: smooth;
}

/* new styles 04.2019 */
img{
    max-width: 100%;
}
button:focus,
input:focus,
textarea:focus{
    outline: none!important;
}
textarea{
    padding: 20px!important;
    border-radius: 30px!important;
    resize: none;
}
input.form-control,
select.form-control{
    height: 50px;
    border-radius: 30px;
    border: 2px solid #DFDFDF;
    box-shadow: 0 0 0;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    border-top: 1px solid #eee;
}
.label-danger{
    background-color: #e46f6f;
}
.label-primary,
.label-blue{
    background-color: #5AB0FF;
}
.label-orange{
    background-color: #FFC35A;
}
.label-red{
    background-color: #FF0000;
}
.label-green{
    background-color: #9FCE00;
}
.alert-danger{
    border-radius: 30px;
}
.form-horizontal .form-group{
    margin-left: 0;
    margin-right: 0;
}
.form-horizontal .form-group label{
    font-size: 14px;
    font-weight: 500;
    font-family: Raleway;
    color: #2B2B2B;
    text-align: left;
    margin-bottom: 10px;
}
.form-group label{
    font-weight: 500;
    font-family: Raleway;
}
.home-why-us i {
    background: #5ab0ff;
    border-radius: 50%;
    padding: 3px;
    color: #fff;
    font-size: 13px;
    margin-right: 10px;
    position: relative;
    top: -1px;
}
.home-why-us p{
    display: flex;
}
.home-header-bottom{
    background-image: url(/img/home-top-2.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    padding-bottom: 250px;
    background-position: center top;
}
.home-header-bottom h1{
    /*font-size: 3.5vw !important;*/
    color: #283A5E;
    font-weight: 700;
    padding-top: 200px;
}
.home-header-bottom h1 *{
    font-size: 58px;
}
.home-header-bottom h1 span{
    color: #5AB0FF;
}
.home-header-bottom img{
    max-width: 100%;
    padding-top: 160px;
}
.home-header-bottom a.blue-btn{
    margin-top: 15px;
    padding: 0 50px;
}
.home-header-bottom .disabled a.blue-btn:hover,
.home-header-bottom .disabled a.blue-btn:focus{
    opacity: 1;
}
.home-header-bottom .disabled a[tooltip]::after{
    width: auto;
}
.promo{
    display: inline-flex;
    float: none;
    justify-content: flex-end;
    align-items: center;
}
.home-header-bottom .container {
    display: flex;
}
.home-header-bottom .promo *{
    font-size: 22px !important;
    text-align: center;
}
.home-header-bottom .promo b {
    float: right;
    background: rgba(255,255,255,0.7);
    padding: 15px;
    border-radius: 3px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
    line-height: 1.3;
}
.heading-box{
    text-align: center;
}
.heading-box-mobile{
    position: relative;
    top: -110px;
}
.heading-box h2{
    color: #283A5E;
    font-size: 42px;
    font-weight: 900;
}
.heading-box h2 span{
    color: #5AB0FF;
}
.heading-box p{
    font-size: 15px;
    color: #2B2B2B;
    width: 70%;
    margin: 0 auto;
}
.sign-in-box{
    float: right;
    margin-top: 10px;
}
.sign-in-box .sign-up{
    color: #2b2b2b;
    background: #fff;
    line-height: 53px;
}
.sign-in-box .log-in{
    margin-left: 20px;
}
.profile-menu{
    float: right;
}
.primary-menu ul > li{
    padding-bottom: 10px;
}
.profile-menu.log-reg-menu{
    margin: 10px 5px;
}
.service-menu{
    top: 25px;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    transition: all 500ms ease;
}
.service-menu-btn:hover .service-menu{
    top: 30px;
    opacity: 1;
    visibility: visible;
    display: inline-block;
}
.home-vps-section{
    background-image: url(/img/home-center.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    width: 100%;
}
.three-boxes{
    text-align: center;
    padding: 0 0 130px;
}
.three-boxes h3{
    color: #5AB0FF;
    margin: 50px 0 25px;
}
.three-boxes p{
    font-size: 15px;
    color: #2b2b2b;
    margin-bottom: 60px;
    height: 80px;
}
.terms-page{
    background: #fff;
    padding: 50px;
    border-radius: 8px;
}
.terms-page h2{
    font-size: 38px;
    text-align: center;
    margin: 70px 0;
    font-weight: 900;
}
.terms-page h3{
    font-size: 22px;
    margin: 40px 0 20px;
}
.terms-page h4{
    margin: 20px 0;
    line-height: 1.5;
    font-size: 16px;
}
.terms-page p{
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
}
.terms-page ul li{
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
}
.terms-page ol li{
    font-weight: 300;
    line-height: 1.8;
}
.who-we-are{
    background-color: #fff;
    box-shadow: 0 17px 27px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-top: 150px;
    margin-bottom: 30px;
    padding: 0 30px;
}
.who-we-are h2{
    margin-bottom: 50px;
}
.who-we-are p{
    margin: 0;
    width: 100%;
}
.who-we-are .heading-box{
    padding: 40px 0 130px;
}
.ninja img{
    margin-top: -80px;
}
.ninja a.btn{
    margin-top: 10px;
    width: 205px;
    max-width: 100%;
}
.logos-box{
    box-shadow: 0 11px 35px rgba(0, 0, 0, 0.2);
    background: #fff;
    position: relative;
}
.logos-box img{
    max-height: 100px;
}
.contact-us-place{
    padding: 50px 0;
    background-color: #5AB0FF;
}
.contact-us-place h4{
    font-size: 42px;
    font-weight: 900;
    color: #fff;
}
.contact-us-place p{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}
.contact-us-place a.btn{
    color: #989898;
    font-size: 18px;
    height: 68px;
    line-height: 68px;
    min-width: 260px;
    margin-top: 25px;
    background-color: #fff;
}
.contact-us-place a.btn:hover{
    color: #989898;
    background-color: #f9f9f9;
}
.contact-us-place i{
    color: #FFC35A;
    font-size: 30px;
    position: relative;
    top: 3px;
    margin-right: 30px;
}


/* tmp (about-page, vps, consultations, dedicated servers) */
.myhost-repeat-tmp,
.faq-section,
.blue-parts-tmp{
    background-position: top left;
    background-repeat: no-repeat;
}
.myhost-repeat-tmp{
    background-image: url(../img/new/service_bgr.svg);
}
.faq-section{
    background-image: url(../img/new/faq_bgr.svg);
    background-size: cover;
}
.blue-parts-tmp{
    background-image: url(../img/new/bgr_pricing.svg);
    padding: 150px 0 80px;

}
.blue-parts-tmp h1{
    font-size: 58px;
    font-family: Raleway;
    font-weight: 700;
    color: #283A5E;
    text-align: center;
    margin-top: 0;
    text-transform: none;
    margin-bottom: 60px;
}

/* consultations START */

.consultations{
    padding: 200px 0 120px;
}
.servers-page{
    padding: 200px 0 50px;
}
.consultations-list{
    margin-top: 40px;
    padding-left: 0;
}
.consultations-list li{
    list-style-type: none;
    padding: 10px 0;
    font-size: 15px;
}
.consultations-list li i{
    margin-right: 20px;
    color: #5AB0FF;
}

/* consultations END */

/* confirmaton-page START */

.confirmaton-page,
.confirmation-page-phone{
    padding: 200px 0 150px;
    background-repeat: no-repeat;
}
.confirmaton-page{
    background-image: url(../img/new/email_bgr.svg);
}
.confirmation-page-phone{
    background-image: url(../img/new/sms_bgr.svg);
}
.confirmaton-page button{
    min-width: 200px;
    padding: 0 10px;
}
.confirmaton-page .send-code-form{
    margin-top: 70px;
}


/* confirmaton-page END */

/* vps page START */

.vps-info-list{
    padding: 50px 0;
}
.vps-info-list-item{
    font-size: 15px;
    font-weight: 400;
    position: relative;
    list-style: none;
    margin-bottom: 40px;
    padding-left: 80px;
}
.vps-info-list img{
    position: absolute;
    left: 0;
    top: -2px;
}
.see-more-btn{
    font-size: 14px;
    font-weight: 400;
    color: #2b2b2b;
    margin-bottom: 10px;
    padding: 10px 10px 10px;
    display: inline-block;
    cursor: pointer;
}
.see-more-btn:hover{
    color: #5AB0FF;
}

/* vps page END */

.mobile-view-table{
    display: none;
    margin-bottom: 30px;
}
.mobile-view-table .infoBlock{
    box-shadow: 0 11px 18px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.mobile-view-table .block-body{
    padding: 20px;
}
.mobile-view-table h6{
    font-size: 17px;
    background-color: #f8f8f8;
    padding: 20px;
    text-align: center;
    margin: 0;
}
.myhost-table .mobile-view-table th:first-child,
.myhost-table .mobile-view-table td:first-child{
    padding-left: 15px!important;
}
.myhost-table .mobile-view-table th:last-child,
.myhost-table .mobile-view-table td:last-child{
    padding-right: 15px!important;
}
.mobile-view-table span.label{
    border-radius: 12px;
    padding: 2px 9px;
    width: auto;
    font-size: 12px;
    display: inline-block;
}
.mobile-view-table .status-ticket{
    background-color: #DFDFDF;
    color: #919191;
    border-radius: 12px;
    padding: 2px 9px;
    font-size: 12px;
    position: relative;
    display: inline-block;
}
.mobile-view-table .ticket-status-open{
    background-color: #9FCE00;
    color: #fff;
}



/*  */
.config-blue-bgr{
    top: 0;
    right: 150px;
    width: 983px;
    height: 733px;
    position: absolute;
}
.configure-vps-page{
    padding: 80px 0 40px;
}
.configure-vps-page .head-title{
    padding: 110px 0 0 0;
}
.infoBlock{
    box-shadow: 0 11px 18px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 10px;
}
.configure-vps-page .infoBlock.primary .infoBlockTitle{
    background: none;
    color: #2b2b2b;
    text-align: left;
    padding: 30px;
    font-size: 30px;
    font-family: Raleway;
    font-weight: 700;
    height: auto;
    border-bottom: 1px solid #DFDFDF;
}
.configure-vps-page .priceBox .infoBlockTitle{
    background-color: #fff;
    color: #2b2b2b;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.configure-vps-page .table-main tr{
    color: #737373;
}
.configure-vps-page .table-main thead,
.configure-vps-page .table-main tbody,
.configure-vps-page .table-main tfoot{
    background-color: #fff;
    color: #737373;
    border: 0;
    padding: 25px 0;
}
.configure-vps-page .contact-us{
    background-color: #fff;
    color: #737373;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.rcn-slider div .progress{
    background-color: #5AB0FF;
}
.billing-time ul li{
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)!important;
}
.billing-time ul li label{
    cursor: pointer;
    width: 100%;
    font-weight: 400;
}
.totalInfoBlock{
    padding: 30px;
}
.additional-cpu .radioBtnGroup .radioBtn{
    background: none;
    box-shadow: 0 11px 27px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: inline-block;
    border: 5px solid #fff;
}
.additional-cpu .radioBtnGroup .radioBtn.active{
    border: 5px solid #FFC35A;
    background-color: #fff;
}
.additional-cpu .radioBtnGroup .radioBtn.active span{
    background: none;
    color: #FFC35A;
}
.additional-cpu .radioBtnGroup .radioBtn span{
    background: none;
    color: #919191;
    height: auto;
    padding: 25px 0 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.additional-cpu .radioBtnGroup .radioBtn span b{
    font-weight: 700;
    display: block;
    font-size: 58px;
    line-height: 45px
}
.additional-cpu .radioBtnGroup .radioBtn span em{
    font-size: 19px;
}
.additional-cpu .radioBtnGroup .radioBtn em{
    font-size: 20px;
}
.rcn-slider h4{
    color: #283A5E;
    font-size: 20px;
}
.top-span{
    font-size: 19px;
}
.bottom-span{
    font-size: 15px;
}
.os-config label,
.ip-addres label{
    box-shadow: 0 11px 18px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border: 5px solid #fff;
    color: #919191;
    cursor: pointer;
    border-radius: 10px;
}
.os-config label.active,
.ip-addres label.active{
    background-color: #fff;
    border: 5px solid #FFC35A;
    color: #2B2B2B;
}
.os-config label span:first-of-type{
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 8px;
}
.os-config label .img-os{
    margin: 15px auto 45px;
}
.os-config label .img-raid{
    margin: 15px auto 20px;
}
.ip-addres label span:first-of-type{
    font-weight: 700;
    display: block;
    font-size: 48px;
    line-height: 0;
    padding: 35px;
}
.configure-vps-page .table-main tr{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.configure-vps-page .table-main h5,
.configure-vps-page .table-main th,
.configure-vps-page .table-main td{
    color: #737373;
    font-size: 14px;
    font-weight: 400;
    font-family: Roboto;
    padding: 3px 0;
}
.dedicated .harware table td, .dedicated .harware table th{
    vertical-align: middle;
    padding: 5px 0;
}
.totalPriceContainer .pricer th{
    font-weight: 700;
}
.priceBox-dedicated{
    padding: 30px;
}
.dedicated-sliders{
    margin: 40px 0;
}
.dedicated-sliders h4{
    color: #283A5E;
    font-size: 20px;
    margin-bottom: 30px;
}
.pt-price-tag p{
    font-size: 15px;
    color: #2B2B2B;
    margin-bottom: 20px;
}
.backButton .fa-chevron-left{
    color: #5AB0FF;
}
.vps-table i.fa-plus{
    color: #FFC35A;
}
.vps-table .firstTable tbody tr:last-child{
    height: 50px;
}
.server-check-mobile{
    display: none;
}
.vps-table thead span.collapsed i.zmdi-plus,
.vps-table thead span i.zmdi-plus{
    display: none;
}
.vps-table thead span.collapsed i.zmdi-minus{
    display: inline-block;
}
.vps-table .firstTable.upgrade-table thead th,
.vps-table .firstTable.upgrade-table tbody td,
.vps-table .firstTable.upgrade-table tfoot td {
    padding-left: 0!important;
}

/* faq page START */

.faq-section{
    background-image: url(../img/new/faq_bgr.svg);
    padding: 140px 0 150px;
    margin-top: -60px;
}
.faq-section .head-title{
    padding: 110px 40px;
}
.faq-categories{
    margin-bottom: 100px;
}
.faq-categories ul{
    text-align: center;
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 20px;
}
.faq-categories li{
    display: inline-block;
    background: none;
    margin: 0 50px;
}
.faq-categories ul li a{
    background: none;
    color: #283A5E;
    font-size: 25px;
    font-weight: 700;
}
.faq-categories ul li.active a{
    color: #5AB0FF;
    background: none;
}
.faq-categories ul li.active a:before{
    width: 105px;
    height: 15px;
    background: #5AB0FF;
    border-style: none;
    top: 68px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    right: auto;
    z-index: 1;
}
.faq-categories ul li a:hover{
    border-style: none;
    color: #5AB0FF;
    background: none;
}
.faq-categories ul li a:hover,
.faq-categories ul li.active a{

}
.faq-content .tab-content{
    width: 70%;
    margin: 0 auto 100px auto;
}
.faq-item{
    padding-left: 115px;
    position: relative;
    margin-bottom: 60px;
}
.faq-item span{
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 72px;
    font-weight: 700;
    color: #E5E5E5;
    line-height: 50px;
}
.faq-item h4{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #5AB0FF;
    text-transform: uppercase;
}
.faq-item p{
    font-size: 15px;
}

/* faq page END */

/* services page START */

.services-content{
    box-shadow: 0 10px 17px rgba(0, 0, 0, 0.1);
    margin: 0 auto 50px auto;
    background-color: #fff;
    border-radius: 10px;
    font-size: 15px;
    color: #32343A;
}
.services-legend{
    padding: 50px 0 70px;
    text-align: center;
}
.services-content span.label{
    border-radius: 12px;
    border: 1px solid #ddd;
    padding: 0 12px;
    height: 23px;
    display: inline-block;
    line-height: 23px;
}
.services-legend span.label{
    position: relative;
    top: 2px;
}
.myhost-table{
    padding: 0 30px 30px;
}
.myhost-table table{
    border-bottom: 1px solid #ddd;
}
.myhost-table table tr td:last-child a{
    color: #32343A;
}
.myhost-table table tr td:last-child a:hover{
    color: #5AB0FF
}
.myhost-table table tr td:last-child a i.zmdi-chevron-right{
    color: #5AB0FF;
    font-size: 30px;
    line-height: 0;
    position: relative;
    top: 7px;
    margin-left: 14px;
}
.myhost-table table th{
    font-weight: 700;
    font-size: 14px;
    color: #737373;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd!important;
}
.myhost-table table th,
.myhost-table table td{
    vertical-align: middle!important;
    padding: 16px 8px!important;
}
.services-blocks-mobile{
    display: none;
}
.services-blocks-mobile h5{
    padding: 60px 15px 120px;
    background-image: url(../img/new/price_bgr.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    font-size: 35px;
    text-align: center;
}
.services-blocks-mobile h5 small{
    font-size: 17px;
    display: block;
    margin-bottom: 10px;
}
.services-blocks-mobile .table-striped>tbody>tr:nth-of-type(odd){
    background: none;
}
.services-blocks-mobile .orange-btn:hover{
    opacity: 0.9;
    background-color: #FFC35A;
}
.services-blocks-mobile .service-body{
    padding: 20px;
}
.dedicated-label:before{
    background-color: #B70000;
}
.vps-label:before{
    background-color: #5AB0FF;
}
.service-status,
.other-status,
.red-status,
.yellow-status{
    background-color: #f6f6f6;
    border: 1px solid #dfdfdf;
    color: #919191;
    border-radius: 12px;
    font-size: 12px;
    height: 25px;
    line-height: 24px;
    text-transform: capitalize;
    padding: 0 12px;
    display: inline-block;
}
.service-status:hover,
.red-status:hover,
.yellow-status:hover{
    color: #fff;
}
.active-status{
    color: #fff;
    background-color: #9FCE00;
}
.red-status{
    color: #fff;
    background-color: #FF0000;
}
.yellow-status{
    color: #fff;
    background-color: #FFC35A;
}
.other-status{
    background-color: #fff;
}
.other-status:hover{
    color: #919191;
}
.services-btns{
    text-align: center;
    margin-bottom: 60px;
}
.services-btns a.btn{
    min-width: 300px;
    margin: 0 20px;
}
.loading-status{
    display: inline-block;
}
.load-square {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #4b9cdb;
}
.load-square:nth-last-child(1) {animation: loadingC .6s .1s linear infinite;}
.load-square:nth-last-child(2) {animation: loadingC .6s .2s linear infinite;}
.load-square:nth-last-child(3) {animation: loadingC .6s .3s linear infinite;}

@keyframes loadingC {
    0 {transform: translate(0,0);}
    50% {transform: translate(0,15px);}
    100% {transform: translate(0,0);}
}

/* statuses labels */
.service-status.inactive,
.service-status.inactive:hover{
    background-color: #F6F6F6;
    border: 2px solid #FFEDCC;
    color: #919191;
}
.service-status.active{
    background-color: #9FCE00;
    color: #fff;
}
.service-status.suspended,
.service-status.suspended:hover{
    background-color: #FFABAB;
    border: 1px solid #DFDFDF;
    color: #fff;
}
.service-status.under-cancellation,
.service-status.under-cancellation:hover{
    background-color: #FFEDCC;
    border: 1px solid #DFDFDF;
    color: #919191;
}
.service-status.suspended-nonpayment,
.service-status.suspended-nonpayment:hover{
    background-color: #F6F6F6;
    border: 2px solid #FFC7C7;
    color: #919191;
}
.service-status.temporarily-suspended,
.service-status.temporarily-suspended:hover{
    background-color: #F6F6F6;
    border: 1px solid #DFDFDF;
    color: #919191;
}
.service-status.reinstalling,
.service-status.reinstalling:hover{
    background-color: #4092DE;
    border: 1px solid #DFDFDF;
    color: #fff;
}
.payment-status span{
    line-height: 8px;
}
.status-loader-rotate {
  animation: rotation 0.7s infinite linear;
  width: 18px;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

/* backup progres bar */
.backup-progress-bar-wrap{
    width: 80%;
    height: 10px;
    position: relative;
    margin: 20px auto 0 auto;
    background: rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
    border-radius: 20px;
}
.backup-progress-line{
    height: 10px;
    background: #5AB0FF;
    border-radius: 20px;
}
.backup-progress-percent{
    color: #5AB0FF;
    font-size: 16px;
}
.backup-progress-text{
    color: #737373;
    margin-top: 5px;
    font-weight: 700;
}
.backup-loader{
    float: left;
    margin: -7px 0 0 15px;
}
.create-backup-progress.backup-progress-bar-wrap{
    width: 100%;
    margin: 0;
}
.backup-status[tooltip]::after{
    width: 100%;
}
.restoring{
    color: #FFC35A;
}

.status-loader{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.status-loader text{
    fill: #FFC35A;
}
.status-loader .status-text{
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 10px;
}
.status-loader.starting-active span.status-text,
.status-loader.restarting span.status-text,
.status-loader.starting-active svg text,
.status-loader.restarting svg text{
    fill: #9FCE00;
    color: #9FCE00;
}
.status-loader.running span.status-text,
.status-loader.reinstalling span.status-text,
.status-loader.running svg text,
.status-loader.reinstalling svg text{
    fill: #4092DE;
    color: #4092DE;
}
.status-loader.stopping span.status-text,
.status-loader.under-cancellation span.status-text,
.status-loader.suspended-nonpayment span.status-text,
.status-loader.suspended span.status-text,
.status-loader.stopping svg text,
.status-loader.under-cancellation svg text,
.status-loader.suspended-nonpayment svg text,
.status-loader.suspended svg text{
    fill: #FFABAB;
    color: #FFABAB;
}
.status-loader.inactive span.status-text,
.status-loader.off-status span.status-text,
.status-loader.inactive svg text,
.status-loader.off-status svg text{
    fill: #ddd;
    color: #ddd;
}

/* services page END */

/* vps details START */

.vps-details-page{
    background-color: #fff;
}
.vps-details-page .sidebarMenu a.list-group-item.danger,
.vps-details-page .sidebarMenu button.list-group-item.danger,
.vps-details-page .sidebarMenu a.list-group-item,
.vps-details-page .sidebarMenu button.list-group-item{
    background-color: #fff;
    color: #2b2b2b;
}
.vps-details-page .vps-details-nav h3{
    padding: 10px 5px 0;
}
.vps-details-page .vps-details-nav{
    padding: 25px;
    background-color: #fff;
    box-shadow: 0 10px 17px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.vps-details-page .vps-details-nav button.disabled-action:disabled{
    color: #efefef;
    cursor: auto;
}
.vps-details-page .vps-details-nav button.disabled-action:disabled:hover{
    background-color: #fff;
}
.vps-details-page .vps-details-nav button.disabled-action:disabled img{
    filter: opacity(0.1);
}
.vps-details-page .myhost-table th{
    border-top: 0;
    padding: 20px 0 10px;
}
.vps-details-page .myhost-table th:first-child,
.vps-details-page .myhost-table td:first-child,
.myhost-table.invoices-changes th:first-child,
.myhost-table.invoices-changes td:first-child {
    padding-left: 35px;
}
.vps-details-page .myhost-table th:last-child,
.vps-details-page .myhost-table td:last-child,
.myhost-table.invoices-changes th:last-child,
.myhost-table.invoices-changes td:last-child{
    padding-right: 35px;
}
.vps-details-page .myhost-table table{
    border-bottom: 0;
}
.vps-details-page h3{
    font-size: 20px;
    color: #283A5E;
    font-weight: 700;
    font-family: 'Raleway';
     /*padding: 35px 35px 0; */
    margin: 0;
}
.vps-details-page .list-group-item{
    border: 0;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
    padding: 15px;
    color: #737373;
}
.vps-details-page .list-group-item:last-child{
    border: 0;
}
.vps-details-nav .list-group-item img{
    margin-right: 25px;
    width: 15px;
}
.vps-details-page .red-status:hover{
    opacity: 0.8;
}
.vnc-mobile{
    display: none;
}
.back-to-cpanel{
    color: #32343A;
    font-size: 15px;
    float: right;
    padding-bottom: 30px;
}
.back-to-cpanel:hover{
    color: #5AB0FF;
}
.back-to-cpanel i{
    font-size: 27px;
    position: relative;
    top: 5px;
    margin-right: 10px;
    color: #5AB0FF;
}
.vps-details-head{
    padding: 35px;
    border-bottom: 1px solid #e4e4e4;
}
.vps-details-head h3{
    font-size: 30px;
    font-weight: 700;
    font-family: 'Raleway';
    color: #283A5E;
    margin: 0;
}
.vps-details-head span.service-status{
    margin-top: 5px;
    padding: 0px 6px;
    height: 36px;
    line-height: 35px;
    font-size: 17px;
    border-radius: 20px;
}
.vps-details-head .upgrade-btn{
    color: #fff;
    border-radius: 30px;
    padding: 15px 30px;
}
.vps-details-head .upgrade-btn:hover{
    opacity: 0.9;
    background: #5AB0FF;
    color: #fff;
}
.vps-details-head .upgrade-btn img{
    filter: brightness(100);
    margin-right: 12px;
    margin-top: -2px;
}
.upgrade-block th,
.upgrade-block td{
    padding: 10px 15px!important;
    vertical-align: middle;
}
.upgrade-block .vat-label{
    background: #ececec;
    color: #2b2b2b;
    width: 100%;
    display: block;
    border-radius: 30px;
    padding: 10px;
}
.upgrade-block th h5,
.upgrade-block td h5{
    margin: 0;
}
.upgrade-period{
    margin: 10px 0!important;
    font-size: 12px!important;
    font-weight: 400!important;
    line-height: 17px!important;
    font-family: 'Roboto'!important;
}
.vps-specification ul{
    display: flex;
    margin-bottom: 0;
}
.vps-specification ul li{
    flex: 1;
    display: inline-block;
    text-align: center;
    border-bottom: 0;
    border-right: 1px solid #e4e4e4;
    position: relative;
    padding: 0px 0 40px;
}
.vps-specification ul li br{
    display: none;
}
.vps-specification ul li:last-child{
    border-right: 0;
}
.vps-specification li img{

}
.vps-specification ul li span{
    display: block;
    position: absolute;
    bottom: 0;
    line-height: 0;
}
.vps-more-details{
    padding: 15px 30px 5px;
}
.vps-more-details ul{
    line-height: 40px;
}
.vps-more-details ul li{
    border-bottom: 0;
    text-transform: uppercase;
    font-size: 15px;
    color: #2B2B2B;
    width: 100%;
    min-height: 56px;
    display: flex;
    align-content: center;
    align-items: center;
}
.vps-more-details ul li > b{
    text-align: right;
    display: inline-block;
    padding-right: 20px;
    white-space: nowrap;
    width: 250px;
}
.vps-more-details ul li span{
    display: inline-block;
    width: auto;
}
.vps-more-details ul li.payment-status span{
    position: relative;
    left: 12px;
}
.vps-more-details ul li em{
    display: inline-block;
}
.vps-more-details a.blue-btn{
    height: 30px;
    line-height: 29px;
}
.vps-details-page .closeVPS{
    min-width: 320px;
}
.vps-details-page .vps-graphics .graphBox img{
    width: 100%;
}
.vps-details-page .vps-graphics h5{
    font-size: 20px;
    margin: 0;
    padding: 30px 0;
}
.reinstal-content .reinstal-pass{
    min-width: 300px;
    float: right;
}
.reinstal-content .os-config h4{
    display: none;
}

.copy-btn{
    border: 0;
    border-radius: 20px;
    height: 25px;
    line-height: 25px;
    padding: 0 12px;
    color: #fff;
}
.info-server-status{
    display: none;
    float: left;
    font-size: 15px;
    color: #5AB0FF;
}
.console-page iframe{
    width: 100%;
}
.console-url{
    padding: 20px 0;
}
.console-url img{
    position: relative;
    top: -2px;
    margin-right: 10px;
}


/* vps details END */

/* profile page START */

.profile-form{
    max-width: 920px;
    margin: 0 auto;
}


/* profile page END */

/* Log & Registration modal START */

.blur{
    filter: blur(14px);
}
.log-reg-modal{
    background: #fff;
}
.log-reg-modal .modal-content{
    box-shadow: 0 0 0;
    border: 0;
}
.log-reg-modal h2{
    margin: 90px 0 50px;
}
.log-reg-modal label{
    font-size: 14px;
    font-weight: 500;
    font-family: Raleway;
    text-align: left;
}
.log-reg-modal button.log-in{
    margin-top: 40px;
    margin-bottom: 20px;
    background-color: #5AB0FF;
    color: #fff;
    width: 200px;
}
.log-reg-modal button.btn-none{
    color: #5AB0FF;
}
.log-reg-modal button.btn-none:hover{
    opacity: 0.8;
}
.log-reg-modal input,
.log-reg-modal select,
.log-reg-modal .custom-select{
    width: 100%;
    border: 2px solid #DFDFDF;
    height: 50px;
    border-radius: 30px;
    margin-bottom: 15px;
    padding: 15px;
}
.log-reg-page{
    width: 680px;
    margin: 30px auto;
    float: none;
    padding: 130px 0;
}


    /** Custom Select START **/

.custom-select-wrapper select {
    display: none;
}
.log-reg-modal .custom-select {
    position: relative;
    padding: 0;
    display: inline-block;
}
.custom-select-trigger {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 15px;
    text-align: left;
}
.custom-select-trigger:after {
    position: absolute;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-bottom: 1px solid #5AB0FF;
    border-right: 1px solid #5AB0FF;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
}
.custom-select.opened .custom-select-trigger:after {
    margin-top: 3px;
    transform: rotate(-135deg) translateY(-50%);
}
.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 100%;
    margin: 10px 0;
    text-align: left;
    overflow-y: scroll;
    max-height: 300px;
    z-index: 1;
    border: 2px solid #DFDFDF;
    background: #fff;
    transition: all .4s ease-in-out;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
}
.custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
}
.custom-options:before {
    position: absolute;
    display: block;
    content: '';
    top: -5px;
    right: 25px;
    width: 7px;
    height: 7px;
    margin-bottom: -4px;
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    background: #fff;
    transform: rotate(45deg);
    transition: all .4s ease-in-out;
}
.option-hover:before {
    background: #f9f9f9;
}
.custom-option {
    position: relative;
    display: block;
    padding: 0 22px;
    border-bottom: 1px solid #dfdfdf;
    font-size: 18px;
    color: #2b2b2b;
    line-height: 47px;
    cursor: pointer;
    transition: all .4s ease-in-out;
}
.custom-option:first-of-type {
    border-radius: 4px 4px 0 0;
}
.custom-option:last-of-type {
    border-bottom: 0;
    border-radius: 0 0 4px 4px;
}
.custom-option:hover,
.custom-option.selection {
    color: #5AB0FF;
}

    /** Custom Select END **/


/* Log & Registration modal END */

/* contact us page START */

.contact-us-page{
    padding: 200px 0 100px;
}
.sleeping-picture{
    max-width: 80%;
    margin-bottom: 50px;
}
.contact-us-page form{
    padding-top: 60px;
}
.contact-form-info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.contact-form-info > span.df{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex: 1;
    position: relative;
}
.contact-us-page img{
    margin-right: 30px;
}
.contact-us-page .input-group,
.contact-us-page textarea{
    width: 100%;
    resize: none;
}
.contact-us-page input{
    height: 50px;
    padding: 20px;
    border-radius: 50px!important;
}
.contact-us-page textarea{
    padding: 20px;
    border-radius: 30px!important;
}
.contact-us-page label{
    font-size: 14px;
    font-weight: 500;
    font-family: Raleway;
}
.contact-us-page button{
    height: 50px;
    width: 205px;
    margin-top: 20px;
    background-color: #5AB0FF;
}
.contact-us-page button:hover{
    background-color: #5AB0FF;
    opacity: 0.8;
    box-shadow: 0 11px 15px rgba(0, 0, 0, 0.12);
}


/* contact us page END */


/* about page START */
.about-us-section{
    padding-top: 120px;
}
.head-title h1{
    font-size: 58px;
    color: #283A5E;
    font-family: Raleway;
    font-weight: 700;
}
.head-title h1 span{
    color: #5AB0FF;
}
.head-title p{
    font-size: 15px;
    font-weight: 400;
}
.blue-place{
    color: #fff;
    padding: 50px 0;
    text-align: center;
    background-color: #5AB0FF;
    font-size: 20px;
    font-weight: 500;
    font-family: Raleway;
    position: relative;
}
.arrow-down{
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #5AB0FF;
    bottom: -40px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.team-wrapper{
    background-image: url(../img/new/blue-cirlce.svg);
    background-position: top right;
    background-repeat: no-repeat;
    margin-top: -220px;
    padding-top: 200px;
}
.team-box{
    text-align: center;
    margin-top: 120px;
}
.team-box img{
    height: 330px;
    margin-bottom: 30px;
}
.team-box span{
    height: 45px;
    width: 180px;
    color: #fff;
    border-radius: 22px;
    font-size: 15px;
    font-weight: 700;
    display: block;
    margin: 0 auto;
    line-height: 45px;
    background: #5AB0FF;
}
.team-box h4{
    color: #5AB0FF;
    font-size: 17px;
    font-weight: 700;
    margin: 20px 0;
    font-family: Raleway;
}
.team-box p{
    font-size: 15px;
    font-weight: 400;
}
.what-is-myhost{
    background-image: url(../img/new/wave_bgr.svg);
    background-position: top left;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    padding-top: 130px;
}
.what-is-myhost .heading-box{
    margin-bottom: 80px;
}
.what-is-myhost .contact-us-place{
    padding: 150px 0 50px;
}
.team-services{
    position: relative;
    top: 80px;
}
.team-services h4{
    font-size: 20px;
    font-weight: 900;
    font-family: Raleway;
    color: #5AB0FF;
    margin-bottom: 35px;
}
.team-services ul{
    padding-left: 35px;
}
.team-services li{
    font-size: 15px;
    font-weight: 400;
    position: relative;
    list-style: none;
}
.team-services li:before{
    content: '';
    position: absolute;
    left: -35px;
    top: 2px;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    background-color: #FFC35A;
}
.team-services p i{
    font-size: 13px;
}
.advantages{
    background-color: #fff;
    padding: 30px 0;
    box-shadow: 0 11px 35px rgba(0, 0, 0, 0.15);
    position: relative;
    border-radius: 10px;
    top: 100px;
}
.advantages div{
    text-align: center;
    padding: 0 110px;
    position: relative;
}
.advantages div:nth-child(2):before,
.advantages div:nth-child(2):after{
    content: '';
    position: absolute;
    top: 40px;
    height: 100px;
    width: 1px;
    background-color: #DFDFDF;
}
.advantages div:nth-child(2):before{
    left: 0;
}
.advantages div:nth-child(2):after{
    right: 0;
}
.advantages img{
    margin-bottom: 20px;
}
.advantages p{
    font-size: 18px;
    font-weight: 400;
}


/* new about page END */


/* not found START */

.not-found img{
    margin: 50px 0;
}
.not-found{
    padding: 100px 0;
}
.not-found h1{
    color: #5AB0FF;
    font-size: 69px;
    font-weight: 900;
    line-height: 60px;
    margin-bottom: 40px;
}
.not-found h2{
    font-size: 28px;
    color: #283A5E;
    margin-bottom: 15px;
}
.not-found p{
    /*font-size: 15px;*/
}
.not-found a.orange-btn{
    margin-top: 40px;
}

/* not found END */

/* support START */
.support-page .close-ticket{
    box-shadow: 0 0 0;
    background-color: #FF0000;
}
.support-page h4{
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Raleway';
    margin-bottom: 40px;
    float: left;
}
.support-page .alert-white{
    border-top: 0;
    box-shadow: 0 17px 27px rgba(0, 0, 0, 0.06);
    background-color: #fff;
    border-radius: 10px;
    padding: 0;
    margin-bottom: 30px;
}
.support-page .alert-white .alert-head{
    padding: 20px;
    margin: 0;
}
.support-page .alert-white .alert-body{
    padding: 40px 20px;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
}
.support-page .alert-white .alert-foot{
    padding: 20px;
}
.support-page textarea{
    resize: none;
    border-radius: 30px;
    padding: 15px;
}
.support-page button.blue-btn,
.support-page a.close-ticket{
    height: 50px;
    line-height: 50px;
    min-width: 205px;
    margin-top: 15px;
}
.support-page .close-ticket:hover{
    color: #fff;
    background-color: #ff5050;
}
.support-menu{
    padding: 0 25px!important;
}
.support-menu .list-group-item{
    border: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #EFEFEF;
    color: #737373;
    padding: 15px 15px 15px 50px;
}
.support-menu .list-group-item:last-child{
    border: 0;
}
.support-menu .list-group-item:hover,
.support-menu .list-group-item:hover i,
.support-menu .list-group-item.active,
.support-menu .list-group-item.active i{
    color: #5AB0FF;
    background: none;
}
.support-menu .list-group-item i{
    color: #FFC35A;
    position:absolute;
    top: 18px;
    left: 0;
}
.support-page .mail-src-position{
    padding: 35px;
}
.ticket-search{
    position: relative;
}
.ticket-search input{
    min-width: 320px;
    font-size: 14px;
}
.ticket-search button{
    position: absolute;
    top: 12px;
    right: 15px;
    background: none;
    border: 0;
}
.ticket-search button:focus{
    background: none;
}
.ticket-search i{
    font-size: 25px;
    color: #5AB0FF;
}
.support-page .ticket-status{
    background-color: #DFDFDF;
    color: #919191;
    border-radius: 12px;
    padding: 2px 9px;
    font-size: 12px;
    position: relative;
    display: inline-block;
}
.support-page .ticket-status-open{
    background-color: #9FCE00;
    color: #fff;
}
.view-message a{
    word-break: break-all;
}
.ticket-status .answered{
    position: absolute;
    top: -10px;
    right: -9px;
    padding: 2px 9px;
    line-height: 16px;
    display: inline-block;
    background: orange;
    border-radius: 40px;
}
.support-page .myhost-table span.label{
    border-radius: 12px;
    padding: 2px 9px;
    width: 100%;
    font-size: 12px;
    display: inline-block;
}
.support-page .myhost-table th{
    text-transform: uppercase;
}
.support-page .myhost-table th:first-child,
.support-page .myhost-table td:first-child{
    padding-left: 35px;
}
.support-page .myhost-table th:last-child,
.support-page .myhost-table td:last-child{
    padding-right: 35px;
}
.support-page .pagination{
    margin: 30px auto;
}
.support-page .image-upload input[type=file]{
    display: none;
}
.support-page .image-upload img{
    width: 90px;
    height: 90px;
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid #eaeaea;
    padding: 7px;
}

/* support END */

.return-page .box-panel-light{
    padding: 30px
}
.return-page h2{
    font-weight: 400;
    margin: 10px 0 40px;
    color: #283A5E;
    text-transform: uppercase;
}
.return-page h4{
    margin: 0 0 30px;
    font-weight: 400;
    font-size: 18px;
}
.return-page a.btn{
    margin: 0 10px 15px;
    min-width: 290px;
}

.box-panel{
    box-shadow: 0 11px 35px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    border-radius: 10px;
}
.box-panel-light{
    box-shadow: 0 17px 27px rgba(0, 0, 0, 0.06);
    background-color: #fff;
    border-radius: 10px;
}

.bank-transfer-page h4{
    color: #5AB0FF;
    font-size: 20px;
    font-weight: 900;
    font-family: 'Raleway';
}
.bank-transfer-page h1{
    font-size: 58px;
    text-transform: uppercase;
    color: #283A5E;
    text-align: center;
}
.bank-transfer-page .row{
    margin: 0 0 30px 0;
}
.bank-transfer-page .list-unstyled li{
    font-size: 15px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.details-label{
    text-align: right;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    padding-right: 40px;
}
.order-done-page .details-label{
    margin-bottom: 10px;
}
.invoice-balance-block i{
    font-size: 31px;
    position: relative;
    top: 7px;
    left: -40px;
}
.invoice-balance-block a.orange-btn{
    display: inline-block;
    min-width: 295px;
}
.invoice-balance-block .pt-price-tag sup {
    margin: 0;
}
.invoices-changes .btn-default{
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #5AB0FF;
    box-shadow: 0 11px 15px rgba(0, 0, 0, 0.12);
}
.due-pay-btns span.label{
    font-size: 14px;
    color: #32343A;
    padding: 0 10px;
}
.invoices-changes .due-pay-btns .yellow-status,
.invoices-changes .due-pay-btns .label-default{
    color: #fff;
}
.eurBalance{
    font-size: 14px;
    color: #737373;
    font-weight: 400;
    margin: 10px 0;
}
/* contact widget START */

.contact-widget{
    position: fixed;
    right: 10px;
    bottom: -10px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
}
.contact-widget img{
    display: block;
}
.contact-widget span{
    width: 100px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-top: -40px;
    z-index: 1;
    position: absolute;
    left: 50%;
    padding: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    text-transform: none;
}
.contact-widget span.blue-btn:hover{
    opacity: 1;
    background: #70baff;
}
.invoices-changes .btn-default:hover{
    color: #5AB0FF;
    background-color: #f3f9ff;
}

/* contact widget END */

/* modals START */

.my-modal .modal-content{
    border-radius: 16px;
}
.my-modal .modal-header{
    padding: 45px;
    border-bottom: 0;
}
.my-modal .close{
    position: absolute;
    right: 15px;
    top: 10px;
}
.my-modal .modal-body{
    padding: 0px 60px 40px;
}
.my-modal h4{
    color: #283A5E;
    font-size: 20px;
    font-family: 'Raleway';
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
    /* add funds modal START */
.add-funds-modal .modal-header{
    padding: 45px 45px 15px 45px;
}
.add-funds-modal .modal-dialog{
    width: 400px;
}
.add-funds-modal .funds-input{
    width: 100%;
    border-top-right-radius: 30px!important;
    border-bottom-right-radius: 30px!important;
}
.add-funds-modal .currency-label{
    position: absolute;
    right: 2px;
    top: 2px;
    height: 46px;
    line-height: 50px;
    z-index: 3;
    text-align: center;
    width: 80px;
    text-align: center;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border: 0;
}
.add-funds-modal button.blue-btn{
    margin-top: 20px;
    width: 100%;
    border-top-left-radius: 80px!important;
    border-bottom-left-radius: 80px!important;
}
.add-funds-modal small{
    margin: 10px 0 0;
    display: inline-block;
}
.add-funds-bgn{
    margin: 10px 0;
    float: left;
    width: 100%;
}
.add-funds-bgn span{
    font-weight: 700;
    color: #5AB0FF;
    font-size: 16px;
}
    /* add funds modal END */


    /* close ticket modal START */
.close-ticket-modal .modal-dialog{
    width: 560px;
}
.close-ticket-modal p{
    margin-bottom: 60px;
}
.close-ticket-modal .modal-body .btn{
     width: 40%;
     margin: 0 10px;
}

    /* close ticket modal END */


/* modals END */

.payment-methods{
    display: flex;
    margin: 0 auto;
    max-width: 900px;
    justify-content: center;
}
.payment-details{
    margin: 0 auto;
    max-width: 600px;
}
.payment-details li{
    border-top: 1px solid #E5E5E5;
    padding: 12px 0 10px;
}

/* new tooltip */

/* START TOOLTIP STYLES */
[tooltip] {
  position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: .9em; /* opinion 3 */
  line-height: 17px;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
}
[tooltip]::after {
  content: attr(tooltip);

  min-width: 3em;
  max-width: 21em;
  /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000; /* absurdity 2 */
  width: 90px;
}
.info-tooltip-text::after{
    width: auto;
    max-width: none;
    min-width: max-content;
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 101%;
  border-bottom-width: 0;
  border-top-color: #333;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-.5em, -50%);
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(.5em, -50%);
}
[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: .9;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: .9;
    transform: translate(0, -50%);
  }
}

/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}

/* pagination START */

.pagination{
    margin: 30px auto 60px auto;
    text-align: center;
}
.pagination ul{
    display: inline-block;
    margin: 0;
    padding: 0;
}
.pagination li{
    background-color: #fff;
    display: inline;
}
.pagination a{
    height: 35px;
    line-height: 23px;
    border: 1px solid #EFEFEF;
    color: #2b2b2b;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
}
.pagination li.active a,
.pagination li.active:hover a{
    background-color: #5AB0FF;
    color: #fff;
}
.pagination li:hover a{
    background-color: #f6f6f6;
}
.pagination li.prev-page a{
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
}
.pagination li.next-page a{
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
}
.pagination i{
    color: #DFDFDF;
}
.pagination li.next-page a.active i{
    color: #5AB0FF;
}

/* pagination END */


/* carousel START */

.owl-wrap{
    padding: 0 40px;
    max-width: 100%;
    margin: 0 auto;
    height: 165px;
    position: relative;
}
.owl-carousel{
    width: 100%;
    height: 100%;
    position: static;
}
.owl-stage{
    z-index: 2;
    display: flex;
    grid-gap: 20px;
}
/*.owl-item{
    background-color: red;
}*/
.owl-carousel .item{
    line-height: 165px;
    height: 165px;
    text-align: center;
}
.owl-carousel .owl-item{
    margin-right: 0 !important;
    text-align: center;
}
.owl-item img{
    width: auto!important;
    max-width: 100%;
    height: auto!important;
    display: inline-block!important;
    vertical-align: middle;
}
.owl-nav .fa{
    vertical-align: middle;
}
.owl-prev, .owl-next{
    position: absolute;
    top: 0;
    line-height: 165px;
    display: block;
    text-align: center;
    width: 40px;
}
.owl-nav img{
    opacity: 0.3;
}
.owl-prev{
    left: -15px;
}
.owl-next{
    right: -15px;
}

/* carousel END */

.borderedFooter{
    border-top: 1px solid #f3f3f3;
}

.success-msg,
.error-msg,
.info-msg{
    background-color: #E5F2BA;
    color: #59700D;
    font-size: 15px;
    font-weight: 400;
    border-radius: 16px;
    position: fixed;
    right: 50%;
    top: -250px;
    transform: translateX(50%);
    z-index: 100;
    padding: 15px 40px 15px 70px;
}
.success-msg img,
.error-msg img,
.info-msg img{
    position: absolute;
    left: 15px;
    top: 17px;
    height: 35px;
    width: 39px;
}
.success-msg .close-msg,
.error-msg .close-msg,
.info-msg .close-msg{
    position: absolute;
    right: 7px;
    top: 7px;
    background: none;
    border: 0;
}
.success-msg i.zmdi-close,
.error-msg i.zmdi-close,
.info-msg i.zmdi-close{
    color: #707070;
    font-size: 20px;
}
.success-msg .alert-success,
.error-msg .alert-success,
.info-msg .alert-success{
    background: none;
    border: 0;
}
.error-msg{
    background-color: #FFD4D4;
    color: #A25858;
}
.info-msg{
    background-color: #CEF0FF;
    color: #237BA2;
}
.btn{
    height: 50px;
    display: inline-block;
    line-height: 50px;
    min-width: 110px;
    padding: 0 25px;
    box-shadow: 0 11px 15px rgba(0, 0, 0, 0.12);
    font-weight: 900;
    border-radius: 80px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border: none;
    text-transform: uppercase;
}
.orange-btn{
    background-color: #FFC35A;
    border-radius: 30px;
    box-shadow: 0 11px 15px rgba(0, 0, 0, 0.1);
    height: 50px;
    font-size: 15px;
    font-weight: 900;
    color: #fff;
}
.orange-btn:hover,
.orange-btn:focus{
    opacity: 0.9;
    color: #fff;
}
.white-btn{
    color: #5AB0FF;
    font-size: 12px;
    font-weight: 700;
    background-color: #fff;
    box-shadow: 0 11px 15px rgba(0, 0, 0, 0.12);
    font-family: 'Raleway';
    border-radius: 30px!important;
}
.remove-red-btn{
    background-color: #FF0000;
    border-radius: 30px;
    min-width: 35px;
    padding: 0;
    height: 30px;
    line-height: 32px;
}
.remove-red-btn i{
    color: #fff!important;
}
.remove-red-btn:hover{
    opacity: 0.7;
}
.blue-btn{
    background-color: #5AB0FF;
}
.red-btn{
    background-color: #FF0000;
    color: #fff;
}
.grey-btn{
    background-color: #DFDFDF;
    color: #fff;
}
.blue-btn:hover,
.blue-btn:focus,
.red-btn:hover,
.red-btn:focus,
.grey-btn:hover,
.grey-btn:focus{
    color: #fff;
    opacity: 0.8;
}
.btn-none{
    background: none;
    border: 0;
}
.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}
.mt0{
    margin-top: 0;
}
.mb0{
    margin-bottom: 0;
}
.m0{
    margin: 0;
}
.bt{
    border-top: 1px solid #E4E4E4;
}


/* other classes */
.all-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.db{
    display: block;
}
.df{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.uppercase{
    text-transform: uppercase;
}
.cf:after {
    clear: both;
    content: '';
    display: table;
}
.w100{
    width: 100%;
}
.right{
    float: right;
}
.left{
    float: left;
}
.relative{
    position: relative;
}
.padd-20{
    padding: 20px;
}
.padd-0-30{
    padding: 0 30px;
}
.padd-0-20{
    padding: 0 20px;
}
.padd-10-0{
    padding: 10px 0;
}
.padd-20-0{
    padding: 20px 0;
}
.padd-0{
    padding: 0;
}
.mt10{
    margin-top: 10px;
}
.mt20{
    margin-top: 20px;
}
.mb20{
    margin-bottom: 20px;
}
.mb30{
    margin-bottom: 30px;
}
.mb50{
    margin-bottom: 50px;
}
.m-20-0{
    margin: 20px 0;
}
.bb-0{
    border-bottom: 0!important;
}
.bt-0{
    border-top: 0!important;
}
.cc-compliance>.cc-btn {
    -ms-flex: 1;
    flex: 1;
    border-radius: 50px;
}



/* services TABS */
.tabbable-panel {
    border:1px solid #eee;
    padding: 10px;
}
.services-tabs{
    border-bottom: 1px solid #eee;
}
.services-tabs > li{
    width: 50%;
    float: left;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}
.services-tabs li:first-child{
    border-right: 1px solid #eee;
}
.tabbable-line > .nav-tabs > li > a {
    border: 0;
    margin-right: 0;
    color: #ddd;
    padding: 35px;
    cursor: pointer!important;
}
.tabbable-line > .nav-tabs > li > a > i {
    color: #a6a6a6;
}

.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
    border: 0;
    background: none !important;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
    color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
    margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
    border-bottom: 4px solid #5ab0ff;
    position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
    border: 0;
    color: #2B2B2B;
    font-weight: 700;
}
.tabbable-line > .nav-tabs > li.active > a > i {
    color: #404040;
}
.tabbable-line > .tab-content {
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}
.allow-recurring {
    font-weight: 400;
}
.allow-recurring span {
    border: 1px solid #D6D6D6;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    display: inline-block;
    margin: 0px 7px -2px 0;
    position: relative;
}
.allow-recurring i {
    position: absolute;
    padding: 0;
    font-size: 13px;
    top: 0;
    left: 0;
    display: none;
    color: #5ab0ff;
}

.allow-recurring input[type="checkbox"]:checked + span i {
    display: block;
}


.vps-more-details .onoffswitch{
    margin: 7px 0 0 12px;
    width: 70px;
}
.onoffswitch *,
.onoffswitch :before
{
    transition: all 0.3s ease-in 0s;
}
.onoffswitch {
    --parentHeight: 25px;
    font-size: 12px;
    height: var(--parentHeight);
    border: 1px solid #dfdfdf;
    position: relative;
    display: inline-block;
    border-radius: 30px;
    overflow: hidden;
    cursor: pointer;
}
.onoffswitch .onoffswitch-wrap{
    height: 100%;
    padding: 0;
    width: 200%;
    float: left;
    margin-left: -100%;
}
.onoffswitch .onoffswitch-wrap::before {
    width: calc(var(--parentHeight) - 8px);
    height: calc(var(--parentHeight) - 8px);
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 3px;
    transform: translateY(-50%);
    display: block;
    content: "";
    background: #fff;
}
.onoffswitch input:checked + .onoffswitch-wrap:before{
    left: calc(100% - calc(var(--parentHeight) - 4px));
}
.onoffswitch input{
    display: none;
}
.onoffswitch input:checked + .onoffswitch-wrap{
    margin-left: 0;
}

.onoffswitch .onoffswitch-on,
.onoffswitch .onoffswitch-off
{
    padding: 0;
    height: 100%;
    width: 50%;
    height: 100%;
    color: #fff;
    float: left;
    display: flex;
    align-items: center;
}
.onoffswitch .onoffswitch-on{
    background: #5ab0ff;
    justify-content: left;
    padding-left: 8px;
}
.onoffswitch .onoffswitch-off{
    background: #ccc;
    justify-content: right;
    padding-right: 8px;
}
.onoffswitch-dedicated{
    margin: 0;
    float: left;
}
.onoffswitch-dedicated{
    text-transform: uppercase;
    width: 70px;
}
.auto-renew-tip-dedicated{
    clear: both;
    padding: 10px 0 0 0;
    max-width: 300px;
    font-style: italic;
    font-size: 13px;
}
.dedicated-server .btn {
    height: auto;
    line-height: unset;
    white-space: break-spaces;
    padding: 7.5px 25px;
}
.dedicated-server .dedicated-customlabel {
    height: 35px;
    width: calc(100% - 150px);
    float: left;
    margin-right: 15px;
    min-width: 140px;
    margin-bottom: 10px;
}
.dedicated-server .box-panel{
    margin-bottom: 20px;
}
.dedicated-server .dedicated-control .btn-sm{
    margin: 10px 5px;
}
.dedicated-server .dedicated-control .btn-sm i{
    margin-right: 5px;
}
.dedicated-server td,
.dedicated-server th
{
    padding: 15px 8px !important;
}
.dedicated-server .table{
    margin-bottom: 0;
}
.dedicated-server .table tr:first-child th,
.dedicated-server .table tr:first-child td
{
    border-top: none !important
}
.pay-auto-renew-wrap{
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pay-auto-renew-wrap .onoffswitch{
    margin-right: 15px;
    width: 70px;
}
.blocked{
    filter: grayscale(100%);
    opacity: 0.2;
    cursor: not-allowed;
}
.blocked:hover{
    opacity: 1;
}
.noAutoRenew{
    transition: all 0.5s ease-in-out;
}
.noAutoRenew:not(.blocked)[tooltip]:after,
.noAutoRenew:not(.blocked)[tooltip]:before
{
    display: none !important;
}
.payment-methods [tooltip]::after {
    width: 100%;
    max-width: none;
    white-space: break-spaces;
    border-radius: 8px;
    font-weight: 400;
}
.pricing-table-item{
    margin-bottom: 80px !important;
}
.vps-more-details ul li.auto-renew-li{
    align-items: start;
}
.vps-more-details ul li .auto-renew-tip{
    text-transform: none;
    font-size: 13px;
    font-style: italic;
    line-height: 1.3;
    padding-top: 0;
    max-width: 300px;
    clear: both;
    padding-left: 12px;
    margin-bottom: 20px;
}

.captcha{
    position: relative;
    overflow: hidden;
}

.captcha input[type="text"]{
    padding-right: 100px;
}

.captcha img {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 3;
    margin: 0;
    background-color: #f7f7f7;
    height: calc(100% - 4px);
    border-radius: 0 50px 50px 0;
}
.vps-config-info th:nth-child(1){
    padding: 12px 10px 12px 30px !important;
}
.vps-config-info th:nth-child(2){
    white-space: nowrap;
    padding: 12px 30px 12px 10px !important;
}
.tagline {
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px 8px;
    border-radius: 0 10px;
    position: absolute;
    top: 0;
    right: 0;
}
.tagline-kvm{
    background: #5ab0ff;
    color: #fff;
}
.tagline-win {
    background: #ffc35a;
    color: #fff;
}
.os-grid{
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}
.os-grid label{
    width: unset !important;
    margin: 0 !important;
}
@media (max-width: 400px){
    .os-grid{
        grid-gap: 20px;
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    }
}
.switch-wrap *{
    transition: all 0.1s;
}
.switch-wrap {
    display: flex;
    align-items: stretch;
    justify-content: center;
    height: 60px;
    margin-bottom: 25px;
    letter-spacing: 3px;
}
.switch {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 6px 6px 0 0;
    cursor: pointer;
    font-size: 20px;
    position: relative;
}
.vps-table-item{
    transition: all 0.1s;
    font-weight: 400;
}
.switch-kvm:checked ~ .switch-wrap .switch-kvm-label{
    border-width: 1px 1px 0 1px;
    color: #5ab0ff;
    border-color: #5ab0ff;
}
.switch-kvm:checked ~ .switch-wrap .switch-win-label{
    border-width: 0 0 1px 0;
    border-color: #5ab0ff;
}
.switch-win:checked ~ .switch-wrap .switch-win-label{
    border-width: 1px 1px 0 1px;
    color: #ffc35a;
    border-color: #ffc35a;
}
.switch-win:checked ~ .switch-wrap .switch-kvm-label{
    border-width: 0 0 1px 0;
    border-color: #ffc35a;
}
.switch-kvm:checked ~ .vps-win{
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 0 !important;
    overflow: hidden;
    opacity: 0;
}
.switch-win:checked ~ .vps-kvm{
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 0 !important;
    overflow: hidden;
    opacity: 0;
}
.vps-table-item .small{
    color: #737373;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}
.vps-table-item .small-ip span{
    text-transform: none;
    white-space: nowrap;
}
.vps-table-item .pricingTablePlan span {
    font-size: 12px;
    color: #848484;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 1px;
    display: inline-block;
    width: 100%;
}
.vps-table-item {
    position: relative;
    margin-bottom: 20px !important;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    grid-gap: 20px;
    align-items: center;
    padding: 20px;
}
.vps-table-item .pt-spec{
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}
.vps-table-item .pt-price-tag span.per-month{
    margin-top: 0;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 13px;
    color: #848484;
}
.vps-table-item .pt-price-tag {
    font-size: 50px;
    font-weight: 700;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: baseline;
    flex-direction: row;
    white-space: nowrap;
}
.vps-table-item .pt-price-tag > span{
    display: flex;
    position: relative;
}
.vps-table-item .pt-price-tag > span * {
    color: #5AB0FF !important;
}
.vps-table-item .pt-price-tag .pt-price-tag-big{
    font-size: 40px;
    line-height: unset;
}
.vps-table-item .pt-price-tag-small {
    display: flex;
    flex-direction: column;
}
.vps-table-item .pt-price-tag sub,
.vps-table-item .pt-price-tag sup
{
    bottom: 0;
    right: 0;
    position: relative;
    margin: 0;
    top: 0;
    line-height: 1;
    font-size: 13px;
}
.vps-table-item > * {
    width: calc((100% - 320px) / 5);
}
.vps-table-item .caption {
    width: 60px;
    min-width: 60px;
}
.vps-table-item .caption span {
    padding: 3px 0;
    border-radius: 5px;
    text-transform: uppercase;
    width: 60px;
    display: inline-block;
    text-align: center;
}
.vps-table-item .small-ip {
    width: 30px;
}
.vps-table-item .pricingTableFooter{
    padding: 0;
    width: 110px;
    min-width: 110px;
}
.vps-table-item .pricingTableFooter a.btn-custom {
    margin: 0;
    width: auto;
    border-radius: 10px;
    line-height: normal;
    height: auto;
    padding: 10px;
    min-width: 0;
    width: 110px;
}
.vps-table-item .pricingTablePlan {
    line-height: 1;
    padding: 0;
    width: 120px;
    min-width: 120px;
    text-overflow: ellipsis;
    overflow: hidden;
}
@media (max-width: 991px){
    .vps-table-item .pricingTablePlan{
        font-size: 15px;
        width: 90px;
        min-width: 90px;
    }
    .vps-table-item .pt-price-tag{
        flex-direction: column;
    }
}
@media (max-width: 767px){
    .vps-table-item::before {
        content: "";
        width: calc(100% - 20px);
        height: 1px;
        top: 45px;
        left: 10px;
        position: absolute;
        background: #f1f1f1;
    }
    .vps-table-item{
        flex-wrap: wrap;
        padding: 10px;
    }
    .vps-table-item > * {
        width: calc(100% / 3 - 13.4px) !important;
    }
    .vps-table-item .caption {
        width: 100% !important;
    }
    .vps-table-item .pricingTablePlan {
        position: absolute;
        top: 6px;
        left: 80px;
        height: 35px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .vps-table-item .pt-price-tag{
        flex-direction: row;
        width: auto !important;
        position: absolute;
        top: 7px;
        right: 10px;
    }
    .vps-table-item .pricingTableFooter{
        min-width: 0;
    }
    .vps-table-item .pricingTableFooter a.btn-custom{
        width: 100%;
    }
}

.vps-table-item .change-plan{
    display: none;
}
.vps-table-item span.change-plan-label{
    width: 19px;
    height: 19px;
    margin: 0;
    display: inline-block;
    cursor: pointer;
    padding: 0;
}
.vps-table-item span.change-plan-span {
    border: 1px solid #DEDEDE;
    width: 100%;
    height: 100%;
    border-radius: 50% !important;
    background: #fff;
    display: inline-block;
}
.vps-table-item .change-plan:checked + .change-plan-span{
    border: 5px solid #5ab0ff;
}
.upgrade-vps .vps-table-item{
    cursor: pointer;
}
.upgrade-vps .vps-table-item:hover{
    transform: scale(0.99);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.upgrade-vps .vps-table-item:hover .change-plan-span{
    border-color: #5ab0ff;
}
.upgrade-vps .vps-table-item .caption {
    width: 20px;
    min-width: 20px;
    line-height: 0;
}
.vps-table-item.disabled {
    opacity: 0.5;
    pointer-events: none;
}
.vps-table-item.disabled .caption{
    visibility: hidden;
}
.configure-vps-page .table-main th,
.configure-vps-page .table-main td,
.configure-vps-page .table-main h5
{
    padding: 1px 0;
}
.configure-vps-page .billing-time ul li label
{
    padding: 10px 0 10px 50px;
}
.configure-vps-page .billing-time ul li span
{
    top: 11px
}
.configure-vps-page td.pt-price-tag
{
    padding: 5px 0 10px 0;
}
.configure-vps-page .table-main thead{
    padding: 10px 0 0 0;
}
.configure-vps-page .table-main tbody.billing-time
{
    padding: 20px 0 5px 0;
}
.configure-vps-page .totalInfoBlock {
    padding: 15px 30px;
}
.configure-vps-page .billing-time h3 {
    margin-bottom: 10px;
}

/*dedicated*/
.dedicated-list {
    float: left;
    width: 100%;
    padding: 0 15px;
    display: grid;
    grid-gap: 50px 20px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.dedicated-list .pricingTableHead{
    padding: 20px 0 30px 0;
}
.dedicated-list .pricingTablePlan{
    padding: 0;
    margin-top: -5px;
}
.dedicated-list .pricing-table-item{
    padding-bottom: 75px !important;
    margin-bottom: 0 !important;
    height: 100%;
    position: relative;
}
.dedicated-list .pricingTableFooter{
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    padding: 0 20px 3px 20px;
}
.dedicated-list .pricingTableFeatures ul li {
    padding: 7px 20px;
}
.dedicated-list .pt-price-tag span {
    font-size: 50px;
}
.dedicated-list .pt-price-tag {
    padding-top: 10px;
}
.dedicated-list .pt-price-tag sup {
    font-size: 18px;
    margin: 0;
    position: relative;
    top: -35px;
    line-height: normal;
}
.dedicated-list .pt-price-tag sub {
    font-size: 22px;
    position: unset;
    line-height: normal;
    margin-left: -15px;
}
.dedicated-list .pt-price-tag span.per-month {
    font-size: 15px;
    margin-top: 0;
}
.dedicated-list .pricingTableFooter a.btn {
    margin: 0 0 10px 0;
    height: 40px;
    line-height: 40px;
}
.dedicated-list .pricingTableFeatures{
    padding: 0 15px 10px 15px;
}
.dedicated-list .caption{
    display: none;
}
@media (max-width: 992px) {
    .dedicated-list .dedicated-item {
        height: unset;
    }
}
@media (max-width: 767px) {
    .pricingTableHead {
        background-position: center bottom !important;
    }
}
.text-danger-2{
    color: red;
}