/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap'); font-family: 'Poppins', sans-serif;*/
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900;1000&display=swap");

body {
  font-family: "Nunito", sans-serif;
}

.container, .container-lg, .container-md, .container-sm, .main_carousel .swiper-pagination {
  max-width: 1440px; width:calc(100% - 20px);
} 

.cursor-pointer{
  cursor: pointer !important;
}

.link{
  color: #f26841 !important;
}

hr{
  border-color: #9c9c9c;
}


.small, small {
  font-size: .775em;
}

.vh-75{
  height: 75dvh;
}


.fw-200{
  font-weight: 200 !important;
}
.fw-300{
  font-weight: 300 !important;
}
.fw-400{
  font-weight: 400 !important;
}
.fw-500{
  font-weight: 500 !important;
}
.fw-600{
  font-weight: 600 !important;
}
.fw-700{
  font-weight: 700 !important;
}
.fw-800{
  font-weight: 800 !important;
}
.fw-900{
  font-weight: 900 !important;
}


.fs-7{
  font-size: 0.9rem !important;
}


.text-grey{
  color: #B4B2B4 !important; 
}
.text-secondary{
  color: #162E4C !important
}
.text-success{
  color: #27BA5C !important
}


.seashell_bg{
  background-color: #FFFBF8 !important;
}
.magnolia_bg{
  background-color: #F7F4F9 !important;
}
.aliceBlue_bg{
  background-color: #EEF9FD !important;
}
.azure_bg{
  background-color: #F9FAFA !important;
}
.floralWhite_bg{
  background-color: #FFFBF5 !important;
}
.bg-success{
  background-color: #27BA5C !important;
}
.bg-primary{
  background-color: #f26841 !important;
}


.solitude_bg{
  background-color: #F0F4FF !important;
}
.floralWhite_bg{
  background-color: #FFF7EC !important;
}


.border-primary{
  border-color: #f26841 !important;
}






.credit-home-banner{
  /* height: calc(60vh + 44px);
  min-height: 450px; */
  height: 100%;
  background-repeat: repeat;
  background-position: center center;
  /* background-size: cover; */
  padding-top: 40px;
  background-image: url(../images/pitch-central-bg-white.png), linear-gradient(0deg, #fff 0%, #E7F9FF 30%);
 
  /*background-image: url(../../../../ncampaign/CreditSimulator/assets/images/pitch-central-bg-white.png), linear-gradient(0deg, #fff 0%, #E7F9FF 30%);*/
}


.credit-home-banner img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.credit-home-banner .bottom img{
  object-position: bottom;
}

.credit-home-banner h1, .credit-home-banner .h1{
  font-size: 36px;
  font-weight: 700;
}
.credit-home-banner p{
  font-size: 20px;
}

.credit-home-banner .bottom img {
  object-position: bottom;
}

.form_card .pv_icon.xxxl{
  width: 90px;
  height: 90px;
}
.form_card p{
  font-size: 16px;
}




.accordion.credit_accordion{
  padding: 0;
  border: none;
  border-radius: 0;
  --bs-accordion-bg: none;
}

.accordion.credit_accordion .accordion-button{
  font-size: 1.2rem;
  color: #2F3043;
  padding: 1.5rem 0;
}

.accordion.credit_accordion .accordion-body{
  padding: 0 0 1.2rem 0;
}

.accordion.credit-orange_accordion .accordion-button{
  color: #f26841;
  font-weight: 600;
}



.credit-breadcrumb .breadcrumb{
  margin-bottom: 0;
}


input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.input_field {
  margin-bottom: 2rem;
}

.input_field label {
  font-size: 16px;
  color: #162E4C;
  font-weight: 600;
}

.input {
  position: relative;
  color: rgba(0, 0, 0, 0.87);
  border-bottom: 1px solid #afb9c3;
  border-radius: 0;
  background-color: transparent;
}

.input.language{
  border: 1px solid #afb9c3;
  border-radius: 5px;
  padding-left: 10px;
}

.input input,
.input select,
.input textarea {
  width: 100%;
  height: 32px;
    line-height: 32px;
    font-weight: 400;
    font-size: 16px;
  font-size: inherit;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  vertical-align: top;
  color: rgba(0, 0, 0, 0.87);
  box-shadow:none !important;
  border: none !important;
  outline:none !important;
}

.input input::placeholder {
  font-weight: 400;
  color: #b3b3b3;
}

.input.select select {
  padding-right: 22px;
  -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	outline: none;
}
.input.select select::-ms-expand {
  display: none;
  }
.input.select:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 20px;
  color: #333;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 9px;
  pointer-events: none;
}

