.breadcrumb{display:none;}
li.all_products_lists {
    position: relative;
      margin: 15px 0px;
}
li .all_prod_over {
      position: relative;
    background: #fff;
    padding: 30px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px #dfdfdf;
    -moz-box-shadow: 0 0 10px #dfdfdf;
    -o-box-shadow: 0 0 10px #dfdfdf;
    box-shadow: 0 0 10px #dfdfdf;
    cursor: pointer;
    height: 400px;
  transition: background 0.3s ease;
}
.all_prod_over h3 {
    line-height: 1.4;
    overflow: hidden;
    font-size: 1.3em;
    font-family: 'Zoho_Puvi_Bold';
      padding-bottom: 7px;
}
.all_prod_over span {
      font-size: 0.8em;
    color: #5e63f1;
    margin: 10px 0;
}
p.allprod_description {
      font-size: 0.8em;
    min-height: 90px;
    height: auto;
    overflow: hidden;
    margin: 0;
    line-height: 1.5;
  opacity: 0;
  visibility: hidden;
}
.all_prod_30daytrail {
      position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 30px 0;
    text-align: center;
    background: transparent;
    opacity: 0;
     visibility: hidden; 
      text-align: left;
    padding-left: 30px;
}
.all_prod_30daytrail a:hover{color:#ecaf2b !important;}
.all_prod_30daytrail a{
      display: inline-block;
    border: 1px solid #ecaf2b;
    padding: 12px 0;
    width: 70%;
    border-radius: 3px;
    color: #ecaf2b;
  text-align: center;
}
.cate-group {
  padding: 0;
}
li .all_prod_over:hover .all_prod_30daytrail {
      opacity: 1;
    visibility: visible;
}
li .all_prod_over:hover .prod-ico {
  display: none;
}
li .all_prod_over:hover .me_product_listsss p.firstpara {
  display: none;
}
li .all_prod_over:hover p.allprod_description{
      opacity: 1;
    visibility: visible;
  color: #fff;
}
li .all_prod_over:hover {
      background: #142257;
}
li .all_prod_over:hover h3{
  color: #ecaf2b;
}

ul.product_list {
  margin-top: 25px;
}
.sub-title {
      font-size: 1.4em;
    font-weight: 400;
    position: relative;
}
.section-descr {
  padding-bottom: 20px;
  position: relative;
}
.hedtitle-di {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 20px;
}
.hedtitle-di:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 1px;
    background: #000;
    left: -50px;
    bottom: 23px;
}
.product-icons {
  display: inline-block;
  width: 50px;
  height: auto;
}
.abheader .download-btn {
  display: none!important;
}
.all_prod_30daytrail a:hover{
      background: #fff;
    border-color: #fff;
    text-decoration: none;
}
.prd-cloudico {
      background: url("/sites/meweb/images/kr/common-pages/images/prod-sprite-cloud.svg");
      background-size: 440px;
    background-repeat: no-repeat;
}
.prd-mspico {
      background: url("/sites/meweb/images/kr/common-pages/images/prod-sprite-msp.svg");
      background-size: 440px;
    background-repeat: no-repeat;
}
.banner-list {
  margin-left: 20px;
}
.banner-list li{
  padding-bottom: 15px;
  list-style: circle;
  line-height: 22px;
}
.page-title {
  margin-top: 30px;
}
section {
      background: #f8f8ff;
}
.prod-group {
  margin-left: 0;
}
@media only screen and (max-width: 1152px) {
  .abheader .download-btn {
    display: none;
  }
  .banner-list li {
    list-style: none;
  }
}
@media only screen and (max-width: 650px) { 
  .hedtitle-di {
        width: 80%;
  }
  #header-mainsec .headerinner .prdLogo img {
         margin: 7px 0 0 30px;
  }
  .banner-list li {
    list-style: circle;
  }
  .all_prod_30daytrail a {
    width: auto;
    padding: 12px;
  }
  li .all_prod_over {
    height: 330px;
  }
}
@media only screen and (max-width: 390px) { 
  .section-title {
    font-size: 1.4em;
  }
  .product-icons {
        width: 36px;
  }
}