html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #170243;
    font-weight: 100;
    line-height: 20px;
    letter-spacing: .5px;
    font-family: "Open Sans", sans-serif, Helvetica;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    color:#000;
    margin: 0;
    margin-bottom: 8px;
    word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

h1 {
    font-size: 44px;
    line-height: 54px;
}

h2 {
    width:100%;
    font-size: 38px;
    line-height: 48px;
    margin-bottom:30px;
    text-transform:uppercase;
    font-weight:700;
}
h2 span{
    color:#d74f38;
}

h3 {
    font-size: 32px;
    line-height: 42px;
}

h4 {
    font-size: 24px;
    line-height: 34px;
}
footer h4 {
    margin-bottom: 20px;
}

h5 {
    font-size: 20px;
    line-height: 30px;
}

h6 {
    font-size: 16px;
    line-height: 26px;
    font-weight:600;
    width:100%;
}

p {
    font-size: 15px;
    line-height: 22px;
    width:100%;
    font-weight: 100;
    margin-bottom: 20px;
}

a {
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    line-height: 16px;
    display: inline-block;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin-bottom: 8px;
    word-wrap: break-word;
    margin:0;
}

span {
    display: inline-block;
}

img {
    width: 100%;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

ul,ol {
    margin: 0;
    padding: 0;
    display:inline-block;
}

ul li,ol li {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    font-size: 15px;
    
}

ul li a, ol li a {
    margin: 0;
    padding: 0;
    font-size: 15px;
}

a:hover {
    text-decoration: none;
        color: #000;
}

div {
    margin: 0;
    padding: 0;
}

section, .testimonial, footer {
    z-index: 1;
    padding: 50px 0;
    position: relative;
    width:100%;
}

input,textarea, select{
    background: #fff;
    padding: 8px 12px;
    width: 100%;
    border:none;
    
}

 select::placeholder {
  /*color: #999999;
  font-size: 1.0em;*/
  font: 400 13.3333px Arial;
  color: -internal-light-dark(black, white);
 }
input:focus,textarea:focus,select:focus{
    outline: none;
}


.di{
    display: inline-block;
} 

/*-- font-weight --*/

.f-1 {
    font-weight: 100;
}

.f-2 {
    font-weight: 300;
}

.f-3 {
    font-weight: 400;
}

.f-4 {
    font-weight: 500;
}


/*-- font color --*/


.c-1{
    color: #828483;
}

.c-2{
    color:#51cdcb;
}

.c-3{
    color:#ffbe2b;
}

.c-4{
    color: #ffffff;
    text-transform: uppercase !important;
    font-size: 64px;
    font-weight: 600;
    line-height:54px;
}


/*-- Background Color --*/

.bg-1 {
    background: #51cdcb;
}

.bg-2 {
    background: #291d65;
}
.bg-3 {
    background: #fff;
}

.bg-4{
    background:#f7f7f7;
}
.bg-5{
    background:#F8C935;
}

/*-- Button, Anchor --*/

.link {
    color: #fff !important;
    font-size: 20px;
    padding: 12px 50px;
    border-radius: 5px;
    letter-spacing: 1px;
    text-transform: capitalize;
    border: none;
    background: #d74f38;
}

.link:hover {
    color: #000 !important;
}

.hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

/*-----------------------------------------
------------- ( Top Header )
-----------------------------------------*/
.top_header {
    padding: 10px 0;
    background: #ffbe2b;
}

.top_header span i {
    margin-right: 10px;
}

.top_header span {
    margin-right: 20px;
    color: #fff;
    font-size: 14px;
}
.top_header .social-line a {
    background: #fff;
    width: 25px;
    height: 25px;
    font-size: 14px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#ffbe2b;
}

/*-----------------------------------------
------------- (Header  )
-----------------------------------------*/
header{
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 9;
}
.top_header .container {
    padding: 0 5px;
}
header .logo {
    width: 100%;
}
header .loca{
    width:125px;
    position:relative;
}
header .loca:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: -20px;
    border-left: 2px solid #fff;
}

