/* ==========================================================================
   Css reset
   ========================================================================== */
html,
body {
  height: 100%;
}

body {
  font-size: 14px;
  line-height: 24px;
  color: #8b989e;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
}

::-moz-selection {
  background: #103e91;
  /* Safari */
  color: #fff;
}

::selection {
  background: #103e91;
  /* Safari */
  color: #fff;
}

::-moz-selection {
  background: #103e91;
  /* Firefox */
  color: #fff;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  outline: none;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
}

h1 {
  margin: 0px;
  padding: 0px;
}

h2 {
  font-size: 55px;
  color: #060606;
}

h3 {
  font-size: 40px;
  color: #225378;
  line-height: normal;
}

h4 {
  color: #225378;
  font-size: 26px;
}

a {
  color: #018aff;
  text-decoration: none;
  transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
}

a:hover {
  text-decoration: none;
  color: #9ec22a;
}

label {
  font-weight: normal;
}

p {
  font-size: 14px;
  line-height: 26px;
  color: #282828;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
}

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

ol {
  padding: 0px;
  list-style-position: inside;
}

ol,
li {
  margin-bottom: 0px;
  list-style: none;
}

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

focus {
  outline: none;
}

.commen-btn {
  width: 240px;
  height: 50px;
  display: block;
  border-radius: 3px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background: #1ca5ff;
  letter-spacing: 1px;
}

.commen-btn:hover {
  background: #59bdff;
  color: #fff;
}

.commen-btn.contact-support {
  background: #56ccf2;
}

.commen-btn.contact-support:hover {
  background: #22c1f4;
}

.commen-btn.order-hosting {
  background: #225378;
}

.commen-btn.order-hosting:hover {
  background: #3374a4;
}

.top-area-block {
  display: block;
  min-height: 584px;
}

.top-area-block.sub-area-block {
  min-height: 518px;
}

.header-top-block {
  display: block;
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
  padding: 14px 0;
}

.top-area-main {
  display: block;
}

.header-top-links {
  display: inline-block;
}

.header-top-links li {
  display: inline-block;
  padding: 0 10px;
}

.header-top-links li a {
  color: #fff;
  font-size: 13px;
}

.header-top-links li a:hover {
  color: #feca32;
}

.header-menu-block {
  display: block;
}

.header-menu-main {
  display: block;
  padding: 35px 0;
}

.logo {
  display: inline-block;
}

.main-menu {
  display: inline-block;
}

.main-menu > ul {
  display: block;
  text-align: right;
}

.main-menu > ul > li {
  display: inline-block;
  position: relative;
  padding: 9px 0;
}

.main-menu > ul > li.dropdown a {
  position: relative;
}

.main-menu > ul > li.dropdown a.active:after {
  border-color: #fff transparent transparent transparent;
}

.main-menu > ul > li > a {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 18px;
  padding: 7px 20px;
  position: relative;
}

.main-menu > ul > li > a:hover, .main-menu > ul > li > a.active {
  color: #56ccf2;
}

.main-menu > ul > li > a.client-area-btn {
  padding: 10px 20px;
  border: 2px solid #ffc105;
  border-radius: 3px;
  margin-left: 15px;
}

.main-menu > ul > li > a.client-area-btn:hover {
  background: #ffc105;
  color: #fff;
}

.main-menu > ul > li > ul {
  display: none;
  position: absolute;
  top: 55px;
  left: 0;
  max-width: 200px;
  min-width: 200px;
  z-index: 5;
  text-align: left;
  background: #f9f9f9;
  border-radius: 3px;
  overflow: hidden;
}

.main-menu > ul > li > ul > li {
  display: block;
  border-top: 1px solid #e3e8ec;
  position: relative;
}

.main-menu > ul > li > ul > li:first-child {
  border-top: none;
}

.main-menu > ul > li > ul > li:first-child a {
  border-top: none;
}

.main-menu > ul > li > ul > li > a {
  display: block;
  background: #fff;
  padding: 14px;
  position: relative;
  font-size: 14px;
  color: #225378;
  line-height: 18px;
  transition: all ease-out 0.2s;
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -ms-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
}

.main-menu > ul > li > ul > li > a:hover {
  color: #ffa71a;
  background: #fff;
}

.main-menu > ul > li > ul > li > a > span {
  width: 28px;
  height: 28px;
  display: block;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  left: 0px;
  top: 10px;
}

.main-menu > ul > li > ul > li > a > span > img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.mobile-menu {
  display: none;
}

.mobile-menu ul.menu-list {
  padding-bottom: 20px;
}

.mobile-menu ul.menu-list > li > a:hover {
  background: #fec10f;
  color: #fff;
}

.mobile-menu ul.menu-list > li > a.open {
  background: #54caf1;
  color: #fff;
}

.mobile-menu ul.menu-list > li ul {
  display: none;
  margin-left: 0;
  background: #39a6ca;
}

.mobile-menu ul.menu-list > li ul li a {
  color: #fff;
  padding: 5px 10px;
  display: block;
  font-size: 16px;
  transition: all ease-out 0.2s;
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -ms-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  text-align: center;
}

.mobile-menu ul.menu-list > li ul li a:hover {
  background: #54caf1;
  color: #fff;
}

.mobile-menu ul li {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu ul li:first-child {
  border-top: none;
}

.mobile-menu ul li a {
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 8px 20px;
}

.mobile-menu ul li a img {
  display: none;
}

.mobile-menu ul li.dropdown > a {
  position: relative;
}

.mobile-menu ul li.dropdown > a:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border: 6px solid #fff;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  right: 15px;
  top: 15px;
}

