@charset "UTF-8";
i,
img {
  border: 0;
  margin: 0;
}

.announcement,
.coupon,
.dropdown,
.dropdown button,
.sidebar ul li,
body {
  position: relative;
}

.alertmsg.msin1200 .dangerBtn {
  margin: 0 30px;
}

.dangerBtn i,
.succesBtn i {
  padding: 8px;
  font-size: 22px;
}

.coupon::after,
.menushadow {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

button:focus,
button:active {
  outline: none;
  box-shadow: none;
}

.announcement .announcement--area .text--area,
.coupon {
  font-size: 16px;
  color: var(--textwhite);
  text-align: center;
}

body,
body.dark #myModal.show::after,
body.dark #orderModal.show::after,
body.dark #searchpopup.show::after,
body.dark .footer--bottom,
body.dark .menushadow,
body.dark.swal2-shown > [aria-hidden='true'] {
  background: var(--site_bg);
}

body.dark .right--images ul li .item,
body.dark .right--images ul li .item {
  border-color: #fff !important;
}

.dropdown .menu .body ul li::after,
.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content
  p.steptwo::after,
.sidebar ul li .sub_menu a::before {
  content: none;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content
  .form-group._yontem
  .dropdown-menu
  li:not(:last-child),
.sidebar ul li .sub_menu a:not(:last-child) {
  margin-bottom: 10px;
}

.form-control:focus,
.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content
  .form-group
  button:focus {
  box-shadow: none;
  outline: 0;
}

.sidebar ul li,
ol,
ul {
  list-style: none;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .ml-4
  .testimonial
  .comments--area
  .comment--item
  .content
  .head
  .left
  .user
  .bottomtext
  svg
  path,
section#contact-boxes .row .box-detail:hover span.arr svg path {
  fill: var(--mainbg);
}

.coupon,
.poweredby,
.sidebar ul li a.main,
a,
a:hover {
  text-decoration: none;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

img {
  padding: 0;
  vertical-align: middle;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: 'Inter', sans-serif;
  padding: 0 !important;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

blockquote,
q {
  quotes: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

.animate-fadeIn {
  animation: fadeIn 0.5s ease-in-out;
}

.animate-fadeOut {
  animation: fadeOut 0.5s ease-in-out;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

[class*=' ri-'],
[class^='ri-'] {
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

i {
  font-weight: 400;
}

.round-32 {
  width: 32px;
  height: 32px;
}

:focus,
section#contact-form .form .form-bottom .tp-contact-input input:focus,
section#contact-form .form .form-bottom .tp-contact-input textarea:focus,
section#payment-notif form .form-group .c-control:focus {
  outline: 0;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

html {
  margin: 0 !important;
  scroll-behavior: smooth;
}

.form-control:focus {
  background: unset;
}

body.dark
  .home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .table--area
  .table
  tbody
  tr
  td
  span.fast {
  background: rgba(230, 166, 107, 0.1);
}

body.dark
  .home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .table--area
  .table
  tbody
  tr
  td
  span.slow {
  background: rgba(243, 94, 130, 0.07);
}

body.dark
  .home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .table--area
  .table
  tbody
  tr
  td
  span.middle {
  background: rgba(0, 109, 149, 0.07);
}

body.dark .modal-backdrop {
  background-color: var(--site_bg);
}

body.dark .home--content .home--content--inner .intro .hero--wrapper .absolute--item_vec svg {
  opacity: 0.3;
}

body.dark .home--content .home--content--inner .section--1 .section--wrapper .ml-4 .offer::after {
  background: var(--whitebg);
  opacity: 1;
}

body.dark
  .home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .info--box,
body.dark
  .home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__progress::after,
body.dark .home--content .home--content--inner .section--1 .title .splide__arrows button {
  background: var(--whitebg);
}

body.dark
  .home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content
  .form-group._yontem
  button {
  background: var(--whitebg);
  border: 1px solid var(--line);
}

body.dark .dropdown .menu,
body.dark
  .home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content
  .form-group._yontem
  .dropdown-menu {
  border: none;
  box-shadow: 0 0 4px 0 rgb(134 184 203 / 6%);
}

body.dark section#payment-notif form .form-group.date input {
  color-scheme: dark;
}

body.dark .toolsSelect .section--wrapper .section--content .content div.dropdown-menu {
  box-shadow: 0 2px 2px 1px rgb(0 109 149 / 10%);
}

.coupon {
  border: none;
  padding: 5px 10px;
  display: inline-block;
  font-weight: 500;
  cursor: pointer;
  margin-left: 6px;
  background: 0 0;
  border-radius: 2px;
}

.dangerBtn,
.dangerBtn i {
  border-radius: 2px;
  color: #ee5253;
}

.hidden {
  display: none;
}

.dangerBtn,
.succesBtn {
  padding: 1rem;
  font-size: 15px;
  display: flex;
  font-weight: 500;
}

.coupon::after {
  content: '';
  position: absolute;
  width: 100%;
  border-radius: 2px;
  background: var(--whitebg);
  opacity: 0.1;
}

#closeButton {
  position: absolute;
  right: 10px;
  font-size: 20px;
  color: var(--textwhite);
  cursor: pointer;
}

#indirimdurum,
.toolsText {
  margin-top: 30px;
}

.dangerBtn {
  background: #ee52530d;
  align-items: center;
}

.alertmsg.odeme .dangerBtn {
  margin-top: 25px;
  margin-right: 30px;
  margin-left: 30px;
}

.dangerBtn.top {
  margin-top: 15px;
}

.dangerBtn i {
  background: #ee52531f;
  margin-right: 15px;
}

.succesBtn,
.succesBtn i {
  border-radius: 2px;
  color: #ff9f43;
}

.succesBtn {
  background: #ff9f430f;
  align-items: center;
}

.succesBtn i {
  background: #ff9f432b;
  margin-right: 15px;
}

.animate-heart {
  animation: 0.7s ease-in-out heartBeat;
}

@keyframes heartBeat {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}

.menushadow.active {
  z-index: 999999;
  opacity: 0.5;
  visibility: visible;
}

.dropdown .menu,
.menushadow,
.sub-menu {
  opacity: 0;
  position: absolute;
}

.sub-menu.sublang a {
  line-height: 45px !important;
  font-size: 15px !important;
}

.menushadow {
  width: 100%;
  height: 100%;
  visibility: hidden;
  background: var(--main_text);
}

.announcement {
  background: var(--mainbg);
  padding: 4px 0;
  z-index: 3;
}

.announcement .announcement--area {
  margin: 0 40px 0 30px;
}

.announcement .announcement--area .text--area {
  line-height: 24px;
  font-weight: 500;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.announcement .announcement--area .text--area .text,
.dropdown button,
.footer .footer--top,
.footer .footer--top .nav ul,
.footer .footer--top .social ul {
  align-items: center;
  display: flex;
}

.announcement .announcement--area .text--area .text .mobile-hide,
.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content
  .form-group._yontem
  button::after,
.sidebar.active ul li .tooltip.head {
  display: none;
}

.announcement .announcement--area .text--area i {
  font-size: 20px;
  margin-right: 10px;
  font-weight: 400;
}

.dropdown button {
  border: 0;
  color: var(--subtext);
  font-size: 19px;
  background: 0 0;
  cursor: pointer;
  z-index: 2;
  transition: 0.3s;
}

.dropdown .menu {
  overflow: hidden;
  z-index: 1;
  width: 100%;
  transform-origin: 100% 0%;
  transform: scale(0);
  visibility: hidden;
  border-radius: 2px;
  background: var(--whitebg);
  transition: 0.4s;
  min-width: 360px;
  border: 1px solid var(--line);
  box-shadow: 2px 2px 26px -7px rgba(0, 109, 149, 0.23);
}

.dropdown .menu .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 30px;
  padding: 20px 20px 0;
  color: var(--main_text);
}

.dropdown .menu .header span {
  font-size: 14px;
  line-height: 18px;
  background: var(--mainbg);
  padding: 5px 10px;
  border-radius: 100px;
  color: var(--textwhite);
}

.dropdown .menu .body ul {
  display: flex;
  flex-direction: column;
  max-height: 330px;
  overflow: hidden scroll;
  align-items: flex-start !important;
}

.dropdown .menu .body ul::-webkit-scrollbar-track {
  border-radius: 100px;
  background: var(--site_bg);
}

.dropdown .menu .body ul::-webkit-scrollbar {
  width: 4px;
}

.dropdown .menu .body ul::-webkit-scrollbar-thumb {
  border: 4px solid var(--mainbg);
  background-clip: padding-box;
  border-radius: 100px;
  background: var(--mainbg);
}

.dropdown .menu .body ul li {
  display: flex;
  align-items: flex-start;
  border: none !important;
  padding-right: 0;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
}

#menu li::after,
.afternone::after,
.content--navbar .content--right ul li a.dropdown-toggle::after,
.home--content
  .home--content--inner
  .section--1.section--2
  .title
  .right
  .select_box
  .dropdown::after,
.sidebar.active a::after {
  content: none !important;
}

.dropdown .menu .body ul li .image {
  overflow: hidden;
  border-radius: 50%;
  min-width: 48px;
  height: 48px;
  display: block;
  margin-right: 15px;
}

.dropdown .menu .body ul li .image img,
.dropdown .menu .body ul li .text img {
  object-fit: cover;
  max-width: 100%;
}

.dropdown .menu .body ul li .text h6 {
  font-size: 15px;
  font-weight: 600;
  line-height: 17px;
  color: var(--main_text);
}

.dropdown .menu .body ul li .text p {
  font-size: 14px;
  line-height: 20px;
  color: var(--subtext);
  margin-top: 3px;
}

.dropdown .menu .body ul li .text a {
  font-size: 14px;
  line-height: 19px;
  color: var(--subtext);
  background: 0 0;
}

.dropdown .menu .footer {
  padding: 20px;
}

.dropdown .menu .footer::after {
  background: var(--custom6);
}

.dropdown .menu .footer button {
  font-size: 14px !important;
  line-height: 21px;
  background: 0 0;
  border: 1px solid var(--line) !important;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  color: var(--main_text);
  transition: 0.3s ease-in-out;
}

.dropdown .menu .footer button:hover,
.sidebar.active ul li.active:hover {
  background: var(--mainbg);
  color: var(--textwhite);
}

.dropdown.open .menu {
  transform: scale(1);
  right: 0;
  opacity: 1;
  visibility: visible;
  top: 50px !important;
}

.dropdown .chevron {
  margin-left: auto;
  transition: 0.4s;
}

.dropdown .chevron.open {
  transform: rotate(-180deg);
}

.sub-menu {
  z-index: 500;
  background-color: var(--whitebg);
  padding: 0;
  visibility: hidden;
  top: 100%;
  margin-top: 0;
  left: 50%;
  transform: translate(-50%);
  display: none;
}

.sub-menu.sublang {
  left: 56%;
}

.sub-menu .subDiv:not(:last-child) {
  border-right: 1px solid var(--line);
}

.sub-menu .subDiv .dropdown-item:not(:last-child) {
  border-bottom: 1px solid var(--line);
}

.sub-menu.show {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
  z-index: 99;
  pointer-events: visible;
  border-radius: 0 0 5px 5px;
  border: none;
  top: 100%;
  overflow: hidden;
  display: flex;
}

.sub-menu.show::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 50px;
  background: 0 0;
  border: none;
  top: -33px;
  z-index: -1;
  cursor: pointer;
  overflow: hidden;
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 60px;
  background: var(--header_bg);
  padding: 6px 8px;
  z-index: 9999998;
}

.sidebar .logo_content .logo {
  display: flex;
  height: 49px;
  width: 100%;
  align-items: center;
  pointer-events: none;
  transition: 0.5s;
  margin-top: 4px;
  padding-left: 11px;
}

.sidebar #btn,
.sidebar .btnhamburger {
  position: absolute;
  color: var(--main_text);
  top: 8px;
  left: 50%;
  font-size: 20px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  transform: translateX(-50%);
  cursor: pointer;
  opacity: 0;
}

.sidebar ul {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.sidebar ul li {
  width: 100%;
  margin: 0 0 10px;
  line-height: 50px;
  z-index: 0;
}

.sidebar ul li .sub_menu {
  padding: 10px 15px 0 45px;
  flex-direction: column;
  display: none;
}

.sidebar ul li .sub_menu a i {
  font-size: 20px;
  width: unset;
  height: unset;
  min-width: unset;
  margin-right: 7px;
}

.sidebar ul li .sub_menu a {
  font-size: 14px;
  line-height: 25px;
  transition: 0.3s ease-in-out;
  color: var(--subtext);
  position: relative;
  display: flex;
  align-items: center;
}

.sidebar ul li .sub_menu a:hover,
.sidebar ul li a.main.active {
  color: var(--mainbg);
}

.sidebar ul li .sub_menu a:hover::after,
.sidebar ul li:hover::before {
  background: var(--mainbg);
}

.sidebar ul li::after {
  content: none;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: var(--mainbg);
  opacity: 0;
  transition: 0.5s;
  border-radius: 12px;
  z-index: -1;
}

.sidebar ul li.active {
  color: var(--textwhite);
  position: relative;
  background: var(--mainbg);
  border-radius: 12px;
}

.sidebar ul li::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--header_bg);
  border-radius: 2px;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.sidebar ul li.active a.main {
  color: var(--textwhite);
  position: relative;
  background: var(--mainbg);
}

.sidebar ul li.active a.main:hover {
  color: var(--textwhite);
  background: var(--mainbg);
}

.sidebar ul li.active a.main .links_name {
  color: var(--textwhite);
}

.sidebar ul li a.main.active::after {
  content: '';
  position: absolute;
  right: -15px;
  height: 30px;
  width: 1px;
  border-right: 1px solid var(--mainbg);
  transition: 0.3s ease-in-out;
}

.sidebar ul li a.main:hover:after {
  border-color: var(--mainbg);
}

.sidebar ul li .tooltip.head {
  position: absolute;
  left: 64px;
  transform: translate(0, -50%);
  border-radius: 2px;
  height: 35px;
  width: max-content;
  line-height: 35px;
  text-align: center;
  transition: none;
  opacity: 1;
  pointer-events: none;
  display: block;
  color: var(--mainbg);
  font-size: 15px;
  font-weight: 500;
  padding: 0 10px;
}

.sidebar ul li .tooltip.head::after {
  position: absolute;
  border-radius: 2px;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--mainbg);
  opacity: 0.05;
  z-index: -1;
}

.sidebar ul li:hover .tooltip.head {
  transition: 0.5s;
  opacity: 1;
  top: 50%;
}

.sidebar ul li a.main {
  color: var(--main_text);
  display: flex;
  align-items: center;
  border-radius: 12px;
  white-space: nowrap;
  transition: 0.4s;
  position: relative;
  width: 100%;
  height: 50px;
  font-size: 15px;
  font-weight: 500;
}

.sidebar ul li a.main.submain span.links_name {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sidebar ul li a.main.submain span.links_name i {
  font-size: 20px;
}

.sidebar.active ul li a.main.active::before,
.sidebar.active ul li:hover::after {
  opacity: 0.1;
}

.sidebar ul li a.main::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--mainbg);
  border-radius: 2px;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.sidebar ul li a.main:hover {
  color: var(--mainbg);
  background: var(--whitebg);
}

.sidebar ul li a.main:hover::before {
  opacity: 0.05;
}

.sidebar ul li i {
  font-size: 20px;
  font-weight: 400;
  height: 40px;
  min-width: 40px;
  border-radius: 12px;
  line-height: 40px;
  text-align: center;
}

.sidebar .links_name {
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  width: 100%;
}

.sidebar .content .user {
  position: relative;
  padding: 10px 6px;
  height: 60px;
  background: 0 0;
  transition: 0.4s;
}

.sidebar.active {
  width: fit-content;
  min-width: 250px;
}

.sidebar.activee {
  width: min-content;
  min-width: 250px;
}

.sidebar.active .logo_content .logo span,
.sidebar.activee .logo_content .logo span {
  opacity: 1;
  pointer-events: none;
}

.sidebar.active #btn,
.sidebar.activee #btn {
  left: 90%;
  opacity: 1;
}

.sidebar.active ul li {
  cursor: pointer;
}

.sidebar.active ul li.active a {
  color: var(--textwhite) !important;
  background: var(--mainbg);
}

.progress-wrap:hover::after,
.sidebar.active ul li:hover a.main::after {
  opacity: 0;
}

.sidebar.active a::before {
  height: 100%;
  left: 0;
}

.sidebar.active .links_name,
.sidebar.activee .links_name {
  transition: none;
  opacity: 1;
  pointer-events: auto;
  font-size: 15px;
  margin-left: 7px;
}

.sidebar.active .content .user {
  background: var(--light-black);
}

.sidebar.active .user .user_details {
  opacity: 1;
  pointer-events: auto;
}

.sidebar.active .user #log_out {
  left: 80%;
  background: 0 0;
}

.sidebar.active ~ .home--content {
  z-index: -1;
}

.logo_content .logo .logo_name {
  font-size: 20px;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.sidebar .logo_content .logo .logo_name .norlogo.sideoff {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.sidebar.active .logo_content .logo .logo_name .norlogo.sideoff,
.sidebar.activee .logo_content .logo .logo_name .norlogo.sideoff {
  opacity: 1;
  visibility: visible;
  display: block;
}

.sidebar.active .logo_content .logo .logo_name .norlogo.sideon,
.sidebar.activee .logo_content .logo .logo_name .norlogo.sideon {
  opacity: 1;
  visibility: visible;
  display: none;
}

.sidebar .logo_content .logo .logo_name .darklogo.sideoff {
  opacity: 0;
  visibility: hidden;
  display: none !important;
}

.sidebar.active .logo_content .logo .logo_name .darklogo.sideoff,
.sidebar.active .logo_content .logo .logo_name .darklogo.sideon,
.sidebar.activee .logo_content .logo .logo_name .darklogo.sideoff,
.sidebar.activee .logo_content .logo .logo_name .darklogo.sideon {
  opacity: 1;
  visibility: visible;
  display: none !important;
}

body.dark .sidebar.active .logo_content .logo .logo_name .darklogo.sideoff,
body.dark .sidebar.activee .logo_content .logo .logo_name .darklogo.sideoff {
  display: block !important;
}

.breadcrumb {
  padding: 66px 0;
  margin: 0;
  background: var(--custom6);
  border-radius: 2px;
}

.breadcrumb .breadcrumb__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumb .breadcrumb__container .breadcrumb__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: var(--main_text);
  margin-top: 1px;
  text-align: center;
}

.breadcrumb .breadcrumb__container ul span {
  margin: 0 5px;
}

.breadcrumb .breadcrumb__container ul span i {
  line-height: 4px;
  color: var(--subtext);
}

.breadcrumb .breadcrumb__container ul li a {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: var(--subtext);
}

.section--mn {
  margin: 40px 0 40px;
}

.section--mn .section--area {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 0 12px;
}

.section--mn .section--area .section--item {
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 0;
}

.section--mn .section--area .section--item .item {
  transform: scale(1);
  transition: 0.3s;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 2px;
  padding: 22px;
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
  z-index: 0;
}

.section--mn .section--area .section--item .item::after {
  content: '';
  position: absolute;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.section--mn .section--area .section--item .item .contents {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.section--mn .section--area .section--item .item .contents .subtitle {
  font-weight: 600;
  font-size: 18px;
  line-height: 17px;
  color: var(--textwhite);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section--mn .section--area .section--item .item i {
  font-size: 45px;
  color: var(--subtext);
}

.section--mn .section--area .section--item .item .contents .title {
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  color: var(--textwhite);
  margin-top: 5px;
}

.section--mn .section--area .section--item .item .contents i {
  display: inline-block;
  font-size: 24px;
  padding: 7px;
  border-radius: 2px;
  z-index: 0;
  position: relative;
  color: var(--textwhite);
}

.section--mn .section--area .section--item .item .contents i::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  top: 0;
  left: 0;
  opacity: 0.3;
  z-index: -1;
  background: var(--whitebg);
}

.home--content {
  position: relative;
  height: 100%;
  transition: 0.5s;
}

.topHeader {
  background: var(--header_top);
  position: sticky;
  top: 0;
  z-index: 9999997 !important;
}

.content--navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  z-index: 9;
  transform: translateY(0);
  transition: 0.4s;
}

.content--navbar .content--left {
  display: flex;
  align-items: center;
}

.content--navbar .content--left img {
  max-height: 40px;
  height: auto;
  width: 100%;
}

.content--navbar .content--left span {
  font-size: 11px;
  font-weight: 400;
  line-height: 11px;
  margin-left: 9px;
  color: var(--subtext);
  letter-spacing: 1.26px;
}

.content--navbar .content--right ul {
  display: flex;
  align-items: flex-start;
  align-items: center;
}

.content--navbar .content--right ul li:not(:last-child) {
  margin-right: 20px;
}

.content--navbar .content--right ul li {
  position: relative;
}

.content--navbar .content--right ul li a {
  color: var(--main_text);
  font-size: 15px;
  line-height: 80px;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 0;
  position: relative;
}

.content--navbar .content--right ul li.lang {
  position: relative;
}

.content--navbar .content--right ul li.lang .icon {
  margin-right: 6px;
}

.content--navbar .content--right ul li.lang span {
  margin-right: 2px;
}

.content--navbar .content--right ul li a.dropdown-item {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  padding-left: 15px;
  padding-right: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  min-width: 275px;
}

.content--navbar .content--right ul li.lang a.dropdown-item {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  padding: 10px;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
  min-width: 150px;
}

.content--navbar .content--right ul li a.dropdown-item.active {
  background: transparent;
  color: var(--mainbg);
}

.content--navbar .content--right ul li a.dropdown-item .icon {
  background: var(--custom6);
  padding: 10px;
  font-size: 24px;
  border-radius: 2px;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content--navbar .content--right ul li a.dropdown-item .icon i {
  font-size: 24px;
  color: var(--main_text);
  margin-right: 0;
}

.content--navbar .content--right ul li a.dropdown-item i,
section#contact-boxes .row .box-detail svg {
  transition: 0.3s ease-in-out;
}

.content--navbar .content--right ul li a.dropdown-item:hover {
  background: 0 0;
  color: var(--mainbg);
}

.content--navbar .content--right ul li a.dropdown-item:hover i {
  color: var(--mainbg);
}

.content--navbar .content--right ul li a.dropdown-item:active,
.content--navbar .content--right ul li a.dropdown-item:focus {
  background: 0 0;
}

.content--navbar
  .content--right
  ul
  li
  a.dropdown-item
  .home--content
  .content--navbar
  .content--right
  ul
  li
  a::after {
  display: none !important;
}

.content--navbar .content--right ul li a i {
  color: var(--main_text);
  font-size: 19px;
  margin-right: 7px;
}

.content--navbar .content--right ul li a i.ri-arrow-down-s-line {
  color: var(--main_text);
  font-size: 19px;
  margin-right: 0;
}

.content--navbar .content--right ul li.icons {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  align-items: center;
}

.content--navbar .content--right ul li.lang {
  padding-left: 15px;
  margin-left: -5px;
  margin-right: 10px;
  position: relative;
}

.content--navbar .content--right ul li.lang::after {
  content: '';
  left: 0;
  width: 1px;
  height: 45px;
  background: var(--line);
  position: absolute;
  top: 50%;
  transform: translate(-0, -50%);
}

.content--navbar .content--right ul li.lang a {
  line-height: 80px;
  position: relative;
}

.content--navbar .content--right ul li.lang a .border {
  border: none !important;
  padding: 0 10px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  position: relative;
}

.content--navbar .content--right ul li.lang a .border::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 45px;
  border: 1px solid var(--line);
  background: transparent;
  border-radius: 2px;
  top: 50%;
  left: 0;
  transform: translate(-0, -50%);
}

.content--navbar .content--right ul li.lang a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: -10px;
  background: transparent;
}

.content--navbar .content--right ul li.icons #dropdown {
  margin-right: 8px;
}

.content--navbar .content--right ul li.icons form small {
  display: none !important;
}

.content--navbar .content--right ul li.icons button {
  border: none;
  position: relative;
  color: var(--main_text);
  font-size: 20px;
  padding: 11.5px;
  border-radius: 2px;
  background: transparent;
  border: 1px solid var(--line);
}

.content--navbar .content--right ul li.icons button.colorbtn {
  margin-right: 8px;
}

.content--navbar .content--right ul li.icons button.search_btn {
  margin-right: 8px;
}

.content--navbar .content--right ul li.icons button small {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mainbg);
  top: 10px;
  right: 14px;
}

.content--navbar .content--right ul li.icons a:not(:first-child) {
  margin-left: 15px;
  margin-right: 8px;
}

.content--navbar .content--right ul li.icons a i {
  color: var(--subtext);
  font-size: 19px;
  display: inline-flex;
}

