/* lg */ 
@media (min-width: 1200px) {
 /* Make Navigation Toggle on Desktop Hover */
  .dropdown:hover .dropdown-menu {
      display: block;
      -webkit-animation: fadeInUp 400ms;
      animation: fadeInUp 400ms;
  }

  #portfolio .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  
  

}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
  
 /* Make Navigation Toggle on Desktop Hover */
  .dropdown:hover .dropdown-menu {
      display: block;
      -webkit-animation: fadeInUp 400ms;
      animation: fadeInUp 400ms;
  }

  .navbar-nav > li {
    margin-left: 10px;
  }

  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }

  .recent-work-wrap .recent-work-inner h3 a {
    font-size: 20px;
  }

  .recent-work-wrap .overlay{
    padding: 15px;
  }

  .services-wrap {
    padding: 40px 10px 40px 30px;
  }

  .feature-wrap h2, 
  .single-services h2 {
    font-size: 18px;
  }

  .feature-wrap h3, 
  .single-services h3{
    font-size: 14px;
  }

  .tab-wrap .media .parrent.pull-left{
    clear: both;
    width: 100%;
  }

  .tab-wrap .media .parrent.media-body{
    clear: both;
  }

  #portfolio .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .recent-work-wrap .overlay .preview{
    line-height: inherit;
  }

  .team-bar .first-arrow {
    width: 21%;
  }

  .team-bar .second-arrow {
    width: 20%;
  }

  .team-bar .third-arrow {
    width: 21%;
  }

  .team-bar .fourth-arrow {
    width: 20%;
  }

  ul.social_icons li{
    margin-right: 0;
  }
  .top-bar .logo-block{display: contents;}
  .top-bar .logo-block img{width: 300px;}
  .navbar .top-bar .sticky1 {margin-left: 0px;}
  .navbar .top-bar ul li {margin: 0px;}
  .pubmed-logo:after {font-size: 20px !important; padding-top: 62px !important;}

  .home-journal .j-info p span {position: initial;}
  .home-journal .j-info p {display: inline;}

}


/* sm */
@media (min-width: 768px) and (max-width: 991px) {
  /* Make Navigation Toggle on Desktop Hover */
  .navbar .top-bar .sticky1{display: none;}
  .dropdown:hover .dropdown-menu {
      display: block;
      -webkit-animation: fadeInUp 400ms;
      animation: fadeInUp 400ms;
  }

  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-nav > li {
    margin-left: 0;
  }

  #main-slider .carousel h1 {
    font-size: 25px;
  }

  #main-slider .carousel h2 {
    font-size: 20px;
  }

  .tab-wrap .media .parrent.pull-left, 
  .media.accordion-inner .pull-left{
    clear: both;
    width: 100%;
  }

  .tab-wrap .media .parrent.media-body, 
  .media.accordion-inner .media-body{
    clear: both;
  }

  .services-wrap {
    padding: 40px 0 40px 30px;
  }

  .recent-work-wrap .overlay{
   padding: 15px;
  }

  .recent-work-wrap .recent-work-inner h3 a {
    font-size: 20px;
  }

  .sinlge-skill{
    width: 150px;
    height: 150px;
  } 

  .sinlge-skill p em {
    font-size: 25px;
  }

  .sinlge-skill p {
    font-size: 16px;
  }

  .team-bar .first-one-arrow {
    width: 2%;
  }

  .team-bar .first-arrow {
    width: 18%;
  }

  .team-bar .second-arrow {
    width: 24%;
  }

  .team-bar .third-arrow {
    width: 15%;
  }

  .team-bar .fourth-arrow {
    width: 20%;
  }

  .blog .blog-item .entry-meta > span a{
    font-size: 10px;
  }
  .navbar-nav>li>a { font-size: 12px !important;
    padding-right: 5px !important;}
  
    .recent-article-section .col-md-8 {width: 100%;}  
    .nh-fa-section .col-md-3 {
      width: 100%;}
      .nh-fa-section .col-md-9 {
        width: 100%;}
}

