.steps {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  overflow-x: auto;
}
.steps .step:first-child {
  margin-left: auto;
}
.steps .step:last-child {
  margin-right: auto;
}

.step:first-of-type .step-circle::before {
  display: none;
}
.step:last-of-type .step-content {
  padding-right: 0;
}

.step-content {
  box-sizing: content-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 5rem;
  min-width: 5rem;
  max-width: 5rem;
  padding-top: 0.5rem;
  padding-right: 1rem;
}

.step-circle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  color: #adb5bd;
  border: 2px solid #adb5bd;
  border-radius: 100%;
  background-color: #fff;
}
.step-circle::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -2px;
  width: calc(5rem + 1rem - 1.5rem);
  height: 2px;
  transform: translate(-100%, -50%);
  color: #adb5bd;
  background-color: currentColor;
}

.step-text {
  color: #adb5bd;
  word-break: break-all;
  margin-top: 0.25em;
}

.step-active .step-circle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.step-active .step-circle::before {
  color: #007bff;
}
.step-active .step-text {
  color: #007bff;
}

.step-error .step-circle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.step-error .step-circle::before {
  color: #dc3545;
}
.step-error .step-text {
  color: #dc3545;
}

.step-success .step-circle {
  color: #28a745;
  background-color: #fff;
  border-color: #28a745;
}
.step-success .step-circle::before {
  color: #28a745;
}
.step-success .step-text {
  color: #28a745;
}

.partner-item {
  height: 120px;
  padding: 10px;
  background-size: 120px !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
@media only screen and (max-width: 1400px) {
    .slider-item {
		 background-image: url("../img/back.jpg")!important;
    }
}
.slider-item {
  height: 500px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.error {
  border-color: #ff0000;
}

.dropdown:hover .dropdown-menu {
    display: block;
}
.ecBtnIcon {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.ecBtnIcon span {
  font-size: 24px;
}
.ecBtnIcon span:hover {
  cursor: pointer;
  color: #28a745;
}
.ecBtn {
  display: flex;
  justify-content: center;
  gap: 7px;
}
.ecBtn span {
  width: 50px;
  text-align: center;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 13px;
  font-weight: normal;
  border-radius: 5px;
}
.madde p {
  margin-bottom: 5px;
}
.madde i {
  font-size: 6px;
  width: 12px;
  height: 12px;
  line-height: 12px;
}

@media (max-width: 768px) {
  .mobimg img {
    width: 250px !important;
  }
  .mobimg {
    text-align: left !important;
    margin-bottom: 20px;
  }
  .rate-list h2 {
    font-size: 24px;
  }
}


.slider-holder {
	display: block !important;
	background: url('bg.jpg') center center no-repeat;
	background-size: cover;
	position: relative;
	height: 500px;
}

.eform {
    width: 400px;
    border-radius: 6px;
    z-index: 10;
    /* right: 300px; */
    /* top: 30px; */
    /* position: absolute; */
}

@media (max-width: 768px) {
    .eform {
        width: unset;
        left: 30px;
        right: 30px;
    }
}

.tab-link {
	flex: 1;
	border: 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	padding: 8px;
}
.tab-link.active {
	background: #34a853;
	color: #fff
}
.tab-content {
	background: rgba(255,255,255, 0.8);
	padding: 15px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.form-switch .form-check-input {
	height: 27px !important;
	width: 40px;
	min-height: unset !important;
}
.form-check-input:checked {
    background-color: #34a853;
    border-color: #34a853;
}

.tab-content .form-control,
.tab-content .form-select  {
	height: 37px !important;
	padding: 6px !important;
	min-height: unset !important;
}

button.btn {
	padding: 7px 15px !important;
}
.search-btn {
	padding: 0 !important;
}
.form-check-input {
	height: 1.5em !important;
	width: 1.5em !important;
	min-height: unset;
}
#clearSign {
	padding: 3px !important;
	color: #ccc;
	cursor: pointer;
}