:root {
  --blue: #1C5087;
  --blue2: #EDF6FF;
  --blue3: #254c86;
  --blue4: #143961;
  --blue5: rgb(40, 114, 193);
  --transparent-bg-color: rgba(255, 255, 255, 0.1);
  ;
  --light-grey: #dee2e6;
  /* --blue6: #2872C1; */
  --poppins: "Poppins", sans-serif;
}

html,
body,
div:not(header div),
p:not(header p),
a:not(header a) {
  font-family: var(--poppins);
  font-size: 15px;
}

/* Navbar */
.dropdown-wrapper {
  position: relative;
}

.main_header_menu a {
  font-weight: 600;
  color: #3A3A3A;
  font-size: 16px;
  letter-spacing: 0.03em;
}

.preheader li,
.preheader a {
  font-size: 16px;
}

.site_main_menu a.nav-link {
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1px;
  letter-spacing: 0.03em;
  color: white;
}

.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  flex-direction: column;
  background-color: white;
  min-width: 200px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.submenu a {
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
  white-space: nowrap;
}

.submenu a:hover {
  background-color: #f1f1f1;
}

.dropdown-wrapper:hover .submenu {
  display: flex;
}

#menu-main-site-menu .current_page_item a {
  font-weight: 700 !important
}

.main_menu .current-menu-item a {
  color: #2872C1 !important;
  border-bottom: 1px solid #2872C1;
  padding-bottom: 14px !important;
  /* font-size: 18px !important; */
  font-weight: 600;
  border-width: 3px;
  letter-spacing: 0.02em;
}

.main_menu .ms-4.menu-item a,
.main_menu .menu-item a {
  /* font-size: 18px !important; */
  font-weight: 600 !important;
  color: #3A3A3A;
  letter-spacing: 0.02em;
}

.menu-item-has-children .sub-menu {
  display: none;
}

.menu-item-7033:hover .sub-menu {
  display: block !important;
}

#menu-item-8035:hover .sub-menu {
  display: block !important;
}

li#menu-item-8035 {
  cursor: pointer;
}

.menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  box-shadow: 0px 4px 8px 1px #C4C4C4;
  top: 68%;
  background-color: #fff;
  font-size: 13px;
  width: auto;
  padding: 8px !important;
  z-index: 9;
  color: black;
  list-style-type: none;
  margin-right: 3px;
}

.menu-item-has-children .sub-menu:hover .sub-menu {
  display: block !important;
}

.sub-menu .dashicons {
  color: #929292 !important;
}

.sub-menu li a {
  color: #000 !important;
}

.sub-menu li a:hover {
  color: #000 !important;
}

.sub-menu li {
  padding: 5px;
}

#navbarSupportedContent li a {
  color: #000;
}

#navbarSupportedContent li a:hover {
  color: #000;
}

#navbarSupportedContent #menu-item-7032 {
  padding-right: 16px;
}

#navbarSupportedContent #menu-item-7032 a {
  border-right: 1px solid white;
  padding-right: 16px;
}

#navbarSupportedContent i._mi._after.dashicons.dashicons-admin-users {
  border: 2px solid;
  border-radius: 50%;
}

.login_register a {
  color: #143961 !important;
  font-weight: 600;
}

.login_register {
  background-color: white;
  padding: 8px 20px;
  border-radius: 50px;
}

.cart_menu,
.user_menu,
.menu-item-6688,
.menu-item-6689,
.newsletter_menu,
.profile_menu,
.logout_menu {
  padding: 8px 0px;
}

.border-end.menu-item a {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.border-end.menu-item a:hover {
  /* border-bottom:unset !important; */
}

#menu-1-22c4834 li,
#menu-1-c5bc2e4 li {
  height: 30px;
}

#menu-1-22c4834 .e--pointer-double-line .elementor-item:after,
.e--pointer-double-line .elementor-item:before,
.e--pointer-overline .elementor-item:after,
.e--pointer-overline .elementor-item:before,
.e--pointer-underline .elementor-item:after,
.e--pointer-underline .elementor-item:before {
  height: 0px !important;
}

.current-menu-item a {
  font-weight: 600 !important;
}

a {
  text-decoration: none !important;
}

.desktop_contact_info li img {
  width: 17px !important;
}

#menu-item-7033 ._mi._after._svg {
  width: 25px !important;
}

#menu-desktop-preheader-menu .sub-menu li a {
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  font-size: 12px;
  color: #3A3A3A !important;
}

#menu-desktop-preheader-menu .sub-menu li {
  border-bottom: 1px solid #DFDFDF;
}

.desktop_logout {
  border-bottom: unset !important;
}

@media(min-width:1023px) {
  .mobile_header {
    display: none;
  }
}

@media(max-width:1022px) {
  .desktop_header {
    display: none;
  }
}

@media(max-width:1022px) {
  ul#menu-mobile-preheader-menu a span {
    color: #3A3A3A;
  }

  #navbarSupportedContent li img {
    width: 18px !important;

  }

  .mobile_header li {
    font-size: 14px !important;
    border-bottom: 1px solid #DFDFDF;
  }

  .logout_menu {
    border-bottom: unset !important;
  }

  .mobile_header .contact_info li img {
    width: 14px !important;
  }

  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(28 80 135)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  }

  #menu-mobile-preheader-menu {
    display: block;
  }

  .navbar-toggler:focus {
    background-color: unset !important;
  }

  ul#menu-mobile-preheader-menu {
    position: absolute;
    box-shadow: 0px 4px 8px 1px #C4C4C4;
    top: 68%;
    background-color: #fff;
    font-size: 13px;
    width: auto;
    padding: 10px !important;
    z-index: 999;
    color: black;
    list-style-type: none;
    right: 10px;

  }

  .mobile_header .px-0 {
    padding-left: 4px !important;
  }

  ul#menu-main-header-menu-new-1 {
    position: absolute;
    box-shadow: 0px 4px 8px 1px #C4C4C4;
    top: 12%;
    display: block;
    background-color: #fff;
    font-size: 13px;
    width: auto;
    padding: 10px !important;
    z-index: 9;
    color: black;
    list-style-type: none;
    right: 10px;

  }

  #menu-main-header-menu-new-1 .ms-4 {
    margin-left: unset !important;
  }

  #menu-main-header-menu-new-1 .current-menu-item a {
    border-bottom: unset !important;
  }

  #menu-main-header-menu-new-1 li.menu-item {
    border-bottom: 1px solid #CFCECE;
    padding: 7px 0px;
  }

  #menu-main-header-menu-new-1 li.menu-item-6702 {
    border-bottom: unset !important;
    ;
  }

  #menu-main-header-menu-new-1 li.menu-item a {
    font-size: 12px;
    color: #1C5087 !important;
    font-weight: 600 !important;
  }

  .menu-item a {
    font-weight: 500 !important;
    font-size: 12px !important;
  }

  .mobile_news_menu li,
  .mobile_drugs_menu li {
    margin-right: 15px;
    border-right: 0px !important;
    text-transform: uppercase;
  }

  .mobile_news_menu .current-menu-item a,
  .mobile_drugs_menu .current-menu-item a {
    font-weight: 700 !important;
    color: #0A1C2C;
  }

  .mobile_news_menu .border-end,
  .mobile_drugs_menu .border-end {
    border: unset !important;
  }

  .overflow-auto::-webkit-scrollbar {

    display: none;
  }

  .navbar-toggler:focus {
    box-shadow: unset !important;
  }

  #menu-mobile-preheader-menu i {
    margin-right: 5px !important;
    color: #1c5087;
  }

  li#menu-item-68324 {
    margin-left: 32px;
    margin-bottom: 7px;
  }

  i._mi._before.dashicons.dashicons-cart {
    color: #1c5087 !important;
    font-size: 20px !important;
  }
}

