.default-bg {
  background: #455ee0 !important;
}

.default-bg-hover:hover {
  background: #455ee0 !important;
}

.default-border {
  border-color: #455ee0 !important;
}

.default-color {
  color: #455ee0 !important;
}

.default-color-hover:hover {
  color: #455ee0 !important;
}

section.pagetext .box {
  box-shadow: -10px 10px 29px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  background-color: #ffffff;
  padding: 30px;
  padding-right: 15px;
}
section.pagetext .box .scrollt {
  max-height: 400px;
  overflow-y: scroll;
  padding-right: 20px;
}
section.pagetext .box .scrollt::-webkit-scrollbar {
  width: 5px;
  border-radius: 2px;
}
section.pagetext .box .scrollt::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: #e4ebf6;
}
section.pagetext .box .scrollt::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #bec7d6;
}
section.pagetext .box .scrollt::-webkit-scrollbar-thumb:hover {
  background: #bec7d6;
}
section.pagetext .box .scrollt > * {
  margin-bottom: 20px;
}
section.pagetext .box .scrollt > *:last-child {
  margin-bottom: 0;
}
section.pagetext .box .scrollt h1 {
  color: #1d3163;
  font-size: 26px;
  font-weight: 600;
}
section.pagetext .box .scrollt h2, section.pagetext .box .scrollt h3, section.pagetext .box .scrollt h4 {
  color: #1d3163;
  font-size: 22px;
  font-weight: 600;
}
section.pagetext .box .scrollt p, section.pagetext .box .scrollt li {
  color: #1d3163;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}
section.pagetext .box .scrollt p b, section.pagetext .box .scrollt p strong, section.pagetext .box .scrollt li b, section.pagetext .box .scrollt li strong {
  font-weight: 700;
}
section.pagetext .box .scrollt p a, section.pagetext .box .scrollt li a {
  color: #1d3163;
  font-weight: 700;
}
section.pagetext .box .scrollt a {
  color: #1d3163;
  font-weight: 700;
}
section.pagetext .box .scrollt .image-style-align-left {
  float: left;
  max-width: 25%;
  height: auto;
  padding-right: 30px;
}
section.pagetext .box .scrollt .image-style-align-left img {
  width: 100%;
  height: auto;
}
section.pagetext .box .scrollt .image-style-align-right {
  float: right;
  max-width: 25%;
  height: auto;
  padding-left: 30px;
}
section.pagetext .box .scrollt .image-style-align-right img {
  width: 100%;
  height: auto;
}
section.pagetext .box .scrollt ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  display: block;
  align-items: center;
}
section.pagetext .box .scrollt ul li:before {
  width: 7px;
  height: 7px;
  border: 4px solid rgba(24, 211, 166, 0.25);
  background-color: #18d3a6;
  position: absolute;
  content: "";
  border-radius: 100%;
  margin-left: -20px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 576px) {
  section.pagetext .box .scrollt h1 {
    font-size: 22px;
  }
  section.pagetext .box .scrollt .image-style-align-right {
    max-width: 50%;
    padding-left: 20px;
  }
  section.pagetext .box .scrollt .image-style-align-left {
    max-width: 50%;
    padding-right: 20px;
  }
}
section.comments {
  background-color: #ffffff;
  background-image: linear-gradient(to right, #e35930 0%, #eb862c 100%);
  padding-bottom: 20px;
}
section.comments.default-bg .top a.btn-allcomments {
  color: #455ee0;
}
section.comments.default-bg .top a.btn-allcomments:hover {
  background: rgb(90.8571428571, 112.9193548387, 227.6428571429) !important;
}
section.comments.default-bg ul.comments li .ctop .stars i.checked {
  color: #455ee0;
}
section.comments .top {
  padding-top: 48px;
  padding-bottom: 48px;
}
section.comments .top h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
  display: block;
}
section.comments .top .stars i {
  font-size: 34px;
  color: #fff;
}
section.comments .top p {
  padding-top: 14px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
}
section.comments .top a.btn-allcomments {
  border-radius: 2px;
  background-color: #ffffff;
  color: #f7b637;
  font-size: 18px;
  font-weight: 500;
  padding: 18px 26px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
section.comments .top a.btn-allcomments i {
  margin-right: 14px;
}
section.comments .top a.btn-allcomments:hover {
  background-color: #e35930;
  color: #fff;
}
section.comments ul.comments {
  max-height: 564px;
  overflow-y: scroll;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
  gap: 10px;
  padding: 0 16px 0 0;
}
section.comments ul.comments::-webkit-scrollbar {
  width: 4px;
  border-radius: 2px;
}
section.comments ul.comments::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: rgba(228, 235, 246, 0.3);
}
section.comments ul.comments::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #fff;
}
section.comments ul.comments::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
section.comments ul.comments li {
  padding: 30px;
  box-shadow: -30px 30px 133px rgba(49, 55, 79, 0.05);
  border-radius: 2px;
  background-color: #ffffff;
  width: calc(50% - 5px);
}
section.comments ul.comments li .ctop .name {
  color: #1d3163;
  font-size: 18px;
  font-weight: 600;
}
section.comments ul.comments li .ctop .job {
  color: #1d3163;
  font-size: 14px;
  font-weight: 400;
  margin-top: 6px;
  display: block;
}
section.comments ul.comments li .ctop .stars {
  font-size: 22px;
}
section.comments ul.comments li .ctop .stars i {
  color: #b1c3cc;
  cursor: pointer;
}
section.comments ul.comments li .ctop .stars i.checked {
  color: #f0933f;
}
section.comments ul.comments li .text {
  color: #1d3163;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

@media (max-width: 1400px) {
  section.comments .top a.btn-allcomments {
    font-size: 16px;
    padding: 14px 12px;
  }
  section.comments .top a.btn-allcomments i {
    margin-right: 12px;
  }
}
@media (max-width: 991px) {
  section.comments .top p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  section.comments .top .l {
    text-align: center;
    width: 100%;
  }
  section.comments .top a.btn-allcomments {
    display: none;
  }
  section.comments ul.comments li {
    width: 100%;
  }
}
@media (max-width: 576px) {
  section.comments .top {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  section.comments ul.comments li .ctop .stars {
    font-size: 16px;
  }
}
section.faq {
  background: url("../img/faq-bg.webp") top center no-repeat #e6f6ff;
  background-size: cover;
  padding-bottom: 50px;
  padding-top: 50px;
}
section.faq .head {
  margin-bottom: 50px;
}
section.faq .head .ftitle {
  color: #19203f;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 12px;
}
section.faq .head .fdesc {
  color: #7e88a2;
  font-size: 22px;
  font-weight: 400;
}
section.faq .head a.btn-allfaq {
  border-radius: 2px;
  background-color: #ffffff;
  color: #18d3a6;
  font-size: 18px;
  font-weight: 500;
  padding: 18px 26px;
  display: flex;
  align-items: center;
}
section.faq .head a.btn-allfaq i {
  margin-right: 24px;
}
section.faq .head a.btn-allfaq:hover {
  background-color: #18d3a6;
  color: #fff;
}
section.faq .accordion-item {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  background-color: #ffffff;
  margin-bottom: 10px;
  border: 0;
}
section.faq .accordion-item .accordion-button, section.faq .accordion-item .accordion-button:hover, section.faq .accordion-item .accordion-button:focus, section.faq .accordion-item .accordion-button:active {
  box-shadow: none !important;
  outline: 0 !important;
  color: #19203f;
  font-size: 18px;
  font-weight: 500;
}
section.faq .accordion-item .accordion-button:not(.collapsed) {
  color: #455ee0 !important;
  background-color: #ffffff;
}
section.faq .accordion-item .accordion-body {
  font-size: 16px;
  line-height: 1.4;
  color: #19203f;
  font-weight: 400;
}

@media (max-width: 1400px) {
  section.faq .head a.btn-allfaq {
    font-size: 16px;
    padding: 14px 12px;
  }
  section.faq .head a.btn-allfaq i {
    margin-right: 12px;
  }
}
@media (max-width: 768px) {
  section.faq .l {
    text-align: center;
    width: 100%;
  }
  section.faq .head a.btn-allfaq {
    display: none;
  }
}
@media (max-width: 576px) {
  section.faq .head .ftitle {
    font-size: 26px !important;
  }
  section.faq .head .fdesc {
    font-size: 18px !important;
  }
  section.faq .accordion-item .accordion-button, section.faq .accordion-item .accordion-button:hover, section.faq .accordion-item .accordion-button:focus, section.faq .accordion-item .accordion-button:active {
    font-size: 14px !important;
  }
}
@media (max-width: 439px) {
  section.faq .head .ftitle {
    font-size: 22px !important;
  }
  section.faq .head .fdesc {
    font-size: 16px !important;
  }
  section.faq .accordion-item .accordion-button, section.faq .accordion-item .accordion-button:hover, section.faq .accordion-item .accordion-button:focus, section.faq .accordion-item .accordion-button:active {
    font-size: 14px !important;
  }
}
section.info {
  background-color: #455ee0;
  padding-top: 16px;
  padding-bottom: 16px;
}
section.info span.icon {
  width: 68px;
  height: 68px;
  box-shadow: -9px 9px 27px rgba(0, 0, 0, 0.13);
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 26px;
  color: #fff;
  margin-right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.info span.number {
  color: #ffffff;
  font-size: 31px;
  font-weight: 600;
}
section.info span.text {
  margin-top: 4px;
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-weight: 400;
}

footer {
  background: #19203f;
  color: #a7afd0;
  border-bottom: 1px solid #272f4e;
}
footer .bg-dark {
  background: #131932 !important;
  padding-right: 30px;
  position: relative;
}
footer .bg-dark:before {
  width: 100vw;
  height: 100%;
  background: #131932;
  position: absolute;
  content: "";
  left: -100vw;
  top: 0;
}
footer .top {
  margin-bottom: 45px;
}
footer .top ul.social li a {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  margin-right: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .top ul.social li a:hover {
  background-color: #fff;
  color: #131932;
}
footer p {
  color: #a7afd0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}
footer p:not(:last-child) {
  margin-bottom: 20px;
}
footer ul.iconlist {
  margin-top: 50px;
}
footer ul.iconlist li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer ul.iconlist li .icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
footer ul.iconlist li .icon.green {
  background: #18d3a6;
}
footer ul.iconlist li .icon.blue {
  background: #455ee0;
}
footer ul.iconlist li .icon.lightblue {
  background: #3ba9da;
}
footer ul.iconlist li .btn-action {
  display: none;
  border-radius: 32px;
  color: #fff;
  padding: 9px 19px;
  font-size: 14px;
}
footer ul.iconlist li .btn-action.green {
  background: #18d3a6;
}
footer ul.iconlist li .btn-action.blue {
  background: #455ee0;
}
footer ul.iconlist li .btn-action.lightblue {
  background: #3ba9da;
}
footer ul.iconlist li span.title {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
footer ul.iconlist li a.value {
  display: block;
  margin-top: 6px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
}
footer ul.iconlist li:not(:last-child) {
  margin-bottom: 30px;
}
footer .menutitle {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
footer .menutitle i, footer .menutitle svg {
  font-size: 22px;
  color: #455ee0;
  margin-right: 13px;
}
footer ul.menu li {
  position: relative;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer ul.menu li > footer ul.menu li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  height: 2px;
  border-radius: 1px;
  background: #a7afd0;
}
footer ul.menu li > a {
  padding-left: 36px;
  color: #a7afd0;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.45;
  display: flex;
  align-items: center;
}
footer ul.menu li > a i {
  margin-left: 5px;
  color: #455ee0;
}
footer ul.menu li ul.submenu {
  display: none;
  border-radius: 2px;
  background-color: #ffffff;
  padding: 22px;
  position: absolute;
  top: -18px;
  left: 98%;
  width: 100%;
  z-index: 99;
  max-height: 300px;
  overflow-y: scroll;
  padding-right: 20px;
}
footer ul.menu li ul.submenu::-webkit-scrollbar {
  width: 5px;
  border-radius: 2px;
}
footer ul.menu li ul.submenu::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: #e4ebf6;
}
footer ul.menu li ul.submenu::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #bec7d6;
}
footer ul.menu li ul.submenu::-webkit-scrollbar-thumb:hover {
  background: #bec7d6;
}
footer ul.menu li ul.submenu li:not(:last-child) {
  margin-bottom: 14px;
}
footer ul.menu li ul.submenu li a {
  color: #19203f;
  font-size: 16px;
  font-weight: 500;
  padding-left: 0;
  line-height: 1.2;
}
footer ul.menu li ul.submenu li a:hover {
  color: #0a53be;
}
footer ul.menu li:hover {
  background: #fff;
  border-radius: 2px;
}
footer ul.menu li:hover ul.submenu {
  display: block;
}
footer ul.menu li:hover:before {
  background: #19203f;
}
footer ul.menu li:hover a {
  color: #19203f;
}

.copyright {
  background: #19203f;
}
.copyright .bg-dark {
  background: #131932 !important;
  padding-right: 30px;
  position: relative;
}
.copyright .bg-dark:before {
  width: 100vw;
  height: 100%;
  background: #131932;
  position: absolute;
  content: "";
  left: -100vw;
  top: 0;
}
.copyright p {
  color: #a7afd0;
  font-size: 14px;
  font-weight: 400;
}
.copyright p b {
  font-weight: bold;
}

nav.stickybar {
  box-shadow: 0 63px 133px rgba(40, 85, 172, 0.36);
  background-color: #ffffff;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2000;
  position: fixed;
  bottom: 0;
  left: 0;
}
nav.stickybar .dropdown-toggle::after {
  display: none;
}
nav.stickybar .dropdown-user .dropdown-menu {
  bottom: 25px !important;
  box-shadow: -3px 3px 32px rgba(31, 35, 43, 0.06);
  border-radius: 2px;
  background-color: #ffffff;
  border: 0;
  min-width: 324px;
  max-width: 100%;
  right: 10px;
  margin: 0;
  padding: 0;
  left: -12px !important;
}
nav.stickybar .dropdown-user .dropdown-menu .head {
  padding: 20px;
  border-bottom: 1px solid rgba(194, 208, 221, 0.5);
}
nav.stickybar .dropdown-user .dropdown-menu .head span.icon {
  background-color: rgba(24, 211, 166, 0.2);
  color: #18d3a6;
  width: 40px;
  height: 40px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 15px;
}
nav.stickybar .dropdown-user .dropdown-menu .head span.text {
  color: #9399b1;
  font-size: 16px;
  font-weight: 600;
}
nav.stickybar .dropdown-user .dropdown-menu .head .balance {
  color: #455ee0;
  font-size: 20px;
  font-weight: 600;
}
nav.stickybar .dropdown-user .dropdown-menu .head a.btn-addbalance {
  border-radius: 2px;
  background-color: #18d3a6;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 12px;
  width: 100%;
  margin-top: 20px;
}
nav.stickybar .dropdown-user .dropdown-menu .head a.btn-addbalance:hover {
  background-color: rgb(21.3957446809, 188.1042553191, 147.9872340426);
}
nav.stickybar .dropdown-user .dropdown-menu ul {
  margin: 0;
  padding: 0;
}
nav.stickybar .dropdown-user .dropdown-menu ul li {
  border-bottom: 1px solid rgba(194, 208, 221, 0.5);
}
nav.stickybar .dropdown-user .dropdown-menu ul li:last-child {
  border-bottom: 0;
}
nav.stickybar .dropdown-user .dropdown-menu ul li a {
  color: #9399b1;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: start;
}
nav.stickybar .dropdown-user .dropdown-menu ul li a i {
  margin-right: 15px;
}
nav.stickybar .dropdown-user .dropdown-menu ul li a.active {
  background: #fff;
  color: #455ee0;
}
nav.stickybar .dropdown-user .dropdown-menu ul li a.logout {
  color: #f72144;
}
nav.stickybar a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 12px 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: inset 0 3px transparent;
  box-shadow: inset 0 3px transparent;
  text-decoration: none !important;
  outline: none !important;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #19203f;
  font-size: 12px;
  font-weight: 600;
}
nav.stickybar a.active, nav.stickybar a.show {
  color: #455ee0;
}
nav.stickybar a.cart {
  background-color: #18d3a6;
  color: #fff;
  position: relative;
}
nav.stickybar a.cart:before {
  background-color: #18d3a6;
  position: absolute;
  top: -4px;
  width: 100%;
  height: 4px;
  border-radius: 2px 2px 0 0;
  content: "";
}
nav.stickybar a i, nav.stickybar a svg {
  line-height: 22px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2px;
  font-weight: normal;
}
nav.stickybar a i.number, nav.stickybar a svg.number {
  position: absolute;
  border-radius: 16px;
  background-color: #15b68f;
  color: #ffffff;
  font-size: 13px !important;
  padding: 0px 14px;
  top: -14px;
}

div#bildirim {
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  left: 20px;
  background: #455ee0;
  padding: 20px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  color: #fff;
  max-width: 410px;
  display: flex !important;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
  bottom: 0;
}
div#bildirim.show {
  bottom: 20px;
  visibility: visible;
  opacity: 1;
}
div#bildirim .si-sol {
  width: 70px;
  height: 70px;
  background: #fff;
  color: #455ee0;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin-right: 20px;
  min-width: 70px;
  min-height: 70px;
}
div#bildirim .si-sag {
  display: flex;
  flex-direction: column;
}
div#bildirim .si-sag b#FA_Title {
  font-size: 16px;
  font-weight: bold;
}
div#bildirim .si-sag span#FA_text {
  font-size: 14px;
  margin-top: 8px;
  font-weight: 500;
  line-height: 1.3;
}

