html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  font-display: swap;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}

html {
  margin-top: 0px !important;
}

img {
  max-width: 100%;
}

:visited,
:target,
input:focus,
input:active,
textarea:focus,
textarea:active,
a:focus,
a:active {
  outline: 0 none !important;
}

/*------------------------ Typography ------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-weight: normal;
  margin: 0px;
}
h1 {
  font-size: 38px;
  font-family: sans-serif;
  line-height: 40px;
  color: #ffffff;
  font-display: swap;
}

h2 {
  font-size: 32px;
  font-family: sans-serif;
  line-height: 30px;
  font-weight: 700;
}
h3 {
  font-size: 24px;
  font-family: sans-serif;
  color: #666666;
  line-height: 26px;
  font-weight: 400;
}
h4 {
  font-size: 20px;
  font-family: sans-serif;
  color: #666666;
  line-height: 30px;
  font-weight: 400;
}
h5 {
  font-size: 18px;
  font-family: sans-serif;
  line-height: 30px;
  font-weight: 400;
}
h6 {
  font-size: 16px;
  font-family: sans-serif;
  line-height: 18px;
  font-weight: 400;
}

p {
  font-size: 11px;
  line-height: 14px;
  color: #8a8a8a;
  font-family: sans-serif;
  font-weight: 400;
}

strong {
  font-family: sans-serif;
}

img,
a img,
img:hover,
a img:hover {
  padding: 0px;
  border: none 0;
  outline: 0px none !important;
  max-width: 100%;
}

input:focus,
input:active,
textarea:focus,
textarea:active,
a:focus,
a:active {
  outline: 0px none !important;
}

a {
  color: #6a97f2;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  /*color: #1c66b0;*/
}

a:focus {
  outline: 0;
  text-decoration: none;
}

a:active,
a:hover {
  text-decoration: underline;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
  font-family: sans-serif;
  color: #cacaca;
  font-size: 13px;
  font-weight: 400;
}

:-moz-placeholder {
  font-family: sans-serif;
  color: #cacaca;
  font-size: 13px;
  font-weight: 400;
}

::-moz-placeholder {
  font-family: sans-serif;
  color: #cacaca;
  font-size: 13px;
  font-weight: 400;
  opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  font-family: sans-serif;
  color: #cacaca;
  font-size: 13px;
  font-weight: 400;
}
/**
 * Custom Styles
 * -----------------------------------------------------------------------------
 */

body {
  font-family: sans-serif;
  padding: 0;
  margin: 0;
  font-size: 12px;
  background: #3f3f3f;
  line-height: 16px;
}
.container {
  width: 816px;
}
.main-outercon {
  float: left;
  width: 100%;
  background: url("../jpg/body-bg.webp") no-repeat center top fixed;
  background-size: cover;
}
.header-container {
  float: left;
  width: 100%;
}
.header-inner {
  float: left;
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 50px 0 42px;
}
.header-inner h2 {
  padding-bottom: 3px;
}
.header-inner h2 span {
  font-weight: 700;
}
.header-inner h4 {
  color: #464143;
}
.header-inner h4 span {
  font-weight: 700;
  color: #84d354;
}

.header-mobile {
  float: left;
  width: 100%;
  text-align: center;
  padding: 30px 0px 22px;
  display: none;
}

.header-mobile h4 {
  color: #fff;
  font-size: 18px;
  padding-bottom: 10px;
}
.header-mobile h4 span {
  font-weight: 700;
}
.header-mobile p {
  font-size: 14px;
  margin: 0px;
  color: #fff;
  overflow: hidden;
}
.header-mobile p span {
  color: #84d354;
  font-weight: 700;
}

