@import "https://cdnjs.cloudflare.com/ajax/libs/material-design-iconic-font/2.2.0/css/material-design-iconic-font.min.css"; /* Using a string */
body {
   font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
     font-weight: 400;
  font-style: normal;
  padding:0 0;
  margin:0 0;
background-image: rgb(0,72,134,1);
background-image: -moz-linear-gradient(42deg, rgba(0,72,134,1) 30%, rgba(82,125,36,1) 100%);
background-image: -webkit-linear-gradient(42deg, rgba(0,72,134,1) 30%, rgba(82,125,36,1) 100%);
background-image: linear-gradient(42deg, rgba(0,72,134,1) 30%, rgba(82,125,36,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#004886",endColorstr="#527d24",GradientType=1);
background-repeat: no-repeat;
background-size: cover; /* Or try 100% 100% */

  
} 
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* Optional: Prevents horizontal scroll */
}


#motta strong{
    font-family: 'Noto Sans Kannada', sans-serif;
}
#reg {
    font-family: 'Mandali', sans-serif;font-size:19px ;
}
.LandingDropDown{
	    display: flex;
    align-items: center;
    margin: 0 100px 50px;
    gap: 20px;
}
.LandingDropDown select{
	    width: 100%;
    padding: 20px;
    font-size: 20px;
	font-weight: 500;
	    border-radius: 4px;
    border: none;
	  /* Arrow */
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
background-position: right 1.5rem top 50%;
    background-size: 1.2rem auto;
}
.housing-dropdown,
.vikas-dropdown {
  display: none;
}



.forms-landing-outer p.innerLandingPage{
	margin-bottom:18px;
}
.innerLandingForms {
  display: none !important;
}
  .innerLandingForms.active {
      display: flex !important;
    }
.all-forms-button-new .all-forms-inner{
    display: flex;
    flex-flow: row nowrap;
    gap: 20px;
    position: relative;
    border: 2px dotted rgba(255, 255, 255, .3);
    padding: 30px;
    margin: 0 100px 50px 100px;
	    border-radius: 4px;
}
.all-forms-button-new .all-forms-inner a{
background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 6px 6px rgba(0, 0, 0, .1);
    padding: 0;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    letter-spacing: -.5px;
    text-align: center;
    position: relative;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
}
.all-forms-button-new .all-forms-inner a:before{
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .8) 29%, rgb(248 245 237 / 70%) 102%);
    mix-blend-mode: multiply;
}
.all-forms-button-new .all-forms-inner a strong{
     display: block;
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    text-align: center;
    z-index: 99;
    color: #fff;
	    line-height: 32px;
}
.all-forms-button-new .all-forms-inner a strong span{
	display:block;
	  font-size: 30px;
}
.all-forms-button-new .all-forms-inner .badge{
	    position: absolute;
    top: -11px;
    display: block;
}
header a{
	display:inline-block;
}
.tabPillsMain ul.nav {
	    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
	    gap: 40px;
		margin: 20px 10% 0 10%;
}
.tabPillsMain ul.nav li.nav-item{
	flex:1 0 0;
}
.tabPillsMain ul.nav li.nav-item .nav-link{
    width: 100%;
    background: rgba(0, 0, 0, .1);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 12px;
    border: 1px dashed rgba(255, 255, 255, .3);
}
.tabPillsMain ul.nav li.nav-item .nav-link.active{
	    background: linear-gradient(272deg, rgba(82, 124, 36, 0.9) 30%, rgba(4, 96, 179, 0.9) 100%);
}
.tabPillsMain .tab-content{
	margin-top:35px;
}
.top-drop.footerLoanSelection{
    position: relative !important;
    top: auto;
    left: auto;
    right: auto;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-flow: row nowrap;
 max-width: 335px;
    margin: 0 auto 40px auto;
	
}
.top-drop.footerLoanSelection label{
	    min-width: 119px;
    color: #fff;
    font-weight: 600;
}

#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 520px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}

.notfound .notfound-404 {
  position: relative;
  height: 240px;
}

