.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;
}

#statistic-1 .col.sec-1 {
  border-top-left-radius: 10px;
  background: #2a9999;
  border-bottom-left-radius: 10px;
}

#statistic-1 .col.sec-2 {
  background: #228688;
}

#statistic-1 .col.sec-3 {
  background:#2a9999;
}

#statistic-1 .col.sec-4 {
  background: #228688;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;

}
@media screen and (max-width:767px) {
  #statistic-1 .col.sec-1{
        border-bottom-left-radius: 0px !important;
  }
  #statistic-1 .col.sec-3{
    border-bottom-left-radius: 10px !important;
  }
  
#statistic-1 .col.sec-2{
  border-top-right-radius: 10px !important;
}
#statistic-1 .col.sec-4{
    border-top-right-radius: 0px !important;
}
}