/* Latest compiled and minified CSS included as External Resource*/

/* Optional theme */

/*@import url('//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css');*/
body {
    margin-top:30px;
}
.stepwizard-step p {
    margin-top: 0px;
    color:#2f2e2e;
    width: max-content;
    font-size: 13px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 80%;
    position: relative;
    float: inline-end;
}
.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity:1 !important;
    color:#bbb;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 50%;
    height: 1px;
    background-color: #d2d6db;
    z-index: 0;
    right: 10%;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.card hr {
    margin-top: 105px;
    margin-bottom: 45px;
    border: 0;
    border-top: 1px solid #d2d6db;
}
.card h4{
    text-align: right;
}



@media (max-width: 767.98px) {
    /* Container for horizontal scrolling */
.scrollable-container {
    overflow-x: auto; /* Enable horizontal scrolling */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
    width: auto;
}
.scrollable-container  .col-xs-3{
    width: 34%;
}

/* Ensure the row stays in a single line */
.row.flex-nowrap {
    display: flex;
    flex-wrap: nowrap; /* Prevent wrapping */
    width: auto; /* Allow the row to expand as needed */
}
    .col-xs-3 {
        flex: 0 0 auto; /* Prevent flex-grow and flex-shrink */
        /* width: 150px; Set a fixed width for mobile */
    }
    form .row > div[class*="col-"] {
        float: unset!important;
    }
    .card hr {
        margin-top: 120px;
        margin-bottom: 25px;
        border: 0;
        border-top: 1px solid #d2d6db;
    }
    .cardimg{
        width: 30%!important;
        float: right;
        margin-right: 5%;
        border: 1px solid gray;
        border-radius: 10px;
        margin-top: 10px !important;
    }
    .main-content h4 {
        text-align: center;
        font-weight: bolder;
        font-size: 26px!important;
        margin-top: 6px!important;
        margin-bottom: 6px!important;
    }
}

/* Example styling for the box-card */
.box-card {
    text-align: center;
    /* background-color: #f9f9f9; */
    margin-bottom: 10px;
    width: 140px;
    cursor: pointer;
}
.box-card h5{
    position: absolute;
    left: 60px;
    font-size: 16px;
}
.box-card img{
    border: 1px solid #de6013;
    border-radius: 5px;
}
.card-content{
    background: #d2d6db;
    padding-top: 40px;
    padding-bottom: 30px;
}
.card-contentimg{
    width: 75%;
    margin: auto;
    display: block;
}



.radio-group{
    position: absolute;
    top: 60px;
    left: 22px;
}
 /* Hide the default radio button */
 input[type="radio"] {
    display: none;
  }

  /* Style the custom radio button */
  input[type="radio"] {
    display: block;
    padding-left: 40px;
    position: relative;
    cursor: pointer;
    margin-right: 15px;
    font-size: 16px;
    /* line-height: 48px; */
    margin-bottom: 40px;
  }

  /* Create the custom radio button circle */
  input[type="radio"]:before {
    content: "";
    display: block;
    width: 40px; /* Increased size */
    height: 40px; /* Increased size */
    border: 2px solid transparent; /* Transparent border by default */
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    transition: all 0.3s ease;
    box-sizing: border-box;
  }

  /* Set default colors for each radio button */
  #option1:before { background-color: #00826b; }
  #option2:before { background-color: #003f6a; }
  #option3:before { background-color: #00d99e; }
  #option4:before { background-color: #3f9c9f; }
  #option5:before { background-color: #df6441; }
  #option6:before { background-color: #f7a812; }

  /* Add a border for the selected radio button with the same color as the background */
  #option1:checked:before { box-shadow: 0 0 0 3px #00826b; border: 2px solid #d2d6db;}
  #option2:checked:before { box-shadow: 0 0 0 3px #003f6a; border: 2px solid #d2d6db;}
  #option3:checked:before { box-shadow: 0 0 0 3px #00d99e; border: 2px solid #d2d6db;}
  #option4:checked:before { box-shadow: 0 0 0 3px #3f9c9f; border: 2px solid #d2d6db;}
  #option5:checked:before { box-shadow: 0 0 0 3px #df6441; border: 2px solid #d2d6db;}
  #option6:checked:before { box-shadow: 0 0 0 3px #f7a812; border: 2px solid #d2d6db;}

  /* Optional: Add a hover effect */
  input[type="radio"]:hover:before {
    border-color: #000; /* Change border color on hover */
  }


  .main-content{
    position: absolute;
    text-align: right;
    top: 27%;
    width: 60%;
    right: 20%;
  }
  .main-content p{
    font-size: 13px;
  }
  .main-content h4{
    text-align: center;
    font-weight: bolder;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .main-content h5{
    text-align: center;
    background: aliceblue;
    width: 80%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-top: 8px;
    font-weight: bold;
    border-radius: 5px;
  }
  .cardimg{
    width: 30%!important;
    float: right;
    margin-right: 5%;
    border: 1px solid gray;
    border-radius: 10px;
    margin-top: 10px ;
    margin-top: 20%;
  }

  .next-btn{
    background: #de6013;
    border: 1px solid #b84906;
    width: 200px;
    padding: 10px;
    margin: auto;
    display: block;
    margin-bottom: 30px;
    color: #fff;
  }
  [dir=rtl] .iti--allow-dropdown .iti__flag-container, [dir=rtl] .iti--separate-dial-code .iti__flag-container{
    right: auto !important;
    left: 0 !important;
    direction: ltr;
  }
  .iti--allow-dropdown{
    width: 100%;
  }
  #phone{
    padding-right: 10px!important;
  }
  .amount-box{
    border: 1px solid #de6013 !important;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .card_description{
    height: 70px;
  }