.navbar-dark .wsmenu>.wsmenu-list>li>a.h-link {
  color: #353f4f;
}

.navbar-dark .wsmenu-list>li>a.h-link:hover {
  color: #181818 !important;
}

.navbar-dark.white-scroll .scroll .wsmenu-list>li>a.h-link:hover {
  color: #1d222f !important;
}

.navbar-dark .logo-black {
  display: none;
}

.navbar-dark .logo-white {
  display: block;
}

.tra-menu.navbar-dark .scroll .logo-black {
  display: block;
}

.tra-menu.navbar-dark .scroll .logo-white {
  display: none;
}

.role-box span,
.role-box p {
  color: #000 !important
}

.tra-menu.navbar-dark .btn--purple-500 {
  border-color: #3a3189 !important;
  background-color: #3a3189 !important;
}

.tra-menu.navbar-dark .btn--purple-500:hover {
  color: #fff !important;
  border-color: #fff !important;
  background-color: transparent !important;
}

.tra-menu.navbar-dark .scroll .btn--purple-500 {
  border-color: #3a3189 !important;
  background-color: #3a3189 !important;
}

.tra-menu.navbar-dark .scroll .btn--purple-500:hover {
  color: #353f4f !important;
  border-color: #353f4f !important;
  background-color: transparent !important;
}

@media(max-width: 991px) {
  .navbar-dark .wsmenu>.wsmenu-list>li>a.h-link {
    color: #666;
  }
}

.myModal .modal-content {
  border-radius: 12px !important;
}

.calc-text-heading {
  margin-bottom: 2px !important;
}

.comment-form {
  margin-top: 25px !important;
}

.comment-form .form-control {
  margin-bottom: 5px !important;
}

#loanamountslider,
#loaninterestslider,
#loantermslider {
  top: 15px !important;
}

#loanterm {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

#loanmonths,
#loanyears {
  height: 24px !important;
}

#loanmonths {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

#emitotalamount {
  padding: 0 15px !important;
}

.input-group-text {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.custm-box,
.months-input {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.months-input {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.months-input span.s-14 {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .emi-details-response {
    border-left: 1px solid #e3e3e3;
  }

  .emi-details {
    padding-left: 25px !important;
  }

  #loaninterest,
  #loanamount {
    width: 115px !important;
    flex: 0 0 115px !important;
  }

  #loanterm {
    width: 60px !important;
    flex: 0 0 60px !important;
  }
}

.cbox-2-ico {
  border: 2px solid #55ad82 !important;
}

.emi-apply-btn {
  width: 80%;
}

.emi-apply-btn:hover {
  color: #fff !important;
}

.section-id {
  margin-bottom: 10px !important;
}

.main-heading {
  margin-bottom: 60px !important;
}

.type1 {
  margin-bottom: 15px !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #ffffff !important;
  border: 5px solid #0e5281 !important;
}

.ui-widget-header {
  background: #252525 !important
}

.input-group-text {
  color: #252525 !important;
  background-color: #f4f4f4 !important;
}

.custm-box,
.custm-box-2 {
  color: #252525 !important;
  background-color: #f4f4f4 !important;
}

.company {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.company.visible {
  display: block;
  opacity: 1;
}

.ui-slider-horizontal {
  height: 0.35rem !important;
}

.bc-1-wrapper {
  padding: 80px 80px
}

.emi-details .card {
  border-radius: 10px;
}

.emi-details .card-body {
  padding: 2rem;
}

.emi-details .btn-info {
  background-color: #17a2b8;
  border-color: #17a2b8;
}

@media (max-width: 767px) {
  .d-my-none {
    display: none !important;
  }

}

.order-summary {
  max-width: 420px;
  padding: 20px 0;
}

.order-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  font-size: 14px;
  color: #444;
}

.order-header {
  font-weight: 600;
  color: #777;
  padding-bottom: 10px;
}

.order-discount span:last-child {
  color: #d32f2f;
}

.order-divider {
  margin: 14px 0;
  border-top: 1px dashed #ccc;
}

.order-total {
  font-size: 16px;
  font-weight: 700;
  color: #1d1d1d;
}

/* Ribbon container */
.corner-ribbon {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  overflow: hidden;
}

/* Ribbon text */
.corner-ribbon::before {
  content: attr(data-offer);
  position: absolute;
  top: 22px;
  right: -38px;
  width: 160px;
  padding: 8px 0;
  background: #e53935;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  transform: rotate(45deg);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  letter-spacing: 1px;
}

@media screen and (max-width:991px) {
  .hero-section {
    min-height: auto !important;
  }
}

#join-our-team .role-box:hover span,
#join-our-team .role-box:hover p,
#join-our-team .role-box:hover h5 {
  color: #fff !important;
}



