/**
 * Theme Name: Auto Likes
 * Designed by: Tanvirul Islam Tusher
 * Contact for custom design: https://www.linkedin.com/in/tanvirul-islam-tusher-87982789/
*/

html, body {
  width: 100%;
  overflow-x: hidden !important;
  font-size: 14px;
}

::-webkit-scrollbar{width:8px}
::-webkit-scrollbar-track{background:#d4d4e9}
::-webkit-scrollbar-thumb{background:#333}
::-webkit-scrollbar-thumb:hover{background:#ff585c}

body,
p,
a,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}
a {
  text-decoration: none;
}
.hidden {
    display: none !important;
}
.guest {
  background-color: #f8fcff;
  background-repeat: no-repeat;
  background-position: top left;
}

.auth_body {
    background: #F4F7FF;
    transition: 0.54s;
}

.auth_body .main__page__area {
    display: flex;
}

.btn-outline-primary {
    --bs-btn-color: #ff646a;
    --bs-btn-border-color: #ff646a;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ff646a;
    --bs-btn-hover-border-color: #ff646a;
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ff646a;
    --bs-btn-active-border-color: #ff646a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ff646a;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ff646a;
    --bs-gradient: none;
}

/*.navbar.navbar-default {
  background-color: transparent;
  border: 0;
  padding-top: 5px;
}
.guest .navbar-default .navbar-nav > li > a {
  color: #99a1a7;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  padding: 15px 9px;
}
.guest .navbar-default .navbar-nav > .active > a,
.guest .navbar-default .navbar-nav > .active > a:hover,
.guest .navbar-default .navbar-nav > .active > a:focus,
.guest .navbar-default .navbar-nav a:hover {
  background-color: transparent;
  color: #ff646a !important;
}*/

/* ======================================
 *  . Nav bar
/* ====================================== */

.main-navbar {
    background-color: #fff;
    /*position: relative;*/
    top: -1px;
    width: 100%;
    box-shadow: 0 0.5rem 1rem rgba(33,37,41,.45)!important;
}

.offcanvas-backdrop.show {
    display: none;
}

.navbar-brand img {
    height: 40px;
}

.main-navbar.navbar-light .navbar-nav .nav-link {
    color: #333;
    font-weight: 400;
    border-bottom: 2px solid transparent;
}

.main-navbar.navbar-light .navbar-nav .nav-link.active {
    color: #ff646a;
    font-weight: 600;
    border-bottom: 2px solid #ff646a;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.main-navbar.navbar-light .navbar-collapse .btn {
    color: #333;
    font-weight: 600;
    border-radius: 15px;
    padding: .25rem 1rem;
}

.main-navbar.navbar-light .navbar-collapse .btn-outline-light {
    border:2px solid #ff646a;
}

.main-navbar.navbar-light .navbar-collapse .btn-outline-light:hover {
    background-color: #ff646a;
    color: #fff;
}

.main-navbar.navbar-light .navbar-collapse .btn-danger {
    border:2px solid #ff646a;
    background-color: #ff646a;
    color: #fff;
}

.main-navbar.navbar-light .navbar-collapse .btn-danger:hover {
    border-color: #ff646a;
    background-color:#ff646a;
}

.main-navbar .navbar-toggler-icon {
    width: 1em;
    height: 1.2em;
}

.main-navbar .navbar-toggler:focus {
    outline: 0;
    box-shadow: none;
}

/* Navbar */

@media (max-width: 991.98px) {
    .main-navbar .offcanvas-collapse {
      position: fixed;
      top: 86px; /* Height of navbar */
      bottom: 0;
      left: 100%;
      width: 100%;
      padding-right: 1rem;
      padding-left: 1rem;
      overflow-y: auto;
      visibility: hidden;
      background-color: #f8fcff;
      transition-timing-function: ease-in-out;
      transition-duration: .3s;
      transition-property: left, visibility;
    }
    .main-navbar .offcanvas-collapse.show {
      left: 0;
      visibility: visible;
    }
}

.guest .inner-top-banner {
    padding-top: 130px !important;
    padding-bottom: 60px  !important;
}

.auth_body .inner-top-banner {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

@media (max-width: 991.98px) {
  .guest .inner-top-banner {
      padding-top: 120px !important;
      padding-bottom: 40px  !important;
  }
}

.auth_body .content__area .container {
  width: 100%;
  min-width: 100%;
}

.auth_body .content__area footer .container {
  width: 100%;
  /* min-width: 1320px; */
  max-width: 100%;
}

@media (max-width: 991.98px) {
  .auth_body .content__area footer .container {
    width: 100%;
    min-width: 100%;
  }
}

#search {
  height: 54px !important;
  border: 1px solid #dee2e6;
}

.ser-well.services-div {
    background: #f3f3f3;
    padding: 19px;
    border-radius: 12px;
    margin-bottom: 20px;
    position: relative;
}

#service-table {
    border-collapse: separate;
    border-spacing: 0 15px;
}

#service-table tbody tr td {
    background-color: #fff;
    border: 0 !important;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px !important;
}

tr.serviceTitle {
    color: #fff;
    font-weight: 600;
}

tr.serviceTitle td {
  background: transparent;
  font-size: 25px !important;
  font-weight: 600 !important;
  color: #ff646a !important;
}

table#service-table .badge {
    font-size: 14px;
    border-radius: 11px;
    padding: 6px 14px;
}

.serviceInfo .icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(180deg, #43B9FE 0%, #207CFE 100%);
    color: #fff;
    font-size: 18px;
    border-radius: 50px;
    margin: 0 auto;
    line-height: 40px;
}

.serviceInfo .text h4 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 5px;
}

.serviceInfo.text > span {
    font-size: 14px;
    display: block;
}

#top-sec::after {
    content: '';
    width: 1440px;
    height: 1440px;
    position: absolute;
    left: -460px;
    top: -790px;
    z-index: -1;
    border-radius: 1440px;
    background: linear-gradient(to top, #f8d6d7 0%, rgba(255, 244, 255, 0.00) 60.66%);
}

#top-sec {
  padding: 140px 0 50px;
  position: relative;
}
.top-img-1 {
    position: absolute;
    left: 35%;
    top: 10%;
    -webkit-animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
    animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
}

.top-img-2 {
    position: absolute;
    right: 7%;
    bottom: 28%;
    -webkit-animation: hero-thumb-sm-animation 3s linear infinite alternate;
    animation: hero-thumb-sm-animation 3s linear infinite alternate;
}

@keyframes hero-thumb-sm-2-animation {
    0% {
        transform: translateY(-30px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes hero-thumb-sm-animation {
    0% {
        transform: translateY(-20px) translateX(30px)
    }

    to {
        transform: translateY(-20px) translateX(0)
    }
}
.top-sec-img {
  -webkit-animation: hero-thumb-animation 2s linear infinite alternate;
  animation: hero-thumb-animation 2s linear infinite alternate;
}
@keyframes hero-thumb-animation {
    0% {
        transform: translateY(-20px)
    }

    to {
        transform: translateY(0)
    }
}

@media screen and (max-width: 768px) {
  .top-sec-img-wrap {
    margin-top: 20px;
  }
  .top-img-1 {
    left: 34%;
    top: 5%;
    width: 50px;
}

.top-img-2 {
    position: absolute;
    right: 10%;
    bottom: 18%;
    width: 50px;
  }

}

.top-subtitle {
  color: #ff585c;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  font-family: "Quicksand", sans-serif;
  text-transform: lowercase;
}
.main-title {
  color: #111;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 0;
}
.hero_top_content {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 50px;
    background: #fff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.14);
}
.title-underline {
    position: relative;
    color: #000000;
    font-weight: 700;
    display: inline-block;
}

.title-underline::before {
    content: '';
    background-image: url('https://storage.perfectcdn.com/l1rb3r/k69b2ba7amdqymc1.webp');
    width: 46px;
    height: 55px;
    position: absolute;
    top: 3px;
    right: -30px;
}
.title-underline::after {
    content: '';
    background-image: url('https://storage.perfectcdn.com/l1rb3r/p9ul3u4m13tah8n8.webp');
    width: 295px;
    height: 26px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14px;
    margin: auto;
}
.title-extra-style {
  font-weight: 700;
  background-image: url("https://storage.perfectcdn.com/idjpe8/dq724anku2jhwix4.png");
  background-size: 100% 100%;
  padding: 0 15px;
  position: relative;
  cursor: pointer;
}
.main-title:hover .title-extra-style::after {
  background-size: 95% 95%;
  transform: rotate(360deg);
  transition: 0.8s linear;
}
.title-extra-style::after {
  content: "";
  background-image: url("https://storage.perfectcdn.com/l1rb3r/erah6rhqa676ym2n.png");
  width: 46px;
  height: 49px;
  position: absolute;
  bottom: -5px;
  right: -35px;
}
.top-sec-img-wrap {
  position: relative;
}
.best-img {
  position: absolute;
  right: 100px;
  bottom: -40px;
  box-shadow: 0 30px 20px 0 rgba(0, 0, 0, 10%);
  border-radius: 100px;
  animation: rotate 10s linear infinite;
}
.form-group {
  position: relative;
}
.form-control, .form-select {
  height: 60px;
  border-radius: 15px;
  border: 1px solid #d2e4ff;
  background-color: #fff;
  /*box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;*/
  color: #333;
  font-size: 14px;
  font-weight: 400;
}
.inpt-icon {
  position: absolute;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-radius: 7px;
  color: #fff;
  background-color: #ff585c;
  font-size: 18px;
  top: 50%;
  transform: translateY(-50%);
  left: 11px;
}
.inpt-icon + .form-control {
  padding-left: 55px;
}
.check-box-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.check-box-wrap .checkbox {
  margin: 0;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}
.forgot-password1 {
  color: #333;
  font-size: 14px;
  font-weight: 400;
}
.btn.btn-primary {
  border-radius: 30px;
  border: 1px solid #ff646a;
  background-color: #ff646a;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

a.btn.btn-primary.btn_style {
    background: #fff;
    color: #333;
}

.btn.btn-primary.signin {
  min-width: 175px;
  padding: 15px;
}

.btn.btn-secondary {
  display: inline-flex;
  padding: 15px;
  color: #ff646a;
  font-size: 14px;
  font-weight: 600;
  align-items: center;
  align-content: center;
}
.btn.btn-secondary .fas.fa-arrow-right {
  background-color: #ff585c;
  width: 25px;
  height: 25px;
  font-size: ;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 100px;
  color: #fff;
  margin-left: 10px;
  font-size: 12px;
}
.top-signup-btn {
  background: transparent;
  border: 0;
}
.top-signup-btn:hover {
  background: transparent;
}
.stats-box {
  display: flex;
  align-items: center;
  align-content: center;
  margin-bottom: 12px;
}
.stats-box-title {
  margin: 0 0 0 5px;
  color: #ff646a;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
.stats-box-subtitle {
  font-size: 14px;
  font-weight: 400;
}
#social-sec {
  padding: 50px 0;
  background: #f9e6eb;
}
.social-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.social-img {
  transition: all 0.3s linear;
}

.social-img:hover {
  transform: translateY(-4px);
  cursor: pointer;
}

.info-ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.info-ul li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.info-ul p {
    font-size: 14px;
    font-weight: 400;
    color: #ff646a;
    position: relative;
    padding-left: 29px;
}

.info-ul p::after {
    content: '';
    position: absolute;
    background-image: url("https://storage.perfectcdn.com/l1rb3r/erah6rhqa676ym2n.png");
    width: 26px;
    height: 29px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-size: 26px 29px;
}

#cheapest {
  padding: 80px 0;
}
.cheapest-img-1 {
    position: absolute;
    top: 30%;
    left: 0;
    -webkit-animation: hero-thumb-sm-2-animation 2s linear infinite alternate;
    animation: hero-thumb-sm-2-animation 2s linear infinite alternate;
}

.cheapest-img-2 {
    position: absolute;
    top: 7%;
    right: 0;
    -webkit-animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
    animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
}

@media screen and (max-width: 768px) {
  .cheapest-img-1 {
      left: 7%;
      width: 100px;
  }

  .cheapest-img-2 {
      right: 0;
      width: 90px;
  }

}

.title {
  color: #ff646a;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.4;
}
.txt {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.btn.btn-primary.btn-primary2 {
  border-radius: 30px;
  border: 1px solid #f09e9e;
  background: linear-gradient(180deg, #ff585c 0%, #f09e9e 100%);
}
#work {
  padding: 80px 0;
  position: relative;
  background-image: url("https://storage.perfectcdn.com/l1rb3r/irhp68tod07t8fxf.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.row.work-row {
  position: relative;
}
#work .txt,
#work .title {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
}
.row.work-row::before {
  content: "";
  background-image: url("https://storage.perfectcdn.com/l1rb3r/cryln6gmea9f03ks.png");
  width: 100%;
  height: 479px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.row.work-row {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.work-icon {
  width: 62px;
  height: 62px;
  margin: auto auto 18px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  background-color: #000;
  border-radius: 100px;
  font-size: 30px;
  color: #fff;
}
.work-title {
  margin: 0 0 15px;
  color: #ff646a;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.work-wrap {
  background-color: #fff;
  border-radius: 30px;
  padding: 40px 25px;
  position: relative;
  min-height: 380px;
}

#work .work-wrap .txt {
  color: #333;
  margin-bottom: 0;
}
.row.work-box-row {
  margin-top: 40px;
}
.work-wrap::after {
  content: "";
  background-color: #fbbc05;
  opacity: 0.8;
  filter: blur(50px);
  width: 108px;
  height: 108px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -10px;
  z-index: -1;
}
.work-yellow .work-icon {
  background-color: #fbbc05;
  box-shadow: 0 8px 10px 0 #fbbc0550;
}
.work-blue .work-icon {
  background-color: #5ad7ff;
  box-shadow: 0 8px 10px 0 #5ad7ff50;
}
.work-green .work-icon {
  background-color: #40cbb3;
  box-shadow: 0 8px 10px 0 #40cbb350;
}
.work-pink .work-icon {
  background-color: #ea559b;
  box-shadow: 0 8px 10px 0 #ea559b50;
}
.work-wrap.work-blue::after {
  background-color: #5ad7ff;
}
.work-wrap.work-green::after {
  background-color: #40cbb3;
}
.work-wrap.work-pink::after {
  background-color: #ea559b;
}
#amazing {
  padding: 80px 0;
  position: relative;
}
#amazing .title {
  margin-bottom: 50px;
}
.amazing-tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  border: 0;
}
.amazing-tabs li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  border-radius: 35.5px;
  border: 1px solid #d2e4ff !important;
  background-color: #fff !important;
  color: #ff646a !important;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 10px;
}
.amazing-tabs li a .tab-icon {
  margin-right: 8px;
}
.amazing-tabs li.active a,
.amazing-tabs li a:hover,
.amazing-tabs li.active a:hover {
  border-color: #ff646a !important;
}
#amazing .tab-content {
  margin-top: 35px;
}
.amazintab-box {
  border-radius: 30px;
  border: 1px solid #d2e4ff;
  background: #fff;
  padding: 20px;
  transition: 0.3s linear;
  margin-bottom: 20px;
  min-height: 250px;
}
.amazintab-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.amazintab-icon {
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.81);
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 100px;
}
.amazintab-icon::before {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  background-color: #28aafb;
  filter: blur(15px);
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -5px;
}
.amazintab-icon::after {
  content: "";
  width: 60px;
  height: 60px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  border-radius: 100px;
  z-index: 1;
}
.amazintab-icon img {
  position: relative;
  z-index: 2;
}
.amazintab-price {
  margin-bottom: 0;
  color: #ff646a;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}
.amazintab-price span {
  color: #ff585c;
  font-size: 18px;
  font-weight: 500;
}
.amazintab-txt {
  color: #ff646a;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin: 25px 0 15px;
}
.blue-txt {
  color: #ff585c;
}
.amazintab-box .btn.btn-primary {
  background: linear-gradient(180deg, #ff585c 0%, #ff949f 100%);
  border: 0;
  width: 100%;
}
.amazintab-box:hover {
  box-shadow: 0 0 10px 0 #d2e4ff;
  transition: 0.3s linear;
}
.amazintab-full-box .btn.btn-primary {
  width: auto;
  min-width: unset;
  background: transparent;
  padding: 0;
  border: 0;
  color: #ff646a;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-content: center;
  align-items: center;
}
.amazintab-full-box .btn.btn-primary i {
  margin-left: 10px;
}
.amazintab-full-box-title {
  color: #ff646a;
  font-size: 24px;
  font-weight: 600;
}
.amazintab-full-box {
  background-image: url("https://storage.perfectcdn.com/idjpe8/s40brkm4n1z8489a.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 116% 40px;
}
.best-img-wrap {
  position: relative;
  margin-top: 50px;
}
.best-box {
  border-radius: 62px;
  background-color: #fff;
  box-shadow: 0px 30px 100px 0px rgba(10, 40, 85, 0.03);
  width: max-content;
  padding: 20px 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  max-width: 480px;
  position: absolute;
}
.best-box-left {
  height: 89px;
  background-color: #fbbc05;
  border-radius: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 42px;
  color: #fff;
  flex: 0 0 89px;
  max-width: 89px;
}
.best-box-right {
  flex: 0 0 calc(100% - 89px);
  max-width: calc(100% - 89px);
  padding: 0 0 0 15px;
}
.box-title {
  color: #ff646a;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 5px 0;
  line-height: 1.2;
}
.box-txt {
  line-height: 1.2;
  font-size: 14px;
  margin-bottom: 0;
}
.best-box.blue-box .best-box-left {
  background-color: #40cbb3;
}
.best-box.green-box .best-box-left {
  background-color: #5ad7ff;
}
.pink-box {
  right: 80px;
  bottom: 160px;
}
.green-box {
  right: -30px;
  top: 170px;
}
.blue-box {
  left: 0;
  top: 360px;
}
.yellow-box {
  left: -20px;
  top: 136px;
}

#faq{
    padding: 100px 0px;
}
#faq .faq_title{
    text-align: center;
    margin-bottom: 40px;
}

#faq .faq_accordian{
    margin-bottom: 30px;
}

