.playfair-display {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.open-sans-font {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
}

.momo-trust-display-regular {
  font-family: "Momo Trust Display", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.abril-fatface-regular {
  font-family: "Abril Fatface", serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}




.slide-sec h2 {
  color: #111;
}

.about {
  background: url("../img/light-bg.jpg") 0 0 no-repeat;
  background-size: cover; min-height: 980px;
}
.about-info {
  background: rgba(255,255,255,0.8);
  padding: 34px;
  text-align: center;
  border-radius: 10px;
}
.icon-wrap,
.icon-wrap svg,
.icon-wrap h3,
.icon-wrap a {
  color: #111;
}

.plan-info {
	
  display: flex;
  flex-direction: column; 
  align-items: center;
  margin: 0px 0 0 0;
  border: 1px solid #ddd;
  padding: 20px; 
  background: rgba(255,255,255,0.8);
}
.plan-info h5 {
  font-size: 16px; text-transform: uppercase;
  font-weight: 300;
}
.plan-info h3 {
  font-size: 26px;
  font-weight: 600;
}

.cs-outline-btn {
  border: 1px solid #ccb596;
  background: #111;
  padding: 10px 20px;
  font-size: 18px;
  color: #fff;
}

.cs-outline-btn:hover {
  border: 1px solid #ccb596;
  background: #ccb596;
  color: #fff;
}

.footer {
  
}

.texpert {
  text-align: center;
  font-size: 50px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #111;
}

.info-strip {
  background-color: #ccb596; /* blue bar */
  color: #111;
}
.info-strip .label-top {
  font-weight: 700;
  font-size: 1.3rem;color: #111;
}
.info-strip .label-bottom {
  font-size: 0.9rem;
  opacity: 0.85;color: #111;
}
.btn-whatsapp {
  background-color: #228B22;
  border: none;
  font-weight: 600;
  padding: 0.6rem 1.6rem;
  border-radius: 0.5rem;
}
.btn-whatsapp i {
  margin-right: 0.4rem;
}

#expert {
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
}

/****/

#container {
  max-width: 550px;
}

.step-container {
  position: relative;
  text-align: center;
  transform: translateY(-43%);
}

.step-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #007bff;
  line-height: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  cursor: pointer; /* Added cursor pointer */
}

.step-line {
  position: absolute;
  top: 16px;
  left: 50px;
  width: calc(100% - 100px);
  height: 2px;
  background-color: #007bff;
  z-index: -1;
}

#multi-step-form {
  overflow-x: hidden;
}


.amin-box {
  background: #f8f8f8;
  padding: 15px;
  border-radius: 350px;
  width: 100%;
  height: auto;
  display: flex; transition: 1s; 
  align-items: center;
  justify-content: center;margin:0 auto 10px;border:1px solid #ccb596;
}

.amin-box:hover{ border:2px solid #ccb596; transform: translateY(-5px) ; }

.amin-box h2 {
  font-size: 16px;
   font-family: Poppins!important;
  margin-left: 15px;
}


.amin-box img {
  height: 40px;
}

.form-check-input:checked {
  background-color: #111;
  border-color: #111;
}