p,
h1,
h1,
h3,
h4,
h5,
h6,
div,
span,
ul,
li {
  text-transform: capitalize;
}

.header-main-box {
  position: sticky;
  top: 0;
  z-index: 9999;
}

.website-logo {
  height: 100px;
}

.paddingleftright70 {
  padding-left: 70px;
  padding-right: 70px;
}

.font22w700 {
  font-size: 22px;
  font-weight: 700;
}

.font18w500 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
}

.services-icon-box i {
  font-size: 80px;
  color: #023e78;
  transition: 0.5s ease-in-out;
}

.spm-types-section {
  background: #f8fafc;
}

.spm-section-title {
  font-weight: 700;
  font-size: 32px;
  color: #0f172a;
}

.spm-section-subtitle {
  color: #64748b;
  max-width: 600px;
  margin: auto;
}

.spm-type-card {
  background: #ffffff;
  padding: 30px 25px;
  border-radius: 14px;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid #e2e8f0;
  height: 100%;
  position: relative;
  overflow: hidden;
}

/* Hover Effect */
.spm-type-card:hover {
  transform: translateY(-8px);
  border-color: #b9123d;
  box-shadow: 1px 1px 20px 3px rgba(185, 18, 61, 0.25),
    0 15px 35px rgba(0, 0, 0, 0.08);
}

/* Learn More text hidden by default */
.spm-type-card .spm-learn-more {
  display: inline-block;
  margin-top: 15px;
  font-weight: 500;
  color: #03417a;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

/* Show Learn More on hover */
.spm-type-card:hover .spm-learn-more {
  opacity: 1;
  transform: translateY(0);
}

.spm-icon {
  font-size: 40px;
  margin-bottom: 15px;
  color: #b9123d;
}

.spm-type-card h5 {
  font-weight: 600;
  margin-bottom: 12px;
  color: #1e4177;
}

.spm-type-card p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
}

/* CSS */
.button-30 {
  align-items: center;
  width: 250px;
  font-weight: 700;
  appearance: none;
  background-color: #ffffff;
  border-radius: 4px;
  border-width: 0;
  box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  box-sizing: border-box;
  color: #03417a;
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono", monospace;
  height: 48px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s, transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow, transform;
  font-size: 18px;
}

.button-30:focus {
  box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
}

.button-30:hover {
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  transform: translateY(-2px);
}

.button-30:active {
  box-shadow: #D6D6E7 0 3px 7px inset;
  transform: translateY(2px);
}

.report-btn-main-box {
  display: flex;
  justify-content: center;
}

/* latest Scam Alert Section */

.scam-card {
  background: linear-gradient(135deg, #1a1a1a, #0d0d0d);
  border-left: 6px solid #d32f2f;
  border-radius: 12px;
  padding: 8px;
  color: #ffffff;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.6);
  margin: 15px;
}

.scam-card img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 5px;
}

.scam-badge {
  display: inline-block;
  background: #d32f2f;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px;
  margin-bottom: 10px;
}

.scam-card h3 {
  font-size: 20px;
  margin: 5px 0 5px;
  color: #ffffff;
  height: 50px;
  overflow: hidden;
}

.scam-card p {
  font-size: 14px;
  color: #d1d1d1;
  line-height: 1.6;
  height: 65px;
  overflow: hidden;
}

.red-flags {
  margin: 16px 0;
  padding-left: 0;
  list-style: none;
}

