/* Grid wrapper
.article-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

/*Card 
.article-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    padding: 15px;
    text-align: center;
    transition: all 0.3s ease;
}*/
.article-card:hover {
    transform: translateY(-5px);
}

/* Cover image */
.article-img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 12px;
}
@media (max-width: 410px) {
  .pkp_site_name .is_text {
    font-size: 12px !important;
  }
}
/* Title */
.article-title {
    font-size: 1rem;
    margin: 10px 0;
}
.article-title a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

/* PDF link button */
.galleys_links a {
    display: inline-block;
    color: #ec660d !important;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid #ec660d;
}
.galleys_links a:hover {
    background: #e6890000;
}
.galleys_links a {
    padding: 0px 0px;
    width: 100%;
    text-align: center;
}
.item.galleys .galleys_links a {
    padding: 0px 10px 0px 10px;
}
.obj_issue_toc .galleys_links li {
    width: 100%;
}
#sectionDropdown {
    padding: 0.6rem 1rem;
    font-size: 1rem;
    border: 1px solid #196fad;
    border-radius: 8px;
    background-color: #f9f9f9;
    cursor: pointer;
    transition: border-color 0.3s ease;
   /* margin-bottom: 1.5rem;*/
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

#sectionDropdown:hover,
#sectionDropdown:focus {
    border-color: #007BFF;
    outline: none;
}

/* Section Container */
.sections {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
#backToTopBtn {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    background-color: #ccc;
    color: #000;
    border: 2px solid #234787;
    padding: 10px 16px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    box-shadow: 0 4px 6px rgb(209 44 44);
    transition: background-color 0.3s ease;
    display: none; /* Hide initially */
}
.obj_article_summary{
       padding: 1rem;
    border-radius: 1rem 1rem 1rem 1rem;
    border: 1px solid #c0c5c9;
    box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem #c3c6c9;
}
.obj_issue_toc .galleys, .obj_issue_toc .section {
        margin: -0.857rem -2.143rem;
    }
.pkp_structure_main h3{
    margin: 2.857rem 28px 1.43rem;
}
.pkp_page_index .current_issue .read_more {
    margin-top: 10px;
}
.obj_issue_toc .galleys>h2, .obj_issue_toc .section>h2, .obj_issue_toc .galleys>h3, .obj_issue_toc .section>h3 {
      color: white;
    font-weight: 600;
    background: #181A6E;
    }
.container9 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* max-width: 60em;*/
  /* margin: 0 auto 48px auto; */
  padding: 12px;
}

.tabpanel__tab {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.tabpanel__tab:checked + .tabpanel__tablabel {
  background: #e3e0cf;
  color: black;
}

.tabpanel__tablabel
{
 margin-bottom:0px !important;
}

.tabpanel__tablabel {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 12px;
  background: #9fa8a3;
  color: white;
  font-weight: 700;
}
.tabpanel__tablabel:hover {
  cursor: pointer;
}

.tabpanel__panel {
  display: none;
  background: #dfdfdf66;
}
.tabpanel__panel > *:first-child {
  margin-top: 0;
}
.tabpanel__panel > *:last-child {
  margin-bottom: 0;
}
.tabpanel__panel > * + * {
  margin-top: 24px;
}

#tabpanel__tab-1:checked ~ .tabpanel__panels #tabpanel__panel-1,
#tabpanel__tab-2:checked ~ .tabpanel__panels #tabpanel__panel-2,
#tabpanel__tab-3:checked ~ .tabpanel__panels #tabpanel__panel-3,
#tabpanel__tab-4:checked ~ .tabpanel__panels #tabpanel__panel-4,
#tabpanel__tab-5:checked ~ .tabpanel__panels #tabpanel__panel-5 {
  display: block;
  position: relative;
  top: 0px;
}

