body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif !important;
  background-color: #fcfcff !important;
  overflow-x:hidden;
}

header {
  text-align: center;
  margin: auto;
  display: flex;
  justify-content: center;

}

.fixed-container {
  background: #fff;
}

.banner-section {
  padding-bottom: 60px;
  /* border-radius: 0 0 40px 40px; */
  height: 100vh;
}

.container-xxl {
  padding: 0 1.9rem !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

.logo {
  width: 150px;
}

.navbar {
  margin: 0;
  padding: 0;
  height: 4rem;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 87% !important;
  /* margin: auto; */
  /* display: block; */
  /* justify-content: center; */
  /* align-items: center; */
  /* display: flex; */
  margin-top: 20px;
  box-shadow:0px 0px 28px #0c57d20f;
  border-radius: 80px;
  padding: 0 30px !important;

}
.section-bg{
  margin-top:22px;
}
/* .navbar{
  position: relative;
}
.navbar:before {
   content: '';
   position: absolute;
   background: #000;
   height: 100px;
   width: 100px;
   filter: blur(8px);
   -webkit-filter: blur(8px);
} */

/* header .nav-item a {
  padding: 9px 30px;
  border-radius: 46px;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  background: #fff;
  font-size: 14px;
  text-transform: uppercase;
} */
.collapse-menu .nav-item .nav-link{
  padding: 21px 30px;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  background: #fff;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 12px;

}
.dropdown-product ul li a{
  text-decoration: none;
  color: #000;
}
.dropdown-product ul li:hover a{
  color: #d32967;
}
.dropdown-product ul li{
  text-align: left;
  /* margin-bottom: 13px; */
  border-bottom: 1px solid #ebebeb;
  padding: 16px;
}
.dropdown-product ul{
  list-style:none;
  padding:0;
}
.dropdown-product{
  background: #fff;
  position: absolute;
  width: 310px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0 15px 30px -4px rgb(0 0 0 / 9%);
    -moz-box-shadow: 0 15px 30px -4px rgba(0, 0, 0, .09);
    transform: translateY(15px) translateZ(0);
    transition: opacity .4s cubic-bezier(.19,1,.22,1), visibility .4s cubic-bezier(.19,1,.22,1), transform .4s cubic-bezier(.19,1,.22,1);
    visibility: hidden;
    opacity: 0;
  }
.hover-dropdown:hover .dropdown-product{
  opacity: 1;
  visibility: visible;
  transform: none;
  pointer-events: unset;
}
.dropdown-product ul li:hover i{
  font-size:16px;

}
.dropdown-product i{
   font-size:0px;
   transition: all 0.3s ease-in-out;
}

.banner-content h1 {
  font-weight: 600;
  color: #000;
  font-size: 50px;
}

.banner-content p {
  color: #000;
}

.banner-img img {
  width: 48vw;
  margin: auto;
  display: block;
}

.banner-content a {
  /* background: #0c57d2; */
  color: #000;
  /* padding: 11px 30px; */
  /* line-height: 4; */
  text-decoration: none;
  font-weight: 500;
  border-radius: 8px;
}

.pera-slider:hover {
  color: #1a4dbe;
  cursor: pointer;
}

.otp-input {
  width: 61px !important;
  margin-right: 10px;
  text-align: center;
}

.navbar-brand h1 {
  font-weight: 800;
  color: #cd8f5c;
}
#resend-otp{
  text-decoration: none;
  color: #000;
}
.py-90 {
  padding: 90px 0;

}
/* .banner-content .swiper-slide{
  width: 19% !important;
} */
.credit-product {
  text-align: left;
  color: #fff;
}

.credit-product h2 {
  font-weight: 600;
}

.loan-card {
  padding: 10px;
  border-radius: 16px;
  /* box-shadow: 5px 6px 14px #f4f4f4; */
  position: relative;
  /* box-shadow: 0px 7px 13px #d39a5c38; */
  z-index: 1;
}

.loan-card img {
  width: 100%;

}

.loan-card h4 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.loan-card p {
  transition: all 0.3s ease-in-out;
  font-size: 11px;
}

.loan-card a {
  color: #cd8f5c;
  text-decoration: none;
  font-weight: 500;
  font-size: 12px;
  transition: all 0.3s ease-in-out;

}

.credit-product img {
  position: absolute;
  width: 99px;
  left: 100px;
  top: -6px;
}

.loan-card-img {
  width: 63px;
  background: #fff;
  padding: 13px;
  /* position: absolute; */
  /* top: -32px; */
  border-radius: 56px;
  /* border: 1px solid #eaeaea; */
  margin-bottom: 19px;
}

/* .report-card-inner .col-md-3{
  max-width: 20% ;
} */

.footertext {
  font-size: 12px;
  color: #b0b0b0; 
}

.ani2 {
  position: absolute !important;
  width: 170px !important;
  left: 60px !important;
  top: 2px !important;
}
.offcanva-sec{
  display: none  !important;

}