#faq .faq_accordian .accordion-item{
    margin-bottom: 30px;
}


#payment_methods{
    padding: 70px 0px;
}
#payment_methods .payment_content .payment_top{
    font-family: var(--font-title);
    font-size: 30px;
    font-weight: var(--font-bold);
    color: #6B7280;
}

#payment_methods .payment_content h2{
    font-size: 45px;
    font-weight: 600;
    color: #111;
    word-spacing: 5px;
    margin-bottom: 5px;
}

#payment_methods .payment_content p{
    font-family: var(--font-text);
    color: #111;
    width: 90%;
}

.customer-slider-row {
  /*background-image: url("https://i.imgur.com/2SadV5M.png");*/
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.cstmer-slide-img-wrap {
  width: max-content;
  margin: 10px auto 25px;
  border-radius: 100px;
  overflow: hidden;
  box-shadow: 0 0 0 10px #ff585c;
}
.cstmer-slide-title {
  color: #000;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}
.cstmer-slide-star {
  margin: auto auto 25px;
}
.cstmer-slide-txt {
  color: #727272;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  width: 55%;
  margin: auto;
}
.customer-slider-nav {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.customer-slider-nav .slick-arrow {
  border-radius: 100px;
  color: #fff;
  width: 57px;
  height: 57px;
  font-size: 32px;
  padding: 0;
  line-height: 1;
  margin: 0 5px;
  background: linear-gradient(180deg, #ff585c 0%, #ff949f 100%);
  border: 0;
}
.customer-slider::before {
  content: "";
  /*background-image: url("https://i.imgur.com/jxCIlkR.png");*/
  width: 300px;
  height: 352px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.customer-slider::after {
  content: "";
  /*background-image: url("https://i.imgur.com/jehng6y.png");*/
  width: 320px;
  height: 335px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#testimonial .slick-track {
  padding-bottom: 50px;
}
#testimonial .title {
  text-align: center;
}
.customer-slider {
  margin-top: 50px;
}

#testimonial .slick-slide {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    box-shadow: var(--bs-box-shadow)!important;
}

/* the slides */
#testimonial .slick-slide {
      margin: 0 27px;
  }

  /* the parent */
#testimonial .slick-list {
      margin: 0 -27px;
  }

footer {
  background: linear-gradient(180deg, #ff585c 0%, #ff949f 100%);
  padding-top: 40px;
  position: relative;
  margin-top: 100px;
}
.guest {
  padding: 0;
}
#testimonial {
  padding: 80px 0;
}
footer .title {
  color: #f8fcff;
  font-size: 30px;
  font-weight: 600;
}
.row.ftr-top .btn.btn-primary {
  margin-left: auto;
  display: block;
  width: max-content;
}
.row.ftr-top {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
  margin-bottom: 50px;
}

.ftr-txt {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}
.social-links {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
}
.social-link {
    width: 56px;
    height: 56px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 100px;
    background-color: #ffffff;
    margin-right: 10px;
    color: #ff595d;
    font-size: 32px;
    text-decoration: none;
}
.ftr-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.ftr-menu {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.ftr-menu li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  display: block;
  width: max-content;
  margin-bottom: 12px;
  text-decoration: none;
}
.ftr-menu2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.ftr-menu2 li {
  flex: 0 0 50%;
  max-width: 50%;
}
.ftr-bottom {
  background-color: #ffffff;
  margin-top: 50px;
  padding: 12px 0;
}
.copyright {
  color: #ff646a;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
}
.bottom-ftr-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: flex-end;
}
.bottom-ftr-nav li a {
  color: #ff646a;
  font-size: 12px;
  font-weight: 400;
  margin-left: 21px;
  text-decoration: none;
}
#signup {
  padding: 150px 0 80px;
}
.signup-mainbox {
  padding: 25px;
  background-image: url("https://storage.perfectcdn.com/idjpe8/8zkqna1exst5q6ya.png");
  background-size: 100% 100%;
  background-position: center;
  border-radius: 25px;
}
.signup-innerbox {
  border-radius: 50px;
  border: 1px solid #fff;
  box-shadow: 0px 50px 50px 0px rgba(0, 0, 0, 0.25),
    0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
  padding: 120px 20px;
  position: relative;
  overflow: hidden;
}
.signup-innerbox .title {
  color: #fff;
  line-height: 1.3;
}
.signup-innerbox .txt {
  color: #fff;
  margin-bottom: ;
}
.signup-innerbox .btn.btn-primary {
  margin: 15px 0;
}
.signup-innerbox .btn.btn-primary {
  margin: 15px 0;
  border: 2px solid #fff;
  padding: 15px 25px;
}
.signup-innerbox .stats-box-title {
  color: #fff;
}
.signup-innerbox::after {
  content: "";
  background-color: rgba(248, 252, 255, 0.29);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.signup-title {
  color: #ff646a;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}
.signup-frm label {
  color: #333;
  font-size: 14px;
  font-weight: 400;
}
.signup-frm .form-control {
  padding: 15px 25px;
}
.signup-innerbox .title,
.signup-innerbox .txt,
.signup-innerbox .btn,
.signup-innerbox .row {
  position: relative;
  z-index: 1;
}
.signup-frm .have-acc {
  margin-top: 10px;
}


.blog-sec .row {
  display: flex;
  align-items: center;
}
.blog-sec .row .btn.btn-primary {
  margin-top: 20px;
}
#blogs-sec {
  padding: 80px 0;
}
.blog-wrap {
  border-radius: 34px;
  border: 1px solid #d2e4ff;
  background: #fff;
  padding: 15px;
  margin-bottom: 15px;
}
.blog-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
  color: #ff646a;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
.blog-img-wrap {
  min-height: 320px;
  width: 100%;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}
.blog-excerpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 15px;
  height: 71px;
}
.blog-btn {
  background: linear-gradient(180deg, #ff585c 0%, #ff949f 100%);
  border: 0 !important;
}
.single-blog-img {
  min-height: 400px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  align-content: flex-end;
  justify-content: center;
  padding: 15px;
  margin-bottom: 25px;
}
.single-blog-title {
  border-radius: 24px;
  border: 1px solid #fff;
  background: rgba(10, 40, 85, 30%);
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  padding: 15px;
}
.single-blog-title span {
  display: block;
  width: 80%;
  margin: auto;
}
.single-blog-content {
  border-radius: 34px;
  border: 1px solid #d2e4ff;
  background: #fff;
  padding: 20px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}
.related-blog-title {
  color: #ff646a;
  font-size: 24px;
  font-weight: 700;
}
.related-blog-wrap {
  min-height: 280px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  align-content: flex-end;
  background-size: cover;
  padding: 20px;
  border-radius: 20px;
}
.related-blog-content {
  background-color: #fff;
  border-radius: 15px;
  padding: 15px;
}
.related-blog-content-title {
  color: #ff646a;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}
.related-blog-content-txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}
.related-blog-btn {
  background: linear-gradient(180deg, #ff585c 0%, #ff949f 100%);
  border: 0 !important;
  padding: 12px 15px !important;
  min-width: 130px !important;
}
.row.api-title-row {
  margin-top: 50px;
  position: relative;
  margin-bottom: 50px;
}
.auth_body .row.api-title-row {
  margin-top: 15px;
}
/*.row.api-title-row::after,
.row.api-title-row::before {
  content: "";
  position: absolute;
  background-image: url("https://konvertica.com/dev/panelwork/dj/newdesign/img/curly.png");
  width: 101px;
  height: 40px;
  right: -50px;
  top: 60px;
}*/
.row.api-title-row::before {
}

/* -----------------------------------------------Darkmode----------------------------------------- */

/*.guest.darkmode {
  background-color: #ff646a;
}
.guest.darkmode .main-title {
  color: #fff !important;
}
.guest.darkmode .txt {
  color: #fff;
}
.guest.darkmode .form-group input {
  background-color: #113771 !important;
  border: 1px solid #113771;
  color: #fff;
}
.guest.darkmode .forgot-password1 {
  color: rgba(255, 255, 255, 0.35);
}
.guest.darkmode .radio label,
.checkbox label {
  color: rgba(255, 255, 255, 0.35);
}
.guest.darkmode .btn.btn-secondary {
  color: #fff;
}
.guest.darkmode .stats-box-title {
  color: #fff;
}
.guest.darkmode .title {
  color: #fff;
}
.guest.darkmode .work-wrap.work-yellow {
  background-color: #113771;
}
.guest.darkmode .work-wrap.work-blue {
  background-color: #113771;
}
.guest.darkmode .work-wrap.work-green {
  background-color: #113771;
}
.guest.darkmode .work-wrap.work-pink {
  background-color: #113771;
}
.guest.darkmode .work-title {
  color: #fff;
}
.guest.darkmode .txt {
  color: #fff !important;
}
.guest.darkmode .amazing-tabs li a {
  background-color: #113771 !important;
  border: 1px solid #1d509e !important;
  color: #fff !important;
}
.guest.darkmode .amazintab-box {
  border: 1px solid #1d509e;
  background-color: #113771;
}
.guest.darkmode .amazintab-price {
  color: #fff;
}
.guest.darkmode .amazintab-full-box-title {
  color: #fff;
}
.guest.darkmode .btn.btn-primary {
  color: #fff !important;
}
.guest.darkmode .best-box.yellow-box {
  background-color: #113771;
  border: 1px solid #1d509e;
}
.guest.darkmode .best-box.green-box {
    background-color: #113771;
  border: 1px solid #1d509e;
}
.guest.darkmode .best-box.blue-box {
    background-color: #113771;
  border: 1px solid #1d509e;
}
.guest.darkmode .best-box.pink-box {
    background-color: #113771;
  border: 1px solid #1d509e;
}
.guest.darkmode .box-title {
  color: #fff;
}
.guest.darkmode .btn.btn-primary2 {
  color: #fff !important;
  border: #ff585c;
}
.guest.darkmode .cstmer-slide-title {
  color: #fff;
}
.guest.darkmode .cstmer-slide-txt {
  color: #fff;
}
.guest.darkmode footer {
  background: #071b37;
}
.guest.darkmode .row.ftr-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.guest.darkmode .social-link {
  background: #ff585c;
}
.guest.darkmode .btn_style {
  background: linear-gradient(180deg, #ff585c 0%, #ff949f 100%);
  border: #ff585c;
}
.guest.darkmode .ftr-bottom {
  background: linear-gradient(90deg, #ff585c 4.44%, #ff949f 92.95%);
}
.guest.darkmode .copyright {
  color: #fff;
}
.guest.darkmode .bottom-ftr-nav a {
  color: #fff !important;
}
.guest.darkmode .nav.navbar-nav li.active a,
.guest.darkmode .nav.navbar-nav li:hover a {
  color: #fff !important;
}
.darkmode .title-extra-style {
  background-image: url("https://konvertica.com/dev/panelwork/dj/newdesign/img/title-bg-dark.png");
}
.night-img {
  display: none;
}
.darkmode .night-img {
  display: block;
}
.darkmode .day-img {
  display: none;
}
.darkmode .social-img {
  opacity: 1;
  filter: brightness(50);
}
.darkmode footer::after {
  background-image: url("https://konvertica.com/dev/panelwork/dj/newdesign/img/ftr-logo-dark.webp");
  height: 266px;
}
.darkmode .signup-title,
.darkmode .signup-frm .have-acc,
.darkmode .signup-frm label {
  color: #fff;
}
.darkmode .blog-wrap {
  border: 1px solid #1D509E;
  background: #113771;
}
.darkmode .blog-wrap .blog-title,
.darkmode .blog-wrap .blog-excerpt {
  color: #fff;
}*/
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #FFF;
    border: 1px solid #D2E4FF;
    border-radius: 24px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.api-title {
  color: #ff646a;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}
.api-table {
  border-spacing: 12px 12px;
  border-collapse: separate;
  border-radius: 32px;
  border: 1px solid #D2E4FF;
  background: #F8FCFF;
  padding: 15px;
}
.api-table tbody tr td {
  border-radius: 100px !important;
  border: 1px solid #D2E4FF !important;
  background: #ff585c;
  padding: 15px;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
.api-table thead tr th {
    color: #ff646a;
    font-size: 14px;
    font-weight: 600;
    padding: 15px;
    background-color: #FFFFFF;
    border: 1px solid #D2E4FF !important;
    border-radius: 25px !important;
}
pre {
  border-radius: 32px;
  border: 1px solid #D2E4FF;
  background: #F8FCFF;
  padding: 25px;
}
.ser-short {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  margin: 0 0 25px;
  list-style: none;
  padding: 0;
}
.ser-short li {
  padding: 12px;
  background-color: #fff;
  border-radius: 40px;
  background: ;
}
.ser-short li::after {
  border-radius: 30px;
  background: rgba(54, 83, 102, 0.39);
  filter: blur(15px);
  content: '';
  width: 25px;
  height: 25px;
}
.ser-short li {
  padding: 15px;
  background-color: #fff;
  border-radius: 25px;
  position: relative;
}
.ser-short li::after {
  border-radius: 30px;
  background: rgba(54, 83, 102, 0.39);
  filter: blur(15px);
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  margin: auto;
  z-index: 0;
}
.ser-short li::before {
  content: '';
  border-radius: 30px;
  opacity: 0.5;
  background-color: #1677F0;
  filter: blur(25px);
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: -1;
}
.row.search-row .dropdown-toggle {
  width: 100%;
  text-align: left;
}
#history-search .form-control {
  border-radius: 100px;
  border: 1px solid #D2E4FF;
  background: #FFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25) inset;
  width: 100%;
}
#history-search {
  width: 100%;
  position: relative;
}
#history-search {
  width: 100%;
  position: relative;
}
#history-search .form-control {
  border-radius: 100px;
  border: 1px solid #D2E4FF;
  background: #FFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25) inset;
  color: rgba(91, 97, 102, 0.70);
  font-size: 14px;
  font-weight: 400;
  padding: 15px 25px;
  width: 100%;
  float: none;
}
#history-search .btn {
  width: 45px;
  height: 45px;
  border-radius: 100px;
  background-color: #ff585c;
  border-color: #ff585c;
  color: #fff;
  font-size: 22px;
  padding: 0;
}
#history-search .input-group {
  display: block;
}
#history-search .input-group-btn {
  display: block;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4px;
  width: 42px;
  height: 42px;
  z-index: 2;
}
#history-search .form-control:focus + .input-group-btn {
  z-index: 1;
}
.searchtable-row #service-table tbody tr:nth-child(2n-1) td {
  background-color: #fff !important;
}
.ser-cat-tr td {
  background-color: #1BABFF;
  padding: 12px !important;
  border-radius: 100px;
  border: 0 !important;
  color: #FFFFFF !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td {
  vertical-align: middle;
}
.row.search-row {
  margin-bottom: 25px;
}
.table tr td {
  padding: 15px;
  color: #ff646a;
  font-size: 14px;
  font-weight: 400;
}
.table tr td, .table tr, .table tr th {
  border: 0 !important;
}
.table tr th {
  background-color: #ff646a;
}
.table tr th,
.table tr td {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    padding: 15px !important;
}
.table tr th:first-child,
.table tbody tr td:first-child {
  border-radius: 25px 0 0 25px;
}
.table tr th:last-child,
.table tbody tr td:last-child {
  border-radius: 0 25px 25px 0;
}
table {
  border-spacing: 0 10px;
  border-collapse: separate;
}
.cats-icon {
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  color: #ffaa0f;
}
.table tbody tr td {
  color: black;
  font-size: 14px;
  font-weight: 400;
  padding: 15px !important;
}
.width-service-name {
  min-width: 100%;
  width: 100%;
  max-width: 100%;
}
.service-description .btn.btn-primary,
.buy-btn {
  min-width: 110px;
  display: block;
}
.buy-btn {
  border-radius: 35px;
  border: 1px solid #FFF;
  background: #ff585c;
  color: #F8FCFF !important;
  font-size: 14px;
  font-weight: 500;
  padding: 15px;
  text-decoration: none !important;
  text-align: center;
}
.service-description__th {
  min-width: 130px;
}
.ser-short li:hover {
  box-shadow: 0 0 25px 0 rgba(0,0,0,10%);
}
.darkmode .well {
  border: 1px solid #1d509e;
  background-color: #113771;
}
.darkmode .api-title {
  color: #fff;
}
.darkmode .api-table {
  border: 1px solid #1d509e;
  background-color: #ff646a;
}
.darkmode .api-table tbody tr td {
  border: 1px solid #1d509e !important;
  color: #fff;
}
.darkmode pre {
  border: 1px solid #1d509e !important;
  color: #fff;
  background: rgba(27, 171, 255, 0.10);
}
.darkmode .api-table thead th {
  background-color: #27bcfa;
  border-radius: 100px;
  color: #ff646a;
}
.darkmode .table tr th {
  background-color: #27bcfa;
  color: #ff646a;
}
.darkmode .table tbody tr td {
  background-color: #113771;
  color: #fff;
}
.service-description .modal-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  flex-direction: column;
  border: 0px;
}
.service-description .modal-body {
  padding: 10px 50px 40px 50px;
}
.service-description .modal-header .modal-close_btn {
  width: 100%;
}
.service-description .modal-header .modal-title {
  color: #FFF;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}
.service-description .modal-content {
  border-radius: 60px;
  overflow: hidden;
  isolation: isolate;
}
.service-description .modal-header::before, .service-description .modal-header::after {
  display: none;
}
.service-description .modal-header .close {
  border-radius: 100%;
  color: #fff;
  opacity: 1;
  text-shadow: none;
  font-size: 40px;
  font-weight: 500;
  margin-right: 20px;
}
.service-description .service_order-details {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 20px;
}
.service-description .service_order-details .serv-order_container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.service-description .service_order-details .serv-order_container .serv-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 100%;
  font-size: 18px;
  margin-bottom: 10px;
  background-color: rgba(9, 227, 150, 0.14);
  color: #09E396;
}
.service-description .service_order-details .serv-order_container .serv_details-order {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.service-description .service_order-details .serv-order_container .serv_details-order h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px !important;
}
.service-description .service_order-details .serv-order_container .serv_details-order span {
  font-size: 14px;
  font-weight: 500;
}
.service-description .service_desc-details {
  margin-bottom: 30px;
  border-radius: 33px;
  border: 1px solid rgba(91, 97, 102, 0.20);
  background: #F8FCFF;
  padding: 40px;
}
.service-description .service_desc-details p{
  margin-bottom: 0px;
}
.service-description .modal-header .modal_title-id {
  font-size: 18px;
  font-weight: 700;
  border-radius: 25px;
  background: #FFAA0F;
  min-width: 100px;
  display: grid;
  place-items: center;
  color: #fff;
  height: 38px;
  margin-bottom: 10px;
}
.service-description .modal-content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 45%;
  background: url('https://storage.perfectcdn.com/idjpe8/ednk9bh2nmp8l3cn.png');
  background-repeat: no-repeat;
  z-index: -1;
}
.service-description .service_order-details .serv-order_container:first-child .serv-icon {
  background-color: rgba(254, 125, 35, 0.21);
  color: #FE7D23;
}
.service-description .service_order-details .serv-order_container:last-child .serv-icon {
  background: rgba(32, 139, 241, 0.10);
  color: #208BF1;
}
.service-description .modal-body .buy-btn {
  background: #FFAA0F;
  font-size: 14px;
  font-weight: 600;
}
.darkmode .service-description .service_order-details .serv-order_container .serv-icon{
  background: #09E396;
}
.darkmode .service-description .service_order-details .serv-order_container:first-child .serv-icon {
  background: #FE7D23;
}
.darkmode .service-description .service_order-details .serv-order_container:last-child .serv-icon {
  background: #208BF1;
}
.darkmode .service-description .modal-header .modal-title {
  color: #fff;
}
.darkmode .service-description .service_order-details .serv-order_container .serv-icon {
  color: #fff;
}
.darkmode .service-description .service_order-details .serv-order_container .serv_details-order h6,
.darkmode .service-description .service_order-details .serv-order_container .serv_details-order span,
.darkmode .service-description .service_desc-details p {
  color: #fff;
}
.darkmode .service-description .modal-content{
  background-color: #113771;
}
.darkmode .service-description .service_desc-details {
  border: 1px solid #1D509E;
  background: #ff646a;
}
/* .darkmode .service-description .modal-header {
  border-color: #1D509E;
}
.darkmode .service-description .modal-body {
  background-color: #113771;
} */
.darkmode .service-description .close {
  color: #fff;
  opacity: 1;
}

