@import url('font.css');
@import url('font-awesome.min.css');
@import url('animate.css');
/* General styles
-------------------------------------------------- */
html {
  -webkit-font-smoothing: antialiased;
  min-height: 100%;
  position: relative;
}
body {
  font-family: 'Lato', "Arial AMU", sans-serif;
  font-size: 13px;
  color: #717171;
}
/* Text styles
-------------------------------------------------- */
h1 {
  font-family: 'Brandon Grotesque', "Arial AMU", Arial;
  font-size: 30px;
  color: #2c2c43;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
}
h1 a {
  color: #2c2c43;
}
h2 {
  font-family: 'Lato', "Arial AMU", sans-serif;
  font-size: 24px;
  color: #2c2c43;
  font-weight: 300;
  font-style: normal;
}
h2 a {
  color: #2c2c43;
}
h3 {
  font-family: 'Lato', "Arial AMU", sans-serif;
  font-size: 15px;
  color: #2c2c43;
  font-weight: 700;
  font-style: normal;
}
h3 a {
  color: #2c2c43;
}
p {
  font-family: 'Lato', "Arial AMU", sans-serif;
  font-size: 15px;
  color: #2c2c43;
  font-weight: 300;
  font-style: normal;
}
p a {
  color: #2c2c43;
}
/* Sticky styles
-------------------------------------------------- */
html {
  position: relative;
}
body {
  margin-bottom: 315px;
}
@media (max-width: 767px) {
  body {
    margin-bottom: 0;
  }
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 332px;
}
/* Wrapper
-------------------------------------------------- */
@media (max-width: 767px) {
  .wrapper {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    /*z-index: 10;*/
    background-color: #fff;
    min-height: 400px;
  }
}
/* Header
-------------------------------------------------- */
header.main-header {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  width: 100%;
  z-index: 100;
  min-height: 52px;
  border-bottom: none;
  background-color: #fff;
}
@media (max-width: 767px) {
  header.main-header {
    position: fixed;
    top: 0;
    z-index: 1002;
  }
  header.main-header .left-menu-icon {
    cursor: pointer;
    float: left;
    color: #fff;
    font-size: 29px;
    line-height: 59px;
    margin-left: 15px;
  }
  header.main-header .right-menu-icon {
    float: right;
    color: #fff;
    font-size: 29px;
    margin-top: 14px;
    margin-right: 10px;
  }
  header.main-header .row-line {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  header.main-header .register-btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: right;
    margin-top: 14px;
    margin-right: 15px;
    padding: 4px 9px;
  }
  header.main-header .register-btn i {
    vertical-align: middle;
  }
}
header.main-header .logo {
  width: 160px;
  height: 35px;
  display: block;
  margin: 8px 0 0;
  float: left;
  background-image: url('../img/Ubicross_logo.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  header.main-header .logo {
    margin: 12px auto;
    float: none;
    width: 170px;
  }
  header.main-header .logo img {
    width: 100%;
    display: block;
  }
}
header.main-header .main-navigation {
  list-style-type: none;
  padding-left: 0;
  float: left;
  margin-bottom: 0;
  margin-left: 45px;
  font-size: 0;
  display: flex;
}
@media (max-width: 991px) {
  header.main-header .main-navigation {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  header.main-header .main-navigation {
    float: none;
    text-align: center;
  }
}
header.main-header .main-navigation > li {
  float: left;
  display: block;
  padding: 0;
  height: 52px;
  text-align: center;
  -webkit-transition: all ease 1000ms;
  -moz-transition: all ease 1000ms;
  -o-transition: all ease 1000ms;
  transition: all ease 1000ms;
}
@media (max-width: 767px) {
  header.main-header .main-navigation > li {
    display: inline-block;
    float: none;
  }
}
header.main-header .main-navigation > li .dropdown-menu {
  margin-top: 0;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  border: none;
  min-width: 200px;
  opacity: 0;
}
header.main-header .main-navigation > li .dropdown-menu li a {
  padding: 9px 24px;
  font-size: 16px;
  font-weight: bold;
  color: #808080;
}
header.main-header .main-navigation > li .dropdown-menu li a:hover {
  background-color: transparent;
  color: #041b2d;
}
header.main-header .main-navigation > li:hover .dropdown-menu {
  display: block;
  opacity: 1;
}
header.main-header .main-navigation > li .dropdown-toggle span {
  font-size: 11px;
  margin-left: 3px;
}
header.main-header .main-navigation > li > a,
header.main-header .main-navigation > li .dropdown-toggle {
  display: block;
  line-height: 52px;
  height: 52px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  color: #40424d;
  cursor: pointer;
  padding: 0 15px;
}
header.main-header .main-navigation > li > a[aria-expanded="true"],
header.main-header .main-navigation > li .dropdown-toggle[aria-expanded="true"] {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 1;
}
header.main-header .main-navigation > li:hover a,
header.main-header .main-navigation > li.active a {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 1;
}
header.main-header .main-navigation .header-dropdown {
  display: flex;
  align-items: center;
}
header.main-header .main-navigation .header-dropdown .btn {
  line-height: 52px;
  height: 52px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  color: #40424d;
  cursor: pointer;
  padding: 0 15px;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.main-header .main-navigation .header-dropdown .btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
header.main-header .main-navigation .header-dropdown .btn:active {
  box-shadow: none;
}
header.main-header .main-navigation .header-dropdown .btn:active:focus {
  outline: none;
  outline-offset: 0;
}
header.main-header .main-navigation .header-dropdown .dropdown-menu {
  border: none;
  margin: 0;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  z-index: 1001;
}
header.main-header .main-navigation .header-dropdown .dropdown-menu .dropdown-item {
  padding: 10px;
  color: #40424d;
  white-space: nowrap;
}
header.main-header .main-navigation .header-dropdown .dropdown-menu .dropdown-item:hover {
  text-decoration: none;
  background-color: rgba(4, 27, 45, 0.1);
}
header.main-header .main-navigation .header-dropdown.open .dropdown-menu {
  display: flex;
}
header.main-header .main-navigation .header-dropdown.open .btn span {
  transform: rotate(180deg);
}
header.main-header .secondary-navigation {
  list-style-type: none;
  padding-left: 0;
  float: right;
  margin-bottom: 0;
}
header.main-header .secondary-navigation li {
  float: left;
  display: block;
  padding: 0;
  height: 52px;
  text-align: center;
  margin-left: 15px;
}
header.main-header .secondary-navigation li a {
  display: block;
  line-height: 60px;
  line-height: 52px;
  height: 52px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  color: #fff;
}
header.main-header .secondary-navigation li a.btn {
  font-family: 'Brandon Grotesque', "Arial AMU";
  font-weight: 900;
  height: 34px;
  margin-top: 9px;
  line-height: 14px;
  padding-top: 10px;
  min-width: 140px;
  background-color: #abd40b;
  border-color: #abd40b;
}
@media (max-width: 991px) {
  header.main-header .secondary-navigation li a.btn {
    min-width: 120px;
  }
}
header.main-header .secondary-navigation li a.btn:hover {
  background-color: #5cd40b;
  border-color: #5cd40b;
}
.secondary-menu {
  position: absolute;
  width: 100%;
  background-color: rgba(12, 49, 80, 0.8);
  z-index: 1000;
}
@media (max-width: 767px) {
  .secondary-menu {
    display: none;
  }
}
.secondary-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.secondary-menu ul li {
  float: left;
}
.secondary-menu ul li:last-child {
  float: right;
}
.secondary-menu ul li a {
  display: block;
  line-height: 38px;
  height: 38px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  padding: 0 15px;
}
.secondary-menu ul li.active a,
.secondary-menu ul li:hover a {
  background-image: url('../img/menu-sub-hover.svg');
  background-repeat: no-repeat;
  background-position: bottom center;
  text-decoration: none;
}
/* Banner form section
-------------------------------------------------- */
.banner-form-section {
  width: 100%;
  background-color: #f5f5f5;
  padding-bottom: 30px;
  border-top: 1px solid #d9dadc;
  border-bottom: 1px solid #d9dadc;
}
.banner-form-section h2 {
  font-size: 28px;
  text-align: center;
  color: #2c2d43;
  line-height: 92px;
  margin: 0;
  font-weight: bold;
}
.banner-form-section .form-group input[type=text],
.banner-form-section .form-group input[type=password] {
  height: 40px;
  border-color: #c4c4d0;
}
.banner-form-section .btn {
  height: 40px;
  line-height: 38px;
  width: 100%;
  display: block;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}
.banner-form-section .btn:hover {
  color: #3fb34f;
}
/* Footer
-------------------------------------------------- */
footer.footer {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #12151b;
  padding: 40px 0 0;
}
@media (max-width: 767px) {
  footer.footer {
    text-align: center;
    height: auto;
    position: relative;
    z-index: 100;
  }
  footer.footer img {
    margin: auto;
  }
  footer.footer span {
    display: block;
    width: auto;
    margin-bottom: 20px;
  }
}
footer.footer .footer-rows {
  width: 24%;
  float: left;
}
@media (max-width: 767px) {
  footer.footer .footer-rows {
    width: 33.3%;
  }
}
@media (max-width: 480px) {
  footer.footer .footer-rows {
    width: 100%;
  }
}
footer.footer .footer-rows:first-child {
  width: 28%;
}
@media (max-width: 767px) {
  footer.footer .footer-rows:first-child {
    width: 100%;
  }
}
footer.footer .footer-rows .logo {
  width: 180px;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  footer.footer .footer-rows .logo {
    margin-left: auto;
    margin-right: auto;
  }
}
footer.footer .footer-rows .logo img {
  width: 100%;
}
footer.footer .footer-rows h4 {
  font-weight: bold;
  color: #6c6e7b;
  margin: 0 0 14px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
footer.footer .footer-rows ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 45px;
  list-style-position: inside;
  /*
            &.social-icons{
                text-align: center;
                width: 180px;
                @media (max-width: @screen-sm) {
                    margin-left: auto;
                    margin-right: auto;
                }
                li{
                    display: inline-block;
                    a{
                        width: 30px;
                        height: 30px;
                        margin-right: 10px;
                        .border-radius(100%);
                        background-color: #a1a0a0;
                        display: block;
                        text-align: center;
                        i{
                            color: #fff;
                            line-height: 30px;
                        }
                    }
                    &:first-child{
                        a{
                            background-color: #164b93;
                        }
                    }
                    &:nth-child(2){
                        a{
                            background-color: #4099FF;
                        }
                    }
                    &:nth-child(3){
                        a{
                            background-color: #cb2027;
                        }
                    }
                    &:nth-child(4){
                        a{
                            background-color: #405de6;
                        }
                    }
                }
            }
            */
}
@media (max-width: 767px) {
  footer.footer .footer-rows ul {
    width: auto;
    float: none;
    margin-bottom: 20px;
  }
}
footer.footer .footer-rows ul li {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  footer.footer .footer-rows ul li:first-child a {
    margin-bottom: 5px;
  }
}
footer.footer .footer-rows ul li a {
  color: #73808a;
  font-size: 12px;
}
footer.footer .footer-rows ul li a:hover {
  color: #fff;
}
footer.footer .footer-rows .social-icons {
  text-align: center;
  width: 180px;
  margin: 0 0 45px;
}
@media (max-width: 767px) {
  footer.footer .footer-rows .social-icons {
    margin-left: auto;
    margin-right: auto;
  }
}
footer.footer .footer-rows .social-icons a {
  margin-bottom: 10px;
  font-size: 12px;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #a1a0a0;
  display: inline-block;
  text-align: center;
}
footer.footer .footer-rows .social-icons a i {
  color: #fff;
  line-height: 30px;
}
footer.footer .footer-rows .social-icons a:last-child {
  margin-right: 0;
}
footer.footer .footer-rows .social-icons a:nth-of-type(1) {
  background-color: #164b93;
}
footer.footer .footer-rows .social-icons a:nth-of-type(2) {
  background-color: #4099FF;
}
footer.footer .footer-rows .social-icons a:nth-of-type(3) {
  background-color: #cb2027;
}
footer.footer .footer-rows .social-icons a:nth-of-type(4) {
  background-color: #e1306c;
}
footer.footer p {
  line-height: 59px;
  font-size: 11px;
  color: #73808a;
  margin-bottom: 0;
}
.copyright-lang {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #242930;
  color: #73808a;
}
@media screen and (max-width: 767px) {
  .copyright-lang {
    flex-direction: column-reverse;
    padding-top: 20px;
  }
}
.copyright-lang .lenguage-block .dropup {
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.copyright-lang .lenguage-block .dropup i {
  font-size: 18px;
}
.copyright-lang .lenguage-block .dropup .dropdown-toggle {
  color: #73808a;
  text-decoration: none;
  font-size: 16px;
  margin-left: 5px;
  transition: all 0.3s;
}
.copyright-lang .lenguage-block .dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.copyright-lang .lenguage-block .dropup .dropdown-toggle:focus::after {
  transform: rotate(180deg);
}
.copyright-lang .lenguage-block .dropup:hover {
  color: #fff;
}
.copyright-lang .lenguage-block .dropup:hover a {
  color: #fff;
}
.copyright-lang .lenguage-block .open > .dropdown-menu {
  display: flex;
  flex-direction: column;
  padding: 20px 25px;
}
.copyright-lang .lenguage-block .open > .dropdown-menu a {
  padding: 10px;
  font-size: 16px;
  color: #2c2c43;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s;
}
.copyright-lang .lenguage-block .open > .dropdown-menu a:hover {
  color: #abd40b;
}
.copyright-lang .lenguage-block .dropdown-menu {
  right: 0!important;
  min-width: 120px;
  left: auto;
}
.modal {
  z-index: 10500000;
}
.modal.modal-registration {
  background-color: #f9f9f9;
}
.modal.modal-registration .modal-dialog {
  max-width: 450px;
  width: 100%;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .modal.modal-registration .modal-dialog {
    max-width: 100%;
    margin: 40px 0 0 0;
  }
}
.modal.modal-registration .modal-dialog .modal-content {
  background-color: transparent;
  box-shadow: none;
  border: none;
  text-align: center;
}
.modal.modal-registration .modal-dialog .modal-content .errorMessage,
.modal.modal-registration .modal-dialog .modal-content .errorSummary {
  background-color: transparent;
  border: none;
  font-size: 14px;
  color: #DE3B3B;
}
.modal.modal-registration .modal-dialog .modal-content h2 {
  font-size: 30px;
  color: #2c2c43;
  line-height: 40px;
  margin-bottom: 36px;
}
.modal.modal-registration .modal-dialog .modal-content .form-group {
  margin-bottom: 20px;
}
.modal.modal-registration .modal-dialog .modal-content .form-group .form-control {
  height: 60px;
  border-color: #e8e8e8;
  background-color: #e8e8e8;
  border-radius: 50px;
  font-size: 20px;
  padding-left: 23px;
  font-weight: normal;
  transition: 0.5s;
  -webkit-appearance: none;
}
.modal.modal-registration .modal-dialog .modal-content .form-group .form-control:focus {
  border: none;
  box-shadow: 0 6px 6px -2px #cccccc;
  background-color: #fff;
}
.modal.modal-registration .modal-dialog .modal-content .btn {
  line-height: 60px;
  padding: 0 50px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 40px;
  background: #abd40b;
  background: -moz-linear-gradient(left, #abd40b 0, #5cd40b 100%);
  background: -webkit-gradient(left top, right top, color-stop(0, #abd40b), color-stop(100%, #5cd40b));
  background: -webkit-linear-gradient(left, #abd40b 0, #5cd40b 100%);
  background: -o-linear-gradient(left, #abd40b 0, #5cd40b 100%);
  background: -ms-linear-gradient(left, #abd40b 0, #5cd40b 100%);
  background: linear-gradient(to right, #abd40b 0, #5cd40b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#abd40b', endColorstr='#5cd40b', GradientType=1);
  box-shadow: 0 6px 6px -2px #cccccc;
  border: none;
  transition: 0.5s;
}
.modal.modal-registration .modal-dialog .modal-content .btn:hover {
  box-shadow: none;
}
.modal.modal-registration .modal-dialog .modal-content .btn:focus {
  outline: none;
}
.modal.modal-registration .close {
  color: #2c2c43;
  text-shadow: none;
  position: absolute;
  top: -65px;
  right: -200px;
  font-size: 40px;
  opacity: 1;
  font-weight: 100;
}
@media (max-width: 767px) {
  .modal.modal-registration .close {
    right: 25px;
    top: -25px;
  }
}
.modal.modal-registration .close:hover {
  color: #abd40b;
}
.modal.modal-registration .close:focus {
  outline: none;
}
/* Form elements
-------------------------------------------------- */
.form-group-half {
  width: calc(50% - 10px);
  float: left;
}
.form-group-half:nth-child(2n-1) {
  margin-right: 20px;
}
.form-group-3half {
  width: calc(33.33% - 13.33px);
  float: left;
  margin-right: 20px;
}
.form-group-3half:nth-child(3n) {
  margin-right: 0;
}
.form-group.not-floated {
  float: none;
}
.form-group.full-width {
  float: none;
  width: 100%;
}
.form-group label {
  color: #7B7B8A;
}
.form-group select::-ms-expand {
  display: none;
}
.form-group select:not([multiple]) {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #2a414e;
  padding: 0;
  height: 35px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #C4C4D0;
  text-indent: 10px;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #fff;
  background-image: url("../img/select-arrow.png");
  background-origin: padding-box;
  background-position: right 10px top;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 10px auto;
  box-shadow: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.form-group select:not([multiple]):focus {
  border-color: #C3D62D;
}
.form-group textarea {
  box-shadow: none;
}
.form-group textarea:focus {
  border-color: #C3D62D !important;
  outline: none;
  box-shadow: none;
}
.form-group input[type=text],
.form-group input[type=password],
.form-group textarea {
  border: 1px solid #C4C4D0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #F5F9F9;
  box-shadow: none;
}
.form-group input[type=text]::-webkit-input-placeholder,
.form-group input[type=password]::-webkit-input-placeholder,
.form-group textarea::-webkit-input-placeholder {
  color: #C4C4D0;
}
.form-group input[type=text]:-moz-placeholder,
.form-group input[type=password]:-moz-placeholder,
.form-group textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #C4C4D0;
}
.form-group input[type=text]::-moz-placeholder,
.form-group input[type=password]::-moz-placeholder,
.form-group textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #C4C4D0;
}
.form-group input[type=text]:-ms-input-placeholder,
.form-group input[type=password]:-ms-input-placeholder,
.form-group textarea:-ms-input-placeholder {
  color: #C4C4D0;
}
.form-group input[type=text]:focus,
.form-group input[type=password]:focus,
.form-group textarea:focus {
  border-color: #C3D62D;
}
.form-group input[type='checkbox'] + label {
  font-weight: normal;
  display: inline;
}
.input-group-addon {
  border-color: #C4C4D0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.upload-avatar-box h4 {
  margin-top: 50px;
}
/* overlay
---------------------------------------------------*/
#overlay {
  opacity: 0.5;
  display: none;
  background: #080808;
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
#overlay ul {
  padding: 0;
  margin: 300px auto 0;
  list-style: none;
  text-align: center;
  display: block;
}
#overlay ul li {
  width: 10px;
  height: 10px;
  background-color: white;
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
  display: inline-block;
  border-radius: 50%;
  margin: 0 4px;
  -webkit-animation: loading 2.5s infinite;
  -moz-animation: loading 2.5s infinite;
  -o-animation: loading 2.5s infinite;
  -ms-animation: loading 2.5s infinite;
  animation: loading 2.5s infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.03, 0.615, 0.995, 0.415);
  -moz-animation-timing-function: cubic-bezier(0.03, 0.615, 0.995, 0.415);
  -o-animation-timing-function: cubic-bezier(0.03, 0.615, 0.995, 0.415);
  -ms-animation-timing-function: cubic-bezier(0.03, 0.615, 0.995, 0.415);
  animation-timing-function: cubic-bezier(0.03, 0.615, 0.995, 0.415);
}
#overlay ul li.li1 {
  -webkit-animation-delay: 1.25s;
  -moz-animation-delay: 1.25s;
  -o-animation-delay: 1.25s;
  -ms-animation-delay: 1.25s;
  animation-delay: 1.25s;
}
#overlay ul li.li2 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  -ms-animation-delay: 1s;
  animation-delay: 1s;
}
#overlay ul li.li3 {
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
#overlay ul li.li4 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#overlay ul li.li5 {
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  -ms-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
#overlay ul li.li6 {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  -ms-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: translateX(-30px);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(30px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes loading {
  0% {
    -moz-transform: translateX(-30px);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    -moz-transform: translateX(30px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes loading {
  0% {
    -o-transform: translateX(-30px);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    -o-transform: translateX(30px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes loading {
  0% {
    -ms-transform: translateX(-30px);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    -ms-transform: translateX(30px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loading {
  0% {
    -ms-transform: translateX(-30px);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    -ms-transform: translateX(30px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* Overlay style end*/
/* Error code
-------------------------------------------------- */
.error-code {
  margin: 150px 0 150px;
  text-align: center;
}
.error input,
.error select,
.error textarea {
  border-color: #DE3B3B !important;
}
/* Buttons
-------------------------------------------------- */
.btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.btn.btn-success {
  background-color: #abd40b;
  border-color: #abd40b;
}
.btn.btn-success:hover,
.btn.btn-success:active,
.btn.btn-success:focus {
  background-color: #5cd40b;
  border-color: #5cd40b;
  outline: none;
}
.btn.btn-primary {
  background-color: #4099ff;
  border-color: #4099ff;
}
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
  background-color: #0064D6;
  border-color: #0064D6;
}
.btn.btn-red {
  background-color: #e73c59;
  border-color: #e73c59;
  color: #fff;
}
.btn.btn-red:hover,
.btn.btn-red:active,
.btn.btn-red:focus {
  background-color: #9f253a;
  border-color: #9f253a;
}
.btn.btn-info {
  background-color: #14bdf5;
  border-color: #14bdf5;
}
.btn.btn-info:hover,
.btn.btn-info:active,
.btn.btn-info:focus {
  background-color: #0094C5;
  border-color: #0094C5;
}
.btn.btn-orange {
  background-color: #ef9725;
  border-color: #ef9725;
  color: #fff;
}
.btn.btn-orange:hover,
.btn.btn-orange:active,
.btn.btn-orange:focus {
  background-color: #ff5a00;
  border-color: #ff5a00;
  color: #fff;
}
.btn.btn-brown {
  background-color: #5d4d48;
  border-color: #5d4d48;
  color: #fff;
}
.btn.btn-brown:hover,
.btn.btn-brown:active,
.btn.btn-brown:focus {
  background-color: #463935;
  border-color: #463935;
  color: #fff;
}
.btn.btn-transparent {
  background-color: transparent;
  border-color: #0c3150;
  color: #0c3150;
}
.btn.btn-transparent:hover,
.btn.btn-transparent:active,
.btn.btn-transparent:focus {
  background-color: #0c3150;
  border-color: #0c3150;
  color: #fff;
}
.btn.btn-blue-light {
  background-color: #0090ff;
  border-color: #0090ff;
  color: #fff;
}
.btn.btn-blue-light:hover,
.btn.btn-blue-light:active,
.btn.btn-blue-light:focus {
  background-color: #0285ea;
  border-color: #0285ea;
  color: #fff;
}
.btn.btn-black {
  background-color: #2c3135;
  border-color: #2c3135;
  color: #fff;
}
.btn.btn-black:hover,
.btn.btn-black:active,
.btn.btn-black:focus {
  background-color: #131618;
  border-color: #131618;
  color: #fff;
}
.btn:hover {
  background-color: transparent;
}
.main-btn {
  border-radius: 7px;
  background: #abd40b;
  /* Old browsers */
  background: -moz-linear-gradient(right, #abd40b 0%, #5cd40b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(right, #abd40b 0%, #5cd40b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #abd40b 0%, #5cd40b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@mainGreen', endColorstr='@mainGreenHover', GradientType=0);
  /* IE6-9 */
  border: none;
  box-shadow: 0 0 10px 0 #eaf0f0;
  transition: 0.4s;
  height: 54px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.main-btn:hover {
  background-image: linear-gradient(to right, #14d786, #2ad2e3);
  color: #fff !important;
  box-shadow: none;
}
.main-btn:active:focus,
.main-btn:focus {
  outline: none;
  color: #fff;
}
/* Alerts
-------------------------------------------------- */
.alert.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.errorMessage,
.errorSummary {
  background-color: transparent;
  border: none;
  font-size: 14px;
  color: #DE3B3B;
}
/* 
*
*   General Sections CSS
*
*
-------------------------------------------------- */
.ecommerce-pricing {
  background-color: #f2f3f4;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .ecommerce-pricing {
    padding: 30px 0px;
  }
}
.ecommerce-pricing table {
  width: 100%;
}
.ecommerce-pricing table thead {
  font-family: 'Brandon Grotesque', "Arial AMU";
}
.ecommerce-pricing table thead tr th {
  padding: 1px;
  width: 20%;
  vertical-align: bottom;
}
.ecommerce-pricing table thead tr th .free-package .normally {
  display: none;
}
.ecommerce-pricing table thead tr th .free-package .bonus-price {
  display: none;
}
.ecommerce-pricing table thead tr th .free-package .plan-name {
  vertical-align: bottom;
  color: #2c2c43;
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  padding: 49px 0px;
}
.ecommerce-pricing table thead tr th .containing {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  display: block;
}
.ecommerce-pricing table thead tr th .containing a {
  text-transform: uppercase;
}
.ecommerce-pricing table thead tr th .containing i {
  font-size: 16px;
  vertical-align: 0;
  margin-left: 5px;
}
.ecommerce-pricing table thead tr th .containing.included {
  background-color: #fff;
}
.ecommerce-pricing table thead tr th .containing.included a {
  background-color: #5cd40b;
}
.ecommerce-pricing table thead tr th .containing.included a:hover {
  background-color: #abd40b;
}
.ecommerce-pricing table thead tr th .containing .most-popular {
  color: #fff;
  display: block;
  text-align: center;
  background-color: #ff5a00;
  font-family: "Roboto", "Arial AMU", sans-serif;
  margin: -10px -10px 10px;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  font-size: 11px;
  line-height: 23px;
  height: 22px;
}
.ecommerce-pricing table thead tr th.free {
  vertical-align: bottom;
  color: #2c2c43;
  text-align: center;
  text-transform: uppercase;
  font-size: 37px;
  font-weight: 400;
}
.ecommerce-pricing table thead tr th .plan-name {
  color: #2c2c43;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 30px;
  line-height: 32px;
  width: 97%;
  margin: 0 auto 10px;
  font-size: 13px;
  text-align: center;
  display: block;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .ecommerce-pricing table thead tr th .plan-name {
    width: 98%;
  }
}
.ecommerce-pricing table thead tr th .normally {
  color: #2c2c43;
  font-size: 13px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.ecommerce-pricing table thead tr th .bonus-price {
  color: #2c2c43;
  display: block;
  text-align: center;
  padding-left: 0;
  font-weight: 400;
  text-transform: uppercase;
  height: 55px;
  margin-top: -10px;
}
.ecommerce-pricing table thead tr th .bonus-price b {
  font-size: 36px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .ecommerce-pricing table thead tr th .bonus-price b {
    font-size: 32px;
  }
}
.ecommerce-pricing table thead tr th .bonus-price span {
  line-height: 17px;
  text-align: left;
  display: inline-block;
  width: 63px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .ecommerce-pricing table thead tr th .bonus-price span {
    width: 50px;
    font-size: 11px;
    line-height: 14px;
  }
}
.ecommerce-pricing table thead a {
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  font-family: 'Brandon Grotesque', "Arial AMU";
  display: block;
  width: 80%;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background-color: #abd40b;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .ecommerce-pricing table thead a {
    font-size: 12px;
    width: 90%;
    height: 32px;
    line-height: 32px;
  }
}
.ecommerce-pricing table thead a i {
  font-size: 20px;
  vertical-align: -2px;
  margin-left: 3px;
}
.ecommerce-pricing table thead a:hover {
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  background-color: #5cd40b;
  text-decoration: none;
}
.ecommerce-pricing table tbody tr:hover td span,
.ecommerce-pricing table tbody tr:hover td span.included {
  background-color: #ffec3b;
  color: #2c2c43;
}
.ecommerce-pricing table tbody tr td {
  padding: 1px;
  font-family: Lato, "Arial AMU", tahoma;
  text-align: center;
}
.ecommerce-pricing table tbody tr td span {
  background-color: #fff;
  display: block;
  height: 46px;
  line-height: 46px;
  color: #2c2c43;
  font-size: 13px;
  width: 100%;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0;
  font-weight: normal;
}
@media (max-width: 992px) {
  .ecommerce-pricing table tbody tr td span {
    font-size: 12px;
  }
}
.ecommerce-pricing table tbody tr td span:empty {
  position: relative;
  display: block;
}
.ecommerce-pricing table tbody tr td span:empty:before {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #9eadb5;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.ecommerce-pricing table tbody tr td span:not(:empty) {
  font-weight: normal;
}
.ecommerce-pricing table tbody tr td span.included {
  background-color: #d8e5ea;
  font-weight: bold;
}
.ecommerce-pricing table tbody tr td span.included.check:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f058";
  color: #fff;
  margin-right: 5px;
  font-size: 14px;
}
.ecommerce-pricing table tfoot tr td {
  padding: 1px;
}
.ecommerce-pricing table tfoot tr td.included a {
  background-color: #5cd40b;
}
.ecommerce-pricing table tfoot tr td.included a:hover {
  background-color: #abd40b;
}
.ecommerce-pricing table tfoot tr td a {
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  font-family: 'Brandon Grotesque', "Arial AMU";
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background-color: #abd40b;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 900;
}
.ecommerce-pricing table tfoot tr td a i {
  font-size: 20px;
  vertical-align: -2px;
  margin-left: 3px;
}
.ecommerce-pricing table tfoot tr td a:hover {
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  background-color: #5cd40b;
  text-decoration: none;
}
.ecommerce-pricing .yearly {
  display: block;
  text-align: right;
  color: #303c47;
  width: 100%;
  font-size: 12px;
  font-family: "Helvetica Neue", "Arial AMU", Helvetica, Arial, sans-serif;
  margin: 10px 0 0;
}
@media (max-width: 767px) {
  .ecommerce-pricing .yearly {
    padding: 0 15px;
  }
}
.ecommerce-pricing .price-responsive-tab {
  margin-top: 30px;
  padding: 0 15px;
}
.ecommerce-pricing .price-responsive-tab .nav {
  text-align: center;
  border-bottom: none;
}
.ecommerce-pricing .price-responsive-tab .nav li {
  float: none;
  margin: 0 7px;
  display: inline-block;
}
@media (max-width: 480px) {
  .ecommerce-pricing .price-responsive-tab .nav li {
    margin: 0px;
  }
}
.ecommerce-pricing .price-responsive-tab .nav li.active a {
  border: none;
  background-color: #abd40b;
  color: #fff;
}
.ecommerce-pricing .price-responsive-tab .nav li a {
  border: none;
  background-color: #bac9d0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 13px;
  color: #2c2c43;
  font-weight: 700;
  font-style: normal;
  height: 30px;
  line-height: 29px;
  padding: 0 20px;
  margin: 0 auto 10px;
  text-align: center;
  display: block;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .ecommerce-pricing .price-responsive-tab .nav li a {
    padding: 0 15px;
    font-size: 11px;
  }
}
.ecommerce-pricing .price-responsive-tab a {
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  margin: 1px 0;
  font-family: 'Brandon Grotesque', "Arial AMU";
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background-color: #365170;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
  float: right;
}
.ecommerce-pricing .price-responsive-tab a i {
  font-size: 20px;
  vertical-align: -2px;
  margin-left: 3px;
}
.ecommerce-pricing .price-responsive-tab a:hover {
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  background-color: #293c4c;
  text-decoration: none;
}
.ecommerce-pricing .price-responsive-tab h2 {
  text-align: center;
}
.ecommerce-pricing .price-responsive-tab h2.free {
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0px;
  line-height: 58px;
  font-size: 37px;
  color: #2c2c43;
  font-weight: 700;
  font-style: normal;
}
.ecommerce-pricing .price-responsive-tab .free-price {
  display: flex;
  flex: 1;
  justify-content: center;
  vertical-align: bottom;
  color: #2c2c43;
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  padding: 20px;
}
.ecommerce-pricing .price-responsive-tab .plan-name {
  background-color: #bac9d0;
  color: #2c2c43;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  height: 30px;
  line-height: 29px;
  width: 70%;
  margin: 0 auto 10px;
  font-size: 13px;
  text-align: center;
  display: block;
  text-transform: uppercase;
}
.ecommerce-pricing .price-responsive-tab .normally {
  color: #2c2c43;
  font-size: 13px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.ecommerce-pricing .price-responsive-tab .bonus-price {
  color: #2c2c43;
  display: block;
  text-align: center;
  padding-left: 0;
  font-weight: 400;
  text-transform: uppercase;
  height: 55px;
  margin-top: -10px;
}
.ecommerce-pricing .price-responsive-tab .bonus-price b {
  font-size: 40px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .ecommerce-pricing .price-responsive-tab .bonus-price b {
    font-size: 36px;
  }
}
.ecommerce-pricing .price-responsive-tab .bonus-price span {
  text-align: left;
  display: inline-block;
  width: 70px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .ecommerce-pricing .price-responsive-tab .bonus-price span {
    width: 52px;
    font-size: 12px;
  }
}
/* How it work section
-------------------------------------------------- */
.how-it-work {
  background-color: #f2f3f4;
  padding: 38px 0 36px 0;
}
@media (max-width: 480px) {
  .how-it-work {
    padding: 28px 4px 26px 4px;
  }
}
.how-it-work h1 {
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 480px) {
  .how-it-work h1 {
    font-size: 26px;
  }
}
.how-it-work p {
  max-width: 360px;
  margin: 0 auto 58px auto;
  line-height: 18px;
  text-align: center;
}
@media (max-width: 480px) {
  .how-it-work p {
    margin-bottom: 27px;
  }
}
.how-it-work .steps-wrapper {
  max-width: 940px;
  margin: auto;
}
.how-it-work .steps-wrapper .step-item {
  position: relative;
  padding: 0 15px;
  width: 25%;
  float: left;
  text-align: center;
}
@media (max-width: 480px) {
  .how-it-work .steps-wrapper .step-item {
    width: 100%;
    float: none;
    padding-bottom: 25px;
  }
}
.how-it-work .steps-wrapper .step-item:not(:last-child):after {
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  right: -11px;
  top: 0;
  color: #d6e2ea;
  font-size: 62px;
  line-height: 100px;
}
@media (max-width: 710px) {
  .how-it-work .steps-wrapper .step-item:not(:last-child):after {
    line-height: 50px;
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .how-it-work .steps-wrapper .step-item:not(:last-child):after {
    /* Safari */
    -webkit-transform: rotate(90deg);
    /* Firefox */
    -moz-transform: rotate(90deg);
    /* IE */
    -ms-transform: rotate(90deg);
    /* Opera */
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    top: auto;
    bottom: 0;
    right: calc(50% - 7px);
  }
}
.how-it-work .steps-wrapper .step-item .step-image {
  display: inline-block;
  width: 100px;
  line-height: 100px;
  background-color: #bbc4c8;
  text-align: center;
  color: #fff;
  font-family: 'Brandon Grotesque', "Arial AMU";
  font-weight: 700;
  font-size: 67px;
  border-radius: 100%;
}
@media (max-width: 710px) {
  .how-it-work .steps-wrapper .step-item .step-image {
    font-size: 35px;
    width: 50px;
    line-height: 50px;
  }
}
.how-it-work .steps-wrapper .step-item .done {
  background-image: url("../img/get_revenue_icon-ubicross.svg");
  background-color: #abd40b;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 46px 51px;
  height: 100px;
}
@media (max-width: 710px) {
  .how-it-work .steps-wrapper .step-item .done {
    height: 50px;
    background-size: 23px auto;
  }
}
.how-it-work .steps-wrapper .step-item h3 {
  margin-top: 25px;
}
@media (max-width: 710px) {
  .how-it-work .steps-wrapper .step-item h3 {
    margin-top: 12px;
  }
}
@media (max-width: 480px) {
  .how-it-work .steps-wrapper .step-item h3 {
    margin: 7px 0 22px 0;
  }
}
/* Get start section
-------------------------------------------------- */
.get-start {
  text-align: center;
  padding: 0 0 80px 0;
  background-color: #fff;
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width: 480px) {
  .get-start {
    margin-top: 0;
    padding: 0 20px;
  }
}
.get-start:after {
  height: 55px;
  width: 100%;
  margin-top: -20px;
  background-repeat: repeat-x;
  background-position: top center;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
}
.get-start h1 {
  margin: 0px 0 26px 0;
  text-align: center;
}
@media (max-width: 480px) {
  .get-start h1 {
    font-size: 26px;
    margin-top: 48px;
  }
}
.get-start p {
  margin-bottom: 50px;
}
.get-start .left-block {
  position: relative;
  text-align: center;
}
@media (max-width: 480px) {
  .get-start .left-block {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.get-start .left-block h2 {
  font-size: 48px;
  font-weight: 700;
}
@media (max-width: 480px) {
  .get-start .left-block h2 {
    text-align: center;
    margin: 0;
  }
}
.get-start .right-block {
  float: right;
  width: 50%;
  padding-left: 48px;
}
@media (max-width: 480px) {
  .get-start .right-block {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.get-start .right-block h3 {
  text-align: center;
  color: #bbc4c8;
  font-size: 24px;
  display: inline-block;
  max-width: 318px;
  float: left;
}
@media (max-width: 480px) {
  .get-start .right-block h3 {
    float: none;
    margin: 18px 0 0 0;
  }
}
.get-start a.start {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 50px auto 58px auto;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 360px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  border: none;
  outline: none;
  font-family: 'Brandon Grotesque', "Arial AMU";
  font-size: 15px;
  font-weight: 900;
  background: #abd40b;
  background: -moz-linear-gradient(left, #abd40b 0, #5cd40b 100%);
  background: -webkit-gradient(left top, right top, color-stop(0, #abd40b), color-stop(100%, #5cd40b));
  background: -webkit-linear-gradient(left, #abd40b 0, #5cd40b 100%);
  background: -o-linear-gradient(left, #abd40b 0, #5cd40b 100%);
  background: -ms-linear-gradient(left, #abd40b 0, #5cd40b 100%);
  background: linear-gradient(to right, #abd40b 0, #5cd40b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#abd40b', endColorstr='#5cd40b', GradientType=1);
  border-radius: 41px;
  box-shadow: 0 6px 6px -2px #cccccc;
  cursor: pointer;
}
@media (max-width: 767px) {
  .get-start a.start {
    width: 230px;
  }
}
@media (max-width: 480px) {
  .get-start a.start {
    width: 100%;
  }
}
.get-start a.start:hover {
  background-color: #5cd40b;
  box-shadow: none;
}
/* Favorites section
-------------------------------------------------- */
.favorite-block {
  font-family: 'Brandon Grotesque', "Arial AMU";
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.favorite-block .favorite-page {
  width: 360px;
  padding: 10px;
  margin-left: 10px;
  height: 520px;
  margin-bottom: 40px;
}
.favorite-block .favorite-page a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.favorite-block .favorite-page a .fav-button {
  text-transform: uppercase;
  position: absolute;
  line-height: 40px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 40px;
  color: #5cd40b;
  background: #fff;
  border: none;
  transition: 0.5s;
}
.favorite-block .favorite-page a .fav-button:hover {
  box-shadow: 0 6px 10px -4px #000;
}
.favorite-block .favorite-page a .fav-gradient {
  background: -moz-linear-gradient(left, rgba(171, 212, 11, 0.8) 0, rgba(92, 212, 11, 0.8) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0, rgba(171, 212, 11, 0.8)), color-stop(100%, rgba(92, 212, 11, 0.8)));
  background: -webkit-linear-gradient(left, rgba(171, 212, 11, 0.8) 0, rgba(92, 212, 11, 0.8) 100%);
  background: -o-linear-gradient(left, rgba(171, 212, 11, 0.8) 0, rgba(92, 212, 11, 0.8) 100%);
  background: -ms-linear-gradient(left, rgba(171, 212, 11, 0.8) 0, rgba(92, 212, 11, 0.8) 100%);
  background: linear-gradient(to right, rgba(171, 212, 11, 0.8) 0, rgba(92, 212, 11, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(171, 212, 11, 0.8)', endColorstr='rgba(92, 212, 11, 0.8)', GradientType=1);
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 9px;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.favorite-block .favorite-page a .fav-gradient:hover {
  opacity: 1;
}
@media screen and (max-width: 1170px) {
  .favorite-block .favorite-page {
    width: 300px;
    height: 430px;
  }
}
@media screen and (max-width: 767px) {
  .favorite-block .favorite-page {
    width: 240px;
    height: 354px;
  }
}
@media screen and (max-width: 480px) {
  .favorite-block .favorite-page {
    width: 180px;
    padding: 5px;
    height: 3340x;
    margin-bottom: 0px;
  }
}
.favorite-block .favorite-page h2 {
  font-size: 14px;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 15px;
  color: #717171;
  text-transform: uppercase;
}
.favorite-block .favorite-page p {
  margin-top: 7px;
  font-size: 14px;
  font-weight: normal;
}
.favorite-block .favorite-page span {
  font-size: 14px;
  text-transform: uppercase;
  color: blue;
}
.favorite-block .favorite-page img {
  width: 100%;
  height: 100%;
  border-radius: 9px;
  transition: 0.3s;
}
/* Support section
-------------------------------------------------- */
.support-section {
  background-color: #f2f3f4;
}
@media (max-width: 480px) {
  .support-section {
    padding: 0 12px;
  }
}
.support-section .support-container {
  background-image: url('../img/supportguy.png');
  background-repeat: no-repeat;
  background-position: bottom right 100px;
  min-height: 386px;
  max-width: 940px;
  margin: auto;
}
@media (max-width: 992px) {
  .support-section .support-container {
    background-position: bottom right 10px;
  }
}
@media (max-width: 767px) {
  .support-section .support-container {
    background-image: none;
    text-align: center;
    min-height: 310px;
  }
}
.support-section .support-container h2 {
  margin: 92px 0 22px;
}
@media (max-width: 767px) {
  .support-section .support-container h2 {
    margin-top: 60px;
  }
}
.support-section .support-container p {
  color: #2c2c43;
  max-width: 500px;
}
@media (max-width: 992px) {
  .support-section .support-container p {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .support-section .support-container p {
    margin: auto;
  }
}
.support-section .support-container .btn {
  font-family: "Helvetica Neue", "Arial AMU", Helvetica, Arial, sans-serif;
  height: 36px;
  line-height: 34px;
  font-size: 14px;
  font-weight: 400;
  max-width: 140px;
  margin-top: 27px;
  margin-bottom: 20px;
  clear: both;
  display: block;
  padding: 0;
  background-color: #1ba9f3;
  border-color: #1ba9f3;
}
.support-section .support-container .btn:hover {
  background-color: #0b8dd0;
  border-color: #0b8dd0;
}
@media (max-width: 767px) {
  .support-section .support-container .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.support-section .support-container .phone {
  color: #2c2d43;
  font-weight: bold;
  font-size: 18px;
}
/* Find domain section
-------------------------------------------------- */
.find-domain {
  background-color: #f2f3f4;
  padding: 8px 0 27px 0;
  text-align: center;
}
.find-domain h1 {
  margin-bottom: 30px;
}
.find-domain h1.taken-name {
  color: #a94442 !important;
}
@media (max-width: 991px) {
  .find-domain h1 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .find-domain h1 {
    font-size: 20px;
  }
}
.find-domain form .form-wrapper {
  max-width: 715px;
  margin: 30px auto 15px auto;
}
@media (max-width: 767px) {
  .find-domain form .form-wrapper {
    padding: 0 15px;
  }
}
.find-domain form .form-wrapper .form-group {
  float: left;
  width: calc(100% - 265px);
}
@media (max-width: 767px) {
  .find-domain form .form-wrapper .form-group {
    width: calc(100% - 194px);
  }
}
@media (max-width: 480px) {
  .find-domain form .form-wrapper .form-group {
    width: 100%;
  }
}
.find-domain form .form-wrapper .form-group .input-group {
  display: block;
}
.find-domain form .form-wrapper .form-group .input-group .input-group-addon {
  background: rgba(255, 255, 255, 0.6);
  border: none;
  font-weight: 700;
  color: #2c2c43;
  padding-left: 15px;
  padding-right: 5px;
  display: none;
}
.find-domain form .form-wrapper .form-group .input-group input.form-control {
  -webkit-appearance: none;
  transition: 0.3s;
  height: 50px;
  background-color: #fff;
  border: 1px solid #FFFFFF80;
  outline: none;
  font-size: 14px;
  font-weight: 700;
  color: #77798f;
  padding-left: 50px;
  border-radius: 19px;
}
.find-domain form .form-wrapper .form-group .input-group input.form-control.rz1::-webkit-input-placeholder {
  color: #d2d2db;
}
.find-domain form .form-wrapper .form-group .input-group input.form-control.rz1:-moz-placeholder {
  /* Firefox 18- */
  color: #d2d2db;
}
.find-domain form .form-wrapper .form-group .input-group input.form-control.rz1::-moz-placeholder {
  /* Firefox 19+ */
  color: #d2d2db;
}
.find-domain form .form-wrapper .form-group .input-group input.form-control.rz1:-ms-input-placeholder {
  color: #d2d2db;
}
.find-domain form .form-wrapper .form-group .input-group input.form-control.rz1:focus::-webkit-input-placeholder {
  transform: translateY(-18px);
}
@media (max-width: 481px) {
  .find-domain form .form-wrapper .form-group .input-group input.form-control.rz1:focus::-webkit-input-placeholder {
    transform: translateY(-15px);
    left: 0;
    font-size: 10px;
  }
}
.find-domain form .form-wrapper .form-group .input-group input.form-control.rz1:focus:-moz-placeholder {
  /* Firefox 18- */
  transform: translateY(-18px);
}
@media (max-width: 481px) {
  .find-domain form .form-wrapper .form-group .input-group input.form-control.rz1:focus:-moz-placeholder {
    transform: translateY(-15px);
    left: 0;
    font-size: 10px;
  }
}
.find-domain form .form-wrapper .form-group .input-group input.form-control.rz1:focus::-moz-placeholder {
  /* Firefox 19+ */
  transform: translateY(-18px);
}
@media (max-width: 481px) {
  .find-domain form .form-wrapper .form-group .input-group input.form-control.rz1:focus::-moz-placeholder {
    transform: translateY(-15px);
    left: 0;
    font-size: 10px;
  }
}
.find-domain form .form-wrapper .form-group .input-group input.form-control.rz1:focus:-ms-input-placeholder {
  transform: translateY(-18px);
}
@media (max-width: 481px) {
  .find-domain form .form-wrapper .form-group .input-group input.form-control.rz1:focus:-ms-input-placeholder {
    transform: translateY(-15px);
    left: 0;
    font-size: 10px;
  }
}
.find-domain form .form-wrapper .form-group .input-group input.form-control:focus {
  border-color: #00BAFF;
}
@media (max-width: 767px) {
}
@media (max-width: 480px) {
  .find-domain form .form-wrapper .form-group .input-group input.form-control {
    line-height: 40px;
  }
}
.find-domain form .form-wrapper .form-group .input-group input.form-control::-webkit-input-placeholder {
  color: rgba(44, 44, 67, 0.5);
  font-size: 20px;
  font-weight: 400;
  transition: font-size 0.4s, transform 0.4s, visibility 0.4s;
}
.find-domain form .form-wrapper .form-group .input-group input.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(44, 44, 67, 0.5);
  font-size: 20px;
  font-weight: 400;
  transition: font-size 0.4s, transform 0.4s, visibility 0.4s;
}
.find-domain form .form-wrapper .form-group .input-group input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(44, 44, 67, 0.5);
  font-size: 20px;
  font-weight: 400;
  transition: font-size 0.4s, transform 0.4s, visibility 0.4s;
}
.find-domain form .form-wrapper .form-group .input-group input.form-control:-ms-input-placeholder {
  color: rgba(44, 44, 67, 0.5);
  font-size: 20px;
  font-weight: 400;
  transition: font-size 0.4s, transform 0.4s, visibility 0.4s;
}
.find-domain form .form-wrapper .form-group .input-group input.form-control:focus::-webkit-input-placeholder {
  font-size: 11px;
  transform: translateY(-20px);
  visibility: visible !important;
  opacity: 1;
}
@media (max-width: 991px) {
  .find-domain form .form-wrapper .form-group .input-group input.form-control:focus::-webkit-input-placeholder {
    transform: translateY(-17px);
    font-size: 10px;
  }
}
.find-domain form .form-wrapper .form-group .input-group input.form-control:focus:-moz-placeholder {
  /* Firefox 18- */
  font-size: 11px;
  transform: translateY(-20px);
  visibility: visible !important;
  opacity: 1;
}
@media (max-width: 991px) {
  .find-domain form .form-wrapper .form-group .input-group input.form-control:focus:-moz-placeholder {
    transform: translateY(-17px);
    font-size: 10px;
  }
}
.find-domain form .form-wrapper .form-group .input-group input.form-control:focus::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 11px;
  transform: translateY(-20px);
  visibility: visible !important;
  opacity: 1;
}
@media (max-width: 991px) {
  .find-domain form .form-wrapper .form-group .input-group input.form-control:focus::-moz-placeholder {
    transform: translateY(-17px);
    font-size: 10px;
  }
}
.find-domain form .form-wrapper .form-group .input-group input.form-control:focus:-ms-input-placeholder {
  font-size: 11px;
  transform: translateY(-20px);
  visibility: visible !important;
  opacity: 1;
}
@media (max-width: 991px) {
  .find-domain form .form-wrapper .form-group .input-group input.form-control:focus:-ms-input-placeholder {
    transform: translateY(-17px);
    font-size: 10px;
  }
}
.find-domain form .form-wrapper button {
  padding-top: 2px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  margin-left: 20px;
  float: left;
  width: 240px;
  height: 50px;
  border-radius: 2px;
  color: #fff;
  text-transform: uppercase;
  border: none;
  outline: none;
  font-family: 'Brandon Grotesque', "Arial AMU";
  font-size: 15px;
  font-weight: 900;
  background: #abd40b;
  background: -moz-linear-gradient(left, #abd40b 0, #5cd40b 100%);
  background: -webkit-gradient(left top, right top, color-stop(0, #abd40b), color-stop(100%, #5cd40b));
  background: -webkit-linear-gradient(left, #abd40b 0, #5cd40b 100%);
  background: -o-linear-gradient(left, #abd40b 0, #5cd40b 100%);
  background: -ms-linear-gradient(left, #abd40b 0, #5cd40b 100%);
  background: linear-gradient(to right, #abd40b 0, #5cd40b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#abd40b', endColorstr='#5cd40b', GradientType=1);
  border-radius: 41px;
  box-shadow: 0 6px 6px -2px rgba(0, 0, 0, 0.46);
}
@media (max-width: 767px) {
  .find-domain form .form-wrapper button {
    width: 174px;
  }
}
@media (max-width: 480px) {
  .find-domain form .form-wrapper button {
    width: 100%;
    height: 40px;
    margin-left: 0;
  }
}
.find-domain form .form-wrapper button:hover {
  background-color: #5cd40b !important;
  box-shadow: none;
}
.find-domain a.learn {
  font-family: "Helvetica Neue", "Arial AMU", Helvetica, Arial, sans-serif;
  color: #74d40b;
  font-size: 14px;
}
.find-domain .addon_control {
  position: relative;
  display: inline-block;
  width: 100%;
}
.find-domain .addon_control img {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 15px;
  top: 13px;
  z-index: 10000;
}
@media screen and (max-width: 480px) {
  .find-domain .addon_control img {
    left: 15px;
    top: 8px;
  }
}
.find-domain .addon_control input:focus {
  border-color: #a3d40b !important;
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .find-domain .addon_control--pr {
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}
.find-domain .btn_c:hover {
  box-shadow: none;
}
.find-domain .registration {
  display: none;
  max-width: 1140px;
  width: 100%;
  padding: 30px;
}
@media (max-width: 1199px) {
  .find-domain .registration {
    padding: 0 20px 20px 20px;
  }
}
@media (max-width: 767px) {
  .find-domain .registration {
    padding: 0 30px;
  }
  .find-domain .registration .form-group {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .find-domain .registration {
    padding: 0 10px;
  }
}
.find-domain .registration h3 {
  font-family: 'Brandon Grotesque', "Arial AMU";
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 25px 0;
  padding-top: 32px;
}
@media (max-width: 991px) {
  .find-domain .registration h3 {
    font-size: 26px;
    padding-top: 27px;
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .find-domain .registration h3 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .find-domain .registration h3 {
    padding-top: 22px;
    margin-bottom: 17px;
  }
}
.find-domain .registration input {
  overflow: hidden;
  background-color: #fff;
  color: #2c2c43;
  height: 50px;
  border: none;
  font-size: 16px;
}
@media (max-width: 991px) {
  .find-domain .registration input {
    height: 35px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .find-domain .registration input {
    height: 40px;
  }
}
.find-domain .registration input::-webkit-input-placeholder {
  color: #77798f;
  text-transform: uppercase;
  transition: font-size 0.4s, transform 0.4s, visibility 0.4s;
}
.find-domain .registration input:-moz-placeholder {
  /* Firefox 18- */
  color: #77798f;
  text-transform: uppercase;
  transition: font-size 0.4s, transform 0.4s, visibility 0.4s;
}
.find-domain .registration input::-moz-placeholder {
  /* Firefox 19+ */
  color: #77798f;
  text-transform: uppercase;
  transition: font-size 0.4s, transform 0.4s, visibility 0.4s;
}
.find-domain .registration input:-ms-input-placeholder {
  color: #77798f;
  text-transform: uppercase;
  transition: font-size 0.4s, transform 0.4s, visibility 0.4s;
}
.find-domain .registration input:focus::-webkit-input-placeholder {
  font-size: 11px;
  transform: translateY(-20px);
  visibility: visible !important;
  opacity: 1;
}
@media (max-width: 991px) {
  .find-domain .registration input:focus::-webkit-input-placeholder {
    transform: translateY(-17px);
    font-size: 10px;
  }
}
.find-domain .registration input:focus:-moz-placeholder {
  /* Firefox 18- */
  font-size: 11px;
  transform: translateY(-20px);
  visibility: visible !important;
  opacity: 1;
}
@media (max-width: 991px) {
  .find-domain .registration input:focus:-moz-placeholder {
    transform: translateY(-17px);
    font-size: 10px;
  }
}
.find-domain .registration input:focus::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 11px;
  transform: translateY(-20px);
  visibility: visible !important;
  opacity: 1;
}
@media (max-width: 991px) {
  .find-domain .registration input:focus::-moz-placeholder {
    transform: translateY(-17px);
    font-size: 10px;
  }
}
.find-domain .registration input:focus:-ms-input-placeholder {
  font-size: 11px;
  transform: translateY(-20px);
  visibility: visible !important;
  opacity: 1;
}
@media (max-width: 991px) {
  .find-domain .registration input:focus:-ms-input-placeholder {
    transform: translateY(-17px);
    font-size: 10px;
  }
}
.find-domain .registration button {
  padding-top: 10px;
  outline: none;
  width: 100%;
  background-color: #ff5a00;
  border: none;
  line-height: 34px;
  text-transform: uppercase;
  font-size: 19px;
  font-family: 'Brandon Grotesque', "Arial AMU";
}
@media (max-width: 991px) {
  .find-domain .registration button {
    font-size: 15px;
    line-height: 19px;
  }
}
.find-domain .registration p.register-info {
  margin: 5px 0 35px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  font-family: 'Brandon Grotesque', "Arial AMU";
}
@media (max-width: 991px) {
  .find-domain .registration p.register-info {
    margin: 0 0 25px 0;
  }
}
.find-domain .registration p.register-info a {
  margin-left: 5px;
  text-transform: none;
  font-size: 12px;
  font-weight: 500;
  font-family: "Helvetica Neue", "Arial AMU", Helvetica, Arial, sans-serif;
  text-decoration: underline;
}
.find-domain .registration p.register-info a:hover {
  text-decoration: none;
  color: #2c2c43;
}
.find-domain .registration .create-store-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.find-domain .registration .create-store-wrapper a,
.find-domain .registration .create-store-wrapper button {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  float: left;
  width: 240px;
  height: 50px;
  border-radius: 2px;
  color: #fff;
  text-transform: uppercase;
  border: none;
  outline: none;
  font-family: 'Brandon Grotesque', "Arial AMU";
  font-size: 15px;
  font-weight: 900;
  background: #abd40b;
  background: -moz-linear-gradient(left, #abd40b 0, #5cd40b 100%);
  background: -webkit-gradient(left top, right top, color-stop(0, #abd40b), color-stop(100%, #5cd40b));
  background: -webkit-linear-gradient(left, #abd40b 0, #5cd40b 100%);
  background: -o-linear-gradient(left, #abd40b 0, #5cd40b 100%);
  background: -ms-linear-gradient(left, #abd40b 0, #5cd40b 100%);
  background: linear-gradient(to right, #abd40b 0, #5cd40b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#abd40b', endColorstr='#5cd40b', GradientType=1);
  border-radius: 41px;
  box-shadow: 0 6px 6px -2px rgba(0, 0, 0, 0.46);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .find-domain .registration .create-store-wrapper a,
  .find-domain .registration .create-store-wrapper button {
    width: 174px;
  }
}
@media (max-width: 480px) {
  .find-domain .registration .create-store-wrapper a,
  .find-domain .registration .create-store-wrapper button {
    width: 100%;
    height: 40px;
    margin-left: 0;
  }
}
.find-domain .registration .create-store-wrapper a:hover,
.find-domain .registration .create-store-wrapper button:hover {
  background-color: #5cd40b !important;
  box-shadow: none;
}
/* Hosting under banner section
-------------------------------------------------- */
.section-under-banner h6 {
  color: #0c3150;
  font-family: 'Brandon Grotesque', "Arial AMU";
  text-transform: uppercase;
  font-weight: 100;
  font-size: 18px;
  margin: 0;
  text-align: center;
}
.section-under-banner h6 .btn {
  margin-left: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-transform: lowercase;
  padding-right: 20px;
  padding-left: 20px;
  vertical-align: 2px;
}
.section-under-banner h6 .btn i {
  font-size: 11px;
  font-weight: 100;
  margin-left: 10px;
}
.section-under-banner h2 {
  color: #0c3150;
  font-family: 'Brandon Grotesque', "Arial AMU";
  text-transform: uppercase;
  font-weight: 100;
  font-size: 30px;
  margin: 50px 0 20px;
  text-align: center;
}
.section-under-banner h2 span {
  color: #0090ff;
  font-weight: normal;
}
.section-under-banner p {
  color: #0c3150;
  font-family: 'Brandon Grotesque', "Arial AMU";
  font-weight: 100;
  font-size: 16px;
  margin: 0 0 40px;
  text-align: center;
}
.section-under-banner ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 33%;
  float: left;
}
.section-under-banner ul li {
  background-image: url('../img/hosting/checkbox.png');
  background-repeat: no-repeat;
  background-size: 20px;
  color: #0c3150;
  font-weight: 400;
  font-size: 16px;
  margin: 0 0 16px;
  padding-left: 40px;
}
.section-under-banner ul li:last-child {
  margin-bottom: 0;
}
/* Hosting Features small seciton
-------------------------------------------------- */
.section-features-small {
  background-color: #f0ff00;
  border-bottom: 1px solid #e4ea4e;
  border-top: 1px solid #e4ea4e;
  padding: 34px 0;
  font-family: 'Brandon Grotesque', "Arial AMU";
}
.section-features-small ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.section-features-small ul li {
  background-image: url('../img/hosting/checkbox.png');
  background-repeat: no-repeat;
  color: #0c3150;
  font-weight: 400;
  font-size: 24px;
  margin: 0 0 16px;
  padding-left: 40px;
}
.section-features-small ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .section-features-small ul li {
    font-size: 18px;
    background-size: 20px;
    padding-left: 23px;
  }
}
.section-features-small .btn-orange {
  width: 100%;
  text-transform: uppercase;
  font-weight: 900;
  margin: 30px 40px 0;
  font-size: 24px;
  line-height: 65px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0;
}
@media (max-width: 992px) {
  .section-features-small .btn-orange {
    font-size: 18px;
    line-height: 52px;
    padding: 0 20px;
  }
}
/* Hosting Features Big seciton
-------------------------------------------------- */
.section-features-big {
  position: relative;
}
.section-features-big: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;
}
.section-features-big h2 {
  color: #303c47;
  font-family: 'Brandon Grotesque', "Arial AMU";
  text-transform: uppercase;
  font-weight: normal;
  position: relative;
  width: 340px;
  margin: 50px auto 30px;
  padding-left: 90px;
}
.section-features-big h2 i {
  color: #0090ff;
  font-size: 70px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}
.section-features-big h2 b {
  font-size: 24px;
  display: block;
}
.section-features-big h2 span {
  color: #0090ff;
  font-size: 42px;
}
.section-features-big .hosting-feature-item {
  min-height: 150px;
  margin-bottom: 30px;
}
.section-features-big .hosting-feature-item h3 {
  font-family: 'Brandon Grotesque', "Arial AMU";
  color: #0c1822;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
}
.section-features-big .hosting-feature-item h3 i {
  vertical-align: -1px;
  margin-right: 4px;
  color: #b9c3c6;
}
.section-features-big .hosting-feature-item p {
  font-family: 'Lato', "Arial AMU", sans-serif;
  color: #365170;
  font-size: 14px;
  margin-bottom: 0;
}
.section-features-big .hosting-features-list h3 {
  color: #0c1822;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
}
.section-features-big .hosting-features-list h3 i {
  vertical-align: -1px;
  margin-right: 4px;
  color: #b9c3c6;
}
.section-features-big .hosting-features-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.section-features-big .hosting-features-list ul li {
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  color: #0c1822;
  line-height: 24px;
  font-weight: 300;
  background-image: url(../img/hosting/checkbox.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: top 8px left 5px;
  padding-left: 34px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 34px;
  height: 34px;
}
.section-features-big .hosting-features-list ul li span {
  color: #0090ff;
}
.section-features-big .hosting-features-list ul li:last-child {
  border-bottom: none;
}
.section-features-big .btn-blue-light,
.section-features-big .btn-orange {
  width: 260px;
  display: block;
  font-family: 'Brandon Grotesque', "Arial AMU";
  text-transform: uppercase;
  margin: 0 auto;
  font-size: 19px;
  line-height: 52px;
  font-weight: 900;
  padding: 0;
  margin: 30px auto 50px;
}
.section-features-big .btn-blue-light i,
.section-features-big .btn-orange i {
  font-size: 18px;
  vertical-align: 0;
  margin-left: 4px;
}
/* Hosting Pricing seciton
-------------------------------------------------- */
.section-pricing {
  font-family: 'Brandon Grotesque', "Arial AMU";
  padding-bottom: 45px;
}
.section-pricing h3 {
  color: #303c47;
  text-transform: uppercase;
  font-weight: 900;
  position: relative;
  text-align: center;
  font-size: 24px;
  margin: 60px 0 0;
}
.section-pricing h2 {
  color: #303c47;
  text-transform: uppercase;
  font-weight: 900;
  position: relative;
  text-align: center;
  font-size: 40px;
  margin: 0;
}
.section-pricing h4 {
  color: #0090ff;
  text-transform: uppercase;
  font-weight: 900;
  position: relative;
  text-align: center;
  font-size: 24px;
  margin: -5px 0 50px;
}
@media (max-width: 992px) {
  .section-pricing .col-sm-3 {
    padding-right: 0;
    padding-left: 10px;
  }
}
.section-pricing .pricing-item {
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  background-color: #f2f5f6;
  -webkit-border-radius: 5px 5px 8px 8px;
  -moz-border-radius: 5px 5px 8px 8px;
  border-radius: 5px 5px 8px 8px;
}
.section-pricing .pricing-item.active {
  background-color: #0090ff;
}
.section-pricing .pricing-item.active .item-header {
  background-color: #0090ff;
}
.section-pricing .pricing-item.active .item-header h6 {
  color: #fff;
}
.section-pricing .pricing-item.active .item-footer .btn-black {
  background-color: #f0ff00;
  border-color: #f0ff00;
  color: #0090ff;
}
.section-pricing .pricing-item.active .item-footer .btn-black:hover,
.section-pricing .pricing-item.active .item-footer .btn-black:active,
.section-pricing .pricing-item.active .item-footer .btn-black:focus {
  background-color: #dbe900;
  border-color: #dbe900;
  color: #0090ff;
}
.section-pricing .pricing-item .item-header {
  background-color: #f2f5f6;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.section-pricing .pricing-item .item-header h6 {
  color: #221d39;
  text-align: center;
  font-weight: 100;
  font-size: 22px;
  margin: 0;
  line-height: 52px;
  margin-bottom: 45px;
}
.section-pricing .pricing-item .item-header img {
  width: 90px;
  position: absolute;
  left: 50%;
  margin-left: -45px;
  bottom: -45px;
}
.section-pricing .pricing-item .item-body {
  border-bottom: 1px solid #e5e5e5;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 10px;
  min-height: 345px;
}
.section-pricing .pricing-item .item-body .normally-price {
  color: #221d39;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  margin: 0;
  display: block;
  text-transform: uppercase;
}
.section-pricing .pricing-item .item-body .bonus-price {
  color: #221d39;
  display: block;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  height: 55px;
  margin-top: -10px;
  margin-bottom: 20px;
}
.section-pricing .pricing-item .item-body .bonus-price b {
  font-size: 48px;
  font-weight: 400;
}
.section-pricing .pricing-item .item-body .bonus-price span {
  display: inline-block;
  width: 35px;
  font-weight: 100;
}
.section-pricing .pricing-item .item-body ul {
  list-style-type: none;
  padding: 0 8px 0;
  margin: 0;
}
.section-pricing .pricing-item .item-body ul li {
  background-image: url(../img/hosting/checkbox.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: top 6px left 5px;
  padding-left: 34px;
  line-height: 30px;
  height: 30px;
  font-weight: normal;
  color: #221d39;
  font-size: 16px;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 992px) {
  .section-pricing .pricing-item .item-body ul li {
    font-size: 12px;
    background-size: 14px;
    padding-left: 20px;
  }
}
.section-pricing .pricing-item .item-body ul li:empty {
  background-image: none;
}
.section-pricing .pricing-item .item-body ul li:last-child {
  border-bottom: none;
}
.section-pricing .pricing-item .item-footer {
  text-align: center;
  padding: 20px 0;
}
.section-pricing .pricing-item .item-footer .btn {
  text-transform: uppercase;
  font-size: 18px;
  height: 43px;
  line-height: 43px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .section-pricing .pricing-item .item-footer .btn {
    font-size: 14px;
  }
}
/* FAQ section
-------------------------------------------------- */
.faq-section {
  padding: 34px 0;
}
.faq-section h1 {
  margin-bottom: 48px;
  text-align: center;
}
.faq-section .faq-item {
  max-width: 400px;
  margin: 0 auto 40px auto;
}
.faq-section .faq-item p {
  margin-bottom: 10px;
}
/* Blue help section
-------------------------------------------------- */
.blue-help-section {
  background-color: #00A8FF;
  height: 53px;
  width: 100%;
}
.blue-help-section .height {
  height: 100%;
}
@media (max-width: 767px) {
  .blue-help-section {
    padding: 0 10px;
  }
}
.blue-help-section h2 {
  margin: 0px;
  color: #fff;
  float: left;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blue-help-section p {
  float: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  font-style: normal;
}
.blue-help-section p a {
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  margin-left: 5px;
}
.blue-help-section p a:hover {
  text-decoration: none;
}
@media (max-width: 992px) {
  .blue-help-section p {
    display: none;
  }
}
.blue-help-section .search-box {
  width: 560px;
  height: 40px;
  float: left;
  padding-left: 19px;
  margin-left: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #0c96df;
  background-color: #bbe5fb;
}
.blue-help-section .search-box form {
  height: 100%;
}
.blue-help-section .search-box button {
  border: none;
  outline: none;
  height: 100%;
  float: right;
  background: none;
  padding: 0 10px;
  font-size: 20px;
  color: #2c2c43;
  font-weight: 300;
  font-style: normal;
  line-height: 20px;
}
.blue-help-section .search-box input {
  border: none;
  outline: none;
  height: 100%;
  display: block;
  float: left;
  background-color: #bbe5fb;
  width: calc(100% - 45px);
  font-size: 16px;
  color: #2c2c43;
  font-weight: 700;
  font-style: normal;
}
.blue-help-section .search-box input::-webkit-input-placeholder {
  color: #2c2c43;
}
.blue-help-section .search-box input:-moz-placeholder {
  /* Firefox 18- */
  color: #2c2c43;
}
.blue-help-section .search-box input::-moz-placeholder {
  /* Firefox 19+ */
  color: #2c2c43;
}
.blue-help-section .search-box input:-ms-input-placeholder {
  color: #2c2c43;
}
@media (max-width: 992px) {
  .blue-help-section .search-box input {
    display: none;
  }
}
@media (max-width: 992px) {
  .blue-help-section .search-box {
    width: 40px;
    border: none;
    background: none;
    float: right;
    margin-left: 0px;
  }
  .blue-help-section .search-box button {
    color: #fff;
  }
  .blue-help-section .search-box.open-search {
    position: relative;
    background-color: #bbe5fb;
    width: 100%;
    z-index: 1000;
    float: none;
  }
  .blue-help-section .search-box.open-search input {
    display: block;
    float: left;
    position: absolute;
  }
  .blue-help-section .search-box.open-search button {
    float: right;
    color: #2c2c43;
  }
}
/* Blog content seciton
-------------------------------------------------- */
.blog-content {
  padding: 82px 0 50px;
}
@media (max-width: 991px) {
  .blog-content {
    padding-top: 110px;
  }
}
@media (max-width: 767px) {
  .blog-content {
    padding-top: 98px;
  }
}
.blog-content .border {
  border: 1px solid #d6e2ea;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.blog-content p {
  font-size: 15px;
  color: #2c2c43;
  font-weight: normal;
  font-style: normal;
}
.blog-content p span {
  font-size: 15px;
  color: #2c2c43;
  font-weight: normal;
  font-style: normal;
}
.blog-content p img {
  width: 100%;
}
.blog-content a:hover {
  text-decoration: none;
}
.blog-content img {
  border-radius: 20px;
}
.blog-content h1 {
  padding-left: 20px;
}
.blog-content h1.entry-title {
  font-weight: 300;
  padding-bottom: 7px;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-left: 0;
}
@media (max-width: 767px) {
  .blog-content h1.entry-title {
    margin-right: 20px;
  }
}
.blog-content .menu-side {
  width: 300px;
  float: right;
}
@media (max-width: 991px) {
  .blog-content .menu-side {
    width: 230px;
  }
}
@media (max-width: 767px) {
  .blog-content .menu-side {
    width: 100%;
  }
}
.blog-content .menu-side.fixed-menu-side {
  position: fixed;
  top: 0px;
  background-color: #fff;
  z-index: 100;
  height: calc(100% - 300px);
}
.blog-content .menu-side .adsbygoogle {
  display: none;
}
.blog-content .menu-side .menu-box {
  padding: 0 15px 0;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .blog-content .menu-side .menu-box {
    border: none;
    margin-bottom: 20px;
    padding: 0px;
    position: relative;
  }
}
.blog-content .menu-side .menu-box h2 {
  font-weight: 300;
}
@media (max-width: 767px) {
  .blog-content .menu-side .menu-box h2 {
    line-height: 60px;
    margin-bottom: 0px;
    padding: 0px 20px 0;
  }
}
.blog-content .menu-side .menu-box h2 i {
  display: none;
}
@media (max-width: 767px) {
  .blog-content .menu-side .menu-box h2 i {
    display: block;
    float: right;
    padding-right: 70px;
    padding-top: 24px;
    font-size: 13px;
  }
}
.blog-content .menu-side .menu-box ul {
  margin: 0px;
  padding: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .blog-content .menu-side .menu-box ul {
    display: none;
    padding: 0px 20px 0;
  }
}
.blog-content .menu-side .menu-box ul li {
  display: block;
  padding: 5px 0;
}
.blog-content .menu-side .menu-box ul li:last-child {
  border-bottom: 0px;
}
@media (max-width: 767px) {
  .blog-content .menu-side .menu-box ul li:last-child {
    border-bottom: 1px solid #d6e2ea;
  }
}
.blog-content .menu-side .menu-box ul li a {
  font-size: 16px;
  color: #2c2c43;
  font-weight: normal;
  font-style: normal;
  line-height: 30px;
  width: 100%;
  display: block;
  cursor: pointer;
}
.blog-content .menu-side .menu-box ul li a.active {
  color: #abd40b;
}
@media (max-width: 767px) {
  .blog-content .menu-side .menu-box ul li a {
    line-height: 45px;
    padding: 0 15px;
  }
}
.blog-content .menu-side .menu-box ul li:hover a {
  color: #5cd40b;
  text-decoration: none;
}
.blog-content .menu-side .menu-box ul li ul {
  padding-left: 20px;
  display: none;
}
.blog-content .menu-side .search-box {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border-bottom: 1px solid #d6e2ea;
}
@media (max-width: 767px) {
  .blog-content .menu-side .search-box {
    width: 40px;
    border: none;
    float: right;
    position: absolute;
    right: 0px;
    z-index: 1000;
    margin-bottom: 0;
    height: 60px;
  }
  .blog-content .menu-side .search-box.open-search {
    position: absolute;
    background-color: #fff;
    width: 100%;
    z-index: 1000;
    height: 100%;
  }
  .blog-content .menu-side .search-box.open-search input {
    display: block;
  }
  .blog-content .menu-side .search-box.open-search a {
    float: right;
  }
  .blog-content .menu-side .search-box .fa-search {
    padding-top: 11px;
  }
  .blog-content .menu-side .search-box .fa-times {
    padding-top: 11px;
  }
}
.blog-content .menu-side .search-box button,
.blog-content .menu-side .search-box .button-resp {
  outline: none;
  height: 34px;
  float: right;
  border: none;
  background-color: #fff !important;
  background: none;
  padding: 0 10px;
  font-size: 16px;
  color: #abd40b;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 767px) {
  .blog-content .menu-side .search-box button,
  .blog-content .menu-side .search-box .button-resp {
    padding: 0 20px;
    border-left: 1px solid #d6e2ea;
  }
}
.blog-content .menu-side .search-box button i,
.blog-content .menu-side .search-box .button-resp i {
  line-height: 40px;
}
.blog-content .menu-side .search-box button:hover,
.blog-content .menu-side .search-box .button-resp:hover {
  color: #5cd40b;
}
.blog-content .menu-side .search-box input {
  border: none;
  outline: none;
  height: 38px;
  display: block;
  float: left;
  padding-left: 10px;
  width: calc(100% - 35px);
  font-size: 13px;
  color: #8d8d8d;
  font-weight: 400;
  font-style: normal;
}
.blog-content .menu-side .search-box input ::-webkit-input-placeholder {
  color: #8d8d8d;
}
.blog-content .menu-side .search-box input :-moz-placeholder {
  /* Firefox 18- */
  color: #8d8d8d;
}
.blog-content .menu-side .search-box input ::-moz-placeholder {
  /* Firefox 19+ */
  color: #8d8d8d;
}
.blog-content .menu-side .search-box input :-ms-input-placeholder {
  color: #8d8d8d;
}
@media (max-width: 767px) {
  .blog-content .menu-side .search-box input {
    display: none;
    height: 59px;
    padding-left: 20px;
    font-size: 14px;
    color: #8d8d8d;
    font-weight: 400;
    font-style: normal;
    margin-top: 27px;
    border: 1px solid #8d8d8d;
    width: 100%;
    padding-right: 20px;
  }
}
.blog-content .articles-side {
  width: calc(100% - 300px);
  float: left;
  padding: 0 20px;
}
@media (max-width: 991px) {
  .blog-content .articles-side {
    width: calc(100% - 230px);
  }
}
@media (max-width: 767px) {
  .blog-content .articles-side {
    width: 100%;
  }
}
.blog-content .articles-side p a {
  color: #acd40b;
  width: fit-content;
  margin-top: 5px;
  display: inline-block;
}
.blog-content .articles-side p a:hover {
  color: #08ce4e;
}
.blog-content .articles-side .article-decp {
  overflow: hidden;
}
.blog-content .articles-side .article-decp .entry-title {
  line-height: 1.4;
  font-size: 36px;
  color: #293c4c;
  font-weight: 700;
  font-style: normal;
}
.blog-content .article-view-center {
  float: none;
  display: flex;
  justify-content: center;
}
.blog-content .news-list {
  width: calc(100% - 300px);
  float: left;
  padding: 0 20px;
}
@media (max-width: 991px) {
  .blog-content .news-list {
    width: calc(100% - 230px);
  }
}
@media (max-width: 767px) {
  .blog-content .news-list {
    width: 100%;
  }
}
.blog-content .news-list h2 {
  font-size: 20px;
  margin-top: 5px;
  line-height: 28px;
}
.blog-content .news-list h2 a {
  font-size: inherit;
}
.blog-content .news-list h2 a:hover {
  color: inherit;
}
.blog-content .news-list h1 {
  font-weight: 300;
  border-bottom: 1px solid #d6e2ea;
  padding-bottom: 20px;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .blog-content .news-list h1 {
    margin-top: 0;
  }
}
.blog-content .news-list .nav-alt {
  font-size: 13px;
  color: #afb8bb;
}
.blog-content .news-list .nav-alt a.nav-alt-list {
  padding-right: 5px;
  padding-left: 5px;
  color: #afb8bb;
}
.blog-content .news-list .news-head a.noimage {
  position: relative;
  background-color: #DCE4E6;
}
.blog-content .news-list .news-head a.noimage:before {
  content: "No image";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #AFB9BB;
  font-size: 22px;
  font-weight: 700;
}
.blog-content .news-list .news-head a.news-head-image {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .blog-content .news-list .news-head a.news-head-image {
    height: 160px;
  }
}
.blog-content .news-list .news-head a.news-head-image img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
  /*Webkit: Scale down image to 0.8x original size*/
  -moz-transform: scale(1);
  /*Mozilla scale version*/
  -o-transform: scale(1);
  /*Opera scale version*/
  -webkit-transition-duration: 0.5s;
  /*Webkit: Animation duration*/
  -moz-transition-duration: 0.5s;
  /*Mozilla duration version*/
  -o-transition-duration: 0.5s;
  /*Opera duration version*/
}
.blog-content .news-list .news-head a.news-head-image img:hover {
  -webkit-transform: scale(1.03);
  /*Webkit: Scale up image to 1.2x original size*/
  -moz-transform: scale(1.03);
  /*Mozilla scale version*/
  -o-transform: scale(1.03);
  /*Opera scale version*/
}
.blog-content .news-list .news-items {
  overflow: hidden;
  margin-top: 17px;
}
.blog-content .news-list .news-items .news-item {
  width: calc(50% - 10px);
  float: left;
  margin-bottom: 17px;
}
.blog-content .news-list .news-items .news-item:nth-child(2n-1) {
  margin-right: 20px;
}
@media (max-width: 480px) {
  .blog-content .news-list .news-items .news-item {
    width: 100%;
    float: none;
    margin-right: 0px !important;
  }
}
.blog-content .news-list .news-items .news-item a.noimage {
  position: relative;
  background-color: #DCE4E6;
}
.blog-content .news-list .news-items .news-item a.noimage:before {
  content: "No image";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #AFB9BB;
  font-size: 22px;
  font-weight: 700;
}
.blog-content .news-list .news-items .news-item a.news-image {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 20px;
}
.blog-content .news-list .news-items .news-item a.news-image img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
  /*Webkit: Scale down image to 0.8x original size*/
  -moz-transform: scale(1);
  /*Mozilla scale version*/
  -o-transform: scale(1);
  /*Opera scale version*/
  -webkit-transition-duration: 0.5s;
  /*Webkit: Animation duration*/
  -moz-transition-duration: 0.5s;
  /*Mozilla duration version*/
  -o-transition-duration: 0.5s;
  /*Opera duration version*/
}
.blog-content .news-list .news-items .news-item a.news-image img:hover {
  -webkit-transform: scale(1.03);
  /*Webkit: Scale up image to 1.2x original size*/
  -moz-transform: scale(1.03);
  /*Mozilla scale version*/
  -o-transform: scale(1.03);
  /*Opera scale version*/
}
.blog-content .news-list .empty {
  display: block;
  margin: auto;
  text-align: center;
  padding-top: 30px;
  font-size: 18px;
  color: #2c2c43;
  font-weight: 700;
  font-style: normal;
}
.blog-content .category-box {
  overflow: hidden;
}
.blog-content .category-box span {
  display: block;
  font-size: 12px;
  color: #999;
  font-style: normal;
  float: left;
  margin-right: 13px;
}
.blog-content .category-box span.date:before {
  display: block;
  content: "\f111";
  float: left;
  font: normal normal normal 6px/1 FontAwesome;
  margin-right: 5px;
  margin-left: -5px;
  padding-top: 7px;
}
.blog-content .category-box a {
  display: block;
  font-size: 12px;
  color: #999;
  font-style: normal;
  float: left;
  margin-right: 13px;
  cursor: pointer;
}
.blog-content .category-box a.category {
  color: #abd40b;
  font-size: 13px;
}
.blog-content .category-box a.category:hover {
  color: #5cd40b;
  text-decoration: none;
}
.pagination {
  display: block;
  width: 100%;
  overflow: hidden;
  border: none;
}
.pagination li a {
  border: none;
  color: #2c2c43;
}
.pagination li a:hover {
  color: #5cd40b;
  background: none !important;
  text-decoration: none;
}
.pagination li.active a {
  background: none;
  color: #abd40b;
}
.pagination li.active a:hover {
  color: #5cd40b;
  text-decoration: none;
  background: none !important;
}
.pagination li:focus a {
  background: none !important;
  color: #abd40b;
}
.pagination li:active a {
  background: none !important;
  color: #abd40b;
}
.pagination .next a,
.pagination .previous a {
  padding: 7.5px 10px;
}
/* breadcrumbs
-------------------------------------------------- */
.breadcrumbs {
  margin: 0px 0 20px 0;
}
.breadcrumbs a {
  position: relative;
  color: #2c2c43;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  padding-right: 15px;
  margin-right: 7px;
  cursor: pointer;
}
.breadcrumbs a:before {
  content: "\f054";
  font-family: "FontAwesome";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 5px;
  color: #bababa;
  font-size: 9px;
}
.breadcrumbs a:last-child:before {
  content: "";
}
.breadcrumbs a:hover {
  color: #5cd40b;
}
@media (max-width: 767px) {
  .mega-wrapper {
    width: 100%;
    overflow-x: hidden;
  }
}
.mega-wrapper .main-navigation-menu {
  position: fixed;
  overflow: hidden;
  width: 0;
  background-color: #fff;
  color: #2c2c43;
  height: 100%;
  display: none !important;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  -webkit-animation: slideback 0.85s ease forwards;
  -moz-animation: slideback 0.85s ease forwards;
  -o-animation: slideback 0.85s ease forwards;
  -ms-animation: slideback 0.85s ease forwards;
  animation: slideback 0.85s ease forwards;
}
@media (max-width: 767px) {
  .mega-wrapper .main-navigation-menu {
    display: block !important;
  }
}
.mega-wrapper .main-navigation-menu li {
  width: 100%;
}
.mega-wrapper .main-navigation-menu li a {
  cursor: pointer;
  padding: 1em;
  width: 100%;
  display: block;
  color: #2c2c43;
  font-size: 15px;
  border-bottom: 1px solid #d1d6d8;
}
.mega-wrapper .main-navigation-menu li a:hover {
  text-decoration: none;
}
.mega-wrapper .main-navigation-menu li a.opened-item {
  position: relative;
}
.mega-wrapper .main-navigation-menu li a i {
  float: right;
  font-size: 12px;
  position: absolute;
  top: 19px;
  right: 30px;
}
.mega-wrapper .main-navigation-menu li ul {
  list-style-type: none;
  padding: 10px 0 10px;
  text-decoration: none;
  border-bottom: 1px solid #d1d6d8;
  border-top: 1px solid #d1d6d8;
}
.mega-wrapper .main-navigation-menu li ul li {
  position: relative;
  border: none;
}
.mega-wrapper .main-navigation-menu li ul li a {
  padding: 7px 0 7px 25px;
  line-height: 1.2;
  display: block;
  font-size: 13px;
  color: #fff;
  border: none;
  font-weight: 400;
}
.mega-wrapper .main-navigation-menu li ul li.active,
.mega-wrapper .main-navigation-menu li ul li:hover {
  color: #444444;
}
.mega-wrapper .main-navigation-menu li.active {
  color: #444444;
}
.mega-wrapper .main-navigation-menu li.active ul {
  display: block;
}
.mega-wrapper .main-navigation-menu li.dropdown-mobile {
  background-color: transparent;
}
.mega-wrapper .main-navigation-menu li.dropdown-box {
  display: none;
}
.mega-wrapper .main-navigation-menu li.dropdown-box.open {
  display: block;
}
.mega-wrapper .main-navigation-menu #accordion .card {
  width: 100%;
}
.mega-wrapper .main-navigation-menu #accordion .card .card-header {
  width: 100%;
}
.mega-wrapper .main-navigation-menu #accordion .card .card-header h5 {
  margin: 0;
}
.mega-wrapper .main-navigation-menu #accordion .card .card-header .btn {
  cursor: pointer;
  padding: 1em;
  display: block;
  width: 100%;
  color: #2c2c43;
  font-size: 15px;
  border-bottom: 1px solid #d1d6d8;
  text-align: left;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.mega-wrapper .main-navigation-menu #accordion .card .card-header .btn:hover {
  text-decoration: none;
}
.mega-wrapper .main-navigation-menu #accordion .card .card-header .btn.opened-item {
  position: relative;
}
.mega-wrapper .main-navigation-menu #accordion .card .card-header .btn span {
  float: right;
  font-size: 21px;
  position: absolute;
  top: 16px;
  right: 10px;
}
.mega-wrapper .main-navigation-menu #accordion .card .card-header .btn:not(.collapsed) .material-icons {
  transform: rotate(180deg);
}
.mega-wrapper .main-navigation-menu #accordion .card .card-body {
  display: flex;
  flex-direction: column;
}
.mega-wrapper .main-navigation-menu #accordion .card .card-body .card-body-item {
  padding: 10px 20px;
  color: #2c2c43;
  text-decoration: none;
}
.mega-wrapper .header.main-header {
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 355px;
}
.mega-wrapper.open {
  position: relative;
  z-index: 100;
}
.mega-wrapper.open .wrapper,
.mega-wrapper.open footer.footer,
.mega-wrapper.open header.main-header {
  -webkit-transform: translateX(260px);
  -moz-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  -o-transform: translateX(-260px);
  transform: translateX(-260px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 400px) {
  .mega-wrapper.open .wrapper,
  .mega-wrapper.open footer.footer,
  .mega-wrapper.open header.main-header {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
.mega-wrapper.open .main-navigation-menu {
  display: block;
  z-index: 100;
  -webkit-animation: slide 0.3s ease forwards;
  -moz-animation: slide 0.3s ease forwards;
  -o-animation: slide 0.3s ease forwards;
  -ms-animation: slide 0.3s ease forwards;
  animation: slide 0.3s ease forwards;
}
@keyframes slide {
  from {
    width: 0;
  }
  to {
    width: 260px;
  }
}
@-webkit-keyframes slide {
  from {
    width: 0;
  }
  to {
    width: 260px;
  }
}
@keyframes slideback {
  from {
    width: 260px;
  }
  to {
    width: 0;
  }
}
@-webkit-keyframes slideback {
  from {
    width: 260px;
  }
  to {
    width: 0;
  }
}
/*
@media (max-width: 1200px){}
@media (max-width: 991px){
    .wrapper{
        header.main-header{
            .main-navigation{
                margin-left: 20px;
                li{
                    margin-right: 10px;
                }
            }
            .secondary-navigation{
                li{
                    margin-left: 10px;
                }
            }
        }
    }
}
*/
@media (max-width: 767px) {
  body {
    margin-bottom: 0;
  }
  .container {
    padding: 0;
  }
  .row {
    margin-right: 0;
    margin-left: 0;
  }
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding-right: 0px;
    padding-left: 0px;
  }
  /*
    header.main-header{
        border-bottom: none;
        position: fixed;
        top: 0;
        z-index: 100000;
        .logo{
            margin: 12px auto;
            float: none;
            width: 170px;
            img{
                width: 100%;
                display: block;
            }
        }
        .main-navigation{
            float: none;
            text-align: center;
            li{
                display: inline-block;
                float: none;
            }
        }
        .left-menu-icon{
            cursor: pointer;
            float: left;
            color: #fff;
            font-size: 29px;
            line-height: 59px;
            margin-left: 15px;
        }
        .right-menu-icon{
            float: right;
            color: #fff;
            font-size: 29px;
            margin-top: 14px;
            margin-right: 10px;
        }
        .row-line{
            .border-radius(0px);
        }
    }

    footer.footer{
        .transition(all .3s ease-in-out);
        text-align: center;
        height: auto;
        position: relative;
        z-index: 100;
        padding-bottom: 20px;
        img{
            margin: auto;
        }
        span{
            display: block;
            width: auto;
            margin-bottom: 20px;
        }
        ul{
            width: auto;
            float: none;
            margin-bottom: 20px;
            li{
                &:first-child{
                    a{
                        margin-bottom: 5px;
                    }
                }
            }
            &.socials{
                text-align: center;
                li{
                    float: none;
                    display: inline-block;
                }
            }
        }
    }
*/
}
/*
.test{
    font-size: 12px;
}
*/
/* 
   IF SCREEN < 400 FOR HEADER MENU
*/
@media screen and (max-width: 767px) {
  .modal-backdrop {
    z-index: 9;
  }
  .mega-wrapper .main-header .container .visible-xs .register-btn {
    display: none;
  }
  .mega-wrapper .main-header .container .visible-xs .left-menu-icon {
    float: right;
    margin-right: 15px;
    margin-left: 0;
  }
  .mega-wrapper .main-header .container .visible-xs .logo {
    float: left;
    margin-left: 15px;
  }
  .mega-wrapper ._S400 {
    right: 0;
  }
  .mega-wrapper ._S400 .secondary-navigation {
    display: flex;
    list-style: none;
    padding: 0;
  }
  .mega-wrapper ._S400 .secondary-navigation li {
    display: block;
  }
  .mega-wrapper ._S400 .secondary-navigation li a {
    text-align: center;
    background: transparent;
    color: #2c2c43;
    border-radius: 0;
    padding: 1.1em;
    font-size: 17px;
  }
  .mega-wrapper ._S400 .secondary-navigation li:first-child a {
    border-right: 1px solid #d1d6d8;
  }
}
.tools_1 {
  background: #ffa700;
  color: #fff;
  display: none;
}
@media screen and (max-width: 991px) {
  .tools_1 {
    display: block;
  }
}
.tools_1 .call {
  font-family: 'Brandon Grotesque', "Arial AMU";
  padding: 10px;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 900!important;
  font-size: 15px;
}
.tools_1 .call:hover,
.tools_1 .call:focus {
  text-decoration: none;
}
.tools_1 .numb {
  font-family: 'Brandon Grotesque', "Arial AMU";
  display: inline;
  color: #fff;
  padding-left: 26px;
  background-image: url(../img/phone-icon.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 22px;
  font-weight: 900!important;
  font-size: 14px;
  padding-bottom: 1px;
}
#mobile-nav span {
  background: #2c2c43;
}
.tooltipz {
  position: relative;
  display: inline-block;
}
.tooltipz:hover {
  text-decoration: none!important;
}
.login a:hover {
  text-decoration: none!important;
}
.tooltipz .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: #2C2C43;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 33px;
  position: absolute;
  left: -8px;
  z-index: 1001;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  font-family: 'Brandon Grotesque', "Arial AMU";
  bottom: -25px;
}
.tooltipz:hover .tooltiptext {
  visibility: visible;
  text-transform: lowercase;
}
.tooltipz:hover .tooltiptext:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #2C2C43 transparent;
}
.leftanim {
  margin-top: 12px;
}
.bar {
  display: block;
  height: 4px;
  width: 30px;
  background-color: #fff;
  margin-top: 6px;
  border-radius: 1px;
  transition-property: transform, opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transform-origin: center;
}
.opened .bar1 {
  transform: translateY(12px) rotateZ(225deg);
}
.opened .bar2 {
  opacity: 0;
  transform: rotateZ(720deg);
}
.opened .bar3 {
  transform: translateY(-8px) rotateZ(-225deg);
}
@media screen and (max-width: 991px) {
  .secondary-navigation .phone_number {
    display: none!important;
  }
}
/* 
   NEW TEMPLATE
*/
.template-secondary-menu .secondary-menu {
  top: 52px;
  background-color: rgba(255, 255, 255, 0.6);
}
.template-secondary-menu .secondary-menu ul li a {
  color: #2c2c43;
}
.new-templates-wrapper {
  background-color: #F4F7F6;
}
.new-templates-wrapper .banner-new-templater-wrapper {
  background-image: url("../img/new-template-banner.png");
  padding-top: 90px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 680px;
  width: 100%;
}
.new-templates-wrapper .banner-new-templater-wrapper .container {
  height: 100%;
}
.new-templates-wrapper .banner-new-templater-wrapper .text-with-button {
  width: 38%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}
.new-templates-wrapper .banner-new-templater-wrapper .text-with-button h1 {
  font-size: 55px;
  font-weight: 500;
  text-transform: inherit;
  font-family: 'Lato';
}
.new-templates-wrapper .banner-new-templater-wrapper .text-with-button h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  margin-top: 10px;
}
.new-templates-wrapper .banner-new-templater-wrapper .text-with-button .btn.btn-success {
  height: 50px;
  background-color: #000;
  padding-left: 60px;
  padding-right: 60px;
  border: 1px solid #000;
  margin-top: 30px;
  border: 2px solid transparent;
}
.new-templates-wrapper .banner-new-templater-wrapper .text-with-button .btn.btn-success:hover {
  border: 2px solid #000;
  background-color: transparent;
  color: #000;
}
.new-templates-wrapper .banner-new-templater-wrapper-responsive {
  display: none;
}
.new-templates-wrapper .home-slider-wrapper .bxslider {
  padding-top: 52px;
}
.new-templates-wrapper .home-slider-wrapper .bxslider img {
  width: 100%;
}
.new-templates-wrapper .home-slider-wrapper .bxslider .bx-controls {
  display: none;
}
.new-templates-wrapper .templates-wrapper {
  margin-top: 50px;
}
.new-templates-wrapper .templates-wrapper .header-templates {
  font-weight: 400;
  font-size: 30px;
  padding-left: 10px;
}
.new-templates-wrapper .templates-wrapper .blocks-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
}
.new-templates-wrapper .templates-wrapper .blocks-wrapper .template-block {
  width: 33.33%;
  padding: 10px;
}
.new-templates-wrapper .templates-wrapper .blocks-wrapper .template-block .block {
  width: 100%;
}
.new-templates-wrapper .templates-wrapper .blocks-wrapper .template-block .block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new-templates-wrapper .templates-wrapper .blocks-wrapper .template-block .block img:hover {
  transition: 1s;
  transform: scale(1.05);
}
.new-templates-wrapper .templates-wrapper .blocks-wrapper .template-block .block:hover {
  text-decoration: none;
}
.new-templates-wrapper .templates-wrapper .blocks-wrapper .template-block .block .text {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.new-templates-wrapper .templates-wrapper .blocks-wrapper .template-block .block .text h2 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
}
.new-templates-wrapper .templates-wrapper .blocks-wrapper .template-block .block .text .free-wrapper {
  background-color: #55C00A;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1px 10px;
  margin-left: 5px;
}
.new-templates-wrapper .templates-wrapper .blocks-wrapper .template-block .block .text .free-wrapper span {
  color: #fff;
}
.new-templates-wrapper .templates-wrapper .blocks-wrapper .template-block .block .text-price {
  display: flex;
  justify-content: space-between;
}
.new-templates-wrapper .templates-wrapper .blocks-wrapper .template-block .block .text-price span {
  color: #2D2D2D;
  opacity: 0.4;
}
.new-templates-wrapper .templates-wrapper .blocks-wrapper .template-block .block .style-count {
  color: #2D2D2D;
  opacity: 0.4;
  font-size: 12px;
  font-weight: 400;
}
.new-templates-wrapper .templates-wrapper:last-child {
  margin-bottom: 50px;
}
.template-modal {
  display: none;
  position: fixed;
  z-index: 1000000000000000;
  padding: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background-color: rgba(0, 0, 0, 0.7);
}
.template-modal .close {
  opacity: 0.7;
}
.template-modal .close .material-icons {
  color: #fff;
  position: fixed;
  top: 10px;
  right: 20px;
  font-size: 24px;
}
.template-modal .modal-content {
  position: relative;
  background-color: transparent;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
  border-radius: 30px;
  border: none;
}
.template-modal .modal-content .nav-next-prev {
  cursor: pointer;
  position: fixed;
  top: 50%;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 16px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.template-modal .modal-content .nav-next-prev:hover {
  text-decoration: none;
}
.template-modal .modal-content .prev {
  left: 50px;
}
.template-modal .modal-content .next {
  right: 50px;
}
.template-modal .modal-content .mySlides {
  margin-bottom: 40px;
}
@media screen and (max-width: 1400px) {
  .new-templates-wrapper .banner-new-templater-wrapper {
    height: 550px;
  }
}
@media screen and (max-width: 1250px) {
  .new-templates-wrapper .banner-new-templater-wrapper {
    height: 490px;
  }
}
@media screen and (max-width: 1190px) {
  .new-templates-wrapper .banner-new-templater-wrapper {
    height: 460px;
  }
}
@media screen and (max-width: 991px) {
  .template-secondary-menu .secondary-menu {
    top: 93px;
  }
  .new-templates-wrapper .banner-new-templater-wrapper {
    display: none;
  }
  .new-templates-wrapper .banner-new-templater-wrapper-responsive {
    display: block;
    padding-top: 132px;
    background-color: #e8e8e8;
  }
  .new-templates-wrapper .banner-new-templater-wrapper-responsive .resp-img {
    background-color: #e8e8e8;
    padding: 20px;
    padding-bottom: 0;
  }
  .new-templates-wrapper .banner-new-templater-wrapper-responsive .resp-img img {
    width: 100%;
  }
  .new-templates-wrapper .banner-new-templater-wrapper-responsive .container {
    padding: 0 15px;
  }
  .new-templates-wrapper .banner-new-templater-wrapper-responsive .text-with-button {
    text-align: center;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .new-templates-wrapper .banner-new-templater-wrapper-responsive .text-with-button h1 {
    font-size: 34px;
    font-weight: 500;
    text-transform: inherit;
    font-family: 'Lato';
  }
  .new-templates-wrapper .banner-new-templater-wrapper-responsive .text-with-button h2 {
    font-size: 18px;
    font-weight: 400;
  }
  .new-templates-wrapper .banner-new-templater-wrapper-responsive .text-with-button .btn.btn-success {
    height: 50px;
    background-color: #000;
    padding-left: 60px;
    padding-right: 60px;
    border: 2px solid #000;
    margin-top: 30px;
  }
  .new-templates-wrapper .banner-new-templater-wrapper-responsive .text-with-button .btn.btn-success:hover {
    border: 2px solid #000;
    background-color: transparent;
    color: #000;
  }
}
@media screen and (max-width: 767px) {
  .new-templates-wrapper .home-slider-wrapper .bx-wrapper {
    padding-top: 100px;
  }
  .new-templates-wrapper .templates-wrapper .blocks-wrapper .template-block {
    width: 50%;
  }
  .template-modal .modal-content .prev {
    left: 15px;
  }
  .template-modal .modal-content .next {
    right: 15px;
  }
}
@media screen and (max-width: 479px) {
  .new-templates-wrapper .templates-wrapper .header-templates {
    padding: 0 20px;
    text-align: center;
  }
  .new-templates-wrapper .templates-wrapper .blocks-wrapper .template-block {
    width: 100%;
  }
  .new-templates-wrapper .templates-wrapper .blocks-wrapper .template-block .block {
    /*.text {
                            justify-content: center;
                        }*/
    /*.style-count {
                           display: flex;
                           justify-content: center;
                        }*/
  }
  .new-templates-wrapper .templates-wrapper .blocks-wrapper .template-block .block .text-price {
    justify-content: space-between;
  }
  .template-modal .modal-content {
    width: 100%;
  }
  .template-modal .modal-content .nav-next-prev {
    height: 30px;
    width: 30px;
  }
  .template-modal .modal-content .prev {
    left: 10px;
  }
  .template-modal .modal-content .next {
    right: 10px;
  }
}