.notfound .notfound-404 h1 {
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 252px;
  font-weight: 900;
  margin: 0px;
  color: #262626;
  text-transform: uppercase;
  letter-spacing: -40px;
  margin-left: -20px;
}

.notfound .notfound-404 h1>span {
  text-shadow: -8px 0px 0px #fff;
}

.notfound .notfound-404 h3 {
  font-family: 'Cabin', sans-serif;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #262626;
  margin: 0px;
  letter-spacing: 3px;
  padding-left: 6px;
}

.notfound h2 {
  font-family: 'Cabin', sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  margin-top: 0px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .notfound .notfound-404 {
    height: 200px;
  }
  .notfound .notfound-404 h1 {
    font-size: 200px;
  }
}

@media only screen and (max-width: 480px) {
  .notfound .notfound-404 {
    height: 162px;
  }
  .notfound .notfound-404 h1 {
    font-size: 162px;
    height: 150px;
    line-height: 162px;
  }
  .notfound h2 {
    font-size: 16px;
  }
}



.loginerror{
	color:#dc3545;
}
.hero-banner.login-banner h1{
text-align: left;
    font-size: 30px;
    line-height: 48px;
    margin: 10px 45px;
    display: block;
}
.hero-banner.login-banner h2.no-bg{
    display: block;
    background-color: transparent;
    background-image: none;
    text-align: left;
    margin: 10px 45px;
    padding: 10px 0 50px 0;
}
.logout-link{
margin-right: 11px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    padding: 6px 10px;
    border-radius: 3px;
    align-items: center;
    display: flex;
    gap: 6px;
	opacity:.75;
}
.logout-link:hover{
	opacity:1;
}
.logout-link i{
	    font-size: 18px;
    opacity: .65;
}
.desc-container p{
	font-size:15px;
}
body.form-failure .message a{
text-decoration:underline;
}	
body .container{
	position:relative;
	
}
header{
	text-align:center;
	padding:20px 0;
	position:relative;
}
header img{
	height:125px;
}
.l-icon{
	display:block;
	margin-bottom:10px;
}
.l-icon svg{
	height:60px;
	width:60px;
}
.form-control.error {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-control.error{
    border-color: #dc3545 !important;
}
.form-control.error:focus{
    border-color: #dc3545;
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69,.25);
}
.form-group .form-control{
    border: 2px solid rgba(0, 0, 0, .4);
    font-size: 18px;
    font-weight: 500;
    border-radius: 4px;

}
/*.form-group .form-control:focus{
	background: rgba(0, 0, 0, .5);
	 color: #fff;
}*/
	