.input.input.with_icon_btn {
  display: flex;
}

.input.with_icon_btn .icon_btn {
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  color: #fff;
  background-color: #f26841;
  border-radius: 5px;
  text-decoration: none;
  padding: 0 10px;
  cursor: pointer;
}
.input.with_icon_btn .icon_btn:hover{
  background-color: #d85935;
}
.input.with_icon_btn .text_only {
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  display: inline-block;
  color: #333;
  white-space: nowrap;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}

.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  pointer-events: all;
  padding-left: 35px;
  display: block;
}

.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: -webkit-inline-table;
  display: inline-table;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 1px solid #F26841;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
}

.styled-checkbox:checked + label:before {
  background: #F26841;
}

.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 50%;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
  margin-top: -1px;
}

.up-in-toggle {
  padding: 7px 0 0 0;
  display: flex;
}
.up-in-toggle input {
  clip: rect(0, 0, 0, 0);
  height: 0;
  width: 0;
  border: 0;
  overflow: hidden;
}
.up-in-toggle input:checked + label {
  background: #fdeae4;
  border-color: #F26841;
  z-index: 1;
}
.up-in-toggle label {
  display: inline-block;
  background-color: #fff;
  border: 2px solid #3E4F61;
  color: #3E4F61;
  text-align: center;
  padding: 6px 16px;
  white-space: nowrap;
  font-weight: 700;
  transition: all 0.1s ease-in-out;
}
.up-in-toggle label:hover {
  cursor: pointer;
}
.up-in-toggle label:first-of-type {
  border-radius: 20px 0 0 20px;
  margin-right: -2px;
}
.up-in-toggle label:last-of-type {
  border-radius: 0 20px 20px 0;
}