.home--content .home--content--inner {
  margin: 0 0 30px;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .info--box {
  background: var(--footerbg);
  border-radius: 2px;
  padding: 37px 30px;
  margin-bottom: 35px;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .info--box
  span.cat {
  margin-bottom: 10px;
  display: block;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .info--box
  span.cat
  a {
  font-size: 14px;
  color: var(--subtext);
  font-weight: 500;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .info--box
  h3 {
  font-size: 20px;
  color: var(--main_text);
  font-weight: 500;
  margin-bottom: 15px;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .info--box
  h3
  b,
section#alert .order_alert_container p strong {
  font-weight: 600;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .info--box
  h3
  b
  a {
  color: var(--main_text);
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .info--box
  p {
  font-size: 15px;
  color: var(--subtext);
  font-weight: 500;
  line-height: 22px;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form {
  margin-bottom: 35px;
  height: unset !important;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content {
  border-radius: 2px;
  background: var(--whitebg);
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content.custom {
  background: transparent;
  border-radius: unset;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content.custom
  span {
  border-bottom: 1px solid var(--line);
  padding: 0 30px 30px 30px;
  margin-bottom: 30px;
  justify-content: flex-start;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content.custom
  .inner--box {
  margin: 0 30px;
}

.button-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
  margin-left: -30px;
  margin-right: -30px;
}

.button-row.second {
  margin-right: 0;
  margin-left: 0;
}

.button-row button {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  width: 100%;
  max-width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  border-radius: 2px;
  position: relative;
}

.button-row button:focus,
.button-row button:active {
  outline: none;
  box-shadow: none;
}

.button-row button:first-child {
  color: var(--mainbg);
  margin-right: 15px;
}

.button-row button:nth-child(2) {
  color: var(--textwhite);
  background: var(--mainbg);
}

.button-row button:first-child::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 2px;
  background: var(--mainbg);
  opacity: 0.1;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content.custom
  .form-group {
  position: relative;
  z-index: 0;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content.custom
  .form-group:not(:last-child) {
  margin-bottom: 15px;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content.custom
  .form--inner {
  background: var(--whitebg);
  border-radius: 2px;
  padding: 30px 0;
}

/* Sepet */

.content--navbar .content--right ul li.icons button.long {
  background: var(--mainbg);
  color: var(--textwhite);
  margin-right: 0;
  border-radius: 2px;
  border: none;
}

#pppostfawd {
  position: relative;
  width: max-content;
  cursor: pointer;
}

#pppostfawd .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  background: var(--mainbg);
  padding: 6px;
  font-size: 14px;
  border-radius: 50%;
  color: var(--textwhite);
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content.custom
  .form--inner
  .alert--area {
  color: var(--subtext);
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content.custom
  .form--inner
  .alert--area
  i {
  font-size: 40px;
  margin-bottom: 20px;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content.custom
  .form--inner
  .alert--area
  a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--mainbg);
  font-size: 20px;
  color: var(--textwhite);
  border-radius: 2px;
  height: 45px;
  padding: 0 21px;
  margin-top: 20px;
}

/* Sepet */

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content
  span {
  font-size: 20px;
  color: var(--main_text);
  line-height: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 30px 10px 30px;
  text-align: center;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content
  .item--info {
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  color: var(--subtext);
  text-align: center;
  padding: 0 30px;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content
  span
  i {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-right: 10px;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content
  p {
  font-size: 14px;
  line-height: 20px;
  color: var(--subtext);
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
  background: 0 0;
}

/* Yeni */

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content
  p.clear {
  background: transparent;
  margin-top: 15px;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content
  p.clear::after {
  content: none;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content
  .flex--item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content
  .flex--item
  a:not(:last-child) {
  margin-right: 15px;
}

/* Yeni */

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content
  p::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 2px;
  background: var(--mainbg);
  opacity: 0.05;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content
  p
  i {
  background: 0 0;
  color: var(--mainbg);
  position: relative;
  border-radius: 2px;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content
  p
  i::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background: var(--mainbg);
  opacity: 0.2;
  z-index: 0;
  top: 0;
  left: 0;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content
  .right--area
  .form-group {
  position: relative;
  width: 100%;
  z-index: 0;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content
  .right--area
  .form-group::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  top: 0;
  left: 0;
  background: var(--breadcrumb);
  opacity: 0.5;
  z-index: -1;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content
  .right--area {
  display: flex;
  align-items: center;
  margin: 0 30px 0 30px;
  padding-bottom: 30px;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content
  .right--area
  .right--inner
  .price--info {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: var(--mainbg);
  position: relative;
  z-index: 0;
  width: 150px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 15px;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content
  .right--text {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
  justify-content: center;
  flex-direction: column;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content
  .right--text
  .right--text_top {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: var(--subtext);
  margin-bottom: 10px;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content
  .right--text
  ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: max-content;
  margin-left: auto;
  position: relative;
  z-index: 0;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content
  .right--text
  ul
  li:first-child {
  opacity: 0.2;
  z-index: -1;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content
  .right--text
  ul
  li:not(:first-child) {
  margin-left: -10px;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content
  .right--text
  ul
  li
  .item {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid var(--whitebg);
  font-size: 12px;
  color: var(--textwhite);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--mainbg);
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content
  .right--text
  ul
  li
  .item
  img {
  max-width: 100%;
  object-fit: cover;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content
  .right--area
  .right--inner
  .continueBtn
  button {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  background: var(--mainbg);
  color: var(--textwhite);
  border-radius: 2px;
  width: 150px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content
  .right--area
  .right--inner
  .continueBtn
  button:focus,
.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content
  .right--area
  .right--inner
  .continueBtn
  button:active {
  outline: none;
  box-shadow: none;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content
  .right--area
  .right--inner
  .continueBtn
  button
  i {
  font-size: 23px;
  margin-right: 5px;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content
  .right--area
  .right--inner
  .price--info
  i {
  font-size: 23px;
  margin-right: 8px;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content
  .right--area
  .right--inner
  .price--info::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  top: 0;
  left: 0;
  background: var(--mainbg);
  z-index: -1;
  opacity: 0.12;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content
  .right--area
  .right--inner
  .price--info::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  top: 0;
  left: 0;
  background: transparent;
  border: 1px solid var(--mainbg);
  z-index: -1;
  opacity: 0.1;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content
  .right--area
  .right--inner {
  display: flex;
  align-items: center;
}

#myModal2133 .modal-dialog .modal-content .modal-body #message .text,
.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content
  .form-group._yontem
  .dropdown,
.loadingtext section,
.tp-contact-inner .content .info .maintitle {
  width: 100%;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content
  .form-group._yontem
  .dropdown-menu {
  background: var(--whitebg);
  border: none;
  box-shadow: 2px 2px 26px -7px rgba(0, 109, 149, 0.23);
  z-index: 9999999;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content
  .form-group._yontem
  .dropdown-menu
  .dropdown-item {
  background: 0 0 !important;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content
  .form-group._yontem
  span {
  width: unset;
  height: unset;
  background: 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 18px;
  color: var(--subtext);
  position: unset;
  left: unset;
  top: unset;
  transform: unset;
  margin-bottom: 0;
  font-weight: 400;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content
  .form-group._yontem
  i {
  position: absolute;
  right: 0;
  z-index: 2;
  color: var(--main_text);
  font-size: 20px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content
  .form-group._yontem
  button {
  margin-top: 0;
  position: relative;
  transform: unset;
  right: unset;
  left: unset;
  top: unset;
  color: var(--main_text) !important;
  padding: 15px;
  width: 100%;
  background: var(--whitebg);
  border: 1px solid var(--line);
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content
  .form-group
  button {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 14px;
  color: var(--textwhite);
  font-weight: 600;
  padding: 11px 33px;
  background: var(--mainbg);
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content
  .form-group
  input {
  height: 65px;
  border-radius: 2px;
  border: 1px solid var(--line);
  width: 100%;
  padding-left: 25px;
  font-size: 16px;
  color: var(--subtext) !important;
  font-weight: 500;
  background: transparent;
  position: relative;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content
  .form-group
  textarea {
  border-radius: 2px;
  border: 1px solid var(--line);
  width: 100%;
  padding-left: 25px;
  padding-top: 23px;
  font-size: 16px;
  color: var(--subtext) !important;
  font-weight: 500;
  background: transparent;
  position: relative;
  height: 100px;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content
  .form-group {
  position: relative;
  z-index: 0;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content
  .form-group::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  top: 0;
  left: 0;
  background: var(--breadcrumb);
  opacity: 0.5;
  z-index: -1;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content
  .form-group
  input::-moz-placeholder,
.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content
  .form-group
  textarea::-moz-placeholder {
  color: var(--subtext);
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content
  .form-group
  input::placeholder,
.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__form
  .multisteps-form__panel
  .multisteps-form__content
  .form-group
  textarea::placeholder {
  color: var(--subtext);
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__progress {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 41px 30px;
  border-radius: 2px;
  position: relative;
  z-index: 0;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__progress::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--footerbg);
  opacity: 0.5;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 2px;
}

.home--content .home--content--inner .contact--area .col-4,
.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__progress
  .step {
  display: flex;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .multisteps-form__progress
  .step:nth-child(2) {
  margin-right: 95px;
}

.home--content .home--content--inner .dropdown-selected.active + .dropdown-options,
.home--content .home--content--inner .dropdown-selected0.active + .dropdown-options {
  display: block;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .sl--section
  .content {
  display: flex;
  flex-direction: column;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .sl--section
  span {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: var(--main_text);
  display: block;
  border-bottom: 1px solid var(--line);
  margin-bottom: 20px;
  padding: 0 30px 30px 30px;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .sl--section
  p {
  font-size: 14px;
  color: var(--subtext);
  font-weight: 500;
}

#orderModal .modal-dialog .modal-content .modal-body .form-group,
.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .sl--section
  .form-group,
.mainsearchbox .searchBox,
.multisteps-form__form,
.site-header-accountt,
.toolsSelect .section--wrapper .section--content .content {
  position: relative;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .sl--section
  .form-group {
  margin: 0 30px;
  position: relative;
  z-index: 0;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .sl--section
  .form-group::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  top: 0;
  left: 0;
  background: var(--breadcrumb);
  opacity: 0.5;
  z-index: -1;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .sl--section
  #indirimdurum {
  margin: 0;
}

#indirimdurum .succesBtn {
  margin: 20px 30px 0 30px;
}

#indirimdurum .dangerBtn {
  margin: 20px 30px 0 30px;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .sl--section
  #indirimdurum
  .dangerBtn {
  margin: 30px 30px 0 30px;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .sl--section
  .form-group
  i {
  position: absolute;
  font-size: 21px;
  color: var(--subtext);
  top: 50%;
  transform: translate(0, -50%);
  left: 25px;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .sl--section
  .form-group
  input {
  height: 65px;
  padding-left: 61px;
  font-size: 17px;
  line-height: 21px;
  color: var(--subtext);
  font-weight: 500;
  border-radius: 2px;
  border: 1px solid var(--line);
  background: transparent;
  display: block !important;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .sl--section
  .form-group
  input::-moz-placeholder {
  color: var(--subtext);
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .sl--section
  .form-group
  input::placeholder {
  color: var(--subtext);
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .sl--section
  .form-group
  .subbtn {
  position: absolute;
  right: 15px;
  top: 65%;
  transform: translate(0, -50%);
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .sl--section
  .form-group
  .subbtn
  button {
  color: var(--mainbg);
  font-size: 13px;
  font-weight: 600;
  border: none;
  padding: 10px 20px;
  border-radius: 2px;
  position: relative;
  z-index: 0;
  background: 0 0;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .sl--section
  .form-group
  .subbtn
  button::after {
  content: '';
  position: absolute;
  background: var(--mainbg);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
  border-radius: 2px;
  z-index: -1;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .sl--section
  .info--content {
  padding: 30px 0;
  background: var(--whitebg);
  border-radius: 2px;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .sl--section
  .discount {
  padding: 25px 0;
  background: var(--whitebg);
  border-radius: 2px;
  margin-top: 30px;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .sl--section
  .discount
  .text--coupon {
  border-bottom: 1px solid var(--line);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .sl--section
  .discount
  .text--coupon
  span {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: var(--main_text);
  padding: 0 25px;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .sl--section
  .info--content
  ul
  li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--subtext);
  font-size: 17px;
  font-weight: 500;
  line-height: 21px;
  padding: 0 30px 20px 30px;
}

#myModal2133 .modal-dialog .modal-content .modal-body .modalitem.opa,
.blog--area--list .blog-all-items .blog-card:hover .blog-content h3 a,
.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .sl--section
  .info--content
  ul
  li:last-child,
.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .sl--section
  .info--content
  ul
  li:last-child
  span {
  color: var(--mainbg);
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .sl--section
  .info--content
  ul
  li:not(:last-child) {
  margin-bottom: 20px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 20px;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .sl--section
  .info--content
  ul
  li.total {
  font-weight: 700;
  color: var(--mainbg);
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .sl--section
  .info--content
  ul
  li.total
  span {
  font-weight: 700;
  color: var(--mainbg);
}

#blog-text .text-wrapper a,
.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .sl--section
  .info--content
  ul
  li
  del {
  color: var(--subtext);
}

.home--content
  .home--content--inner
  .step--area
  .content
  .content--inner
  .multisteps-form
  .sl--section
  .info--content
  ul
  li
  span {
  color: var(--subtext);
  font-size: 17px;
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 0;
  padding: 0;
  border-bottom: 0;
}

.home--content .home--content--inner .intro {
  margin-top: 40px;
}

.home--content .home--content--inner .intro .hero--wrapper {
  position: relative;
  min-height: 400px;
  background: var(--herobg);
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.home--content .home--content--inner .intro .hero--wrapper .hero--container {
  position: relative;
  z-index: 1;
  padding: 0 50px;
  height: 100%;
  display: flex;
  align-items: center;
}

.home--content .home--content--inner .intro .hero--wrapper .hero--container .info .title {
  font-size: 38px;
  line-height: 47px;
  font-weight: 800;
  color: var(--textwhite);
  margin-bottom: 30px;
  max-width: 440px;
}

.home--content .home--content--inner .intro .hero--wrapper .hero--container .info .hero--desc {
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  color: var(--textwhite);
  margin-bottom: 30px;
  max-width: 440px;
}

.home--content .home--content--inner .intro .hero--wrapper .hero--container .info .hover a {
  color: var(--main_text);
  font-size: 16px;
  line-height: 15px;
  font-weight: 600;
  padding: 17px 48px;
  display: inline-flex;
  border-radius: 2px;
  background: var(--whitebg);
}

.home--content
  .home--content--inner
  .intro
  .hero--wrapper
  .hero--container
  .info
  .hover
  a.bgtransparent {
  background: 0 0;
  position: relative;
  color: var(--subtext);
  margin-left: 30px;
}

.home--content
  .home--content--inner
  .intro
  .hero--wrapper
  .hero--container
  .info
  .hover
  a.bgtransparent::after {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid var(--mainbg);
  opacity: 0.1;
  content: '';
  left: 0;
  top: 0;
  border-radius: 2px;
}

.home--content .home--content--inner .intro .hero--wrapper .absolute--item_img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: right;
}

.home--content .home--content--inner .intro .hero--wrapper .absolute--item_vec {
  position: absolute;
  bottom: 0;
  left: 0;
}

.home--content .home--content--inner .intro .hero--wrapper .absolute--item_img img {
  vertical-align: middle;
  max-width: 30vw;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 2px 2px 0;
}

.home--content .home--content--inner .intro .hero--wrapper .absolute--item_img::after {
  position: absolute;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, var(--herobg) 30%, var(--herobg) 0, transparent 100%);
  left: 0;
}

.home--content .home--content--inner .intro .promo {
  padding: 10px;
  background: var(--mainbg);
  border-radius: 2px;
  display: flex;
  align-items: center;
  margin-top: 30px;
  height: 60px;
}

.home--content .home--content--inner .intro .promo .icon {
  font-size: 24px;
  color: var(--textwhite);
  margin-right: 10px;
}

.home--content .home--content--inner .intro .promo .swiper-slide {
  color: var(--textwhite);
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}

.home--content .home--content--inner .intro .promo .url a {
  white-space: nowrap;
  color: var(--textwhite);
  font-size: 15px;
  font-weight: 500;
  padding: 10px 27px;
  border-radius: 2px;
  background: #cba4ff;
}

#myModal2133 .modal-dialog .modal-content .modal-header h5 .flexbox .flex-item,
#submitButtonLi,
.home--content .home--content--inner .intro .ml-4 .flex--box {
  display: flex;
  flex-direction: column;
}

#myModal2133 .modal-dialog .modal-content .modal-header h5 .flexbox i {
  font-weight: 400;
  font-size: 24px;
  color: var(--textwhite);
  padding: 10px;
  position: relative;
  margin-right: 20px;
}

#myModal2133 .modal-dialog .modal-content .modal-header h5 .flexbox i::after {
  background: var(--whitebg);
  opacity: 0.1;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
}

#myModal2133 .modal-dialog .modal-content .modal-header h5 .flexbox .flex-item small {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 315px;
}

.home--content .home--content--inner .intro .ml-4 .absolute--item {
  width: 100%;
  padding: 25px 25px 25px 30px;
  border-radius: 2px;
  background: var(--whitebg);
}

.home--content .home--content--inner .intro .ml-4 .absolute--item h3 {
  font-weight: 600;
  font-size: 18px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: var(--main_text);
}

.home--content .home--content--inner .intro .ml-4 .absolute--item h3 i {
  font-size: 25px;
  margin-right: 10px;
  color: var(--mainbg);
}

.home--content .home--content--inner .intro .ml-4 .absolute--item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  position: relative;
  margin-bottom: 22px;
  padding-bottom: 22px;
  color: var(--subtext);
  border-bottom: 1px solid var(--line);
}

.home--content .home--content--inner .intro .ml-4 .absolute--item .dropdown {
  display: inline-block;
  width: 100%;
  position: relative;
}

.home--content .home--content--inner .intro .ml-4 .absolute--item .dropdown:not(:last-child) {
  margin-bottom: 25px;
}

.home--content .home--content--inner .intro .ml-4 .absolute--item .dropdown-selected,
.home--content .home--content--inner .intro .ml-4 .absolute--item .dropdown-selected0 {
  background: var(--mainbg);
  cursor: pointer;
  padding: 17.5px 15px;
  height: 65px;
  border-radius: 2px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 17px;
  display: flex;
  align-items: center;
  color: var(--subtext);
  position: relative;
  z-index: 1;
}

.home--content .home--content--inner .intro .ml-4 .absolute--item .dropdown-selected0 {
  background: var(--whitebg);
  border: 1px solid var(--line);
}

.home--content .home--content--inner .intro .ml-4 .absolute--item .dropdown-selected,
.home--content .home--content--inner .intro .ml-4 .absolute--item .dropdown-selected2,
.home--content .home--content--inner .intro .ml-4 .absolute--item .dropdown-selected2 small,
.home--content .home--content--inner .intro .ml-4 .absolute--item .dropdown-selected3,
.home--content .home--content--inner .intro .ml-4 .absolute--item .dropdown-selected3 small {
  background: var(--mainbg);
  color: var(--textwhite);
}

.home--content .home--content--inner .intro .ml-4 .absolute--item .dropdown-selected i,
.home--content .home--content--inner .intro .ml-4 .absolute--item .dropdown-selected0 i {
  margin-left: auto;
  font-size: 20px;
}

.home--content .home--content--inner .intro .ml-4 .absolute--item .dropdown-selected small,
.home--content .home--content--inner .intro .ml-4 .absolute--item .dropdown-selected0 small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  color: var(--textwhite);
  font-weight: 500;
  font-size: 13px;
  line-height: 13px;
  margin-right: 13px;
  position: relative;
}

.home--content .home--content--inner .intro .ml-4 .absolute--item .dropdown-selected small::after,
.home--content .home--content--inner .intro .ml-4 .absolute--item .dropdown-selected0 small::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background: var(--whitebg);
  top: 0;
  left: 0;
  opacity: 0.1;
}

.home--content .home--content--inner .intro .ml-4 .absolute--item .dropdown-selected0 small::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background: var(--custom6);
  top: 0;
  left: 0;
  opacity: 1;
  z-index: -1;
}

.home--content .home--content--inner .intro .ml-4 .absolute--item .dropdown-selected0 small {
  color: var(--subtext);
  position: relative;
}

.home--content .home--content--inner .intro .ml-4 .absolute--item .dropdown-options {
  position: absolute;
  top: 125%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 15px;
  list-style: none;
  background: var(--whitebg);
  overflow-y: auto;
  max-height: 200px;
  display: none;
  border-radius: 2px;
  z-index: 2;
  box-shadow: 2px 2px 26px -7px rgb(0 109 149 / 12%);
}

.home--content
  .home--content--inner
  .intro
  .ml-4
  .absolute--item
  .dropdown-options::-webkit-scrollbar {
  width: 2px;
}

.home--content
  .home--content--inner
  .intro
  .ml-4
  .absolute--item
  .dropdown-options::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: var(--mainbg);
  background-clip: padding-box;
}

.home--content .home--content--inner .intro .ml-4 .absolute--item .dropdown-options li {
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: var(--subtext);
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}

.home--content
  .home--content--inner
  .intro
  .ml-4
  .absolute--item
  .dropdown-options
  li:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--line);
}

.home--content .home--content--inner .intro .ml-4 .absolute--item .dropdown-options li .icon {
  padding: 6px;
  border-radius: 2px;
  background: var(--custom6);
  color: var(--subtext);
  margin-right: 13px;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 18px;
}

#myModal2133 .modal-dialog .modal-content .modal-body .body {
  margin-bottom: 15px;
  padding-top: 40px;
}

.order--track .order--wrapper .order--area .item:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--line);
}

.home--content
  .home--content--inner
  .intro
  .ml-4
  .absolute--item
  .dropdown-options
  li:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--line);
}

.home--content .home--content--inner .intro .ml-4 .absolute--item .dropdown-options li .icon {
  padding: 6px;
  border-radius: 2px;
  background: var(--custom6);
  color: var(--subtext);
  margin-right: 13px;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 18px;
}

content .home--content--inner .intro .ml-4 .absolute--item .dropdown-options li:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--line);
}

.home--content .home--content--inner .section--1 {
  padding: 0;
}

.home--content .home--content--inner .section--1.mb {
  margin-bottom: 10px;
}

.home--content .home--content--inner .section--1.section--2 .section--wrapper .item--wrapper,
.toolsContent.mrgnb {
  margin-bottom: 35px;
}

.home--content .home--content--inner .section--3 .section--wrapper .title {
  margin-bottom: 40px;
}

.home--content .home--content--inner .section--1.section--2 .title .right {
  display: flex;
  align-items: center;
}

.home--content .home--content--inner .section--1.section--2 .title .right a {
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  color: var(--subtext);
}

.home--content .home--content--inner .section--1.section--2 .title .right .select_box {
  display: flex;
  align-items: center;
  position: relative;
}

.content-shown::before,
.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .table--area
  .table
  tbody
  tr
  td
  a.buying
  span,
.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .table--area
  .table-hidden,
.home--content
  .home--content--inner
  .section--1.section--2
  .title
  .right
  .select_box
  .dropdown-menu
  li:not(:first-child) {
  display: none;
}

.home--content
  .home--content--inner
  .section--1.section--2
  .title
  .right
  .select_box
  div.dropdown-menu {
  padding: 13px 0 13px 13px;
  border-radius: 2px;
  border: none;
  box-shadow: 2px 2px 26px -7px rgba(0, 109, 149, 0.23);
  top: 150% !important;
  left: unset !important;
  right: 0;
  background: var(--whitebg);
  transform: translate(0, 0) !important;
}

.home--content
  .home--content--inner
  .section--1.section--2
  .title
  .right
  .select_box
  div.dropdown-menu
  .inner {
  max-height: 300px !important;
  background: var(--whitebg);
}

.home--content
  .home--content--inner
  .section--1.section--2
  .title
  .right
  .select_box
  .dropdown-menu
  li {
  padding-right: 13px;
}

.home--content
  .home--content--inner
  .section--1.section--2
  .title
  .right
  .select_box
  .dropdown-menu.show
  li {
  display: block;
}

.home--content
  .home--content--inner
  .section--1.section--2
  .title
  .right
  .select_box
  .dropdown-menu
  li:not(:last-child) {
  margin-bottom: 15px;
}

.home--content
  .home--content--inner
  .section--1.section--2
  .title
  .right
  .select_box
  .dropdown-menu
  .dropdown-item {
  padding: 3px 7px;
  font-size: 15px;
  color: var(--main_text);
  background: 0 0;
}

.home--content
  .home--content--inner
  .section--1.section--2
  .title
  .right
  .select_box
  div.dropdown-menu
  .inner::-webkit-scrollbar {
  width: 3px;
  margin-top: 30px;
}

.home--content
  .home--content--inner
  .section--1.section--2
  .title
  .right
  .select_box
  div.dropdown-menu
  .inner::-webkit-scrollbar-track {
  background: var(--custom6);
  margin-top: 10px;
  margin-bottom: 10px;
}

.home--content
  .home--content--inner
  .section--1.section--2
  .title
  .right
  .select_box
  div.dropdown-menu
  .inner::-webkit-scrollbar-thumb {
  background: var(--mainbg);
  border-radius: 2px;
}

#myModal .modal-dialog .modal-content .modal-body,
.home--content
  .home--content--inner
  .section--1.section--2
  .title
  .right
  .select_box
  .dropdown-menu
  ul.dropdown-menu {
  padding: 0;
}

.home--content .home--content--inner .section--1.section--2 .title .right .select_box i {
  font-size: 20px;
  margin-left: -14px;
  color: var(--subtext);
}

.home--content .home--content--inner .breadcrumb--area .breadcrumb--body nav ol li::before,
.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .table--area
  .table.more-button-hidden::before,
.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .table--area.none-table
  .table::after,
.home--content .home--content--inner .section--1.section--2 .title .right .select_box button::after,
.toolsSelect .section--wrapper .section--content .content .dropdown-toggle::after {
  content: none;
}

.home--content .home--content--inner .section--1.section--2 .title .right .select_box button {
  background: 0 0 !important;
  font-size: 16px;
  font-weight: 500;
  padding: 0 20px 0 0;
  color: var(--subtext);
}

.home--content .home--content--inner .section--1.section--2 .title .right .select_box button:focus {
  outline: 0;
  box-shadow: none;
}

.home--content .home--content--inner .section--1.section--2 .title .right .search--box {
  margin-left: 15px;
}

.home--content .home--content--inner .section--1.section--2 .title .right .search--box button {
  background: 0 0;
  border: none;
  font-size: 24px;
  color: var(--subtext);
}

.home--content .home--content--inner .section--1 .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

.home--content .home--content--inner .section--1 .title.mbc {
  margin-bottom: 25px;
}

.home--content .home--content--inner .section--1 .title .left,
.home--content .home--content--inner .section--3 .section--wrapper .title .left {
  font-size: 20px;
  line-height: 22px;
  color: var(--main_text);
  font-weight: 600;
}

.home--content .home--content--inner .section--1 .title .splide__arrows button {
  border: none;
  margin: 0;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--main_text);
  background: var(--custom6);
  transition: 0.3s ease-in-out;
  border-radius: 2px;
  position: relative;
  transform: unset;
  opacity: 1;
  right: 0;
}

.splide__track {
  max-height: 630px;
}

.splide__sr {
  display: none !important;
}

.menushadow.active + .sidebar {
  z-index: 99999 !important;
}

.home--content
  .home--content--inner
  .section--3
  .section--wrapper
  .accordion-wrapper
  .accordion
  .accordion-title
  p,
.toolsHeader .section--wrapper .section--row .flex--box .text {
  margin-right: 30px;
}

.alert--area .alert--content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 30px;
  border-radius: 2px;
  background: var(--whitebg);
}

.alert--area .alert--content .topText {
  color: var(--main_text);
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 22px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
}

.alert--area .alert--content .bottomText {
  color: var(--subtext);
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.alert--area .alert--content .bottomText p:first-child {
  margin-bottom: 3px;
}

.home--content .home--content--inner .section--1 .title .splide__arrows button:nth-child(2) {
  margin-left: 15px;
}

.splide__arrow--prev {
  left: unset;
}

.home--content .home--content--inner .section--1 .title .splide__arrows button:hover {
  background: var(--mainbg);
  color: var(--textwhite);
}

.allprod {
  background: var(--sectionbg);
  padding: 40px 0 1px 0px !important;
  margin-bottom: 40px;
}

.home--content .home--content--inner .section--1 .section--wrapper .item--container .table--area {
  padding: 30px;
  border-radius: 2px;
  margin-bottom: 40px;
  background: var(--whitebg);
  overflow: hidden;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .table--area.none-table
  .table
  tbody
  tr:last-child
  td {
  border-bottom: none;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .table--area
  .table {
  margin-bottom: 0;
  position: relative;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .table--area
  .loadmore::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 96px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, var(--whitebg) 100%);
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .table--area
  .table
  thead,
section#contact-form .form {
  border-radius: 2px;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .table--area
  .table
  thead
  tr
  th {
  font-size: 15px;
  color: var(--subtext);
  font-weight: 500;
  line-height: 16px;
  padding: 22px 20px;
  position: relative;
  white-space: nowrap;
  z-index: 0;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .table--area
  .table
  thead
  tr
  th::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--custom6);
  opacity: 0.5;
  z-index: -1;
  border-radius: 2px;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .table--area
  .table
  thead
  tr
  th:not(:first-child) {
  text-align: center;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .table--area
  .table
  thead
  tr
  th:first-child,
.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .table--area
  .table
  thead
  tr
  th:first-child::after {
  border-radius: 10px 0 0 10px;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .table--area
  .table
  thead
  tr
  th:nth-child(2)::after,
.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .table--area
  .table
  thead
  tr
  th:nth-child(3)::after,
.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .table--area
  .table
  thead
  tr
  th:nth-child(4)::after {
  border-radius: 0;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .table--area
  .table
  thead
  tr
  th:last-child,
.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .table--area
  .table
  thead
  tr
  th:last-child::after {
  border-radius: 0 10px 10px 0;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .table--area
  .table
  thead
  tr
  th:first-child {
  width: 48%;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .table--area
  .table
  tbody
  tr
  td {
  padding: 19.75px 20px;
  font-size: 16px;
  color: var(--main_text);
  font-weight: 500;
  border-bottom: 1px solid var(--line);
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .table--area
  .table
  tbody
  tr
  td:not(:first-child) {
  white-space: nowrap;
  text-align: center;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .table--area
  .table
  tbody
  tr
  td
  span {
  font-size: 15px;
  padding: 10px 25px;
  border-radius: 100px;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .table--area
  .table
  tbody
  tr
  td
  span.fast {
  color: #e6a66b;
  background: #fff0e2;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .table--area
  .table
  tbody
  tr
  td
  span.slow {
  background: #fef4f6;
  color: #f35e82;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .table--area
  .table
  tbody
  tr
  td
  span.middle {
  background: #edf5f7;
  color: #006d95;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .table--area
  .table
  tbody
  tr
  td
  a.buying {
  display: inline-flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  padding: 11px;
  border-radius: 2px;
  font-size: 18px;
  transition: 0.3s ease-in-out;
  position: relative;
  z-index: 0;
  color: var(--subtext);
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .table--area
  .table
  tbody
  tr
  td
  a.buying::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--custom6);
  top: 0;
  left: 0;
  border-radius: 2px;
  z-index: -1;
  transition: 0.3s ease-in-out;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .table--area
  .table
  tbody
  tr
  td
  a {
  font-size: 16px;
  color: var(--main_text);
  font-weight: 500;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .table--area
  .table
  tbody
  tr
  td
  a.protitle {
  display: inline-flex;
  align-items: center;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .table--area
  .table
  tbody
  tr
  td
  a.protitle
  i {
  font-size: 22px;
  margin-right: 11px;
}

.home--content .home--content--inner .section--1 .section--wrapper .item--container .loadmore {
  margin-top: -14px;
  font-size: 16px;
  font-weight: 500;
  color: var(--subtext);
  padding: 19.5px 22px;
  border-radius: 2px;
  position: relative;
  width: 100%;
  z-index: 0;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: 0 0;
}

.home--content .home--content--inner .section--1 .section--wrapper .item--container .loadmore i {
  font-size: 22px;
  margin-right: 10px;
  vertical-align: bottom;
  margin-bottom: 2px;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .loadmore::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--custom6);
  z-index: -1;
  border-radius: 2px;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .item--wrapper
  .content,
.tp-contact-inner .content {
  padding: 25px 0;
  border-radius: 2px;
  background: var(--whitebg);
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 363px;
  justify-content: space-between;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .item--wrapper
  .content
  .image
  .icon,
.tp-contact-inner .icon {
  font-size: 24px;
  border-radius: 2px;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  position: relative;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .item--wrapper
  .content
  .image
  .icon::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.05;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .item--wrapper
  .content
  .info {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .item--wrapper
  .content
  .cat {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 25px 5px;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .item--wrapper
  .content
  .cat
  .text,
.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .item--wrapper
  .content
  .cat
  a,
.tp-contact-inner .cat a {
  font-size: 15px;
  line-height: 19px;
  color: var(--subtext);
  font-weight: 500;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .item--wrapper
  .content
  .info
  .maintitle {
  width: 100%;
  text-align: center;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--line);
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .item--wrapper
  .content
  .info
  .maintitle
  a,
.tp-contact-inner .maintitle a {
  font-size: 18px;
  line-height: 22px;
  color: var(--main_text);
  font-weight: 600;
  text-align: center;
  margin: 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .item--wrapper
  .content
  .info
  .pack-pricing,
.tp-contact-inner .info .pack-pricing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px 25px;
  margin-top: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid var(--line);
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .item--wrapper
  .content
  .info
  .pack-pricing
  .current-price.center,
.tp-contact-inner .info .pack-pricing .current-price.center {
  display: flex;
  align-items: baseline;
  justify-content: center;
  width: 100%;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .item--wrapper
  .content
  .info
  .pack-pricing
  b,
.tp-contact-inner .info .pack-pricing b {
  font-size: 20px;
  font-weight: 700;
  color: var(--main_text);
}

#myModal2133 .modal-dialog .modal-content .modal-header h5 .flexbox,
.blog--area--list .pagi--area,
.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .item--wrapper
  .content
  .info
  .pack-pricing
  .old-price,
.mainsearchbox,
.tp-contact-inner .info .pack-pricing .old-price {
  display: flex;
  align-items: center;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .item--wrapper
  .content
  .info
  .pack-pricing
  .old-price
  span,
.tp-contact-inner .info .pack-pricing .old-price span {
  font-size: 16px;
  color: var(--subtext);
  text-decoration: line-through;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .item--wrapper
  .content
  .info
  .pack-pricing
  .old-price
  .discount,
.tp-contact-inner .info .pack-pricing .old-price .discount {
  height: 25px;
  flex-shrink: 0;
  color: var(--mainbg);
  padding: 0 10px;
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  position: relative;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .item--wrapper
  .content
  .info
  .pack-pricing
  .old-price
  .discount::after,
.tp-contact-inner .info .pack-pricing .old-price .discount::after {
  content: '';
  position: absolute;
  background: var(--mainbg);
  width: 100%;
  height: 100%;
  border-radius: 100px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.1;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .item--wrapper
  .content
  .info
  .price
  strong {
  color: var(--main_text);
  font-size: 48px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .item--wrapper
  .content
  .info
  .price
  span
  strong {
  display: block;
  color: var(--main_text);
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .item--wrapper
  .content
  .info
  .features,
.tp-contact-inner .features {
  max-height: 255px;
  overflow-y: auto;
  padding-top: 15px;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .item--wrapper
  .content
  .info
  .features::-webkit-scrollbar {
  width: 2px;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .item--wrapper
  .content
  .info
  .features::-webkit-scrollbar-track {
  margin-bottom: 0;
  position: relative;
  background: var(--herobg);
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .item--wrapper
  .content
  .info
  .features::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: var(--mainbg);
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .item--wrapper
  .content
  .info
  .features::-webkit-scrollbar-thumb,
.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .item--wrapper
  .content
  .info
  .features::-webkit-scrollbar-track {
  opacity: 0.1;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .item--wrapper
  .content
  .info
  .features
  li,
.tp-contact-inner .features li {
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  color: var(--main_text);
  padding: 0 25px 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .item--wrapper
  .content
  .info
  .features
  li:last-child,
.tp-contact-inner .features li:last-child {
  margin-bottom: 0;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .item--wrapper
  .content
  .info
  .features
  li
  i,
.tp-contact-inner .features li i {
  font-size: 20px;
  margin-right: 10px;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .item--wrapper
  .content
  .btn,
.tp-contact-inner .btn {
  width: 100%;
  padding: 0 25px;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .item--wrapper
  .content
  .btn
  .product--btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .item--wrapper
  .content
  .btn
  .product--btn
  span,
.tp-contact-inner .content .btn .product--btn span {
  border: 1px solid var(--line);
  background: 0 0 !important;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .item--wrapper
  .content
  .btn
  .product--btn
  a,
.tp-contact-inner .btn a {
  font-size: 16px;
  color: var(--textwhite) !important;
  line-height: 20px;
  font-weight: 500;
  border-radius: 2px;
  height: 45px;
  min-width: unset;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--mainbg);
  transition: 0.3s ease-in-out;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .item--wrapper
  .content
  .btn
  .product--btn
  a
  i,
.tp-contact-inner .btn .product--btn a i {
  font-size: 20px;
  margin-right: 10px;
  margin-bottom: 2px;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .item--container
  .item--wrapper
  .content
  .btn
  .product--btn
  button,
.tp-contact-inner .btn button {
  height: 45px;
  width: 45px;
  max-width: 45px;
  min-width: 45px;
  border-radius: 2px;
  background: var(--custom6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--main_text);
  border: none;
}

.home--content .home--content--inner .section--1 .section--wrapper .ml-4 .offer {
  display: flex;
  align-items: center;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  padding: 0 50px;
  margin-bottom: 40px;
  z-index: 0;
}

.home--content .home--content--inner .section--1 .section--wrapper .ml-4 .offer::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--sectionbg);
  z-index: -1;
}

.cookieConsentContainer .cookieCont,
.home--content .home--content--inner .section--1 .section--wrapper .ml-4 .offer .item--inner,
.tp-contact-inner .content .btn .product--btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.ml-4 .splide__track {
  max-height: 335px;
}

#submitButtonLi .btnarea {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 25px;
}

#submitButtonLi .right--text {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
  justify-content: center;
  flex-direction: column;
  margin-top: 30px;
}

#submitButtonLi .right--text .right--text_top {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: var(--subtext);
  margin-bottom: 10px;
}

#submitButtonLi .right--text ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: max-content;
  margin-left: auto;
  position: relative;
  z-index: 0;
}

#submitButtonLi .right--text ul li {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
  padding: 0;
}

#submitButtonLi .right--text ul li:first-child {
  opacity: 0.2;
  z-index: -1;
}

#submitButtonLi .right--text ul li:not(:first-child) {
  margin-left: -10px;
}

#submitButtonLi .right--text ul li .item {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid var(--whitebg);
  font-size: 12px;
  color: var(--textwhite);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--mainbg);
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .ml-4
  .offer
  .item--inner
  .image {
  overflow: hidden;
  min-width: 300px;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .ml-4
  .offer
  .item--inner
  .image
  img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home--content .home--content--inner .section--1 .section--wrapper .ml-4 .offer .item--inner .text {
  text-align: left;
  max-width: 570px;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .ml-4
  .offer
  .item--inner
  .text
  strong {
  font-size: 27px;
  color: var(--main_text);
  line-height: 40px;
  font-weight: 600;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .ml-4
  .offer
  .item--inner
  .text
  p {
  font-size: 17px;
  color: var(--subtext);
  margin: 30px 0;
  font-weight: 400;
  line-height: 27px;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .ml-4
  .offer
  .item--inner
  .text
  a {
  height: 44px;
  font-size: 15px;
  line-height: 44px;
  font-weight: 500;
  color: var(--mainbg);
  position: relative;
  z-index: 0;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 0 30px;
  max-width: fit-content;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .ml-4
  .offer
  .item--inner
  .text
  a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: var(--mainbg);
  opacity: 0.1;
  z-index: -1;
  border-radius: 2px;
}

.home--content .home--content--inner .section--3 .section--wrapper .accordion-wrapper .accordion,
section#bank .bank-item {
  margin-bottom: 30px;
}

.home--content
  .home--content--inner
  .section--3
  .section--wrapper
  .accordion-wrapper
  .accordion
  .accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 25px;
  border-radius: 2px;
  cursor: pointer;
  font-size: 16px;
  line-height: 21px;
  color: var(--subtext);
  background: var(--whitebg);
  font-weight: 500;
}

.home--content
  .home--content--inner
  .section--3
  .section--wrapper
  .accordion-wrapper
  .accordion
  .accordion-title.active {
  border-radius: 2px 2px 0 0;
  border-bottom: 0;
}

.home--content
  .home--content--inner
  .section--3
  .section--wrapper
  .accordion-wrapper
  .accordion
  .accordion-title
  i {
  font-size: 24px;
}

.home--content
  .home--content--inner
  .section--3
  .section--wrapper
  .accordion-wrapper
  .accordion
  .accordion-title
  .ri-subtract-line {
  display: none;
}

.home--content
  .home--content--inner
  .section--3
  .section--wrapper
  .accordion-wrapper
  .accordion
  .panel {
  display: none;
  padding: 0 25px 25px;
  border: 1px solid var(--line);
  border-top: 0;
  background: var(--whitebg);
  border-radius: 0 0 2px 2px;
}

.home--content
  .home--content--inner
  .section--3
  .section--wrapper
  .accordion-wrapper
  .accordion
  .panel
  p {
  font-size: 15px;
  color: var(--subtext);
  font-weight: 400;
  line-height: 25px;
  padding-top: 21px;
  border-top: 1px solid var(--line);
  transition: 0.3s ease-in-out;
  white-space: pre-wrap;
  font-family: Biennale, sans-serif;
}

#blog-text,
.blog--area--list .blog-all-items .blog-item,
.home--content .home--content--inner .breadcrumb--area {
  margin-bottom: 40px;
}

.home--content .home--content--inner .breadcrumb--area .breadcrumb--body {
  padding: 30px;
  border-radius: 2px;
  background: var(--herobg);
  overflow: hidden;
}

.home--content .home--content--inner .breadcrumb--area .breadcrumb--body h4 {
  font-size: 21px;
  font-weight: 600;
  line-height: 25px;
  color: var(--main_text);
  margin-bottom: 10px;
}

.home--content .home--content--inner .breadcrumb--area .breadcrumb--body .text-center {
  margin-bottom: -3rem;
}

.home--content .home--content--inner .breadcrumb--area .breadcrumb--body img {
  margin-bottom: -1.5rem !important;
}

.home--content .home--content--inner .breadcrumb--area .breadcrumb--body nav ol li {
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  padding-left: 0;
}

.home--content .home--content--inner .breadcrumb--area .breadcrumb--body nav ol li a {
  font-size: 14px;
  line-height: 21px;
  color: var(--subtext);
  font-weight: 400;
}

.home--content .home--content--inner .breadcrumb--area .breadcrumb--body nav ol li a:hover,
section#payment-notif form .form-group p,
section#payment-notif form .form-group._bank .c-control:focus {
  color: var(--main_text);
}

.home--content
  .home--content--inner
  .breadcrumb--area
  .breadcrumb--body
  nav
  ol
  li:not(:last-child) {
  margin-right: 10px;
}

.home--content
  .home--content--inner
  .breadcrumb--area
  .breadcrumb--body
  nav
  ol
  li:not(:last-child):after {
  content: '•';
  margin-left: 10px;
  color: var(--subtext);
}

.blog--area--list .title .left {
  font-size: 20px;
  line-height: 25px;
  color: var(--main_text);
  font-weight: 600;
  margin-bottom: 35px;
}

.blog--area--list .blog-all-items .blog-card .blog-image a {
  vertical-align: middle;
}

.blog--area--list .blog-all-items .blog-card .blog-image {
  margin-bottom: 22px;
  border-radius: 2px;
  overflow: hidden;
}

.blog--area--list .blog-all-items .blog-card .blog-image a img {
  max-width: 100%;
  object-fit: cover;
}

.blog--area--list .blog-all-items .blog-card .blog-content h3 {
  margin-bottom: 16px;
  line-height: 28px;
  min-height: 55px;
}

.blog--area--list .blog-all-items .blog-card .blog-content h3 a {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: var(--main_text);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.3s ease-in-out;
}

.blog--area--list .blog-all-items .blog-card .blog-content p {
  min-height: 77px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--subtext);
}

.blog--area--list .blog-all-items .blog-card .blog-content .read-more-area {
  margin-top: 13px;
}

.blog--area--list .blog-all-items .blog-card .blog-content .read-more-area a {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: var(--subtext);
}

.blog--area--list .pagi--area .pagi--item {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  position: relative;
  color: var(--mainbg);
  z-index: 0;
}

.blog--area--list .pagi--area .pagi--item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  top: 0;
  left: 0;
  background: var(--mainbg);
  opacity: 0.05;
  z-index: -1;
}

.blog--area--list .pagi--area .pagi--item:not(:last-child) {
  margin-right: 10px;
}

#myModal2133 .modal-dialog .modal-content .modal-body .modalitem.opa.opasecond,
.blog--area--list .pagi--area .pagi--item.active,
section#contact-boxes .row .box-detail:hover .bn-2 i {
  color: var(--textwhite);
}

.blog--area--list .pagi--area .pagi--item.active::after {
  opacity: 1;
  color: var(--textwhite);
}

.article--header {
  padding-top: 10px;
}

.article--header .header--wrapper .header--content {
  margin: 0 auto 40px;
  max-width: 860px;
}

.article--header .header--wrapper .header--content h1 {
  font-size: 43px;
  line-height: 55px;
  color: var(--main_text);
  font-weight: 600;
  text-align: center;
}

#blog-text.custom .content--area {
  background: var(--whitebg);
  padding: 30px;
  border-radius: 2px;
  margin-top: 40px;
}

#blog-text .text-wrapper figure {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#blog-text .text-wrapper figure img {
  max-width: 100%;
  object-fit: cover;
  height: auto;
  max-height: 675px;
}

#blog-text .text-wrapper h1,
#blog-text .text-wrapper h2,
#blog-text .text-wrapper h3,
#blog-text .text-wrapper h4,
#blog-text .text-wrapper h5,
#blog-text .text-wrapper h6,
.toolsText h1,
.toolsText h2,
.toolsText h3,
.toolsText h4,
.toolsText h5,
.toolsText h6 {
  margin: 0;
  padding: 0;
  font-weight: 700;
}

#blog-text .text-wrapper h1,
#blog-text .text-wrapper h2,
#blog-text .text-wrapper h3 {
  margin: 15px 0;
  color: var(--main_text);
  font-weight: 700;
}

#blog-text .text-wrapper h1 {
  font-size: 30px;
}

#blog-text .text-wrapper h2 {
  font-size: 26px;
}

#blog-text .text-wrapper h3 {
  font-size: 22px;
}

#blog-text .text-wrapper p,
.toolsText p {
  padding: 15px 0;
  color: var(--subtext);
  margin: 0;
  line-height: 24px;
}

#blog-text .text-wrapper ol,
#blog-text .text-wrapper ul,
.toolsText ol,
.toolsText ul {
  list-style: unset;
  padding-left: 20px;
  color: var(--subtext);
  margin-bottom: 15px;
}

#blog-text .text-wrapper ol li,
#blog-text .text-wrapper ul li,
.toolsText ol li,
.toolsText ul li {
  line-height: 21px;
  margin-bottom: 15px;
}

#blog-text .text-wrapper img,
#contact-form .contact-img img,
.sal-animate img,
.site-header-accountt .dropdown-menuu ul li img,
.toolsText img {
  max-width: 100%;
  height: auto;
}

section#alert .order_alert_container {
  background: var(--mainbg);
  padding: 20px 30px;
  border-radius: 2px;
}

section#alert .order_alert_container p {
  font-size: 17px;
  line-height: 25px;
  color: var(--textwhite);
}

section#bank {
  position: relative;
  padding: 40px 0 10px;
}

section#bank .bank-item .bank-container .bank-content {
  padding: 40px;
  background-color: var(--whitebg);
  border-radius: 2px;
}

section#bank .bank-item .bank-container .bank-content .topContent {
  border-bottom: 1px solid var(--line);
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

section#bank .bank-item .bank-container .bank-content .topContent .topRight a {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: var(--main_text);
  padding: 15px 36px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 2px;
  position: relative;
  z-index: 0;
}

section#bank .bank-item .bank-container .bank-content .topContent .topRight a::before,
section#bank .bank-item .bank-container .bank-content button::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.05;
  background: var(--mainbg);
  border-radius: 2px;
  z-index: -1;
}

section#bank .bank-item .bank-container .bank-content .topContent .topRight a:hover {
  background: var(--mainbg);
  color: var(--textwhite);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

section#bank .bank-item .bank-container .bank-content .bank-icon {
  height: 25px;
  max-height: 25px;
  margin-bottom: 10px;
}

section#bank .bank-item .bank-container .bank-content .bank-name {
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
  color: var(--main_text);
}

section#bank .bank-item .bank-container .bank-content button {
  border: none;
  background-color: transparent;
  position: relative;
  text-align: center;
  vertical-align: text-bottom;
  padding: 0;
  width: 30px;
  height: 30px;
  margin-left: 20px;
  border-radius: 2px;
  z-index: 0;
  color: var(--main_text);
}

section#bank .bank-item .bank-container .bank-content button:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

section#bank .bank-item .bank-container .bank-content button i {
  font-size: 16px;
}

section#bank .bank-item .bank-container .bank-content p {
  font-weight: 500;
  font-size: 17px;
  line-height: 27px;
  color: var(--main_text);
  display: flex;
  align-items: center;
}

section#bank .bank-item .bank-container .bank-content p b {
  font-weight: 700;
  margin-left: 5px;
}

section#bank .bank-item .bank-container .bank-content p:not(:last-child) {
  margin-bottom: 20px;
}

.bank--info,
section#payment-notif {
  margin-top: 40px;
}

.bank--info .bank--wrapper .bank--area .content {
  position: relative;
  padding: 20px;
  z-index: 0;
}

.bank--info .bank--wrapper .bank--area .content::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 2px;
  background: var(--mainbg);
  opacity: 0.05;
}

.bank--info .bank--wrapper .bank--area .content ul li {
  font-size: 17px;
  font-weight: 400;
  color: var(--main_text);
}

#myModal2133 .modal-dialog .modal-content .modal-body .loadingtext img,
.bank--info .bank--wrapper .bank--area .content ul li:not(:last-child) {
  margin-bottom: 10px;
}

section#payment-notif form {
  background: var(--whitebg);
  padding: 25px;
}

section#payment-notif form .submitBtn {
  color: var(--textwhite);
  font-size: 16px;
  line-height: 15px;
  font-weight: 600;
  padding: 17px 48px;
  display: inline-flex;
  border-radius: 2px;
  background: var(--mainbg);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

section#payment-notif form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 25px;
}

.swal2-container.swal2-center {
  z-index: 9999999;
}

.modal-backdrop,
body.swal2-shown > [aria-hidden='true'] {
  background: var(--main_text);
}

section#payment-notif form .form-group p:not(:last-child) {
  margin-bottom: 4px;
}

section#payment-notif form .form-group .c-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--main_text);
  margin-bottom: 20px;
}

section#payment-notif form .form-group .c-control {
  border: 1px solid var(--line);
  padding: 13px 17px;
  font-size: 15px;
  height: 50px;
  line-height: 18px;
  color: var(--main_text);
  background: var(--whitebg);
  border-radius: 2px;
}

section#payment-notif form .form-group .c-control.readn {
  position: relative;
  z-index: 0;
  background: var(--custom6);
}

section#payment-notif form .form-group .c-control.readn::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.05;
  background: var(--theme_icn);
  z-index: -1;
  border-radius: 2px;
}

section#payment-notif form .form-group .c-control::-webkit-input-placeholder {
  font-size: 15px;
  line-height: 18px;
  color: var(--main_text);
}

section#payment-notif form .form-group .c-control:-ms-input-placeholder {
  font-size: 15px;
  line-height: 18px;
  color: var(--main_text);
}

section#payment-notif form .form-group .c-control::-ms-input-placeholder {
  font-size: 15px;
  line-height: 18px;
  color: var(--main_text);
}

section#payment-notif form .form-group .c-control::placeholder {
  font-size: 15px;
  line-height: 18px;
  color: var(--main_text);
}

input[type='data']::-webkit-search-clear-button {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

section#payment-notif form .form-group .form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 50px;
  background-image: url('../../img/paymentarrow.svg');
  background-repeat: no-repeat;
  background-origin: content-box;
  background-position: right;
  border-radius: 0;
}

section#payment-notif form .form-group .form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--main_text);
}

section#payment-notif form .form-group .form-control.c-control {
  color: #acacac;
}

section#payment-notif form .form-group .form-control option {
  font-size: 15px;
  color: #acacac;
}

section#payment-notif form .form-group.date input {
  color: var(--main_text);
  color-scheme: white;
}

section#payment-notif form .form-group textarea {
  min-height: 80px;
}

section#payment-notif form .form-group .formaction-btn {
  display: inline-flex;
  align-items: center;
  background: var(--mainbg);
  justify-content: center;
  padding: 16px 0;
  color: var(--textwhite);
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 2px;
}

.swal2-popup.swal2-toast .swal2-title {
  margin: 10px 0 10px 10px !important;
}

body.swal2-toast-shown .swal2-container {
  z-index: 9999999 !important;
}

.popover {
  margin-left: 14px !important;
}

.popover .popover-header {
  border: none;
  background: 0 0;
  border-radius: none;
  font-size: 14px;
  color: var(--main_text);
}

.addpage .text-wrapper .text-container {
  background: var(--whitebg);
  padding: 30px !important;
  border-radius: 2px;
}

.home--content .home--content--inner .page--title {
  background: var(--footerbg);
  font-size: 30px;
  font-weight: 500;
  color: var(--main_text);
  margin-bottom: 40px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}

.home--content .home--content--inner .contact--area,
.home--content .home--content--inner .page--area {
  background: var(--footerbg);
  padding: 40px;
  border-radius: 2px;
}

.home--content .home--content--inner .page--area .page--row .text--content,
.toolsText a {
  color: var(--subtext);
}

.home--content .home--content--inner .contact--area h6 {
  font-size: 30px;
  font-weight: 500;
  color: var(--main_text);
}

.home--content .home--content--inner .contact--area p {
  font-size: 14px;
  line-height: 18px;
  color: var(--subtext);
  font-weight: 400;
  margin-bottom: 40px;
  display: block;
  margin-top: 5px;
}

.home--content .home--content--inner .contact--area form .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.home--content .home--content--inner .contact--area form .form-group button {
  font-size: 16px;
  line-height: 19px;
  color: var(--textwhite);
  background: var(--mainbg);
  border-radius: 2px;
  padding: 12px 15px;
  border: none;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  margin-top: 10px;
}

.home--content .home--content--inner .contact--area form .form-group button:hover {
  background: var(--mainbg);
  color: var(--textwhite);
}

.home--content .home--content--inner .contact--area form .form-group label {
  font-size: 14px;
  line-height: 17px;
  color: var(--subtext);
  margin-bottom: 10px;
}

.home--content .home--content--inner .contact--area form .form-group input {
  background: var(--textwhite);
  border-radius: 2px;
  border: 1px solid var(--line);
  padding: 12px 15px;
}

.home--content .home--content--inner .contact--area form .form-group input::-moz-placeholder {
  font-size: 14px;
  line-height: 17px;
  color: var(--subtext);
}

.home--content .home--content--inner .contact--area form .form-group input::placeholder {
  font-size: 14px;
  line-height: 17px;
  color: var(--subtext);
}

.home--content .home--content--inner .contact--area form .form-group input:focus {
  outline: 0;
  box-shadow: none;
}

.home--content .home--content--inner .contact--area form .form-group textarea {
  background: var(--textwhite);
  border-radius: 2px;
  border: 1px solid var(--line);
  height: 150px;
  padding: 10px 15px;
}

.home--content .home--content--inner .contact--area form .form-group textarea::-moz-placeholder {
  font-size: 14px;
  line-height: 17px;
  color: var(--subtext);
}

.home--content .home--content--inner .contact--area form .form-group textarea::placeholder {
  font-size: 14px;
  line-height: 17px;
  color: var(--subtext);
}

.home--content .home--content--inner .contact--area .contact--image img {
  max-width: 100%;
  border-radius: 2px;
  -o-object-fit: cover;
  object-fit: cover;
}

.home--content .home--content--inner .contact--area .content {
  display: flex;
  flex-direction: column;
  padding: 40px;
  border-radius: 2px;
  background: var(--whitebg);
  text-align: center;
  margin-top: 40px;
}

.home--content .home--content--inner .contact--area .content.social {
  justify-content: center;
  flex: 1 1 auto;
}

.home--content .home--content--inner .contact--area .content.social a:not(:last-child) {
  margin-right: 10px;
}

.home--content .home--content--inner .contact--area .content.social a i {
  color: var(--subtext);
  font-size: 20px;
}

.home--content .home--content--inner .contact--area .content span {
  font-size: 23px;
  line-height: 27px;
  color: var(--main_text);
  margin: 10px 0;
}

.home--content .home--content--inner .contact--area .content h3 {
  font-size: 20px;
  line-height: 29px;
  color: var(--subtext);
}

.home--content .home--content--inner .contact--area .content .image img {
  max-width: 100%;
}

.error-page .content--wrapper {
  padding: 100px 0;
}

.error-page .content span {
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: var(--subtext);
}

.error-page .content span i {
  font-size: 22px;
  margin-right: 10px;
}

.error-page .content h1 {
  margin: 0 0 30px;
  word-break: break-word;
  line-height: 1.3;
  color: var(--main_text);
  font-size: 46px;
  font-weight: 700;
}

.error-page .content p {
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  margin-bottom: 45px;
  color: var(--subtext);
}

.error-page .content a,
.toolsSelect .section--wrapper .section--content .content .dropdown-menu .dropdown-item.active,
.toolsSelect .section--wrapper .section--content .content .dropdown-menu .dropdown-item:active,
.toolsSelect .section--wrapper .section--content .content .dropdown-menu .dropdown-item:hover {
  background: var(--mainbg);
  color: var(--textwhite);
}

.error-page .content a {
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
  display: inline-block;
  padding: 16px 38px;
  position: relative;
  transition: 0.3s ease-in-out;
  z-index: 1;
  white-space: nowrap;
}

.free--tools {
  background: var(--mainbg);
  padding-top: 50px;
  padding-bottom: 114px;
  margin-bottom: -90px;
}

.free--tools .tools--inner .tools--header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.free--tools .tools--inner .tools--header .header--hero {
  z-index: 1;
}

.free--tools .tools--inner .tools--header .header--bg {
  position: absolute;
  bottom: 20%;
}

.free--tools .tools--inner .tools--header .header--circle {
  position: absolute;
  bottom: 0;
  z-index: -1;
  animation: rotate 5s reverse linear infinite;
}

.free--tools .tools--inner .tools--header .header--circle img,
.free--tools .tools--inner .tools--header .header--bg img {
  max-width: 100%;
}

.free--tools .tools--inner .tools--body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 0;
  margin-top: -282px;
  padding-top: 90px;
  padding-bottom: 91px;
  z-index: 0;
}

.free--tools .tools--inner .tools--body::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, var(--mainbg) 59.46%, var(--mainbg) 0%, transparent 100%);
  z-index: -1;
}

.free--tools .tools--inner .tools--body .body--title {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: var(--textwhite);
  margin-bottom: 15px;
  text-align: center;
}

.free--tools .tools--inner .tools--body .body--info {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: var(--textwhite);
  max-width: 705px;
  text-align: center;
}

.free--tools .tools--footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  z-index: 0;
  position: relative;
  margin-top: -35px;
}

.free--tools .tools--footer::after {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: linear-gradient(
    270deg,
    var(--gradientbg) 0.05%,
    var(--gradientbg) 0%,
    transparent 100%
  );
}

.free--tools .tools--footer::before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
  background: linear-gradient(
    90deg,
    var(--gradientbg) 0.05%,
    var(--gradientbg) 0%,
    transparent 100%
  );
}

.free--tools .tools--footer button {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: var(--textwhite);
  position: relative;
  background: var(--mainbg);
  border-radius: 2px;
  padding: 25px;
  width: 100%;
  max-width: 390px;
  border: none;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.free--tools .tools--footer button:focus,
.free--tools .tools--footer button:active {
  outline: none;
  box-shadow: none;
}

#toolsmodal .modal-content {
  background: var(--mainbg);
  border-radius: 20px;
  padding: 30px;
  border: none;
  position: relative;
  overflow: hidden;
}

#toolsmodal .modal-content::after {
  content: '';
  position: absolute;
  width: 174px;
  height: 174px;
  border-radius: 50%;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  background: var(--whitebg);
  opacity: 0.2;
  top: -100px;
}

#toolsmodal .modal-dialog {
  max-width: 600px;
}

#toolsmodal .modal-content .modal-body {
  padding: 0;
}

#toolsmodal .modal-content .modal-body .body--header {
  display: flex;
  align-items: center;
  justify-self: center;
  flex-direction: column;
}

#toolsmodal .modal-content .modal-body .body--header .animation--top {
  font-size: 81px;
  color: var(--textwhite);
}

#toolsmodal .modal-content .modal-body .body--header .header--title {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  color: var(--textwhite);
  margin-bottom: 7px;
}

#toolsmodal .modal-content .modal-body .body--header .header--description {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: var(--textwhite);
}

#toolsmodal .modal-content .modal-body .body--body {
  margin-top: 25px;
}

#toolsmodal .modal-content .modal-body .body--body ul li:not(:last-child) {
  margin-bottom: 8px;
}

#toolsmodal .modal-content .modal-body .body--body ul li a {
  width: 100%;
  position: relative;
  font-size: 19px;
  font-weight: 600;
  line-height: 23px;
  padding: 18px;
  color: var(--textwhite);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}

#toolsmodal .modal-content .modal-body .body--body ul li a:hover::after {
  opacity: 0.2;
}

#toolsmodal .modal-content .modal-body .body--body ul li a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 2px;
  background: var(--whitebg);
  opacity: 0.1;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

#toolsmodal .close {
  position: absolute;
  right: 18px;
  top: 18px;
  background: transparent;
  padding: 0;
  border: none;
  font-size: 24px;
  color: var(--textwhite);
}

.tools--category {
  padding-top: 40px;
}

.testimonial {
  margin-bottom: 5px;
}

.tools--category .category--inner .tools--inner .tools--header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
}

.tools--category .category--inner .tools--inner .tools--header .header--bg {
  position: absolute;
  animation: rotate 5s reverse linear infinite;
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.tools--category .category--inner .tools--inner .tools--header .header--hero {
  z-index: 1;
}

.tools--category .category--inner .tools--inner .tools--body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 0;
  margin-top: -296px;
  padding-top: 90px;
  padding-bottom: 130px;
  z-index: 0;
}

.tools--category .category--inner .tools--inner .tools--body::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, var(--mainbg) 59.46%, var(--mainbg) 0%, transparent 100%);
  z-index: -1;
}

.tools--category .category--inner .tools--inner .tools--body .body--title {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: var(--textwhite);
  margin-bottom: 8px;
  text-align: center;
}

.tools--category .category--inner .tools--inner .tools--body .body--info {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  color: var(--textwhite);
}

.tools--category .category--inner .tools--inner .tools--footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 17px 20px;
  z-index: 0;
  margin-top: -75px;
}

.tools--category .category--inner .tools--inner .tools--footer .footer--left {
  display: flex;
  align-items: center;
}

.tools--category .category--inner .tools--inner .tools--footer .footer--left .icon {
  width: 50px;
  height: 50px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  font-size: 24px;
  color: var(--textwhite);
}

.tools--category .category--inner .tools--inner .tools--footer .footer--left .icon::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  z-index: -1;
  top: 0;
  left: 0;
  background: var(--whitebg);
  opacity: 0.15;
}

.tools--category .category--inner .tools--inner .tools--footer .footer--left .text {
  font-size: 19px;
  font-weight: 700;
  line-height: 23px;
  color: var(--textwhite);
  margin-left: 15px;
}

.tools--category .category--inner .tools--inner .tools--footer .footer--right a {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  color: var(--textwhite);
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  justify-content: center;
  z-index: 0;
}

.tools--category .category--inner .tools--inner .tools--footer .footer--right a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  top: 0;
  left: 0;
  background: var(--whitebg);
  opacity: 0.15;
  z-index: -1;
}

.tools--category .category--inner .tools--inner .tools--footer .footer--right a i {
  font-size: 20px;
  margin-left: 8px;
}

.tools--category .category--inner .tools--inner .tools--footer::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px 20px 0 0;
  background: var(--whitebg);
  opacity: 0.1;
  z-index: -1;
}

/* burası */

.free--tools .right {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
  justify-content: center;
  margin-top: 55px;
}

.free--tools .right .right--images {
  margin-top: 8px;
}

.free--tools .right .right--images ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: max-content;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

.free--tools .right .right--images ul li.new-user-class:nth-child(1) {
  opacity: 0.2;
  z-index: -1;
}

.free--tools .right .right--images ul li.new-user-class:nth-child(2) {
  opacity: 0.2;
  z-index: -1;
}

.free--tools .right .right--images ul li.new-user-class:nth-child(3) {
  opacity: 0.2;
  z-index: -1;
}

.free--tools .right .right--images ul li.new-user-class:nth-child(4) {
  opacity: 0.2;
  z-index: -1;
}

.free--tools .right .right--images ul li:first-child {
  opacity: 0.2;
  z-index: -1;
}

.free--tools .right .right--images ul li:not(:first-child) {
  margin-left: -10px;
}

.free--tools .right .right--images ul li .item {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid var(--whitebg);
  font-size: 12px;
  color: var(--textwhite);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--mainbg);
}

.free--tools .right .right--images ul li .item img {
  max-width: 100%;
  object-fit: cover;
}

.free--tools .right .icon {
  font-size: 24px;
  color: var(--textwhite);
  width: 100px;
  height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
}

.free--tools .right .right--text_top {
  color: var(--textwhite);
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
}

.free--tools .right .right--text_top b {
  font-weight: 700;
}

.free--tools .right .icon::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  opacity: 1;
  top: 0;
  left: 0;
  z-index: -1;
}

