.cat_mtop{
    margin-top: 50px;
}
.catalog_body{
    max-width: 700px;
    height:auto;
    margin: auto;
    margin-bottom: 50px;
background-color: #ffffff;
}
.download_box,.download_box:hover{
    width: 350px !important;
    height: 0px !important;
    border-radius: 0.2rem !important;
    margin:10px 0px 30px 0px !important;
    text-align: center !important;
}
.download_btn,  .download_btn:hover{
    background-color: #e23127;
    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: #e23127;
  }
.breadcrumb{
		display: none;
	}
/**************************************** 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/coverpage.png);
    background-size: cover;
    max-width: 100%;
    height: 840px; 
    margin: auto;
}
.catalog_logo {
    width: 28%;
    float: left;
    margin: 60px 0px 0px 20px;
  }
.catalog_img{
    width:300px;
    margin-top: 50px;
    vertical-align: middle;
}
.check_icon{
    color: #e23127;
}
.catalog_head {
    font-size: 32px;
    text-shadow: 1px 0px #00000015;
    color: #e23127;
    font-weight: bold;
    margin: 60px 30px 0px 20px;
      margin-bottom: 0px;
  }
  .catalog_contact {
    color: #fff;
    text-shadow: 1px 0px #00000015;
    margin-top:70px;
    font-weight: 600;
    text-align: right;
    padding-right: 20px;
  }
  .catalog_td{
      font-size: 16px;
      font-weight: 400;
      color: #222222;
      padding: 5px 10px;
  }
  .catalog_para{
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  padding: 5px 0px;
}
/**************************************** Body 2****************************************************/
.body2{
    box-shadow:0 0 30px rgba(0, 0, 0, 0.253);
}
.body_center{
    margin: 0px 25px;
}
.fa-chevron-circle-right{
    color: #e23127;
}
.catalog_subhead{
    color: #e23127;
    font-size: 22px;
    font-weight: 600;
    padding: 40px 0px 0px 0px;
}
.catalog_text {
    margin: 5px 10px 0px 0px;
    line-height: 1.6rem;
    font-size: 15px;
}
.table_catalog, th, td {
    border: 1px solid #eee;
    margin-top: 5px;
    font-size: 14.5px;
}
.mobile_bottom{
    padding-bottom: 15px;
}
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.fa-download{
    color: #fff !important;
}
/**************************************** Body 3 ****************************************************/
.body3{
    box-shadow:0 0 30px rgba(0, 0, 0, 0.253);
}
.catalog_footerlog{
    width: 25%;
    margin-top:230px;
}
/******************************************** {Sub Product page}  (min-width: 320px) and (max-width:480px) *******************************************/
@media only screen and (min-width: 320px) and (max-width:480px)
{
    .download_btn{
        background-color: #e23127;
        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:840px;
        position: relative;
        box-shadow:0 0 30px rgba(0, 0, 0, 0.253);
        margin-top: 0px;
    }
    .catalog_cover{
        background-image: url(../images/coverpage.png);
        background-size: cover;
        max-width: 100%;
        max-height: 840px; 
        margin: auto;
    }
    .catalog_logo {
        width: 45%;
        margin: 50px 0px 0px 10px;
      }
.catalog_img{
    width:65%;
    margin-top: 0px;
}
.catalog_head {
    font-size: 27px;
    margin: 20px 0px 0px 10px;
  }
  .catalog_contact {
  /*  margin-top: 83px;
    margin-bottom: auto;
    margin-left: 5px;
    font-size: 14px;*/
    display: none;
  }
/**************************************** 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: #e23127;
    font-size: 22px;
    padding: 15px 0px 0px 0px;
}
.catalog_text {
    margin: 10px 10px 0px 0px;
    text-align: justify;
  }
.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: 480px) and (max-width:576px)
{
    .download_btn{
        background-color: #e23127;
        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:840px;
        position: relative;
        box-shadow:0 0 30px rgba(0, 0, 0, 0.253);
        margin-top: 0px;
    }
    .catalog_cover{
        background-image: url(../images/coverpage.png);
        background-size: cover;
        max-width: 100%;
        max-height: 840px; 
        margin: auto;
    }
    .catalog_logo {
        width: 35%;
        margin: 50px 0px 0px 10px;
      }
.catalog_img{
    width:65%;
    margin-top: 0px;
}
.catalog_head {
    font-size: 27px;
    margin: 20px 0px 0px 10px;
  }
  .catalog_contact {
  /*  margin-top: 83px;
    margin-bottom: auto;
    margin-left: 5px;
    font-size: 14px;*/
    display: none;
  }
/**************************************** 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: #e23127;
    font-size: 22px;
    padding: 15px 0px 0px 0px;
}
.catalog_text {
    margin: 10px 10px 0px 0px;
    text-align: justify;
  }
.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;
    }
    .catalog_contact {
        margin-top: 128px;
      }
    
.catalog_img{
    width:45%;
    margin-top: 0px;
}
.catalog_logo {
    width: 35%;
  }
}
/******************************************** (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%;
}
}