#heading {
    text-transform: uppercase;
    color: #ff9ed6;;
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none; 
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}
.form-card .row.mt-3 {
    border-top: 3px solid #ff9ed6;
    padding: 20px 0px;
}

#msform fieldset:not(:first-of-type) {
    display: none
}

/* #msform input,
#msform textarea {
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
} */

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #ff9ed6;;
    outline-width: 0
}

#msform .action-button {
    width: 140px;
    background: #ff9ed6;;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
    background-image: linear-gradient(120deg, #f6c8ca 0%, #c88caf 50%, #f6f3ef 100%);
    padding: 10px 30px;
    border-radius: 30px;
    text-transform: uppercase;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
}

/* #msform .action-button:hover,
#msform .action-button:focus {
    background-color: #311B92
} */

#msform .action-button-previous {
    /*width: 140px;*/
    background: #ff9ed6;;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
    background-image: linear-gradient(120deg, #f6c8ca 0%, #c88caf 50%, #f6f3ef 100%);
    padding: 10px 30px;
    border-radius: 30px;
    text-transform: uppercase;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 24px;
    color: #232036;
    margin-bottom: 15px;
    font-weight: 200;
    text-align: left;
    font-family: 'Outfit',sans-serif;
}

.purple-text {
    color: #ff9ed6;;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #ff9ed6;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #ff9ed6;
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #ff9ed6;
}

.fit-image {
    width: 100%;
    object-fit: cover
}




ul {
    list-style-type: none;
  }
  
  li {
    display: inline-block;
  }
  
  input[type="checkbox"][id^="myCheckbox"] {
    display: none;
  }
  
  .check_label {
    border: 1px solid #fff;
    padding: 10px;
    display: block;
    position: relative;
    margin: 10px;
    cursor: pointer;
    font-family: 'Outfit',sans-serif;
    font-size:16px;
    font-weight:200;
  }
  
  .check_label:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid grey;
    position: absolute;
    /*top: -5px;*/
    /*left: -5px;*/
     z-index: 100;
    top:41%;
    left:46%;
    width: 25px;
    height: 25px;
    text-align: center;
    /*line-height: 28px;*/
    transition-duration: 0.4s;
    transform: scale(0);
  }
  
  .check_label img {
    height: 100px;
    width: 100%;
    object-fit: cover;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
  }
  
  :checked + .check_label {
    border-color: #ddd;
         box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2) !important;

  }
  
  :checked + .check_label:before {
    content: "\2714";
    background-color: #ff9ed6;
    transform: scale(1);
    font-size: 16px;
    
    
  }
  
  :checked + .check_label img {
    transform: scale(0.9);
    /* box-shadow: 0 0 5px #333; */
    z-index: -1;
  }
  .w_fit{
    width: fit-content !important;
    background: #232036 !important;
    background-image: #232036!important;
  }
  .color_label img{
    height: 100px;
    width: auto !important;
    object-fit: cover;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
    display: block;
    margin: 0 auto;
    /*height: auto;*/
    max-width: 100%;
    
  }
  #msform .my_container .action-button{
    width: 100%!important;
  }
  #msform .my_container .action-button-previous{
    width: 100%;
  }
  .text_pink{
    color: #ff9ed6;
  }

  
  input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ff9ed6;
    border-radius: 10px !important;
    outline: none;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
    margin-right: 10px; 
}

input[type="checkbox"]:checked {
    background-color: #ff9ed6; 
    border-color: #ff9ed6; 
}
input[type="radio"][id^="myCheckbox"] {
    display: none;
  }
input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ff9ed6;
    border-radius: 10px !important;
    outline: none;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
    margin-right: 10px; 
}

input[type="radio"]:checked {
    background-color: #ff9ed6; 
    border-color: #ff9ed6; 
}
.radio-container {
    display: flex;
    padding: 5px;
    border: 2px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    /*width: 100%;*/
    justify-content: center;
    align-items: center;
    text-align: center;

}

.radio-container.selected {
    background-color: #ff9ed6; 
    color:white;
}

.radio-container:hover {
    background-color: #ff9ed6; 
    color: white;
}

.radio-container label {
    display: block;
    padding: 5px 40px;
    cursor: pointer;
}

.radio-container input[type="radio"] {
    display: none;
}
.form-check{
    display: flex;
    align-items: end;
}

@media only screen and (max-width: 930px) {
    .steppercount{
        position: relative !important;
        bottom:84px !important;
    }
    
    
}

@media (min-width: 768px) {
    .my_container {
        /*max-width: 500px;*/
        margin: 20px auto;
    }
    
}
@media only screen and (max-width: 768px) {
    .steppercount{
        position: relative !important;
        bottom:84px !important;
    }
    .my_container2{
      margin-left: 30% !important;
      margin-right:30% !important;  
    }
    
}
@media only screen and (max-width:576px){
    .form-next{
    float:right !important;
}
.firstnext{
    float:none !important;
}
.form-previous{
    float:left !important;
}
.form-resume-btn{
   float:none !important;
    
}

.steppercount{
        position: relative !important;
        bottom:84px !important;
    }
    .my_container2{
    margin-left:0px !important;
    margin-rught:0px !important;
    padding: 0px !important;
}
}
@media only screen and (max-width:430px){
    .form-next{
    float:right !important;
}
.firstnext{
    float:none !important;
}
.form-previous{
    float:left !important;
}
.form-resume-btn{
   float:none !important;
    
}
    .steppercount{
        position: relative !important;
        bottom:84px !important;
    }
    .my_container2{
    margin-left:0px !important;
    margin-rught:0px !important;
    padding: 0px !important;
        
    }
}
@media only screen and (max-width:380px){
    .form-next{
    float:right !important;
}
.firstnext{
    float:none !important;
}
.form-previous{
    float:left !important;
}
.form-resume-btn{
   float:none !important;
}
.steppercount{
        position: relative !important;
        bottom:84px !important;
    }

.my_container2{
    margin-left:0px !important;
    margin-right:0px !important;
    padding: 0px !important;
    
}

}
.my_container2{
    padding: 0px 30% ;
    
}
.footer_links{
    display: flex;
    flex-direction: column;
}
.steps{
    font-size:16px !important;
    font-family: 'DM Sans', sans-serif;
}