.toolsHeader {
  background: var(--breadcrumb);
}

.toolsHeader .section--wrapper .section--row .flex--box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}

.toolsHeader .section--wrapper .section--row .flex--box .image img {
  object-fit: cover;
}

.toolsHeader .section--wrapper .section--row .flex--box .text h3 {
  font-size: 25px;
  font-weight: 700;
  color: var(--main_text);
  line-height: 32px;
}

.toolsHeader .section--wrapper .section--row .flex--box .text p {
  font-size: 16px;
  color: var(--subtext);
  line-height: 25px;
  font-weight: 400;
  margin-top: 15px;
}

.toolsHeader .section--wrapper .section--row .flex--box .absolute--item {
  position: absolute;
  right: 87px;
  bottom: 0;
  z-index: -1;
}

.toolsHeader .section--wrapper .section--row .flex--box .absolute--item svg g {
  fill: var(--main_text);
}

.toolsSelect {
  margin-top: -11px;
}

.toolsSelect .section--wrapper .section--content .content .dropdown-toggle {
  background: var(--whitebg);
  padding: 31px 25px 31px 85px;
  border-radius: 2px;
  z-index: 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--subtext);
}

.toolsSelect .section--wrapper .section--content .content div.dropdown-menu {
  padding: 7px 0;
  border: none;
  box-shadow: 2px 2px 26px -7px rgba(0, 109, 149, 0.23);
  background: var(--whitebg);
}

.toolsSelect .section--wrapper .section--content .content div.dropdown-menu li:not(:last-child) {
  margin-bottom: 7px;
}

.toolsSelect .section--wrapper .section--content .content .dropdown-menu .inner {
  background: var(--whitebg);
}

.toolsSelect .section--wrapper .section--content .content .dropdown-menu .dropdown-item {
  font-size: 18px;
  color: var(--subtext);
}

#searchpopup .modal-body form button:focus,
.toolsSelect .section--wrapper .section--content .content .dropdown-toggle:focus {
  outline: 0;
  box-shadow: none;
}

.toolsSelect .section--wrapper .section--content .content .icon {
  font-size: 24px;
  position: absolute;
  left: 20px;
  z-index: 1;
  top: 50%;
  color: var(--subtext);
  transform: translate(0, -50%);
  background: var(--custom6);
  padding: 10px;
  border-radius: 2px;
}

.section--6 .section--wrapper .section--row .content--area .scroll-lt,
.section--disc .section--wrapper .section--row .content--area .scroll-lt {
  max-height: 600px;
  overflow-y: auto;
  padding-right: 15px;
}

.toolsSelect .section--wrapper .section--content .content .abso {
  position: absolute;
  font-size: 28px;
  color: var(--subtext);
  transform: translate(0, -50%);
  right: 25px;
  top: 50%;
}

.toolsText .section--wrapper {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--line);
}

.toolsText .section--wrapper.custom {
  margin-bottom: 30px;
  padding-bottom: 0;
  border-bottom: 0;
}

.toolsText .section--wrapper .section--row .content {
  border-radius: 2px;
  background: var(--whitebg);
  padding: 30px;
}

.toolsText .section--wrapper .section--row .content .toolsTitle {
  font-size: 20px;
  font-weight: 600;
  color: var(--main_text);
  line-height: 25px;
  margin-bottom: 15px;
}

.toolsText .section--wrapper .section--row .content .text {
  font-size: 16px;
  font-weight: 400;
  color: var(--subtext);
  line-height: 25px;
}

.toolsText h1 {
  font-size: 30px;
  font-weight: 700;
  color: var(--main_text);
  margin-bottom: 15px;
}

.toolsText h2,
.toolsText h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--main_text);
  margin-bottom: 15px;
}

.toolsContent .content .content--inner .multisteps-form .category-container .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 2px 2px 0 0;
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 35px;
}

.toolsContent .content .content--inner .multisteps-form .category-container .head.second {
  border-radius: 2px;
  margin-top: 0;
}

.toolsContent .content .content--inner .multisteps-form .category-container .head .left {
  display: flex;
  align-items: center;
  font-size: 19px;
  line-height: 23px;
  font-weight: 600;
  color: var(--textwhite);
}

.toolsContent .content .content--inner .multisteps-form .category-container .head .left h1 {
  display: flex;
  align-items: center;
  font-size: 19px;
  line-height: 23px;
  font-weight: 600;
  color: var(--textwhite);
}

.toolsContent .content .content--inner .multisteps-form .category-container .head .right a {
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  color: var(--textwhite);
  position: relative;
  padding: 12px;
}

.toolsContent .content .content--inner .multisteps-form .category-container .head .right a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--whitebg);
  opacity: 0.2;
  border-radius: 2px;
}

.toolsContent .content .content--inner .multisteps-form .category-container .head .right i {
  font-size: 20px;
  margin-left: 10px;
}

.toolsContent .content .content--inner .multisteps-form .category-container .head .left .icon {
  font-weight: 400;
  font-size: 24px;
  color: var(--textwhite);
  padding: 10px;
  position: relative;
  margin-right: 20px;
}

.toolsContent
  .content
  .content--inner
  .multisteps-form
  .category-container
  .head
  .left
  .icon::after {
  background: var(--whitebg);
  opacity: 0.1;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
}

.toolsContent .content .content--inner .multisteps-form .category-container .content {
  padding: 20px 20px 0;
  background: var(--whitebg);
  border-radius: 2px;
}

.toolsContent .content .content--inner .multisteps-form .category-container .content h4 {
  font-size: 20px;
  color: var(--main_text);
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
}

.toolsContent .content .content--inner .multisteps-form .category-container .content h4 i {
  font-size: 26px;
  line-height: 26px;
  margin-right: 10px;
}

.toolsContent
  .content
  .content--inner
  .multisteps-form
  .category-container
  .content
  .content--inner
  a {
  display: flex;
  align-items: center;
  padding: 19px 20px;
  border-radius: 2px;
  border: 1px solid var(--line);
  transition: all 0.3s ease-in-out;
}

.toolsContent
  .content
  .content--inner
  .multisteps-form
  .category-container
  .content
  .content--inner
  a:hover
  .icon::after {
  background: var(--whitebg);
  opacity: 0.1;
}

.toolsContent
  .content
  .content--inner
  .multisteps-form
  .category-container
  .content
  .content--inner,
section#contact-bottom .bottom-boxes .boxes-item {
  margin-bottom: 20px;
}

.toolsContent
  .content
  .content--inner
  .multisteps-form
  .category-container
  .content
  .content--inner
  a
  .icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--subtext);
  border-radius: 2px;
  margin-right: 15px;
  position: relative;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}

.toolsContent
  .content
  .content--inner
  .multisteps-form
  .category-container
  .content
  .content--inner
  a
  .icon
  i {
  transition: all 0.3s ease-in-out;
}

.toolsContent
  .content
  .content--inner
  .multisteps-form
  .category-container
  .content
  .content--inner
  a
  .icon::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 2px;
  z-index: -1;
  opacity: 0.05;
  transition: all 0.3s ease-in-out;
}

.toolsContent
  .content
  .content--inner
  .multisteps-form
  .category-container
  .content
  .content--inner
  a
  .text
  span {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: var(--subtext);
  display: block;
  margin-bottom: 3px;
  transition: all 0.3s ease-in-out;
}

.toolsContent
  .content
  .content--inner
  .multisteps-form
  .category-container
  .content
  .content--inner
  a:hover
  .text
  span,
.toolsContent
  .content
  .content--inner
  .multisteps-form
  .category-container
  .content
  .content--inner
  a:hover
  .text
  h3 {
  color: var(--textwhite);
}

.toolsContent
  .content
  .content--inner
  .multisteps-form
  .category-container
  .content
  .content--inner
  a
  .text
  h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  color: var(--main_text);
  transition: all 0.3s ease-in-out;
}

.toolsContent.tool .content .content--inner .multisteps-form .category-container .head.second {
  padding: 0;
}

.toolsContent.tool .content .content--inner {
  margin-bottom: 40px;
}

.toolsContent.tool {
  margin-bottom: 90px;
}

.toolsContent.tool .content {
  padding: 40px 0 40px 0;
  border-radius: 0 0 20px 20px;
}

.toolsContent .content .content--bottom {
  background: var(--whitebg);
  padding: 30px;
  border-radius: 2px;
  margin-bottom: -95px;
}

.toolsContent .content .content--bottom .form--inner {
  display: flex;
  flex-direction: column;
}

.toolsContent .content .content--bottom .form--inner .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.toolsContent .content .content--bottom .form--inner .bottom .form-group {
  position: relative;
  width: 100%;
}

.toolsContent .content .content--bottom .form--inner .bottom .form-group:not(:last-child) {
  margin-right: 20px;
}

.toolsContent .content .content--bottom .form--inner .bottom .form-group:nth-child(2) {
  max-width: 25%;
}

.toolsContent .content .content--bottom .form--inner .bottom .form-group span {
  position: absolute;
  top: 32px;
  left: 30px;
  font-size: 22px;
  color: var(--subtext);
  transform: translate(-50%, -50%);
}

.toolsContent .content .content--bottom .form--inner .bottom .form-group input {
  height: 65px;
  border-radius: 2px;
  border: 1px solid var(--line);
  width: 100%;
  padding-left: 50px;
  font-size: 16px;
  color: var(--subtext) !important;
  font-weight: 500;
  background: transparent;
  position: relative;
}

.toolsContent .content .content--bottom .form--inner .bottom .form-group input::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  top: 0;
  left: 0;
  background: var(--mainbg);
  opacity: 0.02;
  z-index: -1;
}

.toolsContent .content .content--bottom .form--inner .bottom .form-group input::placeholder {
  color: var(--subtext);
}

.toolsContent .content .content--bottom .form--inner .bottom .btn--action {
  width: 100%;
  max-width: 13%;
}