.media__body > * {
  margin: 0;
}
.media__body > p + p,
.media__body > p + h2 {
  margin-top: 24px;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.media .media__img
{
 display:none;
}

@media screen and (max-width: 600px) {
  .media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .media .media__img {
    margin: 0 auto;
    display:none;
  }
  .media .media__img + .media__body {
    margin: 10px 10px 10px 10px;
    width:100%;
  }
}
@media screen and (min-width: 601px) {
  .media {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .media .media__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    height: auto;
  }
  .media .media__img + .media__body {
    margin: 10px 10px 10px 10px;
  }
}

.tabpanel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 600px) {
  .tabpanel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tabpanel .tabpanel__tablabel {
    padding: 24px 36px;
  }
  .tabpanel .tabpanel__tablabel + .tabpanel__tab + .tabpanel__tablabel {
    margin-top: 6px;
  }
  .tabpanel .tabpanel__tab:checked ~ .tabpanel__panels {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .tabpanel .tabpanel__tab:not(:checked) + .tabpanel__tablabel {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
  .tabpanel #tabpanel__tab-1 + .tabpanel__tablabel {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .tabpanel #tabpanel__tab-1:checked ~ .tabpanel__panels {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .tabpanel #tabpanel__tab-2 + .tabpanel__tablabel {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .tabpanel #tabpanel__tab-2:checked ~ .tabpanel__panels {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .tabpanel #tabpanel__tab-3 + .tabpanel__tablabel {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .tabpanel #tabpanel__tab-3:checked ~ .tabpanel__panels {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .tabpanel #tabpanel__tab-4 + .tabpanel__tablabel {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .tabpanel #tabpanel__tab-4:checked ~ .tabpanel__panels {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .tabpanel #tabpanel__tab-5 + .tabpanel__tablabel {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .tabpanel #tabpanel__tab-5:checked ~ .tabpanel__panels {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .tabpanel .tabpanel__panel {
    padding: 0 12px 12px 12px;
  }
}
@media screen and (min-width: 601px) {
  .tabpanel {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .tabpanel .tabpanel__tablabel {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding-left: 24px;
    padding-right: 24px;
  }
  .tabpanel .tabpanel__tablabel + .tabpanel__tab + .tabpanel__tablabel {
    margin-left: 6px;
  }
  .tabpanel .tabpanel__panel {
    padding: 12px;
  }
  .tabpanel .tabpanel__panels {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
/* Controls Row */
.controls-row select {
    padding: 5px 8px;
    font-size: 14px;
}

.view-toggle button {
    background: #f4f4f4;
    border: 1px solid #ddd;
    padding: 6px 10px;
    cursor: pointer;
    margin-left: 5px;
    border-radius: 4px;
}
.view-toggle button i {
    font-size: 16px;
}
.view-toggle button:hover {
    background: #ddd;
}
.pkp_page_index .homepage_about {
    padding-top: 0rem;
}
.pkp_page_index .homepage_about h2 {
    display: none;
}
/* Grid and List View styles */
.view-toggle button {
    background: #f4f4f4;
    border: 1px solid #ddd;
    padding: 6px 10px;
    cursor: pointer;
    margin-left: 5px;
    border-radius: 4px;
}
.view-toggle button i {
    font-size: 16px;
}
.view-toggle button:hover {
    background: #ddd;
}

/* Grid View */
.view-grid .article-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: 1rem;
}
.view-grid .article-item {
    border: 1px solid #e0e0e0;
    padding: 12px;
    border-radius: 6px;
    background: #fff;
}

/* List View */
.view-list .article-wrapper {
    display: block;
}
.view-list .article-item {
    flex-direction: row;
    align-items: flex-start;
    border-bottom: 1px solid #eee;
    padding: 12px 0;
}
.view-list .article-item:last-child {
    border-bottom: none;
}
.pkp_block a {
 list-style: none;
    background: #f5f7fa;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    padding: 12px 15px;
}
/*starts article filter*/
.article-filters {
    margin: 2px 0;
    text-align: right;
}

.article-filters label {
    margin-right: 5px;
    font-weight: 600;
}

.article-filters select {
    padding: 4px 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
/*ends*/
.obj_issue_toc .section>h3 {
        margin-bottom: 0px;
}
/*stats search article*/
.issue-search {
    margin: 15px 0;
    text-align: right;
}

#articleSearch {
    width: 320px;
    max-width: 100%;
    padding: 6px 10px;
    border: 1px solid #bbb;
    border-radius: 5px;
}

.article-filters {
    margin: 10px 0;
    text-align: right;
}

.article-filters label {
    margin-right: 5px;
    font-weight: 600;
}

.article-filters select {
    padding: 4px 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
/*ends*/
.journal-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.journal-buttons a {
  background: #181A6E;
  color: #fff !important;
  text-decoration: none;
  padding: 12px 18px;
  border-radius: 8px;
  transition: 0.3s;
  font-weight: 500;
}

.journal-buttons a:hover {
  background: #005f87;
}
body {
	background-color: #ddd;
	color: #000000;
	text-align:justify;
	font-family: Goudy Old Style;
    font-size: 17px;
}
.pkp_structure_head {
    background-color: white;
}
.pkp_structure_content {
        background: white;
    }
.pkp_site_nav_menu .pkp_nav_list {
    padding-left: 25px;
}
.pkp_navigation_user li {
        font-size: 16px;
}
.pkp_site_name .is_img img {
        background: #ddd;
    }
.pkp_head_wrapper {
        padding-top: 2.286rem;
    }
.pkp_brand_footer img {
    width:0px;
}
a:link {
	color: #000000;
}
td{
	width:50%;
}
a:active {
	color: #000000;
}
.pkp_navigation_search_wrapper a:hover {
        border-color: #ffffff0a;
		background:#ffffff0a;
}
.pkp_navigation_search_wrapper a{
	color:white;
}
.pkp_navigation_user a:hover {
        background: #181A6E;
    }
    .pkp_navigation_user a{
        background: #181A6E;
        color:white;
            border-bottom: 3px solid #f9f794;
    }
.pkp_nav_list ul a {
        color: white;
        background: #181A6E;
    }
.pkp_site_nav_menu {
        border-bottom: 3px solid #fbf594;
    }
a:hover {
	background: #ffffff;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #eeeeee;
}

input.defaultButton {
	background-color: #000000;
	color: #ffffff;
}

#header {
	background-color: #ffffff;
}

#headerTitle {
	color: #000000;
}

#header h1 {
	font-family: 'Arial Black', Monaco, Chicago;
}

#main {
	background-color: #ffffff;
}

