.cl{
    clear: both;
}
.publications__list{
    clear: both;
	width: 100%;
	margin: auto;
	/*box-shadow: 0px 3px 2px 1px rgba(48, 33, 107, 0.3);*/

}
.publication__details_wrapper.head {
    background: #5f6769;
    color: white;
    font-weight: 600;
    text-align: left;
    border-radius: 2px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.publication__details_wrapper{
     
    display: flex;
    /*border-bottom: 2px solid #123c69;
    border-left: 2px solid #123c69;
    border-right: 2px solid #123c69;
    border: none;*/
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-top: 12px;
    transition: transform 0.3s ease-in-out;
    border-radius: 2px;
    
}
.publication__details_wrapper:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transform: scale(1.01);
}
.publication__sno{
    width: 10%;
    border-right: 1px solid #123c69;
    padding: 1rem;
    border: none;
	text-align: center;
}
.publication__req_id{
    width: 40%;
    border-right: 1px solid #123c69;
    padding: 1rem;
    border: none;
	text-align: center;
}

@media screen and (min-width:992px)  {
    .publication__req_id{
        width: 15%;
    }
}
.publication__details{
    width: 42%;
    border-right: 1px solid #123c69;
    padding: 1rem;
	border: none;
}

.publication__req_link{
    width: 54%;
    border-right: 1px solid #123c69;
    padding: 1rem;
	border: none;
}
@media screen and (min-width:992px)  {
    .publication__req_link{
        width: 62%;
    }
}
.publication__details h4{
    margin: 0;
}
.publication__pageno-wrapper{
    width: 14%;
    padding: 1rem;
    text-align: center; 
}
.publication__download-wrapper{
    width: 28%;
    padding: 1rem;
    text-align: center;
}
.publication__pagenumber{
    width: 100%;
    margin:auto;
}
.publication__download{
    width: 28%;
    
    margin:auto;
    text-align: center;
    
}
.publication__download img {
    width: 35px; 
}

 

/* general styles */
.mt-10{
    margin-top: 0.4rem;
}
.mt-20{
    margin-top: 20px;
}
.mt-16{
    margin-top: 16px;
}
.logo-title__first{
	font-size: 26px;
	font-weight: bold;
	color: #f3515e;
}
.logo-title__second{
	padding-left: 4px;
	font-size: 26px;
	font-weight: bold;
	color: #ae445a;
}
 .header__logo{
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}
.headerinnerwrap .home-link{
	margin: 0;
}

#navbar #site-navigation{
	float: none;
	min-height: auto;
}
.top-menu__wrapper {
	background: #375E97;
}
div .header-title{
    background: #f0f0f0;
    height: auto;	
    max-width: 1264px;
    margin: auto;
    border-radius: 2px;
}
@media (min-width: 1070px){
    div .header-title{
         margin: 24px auto 0;
    }
}
div .header-title h1{
	color: #123c69;
    line-height: initial;
    padding: 26px 0 0;
    float: none;
	
}
nav .top-menu-wrapper{
    display:flex;
    list-style: none;
	margin:0;
}

.top-menu-wrapper li {
    padding: 8px 8px;
}
.top-menu-wrapper li a{
    padding: 12px 24px;
	color: white;
    font-size: 16px;
    border-radius: 0px;
    letter-spacing: 1.5px;
}
.top-menu-wrapper li a:hover{
    background: #c54774;
    color: white;
    
}
.top-menu-wrapper li.current-menu-item a{ 
    background: #c54774;
   
}
.top-menu-wrapper li.current-menu-item{
    font-weight: bolder;
     
}
header a.logo-text{
	text-decoration: none;
}
header.site-header .home-link img{
	max-height: 130px;
	max-width: 280px;
}
header.site-header {
	box-shadow: 0 3px 10px 5px rgba(146, 121, 121, 0.2);
}
.footer__clients-slider{
	padding: 20px 0;
}
.footer__clients-slider .wpls-fix-box img{
width: 240px;
	height: 130px;
}

.publication__download-button{
	padding: 0.8rem 1.2rem;
	background: #f3515e;
}

