.sub-section {
  background-image: url(/resources/webspace/assets/images/webspace-banner.png);
  background-size: cover;
  background-position: center 60px;
  background-repeat: no-repeat;
}

.banner-section {
  padding: 300px 0px 231px 0px;
}

#hositng-plans .head-tittle {
  text-align: center;
}

#hositng-plans .head-tittle h5 {
  background: #08263b;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 14px;
  max-width: 275px;
  margin: auto;
  border-radius: 40px;
  -webkit-box-shadow: 0px 0px 43px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 43px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 43px -1px rgba(0, 0, 0, 0.05);
}

#hositng-plans .head-tittle span {
  background: #eff0f0;
  margin: auto;
  margin-top: 0px;
  display: block;
  max-width: 220px;
  padding: 7px;
  font-family: "Inter", sans-serif;
  font-weight: 100;
  color: #8094a2;

  font-size: 13px;
  border-radius: 0 0 10px 10px;
}

.boldtrin {
  position: absolute !important;
  left: 0;
}

.boldtrin b {
  z-index: 1;
  position: relative;
  font-size: 23px;
  text-transform: uppercase;
  -ms-transform: rotate(-41deg);
  -webkit-transform: rotate(-41deg);
  transform: rotate(-41deg);
  color: #fff;
  display: block;
  padding: 0px;
  margin-left: 19px;
}
.boldtrin:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 105px 120px 0 0;
  border-color: #f3ee5a transparent transparent transparent;
  left: 0;
  top: -30px;
  position: absolute;
}

#hositng-plans .pricing-container {
  width: 100%;
}

#hositng-plans .pricing-container .plan:hover {
  -webkit-box-shadow: 0px 0px 43px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 43px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 43px -1px rgba(0, 0, 0, 0.1);
  transform: scale(1.02);
}

#hositng-plans .pricing-container .spsl-plan {
  margin-top: -20px;
  position: relative;
}

#hositng-plans .pricing-container .spsl-plan .plans-footer a {
  font-weight: bold;

  border: 2px solid #955db8;
  padding: 7px 40px;
  border-radius: 40px;
  text-decoration: none;
  color: #fff !important;
  background: #955db8;
}

#hositng-plans .pricing-container .spsl-plan .plans-footer a:hover {
  color: #955db8 !important;
  background: #fff !important;
  text-decoration: none;
}

#hositng-plans .pricing-container .plan .paln-head {
  background-size: 100%;
  height: 154px;
  text-align: center;
  padding-top: 40px;
  position: relative;
  border-radius: 12px 12px 0 0;
}

#hositng-plans .pricing-container .plan .planone {
  background: url(/resources/webspace/assets/images/webspace-pakete1.png)
    no-repeat top center;
}

#hositng-plans .pricing-container .plan .plantwo {
  background: url(/resources/webspace/assets/images/webspace-pakete2.png)
    no-repeat top center;
}

#hositng-plans .pricing-container .plan .plantree {
  background: url(/resources/webspace/assets/images/webspace-pakete3.png)
    no-repeat top center;
}

#hositng-plans .pricing-container .plan .planfour {
  background: url(/resources/webspace/assets/images/webspace-pakete4.png)
    no-repeat top center;
}

#hositng-plans .pricing-container .plan .paln-head > span {
  z-index: 2;
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 39px;
}

#hositng-plans .pricing-container .plan .paln-head > span > b {
  font-family: "Inter", sans-serif;
  font-weight: 100;
  font-size: 19px;
}
#hositng-plans .pricing-container .plan .paln-head > span > i {
  font-family: "Inter", sans-serif;
  font-weight: 100;
  display: block;
  color: #fff;
  position: relative;
  z-index: 3;
  font-size: 12px;
  margin-top: -8px;
}

#hositng-plans .pricing-container .plan .paln-head:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(61, 148, 206, 0.74);
  top: 0;
  border-radius: 12px 12px 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#hositng-plans .pricing-container .plan:hover .paln-head:after {
  background: rgba(44, 119, 169, 0.74);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#hositng-plans .pricing-container .plan .plans-tag {
  background: -webkit-linear-gradient(left, #06a8f1, #22ce9c);
  background: -o-linear-gradient(right, #06a8f1, #22ce9c);
  background: -moz-linear-gradient(right, #06a8f1, #22ce9c);
  background: linear-gradient(to right, #06a8f1, #22ce9c);
  font-family: "Inter", sans-serif;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  display: block;
  max-width: 140px;
  text-align: center;
  padding: 11px;
  border-radius: 41px;
  margin: auto;
  margin-top: -20px;
  position: relative;
}

#hositng-plans .pricing-container .plan .plans-body {
  background: rgba(238, 241, 241, 0.68);
  margin-top: -20px;
  padding: 30px;
  padding-top: 41px;
  color: #afbac3;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 14px;
}

#hositng-plans .pricing-container .plan .plans-body ul {
  padding-left: 0;
}

#hositng-plans .pricing-container .plan .plans-body ul > li {
  list-style: none;
  margin: 18px 0;
  font-size: 13px;
  cursor: pointer;
  color: #9ba6af;
}

#hositng-plans .pricing-container .plan .plans-body ul > li > i {
  margin-right: 5px;
}

#hositng-plans .pricing-container .plan .plans-body ul > li:hover {
  color: #7e8a94;
}

#hositng-plans .pricing-container .plan .plans-footer {
  background: rgba(243, 246, 246, 0.54);
  padding: 30px;
  text-align: center;
  border-top: 1px solid rgba(227, 232, 232, 0.55);
}

#hositng-plans .pricing-container .plan .plans-footer a {
  color: #4361ee;
  font-weight: bold;
  border: 2px solid #4361ee;
  padding: 7px 40px;
  border-radius: 40px;
  text-decoration: none;
}

#hositng-plans .pricing-container .plan .plans-footer a:hover {
  color: #ffffff;
  background: #4361ee;
  text-decoration: none;
}

#hositng-plans .pricing-container .plan .ribbon {
  position: relative;
  margin-bottom: 80px;
}

#hositng-plans .pricing-container .plan .ribbon span {
  position: absolute;
  display: -webkit-box;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(-90deg);
  top: 28px;
  margin-left: 2px;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  color: rgba(3, 36, 58, 0.52);
}

#hositng-plans .pricing-container .plan:hover .ribbon span {
  opacity: 0;
}

#hositng-plans .pricing-container .plan .ribbon:before,
#hositng-plans .pricing-container .plan .ribbon:after {
  content: "";
  position: absolute;
}

#hositng-plans .pricing-container .plan .ribbon {
  width: 35px;
  height: 70px;
  background: #efe94f;
  top: -6px;
  left: 8px;
  position: absolute;
  z-index: 22;
}

#hositng-plans .pricing-container .plan:hover .ribbon {
  height: 20px;
}

#hositng-plans .pricing-container .plan .ribbon:before {
  height: 0;
  width: 0;
  border-bottom: 6px solid #cac441;
  border-right: 6px solid transparent;
  right: -6px;
}
#hositng-plans .pricing-container .plan .ribbon:after {
  height: 0;
  width: 0;
  border-left: 18px solid #efe94f;
  border-right: 17px solid #efe94f;
  border-bottom: 18px solid transparent;
  bottom: -17px;
}

#hositng-plans .whyus {
  padding: 60px 0 30px;
  text-align: center;
}

#hositng-plans .whyus h5 {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  color: rgba(7, 38, 59, 0.75);
}

#hositng-plans .whyus h4 {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  color: #05253a;
}

#hositng-plans .whyus h4 > span {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 100;
  font-size: 15px;
  margin-top: 5px;

  color: rgba(5, 37, 58, 0.67);
}

#hositng-plans .plans-fut {
  float: left;
  width: 100%;
  padding: 40px 0;
  text-align: center;
}

#hositng-plans .plans-fut .col-md-4 {
  padding: 0;
}

#hositng-plans .ftr-host {
  padding: 36px 40px;
  border-right: 1px solid #eff2f3;
  border-bottom: 1px solid #eff2f3;
  cursor: pointer;
}

#hositng-plans .ftr-host:hover {
  background: rgba(239, 242, 243, 0.38);
}

#hositng-plans .no-bottm {
  border-bottom: 0;
}

#hositng-plans .no-right {
  border-right: 0;
}

#hositng-plans .ftr-host img {
  width: 100%;
  max-width: 80px;
}

#hositng-plans .ftr-host h5 {
  font-weight: bold;
  font-size: 17px;

  letter-spacing: 1px;
  margin-top: 18px;
  color: #647a88;
}

#hositng-plans .ftr-host p {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 100;
  color: rgba(5, 37, 58, 0.5);

  font-size: 13px;
}

#hositng-plans .techologhie-on-host a {
  text-align: center;
  display: block;
}

#hositng-plans .techologhie-on-host img {
  width: 65%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.4;
}

#hositng-plans .techologhie-on-host img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 0.8;
}

:root {
  --global--color-darkblue: #171a24;
  --global--color-blue: #1e222f;
  --global--color-grey: #bcbcbc;
  --global--color-yellow: #ffda68;
  --global--color-lightpink: #cb6686;
  --global--color-white: #ffffff;
  --global--color-pink: #ff687d;
  --global--color-lightblack: #11141b;
  --global--color-purple: #745984;
  --global--color-light: #f8f8f8;
  --global--color-lightgrey: #808080;
  --global--color-black: #181b22;
}
/*-------- WEB HOSTING ------------ */