.red-flags li {
  font-size: 14px;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

.red-flags li::before {
  content: "⚠";
  position: absolute;
  left: 0;
  color: #ff5252;
}

.scam-btn {
  display: inline-block;
  margin-top: 14px;
  background: #d32f2f;
  color: #fff;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.3s ease;
}

.scam-btn:hover {
  background: #b71c1c;
}

.alert-card-box-btn {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.dfjcac {
  display: flex;
  align-items: center;
}

.counter-icon {
  font-size: 60px;
}

/* video Card Css */
.video-card {
  cursor: pointer;
}

.thumbnail {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.thumbnail img {
  width: 100%;
  display: block;
}

.duration {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0, 0, 0, 0.8);
  padding: 3px 6px;
  font-size: 12px;
  border-radius: 4px;
}

.channel-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.video-card .title {
  font-size: 16px;
  margin: 0;
  line-height: 1.4;
  color: #023e78;
}

.channel-name {
  font-size: 13px;
  color: #aaa;
  margin: 4px 0 0;
}

.meta {
  font-size: 12px;
  color: #777;
}

/* video Section CSS blue BG */
.video-card {
  cursor: pointer;
}

.thumbnail {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.thumbnail img {
  width: 100%;
  display: block;
}

.duration {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0, 0, 0, 0.8);
  padding: 3px 6px;
  font-size: 12px;
  border-radius: 4px;
  color: #fff;
}

.video-info {
  display: flex;
  margin-top: 12px;
  gap: 12px;
}

.side-video-info {
  display: flex;
  gap: 12px;
}

.channel-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.blue-bg .title {
  font-size: 16px;
  margin: 0;
  line-height: 1.4;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blue-bg .channel-name {
  font-size: 13px;
  color: #ffffff;
  margin: 4px 0 0;
}

.blue-bg .meta {
  font-size: 12px;
  color: #ffffff;
}

/* blog list css */
.blog-list {
  padding: 50px 0;
}


.blog {
  background-color: #031e4a;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.blog-image {
  position: relative;
}

.blog-image img {
  width: 100%;
  height: auto;
  transition: transform 0.3s;
}

.blog-image img:hover {
  transform: scale(1.05);
}

.blog-image .date {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: #d4394e;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 14px;
}

.blog-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.blog-content h3 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #ffffff;
}

.blog-content p {
  flex-grow: 1;
  color: #e9e9e9;
  margin-bottom: 20px;
}

.blog-content a {
  align-self: flex-start;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.blog-content a:hover {
  background-color: #0056b3;
}

.white-bg .title {
  font-size: 16px;
  margin: 0;
  line-height: 1.4;
  color: #1a1a1a;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.white-bg .channel-name {
  font-size: 13px;
  color: #1a1a1a;
  margin: 4px 0 0;
}

.white-bg .meta {
  font-size: 12px;
  color: #1a1a1a;
}

/* video details Page Css */
/* ===== Wrapper ===== */
.vd-wrapper {
  background: #ffffff;
  padding: 60px 0;
}

/* ===== Main Video ===== */
.vd-main-video video {
  width: 100%;
  border-radius: 10px;
}

.vd-title {
  font-size: 26px;
  font-weight: 700;
  color: #111;
}

.vd-meta {
  color: #777;
  font-size: 14px;
  margin-bottom: 15px;
}

.vd-description {
  font-size: 15px;
  color: #444;
  line-height: 1.7;
}

/* ===== Related Section ===== */
.vd-related-heading {
  font-size: 20px;
  font-weight: 700;
  margin: 50px 0 25px;
  color: #111;
}

/* ===== Video Card ===== */
.vd-video-card {
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  overflow: hidden;
  transition: 0.3s ease;
  background: #fff;
  cursor: pointer;
}

.vd-video-card:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.vd-video-card img {
  width: 100%;
}

.vd-card-body {
  padding: 12px;
}

.vd-card-title {
  font-size: 14px;
  font-weight: 600;
  color: #111;
}

.vd-card-date {
  font-size: 12px;
  color: #888;
  margin-top: 5px;
}

/* ===== Load More Button ===== */
.vd-more-btn {
  padding: 8px 22px;
  background: #012049;
  color: #fff;
  border: none;
  border-radius: 5px;
  transition: 0.3s;
}

.vd-more-btn:hover {
  background: #36bfed;
}

.vd-hidden-content {
  display: none;
}

.vd-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
}

.vd-clamp.active {
  -webkit-line-clamp: unset;
}

.blog-detail-heading-one {
  font-size: 35px;
}

.section-title-inner-page h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 0;
}


/* Parallax section */
.zx-parallax-wrap {
  height: 60vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.7)),
    url("../images/about-us/our-mission.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zx-parallax-title {
  font-size: 48px;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
}

.zx-parallax-text {
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.texttransfer-lowercase {
  text-transform: lowercase;
}

/* Get Help and report a scam form */
.asp-help-section {
  background: #f4f7ff;
}

.asp-help-heading {
  font-size: 36px;
  font-weight: 700;
  color: #0B3D91;
}

.asp-help-heading span {
  color: #E63946;
}

.asp-help-text {
  margin-top: 15px;
  color: #555;
  line-height: 1.7;
}

.asp-help-points {
  margin-top: 25px;
}

.asp-point {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  font-weight: 500;
  color: #333;
}

.asp-point i {
  color: #1E6DEB;
  font-size: 20px;
}

.asp-help-card {
  background: white;
  padding: 35px;
  border-radius: 14px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  border-top: 4px solid #1E6DEB;
}

.asp-label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
}

.asp-input {
  border-radius: 8px;
  padding: 10px;
  border: 1px solid #dcdcdc;
}

