@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
}
li {
  list-style-type: none;
}
h1{
  font-family: var(--conthrax);
  font-size: 30px;
  text-transform: uppercase;
}
.section_1_belnet_install h2{
  font-size: 25px;
}
.blue {
  color: rgb(25, 148, 252);
}
.green {
  color: rgb(0, 226, 26) !important;
}
.gray_heading {
  color: rgb(232, 232, 232);
}
.gray_content {
  color: rgb(206, 206, 206);
  margin-bottom: 0;
}
.whole_body {
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin-top: 100px;
}
.logo_menu_top_header {
  display: flex;
  padding: 60px 0px 0px;
  min-height: 110px;
}
.logo_header img {
  width: 75%;
  background-color: transparent;
}
.navToggle {
  position: relative;
  width: 100%;
}
.navToggle img {
  position: absolute;
  right: 0px;
  width: 35px;
}
.belnet_main_header {
  padding-left: 0px;
  margin: 60px auto;
}
.belnet_content {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  padding-top: 0px;
}
.belnet_content h1 span {
  font-size: 48px;
  line-height: 1.8;
}
.btn-shine {
  font-size: 54px;
  font-weight: 700;
}

.belnet_content h1 {
  font-size: 54px;
  font-weight: 700;
}

.belnet_content p {
  padding: 0px 0px 20px;
  font-size: 23px;
  font-weight: 200;
  line-height: 1.8;
}
.belnet_header_img {
  position: relative;
}
.belnet_header_img video {
  width: 100%;
  position: absolute;
  top: -220px;
  z-index: -1;
  filter: contrast(101%);
}
.social_icons_header {
  display: flex;
}

.btn_social_icon_1,
.btn_social_icon_2,
.btn_social_icon_3,
.btn_social_icon_4,
.btn_social_icon_5,
.btn_social_icon_6,
.btn_social_icon_7,
.btn_social_icon_8 {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.115);
  overflow: hidden;
  position: relative;
  margin-right: 4px;
  background-color: #242432;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.btn_social_icon_1 i,
.btn_social_icon_2 i,
.btn_social_icon_3 i,
.btn_social_icon_4 i,
.btn_social_icon_5 i,
.btn_social_icon_6 i,
.btn_social_icon_7 i,
.btn_social_icon_8 i {
  line-height: 34px;
  font-size: 18px !important;
  transition: 0.2s linear;
  text-align: center;
  margin-right: 0 !important;
}

