.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;
  }
}
body.active-popup {
  position: relative;
  overflow: hidden;
}
body.active-popup::before {
  background-color: #000000;
  opacity: 0.8;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 999;
  content: "";
}

main {
  background: url("../img/video-indir-bg.png") no-repeat;
  background-size: 100% auto;
}

.cover {
  padding-top: 110px;
  padding-bottom: 44px;
  background: url("../img/youtube-cover-bg2.png") bottom center no-repeat;
}
.cover span.icon {
  box-shadow: -8px 8px 76px rgba(255, 0, 0, 0.35);
  background-color: #ff0000;
  color: #fff;
  font-size: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 136px;
  height: 136px;
  border-radius: 100%;
  margin-bottom: 40px;
}
.cover h1 {
  color: #ffffff;
  font-size: 46px;
  font-weight: 700;
}
.cover p {
  color: #ffffff;
  font-size: 18px;
  margin-top: 10px;
  font-weight: 500;
}

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;
  min-width: 60px;
  min-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 .privateprofile {
  border-radius: 2px;
  border: 1px solid #f8ecee;
  background-color: #f8ecee;
  display: none;
  align-items: center;
  justify-content: space-between;
}
section.form .privateprofile p {
  color: #f72144;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 !important;
  padding: 0 !important;
}
section.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 .igroup {
  position: absolute;
  right: 10px;
}
section.form .igroup select.form-select {
  border-radius: 2px;
  background-color: #f0eef5;
  color: #212635;
  font-size: 16px;
  font-weight: 600;
  border: 0;
  margin-left: 10px;
  padding: 18px;
  width: 100px;
  height: 60px;
}
section.form .igroup select.form-select:active, section.form .igroup select.form-select:focus {
  box-shadow: none;
  outline: 0;
}
section.form .btn-submit {
  border-radius: 2px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
}
section.form .btn-submit.instagram-bg {
  box-shadow: -11px 11px 79px rgba(225, 48, 108, 0.38);
}
section.form .btn-submit.twitter-bg {
  box-shadow: -11px 11px 79px rgba(29, 161, 242, 0.38);
}
section.form .btn-submit.facebook-bg {
  box-shadow: -11px 11px 79px rgba(24, 115, 235, 0.38);
}
section.form .btn-submit.tiktok-bg {
  box-shadow: -11px 11px 79px rgba(13, 18, 31, 0.38);
}
section.form .btn-submit.youtube-bg {
  box-shadow: -11px 11px 79px rgba(255, 0, 0, 0.38);
}
section.form .btn-submit.clubhouse-bg {
  box-shadow: -11px 11px 79px rgba(101, 21, 221, 0.38);
}
section.form .btn-submit.soundcloud-bg {
  box-shadow: -11px 11px 79px rgba(249, 118, 55, 0.38);
}
section.form .btn-submit.tumblr-bg {
  box-shadow: -11px 11px 79px rgba(27, 53, 97, 0.38);
}
section.form .btn-submit.pinterest-bg {
  box-shadow: -11px 11px 79px rgba(193, 31, 38, 0.38);
}
section.form .btn-submit.spotify-bg {
  box-shadow: -11px 11px 79px rgba(30, 212, 95, 0.38);
}
section.form .btn-submit.vimeo-bg {
  box-shadow: -11px 11px 79px rgba(0, 169, 233, 0.38);
}
section.form .btn-submit.twitch-bg {
  box-shadow: -11px 11px 79px rgba(141, 69, 248, 0.38);
}
section.form .btn-submit.periscope-bg {
  box-shadow: -11px 11px 79px rgba(63, 161, 192, 0.38);
}
section.form .btn-submit.linkedin-bg {
  box-shadow: -11px 11px 79px rgba(2, 111, 172, 0.38);
}
section.form .btn-submit.telegram-bg {
  box-shadow: -11px 11px 79px rgba(52, 166, 216, 0.38);
}
section.form .btn-submit.reddit-bg {
  box-shadow: -11px 11px 79 pxx rgba(255, 69, 0, 0.38);
}
section.form .bg {
  box-shadow: -11px 11px 79px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  background-color: #ffffff;
  padding: 10px;
}
section.form .bg .form-control {
  border: 0;
  color: #7d859b;
  font-size: 22px;
  font-weight: 400;
}
section.form .bg span.icon {
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  min-width: 60px;
  min-height: 60px;
}
section.form .bg span.icon.instagram-bg {
  box-shadow: -7px 7px 27px rgba(225, 48, 108, 0.43);
}
section.form .bg span.icon.twitter-bg {
  box-shadow: -7px 7px 27px rgba(29, 161, 242, 0.43);
}
section.form .bg span.icon.facebook-bg {
  box-shadow: -7px 7px 27px rgba(24, 115, 235, 0.43);
}
section.form .bg span.icon.tiktok-bg {
  box-shadow: -7px 7px 27px rgba(13, 18, 31, 0.43);
}
section.form .bg span.icon.youtube-bg {
  box-shadow: -7px 7px 27px rgba(255, 0, 0, 0.43);
}
section.form .bg span.icon.clubhouse-bg {
  box-shadow: -7px 7px 27px rgba(101, 21, 221, 0.43);
}
section.form .bg span.icon.soundcloud-bg {
  box-shadow: -7px 7px 27px rgba(249, 118, 55, 0.43);
}
section.form .bg span.icon.tumblr-bg {
  box-shadow: -7px 7px 27px rgba(27, 53, 97, 0.43);
}
section.form .bg span.icon.pinterest-bg {
  box-shadow: -7px 7px 27px rgba(193, 31, 38, 0.43);
}
section.form .bg span.icon.spotify-bg {
  box-shadow: -7px 7px 27px rgba(30, 212, 95, 0.43);
}
section.form .bg span.icon.vimeo-bg {
  box-shadow: -7px 7px 27px rgba(0, 169, 233, 0.43);
}
section.form .bg span.icon.twitch-bg {
  box-shadow: -7px 7px 27px rgba(141, 69, 248, 0.43);
}
section.form .bg span.icon.periscope-bg {
  box-shadow: -7px 7px 27px rgba(63, 161, 192, 0.43);
}
section.form .bg span.icon.linkedin-bg {
  box-shadow: -7px 7px 27px rgba(2, 111, 172, 0.43);
}
section.form .bg span.icon.telegram-bg {
  box-shadow: -7px 7px 27px rgba(52, 166, 216, 0.43);
}
section.form .bg span.icon.reddit-bg {
  box-shadow: -7px 7px 27px rgba(255, 69, 0, 0.43);
}