.banner_all {
    max-height: 700px;
    padding-top: 70px;
    padding-bottom: 70px;
    background: linear-gradient(284.51deg, #E5ECFF 22.46%, rgba(229, 236, 255, 0) 97.31%);
}

.how-it-works {
    position: relative;
    overflow: hidden;
}

.how-it-works .banner_right > img {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 700px!important;
}

.how-it-work-step {
    margin: 50px 0;
}

.how-it-work-step.step-common  .common-step-wraper {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-top: 60px;
    justify-content: space-between;
}

.step_diff  .diff_content h3, .how-it-work-step.step-common  .common-step-wraper .common-step-content h3 {
    font-size: 45px;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
}

@media (max-width: 500px) {
  .banner_content {
    text-align: center;
}
  .banner_content h1 {
      font-size: 25px;
  }
  .step_diff  .diff_content h3, .how-it-work-step.step-common  .common-step-wraper .common-step-content h3 {
    font-size: 22px;
    text-align: center;
  }
  .step_diff .diff_content h3 br, .how-it-work-step.step-common .common-step-wraper .common-step-content h3 br {
    display: none;
}
  .how-it-works .banner_right > img {
    display: none;
  }
  .common-step-arrow > img {
    width: 50%;
    margin-bottom: 20px;
}
.step_diff .text-center > img {
    width: 50%;
    margin-bottom: 20px;
}

}

.step_diff .step_diff_img > img {
    width: 80%;
}

.contact {
    margin: 100px 0px;
    min-height: 600px;
}

.contact .contact_info .contact_title {
    font-weight: 600;
    font-size: 50px;
    line-height: 1.3;
}

.contact .contact_item {
    width: 100%;
    margin: 20px 0px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.08);
    padding: 50px 10px;
    border-radius: 20px;
    max-width: 350px;
    max-height: 300px;
}

.contact .contact_item > img {
    margin-bottom: 20px;
}

.contact .contact_item > h6 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 5px;
}

@media (max-width: 500px) {
.contact .contact_info .contact_title, .banner_center_text h1 {
    font-size: 25px;
    margin-bottom: 5px;
}
.contact .contact_item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
    padding: 15px 10px;
    border-radius: 10px;
}

}

.banner_center_text {
    text-align: center;
}


.terms_content_wrap {
    margin: 70px 0px;
}

.terms_tabs .nav-pills .nav-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background: #fff;
    width: 207px;
    height: 207px;
    margin: 0 auto;
    border: 3px solid #fff;
    border-radius: 10px;
}

.terms_tabs .nav-pills .nav-link.active {
    border: 3px solid #ff646a;
}

.terms_tabs .nav-pills {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.terms_tabs .nav-pills .nav-link .terms_text {
    font-size: 25px;
    color: #000000;
    font-weight:600;
}

.terms_content_wrap .terms_content h2 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 30px;
}


@media (max-width: 500px) {
  .terms_content_wrap .terms_content h2 {
    font-size: 25px;
    margin-bottom: 10px;
}

}



/*
============================================
            Dashboard Layouts
============================================
*/


:root{
    --primary-gradient: linear-gradient(180deg, #ff585c 0%, #f17682 100%);
    --font-text: "Montserrat", sans-serif;
    --cta-btn: #ff585c;
    --font-medium:600;
    --nav-bg: #ffffff;
    --nav-acitve: #f17682;
    --nav-box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.11);
    --dark-body-bg: #111826;
    --dark-box-bg: #131e30;
    --dark-btn-bg: #1a2c48;
}

.auth_body{
    background: #F4F7FF;
    transition: 0.54s;
}

.auth_body textarea.form-control {
    padding-top: 10px!important;
    min-height: 200px;
}

.auth_body .main__page__area{
    display: flex;
}
.auth_body .main__page__area .sidebar__area{
    position: fixed;
    width: 300px;
    height: 100%;
    background: #fff;
    padding: 15px;
    z-index: 9;
    transition: 0.5s ease;
}
.auth_body .main__page__area .sidebar__area .sidebar__brand{
    margin-bottom: 20px;
}

.sidebar__area .sidebar__user{
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0px 15px;
    margin-bottom: 15px;
}
.sidebar__area .sidebar__user .user__balance{
    font-size: 18px;
    font-weight: 600;
}
.sidebar__area .sidebar__user .user__avatar img{
    width: 40px;
}

.sidebar__menu{
    padding: 0px 15px;
}

.sidebar__menu > ul{
    display: flex;
    flex-direction: column;
    margin: 0px;
    margin-top: 15px;
    padding: 0px;
    list-style-type: none;
    gap: 5px;
    height: calc(100vh - 117px);
    overflow: auto;
}

.sidebar__menu > ul::-webkit-scrollbar{
    display: none;
}
.sidebar_close_btn{
    display: none;
    position: absolute;
    width: 45px;
    height: 45px;
    background: #dc35467d;
    color: #dc3545;
    font-size: 25px;
    border-radius: 10px;
    border: none;
    right: -45px;
}

.sidebar__menu > ul .sidebar__menu__item .sidebar__menu__link{
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 10px 20px;
    align-items: center;
    border-radius: 50px;
}

.sidebar__menu > ul .sidebar__menu__item .sidebar__menu__link:hover{
    background: #ffafb2;
}

.sidebar__menu > ul .sidebar__menu__item .sidebar__menu__link.active{
    background: #fc5d63;
}

.sidebar__menu > ul .sidebar__menu__item .sidebar__menu__link.active .link__text{
    color: #fff;
}

.sidebar__menu > ul .sidebar__menu__item .sidebar__menu__link.active .link__icon{
    color: #fff;
}

.sidebar__menu > ul .sidebar__menu__item .sidebar__menu__link > div{
    margin: 0;
    padding: 0;
}
.sidebar__menu > ul .sidebar__menu__item .sidebar__menu__link .link__icon > img{
    /* width: 30px; */
    width: 20px;
}
.sidebar__menu > ul .sidebar__menu__item .sidebar__menu__link .link__icon > img.subscriptions-icon{
    width: 20px;
}
.sidebar__menu > ul .sidebar__menu__item .sidebar__menu__link .link__icon{
    color: #222;
}
.sidebar__menu > ul .sidebar__menu__item .sidebar__menu__link .link__text{
    font-size: 14px;
    font-weight: 500;
    color: #222;
}
.auth_body .main__page__area .main__content__area{
    margin-left: 300px;
    width: 100%;
    transition: 0.5s ease;
}

.auth_body .main__page__area .main__content__area .top__bar__area .tob__bar__left .button__bar{
    width: 50px;
    height: 50px;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: var(--primary-gradient);
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

.auth_body .main__page__area .main__content__area .top__bar__area .tob__bar__left .button__bar > span{
    width: 50%;
    height: 3px;
    background:#fff;
    border-radius: 5px;
}
.auth_body .main__page__area .main__content__area .top__bar__area .tob__bar__left{
    display: flex;
    gap: 15px;
}
.auth_body .main__page__area .main__content__area .top__bar__area{
    display: flex;
    position: fixed;
    top: 0;
    align-items: center;
    width: calc(100% - 300px);
    justify-content: space-between;
    padding: 10px 20px;
    height: 100px;
    background: #fff;
    z-index: 999;
    transition: 0.5s ease;
}
.auth_body .main__page__area .main__content__area .top__bar__area .tob__bar__left 
.welcome__text h3{
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin-bottom: 3px;
}
.auth_body .main__page__area .main__content__area .top__bar__area .tob__bar__left 
.welcome__text p{
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0px;
}

.tob__bar__right .desktop__shows{
    display: flex;
    align-items: center;
    gap: 10px;
}

.channel__area > a > img{
    width: 60px;
}
.day__night__Mode .mode__wraper{
    position: relative;
    display: flex;
    gap: 15px;
    padding: 5px 10px;
    border-radius: 50px;
    background: #F4F7FF;
    border: 1px solid #D1D5DB;
    cursor: pointer;
    transition: 0.5s;
    
}
.day__night__Mode .mode__wraper .modeActive__bg{
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #fff;
    top: -5px;
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.1);
    z-index: 0;
    left: -2px;
    transition: 0.1s;
}
.dropdown-menu {
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
}

.auth_body.dayMode .day__night__Mode .mode__wraper .modeActive__bg{
    transform: translateX(0px);
}

.auth_body.nightMode .day__night__Mode .mode__wraper .modeActive__bg{
    transform: translateX(52px);
}
.day__night__Mode .mode__wraper .night__mode > img,
.day__night__Mode .mode__wraper .day__mode > img{
    transition: 1s;
    pointer-events: none!important;
}

.auth_body.dayMode .day__night__Mode .mode__wraper .day__mode > img{
    position: absolute;
    top: 0px;
    left: 4px;
}
.auth_body.nightMode .day__night__Mode .mode__wraper .night__mode > img{
    position: absolute;
    top: 3px;
    width: 35px;
    right: 2px;
}
.day__night__Mode .mode__wraper .day__mode,
.day__night__Mode .mode__wraper .night__mode {
    pointer-events: none!important;
    width: 30px;
}

.day__night__Mode .mode__wraper .night__mode ,
.day__night__Mode .mode__wraper .day__mode{
    z-index: 1;
}
.currency_dropdwon button.btn.btn-secondary.dropdown-toggle{
    padding: 5px;
    background: none;
    border: none;
    color: #222;
    font-size: 14px;
    font-weight: 600;
}

.tob__bar__right .accounts__dropdwon .btn_account{
    display: flex;
    gap: 5px;
    align-items: center;
    background: #F4F7FF;
    border: 1px solid #EBEBEB;
    border-radius: 37px;
}
.tob__bar__right .accounts__dropdwon .btn_account .account__user{
    display: flex;
    align-items: center;
    gap: 5px;
}
.tob__bar__right .accounts__dropdwon .btn_account .account__user .user__avatar > img{
    width: 30px;
}
.tob__bar__right .accounts__dropdwon .btn_account .account__user .user__text h4{
    font-family: var(--font-text);
    font-size: 14px;
    margin-bottom: 2px;
    text-align: left;
    color: #222;
}
.tob__bar__right .accounts__dropdwon .btn_account .account__user .user__text p{
    font-size: 14px;
    margin-bottom: 0px;
    color: #515151;
}

.two__factor .card-body{
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 90px;
}
.account__card__title{
    font-size: 20px;
    font-weight: 700;
    color: #222;
}

.account__timezone .card-body form{
    display: grid;
    grid-template-columns: 0.5fr 3fr 1.1fr;
    gap: 30px;
    align-items: center;
}
.account__timezone .time__zone__select{
    position: relative;
}
.account__timezone .time__zone__select .form-control, .account__timezone .time__zone__select .form-select {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    background-color: #F0F1F5;
    border: 1px solid #ddd;
    color: #595C63;
    font-weight: 400;
    margin-bottom: 0px;
}   

.time__zone__select .help-block{
    position: absolute;
    top: 26px;
    left: 25px;
    color: #8f8f8f;
}

.content__area{
    padding-top: 100px;
}



/*
    toggle sidebar
*/

.main__page__area.toggle_sidebar .sidebar__area{
    transform: translateX(-100%);
}

.main__page__area.toggle_sidebar .main__content__area{
    margin-left:0px;
}

.auth_body .main__page__area.toggle_sidebar .main__content__area .top__bar__area{
    width: 100%;
}


/* User Account Dropdwon*/
.user__account__access {
    min-width: 200px;
    border-radius: 15px;
    padding-bottom: 0px;
}
.user_infos_container .user__infos {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    gap: 8px;
    border-bottom: 1px solid #ddd;
    color: #232323;
}
.user_infos_container .user__infos .user__avatar{
    width: 30px;
}
.user_infos_container .user__infos .user_other_info .username {
    font-size: 18px;
    font-weight: bold;
    color: #222;
    margin-bottom: -2px;
}

.user_infos_container .user__infos .user_other_info .user_balance {
    font-size: 14px;
    color: #6a6a6a;
}

.user__account__access .dropdown-item {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 5px 15px;
    font-size: 18px;
}