.btn_social_icon_1:hover i,
.btn_social_icon_2:hover i,
.btn_social_icon_3:hover i,
.btn_social_icon_4:hover i,
.btn_social_icon_5:hover i,
.btn_social_icon_6:hover i,
.btn_social_icon_7:hover i,
.btn_social_icon_8:hover i {
  transform: scale(1.2);
  color: #f1f1f1;
}
.btn_social_icon_1::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background: #0088cc;
  transform: rotate(45deg);
  left: -110%;
  top: 90%;
}
.btn_social_icon_1:hover::before,
.btn_social_icon_2:hover::before,
.btn_social_icon_3:hover::before,
.btn_social_icon_4:hover::before,
.btn_social_icon_5:hover::before,
.btn_social_icon_6:hover::before,
.btn_social_icon_7:hover::before,
.btn_social_icon_8:hover::before {
  animation: social 0.7s 1;
  top: -10%;
  left: -10%;
}
.btn_social_icon_2::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background: #4267b2;
  transform: rotate(45deg);
  left: -110%;
  top: 90%;
}
.btn_social_icon_3::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  transform: rotate(45deg);
  left: -110%;
  top: 90%;
}
.btn_social_icon_4::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background: #0a66c2;
  transform: rotate(45deg);
  left: -110%;
  top: 90%;
}
.btn_social_icon_5::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background: #000;
  color: #fff;
  transform: rotate(45deg);
  left: -110%;
  top: 90%;
}
.btn_social_icon_6::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background: #7289da;
  transform: rotate(45deg);
  left: -110%;
  top: 90%;
}
.btn_social_icon_7::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background: #ff0000;
  transform: rotate(45deg);
  left: -110%;
  top: 90%;
}
.btn_social_icon_8::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background: #1da1f2;
  transform: rotate(45deg);
  left: -110%;
  top: 90%;
}
@keyframes social {
  0% {
    left: -110%;
    top: 90%;
  }
  50% {
    left: 10%;
    top: -30%;
  }
  100% {
    top: -10%;
    left: -10%;
  }
}
.sheild_header {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sheild_belnet_img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sheild_belnet_img video {
  width: 80%;
  border-radius: 350px;
  filter: contrast(101%);
}
.sheild_main_header {
  margin: 100px auto;
}
.shield_belnet_header h6 {
  font-size: 56px;
  font-weight: 100;
  text-align: right;
}
.shield_belnet_header h6 span {
  font-size: 56px;
  font-weight: 600;
}
.shield_belnet_header span img {
  position: absolute;
  right: 99px;
  width: 190px;
  max-width: 190px;
}
.shield_belnet_header p {
  text-align: right;
  padding-top: 40px;
  font-weight: 100;
  font-size: 20px;
  line-height: 1.9;
}
.beldex_work_header {
  display: flex;
  justify-content: center;
  align-items: center;
}
.how_beldex_work {
  background: url("../img/Site_Elements/how_belnet_wrks.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  margin: 100px 0;
}
.belnet_work_header {
  text-align: center;
  padding: 0px 20px 80px 0px;
}

.belnet_work_header h6 {
  font-size: 56px;
  font-weight: 100;
  text-align: center;
}

.normal_vpn_internet {
  padding-left: 0px;
}
.normal_vpn_internet h4,
.normal_vpn_internet p {
  animation: slidein 1s;
  transition: all 0.5s;
}
@keyframes slidein {
  0% {
    opacity: 0;
    width: 100%;
  }
  30% {
    opacity: 0.2;
    width: 100%;
  }
  50% {
    opacity: 0.4;
    width: 100%;
  }
  70% {
    opacity: 0.6;
    width: 100%;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
@keyframes slideout {
  0% {
    opacity: 0;
    width: 100%;
  }
  30% {
    opacity: 0.2;
    width: 100%;
  }
  50% {
    opacity: 0.4;
    width: 100%;
  }
  70% {
    opacity: 0.6;
    width: 100%;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
@keyframes rightside {
  0% {
    margin-left: -500px;
  }
  50% {
    margin-left: 0px;
  }
  100% {
    margin-left: 0px;
  }
}
.beldex_vpn_internet {
  display: none;
  animation: slideout 1s, rightside 1s;
  transition: all 0.5s;
  padding: 0px 15px 0;
}
.beldex_vpn_internet h4 {
  text-align: left;
}
.beldex_vpn_internet p {
  text-align: left;
  padding-top: 20px;
  font-weight: 100;
  font-size: 19px;
  line-height: 1.9;
}
.normal_vpn_internet h4 {
  text-align: left;
}
.normal_vpn_internet p {
  text-align: left;
  padding-top: 20px;
  font-weight: 100;
  font-size: 19px;
  line-height: 1.9;
}
.belnet_work_header h6 span {
  font-size: 56px;
  font-weight: 600;
}

.belnet_work_header span img {
  position: absolute;
  left: 498px;
  width: 14%;
}
.on_off_button_header {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.on_off_button_header img {
  width: 60%;
  cursor: pointer;
}
.belnet-table {
  padding: 0px 0 30px;
}

.belnet-table .table-content {
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.belnet-table .table-content h1 span {
  display: inline-block;
}
.belnet-table .table-content h1 span::after {
  border-bottom: 2px solid #29f88f;
  position: absolute;
  content: "";
  width: 70px;
  bottom: -10px;
  left: 0;
}
.table-content {
  position: relative;
}
.table-content table td h3 {
  letter-spacing: 1px;
  color: #fff;
}
.table-content table td {
  border: 0 !important;
  text-align: left;
  width: 150px;
}
.table-content table td ul {
  padding: 0;
  list-style: none;
  color: #0094ff;
  font-size: 14px;
  margin-bottom: 0;
}
.table-content table td ul li {
  margin-top: 45px;
  font-size: 16px;
  padding: 0px 12px;
  min-height: 50px;
}
.table-content table td ul li p {
  font-size: 15px;
  color: #bbb;
}
.table-content table td .heading {
  border-radius: 20px;
  margin: 0;
  width: 75%;
}
.table-content table td .inner-side {
  border-radius: 4px;
  width: 85%;
  margin-left: 15px;
  min-height: 658px;
  padding: 20px 0px;
  border: 1px solid rgba(244, 244, 244, 0.37);
}
.table-content table td .inner-side h3 {
  text-align: center;
  margin-top: 28px;
}
.table-content table td .inner-side.inner-side.green {
  border: 1px solid #00d200;
  position: absolute;
  width: 18.5%;
  overflow-y: hidden;
  top: -22px;
  height: 814px;
}

.table-content table td .inner-side li {
  font-size: 22px;
  margin-top: 44px;
  text-align: center;
  min-height: 50px;
}
.table-content table td .inner-side li .fa-check {
  color: #29f98f;
}
.table-content table td .inner-side li .fa-xmark {
  color: #f00;
}
.table_white {
  color: #ffffff;
  text-align: center;
  padding: 8px 0px;
  font-weight: 100;
  margin-top: 5px;
  font-size: 16px;
  margin-bottom: 0;
}
.fa-times-circle {
  color: #4b4b58;
}
.fa-check-circle {
  color: #c9c8cb;
}
.table_header {
  width: 100%;
  min-height: 650px;
  position: relative;
  margin: 100px 0;
}
.belnet_yes_no_header {
  margin: 0px 0px 0px;
  padding: 7px 0px 0px !important;
}
.faq_header {
  padding: 0px 0px 50px;
  position: relative;
}
.faq_header h2 {
  text-align: center;
}
.faq_header span img {
  position: absolute;
  left: 542px;
  width: 9%;
}
.faq_main_header {
  position: relative;
  padding: 30px 0px 150px;
}
.faq_main_header::before {
  content: "";
  background-image: url("../img/PNG_elements/faq_header.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 116%;
  position: absolute;
  top: 72px;
  right: 0px;
  bottom: 0px;
  left: 63px;
}
.faq_box_header {
  background-color: rgba(28, 28, 38, 0.1);
  border: 1px solid #fff;
  min-height: 365px;
  border-radius: 15px;
  position: relative;
  padding: 35px 0px;
}
.faq-mobile {
  padding: 8px 50px 40px 20px;
}
.FAQ {
  margin-top: 0px;
  margin-bottom: 70px;
}
.icon-head {
  position: relative;
  padding: 40px 0px;
}
.cube1 {
  position: absolute;
  top: 0;
  right: 25px;
}
.circle-1 h5 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 20px;
}
.h5-line::after {
  position: absolute;
  content: "";
  left: -8px;
  bottom: -7px;
  width: 120px;
  height: 2px;
  background: #2ed54e;
}
.FAQ {
  margin-top: 0px;
}

.item-1,
.item-2,
.item-3,
.item-4,
.item-5 {
  padding: 20px 20px 20px 60px;
}
.accordion .icon {
  position: absolute;
  left: 6px;
  top: -3px;
}
.accordion .title {
  padding-left: 55px;
}
.icon_header {
  width: 30px;
  height: 30px;
  border-radius: 20px;
  position: absolute;
  border: 2px solid #fff;
  top: 0;
}
.accordion {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 22px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.1s ease-out;
  width: 100%;
  position: relative;
}
.accordion:hover {
  color: #00d200;
}
.panel {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.3s ease;
  padding-left: 55px;
}
.panel p {
  margin: 10px 0px 10px 0px;
  text-align: justify;
  color: #bbb;
  font-size: 16px;
  line-height: 1.9;
}
.open {
  color: #00d200;
  display: block !important;
}
.belnet_no {
  color: #5c5c5c;
  font-size: 16px;
  font-weight: 400;
}
.belnet_yes {
  color: #00d200 !important;
  font-size: 16px;
  font-weight: 400;
}
.belnet_yes_no_header li {
  padding: 2px 0 !important;
}
.roadmap_content {
  padding: 10px 0px 0px;
}
.roadmap_content h2 {
  font-size: 40px;
  font-weight: 600;
}
.roadmap_content h2 span {
  font-size: 40px;
  font-weight: 100;
}
.roadmap_content span {
  position: unset;
}
.roadmap_content span img {
  width: 12%;
  position: absolute;
}
.roadmap_main_header {
  position: relative;
}
.roadmap_main_header::before {
  content: " ";
  background-image: url("../img/PNG_elements/How_belnet_wrks.png");
  background-position: bottom;
  background-repeat: no-repeat;
  top: 50px;
  right: 0;
  left: 0;
  background-size: 100%;
  position: absolute;
  min-height: 540px;
  transform: rotate(180deg);
}
.road_map_bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  min-height: 320px;
  margin: 190px 0px 80px;
}
:root {
  --bgColor: #000102;
}
#infographic .circle {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  border: 2px solid currentColor;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 40px;
  position: absolute;
  left: 50%;
  background: #010309;
  z-index: 3;
}
#infographic :not(:nth-child(even)) .circle {
  transform: translateX(-110%);
}
#infographic .circle i {
  font-size: 5em;
  margin-bottom: 20px;
  color: currentColor;
}
#infographic article {
  max-width: 410px;
  margin-bottom: 20px;
  cursor: pointer;
  left: 0;
  top: 0;
  position: relative;
  min-height: 72px;
}
#infographic article header {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#infographic article header span {
  display: flex;
  font-size: 2em;
  border-radius: 50%;
  background-clip: padding-box;
  padding: 11px;
  transition: transform 0.4s ease 0s;
  color: rgb(255, 255, 255);
  border: 6px solid #3c3f42;
  margin: -16px 0px -16px -20px;
}
.d-flex .roadmap_icon {
  width: 30px;
}
#infographic .one article header {
  background-color: rgb(28 28 38);
  color: #8f2543;
  min-height: 60px;
  border: 1px solid #bcbcbc;
}
#infographic .one article header span {
  background-color: #016c03;
  width: 70px;
  height: 70px;
  display: inline-block;
  text-align: center;
  font-size: 23px;
  border-radius: 50px;
  border: 6px solid #3c3f42;
}
#infographic .two article header {
  background-color: rgb(28 28 38);
  color: #006c63;
  min-height: 60px;
  border: 1px solid #bcbcbc;
}
#infographic .two article header span {
  background-color: #1994fc;
  width: 70px;
  height: 70px;
  display: inline-block;
  text-align: center;
  font-size: 23px;
  border-radius: 50px;
  border: 6px solid #3c3f42;
}
#infographic article header h6 {
  text-transform: uppercase;
  margin: 0 9px;
  padding: 5px;
  color: #bbb;
}
#infographic article .body {
  background: #1c1c26;
  padding: 0 20px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  max-height: 0;
  transition: max-height 0.5s, padding 0.5s;
  overflow: hidden;
}
#infographic article .body .btn {
  padding: 3px 10px;
  text-transform: uppercase;
}
#infographic :nth-child(even) article {
  text-align: left;
}
#infographic :nth-child(even) article header {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
#infographic article[data-step="1"] {
  margin-left: 30px;
  margin-top: 19px;
}
#infographic article[data-step="2"] {
  margin-left: 30px;
}
#infographic article[data-step="3"] {
  margin-left: 0;
}
#infographic article[data-step="4"] {
  margin-left: 0;
}
#infographic article[data-step="5"] {
  margin-left: -60px;
}
#infographic article[data-step="6"] {
  margin-left: 0;
  margin-top: 17px;
}
#infographic article[data-step="7"] {
  margin-left: 0;
}
#infographic article[data-step="8"] {
  margin-left: 0;
  margin-top: 19px;
}
#infographic article[data-step="9"] {
  margin-left: 0;
}
#infographic article[data-step="10"] {
  margin-left: 70px;
}
#infographic article[data-step="11"] {
  margin-left: 60px;
}
#infographic article[data-step="12"] {
  margin-left: 100px;
}
#infographic article[data-step="13"] {
  margin-left: 80px;
}
#infographic article[data-step="14"] {
  margin-left: 40px;
}
#infographic article[data-step="15"] {
  margin-left: -50px;
}
#infographic article[data-step="16"] {
  margin-left: -250px;
}
.q2second {
  animation-name: my2-animation;
  animation-duration: 0.8s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes my2-animation {
  from {
    background-color: #038705;
    transform: scale(1);
  }
  to {
    background-color: #005c02;
    transform: scale(1.1);
  }
}
#infographic .three .circle {
  color: #412b7f !important;
}
#infographic .three article header {
  background-color: rgb(23 15 45);
}
#infographic .three article header i {
  background-color: #412b7f;
}
#infographic article:hover header i {
  transform: scale(1.2);
}
#infographic article.active header {
  border-bottom-right-radius: 0;
}
#infographic article.active header i {
  --opacity: 0.4;
  transform: scale(1) !important;
}
#infographic article.active .body {
  padding: 20px;
  max-height: 300px;
  border: 1px solid #3c3f42;
}
#infographic .two article.active header {
  border-bottom-left-radius: 0;
}
#infographic .step {
  position: relative;
  left: 120px;
}
#infographic .step.two,
#infographic .step.three {
  margin-top: -19px;
  padding-left: 136px;
}
#infographic header h6 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
#infographic .one article header:hover {
  color: #00d200;
  border: 1px solid #00d200;
}
#infographic .two article header:hover {
  border: 1px solid #1994fc;
}
#infographic .one article header h6:hover {
  color: #00d200;
}
#infographic .two article header h6:hover {
  color: #1994fc;
}
#infographic .body ul {
  color: #fff;
  list-style: none;
  padding-left: 29.9px;
  position: relative;
  line-height: 1.8;
  padding-top: 5px;
  border-left: 1px solid #4f5458;
  margin-left: 10px;
  padding-bottom: 5px;
}

