:root {
  --primary-color: #105F9B;
  --secondary-color: #2ecc71;
  --primary-font-color: #252F4A;
  --secondary-font-color: #252F4A;
  --main-background-color: #FFFFFF;
  --font-main: "source-sans-pro", sans-serif;
  --border-radius: 8px;
}
.last-li a{
  color: var(--main-background-color) !important;
}

.more-title{
  margin: auto;
  width: 85%;
  margin-top: 110px;
}
.footer-logo {
    height: auto;
    width: 235px !important;
}
.page-header .header-content-container {
  width: 85% !important;
}

.sub-container {
  width: 85% !important;
}

.catogory-links{
  text-decoration: none;
  color: #252F4A;
}

.logo-content {
  gap: 1rem !important;
  padding: 0.2rem 1rem !important;
}


.happiest-award {
  width: 80px !important;
}

.quality-choiceaward {
  width: 80px !important;
}

.certification-logo {
  width: 65px !important;
}

.term-conditions {
  font-size: 0.9875rem !important;
}

.media-text {
  font-size: 0.925rem !important;
  font-weight: 600 !important;
}

a.footer-redirection {
  min-width: 40px !important;
  min-height: 40px !important;
}

.footer-col-header {
  font-size: 1.3rem !important;
}

.btn.color-freesignup {
  padding: 0 4.7rem !important;
}

.page-header ul.complete-list>li>a {
  padding-bottom: 0px;
}

body {
  margin: 0;
  padding: 0;
}

.container {
  background-color: var(--main-background-color);
  display: flex;
  flex-direction: column;
  margin: auto;

}

.main-background {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 0;
  padding: 70px 0;
  position: relative;
  height: clamp(180px, 10vw + 50px, 260px);
  left: 0;
  background: #F3FAFF 0% 0% no-repeat padding-box;

}

.mobile-author {
  display: none;
}

.author-image {
  display: block;
}

.author-card img {
  object-fit: cover;
  width: 17%;
  height: 17%;
}

.author-card {
  width: 84%;
  gap: 3rem;
  margin: auto;
  padding: 1rem;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 5rem;
  text-align: center;
}

.author-bio {
  text-align: left;
}

.author img {
  border-radius: 8px;
  width: 100%
}

.icons-list-author {
  list-style: none;
  padding: 0;
  margin: 0;
}

.author {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
  justify-content: center
}

.author-info {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 0.4rem;
}

.author img {
  max-width: 120px;
  height: auto
}

.author-info h1 {
  margin: 0;
  font-size: clamp(24px, 3.2vw, 35px);
  color: #252F4A
}

.more-title h2 {
  font-size: clamp(24px, 3.2vw, 39px);
  color: #252F4A;
  text-align: left;
  font-weight: bold !important;
}

.author-role {
  color: #105F9B;
  font-size: clamp(1rem, 4vw - 1rem, 1.5rem);
  margin: 0;
  padding: 0;
}

.author-bio {
  color: #4B5563;
  font-size: clamp(1rem, 4vw - 1rem, 1.6rem);
  margin: 0;
  padding: 0;
}

.footer-linkedinicon-author:hover {
  border-radius: 50%;
}

.footer-linkedinicon-author path {
  fill: #105F9B;
}


.main-container {
  width: 85%;
  display: flex;
  flex-direction: row;
  margin: auto;
  gap: 2rem;
}

.card-container {
  max-width: 73rem;
}

.blog-row {
  display: flex;
  gap: 2rem;
}

.blog-card {
  border: 1px solid #CEDCEA;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 2rem;
  padding: 1rem;
  width: 50%;
  display: flex;
  flex-direction: column;
}


.card-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.card-image img {
  width: 100%;
  display: block;
}

.card-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s ease-out;
}

.tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--primary-color);
  color: var(--main-background-color);
  font-size: 11px;
  padding: 6px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

.card-content {
  padding: 0.8rem;
  height: auto;
  flex: 1;
}