.form-group  label{
	color:#828181;
	font-weight: 500;
    font-size: 16px;
}
.form-group label.error{
	color:#dc3545;
	font-weight:400;
}
.form-group {
    margin-bottom: 2rem !important;
}
.form-group .form-floating>.form-control:focus~label:after,
.form-group .form-floating>.form-control:not(:placeholder-shown)~label:after{
	background:transparent;
}
.form-group .form-floating>.form-control:focus~label,
.form-group .form-floating>.form-control:not(:placeholder-shown)~label{
	color:#828181;
}
.form-outer {
    background: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 6px 6px rgba(0,0,0,.1);
}
.form-outer .hero-form-inner{
	padding:85px 50px 80px 50px;
}
.container-custom-login .hero-form-inner{
	padding:100px 50px;
}
.form-outer .hero-form-inner h3{
    font-weight: 600;
    margin-bottom: 22px;
    font-size: 20px;
    letter-spacing: -.5px;
}
.form-outer [class^="col-"] {
    padding: 0 !important;
}
.hero-banner{
    background: #1b2c4b url("../images/housing-loan.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: flex-end;

}
.hero-banner.loan-against-property-banner{
    background: #1b2c4b url("../images/grameen-vikas-loan.jpg") no-repeat center center;
	background-size: cover;
}
.hero-banner.login-banner{
    background: #1b2c4b url("../images/login-bg.jpg") no-repeat center center;
	background-size: cover;
}
.hero-banner-captions{
position: relative;
    width: 100%;
    text-align: center;
}
.hero-banner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
   background: linear-gradient(42deg, rgba(1, 72, 134, .6) 29%, rgb(248 245 237 / 70%) 102%);
    mix-blend-mode: multiply;
}
.hero-banner:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    bottom: 0;
   background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
 
}
.form-outer .form-submit .btn-primary {
    position: relative;
    display: flex;
	justify-content:center;
	width:100%;
    cursor: pointer;
    padding: 17px 17px 17px 17px;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 19px;
	border-radius: 4px;
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
    background-color: #004886;
    background-image: linear-gradient(-42deg, #527D24 20%, #004886 100%);
	text-align:center;
	border:none;
}
.hidden {
    display: none;
}
.container.container-custom {
    max-width: 1120px;
}
.container.container-custom.container-custom-login {
    max-width: 900px;
}
.hero-banner h1 {
position: relative;
    z-index: 99;
    color: #fff;
    margin: 10px 40px;
    font-weight: 400;
    text-align: center;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -1px;
	display: inline-block;
}
.hero-banner h1 span{
    display: block;
    font-size: 42px;
    font-weight: 700;
}
.hero-banner h2 {
    position: relative;
    z-index: 99;
    color: #fff;
    margin: 10px 10px 10px 10px;
    font-weight: 400;
    text-align: center;
    font-size: 18px;
    letter-spacing: -.5px;
	display: inline-block;
	    background-color: #004886;
    background-image: linear-gradient(-42deg, #527D24 20%, #004886 100%);
	padding:10px 10px;
	border-radius:4px;
}

blockquote.form-block-quote {
border-color: transparent !important;
    border-style: solid;
    border-width: 0 0;
    padding: 1.8em 3em 1.8em 5em;
    color: #324659 !important;
    font-weight: 400;
    position: relative;
    max-width: 100% !important;
    border-radius: 4px;
    margin: 30px 0 0 0;
}

blockquote.form-block-quote:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 15px;
    background: url(../images/quote.svg) no-repeat center center;
    background-size: auto 100%;
    width: 43px;
    height: 35px;
   /* opacity: .25;  */
}
blockquote.form-block-quote h3{
	color:#ffffff;
	font-weight:600;
	letter-spacing:-1px;
}
blockquote.form-block-quote p{
	color:#ffffff;
	margin:0 0;
}
 .grade-bg {
	    display: flex;
	justify-content:center;
 }
.content-list{
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
    padding: 35px 35px;
    border-radius: 6px;
    display: flex;
    flex-flow: row wrap;
    border: 3px dotted rgba(255, 255, 255, .35);
	position:relative;
}
.content-list:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(-42deg, rgba(0,72,134,.6) 0, rgba(82,125,36,.6) 100%);
}
.content-list h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    z-index: 99;
}
.content-list h4:after {
  content: "";
    width: 150px;
    display: block;
    vertical-align: middle;
    margin-top: 10px;
    background: #ffffff;
    height: 3px;
    background-color: #004886;
    background-image: linear-gradient(-42deg, #527D24 20%, #004886 100%);
}
.content-list ul {
margin: 0 0 0 0;
    padding: 0 0;
    position: relative;
    z-index: 99;
}
.content-list ul li {
    list-style: none;
    display: block;
    padding: 5px 6px 10px 40px;
    position: relative;
    color: #ffffff;
    font-weight: 300;
    font-size: 18px;
}
.content-list ul li strong{
	font-weight:600;
}
.content-list ul li:before {
    position: absolute;
   /* font: normal normal normal 25px/1 'Material-Design-Iconic-Font';
       content: '\f2fb';
	       color: #70a637;*/
       background: url(../images/tick.svg) no-repeat center center;
    background-size: auto 100%;
    left: 9px;
content:"";
width: 22px;
    height: 22px;
}
.content-outer [class^="col-"] {
    padding: 0 !important;
}
.content-outer {
 
    border-radius: 6px;
    overflow: hidden;

	margin-bottom:40px;
}
.content-outer .first-grade{
	padding-right:15px !important;
}
footer{
	text-align:center;
	padding-bottom:30px;
}
footer p, footer p a{
margin: 0 0;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    opacity: .8;
    letter-spacing: 1px;
}
footer p a{
    position: relative;
    padding-left: 30px;
	text-decoration:none;
}
footer p a:before {
    position: absolute;
    left: 10px;
    content: "|";
    width: 1px;

}
#spamMessage {
    color: red;
    letter-spacing: -.5px;
    font-size: 18px;
    font-weight: 700;
	margin-top:10px;
    text-align: center;
}
.form-submission-box{
	max-width: 500px;
    background: #fff;
    padding: 50px;
	text-align:center;
    margin: 0 auto;
    border-radius: 6px;
	    box-shadow: 0px 8px 8px rgba(0, 0, 0, .06);
		    position: relative;
    z-index: 999;
}
.form-submission-box h1{
font-size: 32px;
    font-weight: 700;
	margin-bottom:10px;
}
.form-submission-box h4{
font-size: 20px;
    font-weight: 600;
	letter-spacing:-.5px;
}
.form-submission-box  p{
		letter-spacing:-.5px;
}
.icon-animation svg {
    width: 70px;
    display: block;
    margin: 0 auto 30px auto;
}
h1.success {
    color: #15b66c;
	    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* Data Tables */
 .dataTables__homeautomat h1{

            font-size: 22px;

            font-weight: 700;

            letter-spacing: -.5px;

        }

        .dataTables__homeautomat table.table, 

        .dataTables__homeautomat table.table th, 

        .dataTables__homeautomat table.table td {

            font-size: 14px;

        }

        .dataTables__homeautomat table.table.no-footer {

            border: 1px solid #ddd;

        }

        .dataTables__homeautomat table.table th{

            line-height: 13px;

            background-color: rgb(0,98,107) !important;

            border-bottom: 1px solid #ddd;
			font-weight:500;
			color:#ffffff;

        }

        .dataTables__homeautomat table.table tbody th, 

        .dataTables__homeautomat table.table tbody td {

            padding: 8px 10px;

        }

        .dataTables_wrapper .dataTables_info,

        .dataTables_wrapper .dataTables_paginate,

        .dataTables_wrapper .dataTables_length,

        .dataTables_wrapper .dataTables_filter{

            font-size: 14px !important;

        }   

        .dataTables_wrapper .dataTables_length select{

            background: none !important;

        }

        .dataTables__homeautomat .card{

            margin-bottom:20px;

        }

        .dataTables__homeautomat .card .card-header{

            font-weight:700;

            background: #d9e0e6;

            letter-spacing:-.5px;

            color: #395b74;

			display: flex;

    align-items: center;

    justify-content: space-between;

        }   

        .dataTables__homeautomat .dataTables_wrapper .dataTables_length {

            margin-bottom: 15px;

        }

        header.data-tables-header{
padding: 0 0;
         background: rgba(0,0,0,.4);

    box-shadow: 0px 2px 11px rgba(0, 0, 0, .3);

    display: flex;

    align-items: center;

    justify-content: space-between;

        }

		 header.data-tables-header .tagline{

margin-right: 10px;
    color: #aee572;
    font-size: 16px;
    font-weight: 500;

		 }

        header.data-tables-header .navbar-brand img {

    height: 60px;
    width: auto;

        }

        header.data-tables-header .navbar-brand{

            display: inline-block;

            padding: 10px;

        }

        header.data-tables-header:before{

            content:none;

        }

        .dataTables__homeautomat{

            padding: 15px 0;

        }

		.dataTables_wrapper .dataTables_filter{

			margin-bottom:15px;

		}

		.dataTables__homeautomat .accordion-item{

			border:1px solid #c9c7c7;

		}

		.dataTables__homeautomat .accordion-item .accordion-header{

			position:relative;

			  

		}

		.dataTables__homeautomat .accordion-item .accordion-header .accordion-button{

			  font-weight: 600;

    background: #c6d0d8;

    letter-spacing: -.5px;

	    font-size: 16px;

		color:#052c65;

		  

		}
		.dataTables__homeautomat .accordion-item .accordion-header .accordion-button span{
			    letter-spacing: .5px;
    font-weight: 500;
    margin-left: 5px;
		}

		.dataTables__homeautomat .accordion-item .accordion-header .accordion-button.collapsed{

			  background: #eaeaea !important;

    color: #000;

		}

		.dataTables__homeautomat .accordion-item .accordion-header button.btn{

			position: absolute;

    top: 9px;

    right: 100px;

    z-index: 999;

		}

		.dataTables__homeautomat .accordion-item .accordion-header button.btn svg{

			fill:#31d97c;

			height: 20px;

		}

		.dataTables__homeautomat .accordion{

			box-shadow: 0px 8px 8px rgba(0, 0, 0, .06);

		}
		.ha-btn-secondary {
    background-color: #1a1b26 !important;
    border: 1px solid #1a1b26 !important;
    border-radius: 25px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #ffffff !important;
}
.all-forms-button{
	    display: flex;
		flex-flow:row nowrap;
    align-items: center;
    justify-content: center;
	gap:10px;
	    margin-bottom: 40px;
}

.all-forms-button .all-forms-inner {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    gap: 30px;
    border: 2px dotted rgba(255,255,255,.3);
    padding:30px;
	 border-radius: 4px;
	 position:relative;
}
.all-forms-button .all-forms-inner span{
	position:absolute;
	left:10px;
	top:-11px;
	font-weight:500;
	letter-spacing:.5px;
	font-size: 13px;
}
.all-forms-button .all-forms-inner a{
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 6px 6px rgba(0, 0, 0, .1);
    padding: 20px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    letter-spacing: -.5px;
    text-align: center;
	position:relative;
	    font-size: 14px;
		    width: 100%;
	
}
.all-forms-button .all-forms-inner a:hover,
.all-forms-button .all-forms-inner a:focus{
	 background: rgba(255,255,255,.8);
}
.all-forms-button .all-forms-inner a.disabled{
	 background: rgba(255,255,255,.8);
	 pointer-events:none;

}
.all-forms-button .all-forms-inner a strong{
    display: block;
    letter-spacing: .2px;
    font-size: 14px;
    line-height: 22px;
}

.all-forms-button .all-forms-inner.ln-1 a{
background: rgb(255,255,255);
background: -moz-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(221,247,221,1) 100%);
background: -webkit-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(221,247,221,1) 100%);
background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(221,247,221,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ddf7dd",GradientType=1);
}
.all-forms-button .all-forms-inner.ln-2 a{
background: rgb(255,255,255);
background: -moz-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(224,239,251,1) 100%);
background: -webkit-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(224,239,251,1) 100%);
background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(224,239,251,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e0effb",GradientType=1);
}
.all-forms-button .all-forms-inner.ln-3 a{
background: rgb(255,255,255);
background: -moz-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(251,237,198,1) 100%);
background: -webkit-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(251,237,198,1) 100%);
background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(251,237,198,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#fbedc6",GradientType=1);
}
.all-forms-button .all-forms-inner.ln-4 a{
background: rgb(255,255,255);
background: -moz-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(248,222,224,1) 100%);
background: -webkit-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(248,222,224,1) 100%);
background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(248,222,224,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f8dee0",GradientType=1);
}
.all-forms-button .all-forms-inner.ln-1 a:hover,
.all-forms-button .all-forms-inner.ln-2 a:hover,
.all-forms-button .all-forms-inner.ln-3 a:hover,
.all-forms-button .all-forms-inner.ln-4 a:hover{
	opacity:.85;
}
.forms-landing-outer h1{
	    font-weight: 700;
    letter-spacing: -1px;
    color: #fff;
    font-size: 30px;
    text-align: center;
	margin-top: 30px;
}
.forms-landing-outer p{
	color:#fff;
	font-size: 22px;
	text-align: center;
	margin-bottom: 50px;
	font-weight: 300;
	    opacity: .85;
}

