body {
  background-color: white;
  font-family: "Open Sans", sans-serif;
  color: #424242;
}

a {
  color: #ff4a17;
  text-decoration: none;
}

a:hover {
  color: #ff724a;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
}
#header{
  background: #37424a;
  padding: 15px 0;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
}
.logo a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo .title-box{
  display: flex;flex-direction: column;margin-left: 10px;
}

.logo .title-box .first-title{
  font-size: 24px;
  margin-bottom: 2px;
  font-weight: 900;
  font-family: "Raleway", sans-serif;
}

.logo .title-box .last-title{
  font-size: 11px;
  letter-spacing: 2.3px;
  font-weight: 600;
  margin-bottom: 2px;
  font-family: "Raleway", sans-serif;
}


.logo img {
  max-height: 40px;
}
.card {
  border: none;
  border-radius: 8px;
  box-shadow: 5px 6px 6px 2px #e9ecef;
}
.heading {
  font-size: 23px;
  font-weight: 00;
}
.text {
  height: 55px;
  border: 2px solid #eee;
}
.text:focus {
  box-shadow: none;
  border: 1px solid #304ffe;
}
.pricing {
  border: 1px solid rgba(70, 66, 66, 0.30);
}
.business {
  font-size: 20px;
  font-weight: 500;
}
.plan {
  color: #aba4a4;
}
.dollar {
  font-size: 16px;
  color: #6b6b6f;
}
.amount {
  font-size: 50px;
  font-weight: 500;
}
.year {
  font-size: 20px;
  color: #6b6b6f;
  margin-top: 19px;
}
.detail {
  font-size: 22px;
  font-weight: 500;
}
.payment-button {
  height: 70px;
  font-size: 20px;
}
input.form-control{
  height: 44px;
}
.form-control{
  border: 2px solid #eee;
  display: block;
  width: 100%;
  min-height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.input-svg{
  padding: 10px;
  background: #efefef;
}
.input-svg svg{
  fill: background: #37424a;
}
label{
  font-size: 14px;
  margin-bottom: 2px;
  font-weight: 600;
}
.btn{
  font-size: 16px;
}

#searchFormButton{
  width: 100%;
  padding: 10px;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 4px;
}
.btn{
  border-radius: 4px !important;
}
.btn-primary{
  background-color: #37424a !important;
  border-color: #37424a !important;
}
.captcha{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.alert span{
  font-size: 14px;
}
.info-card .data{
  font-size: 18px;
  font-weight: bold;
}
.payments .form__group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 992px) {
  .payments .form__group {
    flex-direction: row;
  }
}
.payments .form__group--full {
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .payments .form__group--full {
    flex-direction: column;
  }
}
.payments .form__title {
  margin-bottom: 3rem;
  padding: 0 4rem;
  font-size: 3.2rem;
}
.payments .form__input {
  position: absolute;
  opacity: 0;
}
.payments .form__label {
  align-items: start;
  background-color: #f7f7f7;
  border-radius: 15px;
  border: 1px solid #37424a;
  cursor: pointer;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 25% 75%;
  grid-template-rows: 20px 40px;
  justify-content: start;
  padding: 10px 15px;
  position: relative;
  text-align: right;
  width: 100%;
  transition: all 0.2s ease;
  align-items: center;
}
.payments .form__label--simple {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  text-align: center;
  padding: 1rem 2rem;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  color: #12395b;
}
.payments .form__label:hover {
  background: rgba(8, 107, 148, 0.1);
}
.payments .form__label:has(input:checked) {
  border: 2px solid #37424a;
  background-color: #cfedce;
}
.payments .form__label:has(input:checked) .form__label-check {
  display: block;
}
.payments .form__label:has(input:focus) {
  outline: 2px ridge rgba(0, 110, 200, 0.4);
}
.payments .form__label-img {
  grid-column: 1;
  grid-row: 1/3;
  width: 60px;
  margin-top: 5px;
}
.payments .form__label-name {
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 42px;
  /* 175% */
}
.payments .form__label-text {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  /* 142.857% */
}
.payments .form__label-check {
  color: #65aa51;
  fill: #65aa51;
  stroke-opacity: 1;
  stroke: #f7f7f7;
  background: #f7f7f7;
  border-radius: 100%;
  display: none;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 100%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
}
.payments .form__prev > svg {
  transform: rotate(180deg);
}
.payments .form__prev, .payments .form__next {
  width: 100%;
  max-width: 35rem;
  margin: 0 auto;
  border-radius: 10px;
  margin-top: 2rem;
}
ul li{
  list-style: none;
}
.footer {
    border-top: 2px solid #ddd;
}
.footer a {
    text-decoration: none;
    color: #007bff;
}
.footer a:hover {
    text-decoration: underline;
}
.footer p {
  font-size: 12px;
}
.payments-body{
  position: relative;
}
.payments-body.loading:before{
  content: "Ödeme detayları getiriliyor...";
  display: flex;
  background: #f7f7f7;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  z-index: 9;
  margin: auto;
  padding: 10px;
  align-items: start;
  justify-content: center;
}