/* Industry News Page */
.industrynewsdiv
{
  width:100%;
  margin-top:7px;
}
.newstitle
{
    width:100%;
    height:54px;
    font-size:18px
}

.alllistviewtitle
{
  width:100%;
    height:47px;
    font-size:18px
}

.alllistviewtitle .newsheadtitle 
{
  padding-top: 20px;
}

.newsheadtitle
{
    width:35%;
    padding-top:26px;
    height:19px;
    height:20px;
    padding-top:20px;
    padding-bottom:8px;
    /* letter-spacing: 0.5px; */
}
@media screen and (max-width: 1197px){
  .newsheadtitle
  {
    width: 17%!important;
  }
  .newsviewbydiv
  {
    width: 42%!important;
    padding-top: 15px!important;
  }
  .newsfilterby
  {
    width: 41%!important;
    padding-top: 13px!important;
  }
  .newscategoryselect
  {
    width: 48%!important;
    margin-right: 3%!important;
    padding-left:10px!important
  }
  .newsindustryselect
  {
    width: 48%!important;
    padding-left:10px!important
  }
}
.lastPaginationArrow .chevron-icon-pagination
{
   position:relative;
   top:2px;
   color:#A9A9A9;
   height:12px;
   margin-right: -8px
}
.newsviewbydiv
{
    width:32%;
    height:37px;
    font-size:13px;
    padding-top: 10px;
}
.newsviewby
{
  width:100%;
  background-color:#F4F4F4;
  border-radius:20px
}
.newsviewbycat
{
    width:48%;
    font-size:14px;
    border-radius:20px;
    cursor:pointer;
    position:relative;
    padding-top:4px;
    height:19px;
    margin-left:3%;
    padding-bottom:2px;
    margin-top:5px;
}
.mobnews
{
  width:82%;
  position:relative;
  height:20px
}
.fl
{
    display: flex;
}
.filterbycategory
{
  border:1px solid grey;
}

.newsfilterby
{
  width:34%;
  margin-left:2%;
  font-size:14px;
  color:#898A8A;
  padding-top:10px;
  height:37px
}

.newscategoryselect
{
  width:41%;
  height:27px;
  margin-right:6%;
  padding-top:8px;
  padding-left:14px;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #E4E4E4;
  background-color: #F4F5F7 !important;

}
.filterarrow
{
  left:9px;
  position:relative;
  top:2px
}
.newsindustryselect
{
  width:41%;
  height:27px;
  padding-top:8px;
  padding-left:14px;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #E4E4E4;
  background-color: #F4F5F7 !important;
}
.width100
{
  width:100%
}
.filterdropdown
{
  height:274px;
  margin-top:10px;
  overflow:auto;
  cursor:pointer;
}
.filterdropdownindustry
{
  height:274px;
  margin-top:10px;
  cursor:pointer;
}
/* .custom-checkbox {
  -webkit-appearance: none;
  appearance: none;
  background-color: #D9D9D9;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.10em;
  border: none;
  border-radius: 0.15em;
  top:1px;
  position: relative;
} */

.singlenewsfilter
{
   height: 15px;
   padding-left:10px;
   display: flex;
   align-items: center; 
   padding-top: 20px; 
   padding-bottom: 20px;
   position:relative;
   z-index:1;
   background-color:#F4F5F7;
}
.filtercheckbox
{
  margin-right: 8px;
  fill: #D8D8D8;
  border:1px solid grey
}
.newsgrid
{
  width:100%;
  height:auto;
  padding-top:18px
}
.gridview
{
  width:100%;
  float:left;
  position:relative
}

.dropdownouter {
 
  background-color: #F4F5F7;
  position: relative;
  z-index: 1;
  border: 1px solid #e4e4e4;
}

.dropdowninputdiv
{
   height: 15px;
   display: flex;
   align-items: center;
   padding-top: 20px;
   padding-bottom: 20px;
   position:relative;
   z-index:1;
   background-color:#F4F5F7;
   border-bottom: 1px solid rgb(228, 228, 228);
   cursor: pointer;
   padding-left: 45px;
}

@media screen and (max-width:990px) {
  .dropdowninputdiv{
    width:100%;
  }
  .related-articlediv
{
  min-height:570px !important;
}

}
.newsgridview
{
  width:31%;
  float:left;
  margin-right:2.3%;
  margin-bottom:6px;
}
.mobtechnewscontent
{
  width:100%;
  height:auto;
  border-bottom:1px solid #E4E4E4;
  padding-top:10px;
  padding-bottom: 20px;
}
.mobtech-newscontents
{
  width: 100%;
  height: auto;
  float: left;
  border-bottom: 1px solid #E4E4E4;
  padding-top: 20px;
  padding-bottom: 20px;
}

