@media screen and (min-width: 600px) {
  .container-lg {
    max-width: 1440px;
    padding: 0px 20px;
    margin: auto;
  }
}

@media screen and (max-width: 1440px) {
  .header-wrapper-left {
    gap: 46px;
  }

  .wrapper [role="tablist"] {
    gap: 30px;
  }

  .notification-item-wrapper {
    gap: 20px;
  }

  .header-wrapper-right {
    gap: 32px;
  }

  .header-wrapper {
    gap: 32px;
  }

  .wizard-out-now-main {
    gap: 20px;
  }
}

@media screen and (max-width: 1359px) {
  .header-wrapper-left {
    gap: 36px;
  }

  .wrapper [role="tablist"] {
    gap: 20px;
  }

  .header-wrapper {
    gap: 20px;
  }

  .header-wrapper-right {
    gap: 30px;
  }

  .wizard-out-now-main .wizard-out-now {
    gap: 16px;
  }

  .wizard-out-now-main {
    padding: 12px 18px;
  }

  .footer-main-sec h4 {
    width: 30%;
  }

  .list-menu {
    gap: 40px;
  }
}

@media screen and (max-width: 1299px) {
  .list-menu {
    gap: 20px;
  }

  .list-item a {
    font-size: 14px;
  }

  .list-item .inactive {
    font-size: 14px;
  }

  .header-wrapper {
    padding: 0 16px;
  }

  .site-logo {
    width: 100%;
    max-width: 120px;
  }

  .header-wrapper-left {
    gap: 24px;
  }

  .wrapper [role="tablist"] {
    gap: 14px;
  }

  .header-wrapper-left .wrapper button img {
    width: 20px;
  }

  .header-wrapper-left .wrapper button {
    gap: 8px;
    white-space: nowrap;
  }

  .header-wrapper-right {
    gap: 24px;
  }

  .wizard-out-now-main .wizard-out-now {
    gap: 14px;
  }

  .wizard-out-now-main {
    gap: 18px;
  }

  .notifications {
    gap: 30px;
  }

  .welcome-rondo-nexus-img {
    max-width: 372px;
  }

  .footer-main-sec h4 {
    width: 35%;
  }

  .inner-footer-first-sec {
    width: 30%;
  }
}