#main h2 {
	font-family: 'Arial Black', Monaco, Chicago;
}

#main h3 {
	font-family: 'Arial Black', Monaco, Chicago;
}

#navbar {
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color: red;
}

#breadcrumb {
	padding-bottom: 10px;
	border-bottom: 1px dotted red;
}

#content {
	border-top: 0px dotted #000;
}

#content h3 {
	font-family: 'Arial Black', Monaco, Chicago;
}

#content h4 {
	font-family: 'Arial Black', Monaco, Chicago;
}

#navbar a {
	background-color: red;
	padding: 5px;
	color: white;	
}
.sticky-container{
		/*background-color: #333;*/
		padding: 0px;
		margin: 0px;
		position: fixed;
		right: -154px;
		top:130px;
		width: 200px;
		z-index:9999 !important;
}
.sticky li{
		list-style-type: none;
		background-color: #333;
		color: #efefef;
		height: 43px;
		padding: 0px;
		margin: 0px 0px 1px 0px;
		-webkit-transition:all 0.25s ease-in-out;
		-moz-transition:all 0.25s ease-in-out;
		-o-transition:all 0.25s ease-in-out;
		transition:all 0.25s ease-in-out;
		cursor: pointer;
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
                filter: gray; 
                -webkit-filter: grayscale(0%); 
}
.sticky li:hover{
		margin-left: -105px;
		/*-webkit-transform: translateX(-115px);
		-moz-transform: translateX(-115px);
		-o-transform: translateX(-115px);
		-ms-transform: translateX(-115px);
		transform:translateX(-115px);*/
		/*background-color: #8e44ad;*/
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
                -webkit-filter: grayscale(0%);
}
.sticky li img{
		float: left;
		margin: -5px -7px;
		margin-right: 10px;

}
.sticky li p{
		padding: 0px;
		margin: 0px;
		text-transform: uppercase;
		line-height: 43px;
}