section.popup {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  color: #19203f;
  display: none;
}
section.popup .step1, section.popup .step2, section.popup .step3 {
  display: none;
}
section.popup .progress {
  background-color: #d3d7eb;
}
section.popup span.icon {
  margin: 0 auto;
  background-color: #000;
  color: #fff;
  width: 126px;
  height: 126px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  border-radius: 100%;
  margin-bottom: -30px;
  position: relative;
  z-index: 1;
}
section.popup span.icon:before {
  content: "";
  position: absolute;
  background: url("../img/tools-popup-user.png") center center no-repeat;
  width: 145px;
  height: 60px;
  top: -40px;
}
section.popup .box {
  position: relative;
  z-index: 2;
  width: 100%;
  border-radius: 2px;
  background-color: #ffffff;
}
section.popup .box .head {
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d3d7eb;
}
section.popup .box .head img.avatar {
  width: 70px;
  height: 70px;
  min-width: 70px;
  min-height: 70px;
  object-fit: cover;
  border-radius: 100%;
}
section.popup .box .head .name {
  color: #1d3163;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 4px;
}
section.popup .box .head .username {
  color: #858aa0;
  font-size: 18px;
}
section.popup .box .head .r li.big {
  border-radius: 2px;
  border: 1px solid #1da1f2;
  background-color: #ffffff;
  padding: 13px;
  width: 112px;
  max-width: 112px;
}
section.popup .box .head .r li.big span {
  color: #1d3163;
  font-size: 14px;
}
section.popup .box .head .r li.big b {
  margin-top: 4px;
  margin-bottom: 4px;
  display: block;
  color: #1da1f2;
  font-size: 20px;
  font-weight: 600;
}
section.popup .box .head .r li.small {
  transform: scale(1.3);
}
section.popup .box .head .r li.small span.overlay {
  width: 34px;
  height: 34px;
  min-width: 34px;
  min-height: 34px;
  border-radius: 100%;
  background-color: #1da1f2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
}
section.popup .box .body {
  padding-top: 30px;
  text-align: center;
}
section.popup .box .body .title {
  color: #19203f;
  font-size: 20px;
  font-weight: 600;
}
section.popup .box .body p {
  margin-top: 10px;
  color: #19203f;
  font-size: 16px;
}
section.popup .box .body .progressarea {
  margin-top: 45px;
}
section.popup .box .body ul {
  margin-top: -1px;
}
section.popup .box .body ul li {
  text-align: center;
  color: #19203f;
  font-size: 13px;
  font-weight: 600;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  flex-grow: 1;
}
section.popup .box .body ul li span {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background: #d3d7eb;
  border-radius: 100%;
  top: -7px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}
