.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: #006738 !important;
    color: #fff !important;
    padding: 12px 30px !important;
    font-size: 17px !important;
    margin-top: 20px;
    font-weight: 500 !important;
}

.download_1 {
    font-size: 17px;
    padding-top: 25px;
    color: #1182ce;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: #3333 !important;
    border-style: solid;
    border-width: 1px !important;
}

/**************************************** Body 1****************************************************/
.body1_part1 {
    height: auto;
    position: relative;
}

.catalog_cover {
    background-image: url(../images/singlecatalog.png);
    background-size: cover;
    max-width: 100%;
    height: 940px;
    margin: auto;
}

.catalog_logo {
    width: 26%;
    float: right;
    margin: 77px 30px 0px 0px;
}

.catalog_img {
    width: 25%;
    vertical-align: middle;
    margin: auto;
    margin-top: 0px;
}

.check_icon {
    color: #1182ce;
}

.catalog_head {
    font-size: 30px;
    text-shadow: 1px 0px #00000015;
    color: #555;
    font-weight: 500;
    /* margin-left: 91px;
    margin-top: -60px; */
    text-align: center;
}

.catalog_contact {
    color: #1182ce;
    text-shadow: 1px 0px #00000015;
    margin-top: -12px;
    margin-left: 46px;
    font-weight: 500;
    text-align: left;
    display: block;
    text-decoration: none;
}

/**************************************** Body 2****************************************************/
.body2 {
    height: auto;
}

.body_center {
    margin: 0px 25px;
}

.fa-chevron-circle-right {
    color: #1182ce;
}

.catalog_subhead {
    color: #333;
    font-size: 22px;
    font-weight: 500;
    padding: 28px 0px 10px;

}

.catalog_text {
    /* margin: -10px 10px 0px 10px; */
    line-height: 1.6rem;
    font-size: 14px;
    border: 1px solid #eaebf4;
    padding: 7px;
    background-color: #fdfdfd;
    font-weight: 500;
    color: #666;
    text-align: left;
}

.table,
th,
td {
    border: 1px solid #eaebf4;
    margin-top: 5px;
    font-size: 14.5px;
}

.mobile_bottom {
    padding-bottom: 15px;
    margin: auto;
    margin-top: 10px;
    margin-top: 10px;
    font-weight: 500;
    color: #666;

}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

/**************************************** Body 3 ****************************************************/
.body3 {
    height: auto;
}

.catalog_footerlog {
    width: 30%;
    margin-top: 30px;

}

/******************************************** {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: #1182ce;
        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: 40px 20px 0px 0px;
    }

    .catalog_img {
        width: 30%;
        margin-top: 0px;
    }

    .catalog_head {
        font-size: 22px;
        margin: -34px 30px 0px 15px;
    }

    .catalog_contact {
        margin-bottom: auto;
        margin-left: 5px;
        font-size: 14px;
        line-height: 36px;
    }

    /**************************************** 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: #1182ce;
        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%;
    }
}



.info_single {
    margin: 20px 0px;
}