body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Open-sans',sans-serif !important;
  overflow-x: hidden;
}


.copyright ul {
    list-style:none;
    padding:0;
    margin-top:20px;
}

.copyright img {
    width:auto;
    height:30px;
        opacity: .5;
}
.copyright ul li {
    display:inline;
    color:#fff;
    padding-right:20px;
}
.text-block h3:focus {
    outline: none;
}

.how-table {
    width: 100%;
    border-collapse: collapse
}

.margin-tp-custom {
    margin-top: 25px !important;
}

.margin-tp-2-cs {
    margin-top: 29px !important;
}

.how-table th,td {
    border: 1px solid;
    padding: 15px;
}

.prices-right {
    display: flex;
    flex-direction: column;
}

.prices-right .prices ul {
    margin-bottom: 0;
    padding-top: 15px;
}

.prices-right .prices {
    display: flex;
    padding-top: 25px;
}
.flex-icons a {
    color:#fff !important;
}

.little-card {
    background-color: #e86120;
    margin-right: 15px;
    padding: 15px;
    border-radius: 4px;
}

.little-card .name-space {
    color: #fff;
    font-size: 15px;
}

.little-card .price {
    color: #fff;
    font-weight: 700;
}

.little-card .price sup {
    color: #fff;
    margin-left: -1px;
}

.template-text h2 {
    font-size: 32px;
}

.template-text .green-wp {
    color: #259b24;
}

.template-text ul li {
    padding: 5px;
}

