.bg-grey{
  background-color:#f7f6fc;
  }  
.container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
  form{border:none;background-color:transparent !important}  
  #product-sections label{background-color:#f5f8fa !important;margin-top:-7px;font-size:16px;}
  #product-sections label {
      justify-content: space-between;
      height: 100%;
      width: 100%;
  }
  .head-cls{
          text-align:center;
          text-transform: uppercase;
      }
  .bg-white{
  background-color:#fff;}
      h3{
          font-size:26px !important;
          margin-top:35px;
        margin-bottom:35px !important;
      }
  
   
  .resolution{display:flex;justify-content:center;}
  .atex{display:flex;justify-content:center;}
  #agilioform {
  
  
    margin-top: 20px 0;
    
  }
   .head-cls {
          font-size: 36px;
          margin: 20px 0;
      }
      .form-cls {
          padding: 20px;
          border-radius: 8px;
      }
      .tab {
          display: flex;
          border-bottom: 1px solid #ccc;
      }
      .tab button {
          background: none;
          border: none;
        font-size:15px;
          padding: 10px 20px;
          cursor: pointer;
      }
      .tab button.active {
          border-bottom: 1px solid #007bff;
          color: #000; font-weight:600;
      }
  #product-sections {
      background-color: #fff;
    padding-top:30px;
  }
      .tabcontent {
          display: none;
        height:600px;
  overflow-y:scroll;
          padding: 20px;
      }
      .br-2 {
          
          border-radius: 8px;
          padding: 10px;
          margin-bottom: 10px;
          text-align: center;
      }
      .quote_section {
          background: #fff;
          padding:20px 10px;
        margin-top:20px;
          border: 2px solid #ccc;
          border-radius: 8px;
            height: 677px;
      
        position:relative;
      }
      .options {
          display: flex;
          justify-content: flex-start;
          padding: 10px;       
          margin-bottom: 20px
      }
      .option-section {
          display: flex;
       background-color:#fff;
      border-radius: 8px;
        margin-right:50px;
        padding:5px 20px;
          flex-direction: column;
          align-items: center;
      }
  #agilioform h3 {
    display: block;
    font-size: 22px;
   margin-top:13px;
    margin-bottom: 10px;
  }
    #agilioform input[type="radio"]:checked::before {
              content: "";
              display: block;
              border-radius: 50%;
              width: 10px;
              height: 10px;    
      margin:2px;
              background: #007bff;
          }
  
          /* Change the border color on focus */
      #agilioform input[type="radio"]:focus {
              outline: none;
              border-color: #007bff;
          }
  #agilioform input[type="radio"]{
     -webkit-appearance: none;
              -moz-appearance: none;
              appearance: none;
              background-color: #fff;
              border: 2px solid #3985FF;
              border-radius: 50%;
              width: 12px;
              height: 12px;
              cursor: pointer;
              position: relative;
              display: inline-block;
              margin: 0px;
  }
  #agilioform h4 {
   
    display: block;
  margin-top:20px;
  font-size:16px;
    
  }
  
  fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
  }
  
   input[type="text"],
   input[type="email"],
   input[type="tel"],
  input[type="url"],
   textarea {
    width: 100%;
    border:none !important;
    background-color:transparent !important;
    border-bottom: 1px solid #ccc !important;
    border-radius:0 !important;
    margin: 0 0 5px;
    padding: 10px;
  }
  
   input[type="text"]:hover,
   input[type="email"]:hover,
   input[type="tel"]:hover,
   input[type="url"]:hover,
   textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border:none;
  }
  
   textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
  }
  
   button[type="submit"] {
    cursor: pointer;
    
    border: none;
    padding:10px 45px;
  border-radius:25px;
    background: #000;
    color: #FFF;
    margin: 0 0 5px;
    
    font-size: 15px;
  }
  
   button[type="submit"]:hover {
    background: #43A047;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
  
   button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
  }
  [type=checkbox], [type=radio]{
  width:10px;
  height:10px;}
  .copyright {
    text-align: center;
  }
  
   input:focus,
   textarea:focus {
    outline: 0;
    border: 1px solid #aaa;
  }
  
  ::-webkit-input-placeholder {
    color: #888;
  }
  
  :-moz-placeholder {
    color: #888;
  }
  
  ::-moz-placeholder {
    color: #888;
  }
  
  :-ms-input-placeholder {
    color: #888;
  }
  .form-cls p{font-size:14px;}
  
  
   .container {
      max-width: 800px;
      margin: 0 auto;
      padding: 20px;
      font-family: Arial, sans-serif;
  }
  
  .timeline {
      display: flex;
      justify-content: space-around;
      align-items: center;
      position: relative;
      margin-top: 20px;
      margin-bottom: 20px;
  }
  
  .timeline-step .step-content {
      position: relative;
  }
  
  .timeline-step {
    flex: 1;
    text-align: center;
    position: relative;
    padding: 10px 0;
  }
  
  .step-number {
      display: block;
      width: 30px;
      height: 30px;
      line-height: 30px;
      border-radius: 50%;
      background-color: #ccc;
      color: #fff;
      font-size: 14px;
      font-weight: bold;
      margin: 0 auto;
      position: relative;
      z-index: 1;
  }
  
  .timeline-step.completed .step-number {
      background-color: #28a745; /* Green color for completed steps */
    font-size:0;
  }
  
  .timeline-step.completed .step-number::before {
      content: '✔'; /* Tick symbol */
      font-size: 18px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
  }
  
  .timeline-step.active .step-number {
      background-color: #ffc107; /* Yellow color for active steps */
  }
  
  .timeline-step .step-image {
      display: block;
      margin: 0 auto;
    margin-bottom:10px;
      width: 40px;
      height: auto;
  }
  
  .step-description {
      font-size: 12px;
      color: #555;
      margin-top: 4px;
 }
  
 .timeline-line {
      flex: 1;
      height: 2px;
     background-color: #d6d6d6;
      left: 26px;
      position: absolute;
      right: 80px;
      top: calc(57% - 1px);
      z-index: 0;
}
.section {
    margin-bottom: 20px;
}

