/** Shopify CDN: Minification failed

Line 474:14 Expected ":"
Line 541:2 Comments in CSS use "/* ... */" instead of "//"

**/

  .select2-search__field {
    display: none !important;
  }


   body {
    font-family: Montserrat, arial, verdana;
    background: transparent;
    overflow-x:hidden;
}
.fieldset-row{
  display:flex;
  flex-direction:row;
}
  .fieldset-label{
    width: 25%;
  }
  .fieldset-label label{
        float: left;
    padding-top: 10px;
  }
  .fieldset-input{
    width:75%;
  }
  @media only screen and (max-width: 440px){
    .test-img-masaustu{
      display:none !important;
    }
    .test-img-banner{
      display:inline !important;
    }
    .fieldset-row{
  display:flex;
  flex-direction:column;
}
  .fieldset-label{
    width: 100%;
  }
  .fieldset-label label{
        float: left;
    padding-top: 10px;
  }
  .fieldset-input{
    width:100%;
  }
    #requestForm .action-button{
      font-size:12px !important;
    }
    #requestForm .action-button-previous{
      font-size:12px !important;
    }
      #testCenterForm .action-button{
      font-size:12px !important;
    }
    #testCenterForm .action-button-previous{
      font-size:12px !important;
    }
    .min-vh {
    min-height: 140vh !important;
}
  }

  input, select, textarea {
    border: 1px solid;
    border-color: #cccccc !important;
    max-width: 100%;
    padding: 15px 10px !important;
    border-radius: 4px !important;
}
  .input{
    padding-top:0 !important;
    padding-bottom:10px;
  }
  .min-vh{
    min-height:100vh;
  }
  #progressbar{
    display: flex;
    justify-content: center;
  }
/*form styles*/
#requestForm {
    text-align: center;
    position: relative;
    /* margin-top: 30px; */
      margin: 30px auto;
    width: 50%;
}
#testCenterForm{
    text-align: center;
    position: relative;
    /* margin-top: 30px; */
      margin: 30px auto;
    width: 50%;
}
@media only screen and (max-width: 1270px){
    #requestForm {
      width: 80%;
    }
   #testCenterForm {
      width: 80%;
    }
}
@media only screen and (max-width: 768px){
    #requestForm {
      width: 92%;
    }
   #testCenterForm {
      width: 92%;
    }
}

#requestForm fieldset {
    background: white;
    border: 0 none;
    border-radius: 8px;
    /* box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.4); */
    padding: 20px 20px;
    box-sizing: border-box;
    width: 100%;
    /* width: 92%; */
    margin: 0 auto;

    /*stacking fieldsets above each other*/
    position: relative;
}
#testCenterForm fieldset {
    background: white;
    border: 0 none;
    border-radius: 8px;
    /* box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.4); */
    padding: 20px 20px;
    box-sizing: border-box;
    width: 100%;
    /* width: 92%; */
    margin: 0 auto;

    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#requestForm fieldset:not(:first-of-type) {
    display: none;
}

/*inputs*/
#requestForm input, #requestForm textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
}

#requestForm input:focus, #requestForm textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #edc23c;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}

/*buttons*/
#requestForm .action-button {
flex-basis: 50%;
    background: #edc23c;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 2px İmportant;
  font-size:16px !important;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#requestForm .action-button:hover, #requestForm .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #edc23c;
}

#requestForm .action-button-previous {
     flex-basis: 50%;
    background: #aCbEd0;
    font-weight: bold;
    color: white;
    border: 0 none;
  font-size:16px!important;
    border-radius: 2px !important;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#requestForm .action-button-previous:hover, #requestForm .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #aCbEd0;
}


/*testcenterform*/
#testCenterForm fieldset:not(:first-of-type) {
    display: none;
}

/*inputs*/
#testCenterForm input, #testCenterForm textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
}

#testCenterForm input:focus, #testCenterForm textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #edc23c;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}

/*buttons*/
#testCenterForm .action-button {
flex-basis: 50%;
    background: #edc23c;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 2px İmportant;
  font-size:16px !important;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#testCenterForm .action-button:hover, #testCenterForm .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #edc23c;
}

#testCenterForm .action-button-previous {
     flex-basis: 50%;
    background: #aCbEd0;
    font-weight: bold;
    color: white;
    border: 0 none;
  font-size:16px!important;
    border-radius: 2px !important;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#testCenterForm .action-button-previous:hover, #testCenterForm .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #aCbEd0;
}



