@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

body{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  font-family: "Raleway", sans-serif;
  color: #0c1115;
}

a {
    color: #412c76;
    text-decoration: none;
}
img {
  max-width: 100%;
}

h2 {
    color: #1E2F5C;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 20px;
    font-weight: 400 !important;
}
.bg-img{
    background-size: cover !important;
}
.bg-position-right {
    background-position: right !important;
}
.font-15{
    font-size: 15px !important;
}
.font-20 {
    font-size: 20px !important;
}
/**************Button**************/

.btn {
    border-radius: 5px;
    padding: 12px 35px;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    text-decoration: none !important;
}
.btn-primary {
    color: #ffffff;
    background: #fa6742  !important;
    border-style: solid;
    border: 4px solid #FFF !important;
    border-radius: 8px;
    font-weight: 600;
    padding: 14px 20px;
    font-size: 22px;
    min-width: 320px;
    width: 100%;
    display: inline-block;
    text-align: center;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #fa6742!important;
  border-color: #FFF!important;
  box-shadow: none !important;
} 
.btn-purple, .btn-purple:hover, .btn-purple:focus {
    background: #412C77 !important;
    color: #FFF !important;
}
.text-primary {
    color: #412c76 !important;
}
.btn-lg {
    font-size: 24px;
}
.btn-col {
   margin-top: 25px;
}
 
h1, h2, h3, h4, h5, h6 {
    color: #412c76;
    font-weight: 500;
}
h3 {
  font-size: 24px;
  line-height: 27px;
  font-weight: 500;
}
.sec-title {
    font-weight: 700;
}

/* Header */

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
header.header-inner {
    position: relative;
    background: #412c76;
}

header a.navbar-brand {
    max-width: 302px;
}
.top-wp-icon img {
    max-width: 200px;
    margin-left: 6px;
}
.dropdown a:before, .menu-item-has-children a:before {
    content: "" !important;
    position: absolute;
    height: 7px;
    width: 7px;
    border: 1px solid #ffffff;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(134deg);
    top: 10px;
    right: 0;
}
li.nav-item.dropdown, li.menu-item-has-children a {
    padding-right: 16px;
}
.dropdown-toggle::after {
    display: none;
}

ul.dropdown-menu a:before,
ul.menu-item-has-children a:before  {
  display:none;
}
.navbar-nav {
    align-items: center;
}

.nav-link, .menu-item a {
    color: #FFF;
    font-weight: 600;
    font-size: 14px;
}

header .container {
    max-width: 1240px;
}

.nav-link:hover, .nav-link:focus {
    color: #FFF !important;
}
li.nav-item, .menu-item {
    margin: 0px 14px;
    position: relative;
}
header .sub-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    top: 130%;
    display: none;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    width: 230px;
    padding: 20px;
    border: 0;
    left: -39px;
    background: #FFF;
    border-radius: 4px;
}

ul.menu-links li {
    position: relative;
}

header .sub-menu li {
    list-style: none;
    padding: 0;
    display: block;
    width: 100%;
    margin: 0 !important;
}

header   .dropdown.dropdown li a:before ,
header  .sub-menu li a:before {
/*
    content: "";
    width: 5px;
    height: 5px;
    background: #17782f;
    border-radius: 50%;
    left: 0;
    top: 18px;
*/
}
 li.nav-item.top-wp-icon {
    margin-right: 0;
}
header  .dropdown.dropdown li a, header   .sub-menu li a {
    position: relative;
    padding: 3px 10px;
    font-size: 15px;
    color: #212529;
    font-weight: 600;
    display: block;
    margin: 0 !important;
    line-height: 28px;
}
header  .dropdown.dropdown li a:hover, header   .sub-menu li a:hover {
	color: #412C77 !important;
}
@media (min-width:992px){

header .sub-menu {
        position: absolute;
    }   

header .dropdown:hover .dropdown-menu, header .menu-item-has-children:hover .sub-menu {
    visibility: visible !important;
    top: 100%;
    opacity: 1;
    display: block;
}
header .sub-menu  .sub-menu {
    display: none !important;
}

ul.sub-menu li:hover ul.sub-menu {
    display: block !important;
}

ul.sub-menu  ul.sub-menu {
    left: 100%;
    top: -20px !important;
}

header .sub-menu .menu-item-has-children a:before {
    content: "" !important;
    position: absolute;
    height: 7px;
    width: 7px;
    border: 1px solid #000000;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(46deg);
    top: 10px;
    right: 0;
    z-index: 4;
}
header .sub-menu .menu-item-has-children .sub-menu a:before {
  display:none !important
}	
	
}

@media (max-width:991px){
	
.dropdown a:before, .menu-item-has-children a:before {
    display: none;
}	
.offcanvas {
    padding-bottom: 100px;
    overflow-y: auto;
}	
}




 /* Banner Sec */

 section.banner-sec {
    background-size: cover !important;
    min-height: 100vh;
}
section.banner-sec {
    padding: 200px 0px 100px;
}