.hosting-section {
  background: var(--global--color-light);
  position: relative;
  padding: 201px 0px 101px 0px;
}
.hosting-section h1 {
  font-size: 36px;
  font-weight: 400;
  color: var(--global--color-black);
  line-height: 58px;
}
.hosting-section p {
  font-size: 16px;
  font-weight: 400;
  color: var(--global--color-lightgrey);
  line-height: 20px;
}
.plan {
  background: var(--global--color-white);
  border-radius: 10px;
  box-shadow: 0 30px 30px rgba(24, 27, 34, 0.03);
}
.plan .hosting-img-1,
.plan .hosting-img-2,
.plan .hosting-img-3 {
  margin-bottom: 35px;
  max-width: 60px;
}
.plan h4 {
  font-weight: 700;
  color: var(--global--color-black);
}
.plan p {
  font-size: 16px;
  font-weight: 400;
  color: var(--global--color-lightgrey) !important;
  line-height: 24px;
}
.plan li {
  border-bottom: 1px solid #e8eaf1;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--global--color-black);
  padding: 10px 0;
}
.plan li:first-child {
  padding-top: 8px;
}
.plan li:last-child {
  padding-bottom: 0px;
  border: none;
}
.plan li span {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.plan li figure {
  margin-bottom: 0;
}
.plan small {
  font-size: 14px;
  font-weight: 600;
  line-height: 35px;
  font-style: italic;
  color: var(--global--color-black);
}
.plan h2 {
  font-size: 52px;
  font-weight: 700;
  line-height: 52px;
  color: var(--global--color-pink);
}
.hosting-pricing span,
.server-pricing span,
.vps-pricing span {
  font-size: 36px;
  font-weight: 700;
  line-height: 22px;
  color: var(--global--color-pink);
}
.hosting-pricing small,
.server-pricing small,
.vps-pricing small {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: var(--global--color-pink);
}
.hosting-btn,
.server-btn,
.vps-btn {
  padding: 16px 40px;
  color: var(--global--color-white);
  font-size: 14px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  background: var(--global--color-pink);
  display: inline-block;
}
.hosting-btn:hover,
.server-btn:hover,
.vps-btn:hover {
  text-decoration: none;
  color: var(--global--color-white);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.hosting-button,
.server-button,
.vps-button {
  transition: all 0.3s ease-in-out;
  position: relative;
}
.hosting-button:hover,
.server-button:hover,
.vps-button:hover {
  transform: translateY(-3px);
}
.hosting-text,
.server-text,
.vps-text {
  position: absolute;
  top: 0;
  left: 197px;
  font-size: 14px;
  font-style: italic;
  padding: 1px 14px;
  border-radius: 0px 0px 5px 5px;
  color: var(--global--color-white);
  background: var(--global--color-pink);
}
.plan .weightage {
  color: var(--global--color-pink);
}

.variation-2 .server-text,
.variation-2 .server-btn {
  background: var(--global--color-lightpink);
}
.variation-2 {
  border-color: var(--global--color-lightpink);
}
.variation-2 .server-pricing span,
.variation-2 .server-pricing small,
.variation-2 h2,
.variation-2 .weightage {
  color: var(--global--color-lightpink);
}
.variation-3 .vps-text,
.variation-3 .vps-btn {
  background: var(--global--color-purple);
}
.variation-3 {
  border-color: var(--global--color-purple);
}
.variation-3 .vps-pricing span,
.variation-3 .vps-pricing small,
.variation-3 h2,
.variation-3 .weightage {
  color: var(--global--color-purple);
}
.hosting-section-setting {
  padding-bottom: 59px;
}
.hosting-list-icon {
  max-width: 23px;
}
figure img {
  width: 100%;
}
/*-------- GUARRANTEES ------------ */

.guarrantees-section {
  background: var(--global--color-lightpink);
  padding: 80px 0 80px 0;
}
.guarrantees-section h1 {
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 18px;
}
.guarrantees-section h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 19px;
}
.guarrantees-section p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.guarrantees-btn {
  padding: 14px 41px;
  background: var(--global--color-yellow);
  color: var(--global--color-lightblack);
  font-size: 14px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.guarrantees-btn:hover {
  text-decoration: none;
  color: var(--global--color-lightblack);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.guarrantees-button {
  transition: all 0.3s ease-in-out;
  position: relative;
}
.guarrantees-button:hover {
  transform: translateY(-3px);
}
.plan-box {
  background: var(--global--color-blue);
  padding: 45px 15px;
  border-radius: 15px;
  box-shadow: 0 30px 30px rgba(24, 27, 34, 0.1);
  height: 100%;
}
.plan-box h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.guarrantee-image {
  margin: 0 auto 25px;
  max-width: 52px;
}
.guarrantee-text {
  padding-top: 73px;
}
.plan-box-award,
.plan-box-guarrantee {
  margin-bottom: 30px;
}
/*-------- FOOTER ------------ */
.footer-section {
  background: var(--global--color-blue);
  padding: 100px 0 74px 0;
}
.newsletter {
  padding-top: 53px;
}
.footer-section h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
.footer-section p {
  font-size: 16px;
  line-height: 31px;
  font-weight: 400;
  color: var(--global--color-grey);
  margin-bottom: 31px;
}
.footer-section .form-control {
  padding: 28px;
  padding: 28px;
  background: var(--global--color-white);
  border-radius: 50px;
  position: relative;
  border: none;
  color: #808080;
  font-size: 16px;
}
.footer-section .form-group {
  position: relative;
  background: var(--global--color-white);
  border-radius: 50px;
  border: 1px solid #e8eaf1;
}
.footer-form {
  width: 66%;
  margin: auto;
}
.subscribe-btn {
  font-size: 14px;
  font-weight: 700;
  color: var(--global--color-lightblack);
  background: var(--global--color-yellow);
  border-radius: 50px;
  border: none;
  padding: 18px 27px 19px 27px;
  position: absolute;
  right: -1px;
  top: -1px;
  left: inherit;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.subscribe-btn:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
.footer-logo small {
  font-size: 14px;
  font-weight: 400;
  color: var(--global--color-grey);
}
.footer-logo-text {
  margin-bottom: 32px;
}
.footer-list li {
  display: inline-block;
  margin-right: 5px;
}
.footer-list li a {
  display: inline-block;
  color: var(--global--color-pink);
  border: 2px solid var(--global--color-pink);
  border-radius: 50%;
  height: 43px;
  width: 43px;
  text-align: center;
  line-height: 41px;
  transition: 0.3s ease-in-out;
  position: relative;
}
.footer-list li a:hover {
  background: var(--global--color-pink);
  color: var(--global--color-blue);
  height: 43px;
  width: 43px;
  transform: translateY(-5px);
  cursor: pointer;
  z-index: 0;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
}
.footer-list {
  padding-top: 32px;
}
.footer-logo figure {
  margin-bottom: 33px;
}
.footer-section .form-group {
  margin-bottom: 78px;
}
.footer-company {
  padding-left: 18px;
}
.footer-contact {
  padding-left: 15px;
}
.footer-section h5 {
  font-weight: 700;
  margin-bottom: 35px;
}
.footer-hosting {
  padding-left: 10px;
}
.hosting-list li,
.company-list li,
.contact-list li {
  padding-bottom: 11px;
}
.hosting-list li a {
  font-size: 16px;
  color: var(--global--color-grey);
  line-height: 25px;
  font-weight: 400;
}
.company-list li a {
  font-size: 16px;
  color: var(--global--color-grey);
  line-height: 25px;
  font-weight: 400;
}
.contact-list li a {
  font-size: 16px;
  color: var(--global--color-grey);
  line-height: 25px;
  font-weight: 400;
}
.hosting-list li a:hover,
.company-list li a:hover,
.contact-list li a:hover {
  color: var(--global--color-white);
  text-decoration: none;
}
.footer-image {
  max-width: 143px;
}
/*-------- FOOTER BAR------------ */
.footer-bar {
  background: var(--global--color-darkblue);
  padding: 11px 0;
}
.footer-bar .footer-cards small {
  font-size: 14px;
  color: var(--global--color-grey);
  font-weight: 400;
  margin: 0px 14px 0px 15px;
  padding-top: 12px;
  float: left;
}
.footer-cards-list li a {
  color: var(--global--color-grey);
  font-size: 29px;
  padding-left: 5px;
}
.footer-cards-list li i {
  transition: all 0.3s ease-in-out;
  position: relative;
}
.footer-cards-list li a:hover i {
  transform: translateY(-5px);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 0;
}
.footer-cards-list {
  margin-bottom: 0px;
}
.footer-cards-list li {
  display: inline-block;
}

.footer-bar .footer-arrow small {
  font-size: 14px;
  color: var(--global--color-grey);
  font-weight: 400;
  margin: 0px 5px 0px 0px;
  padding-top: 12px;
}
.heart {
  color: var(--global--color-pink);
  padding: 0px 2px 0px 4px;
  font-size: 12px;
}
.footer-arrow-setting {
  height: 43px;
  width: 43px;
  font-size: 18px;
  background: var(--global--color-yellow);
  color: var(--global--color-lightblack);
  border-radius: 50%;
  text-align: center;
  line-height: 41px;
  margin-left: 11px;
}
.footer-arrow-setting:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
.footer-arrow {
  float: right;
  text-align: right;
}
.about-main-header {
  background: none;
}
/*-------- ABOUT US BANNER ------------ */
.about {
  background: transparent;
}
.about-sub-section {
  background-color: var(--global--color-blue);
  background-image: url(../images/about-us-banner-img.jpg);
  background-size: cover;
  background-position: center 41px;
  background-repeat: no-repeat;
}
.about-us-banner-section {
  padding: 55px 0px 265px 0px;
}
.about-us-banner-text h1 {
  font-weight: 700;
  font-size: 52px;
  line-height: 69px;
}
.about-us-banner-text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 43px;
}
.about-primary-btn {
  font-size: 14px;
  font-weight: 700;
  padding: 14px 50px;
  color: var(--global--color-black);
  background: var(--global--color-yellow);
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: inline-block;
}
.about-primary-btn:hover {
  text-decoration: none;
  color: var(--global--color-black);
  transform: translateY(-1px);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  z-index: 0;
}
.about-secondary-btn {
  font-size: 14px;
  font-weight: 700;
  padding: 14px 40px;
  color: var(--global--color-white);
  background: var(--global--color-pink);
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  position: relative;
  margin-left: 16px;
  display: inline-block;
}
.about-secondary-btn:hover {
  text-decoration: none;
  color: var(--global--color-white);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
  transform: translateY(-1px);
  cursor: pointer;
  z-index: 0;
}
.about-primary-button,
.about-secondary-button {
  transition: all 0.3s ease-in-out;
  position: relative;
}
.about-primary-button:hover,
.about-secondary-button:hover {
  transform: translateY(-1px);
}
.about-us-banner-section h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  color: var(--global--color-yellow);
}
.about-us-price p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--global--color-grey);
  margin-bottom: 0px;
}
.about-us-price {
  padding-top: 40px;
}
.about-us-price-list {
  border-right: 1px solid #3f424d;
}
/*-------- VISION & MISSION ------------ */
.vision-section {
  background: var(--global--color-light);
  position: relative;
  z-index: 1;
}
.vision-section-inner {
  position: relative;
  top: -165px;
}
.vision-plan-box {
  padding: 57px 60px;
  background: var(--global--color-white);
  border-radius: 15px;
  box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);
}
.vision-plan-box h4 {
  font-weight: 700;
  line-height: 30px;
  color: var(--global--color-black);
  margin-bottom: 18px;
}
.vision-plan-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 0 3% 0 0;
  margin-bottom: 0px;
  color: var(--global--color-lightgrey);
}
.vision-image-list {
  max-width: 62px;
  margin-bottom: 34px;
}
/*-------- HISTORY ------------ */
.history-section {
  padding: 0px 0px 93px 0px;
  background: var(--global--color-light);
  position: relative;
  z-index: 2;
  margin-top: -75px;
}
.border-line {
  position: relative;
}
.history-section-text {
  margin-bottom: 66px;
}
.history-section h1 {
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
  color: var(--global--color-black);
}
.history-section p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0px;
  color: var(--global--color-lightgrey);
}
.history-section span {
  font-size: 24px;
  color: var(--global--color-yellow);
  font-weight: 700;
  line-height: 30px;
}
.history-section .plan-circle {
  height: 25px;
  width: 25px;
  border-radius: 100%;
  background: var(--global--color-yellow);
  text-align: center;
  margin: 9% auto;
  z-index: 2;
  margin-bottom: 80px;
}
.history-section h4 {
  color: var(--global--color-black);
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 18px;
}
.history-section .plan-circle:after {
  content: "";
  width: 5px;
  height: 37px;
  position: absolute;
  top: 66px;
  left: 138px;
  border-right: 2px dotted;
  margin: 11% auto;
  color: var(--global--color-yellow);
}
.history-border {
  border-top: 2px solid var(--global--color-white);
  position: absolute;
  top: 64px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.history-section-variation-2 span,
.history-section-variation-2 .plan-circle:after {
  color: var(--global--color-pink);
}
.history-section-variation-2 .plan-circle {
  background: var(--global--color-pink);
}
.history-section-variation-3 span,
.history-section-variation-3 .plan-circle:after {
  color: var(--global--color-lightpink);
}
.history-section-variation-3 .plan-circle {
  background: var(--global--color-lightpink);
}
.history-section-variation-4 span,
.history-section-variation-4 .plan-circle:after {
  color: var(--global--color-purple);
}
.history-section-variation-4 .plan-circle {
  background: var(--global--color-purple);
}
.choose-image {
  max-width: 445px;
}
/*-------- CHOOSE ------------ */
.choose-section {
  padding: 100px 0px;
  background: var(--global--color-lightpink);
}
.choose-section figure {
  margin-bottom: 0px;
}
.choose-section h1 {
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 18px;
}
.choose-section h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 19px;
}
.choose-section p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.choose-btn {
  padding: 14px 41px;
  background: var(--global--color-yellow);
  color: var(--global--color-lightblack);
  font-size: 14px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.choose-btn:hover {
  text-decoration: none;
  color: var(--global--color-lightblack);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.choose-button {
  transition: all 0.3s ease-in-out;
  position: relative;
}
.choose-button:hover {
  transform: translateY(-3px);
}
.choose-text {
  padding-top: 25px;
}
/*-------- TEAM ------------ */
.team-section {
  padding: 98px 0px;
  background: var(--global--color-light);
}
.team-heading {
  margin-bottom: 76px;
}
.team-heading h1 {
  font-size: 36px;
  font-weight: 400;
  line-height: 32px;
}
.team-heading p {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: var(--global--color-lightgrey);
}
.team-plan-box {
  padding: 50px 48px;
  background: var(--global--color-white);
  border-radius: 15px;
  box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);
}
.team-plan-box figure {
  border: 1px solid var(--global--color-pink);
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 39px;
}
.team-plan-box img {
  padding-top: 33px;
  width: auto;
}
.team-plan-box h4 {
  line-height: 20px;
  font-weight: 700;
  color: var(--global--color-black);
}
.team-plan-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 34px;
  color: var(--global--color-lightgrey);
}
.team-list li {
  display: inline-block;
  padding: 0 14px;
}
.team-list li a:hover {
  color: var(--global--color-yellow);
  transition: 0.3s ease-in-out;
}
.team-list {
  margin-bottom: 0px;
}
.team-list li a {
  color: var(--global--color-pink);
}
.team-list li:last-child {
  padding-right: 0px;
}
/*-------- CONTACT PAGE ------------ */
.contact-us-sub-section {
  background-color: var(--global--color-purple);
  background-image: url(../images/contact-us-banner-img.jpg);
  background-size: cover;
  background-position: center 41px;
  background-repeat: no-repeat;
}
.contact-us-banner-section {
  padding: 70px 0px 227px 0px;
}
.contact-us-banner-section h1 {
  font-size: 52px;
  font-weight: 700;
  line-height: 40px;
}
.contact-us-banner-section p {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}
.contact-us-banner-section span {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  color: var(--global--color-yellow);
}
/*-------- CONTACT-US-PLAN-BOX ------------ */
.contact-us-plan-box-section {
  background: var(--global--color-light);
}
.contact-us-plan-box {
  padding: 60px;
  background: var(--global--color-white);
  border-radius: 15px;
  box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);
  height: 100%;
}
.contact-us-plan-box-section-inner {
  position: absolute;
  top: -145px;
}
.contact-us-plan-box h4 {
  font-weight: 400;
  line-height: 30px;
  color: var(--global--color-black);
  margin-bottom: 18px;
}
.contact-us-plan-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0px;
  color: var(--global--color-lightgrey);
}
.contact-us-plan-box a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0px;
  color: var(--global--color-pink);
}
.contact-us-plan-box a:hover {
  text-decoration: none;
}
.contact-us-plan-box figure {
  margin-bottom: 34px;
}
.contact-us-image-list {
  max-width: 34px;
  max-height: 34px;
}
/*-------- CONTACT FORM ------------ */
.contact-form-section {
  padding: 194px 0px 102px 0px;
  background: var(--global--color-light);
}
.contact-form-section-plan-box {
  padding: 57px;
  background-color: var(--global--color-white);
  border-radius: 15px;
  box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);
  transition: all 0.3s ease-in-out;
  position: relative;
}
.contact-form-section-plan-box h1 {
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}
.contact-form-section-plan-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: var(--global--color-lightgrey);
}
.contact-form-plan-box .form-control {
  padding: 0px 0px 0px 34px;
  height: 59px;
  font-size: 16px;
  color: var(--global--color-lightgrey);
  border-radius: 50px;
  position: relative;
  border: 1px solid #e8eaf1;
}
.contact-form-plan-box .form-control:focus {
  border: 1px solid #e8eaf1;
}
.contact-form-plan-box .select-form {
  background-image: url(../images/angle-down.png);
  background-color: var(--global--color-light);
  background-repeat: no-repeat;
  background-position: 96% 24px;
  color: var(--global--color-black);
  font-weight: 500;
}
.contact-form-plan-box select {
  appearance: none;
}
.contact-form-plan-box i {
  position: absolute;
  right: 0px;
}
.contact-form-plan-box .form-group {
  margin-bottom: 20px;
  position: relative;
}
.contact-form-plan-box .textarea {
  border-radius: 10px !important;
  padding-top: 18px;
  font-size: 14px;
  border: 1px solid #e8eaf1;
}
.contact-form-plan-box .textarea .form-control {
  border: none;
  height: 139px;
}
.submitform-btn {
  font-size: 14px;
  font-weight: 700;
  color: var(--global--color-white);
  background: var(--global--color-pink);
  border-radius: 50px;
  border: none;
  padding: 20px 61px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
  position: relative;
}
.submitform-button {
  text-align: center;
}
.contact-form-section-text {
  margin-bottom: 57px;
}
.submitform-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
/*-------- SUCCESS SECTION ------------ */
.success-section {
  padding: 94px 0 171px 0;
  background: #eeeeee;
}
.success-section h1 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  color: var(--global--color-black);
}
.success-section p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: var(--global--color-lightgrey);
}
.success-plan-box {
  padding: 58px 67px;
  background: var(--global--color-white);
  border-radius: 15px;
  box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);
  height: 100%;
}
.success-plan-box h4 {
  font-weight: 400;
  line-height: 30px;
  color: var(--global--color-black);
  margin-bottom: 18px;
}
.success-plan-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0px;
  color: var(--global--color-lightgrey);
}
.success-plan-box a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0px;
  color: var(--global--color-pink);
}
.success-plan-box a:hover {
  text-decoration: none;
}
.success-plan-box figure {
  margin-bottom: 34px;
}
.success-section-text {
  margin-bottom: 76px;
}
.contact-section .variation-1 {
  background: var(--global--color-light);
  position: relative;
}
.success-image-list {
  max-width: 62px;
  margin: 0 auto;
}
.contact-section-inner {
  position: absolute;
  bottom: 2px;
  left: 0px;
  right: 0px;
}
/*-------- DEDICATED PAGE ------------ */
.dedicated-sub-section {
  background-image: url(../images/dedicated-banner-img.jpg);
  background-size: cover;
  background-position: center 40px;
  background-repeat: no-repeat;
}
.dedicated-banner-section {
  padding: 70px 0px 195px 0px;
}
.dedicated-banner-section h1 {
  font-size: 52px;
  font-weight: 700;
  line-height: 40px;
}
.dedicated-banner-section p {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}
.dedicated-banner-section ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}
.dedicated-banner-section li i {
  color: var(--global--color-pink);
  margin-right: 5px;
}
/*-------- DEDICATED-SERVER-PLAN-BOX ------------ */
.dedicated-server-plan-box-section {
  background: var(--global--color-light);
}
.dedicated-server-plan-box {
  padding: 58px 48px;
  background: var(--global--color-white);
  border-radius: 15px;
  box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);
  height: 100%;
}
.dedicated-server-plan-box-section-inner {
  position: relative;
  top: -120px;
  width: 100%;
}
.dedicated-server-plan-box h4 {
  font-weight: 700;
  line-height: 20px;
  color: var(--global--color-black);
  margin-bottom: 33px;
}
.dedicated-server-plan-box .dedicated-server-plan-box-paragraph {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-style: italic;
  color: var(--global--color-black);
}
.dedicated-server-plan-box h2 {
  font-size: 52px;
  font-weight: 700;
  line-height: 40px;
  color: var(--global--color-pink);
}
.dedicated-server-plan-box span {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  color: var(--global--color-pink);
}
.dedicated-server-plan-box .dedicated-server-pricing {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: var(--global--color-pink);
}
.dedicated-server-plan-box .dedicated-server-plan-box-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-style: italic;
  margin-bottom: 7px;
  color: var(--global--color-lightgrey);
}
.dedicated-server-plan-box p {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 19px;
  color: var(--global--color-pink);
}
.dedicated-btn {
  padding: 14px 50px;
  color: var(--global--color-white);
  font-size: 14px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  background: var(--global--color-pink);
  display: inline-block;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.dedicated-btn:hover {
  text-decoration: none;
  color: var(--global--color-white);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.dedicated-server-plan-box li {
  border-bottom: 1px solid #e8eaf1;
  padding: 10px 0px 8px 0px;
}
.dedicated-server-plan-box li span {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: var(--global--color-black);
}
.dedicated-server-plan-box li:last-child {
  padding-bottom: 0px;
  border: none;
}
.dedicated-server-plan-box-section .variation-2 h2,
.dedicated-server-plan-box-section .variation-2 .dedicated-server-price,
.dedicated-server-plan-box-section .variation-2 .dedicated-server-pricing,
.variation-2 p {
  color: var(--global--color-lightpink);
}
.dedicated-server-plan-box-section .variation-2 .dedicated-btn {
  background: var(--global--color-lightpink);
}
.dedicated-server-plan-box-section .variation-3 h2,
.dedicated-server-plan-box-section .variation-3 .dedicated-server-price,
.dedicated-server-plan-box-section .variation-3 .dedicated-server-pricing,
.variation-3 p {
  color: var(--global--color-purple);
}
.dedicated-server-plan-box-section .variation-3 .dedicated-btn {
  background: var(--global--color-purple);
}
.dedicated-list-icon {
  max-width: 23px;
}
/*-------- DEDICATED-SERVER-MAINTAINANCE ------------ */
.dedicated-server-maintainance {
  background: var(--global--color-light);
  padding: 0px 0px 90px 0px;
  margin-top: -55px;
}
.dedicated-server-maintainance h4 {
  font-weight: 400;
  line-height: 36px;
  color: var(--global--color-black);
  padding: 0 23%;
  margin-bottom: 0px;
}
.dedicated-server-maintainance a {
  font-weight: 400;
  line-height: 20px;
  color: var(--global--color-pink);
}
/*-------- DEDICATED-HOSTING-PLAN ------------ */
.dedicated-hosting-plan-section {
  background-image: url(../images/dedicated-hosting-plan-background.jpg);
  padding: 100px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}
.dedicated-hosting-plan-text h1 {
  font-size: 36px;
  line-height: 29px;
  font-weight: 400;
}
.dedicated-hosting-plan-text span {
  text-decoration: underline;
}
.dedicated-hosting-plan-section h4 {
  font-weight: 400;
  line-height: 19px;
}
.dedicated-hosting-plan-section p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.dedicated-hosting-plan-setting {
  padding-top: 47px;
}
.dedicated-hosting-plan-image {
  max-width: 445px;
}
.dedicated-hosting-plan-image-list {
  max-width: 62px;
}
/*-------- DEDICATED SERVER FEATURES ------------ */
.dedicated-server-features-section {
  padding: 100px 0px;
  background: var(--global--color-light);
}
.dedicated-server-features-section h1 {
  font-size: 36px;
  line-height: 30px;
  font-weight: 400;
  color: var(--global--color-black);
}
.dedicated-server-features-section p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: var(--global--color-lightgrey);
}
.dedicated-server-features-plan-box {
  padding: 80px 0px;
  background: var(--global--color-white);
  border-radius: 15px;
  box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);
}
.dedicated-server-features-plan-box h4 {
  line-height: 23px;
  font-weight: 700;
  color: var(--global--color-black);
}
.dedicated-server-features-plan-box p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: var(--global--color-lightgrey);
}
.dedicated-server-features-section-text {
  margin-bottom: 73px;
}
.dedicated-server-feature-network-img,
.dedicated-server-feature-technology-img {
  margin-bottom: 80px;
}
.dedicated-server-feature-image-list {
  max-width: 255px;
  margin: 0 auto 80px;
}
/*-------- DEDICATED-SERVER-SUPPORT ------------ */
.dedicated-server-support-plan-box-section {
  padding: 100px 0px;
  background: var(--global--color-lightpink);
}
.dedicated-server-support-plan-box-section h1 {
  font-size: 36px;
  line-height: 29px;
  font-weight: 400;
}
.dedicated-server-support-plan-box-section p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.dedicated-server-support-plan-box-section-text {
  margin-bottom: 76px;
}
.dedicated-server-support-plan-box {
  padding: 60px;
  background: var(--global--color-white);
  border-radius: 15px;
  box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);
  height: 100%;
}
.dedicated-server-support-plan-box h4 {
  font-weight: 700;
  line-height: 20px;
  color: var(--global--color-black);
}
.dedicated-server-support-plan-box p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 27px;
  color: var(--global--color-lightpink);
}
.dedicated-server-support-plan-box li {
  border-bottom: 1px solid #e8eaf1;
  padding: 11px 0px 10px 0px;
}
.dedicated-server-support-plan-box span {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: var(--global--color-lightgrey);
}
.dedicated-server-support-plan-box li:last-child {
  padding-bottom: 30px;
  border: none;
}
.dedicated-support-btn {
  padding: 14px 50px;
  color: var(--global--color-white);
  font-size: 14px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  background: var(--global--color-lightpink);
  display: inline-block;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.dedicated-support-btn:hover {
  text-decoration: none;
  color: var(--global--color-white);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.dedicated-server-support-plan-box .variation-2 {
  padding: 14px 39px;
}
.dedicated-server-support-image-list {
  max-width: 100px;
  margin: 0 auto;
}
/*-------- ACCORDION ------------ */
.accordion-section {
  padding: 100px 0px 23px 0px;
}
.accordion-section h1 {
  font-size: 36px;
  line-height: 29px;
  font-weight: 400;
  color: var(--global--color-black);
}
.accordion-card .btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
  font-size: 24px;
  color: var(--global--color-black);
  padding: 0px;
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
}
.accordion-card .btn.focus,
.btn:focus {
  box-shadow: none;
}
.accordion-card {
  border-bottom: 1px solid #e8eaf1;
}
.accordion-card .card-header {
  padding: 18px 0px 21px 0px;
  margin-bottom: 0;
  border: none;
  background: none;
}
.accordion-card .card-body {
  padding: 0px 76px 17px 0px;
  font-size: 16px;
  color: var(--global--color-lightgrey);
}
.accordion-section-text {
  margin-bottom: 70px;
}
.accordion-card .btn-link:before {
  content: "\f068";
  position: absolute;
  right: 0px;
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
}
.accordion-card .collapse {
  position: relative;
}
.accordion-card .collapsed:before {
  content: "\f067";
  position: absolute;
  right: 0px;
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
}
.accordion-card button.btn.btn-link {
  color: var(--global--color-pink);
}
.accordion-card button.btn.btn-link.collapsed {
  color: var(--global--color-black);
}
/*-------- DOMAIN PAGE ------------ */
.domain-sub-section {
  background-image: url(../images/domain-banner-img.jpg);
  background-size: cover;
  background-position: center 40px;
  background-repeat: no-repeat;
}
.domain-banner-section {
  padding: 70px 0px 185px 0px;
}
.domain-banner-section h1 {
  font-size: 52px;
  font-weight: 700;
  line-height: 40px;
}
.domain-banner-section p {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}
.domain-form {
  width: 83%;
  margin: auto;
}
.domain-banner-section .form-group {
  position: relative;
  background: var(--global--color-white);
  border-radius: 50px;
  border: 1px solid #e8eaf1;
}
.domain-btn {
  font-size: 14px;
  font-weight: 700;
  color: var(--global--color-lightblack);
  background: var(--global--color-yellow);
  border-radius: 50px;
  border: none;
  padding: 19px 38px;
  position: absolute;
  right: -1px;
  top: -1px;
  left: inherit;
  display: inline-block;
}
.domain-banner-section .form-control {
  background: var(--global--color-white);
  border-radius: 50px;
  position: relative;
  height: 57px;
  border: none;
  color: #808080;
  font-size: 16px;
  padding-left: 34px;
}
/*-------- DOMAIN-PLAN-BOX ------------ */
.domain-plan-box-section {
  background: var(--global--color-light);
}
.domain-plan-box {
  padding: 50px 49px;
  background: var(--global--color-white);
  border-radius: 15px;
  box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);
  height: 100%;
}
.domain-plan-box-section-inner {
  position: relative;
  top: -100px;
}
.domain-plan-box h4 {
  font-weight: 700;
  line-height: 20px;
  color: var(--global--color-black);
}
.domain-plan-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--global--color-lightgrey);
  margin-bottom: 29px;
}
.domain-plan-box .domain-plan-box-paragraph {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-style: italic;
  color: var(--global--color-black);
}
.domain-plan-box h2 {
  font-size: 52px;
  font-weight: 700;
  line-height: 40px;
  color: var(--global--color-pink);
}
.domain-plan-box span {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  color: var(--global--color-pink);
}
.domain-plan-box .domain-plan-box-pricing {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: var(--global--color-pink);
}
.domain-plan-box-btn {
  padding: 14px 36px;
  color: var(--global--color-white);
  font-size: 14px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  background: var(--global--color-pink);
  display: inline-block;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.domain-plan-box-btn:hover {
  text-decoration: none;
  color: var(--global--color-white);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.domain-plan-box-section .variation-2 h2,
.domain-plan-box-section .variation-2 span,
.domain-plan-box-section .variation-2 .domain-plan-box-pricing {
  color: var(--global--color-lightpink);
}
.domain-plan-box-section .variation-2 .domain-plan-box-btn {
  background: var(--global--color-lightpink);
}
.domain-plan-box-section .variation-3 h2,
.domain-plan-box-section .variation-3 span,
.domain-plan-box-section .variation-3 .domain-plan-box-pricing {
  color: var(--global--color-purple);
}
.domain-plan-box-section .variation-3 .domain-plan-box-btn {
  background: var(--global--color-purple);
}
.domain-plan-box-image-list {
  max-width: 141px;
  height: 40px;
}
/*-------- DOMAIN MANAGEMENT ------------ */
.domain-management-section {
  background: var(--global--color-light);
  padding: 0px 0px 100px 0px;
}
.domain-management-plan-box {
  padding: 60px 0px;
  background: var(--global--color-white);
  border-radius: 15px;
  box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);
}
.domain-management-plan-box h4 {
  line-height: 23px;
  font-weight: 700;
  color: var(--global--color-black);
}
.domain-management-plan-box p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: var(--global--color-lightgrey);
}
.domain-management-plan-box-text {
  padding-top: 33px;
}
.domain-management-image-1 {
  max-width: 190px;
}
.domain-management-image-2 {
  max-width: 190px;
  margin: 0px 0px 0px 65px;
}
/*-------- DOMAIN TABLE ------------ */
.domain-table-section {
  padding: 100px 0px;
  background: var(--global--color-purple);
}
.table-plan-box {
  padding: 54px 49px;
  border-radius: 15px;
  background: var(--global--color-white);
  box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);
}
.domain-table-section .table thead th {
  padding: 18px 0px 22px 0px;
  border-right: 1px solid #e8eaf1;
}
.domain-table-section .table tbody th {
  padding: 19px 0px 16px 0px;
  border-right: 1px solid #e8eaf1;
}
.domain-table-section .table td {
  padding: 19px 0px 16px 0px;
  border-right: 1px solid #e8eaf1;
}
.domain-table-section .table thead th:nth-child(1) {
  width: 246px;
}
.domain-table-section .table thead th:nth-child(2) {
  width: 275px;
}
.domain-table-section .table thead th:nth-child(3) {
  width: 276px;
}
.domain-table-section .table thead th:nth-child(4) {
  width: 214px;
}
.domain-table-section .table td:last-child,
.domain-table-section .table th:last-child {
  border-right: none;
}
.domain-table-section .table thead th {
  border-bottom: 1px solid #e8eaf1;
  font-size: 18px;
  color: var(--global--color-black);
  font-weight: 700;
}
.domain-table-section .table tbody th {
  font-size: 16px;
  color: var(--global--color-black);
  font-weight: 700;
}
.domain-table-section .table tbody th .popular {
  font-size: 12px;
  color: var(--global--color-black);
  background: var(--global--color-yellow);
  padding: 4px 6px;
  font-weight: 700;
  border-radius: 5px;
  margin-left: 5px;
}
.domain-table-section .table tbody th .sale {
  font-size: 12px;
  color: var(--global--color-white);
  background: var(--global--color-pink);
  padding: 4px 7px;
  font-weight: 700;
  border-radius: 5px;
  margin-left: 7px;
}
.domain-table-section .table tbody td {
  font-size: 16px;
  color: var(--global--color-lightgrey);
  font-weight: 400;
}
.domain-table-section .table tbody td .price {
  font-size: 16px;
  color: var(--global--color-pink);
  font-weight: 700;
}
.domain-table-section table {
  text-align: center;
}
.domain-table-section tr th:first-child {
  text-align: left;
  padding-left: 0px;
}
/*-------- RESELLER PAGE ------------ */
.reseller-sub-section {
  background-image: url(../images/reseller-banner-img.jpg);
  background-size: cover;
  background-position: center 40px;
  background-repeat: no-repeat;
}
/*-------- RESELLER-BANNER ------------ */
.reseller-banner-section {
  padding: 70px 0px 207px 0px;
}
.reseller-banner-section h1 {
  font-size: 52px;
  font-weight: 700;
  line-height: 40px;
}
.reseller-banner-section p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 21%;
}
/*-------- RESELLER-PLAN-BOX ------------ */
.reseller-plan-box-section {
  background: var(--global--color-light);
}
.reseller-plan-box {
  padding: 50px 49px;
  background: var(--global--color-white);
  border-radius: 15px;
  box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);
  height: 100%;
}
.reseller-plan-box-section-inner {
  position: relative;
  top: -120px;
}
.reseller-plan-box figure {
  margin-bottom: 29px;
}
.reseller-plan-box h4 {
  font-weight: 700;
  line-height: 20px;
  color: var(--global--color-black);
}
.reseller-plan-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--global--color-lightgrey);
  margin-bottom: 29px;
}
.reseller-plan-box .reseller-plan-box-paragraph {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-style: italic;
  color: var(--global--color-black);
}
.reseller-plan-box h2 {
  font-size: 52px;
  font-weight: 700;
  line-height: 40px;
  color: var(--global--color-pink);
}
.reseller-plan-box .reseller-plan-box-pricing {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  color: var(--global--color-pink);
}
.reseller-plan-box .reseller-plan-box-pricing-month {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: var(--global--color-pink);
}
.reseller-plan-box-btn {
  padding: 14px 50px;
  color: var(--global--color-white);
  font-size: 14px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  background: var(--global--color-pink);
  display: inline-block;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.reseller-plan-box-btn:hover {
  text-decoration: none;
  color: var(--global--color-white);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.reseller-plan-box-section .variation-2 h2,
.reseller-plan-box-section .variation-2 .reseller-plan-box-pricing,
.reseller-plan-box-section .variation-2 .reseller-plan-box-pricing-month {
  color: var(--global--color-lightpink);
}
.reseller-plan-box-section .variation-2 .reseller-plan-box-btn {
  background: var(--global--color-lightpink);
}
.reseller-plan-box-section .variation-3 h2,
.reseller-plan-box-section .variation-3 .reseller-plan-box-pricing,
.reseller-plan-box-section .variation-3 .reseller-plan-box-pricing-month {
  color: var(--global--color-purple);
}
.reseller-plan-box-section .variation-3 .reseller-plan-box-btn {
  background: var(--global--color-purple);
}
.reseller-plan-box-image-list {
  max-width: 62px;
}
/*-------- RESELLER FEATURE ------------ */
.reseller-feature-section {
  background: var(--global--color-light);
  margin-top: -19px;
  padding: 0px 0px 97px 0px;
}
.reseller-feature-text h1 {
  font-size: 36px;
  font-weight: 400;
  line-height: 29px;
  color: var(--global--color-black);
}
.reseller-feature-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
  color: var(--global--color-lightgrey);
}
.reseller-feature-text {
  margin-bottom: 78px;
}
.reseller-feature-plan-box {
  padding: 58px 0px;
  background: var(--global--color-white);
  border-radius: 15px;
  box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);
}
.reseller-feature-plan-box h4 {
  line-height: 19px;
  font-weight: 700;
  color: var(--global--color-black);
}
.reseller-feature-plan-box p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: var(--global--color-lightgrey);
}
.reseller-feature-plan-box-image-list {
  max-width: 190px;
}
.reseller-feature-plan-box-image-list-variation-1 {
  max-width: 190px;
  margin: 0px 0px 0px 65px;
}
/*-------- RESELLER GUARRANTEES ------------ */
.reseller-guarrantees-section {
  background: var(--global--color-purple);
  padding: 99px 0px;
}
.reseller-guarrantees-text h1 {
  font-size: 36px;
  font-weight: 400;
  line-height: 29px;
}
.reseller-guarrantees-text p {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}
.reseller-guarrantees-text {
  margin-bottom: 70px;
}
.reseller-guarrantees-plan-box {
  background: var(--global--color-white);
  padding: 51px 49px;
  border-radius: 15px;
  box-shadow: 0 30px 30px rgba(24, 27, 34, 0.1);
  height: 100%;
}
.reseller-guarrantees-plan-box:hover {
  background: var(--global--color-yellow);
}
.reseller-guarrantees-plan-box:hover p {
  color: var(--global--color-black);
}
.reseller-guarrantees-plan-box h5 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  color: var(--global--color-black);
}
.reseller-guarrantees-plan-box p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--global--color-lightgrey);
}
.reseller-guarrantees-plan-box-image-list {
  max-width: 65px;
  height: 78px;
}
/*-------- RESELLER TABLE ------------ */
.reseller-table-section {
  padding: 100px 0px;
  background: var(--global--color-light);
}
.reseller-comparison-text h1 {
  font-size: 36px;
  font-weight: 400;
  line-height: 29px;
  color: var(--global--color-black);
}
.reseller-comparison-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  color: var(--global--color-lightgrey);
}
.reseller-table-plan-box .reseller-table-plan-box-paragraph {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-style: italic;
  color: var(--global--color-black);
}
.reseller-table-plan-box h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  color: var(--global--color-pink);
}
.reseller-table-plan-box .reseller-table-plan-box-pricing-month {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: var(--global--color-pink);
}
.reseller-table-plan-box-btn {
  padding: 14px 40px;
  color: var(--global--color-white);
  font-size: 14px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  background: var(--global--color-pink);
  display: inline-block;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.reseller-table-plan-box-btn:hover {
  text-decoration: none;
  color: var(--global--color-white);
  transform: translateY(-3px);
  box-shadow: 0 10px 10px rgba(30, 34, 47, 0.04);
  cursor: pointer;
  z-index: 0;
}
#Comprison_pricingplan .table td .variation-2 {
  color: var(--global--color-lightpink);
}
#Comprison_pricingplan table td .variation-3 {
  color: var(--global--color-purple);
}
#Comprison_pricingplan .variation-2 h2,
#Comprison_pricingplan .variation-2 .reseller-table-plan-box-pricing-month {
  color: var(--global--color-lightpink);
}
#Comprison_pricingplan .variation-2 .reseller-table-plan-box-btn {
  background: var(--global--color-lightpink);
}
#Comprison_pricingplan .variation-3 h2,
#Comprison_pricingplan .variation-3 .reseller-table-plan-box-pricing-month {
  color: var(--global--color-purple);
}
#Comprison_pricingplan .variation-3 .reseller-table-plan-box-btn {
  background: var(--global--color-purple);
}
#Comprison_pricingplan .table .th-hide {
  background-color: transparent !important;
  border-bottom: none;
  visibility: hidden;
  border-right: none;
}
#Comprison_pricingplan table td i {
  color: var(--global--color-pink);
}
#Comprison_pricingplan table td .variation-2 {
  color: var(--global--color-lightpink);
}
#Comprison_pricingplan table td .variation-3 {
  color: var(--global--color-purple);
}
.reseller-comparison-text {
  margin-bottom: 96px;
}
#Comprison_pricingplan article {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#Comprison_pricingplan ul {
  display: flex;
  top: 0;
  z-index: 10;
  padding-left: 0px;
  text-align: center;
}
#Comprison_pricingplan li {
  list-style: none;
  flex: 1;
}
#Comprison_pricingplan button {
  border: 2px solid var(--global--color-pink);
  border-radius: 4px;
  padding: 9px 65px;
  background: #fff;
  font-size: 15px;
  font-weight: 600;
  color: var(--global--color-pink);
  border-radius: 50px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
