.bespoke-jewellery-slider {
  	display: flex;
  	border-radius: 10px;
  	overflow: hidden;
  	align-items: center;
  }
	  .bespoke-jewellery-slider .image-side {
    	width: 60%;
    	max-width: 100%;
    }
    .bespoke-jewellery-slider .image-side img {
      width: 400px;
      height: auto;
      object-fit: cover;
    }
    .bespoke-jewellery-slider .steps {
    	padding: 20px;
    	max-width: 40%;
    }
    .bespoke-jewellery-slider .steps h2 {
      margin-bottom: 20px;
    }

    .bespoke-jewellery-slider .step {
      display: flex;
      align-items: flex-start;
      position: relative;
      margin-bottom: 0px;
      opacity: 0.3;
      transition: opacity 0.3s ease;
      cursor: pointer;
    }
    .bespoke-jewellery-slider .step.active,
    .bespoke-jewellery-slider .step.completed {
      opacity: 1;
    }

    .bespoke-jewellery-slider .step.active .step-title {
      font-weight: bold;
    }

    .bespoke-jewellery-slider .dot-line {
      position: relative;
      margin-right: 15px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .bespoke-jewellery-slider .dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #ccc;
      z-index: 1;
    }

    .bespoke-jewellery-slider .line {
      width: 2px;
      height: 100px;
      background-color: #ccc;
      flex-grow: 1;
    }

    .bespoke-jewellery-slider .step.active .dot,
    .bespoke-jewellery-slider .step.completed .dot {
      background-color: #182649;
    }

    .bespoke-jewellery-slider .step.active .line,
    .bespoke-jewellery-slider .step.completed .line {
      background-color: #182649;
    }

    .bespoke-jewellery-slider .step-title {
      font-weight: normal;
    }
	  .bespoke-jewellery-slider .image-side img {
	width: 100%;
	border-radius: 20px;
}
.step-title1 {
	font-family: "Cabin", Sans-serif;
	font-size: 20px;
	font-weight: 400 !important;
	color: #000000;
}
.step-title {
	font-family: "DM Serif Display", Sans-serif;
	color: #000;
	font-size: 30px;
}
#stepList h2 {
	font-size: 40px;
	margin-bottom: 38px;
}

@media (min-width:768px) and (max-width:1140px){
 .step-title1 {
	font-size: 15px;
	line-height: 15px;
} 
.step-title {
	font-size: 20px;
}
#stepList h2 {
	font-size: 23px;
	margin-bottom: 20px;
}
.bespoke-jewellery-slider .line {
	height: 61px;
}
}

@media (max-width: 767px) {
    #stepList h2 {
	font-size: 20px;
	margin-bottom: 20px;
}
.step-title1 {
	font-size: 13px;
	line-height: 13px;
}
.step-title {
	font-size: 15px;
	line-height: 20px;
}
.bespoke-jewellery-slider .line {
	height: 53px;
}
.bespoke-jewellery-slider .steps {
	padding: 20px;
	max-width: 100%;
	/* width: 50%; */
}
}




/*************************override the JavaScript functionality(FiboSearch - AJAX Search)*********************/
.fibo_mobile_searchPopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 19%;
    background: rgba(0, 0, 0, 0.7); /* Transparent background */
    display: none; /* Hidden by default */
    justify-content: center;
    align-items: flex-start;
    z-index: 9999;
    padding-top: 24%;
    overflow-y: auto;
}

/* Popup content */
.fibo_mobile_searchPopup-content {
    border-radius: 8px;
    padding: 20px;
    width: 90%;
    max-width: 500px;
    text-align: center;
    position: relative;
}

/* Close button */
.fibo_mobile_searchPopup-close {
  position: absolute;
  top: -6px;
  right: 5px;
  background-color: #50C878;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #fff !important;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  padding: 0;
  font-size: 24px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

/* Search icon button */
.fibo_mobile_search-icon-trigger {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #333;
}

@media (max-width: 768px) {
    .fibo_mobile_searchPopup-content {
        width: 95%;
        padding: 6px;
    }
}



@media (min-width: 768px) and (max-width: 1024px){
.fibo_mobile_searchPopup {
  padding-top: 11%;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  top: 21px !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  background: transparent !important;
  padding: 10px;
  border-radius: 10px;
}
.fibo_mobile_searchPopup-close {
  top: 3px;
  right: 19px;
}
.fibo_mobile_searchPopup {
  height: 24%;

}
}

@media (max-width: 767px) {
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  top: 4px !important;
}
.fibo_mobile_searchPopup {
  padding-top: 14%;
}
}

/*************************override the JavaScript functionality(FiboSearch - AJAX Search)*********************/