.form-horizontal{
    background: linear-gradient(184deg, rgb(255 235 59 / 24%) 0%, rgb(255 248 226) 35%, rgb(202 202 202 / 40%) 100%)!important;
    font-family: 'Quicksand', sans-serif;
    width: 100%;
    padding: 30px 15px 25px;
    border-radius: 30px 0 30px 0;
    box-shadow: 4px 4px 0 #fff, 6px 6px 0 #e7e7e7,-4px -4px 0 #fff,-6px -6px 0 #e7e7e7;
    margin-top: 30px;
}
.logo-bx img {
    border-radius: 200px;
    width: 200px;
    height: 200px;
}
.btn{
    color: #fff;
    background: linear-gradient(to left top, #242c5a 50%, #242c5a 50%);
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
    border-radius: 0;
    box-shadow: 0px 1px 2px rgba(0,0,0,.2);
    padding: 13px 25px;
    overflow: hidden;
    position: relative;
    transition: all .5s ease 0s;
}
.btn:focus{ color: #fff; }
.btn:hover{
    color: #fff;
    box-shadow: 0px 3px 5px rgba(0,0,0,.4);
    /*transform: rotate(-3deg) scale(1.1);*/
}
.btn:before,
.btn:after,
.btn span:before,
/*.btn span:after {
    content: "";
    background: linear-gradient(to right, rgba(0,0,0,0), #f6e58d);
    width: 100%;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    animation: animate1 2s linear infinite;
    animation-delay: 1s;
    transition: all 0.3s;
}
.btn:after{
    background: linear-gradient(to left, rgba(0,0,0,0), #f6e58d);
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    animation: animate3 2s linear infinite;
    animation-delay: 3s;
}*/
.btn span:before{
    background: linear-gradient(to bottom, rgba(0,0,0,0), #f6e58d);
    width: 3px;
    height: 100%;
    left: auto;
    right: 0;
    animation: animate2 2s linear infinite;
    animation-delay: 2s;
}
.btn span:after{
    background: linear-gradient(to top, rgba(0,0,0,0), #f6e58d);
    width: 3px;
    height: 100%;
    animation: animate4 2s linear infinite;
    animation-delay: 4s;
}
.btn:hover:before,
.btn:hover:after,
.btn:hover span:before,
.btn:hover span:after{ animation-play-state: paused; }
@keyframes animate1{
    0%{ transform: translateX(-100%); }
    100%{ transform: translateX(100%); }
}
@keyframes animate2{
    0%{ transform: translateY(-100%); }
    100%{ transform: translateY(100%); }
}
@keyframes animate3{
    0%{ transform: translateX(100%); }
    100%{ transform: translateX(-100%); }
}
@keyframes animate4{
    0%{ transform: translateY(100%); }
    100%{ transform: translateY(-100%); }
}
@media only screen and (max-width: 767px){
    .btn{ margin-bottom: 30px; }
}
a.btn.btn-lg {
    font-size: 14px;
}
section.add-section {
    margin: 20px 20px;
}
a.btn.btn-lg {
    font-size: 14px;
    margin-left: 8px;
    padding: 13px 0px;
    width:125px;
    height: 50px;
}
@media(max-width:767px){
    a.btn.btn-lg {
    font-size: 14px;
    margin-left: -12px;
    padding: 13px 0px;
    width: 125px;
    height: 50px;
}
form.form-section {
    padding: 10px 10px;
}
.search-p p {
    font-size: 10px!important;
    margin-bottom: 10px;
}
input.file-design {
    margin-left:0px;
    margin-top: 10px;
}
section.search-section {
    padding: 20px 10px;
}
.form-details h3 {
    font-size: 10px!important;
    margin: 10px 0px;
}
}
input.file-design {
    margin-left: 100px;
    margin-top: 10px;
}
::placeholder {
  color: #000!important;
}
.login-bg.form-horizontal.form-member {
    background:linear-gradient(7deg, #fad91f 0%, #f9d123 35%, #f9d322 100%, #000000 20%)!important;
    font-family: 'Quicksand', sans-serif;
    width: 100%;
    padding: 30px 15px 25px;
    border-radius: 30px 0 30px 0;
    box-shadow: 4px 4px 0 #fff, 6px 6px 0 #e7e7e7, -4px -4px 0 #fff, -6px -6px 0 #e7e7e7;
    margin-top: 30px;
    overflow-y: scroll;
    max-height: 550px;
}
div::-webkit-scrollbar {
width: 6px;
}

div::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 10px;
}
.box-t h3 {
    font-size: 16px;
    margin: 10px 0px;
}
input.form-control.form-ss {
    border: none;
    padding: 0 4px;
    border-radius: 0px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    position: relative;
    top: -10px;
    right: -13px;
}
label.lb-s {
    font-size: 14px;
    margin: 3px 0px;
}
.form-details h3 {
    font-size: 11px;
    margin: 10px 0px;
}
.search-data {
    margin-top: 20px;
    margin-bottom: 20px;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow:none!important;
}
.search-p p {
    font-size: 13px;
    margin-bottom: 10px;
}
.search-p span {
    font-weight: 600;
}
.col-md-5.section-main {
    background: #ffd4000d;
    padding: 20px 10px;
}
ul.star-link {
    display: flex;
    list-style-type: none;
    margin: 0px 0px 10px;
    padding: 0px;
}
ul.star-link li {
    margin: 0px 2px;
    color: #242c5a;
}





.select-option {
    margin-top: 10px;
}.search-b h3 {
    font-size: 18px;
    margin: 14px 0px;
}
.col-5.search-bg.no-gutters {
    background: #ffff7226;
    padding: 10px 20px!important;
}
@media(max-width:767px){
    .col-5.search-bg.no-gutters {
    background: #ffff7226;
    padding: 0px 0px!important;
}
.table-responsive {
    display: block;
    width: 100%;
    max-height: 500px;
    overflow-y: scroll;
    overflow-x: scroll!important;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.report-img img {
    border-radius: 200px;
    width: 100px!important;
    height: 100px!important;
    margin-left: 0px;
    margin-top: 0px;
}
}
.table td, .table th {
    padding: 10px 10px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table-section {
    margin: 10px 0px;
}
.search-bg {
    padding: 0px 10px!important;
    background: linear-gradient(7deg, #fad91f 0%, #f9d123 35%, #f9d322 100%, #000000 20%);
}
.report-img img {
    border-radius: 200px;
    width: 120px!important;
    height: 120px!important;
    margin-left: 0px;
    margin-top: 10px;
}
h3.search-h {
    margin-top: 22px;
}
.table td, .table th {
    padding: 6px 10px;
    font-size: 9px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table-responsive {
    display: block;
    width: 100%;
    max-height: 500px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.ficon span {
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.ficon img {
    max-width: 30px;
}
.ficon {
    text-align: center;
}
.col-md-5.footer-bg.no-gutters {
    background: #1e6bc2;
    padding: 10px 0px!important;
    position: fixed;
    right: 29%;
    top: 90%;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #000000!important;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #000000!important;
}
.hfooter {
    overflow: hidden;
}
.home-bg img {
    border-radius: 20px;
}
.home-bgg.no-gutters {
    padding: 0px 4px!important;
    background: linear-gradient(7deg, #fad91f 0%, #f9d123 35%, #f9d322 100%, #000000 20%);
}
.home-bg img {
    margin: 4px 0px;
}
.mandal-h h3 {
    font-size: 16px;
    margin: 12px 0px 0px;
    font-weight: 700;
}
h3.new-head {
    margin: 10px 0px 0px;
    font-size: 16px;
}
@media(max-width:768px){
   .col-md-5.footer-bg.no-gutters {
    background: #242c5a;
    padding: 10px 0px!important;
    position: fixed;
    right: 0%;
    top: 85%;
}
.ficon span {
    color: #fff;
    text-align: center;
    font-size: 10px;
}
.ficon img {
    max-width: 50px;
}
}
h4.heading-cl {
    margin: 20px 0px;
}
button.btn.btn-success a {
    color: #fff;
}
div#databack {
    margin: 20px 0px;
}
form.form-section {
    margin: 20px 10px;
}