body {
  font-size: 16px;
  line-height: 26px;
  font-family: "Poppins", sans-serif;
  color: #424242;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* Prevents horizontal overflow */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
}

a {
  display: inline-block;
}

p,
a,
span {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a:visited,
a:hover,
a:active {
  text-decoration: none;
}

textarea:focus {
  outline: none;
}

button:focus {
  outline: none;
}

.slick-slide:focus {
  outline: none;
}

input:focus {
  outline: none;
}

img {
  width: 100%;
}

.mb-30 {
  margin-bottom: 30px;
}

.bg-clasic {
  background: #f0f4ff;
}

.area-title {
  text-align: center;
  margin-bottom: 50px;
}

.area-title h2 {
  font-size: 36px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 20px;
}

.area-title p {
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  color: #555555;
  width: 70%;
  margin: auto;
}

#scrollUp {
  bottom: 20px;
  right: 20px;
  width: 38px;
  height: 38px;
  font-size: 0;
  color: #ffffff;
  background: #0f5aba;
  text-align: center;
  padding: 10px 20px;
}

#scrollUp::after {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  top: 20%;
  bottom: 0;
  left: 0;
  right: 0;
}

.header-area {
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px 0;
  z-index: 999;
}

.header-area div#navbarNav {
  width: 100vw;
  text-align: right;
  margin-left: auto;
}

.header-area nav {
  padding: 0;
}

.header-area .navbar-nav li {
  display: inline-block;
}

.header-area .navbar-nav li.sub-menu {
  position: relative;
  padding: 0;
}

.header-area .navbar-nav li.sub-menu:hover .sub-menu-list {
  opacity: 1;
  visibility: visible;
}

.header-area .navbar-nav li.sub-menu .sub-menu-list {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  width: 230px;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  border-radius: 6px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
}

.header-area .navbar-nav li.sub-menu .sub-menu-list li {
  display: block;
}

.header-area .navbar-nav li.sub-menu .sub-menu-list li:last-child a {
  border-bottom: none;
}

.header-area .navbar-nav li.sub-menu .sub-menu-list li a {
  font-size: 14px;
  text-align: left;
  padding: 10px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  display: block;
  color: #555555;
}

.header-area .navbar-nav li.sub-menu .sub-menu-list li a:hover {
  color: #ffffff;
  background: #0f5aba;
}

