/* ─────────────────────────────── 1720 ─────────────────────────────── */
@media (max-width: 1720px) {
  .container-fluid {
    padding: 0 30px;
  }

  .sub-mission-sec {
    margin: 0 30px;
  }
}
/* ─────────────────────────────── 1540 ─────────────────────────────── */
@media (max-width: 1540px) {
  .testimonial-sec .btm-row {
    max-width: calc(100% - 100px);
    margin: 0 auto;
  }
}
/* ─────────────────────────────── 1399 ─────────────────────────────── */
@media (max-width: 1399px) {
  .main-nav ul {
    gap: 18px;
  }
  .search-btn {
    margin: 0 20px;
  }
  .about-sec .btm-row {
    --bs-gutter-x: 24px;
  }
  .hospitals .img-wrapper {
    margin: 80px auto 0;
  }
  .contact-us-sec .container {
    padding-bottom: 0px;
  }
}
/* ─────────────────────────────── 1299 ─────────────────────────────── */
@media (max-width: 1320px) {
  .container {
    padding: 0 30px;
  }

  .btn {
    padding: 15px 25px;
  }
  .main-nav ul {
    gap: 14px;
  }
  .search-btn {
    margin: 0 15px;
  }
  .cm-row .right {
    padding-bottom: 0;
  }
  .cm-row .sec-title br {
    display: none;
  }
  .stats-sec .container {
    max-width: calc(100% - 60px);
  }
  .stats-sec .stat-box {
    gap: 10px;
  }
  .stats-sec .stat-box .con {
    padding-top: 4px;
  }
  .hero-btns {
    margin: 25px 0 40px;
  }
  .hero-title {
    font-size: 36px;
  }
  .hero-sec.common-sec {
    padding: 100px 0;
  }
  .searchMain {
    padding: 30px 0;
  }
  .searchMain .container {
    max-width: calc(100% - 200px);
    margin-left: auto;
    margin-right: 30px;
  }
}
/* ─────────────────────────────── 1199 ─────────────────────────────── */
@media (max-width: 1199px) {
  .main-nav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    background-color: var(--white);
    max-width: 100%;
    width: 350px;
    z-index: 999;
    transform: translate(-100%);
    overflow-y: auto;
    transition: var(--transition);
  }
  .nav-open .main-nav {
    visibility: visible;
    opacity: 1;
    transform: translate(0);
  }
  .main-nav ul {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-nav .has-submenu {
    justify-content: space-between;
  }
  .has-submenu .icon {
    width: 14px;
  }
  .nav-logo-wrap {
    background-color: var(--light-bg);
    padding: 0px !important;
    padding-top: 10px !important;
    margin-bottom: 10px;
  }
  .nav-logo-wrap .icon {
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .main-nav ul li ul {
    position: relative;
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    width: 100%;
    padding: 0;
  }
  .main-nav .has-submenu {
    display: block;
  }
  .has-submenu .icon {
    position: absolute;
    top: 10px;
    right: 0;
  }
  .main-nav ul li ul li a {
    padding: 5px 10px;
  }
  .search-contain {
    margin: 30px 0;
  }
  .hero-con {
    max-width: 600px;
  }
  .hero-btns {
    margin: 20px 0 30px;
  }
  .sec-title {
    font-size: 26px;
  }
  .sub-title {
    margin-bottom: 15px;
  }
  .about-sec .top-row {
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  .common-sec {
    padding-block: 60px 60px;
  }
  .stat-num {
    font-size: 24px;
  }
  .about-sec .btm-row .right .cms-con {
    margin-bottom: 30px;
  }
  .about-sec .btm-row .left .img {
    margin-bottom: 40px;
  }
  .cm-row {
    align-items: start;
  }
  .cm-row .right {
    flex-direction: column;
    align-items: start;
    gap: 12px;
  }
  .feat-card .box {
    padding: 25px 15px 20px 15px;
  }
  .feat-card .box .btn {
    height: 40px;
    width: 40px;
    top: 20px;
    right: 15px;
  }
  .feat-card .box .cms-con span,
  .feat-card .box .cms-con h3 {
    margin-right: 40px;
  }
  .feat-card .box .cms-con h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .submit-card {
    padding: 30px 20px;
  }
  .val-proposition .cm-row,
  .team-sec .cm-row {
    margin-bottom: 60px;
  }
  .val-proposition .btm-row {
    --bs-gutter-x: 12px;
  }
  .pro-position-card .box {
    padding: 30px 20px 30px;
  }
  .team-sec .btm-row {
    --bs-gutter-x: 10px;
  }
  .team-card .box {
    padding: 25px 12px;
  }
  .stats-sec .stat-box {
    gap: 5px;
    grid-template-columns: 45px 1fr;
  }
  .stats-sec .stat-box .img {
    height: 45px;
    width: 45px;
    padding: 10px;
  }
  .stats-sec .container {
    padding: 30px;
  }
  .stats-sec .container .row {
    --bs-gutter-x: 10px;
  }
  .stats-sec .stat-box .num-count {
    font-size: 22px;
  }
  .stats-sec .stat-box p {
    white-space: nowrap;
  }
  .testimonial-slide .box hr {
    margin: 15px auto;
  }
  .testimonial-slide .box .cms-con p i {
    font-size: 16px;
  }
  .testimonial-slide .box {
    padding: 30px 20px;
  }
  .hospitals .img img {
    height: 70px;
    width: 70px;
  }
  .foot-card {
    padding: 30px 20px;
  }
  .foot-card .btns-group input {
    padding: 10px 16px;
  }
  .foot-card .md-title {
    font-size: 24px;
  }
  .bifoot-title {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .footer-info .address-row,
  .footer-info .bottom-info,
  .footer-info .top-info {
    padding: 30px 0;
  }
  .footer-info .top-info .img {
    position: absolute;
    right: 0px;
    top: -25px;
    width: 123px;
  }
  .foot-card .img {
    height: 60px;
  }
  .loop-text {
    padding: 30px 0;
  }
  .loop-text p {
    font-size: 22px;
  }
  .footer-info .info-box img {
    height: 36px;
    width: 36px;
  }
  .footer .social-links {
    margin-top: 20px;
  }
  .hospitals .img-wrapper {
    margin-top: 60px;
  }
  .searchMain {
    padding: 25px 0;
  }
  .searchMain .container {
    max-width: calc(100% - 180px);
  }
  .journal-sec .top-row {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .journal-sec .top-row .sec-head {
    margin-bottom: 10px;
  }
  .journal-sec .top-row .sec-head .sub-title {
    margin-bottom: 8px;
  }
  .journal-sec .top-row .sec-head p,
  .journal-sec .top-row .cms-con p {
    font-size: 15px;
  }
  .journal-sec hr {
    margin: 10px 0;
  }
  .journal-sec .cms-con h3 {
    margin-bottom: 0;
  }
  .cms-con ul li {
    font-size: 15px;
  }
  .cms-con ul li::before {
    top: 2px;
  }
  .page-title {
    font-size: 24px;
  }
  .inner-banner-sec .inner-banner-con p {
    margin-bottom: 15px;
  }
  .auther-guide-sec .mid-row {
    padding-top: 20px;
    margin-bottom: 25px;
  }
  .inn-con .cms-con h3 {
    font-size: 22px;
  }
  .auther-guide-sec .mid-row .cms-con p {
    margin-bottom: 10px;
  }
  .cms-con ul:not(:last-child) {
    margin-bottom: 15px;
  }
  .auther-guide-sec .cm-row {
    margin-bottom: 15px;
  }
  /* .editorial-board-table-sec .editors-grid {
    gap: 15px;
    padding-top: 15px;
    margin-top: 15px;
  }
  .editorial-board-table-sec .editors-grid .editor-card {
    padding: 12px 16px;
  }
  .editorial-board-table-sec .editors-grid .editor-card::before,
  .editorial-board-table-sec .table tr:nth-child(2) td::after {
    height: 15px;
  }
  .editorial-board-table-sec .editors-grid::before {
    width: 75.2%;
  } */
  .editorial-board-table-sec .table tr:nth-child(2) td::after {
    bottom: -15px;
  }
  .sec-head {
    margin-bottom: 30px;
  }
  /*  */
  .gosi-quick-links {
    padding: 16px;
    gap: 10px;
    margin-bottom: 30px;
  }
  .gosi-article {
    padding: 20px;
  }
  .gosi-journal-sec .sec-title {
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
  .gosi-article-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .gosi-quick-link {
    padding: 7px 14px;
  }
  .gosi-article-title {
    font-size: 18px;
  }
  .contact-us-sec .big-circle {
    height: 200px;
    width: 200px;
    top: -18%;
    left: 6%;
  }
  .contact-us-sec .square {
    height: 360px;
  }
}
/* ─────────────────────────────── 1023 ─────────────────────────────── */
@media (min-width: 1023px) {
}
@media (min-width: 991px) {
}
/* ─────────────────────────────── 991 ─────────────────────────────── */
@media (max-width: 991px) {
  .common-sec {
    padding-block: 40px 40px;
  }
  .sec-title {
    font-size: 24px;
  }
  .hero-title {
    font-size: 32px;
    margin-bottom: 7px;
  }

  .header-logo {
    max-height: 30px;
  }
  .btn {
    padding: 12px 20px;
  }
  .menu-toggle-btn {
    margin-left: 15px;
  }
  .btm-header {
    padding: 14px 0;
  }
  .social-links ul li a {
    font-size: 16px;
  }
  .social-links ul {
    gap: 20px;
  }
  .hero-btns .btn:not(:last-child) {
    margin-right: 5px;
  }
  .hero-con {
    max-width: 460px;
  }
  .hero-sec.common-sec {
    padding: 80px 0;
  }
  .hero-btns {
    margin: 20px 0 20px;
  }
  .search-contain {
    margin: 20px 0;
  }
  .search-contain ul li {
    margin-bottom: 5px;
  }
  .search-contain ul li a {
    padding: 6px 7px;
  }
  .hero-search button {
    width: 40px;
    height: 40px;
  }
  .hero-search input {
    padding: 10px;
  }
  .about-sec .top-row > div:nth-child(1) {
    margin-bottom: 15px;
  }
  .swb {
    justify-content: flex-start;
    gap: 40px;
  }
  .about-sec .btm-row .left .img {
    margin-bottom: 16px;
  }
  .cms-con h3,
  .inn-con .cms-con h3 {
    margin-bottom: 6px;
    font-size: 20px;
  }
	.cms-con h4,
	.inn-con .cms-con h4{
		font-size:18px;
	}
  .about-sec .btm-row .right .cms-con {
    margin-bottom: 10px;
  }
  .about-sec .btm-row .right .row {
    --bs-gutter-x: 10px;
  }
  .cm-row .sec-title {
    margin-bottom: 5px;
  }
  .submit-card::before,
  .val-proposition .btm-row > div:first-child .pro-position-card .box::before,
  .val-proposition .btm-row > div:last-child .pro-position-card .box::before {
    top: -15px;
    clip-path: polygon(0 0, 100% 15px, 100% 100%, 0% 100%);
  }
  .sub-mission-sec.common-sec {
    padding-block: 60px 60px;
  }
  .submit-card .img {
    height: 50px;
    margin-bottom: 15px;
  }
  .val-proposition .cm-row,
  .team-sec .cm-row {
    margin-bottom: 45px;
    text-align: center;
  }

  .val-proposition .cm-row .sub-title,
  .team-sec .cm-row .sub-title {
    justify-content: center;
  }
  .val-proposition .cm-row .right,
  .team-sec .cm-row .right {
    align-items: center;
  }
  .val-proposition .cm-row .sec-title,
  .team-sec .cm-row .sec-title {
    max-width: 450px;
    margin: 0 auto 5px;
  }
  .val-proposition .cm-row,
  .team-sec .cm-row {
    max-width: 650px;
    margin: 0 auto 45px;
  }
  .val-proposition .btm-row,
  .team-sec .btm-row {
    --bs-gutter-x: 12px;
    --bs-gutter-y: 12px;
  }
  .val-proposition .btm-row > div:nth-child(2) .pro-position-card .box::before {
    content: "";
    width: 75%;
    height: 123px;
    background-color: inherit;
    position: absolute;
    top: -15px;
    right: 0;
    border-radius: 16px;
    z-index: -1;
    transform: scaleX(-1);
    clip-path: polygon(0 0, 100% 15px, 100% 100%, 0% 100%);
  }

  .val-proposition .btm-row > div:nth-child(4) .pro-position-card .box::before,
  .val-proposition .btm-row > div:nth-child(3) .pro-position-card .box::before {
    content: "";
    width: 90%;
    height: 123px;
    background-color: inherit;
    position: absolute;
    top: inherit;
    bottom: -15px;
    left: 0;
    border-radius: 16px;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 86%);
    transform: scaleX(-1);
  }
  .val-proposition .btm-row > div:nth-child(4) .pro-position-card .box::before {
    right: 0;
    left: inherit;
    transform: none;
  }
  /* .team-sec .btm-row > div:nth-child(3) .team-card .box::before,
  .team-sec .btm-row > div:nth-child(4) .team-card .box::before {
    right: 0;
    left: inherit;
    transform: none;
    bottom: -15px;
    top: inherit;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%) !important;
  }
  .team-sec .btm-row > div:nth-child(3) .team-card .box::before {
    transform: scaleX(-1);
    left: 0;
  } */
  .team-sec .slick-slide > div > div {
    padding-top: 20px;
  }
  .team-sec .slick-slide:nth-child(odd) > div > div .team-card .box::before {
    transform: scaleX(-1);
    right: 0;
    left: inherit;
  }
  .team-card {
    padding: 0 7px;
  }
  .team-card .box .img img {
    height: 120px;
    width: 120px;
  }
  .stats-sec .container .row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
  }
  .stats-sec .stat-box {
    gap: 10px;
  }
  .stats-sec .stat-box .num-count {
    font-size: 20px;
  }
  .stats-sec .container {
    margin-top: 15px;
  }
  .hospitals .img-wrapper .img img {
    height: 60px;
    width: 60px;
  }
  .hospitals .img-wrapper {
    margin-top: 40px;
    padding: 25px !important;
  }
  .card-row .info-box p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: var(--white);
  }
  .card-row .info-box p span {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #eef9ef;
  }
  .card-row .info-box {
    display: grid;
    grid-template-columns: 35px 1fr;
    gap: 10px;
    margin-bottom: 20px;
  }
  .bottom-footer .top-info {
    padding-top: 40px;
  }
  .info-box a {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: var(--white);
  }
  .card-row .info-box img {
    margin-top: 6px;
  }
  .card-row .info-image {
    position: absolute;
    top: -20px;
    right: 0;
  }
  .foot-btm-copyright {
    padding: 40px 0;
    text-align: center;
  }
  .foot-btm-copyright p {
    justify-content: center;
    align-items: center;
  }
  .footer-info .bottom-info {
    padding-top: 50px;
  }
  .foot-title {
    margin-bottom: 20px;
  }
  .footer .bottom-info .links-wrap ul li a {
    font-size: 14px;
  }
  .bottom-footer p {
    font-size: 15px;
  }
  .fixed-element ul li a {
    padding: 12px 14px;
  }
  .fixed-element ul li a img {
    width: 20px;
    height: 20px;
  }
  .back-to-top-btn {
    height: 45px;
    width: 50px;
  }
  .fixed-element ul {
    margin-bottom: 24px;
  }
  .rocket {
    width: 25px;
    height: 25px;
  }
  .searchMain {
    padding: 20px 0;
  }
  .searchMain .closeSearch {
    font-size: 18px;
  }
  .searchMain .form-control {
    padding-left: 10px;
    padding-right: 20px;
  }
  .searchMain.active {
    transform: translateY(-2%);
  }
  .searchMain .form-control {
    font-size: 16px;
  }
  .sub-mission-sec {
    margin: 0;
    border-radius: 0;
  }
  .foot-card .img {
    height: 50px;
    margin-bottom: 20px;
  }
  .foot-card .sub-title {
    margin-bottom: 10px;
  }
  .foot-card .md-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .bottom-footer p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .foot-card .btns-group input {
    margin-bottom: 12px;
  }
  .slick-dots li button {
    height: 10px;
    width: 10px;
  }
  .slick-dots li {
    margin: 0 4px;
  }
  .testimonial-sec .btm-row {
    max-width: 100%;
  }
  .testimonial-slide,
  .feat-card {
    padding: 0 8px;
  }

  .feature-sec .btm-row {
    --bs-gutter-y: 0;
  }
  .submit-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
  }
  .cms-con p {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .cm-row .right .cms-con {
    margin-right: 0;
  }
  .journal-sec .top-row .img {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .journal-sec .top-row .img img {
    max-width: 768px;
  }
  .journal-sec .top-row {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .page-title {
    font-size: 22px;
  }
  .inner-banner-sec .inner-banner-con p {
    margin-bottom: 10px;
  }
  .auther-guide-sec .mid-row {
    margin-bottom: 15px;
  }
  .review-misconduct-row::before {
    height: 75%;
    width: 10%;
  }
  .row-manuscript::before {
    height: 20%;
    width: 20%;
  }
  .appeals-contact-row::before {
    top: 65%;
  }
  .auther-guide-sec hr,
  .feature-article-sec hr {
    margin: 8px 0;
  }
  .cms-con ul li {
    padding-left: 20px;
    margin-bottom: 8px;
  }
  .cms-con ul li::before {
    height: 14px;
    width: 14px;
  }
  .modern-table thead th {
    padding: 0.8rem 1.25rem;
  }
  .modern-table tbody td:first-child,
  .modern-table tbody td:last-child {
    padding: 0.6rem 1rem;
    font-size: 15px;
  }
  .auther-guide-sec .cm-row {
    margin-bottom: 10px;
  }
  /* 
  .editorial-board-table-sec .editors-grid::before {
    width: 67%;
  }
  .editorial-board-table-sec .editors-grid .editor-card {
    flex: 0 1 calc(33.333% - 15px);
    min-width: 180px;
  }
  .editorial-board-table-sec .editors-grid .editor-card:nth-last-child(1)::before,
  .editorial-board-table-sec .editors-grid .editor-card:nth-last-child(2)::before {
    height: 10px;
  }
  .editorial-board-table-sec .editors-grid .editor-card:nth-last-child(1)::after,
  .editorial-board-table-sec .editors-grid .editor-card:nth-last-child(2)::after {
    position: absolute;
    width: 109%;
    content: "";
    top: -10px;
    left: 50%;
    transform: translate(-50%);
    height: 2px;
    background-color: var(--text-primary);
  }
  .editorial-board-table-sec .editors-grid .editor-card:nth-last-child(3)::after,
  .editorial-board-table-sec .editors-grid .editor-card:nth-last-child(5)::after {
    position: absolute;
    width: 2px;
    content: "";
    bottom: -9px;
    left: 50%;
    transform: translate(-50%);
    height: 9px;
    background-color: var(--text-primary);
  } */
  .editorial-board-table-sec .editor-in-chief {
    font-size: 16px;
    padding: 15px 25px;
  }
  .editorial-board-sec .row {
    --bs-gutter-y: 15px;
    --bs-gutter-x: 15px;
  }
  .editorial-board-sec .editor-member {
    padding: 20px 10px;
  }

  /*  */
  .gosi-article-meta {
    margin-top: 0;
    gap: 10px;
  }
  .gosi-article-authors {
    margin-bottom: 12px;
  }
  .gosi-article {
    padding: 15px 20px;
  }
  .gosi-section-icon {
    height: 36px;
    width: 36px;
  }
  .gosi-footer-section {
    padding: 20px;
    margin-top: 40px;
  }
  .gosi-volume-info {
    padding: 12px 24px;
    margin-bottom: 20px;
  }
  .issue-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    padding-top: 10px;
  }
  .issue-card::before {
    height: 2px;
  }
  .issue-details p {
    margin-bottom: 0.5rem;
  }
  .issue-details .issue-month {
    margin-bottom: 0.1rem;
  }
  .archive-content {
    background: var(--white);
    border-radius: 0;
    box-shadow: none;
    padding: 0;
  }
  .issue-header i {
    font-size: 1rem;
  }
  /* contact us */

  .contact-us-sec .contact-info,
  .contact-us-sec .contact-form {
    padding: 1rem 1.2rem;
  }
  .contact-us-sec .information {
    margin: 0.5rem 0;
  }
  .contact-us-sec .information a,
  .contact-us-sec .information .add {
    grid-template-columns: 20px 1fr;
    gap: 10px;
  }
  .contact-us-sec .information:last-child {
    margin-top: 20px;
  }
  .contact-us-sec .social-media {
    padding-bottom: 20px;
    padding-top: 0;
  }

  .contact-us-sec .square {
    transform: translate(140%, 43%);
    height: 350px;
  }

  .contact-us-sec .big-circle {
    display: none;
  }
  .contact-us-sec .container {
    padding: 0 30px;
  }
  .card-row .info-image,
  .foot-card .img {
    display: none;
  }
  .foot-card {
    max-width: 100%;
  }
  .foot-card .btns-group p{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
	
  .foot-card .btns-group input {
    margin: 0;
    flex: 1;
    width: 100%;
    font-size: 14px;
  }
  .foot-card .btns-group .btn {
    position: relative;
    font-size: 0;
    padding: 0;
    height: 40px;
    width: 50px;
    border-radius: 10px;
  }
  .foot-card .btns-group .btn .icon {
    mask-image: url(../img/svg/paperplane.svg);
    object-fit: contain;
    font-size: 16px;
    height: 1em;
    width: 1em;
    background-color: var(--primary-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .editorial-board-table-sec .leader-card,
  .editorial-board-table-sec .editors-section,
  .editorial-board-table-sec .members-section {
    padding: 18px;
  }
  .editorial-board-table-sec .editors-section,
  .editorial-board-table-sec .leadership-section {
    margin-bottom: 30px;
  }
  .editorial-board-table-sec .leader-name {
    font-size: 20px;
  }
  .editorial-board-table-sec .editor-name {
    font-size: 1rem;
  }
  .editorial-board-table-sec .editors-grid,
  .editorial-board-table-sec .members-list {
    gap: 12px;
  }
  .editorial-board-table-sec .member-number {
    font-size: 1.1rem;
    font-weight: 600;
  }
  .editorial-board-table-sec .leader-role {
    margin-bottom: 5px;
  }
  .header-logo img {
    height: 70px;
    transform: translateY(-20px);
  }
}
/* ─────────────────────────────── 767 ─────────────────────────────── */
@media (max-width: 767px) {
  body,
  a {
    font-size: 14px;
  }
  .container,
  .container-fluid {
    padding: 0 15px;
  }
  .hero-btns {
    margin: 15px 0 15px;
  }
  .hero-sec.common-sec {
    padding: 60px 0;
  }
  .hero-title {
    font-size: 28px;
  }
  .hero-sec {
    background-position: 60%;
  }
  .btn:has(.icon) {
    gap: 5px;
  }
  .btn {
    padding: 10px 15px;
    font-size: 15px;
  }
  .hero-btns .btn,
  .submit-card .btn {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .top-header .row {
    --bs-gutter-x: 10px;
  }
  .xy-icons .icon {
    height: 8px;
    width: 10px;
  }
  .xy-icons {
    margin-right: 3px;
  }
  .social-links ul {
    gap: 15px;
  }
  .social-links ul li a {
    font-size: 14px;
  }
  .top-header p {
    font-size: 12px;
  }
  .about-sec .btm-row .left {
    margin-bottom: 20px;
  }
  .about-sec .btm-row .right {
    max-width: 100%;
  }
  .md-title {
    font-size: 20px;
  }
  .sec-title {
    font-size: 22px;
  }
  .sub-title {
    margin-bottom: 8px;
  }
  .about-sec .top-row > div:nth-child(1) {
    margin-bottom: 10px;
  }
  .stat-num {
    font-size: 20px;
  }
  .about-sec .top-row {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .cms-con h3,
  .feat-card .box .cms-con h3,
  .inn-con .cms-con h3 {
    font-size: 18px;
  }
	.cms-con h4{
font-size:16px;
	}
  .cms-con p,
  p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .loop-text {
    padding: 20px 0;
  }
  .sub-mission-sec .row {
    --bs-gutter-y: 12px;
  }
  .right .submit-card::before,
  .left .submit-card::before {
    display: none;
  }
  .feat-card .box .btn {
    height: 35px;
    width: 35px;

    right: 10px;
  }
  .pro-position-card {
    padding: 15px 8px 0;
  }
  .val-proposition .slick-slide:nth-child(odd) > div > div .pro-position-card .box::before {
    transform: scaleX(-1);
    right: 0;
    left: inherit;
  }
  .val-proposition .slick-dots li button {
    background-color: var(--white);
  }
  .stats-sec .container {
    max-width: 100%;
    border-radius: 0;
  }
  .stats-sec .stat-box p {
    white-space: wrap;
  }
  .stats-sec .container .row {
    --bs-gutter-x: 10px;
  }
  .stats-sec .container {
    padding: 20px;
  }
  .hospitals {
    background-color: var(--white);
  }
  .hospitals .img-wrapper.marquee-track {
    overflow: visible;
    width: max-content;
  }
  .hospitals .img-wrapper.marquee-track {
    display: flex;
  }

  .marquee-track {
    display: flex;
    width: max-content;
    animation: marquee 15s linear infinite;
    gap: 30px;
  }

  .marquee-track .img {
    flex: 0 0 auto;
  }

  .marquee-track img {
    max-height: 60px;
    display: block;
  }
  .card-row .info-image,
  .foot-card .img {
    display: none;
  }
  .foot-card {
    max-width: 100%;
  }
  .foot-card .btns-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
  .foot-card .btns-group input {
    margin: 0;
    flex: 1;
    width: 100%;
    font-size: 14px;
  }
  .foot-card .btns-group .btn {
    position: relative;
    font-size: 0;
    padding: 0;
    height: 40px;
    width: 50px;
    border-radius: 10px;
  }
  .foot-card .btns-group .btn .icon {
    mask-image: url(../img/svg/paperplane.svg);
    object-fit: contain;
    font-size: 16px;
    height: 1em;
    width: 1em;
    background-color: var(--primary-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .bottom-footer .top-info {
    display: none !important;
  }
  .footer-info .top-info,
  .footer-info .address-row {
    display: block !important;
  }
  .footer-info {
    display: flex;
    flex-direction: column;
  }
  /* Footer order for mobile */
  .footer-info .bottom-info {
    order: 1; /* first */
    padding-top: 30px;
    padding-bottom: 15px;
  }

  .footer-info .top-info {
    order: 2; /* second */
  }

  .footer-info .address-row {
    order: 3; /* third */
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer-info .foot-btm-copyright {
    order: 4; /* always last */
    padding: 15px 0;
  }

  .footer-info .foot-btm-copyright p {
    margin-bottom: 0;
  }

  /* Titles */
  .bifoot-title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  /* Social links */
  .footer .social-links ul {
    gap: 20px;
  }

  /* Top info row */
  .bottom-footer .top-info {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  /* Info boxes */
  .footer-info .info-box {
    display: grid;
    grid-template-columns: 26px 1fr;
    gap: 8px;
    margin-bottom: 10px;
  }

  .footer-info .info-box a,
  .footer-info .info-box p {
    font-size: 14px;
  }

  .footer-info .info-box p:has(a) {
    line-height: 1;
  }

  .footer-info .info-box img {
    margin-top: 0;
  }

  /* Footer text */
  .footer .footer-info span {
    font-size: 12px;
  }

  /* Hide footer images on mobile */
  .footer-info .info-image,
  .bottom-footer .links-wrap {
    display: none;
  }
  .main-nav .foot-col {
    display: block;
  }
  .nav-logo img {
    height: 60px;
  }
  .nav-logo-wrap {
    padding: 12px 15px 10px;
  }
  .main-nav ul li a {
    font-size: 14px;
    padding: 0;
  }
  .main-nav ul li {
    margin-bottom: 5px;
  }
  .main-nav ul li ul li a {
    font-size: 12px;
    padding: 0;
  }
  .main-nav ul li ul li {
    margin-left: 5px;
  }
  .main-nav ul li ul {
    margin-top: 5px;
    margin-bottom: 0;
  }
  .main-nav ul {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
  }
  .foot-title {
    margin-bottom: 10px;
    font-size: 15px;
    border-bottom: 1px solid #474e481a;
    border-top: 1px solid #474e481a;
    padding: 5px 15px;
  }
  .main-nav {
    width: 260px;
  }

  .journal-sec .top-row .img img {
    aspect-ratio: 16 / 9;
    width: 100%;
    object-fit: cover;
  }
  .journal-sec .btm-row .cms-con {
    margin-bottom: 30px;
  }
  .journal-sec .btm-row > div:last-child .cms-con {
    margin-bottom: 0px;
  }

  .journal-sec .top-row {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .cms-con ul li {
    margin-bottom: 6px;
    font-size: 14px;
  }
  .modern-table tbody td {
    padding: 0.4rem 0.8rem;
    font-size: 14px;
  }
  .modern-table {
    max-width: 100%;
  }
  .auther-guide-sec .row > div {
    margin-bottom: 20px;
  }
  .auther-guide-sec .last-row.row > div:last-child,
  .auther-guide-sec .mid-row {
    margin-bottom: 0;
  }
  .row-manuscript::before,
  .review-misconduct-row::before,
  .appeals-contact-row::before {
    display: none;
  }
  .auther-guide-sec .cm-row {
    margin-bottom: 10px;
  }
  .auther-guide-sec .top-row > div {
    margin-bottom: 0px;
  }
  .table-container {
    margin-top: 0;
  }

  /* .editorial-board-table-sec .editors-grid {
    gap: 10px;
    padding-top: 12px;
  }

  .editorial-board-table-sec .editors-grid .editor-card {
    flex: 0 1 calc(50% - 10px);
    min-width: 150px;
    padding: 10px 15px;
    font-size: 13px;
  }

  .editorial-board-table-sec .editor-in-chief {
    padding: 15px 20px;
    font-size: 16px;
  }

  .editorial-board-table-sec .associate-title {
    padding: 12px 20px;
    font-size: 15px;
  }
  .editorial-board-table-sec .editors-grid .editor-card:nth-last-child(1)::after,
  .editorial-board-table-sec .editors-grid .editor-card:nth-last-child(2)::after {
    display: none;
  }
  .editorial-board-table-sec .editors-grid::before {
    width: 49.01%;
  }
  .editorial-board-table-sec .editors-grid .editor-card::before,
  .editorial-board-table-sec .editors-grid .editor-card:nth-last-child(1)::before,
  .editorial-board-table-sec .editors-grid .editor-card:nth-last-child(2)::before {
    height: 12px;
  } */
  /*  */
  .gosi-quick-links {
    padding: 10px;
    gap: 6px;
    margin-bottom: 20px;
  }
  .gosi-quick-link {
    padding: 4px 8px;
  }
  .gosi-section {
    margin-bottom: 40px;
  }
  .gosi-section-title {
    margin-bottom: 15px;
    padding: 10px;
    gap: 8px;
  }
  .gosi-section-icon {
    height: 32px;
    width: 32px;
  }
  .gosi-volume-info {
    padding: 8px 20px;
    margin-bottom: 15px;
  }

  .archive-tabs .nav-link {
    padding: 0.7rem 1rem;
    margin-bottom: 0;
  }
  .archive-tabs {
    margin-bottom: 0;
    border-width: 1px;
  }
  .archive-tabs .nav-link.active::before {
    background-color: transparent;
  }
  .accordion-item .accordion-button {
    padding: 1rem;
  }
  .accordion-body {
    padding: 1rem 1.2rem;
  }
  .issue-details .btn {
    padding: 7px 12px;
  }
  .issue-card {
    padding: 0.9rem;
  }
  /* contact */
  .contact-us-sec .contact-info:before {
    bottom: initial;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }
  .contact-us-sec .contact-form:before {
    top: -13px;
    left: initial;
    right: 70px;
  }
  .contact-us-sec .form {
    grid-template-columns: 1fr;
  }
  .contact-us-sec .contact-info,
  .contact-us-sec .contact-form {
    padding: 1.5rem 1rem;
  }
  .contact-us-sec textarea.input {
    min-height: 100px;
  }
  .contact-us-sec .social-media {
    padding-bottom: 0;
  }
  .contact-us-sec .information .add p {
    margin-top: 5px;
  }
  .contact-us-sec .information:last-child {
    margin-top: 10px;
  }
  .contact-us-sec .input {
    padding: 0.4rem 0.6rem;
    font-size: 0.87rem;
  }
  .contact-us-sec .social-icons a {
    width: 30px;
    height: 30px;
  }
  .contact-us-sec .social-icons i {
    font-size: 14px;
  }
  .contact-us-sec .container {
    padding: 0 15px;
  }
  .editorial-board-table-sec .section-header h1 {
    font-size: 2rem;
  }

  .editorial-board-table-sec .leadership-grid {
    grid-template-columns: 1fr;
  }

  .editorial-board-table-sec .editors-grid {
    grid-template-columns: 1fr;
  }

  .editorial-board-table-sec .members-list {
    grid-template-columns: 1fr;
  }

  .editorial-board-table-sec .editors-section,
  .editorial-board-table-sec .members-section {
    padding: 25px;
  }
  .row.bor .col-md-6 {
    padding-top: 0 !important;
  }
}
/* ─────────────────────────────── 568 ─────────────────────────────── */

@media (max-width: 568px) {
  .common-sec {
    padding-block: 30px 30px;
  }
  .top-header .row {
    --bs-gutter-x: 5px;
  }
  .header-logo img {
    height: 60px;
  }
  .header-logo {
    max-height: 15px;
  }
  .btn {
    padding: 7px 10px;
    font-size: 14px;
  }
  .btn .icon {
    width: 14px;
    height: 8px;
  }
  .menu-toggle-btn {
    margin-left: 10px;
  }
  .xy-icons .icon {
    height: 8px;
    width: 8px;
  }
  .top-header p {
    font-size: 12px;
  }
  .social-links ul li a {
    font-size: 12px;
  }
  .social-links ul {
    gap: 10px;
  }
  .btm-header {
    padding: 10px 0;
  }
  .hero-title {
    font-size: 22px;
  }
  .hero-title br {
    display: none;
  }
  .hero-con p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .hero-btns .btn,
  .submit-card .btn {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .hero-btns {
    margin: 10px 0 10px;
  }
  .hero-btns .btn:not(:last-child) {
    margin-right: 0px;
  }
  .search-contain {
    margin: 0 0 15px;
  }
  .search-contain ul li a {
    font-size: 12px;
  }
  .hero-search button {
    height: 30px;
    width: 30px;
  }
  .hero-search input {
    padding: 6px;
    font-size: 14px;
  }
  .md-title {
    font-size: 16px;
    margin-bottom: 2px;
  }
  .reviewers .images .slight {
    height: 36px;
    width: 36px;
  }
  .sub-title {
    font-size: 12px;
	  padding-left:24px;
  }
  
  .sub-title::before {
    width:18px;
	  height:15px;
  }
  .sec-title {
    font-size: 20px;
  }
  .stat-num {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .ab-stats-box p {
    font-size: 14px;
  }
	
  .feat-card .box .cms-con h3,
  .inn-con .cms-con h3 {
    font-size: 16px;
  }
	.cms-con h3{
		font-size:17px
	}
  .cm-row {
    margin-bottom: 20px;
  }
  .slick-slide img {
    width: 100%;
  }
  .submit-card .img {
    height: 40px;
    margin-bottom: 10px;
  }
  .submit-card .cms-con p {
    margin-bottom: 10px;
  }
  .pro-position-card .box {
    padding: 20px 12px 20px;
  }
  .val-proposition .cm-row {
    --bs-gutter-x: 0;
    margin-bottom: 30px;
  }
  .team-card .box .social-links ul {
    margin-top: 10px;
  }
  .team-card .box .img img {
    height: 90px;
    width: 90px;
    margin-bottom: 15px;
  }
  .team-card .img span {
    font-size: 12px;
  }
  .team-card .box hr,
  .testimonial-slide .box hr {
    margin: 9px auto;
  }
  .stats-sec .stat-box p {
    font-size: 14px;
  }
  .stats-sec .stat-box .num-count {
    font-size: 18px;
  }
  .stats-sec .stat-box .img {
    height: 40px;
    width: 40px;
    padding: 8px;
  }
  .testimonial-slide .box .cms-con p i {
    font-size: 14px;
  }
  .rating .icon {
    font-size: 15px;
    margin-right: 2px;
  }
  .testimonial-slide .box .img img {
    height: 60px;
    width: 60px;
    margin-bottom: 15px;
  }
  .testimonial-slide .box {
    padding: 20px 10px;
  }
  .testimonial-slide .box .cms-con p strong {
    font-size: 14px;
  }
  .testimonial-slide .box .cms-con span {
    font-size: 14px;
  }
  .loop-text {
    padding: 15px 0;
  }
  .loop-text p {
    font-size: 18px;
  }
  .loop-text .marquee-track {
    animation-duration: 50s;
  }
  .loop-text .marquee span {
    min-width: 20px;
    height: 2px;
    margin: 0 10px;
  }
  .loop-text .marquee {
    margin-right: 20px;
  }
  .footer-info .foot-btm-copyright p {
    flex-wrap: wrap;
    gap: 10px;
  }
  .foot-btm-copyright p span {
    margin: 0;
    width: 1px;
  }
  .footer .social-links ul li a {
    font-size: 14px;
  }
  .hero-sec.common-sec {
    padding: 40px 0;
  }
  .sub-mission-sec.common-sec {
    padding-block: 40px 40px;
  }
  .pro-position-card .box .cms-con h3 {
    margin-bottom: 10px;
  }
  .pro-position-card .box .img {
    height: 45px;
    width: 45px;
    padding: 3px;
    margin-bottom: 8px;
  }
  .journal-sec .btm-row .cms-con {
    margin-bottom: 20px;
  }
  .journal-sec .top-row {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .page-title {
    font-size: 18px;
  }
  .inner-banner-sec .inner-banner-con p {
    margin-bottom: 8px;
  }
  .modern-table tbody td:last-child {
    font-size: 13px;
  }
  .modern-table {
    margin: 5px 0;
  }
  .table-container {
    margin: 0px 0 20px;
  }
  .auther-guide-sec .btm-row .cms-con:first-child ul {
    display: block;
  }
  .auther-guide-sec .row > div {
    margin-bottom: 15px;
  }
  .modern-table thead th {
    padding: 0.5rem 1.25rem;
    font-size: 14px;
  }
  .modern-table tbody td:first-child,
  .modern-table tbody td:last-child {
    padding: 0.6rem;
  }
  .editorial-board-table-sec .editor-in-chief,
  .editorial-board-table-sec .associate-title {
    padding: 12px 15px;
    font-size: 14px;
  }
  /* .editorial-board-table-sec .editors-grid::before {
    width: 51.01%;
  } */
  .editorial-board-table-sec .editor-in-chief {
    margin-bottom: 20px;
  }
  .editor-member .cms-con p {
    margin-bottom: 5px;
  }
  .gosi-section-title {
    margin-bottom: 10px;
  }
  .gosi-journal-sec .sec-title {
    margin-bottom: 20px;
  }
  .gosi-article {
    padding: 10px 10px 15px;
  }
  .gosi-article-title {
    margin-bottom: 5px;
  }
  .gosi-article-authors {
    margin-bottom: 8px;
  }
  .gosi-article-meta,
  .gosi-article-links {
    gap: 5px;
  }
  .gosi-article-link:hover {
    transform: none;
  }
  .gosi-footer-section {
    padding: 14px;
  }
  .gosi-footer-title::before {
    height: 30px;
    width: 30px;
  }
  .gosi-section {
    margin-bottom: 30px;
  }
  .gosi-volume-info {
    padding: 6px 10px;
    margin-bottom: 10px;
    font-size: 0.9em;
  }
  .gosi-article,
  .gosi-quick-links,
  .gosi-footer-section,
  .gosi-section-title {
    border-width: 2px;
  }
  .gosi-article:hover {
    transform: none;
  }
  .gosi-journal-sec .sec-title {
    border-width: 2px;
  }
  .gosi-quick-link {
    border-width: 1px;
  }
  .issue-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .archive-container.container {
    padding: 0 5px;
  }
  .accordion-body {
    padding: 1rem 15px;
  }
  .accordion-body .md-title {
    padding: 5px 0;
  }
  .accordion-item .accordion-button {
    padding: 0.7rem;
  }
  .issue-header {
    margin-bottom: 0.4em;
  }

  .contact-us-sec .container {
    padding: 0 15px;
  }

  .contact-us-sec .contact-info:before {
    display: none;
  }

  .contact-us-sec .square,
  .contact-us-sec .big-circle {
    display: none;
  }

  .contact-us-sec .contact-form,
  .contact-us-sec .contact-info {
    padding: 1.2rem 1rem;
  }

  .contact-us-sec .title {
    font-size: 1.15rem;
  }

  .contact-us-sec .social-icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .contact-us-sec .information img {
    height: 17px;
    width: 17px;
  }
  .contact-us-sec .information:last-child img {
    height: 20px;
    width: 20px;
  }
  .contact-us-sec .information .add p {
    margin: 0;
  }
  .contact-us-sec .information a,
  .contact-us-sec .information .add {
    gap: 5px;
  }

  .contact-us-sec .input {
    padding: 0.45rem 1.2rem;
  }

  .contact-us-sec .btn {
    padding: 0.45rem 1.2rem;
  }
  .contact-us-sec .form-control {
    margin: 0.5rem 0;
  }
  .editorial-board-table-sec .leader-card,
  .editorial-board-table-sec .editors-section,
  .editorial-board-table-sec .members-section {
    padding: 12px;
  }
  .editorial-board-table-sec .editors-section,
  .editorial-board-table-sec .leadership-section {
    margin-bottom: 20px;
  }
  .editorial-board-table-sec .leader-name {
    font-size: 14px;
  }
  .editorial-board-table-sec .editor-name,
  .editorial-board-table-sec .member-name {
    font-size: 0.9rem;
  }
  .editorial-board-table-sec .editors-grid,
  .editorial-board-table-sec .members-list {
    gap: 8px;
  }
  .editorial-board-table-sec .member-number {
    font-size: 1rem;
  }
  .editorial-board-table-sec .leader-role {
    margin-bottom: 4px;
  }
  .editorial-board-table-sec .member-item {
    padding: 10px 15px;
  }
  .editorial-board-table-sec .editor-item {
    padding: 10px;
  }
  .sec-head {
    margin-bottom: 20px;
  }
}
/* ─────────────────────────────── 489 ─────────────────────────────── */

@media (max-width: 489px) {
  .top-header .row {
    justify-content: center !important;
    gap: 5px;
  }
  .top-header {
    padding: 6px 0;
  }
  .search-btn {
    font-size: 14px;
    margin: 0 10px;
  }
  .header .top-header .social-links {
    display: none;
  }
  .main-nav .social-links {
    display: block;
    margin: 10px 0;
  }
  .main-nav .social-links ul li {
    display: inline-block;
    margin: 0;
    line-height: 0;
  }
  .main-nav .social-links ul {
    display: flex;
    justify-content: space-around;
  }
  .main-nav .social-links ul a {
    font-size: 14px;
  }
  .hero-title {
    font-size: 20px;
    margin-bottom: 2px;
  }
  .btn {
    font-size: 12px;
  }
  .hero-con hr {
    margin: 12px 0;
  }
  .hero-search button {
    font-size: 14px;
  }
  .sec-title {
    font-size: 18px;
  }
  .about-sec .top-row > div:nth-child(1),
  .swb {
    margin-bottom: 5px;
  }
  .sub-mission-sec.common-sec {
    padding-block: 30px 30px;
  }
  .icon-menu {
    font-size: 18px;
  }
  .val-proposition .cm-row,
  .team-sec .cm-row {
    --bs-gutter-x: 0;
  }
  .pro-position-card .box {
    padding: 10px 12px 20px;
  }
  .stats-sec .stat-box {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .stats-sec .stat-box .img {
    margin: 0 auto;
  }
  .stats-sec .stat-box .num-count {
    justify-content: center;
  }
  .hospitals .img-wrapper .img img {
    height: 50px;
    width: 50px;
  }
  .hospitals .img-wrapper {
    margin-top: 30px;
    gap: 15px;
  }
  .footer-info .foot-btm-copyright p {
    font-size: 12px;
    gap: 6px;
  }
  .issue-grid {
    grid-template-columns: 1fr;
  }

  .header-logo img {
    height: 55px;
  }
  .sub-reserch-title {
    font-size: 27px;
    margin-bottom: 20px;
}
}
/* ─────────────────────────────── 350 ─────────────────────────────── */

@media (max-width: 350px) {
}
