html {
  font-size: 10px;
}
@media only screen and (max-width:991px) {
  html {
    font-size: 9px;
  }
}
html,
body {
  font-family: "Cordale", sans-serif;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  color: #394040;
}
body {
  font-size: 1.6rem;
  overflow: auto;
}
body.overflow-hidden {
  overflow: hidden;
}
@media only screen and (max-width:991px) {
  body.overflow-hidden {
    height: 100%;
    width: 100%;
    position: fixed;
  }
}
.none {
  display: none;
}
.font-size-12 {
  font-size: 1.2rem;
}
.font-size-13 {
  font-size: 1.3rem;
}
.font-size-14 {
  font-size: 1.4rem;
}
.font-size-15 {
  font-size: 1.5rem;
}
.font-size-16 {
  font-size: 1.6rem;
}
.font-size-17 {
  font-size: 1.7rem;
}
.font-size-18 {
  font-size: 1.8rem;
}
.font-size-19 {
  font-size: 1.9rem;
}
.font-size-20 {
  font-size: 2rem;
}
.font-size-21 {
  font-size: 2.1rem;
}
.font-size-22 {
  font-size: 2.2rem;
}
.font-size-23 {
  font-size: 2.3rem;
}
.font-size-24 {
  font-size: 2.4rem;
}
form {
  height: 100%;
}
main {
  min-height: 100%;
  padding-top: 100vh;
  overflow: hidden;
  /*padding-bottom: 124px;*/
  position: relative;
}
@media only screen and (max-width: 1200px) {
  main {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  main {
    padding-top: 73px;
    padding-bottom: 440px;
  }
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
h1 {
  font-size: 4.2rem;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 3.2rem;
  }
}
h2 {
  font-size: 3.2rem;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 2.4rem;
  }
}
h3 {
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 1.8rem;
  }
}
h4 {
  font-size: 1.8rem;
  line-height: 1.41;
}
@media only screen and (max-width: 767px) {
  h4 {
    font-size: 1.6rem;
  }
}
p.info {
  font-size: 1.8rem;
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background: none;
  border: none;
  outline: none;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 10px 0;
  height: auto;
  border-bottom: 1px solid #394040;
  border-radius: 0;
}
a {
  color: #870052;
  text-decoration: none;
}
a:hover {
  color: #870052;
  text-decoration: underline;
}
figure {
  margin: 0;
}
.full-width {
  width: 100%;
}
.container-fluid {
  padding-left: 101px;
  padding-right: 101px;
}
@media only screen and (max-width: 1400px) {
  .container-fluid {
    padding-left: 128px;
    padding-right: 128px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.input-hide {
  position: absolute;
  left: -999999em;
}
.form-screen {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #d8d8d8;
  padding: 50px 30px;
  margin: 30px 0;
}
@media only screen and (max-width: 767px) {
  .form-screen .btn-default {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .form-screen .btn-dark {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .form-screen {
    padding: 15px 15px 10px 15px;
  }
}
.form-screen .table-result {
  margin-top: 20px;
  overflow-x: auto;
}
.form-screen .table-result .table {
  margin-bottom: 0;
  table-layout: fixed;
  font-size: 1.2rem;
}
.form-screen .custom-control {
  margin-top: 20px;
}
.form-screen .btn-default {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .form-screen .btn-default {
    margin-top: 7px;
  }
}
.form-screen .select2-container .select2-selection--single {
  border: 1px solid #d8d8d8;
  height: 66px;
}
.form-screen .select2-container .select2-selection--single .select2-selection__rendered,
.form-screen .select2-container .select2-selection--single .select2-selection__placeholder {
  line-height: 33px;
  color: #394040;
  font-weight: bold;
  padding-top: 16px;
  padding-left: 20px;
}
.form-screen .select2-container .select2-selection--single .select2-selection__arrow {
  color: #394040;
  top: 12px;
  right: 20px;
}
.form-screen .select2-container .select2-selection--single .select2-selection__arrow b {
  color: #394040;
}
.apply-now .form-screen {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  padding: 0;
  margin: 0;
}
.apply-now .form-result-screen i:before {
  color: white;
}
.form-group {
  margin-bottom: 10px;
}
.form-group.input-amont {
  position: relative;
}
.form-group.input-amont .form-control {
  padding-right: 40px;
}
.form-group.input-amont .type {
  position: absolute;
  right: 10px;
  top: 22px;
  font-size: 1.4rem;
  color: #767676;
}
.form-group label.error {
  background: #870052;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 1.2rem;
  color: #f0edeb;
  position: absolute;
  padding: 3px 10px;
  margin: 6px 0 0;
  z-index: 20;
  top: 55px;
}
.form-group label.error::before {
  content: "";
  border-color: transparent transparent #870052 transparent;
  border-style: solid;
  border-width: 5px;
  width: 0;
  height: 0;
  position: absolute;
  top: -9px;
  left: 16px;
}
.form-group select.error ~ .select2-container .select2-selection--single {
  border-color: #ee80c3;
}
.captcha input {
  width: 55%;
  padding-right: 40px !important;
}
.captcha .input-group-append {
  padding: 0;
  width: 45%;
  position: relative;
}
@media only screen and (max-width: 1400px) {
  .captcha .input-group-append {
    padding-top: 5px;
  }
}
.captcha .input-group-append img {
  width: 100%;
  height: 100%;
}
.captcha .input-group-append .captcha-icon {
  position: absolute;
  left: -25px;
  font-size: 1.4rem;
  z-index: 10;
}
.captcha .input-group-append .captcha-icon.refreshbtn {
  top: 3px;
}
.captcha .input-group-append .captcha-icon.voicebtn {
  bottom: 3px;
}
.captcha .input-group-append .captcha-icon:hover {
  text-decoration: none;
  color: #ee80c3;
}
.captcha label.error {
  background: #870052;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 1.2rem;
  color: #f0edeb;
  position: absolute;
  padding: 3px 10px;
  margin: 6px -8px 0;
  z-index: 1;
  bottom: -30px;
  margin: -10px 0px 0;
  width: 100%;
}
.captcha label.error:before {
  content: "";
  border-color: transparent transparent #870052 transparent;
  border-style: solid;
  border-width: 5px;
  width: 0;
  height: 0;
  position: absolute;
  top: -9px;
  left: 16px;
}
hr {
  border-top: 2px solid #870052;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  hr {
    margin-bottom: 12px;
  }
}
.isHomePage .form-control {
  border: none;
  border-bottom: 1px solid #d8d8d8;
  padding-left: 0 !important;
}
.form-control {
  background: none;
  border: 1px solid #d8d8d8;
  outline: none;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 22px 0;
  height: auto;
  color: #394040;
  border-radius: 0;
  padding-left: 20px;
  line-height: 100%;
  padding-top: 23px;
}
.form-control::-webkit-input-placeholder {
  color: #394040 !important;
  font-size: 1.6rem;
}
.form-control::-moz-placeholder {
  color: #394040 !important;
  font-size: 1.6rem;
}
.form-control:-ms-input-placeholder {
  color: #394040 !important;
  font-size: 1.6rem;
}
.form-control:-moz-placeholder {
  color: #394040 !important;
  font-size: 1.6rem;
}
.form-control::-webkit-input-placeholder {
  color: #394040;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 16px;
}
.form-control:-moz-placeholder {
  color: #394040;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 16px;
}
.form-control::-moz-placeholder {
  color: #394040;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 16px;
}
.form-control:-ms-input-placeholder {
  color: #394040;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 16px;
}
.form-control::placeholder {
  color: #394040;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .form-control {
    font-size: 16px !important;
  }
}
.form-control:focus {
  background: none;
  box-shadow: none;
}
.form-control.error {
  border-color: #ee80c3;
}
.form-control.error ~ .input-group-prepend span {
  border-color: #ee80c3 !important;
}
.form-icon-field {
  position: relative;
}
.form-icon-field i {
  right: 0px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #a7a9a9;
}
.light-form-fields .icon-search {
  margin-right: 22px;
  color: white;
}
.light-form-fields .form-control {
  color: #a7a9a9;
  border-color: #a7a9a9;
  padding: 13px 0 12px;
  padding: 15px 0;
  padding-bottom: 9px;
  border-radius: 0;
  color: white;
  /*border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;*/
  padding-left: 20px;
}
.light-form-fields .form-control::-webkit-input-placeholder {
  color: #a7a9a9 !important;
  font-size: 1.6rem;
}
.light-form-fields .form-control::-moz-placeholder {
  color: #a7a9a9 !important;
  font-size: 1.6rem;
}
.light-form-fields .form-control:-ms-input-placeholder {
  color: #a7a9a9 !important;
  font-size: 1.6rem;
}
.light-form-fields .form-control:-moz-placeholder {
  color: #a7a9a9 !important;
  font-size: 1.6rem;
}
.light-form-fields .form-control::-webkit-input-placeholder {
  color: #a7a9a9;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 16px;
}
.light-form-fields .form-control:-moz-placeholder {
  color: #a7a9a9;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 16px;
}
.light-form-fields .form-control::-moz-placeholder {
  color: #a7a9a9;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 16px;
}
.light-form-fields .form-control:-ms-input-placeholder {
  color: #a7a9a9;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 16px;
}
.light-form-fields .form-control::placeholder {
  color: #a7a9a9;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 16px;
}
.light-form-fields .form-control::-webkit-input-placeholder {
  color: #bed2e6 !important;
  font-size: 1.6rem;
}
.light-form-fields .form-control::-moz-placeholder {
  color: #bed2e6 !important;
  font-size: 1.6rem;
}
.light-form-fields .form-control:-ms-input-placeholder {
  color: #bed2e6 !important;
  font-size: 1.6rem;
}
.light-form-fields .form-control:-moz-placeholder {
  color: #bed2e6 !important;
  font-size: 1.6rem;
}
.light-form-fields .form-control::-webkit-input-placeholder {
  color: #bed2e6;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 16px;
}
.light-form-fields .form-control:-moz-placeholder {
  color: #bed2e6;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 16px;
}
.light-form-fields .form-control::-moz-placeholder {
  color: #bed2e6;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 16px;
}
.light-form-fields .form-control:-ms-input-placeholder {
  color: #bed2e6;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 16px;
}
.light-form-fields .form-control::placeholder {
  color: #bed2e6;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 16px;
}
.light-form-fields .form-control.error {
  border-color: #ee80c3;
}
.input-group .input-group-prepend span {
  background: none;
  border: none;
  border-bottom: 1px solid #394040;
}
.btn {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 17px 20px;
  text-align: center;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  outline: none !important;
  box-shadow: none !important;
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .btn {
    padding: 13px 29px;
  }
}
.btn.btn-light {
  background: none;
  border-color: white;
  color: white;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.btn.btn-light:hover {
  background: white;
  color: #394040;
}
.btn.btn-light-kampanya {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.btn.btn-light-kampanya:hover {
  background: white;
  color: #394040;
}
.btn.btn-dark {
  background: none;
  border-color: #2484c6;
  color: #2484c6;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.btn.btn-dark:hover {
  background: #2484c6;
  color: white;
}
.btn.btn-dark:active {
  background-color: #2484c6;
  color: white;
}
.btn.btn-default {
  background-image: linear-gradient(to right, #882252, #e03c8a);
  color: white;
  border-width: 0px;
  border-style: solid;
  border-color: none;
  padding-left: 52.5px;
  padding-right: 52.5px;
}
@media only screen and (max-width: 767px) {
  
}
.btn.btn-default:hover {
  border-color: #870052;
  background-image: linear-gradient(to right, white, white);
  color: #870052;
}
.note {
  font-size: 1.2rem;
  color: #a3a4a4;
}
.note a {
  color: #a3a4a4 !important;
  text-decoration: underline !important;
}
.note a:hover {
  text-decoration: none !important;
}
.box-item {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .box-item {
    margin-bottom: 20px;
  }
}
.box-item picture {
  overflow: hidden;
}
.box-item picture img {
  width: 100%;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.box-item figcaption {
  position: absolute;
  background: rgba(36, 132, 198, 0.9);
  font-weight: bold;
  color: white;
  padding: 0 30px;
  width: 100%;
  bottom: 0;
  font-size: 1.6rem;
  height: 100px;
  text-align: left;
}
@media only screen and (max-width: 1200px) {
  .box-item figcaption {
    padding: 0 20px;
  }
}
@media only screen and (max-width:991px) {
  .box-item figcaption {
    height: 85px;
  }
}
@media only screen and (max-width: 767px) {
  .box-item figcaption {
    height: 75px;
    font-size: 1.6rem;
  }
}
.box-item figcaption.no-background {
  background: none;
}
.box-item figcaption.go-bottom {
  opacity: 0.9;
  background-image: linear-gradient(270deg, #e45a2f 0%, #e1345e 100%);
}
.box-item:hover > a > picture {
  overflow: hidden;
}
.box-item:hover > a > picture > img {
  width: 100%;
  transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
  padding: 0;
}
.table-wrap {
  overflow: auto;
}
.detail-wrap .table tr td {
  border: solid 1px #d8d8d8;
}
.table {
  margin-bottom: 30px;
  border-bottom: solid 1px #d8d8d8;
}
.table tr th,
.table tr td {
  border: 1px solid #a7a9a9;
  padding: 15px 14px;
  vertical-align: middle;
}
.table tr td {
  background: white;
  border: none;
}
.table tr td:first-child {
  border-left: solid 1px #d8d8d8;
}
.table tr td:last-child {
  border-right: solid 1px #d8d8d8;
}
.table thead th {
  font-weight: bold;
  background: #2484c6;
  color: white;
  font-weight: normal;
  text-align: center;
  border-color: transparent;
}
.table.bottom-border {
  margin-bottom: 40px;
}
.table.bottom-border tr td,
.table.bottom-border tr th {
  border: none;
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  background: none;
}
.table.bottom-border tr td strong,
.table.bottom-border tr th strong {
  color: #870052;
}
.layer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 8, 28, 0.9);
  display: none;
}
.custom-control {
  padding: 0 0 25px;
}
.custom-control label.error {
  background: #870052;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 1.2rem !important;
  color: #f0edeb;
  position: absolute;
  padding: 3px 10px;
  margin: 0 -8px 0;
  z-index: 1;
  bottom: 0;
  left: 0;
}
.custom-control label.error::before {
  content: "";
  border-color: transparent transparent #870052 transparent;
  border-style: solid;
  border-width: 5px;
  width: 0;
  height: 0;
  position: absolute;
  top: -9px;
  left: 11px;
}
.custom-control .custom-control-label {
  padding-left: 30px;
  font-size: 1.4rem;
}
.custom-control .custom-control-label::before,
.custom-control .custom-control-label::after {
  width: 15px;
  height: 15px;
  left: 0;
  top: 3px;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.custom-control .custom-control-label::before {
  background: white;
}
.custom-control .custom-control-input:checked ~ .custom-control-label::before {
  background: white;
}
.custom-control .custom-control-input:checked ~ .custom-control-label::after {
  width: 9px;
  height: 9px;
  left: 3px;
  top: 6px;
  color: white;
  border-color: #870052;
  background-color: #870052;
}
/** LOAD�NG **/

.loading-wrap {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 9999;
}
.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
/** LOAD�NG **/

.form-result-screen {
  text-align: center;
  min-height: 426px;
  /* border: solid 1px #d8d8d8;*/
  /* padding: 30px;*/
  margin-bottom: 30px;
}
.form-result-screen .btn-default {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .form-result-screen {
    min-height: 378px;
  }
}
.form-result-screen .wrap {
  height: 426px;
}
@media only screen and (max-width: 767px) {
  .form-result-screen .wrap {
    height: 378px;
  }
}
.form-result-screen .wrap > div {
  height: 100%;
}
.form-result-screen .wrap > div > div {
  width: 100%;
  display: none;
}
.form-result-screen i {
  font-size: 8rem;
  display: inline-block;
  margin-bottom: 40px;
}
.form-result-screen i:before {
  color: #870052;
}
.mt-0 {
  margin-top: 0px !important;
}
.search-content {
  padding-bottom: 50px;
}
.table-responsive {
  display: table;
}
@media only screen and (max-width: 767px) {
  .table-responsive {
    display: block;
  }
}
.belt {
  position: absolute;
  width: 100%;
  height: 118px;
}
@media only screen and (max-width: 1366px) {
  .belt {
    height: 115px;
  }
}
@media only screen and (max-width: 767px) {
  .belt {
    height: 65px;
  }
}
.isHomePage .belt {
  height: 648px;
}
.isHomePage .belt-image {
  position: absolute;
  width: 322px;
  height: 100%;
  background: url(/_assets/img/kusak.png) no-repeat right top -13px;
  left: 0;
  top: 0;
  z-index: 5;
  bottom: 0;
}
@media only screen and (max-width: 1366px) {
  .isHomePage .belt-image {
    background: url(/_assets/img/kusak.png) no-repeat right top -15px;
    width: 336px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
  .isHomePage .belt-image {
    width: 250px;
    height: 354px;
    background: url(/_assets/img/mobil-kusak.png) no-repeat right top 0px;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .isHomePage .belt-image {
    margin-left: 0;
    left: -13px;
    width: 150px;
    height: 212px;
    background: url("/_assets/img/mobil-kusak.png") no-repeat right top -4px;
    background-size: cover;
    top: -74px;
  }
}
.belt-image {
  position: absolute;
  width: 322px;
  height: 100%;
  background: url(/_assets/img/kusak.png) no-repeat right top -13px;
  left: 0;
  top: 0;
  z-index: 5;
  bottom: 0;
}
@media only screen and (max-width: 1366px) {
  .belt-image {
    background: url(/_assets/img/kusak.png) no-repeat right top -15px;
    width: 336px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
  .belt-image {
    width: 250px;
    height: 116px;
    background: url(/_assets/img/mobil-kusak.png) no-repeat right top 0px;
    background-size: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .belt-image {
    height: 112px;
  }
}
@media only screen and (max-width: 767px) {
  .belt-image {
    margin-left: 0;
    left: -13px;
    width: 150px;
    height: 64px;
    background: url("/_assets/img/mobil-kusak.png") no-repeat right top -4px;
    background-size: cover;
    top: 0;
  }
}
.mb30 {
  margin-bottom: 30px;
}
.detail-img {
  padding-bottom: 20px;
}
.home-form-icon {
  position: absolute;
  right: 0;
  top: 20px;
}
.select2-container .select2-selection--single {
  border-radius: 0 !important;
}
.sub-page .page-body .filter-wrap .select2-container .select2-selection__rendered {
  font-weight: bold !important;
}
#campaignBody .box-item:hover > a > picture {
  overflow: hidden;
}
#campaignBody .box-item:hover > a > picture > img {
  width: 100%;
  transform: scale(1, 1) !important;
  -webkit-transform: scale(1, 1) !important;
  -moz-transform: scale(1, 1) !important;
  -ms-transform: scale(1, 1) !important;
  -o-transform: scale(1, 1) !important;
}
#campaignsWrap .box-item:hover > a > picture {
  overflow: hidden;
}
#campaignsWrap .box-item:hover > a > picture > img {
  width: 100%;
  transform: scale(1, 1) !important;
  -webkit-transform: scale(1, 1) !important;
  -moz-transform: scale(1, 1) !important;
  -ms-transform: scale(1, 1) !important;
  -o-transform: scale(1, 1) !important;
}
.btn-dark:not(:disabled):not(.disabled):active {
  background-color: #2484c6;
  color: white;
  border-color: #2484c6;
}
.landing-wrap {
  margin-bottom: 50px;
}
.hidden {
  display: none;
}
.windowClose {
  position: fixed;
  z-index: 100;
  background: white;
  padding: 0;
  width: 100%;
  bottom: 0px;
  overflow: hidden;
  height: 60px;
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  -ms-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
.windowClose a.window-close {
  display: block;
  height: 60px;
  width: 100%;
  color: white;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  background: url("/_assets/img/subpage/combined-shape.png") no-repeat left center;
}
.windowClose a span {
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .form-screen .btn-dark {
    width: 100%;
    margin-top: 10px;
  }
}
.info-tooltip {
  color: #870052;
  display: inline-block;
  border: 1px solid #870052;
  padding: 0px 7px;
  border-radius: 25px;
  text-decoration: none !important;
  font-weight: normal;
  margin-left: 10px;
}
.tooltip > .tooltip-inner {
  background-color: white;
  color: black;
  border: 1px solid #870052;
  padding: 10px;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 1;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 500px;
  width: 500px;
  padding: 3px 8px;
  color: white;
  text-align: center;
  background-color: black;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: black;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: black;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
.ui-tooltip {
  z-index: 1;
  max-width: 650px;
  text-align: center;
  padding: 5px;
}
.referansForm .custom-control-label::before {
  border: 1px solid #a7a9a9;
  border-radius: 2px;
}
.trendyolStaticPageFormCardText {
  margin-top: 20px;
}
.callMeBtn[data-url="PostToCCApplicationFormSep"] {
  margin-top: 10px;
  margin-right: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1250px) {
  .callMeBtn[data-url="PostToCCApplicationFormSep"] {
    margin-right: 0;
    display: block;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1250px) {
  .sendBtn[data-url="SendSmsWithGeneration"] {
    display: block;
  }
}
/****************** COLORS ***********************/
/****************** COLORS ***********************/
/****************** DEVICE ***********************/
/****************** DEVICE ***********************/

header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  padding: 42px 0;
}
@media only screen and (max-width: 1200px) {
  header {
    position: absolute;
  }
}
@media only screen and (max-width: 767px) {
  header {
    padding: 20px 0;
  }
}
header.active-menu .logo {
  z-index: -1;
}
header.active-menu .top-nav {
  z-index: -2;
}
header.active-menu nav .nav li .nav-link {
  color: #070e12;
  margin-bottom: 20px;
}
header.active-menu nav .nav li .nav-link:hover {
  color: white !important;
}
header .logo {
  width: 132px;
  float: left;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1366px) {
  header .logo {
    width: 132px;
  }
}
@media only screen and (max-width: 767px) {
  header .logo {
    width: 75px;
  }
}
header .logo img {
  width: 100%;
}
header .sticky-item {
  display: none;
}
header .miles-and-smiles-logo {
  position: absolute;
  right: 101px;
  top: 20px;
  max-width: 172px;
}
@media only screen and (max-width: 1400px) {
  header .miles-and-smiles-logo {
    right: 128px;
    top: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  header .miles-and-smiles-logo {
    right: 100px;
    top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  header .miles-and-smiles-logo {
    width: 89px;
    top: 22px;
    right: 60px;
  }
}
header .miles-and-smiles-logo img {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
  header .sticky-miles-and-smiles-logo {
    display: none !important;
  }
}
header .sticky-miles-and-smiles-logo img {
  width: 100%;
}
header .sticky-apply-now-btn .btn {
  padding: 12px 27px;
  margin-top: -17px;
  position: relative;
}
header .sticky-logo-shape {
  background: url("/_assets/img/nav/logo-shape.png") no-repeat center center;
  position: absolute;
  left: 280px;
  top: 0;
  width: 69px;
  height: 100%;
  display: none;
}
@media only screen and (max-width: 1400px) {
  header .sticky-logo-shape {
    left: 270px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
  header .sticky-logo-shape {
    left: 180px;
  }
}
@media only screen and (max-width: 767px) {
  header .sticky-logo-shape {
    left: 110px;
  }
}
header .top-nav {
  top: 20px;
  right: 101px;
  position: absolute;
}
@media only screen and (max-width: 1400px) {
  header .top-nav {
    right: 128px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
  header .top-nav {
    right: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  header .top-nav {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  header .top-nav {
    display: none;
  }
}
header .top-nav li {
  display: inline-block;
}
header .top-nav li a {
  color: #2484c6;
  margin: 0 20px;
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
  header .top-nav li a {
    margin: 0 15px;
  }
}
header .top-nav li a:hover {
  text-decoration: underline;
}
header .top-nav li:last-child a {
  margin-right: 0;
}
header nav {
  padding-top: 12px;
}
@media only screen and (max-width: 1200px) {
  header nav {
    padding-top: 9px;
  }
}
@media only screen and (max-width: 767px) {
  header nav {
    padding-top: 4px;
  }
}
header nav .nav {
  margin-left: 40px;
  position: relative;
}
@media only screen and (max-width: 1400px) {
  header nav .nav {
    margin-left: 50px;
  }
}
@media only screen and (max-width:991px) {
  header nav .nav {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  header nav .nav {
    display: none;
  }
}
header nav .nav li {
  list-style: none;
  margin-left: 40px;
}
@media only screen and (max-width: 1400px) {
  header nav .nav li {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
  header nav .nav li {
    margin-left: 20px;
  }
}
header nav .nav li .nav-link {
  text-decoration: none;
  font-weight: bold;
  padding: 0;
  color: #070e12;
  line-height: 15px;
  font-size: 1.8rem;
  position: relative;
}
@media only screen and (max-width: 1366px) {
  header nav .nav li .nav-link {
    font-size: 1.6rem;
  }
}
header nav .nav li .nav-link:hover {
  color: #870052;
}
header nav .nav li:first-child {
  margin-left: 0;
}
header nav .nav li.search-group {
  position: relative;
}
header nav .nav li.search-group > a {
  position: relative;
  z-index: 12;
}
header nav .nav li.search-group .search-field {
  position: absolute;
  right: 37px;
  background: white;
  padding: 10px 70px 10px 50px;
  border-radius: 3px;
  z-index: 11;
  bottom: -90px;
  display: none;
}
header nav .nav li.search-group .search-field:before {
  content: "";
  position: absolute;
  right: 10px;
  top: -12px;
  border: 24px solid transparent;
  border-right-color: white;
  z-index: -1;
}
header nav .nav li.search-group .search-field label.error {
  left: 5px;
  bottom: -40px;
}
header nav .nav li.search-group .search-field i {
  position: absolute;
  color: #870052;
  font-size: 2.2rem;
  top: 50%;
  margin-top: -11px;
  left: 15px;
}
header nav .nav li.search-group .search-field input {
  border: none;
  padding: 10px 0;
  outline: none;
}
header nav .nav li.search-group .search-field .search-btn {
  text-align: center;
  display: block;
  border: none;
  border-radius: 5px;
  padding: 10px;
  color: white;
  background: #870052;
  font-weight: 500;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
  position: absolute;
  right: 10px;
  top: 10px;
}
header nav .nav li.search-group > .close {
  opacity: 1;
}
header nav .nav li.search-group > .close i {
  color: white;
}
header nav .nav li.search-group > .close i:before {
  content: "\e90a";
}
header nav .nav li:hover ul.active {
  display: block;
}
header nav .nav li ul {
  position: absolute;
  background: white;
  min-width: 800px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  right: 0;
  padding: 20px;
  transition: 0.5s;
  display: none;
}
header nav .nav li ul li {
  display: inline-block;
  border: none;
  border-bottom: solid 1px #d2d4dc;
  margin: 0;
  padding: 0 0 0 0;
  width: 31%;
  margin: 0 3% 0 0;
  box-sizing: border-box;
  display: inline-table;
  height: 70px;
  float: left;
}
header nav .nav li ul li:nth-last-child(3n+3) {
  margin-right: 0;
}
header nav .nav li ul li:nth-last-child(-n+3) {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
header nav .nav li ul li a {
  color: #070e12;
  display: inline-block;
  text-decoration: none;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 90%;
}
header nav .nav li ul li .icon {
  vertical-align: middle;
  display: table-cell;
}
header nav .nav li ul li .icon:before {
  background-image: linear-gradient(to left, #161f53, #2580c3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
header nav .nav:first-child {
  margin-left: 0;
}
header nav .nav:first-child li .nav-link:after {
  position: absolute;
  left: 0;
  bottom: -14px;
  content: "";
  width: 0;
  height: 5px;
  background-color: #870052;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
header nav .nav:first-child li .nav-link:hover,
header nav .nav:first-child li .nav-link.active {
  color: #870052;
}
header nav .nav:first-child li .nav-link:hover:after,
header nav .nav:first-child li .nav-link.active:after {
  width: 100%;
}
header nav .nav:last-child li:first-child {
  border-right: 1px solid #394040;
  padding-right: 40px;
  margin-top: -2px;
}
@media only screen and (max-width: 767px) {
  header .hamburger {
    height: 22px;
  }
}
header .hamburger .hamburger-box {
  width: 30px;
}
@media only screen and (max-width: 767px) {
  header .hamburger .hamburger-box {
    width: 25px;
  }
}
header .hamburger .hamburger-box .hamburger-inner {
  height: 3px;
}
@media only screen and (max-width: 767px) {
  header .hamburger .hamburger-box .hamburger-inner {
    top: -2px;
  }
}
header .hamburger .hamburger-box .hamburger-inner::before,
header .hamburger .hamburger-box .hamburger-inner::after {
  height: 3px;
}
@media only screen and (max-width: 767px) {
  header .hamburger.is-active .hamburger-box .hamburger-inner::before {
    top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  header .hamburger.is-active .hamburger-box .hamburger-inner::after {
    top: 0px;
  }
}
header.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0 !important;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.08);
  background: white;
  padding: 39px 0;
  /*nav {
            padding-top: 9px;

            @media @tablet-mobile {
                padding-top: 3px;
            }

            ul {
                margin-left: 40px;

                @media @tablet {
                    margin-left: 20px;
                }

                li {
                    .nav-link {
                        color: #070e12;
                        .font-size(16);
                        margin-bottom: 20px;
                    }

                    &.search-group {
                        .search-field {
                            bottom: -96px;
                            right: -3px;
                        }
                    }
                }

                &:first-child {
                    li {
                        .nav-link {
                            position: relative;

                            &:after {
                                bottom: -14px;
                            }

                            &:hover,
                            &.active {

                                &:after {
                                    width: 100%;
                                }
                            }
                        }
                    }
                }

                &:last-child {
                    li {
                        &:first-child {
                            border-right: none;
                            padding-right: 0px;
                        }

                        .nav-link {
                            &:hover,
                            &.active {

                                &:after {
                                    width: 100%;
                                }
                            }

                            &.search-btn {
                                &:hover,
                                &.active {
                                    color: #070e12;
                                }
                            }
                        }
                    }
                }
            }
        }*/

}
@media only screen and (max-width: 767px) {
  header.fixed {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  header.fixed .logo {
    width: 75px;
  }
}
header.fixed .header-item {
  display: none;
}
header.fixed .sticky-logo-shape {
  left: 255px;
  display: block;
}
@media only screen and (max-width: 767px) {
  header.fixed .sticky-logo-shape {
    left: 94px;
    background-size: contain;
  }
}
header.fixed .sticky-item {
  display: block;
}
header.fixed .fixed-ib {
  display: block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #2484c6;
  background-color: white;
  position: relative;
  top: 8px;
  margin-top: -26px;
  height: 46px;
}
header.fixed .fixed-ib a {
  color: #2484c6;
  display: block;
  padding: 10px 30px;
  text-decoration: none;
}
header.fixed .fixed-ib a:hover {
  color: white;
  background-color: #2484c6;
}
@media only screen and (max-width: 767px) {
  header.fixed .hamburger .hamburger-inner {
    top: 0px;
  }
}
.left-shape {
  background: url("/_assets/img/nav/logo-bg.png") no-repeat top left;
  background-size: cover;
  width: 330px;
  height: 440px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@media only screen and (max-width: 1400px) {
  .left-shape {
    width: 352px;
    height: 469px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
  .left-shape {
    left: -90px;
    width: 352px;
  }
}
@media only screen and (max-width: 767px) {
  .left-shape {
    width: 143px;
    height: 190px;
  }
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  display: none;
  padding-top: 160px;
}
@media only screen and (min-width: 992px) and (max-width: 1250px) {
  .mobile-menu {
    padding-top: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .mobile-menu {
    padding-top: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-menu {
    padding-top: 64px;
  }
}
.mobile-menu .top-links {
  background-image: linear-gradient(to bottom, #1d639b, #2483c5);
  padding: 30px 40px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .mobile-menu .top-links {
    padding: 20px 25px 17px 20px;
  }
}
.mobile-menu .top-links ul li {
  float: left;
  margin-right: 20px;
  position: relative;
}
@media only screen and (max-width: 370px) {
  .mobile-menu .top-links ul li {
    margin-right: 23px;
  }
}
.mobile-menu .top-links ul li a {
  font-size: 1.6rem;
  color: white;
  padding-left: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .mobile-menu .top-links ul li a {
    padding-left: 20px;
  }
}
.mobile-menu .top-links ul li a i {
  font-size: 1.8rem;
  position: absolute;
  top: 3px;
  left: 0;
}
.mobile-menu .top-links ul li:last-child {
  margin-right: 0;
}
.mobile-menu > .nav-wrap {
  height: calc(100vh - 123px);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0px 40px;
  background: white;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .mobile-menu > .nav-wrap {
    padding: 0 10px;
  }
}
.mobile-menu > .nav-wrap .search-wrap {
  padding: 20px 0;
  background: none;
}
.mobile-menu > .nav-wrap .search-wrap .form-group {
  position: relative;
  margin-bottom: 0;
}
.mobile-menu > .nav-wrap .search-wrap .form-group i,
.mobile-menu > .nav-wrap .search-wrap .form-group a {
  position: absolute;
}
.mobile-menu > .nav-wrap .search-wrap .form-group i {
  left: 0;
  top: 0;
  left: 15px;
  top: 17px;
  font-size: 2.2rem;
  color: #870052;
}
.mobile-menu > .nav-wrap .search-wrap .form-group a {
  background: #870052;
  color: white;
  right: 0;
  top: 0;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  padding: 18px 20px;
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .mobile-menu > .nav-wrap .search-wrap .form-group a {
    padding: 20px;
  }
}
.mobile-menu > .nav-wrap .search-wrap .form-group input {
  background: #eeeeee;
  padding: 15px 90px 14px 45px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  outline: none;
  border: none;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
  .mobile-menu > .nav-wrap .search-wrap .form-group input {
    padding: 18px 90px 18px 45px;
  }
}
.mobile-menu > .nav-wrap .search-wrap .form-group label.error {
  left: 0;
  bottom: -35px;
  margin: 0;
}
.mobile-menu > .nav-wrap > ul {
  padding: 0 10px;
}
.mobile-menu > .nav-wrap > ul li {
  padding: 0;
}
.mobile-menu > .nav-wrap > ul > li {
  border-bottom: 1px solid #d8d8d8;
  position: relative;
}
.mobile-menu > .nav-wrap > ul > li i {
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mobile-menu > .nav-wrap > ul > li > a {
  font-size: 1.8rem;
  color: black;
  padding: 0;
  font-weight: bold;
  padding: 20px 0;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
}
.mobile-menu > .nav-wrap > ul > li > a:after {
  content: "";
  position: absolute;
  left: -20px;
  right: -20px;
  top: -1px;
  width: 0;
  height: 100%;
  background: #145389;
  z-index: -1;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
  .mobile-menu > .nav-wrap > ul > li > a:after {
    left: -40px;
  }
}
.mobile-menu > .nav-wrap > ul > li.open {
  z-index: 2;
}
.mobile-menu > .nav-wrap > ul > li.open > a {
  color: white;
}
.mobile-menu > .nav-wrap > ul > li.open > a:after {
  width: 120%;
}
.mobile-menu > .nav-wrap > ul > li.open > .arrw-btn {
  padding: 13px 0;
  padding-right: 60px;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.mobile-menu > .nav-wrap > ul > li.open > .arrw-btn i {
  color: white;
}
.mobile-menu > .nav-wrap > ul > li .arrw-btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 18px 0px 14px 60px;
  line-height: 2.3;
}
.mobile-menu > .nav-wrap > ul > li > .arrw-btn {
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: none;
}
.mobile-menu > .nav-wrap > ul > li:last-child {
  border: none;
}
.mobile-menu > .nav-wrap > ul > li > ul {
  display: none;
  padding-bottom: 10px;
}
.mobile-menu > .nav-wrap > ul > li > ul > li {
  border-bottom: 1px solid #dfd8d2;
  position: relative;
}
.mobile-menu > .nav-wrap > ul > li > ul > li > a {
  font-size: 1.6rem;
  color: black;
  padding: 0;
  padding: 20px 0;
  display: block;
}
.mobile-menu > .nav-wrap > ul > li > ul > li > ul {
  border-top: 1px solid #dfd8d2;
}
.mobile-menu > .nav-wrap > ul > li > ul > li > ul > li a {
  padding: 15px 0;
  color: #394040;
  display: block;
  padding-left: 20px;
  position: relative;
}
.mobile-menu > .nav-wrap > ul > li > ul > li > ul > li a:before {
  content: "";
  width: 8px;
  height: 8px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 0;
  background: #bed2e6;
}
.mobile-menu > .nav-wrap > ul > li > ul > li > ul > li.active {
  border-color: #2484c6;
}
.mobile-menu > .nav-wrap > ul > li > ul > li > ul > li.active a {
  color: #145389;
}
.mobile-menu > .nav-wrap > ul > li > ul > li:last-child {
  border: none;
}
.mobile-menu > .nav-wrap > ul > li > ul > li.active {
  border-color: #870052;
}
.mobile-menu > .nav-wrap > ul > li > ul > li.active a {
  color: #870052;
}
.mobile-menu > .nav-wrap > ul > li > ul ~ .arrw-btn {
  display: block;
}
.mobile-menu > .nav-wrap .nav-link .sub-menu {
  border: none !important;
}
.sub-page .module-wrap {
  background: white;
}
.sub-page header {
  background: white;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sub-page header {
    padding: 20px 0;
  }
}
.sub-page header .sticky-logo-shape {
  display: block;
  background: url("/_assets/img/nav/logo-shape-subpage.png") no-repeat top right;
  width: 88px;
  background-size: cover;
  left: 233px;
}
@media only screen and (max-width: 1400px) {
  .sub-page header .sticky-logo-shape {
    left: 260px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
  .sub-page header .sticky-logo-shape {
    left: 170px;
  }
}
@media only screen and (max-width: 767px) {
  .sub-page header .sticky-logo-shape {
    background-size: cover;
    left: 95px;
    width: 45px;
  }
}
.sub-page header .miles-and-smiles-logo img {
  width: 100%;
}
@media only screen and (max-width: 1400px) {
  .sub-page header nav {
    padding-top: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .sub-page header nav {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .sub-page header nav {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 370px) {
  .sub-page header nav {
    padding-top: 2px;
  }
}
.sub-page header nav ul:first-child li .nav-link {
  position: relative;
}
.sub-page header nav ul:first-child li .nav-link:after {
  position: absolute;
  left: 0;
  bottom: -18px;
  content: "";
  width: 0;
  height: 5px;
  background-image: linear-gradient(to right, #882252, #e03c8a);
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.sub-page header nav ul:first-child li .nav-link:hover:after,
.sub-page header nav ul:first-child li .nav-link.active:after {
  width: 100%;
}
.sub-page header .hamburger .hamburger-box .hamburger-inner {
  top: 2px;
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
  .sub-page .mobile-menu {
    padding-top: 116px;
  }
}
.overlay-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: red;
  z-index: -1;
  background: #070e12;
  opacity: 0.9;
}
footer {
  position: relative;
  z-index: 99;
  background: #2484c6;
  padding: 0;
  width: 100%;
  bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
  footer {
    padding: 0;
    position: relative;
  }
}
footer .url-lists {
  display: inline-block;
  text-align: center;
}
@media only screen and (max-width:991px) {
  footer .url-lists {
    width: 100%;
  }
}
footer .url-lists li {
  display: inline-block;
  margin: 0 15px;
}
@media only screen and (max-width:991px) {
  footer .url-lists li {
    margin: 0;
    padding: 10px 5px;
    text-align: center;
  }
}
footer .url-lists li:first-child {
  margin-left: 0;
}
footer .url-lists li:last-child {
  margin-right: 0;
}
footer .url-lists li a {
  display: inline-block;
}
footer .gray-bar,
footer .blue-bar {
  font-size: 13px;
  padding: 18px 0;
}
@media only screen and (max-width:991px) {
  footer .gray-bar,
  footer .blue-bar {
    padding: 10px 0;
  }
}
footer .gray-bar {
  background: white;
}
@media only screen and (max-width:991px) {
  footer .gray-bar {
    height: auto;
  }
}
footer .gray-bar a {
  color: #272b2b;
}
footer .gray-bar .social-icons {
  float: right;
}
@media only screen and (max-width:991px) {
  footer .gray-bar .social-icons {
    width: 100%;
    text-align: center;
    padding: 16px 0 4px 0;
    margin-top: 10px;
    position: relative;
  }
}
footer .gray-bar .social-icons li {
  display: inline-block;
  margin: 0 15px;
}
footer .gray-bar .social-icons li:last-child {
  margin-right: 0;
}
footer .gray-bar .social-icons li a {
  text-decoration: none;
}
footer .gray-bar .social-icons li a span {
  border: none;
  color: #272b2b;
  opacity: 0.9;
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
}
@media only screen and (max-width:991px) {
  footer .gray-bar .social-icons li a span {
    color: white;
  }
}
footer .gray-bar .social-icons li a:hover span {
  color: #2484c6;
}
footer .blue-bar {
  background: #2484c6;
  color: white;
}
footer .blue-bar .url-lists li a {
  color: white;
}
footer .blue-bar p {
  float: right;
}
@media only screen and (max-width:991px) {
  footer .blue-bar p {
    display: none;
  }
}
footer .footer-climate {
  color: white;
  padding-top: 24px;
  padding-bottom: 22px;
  margin-bottom: 0;
}
footer .footer-climate-wrapper {
  font-family: 'Cordale Arabic';
  display: flex;
  align-items: center;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width:991px) {
  footer .footer-climate-wrapper {
    flex-direction: column;
  }
}
footer .footer-climate-wrapper > p:last-child {
  display: none;
}
@media only screen and (max-width:991px) {
  footer .footer-climate-wrapper > p:last-child {
    display: block !important;
    margin-top: 32px;
  }
}
footer .footer-climate-wrapper::before {
  content: "";
  position: absolute;
  height: 1px;
  top: -24px;
  background-color: #d7d7d7;
  left: 15px;
  right: 15px;
}
@media only screen and (max-width:991px) {
  footer .footer-climate-wrapper::before {
    top: 163px;
    left: 25px;
    right: 25px;
  }
}
@media only screen and (max-width:991px) {
  footer .footer-climate-img {
    margin-bottom: 24px;
  }
}
footer .footer-climate-text {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
@media only screen and (max-width:991px) {
  footer .footer-climate-text {
    margin-bottom: 14px;
  }
}
@media (min-width: 991px) {
  footer .footer-climate-text br {
    display: none !important;
  }
}
footer .footer-climate-moreInformation {
  font-size: 12px;
  line-height: 20px;
}
@media only screen and (max-width:991px) {
  footer .footer-climate-moreInformation {
    margin-bottom: 32px;
  }
}
footer .footer-climate-moreInformation a {
  color: white;
  text-decoration: underline;
}
.sub-page:has(.hizlibasvur) .footer-climate {
  margin-bottom: 59px;
}
.shaft-calculation {
  padding: 155px 0 50px;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 1200px) {
  .shaft-calculation {
    padding: 70px 0 70px;
    z-index: 8;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .shaft-calculation {
    padding: 0px 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .shaft-calculation {
    padding: 20px 0;
  }
}
.shaft-calculation .container {
  position: relative;
  z-index: 4;
}
.shaft-calculation .shaftLeftColm {
  position: relative;
}
.shaft-calculation-box {
  background: url("/_assets/img/section-form-bg.png") no-repeat center center;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.shaft-calculation-box a {
  color: #bed2e6;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .shaft-calculation-box {
    margin: 0 -15px 16px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}
.shaft-calculation-box .form-result-screen p {
  color: white;
  padding-bottom: 20px;
}
.shaft-calculation-box .form-result-screen i:before {
  color: white;
}
.shaft-calculation-box .form-result-screen a {
  color: white;
  text-decoration: underline;
}
.shaft-calculation-box .captcha a {
  color: #bed2e6;
}
.shaft-calculation-box .calculation-wrap {
  padding: 60px;
  padding-bottom: 30px;
  padding-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
  
}
@media only screen and (max-width: 767px) {
  .shaft-calculation-box .calculation-wrap {
    padding: 20px 20px 85px 20px;
  }
}
.shaft-calculation-box .calculation-wrap .fly-planet {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 5px;
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .shaft-calculation-box .calculation-wrap .fly-planet {
    top: 0px;
    width: 280px;
  }
}
.shaft-calculation-box .calculation-wrap .form-group {
  margin-bottom: 35px;
}
.shaft-calculation-box .calculation-wrap .form-group input {
  border-color: #bed2e6;
  color: #bed2e6;
}
.shaft-calculation-box .calculation-wrap .form-group input::-webkit-input-placeholder {
  color: #bed2e6 !important;
  font-size: 1.6rem;
}
.shaft-calculation-box .calculation-wrap .form-group input::-moz-placeholder {
  color: #bed2e6 !important;
  font-size: 1.6rem;
}
.shaft-calculation-box .calculation-wrap .form-group input:-ms-input-placeholder {
  color: #bed2e6 !important;
  font-size: 1.6rem;
}
.shaft-calculation-box .calculation-wrap .form-group input:-moz-placeholder {
  color: #bed2e6 !important;
  font-size: 1.6rem;
}
.shaft-calculation-box .calculation-wrap .form-group input::-webkit-input-placeholder {
  color: #bed2e6;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 16px;
}
.shaft-calculation-box .calculation-wrap .form-group input:-moz-placeholder {
  color: #bed2e6;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 16px;
}
.shaft-calculation-box .calculation-wrap .form-group input::-moz-placeholder {
  color: #bed2e6;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 16px;
}
.shaft-calculation-box .calculation-wrap .form-group input:-ms-input-placeholder {
  color: #bed2e6;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 16px;
}
.shaft-calculation-box .calculation-wrap .form-group input::placeholder {
  color: #bed2e6;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .shaft-calculation-box .calculation-wrap .form-group {
    margin-bottom: 20px;
  }
}
.shaft-calculation-box .calculation-wrap .form-group label.error {
  bottom: -35px;
}
.shaft-calculation-box .calculation-wrap .input-group {
  position: static;
}
.shaft-calculation-box .calculation-wrap .input-group .input-group-prepend span {
  border-color: #a7a9a9;
  color: #a7a9a9;
  font-size: 1.6rem;
}
.shaft-calculation-box .calculation-wrap .btn {
  width: 100%;
  text-decoration: none;
}
.shaft-calculation-box .calculation-footer {
  padding: 26px 60px;
  background: rgba(255, 255, 255, 0.1);
  color: #a3a4a4;
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
  .shaft-calculation-box .calculation-footer {
    padding: 26px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .shaft-calculation-box .calculation-footer {
    padding: 20px;
  }
}
.shaft-calculation-box .calculation-footer p {
  margin: 0;
}
.shaft-calculation-box .calculation-footer .shaft-counter-wrap {
  position: relative;
  text-align: center;
}
.shaft-calculation-box .calculation-footer .shaft-counter-wrap ul {
  margin-bottom: 0 !important;
}
.shaft-calculation-box .calculation-footer .shaft-counter-wrap ul li {
  padding-left: 0 !important;
  line-height: normal !important;
}
.shaft-calculation-box .calculation-footer .shaft-counter-wrap ul li.flip-clock-before {
  position: absolute;
}
.shaft-calculation-box .calculation-footer .shaft-counter-wrap ul li:before {
  display: none;
}
.shaftRightColm p.note {
  color: #bed2e6;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .shaftRightColm p.note {
    text-align: center;
    margin-bottom: 20px;
  }
}
.notes-wrap .note {
  padding-right: 40px;
  display: none;
  margin-top: 26px !important;
}
@media only screen and (max-width: 1200px) {
  .notes-wrap .note {
    padding: 0;
  }
}
.left-colm .shaft-calculation-box {
  background: none;
}
@media only screen and (max-width: 767px) {
  .left-colm .shaft-calculation-box {
    margin: 0 0px 16px;
  }
}
.left-colm .shaft-calculation-box .calculation-wrap {
  padding: 0;
}
.left-colm .shaft-calculation-box .calculation-footer {
  background: url("/_assets/img/shaft-calculation/bg-mil-form.png") no-repeat center center;
  background-size: cover;
  border-radius: 3px;
}
.left-colm .shaft-calculation-box .calculation-footer p {
  margin-bottom: 0 !important;
}
.left-colm .shaft-calculation-box .form-group {
  position: relative;
}
.left-colm .shaft-calculation-box .form-group .form-control {
  color: #394040;
  padding: 13px 0;
  border-bottom: 1px solid #394040;
}
.left-colm .shaft-calculation-box .form-group .form-control::-webkit-input-placeholder {
  color: #394040 !important;
  font-size: 1.6rem;
}
.left-colm .shaft-calculation-box .form-group .form-control::-moz-placeholder {
  color: #394040 !important;
  font-size: 1.6rem;
}
.left-colm .shaft-calculation-box .form-group .form-control:-ms-input-placeholder {
  color: #394040 !important;
  font-size: 1.6rem;
}
.left-colm .shaft-calculation-box .form-group .form-control:-moz-placeholder {
  color: #394040 !important;
  font-size: 1.6rem;
}
.left-colm .shaft-calculation-box .form-group .form-control::-webkit-input-placeholder {
  color: #394040;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 16px;
}
.left-colm .shaft-calculation-box .form-group .form-control:-moz-placeholder {
  color: #394040;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 16px;
}
.left-colm .shaft-calculation-box .form-group .form-control::-moz-placeholder {
  color: #394040;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 16px;
}
.left-colm .shaft-calculation-box .form-group .form-control:-ms-input-placeholder {
  color: #394040;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 16px;
}
.left-colm .shaft-calculation-box .form-group .form-control::placeholder {
  color: #394040;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 16px;
}
.left-colm .shaft-calculation-box .form-group .form-control:focus {
  border-color: #394040;
}
.left-colm .shaft-calculation-box .form-group label.error {
  margin: -10px 0px 0;
  width: 100%;
  bottom: -20px;
}
@media only screen and (max-width: 767px) {
  .left-colm .shaft-calculation-box .form-group label.error {
    bottom: -13px;
  }
}
.left-colm .shaft-calculation-box .input-group .input-group-prepend span {
  color: #272b2b;
  border-bottom: 1px solid #394040;
}
.left-colm .shaft-calculation-box .select2-container .select2-selection--single {
  border-color: #394040;
}
.left-colm .shaft-calculation-box .select2-container .select2-selection--single .select2-selection__rendered {
  color: #394040;
}
.left-colm .shaft-calculation-box .select2-container .select2-selection--single .select2-selection__rendered span {
  color: #394040;
}
.left-colm .shaft-calculation-box .select2-container .select2-selection--single .select2-selection__arrow b {
  color: #394040;
}
.left-colm .shaft-calculation-box .btn-light {
  background-image: linear-gradient(to right, #220000, #870052);
  color: white;
}
@media only screen and (max-width: 767px) {
  .left-colm .shaft-calculation-box .btn-light {
    width: 100%;
  }
}
.left-colm .shaft-calculation-box .btn-light:hover {
  border-color: #870052;
  background-image: linear-gradient(to right, white, white);
  color: #870052;
}
.left-colm .fly-planet {
  display: none;
}
.form-group .select2-container {
  width: 100% !important;
}
.select2-container .select2-selection__clear {
  display: none;
}
.select2-container .select2-selection--single {
  background: none;
  border: none;
  outline: none;
  border: 1px solid #bed2e6;
  height: 50px;
  border-radius: 3px;
}
.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container .select2-selection--single .select2-selection__placeholder {
  color: #bed2e6;
  font-size: 1.6rem;
  padding-left: 3px;
  line-height: 50px;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 50px;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  border: none;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: auto;
  width: auto;
  color: white;
  margin-top: -9px;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 1.4rem;
}
.select2-container .select2-selection--single .select2-selection__arrow b:before {
  content: "\e909";
}
.select2-container .select2-dropdown {
  border: 1px solid #bed2e6;
  border-radius: 0;
}
.select2-container .select2-dropdown .select2-results__option--highlighted[aria-selected],
.select2-container .select2-dropdown .select2-results__option[aria-selected=true] {
  background: #e2f3ff;
  color: #394040;
}
.select2-container .select2-dropdown .custom-select2-item span {
  display: block;
}
.select2-container .select2-dropdown .custom-select2-item span:last-child {
  color: #767676;
  font-size: 1.3rem;
}
.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.Page404 {
  background: url("/_assets/img/error/error-404.svg") no-repeat center 50px;
  padding: 360px 0 54px;
}
.Page404 h2 {
  font-size: 24px;
  font-weight: bold;
  color: #2484c6;
  margin-bottom: 16px;
}
.Page404 p {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
}
.Page404 .page-subpage-Container {
  margin-top: -100px;
}
.Page404 .search-box {
  padding: 30px;
  background: url("/_assets/img/filtre-bg.png") no-repeat center center;
  background-size: cover;
  border-radius: 3px;
  color: white;
}
.Page404 .search-box input {
  border-radius: 3px;
  border: solid 1px #767676;
  background-color: rgba(57, 64, 64, 0);
  padding: 17px 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: solid 1px #bed2e6;
  color: white;
}
.Page404 .search-box input::-webkit-input-placeholder {
  color: #bed2e6 !important;
  font-size: 1.6rem;
}
.Page404 .search-box input::-moz-placeholder {
  color: #bed2e6 !important;
  font-size: 1.6rem;
}
.Page404 .search-box input:-ms-input-placeholder {
  color: #bed2e6 !important;
  font-size: 1.6rem;
}
.Page404 .search-box input:-moz-placeholder {
  color: #bed2e6 !important;
  font-size: 1.6rem;
}
.Page404 .search-box input::-webkit-input-placeholder {
  color: #bed2e6;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 16px;
}
.Page404 .search-box input:-moz-placeholder {
  color: #bed2e6;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 16px;
}
.Page404 .search-box input::-moz-placeholder {
  color: #bed2e6;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 16px;
}
.Page404 .search-box input:-ms-input-placeholder {
  color: #bed2e6;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 16px;
}
.Page404 .search-box input::placeholder {
  color: #bed2e6;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 16px;
}
@media only screen and (max-width:991px) {
  .Page404 .search-box input {
    margin-bottom: 20px;
  }
}
