@charset "UTF-8";

@import url(bootstrap.min.css);
@import url(nice-select.css);


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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
select,
textarea,
button,
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;
  vertical-align: baseline; }

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

body {
  line-height: 1 !important; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

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

a {
  text-decoration: none; }

img {
  border: 0; }

:focus {
  outline: 0; }

a:active,
a:focus,
input,
button {
  background-color: transparent;
  outline: 0;
  outline-style: none;
  outline-width: 0; }

a:hover {
  text-decoration: none; }

input::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

button,
input[type=submit] {
  cursor: pointer;
  border: 0;
  padding: 0; }

img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

em {
  font-style: italic; }

a,
input[type=submit],
button[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

a[href^=tel] {
   text-decoration:inherit;
   color: inherit;
}/*
@font-face {
    font-family: 'SEGOEUI';
    src: url('../font/SEGOEUIwoff');
    src: local('../font/SEGOEUI.woff'), local('SEGOEUI'),

        url('../font/SEGOEUI.woff') format('woff'),
    url('../font/SEGOEUI.ttf') format('truetype'),
    url('../font/SEGOEUI.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}*/



 @font-face {
      font-family: 'fontello';
      src: url('../fonts/fontello.eot?23925513');
      src: url('../fonts/fontello.eot?23925513#iefix') format('embedded-opentype'),
           url('../fonts/fontello.woff?23925513') format('woff'),
           url('../fonts/fontello.ttf?23925513') format('truetype'),
           url('../fonts/fontello.svg?23925513#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
    }
    .demo-icon {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: never;
     
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .2em;
      text-align: center;
      /* opacity: .8; */
     
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
     
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
     
      /* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
      margin-left: .2em;
     
      /* You can be more comfortable with increased icons size */
      /* font-size: 120%; */
     
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
     
      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    }

.icon-right:before { content: '\e800'; } /* '' */
.icon-user:before { content: '\e801'; } /* '' */
.icon-key:before { content: '\e802'; } /* '' */

@font-face{font-family:SEGOEUI;src:url(../font/segoeui-webfont.woff) format("woff"),url(../font/segoeui-webfont.woff) format("woff");font-style:normal;font-display:swap}
@font-face{font-family:averta;src:url(../font/Light.ce061605.woff) format("woff"),url(../font/Light.842d6e4e.otf) format("truetype");font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:averta;src:url(../font/Regular.e6d63720.woff) format("woff"),url(../font/Regular.a510837c.otf) format("truetype");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:averta;src:url(../font/Semibold.fb2a5272.woff) format("woff"),url(../font/Semibold.1c9f2afb.otf) format("truetype");font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:averta;src:url(../font/Bold.a55f4f24.woff) format("woff"),url(../font/Bold.23f4afe1.otf) format("truetype");font-weight:700;font-style:normal;font-display:swap}

html{
font-family:averta;
}
body{
font-family:averta;
}
.wrapper{
    width: 100%;
    height: 100vh;
    position: relative;

    background: linear-gradient(89.46deg, rgba(1, 186, 179, 0.15), rgba(1, 186, 179, 0.15) 99.58%);
}
.wrapper .left{
    padding: 20px 45px;
    width: 45%;
    height: 100%;
    float: left;
    background: #FFFFFF;
    box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.04), 0px 4px 56px rgba(0, 0, 0, 0.04);
    overflow-y: scroll;
    position: relative;
}
.wrapper .left::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.wrapper .left::-webkit-scrollbar-track {
  background: #fafafa;
}

/* Handle */
.wrapper .left::-webkit-scrollbar-thumb {
  background: #e8e8e8;
}
.wrapper .left #login-form{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 0 40px;
}
.wrapper .left .check{
  position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 0 40px;
    width: 100%;
    text-align: center;
}
.wrapper .left .check img{
    width: 130px;
    margin-bottom: 30px;
}
.wrapper .left .check h4{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
.wrapper .left .check  p{
    font-size: 16px;
    line-height: 150%;
    font-size: 500;
}
.wrapper .left .top{
   float: left;
    width: 100%;

    align-items: center;

}
.wrapper .left .top .top-left{
    float: left;
}
.wrapper .left .top .top-right{
        float: right;
    padding-top: 0px;
}
.wrapper .left .top .top-right a{
background:#0e29be17;
    color: #0e29be;
    padding: 4px 8px;
    width: 35px;
    height: 35px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    border-radius: 50%;
    margin-left: 5px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
.wrapper .left .top .top-right a:hover{
    background: #0e29be;
    color: #fff;
}
.wrapper .left .top .top-right a.active{
      background: #0e29be;
    color: #fff;
}
.wrapper .left .top .logo{
       float: left;
    padding-right: 15px;
}
.wrapper .left .top .logo h4{
    font-size: 20px;
    font-weight: 600;
    color: #0F1624;
    line-height: 20px;
}
.wrapper .left .top span{
font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 90.57%;
    color:#0F1624;
    position: relative;
    display: inline-block;
    line-height: 19px;
    font-size: 16px;
    
    padding: 1px 15px;
}
.wrapper .left .top span:after{
    content: '';
    position: absolute;
    left: 0px;
    top: -10px;
    width: 1px;
    height: 44px;
    background: #DFDFDF;
}
.wrapper .left .alert-bx{
    width: 100%;
    padding: 10px 15px;
    background: #ffc10705!important;
    border: 1px solid #ffc1072b!important;
    border-radius: 4px;
    margin-bottom: 15px;
}
.wrapper .left .alert-bx p{
 font-size: 12px;
    color: #ab8107!important;
    margin-bottom: 0;
}
.wrapper .left .alert-bx p b{
    color: #ab8107!important;
    font-weight: 600;
}
.wrapper form .accor{
    margin-bottom: 10px;
    float: left;
    width: 100%;
        border: 1px solid #0e29be;
    box-shadow: 0px 0px 31px 5px #f4f4f4;
        border-radius: 6px;
}
.wrapper form .accor h6{
        width: 100%;
        color: #444150;
    font-size: 14px;
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    padding: 12px 15px;
    border-radius: 4px;
}
.wrapper form .accor .cont{
    width: 100%;
    display: none;
    border-top:1px solid #f2f2f2;
    float: left;
    padding: 15px;
    margin-bottom: 10px;
}
.wrapper form .cont p{
        margin-bottom: 10px;
    position: relative;
  
}

.wrapper form .accor .cont p:last-child{
    margin-bottom: 0;
}
.wrapper form .accor h6 .icon{
    font-size: 14px;
    color: #0e29be;
}
.wrapper form .accor h6 .icon .fa-eye-slash{
    display: none;
}
.wrapper form .accor h6.active .icon .fa-eye-slash{
    display: block;
}
.wrapper form .accor h6.active .icon .fa-eye{
    display: none;
}
.wrapper form .accor h6 .icon .fa-eye{
    display: block;
}
.wrapper form .add-user{
    margin-bottom: 10px;
    float: left;
    width: 100%;

        border: 1px solid #c02c3b;
    box-shadow: 0px 0px 31px 5px #f4f4f4;
        border-radius: 6px;
}
.wrapper form .add-user h6{
        width: 100%;
        color: #444150;
    font-size: 14px;
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    padding: 12px 15px;
    border-radius: 4px;
}
.wrapper form .add-user h6 .icon{
    font-size: 14px;
    color: #c02c3b;
}
.wrapper form .add-user h6 .icon .fa-minus{
    display: none;
}
.wrapper form .add-user h6.active .icon .fa-minus{
    display: block;
}
.wrapper form .add-user h6.active .icon .fa-plus{
    display: none;
}
.wrapper form .add-user h6 .icon .fa-plus{
    display: none;
}
.wrapper form{
    width: 100%;
    float: left;
    margin-top: 10px!important;
}
.wrapper form  .form-group{
    width: 100%;
    float: left;
}
.wrapper form label{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color:#4D5562;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}
.wrapper form label span{
    color: #0e29be;
}
.wrapper form input{
    background: #F3F4F6;
    box-sizing: border-box;
        border: 1px solid #0e29be0a;
    border-radius: 6px;
    width: 100%;
    height: 55px;
    color: #6d7581;
    font-size: 14px;
    padding: 0 15px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.wrapper form input:focus{
    border: 1px solid #0e29be;
    box-shadow: 0px 0px 18px 1px #0e29be2e;
}
.wrapper form select:focus{
    border: 1px solid #0e29be;
    box-shadow: 0px 0px 18px 1px #0e29be2e;
}
.wrapper form input::placeholder{
    font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 24px;
    font-weight: 400;
color: #9DA3AE;
opacity: 0.5;
}
.wrapper form input[type="checkbox"]{
    width: auto;
    height: auto;
    float: left;
    margin-right: 15px;
}
.rooms{
    width: 100%;
    float: left;
    position: relative;
}

.rooms .rght-icon{
      position: absolute;
    right: 15px;
    top: 55px;
    pointer-events: none;
    font-size: 14px;
    color: #0e29be;
}
.rooms .room-box{
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    width: 300px;
    background: #fff;
    box-shadow: 0px 0px 18px 1px #021d1c0d;
    border-radius: 4px;
    z-index: 6;
    padding: 20px;
    display: none;
}
.rooms .room-box:before{
    position: absolute;
    left: 30px;
    top: -30px;
    border-color: transparent transparent white transparent;
    border-style: solid;
    border-width: 15px;
    width: 0;
    height: 0;
    content: '';
}
.rooms .room-box .box{
    width: 100%;
    float: left;
    padding: 15px 0;
    border-bottom: 1px solid #f4f4f4;
}
.rooms .room-box .box:first-child{
    padding-top: 0;
}
.rooms .room-box .box .row{
    margin-bottom: 10px;
}
.rooms .room-box h5{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    width: 100%;
    float: left;
}
.rooms .room-box h5 span{
    color: #DF3C44;
    font-size: 12px;
    float: right;
    display: inline-block;
    cursor: pointer;
}
.rooms .room-box .row label{
    font-size: 14px;
    padding-top: 5px;
    font-weight: 300;
}
.rooms .room-box .count{
        display: flex;
    float: left;
}
.rooms .room-box .count input{
    width: 40px;
    height: 32px;
    text-align: center;
    outline: none;
    border: none;
    margin: 0 5px;

    color: #444150;
}
.rooms .room-box .count a{
      height: 32px;
    display: flex;
    font-size: 10px;
    align-items: center;
    width: 32px;
    justify-content: center;
    cursor: pointer;
    color: #444150;
    background: #fafafa;
    border-radius: 4px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.rooms .room-box .count a:hover{
    background: #12bbb4;
    color: #fff;
}
.rooms .room-box .bottom{
        float: left;
    width: 100%;
    padding: 10px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rooms .room-box select{
        background: #fafafa;
    border: none;
}
.rooms .room-box .bottom span{
     float: left;
    font-size: 12px;
    color: #434150;
        transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    cursor: pointer;
}
.rooms .room-box .bottom span:hover{
    color: #0e29be;
}
.rooms .room-box .bottom span.passive{
        color: #ebebeb;
}
.rooms .room-box .bottom a{
        float: right;
    padding: 10px 15px;
    font-size: 12px;
    color: #ffffff;
    background: #0e29be;
    border: 1px solid #12bbb4;
    border-radius: 4px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.rooms .room-box .bottom a:hover{
    background: #037672;
    border: 1px solid #037672;
}
.wrapper form textarea{
      background: #F3F4F6;
    box-sizing: border-box;
    border-radius: 6px;
    width: 100%;
        border: 1px solid #0e29be0a;
    height: 65px;
    line-height: 150%;
    padding: 10px 15px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.wrapper form textarea:focus{
    border: 1px solid #0e29be;
    box-shadow: 0px 0px 18px 1px #0e29be2e;
}
.wrapper form textarea::placeholder{
    font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 22px;
        font-weight: 400;
color: #9DA3AE;
opacity: 0.5;
}
.kvk{
    margin-bottom: 0!important;
}
.kvk label{
       float: left;
    font-style: normal;
    font-weight: 300!important;
    width: auto!important;
    font-size: 14px!important;
    line-height: 14px!important;
    color: #778699!important;

}
.kvk label a{
 font-weight: 600;
    color: #484848!important;
}
.kvk label a:hover{
    text-decoration: underline;
}
.wrapper form .phone-fix{
        position: relative;
    float: left;
    width: 100%;
}
.wrapper form .phone-fix .fix{
    position: absolute;
    left: 0;
    top: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 14px 10px;
    height: 50px;
    color: #444150;
    border-right: 1px solid #D9D9D9;
}
.wrapper form .phone-fix input{
    padding-left: 60px;
}
.wrapper form select{
     background: #F3F4F6;
    border: 1px solid #0e29be0a;
    box-sizing: border-box;
    border-radius: 6px;
    width: 100%;
    color: #6d7581;
    height: 55px;
    padding: 0 10px;
         font-weight: 400;
    font-size: 14px;
    font-style: normal;


line-height: 45px;

    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;

}
.wrapper form .nice-select .list{
    width: 100%;
}
.nice-select:after{
    right: 15px;
    height: 10px;
    margin-top: -7px;
    width: 10px;
}
.alert-warning{
    font-size: 13px;
    line-height: 150%;
    padding: 8px 12px;
    font-family: sans-serif;
    margin-bottom: 5px;
}
.wrapper form .payment-box{
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
    height: 50px;
    position: relative;
}
.wrapper form .payment-box.active{
     border:2px solid #0e29be;
}
.wrapper form .payment-box input{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.wrapper form .payment-box .radio-bg{
    width: 20px;
    height: 20px;
    border: 2px solid rgba(68, 65, 80, 50%);
    border-radius: 50%;
    position: absolute;
    left: 15px;
    top: 14px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.wrapper form .payment-box .radio-bg:after{
   content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    width: 10px;
    height: 10px;
    background: #0e29be;
    border-radius: 50%;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
      -ms-transform: scale(0);
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;

}
.wrapper form .payment-box input:checked ~ .radio-bg{
    border-color: #0e29be;
}
.wrapper form .payment-box input:checked ~ .radio-bg:after{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
      -ms-transform: scale(1);
}
.wrapper form .payment-box small{
    font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
    padding-left: 50px;
    position: relative;
    top: 12px;
color: #444150;
}
.wrapper form p{
    font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 22px;
color: #778699;
    margin-bottom: 20px;
}
.wrapper form p small{
    font-size: 14px;
    font-weight: 600;
}
.wrapper form p b{
    font-weight: normal;
    color: #0e29be;
}
.wrapper form button{
    background: #0e29be;
border-radius: 6px;
    width: 100%;
    height: 50px;
    font-weight: 600;
font-size: 18px;
line-height: 24px;
text-align: center;
color: #FFFFFF;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.wrapper form button:hover{
    background: #091970;
}
.wrapper .right{
    width: 55%;
    height: 100%;
    overflow-y: hidden;
    float: right;
    position: relative;
}
.wrapper .right .bottom{
        position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
    text-align: center;
    z-index: 10;
}
.wrapper .right .bottom a{
       font-size: 12px;
    color: #434150;
    font-weight: 600;
}
.wrapper .right .swiper{
    height: 100%;
}
.wrapper .right .box{
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.wrapper .right .box .images{
        margin: 0 auto;
float: left;
    position: relative;
width: 100%;
    height: 100vh;
}

.wrapper .right .box .images img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: right;
}
.wrapper .right .box .images .filter{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.wrapper .right .box .images .right-logo{
        position: absolute;
    left: 50%;
    top: 50px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.wrapper .right .box .images .right-logo img{
        width: 250px;
    height: auto;
}
.wrapper .right .box h4{
    font-weight: 600;
font-size: 24px;
line-height: 32px;
    margin-bottom: 10px;
text-align: center;
color: rgba(0, 0, 0, 0.85);
}
.wrapper .right .box p{
    font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 24px;
text-align: center;
color: rgba(0, 0, 0, 0.85);
}
.wrapper .right .swiper-pagination{
    bottom: 140px;
}
.wrapper .right .swiper-pagination-bullet{
    background: rgba(1, 186, 179, 0.85);
    width: 28px;
    height: 6px;
    border-radius: 6px;
    transition: 0.5s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.wrapper .right .swiper-pagination-bullet-active{
    width: 48px;
}
.modal {
  background: #fff;
  border-radius: 10px;
  position: fixed;
  z-index: 6000;
  top: 0;
  opacity: 0;
    left: inherit;
    height: auto;
  padding: 20px;
  padding-bottom: 15px;
  visibility: hidden;
  right: 30px;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
    width: 300px;
  min-width: 350px;
}
.modal.active {
  top: 30px;
  opacity: 1!important;
  visibility: visible!important;
    display: inline-block!important;
}
.modal .modal-header {
  padding: 20px;
  border-bottom: 1px solid #ebedf2;
  position: relative;
  margin: -20px -20px 20px -20px;
}
.modal .modal-header .modal-title {
  font-size: 14px;
  font-weight: 500;
  color: #48465b;
}
.modal .modal-header .modal-close {
  position: absolute;
  right: 20px;
  top: 17px;
  font-size: 25px;
    z-index: 50;
  color: #d4daf1;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.modal .modal-header .modal-close img{
    width: 25px;
    height: 25px;
}
.modal .modal-header .modal-close:hover {
  color: #292d2e;
}
.modal h5 {
  font-size: 15px;
  font-weight: 500;
  color: green;
}
.modal label {
  font-size: 14px;
  color: #48465b;
  font-weight: 400;
  line-height: 130%;
  display: block;

  margin: 15px 0;
  position: relative;
  padding-left: 30px;
}

.modal label.error:before {
  content: "";
  background: url(../img/cls.png) center center no-repeat;
  position: absolute;
    background-size: cover;
  top: 2px;
  left: 0;
    width: 15px;
    height: 15px;
}
.modal label.valid:before{
    display: none;
}

.kvkk{

    background-color: #fff !important;
    border: 1px solid #ddd !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 100% !important;
	margin-right:20px !important;
	
	
}
.counter{
    float: left;
    background: #d9f5f4;
    padding: 15px;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 20px;
    height: 47px;
}
.counter p{
        float: left;
    font-weight: 600;
}
.counter #demo{
      font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 15px;
    margin-left: 15px;
    color: #444150;
    float: left;
    display: inline-block;
    position: relative;
    top: -25px;
}

    




.kvkk-popup{
   position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000bd;
    opacity: 0;
    z-index: -3;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.kvkk-popup.active{
    opacity: 1;
    z-index: 50;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
.kvkk-popup .box{
        position: absolute;
    left: 50%;
    top: 50%;
    width: 800px;
height: 600px;
    background: #fff;
    transform: translate(-50%,-50%);
    box-shadow: 0px 0px 30px -4px #0000001a;
    
  
    
}
.kvkk-popup .box .mn-box{
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    padding: 40px;
    
}

.kvkk-popup .box .mn-box::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.kvkk-popup .box .mn-box::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.kvkk-popup .box .mn-box::-webkit-scrollbar-thumb {
  background: #ddd; 
}

.kvkk-popup .box .cls{
    position: absolute;
    right: -62px;
    top: 0px;
    background: #0e29be;
    color: #fff;
    width: 40px;
    font-weight: 600;
    cursor: pointer;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
.kvkk-popup .box .cls:hover{
    background: #029d97;
}
.kvkk-popup .box h3{
    margin-bottom: 40px;
    font-size: 19px;
    font-weight: 700;
    text-align: center;

    line-height: 150%;
}


.kvkk-popup h5{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.kvkk-popup p{
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 15px;
}


.wrapper form .form-group{
    position: relative;
}
.wrapper form .form-group #currency{
  position: absolute;
    bottom: 0px;
    right: 2px;
    width: 75px;
    height: 45px;
    line-height: 40px;
    border-left: 1px solid red;
    line-height: 50px;
    font-size: 14px;
    font-weight: 500;
    color: #404041;
   background: transparent;
    border: none;
    border-radius: 5px;
}
#divTaksitler .table-box {
    height: 100px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
border: 1px solid #f7f7f7;
}
#divTaksitler table{
    width: 100%;
}
#divTaksitler table tr {
    position: relative;
    float: left;
    width: 100%;
}
#divTaksitler table td {
padding: 5px 10px;
    text-align: left;
    height:40px;
    float: left;
    width: 60%;
    color: #212529;
    font-family: sans-serif;
    font-size: 14px;
    border-bottom: 1px solid #f7f7f7;
    display: flex;
    align-items: center;
}
#divTaksitler table td:last-child{
    width: 40%;
    justify-content: flex-end;
}
#divTaksitler table td input {
    position: absolute!important;
    left: 0!important;
    top: 0!important;
    width: 100%!important;
    height: 100%!important;
    opacity: 0!important;
    z-index: 500!important;
    cursor: pointer;
}
#divTaksitler table td .radio-bg {
    width: 17px;
    float: left;
    margin-right: 15px;
    height: 17px;
    border-radius: 50%;
    border: 1px solid #ccc;
    position: relative;
}
#divTaksitler table td input:checked ~ .radio-bg:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
#divTaksitler table td .radio-bg:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    width: 9px;
    border-radius: 50%;
    height: 9px;
    background:#0e29be;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}
.succes-page{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 97vh;
}
.succes-page img{
    margin-bottom: 20px;
}
.succes-page h4{
        margin-bottom: 10px;
}
.succes-page a{
    font-size: 16px;
}
.chcs {
    padding-top: 5px;
}
.chcs input{
       width:17px!important;
    height:17px!important;
    margin-right: 10px!important;
}
.chcs label{
        float: left!important;
    width: auto!important;
    position: relative!important;
    top: -4px!important;
}
#ekstraAreaCheckbox .chc{
    display: flex;
}
#ekstraAreaCheckbox .chc label{
    width: auto;
}
#ekstraAreaCheckbox .chc input{
    margin-right: 10px!important;
}
.user-popup{
    position: fixed;
    background: #011c2cc2;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
    top: 0;
    left: 0;
}

.user-popup .box {
    width: 700px;
    height:560px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
    padding: 25px;
}
.user-popup .box .cls {
    position: absolute;
    top: -45px;
    right: -55px;
    width: 50px;
    height: 50px;
    border: 1px solid #ffffff3b;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.user-popup .box .ovo{
        float: left;
    width: 100%;
    overflow-y: scroll;
    height: 400px;
    padding-top: 20px;
    padding-right: 20px;
}
.user-popup .box .ovo::-webkit-scrollbar {
  width: 4px;
    height: 100px;
    max-height: 100px;
}

/* Track */
.user-popup .box .ovo::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
.user-popup .box .ovo::-webkit-scrollbar-thumb {
  background: #69748814;
}
.user-popup .box h4{
        font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #0e29be;
}
.user-popup .box .form-box{
    border: 1px solid #6974881c;
    padding: 30px 20px 10px 20px;
    position: relative;
    margin-bottom: 40px;
}
.user-popup .box .form-box span{
    font-size: 12px;
    margin-bottom: 20px;
    float: left;
    position: absolute;
    left: 11px;
    text-transform: uppercase;
    top: -18px;
    background: #fff;
    padding: 10px;
    display: inline;
    color: #697488;
    font-weight: 600;
}
.user-popup .box .form-box label{
    margin-bottom: 8px;
    float: left;
    font-size: 13px;
    width: 100%;
    color: #697488;
    font-weight: 500;
}
.user-popup .box .form-box input{
    background: #6974880d;
    width: 100%;
    height: 45px;
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 0 15px;
    color: #697488;
        border: 1px solid #6974880d;
    font-size: 14px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
.user-popup .box .form-box input:focus{
    border: 1px solid #0e29be;
}
.user-popup .box .form-box:last-child{
    margin-bottom: 0;
}
.user-popup .box button{
    background: #0e29be;
    height: 45px;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
    font-weight: 700;
    width: 100%;
        transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
.user-popup .box button:hover{
    background: #029590;
}



@media screen and (max-width:1800px){
    .wrapper form select{
        height: 45px;
    }
    .rooms .rght-icon{

    top: 40px;

}
    .wrapper form .form-group #currency{
        height: 45px;
    }
    #divTaksitler .table-box{
        height: 81px;
    }
    .wrapper form .nice-select{
        height: 45px
    }
    .wrapper form input{
        height: 45px;
    }
    .wrapper form textarea{
        height: 70px;
        padding-top: 10px;
    }
    .wrapper form textarea::placeholder{
        line-height: 16px;
    }
    .wrapper form button{
        height: 45px;
    }
    .wrapper .left{
        padding: 20px 40px ;
    }
    .wrapper form .phone-fix .fix {
        height: 45px;
        padding: 10px ;
    }
   
    .wrapper .left .top .logo img{
        width: 55px;
    }
    #OdemeTipi{
        margin-top: 5px;
    }
    .wrapper .left .top span{
        font-size: 14px;
      
    }
   
    .wrapper form label{
        font-size: 13px;
        margin-bottom: 0px;
    }
    .wrapper form .form-group{
        margin-bottom: 10px;
    }
    
    .wrapper form .nice-select{
        font-size: 14px;
    }
    .wrapper form button{
        font-size: 14px;
    }
    .wrapper .right  .swiper-pagination{
        bottom: 55px;
    }
    .wrapper form .payment-box{
        height: 45px;
    }
    .wrapper form .payment-box .radio-bg{
        top:12px;
    }
    .wrapper form .payment-box small{
        top: 9px;
            padding-left: 40px;
        font-size: 14px;
    }
   
    .wrapper form p{
        font-size: 12px;
    }
    .countdown-alt-1 .hh-1, .countdown-alt-1 .hh-2, .countdown-alt-1 .mm-1, .countdown-alt-1 .mm-2, .countdown-alt-1 .ss-1, .countdown-alt-1 .ss-2{
           width: 20px!important;
    max-width: 20px!important;
    }
    .countdown-alt-1 .dd, .countdown-alt-1 .hh-1, .countdown-alt-1 .hh-2, .countdown-alt-1 .mm-1, .countdown-alt-1 .mm-2, .countdown-alt-1 .ss-1, .countdown-alt-1 .ss-2{
        min-width:20px!important;
        font-size: 14px!important;
        padding:5px!important;
    }
    .counter p{
        font-size: 14px;
    }
    .countdown-alt-1 .separator-dd, .countdown-alt-1 .separator{
        font-size: 28px;
        top: 2px;
    }
    .counter #demo{
        top: -15px;
    }
}

@media screen and (max-width:1100px){
    .wrapper .left .top .logo h4{
        font-size: 20px;
        float: none;
    }
    .rooms .rght-icon{
        top: 37px;
    }
    .wrapper form{
        padding-bottom: 20px;
    }
    .wrapper .left .top .logo{
        float: none;
    }
    .wrapper .left .top .top-right a{
        font-size: 12px;
            width: 30px;
    height: 30px;
    }
    .wrapper .left .top .logo{
        padding-right: 10px;
    }
    .wrapper{
        background: #fff;
    }
    .wrapper .right{
        display: none;
    }
    .user-popup .box .form-box{
        padding: 10px 0 0 0px;
        border: none;
    }
    .user-popup .box .ovo{
        padding-right: 0;
        overflow-x: hidden;
    }
    #divTaksitler .table-box {
        margin-bottom: 10px;
    }
    .wrapper .left{
        overflow: inherit;
    }
    .user-popup .box .form-box span{
           left: -9px;
    top: -30px;
        font-size: 14px;
    }
  
    .wrapper .left{
        width: 100%;
    border-radius: 0;
        padding: 15px;
        height: auto;
        box-shadow: none;
    }
    .wrapper form select{
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
            text-indent: 6px;
        line-height: 40px;
    }
    .wrapper .left .top span{
        padding: 10px 0 0 0;
    }
     .wrapper .left .top span:after{
        display: none;
    }
    #divTaksitler table td{
        width: 60%;
        height: 45px;
        font-size: 13px;
    }
    #divTaksitler table td:last-child{
        width: 40%;
        justify-content: flex-end;
    }
    .user-popup .box{
        width: 96%;
            padding: 20px 15px;
            height: 450px;
    }
    .user-popup .box .form-box input[type="date"]{
        -webkit-appearance: none;
      -moz-appearance: none;
        width: 100%;
    }
    .user-popup .box .ovo{
        height: 300px;
    }
    .user-popup .box .cls{
            top: -60px;
    right: 0;
    }
    .wrapper form .payment-box{
        margin-bottom: 10px;
    }
    .wrapper form .form-group #currency{
        height: 38px;
        font-size: 14px;
        width: 70px;
        line-height: normal;
    }
    .wrapper form .nice-select{
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .wrapper form input{
        height: 40px;
    }
    .wrapper form input::placeholder{
        font-size: 14px;
        line-height: 20px;
    }
    .wrapper form button{
        height: 40px;
    }
     .wrapper form .payment-box{
        height: 40px;
    }
    .wrapper form .payment-box .radio-bg{
        top:9px;
    }
    .wrapper form .payment-box small{
        top: 7px;
    }
    .wrapper form .phone-fix .fix{
        height: 40px;
        padding: 7px;
        font-size: 14px;
    }
    .wrapper form p{
        font-size: 12px;
    }
    .wrapper form p small{
        font-size: 12px;
    }
    .wrapper .left #login-form{
        left: 0;
        top: 0;
        padding: 0;
            transform: translate(0%,0%);
        position: inherit;
    }
    .wrapper .left-2{
        height: 100vh;
    }
    .kvkk-popup .box{
        width: 98%;
            
    }
    .kvkk-popup .box .mn-box{
        padding:20px;
    }
    .kvkk-popup .box h3{
        font-size: 16px;
    }
    .kvkk-popup .box p{
        font-size: 14px;
    }
    .kvkk-popup .box .cls{
        right: 15px;
    top: -60px;
    }
    .counter p{
        font-size: 12px;
            margin-top: 3px;
    }
    .countdown-alt-1 .dd, .countdown-alt-1 .hh-1, .countdown-alt-1 .hh-2, .countdown-alt-1 .mm-1, .countdown-alt-1 .mm-2, .countdown-alt-1 .ss-1, .countdown-alt-1 .ss-2{
        min-width: 15px!important;
    padding: 3px 4px!important;
        font-size: 12px!important;
            border-radius: 4px!important;
    }
    .counter #demo{
        top: -12px;
        margin-left: 5px;
    }
    .countdown-alt-1 .separator-dd, .countdown-alt-1 .separator{
        font-size: 25px;
        top: 3px;
    }.countdown-alt-1 .hh-1, .countdown-alt-1 .hh-2, .countdown-alt-1 .mm-1, .countdown-alt-1 .mm-2, .countdown-alt-1 .ss-1, .countdown-alt-1 .ss-2{
        width: 15px!important;
    max-width: 15px!important;
    }
}