.add-to-cart-item-number {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

.add-to-cart-item-number {
  font-size: 12px;
  background: #ff0000;
  color: #fff;
  padding: 0 5px;
  vertical-align: top;
  margin-left: -10px;
}

.login_register {
  border-bottom: unset !important;
}

#search_icon_popup span {
  display: list-item;
  list-style-type: none;
}

header [type=button]:focus,
header [type=button]:hover,
header [type=submit]:focus,
header [type=submit]:hover,
header button:focus,
header button:hover {
  color: unset !important;
  background-color: unset !important;
}

@media screen and (max-width: 768px) {
  .mobile_header_menu_contains {
    position: relative;
  }

  ul#menu-main-header-menu-new-1 .mobile_header_menu_contains {
    width: 283px;
  }

  div.mobile_header_menu_contains ul#menu-main-header-menu-new-1 {
    width: 133px;
    right: 0px;
    /*	box-shadow: 0px 5px 8px 4px #C4C4C4; */
    top: 10px;
    border-top: 0px;
  }

  .mobile_header_menu_contains button#mobile_header_menu_new[aria-expanded=true] .navbar-toggler-icon {
    background-image: url('https://medtigo.com/wp-content/uploads/2024/07/close_icon_btn.png') !important;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
  }
}

/* Header Responsivenes Starts */

@media(max-width:1225px) {
  .desktop_header .col-sm-5.col-md-6.px-0.prehead_first {
    width: 61% !important;
  }

  .desktop_header .col-sm-5.col-md-6.px-0.prehead_second {
    width: 39% !important;
  }

}

@media(max-width:1360px) {
  .desktop_header .main_menu .current-menu-item a {
    padding-bottom: 9px !important;
  }
}

@media(max-width:1400px) {
  .desktop_header .container {
    max-width: 94% !important;
  }
}

@media(max-width:992px) {
  .mobile_header .container {
    max-width: 100% !important;
  }

  .contact_info .list-group-horizontal img {
    width: 40% !important;
  }


  .col-10.px-0.contact_info {
    /* padding-left: 0px !important; */
  }

  .col-2.ps-0.pe-3 {
    /* padding-right: 7px !important; */
  }
}

@media(max-width: 992px) and (min-width: 500px) {
  .mobile_header .logo .col-10.px-0 img {
    width: 28% !important;
  }
}

@media(max-width: 499px) {
  .mobile_header .logo .col-10.px-0 img {
    width: 40% !important;
  }
}

@media(max-width:1450px) {
  .prehead_second .sub-menu {
    width: 15% !important;
    margin-left: -71px !important;
  }
}

@media(max-width:1100px) and (min-width:900px) {
  .desktop_header .prehead {
    width: 61%;
  }

  .desktop_header .sec_prehead {
    width: 39%;
  }

  .mainHeader img {
    width: 40% !important;
  }
}

@media screen and (max-width: 768px) {
  .journal_secodn_menu nav {

    padding: 7px 15px;

    left: unset !important;

    width: 165px !important;

    right: 0;

    box-shadow: 0px 5px 8px 4px #C4C4C4;

  }

  .journal_secodn_menu nav li {

    padding: 15px 0px;

  }

  .journal_secodn_menu .border-end {

    border: 0px !important;

  }

  .journal_secodn_menu nav li a {

    line-height: 18px;

    font-weight: 500 !important;

  }

}

.secondary_header {

  display: none;

}

li.med_orange_list_item {
  display: none !important;
}

li.med_orange_list_item:has(.med_orange_enabled) {
  display: block !important;
}

.sub_full_name .user_profile_icon {
  display: none;
}

#menu-secondary-new-menu a {
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1px;
  letter-spacing: 0.03em;
  color: white;
}

#menu-secondary-new-menu .sub-menu a {
  padding: 5px !important;
  font-family: "Poppins", Sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.03em;
}

#menu-secondary-new-menu .sub-menu {
  padding: unset !important;
  top: unset !important;
  margin-left: -32px;
  margin-top: -4px;
}

@media(max-width: 767px) {

  .row {
    width: 100% !important;
    margin: auto;
    margin-left: 0px !important;
  }

  .col-lg-8.mob-order-1st.ps-1 {
    padding-right: 0px !important;
  }

  div#api_based_home {
    padding: 0px 10px !important;
  }

  #journal_types_sec .col-md-3 {
    padding-left: 0px !important;
  }

  .trusted_authori a {
    margin-bottom: 15px !important;
  }

  /* #menu-secondary-new-menu .sub-menu {
                top: 45% !important;
            }  */
  #menu-secondary-new-menu-1 a {
    display: flex !important;
    width: max-content;
    color: black;
    text-transform: uppercase;
  }

  #menu-secondary-new-menu-1 .pe-4,
  #menu-secondary-new-menu-1 .px-4,
  #menu-secondary-new-menu-1 .ps-4 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  ul#menu-secondary-new-menu-1 {
    overflow-x: scroll;
  }

  .current-menu-item a {
    font-weight: 700 !important;
  }

  #menu-secondary-new-menu-1 .sub-menu {
    top: unset !important;
    margin-left: -36px;
    margin-top: -2px;
    padding: unset !important;
  }

  #menu-secondary-new-menu-1 .sub-menu a {
    font-size: 10px !important;
  }

  #menu-secondary-new-menu-1 .dashicons-arrow-down {
    margin-top: 0px !important;
  }

  ul#menu-secondary-new-menu-1::-webkit-scrollbar {
    display: none;
    /* For Chrome, Safari, and Edge */
  }

  #menu-secondary-new-menu-1 li {
    padding-bottom: 7px;
  }

  .sub-menu {
    display: none;
    list-style: none;
    padding: 0;
  }

  .sub-menu.active {
    display: block !important;
  }
}

