* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
a:link {
  text-decoration: none;
}

.flex {
  display: flex;
}
.flex_item {
  flex: 1;
}

.header {
}
.footer {
  background: url(images/bg_footer.gif) repeat 0 0;
}
.topheader {
  padding: 5px 0;
  background: #0b0f1d;
}
.topheader a {
  color: #969696;
}
.topheader ul li {
  display: inline-block;
  padding-left: 10px;
}
.mainheader {
  background: #007eff;
}
.mainheader .navbar {
  margin-bottom: 0;
}
.mainheader .navbar-brand {
}
.mainheader .navbar-nav .nav-item {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}
.mainheader .navbar-nav .nav-link {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.mainheader .nav-item > a {
  color: #ffffff;
}
.mainheader .nav > li > a:focus,
.mainheader .nav > li > a:hover {
  background-color: #0065cc !important;
}
.mainheader .nav .open > a,
.mainheader .nav .open > a:focus,
.mainheader .nav .open > a:hover {
  background-color: #0065cc !important;
}
.mainheader .navbar-header .navbar-toggle {
  padding: 0;
  margin-right: 0;
  font-size: 30px;
  color: #fff;
  border: 0;
}
.mainheader .navbar-toggler .iconfont {
  font-size: 30px;
  color: #fff;
}
.mainheader .dropdown > .dropdown-menu {
  background: #d4eaff;
  border: 0;
  min-width: 280px;
}
.mainheader .dropdown > .dropdown-menu .dropdown-item a {
  color: #212529;
  display: inline-block;
  width: 100%;
}
.mainheader .dropdown > .dropdown-menu .dropdown-item:hover {
  background: #ffffff;
}
.mainheader .dropdown > .dropdown-menu .dropdown-item:hover > a {
  color: #007bff;
}
.mainheader .dropdown > .dropdown-menu > .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.mainheader .dropdown > .dropdown-menu > .dropdown-item:hover {
  border-left: 4px solid #007eff;
}
.mainheader .headerLogo {
  padding: 15px 0;
  display: block;
}
.mainheader .headerEmail {
  padding: 5px 0;
  display: block;
  color: #fff;
  font-size: 18px;
  height: 100%;
}
.mainheader .headerEmail .iconfont {
  font-size: 30px;
  vertical-align: sub;
  margin-right: 5px;
}

.mainfooter {
  padding: 20px 0;
}
.mainfooter h5 {
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: default;
}
.mainfooter ul > li {
  padding: 5px 0;
}
.mainfooter ul > li a {
  color: #7a889c;
}
.mainfooter ul > li a:hover {
  text-decoration: underline;
}
.mainfooter .footerEmail {
  color: #fff;
  font-size: 18px;
}
.mainfooter .footerEmail .iconfont {
  font-size: 30px;
  vertical-align: sub;
  margin-right: 5px;
}
.mainfooter .footerTrustpilot .iconfont {
  font-size: 20px;
  margin-right: 10px;
  color: #00b67a;
}

.subfooter {
  padding-bottom: 20px;
}
.subfooter ul > li {
  display: inline-block;
  padding-left: 0;
}
.bottomfooter {
  padding: 15px 0 15px;
  line-height: 20px;
  background: #272f3a;
  color: #969696;
  text-align: center;
  font-size: 12px;
}

.footer-links {
  width: 100%;
}
.footer-links .btn {
  width: 100%;
  margin-top: 10px;
  background: #6fba2c;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.footer-gou {
  color: #fff;
  padding: 15px 0;
}
.footer-gou .flex_item {
  padding-left: 10px;
}
.footer-gou img {
  height: 100%;
}
h5.footer-trustpilot-title {
  margin-top: 0;
}
.footer-icon-box,
.footer-email-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.pay-list > li {
  display: inline-block;
  padding-left: 0;
}
.footer-social-links {
  display: flex;
  align-items: center;
}
.footer-social-links a {
  color: #fff !important;
  font-size: 24px;
  margin-right: 10px;
}

.progress .progress-bar {
  background-color: #5cb85c !important;
}
.progress .progressTip {
  padding: 5px;
}

.formContinue .userLogin {
  background: #e5f2ff;
  padding: 0.75rem 1rem;
}
.formContinue .userLogin h5 {
  margin-bottom: 0.75rem;
}
.formContinue .userLogin form {
  margin-top: 0.75rem;
}
.formContinue .userLogin input:focus {
  box-shadow: none;
}
.formContinue .userLogin .inputChooseCountry {
  width: 105px;
}
.formContinue .userLogin .inputChooseCountry .userLoginCountry {
  border-color: #ced4da;
  width: 100%;
}
.formContinue .formContinueRow {
  padding: 0.75rem 0;
  margin: 15px 0;
}
.formContinue .formContinueRow .formContinueTip {
  color: #81b7ee;
  align-self: center !important;
}
.formContinue .formContinueRow .formContinueBox {
  text-align: right;
}
.formContinue .formContinueRow .formContinueBox .btn-link {
  font-size: 16px;
  color: #969696;
}
.formContinue .formContinueRow .formContinueBtn .iconfont {
  font-size: 1.25rem;
}

@media (max-width: 991px) {
  .mainheader .headerLogo {
    text-align: center;
  }
  .mainfooter .col-md-3 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .mainfooter .footer-gou {
    text-align: left;
    display: inline-flex;
  }
  /* .mainfooter .payWayIcon {
    text-align: right;
  } */

  .formContinue .formContinueRow .btn {
    width: 100%;
    margin-top: 1rem;
  }
  .subfooter .text-right {
    text-align: center !important;
  }
  .footer-social-links {
    justify-content: center;
  }
  .footer-icon-box,
  .footer-email-box {
    justify-content: center;
    margin-top: 10px;
  }
  .tok-footer-email-box.text-right {
    text-align: center !important;
  }
  .footer-pay-box {
    display: flex;
    justify-content: center;
  }
}

.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.m-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #eee;
  border-left-width: 0.25rem;
  border-radius: 0.25rem;
}

.trustpilotSwiper {
  display: flex;
}