header .link ,footer .link {
    background: #F7B500;
    color: #000;
    padding: 8px;
    font-size: 14px;
    padding-left: 40px !important;
    font-weight: 100;
    border-radius: 30px;
    position: relative;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
}
footer .link {
    color: #000 !important;
    padding: 5px 20px;
    margin-left: 40px !important;
    margin-bottom: 10px;
    margin-top: -5px;
    width: 100%;
}
footer .link:hover{
    color:#fff !important;
}
header .link:after, footer .link:after {
    content: "\f041";
    position: absolute;
    width: 32px;
    height: 32px;
    background: #000;
    left: -3px;
    top: 0;
    border-radius: 50%;
    color: #fff;
    font-family: FontAwesome;
    font-size: 22px;
    padding: 7px 10px;
    box-shadow: 0px 2px 2px #00000059;
}

header .link .pay-now-btn {
    background: #d74f38;
}

header .pay-now a:after, footer .pay-now:after {
    content: "\20B9" !important;
    position: absolute;
    width: 32px;
    height: 32px;
    background: #d74f38;
    left: -3px;
    top: 0;
    border-radius: 50%;
    color: #fff;
    font-family: FontAwesome;
    font-size: 22px;
    padding: 7px 10px;
    box-shadow: 0px 2px 2px #00000059;
}


top_header .link .pay-now-btn-mob {
    background: #d74f38;
}

top_header .pay-now-mob a:after {
    content: "\20B9" !important;
    position: absolute;
    width: 32px;
    height: 32px;
    background: #d74f38;
    left: -3px;
    top: 0;
    border-radius: 50%;
    color: #fff;
    font-family: FontAwesome;
    font-size: 8px;
    padding: 7px 10px;
    box-shadow: 0px 2px 2px #00000059;
}

.slider{
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position:relative;
}

.slider .t_box{
    margin-top:10vh;
}
.slider .carousel-item{
    height:100vh;
}

.link-btn {
    color: #fff !important;
    font-size: 14px;
    padding:8px;
    border-radius: 5px;
    letter-spacing: 1px;
    text-transform: capitalize;
    border: none;
    background: #d74f38;
}
/*.slider .carousel-item:before {
    top: -30px;
    right: 0px;
    bottom: 0;
    width: 58%;
    content: '';
    background: url(../images/Polygon.png);
    position: absolute;
    overflow: hidden;
}*/
.slider .carousel-indicators {
    bottom:75px;
    z-index:1;
}
.slider .carousel {
    height: 100vh;
}
constructed stylesheet
*, ::after,
.slider .container{
    position: relative;
    z-index: 2;
}
.slider .banner{
    height: 100vh;
    width: auto;
    bottom: 0;
    float: right;
    margin-right: -31%;
    margin-top: -40px;
}
/*.slider .banner-3{
    margin-left: 0%;
    margin-top: 20vh;
    height: 70vh;
    width: auto;
    bottom: 0;
}*/
.slider h1 {
    color: #454444;
    font-size: 68px;
    line-height: 70px;
    padding-top: 10vh;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-weight: 100;
    font-family: 'Bebas Neue', cursive;
}
.slider h3 {
    font-size: 26px;
    line-height: 34px;
    color: #f8c935;
    margin-bottom: 20px;
}
.slider .box ul{
    display: flex;
    padding: 15px 0;
    flex-wrap: wrap;
}
.slider .box ul li{
    text-align: center;
    list-style: none;
    padding: 0 10px;
}

.slider .box ul li img {
    height: 60px;
    width: auto;
    margin: 10px 50px 5px;
}
.slider .box ul li p {
    color: #424242;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    margin: 10px auto;
    text-transform: capitalize;

}
.slider .box a{
    color: #fff;
    margin-top: 50px;
    background: #d74f38;
    padding: 10px 15px;
   /* text-transform: uppercase;*/
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 5px;
    margin: 0 auto;
    display: inline-block;
}
.slider .carousel-indicators li{
    height: 10px;
    width: 10px;
    opacity: 1;
    background: #ffb800;
    border-radius: 50%;
    border: 10px;
}
.slider .carousel-indicators li.active{
    opacity: .5;
}
nav{
    width: 100%;
}
nav.navbar.navbar-expand-sm.sticky-top {
    padding: 15px 0;
}

li.nav-item {
    margin: 0 10px;
}

/*-----------------------------------------
------------- (Home Page  )
-----------------------------------------*/
.benefits .col-md-4{
    padding:0;
    margin:0;
}
.benefits .box {
    padding: 60px 0;
}

