/* =================================
 css index
 =================================
 *. typography
 *. section title
 *. preloader
 *. normalize
 1. header
 2. banner
 3. info-feature
 4. litehyip features
 5. we thinking global
 6. inventors
 7. testimonial
 8. newsletter
 9. page title
 10. footer
 11. about
 12. investmenut-plan
 13. faq
 14. contact */
/*==========================================
    typography
===========================================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900|Roboto:300,400,500,700,900");
/*==========================================
    section title
==========================================*/
.section-title {
  margin-bottom: 57px; }
  .section-title.remove-space {
    margin-bottom: 36px; }
  .section-title h2 {
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
    color: #242424;
    font-family: "Poppins", sans-serif;
    line-height: 100%;
    margin-bottom: 18px;
    margin-top: -2px; }
    .section-title h2.add-space {
      margin-bottom: 29px; }
  .section-title p {
    font-size: 16px;
    margin-top: 12px; }

.c-white {
  color: #fff; }

@media only screen and (max-width: 991px) {
  .row.reorder-xs {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    direction: rtl; }
  .row.reorder-xs > [class*="col-"] {
    -ms-transform: rotate(-180deg);
    /* IE 9 */
    -webkit-transform: rotate(-180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-180deg);
    direction: ltr; } }

/*==========================================
  back-to-top
==========================================*/


/*=====================================
    price
=====================================*/
.price {
  padding: 120px 0; }
  .price .single-price {
    text-align: center;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .price .single-price:hover {
      -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.6);
      box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.6); }
    .price .single-price .part-price {
      padding: 35px 0 33px; }
      .price .single-price .part-price span {
        display: block; }
        .price .single-price .part-price span.start-text {
          font-size: 16px;
          color: #242424; }
        .price .single-price .part-price span.price-text {
          font-size: 36px;
          color: #034db1;
          font-weight: 600; }
        .price .single-price .part-price span.duration-text {
          font-size: 18px;
          font-weight: 500;
          margin-top: -5px; }
    .price .single-price .part-category h3 {
      font-size: 18px;
      color: #fff;
      font-weight: 500;
      background: #034db1;
      margin: 0;
      padding: 11px 0 16px; }
    .price .single-price .part-feature {
      text-align: left;
      padding: 29px 60px 27px; }
      .price .single-price .part-feature ul li {
        color: #242424;
        font-size: 16px;
        font-weight: 400;
        padding: 6px 0; }
        .price .single-price .part-feature ul li span {
          display: inline-block;
          width: 22px; }
          .price .single-price .part-feature ul li span.check {
            color: #06b4fd; }
          .price .single-price .part-feature ul li span.uncheck {
            color: #a6a6a6; }
    .price .single-price .part-cart {
      padding-bottom: 40px; }
      .price .single-price .part-cart a {
        display: inline-block;
        width: 170px;
        height: 50px;
        line-height: 50px;
        text-transform: capitalize;
        font-size: 16px;
        color: #fff;
        font-weight: 500;
        border-radius: 50px;
        background: #034db1;
        text-align: center; }

/*=====================================
    shared vweb host
=====================================*/
.shared-web-host {
  padding: 120px 0;
  background: url(../img/banner.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff; }
  .shared-web-host:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: #034db1;
    opacity: .9;
    z-index: -1; }
  .shared-web-host .part-text span {
    font-size: 24px;
    margin-bottom: 5px;
    display: inline-block;
    color: #fefefe;
    margin-top: -7px; }
  .shared-web-host .part-text h3 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 22px; }
  .shared-web-host .part-text a {
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 16px;
    color: #242424;
    font-weight: 500;
    border-radius: 50px;
    background: #fff;
    text-align: center;
    margin-top: 21px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .shared-web-host .part-text a:hover {
      background: #242424;
      color: #fff; }

/*=====================================
    hosting
=====================================*/
.hosting .nav.nav-tabs {
  margin-bottom: 60px;
  border: none; }
  .hosting .nav.nav-tabs .nav-item .nav-link {
    text-align: center;
    height: 70px;
    line-height: 70px;
    padding: 0;
    font-size: 18px;
    color: #777;
    font-weight: 600;
    border-radius: 0;
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-left: 1px solid;
    border-color: rgba(3, 77, 177, 0.2);
    border-right: 0;
    color: #034db1; }
    .hosting .nav.nav-tabs .nav-item .nav-link.active {
      background: #034db1;
      color: #fff; }
  .hosting .nav.nav-tabs .nav-item:last-child .nav-link {
    border-right: 1px solid rgba(3, 77, 177, 0.2);
    border-radius: 0 50px 50px 0; }
  .hosting .nav.nav-tabs .nav-item:first-child .nav-link {
    border-radius: 50px 0px 0px 50px; }

/*==========================================
    blog area
==========================================*/
.blog-area {
  padding: 120px 0 120px; }
  .blog-area.blog-grid-page {
    padding: 120px 0 90px; }
  .blog-area .single-blog {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-shadow: 0px 0px 38px 0px rgba(68, 68, 68, 0.12);
    box-shadow: 0px 0px 38px 0px rgba(68, 68, 68, 0.12);
    margin-bottom: 30px; }
    .blog-area .single-blog:hover {
      -webkit-box-shadow: 0px 0px 38px 0px rgba(68, 68, 68, 0.5);
      box-shadow: 0px 0px 38px 0px rgba(68, 68, 68, 0.5); }
      .blog-area .single-blog:hover .part-img img {
        -ms-transform: rotate(7deg) scale(1.2);
        /* IE 9 */
        -webkit-transform: rotate(7deg) scale(1.2);
        /* Chrome, Safari, Opera */
        transform: rotate(7deg) scale(1.2); }
      .blog-area .single-blog:hover .part-text h3 a {
        color: #034db1; }
    .blog-area .single-blog .part-img {
      position: relative;
      overflow: hidden; }
      .blog-area .single-blog .part-img:after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .3;
        z-index: 1; }
      .blog-area .single-blog .part-img img {
        width: 100%;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s; }
      .blog-area .single-blog .part-img .content-on-img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 2; }
        .blog-area .single-blog .part-img .content-on-img a {
          display: inline-block;
          color: #fff;
          border: 1px solid #fff;
          border-radius: 5px;
          position: absolute;
          bottom: 15px;
          left: 15px;
          padding: 5px 15px;
          -webkit-transition: 0.4s;
          -moz-transition: 0.4s;
          -o-transition: 0.4s;
          transition: 0.4s;
          background: rgba(255, 255, 255, 0.32); }
          .blog-area .single-blog .part-img .content-on-img a:hover {
            color: #242424;
            background: #fff; }
    .blog-area .single-blog .part-text {
      padding: 22px 20px 8px; }
      .blog-area .single-blog .part-text span {
        font-size: 12px;
        color: #034db1;
        margin-bottom: 7px;
        display: inline-block; }
      .blog-area .single-blog .part-text h3 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 18px;
        line-height: 1.6; }
        .blog-area .single-blog .part-text h3 a {
          color: #242424;
          -webkit-transition: 0.4s;
          -moz-transition: 0.4s;
          -o-transition: 0.4s;
          transition: 0.4s; }
      .blog-area .single-blog .part-text p {
        color: #242424;
        font-size: 15px;
        line-height: 28px; }
    .blog-area .single-blog .part-admin {
      padding: 15px 20px;
      border-top: 1px solid #d3d3d3; }
      .blog-area .single-blog .part-admin ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .blog-area .single-blog .part-admin ul li {
          display: inline-block;
          border-right: 1px solid #d3d3d3;
          padding: 0 10px; }
          .blog-area .single-blog .part-admin ul li:last-child {
            border-right: none; }
          .blog-area .single-blog .part-admin ul li:first-child {
            padding-left: 0; }
          .blog-area .single-blog .part-admin ul li h4 {
            color: #242424;
            font-size: 15px;
            margin-bottom: 0; }
            .blog-area .single-blog .part-admin ul li h4 span {
              color: #d3d3d3;
              margin-right: 6px; }

/*==========================================
    blog details area
==========================================*/
.blog-details-area .part-img img {
  width: 100%; }

.blog-details-area .part-text {
  padding: 24px 30px 21px;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3; }
  .blog-details-area .part-text h2 {
    font-size: 24px;
    color: #242424;
    font-weight: 600;
    margin-bottom: 23px; }
  .blog-details-area .part-text P {
    color: #242424;
    font-size: 15px;
    margin-bottom: 21px; }
    .blog-details-area .part-text P:last-child {
      margin-bottom: 6px; }
  .blog-details-area .part-text .marked {
    font-size: 15px;
    color: #242424;
    font-style: italic; }

.blog-details-area .part-meta {
  padding: 0 30px 30px;
  border: 1px solid #e3e3e3;
  border-top: none; }
  .blog-details-area .part-meta ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .blog-details-area .part-meta ul li {
      display: inline-block;
      padding: 0 30px;
      position: relative; }
      .blog-details-area .part-meta ul li:after {
        position: absolute;
        content: '';
        top: 50%;
        margin-top: -10px;
        left: 0;
        height: 20px;
        width: 1px;
        background: #919191; }
      .blog-details-area .part-meta ul li a img {
        margin-right: 10px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        overflow: hidden; }
      .blog-details-area .part-meta ul li:first-child {
        padding-left: 0; }
        .blog-details-area .part-meta ul li:first-child:after {
          display: none; }
      .blog-details-area .part-meta ul li a {
        font-size: 15px;
        color: #242424;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s; }
        .blog-details-area .part-meta ul li a i {
          color: #7c7c7c; }
        .blog-details-area .part-meta ul li a:hover {
          color: #034db1; }

.comments-area h3 {
  font-size: 24px;
  color: #242424;
  font-weight: 600;
  margin: 60px 0 27px; }

.comments-area .single-comment {
  position: relative;
  padding-bottom: 19px;
  border-bottom: 1px solid #f1f1f1;
  padding-top: 40px;
  border-top: 1px solid #f1f1f1; }
  .comments-area .single-comment .part-img {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 20px; }
    .comments-area .single-comment .part-img img {
      width: 100%; }
  .comments-area .single-comment .part-text {
    display: table; }
    .comments-area .single-comment .part-text h4 {
      font-size: 24px;
      color: #242424;
      font-weight: 600;
      display: inline-block;
      margin-top: -6px; }
    .comments-area .single-comment .part-text span {
      color: #034db1;
      font-size: 15px;
      font-style: italic;
      display: block;
      margin-top: -1px;
      margin-bottom: 6px; }
    .comments-area .single-comment .part-text p {
      color: #242424;
      font-size: 15px; }
    .comments-area .single-comment .part-text button {
      position: absolute;
      right: 0;
      top: 40px;
      background: transparent;
      border: 0;
      font-size: 15px;
      color: #242424;
      outline: none;
      cursor: pointer; }

.comments-area .reply {
  border: none;
  padding-left: 120px; }

.comment-form-area form h3 {
  font-size: 24px;
  color: #242424;
  font-weight: 600;
  margin: 54px 0 29px; }

.comment-form-area form input {
  height: 50px;
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #c8c8c8;
  padding: 0 20px; }

.comment-form-area form textarea {
  width: 100%;
  height: 200px;
  resize: none;
  padding: 14px 20px; }

.comment-form-area form button {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 50px;
  width: 180px;
  background: #034db1;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  border: 1px solid #034db1;
  cursor: pointer;
  margin-top: 33px; }
  .comment-form-area form button:hover {
    background: #fff;
    color: #034db1; }

/*==========================================
    sidebar for blog page
==========================================*/
.single-widget {
  -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.15);
  padding: 34px 40px 40px;
  margin-bottom: 30px; }
  .single-widget h3 {
    font-size: 24px;
    color: #242424;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 11px; }
  .single-widget ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .single-widget ul li a {
      font-size: 15px;
      color: #242424;
      text-decoration: none;
      display: block;
      padding: 14px 0;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
      .single-widget ul li a:last-child {
        padding-bottom: 0; }
      .single-widget ul li a span {
        float: right; }
      .single-widget ul li a:hover {
        color: #034db1; }
  .single-widget .single-recent {
    margin-bottom: 20px; }
    .single-widget .single-recent .part-img {
      width: 90px;
      height: 70px;
      overflow: hidden;
      float: left;
      margin-right: 10px; }
      .single-widget .single-recent .part-img img {
        height: 100%; }
    .single-widget .single-recent .part-text h4 {
      font-size: 15px;
      color: #242424;
      font-weight: 600; }
      .single-widget .single-recent .part-text h4 a {
        text-decoration: none;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s; }
        .single-widget .single-recent .part-text h4 a:hover {
          color: #034db1; }
    .single-widget .single-recent .part-text span {
      font-size: 12px;
      color: #242424;
      display: block;
      margin-top: 10px; }

#search-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0; }
  #search-bar form {
    width: 100%;
    height: 50px;
    position: relative; }
    #search-bar form input {
      height: 100%;
      width: 100%;
      padding: 0 20px;
      border: none;
      outline: none;
      background: #f2f2f2;
      padding-right: 50px; }
    #search-bar form button {
      position: absolute;
      top: 0;
      right: 0;
      border: none;
      background: transparent;
      color: #242424;
      font-size: 16px;
      height: 100%;
      width: 50px;
      cursor: pointer;
      outline: none; }

#recent-post {
  padding-bottom: 24px; }
  #recent-post h3 {
    margin-bottom: 23px; }

#archive h3 {
  margin-bottom: 14px; }

#tags {
  padding: 33px 40px 30px; }
  #tags h3 {
    margin-bottom: 27px; }
  #tags a {
    display: inline-block;
    color: #242424;
    padding: 7px 7px;
    border: 1px solid #dadada;
    text-decoration: none;
    font-size: 15px;
    margin-bottom: 10px;
    margin-right: 7px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    #tags a:hover {
      background: #034db1;
      color: #fff;
      border: 1px solid #034db1; }

/*==========================================
    contact area
==========================================*/
.contact-area {
  padding: 120px 0; }
  .contact-area .address-area .single-address {
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.15);
    text-align: center;
    padding: 37px 0 40px;
    margin-bottom: 30px;
    border: 1px solid #fff;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    .contact-area .address-area .single-address:hover {
      border: 1px solid #034db1; }
    .contact-area .address-area .single-address .part-icon {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      font-size: 24px;
      color: #fff;
      background: #034db1;
      line-height: 60px;
      text-align: center;
      display: inline-block;
      margin-right: 10px; }
    .contact-area .address-area .single-address .part-text {
      display: inline-block;
      position: relative;
      border: 13px;
      top: 6px;
      text-align: left; }
      .contact-area .address-area .single-address .part-text span {
        font-size: 15px;
        color: #242424;
        font-weight: 600; }
  .contact-area .map-nd-form-area {
    padding-top: 30px; }
    .contact-area .map-nd-form-area .part-map #map {
      height: 370px; }
    .contact-area .map-nd-form-area .part-form .contact-form input {
      width: 100%;
      height: 50px;
      padding: 0 20px;
      border: 1px solid #9d9d9d;
      margin-bottom: 30px;
      font-size: 15px;
      border-radius: 5px; }
    .contact-area .map-nd-form-area .part-form .contact-form textarea {
      width: 100%;
      height: 200px;
      padding: 10px 20px;
      font-size: 15px;
      border-radius: 5px; }
    .contact-area .map-nd-form-area .part-form .contact-form button {
      height: 50px;
      background: #034db1;
      color: #fff;
      border: 1px solid #034db1;
      border-radius: 5px;
      width: 180px;
      margin-top: 34px;
      outline: none;
      cursor: pointer;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
      .contact-area .map-nd-form-area .part-form .contact-form button:hover {
        border: 1px solid #034db1;
        background: #fff;
        color: #034db1; }

/*=====================================
    dedicated hosting
=====================================*/
.dedicated-plan {
  padding: 120px 0; }
  .dedicated-plan .section-title {
    margin-bottom: 55px; }
  .dedicated-plan .plan-table .table {
    background-image: -webkit-linear-gradient(-180deg, #5e7eff 0%, #836fff 30%, #a85fff 100%);
    border-radius: 5px;
    background: #034db1; }
    .dedicated-plan .plan-table .table thead tr th {
      border: none;
      font-size: 20px;
      color: #fff;
      font-weight: 500;
      text-align: center;
      padding: 15px 0; }
    .dedicated-plan .plan-table .table tbody {
      background: #fff;
      -webkit-box-shadow: 0px 30px 200px 0px rgba(46, 35, 117, 0.1);
      box-shadow: 0px 30px 200px 0px rgba(46, 35, 117, 0.1); }
      .dedicated-plan .plan-table .table tbody tr {
        border-bottom: 1px solid #e9e1ff; }
        .dedicated-plan .plan-table .table tbody tr:last-child {
          border-bottom-color: #034db1; }
        .dedicated-plan .plan-table .table tbody tr th {
          text-align: center;
          padding: 0;
          vertical-align: middle;
          color: #242424;
          font-size: 14px;
          opacity: .8;
          font-weight: 500; }
        .dedicated-plan .plan-table .table tbody tr td {
          border-top: none;
          border-left: 1px solid #dfe5ff;
          text-align: center;
          padding: 0;
          color: #242424;
          font-size: 14px;
          opacity: .8;
          font-weight: 500;
          vertical-align: middle; }
          .dedicated-plan .plan-table .table tbody tr td:last-child {
            padding: 10px 0; }
          .dedicated-plan .plan-table .table tbody tr td button.order-button {
            border: none;
            width: 120px;
            height: 40px;
            background-image: -webkit-linear-gradient(-180deg, #5e7eff 0%, #836fff 30%, #a85fff 100%);
            border-radius: 5px;
            color: #fff;
            font-size: 12px;
            background: #034db1;
            font-weight: 500;
            text-transform: uppercase;
            cursor: pointer;
            border: 1px solid #034db1;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in; }
            .dedicated-plan .plan-table .table tbody tr td button.order-button:hover {
              background-image: -webkit-linear-gradient(-180deg, #a85fff 0%, #836fff 30%, #5e7eff 100%);
              background: transparent;
              color: #034db1; }
  .dedicated-plan .plan-buttons {
    text-align: center;
    margin-top: 49px; }
    .dedicated-plan .plan-buttons a {
      display: inline-block;
      height: 60px;
      width: 200px;
      line-height: 60px;
      text-align: center;
      background-image: -webkit-linear-gradient(-180deg, #5e7eff 0%, #836fff 30%, #a85fff 100%);
      background: #034db1;
      color: #fff;
      border-radius: 5px;
      border: 1px solid #034db1;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 600;
      margin-right: 25px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .dedicated-plan .plan-buttons a:last-child {
        margin-right: 0; }
      .dedicated-plan .plan-buttons a:hover {
        background: transparent;
        color: #034db1; }

/*--------------------------
    VPS Hosting page
---------------------------*/
.vps-pricing-area {
  padding: 120px 0; }
  .vps-pricing-area .section-title {
    margin-bottom: 54px; }

.vps-pricing-area .section-inner-title {
  text-align: center;
  margin-bottom: 40px; }

.vps-pricing-area .section-inner-title .title {
  font-size: 36px;
  line-height: 46px; }

.vps-pricing-area .bottom-content .range-slider-wrapper {
  margin-bottom: 50px;
  background-image: -webkit-linear-gradient(-180deg, #5e7eff 0%, #836fff 30%, #a85fff 100%);
  padding: 30px 40px;
  border-radius: 5px;
  background: #034db1; }

.vps-pricing-area .bottom-content .range-slider-wrapper .ui-widget-header {
  border: 4px solid #fff;
  background-image: -webkit-linear-gradient(-180deg, #5e7eff 0%, #836fff 30%, #a85fff 100%);
  border-radius: 15px;
  background: #034db1; }

.vps-pricing-area .bottom-content .range-slider-wrapper .ui-slider-horizontal {
  border-radius: 15px; }

.vps-pricing-area .bottom-content .range-slider-wrapper .ui-slider-horizontal .ui-slider-handle {
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 50%;
  border: 3px solid #242424;
  background-image: -webkit-linear-gradient(-180deg, #5e7eff 0%, #836fff 30%, #a85fff 100%);
  background: white; }

.vps-pricing-area .bottom-content .range-slider-wrapper .ui-slider-horizontal .ui-slider-handle:focus {
  outline: none; }

.vps-pricing-area .bottom-content .feature-box-wrapper .single-vps-feature-box {
  margin-bottom: 30px;
  text-align: center;
  -webkit-box-shadow: 0px 30px 200px 0px rgba(46, 35, 117, 0.1);
  box-shadow: 0px 30px 200px 0px rgba(46, 35, 117, 0.1); }

.vps-pricing-area .bottom-content .feature-box-wrapper .single-vps-feature-box .vpsf-header {
  background-image: -webkit-linear-gradient(-180deg, #5e7eff 0%, #836fff 30%, #a85fff 100%);
  padding: 19px 0;
  border-radius: 5px 5px 0 0;
  background: #034db1; }

.vps-pricing-area .bottom-content .feature-box-wrapper .single-vps-feature-box .vpsf-header .title {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  margin: 0; }

.vps-pricing-area .bottom-content .feature-box-wrapper .single-vps-feature-box .vpsf-body {
  padding: 18px 0;
  border-bottom: 1px solid #034db1; }

.vps-pricing-area .bottom-content .feature-box-wrapper .single-vps-feature-box .vpsf-body span.detials {
  font-size: 16px;
  opacity: .8;
  color: #242424;
  font-weight: 500; }

.vps-pricing-area .plan-buttons {
  text-align: center;
  margin-top: 19px; }
  .vps-pricing-area .plan-buttons a {
    display: inline-block;
    height: 60px;
    width: 200px;
    line-height: 60px;
    text-align: center;
    background-image: -webkit-linear-gradient(-180deg, #5e7eff 0%, #836fff 30%, #a85fff 100%);
    background: #034db1;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #034db1;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-right: 25px; }
    .vps-pricing-area .plan-buttons a:last-child {
      margin-right: 0; }
    .vps-pricing-area .plan-buttons a:hover {
      background: transparent;
      color: #034db1; }

/*==========================================
    faq
==========================================*/
.faq {
  padding: 120px 0 90px; }
  .faq .section-title {
    text-align: left;
    margin-bottom: 54px; }
    .faq .section-title h2 {
      margin-bottom: 21px;
      margin-top: -7px; }
    .faq .section-title a {
      background: rgba(0, 213, 99, 0.09);
      color: #034db1;
      display: inline-block;
      height: 50px;
      width: 200px;
      border: 1px solid rgba(0, 213, 99, 0.3);
      text-align: center;
      line-height: 50px;
      border-radius: 50px;
      margin-top: 21px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .faq .section-title a:hover {
        background: #034db1;
        border-color: #034db1;
        color: #fff; }
  .faq .accordion .card {
    border: none;
    margin-bottom: 30px; }
    .faq .accordion .card:not(:first-of-type) .card-header:first-child {
      border-radius: 10px; }
    .faq .accordion .card .card-header {
      border: none;
      border-radius: 10px;
      padding: 0; }
      .faq .accordion .card .card-header h5 {
        padding: 0; }
        .faq .accordion .card .card-header h5 button {
          color: #242424;
          font-size: 18px;
          font-weight: 500;
          text-decoration: none;
          padding: 0 30px 0 70px;
          height: 80px;
          display: block;
          width: 100%;
          text-align: left;
          background: #fff;
          -webkit-box-shadow: 0px -50px 140px 0px rgba(69, 81, 100, 0.1);
          box-shadow: 0px -50px 140px 0px rgba(69, 81, 100, 0.1);
          border-radius: 10px 10px 0 0;
          position: relative; }
          .faq .accordion .card .card-header h5 button:after {
            position: absolute;
            left: 30px;
            top: 50%;
            margin-top: -10px;
            width: 20px;
            height: 20px;
            background-color: transparent;
            color: #034db1;
            text-align: center;
            border: 1px solid #034db1;
            border-radius: 50%;
            line-height: 100%;
            content: '\f067';
            font-size: 10px;
            line-height: 18px;
            font-family: "Font Awesome 5 Free";
            font-weight: 900; }
          .faq .accordion .card .card-header h5 button.collapsed {
            border-radius: 10px;
            border: 1px solid rgba(3, 77, 177, 0.4);
            -webkit-box-shadow: none;
            box-shadow: none; }
        .faq .accordion .card .card-header h5 button[aria-expanded="true"]:after {
          content: '\f068';
          color: #fff;
          background: #034db1; }
    .faq .accordion .card .card-body {
      -webkit-box-shadow: 0px 15px 140px 0px rgba(69, 81, 100, 0.1);
      box-shadow: 0px 15px 140px 0px rgba(69, 81, 100, 0.1);
      border-radius: 0 0 10px 10px;
      padding-top: 0;
      margin-top: -6px;
      padding-left: 72px;
      padding-right: 70px;
      font-size: 16px;
      line-height: 30px; }
