<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
  font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #212121;
}
.padding_fclass{padding:  2em 0 0 0 !important;}
footer[role="contentinfo"]{margin-top: 2em !important;}
.footer1 a{font-size: 13px;}
.footer1 li:before{content: "\f0da"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: calc( var(--icon-space) * -1 );
  width: var(--icon-space); padding-right: 6px; color: #c9c9c9;}
.footer1 .title-widget::before{background-color: #cb2929 !important}
.footer1 .title-widget{color: #033c73;}
.journal_group .cards_information li .card_information:hover{border:1px solid #c13535;}
.journal_group .cards_information li .card_information img{border: 1px solid #8d8989;}
.jgroup .image-container {
  border-radius: 5px;
  /*box-shadow: 0 20px 40px -14px rgba(0,0,0,.25);*/
  margin: 4% 3% 8% 3%;
  padding: 4% 0;
  border:1px solid #000;
}
/*.jgroup .image-container:hover .btn-primary{background-color: red !important;}*/
.jgroup .image-container:hover{background-color: #e5e5e5 !important;}
.jgroup .image-container img{ margin: 4%; }
.jgroup .image-container h4{font-size: 14px !important; text-align: center; font-weight: bold; height: 20px; padding: 0 1%;}
h1.titleheading{font-size: 24px !important; /*font-family: sans-serif;*/}
.atoz_h1{padding:20px 10px 20px 20px; font-size: 24px;}

.page-header h1{border-bottom: 4px solid #C3C3C3; position: absolute; padding-bottom: 8px;}

.ptz_main_logo{
	padding-top:13px; padding-left:5px;
}
.jtop_menu{
	background-color:#b8bbc1;
}
.site-name a{
	color: #393939 !important; font-weight: 800;
}
.jtop_menu #navigationUser a{
	color:#000;
}
.journal_menu_second {
    /*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;*/
    font-size: 14px;
    background: #f2f2f2;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    line-height: 1.6180339888;
}
.journal_menu_second .navbar-nav&gt;li&gt;a{
	line-height:0px;
}
.journal_3_menu{
	background-color:#393939;
	padding: 4px 0;
}
.journal_3_menu form{
	 margin: 0px;
}
.journal_3_menu input[type="search"]{
	background-color: #FFF;
	width: 100%;
}
.journal_head form{
	width:100%;
}
.journal_head .form-group{
	width:45%;
}
.ptzus_eb img{border: 1px solid #a3a1a1;}

/*Front Jouranls page*/
.seven h3 {
  color: #c83243 !important;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  grid-gap: 20px;
  align-items: center;
}
.seven h3:before {
  content: " ";
  display: block;
  border-bottom: 1px solid #999999;
  border-top: 1px solid #999999;
  height: 5px;
  background-color: #f8f8f8;
}
.seven h3:after{
  content: " ";
  display: block;
  border-bottom: 1px solid #999999;
  border-top: 1px solid #999999;
  height: 5px;
  background-color: #f8f8f8;
}
.flip-card {
  background-color: transparent;
}
.flip-card-back:hover{
	opacity: 1;
}
.flip-card-front {
  background-color: #bbb;
  color: black;
  background-image: url();
  height: 300px;
  border-radius: 4px;
  overflow: hidden;
}
.flip-front-image{
  position: relative;
  height: 300px;
  width: 260px;
}
.flip-card-back {
  background-color: #fff !important;
  color: #333 !important;
  position: absolute;
  top: 0;
  padding: 15px;
  border: 1px solid #ccc;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s;
  border-radius: 4px;
  overflow: hidden;
}
.image-text {
  position: absolute;
  left: 0;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  padding: 10px;
}
.oa_author_ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.oa_author_ul li {
  background-image: url(../../../../images/bullot.png);
  background-repeat: no-repeat;
  background-position: 0;
  list-style-type: none;
  padding-left: 26px;
  margin: 0 20px;
}
.oa_author_ul li a {
  text-decoration: none;
  color: #0467c8;
}
.oa_author_ul li a:hover{
  color: #333;
}
.flip-card-back-heading{
  color: #333;
  font-weight: bold;
}
.flip-card-back-heading:hover{
  color: #0e7ec0;
  text-decoration: none;
}

.scope-keywords{
  columns: 3;
}
.scope-keywords li{
display: flex;
align-items: baseline;
margin-top: 10px;
color: #333;
}
.scope-keywords li i{
margin-right: 4px;
font-size: 14px;
padding-bottom: 3px;
}
.scope-keywords li:first-child{
  margin-top: 0;
}

@media (max-width:550px){
.scope-keywords{
    columns: 2;
}
}
.scope-keywords li:before {
  content: "\f061";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: calc( var(--icon-space) * -1 );
  width: var(--icon-space);
  padding-right: 6px;
  color: #444;
}

/*Design Start - 2024-03-15*/
.seven h3 {
  color: #c83243 !important;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  grid-gap: 20px;
  align-items: center;
}
.seven h3:before {
  content: " ";
  display: block;
  border-bottom: 1px solid #999999;
  border-top: 1px solid #999999;
  height: 5px;
  background-color: #f8f8f8;
}
.seven h3:after{
  content: " ";
  display: block;
  border-bottom: 1px solid #999999;
  border-top: 1px solid #999999;
  height: 5px;
  background-color: #f8f8f8;
}
.flip-card {
  background-color: transparent;
}
.flip-card-back:hover{
	opacity: 1;
}
.flip-card-front {
  background-color: #bbb;
  color: black;
  background-image: url();
  height: 300px;
  border-radius: 4px;
  overflow: hidden;
}
.flip-front-image{
  position: relative;
  height: 300px;
  width: 260px;
}
.flip-card-back {
  background-color: #fff !important;
  color: #333 !important;
  position: absolute;
  top: 0;
  padding: 15px;
  border: 1px solid #ccc;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s;
  border-radius: 4px;
  overflow: hidden;
}
.image-text {
  position: absolute;
  left: 0;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  padding: 10px;
}
.oa_author_ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.oa_author_ul li {
  background-image: url('');
  background-repeat: no-repeat;
  background-position: 0;
  list-style-type: none;
  padding-left: 26px;
  margin: 0 20px;
}
.oa_author_ul li a {
  text-decoration: none;
  color: #0467c8;
}
.oa_author_ul li a:hover{
  color: #333;
}
.flip-card-back-heading{
  color: #333;
  font-weight: bold;
}
.flip-card-back-heading:hover{
  color: #0e7ec0;
  text-decoration: none;
}

.home-page-banner{
  background: url(https://www.peertechzpublications.org/assets/images/library-bg-header-original-2.jpg) no-repeat center center;
  background-size: cover;
  padding: 20px;
}
.ptz-top-main-heading{
  font-weight: bold;
  color: #fff;
  line-height: 1.6;
  text-shadow: 1px 2px 2px #333;
}
.fs-30{
  font-size: 30px;
}
.fs-18{
  font-size: 18px;
}
.ptz-top-sub-heading{
  font-size: 18px;
  color: #fff;
  line-height: 1.6;
  text-shadow: 1px 2px 2px #333;
}


.title-widget{
  font-size: 14px !important;
  color: #fff !important;
  padding-left: 20px !important;
  margin: 0 0 20px !important;
}

.title-widget:before{
  height: 16px !important;
  top: 0 !important;
  width: 4px;
}
.home-banner-btn{
  padding: 8px 20px;
  background-color: #123d80;
  color: #fff !important;
  border-radius: 4px;
}
.padding_fclass{
  background-color: #333 !important;
}
.list-unstyled li a{
  color: #999;
}
.list-unstyled li a:hover{
  color: #fff;
}
.social-icons a{
  color: #fff !important;
}
.list-posts &gt; li {
  list-style: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px #ccc solid;
  overflow: hidden;
}

.articles-list-post .post-content {
  width: 100%;
}
.article-title {
  font-size: 16px !important;
  line-height: 1.4em !important;
  margin: 6px 0;
  overflow: hidden;
  font-weight: bold;
}
.post-content h2 a {
  display: inline-block;
  text-decoration: none;
  color: #142048 !important;
}
ul.post-tags li {
  display: inline-block;
  color: #333;
  font-size: 14px;
}
ul.post-tags li a{
  color: #123d80;
  font-weight: 600;
}
.latest_article_authors{
  color: #333;
  font-size: 13px;
  padding: 4px 0 0 0;
}
.post-tags li:last-child {
  margin-right: 0;
}

.article-buttons-last li:not(:last-child):after{
  content: '|';
  padding-left: 4px;
}

/* .reg-form {
  padding: 0 20px 20px 20px;
  text-align: center;
  border-radius: 3px;
  background-color: #934750;
  max-width: 300px;
  margin: 0 auto 30px;
  opacity: 0.65;
}
.reg-form h4 {
  color: #fff;
  font-weight: bold;
  margin: 0.5rem;
  padding: 0.75rem;
}
.form-wrapper a {
  padding: 10px 20px;
  background: #333;
  display: block;
  text-align: left;
  color: #fff;
  margin-bottom: 2%;
}
.form-wrapper a:hover{
  background: #eee;
  color: #000;
  font-weight: bold;
}*/
.pz-banner-btn .btn {
  padding: 10px 30px;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 27px;
  font-weight: 400;
}
.group-btn {
  color: #fff;
  background-color: #3575B9;
  border-color: #3575d3;
}
.reg-form {
  padding: 0 20px 20px 20px;
  text-align: center;
  border-radius: 3px;
  background-color: #FFF;
  max-width: 300px;
  margin: 0 auto 30px;
  opacity: 0.8;
}
.reg-form h4 {
  font-size: 18px;
  color: #cf2f41;
  font-weight: bold;
  margin: 0.5rem;
  padding: 1.05rem;
}
.form-wrapper a {
  font-size: 14px !important;
  padding: 5px 10px;
  background: #eee;
  display: block;
  text-align: left;
  color: #333;
  margin-bottom: 2%;
  border-radius: 5px;
  opacity: 1;
}
.form-wrapper a:hover {
  background: #e86c60;
  color: #fff;
  font-weight: bold;
}
.mr-0{
  margin-right: 0 !important;
}
.pdr-3{
  padding-right: 3%;
}
.mt-0{
  margin-top: 0 !important;
}
.pdl-3{
  padding-left: 3%;
}
.home-demo{
  border: 1px solid #ddd;
  padding: 15px;
  background-color: #e2f0f7;
}
.home-demo .item {
  background: #fff;
  text-align: center;
  padding: 2.5rem 0;
  border: 1px solid #bfddee;
  border-radius: 5px;
}
.home-demo h2 {
  color: #dd6b7b;
  margin: 0;
  font-weight: bold;
  font-size: 22px;
}
.home-demo p{
  color: #333;
  margin: 0;
  font-size: 14px !important;
  font-weight: bold;
}

.owl-nav,
.owl-dots{
  display: none;
}
.carousel-icons{
  font-size: 30px;
  color: #dd6b7b;
}
.ptz-carousel-card:hover .item{
  background: linear-gradient(to bottom right, #e51c23, #333);
  opacity: 0.7;
}
.ptz-carousel-card:hover .item h2,
.ptz-carousel-card:hover .item p,
.ptz-carousel-card:hover .carousel-icons {
  color: #fff;
}

.mt-4{
  margin-top: 4rem;
}

ul{
  padding-left: 0;
}
.ptz-articles-open{
  color: #da394a;
  font-size: 13px;
  font-weight: 600;
}
.ptz-more-articles-link{
  color: #123d80 !important;
  float: right;
  font-size: 13px;
  font-weight: 600;
}
.ptz-policies-guidelines-card{
  background-color: #f5f5f5;
  box-shadow: 0 0.2rem 0.8rem rgba(0,0,0,.2);
  padding: 2rem 1rem;
  margin-top: 30px;
}
.policies-inline{
  display: inline-block;
}
.boxcount{
  padding: 0.8rem;
}
.boxcount i{
  color: #dd6b7b;
}
.poloccy-heading {
  font-size: 14px;
  line-height: 22px;
}
.ptz-policies-card-btns{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.policies-card-btn {
  font-size: 14px;
  padding: 10px 20px;
  background-color: #123d80;
  color: #fff !important;
  border: 1px solid #123d80;
}
.card-snd-btn{
  color: #123d80 !important;
  background-color: transparent;
}
.policies-card-btn:hover{
  color: #fff !important;
  background-color: #999;
  border: 1px solid #999;
}
.journal-carousel-content{
  background-color: #ccc;
}
.journals-card{
  border: none;
  background-color: transparent;
}
#footermt-0{
  margin-top: 0 !important;
}

.editor-members-content{
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 20px 0;
}
.editor-members-card{
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #f5f5f5;
}
.editor-members-card:hover{
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2);
}
.topic-page-editor-card {
  height: auto;
  text-align: center;
  border-radius: 1rem;
  margin: 20px 10px 20px 10px;
}
.topic-page-editor-card-image {
  display: inline-block !important;
  width: 70px !important;
  background-size: cover;
  border-radius: 50%;
}
.mt-2 {
  margin-top: .5rem!important;
}
.editor-members-name{
  color: #142048;
  font-weight: bold;
}
.editor-member-para {
  color: #333 !important;
  font-size: 12px !important;
  margin-bottom: 0;
  line-height: 2.1rem !important;
  font-weight: 600;
}

@media (max-width:1024px){
  .ptz-top-banner-content{
    margin-bottom: 2rem;
  }
}
@media (max-width:768px){
  .editor-members-card{
    margin-bottom: 1.5rem;
  }
}

.editor-member-top-part{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}

.right-side-move{
  float: right;
}

/*nav ul li a{
  padding: 14px 12px !important;
}*/

.ptz_main_logo {
  padding-top: 14px !important;
  padding-left: 5px;
}
@media (max-width:576px){
  .ptz_main_logo {
    padding-top: 24px !important;
  }
}


/* conference list &amp; grid design */

.tab-titles {
	display: flex;
  justify-content: end;
	margin: 20px 0;
  padding-bottom: 15px;
	list-style: none;
  border-bottom: 1px solid #e1e1e1;
}
.tab-titles li{
	list-style-type: none;
}
.tab-links {
	margin-right: 20px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	position: relative;
}
.tab-links:last-child{
	border-bottom: 0;
}
.tab-links::after {
	content: "";
	width: 0;
	height: 3px;
	background-color: #ff004f;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: 0.5s;
}
.tab-links.active-link::after {
	width: 100%;
}
.tab-contents {
	display: none;
}
.tab-contents.active-tab {
	display: block;
}
.conference-list-type{
  display: block;
}
.w-100{
  width: 100%;
}
.search-bar-conference{
  padding: 6px 12px;
}
.post-title2{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.journal-name{
  margin-top: 0;
}
.post-title2 h2 a {
  color: #333;
  font-size: 18px;
  font-weight: 800;
  line-height: 20px;
}
.post-title2 h2 a:hover{
  color: red;
}
.conference-grid-image{
  width: 100%;
  height: 300px;
}
.post-gallery{
  position: relative;
  text-align: center;
}
.journal-box {
  position: relative;
  padding: 20px 20px 0 20px;
}
.journal-box:hover {
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%), 0 2px 5px 0 transparent;
  transition: box-shadow .25s ease;
  z-index: 2;
  border-radius: 2px;
}
.conference-image-text {
  position: absolute;
  left: 0;
  bottom: 0%;
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  padding: 10px;
}
.conference-page-submit{
  padding: 8px 20px;
  background-color: #67bd6a;
  color: #fff !important;
  border-radius: 4px;
}
.my-3{
  margin: 1.5rem 0;
}
.py-3{
  padding: 1.5rem 0;
}
.pt-5{
  padding-top: 3rem;
}
ul.post-tags li {
  display: inline-block;
  margin-right: 7px;
  color: #333;
  font-size: 11px;
  padding: 12px 0 0 0;
}
.input-box {
  position: relative;
  height: 55px;
  width: 80%;
  background: #fff;
  margin: 0 20px;
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.input-box input {
  height: 100%;
  width: 100%;
  outline: none;
  font-size: 18px;
  font-weight: 400;
  border: none;
  padding: 0 155px 0 55px;
  background-color: transparent;
}
.input-box .button {
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  border: none;
  padding: 8px 24px;
  border-radius: 6px;
  background-color: #07b5e7;
  cursor: pointer;
}
@media screen and (max-width:500px) {
  .input-box {
    height: 66px;
    margin: 0 8px;
  }
  .input-box input {
    padding: 0 112px 0 50px;
  }
  .input-box .button {
    right: 12px;
    font-size: 14px;
    padding: 8px 18px;
}
}

/* contact-us page design */

.two h2 {
  text-transform: uppercase;
  position: relative;
  margin: 30px 0;
  letter-spacing: 1px;
}
.two h2:before {
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 60px;
  height: 3px;
  content: "";
  background-color: #c50000;
}
.contact-page-list li{
  display: flex;
}
.fix-menu-bar-angle {
  padding-right: 10px;
}
.fix-menu-bar-angle i {
  color: #333;
  display: inline-block;
  vertical-align: middle;
  text-align: inherit;
  margin-left: 24px;
  transition: .4s;
}
.fs-4{
  font-size: 18px;
}
.contact-page-order-list li{
  list-style-type: decimal;
}
.contact-link-card{
  padding: 20px;
  box-shadow: 0 0.2rem 0.8rem rgba(0,0,0,.2);;
}

.contact-link-card ul li{
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.contact-link-card ul li:last-child {
  border-bottom: none;
}
.contact-link-card ul li a{
  color: #033c73 !important;
}

/* journal-grp-page */

.journal-group-page{
  padding: 40px 0;
}
.scope-keywords{
    columns: 3;
}
.scope-keywords li{
  display: flex;
  align-items: center;
  margin-top: 10px;
  color: #333;
}
.scope-keywords li:first-child{
    margin-top: 0;
}
.scope-keywords li:before {
  content: "\f061";
  font-family: FontAwesome;
  margin-right: 5px;
}
@media (max-width:550px){
  .scope-keywords{
      columns: 2;
  }
}

/* left-button popup */
.helpbtn {
  color: white !important;
  text-decoration: none;
  position: fixed;
  background: #3987bf;
  cursor: pointer;
  top: 40%;
  left: -10px;
  border-radius: 5px;
  font-size: 14px;
  padding: 8px 14px !important;
  transition: left 0.5s ease-in-out;
  transform: rotate(270deg);
}
.help-buttoncard {
  position: fixed;
  background: #fff;
  border: 2px solid #314e6b;
  width: 400px;
  top: 30%;
  left: -415px;
  transition: left 0.5s ease-in-out;
  border-radius: 5px;
  padding: 20px;
  margin: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.help-card-text{
  font-size: 14px;
  margin-bottom: 5px;
}
.new-query-btn{
  font-size: 14px;
  color: #fff;
  background-color: #49c3a1;
  border: none;
  border-radius: 5px;
  padding: 3px 8px;
}
.track-query-btn{
  font-size: 14px;
  color: #fff;
  background-color: #e98c8c;
  border: none;
  border-radius: 5px;
  padding: 3px 8px;
}
.top-padding{
  padding-top: 20px; 
}
.offset-md-1{margin-left: 4.33% !important}
.ptz_banner{display:flex; align-items:center;}

.pz-grey{
	font-size:13px;
	font-family:Roboto;
	text-align:left;
}

h5{  font-weight: 800;
    padding-bottom: 8px;
    font-family: Roboto;
    border-bottom: 1px solid #000;}
.thumbnail {border: 1px solid #355878;}
.float-right{float: right;}
.pz-journal-btns{text-align: left;padding:0 6px;}
.issn_display{padding: 6px;}
.btn-primary{line-height:1.5}
.jumbotron p{font-size: 14px;}
.navbar-brand{height: auto !important;}

/*Sandeep*/
 .editor-container {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
.editor{
    display: flex;
    flex-direction: column;
    flex: 1 0 20%;
    height: fit-content;
    background-color: #fff;
    border: 1px solid #cf2f41;
    color: #000;
    padding: 15px;
    margin: 10px 20px;
    border-radius: 5px;
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}
/*.editor .editor_position{
  font-size: 12px;
  position: relative;
  background-color: #cf2f41;
  padding: 3px 5px 3px 5px;
  color: #fff;
  margin-left: -15px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}*/
.editor .e_img{
  text-align: center;
}
.editor img{
  text-align: center;
  display: inline-flex;
  height: 100px;
  width: 100px;
  border: 1px solid #ccc;
  padding: 2px;
  border-radius: 5px;
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}
.editor .card-title{
  margin-top: 5px;
  color: #cf2f41;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
.editor .card-text{
  text-align: left;
  font-size: 14px;
}
.editor .e_buttons,
.editor .e_buttons .phone,
.editor .e_buttons .email{
  padding: 0;
  margin: 0;
  text-align: center;
}
.editor .e_buttons .email:before {
  content: "\f0e0";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: calc( var(--icon-space) * -1 );
  width: var(--icon-space);
  padding-right: 6px;
  color: #b8bbc1;
}
.editor .e_buttons .phone:before {
  content: "\f095";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: calc( var(--icon-space) * -1 );
  width: var(--icon-space);
  padding-right: 6px;
  color: #b8bbc1;
}
.editor .card-text:before {
  content: "\f19c";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: calc( var(--icon-space) * -1 );
  width: var(--icon-space);
  padding-right: 6px;
  color: #b8bbc1;
}
.pt-30{padding-top: 30px;}
/*Design End*/

/*28-05-2025*/
.card-additionalcontent {
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.20);
}
.box1 {
  width: 30%;
  display: flex;
  align-items: center;
}
.box1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box2 {
  width: 70%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}
.banner-content {
  padding: 20px;
  position: relative;
  z-index: 2;
}
.editor-choice-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #033c73;
  border-bottom: 2px solid #6CB227;
  display: inline-block;
  padding-bottom: 5px;
}
.banner-content h4 {
  font-size: 17px;
  margin: 10px 0 5px;
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.2;
  max-height: 2.4em;
}
.author-name {
  font-style: italic;
  color: #444;
  margin-bottom: 10px;
}
.download-count {
  position: absolute;
  top: 0;
  right: 0px;
  background: #444;
  color: #fff;
  font-size: 14px;
  border-radius: 0;
  width: 100px;
  text-align: center;
  padding: 5px 0px 5px 0px;
  z-index: 3;
}
.banner-content .read-more {
  font-size: 16px;
  color: #033c73;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s ease;
  font-weight: bold;
  margin-top: 10px;
  position: relative;
  z-index: 3;
}
.banner-content .read-more:hover {
  color: #6CB227;
}
.btns-section{
  margin: 20px 0;
}
.crnt-iss-btn{
  color: #fff !important;
  background-color: #000;
  padding: 6px 14px;
  border: none;
  border-radius: 4px;
  margin: 4px;
}

@media screen and (max-width: 425px){
  .card-additionalcontent{
      display: block;
  }
  .box1{
      width: 100%;
  }
  .box2{
      width: 100%;
  }
}
</pre></body></html>