.toolsContent .content .content--bottom .form--inner .bottom .btn--action button {
  font-size: 18px;
  font-weight: 600;
  line-height: 65px;
  padding: 0;
  width: 100%;
  border: none;
  border-radius: 2px;
  color: var(--textwhite);
}

.section--7 {
  margin-top: 40px;
}

.section--7 .section--wrapper .section--row .content {
  padding: 12px 20px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 0;
  height: 120px;
}

.section--7 .section--wrapper .section--row .content::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 1;
}

.section--7 .section--wrapper .section--row .content .icon {
  margin-bottom: 0;
  font-size: 36px;
  position: relative;
  z-index: 0;
  padding: 10px;
  margin-right: 20px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--textwhite);
}

.section--7 .section--wrapper .section--row .content .icon::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--whitebg);
  opacity: 0.3;
}

.section--7 .section--wrapper .section--row .content .text {
  color: var(--textwhite);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
}

.section--7 .section--wrapper .section--row .content .text h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 17px;
  color: var(--textwhite);
}

.section--5 .section--wrapper .section--row .col-xl-4,
.tp-contact-inner .product--item {
  margin-bottom: 30px;
}

.tp-contact-inner .content .image {
  border-radius: 2px;
  overflow: hidden;
}

.tp-contact-inner .content .image img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 2px;
}

.tp-contact-inner .content .info .cat a {
  font-size: 14px;
  line-height: 19px;
  color: var(--subtext);
  font-weight: 500;
}

.tp-contact-inner .content .info .maintitle h1 {
  margin-bottom: 25px;
  padding-bottom: 25px;
  line-height: 22px;
  border-bottom: 1px solid var(--line);
}

.tp-contact-inner .content .info .maintitle h1 a {
  font-size: 16px;
  line-height: 0;
  color: var(--main_text);
  font-weight: 500;
  width: 100%;
}

.tp-contact-inner .icon:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
}

.tp-contact-inner .cat {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 25px 5px;
  line-height: 19px;
}

.tp-contact-inner .maintitle {
  width: 100%;
  text-align: center;
  padding: 0 25px 25px;
  border-bottom: 1px solid var(--line);
}

.tp-contact-inner .features::-webkit-scrollbar {
  width: 2px;
}

.tp-contact-inner .features::-webkit-scrollbar-track {
  margin-bottom: 0;
  position: relative;
  background: var(--herobg);
}

.tp-contact-inner .features::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: var(--mainbg);
}

.tp-contact-inner .features::-webkit-scrollbar-thumb,
.tp-contact-inner .features::-webkit-scrollbar-track {
  opacity: 0.1;
}

/* section 4 */

.section--4 {
  margin-bottom: 40px;
}

.section--4 .section--wrapper .section--row .content .right {
  display: flex;
  align-items: center;
  position: relative;
  padding: 15px;
  border-radius: 2px;
  z-index: 0;
  margin-left: 30px;
  min-width: 350px;
  justify-content: flex-end;
}

.section--4 .section--wrapper .section--row .content {
  border-radius: 2px;
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section--4 .section--wrapper .section--row.category .content {
  padding: 50px 0 50px 0;
}

.section--4 .section--wrapper .section--row .content .right {
  display: flex;
  align-items: center;
  position: relative;
  padding: 15px;
  border-radius: 2px;
  z-index: 0;
  margin-left: 30px;
  min-width: 350px;
  justify-content: flex-end;
}

.section--4 .section--wrapper .section--row .content .right .right--images {
  margin-top: 8px;
}

.section--4 .section--wrapper .section--row .content .right .right--images ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: max-content;
  margin-left: auto;
  position: relative;
  z-index: 0;
}

.section--4 .section--wrapper .section--row .content .right .right--images ul li:first-child {
  opacity: 0.2;
  z-index: -1;
}

.section--4 .section--wrapper .section--row .content .right .right--images ul li:not(:first-child) {
  margin-left: -10px;
}

.section--4 .section--wrapper .section--row .content .right .right--images ul li .item {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid var(--whitebg);
  font-size: 12px;
  color: var(--textwhite);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.section--4 .section--wrapper .section--row .content .right .right--images ul li .item img {
  max-width: 100%;
  object-fit: cover;
}

.section--4 .section--wrapper .section--row .content .right::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  top: 0;
  left: 0;
  background: var(--whitebg);
  opacity: 0.02;
  z-index: -1;
}

.section--4 .section--wrapper .section--row .content .right::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  top: 0;
  left: 0;
  opacity: 0.04;
  z-index: -1;
  border: 1px solid var(--whitebg);
}

.section--4 .section--wrapper .section--row .content .right .icon,
.section--4 .section--wrapper .section--row .content .mobile--top .icon {
  font-size: 24px;
  color: var(--textwhite);
  width: 100px;
  height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
}

.section--4 .section--wrapper .section--row .content .right .right--text_top {
  color: var(--textwhite);
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
}

.section--4 .section--wrapper .section--row .content .right .right--text_top b {
  font-weight: 700;
}

.section--4 .section--wrapper .section--row .content .right .icon::after,
.section--4 .section--wrapper .section--row .content .mobile--top .icon::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background: var(--whitebg);
  opacity: 0.1;
  top: 0;
  left: 0;
  z-index: -1;
}

.section--4 .section--wrapper .section--row .content .mobile--top {
  display: none;
}

.section--4 .section--wrapper .section--row .content .mobile--top .icon {
  margin-left: 0;
  margin-bottom: 0;
  z-index: 0;
}

.section--4 .section--wrapper .section--row .content .text h1 {
  font-size: 27px;
  font-weight: 700;
  line-height: 33px;
  margin-bottom: 10px;
  color: var(--textwhite);
}

.section--4 .section--wrapper .section--row .content .text p {
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  color: var(--textwhite);
}

.section--4 .coupon--area {
  position: relative;
  z-index: 0;
}

.section--4 .coupon--area::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--whitebg);
  opacity: 0.05;
  z-index: -1;
}

.section--4 .coupon--area::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-top: 1px solid var(--whitebg);
  opacity: 0.1;
  z-index: -1;
}

.section--4 .coupon--area .coupon--inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.section--4 .coupon--area .coupon--inner .icon {
  font-size: 20px;
  color: var(--textwhite);
  width: 35px;
  height: 35px;
  border-radius: 2px;
  position: relative;
  margin-right: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section--4 .coupon--area .coupon--inner .icon::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  top: 0;
  left: 0;
  background: var(--whitebg);
  opacity: 0.1;
}

.section--4 .coupon--area .coupon--inner .text {
  display: flex;
  align-items: center;
}

.section--4 .coupon--area .coupon--inner .copyButton button {
  position: relative;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  color: var(--textwhite);
  border: none;
}

.section--4 .coupon--area .coupon--inner .copyButton button::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 2px;
  background: var(--whitebg);
  opacity: 0.1;
}

.section--4 .coupon--area .coupon--inner .text .text--first {
  font-size: 17px;
  font-weight: 700;
  line-height: 21px;
  color: var(--textwhite);
  margin-right: 5px;
}

.section--4 .coupon--area .coupon--inner .text .text--main {
  font-size: 17px;
  font-weight: 600;
  line-height: 21px;
  color: var(--textwhite);
}

/* stepTop */

.step--area_top {
  background: var(--breadcrumb);
}

.step--area_top .info--box .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 114px 0;
}

.step--area_top .info--box .content .left .cat a {
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  margin-bottom: 7px;
  color: var(--subtext);
}

.step--area_top .info--box .content .left .item--name {
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  font-weight: 700;
  color: var(--main_text);
  margin-top: 7px;
}

.step--area_top .info--box .content .right {
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px 15px;
  border-radius: 2px;
  z-index: 0;
  margin-left: 30px;
  min-width: 350px;
  justify-content: flex-end;
}

.step--area_top .info--box .content .right .right--images {
  margin-top: 8px;
}

.step--area_top .info--box .content .right .right--images ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: max-content;
  margin-left: auto;
  position: relative;
  z-index: 0;
}

.step--area_top .info--box .content .right .right--images ul li.new-user-class:nth-child(1) {
  opacity: 0.2;
  z-index: -1;
}

.step--area_top .info--box .content .right .right--images ul li.new-user-class:nth-child(2) {
  opacity: 0.2;
  z-index: -1;
}

.step--area_top .info--box .content .right .right--images ul li.new-user-class:nth-child(3) {
  opacity: 0.2;
  z-index: -1;
}

.step--area_top .info--box .content .right .right--images ul li.new-user-class:nth-child(4) {
  opacity: 0.2;
  z-index: -1;
}

.step--area_top .info--box .content .right .right--images ul li:first-child {
  opacity: 0.2;
  z-index: -1;
}

.step--area_top .info--box .content .right .right--images ul li:not(:first-child) {
  margin-left: -10px;
}

.step--area_top .info--box .content .right .right--images ul li .item {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid var(--whitebg);
  font-size: 12px;
  color: var(--textwhite);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--mainbg);
}

.step--area_top .info--box .content .right .right--images ul li .item img {
  max-width: 100%;
  object-fit: cover;
}

.step--area_top .info--box .content .right::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  top: 0;
  left: 0;
  background: var(--subtext);
  opacity: 0.02;
  z-index: -1;
}

.step--area_top .info--box .content .right::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  top: 0;
  left: 0;
  opacity: 0.04;
  z-index: -1;
  border: 1px solid var(--subtext);
}

.step--area_top .info--box .content .right .icon,
.step--area_top .info--box .content .mobile--top .icon {
  font-size: 24px;
  color: var(--textwhite);
  width: 100px;
  height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
}

.step--area_top .info--box .content .right .right--text_top {
  color: var(--main_text);
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
}

.step--area_top .info--box .content .right .right--text_top b {
  font-weight: 700;
}

.step--area_top .info--box .content .right .icon::after,
.step--area_top .info--box .content .mobile--top .icon::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  opacity: 1;
  top: 0;
  left: 0;
  z-index: -1;
}

/* payment--select */

.payment--select .form-check {
  cursor: pointer;
}

.payment--select .payment--list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 24px;
  margin-right: 24px;
}

.payment--select .payment--list .form-check {
  flex: 1 1 calc(33% - 12px);
  max-width: calc(33% - 12px);
  box-sizing: border-box;
  margin-bottom: 12px;
  overflow: hidden;
  margin-right: 6px;
  margin-left: 6px;
  padding-left: 0;
}

.payment--select .payment--list .form-check .form-check-label {
  width: 100%;
  cursor: pointer;
  height: 100%;
}

.payment--select .form-check .form-check-input {
  opacity: 0;
}

.payment--select .form-check label .payment--item {
  position: relative;
  z-index: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.payment--select .form-check label .payment--item .top {
  padding: 25px 25px 20px 25px;
  border-bottom: 1px solid var(--line);
}

.payment--select .form-check label .payment--item .top .payment--name {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: var(--main_text);
  margin-bottom: 5px;
}

.payment--select .form-check label .payment--item .top .payment--komisyon {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: var(--subtext);
}

.payment--select .form-check label .payment--item .bottom {
  padding: 20px 25px 25px 25px;
  position: relative;
  z-index: 0;
}

/* bakiye */

.payment--select .form-check label .payment--item .bottom .btn-warning {
  width: 100%;
  background: var(--mainbg);
  color: var(--textwhite);
  border: none;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  border-radius: 2px;
}

.payment--select .form-check label .payment--item .bottom .btn-warning:focus {
  outline: none;
  box-shadow: none;
}

/* bakiye */

.payment--select .form-check label .payment--item .bottom .hide--text {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  color: var(--mainbg);
  display: flex;
  align-items: center;
}

.payment--select .form-check label .payment--item .bottom .hide--text i {
  font-size: 20px;
  margin-right: 7px;
}

.payment--select .form-check label .payment--item .bottom .hidden--text {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  color: var(--mainbg);
  display: none;
  align-items: center;
}

.payment--select .form-check label .payment--item .bottom .hidden--text i {
  font-size: 20px;
  margin-right: 7px;
}

.payment--select .form-check.active label .payment--item .bottom::after {
  background: var(--subtext);
  opacity: 0.05;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 0 0 11px 11px;
}

.payment--select .form-check.active label .payment--item .bottom .hidden--text {
  display: flex;
}

.payment--select .form-check.active label .payment--item .bottom .hide--text {
  display: none;
}

.payment--select .form-check label .payment--item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background: var(--subtext);
  opacity: 0.02;
  top: 0;
  left: 0;
  z-index: -1;
}

.payment--select .form-check label .payment--item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background: transparent;
  border: 1px solid var(--breadcrumb);
  opacity: 0.5;
  top: 0;
  left: 0;
}

.payment--select .form-check.active label .payment--item::before {
  opacity: 0.75;
}

/* stepTop */

.step--area.first {
  margin-top: 30px;
  margin-top: -84px;
}

.section--5 .section--wrapper .section--row .content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 25px;
  border-radius: 2px;
  background: var(--whitebg);
  height: 100%;
}

.section--5 .section--wrapper .section--row .content .head {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid var(--line);
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.section--5 .section--wrapper .section--row .content .head i {
  font-size: 20px;
}

.section--5 .section--wrapper .section--row .content .head .icon {
  background: var(--custom6);
  font-size: 20px;
  color: var(--subtext);
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  margin-right: 17px;
  position: relative;
  z-index: 0;
}

.section--5 .section--wrapper .section--row .content .head .icon::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.01;
  z-index: -1;
  border-radius: 2px;
}

.section--5 .section--wrapper .section--row .content .head h2 {
  color: var(--main_text);
  font-size: 18px;
  font-weight: 600;
  margin-right: auto;
}

.section--5 .section--wrapper .section--row .content .text p {
  color: var(--subtext);
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.section--6 .section--wrapper .section--row .content--area .scroll-lt,
.section--disc .section--wrapper .section--row .content--area .scroll-lt {
  max-height: 465px;
  overflow-y: auto;
  padding-right: 32px;
  position: relative;
}

.section--6 .section--wrapper .section--row .content--area.show-after::after,
.section--disc .section--wrapper .section--row .content--area.show-after::after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 70px;
  background: linear-gradient(360deg, var(--site_bg) 0.46%, var(--site_bg) 0%, transparent 90.64%);
}

.section--6 {
  margin-top: 30px;
  margin-bottom: 60px;
}

.bgsoft {
  background: var(--sectionbg);
  padding: 40px 0 10px 0 !important;
  margin-bottom: 40px;
}

.section--6.home {
  margin-top: 10px;
}

.section--6 .section--wrapper .section--row h2 {
  font-size: 20px;
  line-height: 25px;
  color: var(--main_text);
  font-weight: 600;
  margin-bottom: 35px;
}

.section--6 .section--wrapper .section--row .content--area {
  user-select: none;
  position: relative;
}

.section--6 .section--wrapper .section--row .content--area .scroll-lt::-webkit-scrollbar {
  width: 7px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.section--6 .section--wrapper .section--row .content--area .scroll-lt::-webkit-scrollbar-track {
  margin-top: 10px;
  margin-bottom: 10px;
  background: var(--sectionbg);
}

.section--6 .section--wrapper .section--row .content--area .scroll-lt::-webkit-scrollbar-thumb {
  width: 7px;
  margin-top: 30px;
  border-radius: 100px;
  background: var(--whitebg);
}

.section--6 .section--wrapper .section--row .content--area .scroll-lt .content--inner h1 {
  font-size: 30px;
}

.section--6 .section--wrapper .section--row .content--area .scroll-lt .content--inner h2 {
  font-size: 25px;
}

.section--6 .section--wrapper .section--row .content--area .scroll-lt .content--inner h3 {
  font-size: 20px;
}

.section--6 .section--wrapper .section--row .content--area .scroll-lt .content--inner h4 {
  font-size: 20px;
}

.section--6 .section--wrapper .section--row .content--area .scroll-lt .content--inner h1,
.section--6 .section--wrapper .section--row .content--area .scroll-lt .content--inner h2,
.section--6 .section--wrapper .section--row .content--area .scroll-lt .content--inner h3,
.section--6 .section--wrapper .section--row .content--area .scroll-lt .content--inner h4,
.section--6 .section--wrapper .section--row .content--area .scroll-lt .content--inner h5,
.section--6 .section--wrapper .section--row .content--area .scroll-lt .content--inner h6 {
  color: var(--main_text);
  font-weight: 700;
  margin-bottom: 30px;
}

.section--6 .section--wrapper .section--row .content--area .scroll-lt .content--inner {
  font-size: 17px;
  color: var(--subtext);
  line-height: 23px;
  font-weight: 400;
  line-height: 27px;
  padding-bottom: 50px;
}

.section--6 .section--wrapper .section--row .content--area .scroll-lt .content--inner ul {
  list-style-type: disc;
  margin-left: 30px !important;
}

.section--6 .section--wrapper .section--row .content--area .scroll-lt .content--inner p img {
  margin-right: 20px;
}

.section--6
  .section--wrapper
  .section--row
  .content--area
  .scroll-lt
  .content--inner
  p
  img.note-float-left {
  float: left;
}

.section--6 .section--wrapper .section--row .content--area .scroll-lt .content--inner img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: var(--subtext) !important;
  border: none;
  outline: 0 !important;
  outline-offset: none !important;
  box-shadow: none;
}

.searchToggle i.cancel,
.searchToggle.active i.search {
  opacity: 0;
  pointer-events: none;
  display: none;
}

.searchToggle.active i.cancel {
  opacity: 1;
  pointer-events: auto;
  display: inline-block;
}

.mainsearchbox .searchBox .searchToggle {
  position: relative;
  height: 30px;
  margin-left: 15px;
  display: flex;
}

.mainsearchbox .searchBox .searchToggle i {
  font-size: 14px;
  padding: 8px;
  border-radius: 50%;
  background: var(--mainbg);
  color: var(--textwhite);
}

.mainsearchbox .searchBox .search-field {
  position: absolute;
  bottom: -85px;
  right: 5px;
  height: 50px;
  width: 300px;
  display: flex;
  align-items: center;
  padding: 3px;
  border-radius: 2px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 5;
}

.searchToggle.active ~ .search-field {
  bottom: -74px;
  opacity: 1;
  pointer-events: auto;
}

.search-field::before {
  content: '';
  position: absolute;
  right: 14px;
  top: -4px;
  height: 12px;
  width: 12px;
  background-color: var(--nav-color);
  transform: rotate(-45deg);
  z-index: -1;
}

.progress-wrap::after,
.progress-wrap::before {
  font-family: remixicon;
  content: '\EA76';
  line-height: 46px;
  font-size: 24px;
  position: absolute;
  left: 0;
  text-align: center;
}

.search-field input {
  height: 100%;
  width: 100%;
  padding: 0 45px 0 15px;
  outline: 0;
  border: none;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  color: var(--search-text);
  background-color: var(--whitebg);
}

.search-field i {
  position: absolute;
  color: var(--nav-color);
  right: 15px;
  font-size: 22px;
  cursor: pointer;
}

.multisteps-form__panel {
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
  display: none;
}

.multisteps-form__panel.js-active {
  height: auto;
  opacity: 1;
  visibility: visible;
  display: block;
}

.cookieConsentContainer {
  z-index: 999;
  width: 90%;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 16px;
  text-align: center;
  min-height: 20px;
  box-sizing: border-box;
  padding: 15px 20px;
  background: var(--whitebg);
  transition: opacity 1s;
  overflow: hidden;
  position: fixed;
  bottom: 30px;
  right: 50%;
  transform: translate(50%);
  display: flex;
  align-items: center;
  box-shadow: 2px 2px 26px -7px rgba(0, 109, 149, 0.23);
}

.cookieConsentContainer .cookieTitle a {
  vertical-align: text-top;
}

.cookieConsentContainer .cookieDesc p {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  padding: 0 20px;
  color: var(--main_text);
}

.cookieConsentContainer .cookieDesc a {
  font-weight: 700;
  color: var(--main_text);
  text-decoration: none;
}

.cookieConsentContainer .cookieButton button {
  display: inline-block;
  cursor: pointer;
  background: var(--mainbg);
  min-width: 30px;
  min-height: 30px;
  width: 100%;
  color: var(--textwhite);
  border-radius: 2px;
  border: none;
}

.cookieConsentContainer.hidden {
  opacity: 0;
  display: none;
  z-index: -99;
}

section#fixed-whatsapp {
  position: fixed;
  right: 30px;
  bottom: 95px;
  z-index: 3;
}

.right-container .right-container-button {
  width: 50px;
  height: 50px;
  border: none;
  background-color: #e89f04;
  transition: 0.3s;
  cursor: pointer;
  padding: 10px;
  color: var(--textwhite);
  border-radius: 100px;
}

.progress-wrap,
.progress-wrap::after,
.progress-wrap::before {
  height: 46px;
  width: 46px;
  display: block;
  cursor: pointer;
}

.right-container .right-container-button span {
  color: var(--textwhite);
  position: absolute;
  left: 14px;
  top: 11px;
  line-height: 28px;
  font-size: 23px;
}

.right-container .right-container-button:hover {
  transition: 0.4s cubic-bezier(0.62, 0.1, 0.5, 1);
  width: 154px;
}

.right-container .right-container-button .long-text {
  transition: opacity 1s;
  opacity: 0;
  color: var(--textwhite);
  white-space: nowrap;
  font-size: 0;
  width: 0;
  margin: 0;
}

.right-container .right-container-button .long-text.show-long-text {
  transition: opacity 0.7s, width 1ms linear 270ms, font-size 1ms linear 270ms;
  opacity: 1;
  margin-left: 32px;
  font-size: 15px;
  width: auto;
}

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: 0.2s linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  color: var(--subtext);
  top: 0;
  z-index: 1;
  transition: 0.2s linear;
}

.progress-wrap::before {
  opacity: 0;
  top: 0;
  z-index: 2;
  transition: 0.2s linear;
  color: var(--main_text);
}

.progress-wrap:hover::before {
  opacity: 1;
  color: var(--main_text);
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--subtext);
  stroke-width: 4;
  box-sizing: border-box;
  transition: 0.2s linear;
}

section#contact-boxes {
  position: relative;
  padding: 50px 0 20px;
  z-index: 0;
}

section#contact-boxes .row .box-detail {
  background-color: var(--whitebg);
  border-radius: 2px;
  padding: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

section#contact-boxes .row .box-detail .bn-2 {
  overflow: hidden;
  width: 60px;
  height: 60px;
  background: var(--custom6);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.4s;
  position: relative;
  z-index: 0;
}

section#contact-boxes .row .box-detail .bn-2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 0;
  background: var(--custom6);
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

section#contact-boxes .row .box-detail .bn-2 i {
  font-size: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: var(--main_text);
}

section#contact-boxes .row .box-detail p {
  padding: 30px 0 6px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: var(--subtext);
}

section#contact-boxes .row .box-detail a,
section#contact-boxes .row .box-detail span {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: var(--main_text);
}

section#contact-boxes .row .box-detail:hover .bn-2:after {
  height: 100%;
  visibility: visible;
  opacity: 1;
  background: var(--mainbg);
}

section#contact-boxes .row .box-detail:hover span.arr svg {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

section#contact-form {
  margin-bottom: 50px;
  margin-top: 30px;
}

section#contact-form .contact-img {
  overflow: hidden;
  margin: 0 auto;
}

section#contact-form .contact-img iframe,
section#contact-form .contact-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 2px;
}

section#contact-form .form .form-bottom .tp-contact-input {
  position: relative;
  margin-bottom: 30px;
}

section#contact-form .form .form-bottom .tp-contact-input input {
  color: var(--main_text);
  width: 100%;
  font-size: 14px;
  line-height: 70px;
  padding: 0 0 0 50px;
  border: none;
  border-radius: 2px;
  background: var(--whitebg);
}

section#contact-form .form .form-bottom .tp-contact-input input::-webkit-input-placeholder {
  font-size: 15px;
  line-height: 15px;
  color: var(--main_text);
}

section#contact-form .form .form-bottom .tp-contact-input input:-ms-input-placeholder {
  font-size: 15px;
  line-height: 15px;
  color: var(--main_text);
}

section#contact-form .form .form-bottom .tp-contact-input input::-ms-input-placeholder {
  font-size: 15px;
  line-height: 15px;
  color: var(--main_text);
}

section#contact-form .form .form-bottom .tp-contact-input input::placeholder {
  font-size: 15px;
  line-height: 15px;
  color: var(--main_text);
}

section#contact-form .form .form-bottom .tp-contact-input.message {
  margin-bottom: 22px;
}

section#contact-form .form .form-bottom .tp-contact-input textarea {
  font-size: 15px;
  line-height: 15px;
  width: 100%;
  color: var(--main_text);
  min-height: 199px;
  border: none;
  padding: 26px 0 0 19px;
  border-radius: 2px;
  background: var(--whitebg);
}

section#contact-form .form .form-bottom .tp-contact-input textarea::-webkit-input-placeholder {
  font-size: 15px;
  line-height: 15px;
  color: var(--main_text);
}

section#contact-form .form .form-bottom .tp-contact-input textarea:-ms-input-placeholder {
  font-size: 15px;
  line-height: 15px;
  color: var(--main_text);
}

section#contact-form .form .form-bottom .tp-contact-input textarea::-ms-input-placeholder {
  font-size: 15px;
  line-height: 15px;
  color: var(--main_text);
}

section#contact-form .form .form-bottom .tp-contact-input textarea::placeholder {
  font-size: 15px;
  line-height: 15px;
  color: var(--main_text);
}

section#contact-form .form .form-bottom .tp-contact-btn button,
section#contact-form .form .form-bottom .tp-contact-input button {
  font-size: 17px;
  font-weight: 600;
  color: var(--textwhite);
  width: 100%;
  border: none;
  background-color: var(--mainbg);
  line-height: 68px;
  border-radius: 2px;
}

section#contact-form .form .form-bottom .tp-contact-input i {
  position: absolute;
  font-size: 20px;
  color: var(--main_text);
  left: 25px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

section#contact-bottom .bottom-boxes .boxes-item .boxes-detail {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--whitebg);
  border-radius: 2px;
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 0;
  position: relative;
}

section#contact-bottom .bottom-boxes .boxes-item .boxes-detail:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  content: '';
  background-color: var(--mainbg);
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

section#contact-bottom .bottom-boxes .boxes-item .boxes-detail a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: var(--subtext);
  width: 100%;
  height: 72px;
}

section#contact-bottom .bottom-boxes .boxes-item .boxes-detail a i {
  font-weight: 400;
  font-size: 22px;
  margin-right: 7px;
}

section#contact-bottom .bottom-boxes .boxes-item .boxes-detail:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: var(--theme_color_2_hover);
}

section#contact-bottom .bottom-boxes .boxes-item .boxes-detail:hover a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--textwhite);
}

section#contact-bottom .bottom-boxes .boxes-item .boxes-detail:hover svg {
  color: var(--textwhite);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

section#contact-bottom .bottom-boxes .boxes-item .boxes-detail:hover:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

#myModal2133.show,
#orderModal.show,
.tabsearch.show {
  padding-right: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 99999999 !important;
}

#myModal2133 .modal-dialog .modal-content .modal-body .loadingtext {
  color: var(--main_text);
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 0;
  margin-top: -94px;
  z-index: 9999999;
  position: relative;
  background: var(--whitebg);
  margin-left: -30px;
  margin-right: -30px;
  padding-top: 49px;
  font-size: 20px;
  font-weight: 400;
}

.loadingtext aside {
  flex: 0 0 70%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.loadingtext .info__box {
  padding: 10px 20px;
  margin: 30px 5px;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
}

.loadingtext .info__text_one {
  width: 100%;
  height: 20px;
  border-radius: 4px;
}

.loadingtext .info__text_two {
  width: 70%;
  height: 20px;
  border-radius: 4px;
}

.loadingtext .info__text_three {
  width: 85%;
  height: 20px;
  border-radius: 4px;
}

.loadingtext .left_box {
  flex: 0 0 70%;
  margin-right: auto;
}

.loadingtext .shinny.image {
  height: 80px;
  width: 80px;
  border-radius: 25px;
  overflow: hidden;
}

.loadingtext .shinny {
  background: #d3d3d3;
  margin: 10px 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 0 !important;
  margin-bottom: 10px !important;
  border-bottom: none !important;
}

.loadingtext .shinny::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  height: 100%;
  transform: skew(5deg);
  animation: 1.5s ease-in-out infinite shine;
}

@keyframes shine {
  from {
    transform: skew(45deg) translateX(0);
  }
  to {
    transform: skew(45deg) translateX(200%);
  }
}

#myModal2133 .modal-dialog {
  width: 100%;
  max-width: 650px;
  border-radius: 2px;
  overflow: hidden;
}

#myModal2133 .modal-dialog .modal-content {
  box-shadow: 2px 2px 26px -7px rgba(0, 109, 149, 0.23);
  background: var(--whitebg);
  border-radius: 2px;
  padding: 0;
  border: none;
}

#myModal2133 .modal-dialog .modal-content .modal-header {
  background: var(--mainbg);
  padding: 30px;
  border-radius: 0;
  border-bottom: 0;
}

#myModal2133 .modal-dialog .modal-content .modal-body {
  padding: 30px;
  background: var(--whitebg);
}

#myModal2133 .modal-dialog .modal-content .modal-header h5 {
  color: var(--textwhite);
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  justify-content: space-between;
}

#myModal2133 .modal-dialog .modal-content .modal-header h5 img {
  margin-right: 15px;
}

#myModal2133 .modal-dialog .modal-content .modal-header h5 button {
  margin-left: auto;
  position: relative;
  background: 0 0;
  border: none;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  color: var(--textwhite);
  z-index: 0;
  padding: 9px 15px;
}

#myModal2133 .modal-dialog .modal-content .modal-header h5 button::after {
  background: var(--whitebg);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.05;
  border-radius: 2px;
}

#myModal2133 .modal-dialog .modal-content .modal-body .modalitem {
  color: var(--textwhite);
  padding: 15px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
  position: relative;
  z-index: 0;
}

#myModal2133 .modal-dialog .modal-content .modal-body .modalitem::after {
  background: var(--mainbg);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  top: 0;
  left: 0;
  z-index: -1;
}

#myModal2133 .modal-dialog .modal-content .modal-body .modalitem.opa::after {
  background: var(--mainbg);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  top: 0;
  left: 0;
  opacity: 0.05;
  z-index: -1;
}

#myModal2133 .modal-dialog .modal-content .modal-body .modalitem.opa.opasecond::after {
  background: var(--mainbg);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: -1;
}

#myModal2133 .modal-dialog .modal-content .modal-body .modalitem i {
  font-size: 20px;
  margin-right: 5px;
}

#myModal2133 .modal-dialog .modal-content .modal-body #message {
  position: relative;
  padding: 30px;
  border-radius: 2px;
  z-index: 0;
  background: 0 0;
  border: none;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

#myModal2133 .modal-dialog .modal-content .modal-body #message .icon {
  margin-right: 20px;
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  height: 120px;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#myModal2133 .modal-dialog .modal-content .modal-body #message .text .btn {
  display: flex;
  align-items: center;
  padding: 0;
  margin-top: 15px;
}

#myModal2133 .modal-dialog .modal-content .modal-body #message .text .btn a {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 15px;
  background: var(--mainbg);
  color: var(--textwhite);
  border-radius: 2px;
  width: 100%;
}

#myModal2133 .modal-dialog .modal-content .modal-body #message .text #copyButton {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 15px;
  margin-top: 0 !important;
  background: var(--mainbg);
  border: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  margin-right: 15px;
}

#myModal2133 .modal-dialog .modal-content .modal-body #message .text p {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: var(--subtext);
}

#myModal2133 .modal-dialog .modal-content .modal-body #message .text p small {
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}

#myModal2133 .modal-dialog .modal-content .modal-body #message .icon::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 2px;
  background: var(--mainbg);
  opacity: 0.1;
  z-index: -1;
}

#myModal2133 .modal-dialog .modal-content .modal-body #message::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--mainbg);
  opacity: 0.05;
  border-radius: 2px;
}

#myModal2133 .modal-dialog .modal-content .modal-body .body .content {
  border-radius: 2px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

#myModal2133 .modal-dialog .modal-content .modal-body .body .content::after {
  content: '';
  position: absolute;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  background: var(--mainbg);
  opacity: 0.1;
  top: 0;
  left: 0;
}

#myModal2133 .modal-dialog .modal-content .modal-body .body .content lord-icon {
  position: relative;
  z-index: 0;
  margin-top: -70px;
}

#myModal2133 .modal-dialog .modal-content .modal-body .body .content lord-icon::after {
  content: '';
  position: absolute;
  width: 130%;
  height: 130%;
  border-radius: 50%;
  background: var(--mainbg);
  top: -11px;
  left: -11px;
  z-index: -1;
}

#myModal2133 .modal-dialog .modal-content .modal-body .text--info {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  color: var(--main_text);
  margin-bottom: 10px;
  margin-top: 40px;
}

#myModal2133 #countdown {
  text-align: center;
  font-size: 25px;
  line-height: 30px;
  color: var(--main_text);
}

#myModal .modal-dialog .modal-content .modal-body .modal-img img {
  width: 100%;
  object-fit: cover;
}

#myModal .modal-dialog .modal-content .modal-body .modal-info {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#myModal .modal-dialog .modal-content .modal-body .modal-info strong {
  margin-bottom: 10px;
  font-size: 16px;
  color: var(--main_text);
}

#myModal .modal-dialog {
  max-width: 695px;
}

#myModal .modal-dialog .modal-content {
  border-radius: 2px;
  overflow: hidden;
  border: none;
  background: var(--whitebg);
}

#myModal .modal-dialog .modal-content .modal-header {
  border-bottom: 1px solid #f5f3f3;
  padding: 27px 30px;
  display: none;
}

#myModal .modal-dialog .modal-content .modal-header .header-icn {
  margin-right: 11px;
}

#myModal .modal-dialog .modal-content .modal-header .header-text h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: var(--main_text);
}

