.bg_gray{
    background-color: rgb(241, 241, 241);
    padding: 50px 0px;
}
.bg_white{
    background-color: #ffff;
}
ul{
    list-style-type: none;
}
.cat_mtop{
    margin-top: 50px;
}
.catalog_body{
    max-width: 700px;
    height:auto;
    margin: auto;
    margin-bottom: 50px;
background-color: #ffffff;
}
.download_box{
    text-align: left;
    float: left;
    width: 250px;
    height: 180px;
    border-radius: 0.2rem;
    margin:50px 0px 30px 0px;
}
.download_btn{
    background-color: #2b5db2;
    border: none;
    color: white;
    padding: 6px 20px;
    cursor: pointer;
    font-size: 17px;
    margin-top: 10px;
    float: left;
    text-decoration: none;
  }
  .download_btn:hover{
    text-decoration: none;
  }
  .download_1{
      font-size: 17px;
      font-weight: bold;
      padding-top: 25px;
      color: #0377c0;
  }
.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/catalog.png);
    background-size: cover;
    max-width: 100%;
    height: 840px; 
    margin: auto;
}
.catalog_logo{
    width: 23%;
    float: right;
    margin:30px 30px 0px 0px;
}
.catalog_img{
    width:45%;
    vertical-align: middle;
}
.check_icon{
    color: #0377c0;
}
.catalog_head{
    font-size: 38px;
    font-weight: bold;
    color: #242424;
    margin:10px 0px 0px 20px;
}
.catalog_contact{
    color: #0e0e0e;
    margin-top: 80px;
    font-weight: bold;
    margin-left: 15px;
}
.catalog_contact a{
    color: #0e0e0e;
    text-decoration: none;
}
/**************************************** Body 2****************************************************/
.body2{
    box-shadow:0 0 30px rgba(0, 0, 0, 0.253);
}
.body_center{
    margin: 0px 25px;
}
.catalog_subhead{
    font-weight: bold;
    color: #2b5db2;
    font-size: 22px;
    padding: 50px 0px 0px 10px;
}
.catalog_text{
    margin: 15px 10px 0px 10px;
    line-height: 1.6rem;
}
.table, th, td {
    border: 1px solid black;
    margin-top: 5px;
}
.mobile_bottom{
    padding-bottom: 15px;
}
.fa-caret-right{
    color: #2b5db2;
    font-weight: 18px;
    margin-left: -15px;
}
/**************************************** Body 3 ****************************************************/
.body3{
    box-shadow:0 0 30px rgba(0, 0, 0, 0.253);
}
.catalog_footerlog{
    width: 25%;
    margin-top: 80px;
}
/******************************************** {Sub Product page}  (min-width: 320px) and (max-width:580px) *******************************************/
@media only screen and (min-width: 320px) and (max-width:580px)
{
    .catalog_subhead{
        margin-top: 15px;
    }
    .download_btn{
        background-color: #2b5db2;
        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:30px 15px 0px 0px;
}
.catalog_img{
    width:55%;
    margin-top: 15px;
}
.catalog_head{
    font-size: 18px;
    font-weight: 600;
    margin: 40px 0px 0px 10px;
}

.catalog_contact{
    margin-bottom:auto;
    margin-left: 5px;
    font-size: 14px;
    margin-top: 20px;
}


/**************************************** 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{
    font-size: 17px;
    padding: 5px 0px 0px 0px;
}
.catalog_text{
    margin: 10px 10px 0px 0px;
}
.table, th, td {
    border: 1px solid black;
    margin-top: 2px;
}
.table{
    padding-bottom: 10px;
}

.fa-caret-right{
    color: #2b5db2;
    font-weight: 18px;
    /*margin-left: -25px;*/
}
/**************************************** Body 3 ****************************************************/
.body3{
    height: auto;
    box-shadow:0 0 30px rgba(0, 0, 0, 0.253);
    padding: 10px 0px 10px 0px;
}
}

/********************************************  (min-width: 581px) and (max-width:768px)  *******************************************/
@media only screen and (min-width: 581px) and (max-width:768px)
{
    .catalog_subhead{
        margin-top: 15px;
        font-size: 26px;
        font-weight: 600;
    }
    .download_btn{
        background-color: #2b5db2;
        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:600px;
        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: 600px; 
        margin: auto;
    }
.catalog_logo{
    width: 35%;
    margin:30px 15px 0px 0px;
}
.catalog_img{
    width:45%;
    margin-top: 15px;
}
.catalog_head{
    font-size: 25px;
    font-weight: 600;
    margin: 20px 0px 0px 10px;
}

.catalog_contact{
    margin-bottom:auto;
    margin-left: 5px;
    font-size: 14px;
    margin-top: 30px;
}
/**************************************** 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{
    font-size: 17px;
    padding: 5px 0px 0px 0px;
}
.catalog_text{
    margin: 10px 10px 0px 0px;
}
.table, th, td {
    border: 1px solid black;
    margin-top: 2px;
}
.table{
    padding-bottom: 10px;
}

.fa-caret-right{
    color: #2b5db2;
    font-weight: 18px;
    /*margin-left: -25px;*/
}
/**************************************** Body 3 ****************************************************/
.body3{
    height: auto;
    box-shadow:0 0 30px rgba(0, 0, 0, 0.253);
    padding: 10px 0px 10px 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%;
}
}