.banner-text h1 {
    color: #FFFFFF;
    font-family: "Raleway", Sans-serif;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.1em;
    letter-spacing: -1.5px;
    text-shadow: -13px 0px 11px rgba(0, 0, 0, 0.99);
    padding-right: 0px;
    padding-bottom: 0;
}
.banner-text .lead-text {
    color: #FFFFFF;
    font-size: 37px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.2em;
    letter-spacing: -1.3px;
    max-width: 600px;
    padding-bottom: 12px;
}
.banner-text p span {
    color: #fa6742;
}
.banner-text ul li {
    list-style: none;
    color: #FFF !important;
    font-size: 22px !important;
    line-height: 39px !important;
    margin-bottom: 10px !important;
    margin-left: 0 !important;
    padding-bottom: 0 !important;
}
.banner-text ul li i {
    font-size: 31px;
    position: relative;
    top: 4px;
    margin-right: 13px;
    color: #FA6742;
}
.banner-text ul {
    padding: 0;
}

.banner-text .btn {
    padding: 11px 33px;
    font-size: 36px;
    font-weight: 800;
    margin-top: 28px;
}
.note-text {
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #FFF;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 0;
}
p.note-text a {
    color: #FFF;
}

button.active {
    background-color: #ffffff;
    top: 50%;
    left: 0px;
    position: absolute;
    width: 22%;
    padding: 0px;
    margin: -11% 37%;
    z-index: 1;
    color: #000;
    font-size: 38px;
    width: 97px;
    height: 77px;
    outline: 0;
    border: 0;
}
video {
    position: absolute;
    top: -2px;
    left: 11px;
    right: 0;
    bottom: 0;
    min-width: 94%;
    min-height: 100%;
    z-index: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.pp-device-body {
    position: relative;
    margin-top: 100px;
}
.banner-text .btn-col {
    margin-top: 40px;
}

button.close {
    position: absolute;
    right: 8px;
    top: 11px;
    background: transparent;
    border: 0;
    font-size: 40px;
}

#exampleModal3  .modal-body h2 {
    font-weight: 700;
    font-size: 18px;
    font-family: 'Raleway' !important;
    margin-top: 20px;
}
.modal-body {
    max-height: 85vh;
    overflow-y: auto;
}


.sec-space{
  padding: 60px 0px;
}
section.tp-sec {
    background: #412C76;
    padding: 50px 0px;
}

section.help-sec {
    background: #31053D;
}
p.lead-text1 {
    font-size: 36px;
    line-height: 41px;
    max-width: 1000px;
    margin: 0px auto 6px;
}
p.lead-text2 {
    font-size: 21px;
    max-width: 1000px;
    margin: 21px auto 0px;
}
p.lead-text3 {
    font-size: 42px;
    margin: 55px 0px 14px;
    font-weight: 500;
}

.help-text {
    text-align: center;
}

.features-box {
    margin-top: 31px;
    text-align: center;
}

.features-icon span {
    font-size: 63px;
    width: 106px;
    height: 106px;
    background: #fa6742;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 106px;
    color: #FFF;
    border: 3px solid #FFF;
    margin-bottom: 20px;
}

.features-box h3 {
    color: #FFF;
    font-size: 18px;
    max-width: 238px;
    margin: 0px auto;
    font-weight: 700;
    text-transform: uppercase;
}

.info-box {
    color: #FFF;
    max-width: 868px;
    margin: 23px auto 0px;
    text-align: center;
    font-size: 20px;
}

.info-box p {
    margin: 0;
}

.debt-sec {
    background: #FA6742;
}
.debt-text, .debt-text h2 {
    color: #FFF;
}
.debt-text {
    font-size: 15px;
    line-height: 24px;
}


.text1 h2 {
    margin-bottom: 0;
    color: #F8F8F8;
    font-family: "Raleway", Sans-serif;
    font-size: 84px;
    font-weight: 500;
    letter-spacing: -1.9px;
}

.text2 h2 {
    color: #412c76;
    font-family: "Raleway", Sans-serif;
    font-size: 122px;
    font-weight: 800;
    letter-spacing: -1.9px;
    margin-bottom: 0;
    line-height: 97px;
    padding-bottom: 0 !important;
}

.text2 h3 {
    color: #FFFFFF;
    font-family: "Raleway", Sans-serif;
    font-size: 63px;
    font-weight: 800;
    letter-spacing: -1.9px;
    line-height: 90px;
}

.text2 {
    text-align: center;
}
.text1 {
    display: flex;
    align-items: center;
    height: 100%;
}
.for-row {
    margin-top: 65px;
} 
.ptext p {
    margin: 0;
    padding: 0;
}

p.text-purple {
    margin: 0;
}

