@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --green-color: #4cce5f;
  --light-green: #e3f8e6;
  --red: #f2392c;
  --golden: #fbbc04;
  --black: #000;
  --white: #fff;
  --input-bg-color: white;
}

h2 {
  font-weight: 700 !important;
  /* font-size: 40px; */
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  color: #18181f;
}

h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #18181f;
}

h4 {
  color: #18181f;
  font-size: 18px;
  font-weight: 600;
  line-height: 35px;
}

h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
  color: #ffffff;
}

h6 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 27px;
  color: #18181f;
}

body {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  overflow-x: hidden !important;
}

section.banner-sec {
  padding-top: 222px;
  height: 540px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* header.header .nav-item .custom-dropdown-menu .roe-container-div {
  transform: translateX(170px);
  transition: 0.5s !important;
 
} */

/* .top-header .nav-item:has(.custom-dropdown-menu.active-div) .roe-container-div {
  transform: translateX(0px);
} */

/*11feb2025//////////////////////////////////*/

header .Select-inner-text .Search-bar button {
  position: inherit !important;
}

header .Select-inner-text {
  display: flex;
  align-items: center;
  border: 1px solid #e3e9ed;
  background: #f7f7f7;
  border-radius: 50px;
}

header .Select-inner-text .all-select {
  width: 79%;
}

header .Select-inner-text input.form-control {
  border: none !important;
  background-color: transparent;
}

.top-header a.nav-link {
  font-weight: 600;
  font-size: 16px;
  line-height: 15px;
  color: #fff;
}

.top-header .side-menu ul {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
}

.top-header .side-menu {
  display: flex;
  align-items: center;
}

.top-header .side-menu ul li {
  list-style: none;
  margin-right: 0;
  margin-left: 60px;
}

.main-header .navbar.navbar-expand-lg {
  justify-content: space-between;
  padding: 0;
  gap: 30px;
  flex-wrap: nowrap;
}

.dropdown-menu.dropdown-menu-right.user-dash-n .main-div-recent.kooi {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
  justify-content: space-between;
}

.notification-link i.fa-solid.fa-xmark {
  color: #000;
  font-size: 12px;
}

.notification-link {
  padding: 20px;
}

.notification-link:hover {
  background-color: #f0f2f2;
}

.notification-link .main-div-recent.kooi {
  margin: 0 !important;
}

.dropdown-menu.dropdown-menu-right.user-dash-n .nk-notification {
  padding-top: 0;
}

.dropdown-menu.dropdown-menu-right.user-dash-n .notify .dropdown-head {
  padding: 20px;
  background-color: #4cce5f;
  color: #fff;
  font-weight: bold;
  border-radius: 20px 20px 0 0;
}

.dropdown-menu.dropdown-menu-right.user-dash-n .daiv span {
  font-size: 12px;
}

.dropdown-menu.dropdown-menu-right.user-dash-n .logo-name span {
  font-size: 13px;
  width: 100%;
  display: inline-block;
}

.dropdown-menu.dropdown-menu-right.user-dash-n .logo-name {
  max-width: 270px;
}

.dropdown-menu.dropdown-menu-right.user-dash-n .main-div-recent {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 30px;
}

.dropdown-menu.dropdown-menu-right.user-dash-n .main-div-recent.kooi {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
  justify-content: space-between;
}

.dropdown-menu.dropdown-menu-right.user-dash-n {
  width: 470px !important;
}

.dropdown-menu.dropdown-menu-right.user-dash-n .nk-notification-div {
  padding: 20px;
}

.logo-name span {
  color: #000;
}

.dropdown-menu.dropdown-menu-right.user-dash-n .date-displa span {
  color: #000;
}

.dropdown-menu.dropdown-menu-right.user-dash-n
  span.sub-title.nk-dropdown-title {
  color: #fff;
}

.dropdown-menu.dropdown-menu-right.user-dash-n .dropdown-foot.center {
  padding-bottom: 20px !important;
}

.header-btn.in-desktop {
  display: flex;
}

a.login-btn {
  background: #ffffff;
  border-radius: 130px;
  padding: 15px 56px;
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
  color: #18181f;
  text-decoration: none;
  /* transition: none; */
  border: 1px solid #ffffff;
  display: inline-block;
  white-space: nowrap;
  margin: 0;
}


@media only screen and (max-width: 575px) {
  .card_detail .form-row.row:first-child {
    margin-bottom: 10px !important;
}
  .stripe-field {
    margin-bottom: 0 !important;
}
    .form__field label {
    line-height: 1.4 !important;
    font-size: 13px !important;
}
.form-group.stripe-field .control-label.floating-label {
    left: 12% !important;
    padding-top: 0px;
}
}
/*
header.header .header-btn a.login-btn {
    transition: none;
}*/

/*a.login-btn:hover{
     transition: 0.3s ease-in-out!important;
}*/

a.login-btn.cta-btn {
  border-radius: 130px;
  background: none;
  color: #fff;
  margin-right: 10px;
}

.header-btn.in-desktop.hidecheckout a:hover {
  /* background: #4cce5f;
  border-color: #4cce5f; */
  color: #fff;
}

.top-header a.nav-link {
  padding: 0 !important;
}

.top-header nav.navbar.navbar-expand-lg {
  padding: 0;
}

.top-header li.nav-item {
  margin-right: 80px;
  padding: 15px 0px;
}

.dropdown-toggle::after {
  display: none;
}

.form__error-text {
  color: #f25356;
  margin-top: 10px;
  font-size: 14px;
  padding-top: 10px;
}

.top-header li.nav-item.dropdown {
  position: relative;
}

.top-header .dropdown-toggle {
  display: inline-block;
}

.top-header .cus-drop i {
  font-family: "fontAwesome";
  color: #fff;
  font-size: 14px;
  transition: all 0.1s linear;
}

.main-header {
  padding-top: 28px;
}

header.header {
  position: absolute;
  width: 100%;
  z-index: 999;
  padding: 17px 35px 0;
}

.top-header nav.navbar.navbar-expand-lg {
  justify-content: space-between;
}

.top-header .side-menu button {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  border: none;
  background: none;
  color: #fff;
  padding-left: 10px;
  outline: none;
}

.top-header button.chat-btn {
  border-right: 1px solid;
  position: relative;
  padding-right: 15px;
}

.top-header button.chat-btn:before {
  content: "";
  position: absolute;
  background: #4cce5f;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  top: 0;
  right: 5px;
}

.top-header .side-menu i {
  color: #ffffff;
}

.top-header li.nav-item:last-child {
  margin-right: 0;
}

.banner-sec .Select-text {
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 170px;
  align-items: center;
}

.logos-text h5 {
  font-weight: 400 !important;
}

.logos-text span {
  font-weight: 600;
}

.grid-wrapp {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.img_logs img {
  width: 100%;
  height: 100%;
}

.img__wrapper_boxs_text {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  top: 0;
  /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)); */
}

.img__wrapper_boxs:hover .img__wrapper_boxs_text {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.img__wrapper_boxs {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.img__wrapper_boxs_text h5 {
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
}

.banner-sec .all-select {
  display: flex;
}

.banner-sec .all-select select {
  background: #eeeeee;
  border-radius: 170px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #656f79;
  border: none;
  outline: none;
}

.banner-sec .search input {
  border: none;
  outline: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #656f79;
  padding: 0px;
}

.banner-sec .Search-bar i {
  background: #18181f;
  border-radius: 170px;
  color: #fff;
  padding: 16px 32px;
  font-size: 18px;
}

.banner-sec.banner-new-sec .content-wrapper a.login-btn.browse-btn {
  background-color: #4cce5f;
  border-color: #4cce5f;
  color: #fff;
}
.banner-sec.banner-new-sec .content-wrapper a.login-btn.browse-btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.banner-sec button#button-addon5 {
  border: none;
  background: no-repeat;
  outline: none;
}

.trending-btn ul li {
  list-style: none;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #ffffff;
}

.trending-btn ul {
  display: flex;
  padding-left: 0;
  margin: 0;
  margin-top: 20px;
  gap: 6px;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: center;
  overflow-x: auto; /* allow scroll */
  scroll-behavior: smooth; /* smooth horizontal scroll */
  -webkit-overflow-scrolling: touch; /* smooth on mobile */

  scrollbar-width: none; /* hide scrollbar in Firefox */
}

.trending-btn ul::-webkit-scrollbar {
  display: none; /* hide scrollbar in Chrome/Safari */
}

.trending-btn ul li a {
  margin: 0 !important;
}

.trending-btn ul li a {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 130px;
  color: #fff;
  padding: 6px 17px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  margin-left: 7px;
  text-decoration: none;
  display: block;
  /* transition: 0.5s; */
  white-space: nowrap;
}

.banner-sec .trending-btn li.simple {
  padding-right: 0px;
}

.content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 33px 0px;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.52);
}

.banner-sec .Select-text .form-control:focus {
  box-shadow: none;
}

.banner-sec .Select-text .form-group {
  margin: 6px;
  padding: 8px 23px;
  background: #eeeeee;
  border-radius: 170px;
}

.banner-sec .Select-text .search {
  padding: 20px 26px;
}

a.login-btn:hover {
  background: #18181f;
  color: #fff;
  transition: none;
  border-color: #18181f;
}

a.login-btn.cta-btn:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.g-recaptcha.cta.btn {
  border-radius: 30px;
}

.logos-text h5 {
  margin: 0;
}

.top-header .side-menu i {
  color: #fff;
}

.banner-sec .logos-text {
  margin-right: 18px;
}

.p-110 {
  padding: 110px 0px;
}

.templates-sec .template-content {
  max-width: 1021px;
  margin: auto;
  width: 100%;
  text-align: center;
}

.templates-sec .nav-tabs {
  border: none;
}

.templates-sec .nav-tabs .nav-link {
  border: none;
}

.templates-sec ul.nav.nav-tabs {
  justify-content: center;
}

.templates-sec .tab-wrapper a.nav-link {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #656f79;
}

.templates-sec a.nav-link.active {
  color: #18181f !important;
  position: relative;
}

.templates-sec a.nav-link.active:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 102px;
  background: #18181f;
  bottom: 0;
  left: 10px;
}

.templates-sec .tab-content {
  padding-top: 40px;
}

.templates-sec .category-img {
  margin-bottom: 20px;
  position: relative;
}

.templates-sec .box-img img {
  width: 100%;
  height: auto;
}

.templates-sec .category-img img {
  width: 100%;
  height: auto;
}

.templates-sec .category-img.p-30 {
  padding-top: 30px;
}

.join-logo-sec {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 83px 0px;
}

.join-logo-sec .register-text {
  width: 50%;
}

.join-logo-sec .download-text {
  width: 50%;
  text-align: start;
  padding: 0 30px;
  /* background-image: url(../img/Group\ .png); */
  /* background-repeat: no-repeat; */
  /* background-position: 0 32%; */
}

.logomax-img {
  text-align: center;
}

.join-logo-sec .join-btn a {
  background: #1877f2;
  border-radius: 140px;
  color: #fff;
  padding: 15px 0px;
  display: block;
  margin-bottom: 18px;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  text-align: center;
}

.join-logo-sec a.g-btn {
  background: #f25356;
}

.join-logo-sec a.email-btn {
  background: #fff;
  border: 1px solid #e0dfe0;
  border-radius: 140px;
  color: #18181f;
}

.join-logo-sec .download-text p {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  color: #18181f;
  /* margin-top: 88px; */
  margin: 0;
}

.quote-img {
  margin-top: 20px;
}

.review-site-text {
  line-height: 0px;
}

.review-heading .review-site-text {
  padding-top: 30px;
}

.join-logo-sec .register-text p {
  font-weight: 400;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  color: #656f79;
  margin-bottom: 0px;
}

.join-logo-sec .register-text p a {
  color: #656f79;
  text-decoration: underline !important;
}

.join-logo-sec .register-text p a:hover {
  color: #4cce5f;
}

.join-logo-sec .register-text h6 {
  margin-bottom: 30px;
  text-align: center;
  font-size: large;
  font-weight: 600;
}

.join-logo-sec .join-btn i {
  font-size: 18px;
  padding-right: 8px;
}

.join-logo-sec a.email-btn i {
  font-weight: normal;
}

.join-logo-sec .join-logo-text {
  max-width: 852px;
  margin: auto;
  background: #ffffff;
  border-radius: 25px;
  padding: 50px;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 50px;
}

.join-logo-sec a.now-btn {
  background: #18181f;
  border-radius: 200px;
  color: #fff;
  padding: 20px 50px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.join-logo-sec .join-btn a.now-btn {
  margin-top: 30px;
  display: inline-block;
}

.popular-sec .popular-btn ul {
  display: flex;
  padding: 0px 50px;
  list-style: none;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0px;
  gap: 20px;
}

.popular-sec .popular-btn li a:hover {
  background: #18181f;
  color: #fff;
  transition: 0.5s;
}

.join-logo-sec a.now-btn:hover {
  background: #4cce5f;
  color: #18181f;
  transition: 0.5s;
}

.popular-sec .popular-btn a.show-btn:hover {
  background: #fff;
  color: #18181f;
}

.popular-text {
  margin-bottom: 33px;
}

.popular-sec a.show-btn {
  border: none !important;
  padding: 0 !important;
}

.popular-sec .popular-btn li {
  margin: 0 !important;
}

.popular-sec .popular-btn li a {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #18181f;
  text-decoration: none;
  border: 1px solid #18181f;
  border-radius: 200px;
  padding: 20px 40px;
  display: block;
}

.popular-sec .popular-btn li:last-child {
  margin-right: 0;
}

.content-wrapper a.login-btn {
  display: block;
  padding: 12px 27px;
}

.popular-sec .popular-btn li.show-more {
  border: none;
}

.popular-sec .popular-btn a.show-btn {
  text-decoration: underline !important;
}

.slider-sec .logomax-content {
  max-width: 100%;
  margin: auto;
  text-align: center;
}

section.slider-sec {
  background-image: radial-gradient(
    rgba(255, 255, 255, 1),
    transparent 20%,
    rgba(0, 0, 0, 0.05)
  );
}

.slider-sec .slider-box {
  background-color: #ffffff !important;
  border: 1px solid #e0dfe0;
  border-radius: 25px;
  padding: 23px;
  margin-right: 15px;
  height: auto !important;
  position: relative;
}

.select-dropdown__list.active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1, 1);
  background: #fff;
  border: 1px solid #e0dfe0;
  top: 85%;
}

.review-head {
  display: flex;
  align-items: center;
}

.title h6,
.title p {
  margin-bottom: 0px;
}

.title {
  padding-left: 10px;
}

/* .slider-sec .slick-track {
  display: flex !important;
  left: 1px !important;
} */

/* .slider-sec .slick-wrapper {
  margin-top: 50px;
} */

.slider-sec .slider-content {
  text-align: start;
  padding-left: 7px;
  padding-right: 7px;
}

.slider-sec .choice-text {
  display: flex;
  padding-top: 11px;
  align-items: center;
}

.slider-sec .Verified-content {
  display: flex;
  padding-left: 13px;
  align-items: center;
}

.slider-sec .Verified-content p {
  margin: 0;
  padding-left: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #656f79;
}

.slider-sec .Verified-content i {
  background: #656f79;
  color: #fff;
  height: 23px;
  width: 23px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.slider-sec .slider-content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #18181f;
  margin-bottom: 0px;
}

.slider-sec button.slide-arrow {
  color: #18181f;
  background: #fff;
  border: none;
  border: 1px solid #e0dfe0;
  outline: none;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  font-size: 15px;
  position: absolute;
  right: 0px;
  /*z-index: 999;*/
  z-index: 1;
  top: 45%;
  cursor: pointer;
}

.slider-sec button.slide-arrow:hover {
  color: #fff;
  background: var(--green-color);
}

/* .slider-sec .slide-arrow.next-arrow.slick-arrow.slick-disabled:hover {
  color: #fff;
  background: var(--green-color);
} */

.slider-sec button.slide-arrow.prev-arrow.slick-arrow {
  left: -28px;
  right: unset;
}

.slider-sec button.slide-arrow.next-arrow.slick-arrow {
  right: -28px;
}

footer {
  background: #18181f;
  z-index: 1;
  position: relative;
}

.slider-sec {
  padding-bottom: 110px;
}

.top-footer .social-media-text h6 {
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  color: #ffffff;
  text-align: start;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.footer-text p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  padding-top: 25px;
}

.top-footer .social-media-text {
  padding-top: 50px;
}

.top-footer .social-icon i {
  border: 1px solid #ffffff;
  color: #ffffff;
  height: 38px;
  width: 38px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 15px;
  margin-right: 16px;
}

.footer-text {
  text-align: start;
}

.top-footer .social-icon {
  text-align: start;
}

.top-footer .business-text.social-media-text {
  padding-top: 0px;
}

.business-text ul {
  list-style: none;
  padding-left: 0;
  text-align: start;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}

.site-footer {
  border-top: 1px solid #656f79;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0px;
}

.site-footer .Copyright-text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  margin: 0;
}

.top-footer .business-text ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
}

.top-footer .business-text ul li {
  width: 100%;
  /* max-width: 50%; */
}

.top-footer .business-text ul li a:hover {
  outline: none;
  text-decoration: none;
  color: #4cce5f;
}

.site-footer button.btn.btn-secondary.dropdown-toggle {
  background: unset;
  border: 1px solid #ffffff;
  border-radius: 5px;
  padding: 22px 25px;
  outline: none;
}

.top-footer .social-icon i:hover {
  background: #fff;
  color: #18181f;
  transition: 0.5s;
}

.top-footer .social-icon a:hover {
  text-decoration: none;
  outline: none;
}

.site-footer button.btn.btn-secondary.dropdown-toggle {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.site-footer .dropdown-toggle::after {
  margin-left: 42px;
}

/*  */
.category-name p {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  margin: 0;
  color: #ffffff;
}

.category-name {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.category-name:hover {
  opacity: 1;
}

.site-footer .dropdown {
  position: relative;
}

/* .site-footer .dropdown:before {
content: '\f107';
position: absolute;
font-family: 'FontAwesome';
right: 13px;
top: 17px;
color: #fff;
} */

.site-footer .dropdown-toggle {
  padding-right: 40px;
}

.site-footer .dropdown-toggle:focus,
.site-footer .dropdown-toggle:active {
  box-shadow: none;
}

.top-header a.nav-link {
  position: relative;
}

.top-header a.nav-link:after {
  content: "";
  position: absolute;
  display: none;
  height: 2px;
  width: 0;
  bottom: -6px;
  left: 0;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
  right: 0;
}

.top-header a.nav-link:hover::after {
  width: 100%;
  font-weight: 700;
}

/* .top-footer .business-text ul li a:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
  left: 0;
  right: 0;
  bottom: 4px;
} */

.cus_dropdown.price_cust {
  position: relative;
}

.cus_dropdown.price_cust .cus_dropdown_menu {
  bottom: calc(100% + 0px);
  height: 100vh;
  overflow: auto;
  max-height: 50vh;
}

.cus_dropdown.price_cust .cus_dropdown_menu .cus_dropdown-item {
  width: 100%;
}

.cus_dropdown.price_cust .cus_dropdown_menu .cus_m_wrapper {
  padding: 18px 0px 0px;
}

.top-footer .business-text ul li a:hover::after {
  width: 100%;
}

.top-footer .business-text ul li a {
  position: relative;
}

.trending-btn ul li a:hover {
  color: #18181f;
  background-color: #fff;
}

.header .dropdown:hover .dropdown-menu {
  margin: 0px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.top-header.home-page-se .dropdown-menu {
  background: #18181f;
}

.main-header {
  position: relative;
  z-index: 1;
}

.top-header.home-page-se {
  /* position: relative; */
  z-index: 2;
}

.top-header .dropdown-item:hover {
  color: #18181f !important;
  color: #18181f !important;
  background-color: transparent;
}

.top-header.home-page-se .dropdown .cus-drop:after {
  border-bottom-color: #18181f;
}

/*.header .dropdown .cus-drop:after {
content: "";
border: 9px solid transparent;
border-bottom-color: #fff;
position: absolute;
top: 36px;
right: -3px;
display: none;
}
*/
.header .dropdown:hover .cus-drop:after {
  display: block;
}

/*  */
header.header.custom-header {
  padding: 0;
  position: relative;
}

/* .custom-header .Select-text {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
padding: 11px 15px;
} */

/* .custom-header .banner-content {
width: 100%;
max-width: 1420px;
} */

.banner-content input.form-control {
  border-radius: 5px;
  border: 1px solid #e3e9ed;
  background: #f7f7f7;
  padding: 17px 15px;
  height: auto;
}

/* .banner-content input.form-control {
padding: 0;
background: none;
border: none;
} */

.custom-header .main-header input.form-control:focus {
  background-color: none;
  box-shadow: none;
  border: none;
}

.custom-header .main-header button#button-addon5 {
  border: none;
  background: none;
  right: 10px;
  padding: 0;
}

.filter-content {
  display: flex;
  align-items: center;
  padding: 40px 0px 0px;
}

.filter-title {
  width: 20%;
  max-width: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 30px;
  padding-left: 0px;
  cursor: pointer;
}

.filtter-slider {
  width: 80%;
}

.filter-sec .container-fluid {
  padding: 0 50px;
}

.vita-img {
  text-align: center;
  padding: 120px;
  border-radius: 25px;
  border: 1px solid #e3e9ed;
  background: #fff;
}

.brand-text {
  padding-left: 30px;
}

.row.custom-align {
  align-items: center;
}

.logo_wrapper {
  padding: 60px 0;
}

.template_content {
  display: flex;
  align-items: center;
  padding-top: 20px;
}

.template_content p {
  margin: 0;
  padding-left: 10px;
}

.template_content i {
  font-weight: 400;
  color: #18181f;
  font-size: 15px;
}

.num h2 {
  text-align: start;
  padding-top: 20px;
  font-weight: bold;
  /*    font-size: 30px;*/
  font-size: 38px;
}

.similar_wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}

.similar_img_box img {
  width: 100%;
}

.similar_img_box {
  border-radius: 25px;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 58px 30px;
}

.similar_img_box.black {
  background: #18181f;
}

.similar_img_box.red {
  background: #7e0d09;
}

.similar_img_box.white {
  width: 100%;
  margin: auto;
  text-align: center;
  border-radius: 25px;
  background: #f7f7f7;
}

.similar_img_box.white img {
  max-width: 110px;
  margin: auto;
}

.similar_text h5 {
  color: #18181f;
  margin-bottom: 30px;
}

.brand-text .card-header.collapsed {
  background: none;
  border: none;
  padding: 10px;
}

.brand-text a.card-title {
  color: #656f79;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.brand-text .card-header {
  position: relative;
}

.brand-text .card-header h5:after {
  content: "\f107";
  position: absolute;
  font-family: "FontAwesome";
  color: #18181f;
  z-index: 1;
  padding-left: 20px;
  top: 15%;
  right: 0px;
  padding: 0 !important;
}

.brand-text a.card-title {
  padding: 0 30px;
}

.brand-text .card-header:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  left: 0;
  position: absolute;
  color: #4cce5f;
  font-size: 24px;
  top: 0px;
}

.filter-img {
  display: flex;
  align-items: center;
}

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

.filter-img {
  max-width: 22px;
  height: 15px;
}

.filter-title p {
  margin: 0;
}

.filter-title p {
  margin: 0;
  padding-left: 11px;
  font-weight: 500;
  color: #18181f;
}

.filtter-button button {
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
}

.slider-box ul {
  display: flex;
  list-style: none;
  padding-left: 0;
}

a.now-btn {
  border-radius: 130px;
  background: #18181f;
  padding: 14px 54px;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid;
  transition: 0.3s ease-in-out;
}

a.now-btn:hover {
  background: #fff;
  color: #18181f;
}

.cta-btn {
  margin-top: 40px;
}

.vita-img {
  padding-bottom: 200px;
}

.img_logs {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 100%;
}

.filter_full .fil-slider {
  width: 86%;
}

/* .filtr_box {
background: #cccccc30;
border-radius: 5px;
cursor: pointer;
} */

.filtr_box a {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  padding: 0px 5px;
  color: #18181f;
  text-decoration: none;
}

.selected-filter-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
}

.selected-filter-wrap > label {
  padding-right: 6px;
}

.filtr_box i {
  font-family: "FontAwesome";
}

.slider-box button.slide-arrow.prev-arrow.slick-arrow {
  display: none !important;
}

.slider-box button.slide-arrow.next-arrow.slick-arrow {
  border: none;
  background: none;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
  cursor: pointer;
}

.slider-sec .slick-wrapper .slick-list.draggable {
  margin: 0;
  margin-right: -15px;
}

.fil-slider .slick-list:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.77);
  z-index: 1;
  left: 90%;
}

.fil-slider .slick-list {
  position: relative;
}

.fil-slider .slick-list.draggable {
  margin-right: 40px;
}

.search_head p {
  color: #18181f;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 14px;
}

.search_sec input[type="checkbox"] {
  position: relative;
  border-radius: 2px;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 0 0.6em 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  min-height: 17px;
  min-width: 17px;
  appearance: none;
  -webkit-appearance: none;
  opacity: 0.5;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #8d9397;
}

.container-div .form-control {
  font-size: 14px;
  line-height: 22px;
}

.search_sec input[type="checkbox"]:hover {
  opacity: 1;
}

.search_sec input[type="checkbox"]:checked {
  background-color: #18181f;
  opacity: 1;
}

.search_sec input[type="checkbox"]:before {
  content: "";
  position: absolute;
  right: 8px;
  top: 7px;
  width: 4px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}

.work_data {
  width: 20%;
  /* padding-right: 70px; */
}

.custom_check {
  display: flex;
  align-items: center;
  margin-bottom: -9px;
  gap: 5px;
  justify-content: space-between;
  padding: 8px 0px;
}

.search_sec {
  width: 100%;
  display: flex;
}

/* .img-box img:hover {
background-image: radial-gradient(rgba(255, 255, 255, 1), transparent 20%, rgba(0, 0, 0, 0.05));
} */

.img-box {
  /* background: none !important; */
  border: 1px solid #ccc;
  border-radius: 15px;
  overflow: hidden;
  background: radial-gradient(
    rgba(255, 255, 255, 1),
    transparent 20%,
    rgba(0, 0, 0, 0.05)
  ) !important;
}

.search_content label {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0px;
  color: #000;
  padding: 0px;
}

.search_head p {
  margin-bottom: 0px;
}

.search_head {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  margin-top: 6px;
}

.search_head i {
  padding-right: 13px;
  color: #18181f;
}

/* .search_style_wrapp.category {
    padding-top: 45px;
    } */

.search_style_wrapp {
  padding-bottom: 16px;
}

.show_logo {
  width: 80%;
  padding-left: 25px;
  padding-right: 15px;
}

.logo_head {
  padding-bottom: 20px;
}

.logo_img img {
  width: 100%;
}

.logo-detail-sec .vita-img {
  padding: 0px;
  background-image: radial-gradient(
    rgba(255, 255, 255, 1),
    transparent 20%,
    rgba(0, 0, 0, 0.05)
  );
  overflow: hidden;
}

/* .logo-detail-sec .vita-img:hover {
background-image: radial-gradient(rgba(255, 255, 255, 1), transparent 20%, rgba(0, 0, 0, 0.15));
} */

.logo-detail-sec .vita-img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.logo_img {
  border-radius: 25px;
  border: 1px solid #d9d9d9;
  background-image: radial-gradient(
    rgba(255, 255, 255, 1),
    transparent 20%,
    rgba(0, 0, 0, 0.05)
  );
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* max-width: 359px; */
  transition: 0.5s;
  position: relative;
}

.show_logo .col-lg-4 {
  margin-bottom: 20px;
  padding: 0 10px;
}

.logo_img.red {
  background: #7e0d09;
}

.logo_img.black {
  background: #18181f;
}

.img-box-head {
  width: 45px;
  height: 45px;
  background: antiquewhite;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
  font-size: 16px;
  font-weight: bolder;
}

.logo_img:hover {
  background-image: radial-gradient(
    rgba(255, 255, 255, 1),
    transparent 20%,
    rgba(0, 0, 0, 0.15)
  );
  cursor: pointer;
}

.logo_img.black:hover {
  background: #18181f;
}

.logo_img.red:hover {
  background: #7e0d09;
}

.heart_icon {
  border-radius: 5px;
  background: rgba(12, 18, 28, 0.6);
  height: 38px;
  width: 38px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  /*transition: all 0.3s ease-in-out;*/
}

.logo_img:hover .heart_icon {
  opacity: 1;
  visibility: visible;
}

.color_code .color-select {
  padding: 10px;
  position: relative;
  cursor: pointer;
}

.color_code.color-select > span {
  text-transform: uppercase;
  padding: 8px 0;
  display: block;
  cursor: pointer;
}

.color_code .color-select > span span {
  margin-top: -8px;
}

.color_code .color-select ul {
  width: 100%;
  overflow: visible;
  padding: 0;
  display: none;
}

.color_code .color-select ul:after {
  content: "";
  display: table;
  clear: both;
}

.color_code .color-select ul li,
.color_code .color-select > span span {
  list-style: none;
  width: 25px;
  height: 25px;
  display: block;
  border-radius: 50%;
  background: #fff;
  float: left;
  margin: 0 9px;
  cursor: pointer;
  position: relative;
  top: 3px;
}

.color_code .color-select ul li {
  margin-top: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.color_code .color-select ul li span {
  display: none;
}

.color_code .color-select ul li:hover {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}

.color_code select {
  border: none;
  outline: none;
  background-color: #fff;
  color: #18181f;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.color_code .color-select:before {
  position: absolute;
  content: "\f078";
  font-family: "FontAwesome";
  color: #18181f;
  right: 10px;
  top: 6px;
}

.filter-btn button {
  border-radius: 5px;
  border: 1px solid #e3e9ed;
  background: #fff;
  outline: none;
  padding: 18px 40px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
  transition: 0.5s;
}

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

.filter-sec {
  padding-bottom: 120px;
}

.header li.nav-item a {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
}

.menu-div .menu-div-container {
  width: 33.33%;
  color: #000000;
}

.next-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  position: relative !important;
  width: 100%;
  margin-left: 0;
  margin-bottom: 60px;
}
.next-button .page_next.lgs_pgn {
  position: absolute;
  right: 0;
}

.arrow-bt {
  border-radius: 5px;
  border: 1px solid #e3e9ed;
  background: #fff;
  margin-left: 20px;
}

.page-btn {
  display: flex;
  align-items: center;
}

.arrow-bt a {
  color: #18181f;
  font-weight: 600;
  text-decoration: none;
}

.arrow-bt i {
  color: #18181f;
}

.arrow-bt.black {
  border-radius: 5px;
  background: #18181f;
  margin-left: 0px;
}

.arrow-bt.black a {
  color: #fff;
}

.arrow-bt.black i {
  color: #fff;
}

.arrow-bt i {
  padding: 0 10px;
}

.page_next .page-item:first-child .page-link {
  border: none;
  background: none;
}

.page_next .page-item:last-child .page-link {
  border: none;
  background: none;
}

.page_next a.page-link.one {
  border-radius: 5px;
  border: 1px solid #e3e9ed;
  background: #fff;
  padding: 8px 25px;
}

.page_next a.page-link {
  color: #18181f;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* .page_next {
  position: absolute;
  right: 0;
} */

/*  */
section.logo-detail-sec ol.breadcrumb {
  margin-bottom: 0;
}

.download_sec {
  padding-bottom: 120px;
}

.load-btn a {
  border-radius: 130px;
  background: #18181f;
  padding: 20px 40px;
  text-decoration: none;
  transition: 0.3s ease;
}

.cta_wrapp.arrow-ct {
  display: flex;
  align-items: center;
  padding-top: 22px;
  margin-top: 30px;
}

.template_data {
  margin-left: 30px;
}

.load-btn i {
  color: #fff;
}

.cta_wrapp.arrow-ct a {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

a.request-btn {
  margin-left: 30px;
  background: #4cce5f;
}

a.download-btn img {
  padding-right: 12px;
}

a.download-btn i {
  padding-left: 27px;
}

.load-btn a:hover {
  background: #4cce5f;
}

a.request-btn:hover {
  background: #18181f;
}

.mission_data_head h2 {
  text-align: start;
}

/* .mission_text.right {
    padding-right: 30px;
    } */

.mission_text.left {
  padding-left: 30px;
}

.about_work {
  max-width: 1180px !important;
  width: 100%;
  align-items: center;
}

.went_text h2 {
  text-align: start;
}

/* .went_text {
width: 80%;
} */

.about_btn {
  width: 20%;
}

.about_btn a {
  padding: 20px 50px;
  border-radius: 200px;
  background-color: #fff;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #18181f;
}

.about_btn a:hover {
  background-color: #000;
  color: #fff;
}

.contact-head {
  text-align: center;
  width: 100%;
  max-width: 850px;
  margin: auto;
}

.contact_wrapper .share-icon i {
  border: 1px solid rgba(0, 0, 0, 1);
  height: 38px;
  width: 38px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #18181f;
  margin: 0 10px;
  background: #fff;
}

.arrow-bt a {
  padding: 18px 26px;
  display: block;
}

.contact_wrapper .share-icon i:hover {
  background: #fff;
  color: #18181f;
}

.contact_wrapper .share-icon a {
  text-decoration: none;
}

.share-icon {
  padding-top: 30px;
}

.contact_wrapper .share-icon i:hover {
  background: #18181f;
  color: #fff;
}

.video_wrapper .video-box {
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 887px;
  width: 100%;
}

.video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-thumb {
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

a.video-icon i {
  color: #18181f;
  font-size: 40px;
}

.long-head h2 {
  text-align: start;
}

/* .row.contact-wrappers {
  padding-top: 80px;
} */

.counter_dflex {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

section.counter {
  padding-bottom: 100px;
}

.counter_box span {
  font-size: 16px;
  padding-top: 15px;
  display: block;
}

a.video-icon {
  text-decoration: none;
}

.img img {
  width: 100%;
}

.header .dropdown-item:focus,
.dropdown-item:hover {
  color: #18181f !important;
}

.slick-img i {
  height: 30px;
  width: 30px;
  background: #4cce5f;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
}

.slider-sec .slider-box {
  display: flex;
  flex-direction: column;
}

.choice_star {
  margin-top: auto;
}

.popup_sec .modal-content {
  width: 100%;
  position: relative;
}

.img-modl {
  width: 50%;
}

.img-modl img {
  width: 100%;
}

.popup_sec .modal-dialog {
  margin-top: 100px;
}

.popup_sec .modal-content .modal-body {
  padding: 0;
  width: 100%;
}

.popup_sec .modl-img {
  width: 50%;
}

.popup_sec .modal-text {
  padding: 30px;
}

.login-modal {
  max-width: 462px;
  margin: auto;
}

.popup_sec .modal-content button.close {
  position: absolute;
  z-index: 99999;
  top: 20px;
  color: #656f79;
  font-size: 30px;
  right: 20px;
}

.popup_sec .modal_form input.form-control {
  padding: 10px 20px;
  border: 1px solid #e3e9ed;
  color: #656f79;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.filter-btn button:hover {
  background: #18181f;
  color: #fff;
}

.popup_sec .modal-btn a {
  border-radius: 5px;
  background: #18181f;
  padding: 17px;
  display: block;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  color: #fff;
  transition: 0.3s;
  border: 2px solid#18181F;
}

.popup_sec .modal-btn button {
  border-radius: 5px;
  background: #18181f;
  padding: 10px 20px;
  display: block;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  color: #fff;
  transition: 0.3s;
  border: 2px solid#18181F;
  width: 100%;
  cursor: pointer;
}

a {
  text-decoration: none !important;
}

.popup_sec .modal-btn {
  margin-top: 60px;
}

.popup_sec .modal-btn a:hover {
  background-color: #fff;
  color: #18181f;
}

.popup_sec .modal-btn button:hover {
  background-color: #fff;
  color: #18181f;
}

input.form-control:focus {
  box-shadow: none;
}

.popup_sec .join-btn a {
  margin: 0 !important;
  padding: 10px 20px !important;
  border-radius: 5px !important;
  border: 1px solid #e3e9ed !important;
  background: #fff !important;
  color: #18181f !important;
  transition: 0.4s;
}

.popup_sec .join-btn {
  margin-top: 20px;
}

.popup_sec .register-txt {
  padding-top: 20px;
}

.popup_sec .join-btn a:hover {
  background-color: #18181f !important;
  color: #fff !important;
}

.popup_sec .join-btn a:hover a.email-btn i {
  color: #fff !important;
}

.sign-account {
  margin-top: 30px;
  text-align: center;
}

.login-modal h2 {
  margin-bottom: 20px;
}

.sign-account p {
  font-size: 14px;
  font-weight: 600;
  color: #656f79;
}

.sign-account a {
  color: #18181f;
}

.form-group.password {
  position: relative;
}

a.password::before {
  content: "\f06e";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  right: 20px;
}

a.login.password::after {
  content: "\f070";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  top: 13px;
  right: 20px;
}

.popup_sec.join-logo-sec {
  padding: 0px;
}

.search_content ul li {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  margin: 10px;
  cursor: pointer;
}

.search_content ul li::marker {
  color: transparent;
}

.search_content ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.custom_step_form {
  max-width: 1261px;
  width: 100%;
  display: flex;
  margin: auto;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0px 24px 64px 0px rgba(0, 0, 0, 0.06);
  padding: 50px !important;
}

.checkout_sec {
  margin-top: -410px;
  position: relative;
  /*z-index: 99;*/
  padding-top: 0 !important;
}

.step_form h5 {
  color: #18181f;
  margin-bottom: 20px;
  font-size: 24px;
}

.step_form {
  width: 60%;
  padding-right: 15px;
}

/* .billing_wrapper select {
padding: 0px 20px !important;
} */

.custom_step_form select {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #e3e9ed;
  background: none;
  padding: 20px;
  color: #18181f;
  font-size: 16px;
  outline: none;
}

.custom_step_form input,
.custom_step_form select,
div#card-elements,
#card-number,
#card-expiry,
#card-cvc {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #e3e9ed;
  width: 100%;
  outline: none;
  font-size: 16px;
  /* cursor: pointer; */
  height: auto;
  line-height: normal;
  color: #18181f;
  background-color: transparent;
}

#card-number,
#card-expiry,
#card-cvc {
  margin-bottom: 1rem;
}

.continue_btn {
  border-radius: 130px;
  background: #18181f;
  padding: 15px 32px !important;
  display: inline-block;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  border: 1px solid #18181f;
  transition: 0.4s;
  cursor: pointer;
  min-width: 141px;
}

a.continue_btn:hover {
  background-color: #fff;
  color: #18181f;
}

.checkout_box {
  display: flex;
}

.checkout_summary h3 {
  color: #18181f;
  margin: 0;
}

.checkout_summary h3 {
  margin: 20px 0px 0px;
}

.checkout_summary {
  width: 40%;
  padding-left: 15px;
}

/* .summary_wrapp .img {
height: 109px;
max-width: 109px;
width: 100%;
} */

.summary_wrapp .img img {
  width: 100%;
}

.summary_wrapp {
  display: flex;
}

/* .drawn_data {
padding-left: 17px;
} */

.drawn_data p {
  font-size: 14px;
  color: #18181f;
  font-weight: 400;
  line-height: 20px;
}

.templete_wrapper {
  padding: 30px;
  border-radius: 5px;
  background: #f7f7f7;
  margin-top: 20px;
}

.additional_content {
  margin-top: 30px;
}

.add_account_wrapp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  /* border-bottom: 1px solid rgba(227, 233, 237, 1); */
}

.save_data p {
  color: #18181f;
  font-size: 15px;
  margin-bottom: 5px;
}

.save_data span {
  color: #18181f;
  font-size: 12px;
  display: inline-block;
  line-height: 1.2;
  margin-top: 5px;
}

.add_para small {
  /*    font-size: 74%;*/
  font-size: 12px;
}

.add_btn a {
  border-radius: 130px;
  border: 1px solid #18181f;
  padding: 15px 32px;
  font-size: 14px;
  color: #18181f;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  display: inline-block;
}

.add_btn a:hover {
  background-color: #18181f;
  color: #fff !important;
}

.total_data {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.total_data p {
  color: #18181f;
  font-size: 14px;
  margin: 0;
}

.filter-content .filtr_box {
  padding: 10px;
}

/*  */
.card_wrapper p {
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #18181f;
}

.card_wrapper span {
  height: 20px;
  width: 20px;
  background: #fff;
  display: block;
  border-radius: 50%;
  border: 1px solid rgba(217, 217, 217, 1);
  margin-right: 10px;
}

.card_wrapper.clicked span {
  position: relative;
  border: 1px solid;
}

.card_wrapper.clicked span:after {
  content: "";
  position: absolute;
  background: #18181f;
  height: 10px;
  width: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  left: 4px;
  top: 4px;
}

.card_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  cursor: pointer;
}

.card_detail {
  padding: 20px;
  padding-top: 0px;
}

.continue_btn:hover {
  background: #fff;
  color: #18181f !important;
}

.card_wrapper label {
  margin: 0;
}

.pay_form_data {
  border-radius: 5px;
  border: 1px solid #e3e9ed;
  background: #f7f7f7;
  margin-top: 20px;
}

.pay_form_data input {
  color: #656f79;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.col-md-6.code {
  position: relative;
}

.col-md-6.code:after {
  position: absolute;
  font-family: "FontAwesome";
  font-weight: bold;
  content: "\3f";
  font-size: 9px;
  border-radius: 50%;
  border: 1px solid rgba(101, 111, 121, 1);
  background: #fff;
  height: 16px;
  width: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 25px;
  right: 30px;
}

.billing_wrapper {
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
  border: 1px solid #e3e9ed;
  padding: 30px;
  margin-top: 19px;
  margin-bottom: 30px;
}

/* .billing_text {
max-width: 200px;
width: 100%;
} */
.billing_wrapper .bill-icon i:hover {
  color: #4cce5f;
  /*    border: 1px solid #4cce5f;*/
}

.bill-icon i {
  height: 38px;
  width: 38px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #18181f;
  border-radius: 50%;
  font-size: 16px;
  border: 1px solid #18181f;
}

.billing_text p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 8px;
  display: block;
  margin-bottom: 5px;
  line-height: 1.2;
  white-space: normal;
  width: auto;
  word-break: break-all;
}

.checkout_box h6 {
  font-size: 15px;
}

/* #billing_address_box h6 {
margin-bottom: 30px;
} */

.img_visa img {
  border-radius: 3px;
  border: 1px solid #e3e9ed;
  padding: 8px 12px;
}

.checkout_box.order_confirmation p {
  color: #18181f;
}

span.round-tab {
  padding-left: 20px;
  color: #fff;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.checkout_banner {
  padding-top: 0 !important;
}

li.disabled.last:after {
  display: none;
}

li.info:after {
  left: 230px !important;
}

.checkout_sec a.continue_btn.previous {
  display: none;
}

.step_form_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding-bottom: 70px;
}

.box_step button {
  display: inline-flex;
  border: none;
  background: none;
  padding: 0px;
  outline: none;
  align-items: center;
  /* cursor: pointer; */
}

.box_studio span.true_num {
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #000;
}

.box_step p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 11px;
}

.custom_step_form .mt-3.form__field {
  margin: 16px -5px !important;
}

.form__field.form-row.form__field {
  line-height: 0px;
  padding-bottom: 8px;
}

.step_form_content .form-group {
  margin: 0;
}

.card_wrapper input#test1 {
  width: auto;
}

.card_wrapper .form-group {
  margin: 0px;
  display: flex;
  align-items: center;
}

section#progress-form__panel-2 .mt-3.form__field {
  margin-bottom: 20px !important;
}

.card_detail {
  display: none;
}

form#progress-form [aria-selected="false"] .box_studio {
  /* background: rgba(255, 255, 255, 0.4); */
  background: rgb(255 255 255 / 92%);
}

span.true_img {
  display: none;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.box_studio {
  position: relative;
  height: 54px;
  width: 54px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box_step {
  position: relative;
  padding: 0px 15px;
  z-index: 99;
}

.box_step.border_last:before {
  display: none;
}

.box_step:before {
  content: "";
  position: absolute;
  width: 120%;
  height: 1px;
  background: #fff;
  top: 36px;
  left: 100%;
  margin: 0 0px 0px 15px;
  z-index: -1;
}

.box_step:nth-child(2)::before {
  width: 130%;
  margin: 0 0px 0px 15px;
}

/* .step_form_head{
    position: relative;
}

.step_form_head::before {
content: "";
position: absolute;
width: 100%;
height: 1px;
background: #fff;
top: 36px;
left: 0;
margin: 0px;
} */

.custom_step_form input::placeholder {
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #18181f;
  font-size: 16px;
}

form#progress-form {
  padding: 0 !important;
}

form#progress-form [data-complete="true"] .box_studio span.true_img {
  display: block;
}

form#progress-form [data-complete="true"] .box_studio span.true_num {
  visibility: hidden;
}

form#progress-form [data-complete="true"] .box_studio {
  background-color: #fff;
}

.blog-sec .Search-bar button {
  background: none;
}

.blog-sec .Select-text .search {
  width: 100%;
}

.blog-details-sec .share-content {
  align-items: center;
}

.share-post-text h6 {
  margin: 0px;
}

.blog-details-sec .share-icon {
  padding-top: 0px;
}

.header .dropdown-menu {
  background: #fff;
  color: #fff;
}

.header .dropdown-menu .dropdown-item {
  color: #18181f;
}

.logo_img {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}

.logo_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

/*.search_sec {
  overflow: hidden;
}*/

.search_sec.search_open .show_logo {
  width: 100%;
}

.filter-main-button {
  width: 20%;
  margin-bottom: 0.5rem;
  display: none;
}

/* .filter-bar .filtr_box {
border-radius: 20px;
} */

.filter-collapse {
  display: block;
  background: #f0f0f0;
  color: #424242;
  font-weight: 600;
  border-radius: 8px;
  line-height: 34px;
  max-width: initial;
  box-shadow: none;
  padding: 8px 24px;
  /* min-width: 145px; */
  margin-right: 20px;
  border: 0px;
  position: relative;
}

.badge.badge--blue {
  position: absolute;
  right: -7px;
  top: -6px;
  border-radius: 100%;
  border: 2px solid #f7f7f7;
  color: #ffffff;
  min-width: 22px;
  max-height: 21px;
  width: 22px;
  height: 21px;
  padding: 3px 2px;
  font-weight: 700;
  background-color: #4cce5f;
}

.search_sec.search_open {
  overflow: unset;
}

.filter-collapse img {
  max-width: 18px;
  /* margin-right: 10px; */
}

.fil-slider {
  width: 80%;
}

/*  */
.register_wrapper {
  width: 100%;
  max-width: 800px;
  margin: auto;
}

.register_box h2 {
  margin-bottom: 40px;
}

.sign-account {
  width: 100%;
}

.popup_sec .join-btn a {
  width: 100%;
  display: block;
  text-align: center;
}

.popup_sec .join-btn i {
  padding-right: 10px;
}

/* raj */
.filter-title {
  padding: 30px 5px 20px 20px;
}

.filter-collapse {
  padding: 12px 24px;
}

/*  */
.main-header.sticky-header.fixed-header {
  position: fixed;
  background-color: #fff;
  box-shadow: 0px 6px 14px 9px rgb(97 97 97 / 8%);
  z-index: 9999;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-animation: fadeIn 0.75s ease-out forwards;
  animation: fadeIn 0.75s ease-out forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: 0.4s;
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: 0.4s;
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.custom-header .login-btn.cta-register {
  border: 1px solid #090808 !important;
}

/* Shivani star Css */

/* utf star */

.rate {
  text-align: center;
  height: 46px;
  /* padding: 0 10px; */
  display: inline-block;
}

.rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
}

.rate:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ffe234;
  display: inline-block;
}

.rate:not(:checked) > label:before {
  content: "★ ";
}

.rate > input:checked ~ label {
  color: #ffc700;
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #deb217;
}

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}

.rating-str {
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.opn-rt a {
  font-size: 16px;
  font-weight: 400;
  color: darkblue;
}

div#billing-address {
  padding-top: 30px;
}

.opn-rt a:hover {
  text-decoration: none;
}

.opn-rt {
  margin-bottom: auto;
}

.file_wrapper {
  cursor: pointer;
}

a.asset-id-link__button {
  color: #000;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 6px;
  text-decoration: none;
}

.bill-icon i:hover {
  cursor: pointer;
}

.button.button--action-v2.detail-panel-file-id__container.js-details-hover-btn.margin-bottom-xsmall.new-ctx:hover {
  color: #fff !important;
  background: #000;
  border: 1px solid #000;
  /* transition: 0.3s ease-in-out; */
}

.button.button--action-v2.detail-panel-file-id__container.js-details-hover-btn.margin-bottom-xsmall.new-ctx:hover
  a.asset-id-link__button {
  color: #fff;
}

.button.button--action-v2.detail-panel-file-id__container.js-details-hover-btn.margin-bottom-xsmall.new-ctx:hover
  button
  i {
  color: #fff;
}

.search_sec .work_data.slide-in-right {
  background: #fff;
  padding-left: 0;
  margin-left: 0;
  position: relative;
  /* width: 20%; */
  padding: 0px 20px 20px 0px;
  border-right: 1px solid #e3e9ed;
}

.search_sec .work_data.slide-in-right::after {
  content: "";
  background-color: #d9d9d9;
  height: 100%;
  position: absolute;
  width: 1px;
  right: 0;
  top: 0;
  z-index: 9;
  display: none;
}

.img-text-list ul {
  /* padding: ; */
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.img-text-list .lowerLogoTxt ul li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 5px;
  color: #4cce5f;
  font-size: 15px;
  bottom: 0;
}

.img-text-list ul li {
  position: relative;
  padding-left: 14px;
  font-size: 12px;
  /* font-weight: bold; */
  line-height: 1.2;
  padding-top: 4px;
}

.templete_wrapper .img-text-list p {
  font-size: 13px;
  line-height: 1.5;
}

.img-text-list {
  padding-left: 15px;
  width: 80%;
}

.img-text-list p {
  font-size: 15px;
}

/* .drawn_data {
width: 20%;
} */

/* Logo detail Accordion css */
.brand-text .dropdown_data div#accordion .card {
  border: none;
  width: 100%;
}

.brand-text .dropdown_data div#accordion .card .card-body {
  padding-top: 0px !important;
  padding-left: 38px !important;
  font-size: 14px;
  line-height: 1.9;
}

.brand-text .dropdown_data div#accordion .card .card-header.pointer {
  background: none;
  border: none;
  padding: 7px 10px;
}

.brand-text .dropdown_data div#accordion .card .card-header.collapsed {
  background: none;
  border: none;
  padding: 7px 10px;
}

.brand-text .template_content {
  padding-top: 0px;
}

.num h2 {
  padding-top: 5px;
  padding-bottom: 7px;
}

/* .logo-detail-sec li.breadcrumb-item a {
  text-transform: capitalize;
} */

.breadcrumb-item + .breadcrumb-item::before {
  vertical-align: middle;
  font-size: 14px;
}

.brand-text .template_content p {
  font-size: 14px;
}

/* .brand-text .dropdown_data div#accordion .card .card-header.pointer h5 {
font-size: 16px;
margin-top: 2px;
} */

.brand-text .dropdown_data div#accordion .card .card-header h5:after {
  padding-left: 15px;
}

.checkout_summary .templete_wrapper .summary_wrapp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #cad3db;
    padding-bottom: 16px;
    gap: 12px;
}

.checkout_summary .templete_wrapper .summary_wrapp .img p {
  margin-top: 10px;
  text-align: center;
}

.checkout_summary .templete_wrapper .additional_content h6 {
  padding-top: 15px;
  font-weight: 700;
  font-size: 15px;
}

.checkout_summary .templete_wrapper .add_account_wrapp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  /* border-bottom: 1px solid rgba(227, 233, 237, 1); */
  padding-top: 15px;
  padding-bottom: 15px;
}

.checkout_summary .templete_wrapper .add_account_wrapp .add_btn {
  position: relative;
  /* width: 70%; */
}

.checkout_summary .templete_wrapper .add_account_wrapp .add_btn a {
  padding: 10px 30px;
  line-height: 1.2;
}

.checkout_summary .templete_wrapper .total_data.subtotal-box {
  padding-top: 10px;
}

.checkout_summary .templete_wrapper .table_data .subtotal-top-border {
  border-top: 1px solid rgba(227, 233, 237, 1);
}

/* .total_data.favicon-logo-box  {
padding: 10px 0px;
} */

.total_data p {
  padding: 16px 0px 0 0;
}

.show_logo .logo_img {
  border-radius: 25px;
  border: 1px solid #d9d9d9;
  background-image: radial-gradient(
    rgba(255, 255, 255, 1),
    transparent 20%,
    rgba(0, 0, 0, 0.05)
  );
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
  position: relative;
  max-width: 100%;
}

.show_logo .logo_img:hover {
  cursor: pointer;
  /* background-color: #FFF; */
  background-color: #e3e9ed;
}

/* Banner Css */

.banner-sec .Select-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.banner-sec .Select-text .all-select {
  display: block;
  width: 100%;
}

.banner-sec .Select-text .all-select .search {
  padding: 0px !important;
  /* padding-right: 0; */
}

.banner-sec .Select-text .all-select .search input.form-control {
  padding-right: unset;
}

.banner-sec .Select-text .Search-bar button {
  /* position: absolute; */
  /* top: 8px; */
  /* right: 10px; */
  transition: none;
  cursor: pointer;
}

.banner-sec .search input {
  /* border: none; */
  /* outline: none; */
  /* font-weight: 400; */
  /* font-size: 12px; */
  /* line-height: 24px; */
  /* color: #656F79; */
  /* padding: 0px; */
  /* display: block; */
  width: 100%;
}

section.banner-sec.banner-new-sec .Select-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

section.banner-sec.banner-new-sec .Select-text .all-select .search {
  padding: 0px !important;
  /* padding-right: 0; */
}

section.banner-sec.banner-new-sec
  .Select-text
  .all-select
  .search
  input.form-control {
  padding-right: unset;
  width: 100%;
  /* border: none; */
  /* outline: none; */
  /* font-weight: 400; */
  /* font-size: 12px; */
  /* line-height: 24px; */
  /* color: #656F79; */
  /* padding: 0px; */
  /* display: block; */
}

section.banner-sec.banner-new-sec
  .Select-text
  .Search-bar
  button#button-addon5 {
  position: unset;
  top: 0;
  right: 0;
  transition: none;
  cursor: pointer;
}

/*  */

section.banner-sec.banner-new-sec .Select-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
}

section.banner-sec.banner-new-sec .Select-text .all-select .search {
  padding: 0px !important;
  /* padding-right: 0; */
}

section.banner-sec.banner-new-sec
  .Select-text
  .all-select
  .search
  input.form-control {
  padding-right: unset;
  width: 100%;
  font-size: 16px;
  padding: 0px 20px;
  /* border: none; */
  /* outline: none; */
  /* font-weight: 400; */
  /* font-size: 12px; */
  /* line-height: 24px; */
  /* color: #656F79; */
  /* padding: 0px; */
  /* display: block; */
}

section.banner-sec.banner-new-sec
  .Select-text
  .Search-bar
  button#button-addon5 {
  position: unset;
  top: 0;
  right: 0;
  transition: none;
  cursor: pointer;
}

/* Search filter  show more button   */

.cat-wrapper {
  column-count: 3;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.cat-head {
  font-weight: 600;
}

.cat-data a {
  color: #18181f;
  cursor: pointer;
}

.show_more_modal_box {
  max-width: 940px;
}

.review-site-logo img {
  height: 155px;
}

.filtr_box.selected a {
  font-weight: bold;
}

.add_para p {
  margin-bottom: 0px;
}

/* .join-btn a {
  margin: 0 !important;
  padding: 15px 20px !important;
  border-radius: 5px !important;
  border: 1px solid #E3E9ED !important;
  background: #fff !important;
  color: #18181F !important;
  transition: 0.4s;
  display: block;
  text-align: center;
} */

.join-btn {
  margin-top: 20px;
  cursor: pointer;
}

.join-btn a:hover {
  background-color: #18181f !important;
  color: #fff !important;
}

.Search-bar button {
  position: absolute;
  top: 8px;
  right: 10px;
  transition: none;
  cursor: pointer;
}

.blog-sec .Search-bar button {
  top: 50%;
  transform: translateY(-50%);
}

.main-header .banner-content .Search-bar button {
  top: 50%;
  transform: translateY(-49%);
}

.Select-text {
  position: relative;
}

.banner-content input.form-control {
  padding-right: 30px;
}

.custom-header .Select-text {
  display: block !important;
}

.banner-sec .Select-text {
  display: block;
}

.banner-sec .all-select {
  display: block;
}

.banner-sec .banner-content input.form-control {
  padding-right: 100px;
}

section.reviews-sec {
  padding: 25px 0px;
}

.reviews-sec .review-heading {
  display: flex;
  gap: 50px;
  padding: 20px 0px;
  padding-bottom: 30px;
  align-items: center;
}

.review-site-text h4 {
  font-size: 16px;
  color: #18181f;
  margin-bottom: 0px;
}

.review-site-text .str_rate {
  display: flex;
  gap: 1px;
  height: 100%;
}

.str_rate {
  color: #fbbc04;
}

span.fullstar {
  color: #fbbc04;
}

/* span.blankstar {
color: #fff;
text-shadow: -2px 0px 6px #FBBC04;
} */

span.blankstar {
  color: #ccc;
}

.review-site-text span {
  display: inline-block;
}

.review-site-text span.fullstar::after {
  content: "\f155";
}

.review-site-text span::after {
  font-family: "dashicons";
  margin: 0;
  font-size: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fbbc04;
}

.review-site-text.heading span::after {
  font-size: 30px;
}

.review-site-text span.blankstar::after {
  content: "\f154";
}

/* .review-text {
height: 108px;
overflow-y: auto;
} */

/* .review-text::-webkit-scrollbar {
width: 7px;
} */

/* .review-text p {
margin-right: 18px;
} */

.show-more-btn {
  color: #18181f;
  text-transform: lowercase;
  margin-top: 10px;
  display: inline-block;
  font-size: 14px;
}

.show-more-btn span {
  text-align: right;
  padding-right: 9px;
}

.selected-filter-wrap .filtr_box a {
  font-size: 12px;
  margin-bottom: 4px;
}

/* .custom-header .container-fluid {
padding: 0 20px;
} */

.review-text::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 20px;
}

.review-text::-webkit-scrollbar-thumb {
  background: #bdbcbc;
  border-radius: 20px;
}

.review-text::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* span.blankstar::after {} */

.review-comment-us {
  padding: 20px 0px;
}

.rating-with-perct {
  display: flex;
  /* justify-content: space-between; */
  gap: 10px;
  align-items: center;
  width: 100%;
}

.rating-with-perct:not(:last-child) {
  margin-bottom: 20px;
}

.mid-line {
  width: 33%;
  background: #f1f1e8;
  border-radius: 32px;
  overflow: hidden;
}

.mid-line .bar-5 {
  width: 20%;
  height: 12px;
  background-color: #8080808c;
}

.mid-line > div {
  border-radius: 0px 32px 32px 0px;
  height: 12px;
}

.mid-line .bar-4 {
  width: 20%;
  background-color: #8080808c;
}

.mid-line .bar-3 {
  width: 20%;
  background-color: #8080808c;
}

.mid-line .bar-2 {
  width: 20%;
  background-color: #8080808c;
}

.mid-line .bar-1 {
  width: 20%;
  background-color: #8080808c;
}

.rate-nd-per-wrap:not(last-child) {
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #ccccccbd;
  border-radius: 15px;
}

.rate-nd-per-wrap {
  padding: 30px;
}

.al-rw {
  gap: 10px;
  align-items: stretch;
}

.al-rw-txt span.rw-ad-txt {
  display: flex;
  padding: 0px;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  background: #ccc;
  padding: 11px 14px;
  border-radius: 50%;
  font-weight: bold;
  color: #18181f;
  /* margin-top: 5px; */
  min-height: 41px;
  min-width: 41px;
  /* font-size: 30px !important; */
  font-size: 18px !important;
}

.al-rw-rating h4 {
  font-size: 16px;
  font-weight: 500;
  font-family: inherit;
  color: #18181f;
  margin-bottom: 0px;
  line-height: 1.1;
}

.review-site-text p {
  color: #404040;
  font-size: 1.2rem;
  line-height: 1.5;
}

.al-rw-rating .mp span {
  font-size: 13px;
  color: #716767;
}

.svg-inline--fa {
  display: var(--fa-display, inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
  font-family: "FontAwesome";
  color: #716767;
  font-size: 16px;
  font-weight: 900;
}

.al-rw-rating p {
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 0;
  color: #18181f;
}

.star_Av {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.all-reviews .al-rw {
  gap: 12px;
  align-items: flex-start;
  padding: 30px;
  margin-bottom: 20px;
  background: #fff;
}

.review-site-text p {
  color: #18181f;
  vertical-align: middle;
  line-height: normal;
  font-size: 14px;
}

.round {
  position: relative;
}

.round label {
  background-color: #ffffff;
  border: 1px solid #18181f;
  border-radius: 50%;
  cursor: pointer;
  height: 20px;
  left: 0px;
  bottom: -2px;
  position: absolute;
  margin-bottom: 0px;
  width: 20px;
  min-width: 20px;
  border-radius: 5px;
}

.round span {
  color: #18181f;
  font-size: 18px;
  line-height: 0px;
}

.round label:before {
  content: "";
  height: 6px;
  width: 12px;
  border: 2px solid #18181f;
  position: absolute;
  top: 5px;
  transform: rotate(-45deg) scale(0);
  left: 0px;
  right: 0px;
  margin: auto;
  display: block;
  border-width: 0px 0px 2px 2px;
  left: 1px;
  transition: all 0.3s linear;
  opacity: 0;
}

.round input[type="checkbox"]:checked + label:before {
  opacity: 1;
  transform: scale(1) rotate(-45deg);
}

.ryt-side .per-txt {
  color: #18181f;
  font-size: 18px;
}

/*.round label:after {
border: 2px solid #fff;
border-top: none;
border-right: none;
content: "";
height: 15px;
left: 7px;
opacity: 0;
position: absolute;
top: 8px;
transform: rotate(-45deg);
width: 15px;
}
*/
.round input[type="checkbox"] {
  visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
  background-color: #fff;
  margin-bottom: 0px;
}

/*.round input[type="checkbox"]:checked + label:after {
opacity: 1;
}*/
.round {
  position: relative;
  display: flex;
  gap: 15px;
  align-items: center;
}

/*  */
.all-reviews .review-site-text .str_rate .fullstar:after,
.all-reviews .review-site-text .str_rate .blankstar:after {
  font-size: 16px;
}

/*  */
.logo_img.white.logo-img-simi img {
  object-fit: contain;
  object-position: center;
  max-width: 100px;
  right: 0;
  margin: auto;
}

.new_div {
  width: 20% !important;
  border-right: 1px solid #e3e9ed;
  margin-right: 15px !important;
}

.closed-filter-wrap.fill-wrap {
  display: flex;
  padding-top: 30px;
  align-items: center;
  gap: 20px;
}

.closed-filter-wrap.fill-wrap .filter-bar {
  padding-top: 0px;
}

.filter-content.filter_opn {
  padding-top: 30px;
}

/* .filter-bar {
padding: 30px 0px 20px;
} */

.filter-content.filter_opn .filter-bar {
  padding-top: 0px;
}

.pro_navigation .pagination {
  justify-content: center;
  gap: 8px;
}

.pro_navigation .page-link {
  border-radius: 50%;
  padding: 0px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #18181f;
}

.pro_navigation .page-item {
  margin: 0px 3px;
}

.pro_navigation .page-item .page-link {
  color: #18181f;
}

.pro_navigation .page-item:first-child .page-link,
.pro_navigation .page-item:last-child .page-link {
  border-radius: 50%;
}

.pro_navigation .page-item.active .page-link {
  background-color: #18181f;
  border-color: #18181f;
  color: #fff;
}

.logo_type_div {
  background: rgb(12 12 12 / 35%);
  padding: 9px 22px;
  position: absolute;
  top: 50px;
  /* font-weight: bold; */
  color: #fff;
}

.card.card_open .card-header h5::after {
  content: "\f106";
}

.vita-img {
  position: relative;
}

.mp {
  color: #18181f;
  font-size: 14px;
  line-height: 1.3;
}

.template_content .icon {
  margin-bottom: 2px;
}

.join-logo-sec .download-text p:before,
.join-logo-sec .download-text p::after {
  content: "";
  background-image: url("../images/Group.png");
  width: 30px;
  height: 30px;
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
  right: 100%;
}

.join-logo-sec .download-text p:after {
  content: "";
  bottom: 0;
  transform: rotate(180deg);
  top: auto;
  right: auto;
}

.join-logo-sec .download-text p {
  position: relative;
}

.quote-img {
  display: none;
}

/* foot*/

.cus_dropdown_menu {
  position: absolute;
  bottom: 100%;
  top: auto;
  right: 0;
  width: 100%;
  background: #e8eaeb;
  height: auto;
  transform-origin: bottom;
  /* transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1); */
  transform: scaleY(0);
  visibility: hidden;
  padding: 50px 0px;
}

.cus_dropdown_menu h2 {
  text-align: left;
  margin-bottom: 15px;
}

/* .cus_m_wrapper {
  display: flex;
  flex-wrap: wrap;
} */

.site-footer-wrapper {
  position: relative;
}

.cus_dropdown.price_cust .cus_dropdown_menu {
  padding: 0px;
}

.cus_dropdown {
  position: static;
}

.cus_dropdown-item {
  display: block;
  /*width: 33.3%;*/
  color: #000;
  font-weight: bold;
  line-height: 30px;
}

.cus_dropdown-item:hover {
  color: #4cce5f;
}

.cus_dropdown-item.selected {
  color: #4cce5f;
  text-decoration: underline;
}

.filtr_box a {
  transition: all 0.3s linear;
}

.cus_dropdown.price_cust .cus_dropdown_menu .cus_dropdown-item {
  margin: 0;
  padding: 5px 20px;
  font-weight: 500;
}

.cus_dropdown.price_cust .cus_dropdown_menu .cus_dropdown-item:hover {
  background: #fff;
}

.cus_dropdown.price_cust .cus_dropdown_menu .cus_dropdown-item.selected {
  background: #4cce5f;
  color: #fff;
}

/* .filtr_box:hover a{
font-weight: bold;
} */

.dropdown-toggle.toggle_show + .cus_dropdown_menu {
  visibility: visible;
  transform: scaleY(1);
}

.dropdown-toggle.toggle_show::after {
  border-bottom: 0.3em solid;
  border-top: 0;
}

/* .logo {
width: 20%;
}

.header-btn {
width: 20%;
display: flex;
align-items: center;
justify-content: flex-end;
}

.header-btn > a {
margin-top: 0px;
}
.custom-header .banner-content{
width: 60%;
max-width: 100% !important;
} */

/* Login popup box shadow  */
button.swal2-confirm.swal2-styled.swal2-default-outline:focus {
  box-shadow: none;
}

/*  */
.top-header li.nav-item.dropdown {
  position: static;
}

.top-header nav.navbar {
  position: static;
}

.custom-dropdown-menu .container-div > h3 {
  color: #656f79;
  margin: 0px 0px 20px;
}

.nav-item .custom-dropdown-menu {
  position: absolute;
  top: 100%;
  /* left: 0px; */
  background-color: #fff;
  padding: 10px 50px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
  border-radius: 0px;
  display: none;
}

header.header
  .top-header
  li.nav-item.dropdown
  .custom-dropdown-menu.active-div:before {
  content: "";
  height: 100vh;
  width: 100%;
  background-color: #00000073;
  top: 0px;
  left: 0px;
  position: fixed;
  z-index: -1;
}

.nav-item .custom-dropdown-menu::-webkit-scrollbar {
  width: 3px;
}

.custom-dropdown-menu .roe-container-div {
  margin: 0px;
  align-items: flex-start;
}

.roe-container-div .menu-div {
  width: calc(100% - 318px);
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0px;
}

.roe-container-div .side-content-div {
  width: 318px;
  min-width: 318px;
  text-align: center;
}

.roe-container-div .side-content-div img.img {
  width: 100%;
}

.header li.nav-item .menu-div a.dropdown-item {
  width: 100%;
  padding: 0px;
  color: #000000;
  font-size: 18px;
  white-space: normal;
  display: flex;
  align-items: center;
}

.header li.nav-item a span.icon-image {
  display: inline-block;
  margin-right: 6px;
  width: 40px;
  min-width: 40px;
}

.custom-header .top-header {
  z-index: 2;
  position: relative;
}

nav.navbar {
  padding: 0px;
}

.logo_img:hover img {
  filter: brightness(90%);
}

.heart_icon i {
  color: #fff;
  font-size: 18px;
}

/* 

.all-reviews {
padding: 30px;
background-image: radial-gradient(rgba(255, 255, 255, 1), transparent 20%, rgba(0, 0, 0, 0.05));
}

.filter-bar .filtr_box {
padding: 0 !important;
} */
.all-reviews .al-rw {
  border: 1px solid #ccccccbd;
  border-radius: 30px;
}

.all-reviews .review-box.al-rw.d-flex {
  background-image: radial-gradient(
    rgba(255, 255, 255, 1),
    transparent 20%,
    rgba(0, 0, 0, 0.05)
  );
}

.filter-bar .filtr_box a {
  padding: 10px 11px;
  border-radius: 20px;
  display: inline-block;
  background: #cccccc30;
  cursor: pointer;
}

.filter-bar .filtr_box a:hover {
  -webkit-text-stroke-width: 0.4px;
  -webkit-text-stroke-color: #18181f;
  font-weight: normal;
}

.filtr_box.filter-boxlow-price.selected a {
  font-weight: normal !important;
  -webkit-text-stroke-width: 0.4px;
  -webkit-text-stroke-color: #18181f;
}

.filtr_box.filter-boxlow-price.selected a:hover {
  -webkit-text-stroke-width: 0.4px !important;
  -webkit-text-stroke-color: #18181f;
  font-weight: normal;
}

.filtr_box.selected a {
  -webkit-text-stroke-width: 0.4px !important;
  -webkit-text-stroke-color: #18181f;
  font-weight: normal;
}

.cus_m_wrapper a.cus_dropdown-item {
  font-weight: normal;
}

.cus_m_wrapper a.cus_dropdown-item:hover {
  color: #4cce5f !important;
  /* transition: 0.5s; */
  -webkit-text-stroke-width: 0.4px;
  -webkit-text-stroke-color: #4cce5f;
}

.cus_dropdown-item.selected {
  color: #000 !important;
}

.site-footer .dropdown-toggle::after {
  border: 0px !important;
}

.site-footer button.btn.btn-secondary.dropdown-toggle span.cus-drop i {
  font-family: "FontAwesome";
  position: absolute;
  right: 24px;
}

.site-footer button.btn.btn-secondary.dropdown-toggle {
  position: relative;
}

.site-footer
  button.btn.btn-secondary.dropdown-toggle.toggle_show
  span.cus-drop
  i {
  rotate: 180deg;
}

.site-footer button.btn.btn-secondary.dropdown-toggle {
  border: 0 !important;
}

.site-footer button.btn.btn-secondary.dropdown-toggle span.cus-drop i {
  right: 35px;
}

.filter-bar .filtr_box a:hover {
  -webkit-text-stroke-width: 0.6px;
  -webkit-text-stroke-color: #18181f;
  font-weight: normal;
}

.filtr_box.filter-boxlow-price.selected a {
  font-weight: normal !important;
  -webkit-text-stroke-width: 0.6px;
  -webkit-text-stroke-color: #18181f;
}

.filtr_box.filter-boxlow-price.selected a:hover {
  -webkit-text-stroke-width: 0.6px !important;
  -webkit-text-stroke-color: #18181f;
  font-weight: normal;
}

.filtr_box.selected a {
  -webkit-text-stroke-width: 0.6px !important;
  -webkit-text-stroke-color: #18181f;
  font-weight: normal;
}

.site-footer-wrapper .cus_dropdown {
  margin-left: 70px;
}

.site-footer
  button.btn.btn-secondary.dropdown-toggle.toggle_show
  span.cus-drop
  i {
  rotate: 0deg;
}

.site-footer button.btn.btn-secondary.dropdown-toggle span.cus-drop i {
  right: 62px;
  rotate: 180deg;
}

button.btn.btn-secondary.dropdown-toggle:focus {
  box-shadow: none !important;
  border: none !important;
}

.site-footer {
  justify-content: initial;
}

.logo_img {
  position: relative;
}

.logo_type_div {
  position: absolute;
  top: 30px;
  left: 0;
  padding: 3px 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.join-logo-sec .join-logo-text .home-box {
  max-width: 460px !important;
  margin: auto;
  background: #ffffff;
  border-radius: 25px;
  padding: 50px;
  display: inherit;
  width: 1200%;
}

.join-logo-sec .register-text {
  width: 100% !important;
}

a.cus_dropdown-item.selected {
  -webkit-text-stroke-width: 0.4px;
  -webkit-text-stroke-color: black;
}

.join-logo-text.home-box {
  max-width: 460px !important;
  margin: auto;
  background: #ffffff;
  border-radius: 25px;
  padding: 50px;
  display: inherit;
  width: 100%;
}

.site-footer button.btn.btn-secondary.dropdown-toggle span.cus-drop i {
  right: 0;
  rotate: 180deg;
  position: relative;
}

.site-footer button.btn.btn-secondary.dropdown-toggle {
  padding: 0 !important;
}

/* .site-footer-wrapper {
padding-bottom: 20px;
} */

.site-footer-wrapper .cus_dropdown.price_cust {
  margin-left: 50px;
}

.cus_dropdown.price_cust .cus_dropdown_menu .cus_dropdown-item.selected {
  background: #f8f9fa;
}

.cus_dropdown.price_cust .cus_dropdown_menu .cus_dropdown-item {
  background: #fff;
}

.cus_dropdown.price_cust .cus_dropdown_menu .cus_m_wrapper {
  background: #fff;
}

.cus_dropdown.price_cust .cus_dropdown_menu .cus_dropdown-item:hover {
  background: #71777c1f;
}

.cus_dropdown.price_cust .cus_dropdown_menu {
  padding: 0px;
  width: 160px;
  border: 4px solid #515156;
}

.img-text-list p {
  margin: 0;
}

input[type="checkbox"]:hover {
  cursor: pointer;
}

.add_btn {
  /* width: 100%; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}

.add_btn > * {
  margin: 0px;
}

/*====== NT css start here ========== */
.header-btn.in-mobile {
  display: none;
}

.total_data.num.total_price_box.subtotal-top-border p {
  font-size: 16px;
}

.slick-list {
  margin: 0px -15px;
}

.slider-sec .slider-content .title p {
  font-size: 14px;
  line-height: 1.2;
  color: #18181f;
}

.filter-bar {
  display: flex;
  gap: 15px;
}

.closed-filter-wrap {
  gap: 20px;
}

.filter-collapse {
  width: 100%;
}

.fill-wrap {
  padding: 30px 0px 0px;
}

.closed-filter-wrap .filter-bar {
  padding: 30px 0px 20px;
}

.closed-filter-wrap.fill-wrap .filter-bar {
  padding: 0;
}

.main-header .banner-content .Search-bar button {
  right: 4px;
}

.banner-content {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0;
}

.custom-header .Select-text {
  padding: 0 !important;
}

.banner-sec .banner-content {
  max-width: 744px !important;
  margin: auto;
}

.banner-sec .banner-content input.form-control.search-box {
  background: transparent;
  border: 0;
}

.search_sec.search_open .show_logo {
  padding: 0;
}

.similar-logos .row div:last-child {
  margin-bottom: 0 !important;
}

.review-heading .review-site-text .str_rate {
  margin: 20px 0px;
}

.recent-blog-sec .recent-blog-img img {
  height: 100%;
  object-fit: cover;
}

.recent-blog-img {
  height: 250px;
  overflow: hidden;
}

.recent-blog-img a {
  display: inline-block;
  height: 100%;
  width: 100%;
}

.recent-blog-box > div {
  gap: 30px 0px;
}

.blog-sec .blog-img {
  height: 100%;
}

.blog-sec .blog-img img {
  height: 100%;
}

.recent-blog-sec .simply-text h6 {
  max-width: 400px;
}

.recent-blog-sec .simply-text p {
  margin: 0;
}

.form-group select {
  height: auto !important;
  /* padding: 20px !important; */
}

.went_text {
  max-width: 580px;
  margin: auto;
}

.conditions li a {
  color: #18181f;
  font-size: 18px;
  font-weight: 600;
}

.conditions .sub-list a {
  color: #18181f;
  font-size: 14px;
  font-weight: 500;
}

/* .conditions .sub-list a::before {
    position: absolute;
    content: "";
    background: #000;
    height: 34px;
    width: 1px;
    left: 15px;
    display: none;
    } */

/* .conditions .sub-list a:hover::before {
display: block;
} */

.terms-sec .terms-condition ol {
  height: auto !important;
  overflow-y: unset !important;
}

/* .terms-sec .terms-condition ol {
margin-left: 0px;
margin-top: 0px;
} */

.terms-sec ul.list-unstyled ol li {
  line-height: 1.5;
  /* padding: 2px 0px !important; */
}

.conditions ul > li {
  /* padding: 15px 0px; */
  line-height: 1.4;
  display: block;
}

/* .conditions ul>li a {
display: inline-block;
} */

.conditions ul > li:first-child {
  padding-top: 0 !important;
}

.terms-sec ol li::marker {
  line-height: normal !important;
}

.terms-sec ul.list-unstyled .sub-list li:first-child {
  padding-top: 0px !important;
}

.tab {
  display: none;
}

.tab-active {
  display: block;
}

/* affiliate page css */
h1 {
  /* font-size: 60px; */
  font-size: 34px;
  line-height: 80px;

  /* font-weight: 600; */
  font-weight: 700;
}

section.banner_sec {
  background-size: cover;
  background-position: 100%;
  padding: 200px 0px;
  background-repeat: no-repeat;
  text-align: center;
}

.banner_content {
  color: #fff;
  max-width: 1200px;
  margin: auto;
}

.cta2 {
  background: #000;
  color: #fff;
  border-radius: 40px;
  padding: 16px 80px;
  border: 1px solid #000;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}

.cta2:hover {
  background: #fff;
  color: #000;
}

.cta3 {
  background-color: #4cce5f !important;
  color: #fff !important;
  border-radius: 40px;
  padding: 16px 80px;
  border: 1px solid #4cce5f !important;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}

.cta3:hover {
  background-color: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
}

.banner_content h6 {
  margin-bottom: 50px;
  color: #fff;
}

.banner_content h6 a {
  color: #fff;
}

.banner_sec.partner .banner_content h6,
.banner_sec.partner .banner_content h6 a {
  color: #000;
}

.hear-sec .text2 {
  padding-bottom: 30px;
}

.sign-up_sec .left-text {
  padding-right: 100px;
}

.sign-up_sec .right-text {
  padding-left: 100px;
}

.p_50 {
  padding: 50px 0px;
}

.sign-up_sec ul {
  padding-left: 15px;
}

.card-sec .card-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.card-sec .card {
  padding-top: 24px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 36px;
  border: 1px solid rgba(12, 18, 28, 0.12);
  border-radius: 16px;
  text-align: center;
  height: 100%;
}

/* .card-sec .card i {
  font-size: 30px;
} */

i.fa-regular.fa-circle-check {
  font-size: 35px;
}

.card-sec .card-title {
  margin: 14px 0px 10px;
}

.bottom-texts {
  max-width: 1100px;
  margin: auto;
}

/* effect-shine */
.conditions .sub-list a:hover {
  /* -webkit-mask-image: linear-gradient(-75deg,
      rgba(0, 0, 0, 0.6) 30%,
      #000 50%,
      rgba(0, 0, 0, 0.6) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite; */
  color: #4cce5f;
}

.chk_btn.add_btn {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 !important;
}

.continue_btn {
  margin: 0;
}

.add_btn {
  padding: 0;
}

.mission_data {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px;
}

.mission_data_head {
  display: none;
}

.add_btn a,
.chk_btn.add_btn button {
  min-width: 141px;
}

.checkout_summary .img-box img {
  height: 100%;
  object-fit: fill;
  width: 100%;
}

.checkout_summary .img-box {
  width: 105px;
  height: 105px;
}

.brand-text .template_content .icon i {
  height: auto;
  width: auto;
}

.review-head .title h3 {
  line-height: 20px;
}

.ElementsApp input {
  font-size: 25px !important;
  height: auto;
}

form.ElementsApp.is-empty {
  font-size: 30px !important;
}

div#card-elements {
  background: #fff;
}

.InputContainer .InputElement::placeholder {
  color: #656f79;
}

.logo-detail-sec .vita-img {
  height: 705px;
  width: 100%;
}

.review-head .title h3 {
  /* text-transform: capitalize; */
  line-height: 27px;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.opn-rt {
  margin-bottom: 0;
}

.opn-rt span {
  vertical-align: middle;
  line-height: normal;
  font-size: 14px;
}

.img-text-list strong {
  font-size: 18px;
  line-height: normal;
  color: #18181f;
}

.img-text-list ul li::before {
  font-size: 15px;
  top: 3px;
}

.save_data br {
  display: none;
}

/* .save_data span {
  text-align: right;
} */

.mail-info select {
  padding: 20px;
}

.notify-icons ul.navbar-nav li {
  cursor: pointer;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #4cce5f;
}

button:focus {
  outline: none !important;
}

.col-md-6.code:after {
  display: none;
}

.review-site-text.heading p {
  /* margin-bottom: 32px; */
  margin-bottom: 10px;
}

.checkout_summary .add_para {
  line-height: 1.2;
}

.notify-icons ul.navbar-nav li.profile .niks-nav-li {
  height: 34px;
  width: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: #000; */
  color: #fff;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 600;
  /* border: 1px solid #000; */
}

/* 12feb24 */
.review-heading .review-site-text.heading span {
  display: inline;
}

.form__field label {
  font-size: 14px;
  line-height: normal;
  transform: none !important;
  top: 30% !important;
}

.rating-with-perct {
  text-align: right;
}

.left-side {
  width: 45%;
}

.ryt-side {
  width: 15%;
}

.review-heading .review-site-text h1 {
  margin: 0;
  color: #18181f;
}

.mission_text p,
.recent-blog-sec .simply-text p,
.blog-details-sec .detail-text p,
.blog-details-sec .logo-detail-text p,
.recent-blog-sec .simply-text p {
  text-align: justify;
}

.contact-head p {
  margin: 0;
}

.section-for-faq {
  padding: 110px 0px;
}

section.banner_sec {
  position: relative;
  z-index: 1;
}

section.banner_sec::after {
  content: "";
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.54), transparent);
}

/* 27feb 24 */
section.reviews-sec .review-heading .order-detail-niks:last-child .cta,
.reviewModalUsersReviwePage .cta {
  padding: 13px 35px !important;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  background: #4cce5f;
  border-radius: 130px;
  border-color: #00000000;
  /* transition: all 0.4s ease-in-out; */
}

section.reviews-sec .review-heading .order-detail-niks:last-child .cta:hover {
  border-color: #000;
}

.order-detail-niks {
  text-align: right;
  flex: 1;
  /*  align-self: end;*/
}

.reviewModalUsersReviwePage .modal-content {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 24px 64px 0px rgba(0, 0, 0, 0.06);
  padding: 25px;
}

.reviewModalUsersReviwePage .modal-header {
  padding: 0;
  display: flex;
  align-items: center;
  border: 0;
  justify-content: space-between;
}

.reviewModalUsersReviwePage .modal-header .close {
  padding: 0;
  margin: 0;
}

.reviewModalUsersReviwePage .modal-header .close span {
  /*    font-size: 50px;*/
  font-size: 28px;
  font-weight: 400;
}

.reviewModalUserDash .modal-body {
  padding: 16px 0px;
}

.reviewModalUsersReviwePage input {
  border-radius: 5px;
  border: 1px solid #e3e9ed;
}

.reviewModalUsersReviwePage textarea {
  min-height: 130px;
}

.reviewModalUsersReviwePage label {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.reviewModalUsersReviwePage .rating-group label {
  font-size: 15px !important;
  margin: 0 !important;
}

.reviewModalUsersReviwePage .modal-body .cta {
  padding: 15px 40px;
  margin-top: 8px;
}

.reviewModalUsersReviwePage .fullstar::after {
  font-family: "dashicons";
  margin: 0;
  font-size: 24px;
  content: "\f155";
  /* height:100% !important; */
}

.reviewModalUsersReviwePage .fullstar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}

.reviewModalUsersReviwePage {
  z-index: 9999;
}

.reviewModalUsersReviwePage.rating-group input {
  display: none;
}

.reviewModalUsersReviwePage .rating-group label {
  cursor: pointer;
}

.reviewModalUsersReviwePage .rating__icon--star {
  color: #fbbc04;
}

.reviewModalUsersReviwePage .rating-group input {
  display: none;
}

.nav-item:hover .custom-dropdown-menu {
  display: block;
}

.step_form .text-danger {
  font-size: 12.5px;
  position: relative;
  top: 10px;
  margin: 3px 0 5px 0;
  display: block;
  color: #f2392c !important;
}

/* 4/3/24 */
.brand-text .dropdown_data {
  margin-top: 0px;
}

.brand-text .template_content {
  margin-bottom: 8px;
}

.slider-sec .logomax-content .btn a {
  padding: 13px 26px;
  font-weight: 600;
  font-size: 12px;
  display: inline-block;
  line-height: 15px;
  background-color: #fff;
  text-decoration: none;
  color: #000000;
  border-radius: 130px;
  border: 1px solid #000;
}

.slider-sec .logomax-content .btn a:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.slider-sec .logomax-content .btn {
  background: transparent;
  padding: 0;
  border: 0;
}

.payments-buttons-yellow {
  background: #ded739 !important;
  border: 0;
  border-radius: 130px;
  padding: 10px 32px !important;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  transition: 0s;
  cursor: pointer;
}

.checkout_summary button {
  text-align: center;
  display: inline-block;
  width: 100%;
}

.cus_dropdown_menu::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: rgb(59 62 60 / 29%);
}

.cus_dropdown_menu::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

/* 5/3/24 */
.review-site-text.heading .str_rate span {
  height: 25px;
  width: 25px;
}

.review-site-text.heading p {
  margin: 4px 0px;
}

.review-heading .review-site-text h1 {
  line-height: 40px;
}

.review-heading .review-site-text .str_rate {
  gap: 1px !important;
}

.brand-text h1 {
  line-height: 1.2;
}

span.true_img img {
  height: 20px;
  width: 20px;
}

span.true_img {
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
}

form#progress-form [data-complete="true"] .box_studio span.true_img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.reviewModalUsersReviwePage .nav-item.profile {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.reviewModalUsersReviwePage .modal-body ul {
  padding: 0;
}

.reviewModalUsersReviwePage .niks-nav-li {
  height: 50px;
  width: 50px;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 600;
}

.reviewModalUsersReviwePage .niks-nav-li h5 {
  margin: 0;
  font-size: 15px;
  color: #fff;
}

.reviewModalUsersReviwePage .modal-body {
  padding: 0;
  padding-top: 20px;
}

.reviewModalUsersReviwePage .modal-title {
  color: #000;
  font-weight: 500;
}

.brand-text .num h2 span {
  font-size: 14px;
  vertical-align: super;
}

.brand-text .dropdown_data .cta-btn {
  margin: 15px 0px 10px 0px;
}

.reviewModalUsersReviwePage .modal-body h4 {
  font-size: 16px;
  margin: 0;
  font-weight: 500;
}

.reviewModalUsersReviwePage textarea {
  font-size: 13px;
}

.rating__input:hover ~ .rating__label .rating__icon--star {
  color: #ddd;
}

/* 6/3/24 */
.checkout_summary .templete_wrapper .add_account_wrapp .add_btn {
  width: auto;
}

.knowledgebase-main-section .knowledge-base-content-container h2 {
  text-align: left;
  max-width: 1094px;
  margin-bottom: 20px;
}

/* 23 july , 2025 */
.knowledgebase-main-section .knowledge-base-content-container .RAHeading {
  margin-bottom: 0 !important;
}

.knowledgebase-main-section .knowledge-base-content-container p {
  color: #656f79;
}

/* .knowledgebase-main-section .card img {
min-height: 260px;
background-image: radial-gradient(rgba(255, 255, 255, 1), transparent 20%, rgba(0, 0, 0, 0.05));
border-radius: 25px;
border: 1px solid #e3e9ed;
} */

.knowledgebase-main-section .card {
  border: none;
}

.knowledgebase-main-section h5.card-title {
  color: #000000;
  margin-bottom: 0px;
}

.knowledgebase-main-section p {
  color: #18181f;
  font-size: 16px;
}

.knowledgebase-main-section .card-body {
  padding: 20px 0 0;
  font-size: 16px;
  font-weight: 400;
}

.knowledgebase-main-section ol.breadcrumb a {
  color: #000000;
}

.knowledgebase-main-section .breadcrumb-item + .breadcrumb-item {
  font-size: 14px;
  color: #656f79;
}

.knowledgebase-main-section .knowledgebase-chatsupport-div p b {
  color: #000;
}

.knowledgebase-main-section .knowledgebase-chatsupport-div {
  margin-top: 50px;
}

/* 7-3-24 */
.knowledgebase-main-section .knowledgebase-chatsupport-div ul {
  padding-left: 15px;
}

.billing-address-confirm-div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.billing-address-confirm-div label {
  margin: 0;
}

.custom_step_form .mt-3.form__field .terms-condition-main-div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.custom_step_form .mt-3.form__field .terms-condition-main-div label {
  margin: 0;
}

.knowledgebase-main-section ol.breadcrumb {
  margin-top: 0;
}

.add_btn input[type="checkbox"] {
  position: absolute;
  width: 0;
  max-width: 0;
}

.knowledgebase-chatsupport-div.contact-us-knowledgebase {
  background: #4cce5f1a;
  padding: 30px;
  position: relative;
}

.knowledgebase-chatsupport-div.contact-us-knowledgebase::before {
  position: absolute;
  content: "";
  background: #4cce5f;
  height: 100%;
  width: 6px;
  left: 0;
  top: 0;
}

.knowledgebase-chatsupport-div.contact-us-knowledgebase li:last-child p {
  margin-bottom: 0;
}

.knowledgebase-chatsupport-div.contact-us-knowledgebase ul {
  margin-bottom: 0;
}

/* 8/3/24 */
/* header.header.logged_in_header.custom-header.custom-header-2 {
position: fixed;
background-color: #fff;
box-shadow: 0px 6px 14px 9px rgb(97 97 97 / 8%);
z-index: 9999;
width: 100%;
top: 0;
left: 0;
-webkit-animation: fadeIn 0.75s ease-out forwards;
animation: fadeIn 0.75s ease-out forwards;
} */

input.form-control.form-inp-box,
.form-group select {
  border-radius: none;
  border: 1px solid #e3e9ed !important;
  border-radius: 0;
  padding: 20px;
  max-width: 100%;
  height: 100%;
  color: #656f79;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.form-group {
  text-align: left;
  margin: 0 !important;
}

.text-danger {
  text-align: left;
  font-size: 14px;
}

/* 11march 24 */

.mission_text h1 {
  line-height: 35px;
}

/* 12march 24 */

.banner-sec .banner-content .top-content * {
  color: #fff;
}

.banner-sec .banner-content .top-content span {
  width: 100%;
  display: inline-block;
}

.banner-sec .banner-content .top-content {
  max-width: 800px;
  margin: auto;
  text-align: center;
  margin-bottom: 30px;
}

/* .top-banner-knowledgebase.banner-sec {
height: 650px;
} */

.top-banner-knowledgebase.banner-sec {
  height: auto;
  padding: 100px 0px;
}

.article-category-banner.banner-sec {
  height: auto;
  padding: 100px 0px !important;
}

.article-banner.banner-sec {
  height: auto;
  padding: 20px 0px !important;
}

.vital-info-content h2 {
  text-align: left;
  margin-bottom: 30px;
}

.vital-info-content .info-wrap {
  display: flex;
  /* margin-bottom: 80px; */
  gap: 40px;
  flex-wrap: wrap;
}

.vital-info-content .info-wrap ul {
  padding: 0;
  list-style: none;
}

.vital-info-content .info-wrap ul a {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #656f79;
}

.vital-info-content .info-wrap a {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #000000;
  display: flex;
  gap: 10px;
  align-items: center;
}

/* .vital-info-content .info-list {
  flex: 0 0 22%;
} */

.vital-info-content .info-wrap h3 {
  font-weight: 600;
  margin-bottom: 15px;
}

.vital-info-content .info-wrap ul li {
  margin-bottom: 30px;
}

.top-header .side-menu a {
  width: 100%;
}

.knowledgebase-main-section .knowledgebase-chatsupport-div strong {
  color: #000;
  font-weight: 500;
}

.checkout_summary .add_para {
  border-top: 1px solid rgba(227, 233, 237, 1);
  padding-top: 15px;
}

.checkout_summary .add_para.mt-3 {
  border: 0;
  padding: 0;
}

/* 15march 24 */
.join-logo-text.about_work.know_text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.join-logo-text.about_work.know_text .about_btn {
  width: 100%;
}

.join-logo-text.about_work.know_text h2 {
  text-align: center;
}

section.knowledgebase-main-section h1 {
  text-align: center;
  line-height: normal;
  color: #18181f;
}

.knowledgebase-main-section ol.breadcrumb {
  margin-bottom: 0;
}

.knowledgebase-main-section .row.mt-4.logo-wrap {
  margin-top: 0 !important;
}

.content-list-items::marker {
  color: #000000;
}

.accordion-wrap .card {
  margin-bottom: 20px;
}

header.header.logged_in_header.custom-header.custom-header-2,
header.header.custom-header.custom-header-2 {
  align-items: anchor-center;
  position: fixed;
  background-color: #fff;
  box-shadow: 0px 6px 14px 9px rgb(97 97 97 / 8%);
  z-index: 999 !important;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-animation: fadeIn 0.75s ease-out forwards;
  animation: fadeIn 0.75s ease-out forwards;
}

.ratings-main-div {
  display: flex;
  gap: 10px;
  align-items: center;
}

/* 20march 24 */
img {
  max-width: 100%;
  height: auto;
}

.design-img {
  height: 100%;
  width: 100%;
  border: 1px solid rgba(217, 217, 217, 0);
  cursor: pointer;
  border-radius: 20px;
  padding: 30px;
}

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

.design-img:hover {
  box-shadow: 4px 9px 14px 0px rgba(0, 0, 0, 0.06);
}

.galley2 {
  flex: 1 0 24%;
}

.gallery_first {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.galley1 {
  flex: 1 0 49%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.galley3 {
  flex: 1 0 49%;
}

.galley1.fst {
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}

.design_sample-sec .design-head {
  max-width: 1020px;
  margin: auto;
  text-align: center;
}

.design_sample-sec .design-head p {
  color: rgba(101, 111, 121, 1);
}

.search-sec .search-content {
  max-width: 700px;
  margin: auto;
  text-align: center;
}

.search-sec .Select-text {
  margin-top: 50px;
}

.search-sec input {
  padding: 20px;
  border-radius: 170px;
  height: auto;
  font-size: 14px;
}

.search-sec .Search-bar button {
  top: 12%;
  right: 10px;
  background: rgba(0, 0, 0, 1);
  color: #fff;
  border-radius: 170px;
  padding: 12px 33px;
  border: 0;
}

.element-content img {
  border-radius: 20px;
}

.element-content .logo-img {
  position: relative;
  padding: 0px 0px 60px 60px;
}

.element-content .logo-img::after {
  position: absolute;
  content: "";
  background: rgba(24, 119, 242, 0.3);
  z-index: -1;
  right: 60px;
  left: 0;
  top: 60px;
  bottom: 0;
  border-radius: 20px;
}

.element-content .logo-img img {
  z-index: 999999;
  background: #fff;
}

.element-content .logo-img.green::after {
  background-color: rgba(76, 206, 95, 0.3);
}

.element-content .logo-img.orange::after {
  background-color: rgba(255, 164, 0, 0.3);
}

.pt_60 {
  padding-top: 60px;
}

.faq_content h2 {
  max-width: 699px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
}

.faq_wrapper {
  position: relative;
  background: linear-gradient(0deg, #000000, #000000),
    linear-gradient(0deg, rgba(102, 92, 132, 0.25), rgba(102, 92, 132, 0.25));
}

.services__innre_wrp::after,
.faq_wrapper::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 30%;
  height: 50%;
  background-image: url(../img/West_1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.faq_wrapper .container {
  position: relative;
  z-index: 1;
}

.faq_content h3 {
  max-width: 699px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
}

.faq_txt {
  max-width: 1020px;
  margin: 0 auto;
}

.faq_txt .accordion-button {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
  background-color: transparent;
  box-shadow: none !important;
  padding: 0;
  color: #fff;
  border: 0;
}

.faq_txt .accordion-item {
  background-color: transparent;
  border-bottom: 1px solid rgba(217, 217, 217, 1);
  border-image-slice: 1;
  padding: 30px 0;
}

.faq_txt .accordion-body {
  padding: 16px 0 0;
}

.faq_txt .accordion-button::after {
  filter: invert(0.5);
  transform: rotate(-180deg);
  background-image: url(../img/arrow_faq.svg);
}

.faq_txt .accordion-button:not(.collapsed)::after {
  filter: invert(0);
  transform: rotate(0deg);
}

.faq_txt .accordion-body p {
  color: rgba(134, 134, 134, 1);
}

.slick-slider {
  margin: 0 -15px;
}

.work_slider .slick-list {
  overflow: visible;
  position: relative;
}

.work_list.slick-slide {
  transform: scale(0.8) translateX(50px);
  transition: all 0.3s linear;
}

.work_img img {
  margin: auto;
  border-radius: 25px;
}

.work_text {
  text-align: center;
  padding-top: 41px;
  display: none;
}

.work_slider h5 {
  color: #000;
  font-weight: 700;
}

.landing-content .landing-text {
  max-width: 650px;
}

.landing-content .landing-text {
  max-width: 650px;
}

.landing-content .landing-text ul {
  display: flex;
  gap: 40px;
  align-items: center;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}

.landing-content .landing-text ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(101, 111, 121, 1);
}

.landing-content .landing-text ul li i {
  height: 30px;
  width: 30px;
  background: rgba(76, 206, 95, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
}

.search-busn {
  display: flex;
  justify-content: space-between;
}

.search-busn .form {
  position: relative;
  flex: 0 0 69%;
}

.search-busn .form i {
  position: absolute;
  content: "";
  top: 40%;
  left: 16px;
  color: rgba(217, 217, 217, 1);
}

.search-busn .search-btn {
  flex: 0 0 29%;
}

/* .payments-buttons-yellow.proceed-to-checkout-btn {
font-size: 13px;
padding: 7px 12px !important;
line-height: 24px;
} */

.search-sec .Select-text i {
  font-size: 20px;
}

.search-busn .form-control {
  border: 1px solid rgba(217, 217, 217, 1);
  padding: 20px;
  height: auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.07px;
  color: rgba(101, 111, 121, 1);
  padding-left: 35px;
}

.search-btn a {
  background: rgba(0, 0, 0, 1);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.busness-content img {
  height: 100%;
  border: 1px solid rgba(217, 217, 217, 1);
}

.busness-content {
  max-width: 1040px;
  margin: auto;
  text-align: center;
}

.busness-content h2 {
  margin-top: 100px;
}

.busness-content p {
  color: rgba(101, 111, 121, 1);
}

.btn-cta {
  color: #fff;
  background: #000;
  border: 1px solid #000;
  padding: 12px 30px;
  border-radius: 140px;
  margin-top: 40px;
  display: inline-block;
  transition: all 0.5s ease-in-out;
}

.consider-content {
  max-width: 1400px;
  margin: auto;
  box-shadow: -16px -20px 40px 0px rgba(0, 0, 0, 0.05);
  padding: 70px;
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 1);
}

.consider-content h2 {
  text-align: left;
  margin-bottom: 30px;
}

.consider-content p,
.consider-content li {
  color: rgba(101, 111, 121, 1);
}

.consider-content ul {
  padding: 0;
  margin: 0;
  padding-left: 20px;
  list-style: none;
  position: relative;
}

.consider-content li:not(:last-child) {
  margin-bottom: 50px;
}

.list {
  padding-left: 50px;
  border-left: 1px solid rgba(217, 217, 217, 1);
}

.consider-content li {
  max-width: 418px;
}

.consider-content li {
  counter-increment: count;
  position: relative;
  margin-left: 50px;
}

.consider-content li:before {
  position: absolute;
  content: counter(count);
  background: rgba(76, 206, 95, 1);
  height: 40px;
  width: 40px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  left: -60px;
}

.consider-content ul::before {
  position: absolute;
  content: "";
  background-color: rgba(217, 217, 217, 1);
  width: 1px;
  height: 75%;
  top: 10px;
  z-index: -1;
  left: 28px;
}

.join-logo-text.home-box.landing {
  max-width: 640px !important;
}

.join-logo-text.home-box.landing p {
  margin-bottom: 40px;
}

.btn-cta:hover {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}

.brand-logo_content .head {
  max-width: 900px;
  margin: auto;
  text-align: center;
  margin-bottom: 50px;
}

.brand-logo_content .head p {
  color: rgba(101, 111, 121, 1);
}

.brand-logo_content img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* 26/3/24 */
.filtr_box {
  border-radius: 20px;
  background: #f4f4f4;
  padding: 6px 12px;
}

.logo_head h1 {
  line-height: normal;
}

.total_data:last-child p {
  padding-bottom: 0;
  line-height: normal;
}

.mobile-btn {
  display: none !important;
}

.knowledgebase-main-section .row {
  margin-left: 0;
  margin-right: 0;
}

.choice_star .review-site-text .str_rate {
  gap: 1px;
}

/*====== NT css end here ========== */

/*====== Email temp start here ========== */
.snag_member_contact {
  position: relative;
  padding: 100px 0;
}

.snag_member_contact::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(https://logomax.com/public/siteMeta/Home_Banner_1700760317.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 50%;
  z-index: -1;
}

.snag_member_cont {
  border-radius: 25px;
  padding: 70px 100px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.snag_member_cont .snag_member_txt {
  margin-top: 30px;
}

.snag_member_cont .snag_member_txt .cta2 {
  margin-top: 40px;
}
.snag_member_cont .snag_member_txt .cta2:hover {
  background-color: #4cce5f;
  border-color: #4cce5f;
  color: #fff;
}

/*====== Email temp css end here ========== */

/* 2/4/24 */
.left-side .star_Av.review-site-text .str_rate {
  gap: 0px !important;
}

.selected-filter-wrap .filtr_box a.removestyle {
  cursor: pointer;
}

.selected-filter-wrap .filtr_box a.removecat {
  cursor: pointer;
}
.selected-filter-wrap .removecat {
  padding-left: 1px !important;
  font-size: 10px !important;
}
.selected-filter-wrap .removestyle {
  padding-left: 1px !important;
  font-size: 10px !important;
}
.selected-filter-wrap .filtr_box a.removebranch {
  cursor: pointer;
}

section.reviews-sec .review-heading .order-detail-niks:last-child .cta:hover,
.reviewModalUsersReviwePage .cta:hover {
  background: #ffff;
  color: #000;
  border: 1px solid #000;
}

.top-banner-knowledgebase.banner-sec .banner-content .top-content {
  max-width: 600px !important;
}

.top-banner-knowledgebase.banner-sec .banner-content h1 {
  line-height: 40px;
}

.top-banner-knowledgebase.banner-sec .banner-content p {
  line-height: 1.5;
  margin: 20px 0px;
}

.top-banner-knowledgebase.banner-sec .Search-bar i {
  background: #18181f;
  border-radius: 170px;
  color: #fff;
  padding: 10px 25px;
  font-size: 16px;
}

.top-banner-knowledgebase.banner-sec .Search-bar button {
  padding: 0;
}

section.knowledgebase-main-section .card {
  flex-direction: row;
  gap: 50px;
}

section.knowledgebase-main-section .knowledge-category-div .card {
  flex-direction: column;
  gap: 0;
}

section.knowledgebase-main-section .card-img-top {
  flex-shrink: 1;
}

.email_alert-content {
  max-width: 600px;
  margin: auto;
  text-align: center;
}

.email_alert-content h2 {
  margin: 30px 0px 15px;
}

.email_alert-content p {
  color: rgba(101, 111, 121, 1);
}

.email_alert-content a {
  padding: 18px 56px;
  border-radius: 200px;
  color: #18181f;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #18181f;
  transition: 0.3s;
  margin-top: 20px;
  display: inline-block;
}

.email_alert-content a:hover {
  background-color: #18181f;
  color: #fff;
}

section.reviews-sec .review-heading .order-detail-niks:last-child .cta {
  transition: none;
}

.home-search-dd {
  background-color: white;
  max-height: 220px;
  overflow-y: auto;
  border-radius: 10px;
  margin-top: 2px;
  position: relative;
  z-index: 99 !important;
}

.home-search-dd::-webkit-scrollbar {
  display: none;
}

#home_search_keywords li {
  list-style-type: none;
  font-weight: 400;
  font-size: 14px;
  padding-bottom: 5px;
  cursor: pointer;
  word-break: break-word;
  display: flex;
  gap: 6px;
}

/* .all-reviews .review-site-text .str_rate .fullstar:after, .all-reviews .review-site-text .str_rate .blankstar:after {
    font-size: 17px;
}
.al-rw-rating p {
    font-size: 21px;
} */

/*------ dashboard dropdown style start ---------*/
.notify-icons ul.navbar-nav li {
  position: relative;
  line-height: normal;
  /* padding: 12px 0px; */
}

.notify-icons .nav-item .dropdown-menu {
  display: block;
  /* transition: all 0.3s ease-in-out; */
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  width: 300px;
  border-radius: 5px;
  border: 0px;
  padding: 0px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
}

.dropdown-menu:after {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  margin-left: -15px;
  margin-top: -12px;
  width: 0;
  z-index: 1;
  height: 0;
  border-bottom: solid 13px #fff;
  border-left: solid 12px transparent;
  border-right: solid 13px transparent;
  right: 11px;
}

.notify-icons ul.navbar-nav li.profile .dropdown-menu:after {
  border-bottom-color: #edfaef;
}

.notify-icons .nav-item .dropdown-menu .dash-icon {
  display: flex;
  align-items: center;
}

.notify-icons .nav-item .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
}

.notify-icons .nav-item .dropdown-menu .dropdown-item {
  border: 0px;
  padding: 16px 25px;
  color: #656f79 !important;
}

.notify-icons .nav-item .dropdown-menu .dropdown-item i {
  min-width: 23px;
  color: #656f79 !important;
}

.notify-icons .nav-item .dropdown-menu .dropdown-item:hover {
  color: #4cce5f !important;
  background-color: transparent;
}

.notify-icons li.nav-item.profile .dropdown-menu .dash-icon:last-child {
  border-top: 1px solid #00000014;
}

.dropdown-menu .user_detail {
  display: flex;
  align-items: center;
  background-color: #e3f8e6;
  padding: 25px 25px;
  border-radius: 9px 9px 0 0;
}

.dropdown-menu .user_detail .user_img {
  min-width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  background-color: black;
  border-radius: 50%;
  color: #fff;
  /* border: 1px solid #000; */
}

.dropdown-menu .user_detail .user_name {
  width: 100%;
  padding-left: 15px;
}

.dropdown-menu .user_detail .user_name p {
  font-size: 13px;
  margin: 0px;
}

.notify a {
  background-color: #4cce5f;
  color: #fff;
  padding: 9px 17px;
  border-radius: 130px;
  /* transition: all 0.3s linear; */
  font-size: 12px;
  font-weight: 500;
  border: 1px solid !important;
}

/* .notify a:hover {
    background-color: #fff !important;
    color: #000 !important;
} */
.al-rw-rating a.review-original-link.text-success {
  color: #000 !important;
}

.al-rw-rating a.review-original-link.text-success:hover {
  color: #28a745 !important;
}

.dropdown-foot {
  padding: 0px 0px 20px;
}

/*.card-header.pointer h5 {
  text-align: justify;
}*/

.selct-file .slct_option {
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 50px 0px;
  border: 2px dashed #8080807d;
}

.selct-file .slct_option input {
  text-align: center;
  width: auto !important;
}

/* 9/5/24 */
.top-banner-knowledgebase.banner-sec button {
  position: unset;
  top: 0;
  right: 0;
  transition: none;
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
}

.ctn {
  display: flex;
  margin: 20px;
  justify-content: flex-end;
}

.ctn .btn-save {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  background-color: #18181f;
  color: #fff;
  text-decoration: none;
  border: 1px solid #18181f;
  border-radius: 200px;
  padding: 20px 50px;
  display: block;
}

.ctn .btn-save:hover {
  color: #18181f;
  background-color: #fff;
}

.vital-info-content {
  padding-top: 60px;
}

/* 30-5-24 */
/* NT CSS */
/*.payments-buttons-yellow:hover {
    background: #f1e931 !important;
    border-color: #f1e931 !important;
}*/

.review-heading .review-site-text .str_rate {
  gap: 3px !important;
}

.select-dropdown {
  position: relative;
  max-width: 100%;
  display: block;
  width: 100%;
}

.select-dropdown button {
  padding: 20px;
  background-color: #fff;
  color: #616161;
  border: 0px;
  border-radius: 13px;
  cursor: pointer;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ticket_sec .ticket_contnt .ticket_main_info form .tckt_hd {
  padding: 0 !important;
}

.select-dropdown__list {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  max-height: 300px;
  overflow: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
  opacity: 0;
  pointer-events: none;
  transform-origin: top left;
  transform: scale(1, 0);
  z-index: 99;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
}

.select-dropdown__list.active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1, 1);
  background: #fff;
  border: 1px solid #e0dfe0;
  top: 85%;
}

.select-dropdown__list li {
  display: block;
  list-style-type: none;
  padding: 10px 15px;
  background: #fff;
  /* border-bottom: 1px solid #e6e6e6; */
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  color: #656f79 !important;
  border-bottom: 1px solid #e3e9ed;
  /* font-size: 14px; */
  /* font-weight: 500 !important; */
}

.select-dropdown__list li:last-child {
  border-bottom: 0px;
}

.selct-file .slct_option input {
  width: 100% !important;
  padding: 50px 35%;
  text-align: center;
  height: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.selct-file .slct_option {
  padding: 0 !important;
}

.select-dropdown button span {
  font-size: 14px;
}

.selct-file .slct_option input {
  width: auto !important;
}

.img-box-head {
  min-width: 45px;
}

.join-logo-text.about_work.know_text .about_btn {
  width: 100%;
  text-align: center;
}

/* .knowledgebase-main-section {
  padding-top: 30px !important;
} */

span.fullstar {
  color: #ded739;
}

.login-form button.cta.btn:hover {
  background-color: #4cce5f;
  color: #fff;
  border-color: #4cce5f;
}

/* .ticket_sec .select-dropdown ul.select-dropdown__list.active li.select-dropdown__list-item {
    border: 1px solid #e6e6e6;
} */

/* 6june */
.similar_text h3 {
  margin-bottom: 30px;
}

.selct-file .slct_option input {
  cursor: pointer;
}

.ticket-wrap h5 {
  color: #000;
  margin: 0;
  font-size: 18px;
}

.ticket-wrap span {
  color: #656f79;
  margin: 0;
  font-size: 16px;
}

.ticket_submt_sec .ticket_submit_content .submt_msgs .ticket-wrap p {
  margin: 0;
  text-align: left;
}

.ticket-wrap h5 {
  flex-basis: 25%;
}

/* 7june */
/* .knowledge-base-content-container {
  padding-top: 50px;
} */

/*28june*/

/*.dropdown-menu .user_detail:hover {cursor: alias;}*/

.total_data.num.total_price_box.subtotal-top-border {
  padding-top: 15px;
  margin-top: 10px;
}

/*================*/
.knowledgebase-main-section .row.mt-4.logo-wrap {
  margin: 0px -15px;
  /* overflow: hidden; */
}

div#logo_html_row {
  margin-right: -35px;
}

/*section.filter-sec {
  overflow: hidden;
}*/

.vital-info-content.tickt h3 {
  margin: 0px !important;
}

/* .ticket-list .row {
  margin: 0px -15px;
} */

section.knowledgebase-main-section {
  overflow: hidden;
}

.knowledgebase-main-section .knowledge-base-content-container {
  padding-left: 0px;
  display: flex;
}

.knowledgebase-main-section .data-wrap.col-lg-12.d-flex {
  padding: 0px;
  margin: 0px -15px;
}

.user_name p {
  word-break: break-all !important;
}

.filter-sec div#logo_html_row {
  margin-right: -15px;
}

.filter-sec div#logo_html_row .logo_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

header.header
  .top-header
  li.nav-item.dropdown
  .custom-dropdown-menu.active-div {
  visibility: visible;
  opacity: 1;
  /* transition: 0.2s ease-in-out; */
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}

header.header .top-header li.nav-item.dropdown .custom-dropdown-menu {
  display: block !important;
  visibility: hidden;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0%;
  width: 100%;
}

header.header.custom-header .container-div {
  overflow: hidden;
}

.menu-div-container {
  display: none;
}

.custom-dropdown-menu.active-div .menu-div-container {
  display: block;
}

.accordion-wrap .title-wraper {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #18181f;
  margin-top: 35px;
}

.review-comment-us {
  display: flex;
  gap: 60px;
}

.rate-nd-per {
  max-width: 25%;
  width: 100%;
}

.review-wraper-parent .headingWraper h2 {
  text-align: left;
  margin-bottom: 20px;
}

.reviews-wraper-box .review-box {
  padding-bottom: 20px;
}

.reviews-wraper-box .pro_navigation {
  padding-bottom: 20px;
}

.al-rw-rating {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.swal2-actions .swal2-confirm.swal2-styled {
  border-radius: 20px;
  border: 1px solid #000;
}

.swal2-container.swal2-center.swal2-backdrop-show
  button.swal2-confirm.swal2-styled:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

.alt_dt_pg .cat-div li.active a {
  color: black !important;
  font-weight: 600 !important;
}

.custom-sec-head h3 {
  display: flex;
  align-items: center;
  margin: 0;
}

.p_100 {
  padding: 100px 0;
}

.top-banner-knowledgebase.banner-sec.a_p {
  height: auto;
  padding: 142px 0px;
}

section.banner-sec.banner-new-sec.top-banner-knowledgebase.support-banner {
  padding: 200px 0;
}

.banner-sec .Search-bar button#knowledge-base-search-btn i {
  background: #4cce5f;
  color: #fff;
}

.banner-sec .Search-bar button#knowledge-base-search-btn i:hover {
  background-color: #000;
}

.reviews-wraper-box.currentCountryWraper .review-box.al-rw.d-flex {
  border: 1px solid #d9d9d9;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
}

.swal_custom_class .swal2-close {
  color: #545454;
}

.swal_custom_class .swal2-close:hover {
  color: #5d5d5d;
}

.swal_custom_class h2 {
  color: #000;
}

.swal_custom_class .swal2-html-container {
  color: #000;
}

/*21jan2025//////////////////////////////////////////////*/

.close:hover {
  color: #4cce5f;
}

.editPublicProfileNameCrossIcon i:hover {
  color: #4cce5f !important;
  cursor: pointer;
}

.editPublicProfileNameCrossIcon i {
  display: none;
}

/*20feb2025/////////////////////*/
.sign-up_sec .img-fluid {
  width: 100%;
}

/* 25feb2025 google feature//////////////// */
.GoogleFeature .Select-text {
  border-radius: 25px 25px 0 0;
  max-width: 100% !important;
  width: 100%;
}

.GoogleFeature .home-search-dd.home-search-page {
  border-radius: 0 0 25px 25px;
  margin-top: 0;
}

.GoogleFeature #home_search_keywords {
  padding-left: 0;
  padding-top: 15px;
  margin: 0 11px;
  border-top: 1px solid #c8cacd;
}

.GoogleFeature #home_search_keywords li {
  border-radius: 8px;
  padding: 5px 10px;
}

.GoogleFeature #home_search_keywords li:hover {
  background-color: #4cce5f3d !important;
}

.GoogleFeature #home_search_keywords li i {
  font-size: 14px;
  color: #000;
}

.GoogleFeature input:focus {
  background-color: var(--input-bg-color) !important;
}

header .Select-inner-text #home_page_search_btn2 {
  margin-right: 1px !important;
}

.DRConfirmationPage .login-accnt h1 {
  line-height: 54px;
  font-size: 45px;
  font-weight: 600;
}

.DRConfirmationPage .login-accnt p {
  font-size: 24px;
  font-weight: 500;
}

.DRConfirmationPage .SubtextContainer {
  padding-top: 24px;
}

.DRConfirmationPage .SubtextContainer .SubText {
  font-family: "Montserrat";
  line-height: 28px;
  font-size: 18px;
  font-weight: 400;
}

.DRConfirmationPage .SubtextContainer {
  padding-top: 24px;
  max-width: 640px;
  margin: auto;
  width: 100%;
}

.DRConfirmationPage .SubtextContainer .higlightedtext {
  color: rgba(76, 206, 95, 1);
}

.DRConfirmationPage .login-form {
  border-radius: 50px;
}

/* .social-links .social-accnt {
  width: 100%;
  display: block;
} */

/* (anureet 22/4) */

.filter-collapse {
  min-width: unset !important;
}

.search_sec.search_open .search_style_wrapp .CloseFilterSectionContent {
  /* max-height:350px !important; */
  top: 0px !important;
}

.search_sec.search_open
  .search_style_wrapp
  .CloseFilterSectionContent::-webkit-scrollbar,
.FilterContainerDiv #openFilterSection::-webkit-scrollbar {
  width: 4.5px;
}

.search_sec.search_open
  .search_style_wrapp
  .CloseFilterSectionContent::-webkit-scrollbar-track,
.FilterContainerDiv #openFilterSection::-webkit-scrollbar-track {
  background-color: #8f8f8f38;
  border-radius: 5px;
}

.search_sec.search_open
  .search_style_wrapp
  .CloseFilterSectionContent::-webkit-scrollbar-thumb,
.FilterContainerDiv #openFilterSection::-webkit-scrollbar-thumb {
  background-color: #8f8f8f91;
  border-radius: 5px;
}

.search_sec.search_open
  .search_style_wrapp
  .CloseFilterSectionContent::-webkit-scrollbar-thumb:hover,
.FilterContainerDiv #openFilterSection::-webkit-scrollbar-thumb:hover {
  background-color: #8f8f8f91;
}

.FilterContainerDiv #openFilterSection {
  height: 100%;
  /* overflow-y: auto; */
  margin-bottom: 10px;
}

.FilterContainerDiv .work_data.slide-in-right {
  animation: growth 0.7s ease-out forwards;
  width: 100%;
}

@-webkit-keyframes growth {
  0% {
    width: 0%;
    opacity: 0;
    visibility: hidden;
    transition: 0.7s;
  }

  to {
    opacity: 1;
    visibility: visible;
    width: 100%;
  }
}

/* 2may2025 start  */

.slide-in-right {
  animation: slideInRight 0.5s forwards;
}

.slide-out-left {
  animation: slideOutLeft 0.5s forwards;
}

@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideOutLeft {
  from {
    transform: translateX(0);
    opacity: 1;
  }

  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}

/* 2may2025 end   */

/* @keyframes growth {
  0% {
    width: 0%;
    opacity: 0;
    visibility: hidden;
    transition: 0.7s;
  }

  to {
    opacity: 1;
    visibility: visible;
    width: 100%
  }
}  */

.FilterContainerDiv .work_data {
  width: 0;
}

/* (28/4) */
.FilterContainerDiv .openFilterSection.AnimationClassOpenFilter {
  width: 100%;
  animation: none;
}

/* ******* */

.search_sec.search_open .closedFilterSection .search_head img {
  max-width: 35px !important;
}

.search_sec.search_open .closedFilterSection .search_head p {
  font-size: 12px !important;
  white-space: nowrap;
}

.search_sec.search_open .filter-collapse .filtter-button {
  text-align: center;
}

.search_sec.search_open .closedFilterSection .search_head {
  align-items: center;
}

.search_sec.search_open .filter-collapse .filtter-button {
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.search_sec .FilterContainerDiv {
  flex: 0 0 280px;
}

.search_sec.search_open .FilterContainerDiv {
  flex: 0 0 auto;
}

header.header.logged_in_header.custom-header.custom-header-2,
header.header.custom-header.custom-header-2 {
  z-index: 99999;
}

.search_sec.search_open #closedFilterSection {
  padding-left: 20px;
  padding-right: 15px;
}

/* .knowledgebase-main-section
  .vital-info-content:not(:first-child)
  .ticket-list
  .CatContainerDiv {
   padding-inline: 12px; 
} */

.knowledgebase-main-section
  .ticket-list
  .CatContainerDiv
  a.article-info-link
  p {
  font-size: 14px !important;
  font-weight: 400;
}

/* (anureet 24/4) */
.side-container ul li a.Active,
.content-div .content-list-items.active a {
  font-weight: normal !important;
  color: #50cf63;
}

.side-container ul {
  margin-top: 2px !important;
  gap: 4px !important;
}

.side-container .head-info h6 {
  margin-bottom: 10px !important;
}

.ContentWraper .head-info {
  border-bottom: 1px solid #e3e9ed !important;
}

.knowledgebase-main-section .ContentWraper .content-topics-div .content-div {
  margin-top: 12px !important;
}

.knowledgebase-chatsupport-div .table table {
  display: table !important;
  width: 100% !important;
}

.knowledgebase-chatsupport-div .table tbody {
  /* width: 100% !important; */
  /* display: table !important; */
  border: 1px solid #dee2e6;
}

.knowledgebase-chatsupport-div .table thead th {
  border-block: none;
}

.knowledgebase-chatsupport-div .table thead th {
  border: 1px solid #dee2e6;
  border-bottom: none;
}

.knowledgebase-chatsupport-div .table .table td,
.knowledgebase-chatsupport-div .table .table th {
  display: table-cell !important;
}

/* .table td,
.table th {
  text-align: center !important;
} */

p:empty {
  display: none !important;
  margin: 0px !important;
}

.knowledgebase-main-section.article-detail-kw
  .article-data-wrap
  .knowledgebase-chatsupport-div:not(:first-child) {
  margin-top: 15px !important;
}

.knowledgebase-main-section.article-detail-kw
  .article-data-wrap
  .knowledgebase-chatsupport-div
  p {
  margin-bottom: 10px !important;
}

/* #section7 p:nth-last-child(2) {
  line-height: 35px !important;
} */

/* .knowledgebase-main-section .RelatedArticleSection {
  margin-top: 45px !important;
} */

table tbody tr td:not(:last-child) {
  border-right: 1px solid #dee2e6 !important;
}

.slider-sec button.slide-arrow {
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.knowledgebase-main-section.article-detail-kw
  .article-data-wrap
  .knowledgebase-chatsupport-div
  ul {
  padding-left: 22px !important;
  margin-bottom: 0px;
}

.search_sec .work_data.slide-in-right {
  z-index: 1;
}

.OrderConfirmationPage .ticket-wrap h2 {
  font-size: 34px !important;
}

.ticket_submt_sec .ticket_submit_content .submt_msgs h4 {
  font-size: 18px !important;
  margin-bottom: 0px !important;
}

.ticket_submt_sec .ticket_submit_content .submt_msgs p {
  font-size: 13px !important;
  margin-top: 2px;
}

/* (anu 25/4) */

.check_out_pnt.sub_div .opt-btn-check.sub_div .add_para.sub_div p {
  margin-bottom: 6px;
}

.bill-icon i:hover {
  background-color: #4cce5f;
  border: 1px solid #4cce5f;
  color: #fff !important;
}

.login-form .form-group:nth-child(2) {
  margin-bottom: 4px !important;
}

.login-alert p.small-p {
  margin-bottom: 0px !important;
}

.search_sec.search_open .filter-collapse .filtter-button:hover {
  background: unset !important;
}
/* .FilterContainerDiv .desktp-btn {
  position: absolute;
  right: -15px;
  z-index: 999;
  height: 30px;
  width: 30px;
  background: #fff;
  border: 1px solid #e9edf0;
  border-radius: 50%;
} */
/* .filtter-button button.desktp-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  background: #fff;
  border: 1px solid #e9edf0;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  right: -6%;
  z-index: auto !important;
  top: 13px !important;
} */
.orderby_search_head i {
  transform: rotateX(180deg);
}
.orderByFilter .options {
  position: static !important;
  margin-top: 10px;
  margin-bottom: 16px;
}

/* .filtter-button button.desktp-btn:hover {
  background-color: #e3e9ed !important;
} */

.search_sec.search_open .search_style_wrapp {
  padding-inline: 6px;
  padding-bottom: 8px;
  margin-bottom: 0px;
  padding-top: 6px;
  border-radius: 5px;
}

.search_sec.search_open .search_style_wrapp:hover {
  background-color: #f0f0f0;
}

.banner-sec.banner-new-sec.top-banner-knowledgebase.support-banner.AboutUsPage
  .banner-content,
.banner-sec.banner-new-sec.top-banner-knowledgebase.support-banner.AboutUsPage
  .top-content,
.banner-sec.banner-new-sec.top-banner-knowledgebase.support-banner
  .banner-content,
.banner-sec.banner-new-sec.top-banner-knowledgebase.support-banner
  .banner-content
  .top-content {
  max-width: 100% !important;
}

.banner-sec.banner-new-sec .Select-text {
  max-width: 700px;
  margin: auto;
}

.logo_wrapper .brand-text h1.LogoDetailPageTitle {
  color: #18181f;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}
/* (anu 28/4) */
.knowledgebase-main-section .ContentWraper ul#content_list {
  gap: 8px !important;
}

.sign-up_sec ul li {
  font-size: 16px !important;
}

.logo_wrapper .brand-text .template_content .designerNameContainer p {
  font-size: 12px;
  font-weight: 500;
  padding: 0;
}

.logo_wrapper .brand-text h1.LogoDetailPageTitle {
  margin-bottom: 6px;
}

/* ( anureet 29/4) */
.knowledgebase-main-section.article-detail-kw
  .article-data-wrap
  .knowledgebase-chatsupport-div
  ul
  li {
  color: #18181f !important;
}

.knowledgebase-main-section.article-detail-kw
  .article-data-wrap
  .knowledgebase-chatsupport-div
  ol
  li
  ul
  li {
  list-style-type: disc;
  margin: 4px;
  line-height: 1.3;
}

.knowledgebase-main-section.article-detail-kw
  .article-data-wrap
  .knowledgebase-chatsupport-div
  ol
  > li {
  margin-bottom: 15px;
}

.knowledgebase-main-section.article-detail-kw
  .article-data-wrap
  .knowledgebase-chatsupport-div
  ol
  > li
  strong {
  display: inline-block;
  margin-bottom: 2px;
}

/* 10jun2025 start  */

.loginPopupModel .login-form {
  text-align: center;
}

.loginPopupModel h1 {
  line-height: normal;
}

.loginPopupModel .social-links {
  gap: 10px;
  display: flex;
  justify-content: center;
}

.loginPopupModel .social-accnt .gs-btn {
  font-size: 26px;
  border-radius: 8px;
  padding: 10px 20px;
  display: flex;
  margin-bottom: 0;
  text-decoration: none;
  font-weight: 500;
  line-height: 17px;
  color: #ffffff;
  text-align: center;
  border: 1px solid #dadce0;
  background: #f26356;
}

.loginPopupModel .social-accnt .fb-btn {
  font-size: 26px;
  border-radius: 8px;
  padding: 10px 20px;
  display: flex;
  margin-bottom: 0;
  text-decoration: none;
  font-weight: 500;
  line-height: 17px;
  color: #ffffff;
  text-align: center;
  border: 1px solid #dadce0;
  background: #1877f2;
}

.loginPopupModel .small-p.line-text1 {
  margin: 15px 0;
  position: relative;
}

.loginPopupModel .small-p.line-text1::after {
  content: "";
  position: absolute;
  width: 45%;
  height: 1px;
  background-color: #e3e9ed;
  left: 0;
  top: 50%;
}

.loginPopupModel .small-p.line-text1::before {
  content: "";
  position: absolute;
  width: 45%;
  height: 1px;
  background-color: #e3e9ed;
  right: 0;
  top: 50%;
}

.loginPopupModel .mail-info .form-group {
  position: relative;
}

.loginPopupModel .mail-info .form-group label {
  position: absolute;
  top: 30%;
  left: 18px;
  transition: 0.3s all ease;
  z-index: 0;
  color: #80868b;
}

.loginPopupModel .mail-info .isEmpty label {
  transition: 0.3s all ease;
  top: -8px;
  background-color: #fff;
  padding: 0 5px;
  font-size: 13px;
  z-index: 2;
  color: #80868b;
}

.loginPopupModel .form-group #show_hide_password {
  position: relative;
}

.loginPopupModel .form-group #show_hide_password .password_eye {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #adadad;
  z-index: 9;
}

.loginPopupModel .InputWrapper {
  gap: 30px;
  display: flex;
  flex-direction: column;
}

.loginPopupModel .form-control {
  padding: 16px 18px !important;
}

.loginPopupModel .buttonwrap {
  margin-top: 10px;
}

.loginPopupModel .buttonwrap .form-group.form-check a {
  color: #4cce5f;
  font-size: 14px;
  font-weight: 400;
}

.loginPopupModel .buttonwrap .form-group.form-check a:hover {
  color: #000;
}

.loginPopupModel .buttonwrap .btm-buttn .cta {
  background: #4cce5f;
  border-color: #4cce5f;
  width: 100%;
  border-radius: 100px;
  color: #fff;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 16px;
}

.loginPopupModel .buttonwrap .btm-buttn .cta:hover {
  background-color: #000;
  border-color: #000;
}

.loginPopupModel .login-alert a {
  color: #4cce5f;
  font-size: 14px;
}

.loginPopupModel .login-alert p {
  font-size: 14px;
}

.loginPopupModel .login-alert {
  margin: 10px 0;
}

.loginPopupModel .form-group .text-danger {
  position: absolute;
  /* bottom: 0; */
}

.loginPopupModel .mail-info .form-group input {
  position: relative;
  z-index: 1;
  background-color: transparent;
}

.loginPopupModel .modal-header {
  border: 0;
  padding: 10px;
}

.loginPopupModel .close {
  padding: 0;
  position: absolute;
  top: 30px;
  right: 30px;
  color: #000;
  z-index: 3;
}

/* .loginPopupModel .modal-dialog {
  max-width: 100%;
  width: 100%;
  height: 100%;
} */

.loginPopupModel .login-accnt h1 {
  font-size: 34px;
}

.loginPopupModel .social-links .social-accnt a:hover {
  background-color: #000;
}

.loginPopupModel .login-alert a:hover {
  color: #000;
}

.loginPopupModel .modal-dialog .modal-content {
  border-radius: 25px;
}

.loginPopupModel .modal-dialog {
  display: flex;
  align-items: center; /* Vertical centering */
  justify-content: center; /* Horizontal centering */
  min-height: calc(100% - 1rem); /* Accounts for modal margin */
}

.loginPopupModel .modal-dialog .modal-content {
  border-radius: 25px;
  width: 100%; /* Ensures content fills dialog */
}

.loginPopupModel .form-control.invalid {
  border: 1px solid #f2392c !important;
}

/* 10jun2025 end  */

.faq_categoryDiv a {
  color: #000;
}

/* 17july start   */

.ArticlePageParentSection .article-data-wrap h1 {
  text-align: left;
  font-size: 50px;
  font-weight: 700;
  margin: 0;
}

/* 17july end   */

/* Media Query Starts from Here. */

/* 4sep  start */

.orderby_search_head_closed .options {
  width: 260px !important;
  left: 100% !important;
  right: 0px !important;
  position: absolute !important;
  margin-left: 30px !important;
}
.orderByFilterClosed {
  padding: 1px 10px 12px;
  border-radius: 6px;
}
.orderByFilterClosed:hover {
  background-color: #f8f8f7;
}

.outr_filtrhd {
  display: flex;
  /* align-items: start; */
  justify-content: space-between;
}
.outr_filtrhd .rgt_filtrhd .rgt_filtrul ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #18181f;
}
.outr_filtrhd .rgt_filtrhd .rgt_filtrul ul li i {
  font-size: 18px;
  color: #4cce5f;
}
.outr_filtrhd .lft_filtrotr {
  width: 60%;
}
.outr_filtrhd .rgt_filtrhd {
  width: 40%;
  display: flex;
  justify-content: end;
  /* height: 100% !important; */
}
.outr_filtrhd .rgt_filtrhd .rgt_filtrul {
  display: flex;
  flex-direction: column;
  height: 100%;
  /* justify-content: space-between; */
  padding-bottom: 10px;
  gap: 4px;
}
/* 4sep  end */

/*=========== responsive  css start here  ======*/

@media only screen and (max-width: 767px) {
  .form-group.stripe-field .control-label.floating-label {
    left: 12% !important;
  }
  .header.logout-y.custom-header.loggedheader.SrchDtlHdr {
    padding-top: 10px;
    padding-bottom: 60px;
  }
  .loggedheader #nav_banner_content {
    top: 60px !important;
  }

  header.loggedheader #top-headerhidecheckout {
    padding-left: 0;
    height: 100%;
    display: flex !important;
    align-items: center;
    padding-bottom: 0;
  }
  .loggedheader .navbar.navbar-expand-lg.this_is_the_class_which {
    justify-content: space-between !important;
    width: 65%;
    margin-left: auto;
  }
  .SrchDtlHdr.custom-header-2 #nav_banner_content {
    bottom: 10px !important;
    width: 96% !important;
  }
  .orderByFilter {
    margin-top: 0px !important;
  }

  /* 27aug2025 start  */
  .MobileViewClass #top-headerhidecheckout {
    width: 50% !important;
    max-width: 50% !important;
    padding-right: 0 !important;
  }
  .MobileViewClass .navbar.navbar-expand-lg.this_is_the_class_which {
    position: static !important;
  }

  .MobileViewClass .main-header.hidden-header {
    position: static !important;
  }
  .MobileViewClass {
    padding: 20px 0 70px 0 !important;
  }
  .MobileViewClass .main-header .hidden-header {
    position: static !important;
  }
  .MobileViewClass .navbar.navbar-expand-lg.this_is_the_class_which {
    flex-wrap: wrap !important;
    position: static !important;
  }
  .MobileViewClass .logo {
    order: 1 !important;
  }
  .MobileViewClass .banner-content {
    order: 3;
    width: 90% !important;
    max-width: 90% !important;
    position: absolute !important;
    bottom: 10px !important;
    z-index: 2 !important;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .MobileViewClass .header-btn.in-desktop {
    order: 2;
  }
  /* 27aug2025 end  */
}

@media only screen and (min-width: 575px) {
  .form-group.stripe-field .control-label.floating-label {
    left: 9% !important;
    padding-top: 1px;
}
  .logo-title-wrapper .toggle-checkbox {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .notify-icons .nav-item:hover .dropdown-menu {
    opacity: 1;
    transform: scale(1);
  }
}

@media (min-width: 1200px) {
  .nav-item:hover .custom-dropdown-menu {
    display: block;
  }
}

@media screen and (min-width: 1699px) {
  header .Search-bar button i {
    padding: 13px 32px !important;
    font-size: 18px !important;
  }

  .container-div .form-control {
    font-size: 14px;
    line-height: 34px;
  }

  /* 4aprl2025 start  */

  .banner-sec.banner-new-sec.top-banner-knowledgebase.support-banner.a_p.p_100.AboutUsPage {
    padding: 200px 0 !important;
  }

  /* 4aprl2025 end  */
}

@media screen and (min-width: 1599px) {
  .container {
    max-width: 1470px;
  }

  header .Search-bar button i {
    padding: 9px 26px;
  }

  /* 1jan2025/////////////////////////////////////////////////////////////////// */

  .top-footer::after {
    background-position: right 12% top 100% !important;
    background-size: 320px !important;
  }

  /* 25feb2025///////////////////// */

  .custom-header .main-header button#button-addon5 {
    right: 9px;
  }

  .main-header .banner-content .Search-bar button {
    top: 50%;
    transform: translateY(-50%);
  }

  header .Select-inner-text #home_page_search_btn2 {
    margin-right: 1px !important;
  }
}

@media screen and (max-width: 1599px) {
  /* 2sep start */

  .rating-with-perct:not(:last-child) {
    margin-bottom: 10px;
    gap: 0;
  }

  /* 2sep end */

  .logo-slider .logo_img.white.logo-img-simi img {
    max-width: 40px !important;
  }
  .banner-sec .Select-text .form-group {
    padding: 6px 23px !important;
  }

  /* h2 {
    font-size: 26px;
  }*/

  .slider-sec button.slide-arrow.prev-arrow.slick-arrow {
    left: -22px;
  }

  .slider-sec button.slide-arrow.next-arrow.slick-arrow {
    right: -22px;
  }

  .slider-sec button.slide-arrow {
    height: 45px;
    width: 45px;
    right: 0px;
  }

  header.header {
    padding: 17px 20px 0;
  }

  .top-header .side-menu ul li {
    margin-left: 30px;
  }

  .top-header li.nav-item {
    margin-right: 50px;
  }

  .logo_wrapper {
    padding-top: 30px;
  }

  .similar_wrapper {
    gap: 20px;
  }

  .similar_img_box {
    padding: 45px 25px;
  }

  .filter-sec .container-fluid {
    padding: 0 20px;
  }

  .logo_head {
    padding-bottom: 20px;
  }

  .filter-content {
    padding: 0px 0px 0px;
  }

  .filter-sec {
    padding-bottom: 90px;
  }

  .next-button {
    font-size: 16px;
  }

  .work_data.slide-in-right {
    padding-right: 30px;
  }

  .arrow-bt a {
    font-size: 16px;
  }

  .arrow-bt i {
    padding: 0 6px;
  }

  .template_data {
    margin-left: 20px;
  }

  .download_sec {
    padding-bottom: 100px;
  }

  .video_wrapper .video-box {
    height: 620px;
    width: 100%;
  }

  .video-thumb {
    background-size: 100% 100%;
  }

  .checkout_box {
    max-width: 1191px;
    padding: 40px;
  }

  .custom_step_form input,
  .custom_step_form select {
    padding: 15px;
  }

  a.continue_btn {
    padding: 15px 50px;
  }

  .step_form_head {
    width: 100%;
    max-width: 950px;
    padding-bottom: 40px;
  }

  .custom_step_form {
    max-width: 1200px;
    padding: 35px !important;
  }

  .box_studio span.true_num {
    font-size: 18px;
  }

  .box_studio {
    height: 50px;
    width: 49px;
  }

  .box_step p {
    font-size: 14px;
  }

  /* NT */
  .banner-content input.form-control {
    font-size: 14px;
  }

  .main-header .navbar.navbar-expand-lg {
    gap: 20px;
  }

  .banner-sec .banner-content {
    max-width: 700px !important;
    margin: auto;
  }

  .banner-content input.form-control {
    padding: 12px 15px;
  }

  .review-site-text.heading span::after {
    font-size: 20px;
  }

  .recent-blog-sec .recent-text {
    padding-top: 25px !important;
  }

  .recent-blog-sec .simply-text h6 {
    margin-bottom: 10px !important;
  }

  .recent-blog-box > div {
    gap: 20px 0px;
  }

  .join-logo-sec .join-logo-text {
    gap: 20px;
  }

  .about_btn a {
    padding: 20px 35px;
  }

  .terms-sec ul.list-unstyled li {
    line-height: 20px;
  }

  h1 {
    /* font-size: 50px; */
    font-size: 28px;
  }

  section.banner_sec {
    padding: 150px 0px;
  }

  .sign-up_sec .left-text {
    padding-right: 70px;
  }

  .p_50 {
    padding: 30px 0px;
  }

  .sign-up_sec .right-text {
    padding-left: 70px;
  }

  .banner_content {
    max-width: 700px;
  }

  .bottom-texts {
    max-width: 700px;
    margin: auto;
  }

  .mission_data {
    gap: 50px;
  }

  .templete_wrapper {
    padding: 20px;
  }

  .logo-detail-sec .vita-img {
    height: 540px;
  }

  .brand-text .card-header:before {
    top: 0px;
  }

  .section-for-faq {
    padding: 80px 0px;
  }

  /* section.banner-sec.top-banner-knowledgebase {
        padding: 120px 0 0;
        height: 520px;
        } */

  h3 {
    font-size: 22px;
  }

  .box_step:before {
    margin: 0 0px 0px 5px;
  }

  .box_step:before {
    width: 97%;
  }

  .box_step:nth-child(2)::before {
    width: 110%;
    margin: 0 0px 0px 5px;
  }

  .design-img {
    padding: 20px;
  }

  .landing-content .landing-text ul {
    gap: 20px;
  }

  .landing-content .landing-text ul li {
    font-size: 13px;
  }

  /* 21march 24 */
  .busness-content h2 {
    margin-top: 70px;
  }

  .btn-cta {
    margin-top: 20px;
  }

  .logo_head h1 {
    line-height: normal;
  }

  .email_alert-content a {
    padding: 12px 56px;
  }

  .vital-info-content {
    padding-top: 60px;
  }
}

@media screen and (max-width: 1399px) {
  header {
    padding: 15px 15px 0px;
  }

  .p-110 {
    padding: 80px 0px;
  }

  .slider-sec {
    padding-bottom: 80px;
  }

  li.info:after {
    left: 200px !important;
  }

  .join-logo-sec .join-logo-text {
    max-width: 750px;
    padding: 40px;
  }

  .join-logo-sec .join-btn a.now-btn {
    margin-top: 20px;
    padding: 15px 30px;
  }

  .popular-sec .popular-btn li a {
    padding: 15px 30px;
  }

  .site-footer {
    padding: 20px 0px;
  }

  .site-footer button.btn.btn-secondary.dropdown-toggle {
    padding: 18px 25px;
    outline: none;
  }

  /* .site-footer button.btn.btn-secondary.dropdown-toggle {
    padding-right: 45px !important;
    } */

  .banner-sec .Select-text .form-group {
    padding: 4px 23px !important;
  }

  .banner-sec .Select-text .search {
    padding: 16px 16px;
  }

  .banner-sec .Search-bar i {
    padding: 12px 28px;
  }

  .top-header a.nav-link {
    font-size: 14px;
  }

  .top-header .side-menu ul li {
    margin-left: 20px;
  }

  .top-header li.nav-item {
    margin-right: 40px;
  }

  header.header {
    padding: 12px 10px 0;
  }

  .main-header {
    padding-top: 18px;
  }

  .img__wrapper_boxs_text h5 {
    font-size: 15px;
    margin: 0;
    font-weight: 600;
    cursor: pointer;
  }

  .site-footer .dropdown:before {
    top: 14px;
  }

  .filter-title {
    padding: 30px 5px 20px 20px;
    padding-left: 0;
  }

  .logo_head {
    padding-bottom: 10px;
  }

  .search_style_wrapp {
    padding-bottom: 16px;
  }

  /* .search_style_wrapp.category {
        padding-top: 35px;
        } */

  /* .search_content label {
    line-height: 32px;
    } */

  .template_data {
    margin-left: 0;
  }

  a.request-btn {
    margin-left: 10px;
  }

  .load-btn a {
    padding: 20px 30px;
  }

  .download_sec {
    padding-bottom: 80px;
  }

  .about_work {
    max-width: 1180px !important;
    width: 100%;
    align-items: center;
  }

  section.counter {
    padding-bottom: 80px;
  }

  .video_wrapper .video-box {
    height: 550px;
    width: 100%;
  }

  .video-thumb {
    background-size: 100% 100%;
  }

  /* .popup_sec .modal-dialog {
    max-width: 600px;
    } */

  .popup_sec .modl-img img {
    width: 100%;
  }

  .popup_sec .modal-text {
    padding: 20px;
    padding-bottom: 0 !important;
  }

  .popup_sec .register-txt {
    padding-top: 10px;
  }

  .popup_sec .modal-btn {
    margin-top: 30px;
  }

  .sign-account {
    margin-top: 10px;
  }

  .popup_sec .modal-btn a {
    padding: 15px;
  }

  span.round-tab {
    font-size: 18px;
  }

  .checkout_box {
    max-width: 1050px;
    padding: 40px;
  }

  /* .box_step:before {
        width: 140px;
        top: 35px;
        right: -160px;
        } */

  .step_form_head {
    width: 100%;
    max-width: 870px;
    padding-bottom: 40px;
  }

  /* .billing_wrapper select {
        padding: 0px 14px !important;
        } */

  .custom_step_form input,
  .custom_step_form select {
    padding: 16px;
  }

  .continue_btn {
    padding: 16px 50px;
    /* margin-top: 20px; */
  }

  .brand-text .dropdown_data div#accordion .card .card-header.pointer {
    padding: 7px 10px !important;
  }

  .brand-text .dropdown_data div#accordion .card .card-body {
    padding-left: 38px !important;
    padding-top: 0px;
  }

  .banner-sec .Select-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px;
  }

  section.banner-sec.banner-new-sec .Select-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
  }
}

@media screen and (max-width: 1199px) {
  /* filter_main */
  .search_sec .work_data {
    position: fixed;
    top: 0;
    left: 0;
    padding-left: 20px;
    height: 100vh;
    /* overflow: auto; */
    z-index: 9999;
    /* display: none; */
  }

  .filter-main-button {
    display: block !important;
  }

  .closed-filter-wrap {
    display: flex;
    align-items: center;
    padding-top: 0px;
  }

  .filter-bar {
    padding-top: 0px;
  }

  .show_logo {
    width: 100%;
  }

  .site.site.site_overly {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #18181f;
    z-index: 9999;
    opacity: 70%;
  }

  /* filter_main_ends */
  .popular-sec .popular-btn li a {
    padding: 15px 20px;
  }

  .next-button {
    justify-content: space-around;
  }

  .page_next {
    position: static;
  }

  .top-footer .business-text ul li a {
    font-size: 14px;
  }

  .top-footer .social-icon i {
    margin-right: 5px;
  }

  h5 {
    font-size: 15px;
  }

  .popular-sec .popular-btn li a {
    padding: 12px 20px;
  }

  .join-logo-sec .join-logo-text {
    max-width: 700px;
    padding: 30px;
  }

  .grid-wrapp {
    grid-template-columns: repeat(5, 1fr);
  }

  .popular-sec .popular-btn li {
    margin: 0 15px 15px 0;
  }

  .filter-sec {
    padding-bottom: 70px;
  }

  .fil-slider .slick-list:before {
    left: 100%;
  }

  .cta_wrapp.arrow-ct a {
    font-size: 14px;
    padding: 19px 20px;
  }

  .mission_text.right {
    padding-right: 0;
  }

  .mission_text.left {
    padding-left: 0;
  }

  .about_btn {
    width: 30%;
    text-align: right;
  }

  .about_work {
    max-width: 800px !important;
  }

  .about_btn a {
    padding: 15px 20px;
  }

  /* .went_text {
    width: 70%;
    } */

  .counter_box span {
    padding-top: 5px;
    display: block;
  }

  .row.contact-wrappers {
    padding-top: 60px;
  }

  .video_wrapper .video-box {
    height: 480px;
    width: 100%;
  }

  a.video-icon i {
    font-size: 30px;
  }

  .video-icon {
    height: 120px;
    width: 120px;
  }

  .mission_text p {
    margin: 0;
  }

  .login-modal h2 {
    margin-bottom: 10px;
  }

  .popup_sec .modal-dialog {
    margin-top: 60px;
    max-width: 850px;
  }

  .popup_sec .modal_form input.form-control {
    padding: 15px;
  }

  .popup_sec .modal-btn {
    margin: 0;
  }

  .popup_sec .modal-btn a {
    padding: 12px;
  }

  .popup_sec .join-btn a {
    padding: 15px !important;
  }

  .popup_sec .register-txt {
    padding: 0;
  }

  .modl-img img {
    height: 100%;
    object-fit: cover;
  }

  .billing_address select {
    padding: 12px;
  }

  .billing_address input {
    padding: 12px;
  }

  .templete_wrapper {
    padding: 30px 20px;
  }

  .drawn_data p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
  }

  .drawn_data {
    padding-left: 8px;
  }

  .summary_wrapp {
    align-items: center;
  }

  li.info:after {
    left: 194px !important;
  }

  /* .box_step:before {
        width: 120px;
        top: 31px;
        right: -140px;
        } */

  .box_studio {
    height: 45px;
    width: 45px;
  }

  .box_studio span.true_num {
    font-size: 16px;
  }

  .step_form_head {
    width: 100%;
    max-width: 770px;
    padding-bottom: 40px;
  }

  .filter_full .fil-slider {
    width: 80%;
  }

  .filter-main-button {
    width: 20%;
  }

  /* NT */
  .slider-sec .slider-box {
    padding: 18px;
  }

  .filter-btn button {
    padding: 20px;
  }

  .banner-sec .banner-content {
    max-width: 600px !important;
    margin: auto;
  }

  .show_logo {
    margin-top: 24px !important;
    padding-left: 20px;
  }

  .search_sec .work_data {
    width: 30%;
  }

  .filter-sec .container-fluid {
    padding: 0 15px;
  }

  .file_wrapper:not(:last-child) {
    margin: 0 !important;
  }

  .file_box {
    gap: 20px !important;
    /* flex-wrap: wrap;
        justify-content: normal !important; */
  }

  a.asset-id-link__button {
    display: inline-block;
    white-space: nowrap;
  }

  .button.button--action-v2.detail-panel-file-id__container {
    padding: 10px 5px !important;
  }

  a.now-btn {
    padding: 12px 50px;
  }

  .p-110 {
    padding: 50px 0px;
  }

  section.reviews-sec .review-heading {
    gap: 30px;
  }

  .blog-sec .blog-img-box {
    padding-top: 30px !important;
  }

  .blog-sec .Select-text {
    padding: 10px 17px;
  }

  .went_text {
    max-width: 500px;
    margin: auto;
  }

  .terms-sec .terms-condition ol {
    margin-left: 0px;
    padding-left: 30px;
  }

  .conditions .sub-list a {
    font-size: 13px;
  }

  .conditions .sub-list a::before {
    left: 0px;
  }

  h1 {
    line-height: 1.5;
  }

  section.banner_sec {
    padding: 100px 0px;
  }

  .banner_content h6 {
    margin-bottom: 50px;
  }

  .cta2 {
    padding: 14px 50px;
  }

  .card-sec .card-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .continue_btn,
  .add_btn a {
    padding: 12px 15px !important;
  }

  .checkout_summary {
    width: 60%;
  }

  .logo-detail-sec .vita-img {
    height: 450px;
  }

  .notify-icons ul.navbar-nav {
    gap: 20px;
  }

  .section-for-faq {
    padding: 50px 0px;
  }

  .logo_head h1 {
    margin: 15px 0px 10px;
  }

  .card_wrapper p {
    font-size: 14px;
  }

  .custom_step_form {
    padding: 20px !important;
  }

  .knowledgebase-main-section .knowledgebase-chatsupport-div {
    margin-top: 30px;
  }

  .vital-info-content .info-wrap {
    gap: 25px;
  }

  .vital-info-content .info-wrap ul a {
    font-size: 16px;
  }

  .box_step:before {
    top: 30px;
  }

  .step_form_head::before {
    top: 30px;
  }

  .box_step {
    padding: 0px 5px;
  }

  .search-sec .Select-text {
    margin-top: 30px;
  }

  .design-img {
    padding: 15px;
  }

  .element-content .logo-img {
    padding: 0px 0px 40px 40px;
  }

  .element-content .logo-img::after {
    right: 40px;
    top: 40px;
  }

  .pt_60 {
    padding-top: 40px;
  }

  .box_step:nth-child(2)::before {
    width: 118%;
  }

  .box_step:before {
    width: 103%;
  }

  .landing-content .landing-text ul li {
    line-height: 1.2;
  }

  .busness-content h2 {
    margin-top: 50px;
  }

  .consider-content {
    padding: 50px;
  }

  .consider-content ul::before {
    height: 65%;
    left: 30px;
  }

  .crad_img img {
    max-width: 230px;
  }

  .faq-content .cta-btn.category-button {
    padding: 10px 25px;
  }
}

@media only screen and (min-width: 992px) {
  .header .dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 28px;
  }

  .search_sec .work_data {
    width: 33.3%;
  }

  .bars {
    width: 30px;
    height: 4px;
    margin: 5px 0px;
    background-color: #fff;
    border-radius: 10px;
  }

  .bars:last-child() {
    margin-bottom: 0;
  }

  button.navbar-toggler {
    outline: none;
  }

  .arrow-bt a {
    padding: 14px 21px;
    display: block;
  }

  ul.navbar-nav {
    text-align: start;
    margin-top: 10px;
  }

  .top-header a.nav-link {
    margin-bottom: 6px;
  }

  .main-header {
    padding: 10px 0px;
  }

  .content-wrapper {
    padding: 17px 0px;
  }

  h5 {
    font-size: 15px;
  }

  .slider-sec {
    padding-bottom: 60px;
  }

  .popular-sec .popular-btn li a {
    padding: 10px 10px;
  }

  .popular-sec .popular-btn li a {
    font-size: 12px;
  }

  .top-footer .social-icon i {
    height: 32px;
    width: 32px;
  }

  .logo {
    text-align: start;
  }

  .popular-sec .popular-btn li a {
    padding: 12px 20px;
  }

  /* .logo img {
    max-width: 85%;
    width: 100%;
    } */

  .join-logo-sec a.now-btn {
    font-size: 14px;
  }

  .join-logo-sec .join-btn a.now-btn {
    margin-top: 10px;
    padding: 12px 20px;
  }

  .popular-sec .popular-btn li {
    margin: 0 10px 17px 0;
  }

  .popular-sec .popular-btn li a {
    padding: 10px 20px;
  }

  .slider-sec button.slide-arrow {
    height: 40px;
    width: 40px;
  }

  h6 {
    font-size: 15px;
  }

  .site-footer .Copyright-text p {
    font-size: 14px;
  }

  .footer-logo img {
    max-width: 60%;
    width: 100%;
  }

  .top-footer .social-media-text {
    padding-top: 30px;
  }

  .templates-sec .category-img.p-30 {
    padding-top: 15px;
  }

  .join-logo-sec .download-text {
    padding-right: 40px;
  }

  section.banner-sec {
    height: 460px;
    padding-top: 200px;
  }

  .grid-wrapp {
    grid-template-columns: auto auto;
  }

  .join-logo-sec .download-text {
    padding-right: 20px;
  }

  .work_data.slide-in-right {
    padding-right: 10px;
  }

  .color_code .color-select ul li,
  .color_code .color-select > span span {
    margin: 0 5px;
    margin-top: 15px;
  }

  .next-button {
    padding-top: 10px;
  }

  .arrow-bt a {
    font-size: 14px;
  }

  .filter-title p {
    font-size: 14px;
    padding-left: 8px;
  }

  .filter-title {
    padding: 10px;
    padding-left: 0;
    margin-right: 2px;
  }

  .search_head p {
    font-size: 14px;
  }

  .filter-btn button {
    padding: 18px 20px;
    font-size: 14px;
  }

  .next-button {
    position: static;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }

  .arrow-bt i {
    padding: 0 2px;
  }

  .page_next {
    position: static;
  }

  .work_data {
    width: 30%;
  }

  .filter-title {
    width: 30%;
  }

  .fil-slider {
    width: 70%;
  }

  /* .show_logo {
    width: 70%;
    } */

  .download_page .vita-img {
    margin-bottom: 20px;
  }

  .template_data {
    margin-top: 30px;
  }

  .share-icon {
    padding-top: 10px;
  }

  .contact_wrapper .share-icon i {
    margin: 0 3px;
  }

  .video_wrapper .video-box {
    height: 400px;
    width: 100%;
  }

  .video-icon {
    height: 100px;
    width: 100px;
  }

  .popup_sec .modal-btn a {
    padding: 8px;
    font-size: 14px;
  }

  .popup_sec .join-btn a {
    padding: 12px !important;
    font-size: 13px;
  }

  .popup_sec .join-btn {
    margin-top: 10px;
  }

  .popup_sec .form-group {
    margin-bottom: 12px;
  }

  .popup_sec .modal-dialog {
    max-width: 670px;
  }

  .form-group {
    margin-bottom: 12px;
  }

  span.round-tab {
    padding-left: 10px;
    font-size: 16px !important;
  }

  .billing_address {
    width: 50%;
  }

  .checkout_summary {
    width: 100%;
  }

  .checkout_box {
    padding: 30px;
  }

  .checkout_sec {
    margin-top: -340px;
  }

  a.continue_btn {
    padding: 10px 40px;
    font-size: 15px;
  }

  .add_btn a {
    padding: 10px 29px;
  }

  li.info:after {
    left: 164px !important;
  }

  /* .box_step:before {
        width: 78px;
        top: 29px;
        right: -88px;
        } */

  .box_studio span.true_num {
    font-size: 14px;
  }

  .box_studio {
    height: 40px;
    width: 40px;
  }

  .box_step p {
    font-size: 14px;
    padding-left: 5px;
  }

  .step_form_head {
    width: 100%;
    max-width: 570px;
    padding-bottom: 30px;
  }

  .custom_step_form {
    padding: 20px !important;
  }

  .custom_step_form input {
    padding: 14px;
  }

  .continue_btn {
    padding: 12px 40px;
    /* margin-top: 10px; */
  }

  .checkout_summary {
    padding: 0;
  }

  /* .search_sec.search_open .work_data {
    margin-left: -30%;
  } */

  .checkout_summary .templete_wrapper .add_account_wrapp .add_btn {
    position: relative;
    /* width: 67%; */
  }

  .checkout_summary .templete_wrapper .add_account_wrapp .add_btn p {
    font-size: 14px;
    line-height: 1.4;
  }

  .checkout_summary .templete_wrapper .add_account_wrapp {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .banner-sec .Select-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
  }

  section.banner-sec.banner-new-sec .Select-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
  }

  .review-comment-us {
    padding: 0px;
  }

  section.reviews-sec .review-heading {
    display: flex;
    gap: 30px;
    padding: 15px 0px;
  }

  .review-site-text.heading p {
    font-size: 14px;
  }

  .rating-with-perct:not(:last-child) {
    margin-bottom: 15px;
  }

  .rate-nd-per:not(last-child) {
    margin-bottom: 15px;
  }

  /* .rate-nd-per {
    padding: 25px;
  } */

  .all-reviews .al-rw {
    padding: 25px;
  }

  .review-site-text span.fullstar::after {
    margin: 0;
  }

  .al-rw-rating h4 {
    font-size: 16px;
  }

  .al-rw-rating p {
    font-size: 14px;
  }

  .add_btn a,
  .continue_btn {
    padding: 10px 20px !important;
    font-size: 14px;
  }

  /*========== NT css start here ======== */
  .top-footer .row {
    gap: 30px 0px;
  }

  .site-footer button.btn.btn-secondary.dropdown-toggle {
    padding-right: 0px !important;
  }

  .popular-sec .popular-btn ul {
    gap: 15px;
  }

  .cus_dropdown_menu {
    height: 400px;
    z-index: 99;
    overflow-y: scroll;
    padding: 30px 0px;
  }

  .top-footer .social-media-text h6 {
    font-size: 15px;
    margin-bottom: 0;
  }

  .cus_dropdown-item {
    font-size: 14px;
  }

  .join-logo-sec {
    padding: 60px 0px;
  }

  .show_logo .filter-collapse {
    padding: 7px 15px;
  }

  .main-header .navbar.navbar-expand-lg {
    gap: 15px;
  }

  .banner-sec .banner-content {
    max-width: 500px !important;
    margin: auto;
  }

  .banner-sec .search input.form-control {
    font-size: 16px;
  }

  .filter-sec {
    padding-bottom: 50px;
  }

  .brand-text .dropdown_data div#accordion .card .card-body {
    font-size: 14px;
  }

  .file_box {
    gap: 12px !important;
  }

  .review-site-text p {
    font-size: 14px;
  }

  .blog-sec .form-control {
    font-size: 15px !important;
  }

  .lorem-text p {
    font-size: 14px !important;
  }

  .recent-blog-sec .recent-text {
    padding-top: 20px !important;
  }

  .recent-blog-sec .simply-text h6 {
    font-size: 18px !important;
    margin-bottom: 5px !important;
  }

  .recent-blog-sec .simply-text p {
    font-size: 15px !important;
  }

  .line-text1::before,
  .line-text1::after {
    width: 275px !important;
  }

  .cta {
    padding: 20px !important;
  }

  .went_text {
    max-width: 450px;
  }

  section.blog-sec.terms-sec {
    padding-bottom: 50px !important;
  }

  .terms-condition-content {
    padding-top: 30px;
  }

  section.banner_sec {
    padding: 80px 0px;
  }

  .banner_content h6 {
    margin-bottom: 40px;
  }

  .cta2 {
    padding: 12px 50px;
    font-size: 16px;
  }

  .card-sec .card-wrapper {
    gap: 20px;
  }

  .card-sec .card-title {
    margin: 10px 0px 5px;
    line-height: 1.5;
  }

  .sign-up_sec .left-text {
    padding-right: 0;
  }

  .sign-up_sec .right-text {
    padding-left: 0;
  }

  .col_reverse {
    flex-direction: column-reverse;
  }

  .banner_sec .banner_content h6 {
    font-size: 14px;
  }

  .banner_content {
    max-width: 500px;
  }

  .sign-up_sec .row {
    gap: 30px;
  }

  .sign-up_sec .row div {
    padding: 0px 15px !important;
  }

  .checkout_summary .templete_wrapper .add_account_wrapp .add_btn a {
    padding: 6px 10px;
  }

  .checkout_summary .templete_wrapper .add_account_wrapp {
    gap: 20px;
  }

  /* .save_data span {
        white-space: nowrap;
        } */

  .mission_data {
    gap: 30px;
  }

  .step_form {
    width: 100%;
  }

  .custom_step_form {
    flex-direction: column;
    gap: 0;
  }

  .logo-detail-sec .vita-img {
    height: 330px;
  }

  .banner-sec .trending-btn ul {
    flex-wrap: wrap;
    gap: 10px;
  }

  .logo_type_div {
    top: 10px;
    font-size: 11px;
    padding: 3px 10px;
    font-weight: 600;
  }

  .ryt-side {
    width: 8%;
  }

  .left-side {
    width: 30%;
  }

  .mid-line {
    width: 60%;
  }

  .review-site-text.heading p {
    margin: 15px 0px;
  }

  .checkout_summary button.continue_btn {
    /* display: none; */
    order: 1;
  }

  .logo_wrapper {
    padding: 50px 0;
  }

  /* .checkout_summary button:nth-child(2) {
        display: none !important;
    }

    .checkout_summary .formSubmitBtn.payments-buttons-yellow {
        display: none !important;
        } */

  .knowledgebase-main-section p {
    font-size: 14px;
    line-height: 25px;
  }

  .knowledgebase-main-section .card-body {
    padding: 10px 0 0;
  }

  .knowledgebase-main-section .knowledgebase-chatsupport-div {
    margin-top: 20px;
  }

  .brand-text .dropdown_data div#accordion .card {
    margin-bottom: 0px !important;
  }

  .templete_wrapper {
    margin-top: 10px;
  }

  /* section.banner-sec.top-banner-knowledgebase {
        padding: 100px 0 0;
        } */

  h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .num h2 {
    font-size: 26px;
  }

  .mission_text p em {
    font-size: 13px;
  }

  /* .vital-info-content .info-list {
    flex: 0 0 48%;
  } */

  .vital-info-content .info-wrap ul li {
    margin-bottom: 15px;
  }

  .vital-info-content .info-wrap ul a {
    font-size: 14px;
  }

  /* .vital-info-content .info-wrap {
        margin-bottom: 50px;
        } */

  span.true_img img {
    height: 14px;
    width: 14px;
  }

  .recent-blog-sec .simply-text p {
    line-height: 1.5;
  }

  .box_step:before {
    width: 52%;
  }

  .galley2 {
    flex: 1 0 20%;
  }

  .element-content .logo-img {
    padding: 0px 0px 30px 30px;
  }

  .search-sec input {
    padding: 15px;
  }

  .search-sec .Search-bar button {
    padding: 7px 33px;
    right: 10px;
    top: 17%;
  }

  .box_step:nth-child(2)::before {
    width: 60%;
  }

  .landing-content .landing-text p {
    line-height: 1.5;
  }

  .landing-content .landing-text ul {
    gap: 10px;
    flex-direction: column;
    align-items: baseline;
  }

  .search-busn .form-control {
    padding: 12px;
    font-size: 12px;
    padding-left: 35px;
  }

  .search-btn a {
    padding: 8px;
    font-size: 12px;
  }

  .consider-content {
    padding: 30px;
  }

  .consider-content h2 {
    margin-bottom: 20px;
    line-height: 30px;
  }

  .list {
    padding-left: 30px;
  }

  .consider-content li {
    margin-left: 40px;
  }

  .consider-content li:before {
    height: 30px;
    width: 30px;
    font-size: 14px;
  }

  .consider-content ul::before {
    left: 14px;
  }

  .consider-content li:not(:last-child) {
    margin-bottom: 30px;
  }

  .btn-cta {
    font-size: 13px;
    line-height: 1.5;
    padding: 12px 16px;
  }

  /* 26/3/24 */

  .checkout_summary {
    display: flex;
    flex-direction: column;
  }

  .checkout_summary button.continue_btn {
    margin-top: 20px;
  }

  /*========== NT css end here ======== */

  .mobile-btn {
    display: block !important;
    position: sticky !important;
    top: 0px;
    width: 100%;
    background: transparent;
    z-index: 1;
    padding: 10px;
    margin: 0 !important;
  }

  .desktop-btn {
    display: none !important;
  }

  .mobile-btn button {
    width: 100%;
  }

  .checkout_summary button {
    order: 1;
    margin-top: 20px;
  }

  section.knowledgebase-main-section .card {
    gap: 30px;
  }

  .alert-img {
    max-width: 300px;
    margin: auto;
  }

  .email_alert-content h2 {
    margin: 20px 0px 10px;
  }

  .email_alert-content a {
    margin: 0;
    padding: 10px 45px;
  }

  .notify-icons .nav-item .dropdown-menu {
    opacity: 1;
    transform: scale(1);
    transition: none;
    position: absolute;
    right: 0px;
    left: auto;
    top: 100%;
    display: none;
    transition: none;
    margin: 0px !important;
  }

  .selct-file .slct_option input {
    padding: 40px 30%;
  }

  /* 31dec2024//////////////////////////////////////////////////////////////////// */

  .top-footer > .container > .row > div {
    width: 50% !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .top-footer > .container > .row > div:nth-child(1) {
    width: 100% !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  /* 25feb2025//////////////////////////////////////////////// */

  .DRConfirmationPage .login-accnt h1 {
    line-height: 36px;
    font-size: 36px;
  }

  .DRConfirmationPage .login-accnt p {
    font-size: 18px;
  }

  .DRConfirmationPage .SubtextContainer {
    padding-top: 10px;
  }

  .DRConfirmationPage .SubtextContainer .SubText {
    line-height: 1.5;
    font-size: 16px;
    margin-bottom: 8px;
  }

  /* (ak 22/4) */
  .search_sec .FilterContainerDiv {
    flex: 0 0 260px;
  }

  .ticket-list .cta-btn {
    margin-top: 0px !important;
  }

  .knowledgebase-main-section
    .ticket-list
    .CatContainerDiv
    a.article-info-link
    p {
    font-size: 13px !important;
    line-height: 1.6;
  }
}

/* Shivani css */
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 25px;
  }

  div#navbarSupportedContent {
    /*    background: #18181f;*/
    /* position: absolute; */
    /* width: 100%;
    top: 100%;
    left: 0;
    right: 0; */
    z-index: 1;
    /* max-height: calc(100vh - 72px); */
    /* overflow-y: scroll; */
    padding: 0;
  }

  .top-header .side-menu ul li {
    margin: 0;
  }

  .top-header li.nav-item:last-child {
    margin: 0;
  }

  .top-header li.nav-item.dropdown {
    margin-bottom: 10px;
  }

  .top-header .side-menu {
    width: 100%;
    display: inherit;
    padding: 18px;
  }

  /* 3 feb 2024  css*/
  ul.navbar-nav.mr-auto {
    padding: 0px 0px 0;
    width: 100%;
  }

  .search_sec .work_data {
    width: 100%;
  }

  .checkout_summary .templete_wrapper .add_account_wrapp .add_btn a {
    padding: 8px 25px;
    line-height: 20px;
  }

  section.reviews-sec .review-heading {
    display: flex;
    gap: 15px;
    padding: 0;
    padding-bottom: 20px;
    /* flex-direction: column; */
    align-items: center;
    /* justify-content: center; */
  }

  /* .review-site-text p {
        margin-bottom: 0px;
        } */

  .round span {
    color: #002655;
    font-size: 16px;
  }

  .ryt-side .per-txt {
    font-size: 16px;
  }

  /* .round label {
    top: 3px;
    } */

  .round {
    gap: 12px;
  }

  .mid-line {
    width: 50%;
    margin-top: 3px;
  }

  /* .rate-nd-per {
    padding: 20px;
  } */

  .all-reviews .al-rw {
    padding: 20px;
  }

  .al-rw-rating h4 {
    font-size: 14px;
  }

  .al-rw-rating p {
    font-size: 15px;
  }

  .trending-btn ul {
    flex-wrap: wrap;
    gap: 15px;
  }

  .trending-btn ul li a {
    margin: 0;
  }

  .category-img {
    margin-bottom: 10px;
  }

  .join-logo-sec .join-btn a.now-btn {
    margin-top: 20px;
    padding: 15px 30px;
    font-size: 14px;
  }

  .site-footer .Copyright-text p {
    font-weight: 400;
    font-size: 14px;
  }

  .site-footer button.btn.btn-secondary.dropdown-toggle {
    padding: 12px 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
  }

  a.login-btn {
    padding: 12px 30px;
  }

  .arrow-bt.black {
    margin-left: 7px;
  }

  .arrow-bt a {
    padding: 14px 13px;
    display: block;
  }

  header {
    padding: 10px 0px;
  }

  .banner-sec .Search-bar i {
    padding: 8px 20px;
    font-size: 14px;
  }

  section.banner-sec {
    padding-top: 150px;
  }

  .templates-sec .category-img.p-30 {
    padding-top: 0;
  }

  .join-logo-sec .download-text {
    padding-right: 10px;
  }

  .grid-wrapp {
    gap: 30px;
  }

  .next-button {
    flex-direction: column;
    margin: auto;
    padding-bottom: 40px;
  }

  .page-btn {
    margin-bottom: 30px;
  }

  .filter-sec {
    padding-bottom: 50px;
  }

  .download_page .vita-img {
    margin-bottom: 0;
  }

  .logo_wrapper.download_page .vita-img {
    padding: 20px 60px;
  }

  .mission_text.left {
    margin-top: 30px;
  }

  .row.contact-wrappers {
    padding-top: 50px;
  }

  .search_content ul li {
    height: 22px;
    width: 22px;
    border-radius: 50%;
    margin: 6px;
  }

  section.counter {
    padding-bottom: 60px;
  }

  .about_btn a {
    display: inline-block;
    padding: 14px 50px;
  }

  .about_work {
    flex-direction: column;
  }

  .went_text {
    width: 100%;
  }

  .about_btn {
    width: 100%;
    text-align: center;
    display: inline-block;
  }

  .row.contact-wrappers {
    padding-top: 40px;
  }

  .counter_dflex {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
    gap: 20px 0px;
  }

  /* .counter_box {
    width: 33.3%;
    padding: 0 10px;
    } */

  .counter_box span {
    text-align: center;
  }

  .checkout_box {
    flex-direction: column;
  }

  .billing_address {
    width: 100%;
    padding: 0;
  }

  .checkout_summary {
    width: 100%;
    padding: 0;
  }

  /* 
    .box_step:before {
        width: 51px;
        top: 29px;
        right: -61px;
        } */

  .step_form_head {
    padding-bottom: 20px;
  }

  .custom_step_form {
    flex-direction: column;
  }

  .step_form {
    padding: 0;
    width: 100%;
    margin-bottom: 30px;
  }

  .search_sec.search_open .work_data {
    margin-left: -50%;
  }

  .filter-main-button {
    width: auto;
    margin: 0;
  }

  .filter_full .fil-slider {
    width: calc(100% - 180px);
  }

  .search_content label {
    font-size: 12px;
  }

  .search_head p {
    font-size: 12px;
  }

  .slider-box label {
    margin-bottom: 0px;
  }

  .opn-rt {
    margin-bottom: unset !important;
  }

  .top-header .navbar {
    position: static;
  }

  .top-header .container-fluid {
    position: static;
  }

  /* .top-header.home-page-se {
    position: static;
  } */

  a.login-btn.cta-btn {
    display: inline-block;
    margin-top: 0px;
  }

  a.login-btn {
    display: inline-block;
  }

  ul.navbar-nav {
    margin-top: 0px;
  }

  .top-header li.nav-item.dropdown {
    padding-left: 18px;
    padding-right: 18px;
    margin-bottom: 0px;
    margin-right: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .nav-item .custom-dropdown-menu {
    position: static;
    padding: 10px 0px 0px;
    background-color: transparent;
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
  }

  .nav-item .custom-dropdown-menu a.dropdown-item {
    color: #fff;
  }

  span.cus-drop {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 27px;
    width: 27px;
  }

  /* .add_btn .continue_btn {
        padding: 7px 29px !important;
        } */

  .site-footer.justify-content-between {
    flex-wrap: wrap;
    justify-content: center !important;
    align-items: center;
    text-align: center;
    flex-direction: column-reverse;
  }

  .site-footer-wrapper .cus_dropdown {
    margin: 0px 5px;
  }

  .site-footer-wrapper .cus_dropdown.price_cust {
    margin: 0px 5px;
  }

  .closed-filter-wrap.fill-wrap {
    gap: 10px;
    padding: 20px 0px 10px;
    align-items: flex-start;
  }

  .show_logo .filter-collapse {
    margin: 0;
  }

  /*========== NT css start here ======== */

  .top-header .side-menu {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .slider-sec .slider-box {
    padding: 20px;
  }

  footer span.cus-drop {
    display: inline-flex;
    height: auto;
    width: auto;
  }

  .site-footer {
    gap: 15px 0px;
  }

  section.banner-sec.banner-new-sec
    .Select-text
    .all-select
    .search
    input.form-control {
    font-size: 14px;
  }

  .p-110 {
    padding: 40px 0px;
  }

  .cus_dropdown-item {
    width: 50%;
  }

  .join-logo-sec {
    padding: 50px 0px;
  }

  .in-desktop .login-btn {
    display: none !important;
  }

  .header-btn.in-mobile {
    display: block;
    padding: 18px;
  }

  header.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }

  a.login-btn.cta-btn:hover {
    border-color: #fff;
    background: #fff;
    color: #000;
  }

  a.login-btn:hover {
    border-color: #fff;
  }

  button.navbar-toggler {
    height: 30px;
    width: 30px;
    padding: 0;
  }

  .custom-header .top-header .bars {
    background: #000;
  }

  .cus_dropdown_menu h2 {
    /* font-size: 24px; */
    font-size: 18px;
  }

  .cus_m_wrapper a.cus_dropdown-item {
    font-weight: normal;
    text-align: left;
  }

  .Copyright-text + div {
    gap: 20px;
  }

  .custom-header .top-header {
    background: #fff;
  }

  .slider-sec button.slide-arrow {
    height: 35px;
    width: 35px;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  .closed-filter-wrap {
    align-items: baseline;
    gap: 15px;
  }

  .closed-filter-wrap .filter-bar {
    padding: 0;
  }

  .show_logo .col-lg-4 {
    margin-bottom: 20px;
    width: 50% !important;
    padding: 0 10px;
  }

  .show_logo {
    padding: 0;
  }

  .custom-header .top-header {
    background: transparent !important;
  }

  .custom-header .main-header {
    max-width: calc(100% - 30px);
    width: 100%;
  }

  .main-header .navbar.navbar-expand-lg {
    justify-content: normal;
    flex-wrap: nowrap;
  }

  .navbar .banner-content {
    max-width: calc(100% - 135px) !important;
    width: 100% !important;
  }

  .header-btn.in-mobile {
    width: 100%;
  }

  .header-btn.in-mobile a {
    width: 100%;
    text-align: center;
  }

  .header-btn.in-mobile a:first-child {
    margin-bottom: 20px;
  }

  .custom-header .header-btn.in-mobile a.cta-btn {
    /* background: #fff !important; */
    border-color: #fff !important;
    color: #fff;
    padding: 12px 25px;
  }

  .custom-header .header-btn.in-mobile a.cta-btn:hover {
    background: #fff !important;
    color: #000;
    border-color: #fff !important;
  }

  .custom-header .login-btn.cta-register {
    border: 1px solid #fff !important;
  }

  header.header.custom-header.custom-header-2 {
    padding: 10px;
    position: fixed;
    background-color: #fff;
    box-shadow: 0px 6px 14px 9px rgb(97 97 97 / 8%);
    z-index: 9999;
    width: 100%;
    /* display: none; */
    top: 0;
    left: 0;
    -webkit-animation: fadeIn 0.75s ease-out forwards;
    animation: fadeIn 0.75s ease-out forwards;
  }

  .main-header.sticky-header.fixed-header {
    position: relative;
    box-shadow: none;
    animation: none;
  }

  .filter-bar .filtr_box a {
    font-size: 13px;
  }

  .show_logo .filter-collapse {
    padding: 5px;
  }

  .filter-sec {
    padding-bottom: 30px;
  }

  .file_box {
    padding: 20px 0px;
  }

  a.now-btn {
    padding: 10px 40px;
    font-size: 14px;
  }

  .brand-text .card-header:before {
    font-size: 18px;
    top: 0;
  }

  .logo_wrapper {
    padding-top: 20px;
  }

  .recent-blog-box > div {
    gap: 15px 0px;
  }

  .blog-sec .Select-text {
    padding: 5px 15px !important;
  }

  .blog-img-box {
    display: none;
  }

  .line-text1::before,
  .line-text1::after {
    width: 180px !important;
  }

  input.form-control.form-inp-box,
  .form-group select {
    padding: 15px !important;
  }

  .social-accnt a {
    margin-bottom: 0px !important;
  }

  .cta {
    padding: 15px !important;
  }

  .top-footer .business-text ul li a {
    line-height: 30px;
  }

  .top-footer .business-text ul li a:after {
    bottom: 2px;
  }

  .conditions ul > li {
    padding: 10px 0px;
  }

  .banner_sec .banner_content h6 {
    font-size: 14px;
  }

  .banner_content {
    max-width: 450px;
  }

  .banner_sec .banner_content h6 {
    font-size: 14px;
  }

  .cta2 {
    font-size: 14px;
    padding: 10px 50px;
  }

  .banner_content h6 {
    margin-bottom: 30px;
  }

  .sign-up_sec .row {
    gap: 20px;
  }

  .p_50 {
    padding: 20px 0px;
  }

  .card-sec .card-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .card-body {
    padding: 0;
  }

  .card-sec .card {
    padding: 15px;
  }

  /* .card-sec .card i {
    font-size: 40px;
  } */

  .mission_data {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }

  .custom-header .top-header {
    display: block !important;
  }

  .logo-detail-sec .vita-img {
    height: 510px;
  }

  .logged_in_header {
    flex-direction: row !important;
  }

  .logged_in_header .banner-content {
    display: none;
  }

  .logged_in_header .header-btn.in-desktop {
    display: block !important;
  }

  .logged_in_header .logo {
    width: 100%;
    text-align: center;
    min-height: 40px;
  }

  .logged_in_header .navbar-dark .navbar-nav .nav-link i {
    font-size: 18px;
  }

  .logged_in_header .navbar-nav .nav-link i {
    font-size: 18px;
  }

  .logged_in_header .notify-icons ul.navbar-nav {
    gap: 20px;
  }

  .logged_in_header .bars {
    width: 30px;
    height: 3px;
  }

  .logged_in_header .mobile {
    display: block;
  }

  .bars {
    width: 28px;
    height: 3px;
  }

  .notify-icons ul.navbar-nav li:hover .dropdown-menu {
    display: none;
  }

  .dropdown-menu.dropdown-menu-right.show {
    display: block !important;
  }

  .notify-icons ul.navbar-nav .mobile i {
    height: 13px;
    width: 13px;
  }

  .banner-content.new {
    display: block !important;
  }

  .header.logged_in_header .search-bar-mobile {
    flex: 100%;
    padding: 15px;
    /* padding-top: 0; 5 feb 25 */
    padding-bottom: 0;
  }

  .header.logged_in_header.custom-header {
    flex-wrap: wrap;
  }

  .header.logged_in_header .search-bar-mobile button#button-addon5 {
    border: none;
    background: none;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 10px;
    transition: none;
    cursor: pointer;
    font-size: 20px;
  }

  .custom-header .main-header {
    flex: 1;
  }

  .review-site-text.heading p {
    margin: 7px 0px;
  }

  .section-for-faq {
    padding: 40px 0px;
  }

  .custom_step_form .mt-3.form__field {
    gap: 16px;
  }

  .payments-buttons-yellow {
    padding: 10px 25px !important;
    font-size: 14px;
  }

  .review-site-logo img {
    height: 130px;
  }

  section.reviews-sec .review-heading {
    align-items: end;
  }

  section.reviews-sec .review-heading .order-detail-niks:last-child .cta,
  .reviewModalUsersReviwePage .cta {
    padding: 13px 26px !important;
  }

  .mid-line .bar-5,
  .mid-line .bar-4,
  .mid-line .bar-3,
  .mid-line .bar-2,
  .mid-line .bar-1 {
    height: 8px;
  }

  /* section.banner-sec.top-banner-knowledgebase {
        height: 430px;
        } */

  .nav-item .custom-dropdown-menu {
    height: 300px;
    overflow-y: scroll;
  }

  /* .vital-info-content .info-list {
    flex: 0 0 45%;
  } */

  .brand-text .dropdown_data div#accordion .card .card-body {
    font-size: 13px;
    line-height: 1.5;
    padding-left: 28px !important;
  }

  .bill-icon i {
    height: 30px;
    width: 30px;
    font-size: 14px;
  }

  .review-head .title h3 {
    line-height: 1.5;
  }

  .box_step:before {
    width: 28%;
  }

  .galley1 {
    flex: 1 0 100%;
    grid-template-columns: repeat(1, 1fr);
  }

  .galley2 {
    flex: 1 0 100%;
  }

  .col-reverse {
    flex-direction: column-reverse;
  }

  .log-detail {
    padding-top: 30px;
  }

  .search-sec .Select-text i {
    font-size: 16px;
  }

  .box_step:nth-child(2)::before {
    width: 37%;
  }

  .landing-content .landing-text ul {
    margin-bottom: 20px;
  }

  .landing-content .landing-text p {
    line-height: 1.5;
  }

  .landing-content .landing-text {
    margin-bottom: 30px;
  }

  .logo-wraps.row {
    gap: 30px;
  }

  .busness-content h2 {
    margin-top: 30px;
  }

  .btn-cta {
    margin-top: 10px;
  }

  .list {
    border: 0;
    margin-top: 20px;
    padding-left: 15px;
  }

  .review-site-text .str_rate {
    gap: 3px;
  }

  /* 27/3/24 */
  .vital-info-content .info-wrap {
    margin-bottom: 30px;
  }

  section.knowledgebase-main-section .card {
    flex-direction: column;
  }

  section.knowledgebase-main-section .card-img-top {
    padding-top: 30px;
  }

  section.knowledgebase-main-section .card {
    gap: 15px;
  }

  /*========== NT css end here ======== */
  .vital-info-content {
    padding-top: 50px;
  }

  .selct-file .slct_option input {
    padding: 30px 20%;
  }

  .ticket_sec .ticket_contnt {
    padding: 25px !important;
  }

  .select-dropdown button {
    padding: 15px;
  }

  /* 25feb2025/////////////////////////////////// */

  .DRConfirmationPage .login-accnt h1 {
    line-height: 16px;
    font-size: 26px;
  }

  /* (ak 22/4) */

  .knowledgebase-main-section
    .ticket-list
    .CatContainerDiv
    a.article-info-link
    p {
    font-size: 12px !important;
  }

  /* (ak 23/4) */
  .search_sec .FilterContainerDiv {
    display: none !important;
  }

  .show_logo {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 575px) {

.form__field label {
  top: 24% !important;
}

  header.header.logout-y.Logged_Out_Header.custom-header.custom-header-2 .logo {
    width: 150px !important;
    justify-content: center !important;
    display: flex !important;
  }

  .motifsDv .textdv h3 {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .filtr_box a {
    font-size: 13px;
  }
  .filtr_box {
    padding: 5px 10px;
  }
  .motifsDv .MotifsChips {
    gap: 6px !important;
    padding: 0 6px 0 0px !important;
  }
  .stripe-field .floating-label {
    top: 12px !important;
  }
  .loggedheader.newlogn-user .main-header .navbar-expand-lg {
    margin-left: 0 !important;
    justify-content: space-between !important;
    width: 100% !important;
  }
  header.loggedheader #top-headerhidecheckout {
    width: fit-content !important;
    padding-left: 15px;
    height: 100%;
    display: flex !important;
    align-items: center;
    padding-bottom: 0;
  }
  .loggedheader #nav_banner_content .Search-bar i {
    padding: 10px 20px;
    margin-right: 4px;
  }
  .loggedheader .navbar.navbar-expand-lg.this_is_the_class_which {
    justify-content: space-between !important;
    width: 100%;
    margin-left: 0;
  }
  .next-button .page_next.lgs_pgn {
    position: static;
    right: 0;
  }
  /* 23sep2025 start  */

  .outr_filtrhd .rgt_filtrhd .rgt_filtrul ul {
    line-height: normal;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 2px;
  }
  .outr_filtrhd .rgt_filtrhd .rgt_filtrul ul li i {
    font-size: 16px;
    color: #4cce5f;
  }

  /* 23sep2025 end  */

  .orderByFilter {
    margin-top: 6px !important;
  }
  .outr_filtrhd .rgt_filtrhd {
    margin-bottom: 0 !important;
  }

  .num_wrapper .num_right ul {
    gap: 6px !important;
    font-size: 12px !important;
  }
  .num_wrapper .num_right ul li img {
    max-width: 16px !important;
    width: 100% !important;
  }

  .toggle-checkbox:checked + .toggle-label {
    align-items: start;
  }
  .logo-title-wrapper .toggle-label {
    display: flex;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
  }
  .LogoDetailPageTitle {
    display: inline-block;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    font-size: 16px !important;
    font-weight: 600;
  }
  .logo-title-wrapper {
    max-width: 100%;
    display: inline-block;
    position: relative;
  }

  .toggle-checkbox {
    display: none; /* hide the checkbox */
  }

  /* .LogoDetailPageTitle {
    display: inline-block;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    transition: all 0.3s ease;
    vertical-align: middle;
  } */

  /* Default icon (plus) */
  .toggle-icon::before {
    content: "+";
    font-size: 24px;
    font-weight: bold;
    margin-left: 8px;
    cursor: pointer;
    user-select: none;
  }

  /* When checkbox is checked, expand text */
  .toggle-checkbox:checked + .toggle-label .LogoDetailPageTitle {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }

  /* When expanded, change icon to minus */
  .toggle-checkbox:checked + .toggle-label .toggle-icon::before {
    content: "−";
  }

  /* .LogoDetailPageTitle:focus,
  .LogoDetailPageTitle:active {
      max-width: 100%;
      white-space: normal;
      overflow: visible;
  } */

  .slider-sec button.slide-arrow:hover {
    color: #000;
    background: #fff !important;
  }
  .banner-sec .Select-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
  }

  .banner-sec .all-select {
    display: block;
    width: 80%;
  }

  section.banner-sec.banner-new-sec .Select-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
  }

  section.banner-sec.banner-new-sec .Select-text .all-select {
    display: block;
    width: 80%;
  }

  .mid-line {
    width: 45%;
    margin-top: 3px;
  }

  span.blankstar::after {
    font-size: 16px !important;
  }

  .review-site-text span.fullstar::after {
    font-size: 18px;
    margin: 0;
  }

  .al-rw-rating h4 {
    font-size: 14px;
  }

  .round {
    gap: 10px;
  }

  .ryt-side .per-txt {
    font-size: 13px;
  }

  .round span {
    color: #002655;
    font-size: 15px;
  }

  .mid-line .bar-5,
  .mid-line .bar-4,
  .mid-line .bar-3,
  .mid-line .bar-2,
  .mid-line .bar-1 {
    height: 8px;
  }

  .top-footer .social-media-text {
    padding-top: 20px;
  }

  .top-footer .social-media-text h6 {
    margin-bottom: 5px;
  }

  /* .box_step p {
        display: none;
        } */

  .custom_step_form {
    padding: 15px !important;
  }

  h2 {
    line-height: 32px;
    font-size: 22px;
  }

  .num h2 {
    font-size: 26px;
  }

  .join-logo-sec .join-btn a.now-btn {
    margin-top: 10px;
    padding: 10px 22px;
    font-size: 12px;
  }

  h5 {
    font-size: 15px;
  }

  .banner-sec .logos-text {
    margin-right: 8px;
  }

  .logo img {
    max-width: 130px;
    width: 100%;
  }

  .join-logo-sec .register-text {
    width: 100%;
  }

  .join-logo-sec .join-logo-text {
    flex-direction: column;
  }

  .join-logo-sec .download-text {
    padding-right: 0;
    width: 100%;
  }

  .join-logo-sec .download-text p {
    margin-top: 48px;
  }

  .grid-wrapp {
    grid-template-columns: auto;
  }

  header.header {
    padding: 12px 0 0;
  }

  a.login-btn.cta-btn {
    margin-right: 4px;
  }

  section.banner-sec {
    padding-top: 115px;
  }

  .banner-sec .Select-text .search {
    padding: 12px 16px;
  }

  .filter-title {
    width: 50%;
  }

  .fil-slider {
    width: 50%;
  }

  .search_sec {
    margin-top: 10px;
    position: relative;
    flex-wrap: wrap;
  }

  .search_sec.search_open .work_data {
    margin-left: -100%;
  }

  .slider-box label {
    margin-bottom: 0px;
  }

  .filter-main-button {
    margin-bottom: 0px;
  }

  .work_data {
    width: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    z-index: 999;
    background: #fff;
    left: 0;
  }

  .show_logo {
    width: 100%;
  }

  .cta_wrapp.arrow-ct {
    flex-wrap: wrap;
    margin-top: 10px;
  }

  .load-btn a {
    display: inline-block;
  }

  a.request-btn {
    margin: 0;
    margin-top: 20px;
  }

  .cta_wrapp.arrow-ct a {
    font-size: 14px;
    padding: 16px 20px;
  }

  .video_wrapper .video-box {
    height: 270px;
    width: 100%;
  }

  .video-icon {
    height: 80px;
    width: 80px;
  }

  a.video-icon i {
    font-size: 24px;
  }

  /* .counter_box {
    width: 50%;
    padding: 10px;
    } */

  .slick-img i {
    height: 20px;
    width: 20px;
    font-size: 13px;
  }

  .popup_sec .modal-content .modal-body {
    flex-direction: column;
  }

  .popup_sec .modl-img {
    width: 100%;
  }

  .popup_sec .modal-text {
    width: 100%;
  }

  form#progress-form {
    padding: 20px;
  }

  .billing_address select {
    font-size: 14px;
  }

  .save_data p {
    line-height: normal;
  }

  .billing_address input {
    padding: 10px;
  }

  .billing_address select {
    padding: 10px;
  }

  .filter-collapse {
    margin-right: 10px;
    padding: 8px 7px;
    min-width: unset;
    font-size: 12px;
    width: 100%;
  }

  .filter-main-button {
    width: 100%;
    padding-right: 0px;
    max-width: 80px;
  }

  .filter_full .fil-slider {
    width: calc(100% - 120px);
  }

  /* .add_btn .continue_btn {
        padding: 8px 29px !important;
        width: 45%;
        } */

  .site-footer.justify-content-between {
    flex-wrap: wrap;
    justify-content: center !important;
    align-items: center;
    text-align: center;
  }

  /*========== NT css start here ========= */
  h6 {
    font-size: 14px;
  }

  .content-wrapper {
    padding: 20px 0px;
    flex-direction: column;
    gap: 20px;
  }

  .top-header a.nav-link {
    margin: 0 !important;
  }

  section.banner-sec.banner-new-sec
    .Select-text
    .all-select
    .search
    input.form-control {
    font-size: 13px;
    padding-right: 0 !important;
    padding: 6px;
  }

  .cus_dropdown-item {
    width: 100%;
  }

  .banner-sec .trending-btn ul {
    gap: 10px;
  }

  .popular-sec .popular-btn ul {
    padding: 0;
  }

  .top-footer .row {
    gap: 10px 0px;
  }
  .footer-text .FooterSocialMediaIcons.share-icon {
    margin: 0;
    justify-content: center;
  }

  .footer-text {
    margin-bottom: 15px;
  }

  .top-footer .business-text ul li a {
    font-size: 14px;
    line-height: 1.4;
    padding: 5px 0px;
  }

  .top-footer .social-media-text h6 {
    font-size: 14px;
  }

  .logo img,
  .footer-logo img {
    max-width: 150px !important;
  }

  .top-footer.p-110 {
    padding: 30px 0px;
  }

  .header-btn.in-mobile {
    padding: 15px;
  }

  a.login-btn {
    padding: 10px 25px;
  }

  .site-footer {
    gap: 10px 0px;
  }

  .Copyright-text + div {
    gap: 10px;
  }

  .cus_dropdown_menu h2 {
    font-size: 22px;
  }

  /* .slider-sec button.slide-arrow {
    display: none !important;
  } */
  /*  =======  5 feb 2025 =========== */
  .slider-sec button.slide-arrow {
    display: block !important;
  }

  .slick-list.draggable {
    max-width: 100%;
  }

  .filter-bar {
    gap: 10px;
    flex-wrap: wrap;
  }

  .logo {
    width: 100%;
    max-width: 100px;
  }

  .navbar .banner-content {
    border: 0;
    max-width: calc(100% - 90px);
    background: transparent;
    border-radius: 0px;
  }

  .banner-content input.form-control {
    border-radius: 5px;
    border: 1px solid #e3e9ed;
    background: #f7f7f7;
    font-size: 10px;
  }

  .top-header .container-fluid {
    padding-left: 0;
    padding-right: 10px;
  }

  .main-header .navbar.navbar-expand-lg {
    width: 100%;
    max-width: 100%;
    justify-content: left;
  }

  .custom-header .main-header button#button-addon5 {
    border: none;
    background: none;
    font-size: 11px;
    right: 0;
    padding: 0px 2px;
  }

  .navbar .banner-content {
    max-width: calc(100% - 90px) !important;
  }

  .banner-content input.form-control {
    padding: 12px 15px;
  }

  /* .banner-content input.form-control {
        font-size: 10px;
        } */

  .main-header .navbar.navbar-expand-lg {
    gap: 5px;
  }

  .custom-header .main-header > div {
    padding-right: 15px;
  }

  .logo_head h5 {
    font-size: 20px;
  }

  .top-header li.nav-item {
    padding: 5px 0px;
  }

  .header-btn.in-mobile a:first-child {
    margin-bottom: 12px;
  }

  .custom-header a.login-btn {
    padding: 10px 26px;
  }

  .header-btn.in-mobile {
    padding: 10px;
  }

  .top-header .side-menu {
    padding: 10px;
  }

  .top-header li.nav-item.dropdown {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo_head h1 {
    font-size: 20px;
    margin-top: 0 !important;
  }

  button.filter-collapse {
    line-height: 1.4;
    padding: 10px 5px !important;
  }

  .filter-bar .filtr_box a {
    font-size: 11px;
    padding: 8px;
  }

  .closed-filter-wrap {
    gap: 8px;
  }

  .closed-filter-wrap.fill-wrap {
    padding: 20px 0px 0px;
  }

  .filter-sec {
    padding-bottom: 20px;
  }

  .logo_wrapper {
    padding-top: 15px;
  }

  .brand-text .dropdown_data div#accordion .card .card-header.pointer h5 {
    font-size: 14px;
  }

  .review-site-text .str_rate {
    gap: 2px;
  }

  .all-reviews .al-rw {
    gap: 8px;
  }

  /* .rate-nd-per {
    padding: 10px;
  } */

  .blog-sec .blog-dummy-text h2 {
    font-size: 18px;
  }

  .blog-sec .form-control {
    font-size: 13px !important;
  }

  .blog-sec .group-img-2 {
    height: 260px;
  }

  .blog-sec .group-img-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .blog-sec .blog-dummy-text h2 {
    font-size: 20px !important;
  }

  input.form-control.form-inp-box,
  .form-group select {
    padding: 10px !important;
  }

  .cta {
    padding: 12px 20px !important;
  }

  .small-p {
    font-size: 13px !important;
    line-height: 1.4 !important;
  }

  label.form-check-label {
    text-align: left !important;
  }

  .line-text1::before {
    width: 45% !important;
  }

  .line-text1::after {
    width: 45% !important;
  }

  .continue-we {
    margin: 20px 0px !important;
  }

  .btm-buttn {
    margin-bottom: 20px !important;
    margin-top: 10px !important;
  }

  a.login-gg {
    font-size: 14px !important;
  }

  .line-text::after,
  .line-text::before {
    width: 100px !important;
  }

  .counter_dflex {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
    gap: 20px 0px;
  }

  .counter_dflex h2 {
    margin-bottom: 0px;
    font-size: 20px;
  }

  .counter_dflex span {
    font-size: 14px;
    line-height: 1.2;
  }

  .row.contact-wrappers {
    padding-top: 25px !important;
  }

  section.counter {
    padding-bottom: 40px;
  }

  .top-footer .business-text ul li a:after {
    bottom: 2px;
    height: 1px;
  }

  .terms-sec ul.list-unstyled li {
    font-size: 12px;
    line-height: 1.4;
  }

  .conditions li a {
    font-size: 16px;
  }

  .conditions ul > li {
    padding: 5px 0px;
  }

  .terms-condition-content {
    padding-top: 15px;
  }

  .banner_content {
    max-width: 450px;
  }

  .banner_sec .banner_content h6 {
    font-size: 14px;
    line-height: 1.4;
  }

  .banner_content h6 {
    margin-bottom: 20px;
  }

  .bottom-texts.text2 {
    padding-bottom: 20px;
  }

  section.banner_sec {
    position: relative;
    z-index: 1;
    padding: 40px 0px;
  }

  section.banner_sec::after {
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.54), transparent);
  }

  .bottom-texts.text2 p {
    margin-bottom: 20px;
  }

  .checkout_summary .templete_wrapper .add_account_wrapp {
    gap: 10px;
  }

  .templete_wrapper {
    padding: 30px 15px;
  }

  .checkout_summary .templete_wrapper .summary_wrapp {
    gap: 8px;
    /* flex-wrap: wrap; */
  }

  .checkout_summary .img-box img {
    max-width: 100%;
  }

.img-text-list ul li {
    /* display: inline-block; */
    width: auto;
}
  .logo-detail-sec .vita-img {
    height: 300px;
  }

  .opn-rt span {
    line-height: inherit;
  }

  .img-box-head {
    margin-top: 3px;
  }

  .brand-text .card-header h5:after {
    right: 0px;
  }

  .logged_in_header .navbar-nav .dropdown-menu {
    min-width: 210px;
    max-width: 210px;
  }

  .logged_in_header .navbar.navbar-expand-lg {
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
  }

  .custom_step_form input,
  .custom_step_form select,
  div#card-elements,
  #card-number,
  #card-expiry,
  #card-cvc {
    padding: 10px;
    font-size: 13px;
  }

  #card-number,
  #card-expiry,
  #card-cvc {
    margin-bottom: 10px;
  }

  .custom_step_form label {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.2;
  }

  .logged_in_header .logo img {
    width: auto;
    max-width: 120px !important;
  }

  .logged_in_header .logo {
    min-height: 35px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .logged_in_header .navbar-nav .nav-link i {
    font-size: 16px;
    height: 13px;
    width: 13px;
  }

  /* button.navbar-toggler {
    height: 22px;
    width: 30px;
  } */

  /* ========== 5 feb 2025 =========== */
  button.navbar-toggler {
    height: 100%;
    width: 100%;
  }

  .logged_in_header .logo {
    margin-top: -6px;
  }

  .logged_in_header .notify-icons ul.navbar-nav {
    gap: 15px;
  }

  .bars,
  .logged_in_header .bars {
    width: 27px;
    height: 3px;
    margin: 4px 0px;
  }

  .navbar-nav .dropdown-menu {
    min-height: 100%;
    min-width: 225px !important;
  }

  .notify .dropdown-head span {
    font-size: 14px;
  }

  .notify .nk-notification-item {
    padding: 10px 10px;
  }

  .cus_dropdown.price_cust .cus_dropdown_menu .cus_m_wrapper {
    padding: 0px;
  }

  .banner-sec .trending-btn ul {
    justify-content: center;
  }

  .header.logged_in_header .search-bar-mobile button#button-addon5 {
    font-size: 15px;
  }

  .header.logged_in_header .main-header > div {
    padding-right: 15px;
    padding-left: 0;
  }

  .left-side {
    width: 40%;
  }

  section.reviews-sec .review-heading {
    flex-wrap: wrap;
  }

  .order-detail-niks {
    text-align: left;
  }

  .order-detail-niks {
    flex: auto;
  }

  .round label {
    height: 16px;
    width: 16px;
    min-width: 16px;
  }

  .cus_tooltip a {
    font-size: 11px !important;
  }
.exlcTxt {
    padding-bottom: 10px;
}
}
.img-text-list {
    padding-left: 0px;
    width: 100%;
}
.form__field.form-row.form__field {
    line-height: 0px;
    padding-bottom: 0px;
}

  .add_btn a,
  .continue_btn {
    padding: 8px 15px !important;
  }

  .billing_wrapper {
    padding: 15px;
  }

  .content-wrapper a.login-btn {
    padding: 10px 25px;
  }

  .review-site-text.heading span.fullstar::after {
    font-size: 22px;
  }

  .review-site-text.heading p {
    margin: 8px 0px;
  }

  .bars,
  .logged_in_header .bars {
    width: 25px;
  }

  .crad_img {
    max-width: 174px;
  }

  .add_btn {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }

  .add_btn a,
  .add_btn button {
    width: 100%;
  }

  .round label:before {
    top: 3px;
  }

  .review-site-text.heading .str_rate span {
    height: 25px;
    width: 18px;
  }

  .knowledgebase-main-section .knowledgebase-chatsupport-div ul {
    padding-left: 15px;
    padding-top: 10px;
  }

  .custom_step_form input::placeholder {
    font-size: 13px;
  }

  .step_form {
    margin-bottom: 15px;
  }

  .billing_wrapper {
    margin-top: 10px;
  }

  .step_form h5 {
    margin-bottom: 10px;
  }

  .ryt-side {
    width: 10%;
  }

  .round label {
    bottom: 0;
  }

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

  /* .vital-info-content .info-list {
    flex: 0 0 100%;
  } */

  .vital-info-content .info-wrap {
    gap: 15px;
  }

  .vital-info-content h2 {
    margin-bottom: 20px;
  }

  h3 {
    font-size: 20px;
  }

  .vital-info-content .info-wrap h3 {
    margin-bottom: 10px;
  }

  .vital-info-content .info-wrap ul li {
    margin-bottom: 10px;
  }

  /* 15march24 */
  /* .box_step:before {
        display: none;
        } */

  .box_step {
    padding: 0px;
  }

  /* .step_form_head::before{
       display: none;
       } */

  .box_studio {
    height: 34px;
    width: 34px;
  }

  .box_step p {
    font-size: 13px;
  }

  .box_step {
    flex: 1;
    text-align: center;
    margin-right: 10px;
  }

  .step_form_head {
    flex-wrap: wrap;
  }

  .box_step:before {
    width: 0%;
  }

  .log-detail {
    padding-top: 15px;
  }
.payments-buttons-yellow.proceed-to-checkout-btn {
    font-weight: 600;
    font-size: 14px;
    padding: 15px 35px !important;
    line-height: 18px;
}

  .search-sec .Search-bar button {
    right: 10px;
  }

  .box_step:nth-child(2)::before {
    display: none;
  }

  .search-busn {
    flex-direction: column;
    gap: 10px;
  }

  .consider-content {
    padding: 20px;
  }

  .search-btn a {
    padding: 12px;
    line-height: 1.5;
  }

  .landing-content .landing-text ul {
    margin: 20px 0px;
  }

  .vital-info-content .info-wrap {
    margin-bottom: 0px;
  }

  .knowledgebase-main-section .logo-wrap > div {
    padding: 0 !important;
    padding-bottom: 15px !important;
  }

  /*========== NT css end here ========= */
  .vital-info-content {
    padding-top: 40px;
  }

  .selct-file .slct_option input {
    padding: 20px 5%;
  }

  /* 14oct 2024 ///////////////////////////////////////////////////////////////////////////////////////////////////// */

  .alt_dt_pg .side-container {
    padding-right: 15pxs !important;
  }

  /* 31dec2024 ///////////////////////////////////////////////////////////////////////////////////////////////////// */

  /* .top-footer > .container > .row > div {
    width: 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  } */

  /*19feb2025//////////////////////////////*/
  header.header.custom-header.custom-header.loginHeaderNew
    .top-header.hidecheckout {
    padding-left: 0 !important;
  }

  /* (ak 24/4) */
  header.header
    .top-header
    li.nav-item.dropdown
    .custom-dropdown-menu.active-div {
    width: 90% !important;
  }

  header.header.custom-header
    .main-header
    .navbar.navbar-expand-lg.this_is_the_class_which {
    align-items: baseline !important;
  }
  /* 17july start  */

  .ArticlePageParentSection .article-data-wrap h1 {
    font-size: 21px;
  }

  .check_out_pnt .slider:before {
    height: 11px;
    width: 11px;
  }
  .check_out_pnt .switch {
    width: 38px;
    height: 18px;
  }
  .check_out_pnt input:checked + .slider:before {
    transform: translateX(19px);
  }
  /* 17july end  */
}

@media screen and (max-width: 1199px) {
  .snag_member_contact {
    padding: 80px 0;
  }

  .snag_member_cont {
    padding: 50px;
  }

  .snag_member_cont .snag_member_txt .cta2 {
    margin-top: 30px;
  }

  .snag_member_icons img {
    max-width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .SrchDtlHdr.custom-header-2 {
    background-color: #ffffff !important;
    margin: 0 !important;
    padding-bottom: 70px !important;
  }
  header.header.custom-header.SrchDtlHdr.custom-header-2 .Search-bar i {
    padding: 10px 18px !important;
  }
  /* 17sep2025 start  */
  .SrchDtlHdr {
    margin-bottom: 50px !important;
  }

  .SrchDtlHdr .main-header.hidden-header #nav_banner_content {
    position: absolute;
    bottom: -50px;
    width: 96% !important;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .SrchDtlHdr .navbar {
    justify-content: center !important;
  }
  /* 17sep2025 end  */

  /* 2sep start  */
  .fltr-box .options {
    padding: 10px 10px;
  }
  .mobileSearchFiltersdv .searchFilterWrapper .SpanCrossIcon i {
    font-size: 26px;
    margin-right: 12px;
  }
  .mobileSearchFiltersdv .searchFilterWrapper .SpanCrossIcon {
    color: #000;
    font-size: 22px;
    text-align: end;
    margin-bottom: 10px;
  }
  .mobileSearchFiltersdv .searchFilterWrapper .FilterContDiv .search_head i {
    padding-right: 0;
  }
  .mobileSearchFiltersdv
    .searchFilterWrapper
    .FilterContDiv
    .custom_check
    input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
  }

  .mobileSearchFiltersdv
    .searchFilterWrapper
    .FilterContDiv
    .custom_check
    input[type="checkbox"]:checked {
    background-color: #000;
    border-color: #000;
  }

  .mobileSearchFiltersdv
    .searchFilterWrapper
    .FilterContDiv
    .custom_check
    input[type="checkbox"]:checked::after {
    content: "✔";
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .body-container {
    overflow: hidden;
  }
  .mobileSearchFiltersdv .searchFilterWrapper .FilterContDiv {
    height: 90dvh;
    overflow-y: auto;
    padding: 12px 16px 20px 12px;
    scrollbar-width: thin;
    scrollbar-color: #000 #fff;
  }

  .mobileSearchFiltersdv
    .searchFilterWrapper
    .FilterContDiv::-webkit-scrollbar {
    width: 8px;
  }

  .mobileSearchFiltersdv
    .searchFilterWrapper
    .FilterContDiv::-webkit-scrollbar-track {
    background: #000;
  }

  .mobileSearchFiltersdv .searchFilterWrapper {
    height: 100%;
    background-color: #fff;
    width: 60%;
    right: 0;
    position: absolute;
    padding: 20px 10px 20px 20px;
    transform: translateX(100%);
    transition: transform 0.6s ease-in-out;
  }
  .fltropndClass .searchFilterWrapper {
    transform: translateX(0);
  }

  .MobileViewClass .filterIconDv button {
    padding: 6px 22px;
    border-radius: 40px;
    border: 0;
    outline: none;
    color: #000;
    background-color: #f7f7f7;
  }
  .show_logo {
    margin-top: 12px;
  }
  .MobileViewClass .filterIconDv button:hover {
    background-color: #4cce5f;
  }

  .MobileViewClass .filterIconDv {
    display: block !important;
    position: absolute;
    right: -17%;
    bottom: 6px;
  }
  .MobileViewClass {
    height: 110px;
    align-items: flex-start !important;
  }

  .MobileViewClass .banner-content {
    top: 50px !important;
    position: absolute !important;
    width: 80% !important;
    z-index: auto !important;
    left: -10%;
  }

  .MobileViewClass .main-header.hidden-header {
    align-items: flex-start !important;
  }
  /* 3sep end  */

  .snag_member_icons img {
    max-width: 80px;
  }

  .snag_member_cont .snag_member_txt {
    margin-top: 20px;
  }

  .snag_member_cont .snag_member_txt .cta2 {
    margin-top: 20px;
  }

  .snag_member_cont {
    padding: 30px;
  }

  .ticket-list .info-list a {
    font-size: 14px;
    line-height: 1.4;
  }
  .ChktPgClsSec {
    padding-bottom: 10px !important;
}
}

@media screen and (max-width: 575px) {
  .top-footer > .container > .row > div {
    width: 100% !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
  .filter-sec .show_logo {
    padding: 0 !important;
  }
  .filter-sec div#logo_html_row {
    margin: 0 !important;
  }
  .filter-sec.logo-filter-pg .container-fluid {
    padding: 0 10px !important;
  }
  .SrchDtlHdr.custom-header.loginHeaderNew .Search-bar button i {
    padding: 12px 20px !important;
    font-size: 12px !important;
    margin-right: 3px !important;
  }

  .SrchDtlHdr .main-header.hidden-header #nav_banner_content #search_val {
    padding: 12px 18px !important;
    font-size: 14px !important;
  }
  .SrchDtlHdr
    .main-header.hidden-header
    #nav_banner_content
    #search_val::placeholder {
    font-size: 14px !important;
  }

  .mobileSearchFiltersdv .searchFilterWrapper .FilterContDiv {
    padding: 0px 16px 20px 12px;
  }
  .fltr-box .options {
    font-size: 13px !important;
    padding: 4px !important;
    border-radius: 5px !important;
  }
  .fltr-box {
    width: 100% !important;
  }
  .outr_filtrhd .lft_filtrotr .logo_head .text-left .SmallSecTxtCls {
    font-size: 16px !important;
  }
  /* 3sep start  */
  .MobileViewClass .Search-bar button i {
    padding: 10px 18px !important;
    font-size: 12px !important;
    margin-right: 4px !important;
    margin-top: 1px !important;
  }
  .MobileViewClass .Select-text .search input::placeholder {
    font-size: 16px;
    padding: 10px;
  }
  .MobileViewClass .Select-text .search input {
    height: 48px;
    font-size: 16px !important;
  }

  .custom-header .main-header button#button-addon5 {
    right: 1px !important;
    margin-right: 0 !important;
  }
  .MobileViewClass .banner-content {
    left: -16%;
  }

  .MobileViewClass .filterIconDv {
    right: -20%;
    bottom: 0px;
  }
  header.header.custom-header.MobileViewClass.custom-header-2
    .banner-content
    .Search-bar
    i {
    padding: 11px 18px !important;
  }
  /* 3sep end  */

  /* 2sep start  */
  .MobileViewClass {
    height: 110px;
  }
  .MobileViewClass .filterIconDv {
    bottom: 6px;
  }
  .MobileViewClass .filterIconDv button {
    padding: 6px 17px;
  }
  .banner-content.search-active input {
    border-top-left-radius: 14px !important;
    border-top-right-radius: 14px !important;
  }
  .banner-content.search-active .home-search-dd.home-search-top {
    border-bottom-left-radius: 14px !important;
    border-bottom-right-radius: 14px !important;
  }
  /* 2sep end  */

  /*  30jan2025//////////////////////////////////*/
  .sectionReviewContainer .review-comment-us {
    padding-top: 40px !important;
  }

  #term-and-condition-error {
    font-size: 13px !important;
    line-height: 1.2;
  }

  .save_data span {
    font-size: 14px;
    line-height: 1.2;
  }

  .snag_member_cont {
    padding: 20px 15px;
  }

  .snag_member_icons img {
    max-width: 70px;
  }

  .review-heading .review-site-text .str_rate {
    gap: 5px !important;
  }

  section.knowledgebase-main-section .card-img-top {
    padding-top: 0px;
  }

  .email_alert-content a {
    margin: 20px;
  }

  /* 25feb2025//////////////////////////////// */

  .DRConfirmationPage .login-form {
    padding: 25px;
  }

  .DRConfirmationPage .login-accnt h1 {
    line-height: 26px;
    font-size: 24px;
  }

  .DRConfirmationPage .login-accnt p {
    margin-top: 8px;
    font-size: 16px;
  }

  .DRConfirmationPage .SubtextContainer .SubText {
    line-height: 1.4;
    font-size: 15px;
  }

  .DRConfirmationPage .SubtextContainer .higlightedtext {
    padding-bottom: 10px;
  }

  .DRConfirmationPage .buttonContainer .cta3 {
    padding: 10px;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .notify-icons ul.navbar-nav li {
    position: static;
  }

  .notify-icons .nav-item .dropdown-menu {
    width: 100%;
  }

  .dropdown-menu .user_detail {
    padding: 15px;
  }

  .notify-icons .nav-item .dropdown-menu .dropdown-item {
    padding: 12px 15px;
  }
}

/* new css add */

.banner-sec button#button-addon6 {
  position: unset;
  top: 0;
  right: 0;
  transition: none;
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
  padding: 0;
}

.banner-sec .Search-bar button#button-addon6 i {
  background: #18181f;
  border-radius: 170px;
  color: #fff;
  padding: 10px 25px;
  font-size: 16px;
}

/*ticket submit section css start here*/

.ticket_submt_sec .ticket_submit_content {
  max-width: 925px;
  margin: auto;
  text-align: center;
  box-shadow: 0px 24px 64px 0px #0000000f;
  border-radius: 25px;
  padding: 80px 100px;
}

.ticket_submt_sec .ticket_submit_content .submt_check {
  max-width: 134px;
  margin: auto;
}

.ticket_submt_sec {
  padding: 100px 0px;
}

.ticket_submt_sec .ticket_submit_content .submt_msgs h4 {
  font-family: Montserrat;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  color: #000;
  margin-top: 20px;
}

.ticket_submt_sec .ticket_submit_content .submt_msgs p {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  color: #656f79;
  margin-bottom: 0;
}

.vital-info-content.tickt h3 {
  text-align: center;
  line-height: 1.2;
}

.ticket-list {
  margin-top: 30px;
}

.ticket-list .info-list {
  display: flex;
  gap: 10px;
  font-size: 16px;
  color: gray;
  margin-bottom: 0px;
  padding: 12px;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.ticket-list .info-list img {
  max-width: 18px;
  width: 100%;
  height: max-content;
  filter: invert(66%) sepia(88%) saturate(355%) hue-rotate(74deg)
    brightness(90%) contrast(86%);
}

.ticket-list .info-list a {
  color: #18181f;
  font-weight: 500;
}

.ticket-list ul {
  padding-left: 20px;
  border-left: 2px solid #8585816e;
}

.side-container ul {
  gap: 10px;
  flex-direction: column;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  border: 0;
}

.side-container ul li a {
  color: #1313df9c;
  font-weight: 400;
}

.popular-category-div {
  padding: 30px;
  background: #e4f3f378;
}

/*--------------------------*/
section.three-elements .card {
  padding: 30px;
  text-align: center;
  height: 100%;
}

section.three-elements .card-body {
  padding: 0;
  padding-top: 30px;
  text-align: left;
}

section.three-elements h5.card-title a {
  font-size: 22px;
  color: #18181f;
}

section.three-elements .card-body p {
  /* color: #656f79; */
  line-height: 22px;
}

section.three-elements .col-lg-3.col-md-4.col-sm-6 {
  margin-bottom: 30px;
}

section.three-elements h5.card-title {
  margin-bottom: 3px;
}

section.three-elements img.ele-img {
  max-width: 40px;
  width: 100%;
  object-fit: cover;
}

section.blog-sec.terms-sec .brdcrumb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.find_answer .row {
  align-items: center;
}

section.find_answer h1 {
  line-height: normal;
}

section.find_answer a.sprt_btn {
  width: 100%;
  text-align: right;
  display: block;
  border: 1px solid #000000;
  max-width: fit-content;
  margin-left: auto;
  padding: 15px 40px;
  border-radius: 200px;
  color: #000;
  transition: all 0.5s ease-in-out;
}

section.find_answer a.sprt_btn:hover {
  background: #000;
  color: #fff;
}

section.blog-sec.terms-sec {
  padding-bottom: 0 !important;
}

.payments-buttons-yellow {
  background: #4cce5f !important;
  border: 1px solid #4cce5f;
  color: #fff;
}

/*.payments-buttons-yellow:hover {
    background: transparent !important;
    border: 1px solid #000 ! IMPORTANT;
    transition: 0.5s;
}*/

.ticket_submit_content button.btn.btn-primary.continue-btn a {
  color: #fff !important;
  font-weight: 600;
}

.ticket_submit_content button.btn.btn-primary.continue-btn {
  background-color: #000;
  margin-top: 30px;
  padding: 14px 37px;
  border-radius: 30px;
  border: 1px solid;
}

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

.OrderConfirmationPage .ButtonsContainerDiv button:nth-child(2):hover a {
  color: #fff !important;
}

.ticket_submit_content button.btn.btn-primary.continue-btn:hover {
  background-color: #fff;
  color: #000 !important;
  transition: all 0.4s linear;
}

.ticket_submit_content button.btn.btn-primary.continue-btn:hover a {
  color: #000 !important;
  transition: all 0.4s linear;
}

.payments-buttons-yellow:hover {
  color: #000;
  background: transparent !important;
  border-color: #000;
}

/* ///////////////////////////////////////14oct2024/////////////////////////////// */

.alt_dt_pg .popular-category-div {
  border: 0;
  padding: 0;
}

/* .alt_dt_pg .article_dt {
  border: 1px solid #e3e9ed;
  padding: 30px 30px;
  line-height: 34px;
  background-color: #8080800f;
  border-radius: 15px;
} */
.alt_dt_pg .article-data-wrap {
  padding-left: 60px;
}

.alt_dt_pg .knowledgebase-main-section h2 {
  font-size: 40px;
}

.alt_dt_pg .head-info h6 {
  font-size: 16px;
}

.alt_dt_pg .knowledgebase-main-section .knowledge-base-content-container h2 {
  font-size: 40px;
}

.alt_dt_pg .popular-category-div,
.alt_dt_pg .intrested-topics-div {
  /* padding-bottom: 20px; */
  border: 1px solid #e3e9ed;
  background-color: #8080800f;
  padding: 20px;
  border-radius: 15px;
}

.alt_dt_pg .popular-category-div {
  margin-bottom: 20px;
}

/* .alt_dt_pg  .popular-category-div {
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e9ed;
} */
.alt_dt_pg .intrested-topics-div {
  padding-top: 20px;
}

.alt_dt_pg .cat-div li {
  justify-content: space-between;
  flex-direction: row-reverse;
  list-style-type: none;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px;
  border-radius: 6px;
  cursor: pointer;
}

/* .alt_dt_pg .cat-div li img {
  margin-top: 5px;
} */

.alt_dt_pg .cat-div li:hover {
  background-color: #4cce5f4f;
}

.section-for-faq.logo-dl-pg-faq {
  /* background-image:radial-gradient(
    rgba(255, 255, 255, 1),
    transparent 20%,
    rgba(0, 0, 0, 0.05)
  ) !important; */
  background-color: #fff;
}

.dropdown-menu.dropdown-menu-right.user-dash-b {
  border-radius: 10px;
}

.top-banner-knowledgebase.banner-sec .banner-content {
  position: relative;
  z-index: 99;
}

section.banner-sec.banner-new-sec.top-banner-knowledgebase.support-banner
  .banner-content {
  z-index: 9;
}

/* .alt_dt_pg .article-data-wrap h2 {
  padding-top: 30px !important;
} */

.ArticlePageParentSection .alt_dt_pg .article-data-wrap h2 {
  padding-top: 30px !important;
}

.knowledgebase-chatsupport-div h3 {
  margin-top: 25px;
  margin-bottom: 1.2rem;
  font-size: 22px !important;
}

.knowledgebase-chatsupport-div h4 {
  margin-top: 25px;
  margin-bottom: 1.2rem;
}

/* .banner-sec .container-fluid{
  position: relative;
  z-index: 1;
}

 */
.alt_dt_pg .head-info h6 {
  font-size: 17px;
}

.licnse_tbl_sec {
  padding: 100px 0;
  padding-top: 50px !important;
}

.tbl_lisnce_wrp th,
.tbl_lisnce_wrp td {
  padding: 16px;
}

.license-btn a {
  color: #4cce5f !important;
  /* border-bottom: 1px dotted #4cce5f; */
  font-size: 14px;
}

.tbl_lisnce_wrp {
  width: 100%;
  /* max-width: 1200px; */
  margin: auto;
}

.licence_page_note {
  /* max-width: 1200px; */
  margin: auto;
  padding-top: 50px;
}

.licence_page_note span {
  font-weight: 500;
}

.tbl_lisnce_wrp .lisnce_tbl {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
}

.tabl_hd h2 {
  margin-bottom: 30px;
  text-align: left;
}

.lisnce_tbl th {
  background-color: #e3f8e6;
  text-align: center;
}

.lisnce_tbl td {
  text-align: center;
}

.lisnce_tbl tbody tr:nth-of-type(2n) {
  background-color: #f5f7f7;
}

.lisnce_tbl td:first-of-type,
.lisnce_tbl th:first-of-type {
  vertical-align: middle;
  text-align: left;
  font-weight: 600;
}

/* custom checkbox css */
.step_form .address-confirm-check {
  appearance: none;
  min-width: 20px !important;
  height: 20px !important;
  background-color: transparent;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  padding: 0;
}

/* Style when checkbox is checked */
.step_form .address-confirm-check:checked {
  background-color: #000;
  border-color: #000;
}

/* Add a custom checkmark when checked */
.step_form .address-confirm-check:checked::before {
  content: "";
  position: absolute;
  right: 0px;
  left: 5px;
  top: 8px;
  width: 5px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  /* margin: -1px -1px 0 -1px; */
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}

/* custom checkbox css end */
.header-btn.in-desktop .OnHoverBtnGreen:hover {
  background-color: #4cce5f;
  border-color: #4cce5f !important;
  color: #fff;
}

/* Base styles for the checkbox */
.form-check-input {
  appearance: none;
  width: 20px !important;
  height: 20px !important;
  background-color: transparent;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  padding: 0;
}

/* Style when the checkbox is checked */

.mail-info .form-check-input:checked {
  background-color: #000;
  border: 1px solid #000;
}

.ThreeDivContainer {
  display: flex;
  width: 100%;
  padding: 4px 0;
}

/* Custom checkmark */
.mail-info .form-check-input:checked::before {
  content: "✓";
  position: absolute;
  left: 3px;
  color: white;
  font-size: 16px;
  display: block;
  text-align: center;
  bottom: 0;
}

.mail-info input.form-check-input {
  appearance: none;
}

.pro_navigation .page-item.arrow_wreap:hover a {
  background-color: #18181f !important;
  border-color: #18181f;
  color: #fff;
}

/*------------------------*/
@media (max-width: 1599px) {
  section.find_answer a.sprt_btn {
    padding: 10px 30px;
  }

  section.find_answer a.sprt_btn {
    padding: 10px 30px;
  }

  section.three-elements .card {
    padding: 20px;
  }
}

section.three-elements img.ele-img {
  max-width: 40px;
  width: 100%;
  object-fit: contain;
  min-height: 60px;
}

section.three-elements h5.card-title a {
  font-size: 20px;
  color: #000;
  width: 100%;
  display: block;
  line-height: 28px;
}

@media (max-width: 1399px) {
  .ticket_submt_sec .ticket_submit_content {
    padding: 60px 70px;
  }

  .ticket_submt_sec .ticket_submit_content .submt_msgs p {
    margin-top: 20px;
  }

  .ticket_submt_sec .ticket_submit_content .submt_msgs h4 {
    margin-top: 16px;
    font-size: 29px;
    line-height: 1.4;
  }

  .ticket_submt_sec {
    padding: 80px 0px;
  }
}

@media (max-width: 1199px) {
  section.three-elements h5.card-title a {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 991px) {
  .ticket_submt_sec .ticket_submit_content {
    padding: 50px 60px;
  }

  .ticket_submt_sec .ticket_submit_content .submt_msgs h4 {
    font-size: 25px;
  }

  .ticket_submt_sec .ticket_submit_content .submt_check {
    max-width: 100px;
  }

  .ticket_submt_sec {
    padding: 70px 0px;
  }

  section.find_answer a.sprt_btn {
    margin: 30px 0px;
  }

  .popular-category-div {
    margin-top: 40px;
  }
  .side-container {
    position: relative !important;
    top: 0 !important;
  }
  .alt_dt_pg .article-data-wrap {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .ticket_submt_sec .ticket_submit_content {
    padding: 40px 40px;
  }

  .ticket_submt_sec .ticket_submit_content .submt_msgs p {
    font-size: 15px;
    line-height: 1.4;
  }

  .ticket_submt_sec .ticket_submit_content .submt_msgs h4 {
    font-size: 20px;
    margin-top: 15px;
    word-break: break-all;
  }

  .ticket_submt_sec .ticket_submit_content .submt_msgs p {
    margin-top: 15px;
  }

  .ticket_submt_sec {
    padding: 60px 0px;
  }

  .templates-sec .img__wrapper_boxs_text h5 {
    font-size: 18px;
  }

  .alt_dt_pg .article-data-wrap {
    padding-left: 15px;
  }

  /* 2jan2024////////////////////////////////////////////////////////////////////////// */

  .custom-header .login-btn.cta-register {
    border: 1px solid #fff !important;
    background-color: #fff;
    color: #000;
    padding: 12px 25px;
  }

  .custom-header .header-btn.in-mobile a {
    font-size: 14px;
    font-weight: 600;
  }

  .ThreeDivContainer {
    flex-direction: column;
    width: 50%;
    background-color: #000;
    height: 100%;
    border-radius: 0px 10px 10px 0px;
  }

  .overlayDiv {
    backdrop-filter: blur(0.125rem);
    background-color: #00000094;
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: -1;
  }
}

@media (max-width: 575px) {
  .MobileViewClass {
    padding: 20px 0 50px 0 !important;
  }
  .ticket_submt_sec .ticket_submit_content .submt_msgs h4 {
    font-size: 16px;
  }

  .ticket_submt_sec .ticket_submit_content .submt_msgs p {
    font-size: 14px;
    margin-top: 10px;
  }

  .ticket_submt_sec .ticket_submit_content .submt_check {
    max-width: 70px;
  }

  .ticket_submt_sec .ticket_submit_content {
    padding: 20px;
  }

  .ticket_submt_sec {
    padding: 50px 0px;
  }

  section.three-elements img.ele-img {
    max-width: 35px;
    width: 100%;
    object-fit: contain;
    min-height: 45px;
  }

  /* section.three-elements .row.mt-4 {
    gap: 20px;
} */
  .payments-buttons-yellow:hover {
    background: #4cce5f !important;
    border: 1px solid #4cce5f;
    color: #fff;
  }

  .checkout_summary .templete_wrapper .summary_wrapp {
    flex-wrap: wrap;
  }

  .ticket-wrap h5 {
    font-size: 15px;
    line-height: 1.4;
  }

  .ticket-wrap span {
    font-size: 14px;
  }
}

/*ticket submit section css end here*/

/* new css 17 june */
/* section.knowledgebase-main-section.p-110 {
  padding-top: 10px !important;
} */

/* 17 june new css */

/* support page css */
section.three-elements .card {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: visible;
}

/* section.three-elements .card:hover {
  background: #000;
} */

/* section.three-elements .card:hover * {
  color: #fff;
} */

/* section.three-elements .card:hover img.ele-img {
  filter: brightness(0) invert(1);
} */

section.three-elements .col-lg-4 {
  margin-bottom: 30px;
}

/* end support page */

/* article category */
.ticket-list ul {
  display: flex;
  border: 0;
  padding: 0;
  margin-bottom: 0;
  flex-direction: column;
  height: 100%;
}

.category-title h3 {
  /*text-align: justify !IMPORTANT;*/
  text-align: left !important;
}

.popular-category-div {
  background: unset;
  border: 1px solid #e3e9ed;
}

.side-container ul li a {
  color: #000;
}

.side-container ul li:hover a {
  color: #4cce5f;
}

span.article-info-text:hover {
  color: #000;
}

.tckt_hd li.select-dropdown__list-item.reason_id:hover {
  background: #5897fb;
  color: #fff !important;
}

/*19-june css*/

.logo-detail-sec .file_box {
  gap: 15px !important;
  /* justify-content: center; */
}

/* .logo-detail-sec .file_box .button.button--action-v2.detail-panel-file-id__container {
    padding: 15px 52px!important;
} */
.popular-sec .popular-text h2 p {
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  color: #18181f;
}

.banner-sec .content-wrapper .logos-text span {
  padding-left: 8px;
}

/* @media (max-width: 1599px){

     .logo-detail-sec .file_box .button.button--action-v2.detail-panel-file-id__container {
    padding: 12px 22px!important;
}
} */

@media (max-width: 1199px) {
  /* .logo-detail-sec .file_box .button.button--action-v2.detail-panel-file-id__container {
    padding: 12px 13px!important;
} */
}

@media (max-width: 991px) {
  .logo-detail-sec .file_box {
    gap: 10px !important;
  }

  .popular-sec .popular-text h2 p {
    font-size: 24px;
    line-height: 1.2;
  }

  .popular-text {
    margin-bottom: 25px;
  }

  .DRConfirmationPage .login-form {
    border-radius: 30px;
  }
}

@media (max-width: 767px) {
  .knowledgebase-main-section h2 {
    padding-top: 30px;
  }

  .logo-detail-sec .file_box {
    gap: 10px !important;
    justify-content: space-between;
  }

  /* .logo-detail-sec .file_box .button.button--action-v2.detail-panel-file-id__container {
    padding: 12px 33px!important;
} */

  .logo-detail-sec .logo_wrapper .vita-img {
    height: auto !important;
  }
}

@media (max-width: 575px) {
  .logo-detail-sec .file_box {
    flex-wrap: wrap;
  }

  .popular-sec .popular-text h2 p {
    font-size: 22px;
    line-height: 1.2;
  }

  .logo-detail-sec .brand-text .dropdown_data .cta-btn a {
    display: block;
    text-align: center;
    padding: 10px 14px !important;
    font-size: 15px;
  }
}

.checkout_summary .add_para {
  border-top: none;
  padding-top: 0;
}

/*2july css*/

.banner-sec.banner-new-sec.top-banner-knowledgebase.support-banner
  .banner-content
  p {
  font-size: 16px;
  font-weight: 600 !important;
}

.banner-sec.banner-new-sec.top-banner-knowledgebase.support-banner
  .banner-content
  h1 {
  margin-bottom: 0px;
}

.banner-sec.banner-new-sec .content-wrapper a.login-btn.browse-btn {
  padding: 15px 35px;
}

.banner-sec .content-wrapper .logos-text span.unique-logo-price {
  font-size: 18px;
  font-weight: 700;
}

section.three-elements.three-elem-sec .card {
  box-shadow: none;
}

.tckt_hd li.select-dropdown__list-item.reason_id:hover {
  background: #4cce5f;
  color: #fff !important;
}

.knowledgebase-main-section .card .card-img-top {
  border-radius: 25px;
}

.slider-sec .slick-wrapper {
  margin-bottom: 30px;
}

.slider-sec .logomax-content .btn a {
  padding: 15px 50px;
}

.dropdown-menu .user_detail:hover {
  cursor: pointer !important;
}

.swal2-container.swal2-center.swal2-backdrop-show
  button.swal2-confirm.swal2-styled {
  background: #000;
  background-image: none;
  /* border: none; */
  box-shadow: none;
}

.search_sec .logo_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.new-specific-filters {
  position: relative;
  width: 200px;
  /* Adjust width as needed */
}

.fltr-box {
  position: relative;
  width: 87%;
  margin-bottom: 10px;
}

.fltr-box .selected {
  background: none;
  padding: 8px 10px;
  border: 1px solid #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 130px;
}

.fltr-box .selected .logo_fltr_box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #333;
  text-decoration: none;
}

.fltr-box .selected .arw_icns {
  margin-left: 10px;
}

.fltr-box .options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  z-index: 999;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #eaeaea;
}

.fltr-box .options.open {
  display: block;
}

.fltr-box .options ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fltr-box .options ul li {
  padding: 10px;
}

.fltr-box .options ul li:last-child {
  border-bottom: none;
}

.fltr-box .options ul li a {
  color: #333;
  text-decoration: none;
  display: block;
  width: 100%;
}

.fltr-box .options ul li:hover {
  background-color: #f1f1f1;
  cursor: pointer;
}

.fltr-box .options ul li:hover a {
  color: #4cce5f;
}

.fltr-box .selected .selected-text {
  color: #000;
}

.fltr-box .selected span.arw_icns {
  color: #000;
}

.fltr-box.drop-down.open span.arw_icns i {
  transform: rotate(180deg);
}

.next-button.new_pgntn .arrow-bt.black.nxt_bttn {
  color: #000;
  background: none;
  border: none;
}

.next-button.new_pgntn .arrow-bt.black.nxt_bttn a {
  color: #fff;
  border: 1px solid #e3e9ed;
  padding: 10px 60px;
  background-color: #4cce5f;
  border-radius: 25px;
}

.next-button.new_pgntn .arrow-bt.black.nxt_bttn a:hover {
  color: #fff;
  background: #000;
  border: 1px solid #000;
}

.next-button.new_pgntn .page_next.lgs_pgn .page-item .page-link.one.lgs_lnk {
  /* border: 1px solid #e3e9ed; */
  padding: 10px 10px;
  color: #000;
}

.next-button.new_pgntn .page_next.lgs_pgn .pagination {
  gap: 5px;
  margin-bottom: 0;
}

.billing_address.step_form label.address-confirm-label a {
  color: #000;
}

.billing_address.step_form label.address-confirm-label a:hover {
  color: #000;
}

/* Hide the arrows for WebKit browsers */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.next-button.new_pgntn .page_next.lgs_pgn .page-item input#page-number {
  padding: 10px 5px;
  text-align: center;
  box-shadow: none;
  border-radius: 5px;
}

.next-button.new_pgntn .page_next.lgs_pgn .page-item input:focus {
  box-shadow: none;
  outline: none;
}

.templete_wrapper .table_data .total_data.save-logo-future-box {
  align-items: flex-start;
}

.templete_wrapper .table_data .total_data.save-logo-future-box p {
  padding-bottom: 0;
}

.templete_wrapper .table_data .total_data.save-logo-future-box p img.dustbin {
  max-width: 100%;
  margin-left: auto;
  display: block;
}

.templete_wrapper span.dustbin.delete_icon_sub {
  display: block;
}

.templete_wrapper span.dustbin.delete_icon_sub i {
  text-align: right;
  display: block;
  background: #fff;
  padding: 10px;
  width: 35px;
  max-width: 100%;
  margin-left: auto;
  color: grey;
}

.next-button.new_pgntn .page_next.lgs_pgn .pagination .page-item:hover {
  cursor: pointer;
}

.templete_wrapper .total_data.favicon-logo-box {
  border: none;
}

.checkout_summary .templete_wrapper .table_data .subtotal-top-border {
  border-top: none;
}

.templete_wrapper .total_data.num.total_price_box.subtotal-top-border {
  border-top: 1px solid rgba(227, 233, 237, 1);
}

.templete_wrapper span.dustbin.delete_icon_sub:hover {
  cursor: pointer;
}

.next-button.new_pgntn .arrow-bt {
  border: none;
}

.next-button.new_pgntn .arrow-bt a {
  color: #000;
  border: 1px solid #e3e9ed;
  padding: 10px 60px;
  border-radius: 25px;
}

.next-button.new_pgntn .arrow-bt a:hover {
  color: #fff;
  background: #000;
  border: 1px solid #000;
  /*    transition: 0.3s ease-in-out!important;*/
  cursor: pointer;
}

.slider-sec .logomax-content .btn a {
  font-size: 14px;
}

.slider-sec .logomax-content .btn {
  margin-top: 20px;
}

.ticket_sec
  .ticket_contnt
  .ticket_main_info
  form
  .form-group
  .selct-file
  .form-group
  .slct_option
  input::placeholder {
  background: #000;
  color: #fff;
}

.container.upld_file {
  padding: 0;
  margin-bottom: 20px;
}

.container.upld_file .et_pb_contact_form_label {
  display: block;
  color: black;
  font-weight: bold;
  letter-spacing: 1.2px;
  font-size: 18px;
  padding-bottom: 5px;
}

.container.upld_file input[id="et_pb_contact_brand_file_request_0"] {
  display: none;
}

.container.upld_file label[for="et_pb_contact_brand_file_request_0"] {
  background: #fff;
  height: 170px;
  background-image: url("../images/cloud-upload-signal.svg");
  background-repeat: no-repeat;
  background-position: top 18px center;
  /*    position: absolute;*/
  background-size: 7%;
  color: transparent;
  margin: auto;
  top: 50%;
  left: 0;
  right: 0;
  border: 2px dashed #a2a1a7;
  box-sizing: border-box;
  border-radius: 13px;
}

.container.upld_file label[for="et_pb_contact_brand_file_request_0"]:before {
  content: "Drag and Drop a file here";
  display: block;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #202020;
  font-weight: 400;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.container.upld_file label[for="et_pb_contact_brand_file_request_0"]:after {
  display: block;
  content: "Browse";
  background: #4cce5f;
  width: 86px;
  height: 27px;
  line-height: 27px;
  position: absolute;
  bottom: 19px;
  font-size: 14px;
  border-radius: 50px;
  color: white;
  font-weight: 500;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.container.upld_file label[for="et_pb_contact_brand_request_0"]:after {
  content: " (Provide link or Upload files if you already have guidelines)";
  font-size: 12px;
  letter-spacing: -0.31px;
  color: #7a7a7a;
  font-weight: normal;
}

.container.upld_file label[for="et_pb_contact_design_request_0"]:after {
  content: " (Provide link or Upload design files)";
  font-size: 12px;
  letter-spacing: -0.31px;
  color: #7a7a7a;
  font-weight: normal;
}

.container.upld_file label[for="et_pb_contact_brand_file_request_0"].changed,
label[for="et_pb_contact_brand_file_request_0"]:hover {
  background-color: #e3f2fd;
}

.container.upld_file label[for="et_pb_contact_brand_file_request_0"] {
  cursor: pointer;
  transition: 400ms ease;
  position: relative;
}

.container.upld_file .file_names {
  display: block;
  position: absolute;
  color: black;
  left: 0;
  bottom: -30px;
  font-size: 13px;
  font-weight: 300;
}

.container.upld_file .file_names {
  text-align: center;
}
.MobileViewClass .filterIconDv {
  display: none;
}

.popular-sec .similar-logos h2 {
  margin-bottom: 0px;
  line-height: normal;
  text-align: center;
}

.popular-sec .similar-logos .similar_text .similar-text-subheading {
  text-align: center;
}

/*.next-button.new_pgntn .page_next.lgs_pgn .page-item .page-link.one.lgs_lnk:hover {
    background: #000;
    color: #fff;
    cursor: pointer;
}*/

.button_inx_pg {
  border: 1px solid #090808;
  padding: 12px 20px;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  text-decoration: none;
  background: #000000;
  border-radius: 130px;
  border-color: #000;
  margin-bottom: 20px;
  margin-left: 15px;
}

.button_inx_pg:hover {
  color: #000;
  background: #fff;
}

.next-button.new_pgntn .page_next.lgs_pgn .pagination {
  display: flex;
  align-items: center;
}

.new-specific-filters {
  width: 160px;
}

.new-specific-filters .fltr-box .selected {
  padding: 5px 10px !important;
  padding-left: 12px !important;
}

@media (max-width: 1499px) {
  .next-button.new_pgntn .page_next.lgs_pgn .page-item input#page-number {
    padding: 9px 5px;
  }

  .new-specific-filters {
    width: 140px;
  }
}

@media (max-width: 991px) {
  .banner-sec.banner-new-sec .content-wrapper a.login-btn.browse-btn {
    padding: 14px 30px;
  }

  .banner-sec .content-wrapper .logos-text span.unique-logo-price {
    font-size: 17px;
  }

  .button_inx_pg {
    padding: 12px 20px;
    margin-bottom: 20px;
  }
}

.search_sec .work_data .filtter-button button.mobl-btn {
  display: none;
}

.search_sec .work_data .filtter-button button.mobl-btn i {
  color: #000 !important;
  font-size: 16px;
}

.popular-sec .similar_text h3 {
  margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
  .search_sec .work_data .filtter-button button.desktp-btn {
    display: none;
  }

  .search_sec .work_data .filtter-button button.mobl-btn {
    display: block !important;
  }
}

.search_sec .work_data .apply-filter button.mobl-btn {
  display: none;
}

@media only screen and (max-width: 767px) {
  .search_sec .work_data .apply-filter button.mobl-btn {
    display: block !important;
  }

  .next-button.new_pgntn .page_next.lgs_pgn .page-item .page-link.one.lgs_lnk {
    padding: 8px;
  }

  .next-button.new_pgntn .page_next.lgs_pgn .page-item input#page-number {
    padding: 7px 5px;
  }

  .page_next .page-item:last-child .page-link {
    padding: 8px 5px;
  }

  .next-button.new_pgntn .page-btn .arrow-bt {
    margin-left: 0;
  }

  .next-button.new_pgntn .arrow-bt a {
    font-size: 14px;
  }

  .next-button.new_pgntn .page-btn {
    margin-bottom: 15px;
  }

  .next-button.new_pgntn .arrow-bt a {
    padding: 6px 35px;
  }
}

@media (max-width: 575px) {
  .content-wrapper {
    gap: 10px;
  }

  .three-elements.three-elem-sec .row > div {
    margin-bottom: 20px;
  }

  .search_sec .logo_head > div {
    flex: 0 0 100%;
  }
  .outr_filtrhd .rgt_filtrhd .rgt_filtrul {
    width: 100%;
    padding-bottom: 0;
  }

  .search_sec .logo_head > div.new-specific-filters {
    flex: 0 0 45%;
  }

  .search_sec .logo_head {
    /* flex-direction: column; */
    justify-content: flex-start;
    align-items: center;
  }

  .search_sec .logo_head .new-specific-filters .fltr-box .selected {
    padding: 5px 10px;
  }

  .new-specific-filters {
    position: relative;
    width: 180px;
  }

  .total_data.num.total_price_box.subtotal-top-border {
    padding-top: 10px;
    margin-top: 10px;
  }

  /* .logo_head h1 {
    min-width: 170%;
  } */

  .search_sec .logo_head > div.new-specific-filters {
    /* margin-top: 60px; */
    width: 100%;
  }

  .slider-sec .slider-box {
    margin: 0px 15px;
  }

  .container.upld_file label[for="et_pb_contact_brand_file_request_0"] {
    height: 130px;
    top: 50%;
  }

  .container.upld_file label[for="et_pb_contact_brand_file_request_0"]:before {
    /*    top: 40%;*/
    transform: translateY(-120%);
    font-size: 12px;
  }

  .container.upld_file label[for="et_pb_contact_brand_file_request_0"]:after {
    font-size: 12px;
    bottom: 20%;
  }

  .popular-sec .similar-logos .similar_text .similar-text-subheading {
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
  }

  .mb-4,
  .my-4 {
    margin-bottom: 0.5rem !important;
  }

  .new-specific-filters .fltr-box .selected {
    padding: 2px 5px !important;
  }

  .search_sec .logo_head {
    justify-content: space-between;
  }

  .new-specific-filters {
    width: 180px;
    flex: 0 0 24% !important;
  }
}

/*02/09/2024*/
.btn {
  transition: none;
}

.popular-sec .row {
  justify-content: center;
}

.custom_check {
  cursor: pointer;
}

.search_content label {
  width: 100%;
  cursor: pointer;
}

.next-button.new_pgntn .page_next.lgs_pgn .page-item input#page-number {
  cursor: auto;
}

.new-specific-filters {
  width: 140px;
  flex: unset !important;
}

.faq-content .faq_categoryDiv.d-flex {
  gap: 15px;
}

.faq-content .cta-btn.category-button {
  background-color: #fff;
}

.faq-content .faq_categoryDiv .selected {
  background-color: black;
  color: white;
}

.faq-content .cta-btn.category-button {
  width: auto;
  border-radius: 130px;
  padding: 15px 40px;
  margin: 0;
  border: 1px solid #000000;
  font-weight: 600;
}

.faq-content .cta-btn.category-button:hover {
  background-color: #4cce5f;
  color: #fff;
  border: 1px solid #4cce5f;
}

.faq-content .faq_categoryDiv .selected {
  background-color: #4cce5f;
  color: #fff;
  border: 1px solid #4cce5f;
}

.faq-content .faq_categoryDiv.d-flex {
  flex-wrap: wrap;
  justify-content: center;
}

.faq-content .faq-head {
  max-width: 1200px !important;
}

.terms-sec .faq-content {
  padding: 80px 0;
}

@media screen and (max-width: 1199px) {
  .faq-content .cta-btn.category-button {
    padding: 10px 25px;
  }
}

@media screen and (max-width: 991px) {
  .faq-content .faq_categoryDiv.d-flex {
    gap: 13px;
  }
}

/*03/09/2024*/
.ticket-list .info-list .view-more-link {
  background-color: black;
  color: white;
  border-radius: 130px;
  padding: 15px 45px;
  border: 1px solid #000;
}

.ticket-list .info-list .view-more-link:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

.ticket-list .spr-view-div {
  padding-top: 20px;
}

section.three-elements.three-elem-sec {
  padding: 100px 0;
}

.section-for-faq {
  padding: 70px 0px;
  /* background-image: radial-gradient(rgba(255, 255, 255, 1),
      transparent 20%,
      rgba(0, 0, 0, 0.05)); */
}

.checkout_sec {
  z-index: 1;
}

.section-for-faq .support-page-ct {
  padding-top: 20px;
}

.mst-ly-cnt {
  column-count: 4;
}

.p-tickt-list .vital-info-content:first-child {
  padding-top: 20px;
}

.article-content-list li.content-list-items a {
  color: black;
}

@media screen and (max-width: 991px) {
  section.three-elements.three-elem-sec {
    padding-top: 60px;
  }

  .section-for-faq {
    padding-bottom: 60px;
  }

  .vital-info-content {
    padding-top: 50px;
  }

  .terms-sec .faq-content {
    padding-top: 50px;
  }
}

@media screen and (max-width: 575px) {
  section.three-elements.three-elem-sec {
    padding-top: 30px;
  }

  .section-for-faq {
    padding-bottom: 40px;
  }

  .vital-info-content {
    padding-top: 10px;
  }

  .ticket-list {
    margin-top: 15px;
  }

  .vital-info-content.tickt h3 {
    line-height: 1.3;
  }

  .terms-sec .faq-content {
    padding-top: 30px;
  }

  .mst-ly-cnt {
    column-count: 1;
  }
}

.slider-sec .logomax-content .btn a:hover {
  color: #fff;
  background-color: #4cce5f;
  border-color: #4cce5f;
}

.ticket-list .category-title {
  padding-bottom: 20px;
}

section.knowledgebase-main-section.p-110 .vital-info-content {
  padding: 26px 12px 12px 12px !important;
}

/*04-09-2024*/
.cus_dropdown-item {
  font-size: 14px;
}

/*========================5 sep*/

.popular-sec .row button.button_inx_pg {
  margin: 0;
  padding: 20px 45px;
  font-size: 14px;
}

.check_out_pnt {
  display: flex;
  gap: 10px;
}

.img-check-ot img {
  width: 100%;
  max-width: 37px;
}

.top-banner-knowledgebase.banner-sec .Search-bar i:hover {
  background-color: #fff;
  color: #000;
}

.popular-sec button.button_inx_pg {
  background-color: #fff;
  color: #000;
}

.popular-sec button.button_inx_pg:hover {
  background-color: #4cce5f;
  /*  border-color: #4cce5f !important;*/
  color: #fff;
}

.checkout_summary .templete_wrapper .add_account_wrapp {
  padding-bottom: 0;
}

/* date:06-09-2024 */
.p-tickt-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  gap: 50px;
  justify-content: center;
}

.p-tickt-list .vital-info-content {
  width: 40%;
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  height: 100%;
  padding: 20px !important;
  border-radius: 10px;
}

/* .ticket-list .cta-btn {
  margin-top: auto;
} */

.knw-bs-cnt {
  height: 100%;
  height: auto;
}

.ticket-list .cta-btn a {
  color: #000;
}

.ticket-list .cta-btn {
  margin-top: 10px;
}

.total_data .inner_div_save_logo {
  display: flex;
  align-items: center;
  gap: 7px;
}

.inner_div_save_logo span {
  font-size: 12px;
}

.inner_div_save_logo p {
  padding: 0;
}

.inner_div_save_logo .delete_backup_svg {
  /* padding-left: 40px; */
  height: 22px;
  max-width: 22px;
}

.table_data .save-logo-future-box {
  display: block;
}

/* .table_data .VATDataDiv {
  border-top: 1px solid rgba(227, 233, 237, 1);
  margin-top: 16px;
} */
.GSTContainerDiv {
  border-top: 1px solid #cad3db;
  margin-top: 16px;
}

.templete_wrapper .table_data .total_data.save-logo-future-box p {
  width: 30%;
}

@media screen and (max-width: 991px) {
  .templete_wrapper .table_data .total_data.save-logo-future-box p {
    width: 20%;
  }
}

@media screen and (max-width: 767px) {
  .templete_wrapper .table_data .total_data.save-logo-future-box p {
    width: 28%;
  }
}

@media screen and (max-width: 575px) {
  .total_data .inner_div_save_logo {
    flex-wrap: wrap;
    gap: 20px 0;
  }

  .templete_wrapper .table_data .total_data.save-logo-future-box p {
    width: 80%;
  }

  .total_data .inner_div_save_logo p {
    width: 50%;
  }

  .img-check-ot img {
    min-width: 37px;
  }

  .templete_wrapper .table_data .total_data.save-logo-future-box .p2_inner_div {
    width: fit-content;
  }

  /* .image-backup-cancel {
    padding-left: 20px;
  } */
}

.brand-text .card-header:before {
  transform: translate(0px, 0px);
}

@media screen and (max-width: 1599px) {
  .p-tickt-list .vital-info-content {
    width: 48%;
  }

  .p-tickt-list {
    gap: 50px 20px;
  }
}

@media screen and (max-width: 991px) {
  .templete_wrapper .table_data .total_data.save-logo-future-box p {
    width: 50% !important;
  }
}

@media screen and (max-width: 767px) {
}

.ticket-list .row {
  flex-direction: column;
  text-align: left;
  justify-content: left;
  height: 100%;
}

.ticket-list .row .btn {
  /* margin-top: auto; */
  text-align: left !important;
}

.image-backup-cancel img {
  height: 26px;
  width: 26px;
}

.templete_wrapper .table_data .total_data.save-logo-future-box p {
  /* width: 40%;
   */
  width: 100%;
}

p.p2_inner_div {
  padding-left: 45px;
}

.image-backup-cancel {
  display: flex;
  justify-content: end;
  padding-top: 13px;
  /* padding-right: 21px; */
}

p.p2_inner_div {
  text-align: right;
}

@media screen and (max-width: 575px) {
  .p-tickt-list .vital-info-content {
    width: 100%;
  }

  .p-tickt-list {
    gap: 20px 0px;
  }

  .ticket-list ul {
    margin: 0;
  }

  .ticket-list .cta-btn {
    margin-block: 0px !important;
  }

  p.p2_inner_div {
    width: 100%;
    padding: 0;
    text-align: left;
    /* gap: 10px; */
  }

  .total_data .inner_div_save_logo {
    gap: 10px 0;
  }

  .image-backup-cancel {
    padding: 0;
  }

  .image-backup-cancel {
    justify-content: right;
    padding-top: 13px;
  }
}

/*12-09-2024 */

.image-backup-cancel img {
  height: 12px;
  width: 12px;
}

.image-backup-cancel {
  cursor: pointer;
}

p.logo_bcup_text {
  width: 100%;
}

.p2_inner_div_new {
  width: 100%;
}

p.p2_inner_div {
  padding: 0;
  text-align: right;
}

.img-check-ot img {
  min-width: 37px;
}

@media screen and (max-width: 1599px) {
  .templete_wrapper .save_data,
  .templete_wrapper .save_data span {
    font-size: 12px !important;
    margin: 0;
  }

  .ArticlePageParentSection .article-data-wrap h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 1199px) {
  .ArticlePageParentSection .article-data-wrap h1 {
    font-size: 31px;
  }
}

@media screen and (max-width: 991px) {
  .ArticlePageParentSection .article-data-wrap h1 {
    font-size: 23px;
  }

  .p2_inner_div_new {
    display: flex;
    justify-content: end;
  }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 575px) {
  .templete_wrapper .save_data {
    padding-top: 6px;
  }

  .templete_wrapper .save_data span {
    text-align: left !important;
  }

  .img-check-ot img {
    max-width: 30px;
    min-width: 30px;
  }

  p.logo_bcup_text {
    width: 28% !important;
  }

  /* .total_data .inner_div_save_logo {
    justify-content: space-between;
  } */

  .p2_inner_div_new {
    width: 62%;
  }

  .total_data .inner_div_save_logo {
    flex-wrap: nowrap;
  }

  .templete_wrapper .table_data .total_data.save-logo-future-box .p2_inner_div {
    width: fit-content !important;
  }

  p.logo_bcup_text {
    font-size: 12px;
  }

  p.p2_inner_div,
  p.p2_inner_div span {
    font-size: 12px;
  }
}

/* 13-09-2024 login design */
.login_pack .h1_sm {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #656f79;
  font-weight: 400;
}

.login_pack_img-txt {
  display: flex;
  align-items: center;
  gap: 30px;
  /* justify-content: center; */
}

.login_pack_img img {
  max-width: 100%;
  width: 100px;
  border-radius: 100%;
  object-fit: cover;
}

.login_pck_txt {
  text-align: left;
}

.txt_left {
  text-align: left;
}

.login_pck_txt p {
  margin: 0 !important;
  font-size: 20px;
  color: #656f79;
  font-weight: 400;
}

.login_pack h1 {
  font-size: 38px;
  line-height: 1.2;
  margin-bottom: 30px;
}

.login_pck_p {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}
/* 
.login_pack {
  margin-bottom: 20px !important;
} */

.login_pack_btn .btn {
  border: 1px solid black;
  border-radius: 130px;
  padding: 8px 18px;
  font-size: 14px;
}

.login_pack_btn .btn:hover {
  background-color: #000;
  color: #fff !important;
}

.login_pack_btn .black_btn {
  background-color: #000;
  color: #fff !important;
}

.login_pack_btn .black_btn:hover {
  background-color: #fff;
  color: #000 !important;
}

.btns-div {
  justify-content: flex-end;
}

.otp_email_img {
  display: flex;
  justify-content: start;
  align-items: center;
}

.otp_mail h1 {
  line-height: 1.2;
  text-align: left;
  margin-bottom: 20px;
  font-size: 38px;
}

.form-control-label {
  text-align: left;
  padding-bottom: 15px;
}

.verification-btn-div {
  display: flex;
  /* justify-content: end;   */
}

.verification-btn-div .btn {
  background-color: #fff;
  color: #000;
  border: 1px solid black;
  border-radius: 130px;
  padding: 8px 45px;
}

.verification-btn-div .btn:active {
  background-color: #000;
  color: #fff;
}

.verification-btn-div .btn:focus-visible {
  outline: none;
}

.verification-btn-div .btn:hover {
  background-color: #000;
  color: #fff;
}

.otp_mail {
  padding: 30px 0;
}

.form-control-label span {
  font-weight: 500;
}

.cnnct_accnt_btn .btn {
  background-color: #000;
  color: #fff;
  padding: 10px 50px;
  border-radius: 130px;
  border: 1px solid black;
}

.cnnct_accnt_btn .btn:hover {
  background-color: #fff;
  color: #000;
}

.form-control-wrap input {
  height: 60px;
  padding: 20px;
  width: 65%;
}

.connect_accnt h1 {
  font-size: 38px;
  line-height: 1.2;
  text-align: left;
}

.connect_accnt {
  margin-bottom: 0 !important;
}

.cnnct_accnt_p {
  text-align: left;
}

.img_text_div_connected {
  display: flex !important;
  align-items: center;
  gap: 30px;
}

.accnt_cnnct_btn {
  margin-right: 57px;
}

.h1_50 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1 !important;
}

.font_18 {
  font-size: 18px !important;
  font-weight: 400 !important;
}

.license-btn a:hover {
  color: #000 !important;
  border-color: #000 !important;
}

@media screen and (max-width: 1599px) {
  .login-accnt {
    margin-bottom: 20px !important;
  }

  .login_frm_pack {
    padding: 80px 90px !important;
  }

  .connect_accnt {
    margin-bottom: 0 !important;
  }

  .accnt_cnnct_btn {
    margin-right: 82px;
  }
}

@media screen and (max-width: 1199px) {
  .otp_mail {
    padding: 25px 0;
  }

  .connect_accnt {
    margin-bottom: 0 !important;
  }

  .accnt_cnnct_btn {
    margin-right: 84px;
  }
}

@media screen and (max-width: 991px) {
  .login_frm_pack {
    padding: 50px 60px !important;
  }

  .login_pack h1 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 25px;
  }

  .login_pack .h1_sm {
    margin-bottom: 2px;
  }

  .login_pck_p {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .login_pck_txt p {
    font-size: 18px;
  }

  .login_pack .h1_sm {
    font-size: 14px;
  }

  .otp_mail h1 {
    line-height: 1.2;
    text-align: left;
    margin-bottom: 19px;
    font-size: 30px;
  }

  .form-control-wrap input {
    height: 50px;
    padding: 18px;
  }

  .otp_mail label {
    font-size: 16px;
  }

  .connect_accnt h1 {
    font-size: 32px;
  }

  .accnt_cnnct_btn {
    margin: 0;
  }

  .otp_email_img img {
    min-width: 80px;
  }

  .connect_accnt {
    margin-bottom: 0 !important;
  }

  .img_text_div_connected {
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .login_frm_pack {
    padding: 40px 50px !important;
  }

  .login_pack_img-txt {
    gap: 15px;
  }

  .btns-div {
    justify-content: center;
  }

  .login_pack_img img {
    width: 80px;
  }

  .login_pck_p {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .login-accnt {
    margin-bottom: 16px !important;
  }

  .otp_email_img img {
    width: 80px;
  }

  .form-control-label {
    padding-bottom: 10px;
  }

  .connect_accnt {
    margin-bottom: 0 !important;
  }

  .connect_accnt h1 {
    font-size: 22px;
  }

  .accnt_cnnct_btn {
    justify-content: end !important;
  }
}

@media screen and (max-width: 575px) {
  .login_frm_pack {
    padding: 20px !important;
  }

  .login_pack h1 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .login_pack_img-txt {
    gap: 10px;
  }

  .login_pack_img img {
    min-width: 50px;
  }

  .login_pck_p {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .login_pck_txt p {
    font-size: 14px;
  }

  .login_pack_btn a {
    width: 100% !important;
  }

  .login-accnt {
    margin-bottom: 20px !important;
  }

  .btns-div {
    justify-content: center;
    flex-direction: column;
  }

  .login_pack .h1_sm {
    word-break: break-word;
    text-align: left;
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 5px;
  }

  .otp_mail h1 {
    margin-bottom: 15px;
    font-size: 22px;
  }

  .otp_email_img img {
    width: 70px;
  }

  .otp_mail label {
    font-size: 14px;
  }

  .form-control-wrap input {
    height: 45px;
    padding: 18px;
    width: 100%;
    font-size: 14px;
  }

  .verification-btn-div .btn {
    width: 100%;
  }

  .verification-btn-div {
    padding-top: 5px;
  }

  .connect_accnt {
    margin-bottom: 0 !important;
  }

  .otp_email_img img {
    min-width: 50px;
  }

  .img_text_div_connected {
    gap: 15px;
  }

  .connect_accnt h1 {
    font-size: 20px;
  }

  .cnnct_accnt_btn a {
    width: 100%;
  }

  .cnnct_accnt_btn {
    padding-top: 30px;
  }

  .cnnct_accnt_btn .btn {
    padding: 8px 50px;
  }

  .cnnct_accnt_btn a {
    font-size: 14px;
  }

  /* 21aug2025 start  */
  .logo_type_div {
    font-size: 10px;
    padding: 2px 8px;
  }

  .show_logo .col-lg-4 {
    width: 50% !important;
    margin-bottom: 10px;
    padding: 0 5px;
  }
  .logo_img {
    border-radius: 14px;
  }
  .show_logo .logo_img {
    border-radius: 14px;
  }

  .HeadMainFooter {
    position: relative;
  }

  .HeadMainFooter::after {
    content: "\f107";
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    color: #fff;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    background-size: cover;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    transform: rotate(0deg);
  }

  .next-button {
    flex-direction: column;
    margin: auto;
    padding-bottom: 40px;
    max-width: 100%;
    width: 100%;
  }
  .ChildDivh6 {
    display: none;
  }
  .HeadMainFooter.OpenToggleData::after {
    transform: rotate(180deg);
  }

  .footer-logo {
    display: flex;
    align-items: center;
    gap: 14px;
  }

  .footer-logo a {
    width: 80%;
  }
  .footer-text p {
    font-size: 12px;
    padding: 0 !important;
  }

  .similar-logos .row > div {
    width: 50% !important;
    padding: 0 10px !important;
  }
  .SearchPageClass.custom-header .main-header {
    max-width: calc(60% - 0px) !important;
  }
  .SearchPageClass.custom-header .logo {
    justify-content: start !important;
  }

  /* 21aug end  */

  /* 22aug start  */

  .simi_logo .row > div {
    width: 32% !important;
    padding: 0 0px !important;
  }
  .simi_logo .row {
    width: 100%;
    margin: auto;
    justify-content: space-between;
  }
  .simi_logo .row div:last-child .logo_img.logo-img-simi img {
    max-width: 26px !important;
    width: 100% !important;
    padding-bottom: 15px;
  }
  .simi_logo .row div:last-child p {
    top: 60% !important;
    font-size: 14px;
  }
  .logo_dtl .vita-img .logo_type_div {
    padding: 4px 16px;
    font-size: 12px;
    top: 4%;
  }
  /* 22aug end  */
}
@media screen and (max-width: 425px) {
  .SearchPageClass.custom-header .main-header {
    max-width: calc(65% - 0px) !important;
  }
}

@media screen and (max-width: 375px) {
  .SearchPageClass.custom-header .main-header {
    max-width: calc(70% - 0px) !important;
  }
}

.connect_accnt h1 {
  margin: 0;
}

/* .popular-sec .similar-logos h2 {
  margin-bottom: 20px;
}
.popular-sec .similar_text .similar-text-subheading{
  margin-bottom: 40px;
}
button.button_inx_pg {
  margin-top: 20px !important;
} */

/* .popular-sec .similar_text .similar-text-subheading {
  margin: 23px 0;
  margin-bottom: 50px;
} */

.most_popu_div {
  padding-top: 0 !important;
}

p.p2_inner_div {
  font-size: 14px;
}

/* 16-09-2024 logomax homepage */

.p_0 {
  padding: 0;
}

.m_0 {
  margin: 0;
}

.m_top_btm {
  margin-top: 25px;
  margin-bottom: 50px;
}

.home-idx-pg h1 {
  line-height: normal;
  margin: 0;
  color: #18181f;
}

.logomax-content h2 {
  line-height: normal;
  margin: 0;
}

@media screen and (max-width: 1599px) {
  .m_top_btm {
    margin-top: 20px;
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 1199px) {
  .m_top_btm {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .m_top_btm {
    margin-top: 20px;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 575px) {
  .m_top_btm {
    margin: 20px 0;
  }
}

.next-button.new_pgntn
  .page_next.lgs_pgn
  .page-item
  .page-link.one.lgs_lnk.logo-pgt:hover {
  background-color: #f9f8f8;
  color: #000000;
}

.page-link:hover {
  background-color: #fff;
}

.vital-info-content.tickt.support-page-ct {
  height: auto;
}

.pb_0 {
  padding-bottom: 0;
}

.mt_110 {
  margin-top: 110px !important;
}

/* knowledge base css */
.info-list {
  display: flex;
  align-items: baseline;
  gap: 10px;
  max-width: 100%;
}

.info-list p {
  margin: 0;
}

/* .info-list img {
  padding-top: 5px;
} */

.article-container-div,
.category-container-div {
  border: 1px solid #e0dfe0;
  border-radius: 25px;
  padding: 40px 20px;
  width: 480px;
  background-color: #fff;
}

.article-info-text {
  line-height: 1.5px;
}

.knowledgeBaseArticles,
.knowledgeBaseCategory {
  padding-bottom: 15px;
}

.childDiv .category-title h3 {
  max-width: 100%;
  /* width: 300px; */
  /* padding-top: 20px; */
  /* padding-bottom: 15px; */
  margin: 0;
}

section.knowledgebase-main-section {
  /* margin-top: -5%; */
  position: relative;
}

.category-container-div {
  background-color: #f5f7f7;
}

.roe-container-div .side-content-div #home_search_keywords {
  text-align: left;
  margin: 10px 20px;
  padding: 10px;
  display: flex;
  height: 150px;
  overflow-y: auto;
  flex-direction: column;
  gap: 5px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 0px 0px 10px 10px;
}

.knowledgebase-main-section .childDiv .category-title {
  justify-content: space-between;
  margin-bottom: 15px;
}

@media screen and (max-width: 1199px) {
  .article-container-div,
  .category-container-div {
    width: 400px;
  }

  /* section.knowledgebase-main-section {
    margin-top: -6%;
  } */

  .article-container-div,
  .category-container-div {
    padding: 35px 28px;
  }
}

@media screen and (max-width: 991px) {
  .article-container-div,
  .category-container-div {
    width: 340px;
  }

  .article-container-div,
  .category-container-div {
    padding: 28px;
  }

  .knowledgeBaseArticles,
  .knowledgeBaseCategory {
    padding-bottom: 8px;
  }

  .info-list {
    gap: 6px;
  }

  /* section.knowledgebase-main-section {
    margin-top: -10%;
  } */

  .childDiv .category-title h3 {
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 767px) {
  .knowledgebase-main-section .row {
    justify-content: center;
  }

  .knowledgebase-main-section .container-div {
    flex-direction: column;
    gap: 10px 0;
    width: 100%;
  }

  /* section.knowledgebase-main-section {
    margin-top: -12%;
  } */

  .article-container-div,
  .category-container-div {
    padding: 22px;
    height: 100%;
    width: 100%;
  }
}

.ticket-list ul .btn a {
  color: #000;
}

@media screen and (max-width: 575px) {
  .article-container-div,
  .category-container-div {
    margin: 0 !important;
    width: 100%;
  }

  .knowledgebase-main-section .logo-wrap > div {
    width: 100%;
  }

  /* section.knowledgebase-main-section {
    margin-top: 40px;
  } */

  .article-container-div,
  .category-container-div {
    padding: 18px;
    height: 100%;
  }

  .knowledgebase-main-section .container-div {
    gap: 20px 0;
  }

  .article-container-div,
  .category-container-div {
    border-radius: 15px;
  }

  .accordion-wrap .title-wraper {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 25px;
  }

  .niks-nav-li img {
    height: 35px !important;
    min-width: 35px !important;
  }

  .notify-icons ul.navbar-nav li.profile .niks-nav-li {
    height: 35px;
    width: 35px;
  }

  .top-header .side-menu ul {
    gap: 10px;
  }

  .review-site-logo img {
    height: 100px;
  }
}

.white_btn {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

.banner_content .white_btn {
  border: none;
}

.white_btn:hover {
  background-color: #000;
  color: #fff;
}

section.hear-sec {
  background-image: radial-gradient(
    rgba(255, 255, 255, 1),
    transparent 20%,
    rgba(0, 0, 0, 0.05)
  );
}

.new-logo-wrap-kw .knowledge-category-div:hover {
  box-shadow: 0px 20px 56px 0px #00000012;
  border-radius: 20px;
}

.mt_0 {
  margin-top: 0 !important;
}

.page_main_heading {
  margin-bottom: 30px;
}

/* .knowledgebase-main-section h2 {
  padding-top: 100px;
} */

.msg_box_img {
  text-align: right;
}

.niks-nav-li * {
  border-radius: 100%;
}

.dropdown-main .user_detail .user_img img {
  height: 45px;
  width: 45px !important;
  border-radius: 100%;
  /* border: 1px solid #000; */
}

.niks-nav-li img {
  border-radius: 100%;
  height: 36px;
  min-width: 36px;
  object-fit: cover;
}

.review_form .form-group input {
  width: 100%;
  padding: 10px;
}

@media (max-width: 1599px) {
  .nav-item .custom-dropdown-menu {
    max-height: 100vh;
  }

  .header li.nav-item .menu-div > a.dropdown-item {
    font-size: 14px;
  }
}

@media (max-width: 1366px) {
  .nav-item .custom-dropdown-menu {
    padding: 10px 20px;
  }
}

/* design issues on 30/sep/24 */

@media (min-width: 1200px) {
  .custom-dropdown-menu .container-div > h3 {
    display: none;
  }

  header.header .nav-item .custom-dropdown-menu {
    padding: 30px 50px;
    visibility: hidden;
    opacity: 0;
    /* transition: 0.2s ease-in; */
    top: 100%;
    left: 0;
    right: 0;
    /* height: 0; */
  }

  header.header .nav-item:hover .custom-dropdown-menu {
    /* transition: 0.5s ease-in-out; */
    visibility: visible;
    opacity: 1;
    /* display: block !important; */
    /* top: 70px; */
    /* height: auto; */
  }

  /* .top-header.home-page-se {
    position: static;
  } */

  header.header .nav-item .custom-dropdown-menu .container-div {
    position: relative;
    /* transition: 0.2s ease-in; */
    opacity: 0.2;
    /* transition-delay: 0.2s; */
  }

  header.header .nav-item .custom-dropdown-menu.active-div .container-div {
    position: relative;
    opacity: 1;
  }

  header.header .nav-item .custom-dropdown-menu .container-div .menu-div {
    gap: 10px 0;
  }

  header.header
    .nav-item
    .custom-dropdown-menu
    .container-div
    .menu-div
    a.dropdown-item
    .text-image-wrap {
    padding: 8px 11px;
    border-radius: 10px;
    width: 100%;
    max-width: 370px;
  }

  header.header
    .nav-item
    .custom-dropdown-menu
    .container-div
    .menu-div
    a.dropdown-item:hover
    .text-image-wrap {
    background: #fff;
    box-shadow: 0px 20px 56px 0px #00000012;
  }

  header.header
    .nav-item
    .custom-dropdown-menu
    .container-div
    .menu-div
    a.dropdown-item
    .text-image-wrap
    span.icon-image {
    width: 22px;
    min-width: 22px;
  }

  header.header
    .nav-item
    .custom-dropdown-menu
    .container-div
    .menu-div
    a.dropdown-item:hover
    .text-image-wrap {
    color: #4cce5f;
  }

  header.header
    .nav-item
    .custom-dropdown-menu
    .container-div
    .menu-div
    a.dropdown-item
    .text-image-wrap {
    font-size: 16px;
    display: flex;
    align-items: center;
  }

  header.header .nav-item .custom-dropdown-menu .container-div .menu-div {
    gap: 0px 0;
  }
}

/*PDF feedback changes on 30/sep/2024*/

section.knowledgebase-main-section
  .knowledge-category-div
  .card
  img.card-img-top {
  background: #4cce5f;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 240px;
  min-height: 240px;
  width: 100%;
  padding: 30px 20px !important;
  /* transition: 0.4s ease; */
}

section.knowledgebase-main-section
  .knowledge-category-div
  .card:hover
  img.card-img-top {
  background: #000;
}

.knowledgebase-main-section.add-new-knowl
  .container-div
  .category-title
  .msg_box_img {
  text-align: -webkit-left;
}

.knowledgebase-main-section.add-new-knowl
  .container-div
  .body-div
  p.article-info-link {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #656f79;
}

.knowledgebase-main-section.add-new-knowl
  .container-div
  .body-div
  .info-list
  img {
  max-width: 18px;
  width: 100%;
}

.checkout_sec
  form#progress-form
  .custom_step_form
  .step_form
  .already_account_div {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  gap: 5px;
}

.checkout_sec
  form#progress-form
  .custom_step_form
  .step_form
  .already_account_div
  a {
  color: #4cce5f;
  font-weight: 600;
}

header.header.main-header.unique-hearder-content nav.navbar.main-navbar {
  align-items: center;
}

header.header.main-header.unique-hearder-content
  nav.navbar.main-navbar
  .Search-bar {
  height: unset;
}

footer {
  margin-top: -1px;
}

.slider-sec .slick-wrapper .slick-list.draggable {
  padding: 10px 0;
}

.banner-sec .Search-bar button#button-addon6 i {
  background: #4cce5f;
}

footer
  .site-footer-wrapper
  .site-footer
  .checkout_div_injection
  .checkout_terms_privacy
  ul {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 30px;
  margin-bottom: 0;
}

footer
  .site-footer-wrapper
  .site-footer
  .checkout_div_injection
  .checkout_terms_privacy
  ul
  li
  a {
  color: #fff;
}

footer
  .site-footer-wrapper
  .site-footer
  .checkout_div_injection
  .checkout_terms_privacy
  ul
  li
  a:hover {
  /* transition: 0.3s ease; */
  color: #4cce5f;
}

.my-fav tr:hover,
.supot_pg .suport_data:hover,
.mnth-plan:hover {
  background-image: radial-gradient(
    rgba(255, 255, 255, 1),
    transparent 20%,
    rgba(0, 0, 0, 0.05)
  );
}

header .Select-text .search input {
  border-radius: 170px;
}

header .Search-bar button i {
  background: #4cce5f;
  border-radius: 170px;
  color: #fff;
  padding: 13px 26px;
  font-size: 15px;
}

/* header .banner-content .Search-bar button {
   right: 3px !important;
} */

header .Search-bar button i:hover {
  background: #000;
}

.knowledgebase-main-section.add-new-knowl
  .container-div
  .category-title
  .msg_box_img {
  max-width: 40px;
  margin-top: -10px;
}

/* 3oct */
/* 3 feb 2024  css*/
header.header.custom-header .top-header {
  padding: 0px 0px;
}

.top-header ul li a,
.top-header a.nav-link {
  border-radius: 5px;
  cursor: pointer;
  padding: 6px 15px !important;
}

.top-header ul a.active {
  background-color: #fff;
}

.top-header ul a.active,
.top-header ul a.active i {
  color: #000;
}

.top-header ul li {
  padding: 0 !important;
}

.top-header ul a.active {
  font-size: 14px;
}

.navbar-nav .nav-link i {
  font-size: 14px !important;
}

.menu-div .menu-div-container a {
  padding: 0 !important;
}

.top-header li a.active .cus-drop i {
  transform: rotateX(180deg);
}

header.header
  .nav-item
  .custom-dropdown-menu
  .container-div
  .menu-div
  a.dropdown-item
  .text-image-wrap {
  display: flex;
  align-items: center;
}

.banner-sec .Search-bar button#button-addon6 i:hover {
  background: #000;
}

.ticket-list .cta-btn a:hover {
  color: #4cce5f;
}

/* footer .site-footer-wrapper .site-footer .checkout_div_injection .checkout_terms_privacy ul li a::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
  left: 0;
  right: 0;
  bottom: 4px;
} */

footer
  .site-footer-wrapper
  .site-footer
  .checkout_div_injection
  .checkout_terms_privacy
  ul
  li
  a {
  display: inline-block;
  position: relative;
  padding: 10px 0px;
}

footer
  .site-footer-wrapper
  .site-footer
  .checkout_div_injection
  .checkout_terms_privacy
  ul
  li
  a:hover::after {
  width: 100%;
}

/* 4oct */
header.header {
  padding: 14px 0px 0px;
}

.top-header.home-page-se .container-fluid {
  padding: 0;
}

.top-header.home-page-se .container-fluid nav {
  padding: 0px 15px 0px;
  position: relative;
}

.three-elements.three-elem-sec .card {
  border: 0;
  padding: 20px;
}

.three-elements.three-elem-sec .card img {
  background: #4cce5f;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 240px;
  min-height: 240px;
  width: 100%;
  max-width: 100%;
  padding: 30px 20px !important;
  transition: 0.4s ease;
  position: relative;
  border-radius: 25px;
}

.three-elements .card-body {
  text-align: left;
}

.three-elements .card:hover * {
  color: inherit;
}

.three-elements .card:hover {
  box-shadow: 0px 20px 56px 0px #00000012 !important;
  border-radius: 20px;
}

.three-elements.three-elem-sec .card:hover img {
  background: #000;
}

.knowledgebase-main-section .logo-wrap .container-div .article-container-div {
  width: 65%;
  margin: 0 !important;
}

.knowledgebase-main-section .logo-wrap .container-div .category-container-div {
  width: 35%;
  margin: 0 !important;
}

.knowledgebase-main-section .category-title {
  display: flex;
  align-items: self-start;
  flex-direction: row-reverse;
  margin-bottom: 0px;
  justify-content: space-between;
}

.knowledgebase-main-section .container-div {
  gap: 30px;
  width: 100%;
  max-width: 1180px;
  margin-top: 40px;
}

.knowledgebase-main-section.add-new-knowl .container-div .body-div {
  padding-top: 0;
}

/* 23dec2024////////////////////////////////////////////////////////////////////////////////// */

footer .site-footer .cus_dropdown_menu {
  height: auto;
}

/* 25dec2024/////////////////////////////////////////////////////////////////////////////////// */

.terms-sec .terms-condition .terms-text h6 {
  color: #18181f;
}

/* 27dec2024//////////////////////////////////////////////////////////////////////////////////////////// */

.slider-sec .slick-wrapper .review-head .img-box-head img {
  border-radius: 50px;
  width: 50px !important;
  height: 50px !important;
  object-fit: contain;
}

.slider-sec .slick-wrapper .review-head .img-box-head {
  background-color: #000 !important;
  width: 50px;
  height: 50px;
}

/*11feb2025 ///////////////////////////////////////////////////////*/

.knowledgebase-main-section .ticket-list {
  /* height: 100%; */
  margin-top: 0;
  padding: 20px 0;
  padding-bottom: 0;
}

/* 30may2025 start   */
.swal_custom_class button.swal2-cancel.swal2-styled {
  padding: 10px 38px;
  border-radius: 50px;
  background-color: #000 !important;
}

.swal_custom_class button.swal2-cancel.swal2-styled:hover {
  background-color: #28a745 !important;
}

.swal_custom_class button.swal2-confirm.swal2-styled {
  padding: 10px 38px;
  border-radius: 50px;
  background-color: #28a745 !important;
  border-color: #28a745 !important;
  transition: none !important;
}

.swal_custom_class button.swal2-confirm.swal2-styled:hover {
  background-color: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
}

/* 30may2025 end   */

@media screen and (max-width: 1399px) {
  .nav-item .custom-dropdown-menu {
    padding: 30px 30px;
    width: 100%;
    left: 0;
    right: 0;
  }

  .tbl_lisnce_wrp .lisnce_tbl {
    font-size: 15px;
  }
}

@media screen and (max-width: 991px) {
  .knowledgebase-main-section.add-new-knowl
    .container-div
    .body-div
    p.article-info-link {
    font-size: 15px;
    line-height: 1.5;
  }

  .menu-div .menu-div-container {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .knowledgebase-main-section .logo-wrap .container-div .article-container-div,
  .knowledgebase-main-section
    .logo-wrap
    .container-div
    .category-container-div {
    width: 100%;
  }

  .top-header.home-page-se .container-fluid nav {
    position: static;
  }

  .header li.nav-item a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .top-header li.nav-item.dropdown {
    padding: 0px 15px 0px !important;
  }

  .nav-item .custom-dropdown-menu {
    background-color: #fff;
    border-radius: 0px;
    /* margin-top: 3px; */
  }

  .nav-item .custom-dropdown-menu {
    padding: 20px 15px;
  }

  header.header
    .nav-item
    .custom-dropdown-menu
    .container-div
    .menu-div
    a.dropdown-item
    .text-image-wrap {
    font-size: 14px;
    line-height: 1.2;
  }

  .header li.nav-item a span.icon-image {
    width: 30px;
    min-width: 30px;
  }

  .roe-container-div .menu-div {
    gap: 15px;
  }
}

/* 7oct */
span.article-info-text:hover {
  color: #4cce5f;
}

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

.similar-logos .row div:last-child .logo_img.logo-img-simi img {
  max-width: 60px;
}

.similar-logos .row div:last-child p {
  position: absolute;
  top: 66%;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  /* text-transform: capitalize; */
  z-index: -1;
}

/* .similar-logos .row div:last-child p:hover {
  color: #4CCE5F;
} */

.card-sec .card-body img {
  height: 90px;
  width: 90px;
}

.top-header .nav-item:has(.custom-dropdown-menu.active-div) .nav-link {
  color: #000;
  background-color: #fff;
}

.top-header .nav-item:has(.custom-dropdown-menu.active-div) .nav-link i {
  color: #000;
}

.new-specific-filters {
  width: 205px;
}

.top-header .nav-item:has(.custom-dropdown-menu.active-div) .nav-link i {
  transform: rotate(180deg);
}

.top-header a.nav-link:hover {
  background-color: #5e5e5e;
}

.side-content-div .banner-content .Search-bar button {
  border: 0;
  background: transparent;
}

.side-content-div .banner-sec button#button-addon6 {
  position: unset;
  top: 0;
  right: 0;
  transition: none;
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
}

.side-content-div .banner-sec .Select-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.side-content-div .trending-btn ul {
  gap: 5px;
}

.side-content-div .trending-wrapper a {
  padding: 8px 5px !important;
}

.side-content-div .trending-btn ul li {
  color: #000;
}

.side-content-div .trending-btn ul li a {
  border-radius: 40px;
  font-size: 12px;
  background-color: #00000014;
  padding: 5px 17px !important;
  color: #000;
}

.side-content-div .Search-bar button {
  right: 10px !important;
  top: 5px;
}

.side-content-div .trending-btn ul {
  justify-content: left;
}

header.header .nav-item .custom-dropdown-menu .container-div .menu-div {
  padding-right: 50px;
}

.side-content-div .trending-btn ul li a:hover {
  color: #4cce5f;
  background-color: #000;
  color: #fff;
}

.knowledgebase-main-section .category-title {
  /* padding: 0 0 0 12px; */
  justify-content: left;
}

/*.custom_step_form input {
  accent-color: #4cce5f;
}*/

/* 9oct */
.side-content-div .banner-content input.form-control {
  padding: 12px 15px;
}

.grey_bg {
  background-image: radial-gradient(
    rgba(255, 255, 255, 1),
    transparent 20%,
    rgba(0, 0, 0, 0.05)
  ) !important;
}

/* 2aprl2025 start  */
.ScrollHidden {
  overflow: hidden;
}

/* 2aprl2025 end  */

/* 4aprl2025 start  */

.banner-sec.banner-new-sec.top-banner-knowledgebase.support-banner.a_p.p_100.AboutUsPage {
  padding: 150px 0;
}

.banner_sec .JoinButtonContainer a:hover {
  background-color: #4cce5f;
}

.faq-view-more .button_spr_page.green_button {
  background-color: #58d06c;
  border-color: #58d06c;
  color: #fff;
}

.faq-view-more .button_spr_page.green_button:hover {
  background-color: #000;
  border-color: #000;
}

.knowledgebase-main-section .ticket-list .CatContainerDiv {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.knw-bs-cnt:hover {
  transition: 0.2s ease !important;
  border-radius: 6px;
  background-color: #28a74536;
  cursor: pointer;
}

.knw-bs-cnt:hover .article-info-text {
  color: #4cce5f !important;
}

.UpdatedNewSection .about_btn a {
  background-color: #4cce5f;
  border-color: #4cce5f;
  color: #fff !important;
}

.UpdatedNewSection .about_btn a:hover {
  background-color: #000;
  border-color: #000;
}

.alt_dt_pg .cat-div li img {
  filter: invert(63%) sepia(99%) saturate(311%) hue-rotate(76deg)
    brightness(91%) contrast(88%);
}

.alt_dt_pg .popular-category-div .head-info {
  padding: 0 0 0 10px;
}

.article-container-div .info-list {
  display: flex;
  align-items: center !important;
  flex-direction: row-reverse !important;
  justify-content: space-between !important;
}

.article-container-div .childDiv .knowledgeBaseArticles {
  padding-bottom: 0;
}

.NewKBClass .article-container-div .body-div.pt-0 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.NewKBClass .article-container-div .body-div.pt-0 .knowledgeBaseArticles {
  padding: 10px;
  border-radius: 6px;
  transition: 0.2s ease;
}

.NewKBClass .article-container-div .body-div.pt-0 .knowledgeBaseArticles:hover {
  background-color: #4cce5f57;
}

.NewKBClass
  .article-container-div
  .body-div.pt-0
  .knowledgeBaseArticles:hover
  .article-info-text {
  color: #28a745 !important;
}

.knowledgebase-main-section.add-new-knowl
  .container-div
  .body-div
  .info-list
  img {
  filter: invert(63%) sepia(99%) saturate(311%) hue-rotate(76deg)
    brightness(91%) contrast(88%);
}

/* 4aprl2025 end  */

@media screen and (max-width: 1599px) {
  .side-content-div .Search-bar button {
    top: 5px;
  }
}

@media screen and (max-width: 1199px) {
  .header li.nav-item .menu-div a.dropdown-item {
    font-size: 14px;
    line-height: 1.2;
  }

  .header li.nav-item a span.icon-image {
    width: 30px;
    min-width: 30px;
  }

  footer
    .site-footer-wrapper
    .site-footer
    .checkout_div_injection
    .checkout_terms_privacy
    ul
    li
    a {
    font-size: 12px;
  }

  .site-footer-wrapper .cus_dropdown {
    margin-left: 10px;
  }

  footer
    .site-footer-wrapper
    .site-footer
    .checkout_div_injection
    .checkout_terms_privacy
    ul {
    gap: 10px;
  }

  .site-footer-wrapper .cus_dropdown.price_cust {
    margin-left: 20px;
  }

  header.header .nav-item .custom-dropdown-menu .container-div .menu-div {
    padding-right: 20px;
  }
}

@media screen and (max-width: 991px) {
  .menu-div .menu-div-container {
    width: 50%;
  }

  .site-footer button.btn.btn-secondary.dropdown-toggle {
    font-size: 14px;
    line-height: 1.2;
  }

  .roe-container-div .menu-div {
    gap: 15px 0px;
  }

  .accordion-wrap .title-wraper {
    font-size: 25px;
  }

  .banner-sec.banner-new-sec.top-banner-knowledgebase.support-banner
    .banner-content
    p {
    font-size: 14px;
  }

  .review-comment-us {
    gap: 30px;
  }

  .rate-nd-per {
    max-width: 40% !important;
  }
}

@media screen and (max-width: 767px) {
  header.header.custom-header .top-header {
    position: static;
  }

  .top-header .nav-item:has(.custom-dropdown-menu.active-div) .nav-link {
    color: #fff;
    background-color: transparent;
  }

  .top-header .nav-item:has(.custom-dropdown-menu.active-div) .nav-link i {
    color: #fff;
  }

  .header li.nav-item a {
    padding: 0 !important;
    padding-top: 2px !important;
  }

  .menu-div .menu-div-container {
    width: 100%;
  }

  .custom-dropdown-menu .roe-container-div {
    flex-direction: column-reverse;
  }

  .roe-container-div .menu-div {
    width: 100%;
    gap: 0;
  }

  .roe-container-div .side-content-div {
    width: 100%;
  }

  .roe-container-div .side-content-div img.img {
    width: 100%;
    max-width: 300px;
  }

  .custom-header .main-header button#button-addon5 {
    right: 8px !important;
    transform: translateY(-51%) !important;
  }

  header .Search-bar button i {
    padding: 8px 15px;
    font-size: 16px;
  }

  .header li.nav-item .dash-icon a {
    padding: 10px !important;
  }

  header.header.custom-header .top-header {
    padding: 0;
  }

  .custom-header .main-header {
    padding: 0px 0px !important;
  }

  .notify-icons ul.navbar-nav li {
    padding: 0;
  }

  .custom-header .main-header {
    z-index: auto;
  }

  footer
    .site-footer-wrapper
    .site-footer
    .checkout_div_injection
    .checkout_terms_privacy
    ul
    li
    a {
    padding: 0;
  }

  header.header .nav-item .custom-dropdown-menu .container-div .menu-div {
    padding-right: 15px;
  }

  .navbar .banner-content,
  .trending-wrapper,
  .Select-text {
    max-width: 100% !important;
    width: 100%;
  }

  .top-header a.nav-link:hover {
    background-color: transparent;
  }

  .side-content-div .Search-bar button {
    top: 3px;
    right: 0 !important;
  }

  header .side-content-div .banner-content .Search-bar button {
    right: 3px !important;
  }

  .roe-container-div .side-content-div {
    display: none;
  }

  .top-header .side-menu {
    padding: 20px 15px !important;
  }

  .nav-item .custom-dropdown-menu::-webkit-scrollbar {
    width: 5px;
  }

  .nav-item .custom-dropdown-menu::-webkit-scrollbar-thumb {
    background: var(--green);
  }

  .nav-item .custom-dropdown-menu::-webkit-scrollbar-track {
    background: #282c3530;
  }

  .top-header .nav-item:has(.custom-dropdown-menu.active-div) .nav-link i {
    transform: inherit;
  }

  .top-header .nav-link.toggle_show .cus-drop i {
    transform: rotate(180deg) !important;
  }

  .cus-drop i.rotate {
    transform: rotate(180deg);
    /* Adjust rotation as needed */
    transition: transform 0.3s ease;
    /* Smooth transition for the rotation */
  }

  header.header .top-header li.nav-item.dropdown .custom-dropdown-menu {
    padding: 0px;
    height: 0px;
    overflow: hidden;
  }

  header.header
    .top-header
    li.nav-item.dropdown
    .custom-dropdown-menu.active-div {
    padding: 0px;
    height: 300px;
    overflow-y: auto;
    transition: 0s ease-in-out !important;
  }

  header.header
    .top-header
    li.nav-item.dropdown
    .custom-dropdown-menu.active-div
    a {
    padding: 10px !important;
    padding-top: 10px !important;
  }

  .accordion-wrap .title-wraper {
    font-size: 23px;
    margin-bottom: 15px;
    margin-top: 30px;
  }

  .review-comment-us {
    gap: 0;
    flex-direction: column;
  }

  .rate-nd-per {
    max-width: 100% !important;
    padding-top: 10px;
  }
}

/* 15-10-2024 */
.category-container-div .article-info-text {
  font-weight: 600;
}

.pl_0 {
  padding-left: 0 !important;
}

.btn-secondary:hover {
  color: #4cce5f;
}

.mission_data {
  padding-top: 20px;
}

.video_sec.p-110 {
  padding-top: 30px;
}

.counter_wrapp {
  background-color: #80808024;
  padding: 30px 0;
  border-radius: 10px;
  border: 1px solid #e4e4e4;
}

.sign-up_sec h2 {
  text-align: left;
}

/*23jan2025///////////////////////////////////////////////////*/
.ticket_main_info .form-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.banner_content .font_18 {
  font-weight: 600 !important;
}

.popular-sec .button_inx_pg {
  margin-bottom: 0;
}

.banner_content h6 {
  font-size: 16px;
}

.billing_wrapper label {
  margin-top: 10px;
  margin-bottom: 3px;
}

.reviewModalUsersReviwePage .modal-content .ratings-main-div {
  margin-top: 8px;
}

.contact-head .share-icon {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.contact-head .share-icon .about-pg-icon {
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  cursor: pointer;
}

.contact-head .share-icon .about-pg-icon:hover {
  background-color: #000;
}

.contact-head .share-icon .about-pg-icon:hover img {
  filter: invert(1);
}

.mission_text.right h2 {
  text-align: left;
  margin-bottom: 10px;
}

.article-banner.banner-sec.p_100 {
  padding: 100px 0 !important;
}

.ArticlePageParentSection.p-110 {
  padding-top: 56px;
}

.logomax-content .btn-primary:not(:disabled):not(.disabled):active {
  background-color: transparent;
}

.show-more-btn:hover {
  color: #4cce5f;
}

@media screen and (max-width: 1599px) {
  .row.contact-wrappers {
    padding-top: 50px;
  }

  header .Search-bar button i {
    padding: 9px 22px;
    font-size: 14px;
  }

  header .banner-content .Search-bar button {
    right: 8px !important;
  }

  .mid-line {
    width: 80%;
  }

  .mid-line,
  .ryt-side {
    margin-top: 10px;
  }

  .rating-with-perct {
    flex-wrap: wrap;
  }

  .review-wraper-parent .al-rw-rating {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .rate-nd-per {
    max-width: 30%;
  }
}

@media screen and (max-width: 1599px) {
  /* header .Search-bar button i {
    padding: 8px 15px ;
    font-size: 13px ;
  } */

  .review-heading .review-site-text h1 {
    line-height: 1.2;
  }

  .al-rw-txt span.rw-ad-txt {
    height: 50px;
    width: 50px;
  }

  .review-wraper-parent .headingWraper h2 {
    margin-bottom: 15px;
  }

  .headingWraper .ReviewBoxtext {
    /* margin: 15px 0; */
    margin-bottom: 15px;
  }
}

/*24-cot-sk*/

header.header.custom-header
  .main-header
  .header-btn.in-desktop.hidecheckout
  .notify-icons
  li.nav-item.align-content-center.notification
  .dropdown-menu.dropdown-menu-right.user-dash-n {
  border-radius: 15px !important;
}

header.header.custom-header
  .main-header
  .header-btn.in-desktop.hidecheckout
  .notify-icons
  .dropdown-menu.dropdown-menu-right.user-dash-n
  .notify
  .dropdown-head {
  border-radius: 15px 15px 0 0 !important;
  background: #e3f8e6;
}

header.header.custom-header
  .main-header
  .header-btn.in-desktop.hidecheckout
  .notify-icons
  li.nav-item.align-content-center.notification
  .dropdown-menu.dropdown-menu-right.user-dash-n
  .dropdown-foot.center {
  padding: 10px !important;
  border-bottom: 0 !important;
}

header.header.custom-header
  .main-header
  .header-btn.in-desktop.hidecheckout
  .notify-icons
  .dropdown-menu.dropdown-menu-right.user-dash-n
  .notify
  .dropdown-head
  * {
  color: #000;
}

/* section.banner-sec.banner-new-sec.top-banner-knowledgebase.support-banner {
  padding: 100px 0 !important;
} */

.nk-block-head-content {
  margin-bottom: 30px;
}

.new-sec.user-dashboard-section-new.UserDashboardSection table {
  border-spacing: 0;
}

.nk-block-head-content h1 {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 600;
}

.nk-block-head-content .nk-block-des p {
  font-size: 16px;
  margin: 0;
  line-height: 1.5;
  font-weight: 400;
}

.modal-open
  .reviewModalUsersReviwePage
  .form-group
  button.btn.cta.submitbutton {
  border: 1px solid #4cce5f !important;
  padding: 12px 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
  color: #fff;
  text-decoration: none;
  background: #000000;
  border-radius: 130px;
  border-color: #4cce5f;
  background-color: #4cce5f;
  color: #fff;
  margin-top: 20px;
}

.modal-open
  .reviewModalUsersReviwePage
  .form-group
  button.btn.cta.submitbutton:hover {
  background-color: #000000;
  color: #fff;
  border-color: #000000 !important;
}

.ticket_sec .ticket_contnt .ticket_hd h1 {
  line-height: 1.4;
}

.ticket_sec .ticket_contnt .ticket_hd {
  margin-bottom: 20px;
}

header.header.main-header
  .notify-icons
  ul.navbar-nav
  li.nav-item.profile
  .dropdown-main
  .user_detail {
  border-radius: 10px 10px 0 0;
}

header.header.main-header
  .notify-icons
  ul.navbar-nav
  li.nav-item.profile
  .dropdown-menu.dropdown-menu-right {
  border-radius: 10px;
}

.account-detail .acc-box .acc-text h2.Dash-user-h2Heading {
  text-align: left;
}

.checkout_sec
  form#progress-form
  .custom_step_form
  .step_form
  .already_account_div
  a {
  /* font-weight: bold; */
  font-size: 16px;
  font-weight: normal !important;
}

.checkout_sec
  form#progress-form
  .custom_step_form
  .step_form
  .already_account_div
  a:hover {
  color: #000;
}

.checkout_sec
  .custom_step_form
  .step_form
  .step_form_content
  .already_account_div
  p {
  margin-bottom: 0;
}

.checkout_sec
  form#progress-form
  .custom_step_form
  .step_form
  .already_account_div {
  align-items: center;
  margin-bottom: 20px;
}

.dropdown-menu.dropdown-menu-right.user-dash-n .notify .dropdown-head {
  font-weight: 600;
}

footer .site-footer-wrapper .site-footer {
  padding-bottom: 15px;
}

footer .site-footer-wrapper .site-footer .checkout_terms_privacy ul li a {
  padding: 0;
}

.new-sec.user-dashboard-section-new.UserDashboardSection
  .right-text
  .imagePopup {
  max-width: 500px !important;
  height: auto;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
}

.reviewModalUsersReviwePage .fullstar {
  color: #fbbc04;
}

.reviewModalUsersReviwePage .rating-group label {
  position: relative;
  width: 20px;
  height: 20px;
}

.reviewModalUsersReviwePage
  .rating-group
  label
  span.rating__icon.blankstar:after {
  content: "\f154";
  font-family: "dashicons";
  margin: 0;
  font-size: 24px;
  position: absolute;
  top: 3px;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fbbc04;
}

.reviewModalUsersReviwePage .review-site-text .str_rate {
  gap: 5px;
}

/*login and register page header css*/

/* header.header.custom-header.loginHeaderNew.loginRegisterHeaderStop.custom-header-2 {
  position: relative;
} */

/*login and register page header css end here*/

.log-in button.g-recaptcha.cta.btn {
  background: #4cce5f;
  border-color: #4cce5f;
}

.log-in button.g-recaptcha.cta.btn:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

.registerPageSection

/*.log-in a.fb-btn.login-gg.fb-btn {
    background: #4CCE5F;
}*/
.log-in .small-p a {
  color: #4cce5f;
}

.log-in .small-p a:hover {
  color: #000;
}

.reviews-wraper-box .review-box .al-rw-rating .star_Av.review-site-text {
  margin: 10px 0;
}

.log-in .login-form .btm-buttn button {
  border-radius: 100px;
}

/*4 nov css*/

.header .main-header {
  padding: 0px 15px;
}

.log-in .login-alert .small-p a {
  color: #000;
}

.hear-sec .bottom-texts h2 {
  margin-bottom: 20px;
}

.hear-sec .bottom-texts .btn.cta2 {
  margin-top: 25px;
}

.knowledgebase-main-section h5.card-title {
  color: #18181f;
  font-size: 17px;
  line-height: 1.4;
}

.knowledgebase-main-section
  .knowledgebase-chatsupport-div
  ul
  li.content-list-items {
  margin-bottom: 5px;
  font-size: 16px;
  color: #656f79;
}

.knowledgebase-main-section
  .knowledgebase-chatsupport-div
  ul
  li.content-list-items
  a {
  color: #000;
  font-weight: 600;
}

.knowledgebase-main-section
  .knowledgebase-chatsupport-div
  ul
  li.content-list-items
  a:hover {
  color: #4cce5f;
}

.knowledgebase-main-section.article-detail-kw
  .article-data-wrap
  .knowledgebase-chatsupport-div
  ol
  li {
  margin-bottom: 8px;
  font-size: 16px;
}

.knowledgebase-main-section.article-detail-kw
  .article-data-wrap
  .knowledgebase-chatsupport-div
  ul
  li {
  margin-bottom: 8px;
  font-size: 16px;
  text-align: left;
}

#progress-form__panel-1 .custom_step_form input {
  position: relative;
  z-index: 9;
  border-color: #e3e9ed !important;
}

button.continue_btn.scroll-btn.add_billing_address.payments-buttons-yellow:hover {
  background: #000 !important;
  color: #fff !important;
  border-color: #000;
}

.log-in .mail-info .small-p a {
  color: #4cce5f;
}

.log-in .mail-info .small-p a:hover {
  color: #000;
}

.notify-icons ul.navbar-nav li .BlackBackground {
  display: inline-flex;
  width: 100%;
  height: 100%;
  background: #000;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

/* .notify-icons ul.navbar-nav li.profile .niks-nav-li {
  height: 45px;
  width: 45px;
  
} */
.GreenBtnHoverBlack:hover {
  background: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}

.top-footer .FooterSocialMediaIcons.share-icon {
  display: flex;
  align-items: center;
  gap: 20px;
}

.top-footer .FooterSocialMediaIcons.share-icon img {
  filter: invert(1);
  /*  filter: invert(70%) sepia(71%) saturate(460%) hue-rotate(71deg) brightness(91%) contrast(80%);*/
}

.top-footer .FooterSocialMediaIcons.share-icon a:hover img {
  filter: invert(1);
  /*filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(324deg) brightness(96%) contrast(104%);*/
}

.side-content-div .banner-content .Search-bar button {
  top: 7px !important;
  /*    right: 8px !important;*/
}

.logos-text h5 {
  font-size: 18px;
  font-weight: 600 !important;
}

.explore-button-container .button_inx_pg {
  padding: 15px 35px;
}

.accordion-wrap.faq-div .title-wraper:first-child {
  margin-top: 50px;
}

.sectionReviewContainer {
  background-image: radial-gradient(
    rgba(255, 255, 255, 1),
    transparent 20%,
    rgba(0, 0, 0, 0.05)
  );
}

.sectionReviewContainer .review-comment-us {
  padding-top: 50px;
}

.reviewModalUsersReviwePage .modal-body .niks-nav-li img {
  border-radius: 100%;
  height: 50px;
  min-width: 50px;
  object-fit: cover;
}

.form-group input:focus-visible {
  outline: none;
}

.ratings-main-div .rating-group {
  display: flex;
  align-items: center;
  gap: 1px;
}

.explore-button-container .button_inx_pg {
  font-size: 14px !important;
}

.knowledgebase-chatsupport-div h4 {
  line-height: 1.2;
}

.lisnce_tbl .check-icon img {
  height: 15px;
  width: 15px;
}

.pro_navigation .page-item:not(.active) .page-link:hover {
  background-color: #18181f;
  border-color: #18181f !important;
  color: #fff;
}

.p_HomePageFooter {
  max-width: 240px;
  padding-top: 18px !important;
}

.header.Logged_Out_Header #navbarSupportedContent {
  margin-bottom: 0px;
}

.header.Logged_Out_Header .top-header {
  padding-bottom: 0 !important;
}

.knowledgebase-main-section
  .info-list.active
  .article-info-link
  .article-info-text {
  font-weight: bold;
  color: #000;
}

.fltr-box .options ul li:last-child:hover {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.fltr-box .options ul li:first-child:hover {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.rview_main_div {
  flex-direction: column;
}

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

.rview_main_div .al-rw-rating .star_Av.review-site-text {
  margin: 0 !important;
}

.rview_main_div .img_side_text {
  font-weight: 600;
}

.rview_main_div .img_side_text .mp {
  font-weight: 400 !important;
  padding-top: 3px;
}

.review_image_div_wrapper h4 {
  margin: 0;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 500 !important;
}

.rview_main_div .review-original-link {
  width: 100px;
}

.rview_main_div .review-translate-link {
  width: 120px;
}

header.header.custom-header.newlogn-user div#top-headerhidecheckout .navbar {
  padding-left: 0px;
}

/* license text page css */
.license_txt_wrp h2 {
  text-align: left;
  margin-bottom: 30px;
}

.lisnce_list_ol li {
  margin-bottom: 30px;
}

.license_text_sec.p-110 {
  padding-top: 60px;
}

.knowledgeBaseHeadlines {
  text-align: center;
}

.logout-y.Logged_Out_Header {
  flex-direction: row !important;
  padding: 0;
  /* padding-right: 15px !important; */
}

/* .logged_out_profile{
  display: none;
} */
.logged_out_profile img {
  filter: invert(1);
  height: 30px;
  width: 30px;
}

.header.custom-header.custom-header-2 .logged_out_profile img {
  filter: invert(0);
}

.custom-header .logged_out_profile img {
  filter: invert(0);
}

/* logged out profile icon dropdown css */

.log_out_prfile_drpdwn {
  display: none;
  cursor: pointer;
}

/* .profile_click_drpdwn .cross-icon {
  display: flex;
  justify-content: end;
}
.profile_click_drpdwn {
  position: absolute;
  right: 0;
  background-color: #18181f;
  color: #fff !important;
  padding: 15px;
  height: 100vh;
  width: 100%;
  padding-top: 38px;
  text-align: center;
  top: 0;
  z-index: 100;
}
.profile_click_drpdwn .cross-icon img {
  height: 20px;
  width: 20px;
  filter: invert(1);
}
.profile_click_drpdwn .profile_mid {
  padding-top: 120px;
  padding-bottom: 20px;
}
.profile_click_drpdwn  h2 ,.profile_click_drpdwn  p {
  color:#fff;
}
.profile_click_drpdwn {
  /* display: none; */
/* transform: translateX(115%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0.25s , 0.5s ease-in-out;
  transition-duration: 1s;
} */
/* .profile_click_drpdwn.LogoutOutProfileDiv {
  /* display: block; */
/* transition: opacity 0.25s, visibility 0.25s;
  opacity: 1;
  transition-duration: 1s;
  visibility: visible;
  transform: translateX(0%);
} */

/* logged out profile icon dropdown css  ends   */

.pencil-icon-box {
  display: flex;
  align-items: center;
  gap: 5px;
}

.cross_logo-icon-log-out {
  display: none;
}

span.cus-drop img {
  height: 23px;
  width: 23px;
}

.editPublicProfileNameIcon i:hover {
  background-color: #26db4117;
  color: green;
  cursor: pointer;
}

.editPublicProfileNameIcon i {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}

.star_Av.review-site-text p {
  margin-top: 3px;
}

.chk_btn .payments-buttons-yellow:hover {
  background-color: #000 !important;
  color: #fff !important;
}

span#term-and-condition-error {
  margin-left: 36px;
}

.nk-footer {
  background-color: #18181f;
}

.billing_address.step_form label.address-confirm-label a:hover {
  color: #4cce5f;
}

/* 27dec2024///////////////////////////////////////////////////////////////////// */

.top-footer > .container > .row > div {
  width: 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

/* 1jan2025////////////////////////////////////////////////////////////////////////////////// */

#show_hide_password i:hover {
  color: #4cce5f !important;
}

.password_eye:hover {
  color: #4cce5f !important;
}

.profile_click_drpdwn .cross-icon .loggoutRightDivLogo {
  filter: invert(0);
  max-width: 207px;
  max-height: 42px;
  width: 100%;
  height: 100%;
}

.footer {
  position: relative;
}

.top-footer::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0;
  bottom: 0;
  background-image: url(../images/footer_light_logo.svg);
  background-position: right 7% top 100%;
  background-repeat: no-repeat;
  background-size: 260px;
  /* opacity: 3%; */
  pointer-events: none;
}

/* 6jan2025/////////////////////////////////////////////////////////////////// */

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  background-color: none !important;
}

.OrderConfirmationPage .ticket-wrap h2 {
  font-size: 30px;
  font-weight: 600;
}

.OrderConfirmationPage .submt_msgs p {
  font-size: 16px;
  font-weight: 600 !important;
  color: #000 !important;
  margin-top: 30px;
  margin-bottom: 40px !important;
}

.OrderConfirmationPage .ticket_submit_content.IconContainerClass {
  max-width: 850px;
}

.OrderConfirmationPage
  .ticket_submit_content
  button.btn.btn-primary.continue-btn {
  margin-top: 0;
  margin-bottom: 40px;
  padding: 10px 34px;
}

.OrderConfirmationPage .footerText p {
  margin: 0;
  line-height: 1.5 !important;
  font-size: 14px;
  font-weight: 400;
}

.OrderConfirmationPage .ButtonsContainerDiv {
  gap: 30px;
}

.OrderConfirmationPage .ButtonsContainerDiv button:first-child {
  background-color: #4cce5f !important;
}

.OrderConfirmationPage .ButtonsContainerDiv button:first-child a,
.OrderConfirmationPage .ButtonsContainerDiv button:nth-child(2):hover a {
  color: #fff !important;
}

.OrderConfirmationPage .ButtonsContainerDiv button:first-child:hover {
  background-color: #000 !important;
  transition: 0s !important;
}

.OrderConfirmationPage
  .ticket_submit_content
  button.btn.btn-primary.continue-btn:first-child:hover
  a {
  color: #fff !important;
}

.OrderConfirmationPage .ButtonsContainerDiv button:nth-child(2):hover {
  background-color: #4cce5f !important;
  transition: 0s !important;
  border-color: transparent !important;
}

.OrderConfirmationPage .submt_check {
  margin-bottom: 45px !important;
}

.OrderConfirmationPage .ButtonsContainerDiv button:nth-child(2):hover a {
  color: #fff !important;
}

.slider-sec button.slide-arrow.slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-sec button.slide-arrow.slick-arrow i {
  font-size: 14px;
}

.footer-text .about-pg-icon {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-text .about-pg-icon:hover {
  background-color: #5e5e5e;
}

.footer-text .FooterSocialMediaIcons.share-icon {
  gap: 3px;
}

form.review_form {
  margin: 0;
}

/* new css */
.main-header .home-search-dd.home-search-top {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  padding: 30px;
}

.main-header .navbar {
  position: unset;
}

div#nav_banner_content {
  position: relative;
}

.container.reviewPageContainer .order-detail-niks {
  padding-bottom: 40px;
}

.nav-item.profile.clicked .dropdown-menu {
  transform: translatex(0%);
}

/* 8aprl2025 start */

.knowledgebase-main-section.p-110.add-new-knowl.pt-0.NewKBClass
  .category-container-div.m-3 {
  width: 100%;
  border: 0;
  background-color: transparent;
}

.knowledgebase-main-section.p-110.add-new-knowl.pt-0.NewKBClass
  .container-div.p-3 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.knowledgebase-main-section.p-110.add-new-knowl.pt-0.NewKBClass
  .article-container-div.m-3 {
  width: 100%;
  padding: 20px;
}

.knowledgebase-main-section.p-110.add-new-knowl.pt-0.NewKBClass .cta-btn {
  margin: 0;
  width: auto;
  border-radius: 130px;
  padding: 15px 40px;
  border: 1px solid #000000;
  font-weight: 600;
}

.knowledgebase-main-section.p-110.add-new-knowl.pt-0.NewKBClass .cta-btn:hover {
  background-color: #4cce5f;
  color: #fff;
  border: 1px solid #4cce5f;
}

.knowledgebase-main-section.p-110.add-new-knowl.pt-0.NewKBClass
  button.cta-btn.category-button.selected {
  background-color: #4cce5f;
  color: #fff;
  border: 1px solid #4cce5f !important;
}

.knowledgebase-main-section.p-110.add-new-knowl.pt-0.NewKBClass
  .faq_categoryDiv.d-flex {
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.NewKBClass
  .article-container-div
  .body-div.pt-0
  .knowledgeBaseArticles
  .article-info-link {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 7px 0;
}

.NewKBClass
  .article-container-div
  .body-div.pt-0
  .knowledgeBaseArticles
  .article-info-link
  .article-info-text {
  font-weight: 600;
}

.knowledgebase-main-section.p-110.add-new-knowl.pt-0.NewKBClass
  .KBDivWrapper
  .category-title {
  margin-bottom: 10px;
}

.side-container ul li a.Active {
  font-weight: 600;
}

.NewKBClass
  .article-container-div
  .body-div.pt-0
  .knowledgeBaseArticles
  .article-small-text {
  width: 90%;
}

.knowledgebase-main-section.p-110.add-new-knowl.pt-0.NewKBClass
  button.cta-btn.category-button {
  background-color: #fff;
}

.knowledgebase-main-section.p-110.add-new-knowl.pt-0.NewKBClass
  button.cta-btn.category-button:hover {
  background-color: #4cce5f;
}

/* .knowledgebase-main-section .data-wrap.col-lg-12.d-flex {
  height: 800px !important;
  overflow-y: scroll;
}
.knowledgebase-main-section .data-wrap.col-lg-12.d-flex::-webkit-scrollbar {
  width: 0px;
} 

.side-container.col-lg-4 {
  position: sticky;
  top: 0;
} */
.content-div .content-list-items.active a {
  font-weight: 600;
}

.ContentWraper {
  margin-top: 30px;
}

/* leftside sticky start  */

.knowledgebase-main-section,
.container,
.knowledge-base-content-container {
  overflow: visible !important;
}

.knowledge-base-content-container {
  min-height: 100vh;
}

.side-container {
  align-self: flex-start;
}

/* Ensure no parent has overflow constraints */
.knowledgebase-main-section,
.container,
.knowledge-base-content-container {
  overflow: visible !important;
}

/* Make the sidebar sticky */
.side-container {
  position: -webkit-sticky;
  position: sticky;
  align-self: flex-start;
  top: -160px;
}

/* leftside sticky end  */

/* 8aprl2025 end */

/* 14aprl2025 start  */

/* 14aprl2025 end  */

/* 3jun2025 start  */

.top-header .dropdown-item:hover .icon-img {
  transform: scale(1.1);
  transition: 0.2s all ease;
}

/* 3jun2025 end  */

/* media queries here only */

@media screen and (min-width: 992px) {
  /* .header.Logged_Out_Header .top-header {
    padding-top: 10px;
  } */
}

@media screen and (max-width: 767px) {
  .video_sec .video_wrapper .video-box.video_show .video-thumb {
    background-size: cover;
  }

  .banner-sec.banner-new-sec.add-new-banner {
    overflow-x: hidden;
    height: 400px;
  }

  header.header.custom-header.newlogn-user {
    position: absolute;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: 0;
    padding: 14px 0px 14px;
  }

  .logout-y.Logged_Out_Header {
    padding-top: 13px;
    align-items: end;
  }

  header.header.custom-header.newlogn-user .ham .bars {
    background: #fff;
  }

  .banner-sec.banner-new-sec.add-new-banner .trending-wrapper .trending-btn ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    justify-content: flex-start;
    overflow-x: scroll;
  }

  .banner-sec.banner-new-sec.add-new-banner .content-wrapper {
    padding: 10px;
    gap: 15px;
  }

  header.header.custom-header.newlogn-user.custom-header-2 .ham .bars {
    background: #000;
  }

  .banner-sec.banner-new-sec.add-new-banner .content-wrapper .logos-text h5 {
    line-height: 1;
  }

  header.header.custom-header.newlogn-user
    .top-header.hidecheckout.home-page-se {
    flex: calc(50% - 70px);
  }

  section.banner-sec.banner-new-sec .Select-text {
    padding: 8px;
    /* padding-right: 0; */
  }

  .banner-sec.banner-new-sec.add-new-banner
    .trending-wrapper
    .trending-btn
    ul::-webkit-scrollbar {
    display: none;
  }

  .header .main-header {
    padding: 0px;
  }

  /*  20jan2025///////////////////////////////////////////////////*/

  .UserFrontOverlay {
    backdrop-filter: blur(0.125rem);
    background-color: #00000094;
    width: 100%;
    position: absolute;
    height: 100vh;
    z-index: -1;
    right: 0;
    top: 0;
  }
}

/*new header 28-oct end here*/
@media screen and (max-width: 1599px) {
  .nk-block-head-content h1 {
    font-size: 30px;
    line-height: 1.2;
  }

  .hear-sec .bottom-texts h2 {
    margin-bottom: 15px;
  }

  .hear-sec .bottom-texts .btn.cta2 {
    margin-top: 20px;
  }

  /* .side-content-div .banner-content .Search-bar button {
    top: 9px !important;
  } */

  .licnse_tbl_sec {
    padding: 80px 0;
  }

  /* .alt_dt_pg .cat-div li img {
    margin-top: 4px;
  } */

  .review-site-text.heading .str_rate span {
    height: 20px;
    width: 20px;
  }

  .search_sec input[type="checkbox"]:before {
    width: 5px;
    height: 11px;
  }

  .knowledgebase-chatsupport-div h4 {
    font-size: 18px;
  }

  .lisnce_tbl .check-icon img {
    height: 16px;
    width: 17px;
  }

  .license_text_sec.p-110 {
    padding-top: 50px !important;
  }
}

@media screen and (max-width: 1500px) {
  section.banner-sec.banner-new-sec.top-banner-knowledgebase.support-banner {
    padding: 150px 0;
  }
}

@media screen and (max-width: 1599px) {
  .OrderConfirmationPage .ticket_submt_sec {
    padding: 50px 0 !important;
  }

  .OrderConfirmationPage .ticket_submit_content.IconContainerClass {
    padding: 50px 80px !important;
  }
}

@media screen and (max-width: 1199px) {
  section.banner-sec.banner-new-sec.top-banner-knowledgebase.support-banner {
    padding: 100px 0;
  }

  .licnse_tbl_sec {
    padding: 70px 0;
  }

  /* .alt_dt_pg .cat-div li img {
    margin-top: 4px;
  } */

  .h1_50 {
    font-size: 33px;
  }

  .knowledgebase-chatsupport-div h4 {
    font-size: 18px;
  }

  .lisnce_list_ol li {
    margin-bottom: 20px;
  }

  /* 1jan2025///////////////////////////////////////////// */

  .top-footer::after {
    background-position: right 10% top 200%;
    background-size: 240px;
  }
}

@media screen and (max-width: 1024px) {
  /* 1jan2025///////////////////////////////////////////// */

  .top-footer::after {
    background-position: right 4% top 100%;
    background-size: 220px;
  }
  .alt_dt_pg .article-data-wrap {
    padding-left: 30px;
  }
  .outr_filtrhd {
    flex-direction: column;
    gap: 12px;
  }
  .outr_filtrhd .lft_filtrotr {
    width: 100%;
  }
  .outr_filtrhd .rgt_filtrhd {
    width: 100%;
    justify-content: start;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  section.banner-sec.banner-new-sec.top-banner-knowledgebase.support-banner {
    padding: 80px 0;
  }

  .nk-block-head-content h1 {
    font-size: 26px;
  }

  .hear-sec .bottom-texts h2 {
    margin-bottom: 10px;
  }

  .hear-sec .bottom-texts .btn.cta2 {
    margin-top: 15px;
  }

  .FooterSocialMediaIcons.share-icon {
    margin: 18px 0;
  }

  /* 1jan2025///////////////////////////////////////////// */

  .top-footer::after {
    background-position: right 6% top 100%;
    background-size: 370px;
  }
}

@media screen and (max-width: 767px) {
  header.header.custom-header
    .top-header.hidecheckout.home-page-se
    nav.navbar
    .side-menu
    ul.navbar-nav
    li.nav-item
    a {
    padding: 5px 0 !important;
  }

  /*header css start here*/
  header.header.custom-header
    .main-header
    .header-btn.in-desktop.hidecheckout
    .notify-icons
    li.nav-item.align-content-center.notification
    .dropdown-menu.dropdown-menu-right.user-dash-n {
    border-radius: 15px !important;
  }

  header.header.custom-header
    .main-header
    .header-btn.in-desktop.hidecheckout
    .notify-icons
    .dropdown-menu.dropdown-menu-right.user-dash-n
    .notify
    .dropdown-head {
    border-radius: 15px 15px 0 0 !important;
    background: #e3f8e6;
  }

  header.header.custom-header .top-header.hidecheckout.home-page-se {
    flex: calc(50% - 50px);
    margin-top: 0px;
  }

  header.header.custom-header
    .main-header
    .header-btn.in-desktop.hidecheckout
    .notify-icons
    li.nav-item.align-content-center.notification
    .dropdown-menu.dropdown-menu-right.user-dash-n
    .dropdown-foot.center {
    padding: 10px !important;
    border-bottom: 0 !important;
  }

  header.header.custom-header
    .main-header
    .header-btn.in-desktop.hidecheckout
    .notify-icons
    .dropdown-menu.dropdown-menu-right.user-dash-n
    .notify
    .dropdown-head
    * {
    color: #000;
  }

  header.header.custom-header
    .main-header
    .header-btn.in-desktop.hidecheckout
    .notify-icons
    li.nav-item.profile.click-us-db
    .dropdown-menu.dropdown-menu-right.user-dash-b
    .user_detail {
    border-radius: 15px 15px 0 0;
  }

  header.header.custom-header {
    flex-direction: row;
  }

  header.header.custom-header .main-header {
    max-width: 100%;
    flex: 66%;
  }

  header.header.custom-header
    .main-header
    .navbar.navbar-expand-lg.this_is_the_class_which {
    justify-content: space-between;
    align-items: baseline;
  }

  /* header.header.custom-header
    .main-header
    .navbar.navbar-expand-lg.this_is_the_class_which
    .header-btn.in-desktop.hidecheckout {
    display: block !important;
  } */

  header.header.custom-header
    .main-header
    .navbar.navbar-expand-lg.this_is_the_class_which
    .header-btn.in-desktop.hidecheckout
    .notify-icons
    ul.navbar-nav
    li.nav-item.align-content-center.notification {
    display: none;
  }

  /*header.header.custom-header.custom-header-2 .top-header.hidecheckout.home-page-se {
    flex: auto;
}*/
  header.header.custom-header.custom-header-2
    .top-header.hidecheckout.home-page-se {
    flex: unset;
    /*        margin-top: 10px;*/
  }

  .templates-sec.templatesSection .tab-wrapper .grid-wrapp {
    display: flex;
    flex-wrap: wrap;
  }

  .templates-sec.templatesSection .tab-wrapper .grid-wrapp .img__wrapper_boxs {
    flex: 0 0 calc(50% - 10px);
  }

  .templates-sec.templatesSection
    .tab-wrapper
    .grid-wrapp
    .img__wrapper_boxs:nth-of-type(1) {
    order: 1;
  }

  .templates-sec.templatesSection
    .tab-wrapper
    .grid-wrapp
    .img__wrapper_boxs:nth-of-type(2) {
    order: 2;
  }

  .templates-sec.templatesSection
    .tab-wrapper
    .grid-wrapp
    .img__wrapper_boxs:nth-of-type(3) {
    order: 4;
  }

  .templates-sec.templatesSection
    .tab-wrapper
    .grid-wrapp
    .img__wrapper_boxs:nth-of-type(4) {
    order: 3;
  }

  .templates-sec.templatesSection
    .tab-wrapper
    .grid-wrapp
    .img__wrapper_boxs:nth-of-type(5) {
    order: 6;
  }

  .templates-sec.templatesSection
    .tab-wrapper
    .grid-wrapp
    .img__wrapper_boxs:nth-of-type(6) {
    order: 5;
  }

  .templates-sec.templatesSection
    .tab-wrapper
    .grid-wrapp
    .img__wrapper_boxs:nth-of-type(7) {
    order: 7;
  }

  .templates-sec.templatesSection
    .tab-wrapper
    .grid-wrapp
    .img__wrapper_boxs:nth-of-type(8) {
    order: 8;
  }

  .templates-sec.templatesSection
    .tab-wrapper
    .grid-wrapp
    .img__wrapper_boxs:nth-of-type(9) {
    order: 9;
  }

  .templates-sec.templatesSection
    .tab-wrapper
    .grid-wrapp
    .img__wrapper_boxs:nth-of-type(10) {
    order: 10;
  }

  .templates-sec.templatesSection
    .tab-wrapper
    .grid-wrapp
    .img__wrapper_boxs:nth-of-type(11) {
    order: 12;
  }

  .templates-sec.templatesSection
    .tab-wrapper
    .grid-wrapp
    .img__wrapper_boxs:nth-of-type(12) {
    order: 11;
  }

  header.header.custom-header
    .main-header
    .header-btn.in-desktop.hidecheckout
    .notify-icons
    li.nav-item.profile.click-us-db
    .dropdown-menu.dropdown-menu-right.user-dash-b
    .dropdown-main
    .dash-icon
    a.dropdown-item {
    justify-content: flex-start;
  }

  /* header.header.custom-header.custom-header-2
    .main-header
    .navbar.navbar-expand-lg.this_is_the_class_which
    .header-btn.in-desktop.hidecheckout {
    display: none !important;
  } */

  header.header.custom-header.custom-header.loginHeaderNew
    .main-header
    .navbar.navbar-expand-lg.this_is_the_class_which
    .header-btn.in-desktop.hidecheckout {
    display: none !important;
  }

  header.header.custom-header.custom-header.loginHeaderNew
    .top-header.hidecheckout {
    padding-left: 15px;
    margin-top: 0px !important;
  }

  .tbl_lisnce_wrp .lisnce_tbl {
    font-size: 14px;
  }

  /* .alt_dt_pg .cat-div li img {
    margin-top: 4px;
  } */

  .h1_50 {
    font-size: 30px;
  }

  .custom-header .main-header > div {
    padding-left: 0;
  }

  header.header.custom-header.newlogn-user .main-header.hidden-header {
    flex: calc(50% + 100px);
    max-width: calc(60% + 100px);
  }

  header.header.custom-header.newlogn-user .top-header {
    flex: 50%;
    max-width: calc(50% - 50px);
  }

  .navbar-collapse {
    transform: translateX(-100%);
    transition: 0.4s;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    height: 100vh !important;
    padding-top: 15px;
  }

  .navbar-collapse.show {
    transform: translateX(0);
  }

  .navbar-collapse.collapsing {
    transition: 0s !important;
  }

  .ticket-list .info-list {
    align-items: flex-start;
  }

  .ticket-list .info-list img {
    padding-top: 4px;
  }

  /* Initially, the dropdown is hidden off the screen */
  .nav-item.profile .dropdown-menu {
    display: none;
    transform: translateX(120%);
    /* Start the dropdown off-screen to the right */
    transition: 0.5s;
  }

  /* When the dropdown is visible (show class applied) */
  .nav-item.profile .dropdown-menu.show {
    display: block;
    transform: translateX(0);
    /* Slide in from the right */
  }

  /* log out profile css start */
  /* .logged_out_profile{
    display: block;
  } */

  .log_out_prfile_drpdwn {
    display: block;
    padding-right: 15px;
  }

  .profile_click_drpdwn .cross-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .profile_click_drpdwn {
    position: fixed;
    left: 0;
    background-color: transparent;
    color: #fff !important;
    padding: 0px;
    height: 100vh;
    width: 100%;
    padding-top: 0px;
    text-align: center;
    top: 0;
    z-index: 100;
  }

  .profile_click_drpdwn .cross-icon img {
    height: 20px;
    width: 20px;
    filter: invert(1);
  }

  .profile_click_drpdwn .profile_mid {
    padding-top: 120px;
    padding-bottom: 20px;
  }

  .profile_click_drpdwn h2,
  .profile_click_drpdwn p {
    color: #fff;
  }

  .profile_click_drpdwn {
    /* display: none; */
    transform: translateX(115%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s, visibility 0.25s, 0.5s ease-in-out;
    transition-duration: 0.5s;
  }

  .profile_click_drpdwn.LogoutOutProfileDiv {
    /* display: block; */
    /*    transition: opacity 0.15s, visibility 0.15s;*/
    opacity: 1;
    transition-duration: 0.5s;
    visibility: visible;
    transform: unset !important;
  }

  /* logged out profile icon dropdown css  ends*/
  /* button.navbar-toggler {
    z-index: 2;
  } */

  .cross_logo-icon-log-out {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px;
    padding-bottom: 50px;
    position: relative;
  }

  .logout_sidebar_cross {
    cursor: pointer;
  }

  .logout_sidebar_cross img {
    filter: invert(1);
    height: 20px;
    width: 20px;
    position: absolute;
    right: -40px;
    top: 25px;
  }

  /* .cross_logo-icon-log-out{
  display: block;
} */
  .logout-y.Logged_Out_Header .custom-dropdown-menu {
    transform: translateX(100%);
    transition: 0s linear !important;
  }

  .logout-y.Logged_Out_Header .custom-dropdown-menu.active-div {
    transform: translateX(0%);
    transition: 0.6s ease-in-out !important;
    /* height: auto !important; */
  }

  /* css header */
  .logout-y.Logged_Out_Header .custom-dropdown-menu.active-div:before {
    display: none;
  }

  span.cus-drop img {
    filter: invert(1);
  }

  header.header
    .top-header
    li.nav-item.dropdown
    .custom-dropdown-menu.active-div {
    position: absolute;
    top: 0;
    height: 100vh;
    margin-top: 0;
    z-index: 9999;
    /* width: 85%; */
    width: 50%;
  }

  .back_icon {
    padding: 15px 0 10px 15px;
    cursor: pointer;
  }

  .back_icon img {
    height: 30px;
    width: 20px;
  }

  header.header.custom-header.custom-header-2 .main-header.hidden-header {
    z-index: 1;
    width: 100% !important;
    max-width: 100% !important;
  }

  .navbar-collapse.show .navbar-nav li a {
    font-size: 24px;
  }

  .Logged_Out_Header .navbar-collapse.show .navbar-nav {
    gap: 25px;
    width: 100%;
  }

  .Logged_Out_Header .navbar-collapse.show .side-menu {
    padding-top: 14px;
  }

  .Logged_Out_Header .navbar-collapse.show .side-menu .navbar-nav {
    gap: 16px;
  }

  header.header
    .top-header
    li.nav-item.dropdown
    .custom-dropdown-menu.active-div:before {
    display: none;
  }

  .navbar-collapse.show ul.navbar-nav {
    gap: 20px;
  }

  .side-menu {
    padding-top: 15px !important;
    padding-bottom: 30px !important;
  }

  .side-menu .navbar-nav {
    gap: 20px !important;
  }

  .custom-dropdown-menu.active-div {
    transform: translate(0%);
    transition: 1s;
  }

  .custom-dropdown-menu {
    transform: translate(100%);
  }

  header.header.custom-header.newlogn-user.custom-header-2 .header-btn {
    display: block !important;
  }

  header.header.custom-header.newlogn-user.custom-header-2 .top-header {
    max-width: calc(30% - 50px) !important;
  }

  header.header.logout-y.custom-header.newlogn-user
    .navbar.navbar-expand-lg.this_is_the_class_which {
    align-items: center !important;
  }

  header.header.logout-y.custom-header.newlogn-user.custom-header-2 {
    position: fixed;
    background-color: #fff;
    animation: fadeIn 0.75s ease-out forwards;
  }

  .loginHeaderNew {
    padding: 10px 10px !important;
  }

  .loginHeaderNew .log_out_prfile_drpdwn {
    padding-right: 0;
  }

  /* 1jan2025///////////////////////////////////////////// */

  .top-footer::after {
    background-position: right 24% top 100%;
    background-size: 310px;
  }

  /*  20jan2025///////////////*/
  .completeContentWrapper {
    background-color: #000;
    width: 50%;
    height: 100%;
    padding: 15px;
    border-radius: 10px 0px 0px 10px;
  }

  .profile_click_drpdwn.LogoutOutProfileDiv .completeContentWrapper {
    position: absolute;
    transform: translateX(0%);
    transition: 0.3s ease-in-out;
    right: 0;
  }

  .profile_click_drpdwn .completeContentWrapper {
    transform: translateX(100%);
    transition: 0.3s ease-in-out;
  }

  /* ================= feb 5 2025 =============== */
  .logged_in_header .logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .main-header {
    min-height: 100% !important;
  }

  header.header.custom-header
    .main-header
    .navbar.navbar-expand-lg.this_is_the_class_which {
    align-items: center;
  }

  .notify-icons ul.navbar-nav .mobile i {
    height: auto;
    width: auto;
  }

  .header.logged_in_header.custom-header {
    padding: 20px 0;
  }

  .OrderConfirmationPage .ButtonsContainerDiv {
    flex-direction: column;
    gap: 0;
    margin-bottom: 40px !important;
  }

  .OrderConfirmationPage .ButtonsContainerDiv button {
    margin-bottom: 20px !important;
  }

  .OrderConfirmationPage .submt_msgs p {
    margin-bottom: 25px !important;
  }
}

@media screen and (max-width: 575px) {
  .ChktPgClsSec .navbar.navbar-expand-lg.this_is_the_class_which {
    justify-content: center !important;
  }
  .header.logout-y.custom-header.loggedheader.SrchDtlHdr {
    margin-bottom: 10px !important;
  }

  .SrchnDtlHdrCls.custom-header-2 #top-headerhidecheckout {
    padding-bottom: 6px !important;
  }
  .SrchnDtlHdrCls.custom-header-2 {
    height: 120px !important;
  }
  .SrchnDtlHdrCls {
    padding-top: 10px !important;
  }
  .SrchnDtlHdrCls .main-header.hidden-header {
    max-width: 65% !important;
    flex: 46% !important;
  }
  header.header.custom-header.custom-header-2 .main-header.hidden-header {
    z-index: 1;
    width: 60% !important;
    max-width: 60% !important;
  }
  section.banner-sec.banner-new-sec.top-banner-knowledgebase.support-banner {
    padding: 40px 0 !important;
  }

  header.header.custom-header.custom-header-2 .banner-content .Search-bar i {
    padding: 7px 13px !important;
  }

  .nk-block-head-content h1 {
    font-size: 24px;
  }

  .nk-block-head-content .nk-block-des p {
    font-size: 14px;
    line-height: 1.5;
  }

  .hear-sec .bottom-texts .btn.cta2 {
    margin-top: 0px;
  }

  .tbl_lisnce_wrp .lisnce_tbl {
    font-size: 12px;
  }

  .lisnce_tbl .check-icon img {
    height: 25px;
    width: 25px;
  }

  .lisnce_tbl td:first-of-type,
  .lisnce_tbl th:first-of-type {
    padding-right: 0;
  }

  .license-btn a {
    font-size: 10px;
  }

  .alt_dt_pg .cat-div li img {
    margin-top: 4px !important;
  }

  .h1_50 {
    font-size: 28px;
  }

  .alt_dt_pg .cat-div li {
    align-items: flex-start;
  }

  section.banner-sec.banner-new-sec .Select-text {
    padding: 8px;
  }

  .navbar-collapse.show .navbar-nav li a {
    font-size: 20px;
  }

  .navbar-collapse.show ul.navbar-nav {
    gap: 15px;
  }
  .logo img {
    width: 100% !important;
    max-width: 100px !important;
  }
  .logo,
  .logo img {
    width: 150px !important;
  }

  .Logged_Out_Header .top-header .container-fluid .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  .Logged_Out_Header .main-header {
    width: 150px;
  }

  .Logged_Out_Header .main-header .container-fluid {
    padding: 0;
  }

  .Logged_Out_Header .log_out_prfile_drpdwn,
  .Logged_Out_Header .top-header {
    padding-top: 4px;
  }

  header.header.Logged_Out_Header.custom-header.custom-header-2 .logo img {
    width: 85px !important;
  }

  header.header.loginHeaderNew.custom-header .logo img {
    width: 85px !important;
  }

  header.header.logout-y.Logged_Out_Header.custom-header.custom-header-2 {
    gap: 10px;
    padding: 10px;
  }

  header.header.logout-y.custom-header.loginHeaderNew .Search-bar button i {
    padding: 5px 11px;
    font-size: 10px;
    margin-right: 2px;
  }

  .custom-header .main-header button#button-addon5 {
    right: 1px !important;
    margin-right: 0 !important;
  }

  .logo-icon-log-out.loggedOutLeftLogo {
    width: 100%;
    max-width: 170px;
  }

  header.header.Logged_Out_Header.custom-header.custom-header-2
    .banner-content
    input.form-control {
    padding: 8px;
  }

  header.header.custom-header.custom-header-2 .banner-content .Search-bar i {
    padding: 12px 20px !important;
    font-size: 10px;
    margin-right: 2px;
  }

  header.header.Logged_Out_Header.custom-header.custom-header-2
    .banner-content
    input.form-control {
    font-size: 8px !important;
  }

  header.header.Logged_Out_Header.custom-header.custom-header-2
    .logged_out_profile
    img {
    height: 25px;
    width: 25px;
  }

  header.header.Logged_Out_Header.custom-header.custom-header-2
    .log_out_prfile_drpdwn {
    padding-top: 0;
    padding-right: 0;
  }

  header.header.Logged_Out_Header.custom-header.custom-header-2
    button.navbar-toggler {
    height: 100%;
  }

  header.header.custom-header .home-search-dd.home-search-top ul {
    padding: 10px;
    margin: 0;
  }

  header.header.custom-header .home-search-dd.home-search-top ul li {
    font-size: 10px;
    font-weight: 400 !important;
  }

  header.header.custom-header .home-search-dd {
    position: absolute;
  }

  header.header.custom-header .bars {
    margin: 3px 0px;
  }

  .header.logout-y.custom-header.loginHeaderNew
    .banner-content
    input.form-control {
    padding: 8px !important;
    font-size: 8px;
  }

  .header.logout-y.custom-header.loginHeaderNew .logged_out_profile img {
    height: 25px !important;
    width: 25px !important;
  }

  header.header.logout-y.custom-header.newlogn-user .logo,
  header.header.logout-y.custom-header.newlogn-user .logo img {
    width: 100px !important;
  }

  header.header.logout-y.custom-header.newlogn-user
    .navbar.navbar-expand-lg.this_is_the_class_which {
    align-items: center !important;
  }

  header.header.logout-y.custom-header.logged_in_header
    .navbar.navbar-expand-lg.this_is_the_class_which {
    align-items: center !important;
  }

  header.header.logout-y.custom-header.logged_in_header .ham {
    padding-top: 4px;
  }

  /* 20dec2024//////////////////////////////////////////////////////////////////////////////////////// */

  header.header .nav-item .custom-dropdown-menu .roe-container-div {
    transform: translateX(170px);
    transition: 0.5s !important;
  }

  .top-header
    .nav-item:has(.custom-dropdown-menu.active-div)
    .roe-container-div {
    transform: translateX(0px);
  }

  .newlogn-user #search_val {
    padding: 6px 8px;
  }

  /* 1jan2025///////////////////////////////////////////// */

  .top-footer::after {
    background-position: right 50% top 100%;
    background-size: 280px;
  }

  /*  20jan2025 //////////////////////////////////////////////*/
  .logout_sidebar_cross img {
    height: 15px;
    width: 15px;
    right: 4%;
    top: 27px;
  }

  .ThreeDivContainer {
    width: 90%;
  }

  .completeContentWrapper {
    width: 90%;
    position: absolute;
    right: 0;
    border-radius: 10px 0px 0px 10px;
  }

  .profile_click_drpdwn .cross-icon .loggoutRightDivLogo {
    max-width: 150px;
    max-height: 34.48px;
    width: 100%;
    height: 100%;
  }

  .profile_click_drpdwn .cross-icon img {
    height: 16px;
    width: 16px;
  }

  .header.Logged_Out_Header .top-header {
    padding-top: 5px;
    padding-left: 15px;
  }

  .logo-icon-log-out.loggedOutLeftLogo img {
    width: 150px;
  }

  .cross-icon.logout_profile_cross img.closeMobileDD {
    margin-top: 5px !important;
  }

  .logged_out_profile img {
    height: 28px;
  }

  header.header.custom-header.newlogn-user div#top-headerhidecheckout .navbar {
    padding-top: 5px;
  }

  /* feb 5 2025 */
  .cross_logo-icon-log-out {
    position: static;
  }

  .slider-sec button.slide-arrow.prev-arrow.slick-arrow {
    left: 4px;
  }

  .slider-sec button.slide-arrow.next-arrow.slick-arrow {
    right: 4px;
  }

  .slider-sec button.slide-arrow {
    height: 30px;
    width: 30px;
  }

  .slider-sec button.slide-arrow i {
    font-size: 12px;
  }

  header.header.logout-y.custom-header.newlogn-user.custom-header-2 {
    padding-bottom: 14px;
  }

  .loginHeaderNew {
    padding: 10px 10px !important;
  }

  header .Search-bar button i {
    padding: 7px 18px;
    font-size: 14px;
  }

  .OrderConfirmationPage .ticket_submit_content.IconContainerClass {
    padding: 50px 20px !important;
  }

  .OrderConfirmationPage .ticket_submt_sec .ticket_submit_content .submt_check {
    max-width: 120px;
    margin-bottom: 20px !important;
  }

  .OrderConfirmationPage .ticket-wrap h2 {
    font-size: 26px;
  }

  .OrderConfirmationPage
    .ticket_submit_content
    button.btn.btn-primary.continue-btn
    a {
    font-size: 14px !important;
  }

  .banner-sec.banner-new-sec.add-new-banner .content-wrapper {
    padding: 25px 10px;
  }

  .knowledgebase-chatsupport-div {
    margin-top: 10px !important;
  }

  /*11feb2025/////////////////////////////////*/

  .card-sec {
    margin-bottom: 40px;
  }

  /* 2aprl2025start */
  .logout-y.Logged_Out_Header {
    align-items: start;
  }

  /* 2aprl2025end */
}

/* 11 april css */
.RelatedArticleSection .KBDivWrapper {
  max-width: 60%;
  margin-left: auto;
}

.RelatedArticleSection .KBDivWrapper .article-container-div.m-3 {
  margin-left: 0 !important;
  padding: 20px;
  margin-right: 0 !important;
}

.RelatedArticleSection .knowledgeBaseArticles {
  padding: 10px;
  border-radius: 6px;
  transition: 0.2s ease;
}

.RelatedArticleSection .info-list img {
  filter: invert(63%) sepia(99%) saturate(311%) hue-rotate(76deg)
    brightness(91%) contrast(88%);
  max-width: 20px;
}

.RelatedArticleSection .article-info-link {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 7px 0;
}

.RelatedArticleSection p.article-info-text {
  font-weight: 600;
}

.RelatedArticleSection p.article-small-text {
  width: 90%;
}

.side-container ul li:hover a {
  color: #000;
}

.NewKBClass
  .article-container-div
  .body-div.pt-0
  .knowledgeBaseArticles:hover
  .article-info-text {
  color: #000 !important;
}

.knowledgeBaseArticles:hover {
  background-color: #4cce5f4f !important;
}

.knw-bs-cnt:hover .article-info-text {
  color: #000 !important;
}

.three-elements.three-elem-sec .card img {
  transition: none !important;
}

.side-container .head-info {
  margin-left: 10px;
  border-bottom: 1px solid #e3e9ed;
}

.ContentWraper .head-info {
  margin-left: 0 !important;
  border: none;
}

.article-info-text {
  line-height: 1.3 !important;
}

.article-container-div .info-list {
  align-items: baseline;
}

.knowledgebase-main-section .category-title {
  margin-left: 12px;
  border-bottom: 1px solid #e3e9ed;
}

.knowledgebase-main-section .KBDivWrapper .category-title {
  border-bottom: none;
}

.knowledgebase-main-section .category-title h3 {
  padding-bottom: 12px;
}

/* .ticket-list .row .btn {
  margin-bottom: 10px;
} */

.modal-open
  .reviewModalUsersReviwePage
  .form-group
  button.btn.cta.submitbutton {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .RelatedArticleSection .KBDivWrapper {
    max-width: 100% !important;
    margin-left: auto;
  }

  .RelatedArticleSection .KBDivWrapper .article-container-div.m-3 {
    padding: 0 10px;
  }

  .RelatedArticleSection .article-info-link {
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding: 5px 0;
  }
}

/* 21 april css */
.filter-sec.logo-filter-pg {
  padding-bottom: 0 !important;
}

.search_sec.search_open .closedFilterSection .search_head {
  flex-direction: column;
  gap: 12px !important;
}

.search_sec.search_open .closedFilterSection .search_head img {
  max-width: 50px;
}

.search_sec.search_open .closedFilterSection .search_head p {
  font-size: 18px;
  font-weight: 600;
  color: #18181f;
}

.search_sec.search_open .search_style_wrapp {
  padding-bottom: 10px;
}

.search_sec.search_open .filter-collapse {
  padding: 20px 20px;
  background: none;
  position: relative;
  margin-bottom: 40px;
}

.search_sec.search_open .filter-collapse .filtter-button {
  float: left;
  position: absolute;
  left: 0;
  width: 40%;
  background: transparent;
  border-radius: 8px;
}

.search_sec.search_open .filter-collapse .filtter-button:hover {
  background: #f0f0f0;
}

.search_sec.search_open .search_style_wrapp.category {
  display: flex;
  gap: 10px;
}

.search_sec.search_open .closedFilterSection .search_head {
  justify-content: flex-start;
}

.search_sec.search_open .search_style_wrapp {
  position: relative;
}

.search_sec.search_open
  .search_style_wrapp
  .CloseFilterSectionContent
  .formWrapper {
  position: absolute;
  right: 0;
  top: 10px;
  left: 100%;
  width: 256px;
  margin-left: 20px;
  z-index: 99999;
  background: #fff;
  border-radius: 10px;
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #eaeaea;
}
.search_sec.search_open
  .search_style_wrapp
  .CloseFilterSectionContent
  .formWrapper::-webkit-scrollbar {
  width: 6px;
}
.search_sec.search_open
  .search_style_wrapp
  .CloseFilterSectionContent
  .formWrapper::-webkit-scrollbar-track {
  background: #eaeaea;
  border-radius: 10px;
  margin: 10px 10px !important;
}
.search_sec.search_open
  .search_style_wrapp
  .CloseFilterSectionContent
  .formWrapper::-webkit-scrollbar-thumb {
  background-color: #bbb;
  border-radius: 10px;
}
.search_sec.search_open
  .search_style_wrapp
  .CloseFilterSectionContent
  .formWrapper::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}

.search_sec.search_open .work_data2.closedFilterSection {
  background: #f7f7f7;
  padding-left: 15px;
  /* height: 100%; */
  border-right: 1px solid #e3e9ed;
  width: 129px;
}

.search_sec.search_open .show_logo {
  margin-top: 40px;
  padding-left: 20px !important;
}

.search_sec.search_open .search_style_wrapp .CloseFilterSectionContent form {
  padding: 10px;
}

.filter-sec.logo-filter-pg {
  padding-bottom: 0 !important;
}

.filter-sec.logo-filter-pg .container-fluid {
  padding-left: 0;
}

.filter-sec.logo-filter-pg .container-fluid {
  padding-left: 0;
}

.search_sec .work_data.slide-in-right {
  padding-top: 10px;
  padding-left: 30px;
}

.search_sec .work_data .filter-title {
  padding-left: 0;
  padding-top: 15px;
}

section.three-elements .card {
  transition: none !important;
}

/* .search_sec.search_open .search_head.CloseFilterSection:hover .CloseFilterSectionContent {
  display: block !important;
} */

.FilterContainerDiv {
  display: flex !important;
}

.FilterContainerDiv .work_data {
  /* width: 100%; */
  background: #f7f7f7;
}

.FilterContainerDiv .work_data.slide-out-left {
  /* display: none; */
  visibility: hidden;
  width: 0;
  /* height: 0 !important; */
}

/* .FilterContainerDiv #closedFilterSection {
  width: 60%;
}  */
/* .CommonClass {
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}


.slide-out-left {
  transform: translateX(0%);
  opacity: 0;
  z-index: 0;
      position: absolute !important;
  width: 100% !important;

}


.slide-in-right {
  transform: translateX(100%);
  opacity: 1;
  z-index: 2;
 
}  */

/* .search_sec .work_data {
  position: absolute;
  left: 0px;
  transition: all 0.3s linear;
  
}
.search_sec .work_data.openFilterSection {
  width: 272px;
  transform:translateX(-0%);
}
.search_sec .work_data.closedFilterSection {
  width: 130px;
  left: 0%;
transform:translateX(-1000%);
}
.search_sec.search_open .work_data.openFilterSection {
transform:translateX(-1000%);
}
.search_sec.search_open .work_data.closedFilterSection {
transform:translateX(0%);
} */
.knowledgebase-main-section .knowledge-base-content-container p {
  color: #18181f !important;
}

.RelatedArticleSection .KBDivWrapper {
  max-width: 100%;
  margin-left: auto;
}

.article-container-div,
.category-container-div {
  width: 100%;
}

.knowledgebase-main-section .ContentWraper {
  border: 1px solid #e3e9ed;
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
}

.knowledgebase-main-section .RelatedArticleSection {
  margin-top: 30px;
}

.knowledgebase-main-section .RelatedArticleSection .KBDivWrapper {
  padding: 0;
}

.knowledgebase-main-section .RelatedArticleSection .KBDivWrapper h3 {
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 24px !important;
  font-weight: 600 !important;
}

.knowledgebase-main-section .RelatedArticleSection .container {
  padding: 0;
}

.knowledgebase-main-section
  .ContentWraper
  .content-topics-div
  ul
  li.content-list-items {
  transition: all 0.2s ease-in-out;
}

.knowledgebase-main-section
  .ContentWraper
  .content-topics-div
  ul
  li.content-list-items:hover
  a {
  color: #4cce5f;
}

.knowledgebase-main-section .knowledgebase-chatsupport-div ul {
  padding-left: 0px;
}

.alt_dt_pg .cat-div li {
  font-size: 16px;
  line-height: 1.4;
}

.content-div ul li {
  font-size: 16px;
}

.slider-sec .img-box-head:has(img) {
  background-color: transparent !important;
}

.login-form .input-group > .form-control:focus {
  z-index: unset;
}

.isEmpty + label {
  color: #202124 !important;
}

/* dh */
.searchContainer.banner-content {
  position: relative;
}

.searchContainer.banner-content:has(.SearchResultContainerList li)
  .Select-text {
  border-radius: 25px 25px 0 0;
}

.searchContainer:has(.SearchResultContainerList li) .Select-text {
  border-radius: 25px 25px 0 0;
}

.SearchResultContainer {
  max-width: 700px;
  margin: auto;
  margin-top: 0px;
  background-color: #fff;
  border-radius: 0 0 25px 25px;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}

.SearchResultContainerList::-webkit-scrollbar {
  display: none;
}

.SearchResultContainerList {
  background-color: white;
  max-height: 220px;
  overflow-y: auto;

  margin-top: 0px;
  position: relative;
  z-index: 99 !important;
  margin: 0 11px;
}

.SearchResultContainerList {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  margin-top: 0;
  border-top: 1px solid #c8cacd;
  padding-top: 15px;
}

.SearchResultContainerList li {
  list-style: none;
  padding: 5px 15px;
  position: relative;
  border-radius: 8px;
}

.SearchResultContainerList li:hover {
  background-color: #4cce5f3d !important;
}

.SearchResultContainerList li a {
  color: #000;
}

.SearchResultContainerList li a i {
  color: #808080;
}

header .banner-content:has(.home_search_keywords1 li) .Select-text input {
  background-color: #fff;
  border-radius: 25px 25px 0 0;
  border-bottom: transparent;
  border: 1px solid #e3e9ed !important;
  border-bottom: 0 !important;
}

header .banner-content:has(.home_search_keywords1 li) .home-search-dd {
  margin-top: 0px;
  padding: 0;
  /* margin-top: 15px; */
  border: 1px solid #e3e9ed;
  border-top: unset;
  border-radius: 0 0 25px 25px;
}

header .banner-content:has(.home_search_keywords1 li) .home_search_keywords1 {
  padding-left: 0;
  border-top: 1px solid #c8cacd;
  margin: 0 11px;
  padding-top: 15px;
}

header .home_search_keywords1 li {
  border-radius: 8px;
  padding: 5px 5px;
}

header .home_search_keywords1 li:hover {
  background-color: #4cce5f3d !important;
}

.searchContainer {
  max-width: 700px;
  margin: auto;
}

/* 26may2025 start  */

.isEmpty + label.NewLabel {
  position: absolute;
  z-index: 8;
}

/* 26may2025 end  */

/* 27may2025 start  */
.logo_wrapper
  .brand-text
  .template_content
  .designerNameContainer
  p
  .designerName {
  color: #000;
  text-decoration: underline;
}

.logo_wrapper
  .brand-text
  .template_content
  .designerNameContainer
  p
  .designerName:hover {
  color: #4cce5f;
}

.SmallCheckoutFooter .site-footer {
  padding: 14px;
  line-height: 0;
}

/* 27may2025 end  */

/* 28may2025 start  */

.search-active #home_search_keywords li {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 4px 6px !important;
  border-radius: 6px;
}

.search-active {
  position: relative;
}

.search-active .home-search-top li .iconContainer {
  color: #808080;
}

.search-active #home_search_keywords {
  max-width: 100%;
  width: 100%;
  border-radius: 0 0 10px 10px !important;
  margin: 0;
  padding: 10px;
}

.search-active .home-search-dd.home-search3 {
  position: absolute !important;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 7px 15px;
  border-radius: 0 0 10px 10px !important;
  margin-top: 0;
}

.search-active #home_search_keywords {
  margin: 0 !important;
}

.search-active .Select-inner-text {
  border-radius: 25px 25px 0 0;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 7px;
}

.search-active .home-search-dd.home-search2 {
  border: 1px solid #e3e9ed;
  border-radius: 0 0 10px 10px !important;
  border-top: 0 !important;
  margin-top: 0 !important;
  position: absolute;
  width: 100%;
}

.search-active #home_search_keywords li:hover {
  background-color: #4cce5f3d !important;
}

.search-active .home-search1 {
  position: absolute;
  width: 100%;
}

.GoogleFeature #home_search_keywords li .iconContainer i {
  color: #808080;
}

.FormGroup.isEmpty .NewLabel {
  top: -10px !important;
  background-color: #fff !important;
  z-index: 10;
  font-size: 13px;
}

.formInput input:focus {
  border-color: #e3e9ed !important;
}

.billing-address-confirm-div .address-confirm-check {
  border-color: #000;
}

.custom_step_form .terms-condition-main-div a {
  color: #000;
}

.custom_step_form .terms-condition-main-div a:hover {
  color: #4cce5f;
}

.PaymentFormBox {
  padding-top: 30px;
}

#progress-form__panel-1 .custom_step_form .invalid {
  border-color: #f2392c !important;
}

/* 28may2025 end  */

/* 30may2025 start   */

.form-group .text-danger {
  color: #f2392c !important;
}

/* 30may2025 end   */
.terms-condition-list ul#accordion a:hover {
  color: #4cce5f;
}

/* 2july start */
.check_out_pnt .switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 20px;
}

/* / Hide default HTML checkbox / */
.check_out_pnt .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.check_out_pnt .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.check_out_pnt .slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.check_out_pnt input:checked + .slider {
  background-color: #4cce5f;
}

.check_out_pnt input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

.check_out_pnt input:checked + .slider:before {
  -webkit-transform: translateX(32px);
  -ms-transform: translateX(32px);
  transform: translateX(23px);
}

.check_out_pnt .slider.round {
  border-radius: 34px;
}

.check_out_pnt .slider.round:before {
  border-radius: 50%;
}
/* 2july end  */

@media screen and (max-width: 767px) {
  .alt_dt_pg .cat-div li {
    font-size: 14px !important;
    line-height: 1.4;
  }

  .content-div ul li {
    font-size: 14px !important;
  }

  .alt_dt_pg .popular-category-div,
  .alt_dt_pg .intrested-topics-div {
    padding: 5px;
  }

  .knowledgebase-main-section .ContentWraper {
    padding: 15px;
  }

  .knowledgebase-main-section.article-detail-kw
    .article-data-wrap
    .knowledgebase-chatsupport-div
    ul
    li {
    font-size: 14px !important;
    line-height: 1.3;
  }
}

/* 11 July , 2025 */
.templete_wrapper .add_para small,
.templete_wrapper .save_data span {
  position: relative;
  padding-left: 15px;
}

.templete_wrapper .add_para small::after,
.templete_wrapper .save_data span::after {
  content: "✓";
  position: absolute;
  left: 0;
  /* top: 5px; */
  color: #4cce5f;
  font-size: 15px;
  bottom: 0;
  font-size: 15px;
  top: -1px;
}
#subTextContainer p {
  margin-top: 15px;
  font-size: 13px;
  margin-bottom: 0;
}

.designerNameContainer a span.designerName {
  cursor: pointer;
}

/* new Css 31 july */
.snag_member_contact .snag_member_icons img {
  max-width: 120px;
  width: 100%;
}

.logos-text h2 {
  color: white;
}

.content-wrapper .logos-text .STL_class {
  font-size: 18px;
  font-weight: 600 !important;
  line-height: 33px;
  color: #ffffff;
  margin: 0 !important;
}

/* 13aug 2025 start  */

/* 19aug 2025 start  */
.banner-sec.banner-new-sec.top-banner-knowledgebase.support-banner.a_p.p_100.AboutUsPage
  .banner-content {
  max-width: 1200px !important;
  margin: auto;
}
footer .checkout_div_injection a {
  color: #fff;
}
footer .checkout_div_injection a:hover {
  color: #4cce5f;
}
/* 19aug 2025 end  */

/* 21aug2025 start */

.show_logo .result-span {
  display: block;
  margin: 10px 0;
}
/* 21aug2025 end */

/* 25aug2025 start  */
.slider-sec .slick-track {
  display: flex;
}

.logo-slider img {
  max-width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}

.logo-slider .slick-prev,
.logo-slider .slick-next {
  background: transparent;
  border: 1px solid #e0dfe0;
  font-size: 18px;
  color: #000;
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}

.logo-slider .slick-prev {
  left: -20px;
}
.logo-slider .slick-next {
  right: -20px;
}
.logo-slider .slick-slide {
  margin: 0 !important;
}

/* .logo-slider .slick-prev:hover,
.logo-slider .slick-next:hover {
  color: #000;
} */

/* 25aug2025 end  */

/* 29 aug 2025 */
.PrvcyLnkDv li {
  list-style-type: none;
}

.PrvcyLnkDv li a {
  color: #fff;
}

.PrvcyLnkDv {
  display: flex;
  align-items: center;
  gap: 20px;
}

.PrvcyLnkDv li a:hover {
  color: #4cce5f;
}
/* 5sep start */

.num_wrapper .num_right ul li img {
  max-width: 15px;
  width: 100%;
  margin-bottom: 3px;
}
.num_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.num_wrapper .num_right ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  margin: 0;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat";
  padding: 0;
}
.num_wrapper .num_right {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px;
  background-color: #f9f9f8;
  border-radius: 6px;
}
.chkout_txt ul li img {
  width: 24px;
  height: 24px;
}
.chkout_txt ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 14px;
  font-weight: 500;
  margin: 8px 0;
}
.work_data.closedFilterSection.CommonClass.slide-in-right .desktp-btn {
  height: 30px;
  width: 30px;
  position: absolute;
  right: -53px;
}

.new_div_new {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px !important;
  width: 32px !important;
  background: #fff;
  border: 1px solid #e9edf0;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  right: -6%;
  z-index: auto !important;
  top: 0px !important;
}

.new_div_new .filter-title {
  margin: 0;
  padding: 0px 0 2px 1px !important;
}
.new_div_new:hover svg {
  filter: brightness(11);
}
.new_div_new:hover {
  background-color: #4cce5f !important;
  color: #fff !important;
}
.closedFilterSection .new_div_new .filtter-button {
  position: relative !important;
}
.closedFilterSection .new_div_new .desktp-btn {
  right: -26px !important;
}
.closedFilterSection .new_div_new {
  right: -15px;
}
#openFilterSection .new_div_new.filter_full .filter-title #filterSliderClose {
  padding-top: 0 !important;
}
#openFilterSection #filterSliderClose {
  padding-top: 0 !important;
}
.orderByFilterClosed .fltr-box {
  margin-bottom: 0 !important;
}
#openFilterSection .fltr-box .options {
  border-radius: 6px !important;
  padding: 4px;
  cursor: pointer;
}
.closedFilterSection .new_div_new:hover {
  background-color: rgb(76 206 95) !important;
}
.closedFilterSection .new_div_new:hover svg {
  filter: brightness(11);
}
.outr_filtrhd .lft_filtrotr .logo_head .text-left .SmallSecTxtCls {
  font-size: 22px;
  font-weight: 500;
}
/* 5sep end */

/* 9sep start */
.logo_head h1 span {
  color: #18181f;
  display: block;
}

.ticket_sec .ticket_contnt .ticket_main_info input#supporting_docs {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 45px 43% !important;
}

.ticket_sec
  .ticket_contnt
  .ticket_main_info
  input#supporting_docs::file-selector-button {
  margin-bottom: 4px !important;
  margin: auto;
  display: block;
  font-size: 14px;
}

.td-sec-head {
  border-bottom: 1px solid #00000052;
  margin-bottom: 16px;
  padding-bottom: 4px;
}

/* 9sep end */

/* 12 sept start */
.logo_discount {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 10px 0 0 0;
}

.logo_discount #discount-countdown {
  font-weight: 600;
  font-size: 15px;
}
.orderByFilter {
  margin-top: 34px;
}
.show_logo {
  margin-top: 40px;
}

/* 12 sept end */

/* 15 sept start */

#closedFilterSection {
  padding-top: 46px;
}

/* 15 sept end */

/* 16sep start   */
.mobileSearchFiltersdv {
  background-color: #00000094;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  padding: 0;
  height: 100vh;
  width: 100%;
  /* initial hidden state */
  transform: translateX(100%);
  transition: transform 0.5s ease-in-out;
}

.fltropndClass {
  transform: translateX(0);
}

/* 18sep 2025 start  */

.logo-slider .slick-prev:hover,
.logo-slider .slick-next:hover {
  background-color: #4cce5f;
  color: #fff;
}

/* 18sep 2025 end  */

/* 22sep 2025 start */
.SrchDtlHdr .main-header.hidden-header {
  position: static !important;
}
.SrchDtlHdr.custom-header-2 .main-header.hidden-header {
  position: static !important;
}
.SrchDtlHdr.custom-header-2 #nav_banner_content {
  bottom: 0px;
  width: 96% !important;
}
/* 22sep 2025 end */

/* 30 sep  start */

button#clearFilters {
  border: 1px solid #000 !important;
  border-radius: 20px;
  background: transparent;
  padding: 6px 10px;
  /* border: none; */
  font-size: 12px;
  color: #000;
  margin-bottom: 0.5rem;
  margin-top: 0 !important;
  margin-left: 6px;
}

.selected-filter-wrap {
  align-items: center;
}

/* 30 sep end */

/* 1oct 2025 start  */
.selected-filter-wrap .LblCnterdv {
  gap: 6px;
  display: flex;
  flex-wrap: wrap;
}

/* 1oct 2025 end  */

/* 10oct 2025 start */
/* .loginRegisterHeaderStop {
  position: relative !important;
  z-index: 9999 !important;
} */
.exlcTxt ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  padding: 0;
  gap: 2px;
  margin-bottom: 4px;
  margin-top: 14px;
}
.exlcTxt p {
  font-size: 12px;
  line-height: normal;
  padding-left: 14px;
}
.exlcTxt {
  border-bottom: 1px solid #cad3db;
}
.exlcTxt ul li img {
  max-width: 12px;
  width: 100% !important;
  max-height: 12px;
  height: 100%;
  margin-top: -2px;
}
.img-text-list .upperLogoTxt {
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 100%;
}
.img-text-list .upperLogoTxt .chkout_txt ul li {
  padding: 0;
}
.img-text-list .lowerLogoTxt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.img-text-list .upperLogoTxt .chkout_txt ul {
  margin: 0px 0 0 0;
}
.img-text-list .upperLogoTxt .chkout_txt ul li img {
  max-width: 11px;
  width: 100%;
  max-height: 11px;
  height: 100%;
  margin-top: -2px;
}
.exlcTxt ul li {
  color: #18181f;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
}
.ArticlePageParentSection .knowledgebase-chatsupport-div strong {
  font-weight: 600;
}
.ticket-list .info-list a .article-info-text {
  font-weight: 600;
}
.text-dark {
  color: #000 !important;
}
/* 10oct 2025 end */

/* 14oct 2025 start  */

.GSTContainerDiv .discount_data p {
  margin: 0;
}

.GSTContainerDiv .discount_data {
  margin-bottom: 0 !important;
  margin-top: 10px !important;
}
.GSTContainerDiv .subtotal {
  border-top: 1px solid #cad3db;
  margin-top: 8px;
  padding-top: 8px;
}
.GSTContainerDiv .total_data.total_price_box {
  border-top: 1px solid #cad3db;
  margin-top: 8px;
}
.GSTContainerDiv .total_data.total_price_box p {
  padding-top: 8px;
  font-size: 18px;
}
/* 14oct 2025 end  */

/* 15oct 2025 start  */

.img-text-list .upperLogoTxt .chkout_txt {
  margin-top: 3px;
}
.Vatotr {
  position: relative;
}

.Vatotr .ImgDvCls {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(-50%, -50%);
  max-width: 16px;
  width: 100%;
  max-height: 16px;
  height: 100%;
}

.Vatotr .ImgDvCls img {
  max-width: 100%;
  width: 100%;
}
.terms-sec .terms-condition .ContentHead h1 {
  color: #18181f;
}
.tbl_lisnce_wrp .tabl_hd h1 {
  color: #18181f;
}
.long-text p strong {
  color: #18181f;
}
.check_out_pnt.sub_div .opt-btn-check.sub_div .add_para.sub_div p strong {
  color: #18181f;
}

.hidescrllbr {
  overflow: hidden;
}
/* 15oct 2025 end  */

/* 27oct 2025 start  */
.card_detail .form-row.row:first-child {
  margin-bottom: 15px;
}
.floating-label {
  top: 18px !important;
  background: transparent !important;
  margin: 0 !important;
  z-index: 99 !important;
}
.stripe-field.focused .floating-label,
.stripe-field.has-value .floating-label {
  top: -8px !important;
  left: 50px !important;
  background-color: #fff !important;
  border-radius: 4px;
}
.stripe-field .floating-label {
  left: 20px !important;
}

.stripe-field .__PrivateStripeElement {
  display: none !important;
} 
.logged_in_header #search-input {
  display: none;
}

.motifsDv {
  margin-top: 50px;
}
.motifsDv .MotifsChips {
  display: flex;
  gap: 10px;
  padding: 0 10px 0 0px;
  margin-left: 0;
  align-items: center;
  margin-top: 14px;
}
.NmOnCrd .FormGroup.isEmpty .NewLabel {
  top: 0px !important;
}
/* 27oct 2025 end  */

.img-text-list .lowerLogoTxt.stLstCls ul li::before {
  top: 3px;
}
.inrDvCls {
  background-color: #fff;
  padding: 10px;
}
.discount_data.discount_price_box p {
  font-weight: bold;
}

.CardNumberField.CardNumberField--ltr {
  flex-direction: row-reverse !important;
  display: flex !important;
}
.inrDvCls input::placeholder {
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #000 !important;
  font-size: 16px;
}

.pay_form_data .floating-label {
  color: #18181f !important;
}

.pay_form_data label.NewLabel {
    font-weight: 400;
    font-size: 14px;
    color: #18181f !important;
    padding: 0 5px 0px 5px !important;
}

.form-group.stripe-field .__PrivateStripeElement {
  display: flex !important;
}
/* .form-group.stripe-field .control-label.floating-label {
  left: 9% !important;
  padding-top: 1px;
} */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
}

.form-group.ChkBXDiv
  .form__field.form-row.form__field
  #term-and-condition-error {
  display: flex !important;
  line-height: normal !important;
  font-size: 15px !important;
  margin-left: 43px;
  margin-top: 0 !important;
  top: 0;
}
.form-group.ChkBXDiv .form-row.form__field {
  margin: 8px 0 !important;
}

/* 14nov start 2025  */

.header.logout-y.custom-header.loginHeaderNew.loginRegisterHeaderStop.SrchDtlHdr.custom-header-2 {
  /* display: none; */
  position: relative;
}
/* 14nov end 2025  */

/* responsive css only */
@media (max-width: 767px) {
  .checkout_sec
  form#progress-form
  .custom_step_form
  .step_form
  .already_account_div
  a {
    font-size: 14px;
}
  .checkout_sec
  .custom_step_form
  .step_form
  .step_form_content
  .already_account_div
  p {
    font-size: 14px;
    margin-bottom: 0;
}
  .header.logout-y.custom-header.loginHeaderNew.loginRegisterHeaderStop.SrchDtlHdr.custom-header-2 {
    display: none !important;
    position: absolute;
  }
  .header.logout-y.custom-header.loginHeaderNew.loginRegisterHeaderStop.SrchDtlHdr {
    /* height: 200px !important; */
    margin-bottom: 60px !important;
  }
  .MobileViewClass #top-headerhidecheckout.log--mob {
    width: fit-content !important;
  }
  header.header.custom-header:has(.log--mob)
    .main-header
    .navbar.navbar-expand-lg.this_is_the_class_which {
    justify-content: center !important;
  }
  header.header.custom-header:has(.log--mob) .main-header .container-fluid {
    padding: 0 !important;
  }
}
