@charset "utf-8";
/* CSS Document */
p{    font-family: 'Roboto', sans-serif;	}
ul li {    font-family: 'Roboto', sans-serif; font-weight: normal !important;}
.lt-grid-container {
	display: grid; 
	grid-template-rows: auto;
}
h1, h2, h3, h4, h5, h6 {font-family: 'Roboto', sans-serif; font-weight: 700;}
header {
	background: #003069;
	width: 100%;
	margin: 0px auto; 
	padding: 0px;	
}
div { font-family: 'Roboto', sans-serif; font-weight: normal;}
a{
	text-decoration:none;
}
.gradient {
    background: linear-gradient(to right, #003069 0%, #003069 50%, #a6282b 50%, #a6282b 100%);
}
.gradient-2 {
    background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #003069 50%, #003069 100%);
}
.cl {clear:both; display: block;}
.container-menu {
    background: linear-gradient(45deg, #003069 0%, #003069 30%, #a6282b 29%, #a6282b 100%);
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.container-menu {
    width: 100%;
    max-width: 1140px;
    margin: 0px auto;
    padding: 10px;
}
.bg-from-box { width: 80%; margin: 0px
    auto; padding: 0px}
    .banner-inn-page {
       width: 100%;
       position: relative; border-bottom: 5px solid #003069;
   }
   .banner-inn-page > div h1 {
    font-size: 42px;
    color: #003069;
    line-height: 50px;
}
.banner {
  width: 100%;
  border-bottom: 1px solid #003069;
  background: linear-gradient(to right, #ffffff00 0%, #ffffff00 50%, #003069 50%, #003069 100%), url(../images/body_bg.jpg2);
  background-size:contain;
  padding-bottom: 30px;
}
.banner > div:nth-child(0) ul {
    margin: 0px auto;
    padding: 0px;
}
.banner > div:nth-child(1) ul li {

    margin: 0px auto;
    padding: 0px;
    list-style: none;
    padding-bottom: 20px;
    font-size: 20px;
    color: #333333;
    position: relative;
    font-family: 'Roboto', sans-serif; font-weight: normal !important;
}
.warning-box p {
text-align: center;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: bold;
    background: #003069;
    padding: 3px 10px!important;
    color: #fff;
    margin-top: 0;
}
p.contact-div {
    padding-top: 0;
    padding-bottom: 0px;
    font-size: 30px;
    color: #fff;
    line-height: 1.4;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.banner > div:nth-child(1) ul li:after {
    position: absolute;
    content: " ";
    left: -36px;
    top: -6px;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url(../images/icon-li.png);
    background-repeat: no-repeat;	
}
.banner > div h1 { 
    padding-top: 30px;
    padding-bottom: 0px;
    font-size: 60px;
    color: #003069;
    line-height: 62px;
    font-family: 'Roboto', sans-serif; font-weight: 700;
}
.banner > div h1 span {  font-size: 35px; color: #a6282b; line-height: 30px; }
.most-things {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.favourite-loans {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	clear: both;
	display: block;
	position: relative;
    background: #e4e4e4;
}
/*.favourite-loans:after {
	position: absolute;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-image: url("../images/img-3.png");
	background-repeat: no-repeat;
	background-position: right;
    }*/
    .favourite-loans p.ptext {
        font-size: 30px;
        font-weight: bold;
        font-family: 'Roboto', sans-serif;
    }
    .favourite-loans h4.ptext {
        font-size: 30px;
        font-weight: bold;
        font-family: 'Roboto', sans-serif;
    }
    h2, h3, h4 {
       font-size: 33px;
       font-family: 'Roboto', sans-serif;
       color: rgb(166, 40, 43);
       font-weight: bold;
       line-height: 1.2;
       text-align: left;
   }
   .reviews h5, .box-Benefit-income h5 {
       font-size: 33px;
       font-family: 'Roboto', sans-serif;
       color: rgb(166, 40, 43);
       font-weight: bold;
       line-height: 1.2;
       text-align: center;
       margin:0;
   }
   .favourite-loans h3 {
    margin: 0 0 15px 0;
}
h2 span, h3 span, h4 span, .box-Benefit-income h5 span, .reviews h5 span {
	color: rgb(0, 48, 105);
}
h6 {
    font-size: 16px;
    padding: 0;
    margin: 0;
}
.calc-amount {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    padding: 10px 0;
}
.wappers {
	margin: 0px auto;
	width: 100%;
	max-width: 1140px;
	padding: 0px;
}
.wappers-2-full {
	margin: 0px auto;
	width: 100%;
	padding-left: 10%;
	padding-right: 10%;
	max-width: 1140px;
}
.wappers-2-full > div {
	width: calc(100% / 2);
	float: left;
}
.wappers-2 {
	margin: 0px auto;
	width: 100%;
	max-width: 1140px;
	padding: 0px;
}
.wappers-2 > div {
	width: calc(100% / 2 - 10px);
	
	float: left;
}
.bg-from { 
	background: #003069;


}
.wappers-3 {
	margin: 0px auto;
	width: 100%;
	max-width: 1140px;
	padding: 0px;
}
.wappers-3 > div {
	width: calc(100% / 3);
	float: left;
}
.box-img {
	background-image: url(../images/box-img.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px;
	width: 75%;
	/* width: 240px; */
	height: 173px;
	position: relative;
	margin: 15px;
}
.box-img-2 {
	background-image: url(../images/box-img-2.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px;
	width: 75%;
	/* width: 240px; */
	height: 173px;
	position: relative;
	margin: 15px;
	-webkit-box-shadow: 0px 6px 5px -4px rgba(166,40,42,1);
    -moz-box-shadow: 0px 6px 5px -4px rgba(166,40,42,1);
    box-shadow: 0px 6px 5px -4px rgba(166,40,42,1);
}
.box-img-2 > h3 {
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;


}
.box-img-2 > a{
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  padding: 99px;
  display: block;
}
.why-us > .wappers > p {
    color: #000000;
    font-size: 16px;
    width: 100%;
    text-align: justify;
    font-family: 'Roboto', sans-serif;
    line-height: 28px;
}
.ptext {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	color: rgb(255, 255, 255);
	line-height: 1.2;
}
.prictext {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    position: absolute;
    bottom: 10px;
    right: 15px;
    text-align: center;
}
.prictext span {
	font-size: 20px;
	font-weight: bold;
}
.get-loan {
	width: 100%;
	background: #e4e4e4;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}
.get-loan > .wappers > h2 {
	text-align: right;
}
.get-loan:after {
	position: absolute;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-image: url("../images/img-4.png");
	background-repeat: no-repeat;
	background-position: left;
}
.wappers-3-s > div {
	width: calc(100% / 3);
	float: left;
}
.box-img {
	background-image: url(../images/box-img.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px;
	width: 75%;
	/* width: 240px; */
	height: 173px;
	position: relative;
	margin: 15px;
	-webkit-box-shadow: 0px 6px 5px -4px rgba(0,47,105,1);
    -moz-box-shadow: 0px 6px 5px -4px rgba(0,47,105,1);
    box-shadow: 0px 6px 5px -4px rgba(0,47,105,1);
}
.reviews {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
  background: #fff;
}
/*.reviews:after {
	position: absolute;
	content: " ";
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-image: url("../images/img-5.png");
	background-repeat: no-repeat;
	background-position:right;
	
    }*/
    .reviews > div h2 {
        text-align: center;
    }
    .reviews > div p.sub {
        text-align: center;
        color: #003069;
        font-size: 20px;
        line-height: 28px;
    }
    .reviews > .wappers-2 > div { background:#fff;  padding: 10px 0; margin: 5px;}
    .reviews > .wappers-2 > div > p { width:95%; margin: 0px auto; padding: 0px; font-size: 16px; padding-bottom: 20px; line-height: 28px;}
    .loan-s {
       width: 100%;

       padding-top: 30px;
       padding-bottom: 30px;
       position: relative;
   }
   .loan-s  > .wappers > h2 {
       text-align:center;
   }

   .wappers-5 {
       margin: 0px auto;
       width: 100%;
       max-width: 1140px;
       padding: 0px;


   }
   .wappers-5 > div {
    width: calc(90% / 5);
    float: left;
    margin: 0px auto;
    padding-left: 2%;
}
.box-Benefit-income {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	background:#e4e4e4;
}
.box-Benefit-income > .wappers-2 > div:nth-child(1) > p, .box-Benefit-income > .wappers-2 > div:nth-child(2) > p {
    color: #000000;
    font-size: 18px;
    width: 90%; 
    text-align: justify;
    font-family: 'Roboto', sans-serif;
}
.box-Benefit-income > .wappers-2 > div:nth-child(2) > h2 {
    color: #003069;
}

.inn-pages { margin:0px auto; padding: 0px; width: 100%; max-width: 1140px;}
.inn-pages > .wappers > h2 {
    font-size: 33px;
    font-family: 'Roboto', sans-serif;
    color: rgb(166, 40, 43);
    font-weight: bold;
    line-height: 0.7;
    text-align:left;
}
.inn-pages > .wappers > h2, .inn-pages > .wappers > h3, .inn-pages > .wappers > h4  {
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    color: rgb(166, 40, 43);
    font-weight: bold;
    line-height: 1.2;
    text-align:left;
}
.inn-pages > .wappers > h5 {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    color: #003069;
    font-weight: bold;
    line-height: 25px;
    text-align:left;
}
.inn-pages > .wappers > h6 {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: #003069;
    font-weight: bold;
    line-height: 0.7;
    text-align:left;
}
summary{
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: #003069;
    font-weight: bold;
    line-height: 1.2;
    text-align:left;
}
details {
    display: block;
    padding-bottom: 22px;
}
.inn-pages > .wappers-2 > div >  p {
 color: #414141;
 font-size: 20px;
 width: 90%;
 text-align:left;
 padding:0px;
}

.box-Benefit-income p {
 color: #414141;
 font-size: 16px;
 width: 90%;
 text-align:left;
 padding:0px;
 line-height: 28px;
}

.inn-pages > .wappers >  p {
    color: #000000;
    font-size: 16px;
    width: 100%;
    text-align: justify;

    line-height: 28px
}
.inn-pages > .wappers >  p a   {
  text-decoration: none;

  font-size: 16px;
  width: 100%;
  text-align: justify;

  line-height: 28px
}
.inn-pages > .wappers >  p a strong  {
  font-weight: bolder;
}
.inn-pages > .wappers > ul  { 

	margin: 0px auto; padding: 0px; 


}
.inn-pages > .wappers-3 > div { 
	background: #a6282b;
	padding-right:10px;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;     
    box-sizing: border-box; 


}
.wappers-3 > div {
    width: calc(100% / 3 - 10px);
    float: left;
    margin-left: 10px;
}
.list-style li
{
	list-style: none;
	padding-bottom: 5px;
  font-size:20px;
  font-weight: bold;
  line-height: 20px;
}
.list-style li > h3 {list-style: none;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    line-height: 0;
    color: #fff;}
    .cl{
       clear: both; display: block;



   }
   .btn {
    background-color: rgb(208, 20, 44);
    font-size: 24px;
    color: rgb(255, 255, 255);
    line-height: 2.2;
    border: none;
    border-radius: 20px;
    margin: 0px auto;
    width: 293px;
    display: block;
}
/* com */

.inn-pages > .wappers > ul {

    margin: 0px auto;
    padding: 0px;
    padding-left: 30px;
}

.why-us > .wappers > ul {
    margin: 0px auto;
    padding: 0px;
    padding-left: 30px;
}
.inn-pages > .wappers ul li {
    margin: 0px auto;
    padding: 0px;
    list-style: none;
    padding-bottom: 20px;
    font-size: 16px;
    color: #333333;
    position: relative;
    font-family: 'Roboto', sans-serif;
    line-height: 25px;
}

.why-us > .wappers ul li {

    margin: 0px auto;
    padding: 0px;
    list-style: none;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    position: relative;
}
.inn-pages > .wappers ul li:after {
    position: absolute;
    content: " ";
    left: -36px;
    top: -6px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../images/icon-li.png);
    background-repeat: no-repeat;	
}

.wapper-2 {
    display: grid;
    grid-template-columns: 50% 50%;
}
.wapper-2 > div:nth-child(2) {
    padding: 0 0 0 20px;
}
.highlight {
    background: #a6282b;
    color: #fff;
    border-radius: 10px;
    padding: 8px 15px;
    margin-top: 20px;
}
.highlight ul li{
	color:#fff!important;
}
.wappers .highlight ul li:after{
	z-index:1;
}
.why-us > .wappers ul li:after {
    position: absolute;
    content: " ";
    left: -36px;
    top: -6px;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url(../images/icon-li.png);
    background-repeat: no-repeat;	
}

.box-Benefit-income ul {
    margin: 0px auto;
    padding: 20px;
}
.box-Benefit-income ul li {
    margin: 0px auto;
    padding: 18px 36px;
    list-style: none;
    padding-bottom: 20px;
    font-size: 16px;
    color: #fff;
    position: relative;
    line-height: 22px;
    width: 91%;
    text-align: justify;
    border: navajowhite;
    border-radius: 20px;
    background: #a6282b;
    margin-bottom: 31px;    
}
.box-Benefit-income h6 {
    font-size: 20px;
    padding: 0 0 13px 0;
}
/*.box-Benefit-income ul li:after {
    position: absolute;
    content: " ";
    left: 3px;
    top: 15px;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url(../images/icon-li.png);
    background-repeat: no-repeat;
    }*/
    .reviews > .wappers-2 > div {margin: 0px auto;

        padding:0px;
        list-style: none;
        padding-bottom: 20px;
        font-size: 16px;
        color: #333333;
        position: relative;
        line-height: 28px;
        /* width: 91%; */
        text-align: justify;
        border: navajowhite;
        border-radius: 20px;
        background: #9a9a9a38;
        margin-bottom: 20px;     margin-left: 10px;}
        .reviews > .wappers-2 > div > p { 
           width: 70%;
           margin: 0px auto; 
           padding: 20px 0 0 0;
       }
       .str-icon {background-image: url(../images/star.svg);
        background-repeat: repeat-x;
        width: 15px;
        height: 15px;
        width: 10.5%;
        margin: 0px auto;
        float: left;
        margin-left: 82px;}
        .str-icon-2 {background-image: url(../images/star.svg);
            background-repeat: repeat-x;
            width: 15px;
            height: 15px;
            width: 12%;
            margin: 0px auto;
            float: left;
            margin-left: 82px;}
            .reviews > .wappers-2 > div::before{
                content: "";
                display: block;
                font-size: 50px;
                background-image: url(../images/quotation.svg);
                position: absolute;
                width: 25px;
                height: 25px;
                z-index: 0;
                background-repeat: no-repeat;
                top: 18px;
                left: 41px;
                -webkit-transform: rotate(-180deg);
                -moz-transform: rotate(-180deg);
                -ms-transform: rotate(-180deg);
                -o-transform: rotate(-180deg);
                transform: rotate(-180deg);



            }

            .reviews > .wappers-2 > div{

               position: relative;



           }
           .reviews > .wappers-2 > div::after{
            content: "";
            display: block;
            font-size: 50px;
            background-image: url(../images/quotation.svg);
            position: absolute;
            width: 25px;
            height: 25px;
            z-index: 0;
            background-repeat: no-repeat;
            bottom: 49px;
            right: 41px;



        }
        .applybtn {
            border: none;
            background: #2daae2;
            color: #fff;
            padding: 10px 10px;
            width: 100%;
            font-size: 20px;
            border-radius: 6px;
        }
        .lt-col-3 > .box-img > .prictext 
        {
           padding-left: 10px;

       }
       .container-grid-col {
        width: 100%;
        max-width: 1140px;
        margin: 0px auto;
        padding: 0px;
    }
    .container-grid-col-60-40 {
        width: 100%;
        max-width: 97%;
        margin: 0px auto;
        padding: 20px 0;
        display: grid;
        grid-template-columns: 55% 45%;
        grid-column-gap: 0%;
    }
    /*footer*/
    footer {
        background:#02254f;
        padding: 0px 0 0px;
        color: #fff;
        background-size: cover;
    }
    .inn-footer{ 
          width: 100%;
    max-width: 1140px;
    margin: 0px auto;
    padding: 0;
    overflow: hidden;

   }
   footer .footer-links {
    margin-bottom: 20px;
    display: block;
    padding: 0;
    text-align:left;
}
footer .footer-links li {
        list-style: none;
    padding: 0 11px 0 2px;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    width: 100%;
    margin: 15px 0 0 0;
}
.foot-cont-info li {
    border-bottom: 1px solid #fff;
}
.foot-cont-info li i {
    float: left;
    display: block;
}
.foot-cont-info li p {
    margin-left: 30px;
}
footer .footer-links a {
    color: #46206d;
    font-size: 15px;
    text-transform: capitalize;
    text-decoration: none;
}

footer .footer-links-2 {
    margin-bottom: 0px;
    
    padding: 0;
    text-align:left;
    display: flex;
}
footer .footer-links-2 li:nth-child(5){ color:000;}
footer .footer-links-2 li {
    list-style: none;
    padding: 0 11px 0 2px;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;

}
footer .footer-links-2 a {
    color: #c7c7c7;
    font-size: 14px;
    text-transform: capitalize;
    text-decoration: none;
}


footer .footer-links a, .footer-links-2 a .copyright a {
    color: #fff;
    text-decoration: none;
}
footer .footer-links a:hover, .copyright a:hover {
    color: #BBBBBB
}
a:hover, a:active, a:focus {
    color: #f3c125;
    outline: none;
    text-decoration: none;
}
ul {
    list-style: none;
}
.border-top{border-top:2px solid #c7c7c7;}
.copyright {
    font-size: 14px;
    text-align:justify;
    line-height: 18px;
    padding-bottom: 10px; color: #c7c7c7; 

}
.sprite-icon-f {
	background:url("../images/smo-s.png") no-repeat -8px -36px;
	width: 20px;
	height: 20px;
}
.sprite-icon-t {
	background:url("../images/smo-s.png") no-repeat -48px -38px;
	width: 20px;
	height: 20px;
}
.sprite-icon-ins {
	background:url("../images/smo-s.png") no-repeat -88px -36px;;
	width: 20px;
	height: 20px;
}
.sprite-icon-in {
	background:url("../images/smo-s.png") no-repeat -128px -36px;
	width: 20px;
	height: 20px;
}


.sprite-icon-f:hover {
	background:url("../images/smo-s.png") no-repeat -8px -4px;
	width: 20px;
	height: 20px;
}
.sprite-icon-t:hover {
	background:url("../images/smo-s.png") no-repeat -48px -6px;
	width: 20px;
	height: 20px;
}
.sprite-icon-ins:hover {
	background:url("../images/smo-s.png") no-repeat -88px -4px;
	width: 20px;
	height: 20px;
}
.sprite-icon-in:hover {
	background:url("../images/smo-s.png") no-repeat -128px -4px;
	width: 20px;
	height: 20px;
}
.smo-icon
{
	
	display:inline-flex;
  float: right;
  padding-right: 0px;
  transition-duration: 0.7s; 
}
.smo-icon li
{
  padding-left: 10px;
}
.footer-t { 
    position: relative;
    clear: both;
    margin: 20px 0px;
    padding: 0;
    text-align: left;
}
.footer-t  a {color: #fff; text-decoration: none;}
.wappers-3 > div.foot-col {
    width: calc(100% / 3 - 10px);
    margin-left: 0;
    min-height: 331px;
}
.foot-col a {
    color: #fff;
}
.foot-col-1 {
    border-right: 1px solid #fff;
}
.foot-col-2 {
    border-right: 1px solid #fff;
}
.wappers-3 > div.foot-col > h4 {
	border-bottom: 1px solid #fff;
    padding: 30px 0 30px 20px;
    margin: 0;
    color: #fff;
    font-weight: normal;
}
.wappers-3 > div.foot-col > div {
    padding: 0 20px;
    text-align: justify;
}
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
.contact-us > .wappers-3 > div > h2 {
    font-size: 33px;
    font-family: 'Roboto', sans-serif;
    color: #a5272b;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.contact-us > .wappers-3 > div { 
	margin-top: 30px;
	margin-bottom: 30px;
	height: 300px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 20px;
}

.contact-us > .wappers-3 > div > p {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color:#000;
    font-weight: normal;
    line-height: 1.2;
    text-align: center;
}
.contact-us > .wappers-3 > div > img {

 text-align: center;
 display: block;
 width: 100px;
 height: 88px;
 margin: 0px auto;
 padding: 0px;padding-top: 20px;
}

.how-works > h4 {
 font-size: 16px !important;
 font-family: 'Roboto', sans-serif;
 color: #fff !important;
 font-weight: bold;
 line-height: 1.2 !important;
 text-align: center !important;
 width: 135px;
 height: 135px;
 border: 1px solid #ccc;
 border-radius: 50%;
 float: left;
 clear: left;
 background: #a6282b;
 margin-right: 20px;
 padding: 5px;
 display: block;
 word-break: break-word;
}
.how-works {
    background-color: rgba(170,170,170,0.2);
    border-radius: 20px;
    padding: 20px;
    box-shadow: 1px 2px 6px 0px #888888;
    clear: both;
    margin-bottom: 20px;
    height: 160px;


}
.how-works > h4 span{
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: normal;
    
    text-align: center;

}
.how-works > p {color: #000000;
    font-size: 16px;
    width: 100%;
    text-align: justify;
    line-height: 28px;
    padding: 30px 0 0 0;}

    #slider_term_container > div:nth-child(4)  { 
       font-size: 13px !important;

   }
   span#amount {
    font-size: 13px !important;
}
.container {
  display: block;
  margin: 15px auto;
  max-width: 500px;
  padding: 0 15px;
  width: 100%;
}
.form-row {
  padding-bottom: 10px;
  padding-right: 30px;
  position: relative;
}
.label {
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  padding: 0;
  margin: 5px 0;
}
.input-holder {
  position: relative;
}
.input-text {
  border: solid 1px #888;
  box-shadow: 0 0 8px rgba(0, 153, 204, .0);
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 32px;
  margin: 5px 0;
  padding: 3px 10px;
  width: 100%;
  -webkit-transition: box-shadow .3s linear;
  transition: box-shadow .3s linear;
}
table {
    border-collapse: collapse;
    width: 100%;
}
td {
    border: 1px solid #02254f;
    text-align: center;
    padding: 15px 10px;
}	
.label:hover + .input-holder .input-text,
.input-holder .input-text:focus {
  box-shadow: 0 0 10px rgba(0, 153, 204, .6);
  outline: 0;
}
textarea.input-text { 
  height: 96px;
  line-height: 28px;
  resize: vertical ; 
}
.placeholder {
  font-size: 18px;
  left: 0;
  line-height: 32px;
  margin: 5px 0;
  opacity: .5;
  padding: 3px 10px;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.placeholder:before {
  content: attr(data-ph-text);
}
.input-text:focus + .placeholder {
  opacity: .3;
}
.input-text.has-input + .placeholder {
  opacity: 0;
}

.valid-sign {
  height: 25px;
  position: absolute;
  right: 0;
  top: 45%;
  width: 25px;
  -webkit-transform: scale(.01);
  transform: scale(.01);
}
.valid .valid-sign,
.error .valid-sign {
  -webkit-animation: grow .5s linear forwards;
  animation: grow .5s linear forwards;
}
.valid-sign:before {
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  height: 100%;
  line-height: 25px;
  position: absolute;
  text-align: center;
  width: 100%;
}

.valid .valid-sign:before {
  font-size: 20px;
  background: green;
  content: "\2713";
}
.error .valid-sign:before {
  background: red;
  content: "\00d7";
  line-height: 24px;
}

@-webkit-keyframes grow {
  0%   { -webkit-transform: scale(.01);   }
  45%  { -webkit-transform: scale(.5);   }
  90%  { -webkit-transform: scale(1.4);  }
  100% { -webkit-transform: scale(1.1);  }
}

@keyframes grow {
  0%   { transform: scale(.01);   }
  45%  { transform: scale(.5);   }
  90%  { transform: scale(1.4);  }
  100% { transform: scale(1.1);  }
}

.valid-text {
  bottom: -1px;
  color: #e60000;
  font-size: 14px;
  left: 10px;
  opacity: .01;
  position: absolute;
}
.error .valid-text {
  opacity: 1;
}

.submit-btn {
	border: none;
    background: #2daae2;
    color: #fff;
    padding: 10px 10px;
    width: 170px;
    font-size: 20px;
    border-radius: 6px;
}
.submit-btn:hover {
  background: rgba(1, 119, 104, 1);
  color: rgba(255, 255, 255, 1);
}
.contact-ul {
	
    margin: 50px 0 auto;
    padding: 20px 0 0 0;	

}
.contact-ul li {
    width: 41%;
    float: left;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 20px 0px 0px 18px;
    height: 124px;
}
.contact-ul li:nth-child(2),.contact-ul li:nth-child(4)
{
   border-right: 0px solid #000;

}

.contact-ul li:nth-child(3),.contact-ul li:nth-child(4)
{
   border-bottom: 0px solid #000;
}
.contact-ul li h4 
{
   font-size: 25px;
   font-family: 'Roboto', sans-serif;
   color: rgb(166, 40, 43);
   font-weight: bold;
   line-height: 1.2;
   text-align: left;
   margin: 0px auto;
   padding: 0px;
}
summary{
	position: relative;
	
}
.summ{
	position:absolute;
	top:0px;
	left: 20px;
}

.h-f {}
ul.foot-cont-info {
    padding: 0;
}
ul.smo-icons {
    float: left;
    display: block;
    margin: 0;
	padding: 0;
}
.smo-icons li {
    float: left;    
}
.smo-icons li a{
	color: #fff;
    margin: 0 0px 0 12px;
    font-size: 22px;
}
.smo-icons li a:hover{
	color: #ffa558;
}
.form-wrapper {
    display: block;
    width: 100%;
    max-width: 710px;
    margin: 50px auto 50px;
    border: 1px solid #dedede;
    /* padding: 20px 50px 40px; */
    border-radius: 20px;
    box-shadow: 5px 5px 15px #ccc;
}
.form-wrapper-inner {
    padding: 20px 50px 40px;
}
#myform .field {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 0 0 15px 0;
}
#myform .field label {
    width: 200px;
    display: block;
    float: left;
    padding: 10px 0;
}
#myform .field input{
	width: 370px;
    padding: 10px 15px;
    border: 1px solid #dedede;
    border-radius: 5px;
    background: #f3f3f3;
}
#myform .fields {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 0 0 15px 0;
}
#myform .fields input[type="checkbox"] {
	float: left;
    margin: 3px 8px 0 0;
    width: 3%;
}
#myform .fields .terms {
    float: left;
    text-align: justify;
    width: 95%;
    font-size: 12px;
    line-height: 18px;
}
.input-group.dob {
    float: left;
}
.input-group.dob select {
    width: 125px;
    margin: 0px 13px 0 0px;
    border: 1px solid #dedede;
    padding: 10px 10px;
    background: #f3f3f3;
}
.input-group.dob:last-child > select {margin-right:0;}
.form-wrapper p {
    text-align: justify;
    padding: 0 50px 20px;
    line-height:22px;
}
.form-head {
    background: #003069;
    color: #fff;
    border-radius: 20px 20px 0 0;
}
.form-head h1 {
    padding: 20px 0 20px 0;
    margin: 0;
    text-align:center;
}
.form-head h1 span{
	color:#a6282b;
}
#myform .fields .applybtn {
    width: 200px;
    margin: 0 auto!important;
    float: left;
    display: block;
}
.fixed-apply {
    display: block;
    position: fixed;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    padding: 10px 0;
    color: #fff;
    float: none;
    z-index: 99;
    text-align: center;
}
.fixed-apply a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    background: #a6282b;
    padding: 10px 30px;
    border-radius: 10px 10px 0 0;
}
p.copyright a {
    color: #fff;
}
.breadcrumb {
    padding: 0;
    background: #ededed;
    color: #333;
    font-size: 14px;
    width: 100%;
}
.breadcrumb ul {
    padding: 10px 20px;
    display: block;
    overflow: hidden;
    max-width: 1140px;
    margin: 0 auto;
}
.breadcrumb ul li {
    float: left;
    display: block;
    margin-right: 10px;
    font-weight: 700;
}
.breadcrumb ul li a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
}
.our-loans{
    padding: 0 30px 30px;    
}
.our-loans h2{
  text-align: center;
}
.wappers-3 .box-loans{   
    padding: 20px;
    margin-left: 0;   
    border-radius:4px;    
    box-sizing: border-box;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 25px;
    min-height: 200px;
    overflow: hidden;
    position: relative;
    color: #fff;
    transition: all 200ms ease-in-out;  
}
.wappers-3 .box-loans:nth-child(even){
    margin-right: 0;
}
.box-loans a{
   color: #fff;
   text-decoration: none;    
}
.wappers-3 .box-loans img{
    position: absolute;
    top: 0px;
    left: 0;
    object-fit: cover;
    object-position: center;
    min-width: 100%;
    height: 100%;
    transition: all 200ms ease-in-out;

}


.wappers-3 .box-loans a{
    position: absolute;
    z-index: 1;
    margin: 0;
    font-size:30px;
    text-align: center;
    top: 50%;
    left: 50%;
    cursor:pointer;
    transform: translate(-50%, -50%);
    transition: all .2s ease-in-out;
}
.wappers-3 .box-loans .overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    cursor:pointer;
    transition: all 200ms ease-in-out;
}

.why-us{
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
}

.wappers-3 .box-loans:hover img{
    transform: scale(1.2);
}

.wappers-3 .box-loans:hover .overlay{
   background: rgba(0,0,0,.7);
}
.wappers-3 .box-loans:hover a{
    margin-top: -5px;
}

.faqs-container p {
    font-size: 16px;
    line-height: 22px;
}

.faqs-container {
    background: #a6282b;
    margin: 0 12px 25px;
    padding: 20px 20px;
    border-radius: 20px;
    color: #fff;
}
.faqs-container ul {
    margin: 0px auto;
    padding: 0px;
    padding-left: 30px;
}


.faqs-container ul li {
 margin: 0px auto;
 padding: 0px;
 list-style: none;
 padding-bottom: 10px;
 font-size: 16px;
 color: #fff;
 position: relative;
 font-family: 'Roboto', sans-serif;
 line-height: 25px;
}

.faqs-container ul li:after {
    position: absolute;
    content: " ";
    left: -36px;
    top: -6px;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url(../images/icon-li.png);
    background-repeat: no-repeat;
}

.inn-pages .wappers .list-with-img{
    float: left;
    width: 38%;
    padding-left: 0;
}
.inn-pages .wappers .list-with-img ul{
    padding-left: 0;
    margin-bottom: 0;
}
.inn-pages > .wappers .list-with-img li{
    padding-left: 40px;
}
.inn-pages > .wappers .list-with-img li:after{
    left: 0px;
}
.inn-pages > .wappers .list-with-img p{
    font-size: 16px;
    width: 100%;
    text-align: justify;
    line-height: 28px;
    margin-top: 0;
    width: 95%;
}
.img-list{
    float: left;
    width: 32%;
    margin-bottom: 30px;
}
.img-listfeat{
       width: 50%;
    margin-bottom: 0;
}
.float-clear{
    clear: both;
}
.inn-pages .wappers .student-list{   
    width: 28%;  
}
.student-img{
       width: 30%;
   
}
.inn-pages .wappers .payday-list-img{
    width: 55%;
}
.imgli-payday{
 width: 40%;
}

.short-term-list{
    float: left;
}

.img-short-term{
    float: right;
    width: 55%;
}
.img-short-term img{
    max-width: 100%;
}

.list-img-all{
  float: left;
}
.list-img{
    
    width: 50%;
    margin-left: 85px;
}
.ds-lft-content{   
    width: 55%;
    margin-right: 40px;
}
.ds-lft-content p{
    color: #000000;
    font-size: 16px;
    width: 100%;
    text-align: justify;
    line-height: 28px;
}
.ds-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ds-rgt-content{
    float: left;
    width: 40%;
}
.ds-rgt-content img{
    width: 90%;
}
.border-btm{
  position: relative;
  padding: 0 30px;
  margin-bottom: 30px;
}
.border-btm:after{
  content: '';
  position: absolute;
  width: calc(100% - 60px);
  height: 1px;
  background: #dad8d8;
  bottom: -10px;
  left: 30px;
}
.flex-n{
    align-items: unset;
}
.img-100{
    margin-top: 30px;
}
.img-100 img{
    width: 100%;
}
.contact-form-heading{
  font-size: 18px;
  font-weight: bold;
}

.contact-form-sec input, .contact-form-sec textarea{
  border:1px solid #ddd;
  padding: 10px;
  color: #565656;
  font-size: 14px;
}

.contact-form-sec ::-webkit-input-placeholder{
  color:#9e9e9e;
  font-size: 14px;
}
.contact-info-sec{
    background: #003068;
    border-radius: 10px;
    color: #fff;
    padding: 50px;
    width: 70%;
    margin: 20px auto 0;
    box-sizing: border-box;
}
.contact-info-sec ul{
  margin: 0;
  padding: 0;
}
.contact-info-sec ul li{
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  box-sizing: border-box;
  border-bottom: 1px solid #5a799c;
}
.contact-info-sec ul li:last-child{
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.contact-info-sec ul li p{
  margin: 0;
  font-size: 15px;
  line-height: 22px;
}
.contact-info-sec ul li i{
  width: 40px;
  height: 40px;
  color: #fff;
  border:1px solid #fff;
  text-align: center;
  line-height: 40px;
  margin-right: 20px;
  border-radius: 50%;
  font-size: 14px;
}
.tr-col{
    background:#003069;
    padding: 15px;
    color: #ffffff;
}
.tr-col th{
  border: 1px solid #7a8ea7;
}

.tr-col td{
  border: 1px solid #003069;
}

.table-sec tr{
    height: 50px;
}
/****************************************************Testimonial Slider***************************************************************/
.slider {
  margin: 0 auto;
  width: 1140px;
  position:relative;
}
.slider:before{
	content: "";
    display: block;
    font-size: 50px;
    background-image: url(/images/quotation.svg);
    position: absolute;
    width: 25px;
    height: 25px;
    z-index: 0;
    background-repeat: no-repeat;
    top: -10px;
    left: 40px;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.slider:after{
	content: "";
    display: block;
    font-size: 50px;
    background-image: url(/images/quotation.svg);
    position: absolute;
    width: 25px;
    height: 25px;
    z-index: 0;
    background-repeat: no-repeat;
    bottom: 49px;
    right: 41px;
}
.slide-viewer {
  position: relative;
  overflow: hidden;
  height: 161px;
}
.slide-group {
  width: 100%;
  height: 100%;
  position: relative;
}
.slide {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}
.slide:first-child {
  display: block;
}
.slide-buttons {
  text-align:center;
  margin: 10px 0;
}
.slide-btn {
	background-color: snow;
    border: none;
    margin: 0 5px;
    color: #a6282b;
    font-size: 60px;
}
.active {
  color: #02254f;
  font-size:60px;
}
blockquote {
    padding: 0.5rem 1rem;
    font-size: 22px;
    color: #a6282b;
}
.center {
  text-align: center;
}
cite {
    color: #02254f;
    margin-top: 10px;
    display: block;
}

.faqs h6.faq-heading {
  background: #a6282b;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 0;
  margin-top: 0;
  border-radius: 4px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  font-size: 16px;
  transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  }
  .faqs h6.faq-heading:hover {
    background: #2daae2;
    color: #ffffff;
  }
  .faqs .faq-box{
    margin-bottom:10px;   
  }

.faqs .faq-box .faq-content-inn {
  padding: 10px 20px;
  background:#a6282b;
  border-top: 1px solid #fff;  
  margin: 0;
  color: #fff;
  display: none; 
}
.faq-box ul li{
    position: relative;
    line-height: 25px;
}
.faq-box ul li:after {
    position: absolute;
    content: " ";
    left: -36px;
    top: -6px;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url(../images/icon-li.png);
    background-repeat: no-repeat;
}
.wappers-2 > .faq-content{
    width: 100%;
}
/****************************************************Testimonial Slider***************************************************************/
@media(max-width:768px){
    .inn-pages .wappers .list-with-img{
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .img-list, .imgli-payday{
        float: none;
        width: 100%;
    }
    .slider {
      width: 100%;
  }
  .slide-viewer {
      position: relative;
      overflow: hidden;
      height: 510px;
  }
  .short-term-list{
    float: none;
}

.img-short-term{
    float: none;
    width:100%;
}
.wapper-2 {
    grid-template-columns: 96%;
}
.list-img{
    float: none;
    width: 100%;
    margin-left: 0px;
}
.contact-inn .div-lft{
  width: 100%;  
}
.contact-inn .div-rgt{
  width: 100%;
  margin-bottom: 20px;
}
.ds-flex{
   flex-direction: column;  
   box-sizing: border-box; 
}
.ds-lft-content{
    order: 2;
    width: 100%;
    margin: 0;
}
.ds-rgt-content{
    width: 100%;
}
.ds-rgt-content img{
    width: 100%;
}
}

@media (max-width: 480px){
  .contact-info-sec{
    padding: 20px;
    width: 98%;
  }
}