.bg-white {
  background-color: white !important;
}
.volumeList .ArccCard_editorsLabel {
  margin: 10px 0;
}
.volumeList .ArccCard_editorNameSingleJournal {
  padding: 10px 8px;
}
.volume_card {
  font-size: 1rem;
  line-height: 1.0625rem;
  font-weight: 300;
  margin-bottom: 30px;
  color: #6b6b6b;
  padding: 0;
  background: white;
}
.volume_card .volume_label {
  font-weight: 500;
  color: #282828;
  margin: 5px 0 10px;
  font-size: 1.5rem;
}
.volume_card .page_range_label {
  font-size: 0.875rem;
}
.volume_card .issue_row {
  margin-top: 10px;
  display: inline-block;
}
.volume_card .issue_row .issue_column {
  display: inline-block;
}
.volume_card .issue_row .issue_column .issueInfo {
  display: inline-block;
  padding: 5px 10px 0 10px;
}
.volume_card .issue_row .issue_column .issueInfo.active {
  background-color: #2d3e50;
  color: white;
  border-radius: 3px;
}
.volume_card .issue_row .issue_column .issue_label {
  font-weight: 700;
  min-width: 50px;
  margin-right: 10px;
}
.volume_card .issue_row .issue_column .issue_pipe {
  margin-left: 10px;
  margin-right: 10px;
}
.volume_card .issue_row .issue_column .issue_card_no {
  font-weight: 700;
  min-width: 50px;
  font-size: 1.5rem !important;
}
.volume_card .issue_row .viewAll {
  display: inline-block;
  margin-left: 30px;
  font-weight: 700;
  color: black;
}
.volume_card .issue_row .viewAll:after {
  content: "\f101";
  font-weight: 500;
  font-family: FontAwesome;
  margin-left: 5px;
  font-size: 0.9rem;
  color: #282828;
  position: relative;
  top: 1px;
}
.downloadCover {
  font-size: 0.9rem;
  color: #282828;
  padding: 0 10px;
}
.Layout__main {
  flex-shrink: 0;
  /*margin-bottom: 80px;*/
  margin-bottom: 10px;
}
.Layout__main.mb0 {
  margin-bottom: 0;
}
.Layout__main .Hub__totalWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*margin-bottom: 24px;*/
}
.Layout__main .Hub__totalWrapper.mb0 {
  margin-bottom: 0;
}
.Layout__main .Hub__total {
  font-size: 1.2rem;
  line-height: 2.75rem;
  font-weight: 500;
  color: #282828;
}
.Layout__main .Hub__total.large {
  font-size: 0.9rem;
  color: #f5962d;
}
.Layout__main .Hub__total.xLarge {
  font-size: 1rem;
  color: #f5962d;
}
.Layout__main .Hub__total.article_tag {
  font-size: 1.2rem;
  color: #f5962d;
}
.Layout__main .Hub__total.search_article {
  line-height: 1.75rem;
}
.Layout__main .Hub__total.search_article .small__total {
  font-size: 0.9rem;
}
.Layout__main .Hub__total.search_article .clearBtn {
  margin-left: 10px;
  text-decoration: underline;
  color: #0000ee;
}
.Layout__main .Hub__right {
  font-size: 1rem;
  line-height: 2.75rem;
  font-weight: 500;
  color: #282828;
}
.Layout__main .Hub__right.small {
  font-size: 0.85rem;
}
.Layout__main .Hub__right a {
  padding: 5px 10px;
  margin: 0 5px;
  font-size: 0.7rem;
}
.Layout__main .Hub__right a:last-child {
  margin: 0;
}
.Layout__main .Hub__right a.btn_link {
  border: 1px solid #ddd;
  border-radius: 50px;
}
.Layout__main .Hub__right a.btn_link .fa {
  margin-right: 5px;
}
.Layout__main.side_box {
  margin-bottom: 0;
}
.Layout__main.side_box .Hub__totalWrapper {
  margin-bottom: 0;
}
a {
  cursor: pointer !important;
}
a:hover {
  color: #01a452 !important;
}
a:hover p {
  color: #01a452 !important;
}
a:hover em {
  color: #01a452 !important;
}
.refHyper a {
  color: #01a452 !important;
  font-weight: 500 !important;
}
.refHyper a em {
  color: #01a452 !important;
  font-weight: 500 !important;
}
.CardB--highlighted.articleBox {
  padding-top: 20px;
}
.CardB--highlighted.articleBox .ArccCard_info {
  margin-left: 10px;
}
.CardB--highlighted.articleBox .ArccCard_info .Layout__main {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.CardB--highlighted.singleArticleBox .ArccCard_info {
  margin-left: 10px;
}
.CardB--highlighted.singleArticleBox .ArccCard_info .Layout__main {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.jcsb {
  display: flex;
  justify-content: space-between;
}
.article_grid {
  margin-top: 10px;
  font-size: 0.85rem;
  line-height: 1.375rem;
  margin-bottom: 0;
  color: #282828;
}
.article_grid li {
  display: inline-block;
  margin-right: 10px;
}
.article_grid li .pipeSpan {
  content: " |";
  font-weight: bold;
  margin-left: 10px;
}
.article_grid li strong {
  margin-right: 5px;
}
.article_grid li strong:after {
  content: " : ";
}
.article_grid li.doi p {
  color: #2d3e50 !important;
}
.article_grid.home_grid {
  margin-top: 0;
}
.article_grid.home_grid li p {
  font-size: 0.85rem;
  margin-bottom: 0;
}
.journal_grid {
  font-size: 0.85rem;
  line-height: 1.375rem;
  margin-bottom: 0;
  color: #282828;
  position: absolute;
  bottom: 10px;
}
.journal_grid li {
  display: inline-block;
  margin-right: 10px;
}
.journal_grid li a {
  font-weight: 500;
}
.journal_grid li p {
  margin-bottom: 0;
}
.journal_grid li .pipeSpan {
  content: " |";
  font-weight: bold;
  margin-left: 10px;
}
.article_status_grid {
  margin-top: 10px;
}
.article_status_grid p {
  font-size: 0.9rem;
  line-height: 2.75rem;
  margin-bottom: 0;
  display: inline-flex;
  color: #282828;
}
.article_status_grid li {
  display: inline-block;
  margin-right: 10px;
}
.article_status_grid li .pipeSpan {
  content: " |";
  font-weight: bold;
  margin-left: 10px;
}
.article_status_grid li strong {
  margin-right: 5px;
}
.article_status_grid li.doi p {
  color: #2d3e50 !important;
}
.keywords_grid {
  margin-top: 10px;
}
.keywords_grid p {
  font-size: 1rem;
  line-height: 2.75rem;
  margin-bottom: 0;
  display: inline-flex;
  color: #282828;
}
.keywords_grid li {
  display: inline-block;
  margin-right: 10px;
}
.keywords_grid li .pipeSpan {
  content: " |";
  font-weight: bold;
  margin-left: 10px;
}
.keywords_grid li strong {
  margin-right: 5px;
}
.keywords_grid li strong:after {
  content: " : ";
}
.keywords_grid li a {
  border-radius: 5px;
  padding: 2px 5px;
  margin-right: 5px;
  background-color: #2d3e50;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #fff;
  font-weight: normal;
  display: inline-block;
}
.keywords_grid li.doi p {
  color: #2d3e50 !important;
}
.download_btn_group {
  margin-top: 5px;
}
.download_btn_group span {
  margin-right: 10px;
}
.download_btn_group a {
  display: inline-block;
  border: 1px solid #bfbfbf;
  border-radius: 50px;
  padding: 5px 10px;
  text-align: center;
  margin-right: 5px;
  line-height: 1.5;
  font-size: 0.7rem;
  font-weight: 500;
}
.download_btn_group a .fa {
  font-size: 0.8rem;
  margin-right: 5px;
}
.download_btn_group.large a {
  width: 200px;
}
.social_block {
  display: flex;
  justify-content: space-between;
}
.social_block .social_grid {
  margin-top: 10px;
  font-size: 0.85rem;
  line-height: 1.375rem;
  margin-bottom: 0;
  color: #282828;
  display: inline-block;
}
.social_block .social_grid li {
  display: block;
}
.social_block .social_grid li i {
  font-size: 18px;
  margin-right: 5px;
  width: 20px;
  padding: 5px;
}
.social_block .social_grid li .pipeSpan {
  content: " |";
  font-weight: bold;
  margin-left: 10px;
}
.social_block .social_grid li strong {
  margin-right: 5px;
}
.social_block .social_grid li strong:after {
  content: " : ";
}
.share_btn_group {
  display: flex;
  align-items: center;
}
.share_btn_group span {
  margin-right: 10px;
  margin-left: 10px;
}
.share_btn_group a {
  display: inline-block;
  border-radius: 50px;
  text-align: center;
  margin-right: 10px;
}
.share_btn_group a img {
  height: 25px;
}
.alignRight {
  text-align: right;
}
/*
.form-control{
  border: 1px solid #ddd;
  height: 35px;
  padding: 5px 20px;
  border-radius: 50px;
  font-size: 1rem;
  background-color: white;
}
*/
.filterRow .DropDown {
  margin-left: 10px;
  height: 45px;
}
.filterRow .form-control {
  margin-left: 10px;
  height: 31px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  border: 1px solid var(--grey60);
}
.reviewBanner {
  display: flex;
  justify-content: space-between;
  background-color: white;
  margin: 0 0 20px;
  background-position: bottom;
}
.reviewBanner .Hub__totalWrapper {
  padding-left: 10%;
  width: 20%;
}
.reviewBanner .map__box {
  padding: 20px;
  width: 33.33333%;
}
.reviewBanner .map__box img {
  height: 300px;
}
.reviewBanner .login__box {
  padding: 20px;
  width: 33.33333%;
  height: 200px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reviewBanner .login__box .title {
  font-size: 1.5rem;
}
.reviewBanner .logo__box {
  position: relative;
  width: 33.33333%;
}
.reviewBanner .logo__box img {
  height: 330px;
  position: absolute;
  bottom: 0;
  right: -2px;
}
.mb0 {
  margin-bottom: 0;
}
.ArccCard_editorsWrapperSingleJournal.singleJournal {
  margin: 0 !important;
}
.ArccCard_editorsWrapperSingleJournal.journalInfo {
  padding: 0 20px 0;
  margin: 0 !important;
}
.issueList .issueRow {
  display: flex;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.issueList .issueRow .each_issue {
  width: 33%;
  margin-bottom: 10px;
}
.issueList .issueRow .normal {
  font-weight: 300 !important;
  margin-left: 5px;
}
.issueList .issueRow .ArccCard_editorName .ArccCard_editorName_issueName {
  min-width: 200px;
  display: inline-block;
}
.issueList .issueRow .ArccCard_editorNamePipe {
  margin-left: 60px;
  margin-right: 60px;
}
/*.col-md-6 {
  width: 50%;
  float: left;
}

.col-md-8 {
  width: 66.66666667%;
  float: left;
}

.col-md-2 {
  width: 16.66666667%;
  float: left;
}

.col-md-3 {
  width: 25%;
  float: left;
}

.col-md-4 {
  width: 33.33333333%;
}

.col-md-7 {
  width: 58.33333333%;
  float: left;
}

.col-md-12 {
  width: 100% !important;
  float: left;
}*/
.col-md-offset-3 {
  margin-left: 25%;
}
.col-md-offset-2 {
  margin-left: 16.66666667%;
}
.col-md-offset-4 {
  margin-left: 33.33333333%;
}
.text-center {
  text-align: center;
}
.ul_style {
  list-style: initial;
  margin-left: 20px;
}
.manuscriptBtn {
  font-size: 1rem;
  box-sizing: border-box;
  position: relative;
  max-width: 350px;
  display: inline-flex;
  width: 100%;
  padding: 0;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  align-items: center;
  justify-content: center;
}
.manuscriptBtn.btn-lg {
  height: 45px;
}
.manuscriptBtn.btn-md {
  height: 40px;
}
.manuscriptBtn.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.manuscriptBtn.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.manuscriptBtn:hover {
  color: white !important;
}
.manuscriptBtn.btn-outline-secondary {
  color: #14797b;
  border: 1px solid #14797b;
}
.manuscriptBtn.btn-outline-secondary:hover {
  color: #fff;
  background-color: #14797b;
  border-color: #14797b;
}
.login-page-box {
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.13);
  background-color: white;
  min-height: 620px;
}
.login-page-box.newBox {
  box-shadow: none;
  min-height: 100vh;
}
.login-page-box.feedback_box {
  box-shadow: none;
  min-height: 500px;
}
.login-page-box .checkoutProcessHeader,
.login-page-box .email-confirmation__heading,
.login-page-box .heading-m,
.login-page-box .sage-custom-pages h1 {
  font-size: 1.5rem;
  line-height: 1.5;
}
.login-page-box .heading-m i {
  margin-left: 10px;
}
.login-page-box .remem-forgot {
  display: flex;
  margin-bottom: 25px;
  justify-content: space-between;
}
.login-page-box .user-login-bar {
  position: relative;
}
.login-page-box .login-form [type=text] {
  width: 100%;
}
.login-page-box .heading-s {
  font-size: 1.25rem;
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}
.login-page-box .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
.login-page-box .form-group {
  position: relative;
}
.login-page-box .form-group label {
  display: block;
  line-height: 1.57;
  margin-bottom: 4px;
  font-size: 1rem;
}
.login-page-box .btn.primary,
.login-page-box button.primary {
  background-color: #00a0d2;
  color: #fff;
}
.login-page-box .btn {
  font-size: 1rem;
  box-sizing: border-box;
  position: relative;
  max-width: 288px;
  display: inline-flex;
  width: 100%;
  padding: 0;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  align-items: center;
  justify-content: center;
}
.login-page-box .btn.btn-md {
  height: 40px;
}
.login-page-box .btn.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.login-page-box .btn.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.login-page-box .btn:hover {
  color: white !important;
}
.login-page-box .btn-outline-secondary {
  color: #14797b;
  border: 1px solid #14797b;
}
.login-page-box .btn-outline-secondary:hover {
  color: #fff;
  background-color: #14797b;
  border-color: #14797b;
}
.login-page-box .custom-input,
.login-page-box .form-control {
  width: 100%;
  padding: 6px 12px;
  font-size: 1rem;
  font-family: Open Sans, sans-serif;
  color: #333;
  height: 40px;
  border-radius: 0;
  border: 0.0625rem solid #ccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: box-shadow 200ms cubic-bezier(0.37, 0.74, 0.15, 1) 0ms;
  -o-transition: box-shadow 200ms cubic-bezier(0.37, 0.74, 0.15, 1) 0ms;
  -webkit-transition: box-shadow 200ms cubic-bezier(0.37, 0.74, 0.15, 1);
  -webkit-transition-delay: 0ms;
  transition: box-shadow 200ms cubic-bezier(0.37, 0.74, 0.15, 1) 0ms;
  background-color: white;
}
.login-page-box input[type="file"] {
  padding: 7px 13px;
}
.login-page-box textarea {
  min-height: 40px;
  height: auto !important;
}
.login-page-box hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
}
.login-page-box .custom-checkbox label {
  display: flex;
  align-items: center;
}
.login-page-box .custom-checkbox input[type=checkbox] {
  margin-right: 5px;
}
.login-page-box .link_box {
  margin-top: 5%;
  text-align: center;
}
.login-page-box .link_box .btnLink {
  font-size: 1.125rem;
  text-decoration: underline;
}
.login-page-box .registration_info {
  display: block;
  margin-left: 20px;
}
.login-page-box .registration_info ul {
  list-style: inherit;
}
.login-page-box .registration_info ul li {
  line-height: 2;
  font-size: 1rem;
}
.login-page-box .form-control[disabled],
.login-page-box .form-control[readonly],
.login-page-box fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 0.6;
}
.custom-new-checkbox {
  display: flex;
  align-items: flex-start;
}
.custom-new-checkbox input[type=checkbox] {
  margin-right: 10px;
  position: relative;
  bottom: 6px;
}
.mt0 {
  margin-top: 0;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mb40 {
  margin-bottom: 40px;
}
.authors {
  width: auto;
}
.authors .notes {
  font-size: 0.75rem;
  line-height: 1.0625rem;
}
.authors img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 16px;
}
.authors .author-link-aside {
  float: left;
  color: #282828 !important;
  font-family: "MuseoSans", "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
  text-align: left;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
.articleTags li {
  padding: 5px 10px 5px 0;
  border-bottom: 1px solid #ddd;
  font-size: 0.875rem;
  font-weight: 500;
}
.articleTags li:before {
  content: "";
  font-weight: 600;
  margin-right: 8px;
}
.articleTags li:hover a {
  color: #01a452 !important;
}
.articleTags li:hover:before {
  color: #01a452 !important;
}
.articleTags li:last-child {
  border: none;
}
.btn-dropdown {
  background-color: #2d3e50;
  color: white;
  padding: 7px 10px;
  border-radius: 50px;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.btn-dropdown i {
  font-size: 1.6rem;
  margin-left: 10px;
}
.btn-menu {
  background-color: white;
  color: white;
  padding: 7px 10px;
  border-radius: 50px;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.home_body .btn-menu {
  background-color: transparent;
}
.home_body .ATheme_main .ATheme_icon {
  padding-top: 5px;
}
.dropdownStyle {
  border: 1px solid #ddd;
  border-radius: 5px;
}
.dropdownStyle li {
  padding: 12px !important;
  font-size: 1rem;
  color: #282828 !important;
}
.dropdownStyle li:hover {
  color: #01a452 !important;
  background-color: white !important;
}
.menuDropdownStyle {
  border: 1px solid #ddd;
  border-radius: 5px;
}
.menuDropdownStyle li {
  padding: 8px 2px !important;
  font-size: 0.8rem;
  color: #282828 !important;
  text-align: center;
}
.menuDropdownStyle li:hover {
  color: #01a452 !important;
  background-color: white !important;
}
.ATheme_main .ATheme_icon {
  display: flex;
}
.ATheme_main .ATheme_icon.border_right {
  padding: 10px 20px 10px 0;
  border-right: 1px solid #D9D9D9;
  margin-left: 20px;
}
.ATheme_main .ATheme_icon.ml20 {
  margin-left: 20px;
}
.ATheme_main .main_menu {
  display: block;
}
.ATheme_main .scrollable_menu {
  display: none;
}
.ATheme_main.bg_white .main_menu {
  display: none;
}
.ATheme_main.bg_white .scrollable_menu {
  display: block;
}
.theme_bg {
  background-color: #faf9f4;
}
.gray_bg {
  background-color: #f1f1f1;
}
.user_menu {
  background-color: white;
  padding: 40px;
}
.user_menu7 {
  background-color: white;
  padding: 40px;
  min-height: 50px;
}
.hr1 {
  border-bottom: 1px solid #ddd;
}
.downloadLink {
  background-color: #f1f1f1;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 0.875rem;
  margin-top: 5px;
}
/*select.form-control {
  background-image: linear-gradient(45deg, transparent 50%, blue 50%), linear-gradient(135deg, blue 50%, transparent 50%), linear-gradient(to right, skyblue, skyblue) !important;
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0 !important;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em !important;
  background-repeat: no-repeat !important;
}*/
select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select.form-control {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
select.DropDown {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 5px), calc(100% - 15px) calc(1em + 5px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 2em;
  background-repeat: no-repeat;
}
.customBtn {
  border: 1px solid #ddd;
  color: #282828 !important;
  padding: 10px 20px;
  border-radius: 3px;
}
.rc-calendar {
  font-size: 1rem !important;
}
.rc-calendar .rc-calendar-input {
  border: none !important;
}
.MainHeader__actionsWrapper.submit_action {
  display: inline-block;
  justify-content: space-between;
  margin-left: auto;
  margin-right: 0;
  padding-right: 0;
  width: auto;
  max-width: none;
}
.CardA__img.bg {
  background-image: url("");
}
.rc-collapse {
  background-color: #FFFFFF !important;
}
.carousel-inner .carousel-item {
  box-shadow: 1px 1px 10px #ddd;
}
.carousel-inner .carousel-item .carousel-item-body {
  margin: 10px;
  box-shadow: 0px 0px 10px #efebeb;
  padding: 20px 40px;
  text-align: center;
  /* &:after {
         margin-left: 5px;
         content: "\f10e";
         font-family: FontAwesome;
       }*/
}
.carousel-inner .carousel-item .carousel-item-body:before {
  margin-right: 5px;
  content: "\f10d";
  font-family: FontAwesome;
}
.carousel-inner .attribution {
  margin: 10px;
  padding: 10px;
}
.searched_Article .filters ul li {
  margin: 15px 0;
}
.searched_Article .filters ul li span {
  cursor: pointer !important;
}
#search1 {
  display: flex;
  flex-direction: row;
  width: 95%;
}
#search1 .btn1 {
  padding: 10px 13px;
  border-radius: inherit;
  border: 1px solid var(--grey60) !important;
  margin-left: 0;
  position: relative;
  color: #555 !important;
  height: 45px;
}
#search1 .btn1:focus {
  outline: none !important;
}
#search1 .btn-search {
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
}
.disabledInput {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
  display: block;
  width: 100%;
  padding: 6px 12px !important;
  line-height: 1.42857143;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  font-size: 0.8rem;
  height: 34px;
}
.subscription_card {
  margin-top: 20px;
}
.subscription_card .ArccCard_maskWrapper {
  padding: 20px 0 20px 20px;
}
.card_link {
  cursor: pointer;
}
.text_cap {
  text-transform: capitalize !important;
}
.color_orange {
  color: #f5962d;
}
.alignCenter {
  text-align: center;
}
.pageHeader_box .pageHeader_page {
  font-size: 1.5rem;
  line-height: 2.75rem;
  margin-bottom: 0;
  margin-top: 40px;
}
#loadMore a {
  background-color: #01a452;
  padding: 10px 50px;
  width: 268px !important;
  color: white;
  border-radius: 50px;
}
#loadMore a:hover {
  color: white !important;
  opacity: 0.7;
}
.policyTitle {
  position: absolute;
  right: 0;
  bottom: 10px;
  background: #555555e8;
  padding: 10px 15px;
  font-size: 18px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: white;
}
.new_journal br {
  margin-bottom: 0 !important;
}
.new_journal.copyright {
  font-size: 0.8rem !important;
}
.new_journal.copyright strong {
  font-size: 0.8rem !important;
}
.new_journal.copyright p {
  display: initial;
  font-size: 0.8rem !important;
}
.infoBox .hr {
  border: 0.5px solid #ddd !important;
}
.infoBox a {
  color: #01a452 !important;
  font-weight: 500 !important;
}
.infoBox a em {
  color: #01a452 !important;
  font-weight: 500 !important;
}
.outerLoader {
  height: 100%;
  width: 100%;
  background: #ffffffc7;
  z-index: 99999;
  position: fixed;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: black;
  font-size: 25px;
}
.outerLoader .mainLoader {
  margin-top: 20px;
  font-size: 50px;
}
.outerLoader .mainLoader i {
  margin-right: 20px;
}
.Metrics_second .link_list {
  background: transparent;
  padding: 5px 20px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  color: black;
}
.Metrics_second a {
  font-size: 1.2rem;
  padding: 0 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.MainHeader__body.brand_body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.MainHeader__body .brand_name {
  font-size: 2.7rem;
}
.MainHeader__body .brand_since {
  font-size: 1.2rem;
  color: #d9df52;
  margin-top: 20px;
  letter-spacing: 2.5px;
}
.home_body .ATheme_main:not(.bg_white) .ATheme_wrapper {
  box-shadow: 1px 1px 1px #d9df521a;
  color: #6b6b6b;
}
.home_body .ATheme_main:not(.bg_white) .ATheme_wrapper .ATheme_link {
  color: #6b6b6b !important;
}
.home_body .ATheme_main.bg_white .ATheme_wrapper {
  background: white;
}
.home_body .ATheme_main .main_menu {
  color: #6b6b6b;
}
.home_body .ATheme_main .ATheme_icon {
  color: #6b6b6b;
}
.ATheme_link.submission_btn {
  background: white;
  padding: 7px 30px;
  border-radius: 50px;
  color: #3c5c4a;
  margin-right: 40px;
  border: 1px solid #3C5C4A;
}
.ATheme_link.event_btn {
  background: #8fc443;
  padding: 7px 30px;
  border-radius: 50px;
  color: black;
  margin-right: 40px;
}
.ATheme_link.event_btn:hover {
  color: black !important;
}
.global_grid .CardEditor1 {
  text-align: left !important;
}
.global_grid a {
  padding: 24px 24px 56px;
  /* background: #fff; */
  background: white;
  border-radius: 8px;
  display: block;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 500;
  color: #282828;
  position: relative;
  transition: box-shadow 0.48s cubic-bezier(0.37, 0.74, 0.15, 1);
}
.global_grid a:hover {
  color: #282828 !important;
}
.global_grid a:after {
  content: "\f178";
  font-family: FontAwesome !important;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  font-size: 24px;
  width: 24px;
  height: 24px;
  color: #31c7d1;
  display: block;
  position: absolute;
  bottom: 16px;
  left: 24px;
}
.label1 {
  display: flex;
  align-items: center;
}
.label1 .termMsg {
  font-size: 1rem;
  color: black;
}
@media only screen and (max-width: 1441px) {
  .registration_info ul li {
    font-size: 0.875rem;
  }
  p:not([class]) {
    font-size: 0.875rem;
  }
  .login-page-box .heading-s {
    font-size: 1rem;
  }
  .login-page-box .custom-input {
    font-size: 0.875rem;
  }
  .login-page-box .btn {
    font-size: 0.875rem;
  }
  .login-page-box label {
    font-size: 0.875rem;
  }
  .article_grid {
    font-size: 0.87rem;
  }
  .article_grid.home_grid li p {
    font-size: 0.7rem;
  }
  .volumeList .ArccCard_editorNameSingleJournal {
    padding: 5px 0;
  }
  .volume_card {
    font-size: 0.75rem;
    line-height: 1.0625rem;
    font-weight: 300;
    margin-bottom: 30px;
    color: #6b6b6b;
    padding: 0;
    background: white;
  }
  .volume_card .volume_label {
    font-weight: 500;
    color: #282828;
    margin: 5px 0 10px;
    font-size: 1rem;
  }
  .volume_card .page_range_label {
    font-size: 0.75rem;
  }
  .volume_card .issue_row {
    margin-top: 10px;
    display: inline-block;
  }
  .volume_card .issue_row .issue_column {
    display: inline-block;
  }
  .volume_card .issue_row .issue_column .issueInfo {
    display: inline-block;
    padding: 5px 10px 0 10px;
  }
  .volume_card .issue_row .issue_column .issueInfo.active {
    background-color: #2d3e50;
    color: white;
    border-radius: 3px;
  }
  .volume_card .issue_row .issue_column .issue_label {
    font-weight: 700;
    min-width: 50px;
    margin-right: 10px;
  }
  .volume_card .issue_row .issue_column .issue_pipe {
    margin-left: 10px;
    margin-right: 10px;
  }
  .volume_card .issue_row .issue_column .issue_card_no {
    font-weight: 700;
    min-width: 50px;
    font-size: 1.5rem !important;
  }
  .volume_card .issue_row .viewAll {
    display: inline-block;
    margin-left: 30px;
    font-weight: 700;
    color: black;
  }
  .volume_card .issue_row .viewAll:after {
    content: "\f101";
    font-weight: 500;
    font-family: FontAwesome;
    margin-left: 5px;
    font-size: 0.9rem;
    color: #282828;
    position: relative;
    top: 1px;
  }
  .btn-dropdown {
    font-size: 0.875rem;
  }
  .btn-dropdown i {
    font-size: 1.2rem;
    margin-left: 10px;
  }
  .dropdownStyle li {
    font-size: 0.875rem;
  }
  .articleTags li {
    font-size: 0.832rem;
  }
  .downloadLink {
    font-size: 0.832rem;
  }
  .Layout__main .Hub__total.large {
    font-size: 0.8rem;
  }
  .pageHeader_box .pageHeader_page {
    font-size: 1.1rem;
    line-height: 1.75rem;
    margin-bottom: 0;
  }
  .new_journal.copyright {
    font-size: 0.7rem !important;
  }
  .new_journal.copyright strong {
    font-size: 0.7rem !important;
  }
  .new_journal.copyright p {
    display: initial;
    font-size: 0.7rem !important;
  }
  .global_grid a {
    font-size: 0.7rem;
    line-height: 1.375rem;
  }
  .MainHeader__body .brand_name {
    font-size: 2rem;
  }
  .MainHeader__body .brand_since {
    font-size: 1rem;
  }
  .articleFilter .Hub__total {
    font-size: 1rem !important;
  }
  .articleFilter .Hub__right.small {
    font-size: 0.7rem !important;
  }
}
.radioFlex {
  display: flex;
  justify-content: space-between;
}
.radioFlex label {
  font-weight: 500;
}
.radioFlex input[type=radio] {
  height: 15px;
  width: 15px;
  position: relative;
  top: 1px;
}
.bankImg {
  font-size: 12px;
  font-weight: 600;
  color: #1182f9;
}
.bankImg .radioRow {
  display: flex;
  margin-top: 10px;
}
.bankImg .singleImg {
  border: 1px solid #eaeaea;
  padding: 20px 10px 5px;
  width: 33%;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  position: relative;
  margin-right: 10px;
}
.bankImg .singleImg:last-child {
  margin: 0;
}
.bankImg .singleImg .checkImg {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  border-bottom-left-radius: 5px;
  color: #36c889;
  height: 15px;
  width: 15px;
}
.bankImg .singleImg img {
  height: auto;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f1f1f1;
  width: 100%;
}
.bankImg .singleImg.selected {
  border: 2px solid #36c889;
  background-color: #36c88917;
}
.payment_table th {
  vertical-align: top !important;
  padding: 10px 26px !important;
}
.payment_table td {
  padding: 10px 16px !important;
}
.payment_table td .infoBox h6 {
  font-size: 1rem;
  color: #545454 !important;
  text-transform: uppercase;
  margin-top: 0;
}
.academia_icon {
  height: 34px;
  position: relative !important;
  top: -1px;
  border-radius: 50px;
}
.rc-pagination li a,
.rc-pagination li button {
  padding: 6px 12px;
  height: 40px !important;
  width: 40px !important;
  border: 1px solid #f1f1f1 !important;
  margin-right: 5px !important;
  border-radius: 10px !important;
  background-color: white !important;
}
.rc-pagination li.rc-pagination-item-active a,
.rc-pagination li.rc-pagination-item-active button {
  background-color: #f1f1f1 !important;
}
.ArccCard_title.payment_msg {
  display: flex;
  justify-content: center;
}
.ArccCard_title_relative {
  position: relative;
}
.ArccCard_title_relative .download_btn_group {
  position: absolute;
  right: 0;
}
.ArccCard_title_online_submission {
  display: flex;
  align-items: center;
}
.ArccCard_title_online_submission .download_btn_group {
  margin-top: 0;
  margin-left: 10px;
}
.ArccCard_title_online_submission .download_btn_group a {
  width: 100px;
  padding: 2px 10px;
}
.global_map .content_box {
  height: 410px;
  margin-top: 30px;
}
.global_map .map_content {
  position: relative;
  margin-top: 10px;
}
.global_map .map_content .map_heading__Line {
  text-align: center;
}
.global_map .map_content .map_heading__Line:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 16em;
  height: 2px;
  border-radius: 2px;
}
/*.SearchBar{
  .btn1{
    color:#555;
  }
}*/
.JournalCard--page ul,
.JournalCard--page ol {
  margin-left: 40px;
}
.JournalCard--page ul {
  list-style: disc;
}
.JournalCard--page .journalInfo {
  padding-bottom: 20px;
}
.JournalCard--page a {
  color: #f5962d;
}
.carousel-caption1 {
  display: flex;
  position: absolute;
  /* left: 0!important; */
  bottom: 1.25rem;
  padding-left: 5% !important;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left !important;
  top: 10% !important;
  width: 100%;
  left: 0 !important;
}
.carousel-caption1 .MainHeader__body {
  padding-bottom: 50px;
}
.carousel-caption1 .MainHeader__actions {
  position: absolute;
  right: 0;
  bottom: 5%;
  background: no-repeat;
}
.carousel-caption1 .MainHeader__actions .link_list {
  margin-bottom: 0;
}
.customCarousel {
  margin-top: -4px;
}
.customCarousel .carousel-inner .active {
  position: relative;
}
.customCarousel .carousel-inner .active .MainHeader__actions {
  position: absolute;
  bottom: 0;
  right: 0;
  background: no-repeat;
}
/* Arrow Icon with transition */
.arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  /* Initially pointing to the right */
  transition: transform 0.3s ease;
}
.arrow.down {
  transform: rotate(45deg);
  /* Points down when toggled */
}
/* Smooth transition for menu content */
.menu-content {
  transition: height 0.8s ease, opacity 0.3s ease;
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.menu-content.show {
  height: auto;
  /* Adjust based on content size */
  opacity: 1;
}
.menu-content.collapse {
  height: auto;
  /* Adjust based on content size */
  opacity: 1;
}
.blog_grid {
  /* display: grid;
   grid-template-columns: 60% 40%;
   grid-gap: 30px;*/
  display: flex;
  gap: 30px;
}
.blog_grid > div:first-child {
  flex: 2;
}
.blog_grid > div:last-child {
  flex: 1;
}
.garcx-banner-box {
  position: relative;
  max-height: 50px;
  cursor: pointer;
}
.garcx-banner-box .add-banner {
  z-index: 9;
  width: 100% !important;
}
.PhoneInputCountrySelectArrow {
  margin-left: 10px;
}
.banner-text-Online-subscriptions {
  /*
  position: absolute;
  width: 30%;
  height: 10%;
  top: 40%;
  left: 16.5%;
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 1;
  font-family: "Museo Sans";
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0;
  color: white;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  */
  font-family: "Museo Sans", Georgia, "Times New Roman", Times, serif;
  font-size: 35px;
  font-weight: 600;
  color: white;
  position: absolute;
  top: 40%;
  z-index: 2;
  left: 10%;
}
@media only screen and (max-width: 1280px) {
  .MainHeader__body .brand_name {
    font-size: 1.5rem;
  }
  .MainHeader__body .brand_since {
    font-size: 0.8rem;
  }
  .carousel-caption1 {
    top: 15% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .MainHeader__body .brand_name {
    font-size: 1.2rem;
  }
  .MainHeader__body .brand_since {
    font-size: 0.75rem;
  }
  .carousel-caption1 {
    top: 4% !important;
  }
}
.scrollable_menu .headDesign {
    color: #555;
}
@media only screen and (max-width: 760px) {
  .scrollable_menu .headDesign {
    display: none;
  }
  .scrollable_menu .headDesign1 {
    display: block;
  }
}
@media only screen and (min-width: 760px) {
  .scrollable_menu .headDesign {
    display: block;
  }
  .scrollable_menu .headDesign1 {
    display: none;
  }
}
@media only screen and (max-width: 563px) {
  .MainHeader__body .brand_name {
    font-size: 1rem;
  }
  .MainHeader__body .brand_since {
    font-size: 0.7rem;
  }
}
@media only screen and (max-width: 650px) {
  .carousel-caption1 {
    top: 0 !important;
    padding-top: 0 !important;
  }
  .carousel-caption1 .brand_since {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .download_btn_group a {
    display: inline-block;
    border: 1px solid #bfbfbf;
    border-radius: 50px;
    padding: 5px 10px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 7px;
    line-height: 1.5;
    font-size: 0.7rem;
    font-weight: 500;
    width: 100%;
  }
  .menuDropdownStyle {
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 89px;
  }
  .Metrics_second .link_list {
    margin-top: 5px;
    height: 27px;
  }
  .Metrics_second a {
    font-size: 0.75rem;
    letter-spacing: 1.7px;
  }
}
@media (min-width: 1100px) {
  .image-container {
    width: 100%;
    min-height: 500px;
  }
  .is-inside-mask {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 466px) and (max-width: 1100px) {
  .image-container {
    height: 377px;
    width: 100%;
  }
  .is-inside-mask {
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 466px) {
  .image-container {
    height: 300px;
    width: 100%;
  }
  .is-inside-mask {
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 466px) {
  .image-container {
    height: 300px;
    width: 100%;
  }
  .is-inside-mask {
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 466px) {
  .ATheme_main .ATheme_icon.border_right {
    padding: 15px 5px 10px 0;
    border-right: 1px solid #dddddd33;
    margin-left: 20px;
  }
}
@media (max-width: 466px) {
  .border_right7 {
    margin-left: 0px !important;
  }
}
@media (max-width: 500px) {
  .share_btn_group {
    display: contents;
  }
}
@media only screen and (max-width: 600px) {
  .Hub__totalWrapper.jcsb.newres {
    flex-direction: column;
  }
}
.journal-header {
  position: relative;
}
.journal-header .journal_name_box {
  position: absolute;
  top: 50%;
  left: 26.5%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 40px;
  z-index: 2;
}
.journal-header .journal_name_box img {
  height: 200px;
  width: auto;
  box-shadow: 0px 4px 4px 0px #00000026;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 5px;
}
.journal-header .journal_name_box .journal_name {
  font-family: "Museo Sans";
  font-weight: 600;
  font-size: 31.16px;
  font-style: normal;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: white;
  max-width: 400px;
  margin-top: -20px;
}
.journal-header .journal_name_box .journal_name .small_of {
  white-space: nowrap;
}
.info-box {
  display: flex;
  align-items: stretch;
  background-color: #FFFFFFE5;
  position: absolute;
  bottom: 0;
  right: 0;
}
.info-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10px;
}
.info-item.with-border {
  border-right: 0.8px solid #6B6B6B;
}
.info-box .info-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 60px;
  box-sizing: border-box;
  padding-left: 15px;
  margin-bottom: -6px;
  gap: 0px;
}
.info-box .info-item.with-border:last-child {
  border-right: none;
}
/* Figma widths */
.info-item:nth-child(1) {
  width: 198px;
}
.info-item:nth-child(2) {
  width: 159px;
}
.info-item:nth-child(3) {
  width: 129px;
}
.info-item:nth-child(4) {
  width: 157px;
}
.info-item:nth-child(5) {
  width: 157px;
}
.info-label {
  font-size: 14px;
  color: #1A1719;
  font-weight: 400;
  line-height: 22px;
  font-family: "Museo Sans", sans-serif;
}
.info-value {
  font-size: 17px;
  font-weight: 400;
  color: #1B1B1BCC;
  line-height: 22px;
  font-family: "Museo Sans", sans-serif;
}
.submit-article-btn {
  height: 60px;
  width: 243px;
  background-color: #E56000;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  line-height: 22px;
  letter-spacing: 0%;
  font-family: "Museo Sans";
}
.submit-article-btn:hover {
  background-color: #d94e1e;
}
.info-item:first-child {
  display: flex;
  align-items: flex-start;
  margin-bottom: -5px;
  gap: 0px;
}
.info-item:first-child .info-label {
  font-size: 14px;
  color: #1A1719;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0%;
  font-family: "Museo Sans";
}
.info-item:first-child .info-value {
  font-size: 14px;
  font-weight: 400;
  color: gray;
  line-height: 22px;
  letter-spacing: 0%;
}
.second-fold-section {
  background-color: #fff;
  padding: 60px 0;
}
.second-fold-section {
  background-color: #fff;
  padding: 60px 0;
}
.second-fold-box {
  width: 1100px;
  min-height: 150px;
  background: #F4F4F4;
  margin: 0 auto;
  padding: 60px 60px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  gap: 20px;
}
.journal-description,
.journal-meta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 48%;
}
.journal-description p:first-child {
  font-family: "Museo Sans";
  font-weight: 300;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
  margin-bottom: 15px;
}
.chief-editor-block {
  font-family: "Museo Sans";
  font-weight: 600;
  font-size: 14px;
  color: #282828;
  margin-top: -5px;
}
.chief-editor-block > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
  margin-top: 8px;
  align-items: flex-start;
}
.chief-editor-name {
  font-weight: 600;
  font-size: 12px;
  color: #282828;
}
.chief-editor-institute {
  font-weight: 400;
  font-size: 12px;
  color: #6B6B6B;
}
.frequency-block {
  margin-bottom: 28px;
}
.frequency-label {
  font-family: "Museo Sans";
  font-size: 14px;
  color: #282828;
  font-weight: 600;
  display: block;
}
.frequency-value {
  display: block;
  font-family: "Museo Sans";
  font-size: 12px;
  color: #6B6B6B;
  font-weight: 300;
}
.indexing-block {
  font-family: "Museo Sans";
  font-size: 14px;
  color: #282828;
  font-weight: 600;
  line-height: 17px;
  margin-top: auto;
}
.indexing-services {
  margin-top: 5px;
  font-size: 12px;
  color: #6B6B6B;
  font-weight: 300;
}
.indexing-block a {
  display: inline-block;
  margin-top: 3px;
  font-size: 12px;
  color: #6B6B6B;
  font-weight: 600;
  cursor: pointer;
}
.top-bar {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #ccc;
  padding: 16px 40px;
  font-family: Arial, sans-serif;
  position: relative;
  margin-left: 10px;
}
.logo {
  color: #F97C22;
  font-weight: 600;
  font-size: 17.16px;
  line-height: 100%;
  vertical-align: middle;
  letter-spacing: 0%;
  margin-right: 20px;
}
.menu-container {
  display: flex;
  align-items: center;
  gap: 20px;
}
.menu {
  display: flex;
}
.menu a {
  font-family: "Museo Sans";
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #545454;
  text-decoration: none;
}
.menu a + a {
  margin-left: 20px;
}
.menu a:hover {
  text-decoration: none;
}
.mobile-menu-icon,
.mobile-dropdown {
  display: none;
}
@media (max-width: 1024px) {
  .about-journal-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-left: -20px;
    margin-top: -15px;
  }
  .menu {
    display: none;
  }
  .menu-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
  }
  .about-journal {
    order: 1;
  }
  .mobile-menu-icon {
    display: block;
    font-size: 22px;
    cursor: pointer;
    order: 2;
    margin-left: auto;
    transition: transform 0.3s ease;
    margin-left: 3%;
  }
  .mobile-menu-icon.open {
    transform: rotate(90deg);
  }
  .mobile-dropdown {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 55px;
    right: 0;
    background: white;
    border: 1px solid #ccc;
    z-index: 100;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    padding: 0;
    transition: max-height 0.4s ease, opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(-10px);
    border-radius: 6px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  }
  .mobile-dropdown.open {
    padding: 10px;
    max-height: 500px;
    opacity: 1;
    transform: translateY(0);
  }
  .mobile-dropdown a {
    padding: 8px 12px;
    text-decoration: none;
    color: #545454;
    font-weight: 700;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    transition: background 0.2s ease;
  }
  .mobile-dropdown a:last-child {
    border-bottom: none;
  }
  .mobile-dropdown a:hover {
    background: #f5f5f5;
  }
}
@media (max-width: 600px) {
  .info-box {
    justify-content: flex-start !important;
  }
  .info-box .info-item {
    padding-left: 5px !important;
  }
  .info-box .info-item .info-value {
    margin-left: 0 !important;
  }
  .info-item:first-child {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    width: 100% !important;
    height: auto;
    padding: 8px 10px;
  }
  .info-item:first-child .info-label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    flex: 1;
    line-height: 1.2;
  }
  .info-item:nth-child(2),
  .info-item:nth-child(3) {
    width: 50% !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    pading-left: 0 !important;
  }
  .info-item:nth-child(2) {
    justify-content: flex-start;
  }
  .info-item:nth-child(3) {
    justify-content: flex-start;
  }
  .info-item:nth-child(4) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
  }
  .info-item:nth-child(4) .info-label {
    font-size: 14px;
    line-height: 20px;
  }
  .info-item:nth-child(4) .info-value {
    margin-top: 0;
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .second-fold-box {
    flex-direction: column;
    width: 90%;
    height: auto;
    padding: 30px 20px;
    margin: 0 auto;
    gap: 20px;
  }
  .second-fold-box .journal-description,
  .second-fold-box .journal-meta {
    width: 100%;
  }
  .second-fold-box .journal-description p:first-child {
    width: 100%;
    font-size: 18px;
    line-height: 25px;
  }
  .second-fold-box .chief-editor-block {
    text-align: left;
  }
  .second-fold-box .chief-editor-block > div {
    justify-content: center;
    flex-direction: column;
    gap: 5px;
  }
  .second-fold-box .indexing-block {
    margin-top: -15px;
  }
  .responsive-img {
    width: 141px;
    height: 185px;
    transform: rotate(0deg);
    opacity: 1;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .second-fold-box {
    padding: 20px 15px;
  }
  .journal-description p:first-child {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .top-bar {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 20px;
    gap: 15px;
  }
  .logo {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .menu-container {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 10px;
  }
  .about-journal {
    margin-right: 0;
    width: 100%;
  }
  .menu {
    flex-direction: column;
    width: 100%;
  }
  .menu a {
    margin-left: 20px;
    margin-top: 5px;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .journal-header {
    background-size: cover;
    background-position: center;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
  }
  .journal-header .journal_name_box {
    position: static;
    transform: none;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
    margin-top: 20px;
  }
  .journal-header .journal_name_box img {
    height: 150px;
    width: auto;
  }
  .journal-header .journal_name_box .journal_name {
    font-size: 30px;
    max-width: 90%;
    margin-top: 0;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .journal-header .journal_name_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .journal-header .journal_name_box img {
    height: 120px;
    width: 120px;
  }
  .journal-header .journal_name_box .journal_name {
    font-size: 20px;
    margin-top: 10px;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .journal-header .journal_name_box {
    gap: 16px;
    left: 50%;
    transform: translateX(-50%);
  }
  .journal-header .journal_name_box img {
    height: 130px;
    width: 130px;
  }
  .journal-header .journal_name_box .journal_name {
    font-size: 22px;
    max-width: 280px;
    margin-top: -8px;
    text-align: center;
  }
  .info-box {
    flex-wrap: wrap;
    position: static;
    justify-content: center;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 15%;
  }
  .info-item {
    width: 50%;
    padding: 8px 6px;
    border-right: none !important;
    box-sizing: border-box;
  }
  .info-label {
    font-size: 13px;
    line-height: 18px;
    display: inline-flex;
    gap: 4px;
    flex-wrap: wrap;
  }
  .info-value {
    font-size: 14px;
    line-height: 20px;
    margin-left: 3px;
    white-space: nowrap;
  }
  .submit-article-btn {
    width: 100%;
    height: 48px;
    font-size: 15px;
    margin-top: 12px;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .journal-header .journal_name_box {
    flex-direction: column;
    text-align: center;
    gap: 15px;
    left: 50%;
    top: 40%;
  }
  .journal-header .journal_name_box img {
    height: 250px;
    width: auto;
    margin-left: 50%;
  }
  .journal-header .journal_name_box .journal_name {
    font-size: 20px;
    width: 100%;
    padding: 0 10px;
    margin-top: 0;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    top: 15px;
    margin-left: 100%;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .responsive-img {
    width: 120px;
    height: 160px;
  }
}
@media (max-width: 1024px) and (max-width: 480px) {
  .responsive-img {
    width: 100px;
    height: 130px;
  }
}
.garcx-banner-box {
  position: relative;
  max-height: 43.5px;
  cursor: pointer;
}