.asp-input:focus {
  border-color: #1E6DEB;
  box-shadow: none;
}

.asp-submit-btn {
  background: #1E6DEB;
  color: white;
  padding: 14px;
  font-weight: 600;
  border-radius: 8px;
  transition: 0.3s;
}

.asp-submit-btn:hover {
  background: #0B3D91;
  color: white;
}

.login-section {
  float: right;
}

.login-section-anchotr {
  display: flex;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  align-items: center;
}

.login-section-anchotr img {
  height: 30px;
  border-radius: 5px;
  border: 1px solid #fff;
  width: 30px;
}

/* login and Registration CSS */
.aud-register-section,
.aud-login-section {
  padding: 50px 0;
  background: #f4f7ff;
}

.aud-auth-card {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.aud-auth-title {
  font-weight: 700;
  color: #0B3D91;
  margin-bottom: 10px;
}

.aud-auth-sub {
  color: #666;
  margin-bottom: 25px;
}

.aud-label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 6px;
}

.aud-input {
  border-radius: 8px;
  padding: 10px;
}

.aud-auth-btn {
  background: #1E6DEB;
  color: #fff;
  padding: 12px;
  font-weight: 600;
  border-radius: 8px;
}

.aud-auth-btn:hover {
  background: #0B3D91;
  color: #fff;
}

.aud-switch {
  margin-top: 20px;
  text-align: center;
}

.aud-switch a {
  color: #E63946;
  font-weight: 600;
  text-decoration: none;
}

/* dashboard css */
/* LAYOUT */

.aspd-dashboard-wrapper {
  min-height: 100vh;
  background: #f5f7ff;
}

/* SIDEBAR */

.aspd-sidebar {
  color: #fff;
  position: relative;
}

.aspd-logo {
  font-weight: 700;
  margin-bottom: 35px;
}

.aspd-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  position: fixed;
  width: 250px;
  padding: 25px;
  background: #013c76;
  height: 100vh;
  z-index: 99;
}

.aspd-menu li {
  margin-bottom: 10px;
}

.aspd-menu a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 6px;
}

.aspd-menu a:hover {
  background: #1E6DEB;
}

/* MAIN */

.aspd-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}

/* TOPBAR */