.content-block {
  float: left;
  width: 100%;
}
.content-inner-block {
  float: left;
  width: 100%;
  padding: 0px 48px 48px;
  background: #fff;
}
.content-top-section {
  float: left;
  width: 100%;
}
.content-left {
  float: left;
  width: 37.2%;
  padding-right: 5.6%;
}
.content-left ul {
  float: left;
  width: 100%;
  list-style: none;
}
.content-left ul li {
  float: left;
  width: 100%;
  padding: 20px 0px 20px;
  border-top: 1px solid #e5e5e5;
}
.content-left ul li:first-child {
  border: none;
  padding: 12px 0px 20px;
}
.icon-block {
  float: left;
  width: 28%;
}
.icon-block img {
  display: block;
  background: #84d354;
  padding: 9px;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
}
#invalidemail {
  color: red;
  display: block;
  font-size: 14px;
  font-weight: bold;
}
.desc-block {
  float: left;
  width: 72%;
  padding-top: 5px;
}
.desc-block h5 {
  font-family: sans-serif;
  color: #84d354;
  line-height: inherit;
}
.desc-block span {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}
.online {
  float: left;
  width: 100%;
  padding-top: 66px;
  text-align: center;
  position: relative;
}
.online h3 {
  text-transform: uppercase;
}
.online h3 a {
  color: #404040;
}
.online h3 a:hover {
  color: #84d354;
}
.online p {
  font-size: 15px;
  line-height: 17px;
  color: #404040;
}
.online:before {
  content: "";
  position: absolute;
  top: 80px;
  left: 5px;
  background: url("../png/arrow-online.png") no-repeat;
  width: 24px;
  height: 58px;
}

.content-right {
  float: left;
  width: 62.78%;
  padding: 15px 20px 40px 20px;
  background: #f9f5d9;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
}

.content-top {
  float: left;
  width: 100%;
  position: relative;
}
.content-top h6 {
  font-size: 14px;
  color: #3e3d35;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 1px solid #ece9ce;
}
.content-top:before {
  content: "";
  position: absolute;
  top: -70px;
  right: 125px;
  background: url("../png/arrow-reg.png") no-repeat;
  width: 45px;
  height: 92px;
}

.tv-outer {
  position: absolute;
  right: 0px;
  top: -45px;
  background: #f94932;
  padding: 18px 0;
  text-align: center;
  border-radius: 100px;
  text-align: center;
  width: 80px;
  height: 80px;
}
.tv-outer a:hover {
  text-decoration: none;
}
.tv-outer h1 {
  font-family: sans-serif;
  color: #fff;
  text-transform: uppercase;
}
.tv-outer h6 {
  font-size: 9px;
  font-family: sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 8px;
  text-transform: uppercase;
  padding: 0px;
  border: none;
}

.form-outer {
  float: left;
  width: 100%;
  padding: 0px 24px;
  background: #fff;
}
.form-inner {
  float: left;
  width: 100%;
  padding: 20px 0px 0px;
}

.form-single {
  float: left;
  width: 100%;
  margin-top: 16px;
}
.form-single:first-child {
  margin: 0px;
}
.form-left {
  float: left;
  width: 25%;
  text-align: right;
  padding-right: 20px;
}
.form-left label {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 30px;
  color: #3e3d35;
}
.form-right {
  float: left;
  width: 75%;
}
.input-area {
  float: left;
  width: 100%;
}
.input-area input.single-input {
  float: left;
  width: 100%;
  max-width: 310px;
  height: 32px;
  line-height: 32px;
  border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-bottom: 1px solid #dddddd;
  padding: 0px;
  font-family: sans-serif;
  font-weight: 400;
  box-shadow: none !important;
  border-left: 0px;
  border-top: 0px;
  border-right: 0px;
  background: transparent;
}
.input-area input.single-input:active,
.input-area input.single-input:focus {
  border-bottom: 1px solid #84d354;
}
.privacy {
  float: left;
  width: 100%;
  padding: 24px 0 0;
}
.privacy p {
  line-height: 18px;
}
.privacy p i {
  color: #84d354;
  margin-right: 10px;
}
.privacy .single-check {
  float: left;
  width: auto;
  margin-right: 5px;
}