/*headings*/
.fs-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
  line-height:22px;
}

.fs-subtitle {
   font-weight: normal;
    font-size: 13px;
    color: #666;
    text-align: start;
    letter-spacing: inherit;
    text-transform: inherit;
    margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    color: #666;
    text-transform: uppercase;
   font-size: 12px;
    font-weight: bold;
    width: 50%;
    float: left;
    position: relative;
    letter-spacing: 1px;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: #333;
    background: white;
    border-radius: 25px;
    margin: 0 auto 10px auto;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps blue*/
/*The number of the step and the connector before it = blue*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #edc23c;
    color: white;
}

    .loaderrrrr-card{
 
  display: flex;
  justify-content: center;
  align-items: center;

}

#loaderrrrr{
    /* display: flex; */
    display: none;
    justify-content: center;
    background: white;
    position: inherit !important;
    z-index: 99;
    transform: translate(0) !important;
    text-align: center;
    vertical-align: middle;
    background: white;
    padding: 140px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 2)!important;
}
  
  #fs-success{
    display:none;
  }
    #fs-error{
    display:none;
  }
    #fs-warning{
    display:none;
  }

#loaderrrrr span {
  display: block;
  width: 20px;
  height: 20px;
  background: #eee;
  border-radius: 50%;
  margin: 0 5px;

}

#loaderrrrr span:nth-child(2) {
  background: #edc23c;
}

#loaderrrrr span:nth-child(3) {
  background: #4d4d4d;
}

#loaderrrrr span:nth-child(4) {
  background: #1d1e22;
}

#loaderrrrr span:not(:last-child) {
  /* animation: animate 1.5s linear infinite; */
  animation: animate .5s linear infinite;
}

@keyframes animate {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(30px);
  }
}

#loaderrrrr span:last-child {
  animation: jump 1.5s ease-in-out infinite;
}

@keyframes jump {
  0% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(10px, -10px);
  }
  20% {
    transform: translate(20px, 10px);
  }
  30% {
    transform: translate(30px, -50px);
  }
  70% {
    transform: translate(-150px, -50px);
  }
  80% {
    transform: translate(-140px, 10px);
  }
  90% {
    transform: translate(-130px, -10px);
  }
  100% {
    transform: translate(-120px, 0);
  }
}

  
  .swal-button-container{
    display:none !important;
  }
.swal-button{
  background-color:transparent;
      display: none;
}
  .swal-button:not([disabled]):hover {
    background-color: #78cbf200;
}
  .swal-text {
    text-align
  }
   .toast {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      padding: 10px 20px;
      background-color: #333;
      color: #fff;
      border-radius: 5px;
      opacity: 0;
      transition: opacity 0.3s ease;
    }

    .toast.show {
      opacity: 1;
    }

  *, *:after, *:before {
  	box-sizing: border-box;
  }

  h1{
    margin-top:2rem;
    line-height: initial;
  }