@media only screen and (max-width: 480px) and (min-width: 320px) {
  .apply-loan{
    margin-top: 15px;
  }
  .loan-name p {
    font-size: 16px !important;
    margin-top: 12px !important;
}
  .margininmobile{
    margin: 14px 0;
  }
  .col-md-3.col-6.align-items-center.d-flex.justify-content-center {
    border-right: 1px solid #fff !important;
}
.border-oio{
    border-right: 1px solid #fff !important;
    justify-content: flex-start !important;
}
  .box-shui img{
    min-width: 62% !important;
  }
  .credit-card-content {
    font-size: 13px;
    margin-top: 30px !important;
    margin-bottom: 60px;
}
.reward-coins {
  position: absolute;
  /* font-size: 17px; */
  width: 150px;
  left: -10px !important;
  top: -5px;
  transform: rotate(3deg);
  color: #fff;
}
.img-main2 img {
  position: absolute;
  top: -39px;
  min-width: 119% !important;
  left: 0 !important;
}
  .offcanva-sec{
    display: block !important;
    padding: 4px 11px;
    margin: 0;
    font-weight: 700 !important;
    margin-bottom: 14px;
  }
  .card-section {
    text-align: center;
    padding: 2px !important;
}
  .right-side{
    margin-top: 0 !important;
  }
  .mobile-hide-desk{
    display: none;
  }
  .details-section h6{
    font-size: 10px;
    margin-bottom: 26px;
    font-weight: 600;
    text-align: left;
    margin-top: 7px;
  }
  .rating-star {
    text-align: center;
    margin: 6px 0;
    font-size: 10px !important;
}

  .compare-cards{
    font-size: 11px;
  }
  .details-btn {
    background-color: #d32967;
    color: #fff;
    border: none;
    padding: 5px 2px  !important;
    border-radius: 5px;
    cursor: pointer;
    font-size: 8px  !important;
}
.card-section h3 {
  font-size: 9px !important;
  margin-bottom: 5px;
}
.card-section img {
  width: 50px  !important;
  height: auto;
  margin-bottom: 10px;
}
 .right-section-main{
  width:100% !important; 
  white-space: nowrap;
  padding: 12px !important;

 }
  .btn-signin-mob{
    display: block !important;
  }
  .model-login .modal-dialog {
    max-width: 100% !important; 
}
.bg-blue-light{
  display: none;
}
  .d-block.w-100{
    min-width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
  }
  .marin-slider {
    margin-top: 10px !important;
}
  #demo:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 150px !important;
    border-radius: 11px;
    background: #fff;
    bottom: 0;
}
  .amount-loan h3 span{
    font-size: 14px;
    margin-left: 6px;
    color: #515151;
    font-weight: 500;
  }
  .other-offer p{
    font-size: 14px !important;
    color: #000000 !important;
  }
  #proceed img{
    width: 90px !important;
  }
  .right ul li {
    font-size: 12px !important;
  }
  .right h1{
    font-size: 18px !important;
  }
  .apply-loan .btn-danger {
    background: #ffffff !important;
    border: none !important;
    font-size: 14px;
    white-space: nowrap;
    padding: 0;
    color: #d32967;
    margin-top: 0;
    font-weight: 600;
}

  .amount-loan{
    margin: 6px 0 0 0;
    width: 100%;
  }
  .amount-loan h3{
    font-size: 24px;
    margin: 0;
    font-weight: 600;
    color: #000;
  }
  .img-section img{
    height: 56px;
    object-fit: cover;
    border-radius: 0;
    width: 56px;
  }
  .radio-typ-emp .form-check-label{
    font-size: 14px;
  }
  .text-dark.btn.btn-primary.btn-blue.m-0.p-0 img{
    width: 90px;
  }
  .text-dark.btn.btn-primary.btn-blue.m-0.p-0{
    font-size: 14px !important;
  }

  .btn-submit {
    padding: 0 0 !important;
    font-size: 14px !important;
}
  .btn-submit img {
    width: 90px !important;
    margin-left: 10px;
}
  .banner-section.pb-0 {
    padding-bottom: 20px !important;
  }

  .banner-content {
    background: #fff;
    padding: 22px;
    border-radius: 10px;
    margin-bottom: 0px;
  }

  .credit-product h2 {
    font-size: 18px;
    text-align: left;
  }

  .credit-product p {
    font-size: 12px;
    text-align: left;
  }

  .container-xxl {
    padding: 0 0.9rem !important;
  }

  .loan-card {
    background: transparent !important;
    box-shadow: none;
    padding: 0;
  }

  .loan-card img {
    background-color: transparent;
    padding: 0;
    margin: auto;
    display: block;
  }

  .loan-card h4 {
    font-size: 11px;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    text-align: center;
    margin-top: 13px;
    line-height: 16px;
  }

  .loan-card p {
    display: none;
  }

  .loan-card a {
    display: none;
  }

  .py-90 {
    padding: 50px 0;
    background: #fff;
  }

  .credit-product {
    text-align: center;
    margin-bottom: 41px;
  }

  .credit-product img {
    display: none;
  }
}

@media only screen and (max-width: 768px) and (min-width: 480px) {
  
  .banner-section.pb-0 {
    padding-bottom: 20px !important;
  }

  .banner-content {
    background: #fff;
    padding: 22px;
    border-radius: 10px;
    margin-bottom: 0px;
  }

  .container-xxl {
    padding: 0 0.9rem !important;
  }

  .loan-card {
    background: transparent !important;
    box-shadow: none;
    padding: 0;
  }

  .loan-card img {
    background-color: transparent;
    padding: 0;
    margin: auto;
    display: block;
  }

  .loan-card h4 {
    font-size: 11px;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    text-align: center;
    margin-top: 13px;
    line-height: 16px;
  }

  .loan-card p {
    display: none;
  }

  .loan-card a {
    display: none;
  }

  .py-90 {
    padding: 50px 0;
    background: #fff;
  }

  .credit-product {
    text-align: center;
    margin-bottom: 41px;
  }

  .credit-product img {
    display: none;
  }
}

.card-section img {
  width: 50px;
}

.card-section {
  background-color: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 1px 9px 10px #efefef;
}

.section-two {

  margin-top: -140px;
}

.card-section p {
  font-size: 14px;
  color: #999;
}

.bg-blue {
  background: #1a4dbe;
}

.bg-blue2 {
  background: #3a6bd8;

}