.benefits .box img {
    width: 75px;
    margin-bottom: 25px;
    height:75px;
}
.steps .box{
    margin-bottom:30px;
}
.steps .box img {
    width: 120px;
    margin-bottom: 30px;
}
.c_one:before {
    content: '1';
    position: absolute;
    width: 100%;
    top: 48px;
    left: 0;
    font-size: 55px;
    font-weight: 600;
    color: #fff;
}
.c_two:before {
    content: '2';
    position: absolute;
    width: 100%;
    top: 48px;
    left: 0;
    font-size: 55px;
    font-weight: 600;
    color: #fff;
}
.c_three:before {
    content: '3';
    position: absolute;
    width: 100%;
    top: 48px;
    left: 0;
    font-size: 55px;
    font-weight: 600;
    color: #fff;
}
.c_one:after,.c_two:after {
    content: '';
    position: absolute;
    top: 23%;
    right: -32%;
    width: 65%;
    border-bottom: 4px solid #fff;
}
center {
    width: 100%;
}

.mytab .container-fluid {
    padding: 0 90px;
}
.mytab .nav-item {
    width: 100%;
}

.mytab .nav.nav-pills {
    width: 25%;
}

.mytab .tab-content {
    width: 75%;
    height: 444px;
    overflow: hidden;
}
.mytab .nav-item h5, .mytab .nav-item .nav-link {
    padding: 11px 25px;
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    border-radius: 5px;
}
.mytab .nav-item .nav-link {
    border: 1px solid #d8d8d8;
    position: relative;
    padding: 18px 25px;
    text-align: left;
}
.mytab .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #ffffff !important;
    background-color: #414141 !important;
}
.mytab .nav-item .nav-link img {
    width: 50px;
    margin-right: 13px;/* 20px;*/
    height: 50px;
}
.mytab .tab_head {
    background: #414141;/*#f8ca47;*/
    padding: 10px 15px;
    text-transform: uppercase;
    margin-bottom: 9px;
    border-radius: 5px;
   
}
.mytab .tab_body {
    padding: 24px 0 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.mytab .tab_body img {
    width: 50px;
    margin-bottom: 5px;
    height: 44px;
}
.mytab .tab_body p {
    margin-bottom: 0;
    font-size: 8px;
    line-height: 10px;
    text-transform: uppercase;
    padding-bottom:10px
}

.mytab .tab_body .disclaimer {
    margin-bottom: 0;
    font-size: 8px;
    line-height: 10px;
    text-transform: revert !important;
    padding-bottom:10px
}
.mytab .col-md-4 {
    float: left;
}
.interestbg {
    position: relative;
    background: #FCE391;
    padding: 7px 0;
    margin-bottom: 10px !important;
}
.testimonial .test_img {
    text-align: center;
}
.testimonial .test_img img {width: 60%;}
.test_detail {
    padding: 25px 10%;
    position: relative;
}

.test_detail p {
    font-size: 22px;
    line-height: 28px;
    font-weight: 100;
    margin-bottom: 30px;
    font-family: HelveticaNeue-Thin;
    color:#424242;
}

.test_detail:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    top: 0px;
    left: 15px;
    background: url(../images/quote.png);
    background-repeat: no-repeat;
    background-size: 65px;
}
.test_detail:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 90px;
    left: 84%;
    background: url(../images/quote1.png);
    background-repeat: no-repeat;
    background-size: 65px;
}
.testimonial .carousel-indicators{
    bottom:-30px !important;
}
.calc .col-md-5 .box {
    padding: 58px 40px;
}

.calc .col-md-5 .box ul {
    display: inline-block;
}

.calc .col-md-7 .box {
    padding: 10px 20px 45px;
    border: 1px solid #ddd;
}
select#purity {
    padding: 8px;
}

.calc .col-md-7 .box h4 input {
    color: #d74f38;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.calc .col-md-7 .box table {
    margin: 20px auto 5px;
}

.calc .col-md-7 .box table tr td, .calc .col-md-7 .box table tr th {
    margin: 0 10px;
    font-size:14px;
}

.calc .col-md-7 .box table th {
    padding-right: 30px;
    padding-bottom: 10px;
}