/* xs */
@media (max-width: 767px) {
  .container > .navbar-header, .container > .navbar-collapse{
    margin-left: 0;
  }

  .top-number{
    font-size: 14px;
  }

  input.search-form:hover {
    width: 120px;
  }

  .navbar-nav > li {
    padding-bottom: 0;
  }

  #main-slider .carousel h1 {
    font-size: 25px;
  }

  #main-slider .carousel h2 {
    font-size: 16px;
  }

  .feature-wrap h2, 
  .single-services h2 {
    font-size: 18px;
  }

  .feature-wrap h3, 
  .single-services h3{
    font-size: 14px;
  }


  .media.accordion-inner .pull-left, 
  .media.accordion-inner .media-body{
    clear: both;
  }

  .accordion-inner h4 {
    margin-top: 10px;
  }

  .tab-wrap .media .pull-left{
    clear: both;
    width: 100%;
  }

  .tab-wrap .media .media-body{
    clear: both;
  }

  .nav-tabs > li.active > a:after{
    display: none;
  }

  #footer .col-sm-6{
      text-align:center;
  }
  
   #footer .pull-right{
      float: none !important;
  }

  .sinlge-skill {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .team .single-profile-top, 
  .team .single-profile-bottom {
    margin-bottom: 30px;
  }

  .clients-area {
    padding: 60px 0;
  }

  .clients-area h1 {
    font-size: 25px;
  }

  .portfolio-item, 
  #recent-works .col-xs-12.col-sm-4.col-md-3{
    padding:0 15px;
  }

  ul.social_icons li{
    margin-right: 0;
  }

  .blog .blog-item .entry-meta{
    margin-bottom: 20px;
  }

  .blog .blog-item .blog-content h3 {
    margin-bottom: 20px;
  }

  .post_reply_comments {
    padding-left: 20px;
  }
  
  
  
  .navbar .top-bar ul{ margin-left:0;}

.navbar .top-bar .header-mobile-number{ padding:0; margin:0;}
.navbar .top-bar li.header-mobile-number a{ font-size:12px;}
.navbar .top-bar li.header-mobile-number a img{ width:10px;}
.navbar .top-bar .header-email{ padding:0; margin:0;}
.navbar .top-bar .header-email a{ font-size:12px !important;}
.navbar .top-bar .header-email a img{ width:10px;}
.logo-block img{ width:100%;}
.slider_container2{ width:100%; height:60px; display:none;}
.recent-article-section .col-md-8{ width:100%;}
.recent-article-section h1{ font-size:16px; margin:5px auto;}
.recent-left-article ul li .title a{ font-size:13px;}
.recent-left-article ul li .content a{ font-size:12px;}
.recent-article-section .col-md-4{ width:100%; margin-left:-10px;}
.recent-article-section h2{ font-size:16px; margin:5px auto;}
.article-right-sub{ padding:10px 15px 5px 11px; margin-bottom:0;}
.title{ font-size:12px;}
.publish-gp-section .col-md-9{ width:100%;}
.publish-gp-section .col-md-3{ width:100%;}
.left-publish-gp h2{ font-size:16px;}
.left-publish-gp p{ line-height:1.5; font-size:12px;}
.left-publish-gp a{ padding:5px 15px;}
.gp3-btn-blk{margin-top:0; margin-left:-15px;}
.journals-block h2{ font-size:16px;}
.view-journal{ margin-top:0; padding:5px 15px; font-size:14px;}
.aj-icon-type .col-md-2{ width:50%;}
.aj-icon-type .aj-type .title{ font-size:12px;}
.nh-fa-section .col-md-3 {width: 100%; padding-right: 0;}
.nh-artical-list ul li{ font-size:12px;}
.nh-artical-list ul h3{ font-size:16px;}
.nh-fa-section .col-md-9{ width:100%;}
.articles-block{ margin-top:0;}
.articles-block h1{ font-size:16px; margin:10px auto;}
#mixedSlider2 .MS-controls .MS-left{right: -24px; top: 50% !important;}
#mixedSlider2 .MS-controls .MS-right { right: -15px; top: 50% !important;}
.nh-fa-1 .content{ font-size:12px;}
.nih-view-more{ padding:5px 10px; margin-top:0; margin-bottom:5px;}
.content{ font-size:12px;}
#bottom ul li{ font-size:12px;}
.breadcrumb{ margin-bottom:0;}
.breadcrumb ul{ margin:0;}
.section-title{ margin-bottom:0;}
.section-title h1{ font-size:16px;}
.journals-search{ float:none; clear:both; margin:0;}
.all-journals-list ul li a{ font-size:12px;}
p{ font-size:12px;}
.right-list-block .type ul li a{ font-size:12px;}
.submit-manuscript-section .col-md-7{ width:100%;}
.submit-manuscript-section .col-md-5{ width:100%;}
.sbm-content-box{ margin-top:10px; margin-left:-15px;}
.form-group .form-control{ font-size:12px;}
.indexing{ margin-right:-15px;}
.right-list-block .type{ margin-left:-15px; margin-top:15px;}
.resp-padding{ padding:0 !important;}


}