.ptext {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

.lead-text-new {
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 9px !important;
    padding-bottom: 0;
}
.ptext .btn-purple {
    margin-bottom: 8px;
}
.font-18 {
    font-size: 18px !important;
}

.app-section {
    position: relative;
    /* position: relative; */
    color: #212529 !important;
}

.app-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.app-text h2 {
    font-weight: 900;
    font-size: 44px;
    margin-bottom: 30px;
    color: #2043a9;
    max-width: 540px;
    line-height: 53px;
    padding-bottom: 0 !important;
}

.app-text .lead {
    font-size: 23px;
}

.lead {
    font-weight: 300;
}

.app-text ul {
    margin: 0px 0px 40px !important;
    /* padding: 0; */
    list-style: none;
    background: rgba(0,0,0,.08);
    padding: 20px !important;
    box-sizing: inherit !important;
}

.app-text ul li {
    font-size: 22px !important;
    position: relative;
    padding-left: 44px;
    top: 0;
    font-style: italic;
    font-weight: 500 !important;
    margin-bottom: 16px !important;
    color: #212529 !important;
    margin-left: 0 !important;
    padding-bottom: 5px !important;
}

.app-text ul li:hover i {
    color: #068600;
}

.app-text ul li i {
    position: absolute;
    left: 0;
    top: 1px;
    color: #FA6742;
    font-size: 30px;
}

.app-text p {
    font-size: 20px;
}

.app-section .container {
position: relative;
}

.app-section a.btn.btn-primary {
    padding: 11px 33px;
    font-size: 36px;
    font-weight: 800;
}

.what-section {
    background: #000000;
}
.what-section h2 {
    color: #FFFFFF;
    font-size: 92px;
    font-weight: 800;
    letter-spacing: -1.9px;
    padding: 0px 0px 0px 0px;
    border-style: solid;
    border-width: 9px 0px 0px 0px;
    border-color: #FA6742;
    margin-bottom: 30px;
    line-height: 95px;
}

.what-text {
    color: #FFF;
}
.btn-sm {
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 400;
}
.what-section .btn-col {
    margin-top: 60px;
}
.bg-purple{
  background:#412C76;
}
.bg-purple-light{
  background:#f2effb;
}
.bg-orange{
  background:#FA6742;
}

.we-section   p {
    margin-bottom: 0px;
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 24px;
}
.we-text {
    margin-bottom: 20px;
}
section.ad-section {
    background: #C6C6C6;
}

section.ad-section a {
    color: #412c76;
}
.step-box h3 {
    color: #FFF;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 20px;
}

.step-box {
    text-align: center;
    margin: 40px 0px 0;
}

.step-sec h2 {
    font-weight: 800;
    font-size: 40px;
    line-height: 53px;
    margin-bottom: 16px;
}
footer {
    background: #412C76;
    padding: 50px 0px;
}

footer  p {
    color: #FFF;
    font-size: 12px !important;
    line-height: 20px;
}

.f-text a {
    color: #F8E90B;
}

footer h3 {
    font-size: 18px;
    color: #FFF;
    margin-bottom: 12px;
    padding-bottom: 0;
    font-weight: 700;
}

.f-text1 h5 {
       font-size: 13px;
    margin-bottom: 9px;
    color: #FFF;
    font-weight: 700;
    padding-bottom: 0;
}

.mid-logo {
    text-align: center;
}

.f-text2 {
    margin-bottom: 42px;
}
.footer-menu ul li {
    display: inline-block;
    padding: 3px 2px 0 !important;
}
.footer-menu ul li a {
    color: #FFF;
    font-size: 12px;
    margin: 0px 16px;
}
.footer-menu {
    margin-top: 40px;
}

/* FAQ */


/* .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion-button::after {
  width: 30px !important;
  height: 30px !important;
  background-size: contain; 
}
.accordion-button:before {content: "";width: 44px;height: 44px;background: transparent;left: 0;position: absolute;border-radius: 50%;} */

button.accordion-button {background: #ffffff !important;font-size: 18px;color: #3E4A59!important;font-weight:700;min-height: 66px;box-shadow: 0px 0px 28px rgba(0,0,0,.07) !important;border-radius: 0px !important;}
.accordion-item {margin-bottom: 6px;border: 0;border-radius: 4px !important;}

button.accordion-button {
    border-radius: 4px;
    padding-right: 18px;
    /* padding-left: 39px !important; */
}
button:focus:not(:focus-visible) {
box-shadow: 0px 0px 28px rgba(0,0,0,.07) !important;
}

.accordion-button::after {
 display: none;
}
.accordion-header {
    line-height: 22px;
}
.faq-sec  h2.section-title {
    color: #FFFFFF;
    font-size: 84px;
    font-weight: 800;
    margin-bottom: 60px;
}



/* All Inner Pages */


.sec-title {
    margin-bottom: 40px;
}

.sec-title h1 {
    font-size: 59px;
    line-height: 60px;
}
.intro-media-text{
    font-size: 20px;
    line-height: 30px;
}

.intro-media-text .btn-lg {
    min-width: 256px;
    font-size: 24px;
}
.text-sm, .text-sm p {
    font-size: 14px !important;
    line-height: 20px !important;
}

 .text-white p a{
    color: #FFF !important;
 }
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white p a,
.text-white ul li, 
.text-white h1{
    color:#FFF !important;
}

.text-white  .blue-label-heading {
    color: #FFF;
}
.btn-white {
    background: #FFF !important;
    color: #412c76 !important;
}

.cta-bottom h3 {
    font-size: 35px;
    line-height: 40px;
    color: #0c1115;
    margin-bottom: 21px;
}

.full-bg-head {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

section {
    position: relative;
}

.full-bg-head + .container {
    margin-top: 120px;
}

.full-bg-head h2 {
    margin: 0;
    font-weight: 700;
}
 
.list-style ul {
    margin: 0;
    padding: 0;
}

.list-style ul li {
    list-style: none;
    /* padding: 8px 0px; */
}

.list-style ul li a {
    color: #1e1e1e;
}

.list-style ul li a {
    position: relative;
    padding-left: 20px;
    display: block;
    padding: 10px 110px 10px 23px;
}
.list-style ul li a:before {
 content: "";
 position: absolute;
 height: 7px;
 width: 7px;
 border: 1px solid #1e1e1e;
 border-left: 0;
 border-bottom: 0;
 transform: rotate(45deg);
 top: 19px;
 left: 6px;
}

.list-style ul li a:hover {
    background: #f2effb;
}
.card-bg-head h3 {
    margin: 0;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}

.card-plane {
    padding: 0;
    border: 0;
    margin-top: 20px;
}

.text-col-bg-purple-light {
    padding: 20px;
    background: #f2effb;
    margin: 15px 0px;
}
.text-col-bg-gray {
    padding: 20px;
    background:#F8F8F8;
    margin: 15px 0px;
}
.bg-gray{
     background:#F8F8F8;
}
.card-body-main {
    display: flex;
}

.card-icon-col {
    width: 77px;
}

.card-body-main {
    padding: 22px;
    border: 0;
}

.card-icon {
    width: 70px;
    height: 70px;
    background: #f2effb;
    border-radius: 50%;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.full-height-card .card {
    height: 100%;
}
.card-icon svg {
    fill: #412c76;
    width: 25px;
    height: 25px;
}

.card-content {
    padding-left: 19px;
    flex: 1;
}

.card.left-icon-card {
    margin: 30px 0px;
}
 

.card {
    box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 12px 0px;
    border: 3px solid rgba(255, 255, 255, 0.85) !important;
    background-color: rgb(255, 255, 255) !important;
}

.icon-style-box {
    display: flex;
}

.icon-left {
    width: 35px;
    min-width: 35px;
}

.icon-text {
    flex: 1;
    padding-left: 16px;
}

.icon-left svg {
    fill: #412c76;
}
.card-content [class*=col-] {
    margin-bottom: 20px;
    margin-top: 0;
}

.app-text-left {
    border-top-right-radius: 80px;
    overflow: hidden;
    border-bottom-left-radius: 80px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 17px 0px;
    background-color: rgb(255, 255, 255) !important;
    padding: 100px 44px;
}

.app-text-left h3 {
    font-size: 40px;
    margin-bottom: 33px;
}

.app-text-left p {
    margin: 23px 0px;
    font-size: 20px;
    line-height: 36px;
}
.app-row-bg{
    background: #F1F0F5;
}

.app-row-bg {
    padding: 50px 60px;
}
.style-box-bg-purple .icon-text {
    background: #f2effb;
    padding: 10px;
}

.style-box-bg-purple .icon-text h4 {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
}
.style-box-bg-purple span.icon-check {
    width: 26px;
    height: 26px;
    background: #412c77;
    display: inline-block;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 26px;
    padding-bottom: 5px;
}

.apply-module{
    margin-top: 50px;
}
.text-col-bg-purple-light .icon-left {
    width: 35px;
    min-width: 35px;
}
.icon-text h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600 !important;
    padding-left: 10px;
}
.list-style-arrow ul   {
   margin: 0;
    padding: 0;
}
.list-style-arrow ul li {
    position: relative;
    padding-left: 30px;
    list-style: none;
    margin-bottom: 10px;
}
.list-style-arrow ul li a {
  color:#412C77 ;
  font-size: 20px;
}
.list-style-arrow ul li:before {
    display: block;
    width: 25px;
    height: 25px;
    max-height: 25px;
    margin: 0;
    z-index: 5;
    top: 1px;
    position: absolute;
    left: 0px;
    float: left;
    content: " ";
    /* background: url('../images/arrow-right.png') no-repeat; */
     background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" viewBox="0 0 512 512" fill="currentcolor"><path d="M256 8c137 0 248 111 248 248S393 504 256 504 8 393 8 256 119 8 256 8zm-28.9 143.6 l75.5 72.4H120c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24h182.6l-75.5 72.4c-9.7 9.3-9.9 24.8-.4 34.3l11 10.9c9.4 9.4 24.6 9.4 33.9 0L404.3 273c9.4-9.4 9.4-24.6 0-33.9L271.6 106.3c-9.4-9.4-24.6-9.4-33.9 0l-11 10.9c-9.5 9.6-9.3 25.1.4 34.4z"/></svg>');
    background-size: contain;
}




.step-box-list.text-col-bg-purple-light span.icon-check {
    width: 40px;
    height: 40px;
    min-width: 40px;
     font-size:30px;
    font-weight:500;
}

.step-box-list.text-col-bg-purple-light .icon-left {
    width: 40px;
    min-width: 40px; 
}

.step-box-list .style-box-bg-purple   h4 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}

.step-box-list.style-box-bg-purple .icon-text {
    padding-left: 22px;
}

.step-box-list .style-box-bg-purple .icon-text {
    padding-left: 24px;
    padding-top: 0;
}

.ac-box button.accordion-button, button.accordion-button:focus  {
    background: #EBE7F4 !important;
    box-shadow: none !important;
    margin: 0 !important;
    color: #412c76 !important;
}

.ac-box  .accordion-item {
    margin: 0 !important;
}

.accordion-body {
     background: #EBE7F4 !important;
}

.card-col  .card-header {
    background: #f2effb;
    color: #412c76;
    border: 0;
    font-weight: 700;
    padding: 15px 20px;
}

.card-col  .card-header {
    background: #f2effb;
    color: #412c76;
    border: 0;
    font-weight: 700;
    font-size: 20px;
}

.card-col  .card {
    border: 2px solid #f2effb !important;
    padding: 0;
    box-shadow: none !important;
}

.features-lg .icon-text {
    padding-left: 45px;
}
.cm-head {
    border-bottom: 2px solid #412c76;
    margin-bottom: 40px;
    padding-bottom: 18px;
}
.cm-head p{
    font-size: 18px;
    font-weight: 600;
}

.cm-head h2 {
    font-weight: 700;
}
.cm-icon {
    width: 60px;
    height: 60px;
    background: #FFF;
    box-shadow: 0px 0px 10px rgba(0,0,0,.11);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.cm-icon svg {
    fill: #412c76;
    width: 36px;
}
.cm-box h4 {
    margin: 24px 0px 20px;
    font-weight: 600;
}
.row.cm-row {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 21px;
}
.quote-left ol li {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.quote-left ol {
    margin-top: 29px;
}
 

.quote-box span.quote-icon {
    width: 58px;
    display: inline-block;
    margin-bottom: 12px;
}

.quote-box {
    background: #D7D3E1;
    padding: 40px;
    margin-left: 67px;
}

.quote-box p {
    font-size: 30px;
    line-height: 31px;
    color: #0c1115;
    margin-top: 20px;
}
.bottom-nav { 
    padding: 0;
}

.inner-bg {
    height: 100%;
    background-size: cover !important;
}




@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1140px
    }
}

@media (min-width:992px) and (max-width:1200px){

.navbar-nav li a {
    white-space: nowrap;
}

}

@media (min-width:992px){

.pp-device-body {
    max-width: 445px;
    float: right;
    position: relative;
} 
.banner-text h1 br{
    display: none;
}

}


@media (max-width:1024px){

.sticky-wp-icon {
    position: fixed !important;
    bottom: 14px;
    right: 0 !important;
    z-index: 999999999;
    display: block !important;
    max-width: 200px;
}
footer {
    padding: 50px 0px 100px;
}

}



@media (max-width:991px){

  .navbar-toggler {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    width: auto;
    padding: 0;
}

.navbar-toggler-icon {
    background: transparent !important;
    width: 100%;
    height: auto;
    display: block;
}

.navbar-toggler-icon svg {
    width: 44px;
    fill: #FFF;
    position: relative;
    top: -7px;
}

.navbar-nav {
    width: 100%;
}

.dropdown a:before {
    right: -9px;
}
.sub-menu-toggle:before {
    content: "" !important;
    position: absolute;
    height: 7px;
    width: 7px;
    border: 1px solid #ffffff;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(134deg);
    top: 27px;
    right: 23px;
}
.dropdown a:before {
    display: none;
}
 
.sub-menu-toggle {
    width: 40px;
    height: 2px;
}

.sub-menu-toggle.popped ~ .sub-menu, .sub-menu-toggle.popped ~ .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    background: transparent;
    width: 100%;
    padding: 0px 0px 0px 20px;
    box-shadow: none !important;
    border: 0;
}
.nav-link {
    margin-right: 27px;
}
header  ul li {
    border-bottom: 1px solid #fb876a;
    width: 100%;
    padding: 10px 23px;
    margin: 0;
}
.navbar-nav .dropdown-menu li, .navbar-nav .sub-menu li {
    border: 0;
    padding-left: 0;
    padding: 0;
}
header .dropdown.dropdown li a, header .sub-menu li a {
    color: #FFFF;
}

header .dropdown.dropdown li a, header .sub-menu li a {
    padding-left: 0;
}
.offcanvas {
    max-width: 309px;
    background: #fa6742 !important;
}
header  ul li {
    width: 100%;
}

span.navbar-toggler-icon span {
    color: #FFFF;
    font-size: 14px;
    display: block;
}

section.banner-sec {
    padding: 123px 0px 40px;
    text-align: center;
}

.banner-text h1 {
    font-size: 30px;
    line-height: 38px;
}

.banner-text {
    max-width: 360px;
    margin: 0px auto;
}

.banner-text .lead-text {
    font-size: 24px;
    margin-bottom: 0px;
}

.banner-text ul {
    text-align: left;
}

.banner-text ul li {
    font-weight: 500;
    font-size: 16px !important;
    display: flex;
    line-height: 20px !important;
    align-items: center;
}
.banner-text ul {
    text-align: left;
    max-width: 285px;
    margin: 10px auto 70px !important;
}

.banner-text ul li i {
    top: 0;
}
.pp-device-body {
    margin-top: 0;
}

section.vid-se-sm {
    padding: 31px 0px;
}

.text2 h2 {
    font-size: 47px;
    line-height: 56px;
    text-align: center;
    margin-bottom: 10px;
}
.text2 h3 {
    font-size: 36px;
    text-align: center;
    line-height: 30px;
}
.text1 h2 {
    font-size: 33px;
    padding-bottom: 0;
}

.text1 {
    justify-content: center;
}
.banner-text .btn {
    padding: 24px 22px !important;
    margin-top: 0px;
}
p.lead-text1 {
    font-size: 20px;
    line-height: 30px;
}
p.lead-text3 {
    font-size: 36px;
    margin: 36px 0px 11px;
}
p.lead-text2 {
    font-size: 18px;
    margin: 10px 0px 0px;
}

.sec-space {
    padding: 40px 0px;
}

.debt-text h2 {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 20px;
    margin-bottom: 0px;
}

.for-row {
    border-top: 1px solid #ff8668;
    padding-top: 20px;
    margin-top: 32px;
}

.app-text h2 {
    font-size: 27px;
    text-align: center;
    margin-bottom: 3px;
    line-height: 35px;
    margin-bottom: 13px;
}
.app-text .lead {
    text-align: center;
    line-height: 24px;
}
.app-text ul li {
    line-height: 26px !important;
}

.app-text ul {
    margin: 0px 0px 22px !important;
}

.app-section .btn-col {
    margin-top: 6px;
}
.app-section a.btn.btn-primary {
    font-size: 22px;
    min-width: 291px;
    margin: 0px auto;
} 
.what-section h2 {
    max-width: 280px;
    margin: 0px auto; 
    font-size: 36px;
    text-align: center;
    line-height: 53px;
    margin-bottom: 0 !important;
}

.what-section .btn-col {
    display: none;
}

.what-head {
    margin-bottom: 12px;
}

h2, h2.sec-title, .step-sec h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}
.we-section .row.mt-5 {
    margin-top: 0 !important;
}
 .media-col { 
    margin-bottom: 25px;
}
.row.mt-5 .media-col {
    margin-bottom: 25px;
    margin-top: 20px;
}
.faq-sec h2.section-title {
    font-size: 36px;
    line-height: 30px;
    margin-bottom: 32px;
}
footer * {
    text-align: center;
}
 
.footer-menu ul li a {
    margin: 0px 7px;
}

.bottom-nav { 
    padding: 0;
}
li.nav-item.top-wp-icon {
    padding-left: 10px;
}

.pp-device-body {
    max-width: 400px;
    margin: 0px auto;
}
header a.navbar-brand {
    width: 80%;
    max-width: 302px;
}

.quote-box {
    margin-left: 0;
}

.ab-row-prime {
    margin: 0;
    padding: 20px !important;
}

.card-col {
    margin-bottom: 30px;
}

.app-row-bg {
    padding: 26px 0px;
}

.app-text-left {
    padding: 30px;
}

.cta-bottom h3 {
    font-size: 24px;
    line-height: 28px;
}

.row.card-block-row.mt-5 {
    margin-top: 30px !important;
}

.quote-left ol li {
    font-size: 16px;
    margin-bottom: 10px;
}

.app-text-left h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
}

