* {
  padding: 0;
  margin: 0;
  outline: 0;
}

img {
  border: 0;
}

ul {
  list-style: none;
}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

p {
  color: #4a4a4a;
  font-family: 'Lato Light', sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

body {
  padding: 0;
  margin: 0;
  background-color: #17d1f2;
  min-width: 320px;
  position: relative;
}

.centered {
  margin: 0 auto;
  max-width: 1100px;
}

.blue-button {
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  line-height: 33px;
  padding: 5px 10px 7px;
  color: #fff;
  text-shadow: 1px 2px #059dd6;
  cursor: pointer;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #04d0f9;
  border-radius: 5px;
  border-top: 2px solid #99f5fb;
  background: -webkit-gradient(linear, left top, left bottom, from(#0beafa), to(#05b0fd));
  background: linear-gradient(#0beafa, #05b0fd);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blue-button:hover {
  -webkit-transform: scale(1.03, 1.03);
  transform: scale(1.03, 1.03);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0beafa), to(#0beafa));
  background-image: linear-gradient(#0beafa, #0beafa);
  text-decoration: none;
  color: #fff;
}

.no-padding-right {
  padding-right: 0;
}

.no-padding-left {
  padding-left: 0;
}

@-webkit-keyframes glowing {
  0% {
    -webkit-box-shadow: 0 1px 1px inset;
    box-shadow: 0 1px 1px inset;
  }
  30% {
    -webkit-box-shadow: 0 0px 50px inset;
    box-shadow: 0 0px 50px inset;
  }
  100% {
    -webkit-box-shadow: 0 0px 1px inset;
    box-shadow: 0 0px 1px inset;
  }
}

@keyframes glowing {
  0% {
    -webkit-box-shadow: 0 1px 1px inset;
    box-shadow: 0 1px 1px inset;
  }
  30% {
    -webkit-box-shadow: 0 0px 50px inset;
    box-shadow: 0 0px 50px inset;
  }
  100% {
    -webkit-box-shadow: 0 0px 1px inset;
    box-shadow: 0 0px 1px inset;
  }
}

.box-number, .box-text {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: glowing;
  animation-name: glowing;
}

.sticky-box {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  bottom: 0;
  right: 0;
  color: #fff;
  font-weight: 700;
}

.sticky-box .box-number {
  position: relative;
  left: 15px;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #171717;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 1px inset;
  box-shadow: 0 1px 1px inset;
  text-align: center;
  z-index: 11;
}

.sticky-box .box-number #changeNumber {
  color: #fff;
  font-size: 40px;
}

.sticky-box .box-text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 1px inset;
  box-shadow: 0 1px 1px inset;
  position: relative;
  top: 13px;
  background: #171717;
  width: 130px;
  height: 55px;
  padding: 5px 10px 5px 25px;
  z-index: 10;
}

.sticky-box .box-text .box-text-p #box-text-a {
  color: #fff;
  font-size: 16px;
}

.sticky-box .box-text .box-text-p #box-text-a:hover {
  color: #fff;
  text-decoration: none;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0beafa), to(#05b0fd));
  background: linear-gradient(#0beafa, #05b0fd);
}

.header .logo {
  min-height: 100%;
  min-width: 222px;
  background: url("../images/logo.png") no-repeat;
}

body > .container-fluid {
  padding-right: 0;
  padding-left: 0;
  margin-left: 0;
  margin-right: 0;
}

.video-section {
  width: 100%;
  padding: 20px 10px;
  background: url("../images/top-bg.png") no-repeat;
  background-size: cover;
}

.video-section.members-bg {
  background: url("../images/members-bg.png") no-repeat;
  background-size: cover;
}

.video-section.members-bg .h4 {
  font-size: 30px;
}

.video-section.members-bg .row {
  margin-top: 15px;
}

.video-section .row {
  max-width: 1200px;
  margin: 0 auto;
}

.video-section .h1.top-headline {
  text-align: center;
  text-transform: capitalize;
}

.video-section .h1.top-headline span {
  color: #018df5;
  font-weight: 700;
}

.video-section .h4 {
  text-align: center;
}

.video-section .h4 span {
  color: #018df5;
  font-weight: 700;
  text-transform: uppercase;
}

.video-section .h4.note {
  font-size: 19px;
  margin: 20px 0 20px;
}

.video-section .video-container {
  margin: 15px auto 0;
  width: 100%;
  max-width: 800px;
  transform: translateY(15%);
}

@media screen and (max-width: 991px) {
  .video-section .video-container {
    transform: none;
  }
}

.video-section .form {
  width: 100%;
  margin: 10px auto;
  min-width: 80%;
}

.video-section .form .h1 {
  text-align: center;
}

.video-section .form .h1 span {
  color: #0073c5;
  font-weight: 700;
  text-shadow: 1px 1px #777;
}

.video-section .form .inputs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.video-section .form .inputs-wrapper .input-div {
  margin: 10px 20px;
  min-width: 385px;
  color: black;
}

.video-section .form .buttons {
  margin: 15px auto;
  max-width: 600px;
}

.video-section .form .buttons .submit-button {
  color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

.video-section .registerForm {
  background: #1a1a1a;
  padding: 15px 10px 5px;
  max-width: 400px;
  margin: 15px auto 0;
}

.video-section .registerForm .PhonePrefix {
  padding-left: 16px;
}

.video-section .registerForm .password-row-item:last-of-type {
  margin-left: 10px;
}

.video-section .registerForm .password-row .Password {
  padding-right: 2px;
}

.video-section .registerForm .password-row .generate-pass {
  color: #fff;
  cursor: pointer;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0beafa), to(#05b0fd));
  background-image: linear-gradient(#0beafa, #05b0fd);
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.video-section .registerForm .password-row .generate-pass:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0beafa), to(#0beafa));
  background-image: linear-gradient(#0beafa, #0beafa);
}

.registerForm .short-form-policy p {
  color: #ffffff;
  font-size: 15px;
}
.form.newsletter .short-form-policy.opt-in {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .form.newsletter .short-form-policy.opt-in {
    width: 100%;
  }
}
.registerForm .short-form-policy .members-form-policy-tooltip {
  color: #000000;
  border: solid 5px #059dd6;
}

.video-section .banners {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.video-section .banners .banner {
  margin: 10px;
}

.video-section .banners .banner:nth-child(2) {
  padding-top: 9px;
}

.video-section .banners .banner:nth-child(3) {
  padding-top: 3px;
}

.video-section .banners .banner:nth-child(4) {
  padding-top: 10px;
}

.about-section {
  background: #ededed url("../images/bg-atom.png");
  text-align: center;
  padding: 50px 10px;
}

.about-section .h2 {
  margin-bottom: 15px;
  font-size: 29px;
  padding: 0 5px 10px;
}

.about-section .h2 span {
  color: #0073c5;
  font-weight: 600;
}

.about-section .p {
  padding: 10px 5px;
  font-size: 19px;
}

.about-section .get-started-button {
  position: relative;
  max-width: 320px;
}

.about-section .get-started-button:before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/button-shadow.png") no-repeat;
  background-size: contain;
}

.feedbacks-section {
  background: #17d1f2 url("../images/feedbacks-bg.png") no-repeat;
  background-size: cover;
  text-align: center;
  min-height: 640px;
  padding: 50px 10px;
}

.feedbacks-section .h1 {
  font-size: 35px;
  font-weight: 400;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  text-transform: capitalize;
  margin-bottom: 30px;
}

.feedbacks-section .feedbacks .feedback {
  position: relative;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.feedbacks-section .feedbacks .feedback .img {
  width: 100%;
  -webkit-box-shadow: 2px 12px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 12px 7px rgba(0, 0, 0, 0.15);
}

.feedbacks-section .feedbacks .feedback:nth-child(1) {
  top: 0;
  left: 0;
}

.feedbacks-section .feedbacks .feedback:nth-child(2) {
  top: 0;
  left: 0;
}

.feedbacks-section .feedbacks .feedback:nth-child(3) {
  top: -150px;
  left: -13px;
}

.feedbacks-section .feedbacks .feedback:nth-child(3) .img {
  width: auto;
}

.feedbacks-section .feedbacks .feedback:nth-child(4) {
  top: -72px;
  left: -30px;
}

.feedbacks-section .feedbacks .feedback:nth-child(1).feedback-from {
  top: -200px;
  left: -500px;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: scale(0.001, 0.001);
  transform: scale(0.001, 0.001);
}

.feedbacks-section .feedbacks .feedback:nth-child(2).feedback-from {
  top: -200px;
  left: 2500px;
  -webkit-transition: 2.5s;
  transition: 2.5s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transform: scale(0.001, 0.001);
  transform: scale(0.001, 0.001);
}

.feedbacks-section .feedbacks .feedback:nth-child(3).feedback-from {
  top: -200px;
  left: -500px;
  -webkit-transition: 3s;
  transition: 3s;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
  -webkit-transform: scale(0.001, 0.001);
  transform: scale(0.001, 0.001);
}

.feedbacks-section .feedbacks .feedback:nth-child(4).feedback-from {
  top: -200px;
  left: 2500px;
  -webkit-transition: 3.5s;
  transition: 3.5s;
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
  -webkit-transform: scale(0.001, 0.001);
  transform: scale(0.001, 0.001);
}

.reasons-section {
  background: #ededed url("../images/bg-atom.png");
  text-align: center;
  padding: 50px 10px;
}

.reasons-section .h2 {
  margin-bottom: 25px;
  text-align: center;
}

.reasons-section .reasons {
  margin-bottom: 30px;
  text-align: left;
}

.reasons-section .reasons .reason {
  position: relative;
  margin: 20px 5px;
  padding-left: 25px;
}

.reasons-section .reasons .reason:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 12px;
  height: 12px;
  border: 1px solid #018df5;
  background: #018df5;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 2px #fff inset;
  box-shadow: 0 0 0 2px #fff inset;
}

.reasons-section .get-started-button {
  max-width: 570px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.footer {
  padding: 20px 5px 10px;
  min-height: 230px;
  background: -webkit-gradient(linear, left top, left bottom, from(#36d8f8), to(#1183d9));
  background: linear-gradient(#36d8f8, #1183d9);
}

.footer .note {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.footer .note span {
  color: #000;
}

.footer .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer .menu li {
  margin: 0 20px 10px;
}

.footer .menu li a {
  text-decoration: none;
  color: #000;
}

.footer .menu li a:hover {
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.modal-content .modal-header {
  display: block;
  text-align: center;
  padding: 10px 16px;
}

.modal-title {
  display: inline-block;
}

.modal-dialog .close {
  position: absolute;
  top: 5px;
  right: 10px;
}

.modal-dialog .close:active, .modal-dialog .close:focus {
  outline: none;
}

#loginModal label {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  padding: 5px 0;
}

.login .form-group {
  width: 100%;
  max-width: 100%;
}

.login .form-control {
  width: 100%;
  max-width: 100%;
}

.login .loginBtn {
  margin-top: 30px;
}

.login .form-group {
  display: block;
}

.modal-header button:hover {
  color: #0beafa !important;
}

.modal-footer button:hover {
  background: #0beafa !important;
  opacity: 0.5;
}

.steps-section {
  background: #ededed url("../images/bg-atom.png");
  text-align: center;
  padding: 50px 10px 0;
}

.steps-section .h4 {
  font-size: 29px;
  padding: 0;
}

.steps-section .h4 span {
  color: #018df5;
  font-weight: 700;
}

.steps-section .steps {
  margin-bottom: 35px;
}

.steps-section .steps .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 10px 20px;
}

.steps-section .steps .step .step-circle {
  position: relative;
  width: 140px;
  height: 140px;
  border-radius: 60%;
  background: -webkit-gradient(linear, left top, left bottom, from(#0be8fb), to(#0291fe));
  background: linear-gradient(#0be8fb, #0291fe);
  margin-bottom: 20px;
}

.steps-section .steps .step .step-circle:after {
  content: "";
  position: absolute;
  top: 13%;
  left: 13%;
  width: 74%;
  height: 74%;
}

.steps-section .steps .step .step-title {
  font-size: 21px;
  font-weight: 500;
  color: #000;
  padding: 0 20px;
}

.steps-section .steps .col-md-4:nth-child(1) .step-circle:after {
  background: url("../images/step-bg-1.png") center center;
  background-size: contain;
}

.steps-section .steps .col-md-4:nth-child(2) .step-circle:after {
  background: url("../images/step-bg-2.png") center center;
  background-size: contain;
}

.steps-section .steps .col-md-4:nth-child(3) .step-circle:after {
  top: 20%;
  left: 20%;
  width: 60%;
  height: 60%;
  background: url("../images/step-bg-3.png") center center;
  background-size: contain;
}

.steps-section .p {
  font-size: 21px;
}

.steps-section .p span {
  color: #018df5;
  font-weight: 700;
}

.steps-section .hr {
  height: 0;
  margin: 45px 0 0;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #e1e1e1;
}

.traders-section {
  background: #ededed url("../images/bg-atom.png");
  text-align: center;
  padding: 40px 10px 75px;
  min-height: 580px;
}

.traders-section .h1 {
  font-weight: 400;
  margin-bottom: 30px;
  font-size: 34px;
}

.traders-section .traders {
  margin-bottom: 30px;
}

.traders-section .traders .trader {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
}

.traders-section .traders .trader .trader__person {
  position: relative;
  width: 30%;
  height: 145px;
  border-top: 5px solid #1a1a1a;
  padding: 10px 5px 5px;
  text-align: left;
  background: -webkit-gradient(linear, left top, left bottom, from(#0beafa), to(#0291fe));
  background: linear-gradient(#0beafa, #0291fe);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.traders-section .traders .trader .trader__person .img {
  width: 120px;
  height: 120px;
  float: left;
  margin-right: 10px;
  margin-left: 5px;
}

.traders-section .traders .trader .trader__person .name {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0 5px;
}

.traders-section .traders .trader .trader__person .from {
  font-size: 18px;
}

.traders-section .traders .trader .trader__person:hover {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.traders-section .traders .trader .trader__result {
  position: relative;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
  height: 145px;
  padding: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0beafa), to(#0291fe));
  background: linear-gradient(#0beafa, #0291fe);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.traders-section .traders .trader .trader__result .weekday {
  margin: 35px 0 5px;
}

.traders-section .traders .trader .trader__result .value {
  color: #fff;
  font-weight: 600;
}

.traders-section .traders .trader .trader__result:hover {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.traders-section .traders .trader .trader__person:after, .traders-section .traders .trader .trader__result:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#90f2fe), to(#0065d9));
  background: linear-gradient(#90f2fe, #0065d9);
}

.traders-section .sign-up-button {
  display: block;
  text-decoration: none;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 45px;
  line-height: 33px;
  padding: 5px 10px 7px;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 5px;
  border-top: 2px solid #9f9e9e;
  background: #141414;
  -webkit-transition: 1s;
  transition: 1s;
}

.traders-section .sign-up-button:hover {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-transition: 1s;
  transition: 1s;
}

@media (max-width: 1200px) {
  .feedbacks-section {
    padding-bottom: 0;
  }
  .feedbacks-section .feedbacks .feedback .img {
    width: 100% !important;
  }
  .feedbacks-section .feedbacks .feedback:nth-child(2) {
    left: -13px;
    top: 0;
  }
  .feedbacks-section .feedbacks .feedback:nth-child(3) {
    top: -103px;
    left: 5px;
  }
  .feedbacks-section .feedbacks .feedback:nth-child(4) {
    top: -35px;
    left: 0px;
  }
  .traders-section .traders .trader .trader__person .name {
    margin-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .form .inputs-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feedbacks-section .feedbacks .feedback:nth-child(3) {
    top: -84px;
  }
  .traders-section .traders .trader .trader__person {
    min-width: 180px;
  }
  .traders-section .traders .trader .trader__person .img {
    width: 65px;
    height: 65px;
    margin-left: 10px;
  }
  .traders-section .traders .trader .trader__person .name {
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .traders-section .traders .trader .trader__person .from {
    padding-left: 15px;
    font-size: 16px;
  }
  .traders-section .traders .trader .trader__person .period {
    padding-left: 15px;
    font-size: 12px;
  }
  .traders-section .traders .trader .trader__result {
    -ms-flex-preferred-size: 7%;
    flex-basis: 7%;
  }
  form.registerForm div.short-form-policy p.members-form-policy-tooltip {
    border: none;
    color: #ffffff;
    background: transparent;
  }
}

@media (max-width: 767px) {
  .sticky-box {
    display: none;
  }

  .blue-button {
    font-size: 20px;
  }
  .h4.note {
    margin: 20px 0 20px;
  }
  .video-section {
    padding-left: 0;
    padding-right: 0;
  }
  .video-section .video-col, .video-section .form-col {
    padding-left: 0;
    padding-right: 0;
  }
  .video-section .form .inputs-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .video-section .form .inputs-wrapper .input-div, .video-section .form .inputs-wrapper input {
    min-width: 300px;
  }
  .feedbacks-section {
    padding-bottom: 90px;
  }
  .feedbacks-section .feedbacks .feedback:nth-child(2) {
    top: 15px;
    left: 0px;
  }
  .feedbacks-section .feedbacks .feedback:nth-child(3) {
    top: 30px;
    left: 0px;
  }
  .feedbacks-section .feedbacks .feedback:nth-child(4) {
    top: 47px;
    left: 0px;
  }
  .h1, .h1 span {
    font-size: 27px;
  }
  .h2 {
    font-size: 26px;
  }
  .h4 {
    font-size: 26px;
  }
  #subForm .form-control {
    max-width: 240px;
    font-size: 16px;
  }
  .video-section {
    padding-bottom: 0;
  }
  .video-section .form .buttons .submit-button {
    font-size: 13px;
    line-height: 18px;
    padding-top: 2px;
  }
  .video-section .banners .banner {
    width: 30%;
  }
  .video-section .banners .banner .img {
    width: 100%;
  }
  .about-section {
    margin: 0;
    padding: 20px 10px 20px;
  }
  .about-section .p {
    font-size: 12px;
    padding: 5px;
  }
  .about-section .get-started-button {
    font-size: 18px;
    width: 270px;
  }
  .about-section .get-started-button:before {
    width: 100%;
  }
  .feedbacks-section {
    padding-top: 20px;
  }
  .feedbacks-section .h1 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .reasons-section {
    padding: 20px 5px 35px;
  }
  .reasons-section .h2 {
    margin-bottom: 0;
  }
  .reasons-section .get-started-button {
    margin-top: -10px;
    font-size: 18px;
    line-height: 20px;
    height: 55px;
  }
  .footer .menu li {
    margin: 0 10px 10px;
  }
  #loginModal .modal-header .h4 {
    font-size: 27px;
  }
  #loginModal label {
    font-size: 18px;
    padding: 0;
  }
  #loginModal input {
    font-size: 18px;
    padding: 0;
  }
  #loginModal .blue-button:hover {
    -webkit-transform: scale(1.01, 1.01);
    transform: scale(1.01, 1.01);
  }
  .steps-section .steps .step {
    padding: 10px;
  }
  .steps-section .steps .step .step-title {
    font-size: 18px;
  }
  .steps-section {
    padding-bottom: 15px;
  }
  .traders-section {
    padding-top: 15px;
    padding-bottom: 40px;
  }
  .traders-section .h1 {
    font-weight: 600;
  }
  .traders-section .traders .trader {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .traders-section .traders .trader .trader__result {
    height: 70px;
    text-align: left;
  }
  .traders-section .traders .trader .trader__result .weekday {
    margin: 0;
  }
  .traders-section .traders .trader .trader__result .weekday, .traders-section .traders .trader .trader__result .value {
    font-size: 20px;
    min-width: 105px;
    display: inline-block;
    margin-right: 30px;
    margin-left: 85px;
  }
  .traders-section .traders .trader .trader__person {
    width: 100%;
  }
  .registerForm .short-form-policy p.members-form-policy-tooltip {
    border: none;
    color: #ffffff;
    background: transparent;
  }
}

@media (max-width: 545px) {
  .traders-section .traders .trader .trader__result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  form.registerForm div.short-form-policy p.members-form-policy-tooltip {
    border: none;
    color: #ffffff;
    background: transparent;
  }
}
