/* Variable declarations */
:root {
  --blue: #7f5a83;
  --yellow: #e94560;
  --black: #333333;

}




*{margin: 0; padding: 0; box-sizing: border-box;}
ul{padding: 0; margin:0; list-style-type: none;}

a{color:inherit; text-decoration: none;}
h1,h2,h3,h4,h5,h6{}

.h2 {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
}

:focus{outline: none; border:none;}
body{
  font-size: 18px;
  line-height: 28px;
  color: var(--black);
  font-family: "Poppins", sans-serif;
  font-weight: 400;

}

h2, .heading {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
}
p {
    margin-bottom: 15px;
}

main a {
    color: #0754a9;
}



.maindiv{
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.img-fluid{
  max-width: 100%;
  height: auto;
}
.img-res{
  max-width: 100%;
  width: 100%;
  height: auto;
}
.transition{
    -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;
}

.text-white{color: #fff;}
.text-left{text-align: left;}
.text-center{text-align: center;}
.rounded{border-radius: 5px;}
.pt-1{padding-top: 20px;}
.pt-2{padding-top: 40px;}
.pt-3{padding-top: 60px;}
.pb-1{padding-bottom: 20px;}
.pb-2{padding-bottom: 40px;}
.pb-3{padding-bottom: 60px;}

.mt-1{margin-top: 20px;}
.mt-2{margin-top: 40px;}
.mt-3{margin-top: 60px;}
.mb-1{margin-bottom: 20px;}
.mb-2{margin-bottom: 40px;}
.mb-3{margin-bottom: 60px;}

.mb-0{margin-bottom: 0 !important;}
.row-reverse{flex-direction: row-reverse;}

/*common css end*/
a.more {
    color: #0d4bbe;
    font-style: italic;
}
.theme-btn {
    background: var(--yellow);
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 30px;
    border: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.theme-btn:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgb(35 35 35 / 60%);
}
.theme-btn.sm {
    padding: 6px 20px;
    font-size: 16px;
    line-height: 26px;
}
.theme-btn.sm:hover {
     box-shadow: 0 10px 20px rgb(35 35 35 / 30%);
}
.highlight {
    padding: 20px;
    border-radius: 10px;
    background: #f3f2f2;
}

/* navigation start */

.nav-header {
    position: relative;
    background: var(--tan);
    padding: 5px 0;
}
.logo {
    max-width: 230px;
    position: absolute;
    left: 10px;
    top: 5px;
    z-index: 9;
}
#menu-icon {
    padding-top: 28px;
    color: var(--red);
    right: 5px;
    position: relative;
    font-size: 30px;
    bottom: 14px;
    background: none;
    border: 0;
}
.nav01 {
    width: 100%;
    justify-content: flex-end;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.nav-header .maindiv {
    padding: 0;
}
.nav01 .menu01 li {
    margin: 12px 0;
}
.nav01 .menu01 a {
    color: #fff;
    font-weight: 500;
}
.nav01 .menu01 {
    width: 100%;
    background: var(--blue);
    padding: 0 15px; 
    display: none;
}
.sub_menu {
    display: none;
    padding-left: 10px;
}
.menu {
    font-size: 18px;
    position: relative;
    bottom: 4px;
}
.menu01 span.fa-arrow  {
    display: none;
}
.icon1 {
    position: relative;
}
.icon1:before {
    content: "";
    background: url(../images/chevron-down-outline.svg);
    position: absolute;
    color: #fff;
    right: 0px;
    top: 3px;
    font-size: 10px;
    width: 18px;
    height: 18px;
    filter: brightness(0) invert(1);
}

.nav01 .menu01 li.apply-now {
    border: 1px solid #ffffff;
    padding: 5px;
    background: #ffffff;
    margin-bottom: 20px;
    text-align: center;
}
.nav01 .menu01 li.apply-now a {
    color: #248e38;
}
.logo img {
    height: 50px;
}


.warning-header{
    color: #fff;
    text-align: center;
    padding: 5px 0;
    background-color: #7f5a83;
    background-image: linear-gradient(315deg, #7f5a83 0%, #0d324d 74%);
}
.warning-header p{margin-bottom: 0; font-size: 16px;}
.warning-header .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 5px;
    top: 25px;
    cursor: pointer;
}
.warning-header .close ion-icon {
    font-size: 25px;
    line-height: 35px;
}
.nav01 .menu01 a.apply-btn {
    background: var(--yellow);
    padding: 7px 25px;
    border-radius: 25px;
    display: block;
    text-align: center;
    color: #fff;
}

/* home-banner */

.home-banner{
   background-color: #7f5a83;
    padding: 30px 0;
    position: relative;
}
.banner-content{
    display: block;
    position: relative;
}

.banner-content h1, .banner-content p, .banner-content ul li{color: #fff;}

.home-banner h1 {
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 48px;
}
.home-banner .sub-text {
    font-size: 23px;
    line-height: 33px;
    margin-bottom: 20px;
}

.banner-slider1 {
    text-align: center;
    margin: 30px 0;
    padding: 40px 30px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #fff;
}
.banner-slider1 .form-heading {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #fff;
}
.banner-slider1 .h3 {
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin: 15px 0 40px;
    display: block;
}

/* renge slider */

.banner-slider1 .irs--big .irs-line {
    top: 33px;
    background: #d5d2d2;
    border: 1px solid #d5d2d2;
}
.banner-slider1 .irs--big .irs-min, .banner-slider1 .irs--big .irs-max {
    top: -20px;
    color: #ffffff;
    text-shadow: none;
    background-color: #000;
}
.banner-slider1 .irs--big .irs-from, .banner-slider1 .irs--big .irs-to, .banner-slider1 .irs--big .irs-single {
    color: white;
    text-shadow: none;
    background-color: #7f5a83;
    background: #7f5a83;
}
.banner-slider1 .irs--big .irs-bar {
    top: 33px;
    background-color: #7f5a83;
    border: 1px solid #7f5a83;
    background: #7f5a83;
    box-shadow: none;
}
.banner-slider1 .irs--big .irs-handle {
    top: 13px;
    width: 48px;
    height: 48px;
    border: 6px solid #fff;
    background-color: #7f5a83;
    background: #7f5a83;
    box-shadow: none;
    border-radius: 30px;
}
.banner-slider1 .irs-from, .banner-slider1 .irs-to, .banner-slider1 .irs-single {
    top: -20px;
}
.banner-slider1 .irs--big .irs-handle.state_hover, .banner-slider1 .irs--big .irs-handle:hover {
    border-color: hsl(0deg 0% 100%);
   background-color: #5f4f74;
}
/* renge slider end */

.banner-slider1 .get-quote {
    margin-top: 30px;
}


/*--bullet point list1 start--*/
.list1 {
    padding-left: 50px;
}
.list1 li {
    position: relative;
    margin-bottom: 20px;
}
.list1 li a{color: #0d4bbe; font-size: 18px;line-height: 28px;}
.list1 li:before {
    content: "";
    background: url(../images/circle-yellow.svg);
    position: absolute;
    color: #fff;
    left: -46px;
    top: 2px;
    width: 35px;
    height: 35px;
}
.list1.sm li:before {
    width: 20px;
    height: 20px;
    left: -26px;
    top: 4px;
}
.list1.sm {
    padding-left: 27px;
}
.list1.sm li {
    margin-bottom: 6px;
}
.list1 li p:first-child>strong {
    color: var(--black);
    font-size: 19px;
    line-height: 29px;
}

.list1.w li p:first-child>strong{ color:#fff; }
.list1 li > p:first-child {
    margin-bottom: 6px;
}

.list1.w li{color: #fff;}

/*--bullet point list1 end*/
.list1.banner-list li { margin-bottom: 10px;}

.banner-content ul li {

}

.box-3-row .bx {
    background: #fafafa;
    padding: 60px 30px 30px 30px;
    border-radius: 5px;
    position: relative;
    -webkit-box-shadow: 0 0 9px 3px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 9px 3px rgb(0 0 0 / 10%);
    box-shadow: 0 0 9px 3px rgb(0 0 0 / 10%);
    margin: 80px 0;
}
span.h3 {
    font-size: 19px;
    line-height: 29px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}
.box-3-row .bx .icon-box {
    width: 80px;
    height: 80px;
    background: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 37px;
    border-radius: 50%;
    position: absolute;
    top: -40px;
    border: 5px solid #fff;
}
.box-3-row .bx:nth-of-type(even) .icon-box {
    background: var(--yellow);
}



.box-2-row .bx {
    position: relative;
    background: #ffffff;
    border-radius: 15px;
    padding: 2.2rem 2rem 1.5rem;
    margin: 1rem;
    box-shadow: 0 6px 18px rgba(198, 161, 209, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.box-2-row .bx:hover{
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(198, 161, 209, 0.6);
}

.box-2-row .bx .icon-box {
   width: 60px;
    height: 60px;
    background: #7f5a83;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
    position: absolute;
    top: -30px;
    border: 5px solid #fff;
}
/*.box-2-row .bx:nth-of-type(2) .icon-box, .box-2-row .bx:nth-of-type(4) .icon-box  {
    background: var(--blue);
}*/

.box-2-row .bx:nth-of-type(even) .icon-box, .box-2-row .bx:nth-of-type(even) .icon-box  {
    background: var(--blue);
}


.bdr {
    padding: 20px;
    border: 1px solid var(--blue);
    border-radius: 10px;
}

.imgbox {padding: 20px 0;}
.loan-wrp {
    margin-bottom: 20px;
    background: #fff;
    border-radius: 5px;
    background-color: #7f5a83;
    background-image: linear-gradient(315deg, #7f5a83 0%, #0d324d 74%);
    color: #fff;
}
.light-bg {
/*    background: #f3f2f2;*/
}
.loan-wrp .text .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -40px;
    left: 20px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--yellow);
    border: 4px solid #fff;
}
.loan-wrp .text .icon i {
    font-size: 25px;
    color: #fff;
}
.loan-wrp .text {
    position: relative;
    padding: 40px 20px 20px 20px;
}

.blue_bg{
    background-color: #064e66;
    padding: 30px 0;
}

.blue_bg .heading, .blue_bg p{color: #fff;}
.bdr-white {
    border: 2px solid #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

/*faq*/
.faq-area .accordion-container .accordion-title {
    position: relative;
    margin: 0;
    padding: 10px 36px 10px 20px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}



.faq-area .accordion-container .accordion-title::after {
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    right: 0;
    content: "";
    background: url(../images/add-circle.svg) no-repeat;
    width: 30px;
    height: 30px;
}


.faq-area .accordion-container .accordion-title.open::after {
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    right: 0;
    content: "";
    background: url(../images/remove-circle.svg) no-repeat;
    width: 30px;
    height: 30px;
}

.faq-area .accordion-container .accordion-title.open::after {
     background: url(../images/remove-outline.svg) no-repeat;
}

.faq-area .accordion-container {
    width: 100%;
    margin: 0 auto
}

.faq-area .accordion-content {
    padding: 0 15px 15px 15px;
    padding-left: 25px;
    font-size: 18px;
    line-height: 28px;
    border-radius: 0;
    color: var(--deepblue);
}
.faq-area .holder {
    background: #f0efef;
    margin: 20px 0;
    border-radius: 5px;
}


.faq-area .holder .accordion-content{display: none;}




.faq-area .holder {
    background: transparent;
}

.faq-area .holder .accordion-title {
    background: var(--blue);
    border-radius: 5px;
     -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;
}
.faq-area .holder .accordion-title.open{
    background: var(--blue);
    color: #ffffff;
}

.faq-area .accordion-content{
    padding-top: 15px;
    padding-bottom: 0;
}

/*faq*/


.footer {
    background: #021a26;
    padding: 30px 0 0 0;
    color: #fff;
}

.footer span.h3 {
    margin: 20px 0;
}
.footer .four-div .col{width: 100%; margin-bottom: 30px;}

.social i {
    color: #c8232c;
    font-size: 30px;
}

.footer .our-strength-design {
    border: 1px solid var(--blue);
    margin: 40px 0 40px 0;
    border-radius: 30px;
    padding: 30px 30px 0;
    position: relative;
    font-size: 16px;
    line-height: 26px;
}
.footer .our-strength-design .site-main-heading{
    background: #f3f2f2;
    margin: 20px 0 40px;
    position: absolute;
    top: -43px;
    padding: 0 10px;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    color: var(--blue);
}
.footer .list1 li a{color: inherit; font-size: 16px; line-height: 26px;}
.link{color: var(--blue);}

.copyright {
    background: #01141e;
    padding: 8px;
}
.copyright-row p{
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
}
.faq {padding-bottom: 20px;}

.home-banner.innerpage {
    padding: 40px 0 10px 0;
}

.breadcrumb {
    padding: 10px;
    background: #efecf9;
}
.breadcrumb li {
    display: inline-block;
}

.gray-bdr {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}


.three-div-grid .icon, .four-div-grid .icon, .mid-cap .col .icon, .two-div-grid .icon  {
    font-size: 50px;
    color: var(--blue);
    display: block;
    margin-bottom: 20px;
}
.three-div-grid .icon ion-icon, .four-div-grid .icon ion-icon, .mid-cap .col ion-icon, .two-div-grid .icon ion-icon  {
    --ionicon-stroke-width: 18px;
}

.home-banner.innerpage .img {
    display: none;
}

/*--table css--*/
.table-n table {
    width: 100%;
    border-collapse: collapse;
}
.table-n tr:nth-child(odd) {
    background: #eef3f5;
}
.table-n tr:nth-child(even) {
    background: #ffffff;
}
.table-n th {
    background: var(--blue);
    padding: 5px;
    color: #fff;
    font-weight: 500;
}
.table-n td {
    padding: 5px 15px;
    border: 1px solid var(--blue);
    text-align: center;
}
.table-n.text-left td{
    text-align: left;
}
.table-n td p {
    margin-bottom: 5px;
}
.table-n tr td:first-child p {
   /* font-weight: 600;*/
}

.table-n {
    overflow-x: auto;
}
.table-n.two th {width: 50%;}
.table-n.three th {width: 33.33%;}

.mid-wrap1 {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
}
.table-n.table-w tr:nth-child(even) {
    background: #fff;
    color: #333;
}
.table-n.type1 tr td:first-child p {
    font-weight: 400;
}
.table-n caption {
    background: var(--blue);
    border: 0;
    color: #fff;
    caption-side: top;
    padding-left: 15px;
}

/*--table css end--*/

.wrp .h3 {
    text-align: center;
    color: var(--blue);
    border-bottom: 1px solid;
    padding-bottom: 20px;
}
.bdr1 {
    padding: 20px;
    border: 1px solid var(--blue);
    border-radius: 10px;
}
.home-banner.innerpage.about {
    padding: 60px 0 60px 0;
}
.home-banner.about h1 {
    margin: 0;
}

/* apply-now page */
.apply-bg{
    background: #fdfdfd;
}
.apply-form {
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.input-apply {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 8px 0;
    font-size: 18px;
    line-height: 28px;
}
.apply-heading {
    margin: 15px 0;
}

.apply-wrap .icon {
    font-size: 50px;
    color: var(--blue);
    display: block;
    margin-bottom: 20px;
}
.apply-wrap .gray-bdr {
    margin-bottom: 30px;
    margin-top:30px;
}
.apply-form .heading {
    color: var(--blue);
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}
.apply-form.contact {
    padding: 0;
    border: 0;
}
.apply-form.contact {
    padding: 0;
    border: 0;
}
.apply-form.contact .c-wrp {
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 10px;
}
.test-auth-p {
    display: block;
    color: var(--blue);
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.auth-info-p > .city {
    color: #6e6d6d;
    font-size: 16px;
    line-height: 26px; 
    margin-bottom: 15px;
    display: block;
}
.test-box-p-inn img {
    border-radius: 50%;
}
.loans .gray-bdr {
    padding: 40px 30px 5px 30px;
}

/*---calculator page--*/
label {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    padding-bottom: 5px
}

.box-in {
    width: 98%;
    border: 1px var(--blue) solid;
    margin: 0 auto;
    text-align: center
}

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

#loan-calculator {
    padding: 20px;
}

.lone-calc {
    font-size: 20px;
    line-height: 20px;
    padding-top: 30px;
    color: #666;
    margin: 0 auto;
    padding-bottom: 15px
}

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

.loanAmount__container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%
}

.sub {
    box-sizing: border-box;
    background-color: var(--blue);
    background-image: url(../images/steps-tabs-minus.png);
    background-repeat: no-repeat;
    background-position: 50%
}

.add {
    box-sizing: border-box;
    background-color: var(--blue);
    background-image: url(../images/steps-tabs-plus.png);
    background-repeat: no-repeat;
    background-position: 50%
}

.sub_button {
    border-radius: 50px;
    border: none;
    height: 35px;
    width: 50px;
    padding: -3px;
    margin: 0 12px
}

/*.bg-fg {
    background: #fff;
    padding: 20px;
    border-right: 2px solid #ababab
}*/

.bg-fg {
    margin-bottom: 20px;
}

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

#applyNow {
    height: 41px;
    width: 80%!important;
    border: none;
    border-radius: 20px 20px;
    background: var(--blue);
    color: #fff;
    margin-top: 0;
    font-size: 18px;
    line-height: 28px;
}

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

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

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

.results__result {
    box-sizing: border-box;
    background: #f6f6f6;
    width: 80%;
    padding: 1px!important;
    margin-bottom: 8px;
    padding: 1px 20px!important
}

.representative-example {
    display: grid;
    grid-template-columns: 70% 30%;
    padding: 10px
}
.box-in-3 {
    width: 98%;
    border: 1px var(--blue) solid;
    margin: 0 auto;
    text-align: center;
}
.input-typ-3 {
    width: 21%;
    padding: 5px 10px;
    height: 35px;
    background: #fff;
    border: 0 var(--blue) solid;
    font-size: 20px!important;
    line-height: 30px!important;
    color: #666;
}
.box-in-3 span {
    font-size: 20px!important;
    line-height: 30px!important;
    color: #666;
    margin: 0 auto!important;
    padding: 0;
    padding-left: 0;
}

/*---calculator page end--*/

.thanks-sec p{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}
.thanks-sec img{    
    display: block;
    max-width: 100%;
    margin: 20px auto;
}


.testimonials .bx p {
    font-size: 16px;
    line-height: 26px;
}
.testimonials .bx .h3 {
    font-size: 16px;
    text-align: right;
    font-style: italic;
}
.our-loans .loan-wrp {
    border: 1px solid #ddd;
}


.row-reverse {
    flex-direction: column-reverse;
    display: flex;
}




.innerpage{
    padding: 30px 0;
    background-color: #7f5a83;
    background-image: linear-gradient(315deg, #7f5a83 0%, #0d324d 74%);
}
.innerpage h1 {
    margin-bottom: 15px;
}
.innerpage .sub-text {

}
.home-banner {
    position: relative;
    background-color: #7f5a83;
    background-image: linear-gradient(315deg, #7f5a83 0%, #0d324d 74%);
}
.background-container{
    display: none;
}



/*new apply design*/

.apply-page {
    background-color: #7f5a83;
    background-image: linear-gradient(315deg, #7f5a83 0%, #0d324d 74%);
    padding: 50px 0;
}
.apply-page .convert-wrap {
    width: 100%;
    max-width: 600px;
    padding: 40px 30px;
    background: rgba(255, 255, 255, 0.1);
/*    border: 1px solid rgba(255, 255, 255, 0.2);*/
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #fff;
}
.apply-page .convert-wrap h1, .apply-page label{ color: #fff;}

.convert-wrap .form-control {
    margin-bottom: 20px;
    width: 100%;
    padding: 14px 14px 14px 35px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    outline: none;
    transition: all 0.3s ease;
    position: relative;
}
.convert-wrap .form-control:focus {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
}
.apply-page .theme-btn {
    display: block;
    width: 100%;
    background: #e94560;
    cursor: pointer;
    transition: all 0.3s ease;
}
.apply-page .theme-btn:hover{
    background: #c33a50;
    box-shadow: 0 0 15px rgba(233, 69, 96, 0.5);
}

.amount-field, .name-field, .ph-field, .email-field, .purpose-field {
    position: relative;
}
.amount-field:before {
    content: "€";
    position: absolute;
    top: 40px;
    left: 8px;
    font-size: 18px;
}

.name-field:before {
    content: "\f007";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 40px;
    left: 8px;
    font-size: 18px;
}

.ph-field:before {
    content: "\f095";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 40px;
    left: 8px;
    font-size: 18px;
}
.email-field:before {
    
    content: "\f0e0";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 40px;
    left: 8px;
    font-size: 18px;
}

.purpose-field:before {
    content: "\f0f6";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 40px;
    left: 8px;
    font-size: 18px;
}


.convert-wrap .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.convert-wrap .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.convert-wrap .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.convert-wrap .form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.convert-wrap select.form-control {
    padding-left: 20px;
    color: #fff;
}

.convert-wrap select option{
    color: #999;
}
.terms-text {
    padding: 15px 0 0 15px;
    position: relative;
    display: block;
}
.terms-text input[type="checkbox"] {
    position: absolute;
    left: -3px;
    top: 22px;
}
.apply-page .convert-wrap h1 {
    font-size: 28px;
    line-height: 38px;
}
.x-row .img-box {
    line-height: 0;
}
.home-banner.innerpage.privacy {
    clip-path: none;
}
.gray-bdr a {
    color: #076eb7;
}

.loan-wrp .text .h3 a {
    color: inherit;
}
.loan-wrp .text .h3 a:hover {
    text-decoration: underline;
}
main .blue_bg p a {
    color: inherit;
    text-decoration: underline;
}

.gray-bdr.last {
    background: #7f5a83;
    display: flex;
    justify-content: center;
    align-items: center;
}

.three-div-grid .last .icon{
    color: #fff;
    font-size: 80px;
}

.last span.h3 {
    color: #fff;
} 

.info-bx {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
p.sm-p {
    font-size: 16px;
    line-height: 26px;
}


/*--calculator css starts here---*/
.slidecontainer {
  width: 100%;
}

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


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

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

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

.range-wrap {
    position: relative;
    margin-top: 55px;
}
.range-value{
  position: absolute;
  top: -153%;
}
/*.range-value span {
    text-align: center;
    background: #e94560;
    color: #fff;
    font-size: 12px;
    display: block;
    position: absolute;
    left: 3%;
    transform: translate(-50%, 0);
    border-radius: 6px;
    padding: 3px 12px;
    line-height: 24px;
}
.range-value span:before{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid #e94560;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  margin-top: -1px;
}*/

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

/*---time---*/
#timetooltip.range-value span {
    text-align: center;
    background: #e94560;
    color: #ffffff;
    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;
}
#timetooltip.range-value span:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid #e94560;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    margin-top: -1px;
}
#timetooltip.range-value span:after {
    position: absolute;
    right: 5px;
    top: 2px;
    content: "months";
}

/*---amount--*/

.range-value#demotooltip span {
    text-align: center;
    background: #e94560;
    color: #ffffff;
    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;
}
.range-value#demotooltip span :after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid #e94560;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    margin-top: -1px;
}
.range-value#demotooltip span:before {
    position: absolute;
    left: 5px;
    top: 2px;
    content: "€";
}

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

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

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

.loan-calculator #loan-calculator {
    padding: 0 40px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: #7f5a83;
    background-image: linear-gradient(315deg, #7f5a83 0%, #0d324d 74%);
    float: left !important;
    width: 100% !important;
    background-color: #004ea8 !important;
    border-radius: 20px !important;
    position: relative !important;
}

.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;
}

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

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

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

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

.loan-calculator .sub_button {
    border-radius: 50px;
    border: none;
    height: 40px;
    width: 50px;
    padding: -3px;
    margin: 0 12px
}
.calculator-sidebar {
    float: right !important;
    width: 58% !important;
    height: 100% !important;
    padding: 40px !important;
    display: flex !important;
    align-items: center !important;
    flex-direction: column !important;
    justify-content: center !important;
}


.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;
}

.loan-calculator #applyNow {
    height: 41px;
    width: 100% !important;
    border: none;
    /* border-radius: 20px 20px; */
    background: #e94560;
    color: #fff;
    margin-top: 20px;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Montserrat', sans-serif;
}
.clearfix{
    clear: both;
}

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

.loan-calculator .results__result .h3 span {
    font-size: 26px;
    padding-left: 30px;
    color: #fff;
    font-weight: 600;
    float: right;
    clear: both;
}
.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;
}

.loan-calculator .results__result {
    box-sizing: border-box;
    background: transparent;
    width: 100%;
    margin-bottom: 8px;
    padding: 1px 20px !important;
}

.loan-calculator .representative-example {
    display: grid;
    grid-template-columns: 70% 30%;
    padding: 10px
}
.loan-calculator .box-in-3 {
    width: 98%;
    border: 1px #285700 solid;
    margin: 0 auto;
    text-align: center;
}
.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;
}
.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;
}
.loan-calculator .calculator.two-div .col1:nth-of-type(1) {
    width: 60%;
}
.loan-calculator .calculator.two-div .col1:nth-of-type(2) {
    width: 38%;
}
.loan-calculator .row1 {
    align-items: center;
}
/*.loan-calculator .results__result .h3 span#rpapr {
    display: none;
}*/


/*--calculator css ends here---*/

.bg-grey {
    background: #f1f1f1;
    padding: 50px 0;
}

.home-improvement .c-wrap {
    padding: 0 20px;
}
.home-improvement .wrap {
    border: 1px solid #ddd;
}
p.small {
    font-size: 16px;
    line-height: 26px;
    margin: 6px;
    padding-top: 60px;
    display: block;
}
.scroll-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 35px;
    transition: background .5s;
    z-index: 11;
    text-decoration: none;
}

.scroll-top i {
    width: 40px;
    height: 40px;
    background: var(--yellow);
    text-align: center;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}