.mobile-menu ul li.dropdown > a.open:after {
  border: 6px solid #fff;
  border-color: transparent transparent #fff transparent;
  top: 10px;
}

.menu-toggle {
  position: absolute;
  display: none;
  width: 45px;
  height: 45px;
  background: #3cb9e0;
  top: 8px;
  right: 20px;
  padding-top: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu-toggle span.line {
  position: relative;
  width: 65%;
  height: 3px;
  background: #fff;
  margin: 7px auto;
  display: block;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}

.menu-toggle.active span.line {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.menu-toggle.active span.line.a {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.menu-toggle.active span.line.c {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.menu-toggle.active span.line.b {
  opacity: 0;
  filter: alpha(opacity=0);
}

.home-banner-block {
  display: block;
}

.home-banner-main {
  display: block;
  padding-bottom: 45px;
}

.banner-img {
  display: block;
}

.banner-text {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  height: 300px;
}

.banner-text h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 30px;
}

.banner-text p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.home-top-block {
  display: block;
  background: #f9f9f9;
  padding: 45px 0 70px 0;
}

.home-top-main {
  display: block;
  text-align: center;
}

.home-top-main > h3 {
  color: #225378;
  font-size: 24px;
  font-weight: 400;
  line-height: 45px;
  margin-bottom: 0;
}

.home-top-box {
  display: block;
  text-align: center;
  margin-top: 40px;
  position: relative;
  padding-bottom: 40px;
}

.home-top-box:before {
  content: "";
  width: 60px;
  height: 4px;
  display: block;
  background: #fec10f;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 10px;
  margin: auto;
}

.home-top-box:after {
  content: "";
  width: 20px;
  height: 2px;
  display: block;
  background: #fec10f;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}

.home-top-box h4 {
  color: #225378;
  font-size: 90px;
  font-weight: 500;
  margin-bottom: 5px;
}

.home-top-box p {
  color: #225378;
  font-size: 24px;
  margin-bottom: 0px;
}

/*HOME PLAN SECTION*/
.home-plan-block {
  display: block;
  padding: 60px 0 10px 0;
}

.home-plan-main {
  display: block;
}

.home-plan-box {
  display: block;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}

.home-plan-box h3 {
  margin-bottom: 0px;
  padding: 22px 10px;
  background: #225378;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 30px;
}

.home-plan-box h4 {
  margin: 0px;
  padding: 10px 10px;
  background: #3670fd;
  color: #fff;
  text-align: center;
  font-weight: 300;
  font-size: 18px;
}

.home-plan-box h4 span {
  font-weight: 700;
  font-size: 30px;
}

.home-plan-box.home-vps-box h4 {
  background: #1ca5ff;
}

.home-plan-box.home-plan-highlight {
  -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.15);
}

.home-plan-box.home-dedicated-box h4 {
  background: #56ccf2;
}

.home-plan-cont {
  display: block;
  padding: 24px 26px;
  padding-bottom: 38px;
  background: #f9f9f9;
}

.home-plan-ul {
  margin-bottom: 25px;
}

.home-plan-ul li {
  display: block;
  padding: 7px 0;
  padding-left: 24px;
  position: relative;
  font-size: 16px;
  color: #354a52;
}

.home-plan-ul li .gb-count {
  color: #354a52;
  font-weight: 600;
}

.home-plan-ul li .gb-count-blue {
  color: #1ca5ff;
  font-weight: 600;
}

.home-plan-ul li:before {
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 14px;
  color: #b6c3c8;
  width: 12px;
  height: 12px;
  background: url(../images/cm-tick-mark.svg) no-repeat;
  content: "";
}

.home-plan-order {
  background: #ffa71a;
  margin: auto;
}

.home-plan-order:hover {
  background: #dd8903;
}

.plan-view-more {
  background: #efefef;
  padding: 18px 25px;
  color: #1ca5ff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

.plan-view-more:hover {
  background: #e1e1e1;
  color: #1ca5ff;
}

/*GUARANTEE BLOCK*/
.guarantee-block {
  display: block;
  padding: 70px 0 160px 0;
}

.guarantee-block.vps-features-block {
  padding: 80px 0 40px 0;
}

.guarantee-block.vps-features-block {
  padding: 80px 0 40px 0;
}

.guarantee-block.cut-btm-padding {
  padding-bottom: 0;
}

.guarantee-block.light-bg {
  background: #f9f9f9;
}

.guarantee-head {
  display: block;
  text-align: center;
  padding-bottom: 60px;
}

.guarantee-head h3 {
  color: #3d6383;
  font-weight: 300;
}

.guarantee-head p {
  color: #ffc105;
  font-size: 24px;
}

.guarantee-main {
  display: block;
}

.guarantee-box {
  display: block;
  padding-left: 108px;
  position: relative;
  margin-bottom: 55px;
}

.guarantee-icon {
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 90px;
  height: 90px;
  /*background-image:url(../images/trail.svg);
    background-position: 0px 0px;*/
}

.guarantee-icon img {
  position: absolute;
  top: 0;
  margin: auto;
  left: 0;
  right: 0;
}

.guarantee-box h4 {
  color: #225378;
  font-size: 22px;
  font-weight: 600;
  position: relative;
  padding-bottom: 16px;
}

.guarantee-box h4:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  display: block;
  background: #ffc105;
  width: 40px;
  height: 2px;
}

.guarantee-box p {
  color: #225378;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
}

.home-migration-block {
  display: inline-block;
  width: 100%;
  background: #1ca5ff;
  padding-bottom: 80px;
}

.home-migration-cloud {
  display: block;
  margin-top: -167px;
  text-align: center;
}

.home-migration-cloud img {
  display: inline-block;
}

.home-migration-main {
  display: block;
  max-width: 975px;
  margin: auto;
  text-align: center;
  margin-top: 50px;
}

.home-migration-main h3 {
  color: #fff;
  font-weight: 300;
  margin-bottom: 35px;
}

.home-migration-main p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 30px;
  margin-bottom: 7px;
}

.home-migration-main a {
  color: #fff;
  line-height: 50px;
  border-radius: 3px;
  font-weight: 700;
  font-size: 14px;
  padding: 0px 50px;
  min-width: 250px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  background: #225378;
  margin-top: 30px;
}

.home-migration-main a:hover {
  background: #1d4c6f;
}

.satisfied-customers-block {
  display: block;
  padding: 50px 0px 20px 0;
  background: #fff;
  text-align: center;
}

.satisfied-customers-block.bottom-padding {
  padding-bottom: 170px;
}

.satisfied-customers-block.bottom-padding .satisfied-customers-main {
  border-bottom: none;
}

.satisfied-customers-main {
  display: block;
  margin: auto;
  border-bottom: 1px solid #eaeaed;
  padding: 15px 90px 40px 90px;
}

.satisfied-customers-main > h3 {
  color: #225378;
  font-size: 48px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 50px;
}

.satisfied-customers-main > h3 > span {
  font-weight: 700;
}

.satisfied-customers-main .lSSlideOuter .lSPager.lSpg {
  margin-top: 28px !important;
}

.satisfied-customers-main .lSSlideOuter .lSPager.lSpg > li a {
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 100%;
  background: #efefef;
}

.satisfied-customers-main .lSSlideOuter .lSPager.lSpg > li.active a {
  background: #1ca5ff;
}

.satisfied-customers-box {
  display: block;
  text-align: center;
}

.satisfied-customers-box p {
  color: #225378;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 30px;
}

.satisfied-customers-box span {
  color: #1ca5ff;
  font-size: 18px;
  font-weight: 600;
}

.award-block {
  display: block;
  text-align: center;
  padding-bottom: 210px;
  padding-top: 30px;
}

.award-block .wrapper {
  display: block;
  max-width: 750px;
  margin: auto;
  margin-top: 50px;
}

.award-block h3 span {
  font-weight: 700;
}

.award-block .pic-box img {
  max-height: 150px;
}

.footer-block {
  display: block;
  background: #225378;
}

.order-hosting-block {
  display: inline-block;
  width: 100%;
}

.order-hosting-main {
  display: block;
  padding: 50px 60px;
  background: #1ca5ff;
  text-align: center;
  margin-top: -150px;
  -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
}

.order-hosting-main h3 {
  color: #ffffff;
  font-weight: 600;
}

.order-hosting-main p {
  color: #fff;
  font-size: 24px;
  color: #fff;
  margin-bottom: 40px;
}

.order-btns {
  display: block;
  text-align: center;
}

.order-btns li {
  display: inline-block;
  padding: 0 10px;
}

.footer-main-block {
  display: block;
  padding: 85px 0;
}

.footer-main-div {
  display: block;
}

.footer-links h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 22px;
}

.footer-link-ul {
  display: block;
}

.footer-link-ul li {
  display: block;
  padding: 6px 0;
}

.footer-link-ul li a {
  color: #a2c2da;
  font-size: 14px;
}

.footer-link-ul li a:hover {
  color: #ffc105;
}

.social-link {
  display: block;
  margin-bottom: 40px;
}

.social-link li {
  display: block;
  padding: 5px 0;
}

.social-link li a {
  display: block;
  position: relative;
  color: #a2c2da;
}

.social-link li a:hover {
  color: #ffc105;
}

.social-link li a i {
  display: inline-block;
  color: #ffc105;
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 16px;
}

.visit-help-desk {
  color: #a2c2da;
  font-size: 14px;
}

.visit-help-desk:hover {
  color: #ffc105;
}

.footer-bottom-block {
  display: block;
  padding: 20px 0;
  background: #ffffff;
}

.footer-bottom-main {
  display: block;
}

.footer-copy-right {
  padding: 5px 0;
  text-align: center;
}

.footer-copy-right p {
  margin-bottom: 0px;
  font-size: 14px;
  color: #225378;
}

.footer-copy-right p span {
  color: #1ca5ff;
  font-weight: 600;
  display: inline-block;
  margin-right: 10px;
}

.sub-banner-block {
  display: block;
}

.sub-banner-text {
  display: block;
  text-align: center;
  padding-top: 30px;
}

.sub-banner-text h1 {
  color: #fff;
  font-size: 48px;
  margin-bottom: 25px;
}

.sub-banner-text p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0px;
}