#infographic .body ul li {
  position: relative;
}
#infographic .body ul li::before {
  content: "";
  position: absolute;
  left: -34px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00d200;
  top: 8px;
}
#infographic .step.two ul {
  color: #fff;
  list-style: none;
  padding-left: 15px;
  padding-right: 30px;
  position: relative;
  line-height: 1.8;
  padding-top: 5px;
  border: 0;
  border-left: 1px solid #3c3f42;
  margin-right: 10px;
  padding-bottom: 5px;
}
#infographic .step.two ul li::before {
  content: "";
  position: absolute;
  left: -20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1994fc;
  top: 8px;
}
#infographic .body ul li p {
  margin-bottom: 0;
  font-size: 14px;
}
#infographic .circle h4 span {
  font-size: 18px;
  color: #fff;
}
.roadmap-3 {
  margin-top: 70px;
}
.coinmarketcap-currency-widget > div {
  width: 100% !important;
  min-width: unset !important;
  border: 0px solid #e1e5ea !important;
  background: #0e0f18 !important;
}
#infographic .roadmap-3 article {
  color: #412b7f;
}

#infographic .roadmap-3 article .btn-outline-primary {
  color: #ffffff;
  border-color: #412b7f !important;
}
#infographic .three .body ul {
  border-left: 1px solid #412b7f;
}
#infographic .three .body ul li::before {
  background: #412b7f;
}
#infographic .three .btn-outline-primary:hover {
  color: #fff !important;
  background-color: #412b7f;
  border-color: #0c1a18;
}
.content_phase_3_4 {
  display: flex;
  flex-direction: column;
  margin-left: 203px;
}
.year_roadmap {
  width: 100px;
  padding-bottom: 30px;
  padding-top: 50px;
  padding-left: 80px;
  display: flex;
  position: relative;
}
.year_roadmap h4 {
  border: 2px solid #4b4b58;
  border: 2px solid #00d200;
  text-align: center;
  padding: 7px 20px;
  border-radius: 8px;
  color: #fff;
  background-color: #1c1c26;
}
.year_roadmap_1 {
  width: 100px;
  padding-bottom: 30px;
  padding-top: 70px;
  padding-left: 121px;
  display: flex;
}
.year_roadmap_1 h4 {
  border: 2px solid #4b4b58;
  border: 2px solid rgb(25, 148, 252);
  text-align: center;
  padding: 7px 20px;
  border-radius: 8px;
  color: #fff;
  background-color: #1c1c26;
}
.year_roadmap h4::after {
  content: " ";
  position: absolute;
  z-index: -1;
  left: 0px;
}
.year_roadmap::before {
  content: " ";
  position: absolute;
  z-index: -1;
  border-left: 2px solid #4b4b58;
  height: 250px;
  left: 134px;
}
.year_roadmap_1::before {
  content: " ";
  position: absolute;
  z-index: -1;
  border-left: 2px solid #4b4b58;
  height: 435px;
  left: 307px;
}
.q3_lines {
  border: 1px solid #00d200 !important;
}
.horizondal_line_roadmap {
  border-bottom: 1px solid #00d200;
  width: 100%;
  position: absolute;
  top: 211px;
}
.horizondal_line_roadmap::after {
  position: absolute;
  content: " ";
  width: 10px;
  height: 10px;
  border-radius: 50px;
  top: -3px;
  left: 250px;
  background-color: #fff;
  animation-name: my3-animation;
  animation-duration: 0.8s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.horizondal_line_roadmap::before {
  position: absolute;
  content: " ";
  width: 10px;
  height: 10px;
  border-radius: 50px;
  top: -3px;
  left: 831px;
  background-color: rgb(10, 161, 10);
}
@keyframes my3-animation {
  from {
    background-color: #14ca17;
    transform: scale(1);
  }
  to {
    background-color: #005c02;
    transform: scale(1.5);
  }
}
.roadmap_header {
  display: flex;
  width: 100%;
}
.roadmap_section {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.download_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
td + td,
th + th {
  border-left: 1px solid #444444; /* Borders between columns only */
}
.download_btn h2 {
  background-color: rgb(28, 28, 38);
  padding: 16px;
  border-radius: 16px;
  text-align: center;
  font-size: 34px;
  letter-spacing: 1px;
  bottom: -40px;
  color: rgb(0, 210, 0);
  font-weight: 700;
}
.footer_main_header {
  position: relative;
  background-color: rgba(25, 25, 35, 0.77);
  padding: 40px;
}
.footer_bg {
  display: flex;
  flex-direction: row;
  padding: 0;
  border-radius: 8px;
  justify-content: space-around;
  align-items: center;
}
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .footer_main_header {
    backdrop-filter: blur(10px);
    background-color: #1d1d27;
    border-radius: 20px;
    box-shadow: 1px 1px 16px #000;
  }
}
.footer_mble_content {
  border: 2px solid #707070;
  width: 190px;
  border-radius: 20px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin-left: 50px;
}
.download_mble_header {
  display: flex;
  align-items: center;
}
.download_desktop_header {
  display: flex;
  align-items: center;
}
.download_mble {
  border: 2px solid #707070;
  height: 61px;
  padding: 14px 17px 15px 17px;
  border-radius: 15px;
  position: relative;
  background-color: #25252f;
}
.download_desktop {
  border: 2px solid rgb(112, 112, 112);
  height: 56px;
  padding: 16px 14px;
  border-radius: 13px;
  position: relative;
  background-color: #25252f;
}
.download_mble::before {
  content: " ";
  border-bottom: 2px solid #707070;
  position: absolute;
  left: 53px;
  width: 51px;
  height: 17px;
}
.download_desktop::before {
  content: " ";
  border-bottom: 2px solid rgb(112, 112, 112);
  position: absolute;
  left: 54px;
  width: 51px;
  height: 10px;
}
.download_mble img {
  width: 18px;
}
.download_desktop img {
  width: 25px;
}
.footer_mble_content .m_hover {
  font-size: 22px;
  padding-left: 30px;
  padding-top: 15px;
  color: #00d200;
  font-weight: 600;
}

.footer_desktop_content {
  border: 2px solid #707070;
  width: 190px;
  height: 165px;
  border-radius: 21px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin-left: 50px;
  padding: 20px 30px;
  align-items: baseline;
}
.footer_desktop_content .d_hover {
  font-size: 22px;
  color: #0094ff;
  font-weight: 600;
  text-align: right;
  padding-bottom: 7px;
}
.m_wallet {
  padding-top: 10px;
}
.d_wallet {
  padding: 0px 0px;
}
.d_wallet li {
  font-size: 16px;
  padding-bottom: 7px;
  font-weight: 100;
  color: rgb(187, 187, 187);
}
.d_wallet li a,
.m_wallet li a {
  color: #fff;
}
.d_wallet li a span,
.m_wallet li a span {
  font-size: 12px;
  color: #ffd600;
}

.d_wallet li a:hover {
  color: #0094ff;
  cursor: pointer;
}
.m_wallet li a:hover {
  color: #00d200;
  cursor: pointer;
}
.m_wallet li {
  padding: 5px 10px 5px 0px;
  font-size: 16px;
  font-weight: 100;
  color: rgb(187, 187, 187);
}
.q_content_open {
  display: block !important;
}
.timeline_number h4 {
  font-size: 20px;
  color: #fff !important;
  position: absolute;
  left: 538px;
  top: 13px;
}
.line_belnet {
  position: absolute;
  bottom: -50px;
  width: 14%;
  left: 258px;
  border-bottom: 1px solid rgb(0, 210, 0);
}
.decentralized {
  height: 9px;
  margin-top: -16px;
}
.year_active {
  color: #00d200;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}
footer {
  padding: 20px;
  border-top: 1px solid #262832;
  text-align: center;
  background-color: #1c1c26;
}
footer a {
  color: #fff;
  text-decoration: none !important;
}
footer a:hover {
  color: #01c213;
}
.qr_code_header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 81px;
}
.qr_code_header img {
  width: 164px;
  border-radius: 12px;
}
.privacy_policy_header h1 {
  font-size: 25px;
  font-weight: 600;
  padding: 30px 0;
  font-family: var(--conthrax);
}

.privacy_policy_first_header p {
  color: #bbb;
  line-height: 1.8;
}
.privacy_policy_first_header span,
.privacy_policy_first_header ol li {
  color: #bbb;
  line-height: 1.8;
  font-size: 14px;
  list-style-type: unset;
}
.privacy_policy_first_header p a {
  color: #00d200;
}
.privacy_policy_first_header p a:hover {
  color: #03a403;
}
.footer_clr {
  background-color: #1c1c26;
}
.footer_copy_right {
  display: flex;
  justify-content: center;
  background-color: #1c1c26;
}
.footer_copy_right span {
  padding-left: 20px;
  text-align: right;
}
.footer_copy_right span a {
  color: #0094ff;
  font-size: 16px;
}
.footer_copy_right span a:hover {
  color: #0066ff;
}
.privacy_logo_header img {
  width: 60%;
  background-color: transparent;
}
.round-waves {
  position: relative;
}
.round-waves .wave_1 {
  border: 2px solid #00c8ff96;
  border-radius: 50%;
  width: 125px;
  height: 125px;
  position: absolute;
  bottom: 15px;
  left: 119px;
  animation: scaleIn 4s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
  opacity: 0;
  z-index: -1;
}
.round-waves .wave_2 {
  border: 2px solid #00c8ff;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: 3px;
  left: 105px;
  animation: scaleIn 4s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
  opacity: 0;
  z-index: -1;
}
.round-waves .wave_3 {
  border: 2px solid #00c8ff;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: 3px;
  left: 105px;
  animation: scaleIn 4s infinite 6s cubic-bezier(0.36, 0.11, 0.89, 0.32);
  opacity: 0;
  z-index: -1;
}
.round-waves .wave_4 {
  border: 2px solid #00c8ff96;
  border-radius: 50%;
  width: 125px;
  height: 125px;
  position: absolute;
  bottom: 15px;
  left: 119px;
  animation: scaleIn 4s infinite 6s cubic-bezier(0.36, 0.11, 0.89, 0.32);
  opacity: 0;
  z-index: -1;
}

@keyframes scaleIn {
  from {
    transform: scale(0.6, 0.6);
    opacity: 0.7;
  }
  to {
    transform: scale(1.6, 1.6);
    opacity: 0;
  }
}
.title h5 {
  font-size: 16px;
}
.overley_content {
  position: relative;
}
.overley_content p {
  position: absolute;
  width: 770px;
  height: 770px;
  margin-bottom: 0;
  top: -225px;
}
#navbarsub {
  text-align: left;
  position: fixed;
  width: 26.333333%;
  border-right: 1px solid #bbb;
  width: clamp(240px, 26.333333%, 400px);
}
#linux_navbarsub {
  text-align: left;
  position: fixed;
  width: 26.333333%;
  border-right: 1px solid #bbb;
  width: clamp(240px, 26.333333%, 400px);
}
#navbarsub header,
#linux_navbarsub header {
  padding: 20px 30px;
  font-weight: 500;
  border-bottom: 1px solid #0e0f18;
  color: #fff;
  font-size: 24px;
}
#navbarsub .nav-desk-link,
#linux_navbarsub .nav-desk-link {
  text-decoration: none;
  display: block;
  padding: 20px 0px !important;
  color: #bbb;
  font-size: 14px;
  cursor: pointer;
}
#navbarsub .nav-desk-link:hover,
#linux_navbarsub .nav-desk-link:hover {
  color: #00d200 !important;
}
#navbarsub .nav-desk-link.active,
#linux_navbarsub .nav-desk-link.active {
  transition: 0.3s all;
  color: #00d200;
  background-color: unset;
  border-bottom: 1px solid #00d200;
}
code {
  color: #fff !important;
}
#main-doc {
  margin-left: 473px;
  position: relative;
}
.docker_header {
  margin-left: 420px;
  width: 100%;
  margin-bottom: 550px;
}
.main-section {
  padding: 20px 30px;
  margin-bottom: 0px;
}
.main-section header {
  text-align: center;
  padding: 10px 0;
}
.main-section h1,
.mble-nav_header h1,
.docker_sticky h1 {
  font-size: 22px;
  margin: 12px auto;
  color: #fff;
  text-align: left;
}
.section_1_belnet_install header h2 {
  text-align: left;
  padding-top: 10px;
  font-size: 28px;
}
.main-section p {
  line-height: 1.6;
  text-rendering: optimizelegibility;
  color: #bbb;
}
.main-section li {
  margin-bottom: 10px;
  line-height: 1.6;
  list-style-type: none;
  color: #bbb;
}
#navbarsub {
  text-align: left;
  overflow-y: scroll;
  height: 75%;
  position: fixed;
  padding: 0;
  border-right: 1px solid #444444;
  padding: 20px 25px 20px 0px;
  width: clamp(230px, 26.333333%, 400px);
}
code {
  margin: 10px 0px;
  padding: 0px 14px;
  display: block;
  line-height: 2;
  word-break: break-all;
  word-wrap: normal;
  border-radius: 5px;
  font-size: 14px;
  width: 100%;
}
.table_belnet_header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.table_belnet_header table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border: 1px solid #444444;
  background-color: var(--body-bg);
  border-radius: 10px;
}
.table_belnet_header table th {
  height: 50px;
  background-color: #111111;
  color: #fff;
  font-family: var(--conthrax);
  font-size: 15px;
}
.table_belnet_header table tr td {
  height: 60px;
  color: #bbb;
  font-size: 14px;
}
.installation_guide_header {
  padding: 15px 0px;
}
.installation_guide_header p a {
  color: #1070e0;
  text-decoration: none;
  line-break: anywhere;
  white-space: break-spaces;
}
.installation_guide_header img {
  width: 100%;
  margin: 10px 0px 25px;
}
.installation_guide_header p span {
  color: #1070e0;
}
.installation_guide_header h2,
.installation_guide_header h4 {
  color: #fff;
  margin: 10px 0px;
  font-size: 16px;
}
.logo_belnet_main {
  padding: 50px 0px 70px 30px;
  position: relative;
}
.logo_belnet_main img {
  width: 200px;
  position: fixed;
}
.mble-nav_header,
.docker_sticky {
  display: none;
}