.user__account__access .dropdown-item:focus, 
.user__account__access .dropdown-item:hover{
    background: var(--primary-gradient);
    color: #fff;
}
.logout-btn{
    border-radius: 0px 0px 10px 10px;
}
.logout-btn:hover{
    color: #fff!important;
    background: #dc3545!important;
    border-radius: 0px 0px 10px 10px;
}
/* Day Night Mode Buttons */
.day__night__Mode{
    position: relative;
}
    .day__night__Mode  #mode-box2,
  .day__night__Mode  #mode-box {
    opacity: 0;
    height: 0;
    width: 0;
  }
  
  .day__night__Mode  .toggle {
    position: relative;
    cursor: pointer;
    display: inline-block;
    width: 90px;
    height: 40px;
    background: #211042;
    border-radius: 50px;
    transition: 500ms;
    overflow: hidden;
  }
  
  .day__night__Mode  .toggle-button {
    position: absolute;
    display: inline-block;
    top: 3.5px;
    left: 3px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #FAEAF1;
    overflow: hidden;
    box-shadow: 0 0 35px 4px rgba(255, 255, 255);
    transition: all 500ms ease-out;
  }
  
  .day__night__Mode  .crater {
    position: absolute;
    display: inline-block;
    background: #FAEAF1;
    border-radius: 50%;
    transition: 500ms;
  }
  
  .day__night__Mode  .crater-1 {
    background: #FFFFF9;
    width: 43px;
    height: 43px;
    left: 5px;
    bottom:5px;
  }
  
  .day__night__Mode  .crater-2 {
    width: 10px;
    height: 10px;
    top: -3.5px;
    left: 22px;
  }
  
  .day__night__Mode  .crater-3 {
    width: 8px;
    height: 8px;
    top: 10px;
    right: -2px;
  }
  
  .day__night__Mode  .crater-4 {
    width: 5px;
    height: 5px;
    top: 12px;
    left: 15px;
  }
  
  .day__night__Mode .crater-5 {
    width: 7.5px;
    height: 7.5px;
    top: 20px;
    left: 24px;
  }
  
  .day__night__Mode  .crater-6 {
    width: 5px;
    height: 5px;
    top: 24px;
    left: 10px;
  }
  
  .day__night__Mode  .crater-7 {
    width: 6px;
    height: 6px;
    bottom: 2.5px;
    left: 17.5px;
  }
  
  .day__night__Mode  .star {
    position: absolute;
    display: inline-block;
    border-radius: 50%;
    background: #FFF;
    box-shadow: 1px 0 2px 2px rgba(255, 255, 255);
  }
  
  .day__night__Mode  .star-1 {
    width: 3px;
    height: 3px;
    right: 45px;
    bottom: 20px;
  }
  
  .day__night__Mode  .star-2 {
    width: 4px;
    height: 4px;
    right: 35px;
    top: 5px;
  }
  
  .day__night__Mode  .star-3 {
    width: 2.5px;
    height: 2.5px;
    right: 30px;
    bottom: 7.5px;
  }
  
  .day__night__Mode  .star-4 {
    width: 1.5px;
    height: 1.5px;
    right: 20px;
    bottom: 12.5px;
  }
  
  .day__night__Mode .star-5 {
    width: 2px;
    height: 2px;
    right: 5px;
    bottom: 17.5px;
  }
  
  .day__night__Mode .star-6, .star-7, .star-8 {
    width: 5px;
    height: 1px;
    border-radius: 1px;
    transform: rotate(-45deg);
    box-shadow: 5px 0px 4px 1px #FFF;
    animation-name: travel;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
  }
  
  .day__night__Mode  .star-6 {
    right: 15px;
    bottom: 15px;
    animation-delay: -2s;
  }
  
  .day__night__Mode  .star-7 {
    right: 25px;
    bottom: 30px;
  }
  
  .day__night__Mode  .star-8 {
    right: 45px;
    top: 5px;
    animation-delay: -4s;
  }
  
  @keyframes travel {
    0% {
      transform: rotate(-45deg) translateX(70px);
    }
  
    50% {
      transform: rotate(-45deg) translateX(-20px);
      box-shadow: 5px 0px 6px 1px #FFF;
    }
  
    100% {
      transform: rotate(-45deg) translateX(-30px);
      width: 2px;
      height: 2px;
      opacity: 0;
      box-shadow: none;
    }
  }
  .day__night__Mode  #mode-box2:checked + .toggle,
  .day__night__Mode   #mode-box:checked + .toggle {
    background: #24D7F7;
  }
  
  .day__night__Mode  #mode-box2:checked + .toggle .toggle-button,
  .day__night__Mode  #mode-box:checked + .toggle .toggle-button {
    background: #F7FFFF;
    transform: translateX(51px);
    box-shadow: 0 0 35px 5px rgba(255, 255, 255);
  }
  
  .day__night__Mode  #mode-box2:checked + .toggle .toggle-button .crater ,
  .day__night__Mode  #mode-box:checked + .toggle .toggle-button .crater {
    transform: rotate(-45deg) translateX(35px);
  }
  
  .day__night__Mode  #mode-box2:checked + .toggle .star ,
  .day__night__Mode  #mode-box:checked + .toggle .star {
    animation: move 2s infinite;
    transform: none;
    box-shadow: none;
  }
  
  .day__night__Mode  #mode-box2:checked + .toggle .star-1 ,
  .day__night__Mode  #mode-box:checked + .toggle .star-1 {
    width: 20px;
    height: 5px;
    border-radius:5px;
    background: #FFF;
    left: 10px;
    top: 12.5px;
    box-shadow: none;
  }
  
  .day__night__Mode #mode-box2:checked + .toggle .star-2,
  .day__night__Mode #mode-box:checked + .toggle .star-2 {
    width: 6px;
    height: 6px;
    background: #FFF;
    left: 13px;
    top: 21.5px;
    box-shadow: -1px 0 2px 0 rgba(0, 0 , 0, 0.1);
  }
  
  .day__night__Mode #mode-box2:checked + .toggle .star-3,
  .day__night__Mode #mode-box:checked + .toggle .star-3 {
    width:8px;
    height: 8px;
    background: #FFF;
    left: 17.5px;
    top: 9.5px;
    box-shadow: -1px 0 2px 0 rgba(0, 0 , 0, 0.1);
  }
  
  .day__night__Mode  #mode-box2:checked + .toggle .star-4 ,
  .day__night__Mode  #mode-box:checked + .toggle .star-4 {
    width: 7px;
    height: 7px;
    background: #FFF;
    left: 23px;
    top: 10.5px;
    box-shadow: -1px 0 2px 0 rgba(0, 0 , 0, 0.1);
  }
  
  .day__night__Mode #mode-box2:checked + .toggle .star-5,
  .day__night__Mode #mode-box:checked + .toggle .star-5 {
    width: 30px;
    height: 7.5px;
    border-radius:7.5px;
    background: #FFF;
    left: 15px;
    bottom: 10px;
    box-shadow: none;
  }
  
  .day__night__Mode #mode-box2:checked + .toggle .star-6 ,
  .day__night__Mode #mode-box:checked + .toggle .star-6 {
    width: 9px;
    height: 9px;
    background: #FFF;
    border-radius: 50%;
    left: 18.5px;
    bottom: 10px;
    box-shadow: -1px 0 2px 0 rgba(0, 0 , 0, 0.1);
  }
  
  .day__night__Mode #mode-box2:checked + .toggle .star-7,
  .day__night__Mode #mode-box:checked + .toggle .star-7 {
    width: 12px;
    height: 12px;
    background: #FFF;
    border-radius: 50%;
    left: 26px;
    bottom: 10px;
    box-shadow: -1px 0 2px 0 rgba(0, 0 , 0, 0.1);
  }
  
  .day__night__Mode #mode-box2:checked + .toggle .star-8 ,
  .day__night__Mode #mode-box:checked + .toggle .star-8 {
    width: 10px;
    height: 10px;
    background: #FFF;
    border-radius: 50%;
    left: 23px;
    top: 23px;
    box-shadow: -1px 0 2px 0 rgba(0, 0 , 0, 0.1);
  }
  
  @keyframes move {
    0% {
      transform: none;
    }
    
    25% {
      transform: translateX(2px);
    }
    
    100% {
      transform: translateX(-2px);
    }
  }
  

  /* NEW ORDER PAGE */

  .user__statistic .statstics__card{
    background: #fff;
    display: flex;
    align-items: center;
    padding: 12px 20px;
    border-radius: 20px;
    gap: 15px;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.07);
  }
  .user__statistic .statstics__card .st_icon{
    max-width: 85px;
    height: 80px;
  }
  .user__statistic .statstics__card .st_icon > img{
    width: 80%;
  }
  .user__statistic .st_content{
    font-family: var(--font-text);
    text-align: left;
  }

  .user__statistic .st_content .st_top_txt{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
  }

  .user__statistic .st_content .st_main_txt{
    
    font-size: 25px;
    font-weight: bold;
  }

  .anouncement_card .card.card_v2 {
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.07);
    border: none;
    z-index: 0;
}

  .announcement_inner{
    display: flex;
    padding: 10px 0px;
    justify-content: space-between;
  }

  .announcement_inner .left_ann h4{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
  }

  .announcement_inner .left_ann p{
    font-size: 16px;
    color: #222;
  }

  .announcement_inner .left_ann p a{
    color: var(--cta-btn);
    font-weight: bold;
    text-decoration: underline;
  }

  .btn_announcement{
    border-radius: 10px;
    background: #F0ECFC;
    font-size: 18px;
    font-family: var(--font-text);
    font-weight: 600;
    transition: 0.5s;
  }

  .btn_announcement:hover{
    background: #d4c6fe;
  }

  .service_filter_wrap.neworder {
      padding: 25px 0px;
  }

  .service_filter_btn_wrap {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 15px;
}


@media only screen and (max-width:992px){
.service_filter_btn_wrap {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
}
}

  .service_filter_wrap.neworder .service_filter_btn_wrap {
      gap: 20px;
  }

  .service_filter_btn {
    padding: 10px 25px;
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.13);
    text-align: left;
}

.service_filter_btn.activeItem {
    background: var(--primary-gradient)!important;
    color: #fff!important;
    border: none!important;
}

.card.card_v3 {
    border-radius: 20px;
    border: none;
}