.vps-plan-block {
  display: inline-block;
  background: #f9f9f9;
  width: 100%;
  position: relative;
}

.vps-plan-main {
  display: block;
  position: relative;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  margin-top: -130px;
}

.vps-plan-main .table {
  margin: 0;
  border-bottom: 1px solid #e0e7ed;
}

.vps-plan-main .table tr th {
  background: #285a84;
  border: none;
  text-transform: uppercase;
  color: #56ccf2;
  font-size: 14px;
  font-weight: 600;
  padding: 0px 15px;
  height: 64px;
  vertical-align: middle;
}

.vps-plan-main .table tr th:first-child {
  min-width: 286px;
}

.vps-plan-main .table tr td {
  min-height: 100px;
  vertical-align: middle;
  font-size: 14px;
  color: #354a52;
  font-weight: 600;
  border-left: 1px solid #e0e7ed;
  padding: 10px 15px;
  text-align: center;
  line-height: 20px;
}

.vps-plan-main .table tr td:first-child {
  padding-left: 78px;
  position: relative;
  border-left: none;
  text-align: left;
  background: rgba(207, 210, 218, 0.13);
}

.vps-plan-main .table tr td .server-logo {
  position: absolute;
  left: 22px;
  width: 45px;
  height: 34px;
  margin: auto;
  top: 0;
  bottom: 0;
}