#menu-secondary-new-menu li {
  padding-bottom: 8px;
  padding-top: 2px;
}

.secondary_menu .border-end {
  border-right: 1px solid #C8C8C8 !important;
  height: 24px;
}


/* Footer */
@media(max-width:767px) {
  footer .logo {
    width: 50% !important;
  }

  footer .col-md-2.col-lg-2.col-xl-2.mx-auto.px-2 {
    margin-top: 20px;
  }

  footer .mb-5 {
    margin-bottom: 2rem !important;
  }

  footer .list_arrow {
    width: 3% !important;
  }

  footer .px-0,
  footer .px-2 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  footer .d-flex.mt-4 {
    width: 100% !important;
  }

  footer .d-flex.mt-4 a {
    padding: 9px 11px !important;
  }

  footer .d-flex.mt-4 .facebook_icon {
    padding: 9px 13px !important;
  }

  footer p,
  footer a,
  footer .address p,
  footer .contact p {
    font-size: 12px !important;
  }

  footer .fs-5 {
    font-size: 16px !important;
  }

  footer .container,
  footer .container-sm {
    margin: auto !important;
  }

  footer .app_p {
    margin-right: 10px !important;
  }

  footer .join_us {
    margin-left: 10px !important;
  }
}

footer p {
  font-size: 15px;
  letter-spacing: 3%;
}

footer .address p,
footer .contact p {
  font-size: 15px;
  letter-spacing: 3%;
}

@media (max-width: 1399px) {

  footer .container,
  footer .container-sm {
    margin: auto !important;
  }
}

@media (min-width:768px) and (max-width:1024px) {

  footer .container,
  footer .container-sm {
    margin: auto !important;
  }

  footer .app_p {
    margin-right: 1px !important;
  }

  footer .join_us {
    margin-left: 0px !important;
  }

  footer p,
  footer a {
    /* font-size: 12px !important; */
  }

  footer .fs-5 {
    font-size: 14px !important;
  }

  footer .w-75 {
    width: 100% !important;
  }

  footer h6 .mb-5 {
    margin-bottom: 0.5rem !important;
  }

  footer p .me-3 {
    margin-right: 0.3rem !important;
  }

  footer .mt-3 {
    margin-top: 0.5rem !important;
  }

  footer .d-flex a {
    /* padding: 1px 6px !important; */
  }

  footer .join_us {
    font-size: 9px !important;
  }
}

footer p,
footer a,
footer h6 {
  letter-spacing: 0.03em;
}

footer .col-md-4.col-lg-3.col-xl-3.mx-auto.me-0.px-0 p,
footer .col-md-4.col-lg-3.col-xl-3.mx-auto.me-0.px-0 a {
  font-size: 14.8px;
  letter-spacing: 3%;
}

footer a.text-white {
  text-decoration: none;
}

@media(min-width:415px) and (max-width:767px) {
  footer .d-flex.mt-4 .facebook_icon {
    padding: 11px 13px !important;
  }

  footer .d-flex.mt-4 a {
    padding: 11px 11px !important;
  }
}

@media screen and (max-width: 768px) {
  img.footer_icon_image {
    margin-left: -19px;
    margin-top: -14px;
    margin-bottom: -6px;
    pointer-events: none;
  }
}

footer .contact p a {
  text-decoration: underline !important;
}

footer .contact p a:hover {
  background-color: #2872C1;
}

@media(max-width:1400px) {
  footer .container {
    max-width: 94% !important;
  }

}

@media(max-width:1400px) and (min-width:999px) {
  footer .col-lg-2 {
    width: 22.666667% !important;
  }
}


/* Header Responsivenes Starts */

@media(max-width:1400px) and (min-width:768px) {
  footer .logo {
    width: 70% !important;
  }

  img.me-3.list_arrow {
    width: 3% !important;
  }

  footer .facebook_icon img {
    width: 15% !important;
  }

  footer .twitter img,
  footer .instagram img,
  footer .youtube img,
  footer .linkedin img,
  footer .telegram img {
    width: 25% !important;
  }

  footer p {
    font-size: 12px !important;
  }

  footer .contact p a,
  footer .contact p {
    font-size: 13.8px !important;
  }
}

@media(max-width:1220px) and (min-width:768px) {
  footer .app_p {
    margin-right: 5px !important;
  }

  footer .join_us {
    margin-left: 5px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }

  footer .playstore,
  footer .playstore1 {
    width: 25px !important;
    height: 25px !important;
  }

  footer .playstore {
    margin-right: 5px !important;
  }

}

