.cat_mtop{
    margin-top: 50px;
}
.catalog_body{
    max-width: 700px;
    height: auto;
    margin: auto;
    margin-bottom: 50px;
    border: 1px solid #e9e9e9;
background-color: #ffffff;
}
.download_box{
    padding-left: 50px;
    width: 350px;
    border-radius: 0.2rem;
    margin: 10px 0px 30px 0px;
}
.download_btn,  .download_btn:hover{
    background-color: #0697d7;
    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: #0697d7;
  }
/**************************************** Body 1****************************************************/
.body1_part1{
    height:auto;
    position: relative;
}
.catalog_cover{

    background-size: cover;
    max-width: 100%;
    height: 840px; 
    margin: auto;
}
.catalog_logoo{
    width: 50%;
    float: right;
    margin: 30px 30px 0px 0px;
}
.catalog_img{
    width:45%;
    vertical-align: middle;
    margin: auto;
    margin-top: 0px;
}
.check_icon{
    color: #0697d7;
}
.catalog_head {

    font-size: 30px;
    text-shadow: 1px 0px #00000015;
    color: #0697d7;
    font-weight: 500;
    margin-left: 91px;
    margin-top: -60px;
    text-align: center;
}
.catalog_contact{
    color: #0d1231;
    text-shadow: 1px 0px #00000015;
    margin-top: 19px;
    margin-left: 46px;
    font-weight: 500;
    text-align: left;
    display: block;
    text-decoration: none;
}
/**************************************** Body 2****************************************************/
.body2{
    height: auto; /*840px;*/
}
.body_center{
    margin: 0px 25px;
}
.fa-chevron-circle-right{
color: #0697d7;
}
.catalog_subhead {    
    color: #0697d7;
    font-size: 25px;
    font-weight: 500;
    padding: 28px 0px 10px 10px;

}
.catalog_text {
    margin: -10px 10px 0px 10px;
    line-height: 1.6rem;
    font-size: 15px;
    border: 1px solid #eaebf4;
    padding: 7px;
    background-color: #fdfdfd;
}
.table, th, td {
    border: 1px solid #eaebf4;
    margin-top: 5px;
    font-size: 14.5px;
}
.mobile_bottom{
    padding-bottom: 15px;
    margin: auto;
margin-top: 10px;

}
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
/**************************************** Body 3 ****************************************************/
.body3{
    height:auto; /* 840px;*/
}
.catalog_footerlog{
    width: 35%;
    margin-top: 176px;

}
/******************************************** {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: #0697d7;
        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-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: #0697d7;
    font-size: 20px;
    padding: 15px 0px 0px 0px;
}
.catalog_text{
    margin: 10px 10px 0px 0px;
}
.table, th, td {
    border: 1px solid #0d1231;
    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%;
}
}