@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&family=Titillium+Web:wght@200;300;400;600;700&display=swap');
/*font-family: 'Readex Pro', sans-serif;*/
@import url(bootstrap.min.css);
@import url(nice-select.css);
@import url(swiper.min.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'; } /* '' */


body{
    font-family: 'SEGOEUI';
}
    input:disabled {
  background-color: #e9ecef;}
.wrapper{
    width: 100%;
    height: 100vh;
    position: relative;
    padding: 1%;
    background: linear-gradient(89.46deg, rgba(1, 109, 186, 0.15), rgba(1, 106, 186, 0.15) 99.58%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wrapper-success{
    width: 100%;
    height: 100vh;
    position: relative;
    padding: 1%;
    background: linear-gradient(89.46deg, rgba(1, 109, 186, 0.15), rgba(1, 106, 186, 0.15) 99.58%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrapper .left{
    padding: 20px 45px;
    width: 40%;
    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);
border-radius: 10px;
    position: relative;
}
.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%;
}
.wrapper .left .top{
   float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.wrapper .left .top .top-left{
    float: left;
}
.wrapper .left .top .top-right{
        float: right;
}
.wrapper .left .top .top-right a{
    background: #d1e8f8;
    color: #1277BD;
    padding: 10px 15px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    border-radius: 4px;
    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: #1277BD;
    color: #fff;
}
.wrapper .left .top .top-right a.active{
      background: #1277BD;
    color: #fff;
}
.wrapper .left .top .logo{
       float: left;
    padding-right: 15px;
}
.wrapper .left .top .logo h4{
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
}
.wrapper .left .top span{
font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 90.57%;
    color: rgba(0, 0, 0, 0.85);
    position: relative;
    display: inline-block;
    line-height: 19px;
    font-size: 16px;

    padding: 0 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{
    width: 100%;
    float: left;
    margin-top: 20px!important;
}
.wrapper form  .form-group{
    width: 100%;
    float: left;
}
.wrapper form label{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #444150;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}
.wrapper form label span{
    color: #1277BD;
}
.wrapper form input{
    background: #fff;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    border-radius: 6px;
    width: 100%;
    height: 50px;
    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 #1277BD;
    box-shadow: 0px 0px 18px 1px #1277BD2e;
}
.wrapper form select:focus{
    border: 1px solid #1277BD;
    box-shadow: 0px 0px 18px 1px #1277BD2e;
}
.wrapper form input::placeholder{
    font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 24px;
color: #444150;
opacity: 0.5;
}
.wrapper form input[type="checkbox"]{
    width: auto;
    height: auto;
    float: left;
    margin-right: 15px;
}
.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: #fff;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    border-radius: 6px;
    width: 100%;
    height: 50px;
    padding: 0 10px;
    font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 45px;
color: #444150;
    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;
}
.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 #1277BD;
}
.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: #1277BD;
    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: #1277BD;
}
.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: #1277BD;
}
.wrapper form button{
    background: #1277BD;
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: #029d97;
}
.wrapper .right{
    width: 55%;
    height: 100%;
    float: right;
}
.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;

    position: relative;

}
.wrapper .right .box .images:after{
     position: absolute;
    content: '';
    right: -40px;
    top: -53px;
    background: #1277BD;
    height: 400px;
    width: 200px;
    z-index: -1;
    border-top-right-radius: 250px;
    border-bottom-right-radius: 250px;
}
.wrapper .right .box .images img{
    margin-bottom: 85px;
    width:750px;
    height: 380px;
    object-fit: cover;
}
.wrapper .right .box h4{
    font-weight: 800;
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: #1277BD;
    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: #d9e5f5;
    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: #1277BD;
    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: 2px;
    right: 2px;
    width: 75px;
    height: 45px;
    line-height: 40px;
    border-left: 1px solid red;
    line-height: 50px;
    font-size: 16px;
    font-weight: 600;
    color: #404041;
   background: transparent;
    border: none;
    border-radius: 5px;
}
#divTaksitler .table-box {
    height: 100px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    margin-bottom: 10px;
}
#divTaksitler table{
    width: 100%;
}
#divTaksitler table tr {
    position: relative;
    float: left;
    width: 100%;
}
#divTaksitler table td {
padding: 15px 0px;
    text-align: left;
    height: 50px;
    float: left;
    width: 50%;
    color: #212529;
    font-size: 14px;
    border-bottom: 1px solid #ffffff1c;
    display: flex;
    align-items: center;
}
#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:#1277BD;
    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;
}


@media screen and (max-width:1800px){
    .wrapper form select{
        height: 40px;
    }
    .wrapper form .form-group #currency{
        height: 40px;
    }
    #divTaksitler .table-box{
        height: 70px;
    }
    .wrapper form .nice-select{
        height: 40px
    }
    .wrapper form input{
        height: 40px;
    }
    .wrapper form button{
        height: 40px;
    }
    .wrapper .left{
        padding: 20px ;
    }
    .wrapper form .phone-fix .fix {
        height: 40px;
        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: 14px;
        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: 35px;
    }
    .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{
        padding: 1%;
    }
    .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: 16px;
    }
    .wrapper .left .top .logo{
        padding-right: 10px;
    }
    .wrapper{
        background: #fff;
    }
    .wrapper .right{
        display: none;
    }
    .wrapper .left{
        width: 100%;
    border-radius: 0;
        padding: 15px;
        height: auto;
        box-shadow: none;
    }
    .wrapper .left .top .logo img{
        width: 135px!important;
    }
    .wrapper form select{
        height: 40px;
        line-height: 40px;
    }
   
    .wrapper .left .top span:after{
        top: -13px;
    }
    .wrapper .left .top .top-right{
        padding-top: 7px;
    }
    .wrapper .left .top .top-right a{
            padding: 10px 9px;
        font-size: 14px;
    }
    .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;
    }
}


