/* Begin Header */
.text-carous {
    background-color: rgba(255,255,255,0.9);
    padding: 20px;
    border-radius: 30px 160px 30px 160px;
}
nav .cart-icon {
  width: 200px;
  cursor: pointer;
}
nav .cart-icon .dropdown-menu {
  padding: 0;
  border: none
}
/* End Header */
/* Begin Host plans */
.host-plans {
    margin-top: 100px;
    margin-bottom: 100px;
}
.host-plans a {
    text-decoration: none;
}
.host-plans .pricingTable {
    text-align: center;
    background: #fff;
    margin: 0 -15px;
    box-shadow: 0 0 10px #ababab;
    padding-bottom: 40px;
    border-radius: 10px;
    color: #cad0de;
    transform: scale(1);
    transition: all .5s ease 0s
}
.host-plans .pricingTable:hover {
    transform: scale(1.05);
    z-index: 1
}
.host-plans .pricingTable .pricingTable-header {
    padding: 40px 0;
    background: #f5f6f9;
    border-radius: 10px 10px 50% 50%;
    transition: all .5s ease 0s
}
.host-plans .pricingTable:hover .pricingTable-header {
    background: #ff9624
}
.host-plans .pricingTable .pricingTable-header i {
    font-size: 50px;
    color: #858c9a;
    margin-bottom: 10px;
    transition: all .5s ease 0s
}
.host-plans .pricingTable .price-value {
    font-size: 35px;
    color: #ff9624;
    transition: all .5s ease 0s
}
.host-plans .pricingTable .month {
    display: block;
    font-size: 14px;
    color: #cad0de
}
.host-plans .pricingTable:hover .month,
.host-plans .pricingTable:hover .price-value,
.host-plans .pricingTable:hover .pricingTable-header i {
    color: #fff
}
.host-plans .pricingTable .heading {
    font-size: 24px;
    color: #ff9624;
    margin-bottom: 20px;
    text-transform: uppercase
}
.host-plans .pricingTable .pricing-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px
}
.host-plans .pricingTable .pricing-content ul li {
    line-height: 30px;
    color: #a7a8aa
}
.host-plans .pricingTable .pricingTable-signup a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    padding: 10px 35px;
    border-radius: 20px;
    background: #ffa442;
    text-transform: uppercase;
    transition: all .3s ease 0s
}
.host-plans .pricingTable .pricingTable-signup a:hover {
    box-shadow: 0 0 10px #ffa442
}
.host-plans .pricingTable.blue .heading,
.host-plans .pricingTable.blue .price-value {
    color: #4b64ff
}
.host-plans .pricingTable.blue .pricingTable-signup a,
.host-plans .pricingTable.blue:hover .pricingTable-header {
    background: #4b64ff
}
.host-plans .pricingTable.blue .pricingTable-signup a:hover {
    box-shadow: 0 0 10px #4b64ff
}
.host-plans .pricingTable.red .heading,
.host-plans .pricingTable.red .price-value {
    color: #ff4b4b
}
.host-plans .pricingTable.red .pricingTable-signup a,
.host-plans .pricingTable.red:hover .pricingTable-header {
    background: #ff4b4b
}
.host-plans .pricingTable.red .pricingTable-signup a:hover {
    box-shadow: 0 0 10px #ff4b4b
}
.host-plans .pricingTable.green .heading,
.host-plans .pricingTable.green .price-value {
    color: #40c952
}
.host-plans .pricingTable.green .pricingTable-signup a,
.host-plans .pricingTable.green:hover .pricingTable-header {
    background: #40c952
}
.host-plans .pricingTable.green .pricingTable-signup a:hover {
    box-shadow: 0 0 10px #40c952
}
.host-plans .pricingTable.blue:hover .price-value,
.host-plans .pricingTable.green:hover .price-value,
.host-plans .pricingTable.red:hover .price-value {
    color: #fff
}
.find-domain {
  position: relative;
}
.find-domain .icon {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 30px;
  min-width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
}
@media screen and (max-width:990px) {
    .host-plans .pricingTable {
        margin: 0 0 20px
    }
}
/* End Host plans */
.service-item .service-icon img {
    filter: invert(100%);
}

