body {
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  padding: 0px !important;
}
.container {
  max-width: 980px;
}
.padding {
  padding: 0 2%;
}
body {
  background-color: #1b1b1b;
  color: #444;
}
hr {
  border: solid #757575;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
}
h2.line {
  border-bottom: 3px solid #eee;
}
a {
  color: #cc333f;
}

.btn,
.box .btn {
  background-color: #cc333f;
  color: white;
  border-top: 1px solid #d65963;
}
.btn:hover,
.box .btn:hover {
  background-color: #ff4440;
}
.box {
  background: #eee;
}
select,
textarea,
input[type="text"] {
  border: 3px solid #e3e3e3;
  color: #555555;
  background-color: #ffffff;
}
textarea:focus,
input[type="text"]:focus {
  border-color: #cc333f;
}
.error {
  background-color: #ffd1d1 !important;
}
label span {
  display: none;
  color: red;
}

body {
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.5em;
  font-size: 13px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  padding-bottom: 3px;
  line-height: 1.2em;
  font-weight: 300;
  margin-bottom: 15px;
}
h1 {
  font-size: 29px;
}
h2 {
  font-size: 27px;
}
h2.margin {
  margin-bottom: 40px;
}
h3 {
  font-size: 16px;
  font-weight: 400;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}

p {
  margin: 0 0 15px 0;
}
ul {
  margin: 0 0 15px 0;
}

a {
  text-decoration: none;
}
#Content a:hover {
  text-decoration: underline;
}
strong,
b {
  font-weight: bold;
}

.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-justify {
  text-align: justify;
}
.btn {
  display: inline-block;
  display: inline;
  padding: 4px 12px;
  line-height: 1em;
  font-size: 16.5px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  zoom: 1;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 0 none;
}

label,
input,
button,
select,
textarea {
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"] {
  display: inline-block;
  height: 36px;
  padding: 4px 2%;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  vertical-align: middle;
}
textarea {
  height: auto;
}
textarea:focus,
input[type="text"]:focus {
  outline: 0;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  margin-top: 0;
  line-height: normal;
}
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select {
  margin-top: 4px;
  line-height: 36px;
}
select {
  background-color: #ffffff;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  cursor: pointer;
  position: relative;
  top: 0.9em;
}
input[type="checkbox"] + label i {
  display: inline-block;
  width: 19px;
  height: 19px;
  cursor: pointer;
  margin: -1px 4px 0 0;
  vertical-align: middle;
}
.cardsDiv {
  visibility: hidden;
  display: flex;
  justify-content: center;
  height: 30px;
}
#cardsLocation img {
  margin: 0px auto;
}
.currency {
  background: transparent;
  border: none;
  width: 40px;
  height: 40px;
  padding: 0;
}
.currency img,
.tiecurrency img {
  width: 100%;
  height: 100%;
}
.tiecurrency {
  background: transparent;
  border: none;
  width: 40px;
  height: 40px;
  padding: 0;
}
.divider-border {
  border-right: 2px solid #fff;
  height: 99px;
  margin-top: -16px;
}
.noMargin {
  margin: 0px !important;
}
@media only screen and (max-width: 767px) {
  .currency {
    margin-left: 17px;
    margin-top: -24px;
  }
  .tiecurrency {
    margin-left: -4px;
    margin-top: -20px;
  }
}
body {
  padding: 0px !important;
}
.container {
  max-width: 1920px !important;
}
.act-btns {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -35px;
  display: flex;
  gap: 20px;
}