.thumbnail:hover{
transform: scale(1.5);
}
.media-object:hover{
	  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.5);
}
.media-object {
    width: 214px;
    /*padding-top: 28px;*/
}

.cricle-main {
    position: relative;
    display: block;
    height: 300px;
    width: 280px;
    margin: -17px;
}
.cricle-outer {
    position: absolute;
    left: 0px;
    top: 0px;
    border: 15px solid #128cb8;
    height: 280px;
    width: 280px;
    border-radius: 100%;
}
.cricle-inner {
    position: absolute;
    left: 15px;
    top: 15px;
    border: 15px solid #004c8f;
    height: 250px;
    width: 250px;
    border-radius: 100%;
}
.circle-title {
    position: absolute;
    top: 38%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #31556C;
}
.circle-number {
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 60px;
    text-transform: uppercase;
    color: #31556C;
}
.impact-factor-wrap .year {
    position: absolute;
    left: 50%;
    bottom: -13%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #31556C;
}
.footer .container .row .col-md-4 img {    
    display: none;
}
#kelageline2 {
    border-bottom: 1px solid #27abd5 !important;
    width: 285px;
    position: relative;
    right: 21px;
    bottom: 119px;
}
@media (max-width: 400px) {
    #kelageline2 {
    right: -23px;
    bottom: 92px;
}
  }
.obj_article_summary .meta {
    font-size: 17px;
}
footer[role="contentinfo"] {
    background: url(footer_bg.jpg) repeat;
}
.journal_index {
    background: url(banner.jpg) top right no-repeat;
    background-size: 100% 100%;
    padding-top: 285px;
    margin-top: 10px;
    }
.journal_index .site_logo {
        margin-top: -256px;
}
.media-object:hover{
	  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.5);
}
.editorial_team_block .profile .name {
    color: #176b9f;
    font-size: 16px;
}
.editorial_team_block .profile .speciality {
    font-weight: bold;
}
.editorial_team_block .profile div {
    line-height: 1.5;
    /*text-align: left;*/
}
.editorial_team_block h1 {
    text-align: center !important;
    border-bottom: 0px !important;
}
.editorial_team_block img {
    width: 85px!important;
    height: 90px!important;
    padding: 5px;
    border: 1px solid #d6cfcf46;
    float: left;
    box-shadow: 10px 10px 5px -13px rgb(105 98 98 / 75%);
}
.about_journal {
    background: #04070ecf;
}
div.scrolling {    
    top: -18px;        
}
div.scrolling-limit{
  width: 100%;
  height: 93px;
  overflow:hidden;
  white-space:nowrap;
  color:#cdf109;
  
}

div.scrolling{
  position: relative;
  -webkit-animation: scroll 20s infinite linear;;
  -moz-animation: scroll 20s infinite linear;
  -o-animation: scroll 20s infinite linear;
  animation: scroll 14s infinite linear;
  top:0px;
  font-size:23px;
  font-weight:bold;
  font-style: italic;
}

@keyframes scroll{
    0%   {left: 500px;}
    100% {left: -345px;}
}
@-webkit-keyframes scroll{
    0%   {left: 500px;}
    100% {left: -345px;}
}
.about_journal {   
    display: none;
}
.panel-default > .panel-heading, .pkp_block .title {
    background: #181A6E;
    padding: 9px;
    text-align: center;
    color: white;
    border-radius: 5px 10px 1px 10px;
}
.pkp_navigation_primary>li>a, .pkp_navigation_primary>li>a:hover {
        color: white;
}
.user_navigation{
	background: #181A6E;
	}
    .pkp_block {
        padding: 1rem;
    }