.loans-landing-page footer {

}
.top-drop {
 position: absolute !important;
    right: 20px;
    top: 20px;
	z-index:9;
		z-index: 999;
}
.top-drop .btn-primary{
    background: transparent;
    border: 1px solid #fff;
width:100%;
    font-size: 14px;
    font-weight: 400;
}
.top-drop .btn-primary:hover{
background-color: #004886;
    background-image: linear-gradient(-42deg, #527D24 20%, #004886 100%);
}
.top-drop .btn-primary.show{
background-color: #004886;
    background-image: linear-gradient(-42deg, #527D24 20%, #004886 100%);
}
.top-drop  .dropdown-menu {
    width: 100%;
	    min-width: 250px;
}
.top-drop .dropdown-item{
	font-size:12px;
	color:#444444;
}
.top-drop .dropdown-item:hover,
.top-drop .dropdown-item.active {
    color: #000000;
    background-color: #e9ecef;
}
.top-drop .dropdown-item-text{
	    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
	color:rgba(0,72,134,1);

}
.top-drop .dropdown-item strong{
	display:block;
}


 @media screen and (min-width: 320px) and (max-width: 479px) {
	 .all-forms-button-new .all-forms-inner {
    flex-flow: column nowrap;
	    margin: 0 0px 50px 0px;
}
.all-forms-button-new .all-forms-inner a strong {
    font-size: 18px;
    bottom: 20px;
}
	 .top-drop.footerLoanSelection {
        max-width: 100%;
        flex-flow: column nowrap;
        gap: 6px;
        align-items: flex-start;
}

	 .dataTables__homeautomat .accordion-body {
   overflow-x: scroll;
}
.dataTables__homeautomat .accordion-item .accordion-header button.btn {
    position: relative;
    top: auto;
    right: auto;
    margin: 10px auto;
    display: block;
}
header.data-tables-header .tagline {
    font-size: 13px;
}

	 .container.container-custom.container-custom-login {
    padding-bottom: 100px;
}
	 .form-submission-box {
    margin: 0 20px;
	    padding: 30px;
	    max-width: 100%;
}
    .form-success header,
.form-failure header	{
        background:none;
        box-shadow:none;
    }
	body.form-failure{
		padding:0 0;
	}
	
	 header {
    padding: 10px 0 0 0;
	    background: rgba(0, 0, 0, .2);
    box-shadow: 0 6px 6px rgba(0, 0, 0, .1);
}
header img {
    height: 80px;
}
.forms-landing-outer p {
    font-size: 18px;
    font-weight: 400;
}
.all-forms-button {
    flex-flow: column nowrap;
}
.all-forms-button .all-forms-inner {
    margin: 12px 0;
}
.all-forms-button .all-forms-inner {
    width: 100%;
}
footer p a {
    padding-left: 0;
    display: block;
    padding-top: 12px;
}
footer p a:before{
	content:none;
}
.top-drop {
    position: relative !important;
    right: auto;
    top: auto;
    z-index: 9;
    min-width: 180px;
    z-index: 999;
    margin: 10px auto 0 auto;
    width: 100%;
    display: block !important;
    background: rgba(0,0,0,.3);
    padding: 30px;
}
.hero-banner h1 span {
    font-size: 32px;
	        line-height: 33px;
}
.hero-banner h1 {
    font-size: 20px;
}
.hero-banner h2 {
        font-size: 15px;
        margin: 0 30px;
        display: block;
}
.hero-banner {
    min-height: 280px;
}
.form-outer {
    border-radius: 0 0;
    overflow: hidden;
    box-shadow: none;
}
.hero-banner-captions {
padding-bottom:20px;
}
.form-outer .hero-form-inner {
    padding: 30px;
}
.form-outer .hero-form-inner h3 {
    margin-top: 0;
}
.content-outer .grade-bg {
    padding-right: 15px !important;
    padding-left: 15px !important;
	        margin: 10px 0;
}
.content-list {
    padding: 20px 20px;
}
footer {
    padding-left: 20px;
    padding-right: 20px;
}
h1.success {
    color: #15b66c;
	    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
	 
 }
   @media screen and (min-width: 480px) and (max-width: 767px) {
	   	 .all-forms-button-new .all-forms-inner {
    flex-flow: column nowrap;
	  margin: 0 0px 50px 0px;
}
.all-forms-button-new .all-forms-inner a strong {
    font-size: 28px;
    bottom: 20px;
}

	   .top-drop.footerLoanSelection {
    max-width: 100%;
}


	   .dataTables__homeautomat .accordion-body {
   overflow-x: scroll;
}
.dataTables__homeautomat .accordion-item .accordion-header button.btn {
    position: relative;
    top: auto;
    right: auto;
    margin: 10px auto;
    display: block;
}
	    .container.container-custom.container-custom-login {
    padding-bottom: 100px;
}
	   	 .form-submission-box {
    margin: 0 20px;
	    padding: 30px;
	    max-width: 100%;
}
    .form-success header,
.form-failure header	{
        background:none;
        box-shadow:none;
    }
	body.form-failure{
		padding:0 0;
	}
	    header {
    padding: 10px 0 0 0;
	    background: rgba(0, 0, 0, .2);
    box-shadow: 0 6px 6px rgba(0, 0, 0, .1);
}
header img {
    height: 80px;
}
.forms-landing-outer p {
    font-size: 18px;
    font-weight: 400;
}
.all-forms-button {
    flex-flow: column nowrap;
}
.all-forms-button .all-forms-inner {
    margin: 12px 0;
}
.all-forms-button .all-forms-inner {
    width: 100%;
}
footer p a {
    padding-left: 0;
    display: block;
    padding-top: 12px;
}
footer p a:before{
	content:none;
}

.top-drop {
    position: relative !important;
    right: auto;
    top: auto;
    z-index: 9;
    min-width: 180px;
    z-index: 999;
    margin: 10px auto 0 auto;
    width: 100%;
    display: block !important;
    background: rgba(0,0,0,.3);
    padding: 30px;
}
.hero-banner h1 span {
        font-size: 38px;
        line-height: 40px;;
}
.hero-banner h1 {
    font-size: 30px;
}
.hero-banner h2 {
        font-size: 18px;
        margin: 0 30px;
        display: block;
}
.hero-banner {
    min-height:400px;
}
.form-outer {
    border-radius: 0 0;
    overflow: hidden;
    box-shadow: none;
}
.hero-banner-captions {
padding-bottom:20px;
}
.form-outer .hero-form-inner {
    padding: 30px;
}
.form-outer .hero-form-inner h3 {
    margin-top: 0;
}
.content-outer .grade-bg {
    padding-right: 15px !important;
    padding-left: 15px !important;
	        margin: 10px 0;
}
.content-list {
    padding: 20px 20px;
}

footer {
    padding-left: 20px;
    padding-right: 20px;
}
h1.success {
    color: #15b66c;
	    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
   }
   
   
    @media screen and (min-width: 768px) and (max-width: 991px) {
		.all-forms-button-new .all-forms-inner {
    margin: 0 0px 50px 0px;
}
		header a {
    display: inline-block;
    margin-left: 10px;
}
		.dataTables__homeautomat .accordion-item .accordion-header button.btn {
    right: 60px;
}
.dataTables__homeautomat .accordion-item .accordion-header .accordion-button {
    font-size: 15px;
}
			
    .form-success header,
.form-failure header	{
        background:none;
        box-shadow:none;
    }
	body.form-failure{
		padding:0 0;
	}
		 header {
          padding: 10px 0;
        background: rgba(0, 0, 0, .2);
        box-shadow: 0 6px 6px rgba(0, 0, 0, .1);
        text-align: left;
}
header img {
    height: 80px;
}
		.all-forms-button {
    flex-flow: row wrap;
}
.all-forms-button .all-forms-inner {
    width: calc(50% - 15px);
}
.top-drop {
    top: 13px;
}
.form-outer {
    border-radius: 0;
    box-shadow: none;
}
.hero-banner {
    min-height:400px;
}
.hero-banner h1 {
    display: block;
    margin: 13px auto;
}
.content-outer .grade-bg {
    padding-right: 15px !important;
    padding-left: 15px !important;
	        margin: 10px 0;
}
.content-list{
	width:100%;
}
h1.success {
    color: #15b66c;
	    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
		
	}
	
	@media (min-width: 992px) and (max-width: 1023px) {
		.top-drop {
    top: 30px;
}
		header img {
    height: 95px;
}
		header a {
    display: inline-block;
    margin-left: 10px;
}
header {
    text-align: left;
}

		body.form-failure{
		padding:0 0;
	}
		.form-outer{
			margin:0 10px !important;
		}
		.content-outer .grade-bg {
    padding: 20px !important;

}
	h1.success {
    color: #15b66c;
	    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}	
	}
	
	@media screen and (min-width: 1024px) and (max-width: 1199px){
		.top-drop {
    top: 30px;
}
		header img {
    height: 95px;
}
		header a {
    display: inline-block;
    margin-left: 10px;
}
header {
    text-align: left;
}


		body.form-failure{
		padding:0 0;
	}
.form-outer{
			margin:0 10px !important;
		}
		.content-outer .grade-bg {
    padding: 20px !important;

}
h1.success {
    color: #15b66c;
	    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

	}
	
	@media screen and (max-width: 1200px) {
		
}

	@media screen and (min-width: 1200px) and (max-width: 1365px){
		.top-drop {
    top: 30px;
}
		header img {
    height: 95px;
}
		header a {
    display: inline-block;
    margin-left: 10px;
}
header {
    text-align: left;
}
}
	



.top-drop.bottom-drop{
    position: relative !important;
    top: auto;
    left: auto;
    right: auto;
}

.loan-radio{
	    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-flow: row nowrap;
	margin-bottom:12px;
}
.top-drop .btn-group{
	width:100%;
}

.loan-radio .radio {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: left;
}
.loan-radio .radio + .radio {

}
.loan-radio .radio input {
  display: none;
}
.loan-radio .radio input + span {
    display: inline-block;
    position: relative;
    padding-left: 26px;
    font-weight: 600;
	color:#ffffff;
	font-size:15px;
}
.loan-radio .radio input + span:before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 50%;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    border: 2px solid #ffffff;
    background: transparent;
}
.loan-radio .radio input + span:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: #0d6efd;
    position: absolute;
    border-radius: 50%;
    top: 4px;
    left: 4px;
    opacity: 0;
    transform: scale(0, 0);
    transition: all 0.2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.loan-radio .radio input:checked + span:after {
  opacity: 1;
  transform: scale(1, 1);
}

.form-check.disclaimer-container{
	padding-left:0;
}
.form-check.disclaimer-container label{
    color: #777777;
    font-weight: 500;
    font-size: 15px;
    display: flex;
    gap: 8px;
    align-items: flex-start;
	    cursor: pointer;
}
.form-group.disclaimer-container label.error {
    color: #dc3545;
    font-weight: 400;
    margin-left: 27px;
}
.form-check.disclaimer-container #disclaimer{
    width: 27px;
    height: 27px;
	min-width: 22px;
}

/* Disclaimer Popup styles */

/* Popup background */
    #popupOverlay {
      display: none;
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.5);
      z-index: 1000;
    }

    /* Popup box */
    #popup {
background: #fff;
    padding: 30px;
    max-width: 650px;
    margin: 100px auto;
    border-radius: 8px;
    text-align: center;
    position: relative;
    }
	 #popup  h3{
	 margin-top: 0;
    font-size: 22px;
	}
#popup p{
line-height:26px;
text-align:left;
font-size:15px;
}
.popup-body{
	    max-height: 330px;
    overflow-y: auto;
}
    /* Confirm button */
    #confirmBtn {
    background-color: rgba(82,125,36,1);
    color: white;
    border: none;
    padding: 10px 20px 10px 35px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
    font-weight: 500;
    position: relative;
    }

    #confirmBtn::before {
      content: "✔";
	      position: absolute;
    left: 17px;
    }