.title-sec {
    font-size: 40px;
    color: #777
}
.title-sec-b {
    font-size: 66px;
}
.title-sec span
,.title-sec-b span {
    color:#015FC9 !important
}
.title-nav {
    font-weight: bold;
    font-size: 26px;
    display: flex;
    align-items: center;
}
.title-nav span span {
    color:#015FC9 !important;
}
.title-nav-txt {
    margin-left: -40px;
}

/* Begin Login */
.login {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 160px;
    margin-bottom: 160px;
}
  .login .card {
    max-width: 400px;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
  }

  .login h2 {
    color: #015FC9 !important;
    margin: 30px 0;
    font-size: 40px;
  }

  .login form {
    display: flex;
    flex-direction: column;
  }

  .login label {
    text-align: left;
    margin-bottom: 5px;
  }

  .login input {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
  }

  .login button {
    padding: 10px;
    background-color: #015FC9 !important;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }

  .login .switch {
    margin-top: 15px;
    font-size: 14px;
  }

  .login .switch a {
    color: #015FC9 !important;
    text-decoration: none;
  }
/* End Login */
/* Begin Page Dashboard */
.page-dashboard {
    margin-top: 160px;
    margin-bottom: 160px;
}
/* End Page Dashboard */
/* Begin Page Billing */
.page-billing {
    margin-top: 120px
  }
  .page-billing .box {
    border-radius: 10px;
    border: 1px solid #DDD;
    text-align: center;
    padding: 20px;
    font-weight: bold;
    margin-bottom: 50px;
  }
  .page-billing .box h3 {
    font-size: 26px;
  }
  /* End Page Billing */
  /* Begin Page Bill */
  .page-billing {
    margin-top: 160px;
  }
  .page-bill .signature{
    font-family: 'Kaushan Script', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    color: #0099D5;
  }
  .page-bill .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid transparent;
    background: #0099D5;
    color: #fff;
  }
  .page-bill .font-weight-lighter{
    font-weight: 300;
    background: #0099D5;
    color: #fff;
  }
  .page-bill .inv{
    background: #E6E4E7;
  }
  .page-bill .my-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .page-bill .my-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .page-bill .py-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .page-bill .px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .page-bill .border-bottom{
    border-bottom: 2px solid #000 !important;
    padding: 0px 0px 5px 0px;
  }
  .page-bill img {
    width: 280px;
  }
  .page-bill .table tr td {
    background-color: #FFF;
  }
  .page-bill .header-bill {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-bill ~ .ftco-footer {
    display: none;
  }
  /* End Page Bill */
/* Begin Page profile */
.profile {
    margin-top: 140px
}
/* End Page profile */
/* Begin Page host-pur */
.page-host-pur {
  margin-top: 140px
}
.page-host-pur .plans-page-host {
  cursor: pointer;
}
.cont-plan-check {
  position: relative;
}
.page-host-pur .plans-page-host label {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  top:0;
  right:0;
  cursor: pointer
}
.page-host-pur .plans-page-host label span {
  display: block;
  margin: 0 10px
}
.page-host-pur .plans-page-host input {
  position: absolute;
  right: 50px;
  top: 22%;
  font-size: 20px;
}
.page-host-pur .active-dur {
  border: 2px solid #198754 !important;
  position: relative;
}
.page-host-pur .duration i {
  display: none;
}
.page-host-pur .active-dur i {
  position: absolute;
  top: -14px;
  left: -12px;
  background-color: #198754;
  height: 30px;
  width: 30px;
  color: #FFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-host-pur .duration {
  cursor: pointer;
}
.page-host-pur .act-plan {
  background:#198754;
  color: #FFF;
}
.page-host-pur .domain-input {
  font-size: 22px;
  margin-top: 20px
}
.page-host-pur .new-cus {
  display: none;
}
.page-host-pur .tow-step,.page-host-pur .three-step {
  display: none;
}
.page-host-pur .tow-step input {
  font-size: 20px;
  margin-top: 20px;

}
.page-host-pur .duration input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.page-host-pur .btn-steps-next {
  font-size: 28px;
  padding: 12px 15px
}
/* End Page host-pur */
/* Begin Page Domain Search */
.domain-serach {
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}
.domain-serach .all-cont-dom {
  width: 100%;
}
.domain-serach h1 {
  font-size: 65px;
  margin-top: 120px;
}
.domain-serach form {
  display: flex;
  justify-content: center;
  align-items: center;
}
.domain-serach .input-dom-search {
  font-size: 36px;
  padding: 20px;
  border-radius: 10px 0  0 10px;
  width: 80%;
  display: block;
  margin: 40px auto;
  outline: none;
  border: 2px solid #CCC;
  transition: all .2s ease-in-out;
  color: #777;
}
.input-dom-button {
  font-size: 36px;
  padding: 20px;
  border-radius: 0 10px  10px 0 ;
  width: 20%;
  display: block;
  margin: 40px auto;
  outline: none;
  border: 2px solid #CCC;
  transition: all .2s ease-in-out;
  color: #777;
  border-left: none;
  transition: all .3s ease-in-out
}
.input-dom-button:hover {
  background-color: #015FC9;
  color: #FFF;
  border: 2px solid #015FC9;
  border-left: none;
}
.domain-serach .input-dom-search:focus {
  border: 2px solid #777;
}
.domains-list {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 150px;
}
.domains-list .domain {
  padding: 20px;
  font-size: 36px;
  border-bottom: 1px solid #ddd;
  align-items: center;
  display: flex;
}
.domains-list .domain h3 {
  color: #444
}
.domains-list .domain h5 span {
  font-size: 12px;
  display: block;
  font-weight: 100;
  font-size: 12px;
}
.domains-list .domain i {
  margin: 0 20px;
  margin-top: -5px
}
.domains-list .registerd h3 {
  color: #777!important
}
.domains-list .registerd span {
  font-size: 16px;
  background: #777;
  color: #FFF;
  padding: 4px;
  border-radius: 10px;
  margin: 0 20px;
  margin-top: -5px;
  display: block;
}

.domains-list .add-card-domains {
  position: relative;
}
.domains-list .add-card-domains .card-domain {
    color: #FFF;
    font-size: 14px;
    padding: 4px 10px;
    text-align: center;
    border-radius: 10px;
    margin: 0 10px;
    border: 1px solid transparent;
}
.domains-list .domain .card-domain .spinner-border {
  width: 1rem;
  height: 1rem;
}
.domains-list .add-card-domains .card-domain a {
  color: #FFF;
  text-align: center;
  display: block;
}
.domains-list .domain .card-domain i {
  margin: 0;
}
.domains-list .domain .card-domain.domain-in-cart {
  background-color: #FFF !important;
  color: #4CAF50;
  border: 2px solid #4CAF50;
}
.domains-list .domain .card-domain.domain-in-cart a {
  color: #4CAF50
}
.domain-in-hos {
  position: relative;
}
.domain-in-hos p {
  margin: 0;
  padding: 0
}
.domain-in-hos p span {
  display: block;
  font-weight: 100;
  font-size: 12px;
}
.domain-in-hos label {
  cursor: pointer
}
@media (max-width: 991.98px) {
  .domain-serach .input-dom-search {
    font-size: 18px;
  }
  .input-dom-button {
    font-size: 18px;
  }
  .domains-list .domain span {
    display: none;
  }
  .domains-list .domain {
    font-size: 18px;
  }
  .domains-list .domain h3 {
    font-size: 18px;
  }
}
/* End Page Domain Search */
/* Begin Page Cart */
.cart {
  margin-top: 150px;
  min-height: 60vh;
}
.cart h1 {
  border-bottom: 2px solid #015FC9;
  margin-bottom: 40px;
}
/* End Page Cart */
/* Begin Page Domain Done */
.page-domain-done {
    margin-top: 160px;
    margin-bottom: 160px;
}
.page-domain-done .content-reg-dom {
    text-align: center;
}
.page-domain-done .content-reg-dom .icon {
    width: 80px;
    height: 80px;
    background: #40c952;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    border-radius: 50%;
    border: 3px solid #EEE;
    margin: 20px auto;
}
.page-domain-done .content-reg-dom .icon-issue {
    background: #ff4b4b;
}
/* End Page Domain Done */

.domain-regi {
  margin-top: 150px;
  min-height: 60vh;
}

.page-det-host {
    margin-top: 150px;
    margin-bottom: 150px;
  }