.card-content h2 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.card-content p {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.read-more {
  color: var(--primary-color);
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: bold;
}



.card-footer {
  background: #FFFF;
  padding: 0.8rem;
  font-size: 0.85rem;
  color: var(--primary-color);
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-top: 20px;
  margin-bottom: 5rem;
}

.pagination a {
  padding: 4px 16px;
  text-decoration: none;
  color: #105F9B;
  border: 2px solid #F1F1F4;
  border-radius: 12px;
  margin: 0 11px;
  transition: background-color 0.3s ease;
}

.three-dot-span {
  margin-top: 37px;
  margin-bottom: 0px;
  color: #105F9B;
  font-size: clamp(24px, 5vw, 32px);
}

.pagination .active-span a {
  background-color: #105F9B;
  color: white;
  border-color: #105F9B;
}

.pagination a:hover {
  border: 2px solid #105F9B;
}

.pagination a:first-child,
.pagination a:last-child {
  font-size: clamp(18px, 4vw, 28px);
}

.pagination a[aria-disabled="true"] {
  pointer-events: none;
  color: white;
}

.left-arrow,
.right-arrow {
  text-decoration: none;
  border: none !important;
}

.left-arrow:hover,
.right-arrow:hover {
  background: #F0F6FE 0% 0% no-repeat padding-box;
}

@media screen and (max-width: 1200px) {
  .pagination a {
    padding: 2px 12px;
    margin: 0 8px;
  }

  .pagination .active-span a {
    font-size: clamp(14px, 4vw, 18px);
  }

  .three-dot-span {
    font-size: clamp(18px, 4vw, 24px);
  }

  .pagination a:first-child,
  .pagination a:last-child {
    font-size: clamp(20px, 3vw, 26px);
  }
}

@media screen and (max-width: 768px) {
  .pagination a {
    padding: 2px 12px;
    margin: 0 6px;
  }

  .pagination {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-top: 20px;
    margin-bottom: 5rem;
  }

  .three-dot-span {
    font-size: clamp(16px, 6vw, 20px);
  }

  .pagination a:first-child,
  .pagination a:last-child {
    font-size: clamp(18px, 5vw, 22px);
  }
}

@media screen and (max-width: 480px) {
  .pagination a {
    padding: 2px 12px;
    margin: 0 4px;
  }

  .pagination .active-span a {
    font-size: clamp(12px, 6vw, 16px);
  }

  .three-dot-span {
    font-size: clamp(14px, 8vw, 18px);
  }

  .pagination a:first-child,
  .pagination a:last-child {
    font-size: clamp(16px, 7vw, 20px);
  }
}

@media screen and (max-width: 320px) {
  .pagination a {
    padding: 5px 10px;
    margin: 0 3px;
  }

  .pagination .active-span a {
    font-size: 14px;
  }

  .three-dot-span {
    font-size: 16px;
  }

  .pagination a:first-child,
  .pagination a:last-child {
    font-size: 18px;
  }
}


.side-section {
  margin-left: auto;
}

.sidebar {
  padding: 25px;
  background: #F7FCFF 0% 0% no-repeat padding-box;
  border-radius: 19px;
  max-width: 23rem;
  margin: auto;
  font-family: "source-sans-pro", sans-serif;
  color: var(--primary-font-color);
}

.sidebar-section {
  text-align: center;
  margin: 0 0;
}

.sidebar-section h4 {
  border-bottom: 1px solid #f1e1fc;
}

.sidebar-section h3,
.sidebar-section h4 {
  font-weight: 600;
  margin-bottom: 5px;
}

.sidebar-section h3 {
  font-size: 31px;
  font-weight: 600;
  color: #105F9B;
  margin-bottom: 1.5rem;
  margin-top: 0;
  position: relative;
  padding: 0 1rem;
}

.sidebar-section h3::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  height: 1px;
  background: #9CB6CD;
  width: 100%;
}


.recent-post {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  text-align: left;
}

.recent-post img {
  width: 89px;
  border-radius: 4px;
}

.recent-post p {
  font-size: 14px;
  color: var(--primary-font-color);
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 14px;
}

.social-icons a {
  color: inherit;
  font-size: 18px;
  text-decoration: none;
  transition: transform 0.3s ease, color 0.3s ease;
}

.social-icons .fa-facebook-f {
  color: var(--primary-color);
}

.social-icons .fa-twitter {
  color: #1DA1F2;
}

.social-icons .fa-instagram {
  color: #E1306C;
}

.social-icons .fa-pinterest-p {
  color: #BD081C;
}

.social-icons .fa-linkedin-in {
  color: var(--primary-color);
}

.social-icons .fa-youtube {
  color: #FF0000;
}

.sidebar-cta {
  text-align: center;
  margin-top: 30px;
}