.calc .col-md-7 .box table td input,.calc .col-md-7 .box table td select {
    border: 1px solid #42424254;
    border-radius: 5px;
    letter-spacing: 1px;
    box-shadow: 2px 2px 4px #1515154a;
}

.calc .col-md-7 .box table td {
    padding-right: 25px;
}
.calc .disc {
    font-size: 10px;
    line-height: 14px;
}
.calc form {
    display: inline-block;
}

.in_box label {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #d74f38;
}
.calc .in_box {
    width: 50%;
    float: left;
    padding-right: 20px;
    margin-bottom: 15px;
}

.calc .in_box input {
    width: 65%;
    /*background: linear-gradient(95deg, #F8C935 4%, #FBDF77 50%, #F8C935 96%, #F8C935 96%);*/
    border: 1px solid #979797;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.50);
    border-radius: 5px;
    color: #d74f38;
    font-size: 18px;
    font-weight:bold;
    text-align:center;
}
.calc .sub {
    text-align: center;
    margin-bottom: 10px;
}

.calc .sub input {
    width: 30%;
    padding: 8px 0px;
    font-size: 18px;
}


section.calc ul {
    display: inline-block;
}

section.calc ul li {
    width: 100%;
    text-align: left;
    padding-left: 5px;
    font-weight: 100;
    line-height: 24px;
}

section.calc ul span {
    width: 16%;
    float: left;
}
.happyloan{
    font-size: 44px;
    line-height: 54px;
    font-weight:600;
}
/*-----------------------------------------
------------- ( Footer )
-----------------------------------------*/
footer .social-line.text-center.pull-right li {
    background: #fff;
    padding: 5px;
    width: 30px;
    border-radius: 3px;
}

footer .social-line.text-center.pull-right li a {
    color: #f8be45;
    font-size: 16px;
}
footer .social-line.text-center.pull-right li a:hover{
    color:#000;
}

footer .social-line.text-center.pull-right {
    margin-bottom: 20px;
}

footer input {
    margin-bottom: 10px;
    width: 100%;
    border-radius: 5px;
    background: #fad760;
    letter-spacing: 2px;
}

 input[type="submit"] {
    background: #d74f38;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
}
footer .contactus p, .contactus a {
    line-height: 22px;
    color:#000;
}

.contact h1 {
    margin: 15px 0;
}

.contact ul li i {
    width: 35px !important;
    color: #d74f38;
}

.contact ul li p,.contact ul li a {
    margin-bottom: 0;
    line-height: 22px;
    letter-spacing: .7px;
    font-weight: 100;
}
.contact .card-layouttest {
    padding: 20px 15px;
    margin-bottom: 20px;
    min-height:183px;
}
ul.contactus li {
    font-size: 13px !important;
}
.contact p, .contact a, .contact span {
    font-size: 13px !important;
}

footer a:hover, footer .f_m li a:hover{
    color:#fff;
}

footer .contactus li, .contact .contactus li {
    display: flex;
    margin-bottom: 5px;
    width: 100%;
}
.contact input {
    width: 100%;
    padding: 10px 35px;
    border: 1px solid #f8be45;
    margin: 0 2px;
    margin-bottom: 15px;
    border-radius:5px;
}

.contact select {
    width: 100%;
    padding: 10px 35px;
    border: 1px solid #f8be45;
    margin: 0 2px;
    margin-bottom: 15px;
    border-radius:5px;
}

.contact textarea{
    width: 99%;
    padding: 10px 10px;
    border: 1px solid #f8be45;
    margin: 0 2px;
    margin-bottom: 15px;
    border-radius:5px;
}

.contact textarea::placeholder {
  /*color: #999999;
  font-size: 1.0em;*/
  font: 400 13.3333px Arial;
  color: -internal-light-dark(black, white);
    
}

.contacthover {
 /* height: 200px;
  width: 200px;
  box-shadow: 0;
  transition: box-shadow 1s;
  border: 1px solid #eee;
  transition: background .3s,border .3s,border-radius .3s,box-shadow 1s -webkit-border-radius .3s,-webkit-box-shadow .3s;*/
  box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.3);
  transition: box-shadow 1s;
  padding:10px;
}