#proceed-button {
    color: #fff;
    position: absolute;
    bottom: 11px;
    width: 96% !important;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50px;
    background: #1e6d7d;
    border: 1px solid #ccc;
}
 .selected-item {
            
            margin-bottom: 10px;
            padding: 10px;
            position: relative;
            display: flex;
   border-bottom:1px solid #ccc;
            flex-direction: column;
        }

        .tab-name {
            font-weight: bold;
            margin-bottom: 5px;
        }

        .product-details {
            display: flex;
           
        }

        .product-image {
            width: 100px;
            height: 100px;
            margin-right: 10px;
            object-fit: cover;
        }

        .product-name {
            font-weight: bold;
            flex-grow: 1;
           font-size:15px;
        }

      .remove-button {
    font-size: 13px;
    background-color: transparent;
    border: none;
    color: #000;
    border: 1px solid #000;
         font-weight:700;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 10px;
    /* padding: 5px; */
    background-color: #ccc;
    position: absolute;
    right: 5px;
}
h2{font-size:30px !important;}
        #summary {
            
            padding: 5px;
          
            height: 500px;
            overflow-y: auto;
            position: relative;
        }

      /* Hide scrollbar for Chrome, Safari and Opera */
.tabcontent::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.tabcontent{
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
} 
   #summary::-webkit-scrollbar {
            width: 5px;
        }
        
        #summary::-webkit-scrollbar-track {
            border-radius: 8px;
            background-color: #ccc;
            border: 1px solid #cacaca;
        }
        
        #summary::-webkit-scrollbar-thumb {
            border-radius: 8px;
            background-color: #d6d6d6;
        }

    /* Styles for focus state */
    input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
        border-color: none; /* Change border color when focused */
      border: none !important;
    border-bottom: 1px solid #ccc !important;
        outline: none; /* Remove default outline */
         /* Optional: add a shadow */
    }



.product-details {
    display: flex;
    flex-direction: column;
}

.content {
    display: flex;
    align-items: flex-start;
}

.product-image {
    width: 100px; /* Adjust size as needed */
    height: auto;
    margin-right: 15px;
}

.text-container {
    display: flex;
    flex-direction: column;
  padding-top:15px;
}

.product-name {
    margin: 0;
    font-size: 14px; /* Adjust size as needed */
    font-weight: bold;
}

.product-description {
    margin: 0;
    font-size: 12px; /* Adjust size as needed */
    color: #666;
}

.title {
    font-weight: bold;
    /* Space between title and product details */
}

