/* Ensure bullet points (ol, ul, li) inherit color and font from parent containers for visual consistency */
.mainpadding ol, .mainpadding ul, .mainpadding li,
.tc-p ol, .tc-p ul, .tc-p li,
.container ol, .container ul, .container li {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
:root {
  --main-color: #101224;
  --second-color: white;
  --id-color: rgb(0, 118, 255);
  --box-shadow: 0 30px 60px rgb(0 19 87 / 6%);
}

*,
body {
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  background: var(--main-color);
  min-height: 100vh;
}

.top-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px 15px;
  background: var(--id-color);
  color: var(--second-color);
  border: none;
  outline: none;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  font-weight: 700;
  z-index: 1000;
  border-radius: 50%;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.top-btn.show {
  opacity: 1;
}

.top-btn:hover {
  transition: all .2s ease-in-out;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

@media only screen and (max-width: 991px) {
  .top-btn.show {
    opacity: 0;

  }

}

.top-btn-light {
  background: #6bcbf4;
}

.mainSection {
  position: relative;
  overflow: hidden;
}

.mainPadding {
  padding-left: 140px;
  padding-right: 140px;
}

@media only screen and (max-width: 1399px) {
  .mainPadding {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .mainPadding {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.navbar-toggler {
  background: transparent;
}

.navbar-toggler i {
  color: var(--id-color);
}

nav {
  background: #101224;
  color: var(--second-color);
  position: fixed !important;
  width: 100%;
  z-index: 1000;
}

.navbar .navbar-collapse {
  max-height: calc(100vh - 4.5em);
  overflow-y: auto;
}

.nav-item {
  padding-right: 10px;
}

.nav-link {
  color: var(--second-color) !important;
  font-weight: bold;
  font-size: 15px;
}

nav ul li a {
  color: var(--second-color);
}

nav .dropdown-menu {
  background: rgb(16, 18, 36);
  border: 1px solid rgb(73, 76, 110);
}

.d-btn {
  display: inline-block;
  text-align: center;
  color: var(--second-color);
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  outline: 0;
  font-weight: 800;
  text-decoration: none;
  padding: 10px 40px;
  font-size: 14px;
  border: none;
  background: var(--id-color);
}

.best {
  background: url("../images/dark-1.jpg") center top / 100% no-repeat rgb(16, 18, 36);
  padding: 0;
  position: relative;
  margin-top: 100px;
}

.best p {
  color: rgb(135, 137, 146);
  font-size: 17px;
}

.bset .content {
  font-size: 9vw;
  line-height: 9vw;
}

.id-color {
  color: var(--id-color);
}

.searchInput input[type="text"] {
  background: rgb(39, 42, 59);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  color: var(--second-color);
}

.searchSection .inputFiled {
  height: 50px;
  color: rgb(114, 115, 115);
  font-size: 17px;
}

.searchSection .searchButton {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background: rgb(67, 98, 248);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  font-size: 30px;
  margin: 0;
  overflow: hidden;
  width: 130px;
  height: 50px;
  padding: 0;
}

.best h1 {
  color: var(--second-color);

  font-weight: 700;
  line-height: 88px;
  letter-spacing: -4px;
  font-size: 5rem;
}

#typing-effect {
  display: inline-block;
}

/***********domain and search************/
.domain-options .domain-ckbx {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

label.custom-control-label {
  color: rgb(168, 169, 176);
}

.homepageColumnsArea .homepageColumnsMain {
  background: rgb(40, 42, 58);
  text-align: start;
  padding: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
}

.homepageColumnsArea .homepageColumnsMain .homepageColumnsIcon {
  height: 55px;
  width: 60px;
  background-color: var(--id-color);
  border-bottom-right-radius: 10px;
  margin: 0;
  color: var(--second-color);
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 15px;
}

.homepageColumnsArea .homepageColumnsMain .homepageColumnsMain-title {
  color: var(--second-color);
  margin: 0;
  padding: 0;
  text-align: start;
  font-size: 18px;
  text-transform: capitalize;
  min-height: 0px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 26px;
}

.homepageColumnsArea .homepageColumnsMain p {
  color: rgb(182, 182, 188);
  margin: 0;
  padding: 0;
  text-align: start;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7em;
  letter-spacing: -0.1px;
}

.homepageColumnsArea .homepageColumnsMain .block {
  padding: 30px 20px;
}

.title-feature {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 40px;
}

a:hover,
a:focus {
  text-decoration: none !important;
  outline: none !important;
}

.panel-group {
  justify-content: space-around;
}

.panel-group .panel {
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-radius: 10px;
  margin-bottom: 20px;
}

.panel .panel-heading {
  padding: 0;
  border-radius: 10px;
  border: none;
}

.panel-heading a {
  color: var(--second-color);
  display: block;
  border: none;
  padding: 20px 35px 20px;
  font-size: 18px;
  background-color: rgb(39, 42, 59);
  font-weight: 600;
  position: relative;
  color: white;
  box-shadow: none;
  transition: all 0.1s ease 0;
}

.panel-heading a i {
  text-align: center;
  position: absolute;
  left: -20px;
  top: 10px;
  color: var(--second-color);
  background-color: rgb(67, 98, 248);
  border: 5px solid var(--main-color);
  font-size: 15px;
  width: 40px;
  height: 40px;
  line-height: 30px;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
}

.panel-heading:hover a i {
  transform: rotate(360deg);
}

.panel-body {
  background-color: transparent;
  color: #8c8c8c;
  line-height: 25px;
  padding: 10px 25px 20px 35px;
  border-top: none;
  font-size: 14px;
  position: relative;
}

.panel-body p {
  color: rgb(182, 182, 188);
}

.tools {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 6px;
}

.tools .card {
  width: 164px;
  min-height: 5rem;
  background: rgba(255, 255, 255, 0.05);
  color: var(--second-color);
  text-align: center;
  box-shadow: var(--box-shadow);
  padding: 10px 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.tools .card:hover {
  background: rgb(16, 18, 36);
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: white;
}

.headerBottom .headerBottomBlocks {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
}

.headerBottomBlockIcon {
  margin-bottom: 10px;
  margin: auto;
}

.headerBottomBlockIcon svg path {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  fill: var(--second-color);
}

.headerBottomBlockIcon svg circle {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  fill: var(--second-color);
}

.headerBottomBlockIcon svg {
  width: 29px !important;
}

.headerBottomBlocks-title {
  padding-top: 5px;
}

.tools .content {
  width: 250px;
  background: transparent;
  color: var(--second-color);
  box-shadow: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.tools .content a h5 {
  font-size: 15px;
  color: var(--second-color);
  font-weight: 700;
}

.tools .content a p {
  font-size: 13px;
  color: var(--second-color);
}

.tools .content svg path {
  fill: var(--id-color);
}

.extension-area ul li .right-by-wo-btn.green-by-btn:before {
  background: hsla(217, 100%, 50%, 1);
  background: linear-gradient(90deg,
      hsla(217, 100%, 50%, 1) 0%,
      hsla(186, 100%, 69%, 1) 100%);

  background: -moz-linear-gradient(90deg,
      hsla(217, 100%, 50%, 1) 0%,
      hsla(186, 100%, 69%, 1) 100%);
  background: -webkit-linear-gradient(90deg,
      hsla(217, 100%, 50%, 1) 0%,
      hsla(186, 100%, 69%, 1) 100%);
}

.resultAvailorNotMain .resultAvailorNot .leftSec h3 .buy-now span {
  color: var(--id-color);
}

.extension-area ul li .right-by-wo-btn.red-by-btn:before {
  background: hsla(318, 44%, 51%, 1);

  background: linear-gradient(90deg,
      hsla(318, 44%, 51%, 1) 0%,
      hsla(347, 94%, 48%, 1) 100%);

  background: -moz-linear-gradient(90deg,
      hsla(318, 44%, 51%, 1) 0%,
      hsla(347, 94%, 48%, 1) 100%);

  background: -webkit-linear-gradient(90deg,
      hsla(318, 44%, 51%, 1) 0%,
      hsla(347, 94%, 48%, 1) 100%);
}

@media only screen and (max-width: 992px) {
  .best h1 {
    letter-spacing: 0;
    font-size: 9vw;
    line-height: 10vw;
  }

  .searchSection .searchButton {
    width: 70px;
  }

  .searchSection .inputFiled {
    font-size: 15px;
  }
}

.tools .active {
  background: rgb(16, 18, 36);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

#whose_ckbx .domain-ckbx {
  background: var(--id-color) !important;
}

.dropdown-mega {
  position: static;
}

.dropdown-menu {
  overflow-y: auto;
}

.dropdown-menu-mega {
  margin: auto;
  padding: 20px;
  left: 0;
  right: 0;
  background: rgb(16, 18, 36);
  border: 1px solid rgb(73, 76, 110);
  overflow-y: auto;
  top: 100%;
  z-index: 1000;
}

.dropdown-menu-mega .dropdown-item {
  display: block;
  width: 100%;
  white-space: normal;
  text-align: left;
}

/*************tools-hosting**************/
.tools-hosting-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.tools-hosting-content .card {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(103, 117, 137, 0.5);
}

.tools-hosting h4 {
  color: var(--second-color);
  font-weight: bold;
  font-size: 20px;
}

.tools-hosting p {
  font-size: 14px;
  color: #6d7c90;
  line-height: 1.7rem;
}

.tools-hosting-content .card-content .left-image {
  width: 39px;
  padding: 0;
}

.card-content .right-content {
  padding: 0;
  padding-left: 35px;
}

.right-content h4 {
  font-size: 1rem;
  margin-bottom: 3px;
  font-weight: bold;
  color: var(--second-color);
}

.right-content p {
  color: var(--second-color);
  font-size: 0.8rem;
}

.card-content:hover .right-content p {
  color: rgb(103, 117, 137);
}

.container-timeline {
  position: relative;
}

.container-timeline ul {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  display: inline-block;
}

.container-timeline ul li {
  border-top-color: #4362f8;
}

.container-timeline ul li {
  list-style: none;
  margin: 0;
  border-left: 1px solid #4362f8;
  padding: 0 0 30px 40px;
  position: relative;
  counter-increment: counter;
}

.de_countdown,
.container-timeline ul li::before,
.de_tab.tab_methods .de_nav li.active span,
.dark-scheme .pagination li.active a,
.de-circle-2 {
  border-color: #4362f8;
}

.container-timeline ul li::before {
  position: absolute;
  left: -21px;
  top: 0;
  content: counter(counter);
  border: 1px solid var(--id-color);
  border-radius: 0px;
  background: var(--second-color);
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 41px;
  color: var(--second-color);
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  display: block;
  font-weight: bold;
  box-shadow: var(--box-shadow);
  ;
  background: #4362f8;
}

.container-timeline h4,
.container-timeline p {
  color: var(--second-color);
}

.container-timeline ul li:last-child {
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
}

@media (min-width: 1200px) {
  .container-timeline ul {
    display: flex;
    padding-left: 0;
    padding-top: 20px;
  }

  .container-timeline ul li {
    flex: 1 1 0;
    border-left: 0;
    border-top: 1px solid #4362f8;
    padding: 50px 4em 0 0;
  }

  .container-timeline ul li::before {
    left: 0;
    top: -21px;
  }
}

.container-timeline p {
  font-size: 15px;
  line-height: 1.8em;
  color: #6d7c90;
}

.container-timeline h4 {
  font-weight: bold;
}

.title-feature {
  margin-bottom: 90px;
}

.submainSection {
  position: relative;
  z-index: 1000;
}

.hosting-content,
.domains-content {
  position: relative;
  padding-top: 40px;
}

.hosting-content .row,
.domains-content .row {
  box-shadow: var(--box-shadow);
  ;
  border: solid 1px #dddddd;
  border-bottom: none;
}

.hosting-content .card,
.domains-content .card {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 0;
  background: var(--second-color);
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
}

.content-host,
.content-domain {
  color: black;
}

.content-host .card-body .d-head,
.content-domain .card-body .d-head {
  margin-bottom: 30px;
}

.content-host .card-body .d-head h3,
.content-domain .card-body .d-head h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.content-host .card-body .d-head p,
.content-domain .card-body .d-head p {
  line-height: 1.4em;
  min-height: 50px;
  color: rgb(109, 126, 147);
}

.content-host .card-body .d-price h4,
.content-domain .card-body .d-price h4 {
  font-size: 40px;
  margin-bottom: 5px;
  letter-spacing: -1px;
  font-weight: bold;
}

.content-host .card-body .d-price h4 span,
.content-domain .card-body .d-price h4 span {
  font-size: 20px;
}

.content-host .card-body .d-price p,
.content-domain .card-body .d-price p {
  color: rgb(109, 126, 147);
}

.content-host .card-body .d-group .content-domain .card-body .d-group {
  padding: 10px 0;
}

.content-host .card-body .d-group h4,
.content-domain .card-body .d-group h4 {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
  padding: 10px 0;
}

.content-host .card-body .d-group .d-list,
.content-domain .card-body .d-group .d-list {
  padding: 0;
  list-style-type: none;
  font-size: 15px;
  color: #6d7c90;
  font-weight: 400;
  line-height: 2em;
}

.d-action p {
  font-size: 12px;
  color: #606060;
  margin-bottom: 20px;
  margin-top: 10px;
}

.d-action input[type="submit"] {
  text-align: center;
  color: var(--second-color);
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  outline: 0;
  font-weight: 800;
  text-decoration: none;
  padding: 10px 40px;
  font-size: 13px;
  border: none;
  background: rgb(56, 177, 237);
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.d-list i {
  color: rgb(56, 177, 237);
  padding-right: 10px;
}

.page-content {
  font-size: 18px;
  line-height: 1.7em;
  margin-top: 0;
  font-weight: 500;
  color: #606060;
  letter-spacing: -0.2px;
}

@media (min-width: 980px) and (max-width: 1199px) {

  .content-host,
  .content-domain {
    min-width: 50%;
  }
}

.switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 22px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(56, 177, 237);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 1px;
  background-color: var(--second-color);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked+.slider {
  background-color: rgb(56, 177, 237);
}

input:focus+.slider {
  box-shadow: 0 0 1px rgb(56, 177, 237);
}

input:checked+.slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  -moz-transform: translateX(20px);
  -o-transform: translateX(20px);
}

.slider.round {
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
}

.slider.round:before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.opt .d-flex {
  justify-content: center;
  gap: 4px;
  color: #8c8c8c;
  font-weight: 500;
  font-size: 17px;
}

.cloud .row,
.wordpress .row {
  box-shadow: 0;
  border: none;
}

.cloud .content-host,
.wordpress .content-host {
  box-shadow: var(--box-shadow);
  ;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.cloud i,
.wordpress i {
  color: #6bcbf4;
}

.cloud .d-price,
.wordpress .d-price {
  background: rgb(56, 177, 237);
  color: var(--second-color);
  padding: 20px 50px;
  border-left: none;
  border-right: none;
}

.cloud .d-price .opt-1,
.cloud .d-price .opt-2,
.wordpress .d-price .opt-1,
.wordpress .d-price .opt-2 {
  font-size: 45px;
  letter-spacing: -2px;
  font-weight: 500;
}

.cloud .d-head,
.wordpress .d-head {
  padding: 0px 50px;
  padding-top: 50px;
}

.cloud .d-list li,
.wordpress .d-list li {
  padding: 6px 55px;
}

.cloud .d-action,
.wordpress .d-action {
  padding: 40px;
}

.cloud .d-flex,
.wordpress .d-flex {
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.cloud .d-flex .content-host,
.wordpress .d-flex .content-host {
  width: 31%;
  border: 0;
}

@media (min-width: 992px) {

  .cloud .d-flex .col-lg-4,
  .wordpress .d-flex .col-lg-4 {
    width: 31%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media (max-width: 992px) {

  .cloud .d-action,
  .wordpress .d-action {
    padding: 20px;
  }

  .cloud .d-head,
  .wordpress .d-head {
    padding: 0px 20px;
    padding-top: 20px;
  }

  .cloud .d-list li,
  .wordpress .d-list li {
    padding: 6px 25px;
  }
}

.cloud .d-flex .content-host:nth-child(even) .d-price,
.wordpress .d-flex .content-host:nth-child(even) .d-price {
  background: rgb(107, 203, 244);
}

.cloud .d-flex .content-host:nth-child(even) .d-action input,
.wordpress .d-flex .content-host:nth-child(even) .d-action input {
  background: rgb(107, 203, 244);
}

.domain_pricing .row {
  margin: 65px auto auto auto;
}

.vps .row,
.domain_pricing .row {
  box-shadow: none;
  border: 0;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--box-shadow);
  ;
}

.vps .row .content-host,
.domain_pricing .row .content-domain {
  border: 0;
}

.vps .row .content-host .card-body,
.domain_pricing .row .content-domain .card-body {
  overflow: hidden;
}


.vps table thead,
.domain_pricing table thead {
  background: linear-gradient(to right, #38b1ed, #6bcbf4);
  color: var(--second-color);
  font-weight: bold;
  font-size: 18px;
}

.vps table tbody tr:nth-child(even),
.domain_pricing table tbody tr:nth-child(even) {
  background: rgb(245, 245, 245);
}

.vps table tbody tr td,
.vps table thead tr th,
.vps table tbody tr th,
.domain_pricing table tbody tr td,
.domain_pricing table thead tr th,
.domain_pricing table tbody tr th {
  padding: 20px 10px;
  border: none;
}

.vps table tbody tr td,
.domain_pricing table tbody tr td {
  color: #6d7c90;
}

.vps table tbody tr th,
.domain_pricing table tbody tr th {
  font-weight: 500;
  font-size: 17px;
}

.vps .d-title,
.domain_pricing .d-title {
  display: none;
}

.vps input[type="submit"] {
  width: 170px;
  height: 33px;
  background: transparent;
  color: #35404e;
  border: solid 2px rgba(0, 0, 0, 0.1);
}

.vps input[type="submit"]:hover {
  background: #38b1ed;
  color: var(--second-color);
}

@media only screen and (max-width: 992px) {

  .vps tbody tr th,
  .domain_pricing tbody tr th {
    background: #38b1ed;
    color: var(--second-color);
    padding: 20px 30px;
  }


  .vps tbody tr th,
  .vps tbody tr td,
  .domain_pricing tbody tr th,
  .domain_pricing tbody tr td {
    text-align: left;
    display: block;
    width: 100%;
  }

  .vps thead tr,
  .domain_pricing thead tr {
    display: none;
  }

  .vps tbody tr th .d-title,
  .vps tbody tr td .d-title,
  .domain_pricing tbody tr th .d-title,
  .domain_pricing tbody tr td .d-title {
    display: inline-block;
    min-width: 50%;
  }
}

footer {
  background: rgb(22, 28, 45);
  margin-top: 80px;
}

footer .footer-inner {
  background: rgb(22, 28, 45);
}

footer .footer-inner .navigationSection {
  padding: 50px 0;
}

@media only screen and (max-width: 767px) {
  footer .footer-inner .navigationSection {
    padding: 20px 0;
  }
}

footer .footer-inner .navigationSection .footer-nav-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--second-color);
  margin-bottom: 25px;
}

footer .footer-inner .navigationSection ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .footer-inner .navigationSection ul li a {
  display: block;
  color: var(--second-color);
  opacity: 0.5;
  line-height: 30px;
}

footer .footer-inner .navigationSection ul li a:hover,
footer .footer-inner .navigationSection ul li a:focus {
  opacity: 0.8;
}

@media only screen and (max-width: 991px) {
  footer .footer-inner .navigationSection ul {
    margin-bottom: 25px;
  }
}

footer .footer-inner .navigationSection p {
  color: var(--second-color);
  opacity: 0.5;
}

footer .footer-inner .navigationSection .footerLogo {
  margin-bottom: 25px;
}

footer .footer-inner .navigationSection .footerCopyright a {
  color: #00cf6e;
}

footer .footer-inner .navigationSection .footerCopyright a:hover,
footer .footer-inner .navigationSection .footerCopyright a:focus {
  text-decoration: underline;
}

#cb-cookie-banner {
  background: rgb(28, 28, 28);
  color: var(--second-color);
  border-top: solid 1px rgba(255, 255, 255, 0.15);
  padding: 2rem 2rem;
  text-align: start !important;
}

#cb-cookie-banner button {
  padding: 10px 30px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: rgb(56, 177, 237);
  color: var(--second-color);
  font-weight: 700;
}

.copyright {
  border-top: 1px solid #606060;
  padding: 30px 0;
}

.footerCopyright {
  color: var(--second-color);
  text-align: center;
}

.footer-left p {
  font-size: 14px;

  line-height: 1.8em;
}

.social a i {
  width: 34px;
  height: 34px;
  padding: 12px 10px 8px 10px;
  text-align: center;
  font-size: 16px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  margin: 0px 3px;
  background: rgba(255, 255, 255, 0.1);
  transition: 0.6s all ease-in-out;
  -webkit-transition: 0.6s all ease-in-out;
  -moz-transition: 0.6s all ease-in-out;
  -ms-transition: 0.6s all ease-in-out;
  -o-transition: 0.6s all ease-in-out;
}

.social a i:hover {
  background: white;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
}

.footerCopyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  padding: 3px 0px;
}

.footerCopyright span {
  padding: 0 8px;
}

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none;
}


/*********************shard features***************/
.shared-faq,
.search-server-location {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.5s ease, transform 1s ease;
  -webkit-transition: opacity 1.5s ease, transform 1s ease;
  -moz-transition: opacity 1.5s ease, transform 1s ease;
  -ms-transition: opacity 1.5s ease, transform 1s ease;
  -o-transition: opacity 1.5s ease, transform 1s ease;
}

.shared-faq.show,
.search-server-location.show {
  opacity: 1;
  transform: translateY(0);

}



.search-server-location .item {
  position: absolute;

}

.search-server-location .item-1 {
  left: 20%;
  top: 20%;
}

.search-server-location .item-2 {
  left: 20%;
  top: 40%;
}

.search-server-location .item-3 {
  left: 33%;
  top: 68%;
}

.search-server-location .item-4 {
  right: 40%;
  top: 22%;
}

.search-server-location .item-5 {
  right: 44%;
  top: 35%;
}


.search-server-location .item-6 {
  right: 47%;
  top: 49%;
}


.search-server-location .item-7 {
  right: 20%;
  top: 45%;
}

.search-server-location .item-8 {
  right: 10%;
  top: 65%;
}

.search-server-location .item-9 {
  right: 5%;
  top: 80%;
}


.search-server-location .item .circle {
  background-color: #4362f8;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}



.search-server-location .item .anim-circle {
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 4px solid #4362f8;
  animation: sign 1s ease-out;
  -webkit-animation: sign 1s ease-out;
  animation-iteration-count: infinite;
  opacity: 0.0;
  left: -5px;
  top: -3px;
}

.search-server-location span {

  display: inline-block;
  background: white;
  padding: 0 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.8em;
  color: #35404e;
  border-radius: 30px;
  margin-left: 5px;

}

@keyframes sign {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;

  }

  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

.search-review {
  margin-top: 40px;
}

.search-review .title-feature span {
  color: #4362f8;
}

.owl-carousel .owl-stage {
  display: flex;
  margin-top: 50px;
}

.owl-item {
  display: flex;
  flex: 1 0 auto;
}

.owl-dot {
  background: rgba(255, 255, 255, .3);
}

.owl-dots button {
  border: none;
  outline: none;
  padding: 0;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border-radius: 30px;
}

.owl-dot.active {
  background: #0076ff;
}

.review-user {
  margin-top: 20px;
  display: flex;
  align-items: center;
  font-weight: bold;
}

.review-user span {
  padding-left: 10px;
  color: #E8E8E8;
}

.review-user img {
  width: 50px !important;
  height: 50px !important;

  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.shared-featurs,
.shared-reviews,
.shared-faq,
.website-template,
.website-features {
  margin-top: 90px;
  color: #161C2D;
}

.shared-featurs h2,
.shared-reviews h2,
.shared-faq h2,
.website-template h2 {
  font-weight: 700;
  font-size: 40px;

}

.shared-featurs h4,
.shared-reviews h4,
.shared-faq h4,
.website-features h4 {
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
}

.shared-featurs p,
.website-features p {
  color: #6D7C90;
  line-height: 1.8rem;
}

.shared-featurs .icon,
.website-features .icon {
  width: 83px;
  text-align: center;
  font-size: 30px;
  background: rgb(215, 239, 251);
  padding: 22px 0px;
  color: #38b1ed;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.s2 {
  width: 125px;
  text-transform: uppercase;
  background: rgba(56, 177, 237, .2);
  padding: 7px 0;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 12px;
  color: #38b1ed;
  margin: auto;
  margin-bottom: 20px;

}


.shared-reviews .card {
  overflow: hidden;
}

.shared-reviews span {
  color: #38b1ed;
}

.shared-reviews .card img {
  width: 100%;
  height: 100%;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.shared-reviews .card .card-body {
  color: white;
  width: 100%;
  height: 100%;
  padding: 40px 35px;
  background: linear-gradient(0deg, rgba(30, 30, 30, 0) 30%, rgba(30, 30, 30, 1) 100%);
}


.shared-reviews .stars i {
  font-size: 10px;
  color: #F86E4E;
}

.shared-reviews .card-body p {
  font-size: 14px;
  color: rgba(255, 255, 255, .7);
  line-height: 1.6em;
  margin-top: 15px;
  margin-bottom: 2px;
}

.shared-reviews .card-body span {
  display: inline-flex;
  color: rgba(255, 255, 255, .7);
  font-weight: 600;
  font-size: 14px;
  padding-bottom: 100px;
}

.shared-reviews .col-md-4 {
  padding: 0px 10px 0px 7px;
}

.shared-reviews .card:hover .p-review {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
}

.shared-faq .card {
  border: 0;
}

.shared-faq .card-header {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #dddddd;
  padding: 10px 0px;
}

.shared-faq .card-header button {
  color: #35404e;
  font-weight: 600;
  font-size: 17px;
  padding-left: 0;
  padding-right: 0;
}

.shared-faq .card .card-body {
  color: #8c8c8c;
  padding-left: 0;
  padding-right: 0;

}

.shared-faq .card-header button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shared-faq .card-header button i {

  color: #fff;
  text-align: center;
  padding: 9px 11px;
  font-size: 13px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background: #38b1ed;

}



.shared-banner,
.dark-shared-banner {
  width: 100%;
  margin-top: 150px;
}

.dark-shared-banner {
  background: rgb(21, 24, 45);
}

.shared-banner {

  background: rgb(219, 237, 247);

}

.shared-banner .p-cond,
.dark-shared-banner .p-cond {
  font-size: 18px;
  line-height: 1.7em;
  font-weight: 500;
}

.dark-shared-banner .p-cond {
  color: rgba(255, 255, 255, .6);
}

.shared-banner {
  color: #606060;
}


.shared-banner img,
.dark-shared-banner img {
  margin-top: -60px;
}

.shared-banner h2,
.dark-shared-banner h2 {
  font-size: 40px;
  letter-spacing: -1.5px;
  font-weight: bold;
  line-height: 3.5rem;
}

.dark-shared-banner h2 {
  color: white;
}

.shared-banner h2 {
  color: #161C2D;
}

.shared-banner span {
  color: #38b1ed;

}

.dark-shared-banner span {
  color: rgb(53, 102, 249);
}



.dark-shared-banner .d-btn {
  background: var(--id-color);
}

.shared-banner .p-cancel,
.dark-shared-banner .p-cancel {
  font-size: 14px;
  margin-top: 20px;
}

.shared-banner .p-cancel {
  color: #6D7C90;
}

.dark-shared-banner .p-cancel {
  color: rgba(255, 255, 255, .6);
}


.shared-banner .row,
.dark-shared-banner .row {
  max-width: 1300px;
}

@media only screen and (max-width: 992px) {

  .shared-banner .row,
  .dark-shared-banner .row {
    padding-top: 30px;
    padding-bottom: 30px;
  }

}

.tc-p {
  color: black;
  margin-top: 120px;
}

.tc-p h4 {
  font-weight: bold;
  color: #161C2D;
  font-size: 16px;
  line-height: 26px;

}

.tc-p p {
  font-size: 16px;
  line-height: 2rem;
  margin-bottom: 35px;
  color: #6D7C90;
  font-weight: normal;

}


ol {
  counter-reset: section;
  list-style-type: none;
}

ol li h4::before {
  counter-increment: section;
  content: counters(section, ".") ".  ";
  color: #6D7C90;
  font-weight: bold;
}


.tld {
  margin-top: 90px;
  color: black;
}

.tld .col-lg-3 {
  padding-left: 12px;
  padding-right: 12px;
}

.tld .card {

  padding: 30px;
  box-shadow: var(--box-shadow);
  text-align: center;
  border: solid 1px #eeeeee;
  margin: auto;
  margin-top: 30px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}


.tld img {
  display: inline-block;
  width: 120px;
  margin: auto;
}

.tld .tld-title {
  font-size: 13px;
  color: #606060;
  min-height: 60px;
}

.tld p {
  padding: 0;
  margin: 0;
}

.tld .tld-price {
  font-weight: bold;
  font-size: 14px;
  color: #161C2D;
}

.tld p del {
  color: #6D7C90;
}

.tld .tld-price span {
  font-size: 40px;
}

.tld .card .card-body {
  margin: 0;
  padding: 0;
}

.tld .d-btn {
  margin: auto;
  margin-top: 10px;
  padding: 10px 35px;
}


.headline-website {

  padding: 150px 0;
  color: black;
  background-size: 100%;

}

.headline-website h1 {
  font-weight: bold;
  font-size: 40px;
  line-height: 3.5rem;
  margin-top: 50px;
}

.headline-website p {
  margin-top: 20px;
  color: #6d7c90;
  line-height: 1.9rem;
}

.headline-website ul {
  padding: 0;
}

.headline-website ul li {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 15px 0;


}

.headline-website ul li span {
  font-size: 20px;
  font-weight: 500;
  color: #161C2D;
  margin-left: 15px;
}

.headline-website ul li i {
  color: #6bcbf4;
}




.website-templater h2+p {
  font-size: 18px;

  font-weight: 500;
  color: #606060;
  letter-spacing: -0.2px;
  padding: 10px 10px 0px 10px;
}

.website-template .card {

  box-shadow: var(--box-shadow);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.website-template h5 {
  font-weight: bold;
  color: #161C2D;
  font-size: 14px;
}

.d-template .d-btn {
  margin: auto;
  background: rgb(56, 177, 237);
  margin-top: 30px;
}

.website-features h3 {
  font-weight: bold;
  color: #161C2D;
  font-size: 40px;
  line-height: 3.2rem;
}

.website-builder-image {
  animation: moveUpDown 3s infinite;
  -webkit-animation: moveUpDown 3s infinite;
}

@keyframes moveUpDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

.d-btn:hover {
  color: white;

}


.popular-topics {
  color: #161C2D;
  margin-top: 120px;
}

.popular-topics h2 {
  font-weight: bold;
  margin-bottom: 20px;
}

.help-card {
  background: rgba(56, 177, 237, .2);
  padding: 1px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.help-title {
  padding: 0px 20px 10px 20px;
  font-weight: bold;
  font-size: 23px;
  color: #161C2D;
}


.help-card-content {
  background: var(--second-color);
  margin: 5px;
  padding: 20px;
  padding-bottom: 0;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;

  overflow: hidden;
}

.shared-faq .card-header:last-child {
  border-bottom: 0;
}

.help-card .card-body p {
  line-height: 2rem;
}

.help .q-accordion .card {
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.help-search .searchInput input {
  border: none;
  color: black;
  box-shadow: var(--box-shadow);
}

.help-search input::placeholder {
  font-size: 20px;
  padding: 2px 3px;
}

.d-help {
  font-size: 14px;
  color: black;
  text-align: center;
  color: #6D7C90;
  margin-top: 10px;
}

.help-banner {
  margin: 0;
  width: 100%;
  background: rgb(219, 237, 247);
  margin-top: 150px;
  padding: 50px 0px;
}

.help-banner h2 {

  color: black;
  font-weight: bold;
  font-size: 25px;
}