.header_images img {
    width: 30%;
}

input.custom-text-box {
    width: 100%;
    padding: 4px 7px 4px 16px;
    margin: 0;
    outline: none;
    border: none;
}



.topPaddingCst {
    position: relative;
    top: 270px;
}

.float-ends {
    position: absolute;
    right: 11%;
    /* top: -72px; */
}


.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #2196f3 !important;
    font-weight: 500 !important;
}


.custom_input_tag {
    /* width: 100%; */
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
input.custom_file_tag {
    /* width: 65%; */
    padding: 0.375rem 0;
    margin: 10px 0;
    /* font-size: 1rem; */
    /* font-weight: 400; */
    /* line-height: 1.5; */
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    /* border: 1px solid #ced4da; */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.float-ends {
    position: absolute;
    right: 11%;
    /* top: -72px; */
}
.custom_input_tag:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.custom_input_tag[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
input.custom-text-box[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}


.custom_element{

    position: relative;
    right: -82px;
}