.radio-buttons {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.custom-radio input {
  display: none;
}
.radio-btn {
  margin: 10px;
  padding: 0 10px 20px 10px;
  width: 220px;
  border: 1px solid transparent;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  text-align: center;
  box-shadow: 0px 4px 30px 0px #F56C2826;
  cursor: pointer;
}
.radio-btn .credit-prod-icon{
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
}
.radio-btn .credit-prod-icon .image{
  width: 100%;
}

.radio-btn .credit-prod-icon .image img {
  width: 70%;
  height: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.custom-radio input:checked + .radio-btn {
  border: 1px solid #F26841;
}



.radio-btn-small {
  margin: 10px;
  padding: 10px 25px;
  border: 1px solid transparent;
  display: inline-block;
  border-radius: 20px;
  position: relative;
  text-align: left;
  box-shadow: 0px 4px 30px 0px #F56C2826;
  cursor: pointer;
}
.custom-radio-small input {
  display: none;
}
.custom-radio-small input:checked + .radio-btn-small {
  border: 1px solid #F26841;
}










.eligibility_card {
  text-align: center;
  margin: auto;
  width: 100%;
  max-width: 250px;
}
.eligibility_card img {
  width: 180px;
  height: 180px;
}
.eligibility_card .text{
  font-size: 14px;
}



.steps-procedure-box{
  width: 100%;
  max-width: 420px;
  text-align: center;
}
.steps-procedure-box img{
  width: 180px;
}


.orange-number{
  background-color: #F26841;
  color: #fff;
  text-align: center;
  height: 46px;
  width: 46px;
  line-height: 46px;
  font-size: 22px;
  border-radius: 50%;
}


.appStore-img {
  height: 58px;
  max-height: 58px;
}


.column-tab .nav-pills .nav-link {
  border-radius: 24px;
  padding: 18px 30px;
  color: #2D4773;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  /* white-space: nowrap; */
  background: transparent;
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: left;
  border: 1px solid #2D4773;
  cursor: pointer;
}

.column-tab .nav-pills .nav-item .nav-link:active{
  color: #fff;
}

.column-tab .nav-pills .nav-link.active, .column-tab .nav-pills .show > .nav-link {
  color: #fff;
  pointer-events: none;
  background-color: #F26841;
  border-color: #F26841;
}






/***************************************************
 * Generated by SVG Artista on 9/19/2024, 2:21:05 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

 .scoreSvgBg .svg-elem-1 {
  fill: transparent;
  -webkit-transition: all 0.7s ease-in-out 0s;
          transition: all 0.7s ease-in-out 0s;
          transform: scale(0.5);
}
.scoreSvgBg.active .svg-elem-1 {
  fill: rgb(255, 251, 245);
  transform: scale(1);
}
.scoreSvgBg .svg-elem-2 {
  fill: transparent;
  -webkit-transition: all 0.7s ease-in-out 0.1s;
          transition: all 0.7s ease-in-out 0.1s;
          transform: scale(0.5);
}
.scoreSvgBg.active .svg-elem-2 {
  fill: rgb(238, 249, 253);
  transform: scale(1);
}
.scoreSvgBg .svg-elem-3 {
  fill: transparent;
  -webkit-transition: all 0.7s ease-in-out 0.2s;
          transition: all 0.7s ease-in-out 0.2s;
          transform: scale(0.5);
}
.scoreSvgBg.active .svg-elem-3 {
  fill: rgb(57, 81, 118);
  transform: scale(1);
}
.scoreSvgBg .svg-elem-4 {
  fill: transparent;
  -webkit-transition: all 0.7s ease-in-out 0.3s;
          transition: all 0.7s ease-in-out 0.3s;
          transform: scale(0.5);
}
.scoreSvgBg.active .svg-elem-4 {
  fill: rgb(242, 104, 65);
  transform: scale(1);
}
.scoreSvgBg .svg-elem-5 {
  fill: transparent;
  -webkit-transition: all 0.7s ease-in-out 0.4s;
          transition: all 0.7s ease-in-out 0.4s;
          transform: scale(0.5);
}
.scoreSvgBg.active .svg-elem-5 {
  fill: rgb(255, 201, 67);
  transform: scale(1);
}
.scoreSvgBg .svg-elem-6 {
  fill: transparent;
  -webkit-transition: all 0.7s ease-in-out 0.5s;
          transition: all 0.7s ease-in-out 0.5s;
          transform: scale(0.5);
}
.scoreSvgBg.active .svg-elem-6 {
  fill: rgb(255, 201, 67);
  transform: scale(1);
}




.credit-score-wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.credit-score{
  position: relative;
  height: 251px;
  width: 251px;
  margin-bottom: 5px;
}
.credit-score .counter{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 46px;
  font-weight: 700;
  color: #474747;
}



.score-graph {
  position: relative;
  display: block;
  margin-bottom: 15px;
  width: 100%;
  max-width: 250px;
  background-image: linear-gradient(to right, #f1432c, #ffd400, #70c851, #4a74da);
  /* background-image: url(../images/scoreRangeBar.png); */
  /* background-repeat: no-repeat;
  background-position: top;
  background-size: cover; */
  height: 14px;
  border-radius: 10px;
  transition: 0.4s linear;
  transition-property: width, background-color;
}
.score-graph:before, .score-graph:after {
  position: absolute;
  bottom: 15px;
  color: rgb(54 80 105);
  font-size: 12px;
  font-weight: 600;
}
.score-graph:before {
  content: "300";
  position: absolute;
  left: 5px;
}
.score-graph:after {
  content: "900";
  position: absolute;
  right: 5px;
}
.score-graph .score-graph-bar {
  height: 14px;
  width: 0%;
  float: left;
  position: relative;
  overflow: unset !important;
  /* background: #eee;
  border-radius: 0 10px 10px 0; */
  /* transition: all ease 0.3s; */
}
.score-graph .score-graph-bar span {
  position: absolute;
  display: block;
  top: 10px;
  right: 0;
  width: 30px !important;
  height: 30px !important;
  z-index: 999;
  margin-right: -15px;
}
.score-graph .score-graph-bar span i {
  position: relative;
  margin: 6px 8px 0;
  transform: rotate(-45deg);
  color: white;
}





.swiper-button-all{
  text-align: left;
  padding-top: 20px;
}
.swiper-button-all.absolute{
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.swiper-button-all .swiper-button-prev, .swiper-button-all .swiper-button-next{
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  overflow: hidden;
  position: relative;
  top: auto;
  margin-top: 0;
  margin: 0;
  background-image: none;
  text-align: center;
  color: #202020;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0px 4px 4px 0px #00000040;
}
.swiper-button-all .swiper-button-prev:hover, .swiper-button-all .swiper-button-next:hover{
  color: #F26842; 
}
.swiper-button-all .swiper-button-prev {
  left: auto;
  right: auto;
  margin-right: 10px;
}
.swiper-button-all .swiper-button-next {
  right: auto;
  left: auto;
  margin-left: 10px;
}
.swiper-button-all .swiper-button-prev:before, .swiper-button-all .swiper-button-next:before {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  display: block;
  height: 100%;
  width: 100%;
  font-size: 25px;
}

.swiper-button-all .swiper-button-prev:before {
  content: "\f053";
}
.swiper-button-all .swiper-button-next:before {
  content: "\f054";
}

.swiper-button-all .swiper-pagination-bullets.swiper-pagination-horizontal{
  display: inline-block;
  position: relative;
  bottom: auto;
  top: auto;
  left: auto;
  width: auto;
  vertical-align: middle;
  padding: 0 10px;
}
.swiper-button-all .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  border-radius: 0;
  background: #fff;
  opacity: 0.3;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}

.swiper-button-all .swiper-pagination-bullet-active {
  background: #F26842 !important;
  opacity: 1;
}

.three-col-slider .swiper-button-all .swiper-pagination-bullet {
  background: #253846;
}
.three-col-slider .swiper-container{
  padding: 0 10px;
}




.benefits_card{
  box-shadow: 0px 4px 30px 0px #F56C2826;
  border-radius: 30px;
  background-color: #fff;
  padding: 40px 30px;
  height: 100%;
  text-align: center;
}

.benefits_card img{
  width: auto;
  height: 75px;
  margin-bottom: 10px;
}



.improve_card{
  text-align: center;
  margin: auto;
}

.improve_card .image{
  box-shadow: 0px 4px 30px 0px #F56C2826;
  background-color: #fff;
  border-radius: 50%;
  margin-bottom: 10px;
  width: 90%;
  margin: auto;
}

.improve_card .image img{
  width: 70%;
  height: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.improve_card .text{
  margin: auto;
  padding-top: 20px;
  width: 100%;
  max-width: 180px;
}


.score-changes_card{
  box-shadow: 0px 4px 30px 0px #F56C2826;
  border: 1px solid transparent;
  border-radius: 30px;
  background-color: #fff;
  padding: 30px;
  height: 100%;
  text-align: center;
  display: block;
  text-decoration: none;
  color: #000;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  cursor: pointer;
}
.score-changes_card:hover{
  border-color: #F26842;
}

.score-changes_card img{
  width: auto;
  height: 125px;
  margin-bottom: 20px;
}


.track-credit_card{
  box-shadow: 0px 2px 2px 0px #00000040 inset;
  border-radius: 16px;
  background-color: #fff;
  height: 100%;
  text-align: center;
  overflow: hidden;
}


.new-score_card{
  box-shadow: 0px 4px 30px 0px #F56C2826;
  border-radius: 30px;
  background-color: #fff;
  padding: 40px 30px;
  height: 100%;
  text-align: center;
}







.TblWrap {
  margin-bottom: 30px;
}

/* .TblWrap table {
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  border: 1px solid #C1C1C1;
  border-radius: 10px;
  overflow: hidden;
}


.TblWrap table td, .TblWrap table th {
  text-align: center;
  color: #373737;
  font-size: 17px;
  vertical-align: middle;
  padding: 20px 15px;
  border: 1px solid #C1C1C1;
  border-collapse: collapse;
} */


.TblWrap table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
.TblWrap table tr td {
  border-right: 1px solid #C1C1C1;
  border-bottom: 1px solid #C1C1C1;
}
.TblWrap table tr td:first-child {
  border-left: 1px solid #C1C1C1;
}
/* top-left border-radius */
.TblWrap table tr:first-child td:first-child {
  border-top-left-radius: 6px;
  border-top: 1px solid #C1C1C1;
}
/* top-right border-radius */
.TblWrap table tr:first-child td:last-child {
  border-top-right-radius: 6px;
  border-top: 1px solid #C1C1C1;
}
/* bottom-left border-radius */
.TblWrap table tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}
/* bottom-right border-radius */
.TblWrap table tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}
.TblWrap table th, .TblWrap table td{
  padding: 20px 25px;
  min-width: 130px;
}



