@import url('bootstrap.min.css');
@import url('fontawesome.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
/*font-family: 'Roboto', sans-serif;*/
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;
}
body{
    font-family: 'Roboto', sans-serif;
    background:#00135d;
    position: relative;
    overflow-x: hidden;
    
}


.wrapper{
    width: 85%;
    height: 80vh;
    
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,12.5%);
    
}
.wrapper .left{
  width: 30%;
    margin-right: 2%;
    height: 100%;
    background: #fff;
    float: left;
    box-shadow: 0px 4px 20px rgba(9, 34, 118, 0.38);
border-radius: 2.06vh;
    position: relative;
    overflow-y: scroll;
}
.wrapper .left .logo{
    width: 100%;
    text-align: center;
    padding: 3vh 0;
    margin-bottom: 20px;
}
.wrapper .left .logo img{
    width: 65%;
}

.wrapper .left form{
  padding: 0 3.28vh;
    float: left;
    position: absolute;
    left: 50%;
    margin-top: 25px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;

}
.wrapper .left form::-webkit-scrollbar {
  width: 0.45vh;
}

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

/* Handle */
.wrapper .left form::-webkit-scrollbar-thumb {
  background: #00135D;
    border-radius: 4px;
}
.wrapper .left form label{
    font-style: normal;
    float: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #030102;
    margin-bottom: 5px;
}
.wrapper .left form input{
    background: #E2E6EE;
border-radius: 10px;
    height:40px;
    width: 100%;
    padding: 0 20px;
    float: left;
    font-size: 14px;
    border: 1px solid #E2E6EE;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.wrapper .left form input:focus{
    background: #FFFFFF;
border: 1px solid #E2E6EE;
box-shadow: 0px 4px 18px rgba(158, 168, 189, 0.31);

}
.wrapper .left form input:focus::placeholder{
color: #030102;
}
.wrapper .left form textarea{
     background: #E2E6EE;
    border-radius: 10px;
    height: 75px;
    width: 100%;
    padding:5px 10px;
    float: left;
    font-size: 14px;
    border: 1px solid #E2E6EE;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.wrapper .left form .nice-select{
  height:40px;
    line-height: 40px;
    width: 100%;
    background: #e2e6ee;
    color: #9EA8BD;
    font-size: 14px;
    padding: 0 15px;
    border: none;
    border-radius: 10px;
}
.wrapper .left form .nice-select.open .list{
    width: 100%;
    color: #030102;
}
.wrapper .left form textarea:focus{
    background: #FFFFFF;
border: 1px solid #E2E6EE;
box-shadow: 0px 4px 18px rgba(158, 168, 189, 0.31);

}
.wrapper .left form .group{
    width: 100%;
    float: left;
    margin-bottom: 10px!important;
    position: relative;
}
.wrapper .left form .group i{
    position: absolute;
   right: 15px;
    bottom: 13px;
    font-size: 12px;
    color: #9EA8BD;
}
.wrapper .left form .group.half{
    width: 48%;
    margin-right: 2%;
}
.wrapper .left form .group.half-right{
    margin-right: 0;
    float: right;
}
.wrapper .left form input::placeholder{
    font-weight: normal;
font-size: 13.5px;

line-height:40px!important;
color: #9EA8BD;
}
#divTaksitler{
    float: left;
    max-height: 120px;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    margin-bottom: 5px;
}
#divTaksitler::-webkit-scrollbar {
  width: 0.45vh;
}