#myModal .modal-dialog .modal-content .modal-header .header-text p {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  margin-top: 3px;
  color: var(--subtext);
}

#myModal .modal-dialog .modal-content .modal-header .btn-close {
  background-color: var(--mainbg) !important;
  background: url('../../assets/img/close-bgn.svg') center/1em auto no-repeat;
  opacity: 1;
}

#myModal .modal-dialog .modal-content .modal-header .btn-close:focus {
  outline: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#myModal .modal-dialog .modal-content .modal-body .btn-close {
  position: absolute;
  right: 5px;
  top: 5px;
  background: var(--mainbg);
  color: var(--textwhite);
  font-size: 17px;
  transition: 0.3s ease-in-out;
  opacity: 1;
}

#myModal .modal-dialog .modal-content .modal-body .btn-close:focus,
#myModal .modal-dialog .modal-content .modal-body .btn-close:hover {
  background: var(--mainbg);
  color: var(--textwhite);
  outline: 0;
  box-shadow: none;
}

#myModal .modal-dialog .modal-content .modal-body .btn-close i {
  font-size: 18px;
}

#myModal .modal-dialog .modal-content .modal-body .modal-info .text_one {
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 30px;
  color: var(--main_text);
}

#myModal .modal-dialog .modal-content .modal-body .modal-info .text_second {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: var(--main_text);
}

#myModal .modal-dialog .modal-content .modal-body .modal-info .text_second strong {
  color: var(--theme_color_2);
}

#myModal .modal-dialog .modal-content .modal-body .modal-info p {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: var(--subtext);
}

#myModal .modal-dialog .modal-content .modal-body .modal-info a {
  background: var(--mainbg);
  color: var(--textwhite);
  padding: 18px;
  border-radius: 2px;
  margin-top: 30px;
  text-align: center;
  font-weight: 500;
  font-size: 17px;
}

#myModal .modal-dialog .modal-content .modal-footer {
  border-top: none;
  padding: 0 30px 27px;
}

#myModal .modal-dialog .modal-content .modal-footer a {
  display: block;
  text-align: center;
  width: 100%;
  background: var(--mainbg);
  font-size: 15px;
  line-height: 22px;
  color: var(--textwhite);
  padding: 13px 0;
}

#myModal.show {
  padding-right: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 9999999;
}

#myModal.show::after,
#orderModal.show::after,
#searchpopup.show::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--main_text);
  opacity: 0.5;
  z-index: -1;
}

.order--track .order--wrapper .order--area {
  padding: 25px;
  border-radius: 2px;
  background: var(--whitebg);
}

.order--track .order--wrapper .order--area .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.order--track .order--wrapper .order--area .item .icon {
  font-size: 16px;
  font-weight: 400;
  color: var(--main_text);
  line-height: 20px;
  display: flex;
  align-items: center;
}

.order--track .order--wrapper .order--area .item .icon i {
  position: relative;
  font-size: 21px;
  padding: 10px;
  color: var(--mainbg);
  border-radius: 2px;
  margin-right: 15px;
  z-index: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sipDurum .head .left .icon {
  position: relative;
  font-size: 21px;
  padding: 10px;
  color: var(--textwhite);
  border-radius: 2px;
  margin-right: 15px;
  z-index: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.order--track .order--wrapper .order--area .item .icon i::after {
  background: var(--mainbg);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.05;
}

.sipDurum .head .left .icon::after {
  background: var(--whitebg);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.05;
}

.order--track .order--wrapper .order--area .item span {
  font-size: 16px;
  font-weight: 400;
  color: var(--main_text);
  line-height: 20px;
}

.sipDurum .head .right {
  font-size: 16px;
  font-weight: 400;
  color: var(--textwhite);
  line-height: 20px;
}

.order--track .order--wrapper .order--area .item span strong {
  color: var(--main_text);
}

.sipDurum .head .right strong {
  color: var(--textwhite);
}

.sipDurum .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 2px;
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  background: var(--mainbg);
}

.sipDurum .head .left {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  color: var(--textwhite);
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .ml-4
  .testimonial
  .comments--area
  .comment--item
  .content {
  padding: 25px;
  border-radius: 2px;
  background: var(--whitebg);
  margin-bottom: 30px;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .ml-4
  .testimonial
  .comments--area
  .comment--item
  .content
  .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .ml-4
  .testimonial
  .comments--area
  .comment--item
  .content
  .head
  .left {
  display: flex;
  align-items: center;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .ml-4
  .testimonial
  .comments--area
  .comment--item
  .content
  .head
  .left
  .img {
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .ml-4
  .testimonial
  .comments--area
  .comment--item
  .content
  .head
  .left
  .img
  img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .ml-4
  .testimonial
  .comments--area
  .comment--item
  .content
  .head
  .left
  .user {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  color: var(--main_text);
  display: flex;
  flex-direction: column;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .ml-4
  .testimonial
  .comments--area
  .comment--item
  .content
  .head
  .left
  .user
  .bottomtext {
  font-size: 13px;
  font-weight: 600;
  color: var(--mainbg);
  margin-top: 5px;
  display: flex;
  align-items: center;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .ml-4
  .testimonial
  .comments--area
  .comment--item
  .content
  .head
  .left
  .user
  .bottomtext
  svg {
  margin-right: 5px;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .ml-4
  .testimonial
  .comments--area
  .comment--item
  .content
  .head
  .left
  .user
  .bottomtext
  i {
  font-size: 18px;
  margin-right: 5px;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .ml-4
  .testimonial
  .comments--area
  .comment--item
  .content
  .head
  .start
  i {
  font-size: 18px;
  color: var(--mainbg);
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .ml-4
  .testimonial
  .comments--area
  .comment--item
  .content
  .head
  .start
  i:not(:last-child) {
  margin-right: 5px;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .ml-4
  .testimonial
  .comments--area
  .comment--item
  .content
  .body {
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  color: var(--subtext);
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .ml-4
  .testimonial
  .comments--area
  .banner-slider {
  overflow: hidden;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .ml-4
  .testimonial
  .comments--area
  .banner-slider
  .gallery-thumbs {
  margin-bottom: 30px;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .ml-4
  .testimonial
  .comments--area
  .banner-slider
  .gallery-thumbs
  .swiper-slide {
  opacity: 0.4;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .ml-4
  .testimonial
  .comments--area
  .banner-slider
  .gallery-thumbs
  .swiper-slide.swiper-slide-active {
  opacity: 1;
  margin-right: 25px !important;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .ml-4
  .testimonial
  .comments--area
  .banner-slider
  .gallery-thumbs
  .swiper-slide.swiper-slide-active
  .swiper-slide-containerr {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 101px;
  min-width: 101px;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .ml-4
  .testimonial
  .comments--area
  .banner-slider
  .gallery-thumbs
  .swiper-slide.swiper-slide-active
  .swiper-slide-containerr
  img {
  height: 150px;
  width: 101px;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .ml-4
  .testimonial
  .comments--area
  .banner-slider
  .gallery-thumbs
  .swiper-slide-containerr {
  max-width: 84px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .ml-4
  .testimonial
  .comments--area
  .banner-slider
  .gallery-thumbs
  .swiper-slide-containerr
  img {
  width: auto;
  height: 135px;
  border-radius: 2px;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .ml-4
  .testimonial
  .comments--area
  .banner-slider
  .gallery-top
  .swiper-slide
  .comment_text
  span {
  color: var(--main_text);
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  word-wrap: break-word;
  margin-bottom: 30px;
  display: block;
}

.home--content
  .home--content--inner
  .section--1
  .section--wrapper
  .ml-4
  .testimonial
  .comments--area
  .banner-slider
  .gallery-top
  .swiper-slide
  .comment_text
  p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  word-wrap: break-word;
  color: var(--subtext);
}

.footer-device-mobile .mobile-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  will-change: transform;
  transform: translateZ(0);
  display: flex;
  height: 60px;
  background-color: var(--whitebg);
  border-radius: 0;
  justify-content: space-between;
  border-top: 1px solid var(--line);
}

.footer-device-mobile .mobile-bottom-nav__item {
  flex-grow: 1;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: var(--main_text);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-device-mobile .mobile-bottom-nav__item:not(:last-child) {
  border-right: 1px solid var(--line);
}

.footer-device-mobile
  .mobile-bottom-nav__item:nth-child(3)
  .mobile-bottom-nav__item-content
  button
  small {
  margin-top: 0;
}

.footer-device-mobile .mobile-bottom-nav__item i {
  font-size: 21px;
  color: var(--main_text);
  position: relative;
}

.custom-social-proof
  .custom-notification
  .custom-notification-container
  .custom-notification-content-wrapper
  .custom-notification-content
  small
  strong,
.footer-device-mobile .mobile-bottom-nav__item a.bg i {
  color: var(--mainbg);
}

.footer-device-mobile
  .mobile-bottom-nav__item
  .mobile-bottom-nav__item-content
  .header-group-action
  .site-header-account
  .site-header-accountt {
  background: 0 0;
}

.footer-device-mobile
  .mobile-bottom-nav__item
  .mobile-bottom-nav__item-content
  .header-group-action
  .site-header-account
  .site-header-accountt
  .account--box {
  flex-direction: column;
  position: relative;
}

.footer-device-mobile
  .mobile-bottom-nav__item
  .mobile-bottom-nav__item-content
  .header-group-action
  .site-header-account
  .site-header-accountt
  .account--box
  small {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mainbg);
  margin-left: 17px;
  margin-top: -5px;
}

.footer-device-mobile
  .mobile-bottom-nav__item
  .mobile-bottom-nav__item-content
  .header-group-action
  .site-header-account
  .site-header-accountt
  .account--box
  i {
  color: var(--main_text);
  font-size: 21px;
}

.footer-device-mobile
  .mobile-bottom-nav__item
  .mobile-bottom-nav__item-content
  .header-group-action
  .site-header-account
  .site-header-accountt
  .account--box
  .name {
  margin-top: 3px;
  font-size: 11px;
  font-weight: 400;
  color: var(--main_text);
}

.footer-device-mobile
  .mobile-bottom-nav__item
  .mobile-bottom-nav__item-content
  .header-group-action
  .site-header-account
  .site-header-accountt
  .dropdown-menuu {
  top: unset !important;
  bottom: 150% !important;
  box-shadow: 1px 1px 12px 1px rgb(11 10 10 / 10%);
}

.footer-device-mobile
  .mobile-bottom-nav__item
  .mobile-bottom-nav__item-content
  .header-group-action
  .site-header-account
  .site-header-accountt
  .dropdown-menuu
  form {
  padding-top: 15px;
  margin-top: -15px;
}

.footer-device-mobile
  .mobile-bottom-nav__item
  .mobile-bottom-nav__item-content
  .header-group-action
  .site-header-account
  .site-header-accountt
  .dropdown-menuu
  button {
  font-size: 14px;
  border: 1px solid var(--line);
  width: 100%;
  padding: 10px;
  margin-right: 65px;
  font-weight: 400;
}

.footer-device-mobile
  .mobile-bottom-nav__item
  .mobile-bottom-nav__item-content
  .header-group-action
  .site-header-account
  .site-header-accountt
  .dropdown-menuu::after {
  top: unset;
  bottom: -25px;
  transform: rotate(90deg);
}

.footer-device-mobile
  .mobile-bottom-nav__item
  .mobile-bottom-nav__item-content
  .header-group-action
  .site-header-account
  .site-header-accountt
  .dropdown-menuu::before {
  top: unset;
  bottom: -20px;
}

.footer-device-mobile
  .mobile-bottom-nav__item
  .mobile-bottom-nav__item-content
  .header-group-action
  .site-header-account
  .site-header-accountt
  .dropdown-menuu
  .dropdown-item {
  flex-direction: unset !important;
}

/* .site-header-accountt .dropdown-menuu {
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, .13);
    border: none;
    background: var(--whitebg);
    transition: opacity .5s, top .5s, margin-top .5s, background-color .5s;
    min-width: 290px;
    padding: 15px;
    position: absolute;
    border-radius: 2px;
    top: 136%;
    left: -25%
} */

.site-header-accountt .dropdown-menuu ul {
  overflow: hidden scroll;
  max-height: 250px;
  margin-right: -15px;
}

.site-header-accountt .dropdown-menuu ul::-webkit-scrollbar-track {
  border-radius: 100px;
  background: var(--site_bg);
  margin-top: 13px;
  margin-bottom: 13px;
}

.site-header-accountt .dropdown-menuu ul::-webkit-scrollbar {
  width: 5px;
}

.site-header-accountt .dropdown-menuu ul::-webkit-scrollbar-thumb {
  border: 4px solid var(--mainbg);
  background-clip: padding-box;
  border-radius: 100px;
  background: var(--mainbg);
}

.site-header-accountt .dropdown-menuu ul li {
  display: flex;
  align-items: center;
  text-align: left;
  margin-right: 15px;
  margin-bottom: 20px;
}

.site-header-accountt .dropdown-menuu ul li .text h6 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
  color: var(--main_text);
}

.site-header-accountt .dropdown-menuu ul li .text p {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: var(--subtext);
  margin-right: 7px;
}

.site-header-accountt .dropdown-menuu::before {
  content: '';
  position: absolute;
  top: -21px;
  left: 0;
  width: 100%;
  height: 50px;
  background: 0 0;
}

.footer--mobile .footer--mobile_inner .content .logo img {
  max-height: 30px;
  height: auto;
}

.footer-device-mobile .mobile-bottom-nav__item-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-device-mobile .mobile-bottom-nav__item-content a {
  display: flex;
  flex-direction: column;
  font-size: 11px;
  color: var(--main_text);
  position: relative;
}

.footer-device-mobile .mobile-bottom-nav__item-content a.bg {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  z-index: 0;
  position: relative;
}

.footer-device-mobile .mobile-bottom-nav__item-content a.bg::after {
  content: '';
  background: var(--mainbg);
  opacity: 0.08;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
  z-index: -1;
}

.footer-device-mobile .mobile-bottom-nav__item-content button {
  font-size: 11px;
  display: flex;
  flex-direction: column;
  color: var(--main_text);
  margin: 0 auto;
  background: 0 0;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-device-mobile .mobile-bottom-nav__item-content button small {
  margin-top: 3px;
  font-size: 11px;
  font-weight: 400;
  color: var(--main_text);
}

.site-header-accountt .dropdown-menuu.active {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}

.site-header--sticky:not(.mobile-sticky-enable).reveal-header,
.site-header--sticky:not(.mobile-sticky-enable).scrolling {
  background: var(--header_bg);
  z-index: 99;
  margin: 0 100px;
  box-shadow: 0 0 5px -3px rgba(0, 0, 0, 0.28);
  padding: 20px;
  border-radius: 2px;
}

.site-header--sticky:not(.mobile-sticky-enable).scrolling {
  transform: translateY(-100px);
}

.site-header--sticky:not(.mobile-sticky-enable).reveal-header {
  transform: translateY(0);
  top: 15px !important;
}

.section--8 {
  padding: 0 0 40px;
}

.section--8 .section--area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section--8 .section--area .support--item .icon {
  margin-right: 15px;
  min-width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
}

.section--8 .section--area .support--item .icon i {
  font-size: 27px;
  color: var(--mainbg);
  padding: 10px;
  border-radius: 2px;
  position: relative;
}

.section--8 .section--area .support--item .icon i::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--mainbg);
  opacity: 0.05;
  border-radius: 2px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.section--8 .section--area .support--item .text span {
  font-size: 17px;
  line-height: 17px;
  font-weight: 600;
  color: var(--main_text);
  margin-bottom: 4px;
}

.section--8 .section--area .support--item {
  display: flex;
  align-items: center;
  width: 25%;
}

.section--8 .section--area .support--item .content {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px;
  background: var(--whitebg);
  border-radius: 2px;
}

.section--8 .section--area .support--item .text p {
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  color: var(--subtext);
  margin-top: 5px;
}

.section--disc .section--wrapper .section--row .content--area {
  padding: 25px;
  background: var(--whitebg);
  border-radius: 2px;
  user-select: none;
  margin-bottom: 30px;
}

.section--disc .seciton--wrapper,
.section--disc .section--wrapper .section--row .content--area .content--inner {
  font-size: 15px;
  color: var(--subtext);
  line-height: 23px;
}

.section--disc .section--wrapper .section--row .content--area .content--inner .note-float-left {
  max-width: 100%;
  float: left;
  margin-right: 20px;
}

.section--6 .section--wrapper .section--row .content--area .scroll-lt .content--inner h1 {
  font-size: 30px;
}

.section--6 .section--wrapper .section--row .content--area .scroll-lt .content--inner h2 {
  font-size: 25px;
}

.section--6 .section--wrapper .section--row .content--area .scroll-lt .content--inner h4 {
  font-size: 20px;
}

.section--disc .section--wrapper .section--row .content--area .content--inner h1,
.section--disc .section--wrapper .section--row .content--area .content--inner h2,
.section--disc .section--wrapper .section--row .content--area .content--inner h3,
.section--disc .section--wrapper .section--row .content--area .content--inner h4,
.section--disc .section--wrapper .section--row .content--area .content--inner h5,
.section--disc .section--wrapper .section--row .content--area .content--inner h6 {
  margin: 0;
  padding: 0;
  font-weight: 700;
}

.section--disc .section--wrapper .section--row .content--area .content--inner h1 {
  font-size: 30px;
  font-weight: 700;
  color: var(--main_text);
  margin: 15px 0;
}

.section--disc .section--wrapper .section--row .content--area .content--inner h2 {
  font-size: 26px;
  font-weight: 700;
  color: var(--main_text);
  margin: 15px 0;
}

.section--disc .section--wrapper .section--row .content--area .content--inner h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--main_text);
  margin: 15px 0;
}

#blog-text .text-wrapper > div:not(.container),
.toolsText > div:not(.container) {
  padding: 15px 0;
  color: var(--subtext);
  margin: 0;
  line-height: 25px;
}

.section--6 .section--wrapper .section--row .content--area .scroll-lt .content--inner p {
  padding: 0 0 15px 0;
  color: var(--subtext);
  margin: 0;
  line-height: 24px;
}

.section--disc .section--wrapper .section--row .content--area .content--inner a {
  color: var(--subtext);
}

.section--disc .section--wrapper .section--row .content--area .content--inner p,
.section--disc .section--wrapper .section--row .content--area .content--inner div,
.section--disc .section--wrapper .section--row .content--area .content--inner ol,
.section--disc .section--wrapper .section--row .content--area .content--inner ul {
  list-style: unset;
  padding-left: 20px;
  color: var(--subtext);
  margin-bottom: 15px;
}

.section--disc .section--wrapper .section--row .content--area .content--inner ol li,
.section--disc .section--wrapper .section--row .content--area .content--inner ul li {
  line-height: 21px;
  margin-bottom: 15px;
}

.section--disc .section--wrapper .section--row .content--area .content--inner img {
  max-width: 100%;
  height: auto;
}

.section--disc .section--wrapper .section--row h2 {
  margin-bottom: 35px;
}

.section--disc .section--wrapper .section--row h2 strong {
  font-size: 20px;
  line-height: 25px;
  color: var(--main_text);
  font-weight: 600;
}

.section--disc .section--wrapper .section--row .content--area .scroll-lt::-webkit-scrollbar {
  width: 3px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.section--disc .section--wrapper .section--row .content--area .scroll-lt::-webkit-scrollbar-track {
  margin-top: 10px;
  margin-bottom: 10px;
  background: var(--site_bg);
}

.section--disc .section--wrapper .section--row .content--area .scroll-lt::-webkit-scrollbar-thumb {
  width: 3px;
  margin-top: 30px;
  border-radius: 2px;
  background: var(--mainbg);
}

.custom-social-proof {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999999 !important;
}

.custom-social-proof .custom-notification {
  border: 0;
  text-align: left;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 12px 1px rgb(11 10 10 / 3%);
  box-shadow: 1px 1px 12px 1px rgb(11 10 10 / 3%);
  background-color: var(--whitebg);
  position: relative;
  cursor: pointer;
  max-width: 380px;
  min-height: 95px;
  display: flex;
  align-items: center;
}

.custom-social-proof .custom-notification .custom-notification-container {
  display: flex !important;
  align-items: center;
  max-width: 480px;
  padding: 10px;
  height: 100%;
}

.custom-notification-image-wrapper {
  margin-right: 15px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background: var(--site_bg);
  color: var(--subtext);
  font-size: 30px;
}

.footer--bottom,
.footer::after {
  background: var(--footerbg);
}

.custom-social-proof
  .custom-notification
  .custom-notification-container
  .custom-notification-image-wrapper
  img {
  height: 75px;
  width: 75px;
  overflow: hidden;
  border-radius: 6px 0 0 6px;
  object-fit: cover;
}

.custom-social-proof
  .custom-notification
  .custom-notification-container
  .custom-notification-content-wrapper {
  margin: 0;
  height: 100%;
  color: var(--main_text);
  border-radius: 0 6px 6px 0;
  flex: 1;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}

.custom-social-proof
  .custom-notification
  .custom-notification-container
  .custom-notification-content-wrapper
  .custom-notification-content {
  font-family: inherit !important;
  margin: 0 !important;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}

.custom-social-proof
  .custom-notification
  .custom-notification-container
  .custom-notification-content-wrapper
  .custom-notification-content
  small {
  margin-top: 3px !important;
  display: block !important;
  font-size: 12px !important;
  opacity: 0.8;
  color: var(--subtext);
}

.custom-social-proof .custom-notification .custom-close {
  position: absolute;
  top: 12px;
  right: 8px;
  height: 12px;
  width: 12px;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
}

.custom-social-proof .custom-notification .custom-close::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: gray;
  position: absolute;
  left: 0;
  top: 5px;
}

.custom-social-proof .custom-notification .custom-close::after {
  content: '';
  display: block;
  height: 100%;
  width: 2px;
  background-color: gray;
  position: absolute;
  left: 5px;
  top: 0;
}

.poweredby {
  font-weight: 600;
  margin-left: 3px;
  color: #3498db;
}

.footer {
  padding: 114px 0 51px 0;
  position: relative;
  z-index: 0;
}

.footer--top {
  position: relative;
  z-index: 1;
}

.footer--top .footer--top_inner {
  background: var(--mainbg);
  border-radius: 2px;
  padding: 22px 35px 23px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  outline: 15px solid var(--site_bg);
  margin-bottom: -60px;
  overflow: hidden;
}

.footer--top .footer--top_inner .logo a img {
  height: 100%;
  width: 100%;
  max-width: 150px;
}

.footer--top .footer--top_inner .nav ul {
  display: flex;
  align-items: center;
}

.footer--top .footer--top_inner .nav ul li:not(:last-child) {
  margin-right: 30px;
}

.footer--top .footer--top_inner .nav ul li a {
  display: flex;
  align-items: center;
}

.footer--top .footer--top_inner .nav ul li a .icon {
  font-size: 18px;
  color: var(--textwhite);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: relative;
  margin-right: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer--top .footer--top_inner .nav ul li a .icon::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--whitebg);
  opacity: 0.1;
  top: 0;
  left: 0;
}

.footer--top .footer--top_inner .nav ul li a .text {
  display: flex;
  flex-direction: column;
}

.footer--top .footer--top_inner .nav ul li a .text .text--top {
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  color: var(--textwhite);
}

.footer--top .footer--top_inner .nav ul li a .text .text--bottom {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: var(--textwhite);
}

.footer::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 0;
}

.footer .footer--body h3 {
  font-size: 14px;
  line-height: 17px;
  color: var(--subtext);
  font-weight: 700;
  text-transform: uppercase;
}

.footer .footer--body ul li {
  margin-top: 16px;
}

.footer .footer--body ul li a {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: var(--subtext);
}

.footer--bottom {
  border-top: 1px solid var(--line);
}

.footer--bottom .footer--inner {
  padding: 17px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 0 8px 8px;
}

.footer--bottom .footer--inner .social ul {
  display: flex;
  align-items: center;
}

.footer--bottom .footer--inner .social ul li:not(:last-child) {
  margin-right: 20px;
}

.footer--bottom .footer--inner .social ul li a {
  font-size: 20px;
  color: var(--subtext);
}

.footer--bottom .footer--inner div {
  font-size: 14px;
  color: var(--subtext);
  font-weight: 400;
  line-height: 17px;
}

.footer--bottom .footer--inner img {
  max-width: 100%;
  height: auto;
  max-height: 28px;
  width: auto;
}

#orderModal .modal-dialog .modal-content {
  background: 0 0;
  border-radius: 2px;
  border: none;
  overflow: hidden;
}

#orderModal .modal-dialog .modal-content .modal-body {
  box-shadow: 2px 2px 26px -7px rgba(0, 109, 149, 0.23);
  background: var(--whitebg);
  border-radius: 2px;
  padding: 30px 30px 24px;
  border: none;
}

#orderModal .modal-dialog .modal-content .modal-body h2,
#searchpopup .modal-body .text {
  margin-bottom: 10px;
  font-size: 20px;
  color: var(--main_text);
  font-weight: 600;
  line-height: 22px;
}

#orderModal .modal-dialog .modal-content .modal-body p,
#searchpopup .modal-body p {
  font-size: 15px;
  color: var(--subtext);
  line-height: 26px;
  margin-bottom: 20px;
  padding-bottom: 17px;
  border-bottom: 1px solid var(--line);
}

#orderModal .modal-dialog .modal-content .modal-body .order_alert_container p {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

#orderModal .modal-dialog .modal-content .modal-body .order_alert_container p strong {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: var(--subtext);
}

#orderModal .modal-dialog .modal-content .modal-body .form-group i,
#searchpopup .modal-body .form-group i {
  font-size: 16px;
  left: 15px;
  color: var(--subtext);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#orderModal .modal-dialog .modal-content .modal-body .form-group input,
#searchpopup .modal-body input {
  height: 55px;
  border-radius: 2px;
  border: 1px solid var(--line);
  width: 100%;
  padding-left: 40px;
  font-size: 15px;
  color: var(--main_text);
  background: var(--whitebg);
}

#orderModal .modal-dialog .modal-content .modal-body button {
  font-size: 15px;
  color: var(--textwhite);
  font-weight: 600;
  padding: 18px 33px;
  background: var(--mainbg);
  width: 100%;
  border: none;
  margin-top: 20px;
  border-radius: 2px;
}

#orderModal .modal-dialog .modal-content .modal-body .form-group input::placeholder {
  color: var(--subtext);
}

#orderModal .modal-dialog .modal-content .modal-body label {
  font-size: 15px;
  color: var(--subtext);
  margin-bottom: 20px;
}

#searchpopup .modal-content {
  border: none;
  background: var(--whitebg);
}

#searchpopup .modal-body {
  border-bottom: 0;
  min-width: 500px;
  box-shadow: 2px 2px 14px -7px rgb(0 109 149 / 16%);
  background: var(--whitebg);
  border-radius: 2px;
  padding: 30px 30px 24px;
  border: none;
}

#searchpopup .modal-body .form-group {
  position: relative;
  width: 100%;
}

#searchpopup .modal-body .form-group button {
  border: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 14px;
  color: var(--textwhite);
  font-weight: 600;
  padding: 11px 33px;
  background: var(--mainbg);
  border-radius: 2px;
}

#searchpopup .modal-body input::placeholder {
  color: var(--subtext);
}

#searchpopup .modal-body form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#searchpopup .modal-body form button {
  font-size: 24px;
  color: var(--subtext);
  background: 0 0;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999 !important;
  overflow: hidden;
  background: var(--site_bg);
}

#loading-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#preloader--inner {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

#preloader--inner circle.outer {
  fill: transparent;
  stroke: var(--mainbg);
  stroke-dashoffset: 250;
  stroke-width: 5;
  stroke-dasharray: 250;
  transform-origin: 50% 50%;
  animation: spin 2s linear forwards infinite;
}

@keyframes spin {
  0% {
    stroke-dashoffset: 250;
    transform: rotate(-90deg);
    stroke-width: 5;
  }
  25% {
    stroke-dashoffset: 200;
    stroke-width: 7.5;
  }
  80% {
    stroke-dashoffset: 250;
    transform: rotate(270deg);
    stroke-width: 5;
  }
}

#preloader--inner circle.drop {
  fill: var(--mainbg);
  stroke: transparent;
  transform-origin: 50% 50%;
  animation: drop 2s linear forwards infinite;
}

/* Sepet */

.alert-info.orders {
  margin-top: 25px;
}

.full--item {
  margin-left: 30px;
}

.full--item .burger {
  z-index: 3;
  padding: 0;
  width: 100%;
  height: 50px;
  font-size: 30px;
  color: var(--textwhite);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  background: var(--mainbg);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  margin-bottom: 20px;
}

.full--item .burger i {
  font-size: 24px;
  font-weight: 400;
  margin-right: 5px;
}

.burger i:last-child {
  display: none;
}

body.open .burger i:first-child {
  display: none;
}

body.open .burger i:last-child {
  display: block;
}

body.open .overlay {
  visibility: visible;
  opacity: 1;
}

body.open aside {
  translate: 0;
}

.overlay--menu {
  position: fixed;
  z-index: 99999998;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(27, 32, 44, 0.7);
  visibility: hidden;
  opacity: 0;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  transition: 0.3s;
}

aside {
  position: fixed;
  z-index: 99999999;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 260px;
  height: 100%;
  padding: 18px 20px 20px;
  background: var(--whitebg);
  translate: 100% 0;
  transition: 0.3s;
  overflow: scroll;
}

aside a {
  display: flex;
  align-items: center;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  color: var(--main_text);
  line-height: 22px;
  display: flex;
  align-items: center;
}

aside a:not(:last-child) {
  margin-bottom: 10px;
}

aside a i {
  font-size: 20px;
  margin-right: 5px;
}

aside h3 {
  margin: 25px 0 10px;
  color: var(--subtext);
  font-weight: 400;
  font-size: 16px;
}

aside h3:first-child {
  margin-top: 0;
}

aside a.log-out {
  background: var(--mainbg);
  color: var(--textwhite);
  border: 0;
  min-height: 50px;
  border-radius: 30px;
  font-family: inherit;
  font-size: 16px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user--information {
  margin: 40px 0 60px 0;
}

.user--information .user--wrapper .form--wrapper .user--profile .user--image {
  margin-bottom: 30px;
}

.user--information .user--wrapper .form--wrapper .user--profile .user--image img {
  border-radius: 50%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.user--information .user--wrapper .form--wrapper .user--profile .user--info .user--name {
  color: var(--main_text);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}

.user--information .user--wrapper .form--wrapper .user--profile .user--info .user--mail {
  color: var(--subtext);
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  margin-top: 5px;
}

.user--information .user--wrapper .form--wrapper .menu--list ul strong {
  color: var(--subtext);
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 13px;
  margin-top: 30px;
  display: block;
}

.user--information .user--wrapper .form--wrapper .menu--list ul li:not(:last-child) {
  margin-bottom: 13px;
}

.user--information .user--wrapper .form--wrapper .menu--list ul li a {
  color: var(--main_text);
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  display: flex;
  align-items: center;
}

.user--information .user--wrapper .form--wrapper .menu--list ul li a.active {
  color: var(--mainbg);
}

.user--information .user--wrapper .form--wrapper .menu--list ul li a.active i {
  color: var(--mainbg);
}

.user--information .user--wrapper .form--wrapper .menu--list ul li a i {
  font-weight: 400;
  font-size: 22px;
  margin-right: 7px;
  color: var(--subtext);
}

.user--information .user--wrapper .form--wrapper .right--header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  padding: 40px;
  background: var(--breadcrumb);
  margin-left: 30px;
}

.user--information .user--wrapper .form--wrapper .right--header .user--area {
  display: flex;
  align-items: center;
}

.user--information .user--wrapper .form--wrapper .right--header .user--area .user--image {
  margin-right: 20px;
}

.user--information .user--wrapper .form--wrapper .right--header .user--area .user--image img {
  max-width: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  min-width: 80px;
  max-width: 80px;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--header
  .user--area
  .user--text
  .user--name {
  color: var(--main_text);
  font-size: 17px;
  font-weight: 700;
  line-height: 21px;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--header
  .user--area
  .user--text
  .user--mail {
  color: var(--subtext);
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 4px;
}

.user--information .user--wrapper .form--wrapper .right--header .balance {
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 327px;
  position: relative;
  z-index: 0;
}

.user--information .user--wrapper .form--wrapper .right--header .balance::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  top: 0;
  left: 0;
  background: var(--mainbg);
  opacity: 0.2;
  z-index: -1;
}

.user--information .user--wrapper .form--wrapper .right--header .balance .left {
  display: flex;
  align-items: center;
}

.user--information .user--wrapper .form--wrapper .right--header .balance .left .icon {
  font-size: 20px;
  color: var(--textwhite);
  padding: 13px;
  margin-right: 14px;
  position: relative;
  z-index: 0;
}

.user--information .user--wrapper .form--wrapper .right--header .balance .left .icon::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  top: 0;
  left: 0;
  background: var(--mainbg);
  opacity: 1;
  z-index: -1;
}

.user--information .user--wrapper .form--wrapper .right--header .balance .left .text {
  display: flex;
  flex-direction: column;
}

.user--information .user--wrapper .form--wrapper .right--header .balance .left .text small {
  color: var(--subtext);
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}

.user--information .user--wrapper .form--wrapper .right--header .balance .left .text strong {
  display: block;
  color: var(--main_text);
  font-size: 17px;
  line-height: 21px;
  font-weight: 700;
  margin-top: 4px;
}

.user--information .user--wrapper .form--wrapper .right--header .balance .right a {
  color: var(--textwhite);
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  border-radius: 2px;
  padding: 13px 28px;
  position: relative;
  z-index: 0;
}

.user--information .user--wrapper .form--wrapper .right--header .balance .right a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  top: 0;
  left: 0;
  background: var(--mainbg);
  opacity: 1;
  z-index: -1;
}

