/* This css file for howtoreply, applyafternow, isitarecord & gallerylist */

.pad-0 {
    padding: 0px;
}

.pad-50 {
    padding: 50px;
}

.pad-25 {
    padding: 25px;
}

.mar-t-b-75 {
    margin-top: 75px;
    margin-bottom: 75px;
}

.about_content {
    margin-top: 60px;
}

.mar-b-35 {
    margin-bottom: 35px;
}

.about_heading h3 {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.orange {
    color: #e87817;
}

.about_heading h6 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 500;
}

.about_heading p {
    font-size: 14px;
    color: #1a1a1a;
    line-height: 30px;
    font-weight: 500;
}

.about_heading ul li {
    font-size: 14px;
    color: #1a1a1a;
    line-height: 30px;
    font-weight: 500;
}

.image_about {
    margin-bottom: 0px;
}

.icon_image img {
    width: 50px;
    margin-right: 10px;
}

.blue {
    margin-top: 40px;
    color: #991f21 !important;
}

.aan-table th {
    padding: 10px;
    background: #faebed;
    height: 54px;
    color: #b23d3f;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid #999;
}

.aan-table td {
    text-align: center;
}

.green {
    color: #57b038;
    margin-top: 40px;
}

li {
    list-style: none;
    font-size: 14px;
    margin-bottom: 10px;
}

.fa-star {
    color: #e87817;
    margin-right: 5px;
}

@media only screen and (max-width: 600px) {
    .image_about {
        display: none;
    }
    .about_heading h6 {
        font-size: 15px;
    }
    .about_heading p {
        font-size: 12px;
    }
    .about_content {
        margin-top: 50px;
    }
    .about_heading ul li {
        font-size: 12px;
    }
    .aan-table {
        width: 100% !important;
    }
    .aan-table td {
        padding: 10px 7px !important;
        font-size: 13px !important;
    }
}

.aan-table {
    border-top: 1px solid #aaa;
    width: 85%;
}

.aan-table tr:hover {
    background-color: #f6f0ea;
}

.aan-table td {
    padding: 15px 10px;
    font-size: 14px;
    vertical-align: top;
    border-bottom: 1px solid #aaa;
    font-weight: 600;
}

.gallery-search {
    width: 100%;
    border: 1px solid #aaa !important;
    height: 40px;
    padding: 10px;
    border-radius: 30px;
}

.form-control-search {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    right: 20px;
}

.content:hover {
    box-shadow: 0 0px 7px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: 1s;
}

.gallery-h6 {
    font-size: 12px;
    color: #999;
    padding: 7px 15px;
}

.gallery-h5 {
    font-size: 13px;
    color: #999;
    font-weight: 600;
    padding: 5px 15px;
}

.gallery-img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.page-link {
    padding: 0.75rem 1rem !important;
    color: #291770;
}

.page-link:hover {
    background-color: #874913fa !important;
    color: #fff !important;
}


.font-h5{
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 50px;
  min-height: 50px;
}

.img-rad{
  height: 50px;
  width: 50px;
  margin-top: -15px;
}