.vps-plan-main .table tr td .vps-plan-btn {
  width: 97px;
}

.vps-plan-main .table tr td.price {
  color: #1699cb;
  font-size: 18px;
  font-weight: 700;
}

.vps-plan-main .table tr td:before {
  content: attr(data-label);
  display: none;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
}

.vps-plan-main .table tr:nth-child(even) {
  background: #f7f8fa;
}

.vps-plan-main .lSSlideOuter .lSPager.lSpg {
  margin: 0px 0 0;
  padding: 0;
  position: absolute;
  top: -32px;
  right: 14px;
  text-align: right;
  font-size: 0;
}

.vps-plan-main .lSSlideOuter .lSPager.lSpg li a {
  width: 15px;
  height: 15px;
  background-color: #54caf1;
}

.vps-plan-main .lSSlideOuter .lSPager.lSpg li.active a, .vps-plan-main .lSSlideOuter .lSPager.lSpg li:hover a {
  background-color: #ffa71a;
}

.server-benefits {
  display: block;
  padding: 30px 0px;
}

.server-benefits ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.server-benefits ul li {
  display: inline-block;
  border-left: 1px solid #edf1f4;
  padding: 10px 22px;
  color: #6d7d84;
}

.server-benefits ul li:first-child {
  border-left: none;
}

.server-benefits ul li img {
  margin-left: 15px;
}

.server-benefits ul li span {
  font-weight: 700;
}

.vps-plan-btn {
  width: 150px;
  height: 44px;
  display: block;
  line-height: 44px;
  text-align: center;
  background: #ffa71a;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 3px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.vps-plan-btn:hover {
  background: #e28b01;
  color: #fff;
}

.vps-plan-item {
  display: block;
}

.vps-plan-item-head {
  display: block;
  height: 64px;
  background: #285a84;
}

.vps-plan-item-cont {
  display: block;
  background: #f8f8f8;
  height: 100%;
}

.vps-plan-item-cont ul li {
  display: block;
  padding: 15px 25px;
  background: #f8f8f8;
  border-top: 1px solid #ebeef0;
  color: #354a52;
  font-size: 16px;
  min-height: 60px;
}

.vps-plan-item-cont ul li span {
  color: #1ca5ff;
  font-weight: 600;
}

.vps-plan-item-cont ul li:first-child {
  border-top: none;
}

.vps-plan-item-cont ul li:nth-child(odd) {
  background: #f0f2f3;
}

.vps-plan-cont {
  display: block;
  margin-left: -30px;
}

.vps-plan-cont .owl-carousel .owl-item img {
  width: auto;
}

.vps-plan-cont .owl-carousel .owl-controls {
  display: none;
  text-align: center;
  position: relative;
  bottom: -30px;
}

.vps-plan-cont .owl-carousel .owl-controls .owl-dot {
  display: inline-block;
  padding: 0 7px;
}

.vps-plan-cont .owl-carousel .owl-controls .owl-dot span {
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 100%;
  background: #efefef;
}

.vps-plan-cont .owl-carousel .owl-controls .owl-dot.active span {
  background: #1ca5ff;
}

.vps-plan-box {
  display: block;
}

.vps-plan-item-head h4 {
  color: #56ccf2;
  font-size: 18px;
  font-weight: 600;
  line-height: 64px;
  padding-left: 24px;
}

.vps-plan-box-cont {
  display: block;
}

.vps-plan-box-cont ul li {
  display: block;
  padding: 15px 25px;
  background: #f8f8f8;
  border-top: 1px solid #ebeef0;
  color: #354a52;
  font-size: 16px;
  border-left: 1px solid #e0e7ed;
  min-height: 60px;
}

.vps-plan-box-cont ul li:first-child {
  border-top: none;
}

.vps-plan-box-cont ul li:nth-child(odd) {
  background: #f0f2f3;
}

.addone-upgrade-block {
  display: block;
  margin-top: 60px;
}

.addone-upgrade-block > h3 {
  text-align: center;
  color: #225378;
  margin-bottom: 40px;
}

.addone-upgrade-block > h3 > span {
  color: #ffc105;
  font-size: 24px;
  display: block;
  padding-top: 15px;
}

.addone-upgrade-main {
  display: block;
  border: 1px solid #b4c4d0;
  background: #fff;
  position: relative;
  z-index: 2;
}

.addone-upgrade-main > div > div {
  border-left: 1px solid #e7edf1;
}

.addone-upgrade-main > div > div:first-child {
  border-left: none;
}

.addone-upgrade-box {
  display: block;
  padding: 35px 0;
}

.addone-upgrade-box-head {
  display: block;
  text-align: center;
}

.addone-upgrade-box-head img {
  margin-bottom: 24px;
}

