body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #666666; }

a,
a:hover,
a:focus {
  text-decoration: none;
  color: inherit; }

.turknet-ui-input-text {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  box-shadow: none; }

.ui-classic-textbox {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0px 12px;
  background: #fff;
  border: 1px solid #939598;
  box-shadow: none;
  outline: none; }

.ui-classic-textarea {
  display: block;
  width: 100%;
  height: 200px;
  padding: 12px 12px;
  background: #fff;
  border: 1px solid #939598;
  box-shadow: none;
  outline: none; }

.select2-container .select2-selection--single {
  height: 50px;
  border-radius: 0px; }
  .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    padding-left: 12px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
  right: 10px; }

.ui-elements-radio.for-labeled-radio {
  display: none; }
  .ui-elements-radio.for-labeled-radio ~ label {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    margin-right: 10px;
    background: #fff;
    position: relative; }
    .ui-elements-radio.for-labeled-radio ~ label:after {
      display: block;
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      overflow: hidden;
      border-radius: 50%;
      top: 50%;
      left: 50%;
      background: #1a3781; }
  .ui-elements-radio.for-labeled-radio:checked ~ label:after {
    width: auto;
    height: auto;
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px; }
  .ui-elements-radio.for-labeled-radio.checkbox-style-radio ~ label {
    border-radius: 0px;
    background-size: 80% auto;
    background-position: center;
    background-repeat: no-repeat; }
    .ui-elements-radio.for-labeled-radio.checkbox-style-radio ~ label:after {
      display: none; }
  .ui-elements-radio.for-labeled-radio.checkbox-style-radio:checked ~ label {
    background-image: url(../img/tick.svg); }
  .ui-elements-radio.for-labeled-radio.small-size-radio ~ label {
    width: 16px;
    height: 16px;
    margin-right: 0px; }
  .ui-elements-radio.for-labeled-radio.small-size-radio:checked ~ label:after {
    top: 3px;
    left: 3px;
    bottom: 3px;
    right: 3px; }
  .ui-elements-radio.for-labeled-radio.bordered-style-radio ~ label {
    border: solid 1px #333; }

.ui-elements-checkbox.for-labeled-checkbox {
  display: none; }
  .ui-elements-checkbox.for-labeled-checkbox ~ label {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 0px;
    margin: 0;
    padding: 0;
    margin-right: 10px;
    background: #fff;
    position: relative;
    background-size: 80% auto;
    background-position: center;
    background-repeat: no-repeat; }
  .ui-elements-checkbox.for-labeled-checkbox:checked ~ label {
    background-image: url(../img/tick.svg); }
  .ui-elements-checkbox.for-labeled-checkbox.small-size-checkbox ~ label {
    width: 16px;
    height: 16px;
    margin-right: 0px; }
  .ui-elements-checkbox.for-labeled-checkbox.bordered-style-checkbox ~ label {
    border: solid 1px #333; }

.col-lg-1.no-padding,
.col-md-1.no-padding,
.col-sm-1.no-padding,
.col-xs-1.no-padding {
  padding: 0; }

.col-lg-2.no-padding,
.col-md-2.no-padding,
.col-sm-2.no-padding,
.col-xs-2.no-padding {
  padding: 0; }

.col-lg-3.no-padding,
.col-md-3.no-padding,
.col-sm-3.no-padding,
.col-xs-3.no-padding {
  padding: 0; }

.col-lg-4.no-padding,
.col-md-4.no-padding,
.col-sm-4.no-padding,
.col-xs-4.no-padding {
  padding: 0; }

.col-lg-5.no-padding,
.col-md-5.no-padding,
.col-sm-5.no-padding,
.col-xs-5.no-padding {
  padding: 0; }

.col-lg-6.no-padding,
.col-md-6.no-padding,
.col-sm-6.no-padding,
.col-xs-6.no-padding {
  padding: 0; }

.col-lg-7.no-padding,
.col-md-7.no-padding,
.col-sm-7.no-padding,
.col-xs-7.no-padding {
  padding: 0; }

.col-lg-8.no-padding,
.col-md-8.no-padding,
.col-sm-8.no-padding,
.col-xs-8.no-padding {
  padding: 0; }

.col-lg-9.no-padding,
.col-md-9.no-padding,
.col-sm-9.no-padding,
.col-xs-9.no-padding {
  padding: 0; }

.col-lg-10.no-padding,
.col-md-10.no-padding,
.col-sm-10.no-padding,
.col-xs-10.no-padding {
  padding: 0; }

.col-lg-11.no-padding,
.col-md-11.no-padding,
.col-sm-11.no-padding,
.col-xs-11.no-padding {
  padding: 0; }

.col-lg-12.no-padding,
.col-md-12.no-padding,
.col-sm-12.no-padding,
.col-xs-12.no-padding {
  padding: 0; }

body > .container-fluid {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 767px) {
    body > .container-fluid {
      padding-top: 10px;
      padding-bottom: 10px; } }
body .bottom-info {
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
  color: #000; }

header {
  padding: 20px 0px; }
  header .logo-row .logo-col a.logo {
    display: block;
    margin: auto;
    width: 300px;
    max-width: 100%; }
    header .logo-row .logo-col a.logo img {
      display: block;
      width: 100%;
      max-width: 200px;
      height: auto;
      margin: auto; }
    @media (max-width: 767px) {
      header .logo-row .logo-col a.logo {
        width: 200px; } }
    header .logo-row .logo-col a.logo.left-logo img {
      margin-left: 0; }
  @media (max-width: 767px) {
    header {
      padding: 10px 0px; } }
  header.menu-header .logo-col a.logo {
    margin: 0; }
    @media (max-width: 991px) {
      header.menu-header .logo-col a.logo {
        margin: auto; } }
  header.menu-header .menu-col ul {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 30px; }
    header.menu-header .menu-col ul li {
      display: block;
      float: left;
      margin: 0 10px; }
      header.menu-header .menu-col ul li a {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        color: #2349ab;
        transition: 0.25s; }
        header.menu-header .menu-col ul li a:hover {
          color: #1a3781; }
    header.menu-header .menu-col ul:after {
      display: table;
      content: "";
      clear: both; }
  header.menu-header .menu-col:after {
    display: table;
    content: "";
    clear: both; }

section.big-text-section {
  padding: 20px 0px; }
  section.big-text-section h2 {
    font-size: 48px;
    font-weight: 100;
    color: #1a3781;
    text-align: center;
    margin: 0; }
    @media (max-width: 1199px) {
      section.big-text-section h2 {
        font-size: 40px; } }
    @media (max-width: 991px) {
      section.big-text-section h2 {
        font-size: 36px; } }
    @media (max-width: 767px) {
      section.big-text-section h2 {
        font-size: 30px; } }

section.home-general-features-promotion-area {
  padding: 20px 0px; }
  @media (max-width: 767px) {
    section.home-general-features-promotion-area {
      padding: 10px 0px; } }
  section.home-general-features-promotion-area .row.taahhut-title-row .taahhut-title-col {
    background: whitesmoke;
    border: solid 1px gainsboro;
    border-top: none;
    color: #1a3781; }
    section.home-general-features-promotion-area .row.taahhut-title-row .taahhut-title-col h3 {
      margin: 0;
      padding: 20px 0;
      text-align: center;
      font-weight: 300;
      font-size: 36px;
      line-height: 40px; }
      @media (max-width: 991px) {
        section.home-general-features-promotion-area .row.taahhut-title-row .taahhut-title-col h3 {
          font-size: 24px;
          line-height: 30px; } }
      @media (max-width: 767px) {
        section.home-general-features-promotion-area .row.taahhut-title-row .taahhut-title-col h3 {
          font-size: 18px;
          line-height: 24px; } }
      section.home-general-features-promotion-area .row.garanti-bonus-row {
    background-image: url("../images/bonus-ozgur-iletisim-detay-header.png");
    background-size: cover;
    background-color: #fff; }
    section.home-general-features-promotion-area .row.garanti-bonus-row .garanti-bonus-col {
      padding: 25px; }
    section.home-general-features-promotion-area .row.garanti-bonus-row .detay-button-col {
      text-align: center;
      padding-bottom: 25px; }
    section.home-general-features-promotion-area .row.garanti-bonus-row img {
      margin: 0 auto; }
    section.home-general-features-promotion-area .row.garanti-bonus-row p {
      font-size: 16px;
      color: #083b82;
      text-align: center; }
  section.home-general-features-promotion-area .row.features-row {
    background: #f5f5f5;
    border: solid 1px gainsboro; }
    section.home-general-features-promotion-area .row.features-row .features-item {
      padding: 20px 15px;
      border-right: solid 1px #b2b2b2;
      margin-top: 30px;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        section.home-general-features-promotion-area .row.features-row .features-item {
          margin-top: 0px;
          margin-bottom: 0px;
          border-right: none; } }
      section.home-general-features-promotion-area .row.features-row .features-item:last-child {
        border-right: none; }
      section.home-general-features-promotion-area .row.features-row .features-item .features-icon {
        display: block;
        height: 75px; }
        section.home-general-features-promotion-area .row.features-row .features-item .features-icon img {
          display: block;
          margin: auto;
          max-height: 100%;
          max-width: 100%; }
      section.home-general-features-promotion-area .row.features-row .features-item h3 {
        text-align: center;
        font-size: 20px;
        font-weight: 500;
        color: #f4a829; }
      section.home-general-features-promotion-area .row.features-row .features-item.price-style {
        padding-top: 40px; }
        @media maxXs {
          section.home-general-features-promotion-area .row.features-row .features-item.price-style {
            padding-top: 0; } }
        section.home-general-features-promotion-area .row.features-row .features-item.price-style .price-style-features-inner {
          display: table;
          margin: auto; }
          section.home-general-features-promotion-area .row.features-row .features-item.price-style .price-style-features-inner span.periot-text {
            display: block;
            font-size: 34px;
            font-weight: 300;
            color: #1a3781;
            line-height: 1.1; }
          section.home-general-features-promotion-area .row.features-row .features-item.price-style .price-style-features-inner span.big-price-text {
            display: block;
            float: left;
            font-size: 90px;
            font-weight: 700;
            color: #1a3781;
            line-height: 1.1;
            margin-top: -10px; }
          section.home-general-features-promotion-area .row.features-row .features-item.price-style .price-style-features-inner span.small-price-text {
            display: block;
            float: right;
            font-size: 36px;
            font-weight: 700;
            color: #1a3781;
            line-height: 1.1;
            padding-top: 10px;
            margin-top: -10px; }
          section.home-general-features-promotion-area .row.features-row .features-item.price-style .price-style-features-inner:after {
            display: table;
            content: "";
            clear: both; }
      @media (max-width: 991px) {
        section.home-general-features-promotion-area .row.features-row .features-item:nth-child(2) {
          border-right: none; } }
    section.home-general-features-promotion-area .row.features-row.no-border-bottom:after {
      background: transparent; }
  section.home-general-features-promotion-area .row.proccess-line-row {
    background: #fff; }
    section.home-general-features-promotion-area .row.proccess-line-row .proccess-line-col {
      padding: 40px 15px; }
      section.home-general-features-promotion-area .row.proccess-line-row .proccess-line-col.p20 {
        padding: 20px 15px; }
      section.home-general-features-promotion-area .row.proccess-line-row .proccess-line-col h3 {
        font-weight: 400;
        font-size: 24px;
        color: #1a3781;
        text-align: center;
        margin-bottom: 20px;
        margin-top: 0; }
        section.home-general-features-promotion-area .row.proccess-line-row .proccess-line-col h3.proccess-bottom {
          margin-bottom: 0;
          margin-top: 20px; }
      section.home-general-features-promotion-area .row.proccess-line-row .proccess-line-col .proccess-line-area {
        display: block;
        width: 50%;
        height: 32px;
        margin: auto;
        position: relative; }
        @media (max-width: 767px) {
          section.home-general-features-promotion-area .row.proccess-line-row .proccess-line-col .proccess-line-area {
            width: 90%; } }
        section.home-general-features-promotion-area .row.proccess-line-row .proccess-line-col .proccess-line-area .number-circle {
          position: absolute;
          width: 32px;
          height: 32px;
          border: solid 1px #1a3781;
          border-radius: 50%;
          background: #fff;
          z-index: 1000; }
          section.home-general-features-promotion-area .row.proccess-line-row .proccess-line-col .proccess-line-area .number-circle.one {
            top: 0;
            left: 0; }
          section.home-general-features-promotion-area .row.proccess-line-row .proccess-line-col .proccess-line-area .number-circle.two {
            top: 0;
            left: 50%;
            margin-left: -16px; }
          section.home-general-features-promotion-area .row.proccess-line-row .proccess-line-col .proccess-line-area .number-circle.three {
            top: 0;
            right: 0; }
          section.home-general-features-promotion-area .row.proccess-line-row .proccess-line-col .proccess-line-area .number-circle.actived {
            background: #1a3781;
            color: #fff; }
        section.home-general-features-promotion-area .row.proccess-line-row .proccess-line-col .proccess-line-area .number-text {
          position: absolute;
          width: 30px;
          height: 30px;
          line-height: 30px;
          text-align: center;
          background: #fff;
          color: #1a3781;
          border-radius: 50%;
          font-size: 18px;
          font-weight: 500;
          z-index: 1005; }
          section.home-general-features-promotion-area .row.proccess-line-row .proccess-line-col .proccess-line-area .number-text.one {
            top: 1px;
            left: 1px; }
          section.home-general-features-promotion-area .row.proccess-line-row .proccess-line-col .proccess-line-area .number-text.two {
            top: 1px;
            left: 50%;
            margin-left: -15px; }
          section.home-general-features-promotion-area .row.proccess-line-row .proccess-line-col .proccess-line-area .number-text.three {
            top: 1px;
            right: 1px; }
          section.home-general-features-promotion-area .row.proccess-line-row .proccess-line-col .proccess-line-area .number-text.actived {
            background: #1a3781;
            color: #fff; }
        section.home-general-features-promotion-area .row.proccess-line-row .proccess-line-col .proccess-line-area .proccess-line-outer {
          display: block;
          position: absolute;
          left: 16px;
          right: 16px;
          top: 12px;
          height: 10px;
          background: #fff;
          border-top: solid 1px #1a3781;
          border-bottom: solid 1px #1a3781;
          z-index: 1003; }
        section.home-general-features-promotion-area .row.proccess-line-row .proccess-line-col .proccess-line-area .proccess-line-inner {
          display: block;
          position: absolute;
          left: 16px;
          right: auto;
          top: 12px;
          height: 10px;
          background: #1a3781;
          border-top: solid 1px #1a3781;
          border-bottom: solid 1px #1a3781;
          z-index: 1004; }
    section.home-general-features-promotion-area .row.proccess-line-row.white-bg {
      background: #fff; }

  
    section.home-general-features-promotion-area .row.home-form-row .home-form-col {
          background: #f4a829;
    padding-top: 20px; }
      section.home-general-features-promotion-area .row.home-form-row .home-form-col h3 {
        font-size: 40px;
        font-weight: 400;
        color: #1a3781;
        margin: 0;
        margin-bottom: 40px;
        text-align: center; }
        @media (max-width: 1199px) {
          section.home-general-features-promotion-area .row.home-form-row .home-form-col h3 {
            font-size: 36px; } }
        @media (max-width: 767px) {
          section.home-general-features-promotion-area .row.home-form-row .home-form-col h3 {
            font-size: 24px;
            margin-bottom: 10px; } }
      @media (max-width: 991px) {
        section.home-general-features-promotion-area .row.home-form-row .home-form-col input {
          margin-bottom: 15px; } }
      section.home-general-features-promotion-area .row.home-form-row .home-form-col .btn {
        width: 100%; }
      @media (max-width: 767px) {
        section.home-general-features-promotion-area .row.home-form-row .home-form-col {
          padding: 20px 15px; } }
      section.home-general-features-promotion-area .row.home-form-row .home-bonus-col {
    background: #1a3781;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 21px;
    padding-bottom: 22px;
    height: 100%; }
    section.home-general-features-promotion-area .row.home-form-row .home-bonus-col h3 {
      font-size: 34px;
      font-weight: 400;
      color: #FFFFFF;
      margin: 0;
      margin-bottom: 40px;
      text-align: left; }
      @media (max-width: 992px) {
        section.home-general-features-promotion-area .row.home-form-row .home-bonus-col h3 {
          text-align: center;
          font-size: 28px;
          margin-bottom: 10px; } }
    section.home-general-features-promotion-area .row.home-form-row .home-bonus-col p {
      font-size: 20px;
      font-weight: 400;
      color: #FFFFFF; }
      @media (max-width: 992px) {
        section.home-general-features-promotion-area .row.home-form-row .home-bonus-col p {
          text-align: center;
          font-size: 16px; } }
      @media (max-width: 767px) {
        section.home-general-features-promotion-area .row.home-form-row .home-bonus-col p {
          font-size: 14px; } }
    section.home-general-features-promotion-area .row.home-form-row .home-bonus-col img {
      padding-right: 35px;
      border-right: 5px #FFF solid; }
      @media (max-width: 992px) {
        section.home-general-features-promotion-area .row.home-form-row .home-bonus-col img {
          border-right: none;
          padding-right: 0px;
          margin: 0 auto;
          text-align: center; } }
    section.home-general-features-promotion-area .row.home-form-row .home-bonus-col .bonus-logo-col {
      padding-right: 15px; }
    section.home-general-features-promotion-area .row.home-form-row .home-bonus-col a {
      width: 100%; }
  section.home-general-features-promotion-area .row.big-features-items {
    background: #f5f5f5; }
    section.home-general-features-promotion-area .row.big-features-items .big-features-item {
      padding: 40px 15px; }
      @media (max-width: 767px) {
        section.home-general-features-promotion-area .row.big-features-items .big-features-item {
          padding: 20px 15px; } }
      section.home-general-features-promotion-area .row.big-features-items .big-features-item .icon-col {
        padding: 0px 5%; }
        section.home-general-features-promotion-area .row.big-features-items .big-features-item .icon-col img {
          display: block;
          max-width: 100%;
          max-height: 200px;
          width: auto;
          height: auto;
          margin: auto; }
          @media (max-width: 767px) {
            section.home-general-features-promotion-area .row.big-features-items .big-features-item .icon-col img {
              max-width: 100px;
              max-height: 50px; } }
        @media (max-width: 1199px) {
          section.home-general-features-promotion-area .row.big-features-items .big-features-item .icon-col {
            padding: 0px 15px; } }
      section.home-general-features-promotion-area .row.big-features-items .big-features-item .text-col {
        text-align: right;
        padding-right: 5%;
        padding-left: 5%; }
        @media (max-width: 767px) {
          section.home-general-features-promotion-area .row.big-features-items .big-features-item .text-col {
            text-align: center;
            padding-right: 15px;
            padding-left: 15px; } }
        section.home-general-features-promotion-area .row.big-features-items .big-features-item .text-col h2 {
          font-size: 40px;
          font-weight: 400;
          color: #1a3781; }
          @media (max-width: 1199px) {
            section.home-general-features-promotion-area .row.big-features-items .big-features-item .text-col h2 {
              font-size: 32px; } }
          @media (max-width: 767px) {
            section.home-general-features-promotion-area .row.big-features-items .big-features-item .text-col h2 {
              font-size: 24px; } }
        section.home-general-features-promotion-area .row.big-features-items .big-features-item .text-col p {
          font-size: 24px;
          color: #666;
          font-weight: 400; }
          @media (max-width: 1199px) {
            section.home-general-features-promotion-area .row.big-features-items .big-features-item .text-col p {
              font-size: 20px; } }
          @media (max-width: 767px) {
            section.home-general-features-promotion-area .row.big-features-items .big-features-item .text-col p {
              font-size: 18px; } }
        @media (max-width: 1199px) {
          section.home-general-features-promotion-area .row.big-features-items .big-features-item .text-col {
            padding: 0px 15px; } }
      section.home-general-features-promotion-area .row.big-features-items .big-features-item:nth-child(even) .icon-col {
        float: right; }
      section.home-general-features-promotion-area .row.big-features-items .big-features-item:nth-child(even) .text-col {
        text-align: left; }
        @media (max-width: 767px) {
          section.home-general-features-promotion-area .row.big-features-items .big-features-item:nth-child(even) .text-col {
            text-align: center; } }
      section.home-general-features-promotion-area .row.big-features-items .big-features-item:nth-child(1) {
        background: #e8e8e8; }
      section.home-general-features-promotion-area .row.big-features-items .big-features-item:nth-child(2) {
        background: #dfdfdf; }
      section.home-general-features-promotion-area .row.big-features-items .big-features-item:nth-child(3) {
        background: #e8e8e8; }
  section.home-general-features-promotion-area .row.big-features-row .big-features-col {
    background: #f4a829;
    padding: 80px 15px; }
    @media (max-width: 767px) {
      section.home-general-features-promotion-area .row.big-features-row .big-features-col {
        padding: 40px 15px; } }
    section.home-general-features-promotion-area .row.big-features-row .big-features-col h2 {
      margin: 0;
      text-align: center;
      color: #1a3781;
      font-size: 72px;
      font-weight: 400; }
      @media (max-width: 1199px) {
        section.home-general-features-promotion-area .row.big-features-row .big-features-col h2 {
          font-size: 48px; } }
      @media (max-width: 767px) {
        section.home-general-features-promotion-area .row.big-features-row .big-features-col h2 {
          font-size: 36px; } }
    section.home-general-features-promotion-area .row.big-features-row .big-features-col h3 {
      margin: 0;
      text-align: center;
      color: #3c559a;
      font-size: 48px;
      font-weight: 400; }
      @media (max-width: 1199px) {
        section.home-general-features-promotion-area .row.big-features-row .big-features-col h3 {
          font-size: 36px; } }
      @media (max-width: 767px) {
        section.home-general-features-promotion-area .row.big-features-row .big-features-col h3 {
          font-size: 24px; } }

section.happy-customers-area {
  padding: 20px 0px; }
  @media (max-width: 767px) {
    section.happy-customers-area {
      padding: 10px 0px; } }
  section.happy-customers-area .happy-customers-title-row .happy-customers-title-col h2 {
    font-size: 40px;
    font-weight: 400;
    color: #1a3781;
    text-align: center;
    padding-bottom: 15px;
    position: relative; }
    @media (max-width: 767px) {
      section.happy-customers-area .happy-customers-title-row .happy-customers-title-col h2 {
        font-size: 24px; } }
    section.happy-customers-area .happy-customers-title-row .happy-customers-title-col h2:after {
      display: block;
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 100px;
      margin-left: -50px;
      content: "";
      height: 1px;
      overflow: hidden;
      background: #1a3781; }
  section.happy-customers-area .happy-customers-items {
    margin-top: 20px; }
    @media (max-width: 767px) {
      section.happy-customers-area .happy-customers-items {
        margin-top: 10px; } }
    section.happy-customers-area .happy-customers-items .happy-customer-item {
      padding: 15px;
      border-right: solid 1px transparent;
      border-bottom: solid 1px #b2b2b2; }
      @media (max-width: 991px) {
        section.happy-customers-area .happy-customers-items .happy-customer-item {
          border: none; } }
      section.happy-customers-area .happy-customers-items .happy-customer-item:nth-child(odd) {
        border-right-color: #b2b2b2; }
        @media (max-width: 991px) {
          section.happy-customers-area .happy-customers-items .happy-customer-item:nth-child(odd) {
            border: none; } }
      section.happy-customers-area .happy-customers-items .happy-customer-item:nth-child(3), section.happy-customers-area .happy-customers-items .happy-customer-item:nth-child(4) {
        border-bottom-color: transparent; }
        @media (max-width: 991px) {
          section.happy-customers-area .happy-customers-items .happy-customer-item:nth-child(3), section.happy-customers-area .happy-customers-items .happy-customer-item:nth-child(4) {
            border: none; } }
      section.happy-customers-area .happy-customers-items .happy-customer-item .happy-customer-picture-col a {
        display: block;
        overflow: hidden;
        height: auto;
        border-radius: 50%; }
        section.happy-customers-area .happy-customers-items .happy-customer-item .happy-customer-picture-col a img {
          width: 100%;
          height: auto; }
        @media (max-width: 767px) {
          section.happy-customers-area .happy-customers-items .happy-customer-item .happy-customer-picture-col a {
            width: 150px;
            margin: auto;
            margin-bottom: 10px; } }
      section.happy-customers-area .happy-customers-items .happy-customer-item .happy-customer-info-col {
        font-size: 18px;
        font-weight: 400;
        color: #666666; }
        @media (max-width: 767px) {
          section.happy-customers-area .happy-customers-items .happy-customer-item .happy-customer-info-col {
            text-align: center;
            font-size: 14px; } }

section.tv-reklam-area {
  padding: 20px 0px; }
  @media (max-width: 767px) {
    section.tv-reklam-area {
      padding: 10px 0px; } }
  section.tv-reklam-area .tv-reklam-title-row .tv-reklam-title-col h2 {
    font-size: 40px;
    font-weight: 400;
    color: #1a3781;
    text-align: center;
    padding-bottom: 15px;
    position: relative; }
    @media (max-width: 767px) {
      section.tv-reklam-area .tv-reklam-title-row .tv-reklam-title-col h2 {
        font-size: 24px; } }
    section.tv-reklam-area .tv-reklam-title-row .tv-reklam-title-col h2:after {
      display: block;
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 100px;
      margin-left: -50px;
      content: "";
      height: 1px;
      overflow: hidden;
      background: #1a3781; }
  section.tv-reklam-area .tv-reklam-content-col {
    padding: 20px 0px; }

section.sss-area {
  padding: 20px 0px; }
  @media (max-width: 767px) {
    section.sss-area {
      padding: 10px 0px; } }
  section.sss-area .sss-title-row .sss-title-col h2 {
    font-size: 40px;
    font-weight: 400;
    color: #1a3781;
    text-align: center;
    padding-bottom: 15px;
    position: relative; }
    @media (max-width: 767px) {
      section.sss-area .sss-title-row .sss-title-col h2 {
        font-size: 24px; } }
    section.sss-area .sss-title-row .sss-title-col h2:after {
      display: block;
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 100px;
      margin-left: -50px;
      content: "";
      height: 1px;
      overflow: hidden;
      background: #1a3781; }
  section.sss-area .sss-items-row .sss-item {
    margin-top: 20px; }
    section.sss-area .sss-items-row .sss-item .panel {
      box-shadow: none;
      border: none; }
      section.sss-area .sss-items-row .sss-item .panel h4 {
        color: #1a3781;
        font-size: 20px; }
      section.sss-area .sss-items-row .sss-item .panel .panel-body {
        border: none;
        font-size: 16px; }
      section.sss-area .sss-items-row .sss-item .panel .panel-title a {
        padding-left: 24px;
        position: relative; }
        section.sss-area .sss-items-row .sss-item .panel .panel-title a:after {
          display: block;
          position: absolute;
          top: 5px;
          left: 7px;
          height: 16px;
          width: 2px;
          background: #1a3781;
          content: "";
          transition: 0.4s; }
        section.sss-area .sss-items-row .sss-item .panel .panel-title a:before {
          display: block;
          position: absolute;
          top: 12px;
          left: 0;
          height: 2px;
          width: 16px;
          background: #1a3781;
          content: ""; }
        section.sss-area .sss-items-row .sss-item .panel .panel-title a[aria-expanded="true"]:after {
          -webkit-transform: rotate(-90deg);
          -moz-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }
    section.sss-area .sss-items-row .sss-item h3 {
      font-size: 18px;
      color: #1a3781;
      margin: 0;
      font-weight: 400; }
    section.sss-area .sss-items-row .sss-item ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      section.sss-area .sss-items-row .sss-item ul li {
        margin: 0;
        padding: 0;
        position: relative;
        padding-left: 10px; }
        section.sss-area .sss-items-row .sss-item ul li:before {
          position: absolute;
          width: 4px;
          height: 4px;
          border-radius: 50%;
          background: #666666;
          content: "";
          top: 10px;
          left: 0; }

section.home-bottom-form-area {
  padding: 20px 0px; }
  @media (max-width: 767px) {
    section.home-bottom-form-area {
      padding: 10px 0px; } }
  section.home-bottom-form-area .home-form-row {
    background: #1a3781; }
    section.home-bottom-form-area .home-form-row .home-form-col {
      padding: 40px 15px; }
      section.home-bottom-form-area .home-form-row .home-form-col h3 {
        font-size: 40px;
        font-weight: 400;
        color: #f4a829;
        margin: 0;
        margin-bottom: 40px;
        text-align: center; }
        @media (max-width: 1199px) {
          section.home-bottom-form-area .home-form-row .home-form-col h3 {
            font-size: 36px; } }
        @media (max-width: 767px) {
          section.home-bottom-form-area .home-form-row .home-form-col h3 {
            font-size: 24px;
            margin-bottom: 10px; } }
      @media (max-width: 991px) {
        section.home-bottom-form-area .home-form-row .home-form-col input {
          margin-bottom: 15px; } }
      section.home-bottom-form-area .home-form-row .home-form-col .btn {
        width: 100%; }

footer {
  padding: 20px 0px; }
  @media (max-width: 767px) {
    footer {
      padding: 10px 0px; } }
  footer > .container {
    border-top: solid 1px #ddd;
    padding-top: 20px; }
  footer .logo-col a {
    display: block;
    width: 200px;
    max-width: 100%; }
    @media (max-width: 767px) {
      footer .logo-col a {
        margin: auto; } }
    footer .logo-col a img {
      display: block;
      max-width: 100%;
      height: auto; }
      @media (max-width: 767px) {
        footer .logo-col a img {
          margin: auto; } }
  footer .social-links {
    text-align: right;
    padding-top: 20px; }
    @media (max-width: 767px) {
      footer .social-links {
        text-align: center;
        margin-top: 10px; } }
    footer .social-links a {
      display: inline-block;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      margin: 0 5px;
      text-align: center;
      border: solid 1px transparent;
      line-height: 38px;
      font-size: 24px;
      color: #fff;
      transition: ease-in-out 0.4s; }
      footer .social-links a.facebook {
        background: #517ebc;
        border-color: #517ebc; }
        footer .social-links a.facebook:hover {
          background: transparent;
          color: #517ebc; }
      footer .social-links a.twitter {
        background: #68cdef;
        border-color: #68cdef; }
        footer .social-links a.twitter:hover {
          background: transparent;
          color: #68cdef; }
      footer .social-links a.youtube {
        background: #CC181E;
        border-color: #CC181E; }
        footer .social-links a.youtube:hover {
          background: transparent;
          color: #CC181E; }
      footer .social-links a.instagram {
        background: #517fa4;
        border-color: #517fa4; }
        footer .social-links a.instagram:hover {
          background: transparent;
          color: #517fa4; }
  footer .phone-col {
    text-align: center;
    font-size: 24px;
    color: #1a3781;
    font-weight: 500;
    padding-top: 20px; }

section.general-form-area .roadbed-boxes-row .roadbed-item-col {
  padding: 20px 15px; }
  section.general-form-area .roadbed-boxes-row .roadbed-item-col .roadbed-item-inner {
    background: #f4a829;
    padding: 20px 15px;
    border-radius: 4px; }
    section.general-form-area .roadbed-boxes-row .roadbed-item-col .roadbed-item-inner .roadbed-checkbox {
      width: 30px;
      height: 30px;
      margin: auto; }
      section.general-form-area .roadbed-boxes-row .roadbed-item-col .roadbed-item-inner .roadbed-checkbox input[type="radio"] {
        display: none; }
        section.general-form-area .roadbed-boxes-row .roadbed-item-col .roadbed-item-inner .roadbed-checkbox input[type="radio"]:checked ~ label {
          background-image: url(../img/tick.svg); }
      section.general-form-area .roadbed-boxes-row .roadbed-item-col .roadbed-item-inner .roadbed-checkbox label {
        display: block;
        margin: 0;
        padding: 0;
        width: 30px;
        height: 30px;
        background: #fff;
        border: none;
        box-shadow: none;
        outline: none;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }
    section.general-form-area .roadbed-boxes-row .roadbed-item-col .roadbed-item-inner h2 {
      font-size: 30px;
      font-weight: 500;
      color: #1a3781;
      text-align: center; }
    section.general-form-area .roadbed-boxes-row .roadbed-item-col .roadbed-item-inner p {
      font-size: 16px;
      text-align: center;
      color: #1a3781; }
section.general-form-area .general-form-title-row {
  border-bottom: solid 1px #808080;
  margin-bottom: 15px;
  margin-top: 15px; }
  section.general-form-area .general-form-title-row .general-form-title-col h3 {
    margin: 0;
    font-size: 18px;
    color: #1a3781;
    font-weight: 300; }
  section.general-form-area .general-form-title-row .general-form-error-col p {
    text-align: right;
    color: #fc0d1b;
    font-size: 15px; }
    @media (max-width: 991px) {
      section.general-form-area .general-form-title-row .general-form-error-col p {
        text-align: left; } }
    section.general-form-area .general-form-title-row .general-form-error-col p.primary-text-color {
      color: #1a3781; }
section.general-form-area .general-form-row .general-form-col {
  padding: 15px;
  color: #666666;
  font-size: 16px;
  font-weight: 400; }
  section.general-form-area .general-form-row .general-form-col .full-width-btn {
    width: 100%; }
  section.general-form-area .general-form-row .general-form-col.child-sub-profile {
    padding-left: 45px; }
  section.general-form-area .general-form-row .general-form-col.credit-card-type-icons i {
    font-size: 50px; }
  section.general-form-area .general-form-row .general-form-col.taksit-option-box-col {
    padding: 0 15px; }
    section.general-form-area .general-form-row .general-form-col.taksit-option-box-col .taksit-option-box {
      padding: 15px;
      background: #f5f5f5;
      border-radius: 4px;
      margin-bottom: 15px; }
      section.general-form-area .general-form-row .general-form-col.taksit-option-box-col .taksit-option-box span {
        display: block;
        float: left;
        width: 25%;
        text-align: center; }
        section.general-form-area .general-form-row .general-form-col.taksit-option-box-col .taksit-option-box span.input-span {
          text-align: left; }
        section.general-form-area .general-form-row .general-form-col.taksit-option-box-col .taksit-option-box span.taksit-sayisi-text {
          text-align: left; }
      section.general-form-area .general-form-row .general-form-col.taksit-option-box-col .taksit-option-box:after {
        display: table;
        content: "";
        clear: both; }
  section.general-form-area .general-form-row .general-form-col input[type="checkbox"],
  section.general-form-area .general-form-row .general-form-col input[type="radio"],
  section.general-form-area .general-form-row .general-form-col label {
    float: left; }
  section.general-form-area .general-form-row .general-form-col:after {
    display: table;
    content: "";
    clear: both; }
  section.general-form-area .general-form-row .general-form-col .secure-net-type-select {
    margin-bottom: 15px;
    margin-top: -10px; }
  section.general-form-area .general-form-row .general-form-col .small-size-checkbox ~ label {
    margin-right: 5px;
    margin-top: 3px; }
  section.general-form-area .general-form-row .general-form-col .small-size-radio ~ label {
    margin-right: 5px;
    margin-top: 3px; }
  section.general-form-area .general-form-row .general-form-col a {
    color: #1a3781; }
  section.general-form-area .general-form-row .general-form-col a.form-col-tooltip-anchor {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    background: #1a3781;
    border-radius: 50%; }
    section.general-form-area .general-form-row .general-form-col a.form-col-tooltip-anchor ~ .tooltip .tooltip-arrow {
      border-top-color: #1a3781; }
    section.general-form-area .general-form-row .general-form-col a.form-col-tooltip-anchor ~ .tooltip .tooltip-inner {
      background-color: #1a3781; }
section.general-form-area .proccess-warning-row .proccess-warning-col p {
  text-align: center;
  color: #1a3781;
  font-size: 24px;
  font-weight: 300; }
  section.general-form-area .proccess-warning-row .proccess-warning-col p i {
    font-size: 90px; }
  section.general-form-area .proccess-warning-row .proccess-warning-col p svg {
    display: block;
    width: 100px;
    margin: auto;
    height: auto; }
section.general-form-area .form-contract-type-select-boxes-row {
  color: #1a3781; }
  section.general-form-area .form-contract-type-select-boxes-row .form-contract-type-select-box {
    padding: 20px 15px; }
    section.general-form-area .form-contract-type-select-boxes-row .form-contract-type-select-box .form-contract-type-select-box-inner {
      background: #f4a829;
      padding: 20px 15px;
      border-radius: 4px; }
      section.general-form-area .form-contract-type-select-boxes-row .form-contract-type-select-box .form-contract-type-select-box-inner .radio-title {
        font-size: 18px;
        font-weight: 500;
        line-height: 30px;
        margin-bottom: 20px; }
        section.general-form-area .form-contract-type-select-boxes-row .form-contract-type-select-box .form-contract-type-select-box-inner .radio-title label {
          float: left; }
        section.general-form-area .form-contract-type-select-boxes-row .form-contract-type-select-box .form-contract-type-select-box-inner .radio-title:after {
          display: table;
          content: "";
          clear: both; }
      section.general-form-area .form-contract-type-select-boxes-row .form-contract-type-select-box .form-contract-type-select-box-inner .active-type-icon-col {
        text-align: center; }
        section.general-form-area .form-contract-type-select-boxes-row .form-contract-type-select-box .form-contract-type-select-box-inner .active-type-icon-col svg {
          width: 80%;
          height: auto;
          max-width: 100px; }
        section.general-form-area .form-contract-type-select-boxes-row .form-contract-type-select-box .form-contract-type-select-box-inner .active-type-icon-col .active-type-text {
          display: block;
          width: 100%;
          margin: auto;
          padding: 10px 5px;
          background: #1a3781;
          color: #fff;
          font-size: 16px;
          font-weight: 700; }
      section.general-form-area .form-contract-type-select-boxes-row .form-contract-type-select-box .form-contract-type-select-box-inner .active-type-text-col {
        font-size: 16px; }
section.general-form-area .total-price-row .total-price-col {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #f7f7f7;
  border: solid 1px #d6d6d6;
  border-radius: 4px; }
  section.general-form-area .total-price-row .total-price-col .montly-invoice-col,
  section.general-form-area .total-price-row .total-price-col .credit-card-col {
    padding: 20px; }
    section.general-form-area .total-price-row .total-price-col .montly-invoice-col h3,
    section.general-form-area .total-price-row .total-price-col .credit-card-col h3 {
      color: #0d3d80;
      font-size: 18px;
      font-weight: 700;
      text-decoration: underline;
      margin: 0;
      margin-bottom: 25px; }
    section.general-form-area .total-price-row .total-price-col .montly-invoice-col p,
    section.general-form-area .total-price-row .total-price-col .credit-card-col p {
      font-size: 16px; }
      section.general-form-area .total-price-row .total-price-col .montly-invoice-col p b,
      section.general-form-area .total-price-row .total-price-col .credit-card-col p b {
        font-weight: 700; }
      section.general-form-area .total-price-row .total-price-col .montly-invoice-col p.total-price-text,
      section.general-form-area .total-price-row .total-price-col .credit-card-col p.total-price-text {
        color: #1a3781;
        color: #0d3d80;
        font-size: 16px;
        font-weight: 700;
        text-align: right;
        border-top: solid 1px rgba(0, 0, 0, 0.1);
        padding-top: 15px; }
      section.general-form-area .total-price-row .total-price-col .montly-invoice-col p span.price-text,
      section.general-form-area .total-price-row .total-price-col .credit-card-col p span.price-text {
        display: inline-block;
        float: right; }
      section.general-form-area .total-price-row .total-price-col .montly-invoice-col p:after,
      section.general-form-area .total-price-row .total-price-col .credit-card-col p:after {
        display: table;
        content: "";
        clear: both; }
  section.general-form-area .total-price-row .total-price-col .credit-card-col {
    border-right: solid 1px rgba(0, 0, 0, 0.1); }
    @media (max-width: 991px) {
      section.general-form-area .total-price-row .total-price-col .credit-card-col {
        border-right: none; } }

section.thank-you-contract-area {
  padding: 20px 0px; }
  section.thank-you-contract-area h3 {
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 1.4; }
  section.thank-you-contract-area .contract-box {
    width: 800px;
    max-width: 80%;
    background: #f4a829;
    border-radius: 4px;
    margin: auto;
    padding: 20px;
    text-align: center;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3); }
    @media (max-width: 767px) {
      section.thank-you-contract-area .contract-box {
        max-width: 95%;
        padding: 15px; } }
    section.thank-you-contract-area .contract-box svg {
      display: block;
      margin: auto;
      width: 80px;
      height: auto;
      margin-bottom: 20px; }
      section.thank-you-contract-area .contract-box svg .st0 {
        fill: #1a3781; }
    section.thank-you-contract-area .contract-box a.contract-download-btn {
      background: #1a3781;
      font-size: 18px;
      color: #fff;
      border: solid 1px #1a3781;
      transition: 0.4s; 
       white-space: normal; }
      @media (max-width: 767px) {
        section.thank-you-contract-area .contract-box a.contract-download-btn {
          font-size: 14px; 
                  white-space: normal; } }
      section.thank-you-contract-area .contract-box a.contract-download-btn:hover {
        color: #1a3781;
        background: transparent; }

section.thank-you-finish-info-area {
  padding: 20px 0px; }
  section.thank-you-finish-info-area .thank-you-finish-info-title {
    font-size: 30px;
    padding: 20px;
    padding-top: 0px;
    text-align: center;
    color: #1a3781;
    border-bottom: solid 1px #d6d6d6;
    margin-bottom: 20px; }
  section.thank-you-finish-info-area .thank-you-finish-info-inner {
    background: #f7f7f7;
    border: solid 1px #d6d6d6;
    border-radius: 4px;
    padding: 20px; }
    section.thank-you-finish-info-area .thank-you-finish-info-inner p {
      color: #666;
      font-size: 18px;
      margin-bottom: 20px; }
      section.thank-you-finish-info-area .thank-you-finish-info-inner p span.paragraph-title {
        display: block;
        color: #1a3781; }
      section.thank-you-finish-info-area .thank-you-finish-info-inner p:last-child {
        margin-bottom: 0; }
        @media (max-width: 767px) {
          section.thank-you-finish-info-area .thank-you-finish-info-inner p:last-child {
            margin-bottom: 20px; } }
    section.thank-you-finish-info-area .thank-you-finish-info-inner .second-info-items-row {
      margin-top: 20px;
      padding-top: 20px;
      border-top: solid 1px #d6d6d6; }
      @media (max-width: 991px) {
        section.thank-you-finish-info-area .thank-you-finish-info-inner .second-info-items-row {
          margin-top: 0; } }

/*# sourceMappingURL=turknet-satis.css.map */