.credit-bureaus-wrap{
  display: flex;
  align-items: center;
}
.credit-bureaus-wrap .image{
  width: 150px;
  -webkit-flex-shrink: 0 !important;
  flex-shrink: 0 !important;
}
.credit-bureaus-wrap .image img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.summary_card {
  box-shadow: 0px 4px 30px 0px #F56C2826;
  border-radius: 25px;
  background-color: #fff;
  padding: 30px 40px;
  height: 100%;
}
.cf_icon{
  width: 55px;
  height: 55px;
  -webkit-flex-shrink: 0 !important;
  flex-shrink: 0 !important;
}
.cf_icon img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}





.close {
  border: 0;
  background: none;
  position: absolute;
  top: 10px;
  right: 20px;
  width: 30px;
  height: 30px;
  z-index: 1;
  cursor: pointer;
}
.close:before,
.close:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  height: 3px;
  background: #000;
  border-radius: 2px;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}
.close.red:before,
.close.red:after {
  background: #000;
}

.popupWrap{
  padding: 45px;
  padding-top: 50px;
}



.payment-box{
  border: 1px solid #D6D6D6;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  position: relative;
}

.payment-benefit {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.payment-box .badge{
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 14px;
  border-radius: 20px;
  padding: 8px 14px;
  vertical-align: middle;
  font-weight: 500;
}
.payment-box .badge i{
  font-size: 20px;
  vertical-align: text-top;
}


.paySuccess{
  height: calc(100svh - 112px);
}
.paySuccess > div{
  display: flex;
  justify-content: center;
  align-items: center;
}

.paySuccess-wrap{
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.paySuccess-wrap .image{
  margin: auto;
  width: 80%;
}








.arrow{
    display: inline-block;
    height: 16px;
    position: relative;
    width: 70%;
}
.arrow::before, .arrow .arrow::before {
  background-color: #f26841;
}
.arrow::before {
  top: 50%;
  margin-top: -2px;
  content: "";
  height: 4px;
  position: absolute;
  right: 0;
  transform-origin: bottom;
  width: 100%;
}
.arrow::after {
  content: "";
  display: inline-block;
  right: 0;
  position: absolute;
  top: 0;
  border-color: transparent;
  border-bottom-color: #f26841;
  border-style: solid;
  border-width: 0 0 16px 16px;
  height: 0;
  width: 0;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}


.profile-card{
  border: 1px solid #E6E6E6;
  border-radius: 12px;
  padding: 30px;
  display: flex;
}

.profile-img-box{
  padding-right: 40px;
}

.profile-content{
  width: 100%;
}

.profile-pic {
  position: relative;
  border-radius: 50% !important;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  font-weight: 700;
  color: #2F3043;
  background-color: #D9D9D9;
  overflow: hidden;
  margin-bottom: 10px;
}
.profile-pic input {
  display: none;
}
.profile-pic label {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
}

.profile-pic .btn {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  white-space: nowrap;
  width: 100%;
  margin: 0;
  background-color: #fdf1ed !important;
  color: #ff4612;
  border-color: #fdf1ed !important;
  opacity: 0;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}

.profile-pic:hover .btn{
  opacity: 1;
}

.border-card{
  border: 1px solid #E6E6E6;
  border-radius: 12px;
}

.btn-fancy{
  font-size: 18px;
  font-weight: 600;
  border-radius: 12px;
  line-height: 54px;
  color: #2F3043;
  text-decoration: none;
  text-align: center;
  width: 100%;
  display: block;
  border: 1px solid transparent;
}
.btn-fancy:hover{
  border-color: #9B9B9B;
}




.notFound{
  height: calc(100svh - 112px);
}
.notFound > div{
  display: flex;
  justify-content: center;
  align-items: center;
}

.notFound-wrap{
  text-align: center;
  width: 100%;
  max-width: 640px;
}

.notFound-wrap p{
  font-size: 18px;
}

.notFound-wrap .image{
  margin: auto;
  width: 60%;
}



.ntpBannerWrapper{
  background: linear-gradient(92deg, #d7f7ff -.28%, #e7f5fc 49.89%, #daf3ff);
  box-shadow: 0 6px 6px -6px rgba(0, 0, 0, .16), 0 0 1px 0 rgba(0, 0, 0, .4);
  position: relative;
  border-radius: 25px;
  background-color: #fff;
  padding: 30px 40px;
}
.ntpBannerWrapper .contWrap{
  width: 70%;
}
.ntpBannerWrapper .img{
  width: 200px;
}
.ntpBannerWrapper h3{
  font-size: 26px;
}




.table_wrapp {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
.table_wrapp table{
  border-collapse: separate;
    border-spacing: 0 1rem;
    margin-top: -1rem;
    margin-bottom: -1rem;
}
/* .table_wrapp table td, .table_wrapp table th {
  padding: 10px 4px;
  vertical-align: middle;
} */

.table_wrapp tr {
  box-shadow: 0px 0px 0.778px 0px rgba(12, 26, 75, 0.24), 0px 2.334px 6.223px -0.778px rgba(50, 50, 71, 0.05);
  /* box-shadow: 0px 4px 30px 0px rgba(245, 108, 40, 0.15); */
  border-radius: 12px;
}
.table_wrapp table td, .table_wrapp table th {
  font-size: 16px;
  padding: 20px 8px;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
}
.table_wrapp table td:first-child, .table_wrapp table th:first-child {
  border-top-left-radius: 12px;
 }
 .table_wrapp table td:first-child, .table_wrapp table th:first-child {
  border-bottom-left-radius: 12px;
 }
 .table_wrapp table td:last-child, .table_wrapp table th:last-child {
  border-top-right-radius: 12px;
 }
 .table_wrapp table td:last-child, .table_wrapp table th:last-child {
  border-bottom-right-radius: 12px;
 }





.home-banner-box{
  border-radius: 30px;
  /* background: linear-gradient(98deg, #EE6846 0%, #7D4BA0 100%); */
  background: #FDECDF;
  padding: 20px 30px;
  display: flex;
  color: #395176;
  align-items: center;
}
.home-banner-box .text{
  width: 100%;
}
.home-banner-box .image{
  width: 300px
}
.home-banner-box p{
  color: #F26841;
}

.home-banner-box ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.home-banner-box li {
  display: inline;
  padding-right: 10px;
}
.home-banner-box li::before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 8px;
  color: #395176;
  vertical-align: middle;
  padding-right: 5px;
}






.captcha_img {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  /* border: 1px solid #E0DFDF; */
  height: 39px;
  line-height: 39px;
  vertical-align: bottom;
  padding-right: 39px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.captcha_img > img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  mix-blend-mode: multiply;
}
.captcha_img .refresh {
  position: absolute;
  right: 0;
  height: 38px;
  width: 38px;
  background-color: #ffb3a0;
  text-align: center;
  color: #000000;
  font-size: 18px;
  cursor: pointer;
}
.captcha_img .refresh:hover i {
  animation: spin 1s linear infinite;
}
@keyframes spin {
  from {
  }

  to {
      transform: rotate(360deg);
  }
}





.score-racker.nav-pills{
  justify-content: end;
  display: inline-flex;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0px 4px 30px 0px rgba(245, 108, 40, 0.15);
  overflow: hidden;
}
.score-racker.nav-pills .nav-item{
padding: 0 !important;
}
.score-racker.nav-pills .nav-link{
  border-radius:0;
  border: 1px solid transparent;
  color: #000;
  padding: 10px 30px;
}
.score-racker.nav-pills .nav-item:first-child .nav-link{
  border-radius: 30px 0px 0px 30px;
}
.score-racker.nav-pills .nav-item:last-child .nav-link{
  border-radius: 0px 30px 30px 0px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background: #FFF;
  border-color: #ff4612;
  color: #000;
}



@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm, .main_carousel .swiper-pagination {
    width:calc(100% - 50px);
  } 
  .desktop-none{
    display: none !important;
  }
  .column-tab .nav-pills .nav-link::after{
    font-family: 'Font Awesome 6 Free';
    content: "\f061";
    font-size: 18px;
    font-weight: 900;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 18px;
  }

  .desktop-absolute{
    position: absolute;
    right: -15px;
    top: -15px;
  }

}

@media (max-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .main_carousel .swiper-pagination {
    max-width: 1320px;
  }
}

@media (max-width: 1200px) {
  .radio-btn {
    width: 150px;

  }

  .ntpBannerWrapper{
    padding: 20px 30px;
  }
  .ntpBannerWrapper h3{
    font-size: 24px;
  }


}

@media (max-width: 992px) {
  .container, .container-md, .container-sm {
    max-width: 992px;
  }
  .mobile-none{
    display: none !important;
  }
  .credit-home-banner h1, .credit-home-banner .h1{
    font-size: 28px;
  }
  .credit-home-banner p{
    font-size: 18px;
  }
  .form_card p{
    font-size: 14px;
  }

  .column-tab .nav-pills {
    border: none;
    flex-wrap: nowrap;
    position: relative;
    padding-bottom: 20px;
  }
  .column-tab .nav-pills .nav-item {
    border-bottom: none;
    padding-left: 0.50rem;
    padding-right: 0.50rem;
  }
  .column-tab .nav-pills .nav-item:first-child{
    padding-left: 0;
  }
  .column-tab .nav-pills .nav-item:last-child{
    padding-right: 0;
  }
  .column-tab .nav-pills .nav-link {
    padding: 10px 15px;
    font-size: 16px;
    margin-bottom: 0;
  }

  .paySuccess{
    height: auto;
  }

  .custom-radio{
    width: 50%;
  }
  .radio-btn {
    width: calc(100% - 20px);
    padding: 10px;
    text-align: left;
  }
  .radio-btn .credit-prod-icon{
    flex-direction: row;
  }
  .radio-btn .credit-prod-icon .image {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }


  .rounded-md-b-0{
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .rounded-md-t-0{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  
.desktop-absolute{
  padding-top: 30px;
}
  

}


@media (max-width: 767px) {
  
  .credit-home-banner{
    height: auto;
  }
  .form_card .pv_icon.xxxl{
    width: 70px;
    height: 70px;
  }
  .eligibility_card img{
    width: 150px;
    height: 150px;
  }
  .appStore-img {
    height: 46px;
    max-height: 46px;
  }
  .fs-5 {
    font-size: 1.1rem !important;
  }

  .column-tab .nav-pills .nav-item {
    border-bottom: none;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .column-tab .nav-pills .nav-link {
    padding: 10px 12px;
    font-size: 15px;
    margin-bottom: 0;
  }


  .summary_card {
    padding: 20px 30px;
  }
  .cf_icon{
    width: 35px;
    height: 35px;
  }

  .popupWrap{
    padding: 25px;
    padding-top: 43px;
  }

  .payment-box .badge{
    font-size: 12px;
  }
  .payment-box .badge i{
    font-size: 18px;
  }




  .ntpBannerWrapper .img{
    width: 180px;
  }
  .ntpBannerWrapper h3{
    font-size: 20px;
  }

}

@media (max-width: 575px) {

  .bannerGreen {
    padding: 20px 20px;
  }
  .new-score_card{
    padding: 30px 20px;
  }

  .profile-card{
    display: block;
  }

  .credit-bureaus-wrap{
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #C1C1C1;
  }
  .credit-bureaus-wrap:last-child{
    border-bottom: none;
    padding-bottom: 0;
  }

  .credit-bureaus-wrap .image{
    margin: auto;
    margin-bottom: 20px;
  }

  .ntpBannerWrapper{
    font-size: 14px;
  }
  .ntpBannerWrapper .contWrap{
    width: 80%;
  }
  .ntpBannerWrapper .img{
    width: 120px;
  }
  .ntpBannerWrapper h3{
    font-size: 15px;
  }

  .home-banner-box{
    flex-wrap: wrap;
  }
  .home-banner-box .text{
    margin-bottom: 15px;
  }
  .home-banner-box .image{
    width: 100%;
  }
  .home-banner-box .image img{
    width: 120px;
  }
  .home-banner-box p, .home-banner-box li{
    font-size: 14px;
  }

 

}