@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&display=swap');



.jquery-lightbox.jquery-lightbox-mode-html {
    box-sizing: unset;
}

.quiz {
    text-align: center;
    border-bottom: 1px dotted #d2d2d2;
    margin-bottom: 10px;
}
.clear {
    clear: both;
}
.quiz label {
    max-width:100%;
}
.quiz img {
	max-width:100% !important;
    height:auto;
    display:block;
    margin: auto;
}


.questionOneI {
	padding: 5px;
	width: 100%;
	background: black;
}
.quiz input[type="radio"]{
    display:none;
}

.quiz input[type="radio"] + label
{
    background: #fff;
    display: inline-block;
	padding: 5px;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
}

.quiz input[type="radio"]:checked + label
{
    background: #00abff;
    display: inline-block;
	padding: 5px;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
}




.container {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
	}

.kutusize {
    width: 12%;
    float: left;
    margin-right: 26%;
}

.adetlers {
    width: 25%;
    float: left;
}


body, input, select, textarea, button, .ui-btn {
    font-size: 3.2vw;
    font-family: sans-serif;
}

body {
	background-image:url(images/bg.jpg)
}


h1 {
    font-size: 4.3vw;
	color:white;
}

h2 {
    font-size: 3.5vw;
	color:f72f65;
}

.radio label, .checkbox label {
    font-size: 3.9vw
}

.sayaclar {
    position: absolute;
    top: 36%;
    left: 20%;
    font-size: 8vw;
    width: 73%;
    font-weight: 700;
	color: #f8eb10;
}
.sec.kutusize {
    margin-right: 0;
}

@media screen and (min-width: 810px) {
.sayaclar {
     font-size: 64px;
     color: #f8eb10;
  }

.radio label, .checkbox label {
    font-size: 16px;
}

.adetlers {
    width: 14%;
    float: left;
}


body, input, select, textarea, button, .ui-btn {
    font-size: 25px;
}

h1 {
    font-size: 32px;
	color:black;
}

h2 {
    font-size: 0.7em;
	color:f72f65;
}

}


.yorumlar {
    position: absolute;
    top: 0;
    width: 80%;
    left: 10%;
}

.yorums {
padding: 10px;
float: right;
width: 46%;
}

.yres {
width: 44%;
float: left;
}

._pr {
position:relative;
}

._pa {
position:absolute;
}

.bos5 {height:5px;width:100%}



/* CSS for Credit Card Payment form */
.credit-card-box .panel-title {
    display: inline;
    font-weight: bold;
}
.credit-card-box .form-control.error {
    border-color: red;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,0,0,0.6);
}
.credit-card-box label.error {
  font-weight: bold;
  color: red;
  padding: 2px 8px;
  margin-top: 2px;
}
.credit-card-box .payment-errors {
  font-weight: bold;
  color: red;
  padding: 2px 8px;
  margin-top: 2px;
}
.credit-card-box label {
    display: block;
}
/* The old "center div vertically" hack */
.credit-card-box .display-table {
    display: table;
}
.credit-card-box .display-tr {
    display: table-row;
}
.credit-card-box .display-td {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
/* Just looks nicer */
.credit-card-box .panel-heading img {
    min-width: 180px;
}


  #kartbilgi {
  display:none;
  }

  #kartbilgi .col-sm-2  {
    width: 50%;
    font-size: 16px;
    margin-right: 15px;
  }

#cardNumber-error {
    position: absolute;
    margin-left: 10px;
    color: red;
    float: right;
}

.error {
    margin-left: 123px;
    margin-top: 8px;
    color: red;
}

.error-set {
    box-shadow: 0px 0px 5px red;
}

img.contentimg50 {
    width: 49%;
    padding: 10px;
}

.whatsappico:hover {
    left: 0;
}

.whatsappico i {
    padding-top: 4px;
    padding-right: 12px;
    font-size: 28px;
    float: right;
}
.whatsappico a {
    text-decoration: none;
    padding-left: 10px;
    color: #fff;
    text-align: left;
}
.whatsappico {
    position: fixed;
    left: -160px;
    bottom: 24px;
    width: 210px;
    font-size: 23px;
    background: #69ad53;
    color: #fff!important;
    margin-right: 0;
    border-radius: 0 20px 20px 0;
    z-index: 999;
    padding: 10px 5px;
    box-shadow: 0 3px 7px #0000002e;
    transition: .7s;
}