.sidebar-cta p {
  font-size: 29px;
  font-weight: 700;
  margin-bottom: 15px;
  padding: 0 10px;
}

.sidebar-cta img {
  object-fit: cover;
  width: 100%;
  max-width: 275px;
  height: 179px;
  margin: auto;
  margin-bottom: 1.5rem;
}

.signup-button {
  display: inline-block;
  background-color: var(--primary-color);
  color: white;
  padding: 10px 20px;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.signup-button:hover {
  background-color: var(--primary-color);
}

.category-sidebar {
  background: #fff;
  padding: 20px;
  font-family: "source-sans-pro", sans-serif;
}

.category-sidebar h3 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 5px;
}

.category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-list>li {
  padding: 8px 0;
  font-size: 19px;
  display: flex;
  align-items: baseline;
  gap: 6px;
  text-align: left;
}

.sub-list {
  list-style: none;
  padding-left: 16px;
  margin-top: 4px;
}

.sub-list li {
  padding: 6px 0;
  font-size: 14px;
  color: var(--primary-font-color);
  display: flex;
  align-items: center;
  gap: 6px;
}

.arrow {
  font-size: 25px;
  color: var(--primary-font-color);
  padding-bottom: 3px;
}

.sidebar-cta {
  position: sticky;
  top: 140px;
  width: 387px;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 2rem 0.7rem;
  border-radius: 19px;
  box-shadow: 0 0 14px 0 rgba(24, 153, 228, 0.1);
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 16px;
}

.sidebar-cta p {
  font-size: 29px;
  font-weight: 600;
  color: var(--primary-font-color);
  margin-top: 0;
  text-align: center;
  line-height: 30px;

}

.sidebar-cta .signup-button {
  display: inline-block;
  background: transparent linear-gradient(178deg, #105F9B 0%, #006CBE 100%) 0% 0% no-repeat padding-box;
  ;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  width: 140px;
  margin: auto;
}

.sidebar-cta .signup-button:hover {
  background: transparent linear-gradient(178deg, #006CBE 0%, #105F9B 100%) 0% 0% no-repeat padding-box;
}


.sidebar-section-inner {
  background: #f7fcff;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  margin: auto;
  margin-top: 1rem;
}

.sidebar-section-inner h4 {
  font-size: 31px;
  padding-bottom: 20px;
  font-weight: revert-layer !important;
  color: #155ba0;
  border-bottom: 1px solid #9CB6CD;
  margin-top: 0;
}


.social-icons-side-bar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 30px;
  justify-items: start;
  text-align: left;
}

.social-icons-side-bar a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #19191A;
  font-size: 19px;
  font-weight: 600;
}

.social-icons-side-bar i {
  font-size: 30px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1400px) {
  .main-background {
    height: clamp(225px, 10vw + 50px, 291px);
    margin-top: 20px;
  }
}


