body {
  font-family: 'Lato', sans-serif; 
}

p {
  font-size: 18px;
  color: #465040;
  line-height: 28px;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

a, a:hover, a:focus {
  text-decoration: none;
}

input:focus, select:focus {
  outline: none;
}
section{
  padding:30px 0;
}
.section-heading-c{
  font-size: 35px;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}
.section-heading-c span{
  
}
.section-heading{
  font-size: 35px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}
.section-heading span{
 
}
.chrstl{
  
}
.pricetable {
    color: #fff;
    overflow: auto;
  margin-bottom: 20px;
}
.pricetable table{
  background-color: transparent;
  border-spacing: 0;
    border-collapse: collapse;
}
.pos {
    position: relative;
    height: 150px;
    background: #296da5;
  padding: 30px 10px;
  font-size: 22px;
}
.pos span {
    display: block;
    font-size: 26px;
    font-weight: 700;
}
.d-yellow {
    background: #019248;
    padding: 30px 10px;
}
.d-red {
    background: #3c3c3c;
    padding: 30px 10px;
    font-weight: 700;
    font-size: 22px;
}
.pricetable tbody {
    font-size: 20px;
    font-weight: 400;
    text-align: left;
}
.seegreen {
  background: #468fca;
    padding: 10px 10px 10px 30px;
    border-bottom: #1b99ff solid 1px;
}
.yellow {
  background: #001848;
    padding: 10px 10px 10px 30px;
    border-bottom: #28925c solid 1px;
}
.red {
    background: #505050 url(/images/right.png) 20px center no-repeat;
    padding: 10px 10px 10px 50px;
    border-bottom: #818181 solid 1px;
}
.section-heading-block{
  font-size: 35px;
  font-weight: 400;
  color: #465040;
  margin-bottom: 20px;
}
.section-heading-block span{
  display: block;
  font-weight: 700;
  color: #001848;
}
.section-heading-2{
  font-size: 28px;
  font-weight: 400;
  color: #465040;
  margin-bottom: 20px;
}
.btn-comm{
  background: #001848;
  border-radius: 5px;
    color: #fff;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 700;
    border: 0;
    display: inline-block;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
}
.btn-comm:hover{
  background:#11092c;
  color: #fff;
}
.bg-grey{
  background: #f6f4f0;
}
.pd-0{
  padding: 0;
}
.pd-10{
  padding: 10px 0
}
.font-bold{
  font-weight: 700;
}
input.form-control::placeholder{
  color: #bdbdbd;
}
input.form-control::-webkit-input-placeholder{
  color: #bdbdbd;
}
.list-with-heading span{
  font-size: 18px;
  font-weight: 700;
  color: #465040;
  display: block;
}
ul.list-icon2 li:before{
    content: '\f0da';
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Font Awesome 5 Free';
    color: #001848;
    font-weight: 900;
    background: none;
}
ul.list-icon2 li{
  padding-left: 12px;
}
ul.list-icon3 li {
    padding-left: 30px;
}
ul.list-icon3 li:before{
    content: '\f00c';   
    top: 3px;
}
.list-inline{
  display: flex;  
  flex-wrap: wrap;
}
.list-inline li{
  margin-right: 10px;
  flex: 0 0 46%;
}
.list-bold li{
  font-weight: 600;
}
.logo a{
  display: flex;
  align-items: center;
  height: 100%;
}
.icon-nav {
  display: none; 
}
.nav-res {
  display: flex;
  align-items: center;
  justify-content: space-between; 
}
nav ul li {
  display: inline-block;
  transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  position: relative; 
}
nav ul li a {
  font-size: 18px;
  color: #465040;
  font-weight: 600;
  display: block;
  padding: 25px 15px;
  transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
}
nav ul li a:hover {
  color: #001848; 
}
nav ul li.drp {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; 
}
nav ul li.drp i {
  color: #001848; 
}
nav ul li.drp .drp-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  display: none;
  width: 250px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  z-index: 3;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}
nav ul li.drp .drp-menu li {
  display: block; 
}
nav ul li.drp .drp-menu li a {
  color: #000000;
  display: block;
  padding: 10px; 
}
nav ul li.drp:hover .drp-menu {
  animation: slideIn .3s ease forwards;
  display: block; 
}

nav ul li.drp ul.drp-menu li.dropdown-lev-3-menu ul.dropdown-lev-3 {
    position: absolute;
    top: 0;
    left: 250px;
    background: #ffffff;
    display: none;
    width: 250px;
    box-shadow: 10px 0px 8px rgba(0, 0, 0, 0.2);
    z-index: 3;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

nav ul li.drp ul.drp-menu li.dropdown-lev-3-menu ul.dropdown-lev-3 li a {
  color: #000000;
  display: block;
  padding: 10px; 
}

nav ul li.drp ul.drp-menu li.dropdown-lev-3-menu:hover ul.dropdown-lev-3 {
  animation: slideIn .3s ease forwards;
  display: block; 
}

@keyframes slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); 
  }
}
.btn-topbar{
  display: flex;
  align-items: center;
  height: 75px;
}
.btn-top{
    /*background: #001848;*/
    background: #fd8d32;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    padding: 12px 25px;
    border-radius: 25px;
}
.btn-top:hover{
  background:#001848;
  color: #ffffff;
} 
.list-style li{
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
  font-size: 18px;    color: #465040;
}

.list-style.orange li {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}

.list-style.orange li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 28px;
    height: 28px;
    background: url(../images/orange.png) no-repeat;
}
.box-2-1 {
    display: flex;
    justify-content: space-between;
}
.box-2-1 div:first-child {
    flex: 0 0 53%;
}
.box-2-1 div:last-child {
    flex: 0 0 40%;
    background: #468fca;
    padding: 20px;
}
.box-2-1 div:last-child li{
  color: #fff;
}
.box-2-1 div:last-child p{
  color: #fff;
}
.list-style li:before{
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 28px;
  height: 28px;
  background: url(../images/list-icon-g.png) no-repeat;
}
.banner{
  width: 100%;
  background: url(../images/banner-h2.webp) no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding: 60px 0 140px 0;
}
.banner .container{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.field-cont {
    position: relative;
}
.field-cont i {
    position: absolute;
    left: 25px;
    top: 42px;
    color: #001848;
    font-size: 20px;
}
.field-cont input, .field-cont select {
 padding-left: 30px;
}
.caption-banner{
  width: 55%;
  color: #333;
}
.banner-inner form{
  width:90%;
  margin:20px auto 10px;
}
.banner.banner-inner .container {
   
}
.banner-inner .caption-banner {
    width: 55%;
    padding-left: 3%;
}
.banner-inner .box-slider h2 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 30px;
}
.banner-inner .box-slider {
    padding: 10px;
}
.banner .caption-banner .main-heading{
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}
.main-heading span{
  display: block;
}
.caption-banner p{
  color: #fff;
  font-size:20px;  
}

.banner-inner .caption-banner .main-heading{
  margin-bottom: 0;
}

