.galley-title h5 {
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
}

.bdr_left {
    border-left: 1.5px solid #332f6a;
    color: #3d3d3d;
}

.info_details p {
    color: #696969;
}

.gallery_bg {
    background: linear-gradient(0deg, #332f6adb, #d3a31ad9), url(../../assets/images/recordsgallery.jpg) no-repeat;
    padding: 100px;
    background-size: cover;
}

.refer_no h6 {
    color: orange;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.title {
    margin-top: 20px;
}

.title h6 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
}


/* pagination */

.page-item {
    color: #946606;
    font-weight: 600;
}

.page-link {
    border: 1px solid #d7b56d;
}

.current_page {
    background: #2d2556;
    color: #fff !important;
    border: 1px solid #2d2556;
}


/* pagination */

.title p {
    color: #333;
    font-size: 14px;
    margin-bottom: 10px;
}

hr {
    background-color: #f7f7f740 !important;
}

.right_side {
    padding: 0px 10px;
}

.fa:hover {
    opacity: 0.7;
}

.icon .fa {
    color: #fff;
}

.black a {
    color: #000;
}

.social_icons {
    text-align: center;
}


/* Styles for wrapping the search box */

.main {
    width: 50%;
    margin: 50px auto;
}


/* Bootstrap 4 text input with search icon */

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    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;
}

.search {
    margin-top: 20px;
}

.btn-secondary {
    color: #fff;
    background-color: #443b65;
    border-color: #443b65;
    border-radius: 0px;
    height: 100%;
}

.record {
    margin-top: 40px;
}

.bg_cr {
    color: #000;
}

.bg_cr:hover {
    color: #fff;
    transition: 1s;
}


/* continue button */

.continue_button {
    background-color: #332f6a;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 10px 15px 10px 15px;
    transition: all 0.5s;
    cursor: pointer
}

.continue_button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.continue_button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.continue_button:hover span {
    padding-right: 25px;
}

.continue_button:hover span:after {
    opacity: 1;
    right: 0;
}

.border_sandle {
    border: 1px solid #b18918;
}


/*// continue button */