.contacthover:hover {
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.5);
 /* box-shadow: 0 0 3px #515151;*/
  ;
}
.fast-transition {
  /* Position the pseudo-element. */
  /* Create the box shadow at expanded size. */
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.5);

  /* Hidden by default. */
  opacity:1;
  transition: opacity 500ms;
}

.fast-transition:hover {
  /* Show the pseudo-element on hover. */
  opacity: 1;
}




footer .contactus i, .contact .contactus i {
    font-size: 18px;
    width: 30px;
}
footer .f_m li {
    margin-bottom: 15px;
    position: relative;
}
footer .f_m li a{
    color:#000;
}
footer .f_m li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: -5px;
    left: 0;
    border-bottom: 1px dashed #ffffff9e;
}

.copyright {
    padding: 10px 0;
    background: #fad65c;
}
section.copyright a {
    font-size: 15px;
    color: #000;
}

section.copyright a:hover {
    color: #d74f38;
}

section.copyright li {
    margin-right: 40px;
}

.card-layout
{
    background-color:white;
    border-radius:5px;
    box-shadow: 0px 4px 9px 0 rgba(0, 0, 0, 0.11);
    padding: 0px 30px;
}

.card-layouttest
{
    background-color:white;
    border-radius:5px;
    box-shadow: 0px 4px 9px 0 rgba(0, 0, 0, 0.11);
    padding: 0px 20px;
}
.innerpage_background
{
    background-color:#fafafa;
}
.footer_menu ul {
    float: right;
}
/*-----------------------------------------
------------- ( About Us )
-----------------------------------------*/
.inner_page header {
    background: #fad65c !important;
}

.about {
    padding-top: 90px;
}
.about .img_box {
    max-width: 135px;
    float: left;
    padding: 0 20px;
}

.about .content_box {
    display: flex;
    align-items: center;
    background: #fdedb7;
    margin: 30px 0;
    box-shadow: 2px 2px 4px #00000021;
    height: 175px;
}
.about .col-md-6.box {
    margin-top: 0px;
}

.about .inner_box {
    padding: 0 30px;
}

.about .col-md-6.box ul {
    display: inline-block;
}

.about .col-md-6.box ul li {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    font-weight: 100;
    list-style: disc;
}

/*-----------------------------------------
------------- ( Term & condition )
-----------------------------------------*/
.terms .container {
    padding: 0 100px;
}
.inn_page{
    padding-top:60px;
}
.terms ul, .terms ol {
    display: inline-block;
    padding: 0 15px;
    padding-left: 15px;
}
.terms ul li, .terms ol li {
    list-style: revert;
    margin-bottom: 5px;
    margin-left: 20px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 100;
    text-align:justify;
}
.terms ul li::marker {
font-size: 12px;
}
.terms ul li > ol li, .terms ol li > ol li {
    list-style: lower-roman;
    margin-left: 0px;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 100;
    text-align:justify;
}
.terms ul li > ul li, .terms ol li > ul li {
    list-style: lower-roman;
    margin-left: 0px;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 100;
    text-align:justify;
}

.terms h6 {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin-left: 15px;
}

.terms p, .faq p {
    font-size: 12px;
    line-height: 20px;
    width:100%;
    font-weight: 100;
    text-align:justify;
}
.innerlink {
    color: #272725;
    font-weight: 100 !important;
    font-size: 12px !important;
}

.innerlink:hover{
    color: #f8be45 !important;
    font-weight: 100 !important;
    font-size: 12px;
    line-height: 20px;
}
/*-----------------------------------------
------------- ( FAQ )
-----------------------------------------*/

.faq .container, .loanfaq .container {
   /* padding: 0 20px;*/
   padding: 0 100px;
}
#accordion {
    width: 100%;
}
.faq a, .loanfaq a {
    color: #272725;
    font-weight: 400;
    font-size: 15px;
}
.loanfaq .card-body ul {
    display: inline-block;
}

.loanfaq .card-body ul li> ul li {
    width: 100%;
    list-style: disc;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
}

.loanfaq .card-body ul li {
    width: 100%;
    list-style: disc;
    margin: 0 15px 5px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
}
.prv_plc .card-body{
    padding-right:25px;
}
.card{
    margin-bottom:15px !important;
}
.popupform li {
    padding: 5px;
}
.modal-body {
    position: relative;
}