.caption-banner p.sub-heading{
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 34px;
    font-style: italic;
}
.banner-inner form .btn-comm{
  margin-top: 30px;
}
.banner-inner form label {
    text-align: left;
    width: 100%;
}
.banner-inner form .btn-comm {
    padding: 8px 25px;
    font-size: 16px;
}
.call-us{
  padding-bottom:0px; 
}
.call-heading{
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #465040;
  margin-bottom: 0;
}
.box-howitwrks-inn{
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(36, 93, 139, .4);
  display: flex;
  justify-content: space-between;
  overflow: hidden;  
}
.box-howitwrks{
  margin-top: 30px;
}
.points-number-hw{
  background:linear-gradient(to right, #ee942a, #d68321); 
  flex: 0 0 25%;  
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  position: relative;
   background: #f7b200;
}
.points-number-hw:after{
  content: '';
  width: 0; 
  height: 0; 
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;  
  border-left: 15px solid #f7b200;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right: -15px
}
.box-howitwrks:nth-child(2) .points-number-hw{
  background:linear-gradient(to right, #f1472b, #b83520); 
  background: #333;
}
.box-howitwrks:nth-child(2) .points-number-hw:after{
  border-left: 15px solid #333;  
}
.box-howitwrks:nth-child(3) .points-number-hw{
  background:linear-gradient(to right, #bd79f7, #7520bd); 
  background: #ff6b6b;
}
.box-howitwrks:nth-child(3) .points-number-hw:after{
  border-left: 15px solid #ff6b6b;   
}
.box-howitwrks:nth-child(4) .points-number-hw{
  background:linear-gradient(to right, #7ceff3, #13888c); 
  background: #162f65;
}
.box-howitwrks:nth-child(4) .points-number-hw:after{
  border-left: 15px solid #162f65;   
}
.hw-heading-icon{
  flex: 0 0 72%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.hw-heading{
  font-size:20px;
  font-weight: 700;
  color: #465040;
  line-height: 28px;
}
.britons-points{
  background:#162f65;
  padding: 40px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.britons-p-heading{
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #f7b200;
}
.britons-points ul{
  color: #fff;  
}
.britons-points ul li{
  position: relative;
  padding-left: 45px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.britons-points ul li:last-child{
  margin-bottom: 0;
}
.britons-points ul li:before{
  content: ''; 
  width:32px;
  height: 33px;
  background:url(../images/list-icon-w.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.britons-rgt-content{
  background:#f1f4f6;
  padding: 40px;
}
.britton-heading{
  font-size: 22px;
  color: #465040;  
}
.britton-heading span{
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}
.britons-rgt-content p{
  margin-top: 20px;
  margin-bottom: 20px;
}
.why-us .row{
  align-items: center;
}
.lft-whychoose{
  padding-left: 0;
}
.why-points-r{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.why-points-r img{
  flex: 0 0 100px;
  height: 100px;
  max-width: 100px;
  margin-right: 20px;  
}
.why-points-heading{
  font-size: 20px;
  font-weight: 700;
  color: #465040;  
}
.img-why{
  padding-right: 0;
}
.txt-wth-apply{
  font-weight: 700;  
}
.txt-wth-apply a{
  padding: 10px 20px;
}
.blogs-box-inn{
  background: #fff;
  box-shadow: 0 0 15px rgba(73,143,202,.2);
  overflow: hidden;
}
.blogs-box-inn img{
  margin-bottom: -50px;
  width:100%;
}
.blog-text{
  padding: 0px 15px 15px;
  text-align: center;
  position: relative;
}
.blog-heading{
  background: #468fca;
  color: #fff;
  display: block;
  padding:15px;
  font-size: 18px;
  font-weight: 700;  
  transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
}
.blog-heading:hover{
  transform: translateY(-10px);
  box-shadow: 0 0 15px rgba(73,143,202,.6);
}
.blogs-box:hover .blog-heading{
  background: #001848;
  color: #fff;
}
.blog-text p{
  margin-top: 15px;
}
.blog-btn{
  margin: 30px auto 0;
}
.ublogs-content{
  margin-top: 30px;
}
.testimonials-sec{
  background: url(../images/test-bg.jpg) no-repeat;
  background-size:cover;
  min-height: 550px; 
}
.testimonials-sec .section-heading-c{
  color: #fff;
}
.testimonials-sec .section-heading-c span{
  color: #fff;
}
.test-box-inn{
  background: #fff;  
  box-shadow: 0 0 15px rgba(73,143,202,.6);
  padding: 0px 15px;
  position: relative;
  min-height: 290px;
  display: flex;
  align-items: center;
}
.test-box-inn:before{
  content: '\f10d';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; 
  position: absolute;
  left: 6px;
  top: 0;
  color: #333;
  font-size: 30px;
}
.test-box-inn:after{
  content: '\f10e';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; 
  position: absolute;
  right: 6px;
  bottom: 0;
  color: #333;
  font-size: 30px;
}
.test-content{
  margin-top: 40px;
  justify-content: center;
}
.test-content p{
  font-size: 16px;
  line-height: 24px;
  text-align: center; 
}
.test-info{
  position: absolute;
  bottom: -55px;
  left: 0;
  color: #333;
  font-weight: 700;
}
.test-box:after{
  content: '';
  position: absolute;
  bottom: -15px;
  left:40px;
  width: 0; 
  height: 0; 
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;  
  border-top: 15px solid #fff;
}
.test-box{
  margin-bottom: 60px; 
}
footer{
  padding:40px 0;
  background: #00091a;
}
.footer-links-heading{
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
}
.quick-links ul li{
  margin-bottom: 5px;
}
.quick-links ul li a{
  font-size: 18px;
  line-height: 28px;
  color: #e3e8e0;  
  transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
}
.quick-links ul li a:hover {
    color: #fd8d32;
}

.list-div{
  display: flex;
  justify-content: space-between;
}
.footer-text{
  
}
.footer-text p{
  color: #e3e8e0;
  font-size: 18px;
  line-height: 28px;
}
.copyrights{
  margin-top: 20px;
  border-top: 1px solid #272727;
  padding-top: 20px;
  text-align: center;
}
.copyrights p{
  color: #e3e8e0;
  text-align: center;
  font-size:16px;
  display: block;
}
.representative p {
    font-size: 18px;
    line-height: 28px;
}

/* Range slider style */
.irs--square .irs-line {
  top: 40px;
  height: 10px;
  background-color: #abbcc2; 
}
.irs--square .irs-bar {
  top: 40px;
  height: 10px;
  background-color: #ffffff;
  margin-left: 0px;  
}
.irs--square .irs-handle {
  top: 28px;
  width: 35px;
  height: 35px;
  background: #001848;
  border: 3px solid #001848;
  border-radius: 0px;
  box-shadow: 0 0 15px rgba(68,88,105,.5);
  }
  .irs--square .irs-handle:hover {
    background: #001848; 
  }
  .irs--square .irs-handle.state_hover {
    background: #001848;
  }
.irs--square .irs-min, .irs--square .irs-max {
  top: -15px;
  background: #fff;
  color: #465040;
  padding: 8px 20px; 
}
.irs--square .irs-single {
  background: #fff;
  color: #465040;
  top: -15px;
  padding: 8px 20px;  
}
.representative .rep-eg {
    border: 1px solid #001848;
    padding: 15px;
    border-radius: 5px;
}


.rep-eg p{
  font-size: 16px;
}
.why-chooseus{
  padding-bottom: 0;
}
.box-chooseus-inn{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.icon-why{
    flex: 0 0 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, #468fca, #2a6ea6);
    justify-content: center;
    margin-right: 10px;
}
.box-why-chooseus:nth-child(2) .icon-why{
  background: linear-gradient(to right, #46cabc, #1b9084);
}
.box-why-chooseus:nth-child(3) .icon-why{
  background: linear-gradient(to right, #f1962b, #cb7b1d);
}
.box-why-chooseus:nth-child(4) .icon-why{
  background: linear-gradient(to right, #f1472b, #b83520);
}
.box-why-chooseus:nth-child(5) .icon-why{
  background: linear-gradient(to right, #f1ea2b, #a5a017);
}
.box-why-chooseus:nth-child(6) .icon-why{
  background: linear-gradient(to right, #bd79f7, #7520bd);
}
.box-why-chooseus:nth-child(7) .icon-why{
  background: linear-gradient(to right, #f37cd6, #a32885);
}
.box-why-chooseus:nth-child(8) .icon-why{
  background: linear-gradient(to right, #7ceff3, #13888c);
}
.why-box-heading{
  width: 80%;
  font-size: 20px;
  font-weight: 700;
}
.box-why-chooseus{
  margin-bottom: 40px;
}
.unsecured-personal{
  text-align: center;
}
.features-heading{
  font-size: 35px;
  color: #465040;
  text-align: center;
  margin-bottom: 20px;
}
.features-heading span{
  font-weight: 700;
}
.numb-row{
  margin-top:40px;
}
.numb-points-r{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.numb-points-circle{
    flex: 0 0 100px;
    height: 100px;    
    max-width: 100px;
    margin-right: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #001848;
    color: #fff;
    border-radius: 50%;
    font-size: 35px;    
    font-weight: 700;
}
.numb-points-heading{
  font-size: 20px;
  font-weight: 700;
  color: #465040;
}
.management-info{
    background: #468fca;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 40px;
    box-shadow: 0 0 15px rgba(0,0,0,.2);
}
.management-pic{
  margin-right: 15px;
}
.management-text{
  color: #fff;
}
.heading-management{
  font-size: 22px;
  font-weight: 700;
}
.heading-management span{
  display: block;
}
.management-text p{
  color: #fff;
}
.mangement-content{
  padding: 0 15px;
  margin-top: 30px;
}
.management-info{
  margin-bottom: 30px;
}
.management-info:last-child{
  margin-bottom: 0;
}
.apply-form form label{
  font-size: 14px;
  font-weight: 700;
  color: #465040;
}
.apply-form .form-control{
  border-radius:0;
  border-color:#bdbdbd;  
  color: #465040;
}
.apply-form select.form-control{  
  color: #465040;
}
.apply-form .form-control option{  
  color: #465040;
}
.btn-apply{
  padding: 10px 30px;
  margin-top:10px;
}
.apply-eligible{
  background:#f1f4f6;  
  padding: 0;
}
.eligible-heading{
  text-align: center;
  padding: 20px;
  font-size: 20px;
  font-weight: 700;
}
.apply-eligible .list-style{
  padding-left: 30px;
}
.apply-eligible-blue{
  background:#001848;
  padding: 10px;
  margin-top: 30px;
}
.apply-box-sec{
  padding: 0 5px;
  margin-bottom: 10px;
}
.apply-box-sec:nth-child(3), .apply-box-sec:nth-child(4){
  margin-bottom: 0;
}
.apply-box{
  display: flex;
  align-items: center;
  background: #001848;
  padding: 10px;
}
.apply-box img{
  margin-right: 5px;
}
.apply-eligible-blue .row{
  margin:0;
}
.app-eligible-heading{
  font-size:16px;
  text-transform: uppercase;
  color: #fff;
}
.apply-content .row{
  align-items: flex-start;
}
.list-style-inline{
  display: flex;  
  flex-wrap: wrap;
}
.list-style-inline li:first-child{
  margin-right: 20px;
}
.contact-us-sec ul{
  margin-top: 30px;
  justify-content: center;
}
.contact-us-sec ul li{
  font-size: 18px;
  font-weight: 700;
}
.box-contact-inn{
  background: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,.1);
  padding: 30px 15px;
  text-align: center;
}
.contact-us-sec .row{
  margin-top: 30px;
  justify-content: center;
}
.contact-us-sec p{
  font-size: 18px;  
}
.contact-info-heading{
  font-size: 18px;
  font-weight: 700;
  color: #465040;
}
.box-contact{
  margin-bottom: 20px;
}
.contact-us-sec p{
  margin-bottom: 0;
}
.box-contact:nth-child(2) .box-contact-inn{
  padding: 16px 15px;
}
.blog-img{
  overflow: hidden;
  max-height: 250px;
}
.blog-img img{
  transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transform: scale(1.0);
  -webkit-transform: scale(1.0);
  -o-transform: scale(1.0);
  -moz-transform: scale(1.0);  
}
.blog-box:hover img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.blog-content{
  margin-top: 30px;
}
.blog-date{
  font-size: 16px;
  font-weight: 700;
  color: #001848;
  margin-bottom: 0;
}
.bblog-heading{
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  position: relative;
  margin-bottom: 35px;
}
.bblog-heading:after{
  content: '';
  width: 100%;
  height: 1px;
  background: #cdcdcd;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.blog-info{
  font-size: 16px;
  font-weight: 700;
  color: #b7b7b7;
}
.blog-sec .btn-comm{
  padding: 10px 25px;
  font-size: 15px;
  margin-top: 15px;
}
.blog-box{
  margin-bottom: 30px;
}
.single-blog .blog-img{
  max-height: 350px;
}
.single-blog .blog-img img{
  width: 100%;
}
.test-box-inn-2{
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.test-box-2:nth-child(odd) .test-box-inn-2{
  border-right:1px solid #ddd;
  padding-right: 30px;
}
.test-box-2:nth-child(even) .test-box-inn-2{
  padding-left: 30px;
}
.test-box-inn-2{
  position: relative;
}
.test-box-inn-2:before{
  content: '\f10d';  
  position: absolute;
  top: 30px;
  left: 0;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 22px;
  color: #001848; 
}
.test-box-2:nth-child(odd) .test-box-inn-2:before{
  left:-26px;
}
.test-info-2 p{
  font-weight: 700;
  font-size: 16px;
}
.margin-bottom{
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
.faq-box{
  margin-bottom: 10px;
}
.faqs .faq-heading{
    border: 2px solid #001848;
    color: #465040;
    padding: 10px 20px;
    margin-bottom: 0;
    border-radius: 25px;
    font-weight: 700;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
}
.faqs .faq-content-inn {
    padding: 10px 20px;
    border: 2px solid #001848;
    border-radius: 15px;
    border-top: 0;
    margin: 0;
    display: none;
}
.faq-content {
    max-width: 80%;
    margin: 0 auto;
}
.custom-table{
  width: 99%;
  border:1px solid #001848; 
  table-layout: fixed;
}
.custom-table th{
  background:#001848;
  color: #fff;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 700;
  width: 50%;
}
.custom-table th span {
    display: block;
    font-size: 16px;
    font-weight: normal;
}
.custom-table td{
  color: #465040;
  padding: 10px 15px 10px 30px;
  font-size: 18px; 
  position: relative;
  border: 1px solid #001848;
}
.custom-table td:before{
  content: '\f0da';
  position: absolute;
  top: 11px;
  left: 15px;
  color: #001848;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
}
.custom-table td:nth-child(odd){
  border-right:1px solid #001848;
}
.content-left{
  text-align: left!important;
}
.custom-table th:nth-child(1){
  border-right: 1px solid #fff;
}
.why-fcf .list-inline li{
  font-weight: 700;
  margin-bottom: 15px;
}
.btn-fixed {
    display: block;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fd8d32;
    padding: 10px 20px;
    color: #fff;
    border-radius: 4px 4px 0 0;
    z-index: 99;
}
.btn-fixed:hover {color: #fff;}
.error-sec .section-heading{
  margin-bottom: 10px;
}
.thanks-sec p{
  font-size:25px;
  font-weight: 700;
  color: #468fca;
  margin-bottom: 0px;
}
.thanks-sec a{
  display: inline-block;
  margin:0 auto 30px;
}
.thanks-sec img{
  display: block;
  margin:0 auto;
}
.chkbox-apply{
  padding-left: 10px;
}
.highlighted-sec{
    background: #001848;
    padding: 15px;
    border-radius: 10px;
    color: #fff;
    font-size: 22px;
    text-align: center;
}
.breadcrumb-sec ul{
  display: flex;
  width:100%;
}
.breadcrumb-sec .breadcrumb{
  margin-top: 15px;
}
.breadcrumb-sec ul li{
  margin-right: 10px;
}
.breadcrumb-sec ul li a{
  color: #465040;
  font-size: 14px;
  font-weight: 700;
}
.unsecured-loans{
  padding-top: 0;
}
.contact-crumbs{
  background: #e9ecef;
}
.contact-crumbs .breadcrumb{
    margin-top: 0;
    margin-bottom: 0;
}
.copyrights-inn{
  display: flex;
  justify-content: center;
  align-items: center;
}
.twitter-icon{
  color: #001848;
  transform: all 200ms ease-in-out;
  -webkit-transform: all 200ms ease-in-out;
  -o-transform: all 200ms ease-in-out;
  -moz-transform: all 200ms ease-in-out;
}
.twitter-icon:hover{
  color: #fff;
}
.twitter-icon i{
  font-size: 35px;
}
.box-fmate-row{
  margin-top: 30px;
}
.chrstl .box-fmate-inn {
    min-height: 240px;
}
.box-fmate-inn{
  padding: 40px 20px 0;
  background: #468fca;
  text-align: center;
  color:#fff;
  min-height: 320px;
}
.fmate-heading{
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
}
.box-fmate-inn p{
  color:#fff;
}
.qualify-list li{
  min-height: 60px;
}
.underlined-text{
  text-decoration: underline;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  color:#468fca;
}
.sub-section .section-heading-2{  
  display: flex;
  align-items: center;
}
.sub-section .section-heading-2 i{
  font-size: 22px;
  margin-right: 10px;
  color: #001848;
}
.cus-table table{
  text-align: left;
  width: 96%;
  margin:0 auto;
}
.cus-table table th{
  text-align: center;  
  border:1px solid #468fca;
}
.cus-table table td{
  width: 50%;
  border:1px solid #468fca;
}
.cus-table .adv-heading{
  background:#468fca;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 20px 0;
}
.cus-table .lft-adv{
  text-align: center; 
  position: relative;
}
.cus-table .lft-adv .heading-adv-lft{
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 600;
  color: #001848;
}
.heading-adv-lft span{ 
 position: absolute;
 top: -60px;
 left: 50%;
 width: 50px;
 height: 50px;
 border-radius: 50%;
 background: #001848;
 text-align: center;
 line-height: 50px;
 transform: translateX(-50%);
 color: #fff;
}
.cus-table .rgt-adv{
  padding: 25px;
}
.q-list2 li{
  min-height: unset;
  margin-bottom: 10px;
}

.box-uses .box-uses-inn{
  background: #1d6cac;
}

.box-uses-inn {
    padding: 30px 30px 10px;
    color: #fff;
    margin-top: 20px;
    min-height: 280px;
}
.box-uses-inn ul li{
  color: #fff;
}
.box-uses-heading{
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  color:#fff;
}
.dos-table th{
  background: #468fca;
  color: #fff;
}
.dos-table .table-bordered th{
  border-color:#468fca;  
}
.dos-table .tr-bg{
  background: #dce9f3;
}
.warning-box {
    /*background: #001848;*/
    background: #001848;
    text-align: center;
    padding: 5px 0;
}
.warning-box .fa, .warning-box a {
    color: #fff;
}
.warning-box p {
  text-align: left;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: normal; 
  padding: 0px 5px;
  color: #fff;
  margin-top: 0;
  width: 100%;
}
header{padding: 5px 0;}
.contact-info-sec{
  width: 100%;
  display: block;
  background:#fff;
  text-align: center;
  padding:5px 0;
}
.contact-info-sec ul{
  margin:0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.contact-info-sec ul li{
  display: flex;
  font-size: 16px;
  font-weight: bold;
  align-items: center;
}
.contact-info-sec ul li span{
  display: inline-block;
}
.contact-info-sec ul li a{
  margin-bottom: 0;
  margin-left: 5px;
  font-style: 16px;
  font-weight: bold;
  color: #000;
}

.box-banner-n{
  border:2px solid #fff;
  padding: 20px;
  text-align: center;
  border-radius: 15px;
  margin-top: 15px;
}
.list-banner-n{
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}
.list-banner-n li{
  color: #fff;
  flex: 0 0 32%;
  text-align: left;
}
.loans-sec-p{
  text-align: center;
}
.loans-row-p{
  justify-content: center; 
}
.loans-sec-inn-p{
  margin-top: 30px;
}
.box-icon {
    width: 130px;
    height: 130px;
    background: #001848;
    color: #fff;   
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto 20px;
    transition: all 200ms linear;
}
.loans-sec-inn-p:hover .box-icon {
    background: #468fca;
}
.box-icon:before {
    content: '';
    position: absolute;
    left: -5px;
    top: -5px;
    background: #468fca;
    width: 130px;
    height: 130px;  
    z-index: -1;
    transition: all 200ms linear;
}
.loans-sec-inn-p:hover .box-icon:before {
    background: #001848;
    left: -10px;
    top: -5px;
}
.heading-loans-p {
    font-size: 20px;
    font-weight: 700;
    color: #465040;
}

/* 13Nov 2024 */

.highlight span.image {
    display: block;
    margin: 20px auto;
}
.highlight span.image img {
    width: 90px;
}
.highlight span.h3 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    max-width: 80%;
    margin: 0 auto 5px auto;
    font-weight: 600;
    color: #001848;
}

.new-service {
    background-color: #f0f7f3;
    padding: 60px 0;
}

.loanbox {
    margin-bottom: 30px;
}
.loanbox .text-area {
    padding: 20px;
    padding-bottom: 40px;
    background: #fff;
    min-height: 320px;
}
.loanbox .h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #333;
    font-weight: 600;
}
.loanbox p {
    margin-bottom: 30px;
}
.loanbox .theme-btn{opacity: 0;  
  -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s}
.loanbox:hover .theme-btn{opacity: 1}

.loanbox .icon {
    width: 60px;
    height: 60px;
    display: inline-flex;
    background: #fd8d32;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    margin-bottom: 20px;
}

.loanbox .icon i {
    font-size: 24px;
}

.cta-area {
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    margin: 20px 0;
    padding: 50px 0;
    background: url(../images/cta.webp) no-repeat;
    background-position: center;
    background-size: cover;
}
.cta-area .black {
    background: #fd8d32;
    color: #fff;
    padding: 15px 50px;
    margin: 10px 30px;
    display: inline-block;
    border-radius: 45px;
    font-weight: 600;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
.cta-area .black:hover {
    background: #001848;
}
.step .loanbox .text-area {
    min-height: 271px;
    padding: 30px 20px 20px;
    position: relative;
    box-shadow: 0px 3px 16px 0px rgb(0 0 0 / 5%);
    border-radius: 20px;
}
.step .loanbox .text-area .number {
    position: absolute;
    top: -21px;
    left: 24px;
    width: 35px;
    height: 35px;
    background: #001848;
    text-align: center;
    color: #fff;
    font-weight: 600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.step .loanbox {
    margin-top: 30px;
}

.outer {
    position: relative;
    border: 6px solid #001848;
}
.outer:before, .outer:after {
    content: "";
    position: absolute;
    background-color: #ffffff;
}
.outer:before {
    top: -6px;
    left: 9%;
    bottom: -6px;
    right: 9%;
}
.outer:after {
    top: 12%;
    left: -6px;
    bottom: 12%;
    right: -6px;
}
.img-border {
    position: relative;
    z-index: 10;
}

.red-border-box {
    padding: 20px;
    border: 2px solid #001848;
    border-radius: 5px;
    margin-bottom: 30px;
}
.faq-box {
    margin-bottom: 10px;
}
.faqs .faq-heading i {
    color: #001848;
}
.line-border {
    border: 1px solid #001848;
    padding: 15px;
    border-radius: 5px;
}
.text-border{
  border: 2px solid #001848;
  border-radius: 10px;
}
.loanbox.aim .text-area {padding-bottom: 20px;}

.about .main-heading {
    font-size: 40px;
    line-height: 50px;
    color: #001848;
    font-weight: 700;
    margin-bottom: 0;
}

.loans .loans {margin-bottom: 30px;}

.contact-page {
    box-shadow: 5px 5px 19px 0 rgb(0 0 0 / 15%);
    background: #fff;
    border-radius: 10px;
    padding: 50px;
    max-width: 800px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 30px;
}
.f-wrap {
    margin-bottom: 15px;
}
.apply-form {
    background: #f1f1f1;
    padding: 20px;
    border-radius: 5px;
}
/* banner slider-start */
.banner-slider .form-heading {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    color: #fd8d32;
}
.banner-slider label {
    display: block;
    text-align: left;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}
.banner-slider .btn {
    font-size: 18px;
    line-height: 28px;
    background: #fd8d32;
    color: #fff;
    padding: 7px 25px;
    border-radius: 20px;
    border: 0;
    font-weight: 600;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

.banner-slider .btn:hover {
  background: #00040b;
}
.banner-slider .get-quote {
    text-align: center;
}

.irs--big .irs-single,.irs--big .irs-min, .irs--big .irs-max {
    display: none;
}
.irs--big {
    height: 62px;
    position: relative;
    margin-top: -23px;
}
.irs--big .irs-bar {
    background: #fd8d32;
    border: 1px solid #fd8d32;
}
.irs--big .irs-handle {
    background: #fd8d32;
    border: 3px solid #fff;
    box-shadow: none;
    width: 28px;
    height: 28px;
    top: 25px;
}
.irs--big .irs-handle:hover {
    border-color: #fff;
    background: #1c123b;
}
.irs--big .irs-line {
    background: #d39461;
    border: 1px solid #d39461;
}
.irs{font-family: 'Lato', sans-serif;}
.currency {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}
/* banner slider-ends */

.f-logo img {
    border-radius: 5px;
    margin-bottom: 15px;
}
.banner.banner-inner {
    padding-top: 0;
}













@media(min-width: 768px){
  .middle .list-div ul {
    column-count: 2;
    column-gap: 20px;
  }
  .loanbox.aim .text-area {
    min-height: 213px;
  }
  .loanbox .text-area {
    min-height: 340px;
    padding-bottom: 10px;
  }
  .loanbox.loanbox2 .text-area {
    min-height: 620px;
  }
  .nog {
    min-height: 230px;
  }
  .con {
    min-height: 280px;
  }
  .application {
    min-height: 650px;
  }
  .loans .loans {
    min-height: 315px;
  } 
  .banner.banner-inner {
    padding-top: 50px;
  }
  
}



@media(max-width: 768px){
  .contact-info-sec ul{
    flex-direction: column;
    align-items: center;
  }
  .contact-info-sec ul li:first-child {
    border-right: 0px solid #000;   
    margin-right: 0px;
    padding-right: 0px;

  }

}
@media(max-width:1200px){
  .box-uses-inn{
    min-height: 330px;
  }
}
@media(max-width: 991px){
  .btn-topbar{
    display: none;
  }
  .nav-cus{
    max-width: unset;
    flex: 0 0 60%;
    margin-left: 0;
  }
  header .row{
    justify-content: space-between;
  }
  .banner{
    background-position: center;
    height: auto;
    padding: 40px 0;
  }
  .icon-why{
    flex: 0 0 60px;
    height: 60px;
  }
  .icon-why img{
    width: 30px;
    height: 30px;
  }
  .why-box-heading{
    width: 80%;
    font-size: 15px;
  }
   .blog-img{
    max-height: 180px;
  }
  .blog-img img{
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
  .apply-eligible .list-style{
    padding-left: 10px;
  }
  .apply-eligible .list-style li{
    font-size: 16px;
  }
  .apply-box{
    flex-direction: column;
    justify-content: center;
    text-align: center;
    min-height: 130px;
  }
  .app-eligible-heading{
    margin-top: 10px;   
  }
  .box-uses{
    max-width: unset;
    flex:0 0 100%;
  }
  .box-uses-inn{
    min-height: unset;
  }
  .list-banner-n{
    justify-content: flex-start;
  }
  .list-banner-n li {    
    flex: 0 0 100%;    
  }
}

@media(max-width: 767px){
  header{
    padding: 15px 0;
  }
  .icon-nav {
    display: block;
    width: 30px;
    height: 30px;
    position: relative; 
  }
  .icon-nav span {
    width: 100%;
    height: 3px;
    background: #001848;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .icon-nav span:nth-child(1) {
    top: 5px;
    left: 0;
  }
  .icon-nav span:nth-child(2) {
    top: 12px;
    left: 0;
  }
  .icon-nav span:nth-child(3) {
    top: 19px;
    left: 0; 
  }
  .icon-nav.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 12px; 
  }
  .icon-nav.open span:nth-child(2) {
    opacity: 0; 
  }
  .icon-nav.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 12px; 
  }
  .nav-cus {
    width: 70%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .nav-res {
    width: 220px;
    height: 100vh;
    background: #001848;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    position: fixed;
    left: -300px;
    top: 0px;
    z-index: 9999;
    padding: 20px 0;
    visibility: hidden;
    display: block;
    overflow-y: scroll;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
  }
  .nav-res li {
    display: block;
    text-align: left; 
  }
  .nav-res li.drp:hover .drp-menu {
    animation: unset;
    display: none; 
  }
  .nav-res.in {
    left: 0px;
    visibility: visible;
  }
  .nav-res .drp-menu.open-menu {
    display: block !important;
    opacity: 1;
    animation: unset; 
  }
  nav ul li.drp {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  nav ul li.drp .drp-menu {
    position: static;
    width: 100%; 
    box-shadow: unset;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  nav ul li.drp:hover .drp-menu {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .caption-banner{
    width: 100%;
  }
  .nav-res li a{
    color: #fff;
  }
  nav ul li.drp i{
    margin-right: 10px;
    color: #fff;
  }
  .blogs-box{
    margin-bottom: 20px;
  }
  .blog-btn{
    margin-top: 10px;
  } 
  .lft-whychoose{
    padding-left: 15px;
    order: 2;
    margin-top: 20px;
  }
  .img-why{
    padding-right: 15px;
  }
  .why-points-r{
    flex-direction: column;
  }  
  .main-heading{
    font-size: 28px;
  }
  .box-why-chooseus{
    margin-bottom: 10px;
  }
  .why-box-heading{
    font-size: 16px;
  }
  .apply-box-sec:nth-child(3), .apply-box-sec:nth-child(4){
    margin-bottom: 10px;
  }
  .apply-content form .form-group{
    margin-bottom: 0;
  }
  .apply-content form .form-control{
    margin-bottom: 20px;
  }
  .contact-us-sec ul{
    justify-content: flex-start;
  } 
  .margin-bottom{
    margin-bottom: 0;
    border-bottom: 0;
  }
  .test-box-2:nth-child(odd) .test-box-inn-2{
    border-right: 0;
    padding-right: 0px;
  }
  .test-box-inn-2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .test-box-2:nth-child(even) .test-box-inn-2{
    padding-left: 30px;
  }
  .test-box-inn-2:before{    
    left: -30px;
    top:0;
  }
  .btn-fixed{
    display: block;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #001848;
    padding: 10px 20px;
    color: #fff;
    border-radius: 4px 4px 0 0;
  }
  .management-info{
    flex-direction: column;
  }
  .apply-eligible{
    margin-top:30px;
  }
  .why-fcf .list-inline li{
    flex:0 0 100%;
  }
  .box-fmate-inn{
    min-height: unset;
    margin-bottom: 30px;
  }
  .box-fmate:last-child .box-fmate-inn{
    margin-bottom: 0;
  }
  .qualify-list li{
    min-height: unset;
  }
  .lft-define-loan{
    order:2;
    margin-top: 20px;
  }


  .pos {   
    padding: 20px 5px;
    font-size: 15px;
  }
  .pos span {
    font-size: 15px;   
  }
  .d-yellow img{
    width: 100%;
  }
  .seegreen {   
    padding: 10px 5px;     
  }
  .yellow {
    padding: 5px;    
  }
  .red {
    padding: 5px;    
    background-color:#505050;
    background-image:none;
  }
  .pricetable tbody {
    font-size: 14px;    
  }
  .d-red {   
    padding: 20px 5px;   
    font-size: 15px;
  }
  .warning-box p {
    font-size: 12px;
    line-height: 1.2;
  }
  .banner-inner .caption-banner{width: 100%;margin: 30px 0;}


}
@media(max-width: 576px){
  .logo{
    width:40%;
  }
  .nav-cus{
    width: 60%;
  }
  .test-box:after{
    bottom: -10px
  }
  .call-heading{
    font-size: 25px;
  }
  .points-number-hw{
    font-size: 30px;
  }
  .hw-heading-icon{
    flex-direction: column;
  }
  .hw-heading{
    font-size: 16px;   
    line-height: 20px;
    order: 2;
    text-align: center;
    margin-top: 5px;
  }
  nav ul li.drp ul.drp-menu li.dropdown-lev-3-menu ul.dropdown-lev-3 {
    position: relative;
    top: 0;
    left: 0;
    background: #ffffff;
    display: block;
    width: 250px;
    box-shadow: none;
    z-index: 3;
    opacity: 1;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    padding-left: 20px;
  -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
}
nav ul li.drp ul.drp-menu li.dropdown-lev-3-menu:hover ul.dropdown-lev-3 {
  animation: none;
  display: block; 
}
  .hw-heading-icon img{
    width: 30%;
  }
  .britons-points ul li{
    font-size: 18px;
  }
  .section-heading-block, .section-heading, .section-heading-c{
    font-size: 25px;
  }
  .features-heading{
    font-size: 25px;
  }
  .test-box-2:nth-child(odd) .test-box-inn-2:before, .test-box-2:nth-child(even) .test-box-inn-2:before{
    left: 0;
  }
  .test-box-inn-2{
    padding-left: 30px;
  }
  .banner .caption-banner .main-heading{
    font-size: 30px;
    line-height: 40px;
  }
  .caption-banner p.sub-heading {
    font-size: 22px;
    margin-top: 10px;
  }
  
  .cus-table .lft-adv{
    padding: 0 80px
  }
  .cus-table .lft-adv .heading-adv-lft{
    font-size: 20px;
  }
  .box-uses-inn{
    padding: 20px 10px;
  }
  .pricetable {
    padding: 0 15px;
}
.pricetable table {
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
}
.box-2-1 {
 flex-direction: column;
}

.cta-area .black {
    display: inline-block;
    margin-top: 20px;
    padding: 9px 20px;
    font-size: 18px;
    line-height: 28px;
}
.step .loanbox .text-area{
  min-height: auto;
}
}



/*--------10feb----*/
.blue-box {
    background: #468fca;
    padding: 20px;
    border-radius: 5px;
}
.blue-box p {
    color: #fff;
}

/*-------3march------*/
.breadcrumb-sec.breadcrumb-sec_new  ul{
  flex-wrap: wrap;
}
.breadcrumb-sec.breadcrumb-sec_new ul li {
    margin-right: 7px;
}
.breadcrumb-sec.breadcrumb-sec_new ul li a{font-size: 12px;}
.breadcrumb.breadcrumb-sec_new{
  padding: .75rem .75rem;
}


.theme-btn {
    padding: 12px 25px;
    background: #001848;
    color: #fff;
    border-radius: 28px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
.theme-btn:hover {color:#fff; background: #fd8d32;}
.highlighted-sec p {
    color: #fff;
}
.highlighted-sec a {
    padding: 7px 15px;
    background: #fff;
    border-radius: 5px;
    font-size: 18px;
    line-height: 30px;
}

.loans2 .textbox {
    border: 1px solid #001848;
    padding: 20px;
}

.box-slider {
    text-align: center;
    padding: 30px;
    border-radius: 5px;
    background: #001848;
    width: 40%;
    border: 2px solid #001848;
}
.box-slider h2 {
    color: #333;
    font-size: 28px;
    font-weight: 700;
    margin-top: 20px;
}
.box-slider .label {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    text-align: center;
}
.box-slider .form-group {
    margin-bottom: 15px;
}
.box-slider .input-grp {
    position: relative;
}
.btn-b {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50px;
    font-size: 30px;
    font-weight: 700;
    background: #fff;
    border: 1px solid #000;
}
.btn-neg {
    left: 0;
}
.box-slider .input-grp input {
    width: 100%;
    height: 50px;
    border: 1px solid #000;
    padding-left: 0;
    text-align: center;
}
.btn-pos {
    right: 0;
}

.services .wrap1 {
    text-align: center;
    border: 1px dotted #d8d8d8;
    border-radius: 5px;
    background: #ffffff;
    position: relative;
    transform: scale(1);
    transition: all .4s ease-in-out;
}
.services .wrap1:hover {
    transform: scale(1.1);
}
.services .wrap1 .imgbox {
    margin-bottom: 15px;
    padding-top: 30px;
}
.services .wrap1 .textbox {
    padding: 0 20px;
    height: 230px;
    overflow-y: scroll;
}

.services .wrap1 .textbox::-webkit-scrollbar {
  width: 5px;
}
 
.services .wrap1 .textbox::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
.services .wrap1 .textbox::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}



.services .learn-btn-area a:hover {
    color: #fff;
    background: #000;
}

.services .wrap1 h3 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
    font-weight: 600;
}

.services .learn-btn-area a {
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    border-radius: 0 0 5px 5px;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}
.services {
    padding: 50px 0;
}
.services .wrap1 .textbox p:last-child {
    border-bottom: 1px dotted #d8d8d8;
    padding-bottom: 20px;
    margin-bottom: 0;
}
.new-blg .img-res {
    width: 100%;
}
.new-blg .textbox-wrap {
    padding: 0 20px;
}
.new-blg .textbox-wrap .textbox {
    background: #f1f4f6;
    padding: 20px;
    position: relative;
    margin-top: -40px;
}
.new-blg .textbox-wrap .textbox h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
}
.new-blg .textbox-wrap .textbox .btn-area {
    margin-top: 26px;
}

.new-blg .content2 .text-wrap {
    background: #fff;
    padding: 30px;
}
.new-blg .listing-news li {
    display: flex;
    border-bottom: 1px dotted #c7c6c6;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.new-blg .listing-news li .textarea h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #5c5c5c;
}
.new-blg .listing-news li .textarea p {
    font-size: 15px; 
    line-height: 25px;
}

.new-blg .listing-news li .imgarea {
    width: 230px;
    margin-right: 20px;
}
.new-blg .listing-news li .textarea {
    width: 80%;
}



.custom-dropdown1 .drop-content {
  background: #fff;
  color: #333333;
  padding: 20px;
  display: none;
}
.custom-dropdown1 .drop-heading {
  padding: 10px 0;
  margin: 0;
  cursor: pointer;
  position: relative;
  font-size: 24px;
  line-height: 34px;
} 
.custom-dropdown1 .drop-heading:before {
  content: "\f067";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 18px;
  padding-right: 0.5em;
  position: absolute;
  top: 10px;
  right: 0px;
}
.custom-dropdown1 .drop-heading.open1:before {
  content: "\f068";
  font-family: FontAwesome;
}
.custom-dropdown1 {
    background: #468fca;
    color: #fff;
    padding: 5px 15px;
}
.custom-dropdown1_1 {
    padding: 0;
}


@media(max-width: 767px){
  .caption-banner, .box-slider, .new-blg .listing-news li .imgarea, .new-blg .listing-news li .textarea{width: 100%;}
  .banner .container, .new-blg .listing-news li {
    flex-direction: column;
  }
}


/* 5dec 2024 */

/*----blog page css---*/
.blog-list{
    padding-top: 60px;
}

.blog-list .col {
    box-shadow: 0px 2px 3px 2px rgb(77 77 77 / 10%);
    margin-bottom: 35px;
}
.blog-list .col .imagebox {
    line-height: 0;
    width: 100%;
    overflow: hidden;
    height: 300px;
}
.blog-list .admin-box {
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    color: #fff;
    background: var(--skyblue);
    color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    margin-top: -30px;
    position: relative;
}
.home .blog-list .col1 {
    webkit-box-shadow: 0 1px 4px 2px rgb(77 77 77 / .2);
    -moz-box-shadow: 0 1px 4px 2px rgb(77 77 77 / .2);
    box-shadow: 0 1px 4px 2px rgb(77 77 77 / 20%);
    margin-bottom: 40px;
}
.blog-list .admin-box span, .blog-list .admin-box span a {
    padding-right: 10px;
    color: #ffffff;
}

.blog-list .list-text {
    padding: 10px 20px 20px 20px;
    margin-top: 20px;
}
.blog-list .list-text .excerpt-text {
    margin-bottom: 30px;
}

.blog-list .list-text h3 {
    font-size: 20px;
    line-height: 30px;
}
.blog .theme-btn {
    padding: 6px 15px;
    border-radius: 30px;
    font-size: 16px;
    margin: 0 0 20px 0;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.blog .theme-btn:hover {
}


/*----pagination css start----*/

.pagination {
  display: inline-block;
}

.pagination a {
    color: #f6356f;
    float: left;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #d9d9d9;
    margin: 0 4px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0px;
}

.pagination a.active {
    color: white;
    border: 1px solid #f6356f;
    background-image: linear-gradient(to right, #f75647, #f63471);
}

.pagination a:hover:not(.active) {background-color: #ddd;}

.pagination-area {
    text-align: center;
    padding: 30px 0;
}
/*----pagination css end----*/


/*----blog details----*/

.blog-details {
    padding-top: 60px;
    padding-bottom: 50px;
}
.blog-details{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blog-details .content-area {
    width: 70%;
}
.blog-details .sidebar {
    width: 26%;
}

.single-post .imagebox img {
    width: 100%;
}

.recent-post {
    padding: 20px;
    background: #fafbfd;
}
.recent-post ul li {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
}

.recent-post h3 {
    font-size: 22px;
    line-height: 33px;
}

.single-post .admin-box {
    font-size: 14px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #ccc;
    padding: 10px 15px;
}
.single-post .list-text {
    padding: 0 15px;
}
.single-post .list-text p {
    margin-bottom: 15px;
}
.single-post .imagebox {
    line-height: 0;
}
.single-post .admin-box span {
    padding-right: 10px;
    color: #079992;
    margin-top: 20px;
}

.single-post h2 {
    font-size: 28px;
    line-height: 38px;
}
.single-post h3 {
    font-size: 24px;
    line-height: 34px;
}
/*.single-post {
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 30px;
}*/
.pegi {
    display: flex;
    justify-content: space-between;
}

.common-btn-color-reverse {
    padding: 11px 30px;
    border-radius: 50px;
    color: #f63471 !important;
    border: 1px solid #f63471;
    font-size: 16px;
    line-height: 26px;
    border: 1px solid #f63471;
}
.common-btn-color-reverse:hover {    
    border: 1px solid transparent;
    color: #fff !important;
    background-image: linear-gradient(to right, #f75647, #f63471);
}

.home.blog > nav > a, .home.blog > nav > li > a:after {
    color: #494949;
}


/* Blog css  */
.navigation {
    width: 100%;
}
.navigation .nav-links {
    display: flex;
    justify-content: flex-start;
}
.pagination{
    display: block;
    padding: 0 15px;
    margin-bottom: 60px;
}
.pagination .nav-links .page-numbers.current {
    background: #079992;
    color: #ffffff;
    border-color: transparent;
}
.pagination .nav-links .page-numbers {
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #ffffff;
    color: #555555;
    font-weight: 500;
    border: 1px solid #555555;
    transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
}
.pagination .nav-links .page-numbers:hover {
    background: #079992;
    color: #ffffff;
    border: transparent;
}
.pagination .nav-links .page-numbers.prev {
    background: #079992;
    color: #ffffff;
    border-color: transparent;
    width: auto;
    height: auto;
    border-radius: 30px;
    padding: 0 20px;
    border: 1px solid transparent;
     transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
}
.pagination .nav-links .page-numbers.next {
    width: auto;
    height: auto;
    border-radius: 20px;
    padding: 0 20px;
    background: #079992;
    color: #ffffff;
    border: 1px solid transparent;
     transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
}
.pagination .nav-links .page-numbers.next:hover{
    background: #ffffff;
    color: #555555;
    font-weight: 500;
    border: 1px solid #555555;
}
.pagination .nav-links .page-numbers.prev:hover{
    background: #ffffff;
    color: #555555;
    font-weight: 500;
    border: 1px solid #555555;
}
.pagination .nav-links .page-numbers.next:hover .svg-icon{
     fill: #555555;
}
.pagination .nav-links .page-numbers.prev:hover .svg-icon{
     fill: #555555;
}
.pagination .nav-links .page-numbers .svg-icon {
    width: auto;
    margin-top: 0;
    vertical-align: middle;
    fill: #ffffff;
}
.navigation .nav-links a svg {
    width: 12px;
    margin-top: 8px;
    color: #ffffff;
}
.navigation .nav-links {
    display: flex;
    justify-content: flex-start;
}
.navigation .nav-links .nav-previous {
    padding-left: 50px;
}
.navigation .nav-links .nav-previous, .navigation .nav-links .nav-next {
    flex: 0 0 50%;
    position: relative;
}
.navigation .nav-links .nav-previous .nav-arrow {
    left: 0;
}
.navigation .nav-links a .nav-arrow {
    width: 40px;
    height: 40px;
    background: #079992;
    display: inline-block;
    text-align: center;
    float: left;
    margin-right: 15px;
    border-radius: 4px;
    position: absolute;
}
.navigation .nav-links a .screen-reader-text {
    color: #079992;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0;
}
.navigation .nav-links a .post-title {
    font-weight: 700;
    color: #555555;
    font-size: 14px;
}
.navigation .nav-links .nav-next {
    text-align: right;
    padding-right: 50px;
}
.navigation .nav-links .nav-next .nav-arrow {
    float: right;
    margin-left: 15px;
    margin-right: 0;
    right: 0;
}
.comments-title {
    display: block;
    font-size: 35px;
    font-weight: 700;
    color: #191b21;
    margin-bottom: 10px;
    margin-top: 20px;
}
.comments-area p.comment-notes {
    display: inline-block;
}
.comments-area p {
    display: flex;
    flex-direction: column;
    flex: 0 0 100%;
    width: 100%;
}
.comments-area p textarea {
    resize: vertical;
}
.comments-area p input, .comments-area p textarea {
    border: 1px solid #bbbbbb;
    padding: 15px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #555555;
}
.comments-area p label {
    margin-bottom: 5px;
    color: #555555;
    font-weight: 700;
    font-size: 14px;
}
.comments-area p input {
    height: 50px;
}
.screen-reader-text{
    display: block;
    font-size: 35px;
    font-weight: 700;
    color: #191b21;
    margin-bottom: 20px;
}
.post-navigation{
    margin-top: 30px;
}
.navigation .nav-previous br, .navigation .nav-next br{
    display: none;
}
.comments-area p.comment-form-cookies-consent{
    flex-direction: row;
    align-items: center;
}
.comments-area p.comment-form-cookies-consent label{
    margin-left: 5px;
}
.comments-area p.form-submit input {
    display: inline-block;
    background: #079992;
    font-weight: 700;
    font-size: 16px;
    width: 180px;
    text-align: center;
    border-radius: 10px;
    padding: 12px 25px;
    border: 0;
    color: #ffffff;
    text-transform: uppercase;
    transition: all 200ms ease-in-out;
}
.comments-area p.form-submit:hover input {
    background: #283a5e;
    color: #fff;
    transform: translateY(-10px);
    box-shadow: 0 5px 10px rgba(0,0,0,.3);
}
@media(max-width:680px){
    .pagination .nav-links .page-numbers {
        font-size: 15px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-right: 6px;
    }
    .pagination .nav-links .page-numbers.next {
        padding: 0 10px;
    }
    .pagination .nav-links .page-numbers .svg-icon {
        width: auto;
    }
}

@media(max-width: 480px){
    .pagination .nav-links .page-numbers {
    font-size: 15px;
    width: 30px;
    height:30px;
    line-height: 30px;
    margin-right: 4px;
    font-size: 13px;
    font-weight: bold;
     }
    .pagination .nav-links .page-numbers.next {
      padding: 0 5px; }
    .pagination .nav-links .page-numbers .svg-icon {
      width: 18px; } 
      .nav-prev-text, .nav-next-text{
        display: none;
      }
      .pagination .nav-links .page-numbers.prev, .pagination .nav-links .page-numbers.next {
          padding: 0 10px;
      }
}

@media(max-width: 380px){
    .pagination .nav-links .page-numbers {
        width: 22px;
        height: 22px;
        line-height: 22px;
        margin-right: 4px; 
    }  
    .pagination .nav-links .page-numbers .svg-icon {
      width: 16px; 
    }
}
/* Blog css ends */

.excerpt-text p.link-more {
    display: none;
}

.single-post .admin-box .fa {
    padding-right: 5px;
}
/*--sidebar--*/
.recent-links-new .textbox {
    width: 75%;
    padding-left: 15px;
}

.recent-links-new .textbox p {
    color: #f53844;
    font-weight: 600;
    position: relative;
    top: -5px;
}
.recent-links-new .imagebox {
    width: 80px;
    height: 62px;
}
.recent-links-new .imagebox img {
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.recent-links-new li a {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-top: 6px;
}
ul.recent-links-new li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
}
ul.recent-links-new li img {
    margin-right: 15px;
    margin-top: 6px;
    width: 80px;
    height: 60px;
}
ul.recent-links-new li .recent-post-link {
    text-decoration: none;
    color: #079992;
    line-height: 20px;
    font-weight: 600;
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
}

.recent-content {
    margin-top: 20px;
}
.blog-list .col1 .imagebox {
    width: 100%;
}
.blog-list .col1 .imagebox img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}
.blog-list .three-div .col1 {
    background: #fff;
    margin-bottom: 40px;
}
.blog h1 {
    font-size: 36px;
    line-height: 46px;
}
.single .single-post {
    background: #fff;
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 12%);
}
.blog-list .admin-box .fa-user {
    padding-right: 4px;
}
.single h1 {
    font-size: 36px;
    line-height: 46px;
}


.apply-now-bottom {
    font-size: 28px;
    bottom: -5px;
    width: 100%;
    text-align: center;
}

.apply-now-bottom a {
    box-shadow: 0 0 8px rgb(12 12 12 / 80%);
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 700;
    width: 160px;
    text-align: center;
    display: block;
    border-radius: 5px 5px 0 0;
    background: #ffd241;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    left: calc(50% - 80px);
    z-index: 99;
}

.apply-now-bottom a:hover {color: #fff;}

.f-list li:hover:before {
    color: #079992;
}
.footer a:hover {
    color: #079992;
}

.scroll-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 35px;
    transition: background .5s;
    z-index: 11;
    text-decoration: none;
}
.scroll-top .fa {
    width: 40px;
    height: 40px;
    background: #079992;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single .single-post a {
    color: #427afe;
}

.error-404.not-found {
    text-align: center;
    padding: 50px 0;
}
.error-404.not-found h1, .error-404.not-found p {margin: 10px; }
.error-404.not-found .search-submit {
    padding: 5px;
    background: #079992;
    color: #fff;
    border: 2px solid #079992;
}
.error-404.not-found .search-field {
    padding: 5px;
}




/* archive page */

.author .author-wrap, .archive .author-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}
.archive .author-wrap{margin-bottom: 30px;}
.author .author-wrap article, .archive .author-wrap article  {
  border: 1px solid #ddd;
}

.author .post-thumbnail img, .archive .post-thumbnail img {
    width: 100%;
    height: auto;
}
.author .page-header{
    padding: 50px 0;
}
.archive .page-header{
    padding: 30px 0;
}
.text-wrap-all h2 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
}
.text-wrap-all {
    padding: 0 20px 20px 20px;
}

.author .post-thumbnail, .archive .post-thumbnail {
    height: 230px;
}
.author .post-thumbnail img, .archive .post-thumbnail img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}

footer.entry-footer .cat-links, footer.entry-footer .tags-links, footer.entry-footer .comments-link, footer.entry-footer .edit-link, .posted-on time.updated {
    display: none;
}
.author footer.entry-footer, .archive footer.entry-footer {
    padding-top: 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    padding-bottom: 6px;
    padding-right: 15px;
    color: #0e7878;
    font-size: 16px;
}
.author footer.entry-footer svg.svg-icon, .archive footer.entry-footer svg.svg-icon {
    fill: #0e7878;
    position: relative;
    top: 2px;
    margin-right: 6px;
}

.author .more-link, .archive .more-link {
    border: 1px solid #079992;
    padding: 6px 15px;
    border-radius: 30px;
    font-size: 16px;
    margin: 0 0 20px 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background: #079992;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
}

.author .more-link:hover, .archive .more-link:hover {
    background: #03645f;
    color: #fff;
}
.saboxplugin-wrap .saboxplugin-gravatar{    padding: 0 20px 0px 20px !important;}

.single .has-avatar {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ddd;
    color: #19396c;
}
.single .post-thumbnail img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.text-wrap-all h2 a {
    color: #333;
}
.author .entry-footer a {
    color: #0e7878;
}
.author .pagination .nav-links .page-numbers.next {
    padding: 0 9px;
}

.author h1 {
    color: #fff;
    text-align: center;
}
.author .banner-loans {
    margin-bottom: 50px;
}
.author .entry-footer .byline, .author .entry-footer .posted-on {
    display: flex;
}
.author-2 .entry-content .link-more {
    display: none;
}
/*arcive end */

.archive-description {
}
.author img.sab-custom-avatar {
    max-width: 100px !important;
    margin-right: 15px;
}
.author-data-box {
    display: flex;
    margin: 30px 0;
    border: 2px solid #ddd;
    padding: 15px;
}

.entry-content ul{
    padding-left: 50px;
}

.entry-content ul li{
    position: relative;
    margin: 15px 0;
    font-size: 18px;
    line-height: 28px;
    color: #444343;
}

.entry-content ul li:before{
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    color: #079992;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 2px;
    left: -30px;
    content: "\f0a9";
}

.entry-content p{
    margin-bottom: 15px;
}


.other-info{
    display: none;
}

.other-info-mobile{
    padding: 30px;
    border-bottom: 1px solid #ccc;
}

.other-info-mobile .address {
    display: flex;
    font-size: 16px;
    line-height: 26px;
    align-items: center;
    flex-direction: column;
    text-align: center;

}
.other-info-mobile .address .icon {
    font-size: 30px;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.other-info-mobile .address .head {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}


/* 20feb 2025 */

.home-first {
    padding: 80px 0 60px 0;
}
.newservices .image-div {
    width: 92%;
    height: 240px;
}
.newservices .image-div img {
    border-radius: 25px;
    height: 100%;
    object-fit: cover;
}
.newservices .text-div {
    background: #fff;
    padding: 30px;
    border-radius: 25px;
    width: 92%;
    float: right;
    clear: both;
    margin-top: -41px;
    z-index: 9;
    position: relative;
    box-shadow: 0px 3px 16px 0px rgb(0 0 0 / 5%);
}
.newservices .headline-flex {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.newservices .icon_n1 {
    width: 60px;
    height: 60px;
    background: #001848;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.newservices .icon_n1 .fa {
    color: #fff;
    font-size: 25px;
}
.newservices .headline-flex .h3 {
    color: #001848;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    padding-left: 20px;
    width: 80%;
    display: inline-block;
}
.newservices .headline-flex .h3 a {
    color: inherit;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
.newservices .headline-flex .h3 a:hover {
    color: #fd8d32;
}
.newservices{margin-bottom: 40px}
.newservices .theme-btn {
    display: inline-block;
}

.why-us {
    padding-top: 60px;
}
.cta-area p {
    color: #fff;
    font-size: 26px;
    line-height: 38px;
    margin: 0;
}
.cta-area .row {
    align-items: center;
}
.container-max{
  max-width: 1250px;
  margin: 0 auto;
}

.custom-table.no-bullet td:before{display: none;}
.flex-table {table-layout: fixed;}

.iframe-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
    margin: 0 auto;
}
.iframe-code {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.iframe-code iframe {
    width: 100%;
    height: 100%;
}
.max-w-70{max-width: 70%; width: 100%; margin: 0 auto;}

@media(min-width: 768px){
  .newservices .text-div{min-height: 350px;}
  .custom-table.three th {width: 33%;}
  .custom-table.four th {width: 25%;}
}


/*--new calculator css starts here---*/
.new-calculator {
    background: #f6f4f0; 
    padding: 40px 0;
}
.new-calculator .slidecontainer {
  width: 100%;
}

.new-calculator .slider {
-webkit-appearance: none;
    width: 100%;
    height: 12px;
    border-radius: 5px;
    background: #c5c8cd;
    outline: none;
    
}


.new-calculator .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #ffb433; 
  cursor: pointer;
}

.new-calculator .slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #ffb433;
  cursor: pointer;
}

.new-calculator .slidecontainer > p {
    border: 1px solid #285700 ;
    padding: 5px;
    text-indent: 5px;
}

.new-calculator .range-wrap {
    position: relative;
    margin-top: 55px;
}
.new-calculator .range-value{
  position: absolute;
  top: -153%;
}


/*---time---*/
.new-calculator #timetooltip.range-value span {
    text-align: center;
    background: #ffb433;
    color: #333;
    font-size: 12px;
    display: block;
    position: absolute;
    left: 3%;
    transform: translate(-50%, 0);
    border-radius: 6px;
    padding: 3px 12px;
    padding-right: 58px;
    line-height: 24px;
}
.new-calculator #timetooltip.range-value span:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid #ffb433;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    margin-top: -1px;
}
.new-calculator #timetooltip.range-value span:after {
    position: absolute;
    right: 5px;
    top: 2px;
    content: "months";
}

/*---amount--*/

.new-calculator .range-value#demotooltip span {
    text-align: center;
    background: #ffb433;
    color: #333;
    font-size: 12px;
    display: block;
    position: absolute;
    left: 3%;
    transform: translate(-50%, 0);
    border-radius: 6px;
    padding: 3px 12px;
    padding-left: 15px;
    line-height: 24px;
}
.new-calculator .range-value#demotooltip span :after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid #ffb433;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    margin-top: -1px;
}
.new-calculator .range-value#demotooltip span:before {
    position: absolute;
    left: 5px;
    top: 2px;
    content: "£";
}

/*---test---*/
.new-calculator .loan-calculator label {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    padding-bottom: 5px
}

.new-calculator .loan-calculator .box-in {
    width: 98%;
    border: 1px #285700 solid;
    margin: 0 auto;
    text-align: center
}

.new-calculator .loan-calculator .box-in span {
    font-size: 20px!important;
    line-height: 30px!important;
    color: #666;
    margin: 0 auto!important;
    padding: 0;
    padding-left: 0
}

.new-calculator .loan-calculator #loan-calculator {
    padding: 20px 40px;
    border: 1px dashed #001848;
}

.new-calculator .loan-calculator .lone-calc {
    font-size: 20px;
    line-height: 20px;
    padding-top: 30px;
    color: #666;
    margin: 0 auto;
    padding-bottom: 15px;
    display: block;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
}

.new-calculator .loan-calculator .lone-calc:nth-child(1) {
    padding-top: 0
}

.new-calculator .loan-calculator .loanAmount__container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
}
.new-calculator .loan-calculator .bg-fg {
    text-align: center;
}

.new-calculator .loan-calculator .sub {
    box-sizing: border-box;
    background-color: #001848;
    background-image: url(../images/steps-tabs-minus.png);
    background-repeat: no-repeat;
    background-position: 50%
}

.new-calculator .loan-calculator .add {
    box-sizing: border-box;
    background-color: #001848;
    background-image: url(../images/steps-tabs-plus.png);
    background-repeat: no-repeat;
    background-position: 50%
}

.new-calculator .loan-calculator .sub_button {
    border-radius: 50px;
    border: none;
    height: 40px;
    width: 50px;
    padding: -3px;
    margin: 0 12px
}


.new-calculator .loan-calculator .input-typ {
    width: 40%;
    padding: 5px 10px;
    height: 35px;
    background: #fff;
    border: 0 #fc8423 solid;
    font-size: 20px!important;
    line-height: 30px!important;
    color: #666;
}

.new-calculator .loan-calculator #applyNow {
    height: 41px;
    border: none;
    /* border-radius: 20px 20px; */
    background: #fd8d32;
    color: #fff;
    margin-top: 0;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Montserrat', sans-serif;
}

.new-calculator .loan-calculator .results__result .h3 {
    font-weight: 500;
    color: #0762a0!important;
    display: block;
    line-height: 24px;
    margin: 12px 0;
    font-size: 16px;
    text-align: left;
    padding-right: 15px;
    display: block;
}

.new-calculator .loan-calculator .results__result .h3 span {
    font-size: 20px;
    padding-left: 30px;
    color: #002e5c;
    font-weight: 600
}

.new-calculator .loan-calculator .input-typ-2 {
    width: 17%;
    padding: 5px 0;
    height: 35px;
    background: #fff;
    border: 0 #fc8423 solid;
    font-size: 20px!important;
    line-height: 30px!important;
    color: #666;
}

.new-calculator .loan-calculator .results__result {
    box-sizing: border-box;
    background: #f6f6f6;
    padding: 1px!important;
    margin-bottom: 8px;
    padding: 1px 20px!important
}

.new-calculator .loan-calculator .representative-example {
    display: grid;
    grid-template-columns: 70% 30%;
    padding: 10px
}
.new-calculator .loan-calculator .box-in-3 {
    width: 98%;
    border: 1px #285700 solid;
    margin: 0 auto;
    text-align: center;
}
.new-calculator .loan-calculator .input-typ-3 {
    width: 31%;
    padding: 5px 10px;
    height: 35px;
    background: #fff;
    border: 0 #058484 solid;
    font-size: 20px!important;
    line-height: 30px!important;
    color: #666;
}
.new-calculator .loan-calculator .box-in-3 span {
    font-size: 20px!important;
    line-height: 30px!important;
    color: #666;
    margin: 0 auto!important;
    padding: 0;
    padding-left: 0;
}
.new-calculator .loan-calculator .calculator.two-div .col1:nth-of-type(1) {
    width: 60%;
}
.new-calculator .loan-calculator .calculator.two-div .col1:nth-of-type(2) {
    width: 38%;
}
.new-calculator .loan-calculator .row1 {
    align-items: center;
}

/*.new-calculator .loan-calculator .results__result .h3 span#rpapr {
    display: none;
}*/

@media(min-width: 768px){
  .loan-calculator .results__result {width: 80%;}
  .loan-calculator .bg-fg {
    padding: 10px;
    border-right: 1px dashed #001848;
    text-align: left;
  }
  .loan-calculator .loanAmount__container {
    width: 82%;
  }
  .loan-calculator #applyNow {
    width: 81% !important;
  }
  .loan-calculator .results__result {
        width: 80%;
    }
    .new-calculator .loan-calculator #loan-calculator{align-items: center;}
}
@media(max-width: 767px){
  .new-calculator .loan-calculator .loanAmount__container {width: 100%;}
  .new-calculator .loan-calculator .bg-fg{margin-bottom: 30px;}
  .new-calculator .loan-calculator #loan-calculator{ border: 0px; flex-direction: column;}
  .new-calculator .loan-calculator .lone-calc{text-align: center;}
  .loan-calculator .results__result{width: 100%;}
  .loan-calculator #applyNow {width: 100%;}
}


/*--new calculator css ends here---*/
@media(max-width: 767px){
  .custom-table{table-layout: initial;}
}




