/* 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: #291770 !important;
}

.green {
    color: #57b038;
    margin-top: 40px;
}

li {
    list-style: none;
    font-size: 14px;
}

.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: 70%;
}

.aan-table tr:hover {
    background-color: #ddd;
}

.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: 2px solid #aaa !important;
    height: 40px;
    padding: 10px;
}

.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;
}

.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.60rem 0.75rem !important;
    color: #291770 !important;
}

.page-link:hover {
    background-color: #332f6a !important;
    color: #fff !important;
}