.header-area .navbar-nav li.sub-menu .sub-menu-list li a img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.header-area .navbar-nav li .nav-link {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  padding: 5px 19px;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header-area .navbar-nav li .nav-link i {
  font-size: 12px;
}

.header-area .navbar-nav li .nav-link:hover {
  color: #ffffff;
}

.header-area.sticky.sticky-scroll {
  position: fixed;
  left: 0;
  right: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0024a4),
    to(#005ae1)
  );
  background: linear-gradient(to right, #0024a4, #005ae1);
  z-index: 999;
}

.banner-area {
  background: url("https://bengalcloud.net/images/banner-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -9;
}

.banner-area .banner-content {
  padding: 234px 0;
}

.banner-area .banner-content h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 74px;
  color: #ffffff;
  margin-bottom: 30px;
}

.banner-area .banner-content p {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #ffffff;
}

.banner-area .banner-img {
  padding: 150px 0;
}

.register-area {
  margin-top: -100px;
  position: relative;
  z-index: 5;
}

.register-area .register-inner {
  background: #ffffff;
  -webkit-box-shadow: 0 15px 30px rgba(28, 0, 203, 0.05);
  box-shadow: 0 15px 30px rgba(28, 0, 203, 0.05);
  border-radius: 10px;
  padding: 55px 80px;
  margin: 0 90px;
  position: relative;
  opacity: 1;
}

.register-area .register-inner .dot-1 {
  position: absolute;
  width: 120px;
  height: 120px;
  top: -55px;
  right: -70px;
  z-index: -1;
}

.register-area .register-inner .dot-2 {
  position: absolute;
  width: 120px;
  height: 120px;
  bottom: -52px;
  left: -70px;
  z-index: -1;
}

.register-area .register-inner .register-content span {
  font-size: 18px;
  font-weight: 600;
  color: #555555;
  display: block;
  margin-bottom: 12px;
}

.register-area .register-inner .register-content h2 {
  font-size: 36px;
  font-weight: 700;
  color: #0036b8;
  margin-bottom: 13px;
}

.register-area .register-inner .register-content p {
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  line-height: 28px;
}

.register-area .register-inner .plan-btn {
  text-align: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.register-area .register-inner .plan-btn a {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  background: #005ae1;
  padding: 25px 36px;
  border-radius: 5px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.register-area .register-inner .plan-btn a:hover {
  background: #002fb0;
}

.product-area {
  padding: 120px 0;
}

.product-area .single-product {
  background: #ffffff;
  border-radius: 10px;
  padding: 50px 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.product-area .single-product:hover {
  background: #005ae1;
}

.product-area .single-product:hover .price-box {
  background: #ffffff;
}

.product-area .single-product:hover .price-box .title p {
  color: #005ae1;
}

.product-area .single-product:hover .price-box .price span {
  color: #005ae1;
}

.product-area .single-product:hover .price-box .price i {
  color: #005ae1;
}

.product-area .single-product:hover .price-box .price p {
  color: #005ae1;
}

.product-area .single-product:hover .price-content h3 {
  color: #ffffff;
}

.product-area .single-product:hover .price-content p {
  color: #ffffff;
}

.product-area .single-product:hover .pricing-btn a {
  background: #ffffff;
}

.product-area .single-product .price-box {
  background: #005ae1;
  padding: 20px;
  border-radius: 20px;
  width: 80%;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.product-area .single-product .price-box .title {
  margin-bottom: 15px;
}

.product-area .single-product .price-box .title p {
  font-size: 15px;
  font-weight: 400;
  color: #f0f4ff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.product-area .single-product .price-box .price p {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.product-area .single-product .price-box .price p i {
  font-size: 20px;
  color: #ffffff;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.product-area .single-product .price-box .price p span {
  font-size: 15px;
  font-weight: 400;
  color: #f0f4ff;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.product-area .single-product .price-content {
  margin-bottom: 40px;
}

.product-area .single-product .price-content h3 {
  font-size: 28px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.product-area .single-product .price-content p {
  font-size: 15px;
  font-weight: 400;
  color: #555555;
  line-height: 27px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.product-area .single-product .pricing-btn a {
  font-size: 15px;
  font-weight: 600;
  color: #005ae1;
  display: inline-block;
  border: 1px solid #005ae1;
  border-radius: 5px;
  padding: 15px 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.feature-area {
  padding: 0 0 90px 0;
}

.feature-area .single-feature {
  margin-bottom: 30px;
}

.feature-area .single-feature .feature-icon {
  width: 90px;
  height: 90px;
  margin-bottom: 20px;
}

.feature-area .single-feature .feature-content h4 {
  font-size: 20px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.feature-area .single-feature .feature-content h4::after {
  width: 50px;
  height: 3px;
  border-radius: 10px;
  background: #2b7de2;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

.feature-area .single-feature .feature-content p {
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  color: #666666;
  width: 80%;
}

.location-area {
  padding: 120px 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0024a4),
    to(#005ae1)
  );
  background: linear-gradient(to right, #0024a4, #005ae1);
}

.location-area .location-title .area-title h2 {
  color: #ffffff;
}

.location-area .location-title .area-title p {
  color: #ffffff;
}

.support-area {
  padding: 120px 0;
  background: url(../images/support-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.support-area .support-content .title h4 {
  font-size: 20px;
  font-weight: 500;
  color: #222222;
  line-height: 32px;
  margin-bottom: 20px;
}

.support-area .support-content .list ul li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
}

.support-area .support-content .list ul li:last-child {
  margin: 0;
}

.support-area .support-content .list ul li i {
  position: absolute;
  top: 6px;
  left: 0;
  color: #005ae1;
  font-size: 15px;
}

.support-area .support-content .list ul li p {
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  color: #555555;
}

.feedback-area {
  padding: 120px 0 245px 0;
}

.feedback-area .nav-pills .nav-link.active,
.feedback-area .nav-pills .show > .nav-link {
  background: #ffffff;
}

.feedback-area .nav-link {
  border: 1px solid #ffffff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 15px;
  overflow: hidden;
}

.feedback-area .nav-link .single-clients {
  overflow: hidden;
}

.feedback-area .nav-link .single-clients .client-img {
  margin-right: 20px;
  float: left;
}

.feedback-area .nav-link .single-clients .clients-name {
  display: inline-block;
}

.feedback-area .nav-link .single-clients .clients-name h4 {
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 20px;
}

.feedback-area .nav-link .single-clients .clients-name .rating span {
  font-size: 15px;
  font-weight: 400;
  color: #555555;
  display: inline-block;
  margin-right: 10px;
}

.feedback-area .nav-link .single-clients .clients-name .rating .icon {
  display: inline-block;
}

.feedback-area .nav-link .single-clients .clients-name .rating .icon i {
  font-size: 12px;
  color: #fdd61b;
  display: inline-block;
}

.feedback-area .tab-content {
  background: #ffffff;
  border-radius: 10px;
  padding: 50px 40px;
}

.feedback-area .tab-content .feedback i {
  font-size: 30px;
  color: #fdd61b;
  margin-bottom: 30px;
}

.feedback-area .tab-content .feedback h4 {
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  margin-bottom: 30px;
}

.feedback-area .tab-content .feedback p {
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  color: #555555;
}

.cta-area {
  position: absolute;
  top: -140px;
  left: 0;
  right: 0;
  z-index: 99;
}

.cta-area .cta-inner {
  padding: 65px 100px;
  background: url(../images/cta-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 15px solid #efefef;
  border-radius: 25px;
}

.cta-area .cta-inner .cta-content h2 {
  font-size: 28px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 20px;
  line-height: 38px;
}

.cta-area .cta-inner .cta-content p {
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  color: #555555;
}

.cta-area .cta-inner .cta-btn {
  padding-top: 30px;
}

.cta-area .cta-inner .vps-btn {
  float: left;
  margin-right: 12px;
}

.cta-area .cta-inner .vps-btn a {
  font-size: 15px;
  font-weight: 600;
  color: #222222;
  border: 1px solid #222222;
  border-radius: 5px;
  padding: 18px 32px;
  display: inline-block;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.cta-area .cta-inner .vps-btn a:hover {
  background: #002fb0;
  border: 1px solid #002fb0;
  color: #ffffff;
}

.cta-area .cta-inner .plan-btn {
  float: right;
}

.cta-area .cta-inner .plan-btn a {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  background: #2b7dce;
  border-radius: 5px;
  padding: 18px 32px;
  display: inline-block;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.cta-area .cta-inner .plan-btn a:hover {
  background: #002fb0;
}

.footer-area {
  background: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 240px 0 0 0;
  position: relative;
}

.footer-area .footer-brands {
  width: 100%;
  margin-bottom: 120px;
}

.footer-area .footer-brands .single-brand {
  width: 20%;
  float: left;
  margin: auto;
  padding: 0 25px;
}

.footer-area .footer-links h2 {
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 50px;
}

.footer-area .footer-links ul li {
  margin-bottom: 20px;
}

.footer-area .footer-links ul li:last-child {
  margin: 0;
}

.footer-area .footer-links ul li a {
  font-size: 15px;
  font-weight: 400;
  color: #eeeeee;
  display: block;
}

.footer-area .footer-links ul li a i {
  font-size: 15px;
  color: #eeeeee;
  display: inline-block;
  margin-right: 20px;
}

.footer-area .footer-bottom {
  border-top: 1px solid #72bdff;
  padding: 50px 0;
  margin-top: 20px;
}

.footer-area .footer-bottom .footer-logo {
  width: 100%;
}

.footer-area .footer-bottom .copy-right {
  text-align: center;
}

.footer-area .footer-bottom .copy-right p {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
}

.footer-area .footer-bottom .footer-icon a:last-child i {
  margin-right: 0;
}

.footer-area .footer-bottom .footer-icon i {
  font-size: 15px;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
  padding: 10px;
}

.footer-area .footer-bottom .footer-icon i:hover {
  background: #ffffff;
  border-radius: 5px;
}

.footer-area .footer-bottom .footer-icon i.fab.fa-facebook:hover {
  color: #139ef8;
}

.footer-area .footer-bottom .footer-icon i.fab.fa-twitter:hover {
  color: #1da1f2;
}

.footer-area .footer-bottom .footer-icon i.fab.fa-linkedin:hover {
  color: #0077b5;
}

.footer-area .footer-bottom .footer-icon i.fab.fa-youtube:hover {
  color: #ff0000;
}

.footer-area .footer-bottom .footer-icon i.fab.fa-google:hover {
  color: #4285f4;
}

.footer-area .footer-bottom .footer-icon i.fab.fa-instagram:hover {
  color: #b727a1;
}

.inner-banner-area {
  background: url(../images/inner-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 130px 0 70px 0;
}

.inner-banner-area .shared-area .shared-content {
  padding: 60px 0 60px 0;
}

.inner-banner-area .shared-area .shared-content .title h2 {
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 30px;
}

.inner-banner-area .shared-area .shared-content span {
  font-size: 18px;
  font-weight: 400;
  color: #fdd61b;
  display: block;
  margin-bottom: 20px;
}

.inner-banner-area .shared-area .shared-content p {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 30px;
}

.inner-banner-area .shared-area .shared-content .plan-btn a {
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  display: inline-block;
  background: #005ae1;
  border-radius: 5px;
  padding: 20px 45px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.inner-banner-area .shared-area .shared-content .plan-btn a:hover {
  background: #002fb0;
}

.inner-banner-area .shared-area .shared-content .plan-btn a i {
  font-size: 12px;
  color: #ffffff;
}

.inner-banner-area .about-banner .banner-content {
  padding: 2px 0 2px 0;
}

.inner-banner-area .about-banner .banner-content h1 {
  font-size: 48px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 18px;
}

.inner-banner-area .affiliate-banner .banner-content {
  padding: 70px 0 70px 0;
}

.inner-banner-area .affiliate-banner .banner-content h2 {
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 28px;
}

.inner-banner-area .affiliate-banner .banner-content span {
  font-size: 18px;
  font-weight: 400;
  color: #fdd61b;
  display: block;
  margin-bottom: 25px;
}

.inner-banner-area .affiliate-banner .banner-content p {
  font-size: 15px;
  font-weight: 400;
  color: #eeeeee;
  margin-bottom: 50px;
}

.inner-banner-area .affiliate-banner .banner-content a {
  font-size: 17px;
  font-weight: 600;
  color: #0f5aba;
  display: inline-block;
  background: #ffffff;
  border-radius: 5px;
  padding: 20px 30px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.inner-banner-area .affiliate-banner .banner-content a:hover {
  background: #002fb0;
  color: #ffffff;
}

.inner-banner-area .dedicate-area .dedicate-content {
  padding: 80px 0 80px 0;
}

.inner-banner-area .dedicate-area .dedicate-content .title h2 {
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 15px;
}

.inner-banner-area .dedicate-area .dedicate-content p {
  font-size: 15px;
  font-weight: 400;
  color: #eeeeee;
  margin-bottom: 15px;
  line-height: 24px;
}

.inner-banner-area .dedicate-area .dedicate-content span {
  font-size: 18px;
  font-weight: 500;
  color: #fdd61b;
  display: block;
  margin-bottom: 20px;
}

.inner-banner-area .dedicate-area .dedicate-content ul {
  margin-bottom: 30px;
}

.inner-banner-area .dedicate-area .dedicate-content ul li {
  position: relative;
  padding-left: 24px;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  display: inline-block;
  margin-right: 15px;
}

.inner-banner-area .dedicate-area .dedicate-content ul li:last-child {
  margin: 0;
}

.inner-banner-area .dedicate-area .dedicate-content ul li i {
  position: absolute;
  top: 6px;
  left: 0;
  font-size: 15px;
  color: #ffffff;
}

.inner-banner-area .dedicate-area .dedicate-content .plan-btn a {
  font-size: 17px;
  font-weight: 600;
  color: #0f5aba;
  display: inline-block;
  background: #ffffff;
  border-radius: 5px;
  padding: 20px 45px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.inner-banner-area .dedicate-area .dedicate-content .plan-btn a:hover {
  background: #002fb0;
  color: #ffffff;
}

.inner-banner-area .cloud-vps-area .cloud-content {
  padding: 80px 0 80px 0;
}

.inner-banner-area .cloud-vps-area .cloud-content h2 {
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 28px;
}

.inner-banner-area .cloud-vps-area .cloud-content span {
  font-size: 18px;
  font-weight: 400;
  color: #fdd61b;
  display: block;
  margin-bottom: 20px;
}

.inner-banner-area .cloud-vps-area .cloud-content p {
  font-size: 15px;
  font-weight: 400;
  color: #eeeeee;
  margin-bottom: 25px;
  line-height: 24px;
}

.inner-banner-area .cloud-vps-area .cloud-content .mb-50 {
  margin-bottom: 50px;
}

.inner-banner-area .cloud-vps-area .cloud-content .plan-btn a {
  font-size: 17px;
  font-weight: 600;
  color: #0f5aba;
  display: inline-block;
  background: #ffffff;
  border-radius: 5px;
  padding: 20px 30px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.inner-banner-area .cloud-vps-area .cloud-content .plan-btn a:hover {
  background: #002fb0;
  color: #ffffff;
}

.inner-banner-area .windows-vps-area .cloud-content {
  padding: 80px 0 80px 0;
}

.inner-banner-area .windows-vps-area .cloud-content h2 {
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 28px;
}

.inner-banner-area .windows-vps-area .cloud-content span {
  font-size: 18px;
  font-weight: 400;
  color: #fdd61b;
  display: block;
  margin-bottom: 20px;
}

.inner-banner-area .windows-vps-area .cloud-content p {
  font-size: 15px;
  font-weight: 400;
  color: #eeeeee;
  margin-bottom: 25px;
  line-height: 24px;
}

.inner-banner-area .windows-vps-area .cloud-content .mb-50 {
  margin-bottom: 50px;
}

.inner-banner-area .windows-vps-area .cloud-content .plan-btn a {
  font-size: 17px;
  font-weight: 600;
  color: #0f5aba;
  display: inline-block;
  background: #ffffff;
  border-radius: 5px;
  padding: 20px 30px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.inner-banner-area .windows-vps-area .cloud-content .plan-btn a:hover {
  background: #002fb0;
  color: #ffffff;
}

.hosting-plan {
  padding: 120px 0;
  overflow: hidden;
  background: #ffffff;
}

.hosting-plan .area-title {
  margin-bottom: 30px;
}

.hosting-plan .plan-tabs .nav-pills {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

.hosting-plan .plan-tabs .nav-pills .nav-item:first-child .nav-link {
  border-radius: 25px 0 0 25px;
}

.hosting-plan .plan-tabs .nav-pills .nav-item:last-child .nav-link {
  border-radius: 0 25px 25px 0;
}

.hosting-plan .plan-tabs .nav-pills .nav-item .active {
  background: #0073ec !important;
  color: #ffffff !important;
}

.hosting-plan .plan-tabs .nav-pills .nav-item .nav-link {
  border: 1px solid #e0e4e8;
  font-size: 16px;
  font-weight: 400;
  color: #677983;
  background: #f4f6f9;
  padding: 6px 48px;
  border-radius: 0;
}

.hosting-plan .single-host {
  width: 25%;
  float: left;
  border-right: 1px solid #f0f4ff;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.hosting-plan .single-host.active {
  -webkit-box-shadow: 0 4px 50px rgba(56, 82, 168, 0.15);
  box-shadow: 0 4px 50px rgba(56, 82, 168, 0.15);
  z-index: 99;
}

.hosting-plan .single-host.active .host-price {
  background: #005ae1 !important;
}

.hosting-plan .single-host.active .host-price span {
  color: #ffffff !important;
}

.hosting-plan .single-host.active .host-price h4 {
  color: #ffffff !important;
  background: none !important;
  padding: 10px 0 !important;
}

.hosting-plan .single-host .seller {
  position: absolute;
  top: -23px;
  right: -25px;
}

.hosting-plan .single-host .host-price {
  padding: 30px;
  border-bottom: 1px solid #f0f4ff;
  background: #d4ecff;
}

.hosting-plan .single-host .host-price span {
  font-size: 24px;
  font-weight: 400;
  color: #0c254a;
  display: block;
  margin-bottom: 14px;
}

.hosting-plan .single-host .host-price h4 {
  font-size: 24px;
  font-weight: 700;
  color: #005ae1;
  border-radius: 5px;
  background: #fdd61b;
  padding: 10px 15px;
  display: inline-block;
}

.hosting-plan .single-host .host-list ul li {
  font-size: 15px;
  font-weight: 400;
  color: #555555;
  padding: 20px;
  position: relative;
}

.hosting-plan .single-host .host-list ul li:nth-child(odd) {
  background: #f9faff;
}

.hosting-plan .single-host .host-list ul li:nth-child(even) {
  background: #ffffff;
}

.hosting-plan .single-host .host-list ul li select {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 9;
}

.hosting-plan .single-host .host-list ul li a {
  font-size: 15px;
  font-weight: 400;
  color: #555555;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.hosting-plan .single-host .host-list ul li a:hover {
  text-decoration: underline;
}

.hosting-plan .single-host .host-list ul li a:hover .free-domain {
  opacity: 1;
  z-index: 1;
}

.hosting-plan .single-host .host-list ul li .free-domain {
  position: absolute;
  top: -180px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 40px rgba(15, 90, 186, 0.2);
  box-shadow: 0 0 40px rgba(15, 90, 186, 0.2);
  padding: 30px;
}

.hosting-plan .single-host .host-list ul li .free-domain i {
  font-size: 20px;
  color: #2b7de2;
  text-align: center;
}

.hosting-plan .single-host .host-list ul li .free-domain p {
  font-size: 14px;
  font-weight: 400;
  color: #555555;
  z-index: 1;
  position: relative;
}

.hosting-plan .single-host .host-list ul li .free-domain p::after {
  width: 30px;
  height: 30px;
  background: #ffffff;
  position: absolute;
  bottom: -40px;
  left: 10%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}

.hosting-plan .single-host .host-list ul li .order-btn a {
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  background: #2b7de2;
  display: inline-block;
  padding: 20px 36px;
  border-radius: 5px;
  text-decoration: none;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.hosting-plan .single-host .host-list ul li .order-btn a:hover {
  background: #002fb0;
}

.chose-us-area {
  padding: 120px 0;
  background: url(../images/chose-us-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.chose-us-area .single-chose {
  background: #f9faff;
  border-radius: 10px;
  padding: 50px 20px;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 380px;
}

.chose-us-area .single-chose:hover {
  -webkit-box-shadow: 0 15px 50px rgba(0, 90, 225, 0.15);
  box-shadow: 0 15px 50px rgba(0, 90, 225, 0.15);
}

.chose-us-area .single-chose .chose-img {
  width: 70px;
  height: 70px;
  margin: auto auto 30px auto;
}

.chose-us-area .single-chose .chose-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #378cd6;
  margin-bottom: 28px;
}

.chose-us-area .single-chose .chose-content p {
  font-size: 15px;
  font-weight: 400;
  color: #555555;
  line-height: 27px;
}

.chose-us-area-2 {
  padding: 120px 0;
  background: url(../images/chose-us-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0 83px;
}

.chose-us-area-2 .single-chose {
  background: #f9faff;
  border-radius: 10px;
  padding: 50px 20px;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 430px;
}

.chose-us-area-2 .single-chose:hover {
  -webkit-box-shadow: 0 15px 50px rgba(0, 90, 225, 0.15);
  box-shadow: 0 15px 50px rgba(0, 90, 225, 0.15);
}

.chose-us-area-2 .single-chose .chose-img {
  width: 70px;
  height: 70px;
  margin: auto auto 30px auto;
}

.chose-us-area-2 .single-chose .chose-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #378cd6;
  margin-bottom: 28px;
}

.chose-us-area-2 .single-chose .chose-content p {
  font-size: 15px;
  font-weight: 400;
  color: #555555;
  line-height: 27px;
}

.feature-area-2 {
  padding: 120px 0 90px 0;
  background: #ffffff;
}

.feature-area-2 .single-feature {
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 30px 20px;
  margin-bottom: 30px;
}

.feature-area-2 .single-feature:hover {
  background: #ffffff;
  border-radius: 15px;
  -webkit-box-shadow: 0 15px 50px rgba(0, 90, 225, 0.14);
  box-shadow: 0 15px 50px rgba(0, 90, 225, 0.14);
}

.feature-area-2 .single-feature .feature-icon {
  width: 90px;
  height: 90px;
  margin: auto auto 20px auto;
}

.feature-area-2 .single-feature .feature-content h4 {
  font-size: 20px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.feature-area-2 .single-feature .feature-content h4::after {
  width: 50px;
  height: 3px;
  border-radius: 10px;
  background: #2b7de2;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.feature-area-2 .single-feature .feature-content p {
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  color: #666666;
}

.services {
  /* margin: 0 83px;*/
}

.services .migration-area {
  background: url(../images/migration-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 75px 0;
}

.services .migration-area .service-content {
  padding: 35px 0;
}

.services .migration-area .service-content h2 {
  font-size: 28px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 20px;
}

.services .migration-area .service-content p {
  font-size: 15px;
  font-weight: 400;
  color: #555555;
  line-height: 24px;
}

.services .speed-area {
  background: url(../images/speed-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 75px 0;
}

.services .speed-area .service-content {
  padding: 80px 0;
}

.services .speed-area .service-content h2 {
  font-size: 28px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 20px;
}

.services .speed-area .service-content p {
  font-size: 15px;
  font-weight: 400;
  color: #555555;
  line-height: 24px;
}

.services .wordpress-area {
  background: url(../images/wordpress-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 75px 0;
}

.services .wordpress-area .service-content {
  padding: 60px 0;
}

.services .wordpress-area .service-content h2 {
  font-size: 28px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 20px;
}

.services .wordpress-area .service-content p {
  font-size: 15px;
  font-weight: 400;
  color: #555555;
  line-height: 24px;
}

.services .dedicate-area {
  background: url(../images/dedicate-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 75px 0;
}

.services .dedicate-area .service-content {
  padding: 70px 0;
}

.services .dedicate-area .service-content h2 {
  font-size: 28px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 20px;
}

.services .dedicate-area .service-content p {
  font-size: 15px;
  font-weight: 400;
  color: #555555;
  line-height: 24px;
}

.services .up-area {
  background: url(../images/up-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 75px 0;
}

.services .up-area .service-content {
  padding: 50px 0;
}

.services .up-area .service-content h2 {
  font-size: 28px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 20px;
}

.services .up-area .service-content p {
  font-size: 15px;
  font-weight: 400;
  color: #555555;
  line-height: 24px;
}

.services .security-area {
  background: url(../images/security-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 75px 0;
}

.services .security-area .service-content {
  padding: 50px 0;
}

.services .security-area .service-content h2 {
  font-size: 28px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 20px;
}

.services .security-area .service-content p {
  font-size: 15px;
  font-weight: 400;
  color: #555555;
  line-height: 24px;
}

.services .cost-area {
  background: url(../images/cost-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 75px 0;
}

.services .cost-area .service-content {
  padding: 50px 0;
}

.services .cost-area .service-content h2 {
  font-size: 28px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 20px;
}

.services .cost-area .service-content p {
  font-size: 15px;
  font-weight: 400;
  color: #555555;
  line-height: 24px;
}

.services .risk-area {
  background: url(../images/risk-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 75px 0;
}

.services .risk-area .service-content {
  padding: 120px 0;
}

.services .risk-area .service-content h2 {
  font-size: 28px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 20px;
}

.services .risk-area .service-content p {
  font-size: 15px;
  font-weight: 400;
  color: #555555;
  line-height: 24px;
}

.programme-area {
  padding: 120px 0;
}

.programme-area .area-title p {
  width: 70%;
}

.programme-area .programme-content .single-programme {
  position: relative;
  padding-left: 75px;
  margin-bottom: 40px;
}

.programme-area .programme-content .single-programme:hover .number span {
  color: #ffffff;
  background: #005ae1;
}

.programme-area .programme-content .single-programme .number {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.programme-area .programme-content .single-programme .number span {
  font-size: 20px;
  font-weight: 700;
  color: #222222;
  display: inline-block;
  background: #eeeeee;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.programme-area .programme-content .single-programme .programme-text h5 {
  font-size: 15px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 15px;
}

.programme-area .programme-content .single-programme .programme-text p {
  font-size: 14px;
  font-weight: 400;
  color: #555555;
  line-height: 24px;
}

.programme-area .programme-content .free-btn a {
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  background: #2b7de2;
  padding: 20px 23px;
  border-radius: 5px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.programme-area .programme-content .free-btn a:hover {
  background: #002fb0;
}

.affiliate-area {
  padding: 120px 0;
  background: #f0f4ff;
}

.affiliate-area .area-title p {
  width: 70%;
}

.affiliate-area .single-affiliate {
  text-align: center;
}

.affiliate-area .single-affiliate .affiliate-img {
  margin-bottom: 30px;
}

.affiliate-area .single-affiliate p {
  font-size: 18px;
  font-weight: 400;
  color: #222222;
  line-height: 30px;
}

.info-area {
  padding: 120px 0 245px 0;
}

.info-area .paid-info {
  margin-bottom: 50px;
}

.info-area .paid-info h2 {
  font-size: 28px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 30px;
}

.info-area .paid-info p {
  font-size: 14px;
  font-weight: 400;
  color: #555555;
  line-height: 24px;
}

.info-area .more-info {
  border-top: 1px solid #c7d5fa;
  padding: 30px 0 0 0;
}

.info-area .more-info h2 {
  font-size: 28px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 30px;
}

.info-area .more-info p {
  font-size: 14px;
  font-weight: 400;
  color: #555555;
  line-height: 24px;
}

.info-area .more-info a {
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  background: #2b7de2;
  border-radius: 5px;
  display: inline-block;
  padding: 20px 35px;
  margin-top: 50px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.info-area .more-info a:hover {
  background: #002fb0;
}

.big-feature {
  /* margin: 0 83px; */
}

.big-feature .network-area {
  background: url(../images/network-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 75px 0;
}

.big-feature .network-area .service-content {
  padding: 30px 0;
}

.big-feature .network-area .service-content h2 {
  font-size: 28px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 20px;
}

.big-feature .network-area .service-content p {
  font-size: 15px;
  font-weight: 400;
  color: #555555;
  line-height: 24px;
}

.big-feature .sla-area {
  background: url(../images/sla-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 75px 0;
}

.big-feature .sla-area .service-content {
  padding: 60px 0;
}

.big-feature .sla-area .service-content h2 {
  font-size: 28px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 20px;
}

.big-feature .sla-area .service-content p {
  font-size: 15px;
  font-weight: 400;
  color: #555555;
  line-height: 24px;
}

.big-feature .dedicate-area {
  background: url(../images/dedicate-bg-2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 75px 0;
}

.big-feature .dedicate-area .service-content {
  padding: 70px 0;
}

.big-feature .dedicate-area .service-content h2 {
  font-size: 28px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 20px;
}

.big-feature .dedicate-area .service-content p {
  font-size: 15px;
  font-weight: 400;
  color: #555555;
  line-height: 24px;
}

.big-feature .server-area {
  background: url(../images/server-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 75px 0;
}

.big-feature .server-area .service-content {
  padding: 35px 0;
}

.big-feature .server-area .service-content h2 {
  font-size: 28px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 20px;
}

.big-feature .server-area .service-content p {
  font-size: 15px;
  font-weight: 400;
  color: #555555;
  line-height: 24px;
}

.vps-area {
  padding: 100px 0;
  background: #ffffff;
}
.dedicated-plans.vps-area {
  padding-bottom: 60px;
}

.vps-area ::-webkit-scrollbar {
  width: 0;
}

.vps-area .vps-table {
  border: 1px solid #d5e0ff;
}

.vps-area .vps-table .single-row {
  background: #d4ecff;
}

.vps-area .vps-table .single-row:nth-child(2) {
  background: #f0f4ff;
}

.vps-area .vps-table .single-row:nth-child(4) {
  background: #f0f4ff;
}

.vps-area .vps-table .single-row:nth-child(6) {
  background: #f0f4ff;
}

.vps-area .vps-table .single-row:nth-child(8) {
  background: #f0f4ff;
}

.vps-area .vps-table .single-row:nth-child(10) {
  background: #f0f4ff;
}

.vps-area .vps-table .single-row:nth-child(12) {
  background: #f0f4ff;
}

.vps-area .vps-table .single-row:nth-child(3) {
  background: #ffffff;
}

.vps-area .vps-table .single-row:nth-child(5) {
  background: #ffffff;
}

.vps-area .vps-table .single-row:nth-child(7) {
  background: #ffffff;
}

.vps-area .vps-table .single-row:nth-child(9) {
  background: #ffffff;
}

.vps-area .vps-table .single-row:nth-child(11) {
  background: #ffffff;
}

.vps-area .vps-table .single-row:nth-child(13) {
  background: #ffffff;
}

.vps-area .vps-table .single-row .heading span {
  font-size: 15px;
  font-weight: 600;
  color: #555555;
  font-family: "Poppins", sans-serif;
  padding: 30px 0;
  width: 12.4%;
  display: inline-block;
  border-right: 1px solid #d5e0ff;
}

.vps-area .vps-table .single-row .heading span.ipv-w {
  font-size: 15px;
  font-weight: 600;
  color: #555555;
  font-family: "Poppins", sans-serif;
  padding: 30px 0;
  width: 15%;
  display: inline-block;
}

.vps-area .vps-table .single-row .heading span:last-child {
  width: 25%;
  border-right: none;
}

.vps-area .vps-table .single-row .heading span:first-child {
  padding-left: 30px;
}

.vps-area .vps-table .single-row .heading2 span {
  font-size: 15px;
  font-weight: 600;
  color: #555555;
  font-family: "Poppins", sans-serif;
  padding: 30px 0;
  width: 10.4%;
  display: inline-block;
  border-right: 1px solid #d5e0ff;
}

.vps-area .vps-table .single-row .heading2 span.ipv-w {
  font-size: 15px;
  font-weight: 600;
  color: #555555;
  font-family: "Poppins", sans-serif;
  padding: 30px 0;
  width: 15%;
  display: inline-block;
}

.vps-area .vps-table .single-row .heading2 span:last-child {
  width: 25%;
  border-right: none;
}

.vps-area .vps-table .single-row .heading2 span:first-child {
  padding-left: 30px;
}

.vps-area .vps-table .single-row .data {
  height: 80px;
}

.vps-area .vps-table .single-row .data span {
  font-size: 15px;
  font-weight: 500;
  color: #222222;
  padding: 12px 0;
  display: inline-block;
  width: 12.4%;
  position: relative;
  height: 80px;
}

.vps-area .vps-table .single-row .data span::after {
  content: "";
  width: 1px;
  height: 112px;
  background: #d5e0ff;
  position: absolute;
  right: 0;
  top: -17px;
}
.vps-area .vps-table .single-row .data span:last-child::after {
  content: "";
  display: none;
}
.vps-area .vps-table .single-row .data #planALocationing::after {
  content: "";
  display: none;
}

.vps-area .vps-table .single-row .data span.ipv-w {
  font-size: 15px;
  font-weight: 500;
  color: #222222;
  padding: 12px 0;
  display: inline-block;
  width: 15%;
  position: relative;
}

.vps-area .vps-table .single-row .data span:hover .free-domain {
  opacity: 1;
  visibility: visible;
}

.vps-area .vps-table .single-row .data span .free-domain {
  position: absolute;
  top: -275px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 99;
  width: 300px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 40px rgba(15, 90, 186, 0.2);
  box-shadow: 0 0 40px rgba(15, 90, 186, 0.2);
  padding: 30px;
}

.vps-area .vps-table .single-row .data span .free-domain i {
  font-size: 20px;
  color: #2b7de2;
  text-align: center;
}

.vps-area .vps-table .single-row .data span .free-domain p {
  font-size: 14px;
  font-weight: 400;
  color: #555555;
  z-index: 1;
  position: relative;
}

.vps-area .vps-table .single-row .data span .free-domain p::after {
  width: 30px;
  height: 30px;
  background: #ffffff;
  position: absolute;
  bottom: -40px;
  left: 30%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}

.vps-area .vps-table .single-row .data span:last-child {
  width: 14%;
  margin-left: 40px;
  border-right: none;
}

.vps-area .vps-table .single-row .data span:first-child {
  padding: 10px;
}

.vps-area .vps-table .single-row .data span select {
  background: none;
  border: none;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  outline: none;
  cursor: pointer;
  z-index: 99;
  display: block;
}

.vps-area .vps-table .single-row .data span .ipv {
  display: inline-block;
  padding: 0px 10px;
  position: relative;
  margin-left: 5px;
  top: -2px;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 500;
  color: #378cd6;
  border: 1px solid #378cd6;
  border-radius: 5px;
  cursor: pointer;
}

.vps-area .vps-table .single-row .data span .deploy-btn {
  display: inline-block;
}

.vps-area .vps-table .single-row .data span .deploy-btn a {
  display: inline-block;
  padding: 16px 30px;
  border-radius: 5px;
  background: #005ae1;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.vps-area .vps-table .single-row .data span .deploy-btn a:hover {
  background: #002fb0;
}

.vps-area .vps-table .single-row .data2 {
  height: 80px;
}

.vps-area .vps-table .single-row .data2 span {
  font-size: 15px;
  font-weight: 500;
  color: #222222;
  padding: 12px 0;
  display: inline-block;
  width: 10.4%;
  position: relative;
  height: 80px;
}

.vps-area .vps-table .single-row .data2 span::after {
  content: "";
  width: 1px;
  height: 112px;
  background: #d5e0ff;
  position: absolute;
  right: 0;
  top: -17px;
}
.vps-area .vps-table .single-row .data2 span:last-child::after {
  content: "";
  display: none;
}
.vps-area .vps-table .single-row .data2 #planALocationing::after {
  content: "";
  display: none;
}

.vps-area .vps-table .single-row .data2 span.ipv-w {
  font-size: 15px;
  font-weight: 500;
  color: #222222;
  padding: 12px 0;
  display: inline-block;
  width: 15%;
  position: relative;
}

.vps-area .vps-table .single-row .data2 span:hover .free-domain {
  opacity: 1;
  visibility: visible;
}

.vps-area .vps-table .single-row .data2 span .free-domain {
  position: absolute;
  top: -275px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 99;
  width: 300px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 40px rgba(15, 90, 186, 0.2);
  box-shadow: 0 0 40px rgba(15, 90, 186, 0.2);
  padding: 30px;
}

.vps-area .vps-table .single-row .data2 span .free-domain i {
  font-size: 20px;
  color: #2b7de2;
  text-align: center;
}

.vps-area .vps-table .single-row .data2 span .free-domain p {
  font-size: 14px;
  font-weight: 400;
  color: #555555;
  z-index: 1;
  position: relative;
}

.vps-area .vps-table .single-row .data2 span .free-domain p::after {
  width: 30px;
  height: 30px;
  background: #ffffff;
  position: absolute;
  bottom: -40px;
  left: 30%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}

.vps-area .vps-table .single-row .data2 span:last-child {
  width: 14%;
  margin-left: 40px;
  border-right: none;
}

.vps-area .vps-table .single-row .data2 span:first-child {
  padding: 10px;
}

.vps-area .vps-table .single-row .data2 span select {
  background: none;
  border: none;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  outline: none;
  cursor: pointer;
  z-index: 99;
  display: block;
}

.vps-area .vps-table .single-row .data2 span .ipv {
  display: inline-block;
  padding: 0px 10px;
  position: relative;
  margin-left: 5px;
  top: -2px;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 500;
  color: #378cd6;
  border: 1px solid #378cd6;
  border-radius: 5px;
  cursor: pointer;
}

.vps-area .vps-table .single-row .data2 span .deploy-btn {
  display: inline-block;
}

.vps-area .vps-table .single-row .data2 span .deploy-btn a {
  display: inline-block;
  padding: 16px 30px;
  border-radius: 5px;
  background: #005ae1;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.vps-area .vps-table .single-row .data2 span .deploy-btn a:hover {
  background: #002fb0;
}

.vps-area .quote-area {
  margin-top: 30px;
}

.vps-area .quote-area .quote-inner {
  background: #005ae1;
  padding: 50px;
}

.vps-area .quote-area .quote-inner .top-area {
  margin-bottom: 43px;
}

.vps-area .quote-area .quote-inner .top-area h2 {
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 6px;
}

.vps-area .quote-area .quote-inner .top-area p {
  font-size: 14px;
  font-weight: 400;
  color: #eeeeee;
}

.vps-area .quote-area .quote-inner .bottom-text span {
  font-size: 20px;
  font-weight: 600;
  color: #fdd61b;
  display: block;
  margin-bottom: 14px;
}

.vps-area .quote-area .quote-inner .bottom-text p {
  font-size: 14px;
  font-weight: 400;
  color: #eeeeee;
  line-height: 24px;
}

.vps-area .quote-area .quote-inner .contact-btn {
  text-align: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vps-area .quote-area .quote-inner .contact-btn a {
  font-size: 15px;
  font-weight: 600;
  color: #005ae1;
  background: #ffffff;
  border-radius: 5px;
  padding: 20px 40px;
}
/*# sourceMappingURL=style.css.map */

/*=== affiliate-program page start ===*/
.mn-wraper-area {
  padding: 110px 0;
}

.prg-cnt h4 {
  font-weight: 600;
  font-size: 28px;
  color: #222222;
}

.prg-cnt .comm-ttl {
  font-size: 36px;
}

.prg-cnt p {
  font-size: 14px;
  color: #555555;
  margin-top: 25px;
}

.prg-item img {
  max-width: 100%;
}

.prg-bg {
  background-image: url(../images/prg-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.prg-bg2 {
  background-image: url(../images/prg-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  margin-bottom: 100px;
}

.prg-cnt p a {
  color: #005ae1;
}

.prg-cnt ul {
  padding-top: 25px;
}

.prg-cnt ul li {
  font-size: 14px;
  color: #555555;
  line-height: 36px;
  list-style-type: decimal;
  padding-left: 7px;
  margin-left: 15px;
}

.wait-area {
  padding-bottom: 300px;
}

.ap-btn a {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  color: #222222;

  border: 1px solid #222222;
  box-sizing: border-box;
  border-radius: 5px;
  width: 163px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s all ease;
  margin-top: 28px;
}

.ap-btn a:hover {
  background: #222222;
  color: #fff;
}

.tire-item img {
  width: initial;
  max-width: 100%;
  display: block;
  margin: 0 auto 20px;
}

.tire-item h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #0f2137;
}

.tire-area2 {
  padding-bottom: 100px;
}

.tire-item p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #555555;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .wait-area {
    padding-bottom: 250px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .prg-bg {
    background-size: cover;
  }

  .wait-area {
    padding-bottom: 250px;
  }

  .prg-cnt {
    margin-top: 45px;
  }
}

@media screen and (max-width: 767px) {
  .prg-bg {
    background-size: cover;
  }

  .mn-wraper-area {
    padding: 70px 0 50px;
  }

  .wait-area {
    padding-bottom: 70px;
  }

  .prg-cnt {
    margin-top: 45px;
  }

  .tire-area2 {
    padding-bottom: 50px;
  }
  .prg-cnt .comm-ttl {
    font-size: 28px;
  }

  .ptamin-area {
    padding-top: 0;
  }
}

.network-map {
  position: relative;
}

#content > .content-row .network-map:not(:first-child) {
  margin: 20px;
}
.network-map ul li {
  position: absolute;
  z-index: 1;
  width: 12px;
  height: 12px;
  margin: -6px;
  background-color: #c7e5f6;
  border-radius: 6px;
}

.network-map ul li a {
  display: block;
  width: 12px;
  height: 12px;
}
.network-map img {
  display: block;
  width: 100%;
  opacity: 0.8;
}

.container::after {
  content: "";
  display: table;
  clear: both;
}

.network-map ul li span.label-top-left,
.network-map ul li span.label-top-right,
.network-map ul li span.label-bottom-left,
.network-map ul li span.label-bottom-right {
  position: absolute;
  color: #000;
  padding: 4px 8px;
  margin-top: -8px;
  line-height: 20px;
  font-size: 14px;
  white-space: nowrap;
  font-family: Montserrat, sans-serif;
  background-color: #fdd61b;
  border-radius: 4px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.network-map ul li span.label-top-right::before,
.network-map ul li span.label-bottom-left::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.network-map ul li span.label-top-left {
  top: -32px;
  right: 24px;
}

.network-map ul li span.label-bottom-right {
  bottom: -40px;
  left: 24px;
}

.network-map ul li span.label-top-right {
  top: -32px;
  left: 24px;
}

.network-map ul li span.label-bottom-left {
  bottom: -40px;
  right: 24px;
}

.network-map ul li a:hover span.label-top-left,
.network-map ul li a:hover span.label-top-right,
.network-map ul li a:hover span.label-bottom-left,
.network-map ul li a:hover span.label-bottom-right {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}

.network-map ul li span.label-top-right::before {
  top: 34px;
  left: -18px;
}

.network-map ul li span.label-bottom-right::before {
  top: -7px;
  left: -18px;
}

.network-map ul li span.label-bottom-left::before {
  top: -7px;
  right: -18px;
}

.network-map ul li span.label-top-left::before {
  top: 36px;
  right: -18px;
}

.network-map ul li span.label-bottom-right::before,
.network-map ul li span.label-top-left::before {
  -webkit-transform: rotate(-133deg);
  transform: rotate(-133deg);
}

.network-map ul li span.label-top-left::before,
.network-map ul li span.label-top-right::before,
.network-map ul li span.label-bottom-left::before,
.network-map ul li span.label-bottom-right::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 1px;
  background-color: #c7e5f6;
}

.ring-container {
  position: relative;
}
.ring-container img {
  display: block;
  width: 100%;
  opacity: 0.8;
}

.circle {
  width: 9px;
  height: 9px;
  background-color: #fdd61b;
  border-radius: 50%;
  position: absolute;
  display: block;
  margin: -6px;
}

.circle .citymap {
  /* visibility: hidden; */
  display: none;
  width: auto;
  min-width: 250px;
  background-color: white;
  color: #000000;
  text-align: left;
  border: 2px solid #fdd61b;
  border-radius: 6px;
  padding: 10px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.circle:hover .citymap {
  /* visibility: visible; */
  display: block;
}

.ringring {
  border: 3px solid #f8f4c0;
  -webkit-border-radius: 30px;
  height: 9px;
  width: 9px;
  position: absolute;
  margin: -6px;

  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0;
}

.ringring1 {
  border: 5px solid #f8f4c0;
  -webkit-border-radius: 30px;
  height: 9px;
  width: 9px;
  position: absolute;
  margin: -6px;

  -webkit-animation: pulsate 1.2s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0;
}

.ringring2 {
  border: 5px solid #f8f4c0;
  -webkit-border-radius: 30px;
  height: 9px;
  width: 9px;
  position: absolute;
  margin: -6px;

  -webkit-animation: pulsate 1.4s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0;
}

.ringring3 {
  border: 5px solid #f8f4c0;
  -webkit-border-radius: 30px;
  height: 9px;
  width: 9px;
  position: absolute;
  margin: -6px;

  -webkit-animation: pulsate 1.5s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1.5;
  }
  100% {
    -webkit-transform: scale(2, 2);
    opacity: 0;
  }
}

@media all and (min-width: 1201px) {
  .vps-area .vps-table .single-row .data span .ipv {
    margin-left: 0;
    float: right;
    margin-right: 5px;
  }
}
@media all and (min-width: 1201px) {
  .vps-area .vps-table .single-row .data2 span .ipv {
    margin-left: 0;
    float: right;
    margin-right: 5px;
  }
}