.app-text-left p {
    margin: 12px 0px;
    font-size: 16px;
    line-height: 30px;
}

.intro-media-text {
    font-size: 16px;
}
 
.apply-bg {
    min-height: 383px;
}
.apply-img-sm {
    display: none !important;
}

.card-body-main {
    display: block !important;
}

.card-content {
    padding: 0;
    margin-top: 22px;
}
 
 .icon-style-box.features-lg {
    display: block;
}
.icon-style-box.features-lg .icon-text {
    padding: 20px 0px 0px;
}

.cm-box {
    margin-bottom: 34px;
}

.quote-box p {
    font-size: 23px;
}

img.footer-logo {
    max-width: 269px;
}
.row.intro-side-row {
    flex-direction: column-reverse;
}

.inner-bg {
    min-height: 300px;
    margin-top: 18px;
}


}


/* max 991px */


/******Ek css*************/
.sec-custom .tcb-style-wrap h1 {
    font-size: 40px;
    color: #0c1115;
    font-weight: 400;
    padding-bottom: 14px !important;
    margin-bottom: 0px !important;
}
.sec-custom .intro-media-text a
{
    color:#412c77;
}

.sec-custom .intro-media-text .btn-lg {
    min-width: 305px;
    font-size: 24px;
    line-height: 1.2em;
    letter-spacing: 2px;
    padding: 14px 22px;
    font-weight: 700;
    margin-bottom: 20px;
    max-width: 300px;
}
.sec-custom .inner-bg {
    background-position: 50% 50% !important;
}
.sec-custom .inner-bg.bg-link {
    background-position: 94% 50% !important;
}
.sec-custom .text-sm.mt-2 {
    color: #000;
}
.sec-custom .full-bg-head.bg-purple h2 {
    font-size: 40px !important;
}
@media(min-width:300px)
{
    .bg-height {
    min-height: 520px !important;
}
}
.sec-custom .card-bg-head h3 {
    letter-spacing: 2px;
    font-size: 20px !important;
    font-weight: 700;
}
.sec-custom .left-style {
    border-right: 1px solid #ddd;
    padding-right:10px;
}
.sec-custom .right-style {
    padding-left: 10px;
}
.sec-custom .card-body .list-style ul li a {
    padding: 10px 0px 10px 23px;
}
.sec-custom .tcb-col p {
    margin-bottom: 0px;
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 24px;
}
.sec-custom .text-col-bg-gray h4 {
    font-size: 20px;
    padding-bottom: 10px;
}
.sec-custom .text-col-bg-purple-light h4 {
    padding-bottom: 15px;
    margin-bottom: 0px;
    font-size: 20px;
}
section.bg-purple-light.sec-space.sec-custom a {
    color: #412c77;
}
.sec-custom .text-col-bg-purple-light .btn.btn-purple.btn-lg {
    font-size: 18px;
}
.sec-custom .text-col-bg-purple-light {
    margin: 10px 0px;
}
.mt-15
{
    margin-top: 15px!important;
}
.mb-0
{
margin-bottom: 0px;
}
.sec-custom .card.left-icon-card h4 {
    font-size: 20px;
}
.sec-custom .tcb-col .ico-text-debts {
    color: #412c77;
    font-size: 20px;
}
.sec-custom .icon-style-box li {
    font-size: 15px;
}
.sec-custom .tcb-col li {
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 8px;
}
.sec-custom .tcb-col li:last-child {
    padding-bottom: 0px;
}
.sec-custom .apply-module {
    margin-top: 0px;
    padding: 20px;
}
.apply-module .app-row-bg {
    background: #ebeaf1;
}
.apply-module .app-row-bg:hover {
    background: transparent;
}
.apply-module .btn.btn-purple.btn-lg {
    font-weight: 700;
}
.app-row-bg .info {
    text-align: center;
    font-size: 14px !important;
    line-height: 20px;
    max-width: 330px;
    margin: 0 auto;
    padding-top: 25px;
}
.icon-style-box .thrv_wrapper.thrv_text_element {
    padding-right: 40px;
    min-height: 110px;
}
.box-li {
    padding-top: 10px;
    padding-left: 15px;
}
.box-li .icon-style-box {
    padding-bottom: 13px;
}
.box-li .icon-style-box svg.tcb-icon {
    width: 30px;
}
.cta-bottom a.btn.btn-white.btn-lg {
    padding: 14px 22px;
    letter-spacing: 2px;
    font-weight: 700;
    min-width: 281px;
    text-decoration: none !important;
}
.cta-bt-main {
    max-width: 900px;
    margin: 0 auto;
}
.cta-bt-main p{
   font-size: 18px;
}
.cta-bt-main p.disclaimer {
    font-size: 16px;
}
section.cta-bottom.cta-light-bg.sec-space p {
    font-size: 15px;
    margin-bottom: 0px;
    padding-bottom: 5px;
}
section.cta-bottom.cta-light-bg.sec-space h3 {
    font-weight: 400;
}
@media (min-width:992px)
{
    .inner-bg img{
        display: none;
    }
}
@media (max-width:991px)
{
    .inner-bg {
       background-image: none!important;
       min-height: auto!important;
    }
    .bg-height {
    height: auto !important;
}
.bg-height {
    min-height: auto !important;
}
}
.intro-media-text.font-16 p {
    font-size: 15px;
}
.font-16 li {
    font-size: 15px;
}
.sec-custom  a {
    color: #412c77;
}
.intro-bottom {
    padding-top: 40px;
}
section.light-grey {
    padding: 60px 0px;
    background: #f8f8f8;
}
.tcb-style-wrap h2 {
        font-weight: 400;
        color: #0c1115;
    }
    .font-16 p{
        font-size: 15px!important;
    }
    .tcb-excluded-from-group-item p {
    color: #412c77;
}
   .tcb-excluded-from-group-item p a{
    color: #412c77;
    font-weight: 300;
}
.tcb-excluded-from-group-item li{
  color: #412c77;  
}
.tcb-excluded-from-group-item {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
}
.list-style-custom a {
    color: #412c76;
    font-size: 18px;
}
.list-style-custom li {
    margin-bottom: 20px !important;
}
.sec-custom .card-bg-head h3.head-34 {
    font-size: 34px !important;
}
.full-height-card {
    height: 100%;
}
.cta-bt-main h2 {
    color: #000;
}
.list-style-custom svg {
    fill: #412c76;
    margin-right: 10px;
}
.sec-custom .card-bg-head h3.head-34 {
    font-size: 22px !important;
    letter-spacing: 0;
}
.cta-bottom a {
    color: #FFF;
    display: inline-block;
    text-decoration: underline;
}
.cta-bottom p > a ,.cta-bottom p span a{
    text-decoration: underline;
}
.text-col-bg-purple-light [class*=col-] {
    margin-bottom: 0;
}