@media (min-width: 900px) and (max-width: 1200px) {
  .badge1 {
    width: 194px !important;
  }

  .footer-logo {
    width: 20% !important;
  }
  .more-title{
  width: 877px;
  margin-top: 83px;
}

  .author-card {
    width: 877px !important;
  }

  .sub-container {
    width: 877px !important;
  }

  .footer-logo {
    margin-right: 140px !important;
  }

  .badges {
    gap: 161px !important;
  }

  .devices {
    gap: 165px !important;
  }

  .main-container {
    width: 875px;
  }

  .sidebar {
    max-width: 200px;
  }

  .card-container {
    max-width: 595px;
  }

  .card-content h2 {
    font-size: 0.95rem;
    margin-bottom: 0.8rem;
  }

  .card-content p {
    font-size: 0.75rem;
    line-height: 1.3;
    margin-bottom: 0.7rem;
  }

  .read-more {
    font-size: 0.55rem;
  }

  .card-footer {
    padding: 0.7rem;
    font-size: 0.65rem;
  }

  .tag {
    font-size: 9px;
  }

  .sidebar-cta {
    width: 227px;
  }

  .sidebar-section-inner {
    width: 220px;
  }

  .sidebar-cta p {
    font-size: 1rem;
    margin-bottom: 1rem;
    line-height: 1.2;
  }

  .sidebar-section h3 {
    font-size: 0.9rem;
  }

  .sidebar-section h4 {
    font-size: 0.9rem;
  }

  .category-list>li {
    padding: 6px 0;
    border-bottom: 0.8px solid #eee;
    font-size: 10px;
    gap: 6px;
  }

  .recent-post p {
    font-size: 10px;
  }

  .sidebar-section-inner {
    padding: 15px;
    margin-top: 0.5rem;
  }

  .sidebar-section-inner h4 {
    font-size: 24px;
    padding-bottom: 10px;
  }

  .social-icons-side-bar {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .social-icons-side-bar a {
    font-size: 16px;
    padding-left: 10px;
  }

  .social-icons-side-bar i {
    font-size: 24px;
  }
}

@media (min-width: 768px) and (max-width: 899px) {
  .more-title{
  width: 650px;
  margin-top: 83px;
}

  .sub-container {
    width: 650px !important;
  }

  .devices {
    gap: 52px !important;
  }

  .footer-logo {
    margin-right: 0px !important;
  }

  .badges {
    gap: 60px !important;
  }

  .page-header button.mobile-nav {
    padding: 0 0 !important;
  }

  .main-container {
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-top: 0.5rem;
  }

  .side-section {
    margin-left: 0;
  }

  .main-container {
    width: 650px;
  }

  .sidebar {
    max-width: 606px;
    margin: auto;
  }

  .sidebar-cta {
    width: 628px;
  }

  .author-card {
    width: 650px !important;
  }
}

@media (max-width:767px) {
  .more-title{
  width: 422px;
  margin-top: 83px;
}
  .blog-card {
    width: auto;
}
 

  .sub-container {
    width: 422px !important;
  }

  .contact-details {
    padding: 0rem 0rem !important;
  }

  .mobile-number ul li {
    font-size: 0.8rem !important;
  }

  .mail-id ul li {
    font-size: 0.8rem !important;
  }

  .footer-logo {
    margin-right: 0px !important;
  }

  .badges-devices {
    justify-content: center !important;
  }

  .mobile-number ul {
    padding-left: 1rem !important;
  }

  .blog-row {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .main-container {
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-top: 0.5rem;
  }

  .main-container {
    width: 425px;
  }

  .side-section {
    margin-left: 0;
  }

  .sidebar {
    max-width: 425px;
  }

  .sidebar-cta {
    width: 403px;
    margin: auto;
    margin-top: 2rem;
    margin-bottom: 16px;
  }

  .card-container {
    margin: auto;
    max-width: 545px;
  }

  .author-card {
    max-width: 420px;
  }
}

@media (max-width:470px) {
  .card-content {
    padding: 1.5rem;
    height: auto;
}
.inactive-cards {
  display: none;
}
.card-footer {
  padding: 1.5rem;
}
  .more-title{
  width: 272px;
  margin-top: 83px;
}
.social-media {
        margin-top: 1rem !important;
        gap: 0.4rem !important;
    }
  .category-list>li {
    font-size: 16px;
  }

  .main-container {
    margin-top: 1rem !important;
  }

  .mail-id ul {
    flex-direction: column;
    padding-left: 1rem !important;
  }



  .sub-container {
    width: 272px !important;
  }

  .blog-row {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .main-container {
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-top: 2.5rem;
  }

  .main-container {
    width: 270px;
  }

  .side-section {
    margin-left: 0;
  }

  .sidebar {
    max-width: 425px;
  }

  .sidebar-cta {
    width: 248px;
    margin: auto;
    margin-top: 2rem;
    margin-bottom: 16px;
  }

  .card-container {
    margin: auto;
    max-width: 545px;
  }

  .sidebar-section-inner {
    padding: 15px;
    margin-top: 0.5rem;
  }

  .sidebar-section-inner h4 {
    font-size: 24px;
    padding-bottom: 10px;
  }

  .social-icons-side-bar {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .social-icons-side-bar a {
    font-size: 16px;
    padding-left: 10px;
  }

  .social-icons-side-bar i {
    font-size: 24px;
  }

  .author-card {
    max-width: 272px;
  }

  .main-background {
    height: clamp(241px, 10vw + 50px, 291px);
  }
}

@media (max-width: 800px) {
  .author-image {
    display: none;
  }

  .mobile-author img {
    max-width: 75px;
  }

  .mobile-author {
    display: flex;
    gap: 1rem;
    align-items: center;
  }

  .author-info h1 {
    display: none;
  }

  .author-role {
    display: none;
  }

  .mobile-author-info {
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: start;
  }

  .mobile-author-info h1 {
    display: block;
  }

  .mobile-author-info p {
    display: block;
  }
}
@media (min-width: 500px) and (max-width: 900px) {
  .badge1 {
    width: 170px !important;
  }
        .footer-logo {
        width: 32% !important;
        margin-right: 55px;
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .footer-iconalignment {
    width: 31px !important;
    height: 31px !important;
  }
  .card-content {
    padding: 1.5rem;
    height: 220px;
}
.card-footer {
    padding: 1.5rem;
}
}
@media (min-width: 2420px) and (max-width: 2560px) {
   .sidebar-cta {
    width: 490px !important;
  }
}

@media (min-width: 1900px) and (max-width: 2560px) {
  .author-card img {
    object-fit: cover;
    width: 12% !important;
    height: 12% !important;
  }

  .card-container {
    max-width: 101rem;
  }

  .sidebar-cta {
    width: 400px;
  }

  .sidebar {
    max-width: 29rem;
  }
}

@media (min-width: 2561px) {
   .card-content {
    height: 543px;
}
  .main-background {
    margin-top: 95px;
    height: clamp(180px, 10vw + 264px, 560px);
  }

  .author-card img {
    width: 18% !important;
    height: 18% !important;
  }

  .author-info h1 {
    font-size: clamp(24px, 3.2vw, 50px);
  }

  .author-role {
    font-size: clamp(1rem, 4vw - 1rem, 2.4rem);
  }

  .author-bio {
    font-size: clamp(1rem, 4vw - 1rem, 2.5rem);
  }
  .card-container {
    max-width: 130rem;
  }

  .sidebar-cta {
    width: 834px;
  }

  .sidebar {
    max-width: 51rem;
  }


  .more-title h2 {
    font-size: clamp(24px, 3.2vw, 54px);
  }

  .card-content h2 {
    font-size: 2.25rem;
  }

  .card-content p {
    font-size: 2.25rem;
  }

  .card-footer {
    font-size: 2.25rem;
  }

    .btn.color-freesignup {
      height: 3.7rem !important;
  }
  .sidebar-section h3 {
    font-size: 50px;
  }

  .category-list>li {
    font-size: 33px;
  }
.btn.color-freesignup {
    padding: 0 5.7rem !important;
}
  .sidebar-section-inner h4 {
    font-size: 44px;
  }

  .social-icons-side-bar a {
    font-size: 33px;
  }

  #category-list li::before {
    width: 24px;
    height: 24px;
  }

  .social-icons-side-bar img {
    width: 80px;
    height: 80px;
  }

  .sidebar-cta p {
    font-size: 42px;
    line-height: 58px;
  }

  .sidebar-cta img {
    width: 100%;
    max-width: 423px;
    height: 312px;
  }

  .sidebar-cta .signup-button {
    font-size: 2rem;
    width: 230px;
  }

  .pagination a:first-child,
  .pagination a:last-child {
    font-size: clamp(18px, 4vw, 40px);
  }

  .pagination a {
    padding: 24px 47px;
  }

  .footer-col-header {
    font-size: 2.6rem !important;
  }

  .footer-column ul li {
    font-size: 2rem !important;
  }

  .footer-column ul li {
    line-height: 5.2rem !important;
  }

  .footer-col-header {
    font-size: 2.1rem !important;
  }

  .footer-column ul li {
    font-size: 1.4rem;
  }

  .logo-content {
    font-size: 1.4rem;
  }

  .mobile-number ul li {
    font-size: 1.45rem;
  }

  .mail-id ul li {
    font-size: 1.45rem;
  }

  .term-conditions {
    font-size: 1.4875rem;
  }

  .media-text {
    font-size: 1.425rem;
  }

  .footer-logo {
    width: 300px !important;
  }

  .badge1 {
    width: 300px !important;
  }

  .quality-choiceaward {
    width: 134px !important;
  }

  .happiest-award {
    width: 134px !important;
  }

  .logo-content {
    font-size: 2.1rem !important;
  }

  .mobile-number ul li {
    font-size: 2.25rem !important;
  }

  .mail-id ul li {
    font-size: 2.25rem !important;
  }

  .term-conditions {
    font-size: 1.9875rem !important;
  }

  .certification-logo {
    width: 103px !important;
  }

  .media-text {
    font-size: 1.925rem !important;
  }

  .footer-social-media-icon {
    width: 60px;
    height: 60px;
  }
  .footer-instagramsociaicon{
    width: 60px;
    height: 60px;
  }
  .footer-twittersocialmedia {
    width: 60px;
    height: 60px;
  }
  .footer-linkedinicon{
    width: 60px;
    height: 60px;
  }
  .footer-youtubesocialicon {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 3561px) {
 .page-header .header-content-container {
    width: 60% !important;
  }
  .more-title{
  width: 60%;
  margin-top: 123px;
}

  .main-container {
    width: 60%;
  }

  .author-card {
    width: 59%;
  } 
 .sub-container {
    width: 60% !important;
  } 
}
@media (min-width: 4561px) {
 .page-header .header-content-container {
    width: 50% !important;
  }
.more-title{
  width: 50%;
  margin-top: 190px;
}

  .main-container {
    width: 50%;
  }

  .author-card {
    width: 49%;
  } 
 .sub-container {
    width: 50% !important;
  } 
  .author-card img {
        width: 11% !important;
        height: 11% !important;
    }
  .main-background {
        margin-top: 168px;
        height: clamp(180px, 10vw + 264px, 347px);
    }
}
@media (min-width: 6561px) {
 .page-header .header-content-container {
    width: 40% !important;
  }
.more-title{
  width: 40%;
  margin-top: 224px;
}
  .main-container {
    width: 40%;
  }

  .author-card {
    width: 39%;
  } 
 .sub-container {
    width: 40% !important;
  } 
}

@media (max-width: 767px) {
    .mini-footer {
        text-align: center;
    }
    .page-header__actions {
        margin-bottom: 1.2rem;
    }
    .signup-demo-buttons {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: center !important;
    }
    .signup-demo-buttons li {
        display: inline-block;
    }
    .mini-footer {
        flex-direction: column !important;
        gap: 0rem !important;
    }
    .page-header__actions .signup-demo-buttons {
        text-align: center !important;
    }


    .mini-footer p {
        font-size: clamp(1.2rem, 2.8vw, 1.75rem);
        margin: 0;
        color: #111;
        margin-bottom: 2rem;
    }
}

@media (min-width: 374px) and (max-width: 500px) {
    .mail-id ul {
        padding-left: 1rem !important;
    }
}


@media (min-width: 731px) and (max-width: 900px) {
    .mail-id ul {
        gap: 1rem !important;
    }
}

@media (min-width: 500px) and (max-width: 730px) {
    .mail-id ul {
        gap: 1rem !important;
    }
}

@media (min-width: 374px) and (max-width: 500px) {
    .mail-id ul {
        gap: 0.7rem !important;
    }
}

@media (max-width: 374px) {
    .mail-id ul {
        gap: 0.5rem !important;
    }
}

@media (min-width: 374px) and (max-width: 500px) {
    .mobile-number ul {
        gap: 0.1rem;
        padding-left: 0;
        margin-top: 10px !important;
        margin-bottom: 0 !important;
    }
        .mail-id ul {
        margin-bottom: 10px !important;
    }
        .mobile-number ul {
        gap: 0.3rem !important;
    }
}
@media (min-width: 1024px) and (max-width: 1200px) {
    .mail-id ul li {
        font-size: 0.95rem !important;
    }
        .mobile-number ul li {
        font-size: 0.95rem !important;
    }
}

@media (min-width: 500px) and (max-width: 730px) {
    .footer-certfications {
        padding-top: 0;
        gap: 0rem !important;
    }
}

.inactive-cards {
  visibility: hidden;
}

.page-header .header-navbar {
        width: 100%;
        margin-left: 0% !important;
    }


.page-header ol, .page-header ul {
    list-style: none;
    padding: 0;
}
@media (max-width: 1023px) {
    .page-header .header-navbar {
        left: 0;
        padding: 0;
       
    }
}
@media (max-width: 1022px) {
    .page-header .header-navbar ul.complete-list>li>a {
        padding: 7px 0px !important;
    }
}
@media (max-width: 1023px) {
    .page-header .header-navbar ul.complete-list>li {
        width: 85%;
        margin: auto !important;
    }
}
@media (max-width: 767px) {
    .page-header ul.complete-list>li:hover a
 {
        color: #FFF !important;
        border-bottom: none !important;
    }
}
@media (max-width: 768px) {
    .page-header .header-navbar ul.complete-list>li:last-child>a {
        padding-left: 0px !important;
    }
}