/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Bengali:wght@400;500;700;800&display=swap'); */
@font-face {
  font-family: "siyamrupali";
  src: url("/font/Siyamrupali.ttf");
  
}

:root {
  
  --body-font: 'siyamrupali', sans-serif;
  --english-font: 'siyamrupali', sans-serif;
  --roboto-font: "Roboto", sans-serif;
  --heading-font: 'siyamrupali', sans-serif;
  --banner-font: 'siyamrupali', sans-serif;
  --d1: clamp(3.5rem, 6vw + 1rem, 6.25rem);
  --h1: clamp(2.8125rem, 4vw + 1rem, 4.209rem);
  --h2: clamp(2.0625rem, 3vw + 1rem, 3.1575rem);
  --h3: clamp(1.875rem, 2.7vw + 1rem, 2.369rem);
  --h4: clamp(1.4rem, 2vw + 1rem, 1.777rem);
  --h5: 1.333rem;
  --h6: 1rem;
  --base-soft: #fd2c7921;
  --bg-color: #f9f9f9;
  --light-color: #999999;
  --dark-color: #444444;
  --black-color: #3b3b3b;
  --border-color: #c9c3c36b;
  --soft-info: rgba(37, 188, 241, 0.15);
  --soft-success: rgba(10, 187, 117, 0.15);
  --success-color: #0abb75;
  --info-color: rgb(37, 188, 241);
  --soft-danger: rgba(239, 72, 106, 0.15);
  --danger-color: #ef486a;
  --border-color-light: #c9c3c338;
  --border-color-light: #e3dddd6b;
  --header-nav-shadow: 0px 2px 5px 0px #99999936;
  --mobile-nav-shadow: 0px -1px 5px 0px #99999936;
  --box-shadow: 0px 1px 4px 1px #dddddd4a;
  --linear-bg: linear-gradient(50deg, #fd2c79, #ed0cbde0);
  --linear-bg-hover: linear-gradient(50deg, #ed0cbde0, #fd2c79);
  --accent-h: 231;
  --accent-s: 39%;
  --accent-l: 25%;
  --accent-100: var(--accent-h) var(--accent-s) calc(var(--accent-l) + 70%);
  --accent-200: var(--accent-h) var(--accent-s) calc(var(--accent-l) + 60%);
  --accent-300: var(--accent-h) var(--accent-s) calc(var(--accent-l) + 50%);
  --accent-400: var(--accent-h) var(--accent-s) calc(var(--accent-l) + 40%);
  --accent: var(--accent-h) var(--accent-s) var(--accent-l);
  --accent-600: var(--accent-h) var(--accent-s) calc(var(--accent-l) - 5%);
  --accent-700: var(--accent-h) var(--accent-s) calc(var(--accent-l) - 10%);
  --accent-800: var(--accent-h) var(--accent-s) calc(var(--accent-l) - 15%);
  --accent-900: var(--accent-h) var(--accent-s) calc(var(--accent-l) - 20%);
  --canvas-h: 264;
  --canvas-s: 59%;
  --canvas-l: 88%;
  --canvas-100: var(--canvas-h) var(--canvas-s) calc(var(--canvas-l) + 10%);
  --canvas-200: var(--canvas-h) var(--canvas-s) calc(var(--canvas-l) + 8%);
  --canvas-300: var(--canvas-h) var(--canvas-s) calc(var(--canvas-l) + 5%);
  --canvas-400: var(--canvas-h) var(--canvas-s) calc(var(--canvas-l) + 4%);
  --canvas: var(--canvas-h) var(--canvas-s) var(--canvas-l);
  --canvas-600: var(--canvas-h) var(--canvas-s) calc(var(--canvas-l) - 8%);
  --canvas-700: var(--canvas-h) var(--canvas-s) calc(var(--canvas-l) - 18%);
  --canvas-800: var(--canvas-h) var(--canvas-s) calc(var(--canvas-l) - 28%);
  --canvas-900: var(--canvas-h) var(--canvas-s) calc(var(--canvas-l) - 45%);
  --black-h: 0;
  --black-s: 0%;
  --black-l: 0%;
  --black-100: var(--black-h) var(--black-s) calc(var(--black-l) + 10%);
  --black-200: var(--black-h) var(--black-s) calc(var(--black-l) + 20%);
  --black-300: var(--black-h) var(--black-s) calc(var(--black-l) + 30%);
  --black-400: var(--black-h) var(--black-s) calc(var(--black-l) + 40%);
  --black: var(--black-h) var(--black-s) var(--black-l);
  --black-600: var(--black-h) var(--black-s) calc(var(--black-l) + 60%);
  --black-700: var(--black-h) var(--black-s) calc(var(--black-l) + 70%);
  --black-800: var(--black-h) var(--black-s) calc(var(--black-l) + 80%);
  --black-900: var(--black-h) var(--black-s) calc(var(--black-l) + 90%);
  --whiteColor: rgb(255, 255, 255);
  --white: 0 0% 100%;
  --primary: 199 100% 60%;
  --secondary: 210 11% 71%;
  --success: 115 95% 43%;
  --danger: 358 91% 66%;
  --warning: 29 100% 63%;
  --info: 188 92% 45%;
  --dark: 225 23% 17%;
  --green: 130, 67%, 54%;
  --violet: 269, 100%, 76%;
  --danger-soft: rgba(253, 44, 121, 0.15);
  --warning-soft: #ffefce;
  --green-soft: #dcfce7;
  --violet-soft: #f3e8ff;
  --text: 0 0% 33%;
  --heading: 0 0% 13%;
  --border: 0 0% 77%;
  --light: 210 33% 98%;
  --messenger: 215 100% 50%;
  --soft-messenger: rgba(0, 106, 255, 0.15);
}

html {
  font-size: 16px;
}

body {
  position: relative;
  background: hsl(var(--white));
  font-family: var(--body-font);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--light-color);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  word-break: break-word;
}

p {
  margin-bottom: 1.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.5rem 0 1rem;
  font-family: var(--heading-font);
  font-weight: 600;
  line-height: 1.15;
  color: var(--dark-color);
}

h1 {
  margin-top: 0;
  font-size: var(--h1);
}

h2 {
  font-size: var(--h2);
}

h3 {
  font-size: var(--h3);
}

h4 {
  font-size: var(--h4);
}

h5 {
  font-size: var(--h5);
}

h6 {
  font-size: var(--h6);
  letter-spacing: 0.05em;
}

.h1 {
  font-size: var(--h1);
  line-height: 1.2;
}

.h2 {
  font-size: var(--h2);
  line-height: 1.2;
}

.h3 {
  font-size: var(--h3);
  line-height: 1.2;
}

.h4 {
  font-size: var(--h4);
  line-height: 1.2;
}

.h5 {
  font-size: var(--h5);
  line-height: 1.2;
}

.h6 {
  font-size: var(--h6);
  line-height: 1.2;
}

.xsm-text {
  font-size: 12px;
}

small,
.sm-text {
  font-size: 14px;
}

.lg-text {
  font-size: 18px;
}

.xl-text {
  font-size: 20px;
}

.xxl-text {
  font-size: 24px;
}

.fw-regular {
  font-weight: 400;
}

.fw-md {
  font-weight: 500;
}

.lh-1 {
  line-height: 1;
}

.hr {
  background-color: hsl(var(--black-600));
}

button:focus {
  outline: none !important;
}

.btn:focus,
.btn.focus {
  outline: none;
  box-shadow: none;
}

input:focus {
  outline: none;
}

.form-control {
  border: 1px solid hsl(var(--black) / 0.1);
}

textarea.form-control {
  min-height: 120px;
}

@media screen and (min-width: 1600px) {
  .container-restricted {
      max-width: 1540px;
      margin-left: auto;
      margin-right: auto;
  }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.filter-img {
  max-width: 100%;
}

img {
  width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

button {
  border: 0;
  outline: 0;
  background-color: transparent;
}

/*---------------------------------------
  0.2 Modules Style
-----------------------------------------*/
/*---------------------------------------
  2.1 Hero
-----------------------------------------*/
/*---------------------------------------
  2.2 Header
-----------------------------------------*/
.body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  background-color: hsl(var(--black) / 0.5);
  z-index: 99;
  transition: 0.2s linear;
  visibility: hidden;
  opacity: 0;
}

.body-overlay.show {
  visibility: visible;
  opacity: 1;
}

.header {
  padding: 15px 0;
  position: relative;
}

@media screen and (min-width: 992px) {
  .header {
      padding: 0;
  }
}

.header--primary {
  padding: 10px 0;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease;
  background: rgb(var(--base));
  box-shadow: 0 10px 15px hsl(var(--accent) / 0.3);
}

/*---------------------------------------
  2.3 Logo
-----------------------------------------*/
.logo {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 140px;
  height: 80px;
  font-size: 24px;
  text-transform: capitalize;
  font-family: var(--heading-font);
  font-weight: 700;
  color: hsl(var(--white));
  letter-spacing: 0.03em;
}

.logo:hover {
  color: hsl(var(--white));
}

@media screen and (min-width: 992px) {
  .logo {
      max-width: 160px;
  }
}

.logo__is {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*---------------------------------------
  2.4 List
-----------------------------------------*/
.list {
  display: flex;
  flex-direction: column;
  gap: var(--gap, 1rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.list--row {
  flex-direction: row;
}

.list--base li {
  position: relative;
  display: flex;
  align-items: center;
}

/*---------------------------------------
  2.5 Nav
-----------------------------------------*/
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1368px) {
  .user_profile_section .profile-sidebar .search__right-expression ul {
    overflow: initial;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(185px, 1fr));
    gap: 10px;
  }
  .user_profile_section .profile-contant .profile-view {
    overflow: initial;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(185px, 1fr));
    gap: 10px;
  }

}

@media (max-width: 991px) {

  .list {
      justify-content: center !important;
  }

  .last_profile_bg {
      margin: 50px 0 !important;
  }

  .input--group.search_age .input--group {
      margin-bottom: 10px;
  }

  .work-process-section .work-process__content h5 {
      font-size: 15px !important;
  }

  .How_to_use_process .work-process__content h5 {
      font-size: 15px;
  }

  .section.pricing_plan_stories h2 {
      font-size: 25px !important;
      font-weight: 700 !important;
  }

  .create_plan_heading h3 {
      color: var(--313131, #313131);
      text-align: center;
      font-size: 30px;
      font-style: normal;
      font-weight: 500;
      line-height: 38px;
      text-transform: capitalize;
  }

  .create_plan_body h4 {
      color: var(--313131, #313131);
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
  }

  .pricing_plan_stories h2 {
      font-size: 20px !important;
      font-weight: 700 !important;
  }

  .section.user_profile_section ul {
      overflow-x: scroll;
  }

  .section.user_profile_section ul li {
      min-width: 165px;
      text-align: center !important;
      margin-right: 5px !important;
      margin-bottom: 15px;
  }

  .section.user_profile_section ul li button svg {
      display: none;
  }

  .section.user_profile_section ul li button {
      padding: 5px 10px;
      text-align: center !important;
      border-radius: 2px !important;
      font-size: 14px;
  }

  .public-profile__accordion.accordion.custom--accordion {
      margin-bottom: 15px;
  }

  .dashbord_body_boder {
      padding: 15px !important;
  }


  .section.most_match .card.single-card ul {
      margin-top: 15px;
  }

  .profile_status .profile-box {
      padding: 10px !important;
  }
  .create_plan_heading h3{
      color: var(--313131, #313131);
      text-align: center;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 24px; /* 150% */
      text-transform: capitalize;
  }

  .search__right-list li, .search__right-list .profile-item {
      margin: 0 !important;
  }

  .user_profile_section .profile-contant ul {
      overflow: initial;
  }

  .footer__contact ul {
      overflow: initial !important;
  }

}

@media (max-width: 575px) {
  

  .profile_status ul li {
      margin-bottom: 3px !important;
  }
}

.header-bottom {
  z-index: 99;
  background-color: hsl(var(--white));
  box-shadow: var(--header-nav-shadow);
  position: sticky;
  top: 0;
}

.header-bottom.fixed-header {
  background-color: hsl(var(--white));
  position: fixed;
  transition: 0.5s;
  border-bottom: 1px solid var(--border-color);
  top: 0;
  animation: slide-down 0.8s;
  box-shadow: var(--header-nav-shadow);
}

@keyframes slide-down {
  0% {
      opacity: 0;
      transform: translateY(-100%);
  }

  100% {
      opacity: 1;
      transform: translateY(0);
  }
}

.navbar {
  padding: 0 !important;
}

.nav-menu {
  padding-top: 0;
  padding-bottom: 0;
}

.nav-menu .nav-item {
  position: relative;
  margin: 0 10px;
}

@media (max-width: 991px) {
  .nav-menu .nav-item {
      margin: 0 8px;
  }
}

@media (max-width: 991px) {
  .nav-menu .nav-item {
      text-align: left;
      display: block;
      position: relative;
      border-bottom: 1px solid #5656561c;
  }
}

.nav-menu .nav-item:hover .nav-link i::before {
  content: "\e918";
  color: hsl(var(--white));
  vertical-align: middle;
}

.nav-menu .nav-item:hover .nav-link::before {
  width: 100%;
}

.nav-menu .nav-item .nav-link {
  padding: 16px 0 !important;
  position: relative;
  cursor: pointer;
  color: var(--313131, #313131);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.nav-menu .nav-item .nav-link:hover {
  color: rgb(var(--base));
}

.nav-menu .nav-item .nav-link.active {
  color: rgb(var(--base));
}

.nav-menu .nav-item .nav-link.active::before {
  width: 100%;
  visibility: visible;
  opacity: 1;
  width: 100% !important;
}

@media (max-width: 991px) {
  .nav-menu .nav-item .nav-link {
      font-size: 15px;
  }
}

@media (max-width: 991px) {
  .nav-menu .nav-item .nav-link {
      display: inline-block;
      margin-bottom: 8px;
      padding: 0 !important;
      display: flex;
      justify-content: space-between;
  }
}

.nav-menu .nav-item .nav-link:hover::before {
  width: 100%;
  transition: 0.5s;
}

.nav-menu .nav-item .nav-link::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0px;
  width: 0;
  height: 3px;
  background-color: rgb(var(--base));
  transform: translateX(-50%);
  transition: 0.4s;
}

.nav-menu .nav-item .nav-link i {
  transition: 0.5s;
  font-size: 13px;
  margin-left: 2px;
}

@media (max-width: 991px) {
  .nav-menu .nav-item .nav-link i {
      margin-right: 6px;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu {
      display: block;
      visibility: hidden;
      opacity: 0;
      box-shadow: 0px 0px 25.23px 3.77px rgba(82, 81, 81, 0.13);
      transition: 0.3s;
      top: 100px;
      left: 0;
      padding: 0 !important;
      transform: scaleY(0);
      transform-origin: top center;
      transition: 0.3s linear;
      overflow: hidden;
  }

  .dropdown-menu li {
      border-bottom: 1px solid var(--border-color-light);
  }

  .dropdown-menu li:first-child {
      border-top: 3px solid rgb(var(--base));
  }

  .dropdown-menu li:last-child {
      border-bottom: 3px solid rgb(var(--base));
  }

  .dropdown-menu li .dropdown-item {
      padding: 10px 20px;
      font-weight: 500;
      font-size: 16px;
      transition: 0.3s;
  }

  .nav-menu .nav-item:hover .dropdown-menu {
      visibility: visible;
      opacity: 1;
      top: 100% !important;
      transform: scaleY(1);
  }
}

@media (max-width: 991px) {
  .nav-menu {
      margin-top: 20px;
  }

  .nav-menu .nav-item:hover .nav-link i {
      transform: rotate(0deg);
  }

  .nav-item {
      padding: 10px 0;
  }

  .nav-item:last-child {
      border-bottom: none !important;
  }

  .nav-item .nav-link.show:focus i::before {
      content: "\e918";
      color: hsl(var(--white));
      vertical-align: middle;
  }

  .nav-item .nav-link {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 0 !important;
  }

  .nav-item .nav-link::before {
      display: none;
  }

  .dropdown-menu {
      border-radius: 3px;
      box-shadow: none;
      border-radius: 0.25rem;
      width: 100%;
      margin-left: 10px !important;
      margin-bottom: 10px !important;
      padding: 0 !important;
      border: none;
      background-color: #f7f7f7;
      margin-top: 11px !important;
      overflow: hidden;
  }

  .dropdown-menu li {
      border-bottom: 1px solid #ddd;
  }

  .dropdown-menu li:nth-last-child(1) {
      border-bottom: none;
  }

  .dropdown-menu li .dropdown-item {
      padding: 10px 20px;
      font-weight: 500;
      font-size: 16px;
  }
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--dark-color);
  background-color: rgb(var(--base));
}

.navbar-toggler.header-button {
  border-color: transparent;
  color: hsl(var(--white));
  background: transparent !important;
  padding: 0 !important;
  font-size: 23px !important;
  border: 0 !important;
  border-radius: 0 !important;
  transition: 0.15s ease-in-out;
  width: 30px;
  color: #000;
}

.navbar-toggler.header-button:focus {
  box-shadow: none !important;
}

.navbar-toggler.header-button[aria-expanded="true"] i::before {
  content: "\f00d";
}

.header-login {
  margin: 0px -5px;
  padding-left: 15px;
  display: flex;
  align-items: center;
  height: 100%;
}

@media (max-width: 991px) {
  .header-login {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      padding: 10px;
      margin: 0px 0px;
  }
}

.header-login__item {
  padding: 0 5px;
  color: hsl(var(--white));
}

.header-login__item:last-child .header-login__link {
  padding: 6px 20px;
  border-radius: 3px;
  border: 1px solid var(--border-color);
}

.header-login__item:last-child .header-login__link:hover {
  background-image: var(--linear-bg);
  color: hsl(var(--white));
  border: 1px solid transparent;
}

@media (max-width: 991px) {
  .header-login__item:last-child .header-login__link {
      border: none;
      background-image: var(--linear-bg);
      color: hsl(var(--white));
  }

  .header-login__item:last-child .header-login__link:hover {
      border: 0px;
  }
}

.header-login__item .icon {
  font-size: 14px;
  color: hsl(var(--white));
  display: inline-block;
}

.header-login__link {
  color: var(--dark-color);
  text-decoration: none;
  transition: 0.3s;
}

@media (max-width: 991px) {
  .header-login__link {
      color: var(--dark-color);
  }

  .counter-card {
      justify-content: center;
      margin: 0 auto;
  }
}

.header-login__link:hover {
  color: var(--dark-color);
}

/*---------------------------------------
  2.6 Primary Menu
-----------------------------------------*/
.primary-menu {
  flex-direction: column;
  gap: 0;
}

@media screen and (min-width: 992px) {
  .primary-menu {
      flex-direction: row;
  }
}

.primary-menu--dark {
  background: hsl(var(--dark));
}

@media screen and (min-width: 992px) {
  .primary-menu--dark .primary-menu__link {
      color: hsl(var(--white));
  }
}

.primary-menu__list {
  position: relative;
}

@media screen and (min-width: 992px) {
  .primary-menu__list {
      margin-right: 1rem;
  }

  .primary-menu__list:first-child {
      padding-left: 1rem;
  }

  .primary-menu__list:last-child {
      margin-right: 0;
  }
}

@media screen and (min-width: 1200px) {
  .primary-menu__list {
      margin-right: 1.5rem;
  }
}

.primary-menu__list.has-sub:hover .primary-menu__link {
  border-bottom: 1px solid transparent;
}

@media screen and (min-width: 992px) {
  .primary-menu__list.has-sub:hover .primary-menu__link {
      border-bottom: none;
      color: hsl(var(--accent-200));
  }
}

@media screen and (min-width: 992px) {
  .primary-menu__list.has-sub:hover .primary-menu__link::after {
      content: "\f106";
  }
}

@media screen and (min-width: 992px) {
  .primary-menu__list.has-sub:hover .primary-menu__sub {
      top: 100% !important;
      visibility: visible !important;
      opacity: 1 !important;
      height: auto !important;
      z-index: 9999 !important;
  }
}

.primary-menu__list.has-sub .primary-menu__link::after {
  content: "\f107";
  font-family: "Line Awesome Free";
  font-weight: 900;
  line-height: 1;
  display: inline-block;
  position: absolute;
  right: 15px;
  font-size: 16px;
}

@media screen and (min-width: 992px) {
  .primary-menu__list.has-sub .primary-menu__link::after {
      position: relative;
      right: -5px;
      top: 0;
  }
}

.primary-menu__link {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-left: 15px;
  margin-right: 15px;
  border-bottom: 1px solid hsl(var(--dark) / 0.1);
  text-decoration: none;
  transition: all 0.3s ease;
  color: hsl(var(--dark));
}

@media screen and (min-width: 992px) {
  .primary-menu__link {
      color: hsl(var(--white));
      margin-left: 0;
      margin-right: 0;
      font-weight: 500;
      border-bottom: none;
      padding-top: 20px;
      padding-bottom: 20px;
  }
}

.primary-menu__link:hover {
  color: hsl(var(--accent-200));
  text-decoration: none;
}

.primary-menu--alt {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media screen and (min-width: 992px) {
  .primary-menu--alt {
      padding-top: 0;
      padding-bottom: 0;
  }
}

.primary-menu--alt .primary-menu__list {
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 992px) {
  .primary-menu--alt .primary-menu__list {
      margin-bottom: 0;
  }
}

.primary-menu--alt .primary-menu__list:last-child {
  margin-bottom: 0;
}

.primary-menu--alt .list--row__item {
  margin-right: 0;
}

@media screen and (min-width: 992px) {
  .primary-menu--alt .list--row__item {
      margin-right: 1rem;
  }

  .primary-menu--alt .list--row__item:last-child {
      margin-right: 0;
  }
}

.primary-menu__sub {
  list-style: none;
  padding: 0;
  margin-left: 15px;
  margin-right: 15px;
  z-index: -9999;
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: all 0.3s ease;
}

@media screen and (min-width: 992px) {
  .primary-menu__sub {
      min-width: 220px;
      height: auto;
      padding: 15px;
      position: absolute;
      left: 50%;
      top: calc(100% + 20px);
      transform: translateX(-50%);
      margin-left: 0;
      margin-right: 0;
      background-color: hsl(var(--white));
      border-radius: 5px;
      box-shadow: 0 5px 15px hsl(var(--dark) / 0.4);
  }

  .primary-menu__sub::after {
      content: "";
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid transparent;
      border-bottom: 10px solid hsl(var(--light));
      position: absolute;
      top: -20px;
      left: 50%;
      transform: translateX(-50%);
  }
}

.primary-menu__sub-list {
  border-bottom: 1px solid rgb(var(--base) / 0.5);
}

@media screen and (min-width: 992px) {
  .primary-menu__sub-list {
      border-bottom: 1px solid hsl(var(--border));
  }

  .primary-menu__sub-list:hover {
      border-bottom: 1px solid transparent;
  }
}

.primary-menu__sub-list:first-child {
  border-top: none;
}

.primary-menu__sub-list:first-child .primary-menu__sub-link {
  border-radius: 3px 3px 0 0;
}

.primary-menu__sub-list:last-child {
  border-bottom: none;
}

.primary-menu__sub-list:last-child .primary-menu__sub-link {
  border-radius: 0 0 3px 3px;
}

.primary-menu__sub-link {
  display: block;
  padding: 8px 14px;
  background-color: rgb(var(--base));
  color: hsl(var(--white));
  transition: all 0.3s ease;
  position: relative;
}

@media screen and (min-width: 992px) {
  .primary-menu__sub-link {
      background-color: hsl(var(--white));
      color: hsl(var(--accent-600));
      border-radius: 3px !important;
      text-align: center;
  }
}

.primary-menu__sub-link:hover {
  color: hsl(var(--white));
}

@media screen and (min-width: 992px) {
  .primary-menu__sub-link:hover {
      color: hsl(var(--white));
      background-color: rgb(var(--base));
  }
}

/*---------------------------------------
  2.7 Privecy and polyci
-----------------------------------------*/
.policy_bg {
  border-radius: 15px;
  background: #e1f7ff;
  padding: 50px 30px;
  margin-bottom: 80px;
}

/*---------------------------------------
  2.7 Nav Toggler
-----------------------------------------*/
.nav-toggler .navs {
  visibility: visible;
  opacity: 1;
  z-index: 9997;
  top: calc(100% + 10px);
}

@media screen and (min-width: 992px) {
  .nav-toggler .navs {
      top: auto;
  }
}

.nav-toggler .navs--toggle {
  background-color: hsl(var(--white));
  color: hsl(var(--text));
}

/*---------------------------------------
  2.9 Form Control
-----------------------------------------*/

/* ================= Floting Input Start ================= */
.input--group {
  position: relative;
}

.input--group a {
  font-size: 15px;
  font-weight: 500;
}
.input--group option {
  background-color: #00BFFF;
}

.input--group a:hover {
  color: rgb(var(--base));
}

.form--control {
  height: 41px;
  background-color: #f5f5f5;
  border: 1px solid var(--border-color);
  background-color: #CCF2FF;
  border: 1px solid #DCDCDC;
  font-size: 14px;
  padding-left: 15px;
  width: 100%;
  border-radius: 10px !important;
}

.form--control:disabled:focus,
.form--control[readonly]:focus {
  background-color: #f5f5f5;
  opacity: 1;
  border-color: #e9ecef;
}

.form--control:focus {
  outline: none;
  box-shadow: none;
  background-color: #f5f5f5;
  border: 1px solid rgb(var(--base));
}

/* .form--control::placeholder {
  opacity: 0;
  visibility: hidden;
} */

.form--control:focus {
  outline: none;
}

.form--control:focus ~ .form--label {
  top: 0;
  left: 15px;
  z-index: 5;
  font-size: 12px;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}

.form--control:focus ~ .form--label.required:after {
  color: #dc3545;
}

.form--control:not(:placeholder-shown).form--control:not(:focus)
  ~ .form--label {
  top: 0;
  left: 15px;
  z-index: 5;
  transition: all 0.2s ease-in-out;
  color: rgb(var(--base));
}

.form--control:not(:placeholder-shown).form--control:not(:focus)
  ~ .form--label.required:after {
  color: #dc3545;
}

/* .form--control::placeholder {
  opacity: 0;
  visibility: hidden;
  color: transparent;
  font-size: 13px;
} */

.form--label {
  position: absolute;
  top: 20px;
  left: 15px;
  cursor: text;
  transform: translateY(-50%);
  color: var(--light-color);
  padding: 4px 4px;
  font-size: 12px;
  border-radius: 5px;
  transition: 0.2s ease;
  line-height: 0.8;
  pointer-events: none;
  z-index: 1;
  background-color: hsl(var(--white));
}

.form--label::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  top: 53%;
  background-color: hsl(var(--white));
  transform: translateY(-50%);
  z-index: -1;
}

/* ================= Floting Input End ================= */

.input-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
}

.toggle-password {
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
  right: 10px;
  font-size: 12px;
  color: var(--light-color);
  cursor: pointer;
}

.remeber-me input {
  display: none;
}

.remeber-me label {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  color: var(--light-color);
}

@media (max-width: 400px) {
  .remeber-me label {
      font-size: 13px;
  }
}

.remeber-me label::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: transparent;
  border: 1px solid rgb(var(--base));
  border-radius: 3px;
  left: 0px;
  top: 3px;
}

.remeber-me a {
  color: rgb(var(--base));
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

@media (max-width: 400px) {
  .remeber-me a {
      font-size: 13px;
  }
}

.login-account p {
  font-size: 14px;
  color: var(--light-color);
}

.login-account p a {
  color: rgb(var(--base));
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

input:checked ~ label::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  content: "\f00c";
  font-size: 8px;
  color: hsl(var(--white));
  background-color: rgb(var(--base));
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

::-webkit-calendar-picker-indicator {
  filter: invert(0.5);
}

::-webkit-calendar-picker-indicator {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="%23bbbbbb" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>');
}

/* ================= Input Type FIle Button Style ================== */
.form--control[type="file"] {
  line-height: 40px;
  padding: 0;
  position: relative;
}

@media (max-width: 575px) {
  .form--control[type="file"] {
      height: 40px;
  }
}

.form--control[type="file"]::file-selector-button {
  border: 1px solid #d9e1ff;
  padding: 2px 6px;
  border-radius: 0.2em;
  background-color: rgba(144, 97, 250, 0.1);
  transition: 0.2s linear;
  line-height: 25px;
  position: relative;
  margin-left: 5px;
  color: #696687;
}

.form--control[type="file"]::file-selector-button:hover {
  background-color: #9061fa;
  border: 1px solid #9061fa;
  color: #fff;
}

/* ================= Input Type FIle Button Style ================== */

/*---------------------------------------
  2.10 Primary Submenu Toggler
-----------------------------------------*/
.primary-submenu-toggler {
  position: relative;
}

.primary-submenu-toggler .primary-menu__list.has-sub.active {
  padding-bottom: 15px;
  background-color: rgb(var(--base) / 0.2);
}

@media screen and (min-width: 992px) {
  .primary-submenu-toggler .primary-menu__list.has-sub.active {
      padding-bottom: 0;
      background: transparent;
  }
  .hero-content-right {
      padding-left: 95px;
  }
}

.primary-submenu-toggler
  .primary-menu__list.has-sub.active
  .primary-menu__link {
  color: rgb(var(--base));
}

@media screen and (min-width: 992px) {
  .primary-submenu-toggler
      .primary-menu__list.has-sub.active
      .primary-menu__link {
      padding-bottom: 0;
      background: transparent;
  }
}

.primary-submenu-toggler .primary-menu__list.has-sub.active .primary-menu__sub {
  visibility: visible;
  opacity: 1;
  height: auto;
  z-index: 9999;
}

@media screen and (min-width: 992px) {
  .primary-submenu-toggler
      .primary-menu__list.has-sub.active
      .primary-menu__sub {
      z-index: -9999;
      visibility: hidden;
      opacity: 0;
  }
}

/*---------------------------------------
  2.11 Preloader
-----------------------------------------*/
/*---------------------------------------
  2.12 Back To Top
-----------------------------------------*/
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  background-color: rgb(var(--base));
  color: hsl(var(--white));
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  z-index: 99;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 0 5px hsl(var(--black) / 0.5);
  display: none;
}

@media (max-width: 1199px) {
  .back-to-top {
      bottom: 70px;
  }
}

/*---------------------------------------
  2.13 Button Style
-----------------------------------------*/
.btn--base {
  background-image: var(--linear-bg);
  padding: 15px 23px;
  color: #fff;
}

.btn--base:hover {
  background-image: var(--linear-bg-hover);
  box-shadow: none;
}

.btn {
  letter-spacing: 0.03em;
  font-family: var(--body-font);
  font-weight: 500;
  transition: all 0.3s ease;
  border-radius: 2px;
  flex-shrink: 0;
  font-size: 16px;
  padding: 8px 16px;
  border-radius: 5px;
  font-weight: 700;
  text-transform: capitalize;
}

.btn--outline {
  border-color: rgb(var(--base));
  background: transparent !important;
  color: rgb(var(--base)) !important;
}

.btn--outline:hover {
  color: hsl(var(--white)) !important;
  background: var(--linear-bg) !important;
}

.btn:hover {
  box-shadow: 0 8px 15px hsl(var(--dark) / 0.2);
  box-shadow: unset;
}

.btn--primary {
  background: hsl(var(--primary));
  color: hsl(var(--white));
}

.btn--primary:hover {
  color: hsl(var(--white));
  background: hsl(var(--primary));
}

.btn--secondary {
  background: hsl(var(--secondary));
  color: hsl(var(--white));
}

.btn--secondary:hover {
  color: hsl(var(--white));
  background: hsl(var(--secondary));
}

.btn--success {
  background: hsl(var(--success));
  color: hsl(var(--white));
}

.btn--success:hover {
  color: hsl(var(--white));
  background: hsl(var(--success));
}

.btn--danger {
  background: hsl(var(--danger));
  color: hsl(var(--white));
}

.btn--danger:hover {
  color: hsl(var(--white));
  background: hsl(var(--danger));
}

.btn--warning {
  background: hsl(var(--warning));
  color: hsl(var(--white));
}

.btn--warning:hover {
  color: hsl(var(--white));
  background: hsl(var(--warning));
}

.btn--info {
  background: hsl(var(--info));
  color: hsl(var(--white));
}

.btn--info:hover {
  color: hsl(var(--white));
  background: hsl(var(--info));
}

.btn--dark {
  background: hsl(var(--dark));
  color: hsl(var(--white));
}

.btn--dark:hover {
  color: hsl(var(--white));
  background: hsl(var(--dark));
}

.btn--light {
  border: 1px solid hsl(var(--border));
  background-color: hsl(var(--white));
  color: hsl(var(--black-400));
}

.btn--light:hover {
  color: hsl(var(--white));
  background: rgb(var(--base));
  border: 1px solid transparent;
}

.btn--light-bg {
  background-color: rgb(var(--base), 0.15);
  color: var(--black-color);
}

.btn--light-bg:hover {
  color: hsl(var(--white));
  background: rgb(var(--base));
}

.bg-base {
  background: rgb(var(--base));
}

.border-base {
  border-color: rgb(var(--base)) !important;
}

.btn--base {
  overflow: hidden;
  position: relative;
  isolation: isolate;
  background: var(--linear-bg);
  background: var(--brand-color, #00bfff);
}

.btn--base::before,
.btn--base::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 20px;
  background: linear-gradient(
      to right,
      hsl(var(--accent-400) / 0.1),
      hsl(var(--canvas-400) / 0.1)
  );
  border-radius: 50%;
  z-index: -1;
}

.btn--base::before {
  left: -20px;
  transform: translate(-50%, -50%);
}

.btn--base::after {
  right: -20px;
  transform: translate(50%, -50%);
}

.btn--base:hover {
  background: var(--brand-color, #00bfff);
  border: 1px solid transparent;
}

.btn--base:hover::before {
  -webkit-animation: criss-cross-left 0.8s both;
  animation: criss-cross-left 0.8s both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.btn--base:hover::after {
  -webkit-animation: criss-cross-right 0.8s both;
  animation: criss-cross-right 0.8s both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.btn--base-two {
  background-color: var(--base-soft);
  padding: 5px;
  color: rgb(var(--base));
}

.btn--base-two:hover {
  color: hsl(var(--white));
  background-color: rgb(var(--base));
}

.btn--sqr {
  line-height: 1;
  padding: 0.75rem;
  font-size: 20px;
}

.btn--sm {
  padding: 0.3rem 1rem;
}

.btn--md {
  padding: 0.5rem 1rem;
}

.btn--lg {
  padding: 0.625rem 1.25rem;
}

. {
  padding: 0.85rem 1.5rem;
}

.btn--xxl {
  padding: 1rem 2rem;
}

/*---------------------------------------
  2.14 Section 
-----------------------------------------*/
.section {
  padding: 0;
}

.section--sm {
  padding-top: clamp(30px, 2vw, 40px);
  padding-bottom: clamp(30px, 2vw, 40px);
}

.section--top {
  padding-top: clamp(60px, 4vw, 80px);
}

.section--bottom {
  padding-bottom: clamp(60px, 4vw, 80px);
}

.section__head {
  padding-bottom: 20px;
}

.section__title span {
  background: linear-gradient(
      to right,
      hsl(var(--danger)),
      hsl(var(--canvas-900))
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section__subtitle {
  display: inline-block;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: var(--heading-font);
  color: rgb(var(--base));
}

.section__subtitle::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 4px;
  border-radius: 20px;
  top: 50%;
  left: calc(100% + 10px);
  transform: translateY(-50%);
  background-color: rgb(var(--base) / 0.5);
}

.section__subtitle::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 4px;
  border-radius: 20px;
  top: 50%;
  left: calc(100% + 30px);
  transform: translateY(-50%);
  background-color: rgb(var(--base));
}

/*---------------------------------------
  2.15 Icon
-----------------------------------------*/
.icon {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
}

.icon--circle {
  border-radius: 50%;
  text-align: center;
}

.icon--sqr {
  border-radius: 5px;
  text-align: center;
}

.icon--eclipse {
  border-radius: 50% 0 50% 50%;
}

.icon--xxs {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}

.icon--xs {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
}

.icon--sm {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
}

.icon--md {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
}

.icon--lg {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
}

.icon--xl {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 35px;
}

.icon--xxl {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 40px;
}

.icon--base {
  border: 1px solid rgb(var(--base));
  color: rgb(var(--base));
}

/*---------------------------------------
  2.16 Search Popup
-----------------------------------------*/
.search-popup.active .search-form {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}

.search--toggler {
  font-size: 23px;
  line-height: 1;
}

.search-popup .search-form {
  min-width: 90%;
  position: absolute;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  visibility: hidden;
  opacity: 0;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Chrome, Safari, Opera */
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .search-popup .search-form {
      min-width: 50%;
  }
}

@media screen and (min-width: 1200px) {
  .search-popup .search-form {
      min-width: 40%;
  }
}

.search-popup .search-form .form-group .form-control {
  border: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 55px;
  padding: 0 100px 0 30px;
}

.search-popup .search-form .submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 55px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: rgb(var(--base));
  transition: all 0.3s ease;
  padding: 0;
  text-align: center;
  border: 0;
  color: hsl(var(--white));
}

.search-popup .search-form .submit-btn:hover {
  background: hsl(var(--accent));
  cursor: pointer;
}

.body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  background-color: hsl(var(--black) / 0.4);
  z-index: 99;
  content: "";
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==),
      progress;
}

.body-overlay.active {
  visibility: visible;
  opacity: 0.8;
}

/*---------------------------------------
  2.17 Widget
-----------------------------------------*/
.widget {
  padding: 30px 15px;
  border-radius: 15px;
  border-top: 4px solid rgb(var(--base));
  border-bottom: 4px solid rgb(var(--base));
  background-color: hsl(var(--white));
  box-shadow: 0 15px 30px hsl(var(--black) / 0.2);
}

@media screen and (min-width: 1400px) {
  .widget {
      padding: 40px 30px;
  }
}

.widget__title {
  margin-top: 0;
}

.widget__link {
  color: hsl(var(--black));
}

.widget__link:hover {
  color: hsl(var(--accent-600));
}

.widget-alt__head {
  padding: 15px 30px;
  border-radius: 5px 5px 0 0;
  background: hsl(var(--primary));
}

.widget-alt__body {
  background: hsl(var(--light));
  padding: 15px 30px;
}

/*---------------------------------------
  2.18 Widget Category
-----------------------------------------*/
.widget-category__item {
  border-bottom: 1px dashed rgb(var(--base));
}

.widget-category__item:last-child {
  border-bottom: none;
}

.widget-category__item:last-child .vh-widget-category__link {
  padding-bottom: 0;
}

.widget-category__link {
  display: inline-block;
  padding-bottom: 1rem;
  color: hsl(var(--text));
  transition: all 0.3s ease;
}

.widget-category__link:hover {
  color: rgb(var(--base));
}

/*---------------------------------------
  2.19 User
-----------------------------------------*/
.user {
  flex-shrink: 0;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}

.user--sm {
  width: 35px;
  height: 35px;
  box-shadow: 0px 5px 5px 2px #ddd;
}

.user--md {
  width: 45px;
  height: 45px;
}

.user--lg {
  width: 50px;
  height: 50px;
}

.user--xl {
  width: 70px;
  height: 70px;
}

.user--xxl {
  width: 120px;
  height: 120px;
}

.user__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.user__text {
  font-size: 13px;
  font-weight: 600;
}

/*---------------------------------------
  2.20 Banner
-----------------------------------------*/

.hero {
  min-height: 90vh !important;
  overflow: hidden;
  background-image: none;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}
.hero::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #13284D;
}

.hero::after {
  background: #13284D;
  opacity: 0.2;
}

.hero__content {
  padding:50px 25px;
  position: relative;
  z-index: 99;
}

.hero__content-subtitle {
  color: rgb(var(--base, #00bfff));
  font-family: var(--body-font);
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.hero__content-subtitle span {
  position: relative;
  isolation: isolate;
  color: rgb(var(--base));
}

.hero__content-title {
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.hero-slider {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}


.hero-slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 100vh !important;
}

@media (max-width: 991px) {
  .section_heading h2 {
      margin-top: 0;
      margin-bottom: 0;
      font-size: 20px !important;
  }
  .hero-slider{
      top: inherit;
  }

  .dashbord_body_boder {
    margin: 0px !important;
  }
}

.banner-account {
  padding: 40px;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(64.5px);
}

.banner-account__title {
  background: var(--linear-bg);
  display: inline-block;
  color: transparent;
  font-weight: 500;
  -webkit-background-clip: text !important;
}
.banner-account .input--group p {
  color: var(--whiteColor);
  margin: 0;
}
.banner-account .ifilter {
  gap: 25px;
}
.banner-account .ifilter .active {
  background-color: var(--brand-color, #00bfff);
}
.banner-account .ifilter li {
  border: 1px solid #fff;
  border-radius: 5px;
  text-align: center;
  width: 50%;
  padding: 7px 0;
}

.banner-account .ifilter li a {
  color: var(--whiteColor);
}

.registration-socails {
  width: 100%;
}

.registration-socails__content {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}

.registration-socails__content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.1px;
  background-color: #e5e5e5;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.registration-socails__desc {
  display: inline-block;
  padding: 0px 10px;
  background-color: hsl(var(--white));
  border-radius: 3px;
  font-size: 14px;
}

.registration-socails__list li a {
  background-color: rgb(var(--base)) !important;
  color: hsl(var(--white));
  border: 0px;
}

.registration-socails__list li a:hover {
  border: 0;
}

.registration-socails__list li:nth-of-type(4n + 3) a {
  background: linear-gradient(21deg, #1da1f2, #6060e0) !important;
}

.registration-socails__list li:nth-of-type(4n + 2) a {
  background: linear-gradient(
      21deg,
      #f38334 0%,
      #da2e7d 50.39%,
      #6b54c6 100%
  );
}

.registration-socails__list li:nth-of-type(4n + 4) a {
  background: linear-gradient(21deg, #0a66c2, #0a66c2) !important;
}

.last_profile_bg {
  background-image: url(../../../images/background_image/Background.png);
  margin: 38px 0;
  position: relative;
}

.right-side-shape {
  background-image: url(../../../images/background_image/about-vector.png);
  position: absolute;
  right: 0;
  top: 0;
  background-position: right;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.topRight_Image {
  background-image: url(../../../images/background_image/topRight.png);
  position: absolute;
  right: 0;
  top: -50px;
  background-position: right;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.testimonial {
  position: relative;
  margin-bottom: 110px;
}
.testimonial .container .row{
  position: relative;
}
.quate_left_icon{
  width: 80px;
  position: absolute;
  left: 336px;
}
.quate_left_icon img{
  width: 80px;
}
.quate_icon_bottom img {
  width: 80px;
  position: absolute;
  right: 291px;
  bottom: 9px;
}
@media(max-width: 992px){
  .quate_icon_bottom img{
      right:150px;
  }
}
@media (max-width: 768px){
  .quate_icon_bottom img{
      right: 50px;
  }
  .quate_left_icon{
      display: none;
  }
}


.topLeft_shep {
  background-image: url(../../../images/background_image/topLeft.png);
  position: absolute;
  right: 0;
  top: 0;
  background-position: left;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.latest-profile-slider {
  position: relative;
  z-index: 9;
}

.about_vector {
  background-image: url(../../../images/background_image/about-vector.png);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.bottom_banner {
  background-image: url(../../../images/background_image/leftBottom.png);
  position: absolute;
  left: 0;
  bottom: 0;
  background-position: left;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.slick-slide {
  margin: 0 10px;
}

/*---------------------------------------
  2.21 Table
-----------------------------------------*/
.empty-table__icon {
  font-size: 100px;
  margin-top: 10px;
  line-height: 1;
  color: var(--light-color);
}

.empty-table__text {
  color: var(--light-color);
  font-weight: 600;
}

/* table css start */
.custom--table {
  margin-bottom: 0;
  border-radius: 10px;
  box-shadow: var(--box-shadow);
  background: hsl(var(--white));
  overflow: hidden;
}

.custom--table > :not(:first-child) {
  border-top: 1px solid var(--border-color);
}

.custom--table > :not(caption) > * > * {
  border-bottom-width: 0;
}

.custom--table thead th {
  padding: 0.75rem 1.25rem;
  color: hsl(var(--white));
  color: var(--dark-color);
  text-align: center;
  font-weight: 600;
  vertical-align: middle;
  font-size: 14px;
}

.custom--table thead th:first-child {
  border-radius: 10px 0 0 0;
  text-align: left;
}

.custom--table thead th:last-child {
  border-radius: 0 10px 0 0;
  text-align: right;
}

.custom--table tbody td {
  border-top: none;
  border-bottom: 1px solid var(--border-color-light);
  padding: 10px 20px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
}

.custom--table tbody td:first-child {
  text-align: left;
}

.custom--table tbody td:last-child {
  text-align: right;
}

.custom--table tbody tr:last-child td {
  border-bottom: none;
}

.custom--table [data-label] {
  position: relative;
}

.custom--table [data-label]::before {
  position: absolute;
  content: attr(data-label);
  font-weight: 500;
  left: 0;
  padding: 0.8125rem 0.9375rem;
  display: none;
}
.about_heading {
  font-size: 45px;
  padding: 33px 0;
  color: var(--313131, #313131);
  font-family: var(--body-font);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  z-index: 9;
  position: relative;
}

.about-left {
  border-right: 4px solid #d9d9d9;
  width: 4px;
  height: 36px;
  display: inline-block;
}
.about_bottom {
  font-size: 25px;
  text-align: center;
  color: var(--666666, #666);
}
.about_bottom a:first-child {
  color: rgb(var(--base, #00bfff));
}
.about_bottom a:last-child {
  color: var(--brand-color-01, #ff1493);
}

@media (max-width: 991px) {
  .table-responsive--md thead {
      display: none;
  }

  .table-responsive--md tbody tr:nth-child(odd) {
      background-color: hsl(var(--light));
  }

  .table-responsive--md tbody tr:last-child td {
      border-top: 1px solid rgb(var(--base) / 0.25);
  }

  .table-responsive--md tbody tr td {
      padding-right: 15px;
  }

  .table-responsive--md tbody tr td:last-child {
      padding-right: 15px;
  }

  .table-responsive--md tr th,
  .table-responsive--md tr td {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding-left: 45% !important;
      text-align: right !important;
  }

  .table-responsive--md tr th:first-child,
  .table-responsive--md tr td:first-child {
      border-top: none !important;
  }

  .table-responsive--md [data-label]::before {
      display: block;
  }
}

@media (max-width: 767px) {
  .table-responsive--sm thead {
      display: none;
  }

  .table-responsive--sm tbody tr:nth-child(odd) {
      background-color: hsl(var(--accent-400));
  }

  .table-responsive--sm tbody tr td {
      padding-right: 15px;
  }

  .table-responsive--sm tbody tr td:last-child {
      padding-right: 15px;
  }

  .table-responsive--sm tr th,
  .table-responsive--sm tr td {
      display: block;
      padding-left: 45% !important;
      text-align: right !important;
      border-bottom: 1px solid rgb(var(--base) / 0.25);
  }

  .table-responsive--sm tr th:first-child,
  .table-responsive--sm tr td:first-child {
      border-top: none !important;
  }

  .table-responsive--sm [data-label]::before {
      display: block;
  }
  .about_heading {
      font-size: 20px;
  }
  .about_bottom {
      font-size: 16px;
  }
}

/* table css end */
/*---------------------------------------
  2.22 Accordion
-----------------------------------------*/
.faq-section {
  background: var(--bg-color);
}

.custom--accordion .accordion-header {
  margin-top: 0;
}

.custom--accordion .accordion-item {
  border-radius: 0 !important;
  margin-bottom: 15px;
  background: transparent;
  color: hsl(var(--text));
  border: 0;
}

.custom--accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.custom--accordion .accordion-button {
  padding: 10px 20px;
  border-radius: 3px;
  box-shadow: 0 0 15px hsl(var(--black) / 0.03);
  border: 1px solid hsl(var(--border) / 0.2);
  background-color: hsl(var(--white));
  color: hsl(var(--heading));
  font-family: var(--heading-font);
  font-size: var(--h5);
  font-size: 18px;
  font-weight: 500;
  box-shadow: none;
  /* background: #fdfdfd; */
  border-color: var(--border-color);
  padding: 15px 20px;
}

.custom--accordion .accordion-button:focus {
  border-color: hsl(var(--border));
  box-shadow: none;
}

.custom--accordion .accordion-button[aria-expanded="true"] {
  border-color: hsl(var(--border)) !important;
}

/*.custom--accordion .accordion-button[aria-expanded="true"]::after {*/
/*    content: "\f077";*/
/*}*/

.custom--accordion .accordion-button[aria-expanded="false"]::after {
  content: "\f107";
}

.custom--accordion .accordion-button::after {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background-color: none;
  text-align: center;
  background-image: initial !important;
  transform: rotate(0deg) !important;
  content: "\f107";
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 20px;
  color: var(--light-color);
  line-height: 1;
}

.custom--accordion .accordion-button:not(.collapsed) {
  box-shadow: 0 0 15px hsl(var(--black) / 0.03);
  border: 1px solid hsl(var(--border) / 0.2);
  background-color: hsl(var(--white));
  color: hsl(var(--heading));
  background-image: initial !important;
  box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed)::after {
  content: "\f106";
  font-family: "Line Awesome Free";
  font-weight: 900;
  background: none;
  color: var(--light-color);
}

.custom--accordion .accordion-body {
  border-radius: 5px;
}

/*---------------------------------------
  2.23 Badge
-----------------------------------------*/
.badge {
  border-radius: 30px;
  padding: 2px 15px;
  font-size: 11px;
  font-weight: 600;
}

.badge--green {
  background: var(--green-soft);
  border: 1px solid hsl(var(--green));
  color: hsl(var(--green));
}

.badge--violet {
  background: var(--violet-soft);
  border: 1px solid hsl(var(--violet));
  color: hsl(var(--violet));
}

.badge--primary {
  background: hsl(var(--primary) / 0.15);
  border: 1px solid hsl(var(--primary));
  color: hsl(var(--primary));
}

.badge--secondary {
  background: hsl(var(--secondary) / 0.15);
  border: 1px solid hsl(var(--secondary));
  color: hsl(var(--secondary));
}

.badge--danger {
  background: hsl(var(--danger) / 0.15);
  border: 1px solid hsl(var(--danger));
  color: hsl(var(--danger));
}

.badge--success {
  background: hsl(var(--success) / 0.15);
  border: 1px solid hsl(var(--success));
  color: hsl(var(--success));
}

.badge--warning {
  background: hsl(var(--warning) / 0.15);
  border: 1px solid hsl(var(--warning));
  color: hsl(var(--warning));
}

.badge--info {
  background: hsl(var(--info) / 0.15);
  border: 1px solid hsl(var(--info));
  color: hsl(var(--info));
}

.badge--dark {
  background: hsl(var(--dark) / 0.15);
  border: 1px solid hsl(var(--dark));
  color: hsl(var(--dark));
}

/*---------------------------------------
  2.25 Custom Check
-----------------------------------------*/
.custom--check {
  aspect-ratio: 1;
  border-radius: 50% !important;
  border: 1px solid hsl(var(--border));
  background: hsl(var(--light));
}

.custom--check:checked {
  background-color: rgb(var(--base));
  border: 1px solid rgb(var(--base) / 0.5);
}

.custom--check:focus {
  border: 1px solid rgb(var(--base) / 0.5);
  box-shadow: none;
}

/*---------------------------------------
  2.26 Breadcrumbs
-----------------------------------------*/
.breadcrumbs {
  align-items: center;
}

.breadcrumbs__item {
  display: flex;
  align-items: center;
  position: relative;
}

.breadcrumbs__item::after {
  content: "";
  position: relative;
  display: inline-block;
  right: -1rem;
  height: 16px;
  width: 2px;
  background-color: hsl(var(--white));
  transform: skew(-25deg);
}

.breadcrumbs__item:last-child {
  margin-right: 0;
}

.breadcrumbs__item:last-child::after {
  display: none;
}

.breadcrumbs__link {
  color: hsl(var(--white));
}

.breadcrumbs__link:hover {
  color: rgb(var(--base));
}

/*---------------------------------------
  2.27 Custom Pagination
-----------------------------------------*/
.pagination {
  margin-bottom: 0;
  justify-content: center;
  margin-top: 40px;
}

.pagination .page-item {
  margin-right: 0.6rem;
}

.pagination .page-item.active .page-link {
  background-color: rgb(var(--base));
  border: 1px solid rgb(var(--base));
}

.pagination .page-item.disabled .page-link {
  background: #F1F1F1;
  border-color: hsl(var(--accent-300));
}

.pagination .page-item:last-child {
  margin-right: 0;
}

.pagination .page-item:first-child .page-link {
  border-radius: 50%;
  font-size: 18px;
  line-height: 1;
}

.pagination .page-item:last-child .page-link,
.pagination .page-item:first-child .page-link {
  border-radius: 50%;
  font-size: 18px;
  line-height: 1;
  color: transparent;
  position: relative;
  -webkit-text-fill-color: transparent;
}

.pagination .page-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid rgb(var(--base));
  color: rgb(var(--base));
  text-align: center;
  font-size: 14px;
  background: transparent;
  font-weight: 500;
}

.pagination .page-link:hover {
  background-color: rgb(var(--base));
  border: 1px solid rgb(var(--base));
  color: hsl(var(--white));
}

.pagination .page-link:focus {
  box-shadow: none;
}

.pagination .page-item:last-child .page-link::before,
.pagination .page-item:first-child .page-link::before {
  position: absolute;
  content: "\f105";
  font-family: "Line Awesome Free";
  font-weight: 600;
  color: rgb(var(--base));
  -webkit-text-fill-color: rgb(var(--base));
  font-size: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pagination .page-item:first-child .page-link::before {
  content: "\f104";
}

.pagination .page-item:last-child .page-link:hover:before,
.pagination .page-item:first-child .page-link:hover:before {
  color: hsl(var(--white));
  -webkit-text-fill-color: hsl(var(--white));
}

.pagination .page-item.disabled:last-child .page-link:before,
.pagination .page-item.disabled:first-child .page-link:before {
  color: hsl(var(--accent));
  -webkit-text-fill-color: hsl(var(--accent));
}

/*---------------------------------------
  2.28 Custom Card
-----------------------------------------*/
.custom--card {
  border-radius: 5px;
  background-color: hsl(var(--white));
  border: 1px solid var(--border-color-light);
  box-shadow: var(--box-shadow);
  /* height: 100%; */
}

.custom--card .card-header {
  padding: 1rem 1.5rem;
  background-color: hsl(var(--white));
  border-bottom: 1px solid var(--border-color);
}

.custom--card .card-title {
  margin-top: 0;
  margin-bottom: 20px;
}

.custom--card .card-text {
  margin-top: 1rem;
}

.custom--card .card-body {
  padding: 2rem 1.5rem;
}

.custom--card .card-footer {
  padding: 1rem 1.5rem;
  background: hsl(var(--light));
  border-top: 1px solid hsl(var(--border));
}

.custom--card-dark {
  border-radius: 3px;
  background: hsl(var(--accent-200));
  border: 1px solid hsl(var(--accent-300));
}

.custom--card-dark .card-header {
  padding: 1rem 1.5rem;
  background: hsl(var(--accent) / 0.5);
  border-bottom: 1px solid hsl(var(--accent-300));
  color: hsl(var(--white));
}

.custom--card-dark .card-title {
  margin-top: 0;
  margin-bottom: 0;
  color: hsl(var(--white));
}

.custom--card-dark .card-text {
  margin-top: 1rem;
  color: hsl(var(--white));
}

.custom--card-dark .card-body {
  padding: 2rem 1.5rem;
}

.custom--card-dark .card-footer {
  padding: 1rem 1.5rem;
  background: hsl(var(--accent) / 0.5);
  border-top: 1px solid hsl(var(--accent-300));
}

/*---------------------------------------
  2.29 Custom Modal
-----------------------------------------*/
.custom--modal .modal-content {
  border-radius: 5px;
  background-color: hsl(var(--white));
  border: 1px solid hsl(var(--border));
}

.modal-header {
  border-bottom: 1px solid #dee2e696;
}

.modal-footer {
  border-top: 1px solid #dee2e696;
}

.modal-content .close {
  width: 31px;
  height: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: hsl(var(--white));
  transition: 0.2s linear;
  background-color: rgb(var(--base));
}

.custom--modal .modal-title {
  margin-top: 0;
  color: hsl(var(--heading));
}

.custom--modal .btn-close {
  position: absolute;
    background: transparent;
    color: hsl(var(--accent));
    opacity: 1;
    transition: all 0.3s ease;
    top: 15px;
    right: 15px;
}

.custom--modal .btn-close:hover {
  outline: none;
  box-shadow: none;
  color: rgb(var(--base));
  transform: rotate(180deg);
}

.custom--modal .btn-close::after {
  content: "\f00d";
  font-family: "Line Awesome Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  transition: 0.3s linear;
}

.custom--modal .modal-body p {
  margin-bottom: 0;
}

.modal-body h6 {
  margin: 10px 0 !important;
}

.custom--modal .modal-footer {
  padding: 0.5rem 1rem;
}

.custom--modal-dark .modal-content {
  border-radius: 5px;
  background: hsl(var(--accent-300));
  border: 1px solid hsl(var(--accent-50));
}

.custom--modal-dark .modal-title {
  margin-top: 0;
  color: hsl(var(--white));
}

.custom--modal-dark .btn-close {
  position: relative;
  background: transparent;
  color: hsl(var(--white));
  opacity: 1;
  transition: all 0.3s ease;
}

.custom--modal-dark .btn-close:hover {
  outline: none;
  box-shadow: none;
  color: rgb(var(--base));
}

.custom--modal-dark .btn-close::after {
  content: "\f00d";
  font-family: "Line Awesome Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 34px;
}

.custom--modal-dark .modal-body {
  color: hsl(var(--white));
}

.custom--modal-dark .modal-header {
  border-bottom: 1px solid hsl(var(--accent-50));
  background: hsl(var(--accent-300));
}

.custom--modal-dark .modal-footer {
  border-top: 1px solid hsl(var(--accent-50));
  background: hsl(var(--accent-300));
}

/*---------------------------------------
  2.30 Fixed Header 
-----------------------------------------*/
.fixed-header .header-fixed {
  box-shadow: 0 15px 30px hsl(var(--black) / 0.1);
}

.fixed-header .header--primary {
  background: rgb(var(--base));
}

/*---------------------------------------
  2.31 User Group List
-----------------------------------------*/
.user-group-list li {
  margin-right: -25px;
}

.user-group-list li .user__img {
  box-shadow: 0 0 8px hsl(var(--black) / 0.5);
}

/*---------------------------------------
  2.32 Newsletter
-----------------------------------------*/
.newsletter {
  max-width: 550px;
}

.newsletter__container {
  display: flex;
  border-radius: 3px;
  border: 1px solid hsl(var(--accent-200) / 0.5);
  background-color: hsl(var(--white));
}

.newsletter__input {
  background: transparent;
  border: none;
  color: hsl(var(--heading));
  font-size: 14px;
}

.newsletter__input:focus {
  color: hsl(var(--heading));
  outline: none;
  box-shadow: none;
  border-color: transparent;
  background-color: transparent;
  border-width: 0;
}

.newsletter__input::placeholder {
  color: hsl(var(--text));
}

/*---------------------------------------
  2.33 Input Group
-----------------------------------------*/
.input--group .input-group-text {
  padding-inline: 15px;
  min-width: 51px;
  border: 1px solid rgb(var(--base) / 0.3);
  border-right: none;
  background: rgb(var(--base));
  text-align: center;
  justify-content: center;
  color: hsl(var(--accent-100));
}

/*---------------------------------------
  2.34 Header Top
-----------------------------------------*/
.header-top {
  padding-top: 10px;
  padding-bottom: 10px;
  background: hsl(var(--white));
}

.header-top__icon {
  width: 35px;
  height: 35px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50% 0 50% 50%;
  background: rgb(var(--base));
  color: hsl(var(--white));
}

.header-top__list {
  gap: 35px;
}

@media (max-width: 575px) {
  .header-top__list {
      gap: 5px;
  }
}

.header-top__list li {
  position: relative;
}

.header-top__list li::after {
  content: "";
  width: 1px;
  height: 16px;
  background: rgb(var(--base));
  position: absolute;
  top: 50%;
  left: calc(100% + 1rem);
  transform: translateY(-50%);
}

@media (max-width: 575px) {
  .header-top__list li::after {
      display: none;
  }
}

@media (max-width: 767px) {
  .header-top__list li::after {
      left: calc(100% + 0.5rem);
  }
}

.header-top__list li:last-child::after {
  display: none;
}

/*---------------------------------------
  2.35 Social Icon
-----------------------------------------*/
.social-icon {
  border: 1px solid hsl(var(--border));
  color: hsl(var(--border));
}

/*---------------------------------------
  2.36 Search Filter
-----------------------------------------*/
.search {
  background-color: hsl(var(--white));
}

@media (max-width: 1199px) {
  .toggle-overlay {
      background-color: #00000070;
      position: absolute;
      z-index: 2222;
      visibility: hidden;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: 0.3s linear;
  }

  .toggle-overlay.show-overlay {
      visibility: visible;
      opacity: 1;
  }
}

.search__left {
  background-color: hsl(var(--white));
  padding: 30px 25px;
  border: 2px solid #ff14932b;
  border-radius: 5px;
  position: sticky;
  top: 80px;
}

.search__left-btn {
  font-size: 20px;
  text-align: right;
  color: var(--dark-color);
  cursor: pointer;
}

.search__left-btn:hover {
  color: rgb(var(--base));
}

@media (max-width: 1199px) {
  .search__left {
      padding: 20px;
      position: fixed;
      top: 0;
      z-index: 2222;
      left: 0;
      transform: translateX(-100%);
      width: 320px;
      transition: 0.3s linear;
      overflow-y: auto;
      height: 100%;
      border-radius: 0;
      border: 0;
  }
}

.search__left.show-siderbar {
  transform: translateX(0);
}

.search__left-bar .filter-icon {
  cursor: pointer;
  font-size: 30px;
}

.search__left-bar .filter-icon:hover {
  color: rgb(var(--base));
}

.search__left-title {
  padding: 0 0 20px;
  text-align: center;
}

.search__left-title .text {
  font-weight: 500;
  color: var(--dark-color);
}

.search__right {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  overflow: hidden;
}

.search__right-details {
  display: flex;
  gap: 3px;
  flex-direction: column;
}

@media (max-width: 767px) {
  .search__right-details {
      gap: 6px;
  }
}

.search__right-thumb a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.search__right-content {
  padding: 15px 15px 15px 0;
}

@media (max-width: 767px) {
  .search__right-content {
      padding: 15px;
  }
}

.search__right-expression {
  margin-top: 20px;
}

.search__right-list {
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.search__right-list li,
.search__right-list .profile-item {
  text-align: center;
  font-size: 13px;
}

@media (max-width: 400px) {
  .search__right-list li,
  .search__right-list .profile-item {
      font-size: 12px;
  }
}

.removeFromShortList {
  color: #ff9529 !important;
}

.search__right-list li a,
.search__right-list .profile-item a {
  color: var(--light-color);
  text-decoration: none;
}

.search__right-list li a:hover,
.search__right-list .profile-item a:hover {
  color: rgb(var(--base));
}

a.ignore:hover {
  color: hsl(var(--danger)) !important;
}

.search__right-list li a i,
.search__right-list .profile-item a i {
  display: block;
  margin-bottom: 3px;
}

.search__right-list li a i.fa-heart,
.search__right-list .profile-item a i.fa-heart {
  color: rgb(var(--base));
}

.search__right-list li a i.fa-ban,
.search__right-list .profile-item a i.fa-ban {
  color: rgb(var(--base));
}

.search__right-list li a i.fa-star,
.search__right-list .profile-item a i.fa-star {
  color: #ff9529;
}

.search__right-list li a i.fa-exclamation-circle,
.search__right-list .profile-item a i.fa-exclamation-circle {
  color: hsl(var(--danger));
}

.search__right-list li a i.fa-comments,
.search__right-list .profile-item a i.fa-comments {
  color: #1aa1c7;
}

.search__right-list li a i.fa-thumbs-up,
.search__right-list .profile-item a i.fa-thumbs-up {
  color: #3b76d6;
}

.member-info__name a {
  font-size: 20px;
  text-decoration: none;
  color: var(--dark-color);
  transition: 0.2s linear;
}

.member-info__name a:hover {
  color: rgb(var(--base));
}

.member-info__id {
  font-size: 13px;
  font-weight: 600;
}

.member-info__id span {
  color: rgb(var(--base));
  margin-left: 5px;
}

.member-details {
  margin-top: 5px;
}

.member-details label {
  font-size: 13px;
  font-weight: 600;
  position: relative;
}

@media (max-width: 767px) {
  .member-details label {
      display: flex;
      justify-content: flex-start;
  }
}

.member-details label::before {
  position: absolute;
  content: ":";
  right: -10%;
  display: none;
}

@media (max-width: 767px) {
  .member-details label::before {
      display: block;
  }
}

.member-details label i {
  font-size: 15px;
  margin-right: 6px;
  color: rgb(var(--base));
}

.member-details label span {
  position: relative;
}

.member-details label span::before {
  position: absolute;
  content: ":";
  right: -6px;
}

@media (max-width: 767px) {
  .member-details label span::before {
      display: none;
  }
}

.member-details span {
  font-size: 13px;
}

@media (max-width: 767px) {
  .member-details span {
      display: flex;
      justify-content: flex-end;
  }
}

.range-slider__label {
  font-weight: 700;
  color: var(--dark-color);
  font-size: 16px;
}

.range-slider__number {
  border: 0;
  color: var(--dark-color);
  font-weight: 600;
  max-width: 180px;
  font-size: 15px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid var(--border-color);
  background: hsl(var(--white));
  font-weight: normal;
  color: rgb(var(--base));
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
  height: 4px !important;
  background: rgb(var(--base));
}

.ui-slider .ui-slider-handle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

/* .ui-widget.ui-widget-content {
  border: 0;
  background-color: var(--light-color);
  height: 4px;
} */

/*---------------------------------------
  2.37 Team Card
-----------------------------------------*/

.team-card__img {
  width: 100px;
  height: 100px;
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
  padding: 15px;
}

.team-card__img-is {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  border-radius: 100%;
  border: 1px solid var(--brand-color);
}

/*---------------------------------------
  2.38 About Image
-----------------------------------------*/
.about-img {
  position: relative;
  isolation: isolate;
}

.about-img__is {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50% 0 50% 50%;
}

.about-img__btn {
  width: 80px;
  height: 80px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgb(var(--base));
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: hsl(var(--white));
  animation: heartBeat 1.5s ease-in-out infinite;
}

.about-img__btn:hover {
  color: hsl(var(--white));
}

/*---------------------------------------
  2.40 Work Process
-----------------------------------------*/
.work-process {
  display: flex;
  flex-direction: column;
  background: hsl(var(--white));
  gap: 1.5rem;
  padding: 62px 57px;
  border-radius: 10px;
  height: 100% !important;
  border-radius: 10px;
  box-shadow: 4px 3px 10px 0px rgba(0, 0, 0, 0.12);
}
.how_to_work_card{
  margin-bottom: 60px;
}
@media (max-width: 1120px){
  .work-process{
      padding: 37px 20px;
  }
}
@media (max-width: 991px){
  .work-process{
      padding: 35px 20px;
  }
  
}
@media(max-width: 768px){
  .how_to_work_card{
      margin-bottom: 0;
  }
}

.work-process {
  text-align: center;
}

.work-process__icon {
  display: grid;
  place-items: center;
  width: 115px;
  height: 115px;
  aspect-ratio: 1;
  position: relative;
  font-size: 24px;
  /* border: 1px solid rgb(var(--base)); */
  border-radius: 50%;
  background: hsl(var(--white));
  color: rgb(var(--base));
  margin: 0 auto;
  margin-bottom: 15px;
}
/* .work-process__icon img{
  padding: 25px;
} */

.work-process__notification {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgb(var(--base));
  font-size: 1rem;
  color: hsl(var(--white));
  position: absolute;
  top: -15px;
  left: 50%;
  font-size: 14px;
}
.work-process-section .section__head h2 {
  color: var(--313131, #313131);
  font-size: 45px;
}
.work-process-section .section__head h2 span:first-child {
  color: rgb(var(--base, #00bfff));
}
.work-process-section .section__head h2 span:last-child {
  color: #ff1493;
}

/*---------------------------------------
  2.41 Feedback Card
-----------------------------------------*/
.feedback-card {
  margin: 30px 10px;
  padding: 30px 15px;
  border-radius: 10px;
  box-shadow: 0 0 15px hsl(var(--black) / 0.03);
  background: hsl(var(--white));
}

@media screen and (min-width: 375px) {
  .feedback-card {
      padding: 30px;
      margin: 30px 15px;
  }
}

@media screen and (min-width: 768px) {
  .feedback-card {
      padding: 50px 30px;
  }
}

@media screen and (min-width: 1400px) {
  .feedback-card {
      margin: 30px 20px;
  }
}

.feedback-card__icon {
  font-size: var(--h2);
  color: hsl(var(--canvas-600));
  line-height: 1;
}

.feedback-card__para {
  font-style: italic;
}

/*---------------------------------------
  2.42 Testimonial Slider
-----------------------------------------*/
/*---------------------------------------
  2.43 Gallery
-----------------------------------------*/
.profile-gallery {
  width: 100%;
  height: 100%;
}

.profile-gallery__thumb {
  width: 100%;
  height: 100%;
  position: relative;
}

.profile-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-gallery:hover .profile-gallery__icon {
  transform: scaleX(1);
  visibility: visible;
  opacity: 1;
}

.profile-gallery__icon {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transform: scaleX(0);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s linear;
  gap: 5px;
}

.profile-gallery__icon a {
  color: hsl(var(--white));
  font-size: 17px;
}

.profile-gallery__icon::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--black-color);
  opacity: 0.9;
  z-index: -1;
}

/*---------------------------------------
  2.44 Counter
-----------------------------------------*/
.counter-card {
  border: 20px solid #b3e9fb;
  box-shadow: 4px 3px 10px 0px rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  height: 300px !important;
  width: 300px !important;
  align-items: center;
  display: flex !important;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  background-color: #fff;
  margin-bottom: 60px;
}


@media (max-width: 1199px) {
  .counter-card {
      justify-content: center;
  }
}
@media (max-width: 1300px){
  .counter-card{
      width: 250px !important;
      height: 250px !important;
  }
}
@media (max-width: 992px){
  .counter-card{
      width: 240px !important;
      height: 240px !important;
  }
}
@media (max-width: 768px) {
  .counter-card {
      width: 190px !important;
      height: 190px !important;
      
  }
  .counter-card__content h2 {
  font-weight: 500 !important;
  font-size: 30px !important;
  }
  .counter_title{
      font-size: 10px;
  }
}

@media (max-width: 575px) {
  .work-process-section .section__head h2 {
      font-size: 20px;
  }
}

.counter-card__icon {
  display: grid;
  font-size: 24px;
  color: hsl(var(--black));
  text-align: center;
  justify-content: center;
}
.counter-card__content h2 {
  font-weight: 500;
  font-size: 50px;
}

/*---------------------------------------
  2.45 How to use section
-----------------------------------------*/
.How_to_use_process {
  border-radius: 10px;
  border: 1px solid #bcbcbc;
  background: var(--fffff, #fff);
  padding: 25px 15px;
  height: 365px;
}
.How_to_use_section .section__head h2 {
  color: var(--313131, #313131);
  font-size: 45px;
  padding-top: 80px;
  z-index: 9;
  position: relative;
}
.How_to_use_section .section__head h2 span:first-child {
  color: rgb(var(--base, #00BFFF));
}
.How_to_use_section .section__head h2 span:last-child {
  color: #ff1493;
}

/*---------------------------------------
  2.46 Client Slider
-----------------------------------------*/
.client-slider__item {
  padding-inline: 30px;
}

.client-slider__link {
  display: block;
}

.client-slider__link:hover .client-slider__img {
  filter: grayscale(0);
}

.client-slider__img {
  transition: all 0.3s ease;
  filter: grayscale(1);
  max-width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}

/*---------------------------------------
  2.47 Filter Bar
-----------------------------------------*/
.filter-bar {
  padding: 60px 15px;
  border: 1px solid hsl(var(--black-100) / 0.06);
  border-radius: 10px;
  background: hsl(var(--light));
}

@media screen and (min-width: 992px) {
  .filter-bar {
      padding: 60px 30px;
  }
}

@media screen and (min-width: 1920px) {
  .filter-bar {
      margin-right: 30px;
      padding: 60px 40px;
  }
}

.filter-bar__title {
  margin-bottom: 0.8rem;
}

/*---------------------------------------
  2.48 Search Post
-----------------------------------------*/
@media screen and (min-width: 992px) {
  .search-post {
      display: grid;
      grid-template-columns: 40% 60%;
  }
}

.search-post__img-is {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}

@media screen and (min-width: 992px) {
  .search-post__img-is {
      border-radius: 10px 0 0 10px;
  }
}

.search-post__body {
  padding: 30px 15px;
  display: grid;
  gap: 1rem;
  border-radius: 0 0 5px 5px;
  background: hsl(var(--light));
}

@media screen and (min-width: 768px) {
  .search-post__body {
      padding: 40px 30px;
  }
}

@media screen and (min-width: 992px) {
  .search-post__body {
      padding: 40px 30px;
      border-radius: 0 10px 10px 0;
  }
}

@media screen and (min-width: 1400px) {
  .search-post__body {
      padding: 60px 50px;
  }
}

/*---------------------------------------
  2.49 Contact Card
-----------------------------------------*/
.contact-card {
  text-align: center;
  background-color: hsl(var(--white));
  padding: 30px 20px;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  display: flex;
  align-items: center;
  height: 100%;
}

@media screen and (max-width: 991px) and (min-width: 767px) {
  .contact-card {
      display: block;
      text-align: center;
      padding: 25px 15px;
  }
}

@media (max-width: 575px) {
  .contact-card {
      padding: 25px 15px;
  }
}

.success-single-card {
  /* margin-top: 3rem; */
}

.contact-card__icon-container {
  display: flex;
  justify-content: center;
}

.contact-card__icon {
  font-size: 25px;
  background-color: rgb(var(--base));
  background: var(--linear-bg);
  display: inline-block;
  color: hsl(var(--white));
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}

@media screen and (max-width: 991px) and (min-width: 767px) {
  .contact-card__icon {
      margin: 0 auto;
      margin-bottom: 15px;
  }
}

.contact-card__body {
  text-align: left;
  width: calc(100% - 50px);
  padding-left: 20px;
}

@media screen and (max-width: 991px) and (min-width: 767px) {
  .contact-card__body {
      width: 100%;
      padding-left: 0px;
      text-align: center;
  }
}

.contact-card__body p {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .contact-card__body {
      padding-left: 15px;
  }
}

.contact-card__body h5 {
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 0;
}

@media (max-width: 575px) {
  .contact-card__body ul li {
      font-size: 15px;
  }
}

/*---------------------------------------
  2.50 mobail app store
-----------------------------------------*/

.app_section {
  background: #e8f6fc;
}
.app_section h2 {
  color: #00bfff;
  font-size: 45px;
  text-transform: capitalize;
}
.app_section p {
  font-size: 20px;
}
.app_btn{
  padding: 11px 41px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid rgb(var(--base, #00BFFF));
  background-color: transparent;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);
  font-size: 20px;
  line-height: 24px;
  text-transform: capitalize;
  color: rgb(var(--base, #00BFFF));
}
.app_store{
  background: #00BFFF;
  color: var(--whiteColor);
}
.app_btn:hover{
  color: var(--brand-color, #00BFFF);
}
.app_store:hover{
  background: #00BFFF;
  color: var(--whiteColor);
}


@media (max-width: 746px) {
  .app_section h2 {
      font-size: 25px;
      text-align: center;
  }
  .app_section p {
      font-size: 16px;
      text-align: center;
  }
}

/*---------------------------------------
  2.50 Contact Image
-----------------------------------------*/
.section_img {
  background-image: URL("../../../images/frontend/shop/shopImage.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  display: flex;
  object-fit: cover;
  align-items: end;
  padding-left: 30px;
}
.section_contant {
  z-index: 9;
  /* padding-left: 50px; */
  /* padding-bottom: 35px; */
  padding: 35px;
}
.section_contant h2:first-child {
  font-size: 44px;
  color: #ffffff;
  /* padding-top: 132px; */
}
.section_contant h2 {
  font-size: 44px;
  color: #1bd779;
  z-index: 99;
  margin: 0;
  padding-bottom: 20px;
}
.section_contant p {
  color: #fff;
  font-size: 25px;
  /* padding: 19px 0 30px; */
  margin: 0;
  padding-bottom: 20px;
}
.section_img a {
  /* padding-bottom: 76px; */
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}
.section_img a i {
  margin-left: 6px;
}

.section_img a:hover {
  color: #fff;
}

/*---------------------------------------
  2.50 Contact Image
-----------------------------------------*/
.contact-img {
  width: 100%;
}

/* @media screen and (min-width: 1200px) {
  .contact-img {
      margin-left: 50px;
  }
} */

.contact-img__is {
    width: 100%;
    height: 494.07px;
    border-radius: 10px;
    object-fit: cover
}

.form-title {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  background: var(--linear-bg);
  display: inline-block;
  color: transparent;
  -webkit-background-clip: text;
}

@media (max-width: 767px) {
  .form-title {
      font-size: 25px;
  }
}

/*---------------------------------------
  2.51 Contact Form
-----------------------------------------*/
.contact-form {
  padding: 50px 30px;
  border: 1px solid hsl(var(--black-900) / 0.5);
  border-radius: 10px;
  background: hsl(var(--white));
}

@media (max-width: 991px) {
  .contact-form {
      padding: 40px 25px;
  }
}

@media (max-width: 767px) {
  .contact-form {
      padding: 30px 20px;
  }
}

/*---------------------------------------
  2.52 Support Card
-----------------------------------------*/
.support-card {
  padding: 30px 15px;
  border-radius: 10px;
  background: hsl(var(--white));
  border: 1px solid hsl(var(--black-900) / 0.5);
}

@media screen and (min-width: 375px) {
  .support-card {
      padding: 30px 20px;
  }
}

@media screen and (min-width: 768px) {
  .support-card {
      padding: 30px 40px;
      display: flex;
      gap: 2rem;
  }
}

@media screen and (min-width: 992px) {
  .support-card {
      padding: 30px;
      gap: 1rem;
  }
}

@media screen and (min-width: 1400px) {
  .support-card {
      padding: 30px 40px;
      gap: 2rem;
  }
}

.support-card__image {
  display: inline-block;
  width: 120px;
  height: 100px;
  flex-shrink: 0;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

@media screen and (min-width: 1400px) {
  .support-card__image {
      width: 180px;
      height: 150px;
  }
}

.support-card__image-is {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*---------------------------------------
  2.53 Map View
-----------------------------------------*/
.map-view__frame {
  width: 100%;
  height: 400px;
  margin-bottom: -6px;
}

@media screen and (min-width: 992px) {
  .map-view__frame {
      height: 500px;
  }
}

@media screen and (min-width: 1200px) {
  .map-view__frame {
      height: 600px;
  }
}

/*---------------------------------------
  2.54 Profile
-----------------------------------------*/

.profile-sidebar__inner {
  border: 1px solid var(--border-color-light);
}

.public-profile {
  border: 1px solid var(--border-color-light);
  border-radius: 5px;
  overflow: hidden;
}

.public-profile .team-card {
  padding: 0 0 0px 0;
}

.public-profile .team-card__body {
  background-color: hsl(var(--white));
}

.public-profile .team-card__body .profile-name-interest {
  border-bottom: 1px solid var(--border-color-light);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.public-profile .team-card__body-name {
  font-size: 18px;
}

.public-profile .team-card__body-id {
  font-size: 14px;
}

.public-profile .team-card__img {
  width: 100%;
  height: 100%;
  border-radius: 0px;
}

.profile-interest-love {
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
  text-decoration: none;
}

.profile-interest-love i {
  font-size: 10px;
  border: 1px solid var(--border-color-light);
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.2s linear;
  border-color: rgb(var(--base));
  color: hsl(var(--white));
  background-color: rgb(var(--base));
  margin-right: 3px;
}

.profile-interest-love i:hover {
  background-color: transparent;
  color: rgb(var(--base));
}

.similar-profile__title {
  font-size: 18px;
}

.similar-card {
  border: 1px solid var(--border-color);
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
  overflow: hidden;
}

.similar-card__name a {
  color: var(--dark-color);
  transition: 0.3s;
}

.similar-card__name a:hover {
  color: rgb(var(--base));
}

.similar-card__thumb {
  width: 120px;
  display: flex;
}

.similar-card__thumb a {
  display: block;
  height: 100%;
}

.similar-card__thumb a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.similar-card__details {
  width: calc(100% - 120px);
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.similar-card__desc {
  font-size: 14px;
}

.public-profile__accordion .accordion-button {
  border: 0px;
  font-size: 17px;
  padding-bottom: 10px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.public-profile__accordion .accordion-button:not(.collapsed)::after {
  content: "\f106";
  font-size: 16px;
  color: rgb(var(--base));
}

.public-profile__accordion .accordion-button[aria-expanded="false"]::after {
  content: "\f107";
  font-size: 16px;
}

.public-profile__accordion .accordion-button:not(.collapsed) {
  border: 0;
  color: rgb(var(--base));
  border-bottom: 1px solid var(--border-color-light) !important;
}

.public-profile__accordion .accordion-body {
  background-color: hsl(var(--white));
  padding-top: 0;
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
}

/*---------------------------------------
  2.55 Sidebar
-----------------------------------------*/
.sidebar {
  position: sticky;
  top: 100px;
}

.sidebar-nav li {
  border-bottom: 1px dashed rgb(var(--base) / 0.5);
}

.sidebar-nav__link {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-right: 3px solid transparent;
  color: hsl(var(--accent));
  font-weight: 500;
  transition: all 0.3s ease;
}

.sidebar-nav__link:hover {
  color: rgb(var(--base));
  border-right: 3px solid rgb(var(--base));
}

.sidebar-nav__link.active {
  border-right: 3px solid rgb(var(--base));
  color: rgb(var(--base));
}

/*---------------------------------------
  2.56 Login
-----------------------------------------*/
.login {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.login__wrapper {
  width: 100%;
  height: 100%;
  border: 1px solid rgb(var(--base), 0.2) !important;
  padding: 30px;
  border-radius: 15px;
  background: #fff;
}

@media (max-width: 575px) {
  .login__wrapper {
      padding: 25px 20px;
  }
}

.login__menu {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.5rem;
  border-bottom: 1px solid hsl(var(--border) / 0.5);
  border-radius: 0;
}

@media screen and (min-width: 768px) {
  .login__menu {
      gap: 2rem;
  }
}

.login__link {
  display: block;
  padding-bottom: 15px;
  font-weight: 500;
  color: hsl(var(--text));
}

.login__link:hover {
  color: rgb(var(--base));
}

.login__link.active {
  position: relative;
  isolation: isolate;
  color: rgb(var(--base));
}

.login__link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgb(var(--base));
}

.login-title {
  background: var(--linear-bg);
  display: inline-block;
  color: transparent;
  -webkit-background-clip: text;
  padding-bottom: 5px;
  margin-bottom: 5px !important;
}

/*---------------------------------------
  2.57 Dashboard Card
-----------------------------------------*/
.dashboard-card {
  background-color: #ffe2e5;
  padding: 25px 20px;
  text-align: center;
  border-radius: 5px;
}

.dashboard-card__icon {
  background-color: hsl(var(--primary));
  display: inline-block;
  color: hsl(var(--white));
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 16px;
}

.dashboard-card__content {
  width: calc(100% - 45px);
  padding-left: 15px;
}

.dashboard-card__title {
  background: var(--linear-bg);
  display: inline-block;
  color: transparent;
  -webkit-background-clip: text;
  margin-top: 20px;
  margin-bottom: 5px;
}

.dashboard-card__desc {
  color: var(--dark-color);
}

.row [class*="dashboard-wrapper col"]:nth-of-type(4n + 1) .dashboard-card {
  background-color: rgb(var(--base), 0.15);
  border-left: 3px solid rgb(var(--base));
}

.row
  [class*="dashboard-wrapper col"]:nth-of-type(4n + 1)
  .dashboard-card__icon {
  background-color: rgb(var(--base));
}

.row [class*="dashboard-wrapper col"]:nth-of-type(4n + 2) .dashboard-card {
  background-color: var(--warning-soft);
  border-left: 3px solid hsl(var(--warning));
}

.row
  [class*="dashboard-wrapper col"]:nth-of-type(4n + 2)
  .dashboard-card__icon {
  background-color: hsl(var(--warning));
}

.row [class*="dashboard-wrapper col"]:nth-of-type(4n + 3) .dashboard-card {
  background-color: var(--green-soft);
  border-left: 3px solid hsl(var(--green));
}

.row
  [class*="dashboard-wrapper col"]:nth-of-type(4n + 3)
  .dashboard-card__icon {
  background-color: hsl(var(--green));
}

.row [class*="dashboard-wrapper col"]:nth-of-type(4n + 4) .dashboard-card {
  background-color: var(--violet-soft);
  border-left: 3px solid hsl(var(--violet));
}

.row
  [class*="dashboard-wrapper col"]:nth-of-type(4n + 4)
  .dashboard-card__icon {
  background-color: hsl(var(--violet));
}

/*---------------------------------------
  2.58 Default Card
-----------------------------------------*/
.default-card {
  padding: 30px 15px;
  border-radius: 5px;
  box-shadow: 0 0 20px hsl(var(--black) / 0.05);
  border: 1px solid hsl(var(--border) / 0.3);
  background: hsl(var(--white));
}

@media screen and (min-width: 768px) {
  .default-card {
      padding: 30px;
  }
}

/*---------------------------------------
  2.59 Dashboard Menu
-----------------------------------------*/
.dashboard-menu__link {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 15px;
  border-bottom: 0px;
  background: transparent;
  padding: 21px 15px 21px 25px;
  position: relative;
  border-bottom: 1px solid hsl(var(--border) / 0.1);
}

.dashboard-menu .list li:last-child .dashboard-menu__link {
  border-bottom: 0;
}

.dashboard-menu__link::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--brand-color);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.dashboard-menu__link:hover,
.dashboard-menu__link.active {
  background-color: var(--brand-color);
  color: #fff;
}

.dashboard-menu__link:hover::after,
.dashboard-menu__link.active::after {
  visibility: visible;
  opacity: 1;
}

.dashboard-menu__link:hover .dashboard-menu__icon,
.dashboard-menu__link.active .dashboard-menu__icon {
  color: #fff;
}

.dashboard-menu__link:hover .dashboard-menu__text,
.dashboard-menu__link.active .dashboard-menu__text {
  color: #fff;
}

.dashboard-menu__icon {
  font-size: 15px;
  line-height: 1;
  color: var(--black-color);
  transition: 0.3s;
}

.dashboard-menu__text {
  transition: 0.3s;
  color: hsl(var(--text));
  font-size: 14px;
}

.dashboard-menu .list li:last-child .dashboard-menu__link {
  border-bottom: none;
}

/*---------------------------------------
  2.60 Dashboard Sidenav
-----------------------------------------*/
.dashboard-sidenav {
  background: hsl(var(--white));
  border: 1px solid var(--border-color-light);
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}

@media screen and (min-width: 992px) {
  .dashboard-sidenav {
      position: sticky;
      top: 100px;
  }
}

@media (max-width: 991px) {
  .dashboard-sidenav {
      width: 320px;
      padding-top: 30px;
      position: fixed;
      left: 0;
      transform: translateX(-100%);
      transition: 0.2s linear;
      top: 0;
      z-index: 9999;
      height: 100%;
      border-radius: 0;
      border-left: 0;
      border-top: 0;
  }
}

.dashboard-sidenav.show-sidebar {
  transform: translateX(0);
}

.dashboard-sidenav__close-icon {
  color: hsl(var(--dark));
  position: absolute;
  top: 10px;
  z-index: 1;
  right: 10px;
  font-size: 20px;
}

.dashboard-sidenav__close-icon:hover,
.dashboard-sidenav__close-icon:focus {
  color: rgb(var(--base));
}

.dashboard-sidenav .team-card {
  border: 0;
}

.dashboard-sidenav .team-card__button .btn {
  border-radius: 5px;
}

/*---------------------------------------
  2.61 Dashboard Profile
-----------------------------------------*/
.dashboard-profile .team-card__button .btn {
  border-radius: 3px;
  padding: 8px 20px !important;
}

.dashboard-profile__name {
  color: var(--dark-color) !important;
  font-weight: 600;
}

.dashboard-profile__id {
  color: var(--light-color) !important;
}

/*---------------------------------------
  0.3 Theme Style
-----------------------------------------*/
/*---------------------------------------
  3.1 Color
-----------------------------------------*/
.text--primary {
  color: hsl(var(--primary));
}

.text--secondary {
  color: hsl(var(--secondary));
}

.text--success {
  color: hsl(var(--success));
}

.text--danger {
  color: hsl(var(--danger)) !important;
}

.text--warning {
  color: hsl(var(--warning));
}

.text--info {
  color: hsl(var(--info));
}

.text--dark {
  color: hsl(var(--dark));
}

.text--white {
  color: hsl(var(--white));
}

.text-clr {
  color: hsl(var(--text));
}

.heading-clr {
  color: hsl(var(--heading));
}

.text--base {
  color: rgb(var(--base));
}

.text--accent {
  color: hsl(var(--accent));
}

.text--accent-400 {
  color: hsl(var(--accent-400));
}

/*---------------------------------------
  3.2 Background
-----------------------------------------*/
.bg--primary {
  background: hsl(var(--primary));
}

.bg--secondary {
  background: hsl(var(--secondary));
}

.bg--success {
  background: hsl(var(--success));
}

.bg--danger {
  background: hsl(var(--danger));
}

.bg--warning {
  background: hsl(var(--warning));
}

.bg--info {
  background: hsl(var(--info));
}

.bg--dark {
  background: hsl(var(--dark));
}

.bg--light {
  background-color: hsl(var(--light));
}

.bg--base {
  background-color: rgb(var(--base));
}

.bg--accent {
  background: hsl(var(--accent));
}

/*---------------------------------------
  3.3 Padding
-----------------------------------------*/
.t-pt-5 {
  padding-top: 5px;
}

.t-pt-10 {
  padding-top: 10px;
}

.t-pt-15 {
  padding-top: 15px;
}

.t-pt-20 {
  padding-top: 20px;
}

.t-pt-25 {
  padding-top: 25px;
}

.t-pt-30 {
  padding-top: 30px;
}

.t-pt-35 {
  padding-top: 35px;
}

.t-pt-40 {
  padding-top: 40px;
}

.t-pt-45 {
  padding-top: 45px;
}

.t-pt-50 {
  padding-top: 50px;
}

.t-pt-55 {
  padding-top: 55px;
}

.t-pt-60 {
  padding-top: 60px;
}

.t-pt-65 {
  padding-top: 65px;
}

.t-pt-70 {
  padding-top: 70px;
}

.t-pt-75 {
  padding-top: 75px;
}

.t-pt-80 {
  padding-top: 80px;
}

.t-pt-85 {
  padding-top: 85px;
}

.t-pt-90 {
  padding-top: 90px;
}

.t-pt-95 {
  padding-top: 95px;
}

.t-pt-100 {
  padding-top: 100px;
}

.t-pt-105 {
  padding-top: 105px;
}

.t-pt-110 {
  padding-top: 110px;
}

.t-pt-115 {
  padding-top: 115px;
}

.t-pt-120 {
  padding-top: 120px;
}
.font--20 {
  font-size: 20px;
}

.t-pb-5 {
  padding-bottom: 5px;
}

.t-pb-10 {
  padding-bottom: 10px;
}

.t-pb-15 {
  padding-bottom: 15px;
}

.t-pb-20 {
  padding-bottom: 20px;
}

.t-pb-25 {
  padding-bottom: 25px;
}

.t-pb-30 {
  padding-bottom: 30px;
}

.t-pb-35 {
  padding-bottom: 35px;
}

.t-pb-40 {
  padding-bottom: 40px;
}

.t-pb-45 {
  padding-bottom: 45px;
}

.t-pb-50 {
  padding-bottom: 50px;
}

.t-pb-55 {
  padding-bottom: 55px;
}

.t-pb-60 {
  padding-bottom: 60px;
}

.t-pb-65 {
  padding-bottom: 65px;
}

.t-pb-70 {
  padding-bottom: 70px;
}

.t-pb-75 {
  padding-bottom: 75px;
}

.t-pb-80 {
  padding-bottom: 80px;
}

.t-pb-85 {
  padding-bottom: 85px;
}

.t-pb-90 {
  padding-bottom: 90px;
}

.t-pb-95 {
  padding-bottom: 95px;
}

.t-pb-100 {
  padding-bottom: 100px;
}

.t-pb-105 {
  padding-bottom: 105px;
}

.t-pb-110 {
  padding-bottom: 110px;
}

.t-pb-115 {
  padding-bottom: 115px;
}

.t-pb-120 {
  padding-bottom: 120px;
}

.t-pr-5 {
  padding-right: 5px;
}

.t-pr-10 {
  padding-right: 10px;
}

.t-pr-15 {
  padding-right: 15px;
}

.t-pr-20 {
  padding-right: 20px;
}

.t-pr-25 {
  padding-right: 25px;
}

.t-pr-30 {
  padding-right: 30px;
}

.t-pr-35 {
  padding-right: 35px;
}

.t-pr-40 {
  padding-right: 40px;
}

.t-pr-45 {
  padding-right: 45px;
}

.t-pr-50 {
  padding-right: 50px;
}

.t-pr-55 {
  padding-right: 55px;
}

.t-pr-60 {
  padding-right: 60px;
}

.t-pr-65 {
  padding-right: 65px;
}

.t-pr-70 {
  padding-right: 70px;
}

.t-pr-75 {
  padding-right: 75px;
}

.t-pr-80 {
  padding-right: 80px;
}

.t-pr-85 {
  padding-right: 85px;
}

.t-pr-90 {
  padding-right: 90px;
}

.t-pr-95 {
  padding-right: 95px;
}

.t-pr-100 {
  padding-right: 100px;
}

.t-pr-105 {
  padding-right: 105px;
}

.t-pr-110 {
  padding-right: 110px;
}

.t-pr-115 {
  padding-right: 115px;
}

.t-pr-120 {
  padding-right: 120px;
}

.t-pl-5 {
  padding-left: 5px;
}

.t-pl-10 {
  padding-left: 10px;
}

.t-pl-15 {
  padding-left: 15px;
}

.t-pl-20 {
  padding-left: 20px;
}

.t-pl-25 {
  padding-left: 25px;
}

.t-pl-30 {
  padding-left: 30px;
}

.t-pl-35 {
  padding-left: 35px;
}

.t-pl-40 {
  padding-left: 40px;
}

.t-pl-45 {
  padding-left: 45px;
}

.t-pl-50 {
  padding-left: 50px;
}

.t-pl-55 {
  padding-left: 55px;
}

.t-pl-60 {
  padding-left: 60px;
}

.t-pl-65 {
  padding-left: 65px;
}

.t-pl-70 {
  padding-left: 70px;
}

.t-pl-75 {
  padding-left: 75px;
}

.t-pl-80 {
  padding-left: 80px;
}

.t-pl-85 {
  padding-left: 85px;
}

.t-pl-90 {
  padding-left: 90px;
}

.t-pl-95 {
  padding-left: 95px;
}

.t-pl-100 {
  padding-left: 100px;
}

.t-pl-105 {
  padding-left: 105px;
}

.t-pl-110 {
  padding-left: 110px;
}

.t-pl-115 {
  padding-left: 115px;
}

.t-pl-120 {
  padding-left: 120px;
}

/*---------------------------------------
  3.4 Margin
-----------------------------------------*/
.t-mt-5 {
  margin-top: 5px;
}

.t-mt-10 {
  margin-top: 10px;
}

.t-mt-15 {
  margin-top: 15px;
}

.t-mt-20 {
  margin-top: 20px;
}

.t-mt-25 {
  margin-top: 25px;
}

.t-mt-30 {
  margin-top: 30px;
}

.t-mt-35 {
  margin-top: 35px;
}

.t-mt-40 {
  margin-top: 40px;
}

.t-mt-45 {
  margin-top: 45px;
}

.t-mt-50 {
  margin-top: 50px;
}

.t-mt-55 {
  margin-top: 55px;
}

.t-mt-60 {
  margin-top: 60px;
}

.t-mt-65 {
  margin-top: 65px;
}

.t-mt-70 {
  margin-top: 70px;
}

.t-mt-75 {
  margin-top: 75px;
}

.t-mt-80 {
  margin-top: 80px;
}

.t-mt-85 {
  margin-top: 85px;
}

.t-mt-90 {
  margin-top: 90px;
}

.t-mt-95 {
  margin-top: 95px;
}

.t-mt-100 {
  margin-top: 100px;
}

.t-mt-105 {
  margin-top: 105px;
}

.t-mt-110 {
  margin-top: 110px;
}

.t-mt-115 {
  margin-top: 115px;
}

.t-mt-120 {
  margin-top: 120px;
}

.t-mb-5 {
  margin-bottom: 5px;
}

.t-mb-10 {
  margin-bottom: 10px;
}

.t-mb-15 {
  margin-bottom: 15px;
}

.t-mb-20 {
  margin-bottom: 20px;
}

.t-mb-25 {
  margin-bottom: 25px;
}

.t-mb-30 {
  margin-bottom: 30px;
}

.t-mb-35 {
  margin-bottom: 35px;
}

.t-mb-40 {
  margin-bottom: 40px;
}

.t-mb-45 {
  margin-bottom: 45px;
}

.t-mb-50 {
  margin-bottom: 50px;
}

.t-mb-55 {
  margin-bottom: 55px;
}

.t-mb-60 {
  margin-bottom: 60px;
}

.t-mb-65 {
  margin-bottom: 65px;
}

.t-mb-70 {
  margin-bottom: 70px;
}

.t-mb-75 {
  margin-bottom: 75px;
}

.t-mb-80 {
  margin-bottom: 80px;
}

.t-mb-85 {
  margin-bottom: 85px;
}

.t-mb-90 {
  margin-bottom: 90px;
}

.t-mb-95 {
  margin-bottom: 95px;
}

.t-mb-100 {
  margin-bottom: 100px;
}

.t-mb-105 {
  margin-bottom: 105px;
}

.t-mb-110 {
  margin-bottom: 110px;
}

.t-mb-115 {
  margin-bottom: 115px;
}

.t-mb-120 {
  margin-bottom: 120px;
}

.t-mr-5 {
  margin-right: 5px;
}

.t-mr-10 {
  margin-right: 10px;
}

.t-mr-15 {
  margin-right: 15px;
}

.t-mr-20 {
  margin-right: 20px;
}

.t-mr-25 {
  margin-right: 25px;
}

.t-mr-30 {
  margin-right: 30px;
}

.t-mr-35 {
  margin-right: 35px;
}

.t-mr-40 {
  margin-right: 40px;
}

.t-mr-45 {
  margin-right: 45px;
}

.t-mr-50 {
  margin-right: 50px;
}

.t-mr-55 {
  margin-right: 55px;
}

.t-mr-60 {
  margin-right: 60px;
}

.t-mr-65 {
  margin-right: 65px;
}

.t-mr-70 {
  margin-right: 70px;
}

.t-mr-75 {
  margin-right: 75px;
}

.t-mr-80 {
  margin-right: 80px;
}

.t-mr-85 {
  margin-right: 85px;
}

.t-mr-90 {
  margin-right: 90px;
}

.t-mr-95 {
  margin-right: 95px;
}

.t-mr-100 {
  margin-right: 100px;
}

.t-mr-105 {
  margin-right: 105px;
}

.t-mr-110 {
  margin-right: 110px;
}

.t-mr-115 {
  margin-right: 115px;
}

.t-mr-120 {
  margin-right: 120px;
}

.t-ml-5 {
  margin-left: 5px;
}

.t-ml-10 {
  margin-left: 10px;
}

.t-ml-15 {
  margin-left: 15px;
}

.t-ml-20 {
  margin-left: 20px;
}

.t-ml-25 {
  margin-left: 25px;
}

.t-ml-30 {
  margin-left: 30px;
}

.t-ml-35 {
  margin-left: 35px;
}

.t-ml-40 {
  margin-left: 40px;
}

.t-ml-45 {
  margin-left: 45px;
}

.t-ml-50 {
  margin-left: 50px;
}

.t-ml-55 {
  margin-left: 55px;
}

.t-ml-60 {
  margin-left: 60px;
}

.t-ml-65 {
  margin-left: 65px;
}

.t-ml-70 {
  margin-left: 70px;
}

.t-ml-75 {
  margin-left: 75px;
}

.t-ml-80 {
  margin-left: 80px;
}

.t-ml-85 {
  margin-left: 85px;
}

.t-ml-90 {
  margin-left: 90px;
}

.t-ml-95 {
  margin-left: 95px;
}

.t-ml-100 {
  margin-left: 100px;
}

.t-ml-105 {
  margin-left: 105px;
}

.t-ml-110 {
  margin-left: 110px;
}

.t-ml-115 {
  margin-left: 115px;
}

.t-ml-120 {
  margin-left: 120px;
}

/*---------------------------------------
  3.5 Utility Classes
-----------------------------------------*/
.t-heading-font {
  font-family: var(--heading-font);
}

.t-body-font {
  font-family: var(--body-font);
}

.t-link {
  text-decoration: none;
  transition: all 0.3s ease;
}

.t-link:hover {
  text-decoration: none;
}

.t-link--primary:hover {
  color: hsl(var(--primary));
}

.t-link--danger:hover {
  color: hsl(var(--danger));
}

.t-link--success:hover {
  color: hsl(var(--success));
}

.t-link--info:hover {
  color: hsl(var(--info));
}

.t-link--light:hover {
  color: hsl(var(--white));
}

.t-link--base:hover {
  color: rgb(var(--base));
}

.t-link--accent:hover {
  color: hsl(var(--accent));
}

.t-short-para {
  max-width: 50ch;
}

/*---------------------------------------
  3.6 Animation
-----------------------------------------*/
@keyframes btnVideo {
  0% {
      box-shadow: 0 0 0 0 hsl(var(--warning));
  }

  50% {
      box-shadow: 0 0 0 10px hsl(var(--warning) / 0.3);
  }

  100% {
      box-shadow: 0 0 0 20px hsl(var(--warning) / 0.04);
  }
}

@keyframes circle {
  0% {
      transform: rotate(0deg) translate(-60px) rotate(0deg);
  }

  100% {
      transform: rotate(360deg) translate(-60px) rotate(-360deg);
  }
}

@keyframes goright {
  0% {
      transform: translateX(0);
  }

  50% {
      transform: translateX(80px);
  }

  100% {
      transform: translateX(0);
  }
}

@keyframes goleft {
  0% {
      transform: translateX(0);
  }

  50% {
      transform: translateX(-80px);
  }

  100% {
      transform: translateX(0);
  }
}

@keyframes topRight {
  0% {
      transform: translate(0);
  }

  50% {
      transform: translate(80px, -80px);
  }

  100% {
      transform: translate(0);
  }
}

@keyframes topLeft {
  0% {
      transform: translate(0);
  }

  50% {
      transform: translate(80px, 80px);
  }

  100% {
      transform: translate(0);
  }
}

@keyframes circlerotate {
  0% {
      transform: rotate(0deg) translate(-60px);
  }

  100% {
      transform: rotate(360deg) translate(-60px);
  }
}

@keyframes rotates {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}

@keyframes goTop {
  0% {
      transform: translateY(0) translateX(-50%);
  }

  50% {
      transform: translateY(-20px) translateX(-50%);
  }

  100% {
      transform: translateY(0) translateX(-50%);
  }
}

@keyframes heartBeat {
  0% {
      outline: 0 solid hsl(var(--white) / 0.5);
  }

  25% {
      outline: 5px solid hsl(var(--white) / 0.5);
  }

  50% {
      outline: 15px solid hsl(var(--white) / 0.5);
  }

  75% {
      outline: 5px solid hsl(var(--white) / 0.5);
  }

  100% {
      outline: 0 solid hsl(var(--white) / 0.5);
  }
}

@-webkit-keyframes criss-cross-left {
  0% {
      left: -20px;
  }

  50% {
      left: 50%;
      width: 20px;
      height: 20px;
  }

  100% {
      left: 50%;
      width: 600px;
      height: 600px;
  }
}

@keyframes criss-cross-left {
  0% {
      left: -20px;
  }

  50% {
      left: 50%;
      width: 20px;
      height: 20px;
  }

  100% {
      left: 50%;
      width: 600px;
      height: 600px;
  }
}

@-webkit-keyframes criss-cross-right {
  0% {
      right: -20px;
  }

  50% {
      right: 50%;
      width: 20px;
      height: 20px;
  }

  100% {
      right: 50%;
      width: 600px;
      height: 600px;
  }
}

@keyframes criss-cross-right {
  0% {
      right: -20px;
  }

  50% {
      right: 50%;
      width: 20px;
      height: 20px;
  }

  100% {
      right: 50%;
      width: 600px;
      height: 600px;
  }
}

/*---------------------------------------
  0.4 Layouts Style
-----------------------------------------*/
/*---------------------------------------
  4.1 Footer
-----------------------------------------*/
.footer {
  background: #00bfff;
}

.footer__content {
  border-top: 1px solid hsl(var(--border) / 0.1);
}

.footer__title {
  padding-bottom: 0.8rem;
  margin-bottom: 1.5rem;
  color: #FFF;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  border-bottom: 1px solid #fff;
  display: inline-block;
}


.footer__title::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0px;
  width: 80%;
  stroke-width: 1px;
  stroke: #fff;
  height: 1px;
  background: hsl(var(--white));
}

.footer__contact a,
.footer__contact p,
.footer__contact i {
  color: hsl(var(--white));
}
.footer__contact li {
  color: hsl(var(--white));
}

.footer__contact i {
  font-size: 30px;
}

.footer__copyright {
  padding-top: 1rem;
  padding-bottom: 0;
  border-top: 1px solid hsl(var(--border) / 0.1);
}

/*---------------------------------------
  4.2 Pricing Plan
-----------------------------------------*/
/*---------------------------------------
  4.3 Work Process Section
-----------------------------------------*/
.work-process-section {
  position: relative;
  background-image: url(../images/work-process-img.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.how_to_work_color {
  background: #e8f6fc;
}

.work-process-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000000a8;
  z-index: -1;
}

.work-process-section .section__head h2 {
  color: #000;
}

.footer__contact li a {
  margin: 0;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.work-process-section .section__head p {
  color: hsl(var(--white) / 0.8);
}

.work-process-section .work-process__content h5 {
  color: #000;
  margin-bottom: 10px;
  /* font-size: 15px !important; */
}

@media (max-width: 424px) {
  .work-process-section .work-process__content h5 {
      font-size: 18px;
  }
}

.work-process-section .work-process__content p {
  color: #000;
}

/*---------------------------------------
  4.4 FAQ Section
-----------------------------------------*/
.faq-section {
  background: hsl(var(--light));
}

/*---------------------------------------
  4.5 Counter Section
-----------------------------------------*/
.counter-section {
  background-image: url(../../../images/background_image/CountBackground.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  position: relative;
}
.counter-section h3 {
  text-align: center;
  color: #000;
  font-size: 45px;
  margin-bottom: 50px;
  position: relative;
  z-index:9;
}
.counter-section h3 span:first-child {
  color: var(--313131, #00bfff);
}
.counter-section h3 span:last-child {
  color: var(--313131, #ff1493);
}
@media (max-width: 768px) {
  .counter-section h3 {
      font-size: 20px;
      line-height: normal;
  }

  .How_to_use_section .section__head h2 {
      font-size: 20px;
  }
}
@media (max-width: 991px){
  footer .footer__content ul li{
    text-align: left !important;
  }
}

/*---------------------------------------
  4.5 Client Section
-----------------------------------------*/

.client-section {
  background: hsl(var(--dark));
}

/*---------------------------------------
  4.6 Profile Section
-----------------------------------------*/

.profile-section {
  isolation: isolate;
}

/*---------------------------------------
  4.7 Privacy Policy Section
-----------------------------------------*/
.privacy-policy-section {
  position: relative;
  isolation: isolate;
  background: hsl(var(--light));
}

@media screen and (min-width: 992px) {
  .privacy-policy-section__content {
      padding-left: 30px;
  }
}

.privacy-policy-section__content-text {
  margin-bottom: 1.5rem;
}

/*============================================================
              Custom Css
============================================================*/
.preloader {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: hsl(var(--white));
  min-height: 100vh;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
}

.preloader__loader {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 150px;
  color: rgb(var(--base));
  animation: beat 1.5s linear infinite;
}

@media (max-width: 1199px) {
  .preloader__loader {
      font-size: 100px;
  }
}

@media (max-width: 767px) {
  .preloader__loader {
      font-size: 80px;
  }
}

@keyframes beat {
  0% {
      transform: scale(1);
  }

  50% {
      transform: scale(0.7);
  }
}

@media (max-width: 991px) {
  .preloader__loader img {
      max-width: 90%;
  }
}

@media (max-width: 767px) {
  .preloader__loader img {
      max-width: 80%;
  }
}

@media (max-width: 575px) {
  .preloader__loader img {
      max-width: 50%;
  }
}

.header-top {
  padding: 8px 0;
  background-color: hsl(var(--white));
  border-bottom: 1px solid var(--border-color);
}

.header-top__para {
  color: var(--light-color) !important;
  transition: 0.3s;
}

.header-top__para:hover {
  color: var(--dark-color) !important;
}

.header-top__icon {
  width: 30px;
  height: 30px;
  font-size: 14px;
}

.social-icons__link {
  font-size: 12px;
  color: var(--light-color);
}

.section__head h2 {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 10px;
}
.section__head h2 span:first-child {
  color: rgb(var(--base, #00bfff));
}
.section__head h2 span:last-child {
  color: var(--brand-color-01, #ff1493);
}

@media (max-width: 575px) {
  .section__head h2 {
      font-size: 20px;
  }
}

.section__head p {
  color: var(--light-color);
  max-width: unset;
}

@media (max-width: 424px) {
  .section__head p {
      font-size: 14px;
  }
}

.left-heading {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 10px;
}

.section__para {
  color: var(--light-color);
}

.latest-bride {
  background-color: var(--bg-color);
}

@media (max-width: 767px) {
  .latest-bride__slider {
      margin-top: 75px !important;
  }
}

.latest-bride .slick-slide {
  margin: 0 10px;
}

.team-card {
  box-shadow: none;
  border: 1px solid var(--brand-color);
  position: relative;
  padding: 30px 15px;
  border-radius: 5px;
}

.team-card__img {
  /*width: 170px;*/
  /*height: 170px;*/
  border-radius: 10px;
  border: 2px solid var(--brand-color);
}
@media (max-width: 768px) {
  .team-card__img {
      width: 85px;
      height: 85px;
  }
}

.team-card__button {
  border-top: 1px solid var(--border-color-light);
  padding-top: 20px;
  margin-top: 18px;
}

.team-card__body-name {
  color: var(--dark-color);
  font-weight: 600;
}

.team-card__body-id {
  font-size: 15px;
  color: var(--light-color);
  color: var(--brand-color);
  font-weight: 500;
}

.team-card__body-desc {
  font-size: 14px;
  color: var(--light-color);
}

.team-card__body-desc i {
  color: rgb(var(--base));
  margin-right: 5px;
  font-size: 13px;
  opacity: 0.6;
}

.team-card__button .btn {
  border-radius: 30px;
  padding: 8px 20px;
  transition: 0.3s linear !important;
  transition: background-image 0.3s linear;
}

.team-card__button .btn:hover {
  background: var(--linear-bg);
}

.slick-arrow {
  position: absolute;
  right: -64px;
  top: 50%;
  background-color: transparent;
  border: 0;
  font-size: 12px;
  width: 40px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  color: var(--light-color);
  transition: 0.3s linear;
  /* border: 1px solid var(--border-color); */
}
.slick-arrow i{
  color: #00BFFF;
  font-size: 35px;
}

.slick-arrow:hover {
  background-color: transparent;
  color: hsl(var(--white));
}

.slick-arrow.slick-prev {left: -55px;}
.slick-arrow.slick-prev{
  color: #00BFFF;
  font-size: 35px;
}
.section--bg {
  background-color: rgb(var(--base), 0.02);
}
@media (max-width: 767px) {
  .slick-arrow{
      display: none !important;
  }
}

.plan {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border-color);
  border-radius: 7px;
}

.plan__head {
  background: var(--linear-bg);
  border-radius: 0px;
}

.plan__head::after,
.plan__head::before {
  display: none;
}

.plan__head-content {
  padding: 20px 10px;
  position: relative;
}

@media (max-width: 767px) {
  .plan__head-content {
      padding: 15px 10px;
  }
}

.plan__head-content h4 {
  font-size: 25px;
  font-weight: 500;
}

.plan__head-content::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  bottom: 0;
  background: var(--linear-bg);
  bottom: -7px;
}

.plan__body {
  padding: 35px 25px 35px;
  background-color: hsl(var(--white));
}

@media (max-width: 991px) {
  .plan__body {
      padding: 30px 25px 30px;
  }
}

@media (max-width: 767px) {
  .plan__body {
      padding: 25px 20px 25px;
  }
}

.plan__body-price {
  background: var(--linear-bg);
  color: transparent;
  display: inline-block;
  margin: 0 auto;
  -webkit-background-clip: text;
  font-size: 30px;
  margin-bottom: 25px !important;
  font-weight: 500;
}

@media (max-width: 991px) {
  .plan__body-price {
      font-size: 27px;
  }
}

@media (max-width: 767px) {
  .plan__body-price {
      font-size: 25px;
  }
}

@media (max-width: 575px) {
  .plan__body-price {
      font-size: 23px;
  }
}

@media (max-width: 767px) {
  .plan__body a {
      margin-top: 30px;
  }
}

.plan__body .list--base {
  gap: 0;
}

.plan__body .list--base li {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border-color);
}

.plan__body .list--base li:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.plan__body .list--base li i {
  margin-right: 5px;
  font-size: 14px;
  width: 15px;
}

.plan__body .list--base li i.fa-times {
  color: rgb(var(--base));
}

.plan__body .list--base li::before {
  display: none;
}

.testimonials {
  background-color: var(--bg-color);
}

.testimonial-slider .slick-track {
  display: flex;
}

.testimonial-slider .slick-slide {
  height: unset;
}

.testimonial-slider .slick-slide > div {
  height: 100%;
}

.testimonial-slider__item {
  padding-top: 35px;
  margin-left: -5px;
  margin-right: -5px;
  height: 100%;
}

@media (max-width: 991px) {
  .testimonial-slider__item {
      padding-top: 0px;
  }
}

@media (max-width: 575px) {
  .testimonial-slider__item {
      padding-top: 0px;
  }
}

.feedback-card {
  padding: 30px;
  margin: 0 10px;
  box-shadow: none;
  border: 1px solid var(--border-color);
  height: 100%;
}

@media (max-width: 991px) {
  .feedback-card {
      margin-right: 0px;
      padding: 20px;
  }
}

@media (max-width: 767px) {
  .feedback-card {
      margin-right: 0px;
      padding: 30px;
  }
}

@media (max-width: 575px) {
  .feedback-card {
      padding: 20px;
  }
}

.feedback-card .user {
  padding: 18px 16px;
  overflow: unset;
  margin-bottom: 15px;
  box-shadow: 4px 3px 10px 0px rgba(0, 0, 0, 0.12);
  width: 117px;
  height: 117px;
  border: 1px solid #00BFFF;
}

/* -------------------------------------
  4.7 verified profile css
---------------------------------------- */

.verified_profile {
  color: #18a800;
}
.verified_icon {
  margin: 0 7px 0 10px;
}

@keyframes testi-circle {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}

.feedback-card .user img {
  border-radius: 50%;
}

.feedback-card__para {
  font-style: normal;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .feedback-card__para {
      margin-bottom: 15px;
  }
}

.feedback-card__thumb {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .feedback-card__footer {
      margin-top: 15px;
  }
}

.user__content h6 {
  font-size: 26px;
}

@media (max-width: 991px) {
  .user__content h6 {
      font-size: 16px;
  }
}

.user__content p {
  font-size: 15px;
}

.user__rating li i {
  color: #FF1493;
  font-size: 20px;
}

.blog-stories {
  position: relative;
  margin-bottom: 110px;
}
.blog-stories .section__head {
  position: relative;
  z-index: 9;
}

.grid-item img {
  border: 2px solid var(--border-color);
}

.grid-item:hover .grid-item__content {
  visibility: visible;
  opacity: 1;
}

.grid-item__content {
  width: 100%;
  text-align: center;
  padding: 0;
}

@media (max-width: 991px) {
  .grid-item__content {
      visibility: visible;
      opacity: 1;
      justify-content: flex-end;
      padding: 0;
  }
}

.grid-item__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media (max-width: 991px) {
  .grid-item__content::before {
      background: linear-gradient(to bottom, #fd2c7900, #e11fb852);
  }
}
.success_card {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 15px;
}

.grid-item a {
  display: block;
}

.grid-item__name {
  font-weight: 700;
}

.grid-item__name a {
  color: rgb(var(--black));
  font-size: 18px;
}
.success-single-card {
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  padding: 30px 9px 22px;
  z-index: 9;
  position: relative;
  height: 100%;
}

@media (max-width: 767px) {
  .grid-item__name a {
      font-size: 16px;
      font-weight: 700;
  }
  .grid-item__desc{
      font-size: 10px;
  }
}


.grid-item__desc {
  color: hsl(var(--black));
}

.grid-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.success_story_image {
  width: 95px !important;
  height: 95px !important;
  border-radius: 50%;
}

.image_upload #file-upload-form{
  display: flex;
  gap: 14px;
}
@media (max-width:768px){
  .image_upload #file-upload-form{
    flex-direction: column;
  }
}
.about-lists {
  align-items: center;
}

.about-lists li .icon {
  border: 0px;
}

.about-lists li h5 {
  font-size: 18px;
  font-weight: 600;
}

.mobile-nav {
  box-shadow: var(--mobile-nav-shadow);
  background-color: hsl(var(--white));
  padding: 8px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 22;
}

.mobile-nav__menu {
  margin: 0;
  padding: 0;
  gap: 20px;
}

.mobile-nav__item {
  list-style: none;
}

.mobile-nav__link {
  color: var(--light-color);
  text-align: center;
  display: block;
  position: relative;
  text-decoration: none;
}

.mobile-nav__link:hover {
  color: rgb(var(--base));
}

.mobile-nav__link i {
  display: block;
  font-size: 20px;
}

.mobile-nav__link span {
  display: block;
  font-size: 13px;
}

@media (max-width: 374px) {
  .mobile-nav__link span {
      font-size: 11px;
  }
}

.mobile-nav__link span p {
  position: absolute;
  top: 0;
  left: 52%;
  font-size: 8px;
  background-color: rgb(var(--base));
  width: 14px;
  height: 14px;
  border-radius: 50%;
  color: hsl(var(--white));
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom--tabs {
  justify-content: center;
  background-color: hsl(var(--white));
  border: 1px solid var(--border-color-light);
  border-radius: 5px;
  gap: 5px;
}

@media (max-width: 575px) {
  .custom--tabs {
      justify-content: unset;
      flex-wrap: nowrap;
      max-width: 500px;
      overflow: hidden;
      overflow-x: scroll;
      gap: 10px;
  }
}

.custom--tabs .nav-link {
  color: var(--dark-color);
  font-weight: 500;
  font-size: 16px;
  position: relative;
  margin: 0 12px;
  padding: 15px 10px;
  min-width: max-content;
}

@media (max-width: 575px) {
  .custom--tabs .nav-link {
      padding: 15px 10px;
  }
}

.custom--tabs .nav-link::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
  background: transparent;
  border-radius: 20px;
}

.custom--tabs .nav-link i {
  margin-right: 3px;
}

.custom--tabs .nav-link.active::before {
  background: var(--linear-bg);
}

.custom--tabs .nav-link.active,
.custom--tabs .nav-link:hover {
  background-color: transparent !important;
  color: rgb(var(--base));
}

.chatbox__container {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  overflow: hidden;
}

.chatbox-left {
  padding: 20px 0;
  border-right: 1px solid var(--border-color);
  background-color: hsl(var(--white));
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .chatbox-left {
      position: fixed;
      right: 0px;
      top: 0;
      z-index: 999;
      height: 100%;
      transform: translateX(100%);
      transition: 0.3s linear;
      border-radius: 5px;
      overflow: hidden;
      z-index: 9990;
  }
}

.chatbox-left.show-chatbox-left {
  transform: translateX(0);
}

.chatbox-left__close {
  position: absolute;
  top: 20px;
  cursor: pointer;
}

.chatbox-left__close i {
  transition: 0.3s linear;
}

.chatbox-left__close i:hover {
  color: rgb(var(--base));
}

.chatbox-left__searchbox {
  padding: 20px;
  border-bottom: 1px solid var(--border-color);
}

.chatbox-left__dashboardBtn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.chatbox-left__users {
  max-height: calc(80vh - 195px);
  overflow-y: auto;
  padding-bottom: 20px;
  position: relative;
}

@media (max-width: 767px) {
  .chatbox-left__users {
      max-height: calc(80vh - 10px);
  }
}

.user-list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: space-between;
}

.user-list__item {
  padding: 10px 0;
  border-bottom: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color-light);
  padding-bottom: 12px;
  padding-right: 10px;
  padding-left: 10px;
}

.user-list__item:last-child {
  border-bottom: 0px;
}

.user-list__item.active {
  background-color: rgb(var(--base), 0.15);
}

.user-list__item-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.user-list__nameThumb {
  display: flex;
  align-items: center;
  gap: 10px;
}

.user-list__nameThumb .name-text .name {
  font-size: 15px;
  font-weight: 500;
}

@media (max-width: 424px) {
  .user-list__nameThumb .name-text .name {
      font-size: 14px;
  }
}

.user-list__nameThumb .name-text .text {
  font-size: 13px;
  color: var(--light-color);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.user-list__nameThumb .thumb {
  position: relative;
  width: 45px;
  height: 45px;
  object-fit: cover;
  border-radius: 50%;
  flex-shrink: 0;
}

.user-list__nameThumb .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.user-list__nameThumb .thumb .dot {
  height: 10px;
  width: 10px;
  background-color: rgb(var(--base));
  position: absolute;
  border-radius: 50%;
  bottom: -1%;
  right: 12%;
}

.user-list__nameThumb .thumb .dot.active {
  background-color: hsl(var(--success));
}

.user-list__time-message {
  flex-shrink: 0;
  text-align: right;
}

.user-list__time-message .time {
  font-size: 12px;
  color: var(--light-color);
  display: block;
  margin-bottom: 5px;
}

.user-list__time-message .message {
  background-color: rgb(var(--base));
  color: hsl(var(--white));
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 10px;
  margin-left: auto;
}

.chatbox-right {
  position: relative;
  padding: 70px 0px;
  background-color: #fff;
}

.chatbox-header {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  align-items: center;
  gap: 10px;
  background-color: hsl(var(--white));
  box-shadow: var(--header-nav-shadow);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: 1px solid var(--border-color);
  z-index: 2;
}

.chatbox-header__notifications {
  position: relative;
}

.chatbox-header__notifications-count {
  position: absolute;
  background-color: rgb(var(--base));
  color: hsl(var(--white));
  width: 14px;
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 10px;
  top: 0;
  right: -4px;
}

.chatbox-header__overlay {
  background-color: #0000008d;
  position: absolute;
  z-index: 2222;
  visibility: hidden;
  width: 100%;
  height: calc(79vh - 175px);
  opacity: 0;
  transition: 0.3s linear;
  z-index: 1;
  top: 75px;
}

.chatbox-header__overlay.show-overlay {
  visibility: visible;
  opacity: 1;
}

.chatbox-header__icon {
  position: relative;
}

.chatbox-header__icon-chatbox-left,
.chatbox-refresh__icon,
.chatbox-header__icon-profile {
  background-color: rgb(var(--base), 0.15);
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.3s;
  font-size: 20px;
  color: rgb(var(--base));
  cursor: pointer;
  border: 0;
  outline: 0;
}

@media (max-width: 424px) {
  .chatbox-header__icon-chatbox-left,
  .chatbox-refresh__icon,
  .chatbox-header__icon-profile {
      width: 30px;
      height: 30px;
      font-size: 18px;
  }
}

.chatbox-header__icon-chatbox-left:hover,
.chatbox-header__icon-profile:hover {
  background-color: rgb(var(--base));
  color: hsl(var(--white));
}

.chatbox-header__icon-chatbox-left.change-icon i::before,
.chatbox-header__icon-profile.change-icon i::before {
  content: "\f057";
}

.chatbox-header__profile {
  background-color: hsl(var(--white));
  border: 1px solid var(--border-color);
  padding: 20px;
  position: absolute;
  right: 0px;
  width: 260px;
  top: 75px;
  transition: 0.3s linear;
  height: calc(79vh - 175px);
  transform: translateX(100%);
  z-index: 999;
}

.chatbox-header__profile.show-profile {
  transform: translateX(0);
}

.chatbox-header__thumb {
  overflow: hidden;
}

.chatbox-header__thumb img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.chatbox-header__name {
  font-size: 18px;
  font-weight: 500;
}

.chatbox-header__item {
  font-size: 14px;
  color: var(--light-color);
}

.chatbox-body {
  height: calc(80vh - 180px);
  overflow-y: auto;
  padding: 20px 15px;
  background-color: hsl(var(--white));
  position: relative;
}

.chatbox-loader {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
}

.chatbox-body__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.chatbox-body__item {
  max-width: 380px;
}

.chatbox-body__item .user-list__nameThumb {
  align-items: flex-start;
}

.chatbox-body__item.right {
  margin-left: auto;
}

.chatbox-body__item.right .user-list__nameThumb {
  flex-direction: row-reverse;
}

.chatbox-body__item.right .chatbox-body__text {
  border-radius: 20px 0px 20px 20px;
  background-color: rgb(var(--base), 0.15);
}

.chatbox-body__text {
  padding: 8px 15px;
  display: inline-block;
  border-radius: 0px 20px 20px 20px;
  color: var(--black-color);
  font-size: 15px;
  font-weight: 500;
  background-color: var(--border-color-light);
}

.chatbox-body__date {
  font-size: 11px;
  margin-top: 5px;
}

.chatbox-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background-color: hsl(var(--white));
  box-shadow: var(--mobile-nav-shadow);
}

.chatbox-footer__input {
  width: 100%;
}

.chatbox-footer__input .form--control {
  border-radius: 50px;
}

.chatbox-footer__camera a {
  color: var(--light-color);
}

.chatbox-footer__camera a:hover {
  color: rgb(var(--base));
}

.chatbox-comment-box {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.chatbox-comment-box li .submit-button {
  background-color: rgb(var(--base));
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: hsl(var(--white));
  background: var(--linear-bg);
  border: none;
}

.chatbox-comment-box a {
  color: var(--light-color);
  transition: 0.3s;
}

::selection {
  color: #000;
  background-color: rgb(var(--base), 0.15);
  background-color: var(--violet-soft);
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background-color: rgb(var(--base));
  background: var(--linear-bg);
  border: 0px solid transparent;
  border-radius: 5px;
}

::-webkit-scrollbar-track {
  background-color: var(--light-color);
}

::-webkit-scrollbar-track:active {
  background-color: var(--light-color);
}

.chatbox-body::-webkit-scrollbar,
.search__left::-webkit-scrollbar,
.chatbox-left__users::-webkit-scrollbar,
.chatbox-left__users::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.blog-details__img {
  max-height: 500px;
}
@media (max-width: 768px){
  .blog-details__img {
    max-height: 100%;
  }
}
.sidebar-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.blog-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.blog-sidebar__title {
  position: relative;
  padding-bottom: 10px;
}

.blog-sidebar__title::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  left: 0;
  bottom: 0px;
  background-color: rgb(var(--base));
}

.blog-sidebar__card {
  display: flex;
  background-color: #ffff;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  overflow: hidden;
}

.blog-sidebar__card-thumb {
  width: 100px;
  flex-shrink: 0;
  display: flex;
}

.blog-sidebar__card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-sidebar__card-content {
  padding: 15px;
}

.blog-sidebar__card-title a {
  color: var(--dark-color);
  transition: 0.3s;
}

.blog-sidebar__card-title a:hover {
  color: rgb(var(--base));
}

.blog-sidebar__card-desc {
  font-size: 15px;
}

/* Custom css */
.icon-btn {
  border: 1px solid hsl(var(--white));
  border-radius: 50%;
  padding: 5px 10px 5px 10px;
  margin: 0;
}

.icon-btn.btn--info {
  background-color: var(--soft-info);
  color: var(--info-color);
}

.icon-btn.btn--danger {
  background-color: var(--soft-danger);
  color: var(--danger-color);
}

.icon-btn.btn--info:hover {
  background-color: var(--info-color);
  color: hsl(var(--white));
}

.icon-btn.btn--danger:hover {
  background-color: var(--danger-color);
  color: hsl(var(--white));
}

.icon-anchor {
  border-radius: 50%;
  padding: 5px 8px 5px 8px;
  margin: 0;
}

.icon-anchor.btn--danger {
  background-color: var(--soft-danger);
  color: var(--danger-color);
}

.icon-anchor.btn--success {
  background-color: var(--soft-success);
  color: var(--success-color);
}

.icon-anchor.btn--danger:hover {
  background-color: var(--danger-color);
  color: hsl(var(--white));
}

.icon-anchor.btn--success:hover {
  background-color: var(--success-color);
  color: hsl(var(--white));
}

.icon-anchor .btn--base {
  background-color: var(--soft-danger);
  color: var(--danger-color);
}

.base-color {
  color: rgb(var(--base)) !important;
}

.profile-interest-love {
  color: var(--light-color);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.profile-interest-love:hover {
  color: rgb(var(--base));
}

.f-13 {
  font-size: 13px;
}

.fw-600 {
  font-weight: 600;
}

/* Modal */
.modal-header {
  padding: 0.5rem 1rem;
}

.modal-header .btn-close:focus {
  box-shadow: unset;
}

.modal .alert {
  margin-bottom: 0;
}

.fw-600 {
  font-weight: 600;
}

.pointer {
  cursor: pointer !important;
}

.fileName {
  font-size: 11px !important;
}

/*  Dashbaord Userlist Prelaoder  */
.user-list__preloader-bottom {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0px;
  margin-bottom: 10px;
  position: absolute;
  left: 0;
  bottom: 35px;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.user-list__preloader-center {
  top: calc(50% + 49px);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  width: 100%;
  height: calc(100% - 175px);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0202023b;
  margin-top: -2px;
}

.user-list__preloader-center .spinner-border {
  border-color: rgb(var(--base));
  border-right-color: transparent;
}

/* Empty Chatbox Css Start */
.empty-body__icon {
  font-size: 80px;
  line-height: 0.1;
  color: rgb(var(--base));
}

.empty-body__text {
  display: block;
  color: #333333ad;
  font-weight: 700;
  margin-top: 10px;
  font-size: 20px;
}

.empty-body {
  text-align: center;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

.user-list {
  min-height: 60px;
}

/* Gallery Delete Icon Css  */
.delete-icon {
  background-color: transparent;
  border: 0;
  font-size: 16px;
  color: #fff;
  transition: 0.3s;
}

.delete-icon:hover {
  color: #ff0000;
}

.card-footer .profile_footer_text a {
  color: var(--brand-color);
}

/* Checkbox Design */
.form--check label.required:after {
  display: none;
}

.form--check .form-check-input {
  -webkit-box-shadow: none;
  box-shadow: none;
  box-shadow: none !important;
  border: 0;
  position: relative;
  border-radius: 3px;
  width: 15px;
  height: 15px;
  border: 1px solid rgb(var(--base));
  margin-right: 5px;
}

.form--check .form-check-input:checked {
  background-color: rgb(var(--base)) !important;
  border-color: rgb(var(--base)) !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form--check .form-check-input:checked[type="checkbox"] {
  background-image: none;
}

.form--check .form-check-input:checked::before {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: hsl(var(--white));
  font-size: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* ================ Basic Information Language Css Start ========================== */
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #fd2c792b !important;
  border: 1px solid #fb2882 !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  border-right: 1px solid #fb2882 !important;
  color: #ffff !important;
  background: #fb2882 !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__display {
  background: #0a0a0a00 !important;
  color: #000 !important;
}

.form-control.form--control.select2-auto-tokenize.form--control:not(
      :placeholder-shown
  ).form--control:not(:focus)
  ~ .form--label {
  top: 50%;
}

.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus.select2-container--open
  ~ .form--label {
  top: 0% !important;
}

select.form-control.form--control:has(option) ~ .form--label {
  top: 0% !important;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid var(--border-color) !important;
}

.select2-selection.select2-selection--multiple[aria-expanded="true"] {
  border-color: rgb(var(--base)) !important;
}

/* ================ Basic Information Language Css End ========================== */

/* Stripe Storefront Btn Css Start */
.stripe-button-el,
.stripe-button-el:focus {
  background-image: rgb(var(--base)) !important;
  border: 0 !important;
  box-shadow: none !important;
}

.stripe-button-el.btn--base::after,
.stripe-button-el.btn--base::before {
  display: none !important;
}

.stripe-button-el.btn--base {
  background-image: rgb(var(--base)) !important;
}

.stripe-button-el.btn--base:hover {
  border: 0 !important;
}

.stripe-button-el span {
  background: rgb(var(--base)) !important;
  background-image: rgb(var(--base)) !important;
  background-image: rgb(var(--base)) !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.stripe-button-el:not(:disabled):active,
.stripe-button-el.active {
  background: rgb(var(--base)) !important;
}

/* Stripe Storefront Btn Css End */

/* ====================== Public Profile Education Information Card Start =================================== */
.information-item {
  padding-bottom: 15px;
}

.information-item:not(:last-of-type) {
  margin-bottom: 15px;
  border-bottom: 1px solid #00000012;
}

.information-item__title {
  margin-top: 0;
}

.information-item__desc {
  font-size: 14px;
}

.information-item__desc.bold {
  font-weight: 600;
}

/* ====================== Public Profile Education Information Card End =================================== */
.section {
  flex-shrink: 1;
  flex-grow: 1;
  flex-basis: auto;
}

.package-options i {
  color: rgb(var(--base));
}

/* added css */
.image-upload .thumb .profilePicPreview {
  width: 100%;
  height: 310px;
  display: block;
  border: 3px solid #f1f1f1;
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 25%);
  border-radius: 10px;
  background-size: cover !important;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.image-upload .thumb .profilePicPreview .remove-image {
  position: absolute;
  top: -9px;
  right: -9px;
  text-align: center;
  width: 55px;
  height: 55px;
  font-size: 24px;
  border-radius: 50%;
  background-color: #df1c1c;
  color: #fff;
  display: none;
  border: none;
}

.image-upload .thumb .profilePicPreview.has-image .remove-image {
  display: block;
}

.image-upload .thumb .profilePicUpload {
  font-size: 0;
  opacity: 0;
}

.image-upload .thumb .avatar-edit label {
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  cursor: pointer;
  padding: 2px 25px;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 16%);
  transition: all 0.3s;
}

.breadcrumb button.input-group-text {
  padding: 0px 8px;
  font-size: 22px;
  border: 0px !important;
  border-radius: 0 0.25rem 0.25rem 0;
}

table.custom--table thead {
  background-color: var(--brand-color);
}
table.custom--table tbody{
  background-color: var(--brand-color-opacity);
}

table.custom--table thead th {
  color: hsl(var(--white));
}

#confirmationModal .modal-header {
  padding-top: 10px;
}

#confirmationModal .modal-title {
  margin-top: 0 !important;
}

#confirmationModal .close {
  border: none;
  background: transparent;
  font-size: 21px;
  color: var(--dark-color);
}

#confirmationModal .modal-body .question {
  margin: 0;
}

#confirmationModal .modal-footer button {
  height: 33px;
  line-height: 0.5;
  text-align: center;
}

#confirmationModal .close:hover {
  color: rgb(var(--base));
}

.icon-anchor.btn--messenger {
  background-color: var(--soft-messenger);
  color: hsl(var(--messenger));
}

.icon-anchor.btn--messenger:hover {
  background-color: hsl(var(--messenger));
  color: hsl(var(--white));
}

.text--danger {
  color: var(--danger-color);
}

.btn--icon {
  padding: 0px 7px !important;
  border-radius: 5px;
}

/* Dots */
.slick-dots {
  text-align: center;
  padding-top: 20px;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  border: none;
  background-color: #ccf2ff;
  color: #ccf2ff;
  margin: 0 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  text-indent: -9999px;
  padding: 0;
  transition: 0.2s linear;
}

.slick-dots li.slick-active button {
  background-color: #00bfff;
  width: 18px;
  height: 8px;
  border-radius: 10px;
}

.about-information h4 {
    color: #000 !important;
}

/* .dashbord_body_boder .pricing_card_grid {
    grid-template-columns: 1fr 1fr 1fr !important;
} */

.dashbord_body_boder .heading h3 {
    color: var(--313131, #313131);
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}


@media (max-width: 991px) {
  .mobile-app-thumb {
      text-align: center;
  }

  .mobile-app-thumb img {
      max-width: 500px;
      text-align: center;
      margin: 0 auto;
      width: 100%;
  }
  .mobail_containt{
      text-align: center;
  }

  .resent_memver_body {
      padding: 10px !important;
  }

    ul#sidebar_container {
        overflow-x: scroll;
        overflow-y: hidden;
        max-width: 100%;
        gap: 5px;
    }

    ul#sidebar_container li {
        min-width: 160px;
        margin: 0;
        margin-bottom: 5px !important;
    }

    ul#sidebar_container li button {
        padding: 8px 5px !important;
        border-radius: 2px !important;
    }

    ul#sidebar_container li button svg {
        width: 15px;
        height: 15px;
        margin: 0 2px;
    }

    .public-profile__accordion .accordion-body {
        padding: 0;
        margin-top: 10px;
    }

    .public-profile__accordion .accordion-body h4 {
        font-size: 18px;
        padding: 10px !important;
    }

    .section.most_match .section__head h2 {
        font-size: 22px !important;
        font-weight: 700 m !important;
    }

    .section.most_match .card.single-card {
        padding: 15px !important;
    }

    .section.most_match .card.single-card h4 {
        font-size: 20px !important;
        font-weight: 700 !important;
    }

    .section.most_match .card.single-card ul p {
        margin-bottom: 2px !important;
    }

    .section.most_match .card.single-card ul {
        padding: 0 !important;
        margin-bottom: 10px !important;
    }

    .dashbord_body_boder .pricing_card_grid {
        grid-template-columns: 1fr !important;
    }



}




@media (max-width: 768px){
  .mobile-app-thumb img{
      width: 30% !important;
  }
  
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem !important;
  font-size: 0.875rem !important;
}

.btn-success {
  background-color: #25bd76;
  border-color: #25bd76;
}

.btn-success:hover {
  background-color: #249f65;
  border-color: #249f65;
}

.list.menu-item li {
  position: relative;
}

.dashboard-menu__noti {
  color: hsl(var(--white));
  font-size: 10px;
  width: 17px;
  height: 17px;
  background-color: rgb(var(--base));
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.chatbox-footer__input .form--control {
  padding-right: 90px;
}

.member-wrapper {
  position: relative;
}

.search-overlay {
  position: absolute;
  left: 0;
  top: 0;
  background-color: hsl(var(--white) / 0.9);
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
  border-radius: 10px;
}

.search-overlay__inner {
  width: 100%;
  height: 59.8vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-overlay__spinner {
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  border-width: 5px;
  border-style: solid;
  border-color: rgb(var(--base)) #ddd #ddd #ddd;
  animation: search-overlay 0.7s linear infinite;
  border-radius: 50%;
}

@keyframes search-overlay {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}

label.required:after {
  content: "*";
  color: var(--light-color);
  margin-left: 2px;
}

select.select:focus-visible {
  border: 0;
  outline: 0;
}

.language-select {
  color: #444444cc;
  font-weight: 500;
  font-size: 15px;
  border: 1px solid var(--border-color) !important;
  padding: 5px 8px;
  border-radius: 5px;
}

.language-select option {
  color: hsl(var(--dark));
  font-weight: 500;
}

select.form-control.form--control.select2-auto-tokenize.select2-hidden-accessible
  ~ label {
  color: var(--light-color) !important;
}

select.form-control.form--control.select2-auto-tokenize.select2-hidden-accessible
  ~ label.required::after {
  color: var(--light-color) !important;
}

.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus
  ~ label {
  color: rgb(var(--base)) !important;
}

.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus
  ~ label.required::after {
  color: rgb(var(--base)) !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__display {
  font-size: 12px;
}

.select2-container .select2-selection--multiple {
  min-height: 41px !important;
}

.select2-container--default .select2-selection--multiple {
  padding-left: 15px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  margin-top: 8px !important;
}

/* -----------------------------
  pricing page css 
-------------------------------- */
.create_plan_body {
  border-radius: 10px;
  background: #ccf2ff;
  padding: 30px;
}
.create_plan_body h4 {
  color: var(--313131, #313131);
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px; 
  text-transform: capitalize;
}

.create_plan_body .plan_item {
  border-radius: 10px;
  border: 1px solid #00BFFF;
  background: var(--fffff, #fff);
  box-shadow: 4px 3px 10px 0px rgba(0, 0, 0, 0.16);
  padding: 12px 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(55px, 1fr));
  justify-content: space-around;
  gap: 8px;
  margin-bottom: 15px;
  margin-top: 30px;
}
.create_plan_heading h3 {
  color: var(--313131, #313131);
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  text-transform: capitalize;
}
.plan_item a {
  border: 1px solid #00bfff;
  border-radius: 50%;
  color: #00bfff;
  margin: 0;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
.plan_item p {
  margin-bottom: 0;
}
.plan_item .active {
  background-color: #00bfff;
  color: #fff;
}
.font--color--black {
  color: var(--313131, #313131) !important;
}
.margin-top--50 {
  margin-top: 50px;
}

.totle_price span {
  color: #00b4f0;
  font-size: 30px;
}

.pricing_plan_stories .circle_button {
  background: var(--brand-color);
  padding: 13px 93px;
  margin-top: 50px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
}

.pricing_card {
  position: relative;
  border-radius: 10px;
  border: 1px solid #00bfff;
  background: #beeeff;
  padding: 30px 60px;
  width: 100%;
}

.pricing_card_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(248px, 1fr));
  gap: 21px;
}
.pricing_card_subhadding {
  font-size: 18px;
}
.card_title_position {
  position: absolute;
  background-color: #00bfff;
  transform: rotate(54deg);
  top: 44px;
  right: -45px;
  padding: 1px 60px;
  clip-path: polygon(11% 0%, 76% 0%, 97% 91%, 0% 100%);
  margin: 0;
  color: #fff;
}
.card_star {
  position: absolute;
  top: 15px;
  left: 20px;
}

@media (max-width: 768px) {
  .circle-text span {
      font-size: 50px;
  }
  .circle-text {
      font-size: 30px;
  }
  .pricing_plan_stories .circle_button {
      padding: 10px 118px;
  }
  .pricing_card_subhadding {
      font-size: 16px;
  }
  .pricing_card_heading {
      font-size: 16px;
  }
}

.modal .btn {
  padding: 5px 10px !important;
}

.modal-title {
  margin: 0;
}

.modal-header {
  padding: 13px 15px;
}

.modal-body h6 {
  margin: 1rem 1rem;
}

.list-group-item {
  color: unset;
  font-size: 14px;
}

.pricing-card-title {
  font-size: 30px;
  font-family: var(--body-font);
}
.pircing-card-subtitle {
  font-size: 30px;
  font-family: var(--body-font);
}
@media (max-width: 768px) {
  .pricing-card-title {
      font-size: 25px;
  }
}
/* ==================================
  Toggle button css
 ================================== */

.toggle-button-cover {
  display: table-cell;
  position: relative;
  box-sizing: border-box;
}
.button-cover:before {
  counter-increment: button-counter;
  content: counter(button-counter);
  position: absolute;
  right: 0;
  bottom: 0;
  color: #d7e3e3;
  font-size: 12px;
  line-height: 1;
  padding: 5px;
}

.button-cover,
.knobs,
.layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}


.button {
  position: relative;
  top: 50%;
  width: 74px;
  height: 26px;
  margin: 0 auto 0 auto;
  overflow: hidden;
}


.button.r,
.button.r .layer {
  border-radius: 100px;
}

.button.b2 {
  border-radius: 2px;
}

.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.knobs {
  z-index: 2;
  width: 56px;
    height: 24px;
    display: block;
    border-radius: 34px;
    background-color: #fff;
    transition: background-color 0.4s;
}
/* 
.layer {
  width: 100%;
  background-color: #ebf7fc;
  transition: 0.3s ease all;
  z-index: 1;
} */

/* Button 1 */




.knobs:before {
  content: '';
  display: block;
  background-color: #fff;
  box-shadow: 0 0 0 1px #949494;
  bottom: 3px;
  height: 18px;
  left: 0px;
  position: absolute;
  transition: .4s;
  width: 18px;
  z-index: 5;
  border: 2px solid #00B4F0;
  border-radius: 100%;
}




#button-1 .checkbox:checked + .knobs:after {
  display: block;
  line-height: 24px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  content: 'off';
  color: #484848;
  padding-left: 26px;
  transition: all 0.4s;
}
/* 
#button-1 .checkbox:checked ~ .layer {
  width: 56px;
  height: 24px;
  display: block;
  border-radius: 34px;
  background-color: #fff;
  transition: background-color 0.4s;
}

#button-1 .knobs,
#button-1 .knobs:before,
#button-1 .layer {
  transition: 0.3s ease all;
} */

/* ================================
  invoice css start
 ================================ */

.invoice_section {
  padding: 110px 37px;
}
.invoice_body {
  border-radius: 15px;
  border: 1px solid #dcdcdc;
}
.invoice_bkash_img {
  width: 57px;
  height: 23px;
  margin-left: 8px;
}
.total_price {
  background-color: #00bfff;
  padding: 15px 30px;
  border-radius: 6px;
  color: #fff;
}
.invoice_thankU_text {
  text-align: center;
  font-family: var(--roboto-font);
  font-size: 30px;
}
.download_pdf {
  background-color: #00bfff;
  padding: 19px 98px;
  color: #fff;
  align-items: center;
  border-radius: 6px;
}

@media (max-width: 764px) {
  .invoice_section {
      padding: 41px 15px 84px;
  }
  .invoice_send_address {
      text-align: center;
  }
  .send_details_right p {
      margin-top: 0;
  }
  .payment_method {
      justify-content: center;
  }
  .invoice_thankU_text {
      font-size: 12px;
  }
}
.table table {
  width: 100%;
  border-collapse: collapse;
  border-color: #ccf2ff;
}

.table th,
td {
  padding: 35px 8px;
  text-align: center;
}

.table thead {
  border-color: #ccf2ff;
  background: #00bfff;
  color: #fff;
}
.table tbody {
  background: #ccf2ff;
}

.table .signal-cell {
  text-align: center;
  font-weight: bold;
}

@media (max-width: 600px) {
  .table th {
      padding: 4px;
      font-size: 14px;
  }
}
/* ========================
  Page Banner Section
 ======================== */
.page_banner_section {
  background-image: url(../../../images/PageBanner/privacyAndPolicy.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 295px;
}

/* ===========================
  Pricing page 3
 =========================== */

.page_border {
  border-radius: 15px;
  border: 1px solid #dcdcdc;
  margin: 30px 0 497px;
}
.payment-gateway-body {
  border-radius: 15px;
  background: #ccf2ff;
  padding: 30px;
}
.payment-gateway-body ul li {
  padding: 12px;
  border-radius: 10px;
}

.checkbox-round {
  width: 1.3em;
  height: 1.3em;
  background-color: white;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid #00bfff;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}

.checkbox-round:checked {
  background-color: #00bfff;
}

.payment_img {
  width: 98%;
}
.continue-btn {
  border-radius: 10px;
  background: #00bfff;
  box-shadow: 4px 3px 12px 0px rgba(0, 0, 0, 0.16);
  width: 100%;
}
.payment_term_condition span {
  color: #00bfff;
}
.get_invoice_checkbox {
  width: 20px;
  height: 20px;
}

@media (max-width: 768px) {
  .page_border {
      margin: 15px 0 50px;
      border: none;
  }
}

/* ==============================
  Pricing card 2
 ============================== */

.border-right {
  border-right: 1px solid var(--brand-color);
  position: relative;
}

.border-right:after {
  content: '';
  position: absolute;
  top: 0;
  width: 7px;
  height: 7px;
  background: var(--brand-color);
  right: -5px;
  border-radius: 50%;
}

.border-right:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 7px;
  height: 7px;
  background: var(--brand-color);
  right: -5px;
  border-radius: 50%;
}

.footer__copyright:after {
  content: '';
  position: absolute;
  top: -5px;
  width: 7px;
  height: 7px;
  background: #fff;
  right: -5px;
  border-radius: 50%;
}


.footer__copyright:before {
  content: '';
  position: absolute;
  left: 0;
  width: 7px;
  height: 7px;
  background: #fff;
  top: -5px;
  border-radius: 50%;
}

@media (max-width: 768px){
  .border-right{
    border-right: none;
  }
  .border-right::after{
    position: inherit;
  }
  .border-right::before{
    position: inherit;
  }
}


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

.border-right-4 {
  border-right: 2px solid #00bfff;
}
.dashboard_sidebar {
  position: relative;
}
.dashboard_side_icon {
  position: absolute;
  top: 50%;
  right: -28px;
  transform: translateY(-50%);
}
.male_color_btn {
  background-color: #00bfff !important;
}
.female_color_btn {
  background-color: #FF1493 !important;
}

.my_profile_sidebar_btn {
  background-color: var(--brand-color);
  padding: 20px 0;
  font-size: 16px;
  color: #fff;
  width: 100%;
  border-radius: 10px;
  border: 2px solid var(--brand-color);
}
.my_profile_sidebar_btn svg {
  margin: 0 14px 0 24px;
}
.font_size_12 {
  font-size: 12px;
}

.dashbord_body_boder {
  border-radius: 20px;
  border: 1px solid #dcdcdc;
  background: #fff;
  padding: 35px;
}
.informaion_headding {
  border-radius: 10px;
  border: 2px solid #fff;
  background: var(--brand-color);
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.12);
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 0;
  padding: 20px 40px;
  font-size: 24px;
  color: #fff;
  align-items: center;
}
.informaion_headding span {
  font-size: 16px;
  cursor: pointer;
}
.patner_textarea_bottom_label {
  color: #ff4177;
  font-size: 10px;
}
.patner_textarea_bottom_label span {
  color: #ff4177;
}

@media (max-width: 746px) {
  .my_profile_sidebar_btn {
      font-size: 12px;
  }
  .my_profile_sidebar_btn span {
      width: 12px;
      height: 12px;
  }
}
.profile_status {
  border-radius: 15px;
  border: 1px solid rgba(0, 191, 255, 0.4);
  background: #fff;
  box-shadow: 4px 3px 10px 0px rgba(0, 0, 0, 0.16);
  padding: 15px;
}
.profile_img {
  border: 0;
  background-color: #fff;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 19px;
  bottom: 12px;
  outline: 2px solid #fff;
}

.profile_img_card {
  position: relative;
}
.edit_icon {
  position: absolute;
  top: 0;
  right: 0;
}
.profile_activatis_font {
  font-size: 20px;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .profile_activatis_font {
      font-size: 12px;
  }
  .profile_footer_text {
      font-size: 10px;
  }
}
.member_view_title h4 {
  font-size: 25px;
}
.member_view_title {
  margin-top: 30px;
  margin-bottom: 20px;
}
.resent_memver_body {
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 30px 75px;
  margin-bottom: 49px;
}

form.register-form ul .form-check-input {
  border: 1px solid #fff;
  width: 100px;
  padding: 18px;
  background: transparent;
  border-radius: 5px;
  margin-top: 0px !important;
  width: 100%;
  margin-left: 0px !important;
  margin-right: 0;
}

form.register-form ul .form-check-input:checked[type="radio"] {
  background:  #00BFFF !important;
  border-color: rgb(var(--base), #00BFFF);
}



form.register-form ul .female:checked[type="radio"]{
  background-color: #FF1493 !important;
}
form.register-form ul .female:checked[type="radio"] + .lable{
  color: #FFF !important;
}


form.register-form ul .form-check {
  position: relative;
  width: 100%;
  padding: 0;
  margin-right: 0;
}

form.register-form ul .form-check label {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

li.header-login__item.regustration__btn a i {
  font-size: 20px;
}

li.header-login__item.regustration__btn {
  background: #ff1493;
}

li.header-login__item.regustration__btn a:hover {
  background: #ff1493 !important;
}

li.header-login__item.regustration__btn a {
  height: 100%;
  display: block;
  padding: 14% 25px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 700;
  color: #fff !important;
  border: 0;
}

li.header-login__item.login__btn a {
  font-size: 18px;
  font-weight: 700;
  color: #ff1493 !important;
  border: 0;
  background: transparent;
}

li.header-login__item.login__btn a i {
  font-size: 25px;
}

.counter-card__icon img {
  width: 50px;
}

.grid-item__content button.btn.btn-md {
  font-weight: 600;
  color: #fff;
  background: var(--brand-color);
  margin-top: 12px;
  display: inline-block;
}

.success_story a.btn {
  background: transparent;
}

.success_story a.btn:hover {
  background: transparent;
}

.success_story button.registration-btn {
  background: transparent !important;
  border: 1px solid var(--brand-color);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  margin: 0 auto;
  margin-top: 30px;
}

.success_story button.registration-btn img {
  width: 25px;
}

.success_story button.registration-btn span {
  color: var(--brand-color);
}

.section.blog-stories {
  padding-bottom: 0;
}

.last_profile_bg .about-right {
  border-left: 3px solid #ddd;
}
@media (max-width: 768){
  .female_about_slider{
    margin-top: 0;
  }
}

.section_heading h2 {
  font-size: 45px;
  padding-bottom: 20px;
}

.section.pricing_plan_stories h2 {
  color: var(--313131, #313131);
  font-family: var(--english-font);
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.pricing_plan_stories h2 {
  font-size: 45px;
  font-weight: 700;
}

.section.pricing_plan_stories p {
  color: var(--666666, #666);
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px; 
  text-transform: capitalize;
  cursor: pointer;
}
@media (max-width: 768px){
  .section.pricing_plan_stories p{
      color: var(--313131, #313131);
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
  }
}
.login.section {
  background-image: url(../../../images/frontend/login/Rectangle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 50px 0;
}

.login__wrapper .header-logo a.navbar-brand.logo {
  margin: 0 auto;
}

.login__wrapper ul {
  justify-content: center;
}

.login__wrapper ul li.nav-item button {
  font-weight: 700;
  padding: 8px 25px;
  border-radius: 0;
  width: 100%;
}

.login__wrapper ul li.nav-item {
  background: linear-gradient(0deg, #ccf2ff 0%, #ccf2ff 100%), #ccf2ff;
  width: 50%;
}

.registration-socails ul li a{
  display: flex;
  background: #caf2fe !important;
  gap: 0;
  padding: 0;
  border-radius: 25px;
  align-items: center;
}


.registration-socails ul li a p{
  color: #00befc;
  font-size: 30px;
  width: 40px;
  height: 40px;
  background: #fff !important;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.registration-socails ul li a span {
  padding: 0 25px;
  color: var(--666666, #666);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.dashbord_body_boder div#basicInformation label {
  margin-bottom: 8px;
}

.profile_status ul li {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  margin-bottom: 12px;
}

.profile_status p {
  font-size: 16px;
  color: #000;
  letter-spacing: normal;
  margin: 0;
}

.profile-sidebar .public-profile table tr td {
  padding: 4px 15px;
  border: 1px solid #00bfff;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.profile-sidebar .public-profile table {
  width: 100% !important;
}

.profile-sidebar .public-profile table tr th {
  padding: 4px 15px;
  border: 1px solid #00bfff;
  font-size: 14px;
  color: #000;
}

.profile-sidebar .public-profile {
  border-radius: 10px;
  border: 1px solid #DCDCDC !important;
  background: rgba(249, 249, 249, 0.50);
  padding: 15px;
}

.profile-sidebar .search__right-details {
  margin-top: 10px;
}

.public-profile__accordion .information-heading h4 {
  margin: 0;
  border-bottom: 1px solid #ccf2ff;
  padding-bottom: 8px;
  font-size: 24px;
}

.public-profile__accordion table {
  width: 100%;
  margin-top: 20px;
}

.public-profile__accordion table tbody tr td {
  border: 1px solid #000;
  padding: 5px 10px;
  text-align: left;
  color: #000;
}

.dashboard-menu .list.menu-item li a span {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.section.pricing_plan_stories .totle_price p {
  font-size: 22px;
  font-weight: 700;
}

.section.pricing_plan_stories .totle_price span {
  font-size: 30px;
  font-weight: 700;
}

.google-location .header-title h2 {
  font-size: 40px;
  margin-bottom: 25px;
  color: #000;
}

.google-location .header-title span {
  color: var(--base) !important;
}

.section .breadcrumb-aria-section {
  background-image: url(../../../images/how_it_work/braducrumb.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-bottom: 40px;
}

.section .breadcrumb-aria-section nav {
  padding: 50px 0;
}

.section .breadcrumb-aria-section nav ol li a {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

.section .breadcrumb-aria-section nav ol li.active {
  color: var(--brand-color) !important;
}

.breadcrumb-aria-section .title h4 {
  font-size: 22px;
  margin-bottom: 0;
  color: #fff;
  padding: 0;
}

.section.pricing_plan_stories {
  padding: 50px 0;
}

.section.search {
  padding: 50px 0;
}
.section.search .search_profile_img{
  position: relative;
}

.section.search .profile_img_verified{
  position: absolute;
  bottom: -21px;
  right: 15px;
}

.section.bg-light.user_profile_section {
  padding-top: 50px;
}

.footer__content.section {
  padding-top: 50px;
}

.section.search .search__right {
  overflow: visible;
  height: 100%;
  padding: 0px;
  border: 2px solid var(--brand-color);
}

.section.search .search__right {
    overflow: visible;
    height: 100%;
    padding: 0px;
    border: 2px solid var(--brand-color,);
}
.section.search .search__right:hover {
    transition: 0.4s;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

.section.search .search__right .search__right-thumb {
  display: flex;
  align-items: center;
  justify-self: start;
  gap: 10px;
  padding: 8px;
}

.section.search .search__right .search__right-thumb img {
  width: 90px;
  height: 90px;
  border: 1px solid var(--brand-color, #00B4F0);
  padding: 5px;
  border-radius: 50%;
}

.section.search .search__right .profile-contant ul li {
  display: flex;
  align-content: center;
  gap: 10px;
  width: 100%;
  padding: 0 8px;
}

.section.search .search__right .profile-contant ul li p {
  margin: 0;
  padding: 0;
  width: 50%;
  padding: 8px 0;
}

.section.search .search__right .profile-contant ul li p:first-of-type {
  border-right: 2px dashed #99999975;
}

.section.search .search__right .view-more {
  text-align: center;
  margin: 20px 0;
}

.section.search .search__right .view-more .btn {
  color: var(--brand-color);
  border-bottom: 1px solid var(--brand-color);
}

.section.search .search__right .view-more .btn i {
  font-size: 20px;
}

.section.search .search__right .search__right-thumb p {
  font-weight: 700;
  font-size: 16px;
  color: #000;
}

.section.search .search__right .profile-contant {
  margin-top: 10px;
}

.section.user_profile_card .profile-contant ul li {
  display: flex;
  align-content: center;
  gap: 10px;
  width: 100%;
  padding: 8px;
}

.section.user_profile_card .profile-contant ul li p {
  margin: 0;
  padding: 0;
  width: 50%;
  padding: 5px 0;
  color: #666;
}

.section.user_profile_card .profile-contant ul li p:first-of-type {
  border-right: 2px dashed #99999975;
}

.section.section--bg {
  padding: 50px 0;
}

.section--sm.section--bottom.app_section {
  padding: 50px 0;
}

.section.How_to_use_section {
  margin-bottom: 20px;
  position: relative;
}

.section.work-process-section.how_to_work_color {
  padding: 50px 0;
}

.public-profile .profile-name h5 {
  text-transform: capitalize;
  padding: 10px 0;
  padding-bottom: 0 !important;
}

.section.user_profile_card .search__right-thumb {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: row;
  gap: 8px;
  padding: 15px;
}

.section.user_profile_card .search__right-thumb img {
  width: 90px;
  height: 90px;
  border: 2px solid #ff149340;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.section.user_profile_card {
  border: 2px solid var(--brand-color, #0099FF);
  border-radius: 3px;
}

.section.user_profile_card .search__right-thumb p {
  font-weight: 700;
  font-size: 16px;
  color: #000;
}

.section.user_profile_card .view-more {
  text-align: center;
  margin: 20px 0;
}

.section.user_profile_card .view-more .btn {
  color: #ff1493;
  border-bottom: 1px solid #ff1493;
}

.section.user_profile_card .view-more .icon-anchor.btn--messenger {
  background: transparent;
}

.section.user_profile_card .view-more .btn i {
  margin-right: 5px;
  font-size: 20px;
}

.section.user_profile_card .profile-contant ul li {
  padding: 8px 15px;
}

.section.most_match .card.single-card ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  flex-direction: row;
}

.section.most_match .card.single-card ul p {
  font-size: 16px;
  color: #000;
  padding-bottom: 0;
  margin-bottom: 12px;
}

.section.most_match .card.single-card h4 {
  color: #00BFFF;
  font-family: var(--english-font);
  font-size: 25px;
  font-style: normal;
  margin-top: 0;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.section.most_match .card.single-card article p{
  color: var(--666666, #666);
  font-family: var(--english-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  text-transform: capitalize;
}

.section.most_match .card.single-card {
  padding: 30px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: 0;
  border-radius: 15px;
  background-color: #FFF;
}


.section.most_match .section__head h2 {
  text-align: left;
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 5px;
  color: var(--313131, #313131);
  font-family: var(--english-font);
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.section.most_match .card.single-card img {
  width: 100%;
  border-radius: 162px;
  padding: 15px;
  border: 2px solid var(--brand-color, #00BFFF);
  box-shadow: 4px 3px 4px 0px rgba(0, 0, 0, 0.16);
}
@media (max-width: 768px){
  .section.most_match .card.single-card img{
      width: 150px;
      height: 150px;
  }
}
@media (max-width: 625px){
  .section.most_match .card.single-card img{
      width: 100px;
      height: 100px;
  }
}

.login__wrapper ul .form-check {
  position: relative !important;
}

#pills-profile .login__form .ifilter {
  gap: 20px;
}

#pills-profile .login__form .ifilter .form-check {
  width: 100%;
  padding: 0;
  margin: 0;
}
.brand-color {
  background-color: var(--brand-color);
  color: #fff;
}

#pills-profile .login__form .ifilter .male:checked[type="radio"] {
  background: #00BFFF;
  z-index: 0;
}
#pills-profile .login__form .ifilter .female:checked[type="radio"] {
  background: #FF1493;
  z-index: 0;
}
#pills-profile .login__form .ifilter .form-check-input:checked + .lable {
  color: #fff;
}

#pills-profile .login__form .ifilter .form-check input {
  width: 100%;
  border-radius: 10px;
  height: 45px;
  float: none;
  padding: 0;
  margin: 0;
  border: 1px solid #DCDCDC;
  background: transparent;
  position: relative;
  z-index: 9;
}

#pills-profile .login__form .ifilter .form-check label {
  position: absolute;
  left: 50%;

  top: 50%;
  transform: translate(-50%, -50%);
  color: #1C1B1D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#pills-profile .login__form .ifilter .form-check:focus {
  color: white !important;
}
#pills-profile .login__form .ifilter .form-check:active {
  color: white !important;
}
#pills-profile .login__form .ifilter .form-check:target {
  color: white;
}

.profile-sidebar .public-profile ul li {
  display: flex;
  gap: 5px;
  align-items: center;
  flex-direction: row;
}

.profile-sidebar .public-profile ul li p {
  margin: 0;
  width: 100%;
  padding: 5px 8px;
}

.profile-sidebar .public-profile ul li p:first-of-type {
  border-right-style: dotted;
}

.user-profile-dashboard .title {
  border-bottom: 1px solid #ff149333;
  padding-bottom: 5px;
  margin-bottom: 15px;
  margin-top: 0;
}

.profile_status .profile-box {
  padding: 25px;
}

.banner-account select {
  border: 1px solid #fff;
  border-radius: 5px !important;
}

.hero__content .btn {
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  border-radius: 10px;
  background: var(--brand-color, #00bfff);
}
.hero-content-right .btn{
  padding: 15px 23px;

}

.container-fluid {
  max-width: 95%;
  margin: 0 auto;
}

.banner-account button.btn {
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: var(--brand-color, #00bfff);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
  color: var(--fffff, #fff);
  font-family: var(--body-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  width: auto;
}

.last_profile_slider.left_profile_slider .slider-items .border {
  border-color: rgba(255, 20, 147, 0.4) !important;
  fill: #fff;
  stroke-width: 2px;
  stroke: rgba(255, 20, 147, 0.4);
  filter: drop-shadow(3px 4px 10px rgba(0, 0, 0, 0.16));
}

.last_profile_slider.left_profile_slider .slider-items p {
  color: var(--brand-color-01, #ff1493);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.last_profile_slider.right_profile_slider .slider-items .border {
  border-color: rgba(0, 191, 255, 0.4) !important;
  fill: #fff;
  stroke-width: 2px;
  stroke: rgba(0, 191, 255, 0.4);
  filter: drop-shadow(3px 4px 10px rgba(0, 0, 0, 0.16));
}

.last_profile_slider.right_profile_slider .slider-items p {
  color: rgb(var(--base, #00bfff));
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.How_to_use_process:hover {
  border-radius: 10px;
  border: 1px solid #00bfff;
  background: var(--fffff, #fff);
  box-shadow: 4px 3px 10px 0px rgba(0, 0, 0, 0.12);
}

.login__wrapper ul li.nav-item.left button {
  border-radius: 10px 0px 0px 10px;
}

.login__wrapper ul li.nav-item.right button {
  border-radius: 0px 10px 10px 0px;
}

.login__wrapper ul li.nav-item.left {
  border-radius: 10px 0px 0px 10px;
}

.login__wrapper ul li.nav-item.right {
  border-radius: 0px 10px 10px 0px;
}

.login__wrapper ul li.nav-item.right button.active {
  background: var(--brand-color);
  color: #fff !important;
}

.login__wrapper ul li.nav-item.left button.active {
  background: var(--brand-color);
  color: #fff !important;
}

.login__wrapper div#pills-tabContent a {
  text-decoration: underline;
  color: #000;
}

.login__wrapper div#pills-tabContent .login-account a {
  color: #00bfff;
}

.login.section .login__wrapper button {
  padding: 10px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  color: #FFF;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px){
  .login .section .login__weapper button{
      padding: 7px;
  }
  .last_profile_slider.left_profile_slider .slider-items p{
    font-size: 12px;
  }
  .last_profile_slider.right_profile_slider .slider-items p {
    font-size: 12px;
  }
  .login__wrapper li.nav-item{
      padding: 0;
  }
}


.login.section .login__wrapper button.active {
  color: #fff !important;
}

div#pills-tabContent p.or {
  margin: 10px 0;
  text-align: center;
  margin-bottom: 0;
}

.login__wrapper div#pills-tabContent .input--group p {
  margin: 0;
}

.footer__content.section .app-download-footer li a {
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 16px !important;
  display: inline-block;
  margin-right: 20px;
}

.footer__content.section .app-download-footer li {
  margin-right: 10px;
  color: #fff;
  font-size: 16px !important;
  text-transform: capitalize;
}

.list.social-icon-footer li a i {
  font-size: 31px;
  color: #fff;
}

.list.social-icon-footer li {
  color: #fff !important;
}

.pricing_plan_stories .preview-details {
  min-height: 232px;
  max-height: 232px;
}
.slick-slider{
  z-index: 9;
}

.footer__contact{
  position: relative;
}
.footer__title::after{
  content: "";
  position: absolute;
  width: 7px;
  border-radius: 50%;
  height: 7px;
  left: -2px;
  top: 56px;
  background-color: white;
  color: white;
}
.footer__title::before{
  content: "";
  position: absolute;
  width: 7px;
  border-radius: 50%;
  height: 7px;
  top: 56px;
  left: 155px;
  background-color: white;
  color: white;
}
.footer__title_support::before{
  top: 56px;
  left: 135px;
}

.footer__title_app::before{
  top: 56px;
  left: 251px;
}
.footer__title_follow_us::before{
  top: 56px;
  right: 0;
}
.footer_top_border::after{
  content: "";
  position: absolute;
  width: 7px;
  border-radius: 50%;
  height: 7px;
  left: -4px;
  top: -5px;
  background-color: white;
  color: white;
}
.footer_top_border::before{
  content: "";
  position: absolute;
  width: 7px;
  border-radius: 50%;
  height: 7px;
  top: -5px;
  right: -5px;
  background-color: white;
  color: white;
}

.grid-item__desc a {
  text-decoration: underline;
}
.text-purple{
  color: #FF1493;
}
.profile_border_color{
  border-color: #FF1493 !important;
}
.box_shadow{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.card_hover:hover{
  border-radius: 10px;
  border: 1px solid #00bfff;
  background: var(--fffff, #fff);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.card_shadow{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.pricing_card_hover:hover{
  border-radius: 10px;
  border: 1px solid #FF1493;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}


.resent_memver_body button.slick-arrow i {
  font-size: 25px;
  color: #FF1493;
}
.resent_memver_body button{
  border: 1px solid #FF1493;
  border-radius: 50%;
  width: 31px;
  height: 31px;
}

.progress-tooltip {
position: relative;
padding-top: 50px;
}
.progress-tooltip .progress-tooltip-info {
  align-items: center;
  background: var(--brand-color);
  border: 1px solid var(--brand-color);
  /* border-radius: 10px; */
  box-shadow: 0 0 2px #ccc;
  color: #fff;
  display: inline-flex;
  font-family: sans-serif;
  font-weight: bold;
  justify-content: center;
  height: 35px;
  position: absolute;
  top: 5px;
  left: 0;
  text-align: center;
  transform: translateX(calc(-50% - 5px));
  width: 55px;
}
.progress-tooltip .progress-tooltip-info::before, .progress-tooltip .progress-tooltip-info::after {
content: "";
display: inline-block;
border: 7px solid transparent;
border-top-color: var(--brand-color);
position: absolute;
bottom: -13px;
left: 50%;
transform: translateX(-50%);
}
.progress-tooltip .progress-tooltip-info::before {
border-width: 8px;
border-top-color: var(--brand-color);
bottom: -16px;
left: 50%;
}
.progress-tooltip .progress-tooltip-info::after {
z-index: 1;
}
.progress_value_bar{
  background: #ccc;
}
.progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 5px;
  display: block;
  font-family: sans-serif;
  height: 17px;
overflow: hidden;
padding: 0;
position: relative;
width: 100%;
background: rgba(0, 191, 255, 0.20);
color: #FFF;
text-align: center;
}

.progress_color{
  background: var(--brand-color);
}
.progress::-webkit-progress-bar {
background-color: #ccc;
}
.progress::-webkit-progress-value {
border-radius: 5px;
background-color: #7856ff;
background: var(--brand-color);
background-size: 10px 10px;
}
.progress::-moz-progress-bar {
border-radius: 5px;
background-color: #7856ff;
background: var(--brand-color);
background-size: 10px 10px;
}
.progress::-ms-fill {
border-radius: 5px;
background-color: #7856ff;
background: var(--brand-color);
background-size: 10px 10px;
border: none;
}
.progress:indeterminate {
animation-duration: 3s;
animation-iteration-count: infinite;
animation-name: moveIndeterminate;
animation-timing-function: linear;
background-color: #ccc;
background: var(--brand-color);
background-position: top left;
background-repeat: no-repeat;
background-size: 150% 150%;
}
.progress:indeterminate::-webkit-progress-value {
background: var(--brand-color);
background-size: 10px 10px;
}
.progress:indeterminate::-webkit-progress-bar {
background-color: transparent;
background: var(--brand-color);
background-size: 10px 10px;
}
.progress:indeterminate::-moz-progress-bar {
background-color: transparent;
background: var(--brand-color);
background-size: 10px 10px;
}
@keyframes moveIndeterminate {
from {
  background-position: 200% 0;
}
to {
  background-position: -200% 0;
}
}
/*span .progres-tooltip-info::before{*/
/*    position: relative;*/
/*    align-items: center;*/
/*    background: #eee;*/
/*    border: 1px solid #ccc;*/
/*    border-radius: 10px;*/
/*    box-shadow: 0 0 2px #ccc;*/
/*    color: #7856ff;*/
/*    display: inline-flex;*/
/*    font-family: sans-serif;*/
/*    font-weight: bold;*/
/*    justify-content: center;*/
/*    height: 35px;*/
/*    position: absolute;*/
/*    top: -5px;*/
/*    left: 0;*/
/*    text-align: center;*/
/*    transform: translateX(calc(-50% - 5px));*/
/*    width: 55px;*/
/*}*/


span.progress-tooltip-info::before {
  border-width: 8px;
  border-top-color: #03AAE2;
  bottom: -16px;
  left: 50%;
  content: "";
  display: inline-block;
  border: 7px solid transparent;
  border-top-color: #03AAE2;
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
}













.section.pricing_plan_stories .card{
background: transparent;
display: flex;
align-items: center;
justify-content: space-evenly;
flex-direction: column;
border: none;
}
.section.pricing_plan_stories .card .circle{
position: relative;
height: 170px;
width: 170px;
border-radius: 50%;
cursor: default;
}
.section.pricing_plan_stories .card .circle .box,
.section.pricing_plan_stories .card .circle .box span{
position: absolute;
top: -9px;
left: 50%;
}
.section.pricing_plan_stories .card .circle .box{
height: 100%;
width: 100%;
background: transparent;
border-radius: 50%;
transform: translate(-50%, -50%) scale(0.8);
transition: all 0.2s;
position: relative;
}

.section.pricing_plan_stories .card .circle .box span,
.section.pricing_plan_stories .card .text{
background: -webkit-linear-gradient(left, #00BFFF, #00BFFF);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.section.pricing_plan_stories .circle .box span{
font-size: 25px;
font-family: sans-serif;
font-weight: 600;
transform: translate(-45%, -45%);
transition: all 0.1s;
}
.section.pricing_plan_stories .card .text{
font-size: 20px;
font-weight: 600;
}

.latest-profile-slider img{
  border-radius: 50%;
}


.tagify__dropdown.users-list .tagify__dropdown__item{
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 1em;
  grid-template-areas: "avatar name"
                      "avatar email";
}

.tagify__dropdown.users-list .tagify__dropdown__item:hover .tagify__dropdown__item__avatar-wrap{
  transform: scale(1.2);
}

.tagify__dropdown.users-list .tagify__dropdown__item__avatar-wrap{
  grid-area: avatar;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  background: #EEE;
  transition: .1s ease-out;
}

.tagify__dropdown.users-list img{
  width: 100%;
  vertical-align: top;
}

.tagify__dropdown.users-list header.tagify__dropdown__item > div,
.tagify__dropdown.users-list .tagify__dropdown__item strong{
  grid-area: name;
  width: 100%;
  align-self: center;
}

.tagify__dropdown.users-list span{
  grid-area: email;
  width: 100%;
  font-size: .9em;
  opacity: .6;
}

.tagify__dropdown.users-list .tagify__dropdown__item__addAll{
  border-bottom: 1px solid #DDD;
  gap: 0;
}

.tagify__dropdown.users-list .remove-all-tags{
  float: right;
  font-size: .8em;
  padding: .2em .3em;
  border-radius: 3px;
  user-select: none;
}

.tagify__dropdown.users-list .remove-all-tags:hover{
  color: white;
  background: salmon;
}


/* Tags items */
#users-list .tagify__tag{
  white-space: nowrap;
}

#users-list .tagify__tag img{
  width: 100%;
  vertical-align: top;
  pointer-events: none;
}


#users-list .tagify__tag:hover .tagify__tag__avatar-wrap{
  transform: scale(1.6) translateX(-10%);
}

#users-list .tagify__tag .tagify__tag__avatar-wrap{
  width: 16px;
  height: 16px;
  white-space: normal;
  border-radius: 50%;
  background: silver;
  margin-right: 5px;
  transition: .12s ease-out;
}

.users-list .tagify__dropdown__itemsGroup:empty{
  display: none;
}

.users-list .tagify__dropdown__itemsGroup::before{
  content: attr(data-title);
  display: inline-block;
  font-size: .9em;
  padding: 4px 6px;
  margin: var(--tagify-dd-item-pad);
  font-style: italic;
  border-radius: 4px;
  background: #00ce8d;
  color: white;
  font-weight: 600;
}

.users-list .tagify__dropdown__itemsGroup:not(:first-of-type){
  border-top: 1px solid #DDD;
}
.profile_button{
  position: relative;
  width: 100%;
  padding: 0;
  margin-right: 0;
}
.profile_button .form-check-input:checked[type="radio"]{
  background: var(--brand-color) !important;
  border-color: var(--brand-color);
}
.profle_button .form-check-input{
  border: 1px solid #fff;
  width: 100px;
  padding: 18px;
  background: transparent;
  border-radius: 5px;
  margin-top: 0px !important;
  width: 100%;
  margin-left: 0px !important;
  margin-right: 0;
}
.profile_button .form-check-input label{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

section.search_partner_user .input--group p {
  color: var(--313131, #313131);
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 10px;
}

section.search_partner_user .input--group input {
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  color: #000;
}

section.search_partner_user .input--group select {
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  color: #000;
}

section.search_partner_user .form-check input {
  border-radius: 10px;
  border: 1px solid var(--brand-color, #00BFFF);
  box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.16);
  color: #00BFFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 28px 0;
}

section.search_partner_user .form-check label {
  color: #000 !important;
}

section.search_partner_user .banner-account {
  border: 0;
  padding: 25px 0;
}

section.search_partner_user img {
  width: 370px;
}


section.search_partner_user .search__right {
  overflow: visible;
  height: 100%;
  padding: 0px;
  border: 1px solid #ff1493;
}

section.search_partner_user .search__right-thumb {
  display: flex;
  align-items: center;
  justify-self: start;
  gap: 10px;
  padding: 8px;
}

section.search_partner_user .search__right-thumb img {
  width: 90px;
  height: 90px;
  fill: #FFF;
  stroke-width: 2px;
  border: 1px solid rgba(255, 20, 147, 0.40);
  filter: drop-shadow(3px 4px 10px rgba(0, 0, 0, 0.16));
  border-radius: 50%;
}

section.search_partner_user .search__right-thumb p {
  font-weight: 700;
  font-size: 16px;
  color: #000;
}

section.search_partner_user .search__right-thumb span{
  font-weight: 700;
  font-size: 16px;
  color: #000 !important;
}

section.search_partner_user .profile-contant {
  margin-top: 10px;
}
/* Suhad Dev code */

.most_match_info{
  border-radius: 10px;
  border: 1px solid #DCDCDC;
  padding: 20px;
}
@media(max-width:768px){
  .most_match_info{
      border: none;
  }
  .most_match_info.card_shadow{
      box-shadow: none;
  }
  .section.most_match .card.single-card ul{
      margin-top: 0;
  }
}
.profile_info_heading h4{
color: var(--666666, #666);
font-family: var(--english-font);
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 28px; /* 175% */
text-transform: capitalize;
}
.profile_match_progress_bar{
  display: flex;
  flex-direction: column;
  gap: 19px;
}
.profile_match_progress_bar .progress{
  border-radius: 90px;
  border: 1px solid #00BFFF;
  height: 24px;
}
.profile_match_progress_bar .progress .progress-bar{
  height: 23px;
  border-radius: 0 90px 90px 0;
  color: #FFF;
  font-family: var(--english-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 233.333% */
  text-transform: capitalize;
  background-color: #00BFFF;
  padding: 0 10px;
}
.profile_right-side-shape{
  background-image: url(../../../images/background_image/profile_top_right.png);
  position: absolute;
  right: 0;
  top: 0;
  background-position: right;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.profile_bottom-side-shape{
  background-image: url(../../../images/background_image/profile_left_bottom.png);
  position: absolute;
  left: -465px;
  bottom: 0;
  background-position: left;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

section.search_partner_user .profile-contant ul li {
  display: flex;
  align-content: center;
  gap: 10px;
  width: 100%;
  padding: 0 8px;
}

section.search_partner_user .profile-contant ul li p:first-of-type {
  border-right-style: dashed;
}

section.search_partner_user .view-more {
  text-align: center;
  margin: 20px 0;
}

section.search_partner_user .profile-contant ul li p {
  margin: 0;
  padding: 0;
  width: 50%;
  padding: 5px 0;
  color: #666;
}

section.search_partner_user .view-more .btn {
  color: #ff1493;
  border-bottom: 1px solid #ff1493;
}

section.search_partner_user .section-title h4 {
  color: #000;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  border-top: 1px solid #D9D9D9;
  margin-top: 0;
  padding-top: 15px;
}

section.search_partner_user .profile-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  margin: 15px 0;
}

section.search_partner_user .profile-filter p {
  color: var(--666666, #666);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}

section.search_partner_user .profile-filter label {
  color: var(--666666, #666);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}

.page-title {
  width: 100%;
}

.page-title h5 {
  color: var(--313131, #313131);
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #D9D9D9;
  z-index: 9;
}

section.search_partner_user .search__right-thumb .img {
  position: relative;
}

section.search_partner_user .search__right-thumb .badge {
  position: absolute;
  right: 0;
  bottom: 0;
}

section.search_partner_user .search__right-thumb .badge img {
  width: 25px;
  height: 25px;
  padding: 5px;
  background: #fff;
}

.user_profile_section .public-profile__accordion {
  position: relative !important;
}

.contact-info-pdf .header{
  border-bottom: 5px solid #35B7EA;
}

.user_profile_section .profile-contant {
  /* margin-top: 10px; */
  border-radius: 10px;
  
  background: rgba(249, 249, 249, 0.50);
}
.user_profile_section .profile-contant h4{
  background-color: var(--brand-color) !important;
  
}
.user_profile_section .profile-contant ul li {
  display: flex;
  align-content: center;
  gap: 10px;
  width: 100%;
  padding: 0 10px;
}

.user_profile_section .profile-contant ul li p:first-of-type {
  border-right: 2px dashed #99999975;
}

.user_profile_section .view-more {
  text-align: center;
  margin: 20px 0;
}

.user_profile_section .profile-contant ul li p {
  margin: 0;
  padding: 0;
  width: 50%;
  padding: 10px 0;
  text-transform: capitalize;
  color: #666;
}

.user_profile_section .public-profile__accordion .information-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-radius: 10px;
  border: 2px solid #FFF;
  background: var(--brand-color);
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.12);
  margin: 15px 0;
}

.user_profile_section .public-profile__accordion .information-heading h4{
  border: 0;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: normal;
}

.user_profile_section .public-profile__accordion .information-heading .eidt span {
  font-size: 18px;
  color: #fff;

}

.user_profile_section .public-profile__accordion .information-heading .eidt i {
  font-size: 18px;
  color: #fff;

}

.user_profile_section  .user_info_container {
  border-radius: 20px;
  border: 1px solid #DCDCDC;
  padding: 25px;
  background: #FFF;
  position: relative;
}

.user_profile_section .user_info_container .section-title h4 {
  margin-top: 0;
  color: var(--313131, #313131);
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.user_profile_section  .user_info_container .right-side-shape {
  background-image: url(/public/icon/Vector1.svg);
}

.user_profile_section  .user_info_container .left-side-shape {
  background-image: url(/public/icon/Vector1.svg);
}

.lable_input_fill_top_bottom{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100px;
}

.story_shorting{
  color: var(--313131, #313131);
  font-family: var(--english-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.story_shorting_select{
  border-radius: 5px;
  border: 1px solid var(--666666, #666);
  background: #F5F5F5;
}

.breadcrumb-item+.breadcrumb-item{
  padding-left: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 0;
  color: var(--whiteColor);
  content: var(--bs-breadcrumb-divider, "/");
}

.create_succes_story_btn{
  background: transparent !important;
  border: 1px solid var(--brand-color);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
}

.user_profile_section .search__right-thumb {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: start;
}

.user_profile_section .search__right-thumb .img {
  position: relative;
}

.user_profile_section .search__right-thumb img {
  width: 90px;
  height: 90px;
  fill: #FFF;
  border-radius: 50%;
  stroke-width: 2px;
  stroke: rgba(255, 20, 147, 0.40);
  filter: drop-shadow(3px 4px 10px rgba(0, 0, 0, 0.16));
  border: 1px solid rgba(255, 20, 147, 0.40);
  padding: 10px;
}

.user_profile_section .search__right-thumb .badge {
  position: absolute;
  right: 0;
  bottom: 0;
}

.user_profile_section .search__right-thumb .badge img {
  width: 25px;
  height: 25px;
  padding: 5px;
  background: #fff;
  border: 0px;
}

.user_profile_section .search__right-thumb .progress-tooltip {
  padding-top: 0;
}

.user_profile_section .search__right-thumb p {
  margin-bottom: 8px;
}

.user_profile_section .public-profile .team-card__body {
  background: transparent !important;
}

.user_profile_section .public-profile .team-card {
  background: transparent !important;
}

.user_profile_section .profile-contant .profile-view {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px;
  padding-top: 15px;
  border-top: 1px solid #DCDCDC;
}

.user_profile_section .profile-contant .profile-view .single-option {
  border-radius: 10px;
  background: #F1F1F1;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #666;
  font-size: 13px;
}

.profile-sidebar .facebook {
  border-radius: 5px;
  background: #F1F1F1;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #3775EB;
  font-size: 14px;
}

.profile-sidebar .facebook i {
  font-size: 20px;
}

.profile-sidebar .whatsapp {
  border-radius: 5px;
  background: #F1F1F1;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #52CE5F;
  font-size: 14px;
}

.profile-sidebar .whatsapp i {
  font-size: 20px;
  background: -webkit-linear-gradient(#1FAF38, #60D669);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.profile-sidebar .messenger {
  border-radius: 5px;
  background: #F1F1F1;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #456EFF;
  font-size: 14px;
}

.profile-sidebar .messenger i {
  font-size: 20px;
  background: -webkit-linear-gradient(#0099FF, #A033FF, #FF5280, #FF7061);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.user_profile_section .profile-sidebar .search__right-expression {
  border-radius: 10px;
  border: 1px solid #DCDCDC !important;
  background: rgba(249, 249, 249, 0.50);
  padding: 15px;
}

.search__right-list li, .search__right-list .profile-item span {
  font-weight: 600;
}

.user_profile_section .profile-sidebar .search__right-expression .copy-link-inner {
  position: relative;
  margin-top: 20px;
}

.user_profile_section .profile-sidebar .search__right-expression .copy-link-inner input {
  width: 100%;
  height: 45px;
  padding: 0 40px;
  line-height: normal;
  border: 1px solid #ddd;
  border-radius: 10px;
  color: #666666;
}

.user_profile_section .profile-sidebar .search__right-expression .copy-link-inner  button {
  position: absolute;
}

.user_profile_section .profile-sidebar .search__right-expression .copy-link-inner button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 11px 20px;
  border-radius: 0px 10px 10px 0px;
  background: #F1F1F1;
}

.user_profile_section .profile-sidebar .search__right-expression .copy-link-inner i.las.la-link {
  position: absolute;
  left: 0;
  top: 0;
  padding: 14px;
}

.public-profile__accordion .accordion-body .form-check.form-check-inline.profile_button {
  position: relative;
  width: 100%;
  padding: 0;
  margin-right: 0;
}

.public-profile__accordion .accordion-body .form-check.form-check-inline.profile_button input{
  border: 1px solid #ddd;
  width: 100px;
  padding: 18px;
  background: transparent;
  border-radius: 5px;
  margin-top: 0px !important;
  width: 100%;
  margin-left: 0px !important;
  margin-right: 0;
}

.public-profile__accordion .accordion-body .form-check.form-check-inline.profile_button label {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #000;
}

.public-profile__accordion .accordion-body ul {
  gap:10px;
}

.user_profile_section .profile-contant h4 {
  color: #FFF !important;
  text-align: center !important;
  font-size: 25px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
  text-transform: capitalize !important;
  padding: 5px 15px !important;
  margin-bottom: 0 !important;
  border-radius: 10px;
}

form.register-form ul .form-check-input:checked[type="radio"] + .lable{
  color: white !important;
}


/* togle button css start */
.on-off-toggle {
  width: 56px;
  height: 24px;
  position: relative;
  display: inline-block;
}

.on-off-toggle__slider {
  width: 56px;
  height: 24px;
  display: block;
  border-radius: 34px;
  background-color: #fff;
  transition: background-color 0.4s
  
}

.on-off-toggle__slider:before {
  content: '';
  display: block;
  background-color: #fff;
  box-shadow: 0 0 0 1px #949494;
  bottom: 3px;
  height: 18px;
  left: 0px;
  position: absolute;
  transition: .4s;
  width: 18px;
  z-index: 5;
  border: 2px solid #00B4F0;
  border-radius: 100%;
  }

.on-off-toggle__slider:after {
    display: block;
    line-height: 24px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    content: 'off';
    color: #484848;
    padding-left: 26px;
    transition: all 0.4s;
  }

.on-off-toggle__input {
  /*
    This way of hiding the default input is better 
    for accessibility than using display: none;
  */
  position: absolute;
  opacity: 0;
}

.on-off-toggle__input:checked + 
.on-off-toggle__slider {
  background-color: #00B4F0;
}

.on-off-toggle__input:checked + 
.on-off-toggle__slider:before {
    transform: translateX(32px);
    border: 2px solid #fff;
  }

.on-off-toggle__input:checked + 
.on-off-toggle__slider:after {
    content: 'on' !important;
    color: #FFFFFF !important;
    padding-left: 8px !important;
  }
  .on-off-toggle__input:checked + .on-off-toggle__slider::before{
      content: '';
      display: block;
      background-color: #fff;
      box-shadow: 0 0 0 1px #949494;
      bottom: 3px;
      height: 18px;
      left: 5px;
      position: absolute;
      transition: .4s;
      width: 18px;
      z-index: 5;
      border: 2px solid #00B4F0;
      border-radius: 100%;
  }


/* togle button css end */

.upgreade_plan a{
    color: #FFF;
    font-family: var(--english-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    padding: 14px;
    margin: 0;
}
.upgreade_plan .btn{
    padding: 14px;
}
@media (max-width: 768px){
    .upgreade_plan a{
        font-size: 12px;
    }
}

/* images uploaded */
.image_upload{
    display: flex;
    gap: 10px;
}


.uploader {
    display: block;
    clear: both;
    margin: 0 auto;
    width: 100%;
    height: 150px;
  }
  .uploader label {
    float: left;
    clear: both;
    width: 100%;
    padding: 1rem;
    text-align: center;
    background: #fff;
    border-radius: 7px;
    border: 1px solid #0099FF;
    transition: all 0.2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: rgba(0, 191, 255, 0.10);
  }
  .uploader label:hover {
    border: 1px solid #00BFFF;
  }
  .uploader label.hover {
    border: 1px solid #0099FF;
    box-shadow: inset 0 0 0 6px #0099FF;
  }
  .uploader label.hover #start i.fa {
    transform: scale(0.8);
    opacity: 0.3;
  }
  .uploader #start {
    float: left;
    clear: both;
    width: 100%;
  }
  .uploader #start.hidden {
    display: none;
  }
  .uploader #start i.fa {
    font-size: 50px;
    margin-bottom: 1rem;
    transition: all 0.2s ease-in-out;
  }
  .uploader #response {
    float: left;
    clear: both;
    width: 100%;
  }
  .uploader #response.hidden {
    display: none;
  }
  .uploader #response #messages {
    margin-bottom: 0.5rem;
  }
  .uploader #file-image {
    display: inline;
    margin: 0 auto 0.5rem auto;
    width: auto;
    height: 84px;
    max-width: 180px;
  }
  .uploader #file-image.hidden {
    display: none;
  }
  .uploader #notimage {
    display: block;
    float: left;
    clear: both;
    width: 100%;
  }
  .uploader #notimage.hidden {
    display: none;
  }
  .uploader input[type=file] {
    display: none;
  }
  .uploader .btn {
    display: inline-block;
    margin: 0.5rem 0.5rem 1rem 0.5rem;
    clear: both;
    font-size: 10px;
    font-family: inherit;
    font-weight: 700;
    border: none;
    padding: 10px 0;
    color: #fff;
    transition: all 0.2s ease-in-out;
  }
  
  .uploader .upload_image_select_more{
    color: #00BFFF;
    font-family: var(--english-font);
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 28px; /* 280% */
    text-transform: capitalize;
  }
 .marite_image{
    color: #FF1493;
    font-family: var(--english-font);
    font-size: 10px;
    margin-top: 5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .btn:hover{
    color: #fff;
  }
  @media (max-width:620px){
    .uploader .btn{
        margin: 0.5rem 0 5px 0;
        font-size: 6px;
        padding: 6px 5px;
    }
    
  }
@media (max-width: 991px) {
  .uploader .btn{
      
  }
  .uploader label{
    padding: 7px;
    height: 134px !important;
  }
  
}

.counter-section .slick-slide.slick-active{
  display: flex;
  justify-content: center;
}


ul#sidebar_container li.my_profile_sidebar {
  position: relative !important;
}

ul#sidebar_container li.my_profile_sidebar .dashboard_side_icon {
  position: absolute !important;
  right: -28px !important;
  top: 50% !important;
}

ul#sidebar_container li.my_profile_sidebar.active .d-none {
  display: block !important;
}

.public-profile__accordion .accordion-body form.basic-info-address .input--group {
  display: flex;
  align-items: start;
  gap: 0;
  flex-direction: column;
}

.public-profile__accordion .accordion-body form.basic-info-address .input--group .select2 {
  width: 100% !important;
}

.public-profile__accordion .accordion-body form.basic-info-address .input--group .select2 span.selection .select2-selection {
  min-height: 45px !important;
  padding: 8px;
}

section.email-template .header a.navbar-brand.logo {
  width: 100%;
  margin: 0 auto;
}

section.email-template .title {
  text-align: center;
  margin-bottom: 30px;
}

section.email-template article p {
  color: var(--666666, #666);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
}

section.email-template .signature-information p {
  color: var(--666666, #666);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0;
}

section.email-template .signature-information {
  text-align: right;
  margin-top: 30px;
  margin-bottom: 50px;
}

section.email-template .footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
}

section.email-template .footer ul {
  display: flex;
  gap: 8px;
  width: 100%;
  flex-direction: row;
}

section.email-template .footer ul li {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

section.email-template .footer ul li i {
  font-size: 22px;
}

section.email-template .footer .copyright p {
  margin: 0;
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
}

section.email-template .title h4 {
  color: var(--brand-color, #00BFFF);
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

/* Vector27.png */

section.email-template .email-content-box .shape-right {
  position: absolute;
  right: 0;
  top: 0;
}

section.email-template .email-content-box .shape-right img {
  width: 200px;
}

section.email-template .email-content-box .shape-left {
  position: absolute;
  left: 0;
  bottom: 0;
}

section.email-template .email-content-box .shape-left img {
  width: 200px;
}

.email-content-box {
  position: relative;
}
  .counter-section .slick-slide.slick-active{
    display: flex;
    justify-content: center;
  }

.contact-card__body{
  margin-top: 61px;
}
.contactUs_social_media .contact-card__body a{
  color: #666;
  font-family: var(--english-font);
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}
.contact-card__body a i{
  font-size: 20px;
}
.contactUs_social_media .contact-card__body h5{
  color: #313131;
  font-family: var(--english-font);
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding: 20px 0;
}

.contact-card__body ul li{
  margin-bottom: 20px;
}
.contact-card__body ul li a{
  width: 50px;
  height: 50px;
  box-shadow: 4px 3px 10px 0px rgba(0, 0, 0, 0.12);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.contact-card__body ul li a img{
  width: 30px;
}


@media (max-width: 768px){
  .contactUs_social_media{
    margin-top: 30px;
  }
  .contactUs_social_media .contact-card__body a{
    font-size: 16px;
  }
}
.team-card__body-id .progress{
  border: 1px solid #0099FF;
}


.dashboard_droupdown nav{
  margin: 20px;
  position: relative;
}
.dashboard_droupdown ul{
  list-style: none;
  display: flex;
  align-items: center;
}
.dashboard_droupdown .display-picture{
  margin-left: auto;
}
.dashboard_droupdown .display-picture img{
  width: 50px;
  border-radius: 50%;
  border:2px solid #fff;
}
.dashboard_droupdown .display-picture img{
border:2px solid var(--brand-color);
}

.dashboard_droupdown .card{
  transition: 0.5s ease;
  border: none;
}

.dashboard_droupdown .card ul{
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background-color: #F4FCFF;
  position: absolute;
  top: 11px;
  right:0rem;
  gap: 5px;
  border-radius: 10px;
  padding: 10px;
}
.dashboard_droupdown .card ul li{
  width: 100%;
}
.dashboard_droupdown .card ul li:hover{
  background-color: var(--brand-color);
}
.dashboard_droupdown .card ul li a{
  color: black;
  display: block;
  padding: 10px 0;
}
.dashboard_droupdown .card ul li button{
  padding: 10px 0 !important;
  width: 100%;
  text-align: start;
}
.dashboard_droupdown .hidden{
  display: none;
}
.mobail_dashboard_droupdown{
  display: none;
}

.mobail_dashboard_droupdown.dashboard_droupdown:hover nav .hidden{
  display: block !important;
}

@media (max-width:991px){
  .mobail_view_header{
    display: flex;
    justify-content: space-between;
  }
  .mobail_dashboard_droupdown{
    display: block !important;
  }
  .mobail_view_header .navbar-expand-lg{
    width: 57%;
  }
}
@media (max-width:768px){
  .mobail_view_header .navbar-expand-lg{
    width: 70%;
  }
}

.dashboard-sidenav{
  height: 100%;
  background: #F4FCFF;
  border-radius: 10px;
}

.account_setting .account_setting_body .user_image{
  width: 154px;
  height: 154px;
  margin-bottom: 26px;
}
.account_setting .account_setting_body .user_image img{
  border-radius: 100%;
  border: 1px solid var(--brand-color, #00BFFF);
}

.account_setting .account_setting_body{
  padding: 50px;
}
.account_setting .account_setting_body .profile_name{
  margin: 10px 0;
}
.account_setting .account_setting_body .profile_name{
  color: #000;
  font-family: var(--english-font);
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.account_setting .account_setting_body p {
  color: var(--666666, #666);
  font-family: var(--english-font);
}
@media (max-width: 991px){
  .account_setting .account_setting_body{
    padding: 0;
  }
}

.section.search_partner_user .search__right-thumb {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: row;
  gap: 8px;
  padding: 15px;
}

.section.search_partner_user .search__right-thumb img {
  width: 90px;
  height: 90px;
  border: 2px solid var(--brand-color);
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.section.search_partner_user .search__right-thumb p {
  font-weight: 700;
  font-size: 16px;
  color: #000;
}

.member-info__id span {
  color: rgb(var(--base));
  margin-left: 5px;
}

.section.search_partner_user .profile-contant ul li {
  padding: 8px 15px;
}

.section.search_partner_user .profile-contant ul li {
  display: flex;
  align-content: center;
  gap: 10px;
  width: 100%;
  padding: 8px;
}

.section.search_partner_user .profile-contant ul li p:first-of-type {
  border-right: 2px dashed #99999975;
}

.section.search_partner_user .profile-contant ul li p {
  margin: 0;
  padding: 0;
  width: 50%;
  padding: 5px 0;
  color: #999;
}

.section.search_partner_user .view-more {
  text-align: center;
  margin: 20px 0;
}

.section.search_partner_user .view-more .icon-anchor.btn--messenger {
  background: transparent;
}

.section.search_partner_user .view-more .btn {
  color: #ff1493;
  border-bottom: 1px solid #ff1493;
}

.section.search_partner_user .search__right {
  margin-bottom: 25px;
  border: 2px solid #ff1493;
  border-radius: 3px;
  height: 440px;
}

.section.search_partner_user .profile-filter {
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: 25px;
}

.section.search_partner_user form.search-form select {
  border: 1px solid #000;
  color: #000 !important;
}

.section.search_partner_user form.search-form p {
  color: #000;
  margin-bottom: 10px;
}

section.search_partner_user .form-check input {
  border-radius: 10px;
  border: 1px solid var(--brand-color, #00BFFF);
  box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.16);
  color: #00BFFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.otp_box{
  height: 900px;
}

.otp_box .title h4{
  color: #313131 !important;
  font-family: var(--english-font);
  font-size: 25px !important;
  font-weight: 500 !important;
}

.otp_box .title p{
  color: #666;
  font-family: var(--english-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.otp_box .title .user_phone{
  color: #666;
  font-family: var(--english-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: lowercase;
}

.otp_box .title .user_phone span{
  color: #00BFFF;
  font-family: var(--english-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-transform: capitalize;
}

.otp_box .otp_resend_text span{
  color: #00BFFF;
  font-family: var(--english-font);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.otp_box .otp_resend_text p{
  color: #666;
  font-family: var(--english-font);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-transform: capitalize;
}

.otp_box button{
  width: 211px;
}

@media (max-width: 768px){
  .otp_box{
    padding: 15px !important;
  }

  .otp_box button{
    width: 100%;
    margin-top: 95px;
  }
}

.verification_success{
  padding: 60px;
}

.verification_success .success_icon{
  width: 171px;
  height: 171px;
}

@media (max-width: 768px) {
  .verification_success .success_icon{
    width: 113px;
    height: 113px;
    padding: 28px 0;
  }
}

form.search-form ul .form-check {
  position: relative;
  width: 100%;
  padding: 0;
  margin-right: 0;
}

form.search-form ul .form-check label {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #000;
}

form.search-form ul .form-check-input {
  border: 1px solid var(--brand-color);
  width: 100px;
  padding: 18px;
  background: transparent;
  border-radius: 5px;
  margin-top: 0px !important;
  width: 100%;
  margin-left: 0px !important;
  margin-right: 0;
}

form.search-form ul .form-check-input:checked[type="radio"] {
  background: var(--brand-color) !important;
  border-color: var(--brand-color);
}

.section.search_partner_user .profile-filter p {
  margin-bottom: 0px;
}

section.contact-info-pdf .profile-contant ul li p:first-of-type {
  border-right-style: dashed;
  border-color: #D9D9D9;
}

section.contact-info-pdf .profile-contant ul li p {
  margin: 0;
  padding: 0;
  width: 50%;
  padding: 5px 0;
  color: var(--666666, #666);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

section.contact-info-pdf .profile-contant ul li {
  display: flex;
  align-content: center;
  gap: 10px;
  width: 100%;
  padding: 8px;
}

section.contact-info-pdf .profile-contant ul li {
  padding: 8px 15px;
}

section.contact-info-pdf .profile-contant i {
  margin-right: 10px;
}
section.contact-info-pdf .header {
  background-color: #FFF !important;
  display: flex !important;
  align-items: center !important;
}
section.contact-info-pdf .header .prifile_id_date{
  background-color: #EAF7FE !important;
  border-radius: 0px 45px 45px 0px !important;
  padding: 45px !important;
}

section.contact-info-pdf .header a.navbar-brand.logo {
  margin: 25px auto;
}

.dashbord_body_boder ul#pills-tab {
  gap: 15px;
}

.dashbord_body_boder ul#pills-tab li.nav-item button {
  border: 1px solid var(--brand-color);
  color: var(--brand-color);
}

.dashbord_body_boder ul#pills-tab li.nav-item .active {
  background: var(--brand-color);
  border: 1px solid var(--brand-color);
  color: #fff !important;
}

.dashboard-menu .list.menu-item li a:hover span path {
  fill: white !important;
}

.modal .close_your_profile_btn.active{
  background: var(--brand-color, #00bfff);
  border: 1px solid transparent;
  color: var(--whiteColor);
}



/* rating style */

.review_page .star-rating {
  direction: rtl;
  display: inline-block;
  cursor: default;
}
.review_page .star-rating input[type=radio] {
  display: none;
}
.review_page .star-rating label {
  color: #bbb;
  font-size: 2rem;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.review_page .star-rating label:hover,
.review_page .star-rating label:hover ~ label,
.review_page .star-rating input[type=radio]:checked ~ label {
  color: #FF1493;
}


.logout_modal_text{
  color: #000;
  font-family: var(--body-font);
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.logout_modal_btn a{
  padding: 10px 64px !important;
  border: 1px solid #0099FF;
  background-color: transparent;
  color: #00BFFF;
}
.logout_modal_btn a:hover{
  color: #FFF;
}
.logout_modal_btn button{
  padding: 10px 64px !important;
  border: 1px solid #0099FF;
  background-color: transparent;
  color: #00BFFF;
}
.logout_modal_btn button:hover{
  color: #FFF;
}
@media (min-width: 600px){
  .modal-dialog {
      max-width: 570px;
      margin: 1.75rem auto;
  }
}

.plan_item a.plan_value.btn:hover {
  color: var(--brand-color) !important;
}

.banner_mask{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 55;
}


.user_profile_section .profile-contant ul li {
  text-align: left;
}

.dashbord_body_boder .shape-right img.position-absolute {
  width: 26%;
  top: 0;
  right: 0;
}
.dashbord_body_boder .shape-left img.position-absolute {
  width: 38%;
  bottom: 0;
  left: 0;
}
.modal-backdrop{
  position: inherit;
}
.profile_info_download{
  color: #000;
  font-family: var(--body-font);
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding: 20px 0 30px;
}
.profile_info_download_btn{
  color: #FFF;
  font-family: var(--body-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  padding: 15px 31px;
}
.purchase_history_current_plan_text{
  color: var(--313131, #313131);
  font-family: var(--english-font);
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  
}
.purchase_history_current_plan_text_free{
  color: var(--666666, #666);
  font-family: var(--english-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  }
  .purchase_history_current_plan_text_desctiption{
    color: var(--666666, #666);
    font-family: var(--english-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; 
    padding-bottom: 50px;
  }
  .purchase_history_create_plan{
    color: var(--313131, #313131);
    font-family: var(--english-font);
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
  }

  .profile-setting-mobile {
    display: none;
}

.profile-setting-desktop {
  display: block;
}

@media (max-width:768px){
  .profile-setting-mobile {
    display: block !important;
}

.profile-setting-desktop {
  display: none !important;
}
  .purchase_history_current_plan_text{
    font-size: 16px;
  }
  .purchase_history_current_plan_text_free{
    font-size: 10px;
  }
  .purchase_history_current_plan_text_desctiption{
    font-size: 10px;
  }
  .purchase_history_create_plan{
    font-size: 16px;
  }
}
  div#basicInformation .remeber-me input {
    margin-right: -18px !important;
    display: block;
    margin-bottom: -18px;
}

.array_fill{
  fill: var(--brand-color) !important;
}
.mobail_number{
  background-color: #CCF2FF;
}

.user-profile-dashboard{
  position: relative;
  z-index: 9;
}
.favourite_grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 320px));
  gap: 10px;
}

@media (max-width: 768px){
  .pricing_show{
    display: flex;
    position: fixed;
    z-index: 99;
    background: #FFF;
    bottom: 0;
    left: 0;
  }
  .pricing_show button{
    padding: 0;
    margin-top: 35px;
  }
  .pricing_plan_stories .circle_button{
    padding: 10px 20px ;
    margin: 20px 0 23px;
  }
  .section.pricing_plan_stories .card .circle{
    height: 0;
    width: 100px;
  }
  .pricing_show .circle .bar{
    display: none;
  }
  .section.pricing_plan_stories .card .circle .box, .section.pricing_plan_stories .card .circle .box span{
    top: -5px;
    width: 70px;
  }
  .section.pricing_plan_stories .card .circle .box{
    height: auto;
  }
  .footer{
    margin-bottom: 103px;
  }
  .back-to-top{
    bottom: 130px;
  }
  .section.pricing_plan_stories .totle_price p{
    font-size: 18px;
  }
  .pricing_plan_stories .circle_button{

  }
}
.modal-close-button{
  z-index: 99; 
  border: 1px solid #00BFFF;
  padding: 5px;
  border-radius: 50%;
  color: #00BFFF !important;
}



/* Style the button that is used to open and close the collapsible content */
.profile-setting-mobile .collapsible {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

/* Style the collapsible content. Note: hidden by default */
.profile-setting-mobile .content {
  padding: 0;
}

.profile-setting-mobile button.collapsible {
  background: var(--brand-color);
  margin: 4px 0;
  border-radius: 10px;
  color: #fff;
}

.profile-setting-mobile .accordion-body {
  padding: 0;
}

.profile-setting-mobile button.collapsible span i {
  font-size: 22px;
  float: right;
}

.modal-body .refund-policy {
  margin-top: 10px;
}

.modal-body .refund-policy a {
  text-decoration: underline;
}

.section.bg-light.user_profile_section small a.text--base {
  background: var(--brand-color);
  padding: 13px 93px;
  margin-top: 50px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
}

.section.bg-light.user_profile_section .modal-body p {
  margin-bottom: 25px;
}

.menagment_info{
  display: flex;
}
.managment_contact{
  width: 60%;
  border: 2px solid #35B7EA;
}
.managment_contact h5{
  color: #FFF;
  background-color: #35B7EA;
  text-align: center;
  padding: 10px;
  margin: 0;
}
.managment_contact .contact_icon{
  border-right: 2px solid #35B7EA;
  width: 25%;
}
.contact_icon img{
  font-size: 100px;
  padding: 20px;
}
.managment_contact .contact{
  display: flex;
}
.managment_contact .contact .contact_info{
  display: flex;
  gap: 10px;
}
.managment_contact .contact .contact_info p{
  color: #40A9C8;
}
.managment_contact .contact .contact_info .contact_head{
  width: 40%;
  text-align: end;
}
.varified_icon{
  width: 40%;
  justify-content: center;
  align-items: center;
  display: flex;
}
.varified_icon img{
  width: 165px;
}

.filter-tab-btn {
  margin: 0;
  background: linear-gradient(112.12deg, #FEF5F9 -0.12%, #ffffff 76.88%);
  box-shadow: 0px 3px 6px rgb(4 192 255 / 39%);
  border-radius: 8px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

form.form-search .tab-filtering-content {
  margin-top: 15px;
}

form.form-search .tab-filtering-content .flex-box-col {
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr 1fr;
}

.filter-tab-btn.roted i.las {
  transform: rotate(180deg);
  transition: all .3slinear;
}