.card-space{
margin-bottom: 30px;
}
.sec-custom .step-box-list.text-col-bg-purple-light h4 {
    padding-bottom: 9px !important;
    font-size: 15px;
}
.card-text  ul li {
    margin: 10px 0px;
}
.rotate-icon {
  transition: transform 0.3s ease;
  fill: #412c76;
}
.accordion-button.collapsed .rotate-icon {
  transform: rotate(0deg);
}
.accordion-button:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}

.num-box span.icon-check {
    background: transparent;
    width: 30px;
    position: relative;
    top: 13px;
}
span.icon-check.icon-size-sm svg {
    width: 21px;
}
.num-space.num-box span.icon-check {
    top: 0 !important;
}

.card.card-ac-custom {
    border: 0 !important;
    background: #F8F8F8 !important;
    padding: 15px 15px 10px;
}

.card.card-ac-custom .card-body {
    padding: 0;
    background: #F8F8F8 !important;
}

.card.card-ac-custom .accordion-body {
    background: #F8F8F8 !important;
}

.card.card-ac-custom button.accordion-button {
    background: #F8F8F8 !important;
    box-shadow: none !important;
    border-bottom: 2px solid #412c76;
    padding-left: 0;
    padding-right: 0;
}
 
.scroll-list a {
    display: block;
    padding: 6px 10px;
    font-weight: 600;
}