.related-articlediv
{
  min-height:550px;
  padding-top: 20px;
}
.mobtechnewsimg
{
    width:30%;
    height:84px;
    float:left;
    margin-right:4%;
    padding-top:8px;
    max-width: 172px;
}

.newscontentdiv
{
  font-size: 16px;
  line-height:1.11;
  font-family: 'DM-SANS-BOLD';
  /* letter-spacing:0.5px; */
  font-weight: bold;
  /* padding-top:18px; */
  /* display: -webkit-box;  */
  display: -moz-box;
  display: box; 
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden; 
  /* text-overflow: ellipsis;  */
  width: 100%;
  height:auto;
  color:black;
}
.newsimgdiv
{
  height:159px;
  position: relative
}
.newsimg
{
  /* height: 100%; */
  border-radius:10px;
  /* max-width: 242px; */
}
.newstagbottom
{
  /* position: relative; */
  bottom: 10px;
   font-size: 11px !important;
   border-radius: 15px;
   width:auto;
   padding: 2px 10px 5px 8px !important;
   background-color:white;
   height:13px;
   float: right;
}

.newsheading
{
  font-size: 16px;
  line-height:1.0;
  letter-spacing:0.7px;
  font-weight: bold;
  height:59px;
  padding-top:18px;
  display:box;
  overflow: hidden
}
.newscontent
{
  font-size: 14px;
  height:117px;
  display:box;
  overflow: hidden;
  color:rgb(140, 140, 140)
}
.heightauto
{
  height:auto;
}
.newslistview
{
  width:100%;
  margin-bottom:15px;
  display:flex;
  text-align:justify;
  height:158px;
}
.height100
{
  height:100%;
}
.newslisttagbottom
{
  position: relative;
  bottom: 32px; 
  left: 168px;
  font-size: 11px;
  border-radius: 15px;
  width:19.5%;
  padding: 2px 10px 5px 8px;
  background-color:white;
  height:13px
}
.newslisttitle
{
  margin:26px 0 2px 0;
  text-align:left;
  line-height:19px;
  width:93%;
  letter-spacing:0.4px
}
.newslistcontent
{
  letter-spacing:0.5px;
  width:90%;
  font-size:14px;
  line-height:20px;
  text-align:justify;
  padding-top:17px;
  color:#8C8C8C
}
.mobfilterarr
{
  left: 13px; 
  position: relative; 
  cursor: pointer
}
.mobnewssection
{
  height:1000px;
  width:99%;
  padding-left:1%;
  position:relative
}
.mobnewshead
{
  width:100%;
  height:40px;
  position:relative;
}
.mobnewstitle
{
  width:80%;
  position:relative;
  height:20px;
}
.mobfilter
{
  width:20%;
}
.mobcategory
{
  margin-right:4%;
  margin-top:8px;
  width:66%;
  font-weight:bold;
  height:96px;
  font-size:18px;
  line-height:1;
  float:left;
}
.mobnewsdropdown
{
  position: absolute;
  height:auto;
  left: 0; 
  width: 100%; 
  z-index: 1; 
  background-color: white;
  color:#666666
}
.mobnewsdropdowndiv
{
   padding: 10px;
   height:46px ;
   display:flex;
   text-align:center;
   font-size:13px;
   padding-left:3px;
   padding-top:16px;
}
.mobcatdropdown
{
  width:49%;
  border:1px solid #E4E4E4;
  height:16px;
  margin-right:2%;
  border-radius:5px;
  padding-top:15px;
  padding-bottom:15px;
  cursor:pointer
}
.mobindustrydropdown
{
  width:49%;
  border:1px solid #E4E4E4;
  height:16px;
  border-radius:5px;
  padding-top:15px;
  padding-bottom:15px;
  cursor:pointer
}
.mobshowdropdown
{
  height: 282px;
  position: relative;
  z-index: 1;
  border: 1px solid #E4E4E4;
  overflow-y: auto;
  margin-left: 1%; 
  scrollbar-width: thin;
  scrollbar-color: grey #f0f0f0;
  border-radius: 5px;
  background-color: #F4F5F7;
  width: 97%;
}