#Comprison_pricingplan table tbody tr td:nth-child(2) {
  border-left: 1px solid #e8eaf1;
}
#Comprison_pricingplan li.active button {
  background: var(--global--color-pink);
  color: #fff;
  transition: 0.3s ease;
}
#Comprison_pricingplan table {
  table-layout: fixed;
  width: 100%;
}
#Comprison_pricingplan table tbody tr:last-child {
  border-right: none;
}
article#Comprison_pricingplan:after {
  content: "";
  position: absolute;
  right: 12px;
  box-shadow: 20px 0 20px rgb(2 103 255);
  height: 100%;
  width: 1px;
  top: 0;
}
#Comprison_pricingplan td + td,
#Comprison_pricingplan th + th {
  text-align: center;
  display: none;
}
#Comprison_pricingplan td.default {
  display: table-cell;
  border-right: solid 1px #e8eaf1;
  border-left: solid 1px #e8eaf1;
}
#Comprison_pricingplan table tbody tr td {
  padding: 18px 0px;
}
#Comprison_pricingplan table tbody tr:first-child td:first-child {
  border: none;
}
#Comprison_pricingplan table tbody tr:last-child td {
  box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);
}
#Comprison_pricingplan table tbody tr td:first-child {
  text-align: left;
  padding-left: 40px;
  font-size: 16px;
  color: var(--global--color-black);
  font-weight: 700;
}
#Comprison_pricingplan table .adjustment {
  padding: 17px 0px;
}
#Comprison_pricingplan table tbody tr:last-child td:nth-child(1) {
  border-bottom-left-radius: 15px;
}
#Comprison_pricingplan table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 15px;
}
#Comprison_pricingplan table thead tr th {
  vertical-align: middle;
  border-bottom: 1px solid #dee2e6;
  font-size: 20px;
  color: var(--global--color-black);
  font-weight: 700;
  border-right: 1px solid #e8eaf1;
  background: var(--global--color-white);
}
#Comprison_pricingplan table tbody tr td {
  vertical-align: middle;
  font-size: 16px;
  color: var(--global--color-lightgrey);
  font-weight: 400;
  background: var(--global--color-white);
}
#Comprison_pricingplan table tbody tr:first-child {
  border-left: none;
  border-top: 0;
}
#Comprison_pricingplan table tbody tr:last-child {
  border-left: none;
  border-top: 0;
}
#Comprison_pricingplan table tbody tr:first-child td {
  border-bottom: 1px solid #e8eaf1;
}
#Comprison_pricingplan table tbody tr:nth-child(2) {
  padding-top: 36px;
}
#Comprison_pricingplan table tbody tr:last-child td {
  padding-bottom: 33px;
}
#Comprison_pricingplan table thead th:nth-child(1) {
  width: 284px;
}
#Comprison_pricingplan table thead th:nth-child(2),
#Comprison_pricingplan table thead th:nth-child(3),
#Comprison_pricingplan table .table thead th:nth-child(4) {
  width: 275px;
  padding: 21px 0px;
}
#Comprison_pricingplan table thead th:nth-child(2) {
  border-top-left-radius: 15px;
}
#Comprison_pricingplan table thead th:nth-child(4),
#Comprison_pricingplan table tbody td:nth-child(4) {
  border-right: none;
}
#Comprison_pricingplan table thead th:nth-child(4) {
  border-top-right-radius: 15px;
}
#Comprison_pricingplan table tbody tr:first-child td:nth-child(1) {
  border-top-left-radius: 15px;
}
#Comprison_pricingplan table tbody tr:last-child td:nth-child(1) {
  border-bottom-left-radius: 15px;
}
#Comprison_pricingplan table tbody tr:last-child td:nth-child(4) {
  border-bottom-right-radius: 15px;
}
#Comprison_pricingplan table tbody td:first-child td:nth-child(1) {
  border-bottom: none;
}
.reseller-table-text {
  position: absolute;
  top: -27px;
  right: 346px;
  font-size: 14px;
  padding: 3px 14px 2px 14px;
  border-radius: 5px 5px 0px 0px;
  color: var(--global--color-black);
  background: var(--global--color-yellow);
  font-weight: 700;
}
#Comprison_pricingplan table tbody tr:nth-child(2) td {
  padding-top: 35px;
}
/*-------- SHARED-PAGE ------------ */
.shared-sub-section {
  background-image: url(../images/shared-bannner-img.jpg);
  background-size: cover;
  background-position: center 40px;
  background-repeat: no-repeat;
}
.navbar-nav .variation-3 {
  background: #663a4a;
}
.navbar-nav .variation-3:hover {
  background: var(--global--color-yellow);
  color: var(--global--color-black);
}
/*-------- SHARED-BANNER ------------ */
.shared-banner-section {
  padding: 70px 0px 207px 0px;
}
.shared-banner-section h1 {
  font-size: 52px;
  font-weight: 700;
  line-height: 40px;
}
.shared-banner-section p {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}
/*-------- SHARED-TABS ------------ */
.shared-tabs-section {
  margin-top: -231px;
}
.shared-tabs-section .shared-monthly-btn {
  font-size: 16px;
  font-weight: 400;
  padding: 8px 32px;
  color: var(--global--color-lightgrey);
  background: var(--global--color-white);
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  position: relative;
  float: left;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  display: inline-block;
}
.shared-tabs-section .shared-monthly-btn:hover {
  color: var(--global--color-white);
  text-decoration: none;
  background: var(--global--color-pink);
}
.shared-tabs-section .shared-yearly-btn {
  font-size: 16px;
  font-weight: 400;
  padding: 8px 38px;
  color: var(--global--color-lightgrey);
  background: var(--global--color-white);
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: inline-block;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.shared-tabs-section .shared-yearly-btn:hover {
  color: var(--global--color-white);
  text-decoration: none;
  background: var(--global--color-pink);
}
.shared-tabs-section .nav-tabs {
  border-bottom: none;
}
.shared-tab-content-section {
  background: var(--global--color-light);
}
.shared-tab-button {
  margin-bottom: 157px;
}
.shared-tabs-section ul li .active {
  color: var(--global--color-white);
  text-decoration: none;
  background: var(--global--color-pink);
  box-shadow: 0px 30px 30px rgba(24, 27, 34, 0.5);
}
.shared-tabs-section .shared-monthly-btn {
  transition: all 0.3s ease-in-out;
  position: relative;
}
/*-------- SHARED-PLAN-BOX ------------ */
.shared-plan-box {
  padding: 50px 49px;
  background: var(--global--color-white);
  border-radius: 15px;
  box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);
  height: 100%;
}
.shared-plan-box-section-inner {
  position: relative;
  top: -100px;
}
.shared-plan-box figure {
  margin-bottom: 29px;
}
.shared-plan-box h4 {
  font-weight: 700;
  line-height: 20px;
  color: var(--global--color-black);
}
.shared-plan-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--global--color-lightgrey);
  margin-bottom: 29px;
}
.shared-plan-box .shared-plan-box-paragraph {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-style: italic;
  color: var(--global--color-black);
}
.shared-plan-box h2 {
  font-size: 52px;
  font-weight: 700;
  line-height: 40px;
  color: var(--global--color-pink);
}
.shared-plan-box .shared-plan-box-pricing {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  color: var(--global--color-pink);
}
.shared-plan-box .shared-plan-box-pricing-month {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: var(--global--color-pink);
}
.shared-plan-box-btn {
  padding: 14px 50px;
  color: var(--global--color-white);
  font-size: 14px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  background: var(--global--color-pink);
  display: inline-block;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.shared-plan-box-btn:hover {
  text-decoration: none;
  color: var(--global--color-white);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.shared-plan-box-section .variation-2 h2,
.shared-plan-box-section .variation-2 .shared-plan-box-pricing,
.shared-plan-box-section .variation-2 .shared-plan-box-pricing-month {
  color: var(--global--color-lightpink);
}
.shared-plan-box-section .variation-2 .shared-plan-box-btn {
  background: var(--global--color-lightpink);
}
.shared-plan-box-section .variation-3 h2,
.shared-plan-box-section .variation-3 .shared-plan-box-pricing,
.shared-plan-box-section .variation-3 .shared-plan-box-pricing-month {
  color: var(--global--color-purple);
}
.shared-plan-box-section .variation-3 .shared-plan-box-btn {
  background: var(--global--color-purple);
}
.shared-plan-box-images {
  max-width: 51px;
}
/*-------- HOSTING FEATURES ------------ */
.features-section-variation-2 {
  background: var(--global--color-light);
  padding-top: 0px;
}
/*-------- RELIABLE SHARED HOSTING ------------ */
.reliable-shared-hsoting-section {
  padding: 100px 0px;
  background: var(--global--color-white);
}
.reliable-shared-hsoting-section h1 {
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 18px;
  color: var(--global--color-black);
}
.reliable-shared-hsoting-section h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 19px;
  color: var(--global--color-black);
}
.reliable-shared-hsoting-section p {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  color: var(--global--color-lightgrey);
}
.reliable-shared-hsoting-section-btn {
  padding: 14px 45px;
  background: var(--global--color-yellow);
  color: var(--global--color-lightblack);
  font-size: 14px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.reliable-shared-hsoting-section-btn:hover {
  text-decoration: none;
  color: var(--global--color-lightblack);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.reliable-shared-hsoting-section-button {
  transition: all 0.3s ease-in-out;
  position: relative;
}
.reliable-shared-hsoting-section-button:hover {
  transform: translateY(-3px);
}
.reliable-shared-hsoting-section-text {
  padding-top: 73px;
}
.features-section-variation-2 p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--global--color-lightgrey);
}
.reliable-shared-hsoting-section-image {
  max-width: 450px;
}
/*-------- VPS PAGE ------------ */
.vps-sub-section {
  background-image: url(../images/vps-banner-img.jpg);
  background-size: cover;
  background-position: center 40px;
  background-repeat: no-repeat;
}
/*-------- VPS-BANNER ------------ */
.vps-banner-section {
  padding: 46px 0px 231px 0px;
}
.vps-banner-section h1 {
  font-size: 52px;
  font-weight: 700;
  line-height: 40px;
}
.vps-banner-section p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.vps-banner-text {
  padding-top: 24px;
}
.vps-banner-image {
  max-width: 255px;
}
/*-------- GUARRANTEES ------------ */
.guarrantees-section-variation-2 {
  background: var(--global--color-purple);
  padding: 100px 0px;
}
.guarrantees-section-variation-2 .guarrantee-text {
  padding-top: 0px;
  margin-bottom: 77px;
}
.guarrantees-section-variation-2-text {
  margin-bottom: 71px;
}
.guarrantees-section-variation-2 h1 {
  font-size: 36px;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 30px;
}
.guarrantees-section-variation-2 h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}
.guarrantees-section-variation-2 p {
  font-size: 16px;
  font-weight: 400;
  padding: 0 16%;
  line-height: 30px;
}
/*-------- VPS-SLIDER ------------ */
.vps-slider-section {
  background: var(--global--color-light);
  float: left;
  width: 100%;
}
.vps-slider-section h4 {
  color: var(--global--color-black);
  font-weight: 700;
  line-height: 22px;
}
.vps-slider-section p {
  color: var(--global--color-lightgrey);
  font-weight: 400;
  line-height: 18px;
  font-size: 18px;
  margin-bottom: 41px;
}
.vps-slider-section .form-group {
  background: var(--global--color-white);
  border-radius: 15px;
  border: 1px solid #e8eaf1;
  margin-bottom: 35px;
}
.vps-slider-section .form-control {
  background: var(--global--color-white);
  border-radius: 50px;
  position: relative;
  height: 53px;
  border: none;
  color: var(--global--color-black);
  font-size: 16px;
  padding: 0px 0px 0px 18px;
}
.vps-slider-section select {
  appearance: none;
}
.vps-slider-section .select-form {
  background-image: url(../images/angle-down.png);
  background-repeat: no-repeat;
  background-position: 92% 21px;
}
.vps-slider-section h6 {
  color: var(--global--color-black);
  font-weight: 700;
  line-height: 20px;
}
.vps-slider-section .vps-slider-paragraph {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-style: italic;
  color: var(--global--color-black);
}
.wrapper {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
}
.plan-wrap {
  float: left;
  background: #fff;
  border-radius: 15px;
  width: 100%;
  box-shadow: 0 30px 30px 0 rgba(24, 27, 34, 0.03);
  position: absolute;
}
.plan_con {
  float: left;
  width: 100%;
  background: var(--global--color-light);
}
.plan_tabs {
  position: relative;
}
/*
 * jQuery UI Slider 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.sliderbox {
  float: left;
  width: 68.5%;
  padding: 60px;
}
.slider-container .ui-slider {
  float: left;
  width: 100%;
  height: 10px;
  padding: 0;
  border: 0;
  background: var(--global--color-pink);
  border-radius: 15px;
}
/*.slider-container #slider .ui-slider-range, .slider-container #sliderCpu .ui-slider-range, .slider-container #sliderRam .ui-slider-range, .slider-container #sliderDisk .ui-slider-range {
	background:url(../images/blue_bar.png) no-repeat left top;
}*/
.slider-container .ui-slider-handle {
  outline: none;
  background: #ffda68 no-repeat left top;
  border-radius: 50px;
  border: 0;
  width: 30px;
  height: 30px;
  text-decoration: none;
  margin-top: -5px;
  margin-left: -22px;
}
.slider-container .ui-slider-handle:hover {
  cursor: pointer;
}
.slider-row1 {
  float: left;
  width: 100%;
  margin-bottom: 35px;
}
.slider-row1:last-child {
  margin-bottom: 0px;
}
.slider-row1 label {
  float: left;
  color: var(--global--color-black);
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  margin: 0 0px 0px 0;
  font-weight: 400;
}
.slider-row1 .slide-value {
  float: right;
  color: var(--global--color-pink);
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
}
.slider_content {
  float: right;
  box-shadow: 0 30px 30px rgba(24, 27, 34, 0.03);
  width: 31.5%;
  padding: 55px 50px 70px 50px;
}
.vps-slider-section figure {
  margin-bottom: 20px;
}
.vps-slider-section .variation-2 {
  background: var(--global--color-lightpink);
}
.vps-slider-section .variation-3 {
  background: var(--global--color-purple);
}
.vps-slider-section .variation-4 {
  color: var(--global--color-lightpink);
}
.vps-slider-section .variation-5 {
  color: var(--global--color-purple);
}
.pricebox .pricetxt {
  color: var(--global--color-pink);
  font-size: 18px;
  font-weight: 400;
}
.pricebox .pricetxt span.doller {
  font-size: 52px;
  font-weight: 700;
  line-height: 40px;
  color: var(--global--color-pink);
}
.pricebox .pricetxt span.numeric {
  font-size: 52px;
  font-weight: 700;
  line-height: 40px;
  color: var(--global--color-pink);
}
.white_btn {
  display: inline-block;
  height: 46px;
  margin: 10px auto 0;
  width: 85.2%;
}
.white_btn a {
  padding: 14px 40px;
  color: var(--global--color-white);
  font-size: 14px;
  font-weight: 700;
  border-radius: 0px !important;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  background: #4361ee !important;
  display: inline-block;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.white_btn a:hover {
  text-decoration: none;
  color: var(--global--color-white);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.vps-slider-section .vps-slider-pricing-month {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: var(--global--color-pink);
}
.vps-slider-section .vps-slider-section-inner-text {
  margin-bottom: 21px;
  line-height: 24px;
}
.reseller-feature-section-2 {
  margin-top: 0px;
  padding: 393px 0px 100px 0px;
  background: var(--global--color-light);
}
.vps-slider-image-list {
  max-width: 24px;
}
/*-------- LANDING-PAGE-BANNER ------------ */
.landing-page-banner-section {
  padding: 50px 0px 0px 0px;
  background-image: url(../images/landing-page-banner-img.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.landing-page-banner-section h1 {
  font-size: 36px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: -0.5px;
}
.landing-page-banner-section p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 32px;
  padding: 0 11%;
}
.landing-page-column {
  background: var(--global--color-darkblue);
  padding: 158px 50px 92px 50px;
  z-index: 1;
  border-radius: 15px;
  top: -108px;
  position: relative;
}
.landing-page-server-img img {
  z-index: 2;
  position: relative;
}
.landing-page-server-img {
  max-width: 500px;
  margin: 0 auto;
}
.landing-page-primary-btn {
  font-size: 14px;
  font-weight: 700;
  padding: 15px 35px;
  color: var(--global--color-black);
  background: var(--global--color-yellow);
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: inline-block;
}
.landing-page-primary-btn:hover {
  text-decoration: none;
  color: var(--global--color-black);
  transform: translateY(-3px);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  z-index: 0;
}
.landing-page-secondary-btn {
  font-size: 14px;
  font-weight: 700;
  padding: 15px 31px;
  color: var(--global--color-white);
  background: var(--global--color-pink);
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  position: relative;
  margin-left: 17px;
  display: inline-block;
}
.landing-page-secondary-btn:hover {
  text-decoration: none;
  color: var(--global--color-white);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
  transform: translateY(-3px);
  cursor: pointer;
  z-index: 0;
}
.landing-page-banner-logo-img {
  max-width: 346px;
  margin: 0 auto 50px;
}
.landing-page-server-bottom-left-img,
.landing-page-server-bottom-right-img {
  max-width: 613px;
}
.landing-page-server-bottom-left-image {
  left: -178px;
  bottom: 40px;
  width: 25%;
  opacity: 0.1;
}
.landing-page-server-bottom-right-image {
  right: -178px;
  bottom: 40px;
  width: 25%;
  opacity: 0.1;
}
.themeforest-link a {
  font-size: 12px;
  text-decoration: none;
  color: #fdda68ad;
}
html {
  scroll-behavior: smooth;
}
.dropdown-menu:before {
  display: none;
}
/*-------- BANNER SLIDER ------------ */
#banner_slider .carousel-control-prev {
  left: 5px;
  top: -197px;
  width: 1%;
}
#banner_slider .carousel-control-next {
  right: 11px;
  top: -197px;
  width: 1%;
}
#banner_slider .carousel-control-prev-icon {
  background-color: var(--global--color-lightblack);
  padding: 20px 16px;
}
#banner_slider .carousel-control-next-icon {
  background-color: var(--global--color-black);
  padding: 20px 16px;
}
#banner_slider .carousel-control-prev-icon:hover {
  background-color: var(--global--color-pink);
}
#banner_slider .carousel-control-next-icon:hover {
  background-color: var(--global--color-pink);
}
#banner_slider .carousel-inner {
  padding: 100px 0 110px 0;
}
#banner_slider .carousel-item {
  min-height: 500px;
}
#banner_slider .carousel-indicators li {
  width: 10px;
  height: 10px;
  background-color: var(--global--color-yellow);
  border-radius: 100%;
}
#banner_slider .carousel-indicators {
  bottom: 115px;
}
/*-------- BANNER SLIDER-2 ------------ */
.slider-2 p,
.slider-3 p {
  padding-right: 22%;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 36px;
}
.slider-2 li i,
.slider-3 li i {
  color: var(--global--color-pink);
  margin-right: 5px;
}
.slider-2 li,
.slider-3 li {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
.slider-2 ul,
.slider-3 ul {
  margin-bottom: 38px;
}
.slider-2 .banner-img {
  top: -40px;
}
.slider-3 .banner-img {
  top: 47px;
}
/*-------- SUPPORT-PAGE ------------ */
.support-sub-section {
  background-color: var(--global--color-blue);
  background-image: url(../images/support-banner.png);
  background-size: cover;
  background-position: center 41px;
  background-repeat: no-repeat;
}
.support-banner-section {
  padding: 74px 0px 286px 0px;
}
.support-banner-text h1 {
  font-weight: 700;
  font-size: 52px;
  line-height: 40px;
}
.support-banner-text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
/*-------- SUPPORT-PLAN-BOX ------------ */
.support-plan-box-section {
  background: var(--global--color-light);
  position: relative;
  z-index: 1;
}
.support-plan-box-section-inner {
  position: relative;
  margin-top: -191px;
  padding-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px;
}
.support-plan-box {
  padding: 57px 60px;
  background: var(--global--color-white);
  border-radius: 15px;
  box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);
}
.support-plan-box h4 {
  font-weight: 700;
  line-height: 24px;
  color: var(--global--color-black);
  margin-bottom: 38px;
}
.support-plan-box h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: var(--global--color-black);
  margin-bottom: 6px;
}
.support-plan-box .variation-1 {
  color: var(--global--color-pink);
}
.support-plan-box .variation-2 {
  color: var(--global--color-lightpink);
}
.support-plan-box .variation-3 {
  color: var(--global--color-purple);
}
.support-plan-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 15px;
  color: var(--global--color-lightgrey);
}
.support-plan-box p a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0px;
  color: var(--global--color-lightgrey);
}
.support-plan-box p a:hover {
  text-decoration: none;
}
/*-------- SUPPORT NATIX-HOST ------------ */
.support-natix-host-section {
  background: var(--global--color-purple);
  padding: 99px 0px;
}
.support-natix-host-text {
  padding-top: 0px;
  margin-bottom: 73px;
}
.support-natix-host-text h1 {
  font-size: 36px;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 21px;
}
.support-natix-host-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 0 9%;
}
.support-natix-host-plan-box {
  background: var(--global--color-white);
  padding: 50px 36px;
  border-radius: 15px;
  box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);
  height: 100%;
}
.support-natix-host-plan-box h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
  color: var(--global--color-black);
  margin-bottom: 28px;
}
.support-natix-host-plan-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
  color: var(--global--color-lightgrey);
  margin-bottom: 29px;
}
.support-natix-host-plan-box-image-list {
  margin: 0 auto 39px;
  max-width: 60px;
  max-height: 40px;
}
.support-natix-host-plan-box-btn {
  padding: 13px 64px;
  background: var(--global--color-yellow);
  color: var(--global--color-lightblack);
  font-size: 14px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.support-natix-host-plan-box-btn:hover {
  text-decoration: none;
  color: var(--global--color-black);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.support-natix-host-plan-box .variation-1 {
  background: var(--global--color-pink);
  color: var(--global--color-white);
}
.support-natix-host-plan-box .variation-2 {
  background: var(--global--color-lightpink);
  color: var(--global--color-white);
}
.support-natix-host-plan-box .variation-3 {
  background: var(--global--color-purple);
  color: var(--global--color-white);
}
/*-------- SUPPORT OPERATION ------------ */
.support-operation-section {
  background: var(--global--color-light);
  padding: 99px 0px 171px 0px;
}
.support-operation-plan-box {
  background: var(--global--color-white);
  padding: 58px 46px;
  border-radius: 15px;
  box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);
  height: 100%;
}
.support-operation-plan-box h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: var(--global--color-blue);
}
.support-operation-plan-box-image-list {
  margin: 0 auto 25px;
  max-width: 50px;
  max-height: 48px;
}