section.popup .box .body ul li.bordernow span:before {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  border: 1px solid transparent;
  border-radius: 100%;
  left: -7px;
  top: -7px;
  animation: leaves 1.3s ease-in-out infinite alternate;
  -webkit-animation: leaves 1.3s ease-in-out infinite alternate;
}
@keyframes leaves {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.3);
  }
}
section.popup .box .footer {
  background: #f6f7fb;
  border-top: 1px solid #d3d7eb;
  padding: 30px;
  padding-top: 45px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
section.popup .box .footer .freebalance {
  text-align: center;
  position: relative;
}
section.popup .box .footer .freebalance img {
  width: 89px;
  height: 89px;
  position: relative;
  top: -62px;
  margin-bottom: -50px;
}
section.popup .box .footer .freebalance .title {
  color: #19203f;
  font-size: 22px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 17px;
}
section.popup .box .footer .freebalance .text {
  color: #19203f;
  font-size: 18px;
}
section.popup .box .footer .freebalance .btn.btn-register {
  margin-top: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: -6px 6px 18px rgba(24, 211, 166, 0.31);
  border-radius: 2px;
  background-color: #18d3a6;
  color: #ffffff;
  font-size: 16px;
  padding: 17px 22px;
  width: 270px;
  max-width: 100%;
}
section.popup .box .footer .freebalance .btn.btn-register:hover {
  background-color: rgb(21.3957446809, 188.1042553191, 147.9872340426);
  box-shadow: -6px 6px 18px rgba(24, 211, 166, 0.4);
}
section.popup .box .footer .couponbox {
  border-radius: 2px;
  background-color: #455ee0;
  padding: 30px;
  text-align: center;
  position: relative;
}
section.popup .box .footer .couponbox img {
  width: 55px;
  height: 55px;
  border-radius: 100%;
  position: relative;
  top: -55px;
  margin-bottom: -40px;
}
section.popup .box .footer .couponbox .title {
  margin-top: 14px;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 10px;
}
section.popup .box .footer .couponbox .text {
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
}
section.popup .box .footer .couponbox .buttons {
  margin-top: 30px;
}
section.popup .box .footer .couponbox .buttons a.btn-copy {
  flex-grow: 1;
  width: 100%;
  border-radius: 2px;
  background: #fff;
  padding: 12px 12px 12px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.popup .box .footer .couponbox .buttons a.btn-copy span.cicon {
  border-radius: 2px;
  background-color: rgba(69, 94, 224, 0.2);
  color: #455ee0;
  font-size: 16px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.popup .box .footer .couponbox .buttons a.btn-copy span.cicon:hover {
  background-color: rgb(69, 94, 224);
  color: #fff;
}
section.popup .box .footer .couponbox .buttons a.btn-copy span:not(.cicon) {
  color: #060b11;
  font-size: 16px;
}
section.popup .box .footer .couponbox .buttons a.btn-copy span:not(.cicon) b {
  font-weight: 600;
}
section.popup .box .footer .couponbox .buttons a.btn-packages {
  flex-grow: 1;
  width: 100%;
  border-radius: 2px;
  background-color: #18d3a6;
  color: #ffffff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 26px;
  font-weight: 500;
}
section.popup .box .footer .couponbox .buttons a.btn-packages:hover {
  background-color: rgb(21.3957446809, 188.1042553191, 147.9872340426);
}

section.videoconvert {
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 9999999;
  box-shadow: -10px 10px 29px rgba(0, 0, 0, 0.05);
}
section.videoconvert .head {
  border-bottom: 2px solid #d4e2e9;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
section.videoconvert .head .title {
  color: #ff0000;
  font-size: 18px;
  font-weight: 600;
}
section.videoconvert .head a.closeVideoConvert {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff0000;
  border-radius: 100%;
  font-size: 20px;
  color: #fff;
  position: absolute;
  right: 0;
  top: -60px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
section.videoconvert .head a.closeVideoConvert:hover {
  background: rgb(229.5, 0, 0);
}
section.videoconvert .body {
  padding-top: 30px;
  padding-bottom: 30px;
}
section.videoconvert .body img {
  border-radius: 2px;
  height: 185px;
  object-fit: cover;
}
section.videoconvert .body .title {
  color: #455ee0;
  font-size: 26px;
  font-weight: 600;
  margin-top: 18px;
  margin-bottom: 12px;
}
section.videoconvert .body span {
  color: #868ead;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
section.videoconvert .body span i {
  margin-right: 11px;
}
section.videoconvert .body .btn-submit {
  box-shadow: -11px 11px 29px rgba(0, 0, 0, 0.07);
  border-radius: 2px;
  background-color: #ff0000;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 200px;
  margin-top: 20px;
}
section.videoconvert .body .btn-submit:hover {
  background-color: rgb(229.5, 0, 0);
}
section.videoconvert .body .group {
  border-radius: 2px;
  border: 2px solid #b9cfdb;
  background-color: #ffffff;
  padding: 14px;
}
section.videoconvert .body .group small {
  opacity: 0.6;
  color: #212635;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 6px;
  display: block;
}
section.videoconvert .body .group ul li {
  border-radius: 2px;
  background-color: rgba(185, 207, 219, 0.2);
  color: #212635;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 14px;
  margin-right: 10px;
  cursor: pointer;
}
section.videoconvert .body .group ul li.active, section.videoconvert .body .group ul li:hover {
  background-color: #b9cfdb;
}

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.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;
  }
  .cover {
    padding-top: 64px;
  }
}
@media (max-width: 1199px) {
  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;
  }
  .cover span.icon {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }
  .cover h1 {
    font-size: 32px;
  }
  .cover p {
    font-size: 16px;
  }
  section.form .bg .form-control {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  section.howtobuy .box i.big {
    display: none;
  }
  section.howtobuy .box img {
    width: 100%;
  }
  section.howtobuy .box {
    padding-right: 40px;
  }
  section.tool .body form .mygroup {
    margin-bottom: 12px;
  }
  section.tool .body form .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;
  }
  .cover {
    padding-top: 20px;
    padding-bottom: 28px;
  }
  section.form .btn-submit {
    font-size: 14px;
    margin-top: 10px;
    padding: 10px;
    opacity: 1;
  }
  section.cover {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #0d1c32;
  }
  .cover span.icon {
    width: 64px;
    height: 64px;
    margin-bottom: 14px;
    font-size: 30px;
  }
  section.form {
    background: #0b1a2f;
  }
}
@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;
  }
}
@media (max-width: 576px) {
  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.form .bg span.icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    font-size: 16px;
  }
  section.form .bg .form-control {
    font-size: 14px;
    padding-right: 0px;
  }
}

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