.mobformatdropdown
{
  height: fit-content !important; 
}
.newsoptions
{
   padding: 0 1rem;
}
.webnewsoptions
{
  width:96%;
  padding-left:2%;
}
.dropdowninputbox
{
  margin-right: 8px;
  background-color: #D9D9D9;
  border:none ;
  cursor:pointer;
}
.mobnewsoptionsdiv
{
  height: 15px; 
  display: flex; 
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E4E4E4 
}
.moboptioninput
{
   margin-right: 8px; 
   fill: #D8D8D8; 
   border: 1px solid grey
}
.mobfilterarr{
  margin-left:7px;
  position:relative;
  top:2px
}
.widthheight100
{
  width:100%;
 
}
/* .innergridview
{
  width:100%;
  float:left;
  position:relative
} */
.newscontentdesktop
{
  height:150px;
  /* overflow:hidden; */
  padding-top: 15px;
}
.keyinterviewdiv
{
  height: 150px !important;
}
.news_about
{
  font-size: 14px;
  color:#666666;
  overflow: hidden;
  line-height: 1.5;
  margin-top:6px;
  cursor: pointer;
  display:box;
  height:auto;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.searchnews_about
{
  font-size: 14px;
  color:#666666;
  line-height: 1.5;
  margin-top:6px;
  cursor: pointer;
  height:123px;
  margin-top:6px;
}
/* Pagination */
.pagination_list_container{margin:15px 0 15px;clear:both;display:block;padding:0}
.paginationdiv
{
  width:50%;
  margin:auto;
  height:27px
}
.pagination-arrow 
{
  cursor: pointer;
}

.pagination_list_container a,.pagination_list_container span{text-decoration:none;display:inline-block;padding:0;padding:4px 4px;padding-left:5px;font-weight:bold;font-size:14px;line-height:19px;text-transform:uppercase;text-align:center;float:left;padding-top: 8px;}

.pagination_list
{
  width:25%;
  margin:auto;
  height:27px
}
.pagearrow
{
  position:relative;
  top:2px;
  color:#A9A9A9;
  height:12px
}
.currentpage
{
  color:white;
  border-radius:15px;
  width:8%
}
.nextpages
{
  color:#A9A9A9;
}
.paginationdiv
{
height:41px;
margin:auto;
padding-top:14px;
/* padding-right:21%; */
}
@media screen and (width: 1024px) {
  .paginationdiv
  {
    width: 53%!important;
  }
}
/* Single News Page */
.layout{
  margin:0px auto;
  max-width:1414px;
  height:auto;
}

.header{
  width:100%;
  height:75px;
  background-color:#005897;
}

.main-content{
  max-width:1000px;
  height:auto;
  margin:15px auto;
}

.nav-bar{
  width:100%;
  height:215px;
  
}

.top-section{
  height:auto;
  width:100%;
  display:flex;
}

.right-ads{
  height:auto;
  margin-left:25px;
  display: block;
  }
  
.ads-one{
  height:197px;
  width:207px;
  margin-bottom:13px;
  background-color:red;
  border-radius:10px;
  
  }

  .ads-two{
    height:590px;
    width:207px;
    margin-bottom:13px;
    background-color:red;
    border-radius:10px;
    
    }

    .ads-three{
    height:755px;
    width:207px;
    margin-bottom:13px;
    background-color:#0A0041;
    border-radius:10px;
    }
  
    .ads-four{
     height:310px;
     width:207px;
     margin-bottom:13px;
     background-color:#0A0041;
     border-radius:10px;
    }

    .left-content{
      height:auto;
      width:100%;
      width:calc(100% - 45px);
      margin-right:0;   
      
    }

    .icons{
      height: auto;
      padding-left: 15px;
      padding-top: 21px;
      text-align: center;
      display: flex;
      flex-direction: column;
      box-sizing:border-box;
      
    }
    .icon_new
      {
        max-height: 160px;
      }


    .icons-mobile{
      display:none;
    }

    .header-text{
      justify-content: space-between;
      width:100%;
      height:40px;
      margin-top:20px;
      align-items: baseline;      
    }
.singlearticletabtag
{
  width:auto;
}
.mobsingleartimg
{
  height:86px;
  width:100%;
  border-radius:10px;
  /* object-fit: contain; */
}
.mobarticletag
{
  width:30%;
  height:20px;
  border-radius:15px;
  font-size:11px;
  top:-6px;
  padding-top:3px;
  text-align:center;
  position:relative
}
.mobarticletitle
{
  height:63px;
  line-height:1.2;
  font-size:17px
}
.cat-button{
  width: auto;
  height: 29px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 25px;
  float: right;
  display: grid;
  align-items: center;
  text-align: center;
  padding: 0px 10px;
    }

    .heading{
      font-size:22px;
      font-weight:bold;
      padding-right:20px;
      box-sizing:border-box;
      width:100%;
      line-height: 28px;
      /* letter-spacing:0.4px; */
    }

    .author{
      color:#147AA6;
      font-size:14px;
      font-weight:bold;
      margin-top:15px;
      line-height: 1.4;
    }
.author i{
  padding-left:3px;
}

.author a{
  /* padding-right:10px; */
  font-size:14px;
}

.top-content{
  height:auto;
  width:100%;
}

.bottom-content{
  height:auto;
  width:100%;
  display:flex;
}

.icon{
  width:280px;
  height:185px;
  border-radius:7px;
  /* object-fit: contain; */
}

.icon-two {
  width: 300px;
  height: 70%;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  /* object-fit: contain; */
}

.content{
  color:#666666; 
  font-size:14px;
  /* margin-top:25px; */
  width:100%;
  line-height:1.4;
}

strong
{
  color:black;
}

.img-text{
  color:#666666;
  font-size:14px;
  padding:0px 10px;
  margin-top:5px;
  line-height:1.3;
}


.img-div{
  height:fit-content;
  float:right;
  padding-left:15px;
  box-sizing: border-box;
}

.img-div-two {
  height: 300px;
  float: left;
  box-sizing: border-box;
  margin-top: 30px;
  background-color: #F4F5F7;
  margin-right: 40px;
  width: 300px;
  border-radius: 7px;
}

.banner-img{
     border-radius:7px;
     height:90px;
     width:100%;
     margin-top:25px;
}

.buttons{
  display:flex;
}

.category{
  width: 80px;
  height: 25px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 25px;
  display: grid;
  align-items: center;
  text-align: center;
  margin-top:20px;
  margin-right:10px;
  margin-bottom:15px;
}

.privacy, .privacy a{
  font-size:14px;
  color:#666;
  font-weight:lighter;
  padding-bottom:15px;
  letter-spacing:0.4px;
  
}
.textsize{
  font-size: 14px;
  color: #666;
}

.privacy-color
{
  color: #666 !important;
  text-decoration-color: #a3a3a3 !important;
}

.privacy a{
  cursor:pointer;
}

#plus-button,#minus-button{
  height:40px;
  width:40px;
  border-radius:25px;
  color:white;
  margin-bottom:15px;
  font-weight:bold;
  display: flex;
  align-items: center;
  text-align: center;
  /* font-size:25px; */
  justify-content: center;
  cursor:pointer;
}