.pulse {

  display: block;

  cursor: pointer;
  box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
  animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(125, 127, 255, 1);
  }

  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(204, 169, 44, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(125, 127, 255, 1);
    box-shadow: 0 0 0 0 rgba(125, 127, 255, 1);
  }

  70% {
    -moz-box-shadow: 0 0 0 15px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 15px rgba(204, 169, 44, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}


/********************************************credit scrore css*********************************************/

.form-first {
  margin: 0px 0;
  padding: 38px;
  border-radius: 20px;
}

.credit-score-form h1 {
  font-size: 30px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 28px;
}

.credit-score-form h1 span {
  color: #d32967;
}

.credit-score-form p {
  font-size: 12px;
  color: #999;
}

.terms-pera {
  font-size: 12px;
  color: #999;
}

::placeholder {
  color: re#999 !important;
  opacity: 1;
  /* Firefox */
  font-size: 13px;
}

.form-control {
  border-radius: 3px !important;
  border: 1px solid #B3B3B3 !important;
  font-size: 14px !important;
  height: 50px;
}

.label-gender {
  font-size: 13px;
  color: #999;
  margin-bottom: 1px !important;
}

.btn-blue {
  border-radius: 4px !important;
  background: #1a4dbe !important;
  border: none !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 8px 20px !important;
}

.text-danger {
  font-size: 10px;
}

/******************************************login css*************************************/
.model-login .modal-dialog {
  max-width: 70%;
}

.model-login .modal-dialog .modal-content {
  border-radius: 4px;
}

.login-img {
  width: 100%;
}

.img-main {
  padding: 50px;
}

.login-heading h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.login-heading p {
  font-size: 12px;
  margin: 6px 0;
  color: #999;
}

.login-heading {
  margin-bottom: 24px;
}

.login-form .input_flag {
  background-position: 5% 50%;
}

.fotm-label-font {
  font-size: 11px;
  font-weight: 500;

}

.input-group-text {
  border-radius: 3px 0px 0px 3px !important;
  border: 1px solid #f3f3f3 !important;
  font-size: 14px !important;
}

.bg-blue-light {
  background: #ecf2ff;
}

.font-style-otp span,
.font-style-otp button {
  font-size: 12px;
}

.logo-login img {
  width: 120px;
  margin-bottom: 21px;
}

.model-alert .modal-dialog {
  width: 20%;
}

.model-alert .modal-dialog .modal-content {
  border: none;
  border-radius: 4px;
  margin-top: 150px;
  box-shadow: 1px 1px 20px #e9e9e9;
}

.model-alert .modal-dialog .modal-content .modal-body {
  padding: 20px;
}

.alert-pera {
  font-size: 13px;
}

.model-login .btn-close {
  position: absolute;
  right: 20px;
  top: 18px;
  z-index: 9;
}



/******************************new dashboard**************************/
.section-bg {

  background-size: cover;
  background-repeat: no-repeat;
}

.swiper {
  width: 100%;
  height: 100%;
}

.loan-option .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide {
  padding: 20px;
  border-radius: 14px;
  margin: 20px 0;
  box-shadow: 6px 5px 12px #d329671c;
  background: #fff;

}

.swipper-slider .swiper-slide img {
  width: 60px;
  margin: auto;
  margin-bottom: 18px;
}

.pera-slider {
  font-size: 14px;
  color: #000;
  margin-bottom: 0;
  text-align: center;
}

.slider-arrow .swiper-button-next {
  background: #d32967;
  padding: 12px 18px;
  border-radius: 11px;
  height: 36px;
  right: 3px;
}


.slider-arrow .swiper-button-prev {
  background: #d32967;
  padding: 12px 18px;
  border-radius: 11px;
  height: 36px;
  left: 3px;
}

.slider-arrow .swiper-button-next:after {
  font-size: 19px !important;
  color: #fff !important;
}

.slider-arrow .swiper-button-prev:after {
  font-size: 19px !important;
  color: #fff !important;
}

.slider-arrow2 .swiper-button-next {
  background: #fff;
  padding: 12px 18px;
  border-radius: 11px;
  height: 36px;
  right: 3px;
}


.slider-arrow2 .swiper-button-prev {
  background: #fff;
  padding: 12px 18px;
  border-radius: 11px;
  height: 36px;
  left: 3px;
}

.slider-arrow2 .swiper-button-next:after {
  font-size: 19px !important;
  color: #000 !important;
}

.slider-arrow2 .swiper-button-prev:after {
  font-size: 19px !important;
  color: #000 !important;
}

.swiper {
  padding: 0 42px !important;
}

.heading-section h2,
.heading-section3 h2 {
  background: url(../images/heading.png);
  background-size: contain;
  /* width: 260px; */
  background-repeat: no-repeat;
  text-align: center;
  background-position: center;
  font-size: 31px;
  height: 44px;
  justify-content: center;
  align-items: center;
  display: flex;

}

.about-section img {
  width: 60px;
  margin-bottom: 18px;
}

.about-section h3 {
  font-size: 22px;
}

.about-section p {
  font-size: 13px;
  color: #999;
}

.about-cards {
  padding: 50px 0;
}

.heading-section,
.heading-section3 {
  position: relative;

}

.heading-section img {
  position: absolute;
  width: 120px;
  right: 24%;
  top: -30px;
  z-index: -1;
  opacity: 0.3;
}

.heading-section3 img {
  position: absolute;
  width: 120px;
  left: 24%;
  top: -30px;
  z-index: -1;
  opacity: 0.3;
}

.about {
  padding: 100px 0;
}

.heading-section p,
.heading-section3 p {
  font-size: 14px;
  width: 40%;
  margin: auto;
  color: #999;
  margin-top: 19px;
}

.p-100 {
  padding: 0 0 100px 0;
}

.loan-type img {
  width: 69px;
  margin: auto;
  display: block;
}

.loan-type h4 {
  font-size: 15px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 14px;

}

.loan-type {
  margin-bottom: 26px;
  box-shadow: 0px 10px 18px #0c57d224;
  border-radius: 8px;
  padding: 20px;
}

.loan-credit {
  margin-top: 50px;
}

.team-section {
  background-color: #d32967;
}

.p-100-y {
  padding: 100px 0;
}


.heading-section2 h2 {
  background: url(../images/shape2.png);
  background-size: contain;
  /* width: 260px; */
  background-repeat: no-repeat;
  font-size: 26px;
  /* justify-content: center; */
  align-items: center;
  display: flex;
  height: 51px;
  padding-left: 15px;
}
.heading-section2 p{
  color: #fff;
}
.team-testmonial {
  padding: 50px 0;
  position: relative;
}

.team-testmonial .swiper-slide {

  font-size: 18px;
  background: #fff;
}

.team-testmonial .swiper-slide h4 {
  font-size: 20px;
  margin: 0;
}

.team-testmonial .swiper-slide span {
  font-size: 12px;
}

.team-testmonial .swiper-slide p {
  margin-bottom: 1rem;
  font-size: 12px;
  color: #999;
  margin-top: 5px;
}

.team-testmonial .swiper-slide img {
  width: 81px;
  margin-bottom: 16px;
}

.team-testmonial:before {
  content: '';
  position: absolute;
  width: 480px;
  height: 360px;
  background-color: #ffffff36;
  top: 30px;
  left: 301px;
  border-radius: 20px;

}

.img-contents img {
  width: 70%;
  margin: auto;
  display: block;
}

.btn-primary {
  background: #d32967 !important;
  color: #000 !important;
  border: none !important;
  /* padding: 9px 33px !important; */
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: 500 !important;
}

.logo-profile {
  width: 160px !important;
  margin: auto;
  display: block;
  margin-bottom: 41px !important;
}

.img-contents h4 {
  text-align: center;
  margin-top: 43px;
}

#proceed img {
  width: 120px;
  margin-left: 10px;
}

#proceed {
  margin-top: 30px;
  float: right;
}

.mobile-input .form-label {
  font-size: 12px;
  margin: 0;
  color: #999;
  font-weight: 400;
}

.btn-submit img {
  width: 120px;
  margin-left: 10px;
}

.btn-primary {
  background: transparent !important;
}

.btn-submit {
  padding: 0 0 !important;

}
/* 
.bg-main {
  background: linear-gradient(to right, #ffe7bc 0%, #ffffff 66%);
} */

/* .bg-main .col-md-6{
height:100vh;
box-shadow: 11px 1px 10px #0000000d;
} */
.bg-white {
  box-shadow: -19px 1px 30px #0000000d;
}


.span-color {
  color: #d32967;
}

.city-option {
  border: 1px solid #dcdcdc;
  margin-bottom: 4px;
  width: 90px;
  height: 90px;
  border-radius: 110px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: auto;
}

.half-section {
  margin-top: 30px;
}

.city-select-option h2 {
  padding: 29px 80px;
  border-bottom: 1px solid #f6f6f6;
  margin-bottom: 0;
}

.submit-btn {
  background: transparent;
  border: 1px solid #e2e2e2;
  padding: 6px 20px;
  font-size: 14px;
}

.heading-loan {
  border-bottom: 1px solid #f0f0f0;
  padding: 18px 60px;
}

.income-main {
  padding: 0 50px;
}