/* XS Portrait */
@media (max-width: 480px) {
.navbar .top-bar ul{ margin-left:0;}
.navbar .top-bar .header-mobile-number{ padding:0; margin:0;}
.navbar .top-bar li.header-mobile-number a{ font-size:12px;}
.navbar .top-bar li.header-mobile-number a img{ width:10px;}
.navbar .top-bar .header-email{ padding:0; margin:0;}
.navbar .top-bar .header-email a{ font-size:12px !important;}
.navbar .top-bar .header-email a img{ width:10px;}
.logo-block img{ width:100%;}
.slider_container2{ width:100%; height:60px; display:none;}
.recent-article-section .col-md-8{ width:100%;}
.recent-article-section h1{ font-size:16px; margin:5px auto;}
.recent-left-article ul li .title a{ font-size:13px;}
.recent-left-article ul li .content a{ font-size:12px;}
.recent-article-section .col-md-4{ width:100%; margin-left:-10px;}
.recent-article-section h2{ font-size:16px; margin:5px auto;}
.article-right-sub{ padding:10px 15px 5px 11px; margin-bottom:0;}
.title{ font-size:12px;}
.publish-gp-section .col-md-9{ width:100%;}
.publish-gp-section .col-md-3{ width:100%;}
.left-publish-gp h2{ font-size:16px;}
.left-publish-gp p{ line-height:1.5; font-size:12px;}
.left-publish-gp a{ padding:5px 15px;}
.gp3-btn-blk{margin-top:0; margin-left:-15px;}
.journals-block h2{ font-size:16px;}
.view-journal{ margin-top:0; padding:5px 15px; font-size:14px;}
.aj-icon-type .col-md-2{ width:50%;}
.aj-icon-type .aj-type .title{ font-size:12px;}
.nh-fa-section .col-md-3 {width: 100%; padding-right: 0;}
.nh-artical-list ul li{ font-size:12px;}
.nh-artical-list ul h3{ font-size:16px;}
.nh-fa-section .col-md-9{ width:100%;}
.articles-block{ margin-top:0;}
.articles-block h1{ font-size:16px; margin:10px auto;}
#mixedSlider2 .MS-controls .MS-left{right: -24px; top: 50% !important;}
#mixedSlider2 .MS-controls .MS-right { right: -15px; top: 50% !important;}
.nh-fa-1 .content{ font-size:12px;}
.nih-view-more{ padding:5px 10px; margin-top:0; margin-bottom:5px;}
.content{ font-size:12px;}
#bottom ul li{ font-size:12px;}
.breadcrumb{ margin-bottom:0;}
.breadcrumb ul{ margin:0;}
.section-title{ margin-bottom:0;}
.section-title h1{ font-size:16px;}
.journals-search{ float:none; clear:both; margin:0;}
.all-journals-list ul li a{ font-size:12px;}
p{ font-size:12px;}
.right-list-block .type ul li a{ font-size:12px;}
.submit-manuscript-section .col-md-7{ width:100%;}
.submit-manuscript-section .col-md-5{ width:100%;}
.sbm-content-box{ margin-top:10px; margin-left:-15px;}
.form-group .form-control{ font-size:12px;}
.indexing{ margin-right:-15px;}
.right-list-block .type{ margin-left:-15px; margin-top:15px;}
.resp-padding{ padding:0 !important;}
.btn{ margin-bottom:15px !important;}
.resp-margin{ margin:0 !important;}
.home-journal .j-info p span {position: initial;}
.home-journal .j-info p {display: inline;}

}