.scroll-list br {
    display: none;
}

.scroll-list a:hover {
    background: #412c76;
    color: #FFFF !important;
}
.card.left-icon-card.card-primary {
    border: 0 !important;
}

.card.left-icon-card.card-primary .card-body-main {
    background: #f2effb;
}

.card.left-icon-card.card-primary .card-icon {
    background: #FFF;
}

/*blog*/



.blog-media img {
    min-height: 250px;
    max-height: 250px;
    object-fit: cover;
}

.blog-media {
    margin-bottom: 20px;
}

.blog-box {
    background: #FFF;
    box-shadow: 0px 0px 10px rgba(0,0,0,.11);
    height: 100%;
}

.blog-text {
    padding: 3px 20px;
}

.blog-meta {
    margin-bottom: 4px;
    color: #412c76;
    font-weight: 600;
}

.blog-text  h3 {
    margin-bottom:14px;
}

.blog-text , .blog-text  h3 {
    color: #212020;
}

 .blog-col {
    margin-bottom: 30px;
}
.blog-media img{
    width: 100%;
}
section.blog-simgle-top {
    background: #ebe9f1;
}

 .cta-box {
      border: 8px solid #3e267a;
      padding: 2rem;
      background-color: #fff;
    }
    .cta-button {
      background-color: #3e267a;
      color: #fff;
      font-size: 1.5rem;
      padding: 1rem 2rem;
      border: none;
      border-radius: 0.5rem;
    }
    .cta-button:hover {
      background-color: #2d1e5a;
    }