.income-select {
  border: 1px solid #ADADAD;
  border-radius: 90px;
  height: 90px;
  width: 90px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: auto;
}

.income-text p {
  text-align: center;
  margin: 0;
  font-size: 14px;
  margin-top: 6px;
}

.income-select img {
  width: 63px;
}

.main-box .col-md-6 {
  height: calc(100vh - 0px);
  overflow: hidden;
}

.income-main {
  margin-top: 18px !important;
}

.income-text {
  margin-bottom: 17px;
}

.p-50 {
  padding: 0 50px;
}

.radio-typ-emp .form-check {
  background: linear-gradient(to right, #0c57d217 0%, #fff 100%);

  height: 55px;
  align-items: center;
  display: flex;
  padding-left: 35px;
  padding-left: 35px;
  margin-bottom: 14px;
  border-radius: 8px;
}

.radio-typ-emp {
  margin-top: 18px;
}

.radio-typ-emp .form-check-label {
  margin-left: 10px;
}

.company-select {
  margin-top: 18px;
}

.form-label {
  font-size: 12px;
  margin-bottom: 3px;
  color: #000;
}

.form-select {
  height: 55px;
}

.btn-primary {
  padding-right: 0 !important;
}

.bank-img img {
  width: 40px;
  padding: 4px;
  border-radius: 8px;
}

.bank-img {
  border: 1px solid #B0B0B0;
  height: 60px;
  width: 60px;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: auto;

}

.bank-name p {
  text-align: center;
  font-size: 14px;
  margin-top: 6px;
}

.view-more-btn a {
  border: 1px solid #d8d8d8;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  padding: 6px 19px;
  border-radius: 50px;
  text-align: center;
}

.view-more-btn {
  text-align: center;
  margin: 20px 0;

}

.offer-select {
  background: url(../images/celebration.png);
  background-size: cover;
  height: 110vh;
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
}

.amount-offer h2 {
  font-size: 35px;
}

.amount-offer h1 {
  font-size: 80px;
  color: #d32967;
  font-weight: 700;
}

.btn-submit2 {
  background: #d32967 !important;
  padding: 11px 29px !important;
  margin-top: 30px;

}

.other-offer {
  padding: 11px;
  border-radius: 11px;
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 4px 1px 16px #f1f1f1;
}
.mt-main{
  margin-top: 120px;
}
.other-offer p {
  margin: 0;
  font-size: 13px;
  color: #999;
}

.other-offer h4 {
  margin: 0;
}
.coincashback2{
  width: 35px;
  margin-right: 7px;
}
.coinsbank_amount2{
  color: #000  ;
  margin-right: 15px;
  font-size: 14px ;
}

/******************************************sidebar css*************************************/

body {
  background: #fcfcfc !important;
  font-family: "Poppins", sans-serif !important;
}

#main {
  transition: .5s;
  padding: 0;
  margin-left: 250px;
}

.logo img {
  width: 150px;
  margin: auto;
  display: block;
}

.logo {
  margin: 20px 0;
}

.sidenav span {
  margin-right: 12px;
}

.library {
  border-top: 1px solid #e8e8e8;
  padding-top: 22px;

}

.active {
  color: #d32967 !important;
}

.library p {
  text-transform: uppercase;
  margin-left: 46px;
  font-size: 13px;
  color: #999;
}

nav {
  background-color: #fff !important;
  border-bottom: 1px solid #e9e9e9;

}

.form-control:focus {
  box-shadow: none !important;
}

.mainseach input {
  padding-left: 30px;
}

.mainseach i {
  position: absolute;
  left: 6px;
  top: 7px;
}

.maincard {
  background: #fff;
  padding: 80px;
  text-align: center;
  border-radius: 20px;
  font-size: 21px;
  font-weight: 600;
}

.sectioncoloums {
  margin-top: 18px;
}

.image-piggy-bank img {
  width: 50px;
  position: relative;
}

/* .image-piggy-bank{
  position: absolute;
  left: 35%;
  margin-top: 5rem;
} */
.coin-animation {
  position: absolute;
  left: 94%;
  top: 74%;
  z-index: 99999;
}

.animation-main .coin {
  position: absolute;
  display: block;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 94%;
  bottom: 0;
  width: 30px;
}

.cde {
  position: absolute;
}

.animate__shakeY {
  animation: animate__shakeY 1s ease-in-out;
  animation-delay: 0.5s; /* Adjust as necessary */
}

.animation-main .coin2,
.animation-main .coin3,
.animation-main .coin4,
.animation-main .coin5,
.animation-main .coin6 {
  width: 55px;
  animation: coinmove 1s ease-in-out forwards, moveToTopLeft 1.5s 1s ease-in-out forwards;
}

/* Keyframe Animation */
@keyframes coinmove {
  0% {
      transform: translateY(100px) rotate(0deg);
  }
  100% {
      transform: translateY(-100px) rotate(360deg);
  }
}

@keyframes moveToTopLeft {
  0% {
      transform: translateY(-100px) rotate(360deg);
  }
  100% {
      transform: translate(-709px, -408px); 
      opacity: 0;
  }
}

.animation-main .coin2 {
  animation-delay: 0.1s, 1.0s;
}

.animation-main .coin3 {
  animation-delay: 0.2s, 1.1s;
}

.animation-main .coin4 {
  animation-delay: 0.3s, 1.2s;
}

.animation-main .coin5 {
  animation-delay: 0.4s, 1.3s;
}

.animation-main .coin6 {
  animation-delay: 0.5s, 1.5s;
}


.coin {
  bottom: -100px;
  left: 0;
}

.main-index {
  z-index: 999;
}

.main-tep h2 {
  font-size: 60px;
  font-weight: 700;
  text-align: center;
}
/* .half-bg{
  background: linear-gradient(to right, #FFEFD2 0%, #fff 100%) !important;
} */
.main-tep h2{
  color: #000 !important;
}
.progress-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 10px;
  background-color: #e0e0e0;
  border-radius: 10px;
}