@media screen and (max-width: 1440px) {
  .banner-img {
    width: 554px;
    position: absolute;
    float: right;
    top: -57px;
    right: 10px;
  }
}

@media screen and (max-width: 1024) {
  #Comprison_pricingplan ul {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1199px) {
  #banner_slider .carousel-inner {
    padding: 60px 0 30px 0;
  }
  #banner_slider .carousel-control-prev-icon {
    padding: 16px 12px;
  }
  #banner_slider .carousel-control-next-icon {
    padding: 16px 12px;
  }
  .search-btn {
    left: inherit;
    bottom: 0px;
    right: 0;
  }
  .price li:first-child {
    padding-left: 0px;
  }
  .price li {
    margin-right: 22px;
  }
  .field-background .field {
    padding: 50px 70px;
    top: -105px;
  }
  .hosting-section {
    padding: 150px 0px 70px 0px;
  }
  .hosting-section-setting {
    padding-bottom: 30px;
  }
  .banner-img,
  .slider-2 .banner-img {
    width: 463px;
    position: relative;
    float: right;
    top: -142px;
    right: -10px;
  }
  .slider-3 .banner-img {
    width: 463px;
    position: relative;
    float: right;
    top: -100px;
    right: -10px;
  }
  #banner_slider .carousel-item {
    min-height: 520px;
  }
  .hosting-text,
  .server-text,
  .vps-text {
    left: 160px;
  }
  .hosting-payment-card,
  .server-payment-card,
  .vps-payment-card {
    padding: 48px 30px 61px 30px;
  }
  .text-paragraph p {
    padding: 8px 0 0 0;
  }
  .banner-text {
    width: 55%;
  }
  .slider-2 p,
  .slider-3 p {
    padding-right: 6%;
    margin-bottom: 20px;
  }
  .text-paragraph {
    width: 50%;
  }
  .map-container img {
    width: 100%;
  }
  .canada {
    top: 142px;
    left: 148px;
  }
  .los-angeles {
    top: 198px;
    left: 124px;
  }
  .dallas {
    top: 203px;
    left: 170px;
  }
  .atlanta {
    top: 179px;
    left: 206px;
  }
  .united-kingdom {
    top: 145px;
    left: 408px;
  }
  .germany {
    top: 155px;
    left: 437px;
  }
  .moscow {
    top: 141px;
    left: 523px;
  }
  .india {
    top: 225px;
    right: 252px;
  }
  .south-korea {
    top: 184px;
    right: 137px;
  }
  .japan {
    top: 176px;
    right: 102px;
  }
  .australia {
    top: 374px;
    right: 83px;
  }
  .review-section {
    padding: 87px 0 0px 0;
  }
  .contact-planbox img {
    padding-bottom: 10px;
  }
  .contact-image {
    margin: 0 auto;
  }
  .contact-section {
    position: relative;
    bottom: -74px;
  }
  .footer-hosting,
  .footer-company,
  .footer-contact {
    padding-left: 0px;
  }
  .hosting-list li a,
  .company-list li a,
  .contact-list li a {
    padding-left: 0px;
    font-size: 14px;
  }
  .about-sub-section {
    background-position: 65% 41px;
  }
  .about-us-banner-section p {
    margin-bottom: 35px;
  }
  .about-us-price p {
    margin-bottom: 0px;
  }
  .vision-plan-box p {
    padding: 0;
  }
  .history-section .plan-circle:after {
    left: 117px;
  }
  .choose-image {
    max-width: 80%;
    margin: 0 auto;
  }
  .choose-section figure {
    text-align: center;
  }
  .choose-text {
    padding-top: 0px;
  }
  .team-plan-box {
    padding: 50px 30px;
  }
  .contact-us-banner-text {
    text-align: center;
  }
  .contact-us-plan-box {
    padding: 50px;
  }
  .success-section {
    padding: 70px 0 150px 0;
  }
  .success-section-text {
    margin-bottom: 60px;
  }
  .contact-section-inner {
    bottom: 0px;
  }
  .dedicated-server-plan-box {
    padding: 50px 26px;
  }
  .dedicated-server-maintainance h4 {
    padding: 0 15%;
  }
  .reseller-banner-section p {
    padding: 0 15%;
  }
  .reseller-plan-box {
    padding: 50px 35px;
  }
  .reseller-guarrantees-plan-box {
    padding: 51px 31px;
  }
  #Comprison_pricingplan table thead th:nth-child(2),
  #Comprison_pricingplan table thead th:nth-child(3),
  #Comprison_pricingplan table .table thead th:nth-child(4) {
    width: 200px;
    padding: 21px 0px;
  }
  .reseller-table-text {
    right: 279px;
  }
  .reliable-shared-hsoting-section-image {
    max-width: 350px;
    margin: 0 auto;
  }
  .reliable-shared-hsoting-section-text {
    padding-top: 40px;
  }
  .shared-plan-box {
    padding: 50px 35px;
  }
  .shared-tabs-section .shared-tab-button {
    display: block;
    vertical-align: top;
  }
  .shared-tabs-section li {
    display: inline-block;
    text-align: center;
    vertical-align: top;
  }
  .shared-banner-section {
    padding: 70px 0px 170px 0px;
  }
  .shared-tabs-section .nav-tabs {
    margin: 0 auto 144px;
  }
  .shared-tabs-section {
    margin-top: -182px;
  }
  .vps-banner-text {
    padding-top: 0px;
  }
  .vps-banner-section {
    padding: 70px 0px 207px 0px;
  }
  .vps-banner-image {
    margin: 0 auto;
  }
  .guarrantees-section-variation-2 p {
    padding: 0 10%;
  }
  .slider_content {
    padding: 55px 30px 78px 30px;
    width: 32.5%;
  }
  .vps-slider-section .select-form {
    background-position: 97% 21px;
  }
  .sliderbox {
    width: 67.5%;
    padding: 60px 60px 25px 60px;
  }
  .domain-management-image-2 {
    margin: 0px 0px 0px 20px;
  }
  .reseller-feature-plan-box-image-list-variation-1 {
    margin: 0px 0px 0px 20px;
  }
  .landing-page-server-bottom-left-image {
    left: -110px;
    bottom: -60px;
    width: 30%;
    opacity: 0.1;
  }
  .landing-page-server-bottom-right-image {
    right: -110px;
    bottom: -60px;
    width: 30%;
    opacity: 0.1;
  }
  .domain-plan-box-image-list {
    max-width: 120px;
    height: 30px;
  }
  .landing-page-banner-section p {
    padding: 0 8%;
  }
  .support-natix-host-text p {
    padding: 0 1%;
  }
  .support-natix-host-plan-box {
    padding: 30px 19px;
  }
  .support-natix-host-plan-box-btn {
    padding: 13px 40px;
  }
  .support-operation-plan-box {
    padding: 23px;
  }
}

