/****************** COLORS ***********************/
/****************** COLORS ***********************/
/****************** DEVICE ***********************/
/****************** DEVICE ***********************/

.breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
}
.breadcrumb li {
  float: left;
  font-size: 13px;
  font-weight: normal;
  margin-right: 10px;
  position: relative;
  padding-right: 15px;
}
.breadcrumb li a {
  text-decoration: underline;
  color: #394040;
}
.breadcrumb li a span {
  color: #394040;
}
.breadcrumb li a:hover {
  text-decoration: none;
}
.breadcrumb li span {
  color: #6c7676;
}
.breadcrumb li:after {
  color: #394040;
  content: ">";
  position: absolute;
  right: 0;
  top: 0;
}
.breadcrumb li:last-child:after {
  display: none;
}
.dark-header .breadcrumb li {
  opacity: 0.7;
}
.dark-header .breadcrumb li a,
.dark-header .breadcrumb li span {
  color: #bed2e6;
  text-decoration: none;
}
.dark-header .breadcrumb li:after {
  color: white;
}
.dark-header .breadcrumb li a {
  text-decoration: underline;
}
.dark-header .breadcrumb li a:hover {
  text-decoration: none;
}
.search-wrap .search-item .breadcrumb {
  margin-bottom: 10px;
}
.search-wrap .search-item .breadcrumb li a {
  color: #cabfb7;
}
.search-wrap .search-item .breadcrumb li a span {
  color: #cabfb7;
}
.search-wrap .search-item .breadcrumb li:after {
  color: #cabfb7;
}
.search-wrap .search-item .breadcrumb li span {
  color: #cabfb7;
}
.search-wrap {
  background: white;
  padding: 40px 30px 30px 30px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media only screen and (max-width: 767px) {
  .search-wrap.page-search {
    padding: 0;
    background: none;
  }
  .search-wrap.page-search .dark-box {
    margin-bottom: 30px !important;
  }
}
.search-wrap .pagination li.active a {
  background-color: #2484c6;
}
.search-wrap p strong {
  color: #2484c6;
}
.search-wrap a {
  color: #2484c6;
}
@media only screen and (max-width: 767px) {
  .search-wrap {
    padding: 20px;
    background: none;
  }
}
.search-wrap .info {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .search-wrap .info {
    margin-bottom: 20px;
  }
}
.search-wrap .dark-box {
  padding: 40px 30px 30px !important;
}
@media only screen and (max-width: 767px) {
  .search-wrap .dark-box {
    padding: 30px 20px 20px !important;
  }
}
.search-wrap .dark-box .form-control {
  border-color: #767676;
  padding: 14px 20px;
  margin-right: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #bed2e6;
}
.search-wrap .dark-box .form-control::-webkit-input-placeholder {
  color: #bed2e6 !important;
  font-size: 1.6rem;
}
.search-wrap .dark-box .form-control::-moz-placeholder {
  color: #bed2e6 !important;
  font-size: 1.6rem;
}
.search-wrap .dark-box .form-control:-ms-input-placeholder {
  color: #bed2e6 !important;
  font-size: 1.6rem;
}
.search-wrap .dark-box .form-control:-moz-placeholder {
  color: #bed2e6 !important;
  font-size: 1.6rem;
}
.search-wrap .dark-box .form-control::-webkit-input-placeholder {
  color: #bed2e6;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 16px;
}
.search-wrap .dark-box .form-control:-moz-placeholder {
  color: #bed2e6;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 16px;
}
.search-wrap .dark-box .form-control::-moz-placeholder {
  color: #bed2e6;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 16px;
}
.search-wrap .dark-box .form-control:-ms-input-placeholder {
  color: #bed2e6;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 16px;
}
.search-wrap .dark-box .form-control::placeholder {
  color: #bed2e6;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 16px;
}
.search-wrap .dark-box .btn {
  display: block;
  padding: 14px 20px;
  width: 100%;
}
.search-wrap .info-panel {
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
}
@media only screen and (max-width: 767px) {
  .search-wrap .info-panel p {
    margin-bottom: 0px;
  }
}
.search-wrap .search-body .search-item {
  padding: 16px 0;
}
@media only screen and (max-width: 767px) {
  .search-wrap .search-body .search-item {
    padding-bottom: 0;
  }
}
.search-wrap .search-body .search-item h4 {
  color: #870052;
  font-weight: bold;
  margin-bottom: 10px;
}
.pagination {
  text-align: center;
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .pagination {
    padding: 10px 0;
  }
}
.pagination li {
  display: inline-block;
  float: none;
  margin: 0 1px;
}
.pagination li a {
  padding: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  border: none;
  color: #394040;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .pagination li a {
    line-height: 1.5;
  }
}
.pagination li a:hover {
  background-color: #e9ecef;
  border-color: #dee2e6;
  text-decoration: none;
}
.pagination li.active a {
  background-color: #870052;
  color: white;
}
.acc {
  padding: 23px 0;
  border-bottom: 1px solid #d8d8d8;
}
.acc.acclast {
  margin-bottom: 30px;
}
.acc > h2,
.acc > h3 {
  margin-bottom: 0 !important;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  padding-right: 25px;
}
.acc > h2 button,
.acc > h3 button {
  border: none;
  background: none;
  outline: none;
  padding: 0;
  width: 100%;
  text-align: left;
}
.acc > h2:after,
.acc > h3:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #394040;
}
.acc .acc-content {
  display: none;
  padding-top: 20px;
}
.acc .acc-content p {
  margin-bottom: 20px;
}
.acc .acc-content p:last-child {
  margin-bottom: 0;
}
.acc.active > h2 button,
.acc.active > h3 button {
  color: #2484c6;
}
.acc.active > h2:after,
.acc.active > h3:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  color: #2484c6;
}
.acc + p {
  margin-top: 20px;
}
.acc .acc {
  background: #f0f0f0;
  padding: 20px 20px 18px 20px;
  border: 0;
  margin-bottom: 2px;
}
.acc .acc > h2,
.acc .acc > h3,
.acc .acc > h4 {
  font-size: 1.8rem !important;
}
.acc .acc > h2:after,
.acc .acc > h3:after,
.acc .acc > h4:after {
  font-size: 1.4rem;
  margin-top: -7px;
}
.full-tab p {
  font-size: 1.6rem;
}
.full-tab .indicator {
  border-bottom: 3px solid #870052;
  position: absolute;
  bottom: 0;
  width: 50% !important;
  left: 0;
  opacity: 0;
}
.page-subpage-content .full-tab {
  padding: 0 !important;
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
  .full-tab {
    padding: 10px 20px 20px 20px;
  }
}
.full-tab .nav {
  border-bottom: 1px solid #e1c5d6;
  position: relative;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 20px 0;
}
.full-tab .nav-item {
  padding: 0 !important;
  margin-top: 0px;
}
.full-tab .nav-item:before {
  display: none;
}
.full-tab .nav-item a {
  padding: 0px 35px 0px 0px !important;
  border: none !important;
  position: relative;
  line-height: 1.1;
  display: inline-block;
  width: 100%;
  font-size: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
  color: black;
}
.full-tab .nav-item a:after {
  position: absolute;
  right: 0;
  height: 30px;
  width: 1px;
  content: "";
  top: 50%;
  background: #cccccc;
  transform: translateY(-50%);
}
.full-tab .nav-item.active a {
  color: black;
}
.full-tab .nav-item.active a:hover,
.full-tab .nav-item.active a:focus {
  color: black;
}
.full-tab .nav-item:last-child a:after {
  display: none;
}
.full-tab ul li {
  margin-bottom: 0 !important;
}
.full-tab ul li:last-child a {
  padding-left: 30px !important;
}
.full-tab.small .nav-item a {
  padding: 22px 35px 22px 35px;
}
.full-tab .nav-justified .nav-item:nth-child(1) a {
  padding-left: 0 !important;
}
.full-tab .nav-justified .nav-item > a {
  padding-left: 30px;
  text-align: left;
}
.full-tab .nav-justified .nav-item i {
  position: absolute;
  right: 30px;
  transform: translateY(-50%);
  top: 55%;
}
.full-tab .nav-justified .nav-item i.icon-Tasit_Kredisi {
  font-size: 44px;
}
.full-tab .nav-justified .nav-item:first-child > a {
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .full-tab .tab-content .tab-click {
    padding: 20px 0 !important;
    border-bottom: 1px solid #d8d8d8;
  }
}
.full-tab .tab-content .tab-click.active {
  border-bottom: 1px solid transparent;
}
@media only screen and (max-width: 767px) {
  .full-tab .tab-content .tab-click.active:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e909";
    position: absolute;
    right: 0;
    top: 50%;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #394040;
    transform: rotate(-180deg);
  }
}
@media only screen and (max-width: 767px) {
  .full-tab .tab-content .tab-click {
    color: black;
    font-size: 1.8rem;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .full-tab .tab-content .tab-click:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e909";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #394040;
  }
}
.full-tab .tab-content .tab-pane {
  padding: 0px 15px 15px 15px;
}
@media only screen and (max-width: 767px) {
  .full-tab .tab-content {
    padding-top: 0;
  }
}
.sub-page {
  background: #f8fbfd;
  padding: 0 0 0;
}
@media only screen and (max-width: 1200px) {
  .sub-page {
    padding-bottom: 0px;
  }
}
.sub-page .page-body {
  padding-bottom: 70px;
  /*@media @mobile {
            padding-bottom: 0px;
        }*/

}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .sub-page .page-body {
    min-height: calc(-206vh);
  }
}
.sub-page .page-body .Page404 {
  margin: 0 -20px;
}
.sub-page .page-body .page-header {
  padding: 40px 0;
  padding-top: 37px;
}
@media only screen and (max-width: 767px) {
  .sub-page .page-body .page-header {
    padding: 20px 0;
  }
}
.sub-page .page-body .page-header .container {
  position: relative;
}
.sub-page .page-body .page-header h1 {
  margin-bottom: 18px;
  font-size: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .sub-page .page-body .page-header h1 {
    margin-bottom: 0px;
    font-size: 2.2rem;
  }
}
.sub-page .page-body .page-header h2 {
  font-size: 2.4rem;
  margin-bottom: 60px;
  margin-top: 40px;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .sub-page .page-body .page-header h2 {
    margin-bottom: 30px;
    margin-top: 20px;
  }
}
.sub-page .page-body .page-header .btn-wrap {
  position: absolute;
  right: 15px;
  top: 5px;
}
.sub-page .page-body .page-header .btn-wrap a {
  margin-right: 16px;
}
@media only screen and (max-width: 767px) {
  .sub-page .page-body .page-header .btn-wrap a {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.sub-page .page-body .page-header .btn-wrap a:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .sub-page .page-body .page-header .btn-wrap.campaigns-btn {
    position: absolute;
    top: 235px;
    padding: 0 16px;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sub-page .page-body .page-header .btn-wrap.campaigns-btn a {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .sub-page .page-body .page-header .btn-wrap {
    position: static;
    margin-top: 20px;
    width: 100%;
  }
}
.sub-page .page-body .page-header.dark-header {
  background: url("/_assets/img/subpage/header-bg.jpg") no-repeat center center;
  background-size: cover;
  color: white;
}
@media only screen and (max-width: 767px) {
  .sub-page .page-body .page-header.dark-header {
    height: auto;
  }
}
.sub-page .page-body .page-header.header-go {
  opacity: 0.9;
  background-image: linear-gradient(270deg, #e45a2f 0%, #e1345e 100%);
}
.sub-page .page-body .page-header.header-go .breadcrumb li span {
  color: #f6c9d1;
}
.sub-page .page-body .filter-wrap .select2-container .select2-selection--single {
  height: 60px;
}
.sub-page .page-body .filter-wrap .select2-container .select2-selection__rendered {
  padding: 0 10px;
  line-height: 63px;
  font-size: 16px;
}
.sub-page .page-body .filter-wrap .select2-container .select2-selection__arrow {
  right: 21px;
  height: 60px;
}
.sub-page .page-body .filter-wrap .select2-container .select2-selection__placeholder {
  padding: 0;
}
.sub-page .page-body .filter-wrap #searchCampaigns {
  border: solid 1px #bed2e6;
  padding-left: 20px;
  line-height: 28px;
  height: 60px;
  padding-right: 50px;
}
.sub-page .page-body .dark-box {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 30px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: url("/_assets/img/filtre-bg.png") no-repeat center center;
  background-size: cover;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .sub-page .page-body .dark-box {
    padding: 20px;
    margin-bottom: 75px;
  }
}
.sub-page .page-body .dark-box .select2-container--open {
  background-color: white;
}
.sub-page .page-body .dark-box .select2-container--open .select2-selection__rendered,
.sub-page .page-body .dark-box .select2-container--open .select2-selection__placeholder {
  color: #394040;
}
.sub-page .page-body .dark-box .select2-container--open .select2-selection__arrow b::Before {
  color: #394040;
}
.sub-page .page-body .detail-wrap {
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  .sub-page .page-body .detail-wrap {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sub-page .page-body .detail-wrap .left-colm #smsScreen.form-screen {
    border: 0;
    background: white;
  }
}
.sub-page .page-body .detail-wrap .left-colm h1 {
  font-size: 3.6rem;
}
.sub-page .page-body .detail-wrap .left-colm h2 {
  font-size: 2.4rem;
  color: #2484c6;
  margin-bottom: 20px;
}
.sub-page .page-body .detail-wrap .left-colm h3 {
  margin-bottom: 20px;
  font-size: 2rem;
}
.sub-page .page-body .detail-wrap .left-colm h4 {
  margin-bottom: 20px;
}
.sub-page .page-body .detail-wrap .left-colm p {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .sub-page .page-body .detail-wrap .left-colm p.countdown {
    text-align: center;
    font-weight: bold;
  }
}
@media only screen and (max-width: 767px) {
  .sub-page .page-body .detail-wrap .left-colm input[name="GeneratedSmsCode"]::placeholder {
    opacity: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sub-page .page-body .detail-wrap .left-colm .m-disabled {
    pointer-events: none;
    opacity: 0.65;
  }
}
.sub-page .page-body .detail-wrap .left-colm ul {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .sub-page .page-body .detail-wrap .left-colm ul {
    margin-bottom: 20px;
  }
}
.sub-page .page-body .detail-wrap .left-colm ul li {
  line-height: 1.63;
  color: #272b2b;
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.sub-page .page-body .detail-wrap .left-colm ul li::before {
  content: "";
  width: 15px;
  height: 18px;
  content: "\e900";
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 0;
  color: #2580c3;
  /* background-image: linear-gradient(to left, #161f53, #2580c3);*/

  /*background: url(/_assets/img/subpage/bullet.png) no-repeat center center;*/

}
@media only screen and (max-width: 767px) {
  .sub-page .page-body .detail-wrap .left-colm ul li::before {
    top: 2px;
  }
}
.sub-page .page-body .detail-wrap .left-colm ul li:last-child {
  margin-bottom: 0;
}
.sub-page .page-body .detail-wrap .left-colm ul li ul {
  padding-top: 10px;
}
.sub-page .page-body .detail-wrap .left-colm ul li ul li {
  padding-left: 18px;
}
.sub-page .page-body .detail-wrap .left-colm ul li ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  top: 10px;
  background: #145389;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.sub-page .page-body .detail-wrap .left-colm ul:last-child {
  margin-bottom: 0;
}
.sub-page .page-body .detail-wrap .left-colm .right-colm {
  margin-top: 0;
}
.sub-page .page-body .detail-wrap .right-colm {
  margin-top: -138px;
}
@media only screen and (max-width: 767px) {
  .sub-page .page-body .detail-wrap .right-colm {
    margin-top: 0;
  }
}
.sub-page .page-body .detail-wrap .right-colm .right-wrap {
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-top: 0;
}
.sub-page .page-body .detail-wrap .right-colm picture {
  display: block;
  overflow: hidden;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.sub-page .page-body .detail-wrap .right-colm picture img {
  width: 100%;
}
.sub-page .page-body .detail-wrap .right-colm.fixed {
  position: fixed;
  margin-top: 0;
  top: 0;
}
.sub-page .page-body .detail-wrap .right-colm.fixed .right-wrap {
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  .sub-page .page-body .detail-wrap .btn-wrap {
    margin-top: 20px;
  }
}
.sub-page .page-body .detail-wrap .btn-wrap .btn {
  width: 100%;
}
.sub-page .page-body .detail-wrap .btn-wrap .btn i {
  position: relative;
  bottom: 1px;
  font-size: 12px;
}
.sub-page .page-body .detail-wrap .btn-wrap .prev-campaign-btn i {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .sub-page .page-body .detail-wrap .btn-wrap .next-campaign-btn {
    margin-bottom: 140px;
  }
}
.sub-page .page-body .detail-wrap .btn-wrap .next-campaign-btn i {
  margin-left: 10px;
}
.sub-page .page-body .fixed-detail-wrap .detail-wrap {
  position: relative;
}
.sub-page .page-body .fixed-detail-wrap .page-header .btn-wrap {
  top: inherit;
  left: 15px;
  right: inherit;
  bottom: -34px;
  z-index: 9;
}
.sub-page .page-body .fixed-detail-wrap .page-header .col-7 {
  height: 175px;
}
@media only screen and (max-width: 767px) {
  .sub-page .page-body .fixed-detail-wrap .page-header .col-7 {
    height: auto;
  }
}
.sub-page .page-body .fixed-detail-wrap .page-header .card-wrap {
  position: absolute;
  right: 15px;
  top: 0px;
  max-width: 300px;
}
@media only screen and (max-width:991px) {
  .sub-page .page-body .fixed-detail-wrap .page-header .card-wrap {
    top: inherit;
    bottom: -40px;
  }
}
@media only screen and (max-width: 767px) {
  .sub-page .page-body .fixed-detail-wrap .page-header .card-wrap {
    top: 0px;
  }
}
.sub-page .page-body .fixed-detail-wrap .short-content {
  padding: 0 16px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .sub-page .page-body .fixed-detail-wrap .short-content {
    margin-top: 0px;
  }
}
.sub-page .page-body .fixed-detail-wrap .short-content h2 {
  margin-bottom: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .sub-page .page-body .fixed-detail-wrap .short-content .btn-wrap {
    margin-top: 0px;
  }
}
.sub-page .page-body .fixed-detail-wrap .short-content .btn {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .sub-page .page-body .fixed-detail-wrap .short-content .btn {
    margin-bottom: 16px;
  }
  .sub-page .page-body .fixed-detail-wrap .short-content .btn:last-child {
    margin-bottom: 0;
  }
}
.sub-page .page-body .fixed-detail-wrap .steps-wrapper .step-item {
  padding: 70px 0 160px;
  height: 100vh;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
  .sub-page .page-body .fixed-detail-wrap .steps-wrapper .step-item {
    height: 110vh;
  }
}
@media only screen and (max-width:991px) {
  .sub-page .page-body .fixed-detail-wrap .steps-wrapper .step-item {
    height: auto;
    padding: 40px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .sub-page .page-body .fixed-detail-wrap .steps-wrapper .step-item {
    padding: 20px 0 10px;
  }
}
.sub-page .page-body .fixed-detail-wrap .images-group {
  margin-top: 100px;
  position: absolute;
  height: 100vh;
  width: 49%;
  right: 0;
  top: 0;
}
.sub-page .page-body .fixed-detail-wrap .images-group .background-item {
  position: absolute;
  height: 100%;
  width: 100%;
  background-position: top left;
  background-size: cover;
  top: 0;
  right: 0;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
}
.sub-page .page-body .fixed-detail-wrap .images-group .background-item.active {
  opacity: 1;
  z-index: 2;
}
.sub-page .page-body .fixed-detail-wrap .images-group.fixed {
  position: fixed;
  margin-top: 0px;
}
.sub-page .page-body .left-colm .detail-img {
  display: none;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
  .sub-page .page-body .left-colm .detail-img {
    float: right;
    width: 30%;
    margin: 0 0 20px 20px;
  }
}
@media only screen and (max-width:991px) {
  .sub-page .page-body .left-colm .detail-img {
    display: block;
  }
}
.sub-page .page-body .left-colm .detail-img img {
  width: 100%;
}
.sub-page .page-body .left-colm .apply-now h4 {
  font-size: 2.4rem;
  color: #870052;
  margin-bottom: 20px;
}
.sub-page .page-body .left-colm .apply-now .form-wrap {
  position: relative;
}
.sub-page .page-body .left-colm .apply-now .form-wrap .form-group {
  position: relative;
}
.sub-page .page-body .left-colm .apply-now .form-wrap .form-group .form-control {
  color: #394040 !important;
}
.sub-page .page-body .left-colm .apply-now .form-wrap .form-group .form-control::-webkit-input-placeholder {
  color: #394040 !important;
  font-size: 1.6rem;
}
.sub-page .page-body .left-colm .apply-now .form-wrap .form-group .form-control::-moz-placeholder {
  color: #394040 !important;
  font-size: 1.6rem;
}
.sub-page .page-body .left-colm .apply-now .form-wrap .form-group .form-control:-ms-input-placeholder {
  color: #394040 !important;
  font-size: 1.6rem;
}
.sub-page .page-body .left-colm .apply-now .form-wrap .form-group .form-control:-moz-placeholder {
  color: #394040 !important;
  font-size: 1.6rem;
}
.sub-page .page-body .left-colm .apply-now .form-wrap .form-group .form-control::-webkit-input-placeholder {
  color: #394040;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 16px;
}
.sub-page .page-body .left-colm .apply-now .form-wrap .form-group .form-control:-moz-placeholder {
  color: #394040;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 16px;
}
.sub-page .page-body .left-colm .apply-now .form-wrap .form-group .form-control::-moz-placeholder {
  color: #394040;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 16px;
}
.sub-page .page-body .left-colm .apply-now .form-wrap .form-group .form-control:-ms-input-placeholder {
  color: #394040;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 16px;
}
.sub-page .page-body .left-colm .apply-now .form-wrap .form-group .form-control::placeholder {
  color: #394040;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 16px;
}
.sub-page .page-body .left-colm .apply-now .form-wrap .form-group .form-control:focus {
  border-color: #394040;
}
.sub-page .page-body .left-colm .apply-now .form-wrap .form-group label.error {
  margin: -10px 0px 0;
  width: 100%;
}
.sub-page .page-body .left-colm .apply-now .form-wrap .btn-wrap {
  padding-top: 25px;
}
.sub-page .page-body .left-colm .apply-now .custom-control {
  margin-top: 30px;
}
.sub-page .page-body .left-colm .apply-now .custom-control label {
  font-weight: normal;
}
.sub-page .page-body .left-colm .apply-now .custom-control label::before,
.sub-page .page-body .left-colm .apply-now .custom-control label::after {
  margin-top: 2px;
}
.sub-page .page-body .left-colm .apply-now .custom-control label.error {
  width: 100%;
  color: #f0edeb;
  bottom: -22px;
  margin: -10px 0 0;
}
.sub-page .page-body .left-colm .apply-now .custom-control label a {
  text-decoration: underline;
}
.sub-page .page-body .left-colm .apply-now .captcha .input-group-append .captcha-icon {
  color: #870052;
  font-size: 2rem;
}
.sub-page .page-body .left-colm .apply-now .btn-light {
  background-image: linear-gradient(to right, #220000, #870052);
  color: white;
}
@media only screen and (max-width: 767px) {
  .sub-page .page-body .left-colm .apply-now .btn-light {
    width: 100%;
  }
}
.sub-page .page-body .left-colm .apply-now .btn-light:hover {
  border-color: #870052;
  background-image: linear-gradient(to right, white, white);
  color: #870052;
}
.sub-page .page-body .left-colm .apply-now .form-result-screen {
  padding: 0 100px;
  margin: auto;
  border: solid 1px #d8d8d8;
  background-color: rgba(135, 0, 82, 0);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.sub-page .page-body .left-colm .apply-now .form-result-screen i:before {
  color: #870052;
}
.sub-page .page-body .left-colm .apply-now .form-result-screen p {
  color: #870052;
  font-size: 1.8rem;
}
.sub-page .page-body .left-colm .apply-now .form-result-screen p:first-child {
  font-weight: bold;
}
.sub-page .page-body .left-colm .custom-control .custom-control-label:before {
  border: 1px solid #a7a9a9;
  border-radius: 2px;
}
.sub-page .page-body .box-item.card-box figcaption {
  padding-right: 150px;
}
.sub-page .page-body .box-item.card-box figcaption .card {
  background: none;
  border: none;
  position: absolute;
  right: 20px;
  top: -20px;
  max-width: 130px;
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
  .sub-page .page-body .box-item.card-box figcaption .card {
    top: -8px;
    max-width: 114px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .sub-page .page-body .box-item.card-box figcaption .card {
    top: -14px;
  }
}
@media only screen and (max-width: 767px) {
  .sub-page .page-body .box-item.card-box figcaption .card {
    max-width: 105px;
  }
}
.sub-page .page-body .cross-banner {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .sub-page .page-body .cross-banner {
    margin-bottom: 20px;
  }
}
.sub-page .page-body .page-nav {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  background: white;
  padding: 30px 30px 10px 30px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.sub-page .page-body .page-nav h2 {
  padding-bottom: 22px;
  border-bottom: 2px solid #870052;
  font-size: 1.8rem;
  font-weight: bold;
  color: #870052;
}
.sub-page .page-body .page-nav > ul > li {
  border-bottom: 1px solid #d8d8d8;
  padding-top: 15px;
}
.sub-page .page-body .page-nav > ul > li > a {
  text-decoration: none;
  color: #394040;
}
.sub-page .page-body .page-nav > ul > li > a,
.sub-page .page-body .page-nav > ul > li > span {
  margin-bottom: 15px;
  display: block;
}
.sub-page .page-body .page-nav > ul > li:hover > a,
.sub-page .page-body .page-nav > ul > li.active > a,
.sub-page .page-body .page-nav > ul > li:hover span,
.sub-page .page-body .page-nav > ul > li.active span {
  color: #870052;
}
.sub-page .page-body .page-nav > ul > li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.sub-page .page-body .page-nav > ul > li > ul {
  padding-left: 20px;
  margin-bottom: 10px;
  margin-top: -10px;
}
.sub-page .page-body .page-nav > ul > li > ul > li {
  list-style: disc;
  padding: 5px 0;
}
.sub-page .page-body .page-nav > ul > li > ul > li > a {
  color: #394040;
  text-decoration: none;
}
.sub-page .page-body .page-nav > ul > li > ul > li:hover,
.sub-page .page-body .page-nav > ul > li > ul > li.active {
  color: #870052;
}
.sub-page .page-body .page-nav > ul > li > ul > li:hover > a,
.sub-page .page-body .page-nav > ul > li > ul > li.active > a,
.sub-page .page-body .page-nav > ul > li > ul > li:hover > span,
.sub-page .page-body .page-nav > ul > li > ul > li.active > span {
  cursor: pointer;
  text-decoration: none;
  color: #870052;
}
.sub-page .page-body .page-nav > ul > li > ul > li > ul {
  padding-left: 0;
  position: relative;
  top: 5px;
}
.sub-page .page-body .page-nav > ul > li > ul > li > ul > li {
  list-style: none;
  padding: 7px 0;
  position: relative;
}
.sub-page .page-body .page-nav > ul > li > ul > li > ul > li > a {
  color: #394040;
  text-decoration: none;
}
.sub-page .page-body .page-nav > ul > li > ul > li > ul > li > a,
.sub-page .page-body .page-nav > ul > li > ul > li > ul > li span {
  position: relative;
  padding-left: 12px;
}
.sub-page .page-body .page-nav > ul > li > ul > li > ul > li > a:before,
.sub-page .page-body .page-nav > ul > li > ul > li > ul > li span:before {
  content: '';
  width: 4px;
  height: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #070e12;
  position: absolute;
  top: 9px;
  left: 0;
}
.sub-page .page-body .page-nav > ul > li > ul > li > ul > li:hover,
.sub-page .page-body .page-nav > ul > li > ul > li > ul > li.active {
  color: #870052;
}
.sub-page .page-body .page-nav > ul > li > ul > li > ul > li:hover > a,
.sub-page .page-body .page-nav > ul > li > ul > li > ul > li.active > a,
.sub-page .page-body .page-nav > ul > li > ul > li > ul > li:hover > span,
.sub-page .page-body .page-nav > ul > li > ul > li > ul > li.active > span {
  cursor: pointer;
  text-decoration: none;
  color: #870052;
}
.sub-page .page-body .page-nav > ul > li > ul > li > ul > li:hover > a:before,
.sub-page .page-body .page-nav > ul > li > ul > li > ul > li.active > a:before,
.sub-page .page-body .page-nav > ul > li > ul > li > ul > li:hover > span:before,
.sub-page .page-body .page-nav > ul > li > ul > li > ul > li.active > span:before {
  background-color: #870052;
}
.sub-page .show-more {
  text-align: center;
  padding-top: 10px;
}
.sub-page .form-result-screen {
  padding: 0px 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.sub-page .hizlibasvur {
  position: fixed;
  z-index: 100;
  background: white;
  padding: 0;
  width: 100%;
  bottom: 0px;
  overflow: hidden;
  height: 60px;
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  -ms-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
.sub-page .hizlibasvur.active {
  height: 460px;
  max-height: 98vh;
  z-index: 999;
}
@media only screen and (max-width: 1200px) {
  .sub-page .hizlibasvur.active {
    height: 455px;
    max-height: 92vh;
  }
}
@media only screen and (max-width:991px) {
  .sub-page .hizlibasvur.active {
    height: 460px;
    max-height: 92vh;
  }
}
@media only screen and (max-width: 767px) {
  .sub-page .hizlibasvur.active {
    height: 680px;
    max-height: 98vh;
  }
}
.sub-page .hizlibasvur.active a span:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  color: white;
}
.sub-page .hizlibasvur.fast-go-form .hizlibasvur-btn {
  opacity: 0.9;
  background-image: linear-gradient(270deg, #e45a2f 0%, #e1345e 100%);
}
.sub-page .hizlibasvur h3 {
  font-size: 2.4rem;
  color: #2484c6;
  margin-top: 20px;
}
.sub-page .hizlibasvur a.hizlibasvur-btn {
  display: block;
  height: 60px;
  width: 100%;
  color: white;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  background: url("/_assets/img/subpage/combined-shape.png") no-repeat left center;
}
.sub-page .hizlibasvur a span {
  position: relative;
  display: inline-block;
}
.sub-page .hizlibasvur a span:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  position: absolute;
  right: -30px;
  top: 4px;
  margin-top: 0px;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: white;
}
.sub-page .hizlibasvur .form-screen {
  margin-top: 20px;
  padding: 30px 30px;
}
.sub-page .hizlibasvur .form-result-screen {
  margin-top: 20px;
  min-height: 340px;
}
.sub-page .hizlibasvur .hizlibasvur-img {
  display: block !important;
}
@media only screen and (max-width: 1200px) {
  .sub-page .hizlibasvur .hizlibasvur-img {
    width: 100%;
  }
}
@media only screen and (max-width:991px) {
  .sub-page .hizlibasvur .hizlibasvur-img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .sub-page .hizlibasvur .hizlibasvur-img {
    width: 60%;
  }
}
.sub-page .hizlibasvur .form-result-screen .wrap {
  height: 290px;
}
.sub-page .hizlibasvur .custom-control .custom-control-label::before,
.sub-page .hizlibasvur .custom-control .custom-control-label::after {
  border: #adb5bd solid 1px;
}
@media only screen and (min-width: 992px) and (max-width: 1250px) {
  .sub-page .go-form.go-form-sticky .sendBtn {
    display: inline-block;
  }
}
.sub-page .go-form .sendBtn {
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  margin-top: 0px;
}
@media only screen and (max-width: 767px) {
  .sub-page .go-form .sendBtn {
    display: block;
  }
}
.sub-page .go-form .sendBtn.callMeBtnGo {
  margin-right: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1250px) {
  .sub-page .go-form .sendBtn.callMeBtnGo {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1250px) {
  .sub-page .go-form .sendBtn {
    display: block;
    margin-right: 0px;
    margin-top: 15px;
  }
}
.landing-wrap h2 {
  font-size: 2.4rem;
  color: #870052;
  margin-bottom: 40px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .landing-wrap h2 {
    margin-bottom: 30px;
  }
}
.leadCustomer .form-group label.error {
  z-index: 10;
}
.leadCustomer .suggestToFriend h2.number {
  padding-top: 21px;
  display: inline-block;
}
.leadCustomer .btn {
  padding: 15px 20px;
}
.leadCustomer .form-control:disabled {
  background: transparent;
  opacity: 0.3;
}
.leadCustomer #tcknWrapper .disabled {
  width: 100%;
  height: 100%;
  display: block;
  background-color: transparent;
  opacity: 0.4;
  position: absolute;
  z-index: 5;
}
.leadCustomer #suggestToFriendWrapper {
  margin-bottom: 30px;
  margin-top: 30px;
}
.leadCustomer #suggestToFriendWrapper .disabled {
  width: 100%;
  height: 100%;
  display: block;
  background-color: transparent;
  opacity: 0.4;
  position: absolute;
  z-index: 5;
}
.leadCustomer #suggestToFriendWrapper a.addCustomer {
  color: #394040;
  text-decoration: none;
  padding-left: 40px;
  display: block;
  height: 30px;
  background: url("/_assets/img/subpage/addCustomer.png") no-repeat left center;
  line-height: 30px;
  margin-top: 20px;
}
.disable-btn {
  opacity: 0.5;
}
.hidden {
  display: none;
}
.calc-result .taR {
  text-align: right;
}
.calc-result .clrMg {
  color: #870052;
}
.calc-result .line {
  padding: 10px 0;
}
.calc-result .left-area .line {
  border-right: 1px solid #c2c2c2;
}
@media only screen and (max-width: 767px) {
  .calc-result .left-area .line {
    border-right: none;
  }
}
.form-screen .popup-link {
  text-decoration: underline;
}
.uye-markalar .uyemarka-item {
  margin-bottom: 20px;
}
.uye-markalar .uyemarka-item h3 {
  font-size: 1rem;
  color: #2484c6;
  font-weight: bold;
  margin-bottom: 5px;
}
.uye-markalar .uyemarka-item span.hyphen:last-child {
  display: none;
}
.other-cards-btn {
  color: white !important;
  margin-bottom: 30px;
}
.other-cards-btn:hover {
  border-color: #870052 !important;
  background-image: linear-gradient(to right, white, white) !important;
  color: #870052 !important;
}
#other-cards {
  display: none;
}
.trendyol-page {
  background: linear-gradient(137.18deg, #e2e2e2 23.99%, #e7e0dc 70.36%, #e4ddd8 70.36%);
  padding-bottom: 178px;
}
@media only screen and (max-width: 767px) {
  .trendyol-page {
    background: linear-gradient(180deg, #e2e2e2 34.5%, #fcfbfb27 33%, #e4ddd8 43%);
  }
}
.trendyol-page__notView {
  height: 50vh;
  display: flex;
  align-items: center;
}
.trendyol-page div.module-wrap {
  background: url(/_assets/img/trendyol-header.png) no-repeat center center;
  background-size: cover;
}
@media (min-width: 767px) {
  .trendyol-page div.module-wrap {
    height: 186px;
  }
}
@media (max-width: 767px) {
  .trendyol-page div.module-wrap {
    background: url(/_assets/img/trendyol-header-mobile.png) no-repeat center center;
    background-size: cover;
  }
}
.trendyol-page div.module-wrap header.trendyol-page__header {
  background: none;
  padding-top: 40px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .trendyol-page div.module-wrap header.trendyol-page__header {
    padding: 30px 0 73px 0;
  }
}
.trendyol-page div.module-wrap header.trendyol-page__header .cf-logo {
  float: left;
}
.trendyol-page div.module-wrap header.trendyol-page__header .cf-logo img {
  width: 190px;
}
@media (max-width: 992px) {
  .trendyol-page div.module-wrap header.trendyol-page__header .cf-logo img {
    width: 150px;
  }
}
.trendyol-page div.module-wrap header.trendyol-page__header .trendyol-logo {
  float: right;
}
@media (max-width: 992px) {
  .trendyol-page div.module-wrap header.trendyol-page__header .trendyol-logo img {
    width: 107px;
  }
}
.trendyol-page .page-body {
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .trendyol-page .page-body {
    padding-bottom: 0 !important;
  }
}
.trendyol-page .page-body .form-visible-control > .row {
  justify-content: space-between;
}
.trendyol-page .page-body .cardProperties {
  display: flex;
}
@media (max-width: 992px) {
  .trendyol-page .page-body .cardProperties {
    justify-content: center;
  }
}
.trendyol-page .page-body .cardProperties__item {
  display: flex;
  justify-content: center;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: white;
  align-items: center;
  text-align: center;
  background: linear-gradient(180deg, #ff7200 0%, #8d044e 100%);
  border-radius: 50%;
  width: 140px;
  height: 140px;
  margin-right: 18px;
  padding: 15px;
}
@media (max-width: 992px) {
  .trendyol-page .page-body .cardProperties__item {
    padding: 0;
    width: 80px;
    height: 80px;
    font-size: 11px;
    line-height: 130%;
    margin-right: 8px;
    margin-left: 8px;
    padding: 8px;
  }
}
.trendyol-page .page-body .cardProperties__item:first-child {
  padding-top: 33px;
}
@media (max-width: 992px) {
  .trendyol-page .page-body .cardProperties__item:first-child {
    padding-top: 18px;
  }
}
.trendyol-page .page-body .cardProperties__item.bigPoint {
  width: 163px;
  height: 163px;
  align-items: flex-start;
  padding: 8px;
  padding-top: 70px;
  font-size: 18px;
}
@media (max-width: 992px) {
  .trendyol-page .page-body .cardProperties__item.bigPoint {
    width: 145px;
    height: 145px;
    margin-top: 0;
    font-size: 15px;
    line-height: 130%;
    padding-top: 60px;
    margin-left: 116px;
  }
}
@media (max-width: 768px) {
  .trendyol-page .page-body .cardProperties__item.bigPoint {
    margin-left: 46px;
  }
}
@media (max-width: 460px) {
  .trendyol-page .page-body .cardProperties__item.bigPoint {
    margin-top: -20px;
  }
}
.trendyol-page .page-body .cardProperties__item.bigPoint span {
  font-weight: 500;
  font-size: 18px;
  top: 18px;
  line-height: normal;
}
@media (max-width: 992px) {
  .trendyol-page .page-body .cardProperties__item.bigPoint span {
    font-size: 15px;
    top: 27px;
  }
}
@media (max-width: 460px) {
  .trendyol-page .page-body .cardProperties__item.bigPoint span {
    top: 1px;
  }
}
.trendyol-page .page-body .cardProperties__item span {
  position: absolute;
  font-weight: 700;
  font-size: 30px;
  top: 36px;
}
@media (max-width: 992px) {
  .trendyol-page .page-body .cardProperties__item span {
    font-size: 16px;
    line-height: 125%;
    top: 12px;
  }
}
.trendyol-page .page-body .cardProperties__img {
  padding-left: 45px;
  margin-top: -95px;
  margin-bottom: -100px;
}
@media (max-width: 992px) {
  .trendyol-page .page-body .cardProperties__img {
    padding-left: 53px;
    padding-right: 25px;
    margin-top: -88px;
    margin-bottom: -60px;
    text-align: center;
  }
}
.trendyol-page .page-body .cardProperties__img img {
  max-width: 290px;
}
@media (max-width: 992px) {
  .trendyol-page .page-body .cardProperties__img img {
    width: 100%;
    height: auto;
    max-width: 275px;
  }
}
.trendyol-page .page-body .trendyol-form {
  background: rgba(255, 255, 255, 0.72);
  border-radius: 16px;
}
.trendyol-page .page-body .trendyol-form .form-screen {
  padding: 24px 24px 30px;
  border: none;
  margin-top: 45px;
}
@media (max-width: 992px) {
  .trendyol-page .page-body .trendyol-form .form-screen {
    padding: 16px;
  }
}
@media only screen and (min-width: 993px) {
  .trendyol-page .page-body .trendyol-form .form-screen .form-wrap .col-t-left {
    padding-right: 6px;
  }
}
@media only screen and (min-width: 993px) {
  .trendyol-page .page-body .trendyol-form .form-screen .form-wrap .col-t-right {
    padding-left: 6px;
  }
}
.trendyol-page .page-body .trendyol-form .form-screen .form-wrap .form-group .form-control {
  padding: 11px 0 11px 17px;
  background: white;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  font-weight: 400;
  font-size: 15px;
  line-height: 29px;
}
@media (max-width: 992px) {
  .trendyol-page .page-body .trendyol-form .form-screen .form-wrap .form-group .form-control {
    font-size: 14px !important;
    line-height: 27px;
  }
}
.trendyol-page .page-body .trendyol-form .form-screen .form-wrap .form-group .form-control::placeholder {
  color: #bbbbbb !important;
}
.trendyol-page .page-body .trendyol-form .form-screen .form-wrap .trendyolBtn {
  border-radius: 6px;
  margin-top: 6px;
  border: 1px solid;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.trendyol-page .page-body .trendyol-form .form-screen .form-wrap .trendyolBtn:hover {
  border-color: #ff4c3a;
  background-image: linear-gradient(to right, white, white);
  color: #ff4c3a;
}
.trendyol-page .page-body .trendyol-form .form-screen .form-wrap .callMeBtnGo {
  margin-top: 6px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.trendyol-page .page-body .trendyol-form .form-screen .form-wrap .custom-control {
  margin-top: 14px;
  padding-bottom: 0;
}
.trendyol-page .page-body .trendyol-form .form-screen .form-wrap .custom-control-label,
.trendyol-page .page-body .trendyol-form .form-screen .form-wrap .custom-control p {
  font-size: 12px;
  line-height: 18px;
  color: #333d56;
}
.trendyol-page .page-body .trendyol-form .form-screen .form-wrap .custom-control-label .popup-link,
.trendyol-page .page-body .trendyol-form .form-screen .form-wrap .custom-control p .popup-link {
  color: #333d56;
}
.trendyol-page .page-body .trendyol-form .form-screen .form-wrap .custom-control-label::before,
.trendyol-page .page-body .trendyol-form .form-screen .form-wrap .custom-control p::before {
  border: 1px solid #a7a9a9;
  border-radius: 2px;
  background-color: white;
}
.trendyol-page .page-body .trendyol-form .form-screen .form-wrap .custom-control p {
  margin-top: 10px;
}
.trendyol-page .page-body .trendyol-form .form-screen .btn.btn-default {
  background: linear-gradient(98.41deg, #fc7127 12.54%, #ff4c3a 101.32%);
}
.trendyol-page .page-body .trendyol-form .form-screen .btn.btn-default:hover {
  border-color: #ff4c3a;
  background-image: linear-gradient(to right, white, white);
  color: #ff4c3a;
}
.trendyol-page .page-body .trendyol-form .form-result-screen {
  border: none;
  margin-top: 45px;
}
.trendyol-page__content {
  color: #0f4381;
}
.trendyol-page__content-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #0f4381;
  margin-top: 30px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .trendyol-page__content-title {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .trendyol-page__content-title .trendyolTextOne {
    color: #ff6820;
  }
}
@media (min-width: 992px) {
  .trendyol-page__content-title .trendyolTextTwo {
    color: #ff6820;
  }
}
@media (max-width: 992px) {
  .trendyol-page__content-title .textS {
    font-weight: 400;
  }
}
.trendyol-page__content ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 21px;
  color: #0f4381;
}
@media (max-width: 992px) {
  .trendyol-page__content ul li {
    margin-bottom: 12px;
  }
}
.trendyol-page__content ul li a {
  text-decoration: underline;
  font-weight: bold;
  color: #0f4381;
}
.trendyol-page__content ul li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: linear-gradient(180deg, #ff7200 0%, #8d044e 100%);
  left: 0;
  top: 6px;
}
.trendyol-page__footer {
  padding: 64px 0 80px;
  background: none;
  position: absolute !important;
}
@media (max-width: 992px) {
  .trendyol-page__footer {
    text-align: center;
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.trendyol-page__footer .cf-logo {
  float: left;
}
@media (max-width: 992px) {
  .trendyol-page__footer .cf-logo {
    float: none;
    display: block;
  }
}
.trendyol-page__footer p {
  float: right;
  font-size: 12px;
  line-height: 18px;
  color: #012858;
  margin: 16px 0 0;
}
@media (max-width: 992px) {
  .trendyol-page__footer p {
    float: none;
    display: block;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.trendyol-page__footer p a {
  color: #012858 !important;
}
h1.trendyol-page__title {
  padding-bottom: 90px;
  font-size: 48px;
  line-height: 55px;
  letter-spacing: -0.02em;
  color: #003981;
}
@media (max-width: 992px) {
  h1.trendyol-page__title {
    padding: 0 0 36px;
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 993px) {
  h1.trendyol-page__title span {
    display: block;
    font-weight: bold;
  }
}
@media (max-width: 992px) {
  .trendyol-page .d-mobil-tablet-none {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .trendyol-page .col-t-lg-right {
    padding-left: 59px;
  }
}
@media only screen and (min-width: 768px) {
  .sub-page:not(.trendyol-page) .ty-captcha {
    flex: 0 0 90%;
    max-width: 100%;
  }
  .sub-page:not(.trendyol-page) .ty-captcha #captcha {
    width: 53%;
    flex: unset;
  }
  .sub-page:not(.trendyol-page) .ty-captcha .input-group-append {
    width: auto !important;
  }
  .sub-page:not(.trendyol-page) .ty-captcha .captcha-img {
    margin-left: 33px;
  }
}
@media only screen and (max-width: 1250px) {
  .callMeBtnn {
    margin-bottom: 15px;
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .kobi-header {
    padding: 40px 0 30px 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .kobi-header {
    padding: 40px 0 30px 0 !important;
  }
}
.kobi-header .cf-logo img {
  width: 140px !important;
}
@media only screen and (max-width: 992px) {
  .kobi-header .cf-logo img {
    width: 130px !important;
  }
}
.qnbkobipage {
  background: linear-gradient(137.18deg, #e9dfd5 23.99%, #f3efec 70.36%);
  padding-bottom: 180px;
}
.kobi-form-box > div {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 16px;
}
.kobi-form-box #callMeBtn {
  width: 100%;
  margin-bottom: 10px;
  background: none !important;
  border-color: #2484c6 !important;
  color: #2484c6 !important;
}
.kobi-form-box #callMeBtn:hover {
  background: #2484c6 !important;
  color: white !important;
  background-image: none !important;
}
.kobi-form-box .sendBtn {
  background-image: linear-gradient(to right, #882252, #e03c8a) !important;
  border: 1px solid #943461;
  border-width: 1px !important;
  width: 100%;
}
.kobi-form-box .sendSmsBtn:hover {
  background-image: linear-gradient(to right, white, white) !important;
  color: #943461 !important;
  border: 1px solid #943461 !important;
}
.kobi-form-box .sendSmsBtn {
  background-image: linear-gradient(to right, #882252, #e03c8a) !important;
  border: 1px solid #943461;
  border-width: 1px !important;
}
.kobi-form-box .sendBtn:hover {
  background-image: linear-gradient(to right, white, white) !important;
  color: #943461 !important;
  border: 1px solid #943461 !important;
}
.kobi-form-box .getresms {
  background-image: linear-gradient(to right, #882252, #e03c8a) !important;
  border: 1px solid #943461;
  border-width: 1px !important;
}
.kobi-form-box .getresms:hover {
  background-image: linear-gradient(to right, white, white) !important;
  color: #943461 !important;
  border: 1px solid #943461 !important;
}
h1.trendyol-page__title.qnbkobi-title {
  padding-top: 0px;
  padding-bottom: 20px;
  line-height: 42px;
  font-size: 28px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  h1.trendyol-page__title.qnbkobi-title {
    padding-top: 30px;
    padding-bottom: 0px;
    font-weight: 700;
    font-size: 3.7rem;
  }
}
@media only screen and (max-width: 767px) {
  h1.trendyol-page__title.qnbkobi-title {
    padding-top: 30px;
    padding-bottom: 0px;
    font-weight: 700;
    font-size: 3.7rem;
  }
}
.cardProperties__img.qnbkobicard {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.cardProperties__img.qnbkobicard img {
  max-width: 320px !important;
  margin-bottom: -250px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .cardProperties__img.qnbkobicard img {
    max-width: 80% !important;
    margin-bottom: -420px;
  }
}
@media only screen and (max-width: 767px) {
  .cardProperties__img.qnbkobicard img {
    max-width: 80% !important;
    margin-bottom: -320px;
  }
}
@media screen and (max-width: 575px) {
  .cardProperties__img.qnbkobicard img {
    margin-bottom: -60vw;
  }
}
.qnbkobicard {
  margin-top: 0px !important;
}
.qnbkobipage .module-wrap {
  background: 0 !important;
}
@media (min-width: 767px) {
  .qnbkobipage .module-wrap {
    height: 127px !important;
  }
}
.trendyol-page__footer.ticari-footer {
  background: #2f5b8d;
  padding: 44px 0 60px;
}
@media (max-width: 992px) {
  .trendyol-page__footer.ticari-footer {
    padding: 24px 0 40px;
  }
}
.trendyol-page__footer.ticari-footer .copyright-year {
  color: white;
}
.trendyol-page__footer.ticari-footer .copyright-year a {
  color: white !important;
}
.kobipage-content ul li {
  font-size: 13px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .m-hide {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .m-hide {
    display: none;
  }
}
.kobipage-content span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
}
@media only screen and (min-width: 993px) {
  .kobipage-content-mobile {
    display: none;
  }
}
.qnb-kobi-cards .cardProperties .cardProperties__item:first-child {
  padding-top: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .qnb-kobi-cards .cardProperties .cardProperties__item:first-child {
    padding-top: 20px;
    text-align: left;
    padding-left: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .qnb-kobi-cards .cardProperties .cardProperties__item:first-child {
    padding-top: 20px;
    text-align: left;
    padding-left: 90px;
  }
}
.qnb-kobi-cards .cardProperties .cardProperties__item {
  position: relative;
  display: block;
  height: 188px;
  width: 200px !important;
  background: white;
  border: none;
  color: #0f4381;
  border-radius: 15px;
  font-size: 15px;
  font-weight: 700;
  padding-top: 25px;
  padding-left: 0;
  padding-right: 0;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .qnb-kobi-cards .cardProperties .cardProperties__item {
    padding-top: 20px;
    width: 100% !important;
    height: 92px;
    margin-bottom: 15px;
    text-align: left;
    padding-left: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .qnb-kobi-cards .cardProperties .cardProperties__item {
    padding-top: 20px;
    width: 100% !important;
    height: 92px;
    margin-bottom: 15px;
    text-align: left;
    padding-left: 90px;
  }
}
.qnb-kobi-cards .cardProperties .cardProperties__item:last-child {
  margin-right: 0;
}
.qnb-kobi-cards .cardProperties .cardProperties__item img {
  position: absolute;
  bottom: 20px;
  left: 39%;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .qnb-kobi-cards .cardProperties .cardProperties__item img {
    bottom: 30%;
    left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .qnb-kobi-cards .cardProperties .cardProperties__item img {
    bottom: 30%;
    left: 25px;
  }
}
@media (min-width: 992px) {
  .kobi-page .col-t-lg-left {
    max-width: 60%;
  }
}
.kobi-page .col-t-lg-right {
  padding-left: 10px;
}
@media (min-width: 992px) {
  .kobi-page .col-t-lg-right {
    max-width: 40%;
  }
}
.kobi-mobile-card .cardProperties {
  display: inline !important;
}
.kobi-mobile-card .cardProperties .cardProperties__item p {
  font-weight: 400;
  font-size: 15px;
}
.cardProperties__item-up {
  font-weight: 700;
  font-size: 23px;
  line-height: 26px;
}