.page_contact .address, .page_contact .phone, .page_contact .email {
    font-size: 17px;
}
li a:hover{
     background: #1dacd000;
}
#main-navigation > li a {
    color: black;
    font-weight: 520;
}	
.nav>li>a {
    font-weight: 900;
}	
.cmp_edit_link {
    font-size: 0px;
}
.pkp_structure_content {
        background: white;
    }
.pkp_site_nav_menu .pkp_nav_list {
    padding-left: 0px;
}
#copyright1 {
    /*width: 1000px;*/
    /*margin: auto;*/
    /*margin: -23px;*/
    color: white;
    text-align: center;
    /*line-height: 30px !important;*/
    clear: both;
    font-family: "Humnst777 BT";
    font-size: 14px;
}
.pkp_structure_footer_wrapper {
    background: none;
 border-top: 0px solid #ddd;
 border-bottom: none;
}
.pkp_brand_footer {
    padding: 0.143rem;
}
.footer-col a {
  /*color: rgba(0,0,0,0.75);*/
  color: white;
	text-decoration:none;
}
.footer-col a:hover{
	background: #f0f8ff00;
}
.footer-content-wrapper {
  width: 80%;
  margin: -1em auto;  
}

.footer-col {
  display: inline-block;
  padding: 0.5em 1.1em 0.5em 1em;
  box-sizing: border-box;
  /*border-right: solid 1px #bbb;*/
}
.footer-col:nth-child(4) {
  border: none;
}

.ta-l {
  text-align: left;
}
.flt {
  float: left;
}

.flt:nth-child(4):after {
   content: " "; 
   visibility: hidden; 
   display: block; 
   height: 1em; 
   clear: both;
}


.footer-col a {
  display: block;
  margin: 0.3em 0;
}

@media (max-width: 550px) {
  .small-50 {
    width: 50%;  
  }
  .footer-col:nth-child(2) {
    border: none;
  }
}

@media (max-width: 300px) {
  .tiny-100 {
    width: 100%;
  }
  .footer-col { 
    border: none;
  }
}

.pkp_structure_footer {
/*background: url(https://cprijournal.in/public/journals/1/footer_bg.jpg);*/
border-radius: 5px;
background: #bfc2c7;
}
.has_site_logo .pkp_head_wrapper {
    padding-right: 0em;
}
.pkp_footer_content {
    padding: 0rem;
}
.obj_issue_toc .sections:not(:first-child) {
    margin-top: 0rem;
}
.most_read, .most-viewed-title, .most-viewed-content, .most-viewed-author{
    	text-align:justify !important;
	font-family: 'FontAwesome' !important;
    font-size: 17px !important;
}
.pkp_structure_main h2{
    margin: 0.857rem 0 1.43rem;
}
.pkp_navigation_primary {
        max-width: 86%;
    }
/*.pkp_site_name_wrapper {
    background: url(/public/journals/1/bannermedical.png);
    background-size: 100% 100%;
    height: 149px;
}*/
.pkp_site_name .is_text {
    color: #181A6E;
}
.pkp_site_name .is_text:hover {
    background: #ffffff00 !important;
}
.pkp_page_index .homepage_image img {
    width: auto;
}
@media (max-width: 400px) {
   .pkp_site_name_wrapper {
    height: 2.857rem;
}
.pkp_site_nav_toggle>span {
    border-bottom: 3px solid #181a6e;
  }
  .pkp_site_nav_toggle>span:before, .pkp_site_nav_toggle>span:after {
    background: #181a6e;
}
.pkp_head_wrapper {
    padding-top: 1.286rem;
}
}
@media (max-width: 500px) {
   .pkp_site_name_wrapper {
    height: 2.857rem;
}
.pkp_site_nav_toggle>span {
    border-bottom: 3px solid #181a6e;
  }
  .pkp_site_nav_toggle>span:before, .pkp_site_nav_toggle>span:after {
    background: #181a6e;
}
.pkp_head_wrapper {
    padding-top: 1.286rem;
}
}
.pkp_site_name .is_text {
    font-size: 29px;
}