.back-tab-button{
    background-color: #fff;
    border: 1px solid #1e6d7d;
    color: #1e6d7d;
    padding: 10px 35px;
    font-weight: bold;
    border-radius: 15px;
}
.continue-tab-button{
    color: #fff;
    
    bottom: 11px;
    
     padding: 10px 35px;
   
    font-weight: bold;
    border-radius: 15px;
    background: #1e6d7d;
    border: 1px solid #ccc;
}


/* Overlay for the alert box */
.custom-alert-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Alert box container */
.custom-alert-box {
    background-color: #fff;
    padding: 60px 20px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 50%;
    width: 100%;
}

/* Alert message text */
.custom-alert-message {
    margin-bottom: 20px;
}

/* Close button */
.custom-alert-button {
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.custom-alert-button:hover {
    background-color: #0056b3;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.timeline{
  display:none !important;
  }
  .tab 
    flex-direction: column;
}

}


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {...}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
  
  padding: 10px 6px;
 
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {...}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {...}
.bg-grey{
background-color:#f7f6fc;
}   
form{border:none;background-color:transparent !important}  
#product-sections label{background-color:#f5f8fa !important;font-size:16px;}
.head-cls{
        text-align:center;
        text-transform: uppercase;
    }
    h3{
        font-size:22px;
        margin-top:35px;
    }

 .resolution{display:flex;justify-content:center;}
.atex{display:flex;justify-content:center;}
#agilioform {
padding:0px;

  margin-top: 20px 0;
  
}
 .head-cls {
        font-size: 36px;
        margin: 20px 0;
    }
    .form-cls {
        padding: 20px;
        border-radius: 8px;
    }
    .tab {
/*         display: flex; */
        border-bottom: 1px solid #ccc;
    }
    .tab button {
        background: none;
        border: none;
      font-size:15px;
        padding: 10px 11px;
        cursor: pointer;
    }
    .tab button.active {
        border-bottom: 1px solid #007bff;
        color: #000; font-weight:600;
    }
#product-sections {
    background-color: #fff;
  padding-top:30px;
}
    .tabcontent {
        display: none;
      height:600px;
overflow-y:scroll;
        padding: 20px;
    }
    .br-2 {
        
        border-radius: 8px;
        padding: 10px;
        margin-bottom: 10px;
        text-align: center;
    }
    .quote_section {
        background: #fff;
        padding:20px 10px;
      margin-top:20px;
        border: 2px solid #ccc;
        border-radius: 8px;
          height: 677px;
    
      position:relative;
    }
    .options {
        display: flex;
        justify-content: flex-start;
        padding: 10px;       
        margin-bottom: 20px
    }
    .option-section {
        display: flex;
     background-color:#fff;
    border-radius: 8px;
      margin-right:50px;
      padding:5px 20px;
        flex-direction: column;
        align-items: center;
    }
#agilioform h3 {
  display: block;
  font-size: 22px;
 margin-top:13px;
  margin-bottom: 10px;
}
  #agilioform input[type="radio"]:checked::before {
            content: "";
            display: block;
            border-radius: 50%;
            width: 10px;
            height: 10px;    
    margin:2px;
            background: #007bff;
        }

        /* Change the border color on focus */
    #agilioform input[type="radio"]:focus {
            outline: none;
            border-color: #007bff;
        }
#agilioform input[type="radio"]{
   -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background-color: #fff;
            border: 2px solid #3985FF;
            border-radius: 50%;
            width: 15px;
            height: 15px;
            cursor: pointer;
            position: relative;
            display: inline-block;
            margin: 0px;
}
#agilioform h4 {
 
  display: block;
margin-top:20px;
font-size:16px;
  
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}
[type=checkbox], [type=radio]{
width:10px;
height:10px;}

 input[type="text"],
 input[type="email"],
 input[type="tel"],
 input[type="url"],
 textarea {
  width: 100%;
  border:none !important;
  background-color:transparent !important;
  border-bottom: 1px solid #ccc !important;
  border-radius:0 !important;
  margin: 0 0 5px;
  padding: 10px;
}

 input[type="text"]:hover,
 input[type="email"]:hover,
 input[type="tel"]:hover,
 input[type="url"]:hover,
textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border:none;
}

 textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

 button[type="submit"] {
  cursor: pointer;
  
  border: none ;
  padding:10px 45px;
border-radius:25px;
  background: #000;
  color: #FFF;
  margin: 0 0 5px;
  
  font-size: 15px;
}

 button[type="submit"]:hover {
  background: #43A047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

 button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

 input:focus,
 textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}