.progress-bar {
  position: absolute;
  width: 100%;
  height: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.progress {
  height: 10px;
  background: linear-gradient(to right, red, yellow, green);
  width: 0%; 
  border-radius: 5px;
  transition: width 0.5s ease-in-out; 
}

.step {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #ccc;
}

.step.active {
  border-color: green;
}

.selection,
.btn-back {
  padding: 25px;
  margin: 20px;
  background-color: yellow;
}


/* width */
.bank-select-wrapper::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.bank-select-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.bank-select-wrapper::-webkit-scrollbar-thumb {
  background: #d32967;
  border-radius: 10px;
}

/* Handle on hover */
.bank-select-wrapper::-webkit-scrollbar-thumb:hover {
  background: #d32967;
}

.offer-card-heading h4{
  background: url(../images/shape3.png);
  background-size: cover;
  height: 48px;
  background-repeat: no-repeat;
  width: 34%;
  color: #fff;
  padding: 10px 20px;

}

.frame-width{
  width: 490px;
  height: 230px;
}
.img-loan{
  height: 207px;
}

.animaker-content p{
  font-size: 12px;
}

.animaker-content h3{
  font-size: 22px;
  font-weight: 600;
}

.animation-maker{
  margin-top: 30px;
}


.animakers-animate {
  visibility: hidden; /* Initially invisible */
  opacity: 0;
  transition: opacity 1s ease-in-out; /* Smooth fade animation */

}

.animakers-animate.show {
  visibility: visible;
  opacity: 1; /* This will animate the opacity */
}



/* Apply the animation to the div */
.moving-div {

  position: relative; /* Required for the transform property */
  animation: moveLeftToRight 5s ease-in-out infinite;
  /* 3s is the duration, ease-in-out is the timing function, infinite is loop */
}

/* Apply the animation to the div */
.moving-div2 {

  animation: moveLeftToRight2 7s ease-in-out infinite;
  position: absolute;
  top: 0;

  /* 3s is the duration, ease-in-out is the timing function, infinite is loop */
}

@keyframes moveLeftToRight {
  0% {
    transform: translateX(-500px); /* Start at left */
  }
  100% {
    transform: translateX(1400px); /* End at right */
  }
}
@keyframes moveLeftToRight2 {
  0% {
    transform: translateX(-600px); /* Start at left */
  }
  100% {
    transform: translateX(1500px); /* End at right */
  }
}


.animaker-content {
  margin-top: 40px;
}

.btn-score{
  background: #d32967;
    color: #000;
    padding: 11px 30px;
    line-height: 4;
    text-decoration: none;
    font-weight: 500;
    border-radius: 8px;
    color: #fff !important;
}
.img-dashboard{
  width: 41px;

  padding: 6px;

}

.right-bor{
  border-right: 1px solid #e5e5e5;
  margin-right: 13px;
}

.back-btn-overlap{
  position: fixed;
    bottom: 13px;
    width: 42%;
    background: #fff;
    padding: 0px 20px;
    border-radius: 80px;
    box-shadow: 1px 1px 17px #ededed;
    padding: 12px;
}


/*************************************login right***************************/

.right-section-main{
  background: #fff;
  padding: 34px !important;
  border-radius: 10px;
  box-shadow: 1px 11px 21px #f1f1f1;
}

.bg-logins img{
  width: 260px;
  position: absolute;
  top: -80px;
  left: 28%;
}
.bg-logins .img2{
  width: 90px;
  left: 43%;
  top: -51px;
}



.ribbon {
  position: absolute;
  top: 130px;
  left: 0;
  margin: 0 auto;
  right: 0;
}
.ribbon [class*=ribbon-] {
  margin: 74px auto 0;
  transform-origin: 50% 50%;
  transform: rotate(-8.5deg);
  position: relative;
  z-index: 4;
  width: 287px;
  height: 56px;
}
.ribbon [class*=ribbon-] .inner {
  background: #d32967;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  display: block;
  width: 0;
  height: 100%;
  padding: 11px 0;
  font-size: 1.5em;
  text-shadow: 3px 3px 1px #001b47;
  position: relative;
  z-index: 2;
  transform: skewX(-9deg);
  transition: width 0.12s ease-in-out;
}
.ribbon [class*=ribbon-]:before {
  content: "";
  transform-origin: 0 0;
  transform: rotate(-17.25deg) skewX(-9deg) translateX(158px);
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 4px;
  background: #6c1233 !important;
  z-index: -1;
  transition: all 0.12s ease-in-out 0.7s;
}
.ribbon .ribbon-1 .inner {
  letter-spacing: 9px;
  font-weight: 700;
}
.ribbon.active .inner {
  width: 100%;
}
.ribbon.active .ribbon-1 .inner {
  transition-delay: 0.82s;
}
.ribbon.active .ribbon-1:before {
  width: 158px;
  transform: rotate(-17.25deg) skewX(-9deg) translateX(0);
}
.ribbon .ribbon-2 {
  z-index: 3;
  font-size: 45px;
  width: 451px;
  height: 137px;
  margin-top: 22px;
}
.ribbon .ribbon-2 .inner {
  padding: 19px 0;
}
.ribbon .ribbon-2 .inner:before, .ribbon .ribbon-2 .inner:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  bottom: 14px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAeYAAAALCAYAAACqPi4nAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjEyM0FFRTU0NUUzMTFFNTlDMjdDMEJDMDFCNjlGNDkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjEyM0FFRTY0NUUzMTFFNTlDMjdDMEJDMDFCNjlGNDkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEOUZEM0I5NDQ1QkQxMUU1OUMyN0MwQkMwMUI2OUY0OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2MTIzQUVFNDQ1RTMxMUU1OUMyN0MwQkMwMUI2OUY0OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pm3y348AAAIOSURBVHja7JvhboIwEMfbOZgyQF9h2cPtrfZ8+7APU0RQt7FrciQ3QqHodFT+v+RCc9ikHtX/tUe1GjFVVc3okij/0GRL5ScrT8edkt15OG4zv2cejvuRLPBw3BFZ6OG452y+8UC28HDcAc/xa/FN9k72RvaqSfzMH/EL2RPZMwcyFRMh4YkcKwAAAGC6GAHNyHZke7I1Wcm2Zp+5t+F2Trbltku/TGv9pQeuYGuxTjmjSISAS99CCHwt6l2+JfeNOaMN8PwBAAAMkSgWxIKF7oOvRYdQ5tx26kei+XmNL6JHG+Gqaop1yAIe8hZD7VuJbYc2X73ltuJ7kfAtMZcBAOAqWFeJ3N62CGXp2o9E83grgdJTnymUAEixluIfcVIQdPjq+knM91PhS/hztW+O3yUAYMSi2be6PHn7lkTzgBBDmMeaBEixbtbwkx6frVTQ5sNzBeB22DiuLvu2b8u2fiSae4QYwgwunwDcK3sN31bXt5UKusoHEaINJk524urSafuWRLNEiCHMAAxNAmQNv6+u3ywV9JUPZKlghmiDgeS2VaJyfznIJrBGNAuEGECYwZQTAHNGOVXudX1ZFnApH6RiBwFcnp0QynNWl60CS6KZI8QAwgzA7SQBlzgCGCp/jgUWLUJ5zuryl8CSaG4xywCAMAMw1iTgr44AmutBnfdykBHNDE8FgP/lR4ABABGzGigi55YSAAAAAElFTkSuQmCC") center bottom no-repeat;
  background-size: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out 1.86s;
}
.ribbon .ribbon-2 .inner:before {
  transform-origin: 50% 50%;
  transform: rotate(180deg);
}
.ribbon .ribbon-2:before {
  width: 0;
  left: 11px;
  transform: rotate(-10.25deg) skewX(-9deg) translateX(451px);
  height: 47px;
  transition-delay: 0.94s;
}
.ribbon.active .ribbon-2 .inner {
  transition-delay: 1.06s;
}
.ribbon.active .ribbon-2 .inner:before, .ribbon.active .ribbon-2 .inner:after {
  opacity: 1;
}
.ribbon.active .ribbon-2:before {
  width: 376px;
  transform: rotate(-10.25deg) skewX(-9deg) translateX(0);
}
.ribbon .ribbon-3 {
  z-index: 2;
  font-size: 9px;
  width: 326px;
  height: 55px;
  margin-top: 24px;
}
.ribbon .ribbon-3 .inner {
  color: #e8a713;
  padding: 19px 0;
}
.ribbon .ribbon-3:before {
  width: 0;
  height: 47px;
  left: 11px;
  transform: rotate(-10.25deg) skewX(-9deg) translateX(387px);
  transition-delay: 1.18s;
}
.ribbon .ribbon-3:after {
  content: "";
  transform-origin: 100% 100%;
  transform: rotate(-15.3deg) skewX(9deg) translateX(72px);
  display: block;
  width: 0;
  height: 45px;
  position: absolute;
  bottom: 0;
  right: 4px;
  background: #001b47;
  z-index: -1;
  transition-delay: 1.42s;
}
.ribbon.active .ribbon-3 .inner {
  transition-delay: 1.3s;
}
.ribbon.active .ribbon-3:before {
  width: 387px;
  transform: rotate(-10.25deg) skewX(-9deg) translateX(0);
}
.ribbon.active .ribbon-3:after {
  width: 56px;
  transform: rotate(-15.3deg) skewX(9deg) translateX(0);
}
.ribbon .ball {
  width: 190px;
  height: 190px;
  background: #e8a713;
  border-radius: 95px;
  padding: 85px 20px 0;
  text-align: center;
  color: #001b47;
  border: 10px solid #001b47;
  margin: -87px auto 0;
  position: relative;
  left: 18px;
  z-index: 1;
  transform-origin: 50% 50%;
  transform: rotate(-8.5deg);
}
.ribbon .ball .ball-text {
  font-size: 12px;
  line-height: 1.2;
  text-align: right;
  display: block;
  width: 119px;
}
.ribbon .ball .ball-text strong {
  font-size: 39px;
  font-style: italic;
  display: block;
  margin: 0 auto;
}
.ribbon .fadeLeft {
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.3s ease-in-out 1.56s;
  display: block;
}
.ribbon .fadeRight {
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.3s ease-in-out 1.56s;
  display: block;
}
.ribbon .fadeIn {
  opacity: 0;
  transition: all 0.3s ease-in-out 1.42s;
  display: block;
}
.ribbon.active .fadeLeft,
.ribbon.active .fadeRight {
  opacity: 1;
  transform: translateX(0);
}
.ribbon.active .fadeIn {
  opacity: 1;
}