@media(max-width:1030px) and (min-width:768px) {
  footer .join_us {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}

@media(max-width:1030px) and (min-width:768px) {
  footer .join_us {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}

@media(max-width:1025px) and (min-width:768px) {

  footer .contact p a,
  footer .contact p,
  footer footer p {
    font-size: 11.7px !important;
    line-height: 21px !important;

  }
}

@media(max-width:1100px) and (min-width:1026px) {
  footer .col-md-2.col-lg-2.col-xl-2.mx-auto.ms-0.px-0.ps-0.logo {
    width: 19% !important;
  }

  footer .col-md-2.col-lg-2.col-xl-2.mx-auto.px-2.about {
    width: 17% !important;
  }

  footer .col-md-4.col-lg-3.col-xl-3.mx-auto.me-0.px-0.contact {
    width: 30% !important;
  }
}

@media(max-width:1100px) and (min-width:768px) {
  footer .col-md-2.col-lg-2.col-xl-2.mx-auto.px-2.about {
    width: 17% !important;
  }

  footer .col-md-4.col-lg-3.col-xl-3.mx-auto.me-0.px-0.contact {
    width: 30% !important;
  }
}

@media(max-width:767px) and (min-width:530px) {
  footer .logo {
    width: 40% !important;
  }

  footer .facebook_icon img {
    width: 12% !important;
  }

  footer .twitter img,
  footer .instagram img,
  footer .youtube img,
  footer .linkedin img,
  footer .telegram img {
    width: 20% !important;
  }

  footer .list_arrow {
    width: 2% !important;
  }

  footer p,
  footer a,
  footer .address p,
  footer .contact p {
    font-size: 16px !important;
  }

  footer .justify-content-between {
    justify-content: space-between !important;
    justify-content: start !important;
  }
}

@media(max-width:1000px) and (min-width:768px) {
  footer .facebook_icon img {
    width: 27% !important;
  }

  footer .facebook_icon {
    padding: 0px 8px !important;
  }

  footer .twitter img,
  footer .instagram img,
  footer .youtube img,
  footer .linkedin img,
  footer .telegram img {
    width: 43% !important;
  }

  footer .twitter,
  footer .instagram,
  footer .youtube,
  footer .linkedin,
  footer .telegram {
    padding: 0px 6px !important;
  }

  footer .logo {
    /* width: 100% !important; */
  }

  footer .contact .d-flex.justify-content-between {
    display: block !important;

  }

  footer .col-md-2.col-lg-2.col-xl-2.mx-auto.px-2.about {
    width: 16% !important;
  }

}

@media only screen and (min-device-width:767px) and (max-device-width:767px) {
  footer .logo {
    width: 40% !important;
  }

  footer .facebook_icon img {
    width: 7% !important;
  }

  footer .twitter img,
  footer .instagram img,
  footer .youtube img,
  footer .linkedin img,
  footer .telegram img {
    width: 12% !important;
  }

  footer .list_arrow {
    width: 1% !important;
  }

  footer p,
  footer a,
  footer .address p,
  footer .contact p {
    font-size: 16px !important;
  }

  footer .justify-content-between {
    justify-content: space-between !important;
    justify-content: start !important;
  }
}

@media only screen and (min-width:1100px) and (max-width:1234px) {
  footer .prehead_first li {
    font-size: 15px !important;
  }
}

@media (min-width: 992px) and (max-width: 1400px) {

  footer .contact p a,
  footer .contact p,
  footer p {
    font-size: 12px !important;
  }
}

/* Main content CSS */


#api_based_home h3 {
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0.03em;
  margin-top: 0px;

}

#api_based_home p {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.03em;
}

#api_based_home .sub_manu {
  color: #2872C1;
  text-decoration: underline !important;
  text-transform: uppercase;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
}

#api_based_home .exp_course {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
  color: white;
  line-height: 24px;
  letter-spacing: 0.03em;
  padding: 8px 15px;
  border-radius: 2px;
  margin-left: 10px;
  background: #2872C1;
  text-decoration: none;
}

#api_based_home .first_sec_row {
  border-bottom: 1px solid #b7b7b7;
  padding: 31.4px 0px !important;
  margin-left: -4px !important;
}

#api_based_home .first_sec_row .d-flex {
  align-items: center;
  justify-content: end;
}

#api_based_home #just_published_article h2 {
  font-family: "Poppins", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 27px;
}

#api_based_home h3 {
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0.03em;
  margin-top: 0px;

}

#api_based_home p {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.03em;
}

#api_based_home .sub_manu {
  color: #2872C1;
  text-decoration: underline !important;
  text-transform: uppercase;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
}

#api_based_home .exp_course {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
  color: white;
  line-height: 24px;
  letter-spacing: 0.03em;
  padding: 8px 15px;
  border-radius: 2px;
  margin-left: 10px;
  background: #2872C1;
}

#api_based_home .first_sec_row {
  border-bottom: 1px solid #b7b7b7;
  padding: 29.2px 0px;
}

#api_based_home .first_sec_row .d-flex {
  align-items: center;
  justify-content: end;
}

#api_based_home #just_published_article h2 {
  font-family: "Poppins", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 27px;
  margin-bottom: -10px;
}

@media(max-width:767px) {

  #interest_form h2,
  .just_published_sec h2 {
    font-size: 18px !important;
  }

  #journal_types_sec .col-md-3 {
    width: 34% !important;
  }

  #journal_types_sec .col-md-9 {
    width: 66% !important;
    padding-left: 0px !important;
  }

  #journal_types_sec .row {
    display: flex !important;
    flex-wrap: nowrap !important;
    border-bottom: 1px solid #B7B7B7;
    margin-bottom: 20px;
  }

  #journal_types_sec h4,
  #journal_types_sec h3 {
    font-size: 15px !important;
    line-height: 21px !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;

  }

  #journal_types_sec p {
    font-size: 12px !important;
    line-height: 18px !important;
  }

  #journal_types_sec .jour_of_medi {
    text-align: left !important;
    margin-top: 10px;
  }

  #journal_types_sec .jour_of_medi a {
    font-size: 11px !important;
    padding: 4px 10px !important;
    margin-left: 0px !important;
  }

  #api_based_home .first_sec_row .d-flex {
    justify-content: flex-start !important;
  }

  #journal_types_sec a.explore_more {
    padding: 8px 6px !important;
  }

  #journal_types_sec .read-more-btn {
    display: block !important;
  }

  #journal_types_sec .content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Show only 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    margin-bottom: 0px;
  }

  #journal_types_sec .expanded {
    -webkit-line-clamp: unset;
    display: block;
  }

  #journal_types_sec .read-more-btn {
    color: #2872C1;
    cursor: pointer;
    display: inline-block;
    margin-top: 0px;
    font-size: 12px;
  }

  #journal_types_sec {
    margin-top: -30px;
  }

  #api_based_home .row {
    display: flex !important;
    padding: 16px 0px !important;
  }

  #journal_types_sec .col-md-3 {
    width: 35%;
  }

  #journal_types_sec .col-md-9 {
    width: 6%;
  }

}

@media (max-width: 325px) {
  #journal_types_sec a.explore_more {
    padding: 8px 6px !important;
  }

  #journal_types_sec .jour_of_medi a {
    font-size: 9px !important;
  }

  a.explore_more {
    margin-left: 0px !important;
  }
}