.copy-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #111111;
  margin-bottom: 20px;
  min-height: 50px;
  border: 1px solid #333333;
}
.simple_text {
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #111111;

  margin-bottom: 10px;
  border: 1px solid #333333;
}
.integration-checklist__copy-button {
  background: #111111;
  border: 0;
  outline: 0;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../img/exit-note-setup/copytick.svg");
  background-size: 50%;
  background-position: center center;
  background-repeat: no-repeat;
}
.integration-checklist__copy-button:before {
  content: "";
  display: none;
  position: absolute;
  z-index: 9998;
  bottom: 38px;
  right: 30px;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}
.integration-checklist__copy-button:after {
  content: "Copy to Clipboard";
  display: none;
  position: fixed;
  z-index: 9999;
  right: 46%;
  bottom: 60px;
  width: 114px;
  height: 36px;
  color: #fff;
  font-size: 10px;
  line-height: 36px;
  text-align: center;
  background: rgba(0, 0, 0, 0.72);
  border-radius: 10px;
}
.integration-checklist__copy-button:hover {
  background-color: #1c1c26;
}
.integration-checklist__copy-button:hover:before,
.integration-checklist__copy-button:hover:after {
  display: block;
}
.integration-checklist__copy-button:active,
.integration-checklist__copy-button:focus {
  outline: none;
}
.integration-checklist__copy-button:active:after,
.integration-checklist__copy-button:focus:after {
  content: "Copied!";
}
.mobile-nav .nav-mble-link.active {
  background-color: #ebebeb;
}
.mn-bg {
  border: 1px solid #17172a;
  background: #00000000;
  box-shadow: 0px 5px 10px #0000008a;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 20px;
  display: flex;
  min-height: 290px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.beldex-rewards {
  text-align: center;
  padding-bottom: 0px;
  padding-top: 50px;
}
.beldex-rewards p {
  text-align: center;
}
.beldex-rewards h2 {
  color: #0089ff;
  text-transform: uppercase;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.docs-link {
  margin-top: 20px;
  text-align: center !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.docs-link a {
  text-decoration: none !important;
  color: #00db09;
  font-size: 14px;
  border: 1px solid #bbb;
  padding: 10px 25px;
  border-radius: 10px;
}
.docs-link a span {
  color: #fff;
  margin-left: 5px;
  font-size: 16px;
}
.docs-link a:hover {
  color: #07b90d;
}
.mn_hosting_header {
  text-align: center !important;
  border-bottom: 2px solid #5a5a5a;
  margin-bottom: 40px;
  padding-bottom: 25px;
  padding-top: 0px;
}
.mn_hosting_content h3 {
  margin-bottom: 10px;
  font-size: 18px;
}
.mn_hosting_content h4 {
  margin-bottom: 20px;
}
.mn_hosting_content p {
  font-size: 16px;
  color: #bbb;
}
.installation_guide_header p {
  font-size: 14px;
  color: #bbb;
}
.whole_body_belnetinstallation {
  max-width: 1440px;
  position: relative;
  width: 100%;
}
.docker_main_header {
  margin-top: 80px;
}
.view_exit_node {
  margin-bottom: 520px;
}
.mn-bg h4 {
  font-size: 14px;
}
.clip-wrapper {
  display: inline-flex;
  width: 33px;
  height: 33px;
  background-color: #0b0b0b;
  border: 0px solid #3c3c47;
  color: #1a1a1a;
  text-align: center;
  justify-content: center;
  align-items: center;
  transform: rotate(45deg);
  border: 1px solid #333333;
  box-shadow: -1px 0px 0px 17px #0b0b0b;
}
.nav-mble-link > * {
  transform: rotate(-45deg);
}
.contributor_body {
  padding: 0 60px 30px;
  position: relative;
  max-width: 1920px;
  width: 100%;
  overflow-y: hidden;
}
.contributor_content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px 0px;
  background-image: url(../img/world-bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
}
.contributor_content h1 {
  text-transform: uppercase;
  text-align: center;
  font-family: var(--conthrax);
}
.contributor_content p {
  font-size: 16px;
  text-align: center;
}
.contributor_header {
  padding: 50px 0px 30px;
}
.contributor_header h2 {
  font-size: 25px;
  font-weight: 600;
}
.contributor_header p {
  font-size: 16px;
}
.contributor_table table {
  border-collapse: unset !important;
  width: 100%;
  max-width: 100%;
  border-spacing: 0px 12px;
}
.contributor_table {
  background: #00000000;
  padding: 30px;
  width: 100%;
  overflow-x: auto;
  border: 1px solid #444444;
}
.contributor_table table td {
  text-align: left;
  padding: 8px;
}
.contributor_table table th {
  text-align: left;
  padding: 8px;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #444444;
}

.contributor_table table tbody tr td {
  padding: 10px;
}
.contributor_table table tbody tr td img {
    width: 25px;
    margin-right: 15px;
    height: 18px;
}
.contributor_table table th:hover {
  background-color: unset;
}
.contributor_table table tbody tr:hover,
.contributor_table table tbody tr:nth-child(even) {
  background: #111111;
}
.contributor_table table tbody tr:nth-child(even) {
  border-radius: 0px;
  background: #111111;
}
.contributor_table table tbody tr td:nth-child(1),
.contributor_table table thead th:nth-child(1) {
  text-align: center;
}
.pagination-container {
  display: flex;
  align-items: center;
  position: relative;
  bottom: 0;
  padding: 2rem 0;
  justify-content: center;
}
.pagination-container-mble {
  display: none;
}
.hidden {
  display: none;
}
.m-80 {
  margin-bottom: 30px;
}
.prev-next {
  border: 2px solid #444444 !important;
  height: 100%;
  width: 100%;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 10px 15px;
}
.page-wrapper .pagination-button {
  width: 70px;
}
.pagination {
  font-size: 14px;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  display: inline-flex;
  justify-content: center;
  gap: 30px;
}
.pagination {
  width: 35px;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.page-wrapper {
  gap: 20px;
  display: flex;
}
.show_header {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.pagination li {
  width: 35px;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.pagination_mble {
  width: 35px;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.pagination-container-mble .page {
  border-radius: 100%;
  width: 35px;
  height: 35px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-container-mble .nav.disabled {
  color: gray;
}
.active {
  background-color: #ebebeb;
  color: #0b0b0b;
}
.pagination-container-mble .nav {
  color: #fff;
  padding: 0px 15px;
}
.page:hover {
  background-color: #ebebeb;
  color: #0b0b0b;
}
.next-button:hover,
.prev-button:hover {
  color: white;
  border: 1px solid #00db09 !important;
}
.table_box_header {
  display: none;
}
.table_box_inner_header {
  border: 1px solid #444444;
  background: #00000000;
  box-shadow: 0 5px 15px #00000082;
  padding: 20px;
  border-radius: 0px;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 30px;
}
.table_1st_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #444444;
  margin-bottom: 10px;
  width: 100%;
}
.table_1st_content:nth-child(3) {
  border-bottom: unset;
  margin-bottom: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.table_1st_content .table_no {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 5px;
  width: 100%;
}
.table_1st_content .table_no span {
  color: #fff;
  margin-bottom: 5px;
  font-family: var(--conthrax);
}
.table_1st_content .table_no p span {
  margin-bottom: 10px;
  margin-right: 15px;
}
.table_1st_content .table_no p span img {
  width: 25px;
}
.table_1st_content .table_no p {
  margin-bottom: 5px;
  color: #fff;
}
.table_1st_content .table_node {
  margin-bottom: 5px;
}
.table_1st_content .table_node span {
  margin-bottom: 5px;
  color: #fff;
}
.table_1st_content .table_node p {
  font-size: 13px;
  font-weight: 500;
  margin: 5px 0px;
  word-break: break-all;
  color: #fff;
}
.belnet_header {
  padding: 20px 0px;
  font-weight: 500;
  border-bottom: 1px solid #0e0f18;
  color: #fff;
  font-size: 18px !important;
}
.show_header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  float: right;
  cursor: pointer;
}
.show_content {
  margin-right: 10px;
  margin-bottom: 0;
  color: #ffffff;
}
.select_header {
  background-color: var(--bgColor);
  padding: 5px 8px;
  outline: none;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.table-content::-webkit-scrollbar {
  display: none;
}
.table-content::-webkit-scrollbar-track {
  background: rgb(138, 138, 138);
  border-radius: 2px;
}
.table-content::-webkit-scrollbar-thumb {
  background-color: #2d2d4a;
  border-radius: 10px;
}
#navbarsub::-webkit-scrollbar {
  display: none;
}
.belnet-with-ai {
  padding: 150px 0px 30px;
}
.belnet-ai-img img {
  width: 90%;
}
.belnet-with-ai h2 {
  font-size: 36px;
  font-weight: 100;
  margin-bottom: 40px;
  text-align: center;
}
.belnet-with-ai h3 {
  font-weight: 100;
  font-size: 30px;
  color: #e8e8e8;
  line-height: 1.5;
}
.col-white {
  color: #fff;
  font-weight: 400;
}
.split-tunnel-img {
  justify-content: start !important;
}
.belnet-with-ai h2 span,
.belnet-with-ai h3 span {
  font-weight: 600;
}
.belnet-ai-content p {
  font-weight: 100;
  font-size: 20px;
  line-height: 1.9;
  color: rgb(206, 206, 206);
  margin-bottom: 0;
}
.belnet-ai-content {
  padding-top: 30px;
}
.belnet-ai-img {
  display: flex;
  align-items: center;
  justify-content: right;
}
.step-wrapper {
  display: inline-flex;
  width: 20px;
  height: 20px;
  background-color: #EBEBEB;
  border: 0px solid #3c3c47;
  color: #1a1a1a;
  text-align: center;
  justify-content: center;
  align-items: center;
  transform: rotate(45deg);
  border: 1px solid #333333;
  margin: 0px 10px;
}
.nav-step-link {
  display: inline-flex;
  width: 25px;
  height: 25px;
  background-color: #EBEBEB;
  color: #1a1a1a;
  text-align: center;
  justify-content: center;
  align-items: center;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  transform: rotate(-45deg);
  font-size: 13px;
}
@media (min-width: 1440px) {
  code {
    word-break: break-all;
    word-wrap: break-word;
    font-size: 13px;
  }
  .installation_guide_header p {
    font-size: 16px;
    line-height: 2.4;
  }
  #navbarsub .nav-desk-link {
    font-size: 14px;
  }
  .main-section p {
    font-size: 14px;
  }
  .line_belnet {
    left: 296px;
  }
  .belnet_work_header span img {
    left: 568px;
  }
  .faq_header span img {
    left: 585px;
  }

  .sheild_belnet_img video {
    width: 80%;
  }
  .belnet_header_img video {
    width: 90%;
    position: absolute;
    top: -259px;
    z-index: -1;
    right: 0;
  }

  .qr_code_header img {
    width: 164px;
  }
  .horizondal_line_roadmap::before {
    left: 863px;
  }

  .belnet_content h1 span {
    font-size: 54px;
    line-height: 1.8;
  }
  #infographic header h6 {
    font-size: 14px;
    font-weight: 500;
  }
  #infographic .body ul li p {
    font-size: 18px;
  }
  .table_white {
    font-size: 18px;
  }

  .table-content table td .inner-side li {
    font-size: 22px;
    margin-top: 56px;
  }
  .table-content table td ul li {
    margin-top: 45px;
    font-size: 16px;
  }
  .table-content table td .inner-side h3 {
    margin-top: 28px;
    font-size: 32px;
  }
  .belnet_yes {
    font-size: 16px;
  }
  .belnet_no {
    font-size: 16px;
  }
  .table-content table td ul li p {
    font-size: 16px;
  }
  .table-content table td .inner-side.inner-side.green {
    height: 909px;
  }
  .table-content table td .inner-side {
    min-height: 786px;
  }
  .table-content table td ul li {
    margin-top: 52px;
    font-size: 17px;
  }
  .shield_belnet_header p {
    padding-top: 40px;
    font-size: 20px;
  }
  .normal_vpn_internet p {
    padding-top: 20px;
    font-size: 20px;
  }
  .normal_vpn_internet h4,
  .beldex_vpn_internet h4 {
    font-size: 22px;
    font-weight: 600;
  }
  .beldex_vpn_internet p {
    font-size: 20px;
  }
  .on_off_button_header img {
    width: 60%;
  }
  .btn_social_icon_1,
  .btn_social_icon_2,
  .btn_social_icon_3,
  .btn_social_icon_4,
  .btn_social_icon_5,
  .btn_social_icon_6,
  .btn_social_icon_7,
  .btn_social_icon_8 {
    margin-right: 10px;
  }
  .docker_header {
    margin-left: 476px;
  }
}
@media (min-width: 1600px) {
  .belnet_work_header span img {
    left: 659px;
  }
  .qr_code_header img {
    width: 164px;
  }
  .horizondal_line_roadmap::before {
    left: 863px;
  }
  #infographic header h6 {
    font-size: 16px;
    font-weight: 500;
  }
  #infographic .body ul li p {
    font-size: 18px;
  }
  .table_white {
    font-size: 18px;
  }
  .table-content table td .inner-side li {
    font-size: 22px;
    margin-top: 56px;
  }
  .table-content table td ul li {
    margin-top: 45px;
    font-size: 16px;
  }
  .table-content table td .inner-side h3 {
    margin-top: 28px;
    font-size: 40px;
  }
  .belnet_yes {
    font-size: 16px;
  }
  .belnet_no {
    font-size: 16px;
  }
  .table-content table td ul li p {
    font-size: 16px;
  }
  .table-content table td .inner-side.inner-side.green {
    height: 909px;
  }
  .table-content table td .inner-side {
    min-height: 786px;
  }
  .table-content table td ul li {
    margin-top: 52px;
    font-size: 16px;
  }
  .belnet_content p {
    font-size: 23px;
  }
  .shield_belnet_header p {
    padding-top: 40px;
    font-size: 20px;
  }
  .normal_vpn_internet p {
    padding-top: 20px;
    font-size: 20px;
  }
  .normal_vpn_internet h4,
  .beldex_vpn_internet h4 {
    font-size: 30px;
    font-weight: 600;
  }
  .beldex_vpn_internet p {
    font-size: 26px;
  }

  .on_off_button_header img {
    width: 75%;
  }
  .line_belnet {
    left: 324px;
  }
  .faq_header span img {
    left: 694px;
  }
}
@media (min-width: 1800px) {
  .belnet_work_header span img {
    left: 775px;
  }

  .qr_code_header img {
    width: 164px;
  }
  .horizondal_line_roadmap::before {
    left: 863px;
  }

  #infographic header h6 {
    font-size: 16px;
    font-weight: 500;
  }
  #infographic .body ul li p {
    font-size: 18px;
  }
  .table_white {
    font-size: 18px;
  }

  .table-content table td .inner-side li {
    font-size: 22px;
    margin-top: 56px;
  }
  .table-content table td ul li {
    margin-top: 45px;
    font-size: 16px;
  }

  .table-content table td .inner-side h3 {
    margin-top: 28px;
    font-size: 40px;
  }
  .belnet_yes {
    font-size: 16px;
  }
  .belnet_no {
    font-size: 16px;
  }
  .table-content table td ul li p {
    font-size: 16px;
  }
  .table-content table td .inner-side.inner-side.green {
    height: 909px;
  }
  .table-content table td .inner-side {
    min-height: 786px;
  }
  .table-content table td ul li {
    margin-top: 52px;
    font-size: 16px;
  }
  .belnet_content p {
    font-size: 23px;
  }
  .shield_belnet_header p {
    padding-top: 40px;
    font-size: 21px;
  }
  .normal_vpn_internet p {
    padding-top: 20px;
    font-size: 20px;
  }
  .normal_vpn_internet h4,
  .beldex_vpn_internet h4 {
    font-size: 30px;
    font-weight: 600;
  }
  .beldex_vpn_internet p {
    font-size: 20px;
  }
  .on_off_button_header img {
    width: 60%;
  }
  .line_belnet {
    left: 303px;
  }
  .faq_header span img {
    left: 600px;
  }
}
@media (max-width: 1440px) {
  .docker_header {
    margin-left: 380px;
    overflow-x: hidden;
  }
  #main-doc {
    margin-left: 380px;
    width: 75%;
    overflow-x: hidden;
  }
  #navbarsub {
    height: 65%;

    overflow-y: scroll;
  }
}
@media (max-width: 1200px) {
  #main-doc {
    margin-left: 365px;
  }
  .belnet_header_img video {
    width: 600px;
    top: -198px;
  }
  .belnet_content h1 span {
    font-size: 43px;
  }
  .line_belnet {
    left: 230px;
  }
  .faq_header span img {
    left: 484px;
  }
  code {
    white-space: pre-line;
  }
}
@media (max-width: 1024px) {
  .view_exit_node {
    margin-bottom: 200px;
  }
  #navbarsub {
    height: 65%;
  }
  .shield_belnet_header p {
    font-size: 16px;
  }
  #main-doc {
    margin-left: 350px;
  }
  .round-waves {
    position: relative;
    top: 16px;
    left: -1px;
  }
  .belnet_work_header h6 {
    font-size: 48px;
  }
  .belnet_work_header h6 span {
    font-size: 48px;
  }
  .belnet_work_header span img {
    position: absolute;
    left: 378px;
    width: 17%;
  }
  .on_off_button_header img {
    width: 50%;
    cursor: pointer;
  }
  .sheild_belnet_img video {
    padding-top: 15px;
  }
  .shield_belnet_header h6 span {
    font-size: 48px;
    font-weight: 600;
  }
  .belnet_content h1 {
    font-size: 40px;
  }
  .belnet_content h1 span {
    font-size: 37px;
  }
  .belnet_content p {
    font-size: 16px;
  }
  .belnet-table .table-content {
    overflow-x: scroll;
    overflow-y: hidden;
    margin-bottom: 30px;
  }
  .table_header {
    width: 1200px;
    overflow-x: scroll;
  }
  .belnet_header_img video {
    width: 536px;
    position: absolute;
    top: -169px;
    right: -15px;
  }
  #infographic .step {
    left: -15px;
  }

  .normal_vpn_internet p,
  .beldex_vpn_internet p {
    text-align: left;
    font-size: 16px;
  }
  .year_roadmap_1 {
    padding-left: 17px;
  }
  .year_roadmap_1::before {
    left: 204px;
  }
  .horizondal_line_roadmap::before {
    left: 570px;
  }
  .horizondal_line_roadmap::after {
    left: 115px;
  }
  .shield_belnet_header h6 {
    font-size: 48px;
  }
  .faq_header span img {
    left: 405px;
  }
  .footer_main_header {
    padding: 30px 10px;
  }
  .table-content table td ul li {
    padding: 0px 12px;
  }
  .shield_belnet_header {
    padding-right: 0px;
    padding-top: 50px;
  }
  .qr_code_header img {
    width: 60%;
  }
  .table-content table td .inner-side {
    min-height: 787px;
  }
  .table-content table td .inner-side.inner-side.green {
    min-height: 832px;
  }
  .table-content table td .heading {
    margin: 0;
    width: 75%;
  }
  .line_belnet {
    left: 280px;
  }
  .belnet_content h1 span {
    font-size: 38px;
  }
  code {
    white-space: pre-line;
    font-size: 11px;
  }
  .docker_header {
    margin-left: 350px;
  }
}
@media (max-width: 992px) {
  .docker_header {
    padding-left: 0;
    margin-bottom: 20px;
    padding-left: 15px;
  }
  .round-waves {
    position: relative;
    top: 13px;
    left: -86px;
  }
  .on_off_button_header img {
    width: 85%;
    cursor: pointer;
  }
  .whole_body {
    padding: 0px 30px 90px 30px;
    position: relative;
  }
  .shield_belnet_header h6 span {
    font-size: 45px;
    font-weight: 600;
  }
  .shield_belnet_header h6 {
    font-size: 40px;
  }
  .belnet-table .table-content {
    overflow-x: scroll;
    overflow-y: hidden;
    margin-bottom: 30px;
  }
  .table_header {
    width: 1200px;
    overflow-x: scroll;
  }
  .belnet-with-ai {
    padding: 50px 0px;
  }
  .belnet-ai-img {
    justify-content: center !important;
  }
  .footer_bg {
    flex-wrap: wrap;
  }
  .download_btn {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .logo_belnet_main img {
    position: static;
  }
  #main-doc {
    padding-left: 35px;
    padding-top: 25px;
  }
  #navbarsub {
    min-height: 420px;
    width: 100%;
    position: static;
    border-right: none;
  }
  .logo_belnet_main {
    padding: 50px 0px 30px 30px;
  }
  .docker_header {
    margin-left: 0;
    width: 100%;
  }
  #main-doc {
    margin-bottom: 20px;
  }
  .mble-nav_header {
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    padding-top: 15px;
    background: var(--body-bg);
    z-index: 2;
  }
  .docker_sticky {
    position: sticky;
    top: 0;
    display: block;
    z-index: 3;
    background: var(--body-bg);
    padding: 10px;
    left: 0;
  }
  code {
    white-space: pre-line;
  }
  .round-waves {
    position: relative;
    top: 14px;
    left: -107px;
  }
  .how_beldex_work {
    padding-bottom: 0px;
  }
  .sheild_belnet_img video {
    padding-top: 30px;
  }

  .shield_belnet_header {
    padding-right: 0px;
    padding-top: 30px;
  }
  .sheild_belnet_img {
    padding-top: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .shield_belnet_header span img {
    position: absolute;
    right: 53px;
    width: 19%;
  }
  .belnet_work_header span img {
    position: absolute;
    left: 250px;
    width: 23%;
  }
  .roadmap_content span img {
    width: 28%;
    position: absolute;
  }
  .shield_belnet_header h6 {
    font-size: 40px;
  }
  .shield_belnet_header h6 span {
    font-size: 40px;
    font-weight: 600;
  }
  .faq_header span img {
    left: 306px;
  }
  .line_belnet {
    left: 281px;
  }
  .whole_body {
    padding: 0px 30px 90px 30px;
  }
  .mobile-nav .nav-mble-link.active {
    background-color: unset;
  }
  .belnet_content h1 {
    font-size: 40px;
    font-weight: 700;
  }
  .belnet_content h1 span {
    font-size: 40px;
    line-height: 1.8;
  }
  .belnet_header_img video {
    width: 453px;
    top: -129px;
    right: -30px;
  }
  #infographic :nth-child(even) article {
    margin-top: 18px;
  }
  .horizondal_line_roadmap::before {
    left: 477px;
  }
  .belnet-table .table-content {
    overflow-x: scroll;
    overflow-y: hidden;
    margin-bottom: 30px;
  }
  .table_header {
    width: 1200px;
    overflow-x: scroll;
  }
  .on_off_button_header {
    padding: 100px 0;
  }
  .on_off_button_header img {
    width: 100%;
  }
  .sheild_belnet_img video {
    width: 100%;
  }

  .footer_desktop_content,
  .footer_mble_content {
    width: 148px;
    margin-left: 20px;
    margin-right: 20px;
    background-color: #1c1c26;
  }
  .qr_code_header img {
    width: 155px;
  }
  .download_mble::before,
  .download_desktop::before {
    z-index: -1;
  }
  .installation_guide_header {
    padding: 0px 0px;
  }
  code {
    white-space: pre-line;
  }
  .main-section {
    padding: 0;
    padding-bottom: 0px;
  }
  #main-doc {
    z-index: 0;
    position: relative;
    transform: translate(0);
    margin-left: 0;
    width: 100%;
    padding: 20px;
  }
  .nav-desk-link {
    padding: 20px 5px !important;
  }
  #navbarsub header {
    padding: 20px 5px;
  }
  .logo_belnet_main {
    padding: 50px 0px 30px 15px;
  }
  #navbarsub,
  #linux_navbarsub {
    display: none;
  }
  .mobile-nav {
    width: 100%;
    height: 2px;
    background-color: #333333;
    margin: 64px 0px 50px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-nav .nav-mble-link {
    display: inline-flex;
    width: 45px;
    height: 45px;
    background-color: #0b0b0b;
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    transform: rotate(-45deg);
  }
  .installation_guide_header h2,
  .installation_guide_header h4 {
    font-size: 20px;
  }
  .main-section h1,
  .mble-nav_header h1,
  .docker_sticky h1 {
    text-align: center;
  }
  .mble-nav_header p,
  .docker_sticky p {
    margin-bottom: 0;
    text-align: center;
    font-weight: 400;
    position: relative;
    top: 25px;
    font-size: 16px;
  }
  .mobile-nav .clip-wrapper:hover .nav-mble-link {
    background-color: #ebebeb;
    color: #1a1a1a;
  }
  .mobile-nav .clip-wrapper:hover {
    background-color: #ebebeb;
    color: #1a1a1a;
  }
  .mobile-nav .nav-mble-link a.active {
    transition: 0.3s all;
    color: #fff;
    background-color: #ebebeb;
  }
  .docs-link a {
    text-decoration: none !important;
    color: #00db09;
    width: 100%;
    font-size: 16px;
  }
  #infographic header h6 {
    font-size: 14px;
  }
  .shield_belnet_header p {
    text-align: justify;
  }
  .footer_bg {
    padding: 21px 0px;
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .pagination-container {
    display: block;
  }
  .pagination-container-mble {
    display: flex;
    align-items: center;
    position: relative;
    bottom: 0;
    padding: 2rem 1rem;
    justify-content: center;
    gap: 10px;
  }
  .pagination-container,
  .show_header {
    display: none;
  }
  .contributor_body {
    padding: 0 15px 30px;
  }
  .contributor_header {
    text-align: center;
  }
  th,td{
    text-wrap-mode: nowrap;
  }
  .table_box_header {
    display: block;
  }
  .mn-bg h4 {
    font-size: 16px;
  }
  .sheild_header {
    flex-direction: column;
  }
  .mn-bg {
    padding: 20px;
    width: 100%;
  }
  .mobile-nav .nav-mble-link:hover {
    background-color: #ebebeb;
    color: #1a1a1a;
  }
  .mobile-nav .clip-wrapper:hover {
    background-color: #ebebeb;
    color: #1a1a1a;
  }
  .mobile-nav .nav-mble-link a.active {
    transition: 0.3s all;
    color: #fff;
    background-color: #ebebeb;
  }
  .integration-checklist__copy-button {
    margin-right: 15px;
  }
  .main-section h1,
  .mble-nav_header h1 {
    font-size: 20px;
    text-align: center;
  }
  .mble-nav_header p {
    margin-bottom: 0;
    text-align: center;
    font-weight: 400;
    position: relative;
    top: 25px;
    font-size: 16px;
  }
  .docker_sticky {
    position: sticky;
    top: 0px;
    display: block;
    left: 0;
  }
  .installation_guide_header {
    padding: 0px 0px;
  }
  .clip-wrapper {
    box-shadow: -1px 0px 0px 6px #0b0b0b;
  }
  code {
    white-space: pre-line;
    line-break: anywhere;
  }
  .main-section {
    padding: 0;
    padding-bottom: 0px;
  }
  .nav-desk-link {
    padding: 20px 5px !important;
  }
  #navbarsub header {
    padding: 20px 5px;
  }
  .logo_belnet_main {
    padding: 50px 0px 30px 15px;
  }
  .roadmap_main_header::before {
    background-image: unset;
  }
  .shield_belnet_header h6 span {
    font-size: 54px;
    font-weight: 600;
  }
  .roadmap_content span img {
    width: 52%;
    position: absolute;
  }
  .footer_copy_right span {
    padding-left: 0px;
    text-align: unset;
  }
  .beldex_vpn_internet {
    padding: 240px 15px 0;
  }
  .line_belnet {
    left: 270px;
  }
  .roadmap_section {
    flex-direction: column;
  }
  .year_roadmap::before {
    left: 119px;
  }
  .year_roadmap_1::before {
    height: 425px;
  }
  #infographic article[data-step="2"] {
    margin-left: 30px;
  }
  #infographic .step {
    position: relative;
    left: 0px;
  }
  .year_roadmap_1::before {
    left: 111px;
  }
  .year_roadmap {
    padding-left: 68px;
  }
  .year_roadmap_1 {
    padding-left: 53px;
  }
  #infographic :nth-child(even) article {
    text-align: left;
    transform: translate(0);
    margin-left: 20px;
  }
  .logo_menu_top_header {
    padding: 30px 0px 0px;
  }
  .shield_belnet_header {
    padding-right: 0px;
    position: relative;
  }
  .shield_belnet_header p {
    text-align: justify;
  }
  .belnet_content p {
    text-align: justify;
    font-size: 19px;
  }
  .belnet_work_header {
    text-align: center;
    padding: 120px 0px 30px 0px;
  }
  .on_off_button_header img {
    width: 65%;
  }
  .how_beldex_work {
    margin: 0px 0px 0px;
  }
  .table_header {
    width: 1200px;
    overflow-x: scroll;
  }
  .belnet-table {
    padding: 0px 0 0px 15px;
  }
  .belnet-table .table-content {
    overflow-x: scroll;
    overflow-y: hidden;
    margin-bottom: 30px;
  }
  .faq_header span img {
    left: 148px;
    width: 22%;
  }
  .faq_header {
    padding: 0px 0px 50px;
  }
  .belnet_work_header span img {
    left: 111px;
    width: 43%;
  }
  .sheild_belnet_img {
    position: relative;
    right: 0px;
    justify-content: center;
    margin-bottom: 30px;
  }
  .sheild_belnet_img img {
    width: 100%;
  }
  .shield_belnet_header span img {
    width: 47%;
    right: 110px;
  }
  .shield_belnet_header h6 {
    text-align: center;
    font-size: 64px;
  }
  .belnet_main_header {
    margin: 0;
  }
  .whole_body {
    padding: 15px 15px 15px 15px;
    overflow-x: hidden;
  }
  .normal_vpn_internet {
    padding-left: 15px;
    padding-top: 240px;
    padding-right: 15px;
  }
  .faq-mobile {
    padding: 0px 0px 0px 15px;
  }
  .accordion button .accordion-title {
    padding: 1em 1.5em 1em 2.5rem;
  }
  .footer_bg {
    display: flex;
    padding: 0;
  }
  .footer_main_header {
    padding: 20px 10px;
    margin-bottom: 40px;
  }
  .footer_bg h2 {
    margin-bottom: 30px;
  }
  .footer_mble_content,
  .footer_desktop_content {
    margin-bottom: 50px;
  }
  .m_hover {
    width: 169px;
  }
  .belnet_header_img video {
    top: -42px;
    left: -23px;
    overflow-x: hidden;
    width: 440px;
  }
  .horizondal_line_roadmap {
    display: none;
  }
  .roadmap_main_header {
    background-image: unset;
  }

  .qr_code_header img {
    width: 51%;
    border-radius: 12px;
  }
  .qr_code_header {
    padding-top: 0px;
  }
  .download_desktop_header {
    flex-direction: row;
  }
  .footer_desktop_content {
    margin-left: 50px;
    padding: 20px 30px 30px 30px;
  }
  .download_desktop::before {
    left: 54px;
  }
  .item-1,
  .item-2,
  .item-3,
  .item-4,
  .item-5 {
    padding: 20px 20px 20px 20px;
  }
  .faq_main_header::before {
    background-size: cover;
    left: 0;
  }
  .footer_desktop_content {
    margin-right: 48px;
  }
  .belnet_content h1 span {
    font-size: 50px;
    line-height: 1.8;
  }
  .btn_social_icon_1,
  .btn_social_icon_2,
  .btn_social_icon_3,
  .btn_social_icon_4,
  .btn_social_icon_5,
  .btn_social_icon_6,
  .btn_social_icon_7,
  .btn_social_icon_8 {
    margin-right: 8px;
  }
  .how_beldex_work {
    background-image: unset;
  }
  .logo_header img {
    width: 100%;
    background-color: transparent;
  }
  .faq_main_header {
    position: relative;
    padding: 30px 0px 85px;
  }
  .faq_box_header {
    padding-bottom: 30px;
  }
  .on_off_button_header {
    padding: 50px 0;
    position: absolute;
    top: 0;
  }
  #turn_beldex_vpn {
    position: relative;
  }
  .normal_vpn_internet p,
  .beldex_vpn_internet p {
    text-align: justify;
  }
  .normal_vpn_internet h4,
  .beldex_vpn_internet h4 {
    text-align: center;
  }
  .d_wallet {
    text-align: left;
    padding-left: 0;
  }
  .footer_desktop_content .d_hover {
    text-align: left;
  }
  .footer_desktop_content,
  .footer_mble_content {
    width: 190px;
    margin-left: 50px;
    margin-right: 50px;
    background-color: #1c1c26;
  }
  #infographic .step.two,
  #infographic .step.three {
    margin-top: -19px;
    padding-left: 10px;
  }
  .round-waves {
    position: relative;
    top: 3px;
    left: -25px;
  }
  #navbarsub {
    display: none;
  }
  .mble-nav_header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    display: block;
  }
  .installation_guide_header h2,
  .installation_guide_header h4 {
    font-size: 16px;
  }
  .integration-checklist__copy-button {
    display: none;
  }
  .installation_guide_header p {
    font-size: 14px;
    color: #bbb;
  }
  .beldex_work_header {
    flex-direction: column;
  }
  .docker_header {
    margin-bottom: 315px;
    padding: 15px;
  }
  .belnet_header_img video {
    position: unset;
  }
}
@media (max-width: 425px) {
  .round-waves {
    position: relative;
    top: 13px;
    left: -44px;
  }
  .belnet_header_img video {
    left: -21px;
    width: 390px;
    top: -35px;
  }
  .whole_body {
    padding: 15px 15px 15px 15px;
  }
  .sheild_belnet_img {
    top: 661px;
  }
  .belnet_work_header {
    padding: 70px 0px 30px 0px;
  }
  .shield_belnet_header {
    bottom: 315px;
  }
  .belnet_content h1 {
    font-size: 46px;
  }
  .belnet_content h1 span {
    font-size: 42px;
    line-height: 1.8;
  }
  .btn_social_icon_1,
  .btn_social_icon_2,
  .btn_social_icon_3,
  .btn_social_icon_4,
  .btn_social_icon_5,
  .btn_social_icon_6,
  .btn_social_icon_7,
  .btn_social_icon_8 {
    margin-right: 3px;
  }
  .sheild_belnet_img video {
    width: 90%;
  }
  .beldex-rewards h2 {
    color: #0089ff;
    text-transform: uppercase;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .docs-link a {
    font-size: 16px;
  }
  .round-waves {
    position: relative;
    top: 7px;
    left: -31px;
  }
  .contributor_content {
    background-position: bottom;
  }
  .clip-wrapper {
    box-shadow: -1px 0px 0px 0px #0b0b0b;
  }
}
@media (max-width: 375px) {
  .round-waves {
    position: relative;
    top: 17px;
    left: -53px;
  }
  .shield_belnet_header {
    bottom: 240px;
  }
  .sheild_belnet_img {
    top: 700px;
  }
  .table_1st_content .table_node p {
    font-size: 8px;
    font-weight: 500;
    margin: 5px 0px;
  }
}
@media (max-width: 320px) {
  .round-waves {
    position: relative;
    top: 23px;
    left: -63px;
  }
  .footer_desktop_content,
  .footer_mble_content {
    width: 158px;
    margin-left: 50px;
    margin-right: 100px;
    background-color: #1c1c26;
  }
  .belnet_work_header {
    padding: 30px 0px 30px 0px;
  }
  .belnet_content h1 span {
    font-size: 38px;
  }
  .shield_belnet_header {
    bottom: 270px;
  }
  .sheild_belnet_img {
    top: 675px;
  }
  .belnet_header_img video {
    top: -40px;
    left: -16px;
    width: 317px;
  }
  .how_beldex_work {
    margin: 0px 0px 0px;
    padding: 0;
  }
  .main-section h1 {
    font-size: 24px;
  }
  .installation_guide_header h2,
  .installation_guide_header h4 {
    font-size: 20px;
  }
  .main-section h1,
  .mble-nav_header h1,
  .docker_sticky h1 {
    font-size: 24px;
  }
}