.font{
  font-size:22px;
  font-weight:bold;
  margin-bottom:15px;
}

.contactsinglenews{
  height:150px;
  border-radius:5px;
  border:1px solid #E4E4E4;
  margin-top:10px;
  width:100%;
}
.borderbottomcolor
{
  border-bottom:1px solid #E4E4E4;
}

.techicons
{
  display: block;
}

@media (max-width: 940px) {
 
  .layout{
   
    width:100%;
    height:auto;
    margin:0px auto;
  
}

.nav-bar{
  width:100%;
  height:75px;
  }

.header{
  width:100%;
  height:75px;
  background-color:#005897;
  
}

.main-content{
width: calc(100% - 40px);
height:auto;
}

.top-section{
  height:auto;
  width:100%;
  }

  .right-ads {
    display: none; 
  }

  .left-content{
    height:auto;
    width:100%;
    margin-right:0;
    
  }

  .icons{
    display:none;
  }

  .icons-mobile{
      width:100%;
      display:flex;
      margin-bottom:20px;
      margin-top:18px;
      justify-content: space-between;
  }

  .contactsinglenews{
    height:50px;
    width:210px;
    margin-top:15px;
  }

  #plus-button,#minus-button,.font{
     height:35px;
     width:35px;
    
     
  }
 
  .font-size-button{
    display:flex;
    margin-top: 10px;
  }

  .img-div{
  
    /* height: auto; */
    padding-left: 0px;
    /* float: none; */
    /* margin: 0px auto; */
    width: 100%;
    margin-bottom: 10px;
    /* padding-right: 15px; */

    /* width: 339px; */
    /* margin-left: 26px;*/
    
  }

  .icon{
    width:100% !important;
    height:100% !important;
    float:none !important;
  }
  .img-div-two{
      height:350px;
      float: none;
      width: 100%;
      
      margin: 20px auto;
      padding-bottom: 15px;
  }
      

  .banner{
    display:none;
  }
  .bottom-content{
    display:block;
  }
  .icon-two{
    width:100%;
    height:80%;
  }

  .cat-button{
    float:none;
  }
  .nav-text{
    display:none;
  }
  .header-text{
    height:45px;
  }

  .main-section{
    border:none;
  }

  .icon_new
{
  max-height: none;
}