.aspd-search input {
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.aspd-search i {
  font-size: 25px;
  color: #1E6DEB;
  cursor: pointer;
}

.aspd-user {
  display: flex;
  align-items: center;
  gap: 10px;
}

.aspd-avatar {
  border-radius: 50%;
  width: 35px;
  height: 35px;
}

/* CONTENT */

.aspd-content {
  margin-top: 8%;
}

/* STATS CARDS */

.aspd-card {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.aspd-card-icon {
  font-size: 28px;
  color: #1E6DEB;
  margin-bottom: 10px;
}

.aspd-card h3 {
  font-weight: 700;
  margin-bottom: 5px;
}

/* RECENT UPLOADS */

.aspd-section-card {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.aspd-upload-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.aspd-upload-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 8px;
  background: #fafbff;
}

.aspd-upload-icon {
  font-size: 22px;
  color: #1E6DEB;
}

.aspd-upload-info {
  flex: 1;
}

.aspd-upload-title {
  font-weight: 600;
  margin-bottom: 4px;
}

.aspd-upload-meta {
  font-size: 13px;
  color: #666;
  margin: 0;
}

.aspd-upload-status {
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 20px;
  font-weight: 600;
}

.aspd-status-published {
  background: #e8f7ef;
  color: #1b7a44;
}

.aspd-status-pending {
  background: #fff4e5;
  color: #c27a00;
}


.aspd-topbar {
  background: #fff;
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  position: fixed;
  left: 250px;
  width: calc(100% - 250px);
  z-index: 8;
}

.aspd-menu.active {
  left: 0;
  transition: 0.4s ease-in-out;
}

/* article upload CSS */
.aspd-form-label {
  font-weight: 600;
  margin-bottom: 6px;
}

.aspd-input {
  border-radius: 8px;
  padding: 10px;
  border: 1px solid #ddd;
}

.aspd-input:focus {
  border-color: #1E6DEB;
  box-shadow: none;
}

.aspd-btn-primary {
  background: #1E6DEB;
  color: #fff;
  padding: 10px 18px;
  border-radius: 6px;
  font-weight: 600;
}

.aspd-btn-primary:hover {
  background: #0B3D91;
  color: #fff;
}

.aspd-btn-secondary {
  background: #e5e7eb;
  padding: 10px 18px;
  border-radius: 6px;
  font-weight: 600;
}

/* User Profile CSS */
.aspd-profile-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.aspd-avatar-wrap {
  position: relative;
  display: inline-block;
}

.aspd-avatar-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #f1f1f1;
}

.aspd-avatar-upload {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #1E6DEB;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
}

.aspd-profile-stats {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.aspd-profile-stats div {
  text-align: center;
}

.aspd-profile-stats h6 {
  margin: 0;
  font-weight: 700;
}

.aspd-profile-stats span {
  font-size: 13px;
  color: #777;
}

/* My Profile Page CSS */
.aspd-article-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.aspd-article-card:hover {
  transform: translateY(-5px);
}

.aspd-article-img {
  position: relative;
}

.aspd-article-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.aspd-art-status {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

.aspd-art-published {
  background: #e8f7ef;
  color: #1b7a44;
}

.aspd-art-pending {
  background: #fff4e5;
  color: #c27a00;
}

.aspd-article-content {
  padding: 18px;
}

.aspd-art-title {
  font-weight: 600;
  margin-bottom: 8px;
}

.aspd-art-meta {
  font-size: 13px;
  color: #777;
  margin-bottom: 5px;
}

.aspd-art-actions {
  margin-top: 12px;
  display: flex;
  gap: 10px;
}

.aspd-art-btn {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #f3f4f6;
  color: #333;
}

.aspd-art-btn.edit:hover {
  background: #e3f0ff;
  color: #1E6DEB;
}

.aspd-art-btn.delete:hover {
  background: #ffe6e6;
  color: #e53935;
}

/* Vide Style Css */
.aspd-vid-search {
  max-width: 350px;
}

.aspd-video-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.aspd-video-card:hover {
  transform: translateY(-5px);
}

.aspd-video-thumb {
  position: relative;
}

.aspd-video-thumb img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.aspd-vid-duration {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 4px;
}

.aspd-vid-status {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 20px;
  font-weight: 600;
}

.aspd-vid-published {
  background: #e8f7ef;
  color: #1b7a44;
}

.aspd-vid-pending {
  background: #fff4e5;
  color: #c27a00;
}

.aspd-video-content {
  padding: 18px;
}

.aspd-vid-title {
  font-weight: 600;
  margin-bottom: 8px;
}

.aspd-vid-meta {
  font-size: 13px;
  color: #777;
  margin-bottom: 5px;
}

.aspd-vid-actions {
  margin-top: 12px;
  display: flex;
  gap: 10px;
}

.aspd-vid-btn {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #f3f4f6;
  color: #333;
}

.aspd-vid-btn.edit:hover {
  background: #e3f0ff;
  color: #1E6DEB;
}

.aspd-vid-btn.delete:hover {
  background: #ffe6e6;
  color: #e53935;
}

/* MOBILE */

@media only screen and (min-width: 992px) {
  .desktop-display-none {
    display: none;
  }
}

/* Media Query */
@media only screen and (max-width: 1200px) {
  .paddingleftright70 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .website-logo {
    height: 80px;
  }

  .security-content-box {
    margin-top: 20px;
  }

  .page-header-box .bredcurm_heading {
    font-size: 40px;
    font-weight: 700;
  }

  .blog-detail-heading-one {
    font-size: 32px;
  }

  .section-title-inner-page h1 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 0;
  }

  .zx-parallax-wrap {
    height: 65vh;
  }

}

@media only screen and (max-width: 992px) {
  .paddingleftright70 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .website-logo {
    height: 70px;
  }

  .page-header-box .bredcurm_heading {
    font-size: 30px;
    font-weight: 700;
  }

  .blog-detail-heading-one {
    font-size: 28px;
  }

  .section-title-inner-page h1 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
  }

  .zx-parallax-wrap {
    height: 70vh;
  }

  .aspd-topbar {
    left: 0;
    width: 100%;
    z-index: 9;
  }

  .mobile-display-none {
    display: none;
  }

  .aspd-menu {
    left: -100%;
    transition: 0.4s ease-in-out;
  }

  .tab-device-column-reverce {
    display: flex;
    flex-direction: column-reverse;
  }

}

@media only screen and (max-width: 767px) {
  .paddingleftright70 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .website-logo {
    height: 60px;
  }

  .page-header-box .bredcurm_heading {
    font-size: 26px;
    font-weight: 700;
  }

  .blog-detail-heading-one {
    font-size: 22px;
  }

  .section-title-inner-page h1 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0;
  }

  .zx-parallax-wrap {
    height: 80vh;
  }

  .aspd-upload-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .aspd-content {
    margin-top: 20%;
  }
}