.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.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;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}


body {
  background-color: #e6f6ff;
}

nav.stickybar {
  display: none !important;
}

.slick-initialized,
.slick-slide:first-child {
  display: block;
}

.loadss {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.loadss.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.loadss .slick-slide {
  display: none !important;
}

.loadss .slick-slide {
  display: block !important;
}

main {
  position: relative;
}
main img {
  max-width: 100%;
  height: auto;
}
main.nobefore:before {
  display: none;
}
main:before {
  width: 100%;
  height: 620px;
  background-color: #19203f;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.blogmenu {
  border-top: 1px solid #dfe2ef;
  background: #fff;
  position: relative;
}
.blogmenu button.toggleMenu {
  display: none;
  align-items: center;
  color: #303754;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  background: transparent;
  border: 0;
  margin-left: 0;
  padding-left: 0;
}
.blogmenu button.toggleMenu i {
  margin-right: 12px;
  color: #bcc1d8;
  transition: all 0.3s ease-in-out;
  line-height: 0;
}
.blogmenu form.search {
  width: 190px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #d1d5e9;
  background-color: #ffffff;
}
.blogmenu form.search input {
  border: 0;
  background: transparent;
  padding-left: 20px;
}
.blogmenu form.search i {
  color: #bcc1d8;
  transition: all 0.3s ease-in-out;
}
.blogmenu form.search i:hover {
  color: #455ee0;
}
.blogmenu ul.nav {
  gap: 30px;
}
.blogmenu ul.nav li.nav-item a.nav-link {
  display: flex;
  align-items: center;
  color: #303754;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding: 20px 0;
  transition: all 0.3s ease-in-out;
}
.blogmenu ul.nav li.nav-item a.nav-link:before {
  width: 0;
  height: 1px;
  background: #455ee0;
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  transition: all 0.3s ease-in-out;
}
.blogmenu ul.nav li.nav-item a.nav-link.active, .blogmenu ul.nav li.nav-item a.nav-link:hover {
  color: #455ee0;
}
.blogmenu ul.nav li.nav-item a.nav-link.active:before, .blogmenu ul.nav li.nav-item a.nav-link:hover:before {
  width: 100%;
}
.blogmenu ul.nav li.nav-item a.nav-link.active i, .blogmenu ul.nav li.nav-item a.nav-link:hover i {
  color: #455ee0;
}
.blogmenu ul.nav li.nav-item a.nav-link i {
  margin-right: 12px;
  color: #bcc1d8;
  transition: all 0.3s ease-in-out;
  line-height: 0;
}

section.newSocial {
  z-index: 99;
}

.featuredslider {
  background-color: #19203f;
  padding-top: 40px;
  padding-bottom: 40px;
}
.featuredslider .slick {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background: #fff;
  max-height: 430px;
}
.featuredslider .slick .slick-slide {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.featuredslider .slick .slick-slide a {
  position: relative;
  display: flex;
}
.featuredslider .slick .slick-slide a span.badge {
  padding: 12px 20px;
  color: #ffffff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 99;
  transition: all 0.3s ease-in-out;
  border-radius: 10px 20px 20px 20px;
  font-weight: 500;
}
.featuredslider .slick .slick-slide a span.badge i {
  margin-right: 8px;
}
.featuredslider .slick .slick-slide a span.badge.green {
  box-shadow: -9px 9px 29px rgba(0, 0, 0, 0.16);
  background-color: #18d3a6;
}
.featuredslider .slick .slick-slide a:before {
  background: url("../img/featuredsliderbg.png") center center no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.featuredslider .slick .slick-slide a h2 {
  position: absolute;
  padding-bottom: 44px;
  padding-left: 50px;
  padding-right: 50px;
  color: #ffffff;
  font-weight: 600;
  font-size: 30px;
  z-index: 99999;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.featuredslider .slick .slick-slide a h2:hover {
  color: #455ee0;
}
.featuredslider .slick .slick-slide img {
  width: 100%;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.featuredslider .slick-thumbnail {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  padding-left: 10px;
  padding-right: 15px;
}
.featuredslider .slick-thumbnail .slick-slide {
  margin: 10px 5px;
  border-radius: 2px;
}
.featuredslider .slick-thumbnail .slick-slide img {
  border-radius: 2px;
}
.featuredslider .slick-thumbnail .slick-slide.slick-active.slick-current {
  position: relative;
  z-index: 999999;
  border-bottom: 4px solid #455ee0;
}
.featuredslider .slick-thumbnail .slick-list {
  margin: 0 -5px;
  width: 100%;
}
.featuredslider .subitem {
  border-radius: 2px;
  background-color: #ffffff;
  display: inline-flex;
  flex-direction: column;
  height: 100%;
  line-height: 1.2;
}
.featuredslider .subitem .detail {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.featuredslider .subitem .detail span.user {
  margin-top: -30px;
  display: flex;
  z-index: 99;
  position: relative;
  margin-bottom: 26px;
}
.featuredslider .subitem .detail span.user img {
  max-width: 70px;
  border-radius: 2px;
  max-height: 70px;
  width: 70px;
  height: 70px;
  object-fit: contain;
}
.featuredslider .subitem .detail span.user span.name {
  color: #8b90a8;
  margin-left: 14px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.featuredslider .subitem .detail span.user span.name:hover {
  color: #626677;
}
.featuredslider .subitem .detail h2 {
  color: #19203f;
  font-size: 20px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  margin-bottom: 14px;
}
.featuredslider .subitem .detail h2:hover {
  color: #455ee0;
}
.featuredslider .subitem .detail p {
  color: #19203f;
  font-size: 16px;
  font-weight: 400;
}
.featuredslider .subitem .detail span.list {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #bcc1d8;
  font-size: 14px;
  font-weight: 500;
}
.featuredslider .subitem .detail span.list i {
  margin-right: 8px;
}
.featuredslider .subitem .detail span.list a.btn-category {
  border-radius: 15px;
  background-color: rgba(141, 147, 174, 0.2);
  color: #8d93ae;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 16px;
  transition: all 0.3s ease-in-out;
}
.featuredslider .subitem .detail span.list a.btn-category:hover {
  background-color: #455ee0;
  color: #ffffff;
}

.featuredposts {
  padding-top: 38px;
  padding-bottom: 60px;
}
.featuredposts .head {
  padding-bottom: 30px;
  border-bottom: 1px solid #cacfe3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.featuredposts .head.green span.icon {
  box-shadow: -7px 7px 18px rgba(24, 211, 166, 0.54);
  background-color: #18d3a6;
}
.featuredposts .head.green span.name {
  color: #18d3a6;
}
.featuredposts .head.green .dwd:before {
  background: #18d3a6;
}
.featuredposts .head .dwd {
  position: relative;
}
.featuredposts .head .dwd:before {
  width: 100%;
  height: 1px;
  background: #455ee0;
  content: "";
  position: absolute;
  bottom: -31px;
  left: 0;
}
.featuredposts .head form {
  box-shadow: -7px 7px 18px rgba(0, 0, 0, 0.08);
  border-radius: 25px;
  background-color: #ffffff;
  height: 50px;
  width: 465px;
  padding-right: 10px;
}
.featuredposts .head form button {
  color: #bcc1d8;
}
.featuredposts .head form input {
  border: 0;
  color: #8a91b1;
  font-size: 16px;
  font-weight: 500;
  background: transparent;
  padding-left: 30px;
}
.featuredposts .head form input::placeholder {
  color: #8a91b1;
}
.featuredposts .head span.icon {
  box-shadow: -7px 7px 18px rgba(69, 94, 224, 0.54);
  border-radius: 2px;
  background-color: #455ee0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}
.featuredposts .head span.name {
  color: #1d3163;
  font-size: 18px;
  font-weight: 500;
  margin-left: 30px;
}
.featuredposts a.item {
  display: flex;
  border-radius: 5px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.featuredposts a.item span.badge {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  border-radius: 8px 40px 40px 40px;
  position: absolute;
  top: -10px;
  left: 10px;
  z-index: 99;
}
.featuredposts a.item span.badge.big {
  width: fit-content;
}
.featuredposts a.item span.badge.big i {
  margin-right: 6px;
}
.featuredposts a.item span.badge.green {
  background-color: #18d3a6;
}
.featuredposts a.item span.badge.blue {
  background-color: #0082f1;
}
.featuredposts a.item:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
.featuredposts a.item:hover img {
  opacity: 0.8;
}
.featuredposts a.item:before {
  background: url("../img/blogpostbg.png") center center no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
}
.featuredposts a.item h2 {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  line-height: 1.3;
}
.featuredposts a.item h2.big {
  font-size: 32px;
}
.featuredposts a.item img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  object-fit: cover;
}
.featuredposts a.item img.square {
  aspect-ratio: 1/1;
}
.featuredposts button.load-more {
  box-shadow: -8px 8px 24px rgba(48, 55, 84, 0.13);
  border-radius: 25px;
  background-color: #ffffff;
  color: #bcc1d8;
  font-size: 14px;
  font-weight: 500;
  padding: 18px 30px 18px 38px;
  display: flex;
  align-items: center;
  border: 0;
  transition: all 0.3s ease-in-out;
  margin: 30px auto 0;
}
.featuredposts button.load-more:hover {
  background-color: #455ee0;
  color: #ffffff;
  transform: translateY(-5px);
}
.featuredposts button.load-more i {
  margin-left: 30px;
}

.influencers {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.influencers .slick-slide {
  margin: 0 15px;
}
.influencers .slick-list {
  margin: 0 -15px;
}
.influencers .head {
  padding-bottom: 30px;
  border-bottom: 1px solid #cacfe3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.influencers .head .arrow-group {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}
.influencers .head .arrow-group .btn-arrow {
  border-radius: 2px;
  border: 1px solid #dae6ec;
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a6acc6;
  transition: all 0.3s ease-in-out;
}
.influencers .head .arrow-group .btn-arrow:hover {
  background: #dae6ec;
}
.influencers .head .dwd {
  position: relative;
}
.influencers .head .dwd:before {
  width: 100%;
  height: 1px;
  background: #455ee0;
  content: "";
  position: absolute;
  bottom: -31px;
  left: 0;
}
.influencers .head form {
  box-shadow: -7px 7px 18px rgba(0, 0, 0, 0.08);
  border-radius: 25px;
  background-color: #ffffff;
  height: 50px;
  width: 465px;
  padding-right: 10px;
}
.influencers .head form button {
  color: #bcc1d8;
}
.influencers .head form input {
  border: 0;
  color: #8a91b1;
  font-size: 16px;
  font-weight: 500;
  background: transparent;
  padding-left: 30px;
}
.influencers .head form input::placeholder {
  color: #8a91b1;
}
.influencers .head span.icon {
  box-shadow: -7px 7px 18px rgba(69, 94, 224, 0.54);
  border-radius: 2px;
  background-color: #455ee0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}
.influencers .head span.name {
  color: #1d3163;
  font-size: 18px;
  font-weight: 500;
  margin-left: 30px;
}
.influencers .item {
  border-radius: 2px;
  border: 1px solid #dae6ec;
  background-color: #ffffff;
  padding: 30px 20px 20px;
}
.influencers .item img {
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}
.influencers .item img:hover {
  opacity: 0.8;
}
.influencers .item a.name {
  color: #1d3163;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.influencers .item a.name:hover {
  color: #455ee0;
}
.influencers .item span.subtitle {
  color: #8b90a8;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
  display: block;
}
.influencers .item ul.social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.influencers .item ul.social li a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.influencers .item ul.social li a i {
  line-height: 0;
}
.influencers .item ul.social li a.instagram {
  background-color: rgba(229, 53, 161, 0.1);
  color: #e535a1;
}
.influencers .item ul.social li a.instagram:hover {
  background-color: #e535a1;
  color: #fff;
}
.influencers .item ul.social li a.facebook {
  background-color: rgba(24, 115, 235, 0.1);
  color: #1873eb;
}
.influencers .item ul.social li a.facebook:hover {
  background-color: #1873eb;
  color: #fff;
}
.influencers .item ul.social li a.twitter {
  background-color: rgba(29, 161, 242, 0.1);
  color: #1da1f2;
}
.influencers .item ul.social li a.twitter:hover {
  background-color: #1da1f2;
  color: #fff;
}
.influencers .item ul.social li a.tiktok {
  background-color: rgba(0, 0, 0, 0.1);
  color: #000;
}
.influencers .item ul.social li a.tiktok:hover {
  background-color: #000;
  color: #fff;
}
.influencers .item ul.social li a.youtube {
  background-color: rgba(255, 0, 0, 0.1);
  color: #ff0000;
}
.influencers .item ul.social li a.youtube:hover {
  background-color: #ff0000;
  color: #fff;
}

.others {
  padding-top: 46px;
  padding-bottom: 20px;
}
.others .head {
  padding-bottom: 30px;
  border-bottom: 1px solid #cacfe3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.others .head .dwd {
  position: relative;
}
.others .head .dwd:before {
  width: 100%;
  height: 1px;
  background: #455ee0;
  content: "";
  position: absolute;
  bottom: -31px;
  left: 0;
}
.others .head span.icon {
  box-shadow: -7px 7px 18px rgba(69, 94, 224, 0.54);
  border-radius: 2px;
  background-color: #455ee0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}
.others .head span.name {
  color: #1d3163;
  font-size: 18px;
  font-weight: 600;
  margin-left: 30px;
}
.others .body ul li:not(:last-child) {
  margin-bottom: 10px;
}
.others .body ul li a {
  box-shadow: -14px 14px 32px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  background-color: #ffffff;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 2;
}
.others .body ul li a:hover {
  box-shadow: -14px 14px 32px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
  z-index: 3;
}
.others .body ul li a img {
  height: 60px;
  width: 60px;
  border-radius: 2px;
  margin-right: 16px;
}
.others .body ul li a p {
  line-height: 1.3;
  color: #24222b;
  font-size: 16px;
  font-weight: 600;
  max-width: 250px;
}
.others .body ul li a span.ibox {
  border-radius: 17px;
  border: 1px solid rgba(153, 161, 181, 0.5);
  padding: 12px 8px 12px;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #99a1b5;
  font-size: 14px;
}
.others .body ul li a span.ibox i {
  margin-bottom: 6px;
}

.post {
  padding-top: 62px;
}
.post figure {
  width: 100%;
  max-width: 100% !important;
  min-width: 100% !important;
}
.post figure table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 30px;
  max-width: 100vw;
  overflow-x: auto;
}
.post figure table * {
  box-sizing: border-box;
  border-color: #dae0ea !important;
}
.post figure table th {
  color: #8b90a8;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  padding: 10px !important;
  border-bottom: 1px solid #dae0ea;
}
.post figure table td {
  color: #19203f;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  padding: 10px !important;
  border-bottom: 1px solid #dae0ea;
}
.post .box {
  border-radius: 2px;
  background-color: #ffffff;
}
.post .box .editor {
  padding: 20px 30px 0px;
}
.post .box .editor span.date {
  color: #bcc1d8;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.post .box .editor span.date i {
  margin-right: 6px;
}
.post .box .editor img {
  margin-right: 20px;
  height: 50px;
  width: 50px;
  border-radius: 5px;
  object-fit: cover;
}
.post .box .editor .name {
  color: #19203f;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2px;
}
.post .box .editor small {
  opacity: 0.5;
  color: #19203f;
  font-size: 14px;
  font-weight: 400;
}
.post .box .top {
  border-bottom: 1px solid #dae0ea;
  border-top: 1px solid #dae0ea;
  padding: 24px 30px;
}
.post .box .top a.share {
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background-color: #f5f6fa;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  display: flex;
  opacity: 0;
  visibility: hidden;
}
.post .box .top a.share.active {
  opacity: 1;
  visibility: visible;
  display: flex !important;
}
.post .box .top a.share.linkedin {
  box-shadow: -7px 7px 49px rgba(69, 94, 224, 0.24);
  border-radius: 2px;
  background-color: rgba(14, 118, 168, 0.2);
  color: #0e76a8;
}
.post .box .top a.share.linkedin:hover {
  background-color: #0e76a8;
  color: #fff;
}
.post .box .top a.share.facebook {
  box-shadow: -7px 7px 49px rgba(69, 94, 224, 0.24);
  border-radius: 2px;
  background-color: rgba(66, 103, 178, 0.2);
  color: #4267b2;
}
.post .box .top a.share.facebook:hover {
  background-color: #4267b2;
  color: #fff;
}
.post .box .top a.share.twitter {
  box-shadow: -7px 7px 49px rgba(69, 94, 224, 0.24);
  border-radius: 2px;
  background-color: rgba(29, 161, 242, 0.2);
  color: #1da1f2;
}
.post .box .top a.share.twitter:hover {
  background-color: #1da1f2;
  color: #fff;
}
.post .box .top a.share.whatsapp {
  color: #0dc143;
  box-shadow: -7px 7px 49px rgba(69, 94, 224, 0.24);
  border-radius: 2px;
  background-color: rgba(13, 193, 67, 0.2);
}
.post .box .top a.share.whatsapp:hover {
  background-color: #0dc143;
  color: #fff;
}
.post .box .top a.share.telegram {
  color: #039be5;
  box-shadow: -7px 7px 49px rgba(69, 94, 224, 0.24);
  border-radius: 2px;
  background-color: rgba(3, 155, 229, 0.2);
}
.post .box .top a.share.telegram:hover {
  background-color: #039be5;
  color: #fff;
}
.post .box .top .btn-box {
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.post .box .top .btn-box.blue {
  box-shadow: -7px 7px 49px rgba(69, 94, 224, 0.24);
  border-radius: 2px;
  background-color: #455ee0;
  margin-left: 20px;
}
.post .box .top .btn-box.green {
  box-shadow: -7px 7px 49px rgba(24, 211, 166, 0.24);
  border-radius: 2px;
  background-color: #18d3a6;
}
.post .box .top .icindekiler {
  box-shadow: 0 40px 40px rgba(0, 0, 0, 0.21);
  border-radius: 2px;
  background-color: #ffffff;
  border: 0;
  width: 100%;
  margin-top: 25px !important;
  margin-left: -30px !important;
  padding: 0;
}
.post .box .top .icindekiler ul.liste {
  padding: 30px;
  counter-reset: section;
  list-style-type: none;
}
.post .box .top .icindekiler ul.liste > li {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.post .box .top .icindekiler ul.liste > li > ul {
  padding-left: 50px;
  width: 100%;
  flex-grow: 1;
  margin-top: 18px;
  counter-reset: section;
  list-style-type: none;
}
.post .box .top .icindekiler ul.liste > li > ul > li {
  margin-bottom: 6px;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
}
.post .box .top .icindekiler ul.liste > li > ul > li > a {
  color: #303754;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: flex;
  align-items: center;
}
.post .box .top .icindekiler ul.liste > li > ul > li > a::before {
  counter-increment: section;
  content: counters(section, ".") " ";
  border-radius: 50%;
  background-color: rgba(69, 94, 224, 0.2);
  padding: 8px 14px;
  color: #455ee0;
  font-size: 14px;
  margin-right: 16px;
  max-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post .box .top .icindekiler ul.liste > li > ul > li > a:hover {
  color: #455ee0;
}
.post .box .top .icindekiler ul.liste > li > ul > li > ul {
  padding-left: 30px;
  width: 100%;
  flex-grow: 1;
  margin-top: 6px;
  counter-reset: section;
  list-style-type: none;
}
.post .box .top .icindekiler ul.liste > li > ul > li > ul > li {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
}
.post .box .top .icindekiler ul.liste > li > ul > li > ul > li > a {
  color: #303754;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: flex;
  align-items: center;
}
.post .box .top .icindekiler ul.liste > li > ul > li > ul > li > a::before {
  counter-increment: section;
  content: counters(section, ".") " ";
  border-radius: 50%;
  background-color: rgba(69, 94, 224, 0.2);
  padding: 8px 14px;
  color: #455ee0;
  font-size: 14px;
  margin-right: 16px;
  max-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post .box .top .icindekiler ul.liste > li > ul > li > ul > li > a:hover {
  color: #455ee0;
}
.post .box .top .icindekiler ul.liste > li > a {
  color: #303754;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: flex;
  align-items: center;
}
.post .box .top .icindekiler ul.liste > li > a::before {
  counter-increment: section;
  content: counters(section, ".") " ";
  border-radius: 50%;
  background-color: rgba(69, 94, 224, 0.2);
  padding: 8px 14px;
  color: #455ee0;
  font-size: 14px;
  margin-right: 16px;
  max-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post .box .top .icindekiler ul.liste > li > a:hover {
  color: #455ee0;
}
.post .box .top .quicklinks {
  display: flex;
  align-items: center;
  border: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  background: transparent;
}
.post .box .top .quicklinks::after {
  display: none;
}
.post .box .top .quicklinks.show i.ri-arrow-down-s-line {
  transform: rotate(180deg);
}
.post .box .top .quicklinks i {
  transition: all 0.3s ease-in-out;
}
.post .box .top .quicklinks span.icon {
  width: 40px;
  height: 40px;
  box-shadow: -7px 7px 49px rgba(69, 94, 224, 0.24);
  border-radius: 2px;
  background-color: #455ee0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 22px;
}
.post .box .top .quicklinks span.name {
  color: #303754;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
}
.post .box .content {
  color: #19203f;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  padding: 30px;
}
.post .box .content img {
  border-radius: 5px;
}
.post .box .content blockquote {
  color: #19203f;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding-left: 64px;
  margin-top: 40px;
  margin-bottom: 40px !important;
}
.post .box .content blockquote:before {
  width: 50px;
  height: 50px;
  background-color: rgba(247, 33, 68, 0.2);
  color: #f72144;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "remixicon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ee59";
  font-size: 20px;
}
.post .box .content > *:not(:last-child) {
  margin-bottom: 20px;
}
.post .box .content strong, .post .box .content b {
  font-weight: bold;
}
.post .box .content a {
  color: #455ee0;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.post .box .content a:not([class]):before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #455ee0;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease-in-out;
}
.post .box .content a:hover {
  color: #455ee0;
}
.post .box .content a:hover:before {
  width: 100%;
  transform: scaleX(1);
}
.post .box .content i:not([class*=ri-]) {
  font-style: italic;
}
.post .box .content .emoji {
  margin-top: 50px;
  background-color: rgba(24, 211, 166, 0.07);
  padding: 30px;
  margin-left: -30px;
  margin-right: -30px;
  border-top: 1px solid rgba(24, 211, 166, 0.2);
  border-bottom: 1px solid rgba(24, 211, 166, 0.2);
}
.post .box .content .emoji .name {
  color: #161010;
  font-size: 18px;
  font-weight: 700;
}
.post .box .content .emoji small {
  opacity: 0.5;
  color: #161010;
  font-size: 16px;
  font-weight: 400;
}
.post .box .content .emoji a.emoji-btn {
  display: inline-flex;
  align-items: center;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.post .box .content .emoji a.emoji-btn:hover {
  transform: translateY(-5px);
}
.post .box .content .emoji a.emoji-btn span.count {
  display: inline-flex;
  width: fit-content;
  box-shadow: 0 0 32px rgba(56, 53, 67, 0.31);
  border-radius: 12px;
  background-color: #ffffff;
  color: #303754;
  font-size: 16px;
  font-weight: 600;
  padding: 3px 20px;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
}
.post .box .content .suggestposts {
  background-color: rgba(24, 211, 166, 0.07);
  padding: 30px;
  margin-left: -30px;
  margin-right: -30px;
  border-top: 1px solid rgba(24, 211, 166, 0.2);
  border-bottom: 1px solid rgba(24, 211, 166, 0.2);
  margin-bottom: 40px;
}
.post .box .content .suggestposts .head {
  margin-bottom: 40px;
}
.post .box .content .suggestposts .head span.icon {
  width: 50px;
  height: 50px;
  box-shadow: -7px 7px 18px rgba(24, 211, 166, 0.54);
  border-radius: 2px;
  background-color: #18d3a6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  margin-right: 24px;
}
.post .box .content .suggestposts .head span.name {
  color: #1d3163;
  font-size: 18px;
  font-weight: 500;
}
.post .box .content .suggestposts .head .btn-arrow {
  box-shadow: -7px 7px 18px rgba(139, 144, 168, 0.1);
  border-radius: 2px;
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a6acc6;
  border: 0;
  transition: all 0.3s ease-in-out;
}
.post .box .content .suggestposts .head .btn-arrow:hover {
  color: #455ee0;
}
.post .box .content .suggestposts .body .slick-slide {
  padding: 0 10px;
}
.post .box .content .suggestposts .body .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}
.post .box .content .suggestposts .body .item {
  transition: all 0.3s ease-in-out;
}
.post .box .content .suggestposts .body .item:not(:last-child) {
  margin-bottom: 40px;
}
.post .box .content .suggestposts .body .item:hover {
  transform: translateY(-5px);
}
.post .box .content .suggestposts .body .item a.img {
  transition: all 0.3s ease-in-out;
  margin-bottom: 26px;
  border-radius: 2px;
}
.post .box .content .suggestposts .body .item a.img:hover {
  opacity: 0.8;
}
.post .box .content .suggestposts .body .item a.img img {
  width: 100%;
  height: 100%;
  border-radius: 2px;
}
.post .box .content .suggestposts .body .item a.category {
  color: #455ee0;
  font-size: 12px;
  font-weight: 500;
  display: block;
}
.post .box .content .suggestposts .body .item a.title {
  display: block;
  padding-top: 6px;
  color: #19203f;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.post .box .content .suggestposts .body .item a.title h2 {
  font-size: 18px;
}
.post .box .content .suggestposts .body .item a.title:hover {
  color: #455ee0;
}
.post .box .content .discount {
  border-radius: 2px;
  border: 1px solid rgba(255, 140, 16, 0.3);
  background-color: rgba(255, 140, 16, 0.14);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.post .box .content .discount span.icon {
  box-shadow: -11px 11px 24px rgba(255, 140, 16, 0.52);
  border-radius: 2px;
  background-color: #ff8c10;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  margin-right: 26px;
}
.post .box .content .discount .name {
  color: #ff8c10;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}
.post .box .content .discount small {
  color: #5a5f77;
  font-size: 16px;
  font-weight: 400;
}
.post .box .content .discount .coupon {
  background-color: #e77e0e;
  padding: 18px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 2px 0 0 2px;
  max-height: 60px;
  height: 60px;
}
.post .box .content .discount .coupon-text {
  background-color: #ff8c10;
  padding: 18px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0 2px 2px 0;
  max-height: 60px;
  height: 60px;
}
.post .box .content ul.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 50px;
}
.post .box .content ul.tags li a {
  display: inline-block;
  color: #8b90a8;
  font-size: 14px;
  font-weight: 400;
  border-radius: 2px;
  background-color: rgba(139, 144, 168, 0.1);
  padding: 10px 14px;
  transition: all 0.3s ease-in-out;
  max-width: 205px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.post .box .content ul.tags li a:hover {
  color: #455ee0;
  background-color: rgba(69, 94, 224, 0.1);
}
.post .box .content ul:not(.tags) {
  list-style: none !important;
  margin-bottom: 40px !important;
}
.post .box .content ul:not(.tags) li {
  position: relative;
  padding-left: 44px;
}
.post .box .content ul:not(.tags) li:before {
  color: #18d3a6;
  width: 30px;
  height: 30px;
  background-color: rgba(24, 211, 166, 0.2);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "\eb7b";
  border-radius: 50%;
  font-family: "remixicon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.post .box .content ul:not(.tags) li:not(:last-child) {
  margin-bottom: 20px;
}
.post .box .content ol {
  list-style: decimal;
  padding-left: 20px;
}
.post .box .content ol li:not(:last-child) {
  margin-bottom: 10px;
}
.post .box .content h1 {
  color: #19203f;
  font-size: 30px;
  font-weight: 600;
}
.post .box .content h2 {
  color: #19203f;
  font-size: 24px;
  font-weight: 600;
}
.post .box .content h3 {
  color: #19203f;
  font-size: 20px;
  font-weight: 600;
}
.post .box .content h4 {
  color: #19203f;
  font-size: 18px;
  font-weight: 600;
}
.post .box .comments {
  margin-bottom: 20px;
}
.post .box .comments .head {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.post .box .comments .head span.icon {
  width: 50px;
  height: 50px;
  box-shadow: -7px 7px 18px rgba(24, 211, 166, 0.54);
  border-radius: 2px;
  background-color: #18d3a6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  color: #fff;
  font-size: 20px;
}
.post .box .comments .head span.name {
  color: #1d3163;
  font-size: 18px;
  font-weight: 500;
}
.post .box .comments .body {
  padding-left: 30px;
  padding-right: 30px;
}
.post .box .comments .sendcomment {
  border-radius: 2px;
  border: 1px solid rgba(24, 211, 166, 0.3);
  background-color: rgba(24, 211, 166, 0.1);
  padding: 20px;
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}
.post .box .comments .sendcomment span.avatar {
  background-color: #303754;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post .box .comments .sendcomment input {
  border-radius: 2px;
  border: 1px solid #18d3a6;
  background-color: #ffffff;
  height: 60px;
  color: #9291aa;
  font-size: 16px;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;
}
.post .box .comments .sendcomment input::placeholder {
  color: #9291aa;
  font-size: 16px;
  font-weight: 500;
}
.post .box .comments .sendcomment button {
  border-radius: 2px;
  background-color: #18d3a6;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.post .box .comments .sendcomment button:hover {
  box-shadow: -7px 7px 18px rgba(24, 211, 166, 0.54) !important;
}
.post .box .comments .sendcomment .namecensor {
  height: 40px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(53, 60, 68, 0.1);
  color: #353c44;
  font-size: 14px;
  font-weight: 500;
  padding: 14px;
  border-radius: 2px;
  z-index: 999;
}
.post .box .comments .sendcomment .switch {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 12px;
}
.post .box .comments .sendcomment .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.post .box .comments .sendcomment .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border: 2px solid #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 40px;
}
.post .box .comments .sendcomment .slider:before {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  left: 1px;
  bottom: 1px;
  background-color: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
.post .box .comments .sendcomment input:checked + .slider {
  border-color: #000;
}
.post .box .comments .sendcomment input:checked + .slider:before {
  background-color: #000;
}
.post .box .comments .sendcomment input:focus + .slider {
  box-shadow: 0 0 1px #18d3a6;
}
.post .box .comments .sendcomment input:checked + .slider:before {
  -webkit-transform: translateX(7px);
  -ms-transform: translateX(7px);
  transform: translateX(7px);
}
.post .box .comments .sendcomment .slider.round {
  border-radius: 34px;
}
.post .box .comments .sendcomment .slider.round:before {
  border-radius: 50%;
}
.post .box .comments button.load-more {
  color: #bcc1d8;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  border: 0;
  background: transparent;
  padding: 0;
  text-align: center;
  margin: 40px auto;
  transition: all 0.3s ease-in-out;
}
.post .box .comments button.load-more:hover {
  color: #18d3a6;
}
.post .box .comments button.load-more i {
  margin-left: 30px;
}
.post .box .comments ul.commentlist {
  border-top: 1px solid #d3e5f0;
  margin-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
}
.post .box .comments ul.commentlist li {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d3e5f0;
}
.post .box .comments ul.commentlist li span.avatar {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(69, 94, 224, 0.5);
  background-color: rgba(69, 94, 224, 0.1);
  color: #455ee0;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 600;
}
.post .box .comments ul.commentlist li span.date {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 13px;
  background-color: rgba(24, 211, 166, 0.1);
  color: #18d3a6;
  font-size: 12px;
  font-weight: 500;
  padding: 6px 22px;
}
.post .box .comments ul.commentlist li .name {
  margin-top: 12px;
  color: #1d3163;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.post .box .comments ul.commentlist li p {
  color: #1d3163;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}
.post .sidebar {
  border-left: 1px solid #dae0ea;
  height: 100%;
}
.post .sidebar .head {
  padding: 24px 30px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dae0ea;
  min-height: 90px;
  font-weight: 600;
}
.post .sidebar .head span.icon {
  width: 40px;
  height: 40px;
  box-shadow: -7px 7px 18px rgba(24, 211, 166, 0.54);
  border-radius: 2px;
  background-color: #18d3a6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  margin-right: 16px;
}
.post .sidebar .head span.icon.blue {
  background: #455ee0;
  box-shadow: -7px 7px 18px rgba(69, 94, 224, 0.54);
}
.post .sidebar .head span.name {
  color: #1d3163;
  font-size: 16px;
  font-weight: 600;
}
.post .sidebar .body {
  padding: 30px;
  border-bottom: 1px solid #dae0ea;
}
.post .sidebar .body ul.tools li a {
  padding: 6px;
  border-radius: 26px;
  display: flex;
  align-items: center;
  margin-left: -6px;
  position: relative;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
.post .sidebar .body ul.tools li a span.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  width: 40px;
  height: 40px;
  background-color: #455ee0;
  border-radius: 26px;
  margin-right: 14px;
}
.post .sidebar .body ul.tools li a span.icon.tiktok-bg i:before, .post .sidebar .body ul.tools li a span.icon.clubhouse-bg i:before {
  height: 18px;
  width: 18px;
}
.post .sidebar .body ul.tools li a span.platform {
  color: #8b90a8;
  font-size: 14px;
  font-weight: 500;
}
.post .sidebar .body ul.tools li a span.name {
  display: block;
  margin-top: 5px;
  color: #19203f;
  font-size: 18px;
  font-weight: 600;
}
.post .sidebar .body ul.tools li a i.ri-arrow-right-s-line {
  margin-right: 10px;
  color: #fff;
}
.post .sidebar .body ul.tools li a.instagram span.icon {
  box-shadow: -4px 4px 24px rgba(225, 48, 108, 0.44);
}
.post .sidebar .body ul.tools li a.instagram:hover {
  background: rgba(225, 48, 108, 0.1);
}
.post .sidebar .body ul.tools li a.instagram:hover span.name, .post .sidebar .body ul.tools li a.instagram:hover i.ri-arrow-right-s-line {
  color: #e1306c;
}
.post .sidebar .body ul.tools li a.threads span.icon {
  box-shadow: -4px 4px 24px rgba(0, 0, 0, 0.44);
}
.post .sidebar .body ul.tools li a.threads:hover {
  background: rgba(0, 0, 0, 0.1);
}
.post .sidebar .body ul.tools li a.threads:hover span.name, .post .sidebar .body ul.tools li a.threads:hover i.ri-arrow-right-s-line {
  color: #000;
}
.post .sidebar .body ul.tools li a.twitter span.icon {
  box-shadow: -4px 4px 24px rgba(29, 161, 242, 0.44);
}
.post .sidebar .body ul.tools li a.twitter:hover {
  background: rgba(29, 161, 242, 0.1);
}
.post .sidebar .body ul.tools li a.twitter:hover span.name, .post .sidebar .body ul.tools li a.twitter:hover i.ri-arrow-right-s-line {
  color: #1da1f2;
}
.post .sidebar .body ul.tools li a.youtube span.icon {
  box-shadow: -4px 4px 24px rgba(255, 0, 0, 0.44);
}
.post .sidebar .body ul.tools li a.youtube:hover {
  background: rgba(255, 0, 0, 0.1);
}
.post .sidebar .body ul.tools li a.youtube:hover span.name, .post .sidebar .body ul.tools li a.youtube:hover i.ri-arrow-right-s-line {
  color: #ff0000;
}
.post .sidebar .body ul.tools li a.facebook span.icon {
  box-shadow: -4px 4px 24px rgba(24, 115, 235, 0.44);
}
.post .sidebar .body ul.tools li a.facebook:hover {
  background: rgba(24, 115, 235, 0.1);
}
.post .sidebar .body ul.tools li a.facebook:hover span.name, .post .sidebar .body ul.tools li a.facebook:hover i.ri-arrow-right-s-line {
  color: #1873eb;
}
.post .sidebar .body ul.tools li a.tiktok span.icon {
  box-shadow: -4px 4px 24px rgba(13, 18, 31, 0.44);
}
.post .sidebar .body ul.tools li a.tiktok:hover {
  background: rgba(13, 18, 31, 0.1);
}
.post .sidebar .body ul.tools li a.tiktok:hover span.name, .post .sidebar .body ul.tools li a.tiktok:hover i.ri-arrow-right-s-line {
  color: #0d121f;
}
.post .sidebar .body ul.tools li a.default span.icon {
  box-shadow: -4px 4px 24px rgba(69, 94, 224, 0.44);
}
.post .sidebar .body ul.tools li a.default:hover {
  background: rgba(69, 94, 224, 0.1);
}
.post .sidebar .body ul.tools li a.default:hover span.name, .post .sidebar .body ul.tools li a.default:hover i.ri-arrow-right-s-line {
  color: #455ee0;
}
.post .sidebar .body ul.nav li {
  width: 100%;
  display: flex;
}
.post .sidebar .body ul.nav li:first-child a {
  background: #f2f3f7;
}
.post .sidebar .body ul.nav li a {
  color: #303754;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px 22px;
  border-radius: 40px;
  font-weight: 600;
}
.post .sidebar .body ul.nav li a.active, .post .sidebar .body ul.nav li a:hover {
  background: #f2f3f7;
}
.post .sidebar .body ul.nav li a i {
  color: #bcc1d8;
  font-size: 20px;
  font-weight: 500;
  margin-right: 16px;
}
.post .sidebar .body .item {
  transition: all 0.3s ease-in-out;
}
.post .sidebar .body .item:not(:last-child) {
  margin-bottom: 40px;
}
.post .sidebar .body .item:hover {
  transform: translateY(-5px);
}
.post .sidebar .body .item a.img {
  transition: all 0.3s ease-in-out;
  margin-bottom: 26px;
  border-radius: 2px;
}
.post .sidebar .body .item a.img:hover {
  opacity: 0.8;
}
.post .sidebar .body .item a.img img {
  width: 100%;
  height: 100%;
  border-radius: 2px;
}
.post .sidebar .body .item a.category {
  color: #455ee0;
  font-size: 12px;
  font-weight: 500;
  display: block;
}
.post .sidebar .body .item a.title {
  display: block;
  padding-top: 10px;
  color: #19203f;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.post .sidebar .body .item a.title:hover {
  color: #455ee0;
}
.post .sidebar .body .infitem:not(:last-child) {
  margin-bottom: 40px;
}
.post .sidebar .body .infitem img {
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}
.post .sidebar .body .infitem img:hover {
  opacity: 0.8;
}
.post .sidebar .body .infitem a.name {
  margin-top: 20px;
  color: #1d3163;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.post .sidebar .body .infitem a.name:hover {
  color: #455ee0;
}
.post .sidebar .body .infitem span.subtitle {
  color: #8b90a8;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  display: block;
}
.post .sidebar .body .infitem ul.social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
}
.post .sidebar .body .infitem ul.social li a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.post .sidebar .body .infitem ul.social li a i {
  line-height: 0;
}
.post .sidebar .body .infitem ul.social li a.instagram {
  background-color: rgba(229, 53, 161, 0.1);
  color: #e535a1;
}
.post .sidebar .body .infitem ul.social li a.instagram:hover {
  background-color: #e535a1;
  color: #fff;
}
.post .sidebar .body .infitem ul.social li a.facebook {
  background-color: rgba(24, 115, 235, 0.1);
  color: #1873eb;
}
.post .sidebar .body .infitem ul.social li a.facebook:hover {
  background-color: #1873eb;
  color: #fff;
}
.post .sidebar .body .infitem ul.social li a.twitter {
  background-color: rgba(29, 161, 242, 0.1);
  color: #1da1f2;
}
.post .sidebar .body .infitem ul.social li a.twitter:hover {
  background-color: #1da1f2;
  color: #fff;
}
.post .sidebar .body .infitem ul.social li a.tiktok {
  background-color: rgba(0, 0, 0, 0.1);
  color: #000;
}
.post .sidebar .body .infitem ul.social li a.tiktok:hover {
  background-color: #000;
  color: #fff;
}
.post .sidebar .body .infitem ul.social li a.youtube {
  background-color: rgba(255, 0, 0, 0.1);
  color: #ff0000;
}
.post .sidebar .body .infitem ul.social li a.youtube:hover {
  background-color: #ff0000;
  color: #fff;
}
.post .sidebar .body a.btn-all {
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 30px;
  transition: all 0.3s ease-in-out;
}
.post .sidebar .body a.btn-all:hover {
  transform: translateY(-5px);
}
.post .sidebar .body a.btn-all.green {
  color: #18d3a6;
  background-color: rgba(24, 211, 166, 0.14);
}
.post .sidebar .body a.btn-all.green:hover {
  background-color: #18d3a6;
  color: #fff;
}
.post .sidebar .body a.btn-all.blue {
  color: #455ee0;
  background-color: rgba(69, 94, 224, 0.14);
}
.post .sidebar .body a.btn-all.blue:hover {
  background-color: #455ee0;
  color: #fff;
}

section.coversozler {
  padding-top: 74px;
  padding-bottom: 62px;
  background: url("../img/galata-district-with-galata-tower-istanbul.png") no-repeat center center #131624;
  background-size: cover;
}
section.coversozler form {
  margin-top: 58px;
  border-radius: 2px;
  background-color: #ffffff;
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 40px;
}
section.coversozler form i {
  color: #bcc1d8;
  font-size: 22px;
  margin-right: 40px;
}
section.coversozler form input {
  width: 100%;
  color: #8c90a0;
  font-size: 20px;
  border: 0;
  padding: 0;
}
section.coversozler form button {
  box-shadow: -7px 7px 29px rgba(24, 211, 166, 0.24);
  border-radius: 2px;
  background-color: #18d3a6;
  color: #ffffff;
  font-size: 16px;
  padding: 16px 28px;
  border: 0;
  transition: all 0.3s ease-in-out;
}
section.coversozler form button:hover {
  background-color: rgb(21.3957446809, 188.1042553191, 147.9872340426);
}
section.coversozler a.item {
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 26px 20px;
  color: #ffffff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.coversozler span.icon {
  box-shadow: -7px 7px 29px rgba(24, 211, 166, 0.24);
  background-color: #18d3a6;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
}
section.coversozler h1 {
  color: #ffffff;
  font-size: 28px;
  margin-top: 30px;
  margin-bottom: 26px;
}
section.coversozler p.desc {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
}
section.coversozler p.desc b {
  color: #18d3a6;
}

section.cover {
  background-color: #19203f;
  padding-top: 52px;
  padding-bottom: 48px;
}
section.cover.v2 {
  padding-top: 44px;
  padding-bottom: 44px;
}
section.cover.v2 h1 {
  margin-top: 0;
  margin-bottom: 28px;
}
section.cover ul.socials {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
section.cover ul.socials li a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
section.cover ul.socials li a i {
  line-height: 0;
}
section.cover ul.socials li a.instagram {
  background-color: rgba(229, 53, 161, 0.1);
  color: #e535a1;
}
section.cover ul.socials li a.instagram:hover {
  background-color: #e535a1;
  color: #fff;
}
section.cover ul.socials li a.facebook {
  background-color: rgba(24, 115, 235, 0.1);
  color: #1873eb;
}
section.cover ul.socials li a.facebook:hover {
  background-color: #1873eb;
  color: #fff;
}
section.cover ul.socials li a.twitter {
  background-color: rgba(29, 161, 242, 0.1);
  color: #1da1f2;
}
section.cover ul.socials li a.twitter:hover {
  background-color: #1da1f2;
  color: #fff;
}
section.cover span.icon {
  border-radius: 2px;
  background-color: #ffffff;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #455ee0;
  margin-right: 24px;
  font-size: 20px;
}
section.cover img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  object-fit: cover;
}
section.cover h1 {
  color: #ffffff;
  font-size: 24px;
  margin-top: 24px;
  font-weight: 500;
  margin-bottom: 6px;
}
section.cover small {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
}
section.cover small b, section.cover small strong {
  font-weight: 600;
}
section.cover form.search {
  width: 520px;
  height: 60px;
  max-width: 100%;
  border-radius: 30px;
  border: 1px solid #d1d5e9;
  background-color: #ffffff;
  padding-right: 10px;
}
section.cover form.search input {
  border: 0;
  background: transparent;
  padding-left: 30px;
}
section.cover form.search i {
  color: #bcc1d8;
  transition: all 0.3s ease-in-out;
}
section.cover form.search i:hover {
  color: #455ee0;
}

.bestcontents .box {
  padding-top: 50px;
  padding-bottom: 112px;
  position: relative;
}
.bestcontents .box:before {
  width: 50vw;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #000);
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  z-index: 1;
  backdrop-filter: blur(15px);
}

nav ul.pagination {
  display: none !important;
}

nav.stickybarnew {
  background-color: #19203f;
  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.stickybarnew a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 16px 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: #fff;
  font-size: 12px;
  font-weight: 600;
  position: relative;
}
nav.stickybarnew a:before {
  background-color: #455ee0;
  width: 100%;
  height: 4px;
  position: absolute;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  bottom: 0;
  left: 0;
  content: "";
  opacity: 0;
}
nav.stickybarnew a.active, nav.stickybarnew a.show {
  color: #fff;
}
nav.stickybarnew a.active:before, nav.stickybarnew a.show:before {
  opacity: 1;
}
nav.stickybarnew a.active i, nav.stickybarnew a.show i {
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
}
nav.stickybarnew a i, nav.stickybarnew 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: 10px;
  font-weight: normal;
}

@media (max-width: 1400px) {
  .blogmenu ul.nav {
    gap: 14px;
  }
  .blogmenu ul.nav li.nav-item a.nav-link {
    font-size: 14px;
  }
  .blogmenu ul.nav li.nav-item a.nav-link i {
    margin-right: 6px;
  }
  .featuredslider .subitem .detail span.list a.btn-category {
    padding: 10px 8px;
    font-size: 12px;
  }
  main::before {
    height: 585px;
  }
  .featuredposts a.item h2 {
    padding: 20px;
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .blogmenu form.search {
    display: none !important;
  }
  .others .head span.name {
    margin-left: 14px;
  }
  .post .box .top .icindekiler {
    margin-left: -28px !important;
  }
}
@media (max-width: 991px) {
  section.coversozler form {
    padding: 10px;
  }
  section.coversozler form i {
    margin-right: 10px;
  }
  .blogmenu button.toggleMenu {
    display: flex;
  }
  .blogmenu form.search {
    display: flex !important;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .blogmenu ul.nav {
    display: none;
    width: calc(100% - 80px);
    position: absolute;
    background: #fff;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    z-index: 999;
    gap: 0;
    margin-left: 40px;
    margin-right: 40px;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  .blogmenu ul.nav.active {
    display: flex;
  }
  .blogmenu ul.nav li.nav-item a.nav-link {
    border-bottom: 1px solid #f1f1f1;
    padding: 18px 20px;
  }
  .blogmenu ul.nav li.nav-item:last-child a {
    border-bottom: 0;
  }
  main:not(.bgbox):before {
    background: transparent;
  }
  .featuredslider {
    background: transparent;
    padding-top: 0;
    padding-bottom: 0;
  }
  .featuredslider .container {
    max-width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }
  .others .body ul li a h2 {
    width: fit-content;
    max-width: 100%;
  }
  .post .box .content .discount {
    flex-direction: column;
    gap: 20px;
  }
  .post .box .content .discount > *:first-child {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    gap: 20px;
  }
  .post .box .content .discount {
    margin-top: 40px;
  }
  .post .box .content .discount span.icon {
    margin-right: 0;
    margin-top: -50px;
  }
  .empty .title {
    font-size: 18px;
  }
  .post .box .content ul.tags {
    overflow-x: scroll;
    overflow-y: hidden;
    max-width: 100%;
    width: 100%;
    flex-wrap: nowrap;
    white-space: nowrap;
    justify-content: flex-start !important;
  }
  .post .box .content .emoji a.emoji-btn img {
    width: 50px;
    height: 50px;
  }
  .post .box .content .emoji a.emoji-btn span.count {
    padding: 3px 10px;
  }
  .post .box .comments .sendcomment span.avatar {
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
  }
  .post .box .comments .sendcomment span.avatar img {
    max-width: 50%;
    height: auto;
  }
  .blogmenu .container {
    max-width: 100%;
  }
  .blogmenu ul.nav li.nav-item a.nav-link {
    font-size: 16px;
    position: relative;
  }
  .blogmenu ul.nav li.nav-item a.nav-link:after {
    font-family: "remixicon" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ea6e";
    font-size: 14px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.3;
  }
  .blogmenu ul.nav li.nav-item a.nav-link i {
    margin-right: 10px;
  }
  .featuredposts .head form {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .featuredslider {
    overflow: hidden;
  }
  .featuredslider .slick-thumbnail .slick-slide img {
    width: 100%;
    height: auto;
  }
  .blogmenu ul.nav {
    margin-left: 12px;
    margin-right: 12px;
    width: calc(100% - 24px);
  }
  .featuredposts .head span.name {
    margin-left: 10px;
  }
  .post .box .top .area a {
    display: none !important;
  }
  .post {
    padding-top: 24px;
  }
  .post .box .top .icindekiler ul.liste > li a::before {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 576px) {
  nav.stickybarnew {
    display: flex;
  }
  .post .box .content h1 {
    font-size: 20px;
  }
  .post .box .content h2 {
    font-size: 18px;
  }
  .post .box .content h3 {
    font-size: 16px;
  }
  .post .box .content {
    font-size: 16px;
  }
  .post .box .content .discount small {
    font-size: 14px;
  }
  .post .box .content .discount .name {
    font-size: 18px;
  }
  .post .box .content .discount .coupon {
    height: 40px;
    max-height: 40px;
    padding: 9px;
  }
  .post .box .content .discount .coupon-text {
    height: 40px;
    max-height: 40px;
    padding: 9px;
  }
  .post .box .content .discount span.icon {
    width: 50px;
    height: 50px;
  }
  .post .box .content .suggestposts .head span.icon {
    margin-right: 10px;
  }
  .featuredslider .slick .slick-slide img {
    height: 300px;
    object-fit: cover;
  }
  .featuredposts a.item img {
    max-height: 240px;
    object-fit: cover;
  }
  .influencers .head span.name {
    margin-left: 10px;
  }
  section.cover span.icon {
    margin-right: 10px;
  }
  .post .box .top .icindekiler ul.liste > li > ul > li > a {
    font-size: 14px;
  }
  .blogmenu button.toggleMenu {
    font-size: 14px;
  }
  .blogmenu button.toggleMenu i {
    margin-right: 4px;
  }
  .blogmenu form.search input {
    padding: 4px 4px 4px 20px;
    font-size: 12px;
  }
  .blogmenu form.search {
    width: 180px;
  }
  .featuredslider .slick .slick-slide a h2 {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 20px;
    justify-content: center;
    width: 100%;
    min-width: 100% !important;
  }
  .featuredposts .head form {
    display: none !important;
  }
  .others .head {
    margin-bottom: 20px;
  }
  section.cover span.icon {
    width: 50px;
    height: 50px;
  }
  section.cover h1 {
    font-size: 18px;
  }
  section.cover.v2, section.cover, section.cover.v3, section.coversozler {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  section.cover form.search {
    height: 50px;
  }
  section.coversozler p.desc {
    text-align: center;
    line-height: 1.3;
  }
  section.coversozler form button {
    display: none;
  }
  section.coversozler form .g {
    width: 100% !important;
  }
  section.coversozler form {
    margin-top: 20px;
    height: 60px;
  }
  section.coversozler form input {
    font-size: 16px;
  }
  section.coversozler h1 {
    font-size: 20px;
  }
  .post .box .top .icindekiler {
    margin-left: -12px !important;
  }
  .post .box .editor img {
    margin-right: 10px;
  }
  .post .box .content ul.tags li a {
    padding: 7px 9px;
    font-size: 12px;
    max-width: 120px;
  }
  .post .box .content .emoji {
    flex-direction: column;
    gap: 20px;
  }
  .post .box .content .emoji .l {
    width: 100%;
    text-align: center;
  }
  .post .box .content .emoji a.emoji-btn img {
    object-fit: contain;
  }
  .post .box .comments .sendcomment span.avatar {
    display: none;
  }
  .post .box .comments .sendcomment .namecensor span:not(.slider) {
    display: none;
  }
  .post .box .comments .sendcomment .switch {
    margin-right: 0 !important;
  }
  .post .box .top .quicklinks span.icon {
    margin-right: 10px;
  }
  .post .box .top .icindekiler ul.liste {
    line-height: 1.3;
  }
  .post .box .top .icindekiler ul.liste > li > a {
    font-size: 16px;
  }
  .post .box .top .icindekiler ul.liste > li > ul {
    padding-left: 30px;
  }
  .post .box .top .icindekiler ul.liste > li::before {
    margin-right: 8px;
  }
}

/*# sourceMappingURL=newblog.css.map */