.user--information .user--wrapper .form--wrapper .right--content {
  padding: 40px;
  border-radius: 20px;
  background: var(--whitebg);
  margin-top: 20px;
  margin-left: 30px;
}

.user--information .user--wrapper .form--wrapper .right--content #alert__top {
  margin-bottom: 25px;
  margin-top: 25px;
}

.user--information .user--wrapper .form--wrapper .right--content #alert__top .alert__container {
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 2px;
  background: var(--mainbg);
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  #alert__top
  .alert__container
  .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--textwhite);
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  #alert__top
  .alert__container
  .text
  a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--textwhite);
  text-decoration: underline;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  #alert__top
  .alert__container
  .icon {
  font-size: 24px;
  height: 45px;
  min-width: 45px;
  max-width: 45px;
  color: var(--mainbg);
  margin-right: 20px;
  background: var(--whitebg);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user--information .user--wrapper .form--wrapper .right--content .content--header {
  display: flex;
  align-items: center;
}

.user--information .user--wrapper .form--wrapper .right--content .content--header .icon {
  font-size: 24px;
  color: var(--mainbg);
  padding: 13px;
  border-radius: 5px;
  background: var(--breadcrumb);
  margin-right: 20px;
}

body.dark .user--information .user--wrapper .form--wrapper .right--content .content--header .icon {
  background: var(--site_bg);
}

.user--information .user--wrapper .form--wrapper .right--content .content--header .text strong {
  color: var(--main_text);
  font-size: 19px;
  line-height: 21px;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}

.user--information .user--wrapper .form--wrapper .right--content .content--header .text small {
  color: var(--subtext);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.user--information .user--wrapper .form--wrapper .right--content nav {
  margin-top: 28px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  nav
  .pagination
  .page-item:not(:last-child) {
  margin-right: 10px;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  nav
  .pagination
  .page-item
  .page-link {
  color: var(--mainbg);
  background: transparent;
  border: none;
  font-size: 16px;
  padding: 12px;
  border-radius: 2px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  nav
  .pagination
  .page-item
  .page-link:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background: var(--mainbg);
  opacity: 0.03;
  z-index: -1;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  nav
  .pagination
  .page-item
  .page-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  border: 1px solid var(--line);
  opacity: 0.8;
  z-index: -1;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  nav
  .pagination
  .page-item
  .page-link.active {
  color: var(--textwhite);
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  nav
  .pagination
  .page-item
  .page-link.active::before {
  opacity: 1;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  nav
  .pagination
  .page-item
  .page-link.active::after {
  opacity: 1;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  nav
  .pagination
  .page-item
  .page-link:focus {
  outline: none;
  box-shadow: none;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list
  .product--item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  margin-top: 25px;
  padding-top: 25px;
  position: relative;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list
  .product--item
  .product--mobile {
  display: none;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list
  .product--item
  a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list
  .product--item
  small {
  color: var(--subtext);
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 4px;
  display: block;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list
  .product--item
  .text {
  color: var(--main_text);
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list
  .product--item
  .product--name {
  flex-basis: 40%;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list
  .product--item
  .product--price {
  flex-basis: 13%;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list
  .product--item
  .product--date {
  flex-basis: 13%;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list
  .product--item
  .product--status {
  flex-basis: 20%;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list
  .product--item
  .product--status
  .status {
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  height: 45px;
  padding: 15px 20px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list
  .product--item
  .product--status
  .status.bekleniyor {
  background: #28a7452b;
  border: 1px solid #28a7453b;
  color: #28a745;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list
  .product--item
  .product--status
  .status.hazirlaniyor {
  background: #77777747;
  border: 1px solid #7777773d;
  color: #777777;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list
  .product--item
  .product--status
  .status.yukleniyor {
  background: #c2940b3d;
  border: 1px solid #c2940b3d;
  color: #c2940b;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list
  .product--item
  .product--status
  .status.tamamlandi {
  background: #28a74533;
  border: 1px solid #28a74540;
  color: #28a745;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list
  .product--item
  .product--status
  .status.iptal {
  background: #dc354533;
  border: 1px solid #dc354557;
  color: #dc3545;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list
  .product--item
  .product--status
  .status.onaybek {
  background: #3498db4d;
  border: 1px solid #3498db3b;
  color: #3498db;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list
  .product--item
  .product--status
  .status.odemebek {
  background: #01bd2b42;
  border: 1px solid #01bd2b4d;
  color: #01bd2b;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list
  .product--item
  .product--action {
  flex-basis: 5%;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list
  .product--item
  .product--action
  .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--mainbg);
  width: 45px;
  height: 45px;
  padding: 12px;
  border-radius: 2px;
  position: relative;
  z-index: 0;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list
  .product--item
  .product--action
  .icon::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background: var(--mainbg);
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.15;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list
  .product--item
  .product--action
  .icon::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  border: 1px solid var(--mainbg);
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.3;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list
  .tickets--area {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list
  .tickets--area
  .tickets--header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  position: relative;
  margin-bottom: 25px;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list
  .tickets--area
  .tickets--body
  .tickets--item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list.tck
  .tickets--area
  .tickets--body
  .tickets--item:not(:last-child) {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--line);
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list.blc
  .tickets--area
  .tickets--body
  .tickets--item:not(:last-child) {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--line);
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list.blc
  .tickets--area
  .tickets--body
  .tickets--item:last-child {
  border-bottom: none !important;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list
  .tickets--area
  .tickets--header::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background: var(--mainbg);
  opacity: 0.05;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list
  .tickets--area
  .tickets--date {
  flex-basis: 12%;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: var(--main_text);
  text-align: left;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list
  .tickets--area
  .tickets--date.blc {
  flex-basis: 20%;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list
  .tickets--area
  .tickets--status {
  flex-basis: 20%;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: var(--main_text);
  text-align: left;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list
  .tickets--area
  .tickets--status.blc {
  flex-basis: 10%;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list
  .tickets--area
  .tickets--action.blc {
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: var(--main_text);
  text-align: left;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list
  .tickets--area
  .tickets--status
  span {
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  height: 45px;
  padding: 15px 20px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list
  .tickets--area
  .tickets--status
  span
  i {
  margin-right: 5px;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list
  .tickets--area
  .tickets--status
  .bekliyor {
  color: #6ca56e;
  background: #6ca56e21;
  border: 1px solid #dc354530;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list
  .tickets--area
  .tickets--status
  .yanitlandi {
  color: #ff9800;
  background: #ff980033;
  border: 1px solid #ff980021;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list
  .tickets--area
  .tickets--status
  .cozumlendi {
  color: #f44336;
  background: #f4433636;
  border: 1px solid #f4433638;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list
  .tickets--area
  .tickets--status
  .islemde {
  color: #2196f3;
  background: #2196f330;
  border: 1px solid #2196f32e;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list
  .tickets--area
  .tickets--name {
  flex-basis: 45%;
  white-space: nowrap;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: var(--main_text);
  text-align: left;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list
  .tickets--area
  .tickets--name.blc {
  flex-basis: 15%;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list
  .tickets--area
  .tickets--body
  .tickets--item {
  position: relative;
  padding: 0 20px;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list
  .tickets--area
  .tickets--body
  .tickets--item
  .tickets--date {
  display: flex;
  align-items: center;
  justify-content: center;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list
  .tickets--area
  .tickets--body
  .tickets--item
  a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list
  .tickets--area
  .tickets--body
  .tickets--item
  .tickets--name {
  font-size: 16px;
  font-weight: 500;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list
  .tickets--area
  .tickets--body
  .tickets--item
  .tickets--action
  .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--mainbg);
  width: 45px;
  height: 45px;
  padding: 12px;
  border-radius: 2px;
  position: relative;
  z-index: 0;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list
  .tickets--area
  .tickets--body
  .tickets--item
  .tickets--action
  .icon::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background: var(--mainbg);
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.15;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list
  .tickets--area
  .tickets--body
  .tickets--item
  .tickets--action
  .icon::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  border: 1px solid var(--mainbg);
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.3;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list
  .tickets--area
  .form--content
  .form-group {
  margin-bottom: 30px;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list
  .tickets--area
  .form--content
  .form-group
  label {
  color: var(--subtext);
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 15px;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list
  .tickets--area
  .form--content
  .form-group
  input {
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--main_text);
  height: 55px;
  padding: 15px;
  background: transparent;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list
  .tickets--area
  .form--content
  .form-group
  textarea {
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: var(--main_text);
  padding: 15px;
  width: 100%;
  min-height: 100px;
  background: transparent;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list
  .tickets--area
  .form--content
  .form-group
  button {
  width: 100%;
  border: none;
  background: var(--mainbg);
  color: var(--textwhite);
  padding: 15px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .product--content_list
  .tickets--area
  .form--content
  .form-group
  button:focus {
  outline: none;
  box-shadow: none;
}

.user--information .user--wrapper .form--wrapper .right--content .user--infos {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
}

.user--information .user--wrapper .form--wrapper .right--content .user--infos .balance--area {
  color: var(--mainbg);
  padding: 18px;
  border-radius: 5px;
  background: var(--breadcrumb);
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.user--information .user--wrapper .form--wrapper .right--content .user--infos .balance--area h6 {
  margin-right: 6px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.user--information .user--wrapper .form--wrapper .right--content .user--infos .balance--area h6 i {
  font-size: 24px;
  margin-right: 6px;
}

.user--information .user--wrapper .form--wrapper .right--content .user--infos .balance--area p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.user--information .user--wrapper .form--wrapper .right--content .user--infos .form-group {
  margin-bottom: 20px;
  position: relative;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .user--infos
  .form-group
  #bank
  .bank-name {
  color: var(--subtext);
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .user--infos
  .form-group
  #bank
  .bank-bottom
  p {
  color: var(--subtext);
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 5px;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .user--infos
  .form-group
  .action--btn {
  display: inline-block;
  padding: 10px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--textwhite);
  background: var(--mainbg);
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .user--infos
  .form-group
  .tlf--icon {
  color: var(--subtext);
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 15px;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .user--infos
  .form-group
  .btn.btntlf {
  background: var(--mainbg) !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--textwhite);
  height: 55px;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .user--infos
  .form-group
  .field-icon {
  position: absolute;
  top: 69%;
  right: 20px;
  color: var(--main_text);
  transform: translate(-50%, -50%);
  font-size: 18px;
}

.user--information .user--wrapper .form--wrapper .right--content .user--infos label {
  color: var(--subtext);
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 15px;
}

.user--information .user--wrapper .form--wrapper .right--content .user--infos label.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.user--information .user--wrapper .form--wrapper .right--content .user--infos .form-group a.telafi {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--mainbg);
  color: var(--textwhite);
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  border-radius: 2px;
}

.user--information .user--wrapper .form--wrapper .right--content .user--infos input {
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--main_text);
  height: 55px;
  padding: 15px;
  background: transparent;
}

.user--information .user--wrapper .form--wrapper .right--content .user--infos input[readonly] {
  background: var(--sectionbg);
}

.user--information .user--wrapper .form--wrapper .right--content .user--infos textarea[readonly] {
  background: var(--sectionbg);
}

.user--information .user--wrapper .form--wrapper .right--content .user--infos textarea {
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: var(--main_text);
  padding: 15px;
  width: 100%;
  min-height: 100px;
  background: transparent;
}

.user--information .user--wrapper .form--wrapper .right--content .user--infos button {
  width: 100%;
  border: none;
  background: var(--mainbg);
  color: var(--textwhite);
  padding: 15px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user--information .user--wrapper .form--wrapper .right--content .user--infos .select_box {
  position: relative;
}

.user--information .user--wrapper .form--wrapper .right--content .user--infos .select_box i {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(-50%, -50%);
  color: var(--subtext);
  font-size: 22px;
  z-index: 2;
}

.user--information .user--wrapper .form--wrapper .right--content .user--infos .select_box button {
  background: transparent;
  border: 1px solid var(--line);
  font-size: 15px;
  border-radius: 8px;
  color: var(--subtext);
}

body.dark
  .user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .user--infos
  .select_box
  button {
  background: var(--site_bg);
}

body.dark
  .user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .user--infos
  .select_box
  i {
  color: var(--textwhite);
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .user--infos
  .select_box
  button::after {
  content: none;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .user--infos
  .select_box
  .dropdown-menu
  .dropdown-item.active {
  background: var(--mainbg);
}

.user--information .user--wrapper .form--wrapper .right--content .user--infos button:focus {
  outline: none;
  box-shadow: none;
}

.user--information .user--wrapper .form--wrapper .right--content .user--infos button i {
  font-size: 19px;
  margin-left: 6px;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .tp-contact-inner
  .section--2
  .product--item {
  margin-bottom: 0;
  border-top: 1px solid var(--line);
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .tp-contact-inner
  .section--2
  .product--item:first-child {
  margin-top: 25px;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .tp-contact-inner
  .section--2
  .product--item:last-child
  .content {
  padding-bottom: 0;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .tp-contact-inner
  .section--2
  .content {
  min-height: unset;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .tp-contact-inner
  .section--2
  .content
  .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .tp-contact-inner
  .section--2
  .content
  .info
  .info--flex {
  display: flex;
  flex-direction: column;
  margin-left: auto;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .tp-contact-inner
  .section--2
  .content
  .info
  .info--flex
  .pack-pricing {
  border-bottom: none;
  margin: 0;
  padding: 0;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .tp-contact-inner
  .section--2
  .content
  .info
  .info--flex
  .pack-pricing
  .current-price {
  margin-right: 5px;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .tp-contact-inner
  .section--2
  .content
  .info
  .btn {
  padding-right: 0;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .tp-contact-inner
  .section--2
  .content
  .info
  .btn,
.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .tp-contact-inner
  .section--2
  .content
  .info
  .btn
  .product--btn {
  width: unset;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .tp-contact-inner
  .section--2
  .content
  .info
  .btn
  .product--btn
  a {
  min-width: 130px;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .tp-contact-inner
  .section--2
  .content
  .info
  .cat {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  margin: 0;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .tp-contact-inner
  .section--2
  .content
  .info
  .cat
  .cathref {
  color: var(--subtext);
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 4px;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .tp-contact-inner
  .section--2
  .content
  .info
  .maintitle {
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
  justify-content: flex-start;
  display: flex;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .tp-contact-inner
  .section--2
  .content
  .info
  .maintitle
  a {
  margin-bottom: 0;
  color: var(--main_text);
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  justify-content: flex-start;
}

.user--information .user--wrapper .form--wrapper .right--content .content--header.second {
  width: 100%;
}

.user--information .user--wrapper .form--wrapper .right--content .content--header.second .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .content--header.second
  .text
  strong {
  margin-bottom: 0;
}

.user--information .user--wrapper .form--wrapper .right--content .content--header.second h5 {
  border-radius: 5px;
  padding: 10px;
  min-width: 135px;
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .content--header.second
  h5.bekliyor {
  background: rgba(108, 165, 110, 0.2);
  color: #6ca56e;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .content--header.second
  h5.islemde {
  background: rgba(33, 150, 243, 0.2);
  color: #2196f3;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .content--header.second
  h5.yanitlandi {
  background: rgba(255, 152, 0, 0.2);
  color: #ff9800;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .content--header.second
  h5.cozumlendi {
  background: rgba(244, 67, 54, 0.2);
  color: #f44336;
}

.user--information .user--wrapper .form--wrapper .right--content .user--infos .message__content {
  padding: 25px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .user--infos
  .message__content:not(:last-child) {
  margin-bottom: 25px;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .user--infos
  .message__content
  .message__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--line);
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .user--infos
  .message__content
  .message__top
  h5 {
  border-radius: 5px;
  padding: 7px 17px;
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .user--infos
  .message__content
  .message__top
  h5.yetkili {
  background: rgba(46, 68, 104, 0.1);
  color: #2e4468;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .user--infos
  .message__content
  .message__top
  h5.kullanici {
  background: rgba(20, 168, 0, 0.1);
  color: #14a800;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .user--infos
  .message__content
  .message__top
  span {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  color: var(--main_text);
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .user--infos
  .message__content
  .message__top
  span
  strong {
  color: var(--mainbg);
  margin-right: 3px;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .user--infos
  .message__content
  .message__top
  span
  strong.kullanici {
  color: var(--main_text);
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .user--infos
  .message__content
  .message__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: var(--subtext);
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .user--infos.notice
  .item:not(:last-child) {
  margin-bottom: 25px;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .user--infos.notice
  .item
  .item--body {
  border: 1px solid var(--line);
  padding: 25px;
  border-radius: 8px;
  display: flex;
  align-items: center;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .user--infos.notice
  .item
  .item--body
  .image {
  margin-right: 15px;
  width: 50px;
  height: 50px;
  min-width: 50px;
  max-width: 50px;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .user--infos.notice
  .item
  .item--body
  img {
  border-radius: 50%;
  max-width: 100%;
  object-fit: cover;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .user--infos.notice
  .item
  .item--body
  h6 {
  color: var(--main_text);
  font-size: 17px;
  line-height: 21px;
  font-weight: 700;
  display: block;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .user--infos.notice
  .item
  .item--body
  p {
  color: var(--subtext);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.user--information
  .user--wrapper
  .form--wrapper
  .right--content
  .user--infos.notice
  .item
  .item--body
  p
  a {
  color: var(--mainbg);
}

.site-header-account .log {
  font-size: 15px;
  height: 45px;
  line-height: 18px !important;
  font-weight: 600;
  background: var(--mainbg);
  padding: 12px 20px !important;
  width: 100%;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--textwhite) !important;
}

.site-header-account .log i {
  margin-right: 0 !important;
  margin-left: 5px !important;
  font-size: 20px !important;
  color: var(--textwhite) !important;
}

.site-header-accountt .dropdown-menuu {
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 2px 5px -2px rgb(0 0 0 / 13%);
  border: none;
  background: var(--whitebg);
  transition: opacity 0.5s ease, top 0.5s ease, margin-top 0.5s ease, background-color 0.5s ease;
  width: 100%;
  min-width: 270px;
  padding: 15px 0;
  padding-bottom: 25px;
  position: absolute;
  border-radius: 2px;
  top: 136%;
  right: 0;
}

.site-header-accountt .dropdown-menuu::before {
  content: '';
  position: absolute;
  top: -21px;
  left: 0;
  width: 100%;
  height: 50px;
  background: transparent;
}

.site-header-accountt .dropdown-menuu .menuu--top {
  margin-top: -15px;
  position: relative;
  z-index: 0;
  padding: 15px 0;
  margin-bottom: 25px;
  background: var(--mainbg);
  border-radius: 2px 2px 0 0;
}

.site-header-accountt .dropdown-menuu .menuu--top .top--header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}

.site-header-accountt .dropdown-menuu .menuu--top .top--header::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid var(--line);
  opacity: 0.1;
}

.site-header-accountt .dropdown-menuu .menuu--top .top--header .left {
  display: flex;
  align-items: center;
}

.site-header-accountt .dropdown-menuu .menuu--top .top--header .left .icon {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: var(--textwhite);
  font-size: 20px;
  margin-right: 5px;
}

.site-header-accountt .dropdown-menuu .menuu--top .top--header .left .icon::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--whitebg);
  opacity: 0.05;
  top: 0;
  left: 0;
}

.site-header-accountt .dropdown-menuu .menuu--top .top--header .left .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--textwhite);
}

.site-header-accountt .dropdown-menuu .menuu--top .top--header .right {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--textwhite);
  display: flex;
  align-items: center;
}

.site-header-accountt .dropdown-menuu .menuu--top .top--bottom {
  margin: 0 20px;
}

.site-header-accountt .dropdown-menuu .menuu--top .top--bottom a {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: var(--textwhite);
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 7px;
}

.site-header-accountt .dropdown-menuu .menuu--top .top--bottom a::after {
  content: '';
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--whitebg);
  opacity: 0.05;
  z-index: -1;
}

.site-header-accountt .dropdown-menuu::after {
  position: absolute;
  content: '\ea6d';
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--mainbg);
  font-size: 44px;
  right: 92px;
  top: -25px;
  transform: rotate(-90deg);
}

.site-header-accountt {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 0;
  background: var(--bolum_bg);
}

.site-header-accountt .dropdown-menuu .dropdown-item {
  margin: 0 !important;
  padding: 0 20px !important;
  min-width: unset !important;
}

.site-header-accountt .dropdown-menuu .dropdown-item:not(:last-child) {
  margin-bottom: 16px !important;
  padding-bottom: 16px !important;
  border-bottom: 1px solid var(--line);
}

.site-header-accountt .account--box {
  display: flex;
  align-items: center;
  padding: 10px;
  position: relative;
  min-width: 185px;
}

.site-header-accountt .account--box::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  border: 1px solid var(--line);
  top: 0;
  left: 0;
}

.site-header-accountt .account--box i {
  font-size: 20px;
  color: var(--main_text);
  margin-left: auto;
}

.site-header-accountt .account--box .user--image img {
  border-radius: 50%;
  object-fit: cover;
  max-width: 100%;
}

.site-header-accountt .account--box .name {
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  margin-left: 8px;
  margin-right: 10px;
  color: var(--main_text);
}

.site-header-accountt .account--box .name span {
  font-size: 13px;
  font-weight: 500;
  margin-top: 1px;
  color: var(--subtext);
}

.site-header-accountt:hover .dropdown-menuu {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}

.dropdown--mobile {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdown--mobile .select {
  cursor: pointer;
  transition: 0.3s;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dropdown--mobile .select .selected {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.dropdown--mobile .select .caret {
  margin-left: 10px;
  width: 0;
  height: 0;
  transition: 0.3s;
}

.dropdown--mobile .menu {
  visibility: hidden;
  background: var(--whitebg);
  box-shadow: 0px -3px 8px 0px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  bottom: 107%;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s;
  z-index: 1;
  padding: 15px 8px;
  min-width: 200px;
  left: -25px;
}

.dropdown--mobile .menu .menu--bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 10px 20px;
  background: var(--mainbg);
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: -15px;
}

.dropdown--mobile .menu .menu--bottom .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.dropdown--mobile .menu .menu--bottom .left {
  display: flex;
  align-items: center;
}

.dropdown--mobile .menu .menu--bottom .left .icon {
  color: var(--textwhite) !important;
  margin-right: 5px;
}

.dropdown--mobile .menu .menu--bottom .left .icon i {
  color: var(--textwhite) !important;
}

.dropdown--mobile .menu .menu--bottom .left .text {
  color: var(--textwhite);
  font-size: 15px;
  font-weight: 500;
}

.dropdown--mobile .menu .menu--bottom .right {
  font-size: 14px;
  font-weight: 500;
  color: var(--textwhite);
}

.dropdown--mobile .menu .menu--bottom .bottom {
  width: 100%;
  margin-top: 11px;
}

.dropdown--mobile .menu .menu--bottom .bottom a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 6px;
  z-index: 0;
  color: var(--textwhite);
}

.dropdown--mobile .menu .menu--bottom .bottom a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 2px;
  background: var(--whitebg);
  opacity: 0.05;
}

.dropdown--mobile .menu li {
  cursor: pointer;
  padding: 10px;
}

.dropdown--mobile .menu li:last-child {
  padding-bottom: 20px;
}

.dropdown--mobile .menu-open {
  visibility: visible;
  opacity: 1;
}

.dropdown--mobile .menu a {
  flex-direction: unset;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
}

.dropdown--mobile .menu a i {
  margin-right: 5px;
}

.caret-rotate {
  transform: rotate(180deg);
}

@media (min-width: 998px) {
  .full--item .burger {
    display: none;
  }
}

@media (max-width: 768px) {
  .user--information
    .user--wrapper
    .form--wrapper
    .right--content
    .tp-contact-inner
    .section--2
    .content
    .info
    .maintitle {
    justify-content: center;
  }
  .user--information
    .user--wrapper
    .form--wrapper
    .right--content
    .tp-contact-inner
    .section--2
    .product--item {
    margin-top: 25px;
    border-top: none !important;
  }
  .user--information
    .user--wrapper
    .form--wrapper
    .right--content
    .tp-contact-inner
    .section--2
    .content
    .info
    .info--flex {
    margin: 20px 0;
  }
  .user--information
    .user--wrapper
    .form--wrapper
    .right--content
    .tp-contact-inner
    .section--2
    .content
    .info
    .btn {
    padding-left: 0;
  }
  .user--information
    .user--wrapper
    .form--wrapper
    .right--content
    .tp-contact-inner
    .section--2
    .content
    .info {
    flex-direction: column;
  }
  .user--information
    .user--wrapper
    .form--wrapper
    .right--content
    .product--content_list
    .tickets--area
    .tickets--body
    .tickets--item {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    border: 1px solid var(--line);
    padding: 25px;
  }
  .user--information
    .user--wrapper
    .form--wrapper
    .right--content
    .product--content_list
    .tickets--area
    .tickets--status
    span {
    padding-left: 0;
    margin-top: 10px;
  }
  .user--information
    .user--wrapper
    .form--wrapper
    .right--content
    .product--content_list.tck
    .tickets--area
    .tickets--status
    span {
    padding-left: 20px;
  }
  .user--information
    .user--wrapper
    .form--wrapper
    .right--content
    .product--content_list
    .tickets--area
    .tickets--status {
    margin-top: 10px;
  }
  .user--information
    .user--wrapper
    .form--wrapper
    .right--content
    .product--content_list
    .tickets--area
    .tickets--action,
  .user--information
    .user--wrapper
    .form--wrapper
    .right--content
    .product--content_list
    .tickets--area
    .tickets--date {
    display: none !important;
  }
  .user--information
    .user--wrapper
    .form--wrapper
    .right--content
    .product--content_list
    .tickets--area
    .tickets--date.blc,
  .user--information
    .user--wrapper
    .form--wrapper
    .right--content
    .product--content_list
    .tickets--area
    .tickets--action.blc {
    display: flex !important;
  }
  .user--information
    .user--wrapper
    .form--wrapper
    .right--content
    .product--content_list
    .tickets--area
    .tickets--date.blc,
  .user--information
    .user--wrapper
    .form--wrapper
    .right--content
    .product--content_list
    .tickets--area
    .tickets--action.blc {
    margin-top: 10px;
  }
  .mobile--actionBtn {
    width: 100%;
    border-top: 1px solid var(--line);
    margin-top: 20px;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--subtext);
    font-size: 15px;
    font-weight: 500;
  }
  .mobile--actionBtn i {
    font-size: 20px;
    font-weight: 400;
  }
}

@media (min-width: 768px) {
  .mobile--actionBtn {
    display: none;
  }
}

@media (max-width: 998px) {
  .full--item .burger {
    display: flex;
  }
}

@media (max-width: 470px) {
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .multisteps-form__form
    .multisteps-form__panel
    .multisteps-form__content
    .flex--item {
    flex-direction: column;
  }
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .multisteps-form__form
    .multisteps-form__panel
    .multisteps-form__content
    .flex--item
    a:not(:last-child) {
    margin-right: 0;
  }
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .multisteps-form__form
    .multisteps-form__panel
    .multisteps-form__content
    .flex--item
    a {
    min-width: 126px;
  }
  .user--information
    .user--wrapper
    .form--wrapper
    .right--content
    .tp-contact-inner
    .section--2
    .product--item {
    width: 100%;
  }
  .user--information
    .user--wrapper
    .form--wrapper
    .right--content
    .tp-contact-inner
    .section--2
    .product--item:not(:first-child) {
    border-top: 1px solid var(--line) !important;
    padding-top: 20px;
  }
}

/* Sepet */

/*Login */

.half {
  display: flex;
}

.half,
.half .container > .row {
  height: 100vh;
}

@media (max-width: 991.98px) {
  .half .bg {
    height: 500px;
  }
}

.half .contents,
.half .bg {
  width: 50%;
}

.half .custom--wrapper {
  max-width: 490px;
  width: 100%;
}

.half .custom--wrapper.second {
  max-width: 490px;
}

.half .contents {
  margin-right: 135px;
}

.half .bg .home--btn {
  position: absolute;
  right: 30px;
  top: 30px;
}

.half .bg .home--btn a {
  color: var(--subtext);
  font-size: 17px;
  font-weight: 500;
  background: var(--whitebg);
  padding: 23px 25px;
  border-radius: 2px;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.half .bg .home--btn a i {
  font-size: 24px;
  margin-right: 15px;
}

@media (max-width: 1199.98px) {
  .half .contents,
  .half .bg {
    width: 100%;
  }
}

.half .contents .content {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.half .contents .content button {
  font-size: 17px;
  font-weight: 700;
  line-height: 21px;
  color: var(--textwhite);
  background: var(--mainbg);
  width: 100%;
  height: 70px;
  border: none;
  border-radius: 2px;
}

.half .contents .content .form--bottom {
  color: var(--subtext);
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 30px;
  position: absolute;
  bottom: 0;
}

.half .contents .page--logo {
  margin-bottom: 30px;
}

.half .contents .page--logo img {
  max-height: 40px;
  height: auto;
  width: auto;
}

.half .contents h3 {
  color: var(--main_text);
  font-size: 23px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 5px;
}

.half .contents p {
  color: var(--subtext);
  font-size: 17px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 30px;
  display: block;
}

.half .contents p a {
  color: var(--mainbg);
  font-size: 17px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

.half .contents .form-group,
.half .bg .form-group {
  margin-bottom: 30px;
  position: relative;
}

.half .contents .form-group i,
.half .bg .form-group i {
  position: absolute;
  font-size: 24px;
  color: var(--subtext);
  top: 50%;
  left: 25px;
  transform: translate(0, -50%);
}

.half .contents .form-group input {
  border: 1px solid var(--line);
  background: var(--whitebg);
  padding: 25px 25px 25px 64px;
  border-radius: 2px;
  color: var(--subtext);
  font-size: 17px;
  font-weight: 400;
}

.reg.half .contents .form-group input {
  padding: 13px 15px 13px 15px !important;
  font-size: 16px !important;
}

.half .contents .form-group input::placeholder {
  font-size: 17px;
}

.reg.half .contents .form-group .inner--bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.reg.half .contents .form-group .inner--bottom span {
  font-size: 16px;
  line-height: 16px;
  color: var(--subtext);
  margin-top: 15px;
}

.half .inner--bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.half .inner--bottom span {
  font-size: 16px;
  line-height: 16px;
  color: var(--subtext);
  margin-top: 15px;
}

.half .inner--bottom span a {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: var(--main_text);
  text-decoration: none;
}

.custm {
  padding: 25px 25px 25px 25px !important;
  font-size: 16px !important;
}

.reg.half .contents .form-group .inner--bottom span a {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: var(--main_text);
  text-decoration: none;
}

.reg.half .contents .content button {
  height: 60px !important;
}

.half .contents input:active,
.half .contents input:focus,
.half .bg input:active,
.half .bg input:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.half .bg {
  background-size: cover;
  background-position: center;
}

.half a {
  color: #888;
  text-decoration: underline;
}

.half .btn {
  height: 54px;
  padding-left: 30px;
  padding-right: 30px;
}

.half .forgot-pass {
  position: relative;
  top: 0.2rem;
  color: var(--subtext);
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px;
  margin-right: auto;
}

.control .caption {
  position: relative;
  top: 0.2rem;
  color: var(--subtext);
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: var(--whitebg);
  border: 1px solid var(--line);
  border-radius: 5px;
}

.control--radio .control__indicator {
  border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: var(--mainbg);
}

.control input:checked ~ .control__indicator {
  background: var(--mainbg);
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: var(--mainbg);
}

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.9;
  pointer-events: none;
}

.control__indicator:after {
  font-family: 'remixicon';
  content: '\EB7B';
  position: absolute;
  display: none;
  font-size: 16px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.control input:checked ~ .control__indicator:after {
  display: block;
  color: var(--textwhite);
}

.control--checkbox .control__indicator:after {
  top: 52%;
  left: 56%;
  margin-top: -1px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

.control--checkbox input:disabled:checked ~ .control__indicator {
  background-color: #7e0cf5;
  opacity: 0.2;
}

/*Login */

@keyframes drop {
  0% {
    transform: translate(0, -37.5px);
    opacity: 1;
  }
  34% {
    transform: translate(0, 37.5px);
    opacity: 1;
  }
  70% {
    transform: translate(0, 0);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@media (min-width: 1366px) {
  .container {
    max-width: 1254px;
  }
}

@media (max-width: 1366px) {
  /* Sepet */
  .half .contents .col-md-7,
  .half .contents .col-md-5 {
    flex: 0 0 auto;
    width: 78.33333333%;
  }
  /* Sepet */
  .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1366px) and (min-width: 1200px) {
  .open-class .container {
    padding-left: 85px;
  }
}

@media (max-width: 1440px) {
  .site-header--sticky:not(.mobile-sticky-enable).reveal-header {
    margin: 0 50px;
  }
  .home--content .home--content--inner .intro .hero--wrapper .absolute--item_img::after {
    width: 100%;
    background: linear-gradient(89deg, var(--herobg) 1%, var(--herobg) 0, transparent 135%);
  }
}

@media (max-width: 1350px) {
  .home--content .home--content--inner .section--1 .section--wrapper .flex--box {
    flex-wrap: wrap;
  }
  .home--content .home--content--inner .section--1 .section--wrapper .flex--box .first {
    flex: 0 0 auto;
    width: 50%;
    order: 1;
  }
  .home--content .home--content--inner .section--1 .section--wrapper .flex--box .second {
    flex: 0 0 auto;
    width: 100% !important;
    order: 3;
  }
  .home--content .home--content--inner .section--1 .section--wrapper .flex--box .third {
    flex: 0 0 auto;
    width: 50%;
    order: 2;
  }
  .home--content .home--content--inner .section--1 .section--wrapper .flex--box {
    flex-direction: unset;
    display: flex;
  }
  .home--content .home--content--inner .section--1 .section--wrapper .flex--box .ml-4 {
    width: 100%;
  }
  .home--content .home--content--inner .intro .ml-4 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .content--navbar .btnhamburger,
  .max999,
  .min1200,
  .mobilhide {
    display: none;
  }
  .content--navbar {
    transition: 0.2s ease-in;
  }
}

@media (max-width: 1200px) {
  .content--navbar .content--right ul li.lang {
    display: block;
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
  }
  .home--content .home--content--inner .intro {
    margin-top: 30px;
  }
  .sidebar ul li:not(.max999) {
    display: none;
  }
  .msin1200 {
    display: none;
  }
  .logo_name img {
    width: 100%;
    max-height: 40px;
    height: 100%;
  }
  .sidebar .btnhamburger {
    opacity: 1;
  }
  .sidebar .mobilhide {
    top: 9px !important;
    left: 90% !important;
  }
  .ri-contract-right-line.btnhamburger {
    display: none;
    right: -20px;
  }
  .sidebar {
    left: -70px;
  }
  .sidebar.active {
    left: 0;
    overflow-x: scroll;
    width: fit-content;
  }
  .home--content .home--content--inner .section--1 .section--wrapper .ml-4 .offer {
    padding: 30px 0 30px 30px;
  }
  .home--content
    .home--content--inner
    .section--1
    .section--wrapper
    .ml-4
    .offer
    .item--inner
    .image {
    margin-left: 30px;
  }
  .home--content
    .home--content--inner
    .section--1
    .section--wrapper
    .ml-4
    .offer
    .item--inner
    .image
    img {
    height: auto;
    max-height: 300px;
  }
  .home--content .home--content--inner .hr_inner {
    flex: 0 0 auto;
    width: 100%;
  }
  .home--content .home--content--inner .intro .ml-4 {
    margin-top: 30px;
  }
  .content--navbar .content--right ul li.icons {
    border-left: none;
  }
  .sidebar ul li a.main.active::after,
  .sidebar ul li a.main::before {
    content: none;
  }
  .sidebar.active #btn {
    transform: translateX(-50%) rotate(180deg);
  }
  .min998 {
    display: none;
  }
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .multisteps-form__progress {
    margin-bottom: 30px;
  }
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .sl--section {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .section--8 {
    padding-bottom: 10px;
  }
  .section--8 .section--area .support--item {
    width: 50%;
    margin-bottom: 20px;
  }
  .content--navbar {
    padding: 13px 0;
  }
  .content--navbar .btnhamburger {
    margin-right: 15px;
    color: var(--main_text);
    font-size: 22px;
  }
}

@media (max-width: 1140px) {
  .home--content .home--content--inner .intro .ml-4 .absolute--item {
    margin-top: 35px;
  }
  .home--content .home--content--inner .intro .hero--wrapper .hero--container .col-xl-8 {
    flex: 0 0 auto;
    width: 60%;
  }
}

@media (max-width: 1040px) {
  .section--4 .section--wrapper .section--row .content .right::before {
    content: none;
  }
  .section--4.category .section--wrapper .section--row .content .mobile--top {
    display: none;
  }
  .section--4.category .section--wrapper .section--row .content .right {
    padding: 15px;
    justify-content: flex-end;
  }
  .section--4.category .section--wrapper .section--row .content .right .right--text {
    margin-top: 0;
  }
  .section--4 .section--wrapper .section--row .content .right .right--text {
    margin-top: 25px;
  }
  .section--4 .section--wrapper .section--row .content .right .right--images ul {
    justify-content: center;
    margin: 0 auto;
  }
  .section--4 .section--wrapper .section--row .content .right .icon {
    display: none;
  }
  .section--4 .section--wrapper .section--row .content .mobile--top {
    display: block;
    margin-bottom: 25px;
  }
  .section--4 .section--wrapper .section--row .content .right {
    padding: 0;
    margin-left: 0;
    justify-content: center;
  }
  .section--4 .section--wrapper .section--row .content .right::after {
    content: none;
  }
  .section--4.category .section--wrapper .section--row .content .right .right--images ul {
    margin-left: auto !important;
    margin-right: 0;
  }
  .section--4.category .section--wrapper .section--row .content .right {
    margin-top: 30px;
  }
  .section--4.category .section--wrapper .section--row .content .right::after {
    content: '' !important;
  }
  .section--4.category .section--wrapper .section--row .content .right .icon {
    display: flex;
  }
  .section--4 .section--wrapper .section--row .content {
    flex-direction: column;
    text-align: center;
    padding: 40px 0;
  }
  .home--content .home--content--inner .section--1.section--2 .ml-4 .order {
    margin-top: 30px;
  }
  .home--content .home--content--inner .section--1 .section--wrapper .flex--box {
    flex-wrap: wrap;
  }
  .home--content .home--content--inner .section--1 .section--wrapper .flex--box .first {
    flex: 0 0 auto;
    width: 100%;
    order: 1;
  }
  .home--content .home--content--inner .section--1 .section--wrapper .flex--box .second {
    flex: 0 0 auto;
    width: 100% !important;
    order: 3;
  }
  .home--content .home--content--inner .section--1 .section--wrapper .flex--box .third {
    flex: 0 0 auto;
    width: 100%;
    order: 2;
    padding-left: 0;
  }
}

@media (min-width: 998px) {
  section#fixed-whatsapp .item .item-detail:hover {
    transition: 0.4s cubic-bezier(0, 0, 0.34, 0.81);
  }
  section#fixed-whatsapp .item .item-detail:hover span {
    position: relative;
    opacity: 1;
    visibility: visible;
    margin-left: 0;
    transition: 0.4s cubic-bezier(0, 0, 0.34, 0.81);
  }
}

@media (max-width: 998px) {
  /* Sepet */
  /* Sepet */
  .user--information {
    margin-top: 20px;
  }
  .user--information .col-lg-10 {
    width: 100%;
    max-width: 100%;
  }
  .full--item {
    margin-bottom: 20px;
  }
  .full--item,
  .user--information .user--wrapper .form--wrapper .right--header,
  .user--information .user--wrapper .form--wrapper .right--content {
    margin-left: 0;
  }
  .half .custom--wrapper {
    max-width: 50%;
  }
  .half .contents .d-flex {
    justify-content: center !important;
  }
  .half .contents .content {
    height: unset;
    padding: 50px 0;
    padding-bottom: 100px;
  }
  .half .contents .content .form--bottom {
    margin-top: 50px;
    position: relative;
    text-align: center;
  }
  .half .contents {
    margin-right: 0;
  }
  .half .bg {
    display: none;
  }
  .half .contents .col-md-7 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* Sepet */
  .user--information .user--wrapper .form--wrapper .menu--list,
  .user--information .user--wrapper .form--wrapper .user--profile {
    display: none;
  }
  /* Sepet */
  section#contact-form .contact-img iframe {
    max-height: 600px;
    margin-top: 30px;
  }
  section#contact-form .contact-img {
    text-align: center;
  }
  section#contact-form .contact-img img {
    max-width: 600px;
    max-height: 600px;
  }
  section#fixed-whatsapp {
    bottom: 30px;
  }
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .sl--section
    .discount {
    order: -1;
    margin-bottom: 30px;
    margin-top: 0;
  }
  #myModal2133 .modal-dialog .modal-content .modal-body .col-xl-4:not(:last-child) .modalitem {
    margin-bottom: 15px;
  }
  .home--content
    .home--content--inner
    .section--1
    .section--wrapper
    .ml-4
    .offer
    .item--inner
    .text
    h3 {
    font-size: 25px;
  }
  .home--content
    .home--content--inner
    .section--1
    .section--wrapper
    .ml-4
    .offer
    .item--inner
    .text
    p {
    font-size: 16px;
  }
  .error-page .content--wrapper {
    padding: 50px 0;
  }
  .sal-animate,
  .widget {
    text-align: center;
  }
  .sal-animate img {
    max-height: 300px;
  }
  .sidebar ul li {
    display: none;
  }
  .sidebar ul li.max999 {
    display: block;
  }
  .error-page .content {
    margin-top: 40px;
    text-align: center;
  }
  .error-page .content span {
    justify-content: center;
  }
  .home--content .home--content--inner .intro .hero--wrapper .absolute--item_img img,
  .home--content
    .home--content--inner
    .section--1
    .section--wrapper
    .ml-4
    .offer
    .item--inner
    .text {
    max-width: 100%;
  }
  .home--content .home--content--inner .section--1 .section--wrapper .ml-4 .offer {
    padding: 30px;
  }
  .custom-social-proof,
  .progress-wrap.active-progress {
    display: none !important;
  }
  section#contact-form .contact-img iframe,
  section#contact-form .contact-img img {
    max-height: 600px;
    margin-top: 30px;
  }
  .footer .top--info h3 {
    padding-right: 0 !important;
    margin-bottom: 20px;
  }
  .home--content .home--content--inner .section--1 .section--wrapper .flex--box {
    flex-direction: column;
    display: flex;
  }
  .home--content .home--content--inner .section--1 .section--wrapper .flex--box .first {
    margin-top: 35px;
  }
  .home--content .home--content--inner .section--1 .section--wrapper .flex--box .ml-4 {
    width: 100%;
  }
  .home--content .home--content--inner .section--1 .section--wrapper .flex--box .ml-4.mt--high {
    margin-left: 0;
  }
  .home--content .home--content--inner .intro .hero--wrapper .absolute--item_img::after {
    background: linear-gradient(90deg, var(--herobg) 24%, var(--herobg) 18%, transparent 201%);
  }
  .home--content .home--content--inner .intro .hero--wrapper .hero--container {
    padding: 20px;
  }
}

@media (max-width: 880px) {
  .footer--top .footer--top_inner .nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .footer--top .footer--top_inner .logo {
    display: none;
  }
  .footer--top .footer--top_inner .logo,
  .section--4 .coupon--area .coupon--inner .text .text--first {
    display: none;
  }
  .section--mn .section--area {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  /* Sepet */
  .user--information
    .user--wrapper
    .form--wrapper
    .right--content
    .product--content_list
    .product--item
    .mobile--item {
    display: none;
  }
  .user--information
    .user--wrapper
    .form--wrapper
    .right--content
    .product--content_list
    .product--item
    .product--mobile {
    width: 100%;
    display: block;
    position: relative;
  }
  .user--information
    .user--wrapper
    .form--wrapper
    .right--content
    .product--content_list
    .product--item
    .product--mobile
    .absolute--button {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
  }
  .user--information
    .user--wrapper
    .form--wrapper
    .right--content
    .product--content_list
    .product--item
    .product--mobile
    strong {
    color: var(--main_text);
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
  }
  .user--information
    .user--wrapper
    .form--wrapper
    .right--content
    .product--content_list
    .product--item
    .product--mobile
    button {
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: var(--main_text);
  }
  .user--information
    .user--wrapper
    .form--wrapper
    .right--content
    .product--content_list
    .product--item
    .product--mobile
    button
    i {
    font-size: 20px;
    font-weight: 400;
  }
  .user--information
    .user--wrapper
    .form--wrapper
    .right--content
    .product--content_list
    .product--item
    .product--mobile
    ul {
    margin-top: 20px;
  }
  .user--information
    .user--wrapper
    .form--wrapper
    .right--content
    .product--content_list
    .product--item
    .product--mobile
    ul
    li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
  }
  .user--information
    .user--wrapper
    .form--wrapper
    .right--content
    .product--content_list
    .product--item
    .product--mobile
    ul
    li
    strong {
    margin-bottom: 0;
  }
  .user--information
    .user--wrapper
    .form--wrapper
    .right--content
    .product--content_list
    .product--item
    .product--mobile
    ul
    li
    a {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    color: var(--textwhite);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    background: var(--mainbg);
    height: 40px;
    border-radius: 2px;
    width: 100%;
  }
  .user--information
    .user--wrapper
    .form--wrapper
    .right--content
    .product--content_list
    .product--item
    .product--mobile
    ul
    li
    a
    i {
    margin-left: 5px;
  }
  .user--information
    .user--wrapper
    .form--wrapper
    .right--content
    .product--content_list
    .product--item
    .product--mobile
    ul {
    display: none;
  }
  /* Sepet */
  .toolsContent .content .content--bottom .form--inner .bottom {
    flex-wrap: wrap;
  }
  .toolsContent .content .content--bottom .form--inner .bottom .form-group {
    max-width: 48% !important;
  }
  .toolsContent .content .content--bottom .form--inner .bottom .btn--action {
    max-width: 100%;
    margin-top: 20px;
  }
  .toolsContent .content .content--bottom .form--inner .bottom .form-group:not(:last-child) {
    margin-right: 0;
  }
  .home--content .home--content--inner .section--1 .section--wrapper .ml-4 .offer .item--inner {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .home--content
    .home--content--inner
    .section--1
    .section--wrapper
    .ml-4
    .offer
    .item--inner
    .image {
    margin-left: 0;
    margin-bottom: 15px;
  }
  .home--content
    .home--content--inner
    .section--1
    .section--wrapper
    .ml-4
    .offer
    .item--inner
    .image
    img {
    max-height: 200px;
    width: 100%;
  }
}

@media (max-width: 790px) {
  .home--content .home--content--inner .intro .hero--wrapper .hero--container .info {
    flex: 0 0 auto;
    width: 100%;
  }
  .home--content .home--content--inner .intro .hero--wrapper {
    position: relative;
  }
  .menu .logo-toggle {
    display: block;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .progress-wrap {
    height: 40px;
    width: 40px;
  }
  .logo-toggle .siderbarClose {
    color: var(--text-color);
    font-size: 24px;
    cursor: pointer;
  }
  .progress-wrap {
    right: 20px;
    bottom: 75px;
  }
  .progress-wrap::after,
  .progress-wrap::before {
    line-height: 40px;
    height: 40px;
    width: 40px;
  }
}

@media (min-width: 769px) {
  .button-row {
    padding-right: 30px;
  }
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .multisteps-form__form
    .multisteps-form__panel
    .multisteps-form__content
    .right--text.min {
    display: none;
  }
  .footer--mobile {
    display: none;
  }
  .mobileArea {
    display: none;
  }
  #submitButtonLi,
  .min576 {
    display: none !important;
  }
  .footer-device-mobile .mobile-bottom-nav {
    display: none;
  }
  .home--content
    .home--content--inner
    .section--1
    .section--wrapper
    .item--container
    .table--area
    .table
    tbody
    tr:hover
    td
    a.buying:after {
    background: var(--mainbg);
  }
  .home--content
    .home--content--inner
    .section--1
    .section--wrapper
    .item--container
    .table--area
    .table
    tbody
    tr:hover
    td:last-child
    a.buying {
    color: var(--textwhite);
    transition: 0.3s ease-in-out;
  }
  #min768 {
    display: none;
  }
}

@media (max-width: 769px) {
  .content--navbar .content--right ul li.icons #dropdown {
    margin-right: 0;
  }
  .content--navbar .content--right ul li.lang {
    display: block;
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
    padding-right: 0 !important;
    margin-right: 0;
  }
  .content--navbar .content--right ul li.lang a .border::after {
    height: 48px;
  }
  .content--navbar .content--right ul li.lang a {
    line-height: 47px;
  }
  /* Sepet */
  .site-header-account {
    display: none;
  }
  .max999 .site-header-account {
    display: block;
    margin: 0 12px;
  }
  .max999.log::before {
    content: none;
  }
  .max999 .site-header-accountt .dropdown-menuu {
    left: 0 !important;
    display: none;
  }
  .max999 .site-header-account {
    display: none;
  }
  .sidebar.active .max999 .site-header-account {
    display: block;
  }
  .site-header-accountt .account--box {
    min-width: unset;
    width: 100%;
  }
  .user--information .user--wrapper .form--wrapper .right--header .balance {
    margin-left: 20px;
    position: relative;
    min-width: unset;
  }
  .user--information .user--wrapper .form--wrapper .right--header .balance .right a span {
    display: none;
  }
  .user--information .user--wrapper .form--wrapper .right--header .balance .right a {
    background: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .user--information .user--wrapper .form--wrapper .right--header .balance .right a::after {
    background: transparent;
  }
  .half .custom--wrapper {
    max-width: 100%;
  }
  /* Sepet */
  section#fixed-whatsapp {
    bottom: 80px;
    right: unset;
    left: 15px;
  }
  .section--mn .section--area .section--item .item .contents i {
    margin-bottom: 10px;
  }
  .section--mn .section--area .section--item .item .contents .d-flex {
    flex-direction: column-reverse;
    align-items: center;
  }
  .home--content
    .home--content--inner
    .section--1
    .section--wrapper
    .item--container
    .loadmore::after {
    background: var(--whitebg);
  }
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .sl--section
    .form-group::after {
    opacity: 0.3;
  }
  .content--navbar .content--left a {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
  }
  .content--navbar .content--left a.langactive {
    position: relative;
    left: 0;
    transform: unset;
  }
  .payment--select .payment--list {
    justify-content: center;
  }
  .payment--select .payment--list .form-check {
    flex: 1 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
    margin-bottom: 15px;
    max-width: 242px;
  }
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .sl--section
    .form-group::after {
    background: transparent;
  }
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .sl--section
    .form-group
    input {
    border-style: dashed;
  }
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .sl--section
    .form-group {
    margin: 0;
  }
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .sl--section
    .discount {
    padding: 0;
    background: transparent;
    margin-bottom: 15px;
  }
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .sl--section
    .discount
    .text--coupon {
    display: none;
  }
  .min768none {
    display: none;
  }
  .button-row {
    justify-content: center;
    margin-left: 0;
  }
  .step--area.first {
    margin-top: -170px;
  }
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .multisteps-form__form
    .multisteps-form__panel
    .multisteps-form__content.custom
    .inner--box {
    margin: 0 20px;
  }
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .multisteps-form__form
    .multisteps-form__panel
    .multisteps-form__content
    .right--area {
    margin: 0 20px 0 20px;
  }
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .multisteps-form__form
    .multisteps-form__panel
    .multisteps-form__content.custom
    .form--inner {
    padding-bottom: 15px;
  }
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .multisteps-form__form
    .multisteps-form__panel
    .multisteps-form__content.custom
    span {
    justify-content: center;
    margin-bottom: 0;
    border-bottom: 0;
  }
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .multisteps-form__form
    .multisteps-form__panel
    .multisteps-form__content.custom.sec {
    padding-bottom: 0;
  }
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .multisteps-form__form
    .multisteps-form__panel
    .multisteps-form__content {
    padding-bottom: 30px;
  }
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .multisteps-form__form
    .multisteps-form__panel
    .multisteps-form__content
    .right--area {
    flex-wrap: wrap;
    justify-content: center;
  }
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .multisteps-form__form
    .multisteps-form__panel
    .multisteps-form__content
    .right--area
    .price--info {
    margin-left: 0;
  }
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .multisteps-form__form
    .multisteps-form__panel
    .multisteps-form__content
    .right--area
    .form-group {
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
  .step--area_top .info--box .content {
    padding: 40px 0 212px 0;
  }
  .step--area_top .info--box .content .right {
    padding: 0;
    min-width: unset;
  }
  .step--area_top .info--box .content .right::before,
  .step--area_top .info--box .content .right::after {
    content: none;
  }
  .step--area_top .info--box .content .right .right--text {
    display: none;
  }
  .section--6 .section--wrapper .section--row .content--area .scroll-lt .content--inner {
    font-size: 16px;
  }
  .section--6 .section--wrapper .section--row .content--area .scroll-lt,
  .section--disc .section--wrapper .section--row .content--area .scroll-lt {
    padding-right: 16px;
  }
  .section--6 .section--wrapper .section--row .content--area .scroll-lt .content--inner h1,
  .section--6 .section--wrapper .section--row .content--area .scroll-lt .content--inner h2,
  .section--6 .section--wrapper .section--row .content--area .scroll-lt .content--inner h3,
  .section--6 .section--wrapper .section--row .content--area .scroll-lt .content--inner h4,
  .section--6 .section--wrapper .section--row .content--area .scroll-lt .content--inner h5,
  .section--6 .section--wrapper .section--row .content--area .scroll-lt .content--inner h6 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .section--6 .section--wrapper .section--row .content--area,
  .section--disc .section--wrapper .section--row .content--area {
    padding-right: 0;
  }
  .section--4 .section--wrapper .section--row .content .right {
    min-width: unset;
  }
  .footer {
    padding: 100px 0 51px 0;
  }
  .footer .col-lg-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    flex: 0 0 auto;
    width: 50%;
  }
  .footer .col-lg-3 .content {
    min-width: 170px;
  }
  .footer .footer--body {
    border-bottom: 1px solid var(--line);
    padding-bottom: 10px;
  }
  .footer--mobile {
    background: var(--mainbg);
    margin-bottom: 59px;
  }
  .footer--mobile .footer--mobile_inner .content {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer--mobile .footer--mobile_inner .content .social {
    border-left: 3px solid var(--whitebg);
    height: 70px;
    display: flex;
    align-items: center;
    padding-left: 30px;
    margin-left: 30px;
  }
  .footer--mobile .footer--mobile_inner .content .social ul {
    display: flex;
    align-items: center;
  }
  .footer--mobile .footer--mobile_inner .content .social ul li:not(:last-child) {
    margin-right: 20px;
  }
  .footer--mobile .footer--mobile_inner .content .social ul li a {
    font-size: 20px;
    color: var(--textwhite);
  }
  .footer--bottom {
    border-top: none;
  }
  .footer--bottom .footer--inner {
    flex-direction: column;
    padding: 30px 0;
  }
  .footer--bottom .footer--inner .social {
    display: none;
  }
  .footer--bottom .footer--inner .mbnone {
    margin-bottom: 20px;
  }
  .footer--bottom .footer--inner img {
    max-height: 19px;
  }
  footer {
    padding-bottom: 0 !important;
  }
  .footer .footer--top {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .home--content .home--content--inner .intro .ml-4 .absolute--item,
  .blog--area--list .title .left {
    margin-top: 30px;
  }
  .home--content .home--content--inner .section--1.pb-0.mb-3 {
    margin-top: 25px;
    margin-bottom: 0 !important;
  }
  .home--content .home--content--inner .section--1.section--2 .section--wrapper .item--wrapper,
  .home--content .home--content--inner .section--3 .section--wrapper .title,
  .toolsContent.mrgnb,
  .home--content .home--content--inner .section--1 .title,
  .toolsContent .content .content--inner .multisteps-form .category-container .head.second,
  .section--1.section--2.pb-0.col-12,
  .blog--area--list .title .left {
    margin-bottom: 30px !important;
  }
  .home--content .home--content--inner .section--1 .section--wrapper .item--container .table--area {
    margin-bottom: 0 !important;
  }
  .home--content .home--content--inner .section--1 .section--wrapper .ml-4 .offer {
    margin-bottom: 30px;
  }
  .section--6.home {
    margin-top: 0;
  }
  .bgsoft {
    padding: 30px 0 10px 0 !important;
    margin-bottom: 30px;
  }
  .section--mn {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .allprod {
    padding: 30px 0 1px 0px !important;
    margin-bottom: 30px;
  }
  .section--6 .section--wrapper .section--row .content--area,
  .section--disc .section--wrapper .section--row .content--area {
    padding-right: 0;
  }
  .ml-4 .splide__track {
    max-height: unset;
  }
  #min768 {
    display: block;
  }
  #max768 {
    display: none;
  }
  .section--7 .section--wrapper .section--row .content {
    margin-bottom: 10px;
  }
  #myModal2133 .modal-dialog .modal-content .modal-body .col-xl-4:not(:last-child) .modalitem,
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .info--box,
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .multisteps-form__form,
  .sipDurum .head,
  .toolsHeader.bottom,
  section#bank .bank-item {
    margin-bottom: 15px;
  }
  #myModal2133 .modal-dialog .modal-content .modal-body #message .icon,
  .content--navbar .content--left span,
  .content--navbar .content--right ul li a span,
  .content--navbar .content--right ul li.icons .search_btn,
  .content--navbar .content--right ul li.icons form,
  .home--content
    .home--content--inner
    .section--1
    .section--wrapper
    .item--container
    .table--area
    .loadmore::before,
  .home--content
    .home--content--inner
    .section--1
    .section--wrapper
    .item--container
    .table--area
    .table
    thead,
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .multisteps-form__progress,
  .toolsHeader .section--wrapper .section--row .flex--box .image img,
  section#contact-boxes .row .box-detail span.arr,
  section#contact-form .contact-img {
    display: none;
  }
  .social-white,
  section#contact-bottom .bottom-boxes .boxes-item,
  section#contact-form,
  section#contact-form .form .form-bottom .tp-contact-input {
    margin-bottom: 25px;
  }
  .blog--area--list .blog-all-items .blog-card .blog-image a img {
    height: auto;
  }
  section#contact-boxes {
    padding: 25px 0 0;
  }
  section#contact-form {
    margin-top: 25px;
  }
  section#contact-boxes .row .box-detail .bn-2 {
    width: 45px;
    height: 45px;
  }
  section#contact-boxes .row .box-detail {
    padding: 15px;
    text-align: center;
  }
  section#contact-boxes .row .box-detail .left-icon {
    justify-content: center !important;
  }
  #myModal2133 .modal-dialog .modal-content .modal-body #message .text p,
  section#alert .order_alert_container p {
    text-align: center;
  }
  .section--7 {
    margin-top: 10px;
  }
  .bank--info,
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .sl--section,
  section#payment-notif {
    margin-top: 15px;
  }
  section#alert .order_alert_container {
    padding: 20px;
  }
  section#bank {
    padding: 15px 0 0;
  }
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .multisteps-form__form
    .multisteps-form__panel
    .multisteps-form__content
    .form-group._yontem
    span {
    font-size: 16px;
  }
  .dropdown.open .menu form {
    display: block !important;
  }
  .min576 {
    margin-right: 6px;
  }
  .min576 i {
    margin-right: 0 !important;
    font-size: 24px !important;
  }
  .content--navbar .content--right ul li.icons button {
    font-size: 23px;
    color: var(--subtext);
    margin-left: 10px;
  }
  .home--content
    .home--content--inner
    .section--1
    .section--wrapper
    .ml-4
    .testimonial
    .comments--area
    .comment--item
    .content
    .head
    .start
    i {
    font-size: 14px;
  }
  .home--content
    .home--content--inner
    .section--1
    .section--wrapper
    .ml-4
    .testimonial
    .comments--area
    .comment--item
    .content
    .head
    .start
    i:not(:last-child) {
    margin-right: 0;
  }
  .home--content .home--content--inner .section--1 .section--wrapper .ml-4 .offer .item--inner {
    align-items: center;
  }
  .footer .widget.first p,
  .home--content .home--content--inner .intro .hero--wrapper .hero--container .info,
  .home--content .home--content--inner .intro .hero--wrapper .hero--container .info .hero--desc,
  .home--content .home--content--inner .intro .hero--wrapper .hero--container .info .title,
  .home--content
    .home--content--inner
    .section--1
    .section--wrapper
    .ml-4
    .offer
    .item--inner
    .text {
    text-align: center;
  }
  #modaleicerik {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home--content
    .home--content--inner
    .section--1
    .section--wrapper
    .item--container
    .table--area
    .table
    tbody
    tr {
    flex: 0 0 48%;
    width: 48%;
  }
  .footer .col-lg-3,
  .mtcust {
    margin-top: 20px;
  }
  .no-gutters {
    margin-right: -10px;
    margin-left: 0;
  }
  .no-gutters [class*='col-'] {
    padding-right: 10px;
    padding-left: 0;
  }
  .home--content .home--content--inner .intro .hero--wrapper .hero--container .info .hover a {
    width: max-content;
    margin: 0 auto !important;
  }
  .home--content .home--content--inner .intro .hero--wrapper .hero--container {
    margin: 0 auto;
  }
  .home--content .home--content--inner .intro .hero--wrapper .absolute--item_img {
    display: none;
    left: 0;
  }
  .home--content .home--content--inner .intro .hero--wrapper .absolute--item_img img {
    width: 100%;
    object-fit: none;
    max-height: 100%;
    object-position: right;
  }
  .announcement .announcement--area .text--area .text {
    justify-content: center;
    flex-wrap: wrap;
  }
  .announcement .announcement--area .text--area .text .position-relative {
    margin-top: 4px;
  }
  .section--6
    .section--wrapper
    .section--row
    .content--area
    .scroll-lt
    .content--inner
    p
    img.note-float-left,
  .section--disc .section--wrapper .section--row .content--area .content--inner .note-float-left {
    width: 50% !important;
  }
  #submitButtonLi .btncss.ml-auto {
    width: 100%;
  }
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .multisteps-form__form
    .multisteps-form__panel
    .multisteps-form__content
    .custombtn,
  .sipDurum .head .right {
    display: none !important;
  }
  .home--content
    .home--content--inner
    .section--1
    .section--wrapper
    .item--container
    .table--area
    .table
    tbody
    tr
    td:last-child:before {
    content: none;
  }
  #myModal2133 .modal-dialog .modal-content .modal-body #message .text .btn {
    flex-direction: column;
  }
  #myModal2133 .modal-dialog .modal-content .modal-body #message .text .btn a {
    margin-top: 15px;
    margin-left: 0;
  }
  .sipDurum .head {
    justify-content: flex-start !important;
    margin-top: 15px;
  }
  .sipDurum .head.min769 {
    background: 0 0;
    position: relative;
    z-index: 0;
    color: var(--mainbg) !important;
  }
  .sipDurum .head.min769 p {
    line-height: 24px;
  }
  .sipDurum .head.min769::after {
    background: var(--mainbg);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 2px;
    z-index: -1;
    opacity: 0.05;
  }
  .head.min769 strong {
    margin-right: 5px;
    color: var(--mainbg);
  }
  .blog--area--list .blog-all-items .blog-card .blog-content h3 a {
    font-size: 18px;
  }
  .blog--area--list .blog-all-items .blog-card .blog-content p {
    font-size: 15px;
  }
  .article--header .header--wrapper .header--content h1 {
    font-size: 30px;
    line-height: 44px;
  }
  .article--header {
    padding-top: 0;
  }
  .article--header .header--wrapper .header--content {
    margin-bottom: 30px;
  }
  .toolsHeader {
    overflow: hidden;
  }
  .toolsHeader .section--wrapper {
    padding: 20px 0;
  }
  .toolsHeader .section--wrapper .section--row .flex--box .text {
    margin-right: 0;
    text-align: center;
  }
  .toolsHeader .section--wrapper .section--row .flex--box .absolute--item {
    right: -20px;
    bottom: -20px;
  }
  .toolsHeader .section--wrapper .section--row .flex--box {
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .toolsHeader .section--wrapper .section--row .flex--box.nan {
    min-height: unset;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .addpage .text-wrapper .text-container {
    padding: 23px;
  }
  #blog-text .text-wrapper h1 {
    font-size: 25px;
  }
  #blog-text .text-wrapper h2 {
    font-size: 23px;
  }
  #blog-text .text-wrapper h3 {
    font-size: 21px;
  }
  .announcement .announcement--area .text--area {
    flex-wrap: wrap;
  }
  .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .social-white {
    justify-content: center;
  }
  .site-header--sticky:not(.mobile-sticky-enable).reveal-header {
    margin: 0 30px;
  }
  .home--content .home--content--inner {
    margin: 0 0 30px;
  }
  .home--content .home--content--inner .section--1 .section--wrapper .item--container .table--area {
    padding: 0 0 30px;
    padding-top: 0 !important;
    background: var(--sectionbg);
  }
  .home--content .home--content--inner .section--1 .section--wrapper .item--container .loadmore {
    margin: 0 auto;
    width: 100%;
  }
  .home--content
    .home--content--inner
    .section--1
    .section--wrapper
    .item--container
    .loadmore::before {
    left: -21px !important;
    width: 114% !important;
  }
  .table--area table td:first-child[data-label]::before {
    display: none;
  }
  .home--content
    .home--content--inner
    .section--1
    .section--wrapper
    .item--container
    .table--area
    .table
    tbody
    tr
    td
    a.protitle {
    font-size: 18px;
    font-weight: 600;
  }
  .home--content
    .home--content--inner
    .section--1
    .section--wrapper
    .item--container
    .table--area
    .table
    tbody
    tr
    td
    a.buying::after,
  .home--content
    .home--content--inner
    .section--1
    .section--wrapper
    .item--container
    .table--area
    .table
    tbody
    tr:nth-child(odd)
    a.buying::after {
    background: var(--mainbg);
    opacity: 1;
  }
  body.dark
    .home--content
    .home--content--inner
    .section--1
    .section--wrapper
    .item--container
    .table--area
    .table
    tbody
    tr:nth-child(odd)
    a.buying::after {
    background: var(--custom6);
    opacity: 1;
  }
  .home--content
    .home--content--inner
    .section--1
    .section--wrapper
    .item--container
    .table--area
    .table
    tbody
    tr
    td:last-child {
    border-bottom: 0;
  }
  .home--content
    .home--content--inner
    .section--1
    .section--wrapper
    .item--container
    .table--area
    .table
    tbody
    tr
    td
    a.buying {
    width: 100%;
    color: var(--textwhite);
    padding: 23px;
    font-size: 20px;
  }
  .home--content
    .home--content--inner
    .section--1
    .section--wrapper
    .item--container
    .table--area
    .table
    tbody
    tr
    td
    a.buying
    span {
    padding: 0;
    display: block;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
  }
  .home--content
    .home--content--inner
    .section--1
    .section--wrapper
    .item--container
    .table--area
    .table
    tbody
    tr
    td
    a.buying
    span
    i {
    margin-left: 8px;
  }
  .table--area table td[data-label]::before {
    content: attr(data-label);
    width: 55%;
    display: flex;
    align-items: center;
    font-weight: 600;
  }
  .table--area table td[data-label] {
    display: flex;
    justify-content: space-between;
  }
  .sidebar .mobilhide {
    position: absolute;
    color: var(--main_text);
    top: 13px;
    left: 50% !important;
    font-size: 22px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    transform: translateX(-50%);
    cursor: pointer;
  }
  .home--content,
  .sidebar.active {
    left: 0;
  }
  .sidebar.active .mobilhide {
    left: 90% !important;
  }
  .home--content
    .home--content--inner
    .section--1
    .section--wrapper
    .item--container
    .table--area
    .table
    tbody
    tr {
    background: var(--whitebg);
    border-radius: 0;
    margin-bottom: 25px;
    flex-direction: column;
  }
  .home--content
    .home--content--inner
    .section--1
    .section--wrapper
    .item--container
    .table--area
    .table
    tbody
    tr
    td:not(:first-child) {
    text-align: left;
  }
  .content--navbar .content--right ul li a i {
    display: inline-flex;
  }
  .sidebar.active ~ .home--content {
    z-index: -1;
    left: 0;
  }
}

@media (min-width: 700px) {
  .footer--top .footer--top_inner .absolutefooter {
    display: none;
  }
}

@media (max-width: 700px) {
  .footer--top .footer--top_inner .nav ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 33px;
  }
  .footer--top .footer--top_inner {
    position: relative;
    border-radius: 30px;
  }
  .footer--top .footer--top_inner .absolutefooter {
    position: absolute;
    right: 0;
  }
  .footer--top .footer--top_inner .nav {
    justify-content: flex-start;
  }
  .footer--top .footer--top_inner .nav ul {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 670px) {
  #myModal .modal-dialog .modal-content .modal-body .modal-img,
  .announcement .announcement--area .text--area i.sag {
    display: none;
  }
  .section--8 .section--area .support--item {
    width: 100%;
  }
  .footer .footer--top .nav ul {
    flex-direction: column;
  }
  .footer .footer--top .nav ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .home--content .home--content--inner .intro .hero--wrapper .hero--container .info .hover {
    display: flex;
    flex-direction: column;
  }
  .home--content .home--content--inner .intro .hero--wrapper .hero--container .info .hover a {
    justify-content: center;
    margin: 0;
  }
  .home--content
    .home--content--inner
    .intro
    .hero--wrapper
    .hero--container
    .info
    .hover
    a.bgtransparent {
    margin-left: 0;
    margin-top: 15px;
  }
  #myModal .modal-dialog {
    margin: 5.5rem 15px;
  }
}

@media (min-width: 576px) {
  .boxbtn {
    display: none;
  }
  .action--btn {
    display: none;
  }
}

@media (max-width: 576px) {
  /* Sepet */
  .user--information .user--wrapper .form--wrapper .right--content .user--infos button {
    font-size: 16px;
  }
  .user--information .user--wrapper .form--wrapper .right--content .content--header.ticket {
    flex-wrap: wrap;
  }
  .user--information .user--wrapper .form--wrapper .right--content .content--header.ticket .icon {
    flex: 0 0 10%;
    margin-right: 10px;
  }
  .user--information .user--wrapper .form--wrapper .right--content .content--header.ticket .text {
    flex: 0 0 75%;
  }
  .user--information .user--wrapper .form--wrapper .right--content .content--header.ticket h5 {
    width: 100%;
    margin-top: 20px;
  }
  .user--information .user--wrapper .form--wrapper .right--content .content--header.ticket .text {
  }
  .user--information .user--wrapper .form--wrapper .right--content #alert__top .alert__container {
    flex-direction: column;
  }
  .user--information
    .user--wrapper
    .form--wrapper
    .right--content
    #alert__top
    .alert__container
    .icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .user--information
    .user--wrapper
    .form--wrapper
    .right--content
    #alert__top
    .alert__container
    .text {
    text-align: center;
  }
  .user--information
    .user--wrapper
    .form--wrapper
    .right--content
    .user--infos.notice
    .item
    .item--body {
    padding: 20px;
    flex-direction: column;
  }
  .user--information
    .user--wrapper
    .form--wrapper
    .right--content
    .user--infos.notice
    .item
    .item--body
    .image {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .user--information
    .user--wrapper
    .form--wrapper
    .right--content
    .user--infos.notice
    .item
    .item--body
    .text {
    text-align: center;
  }
  .user--information .user--wrapper .form--wrapper .right--content {
    padding: 20px;
  }
  .user--information .user--wrapper .form--wrapper .right--header {
    padding: 20px;
  }
  .user--information .user--wrapper .form--wrapper .right--header .user--area .user--image {
    margin-right: 10px;
  }
  .user--information .user--wrapper .form--wrapper .right--header .user--area .user--image img {
    width: 50px;
    height: 50px;
    min-width: 50px;
    max-width: 50px;
  }
  /* Sepet */
  #myModal .modal-dialog .modal-content .modal-body .modal-info p {
    text-align: center;
  }
  .toolsContent .content .content--bottom .form--inner .bottom .form-group {
    max-width: 100% !important;
  }
  .toolsContent .content .content--bottom .form--inner .bottom .btn--action {
    max-width: 100%;
    margin-top: 0;
  }
  .toolsContent .content .content--bottom .form--inner .bottom .form-group:not(:last-child) {
    margin-bottom: 20px;
  }
  .toolsContent .content .content--bottom .form--inner .bottom .btn--action button {
    line-height: 55px;
  }
  .toolsContent .content .content--bottom {
    padding: 20px;
  }
  .payment--select .payment--list .form-check {
    flex: 1 1 calc(100% - 15px);
    max-width: calc(100% - 15px);
  }
  .payment--select .payment--list {
    margin-left: 10px;
    margin-right: 10px;
  }
  .alertmsg.odeme .dangerBtn {
    margin-top: 25px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .button-row button:first-child {
    margin-right: 15px;
  }
  .action--btn a {
    display: flex;
    position: relative;
    font-weight: 600;
    line-height: 20px;
    font-size: 17px;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin-bottom: 20px;
  }
  .action--btn a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 2px;
    opacity: 0.05;
  }
  .button-row button:first-child {
    margin-right: 15px;
  }
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .multisteps-form__form
    .multisteps-form__panel
    .multisteps-form__content.custom
    .form--inner {
    padding: 25px 0;
    padding-bottom: 10px;
  }
  .tools--category .category--inner .tools--inner .tools--footer .footer--right {
    display: none;
  }
  .section--4.category .section--wrapper .section--row.category .content {
    padding: 40px 0 40px 0;
  }
  .section--4.category .section--wrapper .section--row .content .icon {
    margin-bottom: 0;
  }
  .section--cco.category {
    margin-top: -71px;
  }
  .section--4.category .section--wrapper .section--row .content .right {
    padding: 10px 15px;
  }
  .section--4 .section--wrapper .section--row .content {
    padding: 35px 0;
  }
  .section--4 .section--wrapper .section--row .content .mobile--top {
    margin-bottom: 20px;
  }
  .section--4 .coupon--area .coupon--inner {
    padding: 20px;
  }
  .section--4 .coupon--area .coupon--inner .icon {
    display: none;
  }
  .section--4 .coupon--area .coupon--inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .section--4 .coupon--area .coupon--inner .text {
    margin-bottom: 10px;
  }
  .section--4 .section--wrapper .section--row .content .icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .footer--bottom .footer--inner img {
    max-width: 180px;
  }
  .footer--bottom .footer--inner {
    display: flex;
    flex-direction: column;
  }
  .footer--bottom .footer--inner h6 {
    margin-bottom: 10px;
  }
  .section--7 .section--wrapper .section--row .content {
    flex-direction: column !important;
    align-items: center !important;
    height: unset;
  }
  .section--7 .section--wrapper .section--row .content .icon {
    margin-right: 0 !important;
    margin-bottom: 8px !important;
    font-size: 30px !important;
    width: 50px;
    height: 50px;
  }
  .section--7 .section--wrapper .section--row .content .text {
    align-items: center;
    font-size: 14px;
  }
  .section--7 .section--wrapper .section--row .content .text h3 {
    font-size: 16px !important;
  }
  #myModal2133 .modal-dialog .modal-content .modal-body,
  #myModal2133 .modal-dialog .modal-content .modal-body #message,
  #myModal2133 .modal-dialog .modal-content .modal-body .body .content,
  #myModal2133 .modal-dialog .modal-content .modal-header,
  .home--content
    .home--content--inner
    .section--1
    .section--wrapper
    .item--container
    .table--area
    .table
    tbody
    tr
    td {
    padding: 15px;
  }
  .boxbtn,
  section#bank .bank-item .bank-container .bank-content p:not(:last-child) {
    margin-bottom: 15px;
  }
  .boxbtn,
  section#bank .bank-item .bank-container .bank-content {
    padding: 20px;
  }
  section#contact-boxes .row .col-6 {
    flex: 0 0 auto;
    width: 100%;
  }
  section#contact-boxes .row .col-6:not(:last-child) {
    margin-bottom: 25px;
  }
  #myModal2133 .modal-dialog .modal-content .modal-header h5 button {
    font-size: 14px;
    margin-left: 0 !important;
  }
  .toolsHeader .section--wrapper .section--row .flex--box .text h3 {
    font-size: 23px;
  }
  #myModal2133 #countdown,
  #myModal2133 .modal-dialog .modal-content .modal-body .text--info,
  .toolsHeader .section--wrapper .section--row .flex--box .text p,
  .toolsText .section--wrapper .section--row .content .toolsTitle,
  section#bank .bank-item .bank-container .bank-content .bank-name {
    font-size: 18px;
  }
  .toolsContent .content .content--inner .multisteps-form .category-container .head .right {
    display: none;
  }
  .boxbtn {
    display: flex;
    position: relative;
    font-weight: 600;
    line-height: 20px;
    font-size: 17px;
    width: 100%;
    color: var(--mainbg);
    align-items: center;
    justify-content: center;
  }
  .boxbtn i {
    font-size: 20px;
    margin-left: 10px;
  }
  .boxbtn::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 2px;
    opacity: 0.05;
  }
  .home--content
    .home--content--inner
    .section--1
    .section--wrapper
    .item--container
    .table--area
    .table
    tbody
    tr {
    flex: 0 0 100%;
    width: 100%;
  }
  #myModal2133 .modal-dialog .modal-content .modal-header h5,
  .btncss,
  .home--content
    .home--content--inner
    .section--1
    .section--wrapper
    .item--container
    .table--area
    .table
    tbody
    tr
    td
    a,
  .order--track .order--wrapper .order--area .item .icon,
  .order--track .order--wrapper .order--area .item span,
  .section--5 .section--wrapper .section--row .content .text p,
  .toolsText .section--wrapper .section--row .content .text,
  section#alert .order_alert_container p {
    font-size: 15px;
  }
  .table--area table td[data-label]::before {
    font-weight: 600;
    font-size: 15px;
  }
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .multisteps-form__form
    .multisteps-form__panel
    .multisteps-form__content
    .form-group
    span {
    width: 30px;
    height: 30px;
  }
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .multisteps-form__form
    .multisteps-form__panel
    .multisteps-form__content
    .form-group._yontem
    span,
  .toolsContent .content .content--inner .multisteps-form .category-container .head .left h1,
  .toolsContent .content .content--inner .multisteps-form .category-container .head .right a,
  .toolsSelect .section--wrapper .section--content .content .dropdown-menu .dropdown-item {
    font-size: 16px;
  }
  #myModal2133 .modal-dialog .modal-content .modal-body #message .text #copyButton {
    margin-right: 0;
  }
  #myModal2133 .modal-dialog .modal-content .modal-body #message .text .btn a {
    margin-top: 15px;
    margin-left: 0;
  }
  #myModal .modal-dialog .modal-content .modal-body .modal-info h6,
  #myModal .modal-dialog .modal-content .modal-body .modal-info p,
  #myModal2133 .modal-dialog .modal-content .modal-body #message .text #copyButton,
  #myModal2133 .modal-dialog .modal-content .modal-body #message .text .btn a,
  .home--content
    .home--content--inner
    .section--1
    .section--wrapper
    .ml-4
    .testimonial
    .comments--area
    .comment--item
    .content
    .body,
  .section--5 .section--wrapper .section--row .content .text p,
  .section--7 .section--wrapper .section--row .content .text {
    font-size: 14px;
  }
  .swal2-popup.swal2-toast.swal2-show {
    width: 100% !important;
  }
  #myModal2133 .modal-dialog .modal-content .modal-body .col-xl-4:not(:last-child) .modalitem {
    margin-bottom: 7.5px;
  }
  #myModal2133 .modal-dialog .modal-content .modal-body .body {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-top: 65px;
  }
  #myModal2133 .modal-dialog .modal-content .modal-header h5 img {
    margin-bottom: 5px;
  }
  .toolsContent .content .content--inner .multisteps-form .category-container .head .left .icon {
    margin-right: 10px;
    font-size: 22px;
    padding: 8px;
  }
  #myModal2133 .modal-dialog .modal-content .modal-body #message .text p,
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .multisteps-form__form
    .multisteps-form__panel
    .multisteps-form__content
    span,
  .section--5 .section--wrapper .section--row .content .head h2,
  .toolsContent .content .content--inner .multisteps-form .category-container .content h4,
  .toolsSelect .section--wrapper .section--content .content .dropdown-toggle {
    font-size: 17px;
  }
  .cookieConsentContainer {
    bottom: 65px;
  }
  .home--content
    .home--content--inner
    .section--1
    .section--wrapper
    .ml-4
    .testimonial
    .comments--area
    .comment--item
    .content
    .head,
  .home--content .home--content--inner .section--1 .title,
  section#bank .bank-item .bank-container .bank-content .topContent {
    flex-direction: column;
    align-items: flex-start;
  }
  .home--content .home--content--inner .section--1 .title.notflex {
    flex-direction: unset;
    align-items: center;
  }
  .home--content .home--content--inner .section--1.section--2 .title .right {
    width: 100%;
    justify-content: space-between;
    margin-top: 15px;
  }
  .home--content
    .home--content--inner
    .section--1.section--2
    .title
    .right
    .select_box
    div.dropdown-menu {
    left: 0 !important;
    right: unset;
    min-width: 280px;
  }
  .home--content
    .home--content--inner
    .section--1.section--2
    .title
    .right
    .select_box
    .dropdown-menu
    .dropdown-item
    span {
    white-space: normal !important;
  }
  .home--content .home--content--inner .intro .hero--wrapper .hero--container .info .title {
    font-size: 32px;
    line-height: 41px;
  }
  .home--content .home--content--inner .intro .hero--wrapper .hero--container .info .hero--desc {
    font-size: 16px;
    line-height: 26px;
  }
  #myModal2133 .modal-dialog .modal-content .modal-body .loadingtext {
    padding-top: 77px;
  }
  #myModal2133 .modal-dialog .modal-content .modal-body .text--info {
    margin-bottom: 0;
  }
  #myModal2133 .modal-dialog .modal-content .modal-body #message .text p small {
    font-size: 16p;
  }
  .error-page .content h1 {
    font-size: 30px;
  }
  .error-page .content a {
    font-size: 15px;
    padding: 12px 34px;
  }
  .section--7 .section--wrapper .section--row .content .icon {
    font-size: 48px;
  }
  .section--7 .section--wrapper .section--row .content .text h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .section--disc .section--wrapper .section--row .content--area .content--inner h2 {
    font-size: 22px;
    line-height: 27px;
  }
  .home--content
    .home--content--inner
    .section--1
    .section--wrapper
    .ml-4
    .testimonial
    .comments--area
    .comment--item
    .content
    .head
    .start {
    margin-top: 15px;
  }
  .home--content
    .home--content--inner
    .section--1
    .section--wrapper
    .ml-4
    .offer
    .item--inner
    .text
    h3 {
    font-size: 22px;
  }
  .home--content
    .home--content--inner
    .section--1
    .section--wrapper
    .ml-4
    .offer
    .item--inner
    .text
    p {
    font-size: 15px;
    margin: 20px 0;
  }
  section#bank .bank-item .bank-container .bank-content .topContent .topRight {
    width: 100%;
    margin-top: 10px;
  }
  section#bank .bank-item .bank-container .bank-content .topContent .topRight a {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 13px 20px;
  }
  section#bank .bank-item .bank-container .bank-content p {
    font-size: 15px;
    line-height: 20px;
  }
  .toolsHeader .absolute--item svg {
    opacity: 0.2;
  }
  #searchpopup .modal-body {
    min-width: 400px;
  }
  #myModal .modal-dialog .modal-content .modal-body .modal-info a {
    padding: 14px;
    font-size: 15px;
  }
  #myModal .modal-dialog .modal-content .modal-body .modal-info .text_one {
    font-size: 24px;
    text-align: center;
  }
  #myModal .modal-dialog .modal-content .modal-body .modal-info h6 {
    text-align: center;
  }
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .info--box,
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .multisteps-form__progress {
    padding: 18px;
  }
  .footer--bottom .footer--inner {
    display: flex;
    flex-direction: column;
  }
  .footer--bottom .footer--inner h6 {
    margin-bottom: 10px;
  }
  .content--navbar .content--right ul li:nth-child(3) {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
  }
  .home--content
    .home--content--inner
    .section--1
    .section--wrapper
    .item--container
    .table--area
    .table
    tbody
    tr
    td:last-child {
    border-bottom: 0;
  }
  .home--content
    .home--content--inner
    .section--1
    .section--wrapper
    .item--container
    .table--area
    .table
    tbody
    tr
    td
    a.buying {
    width: 100%;
    background: 0 0;
  }
  .home--content
    .home--content--inner
    .section--1
    .section--wrapper
    .item--container
    .table--area
    .table
    tbody
    tr
    td
    a.buying
    span {
    padding: 0;
    display: block;
    margin-right: 10px;
  }
  .home--content
    .home--content--inner
    .section--1
    .section--wrapper
    .item--container
    .table--area
    .table
    tbody
    tr
    td
    a.buying
    span
    i {
    margin-left: 8px;
  }
  .sidebar {
    width: 57px;
    padding: 6px 10px;
  }
  .sidebar ul li.active a::after {
    right: -11px;
  }
  .sidebar ul li i {
    min-width: 40px;
  }
}

@media (max-width: 530px) {
  .toolsContent .content .content--inner .multisteps-form .category-container .head {
    flex-direction: column;
    align-items: flex-start;
  }
  .toolsContent .content .content--inner .multisteps-form .category-container .head .right {
    width: 100%;
    margin-top: 20px;
  }
  .toolsContent .content .content--inner .multisteps-form .category-container .head .right a {
    width: 100%;
    justify-content: center;
  }
  .section--6
    .section--wrapper
    .section--row
    .content--area
    .scroll-lt
    .content--inner
    p
    img.note-float-left,
  .section--disc .section--wrapper .section--row .content--area .content--inner .note-float-left {
    float: none;
    margin-right: 0;
    width: 100% !important;
  }
  .section--disc .section--wrapper .section--row .content--area .content--inner .note-float-left {
    margin-right: 0;
  }
}

@media (max-width: 470px) {
  /* Sepet */
  .user--information .user--wrapper .form--wrapper .right--content .user--infos button {
    font-size: 16px;
  }
  .user--information .user--wrapper .form--wrapper .right--content .user--infos label.flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .user--information
    .user--wrapper
    .form--wrapper
    .right--content
    .user--infos
    .form-group
    .action--btn {
    margin-top: 10px;
  }
  .user--information .user--wrapper .form--wrapper .right--content .content--header .icon {
    padding: 10px;
    font-size: 20px;
    margin-right: 15px;
  }
  .user--information
    .user--wrapper
    .form--wrapper
    .right--content
    .user--infos
    .message__content
    .message__top {
    flex-direction: column;
    align-items: flex-start;
  }
  .user--information
    .user--wrapper
    .form--wrapper
    .right--content
    .user--infos
    .message__content
    .message__top
    h5 {
    margin-top: 5px;
  }
  .user--information .user--wrapper .form--wrapper .right--header {
    flex-direction: column;
    align-items: flex-start;
  }
  .user--information .user--wrapper .form--wrapper .right--header .balance {
    min-width: 100%;
    margin-left: 0;
  }
  .user--information .user--wrapper .form--wrapper .right--header .balance .right a span {
    display: inline-block;
  }
  .user--information .user--wrapper .form--wrapper .right--header .balance .right a {
    position: relative;
    padding: 13px 18px;
  }
  .user--information .user--wrapper .form--wrapper .right--header .balance .right a::after {
    background: var(--mainbg);
  }
  .user--information .user--wrapper .form--wrapper .right--header .user--area {
    margin-bottom: 15px;
  }
  /* Sepet */
  section#bank .bank-item .bank-container .bank-content button,
  section#bank .bank-item .bank-container .bank-content p b {
    margin-left: 0;
    margin-top: 5px;
  }
  .home--content
    .home--content--inner
    .section--1
    .section--wrapper
    .item--container
    .table--area
    .table
    tbody
    tr
    td
    a.protitle
    i {
    font-size: 20px;
  }
  .home--content .home--content--inner .section--1 .section--wrapper .item--container .loadmore {
    font-size: 15px;
  }
  .table--area table td[data-label]::before {
    width: 39%;
  }
  section#bank .bank-item .bank-container .bank-content p {
    flex-direction: column;
    align-items: flex-start;
  }
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .multisteps-form__form
    .multisteps-form__panel
    .multisteps-form__content
    .form-group
    button {
    position: relative;
    transform: unset;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    margin-top: 20px;
    width: 100%;
  }
  body.dark
    .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .multisteps-form__form
    .multisteps-form__panel
    .multisteps-form__content
    .form-group._yontem
    button {
    margin-top: 0;
  }
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .multisteps-form__form
    .multisteps-form__panel
    .multisteps-form__content
    .form-group
    span.topunset,
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .multisteps-form__form
    .multisteps-form__panel
    .multisteps-form__content.custom
    .form-group
    span {
    top: 50%;
  }
  .custombtn {
    flex-direction: column-reverse;
  }
  .custombtn button {
    width: 100%;
  }
  .custombtn button.js-btn-prev {
    margin-top: 15px;
  }
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .multisteps-form__progress
    .step:first-child {
    margin-right: 38px;
  }
}

@media (max-width: 440px) {
  .content--navbar .content--right ul li.lang {
    margin-right: 0 !important;
  }
  .section--mn .section--area {
    grid-template-columns: repeat(2, 1fr);
  }
  .home--content .home--content--inner .intro .ml-4 .absolute--item .dropdown:not(:last-child) {
    margin-bottom: 20px;
  }
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .sl--section
    span {
    padding: 0 15px 25px 15px;
  }
  .footer--mobile .footer--mobile_inner .content {
    flex-direction: column;
    padding: 13px 0;
  }
  .footer--mobile .footer--mobile_inner .content .logo {
    margin-bottom: 15px;
  }
  .footer--mobile .footer--mobile_inner .content .social {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
    height: unset;
  }
  .step--area_top .info--box .content .left .cat a {
    font-size: 16px;
  }
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .multisteps-form__form
    .multisteps-form__panel
    .multisteps-form__content.custom
    span {
    font-size: 18px;
  }
  .step--area_top .info--box .content .left .item--name {
    font-size: 19px;
    margin-top: 5px;
  }
  .button-row button:first-child {
    margin-right: 0;
  }
  .button-row {
    flex-direction: column-reverse;
    margin-right: 0;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 25px;
    padding-top: 25px;
  }
  .button-row button {
    max-width: 100%;
    margin: 0;
  }
  .button-row button:nth-child(2) {
    margin-bottom: 15px;
  }
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .multisteps-form__form
    .multisteps-form__panel
    .multisteps-form__content
    .inner--box.sec
    .form-group
    input {
    border-radius: 2px;
    border: 1px solid var(--line) !important;
  }
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .multisteps-form__form
    .multisteps-form__panel
    .multisteps-form__content.custom
    .inner--box {
    margin: 0 15px;
  }
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .multisteps-form__form
    .multisteps-form__panel
    .multisteps-form__content
    .right--area {
    margin: 0 15px 0 15px;
  }
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .sl--section
    .info--content
    ul
    li {
    padding: 0 15px 15px 15px;
  }
  .step--area_top .info--box .content {
    padding-top: 30px;
  }
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .multisteps-form__form
    .multisteps-form__panel
    .multisteps-form__content
    .right--area {
    margin: 0;
  }
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .multisteps-form__form
    .multisteps-form__panel
    .multisteps-form__content
    .right--area
    .right--inner
    .price--info,
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .multisteps-form__form
    .multisteps-form__panel
    .multisteps-form__content
    .right--area
    .continueBtn,
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .multisteps-form__form
    .multisteps-form__panel
    .multisteps-form__content
    .right--area
    .right--inner
    .continueBtn
    button {
    width: 100%;
    height: 60px;
  }
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .multisteps-form__form
    .multisteps-form__panel
    .multisteps-form__content
    .item--info {
    margin-bottom: 25px;
  }
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .multisteps-form__form
    .multisteps-form__panel
    .multisteps-form__content
    .form-group
    input {
    padding-left: 15px;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .multisteps-form__form
    .multisteps-form__panel
    .multisteps-form__content
    .right--area
    .form-group {
    margin-bottom: 15px;
  }
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .multisteps-form__form
    .multisteps-form__panel
    .multisteps-form__content
    span {
    padding: 25px 30px 10px 30px;
  }
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .multisteps-form__form
    .multisteps-form__panel
    .multisteps-form__content
    .right--area
    .right--inner {
    flex-direction: column;
    width: 100%;
    margin: 0 20px;
  }
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .multisteps-form__form
    .multisteps-form__panel
    .multisteps-form__content
    .right--area
    .continueBtn {
    margin-top: 15px;
  }
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .multisteps-form__form
    .multisteps-form__panel
    .multisteps-form__content
    .right--area
    .continueBtn
    button {
    width: 100%;
    height: 60px;
  }
  .step--area_top .info--box .content {
    padding-top: 30px;
  }
  .section--4 .section--wrapper .section--row .content .text h1 {
    font-size: 23px;
    margin-bottom: 12px;
  }
  .section--4 .section--wrapper .section--row .content .text p {
    font-size: 16px;
    line-height: 20px;
  }
  .footer .col-lg-3 {
    flex: 0 0 auto;
    width: 100%;
  }
  .section--4 .section--wrapper .section--row .content .right .right--text {
    margin-top: 20px;
  }
  .section--4 .coupon--area .coupon--inner .text .text--main {
    font-size: 16px;
    text-align: center;
  }
  .footer .col-lg-3 {
    flex: 0 0 auto;
    width: 100%;
  }
  .footer .col-lg-3 .content {
    text-align: center;
  }
  .min576 i,
  .content--navbar .content--right ul li.icons button#button {
    font-size: 22px !important;
  }
  .announcement .announcement--area .text--area .text .mobile-none,
  .announcement .announcement--area .text--area .text .position-relative,
  .home--content
    .home--content--inner
    .step--area
    .content
    .content--inner
    .multisteps-form
    .multisteps-form__form
    .multisteps-form__panel
    .multisteps-form__content
    p
    i,
  .toolsSelect .section--wrapper .section--content .content .icon {
    display: none;
  }
  .home--content .home--content--inner .intro .hero--wrapper .hero--container .info .hover a,
  .section--mn .section--area .section--item .item .contents .subtitle {
    font-size: 15px;
  }
  .announcement .announcement--area .text--area .text .mobile-hide {
    display: block;
  }
  .announcement .announcement--area .text--area .text b {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
  }
  .announcement .announcement--area .text--area .text b::after {
    content: '';
    position: absolute;
    top: 61%;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: var(--textwhite);
    transform: skewY(-3deg);
  }
  #submitButtonLi .btnarea {
    flex-direction: column-reverse;
  }
  .home--content .home--content--inner .intro .hero--wrapper .hero--container .info .hero--desc {
    font-size: 17px;
    line-height: 24px;
  }
  .home--content .home--content--inner .intro .hero--wrapper .hero--container .info .title {
    font-size: 38px;
    line-height: 41px;
  }
  .section--mn .section--area .section--item .item .contents .d-flex {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }
  .section--mn .section--area .section--item .item .contents .title {
    font-size: 13px;
  }
  .section--mn .section--area .section--item .item .contents .d-flex i {
    margin-bottom: 10px;
  }
  .toolsSelect .section--wrapper .section--content .content .dropdown-toggle {
    padding: 31px 25px;
  }
  .home--content
    .home--content--inner
    .section--1
    .section--wrapper
    .ml-4
    .offer
    .item--inner
    .text
    h3 {
    font-size: 20px;
    line-height: 32px;
  }
  #searchpopup .modal-body {
    min-width: 300px;
  }
  .slick-slide.slick-active.slick-current .thumbnail-image {
    max-width: unset !important;
    height: 135px;
  }
  .thumbnail-image {
    margin-top: 0;
  }
  .slick-slide {
    margin: 0 15px;
  }
  .slick-list {
    margin: 0 -15px;
  }
  .slick-initialized .slick-slide {
    opacity: 1;
  }
  .home--content
    .home--content--inner
    .section--1
    .section--wrapper
    .ml-4
    .offer
    .item--inner
    .image {
    min-width: unset;
  }
  .home--content
    .home--content--inner
    .section--1
    .section--wrapper
    .ml-4
    .offer
    .item--inner
    .image
    img {
    height: auto;
  }
  .content--navbar .content--right ul li:not(:last-child) {
    margin-right: 8px;
    padding-right: 8px;
  }
  .content--navbar .content--right ul li:nth-child(3) {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
  }
  .site-header-accountt .dropdown-menuu {
    left: -50%;
    min-width: 220px;
  }
  .home--content {
    left: 0;
  }
  .home--content .home--content--inner .intro .hero--wrapper .absolute--item_img img {
    height: 100%;
  }
}

@media (max-width: 400px) {
  .step--area_top .info--box .content {
    padding-top: 20px;
  }
  .step--area_top .info--box .content .left {
    text-align: center;
  }
  .step--area_top .info--box .content {
    flex-direction: column-reverse;
  }
  .step--area_top .info--box .content .right,
  .step--area_top .info--box .content .right .icon {
    margin-left: 0;
  }
  .step--area_top .info--box .content .right {
    margin-bottom: 20px;
  }
  .section--4.category .section--wrapper .section--row .content .mobile--top {
    display: block !important;
  }
  .section--4.category .section--wrapper .section--row .content .right .icon {
    display: none;
  }
  .section--4.category .section--wrapper .section--row .content .right {
    padding: 0;
  }
  .section--4.category .section--wrapper .section--row .content .right .right--images ul {
    margin: 0 auto !important;
  }
  .section--4.category .section--wrapper .section--row .content .right::after {
    content: none !important;
  }
  .section--4 .section--wrapper .section--row .content .text p {
    font-size: 14px;
  }
  .toolsContent
    .content
    .content--inner
    .multisteps-form
    .category-container
    .content
    .content--inner
    a
    .text
    h3,
  .toolsHeader .section--wrapper .section--row .flex--box .text p {
    font-size: 16px;
  }
  .dropdown .menu {
    min-width: 300px;
  }
  .home--content
    .home--content--inner
    .section--1
    .section--wrapper
    .ml-4
    .offer
    .item--inner
    .text
    p {
    font-size: 14px;
  }
  .section--5 .section--wrapper .section--row .content .head {
    margin-bottom: 15px;
    padding-bottom: 20px;
  }
  .section--5 .section--wrapper .section--row .content {
    padding: 20px;
  }
  .section--5 .section--wrapper .section--row .content .head .icon {
    width: 35px;
    min-width: 35px;
    max-width: 35px;
    height: 35px;
    margin-right: 13px;
  }
  .section--5 .section--wrapper .section--row .content .head i.ml-auto {
    display: none;
  }
  .home--content .home--content--inner .intro .ml-4 .absolute--item {
    padding: 15px;
  }
  #myModal2133 .modal-dialog .modal-content .modal-body .modalitem {
    font-size: 15px;
    padding: 10px;
  }
  #myModal2133 .modal-dialog .modal-content .modal-body .modalitem i {
    font-size: 19px;
  }
  section#bank .bank-item .bank-container .bank-content button {
    margin-top: 4px;
  }
  .announcement .announcement--area {
    margin: 0 40px 0 17px;
  }
  .announcement .announcement--area .text--area {
    text-align: left;
    justify-content: flex-start;
  }
  .announcement .announcement--area .text--area .position-relative button {
    margin-left: 0;
  }
  .announcement .announcement--area .text--area p {
    max-width: 270px;
  }
  .home--content .home--content--inner .section--1 .section--wrapper .item--container .loadmore {
    padding: 12.5px 22px;
  }
}

@media (max-width: 350px) {
  .button-row button {
    height: 50px;
  }
  .step--area_top .info--box .content {
    padding: 25px 0 198px 0;
  }
  .footer--mobile .footer--mobile_inner .content .social ul li:not(:last-child) {
    margin-right: 15px;
  }
  .home--content .home--content--inner .intro .hero--wrapper .hero--container .info .title {
    font-size: 33px;
    line-height: 37px;
  }
  .home--content .home--content--inner .intro .hero--wrapper .hero--container .info .hero--desc {
    font-size: 18px;
  }
  #searchpopup .modal-body {
    padding: 15px;
  }
  .announcement .announcement--area .text--area p {
    max-width: 225px;
  }
}

@media (max-width: 330px) {
  #myModal2133 .modal-dialog .modal-content .modal-body .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  #myModal2133 .modal-dialog .modal-content .modal-body .col-xl-4 .modalitem {
    text-align: center;
    line-height: 18px;
    margin-bottom: 0;
  }
  #myModal2133 .modal-dialog .modal-content .modal-body .modalitem i {
    display: none;
  }
  .no-gutterss {
    margin-right: -10px;
    margin-left: 0;
  }
  .no-gutterss [class*='col-'] {
    padding-right: 10px;
    padding-left: 0;
  }
  #myModal2133 .modal-dialog .modal-content .modal-body .col-xl-4:not(:last-child) .modalitem {
    margin-bottom: 3.5px !important;
  }
}