.logo-login-main .logo-profile{
    width: 200px !important;
    margin: auto;
    display: block;
    margin-top: 30px !important;
}

.gif-img-show img{
  width: 155px !important;
  position: absolute;
  bottom: -7px;
}

.gif-img-show2 img{
  width: 130px !important;
  position: absolute;
  bottom: -7px;
  right: 20px;
}

.coin-master{
  font-size: 30px;


}
.slider-udharee{
  margin-top: 110px;
  
}
.d-block.w-100{
  border-radius: 30px;  height: 350px !important;
  object-fit: cover;
  width: 60% !important;
  float: right;
  margin-right: 110px;
}
.sldier{
  position: absolute;
  top: 100px;
  left: 50px;
}
.sldier h1{
   font-size:61px;
   font-weight: 600;
   color: #000;
}
.sldier h1 span{
  color: #d32967;
}
.sldier p{

font-size: 18px;
color: #fff;
}

.sldier2{
  left: 390px;
  position: absolute;
  top: 99px;
  text-align: center;
}
.sldier2 h1{
  color: #000;
}

.sldier2 p{
  color: #000;
}



@media only screen and (max-width: 360px) and (min-width: 320px){
  .sldier {
    position: absolute;
    top: 60px;
    left: 3px;
    text-align: center;
}
.sldier h1 {
  font-size: 31px;
  font-weight: 600;
  color: #000;
}
.d-block.w-100 {
  border-radius: 30px;
  height: 220px !important;
  object-fit: cover;
  opacity: 0.4;
}
.logo {
  margin: 0;
}
.sldier2 {
  left: 31px;
  position: absolute;
  top: 59px;
  text-align: center;
  width: 330px;
}
.bg-main .col-md-6 {
  height: auto;
  /* margin-top: 50px; */
}
.ribbon.active{
  display:none;
}
.gif-img-show{
  display:none;
}
.gif-img-show2{
  display:none;
}
}
.background-jj{
  background-color: #fff;
}
.font-overlay2{
  font-size: 14px;
}
.offer-text-selected {
  border-top: 1px solid #e3e3e3;
  margin-top: 11px;
  padding-top: 11px;
}
.other-offer p{
  font-size: 16px !important;
  margin: 0 !important;
}
.zoom-in-out-box {
  animation: zoom-in-zoom-out 1s ease-in-out infinite; 
}
@keyframes zoom-in-zoom-out {
  0% {
      transform: scale(0.7, 0.7);
  } 
  50% {
      transform: scale(1, 1);
  } 
  100% {
      transform: scale(0.7, 0.7);
  }
}
@media only screen and (max-width: 480px) and (min-width: 320px){
  .text-container {
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 24px;
    opacity: 0;
    transition: opacity 1s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999;
    background: #fff;
    padding: 17px 0px;
    box-shadow: 1px 1px 30px #d9d9d9;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    width: 80% !important;
    height: auto !important;
}
  #demo:before{
    content:'';
    position:absolute;

    width:100%;
    height: 150px;
    border-radius: 11px;
    background:transparent;
    bottom:0;
}
  .your-coins{
    display: block !important;
  }
  .displaynone-mobile{
    display:block !important;
  }
  .offer-text-selected{
    border-top: 1px solid #e3e3e3;
    margin-top: 11px;
    padding-top: 11px;
  }
  #personalinfoform{

  }
  .navbar{
    padding: 0 4px !important;
    border-radius: 10px !important;
  }
  .bank-select-wrapper{
    margin-bottom: 100px;
    width: 100%;
  }
  .background-jj{
    background-color: transparent;
  }
  .income-select {
    border: 1px solid #ebebeb;
    border-radius: 90px;
    height: 90px;
    width: 90px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: auto;
    background: #fff;
}
  .bank-img{
    background: #fff;
  }
  .sldier {
    position: absolute;
    top: 31%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
.slider-udharee {
  margin-top: 97px;
}
.navbar{
  width: 95% !important;
}
.sldier h1 {
  font-size: 21px;
  font-weight: 600;
  color: #000;
}
.sldier p {
  font-size: 13px;
}
.sldier2 h1 {
  font-size: 21px;
  font-weight: 600;
  color: #000;
}
.sldier2 p {
  font-size: 13px;
}
.d-block.w-100 {
  border-radius: 10px !important;
  height: 179px  !important;
  object-fit: cover;
  opacity: 1;
}
.logo {
  margin: 0;
}
.sldier2 {
  position: absolute;
  top: 31%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.bg-main .col-md-6 {
  height: auto !important;
  /* margin-top: 50px; */
}
.ribbon.active{
  display:none;
}
.gif-img-show{
  display:none;
}
.gif-img-show2{
  display:none;
}
.right-section-main{
  margin-top: 0px;
}
.rew-text h2 {
  font-size: 18px;
  text-align: center;
  margin-top: 11px;
  font-weight: 500;
  width: 80%;
  margin: auto;
}
.text-span {
  font-size: 31px;
  font-weight: 700;
  color: #d32967;
}
.bottom-section{
  height:auto;
}
.rew-text {
  position: static;
  margin-bottom: 22px;
}
.heading-loan {
  border-bottom: 1px solid #f0f0f0;
  padding: 0 0 !important;
}
.bottom-section{
  display:none;
}
.p-50 {
  padding: 0 0px;
}
.income-main {
  padding: 0 0px;
}


.d-show-mobile{
  display: block !important;
}
.pera-slider{
  font-size: 12px;
}
.d-none-mobile{
  display: none;
}
.btn-togl{
  display:block !important;
}
.city-select-option h2 {
  padding: 17px 0 ;
  text-align: center;
}
.heading-loan h2{
  padding: 17px 0 ;
  text-align: center;
  font-size: 18px;
  margin: 0;
}
.city-select-option h2{
  padding: 17px 0;
  font-size: 18px !important;
}
.credit-score-form h1 {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 28px;
  text-align: center;
}
.form-first {
  margin: 0px 0;
  padding: 17px 0;
  border-radius: 20px;
}
.carousel-control-prev, .carousel-control-next{
  display:none !important;
}
.back-btn-overlap {
  position: fixed;
  bottom: 13px;
  width: 97% !important;
  background: #fff;
  padding: 0px 20px;
  border-radius: 80px;
  box-shadow: 1px 1px 17px #ededed;
  padding: 12px;
  left: 6px;
}
.bg-logins{
  display: none;
}
.model-alert .modal-dialog{
  width: 40%;
  margin: auto;
}
.right-section-main{
  padding: 21px !important;
}

.progress{
   background: #d32967 !important;
}
.row.stepper{

}
.row.stepper .col-md-12{
  padding: 0 !important;
}
.progress-container{
  position: absolute !important;
  top: 0 !important;
  width: 100% !important;
  border-radius: 0 !important;
}
.progress-bar{
  border-radius: 0;
}
.progress{
  border-radius: 0 !important;
  height: 9px;
}
.bg-white{
  box-shadow: none !important;
}
body {
  background: #ffffff !important;
}
.bg-white{
  background: transparent !important;
}
.total-reward img {
  width: 24px;
  margin-right: 10px;
}
.total-reward p{
  font-size: 14px !important;
}
.total-reward span{
  font-size: 16px;
}
.udhari-logo img {
  max-width: 140px;
}
.home-dashboard{
  right: 13px;
}
.home-dashboard .dash {
  width: 26px !important;
}
.radio-typ-emp .form-check{
  background: #fff;
  height: 55px;
  align-items: center;
  display: flex;
  padding-left: 35px;
  padding-left: 35px;
  margin-bottom: 14px;
  border-radius: 8px;
  border: 1px solid #d5d5d5;
}
.city-option{
  background: #fff;

}
#city-form{
  margin-bottom: 90px;
}
.background-top{
  position: relative;
}
/* .background-top:before{
  content: '';
  background-color: #d32967;
  position: absolute;
  height: 390px;
  width: 100%;
  top: -96px;
  z-index: -9999999;
  border-radius: 0 0 30px 30px;
} */
.btn-shine {
  padding: 6px 19px !important;
}

@keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 100%;
  }
  100% {
    background-position: 200px;
  }
}

}



