

/*navbar*/

.navbar {
  border-bottom: 6px;
  box-shadow: 0 0 5px rgb(190, 190, 190) !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.navbar ul li{
  margin-left: 15px;
}
.navbar ul li a{
  font-size: 16px;
  font-weight: 400;
}
.navbar ul li a:hover {
  color: #000000 !important;
  transition: .5s all ease;
  font-weight:400;
  text-decoration: underline;
}
.navbar ul li a.active {
  color: #000000 !important;
  font-weight:700;
  text-decoration: underline;
}
.dropdown ul li a{
  font-size: 15px;
  font-weight: 350;
}
.dropdown ul li a:hover{
  font-size: 15px;
  font-weight: 350;
  text-decoration: underline;
}
ul.dropdown-menu.show{
  border: none !important;
  box-shadow: 0px 13px 31px -7px rgba(0,0,0,0.31);
  -webkit-box-shadow: 0px 13px 31px -7px rgba(0,0,0,0.31);
  -moz-box-shadow: 0px 13px 31px -7px rgba(0,0,0,0.31);
} 

.btn-login {
  background: transparent !important;
  color: black;
  border: 2px solid #000000;
  border-color: black;
}

.btn-login:hover {
  background: #000000 !important;
  border: 2px solid #000000;
  text-decoration: none;
  transition: border-color 0.3s ease;
}
/*****  navbar ends   *****/

/* searchbar*/

.searchbar .search__input {
      width: 100%;
      padding: 8px 10px;
      background-color: transparent;
      transition: transform 250ms ease-in-out;
      font-size: 16px;
      line-height: 18px;
      color: rgba(87, 87, 86, 0.8);
      background-color: transparent;
      background-image: url("/Users/prasanak/BioMedTree/Medhub site/assets/icons/icon_search.svg");
      background-repeat: no-repeat;
      background-size: 18px 18px;
      background-position: 95% center;
      border-radius: 4px;
      border: 1px solid #999;
      transition: all 250ms ease-in-out;
      backface-visibility: hidden;
      transform-style: preserve-3d;
  }

.searchbar .search__input::placeholder {
          color: rgba(87, 87, 86, 0.8);
      }

.searchbar .search__input:hover,
      .search__input:focus {
          padding: 12px 0;
          outline: 0;
          border: 1px solid transparent;
          border-bottom: 1px solid #575756;
          border-radius: 0;
          background-image: none;
      }
/*****  Searchbar ends   *****/



/*****  Footer   *****/
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-bg {
  background-color: #000000;
}
.footer-brand ul {
  color: #7A8C97;
  font-size: 14px;
}
.footer-links a {
  color: #7A8C97;
  font-size: 14px;
  text-decoration: none;
}
.footer-links a:hover {
  color: #ffffff;
  text-decoration: none;
}
.footer-social-bg {
  background-color: #002439;
  text-align: right;
}
.footer-social-links a {
  color: #7A8C97;
  font-size: 20px;
  text-decoration: none;
}
.footer-social-links a:hover {
  color: #ffffff;
  font-size: 20px;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: #7A8C97;
  border: 0;
  opacity: .25;
}
hr:not([size]) {
  height: 1px;
}
.my-3 {
  margin-top: 0rem!important;
  margin-bottom: 0rem!important;
}
/*****  Footer ends   *****/


@media only screen and (min-width: 767px){
.navbar {padding:0px;}
}
@media (max-width: 959px) {
.navbar {padding:0px;}
}

/*Carousel CSS Starts*/
/* Default height for small devices */
.carousel-section{
  
  min-height: 600px;
  background-image: url("../images/tubes_banner.jpg")!important;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
  /* Height for devices larger than 992px */
 @media (min-width: 992px) {
    .carousel-section {
      min-height: 800px;
        background-image: url("../images/tubes_banner.jpg");
        background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
        background-size: cover;
  width: 100%;
        height: 100%
    }
  }
.btn-carousel-scope {
  background: none;
  border-width: 2px;
  border-color: #ffffff;
  border-radius: 0px;
  padding: 10px 20px 10px 20px;
  color: #ffffff;
  transition: .5s;
}

.btn-carousel-scope:hover{
  background: #fff !important;
  color: #000;
}
.text-orange {
  color: #FF5C33; 
 }
.text-gold
{color: #c19302}

.text-bluesky
{color: #63CAE3};
/*Caurosel Ends here*/

/*core values section_home page starts here*/
.text-slategrey {
  color: #7A8C97;  
 }
.values-link{
  text-decoration: none !important;
}
.values {
  background-color: #F3F5F8;
  border-radius: 4px;
  margin-right: 15px; 
  /* width: 280px;
  height: 280px; */
  /* padding-left: 25px; */
  color: #293132;
  padding: 20px 4px 20px 25px;
  transition: .5s;
} 
section.publication {
  margin-top: 35px;
}
.values:hover{
  background-color: #EAEAEA;
  margin-top: -5px;
  box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .08);
}
.valuesheading{
  font-family: 'Roboto'sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #293132;
}
.valuespara{
  font-family: 'Roboto'sans-serif;
  font-size: 14px;
  padding-top: 10px;
  font-weight: 400;
  color: #293132;
}
.values_icon{
  background-color: #c7d2e3;
  width: 110px;
  height: 100%;
text-align: center;
  position: relative;
  margin-bottom: 20px;
  padding: 10px 5px 10px 5px;
  border-radius: 7px 25px 7px 25px;
}
.btn-values {
  background: #002439 !important;
  border: none;
  color: #fff;
}

.btn-values:hover{
  background: transparent !important;
  border: 2px solid #000000;
text-decoration: none;
transition: border-color 0.3s ease;   
}
/*core values section_home page starts here*/


/*ART-aims and scope*/
.cover-aims {
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image:linear-gradient(180deg, rgba(30, 24, 53, 0.4) 0%, rgba(30, 24, 53, 0.4) 90.16%);
  margin-top: 50px;
  padding-top: 125px;
  padding-bottom: 50px;
  padding-left: 75px;
  height: 850px;
}

.btn-navyblue {
  background: #002439 !important;
  border: none;
  color: #fff;
}

.btn-navyblue:hover{
  background: #EE220C !important;
  border: none;
  color: #fff;
}

.btn-orange{
  background: #EE220C !important;
  border: none;
  color: #fff;
}
.btn-orange:hover {
  background: #002439 !important;
  border: none;
  color: #fff;
}
/*****ART-aims and scope *****/

/*ART-editorial board*/
.bg-editor {
  background-color: #eeeeee;
}
.editor-name {
  line-height: 0.6rem;
}

.advisory-fs {
  font-size: 15px;
}
.advisory-name {
  line-height: 0.6rem;
  padding-left: 20px;
}
.advisoryboard-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

/*peer-review process*/

.peer-review {
  padding-top: 150px;
  background-color: #f4f4f4;
}


/*BioMedTree*/
.cover-mission {
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image:linear-gradient(180deg, rgba(30, 24, 53, 0.4) 0%, rgba(30, 24, 53, 0.4) 90.16%);
  margin-top: 50px;
  padding-top: 125px;
  padding-bottom: 50px;
  height: 650px;
}
/*BioMedTree*/

/*****Editorial-policy *****/
.editorialpolicy-heading {
  background-color: #7A8C97;
  margin-top: 70px;
  padding-top: 50px;
  padding-bottom: 50px;
  font-weight: bolder;
  font-family: sans-serif;
}
/*****Editorial-policy *****/

/*****Reviewer-guideline *****/
.reviewer-heading {
  background-color: #7A8C97;
  margin-top: 70px;
  padding: 50px 0px 50px 0px;
 
 }

 .topmargin {
  margin-top: 100px;
 }

/*Submission Guidelines*/

.submission-guide {
  background-color: #eeeeee;
  padding-top: 125px;
}

.sidebar-item {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
/* Position the items */
// &:nth-child(2) { top: 25%; }
// &:nth-child(3) { top: 50%; }
// &:nth-child(4) { top: 75%; }
}

.sidebar-sticky {
position: -webkit-sticky;
position: sticky;
top: 0px;
  padding: 50px 15px 0px;
}
.sidebar-block {
  border-radius: 5px;
 border: 1px solid #ececec;
  padding: 15px 15px 15px 25px;
  margin: 15px 10px 10px 10px;
  background-color: #f4f4f4;
}
.sidebar-block a{
  color: #666;
  text-decoration: none; 
}
.sidebar-block a:hover {
  color: #ff5c33;
  text-decoration: underline; 
}


[name] {
  scroll-margin-top: 55px;
}
/*Revision Guidelines*/
.revision-guide {
  background-color: #eeeeee;
  padding: 150px 0px 50px 0px;
}
.revision-quick {
 background-color: #f6f6f6; 
}

/*****submission-guideline from SS *****/
.text-center{
  text-align: center;
  margin-left: 30px;
}
.bx{
  margin-left: 10px; 
  font-size: 25px !important;
}
.card-body{
  font-size: 14px;
}
.abs_clr{
  background-color: lightblue;
  height: 30px;

}
.contentStyle01 {

}
.contentStyle01 .btn{
  border:none;
  width: 100%;
  height: 45px;
  border-radius: 10px;
  background-color: rgb(194, 219, 230);
}
.abstract{
  padding-right:135px;
  font-weight: bold;
  font-size: 14px;
}
.content{
  font-weight: bold;
}
.microrna{
  font-weight: bold;
}
.bx_download{
  font-size: 21px;
} 
/* .btn-btn_download{
  border-radius: 5px;

} */
.button_article{
  border-radius: 4px !important;
  font-size: 20px;
}
.download_article{
  border: 1px solid black;
  border-radius: 5px;
  margin-top: -35px;
  display: inline-block;
 
}
.down_art{
height: 30px;
border: 1px solid;
}
.microrna_para{
  font-size: 13px;
}
.abs_para{
  font-weight: bold;
}
.card_height{
  height: 570px;
}
.int_para{
  font-weight: bold;
}
.int_para1{
  font-size: 15px;
}
.abs_para1{
  font-size: 15px;
}
.tweet-content {
  
}
.tweets{
  font-weight: bold;
}
.tweets_para{
  font-size: 13px;
}
.prasan_text-clr{
color: cornflowerblue;
}
.img_profile{
  width: 24%;
}
.bx-heart{
  font-size: 30px;
  margin-top: 25px;
}
.heart_span{
  /*padding-left: 102px;*/
  padding-right: 15px;
  text-align: right;
  margin-top: 30px;
}
.prasanna_blog{
  font-size: 12px;
}
.tweet_image{ 
  width: 100%;
}
#left-fixed-menu {display: none;}
.card_height{
  height: 570px;
} 

.article-section {margin: 10px 0;}
.list-based-article-content {padding-left:18px;}
.list-based-article-content li{list-style-type: decimal; font-size: 15px;}
.list-based-article-content li>ul {padding-left:20px;}
.list-based-article-content li>ul li {list-style-type: disc; padding:5px 0; font-size:15px;}
.article-list-style {padding-left:20px;}
.article-list-style li {list-style-type: disc; padding:2px 0; font-size:15px; margin-left: 8px;}
.position-fixed {position:fixed;}
.position-relative {position: relative;}
.sub-title01 {font-size:14px; font-weight: bold;} 
.left_content {width:20%; height:50%;}

/*****submission-guideline from SS ends *****/



/**new additions**/



.scrollspy-example {
  height: auto;
  margin-top: 0.5rem;
  overflow: auto;
  position: relative;
}

policy-minibox {
  border: 2px;
  border-color: #000;
  padding-top: 10px;

}
/**new additions**/

.make-me-sticky {
position: -webkit-sticky;
position: sticky;
 }

 /*** cards ***/
 .article-index-card {
  text-decoration: none;
  color: inherit;
}

.article-index-card .card {
  border: none;
  transition: box-shadow 0.3s ease-in-out;
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 10px;
}

.article-index-card .card:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.card-authors {
  font-size: 14px;
  color: #666;
}

.card-journal-name {
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

.card-doi {
  font-size: .75rem;
  line-height: 1.0625rem;
  font-weight: 300;
}

.card-date {
  font-size: .75rem;
  line-height: 1.0625rem;
  font-weight: 300;
}

.badge {
  font-size: 12px;
  margin-right: 4px;
}


/*** cards ***/

/*** article page ***/
.manuscript-link {
  color: #212529; /* Dark color for normal state */
  text-decoration: underline;
}

.manuscript-link:hover {
  color: #6c757d; /* Slightly gray color on hover */
  text-decoration: none;
}

.style-one img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
}

.style-two img {
  width: 50%;
  border-radius: 50%;
  border: 2px solid #ff5733;
}