.fixedSocial {
  position: fixed;
  top: 60%;
  left: 0;
  z-index: 9999999;
}
.fixedSocial a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  border-radius: 0 4px 4px 0;
  margin-bottom: 10px;
  transition: 0.3s all ease-in-out;
}
.fixedSocial a.whatsapp {
  background: #18d3a6;
}
.fixedSocial a.phone {
  background: #3ba9da;
}
.fixedSocial a.email {
  background: #455ee0;
}
.fixedSocial a .text {
  max-width: 0;
  transition: 0.3s all ease-in-out;
  overflow: hidden;
}
.fixedSocial a i {
  padding: 13px;
  color: #fff;
  font-size: 28px;
}
.fixedSocial a:hover {
  padding-left: 13px;
}
.fixedSocial a:hover .text {
  max-width: max-content;
  margin-right: 13px;
}

#back-to-top {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  text-align: center;
  font-size: 150%;
  color: #fff;
  background-color: #131932;
  border-radius: 4px;
}

section.newSocial {
  cursor: pointer;
  position: fixed;
  box-shadow: 0 0 60px rgba(40, 48, 59, 0.19);
  background-color: #18d3a6;
  top: 50%;
  left: -260px;
  transform: translateY(-50%);
  z-index: 9999;
  padding: 20px 40px 20px 20px;
  transition: all 0.3s ease-in-out;
}
section.newSocial.active {
  background-color: #ffffff;
  left: 0;
}
section.newSocial.active:before {
  background: url("../img/newSocialRightWhite.png") no-repeat center;
}
section.newSocial.active span.toggleIcon {
  color: #18d3a6;
}
section.newSocial:before {
  position: absolute;
  right: -34px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: url("../img/newSocialRightBlue.png") no-repeat center;
  width: 35px;
  height: 214px;
  z-index: 5;
  transition: all 0.3s ease-in-out;
}
section.newSocial span.toggleIcon {
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -26px;
  z-index: 6;
}
section.newSocial ul li {
  margin-bottom: 20px;
}
section.newSocial ul li:last-child {
  margin-bottom: 0;
}
section.newSocial span.icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  margin-right: 20px;
}
section.newSocial span.icon.whatsapp {
  background-color: #18d3a6;
}
section.newSocial span.icon.phone {
  background-color: #455ee0;
}
section.newSocial span.icon.email {
  background-color: #3ba9da;
}
section.newSocial span.name {
  color: #606672;
  font-size: 14px;
  font-weight: 400;
}
section.newSocial span.text {
  margin-top: 6px;
  color: #131932;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 1400px) {
  section.info span.number {
    font-size: 22px;
  }
  section.info span.text {
    font-size: 15px;
  }
  footer .menutitle {
    font-size: 15px;
  }
  footer .top ul.social li a {
    width: 36px;
    height: 36px;
    font-size: 15px;
  }
  footer .top img {
    max-width: 160px;
  }
}
@media (max-width: 1199px) {
  footer ul.social {
    display: none !important;
  }
  footer .menutitle {
    font-size: 12px;
  }
  footer ul.menu li > a {
    font-size: 13px;
  }
  footer p {
    font-size: 14px;
  }
  footer ul.iconlist li a.value {
    margin-top: 4px;
    font-size: 18px;
  }
  footer ul.iconlist li span.title {
    font-size: 12px;
  }
  footer ul.iconlist li .icon {
    width: 50px;
    height: 50px;
    font-size: 18px;
    margin-right: 10px;
  }
  section.info span.icon {
    margin-right: 10px;
  }
  section.info span.text {
    font-size: 13px;
  }
  section.info span.number {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  section.info span.icon {
    width: 44px;
    height: 44px;
    font-size: 18px;
    margin-right: 10px;
  }
  section.info span.text {
    font-size: 13px;
  }
  section.info span.number {
    font-size: 18px;
  }
  section.info {
    display: none;
  }
  footer {
    margin-top: 3rem !important;
    border-bottom: 0;
  }
  footer ul.social {
    display: none !important;
  }
  footer .col-xl-8.pt-5.pb-4.ps-4 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  footer .col-xl-8.pt-5.pb-4.ps-4 .menutitle {
    margin-top: 24px;
    margin-bottom: 24px !important;
  }
  footer .col-xl-8.pt-5.pb-4.ps-4 .menutitle i, footer .col-xl-8.pt-5.pb-4.ps-4 .menutitle svg {
    margin-left: 20px;
    margin-right: 20px;
  }
  footer ul.menu {
    display: none;
  }
  .copyright {
    background: #131932;
  }
  footer ul.menu li > a i {
    display: none;
  }
  div#bildirim {
    display: none !important;
  }
}
@media (max-width: 768px) {
  footer {
    border-bottom: 0;
  }
  footer ul.social {
    display: flex !important;
  }
  footer .col-xl-8.pt-5.pb-4.ps-4 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  footer .col-xl-8.pt-5.pb-4.ps-4 .menutitle {
    margin-top: 24px;
    margin-bottom: 24px !important;
  }
  footer .col-xl-8.pt-5.pb-4.ps-4 .menutitle i, footer .col-xl-8.pt-5.pb-4.ps-4 .menutitle svg {
    margin-left: 20px;
    margin-right: 20px;
  }
  footer ul.menu {
    display: none;
  }
  footer .bg-dark {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
  footer .ps-4, footer .pe-4 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  footer p {
    text-align: center;
  }
  footer .btn-action {
    display: flex !important;
  }
  footer .top {
    margin-bottom: 18px !important;
  }
  footer .top ul.social li a {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  .copyright {
    background: #131932;
    padding-bottom: 60px;
  }
}
@media (max-width: 576px) {
  footer ul.menu li:hover ul.submenu {
    display: none !important;
  }
  .fixedSocial a {
    height: 36px;
  }
  .fixedSocial {
    bottom: 10%;
  }
  .fixedSocial a i {
    padding: 8px;
    color: #fff;
    font-size: 20px;
    width: 36px;
    height: 36px;
    max-height: 36px;
  }
  footer {
    border-bottom: 0;
  }
  footer p {
    font-size: 14px;
  }
  footer ul.iconlist {
    margin-top: 24px;
  }
  footer ul.iconlist li .icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
    margin-right: 10px;
  }
  footer ul.iconlist li span.title {
    font-size: 12px;
  }
  footer ul.iconlist li a.value {
    margin-top: 3px;
    font-size: 13px;
  }
  .copyright {
    padding-bottom: 74px;
    background: #131932;
  }
  .copyright .bg-dark {
    padding-right: 12px !important;
  }
  .copyright .justify-content-end {
    justify-content: center !important;
  }
  .copyright p {
    text-align: center;
    line-height: 1.7;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .copyright img {
    max-width: 110px;
  }
  footer .top img {
    max-width: 130px;
  }
  section.newSocial {
    left: -276px;
    top: initial;
    bottom: 10%;
    transform: translateY(0px);
  }
  section.newSocial span.toggleIcon {
    right: -31px;
  }
  section.newSocial:before {
    background: url("../img/newSocialRightBlueMobile.png") no-repeat center;
    width: 45px;
    height: 168px;
    right: -44px;
  }
  section.newSocial.active:before {
    background: url("../img/newSocialRightWhiteMobile.png") no-repeat center;
    width: 45px;
    height: 168px;
    right: -44px;
  }
}
body.swal2-toast-shown .swal2-container {
  overflow: visible !important;
  width: 100%;
}

.swal2-popup {
  border-radius: 2px;
  background-color: #ffffff;
}
.swal2-popup.swal2-icon-success {
  border-left: 4px solid #18d3a6;
  padding-left: 0;
}
.swal2-popup.swal2-icon-success .swal2-title {
  color: #18d3a6;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.swal2-popup.swal2-icon-success .swal2-html-container {
  color: #181818;
  font-size: 14px;
  font-weight: 400;
}
.swal2-popup.swal2-icon-error {
  border-left: 4px solid #f03636;
  padding-left: 0;
}
.swal2-popup.swal2-icon-error .swal2-title {
  color: #f03636;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.swal2-popup.swal2-icon-error .swal2-html-container {
  color: #181818;
  font-size: 14px;
  font-weight: 400;
}

.swal2-styled.swal2-confirm {
  background: #181818 !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
  border: 0.25em solid rgb(43, 214, 173) !important;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
  background-color: #2bd6ad !important;
}

.swal2-icon.swal2-error .swal2-error-ring {
  border: 0.25em solid rgb(240, 54, 54) !important;
}

.swal2-icon.swal2-error {
  border-color: #f03636 !important;
  color: #f03636 !important;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  background-color: #f03636 !important;
}

/* * Note that this is toastr v2.1.3, the "latest" version in url has no more maintenance, * please go to https://cdnjs.com/libraries/toastr.js and pick a certain version you want to use, * make sure you copy the url from the website since the url may change between versions. * */
.toast-title {
  font-weight: 700;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a, .toast-message label {
  color: #FFF;
}

.toast-message a:hover {
  color: #CCC;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}

.toast-close-button:focus, .toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
  color: #FFF;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}

#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000;
  -webkit-box-shadow: 0 0 12px #000;
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}

#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}

#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}

#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #BD362F;
}

.toast-info {
  background-color: #2F96B4;
}

.toast-warning {
  background-color: #F89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}
main {
  background: url("../img/bg-profilimebakanlar.png") top center no-repeat;
}

.cover {
  padding-top: 42px;
  padding-bottom: 42px;
}
.cover i.icon {
  margin-right: 30px;
  color: #fff;
  font-size: 40px;
}
.cover h1 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
}
.cover p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
}
.cover a.btn-buy {
  border-radius: 2px;
  background-color: #ffffff;
  padding: 20px 16px;
  display: inline-flex;
  align-items: center;
  color: #455ee0;
  font-size: 16px;
  font-weight: 600;
}
.cover a.btn-buy i.soci {
  font-size: 18px;
  margin-right: 16px;
}
.cover a.btn-buy i.ri-arrow-right-s-line {
  margin-left: 40px;
  color: #838bab;
}

section.popularservices .box {
  box-shadow: 0 0 40px rgba(48, 55, 84, 0.06);
  border-radius: 2px;
  background-color: #ffffff;
}
section.popularservices .box .head {
  padding: 20px;
}
section.popularservices .box .head span.text b {
  color: #1da1f2;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}
section.popularservices .box .head span.text small {
  color: #19203f;
  font-size: 16px;
  font-weight: 400;
  margin-top: 6px;
  display: block;
}
section.popularservices .box .head span.icon {
  border-radius: 2px;
  width: 60px;
  height: 60px;
  font-size: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
section.popularservices .box .head span.icon.instagram-bg {
  box-shadow: -7px 7px 27px rgba(225, 48, 108, 0.43);
}
section.popularservices .box .head span.icon.twitter-bg {
  box-shadow: -7px 7px 27px rgba(29, 161, 242, 0.43);
}
section.popularservices .box .head span.icon.facebook-bg {
  box-shadow: -7px 7px 27px rgba(24, 115, 235, 0.43);
}
section.popularservices .box .head span.icon.tiktok-bg {
  box-shadow: -7px 7px 27px rgba(13, 18, 31, 0.43);
}
section.popularservices .box .head span.icon.youtube-bg {
  box-shadow: -7px 7px 27px rgba(255, 0, 0, 0.43);
}
section.popularservices .box .head span.icon.clubhouse-bg {
  box-shadow: -7px 7px 27px rgba(101, 21, 221, 0.43);
}
section.popularservices .box .head span.icon.soundcloud-bg {
  box-shadow: -7px 7px 27px rgba(249, 118, 55, 0.43);
}
section.popularservices .box .head span.icon.tumblr-bg {
  box-shadow: -7px 7px 27px rgba(27, 53, 97, 0.43);
}
section.popularservices .box .head span.icon.pinterest-bg {
  box-shadow: -7px 7px 27px rgba(193, 31, 38, 0.43);
}
section.popularservices .box .head span.icon.spotify-bg {
  box-shadow: -7px 7px 27px rgba(30, 212, 95, 0.43);
}
section.popularservices .box .head span.icon.vimeo-bg {
  box-shadow: -7px 7px 27px rgba(0, 169, 233, 0.43);
}
section.popularservices .box .head span.icon.twitch-bg {
  box-shadow: -7px 7px 27px rgba(141, 69, 248, 0.43);
}
section.popularservices .box .head span.icon.periscope-bg {
  box-shadow: -7px 7px 27px rgba(63, 161, 192, 0.43);
}
section.popularservices .box .head span.icon.linkedin-bg {
  box-shadow: -7px 7px 27px rgba(2, 111, 172, 0.43);
}
section.popularservices .box .head span.icon.telegram-bg {
  box-shadow: -7px 7px 27px rgba(52, 166, 216, 0.43);
}
section.popularservices .box .head span.icon.reddit-bg {
  box-shadow: -7px 7px 27px rgba(255, 69, 0, 0.43);
}
section.popularservices .box .head a.btn-allservices {
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 24px;
  display: flex;
  align-items: center;
}
section.popularservices .box .head a.btn-allservices i {
  margin-right: 16px;
}
section.popularservices .box .head a.btn-allservices.instagram {
  background-color: rgba(225, 48, 108, 0.1);
  color: #e1306c;
}
section.popularservices .box .head a.btn-allservices.instagram:hover {
  background-color: #e1306c;
  color: #fff;
}
section.popularservices .box .head a.btn-allservices.twitter {
  background-color: rgba(29, 161, 242, 0.1);
  color: #1da1f2;
}
section.popularservices .box .head a.btn-allservices.twitter:hover {
  background-color: #1da1f2;
  color: #fff;
}
section.popularservices .box .head a.btn-allservices.facebook {
  background-color: rgba(24, 115, 235, 0.1);
  color: #1873eb;
}
section.popularservices .box .head a.btn-allservices.facebook:hover {
  background-color: #1873eb;
  color: #fff;
}
section.popularservices .box .head a.btn-allservices.tiktok {
  background-color: rgba(13, 18, 31, 0.1);
  color: #0d121f;
}
section.popularservices .box .head a.btn-allservices.tiktok:hover {
  background-color: #0d121f;
  color: #fff;
}
section.popularservices .box .head a.btn-allservices.youtube {
  background-color: rgba(255, 0, 0, 0.1);
  color: #ff0000;
}
section.popularservices .box .head a.btn-allservices.youtube:hover {
  background-color: red;
  color: #fff;
}
section.popularservices .box .head a.btn-allservices.clubhouse {
  background-color: rgba(101, 21, 221, 0.1);
  color: #6515dd;
}
section.popularservices .box .head a.btn-allservices.clubhouse:hover {
  background-color: #6515dd;
  color: #fff;
}
section.popularservices .box .head a.btn-allservices.soundcloud {
  background-color: rgba(249, 118, 55, 0.1);
  color: #f97637;
}
section.popularservices .box .head a.btn-allservices.soundcloud:hover {
  background-color: #f97637;
  color: #fff;
}
section.popularservices .box .head a.btn-allservices.tumblr {
  background-color: rgba(27, 53, 97, 0.1);
  color: #1b3561;
}
section.popularservices .box .head a.btn-allservices.tumblr:hover {
  background-color: #1b3561;
  color: #fff;
}
section.popularservices .box .head a.btn-allservices.pinterest {
  background-color: rgba(193, 31, 38, 0.1);
  color: #c11f26;
}
section.popularservices .box .head a.btn-allservices.pinterest:hover {
  background-color: #c11f26;
  color: #fff;
}
section.popularservices .box .head a.btn-allservices.spotify {
  background-color: rgba(30, 212, 95, 0.1);
  color: #1ed45f;
}
section.popularservices .box .head a.btn-allservices.spotify:hover {
  background-color: #1ed45f;
  color: #fff;
}
section.popularservices .box .head a.btn-allservices.vimeo {
  background-color: rgba(0, 169, 233, 0.1);
  color: #00a9e9;
}
section.popularservices .box .head a.btn-allservices.vimeo:hover {
  background-color: #00a9e9;
  color: #fff;
}
section.popularservices .box .head a.btn-allservices.twitch {
  background-color: rgba(141, 69, 248, 0.1);
  color: #8d45f8;
}
section.popularservices .box .head a.btn-allservices.twitch:hover {
  background-color: #8d45f8;
  color: #fff;
}
section.popularservices .box .head a.btn-allservices.periscope {
  background-color: rgba(63, 161, 192, 0.1);
  color: #3fa1c0;
}
section.popularservices .box .head a.btn-allservices.periscope:hover {
  background-color: #3fa1c0;
  color: #fff;
}
section.popularservices .box .head a.btn-allservices.linkedin {
  background-color: rgba(2, 111, 172, 0.1);
  color: #026fac;
}
section.popularservices .box .head a.btn-allservices.linkedin:hover {
  background-color: #026fac;
  color: #fff;
}
section.popularservices .box .head a.btn-allservices.telegram {
  background-color: rgba(52, 166, 216, 0.1);
  color: #34a6d8;
}
section.popularservices .box .head a.btn-allservices.telegram:hover {
  background-color: #34a6d8;
  color: #fff;
}
section.popularservices .box .head a.btn-allservices.reddit {
  background-color: rgba(255, 69, 0, 0.1);
  color: #ff4500;
}
section.popularservices .box .head a.btn-allservices.reddit:hover {
  background-color: orangered;
  color: #fff;
}
section.popularservices .box .body {
  border-top: 2px solid #d3e5f0;
  padding: 20px;
}
section.popularservices .box .body a.item {
  border-radius: 2px;
  border: 1px solid #000;
  padding: 27px 15px 21px;
  margin-bottom: 24px;
}
section.popularservices .box .body a.item i {
  font-size: 26px;
  margin-bottom: 18px;
}
section.popularservices .box .body a.item span {
  color: #19203f;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.24;
  text-align: center;
}
section.popularservices .box .body a.item:hover i, section.popularservices .box .body a.item:hover span {
  color: #fff !important;
}

section.form {
  margin-top: -100px;
}
section.form .box {
  border-radius: 2px;
  background-color: #ffffff;
  padding: 30px;
}
section.form .box p {
  color: #393e4f;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
}
section.form .box form .privateprofile {
  border-radius: 2px;
  border: 1px solid #f72144;
  background-color: #f8ecee;
  display: none;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
section.form .box form .privateprofile p {
  color: #f72144;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 !important;
  padding: 0 !important;
}
section.form .box form .privateprofile a.btn {
  background-color: #f72144;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding: 12px 14px;
}
section.form .box form .mygroup {
  position: relative;
  display: flex;
  align-items: center;
  max-height: 78px;
  min-height: 78px;
}
section.form .box form .mygroup span.loading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.form .box form .mygroup span.loading i {
  position: inherit !important;
}
section.form .box form .mygroup i {
  font-size: 22px;
  position: absolute;
  margin-left: 28px;
}
section.form .box form .mygroup i.rotate {
  -webkit-animation-name: spin;
  -webkit-animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
section.form .box form .mygroup img {
  position: absolute;
  margin-left: 20px;
  height: 46px;
  width: 46px;
  min-height: 46px;
  min-width: 46px;
  border-radius: 100%;
}
section.form .box form .form-control, section.form .box form .form-select {
  border-radius: 2px;
  border: 1px solid #c0c7df;
  background-color: #ffffff;
  color: #19203f;
  font-size: 16px;
  font-weight: 600;
  padding: 28px 28px 28px 78px;
  height: 100%;
}
section.form .box form .form-control::placeholder, section.form .box form .form-select::placeholder {
  color: #19203f;
  font-size: 16px;
  font-weight: 600;
}
section.form .box form .form-control:focus, section.form .box form .form-control:active, section.form .box form .form-select:focus, section.form .box form .form-select:active {
  border: 1px solid rgb(158.1789473684, 168.9368421053, 205.8210526316);
}
section.form .box form .form-control:focus ~ label, section.form .box form .form-control:not(:placeholder-shown) ~ label, section.form .box form .form-select:focus ~ label, section.form .box form .form-select:not(:placeholder-shown) ~ label {
  transform: scale(0.72) translateY(-1.1rem) translateX(0.15rem);
}
section.form .box form textarea.form-control {
  padding: 28px;
  height: auto;
}
section.form .box form .btn-submit {
  border-radius: 2px;
  background-color: #1da1f2;
  height: 80px;
  width: 100%;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
}
section.form .box form .btn-submit:hover {
  background-color: rgb(13.3535564854, 148.9435146444, 232.1464435146);
}

section.results .box {
  border-radius: 2px;
  background-color: #ffffff;
}
section.results .box .top {
  padding: 30px;
  border-bottom: 1px solid #d2e1e9;
}
section.results .box .top img {
  margin-right: 26px;
}
section.results .box .top .name {
  color: #1da1f2;
  font-size: 26px;
  font-weight: 700;
}
section.results .box .top .username {
  display: block;
  margin-top: 6px;
  color: #5c6c76;
  font-size: 18px;
  font-weight: 500;
}
section.results .box .top .analysis, section.results .box .top .percent {
  color: #1da1f2;
  font-size: 18px;
  font-weight: 500;
}
section.results .box .top .progress {
  margin-top: 20px;
  width: 100%;
  background: rgba(29, 161, 242, 0.1);
  height: 10px;
  border-radius: 5px;
}
section.results .box .top .progress .progress-bar {
  background: #1da1f2;
  border-radius: 5px;
}
section.results .box .body {
  padding: 30px;
}
section.results .box .body.bt {
  border-top: 1px solid #d2e1e9;
}
section.results .box .body ul.users li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.results .box .body ul.users li span {
  position: absolute;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  color: #1da1f2;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  display: none !important;
}
section.results .box .body .analysis {
  color: #1da1f2;
  font-size: 22px;
  font-weight: 600;
}
section.results .box .body .twifoxbanner {
  background: url("../img/postinyobg.png") center center no-repeat;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  padding: 24px 20px 24px 42px;
}

section.results .box .body .twifoxbanner.trstalker {
  background: url("../img/trstalkerbg.png") center center no-repeat;
}
section.results .box .body .twifoxbanner form {
  background: #fff;
  padding: 4px 4px 4px 24px;
  border-radius: 40px;
  display: flex;
  align-items: center;
}
section.results .box .body .twifoxbanner form i.ri-link {
  color: #bdbdcf;
  font-size: 20px;
  font-weight: 600;
  margin-right: 14px;
}
section.results .box .body .twifoxbanner form input {
  min-width: 100px;
  color: #bdbdcf;
  font-size: 16px;
  border: 0;
  background: transparent;
}
section.results .box .body .twifoxbanner form input::placeholder {
  color: #bdbdcf;
}
section.results .box .body .twifoxbanner form button {
  font-size: 14px;
  font-weight: 600;
  height: 46px;
  background: linear-gradient(to right, #395ef3, #c14ade);
  color: #fff;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  border-radius: 40px;
  padding-left: 26px;
}

section.results .box .body .twifoxbanner.trstalker form button {
  background: #1587ff;
}

section.results .box .body .twifoxbanner form button:Hover {
  z-index: 1;
  transform: scale(1.1);
}
section.results .box .body .twifoxbanner form button i {
  margin-left: 24px;
}
section.results .box .body .twifoxbanner p {
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
}
section.results .box .body .twifoxbanner .free {
  background: #1da1f2;
  color: #ffffff;
  font-size: 21px;
  font-weight: 600;
  padding: 20px;
  text-align: center;
  line-height: 1.4;
}
section.results .box .body .twifoxbanner a.download {
  border-radius: 2px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding: 6px 14px 6px 18px;
  color: #1da1f2;
  font-weight: 600;
  line-height: 1.3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 10px;
  margin-right: 10px;
}
section.results .box .body .twifoxbanner a.download:hover {
  background: #1da1f2;
  color: #fff;
}
section.results .box .body .twifoxbanner a.download i {
  padding-right: 18px;
  font-size: 26px;
  font-weight: normal;
}

section.servicemenu .bg {
  box-shadow: 0 0 40px rgba(48, 55, 84, 0.06);
  border-radius: 2px 2px 0 0;
  background-color: #ffffff;
  border-bottom: 2px solid #d3e5f0;
}
section.servicemenu .bg a.btn-allservices {
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 24px;
  display: inline-flex;
  align-items: center;
  background-color: rgba(69, 94, 224, 0.1);
  color: #455ee0;
  margin-right: 20px;
}
section.servicemenu .bg a.btn-allservices i {
  margin-right: 16px;
}
section.servicemenu .bg a.btn-allservices:hover {
  background: #455ee0;
  color: #fff;
}
section.servicemenu .bg ul.nav li a {
  font-size: 16px;
  font-weight: 600;
  color: #19203f;
  padding: 30px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
section.servicemenu .bg ul.nav li a:before {
  width: 100%;
  height: 2px;
  background: #d3e5f0;
  position: absolute;
  bottom: -2px;
  content: "";
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 333;
}

section.tool .body {
  box-shadow: 0 0 40px rgba(48, 55, 84, 0.06);
  background-color: #ffffff;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  padding: 20px;
}
section.tool .body .needlogin {
  border-radius: 2px;
  background-color: #18d3a6;
  padding: 13px 13px 13px 20px;
}
section.tool .body .needlogin span.icon {
  background: #fff;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 18px;
  position: relative;
}
section.tool .body .needlogin span.icon:before {
  background: url("../img/needlogin-icon-bg.png") center center no-repeat;
  width: 95px;
  height: 70px;
  position: absolute;
  content: "";
  top: -20px;
  left: -20px;
  z-index: 2;
}
section.tool .body .needlogin span.icon i {
  font-size: 22px;
  color: #18d3a6;
  font-weight: 300;
  position: relative;
  z-index: 3;
}
section.tool .body .needlogin p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  z-index: 3;
}
section.tool .body .needlogin .btn-white {
  border-radius: 22px;
  background-color: #ffffff;
  color: #18d3a6;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 50px;
}
section.tool .body .needlogin .btn-white:hover {
  background: rgb(21.3957446809, 188.1042553191, 147.9872340426);
  color: #fff;
}
section.tool .body form {
  margin-top: 20px;
}
section.tool .body form .privateprofile {
  border-radius: 2px;
  border: 1px solid #f72144;
  background-color: #f8ecee;
  display: none;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
section.tool .body form .privateprofile p {
  color: #f72144;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 !important;
  padding: 0 !important;
}
section.tool .body form .privateprofile a.btn {
  background-color: #f72144;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding: 12px 14px;
}
section.tool .body form .mygroup {
  position: relative;
  display: flex;
  align-items: center;
  max-height: 78px;
}
section.tool .body form .mygroup span.loading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.tool .body form .mygroup span.loading i {
  position: inherit !important;
}
section.tool .body form .mygroup i {
  font-size: 22px;
  position: absolute;
  margin-left: 28px;
}
section.tool .body form .mygroup i.rotate {
  -webkit-animation-name: spin;
  -webkit-animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
section.tool .body form .mygroup img {
  position: absolute;
  margin-left: 20px;
  height: 46px;
  width: 46px;
  min-height: 46px;
  min-width: 46px;
  border-radius: 100%;
}
section.tool .body form label {
  color: #455ee0;
  font-size: 16px;
  font-weight: 600;
  left: 78px;
  top: 14px;
}
section.tool .body form span.badge.waiting {
  position: absolute;
  right: 30px;
  border-radius: 18px;
  background-color: rgba(239, 143, 64, 0.2);
  color: #ef8f40;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 10px 20px;
}
section.tool .body form span.badge.waiting i {
  position: initial;
  margin-left: 0;
  font-size: 14px;
  padding-right: 10px;
}
section.tool .body form span.badge.success {
  position: absolute;
  right: 30px;
  border-radius: 18px;
  background-color: rgba(24, 211, 166, 0.2);
  color: #18d3a6;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 10px 20px;
}
section.tool .body form span.badge.success i {
  position: initial;
  margin-left: 0;
  font-size: 14px;
  padding-right: 10px;
}
section.tool .body form .form-control, section.tool .body form .form-select {
  border-radius: 2px;
  border: 1px solid #c0c7df;
  background-color: #ffffff;
  color: #455ee0;
  font-size: 16px;
  font-weight: 600;
  padding: 28px 28px 28px 78px;
  height: 100%;
}
section.tool .body form .form-control::placeholder, section.tool .body form .form-select::placeholder {
  color: #455ee0;
  font-size: 16px;
  font-weight: 600;
}
section.tool .body form .form-control:focus, section.tool .body form .form-control:active, section.tool .body form .form-select:focus, section.tool .body form .form-select:active {
  border: 1px solid rgb(158.1789473684, 168.9368421053, 205.8210526316);
}
section.tool .body form .form-control:focus ~ label, section.tool .body form .form-control:not(:placeholder-shown) ~ label, section.tool .body form .form-select:focus ~ label, section.tool .body form .form-select:not(:placeholder-shown) ~ label {
  transform: scale(0.72) translateY(-1.1rem) translateX(0.15rem);
}
section.tool .body form button.btn-submit {
  box-shadow: -3px 3px 18px rgba(48, 55, 84, 0.08);
  border-radius: 2px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  height: 100%;
  text-align: center;
}
section.tool .body form button.btn-submit.green-bg {
  background-color: #18d3a6;
}
section.tool .body form button.btn-submit.green-bg:hover {
  background-color: rgb(21.3957446809, 188.1042553191, 147.9872340426);
}
section.tool .body form button.btn-submit.blue-bg {
  background-color: #1da1f2;
}
section.tool .body form button.btn-submit.blue-bg:hover {
  background-color: rgb(13.3535564854, 148.9435146444, 232.1464435146);
}

section.howtobuy .box {
  padding: 20px;
  padding-left: 42px;
  border-radius: 2px;
  background-color: #0d327b;
}
section.howtobuy .box h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 22px;
  margin-top: 22px;
  position: relative;
}
section.howtobuy .box h2:before {
  content: "";
  box-shadow: -9px 9px 51px rgba(6, 11, 17, 0.29);
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: -70px;
  font-family: "remixicon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f045";
  color: #0d327b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 400;
}
section.howtobuy .box p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 32px;
}
section.howtobuy .box p b {
  font-weight: 600;
}
section.howtobuy .box p a {
  color: #fff;
}
section.howtobuy .box i.big {
  color: #fff;
  font-size: 160px;
  position: absolute;
  left: -16%;
  top: 64%;
  transform: translateY(-50%);
}
section.howtobuy .box ul li {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 22px;
  line-height: 1.3;
  position: relative;
  padding-left: 20px;
}
section.howtobuy .box ul li:before {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
  background-color: #fff;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
}
section.howtobuy .box ul li b {
  font-weight: 700;
}

@media (max-width: 1400px) {
  section.howtobuy .box h2:before {
    left: -57px;
  }
  section.howtobuy .box i.big {
    font-size: 120px;
  }
  section.results .box .body .twifoxbanner p {
    font-size: 14px;
  }
  section.results .box .body .twifoxbanner a.download {
    font-size: 14px;
    line-height: 1.2;
  }
  section.servicemenu .bg ul.nav li a {
    padding: 30px 24px;
  }
  section.tool .body .needlogin .btn-white {
    padding: 10px 30px;
  }
  section.popularservices .box .body a.item span {
    font-size: 14px;
  }
  a.btn-indirim img {
    height: 100%;
    object-fit: contain;
  }
  section.popularservices .box .head a.btn-allservices, section.servicemenu .bg a.btn-allservices {
    font-size: 16px;
    padding: 10px 12px;
  }
  section.popularservices .box .head a.btn-allservices i, section.servicemenu .bg a.btn-allservices i {
    margin-right: 10px;
  }
}
@media (max-width: 1199px) {
  section.results .box .body ul.users li img {
    width: 60px;
  }
  section.results .box .body .analysis {
    font-size: 16px;
  }
  section.results .box .body ul.users li span {
    max-width: 60%;
    max-height: 60%;
  }
  section.servicemenu .bg ul.nav li a {
    padding: 30px 13px;
    font-size: 14px;
  }
  section.popularservices .box .head a.btn-allservices, section.servicemenu .bg a.btn-allservices {
    font-size: 14px;
    padding: 8px 12px;
  }
  section.popularservices .box .head a.btn-allservices i, section.servicemenu .bg a.btn-allservices i {
    margin-right: 10px;
  }
  section.tool .body .needlogin p {
    font-size: 14px;
    line-height: 1.2;
  }
  section.tool .body .needlogin span.icon {
    min-width: 32px;
    min-height: 32px;
  }
}
@media (max-width: 991px) {
  section.howtobuy .box i.big {
    display: none;
  }
  section.howtobuy .box img {
    width: 100%;
  }
  section.howtobuy .box {
    padding-right: 40px;
  }
  .cover a.btn-buy {
    display: none;
  }
  section.form .box form input.form-control {
    margin-bottom: 14px;
  }
  section.results .box .top .analysis, section.results .box .top .percent {
    margin-top: 20px;
  }
  section.results .box .body ul.users li img {
    width: 60px;
  }
  section.results .box .body .twifoxbanner {
    flex-direction: column;
    background: #162a6f;
    padding: 24px 0;
  }
  section.results .box .body .twifoxbanner .free {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  section.results .box .body .twifoxbanner p {
    font-size: 18px;
  }
  section.results .box .body {
    padding: 30px;
    flex-direction: column;
  }
  section.results .box .body > * {
    width: 100% !important;
  }
  section.results .box .body .analysis {
    text-align: center;
    margin-top: 24px;
  }
  section.tool .body form .mygroup {
    margin-bottom: 12px;
  }
  section.tool .body form button.btn-submit {
    min-height: 78px;
  }
  .cover a.btn-buy {
    display: none;
  }
  section.popularservices .box .head a.btn-allservices, section.servicemenu .bg a.btn-allservices {
    display: none;
  }
  .cover h1 {
    font-size: 22px;
  }
  .cover i.icon {
    margin-right: 18px;
    font-size: 34px;
  }
  a.btn-indirim img {
    width: 100%;
    height: auto;
  }
  section.popularservices .box .body a.item span {
    font-size: 16px;
  }
  .ssa {
    flex-direction: column;
  }
  section.tool .body .needlogin span.icon:before {
    display: none;
  }
  section.tool .body .needlogin span.icon {
    min-width: 50px;
    min-height: 50px;
    margin: 0;
  }
  section.tool .body .needlogin span.icon i {
    font-size: 32px;
  }
  section.tool .body .needlogin p {
    font-size: 16px;
    line-height: 1.2;
    margin-top: 12px;
    margin-bottom: 12px;
    text-align: center;
  }
  section.tool .body .needlogin .buttons {
    justify-content: center !important;
    align-items: center !important;
  }
  .scrollm {
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    max-width: 100%;
  }
  .scrollm > * {
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    max-width: 100%;
    width: 100%;
    flex-wrap: nowrap;
    white-space: nowrap;
    justify-content: flex-start !important;
  }
}
@media (max-width: 768px) {
  section.howtobuy .box {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }
  section.howtobuy .box h2 {
    margin-top: 0;
  }
  section.howtobuy .box h2:before {
    display: none;
  }
  .twifoxbanner .a {
    flex-direction: column;
  }
  section.results .box .body ul.users li img {
    width: 40px;
  }
  section.popup .box .head img.avatar {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
  }
  section.popup .box .footer .couponbox .text {
    font-size: 16px;
  }
  section.popup .box .footer .couponbox .buttons a.btn-packages {
    padding: 11px 12px;
  }
  section.popup .box .footer .couponbox .buttons a.btn-copy {
    padding: 12px;
  }
  section.popup .box .footer .couponbox .buttons a.btn-copy span:not(.cicon) {
    font-size: 12px;
  }
  section.popup .box .footer .couponbox .buttons a.btn-copy span.cicon {
    font-size: 12px;
    width: 22px;
    height: 22px;
  }
  section.popup .box .head .name {
    font-size: 18px;
  }
  section.popup .box .head .username {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  section.popup .box .footer {
    display: none;
  }
  section.results .box .body .twifoxbanner p {
    font-size: 18px;
    text-align: center;
  }
  section.results .box .body .twifoxbanner .b {
    flex-direction: column;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  section.results .box .body .twifoxbanner a.download {
    margin-bottom: 5px;
    margin-top: 5px;
  }
  section.results .box .body ul.users {
    display: inline-block !important;
  }
  section.results .box .body ul.users li {
    width: 20%;
    float: left;
  }
  section.results .box .body ul.users li img {
    width: 60px;
    margin-bottom: 14px;
  }
  section.popup .box .head, section.popup .box .footer .couponbox .buttons {
    flex-direction: column;
  }
  section.popup .box .head .r {
    margin-top: 14px;
  }
  section.popup .box .body .title, section.popup .box .body p {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.3;
  }
  section.tool .body .needlogin .btn-white {
    padding: 6px 14px;
  }
  section.tool .body form span.badge.waiting, section.tool .body form span.badge.success {
    padding: 4px 8px;
    font-size: 12px;
  }
  section.popularservices .box .head span.text small {
    display: none;
  }
  section.popularservices .box .head span.text b {
    font-size: 15px;
  }
  section.popup .box .footer .couponbox .buttons a.btn-copy span.cicon {
    font-size: 15px;
    width: 34px;
    height: 34px;
  }
  section.popup .box .footer .couponbox .buttons a.btn-copy span:not(.cicon) {
    font-size: 14px;
  }
  section.popup span.icon {
    display: none;
  }
}

/*# sourceMappingURL=tools-profilimebakanlar2.css.map */