.arrow {
  text-align: center;
  margin: 20px 0;
}
.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

  // iOS Reset
  input {
  	appearance: none;
  	border-radius: 0;
  }

  .card {
  	margin: 2rem auto;
  	display: flex;
  	flex-direction: column;
  	width: 100%;
  	max-width: 80vw;
  	background-color: #f8f8f8;
  	border-radius: 10px;
  	box-shadow: 0 10px 20px 0 rgba(#999, .25);
  	padding: .75rem;
  }
#ba-widget-76337-sticky-bar.left {
  
    display: none!important;
}
  .tawk-min-container, .tawk-min-container .tawk-button{
    display:none!important;
  }
  .tawk-min-container{
    display:none!important;
  }
  .card-heading {
  	position: absolute;
  	left: 10%;
  	top: 15%;
  	right: 10%;
  	font-size: 1.75rem;
  	font-weight: 700;
  	color: #735400;
  	line-height: 1.222;
  	small {
  		display: block;
  		font-size: .75em;
  		font-weight: 400;
  		margin-top: .25em;
  	}
  }

  .card-form {
  	padding: 2rem 1rem 0;
  }

  .input {
  	display: flex;
  	flex-direction: column-reverse;
  	position: relative;
  	padding-top: 1rem;
  	&+.input {
  		margin-top: 1.5rem;
  	}
  }

  .input-label {
  	color: #4d4d4d;
  	position: absolute;
  	top: 1.5rem;
  	transition: .25s ease;
  }

  .input-field {
  	border: 0;
  	z-index: 1;
  	background-color: transparent;
      border-bottom: 1px solid #afafaf;
  	font: inherit;
  	font-size: 1.125rem;
  	padding: .25rem 0;
  	&:focus, &:valid {
  		outline: 0;
  		border-bottom-color: #fecb31;
  		&+.input-label {
  			color: #4d4d4d;
  			transform: translateY(-1.5rem);
  		}
  	}
  }

  .action {
  	margin-top: 2rem;
  }

  .action-button {
  	font: inherit;
  	font-size: 1.25rem;
  	padding: 1em;
  	width: 100%;
  	font-weight: 500;
  	background-color: #f1c030;
  	border-radius: 6px;
  	color: #FFF;
  	border: 0;
  	&:focus {
  		outline: 0;
  	}
  }

  .card-info {
  	padding: 1rem 1rem;
  	text-align: center;
  	font-size: .875rem;
  	color: #8597a3;
  	a {
  		display: block;
  		color: #6658d3;
  		text-decoration: none;
  	}
  }
     input:active, input:focus, select:active, select:focus, textarea:active, textarea:focus{
           border: 0px solid;
      border-color: transparent;
      border-color: var(--colorTextBody);
          border-bottom: 1px solid #fecb31;
    }
    label, label:not(.variant__button-label):not(.text-label) {
     text-transform: inherit;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: medium;
    text-align: start;
    line-height: 1.2em;
    font-family: "Roboto",sans-serif;
  }
  .success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto;
    
    .check-icon {
        width: 80px;
        height: 80px;
        position: relative;
        border-radius: 50%;
        box-sizing: content-box;
        border: 4px solid #4CAF50;
        
        &::before {
            top: 3px;
            left: -2px;
            width: 30px;
            transform-origin: 100% 50%;
            border-radius: 100px 0 0 100px;
        }
        
        &::after {
            top: 0;
            left: 30px;
            width: 60px;
            transform-origin: 0 50%;
            border-radius: 0 100px 100px 0;
            animation: rotate-circle 4.25s ease-in;
        }
        
        &::before, &::after {
            content: '';
            height: 100px;
            position: absolute;
            background: #FFFFFF;
            transform: rotate(-45deg);
        }
        
        .icon-line {
            height: 5px;
            background-color: #4CAF50;
            display: block;
            border-radius: 2px;
            position: absolute;
            z-index: 10;
            
            &.line-tip {
                top: 46px;
                left: 14px;
                width: 25px;
                transform: rotate(45deg);
                animation: icon-line-tip 0.75s;
            }
            
            &.line-long {
                top: 38px;
                right: 8px;
                width: 47px;
                transform: rotate(-45deg);
                animation: icon-line-long 0.75s;
            }
        }
        
        .icon-circle {
            top: -4px;
            left: -4px;
            z-index: 10;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            position: absolute;
            box-sizing: content-box;
            border: 4px solid rgba(76, 175, 80, .5);
        }
        
        .icon-fix {
            top: 8px;
            width: 5px;
            left: 26px;
            z-index: 1;
            height: 85px;
            position: absolute;
            transform: rotate(-45deg);
            background-color: #FFFFFF;
        }
    }
}
  .fs-check{
    flex-basis: 5% !important;
  }
  .fs-check-label{
    text-align: left !important;
    font-size: 10px !important;
    font-weight: 300 !important;
    padding-top: 0px !important;
  }
  .announcement-bar{
    display:none !important;
  }
    .site-header {
    top: 11px !important;
  
}
  @media only screen and (max-width:768px){
    .site-header {
    top: 0px !important;
    padding-top: 0vh !important;
    padding-bottom: 0vh !important;
      margin-top:0px !important;
}
     .fs-check{
   width: 5% !important;
  }
      .fs-check-label{
         width: 95% !important;
    text-align: left !important;
    font-size: 10px !important;
    font-weight: 300 !important;
   
  }
    .checkmark{
    width: 80px !important;
    height: 80px !important;
    }
    #loaderrrrr{
      padding:65px !important;
    } 
  }

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}
  circle,
.circle-border {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.circle {
  z-index: 1;
  position: relative;
  background: white;
  transform: scale(1);
  animation: success-anim 700ms ease;
}

.circle-border {
  z-index: 0;
  position: absolute;
  transform: scale(1.1);
  animation: circle-anim 400ms ease;
  background: #f86;
}

@keyframes success-anim {
  0% {
    transform: scale(0);
  }
  30% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes circle-anim {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1.1);
  }
}
.error::before,
.error::after {
  content: "";
  display: block;
  height: 4px;
  background: #f86;
  position: absolute;
}