/* Track */
#divTaksitler::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
#divTaksitler::-webkit-scrollbar-thumb {
  background: #00135D;
    border-radius: 4px;
}
#payment-form .form-box table tr {
        position: relative;
    float: left;

    width: 100%;
}
#payment-form .form-box table td{
       text-align: left;
    height: 35px;
    line-height: 35px;
    float: left;
    width: 50%;
    color: #030102;
    font-size: 12px;
    border-bottom: 1px solid #ffffff1c;
    background: #e2e6ee;
}
#payment-form .form-box 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;
}
#payment-form .form-box table td .radio-bg{
width: 20px;
    float: left;
    margin-right: 15px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #ccc;
    position: relative;
    top: 8px;
    margin-left: 10px;
}
#payment-form .form-box 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);
}
#payment-form .form-box table td .radio-bg:after{
 content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    width: 10px;
    border-radius: 50%;
    height: 10px;
    background: #00C37A;
    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;

}
#payment-form .form-box table{
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    height: 50px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.wrapper .left form button{
    background: #00135d;
    border-radius:10px;
    height:40px;
    width: 100%;
    color: #fff;
    font-weight: normal;
    float: left;
    font-size: 14px;

    color: #FFFFFF;
transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.wrapper .left form button:hover{
    background: #0e6685;
}
.wrapper .left p{
    position: absolute;
    left: 0;
    bottom: 2.06vh;
    font-weight: 300;
    font-size: 1.80vh;
    line-height: 1.44vh;
    color: #030102;
    text-align: center;
    width: 100%;
}
label.error{
      font-size: 12px!important;
    margin-bottom: 0!important;
    line-height: 120%!important;
    margin-top: 3px;
}
.wrapper .right{
    width: 68%;
    background: #FFFFFF;
box-shadow: 0px 4px 20px rgba(9, 34, 118, 0.38);
border-radius: 2.06vh;
    float: right;
    height: 100%;
    position: relative;
}
.wrapper .right .tabs{
    width: 100%;
    float: left;
}
.wrapper .right .tabs .tab-menu{
    float: left;
    padding: 5.15vh 4.12vh;
    width: 100%;
}
.wrapper .right .tabs .tab-menu ul li{
    float: left;
    margin-right: 2.06vh;
}
.wrapper .right .tabs .tab-menu ul li a{
    font-weight: bold;
    font-size:16px;
    line-height: 16px;
    color:  #696969;
}
.wrapper .right .tabs .tab-menu ul li.active a{
    color: #1D1D1D;
}
.wrapper .right .tabs .tab-content{
    float: left;
    padding: 2.06vh 4.12vh;
    width: 100%;
    height: 45vh;
    
}
.wrapper .right .tabs .tab-content h4{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2.06vh;
}
.wrapper .right .tabs .tab-content p{
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 15px;
}
.wrapper .right .tabs .tab-content .content{
    display: none;
    width: 100%;
    padding-right: 4.64vh;
    height: 45vh;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.wrapper .right .tabs .tab-content .content::-webkit-scrollbar {
  width: 0.45vh;
}

/* Track */
.wrapper .right .tabs .tab-content .content::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
.wrapper .right .tabs .tab-content .content::-webkit-scrollbar-thumb {
  background: #00135D;
    border-radius: 4px;
}
.wrapper .right .bottom{
    position: absolute;
    left: 4.12vh;
    bottom: 4.12vh;
    width: 90%;
    float: left;
}
.wrapper .right .bottom p{
    font-weight: 300;
font-size: 12px;
line-height: 150%;
float: left;
color: #000000;
}
.wrapper .right .bottom p b{
    font-weight: 600;
}
.wrapper .right .bottom img{
    float: right;
    height: 5vh;
}

.succes-popup{
   position: fixed;
    right: -300px;
    bottom: 25px;
    background: #fff;
    border: 1px solid #efefef;
    padding: 25px;
    display: flex;
    border-radius: 20px; 
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.succes-popup.active{
    right: 25px;
}
.succes-popup .text{
    margin-top: 7px;
}
.succes-popup  img{
    margin-right: 20px;
    width: 65px;
}
.succes-popup .text h5{
    font-size: 18px;
    margin-bottom: 6px;
}
.succes-popup .text p{
    color: #8f8f8f;
    font-size: 14px;
}
.succes-popup .cls{
       position: absolute;
    top: -16px;
    right: -11px;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 13px;
    border: 1px solid #e9e9e9;
}
.succes-popup .cls img{
    width: 15px;
    margin-right: 0;
}




.error-popup{
   position: fixed;
    right: -300px;
    bottom: 25px;
    background: #fff;
    border: 1px solid #efefef;
    padding: 25px;
    display: flex;
    border-radius: 20px; 
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.error-popup.active{
    right: 25px;
}
.error-popup .text{
    margin-top: 7px;
}
.error-popup  img{
    margin-right: 20px;
    width: 65px;
}
.error-popup .text h5{
    font-size: 18px;
    margin-bottom: 6px;
}
.error-popup .text p{
    color: #8f8f8f;
    font-size: 14px;
}
.error-popup .cls{
       position: absolute;
    top: -16px;
    right: -11px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 50%;
    padding: 13px;
    border: 1px solid #e9e9e9;
}
.error-popup .cls img{
    width: 15px;
    margin-right: 0;
}
.succes-page{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.succes-page img{
    margin-bottom: 20px;
}
.succes-page h4{
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
}
.arrow {
    display: none;
}
.arrow-bottom{
    display: none;
}
.modal {
  background: #fff;
  border-radius: 10px;
  position: fixed;
  z-index: 6000;
  top: 0;
  opacity: 0;
  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;
  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;
}




@media screen and (max-width:1600px){
    .wrapper{
            transform: translate(-50%,9.5%);
        height: 85vh;
    }
    .wrapper .left form input{
        height: 34px;
    }
    .wrapper .left form textarea{
        height: 60px;
    }
    .wrapper .left form button{
        height: 34px;
    }
    .wrapper .left form .nice-select{
        height: 34px;
        line-height: 34px;
    }
    .wrapper .left form .group{
        margin-bottom: 5px!important;
    }
    #payment-form .form-box table td{
        height: 34px;
    }
    #payment-form .form-box table td .radio-bg{
        height: 17px;
        width: 17px;
    }
    #payment-form .form-box table td .radio-bg:after{
        width: 8px;
        height: 8px;
    }
    #divTaksitler{
        max-height: 200px;
    }
    .wrapper .left .logo{
        padding: 1vh 0;
    }
   
    .wrapper .left form{
        margin-top: 15px;
    }
    .wrapper .left form input:placeholder{
        line-height: 34px;
    }
    .wrapper .left form .group i{
        bottom: 11px;
        
    }
    
}




@media screen and (max-width:1100px){
    body{
     background: #fff;
        float: left;
        width: 100%;
      touch-action: pan-x pan-y;
        position: relative;

    }
    body.fda:after{
            content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #00000078;
        z-index: 5999;
    }
    .wrapper .left form textarea{
        height: 60px;
        overflow: hidden;
    }
    .wrapper .left .logo img{
        width: 60%;
        padding-top: 5px;
    }
    .wrapper{
        width: 100%;
    height: 100vh;
    position: absolute;
        left: 0;
    top: 0;
    transform: translate(0);
        z-index: 0;
    }
    .wrapper .left{
        width: 100%;

        border-radius: 0;
    }
    .wrapper .left form{
           padding: 0 2.12vh;
        margin-top: 0;
    }
    .wrapper .right{
        width: 100%;
        border-radius: 0;
     
    }
    .wrapper .right .tabs .tab-content .content{
        padding-right: 1.64vh;
    }
    .wrapper .right .bottom p{
        margin-bottom: 25px;
        font-size: 1.5vh;
    }
    .wrapper .right .bottom p br{
        display: none;
    }
    .wrapper .right .bottom img{
        text-align: center;
        float: none;
    }
    .arrow{
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 60px;
    height: 60px;
    z-index: 5000;
    background: #2c91b529;
    display: none;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #102e5c;
    font-size: 22px;
    animation: down 2s infinite ease-in-out;
}
.arrow.active{
    display: flex;
}
    #payment-form .form-box table td{
        font-size: 12px;
    height: 37px;
    line-height: 40px;
    }
    #payment-form .form-box table td .radio-bg{
        top: 11px;
    }
    #divTaksitler{
        height: 100px;
    }