@media(max-width: 767px) {
  #api_based_home .row {
    display: flex !important;
  }

  #journal_types_sec .col-md-3 {
    width: 35%;
  }

  #journal_types_sec .col-md-9 {
    width: 6%;
  }

  #api_based_home .col-8,
  #api_based_home .col-4 {
    width: 100% !important;
  }

  #api_based_home h3 {
    /* margin-top: 20px !important; */
    margin-bottom: 5px !important;
  }

  #api_based_home .sub_manu,
  #api_based_home .exp_course {
    font-size: 12px !important;
  }

  .col-4.col-md-4.col-lg-4.ps-5 {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 20px;
  }

  #api_based_home h3 {
    font-size: 15px !important;
  }

  #api_based_home section#just_published_article {
    padding: 10px;
    padding-top: 0px;
    display: none !important;
  }

  a.dropdown-item {
    white-space: normal;
  }
}

@media(min-width: 768px) {
  #api_based_home .col-4.col-md-4.col-lg-4.ps-5 {
    padding-top: 22px;
  }

  .container.homepage_section_container {
    padding: unset !important;
    margin-top: -20px;
  }

  #api_based_home .col-8.col-md-8.col-lg-8 {
    padding-left: unset !important;
  }

  #api_based_home .col-4.col-md-4.col-lg-4.ps-5 {
    padding-right: unset !important;
  }
}

.trusted_authori a {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
  color: black;
  width: 100%;
  display: block;
  text-align: center;
}

.trusted_authori a:hover {
  text-decoration: underline !important;
}

@media (min-width: 992px) {
  .col-lg-8 {
    width: 68.666667% !important;
  }

  .col-lg-4 {
    width: 31.333333% !important;
  }
}

#just_published_article h2 {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 20px;
}

#just_published_article p.postCategory, #reviewers_acknowledgment_article p.postCategory {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 13px;
  color: #2872C1;
  text-transform: uppercase;
}

#just_published_article .postTitle a,
#just_published_article h3, #reviewers_acknowledgment_article .postTitle a,
#reviewers_acknowledgment_article h3 {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  text-transform: none;
  color: black;
  text-decoration: none;

}

#just_published_article #slr_meta p.authorName,
#just_published_article p.authorName a, #reviewers_acknowledgment_article #slr_meta p.authorName,
#reviewers_acknowledgment_article p.authorName a {
  color: #4F4C4C;
  font-family: "Poppins";
  font-weight: 500 !important;
  line-height: 27px;
  font-size: 16px;
}

#just_published_article h3.postTitle, #reviewers_acknowledgment_article h3.postTitle {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#just_published_article .featured_img img, #reviewers_acknowledgment_article .featured_img img {
  width: 94px;
  height: 69px;
  margin-top: 6px;
  border: 1px solid #8080802e;
}

#just_published_article .postCategory,
#just_published_article .authorName, #reviewers_acknowledgment_article .postCategory,
#reviewers_acknowledgment_article .authorName {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media(max-width: 767px) {
  .trusted_authori a {
    font-size: 18px !important;
  }

  #just_published_article .col-md-9 h3, #reviewers_acknowledgment_article .col-md-9 h3 {
    text-align: center !important;
  }

  #just_published_article .featured_img, #reviewers_acknowledgment_article .featured_img {
    text-align: center;
    margin-bottom: 20px;
  }

  #just_published_article .just_pub_sec, #reviewers_acknowledgment_article .just_pub_sec {
    display: none;
  }
}

#interest_form h2,
.just_published_sec h2 {
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 27px;
}

.just_published_sec h2 {
  margin-bottom: -10px !important;
}

div#interest_form {
  border: 1px solid #E6E4E4 !important;
  padding: 19.5px !important;
}

div#interest_form label {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #000000 !important;
  margin-bottom: 0px !important;
}

input:not(header input),
optgroup:not(header optgroup),
select:not(header select),
textarea:not(header textarea) {
  padding: 13px;
  width: 100%;
  border: 1px solid #E6E4E4 !important;
}

input#submitInterest {
  background-color: #2872c1 !important;
  color: white !important;
  width: 100% !important;
  border-radius: 2px !important;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 18px !important;
  text-transform: uppercase;
  border: unset;
  padding: 8px 0px !important;
}

/* Slider CSS starts */
.slider-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #F2F8FF;
  margin-bottom: 30px;
}

.slider-container {
  display: flex;
  width: max-content;
  /* animation: scrollLeft 15s linear infinite; */
  align-items: baseline;
}

.slider-container.animate {
  animation: scrollLeft 15s linear infinite;
}

.slide {
  width: unset;
  height: 100px;
  flex: 0 0 auto;
  margin-right: 10px;
  /* border-radius: 10px; */
  /*overflow: hidden;*/
  margin-right: 70px;
}

.slide img {
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
  border-radius: 10px;
}

/* Keyframe animation for infinite scrolling */
@keyframes scrollLeft {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

img.crossref {
  width: 50% !important;
}

#toggleBtn {
  display: none;
}

.mobile_slider {
  display: none !important;
}

span.read-more-btn {
  display: none;
}

@media (max-width: 767px) {
  span.read-more-btn {
    display: none !important;
  }

  .mobile_slider {
    display: block !important;
  }

  .desktop_slider {
    display: none !important;
  }

  .toggleBtn {
    /* display: block !important; */
  }

  #interest_form h2 {
    text-align: center;
  }

  div#slidermob {
    display: block;
    animation: none;
    align-items: center !important;
    width: auto;
    padding: 15px;
    padding-top: 0px;

  }

  .slidemob {
    margin-right: 0px !important;
    text-align: center;
  }

  .slidemob img {
    width: 60% !important;
    margin-right: 0px !important;
  }

  .dora_logo img {
    width: 53%;
  }

  .scholar img {
    width: 80% !important;
  }

  .icmje img {
    width: 80% !important;
    margin-top: 20px;
  }

  .trademark img {
    margin-top: 12px;
    width: 70% !important;
  }

  .trademark {
    margin: 20px 0px;
  }

  .crossref img {
    width: 35% !important;
  }

  .crossref {
    margin-right: unset !important;
  }

  .slidemob {
    border: 1px solid #E6E6E6;
    padding: 20px;
    align-items: center;
    box-shadow: 0px 3px 11.5px 1px rgba(0, 0, 0, 0.2);
    margin: 20px 0px;
    background-color: white;
  }

  .toggle-btn {
    display: inline-block !important;
    /* Show button on mobile */
  }

  .hidden-mobile {
    display: none;
    /* Hide extra slides on mobile */
  }

  span#toggleBtn {
    color: #6B6B6B;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    text-align: center;
  }
}

.crossref img {
  width: 50%;
}