@media (min-width: 991px) {
  #Comprison_pricingplan ul {
    display: none;
  }
  #Comprison_pricingplan td,
  #Comprison_pricingplan th {
    display: table-cell !important;
    width: 290px;
  }
  #Comprison_pricingplan td + td,
  #Comprison_pricingplan th + th {
    width: auto;
  }
}

@media screen and (max-width: 991px) {
  .social li a {
    margin: 0 5px 0 3px;
  }
  .navbar-toggler {
    width: auto;
  }
  .navbar-toggler {
    margin-left: auto;
    border: none !important;
    padding: 0;
    color: var(--global--color-white);
    width: 50px;
    height: 40px;
  }
  header .container {
    max-width: initial !important;
  }
  .navbar-nav {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .navbar-btn {
    padding: 0 !important;
    background: none;
    padding-left: 0;
    margin-left: 0;
  }
  .navbar-collapse {
    background: var(--global--color-pink);
    position: absolute;
    right: 18px;
    width: 28%;
    top: 65px;
    padding: 8px 0;
    z-index: 1;
  }
  .navbar-nav li.active > a {
    border-bottom: 0px;
    color: var(--global--color-yellow) !important;
  }
  .navbar-nav li.nav-item.dropdown ul.dropdown-menu-list li.active a {
    color: var(--global--color-yellow) !important;
  }
  .navbar-nav .dropdown-menu-list li.active a {
    color: var(--global--color-yellow) !important;
  }
  .navbar-nav li:last-child {
    margin-left: 0px;
  }
  /*.navbar li a {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 30px !important;
  }*/
  .navbar .dropdown-menu li a {
    background: var(--global--color-blue);
    color: var(--global--color-white) !important;
    padding: 12px 0px 2px 30px !important;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
  }
  .navbar .hosting-dropdown li a {
    background: #f54961;
    color: var(--global--color-white) !important;
    padding: 5px 18px !important;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
  }
  .navbar .hosting-dropdown {
    padding: 10px;
  }
  .navbar li a#navbarDropdown {
    outline: none;
  }
  .navbar-nav:hover a {
    filter: none;
    opacity: 1;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  .navbar .hosting-dropdown li a:last-child {
    padding-bottom: 10px;
  }
  .dropdown-menu:before {
    display: none;
  }
  .navbar .dropdown-menu {
    background: #f54961;
  }
  .navbar .dropdown-menu li a img {
    display: none;
  }
  .navbar-nav li:hover {
    text-decoration: none;
  }
  .navbar .dropdown-menu {
    border-radius: 0px;
    border: none;
  }
  .navbar-nav li {
    border: none;
    margin-right: 0;
    width: 100%;
  }
  .navbar-light .navbar-toggler-icon {
    background: #fff;
    height: 2px;
    margin: 7px 0 0 0;
    width: 51%;
    float: right;
  }
  .navbar-light .navbar-toggler-icon:first-child {
    margin-top: 0px;
  }
  /*.navbar-brand {
    padding-top: 10px;
  }*/
  .navbar-logo {
    padding-top: 5px;
  }
  .navbar-btn:hover {
    box-shadow: none;
  }
  .banner-img,
  .slider-2 .banner-img,
  .slider-3 .banner-img {
    position: relative;
    top: 10px;
    right: 0px;
    float: left;
    left: 110px;
    width: 500px;
    margin-bottom: 20px;
  }
  #banner_slider .carousel-indicators {
    bottom: 63px;
  }
  .text-paragraph p {
    padding: 0;
  }
  #banner_slider .carousel-inner {
    padding: 20px 0 70px 0;
  }
  #banner_slider .carousel-item {
    min-height: 710px;
  }
  .social li:last-child {
    display: none;
  }
  .banner-text h1 {
    font-size: 39px;
    line-height: 45px;
  }
  .text-paragraph {
    width: 100%;
    text-align: center;
  }
  .banner-text .text-paragraph {
    padding: 0px 0% 0 0;
    font-size: 16px;
    line-height: 25px;
  }
  .banner-button {
    text-align: center;
  }
  .navbar-toggler:focus {
    outline: none;
  }
  .banner-text p {
    font-size: 16px;
    line-height: 25px;
  }
  .banner-text span {
    font-size: 16px;
    line-height: 25px;
  }
  .banner-text {
    width: 100%;
    text-align: center;
  }
  .primary-btn {
    padding: 14px 30px;
  }
  .secondary-btn {
    padding: 14px 30px;
    margin-left: 6px;
  }
  .search-btn {
    left: inherit;
    bottom: 0px;
    right: 0;
    font-size: 12px;
    padding: 12px 24px;
  }
  .field-background .field {
    padding: 40px 50px;
    top: -82px;
  }
  .subscribe-form .form-control {
    padding: 20px 0px 20px 39px;
  }
  .price li {
    margin-right: 12px;
    font-size: 14px;
  }
  .hosting-text,
  .server-text,
  .vps-text {
    left: 525px;
  }
  .plan ul {
    margin-right: 20%;
    width: 40%;
  }
  .plan figure {
    margin-right: 35px;
  }
  .plan ul figure {
    margin-right: 0px;
  }
  .hosting-section-setting {
    padding-bottom: 0px;
  }
  .guarrantee-text {
    text-align: center;
  }
  .plan-box-setting {
    padding-top: 55px;
  }
  .guarrantees-section {
    padding: 60px 0;
  }
  .guarrantee-text {
    padding-top: 0px;
  }
  .point {
    width: 1.2rem;
    height: 1.2rem;
    border: 3px solid var(--global--color-white);
  }
  .canada {
    top: 110px;
    left: 115px;
  }
  .los-angeles {
    top: 152px;
    left: 95px;
  }
  .dallas {
    top: 159px;
    left: 128px;
  }
  .atlanta {
    top: 141px;
    left: 159px;
  }
  .united-kingdom {
    top: 108px;
    left: 317px;
  }
  .germany {
    top: 119px;
    left: 340px;
  }
  .moscow {
    top: 112px;
    left: 400px;
  }
  .india {
    top: 173px;
    right: 192px;
  }
  .south-korea {
    top: 142px;
    right: 105px;
  }
  .japan {
    top: 133px;
    right: 76px;
  }
  .australia {
    top: 291px;
    right: 63px;
  }
  .data-section {
    padding: 60px 0;
  }
  .map-container {
    padding: 51px 0px 60px 0px;
  }
  .data-section h4 {
    padding: 0;
  }
  .features-section {
    padding: 70px 0;
  }
  .feature-heading {
    padding-bottom: 40px;
  }
  .feature-plan-box {
    padding: 40px 30px;
  }
  .review-section {
    padding: 55px 0 0px 0;
  }
  .review-section h1 {
    font-size: 35px;
  }
  .review-section-text br {
    display: none;
  }
  .review-section p {
    margin-bottom: 33px;
  }
  .contact-planbox h4 {
    font-size: 20px;
  }
  .contact-planbox p {
    font-size: 15px;
    line-height: 17px;
  }
  .review-section .heading-text {
    margin-bottom: 20px;
  }
  .contact-planbox {
    padding: 20px;
  }
  /*.footer-logo-setting {
    order: 4;
    padding-top: 30px;
  }*/
  .footer-company-setting {
    order: 2;
    padding-top: 30px;
  }
  .footer-section h5 {
    font-weight: 700;
    margin-bottom: 20px;
  }
  .footer-logo figure {
    margin-bottom: 15px;
  }
  .hosting-list li,
  .company-list li,
  .contact-list li {
    padding-bottom: 5px;
  }
  .footer-logo img {
    padding-bottom: 0px;
  }
  .footer-list {
    padding-top: 15px;
  }
  .footer-form {
    width: 100%;
  }
  .footer-setting {
    padding-top: 40px;
  }
  .footer-bar .footer-cards small {
    margin: 0px 4px 0px 15px;
  }
  .about-us-price {
    padding-top: 70px;
  }
  .about-us-banner-section {
    padding: 70px 0px 250px 0px;
  }
  .about-us-price p br {
    display: none;
  }
  .about-us-price p {
    margin-bottom: 0px;
  }
  .about-sub-section {
    background-position: 71% 41px;
  }
  .about-us-banner-text h1 {
    font-size: 45px;
    line-height: 55px;
  }
  .about-us-banner-text p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 25px;
  }
  .about-primary-btn {
    padding: 16px 42px;
  }
  .about-secondary-btn {
    padding: 16px 31px;
  }
  .about-us-banner-section h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .about-us-banner-text-setting {
    text-align: center;
  }
  .vision-plan-box {
    padding: 50px;
  }
  .vision-plan-box h4 {
    margin-bottom: 15px;
  }
  .vision-image-list {
    margin-bottom: 25px;
  }
  .history-section-text {
    margin-bottom: 50px;
  }
  .history-section .plan-circle:after {
    left: 87px;
  }
  .history-border {
    top: 50px;
  }
  .history-section h4 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .history-section .plan-circle {
    margin-bottom: 72px;
  }
  .history-section span {
    font-size: 22px;
    line-height: 26px;
  }
  .history-section {
    padding: 0px 0px 70px 0px;
  }
  .history-section {
    margin-top: -100px;
  }
  .history-section p {
    font-size: 15px;
  }
  .choose-section {
    padding: 70px 0px;
  }
  .choose-image {
    max-width: 50%;
  }
  .choose-text {
    padding-top: 60px;
    text-align: center;
  }
  .choose-section h5 {
    margin-bottom: 15px;
  }
  .choose-section p {
    line-height: 27px;
  }
  .team-section {
    padding: 70px 0px;
  }
  .team-heading {
    margin-bottom: 50px;
  }
  .team-plan-box {
    padding: 30px;
  }
  .team-plan-box figure {
    margin-bottom: 30px;
  }
  .team-plan-box h4 {
    font-size: 21px;
    line-height: 18px;
  }
  .team-plan-box p {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 25px;
  }
  .team-list li {
    padding: 0 10px;
  }
  .team-list li:first-child {
    padding-left: 0px;
  }
  .success-section-text {
    margin-bottom: 50px;
  }
  .success-plan-box {
    padding: 50px 40px;
  }
  .contact-form-section {
    padding: 494px 0px 90px 0px;
  }
  .contact-form-section-plan-box p {
    padding: 0 10%;
  }
  .dedicated-banner-section {
    padding: 70px 0px;
  }
  .dedicated-server-plan-box-section {
    padding-top: 70px;
  }
  .dedicated-server-plan-box-section-inner {
    position: relative;
    top: 0px;
  }
  .dedicated-server-plan-box {
    padding: 50px;
  }
  .dedicated-server-plan-box ul {
    width: 45%;
  }
  .dedicated-server-maintainance {
    padding: 70px 0px;
    margin-top: 0px;
  }
  .dedicated-server-maintainance h4 {
    padding: 0 6%;
  }
  .dedicated-hosting-plan-section {
    padding: 70px 0px;
  }
  .dedicated-hosting-plan-section p {
    padding: 0 15%;
  }
  .dedicated-server-features-plan-box {
    padding: 80px;
  }
  .dedicated-server-features-section-setting {
    order: 1;
  }
  .dedicated-server-features-section-setting-2 {
    order: 2;
  }
  .dedicated-hosting-plan-image {
    margin: 0 auto;
  }
  .dedicated-hosting-plan-image-list {
    margin: 0 auto;
  }
  .dedicated-server-feature-image-list {
    margin: 0 auto 40px;
  }
  .dedicated-server-feature-network-img,
  .dedicated-server-feature-technology-img,
  .dedicated-server-feature-control-panel-img {
    margin-bottom: 40px;
  }
  .dedicated-server-features-plan-box p {
    margin-bottom: 0px;
  }
  .dedicated-server-features-section {
    padding: 70px 0px;
  }
  .dedicated-server-features-section-text {
    margin-bottom: 50px;
  }
  .dedicated-server-support-plan-box h4 {
    line-height: 28px;
  }
  .dedicated-server-support-plan-box p {
    margin-bottom: 15px;
  }
  .dedicated-server-support-plan-box {
    padding: 60px 30px;
  }
  .dedicated-server-support-plan-box-section {
    padding: 70px 0px;
  }
  .dedicated-server-support-plan-box-section-text {
    margin-bottom: 50px;
  }
  .dedicated-server-support-plan-box-section h1 {
    font-size: 34px;
  }
  .dedicated-support-btn {
    padding: 14px 40px;
  }
  .dedicated-server-support-plan-box .variation-2 {
    padding: 14px 30px;
  }
  .dedicated-server-support-plan-box span {
    font-size: 16px;
  }
  .accordion-section {
    padding: 70px 0px 0px 0px;
  }
  .accordion-section-text {
    margin-bottom: 40px;
  }
  .domain-banner-section h1 {
    font-size: 44px;
    line-height: 35px;
  }
  .domain-banner-section {
    padding: 70px 0px;
  }
  .domain-plan-box-section-inner {
    position: relative;
    top: 0px;
  }
  .domain-plan-box-section {
    padding-top: 70px;
  }
  .domain-management-plan-box {
    padding: 60px 60px;
  }
  .domain-management-section {
    padding: 70px 0px;
  }
  .domain-management-plan-box-setting-1 {
    order: 1;
  }
  .domain-management-plan-box-setting-2 {
    order: 2;
  }
  .domain-management-image-1,
  .domain-management-image-2 {
    margin: 0 auto;
    max-width: 150px;
  }
  .domain-table-section {
    padding: 70px 0px;
  }
  .domain-table-section .table thead th {
    font-size: 16px;
  }
  .domain-table-section .table tbody td,
  .domain-table-section .table tbody td .price {
    font-size: 14px;
  }
  .domain-table-section .table tbody th .popular,
  .domain-table-section .table tbody th .sale {
    font-size: 10px;
  }
  .reseller-banner-section {
    padding: 70px 0px;
  }
  .reseller-banner-section p {
    padding: 0 5%;
  }
  .reseller-banner-section h1 {
    font-size: 44px;
    line-height: 35px;
  }
  .reseller-plan-box-section-inner {
    top: 0px;
  }
  .reseller-plan-box-section {
    padding-top: 70px;
  }
  .reseller-plan-box {
    padding: 50px;
  }
  .reseller-feature-section {
    margin-top: 0px;
    padding: 70px 0px;
  }
  .reseller-feature-text {
    margin-bottom: 60px;
  }
  .reseller-feature-plan-box {
    padding: 58px 32px;
  }
  .reseller-feature-plan-box-setting-1 {
    order: 1;
  }
  .reseller-feature-plan-box-setting-2 {
    order: 2;
  }
  .reseller-plan-box figure {
    margin-bottom: 33px;
  }
  .reseller-feature-plan-box-image-list-variation-1,
  .reseller-feature-plan-box-image-list {
    margin: 0 auto;
  }
  .reseller-plan-box p {
    margin-bottom: 0px;
  }
  .reseller-plan-box .reseller-plan-box-paragraph {
    margin-top: 18px;
  }
  .reseller-guarrantees-plan-box {
    padding: 40px 20px;
  }
  .reseller-guarrantees-section {
    padding: 70px 0px;
  }
  .reseller-table-section {
    padding: 70px 0px;
  }
  .reseller-comparison-text {
    margin-bottom: 70px;
  }
  .reseller-table-plan-box h2 {
    font-size: 32px;
  }
  .reseller-table-plan-box-btn {
    padding: 12px 30px;
  }
  .shared-banner-section {
    padding: 70px 0px 100px 0px;
  }
  .reseller-table-text {
    display: none;
  }
  #Comprison_pricingplan table tbody tr td {
    width: 50%;
    float: left;
    height: auto;
  }
  #Comprison_pricingplan .sep {
    width: 100%;
    float: left;
    height: auto;
  }
  .reseller-comparison-text {
    margin-bottom: 40px;
  }
  #Comprison_pricingplan table tbody tr:last-child td:nth-child(3),
  #Comprison_pricingplan table tbody tr:last-child td:nth-child(2),
  #Comprison_pricingplan table tbody tr:last-child td:nth-child(4) {
    border-bottom-right-radius: 15px;
  }
  #Comprison_pricingplan button:focus {
    outline: none;
  }
  #Comprison_pricingplan td.default {
    border-right: none;
  }
  #Comprison_pricingplan table tbody tr td:nth-child(4) {
    border-left: 1px solid #e8eaf1;
  }
  #Comprison_pricingplan table tbody tr:first-child td:nth-child(3) {
    border-bottom: 1px solid #e8eaf1;
    border-top-right-radius: 15px;
  }
  #Comprison_pricingplan table thead tr th {
    border-bottom: none;
  }
  #Comprison_pricingplan table tbody tr:nth-child(2) td:first-child {
    border-top-left-radius: 15px !important;
  }
  #Comprison_pricingplan table tbody tr:first-child td:nth-child(2) {
    border-top-right-radius: 15px !important;
  }
  #Comprison_pricingplan table tbody tr:first-child td:nth-child(4) {
    border-left: none;
    border-top-right-radius: 15px !important;
  }
  #Comprison_pricingplan table tbody tr:first-child td:nth-child(3) {
    border-left: none;
  }
  .reliable-shared-hsoting-section-image {
    max-width: 250px;
  }
  .reliable-shared-hsoting-section {
    padding: 70px 0px;
  }
  .shared-plan-box-section-inner {
    position: relative;
    top: 0px;
  }
  .shared-plan-box p {
    margin-bottom: 0px;
  }
  .shared-tabs-section .nav-tabs {
    margin: 0px auto 75px;
  }
  .shared-plan-box-section {
    padding-top: 70px;
  }
  .shared-tabs-section .shared-monthly-btn,
  .shared-tabs-section .shared-yearly-btn {
    box-shadow: none;
  }
  .shared-tabs-section {
    margin-top: -115px;
  }
  .shared-plan-box .shared-plan-box-paragraph {
    margin-top: 18px;
  }
  .shared-plan-box {
    padding: 50px;
  }
  .vps-banner-section {
    padding: 70px 0px;
  }
  .guarrantees-section-variation-2 {
    background: var(--global--color-purple);
    padding: 70px 0px;
  }
  .guarrantees-section-variation-2 h1 {
    margin-bottom: 25px;
  }
  .guarrantees-section-variation-2 .guarrantee-text {
    margin-bottom: 50px;
  }
  .guarrantees-section-variation-2-text {
    margin-bottom: 50px;
  }
  .guarrantees-section-variation-2 p {
    padding: 0px;
  }
  .sliderbox {
    width: 100%;
    padding: 0px;
    margin-bottom: 30px;
  }
  .slider_content {
    width: 100%;
    box-shadow: none;
    padding: 0px;
  }
  .plan-wrap {
    padding: 60px;
    top: 0px;
    position: relative;
  }
  .slider-row1 label {
    font-size: 16px;
  }
  .slider-row1 .slide-value {
    font-size: 16px;
  }
  .vps-slider-section {
    padding: 70px 0px;
  }
  .landing-page-banner-section {
    padding: 70px 0px 0px 0px;
  }
  .landing-page-server-img {
    max-width: 463px;
  }
  .landing-page-column {
    padding: 145px 50px 92px 50px;
  }
  .landing-page-banner-logo-img {
    margin-bottom: 40px;
  }
  .landing-page-banner-logo-img img {
    width: 50%;
  }
  .landing-page-banner-section h1 {
    font-size: 32px;
    line-height: 30px;
  }
  .landing-page-banner-section p {
    font-size: 16px;
    line-height: 26px;
  }
  .landing-page-primary-btn,
  .landing-page-secondary-btn {
    font-size: 14px;
  }
  .landing-page-server-bottom-left-image,
  .landing-page-server-bottom-right-image {
    width: 35%;
  }
  .navbar-nav li.nav-item.dropdown:hover ul.dropdown-menu-list a {
    filter: none;
    opacity: 1;
    color: var(--global--color-white) !important;
  }
  .navbar-toggler span.navbar-toggler-icon {
    transition: all 0.15s;
  }
  .navbar-toggler.collapsed span:nth-child(1) {
    transform: rotate(0deg);
  }
  .navbar-toggler.collapsed span:nth-child(2) {
    opacity: 1;
  }
  .navbar-toggler.collapsed span:nth-child(3) {
    transform: rotate(0deg);
  }
  .navbar-toggler span:nth-child(1) {
    transform: rotate(45deg);
    transform-origin: 0% 200%;
  }
  .navbar-toggler span:nth-child(2) {
    opacity: 0;
  }
  .navbar-toggler span:nth-child(3) {
    transform: rotate(-45deg);
    transform-origin: 10% 20%;
  }
  .support-banner-section {
    padding: 70px 0px 265px 0px;
  }
  .support-banner-text h1 {
    font-size: 45px;
  }
  .support-plan-box-section-inner {
    position: relative;
    margin-top: -191px;
    padding-bottom: 70px;
  }
  .support-plan-box {
    padding: 40px;
  }
  .support-plan-box h4 {
    margin-bottom: 25px;
    font-size: 22px;
  }
  .support-plan-box p {
    font-size: 14px;
  }
  .support-plan-box h6 {
    font-size: 16px;
  }
  .support-plan-box p a {
    font-size: 14px;
  }
  .support-natix-host-section {
    padding: 70px 0px;
  }
  .support-natix-host-plan-box {
    padding: 30px;
  }
  .support-natix-host-plan-box-btn {
    padding: 13px 50px;
  }
  .support-operation-section {
    padding: 70px 0px 150px 0px;
  }
  .support-operation-plan-box {
    padding: 39px;
  }
  .support-operation-plan-box br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .top-bar .right-arrow {
    font-size: 10px;
  }
  .top-bar small {
    font-size: 10px;
  }
  .top-bar span {
    font-size: 10px;
  }
  .social li:last-child {
    display: none;
  }
  .social-setting {
    font-size: 10px;
  }
  .social li a {
    font-size: 10px;
  }
  /*.navbar-brand img {
    max-width: 85%;
  }*/
  .navbar-collapse {
    width: 50%;
  }
  .text-paragraph {
    width: 100%;
  }
  .banner-text {
    width: 100%;
    text-align: center;
  }
  .banner-text h1 {
    font-size: 35px;
    line-height: 40px;
  }
  .banner-btn {
    padding-top: 21px;
    text-align: center;
  }
  .text-paragraph p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 25px;
    padding: 8px 0 0 0;
    text-align: center;
  }
  .text-paragraph span {
    font-size: 14px;
    line-height: 20px;
  }
  .banner-text span {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  #banner_slider .carousel-inner {
    padding: 0px 0 60px 0;
  }
  #banner_slider .carousel-indicators {
    bottom: 0px;
  }
  #banner_slider .carousel-item {
    min-height: 0px;
  }
  .primary-btn {
    padding: 14px 35px;
    font-size: 12px;
  }
  .secondary-btn {
    padding: 14px 35px;
    font-size: 12px;
    margin-left: 4px;
  }
  .banner-text p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 7px;
    padding-bottom: 15px;
  }
  .search-btn {
    left: inherit;
    bottom: 0px;
    right: 0;
  }
  .slider-2 li,
  .slider-3 li {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
  }
  .field-background .field {
    padding: 33px 33px;
    top: 0px;
    position: relative;
  }
  .field-background {
    padding: 60px 0px 0px 0px;
  }
  .hosting-section {
    padding: 60px 0px 60px 0px;
  }
  .price li {
    margin-right: 5px;
    font-size: 11px;
  }
  .banner-img,
  .slider-2 .banner-img,
  .slider-3 .banner-img {
    left: 17px;
  }
  .hosting-section h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .hosting-section p {
    font-size: 14px;
    line-height: 18px;
  }
  .hosting-text,
  .server-text,
  .vps-text {
    left: 344px;
  }
  .plan h2 {
    font-size: 40px;
  }
  .plan ul {
    margin-right: 11%;
    width: 50%;
  }
  .hosting-btn,
  .server-btn,
  .vps-btn {
    padding: 14px 30px;
  }
  .plan li span {
    font-size: 16px;
    line-height: 20px;
  }
  .hosting-pricing span,
  .server-pricing span,
  .vps-pricing span {
    font-size: 30px;
    line-height: 20px;
  }
  .hosting-setting,
  .server-setting,
  .vps-setting {
    padding-top: 18px;
  }
  .shared-hosting li,
  .server-hosting li,
  .vps-hosting li {
    font-size: 16px;
    line-height: 20px;
  }
  .guarrantees-section h1 {
    font-size: 30px;
    font-weight: 400;
    line-height: 28px;
  }
  .guarrantees-section h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    padding-bottom: 0px;
  }
  .guarrantees-section p {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
  }
  .plan-box img {
    width: 45px;
  }
  .plan-box h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
  }
  .data-section h1 {
    font-size: 32px;
  }
  .map-container {
    padding: 10px 0px 35px 0px;
  }
  .data-section h4 {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 22px;
  }
  .data-section {
    padding: 50px 0;
  }
  .point {
    width: 1rem;
    height: 1rem;
    border: 2px solid var(--global--color-white);
  }
  .canada {
    top: 81px;
    left: 84px;
  }
  .los-angeles {
    top: 116px;
    left: 69px;
  }
  .dallas {
    top: 120px;
    left: 96px;
  }
  .atlanta {
    top: 105px;
    left: 118px;
  }
  .united-kingdom {
    top: 83px;
    left: 233px;
  }
  .germany {
    top: 91px;
    left: 255px;
  }
  .moscow {
    top: 86px;
    left: 296px;
  }
  .india {
    top: 130px;
    right: 140px;
  }
  .south-korea {
    top: 107px;
    right: 75px;
  }
  .japan {
    top: 100px;
    right: 56px;
  }
  .australia {
    top: 215px;
    right: 46px;
  }
  .plan-box-technology {
    padding-bottom: 30px;
  }
  .features-section {
    padding: 60px 0;
  }
  .review-section {
    padding: 50px 0 0 0;
  }
  .review-section h1 {
    font-size: 26px;
    line-height: 30px;
  }
  .stars li {
    font-size: 22px;
  }
  .review-section-text {
    font-size: 20px;
    padding: 0;
    line-height: 26px;
  }
  .ceo h4 {
    font-size: 22px;
    line-height: 10px;
  }
  .quote i {
    padding-top: 3px;
    padding-bottom: 18px;
  }
  .contact-planbox {
    padding: 20px 7px;
  }
  .contact-planbox img {
    padding-top: 0px;
  }
  .contact-image {
    max-width: 40px;
  }
  .contact-planbox h4 {
    font-size: 18px;
    line-height: 25px;
  }
  .contact-planbox p {
    font-size: 14px;
    line-height: 20px;
  }
  .newsletter {
    padding-top: 0px;
  }
  .footer-section {
    padding: 130px 0 60px 0;
  }
  .footer-section .form-control {
    padding: 24px;
  }
  .footer-section .form-group {
    margin-bottom: 50px;
  }
  .subscribe-btn {
    padding: 14px 24px 15px 24px;
  }
  .footer-section .footer-hosting h4,
  .footer-section .footer-company h4,
  .footer-section .footer-contact h4 {
    font-size: 18px;
  }
  .footer-list li {
    height: 35px;
    width: 35px;
    line-height: 34px;
    font-size: 13px;
    margin-right: 10px;
  }
  .footer-arrow-setting {
    height: 35px;
    width: 35px;
    line-height: 35px;
    margin-left: 0px;
  }
  .footer-cards-list li {
    font-size: 25px;
  }
  .footer-bar .footer-cards small {
    float: none;
  }
  .footer-cards-list li:first-child {
    margin-left: 10px;
  }
  .footer-arrow {
    padding-top: 12px;
    text-align: left;
  }
  .footer-arrow-setting {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .about-sub-section {
    background-position: 70% 41px;
  }
  .about-us-banner-text h1 {
    font-size: 40px;
    line-height: 45px;
  }
  .about-primary-btn {
    padding: 14px 35px;
  }
  .about-secondary-btn {
    padding: 14px 23px;
  }
  .about-us-banner-section {
    padding: 50px 0px;
  }
  .about-us-banner-section h2 {
    font-size: 30px;
    line-height: 32px;
  }
  .about-us-price p {
    font-size: 13px;
    line-height: 18px;
  }
  .vision-section-inner {
    top: 0px;
    text-align: center;
    position: relative;
  }
  .vision-image-list {
    margin: 0 auto 25px;
  }
  .history-border {
    display: none;
  }
  .vision-section {
    padding-top: 60px;
  }
  .history-section-text {
    margin-bottom: 50px;
  }
  .history-section .plan-circle:after {
    left: 130px;
  }
  .history-section h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .history-section p {
    font-size: 14px;
    line-height: 20px;
  }
  .history-section .plan-circle:after {
    margin: 1% auto;
    left: 131px;
  }
  .history-section .plan-circle {
    height: 20px;
    width: 20px;
    margin: 4% auto;
    margin-bottom: 55px;
  }
  .history-section h4 {
    margin-bottom: 5px;
  }
  .history-section {
    padding: 60px 0px;
    margin-top: 0px;
  }
  .choose-section {
    padding: 60px 0px;
  }
  .choose-text {
    padding-top: 50px;
  }
  .choose-section h1 {
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 15px;
  }
  .choose-section h5 {
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 28px;
  }
  .choose-section p {
    line-height: 22px;
    font-size: 14px;
  }
  .team-plan-box {
    padding: 50px 80px;
  }
  .team-section {
    padding: 60px 0px;
  }
  .team-heading {
    margin-bottom: 30px;
  }
  .team-heading h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .team-plan-box figure {
    width: 254px;
    height: 254px;
    margin: 0 auto 30px;
  }
  .contact-us-banner-section {
    padding: 60px 0px;
  }
  .contact-us-banner-section h1 {
    font-size: 45px;
    line-height: 35px;
  }
  .contact-us-banner-section p,
  .contact-us-banner-section span {
    font-size: 16px;
  }
  .contact-us-plan-box {
    text-align: center;
  }
  .contact-us-plan-box h4 {
    font-size: 22px;
  }
  .contact-us-plan-box img {
    width: 30px;
  }
  .contact-us-plan-box figure {
    margin: 0 auto 20px;
  }
  .contact-us-plan-box p {
    padding: 0 15%;
  }
  .contact-us-plan-box-section-inner {
    position: relative;
    top: 50px;
  }
  .success-section {
    padding: 60px 0 150px 0;
  }
  .success-section-text {
    margin-bottom: 40px;
  }
  .success-section h1 {
    font-size: 32px;
    line-height: 35px;
  }
  .contact-form-section {
    padding: 130px 0px 70px 0px;
  }
  .contact-form-plan-box .form-control {
    font-size: 14px;
    padding: 0 0px 0 30px;
  }
  .contact-form-section-plan-box {
    padding: 35px;
  }
  .contact-form-section-plan-box h1 {
    font-size: 32px;
    line-height: 36px;
  }
  .contact-form-section-text {
    margin-bottom: 40px;
  }
  .submitform-btn {
    padding: 16px 40px;
  }
  .contact-form-plan-box .form-control {
    height: 50px;
  }
  .contact-form-plan-box .select-form {
    background-position: 96% 20px;
  }
  .contact-form-plan-box .textarea .form-control {
    height: 100px;
  }
  .contact-form-section-plan-box p {
    padding: 0;
  }
  .dedicated-banner-section {
    padding: 60px 0px;
  }
  .dedicated-banner-section h1 {
    font-size: 45px;
    line-height: 35px;
  }
  .dedicated-banner-section p {
    font-size: 16px;
    line-height: 18px;
  }
  .dedicated-banner-section ul li {
    font-size: 16px;
    line-height: 18px;
  }
  .dedicated-server-plan-box h4 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 18px;
  }
  .dedicated-server-plan-box h2 {
    font-size: 40px;
    line-height: 35px;
  }
  .dedicated-server-plan-box span {
    font-size: 28px;
    line-height: 35px;
  }
  .dedicated-server-plan-box .dedicated-server-pricing {
    font-size: 16px;
    line-height: 20px;
  }
  .dedicated-server-plan-box .dedicated-server-plan-box-text {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  .dedicated-server-plan-box p {
    margin-bottom: 15px;
  }
  .dedicated-btn {
    padding: 12px 30px;
    font-size: 12px;
  }
  .dedicated-server-plan-box-section {
    padding-top: 60px;
  }
  .dedicated-server-plan-box {
    padding: 50px 30px;
  }
  .dedicated-server-plan-box li span {
    font-size: 14px;
    line-height: 20px;
  }
  .dedicated-server-plan-box ul {
    width: 43%;
  }
  .dedicated-server-maintainance h4 {
    padding: 0;
    font-size: 20px;
    line-height: 30px;
  }
  .dedicated-server-maintainance a {
    padding: 0;
    font-size: 20px;
    line-height: 30px;
  }
  .dedicated-server-maintainance {
    padding: 60px 0px;
  }
  .dedicated-hosting-plan-img img {
    width: 70%;
  }
  .dedicated-hosting-plan-section p {
    padding: 0;
  }
  .dedicated-hosting-plan-image {
    max-width: 350px;
  }
  .dedicated-hosting-plan-image-list {
    max-width: 50px;
  }
  .dedicated-hosting-plan-text h1,
  .dedicated-hosting-plan-text span {
    font-size: 32px;
  }
  .dedicated-hosting-plan-setting {
    padding-top: 35px;
  }
  .dedicated-hosting-plan-section h4 {
    line-height: 17px;
    font-size: 22px;
  }
  .dedicated-server-features-plan-box {
    padding: 80px 50px;
  }
  .dedicated-server-features-section {
    padding: 60px 0px;
  }
  .dedicated-server-features-section p {
    padding: 0 2%;
  }
  .dedicated-server-feature-image-list {
    max-width: 200px;
    margin: 0 auto 30px;
  }
  .dedicated-server-features-section h1 {
    font-size: 32px;
    line-height: 28px;
  }
  .dedicated-server-support-plan-box-section h1 {
    font-size: 31px;
    line-height: 32px;
  }
  .dedicated-server-support-plan-box-section {
    padding: 60px 0px;
  }
  .dedicated-server-support-plan-box {
    padding: 60px;
  }
  .accordion-section {
    padding: 60px 0px 0px 0px;
  }
  .accordion-section-text {
    margin-bottom: 30px;
  }
  .accordion-section h1 {
    font-size: 32px;
    line-height: 25px;
  }
  .accordion-card .btn-link {
    font-size: 19px;
  }
  .accordion-card .btn-link:before,
  .accordion-card .btn-link:before {
    font-size: 18px;
    line-height: 32px;
  }
  .accordion-card .card-header {
    padding: 13px 0px 15px 0px;
  }
  .accordion-card .card-body {
    padding: 0px 53px 13px 0px;
    font-size: 14px;
    color: var(--global--color-lightgrey);
    line-height: 22px;
  }
  .domain-banner-section {
    padding: 60px 0px;
  }
  .domain-banner-section h1 {
    font-size: 32px;
    line-height: 32px;
  }
  .domain-banner-section p {
    font-size: 16px;
  }
  .domain-banner-section .form-control {
    height: 51px;
    padding-left: 20px;
    font-size: 14px;
  }
  .domain-btn {
    padding: 16px 32px;
  }
  .domain-plan-box-section {
    padding-top: 60px;
  }
  .domain-management-section {
    padding: 60px 0px;
  }
  .domain-management-image-1,
  .domain-management-image-2 {
    max-width: 130px;
  }
  .domain-management-plan-box {
    padding: 60px 40px;
  }
  .domain-plan-box-image-list {
    max-width: 90px;
    height: 40px;
  }
  .domain-table-section {
    padding: 60px 0px;
  }
  .table-plan-box {
    padding: 40px 30px;
  }
  .domain-table-section .table tbody td .price {
    display: block;
  }
  .domain-table-section .table tbody th {
    vertical-align: middle;
    padding: 0px;
  }
  .domain-table-section .table thead th {
    font-size: 15px;
  }
  .reseller-banner-section {
    padding: 60px 0px;
  }
  .reseller-banner-section p {
    padding: 0px;
    font-size: 16px;
  }
  .reseller-banner-section h1 {
    font-size: 32px;
    line-height: 32px;
  }
  .reseller-plan-box p {
    margin-bottom: 15px;
  }
  .reseller-plan-box-section {
    padding-top: 60px;
  }
  .reseller-feature-text h1 {
    font-size: 32px;
  }
  .reseller-feature-text p {
    line-height: 20px;
  }
  .reseller-feature-section {
    padding: 60px 0px;
  }
  .reseller-feature-text {
    margin-bottom: 40px;
  }
  .reseller-feature-plan-box {
    padding: 45px 28px;
  }
  .reseller-feature-plan-box-image-list-variation-1,
  .reseller-feature-plan-box-image-list {
    max-width: 160px;
  }
  .reseller-feature-plan-box h4 {
    font-size: 22px;
  }
  .reseller-feature-plan-box p {
    font-size: 14px;
    line-height: 25px;
  }
  .reseller-guarrantees-plan-box {
    padding: 40px;
  }
  .reseller-guarrantees-section {
    padding: 60px 0px;
  }
  .reseller-guarrantees-text h1 {
    font-size: 32px;
  }
  .reseller-guarrantees-text p {
    font-size: 16px;
    line-height: 24px;
    padding: 0 11%;
  }
  .reseller-guarrantees-text {
    margin-bottom: 40px;
  }
  .reseller-guarrantees-plan-box-image-list {
    margin: 0 auto;
  }
  .reseller-table-section {
    padding: 60px 0px;
  }
  .reseller-comparison-text h1 {
    font-size: 32px;
  }
  .reseller-comparison-text p {
    line-height: 22px;
  }
  .reseller-comparison-text {
    margin-bottom: 60px;
  }
  .reseller-table-plan-box .table thead th {
    font-size: 18px;
  }
  .reseller-table-plan-box h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .reseller-table-plan-box .reseller-table-plan-box-pricing-month {
    font-size: 16px;
  }
  .reseller-table-plan-box-btn {
    padding: 12px 35px;
    font-size: 12px;
  }
  .shared-banner-section h1 {
    font-size: 45px;
    line-height: 36px;
  }
  .shared-banner-section p {
    font-size: 16px;
  }
  .shared-plan-box h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 40px;
  }
  .shared-plan-box .shared-plan-box-pricing {
    font-size: 30px;
    line-height: 30px;
  }
  .shared-plan-box .shared-plan-box-pricing-month {
    font-size: 16px;
    line-height: 22px;
  }
  .shared-monthly-btn,
  .shared-yearly-btn {
    font-size: 14px;
  }
  #Comprison_pricingplan table tbody tr {
    border: none;
  }
  #Comprison_pricingplan table tbody tr td {
    font-size: 14px;
  }
  #Comprison_pricingplan table tbody tr td:first-child {
    font-size: 14px;
  }
  #Comprison_pricingplan button {
    font-size: 12px;
  }
  .reseller-comparison-text {
    margin-bottom: 40px;
  }
  #Comprison_pricingplan button {
    padding: 9px 50px;
  }
  .reliable-shared-hsoting-section h1 {
    font-size: 29px;
    line-height: 34px;
  }
  .reliable-shared-hsoting-section h5 {
    font-size: 16px;
    line-height: 22px;
  }
  .reliable-shared-hsoting-section p {
    font-size: 14px;
  }
  .reliable-shared-hsoting-section-btn {
    padding: 12px 38px;
  }
  .reliable-shared-hsoting-section-image {
    max-width: 225px;
  }
  .reliable-shared-hsoting-section {
    padding: 60px 0px;
  }
  .shared-tabs-section .nav-tabs {
    margin: 0px auto 60px;
  }
  .shared-banner-section {
    padding: 60px 0px 100px 0px;
  }
  .shared-tabs-section {
    margin-top: -100px;
  }
  .shared-plan-box-section {
    padding-top: 60px;
  }
  .shared-plan-box .shared-plan-box-paragraph {
    margin-top: 0px;
  }
  .shared-plan-box p {
    margin-bottom: 15px;
  }
  .features-section-variation-2 h1 {
    font-size: 33px;
  }
  .feature-heading {
    padding-bottom: 30px;
  }
  .vps-banner-section h1 {
    font-size: 45px;
    line-height: 36px;
  }
  .vps-banner-section {
    padding: 60px 0px;
  }
  .vps-banner-section p {
    font-size: 16px;
    line-height: 22px;
    padding: 0 10%;
  }
  .vps-banner-image {
    max-width: 255px;
  }
  .guarrantees-section-variation-2 {
    padding: 60px 0px;
  }
  .guarrantees-section-variation-2 h1 {
    font-size: 32px;
    line-height: 27px;
    margin-bottom: 18px;
  }
  .guarrantees-section-variation-2 h5 {
    font-size: 16px;
    line-height: 22px;
    padding: 0 10%;
  }
  .guarrantees-section-variation-2 .guarrantee-text {
    margin-bottom: 40px;
  }
  .guarrantees-section-variation-2-text {
    margin-bottom: 40px;
  }
  .guarrantees-section-variation-2 p {
    font-size: 14px;
    padding: 0 2%;
    line-height: 26px;
  }
  .pricebox .pricetxt span.doller {
    font-size: 32px;
  }
  .pricebox .pricetxt span.numeric {
    font-size: 32px;
  }
  .vps-slider-section .form-group {
    margin-bottom: 20px;
  }
  .vps-slider-section {
    padding: 60px 0px;
  }
  .landing-page-banner-section {
    padding: 60px 0px 0px 0px;
  }
  .landing-page-server-img {
    max-width: 350px;
  }
  .landing-page-column {
    padding: 130px 40px 70px 40px;
  }
  .landing-page-banner-logo-img img {
    width: 45%;
  }
  .landing-page-banner-section h1 {
    font-size: 28px;
    line-height: 28px;
  }
  .landing-page-banner-logo-img {
    margin-bottom: 30px;
  }
  .landing-page-banner-section p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 25px;
    padding: 0 3%;
  }
  .landing-page-primary-btn,
  .landing-page-secondary-btn {
    padding: 12px 25px;
    font-size: 13px;
  }
  .landing-page-server-bottom-left-image,
  .landing-page-server-bottom-right-image {
    width: 50%;
  }
  .support-banner-section {
    padding: 50px 0px;
  }
  .support-banner-text h1 {
    font-size: 33px;
  }
  .support-plan-box-section-inner {
    position: relative;
    margin-top: 0px;
    padding-bottom: 60px;
  }
  .support-plan-box-section {
    padding-top: 60px;
  }
  .support-plan-box h4 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .support-plan-box h6 {
    margin-bottom: 0px;
  }
  .support-natix-host-section {
    padding: 60px 0px;
  }
  .support-natix-host-text h1 {
    font-size: 32px;
  }
  .support-natix-host-text p {
    padding: 0;
  }
  .support-natix-host-text {
    margin-bottom: 40px;
  }
  .support-natix-host-plan-box {
    padding: 30px;
  }
  .support-natix-host-plan-box-image-list {
    margin: 0 auto 25px;
  }
  .support-natix-host-plan-box h4 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .support-natix-host-plan-box p {
    margin-bottom: 20px;
  }
  .support-natix-host-plan-box-btn {
    padding: 12px 40px;
  }
  .support-natix-host-plan-box-image-list {
    max-height: 50px;
  }
  .support-operation-section {
    padding: 60px 0px 145px 0px;
  }
  .support-operation-plan-box {
    padding: 30px;
  }
  .support-operation-plan-box h5 {
    font-size: 18px;
  }
}