.template-text .order-ctas {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.template-text .wp-price strong {
    color: #259b24;
}

.template-hosting .col-lg-6 {
    max-width: 100%;
    height: 100%;
}

.template-hosting .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* support */

.important-header-part .from-hosting {
        display: inline-block;
    font-weight: 700;
    padding: 10px 15px;
    border: 1px solid #474b4f;
    color: #000;
    text-transform: none;
    cursor: pointer;
    font-size: 17px;
    background: #474b4f;
    color: #fff;
    transition: .2s linear all;
}


.d-block-x {
    display: block !important;
}

.faqs a.button-stylish {
    border-color: #474b4f !important;
}

.support {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.support-text {
    text-align: center;
}

.support-text h4 {
    font-size: 32px;
    color: #474b4f;
}

.support-text p {
    color: #474b4f;
}

.support img {
    width: 249px;
    height: 275px;
}

.support .img-supp {
    justify-content: center;
    display: flex;
    align-items: flex-end;
}


/* end support */

/* Performance */

a.from-hosting {
     background: linear-gradient(to right, #fff 50%,  #474b4f 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    border: 1px solid #474b4f;
    padding: 15px 45px;
    color: #fff !important; 
}

a.from-hosting:hover {
    color: #474b4f !important;
    border-color: #fff;
    background-position: left bottom;
}

.custom-questions a.button-stylish:hover {
    border-color: #474b4f !important;
}

.domain-search input.button-stylish {
    width: auto !important;
}

.order-ctas {
    min-height: 88px;
    
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-stylish {
    background: linear-gradient(to right, #fff 50%,  #e86120 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    border: 0 !important;
    padding: 15px 45px;
    color: #fff !important; 
    width: 100%;
}

.button-stylish:hover {
    color: #474b4f !important;
    border-color: #fff;
    background-position: left bottom;
}

.ssl-ctas a.ssl-cta {

    background: linear-gradient(to right, #e86120 50%,  #2dba2a 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    padding: 15px 45px;
    color: #fff !important; 
    width: 100%;
}

.ssl-ctas a.ssl-cta:hover {
    color: #fff !important;
    border-color: #474b4f;
    background-position: left bottom;
}

.custom-reseller a.button-stylish:hover {
    border-color: #474b4f !important;
}

.custom-reseller p {
    margin-bottom: 35px;
}

.order-ctas a {
background: linear-gradient(to right, #e86120 50%,  #2dba2a 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    border: 0;
    padding: 15px 45px;
    color: #fff !important;
    margin-right: 15px;
    
    position: absolute;

}
.order-ctas a:hover {
    color: #fff !important;
    border-color: #474b4f;
    background-position: left bottom;
}

.table-ctas a {
    background: linear-gradient(to right, #474b4f 50%,  #2dba2a 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    border: 1px solid #259b24;
    padding: 15px 45px;
    color: #fff !important;
    margin-right: 15px;
}

.table-ctas a:hover {
    color: #fff !important;
    border-color: #474b4f;
    background-position: left bottom;
}


.from-hosting sup {
    color: #fff;
    margin-left: 2px;
}

span.from-hosting:hover sup {
    color: #000;
}

.tlds .price sup {
    margin-left: -3px;
    font-size: 12px;
}

.menu-title {
    font-size: 18px;
}

    .next-item-description p {
        text-align: left !important;
    }

.new-monthly sup {
    color: #259b24;
}

.price sup {
    color: #259b24;
    margin-left: 2px;
}

.performance {
    padding: 3rem 0 !important;
    background-color: #23304c;
}

.performance-top {
    padding: 1.5rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.performance-top h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
}

.performance-top h3 strong {
    color: #fff;
}

.p-icons li {
    display: inline-block;
    list-style: none;
    margin-right: 45px;
}

.performance-icons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.p-description {
    font-size: 18px;
    color: #fff;
}

.icon-wrapper {
    color: #fff;
}

.performance-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.p-btns-money {
    margin-top: 50px;
    font-weight: 700;
}

.performance-btns .p-btns {
    margin-top: 30px;
}

.p-btns a, .next-ctas a {
    background: linear-gradient(to right, #e86120 50%,  #259b24 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    border: 0;
    padding: 20px 50px;
    color: #fff !important;
    margin-right: 15px;
}

.p-btns a:hover, .next-ctas a:hover {

    background-position: left bottom;
}

.p-btns-money {
    color: #fff;
    text-transform: uppercase;
}

.up-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.up-wrapper ul {
    background: #fff;
    padding: 50px;
    position: relative;
}

.up-wrapper ul li {
    display: inline-block;
    list-style: none;
    border-right: 1px solid #e8e8e8 ;
}

.up-wrapper ul li:last-child {
    margin-right: 0 !important;
    border-right: 0 !important;
}

.up-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.up-box .up-icon i {
    font-size: 36px;
}

.up-box .up-box-icon-wrapper {
    margin-bottom: 15px;
}

.up-box .up-title {
    font-weight: bold;
    color: #259b24;
    font-size: 18px;
}

.up-box .up-description {
    font-size: 16px;
    color: #adadad;
    font-weight: bold;
}

.up-wrapper ul:after {
    content: '';
    position: absolute;
    bottom: -19px;
    left: 47%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
}

.next-section {
    padding-top: 60px;
}

.next-section h3 {
    font-weight: 500;
}

.next-section h3, .next-section p {
    text-align: center;
    color: #fff;
}

.next-section strong {
    color: #fff;
}

.next-items li {
    display: inline-block;
    list-style: none;
    margin-top: 45px;
}

.next-items .nav-item-wrapper {
    display: flex;
}

.next-item-description h4,
.next-item-description p {
    margin: 0 !important;
}

.next-item-icon {
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #259b24;
    background-color: #259b24;
    padding: 15px;
}

.next-item-icon i {
    color: #fff;
    font-size: 24px;
}

.next-item-description h4 {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.next-item-description p {
    font-size: 14px;
}

.next-item-description {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.next-ctas {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 25px;
}

.p-icons li:hover .p-description {
    color: #259b24;
}
/* End performance */

.nerd {
  height: 46px;
  border: 1px solid #dfdfdf;
  max-width: 280px;
  position: relative;
  font-size: 16px;
  font-family: 'Open-sans',sans-serif !important;
  background-color: #F7F8FA;
  margin: 15px;
}

.nerd-selected .price {
  color: #259B24;
  font-weight: 700;
}

.nerd-selected div {
  color: #979aa0;
  font-weight: 700;
}

.nerd-selected {
    padding: 11px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.nerd-selected-arrow {
    position: absolute;
    width: 8px;
    height: 8px;
    border-right: 2px solid #909194;
    border-bottom: 2px solid #909194;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
    right: 15px;
}

.selected-values {
  width: 100%;
  position: absolute;
  top: 46px;
  left: -1px;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
      background-color: #F7F8FA;
      z-index:100;
      display: none;
}

.selected-values ul {
  padding-left: 0px !important;
  margin-top: 0 !important;
}

.selected-values ul li {
    text-align: left;
  list-style: none;
  margin-bottom: 15px;
  color: #979aa0;
  font-weight: 700;
  margin-bottom: 0 !important;
  padding: 15px;
  user-select: none;
  font-size: 16px;
  font-family: 'Open-sans',sans-serif !important;
}

.selected-values ul li .price {
  color: #259B24;
  font-weight: 700;
}

.selected-values ul li:hover {
  background-color: #F7F8FA;
}

.fl {
  display: flex;
  justify-content: space-between;
}


.cookie {
    max-width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  padding:5px 0;
}

.cookie-hidden {
 display:none;
}

.cookie a {
     color: #ce3333;
     font-size:12px;
}

.cookie button {
    border: none;
    background: #259b24;
    color: #fff;
    font-size:12px;
    padding:5px;
}

.cookie p {
    font-size:12px;
 margin:0;
}

/* tab content h3 */
.mt-0 {
    margin-top: 0 !important;
}
/* end tab content h3 */

.container{
    max-width:1280px;
}


.a-big-container{
    max-width:1600px;
}

h1, h2, h3, h4, h5, h6 {
  color: #222629;
  font-weight: 800;
}

p, span, strong, b, em, sup, li, td, th {
  color: #474b4f;
  line-height: 1.6;
}

a {
  color: #259b24;
  text-decoration: none;
  -webkit-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
}

a:not(.btn) {
  color: #259b24;
  text-decoration: none;
  -webkit-transition: 0.1s all ease-in-out;
  /*transition: 0.1s all ease-in-out;*/
  transition: 0.3s all ease-in-out;
}


.promo {
    overflow: hidden;
    z-index: 1001;
    position: absolute;
    bottom:0;
    background: #111;
    background: rgba(0,0,0,0.5);
    height: 55px;
    margin-top: 0px;
    text-align: center;
    width:100%;
}

.promo ul {
    padding-left:0;
    list-style:none;
}

.promo ul li {
    display: inline-flex;
    color: #fff;
    margin: 0 10px;
    text-shadow: 1px 1px #000;
    font-weight: 600;
    font-size: 16px;
}

.promo ul li i {
 color: rgba(27, 153, 26, 0.78);
    background: #fff;
    border-radius: 50%;
    padding: 5px;
}

i.fas.fa-times {
    color:red;
}

.important-header-part {
    width: 500px;
    height: 400px;
    background: #0000006b;
    position: absolute;
    right: 16.4%;
    text-align: right;
    bottom: 16%;
    padding: 50px;
}

.important-header-part h1 {
    color: #fff;
    border-bottom: 1px solid;
    padding-bottom: 15px;
    font-size:28px;
    text-transform: uppercase;
}

.important-header-part ul {
    list-style:none;
}

.important-header-part ul li {
    color: #fff;
    line-height: 27px;
    font-size: 16px;
}

.from-hosting {
        display: inline-block;
    font-weight: 700;
    padding: 10px 15px;
    border: 1px solid #474b4f;
    color: #000;
    text-transform: none;
    cursor: pointer;
    font-size: 17px;
    background: #474b4f;
    color: #fff;
    
    transition: .2s linear all;
}

span.from-hosting.margin-25{
    margin:25px 0;
}

span.from-hosting:hover{
    color:#000;
    background:#fff;
}
a:not(.btn):hover {
  color: #1e801c;
  text-decoration: none;
}

.section-title {
  color: #259b24;
  text-align: center;
  margin-bottom:65px;
}

.section-title span {
  font-weight: 400;
  font-size: 1rem;
  display: block;
  padding: .5rem 0;
  margin-top: 1rem;
  position: relative;
}

.section-title span:after {
  position: absolute;
  content: '';
  z-index: -1;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 40%;
  right: 40%;
  border: 1px solid;
  border-color: #259b24 transparent #259b24 transparent;
}

.muted1 {
  opacity: .5;
}

.size-logo-footer{
    /*width:190px;*/
    /*margin-left:-5px;*/
    opacity:.9;
}

.muted2 {
  opacity: .68;
}

.text-white {
  color: #fff !important;
}

.text-block{
    padding: 15px 30px;
    background: #f8f8f8;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}

.links-block{
    position: sticky;
    top: 100px;
    padding: 10px 30px;
    margin: 30px 0;
    background: #f8f8f8;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    transition: .2s all ease-in-out;
}

.links-block a{
    display: block;
    margin: 15px 0;
    color: #333 !important;
    transition: .3s linear all;
}

.links-block a:hover {
    color: #259b24 !important;
}

.politicus {
    position: sticky;
    top: 70px;
    padding: 10px 30px;
    margin: 30px 0;
    background: #f8f8f8;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    transition: .2s all ease-in-out;
}

.btn {
  display: inline-block;
  padding: 1rem 2rem;
  color: #222629;
  background: transparent;
  text-decoration: none;
  border-radius: 2px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  font-weight: 600;
  border: none;
}

.btn-color {
  color: #fff;
  background: #259b24;
  
}

.button .btn-color{
    padding: 30px;
    
}

.btn-size{
    font-size:27px;
}

.btn-color:hover {
  background: #1e801c;
}

.card .btn-color{
    background:#259b24;
}

.btn-white {
  background: #fff;
  color: #259b24;
}

.btn-white:hover {
  color: #fff;
  background: #222629;
}

.btn-black {
  background: #474b4f;
  color: #fff;
}

.btn-black:hover {
  background: #222629;
}

.btn-ghost {
  background: transparent;
  color: #222629;
}

.btn-ghost:hover {
  color: #259b24;
}

.i-spec{
   margin-right: 8px;
    margin-left: 3px;
}

.text-align-to-center{
    display:flex;
        justify-content: center;
    align-items:center;
}

.card:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.card .title{
    padding-top:2px;
}

img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  width: 100%;
  height: 100%;
}

section {
  padding: 5rem 0;
  box-shadow: 0 2px 2px 0 rgba(34, 38, 41, 0.1);
} /*A fost 6rem*/


header {
  background: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(34, 38, 41, 0.1);
          box-shadow: 0 1px 2px 0 rgba(34, 38, 41, 0.1);
  width: 100%;
}

header .container {
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100% !important;
    width: 1280px;
    padding: 20px 0;
}


a.my-account {
       background: #1b991a !important;
     float: right !important; 
    color: #fff !important;
    width: auto;
    font-size: 30px !important;
    font-size: 14px;
    color: #fff;
    font-weight: 700 !important;
    text-align: center; 
}

section.check-domain {
    padding: 0;
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.check-domain {
    width:100%;
}

.check-domain .left-part {
    float:left;
    text-align:right;
       min-height: 226px;
    background:#222629;
}
.check-domain h3 {
  font-size: 25px;
    text-transform: uppercase;
    color: #fff; 
    font-weight:600;
}

.left-part p {
    color: #ccc;
    margin:0;
    font-size: 15px;
}
.check-domain .right-part {
    float:right;
    background:red;
    padding: 0;
    padding-left: 15px;
    background: #259b24;
}

input#search {
      border: 1px #fff solid;
    padding: 15px 20px;
    /*color: #fff;*/
    color: #000;
    width: 54%;
    font-size: 20px;
    float: left;
        border-radius: 5px;
     height: 56px;
    background:#ffff;
}

input#submit {
        width: 20.5%;
        color: #fff;
    
        border: 1px solid  #474b4f;
        padding: 8px;
        text-transform: uppercase;
        font-size: 22px;
        font-weight: 700;
        float: left;
        cursor: pointer;
        text-align: center;
        height: 56px;
        margin-left:10px;
        border-radius: 5px;
    }

/*input#submit:hover {*/
/*    background:#fff;*/
/*    color:#4BAD4B;*/
/*}*/

input#search:focus {
   outline:none;
}
.promo ul li img {
    width:22px;
    margin-right: 10px;
}

.check-domain input::placeholder {
  color: #333;
}

header .top-bar {
  border-bottom: 1px solid #eaeaea;
}

header .top-bar a {
  display: inline-block;
  padding: .5rem 1rem;
  color: #222629;
  background: transparent;
  text-decoration: none;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

header .top-bar a:hover {
  background: #259b24;
  color: #fff;
}

header .top-bar p {
  margin: 0;
}

a.logo-link{
    padding: 0 0!important;
}

header .main-nav {
  padding: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(34, 38, 41, 0.1);
          box-shadow: 0 1px 2px 0 rgba(34, 38, 41, 0.1);
  -webkit-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
}


header .main-nav a {
  display: inline-block;
  position: relative;
  padding: .5rem .6rem;
  color: #222629;
  background: transparent;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  text-transform:uppercase;
  font-size:14px;
}




header .main-nav a:not(.logo-link):after {
  position: absolute;
  content: '';
  left: 1rem;
  right: 1rem;
  bottom: -1.5rem;
  height: 4px;
  background: transparent;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

header .main-nav a:hover {
  color: #259b24;
}


header .mobile-button {
  display: none;
}

header .mobile-button i {
  font-size: 2rem;
}

header .mobile-menu {
  position: fixed;
  z-index: 99999999;
  margin-left: -250px;
  width: 250px;
  height: 100vh;
  left: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  border-right: 1px solid #eaeaea;
  padding: 3.2rem 1rem;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

header .mobile-menu .mobile-menu__logo {
  margin-bottom: 3.2rem;
}

header .mobile-menu a {
  display: inline-block;
  position: relative;
  padding: .5rem 1rem;
  margin-bottom: .5rem;
  color: #222629;
  background: transparent;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

header .mobile-menu a:hover {
  color: #259b24;
}

.mobile-menu--on {
  margin-left: 0 !important;
}

.hero {
  /*padding: 2rem 0;*/
  /*background-image:url("/assets/new/Serverhub.jpg");*/
  background-size:cover;
  height:400px;
  background-attachment:fixed;
  /*display: -webkit-box;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  /*-webkit-box-align: center;*/
  /*    -ms-flex-align: center;*/
  /*        align-items: center;*/
          
          
    /*height: 500px;*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
}


.hero-image img{
    object-position: center;
    height: 300px;
}

section.image-hero{
    padding: 0;
    height: 300px;
    background-color: #259B24;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.hero .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero .btn {
  margin: 1rem 0 0 0;
}

.hero h1, .hero h2, .hero h3, .hero h4, .hero h5, .hero h6, .hero p {
  margin-top: 0;
  color: #fff;
}

.hero p {
  margin-bottom: 0;
}

.hero-small {
  padding: 6rem 0;
  background: -webkit-gradient(linear, left top, right top, from(#259b24), to(rgba(37, 155, 36, 0.2)));
  background: linear-gradient(90deg, #259b24, rgba(37, 155, 36, 0.2));
  min-height: auto;
  display: block;
  position: relative;
}

.hero-small .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.hero-small .bg-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}

.services {
  /*position: relative;*/
  /*background: #f1f1f1;*/
  background: #f7f8fa;
}

.grey-top:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  /*background: #222629;*/
  /*height: 300px;*/
}

.benefits {
  padding: 1rem 0 0 0;
  background: linear-gradient(90deg, #259b24, rgba(37, 155, 36, 0.6)), url('../assets/hex-pattern.png');
  border-top: 1px solid #1e801c;
  border-bottom: 1px solid #1e801c;
}

.benefits .benefit:hover {
  cursor: pointer;
}

.benefits .benefit:last-of-type {
  padding-bottom: 6rem;
}

.benefits .screen {
  width: 100%;
  height: 100%;
}

.benefits .screen img {
  -o-object-position: bottom;
     object-position: bottom;
}

.service-features {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.95)), to(rgba(255, 255, 255, 0.9))), url("https://images.pexels.com/photos/257736/pexels-photo-257736.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9)), url("https://images.pexels.com/photos/257736/pexels-photo-257736.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.service-features .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service-features .top-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 2px;
  margin: 1rem 0;
}

.service-features .top-feature h3, .service-features .top-feature p {
  margin: 0;
}

.service-features .top-feature i {
  font-size: 3rem;
  color: #259b24;
  margin-right: 1rem;
}

.service-features .tech-specs {
  background: #259b24;
  padding: 2rem 1rem 1rem 1rem;
  text-align: center;
}

.service-features .tech-specs h2 {
  margin: 0 0 1rem 0;
}

.service-features .tech-specs * {
  color: #fff;
}

.service-features .tech-specs .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.service-features .tech-specs .list .col1, .service-features .tech-specs .list .col2 {
  padding: .5rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 50%;
}

.service-features .tech-specs .list small {
  display: block;
  margin: .5rem;
}

.responsive-table {
    overflow: auto;
    margin-left: 140px;
    margin-right: 140px;
}

.responsive-table th, .responsiver-table td{
    /*border: 1px solid #e7e7e7;*/
}

.responsive-table td a{
    color:#fff;
}
.responsive-table td a:hover{
    color:#fff;
    /*background: #1e801c*/
}



#compare:focus{
    outline: none;
    border: none;
    box-shadow: none;
}

.responsive-table table {
  width: 100%;
  empty-cells: show;
  text-align: center;
  border-collapse: collapse;
}

.responsive-table td, .responsive-table th {
  /*padding: 2rem 1rem;*/
  padding: 1rem 0.5rem;
}

.responsive-table th {
  /*color: #259b24;*/
  color: #000;
}

.responsive-table th:nth-child(1) {
  text-align: left;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  background: #fff;
}

.responsive-table tr:nth-child(even) {
  background: #ecfbec;
}

.responsive-table tr:nth-child(even) th {
  background: #ecfbec;
}

.other-services {
  background: linear-gradient(90deg, #259b24, rgba(37, 155, 36, 0.6)), url('../assets/hex-pattern.png');
  border-top: 1px solid #1e801c;
  border-bottom: 1px solid #1e801c;
}

.other-services .related-service {
  background: #fff;
  display: block;
  padding: 1rem;
  margin: 1rem 0;
  border-radius: 2px;
  text-align: center;
  -webkit-box-shadow: 0 1px 2px 0 rgba(34, 38, 41, 0.1);
          box-shadow: 0 1px 2px 0 rgba(34, 38, 41, 0.1);
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.other-services .related-service h3 {
  color: #259b24;
  margin-bottom: 0;
}

.other-services .related-service:hover {
  -webkit-box-shadow: 0 30px 30px -20px rgba(34, 38, 41, 0.1);
          box-shadow: 0 30px 30px -20px rgba(34, 38, 41, 0.1);
}

.banner {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.95)), to(rgba(255, 255, 255, 0.9))), url("../assets/ssl-seo-banner.jpg");*/
  /*background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9)), url("../assets/ssl-seo-banner.jpg");*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  
  background:url("/assets/new/ssl-banner-2.jpg");
  background-attachment:fixed;
  background-size:cover;
}

.banner .banner-text {
  /*background: #259b24;*/
  /*padding: 1rem 2rem;*/
  /*-webkit-box-shadow: 1rem 1rem 0 #1e801c;*/
  /*        box-shadow: 1rem 1rem 0 #1e801c;*/
  margin-left:30px;
}

.technology .col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.technology .col-12 .logo {
  display: inline-block;
  width: 100px;
  margin: .5rem 1.5rem;
  opacity:.8;
}

.technology .col-12 .logo:hover {
    opacity:1;
}

.faqs{
    border-top: 1px solid #eaeaea;
}

.faqs .new-button-details{
    color:#fff;
    font-weight:600;
}
.faqs .new-button-details:hover{
    color:#fff;
    background: #1e801c;
}

.faqs .faqs-block {
  background: #eaeaea;
  padding: 1rem;
}

.faqs .faqs-block .faq {
  border: 2px solid #eaeaea;
}

.faqs .faqs-block h5 {
  margin: 0;
}

.faqs .faqs-block .faq__title {
  padding: 1rem;
  background: #fff;
  cursor: pointer;
}

.faqs .faqs-block .faq__body {
  padding: 0 1rem;
  overflow-y: hidden;
  background: #fff;
  height: 0;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.faqs .faqs-block .faq__body p {
  margin: 0 0 1rem 0;
}

.text-content .text-column {
  margin: 1rem 0;
}

.text-content .text-column__heading i {
  color: #259b24;
  margin-right: 1rem;
}

.dark-bg {
  /*background: #f7f7f7;*/
  background-color: #f7f8fa;
  box-shadow: 0 2px 2px 0 rgba(34, 38, 41, 0.1);
}

.dark-bg .section-title span::after {
  z-index: 1;
}

footer {
  background: #222629;
}

footer .logo {
  height: 50px;
}

footer a  {
  color: #fff !important;
  display: block;
  margin-bottom: 1rem;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

footer a:hover {
  opacity: 1;
  color: #259b24 !important;
}

footer .copyright {
    display: flex;
    padding:0 40px;
    align-items:center;
    border-top: 1px solid #474b4f;
    justify-content: space-around;
}

footer .copyright p {
  text-align: center;
  margin: 0;
    padding: 0;
    padding-top: 10px;
}

.domain-search {
  padding: 3rem 0;
  /*background: #222629;*/
  min-height: 33vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          
    /*background-image:url("/assets/new/domenii-2.jpg");*/
    /*background-image:url("/assets/new/hero-images/human-domenii-3.jpg");*/
    background-image:url("/assets/new/new-hero-images/domenii.jpg");
    /*background-attachment: fixed;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.domain-search .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.domain-search .input-grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.domain-search .input-grp input[type="text"] {
  border: 2px solid #fff;
  border-radius: 5px;
  width: 100%;
  padding: .5rem 1rem;
  -webkit-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
}

.domain-search .input-grp input[type="text"]:hover, .domain-search .input-grp input[type="text"]:focus {
  border-color: #259b24;
  outline: #1e801c;
}

.domain-search .input-grp input[type="submit"] {
border-radius: 5px;
    margin-left: 10px;
}

.domain-search-adv .tlds {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.custom-checkis .tlds {
    
    padding: 15px 0px;

    justify-content: flex-start;
}

.custom-checkis label:first-child {
    margin-left: 0 !important;
}

.custom-checkis .tlds .tld {
    padding: .2rem 1.2rem;
    justify-content: flex-start !important;
    width: auto !important;
}

.custom-checkis .tlds {
    margin-top: 0rem !important;
}

.custom-checkis .tlds .tld .custom-check {
    background-color: #e86120 !important;
}

.custom-checkis .tlds .name {
    font-size: .7rem;
        display: flex;
    justify-content: center;
    align-items: center;
}

.custom-checkis .tlds .price {
    font-size: 1rem;
}

.custom-checkis .tlds .price sup {
    font-size: .7rem;
}

.domain-search-adv .tlds .tld {
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    /* background: #26ad25; */
    background: #259b24;
    border-radius: 2px;
    border: 1px solid #fff;
    width: 182px;
    padding: 0.2rem 1.1rem;
    margin: .5rem;
    text-transform: uppercase;
    cursor: pointer;
}

.domain-search-adv .tlds .tld * {
  padding: .5rem;
  color: #eaeaea;
}

.domain-search-adv .tlds .tld input {
  position: absolute;
  visibility: hidden;
}

.domain-search-adv .tlds .tld .custom-check {
  background: #fff;
  border-radius: 2px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  margin-right: .5rem;
}

.domain-search-adv .tlds .tld input:checked + .custom-check {
  background:#222629;
}

.featured-domains {
  /*padding-top: 0;*/
  padding-top:55px;
  /*background: #222629;*/
  /*padding-bottom:55px;*/
}

.featured-domains .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.featured-domains .featured-domain {
  margin: .5rem 0;
  padding: 1rem;
  text-align: center;
  border: 2px solid #474b4f;
  background: #2e3337;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.featured-domains .featured-domain span {
  display: block;
  color: #e4e4e4;
  transition: .2s all ease-in-out;
}

.featured-domains .featured-domain .name {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.8rem;
}

.featured-domains .featured-domain .price {
  margin-bottom: .2rem;
}

.featured-domain:hover {
  cursor: pointer;
  border-color: #259b24;
  background: rgba(30, 128, 28, 0.3);
}

.featured-domains .featured-domain:hover span {
  display: block;
  color: #259b24;
}

.hosting-card {
  text-align: center;
  margin: 1rem 0;
  background-color: #259b24;
}

.hosting-card > div:not(.title) {
  /*padding: 1rem;*/
}

.hosting-card .title h3{
    color:#fff;
}

.hosting-card .price span {
    display: block;
    clip-path: polygon(0 0, 101% 0, 101% 42%, 0 56%);
    background-color: #fff;
    height: 161px;
    color: #333;
}

.hosting-card .price .monthly {
  font-size: 3rem;
  font-weight: 800;
  margin-top: 0;
}

.hosting-card .price .monthly small {
  font-size: .8rem;
  margin: .2rem;
}

.hosting-card .price .contract {
  font-size: .8rem;
  padding: .3rem .5rem;
  border-radius: 2px;
  color: #fff;
  background: #259b24;
}

/*.hosting-card .image {*/
/*  width: 100%;*/
/*  height: 130px;*/
/*}*/

.hosting-card .image img {
  -o-object-position: center;
     object-position: center;
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}

.hosting-card .spec {
  display: block;
  /*padding: .2rem 0;*/
  padding: 8px 8px;
}

.hosting-card .spec i, .hosting-card .spec b {
  margin-right: .5rem;
  color: #fff;
}

.hosting-card .spec:nth-child(even) {
  /*background: #f7f7f7;*/
}

.hosting-card:hover .image img {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
  -webkit-transition: .5s all linear;
  transition: .5s all linear;
}

.specs{
    color: #fff;
    margin-top:-40px;
}

.specs span{
    color:#fff;
}

.ssl-card {
  padding: 1rem 1rem 0 1rem !important;
  position: relative;
  margin: 1rem 0;
  box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
  background-color:#fff;
}

.ssl-card .content {
  text-align: center;
}

.ssl-card .content *:not(.overlay-toggle) {
  margin: 1rem 0;
}

.ssl-card .content .brand {
  width: 50%;
  margin: .5rem auto;
}

.ssl-card .content .price {
  font-size: 2rem;
}

.ssl-card .content a {
  display: block;
}

.ssl-card .details {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.ssl-card .details .close-overlay {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  -webkit-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
}

.ssl-card .details .close-overlay:hover {
  color: #259b24;
}

.ssl-card .details span {
  display: block;
}

.ssl-card .details span i {
  color: #259b24;
}

.feature-card {
  text-align: center;
  padding: 1rem !important;
  margin: 1rem 0;
}

.feature-card * {
  margin: 1rem 0;
}

.feature-card i {
  color: #259b24;
  font-size: 5rem;
}

/*EDIT*/
section.beneficii{
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0.85)), url('../assets/beneficii3.jpg');
  background: linear-gradient(#000, rgba(255, 255, 255, 0)), url(https://i.imgur.com/owxMHlV.jpg);
  /*background: linear-gradient(#fff, rgba(255, 255, 255, 0.7)), url('../assets/beneficii3.jpg');*/
  
  background-size: cover;
  background-position: center center;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

section.beneficii .container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 15px;
}

.beneficiu{
    display: flex;
    justify-content: space-between;
}

.beneficiu h3, .beneficiu p{
    /*color: #474b4f;*/
    color:#fff;
}

.beneficiu img{
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 100px;
    padding: 15px;
    width: 109px;
    height: 109px;
    margin-right: 15px;
}

.text p strong{
    color:#259b24;
}

.bottom-text{
    /*background: #f8f8f8;*/
    background-color: #f7f8fa;
    border-bottom: 1px solid #ddd;
}

.bottom-text .text{
    display: grid;
    grid-template-rows: auto;
    grid-gap: 15px;
    align-items: center;
}

.bottom-text .text.text-left{
    grid-template-columns: 300px 1fr;
    grid-template-areas: "image text";
}

.bottom-text .text.text-right{
    grid-template-columns: 1fr 300px;
    grid-template-areas: "text image";
}

.bottom-text .body{
    grid-area: text;
}

.bottom-text .img{
    grid-area: image;
    height: 300px;
    width: 100%;
    border: 2px solid #ddd;
}

.bottom-text .img img{
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}


/*# sourceMappingURL=main.css.map */

.web-hosting-middle-images{
    height:100%;
    width:40%;
    object-fit: contain;
}
.web-hosting-middle-images.second-web-hosting-middle-image{
    height:100%;
    width:30%;
    object-fit: contain;
}


.white-imp {
    background-color: #fff !important;
}




.parallax-home{
    /*background-image:url("/assets/home2.jpg");*/
    /*background-image:url("/assets/new/hero-images/human-index.jpg");*/
    background-image:url("/assets/new/new-hero-images/home.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height:500px;
    display: flex;
    align-items: center;
    position:relative;
}

.parallax {
    background-image:url("/assets/home2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height:500px;
    display: flex;
    align-items: center;
    position:relative;
}


.parallax h1{
    color:#fff;
}


.middle-box{
    /*width:510px;*/
    text-align:center;
    margin:auto;
    
    visibility:visible;
    opacity:1;
    transform: translateY(0) scale(1);
    transition: transform 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s, opacity 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
    
    /*padding-top:165px;*/
}

.color-black-grey{
    color: #222629 !important;
}

.padding-price-compare{
    padding-bottom:30px;
}

.vps-hosting{
    /*background-image:url("/assets/new/VPS-Hosting2.jpg");*/
    /*background-image:url("/assets/new/hero-images/human-vps.jpg");*/
    background-image:url("/assets/new/new-hero-images/vps-hosting.jpg");
}

.vps-hosting-title{
    font-size:70px;
}

.web-hosting{
    /*background-image:url("/assets/new/Web-hosting.jpg");*/
    /*background-image:url("/assets/new/hero-images/human-web-hosting.jpg");*/
    background-image:url("/assets/new/new-hero-images/web-hosting.jpg");
    
}

.web-hosting-title{
    font-size:70px;
    margin:0;
}

.domenii{
    background-image:url("/assets/new/Domenii.jpg");
}

.domenii-title{
    font-size:70px;
}

.ssd-hosting{
    /*background-image:url("/assets/new/ssd-hosting.jpg");*/
}

.ssd-hosting-title{
    font-size:70px;
}

.certificate-ssl{
    /*background-image:url("/assets/new/certificari-ssl-1.jpg");*/
    /*background-image:url("/assets/new/hero-images/human-certificate-ssl.jpg");*/
    background-image:url("/assets/new/new-hero-images/certificate-ssl.jpg");
 background-attachment:initial;
    
}

.certificate-ssl-title{
    font-size:67px;
}

.reseller{
    /*background-image:url("/assets/new/reseller.jpg");*/
    /*background-image:url("/assets/new/hero-images/human-reseller.jpg");*/
    background-image:url("/assets/new/new-hero-images/reseller.jpg");
}

.reseller-title{
    font-size:70px;
}

.servere-dedicate{
    /*background-image:url("/assets/new/Serverhub.jpg");*/
    /*background-image:url("/assets/new/hero-images/human-servere-dedicate.jpg");*/
    background-image:url("/assets/new/new-hero-images/servere-dedicate.jpg");
}

.servere-dedicate-title{
    font-size:54px;
}

.new-card{
     /*box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);*/
     box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
     background:#fff;
     border-radius:5px;
     text-align:center;
}

.tlds .name {
  font-weight:bold;    
}

.tlds .price {
    font-size: 12px;
    padding-top: 11px !important;
}

.new-card .new-title{
    padding: 10px 0px 0px 0px;
    
}

.new-border{
    border-bottom: 3px solid #259b24;
    margin: 25px auto;
    max-width:290px;
}

.second-border{
    border-bottom: 1px solid #ccc;
    margin: 20px auto;
    max-width:290px;
}

.new-card .new-monthly{
    font-size:37px;
    font-weight:600;
    color:#259b24;
}

.new-card .new-monthly small{
    font-size:16px;
    color:#000;
}

.new-price{
    margin:16px;
}

.new-anual-price{
    font-size:14px;
}

.new-specs{
    margin:2px;
    text-align:left;
}

.new-spec{
    padding-left:50px;
    margin: 20px 15px;
    
}

.color-green{
    color:#259b24;
}

.new-button{
    padding: 20px;
    text-align: center;
}

.image-servere-dedicate{
    width:48%;   
    height: 100%;
}

.new-button-details{
    border-radius: 3.75em;
    display: inline-block;
    background: #259b24;
    color: #fff;
    /*text-transform: uppercase;*/
    text-decoration: none;
    position: relative;
    z-index: 2;
    
    box-shadow: 2px 2px 4px rgba(0,0,0,0.24);
    padding: 12px 20px;
    font-size: 14px;
    line-height: 170%;
}

.new-button a{
    text-decoration:none;
    color:#fff;
}

.new-button a:hover{
    color:#fff;
    background: #1e801c
}

.new-button-for-compare-price{
    padding: 35px;
    text-align:center;
}

.new-button-for-compare-price-details{
    font-size: 17px;
}

.col-lg-3 .new-card .new-border{
    max-width:220px;
}

.col-lg-3 .new-card .second-border{
    max-width:220px;
}

.col-lg-3 .new-card .new-specs .new-spec{
    padding-left:35px;
    margin-left: 40px;
}

.new-brand{
    width:70%;
    margin:auto;
    /*padding-top:70px;*/
}

.new-brand .new-border{
    margin:0;
}

.servere-dedicate-cards{
    background-color:#fff;
    padding:10px;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
    border-radius: 10px;
    margin-bottom: 30px;
}

.cards-server-dedicate .color-server-dedicate{
    background-color:#d8f7d8;
}


.col-lg-2 .new-monthly{
    font-size:27px;
    font-weight:600;
    /*padding-top: 65px;*/
}

.col-lg-2 .new-monthly small{
    color:#000;
}

.col-lg-2 .new-button{
    /*padding-top:90px;*/
}

.grey-border-right{
    /*border-right:1.5px solid #f1f1f1;*/
    border-right:1px solid #d2d2d2;
}

.ribbon {
  position: relative;
  /*left: -5px; */
  /*top: -5px;*/
  left:-15px;
  top:-15px;
  /*z-index: 1;*/
  /*overflow: hidden;*/
  /*width: 75px;*/
  /*height: 75px;*/
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#F70505 0%, #8F0808 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 20px; 
  left: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #8F0808;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
.ribbon span::after {
  content: "";
  position: absolute;
  right: 0px; 
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8F0808;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}


.prices-information{
    font-size:7px;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 2px 4px 2px;
    cursor: pointer;
}

span[data-descr]:hover::after{
    content: attr(data-descr);
    position: absolute;
    /*left: 0;*/
    /*top: 16px;*/
    /*min-width: 200px;*/
    border: 1px #aaaaaa solid;
    border-radius: 10px;
    padding: 12px;
    color: #000000;
    font-size: 16px;
    z-index: 1;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
    transition: all 0.3s ease-in;
    
    
    -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
    
    -webkit-animation-name: both;
  animation-name: both;
    
    display:block;
    background-color:#fff;
    
    left:-4px;
    top:-11px;
    min-width:190px;      
    
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
 
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
 
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
 
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
 
  to {
    opacity: 0;
  }
}

.new-button-specificatii{
    margin-top:-15px;
}

.new-button-specificatii-details{
    font-size: 12px;
    /*margin: 43px;*/
    text-decoration: underline !important;
    color:#259b24 !important;
}

.new-button a.new-button-specificatii-details:hover{
    background:transparent !important;
}

.ml-100 .new-button-details{
    color:#fff;
}
.ml-100 .new-button-details:hover{
    color: #fff;
    background: #1e801c;
}



/*.vezi-toate-domeniile{*/
/*    color:#fff;*/
/*}*/

.culoare-alb{
    color: #fff !important;
    font-weight: 600;
    margin:20px 0;
}

.culoare-alb:hover{
    background-color:#1e801c !important;
}

@media only screen and (min-width:2000px){
    .image-faq{
            position: absolute;
    opacity: 0.2;
    margin-left: 900px !important;
    margin-top: -60px;
    width: 1000px;
    }
}

@media only screen and (max-width:1900px){
    .cloud{
        display:none;
    }
    
    .image-faq{
        display:none;
    }
}

@media only screen and (max-width:1440px) and (min-width:1025px){
    .a-big-container{
        max-width:1330px;
    }
    
    .important-header-part{
        right:3%;
    }
}

@media only screen and (max-width: 1024px) and (min-width:769px) {
    .custom-checkis .tlds {
        display:none !important;
    }
    .col-lg-3 .new-card .new-specs .new-spec {
        background:none;
        padding:20px 0 !important;
    }
    header .mobile-button {
      display: flex !important;
        margin-right: 5px;
  }
  
  .menu-title {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 5px;
  }
    
  .main-nav__links {
    display: none;
  }
  
  .mobile-button {
    display: inline !important;
  }
  
  section.beneficii .container{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    grid-gap: 15px;
    }

    .card-body{
        height: 520px !important;
        max-width:29% !important;
    }
    
    .image-rise{
        margin-right:0 !important;
    }
    
    section{
        padding:3rem 0;
    }
    
    .important-header-part{
        right:5%;
    }
    
    /* custom ionut */
    
    /* custom web hosting page */
    
    .services .container .row .col-lg-6 {
      margin-bottom: 15px !important;
    } 
    
    .custom-gestionare p {
        text-align: center;
    }
    
    .media-body h3 {
        text-align: center;
    }
    
    .media-body p {
        text-align: center;
    }
    
    .other-services .nume-pachete {
        text-align: center;
    }
    
    .other-services p {
        text-align: center;
    }
    
    .custom-flex {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .custom-flex .intrebari {
        text-align: center !important;
    }
    
    /* end custom web hosti age */
    
    /* domenii page */
    
    .domain-search h3 {
        font-size: 20px;
    }
    
    .domain-search p {
        text-align: justify;
    }
    
    .domain-search .from-hosting {
        margin: 0 !important;
    }
    
    .custom-domenii p {
        text-align: justify;
    }
    
    .custom-flex p.intrebari {
        text-align: justify;
        font-size: 22px;
    }
    
    .faqs-block p {
        text-align: justify;
    }
    
    /* end domenii page */
    
    input#search {
        width: 70%;
    }
    
    input#submit {
        width: 20%;
        margin-left: 15px;
    }
    
    section.check-domain {
        position: relative;
    }
    
    .check-domain .right-part {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
    }
    
    .left-part p {
        text-align: justify;
    }
    
    .check-domain h3 {
        text-align: left;
    }
    
    .main-nav__logo {
        justify-content: center;
        align-items: center;
        display: flex;
    }
    
    .col-lg-3 .new-card .new-specs .new-spec {
        padding-left: 0;
        margin-left: 0 !important;
        margin: 0;
        padding: 15px;
    }
    
    .new-specs {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .new-title .nume-pachete {
        font-size: 22px;
    }
    
    .new-spec i {
        margin-right: 5px;
    }
    
    .beneficii {
        padding: 15px;
    }
    
    .beneficiu .img {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 15px;
    }
    
    .beneficiu .text p {
        text-align: justify;
    }
    
    section.bottom-text .right h3,
    section.bottom-text .right p {
        text-align: center !important;
    }
    
    section.bottom-text .left h3,
    section.bottom-text .left p {
        text-align: center;
    }
    
    .faculty-content p {
        text-align: justify;
    }
    
    .faq img.mt-60 {
        margin-top: 30px;
    }
    
    footer {
        padding: 3rem 1rem 0;
    }
    
    footer .row .col-md-3 {
        text-align: center;
    }
    

    footer .copyright p {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    footer .copyright p a {
        margin-left: 5px;
        margin-bottom: 0;
    }
    
    .mobile-menu__links a {
        width: 100%;
    }
    
    .technology .col-12 .logo img {
        width: 90%;
    }
    
    .technology .col-12 .logo {
        margin: 1rem .9rem;
    }
    
    /* end custom ionut */
    
}

@media screen and (max-width: 600px) {
    .responsive-table td, .responsive-table th{
        padding: 5px 10px;
    }
}

@media screen and (max-width: 425px) {
    
    .prices-right {
        padding: 15px !important;
    }
    
.nerd-selected {
    padding:10px;
}

.nerd {
    margin:auto;
}

    .my-account {
        display:none !important;
    }
header .main-nav{
    position:relative;
    top:0 !important;
}

footer{
    text-align:center;
}

.new-price{
    margin:-14px 0 0 0 !important;
}

.new-button{
    padding-top: 0 !important;
}

.top-bar__left{
    display: none;
}

.top-bar__right{
    margin:auto;
}

.bottom-text .text{
    display: grid;
    grid-template-rows: 200px 1fr;
    grid-gap: 15px;
    align-items: center;
}

.bottom-text .text.text-left, .bottom-text .text.text-right{
    grid-template-columns: 1fr;
    grid-template-areas: "image" "text";
    margin: 15px 0;
}

.bottom-text .img{
    grid-area: image;
    height: 200px;
    width: 100%;
}

.beneficiu{
    text-align: left;
}
.beneficiu img{
    background: #fff;
    border-radius: 100px;
    padding: 15px;
    width: 64px;
    height: 64px;
    margin-right: 15px;
}
  section.image-hero{height: 150px;}
  /*section {*/
  /*  text-align: center;*/
  /*}*/
  /*.top-bar__left {*/
  /*  display: none;*/
  /*}*/
  /*.top-bar__right {*/
  /*  margin-left: auto;*/
  /*}*/
  
  
  .service-features .tech-specs .list{
      display:initial;
  }
  
  .service-features .tech-specs .list .col1, .service-features .tech-specs .list .col2{
      width:100%;
  }
  
  .responsive-table tr th{
      font-size:12px;
  }
  
  .technology{
      display:none;
  }
  
  /*.technology{*/
  /*  box-shadow: 0px 1px 2px 0 rgb(34, 38, 41);*/
  /*  background-color: #f7f8fa;*/
  /*}*/
  
  .text-content h2{
      text-align:center;
    font-size:15px;      
  }
}



@media only screen and (max-width:768px) and (min-width:426px) {
        .custom-checkis .tlds {
        display:none !important;
    }
        .col-lg-3 .new-card .new-specs .new-spec {
        background:none;
        padding:20px 0 !important;
    }
    .nerd-selected {
    padding:10px;
}

.nerd {
    margin:auto;
}

  
  header .mobile-button {
      display: flex !important;
        margin-right: 5px;
  }
  
  .menu-title {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 5px;
  }
  
  .up-wrapper ul li {
      width: 50%;
      float: right;
      border-right: 0;
  }
  
  .main-nav__links {
    display: none;
  }
  
  .mobile-button {
    display: inline !important;
  }
  
  .parallax{
      display:none;
  }
  
  /*.card-body{*/
  /*  height: 655px !important;*/
  /*  max-width:27% !important;*/
  /*}*/
  
  .text-content .col-md-4{
      width:100%;
          flex: 0 0 100%;
    max-width: 100%;
  }
  
  .a-big-container .col-md-4{
      -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .a-big-container .col-md-4.right{
      text-align:left !important;
  }
  
  .a-big-container .col-md-4.left {
      text-align:left !important
  }
  
  
  .a-big-container .col-md-4.centered{
      display:none;
  }
  
  .col-12.col-lg-6.col-md-6.displaynone{
      display:initial !important;
  }
  
  .displaynone{
      display:none;
  }
  
  .text-content .card-body{
      margin:1rem 0 !important;
  }
  
  .card-body{
      height:auto !important;
  }
  
  img.img-domenii{
    margin-top:1em;
    width:auto;
    max-height: initial;
    height: auto;
  }
  
  section{
      padding:2rem 0;
  }
  
  .beneficiu{
    display: block;
  }
  
  .flaticon-size{
    width: initial !important;
  }
  
  .responsive-table {
    margin-left: 0px;
    margin-right: 0px;
    }

  .tryingflex{
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
  }
  
  .image-reseller {
    width: 345px !important;
    }
    
    .image-rise{
        margin-right: -25px !important;
    }
    
    .media-body br{
        display:none !important;
    }
  
  .right, .left{
      text-align:center !important;
  }
  
  .imagine-domenii{
      width:380px !important;
  }
    
    
 .new-card{
     margin-bottom: 30px;
 }    
 
 .col-md-6 .new-card .new-specs .new-spec{
     padding-left: 40px;
 }
 
 .new-button-for-compare-price{
     padding:10px;
 }
 
 .size-logo-footer{
     width:160px;
 }
 
 footer a{
     font-size:13px;
 }
 
 .text-white{
     font-size: 14px;
 }
 
 header .mobile-menu a{
     font-size:18px;
 }
 
 .new-brand{
     padding-top:0px;
     width:60%
 }
 
 .servere-dedicate-cards .row{
     /*max-width:320px;*/
     text-align:center;
 }

 .col-lg-2 .new-monthly{
     padding-top:0;
 }
 
 .servere-dedicate-cards .servere-dedicate-cards .row .col-lg-2 .new-brand{
     padding-left:0;
 }
 
  /*.servere-dedicate-cards .row .col-lg-2{*/
  /*    padding-left: 50px;*/
  /*}*/
  /*.servere-dedicate-cards .row .col-lg-3{*/
  /*    padding-left: 50px;*/
  /*}*/
  
  .col-lg-3 p{
      font-size:18px;
  }
  
  .col-lg-2 .new-button{
      padding-top:10px;
      /*padding-left:51px;*/
      margin:auto;
      display:grid;
  }
  
  .new-button-specificatii-details{
          /*padding-left: 30px;*/
          margin-top:15px;
  }
  
  .banner .container .row .col-md-6 .banner-text{
      max-width:100%;
  }
  
  .align-left{
      text-align:left;
  }
  
  .new-border{
      /*margin:0px auto;*/
      margin: auto !important;
  }
  
  .col-lg-2 .new-monthly{
      font-size:28px;
      font-weight:800;
      margin:15px auto;
  }
  
  .image-servere-dedicate{
      display:none;
  }
  
  /* --- CUSTOM IONUT --- */
  
  /* reseller */
  
  .custom-reseller {
      text-align: center;
  }
  
  .other-services {
      text-align: center;
  }
  
  /* end reseller */
  
  /* web hosting */
  
  .custom-gestionare p {
      text-align: center;
  }
  
  .other-services .nume-pachete {
      text-align: center;
  }
  
  .other-services p {
      text-align: center;
  }
  
  .custom-flex .intrebari {
      font-size: 20px;
  }
  
  .faqs-block p {
      text-align: center;
  }
 
  
  /* end web hosting */
  
  /* domenii page */
  
  .domain-search h3 {
      text-align: center;
  }
  
  .domain-search p {
      text-align: center;
  }
  
  .custom-domenii h3 {
      text-align: center;
      font-size: 22px;
  }
  
  .custom-domenii p {
      text-align: center;
  }
  
  .custom-flex {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
  }
  
  .custom-flex p {
      text-align: center;
  }
  
  /* end domenii page */
  
  .important-header-part {
      right: 5%;
  }
  
    section.check-domain {
        position: relative;
    }
    
    .check-domain .right-part {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        padding-top: 15px;
    }
    
    input#submit {
        width: 35%;
    }
    
    .left-part p {
        text-align: justify;
    }
    
    .left-part h3 {
        text-align: center;
    }

    .col-lg-3 .new-card .new-specs .new-spec {
        padding-left: 0;
        margin-left: 0 !important;
        margin: 0;
        padding: 15px;
    }
    
    .new-specs {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .new-title .nume-pachete {
        font-size: 22px;
    }
    
    .new-spec i {
        margin-right: 5px;
    }
    
    .beneficii {
        padding: 15px;
    }
    
    .beneficiu .img {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .beneficiu .img img {
        margin-right: 0;   
    }
    
    .beneficiu .titlu h3 {
        text-align: center;
    }
    
    .beneficiu .text p {
        text-align: center;
    }
    
    .bottom-text .row {
        padding: 10px;
    }
    
    .bottom-text .row p {
        text-align: justify;
    }
  
    .faculty-content p {
        text-align: justify;
    }
    
    .faq img.mt-60 {
        margin-top: 30px;
    }
    
    footer {
        padding: 1rem 1rem 0;
    }
    
    footer .row .col-md-3 {
        text-align: center;
    }
    
    footer .copyright p {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    footer .copyright p a {
        margin-left: 5px;
        margin-bottom: 0;
    }
    
    .mobile-menu__links a {
        width: 100%;
    }
    
    .centered .row .col-md-3 {
        flex:0 0 50%;
        max-width: 50%;
    }
    
    .main-nav__logo {
        justify-content: center;
        align-items: center;
        display: flex;
    }
}

@media only screen and (max-width:425px) {
            .col-lg-3 .new-card .new-specs .new-spec {
        background:none;
        padding:10px 0 !important;
            margin: 0 !important;
    }
    
    /* IONUT CUSTOM WORK */
    
    header .mobile-button {
        padding: 10px;
        display: flex !important;
    }
    
    .menu-title {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 5px;
    }
    
    .next-ctas a {
        margin-right: 0;
    }
    
    .next-item-description h4 {
        font-size: 14px;
    }
    
    .next-item-description p {
        font-size: 13px;
    }
    
    .performance-top h3 {
        text-align: center;
        font-size: 28px;
    }
    
    .p-icons {
        padding-left: 0 !important;
    }
    
    .p-icons li {
        display: block;
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .p-btns {
        display: flex;
        flex-direction: column;
    }
    
    .p-btns a:first-child {
        margin-bottom: 15px;
    }
    
    .p-btns a {
        margin-right: 0;
    }
    
    .up-wrapper ul li {
        border-right: 0;
    }
    
    .up-wrapper ul {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    /* ssl */
    
    .banner {
        text-align: center;
    }
    
    /* end ssl */
    
    /* vps hosting */
    
    .other-services h3 {
        text-align: center;
    }
    
    /* end vps */
    
    /* reseller */
    
    .custom-reseller {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .other-services h3 {
        text-align: center;
    }
    
    .custom-reseller h2,
    .custom-reseller p {
        text-align: center;
    }
    
    .faqs .intrebari {
        font-size: 20px !important;
        text-align: center;
    }
    
    /* end reseller */
    
    
    /* web hosting */
    
    .new-specs {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .new-specs .new-spec {
        padding-left: 40px !important;
        margin-left: 0 !important;
        margin: 15px !important;
    }
    
    .custom-gestionare p {
        text-align: center;
    }
    
    .other-services p.nume-pachete,
    .other-services p {
        text-align: center;
    }
    
    .custom-flex p.intrebari {
        text-align: center;
        font-size: 18px;
    }
    
    /* end web hosting */
    
    /* domenii page */
    
    .domain-search h3 {
        font-size: 22px;
        text-align: center;
    }
    
    .domain-search p {
        text-align: center;
    }
    
    .custom-domenii h3 {
        text-align: center;
        font-size: 22px;
    }
    
    .custom-domenii p {
        text-align: center;
    }
    
    .custom-questions p.intrebari {
        text-align: center;
    }
    
    .custom-flex {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .faqs-block p {
        text-align: center;
    }
    
    section.beneficii {
            background: #333;
    }
    
    /* end domenii page */
    
    .size-logo-footer {
         object-position: center;   
    }
    .main-nav__logo {
        justify-content: center;
        align-items: center;
        display: flex;
        margin-left: 15px;
    }
    
    .mobile-menu__links a {
        width: 100%;
    }
    
    .important-header-part {
        width: auto;
        height: auto;
        bottom: 40%;
        right: 5%;
        padding: 35px;
    margin-left: 25px;
    }
    
    .important-header-part ul {
        display: none;
    }
    
    .promo {
        display: none;
    }
    
    .check-domain .left-part {
        display: none;
    }
    
    input#search {
        width: 100%;
    }
    
    input#submit {
        margin-top: 15px;
        margin-left: 0;
        width: 100%;
    }
    
    /*section.beneficii {*/
    /*        background: linear-gradient(#fff, rgba(255, 255, 255, 0.9)), url(../assets/beneficii3.jpg);*/
    /*}*/
    
   section.beneficii .container {
       display: block;
   }
   
   .beneficiu .img {
       display: flex;
       justify-content: center;
       align-items: center;
   }
   
   .beneficiu .text {
        text-align: center !important;
   }
   
   .beneficiu img {
       margin-right: 0;
       padding: 15px;
    width: 109px;
    height: 109px;
   }
    
    .bottom-text .row p, .bottom-text .row h3 {
        text-align: center;
    }
    
    footer {
        padding: 1rem 1rem 0;
    }
    
    footer .row .col-md-3 {
        text-align: center;
    }
    
    footer .copyright p {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    footer .copyright p a {
        margin-left: 5px;
        margin-bottom: 0;
    }
    
    /* END IONUT CUSTOM WORK */
    
  .main-nav__links {
     display: none;
   }
  
  .mobile-button {
    display: inline !important;
  }
  
  .image-servere-dedicate{
      display:none;
  }
  
  .new-button-specificatii-details{
      margin-top:15px;
  }
  
  .parallax{
      display:none;
  }
  
  
  
     .middle-box{
        width:100%;
    }
    
    .parallax{
        width:100%;
        height:190px;
    }
    
    .parallax h1{
        margin-top: -145px;
        font-size: 25px;
    }
    
    .a-big-container .col-md-4.right{
        text-align:left !important;
    }
    
    .a-big-container .col-md-4.centered{
        display:none;
    }
    
    .tab img.mt-60{
        display:none;
    }
    
    .beneficiu {
    text-align: left;
    display: block;
    }
    
    .domain-search-adv .tlds .tld {
        width:50% !important;
        margin: 0;
        margin-bottom: 5px;
    }
    
    .domain-search-adv .tlds {
        flex-direction: column;
    }
    
    .card-body{
        max-width:100% !important;
        height:100% !important;
    }
    
    .displaynone{
        display:none;
    }
    
    .dark-bg .col-lg-3 .mb-60{
        margin-bottom:0 !important;
    }
    
    .tryingflex .right, .tryingflex .left{
        text-align:center !important;
    }
    
    .responsive-table{
        margin:0 !important;
    }
    
    .image-reseller {
        width: 100% !important;
    }
    
    .col-md-6.ml-100{
        border:none;
    }
    
    .image-rise{
        float:none !important;
        margin-right:0 !important;
        width:50% !important;
    }
    
    .post-responsive-center{
        text-align:center;
    }
    
    
    .banner .banner-text{
        margin-left:0 !important;
    }
    
    .img-domenii {
    width: 38%;
    margin-top: 12px !important;
    }
    
    .services{
        width:100%;
    }
    
    .col-lg-3 .new-card .new-specs .new-spec{
        padding-left:125px;
    }
    
    .new-card{
        margin-bottom:30px;
    }
    
    .new-button-for-compare-price{
        padding:0;
    }
    
    .domain-search{
        width:100%;
    }
    
    .featured-domains{
        width:100%;
    }
    
    .beneficii{
        width:100%;
    }
    
    .bottom-text{
        width:100%;
    }
    
    .services .cards-server-dedicate .servere-dedicate-cards .row .col-lg-2 .new-brand h3{
        font-size: 25px;
        margin: 0;
        /*padding-left: 55px;*/
        margin-top:15px;
    }
    
    section{
        padding:2rem 0;
        
    }
    
    .col-lg-3 .new-card .new-specs .new-spec{
        padding-left:88px;
    }
    
    .domenii .domenii-title, .web-hosting .web-hosting-title, .ssd-hosting .ssd-hosting-title, .reseller .reseller-title, .vps-hosting .vps-hosting-title, .certificate-ssl .certificate-ssl-title, .servere-dedicate .servere-dedicate-title{
        margin-top: -93px;
        font-size: 36px;
    }
    
    .text-content a{
        /*margin-left: 127px;*/
        margin-bottom:20px;
    }
    
    .service-features h2{
        text-align: center;
    }
    
    .col-lg-2 .new-monthly {
        font-size: 26px;
        padding-top:0;
        margin-left:100px;
        font-weight:800;
    }
    
    .cards-server-dedicate .new-border {
        margin: 25px 0 auto;
    }
    
    .col-lg-2 .new-button{
        text-align:center;
        margin-left:0 !important;
        margin-top:15px !important;
    }
    
    .servere-dedicate-cards .col-lg-3{
        /*margin-left:68px;*/
        margin-left:25px;
    }
    
    /*.col-lg-2 .new-button {*/
    /*    margin-left: 103px;*/
    /*}*/
    
    .new-button-specificatii {
        margin-top: -15px;
        text-align:center;
    }
    
    .new-brand{
        padding-top:10px;
    }
    
    .text-center.mb-60{
        margin-bottom:0 !important;
    }
    
    .tryingflex br{
        display:none;
    }
    
    .col-lg-2 .new-button{
        margin: auto !important;
        display: grid;
        margin-top:20px !important;
    }
    
}

@media only screen and (max-width:375px) and (min-width:321px){
    
     .main-nav__links {
    display: none;
  }
  
  .mobile-button {
    display: inline !important;
  }
    
    .middle-box{
        width:100%;
    }
    
    .middle-box .btn-white, .middle-box .btn-color{
        display:none;
    }
    
    .parallax{
        height: 140px;
        display:none;
    }
    
    .parallax h1{
        margin-top: -120px;
        font-size: 20px;
    }
    
    .domenii .domenii-title, .web-hosting .web-hosting-title, .ssd-hosting .ssd-hosting-title, .reseller .reseller-title, .vps-hosting .vps-hosting-title, .certificate-ssl .certificate-ssl-title, .servere-dedicate .servere-dedicate-title{
        margin-top: -120px;
        font-size: 44px;
    }
    
    .services .cards-server-dedicate .servere-dedicate-cards .row .col-lg-2 .new-brand h3{
        font-size: 22px;
        margin: 0;
        /*padding-left: 55px;*/
        margin-top:15px;
    }
    
    .servere-dedicate .servere-dedicate-title{
        font-size:35px;
        margin-top:-115px;
    }
    
    .new-card{
        margin-bottom: 20px;
    }
    
    .col-lg-3 .new-card .new-specs .new-spec{
        padding-left:65px;
    }
    
    .services{
        padding:2rem 0;
    }
    
    .new-button-for-compare-price{
        padding:10px;
    }
    
    .service-features h2{
        text-align: center;
    }
    
    .text-content a{
        /*margin-left: 105px;*/
        margin-bottom:20px;
    }
    
    section {
        padding: 2rem 0;
    }
    
    .new-brand{
        padding-top:10px;
    }
    
    /*.new-brand h3{*/
    /*    padding-left: 55px;*/
    /*    margin: auto;*/
    /*}*/
    
    .servere-dedicate-cards .col-lg-3{
        margin-left:20px;
    }
    
    .col-lg-2 .new-monthly{
        font-size: 25px;
        padding-top:0;
        margin: auto;
    }
    
    .col-lg-2 .new-button{
        text-align:center;
        /*margin-left:0 !important;*/
        margin-top:15px !important;
        display:grid;
        margin:auto !important;
    }
    
    .new-button-specificatii {
        margin-top: -15px;
        margin-left: 78px;
    }
    
    .beneficiu{
        display:block;
    }
    
    .a-big-container .col-md-4.centered{
        display:none;
    }
    
    .a-big-container .col-md-4.right{
      text-align:left !important;
    }
  
    .tab .mt-60{
        display:none;
    }
    
    
    .domain-search-adv .tlds .tld {
        width: 47%;
        padding: .3rem;
        margin: .3rem;
    }
    
    .card-body{
        max-width:100% !important;
        height:100% !important;
    }
    
    .img-domenii {
    width: 38%;
    margin-top: 12px !important;
    }
    
    .imagine-domenii{
        width:100% !important;
        float:none !important;
    }
    
    .displaynone{
        display:none;
    }
    
    .tryingflex .right, .tryingflex .left{
        text-align:center !important;
    }
    
    .dark-bg .mb-60{
        margin-bottom:0 !important;
    }
    
    .responsive-table{
        margin:0 !important;
    }
    
    .col-md-6.ml-100{
        border:none !important;
    }
    
    .image-reseller{
        width:100% !important;
        float:none !important;
    }
    
    .image-rise{
        float:none !important;
        margin-right:0 !important;
        width:50% !important;
    }
    
    .post-responsive-center{
        text-align:center;
    }
    
    .banner .banner-text {
        margin-left:0 !important;   
    }
    
    .col-lg-2 .new-monthly {
        font-size:26px;
        font-weight:800;
    }
    
    
    
    .new-button-specificatii {
        text-align:center;
        margin-left:0 !important;
    }
    
    .new-brand .new-border{
        margin:15px;
    }
    
    .grey-border-right{
        border:none;
    }
    
    .new-button-specificatii-details{
      margin-top:15px;
     }
     
     .image-servere-dedicate{
         display:none;
     }
     
    .text-center.mb-60 {
         margin-bottom: 0 !important;
    }
     
     
    
}

@media only screen and (max-width:320px){
    
     .main-nav__links {
    display: none;
  }
  
  .mobile-button {
    display: inline !important;
  }
    
    .new-button-specificatii-details{
      margin-top:15px;
     }
     
     .image-servere-dedicate{
         display:none;
     }
     
     .col-lg-2 .new-button{
        text-align:center;
        /*margin-left:0 !important;*/
        margin-top:15px !important;
        display:grid;
        margin:auto !important;
    }
    
    .card-body{
        max-width:100% !important;
        height:100% !important;
    }
    
    .img-domenii {
    width: 38%;
    margin-top: 12px !important;
    }
    
    .parallax{
        height: 140px;
        display:none;
    }
    
    .beneficiu{
        display:block;
    }
    
    .text-center.mb-60{
        margin-bottom:0 !important;
    }
    
    p.mt-10{
        margin-bottom:10px !important;
    }
    
    .imagine-domenii{
        width:100% !important;
        float:none !important;
    }
    
    .parallax h1{
        margin-top: -125px;
        font-size: 21px;
    }
    
    .middle-box .btn-white, .middle-box .btn-color{
        display:none;
    }
    
    .domenii .container .middle-box .domenii-title{
        margin-top:-50px;
    }
    
    .middle-box{
        width:291px;
        font-size:13px;
    }
    
    .new-card{
        margin-bottom:20px;
    }
    
    .new-button-for-compare-price{
        padding:10px;
    }
    
    .domenii-title{
        font-size:52px;
    }
    
    .web-hosting .web-hosting-title, .ssd-hosting .ssd-hosting-title, .reseller .reseller-title, .vps-hosting .vps-hosting-title, .certificate-ssl .certificate-ssl-title, .servere-dedicate .servere-dedicate-title{
        font-size:35px;
        margin-top:-115px;
    }
    
    .servere-dedicate .servere-dedicate-title{
        font-size:32px;
    }
    
    section{
        padding:2rem 0px 0.2rem 0px;
    }
    
    .text-content .container{
        background-color:#f7f7f7;
    }
    
     .text-content .container .row .col-md-6 .btn-color{
        margin-bottom:20px;
    }
    
    /*.new-brand{*/
    /*    padding-top:25px;*/
    /*}*/
    
    .col-lg-2 .new-monthly{
        padding-top:0;
        margin:auto;
        /*padding-left:50px;*/
    }
    
    .servere-dedicate-cards .col-lg-3 {
        padding-left:25px;
    }
    
    .col-lg-2 .new-button{
        padding-top:0;
    }
    
    .servere-dedicate-cards .new-button-style-for-mobile{
        padding-left:70px;
    }
    
    .text-content a{
        /*margin-left: 75px;*/
        margin-bottom:20px;
    }
    
    .bottom-text{
        display:none;
    }
    
    .service-features h2{
        text-align: center;
    }
    
    .tab .mt-60{
        display:none;
    }
    
    .displaynone{
        display:none;
    }
    
    .tryingflex .right, .tryingflex .left{
        text-align:center !important;
    }
    
    .responsive-table{
        margin:0 !important;
    }
    
    .col-md-6.ml-100{
        border:none !important;
    }
    
    .image-reseller{
        width:100% !important;
        float:none !important;
    }
    
    .image-rise{
        float:none !important;
        margin-right:0 !important;
        width:50% !important;
    }
    
    .post-responsive-center{
        text-align:center;
    }
    
    .banner .banner-text {
        margin-left:0 !important;   
    }
    
    .col-lg-2 .new-monthly {
        font-size:24px;
        font-weight:800;
    }
    
    .col-lg-2 .new-button {
        text-align:center;
        /*margin-left:0 !important;*/
        margin:auto !important;
    }
    
    .new-button-specificatii {
        text-align:center;
        margin-left:0 !important;
    }
    
    .servere-dedicate-cards .new-button-style-for-mobile {
        padding:0 !important;
    }
}


/*.section-title .margin-space{*/
/*    padding-top:90px;*/
/*}*/
.centered{
    text-align:center;    
}

.centered-margins{
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 800;
    color: #222629;
    font-size: 32px;
}

.nume-pachete{
    color: #222629;
    font-weight: 800;
    font-size: 24px;
    margin: 12px 0;
}

.intrebari{
    color: #222629;
    font-weight: 800;
    font-size: 24px;
    line-height: 1.3;
}

.specs-like-hostplan{
    text-align: center;
}

.images-specs-like-hostplan{
    width:40px;
    margin:auto;
}

.title-colored{
    color:#259b24;
}

.li-specs-font-size{
    font-size:12px;
    list-style-type: none;
    /*color:#787878;*/
    color:#606060;
}

.border{
    max-width:60px;
    border:1px solid #259b24;
    text-align:center;
    margin: auto;
    margin-bottom: 4px;
}

.border2{
    max-width:30px;
    margin-bottom: 60px;
}

.color-specificatii-tehnice{
    background-color:#f1f1f1;
    padding:3rem 0;
}

.margin-between-title-from-specs{
    margin-bottom:35px;
}

.facilitati-principale{
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9)), url("https://images.pexels.com/photos/257736/pexels-photo-257736.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
}

.image-facilitati-principale{
    width: 350px;
    float: right;
}

.facilitati-principale-spec{
    background-color: #fff;
    padding: 5px 15px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}
.facilitati-principale-icons{
    font-size: 55px;
    color: #259b24;
    padding-top: 33px;
    padding-left: 8px;
}

.responsive-table th{
    font-size:16px;
    vertical-align:initial;
}

.responsive-table th:nth-child(1) {
    padding-left:35px;
}

/*-webkit-clip-path: polygon(0 0, 100% 0, 100% 51%, 0 68%);*/
/*clip-path: polygon(0 0, 100% 0, 100% 51%, 0 68%);*/

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mt-60{
    margin-top:60px;
}


.flaticon-size{
    width:16.5%;
}

/*.icon5{*/
/*    background:url("/assets/new/flaticons/5.png");*/
/*}*/

.mb-low{
    margin-bottom:15px;
}

.mt-10{
    margin-bottom:60px;
}

.mt-40{
    margin-top:40px;
}

.faq .col-md-5 ul li{
    list-style: none;
}

.faq .border2{
    margin-bottom:60px;
}

.faculty-section .faculty-wrapper .nav-tabs {
    border: 0;
    margin-bottom: 100px;
}

.faculty-section .faculty-wrapper .nav-tabs li {
    float: none;
    margin-bottom: 10px;
    margin-right: 27px;
}

.faculty-section .faculty-wrapper .nav-tabs li.active a {
    background-color: #ff9600;
    box-shadow: none;
    border-radius: 0;
    color: #FFFFFF;
}

.faculty-section .faculty-wrapper .nav-tabs li a {
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #999999;
    border: 0;
    border-radius: 3px 0 0 3px;
    box-shadow: 0px 1px 10px #e8e8e8;
    padding-left: 33px;
    margin-right: 0;
}

.faculty-section .faculty-wrapper .nav-tabs li.active a::before {
    border: 0;
}

.faculty-section .faculty-wrapper .nav-tabs li a::before {
    content: "";
    position: absolute;
    top: 1px;
    right: -9px;
    width: 30px;
    height: 65px;
    border-left: 2px solid #f3f3f3;
    background-color: #FFFFFF;
    transform: rotate(38deg);
}

.faculty-section .faculty-wrapper .faculty-content:first-child {
    margin-top: -6px;
}
.faculty-section .faculty-wrapper .faculty-content {
    margin-bottom: 72px;
}
.faculty-section .faculty-wrapper .faculty-content p {
    color: #666666;
    margin-bottom: 28px;
}
.faculty-section .faculty-wrapper .faculty-content {
    margin-bottom: 72px;
}

.img-domenii{
   width: 130px;
max-height: 180px
}

.imagine-domenii{
    width:450px;
    float:right
}

.card-body{
    background: #fff;
    border-left: 10px solid #259b24;
    border-radius: 5px;
    max-width: 30%;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
    margin:1rem 1.3rem !important;
    height:470px;
}

                .tab {
                  float: left;
                  /*border: 1px solid #ccc;*/
                  /*background-color: #f1f1f1;*/
                  width: 100%;
                  /*height: 300px;*/
                }
                
                /* Style the buttons inside the tab */
                .tab button {
                  display: block;
                  background-color: inherit;
                  color: black;
                  /*padding: 22px 16px;*/
                  padding:15px 30px;
                  width: 90%;
                  border: none;
                  outline: none;
                  text-align: left;
                  cursor: pointer;
                  transition: 0.4s;
                  font-size: 18px;
                  
                  margin-bottom: 19px;
                  margin-right: 27px;
                  
                  -webkit-clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
                clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
                }
                
                /* Change background color of buttons on hover */
                .tab button:hover {
                  color: #FFFFFF;
                    background-color: #259b24;
                }
                
                /*.tab button::before{*/
                /*    content: "";*/
                /*    position: absolute;*/
                /*    top: 1px;*/
                /*    right: 56px;*/
                /*    width: 30px;*/
                /*    height: 65px;*/
                    /*border-left: 2px solid #f3f3f3;*/
                /*    background-color: #FFFFFF;*/
                /*    transform: rotate(38deg);*/
                /*}*/
                
                /* Create an active/current "tab button" class */
                .tab button.active {
                  color: #FFFFFF;
                background-color: #259b24;
                }
                
                /* Style the tab content */
                .tabcontent {
                  /*float: left;*/
                  padding: 0px 12px;
                  /*border: 1px solid #ccc;*/
                  width: 100%;
                  border-left: none;
                  /*height: 300px;*/
                }   


.table-new-monthly{
    font-size: 28px;
font-weight: 600;
color: #259b24;
}

.table-new-monthly small{
    font-size: 60%;
color: #000;
}

.icon-reseller{
    font-size: 36px;
    border: 1px solid #259b24;
    margin: 39px;
    border-radius: 50%;
    color: #259b24;
    height: 75px;
    width: 75px;
    line-height: 75px;
    text-align: center;
    margin-left:15px;
}

.right{
    text-align: right;
}
.left{
    text-align: left;
}

.our-services-vps{
    /*font-size: 47px;*/
    /*margin: 20px;*/
    /*border: 2px solid #259b24;*/
    /*color: #259b24;*/
    /*padding: 20px;*/
    /*box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);*/
    /*border-radius: 13px;*/
    /*background-color:#fff;*/
    
    font-size: 50px;
    margin: 20px;
    border: 2px solid #259b24;
    color: #259b24;
    padding: 23px;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
    /*border-radius: 13px;*/
    border-radius: 50%;
    background-color: #fff;
    height: 100px;
width: 100px;
}


.feature-card{
    background: #fff;
    border-left: 10px solid #259b24;
    border-radius: 5px;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
}

.image-rise{
    /*width: 350px;*/
    width:125px;
    float: right;
    /*margin-right:75px;*/
    margin-right:125px;
}

.responsive-table th:not(:first-child){
    border:1px solid #f1f1f1;
    border-top:3px solid #259b24;
}

.responsive-table .title-table{
    border:1px solid #f1f1f1;
    border-top:3px solid #259b24;
}


.pulse {
  /*margin:100px;*/
  /*display: block;*/
  /*width: 22px;*/
  /*height: 22px;*/
  /*border-radius: 50%;*/
  /*background: #259b24;*/
  /*cursor: pointer;*/
  box-shadow: 0 0 0 rgba(37,	155,	36, 0.4);
  animation: pulse 4s infinite;
}
.pulse:hover {
  animation: none;
}

/*@-webkit-keyframes pulse {*/
/*  0% {*/
/*    -webkit-box-shadow: 0 0 0 0 rgba(124,195,123, 0.4);*/
/*  }*/
/*  70% {*/
/*      -webkit-box-shadow: 0 0 0 10px rgba(124,195,123, 0);*/
/*  }*/
/*  100% {*/
/*      -webkit-box-shadow: 0 0 0 0 rgba(124,195,123, 0);*/
/*  }*/
/*}*/
/*@keyframes pulse {*/
/*  0% {*/
/*    -moz-box-shadow: 0 0 0 0 rgba(124,195,123, 0.4);*/
/*    box-shadow: 0 0 0 0 rgba(124,195,123, 0.4);*/
/*  }*/
/*  70% {*/
/*      -moz-box-shadow: 0 0 0 10px rgba(124,195,123, 0);*/
/*      box-shadow: 0 0 0 10px rgba(124,195,123, 0);*/
/*  }*/
/*  100% {*/
/*      -moz-box-shadow: 0 0 0 0 rgba(124,195,123, 0);*/
/*      box-shadow: 0 0 0 0 rgba(124,195,123, 0);*/
/*  }*/
/*}*/

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(80,175,79, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(80,175,79, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(80,175,79, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(80,175,79, 0.4);
    box-shadow: 0 0 0 0 rgba(80,175,79, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(80,175,79, 0);
      box-shadow: 0 0 0 10px rgba(80,175,79, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(80,175,79, 0);
      box-shadow: 0 0 0 0 rgba(80,175,79, 0);
  }
}

.ml-100{
    /*padding-left:250px;*/
    /*padding-right:80px;*/
    border-right:2px solid #259b24;
}

.image-reseller{
    width: 463px;
    float:right;
}

.image-suport-beneficii{
    /*width:340px;*/
        width: 67.5%;
}

.cloud{
    position: absolute;
    opacity: 0.2;
    margin-left: -1200px;
    width: 530px;
    margin-top:-20px;
}

.image-suport-calitate{
    position: absolute;
    opacity: 0.2;
    margin-top: -348px;
    margin-left: -370px;
}

.image-beneficii{
    position: absolute;
    opacity: 0.2;
    margin-top: -150px;
}

.image-faq{
    position: absolute;
    opacity: 0.2;
    margin-left: 1190px;
    margin-top: -60px;
    width: 1000px;
}

.icon-domenii{
    background-image:url("/assets/new/new-small-icons/1-domenii.png");
    background-repeat:no-repeat;
}
.icon-spatiu{
    background-image:url("/assets/new/new-small-icons/2-7-spatiu-hdd.png");
    background-repeat:no-repeat;
}
.icon-mysql{
    background-image:url("/assets/new/new-small-icons/3-mysql.png");
    background-repeat:no-repeat;
}
.icon-casute-email{
    background-image:url("/assets/new/new-small-icons/4-casute-mail.png");
    background-repeat:no-repeat;
}
.icon-stocare-mails{
    background-image:url("/assets/new/new-small-icons/5-stocare-mail.png");
    background-repeat:no-repeat;
}
.icon-cpu{
    background-image:url("/assets/new/new-small-icons/6-cpu.png");
    background-repeat:no-repeat;
}
.icon-ram{
    background-image:url("/assets/new/new-small-icons/8-ram.png");
    background-repeat:no-repeat;
}
.icon-adrese-ip{
    background-image:url("/assets/new/new-small-icons/9-adrese-ip.png");
    background-repeat:no-repeat;
}
.icon-trafic{
    background-image:url("/assets/new/new-small-icons/10-trafic.png");
    background-repeat:no-repeat;
}
.icon-uplink{
    background-image:url("/assets/new/new-small-icons/11-uplink.png");
    background-repeat:no-repeat;
}
.icon-raid{
    background-image:url("/assets/new/new-small-icons/12-raid.png");
    background-repeat:no-repeat;
}

.servere-dedicate-cards .col-lg-3 .new-spec{
    padding-left: 35px !important;
    margin: 15px 0px !important ;
}


#specificatiitbl h3 {font-size:23px;}