.card.card_v3 .card-header {
    background: linear-gradient(180deg, #ff585c 0%, #f17682 100%);
    background-repeat: no-repeat;
    background-position: right center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px 20px 0px 0px;
    padding: 30px;
    height: 120px;
    justify-content: left;
}

.card.card_v3 .card-body {
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0px 0px 20px 20px;
}

.card.card_v3 .card_header_title {
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
    font-size: 22px!important;
    font-style: normal;
}

.card.card_v3 .card_header_dsc {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 1.3;
}

.btn_scondary:hover {
    background: #0Dc258;
    color: #fff;
}

  .new__order__nav__tabs li button {
    background: #fff;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50px!important;
    margin-left: 5px;
    transition: 0.5s ease !important;
  }

  .new__order__nav__tabs li:first-child button{
    margin-left: 0px;
  } 

  .new__order__nav__tabs li button.active{
    background: #fff!important;
    width: auto!important;
  }
  .new__order__nav__tabs li button .icon{
    width: 20px;
    height: 40px;
    line-height: 40px;
  }

  .new__order__nav__tabs li button .txt{
    font-size: 14px;
    font-weight: 600;
    display: none;
    color: #222;
    transition: 0.5s ease !important;
  }

  .new__order__nav__tabs li button.active .txt{
    display: block;
  }
  .mid__logo {
    text-align: center;
  }
    .mid__logo > img{
        max-width: 190px;
        width: auto;
        max-height: 40px;
    }
    .user__access_btn{
        outline: none;
        border: none;
        background: transparent;
    }
    .user__access_btn .user__avatar > img{
        width: 50px;
        height: 50px;
        border-radius: 50px;
        object-fit: cover;
        object-position: top;
        border: 1px solid var(--nav-acitve);
    }
    .tob__bar__right .phone__shows,
    .tob__bar__mid{
        display: none;
    }

    .search_new_box{
        display: block;
        position: relative;
        flex-direction: row;
        align-items: center;
        width: 100%;
        margin-bottom: 10px;
    }
    .search_new_box .search_new_input{
        flex-grow: 1;
        display:block;
        height: 50px;
        padding: 5px 13px;
        border-radius: 15px 0px 0px 15px;
        border: 1px solid #F0F1F5;
        background: #F0F1F5;
    }

    .search_new_box .search_new_input:active,
    .search_new_box .search_new_input:focus{
        border-color: transparent!important;
        outline: none!important;
    }

    .search_new_box .search_new_btn{
        width:50px;
        height: 50px;
        font-size: 20px;
        border:none;
        color: #232323;
        border-radius: 0px 15px 15px 0px;
        cursor:pointer;
        background: #F0F1F5;
        transition: background 0.5s ease-in-out;
    }

    .search_new_box .search_new_btn:hover{
        color: #fff;
        background: var(--primary-gradient);
    }
    .auth_body .form-group{
        position: relative;
    }

    .auth_body .form-group > label{
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        color: #222;
        margin-bottom: 5px;
    }

    small.help-block.min-max {
        position: absolute;
        top: 2px;
        left: 80px;
        font-weight: bold;
        color: #092251;
    }
    small.help-block.min-max::after{
        content: ')';
    }
    small.help-block.min-max::before {
        content: '(';
    }
    .auth_body .form-control, .auth_body .form-select,
    .auth_body .form-group > .form-control{
        font-size: 14px;
        background-color:#F0F1F5;
        height: 50px;
        padding: 5px 13px;
        font-weight: 400;
        outline: none;
        box-shadow: none;
        border-radius: 15px;
        border: none;
    }

    .select2-container--default .select2-selection--single{
        font-size: 14px;
        display: flex!important;
        align-items: center;
        background:#F0F1F5;
        height: 50px!important;
        padding: 5px 13px;
        font-weight: 400;
        outline: none;
        box-shadow: none;
        border-radius: 15px;
        border: none;
        margin-bottom: 0px;
    }

.select2-container .select2-selection__id {
    background: none;
    min-width: 52px;
    min-width: auto;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

    .services__name{
        font-family: var(--font-text);
        font-size: 20px;
        color: #fff;
        font-weight: 500;
        line-height: normal;  
        text-align: left; 
    }

    .services_details{
        padding: 10px;
    }

    .link__box {
        display: flex;
        justify-content: space-between;
        background: #F0F1F5;
        height: 50px;
        align-items: center;
        padding: 10px 15px;
        border-radius: 12px;
        margin-bottom: 20px;
    }

    .link__box span > img{
        width: 25px;
    }

    .utilites_wraper{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 30px;
        margin-bottom: 15px;
    }

    .utilites_wraper .utilites_box{
        display: flex;
        background: #F0F1F5;
        height: 50px;
        align-items: center;
        gap: 5px;
        padding: 10px 13px;
        border-radius: 17px;
    }

    .services__desc h6,
    .example__link h6,
    .utilites_wraper .utilites_item h6{
        font-family: var(--font-text);
        font-size: 14px;
        color: #222;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 5px;
    }

    .services__desc .descriptions_full {
        background: #F0F1F5;
        padding: 10px 13px;
        border-radius: 17px;
    }
    .utilites_wraper .utilites_box span > img{
        width: 35px;
    }

    .utilites_wraper .utilites_box span{
        font-family: var(--font-text);
        font-size: 14px;
        font-weight: 400;
        color: #222;
    }

    /* Order Page */
    .search___form{
        position: relative;
    }

    .search___form .search_input_box{
        height: 45px;
        border: 1px solid #D1D5DB;
        background: #F4F7FF;
    }
    .search___form .search_input_box{
        margin-bottom: 0px;
    }
    .search___form .search__btn{
        position: absolute;
        border: none;
        background: none;
        font-size: 20px;
        top: 7px;
        right: 20px;
        color: var(--cta-btn);
    }

    /* Mobile user accessibility */
    .user__mobile_canvas {
        width: 85%;
        max-width: 85%;
    }

    .website---logo > img{
        max-width: 170px;
    }
    .user__canv__box{
        display: flex;
        flex-direction:column;
        justify-content: center;
        align-items: center;
        background: #f1f1f1;
        padding: 20px 20px;
        border-radius: 10px;
    }
    .user__canv__box .user__avatar > img{
        width: 60px;
        height: 60px;
        object-fit: cover;
        object-position: top;
        border: 1px solid var(--cta-btn);
        border-radius: 50px;
        margin-bottom: 5px;
    }

    .user__canv__info{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
    }
    .user__canv__info .user_name{
        
        font-size: 20px;
        font-weight: bold;
    }
    .user__canv__info .user_balance{
        font-size: 18px;
        background-color: var(--cta-btn);
        padding: 5px 30px;
        border-radius: 50px;
        color: #fff;
        margin-bottom: 10px;
    }
    .user__canv__access{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 7px;
    }
    .user__canv__access .btn__acc{
        width: 100%;
        background: #f1f1f1;
        border: none;
        color: #222;
        transition: 0.5s;
    }
    .user__canv__access .btn__acc:hover{
        background: var(--primary-gradient);
        color: #fff;
    }
    .user__canv__access .btn__logout{
        width: 100%;
        color: #fff!important;
        border: none;
        background: #dc3545!important;
    }
    .user__canv__accessBtn{
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: center;
    }
    .user__canv__accessBtn .notification{
        padding-left: 5px;
    }
    .user__canv__currency ,
    .user__canv__currency .filter_currency{
        width: 100%;
        margin: 0;
    }

    .user__canv__currency .filter_currency > button{
        padding: 10px 20px;
    }

    .off_canv_currencyChange {
        max-height: 220px;
        overflow: auto;
    }

    /*
        Account Page codes
    */

     .account__name  .account_left .icon > img{
        width: 60px;
     }
     .account__name  .account_left .text h5{
        font-family: var(--font-text);
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        color: #222;
        margin-bottom: 0px;
     }
     .account__name  .account_left .text h4{
        font-family: var(--font-text);
        color: #6B7280;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 0px;
     }

     .account__name .account_right {
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: center;
    }

    .account__name .account_right .user_status {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #E7ECF9;
        padding: 10px 20px;
        border-radius: 50px;
        min-height: 50px;
        font-size: 18px;
        font-weight: bold;
        color: #222;
    }

    .account__name .account_right .gender_btn {
        width: 50px;
        height: 50px;
        border-radius: 50px;
        border: none;
        font-size: 22px;
        background: #E7ECF9;
        color: var(--nav-acitve);
    }

    .account__name .account_right .gender_btn.active{
        background: var(--primary-gradient);
        color: #fff;
    }

    .account__password .password_change_wraper {
        display: grid;
        gap: 30px;
        grid-template-columns: repeat(4,1fr);
    }

    .account_control {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0px 17px;
        font-size: 14px;
        margin: 0;
        outline: none!important;
        box-shadow: none!important;
        min-height: 50px;
        background: #F0F1F5;
    }

    .account_btn{
        transform: translateY(0px)!important;
        padding: 10px 20px;
        min-height: 50px;
        height: 50px;
        max-height: 50px;
    }

    .input--round {
        border-radius: 50px;
    }

    

    /* Dashboard Design*/

    .dashboard__user__info{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 30px;
    }  
    
    .dashboard__user__info .user__info__item{
        display: flex;
        align-items: center;
        gap: 10px;
        background: #fff;
        padding: 20px 22px;
        border-radius: 15px;
        box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.07);
    }

    .dashboard__user__info .user__info__item .user__info__icon {
        width: 60px;
    }
    .dashboard__user__info .user__info__item .user__info__icon.myorder_icon{
        width: 53px;
    }
    .dashboard__user__info .user__info__item .user__info__text h5{
        font-family: var(--font-text);
        font-size: 18px;
        margin-bottom: 5px;
        color: #222;
        font-weight: 600;
    }
    .dashboard__user__info .user__info__item .user__info__text h4{
        font-family: var(--font-text);
        font-size: 22px;
        color: #6B7280;
        font-weight: 600;
        margin-bottom: 0;
    }
    .account_status_wraper{
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
        margin: 5px;
    }

    .account_status_wraper .account_staus_btn{
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px 20px;
        background: #F0F1F5;
        border-radius: 50px;
        min-height: 60px;
        height: 60px;
    }

    .account_status_wraper .account_staus_btn.active{
        background: var(--primary-gradient);
    }

    .account_status_wraper .account_staus_btn.passed{
        background: #0D2548;
    }
    
    .account_status_wraper .account_staus_btn .status_icon{
        width: 25px;
    }

    .account_status_wraper .account_staus_btn.passed  .status_icon,
    .account_status_wraper .account_staus_btn.active .status_icon{
        filter: brightness(0) invert(1);

    }

    .account_status_wraper .account_staus_btn .status_text{
        font-size: 18px;
        font-family: var(--font-text);
        font-weight: var(--font-medium);
        margin-bottom: 0;
    }

    .account_status_wraper .account_staus_btn .status_text small{
        font-size: 10px;
        opacity: 0.2;
        transition: 1s;
    }

    .account_status_wraper .account_staus_btn:hover .status_text small{
        opacity: 1;
    }

    .account_status_wraper .account_staus_btn.passed .status_text,
    .account_status_wraper .account_staus_btn.active .status_text{
        color: #fff;
    }

    .status_btn__badges{
        top: 0px;
        right: -20px;
    }
    
    .benifit_item{
        display: grid;
        align-items: center;
        grid-template-columns: 1fr 11fr;
        gap: 10px;
        margin-bottom: 17px;
    }
    .benifit_item .icon{
        width: 25px!important;
    }
    .benifit_item .icon .accont_benifit_active,
    .benifit_item .icon .accont_benifit_loading,
    .benifit_item .icon .accont_benifit_available{
        display: none;
    }
    .benifit_item .benifit_text{
        font-family: var(--font-text);
        font-size: 18px;
        color: #222;
        font-weight: var(--font-medium);
    }
  
    .benifit_item .icon.active .accont_benifit_active{
        display: block;
        
    }

    .benifit_item .icon.available .accont_benifit_available{
        display: block;
        
    }

    .benifit_item .icon.loading .accont_benifit_loading{
        display: block;
        
    }
    .account_benifits_title{
        font-size: 24px;
        font-weight: 600;
        margin-top: 5px;
        margin-bottom: 25px;
    }
    .benifit__section .card.card_v2{
        height: 100%;
    }
    /* Affiliate Page */
    #topCard{
        position: relative;
    }

    #topCard.affiliate_card .topCard_inner{
        background: url(https://res.cloudinary.com/ddyxrxcom/image/upload/v1691207461/snf_asset/Background-Pattern-2_g9chdi.png),linear-gradient(#7477F6,#7477F6);
        background-size: contain;
    }

    #topCard.child_panel_card .topCard_inner{
        background: url(https://res.cloudinary.com/ddyxrxcom/image/upload/v1691207488/snf_asset/Background-Pattern-1_eq1zjh.png),linear-gradient(#c4ebff,#c4ebff);
        background-size: contain;
    }

    #topCard.massorder_card .topCard_inner{
        background:  url(https://res.cloudinary.com/ddyxrxcom/image/upload/v1691207488/snf_asset/Background-Pattern-1_eq1zjh.png),linear-gradient(#124A74,#124A74);
        background-size: contain;
    }

    #topCard.create_invoice .topCard_inner{
        background:  url(https://res.cloudinary.com/ddyxrxcom/image/upload/v1691207461/snf_asset/Background-Pattern-2_g9chdi.png),linear-gradient(#243658,#243658);
        background-size: contain;
    }

    
    #topCard .topCard_inner{
        position: relative;
        background-color: rgb(185, 185, 185);
        padding: 70px 70px;
        min-height: 500px;
        border-radius: 15px;
        overflow: hidden;
    }

    

    .topCard_inner .topCard_title{
        
        font-size: 45px;
        font-weight: 600;
    }

    .topCard_inner .def_image{
        margin: 0 auto;
        max-width: 70%;
        max-height: 250px;
    }
    
    .topCard_inner .def_image.img-invoice{
        max-width: 400px;
        width: 400px;
    }

    .topCard_inner .topCard_text{
        font-family: var(--font-text);
        font-size: 14px;
        font-weight: 400;
        line-height: 1.6;
    }

    .topCard_inner .btn-secondary.btn_top_card{
        font-size: 14px;
        font-weight: 600;
        padding: 8px 30px;
        border-color: #0D2548;
        background: #0D2548;
        border-radius: 50px;
    }
    /* .topCard_inner  .affiliates_image::after{
        content: '';
        position: absolute;
        width: 300px;
        height: 300px;
        background: rgb(255, 255, 255);
        filter: blur(100px);
        left: 0;
        z-index: 0;
    } */
    .text_has__bg{
        font-family: var(--font-text);
        font-size: 14px;
        background: #fff;
        padding: 10px 15px;
        margin: 10px 5px;
        border-radius: 15px;
    }
    .topCard_inner  .affiliates_image{
        position: absolute;
        right: 200px;
        bottom: 70px;
        width: 420px;
        height: 350px;
    }
    .topCard_inner .affiliates_image > img{
        width: 100%;
    }

   .affiliates_infos .affiliate_users_data{
        display: grid;
        grid-template-columns:  250px repeat(3,max-content)!important;
        gap: 15px;
   }

   .affiliates_infos.second_info .affiliate_users_data{
        display: grid;
        grid-template-columns: 170px repeat(6,max-content)!important;
        gap: 15px;
   }

   .affiliates_infos .affiliate_users_data .aff_item:first-child{
        width: 250px;
   }
   .affiliates_infos .affiliate_users_data .aff_item{
        display: flex;
        align-items: center;
        gap: 5px;
   }
   .affiliates_infos .affiliate_users_data .aff_item .aff_item_left{
        width: 100px;
        height: 100px;
   }
   .affiliates_infos .affiliate_users_data .aff_item .aff_item_left.avatar_itme{
        padding: 15px;
   }
   .affiliates_infos .affiliate_users_data .aff_item .aff_item_right h4{
        color: #222;
        font-family: var(--font-text);
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 3px;
   }
   .affiliates_infos .affiliate_users_data .aff_item .aff_item_right h5{
        color: #7E7F81;
        font-family: var(--font-text);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 0px;
   }

   .card.card_v2 {
    background: transparent;
    border: none;
    z-index: 0;
}

   /* Child Panel Order Page */

   .accordion__auth .accordion-item{
        background: #F0F1F5;
        margin-bottom: 15px;
        border-radius: 10px!important;
        border: none!important;
    }

   .accordion__auth .accordion-item button{
        font-size: 18px;
        font-weight: var(--font-medium);
        color: #222;
        min-height: 50px;
        background: transparent;
        box-shadow: none;
   }

   .accordion__auth .accordion-item button::after{
    background: url(https://res.cloudinary.com/ddyxrxcom/image/upload/v1691207424/snf_asset/down-arrow-auth_murae1.png);
   }

   /* Ticket Page */

   .ticket_history .tickets_his_item{
    display: grid;
    grid-template-columns: 70px repeat(3,1fr);
    background: #F0F1F5;
    gap: 15px;
    padding: 20px 15px;
    margin-bottom: 15px;
    border-radius: 15px;
   }

   .ticket_history .tickets_his_item h5{
    font-family: var(--font-text);
    font-size: 18px;
    color: #222;
    font-weight: 400;
    margin-bottom: 0;
   }

   .ticket_history .tickets_his_item .tickets_his_id::before{
    content: 'Id';
   }
   .ticket_history .tickets_his_item .tickets_his_sub::before{
    content: 'Subject';
   }

   .ticket_history .tickets_his_item .tickets_his_status::before{
    content: 'Status';
   }

   .ticket_history .tickets_his_item .tickets_his_lastUpdate::before{
    content: 'Last Update';
   }

   .ticket_history .tickets_his_item .payment_methods_name::before{
        content: 'Payment Methods';
   }
   .ticket_history .tickets_his_item .payment_amount::before{
        content: 'Amount';
   }
   .ticket_history .tickets_his_item .payment_time::before{
        content: 'Date';
   }

   .ticket_history .tickets_his_item .payment_methods_name::before,
   .ticket_history .tickets_his_item .payment_amount::before,
   .ticket_history .tickets_his_item .payment_time::before,
   .ticket_history .tickets_his_item .tickets_his_id::before,
   .ticket_history .tickets_his_item .tickets_his_sub::before,
   .ticket_history .tickets_his_item .tickets_his_status::before,
   .ticket_history .tickets_his_item .tickets_his_lastUpdate::before{
        display: block;
        font-size: 14px;
        margin-bottom: 5px;
        font-weight: 700;
        color: #6B7280;
   }

   .ticket_history .tickets_his_item .payment_amount,
   .ticket_history .tickets_his_item .tickets_his_status{
    text-align: center;
   }

   /* Add Fund Page CSS */
    #paymentMethodBanner .payment_method_inner{
       padding: 40px 20px;
    }

    #paymentMethodBanner .payment_method_inner h2{
        
        font-size: 45px;
        color: #222;
        font-weight: 600;
    }

    #paymentMethodBanner .payment_method_inner p{
        font-family: var(--font-text);
        font-size: 18px;
        color: #222;
        font-weight: 400;
    }

    #paymentMethodBanner .payment_method_inner .payment__banner__img{
        margin-left: -22px;
        width: 90%;
        pointer-events: none;
    }

    #paymentMethodBanner .payment_method_inner .payment_method_img{
        max-width: 450px;
        margin: 0 auto;
    }

    .payment_logo{
        max-width: 200px;
        margin-top: 20px;
        margin-left: 20px;
    }


    /* Create Invoice Page */
    .crate_invoice_content h2{
        color: #222;
        font-family: var(--font-text);
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .crate_invoice_content p{
        color: #222;
        font-family: var(--font-text);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
   .crate_invoice_content .has__bg__grey{
        background: #F0F1F5;
        font-size: 18px;
        font-weight: 600;
        padding: 15px;
        border-radius: 15px;
    }

    .invoice_table .invoice_title{
        font-family: var(--font-text);
        font-weight: 700;
        font-size: 35px;
        margin-bottom: 25px;
        color: #222;
    }

   

    /* View Ticket page  */

    .ticket_conv_title{
        display: flex;
        align-items: center;
        flex-direction: row;
    }

    .ticket_conv_title h3{
        font-size: 20px;
        font-family: var(--font-text);
        margin-bottom: 0px;
        font-weight: 400;
    }

    .conversations{
        min-height: 600px;
    }

    .conversations .user_conv {
       text-align: right;
    }

    .conversations .user_conv .msg{
        background: #0D2548;
        color: #fff;
        width: 80%;
        float: right;
        display: block;
        text-align: left;
        padding: 25px;
        margin-bottom: 10px;
        border-radius: 0px 50px;
    }

    .conversations .user_conv .user_info{
        display: block;
        float: right;
        font-size: 15px;
    }

    .conversations .admin_conv .msg{
        background: linear-gradient(180deg, #43B9FE 0%, #207CFE 100%);
        color: #fff;
        width: 100%;
        float: left;
        display: block;
        text-align: left;
        padding: 25px;
        margin-bottom: 10px;
        border-radius: 0px 50px;
    }

    .conversations .admin_conv .user_info{
        display: block;
        float: left;
        font-size: 15px;
    }

    
    .conversation__box .reply_box{
        display: block;
        position: relative;
        align-items: center;
    }

    .ticket_info_card{
        background:  url(https://res.cloudinary.com/ddyxrxcom/image/upload/v1691207488/snf_asset/Background-Pattern-1_eq1zjh.png),linear-gradient(#CDEFFF,#CDEFFF)!important;
        background-size: contain;
    }
    .ticket_info_card .ticket_id{
        font-family: var(--font-text);
        font-size: 20px;
        font-weight: 400;
        line-height: 1;
        color: #222;
    }
    .ticket_info_card h2{
        
        font-size: 20px;
        font-weight: 600;
        color: #222;
    }
    .ticket_info_card p{
        font-family: var(--font-text);
        font-size: 18px;
        color: #222;
        font-weight: 400;
        margin-bottom: 35px;
    }

    .caps_item{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 30px;
    }
    
    .caps_item .caps_left{
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        background: #fff;
        padding: 15px 0px 15px 20px;
        border-radius: 50px 0px 0px 50px;
        min-height: 60px;
        display: flex;
        align-items: center;
    }

    .caps_item .caps_right{
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        padding: 0px 0px 0px 0px;
        border-radius: 0px 50px 50px 0px;
        min-height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
    }

    .caps_item.caps_subject .caps_right{
        background: #207CFE;
    }
    .caps_item.caps_priority .caps_right{
        background: #FF5721;
    }
    .caps_item.caps_time .caps_right{
        background: #13CC7E;
    }

    
    .conversation__box .reply_box .reply_form_control{
        border-radius: 50px;
        height: 57px;
        box-shadow: none;
        border-color: var(--primary-border-color);
        padding-left: 20px;
        padding-right: 150px;
        box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.07);
    }
    
    .conversation__box .reply_box .submit_btn{
        position: absolute;
        right: 0;
        top: 0;
    }

    .service_filter {
        margin-top: 20px!important;
    }

    .service_filter_wraper{
        border-radius: 15px;
        padding: 25px 20px;
    }

    .filter_services .filter_btn{
        padding: 10px 15px;
        margin-bottom: 10px;
    }

    .filter_currency > button{
        padding: 10px 15px;
        margin-bottom: 10px;
    }
    .serv_search{
        padding: 10px 15px;
    }

    .service_filter_wraper .col-lg-4.col-md-6.col-12.mb-md-3{
        margin-bottom: 0px!important;
    }

    .service_filter_wrap{
        padding: 30px 0px;
    }

    .youtube_video .youtube__iframe{
        width: 100%;
        height: 400px;
    }

    /* Order Page */

    .orders__filter__btn{
        margin: 25px 0px;
    }
    .orders__filter__btn .order__filters {
        display: flex;
        gap: 30px;
        flex-wrap: wrap;
    }

    .orders__filter__btn .order__filters .btn__orders__filter{
        background: #fff;
        display: flex;
        align-items: center;
        padding: 10px 15px;
        border-radius: 10px;
        gap: 10px;
        border: none;
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.13);
    }
    .orders__filter__btn .order__filters .btn__orders__filter.bg-danger{
        background-color: rgba(var(--bs-danger-rgb),var(--bs-bg-opacity));
    }

    .orders__filter__btn .order__filters .btn__orders__filter.active{
        background: var(--primary-gradient);
    }
    
    .orders__filter__btn .order__filters .btn__orders__filter .icon{
        width: 15px;
    }

    .orders__filter__btn .order__filters .btn__orders__filter.active .icon, .orders__filter__btn .order__filters .btn__orders__filter.bg-danger .icon{
       filter: brightness(100);
    }

    .orders__filter__btn .order__filters .btn__orders__filter .text{
        color: #143360;
        font-family: var(--font-text);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .orders__filter__btn .order__filters .btn__orders__filter.active .text, .orders__filter__btn .order__filters .btn__orders__filter.bg-danger .text{ 
        color: #fff;
    }

    /* Order Page Table */
    .subs__table,
    .refill__table,    .subs__table,
    .refill__table,
    .order__table{
        margin-bottom: 50px;
    }

    .refill__table .refill_table_head,
    .refill__table .refill_table_row,

    .refill__table .refill_table_head,
    .refill__table .refill_table_row,
    .order__table .order_table_head,
    .order__table .order_table_row{
        display: grid;
        grid-template-columns: repeat(10, 1fr);
        /* grid-template-columns: 4em 5em 3fr 6em 7em 6em 6em 17em 12em 1fr; */
        width: 100%;
        gap: 10px;
        text-align: left;
        margin-bottom: 20px;
        border: 1px solid #D9D9D9;
        background: #FAFBFF;
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.03);
        padding: 15px;
        border-radius: 15px;
    }

    .subs__table .subs_table_head > div,
    .refill__table .refill_table_head > div,
    .order__table .order_table_head > div{
        font-size: 14px;
        font-weight: 600;
        color: #575B62;
    }

    
    .subs__table .subs_table_row > div,
    .refill__table .refill_table_row > div,
    .order__table .order_table_row > div{
        font-size: 15px;
        color: #222;
        font-weight: normal;
    }

    .subs__table .subs_table_row .body__id > span,
    .refill__table .refill_table_row .body__id > span,
    .order__table .order_table_row .body__id > span{
        display: inline-block;
        font-size: 14px;
        background: #0D2548;
        color: #fff;
        padding: 5px 15px;
        border-radius: 10px;
    }

    
    .order__table .order_table_head .head__link,
    .order__table .order_table_row .body__link{
        width: 25em;
    }

    .refill__table .refill_table_row .body__link .link__order,
    .order__table .order_table_row .body__link .link__order{
        display: inline;
        color: var(--cta-btn);
    }

    .refill__table .refill_table_row .body__link .link__order > a,
    .order__table .order_table_row .body__link .link__order > a{
        color: #222;
        text-decoration: underline;
        font-weight: 600;
        word-break: break-all;
    }

    .order__table .order_table_row .body__quantity,
    .order__table .order_table_row .body__price{
        font-weight: 600;
    }

    .order__table .order_table_head .head__price,
    .order__table .order_table_row .body__price{
        text-align: center;
    }

    .order__table .order_table_head .head__services,
    .order__table .order_table_row .body__services{
        width: 20em;
    }

    .order__table .order_table_head .head__status,
    .order__table .order_table_row .body__status{
        width: 8em;
    }
   
    .order__table .order_table_row  .body__quickaction > .dropdown > .btn-action{
        background: var(--primary-gradient);
        border: none;
        border-radius: 50px;
        color: #fff;
        padding: 6px 15px;
    }

    .subs__table .subs_table_head .body__status > .status_capsule,
    .subs__table .subs_table_row .body__status > .status_capsule,
    .refill__table .refill_table_row .body__status > .status_capsule,
    .order__table .order_table_row  .body__status > .status_capsule{
        background: var(--dark-box-bg);
        color: #fff;
        padding: 6px 15px;
        border-radius: 50px;
        text-align: center;
    }

   .status_capsule.status_Completed{
        background: #1CB474!important;
    }

   .status_capsule.status_Active{
        background: #795AF6!important;
    }

    .status_capsule.status_Pending{
        background: #EDA417!important;
    }

    .status_capsule.status_Processing{
        background: #795AF6!important;
    }

    .status_capsule.Rejected,
    .status_capsule.status_Canceled{
        background: #EC3D3D!important;
    }

    .status_capsule.status_Partial{
        background: #D116BF!important;
    }
    
    .status_capsule.status_Paused{
        background: #FF5721!important;
    }
    .status_capsule.status_Expired{
        background: #795AF6!important;
    }

    .status_capsule.status_Error{
        background: #878F99;
    }
    /* ###### Order Page Table */

    /* Refill page table */
    .refill__table .refill_table_head,
    .refill__table .refill_table_row{
        grid-template-columns: repeat(6, minmax(auto, 1fr));
        gap: 25px;
    }

    .refill__table .refill_table_head .head__link,
    .refill__table .refill_table_row .body__link{
        width: 25em;
    }
    .refill__table .refill_table_head .head__services,
    .refill__table .refill_table_row .body__services{
        width: 25em;
    }
    .refill__table .refill_table_head .head__status,
    .refill__table .refill_table_row .body__status{
        width: 8em;
    }

    /* ### Refill page table */

    /* Subscriptions */
    .subs__table .subs_table_head,
    .subs__table .subs_table_row{
        display: grid;
        grid-template-columns: repeat(8, 1fr);
        width: 100%;
        gap:15px;
        text-align: left;
        margin-bottom: 20px;
        border: 1px solid #D9D9D9;
        background: #FAFBFF;
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.03);
        padding: 15px;
        border-radius: 15px;
    }

    .subs__table .subs_table_head .head__id,
    .subs__table .subs_table_row .body__id{
        width: 5em;
    }

    .subs__table .subs_table_head .head__username,
    .subs__table .subs_table_row .body__username{
        width: 13em;
    }

    .subs__table .subs_table_head .head__services,
    .subs__table .subs_table_row .body__services{
        width: 15em;
    }

    .subs__table .subs_table_head .head__action,
    .subs__table .subs_table_row .body__action{
        width: auto;
    }
    .subs__table .subs_table_head .body__details,
    .subs__table .subs_table_row .body__details{
        width: 7rem;
    }

    .subs__table .subs_table_row .body__details .btn__details{
        border: 1px solid var(--cta-btn);
        color: var(--cta-btn);
        border-radius: 50px;
        padding: 5px 15px;
        cursor: pointer;
        transition: 0.5s ease-in-out;
    }
    
    .subs__table .subs_table_row .body__action .actions__btn{
        display: inline-flex;
        gap: 5px;
        background: var(--primary-gradient);
        border: none;
        color: #fff;
        border-radius: 50px;
        padding: 5px 15px;
        cursor: pointer;
        transition: 0.5s ease-in-out;
    }

    .subs__table .subs_table_row .body__action .btn__cancel{
        display: inline-flex;
        gap: 5px;
        border: 1px solid var(--dark-btn-bg);
        color: var(--dark-btn-bg);
        border-radius: 50px;
        padding: 5px 15px;
        cursor: pointer;
        transition: 0.5s ease-in-out;
    }


    .subs__table .subs_table_row .body__details .btn__details:hover{
        background: var(--cta-btn);
        color: #fff;
    }
    /* ### Subscriptions */

    /* Update Page */

    .update_table .update__card{
        border-radius: 20px;
        border: 1px solid #D9D9D9;
        background: #FAFBFF;
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.03);
    }
    /*.update_table .update__card .table thead tr th{
        font-weight: normal;
        font-size: 14px;
        padding: 15px 5px!important;
        color: #575B62;
    }
    .update_table .update__card .table tbody tr td{
        padding: 20px 5px!important;
    }
    .update_table .update__card .table tbody tr:last-child td{
        border: none;
    }*/
    /* .update_table .update__card .table .update_services{
        width: 75%;
    } */

    .filter_services .filter_btn {
      padding: 10px 15px;
      margin-bottom: 10px;
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: space-between;
      border-radius: 50px;
      border: none;
    }

    .dropdown-menu.v2 {
      width: 100%;
      border: none;
      padding: 10px  5px;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.357);
  }

  .dropdown-menu.v2 .drop_dwon_items {
    max-height: 350px;
    overflow: auto;
}