@media screen and (max-width: 576px) {
  .topbar-setting {
    text-align: center;
  }
  .social {
    text-align: center;
    width: 100%;
  }
  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  /*.navbar-brand img {
    max-width: 85%;
  }*/
  .banner-text h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .banner-text span {
    font-size: 14px;
    line-height: 20px;
  }
  .banner-img {
    left: 0;
    width: 100%;
  }
  .slider-2 .banner-img,
  .slider-3 .banner-img {
    left: 13px;
    width: 100%;
  }
  .slider-2 ul,
  .slider-3 ul {
    margin-bottom: 25px;
  }
  .banner-text .text-paragraph {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  #banner_slider .carousel-inner {
    padding: 0px 0 60px 0;
  }
  .slider-2 li,
  .slider-3 li {
    font-size: 12px;
  }
  .primary-btn {
    padding: 12px 25px;
  }
  .secondary-btn {
    padding: 12px 25px;
  }
  .search-btn {
    left: inherit;
    right: 0;
    bottom: 0;
    padding: 9px 16px;
    font-size: 10px;
  }
  .subscribe-form .form-control {
    padding: 15px 0px 15px 10px;
    font-size: 12px;
  }
  .plan .hosting-img-1,
  .plan .hosting-img-2,
  .plan .hosting-img-3 {
    margin-bottom: 20px;
  }
  .plan h4 {
    font-size: 18px;
  }
  .plan li {
    padding: 8px 0;
  }
  .plan li span {
    font-size: 14px;
    line-height: 20px;
  }
  .hosting-list-icon {
    max-width: 20px;
  }
  .price {
    padding-top: 0px;
  }
  .price li {
    margin-right: 0px;
    font-size: 11px;
    text-align: center;
    padding: 0px 5px 0px 5px;
    display: table-cell;
    vertical-align: middle;
  }
  .plan ul {
    margin-right: 0%;
    width: 100%;
    display: table;
    margin-bottom: 20px;
  }
  .plan small {
    line-height: 0px;
  }
  .plan h2 {
    line-height: 40px;
    margin-bottom: 20px;
  }
  .hosting-section {
    padding: 50px 0px 60px 0px;
  }
  .field-background {
    padding: 50px 0px 0px 0px;
  }
  .hosting-text,
  .server-text,
  .vps-text {
    left: 60%;
    font-size: 12px;
  }
  .hosting-pricing span,
  .server-pricing span,
  .vps-pricing span {
    font-size: 25px;
    line-height: 20px;
  }
  .hosting-pricing small,
  .server-pricing small,
  .vps-pricing small {
    font-size: 14px;
  }
  .shared-hosting img,
  .server-hosting img,
  .vps-hosting img {
    padding-right: 10px;
  }
  .hosting-btn,
  .server-btn,
  .vps-btn {
    margin-left: 0%;
    padding: 14px 36px;
    font-size: 12px;
  }
  .hosting-section h1 {
    font-size: 26px;
    line-height: 35px;
  }
  .hosting-img-1 img,
  .hosting-img-2 img,
  .hosting-img-3 img {
    width: 50px;
    float: none;
  }
  .plan figure {
    margin-bottom: 15px;
  }
  .shared-hosting,
  .server-hosting,
  .vps-hosting {
    width: 100%;
  }
  .plan-box-guarrantee,
  .plan-box-backup {
    margin-bottom: 30px;
  }
  .plan-box h4 br {
    display: none;
  }
  .guarrantees-section h1 {
    font-size: 26px;
    line-height: 26px;
  }
  .guarrantees-section h4 {
    font-size: 14px;
    line-height: 22px;
  }
  .guarrantees-section p {
    font-size: 12px;
    line-height: 20px;
  }
  .guarrantees-btn {
    padding: 14px 36px 14px 36px;
    font-size: 12px;
  }
  .plan-box-setting {
    padding-top: 40px;
  }
  .data-section {
    padding: 60px 0px;
  }
  .data-section h1 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .data-section p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 0 5%;
  }
  .data-section h4 {
    font-size: 16px;
    line-height: 22px;
  }
  .data-btn {
    font-size: 12px;
    padding: 12px 24px;
  }
  .point {
    width: 0.8rem;
    height: 0.8rem;
    border: 2px solid var(--global--color-white);
  }
  .canada {
    top: 33%;
    left: 17%;
  }
  .los-angeles {
    top: 45%;
    left: 13%;
  }
  .dallas {
    top: 45%;
    left: 19%;
  }
  .atlanta {
    top: 37%;
    left: 22%;
  }
  .united-kingdom {
    top: 32%;
    left: 46%;
  }
  .germany {
    top: 36%;
    left: 50%;
  }
  .moscow {
    top: 33%;
    left: 58%;
  }
  .india {
    top: 49%;
    right: 26%;
  }
  .south-korea {
    top: 42%;
    right: 14%;
  }
  .japan {
    top: 39%;
    right: 10%;
  }
  .australia {
    top: 81%;
    right: 8%;
  }
  .features-section {
    padding: 60px 0;
  }
  .features-section h1 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .features-section p {
    font-size: 14px;
    line-height: 20px;
  }
  .feature-plan-box {
    padding: 40px 30px;
  }
  .feature-image-list {
    max-width: 150px;
    margin: 0 auto 25px;
  }
  .feature-plan-box h3 {
    font-size: 20px;
    line-height: 25px;
  }
  .feature-plan-box p {
    font-size: 14px;
    line-height: 20px;
  }
  .review-section {
    padding: 60px 0px;
  }
  .review-section h1 {
    font-size: 26px;
    line-height: 26px;
  }
  .review-section p {
    margin-bottom: 20px;
  }
  .review-section .heading-text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .stars li {
    font-size: 20px;
    padding-top: 10px;
  }
  .quote i {
    font-size: 20px;
    padding-top: 0px;
    padding-bottom: 15px;
  }
  .review-section-text {
    font-size: 18px;
    line-height: 25px;
  }
  .ceo h4 {
    font-size: 20px;
    padding-top: 8px;
    line-height: 10px;
  }
  .ceo .ceo-text {
    font-size: 12px;
    line-height: 18px;
  }
  .contact-planbox {
    margin-bottom: 20px;
  }
  .contact-planbox p {
    line-height: 14px;
  }
  .contact-section {
    padding-bottom: 40px;
  }
  .contact-form-plan-box .textarea .form-control {
    height: 50px;
  }
  .contact-section {
    bottom: 0px;
  }
  .footer-section {
    padding: 60px 0px;
  }
  .footer-section h3 {
    font-size: 22px;
    line-height: 18px;
  }
  .footer-section p {
    font-size: 13px;
    line-height: 20px;
  }
  .footer-form {
    padding-top: 5px;
  }
  .footer-section .form-control {
    padding: 20px;
    font-size: 14px;
  }
  .footer-section .form-group {
    margin-bottom: 40px;
  }
  .footer-section p {
    margin-bottom: 25px;
  }
  /*.footer-logo figure {
    margin: 0 auto 20px;
  }*/
  .footer-list {
    margin-bottom: 0px;
  }
  .footer-list li a {
    height: 35px;
    width: 35px;
    line-height: 34px;
  }
  .subscribe-btn {
    padding: 12px 20px 12px 20px;
    font-size: 12px;
  }
  .footer-company-setting,
  .footer-hosting-setting,
  .footer-contact-setting {
    display: none;
  }
  /*.footer-logo-setting {
    padding-top: 0px;
    text-align: center;
  }*/
  .footer-setting {
    padding-top: 25px;
    padding-bottom: 10px;
  }
  /*.footer-cards {
    text-align: center;
  }*/
  .footer-bar .footer-cards small {
    margin: 0px;
  }
  .footer-cards-list li:first-child {
    margin-left: 0px;
  }
  .footer-cards-list {
    padding-top: 10px;
  }
  .footer-arrow {
    text-align: center;
  }
  .footer-arrow-setting {
    height: 25px;
    width: 25px;
    line-height: 23px;
    font-size: 15px;
  }
  .footer-list li {
    height: 25px;
    width: 25px;
    line-height: 24px;
    margin-right: 20px;
  }
  .footer-logo small {
    font-size: 12px;
  }
  .footer-bar {
    padding: 30px 0 30px 0;
  }
  .footer-cards-list li {
    font-size: 20px;
  }
  .vision-plan-box {
    padding: 20px;
  }
  .vision-plan-box h4 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .vision-plan-box p {
    font-size: 14px;
    line-height: 22px;
  }
  .vision-image-list {
    margin: 0 auto 20px;
    max-width: 50px;
  }
  .about-us-banner-section {
    padding: 0px 0px 50px 0px;
  }
  .about-us-banner-section h2 {
    padding-bottom: 0px;
    padding-top: 20px;
    font-size: 28px;
    line-height: 30px;
  }
  .about-us-banner-text p {
    font-size: 14px;
    line-height: 20px;
  }
  .about-us-banner-text h1 {
    font-size: 34px;
    line-height: 38px;
  }
  .about-primary-btn {
    padding: 12px 26px;
    font-size: 12px;
  }
  .about-secondary-btn {
    padding: 12px 16px;
    font-size: 12px;
    margin-left: 4px;
  }
  .about-us-price {
    padding-top: 25px;
  }
  .about-sub-section {
    background-position: 70% 65px;
  }
  .history-section .plan-circle:after {
    left: 49%;
  }
  .history-section h1 {
    font-size: 26px;
    line-height: 26px;
  }
  .history-section p {
    padding: 0 3%;
  }
  .history-section {
    padding: 60px 0px;
  }
  .choose-section h1 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 13px;
  }
  .choose-section h5 {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
  }
  .choose-section p {
    line-height: 20px;
    font-size: 12px;
  }
  .choose-btn {
    padding: 12px 35px;
    font-size: 14px;
  }
  .choose-section {
    padding: 50px 0px;
  }
  .choose-text {
    padding-top: 30px;
  }
  .team-section {
    padding: 50px 0px;
  }
  .team-heading h1 {
    font-size: 26px;
    line-height: 26px;
  }
  .team-heading p {
    font-size: 14px;
    line-height: 14px;
    padding: 0 3%;
  }
  .team-plan-box {
    padding: 30px;
  }
  .team-plan-box figure {
    width: 150px;
    height: 150px;
    margin: 0 auto 30px;
  }
  .team-plan-box img {
    padding-top: 10px;
  }
  .team-plan-box h4 {
    font-size: 20px;
    line-height: 18px;
  }
  .team-plan-box p {
    margin-bottom: 15px;
  }
  .contact-us-banner-section h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .contact-us-banner-section p,
  .contact-us-banner-section span {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .contact-us-plan-box {
    padding: 30px;
  }
  .contact-us-plan-box figure {
    margin: 0 auto 20px;
  }
  .contact-us-banner-section {
    padding: 0px 0px 50px 0px;
  }
  .contact-us-plan-box img {
    width: 25px;
  }
  .contact-us-plan-box h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .contact-us-plan-box p {
    font-size: 14px;
    line-height: 20px;
    padding: 0;
  }
  .contact-us-plan-box a {
    font-size: 14px;
    line-height: 20px;
  }
  .success-section h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .success-section p {
    font-size: 14px;
    line-height: 18px;
  }
  .success-plan-box a {
    font-size: 14px;
    line-height: 18px;
  }
  .success-section-text {
    margin-bottom: 30px;
  }
  .success-plan-box {
    padding: 30px;
  }
  .success-plan-box h4 {
    margin-bottom: 10px;
  }
  .success-image-list {
    max-width: 40px;
  }
  .success-plan-box figure {
    margin-bottom: 10px;
  }
  .success-plan-box h4 {
    font-size: 20px;
    line-height: 24px;
  }
  .contact-form-section {
    padding: 100px 0px 60px 0px;
  }
  .contact-form-section-plan-box h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .contact-form-section-plan-box p {
    font-size: 14px;
    line-height: 18px;
  }
  .contact-form-section-text {
    margin-bottom: 20px;
  }
  .contact-form-plan-box .form-control {
    font-size: 12px;
    padding: 0 0px 0 10px;
    height: 45px;
  }
  .contact-form-section-plan-box {
    padding: 20px;
  }
  .contact-form-plan-box .select-form {
    background-position: 96% 19px;
  }
  .submitform-btn {
    padding: 12px 30px;
    font-size: 12px;
  }
  .success-section {
    padding: 60px 0 55px 0;
  }
  .contact-section-inner {
    position: relative;
  }
  .dedicated-banner-section {
    padding: 0px 0px 50px 0px;
  }
  .dedicated-banner-section ul {
    margin-bottom: 0px;
  }
  .dedicated-banner-section h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .dedicated-banner-section p {
    font-size: 14px;
  }
  .dedicated-banner-section ul li {
    font-size: 12px;
    line-height: 16px;
  }
  .dedicated-server-plan-box ul {
    width: 100%;
  }
  .dedicated-server-plan-box {
    padding: 40px;
  }
  .dedicated-server-plan-box h4 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 16px;
  }
  .dedicated-server-plan-box h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .dedicated-server-plan-box span {
    font-size: 24px;
    line-height: 30px;
  }
  .dedicated-server-plan-box .dedicated-server-pricing {
    font-size: 14px;
    line-height: 18px;
  }
  .dedicated-server-plan-box .dedicated-server-plan-box-text {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 5px;
  }
  .dedicated-btn {
    padding: 12px 26px;
    font-size: 12px;
  }
  .dedicated-server-plan-box p {
    font-size: 14px;
    margin-bottom: 18px;
  }
  .dedicated-server-plan-box .dedicated-server-plan-box-paragraph {
    font-size: 12px;
    line-height: 18px;
  }
  .dedicated-server-maintainance {
    padding: 50px 0px;
  }
  .dedicated-server-maintainance h4,
  .dedicated-server-maintainance a {
    font-size: 20px;
    line-height: 24px;
  }
  .dedicated-hosting-plan-text h1,
  .dedicated-hosting-plan-text span {
    font-size: 26px;
  }
  .dedicated-hosting-plan-section h4 {
    line-height: 15px;
    font-size: 20px;
  }
  .dedicated-hosting-plan-section p {
    font-size: 12px;
    line-height: 16px;
  }
  .dedicated-hosting-plan-image-list {
    max-width: 40px;
  }
  .dedicated-hosting-plan-image {
    max-width: 250px;
  }
  .dedicated-list-icon {
    max-width: 20px;
  }
  .dedicated-hosting-plan-section {
    padding: 60px 0px;
  }
  .dedicated-server-features-plan-box {
    padding: 50px 30px;
  }
  .dedicated-server-features-section h1 {
    font-size: 26px;
    line-height: 26px;
  }
  .dedicated-server-features-section p {
    font-size: 14px;
    line-height: 18px;
  }
  .dedicated-server-features-plan-box p {
    font-size: 14px;
    line-height: 25px;
    padding: 0px;
  }
  .dedicated-server-features-section-text {
    margin-bottom: 30px;
  }
  .dedicated-server-feature-network-img,
  .dedicated-server-feature-technology-img,
  .dedicated-server-feature-control-panel-img {
    margin-bottom: 30px;
  }
  .dedicated-server-feature-image-list {
    max-width: 160px;
    margin: 0 auto 25px;
  }
  .dedicated-server-features-plan-box h4 {
    line-height: 23px;
    font-size: 20px;
  }
  .dedicated-server-support-plan-box-section h1 {
    font-size: 26px;
    line-height: 30px;
  }
  .dedicated-server-support-plan-box p {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .dedicated-server-support-plan-box li {
    padding: 8px 0px;
  }
  .dedicated-server-support-plan-box img {
    width: 75px;
  }
  .dedicated-server-support-plan-box {
    padding: 30px;
  }
  .dedicated-server-support-plan-box li:last-child {
    padding-bottom: 0px;
  }
  .dedicated-support-btn {
    padding: 12px 30px;
    font-size: 12px;
  }
  .dedicated-server-support-plan-box .variation-2 {
    padding: 12px 24px;
  }
  .dedicated-server-support-plan-box span {
    font-size: 14px;
    line-height: 18px;
  }
  .dedicated-server-support-image-list {
    max-width: 62px;
  }
  .dedicated-server-support-plan-box h4 {
    line-height: 26px;
    font-size: 20px;
  }
  .dedicated-server-support-plan-box-section-text {
    margin-bottom: 30px;
  }
  .dedicated-server-support-plan-box-section p {
    font-size: 14px;
    line-height: 22px;
  }
  .accordion-section h1 {
    font-size: 26px;
    line-height: 25px;
  }
  .accordion-section-text {
    margin-bottom: 15px;
  }
  .accordion-card .btn-link {
    font-size: 16px;
  }
  .accordion-card .btn-link:before,
  .accordion-card .btn-link:before {
    font-size: 16px;
    line-height: 24px;
  }
  .accordion-card .card-body {
    font-size: 12px;
    line-height: 20px;
  }
  .accordion-section {
    padding: 60px 0px;
  }
  .domain-banner-section {
    padding: 0px 0px 50px 0px;
  }
  .domain-banner-section h1 {
    font-size: 26px;
    line-height: 30px;
  }
  .domain-banner-section p {
    font-size: 14px;
    line-height: 18px;
  }
  .domain-btn {
    padding: 12px 26px;
    font-size: 12px;
  }
  .domain-form {
    width: 100%;
  }
  .domain-banner-section .form-control {
    height: 40px;
    padding-left: 14px;
    font-size: 12px;
  }
  .domain-plan-box p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .domain-plan-box h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .domain-plan-box span {
    font-size: 25px;
    line-height: 40px;
  }
  .domain-plan-box-image-list {
    max-width: 80px;
    height: 30px;
  }
  .domain-plan-box .domain-plan-box-pricing {
    font-size: 14px;
  }
  .domain-plan-box {
    padding: 30px;
  }
  .domain-plan-box-btn {
    padding: 12px 30px;
    font-size: 12px;
  }
  .domain-management-section {
    padding: 60px 0px;
  }
  .domain-management-plan-box {
    padding: 40px 30px;
  }
  .domain-management-image-1,
  .domain-management-image-2 {
    max-width: 100px;
  }
  .domain-management-plan-box h4 {
    font-size: 22px;
  }
  .domain-management-plan-box p {
    font-size: 14px;
    line-height: 24px;
  }
  .domain-table-section .table thead th {
    font-size: 10px;
  }
  .table-plan-box {
    padding: 30px 20px;
  }
  .domain-table-section .table tbody th {
    font-size: 10px;
  }
  .domain-table-section .table tbody th .popular,
  .domain-table-section .table tbody th .sale {
    font-size: 7px;
  }
  .domain-table-section .table tbody td,
  .domain-table-section .table tbody td .price {
    font-size: 10px;
  }
  .reseller-banner-section {
    padding: 0px 0px 50px 0px;
  }
  .reseller-banner-section h1 {
    font-size: 26px;
    line-height: 35px;
  }
  .reseller-banner-section p {
    font-size: 14px;
    line-height: 24px;
  }
  .reseller-plan-box {
    padding: 40px 30px;
  }
  .reseller-plan-box-image-list {
    max-width: 50px;
  }
  .reseller-plan-box figure {
    margin-bottom: 20px;
  }
  .reseller-plan-box h4 {
    font-size: 20px;
  }
  .reseller-plan-box p {
    font-size: 14px;
    line-height: 20px;
  }
  .reseller-plan-box h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .reseller-plan-box .reseller-plan-box-pricing {
    font-size: 25px;
  }
  .reseller-plan-box .reseller-plan-box-pricing-month {
    font-size: 14px;
  }
  .reseller-feature-plan-box-image-list-variation-1,
  .reseller-feature-plan-box-image-list {
    max-width: 140px;
  }
  .reseller-plan-box-btn {
    padding: 12px 40px;
    font-size: 12px;
  }
  .reseller-feature-text h1 {
    font-size: 26px;
  }
  .reseller-feature-text p {
    line-height: 18px;
    font-size: 14px;
  }
  .reseller-feature-text {
    margin-bottom: 30px;
  }
  .reseller-feature-plan-box h4 {
    font-size: 20px;
  }
  .reseller-feature-plan-box p {
    font-size: 12px;
    line-height: 22px;
  }
  .reseller-feature-plan-box {
    padding: 45px 25px;
  }
  .reseller-guarrantees-text h1 {
    font-size: 26px;
  }
  .reseller-guarrantees-text p {
    font-size: 14px;
    line-height: 22px;
    padding: 0;
  }
  .reseller-guarrantees-plan-box p {
    font-size: 14px;
    line-height: 22px;
  }
  .reseller-guarrantees-plan-box {
    padding: 40px 20px;
  }
  .reseller-guarrantees-text {
    margin-bottom: 30px;
  }
  .reseller-guarrantees-plan-box-image-list {
    max-width: 50px;
    margin-bottom: 15px;
    height: 60px;
  }
  .shared-banner-section {
    padding: 0px 0px 100px 0px;
  }
  .shared-banner-section p {
    font-size: 14px;
    line-height: 20px;
  }
  .shared-banner-section h1 {
    font-size: 30px;
    line-height: 32px;
  }
  .shared-monthly-btn,
  .shared-yearly-btn {
    font-size: 14px !important;
  }
  .shared-tabs-section .nav-tabs {
    margin: 0px auto 45px;
  }
  .reseller-comparison-text h1 {
    font-size: 25px;
  }
  .reseller-comparison-text p {
    font-size: 14px;
    line-height: 20px;
  }
  .reseller-comparison-text {
    margin-bottom: 30px;
  }
  #Comprison_pricingplan button {
    padding: 7px 20px;
  }
  #Comprison_pricingplan table tbody tr td:first-child {
    padding-left: 20px;
  }
  #Comprison_pricingplan table tbody tr td {
    padding: 12px 0px;
  }
  #Comprison_pricingplan table tbody tr:first-child td {
    padding-top: 20px;
  }
  #Comprison_pricingplan table tbody tr:last-child td {
    padding-bottom: 20px;
  }
  #Comprison_pricingplan table tbody tr td {
    font-size: 12px;
  }
  #Comprison_pricingplan table tbody tr td:first-child {
    font-size: 12px;
  }
  .reseller-table-plan-box-btn {
    padding: 12px 25px;
  }
  #Comprison_pricingplan table tbody tr:nth-child(2) td {
    padding-top: 20px;
  }
  .reliable-shared-hsoting-section h1 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .reliable-shared-hsoting-section h5 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .reliable-shared-hsoting-section p {
    font-size: 12px;
    line-height: 20px;
  }
  .reliable-shared-hsoting-section-btn {
    font-size: 12px;
    padding: 14px 36px;
  }
  .reliable-shared-hsoting-section-text {
    padding-top: 20px;
  }
  .shared-plan-box figure {
    margin-bottom: 20px;
  }
  .shared-plan-box h4 {
    font-size: 20px;
  }
  .shared-plan-box p {
    font-size: 14px;
    line-height: 20px;
  }
  .shared-plan-box h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .shared-plan-box .shared-plan-box-pricing {
    font-size: 25px;
    line-height: 20px;
  }
  .shared-plan-box .shared-plan-box-pricing-month {
    font-size: 14px;
  }
  .shared-plan-box-btn {
    padding: 12px 36px;
    font-size: 12px;
  }
  .shared-plan-box {
    padding: 30px;
  }
  .reliable-shared-hsoting-section-image {
    max-width: 175px;
  }
  .features-section-variation-2 h1 {
    font-size: 26px;
  }
  .feature-heading {
    padding-bottom: 20px;
  }
  .vps-banner-section {
    padding: 0px 0px 50px 0px;
  }
  .vps-banner-section h1 {
    font-size: 30px;
    line-height: 32px;
  }
  .vps-slider-image-list {
    max-width: 22px;
  }
  .vps-banner-image {
    max-width: 155px;
  }
  .vps-banner-section p {
    font-size: 14px;
    line-height: 22px;
    padding: 0px;
  }
  .reseller-feature-section-2 {
    margin-top: 0px;
    padding: 0px 0px 60px 0px;
  }
  .guarrantees-section-variation-2 h1 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .guarrantees-section-variation-2 h5 {
    font-size: 14px;
    line-height: 20px;
    padding: 0px;
  }
  .guarrantees-section-variation-2 .guarrantee-text {
    margin-bottom: 30px;
  }
  .guarrantees-section-variation-2-text {
    margin-bottom: 30px;
  }
  .guarrantees-section-variation-2 p {
    font-size: 14px;
    padding: 0px;
    line-height: 22px;
  }
  .plan-box h4 {
    font-size: 14px;
    line-height: 22px;
  }
  .vps-slider-section h4 {
    font-size: 22px;
  }
  .plan-wrap {
    padding: 50px 30px 50px 30px;
  }
  .vps-slider-section p {
    line-height: 16px;
    font-size: 14px;
    margin-bottom: 27px;
  }
  .vps-slider-section .form-control {
    font-size: 14px;
  }
  .white_btn a {
    padding: 12px 30px;
    font-size: 12px;
  }
  .slider-container .ui-slider-handle {
    width: 25px;
    height: 25px;
    margin-top: -3px;
  }
  .landing-page-server-img {
    max-width: 300px;
  }
  .landing-page-banner-logo-img img {
    width: 60%;
  }
  .landing-page-column {
    padding: 120px 30px 60px 30px;
  }
  .landing-page-banner-section h1 {
    font-size: 25px;
    line-height: 25px;
  }
  .landing-page-primary-btn {
    padding: 12px 18px;
    font-size: 10px;
  }
  .landing-page-secondary-btn {
    padding: 12px 15px;
    font-size: 10px;
  }
  .landing-page-server-bottom-left-image {
    left: -70px;
    width: 60%;
  }
  .landing-page-server-bottom-right-image {
    right: -70px;
    width: 60%;
  }
  .landing-page-banner-section p {
    padding: 0;
  }
  .support-banner-section {
    padding: 0px 0px 50px 0px;
  }
  .support-banner-text h1 {
    font-size: 26px;
    line-height: 30px;
  }
  .support-banner-text p {
    font-size: 16px;
    line-height: 20px;
  }
  .support-natix-host-text h1 {
    font-size: 26px;
  }
  .support-natix-host-text h1 {
    margin-bottom: 15px;
  }
  .support-natix-host-text p {
    font-size: 14px;
    line-height: 22px;
  }
  .support-natix-host-text {
    margin-bottom: 30px;
  }
  .support-natix-host-plan-box-image-list {
    margin: 0 auto 20px;
    max-width: 50px;
  }
  .support-natix-host-plan-box h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .support-natix-host-plan-box p {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .support-natix-host-plan-box-btn {
    padding: 13px 40px;
    font-size: 12px;
  }
  .support-operation-plan-box-image-list {
    margin: 0 auto 20px;
    max-width: 40px;
    max-height: 40px;
  }
  .support-operation-section {
    padding: 60px 0px;
  }
  .support-plan-box {
    padding: 28px;
  }
  .support-plan-box h4 {
    font-size: 18px;
  }
}
.mobile-opt-img {
    width: 100% !important;
}

@media screen and (max-width: 992px) {
  .component-card_2 {
      width: 85vw !important;
      margin-left: 32.1px !important;
  }
}