.fr-img-caption {
  max-width:100% !important;
}


.spinner
{
  top:30px;
  position: relative;
  margin-left:0% !important;
}


 
}
.mobnewsheader
{
    display: inline-block !important;
}
.mobfilteralign
{
    display: inline-flex;
    float: right;
}

.spinner
{
  top:30px;
  position: relative;
  margin-left:38%
}

h2{
  font-size: 17px;
  color: black;
}
#midarticlebannerimage {width:728px !important;height:90px !important;margin-bottom:13px;}
.single-techdetails{width:100%;padding-bottom:20px;display:table;line-height:20p;color:#666666}
.single-tech-p{font-size:14px;}
.single-tech-p>p{font-size:14px;}
.techdetails-content{width:68%;line-height:1.5;padding-bottom:30px;text-align:justify;float:left;margin-top:16px;padding-right:20px}
.techdetails-image{float:right;width:205px;margin-top:20px;text-align:center}
.symsize{font-size:20px;top:2px;position: relative;}
.techpaper-equal-height{line-height:8px!important;padding:7px 10px!important}
.prev-btn{padding-left:15px}
.common-btn{background:#f2f2f2;padding:6px 10px;color:#222;border:1px solid #f2f2f2;font-size:12px;line-height:15px;text-decoration:none;cursor:pointer;}
.common-btn:hover{background:#015198;border:1px solid #015198;color:#fff}
.prev-next_supplier{float:right;padding:7px 0;display:table}

.subscribe-txt{line-height:1.4em;font-weight:bold;font-size:16px;padding:5px 0}
.subscribe-div{font-size:16px;padding:15px 15px 15px 15px;overflow:hidden;margin-bottom:10px;}
#form-articlesubscribe{margin:0!important}
.subscribemail{width:530px;height:30px;border:0!important;padding-left:5px}
#subscribesubmit{height:30px;border:0!important;cursor:pointer;color:#FFF;padding:0 10px}
.pos-Rel{position: relative;}

@media (max-width: 940px) {
  .content img.fr-dii {
      width: 100% !important;
      height: 100% !important;
      float: none !important;
      margin: 5px 5px 5px 0 !important;
  }
}

.industrycategoryfullwidth
{
  width: 100% !important;
}
.industrycategoryfullwidthouter
{
  width: 22% !important;
}
.industrycategoryfullwidthtitle
{
  width: 57% !important;
}
.industrycategoryfullwidthinner
{
  width: 75% !important;
}
.categorydropdownonly
{
  width: 250px !important;
  margin-left: -91px !important;
}

@media screen and (max-width: 1300px) 
{
  .industrycategoryfullwidth
{
  width: 100% !important;
}
.industrycategoryfullwidthouter
{
  width: 34% !important;
}
.industrycategoryfullwidthtitle
{
  width: 25% !important;
}
.industrycategoryfullwidthinner
{
  width: 60% !important;
}
}

.divcontentalign
{
  padding-top: 0px !important;
  margin-top: 20px;
}

.key-takeaways-box {
  background-color: #F4F5F7 ; /* light gray like in screenshot */
  border: none;              /* no solid border */
  border-radius: 12px;        /* rounded edges */
  box-shadow: 0 4px 9px rgba(0, 0, 15, 0.3);/* soft drop shadow */
  margin: 20px 0;
  padding: 14px 18px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.key-takeaways-title {
  font-weight: bold;
  font-size: 14px;
  color: #5f5f5f;  /* medium gray */
  margin-bottom: 10px;
}

.key-takeaways-list {
  padding-left: 20px; /* aligns bullets */
  margin: 0;
}

.key-takeaways-list li {
  font-size: 14px;
  color: #666; /* dark gray for text */
  margin-bottom: 6px;
  line-height: 1.5;
}

@media (max-width: 410px) {
  .icons-mobile .contact {
    height: 45px !important;
    width: 44% !important;
  }

  .icons-mobile .shareicons-plugin {
    height: 25px !important;
    width: 25px !important;
  }

  .icons-mobile .mobrss_headericon {
    height: 35px !important;
  }

  #plus-button,
  #minus-button,
  .font {
    height: 30px;
    width: 30px;
  }

  .icons-mobile .prev-button-news {
    width: 30px !important;
    height: 30px !important;
  }

  .icons-mobile .mobile_share_icon_block {
    gap: 3px !important;
  }
}