.dropdown-menu.v2 .dropdown-item {
    color: #111;
    font-weight: 400;
    display: flex;
    justify-content: baseline;
    width: 98%;
    gap: 10px;
    padding: 5px 10px;
    font-size: 14px;
    cursor: pointer;
}

.dropdown-menu.v2 .dropdown-item.active, .dropdown-menu.v2 .dropdown-item:hover, .dropdown-menu.v2 .dropdown-item:active {
    background: var(--primary-gradient);
    color: #fff;
    border-radius: 5px;
}

    .update_table .update__card .table .update_capsul{
        background: #e8e8e8;
        padding: 8px 15px;
        border-radius: 8px;
    }

    .update_table .update__card .table .update_capsul.rate_increase{
        background: rgba(255, 146, 146, 0.44);
    }
    .update_table .update__card .table .update_capsul.rate_decreased{
        background: #9BF4CF;
    }
    .update_table .update__card .table .update_capsul.serv_disabled{
        background: #FF8F8F;
    }
    .update_table .update__card .table .update_capsul.serv_enabled{
        background: #7EFF9B;
    }
    .update_table .update__card .table .update_capsul.new_service{
        background: #95c0f8;
    }
    .select2-dropdown.dropdown-menu {
        margin-top: 10px!important;
        border-radius: 10px!important;
    }
    .select2-container--default .select2-selection--single {
        border-radius: 10px!important;
    }
    .select2-results__option{
        margin: 2px 8px;
        border-radius: 5px;
        padding: 5px 3px;
    }
    .select2-container .dropdown-menu > li > a {
        white-space: inherit;
        padding: 3px 5px;
        display: flex;
        align-items: center;
        gap: 3px;
    }
    .select2-results__option.active{
        background: var(--primary-gradient)!important;
        color: #fff!important;
    }
    .select2-results__option.active .select2-selection__id,
    .select2-results__option.active a{
        color: #fff!important;
    }

    .select2-results__option.select2-results__option--highlighted{
        background: #3073f017;
    }
   .avatar_images{
    border-radius: 100px;
   }
/*
  *
  *
  *
  * Dashboard Responsive Area
  *
  *
  *
  */

/* Screen Less than 1550px laptop and tablet Responsive*/
@media only screen and (max-width: 1550px) {
    .auth_body .main__page__area .sidebar__area{
        width: 270px;
        padding: 10px;
        z-index: 999;
    }
    .auth_body .main__page__area .main__content__area .top__bar__area{
        width: calc(100% - 270px);
    }
    .auth_body .main__page__area .main__content__area{
        margin-left: 269px;
    }

    .auth_body .main__page__area.toggle_sidebar .main__content__area{
        margin-left: 0px;
    }
    .sidebar__menu {
        padding: 0px 10px;
    }
    .sidebar__menu > ul .sidebar__menu__item .sidebar__menu__link{
        padding: 8px 20px;
    }
    .order__table .order_table_head .head__link, .order__table .order_table_row .body__link{
        width: 14rem;
    }
}
/*
    Screen Fixer when someone visito from old laptop and smaller laptop screen
*/

@media only screen and (max-width: 1300px){
    .main__page__area .sidebar__area{
        transform: translateX(-100%);
    }
    .main__page__area.toggle_sidebar .sidebar__area{
        transform: translateX(0%);
    }
        
    .auth_body .main__page__area .main__content__area{
        margin-left: 0px!important;
    }
    .auth_body .main__page__area .main__content__area .top__bar__area{
        width: 100%;
    }
    .main__page__area.toggle_sidebar .sidebar_close_btn{
        display: block;
    }
    .main__page__area.toggle_sidebar .main__content__area .top__bar__area,
    .main__page__area.toggle_sidebar .main__content__area .content__area{
        pointer-events: none;
        filter: blur(5px);
    }
    .main__page__area.toggle_sidebar .main__content__area .top__bar__area{
        z-index: 9;
    }
}

/* Screen below 992px and lower than that*/
@media only screen and (max-width:992px){
    .welcome__text{
        display: none;
    }
    .user__statistic .statstics__card{
        padding: 14px 14px;
        border-radius: 15px;
        gap: 20px;
        margin-bottom: 15px;
    }

    .user__statistic .statstics__card .st_icon{
        width: 50px;
        height: 50px;
    }
    .service_filter_wrap.neworder .service_filter_btn_wrap {
        gap: 8px;
    }
    .user__statistic .st_content .st_main_txt{
        font-size: 20px;
    }

    .card.card_v3 .card-header{
        padding: 15px;
        height: auto;
        min-height: 100px;
    }

    .announcement_inner .left_ann h4{
        font-size: 18px;
    }
    .announcement_inner .left_ann p{
        font-size: 14px;
    }
    .btn_announcement{
        font-size: 14px;
    }
    .new__order__nav__tabs li button{
        padding: 5px 10px;
    }

    .services__name{
        font-size: 14px;
    }
    .auth_body .form-group > label{
        margin-bottom: 7px;
    }
    .services_details{
        padding: 0px;
    }
    .utilites_wraper {
        gap: 10px 10px;
    }

    #topCard .topCard_inner{
        padding: 40px;
        min-height: auto;
    }

    #topCard .topCard_inner .col-lg-2{
        display: none;
    }
    .default__card__wraper.my-5 {
        margin-top: 20px!important;
    }
    .btn.btn-primary.account_btn {
        font-size: 12px;
    }
    .account__password .password_change_wraper{
        gap: 10px;
    }
    .towFa_cont p{
        font-size: 14px;
    }
    .orders__filter__btn .order__filters{
        gap: 10px;
    }
  
    
      /* Order Table */
      .order_table_row .body__id {
        grid-area: id;
        text-align: center;
      }
      .order_table_row .body__date {
        grid-area: date;
        text-align: center;
      }
      .order_table_row .body__link {
        grid-area: link;
        width: 100%!important;
      }
      .order_table_row .body__price {
        grid-area: price;
        text-align: center;
      }
      .order_table_row .body__price::before{
        content: 'Charges';
      }
      .order_table_row .body__startcount {
        grid-area: statcount;
        text-align: center;
      }
      .order_table_row .body__startcount::before{
        content: 'Start Count';
      }
      .order_table_row .body__quantity {
        grid-area: quantity;
        text-align: center;
      }
      .order_table_row .body__quantity::before{
        content: 'Quantity';
      }
      .order_table_row .body__remain {
        grid-area: remain;
        text-align: center;
      }
      .order_table_row .body__remain::before{
        content: 'Remain';
      }

      .order_table_row .body__services {
        grid-area: services;
        width: 100%!important;
        text-align: center;
      }
      .order_table_row .body__status {
        grid-area: status;
        text-align: center;
      }
      .order_table_row .body__quickaction {
        grid-area: actions;
        text-align: center;
      }
      .order__table .order_table_head{
        display: none;
      }
      .order__table{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 15px;
      }
      .order__table .order_table_row{
        margin-bottom: 0;
      }

      .subs__table .subs_table_row .body__newpost,
      .subs__table .subs_table_row .body__quantity,
      .order_table_row .body__price,
      .order_table_row .body__remain,
      .order_table_row .body__startcount,
      .order_table_row .body__quantity{
        position: relative;
        padding-top: 20px;
      }

      .subs__table .subs_table_row .body__newpost::before,
      .subs__table .subs_table_row .body__quantity::before,
      .order_table_row .body__price::before,
      .order_table_row .body__remain::before,
      .order_table_row .body__startcount::before,
      .order_table_row .body__quantity::before{
        font-size: 12px;
        color: #5c5c5c;
        position: absolute;
        text-align: center;
        top: 0px;
        width: 100%;
        margin: 0;
        padding: 0;
        left: 0;
      }

    .refill__table .refill_table_head, 
    .refill__table .refill_table_row, 
    .refill__table .refill_table_head, 
    .refill__table .refill_table_row, 
    .order__table .order_table_head, 
    .order__table .order_table_row{
        grid-template-areas: 
            "id id id id id id id id id id id id "
            "date date date date date date date date date date date date"
            "link link link link link link link link link link link link"
            "price price price statcount statcount statcount quantity quantity quantity remain remain remain"
            " services services services services services services services services services services services services"
            "status status status status status status actions actions actions actions actions actions"
        ;
        gap: 10px;
    }

    
    .dripfeed__table .order_table_row .body__startcount::before{
        content: 'Quantity';
      }

      .dripfeed__table .order_table_row .body__quantity::before{
        content: 'Total quantity';
      }

      .dripfeed__table .order_table_row .body__remain::before{
        content: 'Runs ~ Interval';
      }

      .refill__table .order_table_row .body__price::before{
        content: 'Order Id';
      }

      .refill__table .order_table_row .body__price{
        grid-column: span 12;
      }

      .refill__table .order_table_row .body__status{
        width: 100%;
        grid-column: span 12;
      }

     .dripfeed__table .order_table_row .body__status{
        width: 100%;
        grid-column: span 12;
      }

    .orders__filter__btn .order__filters .btn__orders__filter .icon {
        width: 20px;
    }

    .subs__table .subs_table_head{
        display: none;
    }

    .subs__table .subs_table_row .body__id{
        grid-area: subId;
        width: auto;
    }
    .subs__table .subs_table_row .body__username{
        grid-area: subUsername;
        width: 100%;
    }
    .subs__table .subs_table_row .body__quantity{
        grid-area: subquan;
    }
    .subs__table .subs_table_row .body__newpost{
        grid-area: subpost;
    }
    .subs__table .subs_table_row .body__services{
        grid-area: subserv;
        width: 100%;
    }
    .subs__table .subs_table_row .body__status{
        grid-area: substatus;
    }
    .subs__table .subs_table_row .body__details{
        grid-area: subsdetail;
    }
    .subs__table .subs_table_row .body__action{
        grid-area: subaction;
    }

    .subs__table .subs_table_row .body__quantity::before{
        content: 'Quantity';
    }

    .subs__table .subs_table_row .body__newpost::before{
        content: 'New posts';
    }

    .subs__table{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .subs__table .subs_table_row{
        grid-template-columns: none;
        text-align: center;
        grid-template-areas: 
            "subId subId subId subId subId subId"
            "subUsername subUsername subUsername subUsername subUsername subUsername"
            "subquan subquan subquan subpost subpost subpost"
            "subserv subserv subserv subserv subserv subserv"
            "substatus substatus subsdetail subsdetail subaction subaction"
        ;
    }
    .dashboard__user__info{
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .dashboard__user__info .user__info__item .user__info__text h4{
        font-size: 14px;
    }

    .btn-primary{
        padding: 10px 20px;
        font-size: 14px;
    }
    
    .auth_body .form-group > label{
        font-size: 14px;
    }
    .utilites_wraper .utilites_box span,
    .auth_body .form-control, .auth_body .form-select, .auth_body .form-group > .form-control,
    .select2-container--default .select2-selection--single,
    .services__desc h6, .example__link h6, .utilites_wraper .utilites_item h6{
        font-size: 14px;
    }
    .services__desc .descriptions_full{
        font-size: 12px;
    }

    #paymentMethodBanner .payment_method_inner .payment_method_img{
        display: none;
    }

    #paymentMethodBanner .payment_method_inner .payment__banner__img{
        width: 70%;
        margin: 0 auto;
    }
    .topCard_inner .affiliates_image{
        width: 50%;
        right: 30px;
        bottom: 0px;
    }
    .topCard_inner .topCard_title{
        font-size: 25px;
    }
    .topCard_inner .topCard_text{
        font-size: 14px;
    }
    .account__name .account_right .user_status,
    .account__name .account_left .text h5,
    .crate_invoice_content h2,
    .card-header .card_header_title{
        font-size: 14px!important;
    }

    .crate_invoice_content p,
    .card-header .card_header_text{
        font-size: 12px!important;
        margin-bottom: 0px;
    }

    .card.card_v3 .card-header {
        min-height: 80px;
    }
    .crate_invoice_content .has__bg__grey{
        font-size: 14px;
        margin-top: 10px;

    }
    .accordion__auth .accordion-item button,
    .text_has__bg{
        font-size: 14px!important;
    }
    .accordion__auth .accordion-body{
        font-size: 14px!important;
    }
    .youtube_video .youtube__iframe{
        height: 250px;
    }
    .affiliates_infos .affiliate_users_data{
        grid-template-columns: repeat(2, 1fr)!important;
    }
    .affiliates_infos.second_info .affiliate_users_data{
        grid-template-columns: repeat(2, 1fr)!important;
    }
    .card.card_v3{
        border-radius: 10px;
        margin-bottom: 30px;
    }
    .card.card_v3 .card-header{
        border-radius: 10px 10px 0px 0px;
    }
}

