.cat_mtop{
    margin-top: 50px;
}
.catalog_body{
    max-width: 700px;
    height:auto;
    margin: auto;
    margin-bottom: 50px;
background-color: #ffffff;
}
.download_box{
    padding-left: 50px;
    width: 350px;
    height: 0px;
    border-radius: 0.2rem;
    margin:10px 0px 30px 0px;
}
.download_btn,  .download_btn:hover{
    background-color: #025b9f;
    border: none;
    color: white;
    padding: 12px 30px;
    cursor: pointer;
    font-size: 17px;
    margin-top: 20px;
    text-decoration: none;
  }
  .download_1{
      font-size: 17px;
      padding-top: 25px;
      color: #25397e;
  }
/**************************************** Body 1****************************************************/
.body1_part1{
    height:840px;
    position: relative;
    box-shadow:0 0 30px rgba(0, 0, 0, 0.253);
}
.catalog_cover{
    background-image: url(../images/singlecatalog.png);
    background-size: cover;
    max-width: 100%;
    height: 840px; 
    margin: auto;
}
.catalog_logo{
    width: 25%;
    float: right;
    margin:30px 30px 0px 0px;
}
.catalog_img{
    width: 41%;
    margin-top: -33px;
    vertical-align: middle;
}
.check_icon{
    color: #025b9f;
}
.catalog_head {
    font-size: 26px;
    text-shadow: 1px 0px #00000015;
    color: #111;
    font-weight: bold;
    margin: 10px;
}
.catalog_contact{
    color: #111;
    text-shadow: 1px 0px #00000015;
    margin-top: 130px;
    margin-left: 15px;
   
    text-align: left;
}
.fa-download{
    color: #fff;
}
/**************************************** Body 2****************************************************/
.body2 {
    height:auto; /* 840px;*/
    box-shadow: 0 5px 10px 5px rgba(181, 174, 174, 0.26);
  
}
.body_center{
    margin: 0px 25px;
}
.fa-chevron-circle-right{
    color: #025b9f;
}
.catalog_subhead{
    color: #025b9f;
    font-size: 22px;
    font-weight: 600;
    padding: 40px 0px 0px 10px;
    line-height: 2;
}
.catalog_text {
    margin: 5px 10px 0px 10px;
    line-height: 1.6rem;
    font-size: 14px;

}
.table, th, td {
    border: 1px solid #eee;
    margin-top: 5px;
    font-size: 14.5px;
    color: #111;
    background: #f8f9f9;
}
.mobile_bottom{
    padding-bottom: 15px;
}
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.line_catalog {
    border: 2px solid #111;
    width: 9%;
    margin-left: 10px;
    margin-bottom: 19px;
}
/**************************************** Body 3 ****************************************************/
.body3 {
    height:auto;  /* 840px; */
    box-shadow: 0 5px 10px 5px rgba(181, 174, 174, 0.26);
  }
.catalog_footerlog{
    width: 25%;
    margin-top:10%;
}
.body3{
    box-shadow: 5px 5px 10px 5px #eee;
}
/******************************************** {Sub Product page}  (min-width: 320px) and (max-width:480px) *******************************************/
@media only screen and (min-width: 320px) and (max-width:580px)
{
    .download_btn{
        background-color: #0070a5;
        border: none;
        color: white;
        padding: 9px 20px;
        cursor: pointer;
        font-size: 17px;
        margin-top: 17px;
        text-decoration: none;
      }
      .check_icon{
          margin-left: -30px;
      }
    .body1_part1{
        max-height:550px;
        position: relative;
        box-shadow:0 0 30px rgba(0, 0, 0, 0.253);
        margin-top: 0px;
    }
    .catalog_cover{
        background-image: url(../images/singlecatalog.png);
        background-size: cover;
        max-width: 100%;
        max-height: 550px; 
        margin: auto;
    }
.catalog_logo{
    width: 35%;
    margin:20px 20px 0px 0px;
}
.catalog_img{
    width:65%;
    margin-top: 0px;
}
.catalog_head {
    font-size: 22px;
    margin: 0px 30px 0px 15px;
}
.catalog_contact{
    margin-top:80px;
    margin-bottom:auto;
    margin-left: 5px;
    font-size: 14px;
}
/**************************************** Body 2****************************************************/
.body2{
    height: auto;
    box-shadow:0 0 30px rgba(0, 0, 0, 0.253);
    padding: 10px 0px 10px 0px;
}
.body_center{
    margin: 0px 25px;
}
.catalog_subhead{
    color: #025b9f;
    font-size: 20px;
    padding: 15px 0px 0px 0px;
}
.catalog_text{
    margin: 10px 10px 0px 0px;
}
.table, th, td {
    border: 1px solid black;
    margin-top: 2px;
}
.table{
    padding-bottom: 10px;
}
/**************************************** Body 3 ****************************************************/
.body3{
    height: auto;
    box-shadow:0 0 30px rgba(0, 0, 0, 0.253);
    padding: 10px 0px 10px 0px;
}
.catalog_footerlog{
    width: 40%;
    margin-top:120px;
    margin-bottom: 10px;
}
}
/******************************************** {Sub Product page}  (min-width: 320px) and (max-width:480px) *******************************************/
@media only screen and (min-width: 576px) and (max-width:768px)
{
    .catalog_head {
        font-size: 26px;
        text-shadow: 1px 0px #00000015;
        margin: 10px 100px 0px 20px;
    }
    .catalog_subhead {
        font-size: 20px;
        padding: 40px 0px 0px 0px;
    }
}

/******************************************** (min-width: 768px) and (max-width:992px) *******************************************/
@media only screen and (min-width:1000px) and (max-width:1400px)
{
.logo_img{
  width: 180px;
 margin-top: 20px;
}
.for_ipadpro{
    width: 100%;
}
}