@supports (-moz-appearance: none) {

  /* Firefox-specific styles here */
  .slide.crossref.hidden-mobile {
    width: 7%;
  }
}

.trusted_authori a {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
  color: black;
  width: 100%;
  display: block;
  text-align: center;
}

.trusted_authori a:hover {
  text-decoration: underline !important;
}

@media(max-width: 767px) {
  .trusted_authori a {
    font-size: 18px !important;
  }
}

.input-error {
  border: 1px solid #E04562 !important;
}

.error-text {
  color: #E04562;
  font-size: 10px;
  font-weight: 700;
}

p.success_msg {
  color: green;
  margin-bottom: 0px;
  text-align: center;
  padding: 5px;
}

input:focus-visible:not(header input),
input:focus:not(header input),
input:active:not(header input),
select:focus-visible:not(header select),
select:focus:not(header select),
select:active:not(header select),
input:hover:not(header input),
select:hover:not(header select) {
  outline: 0px !important;
  border: 1px solid #17A8E3 !important;
}

.register_user a {
  color: #143961 !important;
  font-weight: 600;
  padding: 7px 19px !important;
}

.nav-header-link.active-header {
  color: #2872C1 !important;
  border-bottom: 3px solid #2872C1;
  padding-bottom: 13px !important;
}

.main-menu .main-menu-link.active {
  font-weight: 600 !important;
}

@media(max-width: 767px) {
  .menu_main {
    position: absolute;
    top: 28px;
    right: 16px;
    background-color: #fff;
    color: black;
    font-size: 13px;
    padding: 10px !important;
    box-shadow: 0px 4px 8px 1px #C4C4C4;
    z-index: 9;
    width: auto;
    font-family: "Poppins", Sans-serif;
  }

  .menu_main a {
    display: block;
    color: #1C5087 !important;
    font-weight: 600 !important;
    border-bottom: 1px solid #CFCECE;
    padding: 7px 0;
    text-decoration: none;
  }

  .sub-menu {
    display: flex;
    flex-wrap: nowrap;
    /* Keep all links in a single line */
    overflow-x: auto;
    overflow-y: hidden;
    border-right: 1px solid #C8C8C8 !important;
    /* height: 40px;  */
    margin-top: 15px;
    text-transform: uppercase;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
    font-weight: 500 !important;

  }

  .sub-menu::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
  }

  .sub-menu a {
    font-size: 12px !important;
    /* border-bottom: 1px solid #DFDFDF; */
    white-space: nowrap;
    /* Prevent text wrapping */

    flex-shrink: 0;
    /* Prevent item shrinking */
    font-weight: 500;
  }

  .just_published_sec {
    display: none !important;
  }

  .contact-publication {
    order: 3;
    padding-left: 0px !important;
  }

  .trusted_authori {
    order: 2;
  }

  .mob-order-1st {
    order: 1;
  }

  .dropdown-wrapper {
    position: relative;
    width: 100%;
  }

  .submenumain {
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    background: #fff;
    z-index: 9999;
    display: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    border-top: 1px solid #ccc;
  }

  .submenumain a {
    display: block;
    padding: 10px 16px;
    color: #000;
    border-bottom: 1px solid #eee;
    background: #fff;
  }

  .show-submenu {
    display: block !important;
  }

  /* Ensure no overflow is hiding submenu */
  .main-menu,
  body {
    overflow: visible !important;
  }

  .resource_menu_mob.active .sub-menu {
    display: block;
  }

  ul#menu-secondary-new-menu-1 {
    overflow-x: scroll;
  }

  #menu-secondary-new-menu-1 .pe-4,
  #menu-secondary-new-menu-1 .px-4,
  #menu-secondary-new-menu-1 .ps-4 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .mobile_header li {
    font-size: 14px !important;
    border-bottom: 1px solid #DFDFDF;
  }

  .menu-secondary-new-menu-1 a {
    display: flex !important;
    width: max-content;
    color: black;
    text-transform: uppercase;
  }

  #menu-secondary-new-menu-1 .sub-menu {
    top: unset !important;
    margin-left: -36px;
    margin-top: -2px;
    padding: unset !important;
  }

  .menu-item-has-children .sub-menu {
    display: block;
    position: absolute;
    box-shadow: 0px 4px 8px 1px #C4C4C4;
    top: 68%;
    background-color: #fff;
    font-size: 13px;
    width: auto;
    padding: 8px !important;
    z-index: 9;
    color: black;
    list-style-type: none;
    margin-right: 3px;
  }

  .resource_menu_mob .sub-menu {
    display: none;
  }

  .head_banner img {
    width: 100%;
  }

  .head_banner {
    padding: 10px !important;
  }
}

div.mobile_header_menu_contains div.mobile_menu_text {
  display: flex;
  align-items: center;
  justify-content: end;
}

div.mobile_header_menu_contains div.mobile_menu_text p.display_menu_text {
  color: black;
  font-size: 14px;
  font-weight: 600;
  padding-inline: 12px;
}

@media(max-width:992px) {
  img.mobile_menu_logo {
    width: 165px !important;
    height: 36px !important;
    margin-left: -22px;
  }
}

.site_main_menu a.nav-link {
  line-height: unset !important;
}

.main-menu .nav-link.active {
  font-weight: bold;
}

.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  flex-direction: column;
  background-color: white;
  min-width: 100px;
  box-shadow: 0px 4px 8px 1px #C4C4C4;
  z-index: 1000;
}

.submenu a {
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
  white-space: nowrap;
  font-size: 12px !important;
  color: #000 !important;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

.submenu a:hover {
  background-color: unset !important;
}
/* 
.ai-search-box-parent .ai-search-box {
  border: 1px solid white;
  border-radius: 2px;
  font-family: "Poppins", sans-serif !important;
  width: 100%;
}

.ai-search-box-parent #ajax-search-input,
.ai-search-box-parent #ajax-search-input:active,
.ai-search-box-parent #ajax-search-input:focus {
  color: white;
  background-color: var(--transparent-bg-color) !important;
  border: 0px !important;
  font-family: "Poppins", sans-serif !important;
  outline: none;
  box-shadow: none;
} */

#ajax-search-input::placeholder {
  color: white !important;
  opacity: 1;
  /* Ensure it's fully visible */
}

#search-btn i {
  color: white !important;
}

/* .ai-search-box-parent {
  width: 300px;
} */

button#custom-navbar-search-clear-btn {
  border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
  background-color: var(--transparent-bg-color) !important;
  border: 0px !important;
  color: white;
}