/* Screen below 768px and lower than that*/
@media only screen and (max-width:768px) {
    .dashboard__user__info{
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

/* Screen below 550px and lower than that*/
@media only screen and (max-width:550px) {
    .tob__bar__mid{
        display: block;
    }
    .auth_body .main__page__area .main__content__area .top__bar__area{
        padding: 8px 20px;
        height: 60px;
    }
    .content__area{
        padding-top: 60px;
    }
    .auth_body .main__page__area .main__content__area .top__bar__area .tob__bar__left .button__bar{
        width: 45px;
        height: 40px;
        gap: 3px;
    }
    .user__access_btn .user__avatar > img{
        width: 45px;
        height: 45px;
        background: #24689d;
    }
    .welcome__text{
        display: none;
    }
   .tob__bar__right .desktop__shows{
    display: none;
   }
   .tob__bar__right .phone__shows{
    display: block;
   }
   .sidebar__area .sidebar__user{
    display: none;
   }
   .main__page__area.toggle_sidebar .top__bar__area{
    position: fixed!important;
   }
   .card.card_v2{
    border-radius: 8px;
   }
   /* New Order Page */
   .user__statistic.mt-4 {
    margin-top: 10px!important;
}
   .user__statistic .statstics__card{
    padding: 10px 12px;
    gap: 8px;
    border-radius: 10px;
    flex-direction: column;
    margin-bottom: 15px;
   }

   .user__statistic .row .col-6:last-child .statstics__card,
   .user__statistic  .row .col-6:nth-child(3) .statstics__card{
    margin-bottom: 0px;
   }

   .user__statistic .statstics__card .st_icon{
    max-width: 40px;
    height: 40px;
   }

   .user__statistic .st_content .st_top_txt{
    font-size: 14px;
    text-align: center;
   }

   .user__statistic .st_content .st_main_txt{
    font-size: 20px;
    text-align: center;
   }

   .announcement_inner{
    flex-direction: column;
    gap: 10px;
    padding: 0px;
   }

   .announcement_inner .left_ann h4{
    font-size: 14px;
   }
   .announcement_inner .left_ann p{
    font-size: 12px;
   }
   .btn_announcement{
    font-size: 14px;
   }
   section.filter_section .service_filter_btn_wrap{
    grid-template-columns: repeat(6, 1fr);
   }
   section.filter_section .service_filter_wrap.neworder .service_filter_btn_wrap{
    gap: 5px;
   }

   section.filter_section .service_filter_btn {
    display: flex;
    padding: 10px 10px;
    justify-content: center;
    box-shadow: none;
    border: 1px solid #e2e1e1;
    align-items: center;
   }

   section.filter_section .service_filter_btn .text{
    display: none;
   }

   section.filter_section .service_filter_wrap.neworder{
    padding: 10px 0px;
   }
    .search_new_box .search-dropdown.select2-container--default.select2-container--below{
        width: 100%;
    }
   .new__order__nav__tabs li button{
    width: 40px;
    height: 40px;
   }

   .services__desc .descriptions_full,
   .utilites_wraper .utilites_box,
   .link__box,
   .auth_body .form-control, .auth_body .form-select,
   .auth_body .form-group > .form-control,
   .select2-container--default .select2-selection--single{
    border-radius: 6px;
   }

   .help-block.min-max{
    top: 7px;
    font-size: 10px;
    left: 64px;
   }
   .new__order__nav__tabs li button .icon{
    width: 20px;
    height: 35px;
    line-height: 35px;
   }
   .search_new_box{
    display: inline-flex;
    width: 100%!important;
   }
   .new__order__nav__tabs li button{
    padding: 5px 8px;
   }
   .search_new_box .search_new_input{
    width: 80%;
   }
   .new__order__nav__tabs li button .txt{
    font-size: 14px;
   }

   .auth_body .btn-primary{
    font-size: 18px;
    min-width: 200px;
   }

   .card.card_v3 .card-header{
    padding: 15px;
    height: auto;
    min-height: 80px;
   }

   .card.card_v3 .card-header{
    border-radius: 15px 15px 0px 0px;
   }

   .card.card_v3 .card-body{
    border-radius: 0px 0px 15px 15px;
   }
   .default__card__wraper.my-3 {
    margin-top: 5px!important;
    }

    .btn-primary, .btn-banner-all{
        margin-bottom: 15px;
    }

    .default__card__wraper .card{
        margin-bottom: 15px;
    }

    .services__name{
        font-size: 14px;
    }

    .services_details{
        padding: 0px;
    }

    .link__box{
        font-size: 14px;
        margin-bottom: 5px;
    }

    .utilites_wraper{
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .utilites_wraper .utilites_box span{
        font-size: 14px;
    }

    #service_description > .panel-body{
        font-size: 14px;
    }
    
    #topCard .topCard_inner{
        padding: 25px 20px;
        min-height: auto;
    }

    .topCard_inner .topCard_title{
        font-size: 28px;
    }

    .topCard_inner .topCard_text{
        font-size: 14px;
    }
    
    .topCard_inner .def_image{
        display: none;
    }

    .default__card__wraper.my-5 {
        margin-top: 15px!important;
    }

    .card-header .card_header_text{
        margin-bottom: 0px;
    }
    #paymentMethodBanner .payment_method_inner {
        padding: 20px 5px;
    }
    #paymentMethodBanner .payment_method_inner h2{
        font-size: 30px;
    }
    #paymentMethodBanner .payment_method_inner .payment__banner__img{
        width: 100%;
        margin-left: 5px;
    }
    #paymentMethodBanner .payment_method_inner .payment_method_img{
        display: none;
    }
    #paymentMethodBanner .payment_method_inner p{
        font-size: 14px;
    }
    .auth_body #api_page{
        margin: 20px 0px;
    }
    .topCard_inner .affiliates_image{
        display: none;
    }
    .affiliates_infos .affiliate_users_data{
        grid-template-columns: 1fr!important;
        gap: 5px;
    }
    .affiliates_infos .affiliate_users_data .aff_item:first-child{
        width: 100%;
    }
    .affiliates_infos .affiliate_users_data .aff_item .aff_item_left {
        width: 70px;
        height: 70px;
    }
    .affiliates_infos .affiliate_users_data .aff_item .aff_item_right h4{
        font-size: 18px;
        margin-bottom: 0px;
    }
    .affiliates_infos .affiliate_users_data .aff_item .aff_item_right h5{
        font-size: 14px;
    }
    .affiliates_infos.second_info .affiliate_users_data{
        grid-template-columns: 1fr;
    }
    .affiliates_infos.second_info .affiliate_users_data {
        grid-template-columns: 1fr!important;
    }
    .text_has__bg{
        font-size: 12px;
    }
    .youtube_video .youtube__iframe{
        width: 100%;
        height: 200px;
    }
    .accordion__auth .accordion-item button {
        font-size: 14px;
    }
    .accordion__auth .accordion-item button::after{
        zoom: 0.6;
    }

    .ticket_history .tickets_his_item{
        grid-template-areas: 
        'tickId tickId tickId tickId tickId tickId'
        'ticketSub ticketSub ticketSub ticketSub ticketSub ticketSub'
        'ticketStatus ticketStatus LastUpdate LastUpdate LastUpdate LastUpdate'
        ;
        gap: 20px 5px;
    }

    .ticket_history .tickets_his_id{
        grid-area: tickId;
        text-align: center;
    }
    .payment_methods_name,
    .ticket_history .tickets_his_sub{
        grid-area: ticketSub;
        text-align: center;
    }
    .payment_amount,
    .ticket_history .tickets_his_status{
        grid-area: ticketStatus;
        text-align: center;
    }
    .payment_time,
    .ticket_history .tickets_his_lastUpdate{
        grid-area: LastUpdate;
        text-align: center;
    }
    .ticket_history .tickets_his_item .payment_methods_name::before, .ticket_history .tickets_his_item .payment_amount::before, .ticket_history .tickets_his_item .payment_time::before, .ticket_history .tickets_his_item .tickets_his_id::before, .ticket_history .tickets_his_item .tickets_his_sub::before, .ticket_history .tickets_his_item .tickets_his_status::before, .ticket_history .tickets_his_item .tickets_his_lastUpdate::before{
        font-size: 14px;
    }
    .ticket_history .tickets_his_item h5{
        font-size: 15px;
    }
    .account__timezone .card-body form,
    .two__factor .card-body,
    .account__password .password_change_wraper{
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .account__name .d-flex.justify-content-between.align-items-center{
        flex-direction: column;
        justify-content: left!important;
        align-items: flex-start!important;
        gap: 7px;
    }

    .order__table{
        grid-template-columns: 1fr;
    }

    .orders__filter__btn .order__filters .btn__orders__filter{
        padding: 6px 15px;
        border-radius: 7px;
        gap: 5px;
    }

    .orders__filter__btn .order__filters .btn__orders__filter .text{
        font-size: 14px;
    }

    .orders__filter__btn .order__filters .btn__orders__filter .icon{
        width: 14px;
    }

    .serv_category_card{
        margin-bottom: 20px;
    }
    .serv_category_card .serv_cat_card_body .service_item.service{
        position: relative;
    }

    .serv_category_card .serv_cat_card_body .service_item .fav{
        position: absolute;
        top: 5px;
        font-size: 18px;
    }

    .service_filter_wraper{
        padding: 15px 5px;
    }

    .subs__table{
        display: grid;
        grid-template-columns: 1fr;
    }

    .subs__table .subs_table_row {
        grid-template-columns: none;
        text-align: center;
        grid-template-areas:
            "subId subId subId subId subId subId"
            "subUsername subUsername subUsername subUsername subUsername subUsername"
            "subquan subquan subquan subpost subpost subpost"
            "subserv subserv subserv subserv subserv subserv"
            "substatus substatus substatus substatus substatus substatus"
            " subsdetail subsdetail  subsdetail subaction subaction subaction";
    }

    .dashboard__user__info .user__info__item{
        padding: 15px 15px;
        border-radius: 10px;
    }
    .dashboard__user__info .user__info__item .user__info__text h5{
        font-size: 14px;
    }
    .dashboard__user__info .user__info__item .user__info__text h4{
        font-size: 14px;
    }
    .dashboard__user__info .user__info__item .user__info__icon {
        width: 35px;
    }
    .dashboard__user__info .user__info__item .user__info__icon.myorder_icon {
        width: 30px;
    }
    .dashboard__user__info{
        gap: 7px;
    }
    .account_benifits_title{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .account_status_wraper .account_staus_btn{
        min-height: 45px;
        height: 45px;
    }
    .account_status_wraper{
        gap: 5px;
    }
    .benifit_item .icon {
        width: 20px!important;
    }
    .benifit_item .benifit_text{
        font-size: 14px;
    }
    #paymentMethodBanner .payment_method_inner h2{
        font-size: 18px;
    }

    #paymentMethodBanner .payment_method_inner p{
        font-size: 12px;
    }

    .accordion__auth .accordion-item{
        border-radius: 6px!important;
        margin-bottom: 7px;
    }
    .accordion__auth .accordion-item button{
        min-height: 40px;
        padding: 5px 10px;
    }

} 


/*
============================================
            Dashboard Layouts Ends
============================================
*/

.select2-container .select2-dropdown,
    .select2.select2-container,
    .select2-search--dropdown .select2-search__field {
      -webkit-appearance: none !important;

      font-family: sans-serif;
      font-weight: regular;
      -webkit-font-smoothing: antialised;
      font-size: 18px;
    }

#favourite-form .form-select, #ticketsend .form-select {
    font-size: 14px;
    display: flex!important;
    align-items: center;
    background-color: #F0F1F5;
    height: 50px!important;
    padding: 5px 13px;
    font-weight: 400;
    outline: none;
    box-shadow: none;
    border-radius: 15px;
    border: none;
    margin-bottom: 0px;
}

.gizli {
    display: none!important;
    opacity: 0!important;
    overflow: hidden!important;
}


.new__order__nav__tabs {
    width: 100%;
}