.addone-upgrade-box-head h4 {
  color: #225378;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}

.addone-upgrade-box-table {
  display: block;
  padding: 0 30px;
}

.addone-upgrade-box-table table {
  margin-bottom: 0px;
  border: 1px solid #b8c8d4;
}

.addone-upgrade-box-table table tr td {
  width: 50%;
  color: #225378;
  font-size: 14px;
  border-left: 1px solid #ced9e1;
  padding: 10px 15px;
  line-height: 20px;
  height: 52px;
  vertical-align: middle;
}

.addone-upgrade-box-table table tr td span {
  font-weight: 600;
}

.addone-upgrade-box-table table tr:nth-child(even) td {
  background: #fff9e7;
}

.upgrade-downward-block {
  display: block;
  background: #225378;
  padding: 125px 0 60px 0;
  margin-top: -70px;
  position: relative;
  z-index: 1;
}

.upgrade-downward-main {
  display: block;
  max-width: 1040px;
  margin: auto;
  padding-left: 180px;
  padding-top: 10px;
  position: relative;
}

.upgrade-downward-main p {
  color: #54caf1;
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 0px;
  font-weight: 400;
}

.upgrade-downward-main p span {
  color: #fec10f;
  font-weight: 600;
}

.upgrade-downward-main .upgrade-downward-span {
  position: absolute;
  top: 0;
  left: 0;
}

.migration-block {
  display: block;
  background: #f4f4f4;
  padding: 75px 0;
}

.migration-main {
  display: block;
  max-width: 955px;
  text-align: center;
  margin: auto;
  text-align: center;
}

.migration-main h3 {
  font-size: 48px;
  color: #225378;
  max-width: 750px;
  margin: auto;
  display: block;
  margin-bottom: 35px;
}

.migration-main p {
  color: #225378;
  font-size: 18px;
  line-height: 34px;
}

.migration-main p span {
  font-weight: 700;
}

.hosting-steps {
  display: block;
}

.hosting-steps > li {
  display: block;
  padding: 12px 0;
  padding-left: 48px;
  position: relative;
  color: #225378;
  font-size: 16px;
}

.hosting-steps > li > span {
  font-weight: 600;
}

.hosting-steps > li > img {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  top: -2px;
}

.question-mark {
  width: 21px;
  height: 21px;
  display: inline-block;
  background: #ecf0f3;
  color: #64829c;
  font-size: 12px;
  text-align: center;
  line-height: 21px;
  font-weight: 700;
  border-radius: 100%;
  margin-left: 5px;
  position: relative;
  top: -1px;
}

.question-mark:hover {
  background: #64829c;
  color: #fff;
}

.testimonial-block {
  display: block;
  padding: 75px 0 250px 0;
}

.test-head {
  margin-bottom: 60px;
  color: #225378;
  font-size: 48px;
  text-align: center;
}

.testimonial-main {
  display: block;
  padding-left: 5px;
}

.testimonial-main .owl-carousel .owl-item img {
  width: auto;
}

.testimonial-main .owl-carousel .owl-controls {
  text-align: center;
  position: relative;
  bottom: -30px;
}

.testimonial-main .owl-carousel .owl-controls .owl-dot {
  display: inline-block;
  padding: 0 5px;
}

.testimonial-main .owl-carousel .owl-controls .owl-dot span {
  width: 10px;
  height: 10px;
  display: block;
  background: #cad0d5;
  border-radius: 100%;
}

.testimonial-main .owl-carousel .owl-controls .owl-dot.active span {
  background: #54caf1;
}

.customers-say-box {
  display: block;
  border: 1px solid #b4c4d1;
  border-radius: 5px;
  position: relative;
}

.customers-say-box:before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border: 20px solid #b4c4d1;
  border-color: #b4c4d1 transparent transparent transparent;
  position: absolute;
  left: 60px;
  bottom: -41px;
}

.customers-say-box:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border: 20px solid #fff;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 60px;
  bottom: -39px;
  z-index: 1;
}

.customers-say-box-head {
  display: block;
  padding: 12px 30px;
}

