.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: #1950ab;
    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: #1950ab;
  }
/**************************************** Body 1****************************************************/
.body1_part1{
    height:auto;
    position: relative;
    box-shadow:0 0 30px rgba(0, 0, 0, 0.253);
}
.catalog_cover{
    background-image: url(../images/catalog2.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: 33%;
    margin-top: 0px;
    vertical-align: middle;

}
.check_icon{
    color: #1950ab;
}
.catalog_head{
    font-size: 21px;
    text-shadow: 1px 0px #00000015;
    color: #333;
    font-weight: bold;
    margin: 50px 0px 0px 0px;
    text-align: center;
}
.catalog_contact{
    color: #ffffff;
    text-shadow: 1px 0px #00000015;
    margin-top: 162px;
    margin-left: 15px;
    font-weight: 600;
    text-align: left;
}
/**************************************** Body 2****************************************************/
.body2{
    height: auto;
    box-shadow:0 0 30px rgba(0, 0, 0, 0.253);
}
.body_center{
    margin: 0px 25px;
}
.fa-chevron-circle-right{
    color: #1950ab;
}
.catalog_subhead{
    color: #1950ab;
    font-size: 22px;
    font-weight: 600;
    padding: 40px 0px 0px 10px;
}
.catalog_text{
    margin: 5px 10px 0px 10px;
    line-height: 1.6rem;
}
.table, th, td {
    border: 1px solid black;
    margin-top: 5px;
}
.mobile_bottom{
    padding-bottom: 15px;
    line-height: 24px;
}
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
/**************************************** Body 3 ****************************************************/
.body3{
    height: auto;
    box-shadow:0 0 30px rgba(0, 0, 0, 0.253);
}
.catalog_footerlog{
    width: 32%;
    margin-top: 30px;
    padding: 20px;
}
/******************************************** {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: #1950ab;
        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/catalog.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: 19px;
    margin: 0px 0px 0px 15px;
}
.catalog_contact{
    margin-top:30px;
    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: #1950ab;
    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;
}
}
/******************************************** (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%;
}
}