@keyframes down{
     0%{
		transform: translateY(-10px) ;
	}
	50%{
		transform: translateY(0) ;
	}
	100%{
		transform: translateY(-10px);
	}
}

.arrow-bottom{
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 60px;
    height: 60px;
    z-index: 5000;
    background: #2c91b529;
    display: none;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #102e5c; 
    font-size: 22px;
    animation: down 2s infinite ease-in-out;
}
.arrow-bottom.active{
    display: flex;
}

    .wrapper .right .bottom{
        width: 80%;
            left: 2.12vh;
    bottom: 2.12vh;
    }
    .wrapper .right .tabs .tab-content h4{
        font-size:16px;
        line-height: 150%;
    }
    .succes-page img{
        width: 100px;
    }
    .succes-page h4{
        font-size: 18px;
    }
    .wrapper .left form label{
        font-size:14px;
    }
    .wrapper .left form input{
        height: 40px;
    }
    .wrapper .left form input:placeholder{
        line-height: 40px;
    }
    .wrapper .left form .nice-select{
        height: 40px;
        line-height: 40px;
    }
    .wrapper .left form button{
        height: 40px;
    }
    .wrapper .right .tabs .tab-content p{
        font-size: 14px;
    }
    .wrapper .right .tabs .tab-menu{
        padding: 5.15vh 2.12vh;
    }
    .wrapper .right .tabs .tab-content{
        padding: 2.06vh 2.12vh;
    }
    .wrapper .right .tabs .tab-menu ul li a{
        font-size: 1.95vh;
    }
    .wrapper .right .tabs .tab-menu ul li{
        margin-right: 1.8vh;
    }
    
    .wrapper .left form .group i{
        bottom:14px;
    }
    .modal{
        top: 2%!important;
        left: 2%;
        width: 96%;
    }
   body.overflow{
    overflow: hidden;
    width: 100%;
       height: 100vh;
   
}
html.overflow{
    overflow: hidden;
    width: 100%;
       height: 100vh;
   
}
    #divTaksitler{
        height: 
    }

    
}