.customers-say-box-cont {
  display: block;
  padding: 25px 15px 25px 25px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f7f7+0,ffffff+91 */
  background: #f7f7f7;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), color-stop(91%, white));
  background: linear-gradient(to bottom, #f7f7f7 0%, white 91%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}

.customers-say-box-cont p {
  color: #225378;
  font-style: italic;
  font-size: 16px;
  font-weight: 300;
}

.customers-say-box-cont p span {
  font-weight: 600;
}

.customers-say-box-profile {
  display: block;
  max-width: 300px;
  margin: auto;
  padding: 10px 0;
  padding-left: 83px;
  position: relative;
  min-height: 68px;
  margin-top: 30px;
}

.customers-say-box-profile h4 {
  color: #225378;
  font-size: 16px;
  text-transform: uppercase;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
}

.customers-say-box-profile p {
  margin-bottom: 0px;
  color: #658099;
  font-size: 16px;
}

.customers-say-box-profile-span {
  display: block;
  width: 68px;
  height: 68px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.about-wrapper {
  display: block;
  width: 100%;
  position: relative;
}

.about-wrapper .container {
  position: relative;
  margin-top: -130px;
}

.about-wrapper .content-box {
  display: block;
  padding: 40px 30px;
}

.about-wrapper h3 {
  font-size: 24px;
  border-bottom: 1px solid #eaeaed;
  padding-bottom: 12px;
  margin-bottom: 20px;
  margin-top: 30px;
}

.about-wrapper .rewards {
  display: block;
  padding: 20px 0px;
  text-align: center;
}

.about-wrapper .rewards img {
  display: inline-block;
  margin: 0;
}

.about-wrapper .rewards h3 {
  margin-top: 10px;
  margin-bottom: 30px;
}

.about-content {
  display: block;
  position: relative;
  min-height: 300px;
  background: #fff;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
}

.company-details h3 {
  margin-top: 0;
  padding-top: 0;
}

.company-details .boxes {
  padding-top: 10px;
}

.company-details .boxes h4 {
  margin: 10px 0px 0px;
  line-height: normal;
  font-size: 18px;
  font-weight: 600;
}

.company-details .boxes p {
  padding-top: 15px;
}

.dc-wrapper {
  display: block;
}

.dc-wrapper .dc-box {
  display: block;
  margin-top: 30px;
}

.dc-wrapper .dc-text {
  display: block;
  padding-top: 20px;
}

.dc-wrapper .dc-text h4 {
  font-size: 18px;
  font-weight: 600;
}

.dc-wrapper .dc-text h4 .flag {
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 2px;
}

.dc-wrapper .dc-text ul li {
  font-weight: 600;
  color: #282828;
  display: block;
  padding: 2px 0px;
}

.dc-wrapper .dc-text ul li span,
.dc-wrapper .dc-text ul li a {
  font-weight: 400;
}

.simple-listing li {
  position: relative;
  display: block;
  padding-left: 20px;
  color: #282828;
  margin-top: 10px;
}

.simple-listing li:before {
  content: "\f00c";
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: -1px;
  color: #b6c3c8;
  font-size: 12px;
}

/* Using SCSS variables to store breakpoints */
@media (max-width: 1200px) {
  .home-plan-order {
    width: 100%;
  }
  .home-plan-box {
    margin: 0px;
  }
  .home-plan-box h3 {
    font-size: 24px;
  }
  .home-top-box {
    margin-top: 20px;
    padding-top: 0px;
  }
  .home-top-box h4 {
    font-size: 72px;
  }
  .home-top-box p {
    font-size: 20px;
  }
  .home-top-main > h3 {
    text-align: center;
    line-height: 36px;
    font-size: 20px;
  }
  .home-top-block {
    padding: 50px 0;
  }
  .addone-upgrade-box-table {
    padding: 0 20px;
  }
  .vps-plan-cont .owl-carousel .owl-controls {
    display: block;
  }
  .main-menu > ul > li > a {
    padding: 7px 15px;
    font-size: 16px;
  }
  .vps-plan-btn {
    width: 100%;
  }
  .hosting-steps > li {
    padding: 12px 20px;
    font-size: 14px;
  }
  .banner-text h2 {
    font-size: 40px;
  }
  .banner-text p {
    font-size: 16px;
  }
  .guarantee-head h3,
  .home-migration-main h3,
  .order-hosting-main h3 {
    font-size: 40px;
  }
  .top-area-block {
    min-height: 535px;
  }
  .logo img {
    max-width: 220px;
  }
  .header-top-block {
    padding: 8px 0px;
  }
  .guarantee-head p,
  .order-hosting-main p {
    font-size: 20px;
  }
  .home-plan-ul li {
    font-size: 14px;
  }
  .guarantee-box {
    padding-left: 92px;
    margin-bottom: 32px;
  }
  .guarantee-box h4 {
    font-size: 18px;
  }
  .guarantee-icon img {
    max-width: 68px;
    max-height: 68px;
  }
  h3 {
    font-size: 36px;
  }
  .footer-main-block {
    padding: 60px 0px;
  }
  .footer-link-ul li {
    padding: 4px 0;
  }
  .vps-plan-main .table tr td {
    padding: 10px 10px;
    min-width: 66px;
  }
  .vps-plan-main .table tr td:first-child {
    padding-left: 65px;
  }
  .vps-plan-main .table tr td .server-logo {
    left: 15px;
  }
  .vps-plan-main .table tr td.price {
    font-size: 16px;
  }
  .vps-plan-main .table tr th {
    padding: 0px 10px;
  }
  .vps-plan-main .table tr th:first-child {
    min-width: 180px;
  }
  .server-benefits ul li {
    padding: 10px 10px;
    font-size: 14px;
    text-align: center;
  }
  .upgrade-downward-main p {
    font-size: 20px;
    line-height: 32px;
  }
  .vps-plan-cont .owl-carousel .owl-controls {
    bottom: -35px;
  }
}

@media (max-width: 991px) {
  .main-menu {
    display: none;
  }
  .mobile-menu {
    display: block;
    background: #2f2929;
  }
  .mobile-menu a.menu-toggle {
    display: block;
    z-index: 1;
    top: 10px;
    right: 10px;
    background: #fec10f;
  }
  .mobile-menu ul.menu-list {
    display: none;
    padding: 10px 0;
  }
  .mobile-menu ul.menu-list li a.login {
    color: #fff;
    display: block;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    padding: 8px 0;
    background: none;
    display: inline-block;
    line-height: normal;
    position: relative;
    top: 0px;
    border-radius: 0px;
  }
  .mobile-menu ul.menu-list > li > ul > li a {
    font-size: 14px;
  }
  .mobile-menu ul li span {
    display: none;
  }
  .mobile-menu ul li a {
    font-size: 14px;
  }
  .mobile-menu ul li a.active {
    color: #fff;
  }
  .header-right {
    margin-right: 50px;
  }
  .header-menu-main {
    padding: 10px 0;
  }
  .banner-text h2 {
    font-size: 32px;
    margin-bottom: 22px;
  }
  .banner-text p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
  }
  .top-area-block {
    min-height: inherit;
    padding-bottom: 60px;
  }
  .home-top-box h4 {
    font-size: 80px;
  }
  .home-plan-box h3 {
    font-size: 19px;
  }
  .home-plan-box h4 span {
    font-size: 20px;
  }
  .home-plan-cont {
    padding: 24px 15px;
  }
  .home-plan-ul li {
    font-size: 14px;
    padding-left: 20px;
  }
  .plan-view-more {
    padding: 18px 20px;
  }
  .guarantee-block {
    padding: 50px 0 200px 0;
  }
  .guarantee-head {
    padding-bottom: 30px;
  }
  .guarantee-head h3 {
    font-size: 32px;
  }
  .guarantee-box {
    padding-left: 0px;
    text-align: center;
    margin-bottom: 0px;
    padding-top: 0px;
  }
  .guarantee-box h4 {
    font-size: 17px;
  }
  .guarantee-icon {
    position: relative;
    margin-bottom: 20px;
    height: 70px;
    margin-bottom: 0;
  }
  .home-plan-block {
    padding: 50px 0px 0px 0px;
  }
  .home-migration-cloud {
    margin-top: -117px;
  }
  .home-migration-main h3 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .home-migration-block {
    padding-bottom: 50px;
  }
  .order-hosting-main h3 {
    font-size: 30px;
  }
  .order-hosting-main p {
    font-size: 18px;
  }
  .footer-main-block {
    padding: 50px 0;
  }
  .footer-bottom-main {
    display: block !important;
  }
  .footer-copy-right p {
    padding: 0;
  }
  .order-hosting-main {
    padding: 30px;
  }
  .satisfied-customers-main > h3 {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .header-top-block {
    display: none;
  }
  .top-area-block.sub-area-block {
    min-height: inherit;
  }
  .vps-plan-main {
    margin-top: 50px;
  }
  .vps-plan-btn {
    width: 100%;
  }
  .vps-plan-box-cont ul li {
    padding: 15px;
    font-size: 14px;
    text-align: center;
  }
  .vps-plan-cont .owl-carousel .owl-item img {
    display: inline-block;
  }
  .vps-plan-item-head h4 {
    padding-left: 20px;
  }
  .vps-plan-item-cont ul li {
    padding: 15px;
    font-size: 14px;
  }
  .sub-banner-text {
    padding-bottom: 40px;
  }
  .sub-banner-text h1 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .vps-plan-item-head h4 {
    padding-left: 0px;
    text-align: center;
  }
  .addone-upgrade-block > h3 {
    font-size: 36px;
    margin-bottom: 25px;
  }
  .addone-upgrade-main > div > div {
    border-left: none;
    border-top: 1px solid #e7edf1;
  }
  .migration-block {
    padding: 50px 0;
  }
  .migration-main h3 {
    font-size: 36px;
  }
  .hosting-steps > li {
    padding: 12px 20px;
  }
  .addone-upgrade-box {
    padding: 25px 0;
  }
  .testimonial-block {
    padding: 50px 0;
  }
  .test-head {
    margin-bottom: 26px;
    font-size: 36px;
  }
  .banner-img {
    text-align: center;
  }
  .banner-img img {
    display: inline-block;
    max-width: 260px;
  }
  .banner-text {
    height: auto;
    text-align: center;
    width: 100%;
    padding: 30px 0px 40px 0px;
  }
  .top-area-block,
  .home-banner-main {
    padding-bottom: 0;
  }
  .home-top-box h4 {
    font-size: 60px;
  }
  .home-plan-box h3 {
    padding: 15px 5px;
  }
  .guarantee-box {
    padding: 10px 15px 20px 15px;
  }
  .guarantee-block {
    padding-bottom: 100px;
  }
  .satisfied-customers-main {
    padding: 0px 0px 60px 0px;
  }
  .award-block {
    padding-top: 15px;
  }
  .award-block h3 {
    font-size: 30px;
  }
  .footer-link-ul li a {
    font-size: 12px;
  }
  .footer-links h4 {
    font-size: 16px;
  }
  .server-benefits ul {
    display: block;
  }
  .server-benefits ul li {
    float: left;
    width: 33%;
  }
  .upgrade-downward-main {
    padding-top: 0;
  }
  .guarantee-box h4:after {
    margin: auto;
    left: 0;
    right: 0;
  }
  .order-hosting-main {
    margin-top: -120px;
  }
  .award-block {
    padding-bottom: 170px;
  }
  .vps-plan-main {
    margin-top: 30px;
  }
  .vps-plan-main .table tr {
    display: block;
    width: 100%;
  }
  .vps-plan-main .table tr.head {
    display: none;
  }
  .vps-plan-main .table tr td {
    display: block;
    text-align: left;
    width: 25%;
    min-height: auto;
    float: left;
  }
  .vps-plan-main .table tr td:first-child {
    width: 100%;
    border-top: 4px solid #ccc;
  }
  .vps-plan-main .table tr td:before {
    display: block;
  }
  .vps-plan-main .table tr td .vps-plan-btn {
    margin: 0;
  }
  .satisfied-customers-block.bottom-padding {
    padding-bottom: 100px;
  }
  .about-wrapper {
    padding-top: 50px;
  }
  .about-wrapper .container {
    margin-top: 0;
  }
  .about-wrapper .rewards {
    text-align: center;
  }
  .about-wrapper .rewards img {
    max-height: 140px;
    display: inline-block;
    margin: 15px 0px;
  }
}

@media (max-width: 767px) {
  .banner-img {
    text-align: center;
    margin-bottom: 20px;
  }
  .banner-text {
    text-align: center;
  }
  .commen-btn {
    margin: auto;
  }
  .banner-text h1 {
    font-size: 24px;
  }
  .home-top-main > h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .home-plan-box {
    margin-top: 25px;
  }
  .home-migration-main h3 {
    font-size: 24px;
  }
  .home-migration-main h3 br {
    display: none;
  }
  .satisfied-customers-main > h3 {
    font-size: 22px;
  }
  .satisfied-customers-box {
    padding: 20px;
  }
  .satisfied-customers-box p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 28px;
  }
  .order-hosting-main h3 {
    font-size: 22px;
  }
  .order-btns li {
    margin-bottom: 10px;
    padding: 0;
  }
  .order-btns li .commen-btn {
    width: auto;
    font-size: 11px;
    line-height: 40px;
    padding: 0px 15px;
    height: auto;
  }
  .order-hosting-main p {
    margin-bottom: 20px;
  }
  .order-hosting-block {
    padding-top: 50px;
  }
  .footer-links {
    margin-bottom: 25px;
  }
  .footer-links h4 {
    margin-bottom: 10px;
  }
  .footer-link-ul li {
    padding: 2px 0;
  }
  .social-link {
    margin-bottom: 10px;
  }
  .footer-main-block {
    padding-bottom: 20px;
  }
  .sub-banner-text h3 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .sub-banner-text p {
    font-size: 14px;
  }
  .vps-plan-item-cont ul li {
    font-size: 13px;
    padding: 5px 10px;
  }
  .vps-plan-box-cont ul li {
    font-size: 13px;
  }
  .addone-upgrade-block {
    margin-top: 50px;
  }
  .addone-upgrade-block > h3 {
    font-size: 26px;
  }
  .upgrade-downward-block {
    margin-top: 0px;
  }
  .vps-plan-block {
    padding-bottom: 50px;
  }
  .upgrade-downward-block {
    padding: 50px 0;
  }
  .upgrade-downward-main {
    padding: 0px;
    text-align: center;
  }
  .upgrade-downward-span {
    position: static;
    margin-bottom: 15px;
  }
  .guarantee-block.vps-features-block {
    padding: 50px 0 10px 0;
  }
  .migration-main h3 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .migration-main p {
    font-size: 14px;
    line-height: 26px;
  }
  .test-head {
    font-size: 24px;
  }
  .customers-say-box-profile h4 {
    font-size: 14px;
  }
  .customers-say-box-profile p {
    font-size: 14px;
  }
  .order-hosting-main {
    margin-top: 0px;
  }
  .award-block {
    padding-bottom: 50px;
  }
  .award-block h3 {
    font-size: 24px;
  }
  .home-top-box h4 {
    font-size: 50px;
  }
  .server-benefits ul li {
    float: left;
    width: 50%;
    text-align: left;
  }
  .upgrade-downward-main p {
    font-size: 16px;
    line-height: 28px;
  }
  .upgrade-downward-main .upgrade-downward-span {
    position: relative;
    left: inherit;
    right: inherit;
    margin: auto;
    margin-bottom: 25px;
    display: inline-block;
  }
  .guarantee-box h4 {
    padding-top: 10px;
  }
  .guarantee-block {
    padding-bottom: 0px;
  }
  .guarantee-block.home {
    padding-bottom: 80px;
  }
  .home-migration-cloud {
    margin-top: -87px;
  }
  .home-plan-block {
    padding: 20px 0px 0px 0px;
  }
  .satisfied-customers-block.bottom-padding {
    padding-bottom: 0px;
  }
}

@media (max-width: 575px) {
  .guarantee-head h3 {
    font-size: 24px;
  }
  .award-block .pic-box {
    padding: 20px 0px;
  }
  .banner-text {
    padding: 20px 0px 30px 0px;
  }
  .server-benefits ul li {
    float: none;
    width: 100%;
    border-left: noen;
  }
  .addone-upgrade-block > h3 {
    font-size: 22px;
  }
  .addone-upgrade-box-head h4 {
    font-size: 18px;
  }
  .order-hosting-main h3 {
    font-size: 20px;
  }
  .home-migration-cloud {
    max-width: 300px;
    margin: auto;
    margin-top: -60px;
  }
  .home-migration-main {
    margin-top: 30px;
  }
  .home-top-block {
    padding: 30px 0;
  }
  .home-top-main > h3 {
    font-size: 16px;
  }
  .home-top-box {
    padding-bottom: 20px;
  }
  .home-top-box h4 {
    font-size: 36px;
    margin-bottom: 0;
  }
  .home-top-box p {
    font-size: 14px;
  }
  .home-migration-main p,
  .satisfied-customers-box p,
  .banner-text p {
    font-size: 14px;
    line-height: 24px;
  }
  .satisfied-customers-main {
    padding: 0px 0px 30px 0px;
  }
  .satisfied-customers-main .lSSlideOuter .lSPager.lSpg {
    margin-top: 10px !important;
  }
  .award-block .wrapper {
    margin-top: 20px;
  }
  .banner-text {
    padding: 0px 0px 20px 0px;
  }
  .home-plan-ul li {
    padding: 3px 0px 3px 18px;
  }
  .home-plan-ul li:before {
    top: 4px;
  }
  .guarantee-head p,
  .order-hosting-main p {
    font-size: 16px;
  }
  .home-plan-box h4 {
    padding: 6px 10px;
  }
  .addone-upgrade-block > h3 > span {
    font-size: 20px;
  }
  h3 {
    font-size: 24px;
  }
  .footer-copy-right {
    padding: 0;
  }
  .footer-copy-right p {
    font-size: 12px;
  }
  .footer-copy-right img {
    width: 24px;
    position: relative;
    top: -2px;
  }
  .footer-bottom-block {
    padding: 20px 0px;
  }
  .home-plan-ul li {
    font-size: 13px;
  }
  .hosting-steps > li {
    font-size: 13px;
    padding: 8px 20px;
  }
  .hosting-steps > li > img {
    margin-right: 10px;
    top: -1px;
  }
  .vps-plan-main .table tr td {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .award-block h3 {
    font-size: 20px;
  }
  .home-top-box {
    padding-bottom: 20px;
  }
  .home-top-box h4 {
    font-size: 32px;
    margin-bottom: 0;
  }
  .home-top-box p {
    font-size: 12px;
  }
  .home-migration-main h3 {
    font-size: 20px;
  }
  .order-btns li {
    margin-bottom: 10px;
    padding: 0;
    display: inline-block;
  }
  .order-btns li .commen-btn {
    width: auto;
    font-size: 11px;
    line-height: 40px;
    padding: 0px 15px;
    height: auto;
  }
}