.container-fluid{
  padding-right:0 !important;
  padding-left:0 !important;
}
:-ms-input-placeholder {
  color: #888;
}
/* .form-cls img{width:200px;height:200px} */

.container{
max-width:1290px !important; }

.timeline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background-color: #f8f9fa;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 5;
}

.timeline-step {
    flex: 1;
  justify-content:center;
    text-align: center;
    position: relative;
    padding: 10px 0;
}

.timeline-step .step-content {
    position: relative;
}

.step-number {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #ccc;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.timeline-step.completed .step-number {
    background-color: #28a745; /* Green color for completed steps */
  font-size:0;
}

.timeline-step.completed .step-number::before {
    content: '✔'; /* Tick symbol */
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#product-sections label img {
    margin: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
.timeline-step.active .step-number {
    background-color: #ffc107; /* Yellow color for active steps */
}

.timeline-step .step-image {
    display: block;
    margin: 0 auto;
  margin-bottom:10px;
    width: 40px;
    height: auto;
}

.step-description {
    font-size: 12px;
    color: #555;
    margin-top: 4px;
}

.timeline-line {
    flex: 1;
    height: 2px;
   background-color: #d6d6d6;
    left: 26px;
    position: absolute;
    right: 80px;
    top: calc(57% - 1px);
    z-index: 0;
}

.section {
    margin-bottom: 20px;
}


 .selected-item {
            
            margin-bottom: 10px;
            padding: 10px;
            position: relative;
            display: flex;
   border-bottom:1px solid #ccc;
            flex-direction: column;
        }

        .tab-name {
            font-weight: bold;
            margin-bottom: 5px;
        }

        .product-details {
            display: flex;
            align-items: center;
        }

        .product-image {
            width: 100px;
            height: 100px;
            margin-right: 10px;
            object-fit: cover;
        }
h2{font-size:30px !important}

        .product-name {
            font-weight: bold;
            flex-grow: 1;
          font-size:15px;
        }

      .remove-button {
    font-size: 14px;
    background-color: transparent;
    border: none;
    color: #000;
    cursor: pointer;
    margin-left: 10px;
    /* padding: 5px; */
    position: absolute;
    right: 5px;
}

        #summary {
            
            padding: 5px;
          
            height: 500px;
            overflow-y: auto;
            position: relative;
        }

      /* Hide scrollbar for Chrome, Safari and Opera */
.tabcontent::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.tabcontent{
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
} 
   #summary::-webkit-scrollbar {
            width: 5px;
        }
        
        #summary::-webkit-scrollbar-track {
            border-radius: 8px;
            background-color: #ccc;
            border: 1px solid #cacaca;
        }
        
        #summary::-webkit-scrollbar-thumb {
            border-radius: 8px;
            background-color: #d6d6d6;
        }


    /* Styles for focus state */
    input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
        border-color: none; /* Change border color when focused */
      border: none !important;
    border-bottom: 1px solid #ccc !important;
        outline: none; /* Remove default outline */
         /* Optional: add a shadow */
}
#confirm-button{
background-color:#fff;
  border:1px solid #1e6d7d;
  color:#1e6d7d;
  padding:10px 35px;
  font-weight:bold;
  border-radius:15px;
}
#cancel-button{
  background-color:#1e6d7d;
color:#fff;
  padding:10px 35px;
  font-weight:bold;
  border-radius:15px;
  border:1px solid transparent;

}
#confirmation-box{
 background-color: #d1d4e3;
    border-radius: 8px;
  text-align:center;
  margin-top:25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    margin: 0 auto;
    padding: 20px;
}

/* Extra small devices (phones, 600px and down) */
@media (max-width: 768px) {
    .next-tab-button {
        display: none;
        width: 100%;
        padding: 10px;
        background-color: #007bff;
        color: white;
        border: none;
        cursor: pointer;
        margin-top: 20px;
    }
  .tab button {
    padding: 10px 7px;
  }
  div#step-4 {
    margin-top: 10px;
    padding-top: 18px;
}
}

@media (min-width: 769px) {
    .next-tab-button {
        display: none;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 900px) {

div#step-4 {
    padding-top: 27px;
}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
div#step-4{
  padding-top:17px !important;
  }

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 1200px) {
  div#step-4 {
    padding-top: 28px;
}}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 600px) {
  .tab {
    flex-direction: column;
}

/*   .continue-tab-button{display:none;}
  .back-tab-button{display:none;} */

  
  }