@media (min-width: 1200px){
  #statics_user-details .modal-dialog {
    min-width: 1000px;
  }
  .pinner-wrap{
    display: none
  }
  .top-bar.row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
}
@media(max-width: 1199px){
  .wrapper .page-wrapper {
    padding-left: 0px !important;
  }
  .pinner-wrap {
    margin-left: 240px;
    transition: all 0.3s linear;
  }
  .wrapper.toggle .pinner-wrap {
    margin-left: 0px;
  }
  .sidebar{
    left: 12px;
    z-index: 99;
  }
  .short-cut-list li {
    flex: 0 0 18%;
    max-width: 18%;
  }
  .amazing-tabs{
      justify-content: flex-start;
  }
  #amazing .amazing-tabs li {
    margin-bottom: 5px;
    margin-right: 5px;
  }
  .pink-box {
    right: -10px;
    bottom: 78px;
  }
  .green-box {
    right: -10px;
    top: 170px;
  }
}
@media (max-width:991px) {
  #tab-vote .content #support-list .refferal-box h6 {
  font-size: 14px;
}
.neworder-slide {
  padding: 25px 100px 40px !important;
}
.order_cards-container .stats-box-txt {
  padding: 0px;
}
.faq-txt {
  font-size: 14px;
}
.neworder-slide-txt {
  width: 100%;
}
.statics-box {
  padding: 20px;
}
.row.statics-row {
  transform: none;
}
.short-cut-list li {
	min-width: 214px;
}
.row.new_order-row > div {
  min-width: 100%;
}
/* .top-bar > div {
  min-width: fit-content;
  width: fit-content;
} */
.mode-btn-wrap {
  margin-left: 0px;
}
.top-bar.row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 240px;
  transition: all 350ms linear;
}
.wrapper.toggle .top-bar.row{
  padding-left: 5px;
}
.page-wrapper {
  padding-left: 0px;
}
.sidebar {
  z-index: 99;
  transition: all 350ms linear !important;
  left: 12px;
}
.row.ticket_order-row > div {
  min-width: 100%;
}
.row.create_services-row > div {
  min-width: 100%;
}
.row.create_invoice-row > div {
  min-width: 100%;
}
.row.account_setting-row > div {
  min-width: 100%;
}
.row.account_setting-row .col-sm-4 {
  min-width: 100%;
}
.row.order_cards-row.statics-row {
  transform: translate(0px);
}
#statics_user-details .modal-dialog {
	min-width: calc(100% - 50px);
}
.statics-box {
  height: 175px;
}
.row.statics-row {
	flex-wrap: wrap;
}
.row.statics-row > div {
	min-width: 230px;
  flex: 1;
}
.pinner-wrap {
	margin-left: 0px;
}
.bread-wrap {
	display: none;
}
.auth .order_history-page .neworder-tab .nav-pills {
	flex-wrap: wrap;
}
.add-pay_row .add-pay_list .add-pay_item {
	margin-right: 5px;
  padding: 8px;
}
#amazing .amazing-tabs li a {
	padding: 5px 6px;
}
#amazing .amazintab-txt {
	margin: 0px 0 15px;
}
#amazing .amazintab-box .btn.btn-primary {
	min-width: 100px;
}
#best .best-box {
	position: unset !important;
}
#best .best-box {
	position: unset !important;
	max-width: 100%;
	width: 100%;
	margin-bottom: 15px;
}
}
@media (max-width: 767px){
  .db_sec .info .user_info-container .user_box {
    margin-top: 0px;
    flex-direction: column;
  }
  .db_sec .info .user_info-box:first-child {
    margin-right: 0px;
  }
  .db_sec .info .user_info-box {
    width: 100%;
    margin-top: 10px;
  }
  .order_cards-row > div {
    min-width: 100%;
  }
  .neworder-slide-txt {
    width: 100%;
  }
  .top-bar.row::before,
  .top-bar.row::after {
    display: none;
  }
  .top-bar.row {
    justify-content: space-between;
  }
  .mode-btn-wrap {
    min-width: 82px;
    padding-left: 2px;
  }
  .auth .mode-btn {
    max-width: 72px;
  }
  .auth .top-right-navrow {
    flex-wrap: wrap;
  }
  .auth .top-right-navrow > .dropdown .dropdown-toggle {
    margin-left: 0px;
    width: 100px;
  }
  .top-bar.row {
    align-items: flex-start;
  }
  .auth .top-right-navrow li {
    margin-bottom: 5px;
  }
  .auth .neworder-slide {
    min-height: 240px;
  }
  .auth .order_history-page .neworder-tab .nav-pills {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .auth .order_history-page .neworder-tab .nav-pills li {
    flex: unset;
    min-width: 136px;
    margin-bottom: 5px;
  }
  .add-pay_row .add-pay_list {
    flex-wrap: wrap;
  }
  .add-pay_row .add-pay_list .add-pay_item {
    min-width: 120px;
    margin-bottom: 5px;
  }
  .service-description .modal-header .modal-title {
    white-space: break-spaces;
  }
  .searchtable-row #service-table tbody td.service-name {
    white-space: break-spaces;
  }
  .service-description .service_desc-details p {
    white-space: break-spaces;
  }
  .service-description .modal-body {
    padding: 10px;
  }
  .service-description .service_desc-details {
    padding: 20px;
  }
  .update-status {
    white-space: normal;
  }
  .guest .mode-btn {
    max-width: 100px;
  }
  #top-sec .info-ul {
    margin-top: 40px;
  }
  .info-ul li {
    flex: 1;
    max-width: unset;
    min-width: 180px;
  }
  #cheapest .row {
    display: block;
  }
  #top-sec {
    padding: 10px 0;
  }
  #social-sec {
    padding: 20px 0;
  }
  #social-sec .social-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  #social-sec .social-list li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #cheapest {
    padding: 0px;
  }
  .row.work-box-row {
    margin-top: 0px;
  }
  .customer-slider::before,
  .customer-slider::after {
    width: 200px;
    height: 252px;
    background-size: 100% 100%;
    z-index: -1;
  }
  .cstmer-slide-txt {
    width: 90%;
    background: rgba(255,255,255,0.8);
    padding: 20px;
    border-radius: 10px;
  }
  .blog-sec .row {
    display: block;
  }
  #howitwork .row.how-row {
    display: block;
  }
  .stats-box-icon{
    margin: unset;
  }
  .signup-innerbox {
    padding: 30px 20px;
  }
}
@media (max-width:550px) {
  #top-sec,
  #work,
  #amazing,
  #testimonial,
  #signup {
    padding: 130px 0 60px;
  }
    .top-subtitle {
    font-size: 20px;
    line-height: 1.1;
  }
    .main-title {
    font-size: 32px;
  }
    .title-extra-style::after {
    display: none;
  }
    .txt {
    font-size: 14px;
    line-height: 1.4;
  }
    .form-control,
    .form-select {
    height: 42px;
  }
    .inpt-icon {
    width: 28px;
    height: 28px;
  }
    .btn.btn-primary {
    min-width: 150px;
    padding: 12px;
  }
    .stats-box-icon {
    width: 36px;
      margin: 0;
    height: 36px;
  }
    .stats-box-title {
    font-size: 18px;
  }
    .best-img {
    width: ;
    max-width: 80px;
    right: 60px;
    bottom: 0;
  }
    #social-sec {
    padding: 25px 0;
  }
  .social-list li {
    margin-bottom: 12px;
    text-align: center;
  }
    .social-list {
    flex-wrap: wrap;
    justify-content: center;
  }
    .social-img {
    display: block;
    margin: auto;
  }
    .title {
    font-size: 30px;
  }
    #cheapest .row {
    display: block;
  }
    .row.work-row::before {
    background-image: none;
    background: linear-gradient(180deg, #ff585c 0%, #ff949f 100%);
    border-radius: 25px;
    width: 98%;
    margin: auto;
  }
    .row.work-row {
    padding-top: 15px;
    padding-bottom: 0;
  }
    .work-wrap {
    padding: 20px 15px 40px;
    min-height: auto;
    margin-bottom: 25px;
  }
    /* .amazing-tabs li {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 9px;
  } */
    .amazing-tabs li a {
    font-size: 14px;
  }
    .amazing-tabs li a .tab-icon-img {
    max-width: 26px;
  }
    .amazintab-box {
    padding: 12px;
    margin-bottom: 20px;
    min-height: auto;
  }
    .amazintab-txt {
    margin: 10px 0 10px;
  }
    .best-box {
    width: auto;
    padding: 12px 15px;
    max-width: unset;
    position: unset;
      margin-bottom: 15px;
  }
    .best-box-left {
    height: 69px;
    font-size: 32px;
    flex: 0 0 69px;
    max-width: 69px;
  }
    .box-title {
    font-size: 14px;
  }
    .customer-slider {
    margin-top: 20px;
  }
    .customer-slider::before,
    .customer-slider::after {
    display: none;
  }
    footer {
    padding-top: 0;
    margin-top: 30px;
  }
    .darkmode footer::after {
    height: 206px;
    width: 205px;
    background-size: 205px 206px;
    top: -60px;
  }
    .row.ftr-top {
    display: block;
  }
    footer .title {
    font-size: 28px;
    margin-top: 15px;
  }
    .row.ftr-top .btn.btn-primary {
    margin-left: 0;
    margin-bottom: 15px;
  }
    .row.ftr-top {
    margin-bottom: 20px;
  }
    .social-link {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    font-size: 22px;
  }
    .ftr-title {
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
    .ftr-menu li a {
    font-size: 14px;
    margin-bottom: 5px;
  }
    .ftr-bottom {
    margin-top: 15px;
    padding: 10px 0;
  }
    .copyright {
    text-align: center;
  }
    .bottom-ftr-nav {
    justify-content: center;
  }
    .bottom-ftr-nav li a {
    margin-left: 10px;
    font-size: 12px;
  }
  .guest .navbar-default .navbar-toggle {
    border-color: #ff585c;
  }
    .guest .navbar-default .navbar-toggle .icon-bar {
    background-color: #ff585c;
  }
    .guest .navbar-default .navbar-nav > li > a {
    font-size: 14px;
    padding: 5px 10px;
  }
    .mode-btn {
    max-width: 100px;
    height: 42px;
    padding: 2px 8px;
    margin-bottom: 10px;
  }
    .mode-btn-wrap {
    margin-left: 10px;
  }
    .guest .navbar-default .navbar-nav > li.register-btn a {
    margin-left: 10px;
    width: auto;
    max-width: 170px;
  }
    .guest .navbar-default .navbar-toggle:hover,
    .guest .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
    .row.api-title-row {
    margin-top: 0;
    margin-bottom: 30px;
  }
    .row.api-title-row .txt br {
    display: none;
  }
    .ser-short li {
    flex: 0 0 32%;
    max-width: 32%;
    margin-bottom: 10px;
  }
    .ser-short li {
    flex: 0 0 13%;
    max-width: 13%;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 5px;
  }
    .ser-short {
    margin: 0 0 10px;
  }
    #history-search {
    margin-top: 10px;
  }
    #history-search .btn {
    width: 35px;
    height: 35px;
  }
    #history-search .input-group-btn {
    width: 35px;
    height: 35px;
  }
    .table-responsive {
    border: 0;
  }
  /*  .table tr th, 
    .table tr td {
    padding: 0px 15px !important;
  }
    .table tbody tr td {
    padding: 0px 15px !important;
  }*/
  #service-table tbody tr td {
      padding: 5px 15px !important;
      font-weight: 600;
  }
    .service-description .btn.btn-primary, .buy-btn {
    min-width: 90px;
    display: block;
    font-size: 12px;
    padding: 8px 10px;
  }
    .modal-body {
    white-space: normal;
    word-break: break-word;
  }
    footer::after {
    display: none;
  }
    .row.api-title-row::after, 
    .row.api-title-row::before {
      display: none;
  }
    .well {
    padding: 12px;
  }
    .api-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
    .api-table {
    border-spacing: 4px 8px;
    border-radius: 32px;
  }
    .signup-innerbox {
    padding: 12px 10px;
      border-radius: 12px;
  }
    .signup-mainbox {
    padding: 15px;
  }
    .signup-innerbox .title {
    margin-bottom: 0;
  }
    .signup-innerbox .btn.btn-primary {
    margin-top: 0;
    padding: 10px 15px;
  }
    .signup-mainbox {
    margin-bottom: 20px;
  }
    .guest #term-sec,
    #faq-sec,
    .guest #contact-sec,
    .guest #howitwork,
    #reset-sec,
    #blogs-sec {
    padding: 15px 0;
  }
    .row.term-row {
    margin-top: 12px;
  }
    #term-sec .txt br {
    display: none;
  }
    .term-title {
    margin: 0 0 10px;
    font-size: 18px;
  }
    .term-body li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .terms_tabs .nav-pills{
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .terms_tabs .nav-pills .nav-link{
      width: 170px;
      height: 150px;
      gap: 10px;
  }
  .terms_tabs .nav-pills .nav-link .terms_text{
      font-size: 18px;
  }
  .terms_tabs .nav-pills .nav-link > img{
      width: 50px;
  }
  .terms_content_wrap .terms_content h2{
      font-size: 25px;
      margin-bottom: 10px;
  }
  .terms_content_wrap .terms_content{
      font-size: 14px;
  }
    .contact-img-wrap img {
    margin-bottom: 15px;
  }
    .contact-box-left {
    flex: 0 0 46px;
    max-width: 46px;
  }
    .contact-box-left .stats-box-icon {
    width: 46px;
    height: 46px;
  }
    .contact-box-title {
    margin-bottom: 0;
  }
    .contact-box {
    padding: 12px;
  }
    #howitwork .title {
    margin-bottom: 20px;
  }
    .how-row {
    padding: 25px 10px;
    width: 98%;
    margin: auto auto 20px;
      display: block;
  }
    .how-num {
    width: 70px;
    height: 70px;
    font-size: 30px;
    margin-bottom: 10px;
  }
    .how-title {
    font-size: 30px;
    margin-bottom: 10px;
  }
    .payment-ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }
    #howitwork #myTab {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    justify-content: center;
  }
    #howitwork #myTab li {
    margin-bottom: 6px;
  }
    .row.how-status-box-row {
    margin-top: 15px;
  }
    .how-status-box {
    padding: 10px;
    margin-bottom: 10px;
  }
    .how-status {
    margin-bottom: 5px;
    padding: 5px 10px;
      min-width: auto;
  }
    .how-status .tab-txt {
    font-size: 14px;
  }
    .how-status .tab-icon {
    font-size: 14px;
  }
    .how-status-txt {
    font-size: 14px;
    line-height: 1.3;
  }
    .blog-sec .row {
    display: block;
  }
    .blog-sec .row .btn.btn-primary {
    margin-top: 0;
  }
    .blog-img-wrap {
    min-height: 150px;
    margin-bottom: 10px;
  }
    .blog-title {
    margin-bottom: 6px;
    font-size: 18px;
  }
    .blog-excerpt {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
    .single-blog-title span {
    width: 95%;
  }
    .single-blog-title {
    font-size: 22px;
    padding: 5px;
      margin-bottom: 0;
  }
    .single-blog-img {
    min-height: 230px;
    padding: 10px;
    margin-bottom: 15px;
  }
    .single-blog-content {
    border-radius: 12px;
    padding: 12px;
    font-size: 14px;
    margin-bottom: 20px;
  }
    .single-blog .btn.btn-primary {
    margin-bottom: 15px;
    margin-top: 15px;
  }
    .single-blog .related-blog-content .btn.btn-primary {
    margin: 0;
  }
    .auth {
    padding: 5px;
  }
    .top-right-navrow a, .top-left-navrow a {
      margin-left: 5px;
      width: 28px;
      height: 28px;
      font-size: 15px;
  }
    .bread-wrap .bread span {
    font-size: 12px;
  }
    .bread-wrap .bread {
    font-size: 9px;
  }
    .bread-wrap {
    display: none;
  }
    .top-bar.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
    .top-bar.row .col-sm-6 {
    flex: 0 0 30%;
    max-width: 30%;
  }
    .top-bar.row .col-sm-6:last-child {
    flex: 0 0 70%;
    max-width: 70%;
  }
    .auth .mode-btn {
    margin-bottom: 0;
  }
    .wrapper.toggle .page-wrapper,
    .wrapper .page-wrapper {
    padding-left: 0;
  }
    .neworder-slide {
    padding: 19px 15px !important;
  }
    .neworder-slide-title {
    font-size: 22px;
    margin-bottom: 5px;
  }
    .neworder-slide-txt {
    font-size: 14px;
    line-height: 1.4;
  }
  .row.statics-row {
    transform: unset;
    height: auto;
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .statics-box {
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 15px;
    height: auto;
  }
  .statics-box .stats-box-icon {
    width: 35px;
    height: 35px;
    margin: auto auto 4px;
  }
  .statics-box .stats-box-icon .stats-box-icon-inner {
    width: 35px;
    height: 35px;
  }
    .statics-box .stats-box-title {
    font-size: 15px;
  }
    .short-cut-row {
    padding: 10px;
  }
    .short-cut-title {
    margin-bottom: 8px;
  }
    .short-cut-list {
    justify-content: space-around;
  }
    .short-cut-list li a .icon img {
    max-width: 24px;
  }
  .short-cut-list li {
    flex: unset;
    max-width: unset;
    margin-bottom: 2px;
    min-width: 135px;
    max-width: 138px;
    width: 100%;
  }
    .auth .form-control, .auth_body .form-select {
    height: 40px;
    border-radius: 15px;
  }
    #select2-orderform-service-container,
    #select2-orderform-category-container {
    height: 28px;
  }
    .dash-title {
    margin-bottom: 10px;
  }
    .result-box {
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px;
  }
    .result-box .media-body h5 {
    font-size: 14px;
  }
    .sidebar {
    z-index: 999;
  }
    .wrapper .top-bar.row .col-sm-6:last-child {
    display: none;
  }
    .wrapper .top-bar.row {
    justify-content: flex-end;
  }
    .wrapper .top-bar.row .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: right;
  }
    .wrapper .top-bar.row .col-sm-6 .top-left-navrow {
    justify-content: flex-end;
  }
    .wrapper.toggle .top-bar.row .col-sm-6:last-child {
    display: block;
  }
    .wrapper.toggle .top-bar.row .col-sm-6 {
    flex: 0 0 30%;
    max-width: 30%;
    text-align: left;
  }
    .wrapper.toggle .top-bar.row .col-sm-6 .top-left-navrow {
    justify-content: flex-start;
  }
    .wrapper.toggle .top-bar.row {
    justify-content: space-between;
  }
    .wrapper.toggle .top-bar.row .col-sm-6:last-child {
    flex: 0 0 70%;
    max-width: 70%;
  }
    .neworder-slide.v-center {
    padding: 10px 15px;
  }
    .row.search-row {
    margin-bottom: 10px;
  }
    .nav.nav-pills li {
    /*flex: 0 0 49%;*/
    max-width: 49%;
    margin-bottom: 5px;
  }
    .nav.nav-pills {
    justify-content: center;
  }
    .fund-content-img {
    width: 100px;
    height: 100px;
    margin: 0 auto 10px;
    padding: 5px;
  }
    .fund-content-title {
    font-size: 20px;
    line-height: 1.3;
  }
  .fund-content-txt {
    font-size: 14px;
  }
    .fund-nav-tabs .nav-item {
    width: 100%;
  }
    .ticket-faq-title {
    font-size: 14px;
    padding-left: 35px;
    margin-bottom: 12px;
  }
    .ticket-faq-title span {
    width: 25px;
    height: 25px;
    font-size: 13px;
  }
    .auth textarea.form-control {
    height: 130px;
  }
    .dash-profilebox-left {
    flex: 0 0 80px;
    max-width: 80px;
  }
    .dash-profilebox-right {
    flex: 0 0 calc(100% - 80px);
    max-width: calc(100% - 80px);
      padding-left: 10px;
  }
    .dash-profilebox-title {
    font-size: 20px;
    font-weight: 500;
  }
    .row.dash-profile-row {
    display: block;
  }
    .row.dash-profile-row .btn.btn-primary {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
  }
    .dash-statistics {
    border-radius: 14px;
    padding: 15px 10px;
    min-height: auto;
    margin-bottom: 15px;
  }
    .dash-statistics-icon {
    width: 40px;
    height: 40px;
    margin: auto auto 10px;
    flex: 0 0 40px;
    max-width: 40px;
    font-size: 19px;
  }
    #contact-sec .row {
    display: flex;
    flex-direction: column-reverse;
  }
    .reset-pswd-sec .row {
    display: block;
  }
  .db_sec .info .user_info-box {
    height: auto;
    padding: 10px;
  }
    .blog-excerpt {
    height: auto;
  }
  .service-description .modal-header .modal-title {
    font-size: 20px;
  }
  .service-description .service_order-details .serv-order_container .serv_details-order h6 {
    text-align: center;
  }
  .service-description .service_order-details .serv-order_container .serv_details-order span {
    font-size: 12px;
  }
  .service-description .modal-content {
    border-radius: 30px;
  }
  .ftr-logo-wrap img {
    max-width: 250px;
  }
  .amazing-tabs li {
    flex: 1;
    min-width: 130px;
    margin-bottom: 9px;
  }
  .navbar-brand {
    max-width: 80%;
  }
    .mode-btn-wrap {
      min-width: 28px;
      padding-left: 2px;
    }
    .auth .mode-btn {
      max-width: 28px;
      min-width: 28px;
      padding: 0;
      display: flex;
      align-items: center;
      align-content: center;
      justify-content: center;
      height: 28px;
    }
    .auth .mode-btn-icon {
      width: 20px;
      height: 20px;
      font-size: 13px;
    }
    .auth .top-right-navrow li.dropdown {
      margin-bottom: 0;
    }
    .mode-btn-wrap {
      margin-left: 2px;
    }
    .top-right-navrow a, .top-left-navrow a {
      margin-left: 2px;
    }
    .wrapper.toggle .top-bar.row .col-sm-6 {
    flex: 0 0 10%;
    max-width: 10%;
    padding: 0 5px;
  }
    .wrapper.toggle .top-bar.row .col-sm-6:last-child {
    flex: 0 0 90%;
    max-width: 90%;
  }
    .auth .top-right-navrow li {
      margin-bottom: 0;
    }
    .auth .top-right-navrow > .dropdown.dropdown-currencies .dropdown-toggle {
      width: 60px;
    }
    .row.search-row .dropdown {
      margin-top: 10px;
    }
}

.result-box .media-body h5[data-id="serviceLink"] {
color: #fff;
}
.order_cards-row.statics-row .statics-box {
height: 230px;
}
#twitter .amazintab-full-box {
background-image: url("https://storage.perfectcdn.com/idjpe8/irzpm7aj03w40kqb.png");
}
#youtube .amazintab-full-box {
background-image: url("https://storage.perfectcdn.com/idjpe8/ggt06c0tcl7oy7f9.png");
}
#instagram .amazintab-full-box {
background-image: url("https://storage.perfectcdn.com/idjpe8/44pnt6qj3s7l6p0u.png");
}
#likedin .amazintab-full-box {
background-image: url("https://storage.perfectcdn.com/idjpe8/ju1w28mssnq08tfa.png");
}
#telegram .amazintab-full-box {
background-image: url("https://storage.perfectcdn.com/idjpe8/ix792ywl35yzybcg.png");
}
#soundcloud .amazintab-full-box {
background-image: url("https://storage.perfectcdn.com/idjpe8/2nbng9shw92a4wdi.png");
}
#tiktok .amazintab-full-box {
background-image: url("https://storage.perfectcdn.com/idjpe8/hzeoc2ywm65ujj1x.png");
}
.top-right-navrow .dropdown a {
width: 110px;
font-size: 14px;
}
.top-right-navrow .dropdown .dropdown-menu a {
width: auto;
height: auto;
margin: 0;
border-radius: 0;
}
.top-right-navrow .dropdown .dropdown-menu {
padding: 0;
border: 0;
}
/* .service-name {
max-width: 250px;
word-break: break-word;
width: 250px;
min-width: 250px;
} */
.profile-wrap {
    margin-bottom: 15px;
    background-color: #e1f4ff;
    border-radius: 12px;
    padding-top: 12px;
    overflow: hidden;
}
.profile-body {
	padding: 10px 0;
	background-color: #ff585c;
}
.profile-body .username {
	color: #fff;
	margin-bottom: 8px;
}
.profile-body .balance {
	color: #fff;
}
.profile-span1 {
	background-color: #e1f4ff;
}
.balance a {
	background-color: #e1f4ff;
	color: #ff585c;
}
.row.search-row .dropdown .dropdown-toggle {
	overflow: hidden;
}
.darkmode .ticket-faq .txt {
	color: #fff;
}
.darkmode #create-invoice .invoice_amount,
.darkmode #create-invoice .invoice_amount label {
	color: #fff;
  background: rgba(39, 163, 250, 0.13);
  border-color: rgba(39, 163, 250, 0.13);
}
