
a.add-product {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 60px;
    height: 60px;
    border-top: 30px solid rgb(59, 5, 64);
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid rgb(59, 5, 64);
    /* z-index: 10; */
}
a.add-product i {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #fff;
    font-size: 18px;
    transform: translate(-140%,-110%);
}
@media only screen and (max-width: 991px){
        .catg-img img {
        height: auto;
        }
    }

    @media only screen and (max-width: 767px){
    .catg-img a {
    text-align: center;
    }
    }

    @media only screen and (max-width: 767px){
    .catg-img img {
    height: auto;
    max-height: 175px;
    }
}

.heading-information {
    margin: 20px 0;
}

.heading-information h1, .heading-information h2, .heading-information h3 {
    color: #236496;
    /* text-align: center; */
    font-size: 36px;
}

.heading-information h1 {
    font-weight: bold;
    text-transform: capitalize;
}

.heading-information p {
    font-size: 17px;
    line-height: 26px;
    color: #606060;
}

.heading-information ul {
    margin-left: 30px;
}

.heading-information ul li {
    list-style: disc;
}

.read-more {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 115px;
}

#show-less-block {
    width: 110px;
}

.read-more-btn {
    text-decoration: none !important;
    cursor: pointer;
    color: #236496;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 10px 0 5px;
    transition: 0.3s all ease;
    position: relative;
}

.read-more-btn span {
    z-index: 1;
}

.read-more-btn:hover {
    color: #ffffff;
}

.read-more-btn::before {
    position: absolute;
    content: '';
    left: 0;
    background-color: #236496;
    width: 25px;
    height: 25px;
    border-radius: 80px;
    transition: 0.3s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.read-more-btn:hover::before {
    width: 100%;
}

.read-more-btn svg {
    width: 15px;
    height: 15px;
    margin-right: 12px;
    z-index: 1;
}

.read-more-btn svg path {
    fill: #ffffff;
}

.message-1, .message-2 {
    font-size: 17px;
    line-height: 26px;
    color: #606060;
}

.message-1 ul, .message-2 ul {
    font-size: 16px;
    line-height: 26px;
    color: #606060;
}
.heading-information  .message-1 h1, heading-information  .message-1 h2, heading-information 
.message-1 h3, heading-information  .message-1 h4, heading-information  .message-1 h5 {   
    text-align: left !important;
}
.heading-information h1,
.heading-information h2,
.heading-information h3,
.heading-information h4,
.heading-information h5 {
    text-align: left !important;
}
