@media only screen and (max-width: 767px) {
   
.opectionsBoxs {
    margin-bottom: 10px !important;
}
.option-group {
    flex-wrap: wrap !important;
}
.track-main-2 {
    min-width: 100%;
}
.form-group {
    margin-bottom: 18px !important;
    position: relative;
}
.wrapper {
    padding: 21px 27px !important;
}
.main-raised {
    margin: 60px auto 0px !important;
}
.appImg {
    text-align: center;
    margin-top: 36px;
    /*border-bottom: solid 4px #686e81;*/
}
}

.funnelMain {
    padding-top: 120px;
}
.appImg img {
    max-width: 281px;
    width: 100%;
}

 .progress-container {
    width: 100%;
    background: #686e81;
    border-radius: 0;
    overflow: hidden;
    height: 4px;
}

.wrapper {
    padding: 38px 54px;
}

    .progress-bar {
      height: 10px;
      width: 0%;
      background: #ff8f05;
      transition: width 0.4s ease;
    }

    .form-step {
      display: none;
    }

    .form-step.active {
      display: block;
    }

    .buttons {
      margin-top: 20px;
      display: flex;
      justify-content: space-between;
    }

    button {
      padding: 10px 20px;
      background: #4CAF50;
      border: none;
      color: white;
      cursor: pointer;
      border-radius: 5px;
    }

    button:disabled {
      background: #ccc;
    }

    .bg-accent-horz-bottom-left {
    /* display: none; */
    background: #26272B url(../graphics/bg-accent-horz-bottom-left.png) left bottom no-repeat;
    background-size: 0;
}

 .option {
    background: #46484d;
    border: 1px solid #68696f;
    border-radius: 12px;
    padding: 1rem;
    text-align: center;
    transition: 0.3s;
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 14px;
    color: #fff;
    &:hover{ 
    border: 1px solid #f28705; 
    }
}
 

.opectionsBoxs {
    margin-bottom: 18px;
}

    .option:hover {
      border-color: #f28705;
      box-shadow: 0 0 10px rgba(0, 123, 255, 0.1);
    }

    .option input {
      display: none;
    }

    .option svg {
      width: 40px;
      height: 40px;
      margin-bottom: 0.5rem;
      fill: #ffffff;
    }

    .option label {
      display: block;
      font-size: 14px;
      font-weight: 500;
      color: #333;
      cursor: pointer;
    }

 option input:checked + svg {
      fill: #f28705 !important;
    }

     

    .option.checked {
    border: 2px solid #f28705 !important;
    color: #f28705; 
}
.option.checked svg {
                  fill: #f28705 !important;
                  transition: fill 0.2s;
               }

 .option-group {
  display: flex;
  gap: 10px;
} 

.flex-wrap {
  flex-wrap: wrap;
}

.track-option { 
  cursor: pointer;
  transition: all 0.3s ease;
  background: #46484d;
    border: 1px solid #68696f;
    border-radius: 12px;
    padding: 1rem;
    text-align: center;
    transition: 0.3s;
    cursor: pointer;
    width: 100%;
    gap: 15px;
    font-size: 14px;
    color: #fff;
    
}

.track-option:hover {
  border-color: #ff7a00;
  box-shadow: 0 0 10px rgba(255, 122, 0, 0.1);
}

.track-main {
  width: 112px;
    height: 112px;
     display: flex;
    align-items: center;
    justify-content: center;
}

label.track-option svg {
    width: 40px;
    fill: #ffffff;
    margin-bottom: 2px;
}

.track-option input {
  display: none;
}

.option-content { 
  align-items: center;
  gap: 15px;
}

.option-content img {
  width: 40px;
  height: 40px;
  filter: brightness(0) invert(1);
}

.option-content span {
  font-size: 18px;
  color: #ffffff;
}

.track-option input:checked + .option-content {
  color: #ff7a00;
}

.track-option input:checked ~ .option-content span {
  color: #ff7a00;
}

.track-option input:checked ~ .option-content img {
  filter: brightness(0) saturate(100%) sepia(90%) hue-rotate(10deg) saturate(300%) brightness(110%);
}

.track-option input:checked + .option-content,
.track-option:has(input:checked) {
  border-color: #ff7a00;
}

.track-option input:checked ~ svg {
 fill: #ff7a00;
} 
.dropdown {
    margin-top: 10px;
    display: none;
    width: 100%;
    background-color: #46484d; /* Set background color */
    color: #fff;
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 12px;
    position: relative;
  cursor: pointer;
    background-image: url('images/menu-list-dropdown-svgrepo-com.svg'); /* Background image */
    background-position: right center; /* Position on right and vertically centered */
    background-size: 23px;
    background-repeat: no-repeat;
}

 
  .dropdown option {
  background-color: #2e2f33;
  color: #fff;
}

/* Optional: Change background on hover */
.dropdown option:hover {
  background-color: #444 !important;
}

.form-group {
    margin-bottom: 43px;
    position: relative; 
}

.spinner {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #ff7a00;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  .loaders{
    justify-content: center;
        align-items: center;
        min-width: 100%;
        height: 100vh;
        width: 100vw;
        opacity: 0.8;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #46484d;
        z-index: 9999;
        display: flex;
  }

  .bg-accent-horz-bottom-left.thankyou {
    max-width: 630px;
    margin: auto;
    padding: 43px 10px;
  }

  input.form-control {
    color: #a5a5a5 !important;
}

div#trackErrorMsg {
    font-size: 14px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

 
input[type=number] {
  -moz-appearance: textfield;
}

header {
    background-color: #26272b;
    padding: 7px 0;
    position: fixed;
    width: 100%;
    z-index: 99;
    border-bottom: solid 1px #3b3b3e;
    top: 0;
}

.MainHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }
}

.funnelRightText h1 {
    font-weight: 700; 
}

.funnelRightText p {
    margin: 0;
    font-size: 16px;
}

.funnelUL ul {
    padding-inline-start: 0;
    list-style: none;
    margin-top: 15px;
}

.funnelUL ul li {
    padding-bottom: 3px;
    font-size: 15px;
    
}

.funnelUL ul li i { 
    width: 22px;
}

.copyright {
    font-size: 12px;
}