button#search-btn {

  padding: 5px 11px;
  border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
  background-color: var(--transparent-bg-color) !important;
}

#search-results:not(header.custom_header_class #search-results) a {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 8px 0px;
  text-decoration: none;
  color: #333;
}

#search-results:not(header.custom_header_class #search-results) a:hover {
  background-color: #f5f5f5;
}

#search-results:not(header.custom_header_class #search-results) {
  max-width: 100%;
  /* or match your input width */
  min-width: 100%;
  overflow-x: hidden;
  word-break: break-word;
}



/* Transparent profile icon button */
.profile-toggle-btn {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
}

.profile-toggle-btn:focus,
.profile-toggle-btn:active {
  outline: none;
  box-shadow: none;
  border: none;
}

.profile-toggle-btn:focus-visible {
  outline: none;
}

/* Custom dropdown style */
.custom-dropdown-menu {
  border: none;
  padding: 0;
  width: auto !important;
  /* ✅ Auto width */
  min-width: unset !important;
  box-shadow: 0px 4px 8px 1px #C4C4C4;
  overflow: hidden;
  transform: translateX(-70px);
  border-radius: unset !important;
}

.custom-dropdown-menu li {
  border-bottom: 1px solid #DFDFDF;

}

.custom-dropdown-menu .dropdown-item {
  color: #000 !important;
}

/* Style each dropdown item */
.custom-dropdown-menu .dropdown-item {
  padding: 10px 15px;
  font-weight: 500;
  font-size: 13px;
  /* ✅ Set font size here */
  color: #000;
  display: flex;
  align-items: center;
  position: relative;
}

/* Icons */
.custom-dropdown-menu .dropdown-item i {
  color: #1c5087;
  min-width: 20px;
}

/* Divider line */
.custom-dropdown-menu .dropdown-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  height: 1px;
  background-color: #DFDFDF;
}

/* Remove divider from last item */
.custom-dropdown-menu .dropdown-item:last-child::after {
  display: none;
}

/* Optional: subtle hover effect */
.custom-dropdown-menu .dropdown-item:hover {
  background-color: #f9f9f9;
}

.d-md-inline-block {
  color: #FFF;
}

.fa-shopping-cart {
  color: #FFF;
}

.list-group-horizontal {
  white-space: nowrap;
}

.logged-user-dropdown button {
  background-color: transparent !important;
  border: unset !important;
  opacity: unset !important;
  color: white;
}

ul.dropdown-menu.show:not(header.custom_header_class .dropdown-menu) {
  margin-left: -120px;
}

.dropdown-menu:not(header.custom_header_class .dropdown-menu) {
  /* border: none;
  padding: 0;
  width: auto !important;
  min-width: unset !important;
  box-shadow: 0px 4px 8px 1px #C4C4C4;
  overflow: hidden;
  border-radius: unset !important; */

}

#navbarSupportedContent .dropdown-menu:not(header.custom_header_class .dropdown-menu) {
  margin-left: -122px !important;
  width: 155px !important;
}

.dropdown-menu:not(header.custom_header_class .dropdown-menu) li {
  border-bottom: 1px solid #DFDFDF;

}

.dropdown-menu:not(header.custom_header_class .dropdown-menu) .dropdown-item {
  color: #000 !important;
}

/* Style each dropdown item */
.dropdown-menu:not(header.custom_header_class .dropdown-menu) .dropdown-item {
  padding: 10px 15px;
  font-weight: 400;
  font-size: 12px;
  color: #000;
  display: flex;
  align-items: center;
  position: relative;
}

/* Icons */
.dropdown-menu:not(header.custom_header_class .dropdown-menu) .dropdown-item i {
  color: #1c5087;
  min-width: 20px;
}

/* Divider line */
.dropdown-menu:not(header.custom_header_class .dropdown-menu) .dropdown-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  height: 1px;
  background-color: #DFDFDF;
}

/* Remove divider from last item */
.dropdown-menu:not(header.custom_header_class .dropdown-menu) .dropdown-item:last-child::after {
  display: none;
}

.desktop_contact_info li img {
  width: 20px !important;
}

.dropdown-menu:not(header.custom_header_class .dropdown-menu) .dropdown-item.active,
.dropdown-menu:not(header.custom_header_class .dropdown-menu) .dropdown-item:active {
  background-color: transparent !important;
  /* or your desired color */

}

body {
  font-family: 'Poppins', sans-serif;

}

@media (max-width: 767px) {

  /* Container UL */
  #menu-mobile-preheader-menu {
    background: #fff;
    box-shadow: 0px 4px 8px 1px #C4C4C4;
    padding: 10px 0;
    min-width: auto;
    font-family: 'Poppins', sans-serif;
  }

  /* List item reset + divider */
  #menu-mobile-preheader-menu li {
    list-style: none;
    border-bottom: 1px solid #E5E5E5;
  }

  #menu-mobile-preheader-menu li:last-child {
    border-bottom: none;
  }

  /* Dropdown links */
  #menu-mobile-preheader-menu .dropdown-item {
    display: flex;
    align-items: center;
    padding: 10px;
    font-size: 12px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    transition: background 0.2s ease;
    color: #000 !important;
  }

  /* Hover effect */
  #menu-mobile-preheader-menu .dropdown-item:hover {
    background-color: #f9f9f9;
  }

  /* Icons */
  #menu-mobile-preheader-menu .dropdown-item i {
    font-size: 14px;
    color: #1C5087;
    margin-right: 12px;
    min-width: 20px;
  }

  .fa-shopping-cart {
    color: #1c5087;
    /* margin-left: 7px; */
  }

  sup {
    background-color: #bd584e;
    padding: 0px 4px !important;
    border-radius: 50% !important;
    margin-left: -8px !important;
    position: relative !important;
  }

  .fa-caret-down {
    margin-left: 5px;
  }
}

.preheader li {
  padding: 0px 16px;
}

#navbarSupportedContent li a {
  padding: 7px 0px !important;
}

