@import url(//fonts.googleapis.com/css?family=Montserrat:thin,extra-light,light,100,200,300,400,500,600,700,800);
::-webkit-scrollbar {
  background: transparent;
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-thumb {
  background-color: rgb(214, 214, 214);
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 13px;
  font-weight: 500;
  padding-left: 8px;
  color: #c2c2c2;
}
::-moz-placeholder { /* Firefox 19+ */
  font-size: 13px;
  font-weight: 500;
  padding-left: 8px;
  color: #c2c2c2;
}
:-ms-input-placeholder { /* IE 10+ */
  font-size: 13px;
  font-weight: 500;
  padding-left: 8px;
  color: #c2c2c2;
}
:-moz-placeholder { /* Firefox 18- */
  font-size: 13px;
  font-weight: 500;
  padding-left: 8px;
  color: #c2c2c2;
}
body {
 font-family: 'Montserrat', sans-serif;
 overflow-x: hidden;
 overflow-y: auto;
 margin: 0;
 color: rgb(83, 88, 95);
 font-weight: 400;
 background: #f7f7f7;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.88);
  outline: none;
}
a:active, a:focus {
  outline: none;
  text-decoration: none;
}
.row{
  margin-left: -5px;
  margin-right: -5px;
}
.container-fluid {
  padding: 0;
  max-width: 1920px;
  background: #fff;
}
.freed-main-1, .freed-main-2, .logo-div, .img-div {
  height: calc(100vh - 0px);
  padding: 0px;
  max-height: 1080px;
}
.freed-main-2 {
  width: 100%;
  display: table;
  padding: 20px 164px;
  font-size: 18px;
}
.freed-sub {
  display: table-cell;
  vertical-align: middle;
}
.logo-div {
  float: left;
  width: 40%;
  background-color: rgb(64, 122, 170);
  text-align: center;
  padding: 20px;
  position: relative;
}
.logo {
  height: 197px;
  max-width: 268px;
  margin-top: 50%;
}
.img-div {
  float: left;
  width: 60%;
  background: url(../images/bg.jpg) center;
  background-size: cover;
  background-repeat: no-repeat;
}
.text-1 {
  color: #fff;
  margin: 35% 0 66%;
}
.text-1 p {
  margin: 6px 0;
  font-weight: 600;
  font-size: 18px;
}
.text-2 {
  color: #fff;
  
}
.text-2 p {
  margin: 3px 0;
  font-size: 14px;
}
.text-2 p a, .text-2 .mail {
  color: rgb(176, 192, 201);
  cursor: pointer;
  font-size: 12px;
}
.text-2 p a:hover {
  text-decoration: none;
}
.text-3 {
  font-size: 38px;
  margin: 0 0 36px;
  line-height: 1;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 44px;
    cursor: pointer;
    line-height: 21px;
    display: inline-block;
    /*color: #666;*/
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 0.5px solid rgb(181, 181, 181);
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #407aaa;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.freed-main-2 label {
  font-weight: 500;
}
.input-div {
  margin-bottom: 22px;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.pt-quantity {
  display: inline-block;
  margin: 5px 0 0;
  position: relative;
}
.pt-quantity input {
  background-color: #ffffff;
  border: solid 1px #b7b7b7;
  min-width: 45px;
  height: 40px;
  float: left;
  display: block;
  padding: 0 15px 0 2px;
  margin: 0;
  text-align: center;
  width: 70px;
}
.pt-quantity input:focus {
  outline: 0;
}
.pt-quantity .pt-quantityNav {
  float: left;
  position: relative;
  height: 40px;
}
.pt-quantity .pt-quantityNav .pt-quantityButton {
  position: relative;
  cursor: pointer;
    border-left: 1px solid #b7b7b7;
    width: 18px;
    text-align: center;
    font-size: 16px;
    line-height: 1.3;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.pt-quantity .pt-quantityNav .pt-quantityButton:active {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}
.pt-quantity .pt-quantityNav .pt-quantityButton.pt-quantityUp {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #b7b7b7;
}
.pt-quantity .pt-quantityNav .pt-quantityButton.pt-quantityDown {
  position: absolute;
  bottom: 0px;
  height: 50%;
}
.person {
  float: left;
  padding: 7px 0 7px 20px;
}
.form-inline .form-control {
  margin-bottom: 8px;
  border-radius: 0;
  height: 36px;
  width: 61%;
}
.label-1 {
  padding-right: 42px;
}
.label-2 {
  padding-right: 122px;
}
.label-3 {
  padding-right: 137px;
}
.form-control-1 {
  border: 1px solid #ccc;
  width: 93%;
  font-size: 13px;
}
.submit-btn {
  width: auto;
    padding: 13px 66px;
    font-size: 17px;
    border: none;
    background-color: rgb(64, 122, 170);
    color: #fff;
    font-weight: bold;
    outline: none;
    float: right;
    margin-right: 44px;
    margin-top: 10px;
}
.footer {
  font-size: 10px;
  margin: 45px 0 0;
  text-align: center;
}
#alert {
  font-size: 14px;
  color: red;
  display: none;
}

.success-div {
  text-align: center;
  padding: 310px 15px;
}
.p1 {
  font-size: 30px;
    font-weight: 800;
}
.p2 {
  font-size: 20px;
  font-weight: 500;
}
.error {
  position: absolute;
  top: 2%;
  text-align: center;
  margin: 0;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
}
.error span {
  background: rgba(58, 112, 156, 0.79);
  padding: 5px 32px;
  border-radius: 22px;
}
.CaptchaWrap { 
  display: flex;
  position: relative; 
  margin-top: 2px;
}
#UserCaptchaCode { 
  margin: 5px 0px 15px 6px; 
}
#CaptchaImageCode { 
  text-align:center;
  padding: 0px 0;
  overflow: hidden;
}

.capcode { 
  font-size: 30px; 
  display: block; 
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none; 
  cursor: default;
  letter-spacing: 1px;
  color: #ccc;
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
  font-style: italic;
}

.ReloadBtn { 
  width: 22px;
  height: 22px;
  border: 0px;
  outline: none;
  position: absolute;
  bottom: 12px;
  left: 136px;
  outline: none;
  background-color: #0d2d62;
  border-radius: 50%;
  color: #fff;
  padding: 7px 5px 0 5px;
  font-size: 10px;
}
.ReloadBtn.btn:hover, .ReloadBtn.btn:focus, .ReloadBtn.btn.focus {
  color: #fff;
}
#WrongCaptchaError { 
  color: red;
  font-size: 14px;
  display: none;
}
.CaptchaWrap input {
  width: 100%;
  max-width: 329px;
}
