.frontImage {
  background-image: url(/img/bg.jpg);
  background-size: cover;
  margin-top: 80px !important;
  height: 680px;
}
.frontImgTxt {
  color: #fff;
  margin-top: 180px !important;
}
/* arrows */
.col1 {
width: 40px !important;
}
.active-pointer {
width: 250px;
height: 50px;
padding-left: 30px !important;
padding-top: 12px !important;
background: #176361;
position: relative;
color: #fff;
font-size: 15px;

&:after {
  content: '';
  position: absolute;
  left: 0; bottom: 0; width: 0; height: 0;
  border-left: 25px solid #fff;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}

&:before {
  content: '';
  position: absolute;
  right: -24px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 25px solid #176361;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
}
.arrow-pointer {
width: 250px;
height: 50px;
padding-left: 30px !important;
padding-top: 12px !important;
background: #999;
position: relative;
color: #fff;
font-size: 15px;

&:after {
  content: '';
  position: absolute;
  left: 0; bottom: 0; width: 0; height: 0;
  border-left: 25px solid #fff;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}

&:before {
  content: '';
  position: absolute;
  right: -24px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 25px solid #999;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
}

/* Form 1 */
.info {
  max-width: 65vw !important;
}
.capital {
  font-size: 50px;
}
.topInfo h5{
  color: #999 !important;
  line-height: 30px;
}
.btnNext {
  width: 100%;
  height: 60%;
  background-color: #176361 !important;
  color: #fff !important;
}
/* Form2 */
.dataC {
  height: 400px;
}
.fCheck {
    display: flex !important;
    flex-direction: row !important;
}
.datepicker {
    margin-top: 80px !important ;
}
.radio {
  display: flex;
}
.radioBtn {
  margin-left: 10px;
}
.customerType {
  margin-top: 30px !important;
  margin-bottom: 30px;
}
.btns {
  padding-left: 480px;
}
.formBtn{
  font-size: 20px !important;
  width: 150px  !important;
  height: 40px !important;
  margin-left: 10px;
  background-color: #176361 !important;
  color: #fff !important;
}
/* Form 3 */
.image-preview{
  position: relative;
  display: inline-block;
}

.remove-image {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  background-color: #ff0000;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}

.image-preview img{
  width: 80px !important;
  height: auto;
  margin: 8px;
}
.uploadImg {
  font-size: 20px !important;
  cursor: pointer;
  height: 40px !important;
  border-radius: 5px;
  background-color: #176361 !important;
  color: #fff;
}
/* Form 4 */
.media-preview {
  position: relative;
  display: inline-block;
}
.media-preview img{
  width: 100px !important;
  height: 100px !important;
  margin: 10px;
}
video {
  width: 100px !important;
  height: 100px !important;
  margin: 10px;
}

.remove-media {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  background-color: #ff0000;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
/* Display */
.form-container {
  display: none;
}

.active-form {
  display: block;
}
/* Popup Styles */
  .popup {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: #fff;
      padding: 20px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      z-index: 9999;
      display: none;
  }

  .popup-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 9998;
      display: none;
  }

  .popup-close {
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer;
  }


    /********************************************************************** MOBILE */
@media screen and (max-width: 960px) { 
  .frontImage {
    height: 200px;
}
.frontImgTxt {
  color: #fff;
  margin-top: 20px !important;
}
.frontImgTxt p,
.frontImgTxt h1,
.frontImgTxt h4 {
  width: 60vw !important;
  font-size: xx-small !important;
}
  .btns {
    padding-left: 20px !important;
    margin-top: 20px;
  }
  .dataC {
    height: 600px;
  }
  .active-pointer,
  .arrow-pointer {
    display: none;
  }
}