.error::before {
  width: 40px;
  top: 48%;
  left: 16%;
  transform: rotateZ(50deg);
}

.error::after {
  width: 40px;
  top: 48%;
  left: 16%;
  transform: rotateZ(-50deg);
}

.checkmark_circle_success {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 5px;
  stroke-miterlimit: 10;
  stroke: #00C851;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark_circle_error {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 5px;
  stroke-miterlimit: 10;
  stroke: #ff4444;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: block;
  stroke-width: 5px;
  stroke: white;
  stroke-miterlimit: 10;
  margin: 10% auto;
}
.checkmark.success {
  box-shadow: inset 0px 0px 0px #00C851;
  animation: fillsuccess 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}
.checkmark.error {
  box-shadow: inset 0px 0px 0px #ff4444;
  animation: fillerror 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.checkmark_check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.9s forwards;
}

.progress {
  transform: rotate(-90deg);
  stroke: black;
}

.progress circle {
  stroke-dasharray: 130;
  stroke-dashoffset: 130;
  animation: dash 1.5s infinite;
}

@keyframes dash {
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -130;
  }
}
.progress {
  position: absolute;
  top: 5%;
  left: 5%;
}
.progress.progress--thin {
  left: auto;
  right: 5%;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fillsuccess {
  100% {
    box-shadow: inset 0px 0px 0px 75px #00C851;
  }
}
@keyframes fillerror {
  100% {
    box-shadow: inset 0px 0px 0px 75px #ff4444;
  }
}
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
    text-align: left !important;
}
  .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ccc !important;
    border-radius: 4px;
}
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 40px !important;
    user-select: none;
    -webkit-user-select: none;
}
  #mobile-test{
    display:none;
  }

  .select2-container--default .select2-search--dropdown .select2-search__field{
    display:none !important;
  }
  .select2-container{
    width:100% !important!;
    }
  .loox-floating-widget-btn{
    display:none !important;
  }
  #model{
    display:none;
  }
   #kasa{
    display:none;
  }

   #motor{
    display:none;
  }
    #ilceverisi{
    display:none;
  }
.test-img-banner{
    display:none;
  }
  .test-img-masaustu{
    display:inline;
    margin-block-start:10px;
        width: -webkit-fill-available;
    height: auto;
  }
@media only screen and (max-width:400px){
  .test-img-banner{
  display:inline;
        width: -webkit-fill-available;
    height: auto;
    margin-top: 0px;
  }
  .test-img-masaustu{
    display:none;
  }
  
  }
      .center-form_modal{
          position:fixed;
          width: 100vw;
          height:100vh;
          top:0;
          left:0;
          opacity:0;
          transition: opacity 200ms;
          display:flex;
          justify-content:center;
          align-items:center;
          background-color:#e6e6e650;
          padding:4rem 0;
          z-index:2;
      }
      .center-form_modal.opened{
          opacity:1
      }

      .center-form_modal.hidden{
          display:none;
      }

      .center-form_cross{
          position:absolute;
          top:1rem;
          right:1rem;
          width:1rem;
          cursor:pointer;
      }
      .center-form_cross svg{
          pointer-events:none;
      }
      .center-form_modal__inner{
          width:95%;
          max-width:65ch;
          background-color:white;
          padding:3rem 2rem 5rem 2rem;
          height:95%;
          overflow-y:auto;
          position:relative;
      }
      .center-form_modal__buttons{
          width:100%;
          height:5rem;
          position:absolute;
          bottom:0;
          left:0;
          display:flex;
          justify-content:center;
          align-items:center;
      }

      .center-form_modal__buttons button{
          background: #edc23c;
          padding:.75rem 1.5rem;
          color:white;
          font-weight:bold;
          border-radius:4px;
      }

      .center-form_modal__buttons button:hover{
          box-shadow: 0 0 0 2px white, 0 0 0 3px #edc23c;
      }

      .center-form_modal__text{
          height:100%;
          overflow-y:auto;
          padding:0 2ch;
      }

      @media (min-width: 768px) {
          .center-form_modal__inner{
          width:70%;}
  }
#selectIl,#selectIlce{
  width: 100%;
    margin-bottom: 10px;
}