@media (min-width: 1000px) and (max-width: 1401px) {
  ul.dropdown-menu.show:not(header.custom_header_class .dropdown-menu) {
    margin-left: -142px !important;
  }

  #interest_form h2,
  .just_published_sec h2,
  #api_based_home h3 {
    font-size: 16px !important;
  }

  #api_based_home p,
  #api_based_home .exp_course {
    font-size: 12px !important;
  }

  div#interest_form label,
  input:not(header input),
  optgroup:not(header optgroup),
  select:not(header select),
  textarea:not(header textarea),
  input#submitInterest {
    font-size: 14px !important;
  }

  #just_published_article p.postCategory, #reviewers_acknowledgment_article p.postCategory {
    font-size: 11px !important;
  }

  #just_published_article .postTitle a,
  #just_published_article h3, #reviewers_acknowledgment_article .postTitle a,
  #reviewers_acknowledgment_article h3 {
    font-size: 13px !important;
  }

  #just_published_article .featured_img img, #reviewers_acknowledgment_article .featured_img img {
    width: 72px !important;
    height: 48px !important;
  }

  #api_based_home .first_sec_row {
    padding: 30.4px 0px !important;
  }

  .trusted_authori a {
    font-size: 28px !important;
  }

  #api_based_home {
    max-width: 1190px !important;
  }
}

@media (max-width: 767px) {
  i._mi._after.dashicons.dashicons-cart {
    color: #1c5087 !important;
    margin-left: -3px !important;
    line-height: 23px !important;
  }

  .cart-container sup {
    margin-left: -16px !important;
  }

  .row.no-width {
    width: auto !important;
  }

}

i._mi._after.dashicons.dashicons-cart {
  color: white;
}

.cart-container {
  font-weight: 400 !important;
  padding-right: 0px !important;
}

/* Mobile Search Results */
.ai-search-box-mobile {
  padding-bottom: 10px;
}

.mobile-search-bar .btn {
  background-color: rgba(0, 0, 0, 0);
  border: 0px;
  /* padding: 0px; */
}

ul#search-results-mobile:not(header.custom_header_class #search-results) li {
  list-style-type: none !important;
  padding-top: 8px;
  padding-bottom: 8px;
}

ul#search-results-mobile:not(header.custom_header_class #search-results) li {
  padding-top: 12px;
}

ul#search-results-mobile:not(header.custom_header_class #search-results) li:not(:last-child) {
  padding-bottom: 12px;
  border-bottom: 1px solid rgb(227, 227, 227);
}

input#ajax-search-input {
  /* padding: 5.5px 8px; */
}

@media(max-width: 365px) {

  footer p,
  footer a,
  footer .address p,
  footer .contact p {
    font-size: 11px !important;
  }

  img.footer_icon_image {
    width: 100% !important;
  }
}

.bi-search::before {
  font-size: 14px !important;
}

#cart_box {
  padding-right: 14px !important;
}

.submenu_hover:hover .dropdown-menu:not(header.custom_header_class .dropdown-menu) {
  display: block !important;
  margin-left: -100px;
}

.custom-hover-dropdown:hover .dropdown-menu:not(header.custom_header_class .dropdown-menu) {
  display: block;
  margin-left: -100px;
}

@media (max-width: 1395px) and (min-width: 1100px) {
  .nav-header-link.active-header {
    padding-bottom: 9px !important;
  }
}

@media(min-width: 766px) and (max-width: 1022px) {
  .footer_icon_image {
    width: 100% !important;
  }

  .no-width {
    width: unset !important;
  }

  nav.preheader.navbar.navbar-expand-lg {
    padding: 12px !important;
  }

  .col-2.ps-0.pe-3 {
    display: flex;
    justify-content: end;
    padding-right: 0px !important;
  }

  .col-2.ps-0.pe-3 a img._mi._after._svg {
    margin-right: 5px;
  }

  button.navbar-toggler.p-0.border-0.float-end {
    margin-left: 8px;
  }

  .row.align-items-center .col-7.px-0 {
    width: 30%;
  }

  .mobile_header .row.align-items-center {
    padding: 0px 10px !important;
  }

  button#mobile_header_menu_new {
    padding-right: 0px !important;
  }

  .head_banner {
    padding: 15px 12px !important;
  }

  #menu-secondary-new-menu-1 .menu-item a {
    color: black !important;
  }

  .secondary_menu {
    padding: 0px 5px !important;
  }

  #api_based_home .first_sec_row {
    /* padding-top: 0px !important; */
  }

  .resource_menu_mob.active .sub-menu {
    display: block !important;
    top: 96% !important;
    margin-left: -50px !important;
  }

  .col-lg-4.ps-5.contact-publication.pe-1 {
    padding-left: 0px !important;
  }

  #just_published_article .featured_img img, #reviewers_acknowledgment_article .featured_img img {
    width: 155px !important;
    height: 102px !important;
  }

  footer a {
    font-size: 12px !important;
  }

  span.d-none.d-md-inline-block {
    display: none !important;
  }

  .cart-container sup {
    margin-left: -19px !important;
    margin-top: 46px !important;
  }

  #navbarTogglerDemo03 {
    position: absolute;
    top: 28px;
    right: 16px;
    background-color: #fff;
    color: black;
    font-size: 13px;
    padding: 10px !important;
    box-shadow: 0px 4px 8px 1px #C4C4C4;
    z-index: 9;
    width: auto;
    font-family: "Poppins", Sans-serif;
  }

  a.nav-link {
    display: block;
    color: #1C5087 !important;
    font-weight: 600 !important;
    border-bottom: 1px solid #CFCECE;
    padding: 7px 0;
  }
}

@media(min-width: 1023px) and (max-width: 1439px) {

  .preheader li,
  .preheader a,
  .sec_prehead a,
  .submenu_hover,
  .main_header_menu a,
  .site_main_menu a.nav-link,
  #interest_form h2 {
    font-size: 13px !important;
  }

  /* .ai-search-box-parent {
    width: 160px !important;
  } */

  .secondary_menu img {
    width: 90% !important;
  }

  .row {
    width: 100% !important;
  }

  .col-lg-8.mob-order-1st.ps-1.pt-2 {
    padding-left: 30px !important;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-toggler {
    /* display: block; */
  }
}

#navbarSupportedContent li a {
  word-wrap: break-word;
  white-space: normal;
  overflow-wrap: break-word;
}

@-moz-document url-prefix("") {
  .facebook_icon img {
    width: 40% !important;
  }

  .twitter img,
  .instagram img {
    width: 55% !important;
  }

  .youtube img {
    width: 65% !important;
  }

  .linkedin img {
    width: 60% !important;
  }

  /* .facebook_icon.rounded-circle,
  .twitter.rounded-circle,
  .instagram.rounded-circle {
    padding: 8px 17px !important;
  }

  .youtube.rounded-circle {
    padding: 8px 16px !important;
  } */
}