.form-btn {
  float: left;
  width: 100%;
  text-align: center;
}
.form-btn .submit {
  display: inline-block;
}
.form-btn .green-btn {
  font-family: sans-serif;
  font-weight: 700;
  text-align: center;
  color: #fff;
  float: left;
  width: 100%;
  max-width: 146px;
  height: 48px;
  line-height: 30px;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  background: #f94932;
  padding: 0 24px;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.form-btn .green-btn:hover {
  opacity: 0.8;
}
.radio-single {
  float: left;
  width: 100%;
  max-width: 320px;
  height: 32px;
  line-height: 32px;
}
.radio-outer {
  float: left;
  width: 33.33%;
  text-align: center;
  position: relative;
}

.radio-outer .iradio_line:before,
.radio-outer .icheckbox:before {
  content: "\f221";
  font-family: "FontAwesome";
  height: 20px;
  left: 10px;
  position: absolute;
  top: 0px;
  width: 10px;
  z-index: 0;
  font-weight: 700;
  color: #000;
}
.radio-outer.man .iradio_line:before,
.radio-outer.man .icheckbox:before {
  content: "\f222";
  font-family: "FontAwesome";
}
.radio-outer.stel .iradio_line:before {
  content: "\f224";
  font-family: "FontAwesome";
}
.iradio_line,
.icheckbox {
  font-size: 13px;
  font-family: sans-serif;
  font-weight: 400;
  color: #515151;
  border: 0;
  border-radius: 0;
  margin-right: 8px;
  background: rgba(0, 0, 0, 0.05);
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
  padding-left: 14px;
}
.iradio_line.checked,
.icheckbox.checked {
  color: #fff;
  background: #84d354;
  border: 0;
}
.iradio_line.checked:before,
.icheckbox.checked:before {
  color: #fff;
}
.form-single.active-label .form-left label {
  color: #84d354;
}

/*-- Custom country and province form elements ------------------------------------------------------------------------*/
#userRegisterForm {
  max-width: 352px;
}
@media only screen and (max-width: 767px) {
  #userRegisterForm {
    max-width: 100%;
  }
}
.form-single .select2-container .select2-selection--single {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
  border-radius: 0;
}
.form-single .select2-container .selection span {
  padding-left: 0;
}
.select2-container.select2-container--open
  .select2-dropdown
  #select2-ProfileProfileCountryId-results {
  margin-top: 5px;
}
.select2-container.select2-container--open
  .select2-dropdown
  .select2-search
  .select2-search__field {
  border: none;
  border-bottom: 1px solid #ddd;
  padding-left: 0;
  border-radius: 0;
  margin-top: 0;
}
/*-- End ustom country and province form elements ------------------------------------------------------------------------*/

.content-bottom {
  float: left;
  width: 100%;
  background: #fff;
  padding-top: 28px;
}
.content-bottom ul {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0px 0 25px 0;
}
.content-bottom ul li {
  display: inline-block;
  width: auto;
}
.content-bottom ul li a:hover {
  opacity: 0.8;
}
.chat-online {
  float: left;
  width: 96px;
  height: 96px;
  position: relative;
}
.chat-online img {
  display: block;
  width: 100%;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
}
.content-bottom p {
  text-align: center;
  font-size: 12px;
  color: #9d9d9d;
}
.content-bottom p span {
  font-weight: 700;
  color: #8d8d8d;
  text-transform: uppercase;
}

.footer-container {
  float: left;
  width: 100%;
  display: none;
}
.content-top h5 {
  display: none;
  color: #fff;
  line-height: 20px;
}
.content-top h5 span {
  font-weight: 700;
}

.footer-inner {
  float: left;
  width: 100%;
  padding: 25px 0px;
}
.footer-inner ul {
  float: left;
  width: 100%;
  list-style: none;
}
.footer-inner ul li {
  float: left;
  width: 33.33%;
  text-align: center;
  padding: 0 10px;
}
.footer-inner ul li h5 {
  color: #84d354;
  font-weight: 700;
}
.footer-inner ul li span {
  font-size: 10px;
  font-weight: 700;
  font-family: sans-serif;
  text-transform: uppercase;
  color: #fff;
}

