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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

*:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #535353;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #535353;
  opacity: 1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #535353;
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #535353;
  opacity: 1;
}

#MainDiv {
  width: 795px;
  padding: 15px;
}

#MainDivTitle {
  font-family: "roboto condensed";
  font-size: 60px;
  font-weight: bold;
  text-transform: uppercase;
  color: #1b6a95;
  margin-bottom: 29px;
  margin-top: 27px;
}

.Form_Element_Holder_Div {
  margin-bottom: 25px;
}

input[type="text"], input[type="email"], input[type="tel"] {
  width: 100%;
  height: 48px;
  background-color: #fff;
  border: solid 1px #c9c9c9;
  padding-left: 10px;
  font-family: "roboto condensed";
  font-size: 15px;
  color: #838383;
}

#formDiv {
  max-width: 765px;
}

select {
  width: 100%;
  height: 48px;
  background-color: #fff;
  border: solid 1px #c9c9c9;
  padding-left: 10px;
  font-family: "roboto condensed";
  font-size: 15px;
  color: #838383;
}

#divFname,
#div_occupation,
#divBirth_country,
#div_phone_country,
#divOccupation {
  margin-right: 15px;
}

#UnMarriedLable,
#MarriedLable {
  display: inline-block;
}

#MaritalStatus {
  font-family: "roboto condensed";
  margin-bottom: 36px;
}

#MarriedRadio {
  margin-left: 50px;
}

#div_phone {
  margin-bottom: 35px;
}

#submitBTN {
  font-family: "roboto condensed";
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  width: 195px;
  height: 63px;
  line-height: 63px;
  background: #1b6a95;
  text-align: center;
  margin-bottom: 45px;
  cursor: pointer;
}

#BottomContent {
  width: 795px;
  font-family: "roboto condensed";
  font-size: 15px;
  color: #1b6a95;
  padding: 15px;
}

#mainDiv {
  padding: 20px;
}

.fieldHolder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.fieldHolder > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#gdpr {
  font-size: 12px;
  font-family: Arial;
  margin-top: 5px;
  margin-bottom: 5px;
}

.TurkishDisclaimer {
  margin-top: 15px;
}

#divMaritalRadio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 794px) {
  .fieldHolder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #MainDiv {
    width: 100%;
    padding: 15px;
  }
  #divFname,
  #div_occupation,
  #divBirth_country,
  #div_phone_country,
  #divOccupation {
    margin-right: 0;
  }
  #BottomContent {
    width: 100%;
    padding: 15px;
  }
  input[type="text"], input[type="email"], input[type="tel"] {
    width: 100%;
    padding: 15px;
  }
  select {
    width: 100%;
    padding: 15px;
  }
}
/*# sourceMappingURL=style.css.map */