.site-content .entry-thumbnail img{
	width: 100%;
	max-height: 250px;
}
footer.site-footer, footer .copyright, footer.site-footer .credit-info a{
    background-color: #375E97;
    font-weight: bold;
    color: white;
    letter-spacing: 2px;
}
.site-header.fixeddiv .home-link span{
    padding-top: 0px;
}
/*  
body {
  cursor: url('../../uploads/2020/07/hand.png');
}

 
body {
  cursor: url('../../uploads/2020/07/hand.png'),
  url('../../uploads/2020/07/hand.png');
}

 body {
  cursor: url('../../uploads/2020/07/hand.png') 10 12;
}

 body {
  cursor: url('../../uploads/2020/07/hand.png'),
  move;
}*/




.logo-text {
     
    color: #fff;
      
    font-size: 1.6rem;
	font-weight: bold;
    font-family: "Josefin Sans", sans-serif;
    background: linear-gradient(to right,#c54774 20%, #557251 40%, #375E97 60%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 6.5s linear infinite;
    display: inline-block;
  }
  @media (min-width: 700px) and (max-width: 1024px){
    .logo-text { 
        font-size: 20px;
    }
   
  }
  @keyframes textclip {
    to {
      background-position: 200% center;
    }
  }
  header.site-header .home-link img{
    width: 100%;  
}

  #main.site-main{
      position: static;
      background-color: #f0f0f0;
      padding-top: 12px;
	  min-height: 100vh;
  }

 div.topsearch{
      padding-right: 24px;
      padding-top: 42px;
	  display: none;
  }

  .site-header .home-link span{
      max-width: 150px; 
  }

  .publication__download-button-label{
      padding-left: 4px;
  }

  .site-header .home-link span{
    padding-top:0;
  }
  .site-header .home-link span img{
    padding:16px 10px;
  }

  .site-header.fixeddiv .home-link img{
    padding:2px ;
  }

  .site-header.fixeddiv .home-link {
    padding:0px 12px ;
  }

  .accordion button.accordion-button:hover ,  .accordion button.accordion-button:active,  .accordion button.accordion-button:focus {
    background-color: #e7f1ff;
    border: 0;
  }

  body a {
    text-decoration: none;
  }

  div.wp-block-button a{
    color: rgb(247, 243, 243);
  }
  nav.main-navigation{
    margin:0;
  }
  div.block-banner-top{
    margin-top: 12px;
  }

  div.publication_title--mobile, .publication_status--mobile{
display: block;
  }
  .publication_title, .publication__download-wrapper{
    display: none;
  }

@media screen and (min-width:992px)  {
    div.publication_title--mobile, .publication_status--mobile{
        display: none;
    }
    .publication_title, .publication__download-wrapper{
        display: block;
      }
}


.patent-request-form-wrapper{
    width: 100%;
    
}
@media screen and (min-width:992px)  {
    .patent-request-form-wrapper{
        width: 60%;
         
    }
}
.patent-request-form-wrapper .jet-form-builder-row{
    margin-top: 16px;
}
div.wp-block-button.clr-white   .wp-block-button__link{
    color: white;
}
.top-menu__wrapper .navbar {
    padding: 0;
}
.patent-list__id{
	padding-top: 8px;
}
.header__search-wrapper{
	width: 100%;
}
@media screen and (min-width:992px)  {
.header__search-wrapper{
	width: auto;
}
}

.patent-sub-cat-list{
	list-style: none;
	padding: 0;
	margin: 0;
}
.patent-sub-cat-list li{
	list-style: none;
    border: 1px solid lightblue;
    padding: 8px 12px;
    margin-bottom: 8px;
}


  .primary-menu ul li {
    padding: 0px;   
    display: flex;
    align-items: center;
}

  .primary-menu ul li.nav-item a.nav-link{
     
    font-weight: bold;
    text-decoration: none;
    padding: 12px 24px;
    color: white;
    font-size: 16px;
    border-radius: 0px;
    letter-spacing: 1.5px;

  }

  .primary-menu ul li a:hover, .primary-menu ul li a:focus, .primary-menu ul li a.active-menu {
    background: #c54774;
    color: white;

  }

/*  .primary-menu li + li::before {*/
/*    content: ' ';*/
/*    white-space: nowrap;*/
/*    background: #60b2ff;*/
/*    width: 2px;*/
/*    height: 14px;*/
/*}*/

 