@media (max-width:991px){

.list-row .col {
    margin-top: 0;
}
.icon-style-box {
    display: block;
}

.icon-text {
    margin-top: 21px;
    padding-left: 0;
}
.list-row {
    margin-top: 10px !important;
} 
.sec-custom .tcb-style-wrap h1 {
    font-size: 28px;
}
.sec-custom .full-bg-head.bg-purple h2 {
    font-size: 26px !important;
}
.icon-style-box.full-icon-style {
    display: flex;
    align-items: center !important;
}

.icon-style-box.full-icon-style  .icon-text {
    margin-top: 0;
}
	
	
}
.innerpage header {background: rgb(65, 44, 119) !important;position: relative;}

.thank-section .thank-text h2 {
    background: #455981;
    color: #FFF !important;
    text-align: center;
    border-radius: 17px;
    padding: 8px 10px;
    margin: -1px -1px 15px;
    padding-bottom: 11px !important;
    padding-top: 13px !important;
    font-size: 33px;
    font-style: italic;
}


.thank-section .thank-text {
    background: #dbf4ff;
    border: 2px solid #cccccc;
    border-radius: 20px;
    margin-bottom: 0 !important;
    padding-bottom: 40px;
}
.thank-section .thank-media {
    padding: 17px 30px !important;
    background: #455981;
    margin: 0 !important;
    text-align: center;
    border-radius: 17px;
    margin-top: -42px !important;
} 
.thank-section  .thank-media img {
    max-width: 300px !important;
    height: auto !important;
}