@media screen and (min-width:768px) {
  .personal-details-form {
    min-height: 100vh;
  }

  .integrations-section .owl-carousel .owl-item img {
    padding: 0 15px !important;
  }
}

@media screen and (max-width:767px) {
  .personal-details-form {
    padding-top: 125px;
  }

}

#features-6 .fbox-8:before {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  background: #fff9db;
  border-radius: 50%;
  top: unset;
  bottom: -40px;
  right: -40px;
}

#features-6 .fbox-8 .shape-ico {
  top: unset;
  right: 13px;
  bottom: 15px;
  position: absolute;
}

@media screen and (max-width:550px) {
  #features-6 .fbox-8:before {
    width: 115px !important;
    height: 120px !important;
  }

  #features-6 .fbox-8 .shape-ico {
    right: 7px;
    bottom: 12px;
  }
}

#statistic-1 .statistic-5-wrapper {
  background-image: url(../images/bg-03.jpg);
  position: relative;
  background-size: cover;
  border-radius: 12px;
}


#statistic-1 .statistic-5-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: rgba(30, 34, 40, .4);
}

.card-left,
.contact-form-left {
  background: linear-gradient(270deg, #0db02b1a, #fff9dd);
}

#features-6 .fbox-8:hover {
  background: linear-gradient(270deg, #0db02b1a, #fff9dd);
}

.features-card:hover {
  background: linear-gradient(270deg, #0db02b1a, #fff9dd);
}

#statistic-1 {
  margin-top: -90px;
}

.review-avatar {
  margin-top: -90px;
}


/* process step */

.simple-process-section {

  background: linear-gradient(135deg, #f5fbf8, #eef7f3);
}



.simple-process-section .process-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  gap: 20px;
  flex-wrap: wrap;
}

.simple-process-section .process-wrapper::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 8%;
  width: 84%;
  height: 4px;
  background: linear-gradient(to right, #3480f7, #00b85c);
  z-index: 0;
}


.simple-process-section .process-step {
  width: 200px;
  text-align: center;
  position: relative;
  z-index: 2;
}


.simple-process-section .step-circle {
  width: 60px;
  height: 60px;
  background: #fff;
  border: 3px solid #3480f7;
  color: #3480f7;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 24px;
  font-weight: 700;

  margin: auto auto 20px;

  box-shadow:
    0 10px 25px rgba(0, 146, 69, .10);

  transition: .4s ease;
}

.simple-process-section .process-step.active .step-circle {
  background: linear-gradient(135deg, #3480f7, #3480f7);
  color: #fff;
  border: 3px solid #3480f7;
}


.simple-process-section .process-step:hover .step-circle {
  transform: translateY(-8px) scale(1.08);
  box-shadow:
    0 20px 35px rgba(0, 146, 69, .20);
}


.simple-process-section .process-step h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.simple-process-section .process-step p {
  color: #1e1e1e;
  line-height: 1.7;
  margin: 0;
}


@media (max-width:1199px) {

  .simple-process-section .process-step {
    width: 180px;
  }

}


@media (max-width:991px) {

  .simple-process-section .process-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }


  .simple-process-section .process-wrapper::before {
    display: none;
  }


  .simple-process-section .process-step {
    width: calc(50% - 20px);
    background: #fff;
    padding: 30px 20px;
    border-radius: 25px;

    box-shadow:
      0 10px 30px rgba(0, 0, 0, .05);
  }


}


@media (max-width:767px) {

  .simple-process-section .process-wrapper {
    flex-direction: column;
    gap: 20px;
  }


  .simple-process-section .process-step {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    text-align: left;
    gap: 18px;
    padding: 20px;
    flex-wrap: wrap;
  }


  .simple-process-section .step-circle {
    min-width: 70px;
    width: 70px;
    height: 70px;
    margin: 0;
    font-size: 20px;
  }


  .simple-process-section .process-step h4 {
    font-size: 20px;
    margin-bottom: 6px;
  }


  .simple-process-section .process-step p {
    font-size: 14px;
    line-height: 1.6;
  }
}


@media (max-width:480px) {

  .simple-process-section .process-step {
    padding: 18px;
  }


  .simple-process-section .step-circle {
    min-width: 50px;
    width: 50px;
    height: 50px;
    font-size: 18px;
  }


  .simple-process-section .process-step h4 {
    font-size: 18px;
  }
}