div.field-error,
div.form-errors {
  clear: both;
  font-size: 11px;
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 991px) {
}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 991px) and (max-width: 1050px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content-inner-block {
    padding: 0 25px 48px;
  }
  .form-left {
    width: 26%;
  }
  .form-right {
    width: 74%;
  }
  .desc-block span {
    font-size: 15px;
  }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .header-inner {
    display: none;
  }
  .header-mobile {
    display: block;
  }
  .header-mobile h4 {
    padding-bottom: 0;
    font-size: 20px;
    line-height: 120%;
  }
  .header-mobile p {
    padding: 4px 0 8px 0;
    line-height: 140%;
  }
  .header-mobile p span {
    color: #fff;
  }
  .content-inner-block {
    padding: 0px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
  .content-left {
    display: none;
  }
  .content-right {
    width: 100%;
    padding: 0px;
    background: #fff;
  }
  .content-top:before {
    display: none;
  }
  .form-left {
    width: 100%;
    text-align: left;
  }
  .form-left label {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    color: #404040;
    line-height: 26px;
  }
  .form-right {
    width: 100%;
    position: relative;
    top: -6px;
  }
  .content-top {
    padding: 0;
    text-align: center;
    background: transparent;
    background-size: 100% auto;
    border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
  }
  .content-top h5 {
    display: block;
  }
  .content-top h6 {
    display: none;
  }
  .form-inner {
    padding: 16px;
    background: #f9f5d9;
    border: 8px solid #fff;
  }
  .tv-outer h6 {
    display: block;
    font-size: 7px;
  }
  .form-single {
    margin-top: 16px;
  }
  .iradio_line.checked {
    background: #84d354;
    border-bottom: 1px solid #479e6e;
  }
  .input-area input.single-input:active,
  .input-area input.single-input:focus {
    border-bottom: 1px solid #84d354;
  }
  .radio-outer {
    width: 33%;
  }
  .form-single.active-label .form-left label {
    color: #84d354;
  }
  .privacy .single-check .icheckbox_minimal {
    background: url("../png/checkbox-mob.png") no-repeat 0 -16px;
  }
  .content-bottom {
    display: none;
  }
  .tv-outer h1 {
    font-size: 32px;
    line-height: 32px;
  }
  .tv-outer {
    top: -32px;
    right: 12px;
  }
  .footer-container {
    display: block;
  }
  .input-area input.single-input {
    max-width: none;
  }
  .radio-single {
    max-width: none;
  }
  .main-outercon {
    background: url("../jpg/body-bg-mobile.webp") no-repeat center top fixed;
    background-size: cover;
  }
  .privacy {
    padding-top: 10px;
  }
  .form-single {
    margin-top: 0px;
  }
  .iradio_line {
    background: #e3dfc5;
    line-height: 32px;
  }
  .radio-outer .iradio_line {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .container {
    width: 100%;
  }
  .iradio_line,
  .icheckbox {
    margin-right: 2px;
  }
}

@media only screen and (min-width: 480px) {
}

@media only screen and (max-width: 479px) {
}

@media only screen and (max-width: 319px) {
}

.footer-level label {
  padding-left: 5px;
  display: inline;
}
.content-right {
  padding: 15px 20px;
}
.form-right select {
  background: transparent none repeat scroll 0 0;
  border-color: currentcolor currentcolor #dddddd;
  border-radius: 2px;
  border-style: none none solid;
  border-width: 0 0 1px;
  box-shadow: none;
  float: left;
  font-family: sans-serif;
  font-weight: 400;
  height: 32px;
  line-height: 32px;
  max-width: 310px;
  padding: 0;
  width: 100%;
  font-size: 15px;
}
.privacy {
  padding: 4px 0 0;
}