.modal-body:after {content: 'OR';position: absolute;top: 22px;left: 47%;font-size: 18px;font-weight: 900;color: #d74f38;}

.popup .modal-body {
    background: #f1f1f1;
    border: 10px solid #fff;
}
.popup .nav-item {
    margin: 0;
}

.popup div#home {
    padding: 0;
}
.popup div#menu1 {
    padding: 0;
}
.popup .modal-body a {
    color: #000;
    margin-left: 10px;
}
.popup .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #000;
    background-color: #e8b812;
}

.popupform select, .popupform input[type="date"]{
    color:#757575 !important;
}

.popup input, .popup input[type="date"], .popup select{
    padding: 10px 35px;
    border: 1px solid #f8be45;
    margin: 0 2px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.popup textarea {
    padding: 10px 10px;
    border: 1px solid #f8be45;
    margin: 0 2px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.card-header{
    position:relative;
  /*  background-color: rgb(250 214 92 / 40%);*/
}

.card-header:after {
    content: '\f068';
    position: absolute;
    top: 6px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: #fff;
    /*color: #d74f38;*/
    color:#f6b643;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: FontAwesome;
    border-radius: 50%;
    transition: all .3s;
}
.card-header.collapsed:after {
    content: "\f067"; 
    position: absolute;
    top: 6px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: #fff;
    /*color: #d74f38;*/
    color:#f6b643;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: FontAwesome;
    border-radius: 50%;
     transition: all .3s;
}

.appointmentSlots{flex-grow:1;position:relative;overflow:auto;flex:1 1 auto;height:0;margin:0px 0 0px;font-size:14px;min-height:170px;}
.appointmentSlotsContainer{display:flex;justify-content:space-between;align-content:flex-start;flex-wrap:wrap;height:100%;}
.appointmentSlot{height:33px;display:flex;align-items:center;justify-content:center;width:calc(20% - 6px);border:1px solid #4C72FB;background-color:#fff;color:#4C72FB;border-radius:6px;text-align:center;font-size:12px;margin-bottom:8px;transition:0.3s;cursor:pointer;}
.highlightslot{background-color:red;color:white;}

.input-icons i { 
            position: absolute; 
            font-size: 18px;
        } 
          
        .input-icons { 
            width: 100%; 
            margin-bottom: 10px; 
        } 
          
        .icon { 
            padding: 10px; 
            min-width: 40px; 
            
        } 
          
        .input-field { 
            width: 100%; 
           padding: 10px;
           /* text-align: center;*/  
        }
.pageheading {     
    width: 100%;
    font-size: 38px;
    line-height: 48px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 15px;
   }
   
   
   
   
   .policy ul li {
    width: 100%;
    padding: 15px 0 20px;
    border-bottom: 1px solid #00000040;
    list-style: none;
    margin: 0;
    position: relative;
    cursor: pointer;
}

.policy ul li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0;
    background: url(../images/right.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 2%;
}
.cta .container {
    padding: 0 100px;
}

.cta .row {
    padding: 30px;
}

.cta ul {
    display: flex;
    align-items: center;
    width:100%;
}
.cta h5 {
    margin-bottom: 0;
}

.cta ul li:nth-child(2) {
    padding: 0 25px;
    width: 69%;
}

.help .container {
    padding: 0 30px;
}

.help .row {
    padding: 30px;
}

.help ul {
    display: flex;
    align-items: center;
    width:100%;
}
.help h5 {
    margin-bottom: 0;
}

.help ul li:nth-child(2) {
    padding: 0 25px;
    width: 69%;
}


/*buttonscroll */

#buttonscroll {
  display: inline-block;
  background-color: #FF9800;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}


/*#buttonscroll {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    border-color: #efbb20;
    border-radius: 20px;
    border-style: solid;
    border-width: 0;
    bottom: 15px;
    box-shadow: 2px 2px 12px -5px #000000;
    color: #efbb20;
    cursor: pointer;
    display: none;
    height: 40px;
    line-height: 26px;
    margin: 0;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 40px;
    z-index: 999;
}*/

#buttonscroll::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 35px;
  color: #fff;
}
#buttonscroll:hover {
  cursor: pointer;
  background-color: #333;
}
#buttonscroll:active {
  background-color: #555;
}
#buttonscroll.show {
  opacity: 1;
  visibility: visible;
}

