/* Minification failed. Returning unminified contents.
(20,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(21,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(22,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(23,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(24,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(25,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  border: 0;
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  box-sizing: border-box; }

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

:root {
  --bp-xs: 0;
  --bp-sm: 576px;
  --bp-md: 768px;
  --bp-lg: 992px;
  --bp-xl: 1200px;
  --bp-xxl: 1400px; }

html {
  box-sizing: border-box; }

a {
  color: #252525; }

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

body {
  font-family: 'Poppins', sans-serif;
  color: #252525;
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.mainWrapper {
  flex-grow: 1; }

.temizle {
  clear: both; }

.acil {
  display: none; }

.kapa {
  display: block; }

@media (max-width: 1000px) {
  .acil {
    display: block; }
  .kapa {
    display: none; } }

.wrapper {
  position: relative;
  display: block;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  height: auto; }
  @media (max-width: 1366px) {
    .wrapper {
      width: 100%;
      max-width: 1000px; } }

.wrapper2 {
  position: relative;
  display: block;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  height: auto; }

.headerSpace {
  display: block;
  height: 120px;
  width: 0; }

.backdrop {
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 4;
  transition: opacity 0.4s;
  opacity: 0;
  display: block; }

.backdropActive {
  opacity: 1;
  visibility: visible; }

.acc {
  margin-bottom: 15px; }

.accTitle {
  position: relative;
  padding: 30px 0;
  border-bottom: 1px solid #333;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  color: #333; }
  .accTitle span {
    z-index: -1; }
  .accTitle .accIndicator {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 16px;
    height: 16px;
    transition: transform 0.4s;
    z-index: -1; }
    .accTitle .accIndicator span:first-child {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      margin: auto;
      background-color: #333;
      height: 2px;
      transition: transform 0.4s; }
    .accTitle .accIndicator span:last-child {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      margin: auto;
      background-color: #333;
      width: 2px;
      transition: transform 0.4s; }
  .accTitle.accTitleActive {
    color: #db333b; }
    .accTitle.accTitleActive .accIndicator span:first-child,
    .accTitle.accTitleActive .accIndicator span:last-child {
      transform: rotate(45deg) !important;
      background-color: #db333b !important; }
  @media (min-width: 451px) {
    .accTitle:hover {
      color: #db333b; }
      .accTitle:hover .accIndicator span:first-child,
      .accTitle:hover .accIndicator span:last-child {
        transform: translateX(-20px);
        background-color: #db333b; } }

.accContent {
  display: none;
  padding: 40px 20px;
  border-bottom: 1px solid #333;
  font-weight: 400;
  font-size: 14px; }
  .accContent.accContentActive {
    display: block; }
  .accContent ul {
    padding: 0; }
    .accContent ul li {
      margin-bottom: 20px; }

.toRight {
  margin-left: auto; }
  @media (max-width: 1000px) {
    .toRight {
      margin: auto; } }

.modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: fixed;
  left: 50%;
  top: -250px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 15px;
  max-width: 45rem;
  width: 100%;
  padding: 15px;
  z-index: 5;
  box-shadow: 0 0 15px -2px rgba(0, 0, 0, 0.2);
  transition: top 0.6s;
  overflow-y: auto; }
  .modal .vector {
    margin: 0 auto;
    max-width: 100%; }
    .modal .vector img {
      max-width: 100%; }
  .modal p {
    margin: 30px 0;
    font-size: 18px;
    line-height: 140%; }
  .modal .button {
    display: inline-block;
    padding: 10px;
    background-color: #000;
    border-radius: 15px; }
  .modal .closeButton {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer; }
    .modal .closeButton span {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      width: 90%;
      height: 2px;
      background-color: #000; }
    .modal .closeButton span:first-child {
      transform: rotate(45deg); }
    .modal .closeButton span:last-child {
      transform: rotate(-45deg); }
    .modal .closeButton:hover {
      background-color: red; }
      .modal .closeButton:hover span {
        background-color: #fff; }
  @media (max-width: 1000px) {
    .modal {
      max-width: 90%;
      max-height: 80vh; } }

.modalOpen {
  top: 50%; }

.modal-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 4;
  transition: opacity 0.4s;
  display: block; }

.alert {
  position: relative;
  padding: 10px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .5rem; }
  .alert.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe; }
    .alert.alert-primary .alert-link {
      color: #06357a; }
  .alert.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8; }
    .alert.alert-secondary .alert-link {
      color: #34383c; }
  .alert.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc; }
    .alert.alert-success .alert-link {
      color: #0c4128; }
  .alert.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5; }
    .alert.alert-warning .alert-link {
      color: #523e02; }
  .alert.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7; }
    .alert.alert-danger .alert-link {
      color: #6a1a21; }
  .alert.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb; }
    .alert.alert-info .alert-link {
      color: #04414d; }
  .alert.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe; }
    .alert.alert-light .alert-link {
      color: #4f5050; }
  .alert.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf; }
    .alert.alert-dark .alert-link {
      color: #101214; }

/* Header Bar */
header.bar {
  height: 120px;
  width: 100%;
  display: block;
  padding: 0;
  z-index: 3;
  position: fixed;
  transition: top .5s;
  box-shadow: rgba(0, 0, 0, 0.5) 0 5px 7px -6px; }
  header.bar .bar-black {
    display: block;
    height: 45px;
    background-color: #000;
    padding: 0;
    transition: opacity 4.0s ease-in;
    z-index: 5; }
    header.bar .bar-black .bar-black-left {
      height: 45px;
      display: inline-block;
      line-height: 45px;
      cursor: default; }
      header.bar .bar-black .bar-black-left span {
        color: white;
        font-size: 14px;
        font-weight: 400;
        line-height: 45px;
        display: inline-block; }
      header.bar .bar-black .bar-black-left .language {
        color: #fff;
        margin-left: 25px;
        text-decoration: none;
        display: inline-block;
        font-size: 15px;
        font-weight: 500;
        transition: all .3s;
        line-height: 25px; }
        header.bar .bar-black .bar-black-left .language:hover {
          opacity: 0.9;
          font-size: 16px; }
    header.bar .bar-black .bar-black-right {
      height: 45px;
      display: inline-block;
      float: right; }
      header.bar .bar-black .bar-black-right a.link-img {
        display: inline-block;
        height: 25px;
        margin: 10px 15px 10px 0; }
      header.bar .bar-black .bar-black-right a.link-img:hover {
        opacity: 0.8; }
      header.bar .bar-black .bar-black-right a.link {
        display: inline-block;
        height: 45px;
        line-height: 45px;
        float: right; }
        header.bar .bar-black .bar-black-right a.link span {
          display: inline-block;
          color: #333;
          background-color: #fff;
          font-weight: 500;
          height: 35px;
          margin: 5px 0 5px 15px;
          line-height: 35px;
          text-align: center;
          font-size: 13px;
          width: 80px;
          border-radius: 5px;
          transition: all 0.2s ease 0s; }
      header.bar .bar-black .bar-black-right a.link:hover span {
        background-color: #c90003;
        color: #fff; }
      header.bar .bar-black .bar-black-right a.login,
      header.bar .bar-black .bar-black-right a.login:visited,
      header.bar .bar-black .bar-black-right a.login:active,
      header.bar .bar-black .bar-black-right a.login:link,
      header.bar .bar-black .bar-black-right a.login:focus {
        display: inline-block;
        height: 45px;
        line-height: 45px;
        padding: 0 15px; }
        header.bar .bar-black .bar-black-right a.login i,
        header.bar .bar-black .bar-black-right a.login:visited i,
        header.bar .bar-black .bar-black-right a.login:active i,
        header.bar .bar-black .bar-black-right a.login:link i,
        header.bar .bar-black .bar-black-right a.login:focus i {
          margin-right: 3px; }
        header.bar .bar-black .bar-black-right a.login span,
        header.bar .bar-black .bar-black-right a.login:visited span,
        header.bar .bar-black .bar-black-right a.login:active span,
        header.bar .bar-black .bar-black-right a.login:link span,
        header.bar .bar-black .bar-black-right a.login:focus span {
          display: inline-block;
          color: #fff;
          font-weight: 500;
          height: 35px;
          line-height: 35px;
          text-align: center;
          font-size: 13px;
          border-radius: 5px;
          transition: all 0.2s ease 0s; }
      header.bar .bar-black .bar-black-right a.login:hover {
        opacity: 0.8; }
      header.bar .bar-black .bar-black-right .accountInfo {
        display: inline-block;
        position: relative;
        color: #fff;
        height: 100%;
        top: -8px; }
      header.bar .bar-black .bar-black-right .accountInfo:hover .accountInfoDropdown {
        visibility: visible;
        transform: translateY(0);
        opacity: 1; }
      header.bar .bar-black .bar-black-right .accountUser {
        display: block;
        padding: 0 5px;
        line-height: 45px;
        height: 100%;
        cursor: default; }
      header.bar .bar-black .bar-black-right .accountInfoDropdown {
        visibility: hidden;
        transform: translateY(50%);
        opacity: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        min-width: 150px;
        position: absolute;
        left: 0;
        top: 100%;
        background-color: black;
        z-index: 5;
        transition: opacity, transform, 0.4s; }
        header.bar .bar-black .bar-black-right .accountInfoDropdown a {
          width: 100%;
          color: #fff !important; }
  header.bar .bar-red {
    display: block;
    height: 75px;
    background-color: #c90003;
    transition: transform 0.6s;
    padding: 0; }
    header.bar .bar-red a.bar-red-logo {
      display: inline-block;
      height: 55px;
      margin: 10px 0; }
      header.bar .bar-red a.bar-red-logo img {
        height: 55px; }
    header.bar .bar-red .bar-red-menu-button {
      position: relative;
      z-index: 8;
      display: none;
      flex-direction: column;
      justify-content: space-between;
      height: 30px;
      width: 35px;
      float: right;
      cursor: pointer;
      top: 10px;
      padding: 5px 0; }
      header.bar .bar-red .bar-red-menu-button span {
        width: 35px;
        height: 2px;
        background-color: #fff;
        transition: transform 0.6s; }
        header.bar .bar-red .bar-red-menu-button span:nth-child(1) {
          width: 23px; }
        header.bar .bar-red .bar-red-menu-button span:nth-child(3) {
          width: 23px;
          margin-left: auto; }
    header.bar .bar-red .bar-red-menu {
      display: inline-block;
      vertical-align: top;
      padding: 25px 0 25px 20px;
      height: 75px;
      float: right; }
      header.bar .bar-red .bar-red-menu a {
        display: inline-block;
        color: #fff;
        margin-right: 10px;
        font-size: 15px;
        font-weight: 500;
        transition: opacity .3s, color .3s;
        line-height: 25px; }
        header.bar .bar-red .bar-red-menu a:hover {
          opacity: 0.9; }
      header.bar .bar-red .bar-red-menu div {
        display: inline-block;
        position: relative;
        width: 190px;
        padding: 0 0 0 15px;
        margin-top: -5px; }
        header.bar .bar-red .bar-red-menu div form {
          display: flex;
          align-items: center; }
        header.bar .bar-red .bar-red-menu div button {
          display: inline-block;
          height: 38px;
          width: 0;
          position: absolute;
          font-size: 17px;
          color: #444;
          right: 0px; }
        header.bar .bar-red .bar-red-menu div #searchBtn {
          right: 25px; }
        header.bar .bar-red .bar-red-menu div input {
          height: 35px;
          outline: 0;
          border: 0;
          padding-left: 15px;
          padding-right: 40px;
          width: 100%;
          border-radius: 5px; }
        header.bar .bar-red .bar-red-menu div i {
          position: absolute;
          right: 0px;
          top: 18px;
          transform: translateY(-50%);
          padding: 10px;
          cursor: pointer;
          transition: transform .2s;
          border-radius: 5px; }
  header.bar .bar-content {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 0; }

.scroll header.bar {
  height: 50px; }
  .scroll header.bar main {
    /*  margin-top: 50px;*/ }
  .scroll header.bar .bar-black {
    display: none !important; }
  .scroll header.bar .bar-red {
    height: 50px !important; }
    .scroll header.bar .bar-red .bar-red-logo {
      height: 50px !important;
      margin: 5px 0 !important; }
      .scroll header.bar .bar-red .bar-red-logo img {
        height: 40px !important; }
    .scroll header.bar .bar-red .bar-red-menu {
      padding: 5px 0 5px 0px !important;
      height: 50px;
      line-height: 40px; }

/* Header Bar #END# */
/* Mobile Menu #BEGIN# */
.mobile-menu {
  display: none;
  position: fixed;
  top: 50px;
  z-index: 3;
  align-items: center;
  justify-content: space-between;
  transition: transform 0.6s;
  background-color: white;
  padding: 10px 20px;
  width: 70%;
  height: calc(100vh - 50px); }
  .mobile-menu .mobile-menu-button {
    /*display: flex;
        justify-content: space-between;*/
    margin-bottom: 10px; }
    .mobile-menu .mobile-menu-button .user-name {
      display: flex;
      align-items: center;
      height: 35px;
      cursor: pointer; }
      .mobile-menu .mobile-menu-button .user-name span {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #000;
        margin-left: 5px; }
    .mobile-menu .mobile-menu-button .user-links {
      display: none; }
    .mobile-menu .mobile-menu-button .user-links-active {
      display: block; }
    .mobile-menu .mobile-menu-button a {
      display: inline-block;
      color: #fff;
      background-color: #000;
      font-weight: 500;
      text-decoration: none;
      height: 35px;
      line-height: 35px;
      text-align: center;
      border-radius: 5px;
      transition: color 0.4s;
      font-size: 13px;
      max-width: 150px;
      width: 100%;
      margin-bottom: 5px; }
      .mobile-menu .mobile-menu-button a:hover {
        background-color: #c90003;
        color: #fff; }
    .mobile-menu .mobile-menu-button a:first-child {
      margin-right: 10px; }
    .mobile-menu .mobile-menu-button .mBtn {
      display: inline-block;
      text-align: text;
      margin-left: 0;
      margin-right: 10px;
      margin-bottom: 15px;
      color: #fff;
      background-color: #333; }
      @media (max-width: 1000px) {
        .mobile-menu .mobile-menu-button .mBtn {
          display: block; } }
  .mobile-menu .mobile-menu-search {
    position: relative;
    width: 0;
    padding: 0;
    margin-top: 15px;
    transition: ease 0.5s;
    /* @media (max-width: 1000px) {
            width: 100%;
            padding: 0 15px;
            margin-top: 15px;

            input {
                padding-right: 35px;
                width: 100%;
                border: 1px solid #ccc;
            }

            i {
                right: 25px;
            }
        }*/ }
    .mobile-menu .mobile-menu-search input {
      height: 35px;
      outline: 0;
      border: 1px solid #ccc;
      padding-left: 15px;
      padding-right: 40px;
      width: 100%;
      border-radius: 5px; }
    .mobile-menu .mobile-menu-search i {
      position: absolute;
      right: 15px;
      top: 35%;
      transform: translateY(-50%);
      z-index: 10 !important;
      cursor: pointer; }
  .mobile-menu > a {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    text-decoration: none;
    padding: 10px 0;
    transition: opacity 0.4s, color 0.4s; }
    .mobile-menu > a:hover {
      opacity: 0.6; }

.mobile-menu-background {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2;
  transition: opacity .4s;
  display: none; }

.mobile-menu-active .bar-red-menu-button span {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto; }

.mobile-menu-active .bar-red-menu-button span:nth-child(1) {
  transform: rotate(45deg); }

.mobile-menu-active .bar-red-menu-button span:nth-child(2) {
  opacity: 0; }

.mobile-menu-active .bar-red-menu-button span:nth-child(3) {
  transform: rotate(-45deg); }

.mobile-menu-active .mobile-menu-search {
  width: 100%; }

/* Mobile Menu #END# */
/* Responsive #BEGIN# */
@media (max-width: 575px) {
  header.bar {
    height: 50px !important;
    position: fixed; }
  main {
    margin-top: 50px !important; }
  .bar-black-left {
    display: none !important; }
  .bar-black-right {
    width: 100% !important; }
  .bar-black {
    display: none !important; }
  .bar-red {
    height: 50px !important; }
  .bar-red-menu {
    display: none !important; }
  .bar-red-logo {
    height: 40px !important;
    margin: 5px 0 !important; }
  .bar-red-logo img {
    height: 40px !important; }
  .bar-content {
    padding: 0 15px !important; }
  .bar-red-menu-button {
    display: flex !important; }
  .mobile-menu-active .mobile-menu-background {
    display: block !important; }
  .mobile-menu-active .mobile-menu {
    display: block !important; } }

@media (min-width: 576px) and (max-width: 768px) {
  header.bar {
    height: 50px !important;
    position: fixed; }
  main {
    margin-top: 50px !important; }
  .bar-black {
    display: none !important; }
  .bar-content {
    /*max-width: 540px !important; */
    padding: 0 10px !important; }
  .bar-red {
    height: 50px !important; }
  .bar-red-menu {
    display: none !important; }
  .bar-red-logo {
    height: 40px !important;
    margin: 5px 0 !important; }
  .bar-red-logo img {
    height: 40px !important; }
  .bar-red-menu-button {
    display: flex !important; }
  .mobile-menu-active .mobile-menu-background {
    display: block !important; }
  .mobile-menu-active .mobile-menu {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .bar-content {
    padding: 0 10px !important; }
  .bar-red-menu {
    padding: 25px 0 25px 0px !important; }
  .bar-red-menu a {
    font-size: 0.85em !important;
    margin-right: 5px !important; }
  .bar-red-menu div {
    width: 160px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .bar-content {
    max-width: 970px !important;
    padding: 0 !important; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .bar-content {
    /*max-width: 1140px !important;*/
    max-width: 970px !important;
    padding: 0 !important; } }

@media (min-width: 1400px) {
  .bar-content {
    max-width: 1320px !important;
    padding: 0 !important; } }

/* Responsive #END# */
.headerSpace {
  height: 25px; }

body.bg-grey {
  background-color: #f0f0f0; }

body.bg-default {
  background-color: #d2cfbb; }

main {
  margin-top: 120px;
  min-height: 500px; }

s {
  text-decoration: line-through; }

.main-wrapper {
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 0; }

.fullpage {
  background-color: #d2cfbb; }

/* Responsive #BEGIN# */
@media (max-width: 575px) {
  .main-wrapper {
    padding: 0 15px !important; } }

@media (min-width: 576px) and (max-width: 767px) {
  .main-wrapper {
    padding: 0 15px !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .main-wrapper {
    max-width: 720px !important;
    padding: 0 !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .main-wrapper {
    max-width: 970px !important;
    padding: 0 !important; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .main-wrapper {
    max-width: 1200px !important;
    padding: 0 !important; } }

@media (min-width: 1400px) {
  .main-wrapper {
    max-width: 1320px !important;
    padding: 0 !important; } }

.banner {
  position: relative;
  width: 100%;
  margin-top: -25px;
  overflow: hidden;
  background: #d2cfbb; }
  .banner .wrapper {
    max-width: 1000px;
    height: 100%; }
  .banner .bannerInfo {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 50%; }
    .banner .bannerInfo #welcomeText {
      height: 126px; }
    @media (max-width: 1000px) {
      .banner .bannerInfo {
        width: 100%;
        padding-bottom: 25px;
        align-items: center; } }
  .banner .bannerImage {
    position: absolute;
    right: 15px;
    top: 0;
    width: 50%;
    height: 100%; }
    .banner .bannerImage img {
      width: 100%; }
  .banner .laptopImage {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 70px;
    width: 345px; }
    .banner .laptopImage .laptopContent {
      display: block;
      position: absolute;
      width: 222px;
      height: 139px;
      top: 39.2%;
      left: 48.5%;
      transform: translate(-50%, -50%);
      overflow: hidden; }
  .banner .phoneImage {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    overflow: hidden;
    width: 130px;
    z-index: 1; }
    .banner .phoneImage .phoneContent {
      display: block;
      position: absolute;
      width: 112px;
      height: 201px;
      top: 48.4%;
      left: 50.1%;
      transform: translate(-50%, -50%);
      overflow: hidden; }
      .banner .phoneImage .phoneContent img {
        object-fit: cover;
        height: 100%; }
  @media (max-width: 1000px) {
    .banner {
      height: auto; }
      .banner .wrapper {
        display: flex;
        flex-direction: column-reverse;
        align-items: center; }
      .banner .bannerInfo {
        width: 100%;
        position: relative; }
      .banner .bannerImageWrapper {
        height: 300px;
        position: relative; }
      .banner .bannerImage {
        width: 345px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%); }
      .banner .laptopImage {
        right: 0; } }

.bannerTitle {
  margin: 45px 0 25px 0; }

.bannerTitle h1 {
  font-size: 18px;
  font-weight: 400; }

.bannerTitle h2 {
  font-size: 28px;
  font-weight: 600;
  margin-top: -10px; }

.mobilPlay {
  display: flex;
  justify-content: space-between;
  max-width: 340px;
  margin-bottom: 25px; }
  .mobilPlay a {
    display: block;
    width: 49%; }
  .mobilPlay img {
    width: 100%; }
  @media (max-width: 450px) {
    .mobilPlay {
      max-width: 100%; } }

.comparePackages {
  text-decoration: none;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 400;
  color: #000; }

.gazete {
  padding-bottom: 45px;
  border-radius: 10px;
  overflow: hidden;
  padding-top: 25px; }

.gazeteGif {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0; }
  .gazeteGif img {
    width: 100%;
    max-width: 700px;
    height: auto; }

@media (max-width: 600px) {
  .gazeteGif {
    padding: 0;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; } }

.gazeteLink {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 25px; }
  .gazeteLink a {
    text-decoration: none;
    color: #000;
    font-size: 17px; }
    .gazeteLink a span {
      font-weight: 600; }

.arsiveAlan {
  justify-content: center;
  width: 100%;
  padding: 35px 0;
  background-image: linear-gradient(to right, #d1333a, #c90003);
  margin-bottom: 65px; }

.arsivBaslik {
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 25px; }

.arsivParagrafh {
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 17px; }
  .arsivParagrafh a {
    color: #fff; }

.arsiveWrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
  position: relative; }
  .arsiveWrapper input {
    width: 70%;
    height: 77px;
    line-height: 77px;
    background: #fff;
    border: 0;
    outline: 0;
    border-radius: 50px;
    padding: 0 35px;
    font-size: 19px; }
    .arsiveWrapper input::placeholder {
      font-size: 19px;
      color: #adadad; }
  .arsiveWrapper button {
    position: absolute;
    right: 17%;
    top: 50%;
    transform: translateY(-50%);
    background-image: linear-gradient(to right, #d1333a, #ef343d);
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    outline: 0;
    border: 0;
    font-size: 21px;
    z-index: 1;
    cursor: pointer;
    transition: 0.3s; }
    .arsiveWrapper button i {
      transition: 0.3s; }
      .arsiveWrapper button i:hover {
        transform: rotate(360deg); }
  @media (max-width: 1000px) {
    .arsiveWrapper input {
      width: 100%; }
    .arsiveWrapper button {
      right: 5%;
      top: 50%; } }

.gunlukGazete {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px; }
  .gunlukGazete .kutu {
    position: relative;
    width: 49%;
    border-radius: 15px;
    border: 2px solid #ececec; }
    .gunlukGazete .kutu .kutuBaslik {
      width: 100%;
      padding: 20px;
      border-top-left-radius: 12px;
      border-top-right-radius: 12px;
      background: #ececec;
      font-size: 18px;
      font-weight: 500; }
    .gunlukGazete .kutu .kutuYazi {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      min-height: 280px;
      padding: 35px 20px 20px;
      font-size: 14px; }
      .gunlukGazete .kutu .kutuYazi .yazi {
        position: relative; }
        .gunlukGazete .kutu .kutuYazi .yazi img {
          position: absolute;
          bottom: 20px;
          right: 0;
          width: 175px; }
          @media (max-width: 450px) {
            .gunlukGazete .kutu .kutuYazi .yazi img {
              bottom: 50px;
              width: 120px; } }
      .gunlukGazete .kutu .kutuYazi ul {
        margin-top: 30px;
        padding: 0;
        list-style-type: none;
        font-size: 12px;
        font-weight: 500; }
      .gunlukGazete .kutu .kutuYazi li {
        position: relative;
        padding-left: 20px;
        margin-bottom: 15px; }
        .gunlukGazete .kutu .kutuYazi li::before {
          content: '';
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          display: block;
          width: 13px;
          height: 13px;
          background-color: #db333b;
          border-radius: 50%; }
      .gunlukGazete .kutu .kutuYazi .links {
        display: flex;
        justify-content: flex-end; }
        .gunlukGazete .kutu .kutuYazi .links a {
          padding: 0 15px;
          height: 44px;
          line-height: 44px;
          text-align: center;
          text-decoration: none;
          border-radius: 5px;
          margin: 0 5px;
          color: #fff;
          font-weight: 500;
          display: block;
          transition: background-color 0.4s;
          background-color: #db333b; }
          .gunlukGazete .kutu .kutuYazi .links a:hover {
            background-color: #ba2128; }
        .gunlukGazete .kutu .kutuYazi .links a.second {
          background-color: #dfdfdf;
          color: #333; }
          .gunlukGazete .kutu .kutuYazi .links a.second:hover {
            background-color: #c6c6c6; }
  @media (max-width: 1000px) {
    .gunlukGazete {
      display: block; }
      .gunlukGazete .kutu {
        width: 100%;
        margin-bottom: 15px; } }

.contentCentet {
  text-align: center; }

.arsivveOzelBaslik {
  width: 100%;
  margin-bottom: 15px;
  background: #252525;
  padding: 15px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  border-radius: 15px; }

.arsiveOzel {
  display: flex;
  justify-content: space-between; }
  .arsiveOzel .arsivKutu {
    position: relative;
    width: 32.3%;
    display: flex;
    min-height: 490px;
    flex-direction: column;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 15px;
    transition: all 0.3s;
    text-decoration: none; }
    .arsiveOzel .arsivKutu .resim {
      width: 150px;
      padding: 25px;
      border-radius: 100%;
      text-align: center;
      margin: 0 auto;
      /*transition: all 0.3s;*/ }
      .arsiveOzel .arsivKutu .resim img {
        max-width: 100%; }
    .arsiveOzel .arsivKutu .baslik {
      text-align: center;
      margin: 15px -15px;
      font-size: 25px;
      color: #000;
      transition: all 0.5s; }
    .arsiveOzel .arsivKutu p {
      text-align: center;
      margin: 15px 0;
      font-size: 14px;
      color: #000;
      transition: all 0.5s; }
    .arsiveOzel .arsivKutu .satinAl {
      position: absolute;
      bottom: 10px;
      left: 0;
      right: 0;
      width: 95%;
      height: 45px;
      line-height: 45px;
      border-radius: 5px;
      text-align: center;
      color: #fff;
      text-decoration: none;
      background: #db333b;
      margin: 0 auto;
      transition: all 0.5s; }
    .arsiveOzel .arsivKutu:hover {
      background: #f7f7f7;
      color: #fff; }
  @media (max-width: 1000px) {
    .arsiveOzel {
      display: block; }
      .arsiveOzel .arsivKutu {
        width: 100%;
        margin-top: 10px; } }

.arsiveOzel2 {
  display: flex;
  justify-content: space-between !important;
  margin-top: 15px; }
  .arsiveOzel2 .arsivKutu {
    position: relative;
    width: 24%;
    display: flex;
    min-height: 490px;
    flex-direction: column;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 15px;
    transition: all 0.3s;
    text-decoration: none; }
    .arsiveOzel2 .arsivKutu .resim {
      width: 150px;
      padding: 25px;
      border-radius: 100%;
      text-align: center;
      margin: 0 auto; }
      .arsiveOzel2 .arsivKutu .resim img {
        max-width: 100%; }
    .arsiveOzel2 .arsivKutu .baslik {
      text-align: center;
      margin: 15px 0;
      font-size: 25px;
      color: #000; }
    .arsiveOzel2 .arsivKutu p {
      text-align: center;
      margin: 15px 0;
      font-size: 14px;
      color: #000; }
    .arsiveOzel2 .arsivKutu .satinAl {
      position: absolute;
      bottom: 10px;
      left: 0;
      right: 0;
      width: 95%;
      height: 45px;
      line-height: 45px;
      border-radius: 5px;
      text-align: center;
      color: #fff;
      text-decoration: none;
      background: #db333b;
      margin: 0 auto;
      transition: background 0.4s ease; }
    .arsiveOzel2 .arsivKutu:hover {
      background: #f7f7f7;
      color: #fff; }
      .arsiveOzel2 .arsivKutu:hover .satinAl {
        background: #333 !important; }
  @media (max-width: 1000px) {
    .arsiveOzel2 {
      display: block; }
      .arsiveOzel2 .arsivKutu {
        width: 100%;
        margin-top: 10px; } }

.subscriptionPackages {
  margin-top: 80px;
  margin-bottom: 74px; }
  .subscriptionPackages table {
    overflow: hidden;
    width: 100%;
    border-spacing: 0;
    border: 1px solid #db333b;
    border-radius: 15px; }
  .subscriptionPackages thead {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border: 0;
    height: 72px;
    background-color: #db333b;
    color: #fff;
    font-size: 18px; }
    .subscriptionPackages thead td {
      text-align: center;
      padding: 24px 0; }
  .subscriptionPackages tbody {
    font-size: 13px; }
    .subscriptionPackages tbody td {
      padding: 20px 25px;
      border: 1px solid #d8d8d8; }
    .subscriptionPackages tbody td:nth-child(2) {
      color: #32a048;
      text-align: center;
      font-size: 21px; }
    .subscriptionPackages tbody td:nth-child(3) {
      color: #32a048;
      text-align: center;
      font-size: 21px; }
  .subscriptionPackages .subscriptionPackagesTitle {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px; }
  .subscriptionPackages p {
    font-size: 13px;
    margin-top: 20px; }
  .subscriptionPackages span {
    color: #ff0000; }

.secureLogos {
  display: flex;
  justify-content: center;
  margin-bottom: 50px; }
  .secureLogos img {
    max-width: 100%; }

.upButton {
  position: fixed;
  bottom: 50px;
  padding: 10px 15px;
  right: 50px;
  font-size: 24px;
  background: #252525;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.4s;
  display: none; }
  .upButton:hover {
    background: #d1333a; }

#specs {
  padding-top: 100px; }

.notice {
  width: 100%;
  text-align: center;
  font-size: 23px; }

.contentWrapper {
  position: relative;
  width: 100%;
  margin: 35px 0; }
  .contentWrapper p {
    margin-bottom: 5px; }
  .contentWrapper ul {
    display: table;
    margin-left: 30px;
    padding: 5px; }
  .contentWrapper .contentTitle {
    font-size: 28px;
    color: #252525;
    font-weight: 500;
    margin-bottom: 25px; }
  .contentWrapper h2.contentTitle {
    font-size: 24px; }
  .contentWrapper .contentInformation {
    color: #252525;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 25px; }
    .contentWrapper .contentInformation a {
      color: #db333b; }
    .contentWrapper .contentInformation .hesap {
      color: #fff; }
    .contentWrapper .contentInformation i.fa-times {
      color: #c90003 !important; }
    .contentWrapper .contentInformation .contentInfoText {
      display: inline-block;
      width: 69%;
      vertical-align: top; }
    .contentWrapper .contentInformation .contentInfoImage {
      display: inline-block;
      width: 29%; }
      .contentWrapper .contentInformation .contentInfoImage img {
        margin: 0 auto 10px auto;
        width: 100%; }
    @media (max-width: 767px) {
      .contentWrapper .contentInformation .contentInfoText {
        width: 100%; }
      .contentWrapper .contentInformation .contentInfoImage {
        width: 50%; } }
    @media (max-width: 550px) {
      .contentWrapper .contentInformation .contentInfoImage {
        width: 100%; } }
    .contentWrapper .contentInformation .contentBgWrapper {
      position: relative;
      width: 100%;
      margin-bottom: 15px; }
    .contentWrapper .contentInformation .contentBgWrapper3 {
      position: relative;
      width: 100%;
      display: block;
      font-weight: 400;
      background: #f0f0f0;
      padding: 10px;
      margin-top: 15px;
      width: 100%;
      font-size: 14px;
      color: #252525;
      z-index: 1;
      transition: all 0.4s; }
      .contentWrapper .contentInformation .contentBgWrapper3:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 0%;
        height: 100%;
        background: #c90003;
        transition: all 0.4s;
        z-index: -1; }
      .contentWrapper .contentInformation .contentBgWrapper3:hover:after {
        width: 100%; }
      .contentWrapper .contentInformation .contentBgWrapper3:hover {
        color: #fff; }
    .contentWrapper .contentInformation .contentTitleBg {
      font-size: 23px;
      color: #252525;
      font-weight: 400;
      margin-bottom: 25px;
      background: #f0f0f0;
      padding: 15px; }
    .contentWrapper .contentInformation .contentTitleBg2 {
      font-size: 23px;
      color: #252525;
      font-weight: 400;
      background: #f0f0f0;
      padding: 15px;
      margin-top: 15px; }
      .contentWrapper .contentInformation .contentTitleBg2 a {
        font-size: 14px;
        color: #000; }
    .contentWrapper .contentInformation .contentTitleBg3 {
      font-size: 23px;
      color: #252525;
      font-weight: 400;
      background: #f0f0f0;
      padding: 10px;
      margin-top: 15px;
      width: 100%; }
      .contentWrapper .contentInformation .contentTitleBg3 a {
        font-size: 14px;
        color: #252525; }
    .contentWrapper .contentInformation .contentInfoBg {
      font-size: 14px;
      color: #252525;
      font-weight: 500;
      margin-bottom: 25px;
      padding: 0 15px; }
      .contentWrapper .contentInformation .contentInfoBg a {
        color: #db333b; }

.contentForm {
  position: relative;
  width: 100%;
  margin: 35px 0;
  background: #f0f0f0;
  padding: 25px; }
  .contentForm .contentTitle {
    font-size: 24px;
    color: #252525;
    font-weight: 400;
    margin-bottom: 25px;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 25px; }
  .contentForm .contentInformation {
    font-size: 14px;
    color: #252525;
    font-weight: 400;
    margin-bottom: 25px; }
  .contentForm form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .contentForm form .formEl2 button {
      width: 150px;
      height: 45px;
      line-height: 45px;
      font-size: 17px;
      font-weight: 600;
      outline: 0;
      border: 0;
      text-align: center;
      padding: 0;
      margin-right: 15px;
      cursor: pointer; }
      .contentForm form .formEl2 button:first-child {
        margin-left: auto; }
    @media (max-width: 500px) {
      .contentForm form .formEl2 {
        width: 100%;
        display: flex;
        justify-content: space-between; }
        .contentForm form .formEl2 button {
          width: 49%;
          margin-right: 0; } }
    .contentForm form .formEl {
      width: 49%;
      display: flex;
      margin-bottom: 15px;
      border: none;
      border-radius: 5px;
      overflow: hidden; }
      .contentForm form .formEl label {
        width: 10%;
        height: 48px;
        line-height: 48px;
        background: #ce6365;
        color: #fff;
        font-size: 19px;
        text-align: center;
        transition: all 0.2s; }
        @media (max-width: 500px) {
          .contentForm form .formEl label {
            width: 15%; } }
      .contentForm form .formEl label.captchaBtn {
        cursor: pointer; }
        .contentForm form .formEl label.captchaBtn:hover {
          background-color: #ba2128; }
      .contentForm form .formEl input {
        width: 90%;
        height: 48px;
        line-height: 48px;
        padding: 0 15px;
        outline: 0;
        border: 0;
        color: #252525;
        font-size: 15px;
        font-weight: 500;
        transition: all 0.2s; }
        .contentForm form .formEl input::placeholder {
          color: #a3a3a3;
          font-size: 15px;
          font-weight: 500; }
        .contentForm form .formEl input:focus {
          width: 100%; }
        @media (max-width: 500px) {
          .contentForm form .formEl input {
            width: 85%; } }
      .contentForm form .formEl img {
        object-fit: contain;
        margin-right: 15px; }
      @media (max-width: 1000px) {
        .contentForm form .formEl {
          width: 100%; }
          .contentForm form .formEl button:first-child {
            margin-left: 0; } }
    .contentForm form .formEl,
    .contentForm form .formTextarea {
      border-color: #4caf50; }
      .contentForm form .formEl label,
      .contentForm form .formTextarea label {
        background-color: #4caf50; }
    .contentForm form .formEl.invalid,
    .contentForm form .formTextarea.invalid {
      border-color: #db333b; }
      .contentForm form .formEl.invalid label,
      .contentForm form .formTextarea.invalid label {
        background-color: #db333b; }
    .contentForm form .refreshBtn {
      background-color: #db333b;
      color: #fff;
      width: 45px;
      height: 45px;
      line-height: 45px;
      text-align: center;
      border-radius: 5px; }
    .contentForm form .formInfo {
      width: 100%;
      margin-bottom: 15px; }
    .contentForm form .formTextarea {
      width: 100%;
      display: flex;
      margin-bottom: 15px;
      font-family: 'Poppins', sans-serif;
      border: 2px solid #ce6365; }
      .contentForm form .formTextarea textarea {
        width: 100%;
        height: 150px;
        padding: 15px;
        outline: 0;
        border: 0;
        color: #a3a3a3;
        font-size: 15px;
        font-weight: 500;
        transition: all 0.2s;
        font-family: 'Poppins', sans-serif; }
        .contentForm form .formTextarea textarea::placeholder {
          color: #a3a3a3;
          font-size: 15px;
          font-weight: 500; }
        .contentForm form .formTextarea textarea:focus {
          width: 100%; }

.bg1,
.button-default {
  background: #fff;
  color: #252525;
  transition: background, color, 0.4s; }
  .bg1:hover,
  .button-default:hover {
    background: #252525;
    color: #fff; }

.bg2,
.button-red {
  background: #db333b;
  color: #fff;
  transition: background, color, 0.4s; }
  .bg2:hover,
  .button-red:hover {
    background: #252525;
    color: #fff; }
  .bg2[disabled],
  .button-red[disabled] {
    background-color: #a3a3a3;
    cursor: not-allowed !important; }

.pdfPackage {
  display: flex;
  padding: 25px;
  border: 1px solid #aacc00;
  width: 100%;
  margin-top: 25px; }
  .pdfPackage .pdfInfo {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #aacc00;
    color: #fff;
    font-size: 22px;
    border-radius: 50%; }
  .pdfPackage .pdfText {
    padding: 0 15px; }
    .pdfPackage .pdfText .pdfTitle {
      font-size: 22px;
      font-weight: 600; }
    .pdfPackage .pdfText p {
      font-size: 14px;
      font-weight: 400; }
  @media (max-width: 1000px) {
    .pdfPackage {
      display: block; }
      .pdfPackage .pdfInfo {
        display: block; }
      .pdfPackage .pdfText {
        width: 100%;
        padding: 0px; } }

.pdfRadio {
  display: flex;
  flex-direction: column; }
  .pdfRadio label {
    display: flex;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.375em;
    /* Accessible outline */
    /* Remove comment to use */
    /*
		&:focus-within {
				outline: .125em solid $primary-color;
		}
	*/ }
    .pdfRadio label input {
      position: absolute;
      left: -9999px; }
      .pdfRadio label input:checked + span {
        background-color: #f9dee0; }
        .pdfRadio label input:checked + span:before {
          box-shadow: inset 0 0 0 0.4375em #db333b; }
    .pdfRadio label span {
      display: flex;
      align-items: center;
      padding: 0.375em 0.75em 0.375em 0.375em;
      border-radius: 99em;
      transition: 0.25s ease; }
      .pdfRadio label span:hover {
        background-color: #f9dee0; }
      .pdfRadio label span:before {
        display: flex;
        flex-shrink: 0;
        content: '';
        background-color: #fff;
        width: 1.5em;
        height: 1.5em;
        border-radius: 50%;
        margin-right: 0.375em;
        transition: 0.25s ease;
        box-shadow: inset 0 0 0 0.125em #db333b; }

.buttonsWrapper {
  display: flex; }
  .buttonsWrapper .buttons {
    display: block;
    width: 150px;
    height: 45px;
    line-height: 45px;
    font-size: 17px;
    font-weight: 600;
    outline: 0;
    border: 0;
    text-align: center;
    padding: 0;
    margin-right: 15px;
    cursor: pointer;
    color: #fff !important;
    text-decoration: none !important;
    margin: 25px 0; }

.formDown {
  font-size: 14px;
  color: #252525;
  font-weight: 400;
  border-top: 1px solid #d7d7d7;
  padding-top: 25px; }

#options caption {
  font-weight: 600;
  margin-bottom: 10px; }

#options .option {
  margin-top: 30px; }

#options table {
  text-align: center;
  width: 100%; }

#options table,
#options th,
#options td {
  border: 1px solid black;
  border-spacing: 0;
  border-collapse: collapse; }

.tableWrapper {
  display: flex;
  justify-content: center;
  margin: 30px 0; }

.optionsPdfTable {
  width: 350px !important; }
  .optionsPdfTable th,
  .optionsPdfTable td {
    padding: 15px; }

.contentText {
  position: relative;
  width: 100%;
  margin: 35px 0;
  background: #f0f0f0;
  padding: 25px; }
  .contentText ul li {
    font-size: 14px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d7d7d7; }
  .contentText ul li:last-child {
    border-bottom: 0px solid #d7d7d7; }
  .contentText span {
    color: #c90003; }

.kirmiziYazi {
  color: #c90003; }

.subCardWrapper,
.subCardWrapper2 {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  flex-wrap: wrap; }
  .subCardWrapper .card,
  .subCardWrapper2 .card {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 19%;
    padding: 15px;
    background: #e9e9e9;
    border-radius: 5px; }
    .subCardWrapper .card i,
    .subCardWrapper2 .card i {
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      background: #c90003;
      color: #fff;
      font-size: 18px;
      border-radius: 50%; }
    .subCardWrapper .card .information,
    .subCardWrapper .card .information-title,
    .subCardWrapper2 .card .information,
    .subCardWrapper2 .card .information-title {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      height: 100px;
      padding: 15px 0;
      font-size: 14px;
      color: #252525;
      border-bottom: 1px solid #d4d4d4;
      text-align: center; }
      .subCardWrapper .card .information:last-child,
      .subCardWrapper .card .information-title:last-child,
      .subCardWrapper2 .card .information:last-child,
      .subCardWrapper2 .card .information-title:last-child {
        border-bottom: 0px solid #d4d4d4; }
      .subCardWrapper .card .information b,
      .subCardWrapper .card .information-title b,
      .subCardWrapper2 .card .information b,
      .subCardWrapper2 .card .information-title b {
        font-size: 1.1em; }
      .subCardWrapper .card .information span,
      .subCardWrapper .card .information-title span,
      .subCardWrapper2 .card .information span,
      .subCardWrapper2 .card .information-title span {
        color: #c90003; }
      .subCardWrapper .card .information i,
      .subCardWrapper .card .information-title i,
      .subCardWrapper2 .card .information i,
      .subCardWrapper2 .card .information-title i {
        display: block;
        background: none !important;
        color: #149a54;
        width: auto;
        height: auto;
        line-height: normal;
        margin-top: 10px;
        margin-bottom: 0; }
    .subCardWrapper .card .information-title,
    .subCardWrapper2 .card .information-title {
      justify-content: center;
      height: auto; }
  @media (min-width: 700px) and (max-width: 1000px) {
    .subCardWrapper,
    .subCardWrapper2 {
      display: flex; }
      .subCardWrapper .card,
      .subCardWrapper2 .card {
        width: 49% !important;
        margin-bottom: 15px; } }
  @media (max-width: 700px) {
    .subCardWrapper,
    .subCardWrapper2 {
      display: block; }
      .subCardWrapper .card,
      .subCardWrapper2 .card {
        width: 100% !important;
        margin-bottom: 15px; } }

.subCardWrapper2 .card {
  width: 24%; }

.sideContent {
  display: flex;
  position: relative;
  justify-content: space-between !important;
  width: 100%; }
  .sideContent .leftside {
    display: flex;
    flex-direction: column;
    width: 69%; }
  .sideContent .rightSide {
    width: 30%;
    position: relative !important;
    right: 0; }
    .sideContent .rightSide img {
      max-width: 100%;
      width: 350px;
      height: 350px; }
  @media (max-width: 1000px) {
    .sideContent {
      display: block; }
      .sideContent .leftside {
        width: 100%; }
      .sideContent .rightSide {
        display: none; } }

footer section {
  background-color: #c90003;
  color: #fff;
  font-size: 15px; }
  footer section .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px; }
  footer section a {
    color: #fff;
    text-decoration: none;
    transition: opacity 0.4s; }
    footer section a:hover {
      opacity: 0.6; }

footer section.second {
  background-color: #000; }
  footer section.second .wrapper {
    height: 64px; }

footer .footerLinks span {
  margin: 0 10px; }

footer .developer {
  font-size: 13px;
  color: black;
  font-family: arial;
  font-weight: 500;
  color: #fff; }
  footer .developer a {
    color: #fff;
    font-weight: 600; }

footer .appLinks {
  margin-top: 7px; }
  footer .appLinks a {
    height: 34px;
    display: inline-block; }
  footer .appLinks img {
    width: 111px;
    height: 34px;
    margin-right: 11px; }

@media (max-width: 1000px) {
  footer section .wrapper,
  footer section.second .wrapper {
    flex-direction: column;
    height: auto; }
  footer section .wrapper > *,
  footer section.second .wrapper > * {
    width: 100%;
    text-align: center;
    padding: 15px 0; } }

body.login {
  width: 100%;
  height: 100vh;
  background: url(/assets/img/loginBg.jpg) center no-repeat;
  background-size: cover; }

.loginWrapper {
  margin: 50px auto;
  width: 960px;
  height: 445px;
  cursor: default; }
  .loginWrapper .logo {
    position: relative;
    width: 100%; }
    .loginWrapper .logo img {
      width: 319px;
      max-width: 100%; }
  .loginWrapper .wrapper3 {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    background: #fff;
    box-shadow: 0px 8px 38.8px 1.2px rgba(0, 0, 0, 0.08); }
    .loginWrapper .wrapper3 .leftSide {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 50%;
      height: 100%;
      padding: 25px;
      background: #f5f5f5; }
      .loginWrapper .wrapper3 .leftSide img {
        width: 414px;
        max-width: 100%;
        animation: image 2s linear infinite; }

@keyframes image {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.05); }
  100% {
    transform: scale(1); } }
    .loginWrapper .wrapper3 .rightSide {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 50%;
      height: 100%;
      padding: 25px;
      background: #fff; }
      .loginWrapper .wrapper3 .rightSide .baslik {
        font-size: 21px;
        color: #4e4854;
        font-weight: 700;
        margin-bottom: 15px; }
        .loginWrapper .wrapper3 .rightSide .baslik font {
          color: #c90003; }
        .loginWrapper .wrapper3 .rightSide .baslik span {
          display: block;
          font-weight: 400;
          font-size: 17px;
          color: #4e4854; }
      .loginWrapper .wrapper3 .rightSide form {
        position: relative;
        width: 100%; }
        .loginWrapper .wrapper3 .rightSide form input {
          position: relative;
          width: 100%;
          height: 45px;
          line-height: 45px;
          border: 1px solid #e0e0e0;
          outline: 0;
          border-radius: 5px;
          font-weight: 600;
          font-size: 14px;
          margin-bottom: 3%;
          margin-top: 3%;
          padding: 0 15px;
          transition: all 0.4s; }
          .loginWrapper .wrapper3 .rightSide form input::placeholder {
            font-weight: 500;
            color: #a7a7a7;
            font-size: 14px; }
          .loginWrapper .wrapper3 .rightSide form input:focus {
            border: 1px solid #000 !important; }
        .loginWrapper .wrapper3 .rightSide form button {
          width: 160px;
          height: 50px;
          line-height: 50px;
          text-align: center;
          color: #fff;
          font-size: 17px;
          border: 0;
          outline: 0;
          border-radius: 5px;
          background: #c90003;
          cursor: pointer;
          margin-bottom: 3%;
          margin-top: 3%;
          transition: all 0.3s; }
        .loginWrapper .wrapper3 .rightSide form button:disabled {
          opacity: 0.4; }
        .loginWrapper .wrapper3 .rightSide form button:hover {
          background: #252525; }
  @media (max-width: 1000px) {
    .loginWrapper {
      position: relative;
      width: 70%;
      height: auto;
      padding: 15px; }
      .loginWrapper .wrapper3 {
        display: block; }
        .loginWrapper .wrapper3 .leftSide {
          display: none; }
        .loginWrapper .wrapper3 .rightSide {
          position: relative;
          display: block;
          width: 100%;
          height: 100%; } }
  @media (max-width: 650px) {
    .loginWrapper {
      position: relative;
      width: 100%;
      height: auto;
      padding: 15px; }
      .loginWrapper .wrapper3 {
        display: block; }
        .loginWrapper .wrapper3 .leftSide {
          display: none; }
        .loginWrapper .wrapper3 .rightSide {
          position: relative;
          display: block;
          width: 100%;
          height: 100%; } }

.flex {
  display: flex;
  margin-bottom: 10px;
  margin-top: 10px; }

.flexcolumn a {
  color: #147c93; }

.flexcolumn a:hover {
  text-decoration: underline; }

.items-flex-end {
  align-items: flex-end; }

.items-center {
  align-items: center; }

.space-between {
  justify-content: space-between;
  margin-bottom: 10px; }

.displayNone {
  display: none; }

.checkmark {
  position: relative;
  width: 19px;
  height: 19px;
  display: block;
  border-radius: 4px;
  border: 2px solid #c90003;
  background-color: #fff;
  transition: background-color 0.4s;
  margin-right: 10px;
  cursor: pointer; }

.flex label {
  cursor: pointer; }

.checkmark::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 14px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%) rotate(40deg);
  opacity: 0;
  transition: opacity 0.4s; }

.check:checked ~ .checkmark {
  background-color: #c90003; }

.check:checked ~ .checkmark::after {
  opacity: 1; }

.line {
  display: block;
  width: 1px;
  height: 15px;
  background-color: #c90003; }

.regLink {
  color: #c90003;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px; }

.regLink:hover {
  color: #252525; }

@media (max-width: 400px) {
  .rememberText {
    font-size: 13px; } }

.passwordLink {
  color: #252525;
  text-decoration: none;
  height: 22px; }
  @media (max-width: 400px) {
    .passwordLink {
      font-size: 13px; } }

.passwordLink:hover {
  color: #147b93; }

.reader {
  /*background-color: #cccccc;*/ }

.stepsWrapper {
  width: 100%;
  margin-bottom: 15px; }
  .stepsWrapper .steps {
    display: flex;
    height: 60px;
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden; }
    .stepsWrapper .steps .step,
    .stepsWrapper .steps .step2 {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 25%;
      height: 100%;
      background: #fff;
      text-align: center; }
    .stepsWrapper .steps .step2 {
      width: 33.3%; }
    .stepsWrapper .steps .stepActive {
      background: #ce6365;
      color: #fff; }
    @media (max-width: 1000px) {
      .stepsWrapper .steps .step {
        display: block; } }

.subscription {
  position: relative;
  width: 100%;
  margin: 35px 0;
  background: #f0f0f0;
  padding: 25px; }
  .subscription .subscriptionTitle {
    font-size: 24px;
    color: #252525;
    font-weight: 400;
    margin-bottom: 25px;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 25px; }
    .subscription .subscriptionTitle h2 {
      font-weight: 500;
      font-size: 24px; }
  .subscription .subscriptionInformation {
    font-size: 14px;
    color: #252525;
    font-weight: 400;
    margin-bottom: 25px; }

.subscriptionContentInfo {
  font-size: 12px;
  color: #252525;
  font-weight: 400;
  margin-top: 25px;
  border-top: 1px solid #d7d7d7;
  padding: 25px 0; }
  .subscriptionContentInfo span {
    color: #c90003; }

.stepForm {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
  margin-top: 10px; }
  .stepForm button, .stepForm .verifyButton {
    width: 150px;
    height: 45px;
    line-height: 45px;
    font-size: 17px;
    font-weight: 600;
    outline: 0;
    border: 0;
    text-align: center;
    padding: 0;
    cursor: pointer;
    border-radius: 5px; }
  .stepForm .verifyButton {
    max-width: 400px;
    width: 100%; }
  @media (max-width: 500px) {
    .stepForm {
      width: 100%;
      display: flex;
      justify-content: space-between; }
      .stepForm button {
        width: 49%;
        margin-right: 0; } }
  .stepForm .formEl {
    width: 49%;
    display: flex;
    margin-bottom: 15px;
    border: none;
    border-radius: 5px;
    overflow: hidden; }
    .stepForm .formEl label {
      width: 10%;
      height: 48px;
      line-height: 48px;
      background: #ce6365;
      color: #fff;
      font-size: 19px;
      text-align: center;
      transition: all 0.2s; }
    .stepForm .formEl label.captchaBtn {
      cursor: pointer; }
      .stepForm .formEl label.captchaBtn:hover {
        background-color: #ba2128; }
    .stepForm .formEl input {
      width: 90%;
      height: 48px;
      line-height: 48px;
      padding: 0 15px;
      outline: 0;
      border: 0;
      color: #252525;
      font-size: 15px;
      font-weight: 500;
      transition: all 0.2s;
      margin-top: -1px; }
      .stepForm .formEl input::placeholder {
        color: #a3a3a3;
        font-size: 15px;
        font-weight: 500; }
      .stepForm .formEl input:focus {
        width: 100%; }
    .stepForm .formEl img {
      object-fit: contain;
      margin-right: 15px; }
    @media (max-width: 1000px) {
      .stepForm .formEl {
        width: 100%; }
        .stepForm .formEl button:first-child {
          margin-left: 0; } }
  .stepForm .formEl label,
  .stepForm .formTextarea label {
    background-color: #4CAF50; }
  .stepForm .formEl.invalid label,
  .stepForm .formTextarea.invalid label {
    background-color: #db333b !important; }
  .stepForm .refreshBtn {
    background-color: #db333b;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 5px; }
  .stepForm .formInfo {
    width: 100%;
    margin-bottom: 15px; }
  .stepForm .formTextarea {
    width: 100%;
    display: flex;
    margin-bottom: 15px; }
    .stepForm .formTextarea textarea {
      width: 100%;
      height: 150px;
      padding: 15px;
      outline: 0;
      border: 0;
      color: #252525;
      font-size: 15px;
      font-weight: 500;
      transition: all 0.2s; }
      .stepForm .formTextarea textarea::placeholder {
        color: #a3a3a3;
        font-size: 15px;
        font-weight: 500; }
      .stepForm .formTextarea textarea:focus {
        width: 100%; }

.service {
  display: block;
  position: relative;
  padding: 25px;
  background: #fff;
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden; }
  .service h1 {
    font-size: 17px;
    color: #252525;
    font-weight: 400; }
    .service h1 span {
      font-weight: 600; }
  .service .serviceInformation {
    margin: 15px 0; }
    .service .serviceInformation .serviceInfoBox {
      display: flex;
      margin-bottom: 25px;
      align-items: center; }
      .service .serviceInformation .serviceInfoBox .infoBoxSolid {
        font-size: 14px;
        color: #252525;
        font-weight: 400;
        border-bottom: 2px solid #c90003;
        padding-bottom: 10px;
        margin-left: 15px; }
      .service .serviceInformation .serviceInfoBox .infoBoxSolid2 {
        color: #252525;
        font-weight: 400;
        border-bottom: 2px solid #c90003;
        padding-bottom: 10px; }
      .service .serviceInformation .serviceInfoBox .stayHome {
        font-size: 17px;
        color: #c90003;
        font-weight: 600; }
      .service .serviceInformation .serviceInfoBox .control {
        display: flex;
        width: 100px;
        height: 40px; }
        .service .serviceInformation .serviceInfoBox .control .bttn-left {
          border-top-left-radius: 5px;
          border-bottom-left-radius: 5px; }
        .service .serviceInformation .serviceInfoBox .control .input {
          width: calc(100px * 0.5);
          padding: 0;
          margin: 0;
          text-align: center;
          border-top: 1px solid black;
          border-bottom: 1px solid black;
          border-left: none;
          border-right: none; }
        .service .serviceInformation .serviceInfoBox .control a.bttn {
          color: black;
          text-decoration: none; }
        .service .serviceInformation .serviceInfoBox .control a.bttn, .service .serviceInformation .serviceInfoBox .control .bttn {
          width: calc(100px * 0.5);
          padding: 0;
          text-align: center;
          border: 1px solid black;
          box-shadow: none;
          background-color: white;
          font-size: 24px; }
          .service .serviceInformation .serviceInfoBox .control a.bttn span, .service .serviceInformation .serviceInfoBox .control .bttn span {
            margin: auto !important; }
        .service .serviceInformation .serviceInfoBox .control .bttn-right {
          border-top-right-radius: 5px;
          border-bottom-right-radius: 5px; }
      .service .serviceInformation .serviceInfoBox input[type=number]::-webkit-inner-spin-button,
      .service .serviceInformation .serviceInfoBox input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0; }
  @media (max-width: 1000px) {
    .service .serviceInformation .serviceInfoBox {
      display: block; }
      .service .serviceInformation .serviceInfoBox .infoBoxSolid {
        margin-left: 0px; }
      .service .serviceInformation .serviceInfoBox .control {
        margin: 15px 0; } }

.pdfRadioSubTitle {
  margin-right: 15px;
  font-size: 16px;
  color: #252525;
  font-weight: 400; }
  .pdfRadioSubTitle small {
    font-size: 0.7em; }

.pdfRadioSub {
  display: flex;
  align-items: center; }
  .pdfRadioSub label {
    display: flex;
    cursor: pointer;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.375em;
    /* Accessible outline */
    /* Remove comment to use */
    /*
		&:focus-within {
				outline: .125em solid $primary-color;
		}
	*/ }
    .pdfRadioSub label input {
      position: absolute;
      left: -9999px; }
      .pdfRadioSub label input:checked + span {
        background-color: #f6fff7; }
        .pdfRadioSub label input:checked + span:before {
          box-shadow: inset 0 0 0 0.4375em #4CAF50; }
    .pdfRadioSub label span {
      display: flex;
      align-items: center;
      padding: 0.375em 0.75em 0.375em 0.375em;
      border-radius: 99em;
      transition: 0.25s ease; }
      .pdfRadioSub label span:hover {
        background-color: #f6fff7; }
      .pdfRadioSub label span:before {
        display: flex;
        flex-shrink: 0;
        content: "";
        background-color: #fff;
        width: 1.5em;
        height: 1.5em;
        border-radius: 50%;
        margin-right: 0.375em;
        transition: 0.25s ease;
        box-shadow: inset 0 0 0 0.125em #9a9a9a; }
  @media (max-width: 1000px) {
    .pdfRadioSub {
      display: block; } }

.pdfRadioSub2 {
  display: flex;
  align-items: center;
  margin: 15px 0; }
  .pdfRadioSub2 label {
    display: flex;
    cursor: pointer;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.375em;
    /* Accessible outline */
    /* Remove comment to use */
    /*
		&:focus-within {
				outline: .125em solid $primary-color;
		}
	*/ }
    .pdfRadioSub2 label input {
      position: absolute;
      left: -9999px; }
      .pdfRadioSub2 label input:checked + span {
        background-color: #f6fff7; }
        .pdfRadioSub2 label input:checked + span:before {
          box-shadow: inset 0 0 0 0.4375em #4CAF50; }
    .pdfRadioSub2 label span {
      display: flex;
      align-items: center;
      padding: 0.375em 0.75em 0.375em 0.375em;
      border-radius: 99em;
      transition: 0.25s ease; }
      .pdfRadioSub2 label span:hover {
        background-color: #f6fff7; }
      .pdfRadioSub2 label span:before {
        display: flex;
        flex-shrink: 0;
        content: "";
        background-color: #fff;
        width: 1.5em;
        height: 1.5em;
        border-radius: 50%;
        margin-right: 0.375em;
        transition: 0.25s ease;
        box-shadow: inset 0 0 0 0.125em #9a9a9a; }
  @media (max-width: 1000px) {
    .pdfRadioSub2 {
      display: block; } }

.dropSelect select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #f0f0f0;
  background-image: none; }

/* Remove IE arrow */
.dropSelect select::-ms-expand {
  display: none; }

/* Custom Select */
.dropSelect {
  position: relative;
  display: flex;
  width: 15em;
  height: 3em;
  line-height: 3;
  background: #2c3e50;
  overflow: hidden;
  border-radius: .25em; }

.dropSelect select {
  flex: 1;
  padding: 15px;
  color: #252525;
  cursor: pointer;
  font-size: 16px; }

/* Arrow */
.dropSelect::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: #f0f0f0;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease; }

/* Transition */
.dropSelect:hover::after {
  color: #252525; }

.dropSelect select {
  flex: 1;
  padding: 0 .5em;
  color: #252525;
  cursor: pointer; }

.dropSelect select option {
  height: 50px !important; }

@media (max-width: 1000px) {
  .dropSelect {
    width: 100%; } }

.dropSelect2 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #f0f0f0;
  background-image: none;
  background: #fff !important; }

/* Remove IE arrow */
.dropSelect2 select::-ms-expand {
  display: none; }

/* Custom Select */
.dropSelect2 {
  position: relative;
  display: flex;
  width: 100%;
  height: 3em;
  line-height: 3;
  background: #fff !important;
  overflow: hidden;
  border-radius: .25em; }

.dropSelect2 select {
  flex: 1;
  padding: 15px;
  color: #252525;
  cursor: pointer;
  font-size: 16px;
  padding-left: 15px; }

/* Arrow */
.dropSelect2::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: #fff !important;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease; }

/* Transition */
.dropSelect2:hover::after {
  color: #252525; }

.dropSelect2 select {
  flex: 1;
  padding: 0 .5em;
  /*color: #aaa!important;*/
  cursor: pointer;
  padding-left: 15px; }

.dropSelect2 select option {
  height: 50px !important; }

@media (max-width: 1000px) {
  .dropSelect2 select {
    width: 100%; }
  .dropSelect2 {
    width: 100%; } }

.havaleInfo {
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  margin-bottom: 15px; }
  .havaleInfo a {
    color: #c90003; }

.twoBox {
  display: flex;
  margin: 15px 0; }
  .twoBox .right {
    margin-left: 25px;
    width: 150px;
    height: 45px;
    line-height: 45px;
    font-size: 17px;
    font-weight: 600;
    outline: 0;
    border: 0;
    text-align: center;
    padding: 0;
    margin-right: 15px;
    cursor: pointer;
    background: #c90003;
    color: #fff; }
  @media (max-width: 1000px) {
    .twoBox {
      display: block;
      width: 100%;
      position: relative; }
      .twoBox .left {
        display: block;
        width: 100%; }
      .twoBox .right {
        margin-left: 0px;
        width: 100%;
        margin-right: 0px;
        cursor: pointer;
        background: #c90003;
        color: #fff; } }

.havaleBox {
  width: 100%;
  margin-bottom: 15px;
  background: #fff;
  padding: 15px;
  border-left: 5px solid #c90003; }
  .havaleBox input {
    width: 280px;
    font-family: 'Poppins', 'sans-serif';
    font-size: 16px; }
  .havaleBox button {
    background-color: #fff;
    font-size: 18px;
    cursor: pointer; }
  .havaleBox div {
    margin: 0;
    padding: 2px;
    flex: 1; }

.mg15r {
  margin-right: 15px; }
  @media (max-width: 500px) {
    .mg15r {
      margin-right: 0; } }

.stepForm2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .stepForm2 button {
    width: 150px;
    height: 45px;
    line-height: 45px;
    font-size: 17px;
    font-weight: 600;
    outline: 0;
    border: 0;
    text-align: center;
    padding: 0;
    margin-right: 15px;
    cursor: pointer; }
  @media (max-width: 500px) {
    .stepForm2 {
      width: 100%;
      display: flex;
      justify-content: space-between; }
      .stepForm2 button {
        width: 49%;
        margin-right: 0; } }

.hesapBilgileri {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 15px;
  background: #fff;
  padding: 15px;
  width: 100%; }
  .hesapBilgileri a {
    padding: 15px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    margin-left: 25px;
    background: #c90003; }

/*kredikartı*/
.payment-title {
  width: 100%;
  text-align: center; }

.form-container .field-container:first-of-type {
  grid-area: name; }

.form-container .field-container:nth-of-type(2) {
  grid-area: number; }

.form-container .field-container:nth-of-type(3) {
  grid-area: expiration; }

.form-container .field-container:nth-of-type(4) {
  grid-area: security; }

.field-container input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.field-container {
  position: relative; }

.form-container {
  display: grid;
  grid-column-gap: 10px;
  grid-template-columns: auto auto;
  /*    grid-template-rows: 90px 90px 90px;*/
  grid-template-areas: "name name" "number number" "expiration security";
  max-width: 400px;
  padding: 20px;
  color: #707070; }
  @media (max-width: 375px) {
    .form-container {
      grid-template-areas: "name name" "number number" "expiration expiration" "security security"; } }

.taksitSecenek {
  display: flex;
  align-items: center;
  margin: 5px 0px -10px 0px; }

.laststep label {
  font-size: 13px;
  width: 33%; }

.expirationdate input {
  width: 49.3% !important; }

.expirationdate label {
  display: block; }

.stepCard label {
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 13px; }

.stepCard input {
  margin-top: 3px;
  padding: 15px;
  font-size: 16px;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #dcdcdc; }

.stepCard .invalid input {
  border-color: red; }

.ccicon {
  height: 38px;
  position: absolute;
  right: 6px;
  top: calc(50% - 17px);
  width: 60px; }

/* CREDIT CARD IMAGE STYLING */
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important; }

.container {
  width: 100%;
  max-width: 400px;
  max-height: 251px;
  height: 54vw;
  padding: 20px; }

#ccsingle {
  position: absolute;
  right: 15px;
  top: 20px; }

#ccsingle svg {
  width: 100px;
  max-height: 60px; }

.creditcard svg#cardfront,
.creditcard svg#cardback {
  width: 100%;
  -webkit-box-shadow: 1px 5px 6px 0px black;
  box-shadow: 1px 5px 6px 0px black;
  border-radius: 22px; }

#generatecard {
  cursor: pointer;
  float: right;
  font-size: 12px;
  color: #fff;
  padding: 2px 4px;
  background-color: #909090;
  border-radius: 4px;
  cursor: pointer;
  float: right; }

/* CHANGEABLE CARD ELEMENTS */
.creditcard .lightcolor,
.creditcard .darkcolor {
  -webkit-transition: fill .5s;
  transition: fill .5s; }

.creditcard .lightblue {
  fill: #03A9F4; }

.creditcard .lightbluedark {
  fill: #0288D1; }

.creditcard .red {
  fill: #ef5350; }

.creditcard .reddark {
  fill: #d32f2f; }

.creditcard .purple {
  fill: #ab47bc; }

.creditcard .purpledark {
  fill: #7b1fa2; }

.creditcard .cyan {
  fill: #26c6da; }

.creditcard .cyandark {
  fill: #0097a7; }

.creditcard .green {
  fill: #66bb6a; }

.creditcard .greendark {
  fill: #388e3c; }

.creditcard .lime {
  fill: #d4e157; }

.creditcard .limedark {
  fill: #afb42b; }

.creditcard .yellow {
  fill: #ffeb3b; }

.creditcard .yellowdark {
  fill: #f9a825; }

.creditcard .orange {
  fill: #ff9800; }

.creditcard .orangedark {
  fill: #ef6c00; }

.creditcard .grey {
  fill: #bdbdbd; }

.creditcard .greydark {
  fill: #616161; }

/* FRONT OF CARD */
#svgname {
  text-transform: uppercase; }

#cardfront .st2 {
  fill: #FFFFFF; }

#cardfront .st3 {
  font-family: 'Source Code Pro', monospace;
  font-weight: 600; }

#cardfront .st4 {
  font-size: 54.7817px; }

#cardfront .st5 {
  font-family: 'Source Code Pro', monospace;
  font-weight: 400; }

#cardfront .st6 {
  font-size: 33.1112px; }

#cardfront .st7 {
  opacity: 0.6;
  fill: #FFFFFF; }

#cardfront .st8 {
  font-size: 24px; }

#cardfront .st9 {
  font-size: 36.5498px; }

#cardfront .st10 {
  font-family: 'Source Code Pro', monospace;
  font-weight: 300; }

#cardfront .st11 {
  font-size: 16.1716px; }

#cardfront .st12 {
  fill: #4C4C4C; }

/* BACK OF CARD */
#cardback .st0 {
  fill: none;
  stroke: #0F0F0F;
  stroke-miterlimit: 10; }

#cardback .st2 {
  fill: #111111; }

#cardback .st3 {
  fill: #F2F2F2; }

#cardback .st4 {
  fill: #D8D2DB; }

#cardback .st5 {
  fill: #C4C4C4; }

#cardback .st6 {
  font-family: 'Source Code Pro', monospace;
  font-weight: 400; }

#cardback .st7 {
  font-size: 27px; }

#cardback .st8 {
  opacity: 0.6; }

#cardback .st9 {
  fill: #FFFFFF; }

#cardback .st10 {
  font-size: 24px; }

#cardback .st11 {
  fill: #EAEAEA; }

#cardback .st12 {
  font-family: 'Rock Salt', cursive; }

#cardback .st13 {
  font-size: 37.769px; }

/* FLIP ANIMATION */
.container {
  perspective: 1000px; }

.creditcard {
  width: 100%;
  max-width: 400px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: -webkit-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  cursor: pointer; }

.creditcard .front,
.creditcard .back {
  position: absolute;
  width: 100%;
  max-width: 400px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  color: #47525d; }

.creditcard .back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.creditcard.flipped {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }

/* Havale başvurusu */
.havale {
  position: relative;
  width: 100%;
  margin: 35px 0;
  background: #f0f0f0; }
  .havale .havaleTitle {
    position: relative;
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    padding: 25px;
    background: #4CAF50; }
    .havale .havaleTitle h2 {
      font-weight: 500;
      font-size: 24px; }
    .havale .havaleTitle::after {
      position: absolute;
      content: '';
      right: 37px;
      top: 40%;
      transform: rotate(45deg) translateY(-50%);
      height: 24px;
      width: 15px;
      border-bottom: 5px solid #fff;
      border-right: 5px solid #fff; }
    .havale .havaleTitle::before {
      position: absolute;
      content: '';
      right: 12px;
      top: 50%;
      transform: translateY(-50%);
      width: 50px;
      height: 50px;
      border: 1px solid #fff;
      border-radius: 50%; }
  .havale .havaleInformation {
    font-size: 14px;
    color: #252525;
    font-weight: 400;
    line-height: 2;
    padding: 25px; }
    .havale .havaleInformation ul {
      margin-bottom: 45px; }
    .havale .havaleInformation li {
      padding-left: 20px;
      list-style-type: none; }

.havaleInfoWrap {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.havaleResim {
  width: 45%; }

.havale2 {
  position: relative;
  width: 100%;
  margin: 35px 0;
  background: #f0f0f0; }
  .havale2 .havaleTitle {
    position: relative;
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    padding: 25px;
    background: #c90003; }
    .havale2 .havaleTitle h2 {
      font-weight: 500;
      font-size: 24px; }
    .havale2 .havaleTitle::after {
      position: absolute;
      content: '';
      right: 30px;
      margin: auto;
      top: 0;
      bottom: 0;
      height: 2px;
      width: 30px;
      background: #fff;
      transform: rotate(45deg); }
    .havale2 .havaleTitle::before {
      position: absolute;
      content: '';
      width: 30px;
      height: 2px;
      background: #fff;
      right: 30px;
      margin: auto;
      top: 0;
      bottom: 0;
      transform: rotate(-45deg); }
  .havale2 .havaleInformation {
    font-size: 14px;
    color: #252525;
    font-weight: 400;
    line-height: 2;
    padding: 25px; }
    .havale2 .havaleInformation ul {
      margin-bottom: 45px; }
    .havale2 .havaleInformation li {
      padding-left: 20px;
      list-style-type: none; }

.havaleInfoWrap2 {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.havaleResim2 {
  width: 45%; }

.catalogWrapper {
  width: 100%;
  height: 100%;
  margin: 2rem 0; }
  .catalogWrapper h1 {
    font-size: 28px;
    color: #252525;
    font-weight: 500;
    margin-bottom: 25px; }

.catalogBoxWrapper {
  display: flex;
  gap: 15px; }
  .catalogBoxWrapper .catalogBox {
    width: 19%;
    transition: height 0.3s; }
    .catalogBoxWrapper .catalogBox .catalogTitle {
      padding: 15px;
      width: 100%;
      background: #ececec;
      color: #252525;
      font-size: 17px;
      font-weight: 500; }
    .catalogBoxWrapper .catalogBox .catalogList {
      width: 100%;
      height: 350px;
      background: #f5f5f5;
      overflow-y: auto; }
      .catalogBoxWrapper .catalogBox .catalogList ul li:nth-child(even) {
        background: #ececec; }
      .catalogBoxWrapper .catalogBox .catalogList ul li a, .catalogBoxWrapper .catalogBox .catalogList ul li a:link, .catalogBoxWrapper .catalogBox .catalogList ul li a:visited, .catalogBoxWrapper .catalogBox .catalogList ul li a:active {
        color: #252525;
        font-size: 14px;
        font-weight: 400;
        padding: 10px 15px;
        display: block;
        width: 100%; }
        .catalogBoxWrapper .catalogBox .catalogList ul li a.active, .catalogBoxWrapper .catalogBox .catalogList ul li a:link.active, .catalogBoxWrapper .catalogBox .catalogList ul li a:visited.active, .catalogBoxWrapper .catalogBox .catalogList ul li a:active.active {
          font-weight: 600;
          color: #c90003; }
      .catalogBoxWrapper .catalogBox .catalogList ul li a:hover {
        font-weight: 600; }
      .catalogBoxWrapper .catalogBox .catalogList ul li:hover a {
        font-weight: 600; }
  .catalogBoxWrapper .catalogBox[data-show="1"] {
    height: auto; }
  .catalogBoxWrapper .catalogBox[data-show="0"] {
    height: 49px;
    overflow: hidden; }
  @media (max-width: 1000px) {
    .catalogBoxWrapper {
      display: block; }
      .catalogBoxWrapper .catalogBox {
        width: 100%;
        margin-bottom: 1rem; }
        .catalogBoxWrapper .catalogBox .catalogList {
          height: 230px; } }

.catalogButtons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0; }
  .catalogButtons a {
    position: relative;
    background: #ececec;
    width: auto;
    padding: 15px;
    text-align: center;
    font-size: 14px;
    color: #252525;
    margin: 0 1%;
    z-index: 1;
    transition: 0.3s; }
    .catalogButtons a:hover {
      color: #fff;
      background: #252525; }

.catalogDetail {
  display: block;
  overflow-y: auto;
  width: 100%;
  height: 450px;
  padding: 15px;
  border: 1px solid #ececec;
  font-size: 14px;
  color: #252525;
  font-weight: 400;
  line-height: 150%; }

/* width */
.catalogScroll::-webkit-scrollbar {
  width: 10px; }

/* Track */
.catalogScroll::-webkit-scrollbar-track {
  background: #f1f1f1; }

/* Handle */
.catalogScroll::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px; }

/* Handle on hover */
.catalogScroll::-webkit-scrollbar-thumb:hover {
  background: #555; }

.buypage {
  width: 100%;
  margin-top: 45px; }

.buypageWrapper {
  display: flex;
  justify-content: space-between; }
  .buypageWrapper .buypageBox {
    width: 70%;
    border: 1px solid #e0e0e0; }
    .buypageWrapper .buypageBox .buypageTitle {
      padding: 15px;
      width: 100%;
      background: #ececec;
      color: #252525;
      font-size: 17px;
      font-weight: 500; }
    .buypageWrapper .buypageBox .buypageContent {
      padding: 15px;
      width: 100%;
      color: #252525;
      font-size: 14px;
      font-weight: 400; }
      .buypageWrapper .buypageBox .buypageContent .imgWrapper {
        margin: 15px 0;
        display: block;
        width: 100%; }
        .buypageWrapper .buypageBox .buypageContent .imgWrapper img {
          max-width: 100%;
          margin-right: 15px; }
      .buypageWrapper .buypageBox .buypageContent .formEl {
        width: 100%;
        display: flex;
        border: 2px solid #ce6365;
        overflow: hidden;
        margin: 35px 0; }
        .buypageWrapper .buypageBox .buypageContent .formEl label {
          width: 10%;
          height: 48px;
          line-height: 48px;
          background: #ce6365;
          color: #fff;
          font-size: 19px;
          text-align: center;
          transition: all 0.2s; }
        .buypageWrapper .buypageBox .buypageContent .formEl label.captchaBtn {
          cursor: pointer; }
          .buypageWrapper .buypageBox .buypageContent .formEl label.captchaBtn:hover {
            background-color: #ba2128; }
        .buypageWrapper .buypageBox .buypageContent .formEl input {
          width: 90%;
          height: 48px;
          line-height: 48px;
          padding: 0 15px;
          outline: 0;
          border: 0;
          color: #252525;
          font-size: 15px;
          font-weight: 500;
          transition: all 0.2s;
          margin-top: -1px; }
          .buypageWrapper .buypageBox .buypageContent .formEl input::placeholder {
            color: #a3a3a3;
            font-size: 15px;
            font-weight: 500; }
          .buypageWrapper .buypageBox .buypageContent .formEl input:focus {
            width: 100%; }
        .buypageWrapper .buypageBox .buypageContent .formEl img {
          object-fit: contain;
          margin-right: 15px; }
        @media (max-width: 1000px) {
          .buypageWrapper .buypageBox .buypageContent .formEl {
            width: 100%; }
            .buypageWrapper .buypageBox .buypageContent .formEl button:first-child {
              margin-left: 0; } }
  .buypageWrapper .buypageimg {
    width: 24%;
    display: block; }
    .buypageWrapper .buypageimg .buypageimageBox {
      display: flex;
      justify-content: center;
      margin-left: auto; }
      .buypageWrapper .buypageimg .buypageimageBox .buypageNews {
        width: 90%;
        padding: 15px;
        border: 1px solid #e0e0e0;
        text-align: center; }
        .buypageWrapper .buypageimg .buypageimageBox .buypageNews img {
          max-width: 100%;
          margin: 15px 0; }
        .buypageWrapper .buypageimg .buypageimageBox .buypageNews .buypageUp {
          font-size: 17px;
          color: #252525;
          font-weight: 500; }
          .buypageWrapper .buypageimg .buypageimageBox .buypageNews .buypageUp span {
            display: block;
            font-size: 13px;
            color: #252525;
            font-weight: 400; }
        .buypageWrapper .buypageimg .buypageimageBox .buypageNews .buypagedown {
          display: block;
          font-size: 17px;
          color: #252525;
          font-weight: 500; }
          .buypageWrapper .buypageimg .buypageimageBox .buypageNews .buypagedown span {
            display: block;
            font-size: 13px;
            color: #252525;
            font-weight: 400; }
  @media (max-width: 1000px) {
    .buypageWrapper {
      display: block; }
      .buypageWrapper .buypageBox {
        width: 100%; }
      .buypageWrapper .buypageimg {
        width: 100%; } }

.buypagepayment {
  width: 100%;
  margin-top: 45px; }

.buypagepaymentWrapper {
  display: flex;
  justify-content: space-between; }
  .buypagepaymentWrapper .buypagepaymentBoxes {
    width: 75%; }
    .buypagepaymentWrapper .buypagepaymentBoxes .buypagepaymentBox {
      width: 100%;
      border: 1px solid #e0e0e0;
      margin-bottom: 15px; }
      .buypagepaymentWrapper .buypagepaymentBoxes .buypagepaymentBox .buypagepaymentTitle {
        padding: 15px;
        width: 100%;
        background: #ececec;
        color: #252525;
        font-size: 17px;
        font-weight: 500; }
      .buypagepaymentWrapper .buypagepaymentBoxes .buypagepaymentBox .buypagepaymentContent {
        padding: 15px;
        width: 100%;
        color: #252525;
        font-size: 14px;
        font-weight: 400; }
        .buypagepaymentWrapper .buypagepaymentBoxes .buypagepaymentBox .buypagepaymentContent .imgbuypagepaymentWrapper {
          margin: 15px 0;
          display: block;
          width: 100%; }
          .buypagepaymentWrapper .buypagepaymentBoxes .buypagepaymentBox .buypagepaymentContent .imgbuypagepaymentWrapper img {
            max-width: 100%;
            margin-right: 15px; }
        .buypagepaymentWrapper .buypagepaymentBoxes .buypagepaymentBox .buypagepaymentContent .stepForm {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
          .buypagepaymentWrapper .buypagepaymentBoxes .buypagepaymentBox .buypagepaymentContent .stepForm button {
            width: 150px;
            height: 45px;
            line-height: 45px;
            font-size: 17px;
            font-weight: 600;
            outline: 0;
            border: 0;
            text-align: center;
            padding: 0;
            cursor: pointer; }
            .buypagepaymentWrapper .buypagepaymentBoxes .buypagepaymentBox .buypagepaymentContent .stepForm button:first-child {
              margin-left: auto; }
            @media (max-width: 450px) {
              .buypagepaymentWrapper .buypagepaymentBoxes .buypagepaymentBox .buypagepaymentContent .stepForm button {
                width: 49%; } }
          .buypagepaymentWrapper .buypagepaymentBoxes .buypagepaymentBox .buypagepaymentContent .stepForm .formEl {
            width: 49%;
            display: flex;
            margin-bottom: 15px;
            border: 2px solid #ce6365;
            overflow: hidden; }
            .buypagepaymentWrapper .buypagepaymentBoxes .buypagepaymentBox .buypagepaymentContent .stepForm .formEl label {
              width: 10%;
              height: 48px;
              line-height: 48px;
              background: #ce6365;
              color: #fff;
              font-size: 19px;
              text-align: center;
              transition: all 0.2s; }
            .buypagepaymentWrapper .buypagepaymentBoxes .buypagepaymentBox .buypagepaymentContent .stepForm .formEl label.captchaBtn {
              cursor: pointer; }
              .buypagepaymentWrapper .buypagepaymentBoxes .buypagepaymentBox .buypagepaymentContent .stepForm .formEl label.captchaBtn:hover {
                background-color: #ba2128; }
            .buypagepaymentWrapper .buypagepaymentBoxes .buypagepaymentBox .buypagepaymentContent .stepForm .formEl input {
              width: 90%;
              height: 48px;
              line-height: 48px;
              padding: 0 15px;
              outline: 0;
              border: 0;
              color: #252525;
              font-size: 15px;
              font-weight: 500;
              transition: all 0.2s;
              margin-top: -1px; }
              .buypagepaymentWrapper .buypagepaymentBoxes .buypagepaymentBox .buypagepaymentContent .stepForm .formEl input::placeholder {
                color: #a3a3a3;
                font-size: 15px;
                font-weight: 500; }
              .buypagepaymentWrapper .buypagepaymentBoxes .buypagepaymentBox .buypagepaymentContent .stepForm .formEl input:focus {
                width: 100%; }
            .buypagepaymentWrapper .buypagepaymentBoxes .buypagepaymentBox .buypagepaymentContent .stepForm .formEl img {
              object-fit: contain;
              margin-right: 15px; }
            @media (max-width: 1000px) {
              .buypagepaymentWrapper .buypagepaymentBoxes .buypagepaymentBox .buypagepaymentContent .stepForm .formEl {
                width: 100%; }
                .buypagepaymentWrapper .buypagepaymentBoxes .buypagepaymentBox .buypagepaymentContent .stepForm .formEl button:first-child {
                  margin-left: 0; } }
          .buypagepaymentWrapper .buypagepaymentBoxes .buypagepaymentBox .buypagepaymentContent .stepForm .formEl,
          .buypagepaymentWrapper .buypagepaymentBoxes .buypagepaymentBox .buypagepaymentContent .stepForm .formTextarea {
            border-color: #4CAF50; }
            .buypagepaymentWrapper .buypagepaymentBoxes .buypagepaymentBox .buypagepaymentContent .stepForm .formEl label,
            .buypagepaymentWrapper .buypagepaymentBoxes .buypagepaymentBox .buypagepaymentContent .stepForm .formTextarea label {
              background-color: #4CAF50; }
          .buypagepaymentWrapper .buypagepaymentBoxes .buypagepaymentBox .buypagepaymentContent .stepForm .formEl.invalid,
          .buypagepaymentWrapper .buypagepaymentBoxes .buypagepaymentBox .buypagepaymentContent .stepForm .formTextarea.invalid {
            border-color: #db333b !important; }
            .buypagepaymentWrapper .buypagepaymentBoxes .buypagepaymentBox .buypagepaymentContent .stepForm .formEl.invalid label,
            .buypagepaymentWrapper .buypagepaymentBoxes .buypagepaymentBox .buypagepaymentContent .stepForm .formTextarea.invalid label {
              background-color: #db333b !important; }
          .buypagepaymentWrapper .buypagepaymentBoxes .buypagepaymentBox .buypagepaymentContent .stepForm .refreshBtn {
            background-color: #db333b;
            color: #fff;
            width: 45px;
            height: 45px;
            line-height: 45px;
            text-align: center;
            border-radius: 5px; }
          .buypagepaymentWrapper .buypagepaymentBoxes .buypagepaymentBox .buypagepaymentContent .stepForm .formInfo {
            width: 100%;
            margin-bottom: 15px; }
          .buypagepaymentWrapper .buypagepaymentBoxes .buypagepaymentBox .buypagepaymentContent .stepForm .formTextarea {
            width: 100%;
            display: flex;
            margin-bottom: 15px; }
            .buypagepaymentWrapper .buypagepaymentBoxes .buypagepaymentBox .buypagepaymentContent .stepForm .formTextarea textarea {
              width: 100%;
              height: 150px;
              padding: 15px;
              outline: 0;
              border: 0;
              color: #252525;
              font-size: 15px;
              font-weight: 500;
              transition: all 0.2s; }
              .buypagepaymentWrapper .buypagepaymentBoxes .buypagepaymentBox .buypagepaymentContent .stepForm .formTextarea textarea::placeholder {
                color: #a3a3a3;
                font-size: 15px;
                font-weight: 500; }
              .buypagepaymentWrapper .buypagepaymentBoxes .buypagepaymentBox .buypagepaymentContent .stepForm .formTextarea textarea:focus {
                width: 100%; }
  .buypagepaymentWrapper .buypagepaymentimg {
    width: 24%;
    display: block; }
    .buypagepaymentWrapper .buypagepaymentimg .buypagepaymentimageBox {
      display: flex;
      justify-content: center;
      margin-left: auto; }
      .buypagepaymentWrapper .buypagepaymentimg .buypagepaymentimageBox .buypagepaymentNews {
        width: 90%;
        padding: 15px;
        border: 1px solid #e0e0e0;
        text-align: center; }
        .buypagepaymentWrapper .buypagepaymentimg .buypagepaymentimageBox .buypagepaymentNews img {
          max-width: 100%;
          margin: 15px 0; }
        .buypagepaymentWrapper .buypagepaymentimg .buypagepaymentimageBox .buypagepaymentNews .buypagepaymentUp {
          font-size: 17px;
          color: #252525;
          font-weight: 500; }
          .buypagepaymentWrapper .buypagepaymentimg .buypagepaymentimageBox .buypagepaymentNews .buypagepaymentUp span {
            display: block;
            font-size: 13px;
            color: #252525;
            font-weight: 400; }
        .buypagepaymentWrapper .buypagepaymentimg .buypagepaymentimageBox .buypagepaymentNews .buypagepaymentdown {
          display: block;
          font-size: 17px;
          color: #252525;
          font-weight: 500; }
          .buypagepaymentWrapper .buypagepaymentimg .buypagepaymentimageBox .buypagepaymentNews .buypagepaymentdown span {
            display: block;
            font-size: 13px;
            color: #252525;
            font-weight: 400; }
  @media (max-width: 1000px) {
    .buypagepaymentWrapper {
      display: block; }
      .buypagepaymentWrapper .buypagepaymentBoxes {
        width: 100%; }
      .buypagepaymentWrapper .buypagepaymentimg {
        width: 100%; }
        .buypagepaymentWrapper .buypagepaymentimg .buypagepaymentimageBox .buypagepaymentNews {
          width: 100%; } }

.submitNext {
  position: relative;
  display: block;
  float: left;
  margin-right: 15px;
  width: 150px;
  height: 45px;
  line-height: 45px;
  font-size: 17px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  margin-top: 15px;
  transition: background 0.2s; }
  .submitNext:hover {
    background: #252525; }

.submitNextbg1 {
  background: #db333b; }

.submitNextbg2 {
  background: #c90003; }

.dropSelect3 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #f4f4f4;
  background-image: none;
  background: #fff !important; }

/* Remove IE arrow */
.dropSelect3 select::-ms-expand {
  display: none; }

/* Custom Select */
.dropSelect3 {
  position: relative;
  display: flex;
  width: 100%;
  height: 47px;
  line-height: 3;
  background: #f4f4f4 !important;
  overflow: hidden;
  border-radius: .25em; }

.dropSelect3 select {
  flex: 1;
  padding: 15px;
  color: #252525;
  cursor: pointer;
  font-size: 16px;
  background: #f4f4f4 !important; }

/* Arrow */
.dropSelect3::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: #f4f4f4 !important;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease; }

/* Transition */
.dropSelect3:hover::after {
  color: #252525; }

.dropSelect3 select {
  flex: 1;
  padding: 0 .5em;
  color: #252525;
  cursor: pointer; }

.dropSelect3 select option {
  height: 50px !important; }

@media (max-width: 1000px) {
  .dropSelect3 select {
    width: 100%; }
  .dropSelect3 {
    width: 100%; } }

.archive {
  margin: 1rem 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  grid-gap: 1.5rem; }
  .archive .item {
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 1em;
    background-color: #fff;
    box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    color: inherit;
    text-align: center;
    cursor: pointer;
    transition: color 0.3s;
    border-radius: 20px; }
    .archive .item img {
      max-width: 100%; }
    .archive .item h2, .archive .item p, .archive .item .link {
      width: 100%;
      margin: auto;
      line-height: 160%;
      font-weight: 400;
      font-size: 15px;
      color: #252525; }
    .archive .item .page-number {
      position: absolute;
      right: 0;
      top: 0;
      background-color: #444;
      padding: 5px 10px;
      font-weight: 500;
      color: #fff;
      border-bottom-left-radius: 20px;
      border-top-right-radius: 20px; }
    .archive .item .image {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 300px;
      margin-bottom: 0.5em; }
      .archive .item .image img {
        max-width: 100%;
        max-height: 300px; }
      @media (max-width: 1000px) {
        .archive .item .image {
          height: auto; } }
    .archive .item .download {
      padding-top: 10px;
      color: #333;
      z-index: 3; }
      .archive .item .download:hover {
        color: #c90003; }
    .archive .item:hover {
      color: #c90003; }
  .archive .more-publication {
    width: 100%;
    text-align: center;
    grid-column: 1 / span 5;
    margin-bottom: 20 px; }
    .archive .more-publication span {
      cursor: pointer;
      border: 1px solid #b3b3b3;
      padding: 5px 10px;
      border-radius: 10px; }
      .archive .more-publication span:hover {
        opacity: 0.9; }

.description {
  padding: 10px 0px 10px 0px;
  line-height: 1.5; }

.archiveForm {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem; }
  @media (max-width: 674px) {
    .archiveForm {
      display: block; } }

PublicationSearch {
  display: flex;
  margin-left: 10px; }

.MonitorSearch {
  display: flex;
  margin-right: 5px; }
  .MonitorSearch select {
    border-radius: 10px;
    padding: 10px; }

.orderButtons {
  display: flex;
  margin-left: auto;
  align-items: center; }
  @media (max-width: 674px) {
    .orderButtons {
      margin-left: 0; } }

.orderButtonLeft {
  margin-right: 10px; }

.btn-orderby {
  padding: 7px 15px;
  border: 1px solid #e2e2e2;
  transition: 0.3s ease-in-out;
  border-radius: 10px;
  cursor: pointer;
  margin-left: 10px;
  height: 38px;
  line-height: 25px; }
  .btn-orderby:hover {
    background-color: #e2e2e2; }
  .btn-orderby:first-child {
    margin-left: 0; }

.form-control {
  padding: 15px;
  border: 1px solid #e2e2e2;
  margin-right: 5px; }

.archiveInput,
.archiveInputText {
  font-weight: 600;
  font-size: 0.8rem;
  padding: 1rem;
  height: 38px;
  background-color: #fff;
  border: none;
  box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease-in-out;
  margin-right: 10px;
  border-radius: 5px; }
  @media (max-width: 450px) {
    .archiveInput,
    .archiveInputText {
      display: block;
      width: 100%; } }

.archiveButtons {
  display: flex; }
  @media (max-width: 674px) {
    .archiveButtons {
      margin: 15px 0; } }

.archiveButton,
.advancedSearchButton {
  display: block;
  position: relative;
  outline: 0;
  border: none;
  width: auto;
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  transition: background-color, color, 0.4s;
  cursor: pointer;
  border-radius: 5px;
  padding: 15px; }

.advancedSearchButton {
  margin-left: auto; }
  @media (max-width: 500px) {
    .advancedSearchButton {
      margin-bottom: 15px;
      margin-left: 0;
      width: 100%;
      display: block; } }

.archiveButtonBack {
  margin-top: 25px;
  border-radius: 5px; }

.archiveButton:hover,
.advancedSearchButton:hover {
  background-color: #fff;
  color: #333; }

.advancedSearch {
  display: none;
  position: fixed;
  width: 95%;
  max-width: 1200px;
  max-height: 95vh;
  padding: 1rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0 0 20px -3px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  z-index: 5;
  overflow-y: auto; }

.advancedSearchActive {
  display: block; }

.advancedSearchClose {
  position: absolute;
  right: 1rem;
  top: 1rem;
  background-color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #fff;
  cursor: pointer; }

.searchTitle {
  display: flex;
  justify-content: space-between;
  margin-top: 45px; }
  .searchTitle .box {
    font-size: 17px;
    font-weight: 500;
    cursor: pointer; }
  .searchTitle .box2 {
    display: flex;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer; }
    .searchTitle .box2 span {
      margin: 0 10px; }
  @media (max-width: 600px) {
    .searchTitle {
      display: block; }
      .searchTitle .box {
        margin-bottom: 15px; } }

.searchTitle2 {
  display: flex;
  justify-content: space-between;
  margin-top: 15px; }
  .searchTitle2 .box {
    font-size: 17px;
    font-weight: 500;
    cursor: pointer; }
  @media (max-width: 600px) {
    .searchTitle2 {
      display: block; } }

.searchDataPicker {
  display: flex;
  margin: 25px 0; }
  .searchDataPicker .searchInput {
    margin: 15px 0;
    display: flex; }
  .searchDataPicker div {
    display: inline-block;
    margin-right: 15px; }
  @media (max-width: 520px) {
    .searchDataPicker {
      flex-direction: column; }
      .searchDataPicker div {
        margin-right: 0;
        margin-bottom: 15px; } }

.searchInputs {
  margin-top: 15px;
  width: 100%;
  display: flex;
  align-items: center;
  background: #f0f0f0;
  padding: 15px;
  margin-bottom: 10px; }
  .searchInputs .labelBox {
    width: 30%; }
  .searchInputs .inputBox {
    width: 70%;
    margin-left: auto; }
    .searchInputs .inputBox input {
      width: 28.5%;
      height: 45px;
      line-height: 45px;
      border: 0;
      outline: 0;
      padding: 0 15px;
      transition: background 0.3s;
      font-size: 15px;
      font-weight: 400;
      border-radius: 10px;
      margin-bottom: 10px; }
      .searchInputs .inputBox input:focus {
        border: 1px solid #ccc; }
    .searchInputs .inputBox span {
      font-size: 15px;
      font-weight: 500;
      margin: 0 15px; }
    .searchInputs .inputBox #searchError {
      color: red; }
  @media (max-width: 1000px) {
    .searchInputs {
      display: block; }
      .searchInputs .labelBox {
        width: 100%;
        margin-bottom: 15px; }
      .searchInputs .inputBox {
        width: 100%; }
        .searchInputs .inputBox input {
          width: 100%; }
        .searchInputs .inputBox span {
          display: block;
          margin: 15px 0; } }

#submitButton {
  background-color: green;
  margin: 0; }
  #submitButton:hover {
    background-color: #004d00; }

#submitButton[disabled] {
  opacity: 0.5; }

.buttons {
  display: flex;
  justify-content: flex-end; }

.searchFilterButton {
  display: inline-block;
  width: 100px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  transition: background 0.3s;
  cursor: pointer;
  border-radius: 5px;
  background-color: #989898;
  margin-right: 10px; }
  .searchFilterButton:hover {
    background: #252525; }

.purchaseThumbnail {
  position: relative;
  display: block;
  float: right;
  margin-top: 0;
  box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  border-radius: 20px;
  padding: 20px;
  text-align: center; }
  .purchaseThumbnail img {
    width: 150px; }
  .purchaseThumbnail p {
    text-align: center; }
  @media (max-width: 605px) {
    .purchaseThumbnail {
      float: none;
      margin-bottom: 20px; } }

.purchaseFormLeft {
  position: relative;
  display: block;
  width: 78%;
  float: left; }
  @media (max-width: 945px) {
    .purchaseFormLeft {
      width: 70%; } }
  @media (max-width: 755px) {
    .purchaseFormLeft {
      width: 60%; } }
  @media (max-width: 605px) {
    .purchaseFormLeft {
      width: 100%;
      float: none; } }

.searchCheck {
  margin-top: 15px;
  width: 100%;
  height: 300px;
  display: flex;
  flex-wrap: wrap;
  background: #f0f0f0;
  padding: 15px;
  overflow-x: auto;
  margin-bottom: 25px; }
  .searchCheck .searchBox {
    position: relative;
    height: auto;
    width: 25%; }
    .searchCheck .searchBox label {
      user-select: none;
      display: flex;
      cursor: pointer;
      font-weight: 400;
      font-size: 14px;
      position: relative;
      overflow: hidden;
      margin-bottom: 0.375em; }
      .searchCheck .searchBox label input {
        position: absolute;
        left: -9999px; }
        .searchCheck .searchBox label input:checked + span {
          background-color: #d9ecd9; }
          .searchCheck .searchBox label input:checked + span:before {
            /*box-shadow: inset 0 0 0 0.4375em #db333b;*/
            box-shadow: inset 0 0 0 0.4375em green; }
    .searchCheck .searchBox span {
      display: flex;
      align-items: center;
      padding: 0.375em 0.75em 0.375em 0.375em;
      transition: 0.25s ease; }
      .searchCheck .searchBox span:hover {
        background-color: #f9dee0; }
      .searchCheck .searchBox span:before {
        display: flex;
        flex-shrink: 0;
        content: '';
        background-color: #fff;
        width: 1.5em;
        height: 1.5em;
        margin-right: 0.375em;
        transition: 0.25s ease;
        /*box-shadow: inset 0 0 0 0.125em #db333b;*/
        box-shadow: inset 0 0 0 0.125em #CCC;
        border-radius: 5px; }
  @media (max-width: 1000px) {
    .searchCheck .searchBox {
      width: 50%; } }
  @media (max-width: 560px) {
    .searchCheck .searchBox {
      width: 100%; } }

.searchPage {
  margin: 2rem 0; }
  .searchPage .pagination-container {
    text-align: center; }
    .searchPage .pagination-container .pagination {
      display: inline-block; }
      .searchPage .pagination-container .pagination input {
        border: 3px solid #ccc;
        border-radius: 6px;
        height: 37px;
        padding: 0 5px;
        width: 74px;
        background-color: #f1f1f1;
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        display: inline-block;
        margin-left: 50px;
        margin-right: 5px; }
      .searchPage .pagination-container .pagination a {
        color: #000;
        padding: 8px 16px;
        text-decoration: none;
        border-radius: 5px;
        transition: background-color .3s;
        border: 1px solid #ddd;
        margin: 0;
        height: 37px;
        cursor: pointer; }
        .searchPage .pagination-container .pagination a.active {
          background-color: #a12121;
          border-color: #a12121;
          color: #fff;
          border-radius: 5px; }
      .searchPage .pagination-container .pagination.disabled, .searchPage .pagination-container .pagination.disabled:hover {
        cursor: not-allowed;
        color: #212529;
        background-color: #fff;
        opacity: .5; }
    .searchPage .pagination-container .pagination .pagination a:hover:not(.active):not(.disabled) {
      background-color: #ddd; }
  .searchPage p {
    margin-bottom: 1rem; }
  .searchPage .resultKey {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 24px; }
    .searchPage .resultKey span {
      font-weight: 400; }
    @media (max-width: 500px) {
      .searchPage .resultKey {
        flex-direction: column-reverse; } }
  .searchPage .result {
    display: flex;
    /*   background-color: #f5f5f5;
        border: 1px solid #ececec;*/
    margin-bottom: 25px; }
  .searchPage .resultTitle {
    background-color: #ececec;
    padding: 0.5rem 1rem;
    font-weight: 500; }
  .searchPage .resultContent {
    padding: 15px;
    width: 100%;
    color: #252525;
    font-size: 14px;
    font-weight: 400; }
  .searchPage .resultImg {
    position: relative;
    width: 20%;
    border: 1px solid #ccc;
    padding: 1rem;
    border-radius: 1rem;
    background-color: white; }
    .searchPage .resultImg img {
      max-width: 100%;
      margin-bottom: 1rem; }
    .searchPage .resultImg .downloadWrapper {
      display: flex; }
    .searchPage .resultImg .download {
      width: 50%;
      text-align: center;
      font-size: 14px;
      font-weight: 500;
      color: #333; }
      .searchPage .resultImg .download:hover {
        color: #c90003; }
  .searchPage .resultInfo {
    width: 79%;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 1rem;
    margin-left: 1%;
    overflow: hidden; }
  @media (max-width: 1000px) {
    .searchPage .result {
      display: block; }
    .searchPage .resultInfo {
      width: 100%; }
    .searchPage .resultImg {
      width: 100%;
      text-align: center; } }

/*

.error-input input {
    border: 2px solid #db333b !important;
    border-left: none !important;
    border-radius: 10px !important;
    margin: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
*/
.control {
  padding: 5px 0 0 0;
  color: #222; }
  .control label {
    font-size: 1em;
    font-weight: 500;
    transition: all 0.2s;
    min-width: 200px;
    display: inline-block;
    padding: 10px 0; }
  .control.has-error input[type="text"],
  .control.has-error input[type="password"],
  .control.has-error select {
    border: 2px solid #c90003; }
  .control input[type="text"],
  .control input[type="password"], .control select {
    height: 30px;
    line-height: 30px;
    font-weight: 500;
    transition: all 0.2s;
    padding: 0px 5px;
    box-sizing: border-box;
    border: 2px solid #adadad;
    border-radius: 4px;
    font-size: 1em; }

.pdf-package-aboneol {
  width: 95%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background: #db333b;
  margin: 0 auto;
  transition: background 0.4s ease; }
  .pdf-package-aboneol a {
    color: #fff !important; }

.pdf-package-satinal {
  width: 20%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background: #db333b;
  margin: 15px auto;
  transition: background 0.4s ease; }
  .pdf-package-satinal a {
    color: #fff !important; }

.stepForm .formEl label.captchaBtn {
  cursor: pointer;
  margin-left: -15px;
  height: 34px;
  margin-top: 5px;
  line-height: 37px;
  border-top-right-radius: 10px;
  background-color: #db333b !important;
  border-bottom-right-radius: 10px; }

.stepForm .formEl label.captchaBtn:hover {
  background-color: #b41017 !important; }

.myaccount {
  padding-top: 25px; }
  .myaccount h1 {
    font-size: 1.8em;
    color: #252525;
    font-weight: 500;
    margin-bottom: 25px; }
  .myaccount p {
    font-size: 13px; }
  .myaccount ul {
    margin: 0;
    padding: 0; }
    .myaccount ul li {
      list-style-type: none;
      margin: 0;
      padding: 0;
      display: inline-block; }
      .myaccount ul li span {
        display: block;
        line-height: 2.75em;
        padding: 0 1em;
        background: #f0f0f0;
        color: #222;
        cursor: pointer;
        top: 0;
        transition: all 0.25s;
        margin: auto;
        border-radius: 5px; }
      .myaccount ul li.active span {
        background: #c90003;
        color: #fff;
        transition: all 0.35s;
        z-index: 1; }
      @media (max-width: 991px) {
        .myaccount ul li {
          width: 32%;
          font-size: 15px; }
          .myaccount ul li span {
            display: block; } }
      @media (max-width: 693px) {
        .myaccount ul li {
          width: 49%; } }
      @media (max-width: 493px) {
        .myaccount ul li {
          width: 100%; } }
  .myaccount .tab-content {
    margin: auto;
    width: 100%;
    Min-height: 500px;
    display: block;
    padding: 1em 0;
    color: #222;
    transition: all 0.35s; }
  .myaccount table {
    overflow: hidden;
    width: 100%;
    border-spacing: 0;
    border: 1px solid #db333b;
    border-radius: 15px;
    border-collapse: inherit;
    font-size: 13px; }
    .myaccount table thead th {
      text-align: center;
      border: none;
      padding: 15px 20px;
      background-color: #db333b;
      color: white; }
    .myaccount table tbody td {
      padding: 20px 25px;
      border: 1px solid #d8d8d8;
      text-align: center; }
  .myaccount .vbt-row {
    display: flex; }
  .myaccount .vbt-row > div {
    margin: 0;
    padding: 5px;
    flex: 1; }
  .myaccount .control span {
    height: 30px; }
  @media (max-width: 991px) {
    .myaccount .control input {
      width: 100%; }
    .myaccount .control span {
      display: block; } }
  @media (max-width: 450px) {
    .myaccount .vbt-row {
      display: block; } }

/*-----START---Account info save button*/
.button-account {
  margin-left: 40%; }
  .button-account button {
    padding: 15px 32px;
    border-radius: 5px;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    color: #fff;
    margin-top: 3%;
    transition: background-color 0.4s;
    background-color: #db333b; }
    .button-account button:hover {
      background-color: #ba2128; }
  @media (max-width: 493px) {
    .button-account {
      width: 100%;
      margin: 0 !important; }
      .button-account button {
        display: block;
        width: 100%; } }

/*-----END---Account info save button*/
/*-----START---Change password save button*/
.button-password {
  margin-left: 19%; }
  .button-password button {
    padding: 15px 32px;
    border-radius: 5px;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    color: #fff;
    margin-top: 3%;
    transition: background-color 0.4s;
    background-color: #db333b; }
    .button-password button:hover {
      background-color: #ba2128; }
  .button-password button:disabled {
    opacity: 0.4; }

/*-----END---Change password save button*/
/*-----START---Subscription info PDF & renew buttons*/
.button-pdf {
  padding: 10px 22px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  background-color: #a0a0a0;
  color: #fff;
  border: none;
  box-shadow: 3px 3px 4px #4a4a4a;
  border-radius: 4px; }
  .button-pdf:hover {
    background-color: #878787; }

/*-----END---Subscription info PDF & renew buttons*/
.form-control-select {
  height: 30px;
  line-height: 30px;
  font-weight: 500;
  transition: all 0.2s;
  padding: 0px 5px;
  box-sizing: border-box;
  border: 2px solid #adadad;
  border-radius: 4px;
  font-size: 1em;
  width: 182px; }
  @media (max-width: 991px) {
    .form-control-select {
      width: 100%; } }

/*-----START---Purchase History and Download Table*/
.purchaseHistory .subscriptionPackagesTitle {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px; }

.purchaseHistory span {
  color: #ff0000; }

/*-----END---Purchase History and Download Table*/
/*-----START---Download PDF button*/
.button-download {
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  color: #db333b;
  border: none;
  border-radius: 4px; }
  .button-download:hover {
    transform: scale(1.3);
    transition: 0.4s; }

/*-----END---Download PDF button*/
.vbt-row {
  display: flex; }

.vbt-row > div {
  margin: 0;
  padding: 5px;
  flex: 1; }

.account-info {
  line-height: normal; }
  .account-info h2 {
    font-weight: 500; }
  .account-info b {
    font-weight: 600;
    color: #c90003; }
  .account-info label {
    float: left;
    width: 16%;
    font-weight: 500; }
  .account-info span {
    width: 100%; }

.subscriber-account-info h2 {
  font-weight: 500; }

.subscriber-account-info b {
  font-weight: 600;
  color: #c90003; }

.subscriber-account-info label {
  float: left;
  width: 22%;
  font-weight: 500; }

.subscriber-account-info span {
  width: 100%; }

.pdfSatinAl{
    color:red;
}