.d-show-mobile{
  display: none;
}



.d-show-mobile img{
  width: 60px;
  text-align: center;
  margin: auto;
  display: block;
}
.card-mobile-side{
  margin-bottom: 30px;
  border: 1px solid #e7e7e7;
  padding: 24px 1px;
  border-radius: 10px;

}

/**********************sidebar************************/
.main-sidebar ul{
  padding:0;
  list-style:none;

}


.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 0;
  /* box-shadow: 8px 1px 10px #efefef; */

  border-right: 1px solid #e9e9e9;
}

.sidenav a {
  text-decoration: none;
  font-size: 15px;
  color: #000;
  display: block;
  transition: 0.3s;
  align-items: center;
  display: flex;
  white-space: nowrap;
}

.sidenav a:hover {
  color: #d32967;
}

.sidenav .closebtn {
  position: absolute;
  right: 5px;
  top: -1px;
  width: fit-content;
  font-size: 27px;
}

.accordian-sidebar .accordion-item{
  bordeR:none  !important;

}
.accordion-button:not(.collapsed){
  color: #000 !important;
  background-color: #fff !important;
  box-shadow: none !important;
}
.main-sidebar ul li{
  padding: 16px 20px;
  border-bottom: 1px solid #e1e1e1;
}

.dropdown-product2 ul li a{
  text-decoration: none;
  color: #000;
}
.dropdown-product2 ul li:hover a{
  color: #d32967;
}
.dropdown-product2 ul li{
  text-align: left;
  /* margin-bottom: 13px; */
  border-bottom:none !important;
  padding: 16px 4px;
}
.dropdown-product2 ul{
  list-style:none;
  padding:0;
}
.dropdown-product2{
  background: #fff;



  
  }

  .close-bnt{
    position: absolute;
    right: 0;
    border: none !important;
  }
  .main-sidebar i{
    margin-right:10px;
  }
  .navbar-toggler{
    display:none;
  }
  .btn-togl{
    display:none;
  }


.carousel-control-prev{
  background: #d32967 !important;
  width: 30px !important;
  height: 34px !important;
  padding: 4px !important;
  top: 50% !important;
  opacity: 1 !important;
  border-radius: 5px !important;
}
.carousel-control-next{
  background: #d32967 !important;
  width: 30px !important;
  height: 34px !important;
  padding: 4px !important;
  top: 50% !important;
  opacity: 1 !important;
  border-radius: 5px !important;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px !important;
  height: 10px !important;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #004fd1 !important;
  background-clip: padding-box;
  border: 0;
  border-top: none !important; 
   border-bottom: none !important; 
  opacity: .5;
  transition: opacity .6s;
  border-radius: 50px !important;
}