@media screen and (max-width: 1199px) {
  .positivity {
    height: 24px;
  }

  .profile-pic img {
    width: 40px;
    height: 40px;
    display: block;
  }

  .list-item a img {
    width: 20px;
  }

  .list-item .inactive img {
    width: 20px;
  }

  .list-item a {
    font-size: 13px;
    gap: 9px;
    padding: 24px 0 18px;
  }

  .list-item .inactive {
    font-size: 13px;
    gap: 9px;
    padding: 24px 0 18px;
  }

  .wizard-out-now-main a img {
    width: 15px;
    height: 15px;
  }

  .progress {
    margin: 25px auto 0;
    justify-content: center;
    width: 100%;
    max-width: 700px;
  }

  .site-logo {
    max-width: 100px;
  }

  .profile-section {
    max-width: 100%;
  }

    .dashboard-first-section,
    .dashboard-fifth-section {
        flex-direction: column;
        align-items: center;
        display: flex;
    }

  .header-wrapper {
    gap: 16px;
  }

  .header-wrapper-right {
    gap: 12px;
  }

  .header-wrapper-left {
    gap: 16px;
  }

  .header-star-icon {
    width: 40px;
    height: 40px;
  }

  .profile-pic {
    width: 40px;
    height: 40px;
  }

  .confetti-button {
    font-size: 20px;
  }

  .wrapper [role="tab"] {
    padding: 24px 0;
  }

  .footer-main-sec h4 {
    width: 43%;
  }

  .wizard-out-now-main {
    gap: 10px;
    padding: 13px 12px;
  }

  .wizard-out-now-main .wizard-out-now {
    gap: 10px;
  }

  .wizard-out-now-main .wizard-out-now img {
    width: 24px;
    height: 24px;
  }

  .wizard-out-now-main .try-it-out {
    gap: 10px;
  }

  .mobile-hide {
    display: none;
  }

  .mobile-show {
    display: block;
  }

  .welcome-rondo-right {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .dashboard-third-section {
    flex-direction: column-reverse;
  }
    /*.dashboard-fourth-section {
        flex-direction: column-reverse;
    }*/
}

@media screen and (max-width: 1079px) {
  .card-second-line {
    padding: 24px 24px 24px 19px;
  }

  .dashboard-second-section {
    flex-direction: column;
    display: flex;
  }

  .dashboard-second-section .card-item {
    height: 500px;
  }

  .footer-main-sec h4 {
    width: 50%;
  }

  .preferred-supplier-sec {
    gap: 16px;
  }

  .wizard-out-now-main p {
    font-size: 14px;
  }

  .wizard-out-now-main .try-it-out {
    font-size: 13px;
  }

  .header-wrapper-left .wrapper button {
    font-size: 14px;
  }

  .positivity {
    min-width: 214px;
  }
}

@media screen and (max-width: 1023px) {
  .header-wrapper {
    flex-direction: column;
    padding: 5px 12px 12px;
  }

  .header-wrapper-left .wrapper button {
    padding: 16px 0;
  }

  body.menu-open {
    overflow-y: hidden;
    height: 100vh !important;
  }

  .header-section-wrapper-mobile {
    position: relative;
    display: block;
  }

  .menu-open .mega-menu-main {
    left: 0;
  }

  .mega-menu-main {
    position: absolute;
    left: 110%;
    transition: 0.7s;
    z-index: 50;
    width: 100%;
    display: block;
    top: 94%;
    padding-bottom: 15px;
    background: #3c3d3f;
    border-radius: 0 0 5px 5px;
    padding: 16px;
  }

  .header-wrapper {
    display: none;
  }

  .header-section-wrapper-mobile {
    background-color: var(--dark-bg);
    padding: 12px 14px;
    border-radius: 5px;
    margin-top: 19px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .wizard-out-now-main {
    justify-content: space-between;
    padding: 18px 13px;
  }

  .list-menu {
    flex-direction: column;
    gap: 0;
  }

  .list-item a {
    padding: 30px 0;
    width: 100%;
    border-bottom: 1px solid #5d5d5d;
    font-size: 14px;
  }

  .list-item .inactive {
    padding: 30px 0;
    width: 100%;
    border-bottom: 1px solid #5d5d5d;
    font-size: 14px;
  }

  .list-menu {
    width: 100%;
    margin-top: 2px;
  }

  .list-item a img.animate-heartbeat {
    width: 25px;
    height: 25px;
  }

  .dropdown .dropdown-content {
    position: relative;
    display: block;
    left: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    margin-top: 16px;
  }

  .user-info h3 {
    color: #ffffff;
  }

  .user-info {
    padding: 12px 0;
  }

  .dropdown-content a {
    color: #dcdcdc;
    padding-left: 52px;
  }

  .mega-menu-main {
    height: calc(100vh - 75px);
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    overflow-y: auto;
  }

  .dropdown-content a:hover {
    background-color: transparent;
  }

  .mega-menu-main .confetti-button {
    max-width: 320px;
    width: 100%;
    margin: 50px auto 0px;
    padding: 13px 8px;
  }

  .card-second-line .confetti-button {
    max-width: fit-content;
  }

  .list-item .sub-menu-dropdown a {
    justify-content: left;
  }

  .list-menu .list-item .inner-menu-sec {
    display: flex;
    justify-content: space-between;
  }

  .list-menu .list-item .inner-menu-sec.active~.sub-menu-dropdown {
    opacity: 1;
    visibility: visible;
    height: 100%;
    padding: 10px 0 0px 45px;
  }

  .list-menu .list-item .inner-menu-sec span img {
    width: 15px;
  }

  .list-menu .list-item .sub-menu-dropdown,
  header .list-menu .list-item:hover .sub-menu-dropdown {
    position: relative;
    top: 0;
    height: 0;
    padding: 0px 0 0 45px;
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (max-width: 991px) {
  .dashboard-second-section .card-item {
    height: 430px;
  }

  .preferred-supplier-sec {
    flex-direction: column;
    gap: 0;
  }

  .inner-preferred-sec {
    width: 100%;
  }

  .footer-main-sec h4 {
    width: 100%;
  }

  .inner-footer.inner-footer-last-sec {
    width: 34%;
  }

  .inner-footer-second-sec {
    padding-left: 0;
  }

  .resources-search-bar {
    max-width: 270px;
  }

  .resources-category-main .resources-inner-right {
    gap: 40px;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .supplier-update-modal h2 {
    font-size: 20px;
  }

  .thank-you-modal img {
    max-width: 48px;
  }

  .thank-you-modal h2 {
    font-size: 18px;
  }

  .thank-you-modal p {
    font-size: 14px;
    max-width: 240px;
  }

  .confirm-modal img {
    max-width: 48px;
  }

  .confirm-modal h2 {
    font-size: 18px;
  }

  .confirm-modal p {
    font-size: 14px;
    max-width: 240px;
  }

  .profile-pic span {
    width: 10px;
    height: 10px;
    top: 1px;
  }

  .wizard-out-now-main a img {
    width: 12px;
    height: 12px;
  }

  .dashboard-second-section .card-item {
    height: 350px;
  }

  .notifications {
    padding: 25px 25px 30px;
    gap: 25px;
  }

  .notification-item-wrapper {
    gap: 16px;
  }

  .notification-item {
    gap: 27px;
  }

  .welcome-rondo-nexus-img {
    max-width: 250px;
  }

  .header-wrapper-right {
    flex-direction: column-reverse;
  }

  .wizard-out-now-main {
    justify-content: space-between;
  }

  .profile-part-right {
    justify-content: center;
  }

  .header-wrapper-right {
    gap: 14px;
  }

  .header-wrapper {
    gap: 14px;
  }

  .footer-main-sec {
    flex-direction: column;
    gap: 16px;
  }

  .inner-footer {
    border-right: 0;
    padding-right: 0;
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px solid #c4cfe2;
  }

  .inner-footer-second-sec p {
    display: block;
    margin-bottom: 15px;
  }

  .inner-footer.inner-footer-last-sec {
    width: 100%;
    justify-content: start;
    border-bottom: 0;
    padding-bottom: 0;
  }

  .footer-main-sec {
    font-size: 15px;
    padding: 30px;
    gap: 25px;
  }

  .inner-footer {
    padding-bottom: 25px;
  }

  .inner-footer.inner-footer-last-sec a {
    font-size: 16px;
    padding: 12px 30px;
    width: 100%;
    justify-content: space-between;
  }

  .resources-search-bar {
    max-width: 100%;
  }

  .resources-category-main .resources-inner-right {
    gap: 23px;
  }

  .resources-toolbar-left {
    display: none;
  }

  .favourite-resources .card-header,
  .resources-toolbar {
    margin-bottom: 15px;
  }

  .resources-category-main .resources-list {
    padding: 0;
  }

  .resources-category-main {
    background-color: transparent;
  }

  .resources-item {
    padding: 8px 12px !important;
    border: 0 !important;
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
  }

  .pagination-main {
    padding: 20px 0 30px;
  }

  .favourite-resources .card-header p {
    font-size: 18px;
  }

  .projects-details-wrapper {
    gap: 60px;
  }

  .recently-added-resources-card {
    background-color: transparent;
  }

  .recently-added-resources-card .resources-list {
    padding: 10px 0 0;
  }

  .recently-added-resources-card .card-header {
    border-radius: 5px;
  }

  .mobile-header-content .dropdown .profile-pic {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .fix-animation-btn.btn-animation:after {
    right: 25px;
    opacity: 1;
  }

  .fix-animation-btn.btn-animation button span {
    left: 25px;
    transform: translate(0, -50%);
  }

  .form-fields-wrapper .submit-btn:hover:after {
    right: 15px;
  }

  .form-fields-wrapper .submit-btn:hover button span {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }

  .form-fields-wrapper .submit-btn {
    max-width: 100%;
  }

  .form-fields-wrapper .submit-btn button {
    max-width: inherit;
  }

  .form-fields-wrapper .submit-btn button span {
    text-align: left;
  }

  .inner-footer-first-sec ul li {
    margin-bottom: 0px;
  }

  .container {
    padding: 0px 16px;
  }

  .header-wrapper {
    margin: 16px 0;
    padding: 16px;
  }

  .header-wrapper-left {
    flex-direction: column;
    gap: 5px;
    align-items: center;
    width: 100%;
  }

  .header-wrapper-left .wrapper button {
    padding: 0 0 14px;
    gap: 4px;
    font-size: 14px;
  }

  .wrapper [role="tablist"] {
    gap: 14px;
  }

  .header-wrapper-right {
    padding-bottom: 0;
  }

  .header-star-icon {
    width: 35px;
    height: 35px;
  }

  .wizard-out-now-main {
    padding: 19px 13px 18px;
    gap: 8px;
  }

  .wizard-out-now-main .wizard-out-now {
    gap: 8px;
  }

  .wizard-out-now-main .try-it-out {
    gap: 8px;
  }

  .wizard-out-now-main .wizard-out-now img {
    display: none;
  }

  .wizard-out-now-main p {
    font-size: 12px;
  }

  .wizard-out-now-main .try-it-out {
    font-size: 12px;
  }

  .profile-section {
    padding: 21px 14px 13px;
    position: relative;
  }

  .welcome-rondo-inner {
    flex-direction: column;
  }

  .welcome-rondo-nexus-img,
  .welcome-rondo-nexus-img img {
    max-width: 100%;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
  }

  .dashboard-second-section .card-item {
    height: 250px;
  }

  .card-second-line {
    padding: 20px 16px;
    font-size: 16px;
  }

  .card-second-line .confetti-button {
    width: 40px;
  }

  .card-second-line .confetti-button img {
    width: 40px;
  }

  .greeting {
    justify-content: center;
  }

  .edit-sec {
    position: absolute;
    top: 23px;
    right: 19px;
  }

  .greeting p {
    font-size: 18px;
  }

  .profile-info h2 {
    font-size: 20px;
  }

  .profile-info p {
    font-size: 16px;
  }

  .progress-text {
    font-size: 20px;
  }

  .progress-item {
    padding: 12px;
  }

  .progress {
    margin-top: 26px;
  }

  .card-header {
    padding: 10px 14px;
    gap: 16px;
  }

  .card-header p {
    font-size: 18px;
  }

  .nexus-design-card .card-header {
    position: unset;
  }

  .card-text span {
    font-size: 14px;
    position: absolute;
    bottom: 41px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    font-size: 24px;
  }

  .nexus-design-card .card-image {
    position: relative;
  }

  .nexus-design-card .card-image::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #3c3d3fa6;
  }

  .date {
    font-size: 20px;
  }

  .date span:last-child {
    font-size: 14px;
  }

  .notification-content h3 {
    font-size: 16px;
  }

  .notification-content p {
    font-size: 14px;
  }

  .notification-item .white-arrow {
    display: none;
  }

  .latest-news-updates-content-wrapper {
    flex-direction: column;
    gap: 16px;
  }

  .latest-news-updates-text {
    max-width: 100%;
    padding: 1px 20px 23px;
  }

  .latest-news-updates-text p {
    margin-bottom: 17px;
  }

  .latest-news-updates-text h4 {
    margin-top: 13px;
    margin-bottom: 8px;
  }

  .latest-news-updates-text a {
    padding-top: 17px;
    font-size: 14px;
  }

  .latest-news-updates-dvider {
    display: none;
  }

  .card-text a {
    white-space: nowrap;
    gap: 10px;
  }

  .latest-news-updates-content {
    gap: 20px;
    padding: 0;
  }

  .rondo-alert-content-wrapper {
    padding: 16px;
    flex-direction: column;
    gap: 15px;
    border-radius: 5px;
    padding: 30px 22px;
  }

  .nexus-learning-content {
    margin-bottom: 20px;
  }

  .nexus-design-content {
    background: #dbded8;
  }

  .start-course-btn.show-xs {
    display: flex;
  }

  .start-course-btn {
    padding: 12px 20px;
    width: 100%;
    justify-content: space-between;
  }

  .rondo-alert-text {
    max-width: 100%;
  }

  .rondo-alert-text p {
    margin-bottom: 0;
    font-size: 14px;
  }

  .rondo-alert-text h4 {
    margin-top: 12px;
    margin-bottom: 8px;
    font-size: 16px;
  }

  .resources-list {
    padding: 16px;
  }

  .resources-inner-left {
    gap: 12px;
  }

  .resources-inner-right {
    gap: 12px;
  }

  .resources-item {
    gap: 10px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .resources-product-img {
    width: 64px;
    height: 64px;
    padding: 4px;
  }

  .resources-product-img img {
    height: 100%;
  }

  .resources-inner-left h4 {
    font-size: 14px;
  }

  /*.resources-item:not(:last-child) {
    padding-bottom: 16px;
  }
  .resources-item:not(:first-child) {
    padding-top: 16px;
  }*/
  .have-an-enquiry-content {
    padding: 25px 12px;
  }

  .form-fields textarea {
    margin-bottom: 0;
  }

  .welcome-rondo-nexus-img {
    padding: 25px 18px 0;
  }

  .hide-xs {
    display: none;
  }

  .show-xs {
    display: block;
  }

  .welcome-rondo-nexus-img img {
    border-radius: 5px;
  }

    .dashboard-first-section,
    .dashboard-third-section,
    .dashboard-fourth-section,
    .dashboard-fifth-section {
        gap: 16px;
    }

  .card-header {
    gap: 14px;
  }

  .positivity {
    min-width: 197px;
    height: 14px;
    display: flex;
    align-items: center;
  }

  .auth-section {
    align-items: start;
  }

  .auth-wrapper {
    max-width: 390px;
    width: 100%;
    padding: 48px 40px;
  }

  .sign-up .form-fields {
    max-width: 100%;
  }

  .auth-section {
    overflow-y: auto;
  }

  .auth-top img {
    width: 100%;
    max-width: 117px;
  }

  .profile-fields-wrapper .form-fields.smaill {
    max-width: 100%;
    width: 100%;
  }

  .profile-fields-wrapper .form-fields.mobile-smaill {
    max-width: calc(50% - 5px);
    width: 100%;
  }

  .projects-details-wrapper {
    flex-direction: column;
    gap: 0;
  }

  .profile-fields-wrapper .orange-button {
    margin: 20px auto;
  }

  .auth-section {
    padding: 0;
  }

  .supplier-radio-box p {
    font-size: 14px;
  }

  .supplier-radio-box span {
    font-size: 10px;
  }

  .supplier-update-modal {
    padding: 20px 22px 30px;
  }

  .dashboard-third-section {
    flex-direction: column-reverse;
    gap: 0;
  }

  .dashboard-third-section .card-item {
    border-radius: 0;
    padding: 11px 20px 51px;
  }

  .dashboard-third-section .rondo-alert-card {
    background: #3c3d3f;
  }

  .dashboard-third-section .latest-news-card {
    background: #f26531;
  }

  .dashboard-third-section .card-header {
    padding: 19px 4px;
  }

    .dashboard-fourth-section {
        flex-direction: column-reverse;
        gap: 0;
    }

        .dashboard-fourth-section .card-item {
            border-radius: 0;
            padding: 11px 20px 51px;
        }

        .dashboard-fourth-section .rondo-alert-card {
            background: #3c3d3f;
        }

        .dashboard-fourth-section .latest-news-card {
            background: #f26531;
        }

        .dashboard-fourth-section .card-header {
            padding: 19px 4px;
        }

  .rondo-alert-image {
    height: 210px;
  }

  .latest-news-updates-content-wrapper {
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
  }

  .latest-news-updates-image {
    width: 100%;
    display: flex;
    height: 250px;
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
  }

  .card-text a p {
    display: none;
  }

  .form-fields label {
    font-size: 14px;
  }

  .have-an-enquiry-content p {
    font-size: 14px;
  }
.resources-list-dashboard p {
	font-size: 14px;
}

  .form-fields-wrapper .submit-btn:after {
    right: 15px;
    opacity: 1;
  }

  .send-message-btn {
    border-radius: 40px;
    color: #fff;
    background: #f26531;
    font-size: 16px;
    display: flex;
    transition: 0.3s;
    padding: 12px 30px;
    width: 100%;
    justify-content: space-between;
    transition: 0.3s;
  }

  .send-message-btn:hover {
    opacity: 0.8;
  }

  .inner-footer-first-sec ul li a {
    line-height: 1.8;
    max-width: 180px;
    display: inline-block;
  }

    .dashboard-fifth-section {
        margin-bottom: 30px;
    }

  .mobile-header-content .dropdown .profile-pic {
    display: none;
  }
}

@media screen and (max-width: 359px) {
  .rondo-alert-image {
    height: 160px;
  }

  .list-item a {
    font-size: 12px;
  }

  .list-item .inactive {
    font-size: 12px;
  }

  .list-item a img {
    width: 18px;
  }

  .list-item .inactive img {
    width: 18px;
  }

  .header-wrapper {
    padding: 12px;
  }

  .header-wrapper-left .wrapper button {
    text-align: left;
    gap: 8px;
  }

  .header-wrapper-left .wrapper button {
    font-size: 13px;
    gap: 5px;
  }

  .wrapper [role="tablist"] {
    gap: 12px;
  }

  .wizard-out-now-main p {
    font-size: 12px;
  }

  .wizard-out-now-main .try-it-out {
    font-size: 12px;
    gap: 4px;
  }

  .wizard-out-now-main .wizard-out-now {
    gap: 4px;
  }

  .positivity {
    min-width: 156px;
    height: 17px;
  }

  .auth-wrapper {
    max-width: 390px;
    width: 100%;
    padding: 48px 20px;
  }

  .footer-main-sec {
    padding: 20px;
  }

  .mobile-header-content .dropdown .profile-pic {
    display: none;
  }
}

@media screen and (max-width: 319px) {
  .wizard-out-now-main {
    flex-direction: column;
    text-align: center;
  }

  .positivity .positivity__words .change,
  .wizard-out-now-main .wizard-out-now,
  .wizard-out-now-main p {
    width: 100%;
  }

}

@media screen and (max-width: 1200px) {
  .progress-text-coming-soon {
    font-size: 24px;
    min-height: 28px;
    align-content: center;
  }
}

@media screen and (max-width: 600px) {
  .progress-text-coming-soon {
    font-size: 16px;
    min-height: 24px;
    align-content: center;
  }
}







/* get Verified page start */
@media screen and (max-width: 1359px) {
  .list-nexus {
    padding: 10px 10px 15px 40px;
  }

  .list-nexus ul li {
    padding: 9px;
  }

  .get-verified-right-sec img {
    width: 650px;
  }

  .silver-tools-secondary {
    gap: 20px;
  }

  .silver-tools-left-sub {
    left: -30px;
    margin-left: 10px;
  }

  .silver-tools-right-sub {
    bottom: -35px;
    right: -20px;
  }

  .silver-sub-tool-img img {
    width: 100%;
    max-width: 180px;
    height: 140px;
  }
}

@media screen and (max-width: 1270px) {
  .list-nexus ul li {
    padding: 9px 0px;
  }

  .nexus-tools-left-sec {
    padding: 20px 0px 25px 20px;
  }

  .nexus-tools-left-sec {
    width: 45%;
  }

  .img-nexus-right img {
    max-width: 400px;
  }
}

@media screen and (max-width: 1199px) {
  .silver-tools-left-sub p, .silver-tools-right-sub p{
    padding: 20px 0 45px;
  }
  .nexus-tool-btn {
    margin-bottom: 0;
  }

  .img-nexus-right img {
    max-width: 380px;
  }

  .nexus-tools-left-sec {
    width: 30%;
  }

  .inner-nexus-tools-left-sec {
    flex-wrap: wrap;
    gap: 15px;
  }

  .get-verified-right-sec img {
    width: 570px;
  }

  .get-verified-left-sec h1 {
    font-size: 40px;
    letter-spacing: -0.41px;
  }

  .get-verified-left-sec h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: -0.41px;
  }

  .card-body {
    padding: 45px 30px 35px 30px;
  }

  .silver-tools .silver-tools-main.silver-tools-top {
    padding-bottom: 40px;
  }

}

@media screen and (max-width: 1023px) {
  .silver-tools-form-secondary {
    max-width: inherit;
  }

  .get-verified-main-sec {
    padding: 40px 38px 0 35px;
  }

  .silver-tools-right-sub {
    order: 1;
  }

  .silver-tools-left-sub p,
  .silver-tools-right-sub p {
    width: 100%;
    font-size: 10px;

    padding: 10px 10px 40px;
    text-wrap: wrap;
    text-align: center;
  }

  .silver-tools-left-sec {
    width: 100%;
    max-width: 550px;
    order: 2;
  }

  .silver-tools-secondary {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .silver-tools-form-main {
    display: flex;
    flex-direction: column;
    padding: 30px 20px
  }

  .silver-tools-form-primary {
    max-width: 100%;
  }

  .silver-tools-right-sec {
    width: 100%;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    max-width: 550px;
  }
}

@media screen and (min-width: 768px) and (max-width:991px) {

  .nexus-silver-sec h2,
  .silver-tools-secondary h2,
  .silver-tools-form-primary h2 {
    font-size: 33px;
  }

  .nexus-silver-sec {
    padding: 60px 50px;
  }

  .get-verified-right-sec {
    width: 61%;
  }

  .get-verified-left-sec h1,
  .get-verified-left-sec h2 {
    font-size: 33px;
  }

  .get-verified-main-sec {
    padding: 40px 30px 0 30px;
  }

  .get-verified-right-sec img {
    width: 100%;
    max-width: inherit;
  }
}

@media screen and (max-width:991px) {
  .card-body {
    padding: 40px 30px 35px 30px;
  }
  .profile-setting-main {
    padding: 40px 20px 30px;
  }

  .list-nexus ul li {
    padding: 5px 0px;
  }

  .nexus-tools-left-sec {
    width: 36%;
  }

  .list-nexus {
    padding: 0px 10px 5px 20px;
  }

  .img-nexus-right {
    align-items: start;
  }

  .img-nexus-right {
    padding: 0;
  }

  .nexus-right-part {
    flex-wrap: wrap;
    justify-content: center;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    flex-direction: row;
    padding: 20px 15px 0;
  }

  .profile-inner {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .profile-inner {
    margin-bottom: 50px;
  }

  .profile-setting-main {
    padding: 30px 20px 20px;
  }

  .job-title-sec {
    padding: 15px 0;
  }

  .job-title-sec p {
    font-size: 15px;
  }

  .profile-inner-right-sec h2 {
    font-size: 25px;
  }

  .profile-inner {
    gap: 25px;
  }

  .nexus-right-part {
    border-radius: 15px 15px 0 0;
  }

  .nexus-tools-left-sec {
    padding: 20px 15px 10px;
    justify-content: center;
  }

  .nexus-tools-left-sec,
  .benefit-right-sec {
    width: 100%;
  }

  .nexus-tools-main-sec {
    flex-wrap: wrap;
  }

  .silver-tools .silver-tools-main.silver-tools-top {
    padding-bottom: 30px;
  }

  .nexus-silver-sec h2,
  .silver-tools-secondary h2,
  .silver-tools-form-primary h2 {
    font-size: 30px;
  }

  .silver-tool-btn {
    font-size: 15px;
    height: 41px;
  }

  .get-verified-left-sec h1,
  .get-verified-left-sec h2 {
    font-size: 30px;
    text-align: center;
  }

  .get-verified-main-sec {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .get-verified-left-sec {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .get-verified-right-sec img {
    width: 100%;
    max-width: 600px;
  }

  .get-verified-main-sec {
    padding: 40px 25px 0 25px;
  }

  .nexus-silver-sec p {
    padding: 30px 0;
  }

  .nexus-silver-sec {
    padding: 40px 20px;
  }

  .silver-tools-secondary {
    display: flex;
    flex-direction: column;
  }

  .silver-tools-left-sub p,
  .silver-tools-right-sub p {
    width: 100%;
    font-size: 10px;
    padding: 10px;
    text-wrap: wrap;
    text-align: center;
  }

  .silver-tools-right-sec {
    width: 100%;
  }

    .silver-tools-form {
        flex-direction: column;
        padding-bottom: 80px;
    }

  .silver-tools-form .form-group {
    width: 100%;
  }

  .card-body {
    padding: 30px 15px 40px 15px;
  }

  .silver-tools-right-sec ul li {
    margin-bottom: 8px;
  }

  .silver-tool-btn {
    margin-bottom: 10px;
  }

  .silver-tools-secondary p {
    padding-top: 12px;
    padding-bottom: 25px;
  }

  .silver-tools-form-main {
    gap: 15px;
  }

  .last-card-body {
    padding-bottom: 50px;
  }

  .verified-toggles {
    font-size: 15px;
    padding: 14px 22px;
  }
}

@media screen and (max-width: 480px) {
  .profile-inner {
    gap: 15px;
  }

  .profile-inner {
    margin-bottom: 40px;
  }

  .profile-inner-right-sec {
    text-align: center;
  }

  .profile-inner {
    flex-direction: column;
  }

  .card-body {
    padding: 30px 15px 30px 15px;
  }

  .nexus-silver-sec h2,
  .silver-tools-secondary h2,
  .silver-tools-form-primary h2 {
    font-size: 28px;
  }

  .nexus-silver-sec p {
    font-size: 15px;
    padding: 30px 0;
  }

  .silver-tools-left-sub p,
  .silver-tools-right-sub p {
    width: 100%;
    font-size: 10px;
    padding: 10px 10px 30px;
    text-wrap: wrap;
    text-align: center;
  }

  .silver-sub-tool-img img {
    width: 100%;
    max-width: 180px;
    height: 90px;
    border-radius: 10px 10px 0 0;
  }

}

/* get Verified page end */


/* Blog page start */
@media screen and (max-width:1299px){
  .inner-optional-promo {
    padding: 0;
  }
}
@media screen and (max-width:1199px){
  .aticle-category-sec p {
    font-size: 14px;
  }
  .optional-promo-sec .card-second-line {
    padding: 20px 0 10px;
  }
  .optional-promo-sec{
    flex-wrap: wrap;
  }
  .article-contect {
    margin-top: 30px;
  }
  .article-title-sec{
    gap: 10px;
  }
  .featured-products-sec{
    padding: 30px 0 40px;
    margin-top: 40px;
  }
  .aticle-category-sec{
    margin-bottom: 30px;
  }
  .aticle-category-sec{
    gap: 15px;
  }
    .article-left-sec {
        padding: 15px;
    }
    .article-sec {
        padding: 15px;
    }
  .article-detail .educational-sec h4 {
    font-size: 22px;
  }
  .article-detail p{
    font-size: 14px;
  }
  .inner-article-right-sec .suggested-articles-sec{
    padding: 20px 15px;
  }
  .aticle-category-main {
    padding: 35px 15px 5px;
  }
}
@media screen and (max-width:991px){
  .article-main{
    flex-wrap: wrap;
  }
    .article-left-sec {
        width: 100%;
    }
  .article-sec{
    width: 100%;
  }
  .article-right-sec {
    width: 100%;
  }
}
@media screen and (max-width:767px){
  .inner-featured-products1 a{
    font-size: 14px;
  }
  .inner-optional-promo p {
    font-size: 15px;
  }
  .optional-promo-sec{
    padding: 20px 15px 20px;
  }
  .optional-promo-main h3{
    font-size: 17px;
    padding: 15px 13px;
  }
  .aticle-category-sec {
    margin-bottom: 20px;
  }
  .aticle-category-sec {
    gap: 10px;
  }
  .aticle-category-main {
    padding: 30px 15px 5px;
  }
  .inner-article-right-sec .suggested-articles-sec{
    padding: 18px 15px;
    font-size: 18px;
  }
  .previous-article-main{
    padding-top: 25px;
  }
  .inner-previous-article h4{
    margin-bottom: 10px;
  }
  .previous-article-main{
    flex-wrap: wrap;
  }
  .inner-featured-products1 {
    margin-bottom: 20px;
  }
  .featured-products-sec {
    padding: 25px 0 30px;
    margin-top: 30px;
  }
  .article-contect p {
    margin-bottom: 15px;
  }
  .article-contect {
    margin-top: 25px;
  }
  .seddon-campus-img {
    margin-top: 20px;
  }
  .educational-sec{
    flex-wrap: wrap;
  }
  .top-bar-sec .back-sec {
    font-size: 14px;
  }
  .article-detail .educational-sec h4 {
    font-size: 20px;
  }
}
/* Blog page end */