.wrapper {
  overflow-x: hidden;
}
/* Fixed tabs
-------------------------------------------------- */
.fix {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.fix + div.main-section {
  padding-top: 70px;
}
/* Header
-------------------------------------------------- */
header.main-header {
  position: static;
  background-color: #fff;
}
@media (max-width: 767px) {
  header.main-header {
    position: fixed;
  }
}
header.main-header a.logo {
  background-image: url('../img/Ubicross_logo.svg');
}
header.main-header ul.main-navigation li a {
  color: #2c2c43;
}
header.main-header ul.secondary-navigation li a {
  color: #2c2c43;
}
header.main-header ul.secondary-navigation li a.btn {
  color: #fff;
}
@media (max-width: 767px) {
  header.main-header .left-menu-icon {
    color: #2c2c43;
  }
}
.secondary-menu {
  position: static;
  background-color: #deee9d;
}
.secondary-menu ul li a {
  color: #2c2c43;
}
/* Green section
-------------------------------------------------- */
.green-section {
  padding: 25px 0 20px 0;
  background-color: #abd40b;
  text-align: center;
}
@media (max-width: 767px) {
  .green-section {
    text-align: left;
    padding: 0 15px;
    height: 53px;
  }
}
@media (max-width: 767px) {
  .green-section {
    position: fixed;
    top: 59px;
    width: 100%;
    z-index: 100000;
    margin-top: 40px;
  }
}
.green-section h1 {
  color: #fff;
  margin-top: 15px;
}
.green-section h1 i {
  float: right;
  font-size: 20px;
  line-height: 53px;
}
@media (max-width: 767px) {
  .green-section h1 {
    margin: 0;
    line-height: 53px;
    cursor: pointer;
  }
}
@media (max-width: 480px) {
  .green-section h1 {
    font-size: 22px;
  }
  .green-section h1 i {
    font-size: 16px;
  }
}
.green-section p {
  color: #fff;
}
@media (max-width: 767px) {
  .green-section p {
    display: none;
  }
}
/* Features section
-------------------------------------------------- */
.features-section {
  position: relative;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .features-section {
    padding-top: 170px;
  }
}
.features-section:after {
  background-image: url('../img/hosting/loop-h2.svg');
  height: 55px;
  width: 100%;
  margin-top: -20px;
  background-repeat: repeat-x;
  background-position: top center;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
}
.features-section .top-section {
  background-color: #f2f3f4;
  border-bottom: 1px solid #dee8ee;
  padding-top: 16px;
}
@media (max-width: 767px) {
  .features-section .top-section {
    display: none;
    padding-top: 0;
    border: none;
    position: fixed;
    top: 152px;
    width: 100%;
    z-index: 1000000;
  }
}
.features-section .top-section ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: -1px;
  border-radius: 3px 3px 0 0;
}
@media (max-width: 767px) {
  .features-section .top-section ul {
    border-radius: 0;
  }
}
.features-section .top-section ul li {
  text-align: center;
  float: left;
  width: calc(100%/7);
  background-color: rgba(255, 255, 255, 0.8);
  border-style: solid;
  border-color: #d6e2ea;
  border-width: 1px;
  border-bottom-color: #dee8ee;
  border-right-color: #fff;
}
@media (max-width: 767px) {
  .features-section .top-section ul li {
    width: 100%;
    border-radius: 0!important;
    border: none;
    padding: 0 20px;
  }
}
.features-section .top-section ul li:first-child {
  border-radius: 3px 0 0 0;
}
.features-section .top-section ul li:first-child.active {
  border-left-color: #f2f3f4;
}
.features-section .top-section ul li:last-child {
  border-radius: 0 3px 0 0;
  border-right-color: #d6e2ea;
}
.features-section .top-section ul li:last-child.active {
  border-right-color: #f2f3f4;
}
.features-section .top-section ul li.active {
  border-bottom-color: #fff;
  border-top-color: #f2f3f4;
  background-color: #acd40b;
}
@media (max-width: 767px) {
  .features-section .top-section ul li.active a {
    color: #2c2c43;
  }
}
.features-section .top-section ul li a {
  font-size: 16px;
  text-decoration: none;
  color: #2c2c43;
  display: block;
  line-height: 52px;
}
@media (max-width: 991px) {
  .features-section .top-section ul li a {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .features-section .top-section ul li a {
    text-align: left;
    padding: 0 15px;
    line-height: 45px;
    border-bottom: 1px solid #d6e2ea;
  }
  .features-section .top-section ul li a:hover {
    color: #abd40b;
  }
}
.features-section .main-section {
  background-color: #fff;
}
.features-section .main-section .features-item {
  padding: 80px 0 70px 0;
  position: relative;
}
@media (max-width: 767px) {
  .features-section .main-section .features-item {
    padding: 5px 15px 40px 15px;
    text-align: center;
    max-width: 500px;
    margin: auto;
  }
}
.features-section .main-section .features-item:after {
  content: "";
  position: absolute;
  width: 270px;
  height: 2px;
  left: calc((100% - 270px)/2);
  bottom: 0;
  background-image: url("../img/store/dashed-line.png");
  background-repeat: repeat-x;
}
.features-section .main-section .features-item:last-child:after {
  display: none;
}
.features-section .main-section .features-item:nth-child(1) img {
  margin-bottom: 118px;
}
@media (max-width: 1199px) {
  .features-section .main-section .features-item:nth-child(1) img {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .features-section .main-section .features-item:nth-child(1) img {
    margin-bottom: 77px;
    margin-top: 25px;
  }
}
.features-section .main-section .features-item:nth-child(2) img {
  margin-top: 100px;
}
@media (max-width: 1199px) {
  .features-section .main-section .features-item:nth-child(2) img {
    margin-top: 0;
    margin-bottom: 108px;
  }
}
@media (max-width: 991px) {
  .features-section .main-section .features-item:nth-child(2) img {
    margin: 0;
  }
}
.features-section .main-section .features-item:nth-child(3) img {
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .features-section .main-section .features-item:nth-child(3) img {
    margin-top: 47px;
  }
}
@media (max-width: 991px) {
  .features-section .main-section .features-item:nth-child(3) img {
    margin: 0;
  }
}
.features-section .main-section .features-item:nth-child(4) img {
  margin-top: 48px;
}
@media (max-width: 1199px) {
  .features-section .main-section .features-item:nth-child(4) img {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .features-section .main-section .features-item:nth-child(4) img {
    margin-bottom: 61px;
  }
}
.features-section .main-section .features-item:nth-child(5) img {
  margin-bottom: 54px;
}
@media (max-width: 1199px) {
  .features-section .main-section .features-item:nth-child(5) img {
    margin-bottom: 78px;
  }
}
@media (max-width: 991px) {
  .features-section .main-section .features-item:nth-child(5) img {
    margin-bottom: 0;
  }
}
.features-section .main-section .features-item:nth-child(6) img {
  margin-top: 37px;
}
@media (max-width: 1199px) {
  .features-section .main-section .features-item:nth-child(6) img {
    margin-top: 42px;
  }
}
@media (max-width: 991px) {
  .features-section .main-section .features-item:nth-child(6) img {
    margin-top: 0;
  }
}
.features-section .main-section .features-item img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .features-section .main-section .features-item img {
    display: none;
  }
}
.features-section .main-section .features-item h1 {
  margin-left: 80px;
}
@media (max-width: 1199px) {
  .features-section .main-section .features-item h1 {
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  .features-section .main-section .features-item h1 {
    margin-left: 16px;
  }
}
@media (max-width: 767px) {
  .features-section .main-section .features-item h1 {
    margin-left: 0;
  }
}
.features-section .main-section .features-item h2 {
  margin-bottom: 6px;
}
.features-section .main-section .features-item p a {
  color: #11d0f9;
}
.features-section .main-section .features-item .left-block,
.features-section .main-section .features-item .right-block {
  margin-left: 80px;
  width: calc((100% - 190px)/2);
  float: left;
}
@media (max-width: 1199px) {
  .features-section .main-section .features-item .left-block,
  .features-section .main-section .features-item .right-block {
    margin-left: 30px;
    margin-right: 30px;
    width: calc((100% - 120px)/2);
  }
}
@media (max-width: 991px) {
  .features-section .main-section .features-item .left-block,
  .features-section .main-section .features-item .right-block {
    margin-left: 16px;
    margin-right: 41px;
    width: calc((100% - 73px)/2);
  }
}
@media (max-width: 767px) {
  .features-section .main-section .features-item .left-block,
  .features-section .main-section .features-item .right-block {
    margin: 0;
    width: 100%;
  }
}
.features-section .main-section .features-item .right-block {
  margin-right: 30px;
}
@media (max-width: 991px) {
  .features-section .main-section .features-item .right-block {
    margin-right: 0;
  }
}
.secondary-navigation .phone_number a {
  display: inline-block;
  padding-left: 32px;
  background-image: url(../img/phone-icon2.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 25px;
}
.secondary-navigation .phone_number a:hover {
  text-decoration: none!important;
}
#mobile-nav span {
  background: #2c2c43 !important;
}