.support-icons img{
  width: 31px;
}
.support-icons p{
  margin:0;
  font-weight: 500;
}
.support-icons a{
  color: #fff ;
  text-decoration: none;
}
.support-icons{
  max-width: fit-content;
  background: #d32967;
  padding: 11px 20px;
  /* border: 1px solid #998; */
  border-radius: 60px;
  box-shadow: 1px 1px 10px #0000002e;
  position: fixed;
  right: 18px;
  bottom: 64px;
  z-index: 999;
}

footer{
  width: 100%;
  position: fixed;
  bottom: 0;
  /* margin-top: 70px; */
  z-index: 999;
}

.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none !important;
}
.city-option img{
  mix-blend-mode: multiply;
}
.text-dark{
  white-space: nowrap;
}


.other-offer{
    width: 100% !important;
    padding-left: 19px !important;
}
.container.mt-main{
  padding-left: 11px !important;
}
.img-section{
  text-align:center;
}
.dropdown-product2{
  margin-top: 14px;
  margin-left: 16px;
}


.selected {
  background-color: #d329670f !important;
  border: 1px solid #d32967 !important;
}



.font-overlay{
  text-align: center;
  margin: 0;
  font-size: 14px;
  margin: 6px 0;

}

.text-container {
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 24px;
  opacity: 0;  /* Initial opacity set to 0 (hidden) */
  transition: opacity 1s ease;  /* Smooth transition for opacity */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999999;
  background: #fff;
  padding: 17px 0px;
  box-shadow: 1px 1px 30px #d9d9d9;
  border-radius: 10px;
  text-align: center;    overflow: hidden;
  width: 40%;
  height:320px;
}
.text-container:before{
  content: '';
  position: absolute;
  background-color: #993c6a29 !important;
  height: 400px;
  width: 400px;
  border-radius: 430px;
  left: -110px;
}
/* Optional: To make the text disappear completely after animation */
.hide {
  display: none;
}
.celebartion-img{
  width: 70%;
}
.text-container h4{
  font-size: 25px;
  margin-top: 10px;
  font-weight: 600;
  text-align: left;
  color: #000;
}
.main-btyn{
  text-decoration: none;
  color: #fff;
  background-color: #d32967;
  font-size: 14px;
  padding: 2px 20px;
  border-radius: 8px;
  line-height: 3;
  text-align: center;
  margin-right: auto;
  display: block;
}
.text-container p{
  font-size: 12px;
  color: #4c4c4c;
  text-align: left;
}

   
.graph-container {
  width: 500px;
}

#area-chart, #donut-chart {
  margin-top: 20px;
}
.imgbm4{
  position: absolute;
  bottom: 156px;
}
.imgbm4 img{
  width:100%;
}

.animated-cyuu {
  position: absolute;
  left: 0;
  bottom: 240px;
  z-index: 9999999;
  /* -webkit-transform: scaleX(-1); */
  /* transform: scaleX(-1); */
  animation: car-animation 10s linear infinite;
  width: 70px;

}
  
.animated-cyuu2 {
  width: 240px !important;
  position: absolute;
  right: 0;
  bottom: 209px;
  z-index: 9999999;

  animation: car-animation2 10s linear infinite;
}
.animated-cyuu3 {
  position: absolute;
  left: 0;
  bottom: 199px;
  z-index: 1;
  width: 237px !important;
  animation: car-animation3 15s linear infinite;
  width: 360px !important;
  /* -webkit-transform: scaleX(-1); 
   transform: scaleX(-1); */
}
  
@keyframes car-animation {
  0% {
    left: -40%;
  }
  75% {
    /* The car will stop at 75% of the animation duration */
    left: 55%;
  }
  100% {
    left: 100%;
  }
}


@keyframes car-animation2 {
  0% {
    right: -40%;
  }
  75% {
    /* The car will stop at 75% of the animation duration */
    right: 55%;
  }
  100% {
    right: 100%;
  }
}


@keyframes car-animation3 {
  0% {
    left: -120%;
  }
  100% {
    left: 100%;
  }
}
.other-offer p{
  margin: 0;
  font-size: 18px;
  color: #000;
  margin-bottom: 8px;
}
.amount-loan h3 span{
  font-size: 17px;
  margin-left: 7px;
  color: #939393;
}


input[type=radio] {
  accent-color: #d32967;
}
input[type=checkbox] {
  accent-color: #d32967 !important;
}

input[type=range] {
  accent-color: #d32967;
}

.form-check-input:checked {
  background-color: #d32967  !important;
  border-color: #d32967  !important;
}
.form-check-input:focus{
  box-shadow: none !important;
}
.nav-orange .nav-link{
  background: transparent !important;
}
.your-coins{
  display: none;
}
.progress{
  background: #d32967 !important;
}
.btn-signin-mob{
  margin-left: auto;
  margin-right: 12px;
}
.btn-signin-mob a{
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
}
.btn-signin-mob{
  display: none;
}
.btn-sign-out{
  text-decoration: none;
  font-size: 15px;
  color: #000;
  display: block;
  transition: 0.3s;
  align-items: center;
  display: flex;
  white-space: nowrap;
  background: transparent;
  border: none;
  font-family: "Poppins", sans-serif !important;

}

#personalinfoform{
  margin-bottom: 80px;
}


.button-fil{
  background: #d32967;
    width: 100%;
    border: none;
    padding: 10px;
    border-radius: 6px;
    color: #Fff;
    font-weight: 600;
}

.rating-star{
  text-align: center;
  margin: 6px 0;
}

.compare-cards{
  text-align: center;
  margin: 6px 0;
}
.details-section p{
  font-size: 10px !important; 
  margin: 5px 0 ;
  white-space: nowrap;
}


.main-slider-close{
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 20px;
  color:#000;
  z-index: 99999;
}
.box-shui{
  box-shadow: none !important;
  height: 90px !important;
  padding: 30px;
  /* background: #fcfcff !important; */
  padding: 6px;
}
.box-shui img{
  width: 37% !important;
  margin: auto;
  margin-bottom: 0;
  padding: 0px !important;
  height: 80px;
}

.radio-typ-emp .form-check:hover {
  background-color: #e9eff6;
}

.radio-typ-emp .form-check-input {
  margin-right: 15px;
}

.radio-typ-emp .form-check-label {
  margin-bottom: 0;
  cursor: pointer;
  flex: 1;
}

/* Ensuring the radio button remains clickable */
.radio-typ-emp input[type="radio"] {
  cursor: pointer;
}

.offer-select-banner{
  background-color: #fff;
  padding: 20px;
  border-radius: 11px;
  height: 80vh;
  background-image: url(../images/coins-mian.png);
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 4px 1px 16px #f1f1f1;
  background-size: cover;
}
.offer-select-banner h3{
  font-size: 35px;
  font-weight: 600;
  color: #000;    text-shadow: 1px 1px 10px #b5b5b5;
  font-family: "Playwrite GB S", cursive !important;
}