.thank-section {
    margin: 40px 0px;
}

.thank-section .thank-text p {
    padding: 20px 20px;
    color: #000;
    font-size: 25px;
    line-height: 37px;
    font-weight: 500;
}


.page-id-234 #site-content {
    background: url("../images/thanks-bg.jpg") no-repeat;
    background-size: cover !important;
    border: 0 !important;
    height: 100vh;
    padding: 50px 0px 100px;
    background-repeat: no-repeat !important;
}

.page-logo {
    max-width: 300px;
    margin: 0px auto;
}

.th-all {
    padding: 22px 0px;
    text-align: center;
}
.th-all h1{
   color: #FFF;
   margin: 30px 0px;
   font-weight: 700;
}
.th-all ul{
    max-width: 322px;
    margin: 20px auto 10px !important;
    float: none;
    text-align: left;
    position: relative;
    left: 14px;
    color:#FFF;
    font-weight: 600;
}

.page-id-234 header {
    display: none;
}
.page-id-916 hr, 
 .page-id-4806 hr {
    display: none;
}
 
.page-id-916 .thank-section .thank-media {
    margin-top: 0 !important;
}

.page-id-916  .thank-section .thank-text {
    padding-bottom: 0 !important;
}
.thank-section .thank-text p:empty {
    display: none;
}

.page-id-18863  .thank-section p:empty {
    display: none;
}

.page-id-18863  .thank-section .thank-text p {
    display: none;
}

.page-id-18863  .thank-section .thank-text h2 + p {
    display: block;
}

.page-id-18863  .thank-section .thank-media {
    margin-top: 0 !important;
}

.page-id-18863  .thank-section .thank-text {
    padding-bottom: 0;
}

.page-id-18863 hr{
    display:none
}



@media (max-width:360px){
	
.thank-section .thank-media img {
    max-width: 230px !important;
}	
	
}