/*Loan Transfer*/

.laon_banner {
    height: 540px;
    background: url(../images/loan_bg.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.why_niskha .laon_banner {
    height: 540px;
    background: url(../images/loan_bg.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.why_niskha .c_row {
    padding: 10px 60px;
    display: flex;
}

.why_niskha .box {
    padding: 20px;
    border: 1px solid #fad65c;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

.why_niskha .box .loan_text {
    width: 60%;
}

.why_niskha .box .loan_icon {
    width: 40%;
    display: inline-block;
    padding-left: 10px;
}

.simple .c_row {
    padding: 10px 80px;
    width: 100%;
    display:flex;
    justify-content: center;
}

.simple .box {
    padding: 10px;
    text-align: center;
}

.simple .box .l_icon {
    width: 40%;
    text-align: center;
    margin: auto;
}

.media .box {
    display: inline-block;
    box-shadow: 1px 1px 10px #00000040;
    padding: 5px;
    border-radius: 10px;
    background: #fad65c30;
}

.media .box .media_text {
    padding: 10px 10px 0;
}
.media_img {
    overflow: hidden;
}

.media .box:hover img {
    transform: scale(1.1);
}

.media .box:hover {
    background: #fff;
    transition: all .3s;
}
.laonpage_calc .col-md-5 .box {
    padding: 123px 40px;
}


@media screen and (max-width: 600px) {
 .col-md-9.text-right a {
    display: none;
    float: right;
}

.col-md-3.call {
    width: 60%;
    float: left;
    padding-left: 20px;
}

.col-md-9.text-right {
    width: 40%;
}
.top_header {
    overflow: hidden;
    width: 100%;
}

.top_header span i {
    margin-right: -15px;
    background: #fff;
    width: 25px;
    height: 25px;
    font-size: 14px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffbe2b;
}
.c_one:after, .c_two:after{
    display:none;
}
.mytab .nav.nav-pills {
    width: 100%;
}
.footer_menu ul {
    float: none;
}
.col-md-5.footer_menu {
    text-align: center;
    padding-top: 10px;
}
.terms .container {
    padding: 0 20px;
}
.cta .container {
    padding: 0 20px;
    margin-top: 20px;
}
.cta .row {
    padding: 10px;
}
.cta ul {
    display: block;
}
.cta ul li:nth-child(2), .cta ul li:nth-child(3) {
    margin-left: 20px;
}
.card-layout {
    padding: 0;
}
.mytab .container-fluid {
    padding: 0 20px;
}





.about .content_box {
    height: auto;
    padding: 20px 0;
}
.navbar-light .navbar-brand {
    width: 75% !important;
}
.contact i.fa.fa-map-marker {
    margin-right: 16px;
}
i.fa.fa-map-marker.no_m {
    margin-right: 3px !important;
}
.navbar-light .navbar-toggler{
    border-color: rgb(248 190 69 / 29%) !important;
}

#navbarSupportedContent {
    background: #fff !important;
}
header .logo {
    width: 90%;
    padding-left: 5px;
}
.about {
    padding-top: 30px;
}
section, .testimonial, footer {
    padding: 30px 10px;
}
.inner_page.mb-5 {
    width: 100%;
    overflow: hidden;
}
footer h4 {
    margin: 20px 0 10px;
}
.box.t_box {
    padding: 0 10px;
    text-align:center;
}
.slider h1{
    font-size: 35px;
    line-height: 40px;
    padding-top: 5vh;
}
.slider h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 0;
}
.slider .box ul li {
    width: 33%;
    padding: 0;
}
.slider .box ul li img {
    height: 35px;
    width: auto;
    margin: 5px;
}
.slider .box ul li p{
    margin:auto;
}
.carousel-item .mt-4 {
   margin-top: 0 !important;
}
.slider .carousel-indicators 
{
    bottom: 30px;
    z-index: 1;
}

.contact input {
    width: 100%;
    padding: 10px 35px;
    border: 1px solid #f8be45;
    margin: 0 2px;
    margin-bottom: 15px;
    border-radius: 5px;
    
}

}

.content-area {
    padding-top: 50px;
    padding-bottom: 50px;
}
.error-page-area .error-page {
    color: #ffffff;
    text-align: center;
}


